/* CSS defaults */

/*Fonts__________________________________________________________________________________________*/



H1, H2, H3, H4, H5, H6 {

	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	color:#fd4602;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

	

H1 {
	font-size: 22px;
	margin: 0px 0 5px 0;
	
}


H2 {
	font-size: 18px;
	margin: 0px 0 5px;
	color: #0083eb;
	
	
}
H3 {
	font-size: 16px;
	margin: 0px 0 0px;
	
}
H4 {
	font-size: 16px;
}
span {
}
.divider {
	color: #ED9C28;
}


.container-fluid{
	max-width:100%;
	margin: 0px!important;
	padding: 0px!important;
	overflow: hidden;
	}



/*Defaults_______________________________________________________________________________________*/


html, body {
	font-size: 62.5%;
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 0;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 300;
	line-height: 1.5em;
	font-family: 'Roboto Condensed', sans-serif;
	color: #333;
	background-color: #fff;
	
	}
.altfont {
	font-family: 'Shadows Into Light', 'Muli';
	color: #f3dbaf;
	font-size: 17px;
	font-size: 1.7rem;
}
.row {
	/*margin-left: -20px;*/
}
img {
	border: none;
}
p {
	margin: 0 0 10px 0px;
}

.alignnone {
	padding: 2px;
	
}

.aligncenter{
	text-align: center;
	margin: 0 auto;
	}


strong {
	
}


.no-border{
	border: 0px!important;
	
	
}


#breadcrumbs{
	font-size: 12px;
	}

#breadcrumbs a{
	color: #FF4500;
	font-size: 12px;
	}

#breadcrumbs a:hover{
	color:#333;
	}


.fa {
	margin-right: 5px;
	
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
	padding: 2px;
	border:1px solid #ccc;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
	padding: 2px;
	background-color: #f5fafd;
	border:1px solid #ccc;
}
.aligncenter {
	margin: 0 auto;
	padding: 0px;
}
.wp-caption {
	width: 200px;
	background-color: #606d8d;
	border-radius: 12px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	padding-top: 5px;
}
.wp-caption img {
	border-radius: 6px;
	overflow: hidden;
}
.wp-caption-text {
	padding: 4px;
}
.clearer {
	height: 1px;
	clear: both;
}
a {
	color:#FF4500;
	text-decoration:underline;
	border: 0px!important;
}
a:hover {
	color: #0083eb;
}
.btn {
	border: 0px;
}
.btn .fa {
	padding-right: 0px;
}
a.btn-default {
	color: #fff;
	border-color: 1px solid #f4a915!important;
	
	background-color: #FF4500;
	padding: 5px 10px 4px;
	font-size: 16px;
	
	text-decoration: none;
	word-wrap: break-word;
	border-radius: 12px;
	font-weight: 400;
	border-radius: 3px;
}
a.btn-default:hover,
a.btn-default:active,
a.btn-default:focus{
	color: #fff!important;
	background-color: #0083eb!important;
}

a.btn-default .fa{
	font-size: 15px;
	
	
}

/*Share Buttons_______________________________________________________________________________________________*/

ul#share-buttons {
		margin: 0px;
		padding: 0px;
		list-style: none;
		}
	
	ul#share-buttons li {
		display: inline;
		margin: 0px;
		padding: 0px;
		font-size: 1.4rem;
		font-size: 14px;
		font-weight: 700;
		
		}
 
	ul#share-buttons li a .fa {
		width:30px;
		height: 30px;
		font-size: 1.7rem;
		font-size: 17px;
		text-align: center;
		vertical-align: middle;
		background-color: #EEE;
		padding: 7px 5px 5px;
	}
	
	ul#share-buttons li a .fa:hover {
		color:#fff;
		background-color: #FF4500;
	}


/*Formulieren_______________________________________________________________________________________________*/

#gform_1 {
	font-size: 18px;
	font-weight: 100;
	
}
#gform_2 {
	margin-top: 10px;
}
input, textarea {
	width: 100%;
	
	border: 1px solid #0083eb!important;
	font-size: 15px!important;
	padding: 2px!important;
	margin: 0!important;
	color: #FF4500;
}
input[type="submit"] {
	width:auto;
	
	padding: 6px 20px!important;
	font-size: 18px;
	color: #fff;
	border: 1px solid #FF4500!important;
	background-color: #FF4500!important;
	font-weight: 300;
}
.gfield_radio li input[type="radio"] {
	height: 18px;
	margin-right: 0px!important;
}
ul.gfield_radio li {
	float: left!important;
	margin-right: 20px!important;
}


.gform_wrapper{
	margin:0px!important;
	font-size:18px;
	}

#input_3_1,
#input_3_2{
	width:100%;	
	}
	
.gform_description{
	font-weight:normal!important;
	
	}



label{
	font-size: 14px!important;
	
	
	
}

.gform_wrapper span.ginput_product_price {
    color: #0083eb!important;
}

.gform_wrapper span.ginput_total {
    color: #0083eb!important;
    font-size: inherit;
}



ul.commentlist {
	margin: 10px 0;
	padding: 0px;
	list-style: none;
	
}


ul.commentlist li {
    margin: 0px 0 10px;
    padding: 10px;
    border: 1px solid #ccc;
}

.comment-metadata {
    font-size: 12px;
}


.commentlist .byuser {border-top: 5px solid #CF0000;}
.commentlist li ul.children li.byuser {border-top: 5px solid #CF0000;}


a.page-numbers:hover,
.current{
    padding: 5px;
    color: #fff;
   
    text-decoration: none;
}
a.page-numbers {
    padding: 5px;
    color: #fff;
    background-color: #062d5d;
}


#swipebox-container .current{
	
	
}

/*Standaard_______________________________________________________________________________________________*/

.sticky {
}
.screen-reader-text {
}
.gallery-caption {
}
.bypostauthor {
}
.aligncenter {
}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	max-width: 100%;
	height: auto;
}


/*ACF Video responsive_______________________________________________________________________________________________*/

/*Video*/
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.embed-container iframe,  .embed-container object,  .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.navigation .alignleft,
.navigation .alignright{
	border: 0px;
	
	
}

.navigation a{
	padding: 5px 10px;
	color: #fff;
	background-color: #CF0000;
	}

.navigation a:hover{
	background-color: #000;
	}



