/*--------------------------------------------------------------------------------------*\
| STRUCTURAL CHANGES
\*--------------------------------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
	 margin-left: calc(100vw - 100%); 
}
body{
  	margin: 0;
	Overflow-x: auto;
}
.wp-block-gallery{
	display: flex;
}
.wp-block-columns > .wp-block-column:nth-child(even){
	margin-left: 2em;
}
.entry-title{
    display: none;
}
body.no-scroll{
    overflow-y: hidden;
}
div:not(.entry-content) > figure{
    margin-bottom: 0;
}
div.wp-block-column > *:not(:last-child){
    margin-bottom: var(--content-padding-big);
}
.entry-content > div:first-child{
    margin-top: 0;
}
.gform_required_legend{
	display: none;
}
.gfield_consent_label{
    font-size: 15px;
}
.gfield_consent_label a{
    color: var(--color-primary);
}

ul.menu li{
	font-size: 17px;
    letter-spacing: 2px;
}

.entry-content > *,
.entry-content > .wp-block-columns {
    margin: var(--column-padding-medium) auto;
}

/* BUTTONS */
.wp-block-button__link{
    background-color:var(--color-primary);
}
.wp-block-button__link:hover{
    background: linear-gradient(0deg, rgba(249,201,198,1) 18%, rgba(14,134,215,1) 100%);
}
.gform_button.button{
    background-color: var(--color-primary);
    color: white;
    padding: 10px;
    border: 1px solid var(--color-primary);
}
.gform_button.button:hover{
    background-color: white;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

/* SWIPER */
.swiper-block{
    height: auto;
}
.swiper-block p{
    font-size: 16px;
}
.swiper-block img{
    height: 360px;
    width: 100%;
    object-fit: cover;
	max-width: 100vw;
}
.swiper {
    width: 600px;
    height: 400px;
}
.swiper-block > div:not(.swiper){
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
}
.swiper-wrapper{
    margin: 0 !important;
}
.swiper-slide {
    margin: 0 !important;
}
body .swiper-pagination{
    margin: 0 auto; 
}
.swiper-pagination-bullets{
    bottom: -35px !important;
    margin-bottom: 0;
}
.swiper-pagination-bullet{
    opacity: 0.6;
    background: var(--color-secondary);
}
.swiper-pagination-bullet-active{
    background-color: var(--color-primary);
}

figure.swiper-wrapper{
	gap: 0;
}

/* clickable-columns */
body .clickable-columns > div.wp-block-column > .wp-block-columns {
    margin-bottom: 2em !important;
}
body .clickable-columns figcaption{
    position: relative;
    z-index: 10;
    margin: 0;
    overflow: hidden;
}
body .clickable-columns figcaption a{
    color: white;
    background: linear-gradient(0deg, rgb(0 0 0 / 26%) 0%, rgba(255,255,255,0) 100%);
    font-size: 24px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	transition: font-size 0.5s;
	font-family: 'Orbitron', serif;
	letter-spacing: 5px;
	font-weight: 700;
}
body .clickable-columns figcaption a:before{
    content: '';
    background: linear-gradient(0deg, rgba(0,0,0, .75) 0%, rgba(0,0,0,0) 100%);
	opacity: .33;
    width: 100%;
    height: 50%;
    display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	transition: height 0.5s, opacity 0.5s;
}

body .clickable-columns figcaption a:hover:before{
	opacity: .66;
	height: 100%;
}

body .clickable-columns figcaption a:hover{
    font-size: 28px;
}
body .clickable-columns figure {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
body .clickable-columns figure > * {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 1;
    max-height: 400px;
}


/* option-1, option-2, option-3, option-4 */
body .option-1 figure, body .option-1 img, body .option-2 figure, body .option-2 img, body .option-3 figure, body .option-3 img,body .option-4 figure, body .option-4 img{
    height: 100%;
    padding: 0;
	max-height: 500px;
	min-width: 100%;
	object-fit: cover;
}
body .option-1, body .option-2, body .option-3, body .option-4{
    margin-top: 0;
    margin-bottom: 0;
}
body .text-block{
    margin-bottom: var(--column-padding-medium);
}

.entry-content > div:first-child > div > figure > img{
	max-height: 600px;
}

/*--------------------------------------------------------------------------------------*\
| HOME
\*--------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------*\
| OVER
\*--------------------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------------------*\
| DIENSTEN
\*--------------------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------------------*\
| PORTFOLIO
\*--------------------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------------------*\
| CONTACT
\*--------------------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------------------*\
| MEDIA QUERIES
\*--------------------------------------------------------------------------------------*/
@media screen and (max-width: 1800px){
    .entry-content > .alignwide {
        max-width: var(--content-width-medium)
    }
}
@media screen and (max-width: 1400px){
    .entry-content > .alignwide {
        max-width: var(--content-width-small)
    }
}
@media screen and (max-width: 1000px){
    .entry-content > .alignwide {
        max-width: var(--content-width-smallest)
    }
}
@media screen and (max-width: 580px){
    .entry-content > * {
        max-width: var(--content-width-smallest)
    }
	.swiper-block-1{
		flex-direction: column-reverse;
	}
	body .option-1, body .option-2, body .option-3, body .option-4{
    	gap: calc( 2 * var(--content-padding-medium));
	}	
	.swiper{
		max-width: 95vw;
		margin: 0 auto;
	}
	.swiper-block-1 > .swiper {
		padding-bottom: var(--content-padding-medium);
	}
	.swiper-block h4{
		text-align: center;
	}

}
