@charset "UTF-8";
/*
Theme Name:	Three Penny Taproom
Description: Custom theme for Three Penny Taproom, 2023
Version: 1.0
Author: Gabe Halberg / Dadra Design
Author URI: https://dadradesign.com
*/
*:not(select) {
  margin: 0;
  padding: 0;
  border: 0;
}

.clear {
  clear: both;
  line-height: 0;
  margin: 0;
  padding: 0;
}

a:focus {
  outline: none;
}

/* disable default styling for various browsers */
input[type=search],
input:not([type=radio]):not([type=checkbox]),
textarea {
  outline: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 0 !important;
}

aside {
  display: none;
  position: relative;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  aside {
    display: block !important;
    padding: 40px 0;
  }
}
aside ul.sidebar-menu {
  display: block;
  margin: 0 0 30px 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  background: #a16b00;
}
@media screen and (min-width: 1000px) {
  aside ul.sidebar-menu {
    font-size: 0.95em;
    background: none;
  }
}
aside ul.sidebar-menu li {
  margin: 0;
  padding: 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 1000px) {
  aside ul.sidebar-menu li {
    padding: 0;
    border: 0;
  }
}
@media screen and (min-width: 1000px) {
  aside ul.sidebar-menu li.active a {
    font-weight: 700;
    color: #333 !important;
  }
}
aside ul.sidebar-menu li a {
  display: block;
  padding: 20px 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  aside ul.sidebar-menu li a {
    padding: 10px 0;
    font-weight: 400;
    color: #777;
  }
}
@media screen and (min-width: 1000px) {
  aside ul.sidebar-menu li a:hover {
    text-decoration: underline;
  }
}
aside .sidebar-text-block {
  padding: 30px 30px 15px 30px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1000px) {
  aside .sidebar-text-block {
    padding: 30px 0 0 0;
    border: 0;
    border-top: 1px solid #ccc;
    font-size: 0.95em;
  }
}
aside .button, aside input[type=submit] {
  margin: 10px 0 0 0;
}

a.sidebar-toggle {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px 60px 20px 30px;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff !important;
  background: #a16b00;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  a.sidebar-toggle {
    display: none;
  }
}
a.sidebar-toggle:after {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 32%;
  font-family: FontAwesome;
  content: "\f078";
  font-weight: 100;
}
@media screen and (min-width: 650px) {
  a.sidebar-toggle:after {
    right: 40px;
  }
}
a.sidebar-toggle.active:after {
  content: "\f077";
}

footer {
  font-weight: 600;
  color: #ffa800;
  background: #00171e;
}
@media screen and (min-width: 800px) {
  footer {
    font-size: 1.1em;
  }
}
footer.no-events .footer-nav-events {
  display: none !important;
}
footer a {
  color: inherit;
}
footer a:hover {
  color: inherit;
}
footer .footer-content-wrap {
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 20px 25px 20px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  footer .footer-content-wrap {
    display: grid;
    grid-template-columns: 258px auto;
    grid-gap: 50px;
    max-width: 1400px;
    padding: 70px 30px 50px 30px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-content-wrap {
    grid-gap: 90px;
  }
}
footer #footer-logo {
  display: block;
  width: 258px;
  height: 300px;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(images/boris-small.png) no-repeat;
  background-size: 258px 300px;
}
footer .footer-menu {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 30px;
  margin: 50px 0;
  padding: 0 0 50px 0;
  border-bottom: 1px solid rgba(255, 168, 0, 0.5);
}
@media screen and (min-width: 1000px) {
  footer .footer-menu {
    justify-content: flex-start;
    margin: 0 0 50px 0;
    padding: 0 0 40px 0;
  }
}
footer .footer-menu a {
  text-transform: uppercase;
  font-weight: 800;
}
@media screen and (min-width: 1000px) {
  footer .footer-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
footer .footer-social {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin: 30px 0;
}
@media screen and (min-width: 1000px) {
  footer .footer-social {
    justify-content: flex-start;
    gap: 20px;
    margin: 20px 0 0 0;
  }
}
footer .footer-social a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .footer-social a:hover {
  color: inherit;
}
footer .footer-social a i {
  font-size: 48px;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1000px) {
  footer .footer-social a i {
    font-size: 40px;
  }
}
footer .footer-social a i.fa-instagram {
  font-size: 52px;
}
@media screen and (min-width: 1000px) {
  footer .footer-social a i.fa-instagram {
    font-size: 43px;
  }
}
footer .footer-social a i:before {
  font-weight: 400 !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
footer .footer-social a span {
  display: inline-block;
  text-indent: -9999px !important;
}
footer .details p {
  line-height: 1.3em;
}
footer .footer-copy {
  background: #000;
}
footer .footer-copy .content {
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 20px;
  text-align: center;
  font-size: 0.8em;
  font-family: dunkel-sans-medium, sans-serif;
}
@media screen and (min-width: 800px) {
  footer .footer-copy .content {
    padding: 40px;
    display: flex;
    justify-content: space-between;
  }
}
footer .footer-copy .content p {
  margin: 0;
}
footer .footer-copy #dadra {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 800px) {
  footer .footer-copy #dadra {
    margin: 0 -30px 0 0;
  }
}
footer .footer-copy #dadra a {
  padding: 10px 30px;
  border-radius: 6px;
  background: transparent;
}
footer .footer-copy #dadra a:hover {
  color: #333;
  background: #ffa800;
}

a.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  padding: 10px 20px;
  font-size: 0.8em;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  background: #000;
  border-radius: 5px;
  z-index: 20000;
  transition: none;
}
a.skip:active, a.skip:focus, a.skip:hover {
  top: 60px;
  left: 30%;
}
@media screen and (min-width: 1000px) {
  a.skip:active, a.skip:focus, a.skip:hover {
    top: 0;
    left: 45%;
  }
}

header {
  background: #5e2600;
}
header #header-content a:hover {
  background-color: #371600 !important;
}
header #header-content a#logo {
  top: 15px;
  left: 50%;
  display: block;
  width: 46px;
  height: 54px;
  margin-left: -23px;
  background: url(images/boris-solo-small.png) no-repeat;
  background-size: 46px 54px;
  -webkit-filter: none;
          filter: none;
}
header #header-content a#logo:hover {
  background-color: transparent !important;
}

.has-hero #headroom {
  display: none;
}
.has-hero header {
  background: transparent;
}
.has-hero header #header-content.scrolled a#logo {
  top: 15px;
  left: 50%;
  display: block;
  width: 46px;
  height: 54px;
  margin-left: -23px;
  background: url(images/boris-solo-small.png) no-repeat;
  background-size: 46px 54px;
  -webkit-filter: none;
          filter: none;
}
.has-hero header #header-content.scrolled a#logo:hover {
  background-color: transparent !important;
}
.has-hero header #header-content #logo {
  position: absolute;
  left: 50%;
  display: block;
  top: 16px;
  width: 100px;
  height: 116px;
  margin-left: -50px;
  text-indent: -9999px;
  background: url(images/boris-small.png) center no-repeat;
  background-size: 100px 116px;
  -webkit-filter: drop-shadow(0px 0px 30px #000) drop-shadow(0px 0px 30px #000);
          filter: drop-shadow(0px 0px 30px #000) drop-shadow(0px 0px 30px #000);
  z-index: 1000000;
}
@media screen and (min-width: 1200px) {
  .has-hero header #header-content #logo {
    width: 150px;
    height: 174px;
    margin-left: -75px;
    background-size: 150px 174px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-family: dunkel-sans-medium, sans-serif;
  color: #ffb527;
  z-index: 10000;
  transition: background 0.5s ease;
}
header.active {
  height: 100% !important;
}
header.scrolled {
  background: #5e2600;
}
header.no-events .mobile-nav-pages {
  grid-template-areas: "hours-location hours-location" "food bar" "about about" !important;
}
header.no-events .mobile-nav-events,
header.no-events .nav-events {
  display: none !important;
}
header a {
  text-transform: uppercase;
  line-height: 1em;
  color: #ffb527 !important;
}
header #mobile-header-content {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
}
header #mobile-header-content:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  header #mobile-header-content {
    display: none !important;
  }
}
header #mobile-header-content.active {
  height: 100% !important;
}
header #mobile-header-content a#mobile-logo {
  position: absolute;
  top: 9px;
  left: 10px;
  transition: none;
  display: block;
  width: 125px;
  height: 54px;
  text-indent: -9999px;
  background: url(images/boris-mobile.png) no-repeat;
  background-size: 125px 54px;
}
header #mobile-header-content .mobile-header-hours-location {
  position: absolute;
  top: 0;
  right: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  text-align: center;
  font-family: quiet-sans, sans-serif;
  font-weight: 600;
  font-size: 2em;
}
header #mobile-header-content .mobile-header-hours-location i.fa-location-dot {
  padding-left: 30px;
}
header #mobile-header-content .mobile-header-hours-location span {
  text-indent: -9999px;
}
header #mobile-header-content .mobile-menu-activate-bars {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 70px;
  box-sizing: border-box;
  padding-top: 3px;
  font-size: 2em;
  cursor: pointer;
}
header #mobile-header-content .mobile-menu-activate-bars span {
  text-indent: -9999px;
}
header #mobile-header-content .mobile-menu-wrap {
  display: none;
  box-sizing: border-box;
  padding: 0 10px;
  background: #00171e;
}
@media screen and (min-width: 1000px) {
  header #mobile-header-content .mobile-menu-wrap {
    display: none !important;
  }
}
header #mobile-header-content .mobile-menu-wrap.active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 10000000;
}
header #mobile-header-content .mobile-menu-wrap #boris-solo {
  position: absolute;
  top: 9px;
  left: 10px;
  display: block;
  width: 46px;
  height: 54px;
  text-indent: -9999px;
  background: url(images/boris-solo-small.png) no-repeat;
  background-size: 46px 54px;
}
header #mobile-header-content .mobile-menu-wrap .mobile-nav-social {
  position: absolute;
  top: 2px;
  left: 65px;
  display: flex;
}
header #mobile-header-content .mobile-menu-wrap .mobile-nav-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 70px;
}
header #mobile-header-content .mobile-menu-wrap .mobile-nav-social a i {
  font-size: 2.5em;
}
header #mobile-header-content .mobile-menu-wrap .mobile-nav-social a i.fa-instagram {
  font-size: 2.7em;
}
header #mobile-header-content .mobile-menu-wrap .mobile-nav-social a i.fa-gift-card {
  font-size: 2.25em;
}
header #mobile-header-content .mobile-menu-wrap .mobile-nav-social a i:before {
  font-weight: 300 !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
header #mobile-header-content .mobile-menu-wrap .mobile-nav-social a span {
  display: inline-block;
  text-indent: -9999px !important;
}
header #mobile-header-content .mobile-menu-wrap .mobile-menu-close-x {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 11px;
  right: 6px;
  width: 48px;
  height: 48px;
  color: #ffb527;
  font-size: 1.5em;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  z-index: 100000;
}
@media screen and (min-width: 1000px) {
  header #mobile-header-content .mobile-menu-wrap .mobile-menu-close-x {
    display: none;
  }
}
header #mobile-header-content .mobile-menu-wrap .mobile-menu-close-x:hover {
  background: #5e2600;
}
header #mobile-header-content .mobile-menu-wrap .mobile-menu-close-x span {
  display: inline-block;
  text-indent: -9999px;
}
header #mobile-header-content .mobile-menu-wrap .mobile-nav-pages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  grid-template-areas: "hours-location hours-location" "food bar" "events about";
  margin-top: 100px;
}
header #mobile-header-content .mobile-menu-wrap .mobile-nav-pages a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
  font-size: 1.5em;
  text-align: center;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 6px;
}
header #mobile-header-content .mobile-menu-wrap .mobile-nav-pages a:hover {
  background: #5e2600;
}
header #mobile-header-content .mobile-menu-wrap .mobile-nav-pages a.mobile-nav-hours-location {
  grid-area: hours-location;
}
header #mobile-header-content .mobile-menu-wrap .mobile-nav-pages a.mobile-nav-food {
  grid-area: food;
}
header #mobile-header-content .mobile-menu-wrap .mobile-nav-pages a.mobile-nav-food:before {
  padding-right: 10px;
  content: "\f805" !important;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.5em;
  font-weight: 700 !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: all 0.15s ease;
}
header #mobile-header-content .mobile-menu-wrap .mobile-nav-pages a.mobile-nav-food:hover:before {
  rotate: -15deg;
}
header #mobile-header-content .mobile-menu-wrap .mobile-nav-pages a.mobile-nav-bar {
  grid-area: bar;
}
header #mobile-header-content .mobile-menu-wrap .mobile-nav-pages a.mobile-nav-bar:before {
  content: "";
  display: block;
  width: 22px;
  height: 30px;
  padding-right: 20px;
  background: url(images/beer-glass-icon.png) center no-repeat;
  background-size: 22px 30px;
  transition: all 0.15s ease;
}
header #mobile-header-content .mobile-menu-wrap .mobile-nav-pages a.mobile-nav-bar:hover:before {
  rotate: -15deg;
}
header #mobile-header-content .mobile-menu-wrap .mobile-nav-pages a.mobile-nav-events {
  grid-area: events;
}
header #mobile-header-content .mobile-menu-wrap .mobile-nav-pages a.mobile-nav-about {
  grid-area: about;
}
header #mobile-header-content .mobile-menu-wrap .mobile-nav-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin: 30px 0 0 0;
  font-family: quiet-sans, sans-serif;
  line-height: 1.7em;
}
header #mobile-header-content .mobile-menu-wrap .mobile-nav-info p {
  margin: 0;
  line-height: 1.7em;
}
header #header-content {
  display: none;
}
@media screen and (min-width: 1000px) {
  header #header-content {
    position: relative;
    display: block;
    max-width: 1860px;
    height: 84px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 40px;
  }
  header #header-content:after {
    content: "";
    display: table;
    clear: both;
  }
}
header #header-content #logo {
  position: absolute;
  left: 50%;
  display: block;
  top: 16px;
  width: 100px;
  height: 116px;
  margin-left: -50px;
  text-indent: -9999px;
  background: url(images/boris-small.png) center no-repeat;
  background-size: 100px 116px;
  -webkit-filter: drop-shadow(0px 0px 30px #000) drop-shadow(0px 0px 30px #000);
          filter: drop-shadow(0px 0px 30px #000) drop-shadow(0px 0px 30px #000);
  z-index: 1000000;
}
@media screen and (min-width: 1200px) {
  header #header-content #logo {
    width: 150px;
    height: 174px;
    margin-left: -75px;
    background-size: 150px 174px;
  }
}
header #header-content .nav-left {
  position: absolute;
  top: 16px;
  left: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
}
header #header-content .nav-left a.page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  box-sizing: border-box;
  padding: 20px;
  font-size: 1.2em;
  text-align: center;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 6px;
}
header #header-content .nav-left a.page-link:hover {
  background: #5e2600;
}
header #header-content .nav-left a.page-link.nav-food:before {
  padding-right: 10px;
  content: "\f805" !important;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.5em;
  font-weight: 700 !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: all 0.15s ease;
}
header #header-content .nav-left a.page-link.nav-food:hover:before {
  rotate: -15deg;
}
header #header-content .nav-left a.page-link.nav-bar:before {
  content: "";
  display: block;
  width: 22px;
  height: 30px;
  margin-right: 10px;
  background: url(images/beer-glass-icon.png) center no-repeat;
  background-size: 22px 30px;
  transition: all 0.15s ease;
}
header #header-content .nav-left a.page-link.nav-bar:hover:before {
  rotate: -15deg;
}
header #header-content .nav-right {
  position: absolute;
  top: 16px;
  right: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header #header-content .nav-right a.page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  box-sizing: border-box;
  padding: 20px;
  font-size: 1.2em;
  text-align: center;
  background: transparent;
  border-radius: 6px;
}
header #header-content .nav-right a.page-link:hover {
  background: #5e2600;
}
header #header-content .nav-right .nav-right-social {
  display: flex;
  margin-right: -12px;
}
header #header-content .nav-right .nav-right-social a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 52px;
  padding: 0 12px;
  background: transparent;
  border-radius: 6px;
}
header #header-content .nav-right .nav-right-social a:hover {
  background: #5e2600;
}
header #header-content .nav-right .nav-right-social a i {
  font-size: 2.15em;
  transition: all 0.15s ease;
}
header #header-content .nav-right .nav-right-social a i.fa-instagram {
  font-size: 2.3em;
}
header #header-content .nav-right .nav-right-social a i.fa-gift-card {
  margin-top: -2px;
  font-size: 2.1em;
}
header #header-content .nav-right .nav-right-social a i:before {
  font-weight: 400 !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
header #header-content .nav-right .nav-right-social a span {
  display: inline-block;
  text-indent: -9999px !important;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: quiet-sans, sans-serif;
  font-weight: 400;
  color: #333;
}
@media screen and (min-width: 1000px) {
  body {
    font-weight: 400;
  }
}

.home #headroom,
.page-template-food #headroom,
.page-template-bar #headroom {
  display: none;
}
.home header,
.page-template-food header,
.page-template-bar header {
  background: transparent;
}
.home header.scrolled,
.page-template-food header.scrolled,
.page-template-bar header.scrolled {
  background: #5e2600;
}
.home header #header-content.scrolled a#logo,
.page-template-food header #header-content.scrolled a#logo,
.page-template-bar header #header-content.scrolled a#logo {
  top: 15px;
  left: 50%;
  display: block;
  width: 46px;
  height: 54px;
  margin-left: -23px;
  background: url(images/boris-solo-small.png) no-repeat;
  background-size: 46px 54px;
  -webkit-filter: none;
          filter: none;
}
.home header #header-content.scrolled a#logo:hover,
.page-template-food header #header-content.scrolled a#logo:hover,
.page-template-bar header #header-content.scrolled a#logo:hover {
  background-color: transparent !important;
}
.home header #header-content #logo,
.page-template-food header #header-content #logo,
.page-template-bar header #header-content #logo {
  position: absolute;
  left: 50%;
  display: block;
  top: 16px;
  width: 100px;
  height: 116px;
  margin-left: -50px;
  text-indent: -9999px;
  background: url(images/boris-small.png) center no-repeat;
  background-size: 100px 116px;
  -webkit-filter: drop-shadow(0px 0px 30px #000) drop-shadow(0px 0px 30px #000);
          filter: drop-shadow(0px 0px 30px #000) drop-shadow(0px 0px 30px #000);
  z-index: 1000000;
}
@media screen and (min-width: 1200px) {
  .home header #header-content #logo,
  .page-template-food header #header-content #logo,
  .page-template-bar header #header-content #logo {
    width: 150px;
    height: 174px;
    margin-left: -75px;
    background-size: 150px 174px;
  }
}

main {
  position: relative;
  display: block;
  font-size: 1.2em;
}

.main-content-wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .main-content-wrap {
    padding: 0 50px;
  }
}
.main-content-wrap.no-sidebar.top-content-border {
  border-top: 1px solid #aaa;
}
@media screen and (min-width: 1000px) {
  .main-content-wrap.no-sidebar.top-content-border {
    border: 0;
  }
}
.main-content {
  padding-top: 0 !important;
}

@media screen and (min-width: 1000px) {
  .main-content.has-sidebar {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 50px;
  }
  .main-content.has-sidebar .heads {
    text-align: left;
  }
  .main-content.has-sidebar .heads,
  .main-content.has-sidebar .text-block,
  .main-content.has-sidebar .tabs-wrap,
  .main-content.has-sidebar .accordion-wrap,
  .main-content.has-sidebar .personnel,
  .main-content.has-sidebar .button-row {
    max-width: none;
  }
  .main-content.has-sidebar .cards .content {
    grid-gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .main-content.has-sidebar {
    grid-gap: 65px;
  }
}
@media screen and (min-width: 1400px) {
  .main-content.has-sidebar {
    grid-gap: 80px;
  }
}

.main-content.no-sidebar {
  max-width: 1200px;
  margin: 0 auto;
}

article {
  padding: 0 20px 30px 20px;
}
@media screen and (min-width: 1000px) {
  article {
    padding: 0;
  }
}

#headroom {
  height: 70px;
}
@media screen and (min-width: 1000px) {
  #headroom {
    height: 84px;
  }
}

/*  small screen fixed positioning for wp toolbar on front end
================================================================*/
@media only screen and (max-width: 680px) {
  html #wpadminbar {
    position: absolute !important;
    top: -46px !important;
    z-index: 90000 !important;
  }
}
.accordion-wrap {
  position: relative;
  max-width: 800px;
  margin: 30px auto;
}
.accordion-wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  .accordion-wrap {
    margin: 40px auto;
  }
}
.accordion-wrap .accordion-trigger {
  position: relative;
  margin: 0 0 5px 0;
  padding: 20px 25px;
  color: #fff;
  font-weight: 600;
  background: #a16b00;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.accordion-wrap .accordion-trigger.ui-accordion-header-active {
  border-radius: 5px 5px 0 0;
}
.accordion-wrap .accordion-trigger .ui-icon {
  position: absolute;
  top: 22px;
  right: 20px;
  width: auto;
  height: auto;
  text-indent: 0;
  background-image: none;
  transition: all 0.15s ease;
}
.accordion-wrap .accordion-trigger .ui-icon:after {
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f067";
  font-weight: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  transition: all 0.15s ease;
}
.accordion-wrap .accordion-trigger.ui-state-active .ui-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.accordion-wrap .accordion-trigger:hover {
  background: #bf7e00;
}
.accordion-wrap .accordion-trigger:focus {
  outline: none;
}
.accordion-wrap .accordion-panel {
  margin: -10px 0 10px 0;
  padding: 30px 20px 10px 20px;
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 1000px) {
  .accordion-wrap .accordion-panel {
    padding: 30px 30px 10px 30px;
  }
}
.accordion-wrap .accordion-panel .text-block {
  margin-bottom: 0;
}

.alert-bar {
  font-size: 0.95em;
}
.alert-bar .content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 12px 20px 2px 20px;
  text-align: center;
}
.alert-bar span {
  display: inline-block;
  margin: 0 10px 5px 0;
  line-height: 1.3em;
}
.alert-bar .button, .alert-bar input[type=submit] {
  margin: 0 0 10px 0;
  padding: 10px 20px 11px 20px;
}
@-moz-document url-prefix() {
  .alert-bar .button, .alert-bar input[type=submit] {
    padding-bottom: 7px !important;
  }
}
.alert-bar.red {
  background: #aaa;
  color: #fff;
}
.alert-bar.red .button, .alert-bar.red input[type=submit] {
  background: rgba(0, 0, 0, 0.3) !important;
}
.alert-bar.red .button:before, .alert-bar.red input[type=submit]:before {
  display: none !important;
}
.alert-bar.red .button:hover, .alert-bar.red input[type=submit]:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}
.alert-bar.ivory {
  color: #333;
  background: #aaa;
}
@media screen and (min-width: 1000px) {
  .alert-bar.ivory {
    border-bottom: 1px solid #aaa;
  }
}
.alert-bar.ivory .button, .alert-bar.ivory input[type=submit] {
  background: #aaa;
}
.alert-bar.pale-blue {
  color: #333;
  background: #aaa;
}
.alert-bar.pale-blue .button, .alert-bar.pale-blue input[type=submit] {
  background: #333;
}

blockquote {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 800px;
  margin: 40px auto;
  font-size: 1em;
  font-weight: 700;
  color: #333;
}
@media screen and (min-width: 1000px) {
  blockquote {
    padding-right: 30px;
    padding-left: 30px;
  }
}
blockquote:after {
  content: "";
  display: table;
  clear: both;
}
blockquote.has-quotation-mark {
  padding-left: 55px;
}
@media screen and (min-width: 650px) {
  blockquote.has-quotation-mark {
    padding-left: 70px;
  }
}
blockquote.has-quotation-mark p {
  position: relative;
}
blockquote.has-quotation-mark p:before {
  position: absolute;
  top: 15px;
  left: -45px;
  content: '"';
  font-size: 4em;
  font-weight: 700;
  color: #777;
}
@media screen and (min-width: 650px) {
  blockquote.has-quotation-mark p:before {
    left: -50px;
  }
}
blockquote p {
  position: relative;
  margin: 0;
  font-style: italic;
  font-size: 1.25em;
}
blockquote strong {
  display: block;
  margin-top: 10px;
  font-weight: 400;
}

.comments-wrap {
  max-width: 800px;
  margin: 0 auto 50px auto;
  padding: 1px 30px;
  background: rgba(255, 255, 255, 0.75);
}

#respond {
  margin-top: 30px;
}
#respond h3#reply-title {
  margin: 0 0 10px 0;
  font-size: 2em;
}
#respond .comment-notes {
  font-style: italic;
  font-weight: 300;
  font-size: 0.9em;
  color: #666;
  line-height: 1.4em;
}
#respond span.required {
  font-size: 1.5em;
  color: red;
}
#respond .comment-form-cookies-consent input {
  margin-right: 4px;
}
#respond .comment-form-cookies-consent label {
  text-transform: none;
  font-weight: 400;
  font-size: 0.9em;
}
#respond #submit {
  margin-top: 20px;
}
#respond #submit:hover {
  background: #bf7e00;
}

#comments {
  margin: 0;
  font-size: 0.95em;
}
#comments p {
  margin: 0 0 10px 0;
}
#comments .comments-count {
  margin: 20px 0;
  font-size: 2em;
}
#comments #cancel-comment-reply-link {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.5em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: quiet-sans, sans-serif;
  color: #a16b00;
}
#comments #cancel-comment-reply-link:hover {
  color: #bf7e00;
}

ol.commentlist {
  display: block;
  margin: 0 0 10px 0;
}
ol.commentlist li {
  margin: 0;
  padding: 20px 20px 0 0;
  list-style-type: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

ol.commentlist li.comment div.vcard {
  position: relative;
}
ol.commentlist li.comment div.vcard cite.fn {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  color: #333;
}
ol.commentlist li.comment div.vcard cite.fn a {
  font-weight: 600;
}
ol.commentlist li.comment div.vcard img.avatar {
  float: left;
  margin: 0 14px 10px 0;
}

ol.commentlist li.comment div.comment-meta {
  margin-bottom: 10px;
  font-size: 0.9em;
}
ol.commentlist li.comment div.comment-meta a {
  color: #777 !important;
  font-weight: normal;
}

ol.commentlist li.comment div.reply a {
  display: inline-block;
  margin: 10px 0 20px 0;
  padding: 3px 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.04em;
  color: #fff;
  background: #a16b00;
  border-radius: 6px;
}
ol.commentlist li.comment div.reply a:hover {
  background: #bf7e00;
}
ol.commentlist li.comment div.reply a:after {
  display: inline-block;
  content: " ↑";
  margin: 0 0 0 5px;
}

ol.commentlist li.comment ul.children {
  display: block;
  list-style: none;
  padding: 0 !important;
  margin: 0 0 0 20px !important;
}
ol.commentlist li.comment ul.children li {
  border: 0;
}
ol.commentlist li.comment ul.children li.bypostauthor {
  padding: 20px 20px 0 20px;
}

#crumbs-wrap {
  display: none;
}
@media screen and (min-width: 1000px) {
  #crumbs-wrap {
    display: block;
    margin: 0 0 5px 0;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.05);
  }
}
#crumbs-wrap #crumbs {
  display: block;
  max-width: 1350px;
  margin: 0 auto;
  padding-left: 50px;
  color: #777;
}
#crumbs-wrap #crumbs a {
  display: inline-block;
  position: relative;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
  color: #777;
}
#crumbs-wrap #crumbs a:hover {
  text-decoration: underline;
}
#crumbs-wrap #crumbs span {
  display: inline-block;
  margin: 0 13px;
  font-size: 0.9em;
}
#crumbs-wrap.no-sidebar #crumbs {
  max-width: 1250px;
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 30px auto 0 auto;
}
.button-row.buttons-center {
  justify-content: center;
}
.button-row.buttons-center .button, .button-row.buttons-center input[type=submit] {
  margin: 0 10px 20px 10px;
}
.button-row.button-width-wide .button, .button-row.button-width-wide input[type=submit] {
  padding-right: 70px;
  padding-left: 70px;
}
.button-row.button-width-extra-wide .button, .button-row.button-width-extra-wide input[type=submit] {
  padding-right: 70px;
  padding-left: 70px;
}
@media screen and (min-width: 650px) {
  .button-row.button-width-extra-wide .button, .button-row.button-width-extra-wide input[type=submit] {
    padding-right: 150px;
    padding-left: 150px;
  }
}
.button-row .button, .button-row input[type=submit] {
  margin: 0 20px 20px 0;
}

.button, input[type=submit],
input.button,
input.button[type=submit],
#submit {
  position: relative;
  display: inline-block;
  margin: 0 10px 20px 0;
  padding: 15px 35px;
  text-align: center;
  line-height: 1.1em;
  color: #5e2600 !important;
  font-weight: 700;
  text-decoration: none !important;
  font-family: dunkel-sans-medium, sans-serif;
  font-size: 0.85em;
  text-transform: uppercase;
  background: #ffa800;
  cursor: pointer;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1000px) {
  .button, input[type=submit],
  input.button,
  input.button[type=submit],
  #submit {
    padding: 15px 45px;
  }
}
.button:hover, input[type=submit]:hover,
input.button:hover,
input.button[type=submit]:hover,
#submit:hover {
  color: #ffa800 !important;
  background: #5e2600;
}
.button.mega-button, input.mega-button[type=submit],
input.button.mega-button,
input.button[type=submit].mega-button,
#submit.mega-button {
  padding: 25px 50px;
  font-size: 1em;
}
@media screen and (min-width: 1000px) {
  .button.mega-button, input.mega-button[type=submit],
  input.button.mega-button,
  input.button[type=submit].mega-button,
  #submit.mega-button {
    padding: 27px 57px;
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1200px) {
  .button.mega-button, input.mega-button[type=submit],
  input.button.mega-button,
  input.button[type=submit].mega-button,
  #submit.mega-button {
    padding: 30px 65px;
    font-size: 1.2em;
  }
}

.cards {
  margin: 30px 0;
  padding: 0 20px;
}
@media screen and (min-width: 650px) {
  .cards {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1000px) {
  .cards {
    margin: 40px 0 50px 0;
    padding: 0 50px;
  }
}
.cards .content {
  display: grid;
  grid-gap: 30px;
  max-width: 1400px;
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 650px) {
  .cards .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .cards .content {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
  }
}
@media screen and (min-width: 1300px) {
  .cards .content {
    grid-gap: 40px;
  }
}
.cards .card {
  display: block;
  color: #333;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.cards .card img {
  display: block;
  margin: 0 20px 5px 0;
  transition: all 0.15s ease;
}
.cards .card .card-content {
  padding: 25px 30px 35px 30px;
  font-weight: 400;
  color: #333;
}
@media screen and (min-width: 1000px) {
  .cards .card .card-content {
    font-weight: 400;
  }
}
.cards .card .card-content h2 {
  color: #333;
  font-family: dunkel-sans-expanded, sans-serif;
  font-weight: 700;
}
.cards .card .card-content p {
  margin: 0;
  color: #777;
}
.cards .card .card-content .button, .cards .card .card-content input[type=submit] {
  margin: 25px 0 0 0;
}
@media screen and (min-width: 1000px) {
  .cards a.card:hover img {
    opacity: 0.85;
  }
}

@media screen and (min-width: 1000px) {
  .has-sidebar .cards .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .has-sidebar .cards .content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 650px) {
  .cards-horiz .content {
    grid-template: auto/1fr;
  }
}
@media screen and (min-width: 1000px) {
  .cards-horiz .content {
    grid-template: auto/1fr 1fr;
  }
}
@media screen and (min-width: 650px) {
  .cards-horiz .card {
    display: grid;
    grid-template: auto/1fr 1fr;
    grid-gap: 0;
  }
}
@media screen and (min-width: 1000px) {
  .cards-horiz .card {
    grid-template: auto/2fr 3fr;
  }
}
@media screen and (min-width: 1400px) {
  .cards-horiz .card {
    grid-template: auto/1fr 1fr;
  }
}
.cards-horiz .card .horiz-card-img-wrap {
  background-size: 0;
  transition: all 0.15s ease;
}
@media screen and (min-width: 650px) {
  .cards-horiz .card .horiz-card-img-wrap {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-right: 1px solid #f5f5f5 !important;
  }
}
@media screen and (min-width: 800px) {
  .cards-horiz .card .horiz-card-img-wrap {
    min-height: 200px;
  }
}
@media screen and (min-width: 1000px) {
  .cards-horiz .card .horiz-card-img-wrap {
    min-height: 0;
  }
}
@media screen and (min-width: 650px) {
  .cards-horiz .card .horiz-card-img-wrap img {
    position: absolute;
    opacity: 0;
  }
}
@media screen and (min-width: 1000px) {
  .cards-horiz .card:hover .horiz-card-img-wrap {
    opacity: 0.85;
  }
}
@media screen and (min-width: 1000px) {
  .cards-horiz .card:hover .horiz-card-img-wrap img {
    opacity: 0;
  }
}
@media screen and (min-width: 650px) {
  .cards-horiz .card .content {
    padding-left: 0;
  }
}

article .cards {
  padding: 0;
}

.checkerboard {
  margin: 30px 0;
}
@media screen and (min-width: 800px) {
  .checkerboard {
    margin: 40px auto;
  }
}
.checkerboard .checkerboard-content {
  max-width: 1400px;
  margin: 0 auto;
}
.checkerboard .cb-row {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.checkerboard .cb-img-wrap {
  display: block;
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (min-width: 450px) {
  .checkerboard .cb-img-wrap {
    height: 300px;
  }
}
@media screen and (min-width: 550px) {
  .checkerboard .cb-img-wrap {
    height: 350px;
  }
}
@media screen and (min-width: 650px) {
  .checkerboard .cb-img-wrap {
    height: 400px;
  }
}
@media screen and (min-width: 800px) {
  .checkerboard .cb-img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 10;
  }
}
.checkerboard .cb-img-wrap img {
  opacity: 0;
}
@media screen and (min-width: 1000px) {
  .checkerboard a.cb-img-wrap:hover {
    opacity: 0.85;
  }
}
@media screen and (min-width: 800px) {
  .checkerboard .cb-text-wrap {
    position: relative;
    width: 50%;
    margin: 0 0 0 50%;
  }
}
.checkerboard .cb-text-wrap .content {
  margin: 0 auto;
  padding: 35px 30px 45px 30px;
  background: #fff;
}
@media screen and (min-width: 650px) {
  .checkerboard .cb-text-wrap .content {
    padding: 40px 40px 50px 40px;
  }
}
@media screen and (min-width: 800px) {
  .checkerboard .cb-text-wrap .content {
    padding: 50px 30px 60px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .checkerboard .cb-text-wrap .content {
    padding: 50px 50px 60px 50px;
  }
}
@media screen and (min-width: 1400px) {
  .checkerboard .cb-text-wrap .content {
    padding: 50px 60px 60px 60px;
  }
}
.checkerboard .cb-text-wrap .content h2 {
  color: #333;
  font-family: dunkel-sans-expanded, sans-serif;
  font-weight: 700;
}
.checkerboard .cb-text-wrap .content p {
  margin: 0;
  color: #777;
}
.checkerboard .cb-text-wrap .content .button, .checkerboard .cb-text-wrap .content input[type=submit] {
  margin: 25px 0 0 0;
}
@media screen and (min-width: 800px) {
  .checkerboard .cb-img-right .cb-img-wrap {
    margin-left: 50%;
  }
  .checkerboard .cb-img-right .cb-text-wrap {
    margin-left: 0;
  }
}

.columns {
  margin: 30px 0;
}
@media screen and (min-width: 800px) {
  .columns {
    display: grid;
    grid-gap: 50px;
    margin: 60px auto;
  }
}
@media screen and (min-width: 1000px) {
  .columns {
    grid-gap: 90px;
  }
}
@media screen and (min-width: 800px) {
  .columns.halves {
    grid-template: auto/1fr 1fr;
  }
}
@media screen and (min-width: 800px) {
  .columns.two-thirds-one-third {
    grid-template: auto/2fr 1fr;
  }
}
@media screen and (min-width: 800px) {
  .columns.one-third-two-thirds {
    grid-template: auto/1fr 2fr;
  }
}
@media screen and (min-width: 800px) {
  .columns.thirds {
    grid-template: auto/1fr 1fr 1fr;
  }
}
@media screen and (min-width: 800px) {
  .columns .column > *:last-child {
    margin-bottom: 0;
  }
}
.columns .text-block,
.columns blockquote {
  margin: 0 0 40px 0;
}
.columns .text-block p:last-child {
  margin-bottom: 0;
}
.columns blockquote {
  padding: 0 30px;
}
.columns .column-img {
  display: block;
  margin: 0 0 30px 0;
  border: 0;
}
.columns .column-img img {
  display: block;
}
.columns .column-img a {
  position: relative;
  display: block;
}
.columns .column-img a span.img-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  z-index: 1000;
  transition: all 0.15s ease;
  opacity: 0;
}
.columns .column-img a span.img-text i {
  display: block;
  font-size: 1.5em;
}
@media screen and (min-width: 575px) {
  .columns .column-img a span.img-text i {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 800px) {
  .columns .column-img a span.img-text i {
    font-size: 2em;
  }
}
.columns .column-img a span.img-text p {
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0 10px;
  line-height: 1.4em;
  font-size: 0.7em;
  word-wrap: break-word !important;
  font-family: quiet-sans, sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 575px) {
  .columns .column-img a span.img-text p {
    padding: 0 20px;
    font-size: 0.85em;
  }
}
@media screen and (min-width: 800px) {
  .columns .column-img a span.img-text p {
    font-size: 0.95em;
  }
}
.columns .column-img a:hover span.img-text {
  opacity: 1;
}
.columns .column-img a span.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 0.15s ease;
  opacity: 0;
}
.columns .column-img a:hover span.overlay {
  opacity: 1;
}
.columns .button-row-horiz:last-child .button:last-of-type, .columns .button-row-horiz:last-child input[type=submit]:last-of-type {
  margin-bottom: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  font-family: quiet-sans, sans-serif;
  font-size: 1.1em;
  color: #333;
  background: rgba(255, 255, 255, 0.45) !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
}

textarea {
  max-width: 600px;
}

label {
  margin: 0 0 7px 0;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 700;
}

.nf-form-fields-required {
  display: none;
}

.nf-form-cont {
  max-width: 800px !important;
  margin: 30px auto;
}
@media screen and (min-width: 1000px) {
  .nf-form-cont {
    margin: 40px auto;
  }
}

.nf-field {
  margin: 0 0 30px 0 !important;
}

.form-one-half {
  float: none;
  width: 100%;
  margin: 0 !important;
}
@media screen and (min-width: 575px) {
  .form-one-half {
    width: 47.5%;
    float: left;
  }
}

@media screen and (min-width: 575px) {
  .form-first {
    clear: both;
    margin-right: 2.5% !important;
  }
}

@media screen and (min-width: 575px) {
  .form-last {
    float: left;
    clear: none !important;
    margin-left: 2.5% !important;
  }
}

.field-wrap {
  display: block !important;
}
.field-wrap input[type=text],
.field-wrap input[type=email],
.field-wrap textarea {
  position: relative;
  display: block;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 10px 15px !important;
  font-family: quiet-sans, sans-serif !important;
  font-size: 1.1em !important;
  color: #333 !important;
  background: rgba(255, 255, 255, 0.45) !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
}
.field-wrap textarea {
  max-width: none !important;
  border-radius: 6px 6px 0 6px !important;
}
.field-wrap .textarea-wrap {
  clear: both !important;
}
.field-wrap label {
  margin: 0 0 7px 0;
  font-size: 0.8em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.list-checkbox-wrap .nf-field-element ul li,
.list-radio-wrap .nf-field-element ul li {
  margin: 0 0 px 0 !important;
}
.list-checkbox-wrap .nf-field-element ul li label,
.list-radio-wrap .nf-field-element ul li label {
  font-size: 1em !important;
  text-transform: none !important;
  font-weight: 400 !important;
}

input[type=button].button, input[type=button][type=submit] {
  margin-top: 10px !important;
}

.recaptcha-container {
  margin-top: 35px !important;
}

.wpforms-confirmation-container {
  max-width: 450px !important;
  margin: 30px auto;
  padding: 20px 30px 23px 30px !important;
  text-align: center !important;
  font-weight: 600;
  font-size: 1.2em;
  color: #fff !important;
  background: #aaa !important;
  border: 0 !important;
  border-radius: 3px !important;
}
.wpforms-confirmation-container p:last-of-type {
  margin: 0;
}

select .chosen-single,
.chosen-container-single .chosen-single {
  height: 40px !important;
  padding: 8px 15px !important;
  font-size: 1.15em !important;
  font-weight: 400 !important;
  color: #333 !important;
  background: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}
select .chosen-single div,
.chosen-container-single .chosen-single div {
  top: 4px !important;
  right: 7px !important;
}
select .chosen-single div b,
.chosen-container-single .chosen-single div b {
  background: none !important;
}
select .chosen-single div b:before,
.chosen-container-single .chosen-single div b:before {
  content: "\f0dd";
  font-family: FontAwesome;
  font-size: 0.9em;
}
select .chosen-drop,
.chosen-container-single .chosen-drop {
  max-width: 410px !important;
  font-size: 1.1em !important;
  border: 0 !important;
}
select .chosen-drop .chosen-search,
.chosen-container-single .chosen-drop .chosen-search {
  background: #fff !important;
}
select .chosen-drop ul.chosen-results,
.chosen-container-single .chosen-drop ul.chosen-results {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  border-radius: 0 0 6px 6px !important;
}
select .chosen-drop ul.chosen-results li,
.chosen-container-single .chosen-drop ul.chosen-results li {
  padding: 7px 15px !important;
}
select .chosen-drop ul.chosen-results li.highlighted, select .chosen-drop ul.chosen-results li:hover,
.chosen-container-single .chosen-drop ul.chosen-results li.highlighted,
.chosen-container-single .chosen-drop ul.chosen-results li:hover {
  background: #bf7e00;
}

.post-password-form {
  max-width: 450px;
  margin: 0 auto;
  padding: 30px;
}
.post-password-form input[type=password] {
  margin-bottom: 10px;
  padding: 15px 10px;
}

.grid-wrap {
  margin: 30px auto 40px auto;
  max-width: 800px;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .grid-wrap {
    max-width: 1000px;
    margin: 40px auto 50px auto;
  }
}
.grid-wrap .grid-content {
  color: #333;
}
.grid-wrap .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (min-width: 575px) {
  .grid-wrap .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .grid-wrap .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
  }
}
@media screen and (min-width: 1300px) {
  .grid-wrap .grid {
    grid-gap: 30px;
  }
}
.grid-wrap .grid .grid-item {
  display: block;
  box-sizing: border-box;
  font-size: 0.95em;
  text-align: center;
  line-height: 1.05em;
  text-decoration: none;
  color: #333;
}
.grid-wrap .grid .grid-item img {
  display: block;
  transition: all 0.15s ease;
}
.grid-wrap .grid .grid-item h4 {
  margin: 0;
  font-size: 1em !important;
  color: #333;
}
.grid-wrap .grid .grid-item em {
  font-weight: 400;
  font-size: 0.875em;
}
.grid-wrap .grid.img-grid a.grid-item:hover img {
  opacity: 0.9;
}
.grid-wrap .grid.img-grid a.grid-item:hover h4 {
  color: #333;
}
.grid-wrap .grid.img-grid img {
  margin-bottom: 8px;
}
.grid-wrap .grid.logo-grid {
  justify-items: center;
  align-items: center;
}
.grid-wrap .grid.logo-grid img {
  max-width: 100% !important;
  width: auto !important;
  margin: 0 auto;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}
.hero:after {
  content: "";
  display: table;
  clear: both;
}
.hero img {
  position: absolute;
  opacity: 0;
  z-index: -1000;
}
.hero span.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.hero span.overlay.darken-10 {
  background: rgba(0, 0, 0, 0.1);
}
.hero span.overlay.darken-20 {
  background: rgba(0, 0, 0, 0.2);
}
.hero span.overlay.darken-30 {
  background: rgba(0, 0, 0, 0.3);
}
.hero span.overlay.darken-40 {
  background: rgba(0, 0, 0, 0.4);
}
.hero span.overlay.darken-50 {
  background: rgba(0, 0, 0, 0.5);
}
.hero span.overlay.darken-60 {
  background: rgba(0, 0, 0, 0.6);
}
.hero span.overlay.darken-70 {
  background: rgba(0, 0, 0, 0.7);
}
.hero .content {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  color: #ffa800;
  z-index: 1000;
}

.hero-standard {
  min-height: 300px;
}
@media screen and (min-width: 650px) {
  .hero-standard {
    min-height: 450px !important;
  }
}
@media screen and (min-width: 1200px) {
  .hero-standard {
    min-height: 600px !important;
  }
}
.hero-standard .content {
  max-width: 800px;
  padding: 90px 20px 20px 20px;
}
@media screen and (min-width: 1400px) {
  .hero-standard .content {
    max-width: 1000px;
  }
}
.hero-standard .content h2 {
  text-transform: none;
  font-family: quiet-sans, sans-serif;
  font-weight: 400;
  font-size: 1.25em;
}

.hero-full {
  align-items: flex-start;
  min-height: 550px !important;
}
@media screen and (min-width: 650px) {
  .hero-full {
    min-height: 700px !important;
  }
}
@media screen and (min-width: 1200px) {
  .hero-full {
    min-height: 900px !important;
  }
}
.hero-full .content {
  max-width: none;
  padding: 20px;
  color: #ffb527;
}
.hero-full .scroll-to-main {
  position: absolute;
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 2em;
  color: #ffb527;
  border-radius: 50%;
  border: 4px solid #ffb527;
  -webkit-filter: drop-shadow(0px 0px 110px #000);
          filter: drop-shadow(0px 0px 110px #000);
  z-index: 1000;
}
@media screen and (min-width: 1200px) {
  .hero-full .scroll-to-main {
    width: 75px;
    height: 75px;
    font-size: 2.5em;
    border: 5px solid #ffb527;
  }
}
.hero-full .scroll-to-main:hover {
  bottom: 40px;
}

.img-gallery-wrap {
  margin: 30px auto;
}
@media screen and (min-width: 650px) {
  .img-gallery-wrap {
    margin: 40px auto;
  }
}
.img-gallery-wrap h2 {
  position: relative;
  margin: 0 0 20px 0;
}

.img-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1px;
}
@media screen and (min-width: 800px) {
  .img-gallery-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.img-gallery-grid .img-gallery-item {
  position: relative;
}
.img-gallery-grid .img-gallery-item img {
  display: block;
}
.img-gallery-grid .img-gallery-item span.img-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  z-index: 1000;
  transition: all 0.15s ease;
  opacity: 0;
}
.img-gallery-grid .img-gallery-item span.img-text i {
  display: block;
  font-size: 1.5em;
}
@media screen and (min-width: 575px) {
  .img-gallery-grid .img-gallery-item span.img-text i {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 800px) {
  .img-gallery-grid .img-gallery-item span.img-text i {
    font-size: 2em;
  }
}
.img-gallery-grid .img-gallery-item span.img-text p {
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0 10px;
  line-height: 1.4em;
  font-size: 0.7em;
  word-wrap: break-word !important;
}
@media screen and (min-width: 575px) {
  .img-gallery-grid .img-gallery-item span.img-text p {
    padding: 0 20px;
    font-size: 0.85em;
  }
}
@media screen and (min-width: 800px) {
  .img-gallery-grid .img-gallery-item span.img-text p {
    font-size: 0.95em;
  }
}
.img-gallery-grid .img-gallery-item:hover span.img-text {
  opacity: 1;
}
.img-gallery-grid .img-gallery-item span.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 0.15s ease;
  opacity: 0;
}
.img-gallery-grid .img-gallery-item:hover span.overlay {
  opacity: 1;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_data_desc {
  display: none !important;
}

.img-rows-awesome {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 650px) {
  .img-rows-awesome {
    margin: 30px 0 0 0;
  }
}
.img-rows-awesome .img-row {
  position: relative;
  box-sizing: border-box;
}
.img-rows-awesome .img-row .img-wrap {
  display: inline-block;
  margin-bottom: 30px;
}
.img-rows-awesome .img-row .img-wrap .awesome-caption {
  padding: 5px 20px 0 20px;
  font-size: 0.8em;
  font-weight: 400;
  color: #777;
}
.img-rows-awesome .img-row .img-wrap .awesome-caption span {
  font-size: 0.85em;
  color: #777;
}
.img-rows-awesome .img-row img {
  display: block;
}
.img-rows-awesome .img-row .one-up-mega-wide {
  max-width: 2000px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .img-rows-awesome .img-row .one-up-mega-wide .awesome-caption {
    max-width: 70%;
  }
}
@media screen and (min-width: 1500px) {
  .img-rows-awesome .img-row .one-up-mega-wide .awesome-caption {
    max-width: 50%;
  }
}
@media screen and (min-width: 2040px) {
  .img-rows-awesome .img-row .one-up-mega-wide .awesome-caption {
    padding: 5px 0 0 0;
  }
}
.img-rows-awesome .img-row .one-up-horiz {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (min-width: 1200px) {
  .img-rows-awesome .img-row .one-up-horiz .awesome-caption {
    max-width: 70%;
  }
}
@media screen and (min-width: 1240px) {
  .img-rows-awesome .img-row .one-up-horiz .awesome-caption {
    padding: 5px 0 0 0;
  }
}
.img-rows-awesome .img-row .one-up-vert {
  margin: 0 auto;
  max-width: 720px;
}
@media screen and (min-width: 760px) {
  .img-rows-awesome .img-row .one-up-vert .awesome-caption {
    padding: 5px 0 0 0;
  }
}
.img-rows-awesome .img-row .two-up-horiz,
.img-rows-awesome .img-row .two-up-vert {
  max-width: 580px;
  margin: 0 auto;
}
@media screen and (min-width: 650px) {
  .img-rows-awesome .img-row .two-up-horiz,
  .img-rows-awesome .img-row .two-up-vert {
    display: grid;
    grid-template: auto/1fr 1fr;
    grid-gap: 10px 10px;
    max-width: 1180px;
  }
}
@media screen and (min-width: 800px) {
  .img-rows-awesome .img-row .two-up-horiz,
  .img-rows-awesome .img-row .two-up-vert {
    grid-gap: 20px 20px;
  }
}
@media screen and (min-width: 1220px) {
  .img-rows-awesome .img-row .two-up-horiz .awesome-caption,
  .img-rows-awesome .img-row .two-up-vert .awesome-caption {
    padding: 5px 0 0 0;
  }
}
@media screen and (min-width: 650px) {
  .img-rows-awesome .img-row .two-up-horiz .img-wrap:nth-child(2) .awesome-caption,
  .img-rows-awesome .img-row .two-up-vert .img-wrap:nth-child(2) .awesome-caption {
    padding: 5px 0 0 0;
  }
}
.img-rows-awesome .img-row .three-up-vert {
  max-width: 390px;
  margin: 0 auto;
}
@media screen and (min-width: 650px) {
  .img-rows-awesome .img-row .three-up-vert {
    display: grid;
    grid-template: auto/1fr 1fr 1fr;
    grid-gap: 10px 10px;
    max-width: 1180px;
  }
}
@media screen and (min-width: 800px) {
  .img-rows-awesome .img-row .three-up-vert {
    grid-gap: 20px 20px;
  }
}
@media screen and (min-width: 440px) {
  .img-rows-awesome .img-row .three-up-vert .awesome-caption {
    padding: 5px 0 0 0;
  }
}
@media screen and (min-width: 650px) {
  .img-rows-awesome .img-row .three-up-vert .awesome-caption {
    padding: 5px 20px 0 20px;
  }
}
@media screen and (min-width: 1220px) {
  .img-rows-awesome .img-row .three-up-vert .awesome-caption {
    padding: 5px 0 0 0;
  }
}
@media screen and (min-width: 650px) {
  .img-rows-awesome .img-row .three-up-vert .img-wrap:nth-child(n+2):nth-child(-n+3) .awesome-caption {
    padding: 5px 0 0 0;
  }
}
.img-rows-awesome a {
  position: relative;
  display: block;
}

.img-rows {
  margin: 30px auto;
}
@media screen and (min-width: 650px) {
  .img-rows {
    margin: 40px auto;
  }
}
.img-rows h2 {
  margin: 0 0 20px 0;
}
.img-rows .img-row {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 1px;
}
.img-rows .img-row img {
  display: block;
}
.img-rows .img-row .full {
  display: grid;
  grid-template: auto/1fr;
}
.img-rows .img-row .two-thirds-one-third {
  display: grid;
  grid-template: auto/2fr 1fr;
  grid-gap: 0 1px;
}
.img-rows .img-row .one-third-two-thirds {
  display: grid;
  grid-template: auto/1fr 2fr;
  grid-gap: 0 1px;
}
.img-rows .img-row .halves {
  display: grid;
  grid-template: auto/1fr 1fr;
  grid-gap: 0 1px;
}
.img-rows .img-row .thirds {
  display: grid;
  grid-template: auto/1fr 1fr 1fr;
  grid-gap: 0 1px;
}
.img-rows a {
  position: relative;
}
.img-rows a span.img-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  z-index: 1000;
  transition: all 0.15s ease;
  opacity: 0;
}
.img-rows a span.img-text i {
  display: block;
  font-size: 1.5em;
}
@media screen and (min-width: 575px) {
  .img-rows a span.img-text i {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 800px) {
  .img-rows a span.img-text i {
    font-size: 2em;
  }
}
.img-rows a span.img-text p {
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0 10px;
  line-height: 1.4em;
  font-size: 0.7em;
  word-wrap: break-word !important;
}
@media screen and (min-width: 575px) {
  .img-rows a span.img-text p {
    padding: 0 20px;
    font-size: 0.85em;
  }
}
@media screen and (min-width: 800px) {
  .img-rows a span.img-text p {
    font-size: 0.95em;
  }
}
.img-rows a:hover span.img-text {
  opacity: 1;
}
.img-rows a span.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 0.15s ease;
  opacity: 0;
}
.img-rows a:hover span.overlay {
  opacity: 1;
}

/*  images
==================================================*/
img,
.alignleft,
.alignright,
.aligncenter,
.alignnone,
.wp-caption,
.img-link {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

.alignleft {
  display: block;
  margin: 5px 0 20px 0;
}
@media screen and (min-width: 450px) {
  .alignleft {
    float: left;
    max-width: 50%;
    margin: 5px 30px 10px 0;
  }
}

.alignright {
  display: block;
  margin: 5px 0 20px 0;
}
@media screen and (min-width: 450px) {
  .alignright {
    float: right;
    max-width: 50%;
    margin: 5px 0 10px 30px;
  }
}

.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
}

.alignnone {
  display: block;
  margin: 0 0;
}

span.texture-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/img-texture.png);
  z-index: 1;
}

.wp-caption {
  margin-bottom: 25px !important;
}

.wp-caption img {
  max-width: 100%;
}

p.wp-caption-text {
  margin: 2px 0 0 0;
  font-size: 0.8em;
  text-align: center;
  line-height: 1.4em;
  color: #333;
}

aside .alignleft,
aside .alignright,
aside .aligncenter,
aside .alignnone,
aside .wp-caption,
aside .img-link {
  margin-bottom: 40px;
}

/*  Lightbox
==================================================*/
#slb_viewer_wrap .slb_theme_slb_baseline {
  top: 60px !important;
}
@media screen and (min-width: 481px) {
  #slb_viewer_wrap .slb_theme_slb_baseline {
    top: 0 !important;
  }
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
  padding-bottom: 8px !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
  margin-top: 12px;
  font-family: inherit !important;
  font-size: 1.3em !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_data_title {
  margin-right: 0.5em !important;
  font-weight: 600;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
  font-weight: 300;
}

/*  vids & iframes
==================================================*/
/*video (fitvids plugin)*/
.fluid-width-video-wrapper {
  clear: both;
  margin: 40px 0;
}

.embed-container {
  clear: both;
  position: relative;
  margin: 25px 0 -25% 0;
  padding-bottom: 60%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 450px) {
  .embed-container {
    margin-bottom: -20%;
  }
}
@media screen and (min-width: 575px) {
  .embed-container {
    margin-bottom: -15%;
  }
}
@media screen and (min-width: 650px) {
  .embed-container {
    margin-bottom: -13%;
  }
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-columns {
  max-width: 1200px;
  margin: 40px auto 30px auto;
}
@media screen and (min-width: 800px) {
  .list-columns {
    display: flex;
    justify-content: center;
    margin: 50px auto 40px auto;
  }
}
.list-columns .list-column {
  max-width: 320px;
  margin: 0 20px !important;
}
@media screen and (min-width: 800px) {
  .list-columns ul {
    margin-bottom: 0;
  }
}
.list-columns h4 {
  font-size: 1.1em;
}

.modal {
  max-width: 800px !important;
  margin: 0 0 30px 0;
  padding: 50px 20px !important;
  font-family: dunkel-sans-expanded, sans-serif;
}
@media screen and (min-width: 575px) {
  .modal {
    padding: 50px !important;
  }
}
@media screen and (min-width: 800px) {
  .modal {
    padding: 50px 150px !important;
  }
}
.modal p {
  line-height: 1.2em;
}
.modal strong {
  font-weight: 800;
}

.close-modal,
.close-modal-bottom {
  display: block;
  background: none !important;
  text-indent: -9999px !important;
}
.close-modal:after,
.close-modal-bottom:after {
  position: absolute !important;
  top: 0;
  right: 0;
  display: block !important;
  content: "\f057" !important;
  font-family: FontAwesome !important;
  font-size: 1.8em;
  color: #aaa;
  text-indent: 0 !important;
  transition: all 0.15s ease;
}
.close-modal:hover:after,
.close-modal-bottom:hover:after {
  color: #666;
}

.close-modal {
  top: 15px !important;
  right: 15px !important;
}

.close-modal-bottom {
  position: absolute;
  right: 15px !important;
  bottom: 30px !important;
}

.internal-nav-menu {
  margin: 20px 0 30px 0;
  line-height: 1.8em;
}
.internal-nav-menu a {
  display: inline-block;
}
.internal-nav-menu span {
  display: inline-block;
  margin: 0 3px;
  opacity: 0.5;
}
.internal-nav-menu span:last-child {
  display: none;
}

.pagination {
  max-width: 1400px;
  margin: 0 auto;
  font-size: 0.9em;
}

.wp-pagenavi {
  margin: 0 auto;
  color: #333;
}
.wp-pagenavi .pages {
  margin-right: 10px;
  padding-left: 0;
  font-weight: 400;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  width: auto;
  font-weight: 600;
  color: #333;
  border-radius: 3px;
  border: 0;
}
.wp-pagenavi a:hover {
  background: #ccc;
  color: #333;
}
.wp-pagenavi .current {
  padding: 6px 9px 5px 9px;
  background: #aaa;
  color: #fff;
}

.personnel {
  max-width: 800px;
  margin: 30px auto;
}
.personnel:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 800px) {
  .personnel {
    margin: 40px auto 30px auto;
  }
}
.personnel img {
  display: block;
  float: left;
  width: 35%;
  margin: 2px 20px 10px 0;
}
@media screen and (min-width: 650px) {
  .personnel img {
    width: auto;
    margin: 7px 30px 15px 0;
  }
}
.personnel h2 {
  margin: 0 0 10px 0;
}
.personnel h3 {
  margin: 0 0 20px 0;
  font-size: 1.05em;
  font-style: italic;
  font-weight: 600;
  font-family: quiet-sans, sans-serif;
  color: #333;
}

.faq {
  margin: 30px auto;
  max-width: 800px;
}
@media screen and (min-width: 1000px) {
  .faq {
    margin: 40px auto;
  }
}
.faq .faq-questions-wrap {
  margin-bottom: 25px;
  border-bottom: 1px solid #aaa;
}
.faq h3 {
  margin: 0 0 20px 0;
  font-size: 1.3em;
}
@media screen and (min-width: 1000px) {
  .faq h3 {
    font-size: 1.5em;
  }
}
.faq ol.faq-questions {
  margin: 20px 0 0 20px;
  padding: 0 0 15px 0;
}
.faq ol.faq-questions > li {
  margin: 0 0 15px 0 !important;
  font-weight: 400;
  color: #333;
}
.faq ol.faq-questions > li a {
  font-weight: 400;
  color: #333;
}
.faq ol.faq-questions > li a:hover {
  text-decoration: underline;
}
.faq ol.faq-answers {
  margin: 0;
  counter-reset: h4;
}
.faq ol.faq-answers > li {
  margin: 0 0 25px 0;
  position: relative;
  list-style-type: none;
}
.faq ol.faq-answers > li h4 {
  margin: 0 0 18px 0;
  font-size: 1.1em;
  font-family: quiet-sans, sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .faq ol.faq-answers > li h4 {
    font-size: 1.4em;
  }
}
.faq ol.faq-answers > li h4.faq-question:before {
  content: counter(h4) ". ";
  counter-increment: h4;
}
.faq ol.faq-answers a.faq-top {
  display: inline-block;
  margin: 0 0 30px 0;
  padding: 4px 7px 3px 7px;
  font-size: 0.65em;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #a16b00;
  border-radius: 5px;
}
.faq ol.faq-answers a.faq-top:before {
  display: inline-block;
  padding-right: 3px;
  font-family: FontAwesome;
  content: "\f0aa";
  font-weight: 400;
}

table {
  width: 100%;
  margin: 30px 0;
  font-size: 0.9em;
  background: #f5f5f5;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
table thead,
table tfoot {
  vertical-align: top;
  font-weight: 800;
  color: #fff;
  background: #a16b00 !important;
  border: 0;
}
table tr {
  border: 0;
}
@media screen and (max-width: 649px) {
  table tr {
    border-bottom: 1px solid #f5f5f5;
  }
}
table tr:nth-of-type(2n+2) {
  background: #fff;
}
table td, table th {
  vertical-align: top;
}
@media screen and (min-width: 650px) {
  table td, table th {
    padding: 15px 25px !important;
  }
}
table td {
  width: auto !important;
}
@media screen and (max-width: 649px) {
  table td:before {
    padding: 10px 15px;
    color: #fff;
    background: #a16b00 !important;
  }
  table td span {
    padding: 10px 15px;
  }
}
table ul {
  margin: 0 !important;
  list-style-position: inside;
}

.tabs-wrap {
  position: relative;
  max-width: 800px;
  margin: 30px auto;
}
.tabs-wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  .tabs-wrap {
    margin: 40px auto;
  }
}
.tabs-wrap .tabs-nav {
  display: block;
  position: relative;
  margin: 0 0 -1px 0;
  box-sizing: border-box;
  overflow: hidden;
  border: 0;
  border-radius: 10px 10px 0 0;
  z-index: 100;
}
.tabs-wrap .tabs-nav li {
  display: block;
  position: relative;
  top: 0;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
}
.tabs-wrap .tabs-nav li:last-of-type {
  margin: 0;
}
.tabs-wrap .tabs-nav li a {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  height: 100%;
  margin-right: 1px;
  margin-bottom: -20px;
  padding: 10px 20px 30px 20px;
  font-weight: 600;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 10px 10px 0 0;
  background: #a16b00;
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.2);
}
.tabs-wrap .tabs-nav li a:hover {
  background: #bf7e00;
}
.tabs-wrap .tabs-nav li a:before {
  margin-left: -5px;
  padding-right: 10px;
  font-family: FontAwesome;
  content: "\f0da";
  font-weight: 400 !important;
}
.tabs-wrap .tabs-nav li.ui-tabs-active a {
  font-weight: 700;
  color: #333;
  cursor: text;
  background: #fff;
  border-color: #ccc;
  border-bottom-color: #fff;
}
.tabs-wrap .tabs-nav li.ui-tabs-active a:before {
  padding-right: 10px;
  font-family: FontAwesome;
  content: "\f0d7";
  font-weight: 400 !important;
}
@media screen and (min-width: 650px) {
  .tabs-wrap .tabs-nav.horiz-tabs {
    display: flex !important;
    align-items: stretch;
  }
}
@media screen and (min-width: 650px) {
  .tabs-wrap .tabs-nav.horiz-tabs li a {
    display: block;
    margin-bottom: 0;
    padding: 10px 20px;
    text-align: center;
    font-size: 0.9em;
    box-shadow: none;
  }
}
@media screen and (min-width: 650px) and (min-width: 650px) {
  .tabs-wrap .tabs-nav.horiz-tabs li a:before {
    padding-right: 0 !important;
    content: none !important;
  }
}
.tabs-wrap .tabs-panel {
  position: relative;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 0;
}
.tabs-wrap .tabs-panel:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 800px) {
  .tabs-wrap .tabs-panel {
    padding: 30px;
  }
}
.tabs-wrap .tabs-panel p:last-of-type {
  margin: 0;
}
.tabs-wrap .tabs-panel .anchor-target {
  padding-top: 90px !important;
  margin-top: -90px !important;
}

.heads {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .heads {
    padding: 40px 0 0 0;
  }
}
.heads h1 {
  margin: 0;
}
.heads h2 {
  margin: 10px 0 0 0;
  text-transform: none;
  font-family: quiet-sans, sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1em;
}
.heads.left {
  text-align: left;
}

.text-block {
  max-width: 800px;
  margin: 30px auto;
}
.text-block:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  .text-block {
    margin: 40px auto;
  }
}
.text-block p:last-child {
  margin-bottom: 0;
}

.highlight {
  padding: 30px;
  background: #f5f5f5;
}
.highlight p:last-child {
  margin-bottom: 5px;
}
.highlight ul:last-child, .highlight ol:last-child {
  margin-bottom: 0;
}

.intro-block {
  margin: 30px auto;
  font-size: 1.2em;
}
@media screen and (min-width: 1000px) {
  .intro-block {
    margin: 40px auto;
    font-size: 1.3em;
    font-weight: 500;
  }
}
.intro-block.center {
  text-align: center;
}
.intro-block.left {
  text-align: left;
}
.intro-block.narrow {
  max-width: 800px;
}
.intro-block p:last-child {
  margin: 0;
}

h1 {
  margin: 0 0 25px 0;
  line-height: 1.1em;
  font-size: 1.8em;
  font-weight: 700;
  font-family: dunkel-sans-expanded, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 650px) {
  h1 {
    font-size: 2.25em;
  }
}
@media screen and (min-width: 1000px) {
  h1 {
    margin: 0 0 25px 0;
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1400px) {
  h1 {
    font-size: 3em;
  }
}

h2 {
  margin: 0 0 25px 0;
  line-height: 1em;
  font-size: 1.4em;
  font-weight: 700;
  font-family: dunkel-sans-expanded, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 1000px) {
  h2 {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1400px) {
  h2 {
    font-size: 1.7em;
  }
}
h2.standalone-head {
  max-width: 800px;
  margin: 0 auto 30px auto;
}

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

h3 {
  margin: 0 0 20px 0;
  line-height: 1.2em;
  font-size: 1.2em;
  font-weight: 700;
  font-family: dunkel-sans-expanded, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 650px) {
  h3 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1000px) {
  h3 {
    font-size: 1.4em;
  }
}

h4 {
  margin: 0 0 20px 0;
  line-height: 1.2em;
  font-size: 1em;
  font-weight: 800;
  font-family: quiet-sans, sans-serif;
  text-transform: uppercase;
}

p {
  margin: 0 0 20px 0;
  line-height: 1.5em;
}

strong {
  font-weight: 800;
}

a {
  color: #a16b00;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.15s ease;
}
a:hover {
  color: #bf7e00;
}

h1 a, h2 a, h3 a, h4 a {
  font-weight: inherit;
  color: inherit;
}

main ul,
main ol {
  display: table;
  margin: 20px 1.2em 10px 1.2em;
}

main ul li,
main ol li {
  margin: 0 0 10px 0;
  line-height: 1.3em;
}

main ul ul,
main ol ol,
main ul ol,
main ol ul {
  margin: 6px 0 6px 10px;
}

main ul ul li,
main ol ul li {
  list-style-type: square;
}

main ol ol li,
main ul ol li {
  list-style-type: lower-alpha;
}

hr {
  clear: both;
  height: 0 !important;
  margin: 30px 0 !important;
  border-top: 1px solid #333 !important;
  background: #333 !important;
  opacity: 0.3;
}

.page-template-blog-landing h1 {
  max-width: 1000px !important;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 20px 0 20px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .page-template-blog-landing h1 {
    padding: 40px 30px 10px 30px;
  }
}

.food-and-drink-menu .content {
  max-width: 450px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 20px;
}
@media screen and (min-width: 650px) {
  .food-and-drink-menu .content {
    max-width: 900px;
    padding: 60px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .food-and-drink-menu .content {
    padding: 80px 20px;
  }
}
@media screen and (min-width: 650px) {
  .food-and-drink-menu .content .menu-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin: 0 0 40px 0;
  }
}
@media screen and (min-width: 900px) {
  .food-and-drink-menu .content .menu-row {
    grid-gap: 120px;
  }
}
.food-and-drink-menu .content .menu-col {
  margin: 0 0 35px 0;
}
.food-and-drink-menu .content .menu-col:nth-child(2) {
  justify-self: end;
}
.food-and-drink-menu .content h2 {
  margin: 0;
}
.food-and-drink-menu .content h4 {
  margin: 0 0 7px 0;
  line-height: 1.1em;
}
.food-and-drink-menu .content .menu-sub-head {
  font-weight: 600;
}
.food-and-drink-menu .content p {
  margin: 0;
  line-height: 1.1em;
}
.food-and-drink-menu p.note {
  margin: 0 0 40px 0 !important;
  font-weight: 700;
}
@media screen and (min-width: 800px) {
  .food-and-drink-menu p.note {
    margin: 0 0 60px 0 !important;
  }
}

.menu-item {
  display: grid;
  grid-template-columns: auto 85px;
  grid-gap: 30px;
  margin: 35px 0 0 0;
}
@media screen and (min-width: 650px) {
  .menu-item {
    max-width: 370px;
  }
}
.menu-item .menu-item-details .menu-item-desc {
  font-size: 0.9em;
}
.menu-item .menu-item-details .menu-item-adds {
  margin: 5px 0 0 0;
  font-weight: 700;
}
.menu-item .menu-item-details .menu-item-adds span.spacer {
  display: block;
  margin-bottom: 7px;
}
.menu-item .diet,
.menu-item .qualities {
  display: flex;
  gap: 5px;
  margin: 13px 0 0 0;
}
.menu-item .diet .diet-item,
.menu-item .diet .qualities-item,
.menu-item .qualities .diet-item,
.menu-item .qualities .qualities-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 25px;
  height: 25px;
  box-sizing: border-box;
  padding: 0 8px 2px 8px;
  line-height: 0 !important;
  font-size: 0.65em;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  border-radius: 30px;
  background: #666;
}
.menu-item .diet .diet-item,
.menu-item .qualities .diet-item {
  width: 25px;
  height: 25px;
  padding: 0 5px 2px 5px;
}
.menu-item .menu-item-pricing {
  line-height: 1.1em;
}
.menu-item .menu-item-pricing .price {
  font-weight: 800;
}
.menu-item .menu-item-pricing .price-desc {
  font-size: 0.8em;
}
.menu-item .menu-item-pricing .prices {
  margin: 0 0 2px 0;
}

.food-menu .category-add-ons {
  margin: 35px 0 0 0;
  font-weight: 700;
}
.food-menu .category-add-ons p {
  font-size: 0.9em;
}
.food-menu .category-add-ons span.spacer {
  display: block;
  margin-bottom: 7px;
}
@media screen and (min-width: 650px) {
  .food-menu .sandwiches-menu-row {
    margin: 0 !important;
  }
}
@media screen and (min-width: 650px) {
  .food-menu .sandwich-add-ons {
    display: grid;
    grid-template-areas: "col-1 col-2 col-3" "col-4 col-4 col-4";
    grid-gap: 10px 50px;
  }
}
@media screen and (min-width: 800px) {
  .food-menu .sandwich-add-ons {
    grid-template-areas: "col-1 col-2 col-3 col-4";
    grid-gap: 50px;
  }
}
.food-menu .sandwich-add-ons .add-on-column {
  margin: 0 0 30px 0;
}
.food-menu .sandwich-add-ons .add-on-column:first-of-type {
  grid-area: col-1;
}
.food-menu .sandwich-add-ons .add-on-column:nth-child(2) {
  grid-area: col-2;
}
.food-menu .sandwich-add-ons .add-on-column:nth-child(3) {
  grid-area: col-3;
}
.food-menu .sandwich-add-ons .add-on-column:last-of-type {
  grid-area: col-4;
}
.food-menu .sandwich-add-ons .add-on-column h4 {
  margin: 0 0 5px 0;
}
.food-menu .sandwich-add-ons .add-on-column p {
  line-height: 1.4em;
}

.bar-menu .bar-sub-head {
  font-style: italic;
}
.bar-menu .beers h4 {
  margin: 0 !important;
}
.bar-menu .beers h4 span {
  display: block;
  margin: 0 0 4px 0;
}
.bar-menu .beers .beer-specs {
  line-height: 1.2em;
}
.bar-menu .beers .beer-specs span {
  display: block;
}
.bar-menu .menu-col {
  margin: 0 0 45px 0 !important;
}
.bar-menu .menu-col:nth-child(2) {
  justify-self: start !important;
}
.bar-menu .menu-col.wine {
  width: 100%;
}
@media screen and (min-width: 650px) {
  .bar-menu .menu-col.wine {
    max-width: 370px;
  }
}
.bar-menu .cans {
  margin: 0 0 45px 0;
}
.bar-menu .wine-category-head-wrap {
  display: grid;
  grid-template-columns: auto 130px;
  grid-gap: 30px;
  margin: 0 0 20px 0;
}
.bar-menu .wine-category-head-wrap .wine-prices {
  justify-self: end;
  width: 118px;
}
.bar-menu .wine-category-head-wrap .wine-prices .wine-price {
  line-height: 1.1em;
}
.bar-menu .wine-category-head-wrap .wine-prices .wine-price .price {
  font-weight: 800;
}
.bar-menu .wine-category-head-wrap .wine-prices .wine-price .price-desc {
  font-size: 0.8em;
}
.bar-menu .wine-type {
  margin: 0 0 40px 0;
}
.bar-menu .wine-type h3 {
  margin: 0;
  font-size: 1.1em;
}
.bar-menu .wine-item {
  display: block;
  margin: 15px 0 0 0;
}
.bar-menu .wine-item .wine-item-head-wrap {
  display: flex;
  align-items: center;
}
.bar-menu .wine-item .wine-item-head-wrap h4 {
  margin: 0;
  display: inline-block;
}
.bar-menu .wine-item .wine-item-head-wrap .qualities {
  display: inline-flex;
  margin: 0 0 0 10px;
}

@media screen and (min-width: 800px) {
  .zero-proof {
    margin-top: -30px;
  }
}

.spirits .spirits-list {
  margin: 35px 0 0 0;
}
@media screen and (min-width: 650px) {
  .spirits .spirits-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
  }
}
.spirits .spirits-list .spirits-type {
  margin: 0 0 30px 0;
}
.spirits .spirits-list .spirits-type h4 {
  margin: 0 0 10px 0;
}
.spirits .spirits-list .spirits-type p {
  font-size: 0.9em;
  line-height: 1em;
}
.spirits .spirits-list .spirits-type p span.spacer {
  display: block;
  margin-bottom: 8px;
}

.home #header-content #logo {
  display: none !important;
}
.home #header-content.scrolled #logo {
  display: block !important;
}
.home .hero #home-boris-full {
  display: block;
  width: 150px;
  height: 184px;
  margin: 60px auto 20px auto;
  background: url(images/boris-home-hero.png) center no-repeat;
  background-size: 150px 184px;
  -webkit-filter: drop-shadow(0px 0px 110px #000);
          filter: drop-shadow(0px 0px 110px #000);
  text-indent: -9999px;
  -webkit-animation: boris-fade-in ease 3s;
          animation: boris-fade-in ease 3s;
}
@-webkit-keyframes boris-fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes boris-fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 650px) {
  .home .hero #home-boris-full {
    width: 300px;
    height: 367px;
    margin: 100px auto 20px auto;
    background-size: 300px 367px;
  }
}
@media screen and (min-width: 1200px) {
  .home .hero #home-boris-full {
    width: 384px;
    height: 470px;
    margin: 130px auto 20px auto;
    background-size: 384px 470px;
  }
}
.home .hero hr {
  display: none;
}
@media screen and (min-width: 1200px) {
  .home .hero hr {
    display: block;
    margin: 40px 0 30px 0 !important;
    border-top: 1px solid #ffb527 !important;
    background: #ffb527 !important;
    opacity: 1;
  }
}
.home .hero .hero-msg-1 {
  margin: 0 0 2px 0;
  font-family: dunkel-sans-expanded, sans-serif;
  text-transform: uppercase;
  font-size: 1em;
}
@media screen and (min-width: 650px) {
  .home .hero .hero-msg-1 {
    font-size: 1.2em;
  }
}
.home .hero .hero-msg-2 {
  margin: 0;
  line-height: 1.2em;
}
@media screen and (min-width: 650px) {
  .home .hero .hero-msg-2 {
    font-size: 1.15em;
  }
}
.home .hero .button, .home .hero input[type=submit] {
  margin: 20px 0 0 0;
}
.home .victuals .content {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .home .victuals .content {
    margin: 30px auto;
  }
}
@media screen and (min-width: 1200px) {
  .home .victuals .content {
    margin: 45px auto;
  }
}
@media screen and (min-width: 1400px) {
  .home .victuals .content {
    margin: 60px auto;
  }
}
.home .victuals .victuals-text {
  position: relative;
  display: block;
  margin: 1px 0 0 0;
  box-sizing: border-box;
  padding: 40px 20px 50px 20px;
  background: #371600;
  z-index: 100;
}
@media screen and (min-width: 1000px) {
  .home .victuals .victuals-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    width: 430px;
    height: 220px;
    margin-top: -110px;
    margin-left: -215px;
    padding: 20px 20px 35px 20px;
    background: #fff;
  }
}
@media screen and (min-width: 1000px) {
  .home .victuals .victuals-text {
    width: 500px;
    height: 260px;
    margin-top: -130px;
    margin-left: -250px;
  }
}
.home .victuals .victuals-text h2 {
  font-size: 2.25em;
}
@media screen and (min-width: 1000px) {
  .home .victuals .victuals-text h2 {
    font-size: 2.6em;
    color: #5e2600;
  }
}
@media screen and (min-width: 1200px) {
  .home .victuals .victuals-text h2 {
    font-size: 3em;
  }
}
.home .victuals .victuals-text h2 a {
  color: #ffa800;
}
@media screen and (min-width: 1000px) {
  .home .victuals .victuals-text h2 a {
    color: #5e2600;
  }
}
.home .victuals .victuals-text .button, .home .victuals .victuals-text input[type=submit] {
  margin: 0;
}
.home .victuals img {
  display: block;
  margin: 1px 0 0 0;
}
.home .victuals .victuals-img-wrap {
  margin-bottom: 2px;
}
@media screen and (min-width: 650px) {
  .home .victuals .victuals-img-wrap {
    display: grid;
    grid-gap: 1px;
    grid-template-areas: "img-vert img-horiz-a" "img-vert img-horiz-b";
  }
}
@media screen and (min-width: 1000px) {
  .home .victuals .victuals-img-wrap {
    grid-gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .home .victuals .victuals-img-wrap {
    grid-gap: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .home .victuals .victuals-img-wrap {
    grid-gap: 60px;
  }
}
.home .victuals .victuals-img-wrap.reveal {
  position: relative;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
.home .victuals .victuals-img-wrap.reveal.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 650px) {
  .home .victuals .victuals-img-wrap .victuals-img-vert {
    grid-area: img-vert;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media screen and (min-width: 650px) {
  .home .victuals .victuals-img-wrap .victuals-img-horiz-a {
    grid-area: img-horiz-a;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media screen and (min-width: 650px) {
  .home .victuals .victuals-img-wrap .victuals-img-horiz-b {
    grid-area: img-horiz-b;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.home .specials {
  margin-top: -1px;
  background: #1a1a1a;
}
.home .specials .content {
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 20px;
  color: #ffa800;
}
@media screen and (min-width: 650px) {
  .home .specials .content {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 1000px) {
  .home .specials .content {
    padding: 70px 30px;
  }
}
.home .specials .content h2 {
  margin: 0 0 40px 0;
  text-align: center;
  font-size: 2.25em;
}
@media screen and (min-width: 1000px) {
  .home .specials .content h2 {
    margin: 0 0 50px 0;
    font-size: 2.6em;
  }
}
@media screen and (min-width: 1200px) {
  .home .specials .content h2 {
    font-size: 3em;
  }
}
@media screen and (min-width: 1400px) {
  .home .specials .content h2 {
    margin: 0 0 60px 0;
  }
}
.home .specials .content .specials-wrap {
  max-width: 450px;
  margin: 0 auto;
}
.home .specials .content .specials-wrap .special {
  display: grid;
  grid-template-columns: auto 40px;
  grid-gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 168, 0, 0.5);
}
.home .specials .content .specials-wrap .special:last-of-type {
  margin: 0;
  padding: 0;
  border: 0;
}
.home .specials .content .specials-wrap .special h3 {
  margin: 0 0 8px 0;
  text-transform: none;
  font-family: dunkel-sans-condensed, sans-serif;
  font-size: 1.4em;
  line-height: 1.1em;
}
.home .specials .content .specials-wrap .special p {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.1em;
  color: #fff;
  opacity: 0.75;
}
.home .specials .content .specials-wrap .special span.special-price {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  box-sizing: border-box;
  padding: 0 8px 5px 8px;
  line-height: 0 !important;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 800;
  font-family: quiet-sans, sans-serif;
  color: #000;
  border-radius: 30px;
  background: #ffa800;
}
.home .events {
  margin-top: -1px;
  background: #000;
}
.home .events .content {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 20px 1px 20px;
  color: #ffa800;
}
@media screen and (min-width: 650px) {
  .home .events .content {
    padding: 40px 20px 50px 20px;
  }
}
@media screen and (min-width: 1000px) {
  .home .events .content {
    padding: 50px 30px 70px 30px;
  }
}
@media screen and (min-width: 1400px) {
  .home .events .content {
    padding: 60px 30px 100px 30px;
  }
}
.home .events .content h2 {
  margin: 0 0 40px 0;
  text-align: center;
  font-size: 2.25em;
}
@media screen and (min-width: 1000px) {
  .home .events .content h2 {
    margin: 0 0 50px 0;
    font-size: 2.6em;
  }
}
@media screen and (min-width: 1200px) {
  .home .events .content h2 {
    font-size: 3em;
  }
}
@media screen and (min-width: 1400px) {
  .home .events .content h2 {
    margin: 0 0 60px 0;
  }
}
.home .events .content .events-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 650px) {
  .home .events .content .events-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .home .events .content .events-wrap {
    grid-gap: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .home .events .content .events-wrap {
    max-width: 1400px;
    grid-gap: 70px;
  }
}
.home .events .content .events-wrap .event {
  margin-bottom: 50px;
}
@media screen and (min-width: 650px) {
  .home .events .content .events-wrap .event {
    margin: 0;
  }
}
@media screen and (min-width: 1400px) {
  .home .events .content .events-wrap .event {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
.home .events .content .events-wrap .event .event-img-wrap {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 1400px) {
  .home .events .content .events-wrap .event .event-img-wrap {
    margin-top: 5px;
  }
}
.home .events .content .events-wrap .event .event-img-wrap img {
  display: block;
}
.home .events .content .events-wrap .event .event-img-wrap .event-date-details {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  width: 65px;
  box-sizing: border-box;
  padding: 6px;
  text-align: center;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  color: #5e2600;
  background: #ffa800;
  z-index: 1000;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1400px) {
  .home .events .content .events-wrap .event .event-img-wrap .event-date-details {
    right: 0;
    left: auto;
  }
}
.home .events .content .events-wrap .event .event-img-wrap .event-date-details .event-date {
  padding: 5px 0 8px 0;
  font-size: 2em;
  font-weight: 700;
  font-family: dunkel-sans-medium, sans-serif;
}
.home .events .content .events-wrap .event .event-details h3 {
  text-transform: none;
  font-family: dunkel-sans-condensed, sans-serif;
  font-size: 1.4em;
}
.home .events .content .events-wrap .event .event-details h3 a:hover {
  color: inherit;
}
.home .events .content .events-wrap .event .event-details p {
  line-height: 1.2em;
  font-size: 0.9em;
}
.home .events .content .events-wrap .event .event-details .event-time-location {
  font-family: dunkel-sans-condensed, sans-serif;
}
.home .events .content .events-wrap .event .event-details .event-time-location span {
  display: block;
  margin: 0 0 5px 0;
}
.home .events .content .events-wrap .event .event-details .event-desc {
  color: #fff;
  opacity: 0.75;
}
.home .events .content .events-wrap .event .event-details .event-cost {
  font-weight: 700;
  text-transform: uppercase;
}
.home .events .content .events-wrap .event .event-details .button, .home .events .content .events-wrap .event .event-details input[type=submit] {
  margin: 0;
}
.home .home-about {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}
.home .home-about:after {
  content: "";
  display: table;
  clear: both;
}
.home .home-about.reveal {
  position: relative;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
.home .home-about.reveal.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.home .home-about .content {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (min-width: 650px) {
  .home .home-about .content {
    display: flex;
    justify-content: center;
    padding: 60px 20px;
  }
}
@media screen and (min-width: 800px) {
  .home .home-about .content {
    justify-content: flex-start;
    padding: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .home .home-about .content {
    padding: 100px 60px;
  }
}
@media screen and (min-width: 1200px) {
  .home .home-about .content {
    padding: 150px 60px;
  }
}
@media screen and (min-width: 1400px) {
  .home .home-about .content {
    padding: 200px 60px;
  }
}
.home .home-about img {
  display: block;
}
@media screen and (min-width: 650px) {
  .home .home-about img {
    position: absolute;
    top: -1000px;
    opacity: 0;
    z-index: -1000;
  }
}
.home .home-about .home-about-text {
  box-sizing: border-box;
  padding: 40px 20px 50px 20px;
  background: #371600;
}
@media screen and (min-width: 650px) {
  .home .home-about .home-about-text {
    padding: 40px 40px 50px 40px;
    max-width: 450px;
    background: rgba(47, 19, 0, 0.95);
  }
}
@media screen and (min-width: 1000px) {
  .home .home-about .home-about-text {
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .home .home-about .home-about-text {
    padding: 90px 60px;
  }
}
@media screen and (min-width: 1400px) {
  .home .home-about .home-about-text {
    padding: 90px 70px;
  }
}
.home .home-about .home-about-text h2 {
  font-family: dunkel-sans-condensed, sans-serif;
  text-transform: none;
  color: #ffa800;
}
@media screen and (min-width: 1200px) {
  .home .home-about .home-about-text h2 {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1400px) {
  .home .home-about .home-about-text h2 {
    font-size: 1.9em;
  }
}
.home .home-about .home-about-text h2 a:hover {
  color: inherit;
}
.home .home-about .home-about-text p {
  margin: 0 0 35px 0;
}
.home .home-about .home-about-text .button, .home .home-about .home-about-text input[type=submit] {
  margin: 0;
}
.home .home-about .home-about-text .button:hover, .home .home-about .home-about-text input[type=submit]:hover {
  color: #5e2600 !important;
  background: #ffa800;
}

body.search #searchform {
  position: relative;
  max-width: 100%;
  height: 70px;
  margin: 0 0 30px 0;
  border: 1px solid #ccc;
}
body.search #searchform input#searchfield[type=text] {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 14px 80px 14px 15px;
  font-family: quiet-sans, sans-serif;
  font-weight: 300;
  font-size: 1.3em;
  color: #333;
  border: 0 !important;
}
body.search #searchform input#searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  line-height: 1;
  font-family: FontAwesome;
  font-size: 1em;
  color: #666 !important;
  cursor: pointer;
  background: none;
}
body.search article {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 800px !important;
  margin: 0 auto;
  padding-top: 40px !important;
}
@media screen and (min-width: 1000px) {
  body.search article {
    padding-right: 30px;
    padding-left: 30px;
  }
}
body.search article:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  body.search article {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 1200px) {
  body.search article {
    padding-top: 80px !important;
  }
}
body.search article h1 {
  margin: 0 0 20px 0;
  font-size: 1.3em;
}
body.search article a.search-result {
  display: block;
  margin: 0;
  padding: 20px 0;
  font-weight: 300;
  font-size: 0.9em;
  border-bottom: 1px solid #ccc;
}
body.search article a.search-result:after {
  content: "";
  display: table;
  clear: both;
}
body.search article a.search-result:hover h3 {
  color: #bf7e00;
  text-decoration: underline;
}
body.search article a.search-result img {
  float: left;
  display: block;
  max-width: 100px;
  vertical-align: top;
  margin: 3px 20px 5px 0;
}
body.search article a.search-result h3 {
  margin: 0 0 5px 0;
  font-size: 1.1em;
  font-weight: 600;
  font-family: quiet-sans, sans-serif;
  color: #a16b00;
}
body.search article a.search-result p {
  margin: 0;
  font-size: 0.95em;
  color: #777;
}
body.search .pagination {
  margin-top: 30px;
  background: none;
}

.page-template-section-child #crumbs-wrap #crumbs {
  max-width: 1350px;
}

.page-template-section-landing #crumbs-wrap #crumbs {
  max-width: 1450px;
}

.awesome-cover {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .awesome-cover figure {
    margin-top: -84px;
  }
}
.awesome-cover figure img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 649px) {
  .awesome-cover figure img {
    height: auto !important;
  }
}
.awesome-cover figure .awesome-caption {
  padding: 5px 20px;
  font-size: 0.8em;
  font-weight: 400;
  color: #777;
}
@media screen and (min-width: 800px) {
  .awesome-cover figure .awesome-caption {
    width: 70%;
  }
}
@media screen and (min-width: 1400px) {
  .awesome-cover figure .awesome-caption {
    width: 50%;
  }
}
.awesome-cover figure .awesome-caption span {
  font-size: 0.85em;
  color: #777;
}
.awesome-cover h1 {
  max-width: 630px;
  box-sizing: border-box;
  margin: 0 auto;
  line-height: 1.2em;
  font-size: 2em;
  text-align: center;
}
@media screen and (min-width: 650px) {
  .awesome-cover h1 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1300px) {
  .awesome-cover h1 {
    font-size: 3em;
  }
}
.awesome-cover.awesome-cover-none h1 {
  max-width: 1400px;
  box-sizing: border-box;
  padding: 30px 20px 0 20px;
}
@media screen and (min-width: 650px) {
  .awesome-cover.awesome-cover-none h1 {
    padding: 30px 40px 0 40px;
  }
}
@media screen and (min-width: 1000px) {
  .awesome-cover.awesome-cover-none h1 {
    padding: 50px 40px 0 40px;
  }
}
.awesome-cover.awesome-cover-full-screen {
  display: grid;
}
.awesome-cover.awesome-cover-full-screen .awesome-heads {
  padding: 20px 20px 0 20px;
}
@media screen and (min-width: 650px) {
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1 {
    position: absolute;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    text-align: center;
  }
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-left-top, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-center-top, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-right-top {
    top: 12%;
  }
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-left-middle, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-center-middle, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-right-middle {
    top: 35%;
  }
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-left-bottom, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-center-bottom, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-right-bottom {
    bottom: 17.5%;
  }
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-white {
    color: #fff;
  }
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-black {
    color: #333;
  }
}
@media screen and (min-width: 1000px) {
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1 {
    margin: 0 !important;
  }
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-left-top, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-left-middle, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-left-bottom {
    left: 5% !important;
  }
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-center-top, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-center-middle, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-center-bottom {
    left: 50%;
    width: 600px;
    margin-left: -300px !important;
  }
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-right-top, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-right-middle, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-right-bottom {
    right: 5% !important;
    left: auto;
  }
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-white {
    color: #fff;
  }
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-black {
    color: #333;
  }
}
@media screen and (min-width: 1600px) {
  .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-left-bottom, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-center-bottom, .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-right-bottom {
    bottom: 15%;
  }
}
.awesome-cover.awesome-cover-split-screen {
  display: grid;
  margin-top: -50%;
  overflow: hidden;
}
@media screen and (min-width: 650px) {
  .awesome-cover.awesome-cover-split-screen {
    margin-top: -32.5%;
  }
}
@media screen and (min-width: 800px) {
  .awesome-cover.awesome-cover-split-screen {
    grid-template-columns: [col] 1fr [col] 1fr;
    margin-top: 0;
  }
}
@media screen and (min-width: 800px) {
  .awesome-cover.awesome-cover-split-screen figure {
    margin-top: -50px;
  }
}
@media screen and (min-width: 1000px) {
  .awesome-cover.awesome-cover-split-screen figure {
    margin-top: -84px;
  }
}
.awesome-cover.awesome-cover-split-screen img {
  margin-bottom: -40%;
}
@media screen and (min-width: 800px) {
  .awesome-cover.awesome-cover-split-screen img {
    margin-bottom: 0;
  }
}
.awesome-cover.awesome-cover-split-screen.img-right figure {
  grid-column: col 2/span 1;
  grid-row: row 1;
}
.awesome-cover.awesome-cover-split-screen.img-right .awesome-heads {
  grid-column: col 1/span 1;
  grid-row: row 1;
}
.awesome-cover.awesome-cover-split-screen.img-right .awesome-caption:before {
  left: -100%;
}
.awesome-cover.awesome-cover-split-screen .awesome-caption {
  position: relative;
  width: 100%;
  margin-top: 40%;
  box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .awesome-cover.awesome-cover-split-screen .awesome-caption {
    margin-top: 0;
  }
}
.awesome-cover.awesome-cover-split-screen .awesome-caption:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 200%;
  height: 1px;
  background: #ccc;
}
.awesome-cover.awesome-cover-split-screen .awesome-heads {
  padding: 20px 20px 0 20px;
}
@media screen and (min-width: 650px) {
  .awesome-cover.awesome-cover-split-screen .awesome-heads {
    padding: 30px 40px 0 40px;
  }
}
@media screen and (min-width: 800px) {
  .awesome-cover.awesome-cover-split-screen .awesome-heads {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: -5%;
    padding: 0 50px;
  }
}
@media screen and (min-width: 650px) {
  .awesome-cover.awesome-cover-split-screen .awesome-heads .awesome-summary {
    text-align: center;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 800px) {
  .awesome-cover.awesome-cover-split-screen .awesome-heads .awesome-summary {
    font-weight: 300;
  }
}

.awesome-summary {
  max-width: 650px;
  margin: 0 auto;
  padding: 20px;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  line-height: 1.4em;
  color: #777;
}
@media screen and (min-width: 800px) {
  .awesome-summary {
    text-align: left;
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1200px) {
  .awesome-summary {
    font-size: 1.5em;
  }
}

.awesome-byline-date {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  padding: 30px 20px;
}
.awesome-byline-date strong {
  display: block;
  margin-bottom: 5px;
}
.awesome-byline-date strong a {
  text-decoration: none;
  color: #777;
  border-bottom: 1px solid #ccc;
}
.awesome-byline-date strong a:hover {
  border-bottom-color: #777;
}
.awesome-byline-date span {
  font-size: 0.9em;
  font-weight: 400;
  color: #777;
}
.awesome-byline-date .awesome-comments-count {
  float: right;
  display: inline-block;
  margin-top: 3px;
  border-radius: 4px;
}
.awesome-byline-date .awesome-comments-count a {
  position: relative;
  display: block;
  padding: 2px 15px;
  text-decoration: none;
  font-weight: 300 !important;
  color: #fff;
  background: #ccc;
  border-radius: 4px;
}
.awesome-byline-date .awesome-comments-count a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #ccc;
  border-bottom: 0;
  border-left: 0;
  margin-left: -3px;
  margin-bottom: -6px;
}

.awesome-article {
  margin: 0 auto 30px auto;
}
.awesome-article .awesome-text-block {
  max-width: 650px;
  margin: 0 auto;
  padding: 10px 20px;
}
.awesome-article .awesome-text-block p {
  font-size: 1.05em;
  font-weight: 400;
  color: #777;
}
@media screen and (min-width: 1200px) {
  .awesome-article .awesome-text-block p {
    font-size: 1.15em;
    font-weight: 400;
    color: #333;
  }
}
.awesome-article .awesome-text-block p:last-of-type {
  margin: 0;
}
.awesome-article .awesome-text-block.awesome-drop-cap p:first-child:first-letter {
  float: left;
  display: inline-block;
  padding: 9px 8px 8px 0;
  font-size: 4.5em;
  font-weight: 600;
  font-family: dunkel-sans-expanded, sans-serif;
  color: #a16b00;
}
@-moz-document url-prefix() {
  .awesome-article .awesome-text-block.awesome-drop-cap p:first-child:first-letter {
    margin-top: -5px;
    padding: 0 8px 0 0;
  }
}
.awesome-article .button-row {
  max-width: 650px;
  margin: 0 auto 30px auto;
  padding: 0 20px;
}
.awesome-article .fluid-width-video-wrapper {
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 2000px) {
  .awesome-article .fluid-width-video-wrapper {
    padding-top: 1050px !important;
  }
}

.single-post .main-content {
  max-width: 800px;
}
.single-post .no-hero h1 {
  margin: 0 0 15px 0;
}
.single-post .no-hero h2 {
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.4em;
}
@media screen and (min-width: 650px) {
  .single-post .no-hero h2 {
    margin: 0 0 20px 0;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1000px) {
  .single-post .no-hero h2 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1200px) {
  .single-post .no-hero h2 {
    font-size: 1.4em;
  }
}
.single-post .no-hero .date-author {
  margin: 15px 0;
  padding: 0 0 30px 0;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 400;
  color: #777;
  border-bottom: 1px solid #ccc;
}
.single-post .no-hero .date-author a {
  font-weight: 400;
  color: #777;
}
.single-post .no-hero .date-author a:hover {
  text-decoration: underline;
}
.single-post .post-hero {
  position: relative;
  max-width: 100% !important;
  margin: 0 auto 30px auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 0;
}
.single-post .post-hero:after {
  content: "";
  display: table;
  clear: both;
}
.single-post .post-hero img {
  position: absolute;
  opacity: 0;
}
.single-post .post-hero .content-wrap {
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 200px 20px 30px 20px;
}
@media screen and (min-width: 650px) {
  .single-post .post-hero .content-wrap {
    padding: 250px 20px 30px 20px;
  }
}
@media screen and (min-width: 1000px) {
  .single-post .post-hero .content-wrap {
    padding: 350px 40px 40px 40px;
  }
}
@media screen and (min-width: 1400px) {
  .single-post .post-hero .content-wrap {
    padding: 400px 40px 40px 40px;
  }
}
.single-post .post-hero .content {
  position: relative;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 1000;
}
.single-post .post-hero .content h1 {
  margin: 0 0 5px 0;
  font-weight: 700;
  text-transform: uppercase;
}
.single-post .post-hero .content h2 {
  margin: 10px 0 15px 0;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.35em;
  color: inherit;
}
@media screen and (min-width: 650px) {
  .single-post .post-hero .content h2 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1000px) {
  .single-post .post-hero .content h2 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1400px) {
  .single-post .post-hero .content h2 {
    font-size: 1.4em;
  }
}
.single-post .post-hero .content .date-author {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.75em;
  color: inherit;
  line-height: 2em;
}
.single-post .post-hero .content .date-author a {
  font-weight: 400;
  color: inherit;
}
.single-post .post-hero .content .date-author a:hover {
  text-decoration: underline;
}
.single-post .post-hero.text-left .content {
  text-align: left;
}
.single-post .post-hero.text-center .content {
  text-align: center;
}
.single-post .post-hero.text-right .content {
  text-align: right;
}
.single-post .post-hero.darken-img span.overlay, .single-post .post-hero.brighten-img span.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-post .post-hero.darken-img span.overlay {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 60%);
}
@media screen and (min-width: 1000px) {
  .single-post .post-hero.darken-img span.overlay {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 40%);
  }
}
.single-post .post-hero.brighten-img span.overlay {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.7) 0%, transparent 60%);
}
@media screen and (min-width: 1000px) {
  .single-post .post-hero.brighten-img span.overlay {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.7) 0%, transparent 40%);
  }
}

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