/*!
Theme Name: industrial
Author: Tyler Warhurst
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: industrial
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize	
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*------------------------------------*\
  #GLOBAL CLASSES
\*------------------------------------*/

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

html {
  overflow-x: hidden;
}

body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Overpass", sans-serif;
  color: #323232;
}

body {
  overflow-x: hidden;
  margin: 0;
  border-top: 100px solid #142127;
  background: #fff url(../png/stripes.png) repeat;
}

a {
  text-decoration: none;
  color: #bf5d3d;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

p {
  font-size: 1.125rem; /* 18px / 16px */
}

strong {
  font-weight: 900;
}

svg,
img {
  max-width: 100%;
  height: auto;
}

ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}

ol li {
  counter-increment: my-awesome-counter;
  display: flex;
  margin-bottom: 2rem;
}

ol li::before {
  content: "0" counter(my-awesome-counter);
  font-weight: bold;
  font-size: 3rem;
  margin-right: 2rem;
  /*font-family: 'Bevan', serif;*/
  font-weight: 900;
  line-height: 1;
  align-items: center;
}

button:hover {
  cursor: pointer;
}

::-moz-selection {
  background: #dcbc5d; /* WebKit/Blink Browsers */
  color: #fff;
}

::selection {
  background: #dcbc5d; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #dcbc5d; /* Gecko Browsers */
  color: #fff;
}

.warning {
  display: none;
  padding: 30px;
  width: 100%;
  color: white;
  background: black;
  top: 0;
  left: 0;
  position: relative;
  z-index: 9999;
}

noscript {
  display: block !important;
  padding: 30px;
  width: 100%;
  display: block;
  color: white;
  background: black;
  top: 0;
  left: 0;
  position: relative;
  z-index: 9999;
  text-align: center;
}

/*
* Tweaks for webP
*/
.bkg-img {
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-color: #f1f1f0;
}

.media-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*------------------------------------*\
  #UTILITY CLASSES
\*------------------------------------*/

/**
* Flex 
*/
.flex {
  display: block;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /*font-size: 0;*/
}

.flex > * {
  float: left;
}

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

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

.flex--align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

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

.flex__item {
}

.flex__item--middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.flex__item--center {
  margin: 0 auto;
}

.flex__item--right {
  flex: 1 1 auto;
  margin-left: auto;
}

.flex__item--left {
  flex: 1 1 auto;
  margin-right: auto;
}

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

.flex--direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-flow: column;
}

.flex--direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-flow: row;
}

.flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex--nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

/**
* Widths
*/
.full {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.33333%;
}

.one-fourth {
  width: 25%;
}

.two-thirds {
  width: 66.66667%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

/**
* Containers
*/
.container {
  margin: 0 auto;
  padding: 0 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container--1600 {
  width: calc(1600px + (2 * 3rem));
  max-width: 100%;
  padding-bottom: 1rem;
}

.container--1400 {
  width: calc(1400px + (2 * 3rem));
  max-width: 100%;
}

.container--1120 {
  width: calc(1120px + (2 * 3rem));
  max-width: 100%;
}

.container--920 {
  width: calc(920px + (2 * 3rem));
  max-width: 100%;
}

.container--720 {
  width: 100%;
  max-width: 720px;
}

.container .container {
  padding: 0;
}

/**
* Overrides
*/
.no-margin {
  margin: 0 !important;
}

.no-t-margin {
  margin-top: 0 !important;
}

.no-b-margin {
  margin-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

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

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

.uppercase {
  text-transform: uppercase !important;
}

.height100 {
  height: 100%;
}

.p--gray {
  color: #bbb8b6;
}

/**
* List styling
*/
.list {
}

.list--plain {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-p-inside {
  list-style-position: inside;
}

.list__item {
}

.list__item--inline {
  display: inline-block;
  vertical-align: middle;
}

.columns-two {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.icon-search {
  font-size: 1.5rem; /* 24px / 16px */
}

.menu-list {
  display: flex;
  flex-wrap: wrap;
  list-style-position: inside;
  padding: 0;
}

.menu-list li {
  padding: 0 20px 10px 0;
}

/**
* Misc
*/
.accent {
  position: relative;
}

/*.accent::before {
	content: "";
	display: block;
	width: 35%;
	height: 400px;
	background: #F1F1F0;
	position: absolute;

	 top: 46px;
	right: 0;
	z-index: -1;
}*/

.hidden {
  display: none !important;
}

.box-sizing {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
* Forms
*/
.button--plain {
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  color: inherit;
}

.no-b-margin {
}

/*------------------------------------*\
  #HEADINGS
\*------------------------------------*/

.heading-1 {
  font-size: 5.375rem !important; /* 52px / 16px */
  font-weight: 900;
  line-height: 1;
}

.heading-2 {
  font-size: 3rem; /* 48px */
  font-weight: 900;
  line-height: 1;
}

.heading-2--small {
  font-size: 2.625rem; /* 42px / 16px */
}

.heading-3 {
  font-size: 2.25rem; /* 42px / 16px */
  font-weight: 900;
  line-height: 1;
}

.heading-3--small {
  font-family: "Sequel";
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
}

.heading-4 {
  font-size: 1.3125rem; /* 21px / 16px */
  font-weight: 900;
  line-height: 1;
}

.heading--alt {
  font-family: "Sequel";
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
}

.heading--sibling {
  margin-top: 0;
}

.heading--stacked {
  line-height: 0.8 !important;
}

.heading--white {
  color: #fff;
}

.heading--black {
  color: #323232;
}

.heading--gray {
  color: #706e6d;
}

.heading--center {
  text-align: center;
}

.heading--margin {
  margin: 1rem 0;
}

.heading__super-text {
  display: inline-block;
  margin: 0;
  margin-bottom: 0.75rem;
  font-size: 1.3125rem; /* 21px / 16px */
  font-family: "Sequel", sans-serif;
  letter-spacing: 0.125em; /* 2px */
  text-transform: uppercase;

  color: #bf5d3d;
}

.heading__sub-text {
  display: block;
  margin: 0;
  margin-top: 1rem;
  font-family: "Sequel", sans-serif;
  font-size: 1.3125rem; /* 21px / 16px */
  letter-spacing: 0.125em; /* 2px */
  color: #bf5d3d;
  text-transform: uppercase;
}

.heading--alt .heading__super-text,
.heading--alt .heading__sub-text {
  font-family: "Overpass";
  font-weight: 700;
  font-style: italic;
  text-transform: initial;
}

.heading__super-text--alt,
.heading__sub-text--alt {
  font-family: "Overpass";
  font-weight: 700;
  letter-spacing: initial;
  font-style: italic;
  text-transform: initial;
}

.heading__link {
  color: unset;
}

.heading__category {
  display: inline-block;
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 1.3125rem; /* 21px / 16px */
  font-family: "Sequel", sans-serif;
  text-transform: uppercase;
  color: #bf5d3d;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-weight: 900;
  line-height: 1;
}

.entry-content h2 {
  font-size: 3rem; /* 48px */
}

.entry-content h3 {
  font-size: 2.25rem; /* 42px / 16px */
}

.entry-content h4 {
  font-size: 1.3125rem;
}

.entry-content li {
  margin-bottom: 0.5em;
}

/* Dashes */

.dash {
  position: relative;
}

.dash::before,
.dash::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  height: 17px;
  width: 100%;
  background-image: url(../png/dash.png);
  background-repeat: round no-repeat;
  background-position-y: center;
  background-size: 9px 17px;
}

.dash::before {
  content: "";
}

.dash--center::before {
  left: -110%;
  left: calc(-100% - 0.5rem);
}

.dash--center::after {
  content: "";
  left: 110%;
  left: calc(100% + 0.5rem);
}

.dash--right::before {
  left: calc(100% + 0.5rem);
}

.dash--below::before {
  top: 120%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 200px;
}

.dash--white::before {
  background-image: url(../png/dash-white.png);
}

.dash--blue::before {
  background-image: url(../png/dash-blue.png);
}

/*------------------------------------*\
  #HEADER
\*------------------------------------*/

.site-header {
  position: relative;
  padding: 2.5rem 7.5rem;
  background-color: #142127;
}

.site-header__wrapper {
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}

.site-title {
  margin: 0;
}

.site-header__flag {
  position: absolute;
  right: 0;
  bottom: 0;
}

.flag__link {
  display: block;
  width: 480px;
  height: 130px;
  -webkit-clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
}

.flag__link::after {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: inline-block;
  margin: 0;
  font-family: "fontello";
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  content: "\f006";
  color: #fff;
}

.flag__link--hospital {
  background-color: #bf5d3d;
  color: #fff;
}

.flag__copy {
  position: absolute;
  top: 40%;
  right: 5%;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  font-size: 1.175rem; /* 22px / 16px */
  font-weight: 900;
  line-height: 1.3;
}

.flag__supertext {
  display: block;
  font-family: "Sequel", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}

.hero:not(#expeditions) {
  position: relative;
  /*max-height: 70vh;
    overflow: hidden;*/
  margin-bottom: 4rem;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 90%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 90%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 3.5vw));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 3.5vw));

  height: 50vw;
  max-height: 70vh;
  min-height: 275px;

  overflow: hidden;
}

.page-id-196 .hero {
  -webkit-clip-path: none;
  clip-path: none;
  -webkit-clip-path: none;
  clip-path: none;
}

.hero--none:not(#expeditions) {
  height: auto;
  max-height: none;
  min-height: 0px;
  padding: 2.5625em 0;
  overflow: hidden;
  background-color: #f1f1f0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% calc(100% - 30px));
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% calc(100% - 30px));
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% calc(100% - 1.5vw));
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% calc(100% - 1.5vw));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hero__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.hero__credit {
  position: absolute;
  right: 2rem;
  bottom: 1rem;
  display: inline-block;
  font-weight: 900;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.hero__credit--white {
  color: #ffffff;
}

.hero__credit--black {
  color: #323232;
}

/*------------------------------------*\
  #PRIMARY NAV
\*------------------------------------*/

.top-bar {
  position: fixed;
  top: 0;
  z-index: 102;
  width: 100%;
  color: #fff;
  -o-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

:where(.-menu-active) .top-bar {
  pointer-events: none;
}

.admin-bar .top-bar {
  top: 32px;
}

.top-bar.is-hidden {
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.top-bar__container {
  width: 100%;
  padding: 1.25rem 0; /* 20px / 16px */
  background: #142127;
  -webkit-transition: opacity 0.2s ease-in-out 0.2s;
  -o-transition: opacity 0.2s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0.2s;
}

.home .top-bar__container {
  padding: 2.625rem 0; /* 40px / 16px */
}

.-menu-active .top-bar__container {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0s ease-in-out 0.2s;
  -o-transition: opacity 0s ease-in-out 0.2s;
  transition: opacity 0s ease-in-out 0.2s;
}

.primary-nav__wrapper {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.nav-extra {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 101;
}

.primary-nav .menu-item {
  display: inline-block;
  margin-right: 2.5rem;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.primary-nav .menu-item:last-child {
  margin-right: 0;
}

.primary-nav .menu-item a {
  color: #ffffff;
  -webkit-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear;
}

.primary-nav .menu-item a:hover {
  /*background: -webkit-gradient(linear,left top,right top,from(#ff8a00),to(#da1b60));
    background: linear-gradient(to right,#ff8a00,#da1b60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;*/
  color: #739da0;
}

.primary-nav .menu-item.current-menu-item a {
  color: #739da0;
}

/* Logo item */

.primary-nav .menu-item-logo {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.home .primary-nav .menu-item-logo {
  display: none;
}

.menu-item-logo a {
  display: block;
}

.menu-item-logo svg {
  display: block;
  width: auto;
  height: 60px;
}

.primary-nav .menu-item:nth-last-of-type(1),
.primary-nav .menu-item:nth-last-of-type(2),
.primary-nav .menu-item:nth-last-of-type(3) {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.btn-search {
  margin-right: 2.5rem;
}

.toggle-search {
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.toggle-search:hover {
  color: #739da0;
}

/* Full Menu */

.full-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0s linear 0.2s;
  -o-transition: visibility 0s linear 0.2s, opacity 0s linear 0.2s;
  transition: visibility 0s linear 0.2s, opacity 0s linear 0.2s;
}

.-full-menu--open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0s linear 0s, opacity 0s linear 0s;
  -o-transition: visibility 0s linear 0s, opacity 0s linear 0s;
  transition: visibility 0s linear 0s, opacity 0s linear 0s;
}

.full-menu__left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
  transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
  width: 70%;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 7px 0 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 7px 0 8px 0 rgba(0, 0, 0, 0.3);
}

.full-menu__right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
  transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: 30%;
  font-weight: 900;
  background: #142127;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.-full-menu--open .full-menu__left,
.-full-menu--open .full-menu__right {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.full-menu__content {
  margin: 130px 0 50px 0;
  padding-left: 10%;
  padding-right: 10%;
  color: #142127;
}

.toggle-nav__wrapper {
  list-style-type: none;
}

.toggle-nav__wrapper .menu-item {
  opacity: 0;
}

.-full-menu--open .menu-item {
  -webkit-animation: fadeInRight 0.5s ease forwards;
  animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.-full-menu--open .menu-item:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.-full-menu--open .menu-item:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.-full-menu--open .menu-item:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.-full-menu--open .menu-item:nth-of-type(5) {
  -webkit-animation-delay: 0.55;
  animation-delay: 0.55s;
}

.-full-menu--open .menu-item:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.-full-menu--open .menu-item:nth-of-type(7) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.-full-menu--open .menu-item:nth-of-type(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.-full-menu--open .menu-item:nth-of-type(9) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.-full-menu--open .menu-item:nth-of-type(10) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.-full-menu--open .menu-item:nth-of-type(11) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}

.-full-menu--open .menu-item:nth-of-type(12) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.-full-menu--open .menu-item:nth-of-type(13) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}

.-full-menu--open .menu-item:nth-of-type(14) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.toggle-nav__item {
  /*padding: 0.9375rem 0;*/ /* 15px / 16px */
  /*opacity: 0;*/
}

.-full-menu--open .toggle-nav__item:nth-child(1) {
  -webkit-animation: fadeInRight 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955)
    forwards;
  animation: fadeInRight 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.toggle-nav a {
  position: relative;
  display: inline-block;
  padding: 0.77778rem 1.77778rem; /* 0.875rem 2rem; */
  font-size: 1.1666666666666667rem; /* 1.3125rem; /* 21px / 16px */
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #ffffff;
}

.toggle-nav a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  height: 100%;
  width: 120%;
  border-radius: 0 20rem 20rem 0;
  background-color: #bf5d3d;
  opacity: 0;
  left: -120%;
  -webkit-transition: left 0.3s ease-out, opacity 0.3s linear;
  -o-transition: left 0.3s ease-out, opacity 0.3s linear;
  transition: left 0.3s ease-out, opacity 0.3s linear;
}

.toggle-nav a:hover::before {
  opacity: 1;
  left: 0;
}

/* Active page */

.toggle-nav .current-menu-item a::before {
  opacity: 1;
  left: 0;
}

.toggle-nav .current-menu-item a {
  padding-left: 4rem;
  color: #142127;
}

.toggle-nav .current-menu-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  margin-top: -0.75rem;
  display: block;
  width: 1.5rem; /* 24px / 16px */
  height: 1.5rem; /* 24px / 16px */
  background: url(../svg/screw-blue.svg);
  background-position: center;
  background-size: contain;
}

.full-menu .logo .st1 {
  fill: #142127 !important;
}

/* Hamburger */
.hamburger {
  /* clear btn styling */
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  /* custom */
  position: relative;
  width: 50px;
  height: 26px;
  pointer-events: auto;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger__inner,
.hamburger__inner::before,
.hamburger__inner::after {
  position: absolute;
  right: 0;
  display: block;
  width: 50px;
  height: 2px;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-color: #fff;
}

.hamburger__inner::before,
.hamburger__inner::after {
  content: "";
}

.hamburger__inner {
  top: 50%;
  width: 40px;
  margin-top: -1px;
  -webkit-transition: width 0.15s linear 0s,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: width 0.15s linear 0s,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: width 0.15s linear 0s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: width 0.15s linear 0s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: width 0.15s linear 0s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger__inner::before {
  top: -12px;
  width: 50px;
  -webkit-transition: top 75ms ease 0.12s, opacity 75ms ease;
  -o-transition: top 75ms ease 0.12s, opacity 75ms ease;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger__inner::after {
  bottom: -12px;
  width: 30px;
  -webkit-transition: width 0.15s linear 0.15s, bottom 75ms ease 0.12s,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: width 0.15s linear 0.15s, bottom 75ms ease 0.12s,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: width 0.15s linear 0.15s, bottom 75ms ease 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: width 0.15s linear 0.15s, bottom 75ms ease 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: width 0.15s linear 0.15s, bottom 75ms ease 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger.-is-active .hamburger__inner {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 50px;
}

.hamburger.-is-active .hamburger__inner:before {
  top: 0;
  -webkit-transition: top 75ms ease, opacity 75ms ease 0.12s;
  -o-transition: top 75ms ease, opacity 75ms ease 0.12s;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger.-is-active .hamburger__inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -o-transition: bottom 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 50px;
}

.hamburger:hover .hamburger__inner,
.hamburger:hover
  .hamburger__inner::before
  .hamburger:hover
  .hamburger__inner::after {
  width: 50px;
}

.hamburger:hover .hamburger__inner,
.hamburger:hover .hamburger__inner::before,
.hamburger:hover .hamburger__inner::after {
  width: 50px;
}
/*------------------------------------*\
  #SEARCH
\*------------------------------------*/

.search-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 103;
  background: #142127;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s,
    -webkit-transform 0.2s;
}

.search-overlay.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.search-overlay__close {
  position: absolute;
  top: 2.5rem;
  right: 1.25rem;
  font-size: 2rem;
  color: #fff;
}

/* Hamburger */
.close {
  width: 50px;
  height: 26px;
}

.close__inner,
.close__inner::after {
  position: absolute;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.close__inner {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close__inner::after {
  content: "";
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.search__wrapper {
  width: 100%;
}

.search__wrapper--100 {
  width: 100%;
}

.search__form {
  position: relative;
}

.screen-reader-text {
  display: none;
}

.search__input {
  height: 3rem;
  width: 100%;
  padding: 0.84375rem 3rem 0.84375rem 1.5625rem; /* 25px / 16px */
  background: #f0f0ef;
  border: none;
  color: #142127;
  font-family: sofia pro, helvetica;
  font-style: normal;
  font-weight: 900;
  font-size: 1.3125rem; /* 21px / 16px */
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}

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

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

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

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

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

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

.search__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bbb8b6;
}

.search__input:focus {
  outline: none;
}

.search__submit {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  margin: 0;
  padding: 0;
  width: 3rem;
  height: 3rem;
  font-size: 1.3125rem; /* 21px / 16px */
  color: #bd5d3d;
  background: #f0f0ef;
  border-radius: 0;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.search__recommendations {
  display: none;
  margin-top: 2rem;
}

.recommendations__container {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding-left: 2.25em; /* 36px / 16px */
}

.recommendation {
  display: block;
  min-height: 50px;
  height: 100%;
  height: calc(100% - 1.5rem);
  margin: 0.6875rem; /* 11px / 16px */
  padding: 0.75rem; /* 12px / 16px */
  font-weight: 900;
  background-color: #bd5d3d;
  color: #fff;
}

.recommendation:hover {
  background-color: #739da0;
}

/* Search Modal */

.search-overlay .search__input,
.search-overlay .search__submit {
  background: #ffffff;
}

.search-overlay .search__recommendations {
  display: block;
}

.search-overlay .search__wrapper {
  width: 70%;
  max-width: calc(1120px + (2 * 3rem));
  margin: 0 auto;
}

.searchbar {
  margin: 60px 0;
}

.result-count {
  font-size: 2rem;
}

/*------------------------------------*\
  #SLIDER
\*------------------------------------*/

.entry-content__intro {
  font-weight: 900;
  font-size: 21px;
}

.bar {
  position: relative;
  border-bottom: 1px solid #323232;
}

.bar::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 180px;
  height: 6px;
  background-color: #323232;
}

.bar__item {
  padding: 0 1.875rem 1.5625rem 1.875rem; /* 25px / 16px */ /* 30px / 16px */
  border-right: 1px solid #323232;
}

.bar__link {
  color: #323232;
  margin: 0;
}

/*------------------------------------*\
  #SLIDER
\*------------------------------------*/

.slick-list {
  overflow: visible !important;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slider {
  position: relative;
  max-width: 1440px;
  margin: 3.75rem auto;
}

.slider__container {
  position: relative;
  height: 500px;
  margin-top: 10px;
}

.slider__nav {
  position: relative;
  left: 0;
  top: 0;

  width: 400px;
  height: 100%;

  text-align: center;
}

.slider__nav:before {
  content: "";
  position: absolute;
  right: 0;

  display: block;
  width: 100vw;
  height: 100%;

  background-color: #142127;
  background-image: url("../png/polka.png");
  /* REMOVE */
  -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}

.slider__btns {
}

.slider__btns--vertical {
  position: relative;
  padding-top: 145px;
}

.slider__btns--horizontal {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 60px;
  width: 100%;
}

.slider__btn {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 3.75rem; /* 60px / 16px */
  height: 3.75rem; /* 60px / 16px */
  cursor: pointer;
  /* Remove */
  border-radius: 100%;
}

/* Arrow */
.slider__btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 2.5rem;
  color: #ffffff;
}

/* Border */
.slider__btn--round::before {
  font-size: 1.5rem;
}

.slider__btn--round::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border: 0.25rem solid #85868a;
  width: calc(3.75rem - (0.25rem * 2));
  height: calc(3.75rem - (0.25rem * 2));
  border-radius: 100%;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.slider__btn--round:hover::after {
  border-color: #bf5d3d;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.slider__btn--round.slider__btn--prev {
  margin-top: 0.5rem;
}

.slider__btn--absolute-left {
  position: absolute;
  left: 2rem;
}

.slider__btn--absolute-right {
  position: absolute;
  right: 2rem;
}

.slider__pagination {
  position: relative;
  display: block;
  height: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 60px;
  font-weight: 900;
  color: #fff;
  overflow: hidden;
}

.pagination__current,
.pagination__divider {
  display: inline-block;
  font-size: 42px;
  color: #fff;
}

.pagination__total {
  font-size: 26px;
  color: #85868a;
}

.slider__slides {
  position: absolute !important;
  left: 23% !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100% !important;
  width: 100vw !important;
  padding: 40px 0;
  overflow: hidden;
  /*white-space: nowrap !important;*/
}

.slick-slide {
  height: inherit !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.05s linear;
  transition: -webkit-transform 0.05s linear;
  -o-transition: transform 0.05s linear;
  transition: transform 0.05s linear;
  transition: transform 0.05s linear, -webkit-transform 0.05s linear;
}

.slick-slide:focus {
  outline: none !important;
}

.slick-slide:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

/* Gallery slider */

.slider__container--gallery {
  height: 350px;
}

.slider-nav__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider__btns--gallery {
  padding-top: 0;
}

.slider__pagination--gallery {
  margin-top: 0;
}

.slider__btn--gallery {
  margin: 0 0 0 auto;
}

.made-new__slider {
  overflow: hidden;
}

.gallery-image {
  display: block;
  width: 100%;
}

.caption {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 1rem 1.5rem;
  color: white;
}

/*------------------------------------*\
  #CARDS
\*------------------------------------*/

.card {
  display: flex !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Types */
.card--package {
  width: 200px;
  padding: 0.9375rem; /* 15px / 16px */
}

.card--event {
  width: 470px;
  padding: 0 1.5625rem; /* 25px / 16px */
}

.card--article {
  width: 470px;
  padding: 0 1.5625rem; /* 25px / 16px */
}

.card--business {
  padding: 0 0.9375rem 1.875em; /* 30px / 16px */
}

.card--image {
  width: 470px;
  padding: 0 1.5625rem; /* 25px / 16px */
}

.card--exclude {
  display: none !important;
}

.card__container {
  width: 100%;
  display: flex;
  position: relative;

  background-color: #ffffff;
}

.card__container--dshadow {
  -webkit-box-shadow: 0 0 40px -8px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 40px -8px rgba(0, 0, 0, 0.35);
}

.card__link {
  display: block;
  width: 100%;
  color: #323232;
}

.card__link--more {
  padding: 3rem 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #bf5d3d;
  color: #ffffff;
}

/* See all card */
.see-all {
  text-transform: uppercase;
  text-align: center;
}

.see-all__span {
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
}

/*	.card__link:hover {
		color: #ffffff;
	}*/

/*.bkg-img {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-color: #F1F1F0;
}*/

/*.bkg-img::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}*/

.bkg-img--overlay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.bkg-img--absolute {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  padding: 0;
}

.bkg-img--tall {
  padding-top: 156.25%;
}

.bkg-img--hero {
  height: 100%;
  width: 100%;
  padding: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.bkg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bkg-video::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

.no-thumbnail {
  position: relative;
  /*background-image: url('img/texture3.jpg') !important;*/
  background-color: #bbb8b5;
  background-size: cover;
}

.bkg-img__placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 70%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.img__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.card__content {
  padding: 1.25rem; /* 20px / 16px */
  background-color: #fff;
}

.card__content--business {
  padding-top: 0;
  padding-bottom: 1.75rem; /* 28px */
  -webkit-box-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.card__content--business.arrow {
  padding-right: 3rem;
}

.card__content--business.arrow::after {
  right: 0.5rem;
}

.card__heading {
  padding: 0;
}

.card__heading--business {
  padding: 0.5rem 0;
  /* Non standard for WebKit */
  word-break: break-word;
}

.card__copy p {
  margin: 0.5rem 0;
}

.card__meta {
  position: absolute;
}

.card__meta--category,
.card__meta--date {
  top: 0;
  right: 0;
}

.card__meta--miles {
  bottom: 0;
  left: 0;
}

.meta__category {
  display: inline-block;
  padding: 0.5rem 0.625rem; /* 10px / 16px */
  margin-bottom: 1rem;
  font-size: 0.75rem; /* 0.625rem; */
  font-family: "Sequel", "Overpass", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #bf5d3d;
  text-transform: uppercase;
}

.meta__date--vertical {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-transform-origin: center left;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  font-size: 0.75rem;
  font-weight: 900;
}

.meta__date--flag {
  position: relative;
  display: inline-block;
  padding: 1.125rem 0.625em 0.3125rem; /* 10px / 16px */
  font-family: "Bevan", cursive;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #213741;
  color: #fff;
}

.date__month {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 0.3125rem; /* 5px / 16px */
  font-size: 0.65rem; /* 8px */
  font-family: "Sequel";
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #bbb8b5;
}

.meta__miles {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  font-size: 0.75rem; /* 12px */
  font-weight: 900;
  line-height: 1;
  font-style: italic;
  color: #fff;
}

.meta__miles::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #323232;
  -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
}

/* Search */
.search-card {
  padding: 1.75rem 0; /* 28px / 16px */
}

.search-card + .search-card {
  border-top: 1px solid #bbb8b5;
}

.search-card__content {
  width: 70%;
  width: calc(70% - 2rem);
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}

.search-card__heading {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.search-card__thumb {
  width: 30%;
  margin-right: 2rem;
}

.category-link a {
  font-size: 0.875rem; /* 14px / 16px */
  font-family: "Sequel";
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #bf5d3d;
}

/*  */

/*------------------------------------*\
  #ARCHIVE
\*------------------------------------*/

.archive-card {
  padding: 1.75rem 0; /* 28px / 16px */
}

.archive-card + .archive-card {
  border-top: 1px solid #bbb8b5;
}

.archive-card__content {
  width: 70%;
  width: calc(70% - 2rem);
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}

.archive-card__heading {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.archive-card__thumb {
  width: 30%;
  margin-right: 2rem;
}

/*------------------------------------*\
  #ARTICLES
\*------------------------------------*/

.related-articles {
  margin: 7.5rem 0; /* 120px / 16px */
}

.related-articles--angle {
  position: relative;
}

.related-articles--angle::before {
  content: "";
  position: absolute;
  top: 65px;
  right: -5%;
  left: -5%;
  height: 95%;
  width: 110%;
  background-color: #f1f1f0;
  -webkit-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
  z-index: -1;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /*font-size: 0;*/
}

.grid__column--half {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 50%;
}

/*.grid__column--left {
		justify-content: left;
	}

	.grid__column--right {
		justify-content: right;
	}*/

.grid__column--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /*font-size: 0;*/
}

.grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
  height: 100%;
  max-width: 100%;
  -webkit-box-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.grid__row--half {
  /*max-height: 50%;*/
  /*min-height: 50%;*/
}

.tile__container {
  width: 100%;
  padding: 0.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tile__container--half {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 50%;
}

.tile {
  flex: 1;
  position: relative;
  /*display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;*/
  display: block;
  /*height: 100%;*/
  width: 100%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}

.tile--effect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tile--effect::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #c05d3d;
  z-index: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
}

.tile--horizontal-lg:hover .btn--rounded,
.tile--vertical:hover .btn--rounded {
  background-color: transparent;
  color: #bf5d3d;
}

.tile .btn {
  transition: box-shadow 0.3s, background 0.3s;
}

.tile:hover .btn {
  color: white;
  -webkit-box-shadow: inset 0 0 0 3px #ffffff, 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 3px #ffffff, 0 0 1px rgba(0, 0, 0, 0);
}

@media only screen (min-width: 801px) {
  .tile--effect .tile__txt {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: center;
  }
}

.tile--effect:hover::before {
  opacity: 1;
}

.tile--effect:hover .heading,
.tile--effect:hover .cta {
  -webkit-animation: fadeInUp 0.5s;
  animation: fadeInUp 0.5s;
}

.tile--vertical::after {
  content: "";
  display: block;
  padding-top: 65%;
}

.tile--horizontal-sm::after {
  content: "";
  display: block;
  padding-top: 47.5%;
}

.tile--horizontal-lg {
  max-height: 600px;
}

.tile--horizontal-lg::after {
  content: "";
  display: block;
  padding-top: 47.5%;
}

.tile__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 80%;
  width: 100%;
  /*text-align: center;*/
}

.cta {
  display: none;
  font-weight: 900;
  color: #142127;
  text-align: center;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.tile--effect:hover .cta {
  display: block;
  margin-top: 1rem;
}

.grid__btn {
  display: block;
  margin: 0.5rem;
  padding: 1.5rem 2rem; /* 42px / 16px */
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 900;
  text-align: center;
  background-color: #142127;
  color: #ffffff;
}

.grid__btn--absolute {
  position: absolute !important;
  bottom: -50px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  height: 100px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*.grid__btn:hover {
		background-color: #c05d3d;
	}*/

.grid__btn:hover .btn__super-text {
  color: #142127;
}

.grid__btn.arrow:hover::after {
  right: 2rem;
  background-color: #142127;
}

.grid--vertical {
  /* vertical column */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.half-containers {
  /* vertical row */
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-height: 50%;
  min-height: 50%;
  max-width: 100%;
  background: #0bda51;
  border: 1px solid red;
  padding: 0.5em;
  overflow: hidden;
}

.related-articles__grid .btn {
  margin-top: 1rem;
}

/*------------------------------------*\
  #FILTERS
\*------------------------------------*/

.filters {
  margin-bottom: 5.625rem;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
  background: #ffffff;
}

.filters {
  margin-bottom: 5.625rem;
  border-top: none;
  border-bottom: none;
  background: #132128;
}

.filters--business-type {
  margin-bottom: 0;
}

.filters__container {
  padding-top: 1.25rem; /* 26px / 16px */
  padding-bottom: 1.25rem; /* 26px / 16px */
}

.filters__container + .filters__container {
  background-color: #f2f2f2;
  background-color: #739da0;
}

.label {
  display: block;
  color: #bf5d3d;
  font-family: "Sequel", sans-serif;
  text-transform: uppercase;
  /*text-align: center;*/
}

.label--sm {
  font-size: 0.8125rem; /* 13px / 16px */
}

.label--white {
  color: white;
}

.filters__label {
  margin: 0 auto;
  text-align: center;
}

.filters__items {
  width: 100%;
  /*margin-top: 0.5rem;*/
}

.filter {
  position: relative;
  padding: 0.75rem 1.75rem;
  font-family: "Overpass";
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-transform: capitalize;
  border-radius: 999px;
  -webkit-transition: background-color 0.25s, border-color 0.25s;
  -o-transition: background-color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, border-color 0.25s;
}

.filter:hover {
  background-color: #bf5d3d;
  border-color: #bf5d3d;
  cursor: pointer;
}

.filter--active {
  background-color: #bf5d3d !important;
  color: #ffffff !important;
}

.filter--active:hover {
  background-color: rgba(187, 93, 61, 0.6) !important;
  border-color: rgba(187, 93, 61, 0.6) !important;
  color: #ffffff !important;
}

.filter span {
  display: none;
  position: absolute;
  top: 50%;
  left: 0.25rem; /* 10px / 16px */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.25rem;
}

.filter--active span {
  display: inline-block;
}

.filter--subcategory {
  border: 1px solid white;
  color: #ffffff;
}

.filter--subcategory.filter--active {
  border: 1px solid #bf5d3d;
}

.filter--amenity {
  margin: 0.1875em; /* 3px / 16px */
  border: 1px solid #323232;
  font-size: 0.875rem;
}

.filter--amenity:hover {
  color: #fff;
}

.filter--amenity.filter--active {
  padding-left: 1.75rem;
  border: 1px solid #bf5d3d;
}

.filters .list__item {
  margin-right: 1rem; /* 26px / 16px */
  margin: 0.1875em;
}
.filters .list__item:last-child {
  margin-right: 0;
}

.sub-filters {
  border: 1px solid #323232;
  margin-right: 1.875rem;
  background-color: #ffffff;
}

.sub-filters__container {
  /*	padding: 1.5625rem; /* 25px / 16px */
  padding: 1rem;
}

.filters__list,
.subcategories__list,
.sub-filters__list {
  padding-top: 1rem;
}

.sort {
  padding: 1.5625rem; /* 25px / 16px */
  color: #ffffff;
  background-color: #132128;
}

/*------------------------------------*\
  #MADE NEW
\*------------------------------------*/

.made-new {
  font-size: 1.3125rem; /* 21px / 16px */
  font-weight: 600;
  color: #706e6d;
}

.made-new__content {
  width: 100%;
  padding: 3.125rem; /* 50px / 16px */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.made-new__header {
  /*margin-bottom: 4rem;*/
}

.made-new__img {
  padding-bottom: 100%;
}

.made-new__slider .slick-list {
  padding: 0 !important;
}

.made-new__slide:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.made-new__btns {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.made-new h2 {
  color: #323232;
}

/*------------------------------------*\
  #ITINERARIES
\*------------------------------------*/

.itineraries {
  position: relative;
  z-index: 3;
  margin: 7.5rem 0 0;
}

.itineraries::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10%;
  left: -15%;
  z-index: -1;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  height: 95%;
  width: 130%;
  background-color: #f2f1f0;
}

.itineraries::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10%;
  left: -15%;
  z-index: -1;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  height: 95%;
  width: 130%;
  background-color: #f2f1f0;
}

.itineraries__container {
  padding: 2rem 0;
  background-color: #f2f1f0;
}

.itinerary {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.itinerary + .itinerary {
  border-left: 1px solid #323232;
}

.itinerary__content {
  padding: 0 2.5rem; /* 40px / 16px */
}

.itinerary__header {
  position: relative;
}

.itinerary__meta {
  position: absolute;
  left: 0;
  /*bottom: -100%;*/
}

.itinerary__copy {
  padding-left: 3rem;
}

.itinerary__link {
  padding-left: 0;
  -webkit-transition: padding 0.125s linear;
  -o-transition: padding 0.125s linear;
  transition: padding 0.125s linear;
}

.itinerary__link::after {
  -webkit-transition-duration: right 0.25s ease-out,
    background-color 0.25s ease-out !important;
  -o-transition-duration: right 0.25s ease-out, background-color 0.25s ease-out !important;
  transition-duration: right 0.25s ease-out, background-color 0.25s ease-out !important;
}

.itinerary__link:hover::after {
  right: 1.75rem;
}

.itinerary h3 {
  margin-bottom: 0;
}

.itinerary p {
  margin-top: 0;
}

.itinerary .dash {
  width: 50%;
  margin: 1rem 0;
}

.itinerary .dash::before {
  position: static;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/*.itinerary__link:hover{
	padding-left: 1rem;
}*/

/*------------------------------------*\
  #LINKS
\*------------------------------------*/
.contest {
  padding: 0 0 3rem;
  background-color: #739da0;
  color: #142127;
}

.contest span a {
  color: #142127;
}

.contest__wrapper {
  margin-top: 3rem;
}

.contest__left {
  width: 50%;
  margin-right: 3rem;
  width: calc(50% - 3rem);
}

.contest__right {
  width: 50%;
}

.contest__date {
  font-style: italic;
}

.contest .btn {
  background-color: #142127;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 3px #142127, 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 3px #142127, 0 0 1px rgba(0, 0, 0, 0);
}

.contest .btn:hover {
  color: #142127;
}

.contest .heading__super-text {
  color: #142127;
}

/*------------------------------------*\
  #LINKS
\*------------------------------------*/

.link {
  position: relative;
  font-weight: 700;
  text-decoration: none;
  color: #bf5d3d;
}

.link--arrow {
}

.link--arrow::after {
  font-family: "fontello";
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\f006";
}

.link--slider {
  left: -3rem;
}

.btn {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  /*text-transform: capitalize;*/
  text-align: center;
  color: #fff;
  background-color: #bf5d3d;
}

.btn::first-letter {
  text-transform: uppercase;
}

.btn--box {
  padding: 2.75rem;
  background-color: #fff;
  color: #142127;
}

.btn--rounded {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  border-radius: 999px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-box-shadow: inset 0 0 0 3px #bf5d3d, 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 3px #bf5d3d, 0 0 1px rgba(0, 0, 0, 0);
}

.btn--rounded:hover {
  background-color: transparent;
  color: #bf5d3d;
}

.btn--full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn--margin-top {
  margin-top: 1rem;
}

.btn__super-text {
  display: block;
  margin-bottom: 1em;
  font-family: "Sequel";
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #bf5d3d;
}

.toggle {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
  height: 50px;
  width: 200px;
  border: 1px solid #bf5d3d;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  line-height: 1;
  color: #bf5d3d;
}

.toggle::after {
  content: "";
  position: absolute;
  top: 0;
  /*left: 0;*/
  bottom: 0;
  z-index: -1;
  width: 50%;
  background-color: #bf5d3d;
  -webkit-transition: left 0.1s linear;
  -o-transition: left 0.1s linear;
  transition: left 0.1s linear;
}

.toggle--list::after {
  left: 0;
}

.toggle--map::after {
  left: 50%;
}

.toggle__selection {
  width: 50%;
  padding: 1rem;
  line-height: calc(50px - (1rem * 2)); /* container height minus padding */
  font-weight: 900;
  text-align: center;
}

.toggle__selection:hover {
  cursor: pointer;
  /*background-color: rgba(191, 93, 61, 0.8);*/
  /*color: #ffffff;*/
}

.toggle__selection--active {
  color: #fff;
}

.arrow {
  position: relative;
  padding-right: 4rem;
}

.arrow::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 1em;
  padding: 0.5rem;
  margin: 0;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\f006";
  color: #fff;
  background-color: #bf5d3d;
  border-radius: 50%;
  -webkit-transition: right 0.3s ease-out, background-color 0.3s ease-out;
  -o-transition: right 0.3s ease-out, background-color 0.3s ease-out;
  transition: right 0.3s ease-out, background-color 0.3s ease-out;
}

/*------------------------------------*\
  #FEATURED PAGES
\*------------------------------------*/

.featured-pages {
  margin: 7.5rem 0 5rem; /* 60px / 16px */
}

.featured-page {
  position: relative;
  display: block;
  padding: 1.125rem;
  color: #838585;
  -webkit-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}

.featured-page:hover {
  background-color: #142127;
  color: #fff;
}

.featured-page::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0.5rem;
  font-size: 1rem;
  font-family: "fontello";
  text-align: center;
  background: orange;
  background: url(../svg/screw.svg);
  background-size: contain;
  border-radius: 50%;
}

.featured-page:hover::before {
  content: "\f006";
  background: #bf5d3d;
}

.featured-page--left {
  padding-right: 5rem;
}

.featured-page--left::before {
  right: 2rem;
}

.featured-page--right {
  padding-left: 5rem;
}

.featured-page--right::before {
  left: 2rem;
}

.featured-page__heading {
  font-size: 1.125rem; /* 18px / 16px */
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  color: #323232;
}

.featured-page:hover .featured-page__heading {
  color: #fff;
}

/*------------------------------------*\
  #FEATURED PAGES
\*------------------------------------*/

.page-tree {
  margin: 5rem 0;
}

.tree__bottom {
  width: 100%;
  padding-top: 1rem;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  text-align: center;
}

.page-tree__image {
  /*max-height: 450px;*/
  max-height: 600px;
}

.tree__wrapper {
  margin-top: 4rem;
}

/*------------------------------------*\
  #BUSINESS RESULTS
\*------------------------------------*/

.page-id-86 .listings > header {
  display: none;
}

.listings {
  margin-bottom: 7.5rem;
}

.results {
  position: relative;
}

.results__info {
  margin-bottom: 1.875rem; /* 30px / 16px */
}

.results__heading {
  display: inline-block;
  padding-right: 1rem;
  vertical-align: middle;
  text-transform: capitalize;
}

.results__meta {
  max-width: calc(100% - 230px);
}

.meta__count {
  /*padding-left: 1rem;*/
  font-weight: 900;
  color: #bbb8b5;
}

.results__listings {
  position: relative;
  z-index: 3;
  width: calc(100% + 1.875rem); /* 30px / 16px */
  margin-left: -0.9375rem; /* 15px / 16px */
}

.toggle {
  margin-left: auto;
}

.results__map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  min-height: 500px;
  background: gray;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  pointer-events: none;
}

.results__map--active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.no-results {
  display: none;
  padding-left: 0.9375rem;
}

/* Map markers */
.marker--single {
  text-align: center;
}

.marker__heading {
  margin: 0.625rem 0;
  font-family: "Sequel", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
}

.marker__address {
  display: inline-block;
  margin: 0 0 0.625rem 0;
  font-size: 1.125rem;
  /*font-weight: 600;*/
}

.marker__phone a {
  font-size: 1rem;
  font-weight: 500;
  color: #739da0;
}

.marker__directions a {
  font-size: 1rem;
  font-weight: 500;
  color: #739da0;
}

.marker__link a {
  font-size: 1rem;
  font-weight: 600;
  color: #bf5d3d;
}

/*------------------------------------*\
  #SINGLE BUSINESS
\*------------------------------------*/

.listing-content {
  margin-top: 2.5rem;
}

.listing-info {
  margin-top: 2rem;
  max-width: 560px;
}

.listing-info__item {
  font-size: 1.125rem;
  font-weight: 900;
  font-style: italic;
}

.map {
}

.map-container {
  position: relative;
  margin-left: 2.5rem;
  width: calc(100% - 2.5rem);
}

.map-container .meta__miles {
  position: absolute;
  bottom: 0;
  left: 0;
}

.map--single {
  background-color: gray;
  min-height: 400px;
  max-height: 600px;
  height: 100%;
  width: 100%;
  /*margin-top: 2rem;*/
  /*margin-left: 4rem;*/
}

.single-business .gm-style-iw button {
  /*display: none !important;*/
}

/* Gallery Modal */
.featherlight-next span,
.featherlight-previous span {
  font-size: 60px !important;
  line-height: 60px !important;
  margin-top: -30px !important;
  text-shadow: none !important;
}

.featherlight-next:hover,
.featherlight-previous:hover {
  background: rgba(115, 157, 160, 0.75) !important;
}

.featherlight-next span::after,
.featherlight-previous span::after {
  display: inline-block;
  width: 1em;
  padding: 0.5rem;
  margin: 0;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\f006";
  color: #fff;
  -webkit-transition: right 0.3s ease-out, background-color 0.3s ease-out;
  -o-transition: right 0.3s ease-out, background-color 0.3s ease-out;
  transition: right 0.3s ease-out, background-color 0.3s ease-out;
}

.featherlight-previous span::after {
  content: "\f007";
}

/*------------------------------------*\
  #PARKS & TRAILS
\*------------------------------------*/

@media only screen and (min-width: 629px) {
  .outdoors {
    width: calc(50% - 1.25rem) !important;
  }
}

.outdoors__heading {
  margin-bottom: 1.25rem;
}

.outdoors__item {
  border-bottom: 1px solid #323232;
}

.outdoors__item:first-child {
  border-top: 1px solid #323232;
}

.outdoors__link {
  display: block;
  padding: 1.25rem 4rem 1.25rem 0;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  color: #323232;
  -webkit-transition: all 0.125s ease-in-out;
  -o-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
}

.outdoors__link:hover {
  background-color: #bf5d3d;
  color: #ffffff;
}

.outdoors__link span {
  position: relative;
  left: 0;
  vertical-align: middle;
  -webkit-transition: left 0.25s ease-in-out;
  -o-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
}

.outdoors__name {
  display: inline-block;
  max-width: 70%;
}

.outdoors__link:hover span {
  left: 2rem;
}

.outdoors__surface {
  display: inline-block;
  margin-left: 1rem;
  padding: 0.25em;
  font-weight: 400;
  font-size: 0.8125rem; /* 13px / 16px */
  background-color: #132127;
  line-height: 1;
  color: #ffffff;
}

.outdoors__link.arrow::after {
  -webkit-transition: right 0.25s;
  -o-transition: right 0.25s;
  transition: right 0.25s;
}

.outdoors__link.arrow:hover::after {
  right: 0.5rem;
}

/*------------------------------------*\
  #INSTAGRAM
\*------------------------------------*/

.instagram {
  position: relative;
  padding: 5rem 0; /* 80px / 16px */
  margin: 3.75rem 0;
  color: #fff;
}

.instagram::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 60vw;
  height: 100%;
  background-color: #142127;
  background-image: url(../png/polka.png);
  -webkit-clip-path: polygon(24% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(24% 0, 100% 0%, 100% 100%, 0% 100%);
}

.instagram__copy {
  padding: 0 2.625rem; /* 42px / 16px */
  text-align: center;
}

.instagram__grid {
}

.instagram__tile {
  position: relative;
  padding: 0.9375rem; /* 15px / 16px */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*.instagram__img {
	display: block;
	background-image: url(https://visitmarshfield.com/made-new/wp-content/themes/industrial/img/187A3091.JPG);
	background-size: cover;
	background-position: center center;
}*/

.instagram__img {
  /*display: block;*/
  padding-bottom: 68%;
}

.instagram__icon {
  position: absolute;
  left: 8%;
  bottom: 11%;
  display: inline-block;
  font-size: 1.25rem;
  color: white;
}

/*------------------------------------*\
  #VISITOR GUIDE
\*------------------------------------*/

.guide {
  position: relative;
  padding: 250px 0 100px;
}

.guide::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 50%;
  width: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(255, 255, 255, 0)),
    color-stop(30%, rgba(255, 255, 255, 0.7)),
    to(rgba(255, 255, 255, 1))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 30%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 30%,
    rgba(255, 255, 255, 1) 100%
  );
}

.guide::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  height: 50%;
  width: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(42%, rgba(255, 255, 255, 0.6)),
    to(rgba(255, 255, 255, 1))
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 42%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 42%,
    rgba(255, 255, 255, 1) 100%
  );
}

.guide__container {
  position: relative;
  z-index: 1;
}

.guide__bkg {
  opacity: 0.5;
}

.guide__img {
  width: 200px;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.guide__content {
  padding: 0 2rem;
}

.yumpu {
  /*height: 400px;*/
  height: 100%;
  max-height: 600px;
  min-height: 250px;
}

/*------------------------------------*\
  #ENEWS
\*------------------------------------*/

.enews-signup {
  margin: 3.75rem 0;
}

.enews-signup--center {
  text-align: center;
}

.enews-signup__form {
  position: relative;
}

.enews-signup__icon {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  height: 3.25rem;
  width: 3.25rem;
  border-right: 2px solid #f1f2f2;
  font-size: 1.25rem;
  color: #bbb8b6;
}

.enews-signup__icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* gform */

.gform_button,
.gform_next_button,
.gform_previous_button {
  margin-right: 0;
  padding: 1.71875rem; /* 28px / 16px */
  border: none;
  outline: none;
  font-family: "Overpass";
  font-size: 1.3125rem !important; /* 21px / 16px */
  font-weight: 700;
  line-height: 1;
  background-color: #bf5d3d;
  color: #ffffff;
}

.gform_previous_button {
  background-color: transparent;
  border: 2px solid black;
}

.gform_button:hover {
  cursor: pointer;
}

#gform_wrapper_1 .ginput_container,
#gform_wrapper_10 input[type="text"] {
  border: 0.75rem solid #f1f2f2;
}

#gform_1 .gform_body {
  width: 100%;
}

#input_1_2 {
  position: relative;
  height: 3.25rem; /* 52px / 16px */
  padding: 0 1.3125rem 0 4.5625rem; /* 21px / 16px */ /* 73px / 16px */
  border: none;
  font-family: "Overpass";
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 3.25rem; /* 52px / 16px */
}

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

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

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

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

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

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

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

#input_1_2:focus,
#input_1_2:active {
  outline: none !important;
}

li.gfield {
  padding: 0 !important;
}

.gform_wrapper form.gf_simple_horizontal {
  width: 100% !important;
}

.gform_footer.top_label {
  vertical-align: top !important;
}

/*------------------------------------*\
  #FOOTER
\*------------------------------------*/

.site-footer {
  position: relative;
  background-color: #142127;
  overflow: hidden;
}

.site-footer__content {
  position: relative;
  z-index: 1;
  padding: 5rem 0 7rem;
  font-size: 1.5rem;
}

.site-footer__side {
  position: absolute;
  top: 0;
  right: 0;
  /*width: 14.0625rem;*/
  width: 20rem;
  padding: 0;
}

.site-footer__nav {
  margin: 0 5.625rem;
}

.site-footer__nav-columns {
  padding: 0;
  margin: 0;
  margin-left: -3rem; /* gutter */
  list-style-type: none;
  width: calc(100% - 14.0625rem);
}

.site-footer__nav-column {
  width: 33.33333%;
  padding-left: 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.site-footer__nav-column--absolute-right {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 400px;
  padding: 0;
}

.site-footer__nav-heading {
  font-size: 0.875rem; /* 14px / 16px */
  font-family: "Sequel", sans-serif;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #fff;
  color: #fff;
}

.site-footer__items {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.site-footer__item {
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.site-footer__link {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  -webkit-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear;
}

.site-footer__link:hover {
  color: #739da0;
}

.jump-top {
  position: absolute;
  z-index: 4;
  width: 50px;
  height: 50px;
  background: #fff;
  bottom: 1rem;
  right: 1rem;
  color: #142127;
}

.jump-top__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  font-size: 1.5rem;
}

.screw {
  position: absolute;
  bottom: -15vw;
  left: -2vw;
  z-index: 0;
  width: 100%;
  pointer-events: none;
}

.screw svg {
  width: 50%;
  height: auto;
  max-width: 600px;
  min-width: 100px;
  opacity: 0.1;
}

.wtbb-container {
  width: 50%;
  padding: 1rem;
  order: 3;
  text-align: center;
}

.sponsors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
}

.wtbb {
  display: block;
  max-width: 150px;
  margin: 0 auto;
}

.travel-wisc {
  width: 50%;
  padding: 1rem;
}

#menu-footer-right {
  font-size: 1.125rem;
}

/*------------------------------------*\
  #SOCIAL
\*------------------------------------*/

.social {
  margin: 1rem 0;
  text-align: center;
}

.social__item {
  display: inline-block;
  margin: 0 0.375rem; /* 6px / 16px */
}

.social__link {
  position: relative;
  display: block;
  height: 2.25rem; /* 32px */
  width: 2.25rem; /* 32px */
  border: 3px solid #fff;
  font-size: 0;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.social__link::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 1.25rem; /* 20px */
}

.social__link:hover {
  background-color: #fff;
  color: #142127;
}

.full-menu .social__link {
  color: #142127;
  border-color: #142127;
}

.full-menu .social__link:hover {
  background-color: #142127;
  color: #ffffff;
}

.social__link--fill {
  background-color: #bf5d3d;
  color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 3px #bf5d3d, 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 3px #bf5d3d, 0 0 1px rgba(0, 0, 0, 0);
}

.social__link--fill:hover {
  background-color: transparent;
  color: #bf5d3d;
}

/*------------------------------------*\
  #EVENTS
\*------------------------------------*/

.events-archive #menu-item-110 a {
  color: #739da0;
}

.events-archive header.entry-header {
  display: block;
}

.tribe-events-button {
  background-color: #bf5d3d !important;
}

.events-archive .entry-content,
.events-archive .entry-header {
  width: 100%;
}

.tribe-events-list-event-title {
  font-size: 2.25rem; /* 42px / 16px */
  font-weight: 900;
  line-height: 1;
}

.tribe-events-event-meta {
  font-size: 1.125rem !important;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  font-family: "Sequel";
  text-transform: uppercase;
}

.single-tribe_events .heading-2 {
  margin: 1.5rem 0;
}
.type-tribe_events {
  margin-top: 2rem;
}

.event-submit {
  margin: 3.75rem auto;
}

.tribe-bar-geoloc-filter {
  display: none;
}

/* Community events
********************** */
.tribe-community-events .tribe-section-taxonomy,
.tribe-community-events .tribe-section-event-status {
  display: none !important;
}

/*------------------------------------*\
  #WEATHER WIDGET
\*------------------------------------*/

.weather {
  margin-top: 7.5rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#739ea1+0,455f62+6,abc5c7+47,abc5c7+47,90b2b5+56,90b2b5+56,739ea1+77,739ea1+77,415f62+100 */
  background: #739ea1; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#739ea1),
    color-stop(6%, #455f62),
    color-stop(47%, #abc5c7),
    color-stop(47%, #abc5c7),
    color-stop(56%, #90b2b5),
    color-stop(56%, #90b2b5),
    color-stop(77%, #739ea1),
    color-stop(77%, #739ea1),
    to(#415f62)
  );
  background: -o-linear-gradient(
    left,
    #739ea1 0%,
    #455f62 6%,
    #abc5c7 47%,
    #abc5c7 47%,
    #90b2b5 56%,
    #90b2b5 56%,
    #739ea1 77%,
    #739ea1 77%,
    #415f62 100%
  );
  background: linear-gradient(
    to right,
    #739ea1 0%,
    #455f62 6%,
    #abc5c7 47%,
    #abc5c7 47%,
    #90b2b5 56%,
    #90b2b5 56%,
    #739ea1 77%,
    #739ea1 77%,
    #415f62 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#739ea1', endColorstr='#415f62',GradientType=1 ); /* IE6-9 */
}

.home .weather {
  margin-top: 0;
}

/*------------------------------------*\
  #MISC
\*------------------------------------*/

.pquote {
  position: relative;
  padding: 0 2.5rem;
  font-size: 2.4em;
  font-weight: 900;
  line-height: 1.5em;
  font-style: italic;
}

.pquote::before {
  content: "\201C";
  position: absolute;
  top: 0.25em;
  left: -0.15em;
  color: #e7e6e4;
  font-size: 6em;
  z-index: -1;
}

.stroke {
}

.stroke::before {
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  border: 3px solid #fff;
  content: "";
  pointer-events: none;
}

.stroke--r {
  position: relative;
}

.stroke--dark::before {
  border-color: #142127;
}

.stroke--bottom::before {
  bottom: 0;
  z-index: 1;
  border-bottom: none;
}

/* Breadcrumbs */

.breadcrumbs {
  font-size: 1.125rem; /* 18px */
  font-weight: 900;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.hero--none .breadcrumbs {
  text-shadow: none;
}

.breadcrumbs--absolute {
  position: absolute;
  bottom: 11%;
}

.breadcrumb_last {
  color: #d0d0d0;
}

.hero--none .breadcrumb_last {
  color: #bbb8b5;
}

.breadcrumbs a {
  color: #ffffff;
}

.breadcrumbs--blue,
.breadcrumbs--blue a {
  color: #142127;
}

/*------------------------------------*\
  #JS ACTIVE
\*------------------------------------*/

html.-menu-active,
html.-search-active {
  overflow: hidden;
}

body.-menu-active,
body.-search-active {
  overflow: hidden;
}

.-menu-active .toggle-search {
  display: none;
}

.-menu-active .primary-nav {
  opacity: 0;
  visibility: hidden;
}

/*------------------------------------*\
  #WEB FONTS
\*------------------------------------*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  margin: 0;
}

/*------------------------------------*\
  #WEB FONTS
\*------------------------------------*/

@font-face {
  font-family: "Sequel";
  src: url("../woff2/sequel-neue.woff2") format("woff2"),
    url("../woff/sequel-neue.woff") format("woff"),
    url("../ttf/sequel-neue.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.fadeInDown {
  -webkit-animation: fadeInDown 0.5s; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: fadeInDown 0.5s; /* IE 10+, Fx 29+ */
}

/*
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

*/

/*------------------------------------*\
  #WEB FONTS
\*------------------------------------*/

.--trigger-sweep:hover .hvr-sweep-to-top::before,
.--trigger-sweep:active .hvr-sweep-to-top::before,
.--trigger-sweep:focus .hvr-sweep-to-top::before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.--trigger-sweep:hover .grid__btn.arrow::after,
.--trigger-sweep:active .grid__btn.arrow::after,
.--trigger-sweep:focus .grid__btn.arrow::after {
  right: 2rem;
  background-color: #142127;
}

.--trigger-sweep:hover .btn__super-text,
.--trigger-sweep:active .btn__super-text,
.--trigger-sweep:focus .btn__super-text {
  color: #142127;
}

/* Sweep To Top */
.hvr-sweep-to-top {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c05d3d;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
  color: white;
}

.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.hvr-sweep-to-top--center {
  -webkit-transform: perspective(1px) translateX(-50%) translateZ(0);
  transform: perspective(1px) translateX(-50%) translateZ(0);
}

.checkbox-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  line-height: 24px;
  height: 24px;
  /* width: 24px; */
  clear: both;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-label .checkbox-custom {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 24px;
  width: 24px;
  background-color: #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.checkbox-label .checkbox-custom::after {
  position: absolute;
  content: "";
  left: 12px;
  top: 12px;
  height: 0px;
  width: 0px;
  -webkit-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}

.input-title {
  display: inline-block;
  clear: both;
  padding: 0px 0px 0px 3.125rem;
  font-size: 16px;
  font-style: italic;
}

.checkbox-label input:checked ~ .checkbox-custom {
  background-color: #be5c3c;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
}

/* Contact page */
.page-id-88 .gform_wrapper input[type="text"],
.page-id-88 .gform_wrapper textarea,
.page-id-196 .gform_wrapper input[type="text"],
.page-id-196 .gform_wrapper textarea {
  border: 0.75rem solid #f1f2f2;
}

/*------------------------------------*\
  #MEDIA QUERIES
\*------------------------------------*/

@media screen and (max-width: 1200px) {
  /* Footer */
  .site-footer__nav-column {
    width: 50%;
    padding-bottom: 1rem;
  }

  /* Primary Nav */
  body:not(.home) .primary-nav .menu-item:not(.menu-item-logo) {
    display: none;
  }

  body:not(.home) .primary-nav .menu-item {
    margin: 0;
  }

  /* Slider */
  .slider__nav {
    padding-left: 50px;
    text-align: left;
  }

  .slider__btn {
    margin: inherit;
  }

  .link--slider {
    left: 0;
  }

  /* Gallery Slider */
  .slider-nav__container {
    left: 50px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media screen and (max-width: 920px) {
  /* Footer */
  .site-footer__nav-column {
    width: 50%;
    padding-bottom: 1rem;
  }

  /* Nav */
  .primary-nav .menu-item:not(.menu-item-logo) {
    display: none;
  }
}

@media screen and (min-width: 801px) {
  .tile--horizontal-lg .grid__btn {
    display: none;
  }

  .filters__list,
  .sub-filters__list {
    display: block !important;
  }
}

@media screen and (max-width: 800px) {
  .hero__heading {
    width: 85%;
  }

  /* Misc */
  .stroke::before {
    border-color: transparent;
  }

  .one-half {
    width: 100%;
  }

  .instagram__tile {
    width: 50%;
  }

  .container {
    padding: 0 2rem;
  }

  .container--1120 {
    width: calc(1120px + (2 * 2rem));
  }

  .sub-filters__label {
    width: calc(100% - 4rem);
    margin: 0 auto;
  }

  /* Flex */
  .grid__row {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }

  .related-articles .grid__row {
    height: auto;
    -webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .grid__column--half {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .grid p {
    display: none;
  }

  .grid__btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    width: 100%;
    padding: 0;
    line-height: 44px; /* 46px / 16px */
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
    background-color: #142127;
  }

  .grid .stroke::before {
    border-color: #fff;
  }

  .featured-pages .tile__txt {
    height: 100%;
    width: 100%;
    max-width: none;
    color: transparent;
  }

  .featured-pages .tile__txt .btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: transparent;
    background-color: transparent;
  }

  .grid__bkg-img {
    bottom: auto;
    height: calc(100% - 44px);
  }

  .tile__container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }

  /*.flex--direction-column {
		-ms-flex-direction: row wrap;
		flex-direction: row wrap;
		flex-flow: row wrap;
	}*/

  /* Buttons */
  .btn__super-text {
    display: none;
  }

  /* Menu */
  .full-menu__left {
    display: none !important;
  }

  .full-menu__right {
    width: 100%;
  }

  .toggle-nav {
    width: 100%;
    margin-left: 8%;
  }

  .toggle-nav .current-menu-item a {
    padding-left: 2rem;
    color: #bf5d3d;
  }

  .toggle-nav .current-menu-item a::after {
    left: 0;
    background-image: url(../svg/screw.svg);
  }

  .toggle-nav a {
    padding: 0;
    line-height: 2.875rem; /* 46px / 16px */
  }

  .toggle-nav a::before {
    display: none;
  }

  .toggle-nav a:hover,
  .toggle-nav a:active,
  .toggle-nav a:focus {
    color: #bf5d3d;
  }

  /* Featured pages */
  .featured-pages {
    margin-top: 0;
  }

  /* Search */
  .search__recommendations {
    display: none !important;
  }

  /* Site header */
  .site-header {
    height: 32vw;
    padding: 2.5rem;
  }

  /* Events */
  .events-archive .slider__container {
    width: calc(100% + 6rem);
    margin-left: -3rem;
  }

  /* Made New */
  .made-new {
    text-align: center;
    background-color: #f1f2f2;
  }

  .made-new__left,
  .made-new__right {
    width: 100%;
  }

  .made-new__left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .made-new__right {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  /*.made-new__img {
		padding-top: 56.25%;
	}*/

  /*.made-new__img::before {
		padding-top: 56.25%;
	}*/

  .made-new h2 {
    color: #323232;
  }

  .caption {
    top: auto;
    bottom: 0;
    right: 0;
  }

  /* Enews */
  #field_1_2 .gfield_label {
    display: none;
  }

  #gform_submit_button_1 {
    line-height: 1;
  }

  #gform_wrapper_1 .gform_footer {
    margin: 0;
  }

  /* Instagram */
  .instagram::after {
    width: 100%;
    -webkit-clip-path: none;
    clip-path: none;
  }

  .instagram__column {
    width: 100%;
  }

  .instagram__copy {
    margin-bottom: 2rem;
  }

  .instagram p {
    display: none;
  }

  /* Itineraries */
  .itinerary {
    width: 50%;
  }

  .itinerary:last-child {
    display: none;
  }

  .itinerary__copy {
    padding-left: 0;
  }

  .itinerary__meta {
    position: static;
  }

  .meta__date--vertical {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  /* Page tree */
  .page-tree p {
    display: none;
  }

  .grid .arrow::after {
    background-color: transparent !important;
  }

  .tree__list {
    width: 50%;
    flex: 1 1 calc(50% - 1px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .tree__list:first-child {
    border-right: 1px solid #142127;
    width: calc(50% - 1px);
  }

  .tree__img {
    display: none !important;
  }

  .featured-page {
    border-bottom: 1px solid #142127;
  }

  /* Archive */
  /*
	.archive-card__thumb,
	.archive-card__content {
		width: 100%;
	}

	.archive-card__thumb {
		order: 1;
	}

	.archive-card__content {
		order: 2;
	}
	*/

  .archive-card .bkg-img {
    padding-bottom: 100%;
  }

  /* Search */
  .search-card .bkg-img {
    padding-bottom: 100%;
  }

  .search-card p {
    display: none;
  }

  /* Slider */
  .slider__container {
    height: auto;
    background-color: #142127;
    background-image: url(../png/polka.png);
  }

  .slider__nav {
    display: none;
    width: 100%;
  }

  .slider__btn {
    display: inline-block;
  }

  .slider__btns--vertical {
    padding-top: 0;
  }

  .slider__pagination {
    display: none;
  }

  .link--slider {
    display: none;
  }

  .slider__slides {
    position: static !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 40px;
  }

  .slider__nav:before {
    content: none;
  }

  /* Toggle */
  .toggle {
    display: none;
  }

  .results {
    width: 100%;
  }

  /* Single Listing */
  .map-container {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  /* Outdoors */
  .outdoors {
  }

  /* Filters */
  .filters {
    margin-bottom: 0;
  }

  .container--listings {
    width: 100%;
    padding: 0;
  }

  .sub-filters-wrapper {
    width: 100%;
  }

  .sub-filters {
    width: 100%;
    margin: 0;
    text-align: center;
    border: none;
    border-bottom: #323232;
    background-color: transparent;
  }

  .filters__list,
  .subcategories__list,
  .sub-filters__list {
    display: none;
    padding: 0 1.25rem 1.25rem;
  }

  .filters__container,
  .subcategories__container,
  .sub-filters__container {
    padding: 0;
  }

  .filters .label,
  .sub-filters .label {
    position: relative;
    line-height: 44px;
    height: 44px;
    width: calc(100% - 4rem);
  }

  .filters .label:hover,
  .sub-filters .label:hover {
    cursor: pointer;
  }

  .sub-filters__label::after,
  .filters__label::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    display: inline-block;
    width: 1em;
    padding: 0.5rem;
    margin: 0;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\f006";
    color: red;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  .sub-filters__label::after {
    color: inherit;
  }

  .filters__label::after {
    color: inherit;
  }

  .sub-filters__label.js-active::after,
  .filters__label.js-active::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }

  .results {
    margin: 2rem 2rem 0;
  }

  .results__meta {
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sub-filters__container {
    background-color: #f1f1f0;
  }

  .sort {
    padding: 0;
    height: 44px;
    line-height: 44px;
    color: #132128;
    background-color: transparent;
  }

  .checkbox-label .checkbox-custom {
    border: 1px solid #132128;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .card--business {
    width: 50%;
  }

  /* Related Articles */
  .related-articles .tile:not(.tile--vertical) {
    padding-top: 50%;
  }

  .related-articles .grid__btn {
    width: calc(100% - (0.5rem * 2));
  }

  .tile--vertical::after {
    padding-top: 50%;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .top-bar {
    top: 46px;
  }
}

@media screen and (max-width: 628px) {
  /* Body */
  body {
    border-top: none;
  }

  /* Container */
  .container {
    padding: 0 1rem;
  }

  .container--1120 {
    width: calc(1120px + (2 * 1rem));
  }

  .container--listings {
    padding: 0;
    width: 100%;
  }

  /* Top Bar */
  .top-bar {
    position: relative;
  }

  .-menu-active .top-bar__container {
    opacity: 1;
    visibility: visible;
  }

  .toggle-nav {
    padding-top: 90px;
  }

  /* Site header */
  .site-header {
    height: 40vw;
  }

  .flag__link {
    width: 370px;
    height: 100px;
  }

  /* Hero */
  .dash--below::before {
    top: 105%;
  }

  .breadcrumbs--absolute {
    bottom: 8%;
  }

  /* Single Listing */
  .bar {
    border: none;
  }

  .bar__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /*width: 100%;*/
    padding-top: 1.5625rem;
    border-bottom: 1px solid #323232;
  }

  /* Archive */
  .archive-card__heading {
    margin-top: 1rem;
  }

  /* Instagram */
  .instagram .heading-2 {
    font-size: 2rem;
  }

  /* Filters */
  .sub-filters__label {
    width: calc(100% - 2rem);
    margin: 0 auto;
  }

  /* Footer */
  .site-footer {
    padding-top: 0;
  }
  .site-footer__nav-column {
    width: 100%;
  }

  .site-footer__content {
    padding-top: 0;
  }

  .site-footer__side {
    position: static;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    max-width: none;
  }

  .site-footer__side > * {
    width: 50%;
  }

  .footer__btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .wtbb-container {
    /*width: 100%;*/
    flex: 1 auto;
  }

  .site-footer .social {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 2;
  }

  .site-footer__nav {
    margin: 0 2.5rem;
  }

  .site-footer__nav-columns {
    width: 100%;
    margin: 3rem 0 0 !important;
  }

  .site-footer__nav-column {
    padding: 0 0 1rem 0;
  }

  /* Gallery Lightbox */
  .featherlight-next span::after,
  .featherlight-previous span::after {
    width: auto;
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .top-bar {
    top: 0;
  }
}

@media screen and (max-width: 568px) {
  /* Guide */
  .guide {
    padding: 100px 0;
    text-align: center;
  }

  .guide__column {
    width: 100%;
  }

  .guide__column__content {
  }

  /* Itinerary */
  .itinerary {
    width: 100%;
  }

  .itinerary:nth-last-child(2) {
    display: none;
  }

  /* Instagram */
  .instagram__tile {
    display: none;
  }

  .instagram__tile {
    width: 100%;
  }

  .instagram__tile:first-child,
  .instagram__tile:nth-child(2) {
    display: block;
  }

  .instagram__copy {
    padding: 0;
  }

  /* Page Tree */
  .tree__wrapper {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-flow: column;
  }

  .tree__list {
    flex: 1 1 100%;
    width: 100% !important;
    border-right: none !important;
  }

  .tree__list.text-right {
    text-align: left !important;
  }

  .featured-page--left {
    padding-right: 1.125rem;
    padding-left: 5rem;
  }

  .featured-page--left::before {
    right: auto;
    left: 2rem;
  }
}

@media screen and (max-width: 480px) {
  /* Header */
  .site-header {
    min-height: 225px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* Hero */
  .breadcrumbs {
    display: none;
  }

  /* Stroke */
  .stroke::before {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  /* Slider */
  .slider__btn--absolute-left {
    position: absolute;
    left: 0;
  }

  .slider__btn--absolute-right {
    position: absolute;
    right: 0;
  }

  /* Listings */
  .card--business {
    width: 100%;
  }

  /* Single Listing */
  /*.bar__item {
	text-align: left !important;
	padding-left: 0;
}*/

  /* Related Articles */
  .tile__container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .related-articles .tile:not(.tile--vertical) {
    padding-top: 40%;
  }

  /* Primary Nav */
  .btn-search {
    margin-right: 1rem;
  }

  .menu-item-logo svg {
    height: 44px;
  }

  .nav-extra {
    width: calc(100% - (1.25rem * 2));
    pointer-events: none;
  }

  .nav-extra__list > * {
    pointer-events: auto;
  }

  .list__item--hamburger {
    position: absolute;
    right: 0;
  }

  .hamburger {
    width: 44px;
  }

  .hamburger__inner {
    width: 34px;
  }

  .hamburger__inner::before {
    width: 44px;
  }

  .hamburger__inner::after {
    width: 24px;
  }

  .hamburger:hover .hamburger__inner,
  .hamburger:hover .hamburger__inner::before,
  .hamburger:hover .hamburger__inner::after {
    width: 44px;
  }

  /* Contest */
  .contest__left,
  .contest__right {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .contest__right {
    margin-top: 2rem;
  }
}

@media (max-width: 375px) {
  .results__map,
  .map--single {
    height: auto;
    min-height: 0;
    padding-top: 56.25%;
  }

  .heading-1 {
    margin: 0.75em 0 0.5em;
    font-size: 4rem !important;
  }

  .heading-2 {
    margin: 0.75em 0 0.5em;
  }

  /* Footer */
  .site-footer__side {
    -webkit-box-orient: vertical;
    /*-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;*/
  }

  .site-footer__side > * {
    width: 100%;
  }

  .site-footer .social {
    height: 80px;
  }

  .btn--box {
    background-color: #bf5c3d;
    color: white;
  }

  /* Slides */
  .slider__slides {
    padding: 20px 10px;
  }

  .card--image {
    padding: 0 10px;
  }

  .events-archive .slider__slides {
    padding: 20px;
  }

  .sort {
    margin-top: 1rem;
  }
}

.video-wrapper {
  position: relative;
  margin: 20px 0;
}
.video-wrapper::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 56.25%;
}
.video-wrapper iframe {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 820px) {
  .video-wrapper {
    max-width: 60%;
  }
}
/* Font size
@media (max-width: 1999px) and (min-width: 1600px) {
	html {
	    font-size: 18px;
	}
}
*/

@media (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 1439px) and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 1199px) and (min-width: 1024px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 1023px) and (min-width: 700px) {
  html {
    font-size: 13px;
  }
}

@media (max-width: 699px) {
  html {
    font-size: 12px;
  }
}

/*------------------------------------*\
  #Remove Default iPhone Styling
\*------------------------------------*/
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

/* ------------------------------------------------------------
***************************************************************
Internet Explorer Overides
***************************************************************
------------------------------------------------------------ */
/*- Internet Explorer/Edge = 6,7,8 | show browser not supported warning for these versions -*/
@media \0screen\, screen\9 {
  .warning {
    display: block;
  }
}
/*- Internet Explorer/Edge = 9,10 | show browser not supported warning for these versions -*/
@media screen\0 {
  .warning {
    display: block;
    padding: 30px;
    width: 100%;
    display: block;
    color: white;
    background: black;
    top: 0;
    left: 0;
    position: relative;
    z-index: 9999;
  }
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .warning {
    display: none;
  }
}

/* ------------------------------------------------------------
***************************************************************
Apple Safari Overides
***************************************************************
------------------------------------------------------------ */
/* Safari 6.1-10.0 (not 10.1) | show browser not supported warning for these versions */
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
  @media {
    .warning {
      display: block;
    }
  }
}

/* Edge */
@supports (-ms-ime-align: auto) {
  .flag__link {
    display: block;
    width: 300px;
    height: 100px;
    /* -webkit-clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%); */
    /* clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%); */
  }

  .site-header {
    padding-bottom: 80px;
  }

  @media only screen and (max-width: 600px) {
    .site-header {
      height: 310px;
    }

    .site-header__wrapper {
      width: auto;
      max-width: 100%;
    }
  }

  .flag__copy {
    top: 30%;
  }
}

/* overides 3/25/20 jessi */
.page-id-5 h2.heading-2 {
  font-size: 2.35rem;
}

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

img.aligncenter,
div.aligncenter,
figure.aligncenter,
img.wp-post-image {
  display: block;
  margin: 1em auto;
}
img.alignright,
div.alignright,
figure.alignright {
  float: right;
  margin: 1em 0 1em 2em;
}
img.alignleft,
div.alignleft,
figure.alignleft,
img.wp-post-image.attachment-thumb {
  float: left;
  padding: 1em 1em 1em 0;
  clear: left;
}
figure {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}
p img.alignright,
p img.alignleft {
  margin-top: 0;
}

.gallery figure img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.gallery figure {
  float: left;
  margin: 0 2% 1em 0;
}

.gallery.gallery-columns-1 figure {
  width: 100%;
  margin: 0 0 1em 0;
  float: none;
}

.gallery.gallery-columns-3 figure {
  width: 32%;
}
.gallery.gallery-columns-3 figure:nth-of-type(3n + 3) {
  margin-right: 0;
}
.gallery.gallery-columns-3 figure:nth-of-type(3n + 4) {
  clear: left;
}

.gallery.gallery-columns-2 figure {
  width: 49%;
}
.gallery.gallery-columns-2 figure:nth-of-type(even) {
  margin-right: 0;
}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {
  clear: left;
}

.gallery.gallery-columns-4 figure {
  width: 23.25%;
}
.gallery.gallery-columns-4 figure:nth-of-type(4n + 4) {
  margin-right: 0;
}
.gallery.gallery-columns-4 figure:nth-of-type(4n + 5) {
  clear: left;
}

.gallery.gallery-columns-5 figure {
  width: 18%;
}
.gallery.gallery-columns-5 figure:nth-of-type(5n + 5) {
  margin-right: 0;
}
.gallery.gallery-columns-5 figure:nth-of-type(5n + 6) {
  clear: left;
}

.gallery.gallery-columns-6 figure {
  width: 14.2%;
}
.gallery.gallery-columns-6 figure:nth-of-type(6n + 6) {
  margin-right: 0;
}
.gallery.gallery-columns-6 figure:nth-of-type(6n + 7) {
  clear: left;
}

.gallery.gallery-columns-7 figure {
  width: 12%;
}
.gallery.gallery-columns-7 figure:nth-of-type(7n + 7) {
  margin-right: 0;
}
.gallery.gallery-columns-7 figure:nth-of-type(7n + 8) {
  clear: left;
}

.gallery.gallery-columns-8 figure {
  width: 10.2%;
}
.gallery.gallery-columns-8 figure:nth-of-type(8n + 8) {
  margin-right: 0;
}
.gallery.gallery-columns-8 figure:nth-of-type(8n + 9) {
  clear: left;
}

.gallery.gallery-columns-9 figure {
  width: 8.85%;
}
.gallery.gallery-columns-9 figure:nth-of-type(9n + 9) {
  margin-right: 0;
}
.gallery.gallery-columns-9 figure:nth-of-type(9n + 10) {
  clear: left;
}

.gallery-caption {
  font-size: 24px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  img.alignright,
  div.alignright,
  figure.alignright,
  img.alignleft,
  div.alignleft,
  figure.alignleft,
  img.wp-post-image.attachment-thumb {
    display: block;
    margin: 1em auto;
    float: none;
  }
  .gallery.gallery-columns-4 figure,
  .gallery.gallery-columns-5 figure,
  .gallery.gallery-columns-6 figure,
  .gallery.gallery-columns-7 figure,
  .gallery.gallery-columns-8 figure,
  .gallery.gallery-columns-9 figure {
    width: 100%;
    margin: 0 0 1em 0;
    float: none;
  }

  .gallery.gallery-columns-2 figure {
    width: 100%;
    float: none;
    height: auto;
    margin: 1em 0;
  }
}

/* Maple fall fest post */

.postid-4736 .gallery {
  margin-bottom: -1rem;
}

.postid-4736 .entry-content h4 {
  margin-bottom: 1rem;
}

.postid-4736 .entry-content h4 + p {
  margin-top: 0;
}

/* Copyright */
.copyright {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

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

/* COVID SECTION */
#covid_footer_div {
  max-height: 5px;
}

.page-id-5 #covid_footer_div {
  max-height: none;
}

#covid_footer_div p {
  padding: 10px;
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #covid_footer_div p {
    max-width: 100%;
  }
}
/* end COVID section */

/* hides report btn */
/*  hides the season report btn */
/* .report-btn {
  display: none !important;
} */

.meeting {
  padding: 0 0 50px;
  margin: 0;
  list-style: none;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-rule: 1px solid black;
  -moz-column-rule: 1px solid black;
  column-rule: 1px solid black;
}

@media only screen and (min-width: 500px) {
  .meeting {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}

@media only screen and (min-width: 800px) {
  .meeting {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
}

.meeting__location {
  margin: 40px 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.location-name {
  font-weight: 700;
}

.meeting__rooms {
  padding: 0;
  margin: 0;
  list-style: none;
}

.location-row {
  margin-top: 0.25em;
}

.meeting__room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: none;
  flex-wrap: none;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.room-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.room-size,
.room-seating {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.meeting__room--heading {
  font-weight: 700;
  /*text-transform: uppercase;*/
}

.pb {
  text-align: center;
  color: white;
}

.pb a {
  color: white;
  text-decoration: underline;
}
.page-id-9061 .hero__heading {
  display: none;
}
.page-id-27194 .hero__heading {
  display: none;
}
