/*
Theme Name: Vango Child
Theme URI: http://wordpress.com
Template: vango
Author: Goalthemes
Author URI: http://mygoalthemes.com
Description: This is a child theme for Vango
Version: 1.0.0.1781453585
Updated: 2026-06-14 16:13:05

*/

#goal-header-mobile.header-mobile.is-sticky, #goal-header-mobile.header-mobile.is-sticky .header-mobile-content {
    background-color: #fff !important;
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    -o-box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}
#goal-header-mobile.header-mobile.is-sticky a, #goal-header-mobile.header-mobile.is-sticky .menu li a, #goal-header-mobile.header-mobile.is-sticky .mobile-search a, #goal-header-mobile.header-mobile.is-sticky .mobile-account a {
    color: #000 !important;
}
#goal-header-mobile.header-mobile.is-sticky .logo a, #goal-header-mobile.header-mobile.is-sticky .logo img {
    filter: brightness(0) !important;
}
#goal-header-mobile.header-mobile.is-sticky .navbar-toggle .icon-bar {
    background-color: #000 !important;
}
#goal-header-mobile.header-mobile .navbar-toggle .icon-bar {
    background-color: #fff !important;
}
@media (max-width: 1024px) {
#goal-header-mobile.header-mobile, #goal-header-mobile .header-mobile-content {
    background-color: transparent !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}
#goal-header-mobile::before, #goal-header-mobile .header-mobile-content::before {
    background-color: transparent !important;
}
}
@media (max-width: 767px) {
#goal-header-mobile, #goal-header-mobile * {
    z-index: 9999 !important;
    pointer-events: auto !important;
}
#goal-header-mobile .container-fluid > .row:nth-of-type(2) {
    display: none !important;
}
}
