/*
 Theme Name:   Gallatin Valley Farmers' Market
 Description:  Child Theme GVFM' Divi Theme
 Author:       No One Creative Agency
 Author URI:   http://www.noonecreative.agency
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/*****Sticky Mobile Menu*****/
@media only screen and (max-width: 980px) {
.et_fixed_nav #main-header, 
.et_fixed_nav #top-header,
.et_non_fixed_nav.et_transparent_nav #main-header,
.et_non_fixed_nav.et_transparent_nav #top-header {
    position: fixed;
}
}
.et_mobile_menu {
    overflow: scroll !important;
    max-height: 80vh;
}


/*****Shadow on menu and fixed menu on desktop*****/

#main-header {
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.3) !important;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.3) !important;
    box-shadow: 0 1px 0 rgba(0,0,0,.3) !important;
}

#main-header.et-fixed-header {
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.3) !important;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.3) !important;
    box-shadow: 0 1px 0 rgba(0,0,0,.3) !important;
}

/*****Shadow on Mobile Menu*****/
@media only screen and (max-width: 980px){
#main-header {
    -webkit-box-shadow: 0 3px 50px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 50px rgba(0,0,0,.2);
    box-shadow: 0 3px 50px rgba(0,0,0,.2);
}
}

#et_mobile_nav_menu:before {
    content: 'MENU';
    font-size: 14px;
    position: absolute !important;
    bottom: 29px;
    right: 35px;
    color: #6B8745;
}

.mobile_nav.opened .mobile_menu_bar:before {
 content: '\4d';
}

/*********************************
change logo for fixed header (quick and easy way)
**********************************/
.et-fixed-header #logo {
content: url(https://gallatinvalleyfarmersmarket.com/wp-content/uploads/2021/05/gvfm-1.svg);
}

