/*
 *
 * IMPORTANT: UTILIZING THE AUTOMATIC UPDATE FEATURE OF THIS CHILD THEME WILL OVERWRITE
 * ANY CUSTOM CODE PLACED WITHIN THIS FILE. IF YOU WISH TO AUTOMATICALLY UPDATE, PLEASE
 * PLACE YOUR CODE IN THEME OPTIONS >> CUSTOM CSS OTHERWISE YOU CAN MANUALLY UPDATE
 * THE THEME FILES
 *
 */

/**
 * #.#  Header
 *
 */

#main-header {
    box-shadow    : none;
    border-bottom : 1px solid rgba(255, 255, 255, 0.15);
    z-index       : 998;
}

#top-menu li {
    line-height : 1.05;
    font-weight : 400;
    opacity     : 1;
}

/**
 * #.# Top header
 *
 */

@media (min-width : 980px) {
    #top-header .et-social-icon a {
        width       : 35px;
        height      : 35px;
        line-height : 35px;
    }

    #top-header .et-social-icon a:before {
        font-size : 14px;
    }
}

@media (min-width : 767px) and (max-width : 980px) {
    #top-header .et-social-icon a {
        width       : 30px;
        height      : 30px;
        line-height : 28px !important;
    }

    #top-header .et-social-icon a:before {
        font-size : 12px !important;
    }
}

@media (min-width : 767px) {
    #et-info-email, #et-info-phone,
    .et-cart-info:before,
    #top-header .et-social-icons {
        display        : inline-block;
        vertical-align : middle;
    }

    #et-info {
        float : right;
    }
}

#et-info-phone, #et-info-email {
    font-size      : 19px;
    line-height    : 25px !important;
    text-transform : none;
}

#et-info-phone:before,
#et-info-email:before {
    font-family    : "Open Sans", sans-serif !important;
    font-size      : 12px !important;
    font-weight    : 300;
    text-transform : uppercase;
    line-height    : 19px !important;
    margin-right   : 5px;
    opacity        : 0.85;
    color          : inherit;
    top            : 0;
}

#top-header li.et-social-icon {
    margin-left : 5px !important;
    margin-top  : 0 !important;
}

#top-header .et-social-icon a {
    border-width  : 1px !important;
    border-style  : solid !important;
    border-radius : 1px;
    transition    : all 0.2s ease-in-out 0s;
}

#top-header .et-social-icon a:hover {
    opacity : 1;
}

/* Top header menu */

#et-secondary-menu {
    float         : left;
    padding-right : 15px;
}

#et-secondary-nav li a {
    padding       : 14px 0;
    margin-bottom : 0;
}

/**
 * #.#  Sub menus
 *
 */

.nav li ul,
ul#mobile_menu {
    border     : none !important;
    padding    : 0;
    background : #FFF !important;
}

#top-menu li li {
    width       : 100% !important;
    padding     : 0;
    font-weight : normal !important;
}

#top-menu li li a,
.et_mobile_menu li a,
#mobile_menu li a {
    text-transform : none;
    width          : 100% !important;
    display        : block;
    padding        : 15px 25px !important;
    border-bottom  : 1px solid;
    color          : #555 !important;
    opacity        : 1;
}

#top-menu li li:last-child a,
ul#mobile_menu li:last-child a,
#mobile_menu i:last-child a {
    border : none;
}

#top-menu li li a:hover,
.et_mobile_menu li a:hover,
#mobile_menu li a:hover {
    color : #FFF !important;
}

.mobile_nav.opened span.mobile_menu_bar:before {
    content : "\4d";
}

/**
 * #.#  Mobile - ready
 *
 */

@media (min-width : 980px) and (max-width : 1200px) {
    #main-header .container,
    #top-header .container {
        width : 97%;
    }
}

@media (max-width : 767px) {
    #top-header {
        display : none;
    }
}