@charset "UTF-8";
/*
Theme Name: Forte Magazine
Description:  Forte Magazine WordPress theme
Author: Residency Studios
Author URI: https://residencystudios.com
Version: 1.0.1
Tags:
*/
@font-face {
  font-family: "Circular Std";
  src: url("/wp-content/themes/fortemagazine/fonts/CircularStd-Regular.eot");
  src: url("/wp-content/themes/fortemagazine/fonts/CircularStd-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/fortemagazine/fonts/CircularStd-Regular.woff2") format("woff2"), url("/wp-content/themes/fortemagazine/fonts/CircularStd-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: url("/wp-content/themes/fortemagazine/fonts/CircularStd-Medium.eot");
  src: url("/wp-content/themes/fortemagazine/fonts/CircularStd-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/fortemagazine/fonts/CircularStd-Medium.woff2") format("woff2"), url("/wp-content/themes/fortemagazine/fonts/CircularStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Louize Display";
  src: url("/wp-content/themes/fortemagazine/fonts/LouizeDisplay-Regular-205TF.woff2") format("woff2"), url("/wp-content/themes/fortemagazine/fonts/LouizeDisplay-Regular-205TF.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Louize Display";
  src: url("/wp-content/themes/fortemagazine/fonts/LouizeDisplay-Italic-205TF.woff2") format("woff2"), url("/wp-content/themes/fortemagazine/fonts/LouizeDisplay-Italic-205TF.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
html, body {
  font-family: "Circular Std";
}

h1, h2, h4, h5 {
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  font-family: "Louize Display";
  text-transform: uppercase;
}

h1, .h1 {
  font-size: 48px;
  line-height: 1;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 42px;
  }
}

h2, .h2 {
  font-size: 30px;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-family: "Circular Std";
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 28px;
  }
}

.single-post h2 {
  font-family: "Circular Std";
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
}
@media (max-width: 767px) {
  .single-post h2 {
    font-size: 28px;
  }
}
.single-post h3 {
  font-size: 24px;
  margin: 20px 0px 10px;
}
@media (max-width: 767px) {
  .single-post h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 24px;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 16px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 14px;
  }
}

.text-link {
  color: #242620;
  border-bottom: 2px solid #242620;
}
.text-link:hover {
  color: #242620;
  border-bottom: 2px solid transparent;
}

.quote h5 {
  font-size: 40px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .quote h5 {
    font-size: 30px;
  }
}

body #wrapper .gform-theme--framework .gfield_description,
body #wrapper .gform-theme--framework .gform-field-label,
body #wrapper .gform-theme--framework .gform-field-label,
body #wrapper .gform-theme--framework input, body #wrapper .gform-theme--framework .gfield_select {
  font-family: "Circular Std";
}

p, li, input, td, nav, select, table, textarea, label, input, .gform_confirmation_message, #desktop-menu-btn, .btn {
  font-family: "Circular Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
.gform-theme--framework .gform_validation_errors,
.gform_validation_errors {
  border-radius: 0px !important;
  box-shadow: none !important;
  background: transparent !important;
}
.gform-theme--framework .gform_validation_errors, .gform-theme--framework .gform_validation_errors li, .gform-theme--framework .gform_validation_errors a, .gform-theme--framework .gform_validation_errors h2, .gform-theme--framework .gform_validation_errors .gform_submission_error,
.gform_validation_errors,
.gform_validation_errors li,
.gform_validation_errors a,
.gform_validation_errors h2,
.gform_validation_errors .gform_submission_error {
  text-decoration: none !important;
}
.gform-theme--framework .gform_validation_errors h2,
.gform_validation_errors h2 {
  padding: 4px 0px;
}

blockquote p {
  font-size: 32px;
  line-height: 1.4;
}

.text-larger p {
  font-size: 20px;
  line-height: 1.2;
}

a {
  transition: all 0.4s ease-in-out;
}

ul li {
  list-style: none;
}

ol {
  list-style-position: outside;
  padding-left: 20px;
}
ol li {
  padding-left: 10px;
  padding-bottom: 15px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0px 0px 15px;
}

a {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

a.text-link {
  font-size: 16px;
  border-bottom: 1px solid #242620;
}
a.text-link:hover {
  border-bottom: 1px solid transparent;
}

p a:not(.btn), a:not(.btn) {
  color: #242620;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
p a:not(.btn):after, a:not(.btn):after {
  content: " ";
  width: 0px;
  height: 1px;
  background: #242620;
  transition: all 0.4s ease-in-out;
  clear: both;
  display: block;
  margin: -2px 0px 2px 1px;
}
p a:not(.btn):hover, a:not(.btn):hover {
  text-decoration: none;
}
p a:not(.btn):hover:after, a:not(.btn):hover:after {
  width: 100%;
}

p a.no-line:after, a.no-line:after, a.logo:after {
  display: none;
}
p a.no-line:hover, a.no-line:hover, a.logo:hover {
  color: #7D7D7D;
}

a.img {
  display: block;
}

body {
  background: #fff;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  font-style: normal;
  color: #242620;
}
body.active {
  overflow: hidden !important;
}
body.active .menu-button {
  transform: rotate(45deg);
}
body.loaded #svgloader {
  -webkit-animation: none;
  animation: none;
  opacity: 0;
  visibility: hidden;
}
body.loaded {
  background: #fff;
  overflow: initial;
  overflow-x: hidden;
}
body.loaded #svgloader {
  -webkit-animation: none;
  animation: none;
  opacity: 0;
  visibility: hidden;
}
body.loaded #site-header, body.loaded #wrapper, body.loaded #subscribe, body.loaded #footer {
  opacity: 1;
  visibility: visible;
}

#site-header, #wrapper, #subscribe, #footer {
  opacity: 0;
  visibility: hidden;
}

.hidden_label label {
  display: none;
}

fieldset {
  border: 0px none;
}

@media (min-width: 768px) {
  .vertical-middle {
    display: flex;
    align-items: center;
  }
}

#svgloader {
  display: block;
  position: fixed;
  height: auto;
  transition: opacity 0.75s ease-in-out;
  z-index: 0;
  cursor: pointer;
  z-index: 99999;
  top: 20px;
  left: 40px;
  width: 140px;
}
@media (max-width: 767px) {
  #svgloader {
    left: 15px;
    width: 100px;
  }
}

@-webkit-keyframes faders {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes faders {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
*, html, body {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
}

html, body {
  color: #242620;
}

body {
  overflow-x: hidden;
}

.vc_row.vc_row-o-full-height {
  overflow: visible !important;
}

.sticky {
  position: sticky !important;
  top: 0px;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  opacity: 1;
}

img[data-src] {
  opacity: 0;
  transition: all 0.2s ease-in;
}
img[data-src].loaded {
  opacity: 1;
}

.container {
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
.container.narrow {
  padding: 0 200px;
}

.row {
  margin: 0 -15px;
}

.btn, #announcement-bar a, .memberpoint-wrapper .btn, #wpsl-search-btn {
  background: transparent;
  display: inline-block;
  padding: 10px 24px 11px;
  transition: all 0.4s ease-in-out;
  outline: none !important;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  color: #242620;
  border: 1px solid #242620;
  max-width: 100%;
  text-align: center;
}
.btn:after, #announcement-bar a:after, .memberpoint-wrapper .btn:after, #wpsl-search-btn:after {
  content: "→";
  display: inline-block;
  font-family: "Arial";
  font-size: 20px;
  margin: 0px -5px 0px 10px;
  transition: all 0.4s ease-in-out;
  color: #242620;
}
.btn:hover, #announcement-bar a:hover, .memberpoint-wrapper .btn:hover, #wpsl-search-btn:hover {
  background-color: #242620;
  border-color: #242620;
  color: #fff;
}
.btn:hover:after, #announcement-bar a:hover:after, .memberpoint-wrapper .btn:hover:after, #wpsl-search-btn:hover:after {
  color: #fff;
  margin: 0px 0px 0px 5px;
}
.btn-book, #announcement-bar a-book, .memberpoint-wrapper .btn-book, #wpsl-search-btn-book {
  background: #242620;
  border: 2px solid #242620;
  color: #fff;
}
.btn-book:hover, #announcement-bar a-book:hover, .memberpoint-wrapper .btn-book:hover, #wpsl-search-btn-book:hover {
  background: #fff;
  border: 2px solid #242620;
  color: #242620;
}
.btn-white, #announcement-bar a-white, .memberpoint-wrapper .btn-white, #wpsl-search-btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: #242620;
}
.btn-white:hover, #announcement-bar a-white:hover, .memberpoint-wrapper .btn-white:hover, #wpsl-search-btn-white:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-white:hover:after, #announcement-bar a-white:hover:after, .memberpoint-wrapper .btn-white:hover:after, #wpsl-search-btn-white:hover:after {
  color: #fff;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-wrapper video, .video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(177, 165, 105, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(177, 165, 105, 0);
  }
}
.page p .button {
  margin: 15px 10px 0px 0px;
}

.woocommerce button.button, .woocommerce a.button, .woocommerce .button {
  color: #242620;
  border-color: #242620;
  background-color: transparent;
}
.woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce .button.alt {
  background-color: #242620;
  color: #242620;
  font-size: 12px;
}
.woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover, .woocommerce .button.alt:hover {
  border-color: #242620;
  background: #242620;
  color: #242620;
}

.full-row {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  margin: 0px;
}

.clearfix {
  width: 100%;
  clear: both;
  float: left;
  box-sizing: border-box;
}
.clearfix.padding-150 {
  padding: 75px 0px;
}
@media (max-width: 767px) {
  .clearfix.padding-150 {
    padding: 40px 0px 35px;
  }
}
.clearfix.padding-100 {
  padding: 50px 0px;
}
@media (max-width: 767px) {
  .clearfix.padding-100 {
    padding: 25px 0px;
  }
}
.clearfix.padding-50 {
  padding: 25px 0px;
}
@media (max-width: 767px) {
  .clearfix.padding-50 {
    padding: 15px 0px 10px;
  }
}
@media (max-width: 767px) {
  .clearfix.mobile-padding-0 {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .clearfix.mobile-padding-25 {
    padding: 15px 0px 10px;
  }
}

.col-lg-12 {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.col-lg-10 {
  width: 83.33333%;
  float: left;
  box-sizing: border-box;
}

.col-lg-9 {
  width: 75%;
  float: left;
  box-sizing: border-box;
}

.col-lg-8 {
  width: 66.667%;
  float: left;
  box-sizing: border-box;
}

.col-lg-7 {
  width: 58.3333333333%;
  float: left;
  box-sizing: border-box;
}

.col-lg-6 {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.col-lg-5 {
  width: 41.6666666667%;
  float: left;
  box-sizing: border-box;
}

.col-lg-4 {
  width: 33.333%;
  float: left;
  box-sizing: border-box;
}

.col-lg-3 {
  width: 25%;
  float: left;
  box-sizing: border-box;
}

.col-lg-two-fifths {
  width: 40%;
  float: left;
  box-sizing: border-box;
}

.col-lg-fifth {
  width: 20%;
  float: left;
  box-sizing: border-box;
}

.col-lg-2 {
  width: 16.66667%;
  float: left;
  box-sizing: border-box;
}

.col-lg-1 {
  width: 8.333%;
  float: left;
  box-sizing: border-box;
}

.row .col-lg-12, .row .col-lg-11, .row .col-lg-10, .row .col-lg-9, .row .col-lg-8, .row .col-lg-7, .row .col-lg-6, .row .col-lg-5, .row .col-lg-4, .row .col-lg-3, .row .col-lg-two-fifths, .row .col-lg-fifth, .row .col-lg-2, .row .col-lg-1 {
  padding: 0 15px;
}

.align-right {
  float: right;
}

.last {
  float: right;
}

.inner h2 {
  margin: 30px 0px;
}
.inner .btn {
  margin-top: 60px;
}

.hidden_label legend {
  display: none !important;
}

.ginput_container_checkbox .gfield-choice-input {
  padding: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #242620 !important;
  background: transparent;
  -webkit-appearance: none !important;
  display: inline-block;
  position: relative;
  float: left;
  margin: 0px 10px 0px 0px;
}
.ginput_container_checkbox .gfield-choice-input:before {
  content: "✕";
  opacity: 0;
  left: 5px;
  top: 1px;
  width: 100%;
  height: 100%;
  color: #242620;
  position: absolute;
}
.ginput_container_checkbox .gfield-choice-input:checked::before {
  opacity: 1;
}

input {
  border-radius: 0px;
  -webkit-appearance: none;
}

input[type=checkbox], input[type=radio] {
  -webkit-appearance: auto;
}

input[type=text], input[type=email], input[type=tel], input[type=number], textarea {
  background: transparent;
  border: 0px none;
  color: #242620;
  border-bottom-color: #242620;
  color: #242620;
  border-bottom: 1px solid #242620;
  line-height: 28px;
  font-size: 12px;
  padding: 5px 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  outline: none !important;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, textarea::placeholder {
  color: #242620;
  font-size: 12px;
}

body .gform-theme--framework form .gfield input, body .gform-theme--framework form .gfield textarea {
  background: transparent;
  border-radius: 0px;
  box-shadow: none;
}

.ui-datepicker {
  background: #fff;
  padding: 20px;
}
.ui-datepicker select {
  border-color: #242620;
  color: #242620;
}

select.large {
  line-height: 28px;
  font-size: 16px;
  padding: 5px 0px;
  color: #242620;
  border: 0px none;
  background: transparent;
  border-bottom: 1px solid #242620;
}

.ginput_container_fileupload {
  border-bottom: 1px solid #242620 !important;
}
.ginput_container_fileupload input {
  font-size: 12px;
}

.gfield--type-honeypot,
.validation_message {
  display: none !important;
}

.gfield_error input, .gfield_error, .gfield_error ::placeholder {
  color: #242620 !important;
  border-color: #242620 !important;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 50px !important;
}

.container .gform_wrapper.gravity-theme .gfield_description {
  color: #242620;
}
.container .gform_wrapper.gravity-theme .gfield--type-html p {
  font-size: 14px;
  margin: 0px;
}
.container .gform_wrapper.gravity-theme .name .gfield_label {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #242620;
  margin-bottom: 20px;
}
.container .gform_wrapper.gravity-theme .gfield_required {
  color: #242620 !important;
}
.container .gform_wrapper.gravity-theme p.gform_required_legend {
  display: none !important;
}
.container .gform_wrapper.gravity-theme .charleft.ginput_counter.gfield_description {
  display: none;
}
.container .gform_wrapper.gravity-theme .gfield_label {
  font-size: 12px;
  font-family: "futura_stdbook";
  text-transform: uppercase;
  font-weight: 400;
  color: #242620;
}
.container .gform_wrapper.gravity-theme .gform_fields input.large {
  padding: 0;
}
.container .gform_wrapper.gravity-theme .gform_fields .name_first input, .container .gform_wrapper.gravity-theme .gform_fields .name_last input {
  padding: 0;
}
.container .gform_wrapper.gravity-theme .half {
  width: 48%;
  float: left;
  clear: none;
  margin-bottom: 30px;
  display: block;
}
.container .gform_wrapper.gravity-theme .half:nth-child(2), .container .gform_wrapper.gravity-theme .half:nth-child(4) {
  float: right;
}
.container .gform_wrapper.gravity-theme .half .gfield_label {
  font-size: 12px;
  line-height: 22px !important;
  font-weight: 400;
  margin-bottom: 10px;
}
.container .gform_wrapper.gravity-theme .gform_footer {
  float: left;
  width: 20%;
  margin-top: 0px;
  padding: 0px !important;
  margin: 0px !important;
  position: relative;
}
.container .gform_wrapper.gravity-theme .gform_button {
  display: block;
  width: 100%;
  padding: 0px;
  background: transparent;
  border: 1px solid;
  color: #242620;
  box-shadow: none;
  font-size: 14px;
  line-height: 26px;
  font-style: normal;
  letter-spacing: 0.038em;
  text-align: center;
  padding: 5px 20px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.container .gform_wrapper.gravity-theme .gform_button:hover {
  border: 1px solid #242620;
  background: #242620;
  color: #fff;
}

.mobile-only {
  display: none !important;
}

@media (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
  #site-wide {
    display: none;
  }
  .col-sm-12 {
    width: 100%;
    float: left;
  }
  .col-sm-6 {
    width: 50%;
    float: left;
  }
  .col-sm-4 {
    width: 33.33%;
    float: left;
  }
  .inner {
    padding: 40px;
  }
  .container {
    padding: 0 15px;
  }
  .reorder {
    display: table;
  }
  .reorder .col-sm-12 {
    float: none;
    display: table-footer-group;
  }
  .reorder .col-sm-12.last {
    display: table-header-group;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -15px;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #242620;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  right: 38px;
}

[dir=rtl] .slick-prev {
  right: 9px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 9px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: auto !important;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 26px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

#site-header {
  position: fixed;
  background: #fff;
  top: 0px;
  left: 0px;
  right: 0px;
  transition: all 0.4s ease-in-out;
  z-index: 99;
  float: left;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
}
#site-header.nav-up {
  position: fixed;
  top: -200px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.5 !important;
}
#site-header.nav-down {
  position: fixed;
  top: 0px;
  padding: 0px;
  background: #fff;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.2), 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
#site-header.nav-down a.logo {
  width: 100px;
}
#site-header.nav-down #menu-button {
  font-size: 24px;
  line-height: 36px;
}
#site-header.nav-down .wrap {
  padding: 15px 0px;
}
#site-header .wrap {
  width: 100%;
  float: left;
  padding: 20px 0px;
  transition: all 0.4s ease-in-out;
  position: relative;
}
#site-header #main-menu {
  display: block;
  float: left;
  position: absolute;
  border: 1px solid;
  top: 100%;
  left: 0px;
  width: 100%;
  right: 0px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
#site-header #main-menu li {
  display: inline-block;
  padding: 0px;
  float: left;
  border-bottom: 1px solid;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}
#site-header #main-menu li:last-child {
  border-bottom: 0px none;
}
#site-header #main-menu li a {
  color: #242620;
  font-size: 30px;
  font-weight: 500;
  padding: 15px 20px;
  display: block;
}
#site-header #main-menu li a:hover {
  background: #F5EDE2;
}
#site-header #main-menu li a:after {
  height: 2px;
  display: none;
}
#site-header #main-menu li a.active, #site-header #main-menu li a:hover {
  color: #242620;
}
#site-header #main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
#site-header #main-menu li .artist-filter {
  display: none;
}
#site-header a.logo {
  display: block;
  float: left;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  padding: 0px;
  width: 140px;
}
#site-header a.logo:after {
  display: none;
}
#site-header.active #main-menu {
  opacity: 1;
  visibility: visible;
}
#site-header.active #menu-button:after {
  width: 100%;
  left: 0px;
}
#site-header #menu-button {
  font-family: "Louize Display";
  font-size: 40px;
  text-transform: uppercase;
  float: right;
  line-height: 52px;
  padding: 0px;
  margin: 0px;
  position: relative;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
#site-header #menu-button:after {
  content: " ";
  position: absolute;
  left: 50%;
  width: 0px;
  bottom: 0px;
  height: 3px;
  background: #242620;
  transition: all 0.5s ease-in-out;
}
#site-header #menu-button:hover:after {
  left: 0px;
  width: 100%;
}
#site-header form {
  display: inline-block;
  float: right;
  margin: 4px 30px 0px 0px;
}
@media (max-width: 767px) {
  #site-header form {
    margin: 0px 10px 0px 0px;
  }
}
#site-header form input, #site-header form input::placeholder {
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #site-header form input, #site-header form input::placeholder {
    font-size: 14px;
    width: 100px;
  }
}

.artists #site-header #main-menu li .artist-filter {
  display: inline-block;
  margin-left: 10px;
}

.home #site-header {
  background: transparent;
}
.home #site-header.nav-down, .home #site-header.nav-up {
  background: #fff;
}

body:before {
  content: " ";
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 999;
}
body.menu-open:before {
  opacity: 1;
  visibility: visible;
}

#menu {
  position: fixed;
  top: 0px;
  left: -50%;
  width: 25%;
  height: 100%;
  background: #fff;
  z-index: 98;
  transition: all 0.4s ease-in-out;
}
#menu:before {
  content: " ";
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 97;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
#menu.active {
  left: 0px;
  overflow: scroll;
}
#menu.active:before {
  visibility: visible;
  opacity: 1;
}

#wrapper {
  clear: both;
  width: 100%;
  position: relative;
  z-index: 2;
  float: left;
  padding: 100px 0px 0px;
}
@media (max-width: 767px) {
  #wrapper {
    padding-top: 80px;
  }
}

.brown-box .inner {
  background: #F5EDE2;
  padding: 30px;
}

.add-row {
  background: #F5EDE2;
  padding: 20px 0px;
  text-align: center;
  margin: 0px 0px 50px;
  position: relative;
  z-index: 9;
}
.add-row.add-white {
  background: #fff;
}
.add-row.add-row-narrow {
  margin: 0px;
  background: #eee;
}
.add-row.billboard img, .add-row .billboard img {
  width: 970px;
}
.add-row.leaderboard img, .add-row .leaderboard img {
  width: 728px;
}
.add-row.mrec img, .add-row .mrec img {
  width: 300px;
}

.large-row {
  padding: 70px 0px 100px;
  text-align: center;
}
@media (max-width: 767px) {
  .large-row {
    padding: 50px 0px 80px;
  }
}
@media (min-width: 768px) {
  .large-row .h1 {
    font-size: 100px;
  }
}

.page-template-template-about .full-row {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .page-template-template-about .full-row {
    padding-bottom: 60px;
  }
  .page-template-template-about .full-row .gallery-item {
    margin-bottom: 16px;
  }
}
.page-template-template-about p.caption {
  color: #7D7D7D;
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 11px;
}

#home-feature {
  width: 80%;
  height: auto;
  position: fixed;
  height: 100vh;
  left: 10%;
  text-align: center;
  z-index: -1;
}
@media (max-width: 767px) {
  #home-feature {
    left: 0px;
    width: 100%;
  }
}
#home-feature .video-wrapper {
  margin: 0 auto;
}
.home #wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .home #wrapper {
    padding-top: 80px;
  }
}
.home #home-content {
  transition: all 0.4s ease-in-out;
  background: #fff;
  margin-top: 70vh;
  padding-top: 40px;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.2), 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.home #home-content #top-text {
  text-align: center;
  width: 100%;
  margin-top: -100px;
  margin-bottom: 100px;
  display: block;
  position: fixed;
  z-index: -1;
}
.home #home-content #top-text h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
}
@media (max-width: 767px) {
  .home #home-content #top-text h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .home #home-content {
    margin-top: 30vh;
  }
}
.home #home-content > .container > .row h3 {
  margin-top: 50px;
}

.home-posts-row {
  float: left;
  width: 100%;
  clear: both;
  padding-bottom: 30px;
}

.single-post #wrapper .full-row > .container > .row {
  float: left;
}
@media (min-width: 768px) {
  .single-post #wrapper .sidebar {
    position: sticky;
    top: 80px;
  }
}

.home #home-content, .blog #home-content {
  background: #fff;
}
.home #home-content > .container > .row, .blog #home-content > .container > .row {
  float: left;
}
@media (min-width: 768px) {
  .home #home-content .news-sticky, .blog #home-content .news-sticky {
    position: sticky;
    top: 0px;
    height: 100vh;
    padding-left: 30px;
  }
}
.home #home-content .news-sticky-int, .blog #home-content .news-sticky-int {
  padding: 0px 30px;
  background: #F5EDE2;
  float: left;
}
@media (max-width: 767px) {
  .home #home-content .news-sticky-int, .blog #home-content .news-sticky-int {
    padding: 10px 15px;
  }
}
.home #home-content .news-sticky-int .news-post, .blog #home-content .news-sticky-int .news-post {
  margin-bottom: 40px;
}
.home #home-content .news-sticky-int h3, .blog #home-content .news-sticky-int h3 {
  margin: 0px 0px 0px;
  padding: 30px 0px 0px;
}
.home #home-content .news-sticky-int img, .blog #home-content .news-sticky-int img {
  margin-bottom: 15px;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  filter: grayscale(1);
}
.home #home-content .news-sticky-int a:hover img, .blog #home-content .news-sticky-int a:hover img {
  filter: grayscale(0);
  opacity: 0.7;
}
@media (max-width: 767px) {
  .home #home-content .news-sticky-int, .blog #home-content .news-sticky-int {
    transform: none !important;
  }
  .home #home-content .news-sticky-int .news-post, .blog #home-content .news-sticky-int .news-post {
    width: 100%;
    float: left;
    padding: 0px;
  }
}
.home #home-content .news-sticky .ad-block img, .blog #home-content .news-sticky .ad-block img {
  opacity: 1 !important;
  filter: grayscale(0) !important;
  margin-bottom: 30px;
}
.home #home-content .news-sticky .ad-block a:after, .blog #home-content .news-sticky .ad-block a:after {
  display: none;
}
.home #home-content .news-sticky .ad-block a:hover img, .blog #home-content .news-sticky .ad-block a:hover img {
  opacity: 1 !important;
  filter: grayscale(0) !important;
}

#wpsl-gmap .gm-style {
  font-family: "oracle";
}
#wpsl-gmap .gm-style .gm-style-iw-c {
  border-radius: 0px;
  min-width: 240px !important;
  box-shadow: none;
}
#wpsl-gmap .gm-style .gm-style-iw-c p {
  font-size: 14px;
}
#wpsl-gmap .gm-style .gm-style-iw-c p strong {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 8px;
  display: block;
}
#wpsl-gmap .gm-style .gm-style-iw-c .wpsl-directions {
  color: #242620;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.4;
  font-family: "oracle";
}
#wpsl-gmap .gm-style .gm-style-iw-tc {
  display: none;
}

#wpsl-wrap.wpsl-store-below .wpsl-search {
  margin-bottom: 16px;
  padding: 0px;
  background: #fff;
}
#wpsl-wrap.wpsl-store-below .wpsl-search .wpsl-input label, #wpsl-wrap.wpsl-store-below .wpsl-search .wpsl-select-wrap label {
  font-size: 11px;
  color: #7D7D7D;
  text-transform: uppercase;
}
#wpsl-wrap.wpsl-store-below .wpsl-search .wpsl-input input, #wpsl-wrap.wpsl-store-below .wpsl-search .wpsl-input select, #wpsl-wrap.wpsl-store-below .wpsl-search .wpsl-select-wrap input, #wpsl-wrap.wpsl-store-below .wpsl-search .wpsl-select-wrap select {
  border: 0px none;
  border-bottom: 1px solid #242620;
  border-radius: 0px;
  color: #7D7D7D;
  font-family: "oracle";
}
#wpsl-wrap.wpsl-store-below .wpsl-search .wpsl-input input, #wpsl-wrap.wpsl-store-below .wpsl-search .wpsl-select-wrap input {
  padding: 0px;
}
#wpsl-wrap.wpsl-store-below .wpsl-search .wpsl-selected-item {
  padding: 7px 12px !important;
  color: #7D7D7D;
}
#wpsl-wrap.wpsl-store-below .wpsl-search .wpsl-dropdown {
  border-radius: 0px;
  border: 1px solid #7D7D7D;
  box-shadow: none;
  color: #7D7D7D;
}
#wpsl-wrap.wpsl-store-below .wpsl-search #wpsl-search-btn {
  border-radius: 0px;
  border: 1px solid #242620;
  box-shadow: none;
  color: #fff;
  background: #242620;
  font-family: "oracle";
}
#wpsl-wrap.wpsl-store-below .wpsl-search #wpsl-search-btn:hover {
  border: 1px solid #7D7D7D;
  background: #7D7D7D;
  color: #fff;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
  border-bottom: 0px none;
  padding: 5px 0px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  #wpsl-wrap.wpsl-store-below #wpsl-result-list li {
    border-bottom: 1px solid #7D7D7D;
    padding: 10px 0px;
  }
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list li:hover {
  background: #EDEBE7;
}
#wpsl-wrap.wpsl-store-below #wpsl-stores {
  height: auto !important;
}
#wpsl-wrap.wpsl-store-below .wpsl-store-location {
  float: left;
  width: 90%;
}
@media (max-width: 767px) {
  #wpsl-wrap.wpsl-store-below .wpsl-store-location {
    width: 100%;
  }
}
#wpsl-wrap.wpsl-store-below .wpsl-store-location p {
  margin: 0px;
  width: 20%;
  float: left;
}
#wpsl-wrap.wpsl-store-below .wpsl-store-location p:first-child {
  width: 80%;
}
#wpsl-wrap.wpsl-store-below .wpsl-store-location p strong {
  font-weight: 400;
}
#wpsl-wrap.wpsl-store-below .wpsl-store-location p > * {
  display: inline-block;
  float: left;
  margin: 0px;
  width: 33.33%;
}
@media (max-width: 767px) {
  #wpsl-wrap.wpsl-store-below .wpsl-store-location p > * {
    width: 100%;
  }
}
#wpsl-wrap.wpsl-store-below .wpsl-direction-wrap {
  float: left;
  width: 10%;
  text-align: right;
}

.full-width {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 70px;
}

.latest-issue {
  padding: 50px 0px;
  margin-bottom: 50px;
  background: #2A2A2A;
}
.latest-issue .row {
  margin: 0px;
}
.latest-issue h2 a {
  color: #fff;
}
.latest-issue p {
  color: #fff;
}
@media (max-width: 767px) {
  .latest-issue {
    padding: 10px 0px;
  }
  .latest-issue img {
    margin-bottom: 30px;
  }
}
.latest-issue.latest-issue-directory {
  background: #eee;
}
.latest-issue.latest-issue-directory h2 a {
  color: #242620;
}
.latest-issue.latest-issue-directory p {
  color: #242620;
}
@media (max-width: 767px) {
  .latest-issue.latest-issue-directory img {
    margin-bottom: 5px;
  }
}

#home-posts-4 .col-lg-9 .news-post:nth-child(2n+3),
#home-posts-1 .col-lg-9 .news-post:nth-child(2n+3) {
  clear: both;
}

#home-posts-2 .news-post:nth-child(3n+4),
#home-posts-3 .news-post:nth-child(3n+4) {
  clear: both;
}

#home-posts-4 {
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  #home-posts-4 .brown-box {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  #home-posts-4 .brown-box {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  #home-posts-4 .brown-box .inner {
    padding: 20px;
  }
}
#home-posts-4 .brown-box h3 {
  margin-bottom: 0px;
}
#home-posts-4 .brown-box .news-post {
  margin-bottom: 30px;
}
#home-posts-4 .brown-box .news-post:last-child {
  margin-bottom: 0px;
}
#home-posts-4 .brown-box .news-post h4 {
  margin-bottom: 0px;
  font-size: 22px;
}
#home-posts-4 .brown-box .news-post img {
  margin-bottom: 10px;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  filter: grayscale(1);
}
#home-posts-4 .brown-box .news-post:hover img {
  filter: grayscale(0);
  opacity: 0.7;
}

.news-post {
  margin-bottom: 60px;
}
.news-post img {
  margin-bottom: 25px;
  width: 100% !important;
}
.news-post a.no-line {
  display: block;
}
.news-post .h1 {
  margin-bottom: 20px;
}
.news-post p {
  margin-bottom: 20px;
}
.news-post p a {
  text-transform: uppercase;
}
.news-post p a:after {
  width: 100%;
}
.news-post p a:hover {
  color: #7D7D7D;
}
.news-post p a:hover:after {
  background: #7D7D7D;
  width: 0%;
}
.news-post p.post-date {
  font-size: 14px;
  margin-bottom: 15px;
}

.post-cats li {
  background: #F5EDE2;
  padding: 8px 12px;
  display: inline-block;
  margin-right: 8px;
}

.related-content {
  margin: 40px 0px;
}

.gig-guide-post {
  margin-bottom: 30px;
}
.gig-guide-post h4 {
  margin-bottom: 5px;
}
.gig-guide-post.col-lg-3:nth-child(4n+5) {
  clear: both;
}

.single-magazine .issuu-row {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.single-magazine .issuu-row iframe {
  position: relative !important;
  width: 100% !important;
  height: 90vh !important;
}
.single-magazine .related-content {
  margin: 40px 0px;
}

.single-post #wrapper .post-copy {
  margin-bottom: 60px;
}
.single-post #wrapper .post-copy p {
  clear: both;
}
.single-post #wrapper .post-copy h1, .single-post #wrapper .post-copy h2, .single-post #wrapper .post-copy h3, .single-post #wrapper .post-copy h4, .single-post #wrapper .post-copy h5, .single-post #wrapper .post-copy p, .single-post #wrapper .post-copy ul {
  margin: 10px 0px 20px;
}
.single-post #wrapper .feature-image {
  margin-bottom: 30px;
  float: left;
}
.single-post #wrapper .feature-caption {
  width: 100%;
  margin-top: -15px;
  margin-bottom: 30px;
  display: block;
  float: left;
}
.single-post .row-news {
  margin-top: 40px;
  padding-bottom: 40px;
}
.single-post .related-content .news-post:nth-child(5) {
  clear: both;
}

.single .post-copy h1 {
  clear: both;
}

.single-artist .artist-row {
  display: flex;
}
@media (max-width: 767px) {
  .single-artist .artist-row {
    flex-wrap: wrap-reverse;
  }
}
.single-artist .artist-deets {
  display: flex;
}
@media (max-width: 767px) {
  .single-artist .artist-deets {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .single-artist .artist-deets {
    flex-direction: column;
  }
}
.single-artist .artist-deets h1 {
  margin-top: auto;
}
@media (max-width: 767px) {
  .single-artist .artist-deets h1 {
    margin-top: 20px;
  }
}
.single-artist .artist-deets li a {
  text-transform: uppercase;
  display: inline-block;
}
.single-artist #artist-gallery li {
  margin: 0px 10px 0px 0px;
}
.single-artist #artist-gallery li img {
  width: auto;
  height: 200px;
}
.single-artist .artist-releases a.no-line, .single-artist .artist-news a.no-line, .single-artist .artist-tours a.no-line {
  clear: both;
  display: block;
}
.single-artist .artist-releases li, .single-artist .artist-news li, .single-artist .artist-tours li {
  clear: both;
  margin-bottom: 20px;
  width: 100%;
}
.single-artist .artist-releases li img, .single-artist .artist-news li img, .single-artist .artist-tours li img {
  width: 100px;
  margin: 0 10px 0px 0px;
}
.single-artist .artist-releases li p, .single-artist .artist-news li p, .single-artist .artist-tours li p {
  display: inline-block;
  margin-bottom: 0px;
}
.single-artist .artist-releases li p span, .single-artist .artist-news li p span, .single-artist .artist-tours li p span {
  width: 100%;
  display: block;
  color: #7D7D7D;
  text-transform: uppercase;
  font-size: 11px;
}
.single-artist .artist-releases li, .single-artist .artist-releases li img, .single-artist .artist-releases li p, .single-artist .artist-news li, .single-artist .artist-news li img, .single-artist .artist-news li p, .single-artist .artist-tours li, .single-artist .artist-tours li img, .single-artist .artist-tours li p {
  float: left;
}
.single-artist .artist-releases li:first-child img, .single-artist .artist-news li:first-child img, .single-artist .artist-tours li:first-child img {
  width: 50%;
  margin-bottom: 10px;
}
.single-artist .artist-releases li:first-child p, .single-artist .artist-news li:first-child p, .single-artist .artist-tours li:first-child p {
  clear: both;
}
.single-artist .artist-news li img {
  width: 60% !important;
  margin: 10px 0px;
  clear: both;
}
.single-artist .artist-news li p {
  clear: both;
  margin-bottom: 0px;
}
.single-artist .artist-news li p a {
  text-transform: uppercase;
}
.single-artist .artist-news li p a:after {
  width: 100%;
}
.single-artist .artist-news li p a:hover {
  color: #7D7D7D;
}
.single-artist .artist-news li p a:hover:after {
  background: #7D7D7D;
  width: 0px;
}
.single-artist .artist-content {
  padding-top: 70px;
}
.single-artist .artist-content.has-sticky .row {
  float: left;
}
@media (min-width: 768px) {
  .single-artist .artist-content .sticky {
    position: sticky;
    top: 90px;
  }
}

#page-header {
  padding: 0px 0px 20px;
  float: left;
  width: 100%;
}

.wpbdp-main-box {
  clear: both;
}

#wpbdp-page-main_page .wpbdp-categories {
  margin: 0 -15px;
  padding: 0px;
}
#wpbdp-page-main_page .wpbdp-categories .cat-item:nth-child(2n+1) {
  clear: none;
}
#wpbdp-page-main_page .wpbdp-categories .cat-item:nth-child(3n+4) {
  clear: both;
}
#wpbdp-page-main_page .wpbdp-categories li {
  padding: 0 15px;
  box-sizing: border-box;
  width: 33.33%;
}
@media (max-width: 767px) {
  #wpbdp-page-main_page .wpbdp-categories li {
    width: 100%;
    margin-bottom: 30px;
  }
}
#wpbdp-page-main_page .wpbdp-categories li a {
  display: block;
  width: 100%;
  font-size: 24px;
}
#wpbdp-page-main_page .wpbdp-categories li a:before {
  content: " ";
  display: block;
  width: 100%;
  padding-bottom: 66.67%;
  margin-bottom: 15px;
  background: center center;
  background-size: cover;
}
#wpbdp-page-main_page .wpbdp-categories li a:hover:after {
  width: 30%;
}
#wpbdp-page-main_page .wpbdp-categories li.cat-item-758 a:before {
  background-image: url("https://bucket-r4ibhk.s3.ap-southeast-2.amazonaws.com/wp-content/uploads/2025/08/21084637/186272499-1646358485_original-600x400.jpg");
}
#wpbdp-page-main_page .wpbdp-categories li.cat-item-762 a:before {
  background-image: url("https://bucket-r4ibhk.s3.ap-southeast-2.amazonaws.com/wp-content/uploads/2025/08/21084606/530130789_1003955588417550_7977624536184848147_n-900x600.jpg");
}
#wpbdp-page-main_page .wpbdp-categories li.cat-item-763 a:before {
  background-image: url("img/wpbdp/ArtSpaces.jpg");
}
#wpbdp-page-main_page .wpbdp-categories li.cat-item-764 a:before {
  background-image: url("img/wpbdp/BarsBreweries.jpg");
}
#wpbdp-page-main_page .wpbdp-categories li.cat-item-765 a:before {
  background-image: url("https://bucket-r4ibhk.s3.ap-southeast-2.amazonaws.com/wp-content/uploads/2020/10/21085235/barwon-club-e1602198552394-900x600.jpg");
}
#wpbdp-page-main_page .wpbdp-categories li.cat-item-766 a:before {
  background-image: url("https://bucket-r4ibhk.s3.ap-southeast-2.amazonaws.com/wp-content/uploads/2023/10/21090849/Geelong-Arts-Centre-900x600.jpeg");
}
#wpbdp-page-main_page .wpbdp-categories li.cat-item-768 a:before {
  background-image: url("https://bucket-r4ibhk.s3.ap-southeast-2.amazonaws.com/wp-content/uploads/2025/08/21084529/Bellarine-Estate-2-900x600.jpg");
}
#wpbdp-page-main_page .wpbdp-categories li.cat-item-769 a:before {
  background-image: url("https://bucket-r4ibhk.s3.ap-southeast-2.amazonaws.com/wp-content/uploads/2025/08/21084443/485070875_1209672497828926_5573921885201462057_n-900x600.jpg");
}
#wpbdp-page-main_page .wpbdp-categories li.cat-item-770 a:before {
  background-image: url("https://bucket-r4ibhk.s3.ap-southeast-2.amazonaws.com/wp-content/uploads/2025/08/21084557/535527784_1532501154828037_5008589844946928175_n-900x600.jpg");
}

#wpbdp-page-category .wpbdp-listing-excerpt .listing-thumbnail {
  float: left;
}
#wpbdp-page-category .wpbdp-field-website, #wpbdp-page-category .wpbdp-field-type-phone_number, #wpbdp-page-category .address-info {
  display: none;
}
#wpbdp-page-category span.field-label {
  display: none;
}
#wpbdp-page-category #wpbdp-listings-list {
  margin: 0 -15px;
  display: block;
  float: left;
  width: 100%;
}
#wpbdp-page-category #wpbdp-listings-list .wpbdp-listing {
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
  float: left;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #wpbdp-page-category #wpbdp-listings-list .wpbdp-listing {
    width: 100%;
    margin-bottom: 30px;
  }
}
#wpbdp-page-category #wpbdp-listings-list .wpbdp-listing:nth-child(3n+4) {
  clear: both;
}
#wpbdp-page-category #wpbdp-listings-list .wpbdp-listing .wpbdp-thumbnail {
  width: 100%;
  max-width: 100% !important;
  height: 100% !important;
}
#wpbdp-page-category #wpbdp-listings-list .wpbdp-listing .listing-thumbnail, #wpbdp-page-category #wpbdp-listings-list .wpbdp-listing .listing-details {
  width: 100%;
}
#wpbdp-page-category #wpbdp-listings-list .wpbdp-listing .listing-details .wpbdp-field-listing_title {
  font-size: 24px;
  margin-bottom: 0px;
}
#wpbdp-page-category #wpbdp-listings-list .wpbdp-listing .listing-details .wpbdp-field-listing_category {
  text-transform: uppercase;
}

.pagination {
  margin-top: 20px;
  text-align: center;
}

.single .wpbdp-listing-single .main-image {
  float: left;
  margin-left: 0px;
  padding: 0px;
  width: 100%;
  margin-bottom: 15px;
  max-width: 100% !important;
}
.single .wpbdp-listing-single .main-image img {
  border: 0px none;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
}
.single .wpbdp-listing-single .listing-details {
  clear: both;
}
.single .wpbdp-listing-single .field-label {
  color: #242620;
  text-transform: uppercase;
  font-weight: 400;
}
.single .wpbdp-listing-single .value {
  clear: both;
  display: block;
}
.single .wpbdp-listing-single .value p {
  font-size: 16px;
}
.single .wpbdp-listing-single .wpbdp-field-short_description {
  display: none;
}
.single .wpbdp-listing-single .extra-images {
  margin: 40px 0px 40px;
}
.single .wpbdp-listing-single .extra-images ul li {
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 10px;
  float: left;
}
.single .wpbdp-listing-single .extra-images ul li img {
  border: 0px none;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
.single .wpbdp-listing-single .extra-images ul.slick-dots li {
  margin-right: 0px;
}
.single .wpbdp-listing-contact-form {
  display: none;
}

#popup {
  width: 100%;
  height: auto;
  margin-top: 0px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
}
#popup #wrapper {
  padding-top: 30px !important;
}

.popup-active:before {
  content: " ";
  position: fixed;
  z-index: 999;
  left: 0px;
  width: 100%;
  height: 100%;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
}
.popup-active #popup {
  opacity: 1;
  visibility: hidden;
}

p.breadcrumb {
  font-size: 12px;
}
p.breadcrumb a {
  display: inline-block;
  color: #7D7D7D;
}
p.breadcrumb a:hover {
  color: #242620;
}

.article {
  margin-bottom: 30px;
}
.article:nth-child(4n+5) {
  clear: both;
}

.post-type-archive-tour .article:nth-child(4n+5) {
  clear: none;
}
.post-type-archive-tour .article:nth-child(7) {
  clear: both;
}

#page-sidebar-main .row-quick {
  padding-top: 0px;
  border-bottom: 0px none;
}

.slick-slider {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.slick-slider.active {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.post {
  float: left;
  width: 100%;
  padding: 0 100px 100px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .post {
    padding: 0px 20px;
  }
}
.post .container {
  padding: 0 200px;
  box-sizing: border-box;
}
.post:last-child {
  padding-bottom: 0px;
}
.post:last-child .container {
  display: none;
}
.post h4, .post img {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .post h4, .post img {
    text-align: center;
    margin-bottom: 20px;
  }
}
.post .posttitle {
  text-align: center;
}
.post p {
  font-size: 18px;
  margin-bottom: 100px;
}

.slick ul {
  padding: 0px;
}
@media (max-width: 767px) {
  .slick ul {
    padding-bottom: 20px;
  }
}
.slick ul .slick-list {
  padding: 0px !important;
}
.slick ul li {
  margin: 0px 20px;
}
@media (max-width: 767px) {
  .slick ul li {
    margin: 0 10px;
  }
}
.slick ul li img {
  height: 500px;
  width: auto;
  float: left;
}
@media (max-width: 767px) {
  .slick ul li img {
    height: 220px;
  }
}
.slick ul button.slick-arrow {
  position: absolute;
  bottom: 0px;
  right: 40px;
  background: url("img/icon-arrow.png") center center no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  border: 0px none;
  text-indent: -99999px;
  cursor: pointer;
}
.slick ul button.slick-arrow.slick-prev {
  margin-right: 20px;
  transform: rotate(180deg);
  z-index: 9;
}

#instagram {
  padding: 100px 0px 100px;
  clear: both;
}
#instagram .container {
  position: relative;
}
#instagram h2 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #instagram .sbi_type_image {
    min-width: 50%;
  }
}

.sidebar {
  margin-bottom: 30px;
}
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .widget h5 {
  margin-bottom: 5px;
}
.sidebar h3 {
  margin-bottom: 5px;
}
.sidebar .menu {
  border: 1px solid #242620;
  border-bottom: 0px none;
}
.sidebar .menu li {
  border-bottom: 1px solid #242620;
}
.sidebar .menu li a {
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  font-size: 24px;
  padding: 5px 10px;
  display: block;
}
.sidebar .menu li a:hover {
  background: #fff;
}
.sidebar .menu li a:after {
  display: none;
}
.sidebar img {
  width: 300px;
}
.sidebar .news-post {
  margin-bottom: 30px;
}
.sidebar .news-post img {
  margin-bottom: 10px;
}
.sidebar .news-post h4 {
  margin-bottom: 5px;
}

#newsletter {
  background: #fff;
  width: 100%;
  float: left;
  display: block;
  position: relative;
  z-index: 9;
  padding: 50px 0px 50px;
}
#newsletter #newsletter-inner {
  float: left;
  width: 100%;
  background: #242620;
  padding: 40px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #newsletter #newsletter-inner h3 {
    margin: 0px;
  }
  #newsletter #newsletter-inner p {
    margin-bottom: 5px;
  }
}
#newsletter #newsletter-inner form .gform_body, #newsletter #newsletter-inner form .gform_footer {
  float: left;
  display: inline-block;
  width: 70%;
  clear: none;
  padding: 0px;
  margin: 0px;
}
#newsletter #newsletter-inner form .gform_footer {
  width: 30%;
}
#newsletter #newsletter-inner form .gform_footer input[type=submit] {
  background: #fff;
  color: #242620;
  border-radius: 0px;
  margin-top: 28px;
  margin-left: 10px;
  width: 100%;
  padding: 0px;
}
#newsletter #newsletter-inner form .gform_footer input[type=submit]:hover {
  background: transparent;
  color: #fff;
}
#newsletter #newsletter-inner * {
  color: #fff;
}

#footer {
  background: #F5EDE2;
  margin: 0;
  padding: 60px 0px 20px;
  display: block;
  float: left;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  overflow: visible;
  z-index: 2;
}
#footer * {
  color: #242620;
}
#footer .widget p a {
  display: inline-block;
}
#footer .footer-socials {
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
#footer .footer-socials img {
  width: 120px;
}
#footer .footer-top .widget {
  width: 12.5%;
  float: left;
}
#footer .footer-top .widget:last-child {
  width: 30%;
  float: right;
  text-align: right;
}
#footer .footer-top .widget:last-child * {
  float: right;
}
#footer .footer-top .widget:last-child img {
  width: 300px;
}
@media (max-width: 767px) {
  #footer .footer-top .widget:last-child {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #footer .footer-top .widget {
    width: 50%;
    margin-bottom: 30px;
  }
}
#footer .footer-bottom {
  padding-top: 60px;
}
#footer .footer-bottom .widget p {
  text-align: right;
}
@media (max-width: 767px) {
  #footer .footer-bottom .widget p {
    text-align: left;
  }
}
#footer .footer-bottom ul {
  float: left;
}
#footer .footer-bottom ul li {
  display: inline-block;
  margin: 0px 10px 10px 0px;
}
#footer .footer-bottom-logo {
  padding-bottom: 30px;
}
#footer img {
  width: 100%;
}
#footer form .gform_fields {
  column-gap: 0px;
}
#footer form label, #footer form legend {
  text-transform: uppercase;
  font-size: 11px;
}
#footer form button.gfield_choice_all_toggle {
  border: 0px none;
  padding: 0px;
  color: #242620;
  background: transparent;
  float: left;
  box-shadow: none;
  line-height: 20px;
  min-height: 0;
}
#footer form .gfield_checkbox {
  display: block;
}
#footer form .gfield_checkbox .gchoice {
  display: block;
  float: left;
  width: 25%;
}
@media (max-width: 767px) {
  #footer form .gfield_checkbox .gchoice {
    width: 50%;
    margin-bottom: 10px;
  }
}
#footer form .gfield_checkbox .gchoice label {
  margin-left: 25px;
  color: #7D7D7D;
  line-height: 20px;
}
#footer form .gfield_checkbox .gchoice input:before {
  color: #242620;
}
#footer form input {
  background: #fff;
  border: 0px none;
}
#footer form input[type=submit] {
  border-radius: 0px;
  background: #242620;
  color: #fff;
  box-shadow: none;
  transition: all 0.4s ease-in-out;
}
#footer form input[type=submit]:hover {
  background: #242620;
  color: #fff;
}

#site-header #menu .mobile-menu {
  display: none;
}

.mobile-only {
  display: none;
}

@media (max-width: 767px) {
  .desktop-menu,
  .desktop-only {
    display: none !important;
  }
  #site-header #menu .mobile-menu,
  .mobile-only {
    display: block;
  }
  #menu {
    width: 100%;
    left: -100%;
    top: 60px;
  }
  #menu:before {
    top: 60px;
  }
  #menu #mobile-menu {
    display: inline;
    float: left;
    visibility: visible;
    opacity: 1;
    transition: all 0.4sease-in-out;
    position: absolute;
    z-index: 98;
    width: auto;
    left: 15px;
    right: 15px;
    top: 20px;
    border: 1px solid;
    box-sizing: border-box;
  }
  #menu #mobile-menu li {
    display: inline-block;
    float: left;
    clear: both;
    padding: 10px 25px;
    position: relative;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid;
  }
  #menu #mobile-menu li:last-child {
    border-bottom: 0px none;
  }
  #menu #mobile-menu li a {
    line-height: 1;
    display: block;
    font-size: 24px;
  }
  #site-header {
    box-sizing: border-box;
  }
  #site-header .wrap #main-menu {
    display: none;
  }
  #site-header #menu-button {
    z-index: 9999;
    line-height: 36px;
    font-size: 24px;
  }
  #site-header.nav-down {
    position: fixed;
    top: 0px;
  }
  #site-header a.logo {
    padding: 0;
    float: left;
    display: inline-block;
    position: relative;
    left: 0px;
    top: 0px;
    transform: none;
    width: 100px;
  }
  #site-header a.logo img {
    height: auto;
  }
  #site-header #main-menu li.current-menu-item {
    margin-top: 0px;
  }
  #site-header #main-menu li.current-menu-item a {
    border-top-color: transparent;
  }
  .active #site-header:before {
    opacity: 1;
    visibility: visible;
  }
  .active #site-header.nav-up {
    top: 0px;
    opacity: 1 !important;
  }
  .active #site-header #main-menu {
    opacity: 1 !important;
    visibility: visible !important;
  }
  #footer .widget p {
    margin-bottom: 16px;
  }
  #footer .widget p:last-child {
    margin-bottom: 0px;
  }
  #footer .widget img {
    width: 118px;
    float: none;
    margin: 0 auto;
  }
  .pum-trigger {
    display: inline-block;
    clear: both;
    margin: 0px 0px 10px;
  }
  .pum-container.popmake {
    max-width: 340px;
  }
}
.listing-thumbnail > a {
  position: relative;
  padding-bottom: 66.66%;
  margin-bottom: 15px;
  display: block;
}
.listing-thumbnail > a img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: auto;
  width: 100%;
  vertical-align: top;
  position: absolute;
  width: 100%;
  display: block;
  height: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.gig-guide-post > a.no-line:first-child,
.related-content .news-post > a.no-line:first-child,
.row-news .article.col-lg-3 > a.no-line:first-child,
.sidebar .inner .news-post > a.no-line:first-child,
.brown-box .inner .news-post > a.no-line:first-child,
.home-posts-row .col-lg-4.news-post > a.no-line:first-child,
.home-posts-row .col-lg-6.news-post > a.no-line:first-child {
  position: relative;
  padding-bottom: 66.66%;
  margin-bottom: 15px;
  display: block;
}
.gig-guide-post > a.no-line:first-child img,
.related-content .news-post > a.no-line:first-child img,
.row-news .article.col-lg-3 > a.no-line:first-child img,
.sidebar .inner .news-post > a.no-line:first-child img,
.brown-box .inner .news-post > a.no-line:first-child img,
.home-posts-row .col-lg-4.news-post > a.no-line:first-child img,
.home-posts-row .col-lg-6.news-post > a.no-line:first-child img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: auto;
  width: 100%;
  vertical-align: top;
  position: absolute;
  width: 100%;
  display: block;
  height: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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