/*
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:*/
 /*------------------------*/
/* CSS - Logo center split menu
/*------------------------*/

@media only screen and (min-width: 780px) {
/*In the below code nth-child(x) the value of x should be half the number of total menu items*/
#top #header .av-main-nav li:nth-child(3) {
  /* Adjust the width of the logo */
    margin-right:300px;
}
#header .main_menu {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.av-main-nav-wrap {
	background: #EFB430;
    left: 50%;
    transform: translateX(-50%);
	top: 185px !important;
	padding-left: 50px!important;
	padding-right: 50px!important;
	border-radius: 15px!important;
	border-style: solid!important;
	border-width: 4px!important;
	border-color: #fef3d8!important;
	transition: all .3s ease-out;
}
.header-scrolled #header_main > .container .inner-container .av-main-nav-wrap {
	top: 72.5px !important;
	transition: all .3s ease-out;
}
#header_main > .container, .header-scrolled #header_main > .container {
	transition: all .3s ease-out;
}
#header .logo {
    left: 50%;
    transform: translateX(-50%);
    z-index:999;
	margin-top: 20px!important;
}
#header .logo img {    
    top: 50%;
    transform: translateY(-50%);
    max-width: 250px;  
}
#header_main > .container .main_menu .av-main-nav > li > a {
	height: 80px!important;
    line-height: 80px!important;
}
#avia-menu .current_page_item > a > .avia-menu-fx,
#avia-menu .menu-item:hover > a > .avia-menu-fx {
    opacity: 0;
    visibility: hidden;
}
}
/*ALGEMEEN:*/
#main .container_wrap {
	padding-top: 40px!important;
}
.intro .content {
	padding-top: 100px!important;
}
.introfoto img {
	border-radius: 30px!important;
}