/*!
Theme Name: Lime Kiln
Author: Adam Allaker
*/
@font-face {
  font-family: 'JL Jungka Book';
  src: url("JLJungka-Book.woff2") format("woff2"), url("JLJungka-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Eudald News';
  src: url("EudaldNews-Regular.woff2") format("woff2"), url("EudaldNews-Regular.woff") format("woff");
  font-display: swap; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  width: auto;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  text-decoration: none;
  font-family: "JL Jungka Book", sans-serif;
  font-weight: 400;
  -webkit-tap-highlight-color: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

strong {
  float: none;
  font-family: inherit; }

html {
  min-height: 100%;
  height: auto;
  width: 100%; }

body {
  background: #F8F2E0;
  position: relative;
  font-size: 16px;
  font-family: "JL Jungka Book", sans-serif;
  color: #E34000;
  min-height: 100%;
  width: 100%;
  overflow-y: scroll;
  float: left;
  font-weight: 400;
  margin: 0;
  padding: 0;
  quotes: '\201c' '\201d';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

ol, ul, li {
  list-style: none; }

a {
  transition: .5s;
  color: inherit;
  font-family: inherit;
  cursor: pointer;
  outline: none;
  font-family: "JL Jungka Book", sans-serif; }

a:hover {
  text-decoration: none; }

a.button {
  font-style: italic;
  font-family: "Eudald News", serif;
  font-size: 1.125em;
  padding: 10px 0;
  height: 39px;
  line-height: 39px;
  position: relative; }
  a.button::before {
    content: "";
    display: block;
    background: url("images/arrow.svg") center left/contain no-repeat;
    position: absolute;
    width: 23px;
    height: 10px;
    bottom: 12px;
    right: -30px;
    pointer-events: none;
    z-index: 1; }
  a.button::after {
    content: "";
    display: block;
    background: #F8F2E0;
    position: absolute;
    width: 35px;
    height: 20px;
    bottom: 4px;
    right: -38px;
    pointer-events: none;
    z-index: 2;
    transition: .5s; }

a.button:hover::after {
  right: -70px; }

p {
  margin-bottom: 15px;
  font-size: 1.125em;
  font-weight: 400;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  line-height: 150%; }

em {
  font-style: italic;
  font-family: inherit; }

h1, h2, h3 {
  font-family: "Eudald News", serif;
  font-size: 2.125em;
  text-transform: uppercase;
  float: left;
  width: 100%;
  margin: 0 0 25px;
  letter-spacing: 2px; }

h4, h5 {
  font-family: "Eudald News", serif;
  text-transform: uppercase;
  font-size: 1.125em;
  float: left;
  width: 100%;
  margin: 0 0 25px;
  letter-spacing: 2px; }

img {
  width: 100%;
  float: left;
  height: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0px;
  padding: 5px;
  float: left;
  width: 100%;
  margin: 10px 0;
  border: none; }

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  padding: 0 0 5px;
  margin: 0 0 5px;
  border: none; }

td, th {
  display: table-cell;
  vertical-align: inherit;
  padding: 6px 5px;
  border: 1px solid #ccc; }

::-webkit-input-placeholder {
  color: #E34000;
  opacity: 1;
  font-size: 1em;
  font-family: "JL Jungka Book", sans-serif; }

:-moz-placeholder {
  color: #E34000;
  opacity: 1;
  font-size: 1em;
  font-family: "JL Jungka Book", sans-serif; }

::-moz-placeholder {
  color: #E34000;
  opacity: 1;
  font-size: 1em;
  font-family: "JL Jungka Book", sans-serif; }

:-ms-input-placeholder {
  color: #E34000;
  opacity: 1;
  font-size: 1em;
  font-family: "JL Jungka Book", sans-serif; }

input, textarea {
  webkit-appearance: none;
  border-radius: 0;
  border: none;
  font-family: "JL Jungka Book", sans-serif; }

input:focus, select:focus, textarea:focus {
  outline: none; }

.desktop {
  display: block; }

.mobile {
  display: none; }

a.popSearch {
  display: none; }

/* main styles */
#wrapper {
  background: #F8F2E0;
  margin: 0;
  padding: 0;
  height: auto;
  overflow: hidden;
  position: relative;
  transition: opacity 0s ease 0s;
  opacity: 0;
  width: 100%; }

#wrapper.active {
  opacity: 1;
  transition: opacity 0s ease 0s; }

div.clear {
  float: left;
  width: 100%;
  clear: both;
  margin: 5px 0 10px; }

header.siteHeader {
  background: transparent;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 100%;
  height: 100px;
  transition: all 0.5s ease 0s;
  z-index: 101; }
  header.siteHeader a.logo {
    width: 342px;
    height: 44px;
    z-index: 104;
    position: absolute;
    transition: all 0.5s ease 0s;
    opacity: 1;
    top: 29px;
    left: 50%;
    transform: translateX(-50%); }
    header.siteHeader a.logo svg {
      float: left;
      width: 342px;
      height: 44px;
      margin: 0;
      transition: all 0.5s ease 0s; }
      header.siteHeader a.logo svg path {
        fill: #E34000;
        transition: all 0.5s ease 0s; }

a.menu {
  display: block;
  position: fixed;
  text-transform: uppercase;
  height: 80px;
  width: 80px;
  text-align: center;
  padding: 0;
  line-height: 80px;
  top: calc(100vh - 80px);
  font-size: 60px;
  color: #E34000;
  font-family: "Eudald News", serif;
  transform: rotate(0deg);
  transform-origin: center;
  left: 0;
  z-index: 200;
  transition: all 0.5s ease 0s; }

body.open a.menu {
  transform: rotate(45deg);
  transform-origin: center;
  color: #fff; }

div#nav {
  background: #CBA119;
  opacity: 0;
  pointer-events: none;
  float: left;
  width: 100%;
  height: 100%;
  padding: 3%;
  box-sizing: border-box;
  position: fixed;
  top: -120%;
  transition: top 2s ease 0s, opacity 0s ease 3s;
  right: 0%;
  z-index: 105; }
  div#nav nav.main {
    width: 100%;
    position: absolute;
    height: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2; }
    div#nav nav.main ul {
      display: table;
      width: 100%;
      height: calc(100vh - 360px);
      margin: 180px auto;
      position: relative; }
      div#nav nav.main ul li {
        display: block;
        margin: 0;
        padding: 0;
        position: absolute;
        width: 100%;
        height: 20%;
        transition: .5s;
        opacity: 1; }
        div#nav nav.main ul li a {
          font-size: 9vh;
          line-height: 134%;
          color: #fff;
          text-transform: uppercase;
          display: table;
          margin: 0 auto;
          text-align: center;
          letter-spacing: 5px;
          font-family: "Eudald News", serif; }
      div#nav nav.main ul li:first-child {
        top: 0; }
      div#nav nav.main ul li:nth-child(2) {
        top: 20%; }
      div#nav nav.main ul li:nth-child(3) {
        top: 40%; }
      div#nav nav.main ul li:nth-child(4) {
        top: 60%; }
      div#nav nav.main ul li:last-child {
        top: 80%; }
      div#nav nav.main ul li.fade {
        opacity: 0;
        pointer-events: none; }
      div#nav nav.main ul li.selected {
        opacity: 1;
        pointer-events: auto;
        top: 40%; }
    div#nav nav.main ul:hover li a {
      opacity: .6; }
    div#nav nav.main ul:hover li a:hover {
      opacity: 1; }
  div#nav nav.secondary {
    position: absolute;
    width: 68%;
    left: 16%;
    bottom: 30px;
    z-index: 2; }
    div#nav nav.secondary ul {
      float: left;
      width: 100%;
      display: flex;
      text-align: center; }
      div#nav nav.secondary ul li {
        display: inline-block;
        flex-grow: 1;
        white-space: nowrap; }
        div#nav nav.secondary ul li a {
          font-family: "JL Jungka Book", sans-serif;
          font-size: 1em;
          text-transform: uppercase;
          color: #fff; }
    div#nav nav.secondary ul:hover li a {
      opacity: .5; }
    div#nav nav.secondary ul:hover li a:hover {
      opacity: 1; }
  div#nav div.navImg {
    position: absolute;
    background: center/cover;
    opacity: 0;
    pointer-events: none;
    transition: .5s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  div#nav div.navImg.show {
    opacity: 1; }

body.open div#nav {
  transition: top 0s ease 0s, opacity 1s ease 0s;
  top: 0;
  opacity: 1;
  pointer-events: auto;
  z-index: 105; }

div#banner {
  float: left;
  margin: calc(100vh - 180px) 0 0 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  div#banner h1 {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 96%;
    height: 90px;
    line-height: 90px;
    text-transform: uppercase;
    transform: translateY(-50%) translateX(-50%);
    font-family: "Eudald News", serif;
    text-align: center;
    font-size: 7.5em;
    margin: 0;
    color: #E34000;
    z-index: 20;
    transition: .5s; }

div#mobileBanner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  z-index: 1; }

body.home header.siteHeader {
  height: 0; }
  body.home header.siteHeader a.logo {
    opacity: 0;
    pointer-events: none; }
body.home div#banner {
  margin: 0; }
  body.home div#banner h1 {
    background: url("images/logo.svg") center/contain no-repeat;
    height: 165px;
    line-height: 165px;
    font-size: 0;
    transition: height .5s ease 0s, width .5s ease 0s; }

body.home div#banner h1.stuck {
  background: url("images/logo.svg") center/contain no-repeat;
  height: 61px;
  line-height: 61px;
  width: 666px;
  left: 50%;
  position: fixed;
  top: 50px;
  transform: translateY(0) translateX(-50%); }

section {
  float: left;
  width: 100%;
  box-sizing: border-box;
  position: relative; }

div.content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 3% 25% 3%; }
  div.content h1 {
    font-size: 2.75em;
    float: left;
    width: 100%;
    margin: 0 0 25px;
    text-align: center; }
  div.content h2 {
    font-size: 2.75em;
    float: left;
    width: 100%;
    margin: 0 0 25px;
    text-align: center; }
  div.content h3 {
    font-size: 2.75em;
    float: left;
    width: 100%;
    margin: 0 0 25px;
    text-align: center; }
  div.content h4 {
    font-size: 1.75em;
    float: left;
    width: 100%;
    margin: 0 0 25px;
    text-align: center; }
  div.content p {
    width: 100%;
    float: left;
    text-align: center; }
  div.content a {
    color: #D29481; }
  div.content a:hover {
    color: #7D9680; }

div.content.intro {
  float: left;
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  padding: 0 18%;
  position: relative;
  display: table; }
  div.content.intro div.Vcenter {
    display: table-cell;
    vertical-align: middle; }
    div.content.intro div.Vcenter p {
      font-size: 2em;
      letter-spacing: 1px;
      line-height: 160%;
      font-family: "Eudald News", serif; }
    div.content.intro div.Vcenter p:last-of-type {
      padding-bottom: 50px;
      position: relative; }
      div.content.intro div.Vcenter p:last-of-type::after {
        background: url("images/doobryRed.svg") center/74px 17px no-repeat;
        content: "";
        display: block;
        width: 100%;
        height: 17px;
        position: absolute;
        left: 0;
        bottom: 0; }

body.page-id-88 div.content.intro, body.page-id-422 div.content.intro {
  min-height: auto;
  padding: 0 18% 15%;
  display: block; }
  body.page-id-88 div.content.intro div.Vcenter, body.page-id-422 div.content.intro div.Vcenter {
    display: block; }

div.contentBlocks {
  float: left;
  width: 100%; }
  div.contentBlocks div.block {
    float: left;
    width: 100%;
    margin: 0 0 15%;
    position: relative; }
    div.contentBlocks div.block div.contentWrap {
      background: url("images/squiggle.svg") top left/100% auto no-repeat;
      position: absolute;
      left: 22%;
      top: 0;
      width: 24%;
      padding-top: 20px;
      padding-bottom: 5px;
      max-height: 100%;
      overflow-y: auto;
      overflow-x: hidden; }
    div.contentBlocks div.block div.images {
      float: right;
      width: 50%;
      position: relative; }
      div.contentBlocks div.block div.images div.image {
        float: right;
        width: 96%;
        margin: 0;
        height: auto;
        background: center/cover; }
        div.contentBlocks div.block div.images div.image img {
          float: left;
          width: 100%;
          height: auto;
          opacity: 1;
          transition: all .5s ease .5s; }
      div.contentBlocks div.block div.images div.image.visible img {
        opacity: 1; }
  div.contentBlocks div.block.positionleft div.contentWrap, div.contentBlocks div.block:nth-of-type(even) div.contentWrap {
    left: auto;
    right: 24%; }
  div.contentBlocks div.block.positionleft div.images, div.contentBlocks div.block:nth-of-type(even) div.images {
    float: left; }
    div.contentBlocks div.block.positionleft div.images div.image, div.contentBlocks div.block:nth-of-type(even) div.images div.image {
      float: left;
      margin: 0; }
  div.contentBlocks div.block.wide1 div.images {
    width: 65%; }
  div.contentBlocks div.block.wide1 div.contentWrap {
    left: 10%;
    width: 24%; }
  div.contentBlocks div.block.wide1.positionleft div.contentWrap, div.contentBlocks div.block.wide1:nth-of-type(even) div.contentWrap {
    left: auto;
    right: 10%; }
  div.contentBlocks div.block.positioncenter div.images {
    margin-right: 10%; }
  div.contentBlocks div.block.positioncenter div.contentWrap {
    left: 14%;
    width: 24%; }

div.contentGallery {
  float: left;
  width: 96%;
  margin: 0 2% 10%;
  background: #D29481; }
  div.contentGallery div.galleryImage {
    transition: all .5s ease .5s;
    opacity: 1;
    width: 100%;
    height: 90vh;
    background: center/cover; }
  div.contentGallery button.slick-prev {
    display: none !important; }
  div.contentGallery button.slick-next {
    left: 50px;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    bottom: -50px;
    color: #E34000; }
    div.contentGallery button.slick-next::after {
      content: "\2192";
      font-family: "JL Jungka Book", sans-serif;
      display: block;
      width: 44px;
      height: 44px;
      line-height: 44px;
      position: absolute;
      font-size: 2em;
      top: -2px;
      left: -2px;
      background: #F8F2E0;
      pointer-events: none; }
  div.contentGallery ul.slick-dots {
    position: absolute;
    left: 0;
    font-size: 1.375em;
    bottom: -50px; }
    div.contentGallery ul.slick-dots li {
      padding: 0 0 7px 7px;
      font-family: "Eudald News", serif;
      text-align: center;
      width: 45px; }
    div.contentGallery ul.slick-dots li:not(.slick-active) {
      display: none;
      text-align: center; }
    div.contentGallery ul.slick-dots a {
      font-family: "Eudald News", serif; }

div.contentGallery.visible div.galleryImage {
  opacity: 1; }

div.newsletterForm {
  float: left;
  width: 100%;
  margin: 5% 0 2%; }
  div.newsletterForm h3 {
    text-align: center;
    font-size: 1.875em;
    float: left;
    width: 100%;
    margin: 0 0 30px; }
  div.newsletterForm div.wpcf7 {
    float: left;
    width: 100%;
    position: relative;
    height: 60px; }
    div.newsletterForm div.wpcf7 form {
      position: absolute;
      top: 10px;
      left: 50%;
      transform: translateX(-50%);
      width: 660px;
      max-width: 80%; }
      div.newsletterForm div.wpcf7 form span.wpcf7-form-control-wrap {
        float: left;
        width: 100%; }
        div.newsletterForm div.wpcf7 form span.wpcf7-form-control-wrap input {
          float: left;
          width: 100%;
          background: transparent;
          border: none;
          border-bottom: 1px solid #E34000;
          font-size: 1.5em;
          color: #E34000;
          font-family: "JL Jungka Book", sans-serif;
          padding: 10px 0; }
        div.newsletterForm div.wpcf7 form span.wpcf7-form-control-wrap select {
          float: left;
          width: 100%;
          margin: 0 0 40px;
          box-sizing: border-box;
          padding: 10px 5px;
          height: 50px;
          border: none;
          border-bottom: 1px solid #E34000;
          font-family: "JL Jungka Book", sans-serif;
          font-size: 1.5em;
          color: #E34000;
          background: transparent; }
          div.newsletterForm div.wpcf7 form span.wpcf7-form-control-wrap select option {
            color: #E34000; }
      div.newsletterForm div.wpcf7 form input.wpcf7-submit {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 0;
        background: transparent;
        font-size: 1.5em;
        color: #E34000;
        font-family: "JL Jungka Book", sans-serif;
        text-transform: uppercase;
        cursor: pointer;
        transition: .5s; }
      div.newsletterForm div.wpcf7 form input.wpcf7-submit:hover {
        color: #E34000; }

div.centerSlider {
  float: left;
  width: 100%;
  margin: 5% 0 10%; }
  div.centerSlider h3 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 100px; }
  div.centerSlider div.slide {
    margin: 0 40px;
    opacity: .4;
    transition: .5s; }
    div.centerSlider div.slide div.slideImage {
      float: left;
      width: 100%;
      padding-bottom: 77%;
      background: center/cover;
      margin: 0 0 10px; }
    div.centerSlider div.slide h4 {
      font-family: "JL Jungka Book", sans-serif;
      text-transform: none;
      float: left;
      width: 100%;
      margin: 0 0 20px;
      font-size: 2em; }
    div.centerSlider div.slide p {
      font-size: 1.5em; }
  div.centerSlider div.slide.slick-current {
    opacity: 1; }

div.centerSliderLarge {
  float: left;
  width: 100%;
  margin: 0 0 10%; }
  div.centerSliderLarge h3 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 100px; }
  div.centerSliderLarge div.slide {
    margin: 0 50px;
    opacity: .4;
    transition: .5s;
    text-align: center; }
    div.centerSliderLarge div.slide div.slideImage {
      float: left;
      width: 100%;
      padding-bottom: 70%;
      background: center/cover;
      margin: 0 0 10px;
      position: relative; }
      div.centerSliderLarge div.slide div.slideImage::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all .5s ease .75s;
        z-index: 2;
        opacity: 0; }
    div.centerSliderLarge div.slide h4 {
      font-family: "Eudald News", serif;
      text-transform: none;
      float: left;
      width: 100%;
      margin: 20px 0;
      font-size: 1.875em; }
    div.centerSliderLarge div.slide p {
      font-size: 1em;
      width: 70%;
      margin: 0 auto; }
  div.centerSliderLarge div.slide.slick-current {
    opacity: 1; }

div.centerSliderLarge div.slide:nth-of-type(1) div.slideImage::after {
  background-color: #CBA119; }

div.centerSliderLarge div.slide:nth-of-type(2) div.slideImage::after {
  background-color: #E34000; }

div.centerSliderLarge div.slide:nth-of-type(3) div.slideImage::after {
  background-color: #8B9AA3; }

div.centerSliderLarge div.slide:nth-of-type(4) div.slideImage::after {
  background-color: #7D9680; }

div.centerSliderLarge div.slide:nth-of-type(5) div.slideImage::after {
  background-color: #D29481; }

div.centerSliderLarge div.slide:nth-of-type(6) div.slideImage::after {
  background-color: #CBA119; }

div.centerSliderLarge div.slide:nth-of-type(7) div.slideImage::after {
  background-color: #E34000; }

div.centerSliderLarge div.slide:nth-of-type(8) div.slideImage::after {
  background-color: #8B9AA3; }

div.centerSliderLarge div.slide:nth-of-type(9) div.slideImage ::after {
  background-color: #7D9680; }

div.centerSliderLarge div.slide:nth-of-type(10) div.slideImage::after {
  background-color: #D29481; }

div.centerSliderLarge.visible div.slide div.slideImage::after {
  opacity: 0; }

div.stripImage {
  float: left;
  width: 100%;
  margin: 0 0 5%; }
  div.stripImage img {
    float: left;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center; }

div.spotlight {
  float: left;
  width: 100%;
  height: 100vh;
  margin: 0 0 10%; }
  div.spotlight div.image {
    float: left;
    width: 100%;
    height: 105vh;
    position: relative;
    background: center/cover; }
    div.spotlight div.image div.postInfo {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 4% 0 3%;
      width: 100%;
      text-align: center;
      color: #fff; }
      div.spotlight div.image div.postInfo span {
        text-transform: uppercase;
        margin: 0 0 18px;
        display: block;
        font-family: "JL Jungka Book", sans-serif;
        font-size: .75em; }
      div.spotlight div.image div.postInfo h3 {
        font-size: 2em;
        font-family: "Eudald News", serif;
        margin: 0 0 20px; }
      div.spotlight div.image div.postInfo a.postButton {
        background: url("images/doobryWhite.svg") center bottom/100% auto no-repeat;
        padding: 0 0 25px;
        border: none;
        font-family: "JL Jungka Book", sans-serif;
        font-size: 1em;
        text-transform: uppercase;
        float: left;
        margin: 20px auto 0 50%;
        transform: translateX(-50%);
        width: auto;
        color: #fff;
        transition: 0s; }
      div.spotlight div.image div.postInfo a.postButton:hover {
        background: url("images/doobryRed.svg") center bottom/100% auto no-repeat;
        color: #E34000; }

div.spotlight.event {
  background: #FDF9EC;
  float: left;
  width: 100%;
  height: 100vh;
  margin: 0 0 10%;
  position: relative; }
  div.spotlight.event div.image {
    float: left;
    width: 50%;
    height: 100vh;
    background: center/cover; }
    div.spotlight.event div.image div.postInfo {
      position: absolute;
      left: 100%;
      top: 45%;
      width: 100%;
      text-align: center;
      color: #E34000;
      margin: 0; }
      div.spotlight.event div.image div.postInfo span {
        text-transform: uppercase;
        margin: 0 0 18px;
        display: block;
        font-family: "JL Jungka Book", sans-serif;
        font-size: .75em; }
      div.spotlight.event div.image div.postInfo h3 {
        font-size: 2em;
        font-family: "Eudald News", serif;
        margin: 20px 0 20px; }
      div.spotlight.event div.image div.postInfo a.postButton {
        background: url("images/doobryRed.svg") center bottom/100% auto no-repeat;
        padding: 0 0 25px;
        border: none;
        font-family: "JL Jungka Book", sans-serif;
        font-size: 1em;
        text-transform: uppercase;
        float: left;
        margin: 20px auto 0 50%;
        transform: translateX(-50%);
        width: auto;
        color: #E34000;
        transition: 0s; }
      div.spotlight.event div.image div.postInfo a.postButton:hover {
        background: url("images/doobryGrey.svg") center bottom/100% auto no-repeat;
        color: #8B9AA3; }

div.postsMain, div.postsArchive {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 160px 80px;
  float: left;
  width: calc(100% - 80px);
  margin: 0 40px 5%; }
  div.postsMain div.post, div.postsArchive div.post {
    position: relative; }
    div.postsMain div.post div.image, div.postsArchive div.post div.image {
      float: left;
      width: 100%;
      padding-bottom: 130%;
      background: center/cover;
      margin: 0 0 30px;
      position: relative; }
      div.postsMain div.post div.image::after, div.postsArchive div.post div.image::after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        opacity: 0;
        transition: all .5s ease .5s; }
    div.postsMain div.post div.postContent, div.postsArchive div.post div.postContent {
      float: left;
      width: 100%;
      text-align: center; }
      div.postsMain div.post div.postContent h3, div.postsArchive div.post div.postContent h3 {
        font-size: 2em;
        font-family: "Eudald News", serif;
        float: left;
        width: 100%;
        margin: 0 0 20px; }
      div.postsMain div.post div.postContent h5, div.postsArchive div.post div.postContent h5 {
        font-size: 1em;
        font-family: "Eudald News", serif;
        float: left;
        width: 100%;
        margin: 0 0 20px; }
      div.postsMain div.post div.postContent p, div.postsArchive div.post div.postContent p {
        font-size: 1em;
        font-family: "JL Jungka Book", sans-serif;
        float: left;
        width: 90%;
        margin: 0 0 20px;
        padding: 0 10% 0 0; }
      div.postsMain div.post div.postContent a.postButton, div.postsArchive div.post div.postContent a.postButton {
        background: url("images/doobryRed.svg") center bottom/100% auto no-repeat;
        padding: 0 0 25px;
        border: none;
        font-family: "JL Jungka Book", sans-serif;
        font-size: 1em;
        text-transform: uppercase;
        float: left;
        margin: 20px auto 0 50%;
        transform: translateX(-50%);
        width: auto;
        color: #E34000;
        transition: 0s; }
      div.postsMain div.post div.postContent a.postButton:hover, div.postsArchive div.post div.postContent a.postButton:hover {
        background: url("images/doobryGrey.svg") center bottom/100% auto no-repeat;
        color: #8B9AA3; }
  div.postsMain div.post:first-of-type, div.postsArchive div.post:first-of-type {
    grid-column-start: 1;
    grid-column-end: span 1;
    grid-row-start: 1;
    grid-row-end: span 1; }
    div.postsMain div.post:first-of-type div.image::after, div.postsArchive div.post:first-of-type div.image::after {
      background-color: #E34000; }
  div.postsMain div.post:nth-of-type(2), div.postsArchive div.post:nth-of-type(2) {
    grid-column-start: 2;
    grid-column-end: span 1;
    grid-row-start: 1;
    grid-row-end: span 1; }
    div.postsMain div.post:nth-of-type(2) div.image::after, div.postsArchive div.post:nth-of-type(2) div.image::after {
      background-color: #CBA119; }
  div.postsMain div.post:nth-of-type(3), div.postsArchive div.post:nth-of-type(3) {
    grid-column-start: 3;
    grid-column-end: span 1;
    grid-row-start: 1;
    grid-row-end: span 1; }
    div.postsMain div.post:nth-of-type(3) div.image::after, div.postsArchive div.post:nth-of-type(3) div.image::after {
      background-color: #7D9680; }
  div.postsMain div.post:nth-of-type(4), div.postsArchive div.post:nth-of-type(4) {
    grid-column-start: 1;
    grid-column-end: span 1;
    grid-row-start: 2;
    grid-row-end: span 1; }
    div.postsMain div.post:nth-of-type(4) div.image::after, div.postsArchive div.post:nth-of-type(4) div.image::after {
      background-color: #E34000; }
  div.postsMain div.post:nth-of-type(5), div.postsArchive div.post:nth-of-type(5) {
    grid-column-start: 2;
    grid-column-end: span 1;
    grid-row-start: 2;
    grid-row-end: span 1; }
    div.postsMain div.post:nth-of-type(5) div.image::after, div.postsArchive div.post:nth-of-type(5) div.image::after {
      background-color: #CBA119; }
  div.postsMain div.post:nth-of-type(6), div.postsArchive div.post:nth-of-type(6) {
    grid-column-start: 3;
    grid-column-end: span 1;
    grid-row-start: 2;
    grid-row-end: span 1; }
    div.postsMain div.post:nth-of-type(6) div.image::after, div.postsArchive div.post:nth-of-type(6) div.image::after {
      background-color: #7D9680; }
  div.postsMain div.post.visible div.image::after, div.postsArchive div.post.visible div.image::after {
    opacity: 0; }

section.morePosts {
  background: #EAE4D0;
  float: left;
  width: 100%;
  padding: 4% 4% 8%;
  box-sizing: border-box; }
  section.morePosts > h5 {
    text-align: center;
    font-family: "JL Jungka Book", sans-serif;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin: 0 0 60px; }

a.postButton {
  background: url("images/doobryRed.svg") center bottom/100% auto no-repeat;
  padding: 0 0 25px;
  border: none;
  font-family: "JL Jungka Book", sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  float: left;
  margin: 20px auto 0 50%;
  transform: translateX(-50%);
  width: auto;
  color: #E34000;
  transition: 0s; }

a.postButton:hover {
  background: url("images/doobryGrey.svg") center bottom/100% auto no-repeat;
  color: #8B9AA3; }

div.postSingle {
  float: left;
  width: 72%;
  margin: 5% 14%; }
  div.postSingle div.postHead {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10% 10% 14%; }
    div.postSingle div.postHead h1 {
      font-family: "Eudald News", serif;
      font-size: 6.5em;
      float: left;
      width: 80%;
      margin: 0 10%;
      text-align: center; }
    div.postSingle div.postHead h5 {
      text-align: center; }
  div.postSingle div.mainImage {
    float: left;
    width: 100%;
    padding-bottom: 60%;
    background: center/cover;
    margin: 0; }
  div.postSingle div.postTextContent {
    float: left;
    width: 90%;
    margin: 5%; }
    div.postSingle div.postTextContent h2, div.postSingle div.postTextContent h3, div.postSingle div.postTextContent h4 {
      font-family: "Eudald News", serif;
      font-size: 1.875em;
      float: left;
      width: 100%;
      margin: 0 0 20px; }
    div.postSingle div.postTextContent p {
      font-size: 1em;
      float: left;
      width: 80%;
      margin: 0 10% 15px; }
      div.postSingle div.postTextContent p b, div.postSingle div.postTextContent p strong {
        font-weight: 700; }
      div.postSingle div.postTextContent p a {
        text-decoration: underline; }
    div.postSingle div.postTextContent ul {
      float: left;
      width: 100%;
      margin: 10px 0;
      list-style: disc inside; }
      div.postSingle div.postTextContent ul li {
        list-style: disc inside;
        font-size: 1.5em;
        font-family: "JL Jungka Book", sans-serif;
        margin: 0 0 10px;
        color: #E34000; }
  div.postSingle div.postTwoColsContent {
    float: left;
    width: 90%;
    margin: 5%; }
    div.postSingle div.postTwoColsContent h2, div.postSingle div.postTwoColsContent h3, div.postSingle div.postTwoColsContent h4 {
      font-family: "Eudald News", serif;
      font-size: 1.875em;
      float: left;
      width: 100%;
      margin: 0 0 10px; }
    div.postSingle div.postTwoColsContent p {
      font-size: 1em;
      float: left;
      width: 100%; }
    div.postSingle div.postTwoColsContent ul {
      float: left;
      width: 100%;
      margin: 10px 0;
      list-style: disc inside; }
      div.postSingle div.postTwoColsContent ul li {
        list-style: disc inside;
        font-size: 1.5em;
        font-family: "JL Jungka Book", sans-serif;
        margin: 0 0 10px;
        color: #E34000; }
    div.postSingle div.postTwoColsContent div.quote {
      float: left;
      width: 44%;
      margin: 0 2% 0 4%; }
      div.postSingle div.postTwoColsContent div.quote p {
        font-size: 2em;
        font-family: "Eudald News", serif;
        font-style: italic; }
    div.postSingle div.postTwoColsContent div.colsContent {
      float: left;
      width: 48%;
      margin: 0 0 0 2%; }
  div.postSingle div.postImgTwin {
    float: left;
    width: 100%;
    margin: 0; }
    div.postSingle div.postImgTwin div.img {
      float: left;
      width: 48%;
      padding-bottom: 33%;
      background: center/cover;
      margin: 0 2% 0 0; }
    div.postSingle div.postImgTwin div.img:nth-of-type(2) {
      margin: 0 0 0 2%; }
  div.postSingle p.credits {
    float: left;
    width: 100%;
    margin: 0;
    font-size: .875em;
    color: #8B9AA3;
    font-family: "Eudald News", serif;
    font-style: italic; }
  div.postSingle a.back {
    padding: 10px 0;
    border: 1px solid #E34000;
    font-family: "Eudald News", serif;
    font-size: 1em;
    float: left;
    width: 200px;
    text-align: center;
    margin: 80px auto 20px 50%;
    transform: translateX(-50%); }
  div.postSingle a.back:hover {
    background: #E34000;
    color: #F8F2E0; }
  div.postSingle a.back:nth-of-type(2) {
    margin: 0 auto -100px 50%; }

div#popForm {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: 1s;
  background: #F8F2E0;
  z-index: 500; }
  div#popForm div.formWrap {
    position: absolute;
    width: 80%;
    height: auto;
    left: 10%;
    top: 50%;
    transform: translateY(-50%); }
  div#popForm a.popForm {
    position: absolute;
    top: 40px;
    right: 40px;
    font-family: "Eudald News", serif;
    font-size: 2em; }
  div#popForm h1 {
    font-size: 2em;
    float: left;
    width: 96%;
    margin: 0 2%; }
  div#popForm form {
    float: left;
    width: 100%; }
    div#popForm form input {
      float: left;
      width: 46%;
      margin: 2%;
      font-family: "JL Jungka Book", sans-serif;
      color: #E34000;
      background: transparent;
      box-sizing: border-box;
      padding: 15px 0;
      border: none;
      border-bottom: 1px solid #E34000;
      font-size: 2em; }
    div#popForm form input.wpcf7-submit {
      padding: 10px 20px;
      border: 1px solid #E34000;
      font-family: "Eudald News", serif;
      font-size: 1em;
      float: left;
      margin: 80px auto -80px 50%;
      transform: translateX(-50%);
      cursor: pointer;
      width: auto;
      color: #E34000; }
    div#popForm form input.wpcf7-submit:hover {
      background: #E34000;
      color: #F8F2E0; }

div#popForm.open {
  top: 0;
  opacity: 1; }

div.textContent {
  text-align: center;
  float: left;
  width: 100%;
  margin: 3% 0; }
  div.textContent p {
    font-size: 1.5em;
    width: 800px;
    max-width: 80%;
    margin: 0 auto 15px; }
  div.textContent a.button::before {
    display: none; }
  div.textContent a.button::after {
    display: none; }

div.bannerTitle {
  position: relative;
  width: 100%;
  height: calc(100vh - 360px);
  margin: 80px auto 180px;
  float: left;
  transition: 1s ease 1.5s; }
  div.bannerTitle h1 {
    text-align: center;
    position: absolute;
    height: 20%;
    width: 100%;
    font-family: "Eudald News", serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 9vh;
    top: 40%;
    z-index: 100; }
  div.bannerTitle h1.stuck {
    position: fixed;
    top: 0; }

div.bannerTitle.shrink {
  margin: 80px auto 100px; }

div.textPage {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10% 25%;
  height: auto;
  min-height: calc(100vh - 175px);
  opacity: 0;
  transition: all 1s ease 2.5s;
  text-align: center; }
  div.textPage p {
    font-size: 1.625em; }
  div.textPage p:first-of-type {
    font-size: 2.125em;
    padding: 0 4%; }

.active div.textPage {
  opacity: 1; }

div#gallery {
  float: left;
  width: 100%;
  margin: 8% 0; }
  div#gallery div.image {
    position: relative; }
    div#gallery div.image img {
      object-fit: cover;
      float: left;
      width: 100%;
      height: 100%;
      opacity: 1;
      transition: all .5s ease .5s; }
    div#gallery div.image span {
      position: absolute;
      bottom: 10px;
      right: 10px;
      color: #fff;
      font-family: "JL Jungka Book", sans-serif;
      font-size: .8em;
      text-transform: uppercase; }
  div#gallery div.image.visible img {
    opacity: 1; }
  div#gallery div.image:nth-child(1) {
    background: #CBA119;
    width: 60%;
    height: 75vh;
    float: right;
    margin: 0 0 10% 40%; }
  div#gallery div.image:nth-child(2) {
    background: #8B9AA3;
    float: right;
    width: 100%;
    height: 100vh;
    margin: 0 0 10%; }
  div#gallery div.image:nth-child(3) {
    background: #E34000;
    float: left;
    height: 65vh;
    margin: 5% 7% 10% 7%;
    width: 26%; }
  div#gallery div.image:nth-child(4) {
    background: #CBA119;
    float: left;
    width: 60%;
    margin: 0 0 10% 0;
    height: 75vh; }
  div#gallery div.image:nth-child(5) {
    background: #D29481;
    float: right;
    margin: 0% 7% 10% 77%;
    width: 26%;
    height: 65vh; }
  div#gallery div.image:nth-child(6) {
    background: #7D9680;
    float: left;
    height: 75vh;
    margin: 0% 40% 10% 0; }
  div#gallery div.image:nth-child(7) {
    background: #8B9AA3;
    float: right;
    height: 100vh;
    width: 100%;
    margin: 0 0 10%; }
  div#gallery div.image:nth-child(8) {
    background: #E34000;
    float: left;
    height: 65vh;
    margin: 5% 7% 10% 7%;
    width: 26%; }
  div#gallery div.image:nth-child(9) {
    background: #CBA119;
    float: left;
    width: 60%;
    margin: 0 0 10% 0;
    height: 75vh; }
  div#gallery div.image:nth-child(10) {
    background: #D29481;
    float: right;
    margin: 0% 7% 10% 77%;
    width: 26%;
    height: 65vh; }
  div#gallery div.image:nth-child(11) {
    background: #7D9680;
    float: left;
    height: 75vh;
    margin: 0% 40% 10% 0; }

div.galPag {
  display: table;
  margin: 0 auto 150px;
  font-size: 1.625em;
  letter-spacing: 2px;
  text-transform: uppercase; }

div#rates {
  float: left;
  width: calc(100% - 80px);
  margin: 0 40px 10%;
  position: relative; }
  div#rates div.ratesHalf {
    float: left;
    width: 42%;
    margin: 0 4%; }
    div#rates div.ratesHalf h2 {
      float: left;
      width: 100%;
      margin: 0 0 30px;
      font-size: 2em; }
    div#rates div.ratesHalf h3, div#rates div.ratesHalf h4 {
      font-size: 2em;
      margin: 10px 0 20px;
      float: left;
      width: 100%; }
    div#rates div.ratesHalf p {
      float: left;
      width: 100%; }
    div#rates div.ratesHalf ul {
      float: left;
      width: 100%;
      margin: 0; }
      div#rates div.ratesHalf ul li {
        font-size: 1em;
        list-style: disc;
        list-style-position: outside;
        margin: 0 0 5px 25px; }
    div#rates div.ratesHalf div.rateDetails {
      float: left;
      width: 100%; }
      div#rates div.ratesHalf div.rateDetails div.rateData {
        float: left;
        width: 100%;
        margin: 0 0 65px;
        display: grid;
        grid-template-columns: 25% 25% 25% 25%; }
        div#rates div.ratesHalf div.rateDetails div.rateData div {
          margin: 0 0 8px; }
        div#rates div.ratesHalf div.rateDetails div.rateData div.heading {
          border-bottom: 1px solid #E34000;
          font-size: 1em;
          font-family: "Eudald News", serif;
          padding: 0 0 10px;
          margin: 0 0 20px;
          letter-spacing: 1px; }

div.contactContent {
  float: left;
  width: 25%;
  margin: 0 5% 10%;
  padding-right: 5%; }
  div.contactContent h2 {
    float: left;
    width: 100%;
    font-size: 1.5em;
    margin: 0 0 20px; }
  div.contactContent h3 {
    float: left;
    width: 100%;
    font-size: 1.5em;
    margin: 35px 0 20px; }
  div.contactContent p {
    font-size: 1em; }
    div.contactContent p a {
      font-size: 1em; }
    div.contactContent p a.tel {
      margin-top: 10px;
      display: inline-block; }

div.contactForm {
  float: left;
  width: 55%;
  margin: 0 3% 10% 1%; }
  div.contactForm form {
    float: left;
    width: 100%; }
    div.contactForm form span.wpcf7-form-control-wrap {
      float: left;
      width: 46%;
      margin: 0 4% 20px 0;
      position: relative; }
    div.contactForm form div.wide span.wpcf7-form-control-wrap {
      float: left;
      width: 96%;
      margin: 0 4% 30px 0;
      position: relative; }
    div.contactForm form input {
      float: left;
      width: 100%;
      margin: 0;
      font-family: "JL Jungka Book", sans-serif;
      color: #E34000;
      background: transparent;
      box-sizing: border-box;
      padding: 10px 0;
      border: none;
      border-bottom: 1px solid #E34000;
      font-size: 1em; }
    div.contactForm form select {
      float: left;
      width: 100%;
      margin: 0 0 40px;
      box-sizing: border-box;
      padding: 10px 5px;
      height: 40px;
      border: none;
      border-bottom: 1px solid #E34000;
      font-family: "JL Jungka Book", sans-serif;
      font-size: 1em;
      color: #E34000;
      background: transparent; }
      div.contactForm form select option {
        color: #E34000; }
    div.contactForm form textarea {
      float: left;
      width: 100%;
      margin: 0;
      font-family: "JL Jungka Book", sans-serif;
      height: 160px;
      color: #E34000;
      background: transparent;
      box-sizing: border-box;
      padding: 15px 0;
      border: none;
      border-bottom: 1px solid #E34000;
      font-size: 1em; }
    div.contactForm form input.wpcf7-submit {
      background: url("images/doobryRed.svg") center bottom/100% auto no-repeat;
      padding: 0 0 18px;
      border: none;
      font-family: "JL Jungka Book", sans-serif;
      font-size: 1em;
      text-transform: uppercase;
      float: left;
      margin: 20px auto 0 50%;
      transform: translateX(-50%);
      cursor: pointer;
      width: auto;
      color: #E34000;
      transition: .5s; }
    div.contactForm form input.wpcf7-submit:hover {
      background: url("images/doobryGrey.svg") center bottom/100% auto no-repeat;
      color: #8B9AA3; }

div.wpcf7 .ajax-loader, div.grecaptcha-badge {
  display: none !important; }

div.contactForm div.wpcf7 form.sent div.wpcf7-response-output {
  display: block;
  float: right;
  border: 1.5px solid #E34000 !important; }

div.newsletterForm div.wpcf7 form.sent div.wpcf7-response-output {
  display: block;
  float: right;
  border: 1.5px solid #E34000 !important; }

span.wpcf7-not-valid-tip {
  color: #E34000;
  font-size: 1em;
  font-weight: normal;
  display: block;
  pointer-events: none;
  right: 0;
  position: absolute;
  top: 15px; }

div#faqWrap {
  float: left;
  width: 78%;
  margin: 5% 11%; }
  div#faqWrap div.faq {
    float: left;
    width: 100%;
    border-top: 1px solid #E34000;
    border-bottom: 1px solid #E34000;
    margin: -1px 0 0;
    transition: 1s;
    height: auto;
    max-height: 50px;
    overflow: hidden; }
    div#faqWrap div.faq a {
      padding: 16px 0;
      float: left;
      width: 100%;
      display: block;
      color: #E34000;
      font-family: "Eudald News", serif;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 20px; }
    div#faqWrap div.faq p {
      float: left;
      width: 100%;
      margin: 24px 0; }
  div#faqWrap div.faq:hover, div#faqWrap div.faq:hover + div.faq {
    border-top: 1px solid #E34000; }
  div#faqWrap div.faq:last-of-type:hover {
    border-top: 1px solid #E34000;
    border-bottom: 1px solid #E34000; }
  div#faqWrap div.faq.selected {
    max-height: 500px; }

div.loginContent {
  float: left;
  width: 80%;
  padding: 0 10% 10%;
  text-align: center; }
  div.loginContent form.post-password-form {
    float: left;
    width: 580px;
    margin: 0 0 0 50%;
    transform: translateX(-50%); }
    div.loginContent form.post-password-form p:first-of-type {
      font-size: 1.5em;
      float: left;
      width: 90%;
      padding: 5%;
      margin: 0 0 70px; }
    div.loginContent form.post-password-form label {
      float: left;
      width: 100%;
      box-sizing: border-box;
      padding: 3px 0;
      text-align: left;
      color: #E34000;
      font-family: "JL Jungka Book", sans-serif;
      font-size: 1em;
      margin: 5% 0;
      position: relative;
      border-bottom: 1px solid #E34000;
      margin: 0 0 80px; }
      div.loginContent form.post-password-form label input {
        background: transparent;
        color: #E34000;
        font-size: 1em;
        font-family: "JL Jungka Book", sans-serif; }
    div.loginContent form.post-password-form input[type=submit] {
      color: #E34000;
      background: transparent;
      font-family: "Eudald News", serif;
      letter-spacing: 1px;
      font-size: 16px;
      padding: 10px 60px;
      border: 2px solid #E34000;
      cursor: pointer;
      transition: .5s;
      margin: 0 0 40px; }
    div.loginContent form.post-password-form input[type=submit]:hover {
      background: #E34000;
      color: #F8F2E0; }

div#resources {
  float: left;
  width: 94%;
  margin: 6% 3%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px 0; }
  div#resources > div {
    border-bottom: 1px solid #a1a1a1;
    padding: 0 0 35px; }
    div#resources > div div.resourceImg {
      float: left;
      width: 33%;
      padding-bottom: 33%;
      background: center/cover; }
    div#resources > div div.resourceDetails {
      float: left;
      width: 63%;
      padding: 0 0 0 3%; }
      div#resources > div div.resourceDetails h3 {
        font-family: "Eudald News", serif;
        font-size: 1.625em;
        letter-spacing: 0;
        margin: 0 0 15px;
        float: left;
        clear: left; }
      div#resources > div div.resourceDetails a {
        color: #000;
        font-family: "JL Jungka Book", sans-serif;
        text-transform: uppercase;
        margin: 0 0 5px;
        font-size: .8em;
        float: left;
        clear: left; }
      div#resources > div div.resourceDetails a:hover {
        color: #E34000; }

#cookie-notice .cn-button {
  margin: 10px;
  padding: 10px;
  background: #E34000;
  border-radius: 50%;
  font-family: "Eudald News", serif; }

div.featureLinkSection {
  float: left;
  width: 86%;
  margin: 5% 7% 0;
  text-align: center; }
  div.featureLinkSection h3 {
    font-size: 1.5em;
    font-family: "Eudald News", serif;
    float: left;
    width: 100%;
    margin: 0 0 30px; }
  div.featureLinkSection div.featurelinks {
    display: grid;
    grid-gap: 80px;
    float: left;
    width: 100%; }
    div.featureLinkSection div.featurelinks > div {
      position: relative; }
      div.featureLinkSection div.featurelinks > div div.mobile {
        display: block;
        background: center/cover;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 1;
        transition: .5s; }
      div.featureLinkSection div.featurelinks > div a {
        font-size: 5em;
        padding: 50% 10%;
        display: block;
        font-family: "JL Jungka Book", sans-serif;
        color: #E34000;
        text-align: center;
        opacity: 1;
        position: relative;
        z-index: 2; }
    div.featureLinkSection div.featurelinks > div:hover div.mobile {
      opacity: 1; }
    div.featureLinkSection div.featurelinks > div:hover a {
      opacity: 0; }
  div.featureLinkSection div.featurelinks.two {
    grid-template-columns: repeat(2, 1fr); }
  div.featureLinkSection div.featurelinks.three {
    grid-template-columns: repeat(3, 1fr); }
  div.featureLinkSection div.featurelinks.four {
    grid-template-columns: repeat(4, 1fr); }

footer {
  float: left;
  width: 100%; }
  footer div#footer {
    background: url("images/device.svg") 98% 14%/92px 78px no-repeat #8B9AA3;
    position: relative;
    color: #F8F2E0;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 4% 2%;
    font-family: "Eudald News", serif; }
    footer div#footer::before {
      content: "";
      display: block;
      position: absolute;
      top: -6px;
      left: 0;
      width: 100%;
      height: 14px;
      background: url("images/footerSquiggle.svg") top left/100% 14px no-repeat; }
    footer div#footer p {
      font-family: "Eudald News", serif;
      font-size: .875em;
      margin: 0 0 20px; }
    footer div#footer div.footContact, footer div#footer div.newsLetter {
      height: 440px;
      height: auto;
      position: relative;
      float: left;
      width: auto;
      max-width: 350px;
      margin: 0 5% 0 0; }
      footer div#footer div.footContact h3, footer div#footer div.newsLetter h3 {
        text-transform: uppercase;
        font-size: 1.25em;
        letter-spacing: 2px; }
      footer div#footer div.footContact p.small, footer div#footer div.newsLetter p.small {
        position: relative;
        left: 0;
        bottom: 0;
        margin: 0; }
      footer div#footer div.footContact form, footer div#footer div.newsLetter form {
        float: left;
        width: 100%;
        position: relative; }
        footer div#footer div.footContact form ::-webkit-input-placeholder, footer div#footer div.newsLetter form ::-webkit-input-placeholder {
          font-family: "Eudald News", serif;
          color: #F8F2E0; }
        footer div#footer div.footContact form :-moz-placeholder, footer div#footer div.newsLetter form :-moz-placeholder {
          font-family: "Eudald News", serif;
          color: #F8F2E0; }
        footer div#footer div.footContact form ::-moz-placeholder, footer div#footer div.newsLetter form ::-moz-placeholder {
          font-family: "Eudald News", serif;
          color: #F8F2E0; }
        footer div#footer div.footContact form :-ms-input-placeholder, footer div#footer div.newsLetter form :-ms-input-placeholder {
          font-family: "Eudald News", serif;
          color: #F8F2E0; }
        footer div#footer div.footContact form input, footer div#footer div.newsLetter form input {
          padding: 5px 0 10px;
          float: left;
          width: 100%;
          background: transparent;
          border-bottom: 1px solid #F8F2E0; }
        footer div#footer div.footContact form input.wpcf7-submit, footer div#footer div.newsLetter form input.wpcf7-submit {
          position: absolute;
          border: none;
          top: 0;
          right: 0;
          cursor: pointer;
          text-transform: uppercase;
          font-family: "JL Jungka Book", sans-serif;
          color: #F8F2E0;
          width: auto; }
    footer div#footer div.newsLetter {
      display: none; }
    footer div#footer div.footNav {
      position: absolute;
      right: 2%;
      bottom: 14%;
      width: 45%; }
      footer div#footer div.footNav ul {
        float: left;
        width: 100%;
        display: flex;
        text-align: center; }
        footer div#footer div.footNav ul li {
          display: inline-block;
          flex-grow: 1;
          white-space: nowrap; }
          footer div#footer div.footNav ul li a {
            font-family: "JL Jungka Book", sans-serif;
            font-size: .9em;
            text-transform: uppercase;
            color: #F8F2E0; }
      footer div#footer div.footNav ul:hover li a {
        opacity: .5; }
      footer div#footer div.footNav ul:hover li a:hover {
        opacity: 1; }

/*************** non hd desktop Styles *****************/
@media screen and (max-width: 1700px) {
  body {
    font-size: 14px; } }
/*************** smaller display Styles *****************/
@media screen and (max-width: 1500px) {
  body {
    font-size: 14px; }

  div#nav nav.main ul {
    height: calc(100vh - 240px);
    margin: 120px auto; }

  body.home div#banner h1.stuck {
    height: 50px;
    line-height: 50px;
    width: 500px;
    left: 50%;
    top: 40px; }

  div.centerSliderLarge div.slide {
    margin: 0 30px; } }
/*************** tablet landscape display Styles *****************/
@media screen and (max-width: 1300px) {
  body {
    font-size: 12px;
    padding: 0; }

  div#nav nav.main ul li a {
    font-size: 8vh;
    line-height: 130%; }

  div.spotlight div.image div.postInfo h3 {
    margin: 0 0 0; }

  div.postsMain, div.postsArchive {
    grid-gap: 100px 50px; } }
/*************** tablet portrait Styles *****************/
@media screen and (max-width: 820px) {
  body {
    background-size: 20% auto !important;
    font-size: 12px;
    height: 100vh;
    position: relative; }

  .desktop {
    display: none !important; }

  .mobile {
    display: block !important; }

  header.siteHeader {
    background: #E34000;
    width: 100%;
    height: 90px;
    position: fixed;
    z-index: 200; }
    header.siteHeader::after {
      display: block;
      content: "";
      width: 100%;
      height: 12px;
      background: url("images/squiggle.svg") center bottom/cover;
      left: 0;
      bottom: -11px;
      position: absolute; }
    header.siteHeader a.logo {
      width: 224px;
      height: 20px;
      top: 36px; }
      header.siteHeader a.logo svg {
        float: left;
        width: 224px;
        height: 20px; }
        header.siteHeader a.logo svg path {
          fill: #F8F2E0; }

  div#nav {
    top: 0;
    opacity: 0;
    transition: .5s; }

  body.home header.siteHeader {
    top: auto;
    bottom: -90px;
    left: 0;
    width: 100%;
    height: 90px;
    position: absolute;
    transition: 0; }
    body.home header.siteHeader a.logo {
      opacity: 1;
      pointer-events: none; }

  body.home header.siteHeader.stuck, body.open header.siteHeader {
    top: 0;
    bottom: auto;
    position: fixed; }

  body.home div#banner h1.stuck {
    height: 165px;
    line-height: 165px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 96%;
    transition: .5s;
    transform: translateY(-50%) translateX(-50%); }

  a.menu {
    position: absolute;
    height: 60px;
    width: 60px;
    font-size: 0;
    top: 15px;
    right: 15px;
    left: auto;
    z-index: 200;
    transition: all 0.5s ease 0s; }
    a.menu span {
      display: block;
      width: 20px;
      height: 1px;
      background: #F8F2E0;
      position: absolute;
      left: 20px;
      top: 22px;
      transition: .5s;
      z-index: 201; }
    a.menu span:nth-child(2) {
      top: 30px; }
    a.menu span:nth-child(3) {
      top: 38px; }

  body.open header.siteHeader {
    background: #CBA119;
    transition: background .5s ease 0; }
    body.open header.siteHeader::after {
      opacity: 0;
      transition: .5s; }
  body.open a.menu {
    transform: rotate(0);
    transform-origin: center;
    color: #fff; }
    body.open a.menu span {
      transform: rotate(45deg);
      top: 30px; }
    body.open a.menu span:nth-child(2) {
      transform: rotate(0);
      left: 30px;
      width: 0; }
    body.open a.menu span:nth-child(3) {
      transform: rotate(-45deg);
      top: 30px; }
  body.open div#nav {
    top: 0;
    opacity: 1;
    transition: .5s; }

  div#nav nav.main ul {
    height: calc(100vh - 400px);
    margin: 200px auto; }

  div#nav nav.main ul li a {
    font-size: 5vh;
    line-height: 130%; }

  div.bannerTitle {
    height: calc(100vh - 260px);
    margin: 80px auto 180px; }

  div.bannerTitle h1 {
    font-size: 5vh;
    top: 48%; }

  div.content.intro {
    float: left;
    width: 100%;
    min-height: auto;
    box-sizing: border-box;
    padding: 10% 15%;
    position: relative;
    display: block; }

  div.content.intro div.Vcenter {
    display: block;
    vertical-align: initial;
    float: left;
    width: 100%; }

  body.home div.content.intro {
    padding: 25% 15% 15%; }

  div.contentBlocks {
    width: 90%;
    margin: 0 5%; }

  div.contentBlocks div.block div.images {
    width: 100%; }

  div.contentBlocks div.block div.images div.image {
    width: 100%;
    margin: 0;
    height: auto; }

  div.contentBlocks div.block.wide1 div.images {
    width: 100%; }

  div.contentBlocks div.block.positioncenter div.images {
    margin-right: 0; }

  div.contentBlocks div.block div.images div.image img {
    height: auto;
    object-fit: cover;
    object-position: center; }

  div.contentBlocks div.block div.contentWrap {
    background: none;
    position: relative;
    left: auto;
    top: auto;
    width: 60%;
    padding-top: 50px;
    padding-bottom: 0;
    max-height: inherit;
    height: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    float: left;
    margin: 0 20%;
    text-align: center; }

  div.contentBlocks div.block.wide1.positionleft div.contentWrap, div.contentBlocks div.block.wide1:nth-of-type(2n) div.contentWrap, div.contentBlocks div.block.positionleft div.contentWrap, div.contentBlocks div.block:nth-of-type(2n) div.contentWrap, div.contentBlocks div.block.positioncenter div.contentWrap, div.contentBlocks div.block.wide1 div.contentWrap {
    left: auto;
    right: auto;
    width: 60%; }

  div.contentGallery {
    float: left;
    width: 90%;
    margin: 0 5% 15%;
    background: #D29481; }

  a.button {
    background: url("images/squiggle.svg") center bottom/300px 20px no-repeat;
    padding: 10px 0 20px;
    height: 25px;
    line-height: 25px;
    position: relative;
    display: inline-block; }

  div.stripImage {
    width: 90%;
    margin: 0 5% 5%; }

  div#gallery {
    float: left;
    width: 90%;
    margin: 8% 5%; }

  div#gallery div.image {
    width: 100% !important;
    height: auto !important;
    float: left !important;
    margin: 0 0 10% !important; }

  div#gallery div.image img {
    object-fit: unset;
    float: left;
    width: 100%;
    height: auto; }

  div#rates div.ratesHalf {
    width: 92%;
    margin: 0 4% 10%; }

  div.contactContent {
    width: 90%;
    margin: 0 5% 10%;
    padding-right: 0; }

  div.contactForm {
    width: 90%;
    margin: 0 5% 10%; }

  div.spotlight {
    width: 90%;
    height: 50vh;
    margin: 0 5% 10%; }

  div.spotlight div.image {
    height: 50vh; }

  div.spotlight.event {
    width: 90%;
    height: auto;
    margin: 0 5% 10%;
    position: relative; }

  div.spotlight.event div.image {
    width: 100%;
    height: 45vh;
    margin-bottom: 30vh; }

  div.spotlight.event div.image div.postInfo {
    left: 0;
    top: 110%;
    width: 100%; }

  div.spotlight.event div.image div.postInfo span {
    font-size: 1em; }

  div.postsMain, div.postsArchive {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 80px;
    width: 90%;
    margin: 0 5% 15%; }

  div.postsMain div.post, div.postsArchive div.post {
    grid-column-start: 1 !important;
    grid-column-end: span 1 !important;
    grid-row-start: auto !important;
    grid-row-end: span 1 !important; }

  div.postsMain div.post div.postContent h3, div.postsArchive div.post div.postContent h3, div.postsMain div.post div.postContent h5, div.postsArchive div.post div.postContent h5, div.postsMain div.post div.postContent p, div.postsArchive div.post div.postContent p {
    width: 90%;
    margin: 0 5% 20px;
    padding: 0; }

  div.postSingle {
    float: left;
    width: 90%;
    margin: 15% 5%; }

  div.postSingle div.postHead h1 {
    float: left;
    width: 100%;
    margin: 0; }

  section.morePosts {
    padding: 8% 4% 8%; }

  div#resources {
    width: 90%;
    margin: 23% 5% 15%;
    grid-template-columns: 1fr;
    grid-gap: 80px; }

  div#resources > div {
    border-bottom: none;
    padding: 0 0 35px; }

  div#resources > div div.resourceImg {
    width: 100%;
    padding-bottom: 60%;
    margin: 0 0 20px; }

  div#resources > div div.resourceDetails {
    float: left;
    width: 90%;
    padding: 0; }

  footer div#footer::before {
    background: url("images/footerSquiggle.svg") top center/250% 14px no-repeat; }

  footer div#footer {
    background: url("images/device.svg") 95% 85%/92px 78px no-repeat #8B9AA3;
    padding: 5%; }

  footer div#footer div.footContact, footer div#footer div.newsLetter {
    height: auto;
    max-width: 550px;
    margin: 0 0 40px;
    clear: left; }

  footer div#footer div.footContact p.small, footer div#footer div.newsLetter p.small {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0; }

  footer div#footer div.footNav {
    display: none; } }
/***************** Mobile Portrait Styles *****************/
@media screen and (max-width: 600px) {
  body {
    padding: 0;
    font-size: 12px;
    background-size: 50% auto !important; }

  a.menu {
    right: 10px; }

  header.siteHeader a.logo {
    width: 200px;
    height: 20px; }

  header.siteHeader a.logo svg {
    width: 200px;
    height: 20px; }

  header.siteHeader::after {
    bottom: -7px;
    transition: .5s; }

  body.open header.siteHeader::after {
    background: url("images/squiggleGold.svg") center bottom/cover;
    opacity: 1; }

  div#nav {
    background: #F8F2E0;
    color: #CBA119; }

  div#nav nav.main ul {
    height: calc(100vh - 500px);
    margin: 250px auto; }

  div#nav nav.main ul li a {
    font-size: 1.8em;
    line-height: 130%;
    color: #CBA119; }

  div#nav nav.secondary {
    width: 90%;
    left: 5%; }

  div#nav nav.secondary ul {
    display: inline-block; }

  div#nav nav.secondary ul li {
    padding: 0 10px;
    margin: 0 0 15px;
    border-left: 1px solid #CBA119; }

  div#nav nav.secondary ul li:first-child, div#nav nav.secondary ul li:nth-child(5) {
    border-left: none; }

  div#nav nav.secondary ul li a {
    font-size: 1.1em;
    color: #CBA119; }

  body.home div.content.intro {
    padding: 200px 26px 120px; }

  div.content.intro div.Vcenter p {
    font-size: 1.3em; }

  div.contentBlocks div.block div.images div.image {
    height: auto; }

  div.contentBlocks div.block div.contentWrap {
    width: 90%;
    margin: 0 5%; }

  div.contentBlocks div.block.wide1.positionleft div.contentWrap, div.contentBlocks div.block.wide1:nth-of-type(2n) div.contentWrap, div.contentBlocks div.block.positionleft div.contentWrap, div.contentBlocks div.block:nth-of-type(2n) div.contentWrap, div.contentBlocks div.block.positioncenter div.contentWrap, div.contentBlocks div.block.wide1 div.contentWrap {
    width: 90%; }

  div.bannerTitle {
    height: calc(100vh - 500px);
    margin: 250px auto; }

  div.bannerTitle.shrink {
    margin: 250px auto 100px; }

  div.bannerTitle h1 {
    font-size: 1.8em;
    top: 40%;
    height: 20%;
    margin: 0; }

  div.stripImage {
    height: 60vh; }
    div.stripImage img {
      height: 100%;
      object-fit: cover;
      object-position: center; }

  div.content.intro {
    padding: 60px 10% 80px; }

  div.centerSliderLarge h3 {
    margin: 0 0 40px; }

  div.centerSliderLarge {
    margin: 0 0 100px; }

  div.centerSliderLarge div.slide {
    margin: 0 10px; }

  div.contentGallery {
    margin: 0 5% 115px; }

  div.contentGallery div.galleryImage {
    height: 30vh; }

  div.galPag {
    margin: 0 auto 50px; }

  div.contentBlocks div.block {
    margin: 0 0 100px; }

  footer div#footer {
    background: url("images/device.svg") 95% 92%/62px 53px no-repeat #8B9AA3;
    padding: 10% 6% 0; }

  body.page-id-88 div.content.intro {
    padding: 0 10% 100PX; }

  div#rates {
    width: 86%;
    margin: 0 7% 10%; }

  div#rates div.ratesHalf {
    width: 100%;
    margin: 0 0 10%; }

  div.contactForm {
    width: 90%;
    margin: 0 5% 100px; }

  div.spotlight.event div.image {
    margin-bottom: 300px; }

  div.postSingle div.postHead h1 {
    font-size: 1.8em; }

  div.postSingle div.postHead h5 {
    text-align: center;
    margin: 0 0 15px; }

  div.postSingle div.postHead {
    padding: 100px 5% 100px; }

  div.postSingle div.postTwoColsContent {
    float: left;
    width: 90%;
    margin: 10% 5%; }

  div.postSingle div.postTwoColsContent div.quote, div.postSingle div.postTwoColsContent div.colsContent {
    width: 100%;
    margin: 0; }

  div.postSingle div.postTwoColsContent div.quote p {
    font-size: 1.5em; }

  div#resources {
    width: 90%;
    margin: 140px 5% 100px;
    grid-gap: 50px; } }
/***************** little mobile phone Styles *****************/
@media screen and (max-width: 320px) and (max-height: 520px) {
  body {
    font-size: 10px; } }
    
   
    .wa__btn_w_icon .wa__btn_icon img {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 30px;
    width: 20px;
}
    .wa__button {
	width:130px; !important
	display:block;
	min-height:30px;
    }

   .wa__btn_txt {
    display: inline-block; !important   
	font-size: 11px; !important
	line-height: 1.23em;
    }
   .wa__button_text_only .wa__btn_txt {
	padding-bottom:10px;
	padding-top:8px;  
	padding-left:32px;
    }
.wa__btn_w_icon .wa__btn_txt .wa__btn_title {
    font-size: 11px;
}
.wa__btn_w_icon .wa__btn_icon {
	left: 8px; !important
}
.wa__btn_txt {
	font-size: 11px;
    line-height: 1.23em;
}