@charset "UTF-8";
/*!
Theme Name: Digipress
Theme URI: http://www.digeratisolutions.com.au
Author: Digerati Solutions
Author URI: http://www.digeratisolutions.com.au
Description: Digipress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digipress
Domain Path: /lang/
Tags: black
*/
/* Theme
  ==========================================================================

  1.0 Base
    1.1 General
    1.2 Typography
    1.3 Forms
    1.4 Wordpress
  2.0 Layout
    2.1 Blocks
    2.2 Grid
    2.3 Helpers
  3.0 Module
    3.1 Sections
    3.2 Parts
    3.3 Navigation
  4.0 State
    4.1 Animations
    4.2 Plugins

*/
/* 1.0 Base
  ========================================================================== */
/* $large-desktop: new-breakpoint(min-width 1174px, 12); */
/* 1.1 General
  -------------------------------------------------------------------------- */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100%;
  font-family: "leitura-news", serif !important;
  line-height: 1;
  background: #f5f5f5;
  --pad-plus-scroll: calc( var(--wp--custom--content-padding) + var(--scrollbar-width, 16px) );
  --narrow-pad-plus-scroll: calc( var(--wp--custom--narrow-content-padding) + var(--scrollbar-width, 16px) );
  /* Nav menu mobile button */
  /* Nav menu */
}
body .gform-theme--api,
body .gform-theme--framework {
  --gf-ctrl-btn-bg-color-primary: #000;
  --gf-ctrl-btn-radius: 0;
  --gf-radius: 0;
  --gf-ctrl-radius: 0;
  --gf-ctrl-radius-max-sm: 0;
  --gf-ctrl-radius-max-md: 0;
  --gf-ctrl-radius-max-lg: 0;
  --gf-color-primary: #000;
}
body > * {
  font-size: 1.4rem;
}
body > * .has-medium-font-size {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 1250px) and (min-width: 782px) {
  body > * {
    font-size: 1.5rem;
  }
  body > * .has-medium-font-size {
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1251px) {
  body > * {
    font-size: 1.6rem;
  }
  body > * .has-medium-font-size {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 1250px) {
  body {
    background: #fff;
  }
}
body .wp-block-navigation__responsive-container-open:not(.always-shown) {
  /* neutralize the wp default for 600px */
}
body .wp-block-navigation__responsive-container-open:not(.always-shown) svg {
  width: 62px;
  height: 32px;
  padding-left: 0px;
  padding-right: 30px;
}
@media screen and (min-width: 1251px) {
  body .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
}
@media screen and (min-width: 600px) {
  body .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
}
body .wp-block-navigation__responsive-container.is-menu-open {
  min-height: 600px;
}
body .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
  /* neutralize the wp default for 600px */
}
@media screen and (min-width: 1251px) {
  body .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
  }
}
@media screen and (min-width: 600px) {
  body .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

hr.wp-block-separator {
  border-top-width: 1px;
  border-top-width: 0.6px;
}

/* 1.2 Typography
  -------------------------------------------------------------------------- */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  opacity: 0.75;
}

h1 {
  margin: 40px 0 30px 0;
  font-family: "din-condensed", sans-serif;
  font-weight: normal;
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: 0.9;
}
@media screen and (max-width: 1250px) and (min-width: 782px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1251px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  margin: 30px 0 20px 0;
  font-family: "din-condensed", sans-serif;
  font-weight: normal;
  font-size: 2.15rem;
  text-transform: uppercase;
  line-height: 0.9;
}
@media screen and (max-width: 1250px) and (min-width: 782px) {
  h2 {
    font-size: 2.65rem;
  }
}
@media screen and (min-width: 1251px) {
  h2 {
    font-size: 3.2rem;
  }
}

h3 {
  margin: 30px 0 20px 0;
  font-family: "din-condensed", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 0.9;
}
@media screen and (max-width: 1250px) and (min-width: 782px) {
  h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1251px) {
  h3 {
    font-size: 3rem;
  }
}

h4 {
  margin: 20px 0 15px 0;
  font-family: "din-2014", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 782px) {
  h4 {
    font-size: 1.6rem;
  }
}

h5, .chosen-container .chosen-results li {
  margin: 20px 0 15px 0;
  font-family: "din-2014", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

p.big {
  font-size: 1.4rem;
  line-height: 1.35;
}
@media screen and (max-width: 1250px) and (min-width: 782px) {
  p.big {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1251px) {
  p.big {
    font-size: 1.8rem;
  }
}

p.small {
  font-size: 0.9rem;
}
@media screen and (min-width: 782px) {
  p.small {
    font-size: 1rem;
  }
}

br {
  user-select: none;
}

.text-white {
  color: white;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white .chosen-container .chosen-results li, .chosen-container .chosen-results .text-white li {
  color: white;
}
.text-white .button {
  color: white;
}
.text-white .button:after {
  background: white;
}

.wf-loading * {
  color: rgba(255, 255, 255, 0) !important;
  transition: color 0.3s ease-in-out;
}

@media screen and (max-width: 781px) {
  .mob_center {
    text-align: center !important;
    justify-content: center !important;
  }
}

@media screen and (max-width: 781px) {
  .wp-block-post-excerpt {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 782px) {
  .show_mob {
    display: none;
  }
}

@media screen and (max-width: 781px) {
  .hide_mob {
    display: none;
  }
}

/* 1.3 Forms
  -------------------------------------------------------------------------- */
input[type=text],
input[type=search],
input[type=email],
input[type=password],
select,
textarea {
  padding: 0 20px;
  width: 100%;
  height: 40px;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.25;
  color: var(--wp--preset--color--contrast);
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
  outline: none;
}
@media screen and (min-width: 782px) {
  input[type=text],
  input[type=search],
  input[type=email],
  input[type=password],
  select,
  textarea {
    height: 45px;
  }
}

textarea {
  padding: 20px;
  height: 125px;
  line-height: 1.5;
}

select {
  display: block;
  background-image: url(img/arrow-down.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 11px 6px;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 1251px) {
  select {
    background-size: 21px 12px;
  }
}

input[type=search] {
  padding-left: 45px;
  background-image: url(img/search.png);
  background-position: left 18px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__input {
  position: fixed;
  width: 1090px;
  max-width: 80vw;
  max-width: calc(100vw - 180px);
  transform: translateX(-100%);
  top: 20px;
}
.menu_resize_active .wp-block-search.wp-block-search__button-only .wp-block-search__input {
  top: 15px;
}
@media screen and (min-width: 782px) {
  .wp-block-search.wp-block-search__button-only .wp-block-search__input {
    top: 205px;
  }
  .admin-bar .wp-block-search.wp-block-search__button-only .wp-block-search__input {
    top: 235px;
  }
}
@media screen and (min-width: 782px) {
  .menu_resize_active .wp-block-search.wp-block-search__button-only .wp-block-search__input {
    top: 45px;
  }
  .admin-bar .menu_resize_active .wp-block-search.wp-block-search__button-only .wp-block-search__input {
    top: 75px;
  }
}
.wp-block-search.wp-block-search__button-only .relevanssi-live-search-results {
  top: auto !important;
  left: auto !important;
  transform: translateX(-100%);
  height: 800px;
  max-height: 80vh;
  max-height: calc(100vh - 300px);
}
.menu_resize_active .wp-block-search.wp-block-search__button-only .relevanssi-live-search-results {
  max-height: calc(100vh - 180px);
}
@media screen and (max-width: 781px) {
  .wp-block-search.wp-block-search__button-only .relevanssi-live-search-results {
    left: 20px !important;
    width: calc(100vw - 40px) !important;
    transform: translate(0, 18px);
  }
}
.wp-block-search.wp-block-search__button-only .relevanssi-live-search-results .ajax-results {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-left: 28px;
  padding-right: 28px;
}
.wp-block-search.wp-block-search__button-only .relevanssi-live-search-results .relevanssi-live-search-result-status {
  width: calc(100% + 24px);
  margin-left: -12px;
  flex-basis: 100%;
  flex-shrink: 0;
}
.wp-block-search.wp-block-search__button-only .relevanssi-live-search-results .relevanssi-live-search-result {
  width: calc(33.33% - 4px);
  flex-basis: calc(33.33% - 4px);
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 781px) {
  .wp-block-search.wp-block-search__button-only .relevanssi-live-search-results .relevanssi-live-search-result {
    width: 100%;
    flex-basis: 100%;
  }
}
.wp-block-search.wp-block-search__button-only .relevanssi-live-search-results .relevanssi-live-search-result h5, .wp-block-search.wp-block-search__button-only .relevanssi-live-search-results .relevanssi-live-search-result .chosen-container .chosen-results li, .chosen-container .chosen-results .wp-block-search.wp-block-search__button-only .relevanssi-live-search-results .relevanssi-live-search-result li {
  margin: 0;
}
.wp-block-search.wp-block-search__button-only .relevanssi-live-search-results .relevanssi-live-search-result h3 {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
}
.wp-block-search.wp-block-search__button-only .relevanssi-live-search-results .relevanssi-live-search-result h3 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wp-block-search.wp-block-search__button-only .relevanssi-live-search-results .relevanssi-live-search-result a {
  display: inline-block;
}
.wp-block-search.wp-block-search__button-only .relevanssi-live-search-results .relevanssi-live-search-result p {
  padding: 4px 0 4px 0;
  white-space: normal;
  font-size: 1em;
  border-bottom: none;
}
.wp-block-search.wp-block-search__button-only .relevanssi-live-search-results .relevanssi-live-search-result .underline {
  font-size: 0.8em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding-bottom: 2px;
}
.wp-block-search.wp-block-search__button-only .relevanssi-live-search-results .relevanssi-live-search-result img {
  aspect-ratio: 1.5/1;
  object-fit: cover;
}
.wp-block-search .rlv-has-spinner {
  border-color: #000000;
  border-right-color: transparent;
}
.wp-block-search .rlv-has-spinner::after {
  background-color: #000000;
}
.wp-block-search input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  margin-left: 0.4em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: black;
}

::-moz-placeholder {
  color: black;
}

:-ms-input-placeholder {
  color: black;
}

:-moz-placeholder {
  color: black;
}

@media screen and (min-width: 1251px) {
  ::-webkit-input-placeholder {
    font-style: italic;
  }
  ::-moz-placeholder {
    font-style: italic;
  }
  :-ms-input-placeholder {
    font-style: italic;
  }
  :-moz-placeholder {
    font-style: italic;
  }
}
.gform_wrapper {
  position: relative;
  transition: opacity 0.2s ease-in-out;
}
.gform_wrapper .gform_ajax_spinner {
  display: none;
  margin-left: -15px;
  position: absolute;
  top: calc(100% - 38px);
  left: 50%;
  width: auto;
  height: 30px;
  text-align: center;
  animation: spinner 2s infinite linear;
  user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 781px) {
  .gform_wrapper .gform_ajax_spinner {
    top: auto;
    left: auto;
    right: 0;
    bottom: 4px;
  }
}

.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gform_fields > li .gfield_label, .gform_fields > div .gfield_label {
  margin: 0 0 5px 0;
  display: block;
  font-style: italic;
}
.gform_fields > li .ginput_container_fileupload, .gform_fields > div .ginput_container_fileupload {
  margin: 20px 0 0 0;
  padding: 30px;
  background: #f5f5f5;
}
.gform_fields > li .ginput_container_fileupload .gform_drop_area, .gform_fields > div .ginput_container_fileupload .gform_drop_area {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.gform_fields > li .ginput_container_fileupload .validation_message ul, .gform_fields > div .ginput_container_fileupload .validation_message ul {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  color: red;
  list-style: none;
}
.gform_fields > li .ginput_container_fileupload .validation_message ul li, .gform_fields > div .ginput_container_fileupload .validation_message ul li {
  margin: 5px 0 0 0;
  width: 100%;
  text-align: center;
}
.gform_fields > li .ginput_container_fileupload .validation_message ul li:first-child, .gform_fields > div .ginput_container_fileupload .validation_message ul li:first-child {
  margin: 25px 0 0 0;
}
.gform_fields > li .ginput_container_fileupload input[type=button], .gform_fields > div .ginput_container_fileupload input[type=button] {
  margin: 0 0 0 20px;
  color: black;
  background: #cccccc;
}
.gform_fields > li .ginput_preview, .gform_fields > div .ginput_preview {
  margin: 1px 0 0 0;
  padding: 10px 15px;
  position: relative;
  background: #f5f5f5;
}
.gform_fields > li .ginput_preview strong:before, .gform_fields > div .ginput_preview strong:before {
  content: "\f00c";
  margin-right: 10px;
  font-family: "Font Awesome 5 Pro";
  color: #86ccaa;
}
.gform_fields > li .ginput_preview img, .gform_fields > div .ginput_preview img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}

.gform_required_legend,
.gfield_visibility_hidden {
  display: none;
}

.gform_confirmation_message {
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  border: 1px solid black;
}
.gform_confirmation_message h1, .gform_confirmation_message h2, .gform_confirmation_message h3, .gform_confirmation_message h4, .gform_confirmation_message h5, .gform_confirmation_message .chosen-container .chosen-results li, .chosen-container .chosen-results .gform_confirmation_message li {
  margin: 0;
}
.gform_confirmation_message br {
  display: none;
}

.gform_confirmation_message_5 {
  margin-top: 20px;
}

.gfield_password_strength {
  width: 100%;
  margin: 10px 0 20px 0;
  padding: 8px 14px;
  display: inline-block;
  font-family: "din-2014", sans-serif;
  font-size: 1.3rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  color: #cccccc;
  border: none !important;
  --gf-field-pwd-str-ind-width: 120px;
  --gf-field-pwd-str-padding-x: calc( var(--gf-field-pwd-str-ind-width) + 8px );
  --gf-field-pwd-str-ind-width-short: 40px;
  --gf-field-pwd-str-ind-width-bad: 67px;
  --gf-field-pwd-str-ind-width-good: 84px;
  --gf-field-pwd-str-ind-width-strong: 120px;
}
@media screen and (min-width: 782px) {
  .gfield_password_strength {
    margin: 20px 0 0 0;
  }
}
.gfield_password_strength.short, .gfield_password_strength.bad {
  color: red;
  border: 1px solid red;
}
.gfield_password_strength.good {
  color: orange;
  border: 1px solid orange;
}
.gfield_password_strength.strong {
  color: green;
  border: 1px solid green;
}

.validation_error {
  margin: 0 0 20px 0;
  padding: 8px 14px;
  display: block;
  font-size: 1.4rem;
  text-align: center;
  color: red;
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid rgba(255, 0, 0, 0.5);
  line-height: 1.5;
}

.validation_message {
  margin: 3px 0 0 0;
  color: red;
}

.gfield_checkbox {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gfield_checkbox li {
  margin: 0;
  width: 100%;
}

.gf_login_form {
  margin: 0 auto;
  max-width: 500px;
}
.gf_login_form #gform_fields_login .gfield {
  width: calc(100% - 30px);
}
.gf_login_form #gform_fields_login .gfield label {
  text-align: left;
}
.gf_login_form #field_3 {
  display: none;
}
.gf_login_form + .gf_login_links {
  margin: 20px auto 0 auto;
  max-width: 500px;
}

#gform_4 {
  margin: 0 auto;
  max-width: 500px;
}
#gform_4 .gform_footer {
  text-align: center;
}

.gf_login_links {
  margin: 20px 0 0 0;
  font-size: 1.2rem;
}

.gform_hidden {
  display: none;
}

.som-password-error-message,
.som-password-sent-message {
  margin: 0;
  padding: 10px;
  text-align: center;
  color: black;
  background: white !important;
  border: 2px solid black !important;
  border-radius: 0 !important;
}

#password-lost-form-wrap {
  margin: 0 auto;
  max-width: 500px;
}
#password-lost-form-wrap fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
#password-lost-form-wrap fieldset legend {
  display: none;
}
#password-lost-form-wrap label {
  margin: 0 0 5px 0;
  display: block;
  font-style: italic;
}
#password-lost-form-wrap .lostpassword-submit {
  text-align: center;
}
#password-lost-form-wrap .lostpassword-submit button {
  margin: 10px auto 0 auto;
  display: inline-block;
  font-size: 2.2rem;
}

.gform_drop_area button {
  margin: 0 0 0 10px;
}

.gform_fileupload_rules {
  margin: 20px 0 0 0;
  display: block;
  text-align: center;
  opacity: 0.5;
}

h2.gform_submission_error {
  font-size: 1.5em !important;
}

/* Subscribe form */
.js-cm-form {
  display: flex;
}

/* 1.4 Wordpress
  -------------------------------------------------------------------------- */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.gallery-caption {
  max-width: 100%;
}

.wp-caption {
  max-width: 100%;
}

.wb_wide_image {
  width: 100%;
  flex-basis: 100%;
}

.wp-caption-text {
  padding: 2.5% 5%;
  max-width: 100%;
  font-size: 1.2em;
  line-height: 1.75;
}

.sticky {
  max-width: 100%;
}

.bypostauthor {
  max-width: 100%;
}

.screen-reader-text {
  display: none;
}

.mejs-audio {
  max-width: 100%;
  overflow: hidden;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

img.alignnone,
figure.alignnone {
  margin: 2px 0;
}
@media screen and (min-width: 782px) {
  img.alignnone,
  figure.alignnone {
    margin: 5px 0;
  }
}

img.alignleft,
figure.alignleft {
  margin: 2px 100px 2px 0;
  float: left;
}
@media screen and (min-width: 782px) {
  img.alignleft,
  figure.alignleft {
    margin: 5px 20px 5px 0;
  }
}

img.aligncenter,
figure.aligncenter {
  margin: 2px auto;
}
@media screen and (min-width: 782px) {
  img.aligncenter,
  figure.aligncenter {
    margin: 5px 0;
  }
}

img.alignright,
figure.alignright {
  margin: 2px 0 2px 4px;
  float: right;
}
@media screen and (min-width: 782px) {
  img.alignright,
  figure.alignright {
    margin: 5px 0 5px 20px;
  }
}

.gallery {
  margin: 0;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 2.5px;
}
.is-layout-constrained > .gallery {
  margin-block-start: 0;
}
@media screen and (min-width: 782px) {
  .gallery {
    gap: 5px;
  }
}
.gallery.gallery-columns-2 .gallery-item {
  width: calc(50% - 1.25px);
}
@media screen and (min-width: 782px) {
  .gallery.gallery-columns-2 .gallery-item {
    width: calc(50% - 2.5px);
  }
}
.gallery.gallery-columns-3 .gallery-item {
  width: calc(33.333333% - 1.666666px);
}
@media screen and (min-width: 782px) {
  .gallery.gallery-columns-3 .gallery-item {
    width: calc(33.333333% - 3.333333px);
  }
}
.gallery.gallery-columns-4 .gallery-item {
  width: calc(25% - 1.875px);
}
@media screen and (min-width: 782px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: calc(25% - 3.75px);
  }
}
.gallery + .gallery {
  margin-top: 5px;
}
.gallery .gallery-item {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 782px) {
  .gallery .gallery-item {
    margin: 0;
    width: 100%;
  }
}
.gallery .gallery-item img {
  width: 100%;
  height: auto;
}
.gallery.remove > a {
  margin: 0 5px 0 0;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.gallery.remove > a:hover:before {
  color: red;
}
.gallery.remove > a:before {
  content: "\f057";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 3rem;
  line-height: 1;
  color: white;
  transition: all 0.2s ease-in-out;
}

.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
}

/* 2.0 Layout
  ========================================================================== */
header.fixed_header {
  width: 100%;
  height: auto;
  position: sticky;
  z-index: 6;
  top: 0;
  left: 0;
  transform: translate(0);
}
.admin-bar header.fixed_header {
  top: 32px;
}
header.fixed_header .headerbar-top {
  overflow: hidden;
  max-height: 180px;
  -webkit-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}
header.fixed_header.menu_resize_active .headerbar-top {
  max-height: 0;
}
@media screen and (max-width: 1250px) {
  header.fixed_header .wp-block-navigation {
    flex-grow: 0;
    padding-top: 8px;
  }
  header.fixed_header .wp-block-navigation__container {
    margin-top: 20px;
    padding-top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    gap: 0 !important;
  }
  header.fixed_header .wp-block-navigation-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header.fixed_header .wp-block-navigation-item a {
    padding: 15px 20px !important;
    display: block;
    font-family: "din-2014", sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
  }
}

.wp-block-navigation__responsive-container-close {
  right: auto;
  left: 30px;
  top: 20px;
}

/* underline effect on Directory link */
header .wp-block-navigation-item > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
header .wp-block-navigation-item.underline {
  color: var(--wp--preset--color--base) !important;
}
header .wp-block-navigation-item.underline > a {
  padding-left: 20px;
  padding-right: 20px;
  color: var(--wp--preset--color--base) !important;
  background: var(--wp--preset--color--contrast);
}
header .wp-block-navigation-item.underline > a:hover {
  color: var(--wp--preset--color--contrast) !important;
  background: var(--wp--preset--color--base);
}
header .wp-block-navigation-item.underline:after {
  left: 20px;
}
header .wp-block-navigation-item.underline:hover:after {
  right: 20px;
}
@media screen and (max-width: 1250px) {
  header .wp-block-navigation-item.current-menu-item, header .wp-block-navigation-item:hover {
    background: rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 1251px) {
  header .wp-block-navigation-item.current-menu-item:after, header .wp-block-navigation-item:hover:after {
    right: 0px;
  }
}
@media screen and (min-width: 1251px) {
  header .wp-block-navigation-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 6px;
    height: 2px;
    background: var(--wp--preset--color--contrast);
    transform-origin: left center;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    pointer-events: none;
  }
}

/* 2.1 Blocks
  -------------------------------------------------------------------------- */
#site-header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #cccccc;
  user-select: none;
  backface-visibility: hidden;
}
@media screen and (min-width: 1251px) {
  #site-header {
    transition: all 0.5s ease-in-out;
    border-bottom: none;
  }
  #site-header.is-fixed {
    transform: translateY(-214px);
  }
}
#site-header .container {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1120px;
  height: 60px;
  background: white;
}
@media screen and (min-width: 1251px) {
  #site-header .container {
    padding: 120px 100px 40px 100px;
    display: block;
    height: auto;
  }
}
#site-header .container #header-toggle {
  width: 50px;
}
@media screen and (min-width: 1251px) {
  #site-header .container #header-toggle {
    display: none;
  }
}
#site-header .container #header-toggle #toggle-nav.is-active > div:before {
  transform: translateY(8px) rotate(135deg);
}
#site-header .container #header-toggle #toggle-nav.is-active > div:after {
  transform: translateY(-8px) rotate(-135deg);
}
#site-header .container #header-toggle #toggle-nav.is-active > div > div {
  transform: scale(0);
}
#site-header .container #header-toggle #toggle-nav > div {
  display: block;
  width: 25px;
  border: none;
  background: transparent;
}
#site-header .container #header-toggle #toggle-nav > div > div, #site-header .container #header-toggle #toggle-nav > div:after, #site-header .container #header-toggle #toggle-nav > div:before {
  content: "";
  margin: 6px 0;
  display: block;
  height: 2px;
  border-radius: 0;
  background: black;
  transition: all 0.2s ease-in-out;
}
#site-header .container #header-logo {
  position: relative;
  flex: 1 1;
  text-align: center;
}
@media screen and (min-width: 1251px) {
  #site-header .container #header-logo {
    margin: 0 0 40px 0;
    transition: all 0.4s ease-in-out;
  }
}
#site-header .container #header-logo a {
  margin: 0 auto;
  display: inline-block;
}
#site-header .container #header-logo a img {
  max-height: 20px;
  backface-visibility: hidden;
}
@media screen and (min-width: 1251px) {
  #site-header .container #header-logo a img {
    max-height: 55px;
  }
}
#site-header .container #header-logo p {
  margin: 15px 0 0 0;
  display: none;
  font-family: "din-2014", sans-serif;
  font-weight: lighter;
  font-size: 2.1rem;
  letter-spacing: 1px;
}
@media screen and (min-width: 1251px) {
  #site-header .container #header-logo p {
    display: block;
  }
}
#site-header .container #header-logo .nav-social {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1251px) {
  #site-header .container #header-logo .nav-social {
    display: flex;
  }
}
#site-header .container #header-logo .nav-social li a i {
  font-size: 1.4rem;
}
#site-header .container #header-nav {
  position: relative;
  width: 50px;
  text-align: right;
}
@media screen and (min-width: 1251px) {
  #site-header .container #header-nav {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
  }
}
#site-header .container i {
  font-size: 2rem;
}

#search-container {
  position: fixed;
  top: 60px;
  left: -1px;
  right: -1px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1250px) {
  #search-container {
    background-color: #f5f5f5;
    border-bottom: 1px solid #cccccc;
  }
  #search-container form {
    padding: 0 30px;
  }
  #search-container form input {
    padding-left: 30px;
    font-family: serif;
    background-color: transparent;
    background-position: left center;
    border: 1px solid transparent;
  }
}
@media screen and (min-width: 1251px) {
  #search-container {
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    right: 40px;
    bottom: 0;
  }
  #search-container form {
    position: relative;
    top: -12.5px;
  }
}
#search-container.is-active {
  visibility: visible;
  opacity: 1;
}

#site-main {
  line-height: 1.65;
  background: white;
}

footer.wp-block-template-part {
  margin-top: 0;
}
@media screen and (max-width: 781px) {
  footer.wp-block-template-part {
    text-align: center;
  }
}

@media screen and (max-width: 781px) {
  #footer_menu_columns .wp-block-column {
    flex-basis: 50% !important;
    flex-basis: calc(50% - var(--wp--preset--spacing--30)) !important;
    width: 50%;
    flex-grow: 0;
  }
  #footer_menu_columns .wp-block-navigation .wp-block-navigation-item__content {
    padding: 4px 0;
  }
}

#site-footer {
  font-size: 1.3rem;
  line-height: 1.35;
  user-select: none;
  background: white;
}
#site-footer #footer-top,
#site-footer #footer-bottom {
  padding: 20px 0;
}
@media screen and (min-width: 782px) {
  #site-footer #footer-top,
  #site-footer #footer-bottom {
    padding: 30px 0;
  }
}
#site-footer #footer-top {
  border-top: 1px solid #f5f5f5;
}
#site-footer #footer-bottom {
  font-style: italic;
  border-top: 1px solid #f5f5f5;
}
#site-footer #footer-bottom .container {
  text-align: center;
}
@media screen and (min-width: 782px) {
  #site-footer #footer-bottom .container {
    display: flex;
    align-items: center;
  }
}
#site-footer #footer-bottom .container > div {
  margin: 8px 0;
}
#site-footer #footer-bottom .container > div:first-child {
  margin-top: 0;
}
#site-footer #footer-bottom .container > div:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 782px) {
  #site-footer #footer-bottom .container > div {
    margin: 0;
    flex: 1 1;
  }
  #site-footer #footer-bottom .container > div:nth-child(1) {
    text-align: left;
  }
  #site-footer #footer-bottom .container > div:nth-child(2) {
    text-align: center;
  }
  #site-footer #footer-bottom .container > div:nth-child(3) {
    text-align: right;
  }
}

/* 2.2 Grid
  -------------------------------------------------------------------------- */
.container {
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: content-box;
}
@media screen and (min-width: 1251px) {
  .container {
    padding: 0 100px;
  }
}
.container.collapse {
  padding: 0;
}

.columns {
  margin: 0 -25px;
  display: flex;
  text-align: left;
}
@media screen and (max-width: 1250px) {
  .columns {
    flex-flow: column nowrap;
  }
}
.columns.columns-two .column {
  width: calc(50% - 50px);
}
@media screen and (max-width: 1250px) {
  .columns.columns-two .column {
    width: calc(100% - 50px);
  }
}
.columns.columns-four .column {
  width: calc(25% - 50px);
}
@media screen and (max-width: 1250px) {
  .columns.columns-four .column {
    width: calc(100% - 50px);
  }
}
.columns .column {
  margin: 0 25px;
  width: calc(33.333333% - 50px);
}
@media screen and (max-width: 1250px) {
  .columns .column {
    width: calc(100% - 50px);
  }
}
.columns .column h3 {
  margin-top: 0;
}
.columns p {
  max-width: 100% !important;
}
.columns p:empty {
  display: none;
}

/* 2.3 Helpers
  -------------------------------------------------------------------------- */
.hide {
  display: none !important;
}

.clip > *:not(.gallery):first-child, .modal-split .split-content > *:not(.gallery):first-child, #stockists .stockist > *:not(.gallery):first-child, body.single .wp-site-blocks main > *:not(.gallery):first-child,
body.single .post-content > *:not(.gallery):first-child, body.single .post-heading > *:not(.gallery):first-child, .post-vendors > *:not(.gallery):first-child, .article .post-content .inner .excerpt > *:not(.gallery):first-child, .owl-item .post-content .inner .excerpt > *:not(.gallery):first-child, .grid-item .post-content .inner .excerpt > *:not(.gallery):first-child, .article .post-content .inner > *:not(.gallery):first-child, .owl-item .post-content .inner > *:not(.gallery):first-child, .grid-item .post-content .inner > *:not(.gallery):first-child, .split .split-sidebar > *:not(.gallery):first-child, .split .split-content > *:not(.gallery):first-child, .banner > div.banner-content > *:not(.gallery):first-child, .section-hero .container .hero-content > *:not(.gallery):first-child, .section > .container:not(.no-clip) > *:not(.gallery):first-child, .gform_confirmation_message > *:not(.gallery):first-child, .som-password-error-message > *:not(.gallery):first-child,
.som-password-sent-message > *:not(.gallery):first-child, .columns .column > *:not(.gallery):first-child,
.clip > *:not(.gallery):first-child > *:not(.gallery):first-child,
.modal-split .split-content > *:not(.gallery):first-child > *:not(.gallery):first-child,
#stockists .stockist > *:not(.gallery):first-child > *:not(.gallery):first-child,
body.single .wp-site-blocks main > *:not(.gallery):first-child > *:not(.gallery):first-child,
body.single .post-content > *:not(.gallery):first-child > *:not(.gallery):first-child,
body.single .post-heading > *:not(.gallery):first-child > *:not(.gallery):first-child,
.post-vendors > *:not(.gallery):first-child > *:not(.gallery):first-child,
.article .post-content .inner .excerpt > *:not(.gallery):first-child > *:not(.gallery):first-child,
.owl-item .post-content .inner .excerpt > *:not(.gallery):first-child > *:not(.gallery):first-child,
.grid-item .post-content .inner .excerpt > *:not(.gallery):first-child > *:not(.gallery):first-child,
.article .post-content .inner > *:not(.gallery):first-child > *:not(.gallery):first-child,
.owl-item .post-content .inner > *:not(.gallery):first-child > *:not(.gallery):first-child,
.grid-item .post-content .inner > *:not(.gallery):first-child > *:not(.gallery):first-child,
.split .split-sidebar > *:not(.gallery):first-child > *:not(.gallery):first-child,
.split .split-content > *:not(.gallery):first-child > *:not(.gallery):first-child,
.banner > div.banner-content > *:not(.gallery):first-child > *:not(.gallery):first-child,
.section-hero .container .hero-content > *:not(.gallery):first-child > *:not(.gallery):first-child,
.section > .container:not(.no-clip) > *:not(.gallery):first-child > *:not(.gallery):first-child,
.gform_confirmation_message > *:not(.gallery):first-child > *:not(.gallery):first-child,
.som-password-error-message > *:not(.gallery):first-child > *:not(.gallery):first-child,
.som-password-sent-message > *:not(.gallery):first-child > *:not(.gallery):first-child,
.columns .column > *:not(.gallery):first-child > *:not(.gallery):first-child {
  margin-top: 0 !important;
}

.clip > *:last-child, .modal-split .split-content > *:last-child, #stockists .stockist > *:last-child, body.single .wp-site-blocks main > *:last-child,
body.single .post-content > *:last-child, body.single .post-heading > *:last-child, .post-vendors > *:last-child, .article .post-content .inner .excerpt > *:last-child, .owl-item .post-content .inner .excerpt > *:last-child, .grid-item .post-content .inner .excerpt > *:last-child, .article .post-content .inner > *:last-child, .owl-item .post-content .inner > *:last-child, .grid-item .post-content .inner > *:last-child, .split .split-sidebar > *:last-child, .split .split-content > *:last-child, .banner > div.banner-content > *:last-child, .section-hero .container .hero-content > *:last-child, .section > .container:not(.no-clip) > *:last-child, .gform_confirmation_message > *:last-child, .som-password-error-message > *:last-child,
.som-password-sent-message > *:last-child, .columns .column > *:last-child,
.clip > *:last-child > *:last-child,
.modal-split .split-content > *:last-child > *:last-child,
#stockists .stockist > *:last-child > *:last-child,
body.single .wp-site-blocks main > *:last-child > *:last-child,
body.single .post-content > *:last-child > *:last-child,
body.single .post-heading > *:last-child > *:last-child,
.post-vendors > *:last-child > *:last-child,
.article .post-content .inner .excerpt > *:last-child > *:last-child,
.owl-item .post-content .inner .excerpt > *:last-child > *:last-child,
.grid-item .post-content .inner .excerpt > *:last-child > *:last-child,
.article .post-content .inner > *:last-child > *:last-child,
.owl-item .post-content .inner > *:last-child > *:last-child,
.grid-item .post-content .inner > *:last-child > *:last-child,
.split .split-sidebar > *:last-child > *:last-child,
.split .split-content > *:last-child > *:last-child,
.banner > div.banner-content > *:last-child > *:last-child,
.section-hero .container .hero-content > *:last-child > *:last-child,
.section > .container:not(.no-clip) > *:last-child > *:last-child,
.gform_confirmation_message > *:last-child > *:last-child,
.som-password-error-message > *:last-child > *:last-child,
.som-password-sent-message > *:last-child > *:last-child,
.columns .column > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}

.inner.not-full {
  max-width: 600px;
}

@media screen and (max-width: 781px) {
  .hide-mobile {
    display: none !important;
  }
}
.is_stuck {
  transform: translateY(-20px);
}
@media screen and (max-width: 1250px) {
  .is_stuck {
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    transform: none;
  }
}

p.p1 {
  margin: 0;
}

/* 3.0 Module
  ========================================================================== */
/* 3.1 Sections
  -------------------------------------------------------------------------- */
.section {
  padding: 30px 0;
  position: relative;
}
@media screen and (min-width: 782px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (min-width: 1251px) {
  .section {
    padding: 45px 0;
  }
}
.section.border {
  border-top: 1px solid #f5f5f5;
}
.section.collapse {
  padding: 0;
}
.section.bg-grey {
  background-color: #cccccc;
}
.section.bg-grey + .bg-grey:not(.border) {
  padding-top: 0;
}
.section.bg-light {
  background-color: #f5f5f5;
}
.section.bg-light + .bg-light:not(.border) {
  padding-top: 0;
}
.section.bg-white {
  margin-block-start: 0;
}
.section.bg-white + .bg-white:not(.border) {
  padding-top: 0;
}
.section .section:first-child {
  padding-top: 0;
}
.section .section:last-child {
  padding-bottom: 0;
}
.section .section .container {
  padding: 0 !important;
}

@media screen and (min-width: 1251px) {
  body.home #site-main .section:first-child {
    padding-top: 0;
  }
}

.section-header {
  margin: 0 0 15px 0;
  display: flex;
  font-family: "din-condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (min-width: 782px) {
  .section-header {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 781px) {
  .section-header.collapse {
    flex-flow: column nowrap;
    align-items: center;
    text-align: center;
  }
  .section-header.collapse a {
    margin: 10px 0 0 0;
  }
}
.section-header h1, .section-header h2, .section-header h3 {
  margin: 0;
}
.section-header a {
  margin: auto 0 5px auto;
  text-decoration: none;
  letter-spacing: 1px;
}

.section-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  user-select: none;
}
@media screen and (max-width: 781px) {
  .section-banner {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1251px) {
  .section-banner:not(.no-size) {
    height: 520px;
  }
}
.section-banner.no-size {
  padding: 0;
}
.section-banner .container {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1250px) and (min-width: 782px) {
  .section-banner .container {
    justify-content: center;
  }
}

.section-hero {
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  user-select: none;
}
.section-hero .container {
  position: relative;
}
@media screen and (max-width: 781px) {
  .section-hero .container {
    padding: 0;
  }
}
.section-hero .container .hero-content {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 781px) {
  .section-hero .container .hero-content h2 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1250px) and (min-width: 782px) {
  .section-hero .container .hero-content {
    left: 80px;
    right: 80px;
  }
}
@media screen and (min-width: 1251px) {
  .section-hero .container .hero-content {
    left: 150px;
    right: 150px;
  }
}

@media screen and (min-width: 1251px) {
  .section-filter.bg-light {
    border-left: 1px solid white;
    border-right: 1px solid white;
  }
}
@media screen and (max-width: 781px) {
  :is(.entry-content, .additional-content, .is-layout-constrained) > .section-filter {
    max-width: 100%;
  }
}

/* 3.2 Parts
  -------------------------------------------------------------------------- */
.banner {
  width: 100%;
}
@media screen and (min-width: 1251px) {
  .banner {
    display: flex;
    align-items: center;
  }
}
.banner.has-image {
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (min-width: 1251px) {
  .banner.has-image > div {
    padding: 0 0 0 10%;
  }
}
@media screen and (min-width: 1251px) {
  .banner > div {
    flex: 1 1;
  }
}
.banner > div.banner-image {
  display: none;
  user-select: none;
}
@media screen and (min-width: 1251px) {
  .banner > div.banner-image {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1250px) {
  .banner > div.banner-content {
    width: 100%;
    text-align: center;
  }
}
.banner > div.banner-content h1, .banner > div.banner-content h2, .banner > div.banner-content h3, .banner > div.banner-content h4, .banner > div.banner-content h5, .banner > div.banner-content .chosen-container .chosen-results li, .chosen-container .chosen-results .banner > div.banner-content li {
  margin: 0;
}
.banner > div.banner-content h1 + .button, .banner > div.banner-content h2 + .button, .banner > div.banner-content h3 + .button, .banner > div.banner-content h4 + .button, .banner > div.banner-content h5 + .button, .banner > div.banner-content .chosen-container .chosen-results li + .button, .chosen-container .chosen-results .banner > div.banner-content li + .button {
  margin: 20px 0 0 0;
}
.banner > div.banner-content .button.small {
  margin-bottom: 0 !important;
}
.banner > div img {
  margin: 0 auto 30px auto;
  max-width: 250px;
}
@media screen and (min-width: 1251px) {
  .banner > div img {
    margin: 0;
    max-width: 100%;
  }
}

/* Entry Content */
:is(.entry-content, .additional-content, .is-layout-constrained) > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
:is(.entry-content, .additional-content, .is-layout-constrained) > :where(p, h1, h2, h3, h4, h5, .chosen-container .chosen-results li, h6) {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
:is(.entry-content, .additional-content, .is-layout-constrained) > :where(p, h1, h2, h3, h4, h5, .chosen-container .chosen-results li, h6):last-child {
  margin-block-end: 0;
}
:is(.entry-content, .additional-content, .is-layout-constrained) > .ress_frame {
  padding-bottom: calc(min(var(--wp--style--global--content-size), 100%) * 0.56);
}

:where(.entry-content, .additional-content, .is-layout-constrained) > :where(p, h1, h2, h3, h4, h5, .chosen-container .chosen-results li, h6) .alignfull {
  max-width: calc(100% - var(--wp--custom--content-padding));
  margin-left: auto;
  margin-right: auto;
}
:where(.entry-content, .additional-content, .is-layout-constrained) > :where(.alignfull) {
  width: 100%;
}
:where(.entry-content, .additional-content, .is-layout-constrained) > :where(ul, ol, blockquote, iframe, hr, div, figure, .wp-block-cover-image):not(.alignleft, .alignright, .alignwide, .alignfull) {
  width: 100%;
  max-width: min(var(--wp--style--global--content-size), 100vw - var(--pad-plus-scroll));
  margin-left: auto;
  margin-right: auto;
}
.narrower_page :where(.entry-content, .additional-content, .is-layout-constrained) > :where(ul, ol, blockquote, iframe, hr, div, figure, .wp-block-cover-image):not(.alignleft, .alignright, .alignwide, .alignfull) {
  max-width: calc(var(--wp--style--global--content-size) - 200px);
}
@media screen and (max-width: 1250px) {
  body :where(.entry-content, .additional-content, .is-layout-constrained) > *:not(.alignfull) {
    max-width: min(var(--wp--style--global--content-size), 100vw - var(--pad-plus-scroll));
  }
}
@media screen and (max-width: 781px) {
  body :where(.entry-content, .additional-content, .is-layout-constrained) > :where(:not(.alignleft, .alignright, .alignfull)), body :where(.entry-content, .additional-content, .is-layout-constrained) > *.alignwide {
    max-width: min(var(--wp--style--global--content-size), 100vw - var(--pad-plus-scroll));
  }
}

/* Additional content areas (based on 100% rather than 100vw) */
:where(.additional-content) > *:not(.alignleft, .alignright, .alignwide, .alignfull),
:where(.additional-content) .centred {
  width: 100%;
  max-width: min(var(--wp--style--global--content-size), 100vw - var(--pad-plus-scroll));
  margin-left: auto;
  margin-right: auto;
}

/* Narrower Page Templates */
.narrower_page .entry-content > :where(p, h1, h2, h3, h4, h5, .chosen-container .chosen-results li, h6) {
  max-width: calc(var(--wp--style--global--content-size) - 160px);
}

/* Full Width */
:where(.alignfull) {
  width: 100%;
}

:is(.is-layout-constrained, .entry-content, .additional-content) > .alignwide {
  width: 100%;
  max-width: min(var(--wp--style--global--wide-size), 100vw - var(--pad-plus-scroll));
  margin-left: auto;
  margin-right: auto;
}

:where(h1, h2, h3, h4, h5, .chosen-container .chosen-results li, h6):not(.has-text-color) {
  color: revert;
}

.entry-content iframe,
.additional-content iframe {
  display: block;
  border: none;
}

.single .entry-content > img.alignnone, .single .entry-content > img.aligncenter {
  max-width: 100%;
}

.wp-block-post .wp-block-post-featured-image {
  overflow: hidden;
}

.wp-block-post-content > p {
  padding: 0 20px 0 0;
}
.wp-block-post-content > p a:where(:not(.wp-element-button):not(.pinit)),
.wp-block-post-content > .wp-block-group > p a:where(:not(.wp-element-button):not(.pinit)) {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: black;
}
.wp-block-post-content > p a:where(:not(.wp-element-button):not(.pinit)):hover:after,
.wp-block-post-content > .wp-block-group > p a:where(:not(.wp-element-button):not(.pinit)):hover:after {
  background: #abc5eb;
}
.wp-block-post-content > p a:where(:not(.wp-element-button):not(.pinit)):after,
.wp-block-post-content > .wp-block-group > p a:where(:not(.wp-element-button):not(.pinit)):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #c5d7eb;
  transition: all 0.2s ease-in-out;
}

.split {
  display: flex;
}
@media screen and (max-width: 1250px) {
  .split.collapse {
    flex-flow: column nowrap;
  }
  .split.collapse .split-content, .split.collapse .split-sidebar {
    padding: 0;
    width: 100%;
  }
}
.split .split-content {
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 782px) {
  .split .split-content {
    padding: 0 50px 0 0;
    width: 75%;
  }
}
.split .split-content > p {
  padding: 0 20px 0 0;
}
.split .split-content.nopad {
  padding: 0;
}
.split .split-content a:not(.pinit) {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: black;
}
.split .split-content a:not(.pinit):hover:after {
  background: #abc5eb;
}
.split .split-content a:not(.pinit):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #c5d7eb;
  transition: all 0.2s ease-in-out;
}
.split .split-content .alignnone {
  width: 100%;
}
.split .split-sidebar {
  padding: 0;
  display: block;
  width: 25%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 781px) {
  .split .split-sidebar {
    width: 100%;
    clear: both;
  }
}

.directory_badge {
  position: fixed;
  right: 0;
  bottom: 400px;
  z-index: 8;
  pointer-events: none;
}
.directory_badge a {
  display: block;
  padding: 20px 25px;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
  white-space: nowrap;
  font-family: "din-condensed", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 0.9;
  transition: padding 0.4s ease;
  pointer-events: all;
}
.directory_badge a:hover {
  padding-bottom: 30px;
}
.directory_badge a:active, .directory_badge a:focus {
  padding-bottom: 60px;
}
@media screen and (max-width: 781px) {
  .directory_badge a {
    display: none;
    padding: 10px 25px;
  }
}

@media screen and (max-width: 1250px) {
  body.single-vendor .split {
    flex-flow: column nowrap;
  }
}
body.single-vendor .split .split-content {
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1251px) {
  body.single-vendor .split .split-content {
    padding: 0 50px 0 0;
    width: 67.5%;
  }
}
body.single-vendor .split .split-sidebar {
  padding: 30px 0 0 0;
  display: block !important;
  width: 100%;
}
@media screen and (min-width: 1251px) {
  body.single-vendor .split .split-sidebar {
    padding: 0;
    width: 32.5%;
  }
}

.is-loading {
  transition: all 0.2s ease-in-out;
}
.is-loading .articles-container > *, .is-loading .gform_body {
  opacity: 0.25;
  pointer-events: none;
  user-select: none;
  filter: grayscale(100%);
  transition: all 0.2s ease-in-out;
}
.is-loading .articles-container {
  position: relative;
}
.is-loading .articles-container:before {
  margin: 0 0 0 -10px;
  content: "";
  position: absolute;
  z-index: 2;
  top: 5%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-image: url(img/spinner.png);
  background-size: 20px 20px;
  animation: spinner 2s infinite linear;
}

.articles {
  position: relative;
}
@media screen and (min-width: 782px) {
  .articles {
    margin: 0 -15px;
    display: flex;
    flex-flow: row wrap;
  }
}
.articles.portrait {
  margin: 0 auto;
  max-width: 880px;
}
@media screen and (min-width: 782px) {
  .articles.three-col .article, .articles.three-col .grid-sizer {
    margin: 40px 15px 0 15px;
    position: relative;
  }
}
@media screen and (max-width: 1250px) and (min-width: 782px) {
  .articles.three-col .article, .articles.three-col .grid-sizer {
    width: calc(33.333333% - 30px);
  }
  .articles.three-col .article:nth-child(-n+3), .articles.three-col .grid-sizer:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1251px) {
  .articles.three-col .article, .articles.three-col .grid-sizer {
    width: calc(33.333333% - 30px);
  }
  .articles.three-col .article:nth-child(-n+3), .articles.three-col .grid-sizer:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 782px) {
  .articles.four-col .article {
    margin: 40px 15px 0 15px;
    position: relative;
  }
}
@media screen and (max-width: 1250px) and (min-width: 782px) {
  .articles.four-col .article {
    width: calc(33.333333% - 30px);
  }
  .articles.four-col .article:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1251px) {
  .articles.four-col .article {
    width: calc(25% - 30px);
  }
  .articles.four-col .article:nth-child(-n+4) {
    margin-top: 0;
  }
}
.articles .article {
  margin: 30px 0 0 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 781px) {
  .articles .article:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 782px) {
  .articles .article {
    margin: 40px 15px 0 15px;
    position: relative;
    width: calc(50% - 30px);
  }
  .articles .article:nth-child(-n+2) {
    margin-top: 0;
  }
}

.grid {
  position: relative;
}
.grid.is-loading > * {
  opacity: 0;
}
.grid.is-loading:before {
  margin: -10px 0 0 -10px;
  content: "";
  position: absolute;
  z-index: 2;
  top: 100px;
  left: 50%;
  width: 20px;
  height: 20px;
  background-image: url(img/spinner.png);
  background-size: 20px 20px;
  animation: spinner 2s infinite linear;
  opacity: 1;
}
@media screen and (min-width: 782px) {
  .grid {
    margin: 40px -15px 0 -15px;
  }
}
.grid .grid-sizer,
.grid .grid-item {
  margin: 30px 0 0 0;
  width: 100%;
}
@media screen and (min-width: 782px) {
  .grid .grid-sizer,
  .grid .grid-item {
    margin: 40px 15px 0 15px;
    position: relative;
  }
}
@media screen and (max-width: 1250px) and (min-width: 782px) {
  .grid .grid-sizer,
  .grid .grid-item {
    width: calc(50% - 30px);
  }
  .grid .grid-sizer:nth-child(-n+3),
  .grid .grid-item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1251px) {
  .grid .grid-sizer,
  .grid .grid-item {
    width: calc(33.333333% - 30px);
  }
  .grid .grid-sizer:nth-child(-n+4),
  .grid .grid-item:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 781px) {
  .grid .grid-sizer {
    margin-top: 0;
  }
}

.article, .owl-item, .grid-item {
  font-size: 1.5rem;
}
.article .post-content, .owl-item .post-content, .grid-item .post-content {
  padding: 15px 0 0 0;
}
.article .post-content .inner h1, .article .post-content .inner h2, .article .post-content .inner h3, .article .post-content .inner h4, .article .post-content .inner h5, .article .post-content .inner .chosen-container .chosen-results li, .chosen-container .chosen-results .article .post-content .inner li, .owl-item .post-content .inner h1, .owl-item .post-content .inner h2, .owl-item .post-content .inner h3, .owl-item .post-content .inner h4, .owl-item .post-content .inner h5, .owl-item .post-content .inner .chosen-container .chosen-results li, .chosen-container .chosen-results .owl-item .post-content .inner li, .grid-item .post-content .inner h1, .grid-item .post-content .inner h2, .grid-item .post-content .inner h3, .grid-item .post-content .inner h4, .grid-item .post-content .inner h5, .grid-item .post-content .inner .chosen-container .chosen-results li, .chosen-container .chosen-results .grid-item .post-content .inner li {
  margin: 10px 0;
}
@media screen and (min-width: 782px) {
  .article .post-content .inner h1, .article .post-content .inner h2, .article .post-content .inner h3, .article .post-content .inner h4, .article .post-content .inner h5, .article .post-content .inner .chosen-container .chosen-results li, .chosen-container .chosen-results .article .post-content .inner li, .owl-item .post-content .inner h1, .owl-item .post-content .inner h2, .owl-item .post-content .inner h3, .owl-item .post-content .inner h4, .owl-item .post-content .inner h5, .owl-item .post-content .inner .chosen-container .chosen-results li, .chosen-container .chosen-results .owl-item .post-content .inner li, .grid-item .post-content .inner h1, .grid-item .post-content .inner h2, .grid-item .post-content .inner h3, .grid-item .post-content .inner h4, .grid-item .post-content .inner h5, .grid-item .post-content .inner .chosen-container .chosen-results li, .chosen-container .chosen-results .grid-item .post-content .inner li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.article .post-content .inner h1 a, .article .post-content .inner h2 a, .article .post-content .inner h3 a, .article .post-content .inner h4 a, .article .post-content .inner h5 a, .article .post-content .inner .chosen-container .chosen-results li a, .chosen-container .chosen-results .article .post-content .inner li a, .owl-item .post-content .inner h1 a, .owl-item .post-content .inner h2 a, .owl-item .post-content .inner h3 a, .owl-item .post-content .inner h4 a, .owl-item .post-content .inner h5 a, .owl-item .post-content .inner .chosen-container .chosen-results li a, .chosen-container .chosen-results .owl-item .post-content .inner li a, .grid-item .post-content .inner h1 a, .grid-item .post-content .inner h2 a, .grid-item .post-content .inner h3 a, .grid-item .post-content .inner h4 a, .grid-item .post-content .inner h5 a, .grid-item .post-content .inner .chosen-container .chosen-results li a, .chosen-container .chosen-results .grid-item .post-content .inner li a {
  text-decoration: none;
}
.article .post-content .inner h3, .owl-item .post-content .inner h3, .grid-item .post-content .inner h3 {
  margin-bottom: 2px;
}
.article .post-content .inner h4, .owl-item .post-content .inner h4, .grid-item .post-content .inner h4 {
  font-family: "din-condensed", sans-serif;
  font-size: 2rem;
}
.article .post-content .inner h4.vendor, .owl-item .post-content .inner h4.vendor, .grid-item .post-content .inner h4.vendor {
  margin-bottom: 0;
}
.article .post-content .inner h4.vendor + h5, .article .post-content .inner .chosen-container .chosen-results h4.vendor + li, .chosen-container .chosen-results .article .post-content .inner h4.vendor + li, .owl-item .post-content .inner h4.vendor + h5, .owl-item .post-content .inner .chosen-container .chosen-results h4.vendor + li, .chosen-container .chosen-results .owl-item .post-content .inner h4.vendor + li, .grid-item .post-content .inner h4.vendor + h5, .grid-item .post-content .inner .chosen-container .chosen-results h4.vendor + li, .chosen-container .chosen-results .grid-item .post-content .inner h4.vendor + li {
  margin: 4px 0 8px 0;
}
.article .post-content .inner .screen-reader-text, .owl-item .post-content .inner .screen-reader-text, .grid-item .post-content .inner .screen-reader-text {
  display: inline-block;
}
.article .post-content .inner .excerpt, .owl-item .post-content .inner .excerpt, .grid-item .post-content .inner .excerpt {
  line-height: 1.5;
}
.article .post-content .inner .excerpt.small, .owl-item .post-content .inner .excerpt.small, .grid-item .post-content .inner .excerpt.small {
  font-size: 1.3rem;
}
.article .post-content .inner .excerpt p, .owl-item .post-content .inner .excerpt p, .grid-item .post-content .inner .excerpt p {
  margin: 10px 0;
}

.post-image {
  position: relative;
  overflow: hidden;
}
.post-image.ar {
  display: block;
  position: relative;
  height: 0;
}
.post-image.ar.ar-landscape {
  padding-bottom: 66.6%;
}
.post-image.ar.ar-portrait {
  padding-bottom: 150%;
}
.post-image.ar img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-image.ar:hover .pinit {
  display: block;
}
.post-image.video a {
  position: relative;
  font-size: 5rem;
  display: inline-block;
}
.post-image.video a:hover:after {
  font-weight: bold;
}
.post-image.video a:after {
  content: "\f04b";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  text-align: center;
  line-height: 1;
  color: white;
  transform: translateY(-50%);
}
.post-image .add-to-favourites {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  color: white;
  cursor: pointer;
}
.post-image .add-to-favourites:after {
  margin: 0;
  padding: 12px;
}

.post-vendors {
  margin: 30px -30px;
  padding: 20px 30px;
  background: #f5f5f5;
}
@media screen and (min-width: 782px) {
  .post-vendors {
    margin: 30px 0;
    padding: 30px 40px;
    background: transparent;
    border: 1px solid black;
  }
}
.post-vendors p:empty {
  display: none;
}

.post-tags {
  font-size: 1.2rem;
}
.post-tags a {
  color: black !important;
}
.post-tags a:after {
  display: none;
}

.quicklinks {
  margin: 0 -5px;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 782px) {
  .quicklinks {
    margin: 0 -15px;
  }
}
.quicklinks.fixed {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.quicklinks > div {
  margin: 10px 5px 0 5px;
  width: calc(33.333333% - 10px);
}
@media screen and (min-width: 782px) {
  .quicklinks > div {
    margin: 30px 15px 0 15px;
    width: calc(33.333333% - 30px);
  }
}
@media screen and (max-width: 781px) {
  .single .quicklinks > div {
    margin: 15px 0 15px 0;
    width: 100%;
  }
}
.quicklinks > div:nth-child(-n+3) {
  margin-top: 0;
}
.quicklinks > div img {
  width: 100%;
}
.div-quicklinks .quicklinks {
  margin: 0 !important;
}
.div-quicklinks .quicklinks > div {
  width: 100% !important;
  margin: 15px 0 0 0 !important;
}

.wb-ad-banner img {
  width: 100%;
}

.related-vendors-container {
  margin: 30px 0 0 0;
}
.related-vendors-container h4 {
  margin: 0 0 10px 0;
}

.related-vendors {
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.75;
}
@media screen and (min-width: 782px) {
  .related-vendors {
    font-size: 1.4rem;
  }
}
.related-vendors span span {
  padding: 0 0 0 3px;
  font-style: normal;
}
.related-vendors span a {
  padding: 0 0 0 3px;
  font-family: "din-condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.related-vendors span a:hover {
  text-decoration: none;
}
.related-vendors > span:last-child:after {
  display: none;
}
.related-vendors > span:after {
  padding: 0 3px;
  content: "//";
}

.split-sidebar {
  position: relative;
}
.split-sidebar .quicklinks {
  margin: 0;
}
.split-sidebar .quicklinks > div {
  margin: 10px 0 0 0;
  width: 100%;
}
@media screen and (min-width: 782px) {
  .split-sidebar .quicklinks > div {
    margin: 15px 0 0 0;
  }
}
.split-sidebar .quicklinks > div:first-child {
  margin-top: 0;
}

.filters {
  font-family: "leitura-news", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1.3rem;
  text-transform: capitalize;
  letter-spacing: 0;
  background: #f5f5f5;
}
@media screen and (min-width: 1251px) {
  .filters {
    display: flex;
    height: 60px;
    font-size: 1.5rem;
  }
}
.filters > div {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1251px) {
  .filters > div {
    border-left: 2px solid white;
  }
  .filters > div:first-child {
    border-left: none;
  }
  .filters > div.filters-left, .filters > div.filters-right {
    padding: 0 20px;
  }
}
.filters > div.filters-left {
  display: flex;
}
.filters > div.filters-left .left-options {
  margin: auto 30px auto auto;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1251px) {
  .filters > div.filters-left .left-options {
    display: none;
  }
}
.filters > div.filters-left .left-options a {
  margin: 0 0 0 15px;
}
@media screen and (max-width: 1250px) {
  .filters > div.filters-left.has-primary-background-color {
    background-color: transparent !important;
  }
  .filters > div.filters-left.has-primary-background-color h1, .filters > div.filters-left.has-primary-background-color h2 {
    background-color: var(--wp--preset--color--primary);
  }
}
.filters > div.filters-left .text {
  margin-right: 5px;
  position: relative;
  top: -2px;
  font-family: "din-2014", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 1251px) {
  .filters > div.filters-middle {
    flex: 1 1;
  }
}
.filters > div.filters-right {
  display: none;
}
@media screen and (min-width: 1251px) {
  .filters > div.filters-right {
    display: flex;
  }
  .filters > div.filters-right.searchable {
    max-width: 100px;
    transition: all 0.5s ease-in-out;
    flex-shrink: 0;
  }
  .filters > div.filters-right.searchable.expanded {
    max-width: 350px;
  }
  .filters > div.filters-right.searchable.expanded input[type=search] {
    width: 260px;
    padding: 0 0 0 40px;
    text-indent: 0;
    background-color: white;
    border: 1px solid #cccccc;
  }
  .filters > div.filters-right.searchable input[type=search] {
    padding: 0;
    text-indent: 100%;
    background-color: transparent;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
  }
}
.filters > div.filters-right .text {
  margin-right: 5px;
  position: relative;
  top: -2px;
  font-family: "din-2014", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.filters h1, .filters h2 {
  margin: 20px 0;
  font-family: "din-2014", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 1251px) {
  .filters h1, .filters h2 {
    margin: 0;
  }
}
@media screen and (max-width: 1250px) {
  .filters h1, .filters h2 {
    margin: 0;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
  }
}
.filters h2 {
  font-size: 1.3rem;
}
.filters a {
  text-decoration: none;
}
.filters a.prev, .filters a.next, .filters a[rel=prev], .filters a[rel=next] {
  display: flex;
  align-items: center;
}
.filters a.prev:hover, .filters a.next:hover, .filters a[rel=prev]:hover, .filters a[rel=next]:hover {
  opacity: 0.75;
}
.filters a.prev:before, .filters a.prev:after, .filters a.next:before, .filters a.next:after, .filters a[rel=prev]:before, .filters a[rel=prev]:after, .filters a[rel=next]:before, .filters a[rel=next]:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 3rem;
  font-style: normal;
}
.filters a.prev:before, .filters a[rel=next]:before {
  margin: 0 12px 0 0;
  content: "\f104";
}
.filters a.next:after, .filters a[rel=prev]:after {
  margin: 0 0 0 12px;
  content: "\f105";
}

.filter-options {
  margin: 0 -30px;
  width: calc(100% + 60px);
  height: 100%;
}
@media screen and (min-width: 782px) {
  .filter-options {
    margin: 0 -40px;
    width: calc(100% + 80px);
  }
}
@media screen and (min-width: 782px) {
  .filter-options {
    margin: 0;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .filter-options.three-col .filter-option {
    width: 33.333333%;
  }
  .filter-options.three-col .filter-option:nth-child(2n+1) {
    border-left: 2px solid white;
  }
  .filter-options.three-col .filter-option:nth-child(-n+3) {
    border-top: none;
  }
  .filter-options.three-col .filter-option:nth-child(3n+1) {
    border-left: none;
  }
}
@media screen and (max-width: 1250px) {
  .filter-options {
    margin: 0;
    width: 100%;
  }
}
.filter-options .filter-option {
  padding: 0 30px;
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.filter-options .filter-option.real-wedding-category, .filter-options .filter-option.fashion-beauty-category, .filter-options .filter-option.ideas-inspiration-category, .filter-options .filter-option.behind-scenes-subhead {
  display: none;
}
@media screen and (max-width: 1250px) and (min-width: 782px) {
  .filter-options .filter-option {
    padding: 0 30px;
  }
}
@media screen and (min-width: 782px) {
  .filter-options .filter-option {
    width: 50%;
    border-top: 2px solid white;
    border-left: 2px solid white;
  }
  .filter-options .filter-option:nth-child(-n+2) {
    border-top: none;
  }
  .filter-options .filter-option:nth-child(2n+1) {
    border-left: none;
  }
}
.filter-options .filter-option:only-child {
  width: 100%;
}
.filter-options .filter-option:only-child > div {
  display: flex;
  align-items: center;
}
.filter-options .filter-option:only-child > div .add-to-favourites {
  margin: auto 0 auto auto;
}
.filter-options .filter-option:only-child > div .add-to-favourites .screen-reader-text {
  display: block;
  font-weight: normal;
  color: black;
}
.filter-options .filter-option label {
  width: 35%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 1px;
}
@media screen and (min-width: 782px) {
  .filter-options .filter-option label {
    width: auto;
  }
}
.filter-options .filter-option > div {
  flex: 1 0;
}
.filter-options .filter-option > div h2 {
  margin: 0 0 0 20px;
}
.filter-options .filter-option input[type=text] {
  margin: 10px 0;
}
@media screen and (min-width: 782px) {
  .filter-options .filter-option input[type=text] {
    margin: 0;
  }
}
.filter-options .filter-option .add-to-favourites.active {
  color: black;
}
.filter-options .filter-option span,
.filter-options .filter-option select {
  color: var(--wp--preset--color--contrast);
}
.filter-options select {
  height: 45px;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-position: right center;
  background-color: #f5f5f5;
  border: 1px solid transparent;
}
.filter-options select .label {
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  height: 45px;
  line-height: 45px;
}
@media screen and (min-width: 782px) {
  .filter-options select .label {
    height: 60px;
    line-height: 60px;
  }
}
.filter-options .chosen-container {
  position: static;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.3rem;
  text-transform: uppercase;
  line-height: 45px;
  border: none;
}
@media screen and (min-width: 782px) {
  .filter-options .chosen-container {
    height: 60px;
    line-height: 60px;
  }
}
.filter-options .chosen-container .chosen-single {
  position: static;
  background-color: transparent;
  background-position: right center;
  border: transparent;
}
@media screen and (min-width: 782px) {
  .filter-options .chosen-container .chosen-single {
    height: 60px;
    line-height: 60px;
  }
}
.filter-options .chosen-container .chosen-search {
  padding: 10px 20px;
  line-height: 40px;
  background: #f5f5f5;
  border-top: 1px solid white;
  border-bottom: none;
}
.filter-options .chosen-container .chosen-search input {
  margin: 0;
  padding: 0 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.filter-options .chosen-container .chosen-drop {
  left: 0;
  right: 0;
  border: none;
}

.toggle-favourites,
.add-to-favourites {
  cursor: pointer;
}
.toggle-favourites.is-active:after,
.add-to-favourites.is-active:after {
  content: "\f004";
  font-weight: bold;
  color: white;
}
.toggle-favourites:after,
.add-to-favourites:after {
  content: "\f004";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (min-width: 782px) {
  .toggle-favourites:after,
  .add-to-favourites:after {
    font-size: 2rem;
  }
}

.toggle-favourites {
  position: relative;
}
.toggle-favourites .count {
  position: absolute;
  top: -5px;
  right: -10px;
  width: 20px;
  height: 20px;
  font-family: "din-2014", sans-serif;
  font-size: 0.8rem;
  text-align: center;
  color: white;
  line-height: 22px;
  background: black;
  border-radius: 50%;
}
@media screen and (min-width: 1251px) {
  .toggle-favourites .count {
    top: -10px;
    right: -10px;
  }
}
.toggle-favourites .count:empty {
  display: none;
}

.add-to-favourites {
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.add-to-favourites.active {
  font-weight: bold;
  color: white;
}
.add-to-favourites.loading {
  color: white;
}
.add-to-favourites.loading:after {
  transform: scale(0.65);
  transition: 0.5s ease-in-out;
}
.add-to-favourites:after {
  margin: 0 0 0 8px;
}

.owl-carousel.drop {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 782px) {
  .owl-carousel.drop {
    margin: 30px 0 0 0;
  }
}
.owl-carousel .owl-item {
  transition: all 0.5s ease-in-out;
}
.owl-carousel .owl-item:hover .pinit {
  display: block;
}
.owl-carousel .owl-item .item {
  padding: 0 5px;
  overflow: hidden;
}
@media screen and (min-width: 782px) {
  .owl-carousel .owl-item .item:not(.small) {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1220px) {
  .owl-carousel .owl-item .item .post-image,
  .owl-carousel .owl-item .item .post-content,
  .owl-carousel .owl-item .item img {
    width: 355px;
  }
}
.owl-carousel .owl-item .item.small {
  padding: 0 2.5px;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 2rem;
  background: white;
  transform: translateY(calc(-50% - 70px));
}
@media screen and (min-width: 782px) {
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    font-size: 3rem;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1251px) {
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    font-size: 4rem;
    width: 50px;
    height: 50px;
  }
}
.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 0;
}

@media screen and (min-width: 1220px) {
  .article-slider.owl-carousel.big .owl-item .item .post-image,
  .article-slider.owl-carousel.big .owl-item .item .post-content, .article-slider.owl-carousel.big .owl-item .item img {
    width: 560px;
  }
}
.article-slider.owl-carousel .owl-item .item .post-image img {
  aspect-ratio: 766/493;
  object-fit: cover;
}
.article-slider.owl-carousel .owl-item .item .post-image.ar-portrait img {
  aspect-ratio: 766/1119;
}
.article-slider.big .owl-nav .owl-prev, .article-slider.big .owl-nav .owl-next {
  transform: translateY(-50%);
}

.vendor-slider {
  height: 300px;
  overflow: hidden;
}
@media screen and (max-width: 781px) {
  :is(.entry-content, .additional-content, .is-layout-constrained) > .vendor-slider {
    max-width: 100%;
  }
}
@media screen and (max-width: 1250px) and (min-width: 782px) {
  .vendor-slider {
    height: 400px;
  }
}
@media screen and (min-width: 1251px) {
  .vendor-slider {
    height: 520px;
  }
}
.vendor-slider.is-loading > * {
  opacity: 0;
}
.vendor-slider.is-loading:before {
  margin: -10px 0 0 -10px;
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-image: url(img/spinner.png);
  background-size: 20px 20px;
  animation: spinner 2s infinite linear;
  opacity: 1;
}
.vendor-slider .owl-item .post-image,
.vendor-slider .owl-item .post-content, .vendor-slider .owl-item img {
  width: auto !important;
  height: 300px;
}
@media screen and (max-width: 1250px) and (min-width: 782px) {
  .vendor-slider .owl-item .post-image,
  .vendor-slider .owl-item .post-content, .vendor-slider .owl-item img {
    height: 400px;
  }
}
@media screen and (min-width: 1251px) {
  .vendor-slider .owl-item .post-image,
  .vendor-slider .owl-item .post-content, .vendor-slider .owl-item img {
    height: 520px;
  }
}
.vendor-slider .owl-nav .owl-prev, .vendor-slider .owl-nav .owl-next {
  transform: translateY(-50%);
}

.newsletter {
  margin: 0 auto;
  max-width: 420px;
  text-align: center;
}
@media screen and (min-width: 1251px) {
  .newsletter {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 640px;
  }
}
.newsletter h4 {
  margin: 0 0 15px 0;
}
@media screen and (min-width: 1251px) {
  .newsletter h4 {
    margin: 0 40px 0 0;
  }
}
.newsletter + p.small {
  margin-top: 15px;
}

#subForm {
  flex: 1 1;
  display: flex;
}
#subForm input[type=email] {
  flex: 1 1;
  border-right: none;
  min-width: 200px;
}
#subForm .js-cm-submit-button {
  min-width: 150px;
}
@media screen and (max-width: 781px) {
  #subForm {
    flex-wrap: wrap;
  }
  #subForm input[type=email] {
    width: 100%;
    border-right: 1px solid #cccccc;
    margin-bottom: 5px;
  }
  #subForm .js-cm-submit-button {
    width: 100%;
  }
}

.popup_background .popup_inner {
  max-width: 850px;
}
.popup_background .popup_inner .popup_content {
  padding: 0;
}

.instagram {
  margin: 0 -5px;
  display: flex;
}
@media screen and (min-width: 782px) {
  .instagram {
    margin: 0 -10px;
  }
}
.instagram a {
  margin: 0 5px;
  display: inline-block;
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 781px) {
  .instagram a:nth-child(5) {
    display: none;
  }
}
@media screen and (min-width: 782px) {
  .instagram a {
    margin: 0 10px;
  }
}

.pagination {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 782px) {
  .pagination {
    padding: 45px 0;
  }
}
.pagination:empty {
  display: none;
}
.pagination span, .pagination a {
  margin: 0 6px;
  position: relative;
  display: inline-block;
  font-family: "din-condensed", sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-decoration: underline;
}
@media screen and (min-width: 782px) {
  .pagination span, .pagination a {
    margin: 0 10px;
  }
}
.pagination span:hover, .pagination a:hover {
  opacity: 0.5;
}
.pagination span:after, .pagination a:after {
  display: none;
}
.pagination span.current-page, .pagination a.current-page {
  text-decoration: none;
}
.pagination span.current-page:hover, .pagination a.current-page:hover {
  opacity: 1;
}
.pagination span[href=""], .pagination a[href=""] {
  text-decoration: none;
  pointer-events: none;
  opacity: 0.5;
}
.pagination span.dots, .pagination a.dots {
  text-decoration: none;
}
.pagination span.dots + a, .pagination a.dots + a {
  font-size: 0;
  color: white;
}
.pagination span.dots + a:before, .pagination a.dots + a:before {
  content: "Last »";
  font-size: 2rem;
  text-decoration: underline;
  color: black;
}
.pagination span.prev + a, .pagination a.prev + a {
  font-size: 0;
  color: white;
}
.pagination span.prev + a:before, .pagination a.prev + a:before {
  content: "« First";
  font-size: 2rem;
  text-decoration: underline;
  color: black;
}
.pagination span {
  opacity: 0.5;
}

body.single .post-heading h1, body.single .post-heading h2 {
  margin: 10px 0;
}
@media screen and (max-width: 781px) {
  body.single .meta_wrap {
    gap: 4px;
  }
  body.single .meta_wrap > * {
    width: 100%;
    flex-basis: 100%;
    flex-shrink: 0;
  }
}
body.single .post-meta {
  margin: 9px 0 25px 0;
  display: flex;
  font-style: italic;
}
@media screen and (max-width: 1240px) {
  body.single .post-meta {
    flex-flow: column nowrap;
  }
}
body.single .post-meta > div {
  display: flex;
  min-width: 125px;
  font-size: 1.3rem;
  line-height: 1.3;
  overflow: hidden;
}
@media screen and (max-width: 781px) {
  body.single .post-meta > div {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1240px) {
  body.single .post-meta > div {
    padding: 0 15px 5px 0;
  }
  body.single .post-meta > div:last-child {
    padding: 0 15px 0 0;
  }
}
@media screen and (min-width: 1240px) {
  body.single .post-meta > div {
    padding: 0 20px 0 0;
  }
}
body.single .post-meta > div h4 {
  margin: 0 5px 0 0;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 1.2;
}
body.single .post-meta > div > div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body.single .post-meta > div .underline {
  padding: 0;
}
body.single .post-meta > div .underline:after {
  display: none;
}
body.single .post-meta a {
  color: black !important;
  text-decoration: underline !important;
}
body.single .post-meta a:after {
  display: none;
}
body.single .wp-site-blocks main .social-link,
body.single .post-content .social-link {
  display: flex;
  align-items: center;
  margin: 1em 0;
}
body.single .wp-site-blocks main .social-link span,
body.single .post-content .social-link span {
  width: 30px;
}
body.single .wp-site-blocks main .social-link a,
body.single .post-content .social-link a {
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: underline;
  color: black;
  overflow: hidden;
}
body.single .wp-site-blocks main .social-link a:hover,
body.single .post-content .social-link a:hover {
  color: #86ccaa;
}
body.single .wp-site-blocks main .social-link a:after,
body.single .post-content .social-link a:after {
  display: none;
}
body.single .wp-site-blocks main .fluid-width-video-wrapper,
body.single .post-content .fluid-width-video-wrapper {
  margin: 5px 0;
}

.wb_accordion {
  margin: 0 0 10px 0;
  background: #f5f5f5;
  box-shadow: none !important;
}
@media screen and (min-width: 782px) {
  .wb_accordion {
    margin: 0 0 20px 0;
  }
}
.wb_accordion:last-child {
  margin: 0 0 10px 0;
}
@media screen and (min-width: 782px) {
  .wb_accordion:last-child {
    margin: 0 0 20px 0;
  }
}
.wb_accordion .accordion-head {
  cursor: pointer;
}
.wb_accordion .accordion-head header {
  font-family: "din-2014", sans-serif;
  font-size: 16px;
}
.wb_accordion .accordion-body {
  transition: max-height 0.2s ease, padding 0.3s ease;
  max-height: 2500px;
}

/* async videos */
/* responsive iframe videos */
.ress_frame,
.wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-block-embed-vimeo.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%; /* Note: 56.25% has a bottom border for some reason */
  background: #000;
  color: #fff;
}

.wp-block-embed__wrapper > .ress_frame {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding-bottom: 0;
}

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

.async_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}

.async_overlay.overlay_hidden {
  display: none;
}

.async_overlay div,
.video_placeholder div {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.async_overlay svg,
.video_placeholder svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px !important;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-rendering: auto;
  z-index: 4;
}

.async_overlay .background_filter,
.vimeo_async .background_filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.4s ease;
}

.async_overlay:hover .background_filter,
.vimeo_async:hover .background_filter {
  background-color: rgba(0, 0, 0, 0);
}

.members {
  margin: 0 -10px;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 782px) {
  .members {
    margin: 30px -10px 0 -10px;
  }
}
.members .member {
  margin: 20px 10px 0 10px;
  width: calc(100% - 20px);
}
.members .member:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1250px) and (min-width: 782px) {
  .members .member {
    margin: 30px 10px 0 10px;
    width: calc(50% - 20px);
  }
  .members .member:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1251px) {
  .members .member {
    margin: 40px 10px 0 10px;
    width: calc(33.333333% - 20px);
  }
  .members .member:nth-child(-n+3) {
    margin-top: 0;
  }
}
.members .member img {
  margin: 0 0 20px 0;
}
.members .member h3 {
  margin: 0;
}
.members .member h5, .members .member .chosen-container .chosen-results li, .chosen-container .chosen-results .members .member li {
  margin: 10px 0 5px 0;
}

#map {
  height: 300px;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1250px) and (min-width: 782px) {
  #map {
    height: 400px;
  }
}
@media screen and (min-width: 1251px) {
  #map {
    height: 600px;
  }
}
#map.is-loading {
  opacity: 0.5;
  filter: grayscale(100%);
}

.split ::-webkit-scrollbar {
  display: none;
}

#stockists {
  display: flex;
  flex-flow: column nowrap;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 1251px) {
  #stockists {
    height: 600px;
  }
}
#stockists.is-loading > * {
  opacity: 0;
  visibility: hidden;
}
#stockists .stockist {
  padding: 20px;
  position: relative;
  border-bottom: 1px solid #cccccc;
  order: 2;
}
@media screen and (max-width: 1250px) {
  #stockists .stockist {
    order: 2;
  }
}
@media screen and (max-width: 1250px) and (min-width: 782px) {
  #stockists .stockist {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 1251px) {
  #stockists .stockist {
    padding: 30px;
  }
}
#stockists .stockist:last-child {
  border-bottom: none;
}
#stockists .stockist.active {
  color: white;
  background: #b3b3b3;
  order: 1;
}
#stockists .stockist.active a {
  color: white;
  transition: all 0s;
}
#stockists .stockist.active a:after {
  background: white;
  transition: all 0s;
}
#stockists .stockist h4 {
  margin: 0;
}
#stockists .stockist p {
  margin: 5px 0 0 0;
}
#stockists .stockist .button {
  margin: 15px 0 0 0;
}
@media screen and (min-width: 1251px) {
  #stockists .stockist .button {
    margin: 0;
  }
}

.pinit-container {
  margin-top: 0 !important;
}

.pinit-container,
.wp-block-image {
  position: relative;
}

.pinit {
  margin: 0;
  padding: 0;
  width: auto !important;
  height: auto !important;
  display: none !important;
  position: absolute;
  z-index: 2;
  top: 13px;
  right: 13px;
  font-family: "din-2014", sans-serif;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  color: white !important;
  border-radius: 50%;
}
@media screen and (max-width: 781px) {
  .pinit {
    display: block !important;
  }
}
.pinit i {
  color: white;
}
.wp-block-image:hover .pinit, .pinit-container:hover .pinit {
  display: inline-block !important;
}

.add-to-favourites + .pinit {
  top: 30px;
}

#save-preview {
  margin: 0;
  padding: 2px 25px 0 25px;
  display: inline-block;
  font-family: "din-condensed", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 40px;
  color: black;
  border: none;
  background: #cccccc;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
  appearance: none;
}
@media screen and (min-width: 782px) {
  #save-preview {
    font-size: 2.2rem;
  }
}

#preview-notice {
  margin: 0;
  padding: 20px;
  position: fixed;
  z-index: 888;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "din-2014", sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  color: white;
  background: red;
}
@media screen and (min-width: 782px) {
  #preview-notice {
    padding: 20px;
    font-size: 1.5rem;
  }
}
#preview-notice a {
  color: white;
}

/* 3.3 Navigation
  -------------------------------------------------------------------------- */
#header-nav.is-active .nav-header {
  visibility: visible;
  opacity: 1;
}
#header-nav.is-active .nav-header li {
  transform: translate3d(0, 0, 0);
  animation-name: staggeredTopDown;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: backwards;
  animation-duration: 0.5s;
}
#header-nav.is-active .nav-header li:nth-child(1) {
  animation-delay: 0.025s;
}
#header-nav.is-active .nav-header li:nth-child(2) {
  animation-delay: 0.05s;
}
#header-nav.is-active .nav-header li:nth-child(3) {
  animation-delay: 0.075s;
}
#header-nav.is-active .nav-header li:nth-child(4) {
  animation-delay: 0.1s;
}
#header-nav.is-active .nav-header li:nth-child(5) {
  animation-delay: 0.125s;
}
#header-nav.is-active .nav-header li:nth-child(6) {
  animation-delay: 0.15s;
}
#header-nav.is-active .nav-header li:nth-child(7) {
  animation-delay: 0.175s;
}
#header-nav.is-active .nav-header li:nth-child(8) {
  animation-delay: 0.2s;
}
#header-nav.is-active .nav-header li:nth-child(9) {
  animation-delay: 0.225s;
}
#header-nav.is-active .nav-header li:nth-child(10) {
  animation-delay: 0.25s;
}

.nav-header {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 8;
  top: 61px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  background: #f5f5f5;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1251px) {
  .nav-header {
    margin: 0 2.5% 0 0;
    position: relative;
    flex: 1 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: auto;
    right: auto;
    bottom: auto;
    background: transparent;
    text-align: center;
    visibility: visible;
    opacity: 1;
  }
}
.nav-header li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1251px) {
  .nav-header li {
    border-bottom: none;
  }
  .nav-header li:first-child:after {
    left: 0;
  }
  .nav-header li:first-child a {
    padding-left: 0;
  }
}
@media screen and (max-width: 1250px) {
  .nav-header li.current-menu-item, .nav-header li:hover {
    background: rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 1251px) {
  .nav-header li.current-menu-item:after, .nav-header li:hover:after {
    right: 10px;
  }
}
@media screen and (min-width: 1251px) {
  .nav-header li:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 100%;
    bottom: -7px;
    height: 2px;
    background: black;
    transform-origin: left center;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    pointer-events: none;
  }
}
.nav-header li a {
  padding: 15px 20px;
  display: block;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1250px) and (min-width: 782px) {
  .nav-header li a {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 1251px) {
  .nav-header li a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1034px) and (min-width: 961px) {
  .nav-header li a {
    padding: 15px 10px;
    font-size: 1.2rem;
  }
}

.nav-footer {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-family: "din-2014", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  list-style: none;
}
.nav-footer li {
  margin: 8px 0;
  width: 45%;
}
@media screen and (min-width: 782px) {
  .nav-footer li {
    width: auto;
  }
}
.nav-footer li a {
  font-weight: bold;
  text-decoration: none;
}
.nav-footer li a[href="#"] {
  pointer-events: none;
  cursor: default;
}
.nav-footer li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-footer li ul li {
  width: 100%;
}
.nav-footer li ul li:last-child {
  margin-bottom: 0;
}
.nav-footer li ul li a {
  font-size: 1.2rem;
  font-weight: lighter;
  text-decoration: none;
}
@media screen and (min-width: 782px) {
  .nav-footer li ul li a {
    font-size: 1.3rem;
  }
}
.nav-footer li ul li a:hover {
  text-decoration: underline;
}

ul.nav-social {
  margin: 15px auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
@media screen and (min-width: 782px) {
  ul.nav-social {
    margin: 0 auto;
  }
}
ul.nav-social li {
  margin: 0 8px;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (min-width: 782px) {
  ul.nav-social li {
    margin: 0 10px;
    font-size: 1.8rem;
  }
}
ul.nav-social li a:hover {
  opacity: 0.5;
}

.button {
  margin: 0 0 20px 0;
  position: relative;
  display: inline-block;
  font-family: "din-condensed", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 0.9;
}
@media screen and (max-width: 1250px) and (min-width: 782px) {
  .button {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1251px) {
  .button {
    font-size: 3rem;
  }
}
.button.small {
  font-size: 1.5rem;
}
.button.white {
  color: white;
}
.button.white:after {
  background: white;
}

.underline {
  padding: 0 0 3px 0;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.underline:hover:after {
  right: 100%;
}
.underline:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: black;
  transform-origin: left center;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
}

button,
input[type=submit],
input[type=button] {
  margin: 0;
  padding: 2px 25px 0 25px;
  display: inline-block;
  height: 40px;
  font-family: "din-condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 0.9;
  color: white;
  border: none;
  background: black;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
  appearance: none;
}
@media screen and (min-width: 782px) {
  button,
  input[type=submit],
  input[type=button] {
    height: 45px;
  }
}
@media screen and (max-width: 1250px) and (min-width: 782px) {
  button,
  input[type=submit],
  input[type=button] {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1251px) {
  button,
  input[type=submit],
  input[type=button] {
    font-size: 2.2rem;
  }
}
button:hover, button:disabled,
input[type=submit]:hover,
input[type=submit]:disabled,
input[type=button]:hover,
input[type=button]:disabled {
  background: #4d4d4d;
}

a {
  color: black;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

/* 4.0 State
  ========================================================================== */
@media screen and (max-width: 1250px) {
  body.single-real-wedding .filter-options,
  body.single-fashion-beauty .filter-options,
  body.single-ideas-inspiration .filter-options,
  body.single-behind-scenes .filter-options {
    display: none;
  }
  body.single-vendor .filter-options label, body.single-vendor .filter-options h2 {
    display: none;
  }
  body.single-vendor .filter-options .add-to-favourites {
    margin: 10px 0 !important;
  }
}
/* 4.1 Animations
  -------------------------------------------------------------------------- */
@-webkit-keyframes staggeredTopDown {
  from {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-25%);
  }
  to {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes staggeredTopDown {
  from {
    opacity: 0;
    transform: translateY(-25%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
[v-cloak] {
  opacity: 0;
  visibility: hidden;
}

/* 4.2 Plugins
  -------------------------------------------------------------------------- */
.lg {
  font-family: "din-condensed", sans-serif;
}

#lg-share,
#lg-download,
#lg-actual-size,
#lg-zoom-out,
#lg-zoom-in,
.lg-fullscreen,
.lg-autoplay-button {
  display: none;
}

.lg-outer .lg-thumb-item {
  opacity: 0.5;
  border: none;
}
.lg-outer .lg-thumb-item:hover, .lg-outer .lg-thumb-item.active {
  opacity: 1;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.75);
}

.remodal .video-wrapper {
  position: relative;
  padding-top: 30px;
  overflow: visible;
  width: 100%;
  height: 100%;
}
.remodal .video-wrapper .fluid-width-video-wrapper {
  height: 100%;
  max-height: 900px;
  box-sizing: border-box;
  padding-top: 0 !important;
}
.remodal .remodal-close {
  z-index: 99999;
}
.remodal.collapse {
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 900px;
  max-height: 900px;
  background: transparent;
}

.remodal {
  font-size: 1.4rem;
  line-height: 1.5;
  color: black !important;
}
@media screen and (min-width: 782px) {
  .remodal {
    font-size: 1.6rem;
    text-align: left;
  }
}

.remodal-wrapper {
  padding: 30px;
}

.modal-split {
  background: white;
}
@media screen and (min-width: 782px) {
  .modal-split {
    display: flex;
  }
  .modal-split .split-image {
    flex: 1.5 1.5;
  }
  .modal-split .split-content {
    flex: 3 3;
  }
}
.modal-split .split-image {
  background-position: center center;
  background-size: cover;
  background-color: #f5f5f5;
}
@media screen and (max-width: 781px) {
  .modal-split .split-image {
    background: none;
  }
}
.modal-split .split-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 782px) {
  .modal-split .split-image img {
    display: none;
  }
}
.modal-split .split-content {
  padding: 30px;
}
@media screen and (min-width: 782px) {
  .modal-split .split-content {
    padding: 55px 75px;
  }
}
.modal-split .split-content .newsletter {
  margin: 25px 0 0 0;
}
@media screen and (max-width: 1250px) {
  .modal-split .split-content .newsletter {
    margin: 20px auto 0 auto;
  }
  .modal-split .split-content .newsletter form {
    flex-flow: column nowrap;
  }
  .modal-split .split-content .newsletter form input[type=email] {
    margin: 0 0 10px 0;
    border: 1px solid #cccccc;
  }
}

.remodal-close, .remodal-close:before {
  left: auto;
  right: 0;
}

.chosen-container {
  position: relative;
  display: inline-block;
  width: 100% !important;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  background: white;
  border: 1px solid #cccccc;
  border-top: 0;
}

.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container-single .chosen-single {
  padding: 0 20px;
  position: relative;
  display: block;
  overflow: hidden;
  height: 40px;
  border: 1px solid #cccccc;
  text-decoration: none;
  white-space: nowrap;
  line-height: 40px;
  background-image: url(img/arrow-down.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 782px) {
  .chosen-container-single .chosen-single {
    height: 45px;
    line-height: 45px;
    background-size: 21px 12px;
  }
}

.chosen-container-single .chosen-single input[type=text] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 0;
}

.chosen-container-single .chosen-single span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 150px;
}
@media screen and (max-width: 1250px) and (min-width: 782px) {
  .chosen-container-single .chosen-single span {
    max-width: 250px;
  }
}
@media screen and (min-width: 1251px) {
  .chosen-container-single .chosen-single span {
    max-width: 125px;
  }
}

.chosen-container-single .chosen-single abbr {
  display: none;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: none;
}

.chosen-container-single .chosen-search {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1010;
  white-space: nowrap;
  background: #f5f5f5;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.chosen-container-single .chosen-search input[type=text] {
  padding: 0 20px;
  width: 100%;
  height: 40px;
  outline: 0;
  border: none;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  position: relative;
  max-height: 250px;
  background: #f5f5f5;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  list-style: none;
  word-wrap: break-word;
  border-top: 1px solid #cccccc;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li:last-child {
  border-bottom: none;
}
.chosen-container .chosen-results li.result-selected {
  color: rgba(0, 0, 0, 0.5);
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  cursor: default;
  color: black;
}
.chosen-container .chosen-results li.disabled-result ~ li:not(.disabled-result) {
  padding-left: 25px;
}
.chosen-container .chosen-results li.disabled-result ~ li:not(.disabled-result):before {
  content: "- ";
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
}

.chosen-container-multi .chosen-choices {
  margin: 0;
  padding: 0 20px;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #cccccc;
  overflow: hidden;
  cursor: text;
}
@media screen and (min-width: 782px) {
  .chosen-container-multi .chosen-choices {
    height: 45px;
    line-height: 45px;
  }
}
.chosen-container-multi .chosen-choices li {
  margin: 0;
  padding: 0 8px 0 0;
  display: flex;
  width: auto;
  align-items: center;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  max-width: 100%;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  margin: 0 0 0 5px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-size: 1rem;
  color: red;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  padding: 0;
  height: 40px;
  outline: 0;
  width: 25px;
  line-height: 40px;
  border-radius: 0;
  border: 0 !important;
  background: transparent !important;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-results em {
  font-style: normal;
  color: #86ccaa;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: rgba(0, 0, 0, 0.5);
  cursor: default;
}
.chosen-container-multi .chosen-drop .result-selected:after {
  margin: 0 0 0 5px;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-size: 1rem;
  color: red;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

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