/*
Theme Name: Fotofabryk Theme
Version: 1.0
Author: Fanatiek media
Author URI: https://fanatiekmedia.nl/
*/

/***************************
          FONTS
***************************/

@font-face {
    font-family: 'din';
    src: url('./assets/fonts/dinpro-regular-webfont.eot');
    src: url('./assets/fonts/dinpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./assets/fonts/dinpro-regular-webfont.woff') format('woff'),
         url('./assets/fonts/dinpro-regular-webfont.ttf') format('truetype'),
         url('./assets/fonts/dinpro-regular-webfont.svg#dinpro-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-stretch: normal;
}

@font-face {
    font-family: 'gillsans';
    src: url('./assets/fonts/gillsansmt-webfont.eot');
    src: url('./assets/fonts/gillsansmt-webfont.eot?#iefix') format('embedded-opentype'),
         url('./assets/fonts/gillsansmt-webfont.woff') format('woff'),
         url('./assets/fonts/gillsansmt-webfont.ttf') format('truetype'),
         url('./assets/fonts/gillsansmt-webfont.svg#gill_sans_mtregular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-stretch: normal;
}

/***************************
          COLORS
***************************/


:root {
	--white: #fff;
	--black: #000;
	--grey: #666;
	--xlightgrey: #f9f9f6;
	--lightgrey: #f4f4f0;
	--yellow: #fdef5e;
	--blue: #a0daf7;
	--pink: #faccb2;
	--red: #c22;
	--green: #2b5;
}


/***************************
          GENERAL
***************************/

body {
	width: 100%;
	font-family: Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

html {
	font-size: 100%;
	width: 100%;
}

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

a {
	color: var(--black);
	text-decoration: underline;
	transition: all 0.3s ease;
}

a:hover {
	color: var(--black);
	text-decoration: none;
}

p {
	margin: 0 0 20px;
	line-height: 150%;
}

ul, ol {
	padding: 0 0 0 20px;
}

ul li {
	line-height: 150%;
}

input, textarea {
    padding: 13px 15px;
    width: 100%;
    font-family: "Arial", sans-serif;
	border: 1px solid var(--lightgrey);
	line-height: 110%;
	border-radius: 0px;
	background-color: var(--lightgrey);  
	color: var(--black);
	font-size: 16px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px var(--white) inset !important;
	color: var(--black) !important;
}

input:focus,
textarea:focus {
	outline: none;
	border-color: var(--black);
}

input.small {
	width: 120px;
}

input[type="checkbox"],
input[type="radio"] {
	width: auto;
}

input[type="radio"],
input[type="checkbox"] {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid var(--black);
	background-color: var(--white);
	border-radius: 0px;
	cursor: pointer;
	box-shadow: none;
}

input[type="checkbox"]:focus {
	border-color: var(--black);
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
	background-color: var(--white);
    background-image: url('./assets/images/check.svg');
    background-size: 12px 11px;
    background-repeat: no-repeat;
    background-position: center center;
    border-color: var(--black);
}

input[type="radio"] {
	border-radius: 10px;
}

select {
	border: 0px;
	height: 46px;
	padding: 2px 40px 0px 15px;
	width: 100%;
    font-family: "Arial", sans-serif;
	border: 1px solid var(--lightgrey);
	background-color: var(--lightgrey);
	color: var(--black);
	border-radius: 0px;
	font-size: 18px;
	line-height: 100%;
	-webkit-appearance: none; 
	appearance: none;
	background-image: url('./assets/images/dropdown.svg');
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 12px 8px;
}

select:focus {
	outline: none;
	border-color: var(--black);
}

textarea {
	height: 180px;
}

textarea.medium {
	height: 120px;
}

textarea.small {
	height: 80px;
}

input[type="number"] {
	width: 100px;
	text-align: center;
}

input[readonly] {
	background-color: transparent;
	border: 0px;
	padding: 0;
    font-family: Din, sans-serif;
    font-weight: 400;
	font-size: 20px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: var(--grey);
	font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
	color: var(--grey);
	font-weight: 400;
    opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: var(--grey);
}
:-moz-placeholder { /* Firefox 18- */
	ccolor: var(--grey);
}

.btn,
.button,
.inline-btn a {
	background-color: transparent;
	color: var(--black);
	display: inline-block;
	padding: 12px 30px;
	font-size: 16px;
	position: relative;
	border: 1px solid var(--black);
	cursor: pointer;
	border-radius: 0px;
	line-height: 120%;
	margin: 0;
	text-align: center;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s ease;
	width: auto;
	text-decoration: none;
    font-family: "Din", sans-serif;
	letter-spacing: 1px;
}

.btn:hover,
.btn:focus,
.button:hover,
.button:focus,
.inline-btn a:hover,
.inline-btn a:focus {
	background-color: var(--black);
	transition: all .3s;
	color: var(--white);
	border: 1px solid var(--black);
	text-decoration: none;
}

.large-link {
	display: inline-block;
	padding: 0 0 60px 0;
	background-image: url('./assets/images/arrow-right-large.svg');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100px 38px;
	text-decoration: none;
	font-size: 24px;
	font-family: "Din", sans-serif;
	font-weight: 400;
}

.large-link:hover {
	color: var(--white);
	background-image: url('./assets/images/arrow-right-large-white.svg');
}

.container {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
    padding: 0 20px;	
}

.container.small {
	max-width: 960px;
}

@media only screen and (min-width:768px) {
	
	.container {
		padding: 0 30px;
	}
	
	.large-link {
		font-size: 30px;
	}
	
}


@media only screen and (min-width:1024px) {
	
	.container {
		padding: 0 50px;
	}
	
}

/* stop stacking issues */
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

/* use box-sizing: border-box */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/***************************
		   COLUMNS
***************************/

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.row.align-center {
	align-items: center;
}

.small-padding.row {
	margin-left: -5px;
	margin-right: -5px;
}

.no-padding.row {
	margin-left: 0px;
	margin-right: 0px;
}

.column {
	display: block;
	width: 100%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.small-padding.row .column {
	padding-left: 5px;
	padding-right: 5px;
}

.no-padding.row .column {
	padding-left: 0px;
	padding-right: 0px;
}

.small-1-2 {
	width: 50%;
}

.row.align-middle {
	align-items: center;
}

.row.align-bottom {
	align-items: flex-end;
}

.row.justify-center {
	justify-content: center;
}

.row.justify-space {
	justify-content: space-between;
}

.row.small-reverse {
	flex-direction: column-reverse;
}

.hide-mobile {
	display: none;
}

.show-large {
	display: none;
}

@media only screen and (min-width:768px) { 
	
	.row {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.column {
		padding-left: 20px;
		padding-right: 20px;
	}

	.row.small-reverse {
		flex-direction: row-reverse;
	}
	
	.row.medium-reverse {
		flex-direction: row-reverse;
	}
	
	.row.medium-noreverse {
		flex-direction: row;
	}
	
	.row.xlarge-padding {
		margin-left: -30px;
		margin-right: -30px;
	}
		
	.row.xlarge-padding .column {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.medium-1-5 {
		width: 20%;
	}

	.medium-1-4 {
		width: 25%;
	}
	
	.medium-3-10 {
		width: 30%;
	}
	
	.medium-1-3 {
		width: 33.33334%;
	}
	
	.medium-2-5 {
		width: 40%;
	}
	
	.medium-45 {
		width: 45%;
	}
	
	.medium-1-2 {
		width: 50%;
	}
	
	.medium-55 {
		width: 55%;
	}
	
	.medium-3-5 {
		width: 60%;
	}
	
	.medium-2-3 {
		width: 66.66666%;
	}
	
	.medium-3-4 {
		width: 75%;
	}
	
	.medium-auto {
		width: auto;
	}
	
	.hide-mobile {
		display: block;
	}
	
	.show-mobile {
		display: none;
	}

}

@media only screen and (min-width:1024px) {
	
	.row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -30px;
		margin-right: -30px;
	}
	
	.column {
		padding-left: 30px;
		padding-right: 30px;
	}	

	.row.l-xlarge-padding {
		margin-left: -35px;
		margin-right: -35px;
	}
		
	.row.l-xlarge-padding .column {
		padding-left: 35px;
		padding-right: 35px;
	}
	
	.row.large-reverse {
		flex-direction: row-reverse;
	}
	
	.large-1-5 {
		width: 20%;
	}
	
	.large-1-4 {
		width: 25%;
	}
	
	.large-3-10 {
		width: 30%;
	}

	.large-1-3 {
		width: 33.33334%;
	}
	
	.large-35 {
		width: 35%;
	}
	
	.large-2-5 {
		width: 40%;
	}
	
	.large-45 {
		width: 45%;
	}
	
	.large-1-2 {
		width: 50%;
	}
	
	.large-55 {
		width: 55%;
	}
	
	.large-3-5 {
		width: 60%;
	}
	
	.large-2-3 {
		width: 66.66666%;
	}
	
	.large-7-10 {
		width: 70%;
	}
	
	.large-3-4 {
		width: 75%;
	}
	
	.large-4-5 {
		width: 80%;
	}
	
	.hide-large {
		display: none;
	}
	
	.show-large {
		display: block;
	}
	
}

@media only screen and (min-width:1280px) {
	
	.row.xl-large-padding {
		margin-left: -30px;
		margin-right: -30px;
	}
		
	.row.xl-large-padding .column {
		padding-left: 30px;
		padding-right: 30px;
	}	
	
	.row.xl-xlarge-padding {
		margin-left: -50px;
		margin-right: -50px;
	}
		
	.row.xl-xlarge-padding .column {
		padding-left: 50px;
		padding-right: 50px;
	}	
	
	.xlarge-1-5 {
		width: 20%;
	}
	
	.xlarge-1-4 {
		width: 25%;
	}
	
	.xlarge-3-10 {
		width: 30%;
	}
	
	.xlarge-1-3 {
		width: 33.3334%;
	}
	
	.xlarge-35 {
		width: 35%;
	}
	
	.xlarge-2-5 {
		width: 40%;
	}
	
	.xlarge-1-2 {
		width: 50%;
	}
	
	.xlarge-3-5 {
		width: 60%;
	}

	.xlarge-2-3 {
		width: 66.66666%;
	}
	
	.xlarge-3-4 {
		width: 75%;
	}
	
}

/***************************
		   HEADINGS
***************************/

h1, h2, h3, h4, h5 {
	margin: 0 0 20px 0;
	font-family: "Din", sans-serif;
	font-weight: 400;
	padding: 0;
}

h1 {
	font-size: 26px;
	text-transform: uppercase;
}

h2 {
	font-size: 22px;
	text-transform: uppercase;
}

h2.block-title {
	margin: 0 0 30px;
}

h2.title-center {
	text-align: center;
}

h3 {
	font-size: 20x;
	font-family: "gillsans", sans-serif;
}

h4 {
	font-size: 20px;
}

@media only screen and (min-width:768px) {
	
	h1 {
		font-size: 30px;
	}
	
	h2 {
		font-size: 25px;
	}
	
	h2.block-title {
		margin: 0 0 50px;
	}
	
	h3 {
		font-size: 22px;
	}

}

/***************************
    HEADER & NAVIGATION
***************************/

.header-sticky {
	width: 100%;
	position: fixed;
	left: 0;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	height: 75px;
	overflow: hidden;
	display: none;
	z-index: 999;
}

.header-sticky .inner {
	position: relative;
	display: flex;
}

.header-sticky .inner:before,
.header-sticky .inner:after {
	content: '';
	position: absolute;
	top: 0;
	left: -3000px;
	background-color: var(--lightgrey);
	width: 3000px;
	height: 100%;
}

.header-sticky .inner:after {
	left: auto;
	right: -3000px;
}

.header-sticky .logo {
	width: 150px;
	display: block;
}

.header-sticky .logo img {
	width: 100%;
	display: block;
}

.header-sticky .spacer {
	background-color: var(--lightgrey);
	height: 75px;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-sticky .spacer .up {
	text-decoration: none;
	background-image: url('./assets/images/up.svg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 16px 10px;
	padding: 5px 25px 5px 0;
	font-size: 15px;
	text-transform: uppercase;
	font-family: "Din", sans-serif;
}

.header-sticky .spacer .up:hover{
	color: var(--grey);
	background-image: url('./assets/images/up-grey.svg');
}

.header-main  {
	padding: 30px 0;
}

.header-main .container {
	display: flex;
}

.header-main .logo {
	width: 120px;
	display: block;
	margin: 0 0 20px;
}

.header-nav {
	flex: 1;
	padding: 0 0 20px;
	text-align: right;
}

.header-nav .site-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.header-nav .site-menu ul li a {
	color: var(--black);
	text-decoration: none;
}

.header-nav .site-menu ul li:nth-child(3) {
	margin: 0 0 25px;
}

.header-nav .site-menu ul li a:hover {
	color: var(--white);
}

@media only screen and (min-width:768px) {
	
	.header-main {
		padding: 0;
	}
	
	.header-main .container {
		position: relative;
	}
	
	.header-main .logo {
		top: 50px;
		left: 30px;
		position: absolute;
	}
	
	.header-nav {
		top: 220px;
		left: 30px;
		position: absolute;	
		text-align: left;	
	}

}

@media only screen and (min-width:1024px) { 
	
	.header-main .logo {
		left: 50px;
	}
	
	.header-nav {
		left: 50px;
		top: 240px;
	}	

}

/***************************
       BLOCKS
***************************/

.main {
	min-height: calc(100vh - 800px);
}

.block-item {
	padding: 40px 0 20px;
}

.block-item.text-center {
	text-align: center;
}

.bg-white {
	background-color: var(--white);
}

.bg-yellow {
	background-color: var(--yellow);
}

.bg-blue {
	background-color: var(--blue);
}

.bg-pink {
	background-color: var(--pink);
}

.block-image-text .image {
	margin: 0 auto 30px;
	width: 100%;
	max-width: 450px;
	position: relative;
}

.block-image-text .image img {
	width: 100%;
	display: block;
}

.block-image-text .image figcaption {
	width: 100%;
	position: absolute;
	background-color: var(--white);
	bottom: 0;
	left: 0;
	padding: 10px 20px;
	transition: all 0.5s ease;
	opacity: 0;
}

.block-image-text .image:hover figcaption {
	opacity: 0.95;
}

.block-courses .column {
	padding-bottom: 30px;
}

.block-courses .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	margin: 0;
	padding: 0 0 20px;
	text-decoration: none;
	text-align: center;
}

.block-courses .item h2 {
	text-transform: none;
	margin: 0 0 1px;
	flex: auto;
	width: 100%:
}

.block-courses .item .meta {
	display: block;
	line-height: 150%;
	padding: 5px 0 8px;
	flex: none;
}

.block-courses .item .more {
	display: inline-block;
	background-image: url('./assets/images/arrow-right.svg');
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 19px 15px;
	padding: 7px 35px 7px 15px;
    border: 1px solid var(--black);
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	width: auto;
	flex: none;
}

.block-courses .item:hover .more {
	background-color: var(--black);
	color: var(--white);
	background-image: url('./assets/images/arrow-right-white.svg');
	border-color: var(--black);	
}

@media only screen and (min-width:768px) {
	
	.block-item {
		padding: 60px 0 40px;
	}
	
	.block-image-text.image-right .row {
		flex-direction: row-reverse;
	}
	
}

@media only screen and (min-width:1024px) {
	
	.block-item {
		padding: 80px 0 60px;
	}
	
}

/***************************
          PAGE
***************************/

.page-top {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

@media only screen and (min-width:768px) {
	
	.page-top {
		min-height: 520px;
		padding: 50px 0 45px;
	}
	
	.page-top .inner {
		padding: 0 0 0 250px;
	}
	
	.page-top .inner .content {
		width: 100%;
		max-width: 600px;
	}
	
}

/***************************
          HOME
***************************/

.home-top {
	padding: 0 0 20px;
}

.home-top h1 {
	margin: 0 0 60px;
}

/***************************
		   AGENDA LOOP
***************************/

.agenda-loop .agenda-list .item {
	text-decoration: none;
}

.agenda-loop .agenda-list .item {
	display: block;
	border-bottom: 1px solid var(--white);
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-decoration: none;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.agenda-loop.bg-white .agenda-list .item {
	border-color: var(--black);
}

.agenda-loop .agenda-list .item:last-child {
	border-bottom: 0px;
	padding: 0;
}

.agenda-loop.agenda-archive .agenda-list .item:last-child {
	border-bottom: 1px solid;
	padding: 0 0 20px;
}

.agenda-loop .agenda-list .item h2 {
	text-transform: none;
	margin: 0 0 5px;
}

.agenda-loop .agenda-list .item .meta {
	display: inline-block;
	background-image: url('./assets/images/arrow-right.svg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 19px 15px;
	padding: 2px 30px 2px 0;
	transition: all 0.3s ease;
}

.agenda-loop .agenda-list .item:hover {
	color: var(--white);
}

.agenda-loop.bg-white .agenda-list .item:hover {
	color: var(--grey);
}

.agenda-loop .agenda-list .item:hover .meta {
	background-image: url('./assets/images/arrow-right-white.svg');	
}

.agenda-loop.bg-white .agenda-list .item:hover .meta {
	background-image: url('./assets/images/arrow-right-grey.svg');	
}

.agenda-content .info {
	margin: 0 0 30px;
}

.agenda-content .info h3 {
	margin: 0 0 10px;
}

.agenda-content .info .meta {
	display: block;
	text-decoration: none;
	font-size: 20px;
    font-family: Din, sans-serif;
	margin: 0 0 20px;
}

.agenda-content .image {
	margin: 0 auto 30px;
	width: 100%;
	max-width: 450px;
	position: relative;
}

.agenda-content .image img {
	width: 100%;
	display: block;
}

.agenda-content .image figcaption {
	width: 100%;
	position: absolute;
	background-color: var(--white);
	bottom: 0;
	left: 0;
	padding: 10px 20px;
	transition: all 0.5s ease;
	opacity: 0;
}

.agenda-content .image:hover figcaption {
	opacity: 0.95;
}

@media only screen and (min-width:768px) {
	
	.agenda-loop.agenda-archive .agenda-list {
		column-count: 2;
		column-gap: 40px;
	}
	
	.agenda-content .info .meta {
		font-size: 24px;
	}
	
}

@media only screen and (min-width:1024px) {
	
	.agenda-loop.agenda-archive .agenda-list {
		column-count: 2;
		column-gap: 60px;
	}
	
}


/***************************
          COURSE
***************************/

.course-top .item {
	display: block;
	border-bottom: 1px solid var(--white);
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-decoration: none;
}

.course-top .item:last-child {
	border-bottom: 0px;
}

.course-top .item h2 {
	text-transform: none;
	margin: 0 0 1px;
}

.course-top .item .meta {
	display: block;
	line-height: 150%;
	padding: 5px 0 8px;
}

.course-top .item .more {
	display: inline-block;
	background-image: url('./assets/images/arrow-right.svg');
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 19px 15px;
	padding: 7px 35px 7px 15px;
    border: 1px solid var(--black);
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}

.course-top .item:hover .more {
	background-color: var(--black);
	color: var(--white);
	background-image: url('./assets/images/arrow-right-white.svg');
	border-color: var(--black);	
}

.course-top .info {
	border-bottom: 1px solid var(--white);
	margin: 0 0 20px;
}

.course-top .info:last-child {
	border-bottom: 0px;
}

.course-top .info h3 {
	margin: 0 0 10px;
}

.course-top .info .meta {
	font-size: 20px;
    font-family: Din, sans-serif;
}

.course-content .image {
	margin: 0 auto 30px;
	width: 100%;
	max-width: 450px;
	position: relative;
}

.course-content .image img {
	width: 100%;
	display: block;
}

.course-content .image figcaption {
	width: 100%;
	position: absolute;
	background-color: var(--white);
	bottom: 0;
	left: 0;
	padding: 10px 20px;
	transition: all 0.5s ease;
	opacity: 0;
}

.course-content .image:hover figcaption {
	opacity: 0.95;
}

.course-content .registration .item {
	display: block;
	text-decoration: none;
	font-size: 20px;
    font-family: Din, sans-serif;
	margin: 0 0 20px;
}

.course-content .registration .item span {
	font-size: 16px;
	background-image: url('./assets/images/arrow-right.svg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 19px 15px;
	display: inline-block;
	padding: 2px 30px 2px 0;
    font-family: "Arial", sans-serif;
	margin: 5px 0 0;
	transition: all 0.3s ease;
}

.course-content .registration .item:hover {
	color: var(--grey);
}

.course-content .registration .item:hover span {
	background-image: url('./assets/images/arrow-right-grey.svg');
}

.course-content #register h2 {
	margin-top: 50px;
}

@media only screen and (min-width:768px) {
	
	.course-top .info .meta {
		font-size: 24px;
	}
	
	.course-content .registration .item {
		font-size: 24px;
	}
	
}

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

}


/***************************
		   POST
***************************/

.post-loop .item {
	text-decoration: none;
}

.post-loop .item {
	display: block;
	border-bottom: 1px solid var(--black);
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-decoration: none;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.post-loop .item h2 {
	text-transform: none;
	margin: 0 0 5px;
}

.post-loop .item .meta {
	display: inline-block;
	background-image: url('./assets/images/arrow-right.svg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 19px 15px;
	padding: 2px 30px 2px 0;
	transition: all 0.3s ease;
}

.post-loop .item:hover {
	color: var(--white);
}

.post-loop.bg-white .item:hover {
	color: var(--grey);
}

.post-loop .item:hover .meta {
	background-image: url('./assets/images/arrow-right-white.svg');	
}

.post-loop.bg-white .item:hover .meta {
	background-image: url('./assets/images/arrow-right-grey.svg');	
}

.post-content .info {
	margin: 0 0 30px;
}

.post-content .info h3 {
	margin: 0 0 10px;
}

.post-content .info .meta {
	display: block;
	text-decoration: none;
	font-size: 20px;
    font-family: Din, sans-serif;
	margin: 0 0 20px;
}

.post-content .image {
	margin: 0 auto 30px;
	width: 100%;
	max-width: 450px;
	position: relative;
}

.post-content .image img {
	width: 100%;
	display: block;
}

.post-content .image figcaption {
	width: 100%;
	position: absolute;
	background-color: var(--white);
	bottom: 0;
	left: 0;
	padding: 10px 20px;
	transition: all 0.5s ease;
	opacity: 0;
}

.post-content .image:hover figcaption {
	opacity: 0.95;
}

.post-archive .navigation {
	margin: 50px 0 0;
}

.post-archive .navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 5px;
}

.post-archive .navigation ul li {
    display: flex;
	align-items: center;
	justify-content: center;
    background-color: transparent;
	width: 40px;
	height: 40px;
	border: 1px solid var(--black);
	text-align: center;
    font-size: 20px;
	line-height: 100%;
	transition: all 0.3s ease;
	padding: 0;
}

.post-archive .navigation ul li:before {
	display: none;
}

.post-archive .navigation ul li span {
    display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
}

.post-archive .navigation ul li a {
	color: var(--black);
	text-decoration: none;
	width: 100%;
	height: 100%;
    display: flex;
	align-items: center;
	justify-content: center;
}

.post-archive .navigation ul li.active,
.post-archive .navigation ul li:hover {
	background-color: var(--black);
	color: var(--white);
}

.post-archive .navigation ul li.active a,
.post-archive .navigation ul li:hover a {
	color: var(--white);
}

/***************************
		   FORMS
***************************/

.gform_wrapper {
	margin: 0 0 15px 0;
}

.gform_title {
	margin: 20px 0 0;
	font-size: 22px;
}

.gform_fields {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}

.gfield {
	margin: 0 0 20px 0;
	display: block;
	width: 100%;
	padding: 0;
	border: 0px;
}

.gfield--type-radio,
.gfield--type-checkbox {
	border: 0px;
	padding: 0;
	display: block;
	background-color: transparent;	
}

.gfield_label {
	line-height: 130%;
	padding: 0 0 10px;
	display: block;
	font-weight: 400;
}

.gfield--type-radio .gfield_label,
.gfield--type-checkbox .gfield_label {
	padding: 0 0 10px;
}

.hide-labels .gfield_label {
	display: none;
}

.gfield_checkbox, 
.gfield_radio {
	margin: 0;
	list-style-type: none;
	padding: 0;
	position: relative;
	padding: 0;
}

.gfield_checkbox .gchoice,
.gfield_radio .gchoice,
.ginput_container_consent{
	line-height: 120%;
	position: relative;
	padding: 0px 0 10px 28px;
}

.ginput_container_consent [type="checkbox"],
.gfield_checkbox [type="checkbox"],
.gfield_radio [type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
}

.gform_body .gfield:before, .gform_body .gfield_checkbox li:before {
	display: none;
}

.gfield_radio .gchoice label {
	display: flex;
}

.validation_error,
.validation_message {
	font-size: 14px;
	font-weight: 500;
	color: var(--red);
	padding: 0;
	margin: 5px 0 0;
    display: block;
    width: 100%;
}

.gfield.gfield_error {
	border-color: var(--red);
}

.gfield.gfield_error .gfield_label {
	color: var(--red);
}

.gform_validation_errors {
	outline: none !important;
}

h2.gform_submission_error {
	font-size: 18px;
	font-weight: 500;
	color: var(--red);
	outline: none !important;
}

h2.gform_submission_error:focus {
	outline: none;
}

.gform_confirmation_message {
    background: var(--green);
    color: var(--white);
    padding: 10px;
    margin: 0.5em 0 25px;
}

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none!important;
    position: absolute!important;
    left: -9000px;
}

.gform_footer .gform_button {
	margin: 0;
}

.gfield:after {
	content: " ";
	display: table;
	clear: both;	
}

.gfield .instruction {
	display: none;
}

.gform_required_legend {
	display: none;
}

.gsection_title {
	font-size: 20px;
	margin: 20px 0 0;
}

.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .gf_invisible {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.two-columns .gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.two-columns .gform_fields .gfield {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 100%;
}

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

	
}

@media only screen and (min-width:1024px) {
	
	.two-columns .gform_fields .gfield {
		width: 100%;
	}
	
	.two-columns .gform_fields .gfield.gfield--width-half {
		width: 50%;
	}

}

/***************************
          FOOTER
***************************/

.footer {
	padding: 50px 0;
	background-color: var(--xlightgrey);
}

.footer .tagline {
	text-align: center;
	margin: 0 0 50px;
}

.footer .contact {
	margin: 0 0 15px;
}

.footer .contact span {
	font-size: 20px;
	font-family: "Din", sans-serif;
	font-weight: 400;
	line-height: 150%;
	display: inline-block;
}

.footer .contact a {
	text-decoration: none;
	display: inline-block;
	background-image: url('./assets/images/arrow-right.svg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 19px 15px;
	padding: 5px 30px 5px 0;
}

.footer .contact a:hover {
	color: var(--grey);
	background-image: url('./assets/images/arrow-right-grey.svg');
}

.footer .socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 50px;
}

.footer .socials a {
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer .socials a svg {
	fill: var(--black);
	width: 26px;
	height: 26px;
	transition: all 0.3s ease;
}

.footer .socials a.facebook svg {
	height: 23px;
}

.footer .socials a:hover svg {
	fill: var(--grey);
}

.footer .info {
	width: 100%;
	max-width: 300px;
	margin: 0 0 30px;
}

.footer .gallery {
	margin: 0 auto 30px;
	width: 100%;
	max-width: 450px;
	position: relative;
}

.footer .gallery figcaption {
	width: 100%;
	position: absolute;
	background-color: var(--white);
	bottom: 0;
	left: 0;
	padding: 10px 20px;
	transition: all 0.5s ease;
	opacity: 0;
}

.footer .gallery:hover figcaption {
	opacity: 1;
}

.footer .copy {
	margin: 30px 0 20px;
	text-align: center;
}

.footer .copy a {
	text-decoration: none;
}

.footer .copy a:hover {
	text-decoration: underline;
}

.footer .copy span {
	display: block;
}

@media only screen and (min-width:768px) {
	
	.footer {
		padding: 90px 0 90px;
	}
	
	.footer .contact span {
		font-size: 24px;
	}
	
	.footer .tagline {
		margin: 0 0 80px;
	}
	
	.footer .copy span {
		display: inline-block;
	}
	
	.footer .copy span:before {
		content: '|';
		padding: 0 10px 0 5px;
	}
	
	.footer .copy span:first-child:before {
		display: none;
	}

}

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

}