/*
Theme Name: B4ST
Theme URI: http://simonpadbury.com
Description: Bootstrap Starter Theme for WordPress. Using Twitter Bootstrap 4.0.0-alpha4.
Author: Simon Padbury
Author URI: http://simonpadbury.github.io
Version: 1.7.1
License: Unlicense
License URI: http://unlicense.org
*/

/*
Do not put your styles in here - put them in `theme/css/b4st.css`.
*/


body {
	
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px !important;
	color: #4D4D4D;
}

.container {
	max-width: 1366px;
}


h1, h2, h3, h4, h5, h6 {
	
	font-weight: 100;
	color: #000;
}

.bg-light {
	
	background: #F1F1F1;
}

.bg-blue {
	
	background: #01BAEF;
	color: #fff;
}

/* FOOTER */

.footer-blokken ul {
	
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 2em;
}

.footer-blokken a {
	
	color: #fff;
}

.footer-blokken h2 {
	
	color: #fff;
}

.holder-block{
  padding: 0;
  margin: 0;

  

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.holder-block .item {
	
	  -webkit-align-content: flex-start; 
  align-content: flex-start; 
}
.holder-block span {
	
	margin-right: 15px;
	
}

.sub-footer {
	
	color: #7a7a7a;
	font-size: 14px;
}
.sub-footer a{
	
	color: #7a7a7a;
}

/* navigatie */



/* Main Navigatie */


.navbar-light .navbar-nav .nav-link {

	color: #000;	
}


.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link:hover {
	
	
	color: #1FBF5F;	
}


/* page-title-visual */


.page-title-visual {
	
/* 	background: url(../b4st-master/images/visual.jpg) no-repeat center top; */
	background: #01BAEF;
	background-size: cover;
	min-height: 150px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
}

.page-title-visual-content{
	color: #fff;
	-webkit-align-self: center;
	align-self: center;
}


.page-title-visual-content h1{
	
	font-size: 42px;
	margin-bottom: 0px !important;
}

.page-title-visual-content p {
	
	font-size: 20px;
	font-weight: 100;
	margin: 0px;
	padding: 0px;
}




/* Main visual Anders */

.actie {
	background: url(../b4st-master/images/visual.jpg) no-repeat center top;
	background-size: cover;
	min-height: 550px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;

}



.actie-content {
	
  color: #fff;
  padding: 30px 30px 30px 100px;
  -webkit-align-self: center;
  align-self: center;

}

.actie-content h1{
	
	font-size: 48px;
}

.visual-large-text {
	
	font-size: 1.5em;
}


.btn {
	
	padding: 15px 20px;
	border-radius: 0px !important;
}
.btn-primary {
	
	font-weight: 400;
	font-size: 1.1em;
	background: #01BAEF;
	border-color: #01BAEF;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
background: #009CCB;
}

.btn-secondary {
	
	background: #20BF55;
	border-color: #20BF55;
	font-weight: 400;
	font-size: 1.1em;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
	
	background: #00A238;
}

.navbar-light .navbar-toggler, .navbar-light .navbar-toggler:active, .navbar-light .navbar-toggler:focus {
	
	border: none;
	outline: none !important;
}

.navbar-expand-md .navbar-nav .nav-link {
	
	padding-left: .6em;
	padding-right: .6em;
}


.list-styled {
	
	list-style-type: none;
	margin: 0px;
	padding: 4px;
}

.list-styled li{
	
	padding: 0px;
	font-size: 18px;
	margin-bottom: 5px;	

}

.list-styled li .checker{
	

	margin-right: 15px;	
	display: block;
	float: left;
	
}

.telefoon img{
	
	margin-bottom: 4px;
}


.intro-text {
	
	font-size: 1.4em;
	font-weight: 400;
}

.certificaten {
	
display: flex;
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */

}

@media screen and (max-width: 767px) {
	


	.actie {
		
		min-height: 400px !important;
	}

	.actie-content {
	  -webkit-align-self: center;
	  align-self: center;
	  padding: 20px;
	
	}
	
	.actie-content h1 {
		font-size: 2rem;
	}
	.visual-large-text {
		
		font-size: 1.3rem;
	}
	
	.telefoon {
		
		margin-left: 15px;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.page-title-visual-content h1 {
		
		font-size: 2.5em;

	}
}



.gform_wrapper label {
	
	font-weight: 400 !important;
}

.gform_wrapper input {
	
	border-radius: 0px !important;
	padding: .75em !important;
} 