/**
 * Theme Name: Block n Roll
 * Version: 1.1.4
 * Author: DIGIWEDO
 * Author URI: https://digiwedo.nl/
 * Text Domain: blocknroll
 */

:root {
    --swiper-navigation-size: 2rem;
    --swiper-pagination-bullet-size: 0.5rem;
    --swiper-pagination-bullet-color: #000000;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-inactive-color: #000000;
    --swiper-pagination-bullet-inactive-opacity: 0.25;
    --swiper-pagination-bullet-horizontal-gap: 0.5rem;
    --swiper-pagination-bullet-vertical-gap: 0.5rem;
}

.hans {
    --swiper-navigation-size: 2rem;
    --swiper-pagination-bullet-size: 0.5rem;
    --swiper-pagination-bullet-color: #f00;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-inactive-color: #f00;
    --swiper-pagination-bullet-inactive-opacity: 0.25;
    --swiper-pagination-bullet-horizontal-gap: 0.5rem;
    --swiper-pagination-bullet-vertical-gap: 0.5rem;
}


/* Default styles */

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
}

header.wp-block-template-part {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 998;
	transition: .3s;
	background: transparent;
/* 	clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%); */

}



header.header-scrolled {
	background: var(--wp--preset--color--dark-blue-800);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	opacity: 0.9;
}

header.wp-block-template-part > div {
	background: transparent !important;
}

.header-scrolled .is-style-fill a {
	background: var(--wp--preset--color--shark-50) !important;
	border: 1px solid var(--wp--preset--color--shark-50);
	color: var(--wp--preset--color--dark-blue-800) !important;
}

.wp-block-group {
	scroll-margin-top: 120px;
}

.menu-gap {
	gap: 3rem !important;
}


@media (max-width: 1280px) {

}


@media (max-width: 768px) {

}


/* Marquee */
.swiper.marquee-swiper {
  margin-top: 4rem;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    white 10%,
    white 90%,
    transparent 100%
  );
}

.swiper.marquee-swiper .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
	
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;

}

/* Individual slides */
.swiper.marquee-swiper .swiper-wrapper .swiper-slide {
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
}







/* Hero */



.is-hero-inner {
	position: relative;
	max-width: 1920px;
	margin: auto !important;
	height: 90vh;
}

.is-not-home-hero {
	height: 40vh;
}

.is-hero-inner figure {
	position: absolute;
	right: 0;
	top: 0;
	height: calc(100% + 2rem);
	max-width: 50%;
	margin-block-start: 0;
}

.is-hero-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.is-hero-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4rem;
    bottom: calc(-4rem + 1px);
    left: -100%;
    background: var(--wp--preset--color--dark-blue-800);
}

.is-hero-inner:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 4rem;
    bottom: calc(-4rem + 1px);
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    background: var(--wp--preset--color--dark-blue-800);
}

.has-rotated-line-s:after {
    content: "";
	position: absolute;
    width: 100%;
    height: 2rem;
    bottom: calc(0px - 1px);
	left: 0;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background: var(--wp--preset--color--shark-50);
}


.is-hero-columns {
	height: 100%;
}

/* Verhalen */

.is-verhalen-col-text {
	position: relative;
	z-index: 2;
}

.is-verhalen-col-text:after {
	content: "";
	position: absolute;
	top: 0;
	right: calc(-3rem + 1px);
	width: 3rem;
	height: 100%;
	background: var(--wp--preset--color--hot-cinnamon-500);
	clip-path: polygon(0 100%, 100% 100%, 0 0);
	z-index: 2;
}

/* Video */
.open-video {
    position: relative;
	cursor: pointer;
	transition: .3s;
}

.open-video:hover:before {
	scale: 1.02;
}

.open-video:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8rem;
	height: 8rem;
	background-image: url('/wp-content/uploads/2025/06/Polygon-1.png');
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate(-50%, -50%);
	transition: .3s;
}


/* Donatie */

.form-col-inner {
	clip-path: polygon(0 5%, 100% 0, 100% 100%, 5% 95%);
}

.form-col-wrapper {
	position: relative;
}

.form-col-wrapper:after {
	content: "";
	background: var(--wp--preset--color--dark-blue-800);
	width: 100vw;
	height: 100%;
	position: absolute;
	right: calc(-100vw + 1px);
	top: 0;
}

/* Contact */

.is-contact-col-text {
	position: relative;
}

.is-contact-col-text:after {
	content: "";
	position: absolute;
	top: 0;
	left: calc(-3rem + 1px);
	width: 3rem;
	height: 100%;
	background: var(--wp--preset--color--hot-cinnamon-500);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	z-index: 2;
}

/* Marquee */

.is-marquee-pattern {
  overflow: hidden;
  position: relative;
  width: 100%;
	    text-wrap: nowrap;
	transform: skewY(-2deg);
	margin-left: 0 !important;
	margin-right: 0 !important;
	mask-image: linear-gradient(to right, transparent 0%, white 10%, white 90%, transparent 100%);
}

.is-marquee-pattern .wp-block-paragraph {
	  display: inline-block;
	  white-space: nowrap;
	  color: transparent !important;  
		font-style: italic;
	  -webkit-text-stroke: 2px orange;
	  font-size: 4.6rem;
	  font-family: 'Gravitas One', Helvetica, Arial, sans-serif;
	  font-weight: 900;
	  animation: marquee 16s linear infinite;
	  will-change: transform;
		padding: 0 6rem;
}

.is-marquee-pattern .wp-block-paragraph:after {
    content: "";
    position: absolute;
    right: -0.75rem;
    background-image: url(/wp-content/uploads/2025/06/Ellipse-2.svg);
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* Footer */
.is-footer-pattern {
	position: relative;
}

.is-footer-pattern:before {
	content: "";
	width: 100%;
	height: calc(2rem + 1px);
	background: var(--wp--preset--color--dark-blue-800);
	position: absolute;
	top: -2rem;
	left: 0;
	clip-path: polygon(0 100%, 0 0, 50% 100%, 50% 0, 100% 100%, 100% 100%);
}

/* Modal */

.is-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 2rem;
	min-width: 100%;
	min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
	margin-top: 0;
    display: none; 
}

.is-modal.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.is-modal::before {
    content: "";
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: -1;
}

.is-modal-close {
	cursor: pointer;
	transition: .3s;
	    margin-left: auto !important;
    margin-right: 0 !important;
}

.is-modal-close:hover {
	transform: translateY(0.2rem);
}

.is-modal video {
    vertical-align: middle;
    width: 100%;
    max-height: 75vh;
    object-fit: contain;
}




/*---------------------------------------- Gravity ----------------------------------------*/

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	    border-radius: 0.5rem;
    border: none;
    background: #F9F9F94D;
    padding: 1rem 0.75rem !important;
	color: var(--wp--preset--color--shark-50);
	outline: solid 1px var(--wp--preset--color--shark-50);
	font-family: var(--wp--preset--font-family--bricolage-grotesque);
	font-size: 1.25rem !important;
}

.gform_wrapper.gravity-theme .gfield_label {
	font-weight: 300 !important;
	font-size: 1.25rem !important;
}


.gfield-choice-input {
  appearance: none;
  -webkit-appearance: none;
  background-color: #F9F9F94D;
  border: 1px solid var(--wp--preset--color--shark-50);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;      
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  transition: 0.4s;
  position: relative;
}


.gfield-choice-input:checked::before {
  content: '';
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 50%;
    background: var(--wp--preset--color--shark-50);
    position: absolute;
    top: 2px;
    left: 2px;
}

.button-icon-wrapper {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.button-arrow-icon {
  display: inline-flex;
  align-items: center;
  margin-left: 0.5em;
  width: 1.25em;
  height: 1.25em;
  pointer-events: none;
  background: url('/wp-content/uploads/2025/06/Vector-7.svg') no-repeat center center / contain;
  transition: filter .3s;
}

.button-icon-wrapper {
  display: inline-flex;
  align-items: center;
  position: relative;
}

/* Doneren button */
.button-icon-wrapper input#gform_submit_button_1 {
    border: none;
    background: var(--wp--preset--color--shark-50);
    border-radius: 999px;
    padding: 0.5rem 2.5rem 0.5rem 0.75rem; /* extra rechts voor pijl */
	color: var(--wp--preset--color--dark-blue-800);
	font-family: var(--wp--preset--font-family--bricolage-grotesque);
	cursor: pointer;
	font-size: 1.25rem;
	font-weight: 500;
	border: 1px solid var(--wp--preset--color--shark-50);
	transition: .3s;
    width: auto;
    z-index: 1;
	margin-bottom: 0 !important;
}


/* Contact button */
.button-icon-wrapper input#gform_submit_button_2 {
    background: transparent;
    border-radius: 999px;
    padding: 0.5rem 2.5rem 0.5rem 0.75rem; 
	color: var(--wp--preset--color--shark-50);
	font-family: var(--wp--preset--font-family--bricolage-grotesque);
	cursor: pointer;
	font-size: 1.25rem;
	font-weight: 500;
	border: 1px solid var(--wp--preset--color--shark-50);
	transition: .3s;
    width: auto;
    z-index: 1;
	margin-bottom: 0 !important;
}


.button-arrow-icon {
  position: absolute;
  right: 1rem; 
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  display: inline-block;
  background: url('/wp-content/uploads/2025/06/Vector-7.svg') no-repeat center center / contain;
  z-index: 2;
  transition: filter .3s;
}

#gform_2 .button-arrow-icon {
	background: url('/wp-content/uploads/2025/06/Vector-6.svg') no-repeat center center / contain;
}


.ginput_recaptcha iframe {
    transform: scale(0.8);
    transform-origin:0 0;
}



/*---------------------------------------- Responsive ----------------------------------------*/

@media (max-width: 1440px) {
	.is-hero-title-column {
		display: flex !important;
   		justify-content: center;
		flex-direction: column;
        align-content: center;
        align-items: center;
	}
	/* 	Menu */
	div#modal-3 {
    padding: 3rem 1.5rem;
    background: var(--wp--preset--color--dark-blue-800);
    color: var(--wp--preset--color--shark-50);
	max-height: max-content;
		clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);

}
}
	
@media (max-width: 768px) {
/* 	Hero */
	
	.is-doneren-hero {
		padding-top: 10rem !important;
	}
	
	.is-pattern-hero {
		padding-top: 0 !important;
	}
	
	.is-hero-home-text {
		text-align: center;
		padding-left: 3rem;
		padding-right: 1rem;
	}
	
	.is-hero-italic-text {
		text-align: center;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	
	.is-hero-inner {
		height: auto;
	}	
	.is-hero-inner figure {
		height: auto;
   		max-width: 100%;
		position: static;
}
	.is-hero-inner:before, .is-hero-inner:after, .has-rotated-line-s:after {
		display: none;
	}
	.has-rotated-line-mobile:before {
    	content: "";
    	position: absolute;
    	background: transparent;
    	left: 0;
    	bottom: calc(0px - 1px);
    	width: 50%;
    	height: 1rem;
    	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
	.has-rotated-line-mobile:after {
    	content: "";
		display: block;
   		position: absolute;
    	background: var(--wp--preset--color--shark-50);
    	right: 0;
		left: inherit;
    	bottom: calc(0px - 1px);
    	width: 50%;
    	height: 1rem;
    	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
	.is-hero-columns {
		position: relative;
	}
	.is-hero-columns:after {
    	content: "";
        height: 1rem;
        width: 100%;
        background: var(--wp--preset--color--dark-blue-800);
        position: absolute;
        bottom: calc(-1rem + 1px);
        clip-path: polygon(0 0, 100% 100%, 100% 0);
}
	.is-hero-title-column {
		padding-top: 10rem !important;
	}
/* 	Verhalen */
	.is-verhalen-col-text {
		margin-right: 2rem !important;
		z-index: 0;
	}
	.is-verhalen-col-text:after {
		content: "";
    	position: absolute;
    	bottom: calc(-2rem + 1px);
		top: unset;
    	left: 0;
    	width: 100%;
    	height: 2rem;
    	background: var(--wp--preset--color--hot-cinnamon-500);
    	clip-path: polygon(0 100%, 100% 0, 0 0);
    	z-index: 2;
	}
	.is-pattern-verhalen figure {
		width: calc(100% - 2rem);
        margin-top: -3rem !important;
        margin-left: auto !important;
	}
	
	figure.open-video {
	  position: relative;
	  display: block;
	  width: 100%;
	  margin: 0;
	  aspect-ratio: 16 / 9;
	  overflow: visible;
	}

	figure.open-video img {
	  display: block;
	  width: 100%;
	  height: auto;
	  object-fit: cover;
	}

	figure.open-video::before {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 4rem;
	  height: 4rem;
	  background-image: url('/wp-content/uploads/2025/06/Polygon-1.png');
	  background-repeat: no-repeat;
	  background-size: 100% 100%; /* vervangt 'contain' → stretcht volledig */
	  background-position: center;
	  display: block;
	  z-index: 2;
	  pointer-events: none;
	}
	
	figure.open-video.has-rotated-line-mobile::before {
	  clip-path: none !important;
	}


	
	#spu-307 .spu-container {
		padding: 2rem !important;
	}
	
	/* 	Contact */
	.is-contact-col-text {
		margin-right: 2rem !important;
	}
	.is-contact-col-text:after {
		content: "";
    	position: absolute;
    	bottom: calc(-2rem + 1px);
		top: unset;
    	left: 0;
    	width: 100%;
    	height: 2rem;
    	background: var(--wp--preset--color--hot-cinnamon-500);
    	clip-path: polygon(0 100%, 100% 0, 0 0);
    	z-index: 2;
	}
	.is-pattern-contact figure {
		width: calc(100% - 2rem) !important;
        margin-top: -3rem !important;
        margin-left: auto !important;
	}
/* 	Donatie */
	.form-col-wrapper:after {
		content: unset;
	}
	.form-col-inner {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 5% 97%);
}
/* 	Marquee */
	.is-marquee-pattern .wp-block-paragraph {
/* 		font-size: 2.6rem; */
	}
/* 	Footer */
	.is-footer-pattern * {
		text-align: left;
	}
	.is-footer-pattern figure {
		width: 50%;
		        margin-right: auto !important;
        margin-left: unset !important;
	}
	.is-footer-pattern:before {
		    height: calc(1rem + 1px);
		top: -1rem;
	}
	.is-footer-bottombar {
		
	}
	.is-footer-topbar {
		padding-bottom: 1rem !important;
	}
}

/* Donatie formulier */
body .gform_wrapper ::placeholder,
body .gform_wrapper ::-webkit-input-placeholder,
body .gform_wrapper input[placeholder] {
  	color: #ffffff;
	font-weight: 200;
    font-size: 14px;
}

select#input_1_5 {
	width: 100%;
}

div#input_1_10 {
	display: grid;
	gap: 0.75rem;
}

.gform_wrapper.gravity-theme .gfield input.medium, .gform_wrapper.gravity-theme .gfield select.medium {
	width: 100% !important;
}

/* Override de default .ginput_card_field styling */
#gform_wrapper_1 .ginput_container_mollie_components .ginput_card_field {
  border-radius:    0.5rem       !important;
  border:           none         !important;
  background:       #F9F9F94D   !important;
  padding:          0.75rem      !important;
  color:            var(--wp--preset--color--shark-50) !important;
  outline:          solid 1px var(--wp--preset--color--shark-50) !important;
  font-family:      var(--wp--preset--font-family--bricolage-grotesque) !important;
  font-size:        1.25rem      !important;
  letter-spacing:   normal       !important;
  display:          block        !important;
  width:            100%         !important;
}*/


/* 1. De wrapper van elk Mollie-veld (kaartnummer, expiry, CVC, etc.)
#gform_wrapper_1 .ginput_container_mollie_components .mollie-component {
  border-radius: 0.5rem !important;
  border: none !important;
  background: #F9F9F94D !important;
  padding: 0.75rem !important
  color: var(--wp--preset--color--shark-50) !important;
  outline: solid 1px var(--wp--preset--color--shark-50) !important;
  font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;
  font-size: 1.25rem !important;
}*/

/* 2. Labels van de velden */
.gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gform_fileupload_rules, .gform_wrapper.gravity-theme .ginput_complex label {
  font-weight: 300 !important;
  font-size: 1.25rem !important;
}



/*.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
	border-radius: 0.5rem; 
	border: none; 
	background: #F9F9F94D;
	padding: 1rem 0.75rem !important; 
	color: var(--wp--preset--color--shark-50); 
	outline: solid 1px var(--wp--preset--color--shark-50); 
	font-family: var(--wp--preset--font-family--bricolage-grotesque); 
	font-size: 1.25rem !important; 
}*/

/* Target your specific form/field: #1 = form ID, 13 = field ID */
#gform_wrapper_1 #input_1_13 {
  font-size: 14px !important;      /* adjust to taste */
  line-height: 1.4;                 /* optional, for vertical centering */
}

/* Sometimes you also want to nudge the <option> text itself */
#gform_wrapper_1 #input_1_13 option {
  font-size: 14px !important;
}

/* WPML Language Switcher*/
.wpml-language-switcher-block li[data-wpml="current-language-item"] {
	display: none !important;
}

/* hide the current language in the Gutenberg Navigation Language Switcher */
.wpml-language-switcher-navigation-block li[data-wpml="current-language-item"] {
  display: none !important;
}
