/*
 * Theme Name: Veldhoven Verbindt
 * Template: Impreza
 * Version: 1.7.25
 * Author:	Yooker
 * Theme URI: https://yooker.nl
 * Author URI: https://yooker.nl
*/

/* Algemeen*/
html {
  scroll-behavior: smooth;
}

/* Wordt gebruikt in pagina's: Sponsoren 2025 */
@media screen and (max-width: 1100px) {
  .responsive-heading div.vc_col-sm-6:nth-child(1) {
    width: 75% !important;
  }
  .responsive-heading div.vc_col-sm-6:nth-child(2) {
    width: 25% !important;
  }
}

@media screen and (max-width: 767px) {
  .responsive-heading div.vc_col-sm-6:nth-child(1) {
    width: 100% !important;
  }
  .responsive-heading div.vc_col-sm-6:nth-child(2) {
    width: 100% !important;
  }
}

.three-column-stack:not(#secondary-columns-cards) .w-text-h {
  word-break: break-all;
}

.mobile-vote-button {
  display: none !important;
}

@media screen and (max-width: 900px) {
  .three-column-stack#secondary-columns-cards .w-text-h {
    word-break: break-all;
  }
  .two-column-stack > div.l-section-h > div.vc_row > div.wpb_column,
  .three-column-stack > div.l-section-h > div.vc_row > div.wpb_column,
  #sponsor-selling-points > div.wpb_column,
  .two-column-stack > div.wpb_column  {
    width: 100% !important;
    margin: 0 0 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .mobile-vote-button {
    display: block !important;
  }
}

/* pagina: home, section: wat wij doen */
.w-hwrapper.iconbox-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  text-align: center;
  margin-bottom: 3rem;
}
.w-hwrapper.iconbox-columns > .w-vwrapper {
  flex: 1 1 30%;
  max-width: 30%;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .w-hwrapper.iconbox-columns > .w-vwrapper {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* Voorgaande Edities */
.event-edition {
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 200ms ease-in-out, box-shadow 200ms ease-in-out;
}

.event-edition:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.event-edition img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms ease-in-out;
}

.event-edition:hover img {
  transform: scale(1.05);
}
.sponsor-logo img {
  object-fit: contain !important;
}

/* SPONSOR CARDS BEGIN */
#secondary-columns-cards {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 1rem;
  border-radius: 20px;
}

/* Perfoto's pagina tabel */
#press-downloads-frontend button {
	color: #000000;
}
#press-downloads-frontend table thead button {
	font-size: 1rem;
}

@media screen and (max-width: 1200px) {
  #secondary-columns-cards .column-sponsor-card {
    width: 50% !important;
  }
  #secondary-columns-cards .partner-card,
  #secondary-columns-cards .goud-card {
    margin-bottom: 2rem !important;
  }
}
.partner-card > .vc_column-inner > .wpb_wrapper {
  border: 4px solid transparent !important;
  border-radius: 12px !important;
  border-image: linear-gradient(to right, #fdf6c3, #fbe89b, #f9e06a) 1 !important;
}
.goud-card > .vc_column-inner > .wpb_wrapper {
  border: 4px solid transparent !important;
  border-radius: 12px !important;
  border-image: linear-gradient(to right, #f5c542, #f1b800, #ddb000) 1 !important;
}
.zilver-card > .vc_column-inner > .wpb_wrapper {
  border: 4px solid transparent !important;
  border-radius: 12px !important;
  border-image: linear-gradient(to right, #e0e0e0, #c0c0c0, #a8a8a8) 1 !important;
}
.brons-card > .vc_column-inner > .wpb_wrapper {
  border: 4px solid transparent !important;
  border-radius: 12px !important;
  border-image: linear-gradient(to right, #cd7f32, #b56a2d, #a0522d) 1 !important;
}

.partner-card > .vc_column-inner > .wpb_wrapper,
.goud-card > .vc_column-inner > .wpb_wrapper,
.zilver-card > .vc_column-inner > .wpb_wrapper,
.brons-card > .vc_column-inner > .wpb_wrapper {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
}

#secondary-columns-cards.sponsor-cards {
  max-width: none;
}
#secondary-columns-cards > .vc_column_container > .vc_column-inner {
  height: 100%;
}
#secondary-columns-cards
  > .vc_column_container
  > .vc_column-inner
  > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 2px solid var(--color-content-secondary);
  border-radius: 12px;
  padding: 1rem 1.5rem;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}
#secondary-columns-cards
  > .vc_column_container
  > .vc_column-inner
  > .wpb_wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
#secondary-columns-cards h3.w-text {
  text-align: center;
  color: var(--color-content-secondary);
  font-weight: 700;
  font-size: 1.7rem;
}
#secondary-columns-cards p {
  /* color: var(--color-content-secondary); */
  opacity: 0.6;
}
#secondary-columns-cards .wpb_text_column ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  line-height: 1.5;
}
#secondary-columns-cards .wpb_text_column ul li {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1.8rem;
}
#secondary-columns-cards .wpb_text_column ul li::before {
  content: "\f00c";
  font-family: "fontawesome";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--color-content-secondary);
}
@media screen and (max-width: 900px) {
  #secondary-columns-cards {
    padding: 1rem 0rem;
  }
  #secondary-columns-cards > .vc_column_container > .vc_column-inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 800px) {
  #secondary-columns-cards > .vc_column_container {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
/* Responsive */
@media (max-width: 767px) {
  #secondary-columns-cards {
    flex-direction: column !important;
  }
  #secondary-columns-cards > .vc_column_container {
    width: 100% !important;
    margin-bottom: 2rem;
  }
}
/* SPONSOR CARDS EINDE */

/* Wijzigingen Business event pagina */
#information-cards
  > div.wpb_column
  > div.vc_column-inner
  > div.wpb_wrapper
  > div:nth-child(2n + 1) {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
  padding: 2rem;
}
#information-cards
  > div.wpb_column
  > div.vc_column-inner
  > div.wpb_wrapper
  > div.w-vwrapper
  > div.w-iconbox
  > div.w-iconbox-icon {
  margin-right: 8px;
}
#information-cards > div.wpb_column > div.vc_column-inner {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
#information-cards .w-separator.size_small {
  height: 1.6rem !important;
}
#faq-accordeon .w-tabs-section-title {
  font-weight: bold;
  margin: 0.5rem 0 !important;
}
.addition-section-padding {
  padding-bottom: 8rem !important;
}
/* Business event 2025 */
@media screen and (max-width: 601px) {
  .addition-section-padding {
    padding-bottom: 6rem !important;
  }
  .hurrytimer-timer {
    justify-content: start !important;
  }
}

/* Countdown timer business event */
.hurrytimer-timer > .hurrytimer-timer-block > .hurrytimer-timer-label,
.hurrytimer-timer > .hurrytimer-timer-sep {
  font-weight: normal;
}
.hurrytimer-timer {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .hurrytimer-timer .hurrytimer-timer-digit, .hurrytimer-timer .hurrytimer-timer-sep {
    font-size: 3rem;
  }
}
@media screen and (max-width: 900px) {
  .hurrytimer-timer .hurrytimer-timer-digit, .hurrytimer-timer .hurrytimer-timer-sep {
    font-size: 2rem;
  }
}
@media screen and (max-width: 601px) {
  .hurrytimer-timer .hurrytimer-timer-digit, .hurrytimer-timer .hurrytimer-timer-sep {
    font-size: 1.5rem;
  }
}

/* Blog Pagina sjabloon wijzigingen */
body.single-post div.w-post-elm.post_taxonomy > a.w-btn {
  margin: 0 auto;
}

/* Ondernemersprijzen pagina Gravity Formulier */
#gform_confirmation_wrapper_5 {
  background: var(--color-content-bg-alt);
  padding: 3rem;
  border-radius: 2rem;
}
#gform_confirmation_message_5 {
  color: #000;
}

/* Contact page form */
/* #contact
  > div.l-section-h
  > div.vc_row
  > div.wpb_column:nth-child(2)
  > div.vc_column-inner {
  background: var(--color-alt-content-bg-grad) !important;
  color: #000 !important;
} */

/* 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 main color */
.logo-secondary i {
  color: var(--color-content-primary);
} /* Logo secondary color */

/* 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 0.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 0.3s;
}
.seopress-user-consent #seopress-user-consent-close:hover {
  border: none;
  background: none;
  color: red;
  transition: all ease 0.3s;
}
.seopress-user-consent p a:nth-child(2) {
  text-decoration: underline;
}
.seopress-user-consent p {
  padding-bottom: 0 !important;
}

/* Mobile Responsive */
@media screen and (max-width: 600px) {
  /* Footer */
  footer .w-tabs-section.active:not(.has_text_color) > .w-tabs-section-header {
    color: #fff;
  }
}

/* Tablet Responsive */
@media screen and (min-width: 601px) and (max-width: 1024px) {
}

/* 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) {
}
