@charset "UTF-8";
/* MAIN LESS SETUP -----------------------------------------------------------*/
/* Brand Colours */
/* Colors */
/* Shades */
/* Social Media Colors */
/* Gutenberg color options */
/* Color Options
--------------------------------------------- */
.has-white-color,
.wp-block-button__link.has-white-color {
  color: #FFFFFF !important;
}

.has-white-background-color {
  background-color: #FFFFFF;
}

.wp-block-button__link.has-white-background-color,
.button.has-white-background-color,
.button.has-white-background-color:hover,
.wp-block-button__link.has-white-background-color:hover {
  background-color: #FFFFFF !important;
}

.call-to-action.colour-bg.has-white-background-color .ticket-border:after, .call-to-action.colour-bg.has-white-background-color .ticket-border:before,
.call-to-action.colour-bg.has-white-background-color .ticket-border .ticket-border-inner:after,
.call-to-action.colour-bg.has-white-background-color .ticket-border .ticket-border-inner:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF)) padding-box, #ffffff;
  background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, #ffffff;
}

.has-singlegrey-color,
.wp-block-button__link.has-singlegrey-color {
  color: #fbfbfb !important;
}

.has-singlegrey-background-color {
  background-color: #fbfbfb;
}

.wp-block-button__link.has-singlegrey-background-color,
.button.has-singlegrey-background-color,
.button.has-singlegrey-background-color:hover,
.wp-block-button__link.has-singlegrey-background-color:hover {
  background-color: #fbfbfb !important;
}

.call-to-action.colour-bg.has-singlegrey-background-color .ticket-border:after, .call-to-action.colour-bg.has-singlegrey-background-color .ticket-border:before,
.call-to-action.colour-bg.has-singlegrey-background-color .ticket-border .ticket-border-inner:after,
.call-to-action.colour-bg.has-singlegrey-background-color .ticket-border .ticket-border-inner:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fbfbfb)) padding-box, #ffffff;
  background: linear-gradient(#fbfbfb, #fbfbfb) padding-box, #ffffff;
}

.has-lightgrey-color,
.wp-block-button__link.has-lightgrey-color {
  color: #f1f1f1 !important;
}

.has-lightgrey-background-color {
  background-color: #f1f1f1;
}

.wp-block-button__link.has-lightgrey-background-color,
.button.has-lightgrey-background-color,
.button.has-lightgrey-background-color:hover,
.wp-block-button__link.has-lightgrey-background-color:hover {
  background-color: #f1f1f1 !important;
}

.call-to-action.colour-bg.has-lightgrey-background-color .ticket-border:after, .call-to-action.colour-bg.has-lightgrey-background-color .ticket-border:before,
.call-to-action.colour-bg.has-lightgrey-background-color .ticket-border .ticket-border-inner:after,
.call-to-action.colour-bg.has-lightgrey-background-color .ticket-border .ticket-border-inner:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f1f1f1)) padding-box, #ffffff;
  background: linear-gradient(#f1f1f1, #f1f1f1) padding-box, #ffffff;
}

.has-bggrey-color,
.wp-block-button__link.has-bggrey-color {
  color: #f8f8f8 !important;
}

.has-bggrey-background-color {
  background-color: #f8f8f8;
}

.wp-block-button__link.has-bggrey-background-color,
.button.has-bggrey-background-color,
.button.has-bggrey-background-color:hover,
.wp-block-button__link.has-bggrey-background-color:hover {
  background-color: #f8f8f8 !important;
}

.call-to-action.colour-bg.has-bggrey-background-color .ticket-border:after, .call-to-action.colour-bg.has-bggrey-background-color .ticket-border:before,
.call-to-action.colour-bg.has-bggrey-background-color .ticket-border .ticket-border-inner:after,
.call-to-action.colour-bg.has-bggrey-background-color .ticket-border .ticket-border-inner:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f8f8f8)) padding-box, #ffffff;
  background: linear-gradient(#f8f8f8, #f8f8f8) padding-box, #ffffff;
}

.has-grey-color,
.wp-block-button__link.has-grey-color {
  color: #676767 !important;
}

.has-grey-background-color {
  background-color: #676767;
}

.wp-block-button__link.has-grey-background-color,
.button.has-grey-background-color,
.button.has-grey-background-color:hover,
.wp-block-button__link.has-grey-background-color:hover {
  background-color: #676767 !important;
}

.call-to-action.colour-bg.has-grey-background-color .ticket-border:after, .call-to-action.colour-bg.has-grey-background-color .ticket-border:before,
.call-to-action.colour-bg.has-grey-background-color .ticket-border .ticket-border-inner:after,
.call-to-action.colour-bg.has-grey-background-color .ticket-border .ticket-border-inner:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#676767), to(#676767)) padding-box, #ffffff;
  background: linear-gradient(#676767, #676767) padding-box, #ffffff;
}

.has-blue-color,
.wp-block-button__link.has-blue-color {
  color: #e3edf0 !important;
}

.has-blue-background-color {
  background-color: #e3edf0;
}

.wp-block-button__link.has-blue-background-color,
.button.has-blue-background-color,
.button.has-blue-background-color:hover,
.wp-block-button__link.has-blue-background-color:hover {
  background-color: #e3edf0 !important;
}

.call-to-action.colour-bg.has-blue-background-color .ticket-border:after, .call-to-action.colour-bg.has-blue-background-color .ticket-border:before,
.call-to-action.colour-bg.has-blue-background-color .ticket-border .ticket-border-inner:after,
.call-to-action.colour-bg.has-blue-background-color .ticket-border .ticket-border-inner:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#e3edf0), to(#e3edf0)) padding-box, #ffffff;
  background: linear-gradient(#e3edf0, #e3edf0) padding-box, #ffffff;
}

.has-blush-color,
.wp-block-button__link.has-blush-color {
  color: #F6ECE8 !important;
}

.has-blush-background-color {
  background-color: #F6ECE8;
}

.wp-block-button__link.has-blush-background-color,
.button.has-blush-background-color,
.button.has-blush-background-color:hover,
.wp-block-button__link.has-blush-background-color:hover {
  background-color: #F6ECE8 !important;
}

.call-to-action.colour-bg.has-blush-background-color .ticket-border:after, .call-to-action.colour-bg.has-blush-background-color .ticket-border:before,
.call-to-action.colour-bg.has-blush-background-color .ticket-border .ticket-border-inner:after,
.call-to-action.colour-bg.has-blush-background-color .ticket-border .ticket-border-inner:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6ECE8), to(#F6ECE8)) padding-box, #ffffff;
  background: linear-gradient(#F6ECE8, #F6ECE8) padding-box, #ffffff;
}

.has-pink-color,
.wp-block-button__link.has-pink-color {
  color: #e9cec2 !important;
}

.has-pink-background-color {
  background-color: #e9cec2;
}

.wp-block-button__link.has-pink-background-color,
.button.has-pink-background-color,
.button.has-pink-background-color:hover,
.wp-block-button__link.has-pink-background-color:hover {
  background-color: #e9cec2 !important;
}

.call-to-action.colour-bg.has-pink-background-color .ticket-border:after, .call-to-action.colour-bg.has-pink-background-color .ticket-border:before,
.call-to-action.colour-bg.has-pink-background-color .ticket-border .ticket-border-inner:after,
.call-to-action.colour-bg.has-pink-background-color .ticket-border .ticket-border-inner:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#e9cec2), to(#e9cec2)) padding-box, #ffffff;
  background: linear-gradient(#e9cec2, #e9cec2) padding-box, #ffffff;
}

.has-pinkheader-color,
.wp-block-button__link.has-pinkheader-color {
  color: #DDBCAA !important;
}

.has-pinkheader-background-color {
  background-color: #DDBCAA;
}

.wp-block-button__link.has-pinkheader-background-color,
.button.has-pinkheader-background-color,
.button.has-pinkheader-background-color:hover,
.wp-block-button__link.has-pinkheader-background-color:hover {
  background-color: #DDBCAA !important;
}

.call-to-action.colour-bg.has-pinkheader-background-color .ticket-border:after, .call-to-action.colour-bg.has-pinkheader-background-color .ticket-border:before,
.call-to-action.colour-bg.has-pinkheader-background-color .ticket-border .ticket-border-inner:after,
.call-to-action.colour-bg.has-pinkheader-background-color .ticket-border .ticket-border-inner:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#DDBCAA), to(#DDBCAA)) padding-box, #ffffff;
  background: linear-gradient(#DDBCAA, #DDBCAA) padding-box, #ffffff;
}

.has-red-color,
.wp-block-button__link.has-red-color {
  color: #E86A56 !important;
}

.has-red-background-color {
  background-color: #E86A56;
}

.wp-block-button__link.has-red-background-color,
.button.has-red-background-color,
.button.has-red-background-color:hover,
.wp-block-button__link.has-red-background-color:hover {
  background-color: #E86A56 !important;
}

.call-to-action.colour-bg.has-red-background-color .ticket-border:after, .call-to-action.colour-bg.has-red-background-color .ticket-border:before,
.call-to-action.colour-bg.has-red-background-color .ticket-border .ticket-border-inner:after,
.call-to-action.colour-bg.has-red-background-color .ticket-border .ticket-border-inner:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#E86A56), to(#E86A56)) padding-box, #ffffff;
  background: linear-gradient(#E86A56, #E86A56) padding-box, #ffffff;
}

.has-black-color,
.wp-block-button__link.has-black-color {
  color: #000000 !important;
}

.has-black-background-color {
  background-color: #000000;
}

.wp-block-button__link.has-black-background-color,
.button.has-black-background-color,
.button.has-black-background-color:hover,
.wp-block-button__link.has-black-background-color:hover {
  background-color: #000000 !important;
}

.call-to-action.colour-bg.has-black-background-color .ticket-border:after, .call-to-action.colour-bg.has-black-background-color .ticket-border:before,
.call-to-action.colour-bg.has-black-background-color .ticket-border .ticket-border-inner:after,
.call-to-action.colour-bg.has-black-background-color .ticket-border .ticket-border-inner:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)) padding-box, #ffffff;
  background: linear-gradient(#000000, #000000) padding-box, #ffffff;
}

/* Font Families */
/* Base Measurements */
/* Other Variables */
/* MIXIN CLASSES -------------------------------------------------------------*/
/* Appearance */
/* Adapt Pixel Font Sizes To ems */
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bounceRight {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}

@keyframes bounceRight {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}
.bounceRight {
  -webkit-animation-name: bounceRight;
          animation-name: bounceRight;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes bounceLeft {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
}

@keyframes bounceLeft {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
}
.bounceLeft {
  -webkit-animation-name: bounceLeft;
          animation-name: bounceLeft;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

/* WEBSITE ELEMENTS & LAYOUT -------------------------------------------------------------*/
/* Transparent Classes */
.transparent {
  color: transparent !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border-transparent {
  border-color: transparent !important;
}

/* Text Alignments */
.textleft {
  text-align: left !important;
}

.textcenter {
  text-align: center !important;
}

.textright {
  text-align: right !important;
}

.textjustify {
  text-align: justify !important;
}

/* Section Spacing Classes */
.nomargin {
  margin-bottom: 0 !important;
}

.xsmargin {
  margin-bottom: 1rem;
}

.smmargin {
  margin-bottom: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .smmargin {
    margin-bottom: 1.75rem;
  }
}

.mb-2 {
  margin-bottom: 1.75rem !important;
}

.mdmargin {
  margin-bottom: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .mdmargin {
    margin-bottom: 3rem;
  }
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.lgmargin {
  margin-bottom: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .lgmargin {
    margin-bottom: 4.5rem;
  }
}

.mb-4 {
  margin-bottom: 4.5rem !important;
}

.xlmargin {
  margin-bottom: calc(1.725rem + 5.7vw);
}
@media (min-width: 1200px) {
  .xlmargin {
    margin-bottom: 6rem;
  }
}

/* Section Padding Classes */
.nopadding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.xspadding {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.smpadding {
  padding-top: calc(1.31rem + 0.72vw);
  padding-bottom: calc(1.31rem + 0.72vw);
}
@media (min-width: 1200px) {
  .smpadding {
    padding-top: 1.85rem;
  }
}
@media (min-width: 1200px) {
  .smpadding {
    padding-bottom: 1.85rem;
  }
}

.mdpadding {
  padding-top: calc(1.425rem + 2.1vw);
  padding-bottom: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .mdpadding {
    padding-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .mdpadding {
    padding-bottom: 3rem;
  }
}

.lgpadding, .wp-block-group {
  padding-top: calc(1.575rem + 3.9vw);
  padding-bottom: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .lgpadding, .wp-block-group {
    padding-top: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .lgpadding, .wp-block-group {
    padding-bottom: 4.5rem;
  }
}

.xlpadding {
  padding-top: calc(1.725rem + 5.7vw);
  padding-bottom: calc(1.725rem + 5.7vw);
}
@media (min-width: 1200px) {
  .xlpadding {
    padding-top: 6rem;
  }
}
@media (min-width: 1200px) {
  .xlpadding {
    padding-bottom: 6rem;
  }
}

.xspadding-all {
  padding: 1rem;
}

.smpadding-all {
  padding: calc(1.31rem + 0.72vw);
}
@media (min-width: 1200px) {
  .smpadding-all {
    padding: 1.85rem;
  }
}

.mdpadding-all {
  padding: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .mdpadding-all {
    padding: 3rem;
  }
}

.lgpadding-all {
  padding: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .lgpadding-all {
    padding: 4.5rem;
  }
}

.xlpadding-all {
  padding: calc(1.725rem + 5.7vw);
}
@media (min-width: 1200px) {
  .xlpadding-all {
    padding: 6rem;
  }
}

/* Miscellaneous */
.hidden {
  display: none !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

/* Display Overrides */
.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

/* Block Alignments */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

/* Display Modes */
.block {
  display: block;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.overflow-auto {
  overflow: auto;
}

/* Fonts */
.font-heading {
  font-family: "Silk Serif Regular", Times, serif;
}

.font-text {
  font-family: "Karla", Arial, sans-serif;
}

.font-awesome {
  font-family: "Font Awesome 5 Pro";
}

/* Break out of Bootstrap column */
.break-out {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
}

/* Introductory Paragraphs */
.byline {
  font-size: calc(1.265rem + 0.18vw);
  text-align: left;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: #000000;
}
@media (min-width: 1200px) {
  .byline {
    font-size: 1.4rem;
  }
}

/* Clearfix Method */
.clearfix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wp-bootstrap-blocks-row {
  padding-top: calc(1.375rem + 1.5vw);
  padding-bottom: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .wp-bootstrap-blocks-row {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .wp-bootstrap-blocks-row {
    padding-bottom: 2.5rem;
  }
}

.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

figure.wp-block-embed.is-type-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /*16:9*/
}

figure.wp-block-embed.is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Read More Links */
.readmore {
  display: inline-block;
  font-size: 0.85rem;
  line-height: 20px;
  cursor: pointer;
  color: #1b1b1b !important;
}
.readmore:hover {
  color: #000000 !important;
}

.cat-item {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cat-item a {
  color: #676767;
}
.cat-item a:hover {
  color: #000000;
}

.tagcloud {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tagcloud a {
  display: inline-block;
  width: 100%;
  color: #676767;
}
.tagcloud a:hover {
  color: #000000;
}

/* Items */
.bread-container .separator:after {
  padding-left: 5px;
  padding-right: 5px;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
}

.breadcrumbs {
  margin: 0 0 30px;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.breadcrumbs .sep {
  padding-left: 3px;
  padding-right: 3px;
}
.breadcrumbs a {
  color: #676767 !important;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #D9B5A3 !important;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li::after {
  display: inline-block;
  margin: 0 5px;
  content: "";
  font-weight: 100;
  font-family: "Font Awesome 5 Pro";
}
.breadcrumbs li:last-of-type::after {
  display: none;
}

/* Address */
address {
  font-weight: 300;
}

figcaption,
cite,
label {
  font-size: 0.85rem;
  font-weight: 400;
  color: #1b1b1b;
  line-height: 1.5;
}

/* Default Blockquote Styles */
blockquote {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 calc(1.375rem + 1.5vw) 0 calc(1.375rem + 1.5vw);
  margin: calc(1.525rem + 3.3vw) 0 calc(1.525rem + 3.3vw) 0;
  position: relative;
  max-width: 100%;
  font-family: "Silk Serif Regular", Times, serif;
  font-size: calc(1.3rem + 0.6vw);
  font-weight: bold;
  text-align: center;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  blockquote {
    padding: 0 2.5rem 0 2.5rem;
  }
}
@media (min-width: 1200px) {
  blockquote {
    margin: 4rem 0 4rem 0;
  }
}
@media (min-width: 1200px) {
  blockquote {
    font-size: 1.75rem;
  }
}
blockquote:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  font-size: calc(1.265rem + 0.18vw);
}
@media (min-width: 1200px) {
  blockquote:before {
    font-size: 1.4rem;
  }
}
blockquote:after {
  position: absolute;
  bottom: 45px;
  right: 0;
  content: "";
  font-size: calc(1.265rem + 0.18vw);
}
@media (min-width: 1200px) {
  blockquote:after {
    font-size: 1.4rem;
  }
}
blockquote cite {
  margin-top: 0.75rem;
  font-size: 0.9rem;
}
blockquote p {
  color: #676767;
  text-align: center;
}
@media (max-width: 1023px) {
  blockquote {
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
  }
}

/* Tables */
table {
  display: table;
  width: 100%;
  margin: 0 0 calc(1.325rem + 0.9vw) 0;
  font-size: 0.95rem;
}
@media (min-width: 1200px) {
  table {
    margin: 0 0 2rem 0;
  }
}
table .highlight {
  color: #E3EDF0 !important;
}
table .highlight td {
  font-weight: 400 !important;
}

tr {
  display: table-row;
}
tr:last-child th,
tr:last-child td {
  border-bottom: none;
}

th,
td {
  display: table-cell;
  padding: 2px 5px;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
}
th:first-child,
td:first-child {
  text-align: right;
}

td {
  font-weight: 400;
}

th {
  font-weight: 600;
}

/* Miscellaneous */
main a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
main img {
  margin-bottom: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  main img {
    margin-bottom: 2rem;
  }
}
main ol {
  list-style-position: outside;
  list-style-type: decimal;
}
main ul {
  list-style-type: disc;
}
main dt {
  font-size: 18;
  font-weight: 400;
  color: #000000;
  border-bottom: 1px solid #dcdcdc;
}
main dd {
  font-weight: 400;
  margin-bottom: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  main dd {
    margin-bottom: 2rem;
  }
}

.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

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

/* This indication makes HTML5 videos responsive */
video {
  width: 100% !important;
  height: auto !important;
}

.justify-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.full-width {
  width: 100vw !important;
  margin-top: 50px;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.full-width img {
  min-height: 100px;
}
.full-width img,
.full-width figure {
  width: 100vw !important;
  margin: 0 !important;
}
.full-width figcaption {
  color: grey;
  padding-top: 10px;
  text-align: center;
  max-width: 100vw;
  padding-bottom: 43px;
}

/* Global Post Items */
.post-link {
  color: #676767 !important;
}

.cat-link:hover,
.post-link:hover {
  text-decoration: none;
}
.cat-link:hover *,
.post-link:hover * {
  opacity: 0.8;
}

.ticket-border {
  position: relative;
  border: 3px solid #E9CEC2;
  padding: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .ticket-border {
    padding: 3rem;
  }
}
.ticket-border:after, .ticket-border:before,
.ticket-border .ticket-border-inner:after,
.ticket-border .ticket-border-inner:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, #E9CEC2;
  background: linear-gradient(#fff, #fff) padding-box, #E9CEC2;
}
.ticket-border:after {
  top: -3px;
  left: -3px;
  border-right: 3px solid #E9CEC2;
  border-bottom: 3px solid #E9CEC2;
  border-radius: 0 0 36px 0;
}
.ticket-border:before {
  top: -3px;
  right: -3px;
  border-left: 3px solid #E9CEC2;
  border-bottom: 3px solid #E9CEC2;
  border-radius: 0 0 0 36px;
}
.ticket-border .ticket-border-inner:after {
  bottom: -3px;
  left: -3px;
  border-right: 3px solid #E9CEC2;
  border-top: 3px solid #E9CEC2;
  border-radius: 0 36px 0 0;
}
.ticket-border .ticket-border-inner:before {
  bottom: -3px;
  right: -3px;
  border-left: 3px solid #E9CEC2;
  border-top: 3px solid #E9CEC2;
  border-radius: 36px 0 0 0;
}
@media (max-width: 767px) {
  .ticket-border {
    padding: calc(1.275rem + 0.3vw);
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .ticket-border {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .ticket-border {
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}

.ticket-border-white,
.call-to-action.colour-bg .ticket-border {
  border: 3px solid #ffffff;
}
.ticket-border-white:after, .ticket-border-white:before,
.ticket-border-white .ticket-border-inner:after,
.ticket-border-white .ticket-border-inner:before,
.call-to-action.colour-bg .ticket-border:after,
.call-to-action.colour-bg .ticket-border:before,
.call-to-action.colour-bg .ticket-border .ticket-border-inner:after,
.call-to-action.colour-bg .ticket-border .ticket-border-inner:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, #ffffff;
  background: linear-gradient(#fff, #fff) padding-box, #ffffff;
}
.ticket-border-white:after,
.call-to-action.colour-bg .ticket-border:after {
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}
.ticket-border-white:before,
.call-to-action.colour-bg .ticket-border:before {
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}
.ticket-border-white .ticket-border-inner:after,
.call-to-action.colour-bg .ticket-border .ticket-border-inner:after {
  border-right: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
}
.ticket-border-white .ticket-border-inner:before,
.call-to-action.colour-bg .ticket-border .ticket-border-inner:before {
  border-left: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
}

.ticket-border-red,
.call-to-action.img-bg .ticket-border {
  border: 3px solid #E86A56;
}
.ticket-border-red:after, .ticket-border-red:before,
.ticket-border-red .ticket-border-inner:after,
.ticket-border-red .ticket-border-inner:before,
.call-to-action.img-bg .ticket-border:after,
.call-to-action.img-bg .ticket-border:before,
.call-to-action.img-bg .ticket-border .ticket-border-inner:after,
.call-to-action.img-bg .ticket-border .ticket-border-inner:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, #E86A56;
  background: linear-gradient(#fff, #fff) padding-box, #E86A56;
}
.ticket-border-red:after,
.call-to-action.img-bg .ticket-border:after {
  border-right: 3px solid #E86A56;
  border-bottom: 3px solid #E86A56;
}
.ticket-border-red:before,
.call-to-action.img-bg .ticket-border:before {
  border-left: 3px solid #E86A56;
  border-bottom: 3px solid #E86A56;
}
.ticket-border-red .ticket-border-inner:after,
.call-to-action.img-bg .ticket-border .ticket-border-inner:after {
  border-right: 3px solid #E86A56;
  border-top: 3px solid #E86A56;
}
.ticket-border-red .ticket-border-inner:before,
.call-to-action.img-bg .ticket-border .ticket-border-inner:before {
  border-left: 3px solid #E86A56;
  border-top: 3px solid #E86A56;
}

@media (max-width: 767px) {
  .call-to-action.img-bg .cta-inner,
.call-to-action.colour-bg {
    padding: 15px 0 !important;
  }
}
.scooped-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.scooped-items .scooped-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  padding: 0.5rem;
}
.scooped-items .scooped-item img {
  margin-bottom: 0;
  width: 100%;
}
.scooped-items .scooped-item .scooped-content {
  margin-top: -40px;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  width: calc(100% - 30px);
  margin-right: auto;
  margin-left: auto;
  padding: 0.4rem 1rem 0.6rem;
}
.scooped-items .scooped-item .scooped-content h6 {
  color: #E9CEC2;
  margin-bottom: 0.5rem;
}
.scooped-items .scooped-item .scooped-content h5, .scooped-items .scooped-item .scooped-content h4 {
  color: #676767;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.scooped-items .scooped-item .scooped-content h5 a, .scooped-items .scooped-item .scooped-content h4 a {
  color: #676767 !important;
}
.scooped-items .scooped-item .scooped-content a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .scooped-items .scooped-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.scooped-corners {
  margin-bottom: 30px;
}
.scooped-corners:before, .scooped-corners:after {
  content: "";
  background-image: url("/wp-content/uploads/2020/11/scoop-edges.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  position: absolute;
  width: 100% !important;
  left: 0;
  height: 30px;
}
.scooped-corners:before {
  top: -28px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.scooped-corners:after {
  bottom: -29px;
}

#homepage-hero .scooped-corners:before, #homepage-hero .scooped-corners:after {
  height: 40px;
}
#homepage-hero .scooped-corners:before {
  top: -38px;
}
#homepage-hero .scooped-corners:after {
  bottom: -39px;
}

/* Tabbed Content */
.custom-tabs-section ul.tabs {
  list-style-type: none;
  padding: 0;
}
.custom-tabs-section ul.tabs li {
  display: inline-block;
}
.custom-tabs-section ul.tabs li:after {
  content: "|";
  padding: 0 15px 0 12px;
}
.custom-tabs-section ul.tabs li:last-child:after {
  display: none;
}
.custom-tabs-section .tab-links {
  text-align: center;
}
.custom-tabs-section .tab-content {
  display: none;
}
.custom-tabs-section .tab-content.current {
  display: inherit;
}

/* Inserting this collapsed row between two flex items will make 
 * the flex item that comes after it break to a new row */
.break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

#error404 .lp-nav-link {
  border-top: 1px solid #dcdcdc;
  margin-bottom: 0;
  padding: 0.75rem 0.2rem;
}
#error404 .lp-nav-link a {
  color: #676767;
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: 400;
}
#error404 img {
  height: 650px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  #error404 img {
    height: 450px;
  }
}

.jh-spacer.spacer-xsmall {
  padding-top: 1rem;
}
.jh-spacer.spacer-small {
  padding-top: calc(1.31rem + 0.72vw);
}
@media (min-width: 1200px) {
  .jh-spacer.spacer-small {
    padding-top: 1.85rem;
  }
}
.jh-spacer.spacer-medium {
  padding-top: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .jh-spacer.spacer-medium {
    padding-top: 3rem;
  }
}
.jh-spacer.spacer-large {
  padding-top: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .jh-spacer.spacer-large {
    padding-top: 4.5rem;
  }
}
.jh-spacer.spacer-xlarge {
  padding-top: calc(1.725rem + 5.7vw);
}
@media (min-width: 1200px) {
  .jh-spacer.spacer-xlarge {
    padding-top: 6rem;
  }
}

body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #DDBCAA;
  height: 10px;
  width: 10px;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

body .wp-block-jetpack-slideshow .amp-carousel-button,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev {
  background-color: rgba(221, 188, 170, 0.3) !important;
}
body .wp-block-jetpack-slideshow .amp-carousel-button:hover,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:hover,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:hover,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:hover,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:hover {
  opacity: 0.8;
}

.wp-block-media-text .wp-block-media-text__media img {
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .wp-block-media-text .wp-block-media-text__media img {
    margin-bottom: calc(1.325rem + 0.9vw);
  }
}
@media only screen and (max-width: 600px) and (min-width: 1200px) {
  .wp-block-media-text .wp-block-media-text__media img {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-row: 2 !important;
    grid-row: 2 !important;
    padding: 0;
    margin-bottom: 1rem;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cad {
  font-size: 40%;
}

.wp-block-image.nomargin img {
  margin-bottom: 0;
}

body .pinit-hover {
  opacity: 1 !important;
}

a.img-btn:hover {
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media img {
    margin-bottom: calc(1.325rem + 0.9vw);
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2 !important;
    grid-row: 2 !important;
    padding: 0 !important;
  }
}
.h6-list h6 {
  margin-bottom: 0.2rem;
}

@media (max-width: 767px) {
  .wp-block-buttons .wp-block-button {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .wp-block-buttons .wp-block-button a.wp-block-button__link {
    width: 76%;
  }

  .mobile-centred {
    text-align: center;
  }
}
.heart-up-centre,
.heart-up-right,
.heart-left {
  position: relative;
}
.heart-up-centre:before,
.heart-up-right:before,
.heart-left:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 9px;
  position: absolute;
  color: #DDBCAA;
  left: auto;
  bottom: auto;
  right: 49%;
  top: -5px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.heart-up-centre {
  display: inline-block;
}

.heart-up-right {
  display: inline-block;
}
.heart-up-right:before {
  right: 25%;
}

.heart-left:before {
  font-size: 11px;
  position: relative;
  top: auto;
  right: auto;
  margin-right: 12px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .heart-up-centre:before,
.heart-up-right:before {
    font-size: 7px;
    top: -1px;
  }
}
.notched-label {
  position: relative;
  z-index: 9;
}
.notched-label > div,
.notched-label > img,
.notched-label > a {
  z-index: 9;
}
.notched-label:before {
  content: "";
  position: absolute;
  left: -21px;
  top: 50px;
  background-image: url("/wp-content/uploads/2020/12/notched_label-left.svg");
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
  width: 40px;
  height: 140px;
  z-index: -1;
}
@media (max-width: 767px) {
  .notched-label:before {
    display: none;
  }
}

#footer-videos .notched-label:before {
  background-image: url("/wp-content/uploads/2020/12/RECENT-VIDEO-LABEL.svg");
}

.latest-posts .notched-label:before {
  background-image: url("/wp-content/uploads/2020/12/recent-posts-label.svg");
}

.career-listings .career-listing {
  margin-bottom: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .career-listings .career-listing {
    margin-bottom: 2rem;
  }
}
.career-listings .career-listing .career-listing-inner {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: calc(1.325rem + 0.9vw) calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .career-listings .career-listing .career-listing-inner {
    padding: 2rem 3rem;
  }
}
.career-listings .career-listing .career-listing-inner p {
  margin-bottom: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .career-listings .career-listing .career-listing-inner p {
    margin-bottom: 2rem;
  }
}
.career-listings .career-listing .career-listing-inner h4, .career-listings .career-listing .career-listing-inner h6 {
  margin-bottom: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .career-listings .career-listing .career-listing-inner h4, .career-listings .career-listing .career-listing-inner h6 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .career-listings .career-listing .career-listing-inner {
    padding: calc(1.325rem + 0.9vw);
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .career-listings .career-listing .career-listing-inner {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .career-listings .career-listing .career-listing-inner .button-row {
    text-align: center;
  }
}

.career-info .career-title {
  margin-bottom: calc(1.315rem + 0.78vw);
}
@media (min-width: 1200px) {
  .career-info .career-title {
    margin-bottom: 1.9rem;
  }
}
.career-info .career-date p {
  font-size: 1rem;
  color: #c2c2c2;
  margin-bottom: 0;
}
.career-info .career-button {
  margin-top: calc(1.315rem + 0.78vw);
  margin-bottom: calc(1.355rem + 1.26vw);
}
@media (min-width: 1200px) {
  .career-info .career-button {
    margin-top: 1.9rem;
  }
}
@media (min-width: 1200px) {
  .career-info .career-button {
    margin-bottom: 2.3rem;
  }
}
.career-info .career-button .button:hover {
  color: #676767 !important;
}

.related-posts-wrap.row {
  margin-top: calc(1.31rem + 0.72vw);
}
@media (min-width: 1200px) {
  .related-posts-wrap.row {
    margin-top: 1.85rem;
  }
}

.related-post h3 {
  min-height: 63px;
}
.related-post a:hover {
  text-decoration: none;
  color: #dbb09d !important;
}

.related-img {
  display: block;
  border-radius: 3px;
  height: 150px;
  background: #f7f7f7;
  overflow: hidden;
  margin-bottom: 0.95rem;
}
.related-img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.related-img img {
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

div#jp-relatedposts {
  display: none;
}

/* Miscellaneous */
.pagination {
  display: block;
  text-align: center;
  margin: 30px 0;
  margin-top: calc(1.465rem + 2.58vw);
}
@media (min-width: 1200px) {
  .pagination {
    margin-top: 3.4rem;
  }
}
.pagination .prev:after,
.pagination .next:after {
  font-size: 14px;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
}
.pagination .next:after {
  content: "";
}
.pagination .prev:after {
  content: "";
}

.page-numbers {
  display: inline-block;
  width: 40px;
  text-align: center;
  border-radius: 0 !important;
  color: #676767 !important;
  line-height: 40px;
  height: 40px;
}
.page-numbers.prev, .page-numbers.next {
  color: #E9CEC2 !important;
}

a.page-numbers:hover {
  text-decoration: none;
  background: #F6ECE8;
  opacity: 1 !important;
}

span.page-numbers.current {
  background-color: #E9CEC2;
  color: #676767;
}

.social-list {
  list-style: none;
  width: 100%;
  padding: 5px 0px;
}
.social-list > a {
  color: #D9B5A3 !important;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 6px;
  margin-bottom: 3px;
  margin-top: 3px;
  text-align: center;
  font-size: calc(1.26rem + 0.12vw);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .social-list > a {
    font-size: 1.35rem;
  }
}
.social-list > a:first-of-type {
  margin-left: 0px;
}
.social-list > a:last-of-type {
  margin-right: 0px;
}
.social-list > a:hover {
  opacity: 0.75 !important;
}

#site-utility .social-list > a {
  font-size: 1.2rem;
}
#site-utility .social-list > a i {
  color: #E9CEC2;
}

#rs-ltk-widget-2-wrapper #rs-ltk-widget-2-extra-style-wrapper .rs-ltk-content-frame-wrapper .rs-ltk-widget-content-wrapper .rs-ltk-content-wrapper .rs-ltk-wrapper .rs-ltk-image {
  background-color: #ffffff !important;
}

#rs-ltk-widget-2-wrapper #rs-ltk-widget-2-extra-style-wrapper .rs-ltk-content-frame-wrapper .rs-ltk-widget-content-wrapper .rs-ltk-content-wrapper .rs-ltk-wrapper .rs-ltk-image:hover {
  background-color: #ffffff !important;
  opacity: 0.25 !important;
}

#sharing-wrap {
  margin: calc(1.325rem + 0.9vw) 0;
}
@media (min-width: 1200px) {
  #sharing-wrap {
    margin: 2rem 0;
  }
}
#sharing-wrap h3 {
  font-size: calc(1.265rem + 0.18vw);
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  #sharing-wrap h3 {
    font-size: 1.4rem;
  }
}

.jssocials-shares {
  margin: 0.2em 0;
}
.jssocials-shares a {
  color: #ffffff !important;
}
.jssocials-shares a:hover {
  text-decoration: none !important;
}

.jssocials-shares * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}

.jssocials-share:last-child {
  margin-right: 0;
}

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}

img.jssocials-share-logo {
  width: auto;
  height: 1em;
}

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em;
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em -0.5em;
}

.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em;
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}

.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}

.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}

.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}

.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
}

.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}

.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}

.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}

.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}

.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}

.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}

.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}

.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}

.jssocials-share-link {
  padding: 0.5em 0.6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-link:hover,
.jssocials-share-link:focus,
.jssocials-share-link:active {
  color: #fff;
}

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 0.3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box:hover {
  background: gainsboro;
}

.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent;
}

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

#homepage-hero {
  margin-bottom: 0;
}
#homepage-hero .hero-slide {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#homepage-hero .hero-slide.pink-cp {
  background-color: #F6ECE8;
}
#homepage-hero .hero-slide.pink-cp .ticket-border:before, #homepage-hero .hero-slide.pink-cp .ticket-border:after,
#homepage-hero .hero-slide.pink-cp .ticket-border-inner:before,
#homepage-hero .hero-slide.pink-cp .ticket-border-inner:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6ECE8), to(#F6ECE8)) padding-box, #DDBCAA;
  background: linear-gradient(#F6ECE8, #F6ECE8) padding-box, #DDBCAA;
}
#homepage-hero .hero-slide.blue-cp {
  background-color: #E3EDF0;
}
#homepage-hero .hero-slide.blue-cp .ticket-border,
#homepage-hero .hero-slide.blue-cp .ticket-border-inner {
  border-color: #ffffff;
}
#homepage-hero .hero-slide.blue-cp .ticket-border:before, #homepage-hero .hero-slide.blue-cp .ticket-border:after,
#homepage-hero .hero-slide.blue-cp .ticket-border-inner:before,
#homepage-hero .hero-slide.blue-cp .ticket-border-inner:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#E3EDF0), to(#E3EDF0)) padding-box, #DDBCAA;
  background: linear-gradient(#E3EDF0, #E3EDF0) padding-box, #DDBCAA;
  border-color: #ffffff;
}
#homepage-hero .hero-slide.blue-cp h1, #homepage-hero .hero-slide.blue-cp h2 {
  color: #676767;
}
#homepage-hero .hero-slide.blue-cp a.button {
  background-color: #ffffff;
}
#homepage-hero .hero-slide .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#homepage-hero .hero-slide .slide-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-right: 0;
}
@media (min-width: 992px) {
  #homepage-hero .hero-slide .slide-img.col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
}
#homepage-hero .hero-slide .slide-img.img-top img {
  -o-object-position: top;
     object-position: top;
}
#homepage-hero .hero-slide .slide-img.img-center img {
  -o-object-position: center;
     object-position: center;
}
#homepage-hero .hero-slide .slide-img.img-bottom img {
  -o-object-position: bottom;
     object-position: bottom;
}
#homepage-hero .hero-slide .slide-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 700px;
  max-height: 700px;
  margin-bottom: 0;
}
#homepage-hero .hero-slide .slide-content {
  text-align: center;
  padding: calc(1.325rem + 0.9vw) calc(1.425rem + 2.1vw) calc(1.325rem + 0.9vw) calc(1.325rem + 0.9vw);
  height: 700px;
}
@media (min-width: 1200px) {
  #homepage-hero .hero-slide .slide-content {
    padding: 2rem 3rem 2rem 2rem;
  }
}
@media (min-width: 992px) {
  #homepage-hero .hero-slide .slide-content.col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
}
#homepage-hero .hero-slide .slide-content img {
  margin: 0 auto;
}
#homepage-hero .hero-slide .slide-content .slide-content-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#homepage-hero .hero-slide .slide-content .ticket-border {
  padding: calc(1.425rem + 2.1vw) calc(1.425rem + 2.1vw) calc(1.475rem + 2.7vw) calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  #homepage-hero .hero-slide .slide-content .ticket-border {
    padding: 3rem 3rem 3.5rem 3rem;
  }
}
@media (max-width: 767px) {
  #homepage-hero .hero-slide .slide-content .ticket-border {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}
#homepage-hero .slick-dots {
  bottom: 25px;
}
#homepage-hero .slick-dots li button:before {
  color: #ffffff;
}
#homepage-hero .slick-next, #homepage-hero .slick-prev {
  opacity: 1;
}
#homepage-hero .slick-next:before, #homepage-hero .slick-prev:before {
  color: #ffffff;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  #homepage-hero .slick-next:before, #homepage-hero .slick-prev:before {
    font-size: 2rem;
  }
}
#homepage-hero .slick-next:hover, #homepage-hero .slick-next:focus, #homepage-hero .slick-prev:hover, #homepage-hero .slick-prev:focus {
  background: transparent;
  opacity: 0.7;
}
@media (max-width: 991px) {
  #homepage-hero .slick-next, #homepage-hero .slick-prev {
    display: none;
  }
}
#homepage-hero .slick-prev .slick-prev-icon, #homepage-hero .slick-prev .slick-next-icon, #homepage-hero .slick-next .slick-prev-icon, #homepage-hero .slick-next .slick-next-icon {
  color: #ffffff;
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 300;
}
@media (min-width: 1200px) {
  #homepage-hero .slick-prev .slick-prev-icon, #homepage-hero .slick-prev .slick-next-icon, #homepage-hero .slick-next .slick-prev-icon, #homepage-hero .slick-next .slick-next-icon {
    font-size: 2rem;
  }
}
#homepage-hero .slick-dots li button .slick-dot-icon {
  color: #ffffff;
}
@media (max-width: 1199px) {
  #homepage-hero .hero-slide .slide-content .ticket-border {
    padding: calc(1.325rem + 0.9vw) 1rem calc(1.395rem + 1.74vw) 1rem;
  }
}
@media (max-width: 1199px) and (min-width: 1200px) {
  #homepage-hero .hero-slide .slide-content .ticket-border {
    padding: 2rem 1rem 2.7rem 1rem;
  }
}
@media (max-width: 991px) {
  #homepage-hero .hero-slide .slide-img img {
    height: 450px;
  }
  #homepage-hero .hero-slide .slide-content {
    padding: 30px 45px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
  }
  #homepage-hero .hero-slide .slide-content .slide-content-inner > * {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  #homepage-hero .slick-dots {
    bottom: auto;
    top: 415px;
  }
  #homepage-hero .slick-prev,
#homepage-hero .slick-next {
    top: 205px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 767px) {
  #homepage-hero .hero-slide .slide-img img {
    height: 350px;
  }
  #homepage-hero .hero-slide .slide-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  #homepage-hero .slick-dots {
    bottom: auto;
    top: 315px;
  }
  #homepage-hero .slick-prev,
#homepage-hero .slick-next {
    top: 155px;
  }
}

#page-hero {
  background: #ffffff;
  position: relative;
}
#page-hero a {
  color: #E9CEC2;
}
#page-hero h6 {
  color: #DDBCAA;
}
#page-hero #hero-img {
  background-size: cover;
}
#page-hero #hero-img.small {
  height: 350px;
}
#page-hero #hero-img.medium {
  height: 500px;
}
#page-hero #hero-img.large {
  height: 650px;
}
#page-hero #hero-img.full-page {
  height: calc(100vh - 100px);
}
#page-hero.right .hero-inner, #page-hero.left .hero-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 47%;
}
#page-hero.right .hero-inner {
  right: 0;
}
#page-hero.left .hero-inner {
  left: 0;
}
#page-hero.left .hero-inner .hero-inner-content {
  margin-right: 0;
  margin-left: auto;
}
#page-hero.below {
  z-index: 2;
}
#page-hero.below .hero-inner {
  width: 900px;
  max-width: calc(100% - 30px);
  margin: -100px auto 0;
  text-align: center;
  background: #ffffff;
  position: relative;
}
#page-hero.below .hero-inner .hero-inner-content {
  max-width: 100%;
}
#page-hero.below.small {
  background-size: cover;
}
#page-hero.below.small:after {
  height: calc(100% - 350px);
}
#page-hero.below.medium {
  background-size: cover;
}
#page-hero.below.medium:after {
  height: calc(100% - 500px);
}
#page-hero.below.large {
  background-size: cover;
}
#page-hero.below.large:after {
  height: calc(100% - 650px);
}
#page-hero .hero-inner {
  padding: calc(1.315rem + 0.78vw);
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  #page-hero .hero-inner {
    padding: 1.9rem;
  }
}
#page-hero .hero-inner .hero-inner-content {
  max-width: 480px;
}
#page-hero .hero-inner .hero-inner-content > * {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  #page-hero #hero-img {
    height: 300px !important;
  }
  #page-hero .hero-inner {
    -webkit-transform: none !important;
            transform: none !important;
    position: relative !important;
    width: calc(100% - 30px) !important;
    margin: -75px 15px 10px 15px;
    text-align: center;
  }
  #page-hero .hero-inner .hero-inner-content {
    margin-right: auto !important;
    margin-left: auto;
  }
}

.accordion .accordion-item > h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: calc(1.325rem + 0.9vw) calc(1.425rem + 2.1vw) calc(1.325rem + 0.9vw) 1rem;
  margin: 0px;
  font-size: 1.15rem;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
  color: #333 !important;
  font-weight: bold;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .accordion .accordion-item > h3 {
    padding: 2rem 3rem 2rem 1rem;
  }
}
.accordion .accordion-item > h3:hover {
  text-decoration: none;
}

.accordion {
  margin-bottom: calc(1.405rem + 1.86vw);
}
@media (min-width: 1200px) {
  .accordion {
    margin-bottom: 2.8rem;
  }
}

.accordion .accordion-item > h3:hover,
.accordion .accordion-item > h3:hover::after {
  cursor: pointer;
}

.accordion .accordion-item > h3:hover::after {
  border: 1px solid #E9CEC2;
}

.accordion-item.active > h3 {
  color: #E9CEC2 !important;
  border-bottom: 1px solid #E9CEC2;
}

.accordion .accordion-item > h3::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #333;
  padding: 3px;
  line-height: 25px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #eee;
  text-align: center;
}

.accordion-item.active > h3::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #fff;
  background: #E9CEC2;
  border: 1px solid #E9CEC2;
}

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.accordion .content p {
  font-size: 1rem;
  font-weight: 300;
}

.accordion-item.active .content {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

#homepage-hero .button,
#page-hero .button,
#content .button,
.button,
.wpforms-submit,
button[type=submit],
.btn,
.wp-block-button__link,
.form-submit input,
input[type=submit] {
  display: inline-block;
  padding: 12px 26px;
  font-size: 0.8rem;
  background-color: #E9CEC2;
  color: #676767;
  border-radius: 0 !important;
  border: 0;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Karla", Arial, sans-serif;
  min-width: 250px;
}
#homepage-hero .button:hover,
#page-hero .button:hover,
#content .button:hover,
.button:hover,
.wpforms-submit:hover,
button[type=submit]:hover,
.btn:hover,
.wp-block-button__link:hover,
.form-submit input:hover,
input[type=submit]:hover {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(103, 103, 103, 0.2);
          box-shadow: 0px 4px 4px 0px rgba(103, 103, 103, 0.2);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  background-color: #E9CEC2;
  color: #676767;
  text-decoration: none;
}
#homepage-hero .button.small,
#page-hero .button.small,
#content .button.small,
.button.small,
.wpforms-submit.small,
button[type=submit].small,
.btn.small,
.wp-block-button__link.small,
.form-submit input.small,
input[type=submit].small {
  font-size: 0.65rem;
  padding: 10px 22px;
  min-width: 130px;
}
@media (max-width: 767px) {
  #homepage-hero .button,
#page-hero .button,
#content .button,
.button,
.wpforms-submit,
button[type=submit],
.btn,
.wp-block-button__link,
.form-submit input,
input[type=submit] {
    min-width: 0;
    padding: 12px 20px;
  }
}

.btn-primary,
.btn-secondary {
  color: #676767 !important;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #E9CEC2;
}

.btn-secondary {
  background-color: #ffffff;
}
.btn-secondary:hover {
  background-color: #ffffff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.link {
  color: #D9B5A3;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-decoration: none !important;
}
.link:hover {
  color: #D9B5A3;
  text-decoration: none;
  opacity: 0.75;
}
.link:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

label,
.wpforms-container .wpforms-field-label {
  display: block;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #676767;
  letter-spacing: 0.05em;
}

.wpforms-container .wpforms-field-sublabel {
  font-size: 0.75rem;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
textarea,
select,
.form-control {
  padding: 10px 15px;
  font-size: 1rem;
  border-radius: 0;
  background-color: #f1f1f1;
  border: none;
  color: #676767;
  outline: none;
  font-family: "Silk Serif Light Italic", Times, serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus-visible,
textarea:focus-visible,
select:focus-visible,
.form-control:focus-visible {
  outline: 2px solid #dbb09d;
}

.white-form-fields input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.white-form-fields textarea,
.white-form-fields select {
  background-color: #ffffff;
}

.inline-submit form {
  position: relative;
}
.inline-submit form .wpforms-field-container .wpforms-field:last-child {
  width: calc(100% - 200px);
}
.inline-submit form .wpforms-submit-container {
  width: 175px;
  padding: 10px 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .wpforms-container .wpforms-one-half, .wpforms-container .wpforms-three-sixths, .wpforms-container .wpforms-two-fourths {
    width: 100% !important;
    margin: 0 !important;
  }
  .wpforms-container .wpforms-one-half:nth-child(even), .wpforms-container .wpforms-three-sixths:nth-child(even), .wpforms-container .wpforms-two-fourths:nth-child(even) {
    padding-top: 12px;
  }

  .wpforms-container .wpforms-field {
    padding: 6px 0 !important;
  }

  .wpforms-submit-container {
    text-align: center;
  }

  .inline-submit form .wpforms-field-container .wpforms-field:last-child {
    width: 100%;
  }
  .inline-submit form .wpforms-submit-container {
    width: auto;
    padding: 6px 0 0 0;
    position: relative;
  }
}
.wpforms-container .wpforms-five-sixths, .wpforms-container .wpforms-four-sixths, .wpforms-container .wpforms-four-fifths, .wpforms-container .wpforms-one-fifth, .wpforms-container .wpforms-one-fourth, .wpforms-container .wpforms-one-half, .wpforms-container .wpforms-one-sixth, .wpforms-container .wpforms-one-third, .wpforms-container .wpforms-three-fourths, .wpforms-container .wpforms-three-fifths, .wpforms-container .wpforms-three-sixths, .wpforms-container .wpforms-two-fourths, .wpforms-container .wpforms-two-fifths, .wpforms-container .wpforms-two-sixths, .wpforms-container .wpforms-two-thirds {
  float: none;
  display: inline-block;
  vertical-align: top;
}

/* Validation */
body .wpforms-container label.wpforms-error {
  font-size: 0.75rem;
  color: #E86A56;
  margin-bottom: 0;
}
body .wpforms-container .wpforms-required-label {
  color: #E86A56;
}
body .wpforms-container .wpforms-field input.wpforms-error, body .wpforms-container .wpforms-field input.user-invalid, body .wpforms-container .wpforms-field textarea.wpforms-error, body .wpforms-container .wpforms-field textarea.user-invalid, body .wpforms-container .wpforms-field select.wpforms-error, body .wpforms-container .wpforms-field select.user-invalid, body .wpforms-container .wpforms-field.wpforms-has-error .choices__inner {
  border: 1px solid #E86A56;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #787878;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #787878;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #787878;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #787878;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #787878;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #787878;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #787878;
}

/* InfusionSoft Specific Styles */
.infusion-form.newsletter-form, .infusion-form.courses-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.infusion-form.newsletter-form .infusion-field, .infusion-form.courses-form .infusion-field {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 10px;
}
.infusion-form.newsletter-form .infusion-field input, .infusion-form.courses-form .infusion-field input {
  width: 100%;
  background-color: #f1f1f1;
}
.infusion-form.newsletter-form .infusion-field.inline-w-btn, .infusion-form.courses-form .infusion-field.inline-w-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.infusion-form.newsletter-form .infusion-field:nth-child(odd), .infusion-form.courses-form .infusion-field:nth-child(odd) {
  padding-right: 0;
}
.infusion-form.newsletter-form .infusion-field:nth-child(even), .infusion-form.courses-form .infusion-field:nth-child(even) {
  padding-left: 0;
}
.infusion-form.newsletter-form .infusion-submit, .infusion-form.courses-form .infusion-submit {
  padding: 10px 0;
}
.infusion-form.newsletter-form .infusion-submit button, .infusion-form.courses-form .infusion-submit button {
  min-width: 140px;
}
.infusion-form.newsletter-form .infusion-submit.inline-btn, .infusion-form.courses-form .infusion-submit.inline-btn {
  padding-left: 10px;
}
.infusion-form.newsletter-form .infusion-field input {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .infusion-form.courses-form {
    display: block;
  }
  .infusion-form.courses-form .infusion-field,
.infusion-form.courses-form .infusion-submit {
    padding: 5px 0 !important;
  }
}

.comment-form-cookies-consent input {
  width: auto !important;
  display: inline-block;
}
.comment-form-cookies-consent label {
  display: inline-block;
}

/* Single page */
.single-jh_shop aside {
  border-right: 1px solid rgba(103, 103, 103, 0.5);
  padding-top: 10px;
}
.single-jh_shop aside li {
  list-style-type: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.single-jh_shop aside li a {
  color: #676767;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-jh_shop aside li a:hover {
  color: #D9B5A3 !important;
  text-decoration: none;
}
.single-jh_shop aside li.current_page_item > a {
  color: #D9B5A3 !important;
  font-weight: 700;
}
.single-jh_shop aside li ul.children {
  padding: 0;
}
.single-jh_shop aside li ul.children > li {
  margin: 5px 0;
  letter-spacing: 0.05rem;
  font-size: 0.8rem;
  font-weight: 400;
}
@media (max-width: 991px) {
  .single-jh_shop aside {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .single-jh_shop aside > li {
    margin-bottom: 0.5rem;
  }
  .single-jh_shop aside > .page_item_has_children {
    cursor: pointer;
  }
  .single-jh_shop aside > .page_item_has_children > a:after {
    content: "- All";
    display: inline-block;
    margin-left: 5px;
  }
  .single-jh_shop aside > .page_item_has_children:not(.active):hover a {
    color: #D9B5A3;
  }
  .single-jh_shop aside > .page_item_has_children:not(.active) > a {
    pointer-events: none;
  }
  .single-jh_shop aside > .page_item_has_children:not(.active) > a:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 0.7rem;
    color: #676767;
    font-weight: 400;
  }
  .single-jh_shop aside > .page_item_has_children ul.children {
    display: none;
  }
}
.single-jh_shop main {
  padding-left: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .single-jh_shop main {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .single-jh_shop main {
    padding-left: 15px;
    padding-top: 0;
    margin-top: 25px;
    text-align: center;
  }
  .single-jh_shop main #breadcrumbs {
    width: 100%;
    text-align: center;
  }
}

/* Rewards Style widget */
body .bo-garden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  max-width: 900px !important;
  min-height: auto !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
body .bo-garden .bo-con {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto !important;
  width: auto;
}
body .bo-garden .bo-con:before, body .bo-garden .bo-con:after {
  display: none !important;
}
body .bo-garden .bo-con .bo-box {
  border: 0 !important;
  background: #fff !important;
}
body .bo-garden .bo-con .bo-box a:hover {
  opacity: 0.75 !important;
}
body .bo-garden .bo-con .bo-box a .bo-tap {
  display: none;
}

body .stp-shift {
  margin-right: 25px;
  overflow: hidden;
}
body .stp-control {
  background: none !important;
}
body .stp-control:before, body .stp-control:after {
  font-family: "Font Awesome 5 Pro";
  color: #676767;
  text-indent: 0;
  overflow: inherit !important;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 22px;
  font-weight: 300;
  position: absolute !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
body .stp-control.stp-left:before {
  content: "";
}
body .stp-control.stp-right:before {
  content: "";
}

/* ------------------------------------------------------------- */
/*  Fav Brands */
/* ------------------------------------------------------------- */
.fav-brands-tabs {
  list-style-type: none;
  padding: 0;
}
.fav-brands-tabs .fav-brands-tab a {
  background: #ffffff;
  padding: 0.85rem 1rem;
  display: block;
}
.fav-brands-tabs .fav-brands-tab a.inactive {
  background: #f1f1f1;
  color: #676767 !important;
}
.fav-brands-tabs .fav-brands-tab a.inactive:hover {
  color: #D9B5A3 !important;
}
.fav-brands-tabs .fav-brands-tab a:not(.inactive):hover {
  pointer-events: none;
  cursor: auto;
}
.fav-brands-tabs .fav-brands-tab h6 {
  margin: 0;
}
.fav-brands-tabs .fav-brands-tab:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .fav-brands-tabs {
    background: #ffffff;
    padding: 1rem;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0;
    text-align: center;
  }
  .fav-brands-tabs .fav-brands-tab {
    display: inline-block;
  }
  .fav-brands-tabs .fav-brands-tab a {
    background: none;
    padding: 0 0.4rem;
    color: #DDBCAA !important;
  }
  .fav-brands-tabs .fav-brands-tab a h6 {
    font-size: 0.85rem;
  }
  .fav-brands-tabs .fav-brands-tab a h6:after {
    content: "";
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    padding-left: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
  }
  .fav-brands-tabs .fav-brands-tab a.inactive {
    background-color: #ffffff;
    color: #676767 !important;
  }
  .fav-brands-tabs .fav-brands-tab a.inactive h6:after {
    -webkit-transform: none;
            transform: none;
  }
}

.fav-brands-content {
  background-color: #ffffff;
  padding: calc(1.275rem + 0.3vw) calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .fav-brands-content {
    padding: 1.5rem 2rem;
  }
}
.fav-brands-content .fav-brands-list .content {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width: 991px) {
  .fav-brands-content .fav-brands-list .content {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.fav-brands-content .fav-brands-list p {
  margin-bottom: 0.4rem;
}
.fav-brands-content .fav-brands-list p a {
  color: #676767 !important;
}
.fav-brands-content .fav-brands-list p a:hover {
  color: #D9B5A3 !important;
  text-decoration: none;
}

/* ------------------------------------------------------------- */
/*  Call to Action */
/* ------------------------------------------------------------- */
.call-to-action {
  text-align: center;
}
.call-to-action.img-bg {
  background-size: cover;
  background-position: center;
}
.call-to-action.img-bg .cta-inner {
  padding: calc(1.31rem + 0.72vw);
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .call-to-action.img-bg .cta-inner {
    padding: 1.85rem;
  }
}
.call-to-action.colour-bg.has-blue-background-color h2, .call-to-action.colour-bg.has-darkpink-background-color h2 {
  color: #787878;
}
.call-to-action.colour-bg.in-container {
  padding: calc(1.31rem + 0.72vw);
}
@media (min-width: 1200px) {
  .call-to-action.colour-bg.in-container {
    padding: 1.85rem;
  }
}
@media (max-width: 767px) {
  .call-to-action.colour-bg.in-container {
    padding: 1.25rem;
  }
}
.call-to-action h6 {
  margin-bottom: 0.25rem;
}
.call-to-action .cta-inner .max750 a {
  color: #676767 !important;
}
.call-to-action .cta-buttons {
  margin-top: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .call-to-action .cta-buttons {
    margin-top: 2rem;
  }
}
.call-to-action .cta-buttons a {
  margin-right: 5px;
  margin-left: 5px;
}
.call-to-action.has-white-border .ticket-border,
.call-to-action.has-white-border .ticket-border:before,
.call-to-action.has-white-border .ticket-border:after,
.call-to-action.has-white-border .ticket-border-inner:before,
.call-to-action.has-white-border .ticket-border-inner:after {
  border-color: #ffffff !important;
}
.call-to-action.has-pink-border .ticket-border,
.call-to-action.has-pink-border .ticket-border:before,
.call-to-action.has-pink-border .ticket-border:after,
.call-to-action.has-pink-border .ticket-border-inner:before,
.call-to-action.has-pink-border .ticket-border-inner:after {
  border-color: #E9CEC2 !important;
}
.call-to-action.has-red-border .ticket-border,
.call-to-action.has-red-border .ticket-border:before,
.call-to-action.has-red-border .ticket-border:after,
.call-to-action.has-red-border .ticket-border-inner:before,
.call-to-action.has-red-border .ticket-border-inner:after {
  border-color: #E86A56 !important;
}

/* ------------------------------------------------------------- */
/*  Reader Favourites */
/* ------------------------------------------------------------- */
.reader-favourites-wrap {
  text-align: center;
}

/* ------------------------------------------------------------- */
/*  Grid Links */
/* ------------------------------------------------------------- */
.grid_links-wrap .grid_links-title {
  text-align: center;
}

.grid-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
}
.grid-links .grid-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.5rem;
}
.grid-links .grid-link img {
  width: 100%;
  margin-bottom: 0;
}
.grid-links .grid-link .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.grid-links.btn-over .grid-link, .grid-links.btn-over-overlay .grid-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid-links.btn-over .button, .grid-links.btn-over-overlay .button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.grid-links.btn-over .button:hover, .grid-links.btn-over-overlay .button:hover {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
.grid-links.btn-over-overlay .grid-link:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.45);
}
.grid-links.btn-below .grid-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid-links.btn-below .grid-link .button {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.grid-links.btn-below .grid-link .button:hover {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
@media (max-width: 991px) {
  .grid-links .grid-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .grid-links.btn-over-overlay .grid-link, .grid-links.btn-over .grid-link, .grid-links.btn-below .grid-link {
    padding: 0.25rem;
  }
  .grid-links.btn-over-overlay .grid-link a.button, .grid-links.btn-over .grid-link a.button, .grid-links.btn-below .grid-link a.button {
    min-width: 0 !important;
    width: calc(100% - 20px);
    padding: 12px 15px !important;
  }
  .grid-links.btn-below .grid-link a.button {
    padding: 12px !important;
    width: calc(100% - 10px);
  }
}

/* ------------------------------------------------------------- */
/*  Latest Posts */
/* ------------------------------------------------------------- */
.latest-posts-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.latest-posts-navigation .lp-nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  text-align: right;
  margin-left: calc(1.325rem + 0.9vw);
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .latest-posts-navigation .lp-nav {
    margin-left: 2rem;
  }
}
.latest-posts-navigation .lp-nav > h6 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
  padding: 0.5rem;
}
.latest-posts-navigation .lp-nav .lp-nav-link {
  white-space: nowrap;
}
.latest-posts-navigation .lp-nav .lp-nav-link a {
  color: #DDBCAA !important;
}
@media (min-width: 768px) {
  .latest-posts-navigation .lp-nav .break {
    display: none;
  }
}
@media (max-width: 1199px) {
  .latest-posts-navigation .lp-nav {
    margin-left: 1rem;
  }
}
@media (max-width: 991px) {
  .latest-posts-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .latest-posts-navigation .lp-nav {
    text-align: center;
    margin-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .latest-posts-navigation .lp-nav .lp-nav-title {
    display: block !important;
    width: 100%;
  }
}

.latest-posts .latest-post {
  height: 100%;
}
.latest-posts .latest-post img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.latest-posts .latest-post img:hover {
  opacity: 0.8;
}
.latest-posts .latest-post a.cat-link {
  color: #DDBCAA !important;
}
.latest-posts .latest-post-newest .latest-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.latest-posts .latest-post-newest .latest-post img,
.latest-posts .latest-post-newest .latest-post .latest-post-inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.latest-posts .latest-post-newest .latest-post img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest-posts .latest-post-newest .latest-post .latest-post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  padding: calc(1.31rem + 0.72vw);
  position: relative;
}
@media (min-width: 1200px) {
  .latest-posts .latest-post-newest .latest-post .latest-post-inner {
    padding: 1.85rem;
  }
}
.latest-posts .latest-post-newest .latest-post .latest-post-inner:before, .latest-posts .latest-post-newest .latest-post .latest-post-inner:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #f8f8f8;
  border-radius: 50px;
  right: -20px;
}
@media (max-width: 767px) {
  .latest-posts .latest-post-newest .latest-post .latest-post-inner:before, .latest-posts .latest-post-newest .latest-post .latest-post-inner:after {
    display: none;
  }
}
.latest-posts .latest-post-newest .latest-post .latest-post-inner:before {
  top: -20px;
}
.latest-posts .latest-post-newest .latest-post .latest-post-inner:after {
  bottom: -20px;
}
@media (max-width: 991px) {
  .latest-posts .latest-post-newest {
    margin-bottom: calc(1.31rem + 0.72vw);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .latest-posts .latest-post-newest {
    margin-bottom: 1.85rem;
  }
}
@media (max-width: 767px) {
  .latest-posts .latest-post-newest .latest-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .latest-posts .latest-post-newest .latest-post img {
    margin-bottom: 0;
    height: 320px;
  }
  .latest-posts .latest-post-newest .latest-post .latest-post-inner {
    margin-bottom: calc(1.31rem + 0.72vw);
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -60px;
    z-index: 9;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .latest-posts .latest-post-newest .latest-post .latest-post-inner {
    margin-bottom: 1.85rem;
  }
}
@media (max-width: 767px) {
  .latest-posts .latest-post-newest .latest-post .latest-post-inner a.button {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.latest-posts .latest-posts-older .latest-post-wrap .latest-post {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c4c4c4;
}
.latest-posts .latest-posts-older .latest-post-wrap .latest-post .cat-link h6 {
  margin-bottom: 5px;
}
.latest-posts .latest-posts-older .latest-post-wrap .latest-post img {
  margin-bottom: 0;
}
.latest-posts .latest-posts-older .latest-post-wrap .latest-post .col-md-4 {
  padding: 0;
}
.latest-posts .latest-posts-older .latest-post-wrap:first-of-type .latest-post {
  padding-top: 0;
}
.latest-posts .latest-posts-older .latest-post-wrap:last-of-type .latest-post {
  padding-bottom: 0;
  border-bottom: 0;
}

/* ------------------------------------------------------------- */
/*  Reward Style Slider */
/* ------------------------------------------------------------- */
.rs-slider {
  text-align: center;
}
.rs-slider .bo-garden {
  margin-right: auto !important;
  margin-left: auto !important;
}
.rs-slider .rs-slider-link {
  margin-top: calc(1.31rem + 0.72vw);
}
@media (min-width: 1200px) {
  .rs-slider .rs-slider-link {
    margin-top: 1.85rem;
  }
}
.rs-slider .shopthepost-widget {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff !important;
  padding: 40px !important;
}
.rs-slider .stp-outer {
  max-width: 650px !important;
}
.rs-slider .stp-product {
  margin: 0 10px !important;
}
.rs-slider .stp-right {
  text-align: right;
}

/* ------------------------------------------------------------- */
/*  Charities Monthly Breakdown */
/* ------------------------------------------------------------- */
.charity-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.charity-month .charity-date {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}
.charity-month .charity-date .month-box {
  margin-bottom: 0;
  width: 90px;
}
.charity-month .charity-date h6 {
  position: absolute;
  margin-bottom: 0;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700;
}
.charity-month .charity-date-mobile {
  display: none;
}
.charity-month .charity-img {
  z-index: 2;
}
.charity-month .charity-img img {
  min-width: 300px;
  width: 300px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}
.charity-month .charity-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid #dcdcdc;
  margin-left: -1px;
  min-height: 160px;
}
.charity-month .charity-details a {
  color: #676767 !important;
}
.charity-month .charity-details a:hover {
  color: #E9CEC2 !important;
}
.charity-month .charity-details li::marker {
  margin-right: 3px;
}
.charity-month .charity-details .charity-list {
  padding: 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.charity-month .charity-details .charity-list h6 {
  margin-bottom: 0;
  text-transform: none;
  padding-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.charity-month .charity-details .charity-list h6.h6-sm {
  font-size: 0.875rem;
}
.charity-month .charity-details .charity-list ul {
  padding: 0 0 0 15px;
  list-style-position: outside;
  margin-bottom: 0;
}
.charity-month .charity-details .charity-total {
  padding: 1rem;
  background-color: #F6ECE8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 140px;
}
.charity-month .charity-details .charity-total .h6-sm {
  font-weight: 700;
}
@media (max-width: 991px) {
  .charity-month {
    display: block;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .charity-month .charity-date {
    display: none;
  }
  .charity-month .charity-date-mobile {
    display: block;
  }
  .charity-month .charity-date-mobile hr {
    margin-bottom: 0;
  }
  .charity-month .charity-img {
    border: 1px solid #dcdcdc;
    border-bottom: 0;
  }
  .charity-month .charity-img img {
    width: 100%;
    height: 250px;
  }
  .charity-month .charity-details {
    border-top: 0;
    margin-left: 0;
    display: block;
    min-height: 0;
  }
  .charity-month .charity-details .charity-list {
    padding-bottom: calc(1.275rem + 0.3vw);
    display: block;
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .charity-month .charity-details .charity-list {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .charity-month .charity-details .charity-date-mobile {
    padding: 1rem 1rem 0 1rem;
  }
}
@media (max-width: 991px) {
  .charity-month .charity-details .charity-total {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .charity-month {
    width: 100%;
  }
  .charity-month .charity-img {
    border: 0;
  }
  .charity-month .charity-img img {
    height: 325px;
  }
  .charity-month .charity-details {
    border: 0;
    width: calc(100% - 30px);
    background: #ffffff;
    position: relative;
    margin: -75px 15px 0 15px;
  }
  .charity-month .charity-details .charity-date-mobile {
    padding: calc(1.275rem + 0.3vw) calc(1.275rem + 0.3vw) 0 calc(1.275rem + 0.3vw);
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .charity-month .charity-details .charity-date-mobile {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .charity-month .charity-details .charity-date-mobile h6 {
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .charity-month .charity-details .charity-list {
    padding: calc(1.275rem + 0.3vw) calc(1.275rem + 0.3vw) calc(1.325rem + 0.9vw) calc(1.275rem + 0.3vw);
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .charity-month .charity-details .charity-list {
    padding: 1.5rem 1.5rem 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .charity-month .charity-details .charity-list h6 {
    margin-top: 0.5rem;
  }
  .charity-month .charity-details .charity-list h6:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .charity-month .charity-details .charity-total {
    padding: 1rem calc(1.275rem + 0.3vw);
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .charity-month .charity-details .charity-total {
    padding: 1rem 1.5rem;
  }
}

@media (max-width: 767px) {
  #charity-breakdown {
    width: 100vw;
    position: relative;
    left: calc(-1 * (100vw - 100%) / 2);
  }
}
/* ------------------------------------------------------------- */
/*  Image With Text */
/* ------------------------------------------------------------- */
.img-w-text {
  position: relative;
}
.img-w-text img {
  position: relative;
}
.img-w-text img.mobile-img {
  display: none;
}
.img-w-text .text-over-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(1.525rem + 3.3vw);
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .img-w-text .text-over-img {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .img-w-text img.desktop-img {
    display: none;
  }
  .img-w-text img.mobile-img {
    display: block;
  }
  .img-w-text .text-over-img {
    padding: calc(1.325rem + 0.9vw);
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .img-w-text .text-over-img {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .img-w-text .text-over-img h1, .img-w-text .text-over-img h2, .img-w-text .text-over-img h3, .img-w-text .text-over-img h4, .img-w-text .text-over-img h5, .img-w-text .text-over-img h6, .img-w-text .text-over-img p {
    margin-bottom: 0.5rem;
  }
}

/* Archive */
#collaborations {
  /* Uses some global styles from content.sccs */
}

/* Single */
.single-collaboration #content {
  max-width: 900px;
  margin: 0 auto;
}

.collaboration-products {
  margin-top: calc(1.275rem + 0.3vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  .collaboration-products {
    margin-top: 1.5rem;
  }
}
.collaboration-products .collaboration-product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  padding: 1rem calc(1.275rem + 0.3vw);
  text-align: center;
}
.collaboration-products .collaboration-product img {
  max-height: 250px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .collaboration-products .collaboration-product {
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 991px) {
  .collaboration-products .collaboration-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .collaboration-products .collaboration-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

body.page-template-page-twelve-days header, body.page-template-page-twelve-days #pull-menu {
  display: none !important;
}
body.page-template-page-twelve-days #twelve-days #giveaways-hero > img.bg {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-page-twelve-days #twelve-days #giveaways-hero .giveaways-hero-inner {
  width: 680px;
  max-width: calc(100% - 30px);
  margin: -175px auto 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body.page-template-page-twelve-days #twelve-days #giveaways-hero .giveaways-hero-inner.scooped-corners:before, body.page-template-page-twelve-days #twelve-days #giveaways-hero .giveaways-hero-inner.scooped-corners:after {
  display: none;
}
body.page-template-page-twelve-days #twelve-days #giveaways-hero .giveaways-hero-inner .giveaways-hero-inner-content {
  width: 550px;
  max-width: calc(100% - 76px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 600px) {
  body.page-template-page-twelve-days #twelve-days #giveaways-hero .giveaways-hero-inner {
    background-color: #ffffff;
  }
  body.page-template-page-twelve-days #twelve-days #giveaways-hero .giveaways-hero-inner.scooped-corners:before {
    display: block;
    top: -46px;
    height: 50px;
  }
  body.page-template-page-twelve-days #twelve-days #giveaways-hero .giveaways-hero-inner .giveaways-hero-inner-content {
    position: relative;
    -webkit-transform: none;
            transform: none;
    left: 0;
    top: 0;
  }
  body.page-template-page-twelve-days #twelve-days #giveaways-hero .giveaways-hero-inner .giveaways-box {
    display: none;
  }
}
body.page-template-page-twelve-days #twelve-days article.current-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page-template-page-twelve-days #twelve-days article.current-day .giveaway-intro {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 35px 0 20px;
}
body.page-template-page-twelve-days #twelve-days article.current-day .giveaway-intro img {
  margin-bottom: 0;
}
body.page-template-page-twelve-days #twelve-days article.current-day .giveaway-details {
  padding: 0 20px 0 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: left;
}
body.page-template-page-twelve-days #twelve-days article.current-day .giveaway-details .h6.nomargin {
  margin-bottom: 4px !important;
}
body.page-template-page-twelve-days #twelve-days article.current-day .current-day-mobile-img {
  display: none;
}
body.page-template-page-twelve-days #twelve-days .giveaway-intro.post-intro {
  padding: 0 20px;
}
body.page-template-page-twelve-days #twelve-days .giveaway-intro.post-intro .post-date {
  top: 50% !important;
  left: 20px;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
body.page-template-page-twelve-days #twelve-days .giveaway-intro.post-intro .post-date .day-title {
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: calc(1.255rem + 0.06vw);
}
@media (min-width: 1200px) {
  body.page-template-page-twelve-days #twelve-days .giveaway-intro.post-intro .post-date .day-title {
    font-size: 1.3rem;
  }
}
body.page-template-page-twelve-days #twelve-days .giveaway-intro.post-intro .post-date .day-num {
  margin: 0;
  line-height: 1;
  font-size: calc(1.365rem + 1.38vw);
}
@media (min-width: 1200px) {
  body.page-template-page-twelve-days #twelve-days .giveaway-intro.post-intro .post-date .day-num {
    font-size: 2.4rem;
  }
}
body.page-template-page-twelve-days #twelve-days .giveaway-intro.post-intro .post-date hr {
  border-color: #E86A56;
  width: 15px;
  margin-bottom: 0;
  margin-top: 10px;
}
body.page-template-page-twelve-days #twelve-days .giveaway-intro.post-intro .post-date .post-date-img {
  height: auto;
}
body.page-template-page-twelve-days #twelve-days .giveaway-intro.post-intro .wp-post-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-page-twelve-days #twelve-days .giveaway-details {
  text-align: center;
}
body.page-template-page-twelve-days #twelve-days .giveaway-details .details-link a {
  color: #E86A56 !important;
}
@media (max-width: 991px) {
  body.page-template-page-twelve-days #twelve-days .max900 {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-twelve-days #twelve-days .giveaway-intro.post-intro {
    padding: 0;
    margin-top: calc(1.775rem + 6.3vw);
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  body.page-template-page-twelve-days #twelve-days .giveaway-intro.post-intro {
    margin-top: 6.5rem;
  }
}
@media (max-width: 767px) {
  body.page-template-page-twelve-days #twelve-days .giveaway-intro.post-intro .post-date {
    top: 0 !important;
    left: 50%;
    right: auto;
  }
  body.page-template-page-twelve-days #twelve-days .giveaway-intro.post-intro .post-date .post-date-img {
    width: 80px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-twelve-days #twelve-days .giveaway-intro.post-intro .wp-post-image {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    height: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-twelve-days #twelve-days .giveaway-intro.post-intro .giveaway-details {
    width: 450px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  body.page-template-page-twelve-days #twelve-days article.current-day {
    display: block;
  }
  body.page-template-page-twelve-days #twelve-days article.current-day .giveaway-intro {
    padding: 0;
  }
  body.page-template-page-twelve-days #twelve-days article.current-day .giveaway-intro img {
    margin-bottom: calc(1.325rem + 0.9vw);
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  body.page-template-page-twelve-days #twelve-days article.current-day .giveaway-intro img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  body.page-template-page-twelve-days #twelve-days article.current-day .giveaway-details {
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  body.page-template-page-twelve-days #twelve-days article.current-day .wp-post-image:not(.current-day-mobile-img) {
    display: none;
  }
}
@media (max-width: 767px) {
  body.page-template-page-twelve-days #twelve-days article.current-day .current-day-mobile-img {
    display: block;
  }
}
body.page-template-page-twelve-days .giveaway-sticky-footer {
  position: sticky;
  bottom: 0;
  width: 100%;
}
body.page-template-page-twelve-days .giveaway-sticky-footer h3 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body.page-template-page-twelve-days .giveaway-sticky-footer {
    padding: 1rem 0;
  }
  body.page-template-page-twelve-days .giveaway-sticky-footer h3 {
    font-size: calc(1.305rem + 0.66vw);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  body.page-template-page-twelve-days .giveaway-sticky-footer h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  body.page-template-page-twelve-days .giveaway-sticky-footer h6 {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  body.page-template-page-twelve-days .giveaway-sticky-footer .button {
    font-size: 0.65rem;
    padding: 10px 22px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-twelve-days .giveaway-sticky-footer h3 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  body.page-template-page-twelve-days .giveaway-sticky-footer h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  body.page-template-page-twelve-days .giveaway-sticky-footer h6 {
    font-size: 0.65rem;
    margin-bottom: 10px;
  }
}
body.page-template-page-twelve-days .entry-slideup {
  width: 100vw;
  height: 100vh;
  display: none;
  background-color: #E3EDF0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
  position: fixed;
  top: 100vh;
  left: 0;
  text-align: center;
  padding: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  body.page-template-page-twelve-days .entry-slideup {
    padding: 2rem;
  }
}
body.page-template-page-twelve-days .entry-slideup.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
}
body.page-template-page-twelve-days .entry-slideup .close-entry {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
body.page-template-page-twelve-days .entry-slideup .close-entry:hover {
  cursor: pointer;
}
body.page-template-page-twelve-days .entry-slideup .close-entry i {
  font-weight: 200;
  font-size: 30px;
}
@media (max-width: 767px) {
  body.page-template-page-twelve-days .entry-slideup .close-entry {
    top: 4px;
    right: 0;
  }
  body.page-template-page-twelve-days .entry-slideup .close-entry i {
    font-size: 24px;
  }
}

#footer.twelve-days-footer {
  background-color: #F0F7F9;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #footer.twelve-days-footer {
    padding: 1rem 0;
  }
  #footer.twelve-days-footer .h6-sm {
    font-size: 0.65rem;
  }
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 50px;
  width: auto;
  max-width: 1000px;
  margin: 50px auto;
}
@media (max-width: 767px) {
  .white-popup {
    padding: 40px 30px;
    margin: 30px 20px;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #F6ECE8;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 50px;
  font-family: "Silk Serif Regular", Times, serif;
  font-weight: 400;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #676767;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Homepage */
/* Regular Page Styling */
.feature-img-wrap {
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

/* Index Template */
#blog.regular-cat-page, #single.regular-cat-page, #twelve-days.regular-cat-page {
  background-color: #fbfbfb;
}
#blog .post-details a.cat-link, #single .post-details a.cat-link, #twelve-days .post-details a.cat-link {
  color: #DDBCAA !important;
}
#blog .post-intro, #single .post-intro, #twelve-days .post-intro {
  position: relative;
  margin-bottom: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  #blog .post-intro, #single .post-intro, #twelve-days .post-intro {
    margin-bottom: 1.75rem;
  }
}
#blog .post-intro .post-date, #single .post-intro .post-date, #twelve-days .post-intro .post-date {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}
#blog .post-intro .post-date .post-date-inner, #single .post-intro .post-date .post-date-inner, #twelve-days .post-intro .post-date .post-date-inner {
  text-align: center;
  position: relative;
  display: inline-block;
}
#blog .post-intro .post-date .post-date-inner .post-date-img, #single .post-intro .post-date .post-date-inner .post-date-img, #twelve-days .post-intro .post-date .post-date-inner .post-date-img {
  width: 78px;
  margin: 0;
}
#blog .post-intro .post-date .post-date-inner .post-date-text, #single .post-intro .post-date .post-date-inner .post-date-text, #twelve-days .post-intro .post-date .post-date-inner .post-date-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#blog .post-intro .post-date .post-date-inner .post-date-text .date-day, #single .post-intro .post-date .post-date-inner .post-date-text .date-day, #twelve-days .post-intro .post-date .post-date-inner .post-date-text .date-day {
  font-family: "Silk Serif Regular", Times, serif;
  font-size: calc(1.325rem + 0.9vw);
  line-height: 1.4;
}
@media (min-width: 1200px) {
  #blog .post-intro .post-date .post-date-inner .post-date-text .date-day, #single .post-intro .post-date .post-date-inner .post-date-text .date-day, #twelve-days .post-intro .post-date .post-date-inner .post-date-text .date-day {
    font-size: 2rem;
  }
}
#blog .post-intro .post-date .post-date-inner .post-date-text .date-day:before, #single .post-intro .post-date .post-date-inner .post-date-text .date-day:before, #twelve-days .post-intro .post-date .post-date-inner .post-date-text .date-day:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 8px;
  line-height: 0.75;
  color: #e7d1c7;
  display: block;
  font-weight: 900;
}
#blog .post-intro .post-date .post-date-inner .post-date-text .date-month, #blog .post-intro .post-date .post-date-inner .post-date-text .date-year, #single .post-intro .post-date .post-date-inner .post-date-text .date-month, #single .post-intro .post-date .post-date-inner .post-date-text .date-year, #twelve-days .post-intro .post-date .post-date-inner .post-date-text .date-month, #twelve-days .post-intro .post-date .post-date-inner .post-date-text .date-year {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 1.3;
}
#blog .post-intro .post-details, #single .post-intro .post-details, #twelve-days .post-intro .post-details {
  background-color: #ffffff;
  text-align: center;
  padding: calc(1.425rem + 2.1vw);
  position: relative;
  margin-top: -100px;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  #blog .post-intro .post-details, #single .post-intro .post-details, #twelve-days .post-intro .post-details {
    padding: 3rem;
  }
}
#blog .post-intro .post-details h2, #single .post-intro .post-details h2, #twelve-days .post-intro .post-details h2 {
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0;
}
#blog .post-intro .post-details .details-meta, #single .post-intro .post-details .details-meta, #twelve-days .post-intro .post-details .details-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#blog .post-intro .post-details .details-meta > *, #single .post-intro .post-details .details-meta > *, #twelve-days .post-intro .post-details .details-meta > * {
  margin: 0 10px;
}
@media (max-width: 767px) {
  #blog .post-intro .post-details .details-meta > *, #single .post-intro .post-details .details-meta > *, #twelve-days .post-intro .post-details .details-meta > * {
    margin: 0 6px;
  }
}
#blog .post-intro .post-details .details-meta .button, #single .post-intro .post-details .details-meta .button, #twelve-days .post-intro .post-details .details-meta .button {
  min-width: 0;
  padding-right: 18px;
  padding-left: 18px;
  margin-left: 0;
}
@media (max-width: 767px) {
  #blog .post-intro .post-details .details-meta .button, #single .post-intro .post-details .details-meta .button, #twelve-days .post-intro .post-details .details-meta .button {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#blog .post-intro .post-details .details-meta .comments-count, #single .post-intro .post-details .details-meta .comments-count, #twelve-days .post-intro .post-details .details-meta .comments-count {
  color: #E9CEC2;
  font-weight: 700;
}
#blog .post-intro .post-details .details-meta .comments-count i, #single .post-intro .post-details .details-meta .comments-count i, #twelve-days .post-intro .post-details .details-meta .comments-count i {
  margin-right: 4px;
}
@media (max-width: 767px) {
  #blog .post-intro .post-details .details-meta .comments-count, #single .post-intro .post-details .details-meta .comments-count, #twelve-days .post-intro .post-details .details-meta .comments-count {
    font-size: 0.85rem;
  }
}
#blog .post-intro .post-details .post-author .meta, #single .post-intro .post-details .post-author .meta, #twelve-days .post-intro .post-details .post-author .meta {
  opacity: 0.8;
  font-size: 1rem;
}
@media (max-width: 767px) {
  #blog .post-intro .post-details .post-author .meta, #single .post-intro .post-details .post-author .meta, #twelve-days .post-intro .post-details .post-author .meta {
    font-size: 0.9rem;
  }
}
#blog .post-intro .wp-post-image, #single .post-intro .wp-post-image, #twelve-days .post-intro .wp-post-image {
  width: 100%;
  height: auto;
  max-height: 900px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  #blog .post-intro .post-date, #single .post-intro .post-date, #twelve-days .post-intro .post-date {
    top: 5px;
    left: 7px;
    right: auto;
    -webkit-transform: none;
            transform: none;
  }
  #blog .post-intro .post-date .post-date-inner .post-date-img, #single .post-intro .post-date .post-date-inner .post-date-img, #twelve-days .post-intro .post-date .post-date-inner .post-date-img {
    width: 70px;
  }
  #blog .post-intro .post-date .post-date-inner .post-date-text .date-day, #single .post-intro .post-date .post-date-inner .post-date-text .date-day, #twelve-days .post-intro .post-date .post-date-inner .post-date-text .date-day {
    font-size: calc(1.285rem + 0.42vw);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  #blog .post-intro .post-date .post-date-inner .post-date-text .date-day, #single .post-intro .post-date .post-date-inner .post-date-text .date-day, #twelve-days .post-intro .post-date .post-date-inner .post-date-text .date-day {
    font-size: 1.6rem;
  }
}

#blog #blog-search .top-blog-cats-link {
  display: inline-block;
  margin-bottom: 0;
}
#blog #blog-search .top-blog-cats-link a {
  color: #676767;
}
#blog #blog-search .top-blog-cats-link:after {
  content: "|";
  padding: 0 10px;
}
#blog #blog-search .top-blog-cats-link:last-child:after {
  content: "";
}
#blog #blog-search .search-form {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#blog #blog-search .search-form .search-box {
  background-color: #ffffff;
  max-width: 425px;
  margin-right: 15px;
  padding: 8px 15px;
}
#blog #blog-search .search-form input[type=submit] {
  min-width: 100px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
@media (max-width: 991px) {
  #blog #blog-search {
    padding: calc(1.465rem + 2.58vw) 0 0.85rem;
    position: sticky;
    top: 55px;
    z-index: 99;
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  #blog #blog-search {
    padding: 3.4rem 0 0.85rem;
  }
}
@media (max-width: 991px) {
  #blog #blog-search h1 {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  #blog #blog-search .search-form {
    margin-top: 10px;
  }
  #blog #blog-search .search-form .search-box {
    padding: 7px 15px;
  }
}
@media (max-width: 767px) {
  #blog #blog-search {
    padding: calc(1.465rem + 2.58vw) 0 0.2rem;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  #blog #blog-search {
    padding: 3.4rem 0 0.2rem;
  }
}
@media (max-width: 767px) {
  #blog #blog-search .top-blog-cats {
    display: none;
  }
}
#blog .basic-page-title {
  padding-bottom: 0;
}
#blog .main-child-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#blog .main-child-cats .main-child-cat {
  padding: 0.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  text-align: center;
}
#blog .main-child-cats .main-child-cat img {
  margin-bottom: 0;
}
#blog .main-child-cats .main-child-cat .button {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  #blog .main-child-cats .main-child-cat {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  #blog .main-child-cats .main-child-cat {
    padding: 0 0.25rem;
  }
  #blog .main-child-cats .main-child-cat a.button {
    padding: 12px 15px;
    width: calc(100% - 10px);
    min-width: 0;
  }
}
#blog article p {
  font-size: 0.9rem;
  line-height: 1.7;
}
#blog article .post-intro {
  margin-bottom: 0;
  height: 100%;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#blog article .post-intro .post-date {
  top: 5px;
  left: 7px;
  right: auto;
  -webkit-transform: none;
          transform: none;
}
#blog article .post-intro .post-date .post-date-inner .post-date-img {
  width: 70px;
}
#blog article .post-intro .post-date .post-date-inner .post-date-text .date-day {
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  #blog article .post-intro .post-date .post-date-inner .post-date-text .date-day {
    font-size: 1.6rem;
  }
}
#blog article .post-intro .post-details {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
  text-align: center;
  padding: calc(1.325rem + 0.9vw) calc(1.325rem + 0.9vw) calc(1.335rem + 1.02vw) calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  #blog article .post-intro .post-details {
    padding: 2rem 2rem 2.1rem 2rem;
  }
}
#blog article .post-intro .post-details .post-details-top {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#blog article .post-intro .post-details h2 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  #blog article .post-intro .post-details h2 {
    font-size: 1.5rem;
  }
}
#blog article .post-intro .post-details .button {
  min-width: 0;
  width: 90%;
  max-width: 280px;
  margin: 0 auto;
  margin-top: 1.2rem;
}
#blog article .post-intro .post-details .details-meta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}
#blog article .post-intro .wp-post-image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #blog article .post-intro {
    background: transparent;
  }
  #blog article .post-intro .post-details {
    margin-top: -50px;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  #blog article .post-intro .post-details h2 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  #blog article .post-intro .post-details h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  #blog article .post-intro .wp-post-image {
    height: 450px;
  }
}
@media (max-width: 767px) {
  #blog article .post-intro .wp-post-image {
    height: 400px;
  }
}
#blog .custom-tabs-section .tab-links a {
  color: #676767 !important;
}
#blog .custom-tabs-section .tab-content-wrap .tab-content .tab-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#blog .custom-tabs-section .tab-content-wrap .tab-content .tab-content-inner .month-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  text-align: center;
  position: relative;
  padding: 0.5rem;
}
#blog .custom-tabs-section .tab-content-wrap .tab-content .tab-content-inner .month-item img {
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
#blog .custom-tabs-section .tab-content-wrap .tab-content .tab-content-inner .month-item a.button {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  min-width: 0;
}
@media (max-width: 991px) {
  #blog .custom-tabs-section .tab-content-wrap .tab-content .tab-content-inner .month-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  #blog .custom-tabs-section .tab-content-wrap .tab-content .tab-content-inner .month-item {
    padding: 0 0.25rem;
  }
  #blog .custom-tabs-section .tab-content-wrap .tab-content .tab-content-inner .month-item a.button {
    width: calc(100% - 10px);
    padding: 12px 15px;
  }
}
#blog aside .sidebar-cats {
  padding-top: calc(1.325rem + 0.9vw);
  position: sticky;
  top: 0;
}
@media (min-width: 1200px) {
  #blog aside .sidebar-cats {
    padding-top: 2rem;
  }
}
#blog aside .sidebar-cats .lp-nav-link {
  border-top: 1px solid #dcdcdc;
  margin-bottom: 0;
  padding: 0.75rem 0.2rem;
}
#blog aside .sidebar-cats .lp-nav-link a {
  color: #676767;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #blog aside .sidebar-cats {
    display: none;
  }
}
@media (max-width: 991px) {
  #blog {
    margin-top: 55px;
  }
  #blog main {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #blog .main-wrap {
    width: 100vw;
    position: relative;
    left: calc(-1 * (100vw - 100%) / 2);
    margin-left: 0;
    margin-right: 0;
  }
}

/* Single Post Meta Data */
#single {
  /* Related Posts */
  /* Comments Section */
}
#single .post-content h1, #single .post-content h2, #single .post-content h3, #single .post-content h4, #single .post-content h5, #single .post-content h6 {
  text-align: center;
}
#single #single-logo img {
  width: 525px;
  max-width: 85%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #single #single-logo img {
    width: 425px;
  }
}
#single main {
  margin-top: 0 !important;
}
#single .mobile-banner {
  display: none;
}
#single article .post-content.max750 {
  margin-left: 0;
}
@media (max-width: 1199px) {
  #single article .post-intro .wp-post-image {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #single article .post-intro .post-details {
    margin-bottom: calc(1.325rem + 0.9vw);
    min-height: 0;
    padding: calc(1.325rem + 0.9vw);
    text-align: center;
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  #single article .post-intro .post-details {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  #single article .post-intro .post-details {
    padding: 2rem;
  }
}
#single .single-tags a {
  color: #676767 !important;
}
#single .pagination-single .pagination-single-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#single .pagination-single .pagination-single-inner .pagination-single-inner-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
#single .pagination-single .pagination-single-inner .pagination-single-inner-content h6 {
  margin-bottom: 5px !important;
}
#single .pagination-single .pagination-single-inner .pagination-single-inner-content a.h4 {
  font-style: normal !important;
  line-height: 1;
  color: #676767 !important;
}
#single .pagination-single .pagination-single-inner .pagination-single-inner-content.previous-post-wrap {
  text-align: right;
  padding-right: calc(1.325rem + 0.9vw);
  border-right: 1px solid #dcdcdc;
}
@media (min-width: 1200px) {
  #single .pagination-single .pagination-single-inner .pagination-single-inner-content.previous-post-wrap {
    padding-right: 2rem;
  }
}
#single .pagination-single .pagination-single-inner .pagination-single-inner-content.next-post-wrap {
  text-align: left;
  padding-left: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  #single .pagination-single .pagination-single-inner .pagination-single-inner-content.next-post-wrap {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  #single .pagination-single .pagination-single-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #single .pagination-single .pagination-single-inner .pagination-single-inner-content.previous-post-wrap, #single .pagination-single .pagination-single-inner .pagination-single-inner-content.next-post-wrap {
    padding: 0;
    border: 0;
    text-align: center;
  }
  #single .pagination-single .pagination-single-inner .pagination-single-inner-content.previous-post-wrap {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 1rem;
  }
  #single .pagination-single .pagination-single-inner .pagination-single-inner-content.next-post-wrap {
    padding-top: 1rem;
  }
}
#single .related-post-inner h4 {
  font-size: 1rem;
}
#single .related-post-thumb {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
  width: 100%;
  margin-bottom: 10px;
}
#single .single-comments hr {
  margin-top: calc(1.325rem + 0.9vw);
  margin-bottom: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  #single .single-comments hr {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  #single .single-comments hr {
    margin-bottom: 2rem;
  }
}
#single .single-comments .comments-count {
  font-size: 1.2rem;
  font-family: "Silk Serif Regular", Times, serif;
}
#single .single-comments .comments-toggle .link:hover {
  cursor: pointer;
}
#single .single-comments .comments-template {
  display: none;
  margin-top: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  #single .single-comments .comments-template {
    margin-top: 2rem;
  }
}
#single .single-comments .comments-template .comment-respond {
  font-size: 0.9rem;
}
#single .single-comments .comments-template .comment-respond #commentform {
  margin-bottom: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  #single .single-comments .comments-template .comment-respond #commentform {
    margin-bottom: 2rem;
  }
}
#single .single-comments .comments-template .comment-respond #commentform input:not([type=submit]), #single .single-comments .comments-template .comment-respond #commentform textarea {
  background-color: #ffffff;
  width: 500px;
  max-width: 100%;
}
#single .single-comments .comments-template .comments-inner {
  font-size: 0.9rem;
}
#single .single-comments .comments-template .comments-inner .comment-list li::marker {
  font-size: 1.2rem;
  color: #DDBCAA;
  font-family: "Silk Serif Regular", Times, serif;
}
#single .single-comments .comments-template .comments-inner .comment-list .comment.depth-1 {
  margin-bottom: calc(1.255rem + 0.06vw);
}
@media (min-width: 1200px) {
  #single .single-comments .comments-template .comments-inner .comment-list .comment.depth-1 {
    margin-bottom: 1.3rem;
  }
}
#single .single-comments .comments-template .comments-inner .comment-list .comment-body {
  margin-bottom: 0.85rem;
}
#single .single-comments .comments-template .comments-inner .comment-list p:last-of-type {
  margin-bottom: 0;
}
#single .single-comments .comments-template .comments-inner .comment-list .reply a {
  color: #676767;
  font-size: 0.8rem;
}
#single .single-comments .comments-template .comments-inner .comment-author .fn {
  font-weight: 400;
  font-family: "Silk Serif Regular", Times, serif;
  font-size: 1.2rem;
}
#single .single-comments .comments-template .comments-inner .comment-author .fn a {
  color: #676767 !important;
}
#single .single-comments .comments-template .comments-inner .comment-metadata > a {
  pointer-events: none;
  color: #676767 !important;
}

/* Recipe Cards */
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default {
  background: #fbf5f2;
  max-width: 900px;
}
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .wpzoom-recipe-card-print-link a {
  color: #ffffff !important;
}
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-image {
  margin-bottom: 20px;
}
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-heading {
  margin-bottom: 15px;
}
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-heading .recipe-card-title {
  font-family: "Silk Serif Regular", Times, serif;
  color: #676767;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  margin-top: 35px;
}
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-heading .wpzoom-rating-stars-container, .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-heading .recipe-card-author {
  display: none;
}
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .ingredients-title,
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .directions-title {
  font-family: "Karla", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-size: 1rem;
  color: #DDBCAA;
  text-align: left !important;
}
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-ingredients {
  background: #fbf5f2;
  color: #676767;
}
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-ingredients .ingredients-list {
  margin-left: 20px;
  margin-right: 20px;
}
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-ingredients .ingredients-list > li {
  border-color: rgba(120, 120, 120, 0.25);
}
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-ingredients .ingredients-list > li .tick-circle {
  border-color: #DDBCAA !important;
}
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-ingredients .ingredients-list > li.ticked .tick-circle {
  background: #DDBCAA !important;
}
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .directions-list {
  margin-left: 20px;
  margin-right: 20px;
}
.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .directions-list > li:before {
  font-family: "Silk Serif Regular", Times, serif;
  font-weight: 400;
  color: #DDBCAA;
}

/* CONTENT STYLING -----------------------------------------------------------*/
@media (max-width: 991px) {
  #single {
    margin-top: 55px;
  }
}
#content a:not(.button):not(.btn):not(.wpforms-submit):not(.wp-block-button__link) {
  color: #E9CEC2;
  text-decoration: none;
}
#content a:not(.button):not(.btn):not(.wpforms-submit):not(.wp-block-button__link):hover {
  opacity: 0.75;
}
#content .content-title-area {
  margin-top: calc(1.625rem + 4.5vw);
  text-align: center;
}
@media (min-width: 1200px) {
  #content .content-title-area {
    margin-top: 5rem;
  }
}
#content .archive-row article img {
  height: 375px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  #content .archive-row article img {
    height: 340px;
  }
}
@media (max-width: 767px) {
  #content .archive-row article img {
    height: 300px;
  }
}
#content .article-snapshot {
  width: calc(100% - 30px);
  margin: -75px 15px 0;
  background: #ffffff;
  position: relative;
  padding: 1rem;
  text-align: center;
}
#content .article-snapshot h6 {
  color: #DDBCAA;
}
#content .article-snapshot h1, #content .article-snapshot h2 {
  font-size: calc(1.39rem + 1.68vw);
}
@media (min-width: 1200px) {
  #content .article-snapshot h1, #content .article-snapshot h2 {
    font-size: 2.65rem;
  }
}
#content .article-snapshot h1 a, #content .article-snapshot h2 a {
  color: #676767 !important;
}
#content .article-snapshot.scooped-corners {
  padding: 0.5rem 1rem;
}

.post-content {
  padding-bottom: 100px;
}

.shopthepost-widget {
  margin-bottom: 25px;
}

/* FOOTER --------------------------------------------------------------------*/
/* Homepage footer */
#footer {
  font-size: 0.95rem;
  background-color: #ffffff;
}
#footer a {
  text-decoration: none;
  color: #676767;
}
#footer a:hover {
  opacity: 0.75;
}
#footer .footer-logo-col {
  padding: 0 calc(1.31rem + 0.72vw);
}
@media (min-width: 1200px) {
  #footer .footer-logo-col {
    padding: 0 1.85rem;
  }
}
#footer .footer-logo-col #footer-logo img {
  width: 340px;
  max-width: 100%;
}
#footer .footer-logo-col #footer-logo img:hover {
  opacity: 0.75;
}
#footer .footer-logo-col .widget-section-content {
  margin-top: 1.2rem;
}
@media (max-width: 991px) {
  #footer .footer-logo-col {
    padding: 0 15px 25px;
    text-align: center;
  }
  #footer .footer-logo-col .social-list {
    text-align: center;
  }
  #footer .footer-logo-col img {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 575px) {
  #footer .footer-logo-col {
    padding: 0 15px 0;
  }
}
#footer .address {
  margin-bottom: 5px;
  display: block;
}
#footer .heading {
  display: block;
  margin-bottom: 15px;
  font-size: 1rem;
  color: #DDBCAA;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Karla", Arial, sans-serif;
  line-height: 1.125;
}
#footer ul {
  padding: 0;
  margin-bottom: 0 !important;
}
#footer ul > li {
  list-style-type: none;
  margin-bottom: 7px;
}
#footer ul > li:last-child {
  margin-bottom: 0;
}
#footer ul > li > a {
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.2px;
}
#footer .footer-widgets-col .heading {
  pointer-events: none;
}
#footer .mobile-footer-feed {
  display: none;
}
@media (max-width: 767px) {
  #footer .desktop-footer-feed {
    display: none;
  }
  #footer .mobile-footer-feed {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  #footer .heading, #footer ul {
    text-align: center;
  }
  #footer .footer-widgets-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #footer .footer-widgets-col .col-12 {
    margin-bottom: 0 !important;
  }
  #footer .footer-widgets-col .col-12 > div {
    display: none;
    margin-bottom: 12px;
  }
  #footer .footer-widgets-col .heading {
    pointer-events: all;
    cursor: pointer;
    margin-bottom: 10px;
  }
  #footer .footer-widgets-col .heading:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 0.7rem;
    font-weight: 400;
    display: inline-block;
    margin-left: 5px;
  }
  #footer .footer-widgets-col .heading.active:after {
    content: "";
  }
  #footer .footer-logo-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0 !important;
  }
}
#footer .social-list a {
  color: #676767;
}
#footer .social-list a:hover {
  color: #5a5a5a;
}
#footer h6 {
  color: #DDBCAA;
}
#footer h6 a {
  color: #DDBCAA !important;
}
#footer #footer-videos a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#footer #footer-videos .videos-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 464px;
}
#footer #footer-videos .videos-row .footer-video {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-bottom: 17px;
}
#footer #footer-videos .videos-row .footer-video a:hover {
  opacity: 1;
}
#footer #footer-videos .videos-row .footer-video img {
  height: 143px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#footer #footer-videos .videos-row .footer-video:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 0;
  height: auto;
}
#footer #footer-videos .videos-row .footer-video:first-child img {
  height: 464px;
}
#footer #footer-videos .videos-row .footer-video:last-child {
  margin-bottom: 0;
}
#footer #footer-videos .videos-row .footer-video:not(.older-video) img {
  padding: 18px;
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  #footer #footer-videos .videos-row {
    height: 388px;
  }
  #footer #footer-videos .videos-row .footer-video img {
    height: 118px;
  }
  #footer #footer-videos .videos-row .footer-video:first-child img {
    height: 388px;
  }
}
@media (max-width: 991px) {
  #footer #footer-videos .videos-row {
    height: 287px;
  }
  #footer #footer-videos .videos-row .footer-video img {
    height: 84px;
  }
  #footer #footer-videos .videos-row .footer-video:first-child img {
    height: 287px;
  }
}
@media (max-width: 767px) {
  #footer #footer-videos .videos-row {
    display: block;
    height: auto;
  }
  #footer #footer-videos .videos-row .footer-video {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0;
  }
  #footer #footer-videos .videos-row .footer-video img {
    height: auto !important;
    width: auto !important;
    -o-object-fit: initial;
       object-fit: initial;
  }
}
#footer #footer-videos .videos-btn-row {
  margin-top: calc(1.31rem + 0.72vw);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1200px) {
  #footer #footer-videos .videos-btn-row {
    margin-top: 1.85rem;
  }
}
#footer #footer-videos .videos-btn-row a {
  margin-right: 15px;
}
@media (max-width: 767px) {
  #footer #footer-videos .videos-btn-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer #footer-videos .videos-btn-row a {
    margin-right: 0;
  }
}
#footer #footer-videos .slick-dots {
  bottom: -40px;
}
#footer #footer-newsletter {
  position: relative;
  overflow: hidden;
}
#footer #footer-newsletter .img-col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#footer #footer-newsletter .form-col {
  max-width: 725px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  #footer #footer-newsletter .form-col {
    margin-right: auto;
    margin-left: auto;
  }
}
#footer #footer-newsletter:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("/wp-content/uploads/2020/11/JH-Signature-Trans.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 76%;
  opacity: 0.5;
}
#footer #footer-newsletter .wpforms-container {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #footer #footer-newsletter .img-col {
    display: none;
  }
  #footer #footer-newsletter .form-col {
    margin-right: auto;
    margin-left: auto;
  }
  #footer #footer-newsletter:before {
    top: -7%;
    background-position: center top;
    background-size: 50%;
  }
}
@media (max-width: 767px) {
  #footer #footer-newsletter:before {
    background-size: 70%;
  }
}
#footer #footer-shop {
  border-top: 1px solid rgba(103, 103, 103, 0.5);
  margin-top: 12px;
}
#footer #footer-shop .footer-shop-inner {
  margin-top: 3px;
  border-top: 1px solid rgba(103, 103, 103, 0.5);
  padding: calc(1.3rem + 0.6vw) 0;
}
@media (min-width: 1200px) {
  #footer #footer-shop .footer-shop-inner {
    padding: 1.75rem 0;
  }
}
#footer #footer-shop .footer-shop-content-row {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  #footer #footer-shop .footer-shop-content-row .footer-shop-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  #footer #footer-shop {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #footer #footer-shop {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  #footer > .container > .row .col-12 {
    margin-bottom: 25px;
  }
  #footer > .container > .row .col-12:last-child {
    margin-bottom: 0;
  }
}

/* Copyright */
#copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #F6ECE8;
  font-size: 0.75rem;
}
#copyright .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#copyright .row .col-12:last-of-type {
  text-align: right;
}
#copyright a:hover {
  text-decoration: none;
  opacity: 0.75;
}
#copyright:after {
  display: block;
  content: "";
  clear: both;
}
#copyright .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  text-align: center;
}
#copyright .search-form .search-box,
#copyright .search-form .button {
  height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#copyright .search-form .search-box {
  background-color: #ffffff;
  font-size: 0.9rem;
}
#copyright .search-form .button {
  font-size: 0.7rem;
  min-width: 0;
}
#copyright .copyright-links {
  text-align: center;
}
@media (max-width: 767px) {
  #copyright .row .col-12 {
    text-align: center !important;
  }
  #copyright .search-form {
    margin-right: auto;
  }
}

/* Copyright */
#copyright-base {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #555656;
  color: #ffffff;
  font-size: 0.75rem;
}
#copyright-base .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#copyright-base .row .col-12:last-of-type {
  text-align: right;
}
#copyright-base a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
#copyright-base a i {
  color: #E9CEC2;
}
#copyright-base a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#copyright-base:after {
  display: block;
  content: "";
  clear: both;
}
#copyright-base .copyright-base-col {
  font-family: "Silk Serif Light Italic", Times, serif;
}
#copyright-base .copyright-base-col > * {
  display: inline-block;
}
#copyright-base .twirling-credit a img {
  opacity: 0.8;
  height: 14px;
  -webkit-transition: 0.75s all ease-in-out;
  transition: 0.75s all ease-in-out;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
#copyright-base .twirling-credit a:after {
  content: "Developed by Twirling Umbrellas";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0.3s, font-size 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out 0.3s, font-size 0.3s ease-in-out;
  margin-left: 5px;
  font-size: 0;
}
#copyright-base .twirling-credit a:hover {
  opacity: 1;
}
#copyright-base .twirling-credit a:hover img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
}
#copyright-base .twirling-credit a:hover:after {
  opacity: 1;
  font-size: 0.75rem;
}
#copyright-base .back-to-top {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}
#copyright-base .back-to-top i {
  color: #E9CEC2;
}
#copyright-base .back-to-top:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  #copyright-base .row .col-12 {
    text-align: center !important;
  }
}

.grecaptcha-badge {
  bottom: 32px !important;
  z-index: 9;
}

.woocommerce .button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff !important;
}
.woocommerce .price {
  color: #E9CEC2 !important;
}
.woocommerce .quantity .qty {
  width: 5em;
}
.woocommerce .quantity input, .woocommerce .coupon .input-text, .woocommerce .select2-selection {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  height: 32px;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.woocommerce .select2-selection__rendered {
  line-height: 1 !important;
  font-size: 0.95rem;
  padding: 0px !important;
  overflow: visible !important;
}
.woocommerce .select2-dropdown li {
  font-size: 0.95rem;
}
.woocommerce .coupon .input-text {
  height: 40px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .woocommerce .coupon .input-text {
    width: 128px !important;
  }
}
@media (min-width: 768px) {
  .woocommerce .col-left {
    float: left;
    width: 48%;
  }
  .woocommerce .col-right {
    margin-left: 2%;
    float: left;
    width: 48%;
  }
}

.woocommerce-notices-wrapper .woocommerce-message {
  border-color: #E9CEC2;
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  color: #E9CEC2;
}

.woocommerce #main-wrap ul.products {
  margin: 30px 0;
}
.woocommerce #main-wrap ul.products li {
  text-align: center;
  padding: 15px 15px 30px 15px;
  background-color: #f1f1f1;
  border-radius: 3px;
}

.woocommerce .woocommerce-tabs a, .woocommerce .woocommerce-product-gallery a {
  border-bottom: none;
}

.woocommerce .woocommerce-checkout .form-control {
  font-size: 0.95rem;
}
.woocommerce form .form-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce .product-thumbnail img {
  margin-bottom: 0px !important;
}
.woocommerce #customer_details .col-1, .woocommerce #customer_details .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0px;
  max-width: 100% !important;
}

.woocommerce .products ul,
.woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.woocommerce ul.products li.product .button {
  margin-top: auto;
  display: table;
}

.flex-viewport {
  height: 0px;
  padding-bottom: 75%;
  position: relative;
  max-height: 0px;
}

.woocommerce-MyAccount-content .col-1, .woocommerce-MyAccount-content .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0px;
  max-width: 100% !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.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;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
  Slider
*/
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/*=================================
  Previous and Next icon buttons
==================================*/
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  border-radius: 0;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #f7f7f7;
  color: 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.5;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  line-height: 1;
  color: #E9CEC2;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:focus,
.slick-next:focus {
  top: calc(50% - 1px);
}
.slick-prev .slick-prev-icon,
.slick-prev .slick-next-icon,
.slick-next .slick-prev-icon,
.slick-next .slick-next-icon {
  display: block;
  color: #E9CEC2;
  opacity: 1;
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  line-height: 1;
}

.slick-prev {
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev .slick-prev-icon:before {
  content: "";
}
[dir=rtl] .slick-prev .slick-prev-icon:before {
  content: "";
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next .slick-next-icon:before {
  content: "";
}
[dir=rtl] .slick-next .slick-next-icon:before {
  content: "";
}

/*==========================
  Slide navigation dots
===========================*/
.slick-slider {
  margin-bottom: 30px;
}
.slick-slider.slick-dotted {
  margin-bottom: 45px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -4px;
  margin-left: -4px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.slick-dots li button:hover .slick-dot-icon, .slick-dots li button:focus .slick-dot-icon {
  opacity: 1;
}
.slick-dots li button .slick-dot-icon {
  color: #E9CEC2;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slick-dots li button .slick-dot-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-family: "slick";
  font-size: 34px;
  line-height: 0.5;
  text-align: center;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
.slick-dots li.slick-active button .slick-dot-icon {
  opacity: 1;
}

/**
 Improved .sr-only class by ffoodd: https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034
 */
.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/*===========================
  Pause/play icon button
============================*/
.slick-autoplay-toggle-button {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 10;
  opacity: 1;
  background: none;
  border: 0;
  cursor: pointer;
  color: #E9CEC2;
}
.slick-autoplay-toggle-button:hover, .slick-autoplay-toggle-button:focus {
  opacity: 1;
}
.slick-autoplay-toggle-button:focus-visible .slick-pause-icon:before,
.slick-autoplay-toggle-button:focus-visible .slick-play-icon:before {
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 20px;
}
.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "";
  width: 0;
  height: 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 0;
  font-weight: normal;
  line-height: 0;
  text-align: center;
}
.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "";
  width: 0;
  height: 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 0;
  font-weight: normal;
  line-height: 0;
  text-align: center;
}

/* PRINT STYLES */
@media only print {
  h1, h2, h3, h4, h5, h6, p {
    font-family: "Open Sans";
  }

  #pull-menu,
.button {
    display: none;
  }

  #site-navigation {
    display: none;
  }

  #footer {
    display: none;
  }

  #logo {
    filter: url(inverse.svg#negative);
    -webkit-filter: invert(100%);
    filter: invert(100%);
    margin: 0.25in auto;
    width: 3in;
    height: auto;
  }

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

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

  ul, img {
    page-break-inside: avoid;
  }
}
@media only print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
@media only print {
  article a {
    font-weight: bolder;
    text-decoration: none;
  }
}
@media only print {
  article a[href^=http]:after {
    content: " <" attr(href) "> ";
  }
}
@media only print {
  article a[href^="#"]:after {
    content: "";
  }
}