/*
 Theme Name:     Brandeniers
 Theme URI:      Brandeniers.nl
 Description:    Brandeniers Child Theme
 Author:         Brandeniers
 Author URI:     Brandeniers.nl
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */



/*fonts & headings*/

.video-header {
  min-height: 50vh;
}

.video-header>.et_pb_text_inner {
  position: absolute;
  bottom: 0;
}

#page-container #et-boc h1 {
  font-size: 72px;
  font-weight: 800;
  text-transform: uppercase;
}


#page-container #et-boc h2 {
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
}

#page-container #et-boc h3 {
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
}

#page-container #et-boc h4 {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

#page-container #et-boc h5 {
  font-weight: bold;
  font-size: 17px;
}

@media (max-width: 768px) {
  #page-container #et-boc h1 {
    font-size: 36px;
  }

  #page-container #et-boc h2 {
    font-size: 32px;
  }

  button.previousCat {
    position: absolute;
    bottom: -65px;
    right: 60px;
  }

  button.nextCat {
    position: absolute;
    bottom: -65px;
    right: 0;
  }

  .video-header {
    min-height: 30vh;
  }

  .et_pb_button {
    font-size: 14px !important;
    width: 100%;
    text-align: center;
  }
}

#page-container #et-boc p {
  font-size: 16px;
  font-weight: 500;
}

#page-container #et-boc #main-content .et_pb_text_inner {
  font-weight: 600;
}

.subtitle {
  color: #3BA4FF;
  letter-spacing: 5px;
  font-weight: 600 !important;
  margin-top: 15px;
  margin-bottom: 15px;
}

:root {
  /* Default + branding colors */
  --blauw: #0086F4;
  --groen: #14B4A5;
  --rood: #D10D46;
}

.video-header-section::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #081d4bbb, transparent);
}



.gallery-grid .et_pb_gallery_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.gallery-grid .et_pb_gallery_image {
  height: 100%;
}

.gallery-grid img {
  object-fit: cover;
  height: 100%;
}

.gallery-grid .et_pb_gallery_item_0_0 {
  grid-area: 1 / 1 / 3 / 3;
  width: 100% !important;
  height: 100%;
}

.gallery-grid .et_pb_gallery_item_0_0 img {
  aspect-ratio: 1/1;
}

.gallery-grid .et_pb_gallery_item_0_1 img {
  aspect-ratio: 1/1;
}

.gallery-grid .et_pb_gallery_item_0_2 img {
  aspect-ratio: 1/1;
}

.gallery-grid .et_pb_gallery_item_0_3 img {
  aspect-ratio: 2/1;
}

.gallery-grid .et_pb_gallery_item_0_1 {
  grid-area: 1 / 3 / 2 / 4;
  width: 100% !important;
  height: 100%;
}

.gallery-grid .et_pb_gallery_item_0_2 {
  grid-area: 1 / 4 / 2 / 5;
  width: 100% !important;
  height: 100%;
}

.gallery-grid .et_pb_gallery_item_0_3 {
  grid-area: 2 / 3 / 3 / 5;
  width: 100% !important;
  height: 100%;
}

.gallery-grid .et_pb_gallery_item_0_4 {
  grid-area: 3 / 1 / 5 / 3;
  width: 100% !important;
  height: 100%;
}

.gallery-grid .et_pb_gallery_item_0_5 {
  grid-area: 3 / 3 / 5 / 5;
  width: 100% !important;
  height: 100%;
}

.afb-slide,
.text-slide {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: opacity 1.3s;
  margin-bottom: 0px !important;
}

.afb-slide.selected-cat,
.text-slide.selected-cat {
  opacity: 1;
  max-height: fit-content;
  visibility: visible;
}

.hoe-tp-werkt-cat {
  gap: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 !important;
  overflow-x: auto;
  overflow-y: hidden;
}

.hoe-tp-werkt-cat li {
  list-style-type: none;
  position: relative;
  min-width: fit-content;
}

.hoe-tp-werkt-cat li>a {
  color: unset;
  text-transform: uppercase;
  cursor: pointer;
}

.hoe-tp-werkt-cat li.selected-cat {
  font-weight: 700;
  color: #3ca4ff;
}

.hoe-tp-werkt-cat li.selected-cat:after {
  height: 2px;
  content: '';
  background: #3ba4ff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
}

ul.hoe-tp-werkt-cat:after {
  height: 2px;
  content: '';
  background: #3ba4ff20;
  width: 100%;
  position: absolute;
  bottom: -7px;
  left: 0;
}

button.previousCat,
button.nextCat {
  background: 0;
  border: 0;
  border: 2px solid #00a7ff;
  border-radius: 100%;
  width: 52px;
  height: 52px;
  background: #3ba4ff20;
  cursor: pointer;
}

.hoe-tp-werkt-cat button i {
  color: #00a7ff;
  font-size: 18px;
}

.text-slide ul {
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
  padding: 0;
}

.text-slide ul>li {
  margin-top: 15px;
  list-style-type: square;
}


.list {
  padding-left: 0 !important;
}

.list>li {
  list-style-type: square;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
}

#vsel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
}

#vsel .vsel-content {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #3ba4ff20;
}

.vsel-meta-date {
  color: #2da3f2;
}

.vsel-alignleft {
  width: 50% !important;
}

.vsel-alignright {
  width: 50% !important;
}

.vsel-meta-title {
  color: #fff;
  font-size: 24px;
}

.gform-theme--foundation .gform_fields {
  grid-row-gap: 16px !important;
}

@media (max-width: 1600px) {
  .vsel-meta-title {
    font-size: 20px !important;
  }
}

.vsel-read-more {
  background: #2ea3f2;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 700;
}

.hex-quote {
  position: absolute;
  bottom: 0;
  right: 0;
}

.schuine-image {
  height: 100%;
  margin-bottom: 0 !important;
}

.schuine-image .et_pb_image_wrap {
  height: 100%;
}

.quote-column {
  position: absolute;
  right: 0;
  bottom: -50px;
}

.quote-column img {
  object-fit: contain;
  height: 100%;
}

.cu-lightbox-off a {
  pointer-events: none;
}

.cu-lightbox-off .et_overlay {
  display: none !important;
}


@media (max-width: 1180px) {
  #vsel {
    grid-template-columns: 1fr;
  }

  .vsel-alignleft {
    width: 100% !important;
  }

  .vsel-alignright {
    width: 100% !important;
  }

  .quote-column {
    position: relative;
  }
}

a.mail,
a.phone {
  color: unset;
  display: flex;
  align-items: center;
}

a.mail:before {
  content: 'M';
  color: #00a7ff;
  font-weight: 700;
  margin-right: 35px;
}

a.phone:before {
  content: 'T';
  color: #00a7ff;
  font-weight: 700;
  margin-right: 35px;
}

.gform-body input,
.gform-body textarea {
  border: 0 !important;
}

input#gform_submit_button_1 {
  background: #001e4d;
  border-radius: 30px;
  padding: 10px 40px;
  font-weight: 700;
}

.gform_footer {
  justify-content: flex-end;
}

.gform_required_legend {
  display: none;
}

.footer-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 70px;
}

.footer-logos>div {
  margin: 0 !important;
}

@media (max-width: 768px) {
  .footer-logos {
    gap: 40px;
    justify-content: flex-start;
  }
}

@media (max-width: 981px) and (min-width: 768px) {

  .logo-row-header img {
    max-width: 75% !important;
  }

  .logo-row-header {
    row-gap: 50px;
  }

  .logo-row-header>div:nth-child(1),
  .logo-row-header>div:nth-child(2) {
    margin: 0;
    text-align: center;
    margin-inline: auto;
  }
}

@media (min-width: 768px) {

  .logo-row-header>div:nth-child(1),
  .logo-row-header>div:nth-child(2) {
    width: 20%;
    margin: 0;
  }

  .logo-row-header>div:nth-child(3),
  .logo-row-header>div:nth-child(4) {
    width: 30%;
    margin: 0;
  }

  .logo-row-header .et_pb_button_0_wrapper {
    display: flex;
    justify-content: flex-end;
    margin-right: 15px;
  }

  .vsel-info {
    display: flex;
    justify-content: flex-end;
  }

  .et_pb_button {
    font-size: 14px !important;
  }
}

.button-wrapper {
  position: absolute;
  right: 0;
  top: -75px;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #3BA4FF transparent;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
  cursor: pointer;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #3BA4FF;
  border-radius: 20px;
  border: 1px solid #3BA4FF;
}