/* Sass variables for media queries */
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Forms */
form {
  margin: 0 auto 40px;
}

.form-item {
  margin: 0 0 15px;
}

label {
  display: block;
  font-weight: normal;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
select,
textarea {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -mox-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 12px;
  width: 100%;
  max-width: calc(100% - 14px);
}
html[data-theme=light] input[type=text],
html[data-theme=light] input[type=password],
html[data-theme=light] input[type=email],
html[data-theme=light] input[type=number],
html[data-theme=light] input[type=tel],
html[data-theme=light] select,
html[data-theme=light] textarea {
  background-color: #ffffff;
  color: #333333;
}
html[data-theme=dark] input[type=text],
html[data-theme=dark] input[type=password],
html[data-theme=dark] input[type=email],
html[data-theme=dark] input[type=number],
html[data-theme=dark] input[type=tel],
html[data-theme=dark] select,
html[data-theme=dark] textarea {
  background-color: #333333;
  color: #ffffff;
}

a.button,
a.link--previous,
.button a,
button,
input[type=submit] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 11px 0;
  font-family: "Cormorant", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 18px;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
  width: 200px;
  text-align: center;
}
html[data-theme=light] a.button,
html[data-theme=light] a.link--previous,
html[data-theme=light] .button a,
html[data-theme=light] button,
html[data-theme=light] input[type=submit] {
  background-color: #e39054;
  border: 1px solid #e39054;
  color: #1d1d1d;
}
html[data-theme=dark] a.button,
html[data-theme=dark] a.link--previous,
html[data-theme=dark] .button a,
html[data-theme=dark] button,
html[data-theme=dark] input[type=submit] {
  background-color: #f1f1f0;
  border: 1px solid #f1f1f0;
  color: #1d1d1d;
}
html[data-theme=light] a.button.button-reverse,
html[data-theme=light] a.link--previous.button-reverse,
html[data-theme=light] .button a.button-reverse,
html[data-theme=light] button.button-reverse,
html[data-theme=light] input[type=submit].button-reverse {
  background-color: #1d1d1d;
  border: 1px solid #1d1d1d;
  color: #e39054;
}
html[data-theme=dark] a.button.button-reverse,
html[data-theme=dark] a.link--previous.button-reverse,
html[data-theme=dark] .button a.button-reverse,
html[data-theme=dark] button.button-reverse,
html[data-theme=dark] input[type=submit].button-reverse {
  background-color: #1d1d1d;
  border: 1px solid #1d1d1d;
  color: #f1f1f0;
}
a.button.button-transparent,
a.link--previous.button-transparent,
.button a.button-transparent,
button.button-transparent,
input[type=submit].button-transparent {
  background-color: transparent !important;
}
html[data-theme=light] a.button.button-transparent,
html[data-theme=light] a.link--previous.button-transparent,
html[data-theme=light] .button a.button-transparent,
html[data-theme=light] button.button-transparent,
html[data-theme=light] input[type=submit].button-transparent {
  border: 1px solid #e39054;
  color: #e39054;
}
html[data-theme=dark] a.button.button-transparent,
html[data-theme=dark] a.link--previous.button-transparent,
html[data-theme=dark] .button a.button-transparent,
html[data-theme=dark] button.button-transparent,
html[data-theme=dark] input[type=submit].button-transparent {
  border: 1px solid #f1f1f0;
  color: #f1f1f0;
}

a.button:focus,
a.button:active,
a.button:hover,
a.link--previous:hover,
.button a:hover,
.button a:focus,
.button a:active,
button:hover,
input[type=submit]:hover {
  text-decoration: none;
}
html[data-theme=light] a.button:focus,
html[data-theme=light] a.button:active,
html[data-theme=light] a.button:hover,
html[data-theme=light] a.link--previous:hover,
html[data-theme=light] .button a:hover,
html[data-theme=light] .button a:focus,
html[data-theme=light] .button a:active,
html[data-theme=light] button:hover,
html[data-theme=light] input[type=submit]:hover {
  background-color: #f7b687;
  border-color: #f7b687;
  color: #1d1d1d;
}
html[data-theme=dark] a.button:focus,
html[data-theme=dark] a.button:active,
html[data-theme=dark] a.button:hover,
html[data-theme=dark] a.link--previous:hover,
html[data-theme=dark] .button a:hover,
html[data-theme=dark] .button a:focus,
html[data-theme=dark] .button a:active,
html[data-theme=dark] button:hover,
html[data-theme=dark] input[type=submit]:hover {
  background-color: #1d1d1d;
  border-color: #f1f1f0;
  color: #f1f1f0;
}
html[data-theme=light] a.button:focus.button-reverse,
html[data-theme=light] a.button:active.button-reverse,
html[data-theme=light] a.button:hover.button-reverse,
html[data-theme=light] a.link--previous:hover.button-reverse,
html[data-theme=light] .button a:hover.button-reverse,
html[data-theme=light] .button a:focus.button-reverse,
html[data-theme=light] .button a:active.button-reverse,
html[data-theme=light] button:hover.button-reverse,
html[data-theme=light] input[type=submit]:hover.button-reverse {
  background-color: #e39054;
  border: 1px solid #e39054;
  color: #1d1d1d;
}
html[data-theme=dark] a.button:focus.button-reverse,
html[data-theme=dark] a.button:active.button-reverse,
html[data-theme=dark] a.button:hover.button-reverse,
html[data-theme=dark] a.link--previous:hover.button-reverse,
html[data-theme=dark] .button a:hover.button-reverse,
html[data-theme=dark] .button a:focus.button-reverse,
html[data-theme=dark] .button a:active.button-reverse,
html[data-theme=dark] button:hover.button-reverse,
html[data-theme=dark] input[type=submit]:hover.button-reverse {
  background-color: #f1f1f0;
  border: 1px solid #f1f1f0;
  color: #1d1d1d;
}
html[data-theme=light] a.button:focus.button-transparent,
html[data-theme=light] a.button:active.button-transparent,
html[data-theme=light] a.button:hover.button-transparent,
html[data-theme=light] a.link--previous:hover.button-transparent,
html[data-theme=light] .button a:hover.button-transparent,
html[data-theme=light] .button a:focus.button-transparent,
html[data-theme=light] .button a:active.button-transparent,
html[data-theme=light] button:hover.button-transparent,
html[data-theme=light] input[type=submit]:hover.button-transparent {
  background-color: #f7b687 !important;
  border-color: #f7b687 !important;
  color: #1d1d1d !important;
}
html[data-theme=dark] a.button:focus.button-transparent,
html[data-theme=dark] a.button:active.button-transparent,
html[data-theme=dark] a.button:hover.button-transparent,
html[data-theme=dark] a.link--previous:hover.button-transparent,
html[data-theme=dark] .button a:hover.button-transparent,
html[data-theme=dark] .button a:focus.button-transparent,
html[data-theme=dark] .button a:active.button-transparent,
html[data-theme=dark] button:hover.button-transparent,
html[data-theme=dark] input[type=submit]:hover.button-transparent {
  background-color: #1d1d1d !important;
  border-color: #f1f1f0 !important;
  color: #f1f1f0 !important;
}

a.button {
  display: inline-block;
}

/* Cancellation form */
#contact-message-cancelleation-form-form h4 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 5px;
}
#contact-message-cancelleation-form-form .field--name-field-date-ordered,
#contact-message-cancelleation-form-form .field--name-field-date-received,
#contact-message-cancelleation-form-form .field--name-field-details-of-goods {
  margin-top: 30px;
  padding-top: 20px;
}
#contact-message-cancelleation-form-form .field--name-field-details-of-goods {
  clear: both;
}
@media (min-width: 768px) {
  #contact-message-cancelleation-form-form .field--name-field-date-ordered,
#contact-message-cancelleation-form-form .field--name-field-date-received {
    display: inline-block;
  }
  #contact-message-cancelleation-form-form .field--name-field-date-ordered {
    padding-right: 30px;
  }
}
#contact-message-cancelleation-form-form input[type=submit] {
  width: auto;
  margin-top: 20px;
}
#contact-message-cancelleation-form-form label {
  font-weight: 600;
  margin: 10px 0 5px;
}
#contact-message-cancelleation-form-form .form-item-copy {
  margin: 10px 0 20px;
}
#contact-message-cancelleation-form-form .form-item-copy input {
  float: left;
}
#contact-message-cancelleation-form-form .form-item-copy label {
  float: left;
  margin: 0 0 0 10px;
}
#contact-message-cancelleation-form-form .form-item-copy:after {
  content: "";
  display: block;
  clear: both;
}

.views-exposed-form {
  padding-bottom: 30px;
}
.views-exposed-form div,
.views-exposed-form label,
.views-exposed-form input[type=submit] {
  display: inline;
  margin-right: 15px;
  width: auto;
}
html[data-theme=light] .views-exposed-form {
  border-bottom: 1px #eeeeee;
}
html[data-theme=dark] .views-exposed-form {
  border-bottom: 1px #555555;
}

.subscribe {
  border: 10px solid #afd3ed;
  background-color: #e6e7e9;
  color: #224275;
  padding: 0px 10px;
}
.subscribe form {
  margin: 0;
}
.subscribe input {
  margin: 10px 0;
}
.subscribe input[type=submit] {
  background-color: #224275;
  border-color: #224275 !important;
  color: #ffffff !important;
}
.subscribe input[type=submit]:hover {
  background-color: #e6e7e9 !important;
  border-color: #224275 !important;
  color: #224275 !important;
}
@media (min-width: 992px) {
  .subscribe {
    padding: 25px;
  }
  .subscribe .subscribe-bg {
    background: url() center center no-repeat;
    background-size: cover;
  }
}

.webform-submission-form {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.webform-submission-form .form-wrapper-center {
  max-width: calc(100vw - 60px);
}
.webform-submission-form #edit-actions {
  text-align: center;
}
.webform-submission-form .fieldset-wrapper label {
  display: inline;
}

.js-form-type-item {
  text-align: center;
}

/* End Forms */
/* Pager */
.pager ul {
  list-style: none;
  margin: 20px auto;
  padding: 0;
  text-align: center;
}
.pager ul li {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}
.pager ul li a {
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
html[data-theme=light] .pager ul li a {
  border: 1px solid #1d1d1d;
}
html[data-theme=dark] .pager ul li a {
  border: 1px solid #fefefe;
}
html[data-theme=light] .pager ul li a {
  color: #1d1d1d;
}
html[data-theme=dark] .pager ul li a {
  color: #fefefe;
}
html[data-theme=light] .pager ul li a:hover {
  color: #fefefe;
}
html[data-theme=dark] .pager ul li a:hover {
  color: #1d1d1d;
}
html[data-theme=light] .pager ul li a:hover {
  background-color: #1d1d1d;
}
html[data-theme=dark] .pager ul li a:hover {
  background-color: #fefefe;
}
html[data-theme=light] .pager ul li.is-active a {
  color: #fefefe;
}
html[data-theme=dark] .pager ul li.is-active a {
  color: #1d1d1d;
}
html[data-theme=light] .pager ul li.is-active a {
  background-color: #1d1d1d;
}
html[data-theme=dark] .pager ul li.is-active a {
  background-color: #fefefe;
}
.pager .pager__item {
  display: none;
}
@media (min-width: 768px) {
  .pager .pager__item {
    display: inline-block;
  }
}
.pager .pager__item.pager__item--first, .pager .pager__item.pager__item--previous, .pager .pager__item.pager__item--next, .pager .pager__item.pager__item--last {
  display: inline-block;
}

/* End pager */
/* Free quote */
.free-quote {
  z-index: 100;
  border: 10px solid #cccccc;
  background-color: #000000;
  color: #ffffff;
  position: relative;
  top: 60px;
  margin-top: -60px;
  padding-bottom: 40px;
}
.free-quote h1, .free-quote h2, .free-quote h3, .free-quote h4, .free-quote h5 {
  color: #ffffff;
}
.free-quote a {
  color: #e39054 !important;
}
.paragraph--type--block .free-quote {
  top: 120px;
  margin-top: -120px;
}
@media (min-width: 1280px) {
  .free-quote {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .free-quote > div {
    background: url() center right no-repeat;
    background-size: contain;
  }
  .free-quote > div > div {
    background: url() center left no-repeat;
    background-size: contain;
  }
}

/* CTA block */
#block-base-theme-contactuscta {
  border: 7px solid #f3eae2;
  padding: 0 30px 20px;
  margin: 7vh 0;
}
#block-base-theme-contactuscta h2 {
  margin-bottom: 0;
}

/* CTA tab */
.cta-tab {
  z-index: 500;
  text-align: center;
  padding: 15px;
}
.cta-tab p {
  margin: 0;
  color: #fff !important;
}
.cta-tab a {
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  color: #fff !important;
  line-height: 2;
  text-decoration: none;
}
.cta-tab div {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #f3eae2;
  color: #ffffff;
  padding: 0 20px;
  line-height: 40px;
}
@media (min-width: 578px) {
  .cta-tab div {
    position: fixed;
    -webkit-transform: rotate(90deg);
    transform: rotate(-90deg);
    background-color: #f3eae2;
    left: auto;
    top: 25%;
    right: -10px;
    bottom: auto;
  }
}

.logos {
  padding: 40px 0;
}
.logos .owl-carousel .owl-item > div {
  padding: 20px 50px;
}
.logos img {
  max-width: 275px;
}

.blog-header-wrapper {
  margin: 0 calc(50% - 50vw);
  padding-bottom: 2vh;
}
.blog-header-wrapper .blog-header {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #f3eae2;
  border-bottom: 1px solid #f3eae2;
  padding: 2vh 0;
  font-style: italic;
  font-size: 90%;
}

/* Iframes */
.iframe-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.iframe-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

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