/*
Theme Name: DODO Theme
Theme URI: https://dodo.nl/
Author: DODO Internet
Author URI: https://dodo.nl/
Description: Theme from DODO Internet and Studioviv. This theme only works in combination with the plugin Advanced Custom Field PRO. And can be intregrated with WooCommerce and Contact Form 7.
Version: 7.5
License: GNU General Public License v2 or later
License URI: ONLY for DODO and Studioviv
Text Domain: dodo_theme
*/

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    src: url('inc/DM_Sans/DMSans-VariableFont_opsz,wght.ttf');
}

@font-face {
    font-family: 'DM Sans';
    font-style: italic;
    src: url('inc/DM_Sans/DMSans-Italic-VariableFont_opsz,wght.ttf');
}

.admin-only {
  display: none;
}

.logged-in .admin-only {
  display: block;
  opacity: 0.75;
}

/* ========== CSS ========== */
html, body, html a {
  -webkit-font-smoothing: antialiased !important;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html body {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--global-black);
}

h1 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 25px;
}

h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 25px;
}

h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

h4, h5, h6 {
  margin-bottom: 20px;
}

p {
  line-height: 30px;
  margin-bottom: 20px;
}

b, strong {
  font-weight: 700;
}

a {
  color: var(--global-color-1);
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

a:hover {
  color: var(--global-color-2);
  text-decoration: none;
}

a:active {
  color: var(--global-black);
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ========== General ========== */
.content-area {
  height: auto !important;
}

.dodorow {
  position: relative;
}

.dodorow:first-child[class^=bg-] {
  margin-top: -90px !important;
}

.dodorow:last-child[class^=bg-] {
  margin-bottom: -45px;
}

.dodorow[class^=bg-] {
  margin: 45px 0;
}

.no-top-margin.dodorow[class^=bg-] {
  margin-top: -45px;
}

.same-bg-color.dodorow[class^=bg-] {
  margin-top: -135px;
}

.row {
  padding: 45px 0;
}

.dodorow[class^=bg-] div:not(.container-fluid) .row {
  padding: 90px 0;
}

.dodo-row {
  margin-top: -15px;
  margin-bottom: -15px;
}

.dodo-col {
  margin-top: 15px;
  margin-bottom: 15px;
}

.valign {
  display: flex;
  align-items: center;
}

.valign .inner {
  width: 100%;
}

.row-title {
  margin-bottom: 45px;
}

.row-subtitle {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--global-color-1);
  margin-bottom: 15px;
}

.row-text ul {}

.row-text li {
  line-height: 30px;
}

.row-text table {
  width: 100%;
}

.row-text td {
  line-height: 30px;
}

.wp-element-button,
.butn {
  display: inline-block;
  min-width: 235px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border: 1px solid var(--global-color-1);
  background-color: var(--global-color-1);
  color: var(--global-white) !important;
  margin-top: 25px;
  padding: 10px 45px;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
  clip-path: polygon(calc(0% + 20px) 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}

.butn-white {
  border-color: var(--global-white);
  background-color: var(--global-white);
  color: var(--global-color-1) !important;
}

.butn-red {
  border-color: var(--global-color-2);
  background-color: var(--global-color-2);
  color: var(--global-white) !important;
}

.butn-red:hover {
  border-color: var(--global-color-1);
  background-color: var(--global-color-1);
  color: var(--global-white) !important;
}

.wp-element-button:hover,
.butn-white:hover,
.butn:hover {
  border-color: var(--global-color-2);
  background-color: var(--global-color-2);
  color: var(--global-white) !important;
}

.wp-element-button:active,
.butn-white:active,
.butn-red:active,
.butn:active {
  border-color: var(--global-black);
  background-color: var(--global-black);
  color: var(--global-white) !important;
}

.arrow-butn,
.file-butn {
  display: flex;
  gap: 15px;
  align-content: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: var(--global-black);
}

.arrow-butn::before{
  content: url('img/arrow.svg');
  line-height: 0;
}

.file-butn::before {
  content: url('img/file.svg');
  line-height: 0;
}

.arrow-butn:hover,
.file-butn:hover {
  color: var(--global-color-2);
}

.arrow-butn:active,
.file-butn:active {
  color: var(--global-color-1);
}

.butns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.butns .butn {
  margin: 0;
}

.smediabutn {
  position: relative;
  display: inline-block;
  border: 0 solid var(--global-color-1);
  border-radius: 50%;
  background-color: var(--global-color-1);
  color: var(--global-white);
  height: 40px;
  width: 40px;
  margin: 0 5px 5px;
}

.smediabutn:hover {
  border-color: var(--global-color-2);
  background-color: var(--global-color-2);
  color: var(--global-white);
}

.smediabutn:active {
  border-color: var(--global-black);
  background-color: var(--global-black);
  color: var(--global-white);
}

.smediabutn.whatsapp {
  border-color: transparent;
  background-color: transparent;
}

.smediabutn i,
.smediabutn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.smediabutn i {
  font-size: 18px;
}

.smediabutn svg {
  width: auto;
  height: 18px;
}

.smediabutn.whatsapp svg {
  width: auto;
  height: 40px;
}

.smediabutn:not(.whatsapp) svg path {
  fill: var(--global-white);
  transition: fill .2s ease;
}

.smediabutn:not(.whatsapp):hover svg path {
  fill: var(--global-white);
}

.smediabutn:not(.whatsapp):active svg path {
  fill: var(--global-white);
}

.smedia {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.smedia.text-center,
.text-center .smedia {
  justify-content: center;
}

.smedia .smediabutn {
  margin: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.shortcode-contact {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.shortcode-contact .contact-item {
  display: block;
  font-size: 22px;
  line-height: 39px;
  color: var(--global-black);
  transition: color .2s ease;
}

.bg-black .shortcode-contact .contact-item {
  color: var(--global-white);
}

.shortcode-contact .contact-item:hover {
  color: var(--global-color-2);
}

.shortcode-contact .contact-item:active {
  color: var(--global-color-1);
}

.shortcode-contact .contact-item .contact-salutation {
  font-weight: 700;
  color: var(--global-color-2);
}

.shortcode-contact .contact-item .contact-label {

}

/* ========== Header ========== */
#masthead {
  position: relative;
  margin-bottom: 90px;
}

#masthead .row {
  padding: 0;
}

#masthead .header-logo {
  position: relative;
}

#masthead .site-branding {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 185px;
  max-width: 100%;
  margin: 0;
  padding: 50px 25px 25px;
  z-index: 1;
  filter: drop-shadow(0px 0px 18px rgba(0, 0, 0, 0.25));
}

#masthead .site-branding::before {
  /* content: url('img/logo-behind.svg'); */
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: calc(100% + 45px);
  background-color: var(--global-white);
  transform: translateX(-50%);
  line-height: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 45px), 0% 100%);
}

#masthead .site-branding .logo {
  position: relative;
  /* top: 37.5%; */
  /* left: 48%; */
  /* transform: translate(-50%, -50%); */
  /* width: calc(100% - 70px); */
}

#masthead .header-socials {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

#masthead .header-socials .smediabutn {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: var(--global-color-2);
  margin: 0;
}

#masthead .navbar-toggler {
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 7px;
}

#masthead .navbar-toggler-icon {
  width: max-content;
  height: max-content;
  /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); */
}

#masthead .navbar {
  width: 100%;
  margin: 0;
  padding: 10px 0 0;
}

#masthead .navbar-brand {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

#masthead .navbar-nav {
  margin: 0 -25px;
}

#masthead .nav-item .nav-link {
  font-size: 18px;
  font-weight: 400;
  color: var(--global-white);
  padding: 15px 25px 30px;
}

#masthead .nav-item .nav-link:hover {
  color: var(--global-color-2);
}

/* #masthead .nav-item.active .nav-link, */
#masthead .nav-item .nav-link:active {
  color: var(--global-color-1);
}

#masthead .dropdown-menu {
  border: 0;
  margin-top: 0;
  padding: 0;
  border-radius: 0;
}

#masthead .navbar-nav .dropdown-item {
  background-color: var(--global-grey);
  color: var(--global-black);
  padding: 10px 20px;
}

#masthead .navbar-nav .dropdown-item:hover {
  background-color: var(--global-color-2);
  color: var(--global-white);
}

#masthead .navbar-nav .dropdown-item.active,
#masthead .navbar-nav .dropdown-item:active {
  background-color: var(--global-black);
  color: var(--global-white);
}

#masthead .header-border {
  display: block;
  width: 100%;
  height: 9px;
}

#masthead .header-translate {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px 5px 15px;
  background-color: var(--global-white);
  color: var(--global-black);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#masthead .header-translate .wpml-ls-legacy-dropdown {
  width: auto;
}

#masthead .header-translate .wpml-ls-legacy-dropdown a {
  border: 0;
  background-color: var(--global-white);
  color: var(--global-black);
}

#masthead .header-translate .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: 0;
  background-color: var(--global-white);
  color: var(--global-black);

}

#masthead .header-translate .gt_switcher-popup {
  display: flex;
  align-items: center;
  justify-content: center;
}

#masthead .header-translate .gt_switcher-popup img {
  margin-right: 5px;
}

/* ========== Dodo Rows ========== */
.header-row {
  position: relative;
  width: 100%;
  height: 0px;
  margin: 45px 0;
}

.header-row::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(16, 16, 16, 0.8) 34.62%, rgba(16, 16, 16, 0) 100%);
}

.header-row.size-small {
  height: 250px;
}

.header-row.size-large {
  height: 635px;
}

.header-row .header-image {
  width: 100%;
  height: 100%;
}

.header-row .header-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.header-row  .youtube-header {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.header-row .youtube-header iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1920px;
  height: 1080px;
  min-width: 800px;
  border: 0;
  pointer-events: none;
  /* -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.header-row .header-content {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  /* height: 9px; */
  z-index: 1;
}

.header-row .header-content .content-item {
  padding-bottom: 135px;
}

.header-row .header-content .row-title {
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
  color: var(--global-white);
  margin-bottom: 15px;
}

.header-row .header-content .row-subtitle {
  font-size: 35px;
  font-weight: 400;
  line-height: 55px;
  text-transform: none;
  color: var(--global-white);
}

#masthead .megamenu-nav .megamenu-items,
.header-row .header-content .header-blocks {
  position: relative;
}

.header-row .header-content .block-items {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  width: 100%;
  padding: 35px 0;
  transform: translateY(-50%);
  filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.2));
}

#masthead .megamenu-nav .megamenu-items {
  display: flex;
  width: 100%;
  background-color: var(--global-white);
  padding: 35px 0;
  filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.2));
}

.header-row .header-content .block-items::before {
  /* content: url('img/bg-header-blocks.svg'); */
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 90px);
  height: 100%;
  background-color: var(--global-white);
  box-shadow: 7px 8px 24px 0px #00000033;
  transform: translate(-50%, -50%);
  line-height: 0;
  clip-path: polygon(calc(0% + 45px) 0%, 100% 0%, calc(100% - 45px) 100%, 0% 100%);
}

#masthead .megamenu-nav .megamenu-item,
.header-row .header-content .block-item {
  position: relative;
  flex: 0 0 20%;
  display: block;
  border-right: 2px solid var(--global-grey);
  padding: 0 15px;
}

#masthead .megamenu-nav .megamenu-item:last-of-type,
.header-row .header-content .block-item:last-of-type {
  border-right: 0;
}

#masthead .megamenu-nav .megamenu-icon,
.header-row .header-content .block-icon {
  position: relative;
  width: 100%;
  height: 70px;
  padding-top: 10px;
}

#masthead .megamenu-nav .megamenu-icon-img,
.header-row .header-content .block-icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

#masthead .megamenu-nav .megamenu-number,
.header-row .header-content .block-number {
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: var(--global-white);
}

#masthead .megamenu-nav .megamenu-number::before,
.header-row .header-content .block-number::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--global-color-2);
  transform: translate(-50%, -50%);
}

#masthead .megamenu-nav .megamenu-number span,
.header-row .header-content .block-number span {
  position: relative;
}

#masthead .megamenu-nav .megamenu-label,
.header-row .header-content .block-label {
  display: block;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--global-black);
  margin: 15px 0 0;
  transition: color .2s ease;
}

#masthead .megamenu-nav a.megamenu-item:hover .megamenu-label,
.header-row .header-content a.block-item:hover .block-label {
  color: var(--global-color-2);
}

#masthead .megamenu-nav a.megamenu-item:active .megamenu-label,
.header-row .header-content a.block-item:active .block-label {
  color: var(--global-color-1);
}

.header-row .block-prev {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 75px;
  padding-left: 30px;
  flex: 0 0 45px;
}

.header-row .block-prev::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  background-color: var(--global-white);
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}

.header-row .block-next {
  position: relative;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  width: 75px;
  padding-left: 30px;
  flex: 0 0 45px;
}

.header-row .block-next::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  background-color: var(--global-white);
}

.header-row .block-prev svg,
.header-row .block-next svg {
  position: relative;
}

.image_text-row.side-left .inner {
  padding-left: 45px;
}

.image_text-row.side-right .inner {
  padding-right: 45px;
}

.image_text-row .main-image .main-image-img {
  width: 100%;
}

.image_text-row .container-fluid {
  padding: 0;
}

.image_text-row .container-fluid .row {
  padding: 0;
  margin: 0;
}

.image_text-row .container-fluid .inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.image_text-row .container-fluid .main-image {
  width: 100%;
  height: 100%;
  min-height: 350px;
}

.image_text-row .container-fluid .main-image .main-image-img {
  height: 100%;
  object-fit: cover;
}

.image_text-row .row-title {
  margin-bottom: 25px;
}

.image_text-row .file-butn {
  margin-top: 45px;
}

.dividing_line-row .lijn {
  background-color: var(--global-grey);
  /* background-image: url('img/line.svg'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 2px;
  width: 100%;
}

.post-row .row-title {
  margin-bottom: 70px;
}

.post-row .post-item {
  height: 100%;
  background-color: var(--global-white);
  box-shadow: 3px 3px 25px 0px #00000033;
  border-radius: 4px;
  overflow: hidden;
}

.post-row .post-item .post-image {
  position: relative;
  display: block;
  width: 100%;
  background-color: var(--global-grey);
  padding-top: 68.5%;
}

.post-row .post-item .post-image::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 115px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.post-row .post-item .post-image-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.post-row .post-item .post-image .post-title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px;
  z-index: 1;
  color: var(--global-white);
}

.post-row .post-item .post-inner {
  padding: 25px;
  /* background-color: var(--global-grey); */
}

.post-row .post-item .post-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--global-black);
  margin-bottom: 0;
}

.post-row .post-item .post-date {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: var(--global-black);
  margin-bottom: 15px;
}

.post-row .post-item .post-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-row .post-item .product-content {
}

.post-row .post-item .product-year-hours table {
  width: 100%;
}

.post-row .post-item .product-year-hours td {
  padding: 5px 10px 5px 0;
}

.post-row .post-item .product-year-hours .name {
  font-size: 20px;
  font-weight: 400;
  color: var(--global-black);
}

.post-row .post-item .product-year-hours .value {
  font-size: 20px;
  font-weight: 700;
  color: var(--global-color-2);
}

.post-row .post-item .product-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.post-row .pagination {
  margin: 25px 0;
}

.post-row .pagination .page-numbers {
  padding: 7px 15px;
  margin-right: 10px;
  border: 1px solid var(--global-color-1);
  background-color: var(--global-white);
  color: var(--global-color-1);
}

.post-row .pagination .page-numbers:hover {
  border-color: var(--global-color-1);
  background-color: var(--global-color-1);
  color: var(--global-white);
}

.post-row[class^=bg-] .button-space {
  height: 25px;
  width: 100%;
}

.post-row[class^=bg-] .butn {
  position: absolute;
  top: calc(100% + 90px);
  left: 50%;
  margin: 0;
  padding: 15px 45px;
  transform: translate(-50%, -50%);
}

.gallery-row .carousel-multislide .slider-image {
  display: block;
  width: 100%;
  height: 170px;
}

.gallery-row .carousel-multislide .slider-image .slider-image-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: grayscale(100%);
  transition: filter .2s ease;
}

.gallery-row .carousel-multislide .slider-image:hover .slider-image-img {
  filter: grayscale(0%);
}

.gallery-row .grid {
  margin: 5px -10px;
  width: calc(100% + 20px) !important;
}

.gallery-row .grid:after {
  content: '';
  display: block;
  clear: both;
}

.gallery-row .grid-sizer,
.gallery-row .grid-item {
  width: 33.333%;
}

.gallery-row .grid-item {
  float: left;
  padding: 10px;
}

.gallery-row .grid-item img {
  display: block;
  width: 100%;
}

.videos-row .video-item {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 800px;
  margin: 15px auto;
  cursor: pointer;
}

.videos-row .video-item::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.videos-row .video-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 9;
}

.videos-row .video-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.instagram-row .insta-item {
  position: relative;
  width: 100%;
  padding: 15px 0;
}

.instagram-row .insta-item::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.instagram-row .insta-item img,
.instagram-row .insta-item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.instagram-row .scroll-item {
  padding: 0 15px;
}

.instagram-row .scroll-item video,
.instagram-row .scroll-item .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 250px;
  height: 250px;
}

.instagram-row .smedia {
  justify-content: center;
  margin-bottom: 15px;
}

.table-row .row {
  padding: 45px 0;
}

.table-row .table-container {
  overflow-x: scroll;
  margin-bottom: 15px;
}

.table-row table {
  min-width: 500px;
  width: 100%;
}

.table-row tr:nth-child(odd) {
  background-color: var(--global-grey);
}

.table-row tr:first-child {
  background-color: var(--global-color-1);
  color: var(--global-white);
  font-weight: 700;
}

.table-row th,
.table-row td {
  padding: 15px 20px;
}

.table-row th.price,
.table-row td.price {
  text-align: right;
}

.table-row td.price::before {
  content: "€ ";
}

.accordion-row .card {
  border: 0;
  background-color: var(--global-white);
  border-radius: 0;
  margin-bottom: 15px;
}

.accordion-row .card-header {
  position: relative;
  background-color: var(--global-grey);
  border: 0;
  border-radius: 0;
  padding: 0;
  transition: background-color .2s ease;
}

.accordion-row .card-header .btn {
  padding: 25px 30px;
}

.accordion-row .card-header .btn[aria-expanded=true] {
  background-color: var(--global-color-1);
}

.accordion-row .card-header h4 {
  display: inline-block;
  width: 90%;
  margin: 0;
  white-space: normal;
}

.accordion-row .card-header .btn[aria-expanded=true] h4 {
  color: var(--global-white);
}

.accordion-row .card-header button {
  width: 100%;
  position: relative;
  text-align: left;
}

.accordion-row .card-header button i {
  position: absolute;
  padding: 5px 15px;
  right: 15px;
}

.accordion-row .card-header .btn[aria-expanded=true] i {
  color: var(--global-white);
}

.accordion-row .card-body {
  padding: 25px 30px;
  border: 2px solid var(--global-grey);
  border-top: 0;
}

.contact-row .contact-item {
  padding-right: 45px;
}

.contact-row .contact-item .shortcode-contact {
  margin-top: 45px;
}

.map-row {
  position: relative;
  margin-bottom: 90px !important;
}

#map-home.map-row {
  padding-top: 65px;
}

.map-row .world-map {
  position: relative;
  width: 100%;
  height: 525px;
}

#map-home.map-row .world-map {
  height: 435px;
}

.map-row .world-map-img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.map-row .world-map-img.continent {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .2s ease;
}

.map-row .world-map-img.continent.africa {
  animation: mapafrica 10s linear infinite;
}

.map-row .world-map-img.continent.america {
  animation: mapamerica 10s linear infinite;
}

.map-row .world-map-img.continent.europe {
  animation: mapEurope 10s linear infinite;
}

.map-row .world-map:hover .world-map-img.continent.africa,
.map-row .world-map:hover .world-map-img.continent.america,
.map-row .world-map:hover .world-map-img.continent.europe {
  animation: none;
  animation-play-state: paused;
}

@keyframes mapafrica {
  0%   { opacity: 0; }
  8%   { opacity: 0; }
  10%  { opacity: 1; }
  23%  { opacity: 1; }
  25%  { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes mapamerica {
  0%   { opacity: 0; }
  38%   { opacity: 0; }
  40%  { opacity: 1; }
  53%  { opacity: 1; }
  55%  { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes mapEurope {
  0%   { opacity: 0; }
  68%   { opacity: 0; }
  70%  { opacity: 1; }
  93%  { opacity: 1; }
  95%  { opacity: 0; }
  100% { opacity: 0; }
}

.map-row .continent-hover {
  position: relative;
}

.map-row .hover-africa {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20%;
  height: 60%;
  transform: translateX(-50%);
}

.map-row .hover-america {
  position: absolute;
  top: 0;
  left: 0;
  width: 43%;
  height: 60%;
}

.map-row .hover-europe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.map-row .world-map .world-map-img.continent.africa:has(~ .info-africa:hover),
.map-row .world-map .world-map-img.continent.america:has(~ .info-america:hover),
.map-row .world-map .world-map-img.continent.europe:has(~ .info-europe:hover),
.map-row .world-map:has(.hover-africa:hover) .world-map-img.continent.africa,
.map-row .world-map:has(.hover-america:hover) .world-map-img.continent.america,
.map-row .world-map:has(.hover-europe:hover) .world-map-img.continent.europe {
  opacity: 1;
}

.map-row .world-map .continent-info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  font-size: 15px;
  border-radius: 3px;
  padding: 15px 20px;
  opacity: 0;
  transition: opacity .2s ease;
  transform: translate(-50%, -50%);
  display: none;
}

.map-row .world-map .continent-info::before {
  content: url('./img/map-line.svg');
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.map-row .world-map .continent-info.info-africa::before {
  content: none;
}

.map-row .world-map .continent-info.info-america::before {
  right: 85%;
}

.map-row .world-map .continent-info.info-europe::before {
  right: initial;
  left: 75%;
  transform: translateY(-50%) rotate(180deg);
}

.map-row .world-map .info-africa:hover,
.map-row .world-map .info-america:hover,
.map-row .world-map .info-europe:hover,
.map-row .world-map .hover-africa:hover ~ .info-africa,
.map-row .world-map .hover-america:hover ~ .info-america,
.map-row .world-map .hover-europe:hover ~ .info-europe {
  width: 350px;
  max-width: 100%;
  height: auto;
  opacity: 1;
  display: block;
}

.map-row .world-map .continent-info .row-text {
  font-size: 14px;
  line-height: 20px;
}

.map-row .world-map .continent-info .butn {

}

.map-row .map-content {
  position: absolute;
  left: 0;
  top: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: translateY(-50%);
  padding: 30px 75px 30px 135px;
  filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.2));
}

.map-row .map-content::before {
  /* content: url('img/bg-header-blocks.svg'); */
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--global-white);
  transform: translate(-50%, -50%);
  line-height: 0;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 45px) 100%, 0% 100%);
}

.map-row .map-content * {
  position: relative;
  margin: 0 !important;
}

.cta-row .butn {
  position: relative;
}

.cta-row .butn::before {
  content: '';
  position: absolute;
  display: block;
  inset: 1px;
  background-color: var(--global-white);
  color: var(--global-color-1);
  transition: background-color .2s ease;
  clip-path: polygon(calc(0% + 20px) 0%, calc(100% - 1.5px) 0%, calc(100% - 20px) 100%, calc(0% + 1.5px) 100%);
}

.cta-row .butn.active::before {
  background-color: var(--global-color-1);
}

.cta-row .butn:hover::before {
  background-color: var(--global-color-2);
}

.cta-row .butn:active::before {
  background-color: var(--global-black);
}

.cta-row .butn span {
  position: relative;
  color: var(--global-color-1);
  transition: color .2s ease;
}

.cta-row .butn.active span {
  color: var(--global-white);
}

.cta-row .butn:hover span,
.cta-row .butn:active span {
  color: var(--global-white);
}

.tables-row .table-items {
  columns: 1;
  column-gap: 40px;
}

.tables-row.option-6 .table-items {
  columns: 2;
}

.tables-row .table-item {
  padding-bottom: 45px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.tables-row .table-item table {
  width: 100%;
}

.tables-row .table-item tr:nth-child(odd) {
  background-color: var(--global-grey);
}

.tables-row .table-item th,
.tables-row .table-item td {
  padding: 10px 15px;
  width: 50%;
}

.tables-row .table-item td:first-child {
  font-weight: 600;
}

.breadcrumb-row .breadcrumbs {
  display: flex;
  gap: 5px;
  font-size: 15px;
  font-weight: 400;
}

.breadcrumb-row .breadcrumbs span,
.breadcrumb-row .breadcrumbs a {
  color: var(--global-black);
}

.breadcrumb-row .breadcrumbs a:hover {
  color: var(--global-color-2);
}

.breadcrumb-row .breadcrumbs a:active {
  color: var(--global-color-1);
}

.post-filter {
  margin-bottom: 45px;
  padding-right: 45px;
}

.post-filter .filter-label {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 45px;
}

.post-filter .filter-item {
  padding-bottom: 15px;
}

.post-filter .filter-accordion {
}


.post-filter .filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.post-filter .filter-sublabel {
  font-size: 20px;
  font-weight: 700;
  color: var(--global-color-1);
  margin: 0;
}

.post-filter .filter-svg {
  position: relative;
  display: block;
  width: 20px;
}

.post-filter .filter-svg svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  cursor: pointer;
  transition: transform .2s ease;
}

.post-filter .filter-accordion.open .filter-svg svg {
  transform: translate(-50%, -50%) rotate(90deg);
}

.post-filter .filter-accordion .filter-content {
  --filter-height: 500px;
  max-height: 0;
  transition: max-height .2s ease;
  overflow: hidden;

}

.post-filter .filter-accordion.open .filter-content {
  max-height: var(--filter-height);
}

.post-filter .filter-termlist {
  list-style: none;
  padding-left: 0;
}

.post-filter .filter-termlist li a {
  font-size: 20px;
  font-weight: 400;
  line-height: 48px;
  color: var(--global-black);
}

.post-filter .filter-termlist li a.active {
  text-decoration: underline;
}

.contact-block {
  display: flex;
  gap: 25px;
  flex-direction: column;
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 45px;
}

.single-agramex_product .contact-block {
  width: max-content;
  max-width: 100%;
  margin-top: 25px;
}

.contact-block .contact-label {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  margin: 0;
}

.contact-block .contact-buttons {
  margin: 0;
}

.contact-block .butn {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 10px 30px;
  width: 100%;
}

.contact-block .butn svg {
  width: 34px;
  height: auto;
}

.contact-block .contact-text {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  margin: 0;
}

/* Single product */
.single-agramex_product .product-head,
.single-agramex_product .product-info,
.single-agramex_product .product-specs,
.single-agramex_product .product-line,
.single-agramex_product .product-downloads,
.single-agramex_product .product-gallery,
.single-agramex_product .product-faq {
  display: block;
  margin-top: 0;
  margin-bottom: 45px;
}

.single-agramex_product .product-head .head-table {
  margin-bottom: 25px;
}

.single-agramex_product .product-head .head-table td {
  padding-right: 25px;
}

.single-agramex_product .product-head .head-table td:first-child {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
}

.single-agramex_product .product-head .head-table td:last-child {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  color: var(--global-color-2);
}

.single-agramex_product .product-info .info-title,
.single-agramex_product .product-specs .specs-title,
.single-agramex_product .product-downloads .downloads-title {
font-weight: 400;
font-size: 24px;
margin-bottom: 25px;
}

.single-agramex_product .product-specs .specs-table {
  width: 100%;
}

.single-agramex_product .product-specs .specs-table td {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
}

.single-agramex_product .product-specs .specs-table td:first-child {
  color: #838383;
}

.single-agramex_product .product-downloads .butns {
  gap: 20px;
}

.single-agramex_product .product-downloads .file-butn {
  margin: 0;
}

.single-agramex_product .product-gallery .carousel-inner {
  border-radius: 4px;
  overflow: hidden;
}

.single-agramex_product .product-gallery .carousel-indicators {
  position: relative;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
  display: flex;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin: 25px -5px 0;
}

.single-agramex_product .product-gallery .carousel-indicators li {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  height: initial;
  margin: 0;
  padding: 5px;
  border: 0;
  background-color: transparent;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
}

.single-agramex_product .product-gallery .carousel-indicators li.active {
  background-color: transparent;
}

.single-agramex_product .product-gallery .carousel-indicators li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.single-agramex_product .product-faq {
  padding: 45px;
  border-radius: 4px;
}

.single-agramex_product .product-faq .faq-title {
  font-weight: 400;
  font-size: 24px;
  margin: 0;
}

.single-agramex_product .product-faq .faq-questions {}

.single-agramex_product .product-faq .faq-item {
  padding: 25px 0;
  border-bottom: 1px solid var(--global-white);
}

.single-agramex_product .product-faq .faq-item:last-child {
  border-bottom: 0;
}

.single-agramex_product .product-faq .question-item {
  margin-bottom: 20px;
}

.single-agramex_product .product-faq .answer-item {}

.single-agramex_product .product-faq .faq-from {
  display: block;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  text-decoration: underline;
  margin-bottom: 5px;
}

.single-agramex_product .product-faq .faq-question {
  display: block;
  font-weight: 700;
  font-size: 17px;
}

.single-agramex_product .product-faq .faq-answer {
  display: block;
  font-weight: 700;
  font-size: 17px;
}

.single-agramex_product .product-faq .butn {}

.single-agramex_product .product-popup {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.7);
  z-index: 999;
}

.single-agramex_product .product-popup.show-offer,
.single-agramex_product .product-popup.show-contact,
.single-agramex_product .product-popup.show-question {
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-agramex_product .product-popup .popup-container {
  position: relative;
  padding: 45px;
  border-radius: 5px;
  width: 721px;
}

.single-agramex_product .product-popup .popup-item {
  display: none;
}

.single-agramex_product .product-popup.show-offer .offer-item {
  display: block;
}

.single-agramex_product .product-popup.show-contact .contact-item {
  display: block;
}

.single-agramex_product .product-popup.show-question .question-item {
  display: block;
}

.single-agramex_product .product-popup .popup-label {
  font-size: 30px;
  font-weight: 400;
}

.single-agramex_product .product-popup .popup-close {
  position: absolute;
  top: 45px;
  right: 45px;
  cursor: pointer;
}

/* ========== background colors ========== */
.bg-white {
  background-color: var(--global-white);
}

.bg-grey {
  background-color: var(--global-grey);
}

.bg-black {
  background-color: var(--global-black);
  color: var(--global-white);
}

.bg-color_1 {
  background-color: var(--global-color-1);
  color: var(--global-white);
}

.bg-color_2 {
  background-color: var(--global-color-2);
  color: var(--global-white);
}

.bg-gradient {
  background-color: var(--global-color-1);
  background: linear-gradient(135deg, rgba(197, 35, 46, 1) 0%, rgba(197, 35, 46, 1) 50%, rgba(45, 69, 131, 1) 50%, rgba(45, 69, 131, 1) 100%);
  color: var(--global-white);
}

.bg-black a,
.bg-color_1 a,
.bg-color_2 a {
  color: var(--global-white);
}

.bg-black a:hover,
.bg-color_1 a:hover,
.bg-color_2 a:hover {
  color: var(--global-grey);
}

.bg-black a:active,
.bg-color_1 a:active,
.bg-color_2 a:active {
  color: var(--global-white);
}

.bg-black .butn:hover,
.bg-color_1 .butn:hover,
.bg-color_2 .butn:hover {
  border-color: var(--global-black);
  background-color: var(--global-black);
  color: var(--global-white);
}

.bg-black .butn:active {
  border-color: var(--global-grey);
  background-color: var(--global-grey);
  color: var(--global-white);
}

.bg-color_1 .butn:active,
.bg-color_2 .butn:active {
  border-color: var(--global-black);
  background-color: var(--global-black);
  color: var(--global-white);
}

/* ========== Instabio ========== */
.page-template-instabio .logo {
  width: 150px;
  max-width: 100%;
}

/* ========== Footer ========== */
#colophon {
  margin-top: 45px;
  /* overflow: hidden; */
}

#colophon .site-branding {
  position: relative;
  display: block;
  width: max-content;
  margin: -60px 0 90px;
  filter: drop-shadow(0px 0px 18px rgba(0, 0, 0, 0.25));
  width: 185px;
  max-width: 100%;
  padding: 50px 25px 25px;
}

#colophon .site-branding::before {
  /* content: url('img/logo-behind.svg'); */
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: calc(100% + 45px);
  background-color: var(--global-white);
  transform: translateX(-50%);
  line-height: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 45px), 0% 100%);
}

#colophon .site-branding .logo {
  position: relative;
}

#colophon .site-footer .footerwidget {
  padding-top: 15px;
  padding-bottom: 15px;
}

#colophon .footer-location {
  margin-bottom: 45px;
}

#colophon .footer-links p {
  margin: 0;
  line-height: 45px;
}

#colophon .footer-border {
  display: block;
  width: 100%;
  height: 9px;
}

#colophon .site-info,
#colophon .site-info a {
  font-size: 14px;
  color: var(--global-black);
}

#colophon .site-info .row {
  padding: 10px 0;
}

/* ========== Bootstrap 4 Carousel ========== */
.carousel-indicators li {
  background-color: var(--global-grey);
  opacity: 1;
}

.carousel-indicators li.active {
  background-color: var(--global-color-1);
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

/* ========== contact form 7 ========== */
.wpcf7-form {
  max-width: 100%;
  margin: auto;
}

.wpcf7-form .row {
  padding: 0;
  margin: 0 -10px;
}

.wpcf7-form .col-md-12,
.wpcf7-form .col-md-6 {
  padding: 10px;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form label,
.wpcf7-form p,
.wpcf7-form span,
.wpcf7-form select {
  width: 100%;
  height: auto;
  border-radius: 0;
  margin: 0
}

.wpcf7-form label {
  margin-bottom: 0;
}

.wpcf7-form .wpcf7-number,
.wpcf7-form .wpcf7-select,
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
  padding: 10px 15px;
  border: 1px solid var(--global-black);
}

.wpcf7-form .wpcf7-textarea {
  max-height: 150px;
}

.wpcf7-form .wpcf7-radio,
.wpcf7-form .wpcf7-checkbox {
  border: 0;
  background-color: transparent;
  margin-bottom: 10px;
  padding: 0;
}

.wpcf7-form input[type=checkbox],
.wpcf7-form input[type=radio] {
  width: auto;
}

.wpcf7-form .form-control:focus {
  color: var(--global-color-1);
  background-color: var(--global-white);
  border-color: var(--global-color-1);
  outline: 0;
  box-shadow: 0;
}

/* CF7 verzendknop */
.wpcf7-form .wpcf7-submit {
  display: block;
  width: max-content;
  max-width: 100%;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid var(--global-color-1);
  background-color: var(--global-color-1);
  color: var(--global-white);
  padding: 10px 45px;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
  clip-path: polygon(calc(0% + 20px) 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}
.bg-color_1 .wpcf7-form .wpcf7-submit {
  border-color: var(--global-white);
  background-color: var(--global-white);
  color: var(--global-color-1);
}

.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:focus {
  border-color: var(--global-color-2);
  background-color: var(--global-color-2);
  color: var(--global-white);
}

.wpcf7-form .wpcf7-submit:not(:disabled):not(.disabled).active,
.wpcf7-form .wpcf7-submit:not(:disabled):not(.disabled):active,
.wpcf7-form .show>.wpcf7-submit.dropdown-toggle {
  border-color: var(--global-black);
  background-color: var(--global-black);
  color: var(--global-white);
}

.wpcf7-form .wpcf7-spinner {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.wpcf7-form .wpcf7-butn {
  position: relative;
  width: max-content;
  max-width: 100%;
  padding: 0;
  filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.2));
}

.wpcf7-form .wpcf7-butn .wpcf7-submit {
  position: relative;
}

.wpcf7-form .wpcf7-butn .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ========== Scroll ========== */
.scroll-container {
  position: relative;
  width: 100%;
}

.scroll-container .scroll {
  white-space: nowrap;
  font-size: 0;
  position: relative;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scroll-container .scroll::-webkit-scrollbar {
  display: none;
}

.scroll .scroll-item {
  position: relative;
  display: inline-block;
  font-size: initial;
  vertical-align: top;
}

.scroll-controls {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 40px;
}

.scroll-control-next,
.scroll-control-prev {
  position: absolute;
  opacity: 1;
  height: 40px;
  width: 40px;
  background-color: var(--global-grey);
  top: 0;
  cursor: pointer;
}

.scroll-control-next:hover,
.scroll-control-prev:hover {
  background-color: var(--global-color-1);
}

.scroll-control-next {
  right: 0;
}

.scroll-control-prev {
  left: 0;
}

.scroll-control-next img,
.scroll-control-prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ========== carousel multislide ========== */
@media (min-width: 1200px) {
  /* Show 4th slide on md if col-md-4*/
  .carousel-multislide .carousel-inner .active.col-xl-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;  /*change this with javascript in the future*/
    /* z-index: -1; */
    display: block;
    visibility: visible;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  /* Show 4th slide on md if col-md-4*/
  .carousel-multislide .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;  /*change this with javascript in the future*/
    /* z-index: -1; */
    display: block;
    visibility: visible;
  }
}
@media (max-width: 768px) {
  /* Show 3rd slide on sm if col-md-6*/
  .carousel-multislide .carousel-inner .active.col-6.carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -50%;  /*change this with javascript in the future*/
    /* z-index: -1; */
    display: block;
    visibility: visible;
  }
}
/* SM */
/* @media (min-width: 768px) { */
  .carousel-multislide .carousel-item {
    margin-right: 0;
  }
  /* show 2 items */
  .carousel-multislide .carousel-inner .active + .carousel-item {
    display: block;
  }
  .carousel-multislide .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-multislide .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
    transition: none;
  }
  .carousel-multislide .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  /* left or forward direction */
  .carousel-multislide .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-multislide .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-multislide .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* farthest right hidden item must be also positioned for animations */
  .carousel-multislide .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: -1; */
    display: block;
    visibility: visible;
  }
  /* right or prev direction */
  .carousel-multislide .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-multislide .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-multislide .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
/* } */
/* LG */
@media (min-width: 768px) {
  /* show 3rd of 3 item slide */
  .carousel-multislide .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }
  .carousel-multislide .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
  }
  .carousel-multislide .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  /* left or forward direction */
  .carousel-multislide .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* right or prev direction */
  .carousel-multislide .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
/* XL */
@media (min-width: 1200px) {
  /* show 4th item */
  .carousel-multislide .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: block;
  }
  .carousel-multislide .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    transition: none;
  }
  /* Show 5th slide on lg if col-lg-3 */
  .carousel-multislide .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;  /*change this with javascript in the future*/
    /* z-index: -1; */
    display: block;
    visibility: visible;
  }
  /* left or forward direction */
  .carousel-multislide .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* right or prev direction //t - previous slide direction last item animation fix */
  .carousel-multislide .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

/* ========== show-neighbors bootstrap 4 slider ========== */
.show-neighbors {
  overflow: hidden;
  /* hide clones of neighboring slides on mobile */
}
.show-neighbors .item__third:first-child,
.show-neighbors .item__third:last-child {
  display: none;
}
@media (min-width: 500px) {
  .show-neighbors {
    /* slides receive classes only while moving */
    /* now the content of the current slide occupies only a third of it between the clones of two adjacent slides */
  }
  .show-neighbors .carousel-indicators {
    margin-right: 25%;
    margin-left: 25%;
  }
  .show-neighbors .carousel-control-prev,
.show-neighbors .carousel-control-next {
    background: rgba(255, 255, 255, 0.3);
    width: 25%;
    z-index: 11;
    /* .carousel-caption has z-index 10 */
  }
  .show-neighbors .carousel-inner {
    width: 150%;
    left: -25%;
  }
  .show-neighbors .carousel-item-next:not(.carousel-item-left),
.show-neighbors .carousel-item-right.active {
    -webkit-transform: translate3d(33%, 0, 0);
    transform: translate3d(33%, 0, 0);
  }
  .show-neighbors .carousel-item-prev:not(.carousel-item-right),
.show-neighbors .carousel-item-left.active {
    -webkit-transform: translate3d(-33%, 0, 0);
    transform: translate3d(-33%, 0, 0);
  }
  .show-neighbors .item__third {
    display: block !important;
    float: left;
    position: relative;
    /* captions can now be added */
    width: 33.33333333%;
  }
}

/* ========== newsletter popup ========== */
.newsletter-container {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: var(--global-color-1);
  color: var(--global-white);
  width: 380px;
  max-width: 100%;
  z-index: 9999999;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

.newsletter-container span.cross {
  position: absolute;
  top: 15px;
  right: 12.5px;
  cursor: pointer;
}

.newsletter-container span.cross img {
  margin: 0;
}

.newsletter-container .inner {
  padding: 45px;
}

.newsletter-container .inner h1 {
  color: var(--global-white);
  text-align: center;
}

.newsletter-container .mailpoet_form {
  padding: 0 !important;
}

.newsletter-container .mailpoet_form .mailpoet_text {
  border: 1px solid var(--global-white) !important;
  padding: 10px 15px !important;
}

.newsletter-container .mailpoet_form .mailpoet_submit {
  border: 1px solid var(--global-white) !important;
  background-color: var(--global-color-1) !important;
  color: var(--global-white) !important;
  padding: 10px 15px !important;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.newsletter-container .mailpoet_form .mailpoet_submit:hover {
  background-color: var(--global-white) !important;
  border-color: var(--global-color-1) !important;
  color: var(--global-color-1) !important;
}

.newsletter-container .mailpoet_form .mailpoet_submit:active {
  background-color: var(--global-grey) !important;
  border-color: var(--global-grey) !important;
  color: var(--global-black) !important;
}

/* ========== responsive ========== */
@media only screen and (min-width: 768px) {
  .container,
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }

  .row {
    margin-right: -20px;
    margin-left: -20px;
  }

  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto,
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto,
  .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto,
  .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dodo-row {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .dodo-col {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #masthead .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media only screen and (min-width: 1199px) {
  #masthead .megamenu-hover .nav-link {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  #masthead .megamenu-hover.hover .nav-link,
  #masthead .megamenu-hover .nav-link:hover,
  #masthead .megamenu-hover .nav-link:active {
    background-color: var(--global-white);
    color: var(--global-black);
  }

  #masthead .megamenu-nav {
    --megamenu-height: 200px;
    position: absolute;
    top: calc(100% - 9px);
    left: 0;
    /* display: none; */
    width: 100%;
    z-index: 99;
    max-height: 0;
    border-radius: 3px;
    opacity: 0;
    overflow: hidden;
    transition: opacity .2s ease, max-height .2s ease;
  }

  #masthead .megamenu-nav.open {
    max-height: var(--megamenu-height);
    opacity: 1;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {


  #masthead .nav-item .nav-link {
    padding: 15px 25px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .header-row .header-content .header-blocks {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  html body {
    font-size: 16px;
  }

  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4, h5, h6 {
    font-size: 16px;
  }

  p {
    line-height: 28px;
  }

  .col-12 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .textarea-row .row-title {
    margin-bottom: 25px;
  }

  .row-subtitle {
font-weight: 700;
font-size: 16px;
text-transform: uppercase;
  }

  #masthead .site-branding {
    padding: 30px 15px 15px;
  }

  #masthead .header-socials {
  }

  #masthead .header-translate .gt_switcher-popup span:first-of-type {
    display: none;
  }

  #masthead .header-navigation {

  }

  #masthead .navbar {
    padding: 5px 0;
  }

  .header-row.size-large {
    height: 400px;
  }

  .header-row .header-content .content-item {
    padding-bottom: 90px;
    padding-left: 45px;
  }

  .header-row .header-content .row-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
  }

  .header-row .header-content .row-subtitle {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
  }

  .header-row .header-content .header-blocks {
    margin: 0 -30px;
    width: calc(100% + 60px);
  }

  .header-row .header-content .block-items {
    width: 100%;
    overflow-x: scroll;
    padding: 0;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox, Safari 18.2+, Chromium 121+ */
  }

  .header-row .header-content .block-items::-webkit-scrollbar {
    display: none;  /* Older Safari and Chromium */
  }

  .header-row .header-content .block-items::before {
    flex: 0 0 45px;
    content: none;
    position: static;
    display: block;
    width: 45px;
    height: inherit;
    background-color: var(--global-white);
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    transform: initial;
  }

  .header-row .header-content .block-items::after {
    flex: 0 0 45px;
    content: none;
    position: static;
    display: block;
    width: 45px;
    height: inherit;
    background-color: var(--global-white);
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    transform: initial;
  }

  .header-row .header-content .block-item {
    flex: 0 0 150px;
    background-color: var(--global-white);
    padding: 35px 10px;
  }

  #masthead .megamenu-nav .megamenu-icon,
  .header-row .header-content .block-icon {
    height: 50px;
  }

  #masthead .megamenu-nav .megamenu-number,
  .header-row .header-content .block-number {
    font-size: 12px;
  }

  #masthead .megamenu-nav .megamenu-number::before,
  .header-row .header-content .block-number::before {
    width: 20px;
    height: 20px;

  }

  #masthead .megamenu-nav .megamenu-label,
  .header-row .header-content .block-label {
    font-size: 10px;
  }

  .textarea-row .col-md-6:not(:last-child) {
    margin-bottom: 45px;
  }

  .image_text-row.side-left .inner,
  .image_text-row.side-right .inner {
    padding-left: 0;
    padding-right: 0;
  }

  .image_text-row .container .main-image {
    margin-top: 45px;
  }

  .image_text-row.side-left .container-fluid .inner,
  .image_text-row.side-right .container-fluid .inner {
    padding: 45px;
  }

  .gallery-row .grid-sizer,
  .gallery-row .grid-item {
    width: 50%;
  }

  .instagram-row .instaimg {
    width: calc(50% - 20px);
  }

  .contact-row .contact-item {
    padding-right: 0;
    padding-bottom: 45px;
  }

  .map-row .col-12 {
    padding: 0;
  }

  table.event_tickets.tickera tr {
    display: block;
  }

  table.event_tickets.tickera tr:not(:first-child) {
    padding-bottom: 45px;
  }

  table.event_tickets.tickera th {
    display: none;
  }

  table.event_tickets.tickera td {
    display: block;
    font-size: inherit;
  }

  table.event_tickets.tickera td[data-column="Type Ticket"] {
    font-weight: 600;
  }

  .shortcode-contact {
    gap: 5px;
  }

  .shortcode-contact .contact-item {
    font-size: 18px;
    line-height: 32px;
  }

  #colophon .site-branding {
    margin-bottom: 60px;
    padding: 30px 15px 15px;
  }

  #colophon .footer-location {
    margin: 0;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 576px) {
  .gallery-row .grid-sizer,
  .gallery-row .grid-item {
    width: 100%;
  }

  .instagram-row .instaimg {
    width: calc(100% - 20px);
  }
}

@media only screen and (max-width: 480px) {}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {}
