/*
Theme Name: gb child
Description: This is a child theme for opticom Theme
Author: 
Template: gb
Version: 3.11.3
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/*************** line under menu   ***************/
.nav-line-bottom > li > a::before, .nav-line-grow > li > a::before, .nav-line > li > a::before {
 
    height: 1px;
}


  .stuck .header-main .nav > li > a {
    line-height: 15px;
}


/*************** color icons   ***************/
.header-main .social-icons, .header-main .cart-icon strong, .header-main .menu-title, .header-main .header-button > .button.is-outline, .header-main .nav > li > a > i:not(.icon-angle-down) {

    color: #323530 !important;

}
/*************** title underline   ***************/
.section-title-normal span {

    margin-right: 15px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0,0,0,0.1);
    margin-bottom: 0px;

}
/*************** contact form fonts   ***************/
label, legend {
    font-weight: normal;
    display: block;
    font-size: .9em;
    margin-bottom: 0.4em;
}




@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


