/*
Theme Name: SideKick
Template: Impreza
Version: 1.0
Author:	SideKick
Theme URI: http://impreza.us-themes.com/
Author URI: https://sidekick.be/
*/

/* GLOBAL ------------------------------------------------------------------------ */
.clear{
	display: block;
	clear: both;
}
main{
	overflow: hidden;
}
.w-image .w-image-meta .w-image-title{
	font-size: 0.9rem;
	font-style: italic;
	text-align: center;
}
.single-post .w-image,
.singel-post .w-image .w-image-h{
	display: inline-block;
}
small {
  line-height: 1.4;
}
/* FONT */
h1, h2, h3, h4, h6,
nav,
a.w-btn:not(.us-btn-style_2){
	font-family: clone-rounded-latin, sans-serif !important;
	font-style: normal;
}
/* FONTAWESOME ICON */
.fa-facebook:before {
  content: "\f39e";
}
.fa-linkedin:before {
  content: "\f0e1";
}
/* HEADING */
h1:not(.no-lines){
	position: relative;
	display: inline-block;
	padding-left: 80px !important;
}
h1:not(.no-lines) span{
	position: relative;
	display: inline-block;
	padding-right: 80px;
}
h1:not(.no-lines):before, h1 span:before,
h1:not(.no-lines):after, h1 span:after{
	content: '';
	position: absolute;
	left: 20px;
	top: calc(50% - 5px);
	transform: translateY(-50%);
	background-color: #3A3F3D;
	width: 35px;
	height: 5px;
	border-radius: 10px;
}
h1:not(.no-lines):after{
	left: 0;
	width: 55px;
	top: calc(50% + 10px);
}
h1:not(.no-lines) span:before{
	right: 20px;
	left: auto;
}
h1:not(.no-lines) span:after{
	right: 0;
	left: auto;
	width: 55px;
	top: calc(50% + 10px);
}
/* BUTTON */
.w-btn.us-btn-style_2{
	position: relative;
	padding-bottom: 3px;
}
.w-btn.us-btn-style_2:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #459271;
	transition: all 0.3s;
}
.w-btn.us-btn-style_2:hover:after{
	background-color: #CFCB00;
}
/* BACK TO TOP LINK */
.w-toplink,
.rounded_none .w-toplink{
	background-color: #ffffff !important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	border-radius: 50% !important;
	color: #7E7E7E !important;
}
.w-toplink span:not(.ripple-container):after {
  content: '\f062';
  font-size: 1.2rem;
}
/* STICKY */
.ult-sticky-anchor.ult_stick_to_row {
  z-index: 9 !important;
}
/* TABLE */
tr:nth-child(even) {
	background: #F0F5F3
}
tr:nth-child(odd) {
	background: #FFFFFF
}
tr td {
	border: none !important;
	padding: 1rem 1.5rem;
}


/* HEADER ------------------------------------------------------------------------ */
header{
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.08);
}
header .at_middle nav > ul.level_1 > li:nth-last-child(2) > a .w-nav-title{
	padding-left: 50px;
	position: relative;
}
header .at_middle nav > ul.level_1 > li:nth-last-child(2) > a .w-nav-title:before{
	content: '';
	position: absolute;
	left: 10px;
	top: 0;
	width: 30px;
	height: 30px;
	background-image: url('images/header-bike.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
header .at_middle nav > ul.level_1 > li:nth-last-child(2) > a .w-nav-title:after{
	content: '';
	position: absolute;
	left: -15px;
	top: 2px;
	width: 1px;
	height: 100%;
	background-color: #D1D1D1;
}
header .at_middle nav > ul.level_1 > li:nth-last-child(2) > ul.level_2{
	left: 25px !important;
}
header.bg_transparent:not(.sticky){
	box-shadow: none;
}
header.bg_transparent:not(.sticky) .at_middle nav > ul.level_1 > li:nth-last-child(2) > a .w-nav-title:before{
	background-image: url('images/header-transparent-bike.svg');
}
header.sticky{
	top: 0;
}
.ush_menu_2 .menu-item.level_1.current-menu-item>a:not(.w-btn){
	color: #C8C32E !important;
}


/* HOME -------------------------------------------------------------------------- */
#home--header h1:before,
#home--header h1:after,
#home--header h1 span:before,
#home--header h1 span:after{
	background-color: #ffffff;
}
body.home ul.list-bikes{
		list-style: none;
		margin: 0;
		padding: 0;
}
body.home ul.list-bikes li.item-bike{
		list-style: none;
		width: 33.33%;
		padding: 1rem;
		float: left;
		position: relative;
}
body.home ul.list-bikes li.item-bike .image{
		width: 100%;
		height: 200px;
		position: relative;
		background-color: #ffffff;
		margin-bottom: 1rem;
		padding: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
}
body.home ul.list-bikes li.item-bike .image img{
		max-height: 160px;
}
body.home ul.list-bikes li.item-bike .image .merk{
		position: absolute;
		right: 5px;
		top: 5px;
		font-family: 'Roboto',sans-serif!important;
    font-size: 16px!important;
    padding: 0.5rem 1.1rem !important;
    z-index: 1;
		line-height: 1.20!important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 0.3em;
		background: #F0F5F3;
		border-color: transparent;
		color: #459271!important;
}
body.home ul.list-bikes li.item-bike .content{
		padding: 0.5rem 0;
		transition: all 0.3s;
		position: relative;
}
body.home ul.list-bikes li.item-bike .content .title{
		padding-top: 0rem;
		margin-bottom: 0.5rem;
		text-align: left;
}
body.home ul.list-bikes li.item-bike > a{
		position: absolute;
		width: calc(100% - 2rem);
		height: calc(100% - 2rem);
		top: 1rem;
		left: 1rem;
		z-index: 1;
}
body.home ul.list-bikes li.item-bike .content a{
		font-family: 'Roboto',sans-serif;
		font-size: 18px;
		line-height: 1.2!important;
		font-weight: 500;
		font-style: normal;
		text-transform: none;
		letter-spacing: 0em;
		border-radius: 0em;
		padding: 0em 0em;
		color: #459271!important;
		position: relative;
}
body.home ul.list-bikes li.item-bike .content a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #459271;
    transition: all 0.3s;
}
body.home ul.list-bikes li.item-bike:hover .content a{
		color: #CFCB00!important;
}
body.home ul.list-bikes li.item-bike:hover .content a:after {
    background-color: #CFCB00;
}


/* CONTACT -------------------------------------------------------------------------- */
#contact--header h1:before,
#contact--header h1:after{
	background-color: #ffffff;
}
#contact--content{
	position: relative;
	z-index: 10;
}
#contact--content:before{
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	background-color: #F0F5F3;
	height: 80px;
	width: calc(100% + 1px);
	z-index: -1;
	transform-origin: 0 0;
	transform: rotate(-2deg) skewX(-2deg);
}
#contact--content #contact--content-form{
	position: relative;
	z-index: 4;
}
#contact--content #contact--content-form:before{
	content: "";
	position: absolute;
	top: -11em;
	left: 0;
	background-color: #CFCB00;
	height: 30px;
	width: 100%;
	transform-origin: 0 0;
	transform: rotate(-2deg) skewX(-2deg);
}


/* EVENT PAGE -------------------------------------------------------------------- */
/* HEADER IMAGE */
#event--header-image{
	height: 550px;
}
#event--header-image{
	position: relative;
	z-index: 1;
}
#event--header-image:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #F0F5F3;
	height: 60px;
	width: calc(100% + 1px);
	z-index: 10;
	transform-origin: 0 0;
	transform: rotate(-2.5deg) skewX(-2.5deg);
}
/* HEADER */
#event--header{
	position: relative;
	margin-top: -250px;
}
#event--header-content{
	max-width: 1000px;
	margin: 0 auto;
}
#event--header-info{
	display: inline-block;
	background-color: #ffffff;
	padding: 1rem 0.5rem;
	z-index: 10;
	font-family: clone-rounded-latin, sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #459271;
	transform: rotate(-2.5deg) skewX(-2.5deg);
	margin-left: 0;
}
#event--header-info i{
	font-size: 16px;
	color: #A3D6C4;
	margin-right: 15px;
}
#event--header h1{
		width: 100%;
		background-color: #3E8667;
		padding: 2rem 4rem;
		font-size: 3rem;
		color: #ffffff;
		transform: rotate(-2.5deg) skewX(-2.5deg);
		position: relative;
		z-index: 10;
}
#event--header-textSecond h1{
		background-color: #C8C32E;
		margin-top: -5rem;
}
#event--header h1:before{
		content: "";
		position: absolute;
		bottom: -20px;
		left: 5%;
		background-color: #459271;
		height: 8px;
		width: 30%;
		z-index: -1;
		border-radius: 0.3rem;
}
#event--header h1:after{
		content: "";
		position: absolute;
		bottom: -20px;
		left: 37%;
		background-color: #459271;
		height: 8px;
		width: 10%;
		z-index: -1;
		border-radius: 0.3rem;
}
#event--header-textSecond h1:before,
#event--header-textSecond h1:after{
		background-color: #C8C32E;
}
/* PRAKTISCH */
#event--praktisch .w-iconbox svg{
		height: 70px;
		width: auto;
		max-width: 85px;
}
/* OVER */
#event--over table tr td {
		font-family: 'Roboto',sans-serif!important;
		font-size: 20px!important;
		padding: 1.5rem;
}
#event--over table tr td b,
#event--over table tr td strong {
		font-weight: 500;
}
#event--over table tr td:first-child {
		width: 60px;
		background-image: url('images/svg-lightning.svg');
		background-size: 20px;
		background-position: 30px 20px;
		background-repeat: no-repeat;
}
/* INFOSESSIE */
#event--infosessies table tr td:first-child {
		font-family: 'Roboto',sans-serif!important;
		font-size: 20px!important;
		color: #459271 !important;
		width: 150px;
}
#event--infosessies table tr td:first-child i {
		margin-right: 10px;
}
/* LINES IN BETWEEN SECTIONS */
#event--praktisch,
#event--over,
#event--infosessies,
#event--samenwerking{
		position: relative;
		z-index: 1;
}
#event--praktisch .wpb_wrapper > .wpb_text_column > .wpb_wrapper > ul,
#event--over .wpb_wrapper > .wpb_text_column > .wpb_wrapper > ul,
#event--samenwerking .wpb_wrapper > .wpb_text_column > .wpb_wrapper > ul{
	margin-left: 20px;
}
#event--praktisch:before,
#event--over:before,
#event--infosessies:before,
#event--samenwerking:before{
		content: "";
		position: absolute;
		top: 0px;
		left: 0;
		background-color: #F0F5F3;
		height: 50px;
		width: calc(100% + 1px);
		z-index: -1;
		transform-origin: 0 0;
		transform: rotate(-2deg) skewX(-2deg);
}
#event--praktisch:after,
#event--over:after,
#event--infosessies:after{
		content: "";
		position: absolute;
		bottom: -50px;
		left: 0;
		background-color: #F0F5F3;
		height: 50px;
		width: calc(100% + 1px);
		z-index: -1;
		transform-origin: 0 0;
		transform: rotate(-2deg) skewX(-2deg);
}
.section--readMore{
	display: block;
}
.section--readMore .section--readMore-visible{
	opacity: 1;
	height: auto;
}
.section--readMore .section--readMore-invisble{
	opacity: 0;
	height: 0;
	transition: all 0.3s;
}
.section--readMore.open .section--readMore-invisble{
	opacity: 1;
	height: auto;
}
.section--readMore .fa-chevron-down:before {
  content: "\f078";
}
.section--readMore.open .fa-chevron-down:before {
  content: "\f077";
}
/* INSCHRIJVEN */
label.radio-time {
	  column-count: 2;
	  column-gap: 2rem;
	  display: inline-block;
	  padding: 0.5rem 0;
}
label.radio-hour {
  	padding-right: 2rem;
}
label.radio-time input,
label.radio-hour input {
	  margin-top: 0 !important;
		margin-right: 1rem !important;
}
.time-blocks{
		display: none;
}
input[type="submit"][name="event_inschrijven"]{
		width: auto !important;
	  display: block;
	  float: right;
}
.full-booked{
		display: none
}
/* INSCHRIJVEN SUCCESS */
#event--success{
		background-color: #F0F5F3;
}
#event--success #event--success-box{
		background-color: #ffffff;
}
#event--success #event--success-header{
		background-image: url('images/inschrijven-header.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		position: relative;
		padding: 5rem;
}
#event--success #event--success-header:before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #459271;
		opacity: 0.87;
		z-index: 1;
}
#event--success #event--success-header > *{
		position: relative;
		z-index: 4;
}
#event--success #event--success-header h1,
#event--success #event--success-header h4{
		text-align: center;
		color: #ffffff;
		margin: 0 !important;
		padding: 0 !important;
}
#event--success #event--success-header h4{
	margin-bottom: 1rem !important;
}
#event--success #event--success-content,
#event--success #event--unsubscribe{
		padding: 5rem;
}
#event--success #event--success-content h6{
		margin-bottom: 2rem !important;
}
#event--success #event--success-content p.heading{
		padding-bottom: 0rem !important;
		margin-bottom: 0rem !important;
		color: #7E7E7E;
}
#event--success #event--unsubscribe{
		padding-top: 0;
		padding-bottom: 4rem;
		text-align: center;
}


/* GRID -------------------------------------------------------------------------- */
/* ALL */
.w-grid article .post_taxonomy .us-btn-style_3{
		font-family: 'Roboto',sans-serif!important;
		font-size: 16px!important;
		padding: 0.5rem 1.1rem !important;
		position: relative;
		z-index: 1;
}
.w-grid article .post_taxonomy .us-btn-style_3 .overlay{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		opacity: 0.1;
}
.w-grid article .post_taxonomy .us-btn-style_3:hover{
		background: #ffffff !important;
		border-color: transparent !important;
		color: #459271 !important;
		box-shadow: 0 0em 0em rgba(0,0,0,0.2) !important;
}
/* STICKY */
.layout_78 article .w-btn.us-btn-style_2{
		color: #CFCB00 !important;
}
.layout_78 article .w-btn.us-btn-style_2:after{
		background-color: #CFCB00 !important;
}
.layout_78 article .uitgelicht{
		width: 40px;
		height: 35px;
		background-color: #CFCB00 !important;
		color: #ffffff;
		display: flex;
		justify-content: center;
		align-items: center;
		border-top-right-radius: 45%;
		border-bottom-right-radius: 45%;
}
/* POSTS */
.layout_79 article:hover .w-btn.us-btn-style_2,
.layout_170 article:hover .w-btn.us-btn-style_2{
		color: #CFCB00 !important;
}
.layout_79 article:hover .w-btn.us-btn-style_2:after,
.layout_170 article:hover .w-btn.us-btn-style_2:after{
		background-color: #CFCB00 !important;
}
.layout_79 article .post_image img{
		width: 100% !important;
		height: 300px !important;
		object-fit: cover !important;
}
/* PAGINATION */
nav.pagination.navigation{
		display: flex;
	  justify-content: center;
		margin-top: 4rem;
		width: 100%;
}
nav.pagination.navigation .page-numbers:not(.next):not(.prev).current,
nav.pagination.navigation .page-numbers:not(.next):not(.prev):before{
		background-color: #CFCB00 !important;
		color: #3A3F3D !important;
}
nav.pagination.navigation .page-numbers:not(.next):not(.prev):before{
		z-index: -1;
}
nav.pagination.navigation .page-numbers{
		color: #3A3F3D !important;
		position: relative;
	  z-index: 1;
}
nav.pagination.navigation .page-numbers.next,
nav.pagination.navigation .page-numbers.prev{
		border: none !important;
		box-shadow: none !important;
}
nav.pagination.navigation .page-numbers.next:before,
nav.pagination.navigation .page-numbers.prev:before{
		background-color: transparent !important;
		color: #3A3F3D !important;
}
/* FILTER */
.g-filters{
		margin-left: -0.5rem;
		margin-right: -0.5rem;
}
.g-filters a.g-filters-item{
		position: relative;
		color: #459271;
		z-index: 1;
		transition: all 0.3s;
		border-radius: 0.3rem !important;
		margin: 0 0.5rem;
    padding: 0.5rem 1.2rem !important;
}
.g-filters a.g-filters-item .overlay{
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color:#459271;
		opacity: 0.1;
		z-index: -1;
		transition: all 0.3s;
		border-radius: 0.3rem !important;
}
.g-filters a.g-filters-item:hover .overlay,
.g-filters a.g-filters-item.active .overlay{
		opacity: 1;
}
.g-filters a.g-filters-item:hover,
.g-filters a.g-filters-item.active{
		color: #ffffff !important;
		background: none !important;
}


/* PAGEBLOCKS -------------------------------------------------------------------- */
/* MAGAZINE */
#pageblock--magazine #pageblock--magazine-content,
#pageblock--magazine #pageblock--magazine-line{
		position: relative;
		z-index: 4;
}
#pageblock--magazine #pageblock--magazine-content:before{
		content: "";
		position: absolute;
		top: 0px;
		left: 0;
		background-color: #459271;
		height: 50px;
		width: calc(100% + 1px);
		z-index: -1;
		transform-origin: 0 0;
		transform: rotate(-2deg) skewX(-2deg);
}
#pageblock--magazine #pageblock--magazine-content:after{
		content: "";
		position: absolute;
		bottom: -50px;
		left: 0;
		background-color: #459271;
		height: 50px;
		width: calc(100% + 1px);
		z-index: -1;
		transform-origin: 0 0;
		transform: rotate(-2deg) skewX(-2deg);
}
#pageblock--magazine #pageblock--magazine-content img{
		box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.3);
}
#pageblock--magazine #pageblock--magazine-line:before{
		content: "";
		position: absolute;
		top: 60px;
		left: 1%;
		background-color: #459271;
		height: 8px;
		width: 30%;
		z-index: -1;
		border-radius: 0.3rem;
		transform-origin: 0 0;
		transform: rotate(-2deg);
}
#pageblock--magazine #pageblock--magazine-line:after{
		content: "";
		position: absolute;
		top: 50px;
		left: 33%;
		background-color: #459271;
		height: 8px;
		width: 60%;
		z-index: -1;
		border-radius: 0.3rem;
		transform-origin: 0 0;
		transform: rotate(-2deg);
}
/* SINGLE EBIKE - WINKELS */
#pageblock--singleBike #pageblock--singleBike-content,
#pageblock--singleBike #pageblock--singleBike-line{
		position: relative;
		z-index: 4;
}
#pageblock--singleBike #pageblock--singleBike-content{
		background-color: #459271;
		padding: 2rem;
}
#pageblock--singleBike #pageblock--singleBike-content > *{
		transform: rotate(-2deg) skewX(-2deg);
}
#pageblock--singleBike #pageblock--singleBike-content h3{
		color: #ffffff;
}
#pageblock--singleBike #pageblock--singleBike-content:before{
		content: "";
		position: absolute;
		top: 0px;
		left: 0;
		background-color: #459271;
		height: 50px;
		width: calc(100% + 1px);
		z-index: -1;
		transform-origin: 0 0;
		transform: rotate(-2deg) skewX(-2deg);
}
#pageblock--singleBike #pageblock--singleBike-content:after{
		content: "";
		position: absolute;
		bottom: -50px;
		left: 0;
		background-color: #459271;
		height: 50px;
		width: calc(100% + 1px);
		z-index: -1;
		transform-origin: 0 0;
		transform: rotate(-2deg) skewX(-2deg);
}
#pageblock--singleBike #pageblock--singleBike-line:before{
		content: "";
		position: absolute;
		top: 60px;
		left: calc(1% + 1.5rem);
		background-color: #459271;
		height: 8px;
		width: 30%;
		z-index: -1;
		border-radius: 0.3rem;
		transform-origin: 0 0;
		transform: rotate(-2deg);
}
#pageblock--singleBike #pageblock--singleBike-line:after{
		content: "";
		position: absolute;
		top: 50px;
		left: calc(33% + 1.5rem);
		background-color: #459271;
		height: 8px;
		width: 60%;
		z-index: -1;
		border-radius: 0.3rem;
		transform-origin: 0 0;
		transform: rotate(-2deg);
}
#pageblock--singleBike-content .g-cols > .wpb_column{
		position: relative;
}
#pageblock--singleBike-content .g-cols > .wpb_column:after{
		content: '';
		width: 2px;
		height: 100%;
		background-color: #ffffff;
		top: 0;
		right: 1rem;
		position: absolute;
}
#pageblock--singleBike-content .g-cols > .wpb_column:last-child:after{
		display: none;
}


/* SINGLE POST -------------------------------------------------------------------------- */
.single-post h1:before,
.single-post h1:after,
.single-post h1 span:before,
.single-post h1 span:after{
		background-color: #459271;
}
.single-post h1{
		color: #459271;
}
.single-post #content--box{
		position: relative;
		margin-top: 50px;
}
.single-post #content--box:before{
		content: '';
		position: absolute;
		left: 0;
		top: -50px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 50px 0 0 50px;
		border-color: transparent transparent transparent #F0F5F3;
}
/* BREADCRUMB */
ol.g-breadcrumbs{
		display: inline-block;
		padding: 1.5rem;
		background-color: #FCFCFC;
}
ol.g-breadcrumbs li.g-breadcrumbs-item a {
  	color: #7E7E7E;
}
ol.g-breadcrumbs li.g-breadcrumbs-item a:hover {
		color: #459271;
}
ol.g-breadcrumbs li.g-breadcrumbs-item:last-child a {
  	color: #459271;
}
ol.g-breadcrumbs li.g-breadcrumbs-item:first-child a{
		position: relative;
		width: 25px;
		display: block;
}
ol.g-breadcrumbs li.g-breadcrumbs-item:first-child a span{
		display: none;
}
ol.g-breadcrumbs li.g-breadcrumbs-item:first-child a:before{
		content: "\f015";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: bold;
		text-decoration: inherit;
		color: #7E7E7E;
		font-size: 15px;
		position: absolute;
		top: 0;
		left: 0;
}
ol.g-breadcrumbs li.g-breadcrumbs-item:first-child a:hover:before{
		color: #459271;
}
ol.g-breadcrumbs li.g-breadcrumbs-separator .fa-grip-lines-vertical:before {
  	content: "|";
}
/* SHARE BUTTONS */
.w-sharing-list{
		margin-left: -0.8rem;
		margin-right: -0.8rem;
}
.w-sharing.type_simple .w-sharing-item{
		font-size: 1.5rem;
		color: #459271 !important;
		border: none !important;
		padding: 0 0.8em;
}
.w-sharing.type_simple .w-sharing-item i {
    opacity: 1;
}
/* NIEUWS BRIEF */
.single-post #content--box form {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
}
.single-post #content--box form ._form-content ._html-code,
.single-post #content--box form ._form-label{
		display: none !important;
}
.single-post #content--box form._form_7 input[name="email"]{
		font-family: Arial,Helvetica,sans-serif !important;
		font-size: 1rem !important;
		font-weight: 400 !important;
		letter-spacing: 0em !important;
		border-width: 0px !important;
		border-radius: 0.3rem !important;
		background: #ffffff !important;
		color: #459271 !important;
		min-height: 3rem !important;
		line-height: 3rem !important;
		padding: 0 1rem !important;
		margin-top: -0.7rem;
}
.single-post #content--box form._form_7 #_form_7_submit{
		font-family: clone-rounded-latin, sans-serif !important;
		font-style: normal;
		font-size: 16px !important;
		line-height: 1.2 !important;
		font-weight: 500 !important;
		text-transform: none !important;
		letter-spacing: 0em !important;
		border-radius: 0.3em !important;
		padding: 0.7em 1.5em !important;
		background: #459271 !important;
		border-color: transparent !important;
		color: #ffffff !important;
}
.single-post #content--box form ._form-branding{
		display: none !important;
}
.single-post #content--box form ._form-thank-you {
    text-align: left !important;
    font-size: 1rem !important;
    font-weight: bold;
    color: #459271;
}


/* FIETSENWINKELS ---------------------------------------------------------------- */
#page-fietsenwinkels{
		background-color: #F0F5F3;
}
#page-fietsenwinkels .results-count{
	padding: 0 1rem;
}
#page-fietsenwinkels ul.list-winkels{
		list-style: none;
		margin: 0;
		padding: 0;
}
#page-fietsenwinkels ul.list-winkels li.item-winkel{
		list-style: none;
		width: 50%;
		padding: 1rem;
		float: left;
		position: relative;
}
#page-fietsenwinkels ul.list-winkels li.item-winkel .content{
		background-color: #ffffff;
		padding: 1.5rem;
		transition: all 0.3s;
		position: relative;
}
#page-fietsenwinkels ul.list-winkels li.item-winkel .content .title{
		padding-top: 0rem;
		margin-bottom: 0.5rem;
}
#page-fietsenwinkels ul.list-winkels li.item-winkel .content .address{
		padding-left: 20px;
		position: relative;
}
#page-fietsenwinkels ul.list-winkels li.item-winkel .content .address:before{
		content: "\f3c5";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: bold;
		text-decoration: inherit;
		color: #D1D1D1;
		font-size: 16px;
		position: absolute;
		top: 0;
		left: 0;
}
#page-fietsenwinkels ul.list-winkels li.item-winkel .content .line{
		width: 30%;
		height: 3px;
		background-color: #F4F4F4;
		margin-bottom: 1.5rem;
}
#page-fietsenwinkels ul.list-winkels li.item-winkel .content .w-btn{
		margin-right: 2.5rem;
}
#page-fietsenwinkels ul.list-winkels li.item-winkel .content .btn-bezoek{
		padding: 0.6em 0em;
		font-weight: 500;
		font-size: 18px;
		position: relative;
		display: inline-block;
}
#page-fietsenwinkels ul.list-winkels li.item-winkel .content .btn-bezoek:after{
		content: '';
		width: 100%;
		height: 3px;
		background-color: #459271;
		position: absolute;
		left: 0;
		bottom: 0.5em;
}
#page-fietsenwinkels .locatiefilter{
	background-color: #ffffff;
	padding: 3rem;
	margin-top: 4rem;
	margin-bottom: 2rem;
	display: inline-block;
	position: relative;
}
#page-fietsenwinkels .locatiefilter:before{
	content: '';
	position: absolute;
	left: 0;
	top: -30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 0 30px;
	border-color: transparent transparent transparent #ffffff;
}
#page-fietsenwinkels .gemeentefilter select{
	width: auto;
	background-color: #ffffff;
	border-bottom: 1px solid #459271;
	border-radius: 0;
	color: #505050;
	padding-left: 0;
	height: 3rem;
	line-height: 3rem;
	min-height: 3rem;
}
#page-fietsenwinkels .gemeentefilter select:focus{
	box-shadow: none !important;
}
#page-fietsenwinkels .filters h4{
	font-size: 16px;
	margin-bottom: 1rem;
}
#page-fietsenwinkels .filters .merkfilter .filter-checkboxes{
	column-count: 5;
}


/* CATALOGUS ---------------------------------------------------------------------  */
.mobile-filter{
	display: none;
	font-weight: 700;
	text-align: right;
	cursor: pointer;
	padding-right: 25px;
	position: relative;
}
.mobile-filter:after{
	content: "\f0c9";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: inherit;
	font-size: 1rem;
	position: absolute;
	right: 0;
	top: 0;
}
.mobile-filter.open:after{
	content: "\f00d";
}
.filter-block{
		border-bottom: 3px solid #ffffff;
}
.filter-block:last-child{
		border-bottom: none;
}
.filter-block .filter-header{
		display: block;
		width: 100%;
		padding-right: 20px;
		min-height: 25px;
		position: relative;
		padding: 10px 0px;
		padding-left: 40px;
		margin-top: 15px;
		margin-bottom: 15px;
		cursor: pointer;
}
.filter-block:first-child .filter-header{
		margin-top: -10px;
}
.filter-block .filter-header:after{
		content: "\f078";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: bold;
		text-decoration: inherit;
		color: #459271;
		font-size: 14px;
		position: absolute;
		top: 10px;
		right: 0;
}
.filter-block.open .filter-header:after{
		content: "\f077";
}
.filter-block .filter-header:before{
		content: '';
		width: 25px;
		height: 25px;
		position: absolute;
		left: 0;
		top: 10px;
		background-image: url('images/icoon-merk.svg');
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
}
.filter-block .filter-header.merk:before{
		background-image: url('images/icoon-merk.svg');
}
.filter-block .filter-header.type:before{
		background-image: url('images/icoon-type.svg');
}
.filter-block .filter-header.frametype:before{
		background-image: url('images/icoon-frametype.svg');
		opacity: 0.5;
}
.filter-block .filter-header.prijs:before{
		background-image: url('images/icoon-prijs.svg');
}
.filter-block .filter-header.merkmotor:before{
		background-image: url('images/icoon-motor.svg');
}
.filter-block .filter-header.introductiejaar:before{
		background-image: url('images/icoon-jaar.svg');
}
.filter-block .filter-header.ondersteuning:before{
		background-image: url('images/icoon-ondersteuning.svg');
}
.filter-block .filter-header.aandrijving:before{
		background-image: url('images/icoon-aandrijving.svg');
}
.filter-block .filter-header h4{
		color: #459271 !important;
		font-size: 20px !important;
}
.filter-block .filter-checkboxes{
		height: 0;
		opacity: 0;
		overflow: hidden;
}
.filter-block.open .filter-checkboxes{
		height: auto;
		opacity: 1;
}
.filter-block.open .filter-checkboxes .filter-checkbox-field{
		display: block;
}
.filter-block.open .filter-checkboxes{
		padding-bottom: 25px;
}
#page-catalogus{
		background-color: #F0F5F3;
}
#page-catalogus .results-count{
		padding: 0 1rem;
}
#page-catalogus ul.list-bikes{
		list-style: none;
		margin: 0;
		padding: 0;
}
#page-catalogus ul.list-bikes li.item-bike{
		list-style: none;
		width: 33.33%;
		padding: 1rem;
		float: left;
		position: relative;
}
#page-catalogus ul.list-bikes li.item-bike > a{
		position: absolute;
		width: calc(100% - 2rem);
		height: calc(100% - 2rem);
		top: 1rem;
		left: 1rem;
		z-index: 1;
}
#page-catalogus ul.list-bikes li.item-bike .image{
		width: 100%;
		height: 200px;
		position: relative;
		background-color: #ffffff;
		margin-bottom: 1rem;
		padding: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
}
#page-catalogus ul.list-bikes li.item-bike .content{
		background-color: #ffffff;
		padding: 1rem;
		transition: all 0.3s;
		position: relative;
}
#page-catalogus ul.list-bikes li.item-bike:hover .content{
		background-color: #CFCB00;
}
#page-catalogus ul.list-bikes li.item-bike .content .title{
		padding-top: 0rem;
		margin-bottom: 0.5rem;
		text-align: left;
}
#page-catalogus ul.list-bikes li.item-bike .content h6.title{
		font-size: 0.9em;
}
#page-catalogus ul.list-bikes li.item-bike .content .price{
		color: #7E7E7E;
		margin-bottom: 0;
		transition: all 0.3s;
}
#page-catalogus ul.list-bikes li.item-bike:hover .content .price{
		color: #3A3F3D;
}
#page-catalogus ul.pagination li.disabled,
#page-fietsenwinkels ul.pagination li.disabled{
		display: none;
}
#catalogus-preloader{
	background-color: rgba(240,245,243,0.8);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: none;
}
#catalogus-preloader .l-preloader-spinner{
	top: 10%;
}
#page-catalogus ul.pagination,
#page-fietsenwinkels ul.pagination{
	list-style: none;
	display: block;
	text-align: center;
	margin-top: 50px;
}
#page-catalogus ul.pagination li,
#page-fietsenwinkels ul.pagination li{
	list-style: none;
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #459271;
	margin: 0 5px;
}
.irs--flat .irs-bar,
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single,
.irs--flat .irs-handle>i:first-child{
	background-color: #459271 !important;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before{
	border-top-color: #459271 !important;
}

/* SINGLE EBIIKE ----------------------------------------------------------------- */
#single-bike {
    background-color: #F6FAF8;
}
#single-bike h2 {
    font-weight: 400;
		margin-bottom: 0.5rem;
		font-size: 2rem;
}
#single-bike h1 {
    margin-bottom: 3rem;
		padding-top: 0;
}
#single-bike ul.specificaties{
    list-style: none;
    margin-left: -3rem;
    margin-right: -3rem;
    margin-bottom: 0;
}
#single-bike ul.specificaties li{
    list-style: none;
    display: inline-block;
    margin: 1rem 3rem;
    color: #3A3F3D;
    font-weight: 500;
}
#single-bike ul.specificaties li span{
    color: #7E7E7E;
    font-weight: 200;
    display: block;
		line-height: 1.1;
    margin: 0;
    padding: 0;
}
#single-bike ul.specificaties.top li,
#single-bike ul.specificaties.bottom li{
		padding-left: 50px;
		position: relative;
}
#single-bike ul.specificaties.top li:before,
#single-bike ul.specificaties.bottom li:before{
		content: '';
		width: 36px;
		height: 27px;
		position: absolute;
		left: 0;
		top: calc(50% - 5px);
		transform: translateY(-50%);
		background-image: url('images/bike-icon/introductiejaar.svg');
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
}
#single-bike ul.specificaties.top{
		display: flex;
}
#single-bike ul.specificaties.top li:nth-child(1){
		width: 150px;
}
#single-bike ul.specificaties.top li:nth-child(2){
		padding-left: 46px;
		width: 200px;
}
#single-bike ul.specificaties.top li:nth-child(2):before{
		width: 32px;
		height: 32px;
		background-image: url('images/bike-icon/type.svg');
}
#single-bike ul.specificaties.top li:nth-child(3){
		padding-left: 62px;
		width: 200px;
}
#single-bike ul.specificaties.top li:nth-child(3):before{
		width: 48px;
		height: 24px;
		background-image: url('images/bike-icon/prijs.svg');
}
#single-bike ul.specificaties.top li:nth-child(4){
		padding-left: 44px;
}
#single-bike ul.specificaties.top li:nth-child(4):before{
		width: 30px;
		height: 26px;
		background-image: url('images/bike-icon/kleuren.svg');
}
#single-bike ul.specificaties.bottom li:nth-child(1){
		padding-left: 33px;
}
#single-bike ul.specificaties.bottom li:nth-child(1):before{
		width: 29px;
		height: 36px;
		background-image: url('images/bike-icon/motor.svg');
}
#single-bike ul.specificaties.bottom li:nth-child(2){
		padding-left: 31px;
}
#single-bike ul.specificaties.bottom li:nth-child(2):before{
		width: 17px;
		height: 33px;
		background-image: url('images/bike-icon/accu.svg');
}
#single-bike ul.specificaties.bottom li:nth-child(3){
		padding-left: 57px;
}
#single-bike ul.specificaties.bottom li:nth-child(3):before{
		width: 43px;
		height: 27px;
		background-image: url('images/bike-icon/aandrijving.svg');
}
#single-bike ul.specificaties.bottom li:nth-child(4){
		padding-left: 46px;
}
#single-bike ul.specificaties.bottom li:nth-child(4):before{
		width: 32px;
		height: 32px;
		background-image: url('images/bike-icon/ondersteuning.svg');
}
#single-bike .read-more{
    color: #459271;
    position: relative;
    display: inline-block;
		cursor: pointer;
		margin-right: 40px;
		margin-top: 2rem;
}
#single-bike .read-more:before{
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 5px;
    background-color: #459271;
    position: absolute;
}
#single-bike .read-more:after{
		content: "\f078";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		color: #F6FAF8;
		font-size: 14px;
		position: absolute;
		top: 0;
		right: -40px;
		background-color: #A3D6C4;
		width: 25px;
		height: 25px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
}
#single-bike .read-more.open:after{
		content: "\f077";
}
#single-bike .read-more-block{
    background-color: #ffffff;
    padding: 2rem 3rem;
    max-width: 1000px;
    margin-top: 50px;
		position: relative;
		display: none;
}
#single-bike .read-more-block:before{
		content: '';
    position: absolute;
    left: 0;
    top: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent #ffffff;
}
#single-bike .slick-slide:focus{
	outline: none !important;
}
#single-bike .bike-images{
		margin-top: 3rem;
		margin-bottom: 2rem;
		display: block;
}
#single-bike .slider-for{
		width: calc(100% - 220px);
		float: left;
		background-color: #ffffff;
		padding: 40px;
		max-height: 490px;
}
#single-bike .slider-for .slick-track,
#single-bike .slider-for .slider-image{
		display: flex;
		justify-content: center;
		align-items: center;
}
#single-bike .slider-for img{
		max-height: 410px;
}
li.item-bike img{
		max-height: 100%;
}
#single-bike .slider-nav{
		width: 200px;
		float: right;
		height: 450px;
}
#single-bike .slider-nav .slider-nav-image{
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #ffffff;
		padding: 20px;
		max-height: 150px;
}
#single-bike .slider-nav img{
		max-height: 110px;
}
#single-bike .slider-nav .slick-slide {
    margin: 10px 0;
		cursor: pointer;
}
#single-bike .slider-nav .slick-list {
    margin: -10px 0;
}
/* RELATED BIKES */
#related-bikes{
		background-color: #ffffff;
}
#related-bikes .title{
		text-align: center;
}
#related-bikes h1{
		color: #459271;
		font-size: 2rem;
}
#related-bikes h1:after,
#related-bikes h1:before{
		background-color: #459271;
}
#related-bikes h1:before{
		top: calc(50% - 2px);
}
#related-bikes ul.list-bikes{
		list-style: none;
		margin: 0;
		padding: 0;
}
#related-bikes ul.list-bikes li.item-bike{
		list-style: none;
		width: 33.33%;
		padding: 2rem;
		float: left;
}
#related-bikes ul.list-bikes li.item-bike .image{
		width: 100%;
		height: 200px;
		position: relative;
		padding: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
}
#related-bikes ul.list-bikes li.item-bike .image .merk{
		position: absolute;
		right: 5px;
		top: 5px;
		font-family: 'Roboto',sans-serif!important;
    font-size: 16px!important;
    padding: 0.5rem 1.1rem !important;
    z-index: 1;
		line-height: 1.20!important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 0.3em;
		background: #F0F5F3;
		border-color: transparent;
		color: #459271!important;
}
#related-bikes ul.list-bikes li.item-bike .content{
		background-color: #F0F5F3;
		padding: 1rem;
}
#related-bikes ul.list-bikes li.item-bike .content .title{
		margin-bottom: 0.5rem;
		text-align: left;
}
#related-bikes ul.list-bikes li.item-bike .content .price{
		color: #7E7E7E;
		margin-bottom: 1rem;
}
#related-bikes ul.list-bikes li.item-bike .content a{
		display: inline-block;
		position: relative;
		color: #459271;
		font-weight: 500;
}
#related-bikes ul.list-bikes li.item-bike .content a:after{
		content: '';
		position: absolute;
		left: 0;
		bottom: 2px;
		width: 100%;
		height: 2px;
		background-color: #459271;
}
#related-bikes .slick-prev:before,
#related-bikes .slick-next:before{
		color: #000000 !important;
}
#related-bikes .slick-prev:before {
    content: '\f053';
		font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
}
#related-bikes .slick-next:before {
		content: '\f054';
		font-family: FontAwesome;
		font-style: normal;
		font-weight: bold;
		text-decoration: inherit;
}


/* FOOTER ------------------------------------------------------------------------ */
footer{
		box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.08);
		z-index: 99;
}
footer .w-btn-wrapper{
		margin: 0;
}
footer a.w-btn{
		font-size: 16px;
}
footer a:not(.w-btn):not(.w-socials-item-link){
		color: #505050;
		position: relative;
}
footer a:not(.w-btn):not(.w-socials-item-link):after{
		content: '';
		position: absolute;
		left: 0;
		bottom: -3px;
		width: 100%;
		height: 1px;
		background-color: #505050;
}
footer form {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
footer form ._form-content ._html-code,
footer form ._form-label{
		display: none !important;
}
footer form._form_7 input[name="email"]{
		font-family: Arial,Helvetica,sans-serif !important;
		font-size: 1rem !important;
		font-weight: 400 !important;
		letter-spacing: 0em !important;
		border-width: 0px !important;
		border-radius: 0.3rem !important;
		background: #F0F5F3 !important;
		color: #459271 !important;
		min-height: 3rem !important;
		line-height: 3rem !important;
		padding: 0 1rem !important;
		margin-top: -0.7rem;
}
footer form._form_7 #_form_7_submit{
		font-family: clone-rounded-latin, sans-serif !important;
		font-style: normal;
		font-size: 16px !important;
		line-height: 1.2 !important;
		font-weight: 500 !important;
		text-transform: none !important;
		letter-spacing: 0em !important;
		border-radius: 0.3em !important;
		padding: 0.7em 1.5em !important;
		background: #459271 !important;
		border-color: transparent !important;
		color: #ffffff !important;
}
footer form ._form-branding{
		display: none !important;
}
footer form ._form-thank-you {
    text-align: left !important;
    font-size: 1rem !important;
    font-weight: bold;
    color: #459271;
}
footer h6{
	font-size: 1.1rem !important;
}


@media screen and (max-width: 1200px){
	#single-bike ul.specificaties.top{
			display: block;
	}
	#event--header h1{
		font-size: 3.2rem;
	}
}
@media screen and (max-width: 991px){
	#page-catalogus ul.list-bikes li.item-bike,
	body.home ul.list-bikes li.item-bike {
			width: 50% !important;
	}
	#page-fietsenwinkels .filters .merkfilter .filter-checkboxes {
    column-count: 4;
	}
	#event--header h1{
		font-size: 2.2rem;
	}
	#event--header-textSecond h1 {
    margin-top: -4rem;
	}
	#event--header-image img {
    height: 450px;
	}
}
@media screen and (max-width: 850px){
	#page-fietsenwinkels ul.list-winkels li.item-winkel {
    width: 100%;
    float: none;
	}
}
@media screen and (max-width: 768px){
	#page-catalogus ul.list-bikes li.item-bike,
	body.home ul.list-bikes li.item-bike {
			width: 100% !important;
			float: none !important;
			max-width: 300px;
			margin: 0 auto;
	}
	#page-fietsenwinkels .filters .merkfilter .filter-checkboxes {
    column-count: 3;
	}
	.mobile-filter{
		display: block;
	}
	#catalogus-filter{
		display: none;
		padding-top: 1rem;
	}
	#event--header {
    margin-top: -150px;
	}
	#event--header-image {
    height: 450px;
	}
	#event--header-info{
		font-size: 18px;
		margin-bottom: 10px;
	}
	#event--header h1{
		font-size: 1.8rem;
    padding: 1rem 2rem;
		margin-top: -1rem;
	}
	#event--header-textSecond h1{
		margin-top: -3rem;
	}
	#event--header-image img {
		height: 250px;
	}
	label.radio-time {
    column-count: 1;
		display: block;
    column-gap: 0;
		padding: 0;
	}
	#event--cta-contact .w-iconbox{
		display: block !important;
	}
	#event--cta-contact .w-iconbox h3{
		font-size: 1.3rem !important;
	}
	#event--cta-contact .w-iconbox-icon{
		font-size: 80px !important;
	}
	label.radio-hour {
    display: block;
	}
	#event--praktisch:before{
		top: -20px;
	}
	#event--over:after{
		bottom: -20px;
	}
	header .at_bottom nav ul li a.w-btn{
		display: none;
	}
	.event--sticky-inschrijven {
    background-color: #ffffff;
    padding: 0.5rem 2rem;
    box-shadow: 0 0 10px 0 rgba(0,0,0, 0.1);
	}
	header .at_bottom nav .menu-item:nth-last-child(3) > a {
    margin-right: 0;
	}
	input[type="submit"][name="event_inschrijven"]{
		width: 100% !important;
	}
}
@media screen and (max-width: 500px){
	#page-catalogus ul.list-bikes li.item-bike {
			width: 100% !important;
			float: none !important;
			max-width: 300px;
			margin: 0 auto;
	}
	#page-fietsenwinkels .filters .merkfilter .filter-checkboxes {
    column-count: 2;
	}
	.header_hor .ush_menu_2.type_desktop .menu-item.level_1>a:not(.w-btn) {
    padding-left: 15px !important;
    padding-right: 15px !important;
	}
}
