#home-slider .slick-slide, .projects-section, .project, .bottom-box, .bottom-box__image, .inspiratie__item, .left-aligned-section, .contact-form-section,
.inspiratie-form-section, .single-section__col_left, .single-img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider .slick-slide {
  position: relative;
  height: 500px;
  /*define the height of slide*/
  transition: height 0.3s ease;
}
#home-slider .slick-slide .row {
  height: 100%;
  position: relative;
}
#home-slider .slider-caption {
  position: absolute;
  top: 41%;
  left: 0;
  max-width: 650px;
  width: 100%;
  padding: 5px 10px;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#home-slider .slider-caption p, #home-slider .slider-caption h3 {
  color: #fff;
}
#home-slider .page-title {
  line-height: 1.2;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(15, 7, 6, 0.4);
  z-index: 0;
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/
  }

  .arrows {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/
  }
  #home-slider .slider-caption {
    left: 15px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  #home-slider .slider-caption {
    left: 50px;
    max-width: 430px;
  }
}
@media only screen and (min-width: 1025px) {
  #home-slider .slider-caption {
    left: 8.3%;
  }
  #home-slider .slick-slide {
    min-height: 810px;
    /*define the height of slide*/
  }
  #home-slider .slider-subtitle p {
    font-size: 29.17px;
  }

  .arrows {
    position: absolute;
    bottom: 100px;
    left: 0;
    color: #fff;
  }
  .arrows__item {
    display: inline-block;
    cursor: pointer;
    line-height: 0;
    transition: all 0.3s ease;
  }
  .arrows__item:first-child {
    margin-right: 5px;
  }
  .arrows__item:hover {
    color: #88b917;
  }

  #arrow-left:hover .st0, #arrow-right:hover .st0 {
    fill: #88b917;
  }
}
/* Foundation tweaks */
.row {
  max-width: 1076px;
}

.columns, .column {
  min-height: 1px;
}

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.project-name {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -100;
}

.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
}

.gfield_required {
  display: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  text-align: center;
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right;
  /*aligning of submit button*/
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px 15px;
  color: #990000;
  border: none;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto;
  overflow-x: hidden;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
}

/* Placeholder styling */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #101010;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #101010;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #101010;
  opacity: 1;
}
input::placeholder, textarea::placeholder {
  color: #101010;
  opacity: 1;
}
input:placeholder, textarea:placeholder {
  color: #101010;
  opacity: 1;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #522111;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  transition: all 0.3s ease;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: #281008;
}

/* Button additional styles */
.button {
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #2f2f2f;
  font-family: "Nunito Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  font-family: inherit;
  color: inherit;
}

p {
  /*basic paragraph styles*/
}
p:empty {
  display: none;
}

ul {
  /*basic list styles*/
  font-size: inherit;
}
ul li {
  /*basic list-item styles*/
}

a {
  color: #522111;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #fff;
}

@media (min-width: 1025px) {
  .contact-form__field input, .contact-form__field textarea, .contact-form__field select, .contact-form .gform_description, .contact-form .gfield_label {
    font-size: 18.75px;
  }
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Preloader */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader__icon:before {
  display: block;
  content: '\f1ce';
  font-size: 50px;
  font-family: FontAwesome;
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.preloader--hidden {
  opacity: 0;
  visibility: hidden;
}

/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Align Middle */
.align-middle {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
ul.pagination {
  margin: 1rem 0;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #522111;
  display: block;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer;
}
#searchsubmit:after {
  font-family: FontAwesome;
  font-size: 20px;
}

#home-slider .slick-slide, .projects-section, .project, .bottom-box, .bottom-box__image, .inspiratie__item, .left-aligned-section, .contact-form-section,
.inspiratie-form-section, .single-section__col_left, .single-img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header__logo img {
  max-height: 50px;
  max-width: 160px;
}

.logo img {
  max-height: 150px;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding-top: 100px;
  padding-bottom: 100px;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #522111;
}
.not-found .label:hover {
  background-color: #30130a;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
.top-section {
  background-repeat: no-repeat;
}
.top-section_home {
  background-position: 9% 23%;
}
.top-section_over-ons {
  background-position: -11% 51%;
}
.top-section_diensten {
  position: relative;
  background-position: 94% -30%;
}
.top-section_diensten:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1076px;
  width: 100%;
  height: 80px;
  background-image: url("../images/hout2.png");
  background-repeat: no-repeat;
}
.top-section_inspiratie {
  background-position: 100% -7%;
}
.top-section_vacatures {
  background-position: -28% 0%;
}
.top-section_contact {
  background-position: 120% 0%;
}
.top-section ul {
  margin-left: 0;
}
.top-section ul li {
  list-style: none;
  position: relative;
  padding-left: 24px;
}
.top-section ul li:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: #88b917;
}

.top-box h1, .top-box h2, .top-box h3, .top-box h4, .top-box h5, .top-box h6, .white-box h1, .white-box h2, .white-box h3, .white-box h4, .white-box h5, .white-box h6 {
  color: #101010;
}

.white-box__inner {
  background-color: #fff;
  box-shadow: 0px 0px 80px 10px rgba(0, 0, 0, 0.14);
}
.white-box__item h1, .white-box__item h2, .white-box__item h3, .white-box__item h4, .white-box__item h5, .white-box__item h6 {
  font-weight: 900;
}
.white-box__item p:last-child {
  margin-bottom: 0;
}
.white-box__address p:last-child, .white-box__email p:last-child, .white-box__phone p:last-child {
  margin-bottom: 0;
}
.white-box__address a, .white-box__email a, .white-box__phone a {
  color: #101010;
}
.white-box__address a:hover, .white-box__email a:hover, .white-box__phone a:hover {
  color: #a38977;
}
.white-box_home .white-box__inner {
  margin-bottom: 50px;
}
.white-box_over-ons .white-box__first-part {
  padding: 0;
}
.white-box_over-ons .white-box__first-part img {
  width: 100%;
}
.white-box_contact .white-box__inner {
  position: relative;
}
@media (min-width: 1025px) {
  .white-box_contact .white-box__inner:before {
    content: "";
    position: absolute;
    bottom: -52px;
    width: 80%;
    height: 52px;
    background-image: url(../images/hout3.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-position: 0 100%;
  }
}

.project {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 30px;
}
.project__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-image: url("../images/zoom_icon.png");
  background-position: 50%;
  background-repeat: no-repeat;
  opacity: 0;
  cursor: pointer;
  transition: all .5s ease;
}
.project__overlay:hover {
  opacity: 1;
}
.project__overlay:hover + .project__inner {
  display: none;
}
.project__overlay_brown {
  background-color: rgba(82, 33, 17, 0.9);
}
.project__overlay_choco {
  background-color: rgba(163, 137, 119, 0.9);
}
.project__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  color: #fff;
  background-color: rgba(15, 7, 6, 0.2);
  font-size: 0;
  white-space: nowrap;
}
.project__inner:before {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.project__inner > * {
  vertical-align: bottom;
  display: inline-block;
  white-space: normal;
}
.project__title {
  font-weight: bold;
}
.project_bulb {
  position: relative;
  transition: all .3s ease;
  background-color: #a38977;
}
.project_bulb:before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 26px;
  background-image: url("../images/bulb.png");
  z-index: 2;
}
.project_bulb:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 80px 0;
  border-color: transparent #a38977 transparent transparent;
}
.project_bulb:hover {
  opacity: 0.8;
}
.project_arrow {
  position: relative;
  transition: all .3s ease;
}
.project_arrow:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f054";
  bottom: 10px;
  right: 16px;
  z-index: 2;
  color: #fff;
  transition: all .3s ease;
}
.project_arrow:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 80px 80px;
  border-color: transparent transparent #a38977 transparent;
}
.project_arrow:hover {
  opacity: 0.9;
}
.project_arrow:hover:before {
  right: 20px;
}
.project_arrow:hover:after {
  border-color: transparent transparent #987b66 transparent;
}

.project-box {
  position: relative;
  color: #fff;
  text-align: center;
  padding-bottom: 100%;
  margin-bottom: 30px;
}
.project-box__inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 15px;
}
.project-box__title {
  font-weight: bold;
}
.project-box__btn {
  display: inline-block;
  color: #fff;
  font-size: 14.58px;
  padding: 8px 21px;
  text-transform: uppercase;
  font-weight: 900;
}
.project-box_brown {
  background-color: #522111;
}
.project-box_brown .project-box__btn {
  border: 2px solid #a38977;
}
.project-box_brown .project-box__btn:hover {
  background-color: #a38977;
}
.project-box_choco {
  background-color: #a38977;
}
.project-box_choco .project-box__btn {
  border: 2px solid #522111;
}
.project-box_choco .project-box__btn:hover {
  background-color: #522111;
}

.bottom-box {
  position: relative;
  text-align: center;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #f7f7f7;
}
.bottom-box:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #f7f7f7;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, rgba(247, 247, 247, 0.7)));
  background: linear-gradient(to bottom, #f7f7f7 0%, rgba(247, 247, 247, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7', GradientType=0 );
}
.bottom-box .section-title {
  margin-bottom: 10px;
}
.bottom-box .section-descr {
  color: #2f2f2f;
}
.bottom-box__image {
  padding-bottom: 37%;
}
.bottom-box__pt-none {
  padding-top: 0 !important;
}
.bottom-box_darken:after {
  background: #f7f7f7;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, rgba(247, 247, 247, 0.8)));
  background: linear-gradient(to bottom, #f7f7f7 0%, rgba(247, 247, 247, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7', GradientType=0 );
}

.testimonials-section {
  background-color: #f7f7f7;
}

.testimonial {
  position: relative;
  background-image: url("../images/_.png");
  background-repeat: no-repeat;
  background-position: 88% 50%;
}
.testimonial__outer {
  position: relative;
}
.testimonial__outer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.testimonial__col {
  display: table;
}
.testimonial__content-wrap {
  display: table-cell;
  vertical-align: middle;
}
.testimonial__item {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@media (min-width: 1025px) {
  .testimonial__item .columns {
    background-color: #fff;
  }
  .testimonial__item .columns:first-child {
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .testimonial__content p {
    font-size: 20.83px;
  }
  .testimonial__content .line {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  .testimonial__photo {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .testimonial__stars {
    margin-bottom: 25px;
  }
}
@media (max-width: 640px) {
  .testimonial__stars {
    display: block;
    margin: 0 auto 30px;
  }
}
@media (min-width: 1025px) {
  .testimonial__stars {
    margin-bottom: 50px;
  }
}

.projecten .project-wrap {
  margin-bottom: 30px;
}
.projecten .project-title {
  font-weight: bold;
  margin-bottom: 0;
}
.projecten .project-title a:hover {
  color: #a38977;
}

.inspiratie__col {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .inspiratie__col_double_w .inspiratie__item {
    padding-bottom: 48%;
  }
}
@media (min-width: 1025px) {
  .inspiratie__col_double_h {
    float: right;
  }
  .inspiratie__col_double_h .inspiratie__item {
    padding-bottom: calc(200% + 31px);
  }
}
.inspiratie__col:last-child {
  margin-bottom: 0;
}
.inspiratie__item {
  position: relative;
  padding-bottom: 100%;
  transition: all .3s ease;
}
.inspiratie__item_def:hover {
  opacity: .9;
}
.inspiratie__title, .inspiratie__term {
  color: #fff;
}
.inspiratie__inner {
  text-align: center;
  padding: 0 15px;
}
.inspiratie__title {
  font-size: 22.92px;
  font-weight: 300;
}
.inspiratie__term {
  font-size: 29.17px;
  font-weight: 600;
}
.inspiratie__overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all .3s ease;
}
.inspiratie__overlay:hover {
  opacity: 1;
}
.inspiratie__overlay_brown {
  background-color: #522111;
  background-image: url(../images/bulb-brown.png);
}
.inspiratie__overlay_choco {
  background-color: #a38977;
  background-image: url(../images/bulb-choco.png);
}

.content-section__col-left {
  display: table;
}
.content-section__item_left {
  display: table-cell;
  vertical-align: middle;
}
.content-section p:last-child {
  margin-bottom: 0;
}
.content-section img {
  width: 100%;
  margin: 0;
}

.left-aligned-section h1, .left-aligned-section h2, .left-aligned-section h3, .left-aligned-section h4, .left-aligned-section h5, .left-aligned-section h6 {
  margin-bottom: 10px;
}

.inspiratie-form-section {
  position: relative;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.inspiratie-form-section:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0.7)));
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7', GradientType=0 );
}
.inspiratie-form-section_darken:after {
  background: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7', GradientType=0 );
}

.contact-form__field input, .contact-form__field select {
  height: 43px;
}
.contact-form__field input, .contact-form__field textarea, .contact-form__field select {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #522111;
  padding-left: 17px;
}
.contact-form__field input:focus, .contact-form__field textarea:focus, .contact-form__field select:focus {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #522111;
}
.contact-form__field textarea {
  height: 45px;
}
.contact-form .gform_footer {
  float: left;
  width: 100%;
  padding: 50px 15px 0;
  text-align: center;
}
.contact-form .gform_button {
  background-color: transparent;
  font-weight: 900;
  padding: 12px 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contact-form .gform_heading {
  text-align: center;
  margin-bottom: 100px;
}
.contact-form .gform_title {
  max-width: 550px;
  margin: 0 auto;
}
.contact-form .gfield_label {
  padding-left: 17px;
}
.contact-form_contact .gform_button {
  border: 2px solid #522111;
}
.contact-form_contact .gform_button:hover, .contact-form_contact .gform_button:focus {
  background-color: #522111;
}
.contact-form_contact .gfield_label {
  color: #dac2b1;
}
.contact-form_contact input, .contact-form_contact textarea {
  color: #fff;
}
.contact-form_contact input::-webkit-input-placeholder, .contact-form_contact textarea::-webkit-input-placeholder {
  color: #dac2b1;
}
.contact-form_contact input:-ms-input-placeholder, .contact-form_contact textarea:-ms-input-placeholder {
  color: #dac2b1;
}
.contact-form_contact input::-moz-placeholder, .contact-form_contact textarea::-moz-placeholder {
  color: #dac2b1;
}
.contact-form_contact input::placeholder, .contact-form_contact textarea::placeholder {
  color: #dac2b1;
}
.contact-form_contact input:placeholder, .contact-form_contact textarea:placeholder {
  color: #dac2b1;
}
.contact-form_contact .gform_confirmation_message {
  font-size: 18.75px;
  color: #fff;
}
.contact-form_inspiratie .gform_button {
  border: 2px solid #88b917;
  color: #101010;
}
.contact-form_inspiratie .gform_button:hover, .contact-form_inspiratie .gform_button:focus {
  background-color: #88b917;
  color: #fff;
}
.contact-form_inspiratie input, .contact-form_inspiratie textarea {
  color: #101010;
}
.contact-form_inspiratie input:focus, .contact-form_inspiratie textarea:focus {
  color: #101010;
}
.contact-form_inspiratie .gform_confirmation_message {
  font-size: 18.75px;
  color: #522111;
}

.acf-map {
  height: 450px;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  background-color: #522111;
  color: #a38977;
  line-height: 29.17px;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  font-weight: 900;
}
.footer p {
  margin-bottom: 3px;
}
.footer a {
  color: #a38977;
  line-height: 29.17px;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
}
.footer__logo img {
  max-width: 200px;
}
.footer__bottom {
  padding: 26px 0;
  background-color: #4A1E0F;
  margin: 0;
}
.footer__bottom p {
  color: #69483a;
}
.footer__bottom p:last-child {
  margin-bottom: 0;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  display: block;
  padding: 5px 10px;
}

@media (min-width: 641px) {
  .single-section {
    height: 620px;
  }
  .single-section .row {
    height: 100%;
  }
}
.single-section__col {
  height: 100%;
}
@media (max-width: 640px) {
  .single-section__col_left {
    padding: 50px 0;
  }
}
@media (min-width: 641px) {
  .single-section__col_left {
    padding-top: 100px;
  }
}
@media (min-width: 1025px) {
  .single-section__col_left {
    width: 36%;
  }
}
.single-section__col_right {
  background-color: #f2f2f2;
}
@media (min-width: 641px) {
  .single-section__col_right {
    display: table;
  }
}
@media (min-width: 1025px) {
  .single-section__col_right {
    width: 64%;
    padding-right: calc((100vw - 1076px) / 2) !important;
  }
}

.single-img {
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 80px 10px rgba(0, 0, 0, 0.14);
}
@media (max-width: 1024px) {
  .single-img {
    display: inline-block;
  }
}
@media (max-width: 640px) {
  .single-img {
    padding-bottom: 100%;
  }
}
@media (min-width: 641px) {
  .single-img {
    max-width: 420px;
    max-height: 420px;
  }
}
@media (min-width: 1025px) {
  .single-img {
    position: relative;
    left: calc((100vw - 1076px) / 2);
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .single-img {
    left: 15%;
  }
}

.single-content-box {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .single-content-box {
    padding: 0 8%;
  }
}
@media (max-width: 640px) {
  .single-content-box {
    padding: 50px 5%;
  }
}
@media (min-width: 1025px) {
  .single-content-box {
    padding-left: 30%;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .single-content-box {
    padding: 0 15px 0 15%;
  }
}

.gallery__link {
  display: block;
  margin-bottom: 50px;
}
.gallery__link:last-child {
  margin-bottom: 30px;
}
.gallery__img {
  max-width: 770px;
  width: 100%;
}

/*# sourceMappingURL=custom.css.map */
