/*
==  THEME DETAILS  ============================================================
    Theme Name: Bloemendal Arbo-Adviesburo
	Theme URI: https://www.bhvead.nl/
    Description: Stylesheet voor Bloemendal Arbo-Adviesburo
    Version: 1.0
   	Author: Kracht Internet Marketing
	Author URI: https://www.krachtinternetmarketing.nl

===============================================================================
*/

/*---------------------------------------------- 
	1.1 Basics
------------------------------------------------*/
	html {
  		font-size: 20px;
	}

	body {
     	font-family: 'Lato', sans-serif;
		font-size: 0.9rem;
	  	line-height: 1.5rem;
		font-weight: 400;
		color: #000;
		background: #FFF; 
		-webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
	}
	
	a, a:hover, .btn, .btn:hover , .transition {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		text-decoration:none;	
	}
	
	p , figure , blockquote , ul {
		margin: 0 !important;
	}

	a {
		color: #E42313; 
	}

	a:hover {
		color: #000;
	}

	button:focus ,
	:focus {
		outline: 0 !important;
	}
	
	h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
		color: #706F6F;
		font-weight: 900;
		line-height: 1.1;
		margin: 0;
		padding: 0;
	}

	h1, .h1 {
		font-size: 2rem;
	}

	h2, .h2 {
		font-size: 2rem;
	}

	h3, .h3 {
		font-size: 1.25rem;
	}
	
	h4, .h4 {
		font-size: 1rem;
	}

	.font-black {
		font-weight: 900;
	}

	.font-bold {
		font-weight: 700;
	}

	.font-regular {
		font-weight: 400;
	}

	.z-index-1 {
		z-index: 9;
		position: relative;
	}

	.bg-cover {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.box-shadow {
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
	}

	.border-radius {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	@media all and (max-width: 1500px) {
    	html {
			font-size: 18px;
		}
	}

	@media all and (max-width: 1200px) {
    	html {
			font-size: 16px;
		}
	}
	
	@media (min-width: 1200px) {
		.container {
			max-width: 1150px;
		}	
	}

	@media all and (max-width: 767px) {
		h1, .h1 , h2, .h2 {
			font-size: 1.5rem;
		}
	}

/* Buttons -------------------------------------- */
	.btn-primary, 
	.btn-primary:active {
		background: none;
    	color: #E42313;
    	border: 1px solid #E42313;
	}
	
	.btn-primary:hover {
		background: #E42313;
		color: #FFF;
		border: 1px solid #E42313;
	}

	.btn-secondary {
		background: none;
		color: #706F6F;
		border: 1px solid #706F6F;
	}
	
	.btn-secondary:hover {
		background: #706F6F;
		color: #FFF;
		border: 1px solid #706F6F;
	}

	.btn-third {
		background: #FFF;
		color: #E42313;
		border: none;
	}
	
	.btn-third:hover {
		background: #000;
    	color: #FFF;
    	border: none;
	}
	
	.btn {
		font-size: 1.25rem;
		line-height: 1;
		padding: 0.7rem 1rem;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
    button:focus ,
	.btn:focus {
		outline: 0 !important;
		box-shadow: none !important;
	}

/* Icomoon -------------------------------------- */
	@font-face {
	  font-family: 'icomoon';
	  src:  url('fonts/icomoon.eot?vx0spv');
	  src:  url('fonts/icomoon.eot?vx0spv#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?vx0spv') format('truetype'),
		url('fonts/icomoon.woff?vx0spv') format('woff'),
		url('fonts/icomoon.svg?vx0spv#icomoon') format('svg');
	  font-weight: normal;
	  font-style: normal;
	  font-display: block;
	}

	[class^="icon-"], [class*=" icon-"] {
	  /* use !important to prevent issues with browser extensions that change fonts */
	  font-family: 'icomoon' !important;
	  speak: never;
	  font-style: normal;
	  font-weight: normal;
	  font-variant: normal;
	  text-transform: none;
	  line-height: 1;

	  /* Better Font Rendering =========== */
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}

	.icon-advies:before {
	  content: "\e900";
	}
	.icon-trainingen:before {
	  content: "\e901";
	}
	.icon-webshop:before {
	  content: "\e902";
	}

/*---------------------------------------------- 
	1.2 Content Block 
------------------------------------------------*/
	.content-block p + p ,
	.content-block p + h2 ,
	.content-block p + h3 ,
	.content-block p + h4 ,
	.content-block p + h5 ,
	.content-block h3 + ul ,
	.content-block h4 + ul ,
	.content-block ul + p ,
	.content-block ul + h3 {
		margin-top: 1.5rem !important;
	}

	.content-block h1 {
		color: #000;
		margin-bottom: 1.5rem;
	}

	.content-block h2 {
		font-size: 1.75rem;
	}

	.content-block h2 , 
	.content-block h3 {
		color: #E42313;
		font-weight: 400;
		margin-bottom: 1rem;
	}

	.content-block a {
		text-decoration: underline;
	}

	.content-block .btn {
		text-decoration: none !important;
	}
		
	.content-block ul {
		list-style: none;
	  	padding: 0;
	}
	
	.content-block ul li {
  		position: relative;
		padding-left: 20px;
	}

	.content-block ul li:before {
		content: "\f0da";
		font-family: 'Font Awesome 6 Pro';
		font-weight: 900;
		position: absolute;
    	left: 0;
		top: 0;
		color: #E42313;
	}

	.content-block img.aligncenter {
		margin: 0 auto;
		 display: block;
	}

	.content-block .embed-responsive {
		margin: 2.5rem 0;
	}

	.page-not-found .content-block.text-white a {
		color: #FFF;
	}

	.page-not-found .content-block.text-white a:hover {
		color: #000;
	}

/* Gallery -------------------------------------- */	
	.content-block .gallery {
		margin: 1.5em 0 !important;
	}

	.content-block .gallery img {
		border: none !important;
		max-width: 100% !important;
		height: auto !important;
	}
	
	@media all and (min-width: 767px) {
		.content-block .gallery {
			display: flex;
			flex-wrap: wrap;
		}
		.content-block .gallery .gallery-item {
			flex-basis: 0;
			flex-grow: 1;
			max-width: 100%;
			padding: 0 10px !important;	
			margin: 0;
		}
		/* Dit is de toevoeging voor gelijke verhoudingen */
		.content-block .gallery .gallery-item .gallery-icon {
			aspect-ratio: 4 / 3;
			overflow: hidden;
		}
		.content-block .gallery .gallery-item .gallery-icon a {
			display: block;
			width: 100%;
			height: 100%;
		}
		.content-block .gallery .gallery-item .gallery-icon img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}
/*---------------------------------------------- 
	1.3 Colors 
------------------------------------------------*/
	.bg-grey {
		background: #706F6F !important;
	}

	.bg-light-grey {
		background: #EAEAEA !important;
	}

	.bg-lighter-grey {
		background: #F7F7F7 !important;
	}

	.bg-red {
		background: #E42313 !important;
	}

	.text-grey {
		color: #706F6F !important;
	}

	.text-green {
		color: #277E06 !important;
	}

/*---------------------------------------------- 
	1.4 Spacing 
------------------------------------------------*/
	.py-50 {
		padding: 2.5rem 0;
	}

	.pt-50 {
		padding-top: 2.5rem;
	}

	.mb-50 {
		margin-bottom: 2.5rem;
	}

	.mb-40 {
		margin-bottom: 2rem !important;
	}

	.mt-40 {
		margin-top: 2rem !important;
	}

/*---------------------------------------------- 
	1.5 Item overzicht 
------------------------------------------------*/
	.item-overzicht .overlay {
		position: absolute;
		top: 75%;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 1rem;
		height: auto;
		text-align: center;
		background: rgba(228,35,19, 0.8);
		transition: .5s ease;
	}	

	.item-overzicht .overlay span {
		font-size: 1rem;
		font-weight: 700;
		color: #FFF;
	}

	.item-overzicht .overlay span.description {
		font-weight: 400 !important;
		display: none;
	}

	@media (min-width: 1200px) {
		.item-overzicht:hover .overlay {
			top: 0;
		}	
		.item-overzicht:hover span.description {
			display: block;
		}
	}

/*---------------------------------------------- 
	1.6 Gravity Form
------------------------------------------------*/
	.gform_wrapper ,
	body .gform_wrapper .top_label div.ginput_container, 
	.gform_wrapper ul.gform_fields li.gfield ,
	.gform_wrapper li.hidden_label input {
		padding: 0 !important;
		margin: 0 !important;
	}

	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) ,
	.gform_wrapper textarea ,
    .gform_wrapper select {
		padding: 10px 15px !important;
		border: none;
        color: #000 !important;
	}

	.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
		padding: 0 !important;
		border: 0 !important;
		margin: 0 !important;
		background: none !important;
	}

	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], 
	.gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] ,
	button.gpnf-add-entry {
		font-size: 1.2rem !important;
		line-height: 1;
		padding: 0.7rem 1rem;
		background: #E42313;
    	color: #FFF;
    	border: none;
		margin: 0 !important;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	button.gpnf-add-entry {
		font-size: 1rem !important;
		background: #000;
		margin-top: 0.5rem !important;
	}
	
	.gform_wrapper .notification {
		padding: 0.5rem 1rem;
	}

	.gform_wrapper .notification span {
		display: inline-block;
		margin-left: 0.75rem;
		font-weight: 700;
	}

	.gform_wrapper .hidden ,
	.ginput_product_price_label {
		display: none !important;
	}

	.gform_wrapper.gravity-theme .gfield input.large, 
	.gform_wrapper.gravity-theme .gfield select.large {
		height: 50px;
	}

	.gform_confirmation_message {
		margin-top: 1em !important;
	}

	.gform_wrapper .field_description_below .gfield_description {
		font-size: 0.7rem !important;
		color: #000;
		padding: 0 !important;
		border: none !important;
	}

	.gform_wrapper.gravity-theme .gf_page_steps {
		text-align: right;
	}

	.gform_wrapper.gravity-theme .gf_step {
		margin: 0;
	}

	.gform_wrapper.gravity-theme .gf_step + .gf_step {
		margin-left: 1rem;
	}

	.gform_wrapper.gravity-theme .gf_step_label {
		padding: 0;
	}

	.gform_wrapper.gravity-theme .gf_step_number {
		font-weight: 700;
		border: none;
		background: #706F6F;
		color: #FFF !important;
	}

	.gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
		background: #E42313;
	}

	.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
		border: none;
		top: 0;
		left: 0;
	}

	.gform_wrapper.gravity-theme .gform_previous_button.button, 
	.gform_wrapper.gravity-theme .gform_save_link.button {
		background: #838080;
		color: #FFF;
	}

	.gpnf-nested-entries {
		min-width: 100%;
	}

	.gpnf-row-actions ul li {
		padding-left: 10px !important;
	}

	.gpnf-row-actions ul li::before {
		content: none !important;
	}

	.tingle-modal-box .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		background: #F7F7F7;
	}
	
/* Overzicht -------------------------------------- */
	.gf-all-fields li:before {
		content: none !important;
	}
	
	.gf-all-fields li.field-type-product {
		display: none;
	}

	.overzicht-prijs {
		border-bottom: 1px solid #eee;
   	 	padding: 10px 10px 15px;
		background: #FFF !important;
		display: flex;
	}

	.overzicht-prijs label {
		font-size: 0.9rem !important;
		width: 30%;
		margin: 0 !important;
	}

	.overzicht-prijs span.ginput_product_price ,
	.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
		font-size: 0.9rem !important;
		color: #000 !important;
	}

	.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
		font-size: 0.8rem !important;
		font-weight: 400 !important;
	}

	.overzicht-prijs input#input_6_66 ,
	.overzicht-prijs input#ginput_base_price_7_71 ,
	.overzicht-prijs input#input_7_66 {
		padding: 0 !important;
		font-size: 0.9rem !important;
		height: inherit !important;
	}

/*---------------------------------------------- 
	1.7 USP
------------------------------------------------*/
	.usp .item {
		padding: 1rem 1.5rem;
	}

	.usp .item i {
		font-size: 2.5rem;
		color: #E42313;
	}

	.usp .item span {
		font-size: 0.8rem;
	}

/*---------------------------------------------- 
	1.8 Search WP
------------------------------------------------*/
	form.searchwp-form input.swp-input--search {
		border: none;
		outline:  none;
		height: 45px;
		border-radius: 0;
		background-color: #FFF;
		color: #000;
	}

	#header form.searchwp-form input.swp-input--search {
		background-color: #EAEAEA;
	}

	#primary.content-area {
		background: #F7F7F7;
		padding: 2.5rem 0;
	}

	.swp-grid .swp-result-item {
		padding-bottom: 1rem;
		border-bottom: 0.5px solid #707070;
	}
	
	.swp-grid.swp-rp--img-l .swp-result-item--img {
		width: 100%;
		height: 230px;
		display: flex!important;
		align-items: center !important;
		justify-content: center;
		background: #FFF;
		padding: 0.5rem;
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2) !important;
		-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2) !important;
		box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2) !important;
	}

	.swp-grid.swp-rp--img-l .swp-result-item--img img {
		height: auto;
		width: auto;
		max-height: 200px;
		max-width: 100%;
		display: block;
		margin: auto;
	}
	
	.swp-result-item--info-container h2.entry-title {
		font-size: 0.8rem;
		font-weight: 700 !important;
		color: #000;
		padding: 0 0 0.5rem 0;
		line-height: 1.5rem;
		display: block;
		min-height: 5rem;
	}

	.swp-result-item--price {
		font-size: 1.25rem !important;
		line-height: 1.25rem;
		color: #E42313 !important;
		font-weight: 700;
		display: inline-block;
		margin: 0 0 1rem 0;
		order: 3;
	}

	.swp-result-item--price span.from {
		font-size: 0.8rem !important;
		color: rgba(132, 132, 132, 0.5) !important;
	}

	.swp-result-item--price .woocommerce-price-suffix {
		font-size: 0.6rem;
		font-weight: 400;
		color: #000;	
	}
	
	.item-search a.title {
		font-size: 0.8rem;
		line-height: 1.25rem;
		color: #FFF !important;
		text-decoration: none !important;
		font-weight: 700;
		display: block;
		min-height: 3.7rem;
		padding: 0.6rem 0.5rem;
	}

	.item-search:hover a.title {
		background: #000 !important;	
	}

	@media (min-width: 1200px) {
		main.site-main.swp-rp-main {
			max-width: 1150px;
			margin: 0 auto;
		}	
	}

	@media all and (max-width: 992px) {
		.swp-grid--cols-4 {
  	 		grid-template-columns: repeat(3, minmax(0, 1fr));
		}	
	}

	@media all and (max-width: 767px) {
		.swp-grid--cols-4 {
  	 		grid-template-columns: repeat(2, minmax(0, 1fr));
		}	
	}

	@media all and (max-width: 550px) {
		.swp-grid--cols-4 {
  	 		grid-template-columns: repeat(1, minmax(0, 1fr));
		}	
		.swp-grid.swp-rp--img-l .swp-result-item--img {
			height: 300px;	
		}
		.swp-grid.swp-rp--img-l .swp-result-item--img img {
			height: 270px;	
		}
	}
	
/*---------------------------------------------- 
	2.1 Header
------------------------------------------------*/
	#header {
		padding: 0.75rem 0;
		z-index: 8;
		position: relative;
	}

	#header ul.top li {
		padding: 0 1rem;
	}

	#header ul.top li span a {
		font-weight: 900;
		color: #000;
	}

	#header ul.top li span a:hover ,
	#header ul.bottom li a:hover {
		color: #E42313;	
	}
	
	#header ul.top li + li {
		border-left: 0.5px solid #707070; 
	}

	#header ul.top li:last-child {
		padding-right: 0;
	}

	#header ul.bottom li a {
		font-size: 1.25rem;
		color: #706F6F;
	}

	#header ul.bottom li + li {
		margin-left: 1rem;
	}

	#header ul.bottom .cart {
		position: relative;
	}

	#header ul.bottom .cart span.cart-contents-count {
		font-family: 'Avenir Black';
		width: 1.25rem;
		height: 1.25rem;
		background: #E42313;
		color: #FFF;
		display: inline-block;
		text-align: center;
		line-height: 1.25rem;
		font-size: 0.7rem;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		position: absolute;
		top: -10px;
		right: -10px;
	}

	@media all and (max-width: 767px) {
		#header ul.bottom li + li {
			margin-left: 0.5rem;
		}	
	}


/*---------------------------------------------- 
	2.2 Navigation
------------------------------------------------*/
	#navigation {
		left: 0;
		right: 0;
		width: 100%;
		z-index: 99;
	}

	#navigation .ubermenu {
		z-index: 99;
		width: 100%;
		background: none !important;
	}

	#navigation .ubermenu-nav li a {
		font-size: 1.25rem;
		color: #FFF;
		padding: 1rem;
		margin: 0;
		background: none;
		display: inline-block;
	}

	#navigation .ubermenu-nav li a:hover {
		background: #000;
		color: #FFF;
	}

	#navigation .ubermenu-nav li.ubermenu-current_page_item a {
		background: #000;
		color: #FFF;
	}

	.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
		display: none;
	}

/* Dropdown Menu -------------------------------------- */	
	#navigation .ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group {
		background: #EAEAEA;
		padding: 1rem 0;
	}

	#navigation .ubermenu-nav .ubermenu-active .ubermenu-submenu {
		height: 650px !important;
	}
	
	#navigation .ubermenu-nav .ubermenu-submenu .ubermenu-item-type-column .ubermenu-submenu {
		padding: 0;	
	}

	#navigation .ubermenu-item-level-1 .ubermenu-target-title {
		font-size: 0.7rem;
		line-height: 2rem;
		font-weight: 400;
	}

	#navigation .ubermenu-item-level-2 .ubermenu-target-title  {
		font-size: 0.75rem;
		text-transform: inherit;
		font-weight: 400;
		color: #000;
		display: block;
	}

	#navigation .ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
		padding: 1rem 0;
}
	
	#navigation .ubermenu-nav .ubermenu-submenu li a {
		line-height: 1.5rem;
		color: #000;
		padding: 0 1rem;
		display: block !important;
		background: none !important;
	}

	#navigation .ubermenu-nav .ubermenu-submenu li a:hover {
		color: #FFF !important;
		background: #706F6F !important;
	}

	#navigation .ubermenu .ubermenu-custom-content-padded {
		font-size: 1rem;
		line-height: 1.5rem;
		font-weight: 700;
		color: #706F6F;
		padding: 0 1rem;
	}

/*---------------------------------------------- 
	2.3 Navigation Mobile
------------------------------------------------*/
	#navigation-mobile {
		padding: 1rem 0;
	}

	#navigation-mobile .cd-dropdown-trigger {
		display: inline-block;
    	position: relative;
    	padding: 0;
		font-size: 1.25rem;
		width: 45px;
		height: 45px;
		line-height: 45px;
		background: #000;
		color: #FFF;	
    	border-radius: 0;
		text-align: center;
		margin: 0;
		z-index: 99;
	}

	#navigation-mobile .cd-dropdown-trigger i {
		margin: 0;	
	}
	
	#navigation-mobile .cd-dropdown-content a {
    	color: #000;
		font-size: 1rem;	
		text-align: left !important;
	}

	#navigation-mobile .current_page_item a {
		color: #E42313;
	}

	#navigation-mobile .cd-dropdown {
		background: #EAEAEA !important;
		z-index: 999;
	}
	
	#navigation-mobile .cd-dropdown-wrapper {
		height: auto;
		margin: 0 !important;
	}
	
	#navigation-mobile ul {
		padding-left: 0;
	}
	
	#navigation-mobile .cd-dropdown-content a, 
	#navigation-mobile .cd-dropdown-content ul a {
		border-top-width: 1px;
    	border-bottom-width: 0;
    	border-left-width: 0;
    	border-right-width: 0;
    	border-color: #FFF;
    	border-style: solid;	
	}
	
	#navigation-mobile .cd-dropdown-content .go-back a {
		color: #1A1A1A;
	}

	.go-back a::before, .go-back a::after {
		background: #FFF !important;	
	}
	
	#navigation-mobile .cd-secondary-dropdown > a,
	#navigation-mobile .cd-secondary-dropdown > .go-back a {
  		display: none !important;
		background: #FFF;
	}

	#navigation-mobile .has-children > a::before, 
	#navigation-mobile .has-children > a::after, 
	#navigation-mobile .go-back a::before, .go-back a::after ,
	.cd-dropdown .cd-close::after, 
	.cd-dropdown .cd-close::before {
		background: #E42313 !important;
	}

	#navigation-mobile .cd-secondary-dropdown > .go-back a + a {
		display: block !important;
	}

/*---------------------------------------------- 
	2.3 USP
------------------------------------------------*/
	#usp {
		padding: 1.25rem 0 1rem 0;
		border-bottom: 0.5px solid #707070;
	}

	#usp .item i {
		font-size: 1.5rem;
		color: #277E06;
	}

	#usp .item span {
		font-size: 0.7rem;
		line-height: 1rem;
	}

/*---------------------------------------------- 
	2.4 Breadcrumb
------------------------------------------------*/
	#breadcrumb {
		padding: 1.25rem 0;
		position: relative;
		z-index: 9;
	}

	#breadcrumb span {
		color: #E42313;
		margin: 0;
	}

	#breadcrumb span a span {
		color: #706F6F;
	}

	#breadcrumb i {
		padding: 0 0.4rem;
		color: #706F6F;
	}

/*---------------------------------------------- 
	3.1 Frontpage Hero
------------------------------------------------*/
	#frontpage-hero .item {
		height: 610px;
	}

	#frontpage-hero .item .wrapper {
		background: rgba(228,35,19, 0.45);
		padding: 1.75rem 2rem;
	}

	#frontpage-hero .item .wrapper span {
		font-size: 2rem;
		font-style: italic;
		line-height: 4rem;
	}

	#frontpage-hero .scroll-button {
		position: absolute;
		bottom: -3rem;
		left: 0;
		right: 0;
		z-index: 7;
	}
	
	#frontpage-hero .scroll-button a i {
		font-size: 3rem;
		line-height: 6rem;
		width: 6rem;
		height: 6rem;
		background: #FFF;
		display: inline-block;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
	}

	@media all and (max-width: 1500px) {
		#frontpage-hero .item {
			height: 550px;
		}
	}

	@media all and (max-width: 1200px) {
		#frontpage-hero .item {
			height: 450px;
		}
	}

	@media all and (max-width: 767px) {
		#frontpage-hero .item {
			height: 400px;
		}
	}

/*---------------------------------------------- 
	3.2 Frontpage Trainingen
------------------------------------------------*/
	#frontpage-trainingen {
		background: #A3A3A3;
		background-image: url('../images/bg-smoke.png');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	#frontpage-trainingen .head i {
		font-size: 3.5rem;
		color: #E42313;
		padding-left: 0.5rem;
	}

	#frontpage-trainingen .usp .item i {
		font-size: 2.25rem;
		color: #FFF;
	}

	#frontpage-trainingen .usp .item span {
		line-height: 1.25rem;
	}

	#frontpage-trainingen .item a.title {
		font-size: 0.8rem;
		line-height: 1.25rem;
		color: #FFF;
		font-weight: 700;
		display: block;
		min-height: 3.7rem;
		padding: 0.6rem 0.5rem;
	}

	#frontpage-trainingen .item a.title:hover {
		background: #FFF !important;
		color: #E42313;
	}

	@media all and (max-width: 767px) {
		#frontpage-trainingen .usp .item + .item {
			margin-top: 1rem;
		}	
	}

/*---------------------------------------------- 
	3.2 Frontpage Advies / Categories
------------------------------------------------*/
	#frontpage-advies .head i ,
	#frontpage-categories .head i {
		font-size: 3.5rem;
		color: #E42313;
		padding-left: 0.5rem;
	}

/*---------------------------------------------- 
	3.2.1 Single Trainingen
------------------------------------------------*/
	#page-content #collapse-informatie.collapse:not(.show) {
	 	display: block !important;
	  	height: 17.5rem;
	  	overflow: hidden;
	}

	#page-content #collapse-informatie.collapsing {
	  	height: 17.5rem;
	}

	#page-content #collapse-informatie.collapse:not(.show) .text-fade {
		position: relative;
		bottom: 6rem;
		height: 6rem;
		z-index: 9;
	    background: -webkit-linear-gradient(
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%
		); 
		background-image: -moz-linear-gradient(
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%
		);
		background-image: -o-linear-gradient(
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%
		);
		background-image: linear-gradient(
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%
		);
		background-image: -ms-linear-gradient(
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%
		);
	}

	#page-content .read-more button {
		font-size: 0.8rem;
		color: #E42313;
		padding: 0;
	}

	#page-content .read-more button i {
		padding-left: 0.5rem;
	}

	#page-content .read-more button.collapsed i::before {
		content: "\f0d7";
	}

	#overzicht-dagen .item {
		height: 100%;
		position: relative;
	}

	#overzicht-dagen .item .wrapper {
		padding: 2rem 1.5rem 5.5rem 1.5rem;
		border: 2px solid #FFF;
	}

	#overzicht-dagen .item ul li {
		line-height: 2rem;
	}

	#overzicht-dagen .item ul li strong ,
	#overzicht-dagen .item h4.title {
		font-size: 1rem;
		color: #000;
		font-weight: bold;
	}

	#overzicht-dagen .item h4.title {
		line-height: 2rem;
	}

	#overzicht-dagen .item span.stock-status {
		font-size: 0.8rem;
		line-height: 2rem;
		font-weight: 400;
		text-align: left;
		padding: 0;
	}

	#overzicht-dagen .item span.stock-status.open {
		color: #277E06;
	}

	#overzicht-dagen .item span.stock-status.closed {
		color: #E42313;
	}

	#overzicht-dagen .item span.button {
		font-size: 1rem;
		font-weight: 700;
		color: #FFF;
		display: block;
		text-align: center;
		padding: 1.25rem 1rem;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	#overzicht-dagen .item span.button.open {
		background: #277E06;	
	}

	#overzicht-dagen .item span.button.closed {
		background: #E42313;;	
	}

	#overzicht-dagen .item span.button i{
		padding-left: 0.25rem;
	}
	
	#overzicht-dagen .item.open:hover .wrapper ,
	#overzicht-dagen .item.request:hover .wrapper{
		border: 2px solid #000;
	}

	#overzicht-dagen .item.open:hover a ,
	#overzicht-dagen .item.request:hover a{
		background: #000;	
	}

/*---------------------------------------------- 
	4.1 Hero
------------------------------------------------*/
	#hero .wrapper {
		width: 90%;
		padding: 1rem 0;
	}

	#hero .wrapper span.title {
		font-size: 2rem;
		font-style: italic;
		line-height: 4rem;
	}

	#hero .meta {
		padding: 1rem 0 0 0;
		border-top: 1px solid #FFF;
	}

	#hero .meta span.price {
		font-size: 1rem;
		font-weight: 700;
	}

	#hero .meta span.price strong {
		font-size: 1.5rem;
		font-weight: 700;
	}

	#hero .icon {
		position: absolute;
		bottom: -3rem;
		left: 0;
		right: 0;
		z-index: 8;
	}
	
	#hero .icon i {
		font-size: 4.5rem;
		color: #E42313;
		line-height: 6rem;
		width: 6rem;
		height: 6rem;
		background: #FFF;
		display: inline-block;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
	}

	@media all and (max-width: 1500px) {
		#hero .wrapper p {
			font-size: 0.8rem;
		}	
	}

	@media all and (max-width: 1200px) {
		#hero .wrapper {
			width: 100%;
			padding: 1rem;
		}	
	}

/*---------------------------------------------- 
	4.2 Page Trainingen 
------------------------------------------------*/
	#filters span ,
	#filters ul li .btn {
		font-size: 0.9rem;
		margin-bottom: 0.5rem;
	}	
	
	#filters ul li.active .btn {
		background: #E42313;
		color: #FFF;
	}

/*---------------------------------------------- 
	4.3 Page FAQ
------------------------------------------------*/
    #tabs-overzicht .item + .item {
        margin-top: 3rem;
    }

	.accordion-item ,
    .accordion .accordion-button {
		border: none;
		border-radius: 0;
		box-shadow: none;
	}

	.accordion-item {
		border: none;
	}

	.accordion-item + .accordion-item {
		margin-top: 3px;
	}

	.accordion .accordion-button {
		background: #FFF;
	}

	.accordion .card .btn-tab {
		text-align: left;
		background: none;
		padding: 1rem 1.5rem;
		width: 100%;
        text-transform: inherit !important;
		border-radius: 0;
	}

   	.accordion .accordion-button span {
		font-size: 0.9rem;
		color: #000;
		font-weight: 600;
		line-height: 1.5rem;
    }

	.accordion .accordion-item .accordion-body {
        font-size: 0.9rem;
        background: #FFF;
		padding: 1.25rem;
		border-radius: 0;
	}

/*---------------------------------------------- 
	5.1 Page Modules
------------------------------------------------*/
	#page-modules .content + .content {
		padding-top: 0 !important;
	}

	@media all and (max-width: 992px) {
		#page-modules .content .col {
			flex: 0 0 auto;
 		   width: 100%;
		}	
	}

/*---------------------------------------------- 
	5.2 Module Veelgestelde vragen
------------------------------------------------*/
	#page-modules .veelgestelde-vragen .accordion .accordion-button {
		background: #EAEAEA;
	}

/*---------------------------------------------- 
	5.3 Module Call to Action
------------------------------------------------*/
	#page-modules .cta-wrapper {
		padding: 2.5rem 1.75rem;
	}

	@media all and (max-width: 992px) {
		#page-modules .cta-wrapper {
			padding: 3rem 1.5rem;
		}
	}

/*---------------------------------------------- 
	5. Call to action
------------------------------------------------*/
	#call-to-action img {
		max-width: 220px;
	}

	#call-to-action .wrapper {
		padding: 0.75rem 1rem;
		width: 100%;
	}

	#call-to-action .wrapper span {
		font-size: 1.6rem;
		line-height: 2rem;
	}

	#call-to-action .wrapper .btn {
		font-size: 1.1rem;
		font-weight: 900;
	}

	#call-to-action .wrapper .btn i {
		padding-left: 0.25rem;
	}

	@media all and (max-width: 767px) {
		#call-to-action img {
			max-width: inherit;
			width: 100%;
		}	
		#call-to-action .wrapper {
			padding: 1.25rem 1rem;
		}
	}

/*---------------------------------------------- 
	6. Footer
------------------------------------------------*/
	#footer {
		padding: 2.5rem 0 2rem 0;
	}

	#footer h4 {
		font-size: 1rem;
		font-weight: 700;
	}

	#footer ul li ,
	#footer ul li a {
		font-size: 0.8rem;
		line-height: 2rem;
		color: #000;
		padding: 0;
	}

	#footer ul li a:hover {
		color: #E42313;
	}

	#footer .social-media li a {
		font-size: 1.75rem;
		color: #706F6F;
	}

	#footer .social-media .list-inline-item:not(:last-child) {
		margin-right: 0.75rem;	
	}
