/*
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 will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


/*Add your own styles here:*/



*[title] {
  pointer-events: none !important;
}



.logo.avia-standard-logo a { 
display: flex;
    align-items: center;
}


body .avia-tooltip {
    display: none !important;
}

h1,h2,h3,h4,h5,h6, .av-special-heading-tag {
	font-weight: 400 !important;
}


#header_main .menu-item {
	border-color: transparent !important:
}

@media only screen and (min-width: 768px) {
#header_main .av-logo-container {
	max-width: 1196px !important;
}

#header_main .logo.avia-svg-logo a {
	width: 150px !important;
	display: flex;
    align-items: center;
}
#header_main .logo.avia-svg-logo svg {
	width: 100% !important;
	height: auto !important;
}
}

@media only screen and (max-width: 768px) {
	#header_main .logo.avia-svg-logo a {
	width: 150px !important;
	display: flex;
    align-items: center;
}
}




.special_amp {
  font-family: inherit !important;
  font-style: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}


@media only screen and (max-width: 768px) {
	.avia-fullwidth-slider ,
	.avia-fullwidth-slider .slideshow,
	.avia-fullwidth-slider .slideshow .avia-slideshow-inner,
	.avia-fullwidth-slider .slideshow .avia-slideshow-inner .avia-slideshow-slide,
	.avia-fullwidth-slider .slideshow .avia-slideshow-inner .avia-slideshow-slide .avia-slide-wrap {
		height: 300px !important;
	}

	.avia-fullwidth-slider .slideshow .avia-slideshow-inner .avia-slideshow-slide .avia-slide-wrap img,
	.avia-slideshow li img {
		height: 300px !important;
		object-fit: cover !important;
		object-position: center center !important;
	}
}


@media only screen and (min-width: 768px) {
.avia-menu .sub-menu li a {
	border: 0 !important;
}
.avia-menu .sub-menu li:hover a {
	color:#FFF !important;
}
}