/*
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.1
License: GNU General Public License v2 or later
License URI: ONLY for DODO and Studioviv
Text Domain: dodo_theme
*/

@font-face {
    font-family: 'Ubuntu';
    font-weight: 300;
    src: url('inc/Ubuntu/Ubuntu-Light.ttf');
}

@font-face {
    font-family: 'Ubuntu';
    font-weight: 400;
    src: url('inc/Ubuntu/Ubuntu-Regular.ttf');
}

@font-face {
    font-family: 'Ubuntu';
    font-weight: 500;
    src: url('inc/Ubuntu/Ubuntu-Medium.ttf');
}

@font-face {
    font-family: 'Ubuntu';
    font-weight: 600;
    src: url('inc/Ubuntu/Ubuntu-Medium.ttf');
}

@font-face {
    font-family: 'Ubuntu';
    font-weight: 700;
    src: url('inc/Ubuntu/Ubuntu-Bold.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;
}

body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: var(--global-black);
}

.textarea-row,
.contact-row {
  line-height: 35px;
}

h1 {
  font-size: 48px;
  font-weight: 300;
  line-height: 46px;
  margin-bottom: 25px;
}

h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 52px;
  margin-bottom: 25px;
}

h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: var(--global-color-1);
  margin-bottom: 20px;
}

h4 {
  margin-bottom: 20px;
}

h5, h6 {
  margin-bottom: 15px;
}

p {
  margin-bottom: 15px;
}

b, strong {
  font-weight: 500;
  color: var(--global-color-1);
}

.content-area ul {
  padding-left: 20px;
}

.content-area li {}

.content-area table {
  width: 100%;
}

.content-area td {}

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 ========== */
#page {
  overflow: hidden;
}

.content-area {
  height: auto !important;
}

.dodorow {
  position: relative;
  overflow: hidden;
}

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

.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: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: -45px 0 45px;
}

.wp-element-button,
.butn {
  display: flex;
  gap: 15px;
  align-items: center;
  width: max-content;
  max-width: 100%;
  font-size: 23px;
  font-weight: 400;
  border: 0;
  border-radius: 12px;
  background-color: var(--global-color-1);
  color: var(--global-white);
  padding: 10px 20px;
  margin-top: 25px;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.text-center .butn,
.butn.text-center {
  margin-left: auto;
  margin-right: auto;
}

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

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

.butn-white-alt {
  font-size: 16px;
  font-weight: 300;
  background-color: var(--global-white);
  color: var(--global-color-2) !important;
  padding: 5px 20px;
}

.butn::after {
  content: url('img/arrow-right.svg');
  width: 28px;
  vertical-align: middle;
  line-height: 0;
}

.butn-white-alt::after {
  content: url('img/arrow-right-alt.svg');
  width: 26px;
}

.butn-green::after {
  content: url('img/arrow-right-white.svg');
}

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

.butn-white-alt:hover::after,
.butn-green:hover::after,
.butn-white:hover::after,
.butn:hover::after {
  content: url('img/arrow-right-white.svg');
}

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

.butn-white-alt:active::after,
.butn-green:active::after,
.butn-white:active::after,
.butn:active::after {
  content: url('img/arrow-right-white.svg');
  vertical-align: middle;
  line-height: 0;
}

.butn-white-alt:hover::after,
.butn-white-alt:active::after {
  content: url('img/arrow-right-alt.svg');
}

.custom-butn {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  color: var(--global-white);
}

.custom-butn .blub-svg {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.custom-butn .blub-svg path {
  transition: fill .2s ease;
}

.custom-butn:hover .blub-svg path,
.custom-butn:active .blub-svg path {
  fill: var(--global-black);
}

.custom-butn span {
  position: relative;
  display: block;
  width: 200px;
  padding: 25px;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  color: var(--global-white);
}

.custom-butn span.color-white {
  color: var(--global-white);
}

.custom-butn .arrow-svg {
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
}

.custom-butn .arrow-svg path {
  transition: fill .2s ease;
}

.custom-butn:hover .arrow-svg path,
.custom-butn:active .arrow-svg path {
  fill: var(--global-white);
}

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

.butns .butn {
  margin: 0;
}

.smediabutn {
  position: relative;
  display: inline-block;
  border: 0;
  border-radius: 50%;
  background-color: var(--global-color-1);
  color: var(--global-black);
  height: 45px;
  width: 45px;
  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 i,
.smediabutn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.smediabutn svg {
  height: 20px;
}

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

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

.smediabutn: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-social {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 20px;
}

.shortcode-social.color-black {
  color: var(--global-black);
}

.shortcode-social.color-black:hover {
  color: var(--global-color-1);
}

.shortcode-social.color-black:active {
  color: var(--global-black);
}

.shortcode-social.color-black svg path {
  fill: var(--global-black);
}

/* ========== Header ========== */
#masthead {
  position: relative;
  background-color: transparent;
  margin-bottom: 45px;
  padding-bottom: 45px;
}

#masthead::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#masthead.bg-grey::before {
  content: '';
  background-color: var(--global-grey);
}

#masthead.bg-black::before {
  content: '';
  background-color: var(--global-black);
}

#masthead.bg-color_1::before {
  content: '';
  background-color: var(--global-color-1);
}

#masthead.bg-color_2::before {
  content: '';
  background-color: var(--global-color-2);
}

#masthead.bg-color_3::before {
  content: '';
  background-color: var(--global-color-3);
}

#masthead .container {
  position: relative;
  z-index: 1;
}

#masthead .container::before {
  content: url('img/header-illu-desktop.svg');
  position: absolute;
  top: 0;
  left: -80px;
  line-height: 0;
}

#masthead .row {
  padding: 0;
}

#masthead .site-branding {
  margin: 20px 0;
}

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

#masthead .header-social {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  color: var(--global-white);
}

#masthead .header-social:hover {
  color: var(--global-color-1);
}

#masthead .header-social:active {
  color: var(--global-black);
}

#masthead .header-socials .butn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  padding: 10px 20px;
}

#masthead .header-socials .butn::after {
  content: none;
}

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

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

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

#masthead .navbar-toggler-icon {
  /* 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 .nav-item .nav-link {
  font-size: 20px;
  font-weight: 400;
  color: var(--global-white);
  padding: 10px 15px;
}

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

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

#masthead .dropdown-toggle::after {
  content: url('img/arrow-down.svg');
  border: 0;
  line-height: 0;
  vertical-align: middle;
}

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

#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-1);
  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);
}

/* ========== Dodo Rows ========== */
.header-row {
  position: relative;
  margin-top: -135px !important;
}

.header-row .header-content {
  position: relative;
  z-index: 1;
}

.header-row .top-header .header-content {
  width: 100%;
  padding-bottom: 45px;
}

.header-row .top-header .row-title {
  color: var(--global-color-1);
  margin-bottom: 80px;
}

.header-row .top-header .butns {
  flex-wrap: nowrap;
  margin-top: 45px;
}

.header-row .top-header .butns .butn {
  white-space: nowrap;
}

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

.header-row .top-header .background-svg {
  position: absolute;
  top: 0;
  left: 0;
}

.header-row .top-header .main-svg {
  position: relative;
}

.header-row .bottom-header .second-image {
  display: flex;
  align-items: flex-end;
  width: 640px;
  height: 100%;
  float: right;
}

.header-row .bottom-header .second-image-svg {}

.header-row .bottom-header .header-content {
  position: relative;
  height: 100%;
  padding: 45px 0 135px 45px;
}

.header-row .bottom-header .custom-butn {
  left: initial;
  right: 45px;
}

.textarea-row .butns {
  margin-top: 45px;
  margin-bottom: 45px;
}

.image_text-row {
  overflow: visible;
}

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

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

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

.image_text-row .custom-butn {
  left: -8px;
  bottom: -45px;
}

.image_text-row[class^=bg-] .custom-butn {
  bottom: -90px;
}

.image_text-row .main-image {
  position: relative;
  left: 50%;
  transform: translateX(-45%);
  margin-bottom: -45px;
}

.image_text-row[class^=bg-] .main-image {
  margin-top: -45px;
  margin-bottom: -90px;
}

.image_text-row .main-image .background-svg {
  position: absolute;
  top: 0;
  left: 0;
}

.image_text-row .main-image .main-svg {
  position: relative;
}

.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;
}

.dividingline-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 .post-item {
  border-top-right-radius: 40px;
  overflow: hidden;
}

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

.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-svg {
  position: absolute;
  right: -14px;
  bottom: -33px;
}

.post-row .post-item .post-image .post-svg .center-square {
  transition: fill .2s ease;
}

.post-row .post-item .post-image .post-svg:hover .center-square {
  fill: var(--global-color-1);
}

.post-row .post-item .post-image .post-svg:active .center-square {
  fill: var(--global-black);
}

.post-row .post-item .post-inner {
  padding-top: 10px;
}

.post-row .post-item .post-title {
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 5px;
  color: var(--global-black);
}

.post-row .post-item .post-date {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: var(--global-black);
}

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

.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 .butn {
  margin-top: 45px;
}

.gallery-row {
  overflow-x: hidden;
}

.gallery-row .scroll .scroll-item {
  height: 275px;
  padding: 0 15px;
}

.gallery-row .scroll .scroll-item .gallery-image {
  height: 100%;
  border-top-right-radius: 40px;
  overflow: hidden;
}

.gallery-row .scroll .scroll-item .gallery-image-img {
  height: 100%;
}

.gallery-row.option-blocks .gallery-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.gallery-row.option-blocks .gallery-image-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 120px;
}

.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;
  border-bottom: 1px solid var(--global-white);
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 30px;
}

.accordion-row .card-header {
  position: relative;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0 !important;
  transition: background-color .2s ease;
}

.accordion-row .card-header button {
  position: relative;
  width: 100%;
  text-align: left;
  color: inherit;
  border: 0;
  background-color: transparent;
  padding: 0 0 30px;
}

.accordion-row .card-header button[aria-expanded=true] {
  background-color: transparent;
}

.accordion-row .card-header h4 {
  width: calc(100% - 45px);
  font-size: 23px;
  font-weight: 400;
  white-space: normal;
  color: inherit;
  margin: 0;
}

.accordion-row .card-header button[aria-expanded=true] h4 {
  color: inherit;
}

.accordion-row .card-header button svg {
  position: absolute;
  top: 2.5px;
  right: 0;
  rotate: 0deg;
  transition: rotate .2s ease;
}

.accordion-row .card-header button[aria-expanded=true] svg {
  rotate: 90deg;
}

.accordion-row .card-body {
  border: 0;
  background-color: transparent;
  padding: 0 0 30px;
  margin: 0;
}

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

.blocks-row .scroll-controls {
  margin-top: 10px;
}

.blocks-row .block-item {
  position: relative;
  margin: 0;
  padding: 0;
}

.blocks-row .block-item.option-small .col-12,
.blocks-row .block-item.option-large .col-12 {
  padding: 0;
}

.blocks-row .block-item.option-small .block-image {
  position: relative;
  width: 100%;
  padding-top: 65%;
}

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

.blocks-row .block-item.option-small .block-image .block-link {
  position: absolute;
  right: -15px;
  top: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.blocks-row .block-item.option-small .block-content {
  border-top-right-radius: 40px;
  background-color: var(--global-grey);
  padding: 30px 17.5px;
}

.blocks-row .block-item.option-small .block-label {
  font-size: 20px;
  font-weight: 400;
  /* line-height: 52px; */
  letter-spacing: 5%;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.blocks-row .block-item.option-small .block-text,
.blocks-row .block-item.option-large .block-text {
  line-height: 35px;
}

.blocks-row .block-item.option-large .block-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blocks-row .block-item.option-large .block-content {
  border-top-right-radius: 40px;
  background-color: var(--global-color-1);
  padding: 45px;
  height: 100%;
  width: 100%;
}

.blocks-row .block-item.option-large .block-label {
  font-size: 20px;
  font-weight: 400;
  /* line-height: 52px; */
  letter-spacing: 5%;
  text-transform: uppercase;
  color: var(--global-white);
  margin-bottom: 15px;
}

.blocks-row .block-item.option-large .block-content .block-link {
  position: absolute;
  right: -15px;
  top: 100%;
  transform: translateY(-60%);
  z-index: 1;
}

.blocks-row .block-item.option-image {
  height: 440px;
  border-top-right-radius: 25px;
  overflow: hidden;
}

.blocks-row .block-item.option-image .col-12 {
  padding: 0;
}

.blocks-row .block-item.option-image .block-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blocks-row .block-item.option-image .block-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 28.82%, rgba(0, 0, 0, 0.5) 41.58%, rgba(0, 0, 0, 0.7) 54.34%);
  /* background-blend-mode: multiply; */
}

.blocks-row .block-item.option-image .block-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blocks-row .block-item.option-image .block-content {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding: 30px 30px 45px 30px;
}

/* ========== Project single ========== */
.project-content {
  padding: 45px 0;
}

.project-content .project-title {
  font-weight: 400;
  margin-bottom: 45px;
}

.project-content .project-location {
  display: block;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: var(--global-color-1);
  margin: -35px 0 45px;
}

.project-content .project-contractor,
.project-content .project-client {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
}

.project-content .project-terms {
  display: flex;
  gap: 15px;
  margin-top: 60px;
}

.project-content .project-terms .terms-svg {
}

.project-content .project-terms .terms-label {
  display: block;
  font-size: 19px;
  font-weight: 300;
  line-height: 36px;
}

.project-image {
  position: relative;
  width: 100%;
  padding-top: 73%;
  border-top-right-radius: 40px;
  overflow: hidden;
}

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

.project-gallery .row {
  padding-top: 0;
}

.services-title {
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 5%;
  text-transform: uppercase;
}

.services-list {
  list-style: none;
  padding-left: 30px;
}

.services-list li {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
}

.services-list li::before {
  content: url('img/arrow-right-yellow.svg');
  position: absolute;
  top: 9px;
  left: -30px;
  line-height: 0;
}

.cta-row {
  position: relative;
  overflow: hidden;
}

.cta-row .cta-image {
  position: absolute;
  bottom: 0;
  right: 0;
}

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

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

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

.bg-custom {
  position: relative;
  background-color: var(--global-color-3);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(79, 88, 73, 1) 50%, rgba(79, 88, 73, 1) 100%);
  color: var(--global-white);
  margin-bottom: 0 !important;
}

.bg-custom::before {
  content: url('img/grey-block-large.svg');
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-85%);
  z-index: -1;
}

.bg-custom .row {
  /* padding-bottom: 45px !important; */
}

.bg-custom .carousel .row {
  padding-bottom: 0 !important;
}

.bg-color_1 h1,
.bg-color_1 h2,
.bg-color_1 h3,
.bg-color_1 a,
.bg-color_1 b,
.bg-color_1 strong {
  color: var(--global-black);
}

.bg-custom h1,
.bg-custom h2,
.bg-custom h3,
.bg-color_2 h1,
.bg-color_2 h2,
.bg-color_2 h3 {
  color: var(--global-color-1);
}

.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black a,
.bg-color_2 a,
.bg-color_3 h1,
.bg-color_3 h2,
.bg-color_3 h3,
.bg-color_3 a {
  color: var(--global-white);
}

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

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

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

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

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

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

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

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

.bg-color_1 .smediabutn svg path {
  fill: var(--global-black);
}

.bg-black .smediabutn:hover svg path,
.bg-color_1 .smediabutn:hover svg path,
.bg-color_2 .smediabutn:hover svg path {
  fill: var(--global-black);
}

.bg-black .smediabutn:active svg path {
  fill: var(--global-black);
}

.bg-color_1 .smediabutn:active svg path,
.bg-color_2 .smediabutn:active svg path {
  fill: var(--global-white);
}

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

/* ========== Footer ========== */
#colophon {
  padding-top: 45px;
}

#colophon .site-footer {
  padding-top: 90px;
  background-color: transparent;
}

#colophon .site-footer .container {
  position: relative;
  z-index: 1;
}

#colophon .site-footer .container::before {
  content: url('img/footer-illu-desktop.svg');
  position: absolute;
  left: -135px;
  bottom: 0;
  line-height: 0;
}

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

#colophon .site-footer .site-branding {
  margin: -75px 0 45px;
}

#colophon .site-footer .footer-socials {
  margin: 30px 0;
}

#colophon .site-info,
#colophon .site-info a {
  font-size: 12px;
  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-12 {
  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: 20px;
}

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

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

.wpcf7-form .wpcf7-textarea {
  max-height: 215px;
  border-bottom-right-radius: 40px;
}

.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 {
  width: max-content;
  max-width: 100%;
  font-size: 23px;
  font-weight: 400;
  line-height: normal;
  border: 0;
  border-radius: 12px;
  background-color: var(--global-color-1);
  color: var(--global-white);
  padding: 10px 15px 10px 20px;
}

.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:focus,
.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 {
  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;
}

.wpcf7-form .wpcf7-butn::after {
  content: url('img/arrow-right.svg');
  position: absolute;
  top: 50%;
  right: 15px;
  width: 28px;
  transform: translateY(-50%);
  line-height: 0;
  pointer-events: none;
}

.wpcf7-form .wpcf7-butn:hover::after {
  content: url('img/arrow-right-white.svg');
}

.wpcf7-form .wpcf7-butn:active::after {
  content: url('img/arrow-right-white.svg');
}

.wpcf7-form .wpcf7-butn .wpcf7-submit {
  position: relative;
  padding-right: 55px;
}

.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 {
  display: flex;
  gap: 30px;
  justify-content: center;
  width: 100%;
  margin-top: 45px;
}

.scroll-controls .carousel-control-prev,
.scroll-controls .carousel-control-next,
.scroll-controls .scroll-control-next,
.scroll-controls .scroll-control-prev {
  position: relative;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
  width: auto;
  height: auto;
  cursor: pointer;
  opacity: 1;
}

.scroll-controls .carousel-control-prev svg path,
.scroll-controls .carousel-control-next svg path,
.scroll-controls .scroll-control-next svg path,
.scroll-controls .scroll-control-prev svg path {
  transition: fill .2s ease;
}

.scroll-controls .carousel-control-prev:hover svg .center-square,
.scroll-controls .carousel-control-next:hover svg .center-square,
.scroll-controls .scroll-control-next:hover svg .center-square,
.scroll-controls .scroll-control-prev:hover svg .center-square {
  fill: var(--global-color-1);
}

.scroll-controls .carousel-control-prev:active svg .center-square,
.scroll-controls .carousel-control-next:active svg .center-square,
.scroll-controls .scroll-control-next:active svg .center-square,
.scroll-controls .scroll-control-prev:active svg .center-square {
  fill: var(--global-black);
}

  /* ========== carousel-multislide ========== */
@media (min-width: 768px) and (max-width: 991px) {
  /* Show 3rd slide on sm if col-md-6*/
  .carousel-multislide .carousel-inner .active.col-md-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;
  }
}
/* MD */
@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: 991px) {
  /* Show 4th slide on md if col-lg-4*/
  .carousel-multislide .carousel-inner .active.col-lg-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;
  }

  /* 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;
  }
}

/* ========== 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;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  #masthead .site-header {
    position: relative;
    z-index: 2;
  }

  #masthead .navbar-collapse {
    position: absolute;
    top: calc(100% - 35px);
    left: 0;
    width: 100%;
    background-color: var(--global-color-2);
    z-index: 999;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  }

  #masthead .navbar-nav {
    padding: 10px;
  }

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

  .header-row .bottom-header .header-content {
    padding-top: 0;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  #masthead .container::before {
    top: -45px;
  }
}

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

  .textarea-row,
  .contact-row {
    line-height: 30px;
  }

  h1 {
    font-size: 36px;
    font-weight: 300;
    line-height: normal;
  }

  h2 {
    font-size: 29px;
    font-weight: 300;
    line-height: normal;
  }

  h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
  }

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

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

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

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

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

  .row {
    padding: 25px 0;
  }

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

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

  .wp-element-button,
  .butn {
    font-size: 16px;
  }

  .butn::after {
    width: 20px;
  }

  #masthead {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  #masthead .container::before {
    top: -90px;
    left: -45px;
  }

  #masthead .site-branding {
    margin-top: 25px;
    margin-bottom: 0;
    max-width: 102px;
  }

  #masthead .header-menu-col {
    margin-top: -70px;
  }
	@media (max-width: 767px) {
		#masthead .header-menu-col {
			pointer-events:none;
		}
		#masthead .header-menu-col .header-socials a{
			pointer-events:auto;
		}
		#masthead .header-menu-col .navbar-toggler{
			pointer-events:auto;
		}
		#masthead .header-menu-col .collapse.show{
			pointer-events:auto;
		}
	}

  #masthead .header-socials {
    position: relative;
    width: calc(100% - 80px);
    z-index: 1;
  }

  #masthead .navbar {
    padding: 25px 0;
    margin-top: -55px;
  }

  #masthead .header-social span,
  #masthead .header-socials .butn {
    display: none;
  }

  .header-row .top-header {
    position: relative;
  }

  .header-row .top-header::before {
    content: url('img/grey-block.svg');
    position: absolute;
    right: 90px;
    bottom: -180px;
    z-index: -1;
  }

  .header-row .top-header .header-content {
    padding-top: 180px;
  }

  .header-row .top-header .row-title {
    font-weight: 300;
    font-size: 36px;
    line-height: 36px;
  }

  .header-row .top-header .butns {
    flex-wrap: wrap;
  }

  .header-row .bottom-header .header-content {
    padding-left: 0;
    padding-right: 0;
  }

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

  .image_text-row .inner {
    padding-bottom: 90px;
  }

  .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;
  }

  .image_text-row .custom-butn {
    left: initial;
    right: 60px;
  }

  .image_text-row[class^="bg-"] .custom-butn {
    bottom: -50px;
  }

  .post-row .row-title {
    color: var(--global-color-1);
  }

  .post-row .post-item .post-image {
    padding-top: 75%;
  }

  .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;
  }

  .cta-row .butns {
    flex-direction: column;
  }

  .cta-row .cta-image {
    right: -90px;
    transform: scale(0.6);
    transform-origin: right bottom;
  }

  .project-content {
    padding-top: 0;
  }

  .services-title {
    margin-top: 45px;
  }

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

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

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

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

  .bg-mobile-color_3 {
    background-color: var(--global-color-3);
    color: var(--global-white);
  }

  #colophon {
    padding-top: 65px;
  }

  #colophon .site-footer .container::before {
    top: -150px;
    bottom: initial;
  }

  #colophon .site-footer .container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 250%;
    height: 100%;
    background-color: var(--global-color-2);
    z-index: -1;
    transform: translateX(-50%);
  }

  #colophon .site-footer .footer-1 .footerwidget {
    width: max-content;
    max-width: 100%;
    margin: auto;
  }

  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;
  }
}

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

  #colophon .site-footer .container::before {
    left: -45px;
  }
}

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

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