/*
 Theme Name:   Enfold Child
 Theme URI:    www.kriesi.at/themes/enfold/
 Description:  This is the child theme for Enfold.
 Author:       Design Impact
 Author URI:   http://www.designimpact.net.nz/
 Template:     enfold
 Version:      1.0.0
*/

/* Theme customization starts here
------------------------------------------------------- */
#top #menu-item-search { display: none !important; }

@media only screen and (max-width: 1220px) {
	#top .av_mobile_menu_tablet .av-main-nav .menu-item { display: none!important; }
	.av-burger-menu-main { display: block!important; }
	#top .av_mobile_menu_tablet .av-main-nav .login-btn { display: block !important; }
	#top #wrap_all #header #av-burger-menu-ul > li.av-active-burger-items:last-child,
	.html_av-overlay-side #top #wrap_all .av-burger-overlay li:last-child a,
	#av-burger-menu-ul li:last-child a { opacity: 0 !important; display: none !important; }
}

@media only screen and (max-width: 350px) {
	#top .av_mobile_menu_tablet .av-main-nav .login-btn { display: none !important; }
	#top #wrap_all #header #av-burger-menu-ul > li.av-active-burger-items:last-child,
	.html_av-overlay-side #top #wrap_all .av-burger-overlay li:last-child a,
	#av-burger-menu-ul li:last-child a { opacity: 1 !important; display: block !important; }
}

.g-recaptcha-response{
display:none!important;
}