/*!
Theme Name: dodo_theme
Theme URI: http://underscores.me/
Author: Dodo
Author URI: http://dodo.nl
Description: Description
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: ONLY FOR DODO
Text Domain: dodo_theme
*/

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  src: url('inc/Source_Sans_Pro/SourceSansPro-Light.ttf');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  src: url('inc/Source_Sans_Pro/SourceSansPro-Regular.ttf');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  src: url('inc/Source_Sans_Pro/SourceSansPro-SemiBold.ttf');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  src: url('inc/Source_Sans_Pro/SourceSansPro-Bold.ttf');
}

.butn {
  display: inline-block;
  background-color: #7F8C68;
  border-radius: 25px;
  color: #fff;
  padding: 10px 20px;
}
.butn:hover {
  background-color: #F08372;
}

/* header */

#masthead {
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#masthead .site-branding {
  text-align: center;
}
#masthead .site-branding img.logo {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#masthead .navbar {
  position: absolute;
  padding: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  background-color: #fff;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  width: 1265px;
}
#masthead .navbar-toggler {
  margin: 10px 10px 0 0;
}
#masthead .navbar .nav-item {
  display: flex;
  align-items: center;
}

#masthead .navbar a.nav-link {
  font-size: 18px;
  color: #000;
  padding: 25px 17.5px;
}
#masthead .navbar a.nav-link:hover {
  color: #F08372;

}
#masthead .navbar #menu-item-131 a.nav-link {
  display: block;
  background-color: #7F8C68;
  border-radius: 25px;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
}
#masthead .navbar #menu-item-131 a.nav-link:hover {
  background-color: #F08372;
}
/* dodo rows */

.textinner {
  top: 50%;
  transform: translate(0%, -50%);
  position: absolute;
}
#one_column .specialcol {
  width: 729px;
  margin: auto;
}
#four_columns img {
  margin-bottom: 38px;
}
#four_columns a.leesmeer {
  margin: 15px 0;
}
#afbeelding_links .img {
  float: left;
}
#afbeelding_rechts .img,
#nieuwsbericht .img {
  float: right;
}
#afbeelding_links .img img {
  position: absolute;
  top: -32px;
  left: -32px;
}
.img img {
  position: absolute;
  top: -32px;
  right: -32px;
}
.img {
  height: 300px;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.img.cirkel {
  border-radius: 50%;
  background-size: cover;
  width: 300px;
}
#banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 35px 0;
}
#banner .bannertekst {
  text-align: right;
  font-weight: 300;
  font-size: 50px;
  letter-spacing: 3px;
}
#banner .bannertekst a {
  background-color: #7F8C68;
  border-radius: 25px;
  color: #fff;
  padding: 10px 20px;
  font-size: 26px;
}
#banner .bannertekst a:hover {
  background-color: #F08372;
}
#klantenslider {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 260px;
}
#klantenslider .carousel-inner {
  height: 190px;
  max-width: 900px;
  margin: auto;
}
#klantenslider .carousel-item-inner {
  display: table;
  height: 190px;
  max-width: 600px;
  margin: auto;
}
#klantenslider .carousel-inner p {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  text-align: center;
  font-style: italic;
  letter-spacing: 2px;
}
#klantenslider .carousel-control-next,
#klantenslider .carousel-control-prev {
  opacity: 1;
}
#klantenslider .carousel-control-next img,
#klantenslider .carousel-control-prev img {
  width: 50px;
}
#prijslijst {}
#prijslijst .prijslijst {}
#prijslijst .prijslijstitem {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #FCEEED;
  margin-bottom: 10px;
}
#prijslijst .prijslijstitem:last-child {
  border-bottom: 0;
}
#prijslijst .ptitle {
  width: 80%;
  float: left;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 1px;
}
#prijslijst .pprijs {
  width: 20%;
  float: left;
  text-align: right;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 1px;
}
#prijslijst .ptext {
  width: 80%;
  float: left;
  font-size: 16px;
  letter-spacing: 1px;
}


/* footer */

.ijda {
  font-size: 20px;
  color: #F08372;
  margin: 20px 0 10px;
}
.footerspan {
  margin: 0;
}
.smedia span {
  background-color: #F08372;
  color: #fff;
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 0 5px;
  border-radius: 50%;
}
.smedia span i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.smedia:hover span {
  background-color: #7F8C68;
  color: #fff;
}
.site-info {
  padding-bottom: 15px;
}

/* popup */

.popupshow {
  display: none;
}
.popupshow .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.popupshow .img-show{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 99999;
  background: #fff;
  padding: 35px;
  border-radius: 20px;
}
.popupshow span{
  cursor: pointer;
}
.popupshow .exit {
  position: fixed;
  top: 30px;
  right: 20px;
  z-index: 99;
  width: 45px;
  z-index: 99999;
}

html, body, html a {
    -webkit-font-smoothing: antialiased !important;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
}
html{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
h1 {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 3px;
  margin-bottom: 25px;
}
h2 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #F08372;
}
a:hover {
  text-decoration: none;
  color: #7F8C68;
}
.row {
  padding: 35px 0;
}
.center {
  text-align: center;
}
.leesmeer {
  display: inline-block;
  border: 1px solid;
  border-radius: 25px;
  padding: 10px 20px;
  margin-top: 15px;
}
span.dot {
  color: #F08372;
  margin: 0 10px;
}
.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, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #6c757d !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; }

/* contact form 7 */
.btn-outline-primary {
    color: #fff;
    background-color: #7F8C68;
    border: 0;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #F08372;
    border: 0;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #F08372;
    border: 0;
}

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form label, .wpcf7-form p{
    width: 100%;
}
.wpcf7-form{
    max-width: 100%;
}
textarea.form-control{
    max-height: 150px;
}
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	display: none;
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('img/loader.svg');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

/* menu dorpdown on hover */
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-menu{
    margin-top: 0;
}





/* Large Devices, Wide Screens */

@media only screen and (max-width: 1199px) {
  #masthead .navbar {
    width: 100%;
  }
  #masthead .navbar .nav-item {
    margin: 5px 12px;
  }
  #masthead .menu-item-132 {
    display: none;
  }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  #klantenslider .carousel-item-inner {
    max-width: 500px;
  }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
  .popupshow .img-show {
    width: 80%;
  }
  .textinner {
    position: relative;
  }
  #afbeelding_links .img,
  #afbeelding_rechts .img,
  #nieuwsbericht .img {
    margin: 20px auto;
    display: block;
    float: unset;
  }
  #klantenslider .carousel-item-inner {
    max-width: 400px;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
  .popupshow .img-show {
    width: 90%;
  }
  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }
}

/* Custom, iPhone Retina */

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