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

:root {
  --global-color: #007bff;
  --global-color-hover: #007bff;
  --global-white: #FFFFFF;
  --global-grey: #EBEBEB;
  --global-black: #000000;
}

/* ========== 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: 'Open Sans', sans-serif;
  color: var(--global-black);
}
h1 {
  font-size: 36px;
  font-weight: 600;
  color: var(--global-color);
  margin-bottom: 25px;
}
h1.titel {
  margin-bottom: 45px;
}
h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}
h3 {
  font-size: 28px;
  font-weight: 600;
  color: var(--global-color);
  margin-bottom: 20px;
}
h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
h5, h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
p {
  margin-bottom: 15px;
}
.content-area ul {

}
.content-area li {

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

}
a {
  color: var(--global-color);
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}
a:hover {
  color: var(--global-color-hover);
  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 ========== */

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

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

.grecaptcha-badge {
  visibility: hidden;
}

.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(0, 0, 0, 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 {
  margin-bottom: 45px;
}
#masthead .row {
  padding: 0;
}
#masthead .site-branding a {
  align-items: center;
  display: flex;
  min-height: 150px;
}
#masthead .logo {
  margin: 30px auto;
  max-width: 400px;
  max-height: 225px;
}
#masthead .navbar {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}
#masthead .nav-item .nav-link {
  font-size: 18px;
  font-weight: 600;
    color: var(--global-color);
  padding: 10px 20px;
}
#masthead .nav-item .nav-link:hover {
  color: var(--global-color-hover);
}
#masthead .nav-item.active .nav-link,
#masthead .nav-item .nav-link:active {
  color: var(--global-black);
}
#masthead .dropdown-menu {
  border: 0;
  padding: 0;
  border-radius: 0;
}
#masthead .navbar-nav .dropdown-item:hover {
  background-color: var(--global-grey);
  color: var(--global-black);
}
#masthead .navbar-nav .dropdown-item.active,
#masthead .navbar-nav .dropdown-item:active {
  background-color: var(--global-black);
  color: var(--global-white);
}

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



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

#colophon {
  margin-top: 45px;
}

#colophon .site-footer .row {
  padding: 60px 0;
}

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

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

.carousel-indicators li {
  background-color: var(--global-grey);
  opacity: 1;
}
.carousel-indicators li.active {
  background-color: var(--global-color);
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

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

.wpcf7-form {
  max-width: 100%;
  margin: auto;
}
.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: 15px;
}
.wpcf7-form select,
.wpcf7-form input,
.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid var(--global-grey);
}
.wpcf7-form input[type=checkbox],
.wpcf7-form input[type=radio] {
  width: auto;
}
.wpcf7-form textarea.form-control {
  max-height: 150px;
}
.wpcf7-form .form-control:focus {
  color: var(--global-color);
  background-color: var(--global-white);
  border-color: var(--global-color);
  outline: 0;
  box-shadow: 0;
}

/* CF7 verzendknop */
.wpcf7-form .wpcf7-submit {
  border-color: var(--global-color);
  background-color: var(--global-color);
  color: var(--global-white);
  width: max-content;
  max-width: 100%;
  padding: 15px 30px;
}
.wpcf7-form .wpcf7-submit:hover {
  border-color: var(--global-color-hover);
  background-color: var(--global-color-hover);
  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 .ajax-loader {
  display: block;
  margin: 5px auto 0;
}

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

.scroll-container {
  margin-bottom: 45px;
  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);
}
.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%);
}

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

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

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {}

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

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {}

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