/* 
 Theme Name:     Strawberry
 Author:         Strawberry Marketing
 Author URI:     https://www.strawberrymarketing.com/
 Template:       Divi
 Version:        1
 Description:   Designed by Strawberry Marketing
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.2.3
*/ 

#top-menu li {
    padding-right: 32px;
}


    @media only screen and (max-width: 1000px) {
    #logo {
        max-height: 100% !important;
        }
    }

/* Setting the breakpoint of the mobile menu */
@media only screen and ( max-width: 1200px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
}

span.mobile_menu_bar:before{
  color:#c00707;
}



/*---------------Menu CTA Button---------------*/
.menu-cta a {
    border: 2px solid #7ed926!important;
    padding: 12px!important;
    border-radius: 25px;
    text-align: center;
     color: #7ed926!important;
}
 
.menu-cta a:hover {
    background-color: #c00707;
    color: #ffffff!important;
}
/*---------------CTA Button Color on Fixed Navigation---------------*/
 
#main-header.et-fixed-header .menu-cta a {
color: #7ed926 !important;
}

#main-header.et-fixed-header .menu-cta a:hover {
color: #ffffff !important;
}
 
/*---------------Menu CTA Button Mobile Settings---------------*/

 /*---------------
@media only screen and (max-width: 980px) {
.menu-cta a {
    background-color: #b91419;
    }
}---------------*/

.et_mobile_menu {
	border-top: 3px solid #c00707;}

/*-----------------Menu Icons---------------- */
 
.menu-websites a:before {
    font-family: 'ETmodules';
    content: "\e00e";
    margin-right: 10px;
    margin-top: -2px;
    color: #d2252a;
    font-size: 18px;
    float: left;
}
.menu-print a:before {
    font-family: 'ETmodules';
    content: "\e01f";
    margin-right: 10px;
    margin-top: -2px;
    color: #d2252a;
    font-size: 18px;
    float: left;
}
.menu-signage a:before {
    font-family: 'ETmodules';
    content: "\e005";
    margin-right: 10px;
    margin-top: -2px;
    color: #d2252a;
    font-size: 18px;
    float: left;
}
.menu-marketing a:before {
    font-family: 'ETmodules';
    content: "\e0e9";
    margin-right: 10px;
    margin-top: -2px;
    color: #d2252a;
    font-size: 18px;
    float: left;
}


/*-----------------top header---------------- */
#et-secondary-nav li ul, #top-header {
    background-color: #d2252a;
}
#et-info {
    float: right;
}

#top-menu li a, .et_search_form_container input {
    font-weight: 300;
}

/*-----------------hide footer---------------- */

#footer-bottom {display: none;}

