/**BREAKPOINTS**/
* {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}

.bold {
  font-weight: 700;
}

.italic {
  font-weight: italic;
}

a, img, button {
  background: none;
  outline: none;
  border: 0px;
  text-decoration: none;
}

button, .btn {
  transition: all 0.125s ease-in-out;
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
}

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

html, body {
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  overflow: auto;
  overflow-x: hidden;
}

html.noScroll, body.noScroll {
  overflow: hidden;
  position: fixed;
}

html {
  -ms-content-zooming: none;
  height: 100%;
}

@-ms-viewport {
  width: device-width;
}
.fade {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0.125s ease-in-out;
  -moz-transition: opacity 0.125s ease-in-out;
  -webkit-transition: opacity 0.125s ease-in-out;
  -webkit-backface-visibility: hidden;
}

.fade:hover, .fade:active {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

.clear {
  content: "";
  display: table;
  clear: both;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}

body {
  font-size: 15px;
  line-height: 1.7;
  font-family: "usual", sans-serif;
  letter-spacing: 0.03em;
  color: #333;
}

.contain {
  position: relative;
  margin: 0px auto;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 50px;
  max-width: 1700px;
}
.contain.contain-md {
  padding: 0 100px;
}
.contain.contain-sm {
  max-width: 860px;
}
@media only screen and (max-width: 1199px) {
  .contain {
    padding: 0 30px;
  }
  .contain.contain-md {
    padding: 0 60px;
  }
  .contain.contain-sm {
    max-width: 760px;
  }
}
@media only screen and (max-width: 1023px) {
  .contain {
    padding: 0;
    max-width: 600px;
  }
  .contain.contain-md, .contain.contain-sm {
    padding: 0;
    max-width: 600px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .contain {
    padding: 0 25px !important;
    width: 100%;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.visible-md {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-mob {
  display: none !important;
}

.visible-xs {
  display: none !important;
}

@media only screen and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-mob {
    display: none !important;
  }

  .visible-mob {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: inline-block !important;
  }
}
/****TYPOGRAPHY****/
a {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: none;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  color: #333;
}

a:focus {
  outline: none;
}

a:active {
  color: #333;
}

a:visited {
  color: #333;
}

a:hover {
  color: #333;
}

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

h2.main, h1.main {
  font-size: 62px;
  text-align: center;
  font-family: "mrs-eaves-xl-serif", serif;
  line-height: 1.125;
  color: #fff;
  font-weight: 400;
  z-index: 6;
}

h3, .h3 {
  font-size: 34px;
  line-height: 1.4;
  font-family: "mrs-eaves-xl-serif", serif;
  letter-spacing: 0;
  font-weight: 400;
}

h5 {
  font-family: "mrs-eaves-xl-serif", serif;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 400;
}

button, .btn {
  border: 0;
  border-radius: 0;
  background: transparent;
  outline: none;
}

@media only screen and (min-width: 1800px) {
  body {
    font-size: 16px;
  }

  h2.main, h1.main {
    font-size: 80px;
  }

  h3, .h3 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }

  h2.main, h1.main {
    font-size: 52px;
  }

  h3, .h3 {
    font-size: 30px;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 767px) {
  h2.main, h1.main {
    font-size: 46px;
  }

  h3, .h3 {
    font-size: 26px;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background-color: #fff;
}

#status {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
}

/**COLUMN STYLES**/
.col-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: start;
  margin: 0 auto;
}
.col-wrap .col {
  box-sizing: border-box;
}
.col-wrap.col-2 .col {
  width: 50%;
}
.col-wrap.col-3 .col {
  width: calc(33.333% - 20px);
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .col-wrap.col-2 .col {
    width: 100%;
  }
  .col-wrap.col-3 .col {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .col-wrap.col-3 .col {
    width: calc(50% - 5px);
  }
}

.scroll {
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1001;
}
.scroll img {
  width: 14px;
  -webkit-animation: bounce 0.625s;
          animation: bounce 0.625s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(0.625, 0.05, 1, 0.5);
          animation-timing-function: cubic-bezier(0.625, 0.05, 1, 0.5);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes bounce {
  from {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.pager {
  position: absolute;
  z-index: 1001;
}
.pager span {
  width: 10px;
  border-radius: 10px;
  height: 10px;
  opacity: 0.5;
  background: #fff;
  display: block;
  text-indent: -9999px;
}
.pager span.cycle-pager-active {
  opacity: 1;
}

.cycle-slideshow {
  width: 100%;
}
.cycle-slideshow .slide {
  width: 100%;
}

.ul span.link {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  position: relative;
  color: #fff !important;
  line-height: 1.75;
  display: table;
  margin: 0 auto;
}
.ul span.link:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 1px;
  transition: all 0.15s ease-in-out;
  background: #fff;
  left: 0;
}
.ul:hover span:after {
  width: calc(100% + 20px);
  left: -10px;
}
@media only screen and (max-width: 1199px) {
  .ul span.link {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .ul span.link {
    font-size: 12px;
  }
}

.arrow-link {
  font-size: 18px;
  font-weight: 300;
  position: relative;
  padding-bottom: 7px;
}
.arrow-link img {
  display: inline-block;
  width: 20px;
  margin-left: 15px;
  transition: all 0.15s ease-in-out;
}
.arrow-link:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333;
  content: "";
  transition: all 0.15s ease-in-out;
}
.arrow-link:hover img {
  margin-left: 25px;
}
@media only screen and (max-width: 1199px) {
  .arrow-link {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .arrow-link {
    font-size: 15px;
    font-weight: 400;
  }
  .arrow-link img {
    width: 18px;
  }
}

.arrow-btn {
  font-family: "usual", sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  height: 54px;
  line-height: 54px;
  padding: 0 25px;
  background: #333;
  color: #fff !important;
}
.arrow-btn:hover {
  background: #93a352;
}
.arrow-btn img {
  display: inline-block;
  width: 20px;
  margin-left: 15px;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .arrow-btn {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .arrow-btn {
    font-size: 15px;
    font-weight: 400;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
  }
  .arrow-btn img {
    width: 18px;
  }
}

.main-body {
  position: relative;
  display: block;
  margin-top: 120px;
}
@media only screen and (max-width: 1023px) {
  .main-body {
    margin-top: 60px;
  }
}

.crumbs {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-start;
}
.crumbs li {
  display: inline-block;
  position: relative;
}
.crumbs li:not(:last-of-type) {
  padding-right: 15px;
  margin-right: 5px;
}
.crumbs li:not(:last-of-type) :after {
  position: absolute;
  right: -15px;
  content: "/";
}
.crumbs li a, .crumbs li span {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .crumbs {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .crumbs {
    font-size: 12px;
  }
  .crumbs li:not(:last-of-type) {
    padding-right: 10px;
    margin-right: 5px;
  }
  .crumbs li:not(:last-of-type) :after {
    right: -10px;
  }
}

.close-btn {
  position: absolute;
  width: 25px;
  height: 18px;
  text-indent: -9999px;
  z-index: 1002;
}
.close-btn:before, .close-btn:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  content: "";
}
.close-btn:before {
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-btn:after {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#split-top {
  position: relative;
}
#split-top .img-wrap {
  position: absolute;
  top: 0;
  height: 100%;
}
#split-top .bg {
  position: relative;
  width: 100%;
  height: 100%;
}
#split-top .bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0) 75%);
  opacity: 0.3;
}
#split-top .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#split-top h1 {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 30px;
  white-space: nowrap;
}
#split-top h1:after {
  position: absolute;
  bottom: -15px;
  height: 1px;
  width: 80px;
  background: #fff;
  content: "";
  left: 50%;
  margin-left: -40px;
}
#split-top .copy {
  position: relative;
  padding: 100px;
}
#split-top .cont {
  max-width: 500px;
  margin: 0 auto;
}
#split-top .cont h3 {
  padding-bottom: 15px;
}
#split-top .cont p {
  padding: 7px 0;
}
@media only screen and (min-width: 1800px) {
  #split-top h1 {
    font-size: 36px;
  }
  #split-top .copy {
    padding: 150px 120px;
  }
}
@media only screen and (max-width: 1199px) {
  #split-top .copy {
    position: relative;
    padding: 80px 50px;
  }
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #split-top h1 {
    font-size: 28px;
  }
  #split-top .img-wrap {
    width: 45%;
  }
  #split-top .copy {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  #split-top h1 {
    font-size: 24px;
  }
  #split-top h1:after {
    width: 60px;
    margin-left: -30px;
  }
  #split-top .img-wrap, #split-top .copy {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    width: 100%;
  }
  #split-top .img-wrap .cont, #split-top .copy .cont {
    max-width: 600px;
  }
  #split-top .img-wrap {
    height: 220px;
  }
  #split-top .copy {
    padding: 45px 25px 40px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background: rgba(34, 34, 34, 0.8);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
}
.modal .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  width: calc(100% - 50px);
  max-width: 800px;
  height: auto;
  max-height: calc(100% - 50px);
}
.modal h3 {
  line-height: 1.25;
  padding-bottom: 25px;
}
.modal #promo-close {
  top: 15px;
  right: 15px;
}
@media only screen and (max-width: 767px) {
  .modal h3 {
    padding-bottom: 15px;
  }
}

#promo {
  display: none;
}

.search-modal {
  background: #333;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  display: none;
  height: 100vh;
}
.search-modal .close {
  position: fixed;
  top: 30px;
  right: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 9999999;
}
.search-modal .close .st0 {
  fill: #fff;
}
.search-modal .close:hover .st0 {
  fill: #c7c95a;
}
.search-modal .contain {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 740px;
  margin: 0 auto;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.search-modal form {
  width: 100%;
}
.search-modal form fieldset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  width: 100%;
  position: relative;
}
.search-modal form fieldset input {
  width: 100%;
  background: transparent;
  color: #fff;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-bottom: 2px solid #fff;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
  padding-bottom: 20px;
  font-family: "usual", sans-serif;
  letter-spacing: 0.005em;
  float: left;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.search-modal form fieldset input::-webkit-input-placeholder {
  color: #fff;
}
.search-modal form fieldset input::-moz-placeholder {
  color: #fff;
}
.search-modal form fieldset input:-ms-input-placeholder {
  color: #fff;
}
.search-modal form fieldset input::placeholder {
  color: #fff;
}
.search-modal form fieldset input.half {
  width: calc(50% - 20px);
  display: inline-block;
  margin: 0 0 35px;
}
.search-modal form fieldset input.half:first-of-type {
  margin-right: 40px;
}
.search-modal form fieldset input:-webkit-autofill,
.search-modal form fieldset input:-webkit-autofill:hover,
.search-modal form fieldset input:-webkit-autofill:focus,
.search-modal form fieldset input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 40px #333 inset !important;
  -webkit-text-fill-color: white !important;
}
.search-modal form fieldset button {
  margin: 40px 0 0;
  font-weight: 900;
  font: 900 19px "usual", sans-serif;
}
.search-modal form.search-form button.white {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 25px;
  margin: 0;
}
.search-modal form.search-form fieldset input {
  font-weight: 900;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.ctct-disclosure {
  display: none;
}

#newsletter .ctct-form-field.ctct-form-field-submit {
  position: absolute;
  right: 0;
  bottom: 0;
}

#newsletter form .ctct-submit {
  display: block;
  width: 20px;
  height: 40px;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  background: url("../img/arrow-rt.svg") no-repeat center center/contain;
}

#newsletter .ctct-form-wrapper .ctct-message.ctct-success {
  margin-top: 50px;
  font-size: 18px;
  font-family: "usual", sans-serif;
  font-weight: 300;
  color: #333;
  border: 0;
  outline: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: transparent;
  padding: 8px 0;
  line-height: 1.5;
}
#newsletter .ctct-form-wrapper .ctct-message.ctct-success button {
  display: none;
}
#newsletter .ctct-form-wrapper .ctct-message.ctct-success + form {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-size: 12px;
  z-index: 10001;
}
header #mainNav {
  position: relative;
  display: block;
}
header .row1 {
  height: 75px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  border-bottom: 1px solid #dde0ce;
  position: relative;
}
header .row1 #upperNav {
  width: 100%;
  position: relative;
  max-width: 1700px;
  padding: 0 50px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header .row1 #upperNav li {
  display: inline-block;
  line-height: 1.7;
}
header .row1 #upperNav li a {
  display: block;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  header .row1 #upperNav li a:hover {
    opacity: 0.5;
  }
}
header .row1 #upperNav .lt li:first-of-type {
  padding-right: 12px;
  margin-right: 10px;
  border-right: 1px solid #333;
}
header .row1 #upperNav .rt li {
  padding-left: 12px;
  margin-left: 10px;
  border-left: 1px solid #333;
}
header .row1 #upperNav .rt li:first-of-type {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
header .row1 #upperNav li.mag {
  border-left: 0;
  font-size: 16px;
  padding-left: 6px;
}
header .row1 #upperNav li.mag .search-btn {
  cursor: pointer;
  opacity: 1;
  transition: all 0.15s ease;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  header .row1 #upperNav li.mag .search-btn:hover {
    opacity: 0.5;
    transition: all 0.15s ease;
  }
}
header .row1 .main-logo {
  width: 425px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .row2 {
  padding: 0 50px;
  margin: 0 auto;
  max-width: 1700px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header .row2:after {
  position: absolute;
  bottom: 0;
  left: -2000px;
  width: 10000px;
  content: "";
  border-bottom: 1px solid #dde0ce;
  z-index: -1;
}
header .row2 #lowerNav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header .row2 #lowerNav > li > a {
  display: block;
  text-align: center;
  min-height: 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
header .row2 #lowerNav > li > a i {
  display: none;
}
header .row2 #lowerNav > li:first-of-type {
  margin-left: -21px;
}
header .row2 #lowerNav > li:last-of-type {
  margin-right: -21px;
}
header .row2 .drop {
  width: 100vw;
  left: 0;
  background: #f6f7f3;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 0 50px;
  box-sizing: border-box;
  transition: all 0.15s ease-in-out;
}
header .row2 .drop .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: center;
  width: auto;
  padding: 40px 0;
}
header .row2 .drop img {
  width: 250px;
  margin-left: 25px;
}
header .row2 .drop ul {
  display: inline-grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  text-transform: none;
  letter-spacing: 0.05em;
  font-size: 13px;
}
header .row2 .drop ul li {
  padding-left: 20px;
  padding-right: 25px;
  min-width: 225px;
  border-left: 1px solid #dde0ce;
}
header .row2 .drop ul li:nth-child(4n+1) a {
  padding-top: 0;
}
header .row2 .drop ul li:nth-child(4n+4) a {
  padding-bottom: 0;
}
header .row2 .drop ul a {
  padding: 10px 0;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  header .row2 .drop ul a:hover {
    opacity: 0.5;
  }
}
header .row2 .drop ul.long li {
  min-width: 160px;
}
@media screen and (min-width: 992px) {
  header .row2 li:hover > a {
    background: #f6f7f3;
    border-color: #dde0ce !important;
  }
  header .row2 li:hover .drop {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 1800px) {
  header {
    font-size: 13px;
  }
  header .row1 {
    font-size: 12px;
  }
  header .row1 .main-logo {
    width: 450px;
  }
}
@media only screen and (max-width: 1199px) {
  header {
    font-size: 11px;
  }
  header .row1 {
    font-size: 10px;
  }
  header .row1 #upperNav {
    padding: 0 30px;
  }
  header .row1 #upperNav .lt li:first-of-type {
    padding-right: 10px;
    margin-right: 7px;
    border-right: 1px solid #333;
  }
  header .row1 #upperNav .rt li {
    padding-left: 10px;
    margin-left: 7px;
  }
  header .row1 .main-logo {
    width: 350px;
  }
  header .row2 {
    padding: 0 30px;
  }
  header .row2 #lowerNav > li > a {
    padding: 0 15px;
  }
  header .row2 #lowerNav > li:first-of-type {
    margin-left: -15px;
  }
  header .row2 #lowerNav > li:last-of-type {
    margin-right: -15px;
  }
  header .row2 .drop {
    padding: 0 30px;
  }
  header .row2 .drop .inner {
    padding: 30px 0;
  }
  header .row2 .drop img {
    width: 220px;
    margin-left: 20px;
  }
  header .row2 .drop ul {
    font-size: 12px;
  }
  header .row2 .drop ul li {
    min-width: 180px;
    padding-left: 15px;
  }
  header .row2 .drop ul.long li {
    min-width: 120px;
  }
}

@media only screen and (max-width: 1023px) {
  header {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid #dde0ce;
  }
  header .main-logo.visible-sm {
    width: 375px;
    margin: 0 auto;
    display: block !important;
  }
  header .search-btn {
    width: 50px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    border-left: 1px solid #dde0ce;
    cursor: pointer;
  }
  header #navBtn {
    width: 50px;
    height: 60px;
    border-right: 1px solid #dde0ce;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-indent: -9999px;
  }
  header #navBtn.active span:first-of-type span {
    display: none;
  }
  header #navBtn.active span:first-of-type:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1px;
  }
  header #navBtn.active span:first-of-type:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
  }
  header #navBtn span:first-of-type {
    display: block;
    margin: 0 auto;
    width: 20px;
    background: red;
    position: relative;
  }
  header #navBtn span:first-of-type span {
    width: 100%;
    height: 1px;
    background: #333;
    transition: all 0.15s ease-in-out;
  }
  header #navBtn span:first-of-type:before, header #navBtn span:first-of-type:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #333;
    transition: all 0.15s ease-in-out;
  }
  header #navBtn span:first-of-type:before {
    top: -6px;
  }
  header #navBtn span:first-of-type:after {
    bottom: -6px;
  }
  header #mainNav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background: #f6f7f3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: scroll;
    flex-wrap: nowrap;
    box-sizing: border-box;
    transition: all 0.15s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  header #mainNav.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  header .row1 {
    order: 2;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    border-bottom: 0;
    padding: 25px;
    border-bottom: 1px solid #dde0ce;
    box-sizing: border-box;
  }
  header .row1 #upperNav {
    padding: 0;
    display: block;
  }
  header .row1 #upperNav li {
    display: block;
  }
  header .row1 #upperNav li a {
    padding: 8px 0;
  }
  header .row1 #upperNav .lt, header .row1 #upperNav .rt {
    display: block;
    margin: 0;
  }
  header .row1 #upperNav .lt li, header .row1 #upperNav .rt li {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
  }
  header .row2 {
    order: 1;
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 25px;
    border-bottom: 1px solid #dde0ce;
    box-sizing: border-box;
  }
  header .row2:after {
    display: none;
  }
  header .row2 #lowerNav {
    padding: 0;
    display: block;
  }
  header .row2 #lowerNav > li > a {
    text-align: left;
    min-height: auto;
    display: block;
    border: 0;
    padding: 8px 0;
  }
  header .row2 #lowerNav > li > a i {
    display: inline-block;
    float: right;
    font-size: 20px;
  }
  header .row2 #lowerNav > li:first-of-type, header .row2 #lowerNav > li:last-of-type {
    margin: 0;
  }
  header .row2 #lowerNav > li.active .drop {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  header .row2 .drop {
    width: 100vw;
    left: 0;
    background: #f6f7f3;
    position: fixed;
    top: 0;
    height: calc(100vh - 60px);
    overflow-y: scroll;
    padding: 25px;
    box-sizing: border-box;
    transition: all 0.15s ease-in-out;
    z-index: 10;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  header .row2 .drop .parent-cat {
    padding: 8px 0;
    display: block !important;
  }
  header .row2 .drop .parent-cat i {
    display: inline-block;
    float: right;
    font-size: 20px;
  }
  header .row2 .drop .fa-long-arrow-left {
    cursor: pointer;
  }
  header .row2 .drop .inner {
    display: block;
    width: auto;
    padding: 0;
  }
  header .row2 .drop img {
    display: none;
  }
  header .row2 .drop ul {
    display: block;
    border-top: 1px solid #dde0ce;
    padding-top: 10px;
    margin-top: 5px;
  }
  header .row2 .drop ul li {
    padding: 0;
    min-width: auto;
    display: block;
    border: 0;
    font-size: 15px;
  }
  header .row2 .drop ul a {
    padding: 8px 0 !important;
    white-space: nowrap;
  }
  header .row2 .drop ul.long li {
    min-width: auto;
  }
  header .row2 .drop.openNav {
    transition: all 0.15s ease-in-out;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  header .row3 {
    order: 3;
    width: 100%;
    font-size: 14px;
    padding: 25px;
    box-sizing: border-box;
    display: flex !important;
    justify-content: space-between;
  }
  header .row3 ul li {
    display: inline-block;
    margin-left: 20px;
    font-size: 17px;
  }
  header .row3 ul li a {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  header .main-logo.visible-sm {
    width: 67.5vw;
    max-width: 400px;
  }
  header .search-btn {
    width: 48px;
    font-size: 16px;
  }
  header #navBtn {
    width: 48px;
  }
  header .row1 {
    font-size: 12px;
    padding: 15px 25px;
  }
  header .row2 {
    font-size: 12px;
    padding: 15px 25px;
  }
  header .row2 #lowerNav li a i {
    font-size: 17px;
  }
  header .row2 .drop {
    padding: 15px 25px;
  }
  header .row2 .drop .parent-cat i {
    font-size: 17px;
  }
  header .row2 .drop ul {
    padding-top: 5px;
  }
  header .row2 .drop ul li {
    font-size: 13px;
  }
  header .row3 {
    font-size: 12px;
  }
  header .row3 ul li {
    margin-left: 15px;
    font-size: 15px;
  }
}
footer {
  background: #333;
  color: #fff;
  font-size: 13px;
  padding: 50px 0 40px;
}
footer a {
  color: #fff !important;
}
footer a:hover {
  opacity: 0.65;
}
footer .row1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
}
footer .row1 .col {
  width: 17%;
}
footer .row1 h5 {
  border-bottom: 1px solid #808080;
  padding-bottom: 5px;
}
footer .row1 ul {
  line-height: 2.15;
  margin-top: 12px;
}
footer .row1 i {
  padding-right: 10px;
}
footer .row1 .bits {
  color: #c7c95a;
}
footer .logo {
  width: 360px;
  margin: 20px auto 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
footer .row2 {
  margin: 45px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: space-between;
  line-height: 1.25;
}
footer .row2 .social li {
  display: inline-block;
  margin-left: 20px;
}
footer .row2 .social i {
  padding-right: 7px;
}
footer .row2 .social .blog {
  border-left: 1px solid #fff;
  padding-left: 20px;
}
@media only screen and (max-width: 1199px) {
  footer {
    font-size: 12px;
  }
  footer .row2 .social li {
    margin-left: 15px;
  }
  footer .row2 .social i {
    padding-right: 5px;
  }
  footer .row2 .social .blog {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  footer .row1 > div:nth-child(even) {
    margin-top: 40px;
  }
  footer .row1 > div:nth-child(2) {
    order: 4;
  }
  footer .row1 > div:nth-child(4) {
    order: 6;
  }
  footer .row1 > div:nth-child(6) {
    order: 5;
  }
  footer .row1 .col {
    width: 28%;
  }
  footer .logo {
    margin-top: 60px;
    width: 320px;
  }
  footer .row2 {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
  footer .row1 h5 {
    padding-bottom: 0;
    border: 0;
  }
  footer .row1 ul {
    line-height: 1.8333;
  }
  footer .row1 i.fa-map-marker-alt {
    display: none;
  }
  footer .row1 > div:nth-child(even) {
    margin-top: 35px;
  }
  footer .row2 {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  footer {
    padding-top: 15px;
  }
  footer .row1 > div:nth-child(even) {
    margin-top: 40px;
  }
  footer .row1 > div:nth-child(2) {
    order: 3;
  }
  footer .row1 > div:nth-child(3) {
    order: 5;
  }
  footer .row1 > div:nth-child(4) {
    order: 4;
  }
  footer .row1 > div:nth-child(5) {
    order: 2;
  }
  footer .row1 > div:nth-child(6) {
    order: 6;
  }
  footer .row1 .col {
    width: 50%;
    margin-top: 35px !important;
  }
  footer .logo {
    width: 280px;
    margin-top: 75px;
  }
  footer .row2 {
    line-height: 1.7;
  }
}

#main-hero {
  position: relative;
  height: calc(100vh - 120px);
}
#main-hero .cycle-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#main-hero .slide {
  height: 100%;
  position: relative;
}
#main-hero .bg {
  position: relative;
  height: 100%;
  z-index: 1;
}
#main-hero .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: bottom center;
     object-position: bottom center;
}
#main-hero .cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
}
#main-hero .cont:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: black;
  background: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0) 75%);
  opacity: 0.3;
}
#main-hero .cont .ul {
  margin-top: -60px;
  padding: 40px 80px;
}
#main-hero .cont .ul h2 {
  display: block;
}
#main-hero .cont .ul span {
  margin-top: 25px;
}
#main-hero .main-pager {
  right: 30px;
  top: 50%;
  width: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#main-hero .main-pager span {
  margin: 14px 0;
}
#main-hero .scroll {
  left: 50%;
  bottom: 40px;
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #main-hero {
    height: calc(66vh - 60px);
  }
  #main-hero .cont .ul {
    margin-top: -30px;
    padding: 20px 40px;
  }
  #main-hero .main-pager {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 50px;
    height: 10px;
    width: auto;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
  }
  #main-hero .main-pager span {
    display: inline-block;
    margin: 0 7px;
  }
}
@media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
  #main-hero {
    margin-top: 60px;
    height: calc(100vh - 60px);
  }
  #main-hero .cont .ul {
    margin-top: -30px;
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #main-hero {
    height: calc(100vh - 260px);
  }
  #main-hero .main-pager {
    bottom: 30px;
  }
}

.ship-banner {
  position: relative;
  display: block;
  margin: 30px auto 0;
  width: calc(100% - 60px);
  /**max-width: 1700px;**/
}
.ship-banner .bg {
  overflow: hidden;
  position: relative;
}
.ship-banner .bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.15s ease-in-out;
}
.ship-banner .cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
}
.ship-banner .cont:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0) 75%);
  opacity: 0.3;
}
.ship-banner .ul {
  padding: 50px 100px;
}
.ship-banner .ul h2 {
  font-size: 44px;
  text-align: center;
  font-family: "mrs-eaves-xl-serif", serif;
  line-height: 1.125;
  color: #fff;
  font-weight: 400;
}
.ship-banner .ul h2 i {
  font-style: normal;
}
.ship-banner .ul span {
  margin-top: 25px;
}
@media only screen and (max-width: 1199px) {
  .ship-banner .ul h2 {
    font-size: 40px;
  }
  .ship-banner .bg img {
    width: 110%;
    max-width: 110%;
    margin-left: -5%;
  }
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .ship-banner .bg img {
    width: 140%;
    max-width: 140%;
    margin-left: -20%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .ship-banner {
    margin: 25px auto 0;
    width: calc(100% - 50px);
  }
  .ship-banner .ul {
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
  }
  .ship-banner .ul h2 {
    font-size: 32px;
  }
  .ship-banner .bg img {
    width: auto;
    height: 150px;
    float: right;
    margin: 0;
  }
}

#shop-bands {
  margin: 0 auto;
  display: block;
}
#shop-bands .band {
  margin: 80px auto;
  position: relative;
  width: calc(100% - 60px);
  max-width: 1600px;
}
#shop-bands .small {
  width: calc(45% - 30px);
  border: 1px solid #dde0ce;
}
#shop-bands .small .cont {
  padding: 0 50px;
  height: 40vw;
  max-height: 700px;
  margin: 0 auto;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
#shop-bands .small .cont .eyebrow {
  color: #777;
}
#shop-bands .small .cont a {
  margin: 15px 0 0;
}
#shop-bands .small .cont a:hover img {
  margin-left: 25px;
}
#shop-bands .small .cont a span {
  display: table;
  margin-top: 60px;
}
#shop-bands .small .cont-img:hover .cycle-slideshow {
  /**
  opacity: .85;
  **/
}
#shop-bands .small .cont-img .cycle-slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.15s ease-in-out;
}
#shop-bands .small .cont-img .cycle-slideshow .slide {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  max-height: 600px;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  box-sizing: border-box;
}
#shop-bands .small .cont-img .cycle-slideshow .slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
#shop-bands .small .cont-img .ul {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  z-index: 1002;
  color: #fff;
  width: calc(100% - 100px);
  max-width: 500px;
  height: calc(100% - 100px);
  max-height: 600px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
}
#shop-bands .small .cont-img .ul:before {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  max-height: 500px;
  background: black;
  background: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0) 75%);
  opacity: 0.3;
  z-index: -1;
}
#shop-bands .small .cont-img .ul span {
  margin-top: 10px;
}
#shop-bands .img-wrap {
  width: 55%;
  position: absolute;
  top: 0;
  bottom: 0;
}
#shop-bands .img-wrap a {
  position: relative;
  display: block;
  height: 100%;
}
#shop-bands .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#shop-bands .rt-img .img-wrap {
  right: 0;
}
#shop-bands .lt-img .img-wrap {
  left: 0;
}
#shop-bands .lt-img .small {
  margin-left: calc(55% + 30px);
}
@media only screen and (max-width: 1199px) {
  #shop-bands .band {
    margin: 45px auto;
  }
  #shop-bands .small .cont {
    padding: 0 35px;
  }
  #shop-bands .small .cont .eyebrow {
    color: #777;
  }
  #shop-bands .small .cont a span {
    margin-top: 40px;
  }
  #shop-bands .small .cont-img .cycle-slideshow .slide {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #shop-bands .small .cont-img .ul {
    width: calc(100% - 70px);
    height: calc(100% - 70px);
  }
}
@media only screen and (max-width: 1023px) {
  #shop-bands .band {
    width: calc(100% - 120px);
  }
  #shop-bands .small.text {
    border: 0;
    padding: 30px 0 60px;
  }
  #shop-bands .small.text .cont {
    height: auto;
    display: block;
    padding: 0;
    text-align: center;
  }
  #shop-bands .small {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  #shop-bands .small .cont {
    height: 60vw;
    display: block;
  }
  #shop-bands .small .cont .eyebrow {
    display: none;
  }
  #shop-bands .small .cont .arrow-link {
    margin: 40px auto 0;
  }
  #shop-bands .small .cont-img .ul div span {
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 30px 6px;
    background: #fff;
    color: #333 !important;
    border: 0;
  }
  #shop-bands .small .cont-img .pager {
    background: #fff;
    left: 50%;
    height: 10px;
    bottom: 0;
    -webkit-transform: translateX(-50%) translateY(5px);
    transform: translateX(-50%) translateY(5px);
  }
  #shop-bands .small .cont-img .pager span {
    display: inline-block;
    background: #fff;
    border: 1px solid #dde0ce;
    box-sizing: border-box;
  }
  #shop-bands .small .cont-img .pager span:first-child {
    margin-right: 8px;
  }
  #shop-bands .small .cont-img .pager span.cycle-pager-active {
    background: #dde0ce;
  }
  #shop-bands .cycle-wrap .img-wrap {
    display: none;
  }
  #shop-bands .img-wrap {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    height: auto;
    top: auto;
    bottom: auto;
  }
  #shop-bands .rt-img .img-wrap {
    right: auto;
  }
  #shop-bands .lt-img .img-wrap {
    left: auto;
  }
  #shop-bands .lt-img .small {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  #shop-bands .band {
    width: calc(100% - 50px);
    margin: 50px auto 0;
  }
  #shop-bands .small.text {
    padding: 0 0 50px;
  }
  #shop-bands .small.text .cont {
    height: auto;
    display: block;
    padding: 0;
    text-align: center;
  }
  #shop-bands .small .cont {
    height: 80vw;
  }
  #shop-bands .small .cont a {
    margin-top: 0;
  }
  #shop-bands .small .cont .arrow-link {
    margin: 30px auto 0;
  }
}
@media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
  #shop-bands .small .cont {
    height: 50vw;
  }
}

.banner-link {
  position: relative;
  display: block;
  margin: 80px auto 0;
  width: 100%;
}
.banner-link .bg {
  position: relative;
}
.banner-link .bg img {
  width: 100%;
  transition: all 0.15s ease-in-out;
}
.banner-link .cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
}
.banner-link .cont:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0) 75%);
  opacity: 0.3;
}
.banner-link .ul {
  position: absolute;
  padding: 50px 100px;
}
.banner-link .ul span {
  margin-top: 25px;
}
@media only screen and (max-width: 1199px) {
  .banner-link {
    margin: 45px auto 0;
  }
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .banner-link .bg {
    overflow: hidden;
  }
  .banner-link .bg img {
    width: 120%;
    max-width: 120%;
    margin: auto -10%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-link .ul {
    padding: 0 25px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .banner-link .bg img {
    width: 190%;
    max-width: 190%;
    margin: auto -45%;
  }
}

#blog-posts {
  padding: 100px 0;
  background: #f6f7f3;
}
#blog-posts .col-wrap {
  align-items: center;
}
#blog-posts .col-lt {
  padding: 0 75px;
}
#blog-posts .col-lt a {
  margin: 15px 0 0;
}
#blog-posts .col-lt a:hover img {
  margin-left: 25px;
}
#blog-posts .col-lt a span {
  margin-top: 60px;
  display: table;
}
#blog-posts .eyebrow {
  color: #777;
}
#blog-posts p {
  margin-top: 10px;
}
#blog-posts .col-rt {
  padding-left: 100px;
}
#blog-posts .col-rt a {
  display: block;
}
@media only screen and (max-width: 1199px) {
  #blog-posts {
    padding: 60px 0;
  }
  #blog-posts .col-lt {
    padding: 0 30px;
  }
  #blog-posts .col-lt a span {
    margin-top: 40px;
  }
  #blog-posts .col-rt {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  #blog-posts {
    padding: 75px 0;
  }
  #blog-posts .col-lt {
    padding: 0;
    margin: 0 auto;
  }
  #blog-posts .col-rt {
    margin: 0 auto;
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #blog-posts {
    padding: 50px 0;
  }
  #blog-posts .col-lt a {
    margin-top: 0px;
  }
  #blog-posts .col-lt a span {
    margin-top: 30px;
  }
  #blog-posts .eyebrow {
    font-size: 13px;
  }
  #blog-posts img.visible-mob {
    margin: 25px auto 0;
    max-height: 65vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #blog-posts p {
    margin-top: 20px;
  }
}
@media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
  #blog-posts .col-rt {
    padding: 0;
  }
  #blog-posts .col-lt {
    padding: 0 20px 0 0;
  }
}

#promo .col-lt {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
}
#promo .col-lt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#promo .col-rt {
  margin-left: 50%;
}
#promo .col-rt .cont {
  padding: 120px 50px 50px;
  box-sizing: border-bpox;
}
#promo .arrow-link {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  #promo .col-rt .cont {
    padding: 50px 40px 50px;
  }
  #promo .arrow-link {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #promo .col-lt {
    display: none;
  }
  #promo .col-rt {
    order: 1;
    width: 100%;
    margin-left: auto;
  }
  #promo .col-rt .cont {
    padding: 70px 25px 40px;
  }
}

/**CATEGORY PAGE**/
#sub-hero {
  position: relative;
  display: block;
  margin: 0 auto;
}
#sub-hero .bg {
  height: 36.75vw;
  overflow: hidden;
  position: relative;
}
#sub-hero .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#sub-hero .cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  flex-direction: column;
}
#sub-hero .cont:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: radial-gradient(circle, black 0%, black 35%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.25;
  z-index: 0;
}
#sub-hero .cont h1 {
  position: relative;
  width: 100%;
}
#sub-hero .cont ul {
  display: table;
  position: relative;
  color: #fff;
}
#sub-hero .cont ul li a {
  color: #fff !important;
}
@media only screen and (max-width: 1023px) {
  #sub-hero .bg {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  #sub-hero .bg {
    height: 60vh;
  }
  #sub-hero .cont ul {
    margin-top: 15px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #sub-hero .bg {
    height: 40vh;
  }
}

#cat-intro {
  padding: 130px 0 100px;
  font-size: 21px;
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  #cat-intro {
    font-size: 19px;
    padding: 100px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  #cat-intro {
    padding: 50px 0 40px;
    font-size: 15px;
    font-weight: 400;
  }
}

#thumb-grid {
  text-align: center;
  padding-bottom: 150px;
}
#thumb-grid .col-wrap {
  justify-content: flex-start;
}
#thumb-grid .col-wrap .col:nth-child(3n-1) {
  margin-left: 30px;
  margin-right: 30px;
}
#thumb-grid a {
  margin-top: 30px;
  color: #fff !important;
  position: relative;
}
#thumb-grid a .bg {
  position: relative;
  height: 28vw;
  z-index: 1;
}
#thumb-grid a .bg:before {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  background: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0) 70%);
  opacity: 0.3;
}
#thumb-grid a .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
#thumb-grid a .cont {
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#thumb-grid a .cont span {
  margin-top: 10px;
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
#thumb-grid a .cont span:after {
  left: 0 !important;
  width: 100% !important;
}
#thumb-grid a:hover .cont span {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1800px) {
  #thumb-grid a .bg {
    height: 510px;
  }
}
@media only screen and (max-width: 1023px) {
  #thumb-grid .contain {
    max-width: calc(100% - 100px);
  }
  #thumb-grid a {
    margin-top: 20px;
  }
  #thumb-grid a .bg {
    height: 35vw;
  }
  #thumb-grid a .cont span {
    display: none;
  }
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #thumb-grid .contain {
    max-width: calc(100% - 100px);
  }
  #thumb-grid a {
    margin-top: 20px;
  }
  #thumb-grid a:nth-child(odd) {
    margin-left: 0 !important;
    margin-right: 10px !important;
  }
  #thumb-grid a:nth-child(even) {
    margin-right: 0 !important;
    margin-left: 10px !important;
  }
  #thumb-grid a .bg {
    height: 35vw;
  }
  #thumb-grid a .cont span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #thumb-grid {
    padding-bottom: 60px;
  }
  #thumb-grid .contain {
    max-width: none;
  }
  #thumb-grid a {
    margin-top: 10px;
  }
  #thumb-grid a:nth-child(odd) {
    margin-left: 0 !important;
    margin-right: 5px !important;
  }
  #thumb-grid a:nth-child(even) {
    margin-right: 0 !important;
    margin-left: 5px !important;
  }
  #thumb-grid a .bg {
    height: 40vw;
  }
}
@media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
  #thumb-grid .contain {
    max-width: calc(100% - 60px);
  }
}

/**PRODUCT GRID**/
#thumb-grid.products {
  padding-bottom: 0;
}
#thumb-grid.products .thumb {
  position: relative;
}
#thumb-grid.products a .cont span {
  margin-top: 0;
  position: relative;
  display: table;
  left: auto;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
#thumb-grid.products .info {
  color: #333 !important;
  padding: 25px 10px;
  box-sizing: border-box;
}
#thumb-grid.products .title {
  font-family: "mrs-eaves-xl-serif", serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.25;
}
#thumb-grid.products .price {
  font-size: 16px;
  color: #7a7a7a;
  margin-top: 10px;
}
#thumb-grid.products .price.sale span {
  color: #93a352;
  font-size: 14px;
  margin-right: 10px;
  text-decoration: line-through;
}
#thumb-grid.products .sale-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
}
#thumb-grid.products .sale-tag img {
  width: 24px;
  display: block;
}
@media only screen and (max-width: 1199px) {
  #thumb-grid.products .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  #thumb-grid.products .info {
    padding: 15px 5px 20px;
  }
  #thumb-grid.products .price {
    margin-top: 2px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #thumb-grid.products a.col {
    width: 100%;
  }
  #thumb-grid.products .bg {
    height: 70vw;
  }
}

#sort-by {
  margin-top: 45px;
  padding-bottom: 5px;
  font-size: 12px;
  position: relative;
  z-index: 11;
}
#sort-by .contain {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-end;
}
#sort-by .sort {
  position: relative;
}
#sort-by .filter {
  font-family: "usual", sans-serif;
  color: #333;
}
#sort-by .filter i {
  padding-left: 12px;
  font-size: 15px;
}
#sort-by .select-menu {
  background: #f6f7f3;
  position: absolute;
  left: -25px;
  top: calc(100% + 10px);
  padding: 15px 60px 15px 25px;
}
#sort-by .select-menu li {
  padding: 3px 0;
  white-space: nowrap;
  cursor: pointer;
}
#sort-by .select-menu .active {
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  #sort-by .contain {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #sort-by .contain {
    max-width: none;
  }
}

#product-nav {
  margin-top: 80px;
  margin-bottom: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  justify-content: center;
}
#product-nav .nav {
  position: absolute;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}
#product-nav .nav img {
  display: inline-block;
  width: 20px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  transition: all 0.15s ease-in-out;
}
#product-nav .prev {
  left: 50px;
  text-align: left;
}
#product-nav .prev img {
  margin-right: 10px;
}
#product-nav .prev:hover img {
  margin-right: 15px;
}
#product-nav .next {
  right: 50px;
  text-align: right;
}
#product-nav .next img {
  margin-left: 10px;
}
#product-nav .next:hover img {
  margin-left: 15px;
}
#product-nav ul li {
  text-align: center;
  font-size: 16px;
  display: inline-block;
}
#product-nav ul li a, #product-nav ul li span {
  display: block;
  padding: 3px 10px;
}
#product-nav ul li.active a, #product-nav ul li span.current {
  background: #c7c95a;
}
#product-nav ul li:hover a {
  background: #f6f7f3;
}
@media only screen and (max-width: 1199px) {
  #product-nav .next {
    right: 30px;
  }
  #product-nav .prev {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #product-nav {
    margin: 40px 0 60px;
  }
  #product-nav .nav img {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  #product-nav ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #product-nav .next {
    right: 25px;
  }
  #product-nav .prev {
    left: 25px;
  }
}

/**PRODUCT PAGE**/
#product {
  padding-top: 80px;
}
#product .col-lt {
  width: 45%;
}
#product .col-lt .crumbs {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #product .col-lt .crumbs {
    display: inline-block !important;
  }
}
#product .col-rt {
  width: 55%;
  padding: 40px 30px 0 80px;
}
#product .col-rt .cont {
  max-width: 600px;
  margin: 0 auto;
}
#product .col-rt .crumbs {
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  #product .col-rt .crumbs {
    display: none !important;
  }
}
#product object {
  display: block;
  position: relative;
}
#product object a {
  display: block;
  position: relative;
  width: 100%;
  height: calc((100vw - 100px) * 0.45 - 20px);
  cursor: zoom-in;
}
#product object a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#product object .large {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  pointer-events: none;
}
#product .thumb-list {
  margin: 15px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-start;
}
#product .thumb-list a {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}
#product .thumb-list a:not(.active) {
  opacity: 0.65;
}
#product .thumb-list a:last-of-type {
  margin-right: 0;
}
#product .thumb-list a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#product .crumbs a {
  color: #93a352 !important;
}
#product h1 {
  font-family: "mrs-eaves-xl-serif", serif;
  letter-spacing: 0;
  font-size: 34px;
  font-weight: 400;
  margin: 20px 0 0;
  line-height: 1.25;
}
#product .price {
  font-size: 21px;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-start;
}
#product .price.sale span {
  color: #93a352;
  font-size: 18px;
  padding-right: 10px;
  text-decoration: line-through;
}
#product .share {
  border-top: 1px solid #dde0ce;
  border-bottom: 1px solid #dde0ce;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-start;
  padding: 10px 0;
  margin: 15px 0 0;
}
#product .share h4 {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}
#product .share a {
  font-size: 15px;
  padding-left: 20px;
}
#product .share a:hover {
  opacity: 0.65;
}
#product .desc {
  padding-top: 15px;
}
#product .desc p {
  padding: 7px 0;
}
#product #quote {
  margin: 40px 0 0;
}
@media only screen and (min-width: 1800px) {
  #product object a {
    max-height: 700px;
  }
}
@media only screen and (min-width: 1800px) {
  #product h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1199px) {
  #product {
    padding-top: 60px;
  }
  #product .col-rt {
    padding: 20px 0 0 50px;
    width: 45%;
  }
  #product .col-lt {
    width: 55%;
  }
  #product object a {
    height: calc((100vw - 100px) * 0.55 - 20px);
  }
  #product .thumb-list {
    margin: 10px 0 0;
  }
  #product .thumb-list a {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
  #product h1 {
    font-size: 30px;
    margin-top: 15px;
  }
  #product .price {
    font-size: 18px;
  }
  #product .price.sale span {
    font-size: 16px;
  }
  #product #quote {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  #product .col-lt, #product .col-rt {
    width: 100%;
  }
  #product .col-rt {
    padding: 30px 0 0;
  }
  #product .col-rt .cont {
    max-width: none;
  }
  #product .visible-sm {
    display: block !important;
  }
  #product .visible-sm.crumbs {
    display: flex !important;
  }
  #product h1 {
    margin-top: 5px;
  }
  #product object {
    margin-top: 15px;
  }
  #product object a {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  #product {
    padding-top: 30px;
  }
  #product h1 {
    font-size: 26px;
  }
  #product object .large {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  #product .thumb-list a {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #product object a {
    height: calc(100vw - 50px);
  }
}

#related {
  margin-top: 125px;
  padding: 60px 0 80px;
  background: #f6f7f3;
}
#related h2 {
  font-family: "mrs-eaves-xl-serif", serif;
  letter-spacing: 0;
  font-size: 34px;
  font-weight: 400;
  text-align: center;
  line-height: 1.25;
  padding-bottom: 10px;
}
#related .slick-list {
  margin: 0 -15px;
  overflow: hidden;
}
#related #thumb-grid a {
  margin-left: 15px;
  margin-right: 15px;
}
#related #thumb-grid a .bg {
  height: 22vw;
}
@media only screen and (min-width: 1800px) {
  #related #thumb-grid a .bg {
    height: 380px;
  }
}
@media only screen and (min-width: 1800px) {
  #related h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1199px) {
  #related h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  #related h2 {
    padding-bottom: 25px;
  }
  #related .slick-list {
    margin: 0 -10px;
  }
  #related #thumb-grid a {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  #related #thumb-grid a .bg {
    height: 285px;
  }
  #related .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1001;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(../img/arrow-rt.svg) no-repeat center right;
    background-size: 20px;
  }
  #related .slick-prev {
    left: -50px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #related .slick-next {
    right: -50px;
  }
}
@media only screen and (max-width: 767px) {
  #related {
    margin-top: 60px;
    padding: 40px 0;
  }
  #related h2 {
    padding-bottom: 15px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #related #thumb-grid a .bg {
    height: calc(100vw - 50px);
  }
  #related .slick-arrow {
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background: url(../img/arrow-rt.svg) no-repeat center center rgba(255, 255, 255, 0.75);
    background-size: 20px;
  }
  #related .slick-prev {
    left: 25px;
  }
  #related .slick-next {
    right: 25px;
  }
}

#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000000;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#lightbox.lightbox-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
#lightbox .inner {
  max-width: calc(100% - 200px);
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#lightbox .inner .cycle-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#lightbox .inner img {
  -o-object-fit: contain;
     object-fit: contain;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute !important;
  margin: 0 auto;
}
#lightbox .inner .wide {
  height: 100%;
  width: 100%;
}
#lightbox .inner .vert, #lightbox .inner .square {
  height: 100%;
  width: auto;
}
#lightbox .counter {
  position: absolute;
  top: 30px;
  width: 100px;
  left: 0;
  text-align: center;
  color: #333;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  z-index: 1001;
}
#lightbox .lb-nav {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  z-index: 1001;
}
#lightbox .lb-nav a {
  width: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  pointer-events: all;
  height: 100%;
}
#lightbox .lb-nav a:hover img {
  opacity: 0.65;
}
#lightbox .lb-nav a:before {
  width: 60px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  z-index: 0;
}
#lightbox .lb-nav a img {
  position: relative;
  width: 18px;
  transition: all 0.15s ease-in-out;
}
#lightbox #lb-close {
  top: 30px;
  right: 30px;
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #lightbox .inner .wide, #lightbox .inner .square {
    height: auto;
    width: calc(100% + 200px);
    max-width: calc(100% + 200px);
  }
  #lightbox .inner .vert {
    height: auto;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #lightbox .inner {
    max-width: calc(100% - 100px);
  }
  #lightbox .counter {
    top: 15px;
    width: 50px;
    font-size: 15px;
  }
  #lightbox .lb-nav a {
    width: 50px;
  }
  #lightbox .lb-nav a:before {
    width: 30px;
    height: 50px;
  }
  #lightbox .lb-nav a img {
    width: 15px;
  }
  #lightbox #lb-close {
    top: 15px;
    right: 12px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #lightbox .inner .wide, #lightbox .inner .square, #lightbox .inner .vert {
    width: calc(100% + 100px);
    max-width: calc(100% + 100px);
    max-height: calc(100% - 100px);
  }
}

.modal#shopping .cont {
  padding: 80px 100px 60px;
}
.modal#shopping .cont p {
  padding-bottom: 20px;
}
.modal#shopping .cont p:last-of-type {
  padding-bottom: 0;
}
.modal#shopping .arrow-link {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .modal#shopping .cont {
    padding: 60px 50px 40px;
  }
  .modal#shopping .cont p {
    padding-bottom: 15px;
  }
  .modal#shopping .arrow-link {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .modal#shopping .cont {
    padding: 60px 25px 40px;
  }
}

.htb .img-wrap {
  left: 0;
}
.htb .copy {
  margin-left: 50%;
}
@media only screen and (max-width: 1023px) {
  .htb .copy {
    margin-left: 45%;
  }
}

#processing {
  position: relative;
  top: -2px;
  right: -20px;
  width: 50px;
  margin: 0;
  vertical-align: middle;
}

#shipping {
  background: #f6f7f3;
  padding: 110px 0 150px;
}
#shipping p:first-of-type {
  padding-top: 20px;
}
#shipping form {
  margin: 10px 0 0;
}
#shipping fieldset {
  border: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#shipping input, #shipping textarea {
  font-size: 18px;
  font-family: "usual", sans-serif;
  font-weight: 400;
  color: #333;
  border: 0;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background: transparent;
  padding: 5px 0;
  line-height: 1.5;
  margin-top: 35px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  width: 100%;
  resize: none;
}
#shipping input.half, #shipping textarea.half {
  width: calc(50% - 15px);
}
#shipping label {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #666;
  font-weight: 500;
  display: block;
  width: 100%;
  margin-top: 35px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  padding: 7px 0;
}
#shipping textarea {
  margin-top: 0;
  height: 200px;
  padding-top: 15px;
}
#shipping textarea::-webkit-input-placeholder {
  color: #333;
}
#shipping textarea::-moz-placeholder {
  color: #333;
}
#shipping textarea:-ms-input-placeholder {
  color: #333;
}
#shipping textarea::placeholder {
  color: #333;
}
#shipping :not(textarea)::-webkit-input-placeholder {
  font-family: "usual", sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #666;
  font-weight: 400;
}
#shipping :not(textarea)::-moz-placeholder {
  font-family: "usual", sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #666;
  font-weight: 400;
}
#shipping :not(textarea):-ms-input-placeholder {
  font-family: "usual", sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #666;
  font-weight: 400;
}
#shipping :not(textarea)::placeholder {
  font-family: "usual", sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #666;
  font-weight: 400;
}
#shipping .arrow-btn {
  margin: 50px 30px 0 0;
  display: inline-block;
}
#shipping .country {
  width: calc(50% - 15px);
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  margin-top: 35px;
  padding: 5px 0;
  position: relative;
  cursor: pointer;
}
#shipping .country i {
  position: absolute;
  right: 0;
  font-size: 24px;
  bottom: 6px;
  pointer-events: none;
  cursor: pointer;
}
#shipping select {
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 100%;
  border: 0;
  background: transparent;
  border-radius: 0;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  line-height: 1.5;
  font-family: "usual", sans-serif;
  font-weight: 400;
  color: #333;
  border: 0;
  outline: none;
}
#shipping select::-ms-expand {
  display: none;
}
#shipping ul {
  padding-top: 15px;
  font-size: 18px;
  width: 100%;
}
#shipping ul li {
  position: relative;
  padding-left: 20px;
  background: url(../img/triangle-rt.svg) no-repeat left top 10px;
  background-size: 6px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: space-between;
}
#shipping ul li a:hover {
  color: #93a352;
}
#shipping ul li .remove {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.15s ease-in-out;
}
#shipping ul li .remove:hover {
  color: #93a352;
}
@media only screen and (max-width: 1199px) {
  #shipping {
    padding: 90px 0 125px;
  }
  #shipping input, #shipping textarea {
    font-size: 17px;
    margin-top: 30px;
  }
  #shipping label {
    font-size: 11px;
    margin-top: 30px;
  }
  #shipping textarea {
    height: 180px;
    margin-top: 0;
  }
  #shipping :not(textarea)::-webkit-input-placeholder {
    font-size: 11px;
  }
  #shipping :not(textarea)::-moz-placeholder {
    font-size: 11px;
  }
  #shipping :not(textarea):-ms-input-placeholder {
    font-size: 11px;
  }
  #shipping :not(textarea)::placeholder {
    font-size: 11px;
  }
  #shipping .country {
    margin-top: 30px;
  }
  #shipping select {
    font-size: 17px;
  }
  #shipping ul {
    font-size: 17px;
  }
  #shipping ul li {
    background-position: left top 8px;
  }
}
@media only screen and (max-width: 767px) {
  #shipping {
    padding: 40px 0 50px;
  }
  #shipping input, #shipping textarea {
    font-size: 16px;
    margin-top: 18px;
  }
  #shipping label {
    margin-top: 18px;
  }
  #shipping textarea {
    height: 160px;
    margin-top: 0;
  }
  #shipping :not(textarea)::-webkit-input-placeholder {
    font-size: 11px;
  }
  #shipping :not(textarea)::-moz-placeholder {
    font-size: 11px;
  }
  #shipping :not(textarea):-ms-input-placeholder {
    font-size: 11px;
  }
  #shipping :not(textarea)::placeholder {
    font-size: 11px;
  }
  #shipping .country {
    margin-top: 17px;
  }
  #shipping select {
    font-size: 16px;
  }
  #shipping ul {
    font-size: 16px;
  }
  #shipping ul li {
    background-position: left top 8px;
    display: block;
  }
  #shipping ul li .remove {
    clear: both;
    display: table;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  #shipping .arrow-btn {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #shipping input.half {
    width: 100%;
  }
  #shipping .country {
    width: 100%;
  }
  #shipping fieldset {
    padding-bottom: 15px;
  }
  #shipping .arrow-btn {
    margin-top: 15px;
    width: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  #shipping .arrow-btn img {
    margin: 0;
  }
}

#split-top.contact-us .img-wrap {
  left: 50%;
}
#split-top.contact-us .cont p {
  padding: 0 0 20px;
}
#split-top.contact-us .contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 2;
}
#split-top.contact-us .contact p {
  padding: 0;
}
#split-top.contact-us .contact p:first-of-type {
  font-weight: 600;
  padding-bottom: 10px;
}
#split-top.contact-us .contact span {
  display: block;
}
#split-top.contact-us .contact a:hover {
  color: #93a352;
}
#split-top.contact-us .contact div {
  width: 50%;
}
#split-top.contact-us h3:last-of-type {
  margin-top: 30px;
}
#split-top.contact-us i {
  width: 25px;
}
#split-top.contact-us span, #split-top.contact-us a {
  display: table;
  line-height: 2;
}
#split-top.contact-us a:hover {
  color: #93a352 !important;
}
@media only screen and (max-width: 1023px) {
  #split-top.contact-us .img-wrap {
    left: 55%;
  }
}
@media only screen and (max-width: 767px) {
  #split-top.contact-us .img-wrap {
    left: auto;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #split-top.contact-us .contact div {
    width: 100%;
  }
  #split-top.contact-us .contact div:last-of-type {
    margin-top: 15px;
  }
}

#newsletter {
  background: #f6f7f3;
  position: relative;
}
#newsletter:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 25%;
  background: #333;
  content: "";
  z-index: 0;
}
#newsletter .col-lt {
  width: 75%;
  padding: 110px 0 120px;
}
#newsletter .col-rt {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  width: 25%;
  background: #333;
  z-index: 1;
}
#newsletter .col-rt li {
  display: block;
  text-align: center;
  font-size: 24px;
  padding: 12px 0;
}
#newsletter .col-rt a {
  color: #f6f7f3 !important;
}
#newsletter .col-rt a:hover {
  color: #c7c95a !important;
}
#newsletter .eyebrow {
  color: #777;
}
#newsletter h3 {
  padding-top: 15px;
  max-width: 900px;
  width: 90%;
}
#newsletter form {
  margin: 50px 0 0;
  width: 66.6667%;
  position: relative;
}
#newsletter form .ctct_usage {
  display: none;
}
#newsletter form .ctct-form-field label {
  display: none;
}
#newsletter form input {
  position: relative;
  font-size: 18px;
  font-family: "usual", sans-serif;
  font-weight: 300;
  color: #333;
  border: 0;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background: transparent;
  padding: 8px 0;
  line-height: 1.5;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  width: 100%;
}
#newsletter form input::-webkit-input-placeholder {
  font-family: "usual", sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: 300;
}
#newsletter form input::-moz-placeholder {
  font-family: "usual", sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: 300;
}
#newsletter form input:-ms-input-placeholder {
  font-family: "usual", sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: 300;
}
#newsletter form input::placeholder {
  font-family: "usual", sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: 300;
}
#newsletter form button {
  display: block;
  width: 50px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
#newsletter form button img {
  width: 20px;
  float: right;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #newsletter .contain-md {
    max-width: none;
  }
  #newsletter .col-lt {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #newsletter .col-lt {
    padding: 50px 25px;
  }
  #newsletter .col-rt li {
    font-size: 18px;
  }
  #newsletter h3 {
    width: 100%;
  }
  #newsletter form {
    margin: 30px 0 0;
    width: 100%;
  }
  #newsletter form input {
    font-size: 16px;
  }
  #newsletter form input::-webkit-input-placeholder {
    font-size: 16px;
  }
  #newsletter form input::-moz-placeholder {
    font-size: 16px;
  }
  #newsletter form input:-ms-input-placeholder {
    font-size: 16px;
  }
  #newsletter form input::placeholder {
    font-size: 16px;
  }
  #newsletter .ctct-form-wrapper .ctct-message.ctct-success {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #newsletter:after {
    display: none;
  }
  #newsletter .col-lt, #newsletter .col-rt {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
  }
  #newsletter .col-lt {
    order: 2;
    padding: 50px 0;
  }
  #newsletter .col-rt {
    width: calc(100% + 50px);
    margin: 0 -25px;
    padding: 15px 0;
  }
  #newsletter .col-rt ul li {
    display: inline-block;
    padding: 0 25px;
  }
}

#directions {
  position: relative;
}
#directions img {
  display: block;
  width: 100%;
  max-height: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
}
#directions a {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.75);
  padding: 0 60px;
  height: 80px;
  line-height: 80px;
  white-space: nowrap;
}
#directions a:hover {
  background: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 767px) {
  #directions a {
    padding: 0 40px;
    height: 70px;
    font-size: 17px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #directions img {
    height: 75vw;
    max-height: 75vw;
  }
}

#split-top.mtp .copy {
  background: #f6f7f3;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-left: 50%;
}
#split-top.mtp h3 {
  text-indent: -12px;
  padding-right: 10%;
}
@media only screen and (min-width: 1800px) {
  #split-top.mtp .copy {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  #split-top.mtp h3 {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  #split-top.mtp .copy {
    padding: 120px 75px;
  }
  #split-top.mtp h3 {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  #split-top.mtp .copy {
    margin-left: 45%;
    padding: 120px 50px;
  }
}
@media only screen and (max-width: 767px) {
  #split-top.mtp .copy {
    margin: 0;
    padding: 45px 25px 40px;
    text-align: center;
  }
  #split-top.mtp .copy h3 {
    text-indent: 0;
  }
}

#press-main {
  padding: 100px 0 150px;
}
#press-main .intro p {
  padding: 10px 0;
}
#press-main .grid {
  padding: 50px 50px 0;
  box-sizing: border-box;
}
#press-main .grid li {
  width: calc(33.333% - 33.3333333333px);
  margin-top: 50px;
  text-align: center;
}
#press-main .grid a {
  display: block;
}
#press-main .grid a:hover span {
  color: #93a352;
}
#press-main .grid a:hover span:after {
  background: #93a352;
}
#press-main .grid a:hover img {
  opacity: 0.85;
}
#press-main .grid a * {
  cursor: pointer;
}
#press-main .grid img {
  display: block;
  margin: 0;
  transition: all 0.15s ease-in-out;
}
#press-main .grid h4 {
  font-family: "mrs-eaves-xl-serif", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.25;
  margin: 0 auto;
  padding-top: 25px;
}
#press-main .grid p {
  color: #93a352;
  font-size: 13px;
  letter-spacing: 0.1em;
  display: block;
  text-transform: uppercase;
  max-width: 310px;
  margin: 5px auto 0;
}
#press-main .grid span {
  position: relative;
  font-size: 11px;
  letter-spacing: 0.1em;
  display: table;
  text-transform: uppercase;
  margin: 15px auto 0;
  font-weight: 600;
  padding-bottom: 3px;
  transition: all 0.15s ease-in-out;
}
#press-main .grid span:after {
  position: absolute;
  transition: all 0.15s ease-in-out;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333;
  content: "";
}
@media only screen and (max-width: 1199px) {
  #press-main {
    padding: 80px 0 125px;
  }
  #press-main .grid {
    padding: 30px 0 0;
  }
  #press-main .grid li {
    width: calc(33.333% - 20px);
  }
  #press-main .grid p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  #press-main .grid {
    padding: 15px 0 0;
  }
  #press-main .grid li {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  #press-main {
    padding: 30px 0 50px;
  }
  #press-main .grid {
    padding: 0;
  }
  #press-main .grid li {
    width: calc(50% - 20px);
    margin-top: 35px;
  }
  #press-main .grid h4 {
    font-size: 21px;
    padding-top: 15px;
  }
  #press-main .grid span {
    font-size: 10px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #press-main .grid li {
    width: calc(50% - 10px);
  }
  #press-main .grid li p {
    display: none;
  }
  #press-main .grid li span {
    margin-top: 5px;
  }
}

#tour-wrap #welcome {
  position: relative;
  height: calc(100vh - 120px);
}
#tour-wrap #welcome .col-wrap {
  position: relative;
  height: 100%;
  align-items: center;
}
#tour-wrap #welcome:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #f6f7f3;
  content: "";
  z-index: 0;
}
#tour-wrap #welcome .img-wrap {
  height: 100%;
  position: relative;
  width: 55%;
}
#tour-wrap #welcome .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#tour-wrap #welcome .copy {
  position: relative;
  padding: 0 100px 0 50px;
  width: 45%;
  height: 100%;
}
#tour-wrap #welcome .copy .cont {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 90px;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#tour-wrap #welcome .copy .eyebrow {
  color: #777;
}
#tour-wrap #welcome .copy h1 {
  margin: 20px 0 0;
}
#tour-wrap #welcome .scroll {
  bottom: 40px;
  left: 0;
}
@media only screen and (min-width: 1800px) {
  #tour-wrap #welcome .copy .cont {
    max-width: 450px;
  }
}
@media only screen and (max-width: 1199px) {
  #tour-wrap #welcome .copy {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1023px) {
  #tour-wrap #welcome {
    height: auto;
  }
  #tour-wrap #welcome .col-wrap {
    height: auto;
  }
  #tour-wrap #welcome:before {
    display: none;
  }
  #tour-wrap #welcome .img-wrap {
    height: 55vh;
    width: 100%;
    order: 2;
  }
  #tour-wrap #welcome .copy {
    position: relative;
    padding: 100px 0 80px;
    width: 100%;
    order: 1;
    height: auto;
  }
  #tour-wrap #welcome .copy .cont {
    max-width: 500px;
    padding-bottom: 0;
    height: auto;
  }
  #tour-wrap #welcome .scroll {
    display: none;
  }
}
@media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
  #tour-wrap #welcome .copy {
    padding: 50px 0;
  }
  #tour-wrap #welcome .copy .cont {
    max-width: 600px;
  }
  #tour-wrap #welcome .copy h1 {
    margin: 10px 0 0;
  }
  #tour-wrap #welcome .img-wrap {
    height: 50vw;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #tour-wrap #welcome .copy {
    padding: 75px 25px 50px;
  }
  #tour-wrap #welcome .copy h1 {
    margin: 10px 0 0;
  }
}

#works-intro {
  background: #f6f7f3;
  padding: 100px 0;
}
#works-intro .col-wrap {
  align-items: center;
}
#works-intro .col-rt {
  width: 38%;
  max-width: 500px;
}
#works-intro p {
  padding: 10px 0;
}
@media only screen and (max-width: 1023px) {
  #works-intro .col-wrap {
    align-items: flex-start;
  }
  #works-intro .col-lt {
    width: 55%;
    margin-top: -15px;
  }
  #works-intro .col-rt {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  #works-intro {
    padding: 60px 0 40px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #works-intro {
    padding: 30px 0 25px;
  }
  #works-intro .col-lt, #works-intro .col-rt {
    width: 100%;
    margin: 0 auto;
  }
  #works-intro .col-rt {
    margin-top: 30px;
  }
}

#tour-wrap #quote-banner {
  position: relative;
}
#tour-wrap #quote-banner img {
  position: relative;
  display: block;
  width: 100%;
  max-height: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
}
#tour-wrap #quote-banner article {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
#tour-wrap #quote-banner article div {
  max-width: 500px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.85);
  padding: 80px 75px 70px 50px;
}
#tour-wrap #quote-banner article h3 {
  text-indent: -12px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1800px) {
  #tour-wrap #quote-banner article div {
    max-width: 550px;
  }
}
@media only screen and (max-width: 1199px) {
  #tour-wrap #quote-banner article div {
    max-width: 425px;
    padding: 60px 50px;
  }
  #tour-wrap #quote-banner article div h3 {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #tour-wrap #quote-banner img {
    height: 75vw;
    max-height: 75vw;
  }
  #tour-wrap #quote-banner article div {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #tour-wrap #quote-banner img {
    height: 90vw;
    max-height: 90vw;
  }
  #tour-wrap #quote-banner article div {
    padding: 50px;
  }
  #tour-wrap #quote-banner article div h3 {
    margin-bottom: 20px;
  }
}

#tour-wrap .split {
  position: relative;
  margin-top: 100px;
}
#tour-wrap .split#dsco .img-wrap {
  right: 0;
}
#tour-wrap .split#dsco .cont {
  padding-right: 100px;
}
#tour-wrap .split#branch {
  background: #f6f7f3;
  padding-bottom: 100px;
}
#tour-wrap .split#branch .img-wrap {
  left: 0;
  bottom: 100px;
  height: calc(100% - 100px);
}
#tour-wrap .split#branch .cont {
  margin-left: 50%;
  padding-left: 75px;
  padding-right: 25px;
}
#tour-wrap .split .cont {
  width: 50%;
  box-sizing: border-box;
  padding-top: 10%;
  padding-bottom: 10%;
}
#tour-wrap .split h3 {
  padding-bottom: 15px;
}
#tour-wrap .split p {
  padding: 10px 0;
}
#tour-wrap .split .arrow-link {
  margin-top: 35px;
}
#tour-wrap .split .img-wrap {
  width: calc(50% - 75px);
  position: absolute;
  top: 0;
  height: 100%;
}
#tour-wrap .split .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1800px) {
  #tour-wrap .split .cont {
    padding-top: 15%;
    padding-bottom: 15%;
  }
}
@media only screen and (max-width: 1199px) {
  #tour-wrap .split#dsco .cont {
    padding-right: 50px;
  }
  #tour-wrap .split#branch .cont {
    padding-left: 40px;
    padding-right: 25px;
  }
  #tour-wrap .split .img-wrap {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 1023px) {
  #tour-wrap .split#dsco .img-wrap {
    right: auto;
  }
  #tour-wrap .split#dsco .cont {
    padding-right: 0;
  }
  #tour-wrap .split#branch {
    padding-top: 80px;
  }
  #tour-wrap .split#branch .img-wrap {
    left: auto;
    bottom: auto;
    height: auto;
  }
  #tour-wrap .split#branch .cont {
    margin-left: auto;
    padding: 0;
  }
  #tour-wrap .split .cont {
    width: 100%;
    padding: 0;
  }
  #tour-wrap .split .img-wrap {
    width: 100%;
    max-width: 600px;
    margin: 50px auto 0;
    position: relative;
    top: auto;
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  #tour-wrap .split {
    margin-top: 60px;
  }
  #tour-wrap .split h3 {
    padding-bottom: 10px;
  }
  #tour-wrap .split p {
    padding: 8px 0;
  }
  #tour-wrap .split .arrow-link {
    margin-top: 25px;
  }
  #tour-wrap .split#branch {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #tour-wrap .split {
    margin-top: 45px;
  }
  #tour-wrap .split .img-wrap {
    margin: 50px auto 0;
    width: calc(100% - 50px);
    height: auto;
  }
  #tour-wrap .split#branch {
    padding: 40px 0;
  }
}

#tour-gal {
  position: relative;
}
#tour-gal .cycle-slideshow {
  position: relative !important;
  height: 65vw;
  width: 100%;
  max-height: calc(100vh - 120px);
}
#tour-gal .cycle-slideshow:after {
  position: absolute;
  width: 100%;
  height: 180px;
  content: "";
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.25;
  z-index: 1000;
}
#tour-gal .slide {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
#tour-gal .counter {
  position: absolute;
  width: 100px;
  width: 100%;
  text-align: center;
  text-align: center;
  color: #fff;
  bottom: 50px;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  z-index: 1001;
}
#tour-gal .gal-nav {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  z-index: 1001;
}
#tour-gal .gal-nav a {
  width: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  pointer-events: all;
  height: 100%;
}
#tour-gal .gal-nav a:hover img {
  opacity: 0.65;
}
#tour-gal .gal-nav a img {
  position: relative;
  width: 18px;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #tour-gal .cycle-slideshow {
    height: 75vw;
  }
}
@media only screen and (max-width: 767px) {
  #tour-gal .counter {
    bottom: 25px;
    font-size: 15px;
  }
  #tour-gal .gal-nav a {
    width: 50px;
  }
  #tour-gal .gal-nav a:before {
    width: 30px;
    height: 50px;
  }
  #tour-gal .gal-nav a img {
    width: 15px;
  }
}

#ig-feed {
  padding: 90px 0 100px;
}
#ig-feed h3 a {
  color: #93a352;
}
#ig-feed h3:hover a {
  color: #333;
}
#ig-feed .contain {
  overflow: visible;
}
#ig-feed .contain .feed {
  margin-top: 30px;
  width: 1000000px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
#ig-feed .contain .feed a {
  width: 260px;
  height: 260px;
  margin-right: 20px;
}
#ig-feed .contain .feed a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#ig-feed .contain .feed a:hover {
  opacity: 0.85;
}
@media only screen and (min-width: 1800px) {
  #ig-feed .contain .feed a {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 1023px) {
  #ig-feed .contain .feed a {
    width: 180px;
    height: 180px;
  }
}
@media only screen and (max-width: 767px) {
  #ig-feed {
    padding: 50px 0 60px;
  }
  #ig-feed .contain .feed a {
    width: 180px;
    height: 180px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #ig-feed {
    padding: 40px 0 50px;
  }
  #ig-feed .contain {
    overflow: visible;
  }
  #ig-feed .contain .feed {
    margin-top: 10px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #ig-feed .contain .feed a {
    width: calc(50% - 8px);
    height: calc((100vw - 50px) / 2 - 8px);
    margin: 16px 0 0;
  }
  #ig-feed .contain .feed a:nth-child(n+5) {
    display: none;
  }
}

#tour-wrap #inspo-grid {
  padding-bottom: 150px;
}
@media only screen and (max-width: 1199px) {
  #tour-wrap #inspo-grid {
    padding-bottom: 125px;
  }
}
@media only screen and (max-width: 767px) {
  #tour-wrap #inspo-grid {
    padding-bottom: 25px;
  }
}

#inspo-grid {
  background: #f6f7f3;
  padding: 100px 0 0;
}
#inspo-grid .grid {
  padding: 0 50px;
  box-sizing: border-box;
}
#inspo-grid .item {
  margin-top: 50px;
  text-align: center;
}
#inspo-grid .item img {
  position: relative;
  display: block;
  width: 100%;
}
#inspo-grid .item .cont {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  color: #fff;
  transition: all 0.15s ease-in-out;
}
#inspo-grid .item .cont h3 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
}
#inspo-grid .item:hover .cont {
  background: rgba(0, 0, 0, 0.35);
}
#inspo-grid .item:hover .cont h3 {
  opacity: 1;
  visibility: visible;
}
#inspo-grid .half {
  width: calc(50% - 25px);
  height: img;
  height-height: 100%;
  height-object-fit: cover;
}
#inspo-grid .full {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  #inspo-grid {
    padding: 50px 0 0;
  }
  #inspo-grid .item {
    margin-top: 30px;
  }
  #inspo-grid .half {
    width: calc(50% - 15px);
    /**height: 45vw;**/
  }
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #inspo-grid .grid {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #inspo-grid .grid {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #inspo-grid {
    padding: 15px 0 20;
  }
  #inspo-grid .item {
    margin-top: 10px;
  }
  #inspo-grid .half {
    width: calc(50% - 5px);
    /**height: 55vw;**/
  }
}

#sb-wrap #split-top .copy {
  background: #f6f7f3;
}
#sb-wrap #inspo-grid {
  background: #fff;
}
#sb-wrap #inspo-nav {
  margin: 80px auto 0;
  padding-bottom: 150px;
}
#sb-wrap #inspo-nav .contain {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: space-between;
}
#sb-wrap #inspo-nav a:last-of-type {
  margin-right: 50px;
}
#sb-wrap #inspo-nav a:first-of-type {
  margin-left: 50px;
}
#sb-wrap #inspo-nav .arrow-lt img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 15px 0 0;
}
#sb-wrap #inspo-nav .arrow-lt:hover img {
  margin-right: 25px;
}
@media only screen and (max-width: 1199px) {
  #sb-wrap #inspo-nav {
    padding-bottom: 125px;
  }
  #sb-wrap #inspo-nav a {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #sb-wrap #inspo-nav {
    margin: 50px auto 0;
    padding-bottom: 75px;
  }
}

#info-wrap {
  padding-bottom: 150px;
}
#info-wrap #page-title {
  background: #f6f7f3;
  padding: 80px 0 30px;
}
#info-wrap #page-title h1 {
  font-size: 48px;
  color: #333;
  font-family: "mrs-eaves-xl-serif", serif;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.25;
}
#info-wrap #info {
  margin-top: 35px;
}
#info-wrap h1.secondary {
  font-size: 48px;
  color: #333;
  font-family: "mrs-eaves-xl-serif", serif;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.25;
  padding: 45px 0 0px;
  margin-bottom: 25px;
  border-bottom: 2px solid #dde0ce;
}
#info-wrap h2 {
  font-size: 14px;
  padding: 24px 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}
#info-wrap p {
  padding: 12px 0;
}
#info-wrap ul {
  padding: 12px 0 0;
}
#info-wrap ul li {
  padding: 0 0 12px 20px;
  position: relative;
}
#info-wrap ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #333;
  content: "";
  border-radius: 4px;
}
#info-wrap a {
  font-weight: 600;
  text-decoration: underline;
  word-break: break-all;
}
#info-wrap a:hover {
  color: #93a352 !important;
}
#info-wrap .large {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  #info-wrap {
    padding-bottom: 125px;
  }
  #info-wrap #info {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #info-wrap {
    padding-bottom: 50px;
  }
  #info-wrap #page-title {
    padding: 45px 0 15px;
  }
  #info-wrap #page-title h1 {
    font-size: 32px;
  }
  #info-wrap #info {
    margin-top: 20px;
  }
  #info-wrap h1.secondary {
    font-size: 32px;
    padding: 25px 0 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dde0ce;
  }
  #info-wrap h2 {
    font-size: 13px;
    padding: 15px 0 7px;
  }
  #info-wrap p {
    padding: 7px 0;
  }
  #info-wrap ul {
    padding: 7px 0 0;
  }
  #info-wrap ul li {
    padding: 0 0 7px 15px;
  }
  #info-wrap ul li:before {
    top: 10px;
    width: 4px;
    height: 4px;
  }
  #info-wrap .large {
    font-size: 16px;
  }
}
@media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
  #info-wrap #page-title {
    padding: 30px 0 15px;
  }
}

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