/* Base */
/*
xs:     0 - 576px
sm:     576 - 768px
md:     768 - 992px
lg:     992 - 1200px
xl:     1200 - 1400px
xxl:    1400+
*/
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #292929;
  background-color: #F6F6F6;
  font-family: "AvertaStdPE-Regular", "Arial", sans-serif;
  overflow-x: hidden;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #eb592d;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 1.6rem;
  font-family: "AvertaStdPE-Regular", "Arial", sans-serif;
}

a:focus {
  outline: 0;
}

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

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

p {
  font-size: 1.6rem;
}

ul {
  font-size: 1.6rem;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.hidden {
  display: none;
  opacity: 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    AMEBA
\*------------------------------------*/
.ameba-logo {
  display: flex;
  align-content: center;
  column-gap: 0.6rem;
  transition: filter 200ms;
}
.ameba-logo:hover {
  filter: brightness(1.2);
}

.ameba-iso {
  width: 2.4rem;
  border-radius: 9rem;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/* Typography */
@font-face {
  font-family: "Moranga-Bold";
  src: url("../fonts/MorangaBold/font.woff2") format("woff2"), url("/fonts/MorangaBold/font.woff") format("woff");
}
@font-face {
  font-family: "Moranga-Regular";
  src: url("../fonts/MorangaRegular/font.woff2") format("woff2"), url("/fonts/MorangaRegular/font.woff") format("woff");
}
@font-face {
  font-family: "AvertaStdPE-Bold";
  src: url("../fonts/AvertaStdPEBold/font.woff2") format("woff2"), url("/fonts/AvertaStdPEBold/font.woff") format("woff");
}
@font-face {
  font-family: "AvertaStdPE-Regular";
  src: url("../fonts/AvertaStdPERegular/font.woff2") format("woff2"), url("webFonts/AvertaStdPERegular/font.woff") format("woff");
}
@font-face {
  font-family: "AvertaStdPE-Light";
  src: url("../fonts/AvertaStdPELight/font.woff2") format("woff2"), url("fonts/AvertaStdPELight/font.woff") format("woff");
}
.is-uppercase {
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Moranga-Bold", serif;
  font-weight: 700;
}

h1, .h1, h1 *, .h1 * {
  font-size: 4.8rem;
  margin: 5rem 0;
}
@media only screen and (max-width: 576px) {
  h1, .h1, h1 *, .h1 * {
    font-size: 4rem;
  }
}
h1.h-huge, .h1.h-huge, h1 *.h-huge, .h1 *.h-huge {
  font-size: 6.4rem;
}

h2, .h2, h2 *, .h2 * {
  font-family: "Moranga-Regular", serif;
  font-size: 3.6rem;
  margin: 3rem 0;
}
@media only screen and (max-width: 576px) {
  h2, .h2, h2 *, .h2 * {
    font-size: 3rem;
    margin: 2rem 0;
  }
}

h3, .h3, h3 *, .h3 * {
  font-family: "Moranga-Regular", serif;
  font-size: 3.2rem;
}
@media only screen and (max-width: 576px) {
  h3, .h3, h3 *, .h3 * {
    font-size: 2.4rem;
  }
}

h4, .h4 {
  font-family: "Moranga-Regular", serif;
  font-size: 2.4rem;
}
@media only screen and (max-width: 576px) {
  h4, .h4 {
    font-size: 2rem;
  }
}

h5, .h5 {
  font-family: "Moranga-Regular", serif;
  font-size: 2.2rem;
}
@media only screen and (max-width: 576px) {
  h5, .h5 {
    font-size: 2rem;
  }
}

h6, .h6 {
  font-family: "Moranga-Regular", serif;
  font-weight: 400;
  font-size: 1.8rem;
}
@media only screen and (max-width: 576px) {
  h6, .h6 {
    font-size: "AvertaStdPE-Regular", "Arial", sans-serif;
  }
}

span {
  font-size: initial;
}

button, input, select, textarea {
  font-size: initial;
}

.small, .small * {
  font-size: 1.4rem;
}

.super-small, .super-small * {
  font-size: 1.2rem;
}

.lg-text, .lg-text * {
  font-size: 1.8rem;
}

.xxl-text, .xxl-text * {
  font-size: 2.4rem;
}
@media (max-width: 36em) {
  .xxl-text, .xxl-text * {
    font-size: 1.8rem;
  }
}

/* Containers */
.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs,
.container-xxs {
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.4rem;
}
@media (max-width: 48em) {
  .container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs,
.container-xxs {
    padding: 0 3rem;
  }
}
@media (max-width: 36em) {
  .container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs,
.container-xxs {
    padding: 0;
  }
}

.container-xl {
  max-width: 1400px;
}

.container-lg {
  max-width: 1200px;
}

.container-md {
  max-width: 992px;
}

.container-sm {
  max-width: 768px;
}

.container-xs {
  max-width: 576px;
}

.container-xl-h {
  max-width: 70rem;
  text-align: left;
  padding: 0 2.4rem;
}
@media (max-width: 36em) {
  .container-xl-h {
    padding: 0 3rem;
  }
}
.container-xl-h.container-h-l {
  margin-left: auto;
}
@media (max-width: 62em) {
  .container-xl-h.container-h-l {
    margin: auto;
  }
}
.container-xl-h.container-h-r {
  padding-left: 13rem;
}
@media (max-width: 75em) {
  .container-xl-h.container-h-r {
    padding-left: 4rem;
  }
}
@media (max-width: 36em) {
  .container-xl-h.container-h-r {
    padding-left: 3rem;
  }
}

/* Positions */
.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.position-fixed {
  position: fixed;
}

/* Text alignment */
.txt-align-center {
  text-align: center;
}

.txt-align-left {
  text-align: left;
}

.txt-align-right {
  text-align: right;
}

/* Heights */
.h-100 {
  height: 100%;
}

/* Widths */
.w-100 {
  width: 100%;
}

.w-70 {
  width: 70%;
}

.w-40 {
  width: 40%;
}

@media (max-width: 36em) {
  .w-xs-80 {
    width: 80%;
  }
}

/* Overflow */
.of-h {
  overflow: hidden;
}

.of-x-h {
  overflow-x: hidden;
}

.of-y-h {
  overflow-y: hidden;
}

/* Display */
.display-none, .d-n {
  display: none !important;
}

.display-flex, .d-flex, .d-f {
  display: flex !important;
}

.display-grid, .d-g {
  display: grid !important;
}

.display-block, .d-b {
  display: block !important;
}

@media (max-width: 36em) {
  .d-xs-b {
    display: block !important;
  }
}

.display-inline-block, .d-ib {
  display: inline-block;
}

/* Flex Justify */
.justify-space-between, .jc-sb {
  justify-content: space-between;
}

.justify-space-evenly, .jc-se {
  justify-content: space-evenly;
}

.fd-c {
  flex-direction: column;
}

@media (max-width: 36em) {
  .fd-xs-c {
    flex-direction: column;
  }
}

/* Flex Align */
.align-items-center, .ai-c {
  align-items: center;
}

/* Flex */
.flex-1 {
  flex: 1;
}

.flex-075 {
  flex: 0.75;
}
@media (max-width: 75em) {
  .flex-075 {
    flex: 1;
  }
}
.flex-075 .container-xl-h.container-h-l {
  max-width: 56rem;
  padding: 0 3rem 0 1.5rem;
}
@media (max-width: 36em) {
  .flex-075 .container-xl-h.container-h-l {
    padding: 0 2.5rem;
  }
}

/* White container */
.white-container {
  background-color: white;
  overflow: hidden;
  position: relative;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  padding: 2.4rem;
  display: inline-block;
}
.white-container h1, .white-container h2, .white-container h3, .white-container h4, .white-container h5 {
  margin: 0 0 1rem 0;
}
@media (max-width: 36em) {
  .white-container {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}

/* Letter Spacing */
.ls-1 {
  letter-spacing: 1px;
}

/* Stick */
.stick {
  position: fixed;
  top: 0px;
}

/* Alert */
.alert {
  color: #DC2626;
}

/* Disabled text */
.txt-disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* Media bases display rules */
@media (max-width: 36em) {
  .desk-only {
    display: none;
  }
}

.love {
  color: #fa5d50;
}

/* Paddings */
.p-0 {
  padding: 0;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-11 {
  padding-top: 11rem;
}

.pt-12 {
  padding-top: 12rem;
}

.pt-8 {
  padding-top: 8rem;
}

@media (max-width: 48em) {
  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 1rem !important;
  }

  .pt-sm-2 {
    padding-top: 2rem !important;
  }

  .pt-sm-3 {
    padding-top: 3rem !important;
  }

  .pt-sm-4 {
    padding-top: 4rem !important;
  }

  .pt-sm-5 {
    padding-top: 5rem !important;
  }

  .pt-sm-6 {
    padding-top: 6rem;
  }
}
@media (max-width: 36em) {
  .pt-xs-0 {
    padding-top: 0 !important;
  }

  .pt-xs-1 {
    padding-top: 1rem !important;
  }

  .pt-xs-2 {
    padding-top: 2rem !important;
  }

  .pt-xs-3 {
    padding-top: 3rem !important;
  }

  .pt-xs-4 {
    padding-top: 4rem !important;
  }

  .pt-xs-5 {
    padding-top: 5rem !important;
  }

  .pt-xs-6 {
    padding-top: 6rem;
  }
}
.pl-0 {
  padding-left: 0;
}

.pl-4 {
  padding-left: 4rem;
}

.pl-5 {
  padding-left: 5rem;
}

.pl-6 {
  padding-left: 6rem;
}

.pl-7 {
  padding-left: 7rem;
}

.pl-8 {
  padding-left: 8rem;
}

@media (max-width: 48em) {
  .pl-sm-0 {
    padding-left: 0;
  }

  .pl-sm-1 {
    padding-left: 1rem;
  }

  .pl-sm-2 {
    padding-left: 2rem;
  }

  .pl-sm-3 {
    padding-left: 3rem;
  }

  .pl-sm-4 {
    padding-left: 4rem;
  }

  .pl-sm-5 {
    padding-left: 5rem;
  }

  .pl-sm-6 {
    padding-left: 6rem;
  }
}
.pr-0 {
  padding-right: 0;
}

.pr-4 {
  padding-right: 4rem;
}

.pr-5 {
  padding-right: 5rem;
}

.pr-6 {
  padding-right: 6rem;
}

.pr-7 {
  padding-right: 7rem;
}

.pr-8 {
  padding-right: 8rem;
}

@media (max-width: 48em) {
  .pr-sm-0 {
    padding-right: 0;
  }

  .pr-sm-1 {
    padding-right: 1rem;
  }

  .pr-sm-2 {
    padding-right: 2rem;
  }

  .pr-sm-3 {
    padding-right: 3rem;
  }

  .pr-sm-4 {
    padding-right: 4rem;
  }
}
.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pb-7 {
  padding-bottom: 7rem;
}

.pb-8 {
  padding-bottom: 8rem;
}

.pb-11 {
  padding-bottom: 11rem;
}

.pb-12 {
  padding-bottom: 12rem;
}

@media (max-width: 48em) {
  .pb-sm-0 {
    padding-bottom: 0;
  }

  .pb-sm-1 {
    padding-bottom: 1rem;
  }

  .pb-sm-2 {
    padding-bottom: 2rem;
  }

  .pb-sm-3 {
    padding-bottom: 3rem;
  }

  .pb-sm-4 {
    padding-bottom: 4rem;
  }

  .pb-sm-5 {
    padding-bottom: 5rem;
  }

  .pb-sm-6 {
    padding-bottom: 6rem;
  }
}
/* Margins */
.m-auto {
  margin: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

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

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

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem;
}

@media (max-width: 36em) {
  .mt-xs-0 {
    margin-top: 0;
  }

  .mt-xs-1 {
    margin-top: 1rem;
  }

  .mt-xs-2 {
    margin-top: 2rem;
  }

  .mt-xs-3 {
    margin-top: 3rem;
  }

  .mt-xs-4 {
    margin-top: 4rem;
  }
}
.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

@media (max-width: 36em) {
  .mb-xs-0 {
    margin-bottom: 0;
  }

  .mb-xs-1 {
    margin-bottom: 1rem;
  }

  .mb-xs-2 {
    margin-bottom: 2rem;
  }
}
.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 1 !important;
}

.ml-2 {
  margin-left: 2 !important;
}

.ml-3 {
  margin-left: 3 !important;
}

.b-0 {
  border: none !important;
}

.bt-0 {
  border-top: 0 !important;
}

.br-0 {
  border-right: 0 !important;
}

.bb-0 {
  border-bottom: 0 !important;
}

.bl-0 {
  border-left: 0 !important;
}

.b-r-0 {
  border-radius: 0 !important;
}

.b-tr-r-0 {
  border-top-right-radius: 0 !important;
}

.b-br-r-0 {
  border-bottom-right-radius: 0 !important;
}

.b-bl-r-0 {
  border-bottom-left-radius: 0 !important;
}

.b-tl-r-0 {
  border-top-left-radius: 0 !important;
}

.b-tl-r-1 {
  border-top-left-radius: 0.6rem;
}

.b-tr-r-1 {
  border-top-right-radius: 0.6rem;
}

.b-bl-r-1 {
  border-bottom-left-radius: 0.6rem;
}

.b-br-r-1 {
  border-bottom-right-radius: 0.6rem;
}

.icon {
  background-repeat: no-repeat;
  background-position: center;
}

.icon-right {
  background-position: right center;
}

.icon-left {
  background-position: left center;
}

.i-caret.icon-right::after {
  content: "";
  background-image: url("../img/icons/i_caret.svg");
  background-position: center;
  display: block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%) rotate(90deg);
}
.i-caret.active::after {
  transform: translateY(-50%) rotate(270deg);
}

.i-cart {
  background-image: url("../img/icons/i_cart.svg");
}

.i-email {
  background-image: url("../img/icons/i_email.svg");
}

.i-social-fb {
  background-image: url("../img/icons/i_s_fb.svg");
}

.i-social-ig {
  background-image: url("../img/icons/i_s_ig.svg");
}

.i-social-tw {
  background-image: url("../img/icons/i_s_tw.svg");
}

.i-social-yt {
  background-image: url("../img/icons/i_s_yt.svg");
}

.i-social-li {
  background-image: url("../img/icons/i_s_li.svg");
}

.i-search {
  background-image: url("../img/icons/i_search.svg");
}

.i-usr {
  background-image: url("../img/icons/i_usr.svg");
}

.i-share {
  background-image: url("../img/icons/i_share.svg");
}

.i-edit {
  background-image: url("../img/icons/i_edit.svg");
}

.i-alert {
  background-image: url("../img/icons/i_alert.svg");
  width: 2.2rem;
  height: 2.2rem;
}

.i-social-landing-fb {
  background-image: url("../img/icons/facebook_landing_ico.svg");
}

.i-social-landing-tw {
  background-image: url("../img/icons/twitter_landing_ico.svg");
}

.i-social-landing-ig {
  background-image: url("../img/icons/instagram_landing_ico.svg");
}

.i-social-landing-li {
  background-image: url("../img/icons/linkedin_landing_ico.svg");
}

.social .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
}

hr {
  border: 0;
}
hr.hr-1 {
  height: 0.1rem;
}
hr.hr-2 {
  height: 0.2rem;
}
hr.hr-4 {
  height: 0.4rem;
}
hr.bg-primary {
  background-color: #eb592d;
}
hr.bg-dark {
  background-color: #071940;
}
hr.bg-gray-5 {
  background-color: #E0E0E0;
}

.nation-of-beer header #nav-nations ul .noa-menu > a {
  border-bottom: 2px solid #3f3ad9;
}

.nation-of-wine header #nav-nations ul .noa-menu > a {
  border-bottom: 2px solid #3cd2dd;
}

.nation-of-spirits header #nav-nations ul .noa-menu > a {
  border-bottom: 2px solid #f9703e;
}

.nation-of-hard-seltzer header #nav-nations ul .noa-menu > a {
  border-bottom: 2px solid #fcf069;
}

.nation-of-cocktails header #nav-nations ul .noa-menu > a {
  border-bottom: 2px solid #fba789;
}

.nation-of-non-alcoholic header #nav-nations ul .noa-menu > a {
  border-bottom: 2px solid #00cc99;
}

.nation-of-mocktails header #nav-nations ul .noa-menu > a {
  border-bottom: 2px solid #f74083;
}

/* Components */
.btn {
  border-radius: 0.4rem;
  transition: all 200ms;
  margin-right: 1.6rem;
  display: inline-block;
  cursor: pointer !important;
  font-family: "AvertaStdPE-Regular", "Arial", sans-serif !important;
  width: fit-content;
}
.btn.btn-primary {
  color: white !important;
  background-color: #eb592d !important;
  border: 1.5px solid #eb592d !important;
}
.btn.btn-primary:hover {
  background-color: #CD3C12 !important;
  border-color: #CD3C12 !important;
}
.btn.btn-primary.disabled {
  background-color: #F2F2F2 !important;
  color: rgba(0, 0, 0, 0.4) !important;
  pointer-events: none !important;
  border: 1.5px solid #F2F2F2 !important;
}
.btn.btn-primary.disabled .wp-block-button__link {
  color: rgba(0, 0, 0, 0.4) !important;
}
.btn.btn-lite {
  color: #071940;
  background-color: #F2F2F2;
  border: 1.5px solid #F2F2F2;
}
.btn.btn-lite:hover {
  background-color: #CD3C12;
  border-color: #CD3C12;
  color: white;
}
.btn.btn-lite:hover .wp-block-button__link {
  color: white;
}
.btn.btn-lite .wp-block-button__link {
  color: #071940;
}
.btn.btn-lite.disabled {
  background-color: #F2F2F2 !important;
  color: rgba(0, 0, 0, 0.4) !important;
  pointer-events: none !important;
  border: 1.5px solid #F2F2F2 !important;
}
.btn.btn-lite.disabled .wp-block-button__link {
  color: rgba(0, 0, 0, 0.4) !important;
}
.btn.btn-outlined {
  color: #eb592d;
  background-color: white;
  border: 1.5px solid #eb592d;
  border-radius: 0.4rem;
}
.btn.btn-outlined:hover {
  background-color: #CD3C12;
  color: white;
  border-color: #CD3C12;
}
.btn.btn-outlined:hover .wp-block-button__link {
  color: white;
}
.btn.btn-outlined:hover:before {
  filter: brightness(5);
}
.btn.btn-outlined .wp-block-button__link {
  color: #eb592d;
}
.btn.btn-xs {
  font-size: 1.4rem;
  padding: 0.4rem 0.8rem;
}
.btn.btn-sm {
  font-size: 1.6rem;
  padding: 0.8rem 1.6rem;
}
.btn.btn-sm.btn-has-icon {
  padding-left: 4.8rem;
  position: relative;
}
.btn.btn-sm.btn-has-icon:before {
  content: "";
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  left: 2rem;
  top: 1.2rem;
}
.btn.btn-sm.btn-has-icon.btn-add:before, .btn.btn-sm.btn-has-icon.btn-remove:before {
  left: 1.6rem;
  top: 0.8rem;
}
.btn.btn-lg {
  font-size: 1.8rem !important;
  padding: 1.2rem 2.4rem !important;
  font-weight: 700 !important;
}
.btn.btn-xl {
  font-size: 2.4rem;
  padding: 1.6rem 3.2rem;
  font-weight: 700;
}
@media (max-width: 36em) {
  .btn.btn-xl {
    padding: 1.6rem 2rem;
  }
}
.btn.btn-share::before {
  background-image: url("../img/icons/i_share.svg");
}
.btn.btn-edit:before {
  background-image: url("../img/icons/i_edit.svg");
}
.btn.btn-add:before {
  background-image: url("../img/icons/i_add.svg");
}
.btn.btn-remove:before {
  background-image: url("../img/icons/i_remove.svg");
}
.btn.wp-block-button {
  margin-bottom: 0;
}
.btn .wp-block-button__link {
  padding: 0;
  background-color: transparent;
}
.btn.btn-round {
  border-radius: 99px;
}

.btn-share-lg {
  background-image: url("../img/icons/i_share_lg.svg");
  background-repeat: no-repeat;
  background-position: 0.8rem center;
  display: inline-block;
  height: 4rem;
  width: 4rem;
  border: 2px solid #071940;
  transition: all 200ms;
  border-radius: 99rem;
}
.btn-share-lg:hover {
  background-color: #E0E0E0;
}

.s-br {
  border-right: 2px solid #E0E0E0;
  padding-right: 2.8rem;
  margin-right: -0.8rem;
}

.s-blr {
  border-right: 2px solid #E0E0E0;
  border-left: 2px solid #E0E0E0;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
  margin-right: -0.8rem;
}

.is-style-outline .wp-block-button__link {
  font-size: 1.8rem;
  border: 2px solid #eb592d;
  color: #eb592d !important;
  border-radius: 0.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 300ms;
  background-color: white;
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 1rem 2.4rem;
}
.is-style-outline .wp-block-button__link:hover {
  color: white !important;
  background-color: #eb592d;
}

.wp-block-buttons {
  column-gap: 1.6rem;
}

.woocommerce button.button {
  border-radius: 0.4rem;
  transition: all 200ms;
  margin-right: 1.6rem;
  display: inline-block;
  cursor: pointer !important;
  font-family: "AvertaStdPE-Regular", "Arial", sans-serif !important;
  width: fit-content;
  color: white !important;
  background-color: #eb592d !important;
  border: 1.5px solid #eb592d !important;
}
.woocommerce button.button:hover {
  background-color: #CD3C12 !important;
  border-color: #CD3C12 !important;
}
.woocommerce button.button.disabled {
  background-color: #F2F2F2 !important;
  color: rgba(0, 0, 0, 0.4) !important;
  pointer-events: none !important;
  border: 1.5px solid #F2F2F2 !important;
}
.woocommerce button.button.disabled .wp-block-button__link {
  color: rgba(0, 0, 0, 0.4) !important;
}

input[type=file]::file-selector-button {
  border: 2px solid #BDBDBD;
  padding: 0.8rem 2.4rem;
  border-radius: 0.4rem;
  background-color: white;
  transition: 200ms;
  font-family: "AvertaStdPE-Regular", "Arial", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
input[type=file]::file-selector-button:hover {
  background-color: #eeeeee;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), select:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 1px solid #BDBDBD;
  border-radius: 0.4rem;
  padding: 2rem;
  font-size: 1.6rem;
  height: 6rem;
  transition: all 200ms;
}
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active, input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, select:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active, select:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-color: #071940;
}
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).input-sm, select:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).input-sm {
  height: 4.5rem;
  padding: 1rem;
}
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).icon, select:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).icon {
  padding-left: 7.2rem;
}
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).icon.icon-left, select:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).icon.icon-left {
  background-position: 2.5rem center;
}
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).icon.i-search, select:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).icon.i-search {
  background-image: url("../img/icons/i_search.svg");
}
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).icon.i-location, select:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).icon.i-location {
  background-image: url("../img/icons/i_location.svg");
}

textarea {
  border: 1px solid #BDBDBD;
  border-radius: 0.4rem;
  padding: 2rem;
  font-size: 1.6rem;
  transition: all 200ms;
}
textarea:active, textarea:focus {
  border-color: #071940;
}

header {
  background-color: #F6F6F6;
  z-index: 10;
  position: relative;
}
header .header-top {
  height: 7.4rem;
  border-bottom: 1px solid #BDBDBD;
}
@media (max-width: 62em) {
  header .header-top {
    background-color: white;
    border-bottom: none;
    position: fixed;
    width: 100%;
    z-index: 2;
  }
}
@media (max-width: 36em) {
  header .header-top {
    border: none;
    height: 6.4rem;
  }
}
header .network-strip {
  gap: 1.8rem;
  height: 54px;
  border-bottom: 1px solid #BDBDBD;
}
@media (max-width: 62em) {
  header .network-strip {
    display: none !important;
  }
}
header .network-strip .network-link {
  font-weight: 600;
  border-bottom: 2px solid;
  padding-bottom: 0.5rem;
  border-color: #071940;
}
header .network-strip .network-link.noa-menu-nation-of-alcohol {
  border-color: #071940;
}
header .network-strip .network-link.noa-menu-nation-of-alcohol:hover {
  color: #eb592d;
  border-color: #eb592d;
}
header .network-strip .network-link.noa-menu-nation-of-beer {
  border-color: #3f3ad9;
}
header .network-strip .network-link.noa-menu-nation-of-beer:hover {
  color: #3f3ad9;
}
header .network-strip .network-link.noa-menu-nation-of-wine {
  border-color: #3cd2dd;
}
header .network-strip .network-link.noa-menu-nation-of-wine:hover {
  color: #3cd2dd;
}
header .network-strip .network-link.noa-menu-nation-of-spirits {
  border-color: #f9703e;
}
header .network-strip .network-link.noa-menu-nation-of-spirits:hover {
  color: #f9703e;
}
header .network-strip .network-link.noa-menu-nation-of-hard-seltzer {
  border-color: #fcf069;
}
header .network-strip .network-link.noa-menu-nation-of-hard-seltzer:hover {
  color: #fcf069;
}
header .network-strip .network-link.noa-menu-nation-of-cocktails {
  border-color: #fba789;
}
header .network-strip .network-link.noa-menu-nation-of-cocktails:hover {
  color: #fba789;
}
header .network-strip .network-link.noa-menu-nation-of-non-alcoholic {
  border-color: #00cc99;
}
header .network-strip .network-link.noa-menu-nation-of-non-alcoholic:hover {
  color: #00cc99;
}
header .network-strip .network-link.noa-menu-nation-of-mocktails {
  border-color: #f74083;
}
header .network-strip .network-link.noa-menu-nation-of-mocktails:hover {
  color: #f74083;
}
header .network-strip .network-link.current {
  color: #777777;
  border-color: #BDBDBD;
  pointer-events: none;
}
header .header-bottom {
  width: 100%;
}
@media (max-width: 75em) {
  header .header-bottom {
    height: 7.4rem;
  }
}
@media (max-width: 62em) {
  header .header-bottom {
    border-bottom: 1px solid #BDBDBD;
    background-color: white;
    position: fixed;
    top: 7.4rem;
    z-index: 1;
  }
}
@media (max-width: 36em) {
  header .header-bottom {
    top: 6.4rem;
  }
}
header .header-bottom .header-container {
  display: flex;
  gap: 4rem;
}
@media (max-width: 62em) {
  header .header-bottom .header-container {
    justify-content: space-between;
  }
}
header .header-bottom .header-container #nav-main {
  margin-right: auto;
}
header .header-bottom.stick {
  background-color: #F6F6F6;
  border-bottom: 1px solid #BDBDBD;
  z-index: 1;
  top: 0;
}
@media (max-width: 62em) {
  header .header-bottom.stick {
    border-bottom: 1px solid #BDBDBD;
    background-color: white;
    position: fixed;
    top: 7.4rem;
  }
}
@media (max-width: 36em) {
  header .header-bottom.stick {
    top: 6.4rem;
  }
}
header a {
  color: #071940;
}
header nav ul {
  list-style: none;
  display: flex;
  padding: 0;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 62em) {
  header nav ul {
    flex-direction: column;
  }
}
header nav ul li {
  padding: 0 16px;
}
header nav ul li a {
  font-family: "AvertaStdPE-Regular", "Arial", sans-serif;
  padding: 22px 0;
  transition: all 0.3s;
  white-space: nowrap;
}
header nav ul li.current-menu-item a {
  box-shadow: inset 0px -4px 0px #071940;
  color: #071940;
}
@media (max-width: 75em) {
  header nav ul li.current-menu-item a {
    box-shadow: none;
  }
}
header nav ul li.wa-cta a {
  padding: 10px 24px 10px 60px;
  background-color: #071940;
  border-radius: 99px;
  background-image: url("/wp-content/uploads/2021/05/wp-icon.svg");
  background-repeat: no-repeat;
  background-position: 24px 50%;
}
header nav ul li:nth-of-type(5) {
  order: 3;
}
header nav ul li.buscador form input {
  padding: 10px 10px 10px 50px;
  border-radius: 99px;
  border: none;
  background-image: url("/wp-content/uploads/2021/05/search-icon.svg");
  background-repeat: no-repeat;
  background-position: 14px 50%;
  font-size: 1.6rem;
  font-family: "AvertaStdPE-Regular", "Arial", sans-serif;
}
header nav ul li.buscador form button.search-submit {
  display: none;
}
header nav ul.sub-menu li.current-menu-item a {
  box-shadow: none;
  color: #071940;
}
header nav.nav-mobile {
  background-color: #1E1E2300;
  height: 72px;
  z-index: 2;
  display: none;
}
header nav.nav-mobile ul {
  list-style: none;
  padding: 0;
}
header nav.nav-mobile .logo {
  display: block;
}
@media (max-width: 62em) {
  header nav.nav-mobile {
    display: block;
  }
}
@media (max-width: 62em) {
  header nav.nav {
    display: none;
  }
}
header .logo {
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  z-index: 10;
  max-width: 46rem;
  display: flex;
  justify-content: flex-start;
}
header .logo img {
  max-height: 5rem;
  width: initial;
}
@media (max-width: 36em) {
  header .logo img {
    max-height: 4rem;
  }
}
header .logo a {
  display: block;
}
header .header-container {
  justify-content: space-between;
}
@media (max-width: 62em) {
  header .header-container {
    justify-content: flex-start;
  }
}
@media (max-width: 36em) {
  header .header-container {
    padding: 0 2.4rem;
  }
}
header #nav-main ul,
header #nav-social ul {
  list-style: none;
  display: flex;
  gap: 1.8rem;
  padding: 0;
}
header #nav-main ul li,
header #nav-social ul li {
  transition: all 200ms;
}
header #nav-main ul li:hover,
header #nav-social ul li:hover {
  opacity: 0.7;
}
header #nav-main ul li a,
header #nav-social ul li a {
  display: block;
}
header #nav-main {
  position: relative;
}
header #nav-main .menu-item.current-menu-item a {
  color: #eb592d;
}
header #nav-main::before {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #BDBDBD;
  height: 2.4rem;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 62em) {
  header #nav-main::before {
    display: none;
  }
}
@media (max-width: 62em) {
  header #nav-main {
    display: none;
  }
}
header #nav-social {
  display: flex;
  align-items: center;
}
header #nav-social a.i-search {
  max-height: 2rem;
  max-width: 2rem;
  color: transparent;
}
header #nav-social ul li {
  transition: all 200ms;
}
header #nav-social ul li a {
  max-height: 2rem;
  max-width: 2rem;
  color: transparent;
}
header #nav-social.nav-social-landing ul li a {
  max-width: 3.3rem;
}
header #nav-social form#header-search-form .wp-block-search__inside-wrapper {
  height: 4.8rem;
  border: 1px solid #eb592d;
  border-radius: 0.4rem;
  background-color: white;
  align-items: center;
}
header #nav-social form#header-search-form .wp-block-search__inside-wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
header #nav-social form#header-search-form .wp-block-search__inside-wrapper select:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 0 1rem;
  height: 3.8rem;
  border: none;
}
header #nav-social form#header-search-form .wp-block-search__inside-wrapper button.wp-block-search__button {
  background-color: #eb592d;
  border-radius: 2px;
  border: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  margin: 0 0.5rem 0 0;
  color: white;
  font-size: 1.4rem;
}
@media (max-width: 36em) {
  header #nav-social {
    display: none;
  }
}
header #nav-tools {
  position: relative;
}
header #nav-tools ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  padding: 0;
  gap: 1.8rem;
  justify-content: flex-end;
}
@media (max-width: 62em) {
  header #nav-tools ul {
    justify-content: flex-end;
  }
}
header #nav-tools ul li {
  background-position: left center;
  transition: all 200ms;
}
header #nav-tools ul li:hover {
  opacity: 0.7;
}
@media (max-width: 62em) {
  header #nav-tools ul li {
    background-position: center;
  }
}
header #nav-tools ul li a, header #nav-tools ul li button {
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  padding: 1rem 0 1rem 2.5rem;
}
@media (max-width: 62em) {
  header #nav-tools ul li a, header #nav-tools ul li button {
    color: transparent;
    width: 4rem;
  }
}
header #nav-tools ul li button {
  background-color: transparent;
  border: none;
  padding-right: 2.5rem;
  position: relative;
}
@media (max-width: 62em) {
  header #nav-tools ul li button {
    padding-right: 3.8rem;
  }
}
header #nav-tools ul li button.menu-logged-in {
  position: relative;
}
header #nav-tools ul li button::after {
  content: "";
  background-image: url("../img/icons/i_caret.svg");
  background-position: center;
  display: block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}
header #nav-tools .my-account-menu {
  position: absolute;
  pointer-events: none;
  top: 4.5rem;
  right: 0%;
  width: 21.2rem;
  background-color: white;
  border-radius: 0.4rem;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
header #nav-tools .my-account-menu ul {
  display: block;
  width: 100%;
}
header #nav-tools .my-account-menu ul li a {
  font-weight: 400;
  width: 100%;
  color: #292929;
}
header #nav-tools .my-account-menu.menu-open {
  display: flex;
  transform: translateY(1rem);
  opacity: 1;
  pointer-events: inherit;
}
header #nav-nations ul {
  padding: 0;
  list-style: none;
}
header #nav-nations ul .noa-menu > a {
  border-bottom: 2px solid #eb592d;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  padding: 1rem 2rem 0.5rem 0;
  min-width: 16rem;
}
header #nav-nations ul .noa-menu > .sub-menu {
  position: absolute;
  top: 4rem;
  background-color: white;
  padding: 3.6rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 4rem;
  transition: all 400ms;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  width: inherit;
}
@media (max-width: 75em) {
  header #nav-nations ul .noa-menu > .sub-menu {
    width: 95vw;
    flex-wrap: wrap;
  }
}
@media (max-width: 75em) {
  header #nav-nations ul .noa-menu > .sub-menu li {
    flex: 1 0 21%;
    max-width: 21%;
  }
}
@media (max-width: 62em) {
  header #nav-nations ul .noa-menu > .sub-menu li {
    max-width: 100%;
  }
}
header #nav-nations ul .noa-menu > .sub-menu li a {
  white-space: nowrap;
  margin-bottom: 1.6rem;
  display: block;
}
header #nav-nations ul .noa-menu > .sub-menu li.noa-menu-title > a {
  font-weight: 600;
  border-bottom: 2px solid;
  padding-bottom: 0.5rem;
}
header #nav-nations ul .noa-menu > .sub-menu li.noa-menu-beer > a {
  border-color: #3f3ad9;
}
header #nav-nations ul .noa-menu > .sub-menu li.noa-menu-beer a:hover {
  color: #3f3ad9;
}
header #nav-nations ul .noa-menu > .sub-menu li.noa-menu-wine > a {
  border-color: #3cd2dd;
}
header #nav-nations ul .noa-menu > .sub-menu li.noa-menu-wine a:hover {
  color: #3cd2dd;
}
header #nav-nations ul .noa-menu > .sub-menu li.noa-menu-spirits > a {
  border-color: #f9703e;
}
header #nav-nations ul .noa-menu > .sub-menu li.noa-menu-spirits a:hover {
  color: #f9703e;
}
header #nav-nations ul .noa-menu > .sub-menu li.noa-menu-hard-seltzer > a {
  border-color: #fcf069;
}
header #nav-nations ul .noa-menu > .sub-menu li.noa-menu-hard-seltzer a:hover {
  color: #fcf069;
}
header #nav-nations ul .noa-menu > .sub-menu li.noa-menu-cocktails > a {
  border-color: #fba789;
}
header #nav-nations ul .noa-menu > .sub-menu li.noa-menu-cocktails a:hover {
  color: #fba789;
}
header #nav-nations ul .noa-menu > .sub-menu li.noa-menu-non-alcoholic > a {
  border-color: #00cc99;
}
header #nav-nations ul .noa-menu > .sub-menu li.noa-menu-non-alcoholic a:hover {
  color: #00cc99;
}
header #nav-nations ul .noa-menu > .sub-menu.menu-open {
  transform: translateY(1rem);
  opacity: 1;
  pointer-events: inherit;
}
@media (max-width: 48em) {
  header #nav-nations ul .noa-menu > .sub-menu {
    flex-direction: column;
    overflow-y: scroll;
    padding: 2.4rem;
    gap: 0;
    width: inherit;
  }
  header #nav-nations ul .noa-menu > .sub-menu .sub-menu {
    display: none;
  }
}
header #nav-nations > ul {
  min-width: 16rem;
  width: 100%;
}

footer .footer-container {
  display: grid;
  grid-template-columns: 29rem 1fr 1fr 1fr 32rem;
}
@media (max-width: 75em) {
  footer .footer-container {
    grid-template-columns: 26rem 1fr 1fr 1fr 30rem;
  }
}
@media (max-width: 62em) {
  footer .footer-container {
    grid-template-columns: 1fr;
  }
}
footer .footer-container ul {
  padding: 0;
  list-style: none;
}
footer .footer-container ul li {
  margin-bottom: 2rem;
}
footer .footer-container a {
  color: #071940;
  font-weight: 400;
}
footer .footer-container a:hover {
  opacity: 0.8;
}
footer .footer-container .fg {
  padding: 4rem;
}
@media (max-width: 62em) {
  footer .footer-container .fg {
    padding: 2.4rem;
  }
}
footer .footer-container .fg-1 {
  background-color: white;
}
footer .footer-container .fg-1 a {
  font-weight: 600;
}
footer .footer-container .fg-1 ul li a {
  display: inline-block;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid;
}
footer .footer-container .fg-1 ul li.noa-menu-beer > a {
  border-color: #3f3ad9;
}
footer .footer-container .fg-1 ul li.noa-menu-beer a:hover {
  color: #3f3ad9;
}
footer .footer-container .fg-1 ul li.noa-menu-wine > a {
  border-color: #3cd2dd;
}
footer .footer-container .fg-1 ul li.noa-menu-wine a:hover {
  color: #3cd2dd;
}
footer .footer-container .fg-1 ul li.noa-menu-spirits > a {
  border-color: #f9703e;
}
footer .footer-container .fg-1 ul li.noa-menu-spirits a:hover {
  color: #f9703e;
}
footer .footer-container .fg-1 ul li.noa-menu-hard-seltzer > a {
  border-color: #fcf069;
}
footer .footer-container .fg-1 ul li.noa-menu-hard-seltzer a:hover {
  color: #fcf069;
}
footer .footer-container .fg-1 ul li.noa-menu-cocktails > a {
  border-color: #fba789;
}
footer .footer-container .fg-1 ul li.noa-menu-cocktails a:hover {
  color: #fba789;
}
footer .footer-container .fg-1 ul li.noa-menu-non-alcoholic > a {
  border-color: #00cc99;
}
footer .footer-container .fg-1 ul li.noa-menu-non-alcoholic a:hover {
  color: #00cc99;
}
footer .footer-container .fg-1 ul li.noa-menu-mocktails > a {
  border-color: #f74083;
}
footer .footer-container .fg-1 ul li.noa-menu-mocktails a:hover {
  color: #f74083;
}
@media (max-width: 62em) {
  footer .footer-container .fg-1 {
    display: none;
  }
}
@media (max-width: 62em) {
  footer .footer-container .fg-2 {
    display: none;
  }
}
@media (max-width: 62em) {
  footer .footer-container .fg-3 {
    display: none;
  }
}
@media (max-width: 62em) {
  footer .footer-container .fg-4 {
    display: none;
  }
}
footer .footer-container .fg-5 li {
  background-position: left center;
  transition: all 200ms;
  margin-bottom: 1rem;
}
footer .footer-container .fg-5 li:hover {
  opacity: 0.7;
}
footer .footer-container .fg-5 li a {
  display: block;
  padding: 1rem 0 1rem 2.5rem;
}
footer .footer-container .fg-5 [id^=menu-social] {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
footer .footer-container .fg-5 [id^=menu-social] li {
  transition: all 200ms;
}
footer .footer-container .fg-5 [id^=menu-social] li.i-email {
  display: none;
}
footer .footer-container .fg-5 [id^=menu-social] li a {
  max-width: 2rem;
  color: transparent;
}
@media (max-width: 62em) {
  footer .footer-container .fg-5 [id^=menu-social] {
    display: none;
  }
}
footer .footer-container .fg-5 #menu-tools-menu-1 {
  display: none;
}
footer .footer-container .wp-block-search.wp-block-search {
  max-width: 36rem;
}
footer .footer-container .wp-block-search.wp-block-search__button-inside.footer-search .wp-block-search__inside-wrapper {
  border: 1px solid #eb592d;
  border-radius: 0.4rem;
  height: 4.8rem;
  background-color: white;
  align-items: center;
}
footer .footer-container .wp-block-search.wp-block-search__button-inside.footer-search .wp-block-search__inside-wrapper input.wp-block-search__input {
  border: none;
  height: 100%;
  padding: 0 1rem;
}
footer .footer-container .wp-block-search.wp-block-search__button-inside.footer-search .wp-block-search__button {
  background-color: #eb592d;
  border-radius: 2px;
  border: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  margin: 0 0.5rem 0 0;
  color: white;
  font-size: 1.4rem;
}
footer .footer-container .wp-block-search.wp-block-search__button-inside.footer-search .wp-block-search__button svg {
  fill: white;
}
@media (max-width: 36em) {
  footer .footer-container .wp-block-search {
    display: none;
  }
}

.nav-mobile .nav-bg {
  width: 100%;
  position: absolute;
  height: 7.4rem;
  background-color: #F6F6F6;
  z-index: 0;
  left: 0;
  top: 0;
  border-bottom: 1px solid #BDBDBD;
}
@media (max-width: 62em) {
  .nav-mobile .nav-bg {
    background-color: white;
  }
}
@media (max-width: 36em) {
  .nav-mobile .nav-bg {
    height: 6.4rem;
  }
}

#menuToggle {
  display: flex;
  flex-direction: column;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  margin: 9px 5px 9px 0px;
  background-color: transparent;
  padding: 20px 0 0 0;
  border-radius: 50%;
  width: 30px;
  height: 40px;
  right: 0;
}
#menuToggle > input[type=checkbox] {
  display: flex;
  width: 32px;
  height: 42px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
#menuToggle span {
  display: flex;
  width: 20px;
  height: 2px;
  margin-bottom: 4px;
  position: relative;
  background: #777777;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 0px 1px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span.love {
  display: inline;
  background-color: transparent;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #071940;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#menuToggle input:checked ~ ul {
  transform: none;
  background-color: white;
  box-shadow: 37.5rem 0rem 10rem 24rem #00000070;
}

#menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  margin: -6.4rem 0px 0px -2.2rem;
  padding: 8.4rem 0 5rem 0;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  left: 2.2rem;
  top: 6.3rem;
  max-width: 37.5rem;
  overflow-y: auto;
  transition: all 400ms;
}
#menu > ul,
#menu > .menu-mobile,
#menu > div {
  width: 100%;
}
#menu li {
  padding: 0;
  text-align: left;
  width: 100%;
}
#menu .menu-container {
  padding-left: 0;
  padding-right: 0;
}
#menu .menu-container .menu-content {
  padding: 0 2.4rem;
}
#menu .menu-item-has-children > a {
  pointer-events: none;
}
#menu .menu-item-has-children > a {
  position: relative;
}
#menu .menu-item-has-children > a::after {
  content: "";
  background-image: url("../img/icons/i_caret.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 2rem;
  width: 2rem;
  display: block;
  position: absolute;
  right: 0;
  top: 2.1rem;
}
#menu .menu-item-has-children.menu-item-open {
  background-color: transparent;
}
#menu .menu-item-has-children.menu-item-open > a::after {
  transform: rotate(90deg);
}
#menu a {
  color: #071940;
  padding: 1rem 0;
  display: block;
}
#menu a:active, #menu a:focus {
  color: #071940;
}
#menu .wp-block-search.wp-block-search {
  max-width: 36rem;
  margin: auto;
}
#menu .wp-block-search.wp-block-search__button-inside.footer-search .wp-block-search__inside-wrapper {
  border: 1px solid #eb592d;
  border-radius: 0.4rem;
  height: 4.8rem;
  background-color: white;
  align-items: center;
}
#menu .wp-block-search.wp-block-search__button-inside.footer-search .wp-block-search__inside-wrapper input.wp-block-search__input {
  border: none;
  height: 100%;
  padding: 0 1rem;
  display: initial;
  width: initial;
  position: initial;
  cursor: initial;
  opacity: initial;
}
#menu .wp-block-search.wp-block-search__button-inside.footer-search .wp-block-search__button {
  background-color: #eb592d;
  border-radius: 2px;
  border: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  margin: 0 0.5rem 0 0;
  color: white;
  font-size: 1.4rem;
}
#menu .wp-block-search.wp-block-search__button-inside.footer-search .wp-block-search__button svg {
  fill: white;
}
#menu .wp-block-columns {
  flex-wrap: nowrap;
  margin-top: 2rem;
}
#menu .wp-block-columns .wp-block-column p {
  margin: 0;
}
#menu ul#menu-tools-menu {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
#menu ul#menu-tools-menu li {
  background-position: left;
  padding: 0 3rem;
}
#menu ul#menu-footer-nations-menu li a, #menu ul#menu-header-mobile-menu li a {
  font-size: 2.4rem;
  padding: 2rem 0 1rem 0;
}
#menu ul#menu-footer-nations-menu li.noa-menu-alcohol, #menu ul#menu-header-mobile-menu li.noa-menu-alcohol {
  border-bottom: 2px solid #071940;
}
#menu ul#menu-footer-nations-menu li.noa-menu-beer, #menu ul#menu-header-mobile-menu li.noa-menu-beer {
  border-bottom: 2px solid #3f3ad9;
}
#menu ul#menu-footer-nations-menu li.noa-menu-wine, #menu ul#menu-header-mobile-menu li.noa-menu-wine {
  border-bottom: 2px solid #3cd2dd;
}
#menu ul#menu-footer-nations-menu li.noa-menu-spirits, #menu ul#menu-header-mobile-menu li.noa-menu-spirits {
  border-bottom: 2px solid #f9703e;
}
#menu ul#menu-footer-nations-menu li.noa-menu-cocktails, #menu ul#menu-header-mobile-menu li.noa-menu-cocktails {
  border-bottom: 2px solid #fba789;
}
#menu ul#menu-footer-nations-menu li.noa-menu-non-alcoholic, #menu ul#menu-header-mobile-menu li.noa-menu-non-alcoholic {
  border-bottom: 2px solid #00cc99;
}
#menu ul#menu-footer-nations-menu li.noa-menu-hard-seltzer, #menu ul#menu-header-mobile-menu li.noa-menu-hard-seltzer {
  border-bottom: 2px solid #fcf069;
}
#menu ul#menu-footer-nations-menu li.noa-menu-mocktails, #menu ul#menu-header-mobile-menu li.noa-menu-mocktails {
  border-bottom: 2px solid #f74083;
}
#menu ul.sub-menu {
  box-shadow: none;
  border-radius: 0;
  height: 0;
  opacity: 0;
  position: relative;
  top: 0;
  z-index: -1;
}
#menu ul.sub-menu.open {
  height: inherit;
  opacity: 1;
  z-index: 1;
}
#menu ul.sub-menu.open li a {
  padding-left: 2rem !important;
}
#menu ul.sub-menu li.menu-item-open a {
  background-color: transparent;
  transition: all 0;
}

#menu-social-menu {
  flex-direction: row;
  margin: auto;
  margin-bottom: 1rem;
}
#menu-social-menu li {
  border: none;
  margin: 0 !important;
}
#menu-social-menu li a {
  width: 6rem;
  padding: 1rem;
  color: transparent;
  margin: auto;
}

@media (max-width: 36em) {
  .featured-block-title {
    margin: 2.4rem;
  }
}

.feature-block-deck {
  display: grid;
  gap: 3.2rem;
  grid-template-areas: "fbc-1 fbc-2" "fbc-1 fbc-3" "fbc-1 fbc-4";
}
@media (max-width: 75em) {
  .feature-block-deck {
    grid-template-areas: "fbc-1" "fbc-2" "fbc-3" "fbc-4";
  }
}

.feature-block-deck {
  margin-bottom: 8rem;
}
@media (max-width: 36em) {
  .feature-block-deck {
    margin-bottom: 4rem;
  }
}
.feature-block-deck .feature-block-card a {
  background-color: white;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #BDBDBD;
  display: grid;
  grid-template-columns: 32rem 32rem;
  transition: all 300ms;
  color: inherit;
}
@media (max-width: 36em) {
  .feature-block-deck .feature-block-card a {
    grid-template-columns: 1fr;
    grid-template-rows: 21rem 1fr;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
.feature-block-deck .feature-block-card a .feature-block-img-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 36em) {
  .feature-block-deck .feature-block-card a .feature-block-img-container {
    height: 21rem;
  }
}
.feature-block-deck .feature-block-card a .feature-block-content {
  padding: 3.2rem;
}
.feature-block-deck .feature-block-card a .feature-block-content h3 {
  font-size: 1.8rem;
  overflow: hidden;
  line-height: 2.8rem;
  max-height: 18rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
@media (max-width: 36em) {
  .feature-block-deck .feature-block-card a .feature-block-content h3 {
    margin-bottom: 0;
    font-size: 3.2rem;
    margin: 1rem 0;
    line-height: 4.2rem;
    max-height: 12.6rem;
  }
}
.feature-block-deck .feature-block-card a .feature-block-content span.featured-post-cat {
  display: block;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0 1rem;
  border-left: 3px solid;
  line-height: 2.4rem;
}
.feature-block-deck .feature-block-card a .feature-block-content span.featured-post-cat.cat-label__beer {
  border-color: #3f3ad9;
}
.feature-block-deck .feature-block-card a .feature-block-content span.featured-post-cat.cat-label__wine {
  border-color: #3cd2dd;
}
.feature-block-deck .feature-block-card a .feature-block-content span.featured-post-cat.cat-label__spirits {
  border-color: #f9703e;
}
.feature-block-deck .feature-block-card a .feature-block-content span.featured-post-cat.cat-label__hard-seltzer {
  border-color: #fcf069;
}
.feature-block-deck .feature-block-card a .feature-block-content span.featured-post-cat.cat-label__cocktails {
  border-color: #fba789;
}
.feature-block-deck .feature-block-card a .feature-block-content span.featured-post-cat.cat-label__non-alcoholic {
  border-color: #00cc99;
}
.feature-block-deck .feature-block-card a .feature-block-content span.featured-post-cat.cat-label__mocktails {
  border-color: #f74083;
}
@media (max-width: 36em) {
  .feature-block-deck .feature-block-card a .feature-block-content span.featured-post-cat {
    font-size: 1.6rem;
  }
}
.feature-block-deck .feature-block-card a .feature-block-content span.featured-post-excerpt {
  overflow: hidden;
  line-height: 3rem;
  max-height: 9rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media (max-width: 36em) {
  .feature-block-deck .feature-block-card a .feature-block-content span.featured-post-excerpt {
    display: none;
  }
}
.feature-block-deck .feature-block-card a .feature-block-content .featured-post-info {
  display: none;
}
@media (max-width: 36em) {
  .feature-block-deck .feature-block-card a .feature-block-content .featured-post-info {
    display: block;
  }
}
@media (max-width: 36em) {
  .feature-block-deck .feature-block-card a .feature-block-content {
    padding: 2.4rem;
  }
}
.feature-block-deck .feature-block-card a:hover {
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.16);
}
.feature-block-deck .feature-block-card a:hover * {
  color: white;
  border-color: white !important;
}
.feature-block-deck .feature-block-card:first-of-type {
  grid-area: fbc-1;
}
.feature-block-deck .feature-block-card:first-of-type a {
  grid-template-columns: 1fr;
  grid-template-rows: 38rem 1fr;
}
@media (max-width: 36em) {
  .feature-block-deck .feature-block-card:first-of-type a {
    grid-template-columns: 1fr;
    grid-template-rows: 21rem 1fr;
  }
}
.feature-block-deck .feature-block-card:first-of-type .feature-block-content {
  padding: 2.4rem;
  font-size: 1.8rem;
}
.feature-block-deck .feature-block-card:first-of-type .feature-block-content h3 {
  font-size: 4.8rem;
  margin: 1rem 0;
  overflow: hidden;
  line-height: 6rem;
  max-height: 18rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
@media (max-width: 36em) {
  .feature-block-deck .feature-block-card:first-of-type .feature-block-content h3 {
    font-size: 3.2rem;
    line-height: 4.2rem;
    max-height: 12.6rem;
  }
}
.feature-block-deck .feature-block-card:first-of-type .feature-block-content span.featured-post-cat {
  font-size: 1.6rem;
}
.feature-block-deck .feature-block-card:first-of-type .feature-block-content .featured-post-info {
  display: block;
  position: relative;
  padding-bottom: 1.6rem;
}
.feature-block-deck .feature-block-card:first-of-type .feature-block-content .featured-post-info::after {
  position: absolute;
  background-color: #eb592d;
  content: "";
  width: 5.3rem;
  height: 3px;
  left: 0;
  bottom: -0.4rem;
}
@media (max-width: 36em) {
  .feature-block-deck .feature-block-card:first-of-type .feature-block-content .featured-post-info::after {
    display: none;
  }
}
@media (max-width: 36em) {
  .feature-block-deck .feature-block-card:first-of-type .feature-block-content .featured-post-info {
    padding-bottom: 0;
  }
}
.feature-block-deck .feature-block-card:first-of-type:hover .featured-post-info::after {
  background-color: white;
}
.feature-block-deck .feature-block-card:nth-of-type(2) {
  grid-area: fbc-2;
}
.feature-block-deck .feature-block-card:nth-of-type(3) {
  grid-area: fbc-3;
}
.feature-block-deck .feature-block-card:nth-of-type(4) {
  grid-area: fbc-4;
}
.feature-block-deck .feature-block-card.f-b-c__beer:hover a {
  background-color: #3f3ad9;
}
.feature-block-deck .feature-block-card.f-b-c__wine:hover a {
  background-color: #3cd2dd;
}
.feature-block-deck .feature-block-card.f-b-c__spirits:hover a {
  background-color: #f9703e;
}
.feature-block-deck .feature-block-card.f-b-c__hard-seltzer:hover a {
  background-color: #fcf069;
}
.feature-block-deck .feature-block-card.f-b-c__cocktails:hover a {
  background-color: #fba789;
}
.feature-block-deck .feature-block-card.f-b-c__non-alcoholic:hover a {
  background-color: #00cc99;
}
.feature-block-deck .feature-block-card.f-b-c__mocktails:hover a {
  background-color: #f74083;
}

.featured-posts-hero-slide {
  position: relative;
}

.brand-spotlight {
  display: flex;
  gap: 4rem;
}
@media (max-width: 48em) {
  .brand-spotlight {
    padding: 2.4rem;
    gap: 0;
    flex-direction: column-reverse;
  }
}
.brand-spotlight h2 {
  margin: 1rem 0 2rem 0;
  border-bottom: 4px solid #eb592d;
  padding-bottom: 2rem;
}
.brand-spotlight h6 {
  font-family: "AvertaStdPE-Regular", "Arial", sans-serif;
  color: #eb592d;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}
.brand-spotlight .column {
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
@media (max-width: 48em) {
  .brand-spotlight .column {
    padding-bottom: 0 !important;
  }
}
.brand-spotlight .brand-logo {
  display: inline-block;
  max-width: 11rem;
  max-height: 11rem;
  overflow: hidden;
  padding: 1rem;
}
.brand-spotlight .brand-logo img {
  object-fit: contain;
  height: auto;
}
.brand-spotlight .brand-bg {
  display: block;
  height: 100%;
  background-position: center;
  background-size: cover;
}
@media (max-width: 48em) {
  .brand-spotlight .brand-bg {
    height: 18rem;
  }
}

.search-fields {
  padding: 1.6rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 48em) {
  .search-fields {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.search-fields input {
  width: 100%;
  max-width: 44rem;
}
.search-fields input#brand-search {
  height: 6rem;
  max-width: 20rem;
}
@media (max-width: 48em) {
  .search-fields input#brand-search {
    max-width: 44rem;
  }
}

.home-slider {
  margin: 0 2.4rem;
  height: 78vh;
  overflow: hidden;
  position: relative;
  border-radius: 0.6rem;
  filter: drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.16));
  opacity: 0;
}
@media (max-width: 36em) {
  .home-slider .home-slide-post-info {
    display: none;
  }
}
@media (max-width: 36em) {
  .home-slider {
    margin: 0;
    border-radius: 0;
    height: 62rem;
  }
}
.home-slider .slick-list {
  height: 78vh !important;
}
@media (max-width: 36em) {
  .home-slider .slick-list {
    height: 62rem !important;
  }
}
.home-slider .slick-list .slick-track .slick-slide {
  height: 78vh;
}
@media (max-width: 36em) {
  .home-slider .slick-list .slick-track .slick-slide {
    height: 62rem !important;
  }
}
.home-slider .slick-list .home-slide-block-img-container {
  height: 78vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: block;
}
@media (max-width: 36em) {
  .home-slider .slick-list .home-slide-block-img-container {
    height: 21rem;
  }
}
.home-slider .slick-list .home-slide-block-img-container .featured-tag {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 1.3rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 2px 2px;
  position: absolute;
  color: #071940;
  z-index: 1;
}
@media (max-width: 36em) {
  .home-slider .slick-list .home-slide-block-img-container .featured-tag {
    display: none;
  }
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content {
  background-color: rgba(235, 89, 45, 0.8);
  color: white;
  padding: 2.4rem;
  border-radius: 0.4rem;
  width: 70%;
  position: relative;
  left: 9.2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 36em) {
  .home-slider .slick-list .home-slide-block-img-container .home-slide-block-content {
    width: 100%;
    left: 0;
    top: 100%;
    transform: none;
    background-color: white;
    color: #071940;
  }
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content h3, .home-slider .slick-list .home-slide-block-img-container .home-slide-block-content h3 * {
  color: white;
  font-size: 4.8rem;
  margin: 2rem 0;
  overflow: hidden;
  line-height: 6rem;
  max-height: 18rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media (max-width: 36em) {
  .home-slider .slick-list .home-slide-block-img-container .home-slide-block-content h3, .home-slider .slick-list .home-slide-block-img-container .home-slide-block-content h3 * {
    font-size: 3.2rem;
    line-height: 4.2rem;
    max-height: 19rem;
    color: #071940;
    -webkit-line-clamp: 4;
  }
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content p {
  margin-bottom: 0;
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content p.home-slide-post-excerpt {
  overflow: hidden;
  line-height: 3rem;
  max-height: 9rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media (max-width: 36em) {
  .home-slider .slick-list .home-slide-block-img-container .home-slide-block-content p.home-slide-post-excerpt {
    -webkit-line-clamp: 3;
  }
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content span.home-slide-post-info {
  background-repeat: no-repeat;
  background-position: left center;
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content span.home-slide-post-info.viewcount {
  background-image: url("../img/icons/i_views-ffffff.svg");
  padding-left: 3.4rem;
  margin-left: 3rem;
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content span.home-slide-post-info.reading-time {
  background-image: url("../img/icons/i_reading_time-ffffff.svg");
  padding-left: 3.4rem;
  margin-left: 3rem;
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content span.home-slide-post-info.comments {
  background-image: url("../img/icons/i_comments-ffffff.svg");
  padding-left: 3.4rem;
  margin-left: 3rem;
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content .cat-label {
  font-size: 1.4rem;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 0.4rem 0.8rem;
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content .cat-label__beer {
  background-color: #3f3ad9;
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content .cat-label__wine {
  background-color: #3cd2dd;
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content .cat-label__spirits {
  background-color: #f9703e;
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content .cat-label__hard-seltzer {
  background-color: #fcf069;
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content .cat-label__cocktails {
  background-color: #fba789;
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content .cat-label__non-alcoholic {
  background-color: #00cc99;
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content .cat-label__mocktails {
  background-color: #f74083;
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content .cat-label.cat-label-featured {
  display: none;
  background-color: #071940;
}
@media (max-width: 36em) {
  .home-slider .slick-list .home-slide-block-img-container .home-slide-block-content .cat-label.cat-label-featured {
    display: inline-block;
    margin-right: 0.8rem;
  }
}
@media (max-width: 36em) {
  .home-slider .slick-list .home-slide-block-img-container .home-slide-block-content .cat-label {
    color: white;
  }
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content.h-s-b-c__beer {
  background-color: rgba(63, 58, 217, 0.8);
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content.h-s-b-c__wine {
  background-color: rgba(60, 210, 221, 0.8);
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content.h-s-b-c__spirits {
  background-color: rgba(249, 112, 62, 0.8);
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content.h-s-b-c__hard-seltzer {
  background-color: rgba(252, 240, 105, 0.8);
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content.h-s-b-c__cocktails {
  background-color: rgba(251, 167, 137, 0.8);
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content.h-s-b-c__non-alcoholic {
  background-color: rgba(0, 204, 153, 0.8);
}
.home-slider .slick-list .home-slide-block-img-container .home-slide-block-content.h-s-b-c__mocktails {
  background-color: rgba(247, 64, 131, 0.8);
}
.home-slider button.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  border: none;
  height: 4.8rem;
  width: 4.8rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: transparent;
  transition: all 200ms;
}
@media (max-width: 36em) {
  .home-slider button.slick-arrow {
    display: none !important;
  }
}
.home-slider button.slick-arrow::after {
  content: "";
  background-image: url("../img/icons/i_chevron.svg");
  background-position: center;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.home-slider button.slick-arrow:hover {
  background-color: white;
}
.home-slider button.slick-arrow.slick-prev {
  left: 0;
  border-radius: 0 2px 2px 0;
}
.home-slider button.slick-arrow.slick-prev::after {
  transform: rotate(0deg);
}
.home-slider button.slick-arrow.slick-next {
  right: 0;
  border-radius: 2px 0 0 2px;
}
.home-slider button.slick-arrow.slick-next::after {
  transform: rotate(180deg);
}

ul.tag-cloud {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
ul.tag-cloud li a {
  display: inline-block;
  border-radius: 99px;
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.6);
  padding: 0.5rem 1.6rem;
  transition: all 200ms;
}
ul.tag-cloud li a:hover {
  background-color: #eb592d;
  color: white;
}
ul.tag-cloud li a.active {
  background-color: #CD3C12;
  color: white;
}

.alert-404 {
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.alert-404 h5 {
  margin: 0 !important;
}
@media (max-width: 48em) {
  .alert-404 i {
    display: none;
  }
}

.results-grid {
  margin: 2.4rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.2rem;
  font-size: 1.6rem;
}
.results-grid article {
  background-color: white;
  overflow: hidden;
  position: relative;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  padding: 2.4rem;
  display: inline-block;
  transition: all 200ms;
}
.results-grid article h1, .results-grid article h2, .results-grid article h3, .results-grid article h4, .results-grid article h5 {
  margin: 0 0 1rem 0;
}
.results-grid article h1 a, .results-grid article h2 a, .results-grid article h3 a, .results-grid article h4 a, .results-grid article h5 a {
  color: #071940;
}
.results-grid article a.brand-logo {
  display: block;
  height: 30rem;
  background-color: white;
  margin-bottom: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.results-grid article img {
  width: 100%;
  margin-bottom: 2.4rem;
}
.results-grid article p {
  margin: 0.5rem 0;
}
.results-grid article:hover {
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.16);
  border-color: #BDBDBD;
}
.results-grid article:hover h3 a {
  color: #CD3C12;
}
@media (max-width: 48em) {
  .results-grid {
    grid-template-columns: 1fr;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
}
@media (max-width: 48em) {
  .pagination {
    justify-content: inherit;
  }
}
.pagination .page-numbers {
  font-family: "Moranga-Regular", serif;
  font-size: 1.4rem;
  font-weight: 400;
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 99px;
  background-color: #F2F2F2;
  color: #071940;
  transition: all 200ms;
}
@media (max-width: 48em) {
  .pagination .page-numbers {
    display: none;
  }
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  width: 10rem;
}
.pagination .page-numbers.prev {
  position: absolute;
  left: 2.4rem;
}
@media (max-width: 48em) {
  .pagination .page-numbers.prev {
    display: inline-flex;
    position: relative;
    left: 0;
    justify-self: start;
  }
}
.pagination .page-numbers.next {
  position: absolute;
  right: 2.4rem;
}
@media (max-width: 48em) {
  .pagination .page-numbers.next {
    display: inline-flex;
    position: relative;
    right: 0;
    justify-self: end;
  }
}
.pagination .page-numbers:hover {
  border-color: #eb592d;
}
.pagination .page-numbers.current {
  border-color: #eb592d;
  color: #eb592d;
}

.brands-filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.author-archive-grid {
  margin: 2.4rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  font-size: 1.6rem;
}
.author-archive-grid article {
  background-color: white;
  overflow: hidden;
  position: relative;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  padding: 1.6rem;
  display: inline-block;
  transition: all 200ms;
}
.author-archive-grid article h1, .author-archive-grid article h2, .author-archive-grid article h3, .author-archive-grid article h4, .author-archive-grid article h5 {
  margin: 0 0 1rem 0;
}
.author-archive-grid article h1 a, .author-archive-grid article h2 a, .author-archive-grid article h3 a, .author-archive-grid article h4 a, .author-archive-grid article h5 a {
  color: #071940;
}
.author-archive-grid article h3, .author-archive-grid article h3 * {
  font-size: 2.4rem;
}
.author-archive-grid article a.post-thumbnail {
  display: block;
  height: 12rem;
  background-color: #4F4F4F;
  margin-bottom: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0.6rem;
}
.author-archive-grid article img {
  width: 100%;
  margin-bottom: 2.4rem;
}
.author-archive-grid article p {
  margin: 0.5rem 0;
  color: #4F4F4F;
}
.author-archive-grid article:hover {
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.16);
  border-color: #BDBDBD;
}
.author-archive-grid article:hover h3 a {
  color: #CD3C12;
}
@media (max-width: 48em) {
  .author-archive-grid {
    grid-template-columns: 1fr;
  }
}

.selectable-block {
  transition: all 200ms;
  padding-left: 8rem;
  padding-right: 8rem;
  cursor: pointer;
  margin-bottom: 3.2rem;
}
.selectable-block:hover {
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.16);
}
.selectable-block:hover h1, .selectable-block:hover h2, .selectable-block:hover .h1, .selectable-block:hover .h2 {
  transition: all 200ms;
  color: #eb592d;
}
.selectable-block:hover .btn-outlined {
  background-color: #eb592d;
  color: white;
}
.selectable-block:hover .btn-outlined .wp-block-button__link {
  color: white;
}
.selectable-block.selected h1, .selectable-block.selected h2, .selectable-block.selected .h1, .selectable-block.selected .h2 {
  color: #eb592d;
}
.selectable-block.selected .btn-outlined {
  background-color: #eb592d;
  color: white;
}
.selectable-block.selected .btn-outlined .wp-block-button__link {
  color: white;
}
@media (max-width: 36em) {
  .selectable-block {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}

.plan-selector {
  display: grid;
  grid-template-columns: 40rem 1fr;
}
.plan-selector .plan-custom-content {
  padding-right: 5rem;
  padding-top: 5rem;
}
.plan-selector .plan-custom-content h1, .plan-selector .plan-custom-content .h1, .plan-selector .plan-custom-content h2, .plan-selector .plan-custom-content .h2 {
  line-height: 5.8rem;
  padding: 0;
}
.plan-selector .plan-custom-content .toggle-container {
  height: 8rem;
}
.plan-selector .plan-custom-content .toggle-container .container {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  position: relative;
  padding-left: 0;
}
.plan-selector .plan-custom-content .toggle-container .container .switch {
  display: inline-block;
  font-size: 20px;
  /* 1 */
  height: 8rem;
  width: 34rem;
  background: white;
  border-radius: 4rem;
  padding: 1rem;
  box-shadow: 0px 0px 0px 2px #EC582D;
  cursor: pointer;
}
.plan-selector .plan-custom-content .toggle-container .container .switch input {
  position: absolute;
  opacity: 0;
}
.plan-selector .plan-custom-content .toggle-container .container .switch input:checked + div {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.plan-selector .plan-custom-content .toggle-container .container .switch .options {
  position: absolute;
  display: grid;
  width: 32rem;
  grid-template-columns: 1fr 1fr;
  pointer-events: none;
  z-index: 1;
  height: 6rem;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 2px;
}
.plan-selector .plan-custom-content .toggle-container .container .switch .toggle {
  height: 6rem;
  width: 16rem;
  border-radius: 4rem;
  background: #FFF;
  box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.plan-selector .plans-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.plan-selector .plans-container .plan-container {
  border-radius: 0.8rem;
  text-align: center;
  padding: 2.4rem 1rem 2.4rem 1rem;
  transition: all 300ms;
  position: relative;
}
.plan-selector .plans-container .plan-container h2 {
  font-family: "Moranga-Bold", serif;
}
.plan-selector .plans-container .plan-container ul {
  list-style: none;
  padding: 0;
  font-size: 1.8rem;
  font-family: "Moranga-Regular", serif;
}
.plan-selector .plans-container .plan-container ul li {
  line-height: 4rem;
  position: relative;
  display: inline-block;
  padding-left: 2rem;
}
.plan-selector .plans-container .plan-container ul li::before {
  content: "";
  background-image: url("../img/icons/i_check_filled.svg");
  background-repeat: no-repeat;
  background-position: left center;
  height: 4rem;
  width: 2rem;
  display: block;
  position: absolute;
  left: -1rem;
}
.plan-selector .plans-container .plan-container ul li span.hl {
  color: #eb592d;
}
.plan-selector .plans-container .plan-container ul li.opt-disabled {
  opacity: 0.7;
}
.plan-selector .plans-container .plan-container ul li.opt-green {
  color: #219653;
  padding-left: 4.5rem;
}
.plan-selector .plans-container .plan-container ul li.opt-green::before {
  background-repeat: repeat-x;
  width: 4.2rem;
}
.plan-selector .plans-container .plan-container .top-label {
  position: absolute;
  top: -3.3rem;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-size: 1.6rem;
  color: white;
  background: #eb592d;
  padding: 0.6rem 0.8rem;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.plan-selector .plans-container .plan-container .fee {
  color: #219653;
  font-family: "Moranga-Regular", serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-selector .plans-container .plan-container .fee .cur {
  font-size: 5rem;
  font-weight: 700;
}
.plan-selector .plans-container .plan-container .fee .amo {
  font-size: 9rem;
  line-height: 7rem;
}
.plan-selector .plans-container .plan-container .fee .frq {
  font-size: 2.1rem;
}
.plan-selector .plans-container .plan-container.plan-starter {
  background-color: #F2F2F2;
}
.plan-selector .plans-container .plan-container:hover, .plan-selector .plans-container .plan-container.active {
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.plan-selector .plans-container .plan-container:hover .btn, .plan-selector .plans-container .plan-container.active .btn {
  color: white;
  background-color: #eb592d;
}

.radio-container,
.checkbox-container {
  margin-top: 1.6rem;
}
.radio-container label,
.checkbox-container label {
  font-size: 1.6rem !important;
  font-family: "AvertaStdPE-Regular", "Arial", sans-serif !important;
  margin-bottom: 1rem;
  display: inline-block;
  text-decoration: underline;
  font-weight: 600;
  margin-left: 0;
  line-height: 2.4rem !important;
}
.radio-container label.container,
.checkbox-container label.container {
  display: block;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2rem;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-container label.container input,
.checkbox-container label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-container label.container input:checked ~ .checkmark:after,
.checkbox-container label.container input:checked ~ .checkmark:after {
  display: block;
}
.radio-container label.container .checkmark,
.checkbox-container label.container .checkmark {
  position: absolute;
  background-color: #eee;
  overflow: hidden;
  border: 1px solid #525252;
}
.radio-container label.container .checkmark:after,
.checkbox-container label.container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container label {
  text-decoration: none;
  line-height: 2.4rem !important;
}
.checkbox-container label.container input:checked ~ .checkmark {
  background-color: #eb592d;
  border: 1px solid #eb592d;
}
.checkbox-container label.container .checkmark {
  top: 0.4rem;
  left: 0;
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 3px;
}
.checkbox-container label.container .checkmark:after {
  top: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
  background-image: url("../img/icons/i_check.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.radio-container label input:checked ~ .checkmark {
  background-color: white;
  border: 1px solid #eb592d;
  border-radius: 99px;
}
.radio-container label .checkmark {
  top: 0.4rem;
  left: 0;
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 99px;
}
.radio-container label .checkmark:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #eb592d;
  border-radius: 99px;
}

.my-account .radio-container label,
.my-account .checkbox-container label {
  text-decoration: none;
}

/* Layout */
.grid-2-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.2rem;
}
@media (max-width: 36em) {
  .grid-2-col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 62em) {
  main {
    padding-top: 14rem;
  }
}

.single-post article h1 {
  margin: 2.8rem 0;
}
@media (max-width: 36em) {
  .single-post article h1 {
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
}
.single-post article h1 .after-title {
  display: none;
}
.single-post article .post-hero {
  position: relative;
  height: 60rem;
  max-height: 90vh;
}
@media (max-width: 36em) {
  .single-post article .post-hero {
    height: 21rem;
  }
}
.single-post article .post-hero img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}
.single-post article .header-caption {
  text-align: right;
}
.single-post article .header-caption p {
  display: inline-block;
  font-size: 1.4rem;
  max-width: 60%;
  color: #4F4F4F;
}
@media (max-width: 36em) {
  .single-post article .header-caption p {
    max-width: 100%;
  }
}
.single-post article .article-content {
  padding-top: 7rem;
}
@media (max-width: 36em) {
  .single-post article .article-content {
    padding-top: 3rem;
    margin: 0 2.4rem;
  }
}
.single-post article .article-category ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 1rem;
}
.single-post article .article-category ul li a {
  font-size: 1.6rem;
  padding: 6px 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  font-weight: 600;
  background-color: #eb592d;
  color: #fff;
}
.single-post article .article-details {
  display: inline-block;
  background-color: white;
}
@media (max-width: 36em) {
  .single-post article .article-details {
    background-color: transparent;
  }
  .single-post article .article-details span.date {
    display: block;
    margin-bottom: 2.6rem;
  }
}
.single-post article .article-details .post-info {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 3.4rem;
  margin-left: 3rem;
}
@media (max-width: 36em) {
  .single-post article .article-details .post-info {
    margin-left: 0;
    margin-right: 2.6rem;
  }
}
.single-post article .article-overview .post-info {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 3.4rem;
  line-height: 6rem;
  display: block;
  min-height: 6rem;
}
.single-post article .article-details,
.single-post article .article-overview {
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
}
@media (max-width: 36em) {
  .single-post article .article-details,
.single-post article .article-overview {
    padding: 0;
  }
}
.single-post article .article-details .post-info.viewcount,
.single-post article .article-overview .post-info.viewcount {
  background-image: url("../img/icons/i_views-dark.svg");
}
.single-post article .article-details .post-info.reading-time,
.single-post article .article-overview .post-info.reading-time {
  background-image: url("../img/icons/i_reading_time-dark.svg");
}
.single-post article .article-details .post-info.comments,
.single-post article .article-overview .post-info.comments {
  background-image: url("../img/icons/i_comments-dark.svg");
}
.single-post article .article-details .post-info.related-topics,
.single-post article .article-overview .post-info.related-topics {
  background-image: url("../img/icons/i_related-dark.svg");
}
.single-post article .article-details .post-info.published,
.single-post article .article-overview .post-info.published {
  background-image: url("../img/icons/i_published-dark.svg");
}
.single-post article .article-container {
  display: grid;
  grid-template-columns: 25rem 1fr 25rem;
  column-gap: 3rem;
  padding-top: 7rem;
}
@media (max-width: 75em) {
  .single-post article .article-container {
    grid-template-columns: 25rem 1fr;
  }
}
@media (max-width: 48em) {
  .single-post article .article-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 36em) {
  .single-post article .article-container {
    padding-top: 4rem;
  }
}
.single-post article .article-container .article-tl-dr {
  margin-bottom: 3rem;
}
.single-post article .article-container .article-tl-dr h3, .single-post article .article-container .article-tl-dr h4, .single-post article .article-container .article-tl-dr h5, .single-post article .article-container .article-tl-dr h6 {
  margin-top: 0;
  font-family: "Moranga-Regular", serif;
  font-weight: 400;
}
.single-post article .article-container .article-tl-dr h6, .single-post article .article-container .article-tl-dr h6 * {
  font-family: "Moranga-Regular", serif;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.single-post article .article-container .article-tl-dr .user-actions {
  margin-top: 3.2rem;
  position: relative;
}
.single-post article .article-container .article-tl-dr .user-actions button.btn-share-lg {
  color: transparent;
}
.single-post article .article-container .article-tl-dr .user-actions .share-block {
  position: absolute;
  transition: all 400ms;
  background-color: white;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.16);
  padding: 2rem;
  display: block;
  width: 20rem;
  border-radius: 0.6rem;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 36em) {
  .single-post article .article-container .article-tl-dr .user-actions .share-block {
    width: 8rem;
  }
}
.single-post article .article-container .article-tl-dr .user-actions .share-block.menu-open {
  top: 6rem;
  opacity: 1;
  pointer-events: inherit;
}
@media (max-width: 36em) {
  .single-post article .article-container .article-tl-dr .user-actions {
    margin-bottom: 2.4rem;
  }
}
.single-post article .article-container .article-itself {
  max-width: 63rem;
  padding-bottom: 4rem;
}
@media (max-width: 48em) {
  .single-post article .article-container .article-itself {
    max-width: inherit;
    padding: 0;
  }
}
.single-post article .article-container .article-itself p {
  color: #292929;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 3rem;
}
.single-post article .article-container .article-itself img {
  height: inherit;
}
.single-post article .article-container .article-itself ul {
  padding: 0 0 0 2rem;
}
.single-post article .article-container .article-itself ul li {
  color: #292929;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 3rem;
}
.single-post article .article-container .article-itself h3:first-of-type, .single-post article .article-container .article-itself h4:first-of-type, .single-post article .article-container .article-itself h5:first-of-type, .single-post article .article-container .article-itself h6:first-of-type {
  margin-top: 0;
}
.single-post article .article-container .article-itself blockquote {
  position: relative;
  background-color: white;
  padding: 6.4rem;
  margin-right: -24rem;
  float: left;
  width: 48rem;
  transform: translateX(-28rem);
}
@media (max-width: 48em) {
  .single-post article .article-container .article-itself blockquote {
    max-width: 100%;
    left: 0;
    margin: 0 0 3rem 0;
    padding: 3.2rem;
    float: none;
    transform: translateX(0);
    width: 100%;
  }
}
.single-post article .article-container .article-itself blockquote p {
  font-size: 3.2rem;
  font-family: "Moranga-Bold", serif;
  line-height: 4.7rem;
  margin: 2rem 0 0 0;
  position: relative;
}
.single-post article .article-container .article-itself blockquote p:before {
  position: absolute;
  background-color: #eb592d;
  content: "";
  width: 18rem;
  height: 8px;
  left: 0;
  top: -2rem;
}
.single-post article .article-container .article-itself .article-overview {
  padding: 5.2rem 1rem;
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  margin: 4.5rem 0;
  font-size: 1.6rem;
}
.single-post article .article-container .article-itself .article-connect-brands .brand-details-base-of-article {
  border-radius: 0.4rem;
  border: 1px solid #E0E0E0;
  background-color: white;
  padding: 2.4rem;
}
.single-post article .article-container .article-itself .article-connect-brands .brand-details-base-of-article .brand-details-base-of-article-info {
  display: grid;
  grid-template-columns: 11rem 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 36em) {
  .single-post article .article-container .article-itself .article-connect-brands .brand-details-base-of-article .brand-details-base-of-article-info {
    grid-template-columns: 1fr;
  }
}
.single-post article .article-container .article-itself .article-connect-brands .brand-details-base-of-article .brand-details-base-of-article-info .logo {
  background-color: #eeeeee;
  height: 11rem;
  width: 11rem;
}
.single-post article .article-container .article-itself .article-connect-brands .brand-details-base-of-article .brand-details-base-of-article-info h3 {
  margin-bottom: 1rem;
}
.single-post article .article-container .article-itself .article-connect-brands .brand-details-base-of-article .brand-details-base-of-article-info p {
  margin: 0;
}
.single-post article .article-container .article-itself .article-comments-section {
  border-bottom: 1px solid #BDBDBD;
  padding: 0;
  margin-bottom: 4rem;
}
.single-post article .article-container .article-itself .article-comments-section .comments ul {
  padding: 0;
  list-style: none;
}
.single-post article .article-container .article-itself .article-comments-section .comments ul li {
  margin-bottom: 4rem;
  line-height: 2rem;
}
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-body {
  font-weight: 400;
}
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-body .comment-author {
  grid-area: author;
  display: inline;
}
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-body .comment-author img {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 99px;
  overflow: hidden;
  position: relative;
  top: 0.4rem;
}
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-body .comment-author cite {
  font-style: initial;
}
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-body .comment-meta {
  display: inline;
}
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-body .comment-meta a {
  font-size: 1.6rem;
  color: #828282;
}
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-body > p {
  font-size: 1.6rem;
  margin: 2rem 0 2rem 0;
  line-height: 2.4rem;
}
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-body .reply a.comment-reply-link {
  border: 1px solid #eb592d;
  background-color: white;
  padding: 0.6rem 3.6rem 0.6rem 1rem;
  font-weight: 600;
  font-size: 1.4rem;
  border-radius: 0.4rem;
  position: relative;
  transition: all 400ms;
  display: inline-block;
}
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-body .reply a.comment-reply-link::after {
  content: "";
  position: absolute;
  background-image: url("../img/icons/i_comment.svg");
  width: 1.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  right: 1.3rem;
  top: 50%;
  transform: translateY(-33%);
  transition: all 400ms;
}
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-body .reply a.comment-reply-link:hover {
  background-color: #CD3C12;
  color: white;
}
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-body .reply a.comment-reply-link:hover::after {
  filter: brightness(5);
}
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-respond {
  padding: 2.2rem;
  background-color: #ebebeb;
  margin-top: 4rem;
}
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-respond h3 {
  font-size: 2.4rem;
  border-bottom: 1px solid #828282;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-respond h3 a {
  font-family: "AvertaStdPE-Regular", "Arial", sans-serif;
  font-size: 1.8rem;
  margin-left: 1rem;
}
@media (max-width: 36em) {
  .single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-respond h3 a {
    margin-left: 0;
    display: block;
    margin-top: 1rem;
  }
}
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-respond .comment-form .comment-notes {
  font-size: 1.6rem;
}
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-respond .comment-form .comment-form-comment,
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-respond .comment-form .comment-form-author,
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-respond .comment-form .comment-form-email,
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-respond .comment-form .comment-form-url {
  display: grid;
  grid-template-columns: 12rem 1fr;
}
@media (max-width: 36em) {
  .single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-respond .comment-form .comment-form-comment,
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-respond .comment-form .comment-form-author,
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-respond .comment-form .comment-form-email,
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-respond .comment-form .comment-form-url {
    grid-template-columns: 1fr;
  }
}
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-respond .comment-form .form-submit input[type=submit] {
  background-color: #eb592d;
  color: white;
  padding: 1rem 2rem;
  border-radius: 0.4rem;
  border: none;
  transition: all 300ms;
}
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment .comment-respond .comment-form .form-submit input[type=submit]:hover {
  background-color: #CD3C12;
}
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment ul.children li.comment {
  background-color: #E0E0E0;
  margin-left: 4rem;
  padding: 1.5rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: relative;
  border-radius: 0.6rem;
}
.single-post article .article-container .article-itself .article-comments-section .comments ul li.comment ul.children li.comment::before {
  content: "";
  position: absolute;
  background-image: url("../img/icons/i_comment.svg");
  width: 1.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  left: -3.6rem;
  top: 0.6rem;
}
.single-post article .article-container .article-itself .article-comments-section .comments .comment-respond h3 {
  font-size: 2.4rem;
  border-bottom: 1px solid #828282;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.single-post article .article-container .article-itself .article-comments-section .comments .comment-respond h3 a {
  font-family: "AvertaStdPE-Regular", "Arial", sans-serif;
  font-size: 1.8rem;
  margin-left: 1rem;
}
@media (max-width: 36em) {
  .single-post article .article-container .article-itself .article-comments-section .comments .comment-respond h3 a {
    margin-left: 0;
    display: block;
    margin-top: 1rem;
  }
}
.single-post article .article-container .article-itself .article-comments-section .comments .comment-respond .comment-form .comment-notes {
  font-size: 1.6rem;
}
.single-post article .article-container .article-itself .article-comments-section .comments .comment-respond .comment-form .comment-form-comment,
.single-post article .article-container .article-itself .article-comments-section .comments .comment-respond .comment-form .comment-form-author,
.single-post article .article-container .article-itself .article-comments-section .comments .comment-respond .comment-form .comment-form-email,
.single-post article .article-container .article-itself .article-comments-section .comments .comment-respond .comment-form .comment-form-url {
  display: grid;
  grid-template-columns: 12rem 1fr;
}
.single-post article .article-container .article-itself .article-comments-section .comments .comment-respond .comment-form .comment-form-comment input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .single-post article .article-container .article-itself .article-comments-section .comments .comment-respond .comment-form .comment-form-comment select:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.single-post article .article-container .article-itself .article-comments-section .comments .comment-respond .comment-form .comment-form-author input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.single-post article .article-container .article-itself .article-comments-section .comments .comment-respond .comment-form .comment-form-author select:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.single-post article .article-container .article-itself .article-comments-section .comments .comment-respond .comment-form .comment-form-email input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.single-post article .article-container .article-itself .article-comments-section .comments .comment-respond .comment-form .comment-form-email select:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.single-post article .article-container .article-itself .article-comments-section .comments .comment-respond .comment-form .comment-form-url input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.single-post article .article-container .article-itself .article-comments-section .comments .comment-respond .comment-form .comment-form-url select:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 100%;
}
@media (max-width: 36em) {
  .single-post article .article-container .article-itself .article-comments-section .comments .comment-respond .comment-form .comment-form-comment,
.single-post article .article-container .article-itself .article-comments-section .comments .comment-respond .comment-form .comment-form-author,
.single-post article .article-container .article-itself .article-comments-section .comments .comment-respond .comment-form .comment-form-email,
.single-post article .article-container .article-itself .article-comments-section .comments .comment-respond .comment-form .comment-form-url {
    grid-template-columns: 1fr;
  }
}
.single-post article .article-container .article-itself .article-comments-section .comments .comment-respond .comment-form .comment-form-cookies-consent {
  margin-left: 12rem;
}
@media (max-width: 36em) {
  .single-post article .article-container .article-itself .article-comments-section .comments .comment-respond .comment-form .comment-form-cookies-consent {
    margin-left: 0;
  }
}
.single-post article .article-container .article-itself .article-comments-section .comments .comment-respond .comment-form .form-submit {
  margin-left: 12rem;
}
@media (max-width: 36em) {
  .single-post article .article-container .article-itself .article-comments-section .comments .comment-respond .comment-form .form-submit {
    margin-left: 0;
  }
}
.single-post article .article-container .article-itself .article-comments-section .comments .comment-respond .comment-form .form-submit input[type=submit] {
  background-color: #eb592d;
  color: white;
  padding: 1rem 2rem;
  border-radius: 0.4rem;
  border: none;
  transition: all 300ms;
}
.single-post article .article-container .article-itself .article-comments-section .comments .comment-respond .comment-form .form-submit input[type=submit]:hover {
  background-color: #CD3C12;
}
.single-post article .article-container .article-itself .article-connect-brands h6,
.single-post article .article-container .article-itself .article-comments-section h6 {
  font-family: "Moranga-Regular", serif;
  padding: 1rem 2rem;
  background-color: #E4E4E7;
  display: inline-block;
  font-weight: 400;
  pointer-events: none;
}
.single-post article .article-container .article-itself .article-tdlr-section h2 {
  margin-top: 0;
}
.single-post article .article-container .article-itself .article-tdlr-section ul {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #A1A1AA;
}
.single-post article .article-container .article-itself .article-tdlr-section ul li {
  font-family: "Moranga-Regular", serif;
  font-weight: 400;
  font-size: 2.2rem;
}
@media (max-width: 75em) {
  .single-post article .article-container .most-popular {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (max-width: 48em) {
  .single-post article .article-container .most-popular {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-top: 4rem;
  }
}
.single-post article .article-container .most-popular .articles {
  display: flex;
  flex-direction: column;
}
@media (max-width: 75em) {
  .single-post article .article-container .most-popular .articles {
    flex-direction: row;
  }
}
@media (max-width: 36em) {
  .single-post article .article-container .most-popular .articles {
    flex-direction: column;
  }
}
.single-post article .article-container .most-popular .articles .sidebar-related-article {
  background-color: white;
  border-bottom: 1px solid #BDBDBD;
  padding: 3.2rem;
  transition: all 200ms;
}
@media (max-width: 75em) {
  .single-post article .article-container .most-popular .articles .sidebar-related-article {
    border-bottom: none;
    border-right: 1px solid #BDBDBD;
  }
}
@media (max-width: 36em) {
  .single-post article .article-container .most-popular .articles .sidebar-related-article {
    border-right: none;
    border-bottom: 1px solid #BDBDBD;
  }
}
.single-post article .article-container .most-popular .articles .sidebar-related-article h6 {
  padding: 0;
  margin: 0;
  color: #292929;
}
.single-post article .article-container .most-popular .articles .sidebar-related-article ul {
  padding: 0;
  list-style: none;
}
.single-post article .article-container .most-popular .articles .sidebar-related-article ul li a {
  font-size: 1.2rem;
  color: #071940;
  display: block;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0 1rem;
  border-left: 3px solid #eb592d;
  line-height: 2.4rem;
}
.single-post article .article-container .most-popular .articles .sidebar-related-article ul li a h6 {
  margin: 0 0 1.6rem 0;
  font-family: "Moranga-Regular", serif;
  font-weight: 400;
}
.single-post article .article-container .most-popular .articles .sidebar-related-article:hover {
  background-color: #eb592d;
  color: white;
}
.single-post article .article-container .most-popular .articles .sidebar-related-article:hover a {
  color: white;
  border-left: 3px solid white !important;
}
.single-post article .article-container .most-popular .articles .sidebar-related-article:hover a h6 {
  color: white;
}
.single-post article .article-container .most-popular .articles .sidebar-related-article:last-of-type {
  border-bottom: none;
}
@media (max-width: 75em) {
  .single-post article .article-container .most-popular .articles .sidebar-related-article:last-of-type {
    border-right: none;
  }
}
@media (max-width: 36em) {
  .single-post article .article-container .most-popular .articles .sidebar-related-article:last-of-type {
    border-bottom: none;
  }
}
.single-post article .article-container .most-popular > h6 {
  margin-top: 0;
}
.single-post article.category-beer .article-category ul li a {
  background-color: #3f3ad9;
}
.single-post article.category-beer blockquote p:before {
  background-color: #3f3ad9 !important;
}
.single-post article.category-wine .article-category ul li a {
  background-color: #3cd2dd;
}
.single-post article.category-wine blockquote p:before {
  background-color: #3cd2dd !important;
}
.single-post article.category-spirits .article-category ul li a {
  background-color: #f9703e;
}
.single-post article.category-spirits blockquote p:before {
  background-color: #f9703e !important;
}
.single-post article.category-hard-seltzer .article-category ul li a {
  background-color: #fcf069;
}
.single-post article.category-hard-seltzer blockquote p:before {
  background-color: #fcf069 !important;
}
.single-post article.category-cocktails .article-category ul li a {
  background-color: #fba789;
}
.single-post article.category-cocktails blockquote p:before {
  background-color: #fba789 !important;
}
.single-post article.category-mocktails .article-category ul li a {
  background-color: #f74083;
}
.single-post article.category-mocktails blockquote p:before {
  background-color: #f74083 !important;
}
.single-post article.category-non-alcoholic .article-category ul li a {
  background-color: #00cc99;
}
.single-post article.category-non-alcoholic blockquote p:before {
  background-color: #00cc99 !important;
}

.brand-info-container .brand-profile-block {
  background-color: white;
  overflow: hidden;
  position: relative;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
}
.brand-info-container .brand-profile-block .brand-banner {
  background-color: #E0E0E0;
  height: 15rem;
  background-size: cover;
  background-position: center;
}
.brand-info-container .brand-profile-block .brand-details {
  position: relative;
}
.brand-info-container .brand-profile-block .brand-details__inner {
  padding: 1.2rem 2.4rem;
}
.brand-info-container .brand-profile-block .brand-details h1 {
  padding: 0;
  margin: 0;
}
.brand-info-container .brand-profile-block .brand-details .brand-logo {
  position: absolute;
  width: 10rem;
  height: 10rem;
  display: block;
  z-index: 0;
  top: -50px;
  left: 2.4rem;
}
.brand-info-container .brand-profile-block .brand-details .brand-info {
  font-size: 1.6rem;
}
.brand-info-container .brand-profile-block .brand-details .brand-info a {
  color: #071940;
  cursor: text;
  pointer-events: none;
}
.brand-info-container .brand-profile-block .brand-details .brand-info ul {
  list-style: none;
  padding: 0;
  display: inline-block;
}
.brand-info-container .brand-profile-block .brand-details .brand-info ul li a {
  color: #222222;
  pointer-events: none;
}
.brand-info-container .brand-profile-block .brand-actions {
  padding: 1.2rem 2.4rem 2.4rem 2.4rem;
}
.brand-info-container .brand-profile-block .brand-actions a {
  display: inline-flex;
}
.brand-info-container .brand-profile-block .brand-actions .user-actions {
  position: relative;
  display: inline-block;
}
@media (max-width: 36em) {
  .brand-info-container .brand-profile-block .brand-actions .user-actions {
    display: block;
  }
}
.brand-info-container .brand-profile-block .brand-actions .user-actions button.btn-share {
  margin-right: 0;
}
.brand-info-container .brand-profile-block .brand-actions .user-actions .share-block {
  position: absolute;
  transition: all 400ms;
  background-color: white;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.16);
  padding: 2rem;
  display: block;
  width: 20rem;
  border-radius: 0.6rem;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 36em) {
  .brand-info-container .brand-profile-block .brand-actions .user-actions .share-block {
    height: 8rem;
  }
}
.brand-info-container .brand-profile-block .brand-actions .user-actions .share-block ul {
  display: flex;
  justify-content: space-between;
}
.brand-info-container .brand-profile-block .brand-actions .user-actions .share-block ul li {
  min-width: 4rem;
}
.brand-info-container .brand-profile-block .brand-actions .user-actions .share-block ul li a {
  display: block;
}
.brand-info-container .brand-profile-block .brand-actions .user-actions .share-block ul li a .et_social_network_label {
  display: none;
}
.brand-info-container .brand-profile-block .brand-actions .user-actions .share-block.menu-open {
  top: 6rem;
  opacity: 1;
  pointer-events: inherit;
}
.brand-info-container .brand-profile-block .brand-tabs {
  border-top: 1px solid #E0E0E0;
}
.brand-info-container .brand-profile-block .brand-tabs__inner {
  padding: 1.6rem 2.4rem 2rem 2.4rem;
}
@media (max-width: 48em) {
  .brand-info-container .brand-profile-block .brand-tabs__inner {
    overflow-y: scroll;
  }
}
.brand-info-container .brand-profile-block .brand-tabs ul {
  padding: 0;
  list-style: none;
  display: flex;
  column-gap: 2.4rem;
}
.brand-info-container .brand-profile-block .brand-tabs ul li a {
  font-weight: 600;
  padding: 0.5rem 0 0.5rem 0;
  color: #222222;
}
.brand-info-container .brand-profile-block .brand-tabs ul li a:hover {
  color: rgba(235, 89, 45, 0.6);
  border-bottom: 2px solid rgba(235, 89, 45, 0.6);
}
.brand-info-container .brand-profile-block .brand-tabs ul li.tab__active a {
  color: #eb592d;
  border-bottom: 2px solid #eb592d;
}
.brand-info-container .brand-profile-block .brand-tabs ul li.tab__disabled a {
  color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
@media (max-width: 48em) {
  .brand-info-container .brand-profile-block .brand-tabs ul li:last-of-type {
    padding-right: 3rem;
  }
}
.brand-info-container .brand-info-block .brand-extended-info {
  display: grid;
  grid-template-columns: 25rem 1fr 25rem;
  column-gap: 3rem;
  align-items: start;
}
@media (max-width: 48em) {
  .brand-info-container .brand-info-block .brand-extended-info {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
}
.brand-info-container .brand-info-block .brand-extended-info p {
  color: #071940;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 3rem;
}
.brand-info-container .brand-info-block .brand-extended-info ul {
  padding: 0 0 0 2rem;
}
.brand-info-container .brand-info-block .brand-extended-info ul li {
  color: #071940;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.brand-info-container .brand-info-block .brand-links .social {
  display: flex;
  column-gap: 2rem;
  opacity: 0.7;
}
.brand-info-container .brand-info-block .brand-links .social:hover {
  opacity: 0.9;
}
.brand-info-container .brand-locations-block .locations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.2rem;
  margin: 2.4rem 0 0 0;
}
@media (max-width: 62em) {
  .brand-info-container .brand-locations-block .locations-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 36em) {
  .brand-info-container .brand-locations-block .locations-grid {
    grid-template-columns: 1fr;
  }
}
.brand-info-container .brand-locations-block .locations-grid article {
  background-color: white;
  overflow: hidden;
  position: relative;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  padding: 2.4rem;
  display: inline-block;
  transition: all 200ms;
  font-size: 1.8rem;
  color: #4F4F4F;
}
.brand-info-container .brand-locations-block .locations-grid article h1, .brand-info-container .brand-locations-block .locations-grid article h2, .brand-info-container .brand-locations-block .locations-grid article h3, .brand-info-container .brand-locations-block .locations-grid article h4, .brand-info-container .brand-locations-block .locations-grid article h5 {
  margin: 0 0 1rem 0;
  transition: all 200ms;
}
.brand-info-container .brand-locations-block .locations-grid article h1 a, .brand-info-container .brand-locations-block .locations-grid article h2 a, .brand-info-container .brand-locations-block .locations-grid article h3 a, .brand-info-container .brand-locations-block .locations-grid article h4 a, .brand-info-container .brand-locations-block .locations-grid article h5 a {
  color: #071940;
}
.brand-info-container .brand-locations-block .locations-grid article img {
  width: 100%;
  margin-bottom: 2.4rem;
}
.brand-info-container .brand-locations-block .locations-grid article p {
  margin: 0.5rem 0;
}
.brand-info-container .brand-locations-block .locations-grid article .location-map {
  width: 100%;
  height: 16.8rem;
  background-color: #F6F6F6;
  margin-bottom: 2.4rem;
  border-radius: 0.2rem;
  border: 1px solid #BDBDBD;
  transition: all 200ms;
}
.brand-info-container .brand-locations-block .locations-grid article:hover {
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.16);
  border-color: #BDBDBD;
}
.brand-info-container .brand-locations-block .locations-grid article:hover h3, .brand-info-container .brand-locations-block .locations-grid article:hover h3 * {
  color: #CD3C12;
}
.brand-info-container .brand-locations-block .locations-grid article:hover .location-map {
  border-color: #eb592d;
}
.brand-info-container .brand-locations-block .locations-grid article .contact-info {
  margin-bottom: 1.5rem;
}
.brand-info-container .brand-locations-block .locations-grid article .contact-info ul {
  padding: 0;
  list-style: none;
  font-weight: 400;
  margin: 0;
}
.brand-info-container .brand-locations-block .locations-grid article .contact-info ul li {
  display: grid;
  grid-template-columns: 9rem 1fr;
  line-height: 2.8rem;
}
.brand-info-container .brand-locations-block .locations-grid article .contact-info ul li span:first-of-type {
  font-weight: 600;
}
.brand-info-container .brand-locations-block .locations-grid article .contact-info ul li a {
  font-size: 1.8rem;
  word-break: break-all;
}
.brand-info-container .brand-locations-block .locations-grid article .brand-info {
  margin-bottom: 1.5rem;
}
.brand-info-container .brand-locations-block .locations-grid article .brand-info p {
  font-size: 1.8rem;
  margin: 0;
}
.brand-info-container .brand-locations-block .locations-grid article .work-hours {
  font-weight: 600;
}
.brand-info-container .brand-locations-block .locations-grid article .work-hours ul {
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}
.brand-info-container .brand-locations-block .locations-grid article .work-hours ul li {
  display: grid;
  grid-template-columns: 12rem 1fr;
  line-height: 2.6rem;
}
.brand-info-container .claim-profile-block {
  display: grid;
  grid-template-columns: 28rem 1fr;
  gap: 2.2rem;
  padding: 2.4rem;
  background-color: white;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  align-items: center;
}
.brand-info-container .claim-profile-block h5 {
  margin: 0;
}
@media (max-width: 36em) {
  .brand-info-container .claim-profile-block h5 {
    display: none;
  }
}
@media (max-width: 36em) {
  .brand-info-container .claim-profile-block {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.brand-info-container .brand-news-wrapper .brand-news-deck {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.brand-info-container .brand-news-wrapper .brand-news-deck .brand-news-card {
  padding: 2rem;
  font-size: 1.8rem;
  border: 1px solid #BDBDBD;
  border-radius: 0.6rem;
  background-color: white;
  transition: all 400ms;
}
.brand-info-container .brand-news-wrapper .brand-news-deck .brand-news-card .news-img-container {
  overflow: hidden;
  border-radius: 0.4rem;
  height: 12rem;
  background-color: #E4E4E7;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 1.2rem;
}
.brand-info-container .brand-news-wrapper .brand-news-deck .brand-news-card .news-img-container img {
  width: 100%;
}
.brand-info-container .brand-news-wrapper .brand-news-deck .brand-news-card h5 {
  color: #071940;
}
.brand-info-container .brand-news-wrapper .brand-news-deck .brand-news-card span.news-date {
  color: #4F4F4F;
}
.brand-info-container .brand-news-wrapper .brand-news-deck .brand-news-card p.news-excerpt {
  color: #4F4F4F;
  font-size: 1.8rem;
  margin-bottom: 0;
}
.brand-info-container .brand-news-wrapper .brand-news-deck .brand-news-card:hover {
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.16);
}
.brand-info-container .brand-news-wrapper .brand-news-deck .brand-news-card:hover h5 {
  color: #CD3C12;
}
@media (max-width: 75em) {
  .brand-info-container .brand-news-wrapper .brand-news-deck {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 36em) {
  .brand-info-container .brand-news-wrapper .brand-news-deck {
    grid-template-columns: 1fr;
  }
}

.brand-profile-block-fixed {
  position: fixed;
  top: 6rem;
  left: 0;
  width: 100%;
  height: 15rem;
  background-color: #F6F6F6;
  z-index: 1;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.02), 0px 1px 12px rgba(0, 0, 0, 0.12);
  padding: 0 2.4rem;
  transition: all 400ms;
  opacity: 1;
}
@media (max-width: 75em) {
  .brand-profile-block-fixed {
    top: 7.4rem;
  }
}
@media (max-width: 62em) {
  .brand-profile-block-fixed {
    display: none;
  }
}
.brand-profile-block-fixed.hidden {
  top: -6;
  opacity: 0;
}
.brand-profile-block-fixed .brand-details {
  border-bottom: 1px solid #E0E0E0;
  padding: 2.2rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.brand-profile-block-fixed .brand-details .brand-details__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
.brand-profile-block-fixed .brand-details .brand-details__inner p.h3 {
  margin: 0;
}
.brand-profile-block-fixed .brand-details .brand-details__inner .brand-logo {
  width: 4rem;
  height: 4rem;
  background-color: #F6F6F6;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.02), 0px 1px 12px rgba(0, 0, 0, 0.12);
}
.brand-profile-block-fixed .brand-tabs .brand-tabs__inner ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
.brand-profile-block-fixed .brand-tabs .brand-tabs__inner ul li a {
  font-weight: 600;
  padding: 0.5rem 0 0.5rem 0;
  color: #222222;
}
.brand-profile-block-fixed .brand-tabs .brand-tabs__inner ul li a:hover {
  color: rgba(235, 89, 45, 0.6);
  border-bottom: 2px solid rgba(235, 89, 45, 0.6);
}
.brand-profile-block-fixed .brand-tabs .brand-tabs__inner ul li.tab__active a {
  color: #eb592d;
  border-bottom: 2px solid #eb592d;
}
.brand-profile-block-fixed .brand-tabs .brand-tabs__inner ul li.tab__disabled a {
  color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
@media (max-width: 48em) {
  .brand-profile-block-fixed .brand-tabs .brand-tabs__inner ul li:last-of-type {
    padding-right: 3rem;
  }
}
.brand-profile-block-fixed .brand-actions a {
  display: inline-flex;
}
.brand-profile-block-fixed .brand-actions .user-actions {
  position: relative;
  display: inline-block;
}
.brand-profile-block-fixed .brand-actions .user-actions button.btn-share {
  margin-right: 0;
}
.brand-profile-block-fixed .brand-actions .user-actions .share-block {
  position: absolute;
  transition: all 400ms;
  background-color: white;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.16);
  padding: 2rem;
  display: block;
  width: 20rem;
  border-radius: 0.6rem;
  top: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 36em) {
  .brand-profile-block-fixed .brand-actions .user-actions .share-block {
    height: 8rem;
  }
}
.brand-profile-block-fixed .brand-actions .user-actions .share-block ul {
  display: flex;
  justify-content: space-between;
}
.brand-profile-block-fixed .brand-actions .user-actions .share-block ul li {
  min-width: 4rem;
}
.brand-profile-block-fixed .brand-actions .user-actions .share-block ul li a {
  display: block;
}
.brand-profile-block-fixed .brand-actions .user-actions .share-block ul li a .et_social_network_label {
  display: none;
}
.brand-profile-block-fixed .brand-actions .user-actions .share-block.menu-open {
  top: 6rem;
  opacity: 1;
  pointer-events: inherit;
}

#brand-profile-reg-progress .steps {
  flex-wrap: nowrap;
}
#brand-profile-reg-progress .steps .step {
  text-align: center;
  margin: 0;
}
#brand-profile-reg-progress .steps .step h2, #brand-profile-reg-progress .steps .step h3 {
  font-size: 3.2rem;
  border: 1px solid #BDBDBD;
  border-radius: 99px;
  width: 6.4rem;
  height: 6.4rem;
  color: #4F4F4F;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#brand-profile-reg-progress .steps .step h2::after, #brand-profile-reg-progress .steps .step h3::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  display: block;
  background-color: #BDBDBD;
  right: -100%;
}
@media (max-width: 48em) {
  #brand-profile-reg-progress .steps .step h2::after, #brand-profile-reg-progress .steps .step h3::after {
    display: none;
  }
}
#brand-profile-reg-progress .steps .step h2::before, #brand-profile-reg-progress .steps .step h3::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  display: block;
  background-color: #BDBDBD;
  right: 100%;
}
@media (max-width: 48em) {
  #brand-profile-reg-progress .steps .step h2::before, #brand-profile-reg-progress .steps .step h3::before {
    display: none;
  }
}
@media (max-width: 48em) {
  #brand-profile-reg-progress .steps .step h2, #brand-profile-reg-progress .steps .step h3 {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.6rem;
  }
}
#brand-profile-reg-progress .steps .step h6 {
  margin-top: 1rem;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media (max-width: 48em) {
  #brand-profile-reg-progress .steps .step h6 {
    display: none;
  }
}
#brand-profile-reg-progress .steps .step.step-active h2, #brand-profile-reg-progress .steps .step.step-active h3, #brand-profile-reg-progress .steps .step.step-active h6 {
  color: #eb592d;
}
@media (max-width: 48em) {
  #brand-profile-reg-progress .steps .step.step-active h6 {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
#brand-profile-reg-progress .steps .step.step-past h2, #brand-profile-reg-progress .steps .step.step-past h3 {
  color: transparent;
  background-image: url("../img/icons/i_tick.svg");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
@media (max-width: 48em) {
  #brand-profile-reg-progress .steps .step.step-past h2, #brand-profile-reg-progress .steps .step.step-past h3 {
    background-size: 50%;
  }
}
#brand-profile-reg-progress .steps .step.step-past h6 {
  color: #219653;
}
#brand-profile-reg-progress .steps .step:last-of-type h2::after, #brand-profile-reg-progress .steps .step:last-of-type h3::after {
  display: none;
}
#brand-profile-reg-progress .steps .step:first-of-type h2::before, #brand-profile-reg-progress .steps .step:first-of-type h3::before {
  display: none;
}
@media (max-width: 48em) {
  #brand-profile-reg-progress .white-container {
    min-height: 12rem;
  }
}

#brand-edit-form .working-hours-edit {
  grid-column: span 2;
}
#brand-edit-form .working-hours-edit .wh-dd {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
#brand-edit-form .working-hours-edit .wh-dd .wh-d {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.6rem;
}
@media (max-width: 36em) {
  #brand-edit-form .working-hours-edit .wh-dd {
    grid-template-columns: 1fr;
  }
}

#noa-verification-step1 form#noa-brand-verification p {
  display: grid;
  grid-template-columns: 15rem 38rem;
  align-items: center;
}
@media (max-width: 36em) {
  #noa-verification-step1 form#noa-brand-verification p {
    grid-template-columns: 1fr;
  }
}
#noa-verification-step1 form#noa-brand-verification p label {
  font-family: "Moranga-Regular", serif;
  font-weight: 400;
  font-size: 1.6rem;
}

#noa-validation-success h3 {
  color: #219653;
}
#noa-validation-success h3::before {
  content: url("../img/icons/i_verified.svg");
  width: 3rem;
  height: 3rem;
  display: block;
  margin: auto;
  margin-bottom: 2rem;
}

.stage-navigation.fixed {
  position: fixed;
  bottom: 0rem;
  width: 100%;
}
@media (max-width: 36em) {
  .stage-navigation .wp-block-columns .wp-block-column .wp-block-buttons.is-content-justification-left, .stage-navigation .wp-block-columns .wp-block-column .wp-block-buttons.is-content-justification-right {
    justify-content: center;
  }
}
@media (max-width: 36em) {
  .stage-navigation .wp-block-columns .wp-block-column .wp-block-buttons.is-content-justification-right {
    margin-top: 2rem;
  }
}

form h4 label span.required {
  font-size: 2.4rem;
  font-weight: 400;
}
form .form-sm-container .input-container {
  display: grid;
  grid-template-columns: 18rem 1fr;
  align-items: center;
  margin-bottom: 1.6rem;
}
@media (max-width: 48em) {
  form .form-sm-container .input-container {
    grid-template-columns: 1fr;
  }
}
form .form-sm-container .input-container .multi-select-container {
  display: inline-block;
  position: relative;
}
form .form-sm-container .input-container .multi-select-container--open .multi-select-menu {
  display: block;
}
form .form-sm-container .input-container .multi-select-container--open .multi-select-button::after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #999 transparent;
}
form .form-sm-container .input-container .multi-select-menu {
  position: absolute;
  left: 0;
  top: 3.8rem;
  float: left;
  min-width: 100%;
  background: #fff;
  margin: 1em 0;
  padding: 0.4rem 1rem;
  border: 1px solid #BDBDBD;
  border-radius: 0.4rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
}
form .form-sm-container .input-container .multi-select-menu input {
  margin-right: 0.3em;
  vertical-align: 0.1em;
}
form .form-sm-container .input-container .multi-select-button {
  display: block;
  height: 4.5rem;
  border: 1px solid #BDBDBD;
  border-radius: 0.4rem;
  padding: 1rem;
  font-size: 1.6rem;
  transition: all 200ms;
}
form .form-sm-container .input-container .multi-select-button::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: #999 transparent transparent transparent;
  margin-left: 0.4em;
  vertical-align: 0.1em;
  position: absolute;
  right: 1rem;
  top: 1.1em;
}
form .form-sm-container label {
  font-family: "Moranga-Regular", serif;
  font-weight: 400;
  font-size: 1.8rem;
  display: inline-block;
}
form .form-sm-container label.multi-select-menuitem {
  display: block;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 2.5rem;
}
form .address-field .select2.select2-container--default .selection .select2-selection {
  padding: 2.2rem 0.4rem;
  display: flex;
  align-items: center;
}
form .address-field .select2.select2-container--default .selection .select2-selection.select2-selection--single .select2-selection__arrow {
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}

.my-account-container {
  display: grid;
  grid-template-columns: 36rem 1fr;
  gap: 3.2rem;
  align-items: start;
}
@media (max-width: 48em) {
  .my-account-container {
    grid-template-columns: 1fr;
  }
}
.my-account-container .woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
}
.my-account-container .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  color: #071940;
  padding: 1.6rem 0 1.6rem 1rem;
  display: block;
  border-bottom: 1px solid #E0E0E0;
  transition: all 200ms;
}
.my-account-container .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
  background-color: #F2F2F2;
  color: #eb592d;
}
.my-account-container .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover:before {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.my-account-container .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:before {
  position: relative;
  margin-right: 1.6rem;
  top: 0.4rem;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.my-account-container .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
  color: #eb592d;
}
.my-account-container .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a:before {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.my-account-container .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:first-of-type a {
  border-top: 1px solid #E0E0E0;
}
.my-account-container .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: url("../img/icons/account/i_dashboard.svg");
}
.my-account-container .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: url("../img/icons/account/i_orders.svg");
}
.my-account-container .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--members-area a:before {
  content: url("../img/icons/account/i_memberships.svg");
}
.my-account-container .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
  content: url("../img/icons/account/i_subscriptions.svg");
}
.my-account-container .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: url("../img/icons/account/i_addresses.svg");
}
.my-account-container .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: url("../img/icons/account/i_payment.svg");
}
.my-account-container .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-brands a:before {
  content: url("../img/icons/account/i_brands.svg");
}
.my-account-container .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: url("../img/icons/account/i_account-details.svg");
}
.my-account-container .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: url("../img/icons/account/i_logout.svg");
}
.my-account-container .dashboard-navigation .woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.4rem;
}
@media (max-width: 62em) {
  .my-account-container .dashboard-navigation .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 36em) {
  .my-account-container .dashboard-navigation .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }
}
.my-account-container .dashboard-navigation .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 200ms;
  height: 22rem;
  color: #071940;
  padding: 0;
  border: 1px solid #E0E0E0;
  border-radius: 0.4rem;
}
.my-account-container .dashboard-navigation .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
  background-color: #F2F2F2;
  color: #eb592d;
}
.my-account-container .dashboard-navigation .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover:before {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.my-account-container .dashboard-navigation .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:before {
  position: relative;
  margin-right: 0;
  top: -1rem;
  transform: scale(1.5);
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.my-account-container .dashboard-navigation .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
  color: #eb592d;
}
.my-account-container .dashboard-navigation .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a:before {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.my-account-container .MyAccount-brand-list ul li {
  color: #071940;
  padding: 2rem;
  display: block;
  position: relative;
  border: 1px solid #E0E0E0;
  border-radius: 0.4rem;
  transition: all 200ms;
}
.my-account-container .MyAccount-brand-list ul li:hover {
  background-color: #F2F2F2;
  color: #eb592d;
}
.my-account-container .MyAccount-brand-list ul li:hover:before {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.my-account-container .MyAccount-brand-list ul li img {
  display: block;
  width: 8.4rem;
  margin-bottom: 1.6rem;
}
.my-account-container .MyAccount-brand-list ul li a {
  color: #071940;
}
.my-account-container .MyAccount-brand-list ul li a.account-brand-edit-btn {
  display: inline-block;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 0.6rem 1.2rem;
}

.page-template-template-landing h1 {
  font-size: 3.6vw;
  margin-bottom: 2rem;
}
@media (max-width: 87.5em) {
  .page-template-template-landing h1 {
    font-size: 4.2vw;
  }
}
@media (max-width: 36em) {
  .page-template-template-landing h1 {
    font-size: 3.6rem;
    text-align: left !important;
  }
}
@media (max-width: 36em) {
  .page-template-template-landing p {
    text-align: left;
  }
}
.page-template-template-landing main {
  padding-top: 6rem;
}
.page-template-template-landing section {
  margin: 0 2rem;
}
.page-template-template-landing .gform_submission_error .gform-icon {
  margin: 0;
}
.page-template-template-landing .gform_ajax_spinner {
  vertical-align: baseline;
  margin-left: 20px;
}
.page-template-template-landing header #nav-social.nav-social-landing ul li {
  background-size: 2.5rem 2.5rem;
}
.page-template-template-landing header #nav-social.nav-social-landing ul li a {
  max-width: 2.5rem;
  max-height: 2.5rem;
}
.page-template-template-landing .header-top {
  border: none;
  background-color: #F6F6F6;
}
@media (max-width: 36em) {
  .page-template-template-landing .header-top {
    padding-top: 20px;
  }
}
.page-template-template-landing .landing-heading {
  margin: 5rem 16%;
}
.page-template-template-landing .landing-heading mark {
  position: relative;
  background-color: transparent !important;
  font-size: 3.6vw;
}
.page-template-template-landing .landing-heading mark.animating::after {
  animation: none;
}
.page-template-template-landing .landing-heading mark::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 15px;
  height: 60%;
  content: "";
  width: 4px;
  background: #000000;
  animation: flash 2s infinite;
}
@media (max-width: 36em) {
  .page-template-template-landing .landing-heading mark::after {
    bottom: 10px;
  }
}
.page-template-template-landing .landing-heading mark::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 6px;
  background-color: #CD3C12;
  width: 100%;
  padding-right: 20px;
  z-index: -1;
}
@media (max-width: 87.5em) {
  .page-template-template-landing .landing-heading mark {
    font-size: 4.2vw;
  }
}
@media (max-width: 36em) {
  .page-template-template-landing .landing-heading mark {
    font-size: 8vw !important;
  }
}
@media (max-width: 36em) {
  .page-template-template-landing .landing-heading {
    font-size: 8vw !important;
    margin: 5rem 0;
  }
}
@media (max-width: 36em) {
  .page-template-template-landing .landing-sub-title {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 36em) {
  .page-template-template-landing .landing-sub-title-2 {
    font-size: 1.6rem !important;
  }
}
.page-template-template-landing .gform_wrapper {
  max-width: 350px;
  margin: 0 auto;
}
.page-template-template-landing .gform_wrapper.gravity-theme #field_submit {
  display: block;
}
.page-template-template-landing .gform_wrapper.gravity-theme .gform_footer {
  display: block;
}
.page-template-template-landing .landing-subscription-email {
  margin: 24px 0;
}
.page-template-template-landing .landing-subscription-email .ginput_container_email input {
  border: 2px solid #07193F !important;
  width: 330px !important;
  text-align: center;
  color: #CD3C12;
  box-shadow: 0px 16px 24px -5px rgba(8, 35, 48, 0.16);
}
.page-template-template-landing .landing-subscription-email .ginput_container_email input::placeholder {
  color: #07193F;
  opacity: 1;
}
.page-template-template-landing .landing-subscription-email .ginput_container_email input:focus {
  border: 2px solid #CD3C12 !important;
}
@media (max-width: 36em) {
  .page-template-template-landing .landing-subscription-email {
    margin: 16px 0;
    width: 100% !important;
  }
}
.page-template-template-landing .landing-social-bottom {
  display: none;
  margin-bottom: 40px;
}
.page-template-template-landing .landing-social-bottom p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 8px;
}
.page-template-template-landing .landing-social-bottom .wp-block-buttons {
  text-align: center;
}
.page-template-template-landing .landing-social-bottom .wp-block-buttons .wp-block-button {
  height: 3.3rem;
  margin: 4px;
  vertical-align: middle;
}
.page-template-template-landing .landing-social-bottom .wp-block-buttons .wp-block-button a {
  background: transparent;
  color: transparent;
  max-width: 3.3rem;
}
@media (max-width: 36em) {
  .page-template-template-landing .landing-social-bottom {
    display: block;
  }
}
.page-template-template-landing .landing-success-buttons {
  text-align: center;
}
.page-template-template-landing .landing-success-buttons .wp-block-button a {
  padding: 8px 16px 8px 50px;
  border-radius: 4px;
  font-size: 18px;
  margin: 8px;
  background-repeat: no-repeat;
  background-position: 5px;
}
@media (max-width: 36em) {
  .page-template-template-landing .landing-success-buttons .wp-block-button a {
    width: 100%;
    text-align: left;
    margin: 8px 0;
  }
}
.page-template-template-landing .landing-success-buttons .wp-block-button.landing-success-fb a {
  background-image: url("../img/icons/facebook_landing_ico.svg");
}
.page-template-template-landing .landing-success-buttons .wp-block-button.landing-success-tw a {
  background-image: url("../img/icons/twitter_landing_ico.svg");
}
.page-template-template-landing .landing-success-buttons .wp-block-button.landing-success-li a {
  background-image: url("../img/icons/linkedin_landing_ico.svg");
}
@media (max-width: 36em) {
  .page-template-template-landing .landing-success-buttons .wp-block-button {
    width: 100%;
    text-align: center;
  }
}
.page-template-template-landing .landing-footer-text mark {
  background-color: transparent !important;
}
@media (max-width: 36em) {
  .page-template-template-landing .landing-footer-text mark {
    display: block;
    font-size: 14px;
    color: inherit;
    margin-top: 20px;
  }
}
@media (max-width: 36em) {
  .page-template-template-landing .landing-footer-text {
    font-size: 14px;
  }
}
.page-template-template-landing .gform_button[type=submit] {
  background: #ddd;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  color: #07193F;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.page-template-template-landing .gform_button[type=submit]:hover {
  color: #fff;
  background: #EC582D;
}

/* Plugins override */
.woocommerce form.login, .woocommerce form.register,
.woocommerce-page form.login,
.woocommerce-page form.register {
  padding: 0;
  border: none;
  margin: 0;
}
.woocommerce form.login .woocommerce-form-row label, .woocommerce form.register .woocommerce-form-row label,
.woocommerce-page form.login .woocommerce-form-row label,
.woocommerce-page form.register .woocommerce-form-row label {
  font-family: "Moranga-Regular", serif;
  font-size: 2.4rem;
}
@media (max-width: 36em) {
  .woocommerce form.login .woocommerce-form-row label, .woocommerce form.register .woocommerce-form-row label,
.woocommerce-page form.login .woocommerce-form-row label,
.woocommerce-page form.register .woocommerce-form-row label {
    font-size: 2.2rem;
  }
}
.woocommerce form.login .woocommerce-form-row label.woocommerce-form__label, .woocommerce form.register .woocommerce-form-row label.woocommerce-form__label,
.woocommerce-page form.login .woocommerce-form-row label.woocommerce-form__label,
.woocommerce-page form.register .woocommerce-form-row label.woocommerce-form__label {
  margin-right: 3rem;
}
.woocommerce form.edit-account fieldset,
.woocommerce-page form.edit-account fieldset {
  border: none;
  padding: 0;
  margin: 3.2rem 0 0 0;
}
.woocommerce form.edit-account fieldset legend,
.woocommerce-page form.edit-account fieldset legend {
  font-family: "Moranga-Regular", serif;
  font-size: 2.4rem;
  font-weight: 400;
  width: 100%;
  border-bottom: 2px solid #828282;
  margin-bottom: 2rem;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  align-items: center;
}
.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required {
  font-family: "Moranga-Regular", serif;
}
.woocommerce form .form-row em,
.woocommerce-page form .form-row em {
  font-size: 1.2rem;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  font-family: "Moranga-Regular", serif;
  font-size: 1.8rem;
}
.woocommerce form h4 .required, .woocommerce form h4 span.required,
.woocommerce-page form h4 .required,
.woocommerce-page form h4 span.required {
  font-size: 2.4rem;
}
.woocommerce form .woocommerce-billing-fields .form-row,
.woocommerce-page form .woocommerce-billing-fields .form-row {
  display: grid;
  grid-template-columns: 16rem 1fr;
  align-items: center;
}
@media (max-width: 36em) {
  .woocommerce form .woocommerce-billing-fields .form-row,
.woocommerce-page form .woocommerce-billing-fields .form-row {
    display: block;
  }
}
.woocommerce form .woocommerce-billing-fields .form-row .required,
.woocommerce-page form .woocommerce-billing-fields .form-row .required {
  font-family: "Moranga-Regular", serif;
}
.woocommerce form .woocommerce-billing-fields .form-row .screen-reader-text,
.woocommerce-page form .woocommerce-billing-fields .form-row .screen-reader-text {
  position: relative !important;
}
.woocommerce form .woocommerce-billing-fields .form-row label,
.woocommerce-page form .woocommerce-billing-fields .form-row label {
  font-family: "Moranga-Regular", serif;
}
.woocommerce form .woocommerce-billing-fields .form-row label .optional,
.woocommerce-page form .woocommerce-billing-fields .form-row label .optional {
  display: none;
}
.woocommerce form .woocommerce-billing-fields .form-row input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .woocommerce form .woocommerce-billing-fields .form-row select:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce-page form .woocommerce-billing-fields .form-row input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce-page form .woocommerce-billing-fields .form-row select:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 4.5rem;
  padding: 1rem;
}
.woocommerce form .woocommerce-billing-fields .form-row::before, .woocommerce form .woocommerce-billing-fields .form-row::after,
.woocommerce-page form .woocommerce-billing-fields .form-row::before,
.woocommerce-page form .woocommerce-billing-fields .form-row::after {
  display: none;
}
.woocommerce form .woocommerce-billing-fields .form-row-first,
.woocommerce form .woocommerce-billing-fields .form-row-last,
.woocommerce-page form .woocommerce-billing-fields .form-row-first,
.woocommerce-page form .woocommerce-billing-fields .form-row-last {
  float: none;
  width: 100%;
}
.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
  font-size: 1.6rem;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  font-size: 1.6rem;
}
.woocommerce .woocommerce-notices-wrapper,
.woocommerce-page .woocommerce-notices-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
  max-width: 1200px;
  margin-top: 3rem;
  color: #DC2626;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error {
  background-color: rgba(235, 45, 45, 0.1);
  border-radius: 0.4rem;
  border-top: 0;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error::before,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error::before {
  top: 1.2em;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-info, .woocommerce .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message {
  background-color: rgba(52, 173, 31, 0.1);
  color: #219653;
  border-radius: 0.4rem;
  border-top: 0;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-info::before, .woocommerce .woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message::before {
  top: 1.2em;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
  font-family: "Moranga-Regular", serif;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.woocommerce .woocommerce-info, .woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
  background-color: rgba(52, 173, 31, 0.1);
  color: #219653;
  border-radius: 0.4rem;
  border-top: none;
}
.woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before,
.woocommerce-page .woocommerce-info::before,
.woocommerce-page .woocommerce-message::before {
  color: #219653;
  top: 1.2em;
}
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  background-color: rgba(235, 45, 45, 0.1);
  border-radius: 0.4rem;
  border-top: 0;
  color: #DC2626;
}
.woocommerce .woocommerce-error::before,
.woocommerce-page .woocommerce-error::before {
  top: 1.2em;
  color: #DC2626;
}
.woocommerce .woocommerce-notices-wrapper *,
.woocommerce-page .woocommerce-notices-wrapper * {
  color: #DC2626;
}
.woocommerce .woocommerce-checkout-review-order,
.woocommerce-page .woocommerce-checkout-review-order {
  font-size: 1.6rem;
  font-family: "Moranga-Regular", serif;
  font-weight: 400;
}
.woocommerce .woocommerce-checkout-review-order .shop_table,
.woocommerce-page .woocommerce-checkout-review-order .shop_table {
  border: none;
}
.woocommerce .woocommerce-checkout-review-order .shop_table td, .woocommerce .woocommerce-checkout-review-order .shop_table th,
.woocommerce-page .woocommerce-checkout-review-order .shop_table td,
.woocommerce-page .woocommerce-checkout-review-order .shop_table th {
  padding: 2.5rem 0;
}
.woocommerce .woocommerce-checkout-review-order .shop_table .product-total,
.woocommerce-page .woocommerce-checkout-review-order .shop_table .product-total {
  text-align: right;
}
.woocommerce .woocommerce-checkout-review-order .shop_table .cart_item .product-name .variation,
.woocommerce-page .woocommerce-checkout-review-order .shop_table .cart_item .product-name .variation {
  margin-top: 0;
}
.woocommerce .woocommerce-checkout-review-order .shop_table .cart_item .product-name .variation dd p,
.woocommerce-page .woocommerce-checkout-review-order .shop_table .cart_item .product-name .variation dd p {
  margin-top: 0;
}
.woocommerce .woocommerce-checkout-review-order .shop_table .cart_item .product-total,
.woocommerce-page .woocommerce-checkout-review-order .shop_table .cart_item .product-total {
  text-align: right;
}
.woocommerce .woocommerce-checkout-review-order .shop_table .recurring-totals,
.woocommerce-page .woocommerce-checkout-review-order .shop_table .recurring-totals {
  display: none;
}
.woocommerce .woocommerce-checkout-review-order .shop_table .order-total,
.woocommerce-page .woocommerce-checkout-review-order .shop_table .order-total {
  display: none;
}
.woocommerce .woocommerce-checkout-review-order .shop_table .order-total.recurring-total,
.woocommerce-page .woocommerce-checkout-review-order .shop_table .order-total.recurring-total {
  display: table-row;
  font-size: 2.4rem;
}
.woocommerce .woocommerce-checkout-review-order .shop_table .order-total.recurring-total td,
.woocommerce-page .woocommerce-checkout-review-order .shop_table .order-total.recurring-total td {
  text-align: right;
  color: #eb592d;
}
.woocommerce .woocommerce-checkout-review-order .shop_table .order-total.recurring-total td strong span,
.woocommerce-page .woocommerce-checkout-review-order .shop_table .order-total.recurring-total td strong span {
  font-size: 2.4rem;
}
.woocommerce .woocommerce-checkout-review-order .shop_table .order-total.recurring-total td .first-payment-date,
.woocommerce-page .woocommerce-checkout-review-order .shop_table .order-total.recurring-total td .first-payment-date {
  color: black;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.woocommerce .woocommerce-checkout-review-order .shop_table .cart-subtotal,
.woocommerce-page .woocommerce-checkout-review-order .shop_table .cart-subtotal {
  display: none;
}
.woocommerce .woocommerce-checkout-payment#payment,
.woocommerce-page .woocommerce-checkout-payment#payment {
  background-color: white;
}
.woocommerce .woocommerce-checkout-payment#payment .payment_methods,
.woocommerce-page .woocommerce-checkout-payment#payment .payment_methods {
  padding: 2rem 0;
}
.woocommerce .woocommerce-checkout-payment#payment .payment_methods .payment_method_stripe,
.woocommerce-page .woocommerce-checkout-payment#payment .payment_methods .payment_method_stripe {
  font-family: "AvertaStdPE-Regular", "Arial", sans-serif;
  margin-right: 1rem;
}
.woocommerce .woocommerce-checkout-payment#payment .payment_methods .payment_box,
.woocommerce-page .woocommerce-checkout-payment#payment .payment_methods .payment_box {
  background-color: #F2F2F2;
  border-radius: 0.4rem;
  padding: 2rem;
}
.woocommerce .woocommerce-checkout-payment#payment .payment_methods .payment_box #stripe-payment-data label,
.woocommerce-page .woocommerce-checkout-payment#payment .payment_methods .payment_box #stripe-payment-data label {
  font-family: "Moranga-Regular", serif;
  color: black;
}
.woocommerce .woocommerce-checkout-payment#payment .payment_methods .payment_box::before,
.woocommerce-page .woocommerce-checkout-payment#payment .payment_methods .payment_box::before {
  border-bottom-color: #F2F2F2;
}
.woocommerce .woocommerce-checkout-payment#payment .payment_methods .payment_box .form-row,
.woocommerce-page .woocommerce-checkout-payment#payment .payment_methods .payment_box .form-row {
  padding: 0;
}
.woocommerce .woocommerce-checkout-payment#payment .place-order,
.woocommerce-page .woocommerce-checkout-payment#payment .place-order {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce .woocommerce-customer-details address,
.woocommerce-page .woocommerce-customer-details address {
  font-size: 1.6rem;
}
.woocommerce .wc-stripe-elements-field,
.woocommerce .wc-stripe-iban-element-field,
.woocommerce-page .wc-stripe-elements-field,
.woocommerce-page .wc-stripe-iban-element-field {
  padding: 2rem;
  margin: 0;
}
.woocommerce .my-account-container header,
.woocommerce-page .my-account-container header {
  background-color: transparent;
}
.woocommerce .my-account-container a.woocommerce-button,
.woocommerce-page .my-account-container a.woocommerce-button {
  font-size: 1.6rem;
}
.woocommerce .my-account-container h3,
.woocommerce-page .my-account-container h3 {
  border-bottom: 2px solid #828282;
}
.woocommerce .my-account-container address,
.woocommerce-page .my-account-container address {
  font-size: 1.6rem;
}
.woocommerce .my-account-container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .woocommerce .my-account-container select:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce-page .my-account-container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.woocommerce-page .my-account-container select:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 4.5rem;
  padding-right: 1rem;
}
.woocommerce .my-account-container .menu-container a::before,
.woocommerce-page .my-account-container .menu-container a::before {
  width: 2.2rem;
  display: inline-block;
  text-align: center;
}
.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
  margin-left: 0.3rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  float: none;
  border-bottom: 2px solid #BDBDBD;
}
.woocommerce .two-cols,
.woocommerce-page .two-cols {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media (max-width: 36em) {
  .woocommerce .two-cols,
.woocommerce-page .two-cols {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}

.subscription-form {
  position: relative;
}
.subscription-form .gform_wrapper.gravity-theme form, .subscription-form .gform_wrapper.gform_legacy_markup_wrapper form {
  font-size: 1.8rem;
}
.subscription-form .gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .subscription-form .gform_wrapper.gform_legacy_markup_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: none;
  border-radius: 9rem;
  padding: 2rem;
  font-size: 1.8rem;
  height: 6rem;
  max-width: 57rem;
  border: 3px solid white;
  background-color: #222222;
  transition: all 200ms;
  color: white;
}
.subscription-form .gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover, .subscription-form .gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .subscription-form .gform_wrapper.gform_legacy_markup_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover, .subscription-form .gform_wrapper.gform_legacy_markup_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);
}
@media (max-width: 62em) {
  .subscription-form .gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .subscription-form .gform_wrapper.gform_legacy_markup_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 1.6rem;
    height: 5.8rem;
    border-radius: 1rem;
  }
}
.subscription-form .gform_wrapper.gravity-theme form input[type=submit], .subscription-form .gform_wrapper.gform_legacy_markup_wrapper form input[type=submit] {
  border-radius: 99rem;
  background-color: #eb592d;
  color: white;
  text-transform: uppercase;
  padding: 1.2rem 3.6rem;
  border: none;
  letter-spacing: 1px;
  font-weight: 500;
  transition: all 200ms;
  min-width: 10rem;
  position: absolute;
  top: -5.3rem;
  right: 0.3rem;
}
.subscription-form .gform_wrapper.gravity-theme form input[type=submit]:hover, .subscription-form .gform_wrapper.gform_legacy_markup_wrapper form input[type=submit]:hover {
  background-color: #CD3C12;
}
@media (max-width: 62em) {
  .subscription-form .gform_wrapper.gravity-theme form input[type=submit], .subscription-form .gform_wrapper.gform_legacy_markup_wrapper form input[type=submit] {
    border-radius: 0.5rem;
    padding: 0.5rem 0.5rem;
    right: 0.7rem;
    top: -5rem;
    min-width: 7rem;
    min-height: 3.2rem;
    line-height: 2;
  }
}
.subscription-form .gform_wrapper.gravity-theme form .gfield_select, .subscription-form .gform_wrapper.gform_legacy_markup_wrapper form .gfield_select {
  border: none;
  border-radius: 0.5rem;
  padding: 2rem;
  font-size: 1.8rem;
  height: 6rem;
}
.subscription-form .gform_wrapper.gravity-theme form textarea, .subscription-form .gform_wrapper.gform_legacy_markup_wrapper form textarea {
  border-radius: 0.5rem;
  padding: 2rem;
  font-size: 1.8rem;
}
.subscription-form .gform_wrapper.gravity-theme form .validation_error, .subscription-form .gform_wrapper.gform_legacy_markup_wrapper form .validation_error {
  background-color: #ffebdc;
  border: none !important;
  border-radius: 0.5rem;
  color: #071940 !important;
}
.subscription-form .gform_wrapper.gravity-theme form .validation_message, .subscription-form .gform_wrapper.gform_legacy_markup_wrapper form .validation_message {
  color: #071940;
}
.subscription-form .gform_wrapper.gravity-theme form li.gfield.gfield_error, .subscription-form .gform_wrapper.gform_legacy_markup_wrapper form li.gfield.gfield_error {
  border: none !important;
  background-color: transparent;
}
.subscription-form .gform_wrapper.gravity-theme form .gfield_label,
.subscription-form .gform_wrapper.gravity-theme form .gsection_description,
.subscription-form .gform_wrapper.gravity-theme form .gsection_title,
.subscription-form .gform_wrapper.gravity-theme form .gfield_description,
.subscription-form .gform_wrapper.gravity-theme form label, .subscription-form .gform_wrapper.gform_legacy_markup_wrapper form .gfield_label,
.subscription-form .gform_wrapper.gform_legacy_markup_wrapper form .gsection_description,
.subscription-form .gform_wrapper.gform_legacy_markup_wrapper form .gsection_title,
.subscription-form .gform_wrapper.gform_legacy_markup_wrapper form .gfield_description,
.subscription-form .gform_wrapper.gform_legacy_markup_wrapper form label {
  color: white;
}
.subscription-form .gform_wrapper.gravity-theme form .validation_message, .subscription-form .gform_wrapper.gform_legacy_markup_wrapper form .validation_message {
  position: absolute;
  bottom: -3.6rem;
}
.subscription-form .gform_wrapper.gravity-theme form .gsection_title, .subscription-form .gform_wrapper.gform_legacy_markup_wrapper form .gsection_title {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ffffff5e;
  padding-bottom: 2rem;
}
.subscription-form .gform_wrapper.gravity-theme form .gform_footer, .subscription-form .gform_wrapper.gform_legacy_markup_wrapper form .gform_footer {
  position: relative;
  max-width: 56rem;
  margin: auto;
}
.subscription-form .gform_wrapper .gfield_validation_message,
.subscription-form .gform_wrapper .validation_message {
  border: none !important;
  background-color: transparent !important;
  font-weight: bold !important;
  padding: 1rem 0 !important;
}
.subscription-form .gform_wrapper .gform_validation_errors {
  box-shadow: none !important;
  background: #da5b0033 !important;
  font-weight: bold !important;
  padding: 1rem 1.5rem !important;
}
.subscription-form .gform_wrapper .gform_validation_errors > ol {
  padding-left: 0;
  list-style: none;
}
.subscription-form .gform_wrapper .gform_validation_errors > ol li {
  list-style-type: none !important;
}
.subscription-form .gform_wrapper .gform_validation_errors > ol a {
  color: #eb592d;
  white-space: inherit;
  text-align: center;
}
.subscription-form .gform_legacy_markup_wrapper li.gfield.gfield_error,
.subscription-form .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding-top: 0 !important;
}
.subscription-form .gform_validation_errors {
  border: none !important;
  color: #071940;
  background-color: #da5b0033;
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
  font-weight: bold;
}
.subscription-form .gform_validation_errors > h2.gform_submission_error {
  color: #eb592d !important;
}
.subscription-form .gform_validation_errors > h2.gform_submission_error span {
  background-color: transparent !important;
}
.subscription-form .gform_validation_errors > h2.gform_submission_error span.gform-icon {
  color: #eb592d;
  margin: 0;
}
@media (max-width: 62em) {
  .subscription-form .gform_validation_errors > h2.gform_submission_error span.gform-icon {
    text-align: center;
    margin: auto auto !important;
    margin-top: 0 !important;
    margin-bottom: 3rem !important;
    width: 100% !important;
    display: block !important;
  }
  .subscription-form .gform_validation_errors > h2.gform_submission_error span.gform-icon::before {
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
  }
}
.subscription-form .gform_confirmation_wrapper {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  color: #eb592d;
}
.subscription-form .container-md {
  padding: 0 2.4rem;
}
@media (max-width: 36em) {
  .subscription-form h1, .subscription-form .h1, .subscription-form h1 *, .subscription-form .h1 * {
    font-family: "Moranga-Regular", serif;
    font-weight: 400;
    font-size: 2.4rem;
    text-align: left;
  }
}
@media (max-width: 36em) {
  .subscription-form p {
    text-align: left;
  }
}

.gform_confirmation_message {
  font-size: 1.6rem;
  text-align: center;
}

.general-form .gform_wrapper.gravity-theme form, .general-form .gform_wrapper.gform_legacy_markup_wrapper form {
  font-size: 1.8rem;
}
.general-form .gform_wrapper.gravity-theme form label, .general-form .gform_wrapper.gform_legacy_markup_wrapper form label {
  font-family: "Moranga-Regular", serif;
  font-weight: 400;
  font-size: 2.8rem;
}
.general-form .gform_wrapper.gravity-theme form label .gfield_required, .general-form .gform_wrapper.gform_legacy_markup_wrapper form label .gfield_required {
  font-family: "Moranga-Regular", serif;
  font-weight: 400;
  font-size: 2.8rem;
  color: #071940;
}
.general-form .gform_wrapper.gravity-theme form label.gfield_consent_label, .general-form .gform_wrapper.gform_legacy_markup_wrapper form label.gfield_consent_label {
  font-family: "AvertaStdPE-Regular", "Arial", sans-serif;
  font-size: 1.6rem;
}
.general-form .gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .general-form .gform_wrapper.gform_legacy_markup_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 1.6rem;
  font-family: "Moranga-Regular", serif;
  font-weight: 400;
  font-size: 1.6rem;
  height: 4.8rem;
  transition: all 200ms;
}
.general-form .gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover, .general-form .gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .general-form .gform_wrapper.gform_legacy_markup_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover, .general-form .gform_wrapper.gform_legacy_markup_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-color: #219653;
}
.general-form .gform_wrapper.gravity-theme form input[type=submit], .general-form .gform_wrapper.gform_legacy_markup_wrapper form input[type=submit] {
  padding: 1.2rem 2.4rem;
  border: none;
  font-weight: 500;
  transition: all 200ms;
  min-width: 10rem;
  background-color: #F2F2F2;
  color: #292929;
}
.general-form .gform_wrapper.gravity-theme form input[type=submit]:hover, .general-form .gform_wrapper.gform_legacy_markup_wrapper form input[type=submit]:hover {
  background-color: #E0E0E0;
}
@media (max-width: 36em) {
  .general-form .gform_wrapper.gravity-theme form input[type=submit], .general-form .gform_wrapper.gform_legacy_markup_wrapper form input[type=submit] {
    padding: 0.5rem 3.2rem;
    right: 0.7rem;
  }
}
.general-form .gform_wrapper.gravity-theme form textarea, .general-form .gform_wrapper.gform_legacy_markup_wrapper form textarea {
  padding: 1.6rem;
  font-family: "Moranga-Regular", serif;
  font-weight: 400;
  font-size: 1.6rem;
  transition: all 200ms;
}
.general-form .gform_wrapper.gravity-theme form textarea:hover, .general-form .gform_wrapper.gravity-theme form textarea:focus, .general-form .gform_wrapper.gravity-theme form textarea:focus-visible, .general-form .gform_wrapper.gform_legacy_markup_wrapper form textarea:hover, .general-form .gform_wrapper.gform_legacy_markup_wrapper form textarea:focus, .general-form .gform_wrapper.gform_legacy_markup_wrapper form textarea:focus-visible {
  border: 1px solid #219653 !important;
}
.general-form .gform_wrapper.gravity-theme form .gform_footer, .general-form .gform_wrapper.gform_legacy_markup_wrapper form .gform_footer {
  text-align: center;
}
.general-form .gform_validation_errors h2.gform_submission_error .gform-icon {
  margin: 0;
}

p {
  font-size: 1.6rem;
}
p.has-text-color a {
  color: #eb592d;
  transition: all 200ms;
  border-bottom: 1px solid transparent;
}
p.has-text-color a:hover {
  border-bottom: 1px solid #eb592d;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.flexdatalist-results li {
  cursor: pointer;
}
.flexdatalist-results li:hover {
  background-color: #F6F6F6;
}

.single-post #wtr-progress {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.single-post #wtr-progress.top.shown {
  top: 6rem !important;
}
@media (max-width: 75em) {
  .single-post #wtr-progress.top.shown {
    top: 7.4rem !important;
  }
}
@media (max-width: 62em) {
  .single-post #wtr-progress.top.shown {
    top: 14.8rem !important;
  }
}
@media (max-width: 36em) {
  .single-post #wtr-progress.top.shown {
    top: 13.8rem !important;
  }
}

.et_monarch .et_social_networks li {
  margin-bottom: 0 !important;
}
@media (max-width: 36em) {
  .et_monarch .et_social_networks li {
    margin-bottom: 2rem !important;
  }
  .et_monarch .et_social_networks li:nth-child(n+2) {
    margin-bottom: 2rem !important;
  }
  .et_monarch .et_social_networks li:last-of-type {
    margin-bottom: 0 !important;
  }
}
.et_monarch .et_social_mobile .et_social_networks li {
  margin-bottom: 0 !important;
}
@media (max-width: 36em) {
  .et_monarch .et_social_mobile .et_social_networks li {
    margin-bottom: 2rem !important;
  }
  .et_monarch .et_social_mobile .et_social_networks li:nth-child(n+2) {
    margin-bottom: 2rem !important;
  }
  .et_monarch .et_social_mobile .et_social_networks li:last-of-type {
    margin-bottom: 0 !important;
  }
}

.et_monarch .share-block .et_social_withtotalcount .et_social_totalcount {
  display: none;
}
.et_monarch .total-shares {
  max-width: 4rem;
  margin-top: 0.7rem;
}
.et_monarch .total-shares .et_social_networks .et_social_totalcount {
  text-align: center;
}
.et_monarch .total-shares .et_social_networks .et_social_totalcount_count {
  font-size: 1.6rem;
  font-weight: 500;
}
.et_monarch .total-shares .et_social_networks .et_social_icons_container {
  display: none;
}
.et_monarch .total-shares .et_social_networks .et_social_totalcount_label {
  display: none;
}

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