/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
/*
 /*Menu links spacing
*/
#ui-datepicker-div{
	z-index:9999 !important;
}
#top .pum-overlay{
	font-size: inherit;
}
#popupform {
    max-width: 800px;
    display: inline-block;
    float: none;
    margin-left: 50%;
    left: -400px;
}
@media (max-width:800px) {
	#popupform {
		max-width: 800px;
		display: inline-block;
		float: none;
		margin-left: 0;
		left: 0;
	}
}
nav.main_menu {
     margin-right: 0!important; 
     margin-left: 0!important; 
}

#top #header .av-main-nav > li {
    padding-left: 10px;
    padding-right: 10px;
}



/*Logo left, menu below, RIGHT)
*/

#top #header_main_alternate .main_menu>div,
#top #header_main_alternate .main_menu ul:first-child {
    width: auto!important;
    float: right;
}

#header-box {
    display: none;
    line-height: 1.65em;
}

#header-box .h_title {
    display: none;
}

.h_widget {
    position: relative;
    padding-left: 45px;
}

.h_widget:first-child {
    padding-left: 50px;
}

.h_widget p {
    font-size: 13px;
    margin: 0;
}

.h_widget p,
.h_widget a {
    color: #555;
}

.h_widget p:last-child,
.h_widget p:last-child a {
    color: #555;
}

.av_header_transparency .h_widget p,
.av_header_transparency .h_widget a {
    color: #fff !important;
}

.h_widget strong {
    color: currentcolor;
    display: block;
    font-family: Lato;
    margin-bottom: 5px;
}

.h_widget .av_font_icon {
    display: block;
    left: 0;
    position: absolute;
    text-align: center;
    top: 5px;
}

@media (min-width:768px) {
    .av-main-nav-wrap, .main_menu {
        width: 100% !important;
    }
    #top .logo {
        margin-top: 10px;
    }
    #header-box {
        display: flex !important;
        float: right;
        padding: 20px 0 0;
    }
    .header-scrolled #header-box {
        padding: 10px 0;
    }
    .header-scrolled .logo,
    .header-scrolled .logo a,
    .header-scrolled .logo img {
        height: 60px;
        max-height: 60px !important;
    }
    .h_widget+.h_widget {
        margin-left: 15px;
    }
    #top #header .social_bookmarks {
        display: none !important;
    }
}

@media (max-width:767px) {
    .responsive #top #wrap_all .main_menu {
        align-items: center;
        display: flex;
        flex-direction: row-reverse;
    }
    .responsive #top #header .main_menu .social_bookmarks {
        margin: 0;
        top: 0;
    }
    .responsive #header .social_bookmarks li+li {
        margin-left: 5px;
    }
    .responsive #top #header .main_menu .social_bookmarks {
        display: block !important;
        padding-left: 10px;
    }
    .responsive #top #header .main_menu .social_bookmarks a {
        box-shadow: 1px 1px 10px #ddd inset;
        font-size: 20px;
    }
    .responsive #top #header .main_menu .social_bookmarks .social_bookmarks_whatsapp a:before {
        content: "\E854";
    }
    .responsive #top .logo {
        max-width: 65%;
    }
}