/*
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 whiteh the plugin Advanced Custom Field PRO. And can be intregrated with Woocommerce and Contact Form 7.
Version: 4.2.3
License: GNU General Public License v2 or later
License URI: ONLY for DODO and Studioviv
Text Domain: dodo_theme

achtergrond kleur : #F7F7F7
knop kleur : #6B8989
tekst kleur : #082518
*/

/* ========== Other 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: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: #082518;
}
h1 {
  font-size: 40px;
  font-weight: 600;
  color: #6B8989;
  margin-bottom: 25px;
}
h1.titel {
  margin-bottom: 45px;
}
h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 25px;
}
h3 {
  font-size: 25px;
  font-weight: 600;
  color: #6B8989;
  margin-bottom: 20px;
}
h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
h5, h6 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
}
p {
  margin-bottom: 15px;
}
.content-area ul {
 list-style: none;
 padding-left: 7.5px;
}
.content-area li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 25px;
}
.content-area li::before {
  position: absolute;
  left: 0;
  content: url('img/dot.svg');
  margin-right: 15px;
}
.content-area table {
  width: 100%;
}
.content-area td {

}
a {
  color: #6B8989;
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}
a:hover {
  color: #082518;
  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 ========== */

.container-fluid {
  padding: 0;
}
.container-fluid .row {
  margin: 0;
}
.row {
  padding: 45px 0;
}
.dodorow:first-child[class^=achtergrond-] {
  margin-top: -45px;
}
.dodorow:last-child[class^=achtergrond-] {
  margin-bottom: -45px;
}

.center {
  text-align: center;
}
.valign {
  display: flex;
  align-items: center;
}
.valign .inner {
  width: 100%;
}

.butn {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  border: 0;
  background-color: #A18480;
  color: #fff;
  padding: 15px 45px;
  margin-top: 25px;
}
.butn:hover {
  border-color: #818375;
  background-color: #818375;
  color: #fff;
}
.butn:active {
  border-color: #A18480;
  background-color: #A18480;
  color: #fff;
}

.smediabutn {
  position: relative;
  display: inline-block;
  border: 0;
  border-radius: 50%;
  background-color: #A18480;
  color: #fff;
  height: 56px;
  width: 56px;
  margin-left: 10px;
  margin-right: 10px;
}
#masthead .smediabutn,
#colophon .site-footer .smediabutn {
  background-color: #fff;
  color: #030303;
}
.smediabutn:hover {
  border-color: #818375;
  background-color: #818375;
  color: #fff;
}
#masthead .smediabutn:hover,
#colophon .site-footer .smediabutn:hover {
  border-color: #818375;
  background-color: #818375;
  color: #fff;
}
.smediabutn:active {
  border-color: #A18480;
  background-color: #A18480;
  color: #fff;
}
#masthead .smediabutn:active,
#colophon .site-footer .smediabutn:active {
  border-color: #A18480;
  background-color: #A18480;
  color: #fff;
}
.smediabutn i {
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.grecaptcha-badge {
  visibility: hidden;
}

.navbar-toggler {
  padding: 15px;
}
.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,242,216, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-menu {
  margin-top: 0;
}

/* ========== Header ========== */

#masthead {
  background-color: #2C2C2C;
  margin-bottom: 45px;
}
#masthead .row {
  padding: 0;
}
#masthead .logo {
  margin: 25px auto;
}
#masthead .socials {
  overflow: hidden;
  width: 100%;
  margin: 15px 0;
}
#masthead .socials .smediabutn {
  float: right;
}
#masthead .site-nav {
  background-color: #6B8989;
}
#masthead .navbar {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#masthead .nav-item .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #F2F2F2;
  padding: 25px 35px;
}
#masthead .nav-item .nav-link:hover {
  color: #F2F2F2;
}
#masthead .nav-item.active .nav-link,
#masthead .nav-item .nav-link:active {
  color: #F2F2F2;
}
#masthead .dropdown-menu {
  border: 0;
  padding: 0;
  border-radius: 0;
  background-color: #6B8989;
}
#masthead .navbar-nav .dropdown-item {
  font-weight: 600;
  color: #F2F2F2;
  padding: 15px 35px;
}
#masthead .navbar-nav .dropdown-item:hover {
  background-color: #F2F2F2;
  color: #6B8989;
}
#masthead .navbar-nav .dropdown-item.active,
#masthead .navbar-nav .dropdown-item:active {
  background-color: #6B8989;
}

/* ========== Dodo Rows ========== */

.header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  width: 100%;

}
.dodorow:first-child.header {
  margin-top: -45px;
}
.home .header {
  height: 400px;
}

.afbeelding_met_tekst.links .inner {
  padding-left: 45px;
}
.afbeelding_met_tekst.rechts .inner {
  padding-right: 45px;
}
.afbeelding_met_tekst .container-fluid {
  padding: 0;
}
.afbeelding_met_tekst .container-fluid .row {
  padding: 0;
  margin: 0;
}
.afbeelding_met_tekst .container-fluid .inner {
  padding-top: 45px;
  padding-bottom: 45px;
}
.afbeelding_met_tekst div.mainimg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
}
.afbeelding_met_tekst img.mainimg {
  margin: 10px auto 15px;
}

.scheidingslijn .lijn {
  background-color: #6B8989;
  /* background-image: url('img/line.svg'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 2px;
  width: 100%;
}

.post .post-item {
  margin: 15px 0;
}
.post .post-item .img {
  background-color: #F7F7F7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  width: 100%;
}
.post .post-item .inner {
  position: relative;
  background-color: #A18480;
  padding: 25px 50px;
}
.post .post-item .inner::after {
  content: url('img/arrow-right-white.svg');
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.post .post-item .inner h4,
.post .post-item .inner h5 {
  margin-bottom: 0;
  color: #fff;
}
.pagination {
  margin: 25px 0;
}
.pagination .page-numbers {
  padding: 7px 15px;
  margin-right: 10px;
  border: 1px solid #6B8989;
  background-color: #fff;
  color: #6B8989;
}
.pagination .page-numbers:hover {
  border-color: #6B8989;
  background-color: #6B8989;
  color: #fff;
}

.galerij {
  overflow-x: hidden;
}
.galerij .scroll .scroll-item {
  width: 315px;
  padding: 0 15px;
}
.galerij .scroll .scroll-item .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 350px;
}
.galerij .grid {
  margin: auto;
  width: 100% !important;
}
.galerij .grid:after {
  content: '';
  display: block;
  clear: both;
}
.galerij .grid-sizer,
.galerij .grid-item {
  width: 33.333%;
}
.galerij .grid-item {
  float: left;
  position: relative;
  padding: 20px;
}
.galerij .grid-item img {
  display: block;
  width: 100%;
}
.galerij .grid-item .hover {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
  opacity: 0;
  transition: opacity .2s ease;
}
.galerij .grid-item:hover .hover {
  opacity: 1;
}
.galerij .grid-item .hover span {
  position: absolute;
  display: block;
  bottom: 0;
  padding: 45px;
  color: #fff;
}

.video .youtube-image {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 100%;
  max-width: 800px;
  margin: 10px auto;
  cursor: pointer;
}
.video .col-md-12 .youtube-image {
  height: 450px;
}
.video .youtube-image iframe {
  width: 100%;
  height: 100%;
  display: none;
  border: 0;
  z-index: 9;
}
.video .youtube-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.instagram .scroll-item {
  padding: 0 15px;
}
.instagram .scroll-item .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 250px;
  height: 250px;
}

.tabel .row {
  padding: 45px 0;
}
.tabel .table-container {
  overflow-x: scroll;
}
.tabel table {
  min-width: 500px;
  width: 100%;
}
.tabel tr:nth-child(odd) {
  background-color: #F7F7F7;
}
.tabel tr:first-child {
  background-color: #6B8989;
  color: #fff;
  font-weight: 700;
}
.tabel th,
.tabel td {
  padding: 15px 20px;
}
.tabel th.price,
.tabel td.price {
  text-align: right;
}
.tabel td.price::before {
  content: "€ ";
}

.accordeon .card {
  border: 0;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 10px;
}
.accordeon .card-header {
  position: relative;
  background-color: #F7F7F7;
  border: 0;
  border-radius: 0;
  padding: 0;
  transition: background-color .2s ease;
}
.accordeon .card-header .btn {
  padding: 25px 30px;
}
.accordeon .card.card-open .card-header {
  background-color: #6B8989;
}
.accordeon .card-header h4 {
  display: inline-block;
  width: 90%;
  margin: 0;
  white-space: normal;
}
.accordeon .card.card-open .card-header h4 {
  color: #fff;
}
.accordeon .card-header button {
  width: 100%;
  position: relative;
  text-align: left;
}
.accordeon .card-header button i {
  position: absolute;
  padding: 5px 15px;
  right: 15px;
}
.accordeon .card.card-open .card-header button i {
  color: #fff;
}
.accordeon .card-body {
  padding: 25px 30px;
  border: 2px solid #F7F7F7;
  border-top: 0;
}

.text_carousel {
  margin: 45px 0;
}

.contact {
  padding: 65px 0;
  margin-bottom: 45px;
}
.contact .row {
  background-color: rgba(255,255,255,0.66);
  padding: 45px;
}
.contact .row .row {
  background-color: rgba(255,255,255,1);
  padding: 0;
}
.contact .iframe {
  height: 100%;
}
.contact .iframe iframe {
  width: 100%;
  height: 100%;
}

.cv .cv-grid {
  padding: 0 45px;
}
.cv .cv-grid .inner {
  padding: 22.5px 0;
}
.cv .cv-grid .inner:first-child {
  padding-top: 45px;
}
.cv .cv-grid .inner:last-child {
  padding-bottom: 45px;
}
.cv .cv-img {
  width: 100%;
  margin-bottom: 45px;
}

/* ========== Single Post ========== */

.single-post .header {
  margin-top: -45px;
}
.single-post .quote {
  padding: 15px;
  margin: 45px 0;
}
.single-post .quote .inner {
  position: relative;
  padding: 0 45px;
}
.single-post .quote .inner::before {
  content: url("img/quote-left.svg");
  position: absolute;
  top: -25px;
  left: 0;
}
.single-post .quote .inner::after {
  content: url("img/quote-right.svg");
  position: absolute;
  bottom: -70px;
  right: 0;
}

/* ========== Achtergrond kleuren ========== */

.achtergrond-wit {
  background-color: #fff;
}
.achtergrond-zwart {
  background-color: #2C2C2C;
  color: #fff;
}
.achtergrond-grijs {
  background-color: #F7F7F7;
}

/* ========== Footer ========== */

#colophon {
  margin-top: 45px;
}

#colophon .site-footer {
  color: #fff;
  background-color: #6B8989;
  padding: 25px 0 0;
}
#colophon .site-footer .row {
  padding: 60px 0;
}
#colophon .site-footer a,
#colophon .site-footer h1,
#colophon .site-footer h3 {
  color: #fff;
}
#colophon .site-footer a:hover {
  color: #FFAA00;
}

#colophon .site-info {
  color: #fff;
  background-color: #2C2C2C;
}
#colophon .site-info .row {
  padding: 15px 0;
}
#colophon .site-info a {
  color: #fff;
}

/* ========== Bootstrap 4 Carousel ========== */

.carousel-indicators li {
  background-color: #F7F7F7;
  opacity: 1;
}
.carousel-indicators li.active {
  background-color: #6B8989;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

/* ========== contact form 7 ========== */

.wpcf7-form {
  max-width: 100%;
}
.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 select,
.wpcf7-form input,
.wpcf7-form textarea {
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.wpcf7-form input[type=checkbox],
.wpcf7-form input[type=radio] {
  width: auto;
}
.wpcf7-form textarea.form-control {
  max-height: 169px;
}
.wpcf7-form .form-control:focus {
  color: #6B8989;
  background-color: #fff;
  border-color: #6B8989;
  outline: 0;
  box-shadow: 0;
}

/* CF& verzendknop */
.wpcf7-form .wpcf7-submit {
  display: block;
  font-size: 25px;
  font-weight: 600;
  border: 0;
  background-color: #A18480;
  color: #fff;
  padding: 15px 45px;
  width: max-content;
  width: 356px;
  max-width: 100%;
  text-align: center;
  margin: auto;
  border-radius: 0;
}
.wpcf7-form .wpcf7-submit:hover {
  border-color: #818375;
  background-color: #818375;
  color: #fff;
}
.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: #A18480;
  background-color: #A18480;
  color: #fff;
}

/* ========== Scroll ========== */

.scroll-container {
  position: relative;
  width: 100%;
  padding: 0 75px;
}
.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;
  background-color: #F7F7F7;
  top: 0;
  cursor: pointer;
  width: 46px;
  height: 46px;
}
.scroll-control-next:hover,
.scroll-control-prev:hover {
  background-color: #6B8989;
}
.scroll-control-next {
  right: 15px;
}
.scroll-control-prev {
  left: 15px;
}
.scroll-control-next img,
.scroll-control-prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ========== bootstrap carousel ========== */

.carousel-item {
  padding: 0 150px;
}
.carousel-control-next,
.carousel-control-prev {
  width: auto;
}

/* ========== responsive ========== */

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

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .home .header {
    height: 250px;
  }

  .smediabutn {
    height: 45px;
    width: 45px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .smediabutn i {
    font-size: 20px;
  }

  #masthead .logo {
    margin: 15px auto;
  }

  .afbeelding_met_tekst.links .inner,
  .afbeelding_met_tekst.rechts .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .afbeelding_met_tekst.links .container-fluid .inner,
  .afbeelding_met_tekst.rechts .container-fluid .inner {
    padding: 45px;
  }

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

  .video .youtube-image,
  .video .col-md-12 .youtube-image {
    height: 250px;
  }

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

  .carousel-item {
    padding: 0 75px;
  }

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

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

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

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