body {
  font-family: futura-pt, sans-serif;
  color: #333333;
  font-weight: 300;
  font-style: normal;
  color: #3C3C3B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media (min-width: 1400px) {
  .container {
    max-width: 1340px; } }
h1, h2, h3 {
  font-size: 2em;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0px; }

h4, h5 {
  font-size: 1.2em;
  text-transform: uppercase;
  margin-top: 0px; }

p {
  font-size: 1em;
  color: #333333; }

ul, li {
  font-size: 1em; }

p.summary {
  font-size: 1em; }

b, strong {
  font-weight: 700; }

small {
  font-size: 90%; }

@media (max-width: 768px) {
  p, ul, li {
    font-size: 1em; }

  p.summary {
    font-size: 1.1em; }

  h1, h2, h3 {
    font-size: 1.6em; }

  h4, h5 {
    font-size: 1.1em; } }
.underline {
  display: inline-block; }
  .underline:after {
    content: '';
    display: block;
    background: #FAA528;
    height: 3px; }

a {
  color: #FAA528; }
  a:hover {
    color: #8DB2C7; }

ul li {
  margin-bottom: 10px; }

.btn-primary {
  background: #FAA528;
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 0px;
  font-size: 1em;
  font-weight: 700;
  font-family: museo-sans, sans-serif;
  transition: all 0.2s ease; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active {
    background: #333333;
    transition: all 0.2s ease;
    color: #fff; }

.form-control {
  padding: 0.65em 0.75em;
  max-width: 500px; }

.form-control:disabled, .form-control[readonly] {
  background-color: transparent; }

.py-1 {
  padding-top: 1em;
  padding-bottom: 1em; }

.py-2 {
  padding-top: 2em;
  padding-bottom: 2em; }

.py-5 {
  padding-top: 5em;
  padding-bottom: 5em; }

.py-10 {
  padding-top: 10em;
  padding-bottom: 10em; }

.py-15 {
  padding-top: 15em;
  padding-bottom: 15em; }

.py-20 {
  padding-top: 20em;
  padding-bottom: 20em; }

.pt-1 {
  padding-top: 1em; }

.pt-5 {
  padding-top: 5em; }

.pt-10 {
  padding-top: 10em; }

.pt-20 {
  padding-top: 20em; }

.pb-1 {
  padding-bottom: 1em; }

.pb-5 {
  padding-bottom: 5em; }

.pb-10 {
  padding-bottom: 10em; }

.pb-20 {
  padding-bottom: 20em; }

.mt-5 {
  margin-top: 5em; }

.mt-10 {
  margin-top: 10em; }

.mt-20 {
  margin-top: 20em; }

.my-2 {
  margin-top: 2em !important;
  margin-bottom: 2em !important; }

.max-width-750 {
  max-width: 750px;
  margin: auto; }

.max-width-900 {
  max-width: 900px;
  margin: auto; }

.primary, .yellow {
  color: #FAA528; }

.black {
  color: #333333; }

header#masthead {
  margin-bottom: 0;
  background: #fff;
  padding: 0px;
  position: fixed;
  height: 95px;
  width: 100%;
  right: 0px;
  top: 0px;
  z-index: 3;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.87, -0.41, 0.19, 1.44); }
  header#masthead .container {
    position: relative; }
    header#masthead .container div#main-nav {
      position: relative;
      z-index: 999;
      right: 0px;
      top: -15px; }
    header#masthead .container .navbar-bg {
      position: absolute;
      top: 0px;
      right: 0px;
      padding: 48px; }
    header#masthead .container ul.navbar-nav {
      border: none; }
      header#masthead .container ul.navbar-nav li a {
        font-size: 1em;
        text-transform: uppercase;
        font-weight: 800;
        padding: 0px 0px;
        margin: 0px 20px;
        height: 33px;
        color: #000;
        border: none;
        min-width: 90px;
        text-align: center; }
        header#masthead .container ul.navbar-nav li a:hover {
          color: #FAA528;
          border: none; }
      header#masthead .container ul.navbar-nav li a.active {
        border: none;
        color: #FAA528 !important; }
      header#masthead .container ul.navbar-nav li.current_page_item > a {
        color: #FAA528; }
    header#masthead .container .navbar-brand {
      z-index: 2;
      transition: all 0.2s ease; }
      header#masthead .container .navbar-brand img {
        height: 54px;
        margin-top: 15px;
        padding: 15px;
        transition: all 0.2s ease; }

@media (max-width: 769px) {
  .navbar-brand img {
    max-width: 250px; } }
header#masthead.scrolled-nav {
  height: 62px;
  top: 0px;
  transition: all 0.3s cubic-bezier(0.87, -0.41, 0.19, 1.44); }

header#masthead.scrolled-nav .navbar-brand {
  transition: all 0.2s cubic-bezier(0.87, -0.41, 0.19, 1.44); }

header#masthead.scrolled-nav .navbar-brand img {
  height: 45px;
  margin-top: 5px;
  transition: all 0.2s ease; }

header#masthead.scrolled-nav .navbar-bg {
  height: 50px;
  padding-top: 30px;
  top: 0px; }

header#masthead.scrolled-nav .navbar-bg #main-nav {
  top: -15px; }

header#masthead.scrolled-nav .navbar-bg div#hamburger-1 {
  height: 62px;
  width: 80px;
  padding: 7px;
  background: #fff; }

@media (max-width: 992px) {
  nav#mainNav {
    position: fixed;
    left: 0px;
    top: 93px;
    background: #fff;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    transition: all 0.3s cubic-bezier(0.87, -0.41, 0.19, 1.44); }
    nav#mainNav div#main-nav {
      top: 0px !important; }

  header#masthead.scrolled-nav .navbar-bg #mainNav {
    top: 60px;
    transition: all 0.3s cubic-bezier(0.87, -0.41, 0.19, 1.44); } }
.hamburger .line {
  width: 50px;
  height: 3px;
  background-color: #000;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.hamburger:hover {
  cursor: pointer; }

div#hamburger-1 {
  position: absolute;
  right: 0px !important;
  top: 0px;
  padding: 21px;
  border-radius: 0px;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.87, -0.41, 0.19, 1.44); }

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0; }

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg); }

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg); }

@media (min-width: 992px) {
  div#hamburger-1 {
    display: none; } }
section#home {
  background: #fdc100;
  background-color: linear-gradient(90deg, #fdc100 30%, #ed7700 100%);
  background-image: url("/wp-content/themes/sunny/img/pattern.png");
  min-height: 45vh;
  height: 100%;
  padding: 50px 0px;
  padding-top: 250px;
  margin-bottom: 5em;
  overflow: hidden;
  position: relative; }
  section#home p {
    font-size: 1.4em; }

.book {
  margin-bottom: 3em;
  min-height: 580px; }
  .book a.book {
    margin-bottom: 1em;
    display: block;
    padding: 1em;
    transition: all 0.7s ease;
    text-decoration: none; }
    .book a.book img {
      display: block;
      width: 100%;
      height: 461px;
      object-fit: contain;
      margin-bottom: 20px;
      object-position: left bottom;
      transition: all 0.7s ease; }
    .book a.book h5 {
      margin-bottom: 5px; }
    .book a.book small, .book a.book h5 {
      transition: all 0.7s ease; }
    .book a.book:hover img {
      transform: scale(1.05);
      transition: all 0.7s ease; }
    .book a.book:hover h5, .book a.book:hover small {
      color: #FAA528; }

@media (max-width: 1200px) {
  .book {
    min-height: 420px; }
    .book a.book img {
      height: 322px; }
    .book a.book small {
      font-size: 100%; } }
@media (max-width: 769px) {
  .book {
    min-height: auto;
    margin: auto; }
    .book a.book {
      margin-bottom: 3em; }
      .book a.book img {
        height: auto;
        max-height: 400px; }
      .book a.book h5 {
        font-size: 1.5em; }
      .book a.book small {
        font-size: 100%; } }
.owl-carousel .owl-item {
  padding: 1em; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 525px;
    object-fit: scale-down;
    transition: all 0.7s ease; }
.owl-carousel .owl-item a:hover img {
  transition: all 0.7s ease;
  transform: scale(1.025); }

.owl-dots {
  text-align: center;
  padding-top: 15px; }

.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #E3E3E3;
  margin: 0 3px; }

.owl-dots button.owl-dot.active {
  background-color: #8E8E8E; }

.owl-dots button.owl-dot:focus {
  outline: none; }

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out; }
  .owl-nav button span {
    font-size: 70px;
    position: relative;
    top: -5px; }

.owl-nav button.owl-prev {
  left: -20px; }

.owl-nav button.owl-next {
  right: -20px; }

@media (max-width: 769px) {
  .owl-nav button.owl-prev {
    left: 0px; }

  .owl-nav button.owl-next {
    right: 0px; } }
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.owl-nav button:focus {
  outline: none; }

#sync1 {
  margin-bottom: 20px; }
  #sync1 .owl-item img {
    object-fit: contain; }
  #sync1 .owl-nav button img {
    filter: brightness(0); }

#sync2 .owl-item {
  padding: 3px; }
  #sync2 .owl-item img.thumbnail {
    height: 90px;
    object-fit: cover; }

#sync2 {
  font-size: 18px; }

span.euro {
  font-size: 3em;
  color: #FAA528; }

span.price {
  font-size: 3em;
  color: #FAA528;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-right: 1em; }

span.additional {
  display: block; }

a.order {
  margin-top: -20px; }

a.sold_out {
  background: #ccc; }

.specificaties {
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 20px; }
  .specificaties .table td, .specificaties .table th {
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .specificaties span.title {
    margin-left: 15px;
    display: block; }

img.author {
  border-radius: 50%;
  margin: auto;
  max-width: 220px;
  width: 100%; }

section.default-page {
  position: relative;
  background-size: cover;
  min-height: calc(100vh - 280px);
  margin-top: 95px; }

.absolute-content {
  padding: 2em 3em !important;
  position: absolute;
  bottom: 0px;
  right: 0px;
  max-width: 650px;
  min-width: 550px;
  width: 100%; }

@media (max-width: 769px) {
  .absolute-content {
    min-width: auto; } }
img.amp {
  max-height: 450px;
  right: 650px;
  position: absolute;
  bottom: -20px;
  z-index: 1;
  min-width: 220px; }

.actueel {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 4em; }
  .actueel .the_content {
    padding: 20px; }
    .actueel .the_content h2 {
      font-size: 1.6em; }
    .actueel .the_content span.date {
      margin-bottom: 15px;
      display: block; }

img.cover-size {
  object-fit: cover;
  width: 100%; }

.white-bg {
  background: #fff;
  padding: 1em 3em; }

.grey-bg {
  background: #3C3C3B;
  color: #fff;
  padding: 1em 3em; }
  .grey-bg h1, .grey-bg h2, .grey-bg h3, .grey-bg h4 {
    color: #fff; }

.lightgrey-bg {
  background: #F5F6F7; }

.lightblue-bg {
  background: #f2f9fc; }

section.footer {
  background: rgba(0, 0, 0, 0.7);
  color: #fff !important;
  z-index: 2;
  position: relative;
  padding-top: 2em !important;
  padding-bottom: 1em !important; }
  section.footer p {
    color: #fff; }
  section.footer a img.socials {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    filter: invert(100%); }
  section.footer img.footer-logo {
    max-width: 300px; }

.grecaptcha-badge {
  display: none !important; }

/*# sourceMappingURL=custom.css.map */
