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

/*Fonts*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');

#main p a { 
	text-decoration: underline; }
}
.main_menu {
	text-transform: none !important;
	font-family: 'Ubuntu', sans-serif;
}
h1 {
	font-family: 'Ubuntu', sans-serif;
	font-size:40px;
	text-transform: none !important;
}
h2 {
	font-family: 'Ubuntu', sans-serif;
	font-size:34px;
	text-transform: none !important;
}
h3 {
	font-family: 'Ubuntu', sans-serif;
	font-size:28px;
	text-transform: none !important;	
}
h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size:20px;
	text-transform: none !important;
	margin-bottom: -10px !important;
}
h5 {
	font-family: 'Ubuntu', sans-serif;
	font-size:16px;
	text-transform: none !important;
}
h6 {
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	text-transform: none !important;
}

/*Header*/
#header_meta a, #header_meta span {
	color: #ffffff !important;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	font-size:12px !important;
}
.header-scrolled .logo img {
padding-top: 0;
}
.logo img {
padding-top: 35px;
}

/*Prijstabellen*/
.pricing-table.avia-highlight-col { 
	color: #000000;
	font-size: 13px; }

/*Blog*/
.post {
	font-size: 14px !important; 
	line-height: 1.4em !important;  
}

#top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: 100em;
}

/*Contactform 7*/
span.wpcf7-list-item { display: table-row; }
span.wpcf7-list-item * { display: table-cell; }

.wpcf7 input[type="submit"] {
	color: #ffffff;
	font-family: 'Ubuntu';
	font-size: 14px;
	background: #2d2c6f;
	padding: 10px 20px 10px 20px;
	border: 2px solid;
	border-color: #2d2c6f;
	border-radius: 5px;
	width: auto;
	text-transform: uppercase;
	letter-spacing: 5px;
 }
 .wpcf7 input:hover[type="submit"] {
	color: #ffffff;
	background: #151540;
	border-color: #151540;
	transition: all 0.4s ease 0s;
 }

/*Verberg Repatcha Logo*/
.grecaptcha-badge {
opacity:0 !important;
}

/*Hide topbar op mobiel*/
@media only screen and (max-width: 768px) {
#header_meta { display: none !important; }
}

/*Hide reCaptcha*/
.grecaptcha-badge {
opacity:0 !important;
}