/*
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
*/

.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {
	color: #e0b13a;
}

.header_color .main_menu ul:first-child > li > a {
	color: #ffffff;
}

html #top #wrap_all #header_main {
  height: auto;
  line-height: normal;
}

li.menu-item:hover {
	background: #00000090;
}

li.menu-item:hover .avia-menu-text {
	color: #e0b13a;
}

#top #header .container.av-logo-container {
  height: 450px!important;

}

#avia-menu {
	background: #00000040;
}



.html_header_sticky.html_header_shrinking #top #header .container.av-logo-container {
  height: 100px;
}

#header_main_alternate>.container {
	width:100%!important;
	border-top: solid white 1px;
}

.html_header_top.html_header_sticky #main {
    padding-top: 500px !important;
}

#top .av-logo-container {
	width: 100%!important;
	height: 500px;
}

#top .av-logo-container .logo.avia-svg-logo {
	height: 85px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.av-image-caption-overlay-center {
	vertical-align: bottom;
}

/* Header film */

#header_main {
  position: relative;
}

.video-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 0;
  pointer-events: none;
	clip-path: inset(0 0 0 0); 
}

.video-bg-wrapper iframe {
  object-fit: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.777vw; /* 100 * (16 / 9) */
  height: 110vh;
  transform: translate(-50%, -50%);
  border: none;
  clip-path: inset(0 0 calc(100vh - 450px) 0);	
}

.radius-0 img {
	border-radius: 0px!important;
}

.padding-lr-0>.container.av-section-cont-open {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

/* Zorgt dat alles in header erboven komt */
#header_main > *:not(.video-bg-wrapper) {
  position: relative;
  z-index: 1;
}



/*Add your own styles here:*/