/*
Global Variables

@import this file at the top of each page 
template file to make variables available.
*/
/*
Font Families
Font files imported at the top of _fonts.scss 
*/
/*
Mixins
Add mixins to any css page using @include
*/
/*
CSS Transitions

e.g.
.element{
	@include transition( background .2s ease-out )
} 
*/
/*
Truncate text to specific number of lines with an ellipsis

e.g. include up to three lines.
.element{
    @include truncate-text(3);
}
*/
/*
Style placholder text for inputs

e.g.
input, 
textarea { 
    @include placeholder {
        color: #333333;
    }
}
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

/*
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
*/
mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  line-height: 0px;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #12191F;
  font-size: 16px;
  line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  display: block;
}

p {
  margin-bottom: 1.5em;
  margin-top: 0px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  background: #fff;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

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

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #e6e6e6;
  color: black;
  font-size: 16px;
  line-height: 1;
  padding: 10px 30px;
  outline: none;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #afafaf;
  background: #afafaf;
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  border-color: #ccc;
  background: #e6e6e6;
}

button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  border-color: #afafaf;
  background: #afafaf;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0px;
  width: 100%;
  box-sizing: border-box;
}

textarea {
  vertical-align: middle;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
textarea:focus {
  color: #111;
  outline: 1px solid #b5bdff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
textarea {
  padding: 5px 10px;
}

textarea {
  width: 100%;
  resize: none;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #12191F;
}

a:hover,
a:focus,
a:active {
  color: black;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after {
  content: "";
  display: table;
}

.clearfix:after,
.clear:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Media
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Columns
--------------------------------------------------------------*/
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
  position: relative;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

@media screen and (max-width: 750px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    float: left;
    position: relative;
  }
}
/*--------------------------------------------------------------
# Social Sharing
--------------------------------------------------------------*/
.foe-share ul,
.foe-share li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.foe-share li {
  display: inline-block;
}
.foe-share li a {
  display: block;
}
.foe-share li svg {
  width: 20px;
  height: 20px;
  display: block;
}
.foe-share li path {
  transition: fill 0.3s ease-out;
}

/*--------------------------------------------------------------
# Wysiwyg Image Resets
--------------------------------------------------------------*/
img.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

img.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# ACF Google Maps Reset.
--------------------------------------------------------------*/
.acf-map {
  width: 100%;
  min-height: 100px;
  border: none;
  margin: 0px;
}

.acf-map img {
  max-width: inherit !important;
}

/*
Fonts Styling

@font-face imports included here along with heading and button styles.
*/
@font-face {
  font-family: "Manrope";
  font-weight: 400;
  src: local(""), url("../fonts/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular.ttf") format("truetype"), url("../fonts/Manrope-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 700;
  src: local(""), url("../fonts/Manrope-Bold.woff") format("woff"), url("../fonts/Manrope-Bold.ttf") format("truetype"), url("../fonts/Manrope-Bold.otf") format("opentype");
}
/*
GLOBALS
*/
body {
  font-family: "neue-haas-unica", sans-serif;
  font-display: swap;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

a {
  color: #12191F;
  transition: color 0.2s ease-out;
}
a:hover {
  color: black;
}

ul,
ol {
  margin-left: 0px;
  padding-left: 1em;
}

/*
HEADINGS
*/
h1, h2, h3,
h4, h5, h6 {
  font-weight: 400;
  margin: 0.4em 0 0.4em !important;
}

h1,
.primary-heading {
  font-family: "alternate-gothic-no-3-d", sans-serif;
  font-size: 3em;
  line-height: 1.1;
  margin: 0.4em 0px;
  display: block;
  text-wrap: balance;
}

h2,
.secondary-heading {
  font-family: "alternate-gothic-no-3-d", sans-serif;
  font-size: clamp(2em, 4vw, 3.5em);
  line-height: 1.1;
  margin: 0.4em 0px;
  display: block;
  text-wrap: balance;
  text-transform: uppercase;
  letter-spacing: 0px;
}

h3,
.small-heading {
  font-family: "alternate-gothic-no-3-d", sans-serif;
  font-size: clamp(1.8em, 4vw, 2.3em);
  line-height: 1.4;
  margin: 0.4em 0px 0em;
  padding-top: 0.1em;
  display: block;
  text-wrap: balance;
}

h4,
.sub-heading {
  font-family: "neue-haas-unica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h5,
.sub-heading {
  font-family: "neue-haas-unica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.line-wrapper {
  overflow: hidden;
}

/*
LINKS
*/
.foe-link {
  display: block;
  background-size: 11px;
  padding: 0.5em 1em 0.5em 0px;
  cursor: pointer;
  color: #FF5500;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 0;
  transition: all 0.3s ease;
  font-size: 1.2em;
}
.foe-link:hover {
  color: #FF5500;
}
.foe-link:hover:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.foe-link:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  background: #FF5500;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.4s ease-out;
}

.foe-button {
  display: inline-block;
  padding: 0.7em 2.3em 0.62em;
  line-height: 1.2;
  background: #12191F;
  border: solid 2px #12191F;
  color: white;
  margin: 2px 1em 1em 0px;
  font-weight: 400;
  font-family: "alternate-gothic-no-3-d", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease-out;
  border-radius: 40px;
}
.foe-button:hover, .foe-button:focus {
  background: #5500FF !important;
  border: solid 2px #5500FF !important;
  color: white !important;
}
.foe-button.outline {
  background: transparent;
  color: #12191F;
}
.foe-button.outline:hover {
  background: #FF5500;
  border: solid 2px #FF5500;
  color: white;
}

.age-gate-wrapper .age-gate .age-gate-form .age-gate-submit {
  display: inline-block;
  padding: 0.7em 2.3em 0.62em;
  line-height: 1.2;
  background: #FEFDF1;
  border: solid #FEFDF1 2px;
  color: #12191F;
  margin: 2px 0em 1em 0px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease-out;
  border-radius: 40px;
}
.age-gate-wrapper .age-gate .age-gate-form .age-gate-submit.age-gate-submit-yes {
  background: #FF5500;
  border: solid #FF5500 2px;
  color: #FEFDF1;
}
.age-gate-wrapper .age-gate .age-gate-form .age-gate-submit:hover {
  background: #5500FF;
  border: solid #5500FF 2px;
  color: #FEFDF1;
}
.age-gate-wrapper .age-gate .age-gate-form .age-gate-remember-text {
  font-size: 1rem;
  color: #FEFDF1;
}

/*
Header and Navigation Styling
*/
.admin-bar #header.sticky {
  margin-top: 32px;
}

#sticky-target {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

#header {
  background: transparent;
  padding: 30px 5% 15px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  position: fixed;
  z-index: 99;
  top: 0;
  transition: all 0.3s ease;
  will-change: padding;
}
@media screen and (max-width: 900px) {
  #header {
    padding: 1em 0em 1em 20px;
  }
}
@media screen and (max-width: 768px) {
  #header {
    padding: 1em 0em 1em 1em;
  }
}
#header .header-inner {
  max-width: 1230px;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  #header .header-inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1400px) {
  #header .header-inner {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 1200px) {
  #header .header-inner {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1100px) {
  #header .header-inner {
    padding: 0;
    justify-content: space-between;
  }
}
#header.scrolled {
  background: rgba(18, 25, 31, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 15px 5% 5px;
}
@media screen and (max-width: 1200px) {
  #header.scrolled {
    padding: 2px 0%;
  }
}
@media screen and (max-width: 900px) {
  #header.scrolled {
    padding: 2px 0 2px 20px;
  }
}
#header.scrolled .site-branding {
  height: 60px;
  pointer-events: none;
}
#header.scrolled .site-logo {
  height: 87px;
}
#header.scrolled .site-logo #Logotype {
  transform: scale(0);
}
#header.scrolled .site-alt-logo {
  transform: scale(1);
}
.social-mobile {
  display: none;
  transition: all 0.2s ease;
}
@media screen and (max-width: 900px) {
  .social-mobile {
    display: block;
  }
}
.social-mobile .social-links {
  margin: 0;
}
.social-mobile .social-links a {
  margin: 0;
}

.social-desktop {
  display: none !important;
}
@media screen and (max-width: 900px) {
  .social-desktop {
    display: none !important;
  }
}
.social-desktop a {
  margin-bottom: 5px !important;
}

.site-branding {
  line-height: 0px;
  font-size: 0px;
  position: relative;
  height: 180px;
  width: 270px;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1400px) {
  .site-branding {
    display: flex;
    justify-content: center;
    height: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .site-branding {
    height: 80px;
  }
}
.site-branding .site-logo {
  height: 180px;
  transition: all 0.4s ease;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(1);
}
@media screen and (max-width: 1400px) {
  .site-branding .site-logo {
    height: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .site-branding .site-logo {
    height: 80px;
    padding-top: 8px;
  }
}
@media screen and (max-width: 900px) {
  .site-branding .site-logo {
    padding-top: 10px;
    left: 20px;
  }
}
.site-branding .site-logo #Rooster_Head {
  transform-origin: 50% 50%;
}
.site-branding .site-logo #Logotype {
  transition: all 0.4s ease;
  transform-origin: 50% 50%;
}
.site-branding .site-alt-logo {
  display: none;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(0);
  transition: all 0.4s ease;
}

nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
nav ul li {
  padding: 0px;
}
nav ul a {
  text-transform: uppercase !important;
}

.main-nav {
  display: flex;
  align-items: center;
}

#header_nav,
#nav_left,
#nav_right {
  display: flex;
}
@media screen and (max-width: 900px) {
  #header_nav,
  #nav_left,
  #nav_right {
    display: none;
  }
}
#header_nav li,
#nav_left li,
#nav_right li {
  position: relative;
  padding: 0px 1em;
}
@media screen and (max-width: 1023px) {
  #header_nav li,
  #nav_left li,
  #nav_right li {
    padding: 0 0.5em;
  }
}
#header_nav li:hover > a:after,
#nav_left li:hover > a:after,
#nav_right li:hover > a:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
#header_nav li a,
#nav_left li a,
#nav_right li a {
  color: #FEFDF1;
  text-decoration: none;
  margin: 0.2em 0.5em;
  padding-bottom: 0.3em;
  padding-top: 0.2em;
  line-height: 1.1;
  display: inline-block;
  font-weight: 400;
  position: relative;
  font-family: "alternate-gothic-no-3-d", sans-serif;
  font-size: 1.375em;
  transition: color 0.2s ease-out;
}
@media screen and (max-width: 1200px) {
  #header_nav li a,
  #nav_left li a,
  #nav_right li a {
    font-size: 1.2em;
  }
}
#header_nav li a:after,
#nav_left li a:after,
#nav_right li a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  background: #FEFDF1;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.4s ease-out;
}
@media screen and (max-width: 900px) {
  #header_nav li a,
  #nav_left li a,
  #nav_right li a {
    display: block;
    width: 100%;
  }
}
#header_nav li .sub-menu,
#header_nav li .children,
#nav_left li .sub-menu,
#nav_left li .children,
#nav_right li .sub-menu,
#nav_right li .children {
  position: absolute;
  left: -200px;
  right: -200px;
  margin: auto;
  width: 200px;
  top: 54px;
  background: #12191F;
  padding: 15px 0px;
  text-align: center;
  display: none;
  border-radius: 3px;
}
#header_nav li .sub-menu:after,
#header_nav li .children:after,
#nav_left li .sub-menu:after,
#nav_left li .children:after,
#nav_right li .sub-menu:after,
#nav_right li .children:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: -5px;
  margin: auto;
  width: 10px;
  height: 10px;
  background: #12191F;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
}
#header_nav li .sub-menu li,
#header_nav li .children li,
#nav_left li .sub-menu li,
#nav_left li .children li,
#nav_right li .sub-menu li,
#nav_right li .children li {
  background: #12191F;
  display: block;
  float: none;
}
#header_nav li .sub-menu li a,
#header_nav li .children li a,
#nav_left li .sub-menu li a,
#nav_left li .children li a,
#nav_right li .sub-menu li a,
#nav_right li .children li a {
  display: block;
  padding: 10px 25px;
  color: white;
}
@media screen and (max-width: 900px) {
  #header_nav,
  #nav_left,
  #nav_right {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .mobile-nav[style] {
    display: none !important;
  }
}

.mobile-nav {
  display: none;
  background: #12191F;
  color: #FEFDF1;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100dvh;
  padding: calc(3em + 60px) 1em 3em 1em;
}
.mobile-nav a {
  color: #FEFDF1;
  position: relative;
}
.mobile-nav .mobile-nav-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow-y: auto;
}
.mobile-nav .mobile-nav-inner::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.mobile-nav .mobile-nav-inner::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.2);
}
.mobile-nav .mobile-nav-inner::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.5);
  border-left: 1px solid transparent;
  border-radius: 10px !important;
}
.mobile-nav .mobile-nav-inner::-webkit-scrollbar {
  width: 8px;
  scroll-behavior: smooth !important;
}
.mobile-nav .mobile-nav-inner .mobile-social {
  margin-top: 1em;
}

#mobile_nav {
  clear: both;
  padding: 1em 0px;
  list-style-type: none;
}
#mobile_nav ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#mobile_nav li {
  position: relative;
}
#mobile_nav li:hover > a:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
#mobile_nav li.menu-item-has-children > a {
  position: relative;
}
#mobile_nav li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0px;
  bottom: 0px;
  width: 30px;
  height: 30px;
  margin: auto;
  transform-origin: 50% 50%;
  transform: rotate(90deg);
  background: url("/wp-content/themes/foe/images/shell/arrow.svg") center center no-repeat;
  background-size: 11px;
  transition: transform 0.3s ease-out;
}
#mobile_nav li.menu-item-has-children.open > a:after {
  transform: rotate(-90deg);
}
#mobile_nav li a {
  display: inline-block;
  text-decoration: none;
  padding: 0.5em 0em 0.2em 0px;
  font-family: "alternate-gothic-no-3-d", sans-serif;
  color: #FEFDF1;
  transition: background 0.2s ease-out;
  font-size: 1.2em;
}
#mobile_nav li a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0px;
  right: 0px;
  height: 2px;
  background: #FEFDF1;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.4s ease-out;
}
#mobile_nav li .sub-menu {
  display: none;
}
#mobile_nav li .sub-menu a {
  opacity: 0.8;
}

.nav-toggle {
  padding: 19px 1.7em 19px 25px;
  border: none;
  display: none;
  background: none;
  transition: background 0.2s ease-out;
}
@media screen and (max-width: 900px) {
  .nav-toggle {
    display: block;
  }
}
.nav-toggle span {
  display: block;
  background: #FEFDF1;
  width: 20px;
  height: 2px;
  margin: 4px 0px;
  transform-origin: 50% 50%;
  border-radius: 2px;
  transition: all 0.4s ease-out;
}
.nav-toggle.open .one {
  transform: translateY(6px) rotate(135deg);
  -moz-transform: translateY(6px) rotate(135deg);
  -webkit-transform: translateY(6px) rotate(135deg);
}
.nav-toggle.open .three {
  transform: translateY(-6px) rotate(-135deg);
  -moz-transform: translateY(-6px) rotate(-135deg);
  -webkit-transform: translateY(-6px) rotate(-135deg);
}
.nav-toggle.open .two {
  transform: scale(0);
}
.nav-toggle:focus {
  background: transparent;
}
.nav-toggle:active {
  background: transparent;
}
.nav-toggle:hover {
  background: transparent;
}

/*
Footer and Navigation Styling
*/
.instagram-section {
  padding-top: 5%;
  padding: 5% 2em 0;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .instagram-section {
    padding: 10% 10px 0;
  }
}
@media screen and (max-width: 475px) {
  .instagram-section {
    padding: 10% 1em 0;
  }
}
.instagram-section h1, .instagram-section h2, .instagram-section h3,
.instagram-section h4, .instagram-section h5, .instagram-section h6 {
  color: #FF5500;
}
.instagram-section a {
  font-size: 1.2em;
}
.instagram-section a:hover {
  color: #FF5500;
}
.instagram-section #sb_instagram {
  margin-top: 2em;
}
@media screen and (max-width: 800px) {
  .instagram-section #sb_instagram {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .instagram-section #sb_instagram #sbi_images {
    grid-template-columns: repeat(3, 1fr) !important;
    display: flex;
    gap: 10px !important;
  }
}

.site-footer {
  overflow: hidden;
  padding: 8% 10%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  background: #12191F;
  color: #FEFDF1;
  display: flex;
}
@media screen and (min-width: 1921px) {
  .site-footer {
    justify-content: space-between;
  }
}
@media screen and (max-width: 900px) {
  .site-footer {
    padding: 2em 2em 2em;
  }
}
.site-footer .footer-inner {
  padding-top: 8%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .site-footer .footer-inner {
    padding-top: 5%;
    display: block;
  }
}
@media screen and (max-width: 475px) {
  .site-footer .footer-inner {
    text-align: center;
  }
}
.site-footer h3 {
  font-size: 2.125em;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .site-footer h3 {
    font-size: 1.8em;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .site-footer {
    justify-content: center;
  }
}
.site-footer .footer-watermark {
  max-width: 12em;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .site-footer .footer-watermark {
    display: none;
  }
}
.site-footer .footer-watermark img {
  padding-top: 10%;
  transform: scale(1.05) translateX(10px);
}
.site-footer .footer-branding {
  line-height: 0px;
  font-size: 0px;
  flex: 0 0 158px;
  margin-bottom: 4%;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-branding {
    flex: 0 0 100px;
  }
}
@media screen and (max-width: 600px) {
  .site-footer .footer-branding {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 8%;
  }
}
.site-footer .footer-branding .footer-logo {
  height: 180px;
}
@media screen and (max-width: 1400px) {
  .site-footer .footer-branding .footer-logo {
    height: 120px;
  }
}
@media screen and (max-width: 900px) {
  .site-footer .footer-branding .footer-logo {
    display: none;
  }
}
.site-footer .footer-branding .mobile-logo {
  display: none;
}
@media screen and (max-width: 900px) {
  .site-footer .footer-branding .mobile-logo {
    display: block;
    height: 100px;
  }
}
.site-footer .footer-content {
  flex: 0 0 70%;
  display: flex;
  gap: 15%;
}
@media screen and (max-width: 900px) {
  .site-footer .footer-content {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 600px) {
  .site-footer .footer-content {
    justify-content: space-between;
    gap: 2em;
    flex-direction: column;
  }
}
.site-footer .footer-newsletter {
  flex: 0 0 25%;
}
.site-footer .footer-social {
  display: block;
}
@media screen and (max-width: 600px) {
  .site-footer .footer-hours {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (max-width: 475px) {
  .site-footer .footer-hours {
    display: block;
  }
}
.site-footer .footer-hours .hours-content {
  font-size: 1.2em;
}
@media screen and (max-width: 1400px) {
  .site-footer .footer-hours .hours-content {
    font-size: 1em;
  }
}
@media screen and (max-width: 600px) {
  .site-footer .footer-contact .contact-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 475px) {
  .site-footer .footer-contact .contact-wrapper {
    display: block;
  }
}
.site-footer .footer-contact a {
  color: #FEFDF1;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
  transition: all 0.3s ease;
  font-size: 1.2em;
}
@media screen and (max-width: 1400px) {
  .site-footer .footer-contact a {
    font-size: 1em;
  }
}
.site-footer .footer-contact a:hover {
  text-decoration-color: white;
}
.site-footer .footer-contact .address {
  margin-top: 1em;
  font-size: 1.2em;
}
@media screen and (max-width: 1400px) {
  .site-footer .footer-contact .address {
    font-size: 1em;
  }
}
@media screen and (max-width: 600px) {
  .site-footer .footer-contact .address {
    margin-top: 0;
  }
}
@media screen and (max-width: 475px) {
  .site-footer .footer-contact .address {
    margin-top: 1em;
  }
}
.site-footer .footer-legal {
  width: 100%;
  font-size: 0.8rem;
  padding: 4rem 0px 0em 0px;
}
@media screen and (max-width: 600px) {
  .site-footer .footer-legal {
    font-size: 0.7rem;
    padding-top: 3em;
  }
}
@media screen and (max-width: 475px) {
  .site-footer .footer-legal {
    text-align: center;
  }
}
.site-footer .footer-legal a {
  color: #FEFDF1;
  text-decoration: underline;
}
.site-footer .footer-legal a:hover {
  color: #FF5500;
}

.social-row {
  margin-top: 1em;
}
.social-row a {
  color: #FEFDF1;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
  transition: all 0.3s ease;
  font-size: 1.2em;
}
@media screen and (max-width: 1400px) {
  .social-row a {
    font-size: 1em;
  }
}
.social-row a:hover {
  text-decoration-color: white;
}

.social-links {
  display: flex;
  margin: 0 1em;
}
.social-links a {
  width: 30px;
  height: 40px;
  max-width: 30px;
  max-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0px 0px 10px 0px;
}
.social-links a:hover svg path {
  fill: #FF5500;
}
.social-links a svg {
  height: 20px;
  width: 20px;
}
.social-links a svg path {
  fill: #FEFDF1;
  transition: all 0.2s ease;
}

#footer_nav {
  display: flex;
}
@media screen and (max-width: 800px) {
  #footer_nav {
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0px;
  }
}
#footer_nav li {
  position: relative;
}
@media screen and (max-width: 800px) {
  #footer_nav li {
    width: 100%;
  }
}
#footer_nav li a {
  color: #FEFDF1;
  text-decoration: none;
  padding: 10px 25px;
  display: inline-block;
  transition: color 0.2s ease-out;
}
#footer_nav li a:hover {
  color: #FEFDF1;
}
@media screen and (max-width: 800px) {
  #footer_nav li a {
    display: block;
    width: 100%;
    padding: 8px 25px;
  }
}
#footer_nav li .sub-menu li {
  display: block;
}
#footer_nav li .sub-menu li a {
  display: block;
  padding: 8px 25px;
  opacity: 0.5;
}
#footer_nav li .sub-menu li a:hover {
  opacity: 1;
}

/*
Block Styling

General styles for body of website along with block specific styling.
*/
body.no-scroll {
  overflow: hidden;
}

.site-main {
  padding: 8% 10%;
}
@media screen and (max-width: 800px) {
  .site-main {
    padding: 9% 8%;
  }
}

.controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 1em;
}
.controls .beer-prev {
  transform: scaleX(-1);
}
.controls .beer-prev,
.controls .beer-next {
  cursor: pointer;
}
.controls .beer-prev svg,
.controls .beer-next svg {
  width: 45px;
  height: 45px;
}
.controls .beer-prev:hover svg circle,
.controls .beer-next:hover svg circle {
  fill: #12191F;
  transition: all 0.2s ease;
}
.controls .beer-prev:hover svg path,
.controls .beer-next:hover svg path {
  stroke: #FEFDF1;
  transition: all 0.2s ease;
}

.block {
  padding: 8% 10%;
}
@media screen and (max-width: 800px) {
  .block {
    padding: 9% 8%;
  }
}
.block .inner {
  display: flex;
  flex-wrap: wrap;
}

section {
  position: relative;
}

.parallax {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  transform: translateZ(0);
  position: absolute;
}
.parallax img {
  position: absolute;
  top: -100px;
  height: calc(100% + 200px);
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rank-math-breadcrumb {
  font-size: 0.85em;
}
@media screen and (max-width: 800px) {
  .rank-math-breadcrumb {
    font-size: 0.75em;
  }
}
.rank-math-breadcrumb p {
  display: flex;
  align-items: center;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb .last {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.rank-math-breadcrumb .separator {
  padding: 10px 15px;
  background: url("/wp-content/themes/foe/images/shell/arrow.svg") center center no-repeat;
  background-size: 8px;
  font-size: 0px;
}
@media screen and (max-width: 800px) {
  .rank-math-breadcrumb .separator {
    padding: 7px 12px;
  }
}

.pagination {
  flex: 0 0 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pagination span,
.pagination a {
  display: inline-block;
  padding: 10px 15px;
  line-height: 1;
  border-radius: 3px;
  border: 1px solid #12191F;
  margin: 0px 2px;
}
.pagination a {
  border: 1px solid rgba(18, 25, 31, 0.2);
  transition: background 0.3s ease-out, border 0.3s ease-out, color 0.3s ease-out;
}
.pagination a:hover {
  border: 1px solid #12191F;
  background: #12191F;
  color: white;
}
.pagination a.next {
  padding-right: 30px;
  background-image: url("/wp-content/themes/foe/images/shell/arrow.svg") right 10px center no-repeat;
  background-size: 11px;
}

.hero {
  background: #12191F;
  color: white;
  position: relative;
  overflow: hidden;
}
.hero:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
}
.hero .hero-content {
  max-width: 500px;
}
.hero .hero-bg {
  position: absolute;
  top: -60px;
  left: 0px;
  width: 100%;
  height: calc(100% + 120px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: -2;
}
.hero .hero-video {
  position: absolute;
  top: -60px;
  left: 0px;
  width: 100%;
  height: calc(100% + 120px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: -2;
}
.hero .hero-video video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: -100;
  -o-object-fit: cover;
     object-fit: cover;
}

.beer-hero {
  background: #12191F;
  padding-top: 375px;
  position: relative;
}
@media screen and (min-width: 2000px) {
  .beer-hero {
    padding-top: 20vw;
  }
}
@media screen and (max-width: 1400px) {
  .beer-hero {
    padding-top: 275px;
  }
}
@media screen and (max-width: 768px) {
  .beer-hero {
    padding-top: 250px;
  }
}
@media screen and (max-width: 600px) {
  .beer-hero {
    padding-top: 200px;
  }
}
@media screen and (max-width: 475px) {
  .beer-hero {
    padding-top: 175px;
    overflow: hidden;
  }
}
.beer-hero .top-graphic {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .beer-hero .top-graphic {
    display: none;
  }
}
.beer-hero .top-graphic .graphic {
  max-width: 13vw;
}
@media screen and (min-width: 2000px) {
  .beer-hero .top-graphic .graphic {
    min-width: 15vw;
  }
}
.beer-hero .bottom-graphic {
  position: absolute;
  bottom: 140px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .beer-hero .bottom-graphic {
    bottom: 100px;
  }
}
.beer-hero .graphic {
  max-width: 18vw;
}
@media screen and (max-width: 1100px) {
  .beer-hero .graphic {
    max-width: 22vw;
  }
}
.beer-hero .graphic-top-left {
  transform-origin: top left;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-40px, -40px) rotate(10deg);
  opacity: 0;
}
.beer-hero .graphic-top-right {
  transform-origin: top right;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translate(40px, -40px) rotate(-10deg);
}
.beer-hero .graphic-bottom-left {
  transform-origin: bottom left;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-40px, 40px) rotate(10deg);
  opacity: 0;
}
.beer-hero .graphic-bottom-right {
  transform-origin: bottom right;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transform: translate(40px, 40px) rotate(-10deg);
}
.beer-hero .inner {
  max-width: 680px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.beer-hero .inner .beer-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.beer-hero .inner .beer-wrapper .beer {
  height: 100%;
}
.beer-hero .inner .beer-wrapper .side-beer {
  position: relative;
  padding-bottom: 3em;
}
@media screen and (max-width: 600px) {
  .beer-hero .inner .beer-wrapper .side-beer {
    padding-bottom: 2em;
  }
}
.beer-hero .inner .beer-wrapper .side-beer img {
  max-height: 577px;
}
@media screen and (min-width: 2000px) {
  .beer-hero .inner .beer-wrapper .side-beer img {
    max-height: unset;
    height: 30vw;
    max-width: unset;
  }
}
@media screen and (max-width: 1100px) {
  .beer-hero .inner .beer-wrapper .side-beer img {
    max-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .beer-hero .inner .beer-wrapper .side-beer img {
    max-height: 325px;
  }
}
@media screen and (max-width: 600px) {
  .beer-hero .inner .beer-wrapper .side-beer img {
    max-height: 275px;
  }
}
@media screen and (max-width: 475px) {
  .beer-hero .inner .beer-wrapper .side-beer img {
    max-height: 200px;
  }
}
.beer-hero .inner .beer-wrapper .left-beer {
  transform: translateX(100%);
}
.beer-hero .inner .beer-wrapper .right-beer {
  transform: translateX(-100%);
}
.beer-hero .inner .beer-wrapper .main-beer {
  position: relative;
  z-index: 3;
}
.beer-hero .inner .beer-wrapper .main-beer img {
  max-height: 677px;
}
@media screen and (min-width: 2000px) {
  .beer-hero .inner .beer-wrapper .main-beer img {
    max-height: unset;
    height: 35vw;
    max-width: unset;
  }
}
@media screen and (max-width: 1100px) {
  .beer-hero .inner .beer-wrapper .main-beer img {
    max-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .beer-hero .inner .beer-wrapper .main-beer img {
    max-height: 425px;
  }
}
@media screen and (max-width: 600px) {
  .beer-hero .inner .beer-wrapper .main-beer img {
    max-height: 350px;
  }
}
@media screen and (max-width: 475px) {
  .beer-hero .inner .beer-wrapper .main-beer img {
    max-height: 265px;
  }
}
.beer-hero::after {
  content: "";
  position: absolute;
  height: 141px;
  background: white;
  width: 100%;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 600px) {
  .beer-hero::after {
    height: 100px;
  }
}

@media screen and (max-width: 1023px) {
  .featured-beers .controls {
    display: none;
  }
}
.featured-beers .featured-bg {
  margin: 0 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: background 0.3s ease;
  transform: scale(1.1);
}
@media screen and (max-width: 600px) {
  .featured-beers .featured-bg {
    margin: 0;
    transform: scale(1);
  }
}
.featured-beers .inner {
  transition: all 0.3s ease;
  padding: 3% 0 0;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .featured-beers .inner {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .featured-beers .inner {
    padding: 8% 0%;
  }
}
.featured-beers .beer-list-container {
  left: 5%;
  padding-bottom: 5%;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .featured-beers .beer-list-container {
    position: relative;
    left: unset;
    z-index: 2;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
.featured-beers .beer-list-container .beer-list {
  min-height: 200px;
  margin-top: 2em;
}
@media screen and (max-width: 1023px) {
  .featured-beers .beer-list-container .beer-list {
    display: none;
  }
}
.featured-beers .beer-list-container .beer-list .beer-item {
  cursor: pointer;
  margin: 1em 0 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 30em;
}
.featured-beers .beer-list-container .beer-list .beer-item:hover .line {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.featured-beers .beer-list-container .beer-list .beer-item h3 {
  font-size: 1.5em;
  margin: 0 !important;
  line-height: 1;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .featured-beers .beer-list-container .beer-list .beer-item h3 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 1600px) {
  .featured-beers .beer-list-container .beer-list .beer-item h3 {
    font-size: 1.5em;
  }
}
.featured-beers .beer-list-container .beer-list .beer-item .line {
  position: absolute;
  bottom: -5px;
  left: 0px;
  right: 0px;
  height: 2px;
  background: #FF5500;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.4s ease-out;
}
.featured-beers .beer-list-container .beer-select {
  display: none;
  line-height: 1;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-family: "alternate-gothic-no-3-d", sans-serif;
  background: #12191F url("/wp-content/themes/foe/images/shell/down-white.svg") right 20px center no-repeat;
  color: #FEFDF1;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background-size: 12px;
}
@media screen and (max-width: 1023px) {
  .featured-beers .beer-list-container .beer-select {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .featured-beers .beer-list-container h2 {
    text-align: center;
  }
}
.featured-beers .beer-slider-container {
  width: 100%;
  padding: 5% 0 0%;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .featured-beers .beer-slider-container {
    padding-top: 1em;
  }
}
.featured-beers .beer-slider-container .beer-slider {
  width: 100%;
  height: 100%;
}
.featured-beers .beer-slider-container .beer-slider .beer-slide {
  padding-left: 42%;
}
@media screen and (min-width: 2000px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide {
    padding-left: 45%;
  }
}
@media screen and (max-width: 1600px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide {
    padding-left: 40.5%;
  }
}
@media screen and (max-width: 1400px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide {
    padding-left: calc(39% + 3px);
  }
}
@media screen and (max-width: 1023px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide {
    padding-left: 0;
  }
}
.featured-beers .beer-slider-container .beer-slider .beer-slide.swiper-slide-active .graphic-container .beer-graphic-left {
  transform: translate(0) rotate(0);
}
.featured-beers .beer-slider-container .beer-slider .beer-slide.swiper-slide-active .graphic-container .beer-graphic-right {
  transform: translate(0) rotate(0);
}
.featured-beers .beer-slider-container .beer-slider .beer-slide .graphic-container {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  gap: 10%;
  justify-content: center;
}
@media screen and (min-width: 2000px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide .graphic-container {
    padding-left: 2.5em;
    gap: 5%;
  }
}
@media screen and (max-width: 1023px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide .graphic-container {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide .graphic-container {
    gap: 14vw;
  }
}
.featured-beers .beer-slider-container .beer-slider .beer-slide .graphic-container .beer-graphic-left {
  transform: scale(0.8) translate(100px, 100px) rotate(10deg);
}
@media screen and (max-width: 1600px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide .graphic-container .beer-graphic-left {
    max-width: 500px;
  }
}
.featured-beers .beer-slider-container .beer-slider .beer-slide .graphic-container .beer-graphic-right {
  transform: scale(0.8) translate(-100px, 100px) rotate(-10deg);
}
.featured-beers .beer-slider-container .beer-slider .beer-slide .graphic-container .beer-graphic {
  max-width: 630px;
  transition: all 0.7s ease;
}
@media screen and (max-width: 1600px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide .graphic-container .beer-graphic {
    max-width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide .graphic-container .beer-graphic {
    max-width: 30vw;
  }
}
.featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner {
  display: flex;
  padding-right: 10%;
}
@media screen and (max-width: 1023px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner {
    padding: 5% calc(5% + 1.5em);
  }
}
@media screen and (max-width: 600px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner {
    gap: 5%;
  }
}
@media screen and (max-width: 500px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner {
    flex-direction: column;
  }
}
.featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner .beer-image {
  padding-right: 10%;
}
@media screen and (max-width: 1400px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner .beer-image {
    padding-right: 8%;
  }
}
@media screen and (max-width: 1023px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner .beer-image {
    flex: 0 0 50%;
    display: flex;
    padding-right: 10%;
  }
}
@media screen and (max-width: 600px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner .beer-image {
    padding-right: 0%;
  }
}
.featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner .beer-image img {
  position: relative;
  max-width: 300px;
  margin-bottom: -75px;
}
@media screen and (min-width: 2000px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner .beer-image img {
    max-width: 400px;
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 1200px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner .beer-image img {
    max-width: 275px;
  }
}
@media screen and (max-width: 1023px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner .beer-image img {
    max-width: 210px;
    margin-left: auto;
    margin-bottom: unset;
  }
}
@media screen and (max-width: 600px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner .beer-image img {
    max-width: 180px;
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner .beer-image img {
    max-width: 100px;
  }
}
.featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner .beer-content {
  padding-top: 5%;
  max-width: 30em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner .beer-content {
    max-width: 22em;
  }
}
@media screen and (max-width: 500px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner .beer-content {
    text-align: center;
    max-width: 100%;
  }
}
.featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner .beer-content h2,
.featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner .beer-content h3 {
  line-height: 1;
  margin: 0.2em 0 !important;
}
@media screen and (max-width: 500px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner .beer-content h2,
  .featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner .beer-content h3 {
    text-align: center;
  }
}
.featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner .beer-content h3 {
  margin-bottom: 0.8em !important;
}
@media screen and (max-width: 500px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner .beer-content h3 {
    margin-bottom: 0.5em !important;
  }
}
.featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner .beer-cta {
  padding-top: 2.5em;
}
@media screen and (max-width: 1200px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner .beer-cta {
    padding-top: 1.5em;
  }
}
.featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner .beer-cta .foe-button.outline:hover {
  background: #12191F !important;
  color: #FEFDF1 !important;
  border-color: #12191F !important;
}
@media screen and (max-width: 500px) {
  .featured-beers .beer-slider-container .beer-slider .beer-slide .beer-inner .beer-cta .foe-button {
    margin: 0;
  }
}

.home-content-image .inner {
  display: block;
}
.home-content-image .inner .top-section {
  display: flex;
}
@media screen and (max-width: 900px) {
  .home-content-image .inner .top-section {
    flex-direction: column-reverse;
  }
}
.home-content-image .inner .top-section .image-col {
  flex: 0 0 45%;
  padding-top: 10%;
}
@media screen and (max-width: 900px) {
  .home-content-image .inner .top-section .image-col {
    padding-top: 0;
  }
}
.home-content-image .inner .top-section .image-col .image-inner .parallax {
  position: static;
  aspect-ratio: 1;
  max-width: 650px;
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .home-content-image .inner .top-section .image-col .image-inner .parallax {
    max-width: 100%;
    aspect-ratio: 14/9;
  }
}
@media screen and (max-width: 475px) {
  .home-content-image .inner .top-section .image-col .image-inner .parallax {
    aspect-ratio: 11/9;
  }
}
.home-content-image .inner .top-section .image-col .image-inner .caption {
  margin-top: 1em;
  font-size: 0.85em;
}
@media screen and (max-width: 900px) {
  .home-content-image .inner .top-section .image-col .image-inner .caption {
    margin-top: 0.5em;
  }
}
.home-content-image .inner .top-section .content-col {
  flex: 1 1 45%;
  padding-left: 10%;
}
@media screen and (max-width: 900px) {
  .home-content-image .inner .top-section .content-col {
    flex: 0 0 100%;
    padding: 0;
  }
}
.home-content-image .inner .top-section .content-col h2 {
  color: #FF5500;
}
.home-content-image .inner .top-section .content-col h3 {
  margin: 0 0 1em !important;
  line-height: 1.2 !important;
}
.home-content-image .inner .mid-section {
  position: relative;
  padding-top: 200px;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .home-content-image .inner .mid-section {
    display: none;
  }
}
.home-content-image .inner .mid-section .floating-image {
  position: absolute;
  border-radius: 10px;
  max-width: 500px;
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1600px) {
  .home-content-image .inner .mid-section .floating-image {
    max-width: 28vw;
    bottom: -10vw;
  }
}
.home-content-image .inner .mid-section .floating-image .parallax {
  position: static;
  aspect-ratio: 1;
}
.home-content-image .inner .bottom-section {
  display: flex;
}
@media screen and (max-width: 900px) {
  .home-content-image .inner .bottom-section {
    flex-direction: column-reverse;
    padding-top: 8%;
  }
}
.home-content-image .inner .bottom-section .image-col {
  flex: 1 1 40%;
  position: relative;
}
.home-content-image .inner .bottom-section .image-col .bottom-image {
  max-width: 650px;
  aspect-ratio: 650/450;
}
.home-content-image .inner .bottom-section .image-col .bottom-image .parallax {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .home-content-image .inner .bottom-section .image-col .bottom-image {
    max-width: 40vw;
  }
}
@media screen and (max-width: 900px) {
  .home-content-image .inner .bottom-section .image-col .bottom-image {
    max-width: 100%;
  }
}
@media screen and (max-width: 475px) {
  .home-content-image .inner .bottom-section .image-col .bottom-image {
    aspect-ratio: 11/9;
  }
}
.home-content-image .inner .bottom-section .image-col .bottom-image .parallax {
  position: static;
  aspect-ratio: 1;
}
.home-content-image .inner .bottom-section .content-col {
  flex: 0 0 35%;
  padding-right: 10%;
}
@media screen and (max-width: 900px) {
  .home-content-image .inner .bottom-section .content-col {
    padding: 1em 0 0;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 600px) {
  .home-content-image .inner .bottom-section .content-col {
    padding-left: 0%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 375px) {
  .home-content-image .inner .bottom-section .content-col {
    padding-left: 0%;
    padding-right: 0%;
  }
}

.text-block {
  display: block;
  margin: 0 auto;
  position: relative;
}
.text-block h3 {
  line-height: 1;
  text-transform: uppercase;
}
.text-block .text-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.text-block .button-container {
  padding-top: 2em;
  display: flex;
  justify-content: center;
  gap: 1em;
}
.text-block .button-container .foe-button {
  margin-right: 0;
}
.text-block .button-container .foe-button.solid {
  background: #FF5500;
  border-color: #FF5500;
}
@media screen and (max-width: 500px) {
  .text-block .button-container {
    text-align: center;
  }
}

.location {
  padding: 5%;
  background: #12191F;
}
.location .inner {
  background: #FEFDF1;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .location .inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .location .inner {
    display: block;
  }
}
.location .location-intro {
  flex: 0 0 50%;
  padding: 10% 5%;
}
@media screen and (max-width: 1100px) {
  .location .location-intro {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 800px) {
  .location .location-intro {
    padding: 10%;
  }
}
.location .location-intro h1, .location .location-intro h2, .location .location-intro h3,
.location .location-intro h4, .location .location-intro h5, .location .location-intro h6 {
  color: #FF5500;
}
.location .location-intro .secondary-heading {
  max-width: 40em;
}
.location .location-intro p {
  max-width: 40em;
}
.location .location-intro .location-form {
  margin-left: -15px;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .location .location-intro .location-form {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.location .location-map {
  flex: 0 0 50%;
}
@media screen and (max-width: 1100px) {
  .location .location-map {
    flex: 0 0 100%;
    height: 500px;
  }
}
@media screen and (max-width: 800px) {
  .location .location-map {
    height: 300px;
  }
}
.location .location-map .wpgmza_map {
  height: 100% !important;
}
.location .foe-link {
  margin-top: 3em;
}

#primary .location-form {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  #primary .location-form {
    display: block;
  }
}
#primary .location-form .wpgmza-store-locator {
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #primary .location-form .wpgmza-store-locator {
    display: block;
    max-width: 300px;
  }
}
#primary .location-form .wpgmza-store-locator .wpgmza-form-field {
  text-align: left;
  margin: 0px 15px;
}
@media screen and (max-width: 1400px) {
  #primary .location-form .wpgmza-store-locator .wpgmza-form-field {
    margin: 0px 10px;
  }
}
@media screen and (max-width: 1200px) {
  #primary .location-form .wpgmza-store-locator .wpgmza-form-field {
    margin: 0px 0px 10px 0px;
    text-align: left;
  }
}
#primary .location-form .wpgmza-store-locator input {
  max-width: 220px;
  background: transparent;
  border-radius: 10px;
}
#primary .location-form .wpgmza-store-locator input::-moz-placeholder {
  color: #12191F;
}
#primary .location-form .wpgmza-store-locator input::placeholder {
  color: #12191F;
}
@media screen and (max-width: 1200px) {
  #primary .location-form .wpgmza-store-locator input {
    max-width: 100%;
  }
}
#primary .location-form .wpgmza-store-locator select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url("/wp-content/themes/foe/images/shell/down.svg") right 20px center no-repeat;
  background-size: 14px;
  border: 2px solid #12191F;
  height: 58px;
  padding: 4px 30px 0px 30px;
  font-family: "alternate-gothic-no-3-d", sans-serif;
  font-size: 22px;
  min-width: 150px;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  #primary .location-form .wpgmza-store-locator select {
    width: 100%;
  }
}
#primary .location-form .wpgmza-store-locator select:focus {
  outline: none;
  border: 2px solid #FF5500;
}
#primary .location-form .wpgmza-store-locator .wpgmza_sl_reset_button_div {
  position: absolute;
  bottom: -35px;
  left: 15px;
  width: 220px;
  text-align: center;
  display: none;
}
@media screen and (max-width: 1400px) {
  #primary .location-form .wpgmza-store-locator .wpgmza_sl_reset_button_div {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #primary .location-form .wpgmza-store-locator .wpgmza_sl_reset_button_div {
    bottom: -25px;
  }
}
#primary .location-form .wpgmza-store-locator .wpgmza_sl_reset_button_div .wpgmza_sl_reset_button_1 {
  padding: 0px;
  border: none;
  background: none;
  font-size: 14px;
  text-decoration: underline;
  height: auto;
  border-radius: 0px;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
}
#primary .location-form .wpgmza-store-locator .wpgmza_sl_reset_button_div .wpgmza_sl_reset_button_1:hover {
  color: #FF5500;
}
#primary .location-form .field-group {
  text-align: center;
  margin: 0px 15px;
}
@media screen and (max-width: 1400px) {
  #primary .location-form .field-group {
    margin: 0px 10px;
  }
}
#primary .location-form label {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  #primary .location-form label {
    font-size: 13px;
    padding-bottom: 5px;
  }
}
#primary .location-form input {
  background: white;
  border: 2px solid #12191F;
  height: 58px;
  padding: 4px 30px 0px 30px;
  font-family: "alternate-gothic-no-3-d", sans-serif;
  font-size: 22px;
}
#primary .location-form input:focus {
  outline: none;
  border: 2px solid #FF5500;
}
@media screen and (max-width: 1200px) {
  #primary .location-form .wpgmza-search {
    right: 0px;
    bottom: 5px;
    width: 300px;
    height: 58px;
  }
}
@media screen and (max-width: 600px) {
  #primary .location-form .wpgmza-search {
    width: 100%;
  }
}
#primary .location-form input[type=submit],
#primary .location-form input[type=button] {
  content: "Search";
  flex: 0 0 120px;
  padding: 0px;
  background-size: 15px;
  transform-origin: 50% 50%;
  transition: all 0.2s ease;
  border: none;
  margin-left: 15px;
  background: #12191F;
  color: white;
  border-radius: 40px;
  text-transform: uppercase;
  width: 120px;
}
@media screen and (max-width: 1400px) {
  #primary .location-form input[type=submit],
  #primary .location-form input[type=button] {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1200px) {
  #primary .location-form input[type=submit],
  #primary .location-form input[type=button] {
    margin: 0 auto;
    width: 100%;
    margin-top: 5px;
  }
}
#primary .location-form input[type=submit]:hover,
#primary .location-form input[type=button]:hover {
  background: #5500FF;
}

.cta {
  position: relative;
  overflow: hidden;
  padding-top: 14%;
  padding-bottom: 14%;
}
.cta:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(18, 25, 31, 0.5);
  z-index: -1;
  mix-blend-mode: multiply;
}
.cta .cta-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
  color: white;
}
.cta .button-container .foe-button {
  margin-left: 0.5em;
  margin-right: 0.5em;
  border-color: #FEFDF1;
}
.cta .button-container .foe-button.solid {
  background: #FEFDF1;
  color: #12191F;
}
.cta .button-container .foe-button.outline {
  background: transparent;
  color: #FEFDF1;
}
.cta .cta-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: -2;
}

.content-image-block.ori-right .content-text {
  order: 2;
  padding: 0px 0px 0px 4%;
}
.content-image-block.ori-right .content-image {
  padding: 0px 4% 0px 0px;
}
.content-image-block .inner {
  align-items: center;
}
.content-image-block .content-text {
  flex: 0 0 50%;
  padding-right: 4%;
}
@media screen and (max-width: 900px) {
  .content-image-block .content-text {
    flex: 0 0 100%;
    padding: 0px;
  }
}
.content-image-block .content-image {
  flex: 0 0 50%;
  padding-left: 4%;
}
@media screen and (max-width: 900px) {
  .content-image-block .content-image {
    flex: 0 0 100%;
    padding: 7% 0px 0px 0px;
  }
}

.contact-block {
  background: #12191F;
  color: white;
  position: relative;
  padding-top: calc(var(--header-height) + 8%);
}
@media screen and (max-width: 768px) {
  .contact-block {
    padding-top: calc(var(--header-height));
  }
}
.contact-block h1,
.contact-block h2 {
  color: #FFB823;
}
.contact-block h4 {
  margin-bottom: 1em;
  font-size: 1.1em;
  font-weight: 600;
}
.contact-block a {
  color: #FFB823;
  font-size: 1rem;
}
.contact-block .contact-intro {
  flex: 0 0 40%;
  padding-right: 4%;
}
@media screen and (max-width: 900px) {
  .contact-block .contact-intro {
    flex: 0 0 100%;
    padding: 0px;
  }
}
.contact-block .contact-intro .address {
  padding: 1em 0px;
}
.contact-block .contact-form {
  flex: 0 0 60%;
  padding-left: 4%;
}
@media screen and (max-width: 900px) {
  .contact-block .contact-form {
    flex: 0 0 100%;
    padding: 7% 0px 0px 0px;
  }
}
.contact-block .top-graphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .contact-block .top-graphic {
    display: none;
  }
}
.contact-block .top-graphic .graphic {
  max-width: 13vw;
}
@media screen and (min-width: 2000px) {
  .contact-block .top-graphic .graphic {
    min-width: 15vw;
  }
}
.contact-block .bottom-graphic {
  position: absolute;
  bottom: 140px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .contact-block .bottom-graphic {
    bottom: 100px;
  }
}
.contact-block .graphic {
  max-width: 18vw;
}
@media screen and (max-width: 1100px) {
  .contact-block .graphic {
    max-width: 22vw;
  }
}
.contact-block .graphic-top-left {
  transform-origin: top left;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-40px, -40px) rotate(10deg);
  opacity: 0;
}
.contact-block .graphic-top-right {
  transform-origin: top right;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translate(40px, -40px) rotate(-10deg);
}
.contact-block .graphic-bottom-left {
  transform-origin: bottom left;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-40px, 40px) rotate(10deg);
  opacity: 0;
}
.contact-block .graphic-bottom-right {
  transform-origin: bottom right;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transform: translate(40px, 40px) rotate(-10deg);
}

.map-block .acf-map {
  width: 100%;
  height: 400px;
}
.map-block .acf-map img {
  max-width: inherit !important;
}

.text-form .inner {
  display: grid;
  grid-template-columns: auto max-content;
  gap: 5vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  .text-form .inner {
    grid-template-columns: 1fr;
  }
}
.text-form .inner .text-container {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 800px) {
  .text-form .inner .text-container {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.text-form .inner .text-container .container {
  margin-top: 135px;
}
@media screen and (max-width: 800px) {
  .text-form .inner .text-container .container {
    margin-top: 0;
  }
}
.text-form .inner .form-container {
  grid-column: 1/2;
  grid-row: 1/2;
}

.blog .inner {
  position: relative;
}
.blog .inner .blog-head {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3em;
  position: relative;
  z-index: 9;
}
.blog .inner .blog-head .filters {
  display: flex;
  align-items: center;
}
.blog .inner .blog-head .filters .total-results {
  margin-right: 1.5em;
  white-space: nowrap;
  font-size: 0.9em;
}
.blog .inner .blog-head .filters select {
  margin-right: 1em;
}
.blog .inner .no-post {
  text-align: center;
  padding: 1.5em 0px;
  width: 100%;
}

.post-list {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
.post-list .post {
  flex: 0 0 31.33333%;
  margin: 0px 3% 3% 0px;
  background: #f4f4f4;
}
.post-list .post:nth-of-type(3n + 3) {
  margin-right: 0px;
}
.post-list .post .post-img {
  width: 100%;
  padding-top: 65%;
  background: center center no-repeat;
  background-size: cover;
  display: block;
  position: relative;
}
.post-list .post .post-img:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #12191F;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.post-list .post .post-img:hover:after {
  opacity: 0.2;
}
.post-list .post .post-img.placeholder {
  background: #12191F url("/wp-content/themes/foe/images/shell/foe.svg") center center no-repeat;
  background-size: 25%;
}
.post-list .post .post-img .category {
  display: inline-block;
  background: #12191F;
  color: white;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px 12px;
  font-weight: bold;
  font-size: 0.75em;
}
.post-list .post .post-text {
  padding: 1em 1.5em;
}
.post-list .load {
  flex: 0 0 100%;
  text-align: center;
  order: 9999;
}
.post-list .load .foe-button {
  margin-right: 0px;
}

.gallery-block {
  margin: 0;
}
.gallery-block .gallery-items {
  width: 100%;
  display: grid;
  padding-top: 2em;
  gap: 2em;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1200px) {
  .gallery-block .gallery-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1200px) {
  .gallery-block .gallery-items {
    padding-top: 1em;
    gap: 1em;
  }
}
.gallery-block .gallery-items .gallery-item {
  aspect-ratio: 6/5;
}
.gallery-block .gallery-items .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.faq-block .inner {
  display: block;
}
.faq-block .inner .faq-intro {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.faq-block .inner .faqs {
  padding: 5% 0px 0px 0px;
}
.faq-block .inner .faq {
  border-bottom: 2px solid #12191F;
  transition: all 0.4s ease-out;
  margin-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .faq-block .inner .faq {
    margin-bottom: 0.6rem;
  }
}
.faq-block .inner .faq .question {
  font-family: "alternate-gothic-no-3-d", sans-serif;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.15;
  padding: 1.5rem 3rem 2rem 0rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  .faq-block .inner .faq .question {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 700px) {
  .faq-block .inner .faq .question {
    font-size: 1.3em;
    line-height: 1.2;
    padding: 1.3rem 4rem 1.3rem 0rem;
  }
}
.faq-block .inner .faq .question.open .status:before {
  transform: rotate(0deg);
}
.faq-block .inner .faq .question.open .status:after {
  transform: rotate(0deg);
}
.faq-block .inner .faq .question .status {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 36px;
  display: block;
  transform-origin: 50% 50%;
  transition: transform 0.5s ease-out;
}
@media screen and (max-width: 1024px) {
  .faq-block .inner .faq .question .status {
    transform: scale(0.7);
    transform-origin: 100% 50%;
  }
}
.faq-block .inner .faq .question .status:after, .faq-block .inner .faq .question .status:before {
  content: "";
  width: 24px;
  height: 4px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: block;
  background: #12191F;
  transform-origin: 50% 50%;
  transform: rotate(-180deg);
  transition: transform 0.5s ease-out;
}
.faq-block .inner .faq .question .status:before {
  transform: rotate(-90deg);
}
.faq-block .inner .faq .answer {
  padding: 2.9rem 3.5rem;
  display: none;
  background: rgba(0, 0, 0, 0.05);
  margin-bottom: 4rem;
  font-size: 18px;
}
.faq-block .inner .faq .answer .answer-inner {
  max-width: 900px;
}
@media screen and (max-width: 1024px) {
  .faq-block .inner .faq .answer {
    padding: 0rem 5rem 1.5rem 0rem;
  }
}
.faq-block .inner .faq .answer p:last-child {
  margin-bottom: 0px;
}

.slider-block .slider-intro {
  text-align: center;
  margin-bottom: 5%;
}
.slider-block .inner {
  display: block;
}
.slider-block .slider {
  width: 100%;
}
.slider-block .slider .slide {
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
  background: #12191F;
  display: flex;
}
.slider-block .slider .slide img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}
.slider-block .slider .slide .slide-content {
  padding: 5vw;
  max-width: 1000px;
  position: relative;
  z-index: 5;
  color: white;
  margin-top: auto;
}
@media screen and (max-width: 500px) {
  .slider-block .slider .slide .slide-content {
    padding: 25px 0;
  }
}
.slider-block .slider .slide .slide-content h4 {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}
.slider-block .slider .slide .slide-content p {
  width: 100%;
  margin: 25px 0 0;
  padding: 0;
  text-align: left;
}
.slider-block .slider .slide .slide-content .button-container {
  justify-content: flex-start;
  margin-top: 40px;
}
.slider-block .slider .slide .slide-content .button-container .foe-button {
  margin: 0;
}
.slider-block .slider .slide .slide-content .button-container .foe-button::before {
  background-color: #12191F;
}
.slider-block .slider .slide .slide-content .button-container .foe-button::after {
  background-color: #12191F;
}
.slider-block .slider .controls {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#container .controls {
  margin: 1em auto;
}
#container .controls .slider-pagination {
  width: auto;
}
#container .controls .slider-pagination .swiper-pagination-bullet {
  border: 2px solid rgba(255, 85, 0, 0.2);
  padding: 0;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  margin-right: 7px;
  cursor: pointer;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  transition: background 0.3s ease-out, border 0.3s ease-out;
}
#container .controls .slider-pagination .swiper-pagination-bullet:hover {
  border-color: #FF5500;
}
#container .controls .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #12191F;
}
#container .controls .button-next,
#container .controls .button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding-left: 3px;
  cursor: pointer;
  border: 2px solid rgba(255, 85, 0, 0.2);
  transition: border 0.3s ease-out;
}
#container .controls .button-next:hover,
#container .controls .button-prev:hover {
  border: 2px solid #FF5500;
}
#container .controls .button-next:hover svg,
#container .controls .button-prev:hover svg {
  transform: scale(0.9);
}
#container .controls .button-next svg,
#container .controls .button-prev svg {
  width: 13px;
  height: 13px;
  transition: transform 0.3s ease-out;
}
#container .controls .button-prev {
  padding-left: 0px;
  padding-right: 3px;
}

.page-id-349 #header {
  display: none;
}
.page-id-349 .site-footer {
  display: none;
}

#landing .site-main {
  padding: 0;
  display: flex;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #landing .site-main {
    flex-direction: column;
  }
}
#landing .brand-col,
#landing .content-col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  color: white;
  flex: 0 0 50%;
  padding-top: 10%;
  position: relative;
}
@media screen and (max-width: 600px) {
  #landing .brand-col,
  #landing .content-col {
    padding: 15% 5%;
  }
}
#landing .brand-col .bg-image-left,
#landing .brand-col .bg-image-right,
#landing .content-col .bg-image-left,
#landing .content-col .bg-image-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#landing .brand-col .inner,
#landing .content-col .inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
#landing .brand-col {
  background: #12191F;
}
#landing .brand-col .site-logo img {
  max-width: 13vw;
  min-width: 100px;
}
#landing .brand-col .coming-soon {
  padding-top: 10%;
}
#landing .content-col {
  background: #FF5500;
  padding-bottom: 0;
}
#landing .content-col h1 {
  margin-top: 0;
}
#landing .content-col h2 {
  margin-top: 0;
}
#landing .content-col a {
  color: white;
}
#landing .content-col a:hover {
  text-decoration: underline;
}
#landing .content-col .contact-info {
  padding-top: 10%;
}
#landing .content-col .contact-info .phone,
#landing .content-col .contact-info .email {
  margin-bottom: 0.5em;
}
#landing .content-col .contact-info .address {
  margin-top: 2em;
}
#landing .content-col .contact-info .social-links a:hover svg path {
  fill: white;
}
#landing .content-col .line {
  height: 1px;
  background-color: white;
  width: 100%;
  margin: 3.5em 0;
}
#landing .content-col .line + div.newsletter {
  margin-top: 0;
}
#landing .content-col .newsletter {
  margin: 3.5em 0px 0px;
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  #landing .content-col .newsletter {
    text-align: center;
    margin: 2em 0px 1em;
  }
}
@media screen and (max-width: 500px) {
  #landing .content-col .newsletter {
    max-width: 100%;
  }
}
#landing .content-col .newsletter .gform_validation_errors {
  background-color: #12191F;
  font-size: 14px;
}
#landing .content-col .newsletter .gform_validation_errors .gform_submission_error {
  font-size: 1em;
}
#landing .content-col .newsletter #gform_2 {
  position: relative;
}
#landing .content-col .newsletter #gform_2 input {
  height: 3.5rem;
  border-radius: 30px;
  border: none;
}
#landing .content-col .newsletter #gform_2 input:focus {
  outline: #12191F;
}
#landing .content-col .newsletter #gform_2 .gform_button {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  font-size: 0px;
  width: 4.5rem;
  height: 3.5rem;
  background: url("/wp-content/themes/foe/images/shell/arrow-plane.svg") center center no-repeat;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 900px) {
  #landing .content-col .newsletter #gform_2 .gform_button {
    width: 4rem;
    height: 3rem;
  }
}
#landing .content-col .newsletter #gform_2 .gform_button:hover {
  background: url("/wp-content/themes/foe/images/shell/arrow-plane-dark.svg") center center no-repeat;
}
#landing .content-col .landing-footer {
  padding-top: 30%;
  padding-bottom: 5%;
}
#landing .content-col .landing-footer .foe-link {
  color: white;
  text-decoration: none;
}
#landing .content-col .landing-footer .foe-link:hover {
  text-decoration: underline;
}
#landing .content-col .landing-footer .copyright,
#landing .content-col .landing-footer .tos {
  font-size: 0.8rem;
}
#landing .social-links {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
#landing .social-links a:not(.custom-social-link) {
  width: 30px;
  display: block;
  align-items: center;
  justify-content: center;
  margin: 0px 10px 10px 0px;
}
#landing .social-links a:not(.custom-social-link) svg {
  max-height: 20px;
  max-width: 20px;
}

.error-404 {
  padding-top: 375px;
  position: relative;
  background: #12191F;
  color: #FEFDF1;
}
.error-404 .inner {
  display: block;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .error-404 {
    padding-top: 275px;
  }
}
@media screen and (max-width: 768px) {
  .error-404 {
    padding-top: 250px;
  }
}
@media screen and (max-width: 600px) {
  .error-404 {
    padding-top: 200px;
  }
}
.error-404 .foe-button {
  margin-top: 1.5em;
  background: #FEFDF1;
  border-color: #FEFDF1;
  color: #12191F;
}

/*
Form Styling

Including generic form elements and specific Gravity Form styling overrides.
*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  height: 3em;
  transition: border 0.3s ease-out;
  padding: 0px 1.3em;
  border-radius: 10px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus {
  outline: none;
  border: 1px solid #12191F;
}

textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  height: 6em;
  transition: border 0.3s ease-out;
  padding: 1em 1.3em;
}
textarea:focus {
  outline: none;
  border: 1px solid #12191F;
}

select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f4f4f4 url("/wp-content/themes/foe/images/shell/arrow.svg") right 13px center no-repeat;
  background-size: 11px;
  height: 3em;
  transition: border 0.3s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0px 2.3em 0px 1.3em;
  box-shadow: none;
}
select:focus {
  outline: none;
  border: 1px solid #12191F;
  box-shadow: none;
}

body .gform_wrapper {
  margin: 0px;
}
body .gform_wrapper .gform_required_legend {
  display: none;
}
body .gform_wrapper .gform_validation_errors > h2 {
  color: white;
  padding-left: 20px;
  line-height: 1.4;
  position: relative;
}
body .gform_wrapper .gform_validation_errors > h2:before {
  position: absolute;
  left: 0px;
  top: 3px;
}
body .gform_wrapper .gform_validation_errors > h2 .gform-icon {
  height: 60px;
}
body .gform_wrapper .validation_error,
body .gform_wrapper .gform_validation_errors {
  background: #FF5500;
  color: white;
  border: none;
  border-radius: 0px;
  padding: 1.75em 2em;
  margin: 0px 0px 1.5em 0px;
  width: auto;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
body .gform_wrapper .validation_error .gform_submission_error,
body .gform_wrapper .gform_validation_errors .gform_submission_error {
  font-family: "neue-haas-unica", sans-serif;
  font-size: 18px;
  padding: 0px;
}
body .gform_wrapper .validation_error .gform_submission_error .gform-icon,
body .gform_wrapper .gform_validation_errors .gform_submission_error .gform-icon {
  display: none;
}
body .gform_wrapper .validation_error ol,
body .gform_wrapper .gform_validation_errors ol {
  margin: 0px;
}
body .gform_wrapper .validation_error ol li,
body .gform_wrapper .gform_validation_errors ol li {
  padding: 0px;
  margin: 0px;
}
body .gform_wrapper .validation_error ol li a,
body .gform_wrapper .gform_validation_errors ol li a {
  color: white;
}
body .gform_wrapper .gform_fields {
  margin: 0px;
  padding: 0px;
  grid-column-gap: 2%;
}
body .gform_wrapper .gform_fields fieldset.gfield {
  width: 102%;
  margin-left: -1%;
}
body .gform_wrapper .gform_fields fieldset.gfield > legend {
  padding-left: 1%;
}
body .gform_wrapper .gform_fields fieldset.gfield .ginput_container_address span {
  padding-left: 1%;
  padding-right: 1%;
}
body .gform_wrapper .gform_fields .gfield {
  width: 100%;
  clear: none;
  margin: 0px;
}
body .gform_wrapper .gform_fields .gfield.gfield_error {
  background: none;
  border: none;
  max-width: none !important;
}
body .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container input,
body .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container textarea {
  border-color: red;
}
body .gform_wrapper .gform_fields .gfield.gfield_error .validation_message {
  padding: 10px 0px 0px 0px;
  color: #FF5500;
  border: none;
  background: none;
  margin: 0px;
  color: red;
  font-size: 0.8em;
}
body .gform_wrapper .gform_fields .gfield.gfield_error .gfield_label {
  margin-top: 0px;
  color: #FF5500;
}
body .gform_wrapper .gform_fields .gfield label {
  font-size: 14px;
  padding: 0px 0px 8px 0px;
  color: #FEFDF1;
}
body .gform_wrapper .gform_fields .gfield .ginput_container {
  margin: 0px;
}
body .gform_wrapper .gform_fields .gfield .ginput_container input {
  width: 100%;
  border: none;
  height: 44px;
  padding: 0px 15px;
  background: #f4f4f4;
  border-radius: 4px;
  border: 1px solid #f4f4f4;
}
body .gform_wrapper .gform_fields .gfield .ginput_container input:focus {
  outline: none;
  background: rgb(231.25, 231.25, 231.25);
  border-color: #12191F;
}
body .gform_wrapper .gform_fields .gfield .ginput_container textarea {
  width: 100%;
  border: none;
  height: 150px;
  padding: 10px 15px;
  background: #f4f4f4;
  border-radius: 4px;
}
body .gform_wrapper .gform_fields .gfield .ginput_container textarea:focus {
  outline: none;
  background: rgb(231.25, 231.25, 231.25);
}
body .gform_wrapper .gform_fields .gfield .ginput_container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  background: #f4f4f4 url("/wp-content/themes/foe/images/shell/arrow.svg") right 13px center no-repeat;
  background-size: 11px;
  border-radius: 2px;
  height: 40px;
  padding: 0px 15px;
}
body .gform_wrapper .gform_fields .gfield .ginput_container select:focus {
  outline: none;
  background-color: rgb(231.25, 231.25, 231.25);
}
body .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_radio {
  padding-left: 1%;
}
body .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio {
  margin: 0px;
}
body .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio input {
  display: none;
}
body .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio input:checked + label:after {
  background: #12191F !important;
}
body .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio input + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-weight: 400;
  padding: 5px 0px 5px 35px;
}
body .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio input + label:after {
  position: absolute;
  content: "";
  background: white;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 22px;
  height: 22px;
  left: 0px;
  display: block;
  border: 3px solid white;
  box-shadow: 0px 0px 0px 3px #e0e1e2;
  border-radius: 50%;
  transition: background 0.2s ease-out;
}
body .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio input + label:hover:after {
  background: #cfd2d3;
}
body .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_checkbox {
  padding-left: 1%;
}
body .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox {
  margin: 0px;
}
body .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox input {
  display: none;
}
body .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox input:checked + label:after {
  background: #12191F !important;
  box-shadow: 0px 0px 0px 3px #12191F;
}
body .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox input + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-weight: 400;
  padding: 5px 0px 5px 40px;
}
body .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox input + label:after {
  position: absolute;
  content: "";
  background: white;
  top: 7px;
  margin: auto;
  width: 22px;
  height: 22px;
  left: 3px;
  display: block;
  box-shadow: 0px 0px 0px 3px #e0e1e2;
  border-radius: 50%;
  transition: background 0.2s ease-out;
}
body .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox input + label:before {
  content: "";
  position: absolute;
  z-index: 9;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
  border: 3px solid white;
  border-right: 0px;
  border-top: 0px;
  width: 14px;
  height: 8px;
  top: 13px;
  left: 7px;
}
body .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox input + label:hover:after {
  background: #e0e1e2;
}
body .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_fileupload input[type=file] {
  height: auto;
  padding: 15px 20px;
  border: 3px dashed #cccccc;
  background: none;
}
body .gform_wrapper .gform_footer {
  margin: 0px;
  padding: 0px;
}
body .gform_wrapper input[type=submit] {
  height: auto;
  padding: 0.7em 2.3em 0.62em;
  background: #FEFDF1;
  border: none;
  border-radius: 40px;
  color: #12191F;
  margin-right: 1em;
  width: auto;
  min-height: 0px !important;
  line-height: 1.2 !important;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "alternate-gothic-no-3-d", sans-serif;
  margin-top: 1em;
  transition: background 0.2s ease-out;
}
body .gform_wrapper input[type=submit]:hover {
  background: #5500FF;
  color: #FEFDF1;
}
@media screen and (max-width: 641px) {
  body .gform_wrapper input[type=submit] {
    line-height: inherit;
    min-height: 0px;
    width: auto;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.search-form {
  display: flex;
}
.search-form .search-field {
  border: none;
  height: 2.2em;
  padding: 0px 15px;
  background: #f4f4f4;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  transition: background 0.2s ease-out;
}
.search-form .search-field:focus {
  outline: none;
  background: rgb(231.25, 231.25, 231.25);
}
.search-form .search-submit {
  background: rgb(231.25, 231.25, 231.25) url("/wp-content/themes/foe/images/shell/search.svg") center center no-repeat;
  background-size: 17px;
  padding: 0px;
  width: 44px;
  border: none;
  transition: background-color 0.2s ease-out;
}
.search-form .search-submit:hover {
  background: #c1c1c1 url("/wp-content/themes/foe/images/shell/search.svg") center center no-repeat;
  background-size: 17px;
}

input.ajax-keyword {
  background: #f4f4f4 url("/wp-content/themes/foe/images/shell/search.svg") right 15px center no-repeat;
  background-size: 17px;
}

.ajax-spinner {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 5;
  display: none;
  justify-content: center;
  padding: 18% 0px 0px 0px;
}
.ajax-spinner .spinner {
  margin: 0 auto;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 4px solid rgba(18, 25, 31, 0.45);
  border-top: 4px solid #12191F;
  animation: spin 2s linear infinite;
}/*# sourceMappingURL=styles.css.map */