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

/* Algemeen */
.avia-button { border-radius: 0px !important; }

/* Split menu */
@media only screen and (min-width: 780px) {
	#top #header .av-main-nav > li:nth-child(2) {
		margin-right: 150px;
	}
	#header .main_menu {
		width: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
	.av-main-nav-wrap {
		left: 50%;
		transform: translateX(-50%);
	}
	#header .logo {
		left: 50%;
		transform: translateX(-50%);
		z-index:999;
	}
	#header .logo img {    
		top: 50%;
		transform: translateY(-50%);
		max-width: 135px;  
	}
}

/* Mobile menu */
#header_main .logo img { padding: 10px 0; }
/* .av-burger-overlay #av-burger-menu-ul > li a { color: #fff !important; } */
.avia-menu-text { color: #2b2b2b; }

/* Afspraak maken */
#gform_page_1_2 #gform_previous_button_1 { background-color: #bbb; }

/* Google reviews */
.wp-google-powered img { height: 20px !important; }

/* Catalogus */
.av-catalogue-title-container { font-size: inherit; }
.av-catalogue-title { text-transform: none !important; }

/* Openingstijden */
.opening-hours .day-name { width: 300px; }