/*
 * Theme Name: Yooker Theme
 * Description: Yooker Theme
 * Template: Impreza
 * Version: 1.0
 * Author:	Yooker
 * Theme URI: https://yooker.nl
 * Author URI: https://yooker.nl
*/


/* Headings */
.heading-1 {
	font-family: var(--h1-font-family);
    font-size: var(--h1-font-size);
    line-height: var(--h1-line-height);
    font-weight: var(--h1-font-weight);
    text-transform: var(--h1-text-transform);
    font-style: var(--h1-font-style);
    letter-spacing: var(--h1-letter-spacing);
    margin-bottom: var(--h1-margin-bottom);
}
.heading-2 {
	font-family: var(--h2-font-family);
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height);
    font-weight: var(--h2-font-weight);
    text-transform: var(--h2-text-transform);
    font-style: var(--h2-font-style);
    letter-spacing: var(--h2-letter-spacing);
    margin-bottom: var(--h2-margin-bottom);
}
.heading-3 {
	font-family: var(--h3-font-family);
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height);
    font-weight: var(--h3-font-weight);
    text-transform: var(--h3-text-transform);
    font-style: var(--h3-font-style);
    letter-spacing: var(--h3-letter-spacing);
    margin-bottom: var(--h3-margin-bottom);
}
.heading-4 {
	font-family: var(--h4-font-family);
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height);
    font-weight: var(--h4-font-weight);
    text-transform: var(--h4-text-transform);
    font-style: var(--h4-font-style);
    letter-spacing: var(--h4-letter-spacing);
    margin-bottom: var(--h4-margin-bottom);
}
.heading-5 {
	font-family: var(--h5-font-family);
    font-size: var(--h5-font-size);
    line-height: var(--h5-line-height);
    font-weight: var(--h5-font-weight);
    text-transform: var(--h5-text-transform);
    font-style: var(--h5-font-style);
    letter-spacing: var(--h5-letter-spacing);
    margin-bottom: var(--h5-margin-bottom);
}
.heading-6 {
	font-family: var(--h6-font-family);
    font-size: var(--h6-font-size);
    line-height: var(--h6-line-height);
    font-weight: var(--h6-font-weight);
    text-transform: var(--h6-text-transform);
    font-style: var(--h6-font-style);
    letter-spacing: var(--h6-letter-spacing);
    margin-bottom: var(--h6-margin-bottom);
}


/* Separators */
.w-separator.size_small { height: 1rem !important; }
.w-separator.size_medium { height: 2rem !important; }
.w-separator.size_large { height: 4rem !important; }
.w-separator.size_huge { height: 8rem !important; }


/* - Algemeen - */
.no-click { pointer-events: none; } /* Clickthrough */
.overflow-slider .owl-stage-outer { overflow: visible; } /* Overflowing slider */
.logo-main i { color: var(--color-content-primary);}
.logo-secondary i { color: var(--color-content-secondary); }
.logo-faded-orange i { color: var(--color-alt-content-faded); }
.logo-tertiary i { color: var(--color-content-stars); }
.contain-img img { object-fit: contain; }
.smaller-banner-img > .l-section-img {
	width: 33.333%;
	margin-left: auto;
}

/* Scrollbar */
body::-webkit-scrollbar { width: 1em; }
body::-webkit-scrollbar-track {
    background:#fff;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--color-content-primary);
}


/* Gforms */
.gform_required_legend { display: none; }

/* Cookie Banner */
.seopress-user-consent {
	font-size: 1rem !important;
	padding: 0.75rem !important;
	background: #f7f7f7 !important;
	border-right: 0 !important;
}
.seopress-user-consent p a:first-child {
	content: "";
    background-image: url(/wp-content/uploads/2022/01/yooker-cookies.png);
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: cover;
    margin-bottom: -11px;
    margin-right: 13px;
}
.seopress-user-consent #seopress-user-consent-accept{
	background: var(--color-content-primary);
    color: #fff;
    padding: 0.5rem 2rem;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 600;
	margin-left: 50px !important;
	border: none;
	cursor: pointer;
	transition: all ease .3s;
}
.seopress-user-consent #seopress-user-consent-close {
	background: none;
    border: none;
    font-size: 13px;
    padding: 3px 20px;
    margin-top: 5px;
    font-weight: 600;
    color: #000;
	transition:all ease .3s;
}
.seopress-user-consent #seopress-user-consent-close:hover {
	border:none;
	background:none;
	color:red;
	transition:all ease .3s;
}
.seopress-user-consent p a:nth-child(2) {
	text-decoration:underline;
}
.seopress-user-consent p {
	padding-bottom:0 !important;
}


/* Homepage */
#home-banner::after {
	content: "";
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#zoeken-homepage .w-tabs-list {
	background: none;
}
#zoeken-homepage .w-tabs-list .w-tabs-item {
	background: var(--color-content-border);
	color: var(--color-content-text);
	font-weight: 600;
	padding: 0.75rem 1rem;
	border-radius: 0.5rem 0.5rem 0 0;
	border: 0;
}
#zoeken-homepage .w-tabs-list .w-tabs-item.active {
	background: var(--color-content-bg-alt);
}
#zoeken-homepage .w-tabs-list .w-tabs-item:not(:last-child) {
	margin-right: 0.5rem;
}

#artists-search,
#genres-search {
	display: flex;
	gap: 0.5rem;
}
#artists-search > .artist-search-button,
#genres-search > .genre-search-button { min-width: 175px; }
#populaire-zoekopdrachten {
	display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
#populaire-zoekopdrachten .populaire-zoekopdrachten-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
#populaire-zoekopdrachten .populaire-zoekopdrachten-grid a {
	background: #fff;
	color: var(--color-content-text);
	border: solid 1px var(--color-content-border);
	border-radius: 0.5rem;
	line-height: 1.4;
	padding: 0.25rem 0.5rem;
}
#populaire-zoekopdrachten .populaire-zoekopdrachten-grid a:hover {
	color: var(--color-content-primary);
}
#populaire-zoekopdrachten .populaire-zoekopdrachten-grid a i { margin-right: 0.5rem; }

.shape-divider::before {
	content: '';
    position: absolute;
	right: -7%;
	bottom: -60px;
    left: -7%;
    height: 55%;
    background: var(--color-content-bg-alt);
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    pointer-events: none;
}

#uitgelichte-review .w-grid-item-h > .w-vwrapper {
	background: linear-gradient(135deg,#171836 50%,#2C2EB0 100%)!important;
	position: relative;
}
#uitgelichte-review .w-grid-item-h > .w-vwrapper::before {
	content: "";
	background-image: url('/wp-content/uploads/2025/12/group-2.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 11.25rem;
	height: 6rem;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

#gform_2 #gform_submit_button_2 { margin: 0; }
#gform_2 .gform-footer { padding-bottom: 0;}

/* Genre carousel */
#genre-carousel .owl-item {
	transform: scale(0.9);
	transition: ease 0.3s;
}
#genre-carousel .owl-item.center {
	transform: scale(1.1);
}
#genre-carousel .owl-item.center + .owl-item {
	transform: scale(1);
}
#genre-carousel .owl-item.is-prev {
	transform: scale(1);
}
#genre-carousel .post_title b { display: block; }

#genre-carousel .post_title b::after { 
	content: "Resulaten";
	margin-left: 3px;
}

/* Reviews */
.review-wrapper button:hover {
	color: #fff !important;
}


/* Single artiest */
.w-right-top::before {
	content: "";
    background-image: url(/wp-content/uploads/2025/12/group.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    top: 0.25rem;
    right: 0;
    width: 180px;
    height: 96px;
    opacity: 0.5;
    pointer-events: none;
}
.boekingsopties-radio .boekingsoptie-item { display: block; }
.boekingsopties-radio .boekingsoptie-item:not(:last-child) { margin-bottom: 1rem; }

#spotify-embed iframe {
	height: 500px !important;
}

#uitgelichte-videos .yt-video {
	aspect-ratio: 16 / 9;
}
#uitgelichte-videos .yt-video iframe {
	height: 100%;
}

.artiest-faq .w-tabs-section {
	background: #fff;
	border: solid 1px var(--color-content-border) !important;
	border-radius: 0.5rem;
	overflow: hidden;
}
.artiest-faq .w-tabs-section:not(:last-child) {
	margin-bottom: 0.5rem;
}
.artiest-faq .w-tabs-section-header {
	background: #fff !important;
}
.artiest-faq .w-tabs-section-title {
	color: var(--color-content-secondary);
	font-size: 1.25rem !important;
	font-weight: 600;
	line-height: 1.2;
}
.artiest-faq .w-tabs-section-control::before {
	content: "\f0d7" !important;
	font-family: 'fontawesome';
	font-weight: 600;
	color: #fff;
	background: var(--color-content-primary);
	border: 0 !important;
	border-radius: 50% !important;
	margin: 0 !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	transform: rotate(0deg);
	transition: ease 0.3s;
}
.artiest-faq .w-tabs-section-header.active .w-tabs-section-control::before {
	transform: rotate(180deg);
}
.artiest-faq .w-tabs-section-control {
	transform: none !important;
}
.artiest-faq .w-tabs-section-content {
	padding-top: 0 !important;
}


/* Footer */
#footer-content::before {
	content: "";
    background-image: url(/wp-content/uploads/2025/12/group-1.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
	height: 100%;
    width: 1200px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
	pointer-events: none;
}
#footer-content .w-socials-item-link {
	background: var(--color-content-tertiary);
}
#footer-content .w-socials-item-link i {
	color: #fff;
}


/* Mobile Responsive */
@media screen and (max-width: 600px){	
	
	/* Header */
	.l-subheader.at_middle {
		padding: 0 2rem !important;
	}
	#main-menu {
		background: unset !important;
		border: unset !important;
		border-radius: unset !important;
	}
	#main-menu > .w-nav-control {
		line-height: 1;
        background: rgba(0, 0, 0, 0.4) !important;
        padding: 0.75rem 1rem;
        border: 1px solid rgba(222, 222, 237, 0.2) !important;
        border-radius: 12px !important;
	}
	#genre-carousel .owl-item {
		transform: none !important;
	}
	
	/* Footer */
	footer .w-tabs-section.active:not(.has_text_color)>.w-tabs-section-header{
		color: #fff;
	}
	
	/* Home */
	#artists-search,
	#genres-search { flex-wrap: wrap; }
	#artists-search > .artist-search-button,
	#genres-search > .genre-search-button {
		width: 100%;
	}
	
	/* Artiesten */
	.artist-filter .w-filter-opener {
		color: #fff;
		text-align: center;
		font-size: 1rem;
		font-weight: 600;
		line-height: 1.5;
		background: var(--color-content-primary);
		width: 100%;
		padding: 0.75em 1.125em;
		border: solid 2px var(--color-content-primary);
		border-radius: 0.5rem;
	}
	.artist-filter .w-filter-opener::before {
		content: "\f063";
		color: var(--color-alt-content-faded);
		font-family: 'fontawesome';
		font-weight: 400;
		margin-right: 5px;
	}
	
	
	/* Single Artiesten */
	.smaller-banner-img > .l-section-img {
		width: 50%;
	}
	.artiest-why-icon-wrappers .w-iconbox {
		display: flex !important;
	}
}

/* Tablet Responsive */
@media screen and (min-width: 601px) and (max-width: 1024px){
	
	/* Algemeen */
	.tablet-stacking > .wpb_column { width: 100%; }
	.tablet-stacking > .wpb_column:not(:last-child) { margin-bottom: 1rem; }
	
	.tablet-section-stacking .vc_row > .wpb_column { width: 100%; }
	.tablet-section-stacking .vc_row > .wpb_column:not(:last-child) { margin-bottom: 1rem; }
	
	/* Home */
	.home-categorieen a.w-btn {
		padding-left: 0.8em;
		padding-right: 0.8em;
	}
	#genre-carousel .owl-item {
		transform: none !important;
	}
	
	/* Footer */
	#footer-content .vc_col-sm-3 { width: 50%; }
	#footer-content .vc_col-sm-2 { 
		width: 33.333%; 
		margin-top: 2rem;
	}
}

/* Mobile & Tablet */
@media screen and (max-width: 1024px){

}

/* Vanaf laptop */
@media screen and (min-width: 1025px){
	
}

/* Laptop Responsive */
@media screen and (min-width: 1025px) and (max-width: 1536px){
	
}

/* Desktop Responsive */
@media screen and (min-width: 1537px){
	
}
