/*
Theme Name: wpdave
Theme URI: https://wpdave.com
Author: Dave van Hoorn
Author URI: https://wpdave.com
Description: HTML5 Boilerplate based starter theme for WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpdave
*/

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  color: #222;
  font-size: 1em;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.4;
  background-color: #faf9f7;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Main
   ========================================================================== */
body.mobile-menu-open {
  overflow: hidden;
  position: fixed;
}
body {
  overflow-x: hidden;
}
#mobile-container {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
body.mobile-menu-open #mobile-container {
  left: 240px;
  overflow: hidden;
}
#container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
body.mobile-menu-open #container {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.wrapper {
  position: relative;
  width: 100%;
  max-width: 1024px;
  height: auto;
  padding: 0 20px;
  margin: 0 auto;
}

/* ==========================================================================
   Fonts
   ========================================================================== */
#main-left a:link,
#main-left a:visited,
#main-left a:hover,
#main-left a:active {
  color: #e88624;
  text-decoration: none;
  transition: all 0.2s ease;
}
#main-left a:hover {
  color: #d85f03;
}

/* ==========================================================================
   Header
   ========================================================================== */
#header {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 60px 0 0 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0px 0 35px 0px rgba(0, 0, 0, 0.08);
}
#header-logo {
  position: absolute;
  width: auto;
  height: auto;
  top: -25px;
  display: block;
  text-decoration: none;
  text-align: center;
}
#header-image {
  display: inline-block;
  margin: -20px 12px 0 0;
}
#header-title {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #afa9b3;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color 0.2s ease;
}
#icon-mobile-menu,
#icon-mobile-menu-close {
  position: absolute;
  top: 44px;
  z-index: 1;
  left: 0;
  padding: 16px 10px 10px 20px;
  z-index: 2;
  display: none;
}
#icon-mobile-menu-close {
  padding: 14px 10px 10px 22px;
  width: 57px;
  opacity: 0;
  z-index: 1;
}
body.mobile-menu-open #icon-mobile-menu {
  opacity: 0;
  z-index: 1;
}
body.mobile-menu-open #icon-mobile-menu-close {
  opacity: 1;
  z-index: 2;
}
body.home #header-title {
  color: #662d91;
}
#header-logo:hover #header-title {
  color: #662d91;
}
#header-quick-info {
  position: absolute;
  top: -60px;
  right: 50px;
  padding: 9px 14px 10px 16px;
  min-width: 308px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 100;
  background-color: #cfcdd0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: background 0.4s ease;
}
#header-quick-info:hover {
  background-color: #a8a0ac;
}
#header-quick-info img {
  height: 10px;
  width: auto;
}
#header-quick-info-phone {
  position: relative;
  margin: 0 4px 0 0;
  height: 16px !important;
}
#header-quick-info-email {
  position: relative;
  margin: 0px 4px 0 16px;
  height: 12px !important;
}
#header-quick-info a {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1;
  text-decoration: none;
}
#header-quick-info a:hover {
  text-decoration: underline;
}
@media all and (min-width: 0px) and (max-width: 580px) {
  #header {
    padding: 0;
  }
  #header-logo {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 0;
    padding: 47px 8px 10px 0;
  }
  #icon-mobile-menu,
  #icon-mobile-menu-close {
    display: block;
  }
  #header-image {
    margin-top: -17px;
    margin-right: 6px;
    width: 40px;
    display: none;
  }
  #header-title {
    font-size: 16px;
    line-height: 22px;
  }
  #header-quick-info {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: inherit;
    border-radius: 0;
    text-align: center;
    z-index: 2;
    background-color: #a8a0ac;
    transition: none;
  }
  body.mobile-menu-open #header-quick-info {
    left: 240px;
  }
  #header-quick-info * {
    display: inline-block;
  }
  nav {
    display: none;
  }
}

/* ==========================================================================
   Navigation
   ========================================================================== */
nav,
nav ul {
  position: relative;
  float: right;
  width: auto;
}
nav ul,
nav li {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav li a {
  display: block;
  padding: 10px 12px 14px 12px;
  margin: 0;
  color: #afa9b3;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  border-bottom: solid 1px transparent;
}
nav li a:hover {
  color: #662d91;
  padding: 10px 13px 14px 13px;
  border-bottom: solid 1px transparent;
}
nav li.current-menu-item a {
  color: #662d91;
  padding: 10px 13px 14px 13px;
  border-bottom: solid 1px #662d91;
}

/* ==========================================================================
   Hero
   ========================================================================== */
#hero {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  min-height: 400px;
  max-height: 400px;
  display: block;
  overflow: hidden;
  background-color: #fff;
  z-index: 1;
}
#hero .slides,
#hero .slides li,
#hero .slides li figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hero .slides li figure,
#hero .slides li figure img {
  margin: 0;
  padding: 0;
  height: 100%;
  display: block;
}
#hero .cta {
  position: absolute;
  width: 100%;
  max-width: 400px;
  height: auto;
  left: 60px;
  top: 50px;
  margin: 0;
  z-index: 9;
  border-radius: 20px;
}
#hero .cta h1,
#hero .cta h6 {
  margin: 0;
  padding: 0;
}
#hero .cta h1 {
  color: #662d91;
  font-size: 25px;
  font-weight: 500;
}
#hero .cta h6 {
  color: #afa9b3;
  font-size: 12px;
  font-weight: 400;
}
#hero .cta p {
  max-width: 350px;
  color: #685d6c;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.02);
}
#hero .cta a {
  color: #e88624;
  text-decoration: none;
  transition: all 0.2s ease;
}
#hero .cta a:hover {
  color: #d85f03;
}
#hero .cta a.conversie {
  display: inline-block;
  margin: 9px 0 0 0;
  padding: 10px 30px;
  border-radius: 100px;
  border: solid 1px #662d91;
  background-color: #662d91;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s ease;
}
#hero .cta a.conversie:hover {
  background-color: #662d91;
  padding: 10px 38px;
}
@media all and (min-width: 0px) and (max-width: 479px) {
  body.page-id-62 .conversie {
    display: none !important;
  }
  #hero {
    min-height: inherit;
    max-height: inherit;
  }
  #hero .cta {
    position: relative;
    left: 0;
    top: 0;
    margin: 30px 0;
  }
  #hero .slides {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  #hero .slides li {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
  }
  #hero figure,
  #hero figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
  #hero .cta a.conversie {
    width: 100%;
    text-align: center;
  }
  .object-fit {
    object-position: center bottom !important;
  }
}

/* ==========================================================================
   Main
   ========================================================================== */
.main {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 40px 0;
}
#main-left {
  position: relative;
  float: left;
  width: 60%;
  height: auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 3px;
}
#formulier {
  position: relative;
  float: right;
  width: 40%;
  height: auto;
  padding: 0 0 0 30px;
}
#formulier .dontshow {
  display: none !important;
  opacity: 0 !important;
}
#formulier h6 {
  color: #fff;
  font-size: 1.8em;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#formulier hr {
  opacity: 0.2;
}
#formulier .quform-outer {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 40px;
  background-color: #cfcdd0;
  border-radius: 3px;
  background: rgb(102, 45, 145); /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(102, 45, 145, 1) 0%,
    rgba(130, 70, 172, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(102, 45, 145, 1) 0%,
    rgba(130, 70, 172, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(102, 45, 145, 1) 0%,
    rgba(130, 70, 172, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d91', endColorstr='#8246ac',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#formulier label {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0 6px 0;
}
#formulier .quform-elements .quform-element:first-child label {
  margin-top: 0;
}
#formulier input,
#formulier textarea {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 6px 10px;
  border: none;
  outline: none;
  border-radius: 2px;
  line-height: inherit;
}
#formulier input:focus,
#formulier textarea:focus {
  -ms-transform: translate(0, -1px);
  -webkit-transform: translate(0, -1px);
  transform: translate(0, -1px);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}
#formulier input::-webkit-input-placeholder,
#formulier textarea::-webkit-input-placeholder {
  color: #d0ced1;
  font-size: 13px;
  font-style: italic;
}
#formulier input:-moz-placeholder,
#formulier textarea:-moz-placeholder {
  color: #d0ced1;
  font-size: 13px;
  font-style: italic;
}
#formulier input::-moz-placeholder,
#formulier textarea::-moz-placeholder {
  color: #d0ced1;
  font-size: 13px;
  font-style: italic;
}
#formulier input:-ms-input-placeholder,
#formulier textarea:-ms-input-placeholder {
  color: #d0ced1;
  font-size: 13px;
  font-style: italic;
}
#formulier input:focus::-webkit-input-placeholder,
#formulier textarea:focus::-webkit-input-placeholder {
  color: #fff;
}
#formulier input:focus:-moz-placeholder,
#formulier textarea:focus:-moz-placeholder {
  color: #fff;
}
#formulier input:focus::-moz-placeholder,
#formulier textarea:focus::-moz-placeholder {
  color: #fff;
}
#formulier input:focus:-ms-input-placeholder,
#formulier textarea:focus:-ms-input-placeholder {
  color: #fff;
}
#formulier .quform-errors-wrap {
  float: left;
  width: 100%;
}
#formulier .quform-submit,
#formulier .quform-submit-inner,
#formulier .quform-submit button {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  border-radius: 2px !important;
}
#formulier .quform-submit {
  margin: 0 !important;
}
#formulier .quform-submit button:hover {
  background-color: #db8a18 !important;
}
#formulier .quform-submit button {
  color: #fff !important;
  font-weight: bold !important;
  background-color: #eb9829 !important;
  outline: none !important;
  border: none !important;
  border-radius: 2px !important;
}
#formulier .quform-submit button em {
  color: #fff;
  font-weight: bold;
}
#formulier .quform-errors > .quform-error,
.quform-outer-no-js .quform-error {
  border: none;
  width: 100%;
  padding: 10px;
  background-image: none;
  border-radius: 2px;
  color: #811c14;
}
#formulier .quform-success-message {
  border: none;
  background-image: none;
  padding: 14px;
  color: #284909;
  font-size: 13px;
  border-radius: 2px;
  line-height: 20px;
  margin: 0 0 10px 0;
}
#main-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0.16;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
  margin: 0;
  color: #685d6c;
  font-weight: 600;
  font-size: 2em;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.02);
}
.main h1:first-child {
  margin-top: 0;
  line-height: 1;
}
.main p:last-child {
  margin-bottom: 0;
}
.main p,
.main ul,
.main li {
  color: #685d6c;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.02);
}
.main p {
  margin: 1.6em 0;
}
.main p strong {
  color: #685d6c;
}
.main table {
  width: 100%;
  border: solid 1px #e4e3e4;
  color: #685d6c;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  background-color: #fff;
  border-radius: 3px;
}
.main table tbody tr td,
.main table tbody tr th {
  padding: 10px 10px;
  text-align: left;
}
.main hr {
  margin: 1em 0;
}
.main iframe {
  max-width: 100%;
}
@media all and (min-width: 0px) and (max-width: 580px) {
  body.page-id-62 .main {
    padding: 20px 0;
  }
  body.page-id-62 #main-left {
    display: none;
  }
  body.page-id-62 #formulier {
    width: 100%;
    padding: 56px 0 0 0;
    margin: -56px 0 0 0;
  }

  .main {
    padding: 20px 0;
  }
  #main-left,
  #formulier {
    width: 100%;
  }
  #main-left {
    padding: 20px;
  }
  #formulier {
    padding: 20px 0 0 0;
  }
  #formulier .quform-outer {
    padding: 20px;
  }
  #formulier h6 {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 581px) and (max-width: 768px) {
  #main-left {
    padding: 20px;
  }
  #formulier .quform-outer {
    padding: 20px;
  }
}

/* ==========================================================================
   Testimonials
   ========================================================================== */
#testimonials {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 32px 0 26px 0;
  text-align: center;
  background: #a8a0ac;
  background: -moz-linear-gradient(left, #e4721f 0%, #eb9829 100%);
  background: -webkit-linear-gradient(left, #e4721f 0%, #eb9829 100%);
  background: linear-gradient(to right, #e4721f 0%, #eb9829 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4721f', endColorstr='#eb9829',GradientType=1 );
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  z-index: 2;
}
#testimonials img,
#testimonials h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  display: inline-block;
  margin: 0;
  padding: 0;
}
#testimonials img {
  width: 40px;
  height: auto;
  margin: 0 14px 0 0;
}
@media all and (min-width: 0px) and (max-width: 580px) {
  body.page-id-62 #testimonials {
    display: none;
  }
  #testimonials {
    padding: 20px 0;
  }
  #testimonials h6 {
    font-size: 14px;
    font-weight: 400;
  }
  #testimonials img {
    margin: 0 0 10px 0;
  }
}

/* ==========================================================================
   Contact Bar
   ========================================================================== */
#contact-bar {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 40px 0 24px 0;
  text-align: center;
  background: rgb(102, 45, 145); /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(102, 45, 145, 1) 0%,
    rgba(130, 70, 172, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(102, 45, 145, 1) 0%,
    rgba(130, 70, 172, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(102, 45, 145, 1) 0%,
    rgba(130, 70, 172, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d91', endColorstr='#8246ac',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
#contact-bar .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact-bar-item {
  position: relative;
  float: left;
  width: 33.33%;
  height: auto;
}
.contact-bar-item-img {
  position: relative;
  width: auto;
  height: auto;
}
.contact-bar-item-img #icon-email {
  height: 22px;
  margin: 2px 0 12px 0;
}
.contact-bar-item-img #icon-phone {
  height: 36px;
  margin: -10px 0 10px 0;
}
.contact-bar-item-img #icon-phone-alt {
  height: 26px;
  margin: -2px 0 12px 0;
}
.contact-bar-item a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
@media all and (min-width: 0px) and (max-width: 580px) {
  #contact-bar {
    background: #a8a0ac;
    background: -moz-linear-gradient(left, #e4721f 0%, #eb9829 100%);
    background: -webkit-linear-gradient(left, #e4721f 0%, #eb9829 100%);
    background: linear-gradient(to right, #e4721f 0%, #eb9829 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4721f', endColorstr='#eb9829',GradientType=1 );
  }
  #contact-bar {
    padding: 20px 0;
  }
  .contact-bar-item {
    width: 100%;
    padding: 30px 0 14px 0;
    border-bottom: dotted 1px #fff;
  }
  .contact-bar-item:first-child {
    padding-top: 0;
    padding-bottom: 14px;
  }
  .contact-bar-item:last-child {
    padding-top: 20px;
    padding-bottom: 0;
    border: none;
  }
}

@media all and (min-width: 580px) {
  #contact-bar .wrapper {
    flex-direction: row;
  }
}

/* ==========================================================================
   Testimonials
   ========================================================================== */
#reviews,
#reviews-cta {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  background-color: #fff;
}
.review {
  position: relative;
  float: left;
  width: 50%;
  height: auto;
  margin: 0 auto;
  padding: 60px 30px 40px 30px;
  color: #685d6c;
  font-size: 13px;
  line-height: 22px;
}
.review:last-child span.hugefont {
  position: absolute;
  top: inherit;
  bottom: -420px;
  left: inherit;
  right: -170px;
  font-size: 400px;
  z-index: 0;
  line-height: 1;
}
.review span {
  padding: 0 10px;
  text-align: center;
  display: block;
}
.review span.hugefont {
  position: absolute;
  top: -140px;
  left: -170px;
  font-size: 400px;
  line-height: 1;
  z-index: 0;
  color: #f6f6f6;
}
.review h6 {
  color: #685d6c;
  font-size: 18px;
  margin: 20px 0 0 0;
  padding: 20px 20px 0 20px;
  line-height: 1.6;
  background-color: #f6f6f6;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.review p {
  position: relative;
  padding: 18px 20px 20px 20px;
  margin: 0;
  background-color: #f6f6f6;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 1;
}
.review p:last-child {
  padding-top: 0;
}
#reviews-cta {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 50px;
}
#reviews-cta a {
  color: #fff;
  padding: 12px 20px;
  font-weight: 700;
  background-color: #eb9829;
  outline: 0;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  background: #a8a0ac;
  background: -moz-linear-gradient(left, #e4721f 0, #eb9829 100%);
  background: -webkit-linear-gradient(left, #e4721f 0, #eb9829 100%);
  background: linear-gradient(to right, #e4721f 0, #eb9829 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4721f', endColorstr='#eb9829', GradientType=1 );
}

@media all and (max-width: 768px) {
  .review {
    width: 100%;
  }
  .review:last-child {
    padding-top: 0;
  }
  .review span.hugefont {
    display: none;
  }
}
@media all and (max-width: 580px) {
  .review {
    width: 100%;
    padding: 20px 10px;
  }
  .review:last-child {
    padding: 0 10px 30px 10px;
  }
  .review span.hugefont {
    display: none;
  }
}

/* ==========================================================================
   Footer
   ========================================================================== */
#footer {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  background-color: #f6f6f6;
}
.footer-item {
  position: relative;
  float: left;
  width: 33.33%;
  height: auto;
  min-height: 450px;
  padding: 40px 20px 20px 60px;
  overflow: hidden;
}
.footer-item:first-child {
  padding: 0;
}
.footer-item:last-child {
  padding: 40px 0 0 0;
}
.footer-item figure {
  position: absolute;
  bottom: 0;
  margin: 0;
}
.footer-item figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.footer-item h6 {
  color: #afa9b3;
  font-size: 18px;
  font-weight: 100;
  margin: 0;
  padding: 0;
}
.footer-item p {
  color: #afa9b3;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.footer-item p strong {
  color: #685d6c;
}
.footer-item p a {
  color: #e88624;
  transition: all 0.2s ease;
  text-decoration: none;
}
.footer-item p a:hover {
  color: #d85f03;
}
@media all and (min-width: 0px) and (max-width: 580px) {
  #footer .wrapper {
    float: left;
  }
  .footer-item {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .footer-item:first-child {
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 0.4;
  }
  .footer-item:last-child {
    display: none;
  }
  .footer-item h6 {
    color: #685d6c;
  }
  .footer-item p {
    color: #685d6c;
  }
}

/* ==========================================================================
   Sub Footer
   ========================================================================== */
#sub-footer {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 20px 0;
  text-align: center;
  line-height: 1;
  background-color: #fff;
  color: #938c95;
  font-size: 10px;
  font-weight: bold;
}
#sub-footer a {
  color: #938c95;
}
#sub-footer img {
  margin: 0 5px 20px 5px;
}
@media all and (max-width: 580px) {
  #sub-footer span {
    display: none;
  }
}

/* ==========================================================================
   Mobile menu
   ========================================================================== */
#mobile-menu {
  position: fixed;
  width: 240px;
  height: 200%;
  top: 0;
  left: 0;
  background-color: #342d37;
  display: none;
}
#mobile-menu nav {
  display: block;
}
#mobile-menu nav ul li,
#mobile-menu nav ul li a {
  width: 100%;
  display: block;
}
#mobile-menu nav ul li a {
  color: #faf9f7;
  border-bottom: solid 1px #403943;
  padding: 20px;
  font-weight: bold;
  font-size: 17px;
}
#mobile-menu nav ul li.current-menu-item a {
  color: #e67b21;
}
body.mobile-menu-open #mobile-menu {
  display: block;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.round {
  border-radius: 2px;
}
.animate {
  transition: all 0.2s ease;
}
.shadow {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}
.add-object-fit {
  object-fit: cover;
  object-position: left center;
  font-family: "object-fit: cover; object-position: center;";
  width: 100%;
  height: 100%;
}
.fallback-object-fit {
  background-position: left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
