/*
 Theme Name:   TechLife Child
 Theme URI:    http://themeforest.net/user/strongholdthemes
 Description:  TechLife Child Theme
 Version:      8.7
 Author:       Stronghold Themes
 Author URI:   http://themeforest.net/user/strongholdthemes
 Text Domain:  tech-life
 Template:     tech-life
*/


/*
------------------------------------------------------- */
/*disable news images on homepage*/
.page-id-828 .vc_gitem-animated-block{
    display: none;
}

.inet-custom-menu > div > ul > li::before {
    content: unset !important;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #f99c35 !important;
    /*border: 1px solid #c4843e !important;*/

}

.inet-custom-menu > div > ul > li > a {
    border: 1px solid #f99c35;
    border-radius: 0.5rem;
    padding: 5px;
    margin: 5px;

}

.inet-custom-menu > div > ul > li > a:hover {
    border: 1px solid #c4843e;
    background: #c4843e;
    color: #222222;

}

.inet-custom-menu-container {
    line-height: 1rem;
    padding: 6px 20px 0px 0px;
}

.inet-custom-menu-container-outer {
    background: #444;
    margin: 0px;
    border-bottom: 1px solid #000;
}
.sub-menu > .menu-item-has-children:hover{
    background: #333 !important;
}
.quote-form-toggle{
    white-space: nowrap;
}
@media screen and (max-width: 960px) {
    .mobile-logo img{
        margin: 0.2rem 1rem;
    }
    .header-top-row div, .header-top-row ul, .header-top-row ul li{
        text-align: center !important;
        float: none !important;
        display: inline-block;

    }
    .header-top .header-top-contact p{
        position: relative;
    }
}