@charset "UTF-8";
/* Import font */
@font-face {
  font-family: "GillSans-Light";
  src: url("../fonts/GillSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "GillSans-MT";
  src: url("../fonts/gill-sans-mt.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gistesy";
  src: url("../fonts/Gistesy.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
}
/************* NAVIGATION *****************/
@media (min-width: 960px) {
  body:not(.home) .content {
    margin-top: 85px;
  }
}

.before-content {
  position: sticky;
  z-index: 999;
}

@media (min-width: 960px) {
  .elementor-page .before-content, .woocommerce-page .before-content, .woocommerce .before-content {
    height: 85px;
  }
}

.header {
  --nav-font-color: $text-color;
  --nav-bgcolor: transparent;
  --nav-highlight: $bgColor;
  display: flex;
}
@media (min-width: 960px) {
  .header {
    --nav-font-color: $text-color;
    --nav-bgcolor: white;
    --hover-color: #7a7a7a;
    position: fixed;
    top: 0;
    width: 100%;
    height: 85px;
    background-color: var(--nav-bgcolor);
    color: var(--nav-font-color);
  }
}
.header a {
  color: #0a2c3d;
}

@media (min-width: 960px) {
  .home .header {
    --nav-bgcolor: rgba(92,92,92, 0.44);
  }
}
@media (min-width: 960px) and (min-width: 2000px) {
  .home .header {
    max-width: 2000px;
    left: calc(50% - 1000px);
  }
}
@media (min-width: 960px) {
  .header.scrolled, .home .header.scrolled {
    --nav-font-color: $text-color;
    --nav-bgcolor: white;
  }
}
.header-container {
  width: 100%;
  min-width: 300px;
  max-width: 100vw;
  top: 0;
  position: absolute;
}
@media (min-width: 960px) {
  .header-container {
    top: unset;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    min-width: 1025px;
    width: 100%;
  }
  .header-container .header-logo-container {
    width: 220px;
  }
}
@media (min-width: 960px) and (max-width: 1024px) {
  .header-container .header-logo-container {
    display: none;
  }
}
@media (min-width: 960px) {
  .header-container .header-logo-container .header-logo {
    max-width: unset;
    width: auto;
    margin-right: 0;
  }
}
@media (min-width: 960px) and (hover: hover) {
  .header-container .header-logo-container .header-logo:hover {
    text-decoration: none;
  }
}
@media (min-width: 960px) {
  .header-container .header-logo-container picture:after {
    content: "|";
    font-size: 20px;
    color: #0a2c3d;
    font-family: "GillSans-Light";
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    margin-left: 13.5px;
    text-align: left;
    color: inherit;
    font-weight: 300;
  }
}
@media (min-width: 960px) and (max-width: 1300px) {
  .header-container .header-logo-container picture:after {
    margin-left: 7.5px;
  }
}
@media (min-width: 960px) and (hover: hover) {
  .header-container .header-logo-container picture:hover {
    text-decoration: none;
  }
}
@media (min-width: 960px) {
  .header-container .header-logo-container .header-logo-text {
    font-size: 22px;
    margin-right: 1.2em;
  }
}
@media (min-width: 1150px) {
  .header-container {
    min-width: 1150px;
    width: 85%;
    max-width: 2000px;
  }
}
@media (min-width: 1300px) {
  .header-container {
    min-width: 1300px;
  }
}
@media screen and (max-width: 959px) {
  .header-container {
    position: fixed;
    background-color: white;
  }
  .header-container .header-logo-container {
    width: 40%;
    text-align: center;
  }
  .header-container .header-logo-container .header-logo {
    margin: 0 7.5%;
    font-size: 15px;
    padding: 0;
  }
  .header-container .header-logo-container .header-logo picture {
    max-height: 60px;
  }
}

.nav {
  align-items: center;
  justify-content: left;
  width: auto;
  font-family: "GillSans-Light";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
}
.nav .nav-wrapper {
  width: 100%;
}
.nav .nav-list {
  list-style: none;
}
.nav .nav-list > .menu-item .toggle-sub-menu {
  display: none !important;
}
.nav .nav-list .menu-item {
  font-family: "GillSans-Light";
}
.nav .nav-list .menu-item a, .nav .nav-list .menu-item a:visited {
  color: #000;
}
.nav .nav-list .sub-menu {
  padding: 10px 0;
  border-radius: 0.25em;
}
.nav .nav-list .sub-menu .menu-item {
  text-transform: none;
  white-space: nowrap;
}
@media (hover: hover) {
  .nav .nav-list .sub-menu .menu-item:hover {
    background-color: #f6f3f1;
  }
}
.nav .nav-list .sub-menu .menu-item a {
  padding: 10px 30px;
  text-transform: uppercase;
}
@media (hover: hover) {
  .nav .nav-list .sub-menu .menu-item a:hover {
    color: inherit;
  }
}
.nav .current-menu-item > a {
  color: #0a2c3d;
}
@media (min-width: 960px) {
  .nav {
    max-width: calc(100% - 250px);
    height: var(--header-height);
    width: auto;
  }
  .nav .nav-list {
    min-width: 675px;
    flex-wrap: nowrap;
  }
  .nav .nav-list .menu-item {
    position: relative;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 960px) and (hover: hover) {
  .nav .nav-list .menu-item a:hover {
    color: #0a2c3d;
  }
}
@media (min-width: 960px) {
  .nav .nav-list > .menu-item:first-child, .nav .nav-list > .menu-item:nth-child(2) {
    display: none;
  }
  .nav .nav-list > .menu-item > a {
    padding: 20px 15px;
    font-size: 16px;
    white-space: nowrap;
  }
}
@media (min-width: 960px) and (max-width: 1149px) {
  .nav .nav-list > .menu-item > a {
    padding: 20px 10px;
  }
}
@media (min-width: 960px) {
  .nav .nav-list .search {
    flex: 1 1 350px;
    display: inline-flex;
  }
}
@media (min-width: 960px) {
  .nav .nav-list .some {
    flex: 0 0 140px;
  }
  .nav .nav-list .some svg {
    vertical-align: middle;
    margin: 3px;
    width: 16px;
    height: 16px;
    transition-property: transform;
    transition-timing-function: ease, ease;
    transition-duration: 0.2s, 0.2s;
  }
}
@media (min-width: 960px) and (hover: hover) {
  .nav .nav-list .some svg:hover {
    transform: scale(1.1);
  }
}
@media (min-width: 960px) {
  .nav .nav-list .some svg path {
    fill: #545454;
  }
}
@media (min-width: 960px) and (max-width: 1300px) {
  .nav .nav-list .some {
    display: none;
  }
}

#search-container {
  display: block;
}
@media (min-width: 960px) {
  #search-container {
    width: unset;
    min-width: 225px;
    position: initial;
    margin: 20px 5px 20px auto;
    border: #545454 2px solid;
    border-radius: 2em;
  }
}
@media (min-width: 960px) and (max-width: 1149px) {
  #search-container {
    min-width: 190px;
  }
}
@media (min-width: 960px) and (max-width: 1149px) {
  #search-container {
    min-width: 150px;
  }
}
#search-container .searchform {
  max-width: unset;
  padding-left: 0.5em;
}
@media (min-width: 960px) {
  #search-container .searchform {
    padding: 0;
    height: 22px;
  }
}
#search-container .searchform label {
  margin: 0;
}
#search-container .searchform .search-field {
  border: none;
  background-color: transparent;
  line-height: 1.8em;
}
#search-container .searchform .search-field:-internal-autofill-selected {
  background-color: transparent !important;
}
@media (min-width: 960px) {
  #search-container .searchform .search-field {
    padding: 0;
    margin-left: 1em;
    width: 10em;
    text-align: left;
    padding: 2px;
    line-height: 1.2em;
    font-size: 14px;
    vertical-align: top;
  }
  #search-container .searchform .search-field::placeholder {
    color: transparent;
  }
}
@media (min-width: 960px) and (max-width: 1090px) {
  #search-container .searchform .search-field {
    width: 6.5em;
  }
}
@media (min-width: 960px) and (min-width: 1150px) {
  #search-container .searchform .search-field {
    width: 12.5em;
  }
}
#search-container .searchform .search-field:focus::placeholder {
  color: transparent;
}
#search-container .searchform .search-submit {
  display: initial;
  width: auto;
  height: 100%;
  padding: 0;
  margin-right: 0.5em;
  line-height: unset;
}
#search-container .searchform .search-submit svg {
  width: 18px;
  height: 18px;
}
@media (min-width: 960px) {
  #search-container .searchform .search-submit svg {
    width: 16px;
    height: 16px;
    transform: scale(-1, 1);
    margin-bottom: 4.5px;
  }
  #search-container .searchform .search-submit svg path {
    fill: #545454;
  }
}

@media screen and (max-width: 959px) {
  .nav {
    margin-left: auto;
  }
  .nav button:active, .nav button:focus-visible {
    box-shadow: none;
    outline: none;
  }
  .nav-open {
    min-height: 100vh;
    top: 0;
    padding: 0;
  }
  .nav-open .nav-list {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
  }
  .nav-open .nav-list .search {
    display: inline-flex;
    flex: 0 0 100% !important;
    order: -1;
    padding: 12px 5px 8px;
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  .nav-open .nav-list .search #search-container {
    position: static;
    text-align: left;
    background-color: transparent;
    line-height: 1;
  }
  .nav-open .nav-list .search #search-container .searchform .search-submit {
    float: left;
    margin-right: 1em;
    padding: 5px;
  }
  .nav-open .nav-list .search-field, .nav-open .nav-list .search-field::placeholder {
    width: 60vw;
    font-style: italic;
    padding: 0;
    color: #0a2c3d;
    font-size: 15px;
  }
}
@media screen and (max-width: 959px) and (min-width: 360px) {
  .nav-open .nav-list .search-field, .nav-open .nav-list .search-field::placeholder {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .nav-open .nav-list > .menu-item:nth-of-type(1) {
    order: 1;
  }
}
@media screen and (max-width: 959px) {
  .nav-open .nav-list > .menu-item:nth-of-type(2) {
    order: 2;
    flex-grow: 1;
  }
}
@media screen and (max-width: 959px) {
  .nav-open .nav-list > .menu-item:nth-of-type(3) {
    order: 3;
  }
}
@media screen and (max-width: 959px) {
  .nav-open .nav-list > .menu-item:nth-of-type(4) {
    order: 4;
    flex-grow: 1;
  }
}
@media screen and (max-width: 959px) {
  .nav-open .nav-list > .menu-item:nth-of-type(5) {
    order: 5;
    flex-grow: 1;
  }
}
@media screen and (max-width: 959px) {
  .nav-open .nav-list > .menu-item:nth-of-type(6) {
    order: 6;
    flex-grow: 1;
  }
}
@media screen and (max-width: 959px) {
  .nav-open .nav-list > .menu-item:nth-of-type(7) {
    order: 7;
    flex-grow: 1;
  }
}
@media screen and (max-width: 959px) {
  .nav-open .nav-list > .menu-item:nth-of-type(-n+2) {
    flex-basis: 33%;
  }
  .nav-open .nav-list > .menu-item:nth-of-type(-n+2) span {
    text-transform: none;
    margin: auto;
  }
}
@media screen and (max-width: 959px) {
  .nav-open .nav-list li.some {
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    width: 100vw;
  }
  .nav-open .nav-list li.some .wf_some {
    text-align: center;
    padding: 20px 0;
  }
  .nav-open .nav-list li.some .wf_some svg {
    height: 24px;
    width: 24px;
    margin: 0 15px 6px;
  }
  .nav-open .nav-list li.some .wf_some path {
    fill: #545454;
  }
}
@media screen and (max-width: 959px) {
  .nav-open .nav-list li.search, .nav-open .nav-list li.some, .nav-open .nav-list > .menu-item:nth-of-type(-n+2) {
    background-color: #f4ebeb;
  }
  .nav-open .nav-list li.search a, .nav-open .nav-list li.some a, .nav-open .nav-list > .menu-item:nth-of-type(-n+2) a {
    padding: 12px 0px;
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) and (min-width: 360px) {
  .nav-open .nav-list li.search a, .nav-open .nav-list li.some a, .nav-open .nav-list > .menu-item:nth-of-type(-n+2) a {
    font-size: 95%;
  }
}
@media screen and (max-width: 959px) and (min-width: 400px) {
  .nav-open .nav-list li.search a, .nav-open .nav-list li.some a, .nav-open .nav-list > .menu-item:nth-of-type(-n+2) a {
    font-size: 100%;
  }
}
@media screen and (max-width: 959px) {
  .nav-open .nav-list li.search a span, .nav-open .nav-list li.some a span, .nav-open .nav-list > .menu-item:nth-of-type(-n+2) a span {
    color: #0a2c3d;
  }
}
@media screen and (max-width: 959px) {
  .nav-open .nav-list li.search .search-submit path {
    fill: #545454;
  }
}
@media screen and (max-width: 959px) {
  .nav-closed {
    display: block;
    height: 59px;
  }
  .nav-closed > ul > li {
    display: none;
  }
  .nav-closed > ul > li.search, .nav-closed > ul > li.some {
    display: initial;
  }
  .nav-closed > ul > li.search #search-container {
    width: 30%;
    left: 40%;
    height: 22px;
    border: 2px solid #545454;
    border-radius: 2em;
    margin: 20px 0;
  }
  .nav-closed > ul > li.search #search-container .searchform {
    padding: 0;
  }
  .nav-closed > ul > li.search #search-container .searchform .search-field {
    padding: 2px 5px 2px 10px;
    font-size: 12px;
    width: calc(100% - 25px);
    line-height: 1.2em;
    vertical-align: top;
  }
  .nav-closed > ul > li.search #search-container .searchform .search-field::placeholder {
    color: transparent;
  }
  .nav-closed > ul > li.search #search-container .searchform .search-submit {
    margin-right: 5px;
    vertical-align: top;
    line-height: 0.9em;
  }
  .nav-closed > ul > li.search #search-container .searchform .search-submit svg {
    width: 14px;
    height: 14px;
  }
  .nav-closed > ul > li.search #search-container .searchform .search-submit svg path {
    fill: #545454;
  }
  .nav-closed > ul > li.some {
    margin-right: calc(19vw + 30px);
    width: 50px;
  }
  .nav-closed > ul > li.some .tik, .nav-closed > ul > li.some .pin, .nav-closed > ul > li.some .fb {
    display: none;
  }
  .nav-closed > ul > li.some svg {
    width: 21px;
    height: 20px;
    margin-top: 20px;
    overflow: visible;
  }
  .nav-closed > ul > li.some svg path {
    fill: #545454;
  }
}
.nav-toggle {
  padding: 15px 4%;
}
.nav-toggle .wk-toggle-menu {
  width: 30px;
  height: 30px;
  background-image: url(../img/toggle-btn.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

header:not(.mobile-menu-open) .nav-toggle {
  position: fixed;
  top: 0px;
  right: 0px;
  width: auto;
}

.mobile-menu-open .nav-wrapper {
  width: 100vw;
}
.mobile-menu-open .nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 10000;
}
.mobile-menu-open .nav-toggle .wk-toggle-menu {
  background-image: url(../img/close-btn.svg);
}
.mobile-menu-open .header-logo-container {
  display: none;
}
.mobile-menu-open .nav-list > .menu-item.menu-item-has-children {
  flex-basis: 100%;
}
.mobile-menu-open .nav-list > .menu-item.menu-item-has-children > a {
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid lightgray;
  padding-left: 1.1em;
}
@media (max-width: 359px) {
  .mobile-menu-open .nav-list > .menu-item.menu-item-has-children > a {
    font-size: 15px;
  }
}
@media (hover: hover) {
  .mobile-menu-open .nav-list > .menu-item.menu-item-has-children > a:hover {
    color: inherit;
  }
}
.mobile-menu-open .nav-list > .menu-item.menu-item-has-children > ul > li {
  padding-left: 0;
  white-space: nowrap;
  width: 48%;
  display: inline-block;
  line-height: 0.75em;
}
.mobile-menu-open .nav-list > .menu-item.menu-item-has-children > ul > li a {
  font-size: 13px;
  padding: 0.75em 0 0.5em 1.2em;
}
@media (min-width: 360px) {
  .mobile-menu-open .nav-list > .menu-item.menu-item-has-children > ul > li a {
    font-size: 14px;
  }
}
.mobile-menu-open .nav > .nav-wrapper > nav.nav-container > ul > li > ul.sub-menu {
  display: contents;
}

body.admin-bar .header {
  top: 32px;
}
@media (max-width: 959px) {
  body.admin-bar .header:not(.scrolled) .header-container {
    margin-top: 44px;
  }
  body.admin-bar .header:not(.scrolled) .nav-open {
    min-height: calc(100vh - 24px);
  }
  body.admin-bar .header:not(.scrolled):not(.mobile-menu-open) .nav-toggle {
    top: 44px;
  }
}

@media screen and (max-width: 959px) {
  .home .before-content {
    height: 0;
  }
  .home .before-content header:not(.scrolled) .header-container {
    background: none;
  }
  .home .before-content header:not(.scrolled) .header-container .header-logo-container {
    width: 100%;
  }
  .home .before-content header:not(.scrolled) .header-container .header-logo-container .header-logo {
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  .home .before-content header:not(.scrolled) .nav-closed {
    display: none;
  }
}
@media (min-width: 960px) {
  .home header:not(.scrolled) .nav .nav-list > .menu-item a, .home header:not(.scrolled) .nav .nav-list > .menu-item a:visited {
    color: white;
  }
  .home header:not(.scrolled) .nav .nav-list > .menu-item .sub-menu .menu-item a {
    color: black;
  }
  .home header:not(.scrolled) .nav .nav-list .some svg path {
    fill: white;
  }
  .home header:not(.scrolled) .header-container .header-logo-container a {
    color: white;
  }
}
@media (min-width: 960px) and (hover: hover) {
  .home header:not(.scrolled) .header-container .header-logo-container a:hover {
    text-decoration: none;
  }
}
@media (min-width: 960px) {
  .home header:not(.scrolled) .header-container .header-logo-container a:after {
    color: white;
  }
}
@media (min-width: 960px) {
  .home header:not(.scrolled) #search-container {
    background: transparent;
    border-color: white;
  }
  .home header:not(.scrolled) #search-container .searchform .search-field {
    color: white;
  }
  .home header:not(.scrolled) #search-container .searchform .search-submit svg path {
    fill: white;
  }
}

@media (hover: none) and (any-pointer: coarse), (max-width: 959px) {
  .nav > .nav-wrapper > nav.nav-container > ul > li > a:hover {
    color: inherit;
  }
}
/**************** FOOTER ******************/
.footer {
  margin: auto;
  margin-top: 10px;
  margin-top: var(--mv-trellis-gutter-small, 10px);
  padding: 0;
  background: none;
  max-width: 2000px;
}
.footer .wrapper-footer {
  max-width: 100%;
}
.footer .wrapper-footer .footer-container {
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer .wrapper-footer .footer-container .footer-widget-area {
  flex: 1 1 100%;
  margin: 0;
}
.footer .wrapper-footer .footer-container .footer-widget-area h3 {
  font-family: "Gistesy";
  font-size: 30px;
  font-weight: 300;
}
@media (min-width: 600px) {
  .footer .wrapper-footer .footer-container .footer-widget-area h3 {
    font-size: 50px;
  }
}
@media (min-width: 1025px) {
  .footer .wrapper-footer .footer-container .footer-widget-area h3 {
    font-size: 70px;
  }
}
.footer .wrapper-footer .footer-container .widget-container {
  margin-bottom: 0;
}
.footer #sbi_images .sbi_photo {
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
@media (max-width: 600px) {
  .footer #sb_instagram #sbi_images .sbi_item:nth-of-type(n+5) {
    display: none;
  }
}

.footer-copy {
  padding: 10px 20px 20px;
  min-height: 40px;
  text-align: left;
  color: #a6a6a6;
}
@media (max-width: 1024px) {
  .footer-copy {
    text-align: center;
  }
}

.footer-copy p {
  font-size: 8px;
  margin-bottom: 0;
}
@media (min-width: 360px) {
  .footer-copy p {
    font-size: 10px;
  }
}

.single-post aside.sidebar {
  @inlcude font-selections;
}
@media (max-width: 1024px) {
  .single-post aside.sidebar {
    display: none;
  }
}
.single-post aside.sidebar .widget-container:first-of-type:not(.about-author) {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-post aside.sidebar h3 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "GillSans-Light";
  font-size: 18px;
}
.single-post aside.sidebar h3::before, .single-post aside.sidebar h3::after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 40%;
  height: 1px;
  content: " ";
  background-color: black;
}
.single-post aside.sidebar h3::before {
  margin-left: -45%;
  text-align: right;
}
.single-post aside.sidebar h3::after {
  margin-left: 5%;
}
.single-post aside.sidebar h3::before, .single-post aside.sidebar h3::after {
  height: 1px;
}
.single-post aside.sidebar p {
  color: #545454;
}
.single-post aside.sidebar .sidebar-travel p a {
  text-decoration: none;
  color: inherit;
}
.single-post aside.sidebar .mv-sticky-slot {
  top: 6rem !important;
}

:not(.hidden-page-title) aside.sidebar {
  margin-top: 0;
}

.woocommerce-page aside.sidebar, .woocommerce aside.sidebar {
  display: none;
}

body.single-post {
  height: 40vh;
  min-height: 300px;
  max-height: 600px;
}
body.single-post h2, body.single-post h3, body.single-post h4, body.single-post h5, body.single-post h6, body.single-post .h2, body.single-post .h3, body.single-post .h4, body.single-post .h5, body.single-post .h6 {
  font-family: "GillSans-Light";
}
body.single-post p, body.single-post li {
  font-family: "Merriweather";
}
body.single-post .script {
  font-family: "Gistesy" !important;
}
body.single-post .wp-block-buttons > .wp-block-button .wp-block-button__link {
  text-decoration: none;
  background-color: #dfd6da;
  background-image: none;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  font-family: "GillSans-MT";
  color: black;
  font-size: 13px;
  transition: background-color 0.15s ease-in-out;
}
@media (hover: hover) {
  body.single-post .wp-block-buttons > .wp-block-button .wp-block-button__link:hover {
    background-color: #f4ebeb;
  }
}
@media (min-width: 360px) {
  body.single-post .wp-block-buttons > .wp-block-button .wp-block-button__link {
    font-size: 15px;
  }
}
@media (min-width: 400px) {
  body.single-post .wp-block-buttons > .wp-block-button .wp-block-button__link {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  body.single-post .wp-block-buttons > .wp-block-button .wp-block-button__link {
    font-size: 22px;
    padding: 0.8em 2.5em;
  }
}
body.single-post h2, body.single-post h3, body.single-post h4, body.single-post h5, body.single-post h6, body.single-post .h2, body.single-post .h3, body.single-post .h4, body.single-post .h5, body.single-post .h6 {
  font-family: "GillSans-MT";
}
body.single-post .before-content {
  height: 75px;
}
@media (min-width: 1025px) {
  body.single-post .before-content {
    height: 125px;
  }
}
@media (min-width: 1025px) {
  body.single-post .content {
    margin-top: 0;
  }
}
body.single-post .wrapper-content {
  padding: 0;
}
@media only screen and (min-width: 1135px) {
  @supports (display: grid) {
    body.single-post .wrapper-content {
      grid-template-areas: "content_before" "main" "content_after";
      grid-template-columns: 1fr;
      max-width: unset;
    }
  }
}
body.single-post .article-wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 960px) {
  body.single-post .article-wrapper {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1135px) {
  body.single-post .article-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1135px) {
  @supports (display: grid) {
    body.single-post .article-wrapper {
      -webkit-column-gap: 50px;
      -moz-column-gap: 50px;
      column-gap: 50px;
      display: grid;
      grid-auto-flow: column;
      grid-template-areas: "content_before content_before" "main sidebar" "content_after content_after";
      grid-template-columns: 1fr 300px;
    }
  }
}
body.single-post #content {
  max-width: 100%;
}
@media (min-width: 1025px) {
  body.single-post #content > .article-post {
    min-height: 1250px;
  }
}
body.single-post .article-post {
  grid-area: main;
  max-width: 728px;
  margin: 0 auto;
  min-width: auto;
  padding-bottom: 50px;
  padding-bottom: var(--mv-trellis-gutter-large, 50px);
  width: 100%;
}
body.single-post .article-post {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
body.single-post .article-post .entry-content p {
  line-height: 1.6em;
}
@media (min-width: 1025px) {
  body.single-post .article-post .entry-content p {
    font-size: 20px;
  }
}
body.single-post .article-post .entry-content div.shopthepost-widget {
  margin-bottom: 15px;
}
body.single-post .article-post .entry-content div[counter-button] {
  height: 1px !important;
}
body.single-post .article-post .entry-content a {
  font-weight: bold !important;
  text-decoration: none;
  color: #0A2C3D;
  background-image: linear-gradient(to bottom, transparent 0, #FBDFD2 0);
  background-position: 0 0.7em;
  background-repeat: no-repeat;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
  -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
}
@media (hover: hover) {
  body.single-post .article-post .entry-content a:hover {
    background-position: 0 0.1em;
    color: #0A2C3D;
  }
}
body.single-post .article-post .entry-content a .wp-block-buttons > .wp-block-button .wp-block-button__link {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.75rem;
  margin-bottom: calc(18px + var(--mv-trellis-gutter-small, 10px));
}
body.single-post .article-post .entry-content figure.wp-block-pullquote {
  border-color: #0A2C3D;
}
body.single-post .article-post .entry-content figure.wp-block-pullquote blockquote {
  border-color: #0A2C3D;
}
body.single-post .article-post .entry-content blockquote {
  border-color: #0A2C3D;
}
body.single-post .article-post .entry-content .dpsp-network-list-item a.dpsp-network-btn {
  background-image: none;
}
body.single-post .article-post .entry-content figcaption a {
  background-image: none;
}
body.single-post .entry-header, body.single-post .page-header {
  background: none;
  order: 2;
  margin-bottom: 0;
  padding: 40px 0;
  padding: calc(var(--mv-trellis-gutter, 20px) * 2) 0;
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  body.single-post .entry-header, body.single-post .page-header {
    order: 2;
  }
}
body.single-post .entry-header h1.entry-title, body.single-post .entry-header h1.archive-title, body.single-post .page-header h1.entry-title, body.single-post .page-header h1.archive-title {
  border: none;
  text-align: center;
  font-family: "DM Serif Display";
  color: #0a2c3d;
  font-size: 32px;
}
@media (min-width: 360px) {
  body.single-post .entry-header h1.entry-title, body.single-post .entry-header h1.archive-title, body.single-post .page-header h1.entry-title, body.single-post .page-header h1.archive-title {
    font-size: 36px;
  }
}
body.single-post .entry-header .article-meta.no-author-meta, body.single-post .page-header .article-meta.no-author-meta {
  display: none;
}
body.single-post .entry-header::before, body.single-post .page-header::before {
  content: none;
}
body.single-post .post-thumbnail {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 40vh;
  min-height: 300px;
  max-height: 600px;
}
body.single-post .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  margin: 0;
}
@media (min-width: 1025px) {
  body.single-post .post-thumbnail {
    height: 50vh;
    min-height: 300px;
    max-height: 600px;
  }
}
body.single-post .entry-content {
  order: 3;
  margin-top: 20px;
}
@media (min-width: 1025px) {
  body.single-post .entry-content {
    order: 3;
    margin-top: 20px;
  }
}
body.single-post .entry-content .wp-block-buttons > .wp-block-button .wp-block-button__link {
  background-color: #CFE5D8;
  color: #0A2C3D;
  margin: 10px;
}
body.single-post .entry-footer {
  order: 1;
}
@media (min-width: 1025px) {
  body.single-post .entry-footer {
    order: 1;
  }
}
body.single-post .entry-footer .tags-links {
  display: none;
}
body.single-post .entry-footer .what_the_fab_meta_wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
}
body.single-post .entry-footer .what_the_fab_meta_wrapper::before, body.single-post .entry-footer .what_the_fab_meta_wrapper::after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 40%;
  height: 1px;
  content: " ";
  background-color: black;
}
body.single-post .entry-footer .what_the_fab_meta_wrapper::before {
  margin-left: -45%;
  text-align: right;
}
body.single-post .entry-footer .what_the_fab_meta_wrapper::after {
  margin-left: 5%;
}
body.single-post .entry-footer .what_the_fab_meta_wrapper a {
  border: none;
  margin: auto;
  color: inherit;
}
@media (hover: hover) {
  body.single-post .entry-footer .what_the_fab_meta_wrapper a:hover {
    background: none;
    color: inherit;
    text-decoration: none;
  }
}
body.single-post .entry-footer .what_the_fab_meta_wrapper span {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "GillSans-Light";
  padding: 2px;
}
body.single-post .entry-footer .what_the_fab_meta_wrapper .location {
  padding-left: 0;
}
body.single-post .entry-footer .what_the_fab_meta_wrapper .location::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/pin.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 3px;
}
body.single-post .entry-footer .edit-link {
  display: none;
}
body.single-post .article-navigation {
  background-color: #f4ebeb;
  padding: 50px 15%;
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  margin-top: 30px;
}
@media (min-width: 1025px) {
  body.single-post .article-navigation {
    padding: 50px 0;
    margin-top: 70px;
    width: 100%;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f4ebeb;
  }
}
body.single-post .article-navigation h3 {
  width: 100%;
  text-align: center;
  font-family: "Gistesy";
  font-size: 45px;
  font-weight: normal;
}
@media (min-width: 360px) {
  body.single-post .article-navigation h3 {
    font-size: 50px;
  }
}
@media (min-width: 1025px) {
  body.single-post .article-navigation h3 {
    font-size: 65px;
  }
}
body.single-post .article-navigation .art-nav-wrap {
  position: static;
  width: 90%;
  margin: 25px auto -10px;
  flex: 0 0 100%;
}
@media (min-width: 1025px) {
  body.single-post .article-navigation .art-nav-wrap {
    flex-basis: 30%;
    margin-bottom: 30px;
  }
}
body.single-post .article-navigation .art-nav-wrap a.article-navigation-link {
  text-decoration: none;
}
body.single-post .article-navigation .art-nav-wrap .article-navigation-img-wrap {
  position: relative;
  height: 50vw;
}
body.single-post .article-navigation .art-nav-wrap .article-navigation-img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  margin: 0;
}
@media (min-width: 1025px) {
  body.single-post .article-navigation .art-nav-wrap .article-navigation-img-wrap {
    height: 17.5vw;
    max-height: 400px;
  }
}
body.single-post .article-navigation .art-nav-wrap .article-navigation-text {
  position: relative;
  background-color: white;
  color: var(--text-color);
  width: 80%;
  margin: auto;
  text-align: center;
  bottom: 30px;
}
@media (min-width: 1025px) {
  body.single-post .article-navigation .art-nav-wrap .article-navigation-text {
    width: 60%;
    bottom: 30px;
  }
}
body.single-post .article-navigation .art-nav-wrap .article-navigation-text .h3 {
  padding: 7% 5%;
  line-height: 1.5em;
  font-size: 15px;
  font-weight: normal;
  font-family: "GillSans-Light";
  text-transform: uppercase;
}
@media (min-width: 360px) {
  body.single-post .article-navigation .art-nav-wrap .article-navigation-text .h3 {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  body.single-post .article-navigation .art-nav-wrap .article-navigation-text .h3 {
    font-size: 20px;
  }
}
body.single-post .ajax-load-more-wrap {
  text-align: center;
  margin-top: 50px;
}
body.single-post .alm-reveal {
  margin-top: 75px;
}

body:not(.single-post) .mv-trellis-comments {
  display: none;
}

.single-post .mv-trellis-comments {
  position: relative;
  width: 60%;
  margin: 125px auto 0;
}
@media (min-width: 1025px) {
  .single-post .mv-trellis-comments {
    min-height: 500px !important;
    margin-top: 150px;
    width: calc(100vw - 14px);
    padding: 50px 15% 0;
  }
}
@media (min-width: 2000px) {
  .single-post .mv-trellis-comments {
    padding: 50px calc(50% - 700px) 0;
  }
}
.single-post .mv-trellis-comments::before {
  content: "Comments";
  font-family: "Gistesy";
  font-size: 45px;
  width: 4em;
  position: absolute;
  left: 50%;
  margin-left: -2em;
  top: -80px;
  text-align: center;
}
@media (min-width: 360px) {
  .single-post .mv-trellis-comments::before {
    font-size: 50px;
  }
}
@media (min-width: 1025px) {
  .single-post .mv-trellis-comments::before {
    font-size: 65px;
  }
}
.single-post .mv-trellis-comments .trellis-comments {
  background-color: white;
  border: none;
  position: relative;
}
@media (min-width: 1025px) {
  .single-post .mv-trellis-comments .trellis-comments {
    display: grid;
    grid-template-columns: 47.5% 47.5%;
    grid-column-gap: 5%;
  }
}
.single-post .mv-trellis-comments .trellis-comments p.post-title {
  display: none;
  position: absolute;
  z-index: -1;
  left: 25%;
  transform: translateX(-50%);
  top: 25px;
}
@media (min-width: 1025px) {
  .single-post .mv-trellis-comments .trellis-comments p.post-title {
    left: 25%;
  }
}
@media (min-width: 1025px) {
  .single-post .mv-trellis-comments .trellis-comments .trellis-comment-form {
    grid-column: 1;
    width: 100%;
    padding-top: 0;
  }
}
.single-post .mv-trellis-comments .trellis-comments .trellis-comment-form .trellis-comment-form-outer-box {
  background-color: white;
  border: none;
  padding: 25px 0;
}
@media (min-width: 1025px) {
  .single-post .mv-trellis-comments .trellis-comments .trellis-comment-form .trellis-comment-form-outer-box {
    padding: 3% 5%;
    border: 1px solid #e1e1e1;
    background-color: #f4ebeb;
  }
}
@media (min-width: 1025px) {
  .single-post .mv-trellis-comments .trellis-comments .trellis-comment-form .trellis-comment-form-outer-box .trellis-comment-form-box-inputGroup {
    margin-right: 15px;
    max-width: calc(50% - 80px);
  }
}
.single-post .mv-trellis-comments .trellis-comments .trellis-comment-form .trellis-comment-form-outer-box input {
  margin-right: 0;
  border: 1px solid #e1e1e1;
  font-size: 70%;
  font-family: "Merriweather";
}
@media (min-width: 360px) {
  .single-post .mv-trellis-comments .trellis-comments .trellis-comment-form .trellis-comment-form-outer-box input {
    font-size: 90%;
  }
}
.single-post .mv-trellis-comments .trellis-comments .trellis-comment-form .trellis-comment-form-outer-box input::placeholder {
  font-size: 90%;
  font-family: "Merriweather";
}
@media (min-width: 360px) {
  .single-post .mv-trellis-comments .trellis-comments .trellis-comment-form .trellis-comment-form-outer-box input::placeholder {
    font-size: 100%;
  }
}
.single-post .mv-trellis-comments .trellis-comments .trellis-comment-form .trellis-comment-form-outer-box input:focus-within::placeholder {
  color: transparent;
}
.single-post .mv-trellis-comments .trellis-comments .trellis-comment-form .trellis-comment-form-outer-box input:focus-visible {
  outline: none;
}
.single-post .mv-trellis-comments .trellis-comments .trellis-comment-form #content {
  padding-bottom: 25px;
  font-size: 80%;
  font-family: "Merriweather";
}
.single-post .mv-trellis-comments .trellis-comments .trellis-comment-form #content::placeholder {
  font-size: 90%;
  font-family: "Merriweather";
}
.single-post .mv-trellis-comments .trellis-comments .trellis-comment-form #content:focus-within::placeholder {
  color: transparent;
}
@media (min-width: 360px) {
  .single-post .mv-trellis-comments .trellis-comments .trellis-comment-form #content {
    font-size: 90%;
    padding-bottom: 10px;
  }
  .single-post .mv-trellis-comments .trellis-comments .trellis-comment-form #content::placeholder {
    font-size: 100%;
  }
}
@media (min-width: 1025px) {
  .single-post .mv-trellis-comments .trellis-comments .trellis-comment-form #content {
    padding-bottom: 50px;
  }
  .single-post .mv-trellis-comments .trellis-comments .trellis-comment-form #content:focus-within {
    border: 1px solid #e1e1e1;
  }
}
.single-post .mv-trellis-comments .trellis-comments .trellis-comment-form label {
  text-transform: none;
  font-family: "GillSans-Light";
}
@media (min-width: 1025px) {
  .single-post .mv-trellis-comments .trellis-comments .trellis-comment-form label {
    text-transform: uppercase;
  }
}
.single-post .mv-trellis-comments .trellis-comments .trellis-comment-form .trellis-comment-form-button {
  width: 55%;
  margin-right: auto;
  text-transform: none;
  font-size: 75%;
  padding: 10px 15px;
  background-color: #0A2C3D;
  border-color: #0A2C3D;
}
@media (min-width: 360px) {
  .single-post .mv-trellis-comments .trellis-comments .trellis-comment-form .trellis-comment-form-button {
    font-size: 80%;
    padding: 10px 20px;
  }
}
@media (min-width: 1025px) {
  .single-post .mv-trellis-comments .trellis-comments .trellis-comment-form .trellis-comment-form-button {
    width: auto;
  }
}
.single-post .mv-trellis-comments .trellis-comments .trellis-comment-form .trellis-comment-form-button:disabled {
  background-color: white;
  color: #e1e1e1;
  border: 1px solid #e1e1e1;
  opacity: 0.9;
}
.single-post .mv-trellis-comments .trellis-comments .trellis-comment {
  border: none;
  padding: 20px 0;
  background-color: white;
}
@media (min-width: 1025px) {
  .single-post .mv-trellis-comments .trellis-comments .trellis-comment {
    grid-column: 2;
    width: 100%;
    margin: 0;
  }
}
.single-post .mv-trellis-comments .trellis-comments .trellis-comment .post-title {
  font-family: "Gistesy";
  display: none;
}
@media (min-width: 1025px) {
  .single-post .mv-trellis-comments .trellis-comments .trellis-comment .post-title {
    font-size: 60px;
  }
}
.single-post .mv-trellis-comments .trellis-comments .trellis-comment .trellis-comment-pending {
  background: white;
  border: none;
}
.single-post .mv-trellis-comments .trellis-comments .trellis-comment .trellis-comment-pending span {
  top: -10px;
}
.single-post .mv-trellis-comments .trellis-comments .trellis-comment .trellis-comment-replyButton {
  font-size: 14px;
  font-weight: normal;
}
.single-post .mv-trellis-comments .trellis-comments .trellis-comment .trellis-comment-replyButton svg {
  margin-right: 5px;
}
.single-post .mv-trellis-comments .trellis-comments .trellis-comment .trellis-comment-child {
  border-left: 1px solid #e1e1e1;
}
.single-post .mv-trellis-comments .trellis-comments .trellis-comment p a {
  font-weight: bold !important;
  text-decoration: none;
  color: #0A2C3D;
  background-image: linear-gradient(to bottom, transparent 0, #FBDFD2 0);
  background-position: 0 0.7em;
  background-repeat: no-repeat;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
  -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
}
.single-post .mv-trellis-comments input[type=email]:focus, .single-post .mv-trellis-comments input[type=password]:focus, .single-post .mv-trellis-comments input[type=search]:focus, .single-post .mv-trellis-comments input[type=text]:focus, .single-post .mv-trellis-comments select:focus, .single-post .mv-trellis-comments textarea:focus {
  border: initial;
}

.home h2, .home h3, .home h4, .home h5, .home h6, .home .h2, .home .h3, .home .h4, .home .h5, .home .h6 {
  font-family: "GillSans-Light";
}
.home p, .home li {
  font-family: "Merriweather";
}
.home .script {
  font-family: "Gistesy" !important;
}
.home .wp-block-buttons > .wp-block-button .wp-block-button__link {
  text-decoration: none;
  background-color: #dfd6da;
  background-image: none;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  font-family: "GillSans-MT";
  color: black;
  font-size: 13px;
  transition: background-color 0.15s ease-in-out;
}
@media (hover: hover) {
  .home .wp-block-buttons > .wp-block-button .wp-block-button__link:hover {
    background-color: #f4ebeb;
  }
}
@media (min-width: 360px) {
  .home .wp-block-buttons > .wp-block-button .wp-block-button__link {
    font-size: 15px;
  }
}
@media (min-width: 400px) {
  .home .wp-block-buttons > .wp-block-button .wp-block-button__link {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .home .wp-block-buttons > .wp-block-button .wp-block-button__link {
    font-size: 22px;
    padding: 0.8em 2.5em;
  }
}
.home .wp-block-buttons > .wp-block-button .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/btn_arrow.svg) no-repeat center;
  background-size: contain;
  margin-bottom: -5px;
  margin-left: 8px;
}
@media (min-width: 1025px) {
  .home .wp-block-buttons > .wp-block-button .wp-block-button__link::after {
    width: 30px;
    height: 30px;
    margin-bottom: -8px;
    margin-left: 15px;
  }
}
@media (min-width: 1025px) {
  .home .wp-block-buttons > .wp-block-button .wp-block-button__link {
    font-size: 22px;
    padding: 0.8em 2.5em;
  }
}
.home p {
  font-family: "GillSans-Light";
}
.home .wrapper-content, .home .article-post, .home #content {
  padding: 0;
}
.home .text-wrapper {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .home .wrapper {
    max-width: 2000px;
  }
}
.home .post-thumbnail {
  position: relative;
  height: 25vh;
  min-height: 150px;
}
.home .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  margin: 0;
}
@media (min-width: 1025px) {
  .home .post-thumbnail {
    height: 30vh;
    min-height: 300px;
    max-height: 450px;
  }
}
.home .post-thumbnail img {
  top: unset;
  bottom: 0;
  object-position: bottom;
}
@media (min-width: 1025px) {
  .home .post-thumbnail img {
    object-position: center 70%;
  }
}
.home .mvt-content {
  margin: 0;
}
.home .mvt-content .recent-posts-group {
  margin-top: 40px;
}
@media (min-width: 770px) {
  .home .mvt-content .recent-posts-group .uagb-post-grid .slick-slide {
    margin: 0 15px;
  }
}
@media (min-width: 1025px) {
  .home .mvt-content .recent-posts-group .uagb-post-grid {
    justify-content: space-between;
  }
}
.home .mvt-content .recent-posts-group .uagb-post-grid .uagb-post__inner-wrap {
  display: flex !important;
  flex-direction: column;
  padding: 0;
  margin-bottom: 0;
  background: transparent;
  position: relative;
}
@media (min-width: 1025px) {
  .home .mvt-content .recent-posts-group .uagb-post-grid .uagb-post__inner-wrap {
    flex-basis: 31%;
  }
}
.home .mvt-content .recent-posts-group .uagb-post-grid .uagb-post__inner-wrap > .uagb-post__image {
  width: 100%;
  position: relative;
  margin: 0;
  order: 1;
  padding-bottom: 0;
}
.home .mvt-content .recent-posts-group .uagb-post-grid .uagb-post__inner-wrap > .uagb-post__image ::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.home .mvt-content .recent-posts-group .uagb-post-grid .uagb-post__inner-wrap > .uagb-post__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  margin: 0;
}
.home .mvt-content .recent-posts-group .uagb-post-grid .uagb-post__inner-wrap > .uagb-post__image img {
  position: absolute !important;
}
.home .mvt-content .recent-posts-group .uagb-post-grid .uagb-post__inner-wrap .uagb-post__text {
  text-align: center;
}
.home .mvt-content .recent-posts-group .uagb-post-grid .uagb-post__inner-wrap .uagb-post__title {
  order: 3;
  z-index: 1;
  width: 90%;
  height: 6em;
  margin: -10px auto 0;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  padding: 10px;
  font-size: 15px;
  font-family: "DM Serif Display";
  font-weight: bold;
}
@media (min-width: 360px) {
  .home .mvt-content .recent-posts-group .uagb-post-grid .uagb-post__inner-wrap .uagb-post__title {
    font-size: 17px;
  }
}
@media (min-width: 400px) {
  .home .mvt-content .recent-posts-group .uagb-post-grid .uagb-post__inner-wrap .uagb-post__title {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .home .mvt-content .recent-posts-group .uagb-post-grid .uagb-post__inner-wrap .uagb-post__title {
    width: auto;
    max-width: 95%;
    font-size: 22px;
    padding: 20px 5% 2.5%;
  }
}
.home .mvt-content .recent-posts-group .uagb-post-grid .uagb-post__inner-wrap .uagb-post__title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  line-height: 1.4em;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 399px) {
  .home .mvt-content .recent-posts-group .uagb-post-grid .uagb-post__inner-wrap .uagb-post__title a {
    padding-bottom: 5px;
  }
}
@media (max-width: 359px) {
  .home .mvt-content .recent-posts-group .uagb-post-grid .uagb-post__inner-wrap .uagb-post__title a {
    padding-bottom: 10px;
  }
}
.home .mvt-content .recent-posts-group .uagb-post-grid .uagb-post__inner-wrap .uagb-post-grid-byline {
  display: none;
}
.home .mvt-content .recent-posts-group .uagb-post-grid .uagb-post__inner-wrap .uagb-post__cta {
  order: 4;
  margin: 0;
}
.home .mvt-content .recent-posts-group .uagb-post-grid .uagb-post__inner-wrap .uagb-post__cta a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #dfd6da;
  border-radius: 0;
  white-space: nowrap;
  color: black;
  font-size: 16px;
  margin: 10px 0 0;
}
@media (min-width: 1025px) {
  .home .mvt-content .recent-posts-group .uagb-post-grid .uagb-post__inner-wrap .uagb-post__cta a {
    margin-top: 25px;
  }
}
.home .mvt-content .recent-posts-group .uagb-post-grid .slick-arrow {
  border: none;
  top: calc(50% - 19px);
}
@media (min-width: 1025px) {
  .home .mvt-content .recent-posts-group .uagb-post-grid .slick-arrow {
    top: 50%;
  }
}
.home .mvt-content .recent-posts-group .uagb-post-grid .slick-arrow svg {
  width: 25px;
  height: 25px;
}
.home .mvt-content .recent-posts-group .uagb-post-grid .slick-arrow svg path {
  fill: black;
}
.home .mvt-content .recent-posts-group .uagb-post-grid .slick-arrow:active {
  box-shadow: none;
}
.home .mvt-content .recent-posts-group .uagb-post-grid .slick-arrow:active path {
  fill: #dfd6da;
}
.home .mvt-content .recent-posts-group .uagb-post-grid .slick-arrow.slick-prev {
  left: -45px;
}
.home .mvt-content .recent-posts-group .uagb-post-grid .slick-arrow.slick-next {
  right: -45px;
}
.home .mvt-content .recent-posts-group .uagb-post-grid .uagb-post__inner-wrap > .uagb-post__image img {
  outline: 2px solid transparent;
  outline-offset: -20px;
}
@media (hover: hover) {
  .home .mvt-content .recent-posts-group .uagb-post-grid .uagb-post__inner-wrap:hover > .uagb-post__image img {
    opacity: 0.59;
    outline: 2px solid #0a2c3d;
    transition: all ease-in-out 0.15s;
  }
  .home .mvt-content .recent-posts-group .uagb-post-grid .uagb-post__inner-wrap:hover .uagb-post__title a {
    background-image: linear-gradient(to bottom, transparent 0, #FBDFD2 0);
    background-position: 0 0.8em;
    background-repeat: no-repeat;
    transition: color 100ms ease-in-out, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
    -webkit-transition: color 100ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  }
}
.home .mvt-content .recent-posts-group .group-heading {
  color: #dfd6da;
  font-size: 30px;
  font-family: "DM Serif Display";
}
.home .mvt-content .recent-posts-group .group-heading::before {
  content: "Trending";
  display: inline-block;
  font-family: "Gistesy";
  margin-right: 15px;
  font-size: 35px;
  font-weight: normal;
  color: black;
  letter-spacing: 0.03em;
}
@media (min-width: 1025px) {
  .home .mvt-content .recent-posts-group .group-heading {
    font-size: 50px;
  }
}
.home .mvt-content .recent-posts-group .group-heading::before {
  font-size: 35px;
}
@media (min-width: 1025px) {
  .home .mvt-content .recent-posts-group .group-heading::before {
    font-size: 65px;
    margin-right: 20px;
    margin-top: -5px;
  }
}
.home .mvt-content .recent-posts-group .uagb-post-grid {
  width: 60%;
  margin: auto;
}
@media (min-width: 1025px) {
  .home .mvt-content .recent-posts-group .uagb-post-grid {
    width: 75%;
    margin: auto;
    margin-bottom: 50px;
    grid-template-columns: repeat(3, minmax(0, 31%));
  }
  .home .mvt-content .recent-posts-group .uagb-post-grid::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -120px;
    top: -65px;
    height: 125px;
    width: 150px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }
}
@media (max-width: 600px) {
  .home .mvt-content .recent-posts-group .uagb-post-grid.lifestyle {
    display: none;
  }
}
@media (min-width: 600px) {
  .home .mvt-content .recent-posts-group .uagb-post-grid.lifestyle::before {
    background-image: url(../img/lifestyle.svg);
  }
}
@media (max-width: 600px) {
  .home .mvt-content .recent-posts-group .uagb-post-grid.travel {
    display: none;
  }
}
@media (min-width: 600px) {
  .home .mvt-content .recent-posts-group .uagb-post-grid.travel::before {
    background-image: url(../img/travel.svg);
  }
}
@media (min-width: 600px) {
  .home .mvt-content .recent-posts-group .uagb-post-grid.recent {
    display: none;
  }
}
.home .mvt-content .recent-posts-group .wp-block-buttons > .wp-block-button .wp-block-button__link {
  font-family: "GillSans-MT";
  padding: 0.9em 3.5em;
}
@media (min-width: 1025px) {
  .home .mvt-content .recent-posts-group .wp-block-buttons > .wp-block-button .wp-block-button__link {
    font-size: 22px;
  }
}
.home .mvt-content .home-travel-group {
  padding: 0 0 0 20px;
  margin-top: 50px;
}
@media (min-width: 1025px) {
  .home .mvt-content .home-travel-group {
    padding: 25px 0px 25px 20px;
    margin-bottom: 50px;
  }
}
.home .mvt-content .home-travel-group > .wp-block-group__inner-container {
  background-image: url(../img/globe.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 45vw;
  background-position-y: center;
  margin-bottom: -10px;
}
@media (min-width: 1025px) {
  .home .mvt-content .home-travel-group > .wp-block-group__inner-container {
    width: 80%;
    margin: -50px auto -75px;
    padding: 50px;
    background-position-x: right;
    width: 100%;
    padding: 50px calc(10% + 50px);
    background-position-x: calc(50% + 250px);
  }
}
.home .mvt-content .home-travel-group .text-group {
  width: 60%;
  background-image: url(../img/blob.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 30px 20px 20px;
  position: relative;
}
@media (min-width: 400px) {
  .home .mvt-content .home-travel-group .text-group {
    width: 55%;
  }
}
@media (min-width: 600px) {
  .home .mvt-content .home-travel-group .text-group {
    padding: 30px 40px 30px 30px;
  }
}
@media (min-width: 1025px) {
  .home .mvt-content .home-travel-group .text-group {
    padding: 50px;
    margin-top: -25px;
  }
}
.home .mvt-content .home-travel-group .text-group h3 {
  font-family: "Gistesy" !important;
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 22px;
  font-weight: normal;
}
@media (min-width: 600px) {
  .home .mvt-content .home-travel-group .text-group h3 {
    font-size: 32px;
  }
}
@media (min-width: 1025px) {
  .home .mvt-content .home-travel-group .text-group h3 {
    font-size: 50px;
  }
}
.home .mvt-content .home-travel-group .text-group h3 a {
  text-decoration: none;
  color: inherit;
}
.home .mvt-content .home-travel-group .text-group p {
  line-height: 1.3em;
  font-size: 8px;
  font-family: "GillSans-Light";
  width: 12em;
  text-align: center;
  margin: auto;
}
@media (min-width: 360px) {
  .home .mvt-content .home-travel-group .text-group p {
    font-size: 12px;
  }
}
@media (min-width: 400px) {
  .home .mvt-content .home-travel-group .text-group p {
    font-size: 13px;
  }
}
@media (min-width: 600px) {
  .home .mvt-content .home-travel-group .text-group p {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .home .mvt-content .home-travel-group .text-group p {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.home .mvt-content .home-travel-group .text-group p a {
  text-decoration: none;
  color: inherit;
}
.home .mvt-content .home-travel-group .text-group .wp-block-button {
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25%;
}
@media (min-width: 600px) {
  .home .mvt-content .home-travel-group .text-group .wp-block-button {
    width: 65px;
    margin-top: 5px;
  }
}
@media (min-width: 1025px) {
  .home .mvt-content .home-travel-group .text-group .wp-block-button {
    width: 90px;
    margin-top: 10px;
  }
}
.home .mvt-content .home-travel-group .text-group .wp-block-button .wp-block-button__link {
  background-color: transparent;
  margin: 0;
}
.home .mvt-content .home-travel-group .text-group .wp-block-button .wp-block-button__link::after {
  content: none;
}
@media (min-width: 1025px) {
  .home .mvt-content .home-travel-group .text-group .wp-block-button .wp-block-button__link {
    width: 100%;
    height: 100%;
  }
}
.home .mvt-content .home-travel-group .text-group::before {
  content: "";
  display: block;
  background-image: url(../img/map.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 10vw;
  height: 10vw;
  position: absolute;
  left: -10px;
  bottom: 10%;
}
@media (min-width: 600px) {
  .home .mvt-content .home-travel-group .text-group::before {
    width: 20%;
    max-width: 70px;
    left: calc(50% - 180px);
    bottom: 0;
  }
}
@media (min-width: 1025px) {
  .home .mvt-content .home-travel-group .text-group::before {
    width: 30%;
    max-width: 90px;
    height: 30%;
    bottom: 6%;
    left: calc(50% - 230px);
  }
}
.home .mvt-content .intro-home-group {
  margin-top: 50px;
}
@media (min-width: 1025px) {
  .home .mvt-content .intro-home-group {
    margin: 100px auto 0;
    width: 85%;
    max-width: 1300px;
  }
  .home .mvt-content .intro-home-group > .wp-block-group__inner-container {
    display: flex;
  }
  .home .mvt-content .intro-home-group > .wp-block-group__inner-container .wp-block-image {
    flex: 0 0 45%;
  }
  .home .mvt-content .intro-home-group > .wp-block-group__inner-container .text-wrapper {
    flex: 0 0 55%;
  }
}
.home .mvt-content .intro-home-group figure {
  position: relative;
  width: 65%;
}
.home .mvt-content .intro-home-group figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  margin: 0;
}
@media (max-width: 1025px) {
  .home .mvt-content .intro-home-group figure {
    height: 80vw;
    max-height: 500px;
    max-width: 400px;
    margin: 0 auto 25px;
  }
}
@media (min-width: 1025px) {
  .home .mvt-content .intro-home-group figure {
    margin: 0;
  }
  .home .mvt-content .intro-home-group figure img {
    width: 80%;
    margin: auto;
  }
}
.home .mvt-content .intro-home-group .text-wrapper {
  margin-top: 0;
}
.home .mvt-content .intro-home-group h3:nth-of-type(1) {
  transform: rotate(-6deg);
  font-size: 40px;
  font-weight: normal;
  margin-left: -3em;
  margin-bottom: -0.4em;
}
@media (min-width: 1025px) {
  .home .mvt-content .intro-home-group h3:nth-of-type(1) {
    font-size: 60px;
  }
}
.home .mvt-content .intro-home-group h3:nth-of-type(2) {
  color: #dfd6da;
  font-size: 30px;
  margin-bottom: 0;
  font-family: "DM Serif Display";
}
@media (min-width: 1025px) {
  .home .mvt-content .intro-home-group h3:nth-of-type(2) {
    font-size: 45px;
  }
}
.home .mvt-content .intro-home-group p {
  width: 80%;
  margin: 0 auto 1rem;
  font-size: 18px;
  font-family: "GillSans-Light";
}
@media (min-width: 1025px) {
  .home .mvt-content .intro-home-group p {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }
}
.home .mvt-content .intro-home-group .wp-block-button__link {
  margin-top: 5px;
}
.home .mvt-content .Seen-On-Group {
  padding: 5px 0;
  margin: 30px 0;
}
@media (min-width: 1025px) {
  .home .mvt-content .Seen-On-Group {
    padding: 20px 4%;
  }
}
.home .mvt-content .Seen-On-Group h3 {
  margin-bottom: 0;
  font-family: "DM Serif Display";
}
@media (min-width: 1025px) {
  .home .mvt-content .Seen-On-Group h3 {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  .home .mvt-content .Seen-On-Group figure {
    margin-bottom: 2em;
  }
}
.home .mvt-content .Seen-On-Group figure img {
  width: 100%;
  margin-bottom: 0;
}
.home .mvt-content .webinar-group {
  margin-top: 60px;
}
@media (min-width: 600px) {
  .home .mvt-content .webinar-group {
    margin-top: 230px;
  }
}
.home .mvt-content .webinar-group .wp-block-gallery.has-nested-images {
  width: 90%;
  margin: auto;
  gap: 4%;
}
@media (min-width: 600px) {
  .home .mvt-content .webinar-group .wp-block-gallery.has-nested-images {
    width: 80%;
    gap: 3%;
  }
}
.home .mvt-content .webinar-group .wp-block-gallery.has-nested-images > figure {
  position: relative;
}
.home .mvt-content .webinar-group .wp-block-gallery.has-nested-images > figure::before {
  content: "";
  display: block;
  background-image: url("../img/tape.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
}
.home .mvt-content .webinar-group .wp-block-gallery.has-nested-images > figure.wp-block-image:not(#individual-image) {
  width: 48%;
  max-height: 60vw;
}
@media (min-width: 600px) {
  .home .mvt-content .webinar-group .wp-block-gallery.has-nested-images > figure.wp-block-image:not(#individual-image) {
    flex: 0 0 47%;
    max-height: 700px;
  }
}
.home .mvt-content .webinar-group .wp-block-gallery.has-nested-images > figure:nth-of-type(1)::before {
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 10%;
}
.home .mvt-content .webinar-group .wp-block-gallery.has-nested-images > figure:nth-of-type(2)::before {
  left: 4%;
  top: 3%;
  background-image: url("../img/circle.svg");
  width: 15vw;
  height: 15vw;
  content: "Join My FREE Webinar";
  font-size: 7px;
  font-family: "GillSans-Light";
  text-align: center;
  vertical-align: middle;
  padding: 1.9vw;
}
@media (min-width: 360px) {
  .home .mvt-content .webinar-group .wp-block-gallery.has-nested-images > figure:nth-of-type(2)::before {
    font-size: 8px;
    padding: 2.1vw;
  }
}
@media (min-width: 400px) {
  .home .mvt-content .webinar-group .wp-block-gallery.has-nested-images > figure:nth-of-type(2)::before {
    font-size: 8px;
    padding: 2.5vw;
  }
}
@media (min-width: 600px) {
  .home .mvt-content .webinar-group .wp-block-gallery.has-nested-images > figure:nth-of-type(2)::before {
    width: 140px;
    height: 140px;
    font-size: 18px;
    padding: 25px;
    top: 10px;
  }
}
.home .mvt-content .webinar-group .wp-block-gallery.has-nested-images > figure:nth-of-type(2).wp-block-image:not(#individual-image) {
  width: 45%;
  margin-right: 3%;
  background-color: #dfd6da;
}
@media (min-width: 600px) {
  .home .mvt-content .webinar-group .wp-block-gallery.has-nested-images > figure:nth-of-type(2).wp-block-image:not(#individual-image) {
    flex-basis: 40%;
    margin-right: 7%;
  }
}
.home .mvt-content .webinar-group .wp-block-gallery.has-nested-images > figure:nth-of-type(2).wp-block-image:not(#individual-image) img {
  width: 95%;
  margin-left: 15%;
  margin-top: 20%;
}
@media (min-width: 600px) {
  .home .mvt-content .webinar-group .wp-block-gallery.has-nested-images > figure:nth-of-type(2).wp-block-image:not(#individual-image) img {
    margin-left: 15%;
    margin-top: 15%;
    width: 100%;
  }
}
.home .mvt-content .webinar-group .wp-block-gallery.has-nested-images > figure img {
  margin-bottom: 0;
}
.home .mvt-content .webinar-group .wp-block-group {
  padding: 15px 0;
  margin-top: 0;
}
@media (min-width: 600px) {
  .home .mvt-content .webinar-group .wp-block-group {
    padding: 30px 0;
  }
}
.home .mvt-content .webinar-group h3:nth-of-type(1) {
  font-size: 13px;
  font-family: "DM Serif Display";
  margin-bottom: 2px;
}
@media (min-width: 360px) {
  .home .mvt-content .webinar-group h3:nth-of-type(1) {
    font-size: 15px;
  }
}
@media (min-width: 400px) {
  .home .mvt-content .webinar-group h3:nth-of-type(1) {
    font-size: 17px;
  }
}
@media (min-width: 600px) {
  .home .mvt-content .webinar-group h3:nth-of-type(1) {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .home .mvt-content .webinar-group h3:nth-of-type(1) {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .home .mvt-content .webinar-group h3:nth-of-type(1) {
    font-size: 50px;
  }
}
.home .mvt-content .webinar-group h3:nth-of-type(2) {
  font-family: "GillSans-Light";
  font-size: 10px;
}
@media (min-width: 360px) {
  .home .mvt-content .webinar-group h3:nth-of-type(2) {
    font-size: 12px;
  }
}
@media (min-width: 400px) {
  .home .mvt-content .webinar-group h3:nth-of-type(2) {
    font-size: 13px;
  }
}
@media (min-width: 600px) {
  .home .mvt-content .webinar-group h3:nth-of-type(2) {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .home .mvt-content .webinar-group h3:nth-of-type(2) {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .home .mvt-content .webinar-group h3:nth-of-type(2) {
    font-size: 35px;
  }
}
.home .mvt-content .webinar-group .wp-block-button__link {
  margin-bottom: 25px;
}
@media (min-width: 1025px) {
  .home .mvt-content .webinar-group .wp-block-button__link {
    margin-top: 40px;
  }
}
.home .mvt-content .webinar-group p {
  width: 90%;
  margin: auto;
}
@media (min-width: 1025px) {
  .home .mvt-content .webinar-group p {
    margin-bottom: 1.5rem;
    font-size: 20px;
  }
}
.home .mvt-content .presets-group {
  background-color: #f4ebeb;
  background-image: url("../img/dots.svg");
  background-size: contain;
  gap: 0;
  padding: 10% 2% 3%;
  margin-top: 50px;
}
@media (min-width: 1025px) {
  .home .mvt-content .presets-group {
    padding: 2.5% 3%;
    margin-top: 120px;
  }
}
.home .mvt-content .presets-group .images {
  flex-basis: 54% !important;
}
@media (min-width: 1025px) {
  .home .mvt-content .presets-group .images {
    flex-basis: 50% !important;
  }
}
.home .mvt-content .presets-group .images .wp-block-image::before {
  content: "BEFORE";
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 6px;
  font-family: "GillSans-Light";
}
@media (min-width: 600px) {
  .home .mvt-content .presets-group .images .wp-block-image::before {
    font-size: 10px;
  }
}
@media (min-width: 1025px) {
  .home .mvt-content .presets-group .images .wp-block-image::before {
    font-size: 18px;
    top: 15px;
    right: 15px;
  }
}
.home .mvt-content .presets-group .images .wp-block-image:nth-of-type(2)::before {
  content: "AFTER";
}
.home .mvt-content .presets-group .text {
  flex-basis: 46% !important;
  padding: 0 10px;
  margin-bottom: -5%;
}
@media (min-width: 1025px) {
  .home .mvt-content .presets-group .text {
    flex-basis: 50% !important;
  }
}
.home .mvt-content .presets-group .text figure {
  width: 90%;
  margin: auto;
  margin-top: -5px;
}
@media (min-width: 1025px) {
  .home .mvt-content .presets-group .text figure {
    margin-bottom: 35px;
  }
}
.home .mvt-content .presets-group .text figure img {
  margin: 0 auto;
}
.home .mvt-content .presets-group .text .wp-block-group {
  margin: 7px 0 0;
}
.home .mvt-content .presets-group .text .wp-block-group p {
  font-size: 9px;
  margin-bottom: 7px;
}
@media (min-width: 360px) {
  .home .mvt-content .presets-group .text .wp-block-group p {
    font-size: 10px;
  }
}
@media (min-width: 600px) {
  .home .mvt-content .presets-group .text .wp-block-group p {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .home .mvt-content .presets-group .text .wp-block-group p {
    font-size: 24px;
    width: 21em;
    margin: 0 auto 1.7rem;
  }
}
.home .mvt-content .presets-group .text .wp-block-button__link {
  font-size: 12px;
  margin: 0 0 20px;
  padding: 0.5em 1.2em;
}
@media (min-width: 360px) {
  .home .mvt-content .presets-group .text .wp-block-button__link {
    margin: 0;
  }
}
@media (min-width: 600px) {
  .home .mvt-content .presets-group .text .wp-block-button__link {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media (min-width: 1025px) {
  .home .mvt-content .presets-group .text .wp-block-button__link {
    font-size: 24px;
    margin-top: 35px;
  }
}
@media (max-width: 600px) {
  .home .mvt-content .presets-group .text .wp-block-button__link::after {
    width: 15px;
    height: 15px;
    margin-bottom: -4px;
  }
}

@media (min-width: 600px) {
  .archive .wrapper-content, .search .wrapper-content {
    display: flex;
    max-width: 92%;
  }
}
.archive .page-header, .search .page-header {
  background-color: white;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .archive .page-header, .search .page-header {
    flex: 0 0 100%;
    max-width: unset;
  }
}
.archive .page-header::before, .search .page-header::before {
  box-shadow: none;
  border: none;
}
.archive .page-header h1.archive-title, .search .page-header h1.archive-title {
  font-family: "Gistesy";
  font-size: 60px;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 600px) {
  .archive .page-header h1.archive-title, .search .page-header h1.archive-title {
    font-size: 80px;
  }
}
@media (min-width: 600px) {
  .archive #content, .search #content {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    max-width: 2000px;
  }
}
.archive #content .pagination, .search #content .pagination {
  width: 100%;
}
.archive #content .pagination .nav-links, .search #content .pagination .nav-links {
  display: flex;
  justify-content: space-evenly;
}
@media (min-width: 600px) {
  .archive #content .pagination .nav-links, .search #content .pagination .nav-links {
    width: 75%;
    margin: auto;
    justify-content: space-between;
  }
}
.archive #content .pagination .nav-links .page-numbers, .search #content .pagination .nav-links .page-numbers {
  display: none;
}
.archive #content .pagination .nav-links .page-numbers.next, .archive #content .pagination .nav-links .page-numbers.prev, .search #content .pagination .nav-links .page-numbers.next, .search #content .pagination .nav-links .page-numbers.prev {
  display: initial;
  color: #000000;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  background-color: #dfd6da;
  border-radius: 0;
  border: none;
  font-family: "GillSans-Light";
  font-size: 14px;
}
@media (min-width: 600px) {
  .archive #content .pagination .nav-links .page-numbers.next, .archive #content .pagination .nav-links .page-numbers.prev, .search #content .pagination .nav-links .page-numbers.next, .search #content .pagination .nav-links .page-numbers.prev {
    font-size: 16px;
  }
}
@media (min-width: 600px) {
  .archive .excerpt, .search .excerpt {
    flex: 0 0 48%;
    min-width: unset;
  }
}
@media (min-width: 1025px) {
  .archive .excerpt, .search .excerpt {
    flex: 0 0 30.6666666667%;
    min-width: unset;
  }
}
.archive .excerpt-excerpt, .archive .article-read-more, .search .excerpt-excerpt, .search .article-read-more {
  display: none;
}
.archive .excerpt-container, .search .excerpt-container {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 600px) {
  .archive .excerpt-container, .search .excerpt-container {
    flex-direction: column;
  }
}
.archive .excerpt-photo, .search .excerpt-photo {
  display: block;
}
@media (min-width: 600px) {
  .archive .excerpt-photo, .search .excerpt-photo {
    width: 100%;
    max-width: unset;
    margin: 0;
    flex-basis: unset;
  }
}
.archive .excerpt-photo .post-thumbnail, .search .excerpt-photo .post-thumbnail {
  position: relative;
  height: 70vw;
}
.archive .excerpt-photo .post-thumbnail img, .search .excerpt-photo .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  margin: 0;
}
@media (min-width: 600px) {
  .archive .excerpt-photo .post-thumbnail, .search .excerpt-photo .post-thumbnail {
    height: 40vw;
    max-height: 350px;
  }
}
@media (min-width: 1025px) {
  .archive .excerpt-photo .post-thumbnail, .search .excerpt-photo .post-thumbnail {
    height: 25.5vw;
    max-height: 550px;
  }
}
.archive .excerpt-photo .post-thumbnail img, .search .excerpt-photo .post-thumbnail img {
  position: static;
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .archive .excerpt-post-data, .search .excerpt-post-data {
    flex-basis: unset;
  }
}
.archive .excerpt-post-data .excerpt-title, .search .excerpt-post-data .excerpt-title {
  background-color: #dfd6da;
  width: 80%;
  padding: 15px;
  transform: translateY(-45%);
  font-family: "GillSans-Light";
  line-height: 1.1em;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .archive .excerpt-post-data .excerpt-title, .search .excerpt-post-data .excerpt-title {
    margin: auto;
    padding: 5% 7%;
  }
}
.archive .excerpt-post-data .excerpt-title a, .search .excerpt-post-data .excerpt-title a {
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 360px) {
  .archive .excerpt-post-data .excerpt-title a, .search .excerpt-post-data .excerpt-title a {
    font-size: 18px;
  }
}
@media (min-width: 400px) {
  .archive .excerpt-post-data .excerpt-title a, .search .excerpt-post-data .excerpt-title a {
    font-size: 20px;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .archive .excerpt-post-data .excerpt-title a, .search .excerpt-post-data .excerpt-title a {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .archive .excerpt-post-data .excerpt-title a:hover, .search .excerpt-post-data .excerpt-title a:hover {
    color: initial;
  }
}
.archive .mv-trellis-feed-unit, .search .mv-trellis-feed-unit {
  display: none;
}

@media (min-width: 600px) {
  .archive:not(.paged) #content .pagination .nav-links, .search:not(.paged) #content .pagination .nav-links {
    justify-content: center;
  }
}

/* .page-id-32132 - live site */
/* .page-id-31766 - local site */
/* .page-id-31788 - staging */
.page-id-32132 h2, .page-id-32132 h3, .page-id-32132 h4, .page-id-32132 h5, .page-id-32132 h6, .page-id-32132 .h2, .page-id-32132 .h3, .page-id-32132 .h4, .page-id-32132 .h5, .page-id-32132 .h6 {
  font-family: "GillSans-Light";
}
.page-id-32132 p, .page-id-32132 li {
  font-family: "Merriweather";
}
.page-id-32132 .script {
  font-family: "Gistesy" !important;
}
.page-id-32132 .wp-block-buttons > .wp-block-button .wp-block-button__link {
  text-decoration: none;
  background-color: #dfd6da;
  background-image: none;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  font-family: "GillSans-MT";
  color: black;
  font-size: 13px;
  transition: background-color 0.15s ease-in-out;
}
@media (hover: hover) {
  .page-id-32132 .wp-block-buttons > .wp-block-button .wp-block-button__link:hover {
    background-color: #f4ebeb;
  }
}
@media (min-width: 360px) {
  .page-id-32132 .wp-block-buttons > .wp-block-button .wp-block-button__link {
    font-size: 15px;
  }
}
@media (min-width: 400px) {
  .page-id-32132 .wp-block-buttons > .wp-block-button .wp-block-button__link {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .page-id-32132 .wp-block-buttons > .wp-block-button .wp-block-button__link {
    font-size: 22px;
    padding: 0.8em 2.5em;
  }
}
.page-id-32132 .entry-header {
  display: none;
}
.page-id-32132 .wrapper {
  max-width: 2000px;
  padding: 0;
}
.page-id-32132 .post-thumbnail {
  position: relative;
  height: 125vh;
  min-height: 200px;
}
.page-id-32132 .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  margin: 0;
}
@media (min-width: 360px) {
  .page-id-32132 .post-thumbnail {
    height: 115vh;
  }
}
@media (min-width: 400px) {
  .page-id-32132 .post-thumbnail {
    height: 100vh;
  }
}
@media (min-width: 600px) {
  .page-id-32132 .post-thumbnail {
    height: 40vh;
    min-height: 600px;
    max-height: 700px;
  }
}
.page-id-32132 .post-thumbnail img {
  top: unset;
  bottom: 0;
  object-position: bottom;
}
@media (min-width: 600px) {
  .page-id-32132 .post-thumbnail img {
    object-position: center;
  }
}

.page .mvt-content .blog-page-intro {
  position: absolute;
  top: 150px;
  width: 80%;
  left: 10%;
}
@media (min-width: 600px) {
  .page .mvt-content .blog-page-intro {
    top: 150px;
    width: 80%;
    max-width: 1700px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page .mvt-content .blog-page-intro > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .page .mvt-content .blog-page-intro > .wp-block-group__inner-container {
    flex-direction: row;
  }
}
.page .mvt-content .blog-page-intro > .wp-block-group__inner-container .text-wrapper {
  flex: 0 0 50%;
}
.page .mvt-content .blog-page-intro > .wp-block-group__inner-container .text-wrapper h3:first-of-type {
  font-family: "DM Serif Display";
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 360px) {
  .page .mvt-content .blog-page-intro > .wp-block-group__inner-container .text-wrapper h3:first-of-type {
    font-size: 28px;
  }
}
@media (min-width: 400px) {
  .page .mvt-content .blog-page-intro > .wp-block-group__inner-container .text-wrapper h3:first-of-type {
    font-size: 30px;
  }
}
@media (min-width: 600px) {
  .page .mvt-content .blog-page-intro > .wp-block-group__inner-container .text-wrapper h3:first-of-type {
    font-size: 35px;
  }
}
.page .mvt-content .blog-page-intro > .wp-block-group__inner-container .text-wrapper h3:nth-of-type(2) {
  font-size: 40px;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 360px) {
  .page .mvt-content .blog-page-intro > .wp-block-group__inner-container .text-wrapper h3:nth-of-type(2) {
    font-size: 45px;
  }
}
@media (min-width: 600px) {
  .page .mvt-content .blog-page-intro > .wp-block-group__inner-container .text-wrapper h3:nth-of-type(2) {
    font-size: 55px;
  }
}
.page .mvt-content .blog-page-intro > .wp-block-group__inner-container .text-wrapper p {
  width: 18em;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin: auto;
  font-size: 14px;
}
@media (min-width: 600px) {
  .page .mvt-content .blog-page-intro > .wp-block-group__inner-container .text-wrapper p {
    font-size: 18px;
  }
}
.page .mvt-content .blog-page-intro > .wp-block-group__inner-container .categories-menu {
  flex: 0 0 auto;
  margin: auto;
  padding-top: 20px;
}
@media (min-width: 600px) {
  .page .mvt-content .blog-page-intro > .wp-block-group__inner-container .categories-menu {
    padding-top: 75px;
  }
}
.page .mvt-content .blog-page-intro > .wp-block-group__inner-container .categories-menu .wp-block-group__inner-container {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.7em 1.4em;
}
@media (min-width: 600px) {
  .page .mvt-content .blog-page-intro > .wp-block-group__inner-container .categories-menu .wp-block-group__inner-container {
    padding: 1em 2em;
  }
}
.page .mvt-content .blog-page-intro > .wp-block-group__inner-container .categories-menu h3 {
  font-family: "DM Serif Display";
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .page .mvt-content .blog-page-intro > .wp-block-group__inner-container .categories-menu h3 {
    font-size: 30px;
  }
}
.page .mvt-content .blog-page-intro > .wp-block-group__inner-container .categories-menu ul.wp-block-navigation__container {
  gap: 0;
}
@media (min-width: 600px) {
  .page .mvt-content .blog-page-intro > .wp-block-group__inner-container .categories-menu ul.wp-block-navigation__container {
    gap: inherit;
  }
}
.page .mvt-content .blog-page-intro > .wp-block-group__inner-container .categories-menu li {
  margin-left: 15px;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .page .mvt-content .blog-page-intro > .wp-block-group__inner-container .categories-menu li {
    margin-left: 15px;
    margin-bottom: 0;
  }
}
.page .mvt-content .blog-page-intro > .wp-block-group__inner-container .categories-menu a {
  text-decoration: none;
  font-family: "GillSans-Light";
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 600px) {
  .page .mvt-content .blog-page-intro > .wp-block-group__inner-container .categories-menu a {
    font-size: 25px;
  }
}
.page .mvt-content .blog-page-posts li {
  background-color: #f4ebeb;
  padding: 2em;
  margin-top: 40%;
  margin-left: 5%;
}
@media (min-width: 600px) {
  .page .mvt-content .blog-page-posts li {
    padding: 2.5em;
    padding-bottom: 1em;
    margin-top: 0;
    margin-bottom: 15%;
    margin-left: 5%;
  }
}
.page .mvt-content .blog-page-posts li > * {
  text-align: center;
}
.page .mvt-content .blog-page-posts li .wp-block-columns {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .page .mvt-content .blog-page-posts li .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.page .mvt-content .blog-page-posts li .wp-block-column a {
  text-decoration: none;
  color: #000000;
}
@media (hover: hover) {
  .page .mvt-content .blog-page-posts li .wp-block-column a:hover {
    color: inherit;
  }
}
.page .mvt-content .blog-page-posts li .wp-block-post-featured-image {
  position: relative;
  height: unset;
  padding-top: 133%;
  margin-top: -50%;
  border: 10px solid white;
}
.page .mvt-content .blog-page-posts li .wp-block-post-featured-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  margin: 0;
}
@media (min-width: 600px) {
  .page .mvt-content .blog-page-posts li .wp-block-post-featured-image {
    padding-top: 133%;
    margin-bottom: -50%;
    margin-top: 0;
    border: 10px solid white;
  }
}
.page .mvt-content .blog-page-posts li .wp-block-post-title {
  font-family: "DM Serif Display";
  font-size: 25px;
  line-height: 1.2em;
}
@media (min-width: 360px) {
  .page .mvt-content .blog-page-posts li .wp-block-post-title {
    font-size: 30px;
  }
}
@media (min-width: 400px) {
  .page .mvt-content .blog-page-posts li .wp-block-post-title {
    font-size: 32px;
  }
}
@media (min-width: 600px) {
  .page .mvt-content .blog-page-posts li .wp-block-post-title {
    font-size: 40px;
  }
}
@media (min-width: 1500px) {
  .page .mvt-content .blog-page-posts li .wp-block-post-title {
    font-size: 50px;
  }
}
.page .mvt-content .blog-page-posts li .wp-block-post-title a {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page .mvt-content .blog-page-posts li .taxonomy-category {
  margin: 12px auto;
  font-family: "GillSans-Light";
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .page .mvt-content .blog-page-posts li .taxonomy-category {
    margin-bottom: 20px;
  }
}
.page .mvt-content .blog-page-posts li .taxonomy-category > *:not(:first-child) {
  display: none;
}
.page .mvt-content .blog-page-posts li .wp-block-post-excerpt__excerpt {
  font-family: "GillSans-Light";
  width: 100%;
  margin: auto;
  line-height: 1.4em;
}
@media (min-width: 600px) {
  .page .mvt-content .blog-page-posts li .wp-block-post-excerpt__excerpt {
    width: 80%;
  }
}
@media (min-width: 1500px) {
  .page .mvt-content .blog-page-posts li .wp-block-post-excerpt__excerpt {
    font-size: 22px;
  }
}
.page .mvt-content .blog-page-posts li .wp-block-post-excerpt__more-text {
  margin-bottom: 0;
}
.page .mvt-content .blog-page-posts li .wp-block-post-excerpt__more-link {
  text-decoration: none;
  background-color: #dfd6da;
  font-family: "GillSans-Light";
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  color: black;
  font-size: 16px;
  margin-bottom: 0;
  padding: 0.5em 1em;
  margin-top: 30px;
}
@media (min-width: 600px) {
  .page .mvt-content .blog-page-posts li .wp-block-post-excerpt__more-link {
    font-size: 20px;
    margin-top: 45px;
  }
}
.page .mvt-content .blog-page-posts li:nth-of-type(2n) {
  margin-left: 0;
  margin-right: 5%;
}
.page .mvt-content .blog-page-posts li:nth-of-type(2n) .wp-block-columns {
  flex-flow: row-reverse;
}
.page .mvt-content .blog-page-posts .wp-block-query-pagination {
  justify-content: space-around;
  margin-top: 50px;
}
@media (min-width: 600px) {
  .page .mvt-content .blog-page-posts .wp-block-query-pagination {
    margin-top: 0;
  }
}
.page .mvt-content .blog-page-posts .wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: none;
}
.page .mvt-content .blog-page-posts .wp-block-query-pagination a {
  text-decoration: none;
  color: #000000;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  background-color: #dfd6da;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "GillSans-Light";
  font-size: 14px;
}
@media (min-width: 600px) {
  .page .mvt-content .blog-page-posts .wp-block-query-pagination a {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .page .mvt-content .blog-page-posts .wp-block-query-pagination a:hover, .page .mvt-content .blog-page-posts .wp-block-query-pagination a:visited {
    color: inherit;
  }
}

/*# sourceMappingURL=main.0.0.1.css.map */
