/*
Theme Name: Kampen Boys Choir
Author: Renier Vermaak
Author URI: https://reniervermaak.nl/
Text Domain: kbc
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,400;1,700&family=Wix+Madefor+Display:wght@400;600;800&display=swap');
@import url("style-starter.css?t=1212");

body {
	font-family: 'Montserrat', sans-serif;
	line-height: initial;
	font-size: 1.1em;
}

body #main iframe {
	width: 100%;
}

#cartItems {
	display: none;
}

.hidden {
	display: none;
}

span.button {
    display: inline-block;
    border-radius: 5px;
    font-size: 0.9em;
    padding:  0.5em 0.8em;
    background:  #003366;
    color:  #fff;
}
	span.button:hover {
	    background:  #125496;
	    cursor: pointer;
	}

span.button.button-gold {
    background:  #ce9b1b;
}

	span.button.button-gold:hover {
	    background:  #d4a93f;
	}

.header {
	position: fixed;
	top: 0;
	background: #0A0B14;
	z-index: 1000;
	width:  100%;
	height: auto;
}
.scrolled .header {
	background: rgb(10,11,20);
	background: rgba(10,11,20, 0.83);
}

	body.admin-bar .header {
		margin-top: 46px;
	}
	body.admin-bar.scrolled .header,
	body.scrolled .header {
		margin-top: 0px;
	}

	.header .header-top {
		position: relative;
		margin:  0px auto;
		max-width: 1400px;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
		.header .header-top .header-col {
			display: block;
			color: #fff;
		}

	.header .header-top .header-col {
		box-sizing: border-box;
	}

.header-post {
	position: relative;
	background-color:  silver;
	padding-bottom: 18%;
	overflow: hidden;
	background-position: 50% 25%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 0px;
}	

.header-image {
	position: relative;
	background:  silver;
	padding-bottom: 35%;
	overflow: hidden;
}
	.header-image img {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: auto;
		transform: translateY(-50%);
	}	

	.header .header-brand {
		display: block;
		padding: 10px 0px;
	}
	.scrolled .header .header-brand {
		padding: 10px 0px;
	}

	.header .header-brand {
		position: relative;
		width: 67%;
		box-sizing: border-box;
	}

	.header .header-brand > a {
		display: block;
	}

	.header .header-col.header-brand img {
		max-height: 70px;
	}
	.scrolled .header .header-col.header-brand img {
		max-height: 50px;
	}	

	.header .header-col.header-toggle-button {
		display: block;
		padding: 20px;
	}

	.header .header-col.header-menu {
		display: none;
		padding: 20px;
	}
	.scrolled .header .header-col.header-menu {
		padding: 10px;
	}

	.header .header-col.header-nav-sec {
		display: none;
		padding: 20px;
		text-align: right;
	}
	.scrolled .header .header-col.header-nav-sec {
		padding: 10px;
	}

		.header .header-nav-sec a {
			color: #fff;
			text-decoration: none;
    		font-weight: 400;
    		margin-bottom: 10px;
    		display: inline-block;
		}
		.header .header-nav-sec a.button {
			font-size: 1.2em;
			margin-bottom: 0;
			padding: 0.5em 1em;
		}
		.scrolled .header .header-nav-sec a.button {
			font-size: 1.0em;
		}

	.header .header-toggle-button {
		color: #fff;
	}	

	.header .header-menu li.mobile {
		display: block;
	}

.header a.back {
	position: absolute;
	top:  30px;
	left:  8px;
	width:  30px;
	height:  25px;
	transform:  translateY(-50%);
}

.header a.toggleMenu {
	display: block;
    transform: none;
    position: relative;
    text-decoration: none;
    color: #fff;
}

	.header .burger {
		display: block;
		height:  100%;
	}
		.header .burger .stripe {
			position: absolute;
			width:  100%;
			height:  3px;
			display: block;
			background-color: #8AC947;
			top:  0px;
			left:  0px;
		}
		.header .burger .stripe.stripe-2 {
			top:  50%;
			transform:  translateY(-50%);
		}
		.header .burger .stripe.stripe-3 {
			top:  auto;
			bottom:  0;
		}



.header .header-nav {
	display: none;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 3px 0px 3px 8px;
	box-sizing: border-box;
}

.header .header-nav > .menu {
	text-align: left;
}

.header .header-nav ul li {
	display: inline-block;
	font-size: 0.85em;
	margin-right: 15px;
}
	.header .header-nav ul li a {
		color: rgb(30, 47, 82);
		color: rgba(30, 47, 82, 0.55);
		text-decoration: none;
	}

.icon-shop span {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #71a43b;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	right: -15px;
	font-size: 0.8em;
}
	.icon-shop span.empty {
		display: none;
	}
	.request-notation .icon-shop span.empty {

	}	

.request-notation-form-wrap {
	margin-top: 2.0em;
}	

.entry-content a.fb-video {
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
	.wp-block-nk-awb.nk-awb {
		box-sizing: border-box;
		max-width: 100%;
	}

	.nk-awb-wrap.nk-awb-rendered:after {
		content: "\0049";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		color: #fff;
		font-size: 3.0em;
		font-weight: 900;
		display: inline-block;
	   font-family: 'kbc';
	   font-weight: normal;
	   line-height: 1;
	   -webkit-font-smoothing: antialiased;
	   -moz-osx-font-smoothing: grayscale
	}

.more-wrapper {
	padding-bottom: 30px;
	text-align: left;
}

.more-wrapper > h2,
.more-wrapper > h1 {
	display: block;
	text-align: center;
	width: 100%;
	margin: 1.0em 0.5em;
}

a.btn-more {
	color: #cf080a;
	display: block;
	text-align: center;
	width: 100%;
	margin: 1.0em 0.5em;
}

a.more-info {
	color: #cf080a;
	float: right;
	font-size: 0.8em;
}

.events-wrapper {
	padding-bottom: 1.0em;
}

.first-row.coming-row a {
	text-decoration: none;
}
	.first-row.coming-row a:hover {
		text-decoration: underline;
	}

.flex-box {
	display: flex;
	flex-wrap: wrap;
}
	.flex-box .flex-item {
		width: 100%;
	}

	.flex-box .event-item .inner {
		border: 2px solid #eee;
		border-radius: 6px;
		padding: 0.5em;
		margin: 0.5em;
	}

	.flex-box .event-item .inner h2 {
		margin-bottom: 0;
		font-size: 1.2em;
		font-weight: 600;
		color: #cf080a;
	}
	.flex-box .event-item .inner h2 a {
		margin-bottom: 0;
		color: #cf080a;
		text-decoration: none;
	}
	.flex-box .event-item .inner h2 a:hover {
		color: #cf080a;
		text-decoration: underline;
	}	

	.flex-box > h1,
	.flex-box > h2 {
		display: block;
	    width: 100%;
	    text-align: center;
	    margin: 1.0em 0;
	}

	.flex-box .event-item .inner h3 {

	}

	.flex-box .event-item .event-date {
		color: #0f142d;
		font-weight: bold;
	}

	.flex-box .flex-item.kbc-album,
	.flex-box .flex-item.gallery-image {
		position: relative;
		padding: 1.0em;
		box-sizing: border-box;
	}

	.flex-box .flex-item.gallery-image {
		padding: 0.5em;
	}

	.flex-box .flex-item.kbc-album .image-wrap {
		position: relative;
	}

	.flex-box .flex-item.kbc-album .image-wrap a {
		color: #fff;
	}

	.flex-box .flex-item.kbc-album .image-title {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		padding: 0.5em;
    	background: rgb(0,0,0);
    	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    	box-sizing: border-box;
	}

.row.shopping-basket {
	line-height: 1.5em;
}

.row.shopping-basket .column.column-title,
.row.shopping-basket .column.column-number {
	padding-top: 15px;
}

.row.shopping-basket .column.column-number > span,
.row.shopping-basket .column.column-number > a {
	display: block;
	float: left;
}

.row.shopping-basket .column > span {
	line-height: 1.0em;
	padding: 0px 5px;
	font-size: 1.0em;
}

a[class*="button-basket"] {
	color: #d1cbc2;
	padding: 0px 5px 0 0px;
	display: inline-block;
}

a[class*="button-basket"]:hover {
	color: #56702a;
}
a[class*="button-basket-remove"]:hover {
	color: #A6002C;
}

a[class*="button-basket"].disabled {
	opacity: 0.2;
}

.header nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 3px 0px 3px 8px;
	box-sizing: border-box;
	z-index: 100;
	background: #0f142d;
	background: rgba(15,20,45,0.95);
}
	.header nav.open {
		display: block;
	}

	.header nav .main-menu {
		position: absolute;
		top:  0;
		left: 0;
		width:  100%;
	}	
		body.admin-bar .header nav .main-menu {
			top:  46px;
		}
		body.admin-bar.scrolled .header nav .main-menu {
			top:  0px;
		}	

	.header nav.open .main-menu	.logo img {
		height: 50px;
	}

	.header nav .main-menu a.toggleMenu {
		position: absolute;
		top: 0.75em;
		right: 0.75em;
		color: #fff;
		font-size: 2.0em;
		text-decoration: none;
		display: block;
	}	

	.header nav .menu-mainmenu-container {
		text-align: center;
		padding-top: 50px;
	}	

	.header nav .main-menu ul {
		display: block;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
		.header nav .main-menu ul.menu > li {
			display: block;
			margin: 0 0 1.0em 0;
			padding: 0;
			vertical-align: top;
		}

		.header nav .main-menu ul.menu li a {
			color: #999;
			font-size: 1.5em;
			text-decoration: none;
		}

		.header nav .main-menu ul.menu > li > a {
			color: #fff;
			font-size: 1.8em;
    		margin-bottom: 1em;
		    font-weight: 300;
		    text-transform: uppercase;
		    letter-spacing: 0.04em;
		}

			.header nav .main-menu ul.menu > li > ul {
				display: block;
				margin: 0;
				padding: 0;
			}

#page {
	margin-top: 90px;
}	

body.single-kbc_gallery #main {

}		

#main > .between {
	position: absolute;
	top: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    max-width: 60px !important;
}
	#main > .between:first-child {
		transform: translate(-50%, 10px);
	}

#main section#section-posts,
#main section#section-product {
	padding: 10px;
	background-color: transparent;
	background-image: linear-gradient(180deg,rgb(255,255,255) 0%,rgb(255,255,255) 0%,rgb(241,241,235) 33%);
}

.product-header {
	text-align: center;
}

.product-header h3 {
	font-size: 2.0em;
	text-align: center;
}


	#main section#section-posts .inner-wrap {
		max-width: 1400px;
		margin: 0px auto;
	}

	.header-posts {
		position: relative;
		margin: 50px 0;
		text-align: center;
	}
	.header-posts h1 {
		font-weight: 800;
	}

#main section.header-single-case {
	background: rgb(15,16,21);
	background: linear-gradient(173deg, rgba(15,16,21,1) 53%, rgba(40,91,26,1) 100%, rgba(61,134,37,1) 100%);
	color:  #fff;
	text-align: center;
	padding: 50px 20px;
}
#main section.header-single-case .inner-wrap {
	max-width: 740px;
	margin: 0px auto;
}
	#main section.header-single-case .inner-wrap p {
		margin: 1.0em 0;
		text-align: left;
		font-weight: 400;
	}
	#main section.header-single-case .inner-wrap p:last-child {
		margin: 1.0em 0 0;
	}

#main > hr {
	height:  4px;
	background: rgb(138,201,71);
	background: linear-gradient(173deg, rgba(138,201,71,1) 0%, rgba(40,91,26,1) 85%, rgba(61,134,37,1) 100%);
	border: none;
	width: 100%;
	margin: 0px 0px 1.0em 0;
}

#main section.content-section .inner-wrap {
	max-width: 740px;
	margin:  0px auto;
	padding: 20px;
	box-sizing: border-box;
}
#main section  .inner-section-wrap {
	max-width: 1200px;
	margin:  0px auto;
	padding: 20px;
	box-sizing: border-box;
}

/*.product-image {
	position: relative;
	width:  100%;
	padding-bottom: 65%;
	background-color: #f3f3f3;
}
	.product-image > img {
		position: absolute;
		max-width:  100%;
		max-height: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}*/

.the-tags {
	margin: 2.0em 0 1.0em 0;
}

.the-tags a {
	color: #71a43b;
	text-decoration: none;
}

#main .tecton-box {
	position: relative; 
	margin: 0.5em auto;
	max-width: 420px;
	width: 96%;
}
#main .tecton-box.tecton-textbox {
	position: relative; 
	margin: 0.5em 0.5em 0.5em auto;
	max-width: 320px;
	width: 96%;
}

	#main .tecton-box .content {
		position: relative; 
		top: 0; 
		left: 0; 
		background-image: url(/wp-content/themes/tecton/images/bg-tecton-box.svg); 
		background-size: cover; 
		background-repeat: no-repeat; 
		width: 82%;
	}
	#main .tecton-box.tecton-textbox .content {
		position: relative; 
		top: 0; 
		left: 0; 
		background-image: none; 
		background-size: unset; 
		background-repeat: unset; 
		width: auto;
	}

		#main .tecton-box.tecton-textbox .content {
			height:  auto;
			min-height: 222px;
		}

		#main .tecton-box.tecton-textbox svg {
			position: absolute;
			z-index: -1;
		}
			#main .tecton-box.tecton-textbox svg#Laag_top {
				top: 0px;
				left: 0px;
			}
			#main .tecton-box.tecton-textbox svg#Laag_bottom {
				bottom: 0px;
				left: 0px;
			}	

	#main .tecton-box .content .inner a {
		text-decoration: none;
		color:  inherit;
	}

		#main .tecton-box .content .inner {
			padding:  10px 20px 10px 10px;
			min-height: 243px;
		}
		#main .tecton-box.tecton-textbox .content .inner {
			padding:  10px 20px 50px 10px;
			min-height: 243px;
			color:  #fff;
		}

		#main .tecton-box .content .middle {
			position: absolute;
			z-index: -5;
			width:  100%;
			height: 24%;
			top:  50%;
			left: 0;
			transform: translate(0, -50%);
		}

		#main .tecton-box .content .inner:after {
			content:  '';
			display: block;
			clear:  both;
		} 

		#main .tecton-box .content h2 {
			font-size: 1.2em; 
			margin-bottom: 0.8em;
			border-bottom: 1px solid;
			padding-bottom: 0.8em;
			max-width: 80%;
		}
		#main .tecton-box .content p {
			font-size: 12px;
		}

		#main .tecton-box .content span.icon-next {
			float:  right;
			font-size: 1.8em;
			color: #7da235;
		}
		

	#main .tecton-box .content-background-image {
		position: absolute; 
		top: 0; right:  0; 
		width:  55%; 
		height: 100%; 
		background-repeat: no-repeat; 
		z-index: -1;
		background-position: 50%;
		background-size: cover; 
	}

#main .tecton-box-alt {
	display: flex;
	position: relative;
	width:  100%;
	flex-wrap: nowrap;
}
#main .tecton-box-alt.item-even {
	flex-direction: row-reverse;
}

	#main .tecton-box-alt .image {
		position: relative;
		width: 37%;
	}
	#main .tecton-box-alt .content {
		width: 63%;
		background: #fff;
	}

	#main .tecton-box-alt .image:after {
		content: "";
		display: block;
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background: #fff;	
		z-index: 0;
	}
	#main .tecton-box-alt.item-even .image:after {
		right: auto;
		left: 0;
	}

	#main .tecton-box-alt .image svg {
		position: relative;
		z-index: 1;
	}

a.tag {
	color: 617838;
	text-decoration: none;
}

#main .master-buttons .wp-block-buttons,
#main .master-buttons .wp-block-buttons .wp-block-button {
	width:  100%;
	margin:  0.5em 0;
}

#main .master-buttons .wp-block-buttons .wp-block-button .wp-block-button__link {
	width:  90%;
	padding: 27px 15px;
	position: relative;
}

#main .master-buttons.wp-block-buttons .wp-block-button .wp-block-button__link {
	padding: 27px 15px;
	position: relative;	
}

#main .wp-block-buttons .wp-block-button {
	position: relative;
	font-weight: 300;
}

#main .master-buttons .wp-block-buttons .wp-block-button .wp-block-button__link:after,
#main .master-buttons.wp-block-buttons .wp-block-button .wp-block-button__link:after {
	content:  '';
	display: block;
	height:  100%;
	width:  42px;
	position: absolute;
	top:  0;
	right:  -21px;	
	background: transparent url(images/bg-button-right-trans.png) top right no-repeat;
	background-size: contain;
	z-index: 10;
}

	#main .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
		border:  0.5px solid;
	}

	#main .master-buttons .wp-block-buttons .wp-block-button.button-groepsles .wp-block-button__link,
	#main .master-buttons.wp-block-buttons .wp-block-button .wp-block-button__link {
		padding: 15px 27px;
	}

.opacity-90 {
	opacity: 0.9;
}

.background-color > h2 {
	display: inline;
    margin-bottom:  5px;
    line-height: 1.5em !important;
    position: relative;
}

#main .background-color > h2 strong {
	font-weight: 500;
}

	.background-color > h2:before,
	.background-color > h2:after {
		content: '';
		display: block;
		position: absolute;
		width: 280px;
		height:  50px;
		background-color: #c62062;
		z-index: -1;
		top:  -3px;
		left:  -5px;
	}

	.background-color > h2:after {
		top: auto;
		bottom: 0;
		left:  -5px;
		width: 160px;
	}

#main {
    min-height: 500px;
    margin: 0px auto;
    padding: 0px;
}

#main article.post-entry {
	max-width: 800px;
	margin:  0px auto;
	box-sizing: border-box;
	padding:  30px 10px;
	border-bottom: 1px solid #000;
}

#main .grid-item.grid-item-custom .masonry-block-content > a,
#main .grid-item.grid-item-custom .masonry-block-content > a * {
	text-decoration: none;
	color:  inherit;
}	

#main.entry-content h1 em,
#main.entry-content h2 em {
	font-style: italic;
}

h1 {
	font-size: 1.5em;
	font-weight: 300;
}
	h1.product_title,
	header h1 {
		font-size: 1.25em;
		text-align: center;
		font-weight: 100;
	}

	#main header {
		padding:  10px;
		max-width: 900px;
		margin:  0px auto;
		display: block;
	}

h2 {
	font-size: 2.0em;	
}
.header-single-post h2 {
	font-size: 1.6em;	
}

	h2 {
		
	}

	.tecton-posts .tecton-post .content p {
		margin-bottom: 0;
	}

	.tecton-posts .content {
		position: relative;
		background:  #fff;
		padding:  1em;
		color:  #1b201a;
	}

	.tecton-posts .tecton-post .overlay-buttons {
		display: none;
	}
	.tecton-posts .tecton-post .image .gradient {
		display: none;
	}

	.tecton-posts .tecton-post:hover .overlay-buttons {
		display: block;
		position: absolute;
		top: 30%;
		left:  0;
		width:  100%;
		text-align: center;
		z-index: 16;
	}
		.tecton-posts .tecton-post:hover .overlay-buttons a {
			color: #fff;
			font-size: 1.2em;
			font-weight: 600;
			text-decoration: none;
		}
		.tecton-posts .tecton-post:hover .overlay-buttons a span.icon-next {
			font-size: 3em;
			display: block;
			margin-bottom: 20px;
		}

		.tecton-posts .tecton-post:hover .overlay-buttons a span {
			display: block;
		}

		.tecton-posts .tecton-post:hover .image .gradient {
			display: block;
		}

	.tecton-posts .tecton-post.featured .content:after {
		content: '';
		background: none;
		position: absolute;
		bottom: 0;
		right: 0;
		border-bottom: 20px solid #71a43b;
		border-left: 20px solid #fff;
	}

	.tecton-posts .tecton-post:hover .content .overlay {
		display: block;
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    background: transparent;
	    top: 0;
	    left: 0;
	    z-index: 10;
	}

	.button {
		display: inline-block;
		position: relative;
	    line-height: 1.0em;
	    color: #000;
	    background: #cf0a0a;
	    padding: 1em;
	    text-decoration: none;
	    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
	    transition: 0.3s;
	    border-radius: 4px;
	}
	.button:hover {
		background-color: #eb2a2a;
	}

	.btn.btn-small {
		padding: 0.5em;
		font-size: 0.8em;
	}

	

		.button.disabled {
			color: silver;
		    background: #f0f0ea;
		    box-shadow: none;
		    cursor: not-allowed;
		}

	.button.button-green {
		display: inline-block;
		position: relative;
	    line-height: 1.0em;
	    color: #fff;
	    background: #71a43b;
	    padding: 1em;
	    text-decoration: none;
	    box-shadow: 2px 2px 0px rgba(86, 112, 42, 0.8);
	}

	.button.button-small {
		background: #fff;
	    padding: 0.5em;
	    box-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	    color: #7da235;
	}

	.button-add {
		display: inline-block;
		position: relative;
	    line-height: 1.0em;
	    color: #fff;
	    background: #71a43b;
	    padding: 1em;
	    text-decoration: none;
	    box-shadow: 2px 2px 0px rgba(86, 112, 42, 0.8);
	    transition: 0.3s;
	}
	.button-add:hover,
	.button-green:hover {
		background-color: #8cc155;
	}

	.button-add.cart-success {
		background-color: rgba(201,225,176, 0.2);
		box-shadow: 2px 2px 0px rgba(201,225,176,1);
		color: #71a43b;
	}

	.button:not(.button-small) span[class*='icon-'] {
		font-size: 1.2em;
		vertical-align: sub;
		margin-left: 10px;
	}

	.tecton-posts .tecton-post .content .button-add {
		position: absolute;
	    right: 1em;
	    top: 50%;
	    vertical-align: middle;
	    z-index: 12;
	    transform: translate(0,-50%);
	}
	.tecton-posts .tecton-post .content .button-add:not(.cart-success):hover {
		background-color: #8cc155;
	}
		
		.tecton-posts .tecton-post .content .button-add span {
			font-size: 1.2em;
		}

	.tecton-posts .tecton-post .image svg.svg-layer-hover {
		transition: 0.3s;
	}

	.tecton-posts .tecton-post .image svg.svg-layer-hover {
		display: block;
		position: absolute;
	    top: 0;
	    left: 0;
	    opacity: 0;
	}
	.tecton-posts .tecton-post:hover .image svg.svg-layer-hover  {
		display: block;
		opacity: 1;
	}

	.tecton-posts .tecton-post {
		position: relative;
	}

	.tecton-posts .tecton-post .content {
		position: relative;
	}

	.tecton-posts .tecton-post .content a.overlay {
		display: none;
	}

	.tecton-posts .tecton-post .image {
		position: relative;
	}
	.tecton-posts .tecton-post .product-image-thumb {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
		#main .tecton-posts .tecton-post .product-image-thumb img {
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			max-width: 80%;
			max-height: 80%;
			transform: translate(-50%,-50%);
		}

	#main h2 em {
		font-style: italic;
	}

	.more-tecton-posts {
		text-align: center;	
		margin:  80px 0.1em 2.0em 0.1em;
	}

	.more-tecton-posts h3 {
		color: #7da235;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 1.3em;
	}
	.more-tecton-posts a.btn-more {
		position: relative;
		color: #000;
		text-decoration: none;
		padding-right: 40px;
	}
		.more-tecton-posts a.btn-more span {
			display: block;
			position: absolute;
			top: 50%;
			right: 0;
			transform: translate(0,-50%);
			font-size: 160%;
		}

.filter-terms {
	color: #999;
}

.filter-terms > span,
.filter-terms > strong {
	color: #000;
}

.filter-terms a {
	color: #999;
	text-decoration: none;
}
.filter-terms a:hover {
	color: #000;
	text-decoration: underline;
}		

.request-notation {
	position: relative;
	text-align: center;
	display: inline-block;
}
	.request-notation a.shopping-cart {
		position: relative;
		display: block;
		float: left;
		margin-right: 20px;
		margin-top: 15px;
		font-size: 1.5em;
		color: #000;
	}

	.request-notation a.shopping-cart span[class*='icon-'] span {
		font-size: 0.7em;
	}

	.request-notation a.button {
		display: block;
		float: left;
	}	

#main .post-event .entry-title {
	text-align: left;
	padding: 0;
	box-sizing: border-box;
}

#main .entry-title h1,
#main .grid-item-post h2,
#main .grid-item-latest_blog h2 {
	font-family: inherit, Arial, serif;
}	

.single-event #main .entry-title h1 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: initial;
	color: #1E3053;
}
.single-event #main .entry-title h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.66em;
	line-height: initial;
	color: #cf080a;
}

.single-kbc_gallery #main .entry-title h1 {
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 1.0em;
}
.single-kbc_gallery #main .entry-title h2 {
	font-size: 2em;
	text-align: center;
}

#main figure.wp-block-image.no-margin {
	margin:  0;
}

.row, .clear {
	clear: both;
}

.clear:before, .clear:after,
.row:before, .row:after {
	content: "";
	display: block;
	clear: both;
}

.row .column {
	display: block;
	width:  100%;
	float:  left;
	position: relative;
	margin: 0;
	padding: 1em;
	box-sizing: border-box;
}

.row.shopping-basket .column.column-thumb {
	width: 10%;
}
.row.shopping-basket .column.column-title {
	width: 70%;
}
.row.shopping-basket .column.column-number {
	width: 20%;
}

.wp-block-uagb-columns {
	box-sizing: border-box;
}

body .tnp-subscription label {
	font-weight: unset;
}

body div[class*="content"] input[type=text],
body div[class*="content"] input[type=email],
body div[class*="content"] input[type=date],
body div[class*="content"] input[type=tel],
body div[class*="content"] input[type=number],
body div[class*="content"] select,
body div[class*="content"] textarea {
	font-family: unset;
	width: 100%;
	box-sizing: border-box;
	font-size: 1.0em;
	padding: 0.5em 0.5em;
	margin: 3px 0 0 0;
	color: #232b3b;
	background: #fff;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    caret-color: #232b3b;
}

.newsletter-wrapper {
	padding: 20px;
	text-align: center;
}
.newsletter-wrapper form {
	text-align: left;
}

.entry-content input[type=submit],
div[class*="content"] input[type=submit],
.newsletter-wrapper .tnp-subscription input.tnp-submit {
	font-family: unset;
	background: #cf080a;
	color: #fff;
	border-radius: 0;
	line-height: 1.6em;
	padding: 5px 1.0em;
	font-size: 1.2em;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	font-weight: 400;
	border-radius: 4px;
}

.newsletter-wrapper .tnp-subscription input.tnp-submit {
	background: #fff;
	color: #cf080a;
}

#main .wp-block-uagb-column {
	box-sizing: border-box;
}

.entry-content .nf-form-title {
	display:  none;
}

.entry-content .nf-form-fields-required {
	font-size: 0.8em;
}

.entry-content .ninja-forms-req-symbol {
	color: #c01e50;
}

.entry-content .nf-form-content {
	max-width: 100%;
	padding: 1.0em 0 0 0;
}

.entry-content .wp-block-quote.is-large p, 
.entry-content .wp-block-quote.is-style-large p {
	font-size: 1.3em;
	line-height: initial;
}

.entry-content .wp-block-quote.is-style-large cite {
	font-size: 1.0em;
}

#main .entry-image {
	display: block;
	margin: 0 0 30px 0;
}
	#main .entry-image img {
		display: block;
		width: 100%;
		height: auto;
	}

h3 {
	font-size: 1.2em;
	margin-bottom: 0.66em;
	font-weight: bold;
}

.spacer {
	height:  50px;
}

#main p {
	margin-bottom: 1.125em;
	line-height: initial;
/*	font-weight: 400;*/
	letter-spacing: 0.025em;
}
	#main .first-row p {
		margin-bottom: 0em;
		line-height: initial;
		font-weight: 400;
	}

	#main .grid-item--width1 .block-content p {
		margin-bottom: 0.66em;
	}

	#main p:empty {
		margin:  0 !important;
	}

body.single-post #main .entry-content p {
	font-weight: 300;
    line-height: 1.64em;
    letter-spacing: initial;
}
	body.single-post #main .entry-content p.intro {
		font-weight: 400;
	}

	#main  p em {
		font-style: italic;
	}
	#main  p strong {
		font-weight: 600;
	}

#main .blog-banners {
	margin: 50px 0 0 0;
}	

strong {
	font-weight: 800;
}

#main blockquote {

}

#main img {
	max-width: 100%;
	height:  auto;
}

	#main .wc-block-grid__products .wc-block-grid__product-image {
		height:  300px;
	}
	#main .wc-block-grid__products .wc-block-grid__product-image img {
		max-height:  100%;
		max-width: 100%;
		height:  auto;
		width:  auto;
	}

	#main .wc-block-grid__products a.wc-block-grid__product-link {
		color:  inherit;
		text-decoration: none;
	}

/**/

	body.single-product .product-details .product-image {
		position: relative;
		padding-bottom: 60%;
	}

	body.single-product #main .product-image img {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		max-width: 90%;
		max-height: 90%;
		transform: translate(-50%,-50%);
		width: auto;
		height: auto;
	}

	body.single-product .product-details .column .column-inner {
		padding: 1.0em;
	}

#main .section-heading {
	padding-top: 30px;
	padding-bottom: 30px;
}

#main .section-heading.heading-related-posts {
	border-top:  1px solid #000;
	margin-top:  50px !important;
	padding-top: 50px;
	padding-bottom: 0px;
}
	
	#main .section-heading h1 {
		display:  block;
		font-size: 2.5em;
		font-weight: 100;
		text-align: center;
	}

	#main .section-heading h2 {
		display:  block;
		font-size: 2.0em;
		font-weight: 100;
	}

.post-tags a {
	display: inline-block;
	color: #56702a;
	text-decoration: none;
	font-size: 0.8em;
	margin-right: 0.5em;
}

/* parallax container */
.paroller-container {
	background-repeat: no-repeat;
	background-position: top left;
}

.parallax-container {
	position: relative;
	-moz-box-shadow:    inset 10px 10px 50px rgba(0,0,0,0.8);
   -webkit-box-shadow:  inset 10px 10px 50px rgba(0,0,0,0.8);
   box-shadow:          inset 10px 10px 50px rgba(0,0,0,0.8);
}

.parallax-image {
	position: relative;
	padding-bottom: 50%;
	overflow: hidden;
	-moz-box-shadow:    inset 10px 10px 50px rgba(0,0,0,0.8);
   -webkit-box-shadow:  inset 10px 10px 50px rgba(0,0,0,0.8);
   box-shadow:          inset 10px 10px 50px rgba(0,0,0,0.8);
}
	.parallax-image .parallax {
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    z-index: -1;
	}
		.parallax-image .parallax img {
		    opacity: 0;
		    position: absolute;
		    left: 50%;
		    bottom: 0;
		    min-width: 100%;
		    min-height: 100%;
		    -webkit-transform: translate3d(0, 0, 0);
		    transform: translate3d(0, 0, 0);
		    -webkit-transform: translateX(-50%);
		    transform: translateX(-50%);
		}

.section-image-nofx	{
	position: relative;
	padding-bottom: 40%;
	overflow: hidden;
}
	.section-image-nofx img	{
		display: block;
		position: absolute;
		width: 100%;
		height: auto;
	}

	.section-image-nofx.top.left img	{
		top: 0;
		left: 0;
	}
	.section-image-nofx.top.center img	{
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
	}
	.section-image-nofx.top.right img	{
		top: 0;
		right: 0;
		left: auto;
	}

	.section-image-nofx.left.center img	{
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
	}
	.section-image-nofx.center img	{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}
	.section-image-nofx.right.center img	{
		top: 50%;
		right: 0;
		left: auto;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
	}	

/*#main .more {
	border-top:  1px solid #000;
	margin-top:  20px !important;
	padding: 20px 20px;
	text-align: center;
}
	#main .more a {
		color:  #000;
		font-weight: 600;
		text-decoration: none;
	}
	#main .more a:hover {
		text-decoration: underline;
	}*/	

#main > *:not(.header-post, .wp-block-themeisle-blocks-advanced-columns.has-1-columns, .wp-block-uagb-container.alignfull, .masonry-grid, .post-entry, section, .parallax-image) {
	max-width: 95%;
	margin-left: auto;
    margin-right: auto;
}

#main .masonry-grid {
	max-width: 588px;
	margin:  8px auto 0px auto;
}

.grid-item,
.grid-sizer {
	position: relative;
	display: block;
	float:  left;
	width:  50%;
	padding-bottom: 50%;
}	

.grid-item.grid-item--width1 {
	width:  100%;
	padding-bottom: 100%;
}
.grid-item.grid-item--width2 {
	width:  100%;
	padding-bottom: 50%;
}
.grid-item.grid-item--width3 {
	width:  100%;
	padding-bottom: 100%;
}
.grid-item.grid-item--width4 {
	width:  100%;
	padding-bottom: 200%;
}
.grid-item.grid-item--width5 {
	width:  50%;
	padding-bottom: 50%;
}
.grid-item.grid-item--width6 {
	width:  50%;
	padding-bottom: 50%;
}	

	.grid-item.grid-item-podcast .block-content {
		max-width: 60%;
	}

	.grid-item .masonry-block-content {
		position: absolute;
		width: calc(100% - 20px);
	    height: calc(100% - 20px);
	    background-color: #f9f9f9;
	    margin: 10px;
	    box-sizing: border-box;
	    border:  none;
	}

	.grid-item.grid-item-product .masonry-block-content {
		background-color: #fff;
	}

	.grid-item .masonry-block-content.has-border {
		border:  3px solid;
	}

	.grid-item .masonry-block-content .product-image {
		position: absolute;
		width:  100%;
		height:  100%;
		top:  0;
		left: 0;
		z-index: 10;
	}

	.grid-item .masonry-block-content > a {
		display:  block;
		height:  100%;
		color:  #1d3053;
	}

		.grid-item .masonry-block-content > a.has-background {
			color:  #fff;
		}

		.grid-item .masonry-block-content .block-content {
			position: absolute;
			z-index: 10;
			width: fit-content;
		}

		.grid-item.grid-item-latest_blog .masonry-block-content .block-content,
		.grid-item.grid-item-post .masonry-block-content .block-content {
			width: 100%;
		    box-sizing: border-box;
		    padding: 20px;
		}

		/*.grid-item.grid-item-post .masonry-block-content .block-content.top {
			background-image: linear-gradient(to bottom,rgba(0, 0, 0, .25),rgba(0, 0, 0, .25), rgba(0, 0, 0, 0));
		}*/

		.grid-item .masonry-block-content {
			color: #fff;
		}
		.grid-item.grid-item-quote .masonry-block-content {
			color: darkblue;
		}

		.grid-item.grid-item-quote .masonry-block-content blockquote {
			color: #115485;
			font-size: 1.4em;
			font-weight: 100;
			font-style: italic;
			padding: 1.5em 1.5em;
			text-align: center;
			line-height: initial;
		}

		.block-content.top {
		    top: 0%;
		}
		.block-content.middle {
		    top: 50%;
		    transform: translateY(-50%);
		}
		.block-content.bottom {
		    top: auto;
		    bottom: 0;
		}

		.block-content.left {
		    left: 0;
		}
		.block-content.right {
		    left: auto;
		    right:  0;
		}
		.block-content.center {
		    left: 50%;
		    transform: translateX(-50%);
		}

		.block-content.center.middle {
			top:  50%;
			left:  50%;
		    transform: translate(-50%, -50%);
		}

		.grid-item .masonry-block-content .block-background {
			position: absolute;
			width: 100%;
			height: 100%;
			left:  0;
			top:  0;
			z-index: 1;
			overflow: hidden;
		}
			
			.grid-item .masonry-block-content .block-background img {
				display: block;
				width:  100%;
				height:  auto;
			}

			.grid-item.grid-item-latest_blog .masonry-block-content .block-background:after,
			.grid-item.grid-item-post .masonry-block-content .block-background.has-background-image:after {
				content:  "";
				display: block;
				width:  100%;
				height:  100%;
				position: absolute;
				top:  0;
				left:  0;
				background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.23));
			}

			.grid-item .masonry-block-content .block-background.overlay:after {
				content:  "";
				display: block;
				width:  100%;
				height:  100%;
				position: absolute;
				top:  0;
				left:  0;
				background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.63));
			}

	#main .grid-item .block-content {
		font-size: 4vw;
	}
	#main .grid-item.grid-item--width1 .block-content {
		font-size: 4.5vw;
	}

	#main .grid-item a:hover h2 {
		text-decoration: underline;
	}

	.block-content.bnr-content a {
		color:  inherit;
		text-decoration: none;
	}
		.block-content.bnr-content a:hover {
			color:  inherit;
			text-decoration: underline;
		}

	.block-content.bnr-content .podcast-title {
		text-transform: uppercase;
	}
	.block-content.bnr-content a.icon {
		color:  #ccc;
	}	

.tecton-slider {
	position: relative; 
	height: 100vw;
}

.slick-slider .slide {
	position: relative;
}

.slick-slider .slide .bg {
	position: absolute;
	z-index: 5;
	width:  100%;
	height:  100%;
	background-position: 50%;
	background-size: cover;
}
.slick-slider .slide .slide-content {
	position: absolute;
	z-index: 6;
	width:  100%;
	height:  100%;
	background:  none;
}

.slick-slider .slide .slide-content {
	color:  #fff;
}
	.slick-slider .slide .slide-content a {
		color: #96c121;
	}
	.slick-slider .slide .slide-content h2 a {
		color: #7da235;
		text-decoration: none;
	}

	.slick-slider .slide .slide-content a.more {
		color: #96c121;
		text-transform: uppercase;
		margin-left: 10px;
		font-weight: 500;
		font-size: 1.2em;
	}

.slick-slider .slide .slide-content svg {
	height:  100%;
}
.slick-slider .slide .slide-content svg shape {
	height:  100%;
}

.slick-slider .slide .slide-content .slide-content-box {
	position: absolute;
	top: 12%;
	left: 10%;
	width: 80%;
	height: 77%;
	padding: 20px;
	box-sizing: border-box;
	font-size: 0.75em;
}
#main .slick-slider .slide .slide-content .slide-content-box h2 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.slick-arrow {
	display: none;
}

.tecton-gallery .slick-arrow {
	display: block;
	position: absolute;
	top:  50%;
	left: 5px;
	transform: translateY(-50%);
	color: #fff;
	font-size: 3.0em;
	z-index: 10;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	cursor: pointer;
}
.tecton-gallery .slick-arrow.icon-next {
	right: 5px;
	left:  auto;
}

.tecton-gallery-nav {
	margin: 1.0em 0;
}

.tecton-gallery-nav .slick-slide {
	height: auto;
	padding: 10px;
}

#main .tecton-gallery-nav .slick-slide img {
	height: 150px;
	width: auto;
}

.tecton-gallery-nav .slick-slide.slick-current {
	background: #96c121;
}

#main ul.slick-dots {
	position: absolute;
	bottom: 10px;
	left:  50%;
	color:  #fff;
	margin: 0;
	padding: 0;
	list-style-type: none;
	transform: translateX(-50%);
}
	ul.slick-dots li {
		display: inline-block;
	}

	ul.slick-dots li button {
		display: inline-block;
		width:  10px;
		height:  10px;
		border: none;
		background: none;
		padding: 0;
		margin:  0 5px 0px 5px;
		color: transparent;
		overflow: hidden;
		cursor: pointer;
	}
		ul.slick-dots li button:before {
			font-size: 10px;
			content: '\0042';
			color: #fff;
			display: inline-block;
			font-family: 'tecton';
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}
		ul.slick-dots li.slick-active button:before {
			color: #96c121;
		}

.gallery-section {
	position: relative;
	max-width: 800px;
	margin: 0px auto;
}
	.gallery-wrapper {
		position: relative;
		width:  100%;
		padding-bottom: 59%;
	}
		.gallery-wrapper .gallery-wrapper-inner {
			position: absolute;
			width:  100%;
			height:  100%;
			top: 0;
			left: 0;
		}

#main .post-boys .flex-box .flex-item.entry-title {
	text-align: center;
	margin-bottom: 1.5em;
}

#main .post-boys .flex-box .flex-item.entry-title h3 {
	font-weight: 300;
}
#main .post-boys .flex-box .flex-item.entry-title h1 {
	font-weight: 500;
	font-size: 2.35em;
	margin-bottom: 0.6em;
}

#main .post-boys .flex-box .flex-item.entry-title .image-wrap img,
#main .flex-box .flex-item.flex-item-boy .image-wrap img {
	display: block;
	margin: 0 auto;
	border-radius: 50%;
}

#main .post-boys .flex-box .flex-item.entry-title .image-wrap img,
#main .flex-box .flex-item.flex-item-boy .image-wrap img {
	max-width: 250px;
	margin: 0px auto;
}
#main .flex-box .flex-item.flex-item-boy h2 {
	text-align: center;
	font-size: 1.2em;
	font-weight: 500;
	margin: 0.5em 0.5em 1.0em;
}

#main .flex-box .flex-item.flex-item-boy h2 a {
	color: #000;
	text-decoration: none;
}

#back-top {
	display: none;
}

.newsletter-wrapper {
	background-color: #cf080a;
	color: #fff;
	padding: 40px 10px 20px 10px;
}

.newsletter-content {
	max-width: 800px;
	margin: 0px auto;
}
.newsletter-content h2 {
	margin: 0px 0px 0.15em;
}
.newsletter-content > p {
	margin: 0px 0px 1.25em;
}

#footer {
	background-color: #9C0C0D;
	color: #fff;
	padding: 20px 10px;
}

#footer .footer-container {
	width:  96%;
	margin:  0px auto;
}

#footer p {
	margin-bottom: 1.2em;
}

#footer .wp-block-column.column-width-background {
	background: transparent url(images/tecton-bg-footer-menu-1.png) 50% no-repeat;
	background-size: 60px;
	background-position: 0px 50%;
}
	#footer .wp-block-column.column-width-background .widget_nav_menu {
		margin-left: 80px;
	}

#footer .row .column ul {
	text-align: center;
}

#footer .row .column a {
	color: auto;
	text-decoration: none;
}

#footer .row .column ul.menu li a {
	font-size: 1.0em;
	text-transform: uppercase;
	line-height: 1.4em;	
}

#footer .footer-container .row figure {
	margin-bottom: 0;
	text-align: center;
}

#footer .footer-container .row img {
	width: 100%;
	max-width: 200px;
	height:  auto;
	margin-top: 15px;
}

.section-project-details {
	background-color: #f0ebe1;
}
	.section-project-details .inner-wrap {
		max-width: 1024px;
		margin: 0px auto;
		padding:  2.0em 2.0em;
	}

.section-related {
	background-color: transparent;
    background-image: linear-gradient(180deg,rgb(255,255,255) 0%,rgb(255,255,255) 0%,rgb(241,241,235) 100%);
}
.section-related > .inner-wrap {
	max-width: 1024px;
	margin: 0px auto;
}

section.uagb-section__wrap.section-no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

section.uagb-section__wrap.section-no-padding .uagb-columns__wrap {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

section.uagb-section__wrap.section-no-padding .uagb-section__inner-wrap > div h2 {
	padding: 0em 0.5em;
}

@media only screen and (max-width: 600px ) {
	.uag-hide-mob {
		display: none !important;
	}

	#wpadminbar {
		overflow-x: hidden;
	}


}	

@media only screen and (min-width:  378px) {
	#footer .row .column ul {
		text-align: left;
	}
}

@media only screen and (min-width:  500px) {
	.flex-box .flex-item.flex-item-boy {
		width: 50%;
	}
	#main .flex-box .flex-item.flex-item-boy .image-wrap img {
		max-width: 80%;
	}

	.slick-slider .slide .slide-content .slide-content-box {
		top: 12%;
		left: 8%;
		width: 65%;
		height: 77%;
		padding: 20px;
		box-sizing: border-box;
		font-size: 0.75em;
	}
	#main .slick-slider .slide .slide-content .slide-content-box h2 {
		font-size: 1.5em;
		margin-bottom: 10px;
	}
}	

@media only screen and (max-width:  800px ) {
	.grid-item.grid-item-quote {
		padding-bottom: 0 !important;
		height: auto !important;
	}
	.grid-item.grid-item-quote .masonry-block-content {
		position: relative !important;
		height:  auto;
		left:  auto;
		top:  auto;
		transform: none;
	}

	.grid-item.grid-item-quote .masonry-block-content .block-content {
		position: relative;
		height:  auto;
	}
}

@media only screen and (min-width:  601px) {
		/* first in row */
		.tecton-posts .row .column.column-product:nth-child(odd) {
			padding: 0 1em 2em 0;
		}

		/* last in row */
		.tecton-posts .row .column.column-product:nth-child(even) {
			padding: 0 0 2em 1em;
		}

	#main .tecton-box .content {
		position: relative; 
		top: 0; 
		left: 0; 
		background-image: url(/wp-content/themes/tecton/images/bg-tecton-box.svg); 
		background-size: cover; 
		background-repeat: no-repeat; 
		width: 70%;
	}

	#main > .between,
	#main > .between:first-child {
		top: unset;
	    transform: translate(-50%, -50%);
	    max-width: 100% !important;
	}

	.header .main-menu .header-brand {
		height:  auto;
		padding:  50px 10px 10px 10px;
	}

		.header .header-brand .logo img {
			height: auto;
			max-width: 183px;
		}
		.header .main-menu .header-brand .logo img {
			height: auto;
			max-width: 120px;
		}

	.tecton-slider {
		height: 60vw;
	}

	.slick-slider .slide .slide-content .slide-content-box {
		top: 12%;
		left: 6%;
		width: 47%;
		height: 77%;
		padding: 15px;
		box-sizing: border-box;
		font-size: 0.75em;
	}
	#main .slick-slider .slide .slide-content .slide-content-box h2 {
		font-size: 1.5em;
		margin-bottom: 10px;
	}	
	#main .slick-slider .slide .slide-content .slide-content-box h3 {
	    font-size: 1.2em;
	}

	#main .entry-image {
		display: block;
		margin: 0 0 30px 0;
		max-width: 300px;
	}
}

@media only screen and (min-width: 640px) {

	.header .header-nav > .menu {
		text-align: center;
	}

	.grid-item,
	.grid-sizer {
		display: block;
		float:  left;
		width:  147px;
		height: 147px;
		overflow: hidden;
		padding-bottom: 0 !important;
	}	

	.grid-item.grid-item--width1 {
		width: 294px;
		height: 294px;
	}
	.grid-item.grid-item--width2 {
		width:  588px;
		height: 294px;
	}
	.grid-item.grid-item--width3 {
		width:  588px;
		height: 588px;
	}
	.grid-item.grid-item--width4 {
		width:  294px;
		height: 588px;
	}
	.grid-item.grid-item--width5 {
		width:  294px;
		height: 294px;
	}
	.grid-item.grid-item--width6 {
		width:  294px;
		height: 147px;
	}	

	#main .grid-item .block-content,
	#main .grid-item.grid-item--width1 .block-content {
		font-size: unset;
	}
	#main .grid-item.grid-item-button .block-content {
		font-size: 1.5vw;
		letter-spacing: 0.04em;
	}	

	#main .grid-item.grid-item-custom.grid-item--width3 .block-content {
		font-size: 1.2em;
	}

	#main .grid-item .block-content h2 {
		font-size: 2.1em;
	}
	#main .grid-item.grid-item--width1 .block-content h2 {
		font-size: 1.5em;
	}

	.block-content.bnr-content p {
		font-size:  1.2em;
	}

	.block-content.bnr-content p.icons {
		font-size:  2em;
	}	

	.row .column {
		padding: 0 0.5em 0.25em;
	}

	.tecton-posts .row .column {
		padding: 1em;
	}

	.row .column.column-10 {
		width: 10%;
	}
	.row .column.column-20 {
		width: 20%;
	}
	.row .column.column-25,
	.column-group.columns-4 .column {
		width: 25%;
	}
	.row .column.column-30 {
		width: 30%;
	}
	.row .column.column-33 {
		width: 33.33%;
	}

	.row .column.column-33 {
		width: 33.33%;
	}

	.row .column.column-article.column-33 {
		width: 33.03%;
		vertical-align: top;
		margin-bottom: 1.0em;
	}

	.tecton-posts .row .column.column-33 {
		float: none;
		display: inline-block;
		width:  32.85%;
		vertical-align: top;
	}

	.column-group.columns-3 .column {
		width: 33.33%;
	}
	.row .column.column-40 {
		width: 40%;
	}
	.row .column.column-45 {
		width: 45%;
	}
	.column-group.columns-2 .column {
		width: 50%;
	}
	.row .column.column-50 {
		width: 50%;
	}
	.row .column.column-55 {
		width: 55%;
	}
	.row .column.column-60 {
		width: 60%;
	}
	.row .column.column-66 {
		width: 66.66%;
	}
	.row .column.column-70 {
		width: 70%;
	}
	.row .column.column-75 {
		width: 75%;
	}
	.row .column.column-80 {
		width: 80%;
	}

	.flex-box .flex-item {
		width: 50%;
	}

	#main .post-event .flex-box .flex-item.entry-title {
		width: 33%;
		text-align: right;
		padding: 0 1.0em 0 0;
		box-sizing: border-box;
	}
	#main .post-event .flex-box .flex-item.entry-content {
		width: 66%;
		padding-left: 1.0em;
		box-sizing: border-box;
	}

	#main .post-boys .flex-box .flex-item.entry-title {
		width: 33%;
		box-sizing: border-box;
		padding: 0 1.0em;
	}
	#main .post-boys .flex-box .flex-item.entry-content {
		width: 66%;
		box-sizing: border-box;
		padding: 0 1.0em;
	}

	.flex-box .flex-item.flex-item-boy {
		width: 25%;
	}
	.flex-box.kbc-boys .flex-item.flex-item-boy {
		width: 50%;
	}
}

@media only screen and (min-width:  768px) {
	#main .tecton-box {
		width: 96%;
	}

	#main .slick-slider .slide .slide-content .slide-content-box {
		padding:  20px;
		font-size: 1em;
	}
	#main .slick-slider .slide .slide-content .slide-content-box h2 {
		font-size: 2em;
	}

	h1 {
		font-size: 2.5em;
		font-weight: 400;
	}
		h1.product_title,
		header h1 {
			font-size: 2.0em;
			text-align: center;
			font-weight: 100;
		}

	.flex-box.kbc-boys .flex-item.flex-item-boy {
		width: 25%;
	}	
}

@media only screen and (min-width:  783px) {

	body.admin-bar .header {
		margin-top: 32px;
	}

	body.admin-bar .header nav .main-menu {
		position: absolute;
		top:  32px;
	}
}

@media only screen and (min-width:  960px) {
	#main > *:not(.wp-block-themeisle-blocks-advanced-columns, .header-post, .wp-block-themeisle-blocks-advanced-columns.has-1-columns, .wp-block-uagb-container.alignfull, .masonry-grid, section, .parallax-image, .wp-block-image) {
		max-width: 800px;
	}

	#main .masonry-grid {
		max-width: 680px;
	}

	.header nav .main-menu {
		left: 50%;
		max-width: 1167px;
		transform: translate(-50%, 0);
	}

	.tecton-slider {
		height: 50vw;
	}

	.slick-slider .slide .slide-content .slide-content-box {
		top: 12%;
		left: 5%;
		width: 37.5%;
	}



}

@media only screen and (min-width:  1024px) {
	.header {
	}
	#page {
	}

	.header .header-menu li.mobile {
		display: none;
	}
	
	.header a.toggleMenu,
	.header .header-top .header-col.header-toggle-button {
		display: none;
	}

	.header .header-top {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
		.header .header-top .header-col {
			display: block;
			color: #fff;
		}

	.header .header-brand {
		width: 20%;
		position: relative;
	}
		.header .header-brand .logo a img {

		}

		.header .header-brand .logo a img {

		}

	.header .header-menu {
		width: 60%;
	}

	.header .header-col.header-nav-sec {
		width: 20%;
		padding: 20px;
	}

	.header .header-menu ul {
		display: block;
		margin:  0 0 0 0;
		padding:  0 0 0 0;
		list-style-type: none;
		text-align: center;
	}
		.header .header-menu ul li {
			position: relative;
			display: inline-block;
			margin:  0 0.4em;
			padding:  0;
			list-style-type: none;
			font-size: 0.9em;
		}
		.scrolled .header .header-menu ul li {
			font-size: 1.0em;
		}

		.header .header-menu ul li a {
			display: inline-block;
			color:  #fff;
			text-decoration: none;
			font-weight: 400;
		}

		.header .header-menu ul ul.sub-menu {
			display: none;
			position: absolute;
			padding: 10px 15px;
			top: 70%;
			left: 0;
			text-align: left;
			border-left: 2px solid #8ac947;
			background: rgba(0,0,0,0.8);
		}
		.header .header-menu ul li:hover ul.sub-menu {
			display: block;
		}
			.header .header-menu ul ul.sub-menu li {
				margin: 0;
				display: block;
			}
				.header .header-menu ul ul.sub-menu li a {
					line-height: 1.9em;
					font-size: 0.9em;
					color: #f5f5f5;
				}

	.header-posts h1 {
		font-size: 3.0em;
		font-weight: 500;
	}

	.flex-box.gallery .flex-item,
	.flex-box.kbc-albums .flex-item {
		width: 33.33%;
	}
	.flex-box.kbc-albums .flex-item {
		width: 50%;
	}

	#footer .footer-container .row {
		width:  100%;
		-ms-box-orient: horizontal;
		  display: -webkit-box;
		  display: -moz-box;
		  display: -ms-flexbox;
		  display: -moz-flex;
		  display: -webkit-flex;
		  display: flex; 
	  flex-wrap: wrap;
	}  

	#footer .row .column {
		flex: 1 1 160px;
		padding: 0.5em;
		box-sizing: border-box;
	}
}



@media only screen and (min-width:  1200px) {
	#main {
	}

	#main > *:not(.wp-block-themeisle-blocks-advanced-columns, .header-post, .wp-block-themeisle-blocks-advanced-columns.has-1-columns, .wp-block-uagb-container.alignfull, .masonry-grid, section, .parallax-image) {
		max-width: 1024px;
	}

	#main > article.post-entry {
		max-width: 1024px !important;
	}

	#main .masonry-grid {
		max-width: 1176px;
	}

	.header .header-menu ul li {
		font-size: 1.0em;
	}

	section.uagb-section__wrap.section-no-padding .uagb-section__inner-wrap > div h2 {
		padding: 0em 1.2em;
	}

	/*.flex-box .flex-item {
		width: 33.33%;
	}*/
}	

@media only screen and (min-width:  1400px) {
	#main section.section-pilates-onderdelen {
		background-position: 0px 205px;
	}

	.slick-slider .slide .slide-content svg {
		height:  auto;
		max-width: 540px
	}

	.slick-slider .slide .slide-content .slide-content-box {
		max-width: 410px;
	}

	section:not(.section-related) .tecton-posts .row .column.column-product {
		display: block;
		width:  25%;
		float:  left;
		padding: 0 1em 2em 1em;
	}

	.header .header-menu ul li {
		font-size: 1.2em;
		margin: 0 0.5em;
	}
	
}		