/*
    Common
------------------------------------------*/
:root {
  scroll-behavior: auto;
}

.slick-arrow:focus,
button:focus:not(:focus-visible),
:is(a, button, input, textarea, select, *):focus,
:is(a, button, input, textarea, select, *):focus-visible {
  outline: 2px dotted;
  outline-offset: 5px;
}

body {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #173E51;
}

main {
  display: block;
  padding: 60px 0;
}

img {
  max-width: 100%;
}

p.small {
  font-size: 0.8rem;
  line-height: 0.9rem;
  margin-bottom: 0.7rem;
}

a {
  color: #4b1708;
}
a:hover {
  color: #A85B27;
}

h1 {
  font-family: "Jost", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.95;
  color: #173E51;
}

h2 {
  font-family: "Jost", sans-serif;
  font-weight: 800;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 0.9;
  color: #79250D;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-family: "Jost", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.9;
  color: #79250D;
}

h4 {
  font-family: "Jost", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.9;
  color: #A85B27;
}

h5 {
  font-family: "Jost", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.9;
  color: #79250D;
}

strong {
  font-weight: 800;
}

.lead {
  font-size: 1.8rem;
  line-height: 2rem;
}

.blockquote {
  background-color: #EDE9E4;
  padding: 1.5rem;
}

hr {
  border-top: solid 1px #79250D;
  opacity: 100;
}

.hr-alt {
  border-top: solid 2px #79250D;
}

.bg-light {
  background-color: #EDE9E4 !important;
}

.bg-dark {
  background-color: #0A2240 !important;
  color: #ffffff;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-family: "Jost", sans-serif;
  font-weight: 800;
}
@media only screen and (max-width: 1155px) {
  .btn {
    font-size: 0.9rem;
  }
}

.btn-primary {
  background-color: #79250D;
  border-color: #79250D;
  font-weight: 800;
}
.btn-primary:hover {
  background-color: #A85B27;
  border-color: #A85B27;
}

.btn-secondary {
  background-color: #A85B27;
  border-color: #A85B27;
  font-weight: 800;
}
.btn-secondary:hover {
  background-color: #784A38;
  border-color: #784A38;
}

.btn-tertiary {
  background-color: transparent;
  border-color: #784A38;
  color: #784A38;
  font-weight: 800;
  border-width: 2px;
}
.btn-tertiary:hover {
  background-color: #EDE9E4;
  color: #A85B27;
  border-color: #A85B27;
}

.form-control {
  border-radius: 0;
  border: 1px solid #79250D;
  line-height: 1.2rem;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.modal-full {
  min-width: 100%;
  margin: 0;
}

.modal-full .modal-content {
  min-height: 100vh;
  border-style: none;
  border-radius: 0;
}
.modal-full .modal-content .modal-body {
  padding: 0;
}

/*
    Header and Nav
------------------------------------------*/
#Hd .navbar {
  background-size: cover;
  background-color: #0A2240;
  padding: 0 1rem;
  box-shadow: 0px -7px 12px #000000;
}
#Hd .navbar .nav-link {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media only screen and (max-width: 1155px) {
  #Hd .navbar .nav-link {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 991px) {
  #Hd .navbar .nav-link {
    font-size: 1.5rem;
  }
}
#Hd .navbar .nav-link:hover {
  color: #173E51;
  background-color: #ffffff;
}
@media screen and (max-width: 992px) {
  #Hd .navbar .navbar-nav {
    padding-bottom: 1rem;
  }
  #Hd .navbar .nav-item {
    text-align: center;
    border-top: solid 1px #225c79;
  }
}
#Hd .navbar-brand {
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-left: 0rem;
  margin-right: 1rem;
  margin-bottom: -30px;
  position: relative;
}
#Hd .navbar-brand img {
  width: 300px;
  z-index: 1031;
}
@media screen and (max-width: 992px) {
  #Hd .navbar-brand img {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  #Hd .navbar-brand img {
    width: 185px;
  }
}
@media screen and (max-width: 576px) {
  #Hd .navbar-brand img {
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  #Hd .navbar-brand {
    margin-bottom: -20px;
  }
}

.subnav {
  background-color: #173E51;
  margin-bottom: 0;
}
.subnav .nav-item {
  list-style-type: none;
}
@media screen and (max-width: 576px) {
  .subnav .nav-item {
    line-height: 1.1rem;
  }
}
.subnav .nav-item .nav-link {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #EDE9E4;
}
.subnav .nav-item .nav-link:hover {
  color: #173E51;
  background-color: #EDE9E4;
}
@media screen and (max-width: 576px) {
  .subnav .nav-item .nav-link {
    padding: 0.2rem 1rem;
  }
}

/*
    Heroes
------------------------------------------*/
.hero {
  background-color: #79250D;
  color: #ffffff;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero .hero-content {
  min-height: 600px;
  display: flex;
  align-items: center;
}
.hero .hero-content .content {
  padding-top: 75px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.hero .hero-content h1 {
  color: #ffffff;
  font-size: 3.5rem;
  line-height: 1.1;
  text-shadow: 0 0 12px #000000;
}
.hero .hero-content .desc {
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 400;
  text-shadow: 0 0 12px #0A2240;
  color: #ffffff;
  text-transform: inherit;
}
.hero .hero-content p {
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 400;
  text-shadow: 0 0 12px #0A2240;
}
.hero .hero-content h4 {
  color: #ffffff;
  text-shadow: 0 0 12px #0A2240;
}
@media only screen and (max-width: 767px) {
  .hero .hero-content h4 {
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (max-width: 992px) {
  .hero .hero-content {
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .hero .hero-content {
    min-height: 400px;
  }
}
@media screen and (max-width: 576px) {
  .hero .hero-content {
    min-height: 400px;
  }
  .hero .hero-content h1 {
    font-size: 2.4rem;
  }
  .hero .hero-content p {
    font-size: 1.2rem;
  }
}

/*
    Footer
------------------------------------------*/
#Ft {
  background-size: cover;
  min-height: 70px;
  background-color: #0A2240;
  padding: 30px 0 0 0;
  color: #b1d7e9;
}
@media only screen and (max-width: 991px) {
  #Ft {
    padding-top: 40px;
  }
}
#Ft h2 {
  color: #ffffff;
}

#FtNewsletter {
  text-align: left;
}
@media only screen and (max-width: 991px) {
  #FtNewsletter {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  #FtNewsletter {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  #FtNewsletter h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  #FtNewsletter p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  #FtNewsletter .row > *:nth-child(1) {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  #FtNewsletter .row > *:nth-child(2) {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  #FtNewsletter .row input {
    height: 45px;
    max-width: none;
    width: 100%;
  }
}

#FtSocial {
  font-size: 2rem;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  #FtSocial {
    margin-top: 2.5rem !important;
  }
}
#FtSocial a {
  color: #b1d7e9;
  display: inline-block;
  margin: 0 0.35rem;
}
#FtSocial a:hover {
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  #FtSocial {
    text-align: center;
  }
}

#FtLogo {
  width: 100%;
}

#Ft-Seal {
  max-width: 100px;
}

#FtNav {
  background-color: #173E51;
}
#FtNav p {
  color: #B1B1B1;
}
#FtNav p a {
  color: #B1B1B1;
}
#FtNav p a:hover {
  color: #ffffff;
}
#FtNav .nav-link {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  color: #EDE9E4;
}
#FtNav .nav-link:hover {
  color: #173E51;
  background-color: #EDE9E4;
}

/*
    Home Page
------------------------------------------*/
#HmBillboardCarousel {
  height: calc(100vh - 180px);
}
@media screen and (max-width: 576px) {
  #HmBillboardCarousel {
    height: calc(100vh - 320px);
  }
}
#HmBillboardCarousel .carousel-inner {
  height: 100%;
}
#HmBillboardCarousel .carousel-inner .carousel-item {
  height: 100%;
}
#HmBillboardCarousel .carousel-control-next,
#HmBillboardCarousel .carousel-control-prev {
  width: 40px;
}

.billboard {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #0A2240;
}

.billboard-content-container {
  height: 100%;
  display: flex;
  align-items: center;
}

.billboard-content-container.align-bottom {
  align-items: flex-end;
}
.billboard-content-container.align-bottom .billboard-content {
  margin-bottom: 120px;
}
@media screen and (max-width: 576px) {
  .billboard-content-container.align-bottom .billboard-content {
    margin-bottom: 37.5px;
  }
}

.billboard-content-container.align-top {
  align-items: flex-start;
}
.billboard-content-container.align-top .billboard-content {
  margin-top: 120px;
}

.billboard-content h1 {
  font-size: 4.2rem;
  color: #ffffff;
}
.billboard-content p {
  font-size: 1.8rem;
  color: #ffffff;
}

.billboard-content-right {
  text-align: left;
  width: 40%;
  margin-right: 10%;
  margin-left: 50%;
}
@media screen and (max-width: 768px) {
  .billboard-content-right {
    width: 60%;
    margin-left: 30%;
  }
}

.billboard-content-left {
  text-align: left;
  width: 40%;
  margin-right: 50%;
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  .billboard-content-left {
    width: 60%;
    margin-right: 30%;
  }
}

.billboard-content-center {
  text-align: center;
  width: 80%;
  margin-right: 10%;
  margin-left: 10%;
}
#HmMobileBillboard {
  height: calc(100vh - 160px);
  background-color: #173E51;
  background-position: center bottom;
  background-size: cover;
  padding: 40px;
  text-align: center;
}
#HmMobileBillboard h1.display-4 {
  line-height: 0.9;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1200px) {
  #HmMobileBillboard {
    padding-top: 60px;
  }
  #HmMobileBillboard h1 {
    font-size: 3rem;
  }
}

#HmFeatures {
  background-color: #ffffff;
  padding: 30px 15px;
}

#HmFeatBeers,
#HmFeatStory {
  background-color: #0A2240;
  background-size: cover;
  background-position: center center;
}
#HmFeatBeers a,
#HmFeatStory a {
  display: flex;
  align-items: center;
  height: 600px;
  text-decoration: none;
}
#HmFeatBeers a h2,
#HmFeatStory a h2 {
  flex-grow: 1;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 12px #0A2240;
  font-size: 3rem;
}
#HmFeatBeers a:hover,
#HmFeatStory a:hover {
  background-color: rgba(10, 34, 64, 0.1);
}
@media screen and (max-width: 992px) {
  #HmFeatBeers a,
  #HmFeatStory a {
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  #HmFeatBeers a,
  #HmFeatStory a {
    height: 300px;
  }
  #HmFeatBeers a h2,
  #HmFeatStory a h2 {
    font-size: 2.2rem;
  }
}

#HmFeatBeers {
  background-image: url(../images/feat_beers2.jpg);
}

#HmFeatStory {
  background-image: url(../images/feat_story2.jpg);
}

#HmFeatGose {
  background-color: #EDE9E4;
  padding: 60px 0;
}
#HmFeatGose .content {
  text-align: center;
  padding: 60px 15px;
}

#HmFeatVisit {
  padding: 30px;
  background-color: #173E51;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/pg_hero_taproom1.jpg);
}
@media screen and (max-width: 768px) {
  #HmFeatVisit {
    padding: 30px 15px;
  }
}
#HmFeatVisit .content {
  background-color: rgba(23, 62, 81, 0.9);
  color: #ffffff;
  text-align: center;
  padding: 120px 30px;
}
#HmFeatVisit .content h2 {
  color: #ffffff;
}
/*
    Our Beers Page
------------------------------------------*/
section.beer-category {
  overflow: hidden;
}
section.beer-category .beer-category-intro {
  text-align: center;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
section.beer-category .beer-category-intro .beer-titl {
  font-size: 3.2rem;
}
@media screen and (max-width: 576px) {
  section.beer-category .beer-category-intro .beer-titl {
    font-size: 2rem;
  }
}
section.beer-category .beer-category-intro h1 {
  font-size: 3.2rem;
}
@media screen and (max-width: 576px) {
  section.beer-category .beer-category-intro h1 {
    font-size: 2rem;
  }
}
section.beer-category .beer-category-intro .hr-alt {
  margin: 8px auto;
  border-top-width: 4px;
}
section.beer-category .beer {
  text-align: center;
  margin: 10px;
  position: relative;
}
section.beer-category .beer a {
  display: block;
  position: relative;
}

/*
    Single Beer Page
------------------------------------------*/
.single.single-beer {
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .single.single-beer {
    padding-top: 60px;
  }
}

#BrSecBillboard {
  padding-top: 30px;
}
#BrSecBillboard .content {
  margin: 60px 0;
}
@media screen and (min-width: 1200px) {
  #BrSecBillboard .content {
    max-width: 696px;
  }
}
#BrSecBillboard .content h1.display-3 {
  font-weight: 800;
  line-height: 0.85;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #BrSecBillboard .content h1.display-3 {
    font-size: 3rem;
  }
}
#BrSecBillboard .content h4 {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  color: #A85B27;
  font-weight: 400;
  font-size: 2rem;
  line-height: 0.9;
}

#BrImage {
  width: 100%;
  max-width: 676px;
}

#BrData {
  background-color: #EDE9E4;
  padding: 15px;
  margin-bottom: 15px;
}
#BrData strong {
  font-weight: 800;
}
#BrData h5 {
  margin-bottom: 0.3rem;
  background-color: #173E51;
  color: #ffffff;
  padding: 4px 8px;
}

#BrSecRelated {
  text-align: center;
  padding-top: 0;
  padding-bottom: 30px;
}
#BrSecRelated h2 {
  margin: 0;
  background-color: #784A38;
  color: #ffffff;
  font-weight: 900;
  font-size: 2.8rem;
  padding: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  #BrSecRelated h2 {
    font-size: 1.8rem;
  }
}

/*
    Beer Pop
------------------------------------------*/
.beer-list .beer a,
section.beer-category .beer a {
  display: block;
  position: relative;
}
.beer-list .beer a:hover,
section.beer-category .beer a:hover {
  text-decoration: none;
}
.beer-list .beer a:hover .calories,
section.beer-category .beer a:hover .calories {
  background-color: #333C45;
  color: #ffffff;
}
.beer-list .beer .calories,
section.beer-category .beer .calories {
  color: #79250D;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 0;
}
.beer-list .beer-pop,
section.beer-category .beer-pop {
  position: absolute;
  /*display: flex;*/
  display: none;
  align-items: center;
  top: 0;
  left: 0;
  background-color: rgba(237, 233, 228, 0.85);
  min-height: 180px;
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
.beer-list .beer-pop div,
section.beer-category .beer-pop div {
  width: 100%;
}
.beer-list .beer-pop div h4,
section.beer-category .beer-pop div h4 {
  color: #0A2240;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 0.85;
}
.beer-list .beer-pop div p,
section.beer-category .beer-pop div p {
  color: #173E51;
  text-transform: uppercase;
  margin-top: 0;
}

/*
    Events
------------------------------------------*/
#EvsHero {
  background-image: url(../images/pg_hero_event2.jpg);
}

.event-list .event-list-item {
  padding: 22.5px 0;
}
.event-list .event-list-item:nth-child(even) {
  background-color: #EDE9E4;
}

a.event-location {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
}

.event-meta {
  color: #79250D;
  font-size: 1rem;
}

/*
    Blog Index
------------------------------------------*/
#StrHero {
  background-image: url(../images/pg_hero_cheers1.jpg);
}

#StrSecStories .card {
  border-radius: 0;
  margin-bottom: 15px;
  border-style: none;
  background-color: #EDE9E4;
  border-bottom: solid 5px #173E51;
}
#StrSecStories .card .card__inner {
  color: #79250D;
  text-decoration: none;
}
#StrSecStories .card .card__inner:hover {
  color: #173E51;
}
#StrSecStories .card .card__inner .card-img-top {
  border-radius: 0;
}
#StrSecStories .card .card__inner .card-title {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .bricklayer-column-sizer {
    /* divide by 2. */
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .bricklayer-column-sizer {
    /* divide by 3. */
    width: 33.3%;
  }
}
.row.blog-meta {
  border-top: solid 1px #79250D;
  border-bottom: solid 1px #79250D;
  padding: 0.5rem 0 0.4rem 0;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}

/*
    About Us Page
------------------------------------------*/
#AbHero {
  background-image: url(../images/pg_hero_grounds1.jpg);
}

.about-sec {
  padding: 60px 0;
  background-color: #ededed;
  text-align: center;
  background-size: cover;
  background-position: center center;
  min-height: 650px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .about-sec {
    min-height: auto;
  }
}
.about-sec.section-right .col-md-6 {
  margin-left: auto;
}
.about-sec.section-right .content {
  background-color: rgba(10, 34, 64, 0.9);
  color: #ffffff;
  margin-left: auto;
}
.about-sec.section-right h2, .about-sec.section-right h4, .about-sec.section-right p a {
  color: #ffffff;
}
.about-sec h2 {
  color: #0A2240;
}
@media only screen and (max-width: 991px) {
  .about-sec h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .about-sec h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .about-sec h4 {
    font-size: 16px;
  }
}
.about-sec p a {
  text-decoration: none;
}
.about-sec p a:hover {
  text-decoration: underline;
}
.about-sec .hours-data:not(:last-child) {
  margin-bottom: 30px;
}
.about-sec#AbSecCraft {
  background-image: url(../images/secbg_about_craftsmanship.jpg);
}
.about-sec#AbSecCraft h2 {
  color: inherit;
}
.about-sec#AbSecCraft .content {
  background-color: rgba(10, 34, 64, 0.9);
  color: #ffffff;
}
.about-sec#AbSecEco {
  background-image: url(../images/secbg_about_eco.jpg);
}
.about-sec#AbSecStory {
  background-image: url(/wp-content/uploads/2022/04/AVBC_BIKING.jpg);
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .about-sec#AbSecStory {
    text-align: center;
  }
}
.about-sec .content {
  width: min(550px, 100%);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 37.5px 30px 27.5px;
}
@media only screen and (max-width: 767px) {
  .about-sec .content {
    margin-right: auto;
    margin-left: auto;
  }
}
.about-sec .content__inner {
  width: min(430px, 100%);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  min-height: 200px;
}
.about-sec__btngroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: auto;
}
.about-sec__btngroup a {
  margin: 0 5px 10px;
}

/*
    Craftsmanship
------------------------------------------*/
#CrfHero {
  background-image: url(../images/pg_hero_kettles.jpg);
}

#CrfSecIntro {
  padding: 60px 0;
  text-align: center;
}

#CrfSecIngredients {
  padding: 60px 0;
  background-color: #173E51;
  color: #ffffff;
}
#CrfSecIngredients h2,
#CrfSecIngredients h4 {
  /*color: $clrCopperDull;*/
  color: #fff;
}

#CrfSecMethods {
  padding: 60px 0;
  text-align: center;
}

#CrfSecBrewers {
  padding: 60px 0;
  background-color: #EDE9E4;
}

/*
    History
------------------------------------------*/
#HsHero {
  background-image: url(../images/pg_hero_taproom_outside1.jpg);
}

#HsSecBeginning {
  padding: 60px 0;
}

#HsSecGrowth {
  padding: 60px 0;
  background-color: #EDE9E4;
}

#HsSecBarl {
  padding: 60px 0;
}

#HsSecGose {
  padding: 60px 0;
  background-color: #EDE9E4;
}

#HsSecInnovation {
  padding: 60px 0;
}

/*
    Boontling
------------------------------------------*/
#BntHero {
  background-image: url(../images/pg_hero_valley1.jpg);
}

#BntSecIntro {
  padding: 60px 0;
  text-align: center;
}

#BntSecLanguage {
  background-color: #EDE9E4;
  padding: 60px 0;
  text-align: left;
}
/*
    Visit
------------------------------------------*/
#VsHero {
  background-image: url(../images/Welcome_to_Beer_Park_header-sm-new.jpeg);
  background-position: 18% center;
}
@media (max-width: 576px) {
  #VsHero {
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  #VsHero > .hero-content {
    min-height: 220px;
  }
}

#VsSecIntro {
  padding: 60px 0;
  text-align: center;
}

#VsSecParkMap {
  padding: 30px 0;
  background-color: #784A38;
}

#VsSecTour {
  padding: 60px 0;
  background-color: #173E51;
  text-align: center;
}
#VsSecTour h2 {
  color: #EDE9E4;
}
#VsSecTour p {
  color: #ffffff;
}

#VsSecGolf {
  background-color: #EDE9E4;
  padding: 60px 0;
}

/*
    On Tap
------------------------------------------*/
#TapHero {
  background-image: url(../images/pg_hero_taproom1.jpg);
}

.tap-beer {
  background-color: #EDE9E4;
  margin-bottom: 15px;
  position: relative;
}
.tap-beer .tap-number {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 36px;
  width: 36px;
  border-radius: 18px;
  background-color: #A85B27;
  color: #ffffff;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  padding-top: 8px;
  text-align: center;
}
.tap-beer .tap-beer-info {
  padding-left: 52px;
  padding-top: 12px;
  padding-bottom: 10px;
}
.tap-beer .tap-beer-info h5 {
  margin-bottom: 0;
}
.tap-beer .tap-beer-info p {
  margin-bottom: 3px;
}
.tap-beer .percentage-bar-container {
  display: none;
  align-items: center;
  position: relative;
  height: 25px;
  background-color: #ccc;
}
.tap-beer .percentage-bar-container .percentage-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.tap-beer .percentage-bar-container .percentage-bar-label {
  position: relative;
  width: 100%;
  padding-left: 0.5rem;
  text-transform: uppercase;
  font-size: 1rem;
  text-align: left;
}

/*
    Disc Golf
------------------------------------------*/
#GlfHero {
  background-image: url(../images/pg_hero_golf.jpg);
}

#GlfSecIntro {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px;
  text-align: center;
}

#GlfSecMap {
  background-color: #EDE9E4;
  padding: 60px 0;
  text-align: center;
}

/*
    Find Our Beer
------------------------------------------*/
#FdHero {
  background-image: url(../images/pg_hero_find_barrel.jpg);
  background-position: 100% 30%;
}
#FdHero .content {
  padding-top: 280px;
}

/*
    Contact
------------------------------------------*/
#CtHero {
  background-image: url(../images/pg_hero_taproom_outside1.jpg);
}

.grecaptcha-badge {
  opacity: 0;
}

/*
    Trade
------------------------------------------*/
#TrHero {
  background-image: url(../images/pg_hero_kettles.jpg);
}

#TrLoginArea {
  background-color: #EDE9E4;
  padding: 60px;
}

#TrSecProdInfo {
  padding: 60px 0;
}

#TrSecProdImages {
  padding: 60px 0;
  background-color: #EDE9E4;
}

#TrSecGraphics {
  padding: 60px 0;
}

#TrSecNews {
  padding: 60px 0;
  background-color: #EDE9E4;
}

/*
    Age Verification
------------------------------------------*/
#modAgeVerify {
  padding-right: 0 !important;
}
#modAgeVerify .modal-content {
  border-style: none;
  background-color: #EDE9E4;
}
#modAgeVerify .content {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
#modAgeVerify .content div {
  min-width: 350px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  text-align: center;
}
#modAgeVerify .content h2 {
  margin-bottom: 0;
}
#modAgeVerify .content p {
  text-transform: uppercase;
}

/*
    Email Popup
------------------------------------------*/
#modEmailPopup .modal-header {
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-style: none;
}

/*
    Ad Landing Pages
------------------------------------------*/
#LowCalHero {
  background-image: url(../images/pg_hero_lowcal2.jpg);
}

#TimelessHero {
  background-image: url(../images/pg_hero_taproom1.jpg);
}

#GoesWithGosesHero {
  background-image: url(../images/pg_hero_lowcal2.jpg);
}

#LpSecFinder {
  padding: 60px 0 15px 0;
  text-align: center;
}

#LpSecIntro {
  padding: 60px 0;
  text-align: center;
}

/*
    Gose Page
------------------------------------------*/
#GoseHero {
  background-image: url(../images/pg_hero_gose1.jpg);
}

#GsSecIntro {
  padding: 60px 0;
  text-align: center;
}

#GsSecHistory {
  padding: 90px 0;
  background-color: #d9d9d9;
  text-align: center;
  background-image: url(../images/secbg_gose_cans.jpg);
  background-size: cover;
  background-position: center center;
}
#GsSecHistory .content {
  background-color: rgba(10, 34, 64, 0.9);
  padding: 37.5px 30px;
}
#GsSecHistory .content h2 {
  color: #EDE9E4;
}

#GsSecCalories {
  padding: 90px 0;
  background-color: #ededed;
  text-align: center;
  background-image: url(../images/secbg_gose_lowcal.jpg);
  background-size: cover;
  background-position: center center;
}
#GsSecCalories .content {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 37.5px 30px;
}

#GsSecVariety {
  padding: 60px;
  background-color: #EDE9E4;
}

#GsSecFinder {
  padding: 60px 0 15px 0;
  text-align: center;
}

#GsSecBeers {
  padding-top: 60px;
}

/*
    Press & Awards Page
------------------------------------------*/
#PrHero {
  background-image: url(../images/pg_hero_taproom1.jpg);
}

#PrSecArticles .article {
  display: flex !important;
  height: 100%;
}
#PrSecArticles .article a {
  display: block;
  text-decoration: none;
  text-align: center;
  margin-bottom: 30px;
  padding: 15px;
  background-color: #EDE9E4;
}
#PrSecArticles .article a:hover {
  background-color: #B1B1B1;
}
#PrSecArticles .article a .content h4 {
  color: #79250D;
}
#PrSecArticles .article a .content p.meta {
  color: #79250D;
  line-height: 0.8;
  margin-top: 0;
  font-size: 1.1rem;
}

#PrSecAwards .beer a {
  color: #173E51;
  text-decoration: none;
}
#PrSecAwards .beer a:hover {
  color: #173E51;
}
#PrSecAwards .beer a h3 {
  text-decoration: underline;
}
#PrSecAwards .beer a ul li {
  color: #173E51;
}

.page-id-1091 main {
  padding: 0;
}

.mhdr {
  background-color: #193e50;
  padding: 10px 0;
  height: 118px;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .mhdr {
    height: 90px;
  }
}
.mhdr__logo {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 353px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .mhdr__logo {
    top: 15px;
    max-width: 280px;
  }
}
.mhdr__logo img {
  max-width: none;
  width: 100%;
}

.mbanner {
  min-height: 604px;
  position: relative;
}
.mbanner::after {
  content: "";
  display: block;
  padding-bottom: 40%;
}
@media only screen and (max-width: 767px) {
  .mbanner {
    min-height: 450px;
  }
}
.mbanner .elementor-container {
  height: 100%;
  align-items: flex-end;
  padding-bottom: 20px;
  position: absolute !important;
  right: 0;
  bottom: 0;
  left: 0;
}
.mbanner .elementor-widget-container {
  padding: 0 !important;
}
.mbanner .elementor-heading-title {
  font-size: 85px !important;
  letter-spacing: -1.45px;
  font-family: "Jost", sans-serif !important;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 1200px) {
  .mbanner .elementor-heading-title {
    font-size: 65px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mbanner .elementor-heading-title {
    font-size: 45px !important;
  }
}
.mbanner__content {
  font-size: 25px !important;
  line-height: 30px;
  width: min(870px, 100%) !important;
  margin-right: auto;
  margin-left: auto;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  font-family: "Univers LT Std" !important;
}
@media only screen and (max-width: 1200px) {
  .mbanner__content {
    font-size: 20px !important;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .mbanner__content {
    font-size: 16px !important;
  }
}
.mbanner .elementor-widget:not(:last-child) {
  margin-bottom: 5px;
}

.yourdoor {
  background-color: #e7eef6 !important;
  padding: 40px 0 !important;
}
.yourdoor__top .elementor-widget-wrap {
  padding-top: 0 !important;
}
.yourdoor__top .elementor-widget-image {
  height: auto !important;
}
.yourdoor__top .elementor-heading-title {
  font-size: 45px !important;
  line-height: 54px !important;
  letter-spacing: 1.17px;
  color: #193e50 !important;
  font-family: "Univers LT Std" !important;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .yourdoor__top .elementor-heading-title {
    font-size: 40px !important;
    line-height: 1.1 !important;
  }
}
@media only screen and (max-width: 767px) {
  .yourdoor__top .elementor-heading-title {
    font-size: 32px !important;
  }
}
.yourdoor__row .elementor-widget-wrap {
  padding: 30px !important;
  margin: 7px !important;
}
.yourdoor__row .elementor-widget-image {
  height: 212px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .yourdoor__row .elementor-widget-image {
    height: 210px;
  }
}
.yourdoor__row .elementor-widget-image img {
  max-width: 340px;
  max-height: 200px;
}
@media only screen and (max-width: 767px) {
  .yourdoor__row .elementor-widget-image img {
    max-width: 280px;
    max-height: 200px;
    width: 100%;
  }
}
.yourdoor__row .elementor-button-link {
  font-size: 22px !important;
  line-height: 24px;
  text-transform: uppercase;
  padding: 14px 60px !important;
  min-width: 180px;
  border-radius: 0 !important;
}
.yourdoor__row .elementor-button-link:hover {
  background-color: #79250D !important;
}
@media only screen and (max-width: 767px) {
  .yourdoor__row .elementor-button-link {
    font-size: 18px !important;
    padding: 12px 30px !important;
  }
}

.nearbanner {
  padding: 140px 0 !important;
  min-height: 510px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .nearbanner {
    padding: 60px 0 !important;
    min-height: 300px !important;
  }
}
.nearbanner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.nearbanner .elementor-container {
  align-items: center;
  position: relative;
  z-index: 9;
}
.nearbanner h2.elementor-heading-title {
  font-size: 85px !important;
  line-height: 102px;
  letter-spacing: -1.45px;
  font-family: "Jost", sans-serif !important;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 1200px) {
  .nearbanner h2.elementor-heading-title {
    font-size: 62px !important;
    line-height: 1.1 !important;
  }
}
@media only screen and (max-width: 767px) {
  .nearbanner h2.elementor-heading-title {
    font-size: 32px !important;
  }
}

.msearch {
  background-color: #e7eef6 !important;
  padding: 60px 0 !important;
}
@media only screen and (max-width: 767px) {
  .msearch {
    padding: 40px 0 !important;
  }
}
.msearch .elementor-widget-container {
  background-color: transparent;
  padding-top: 0;
}
.msearch iframe {
  height: 500px !important;
}

.ourstory-title h2.elementor-heading-title {
  font-size: 85px !important;
  line-height: 102px;
  letter-spacing: -1.45px;
  font-family: "Jost", sans-serif !important;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 1200px) {
  .ourstory-title h2.elementor-heading-title {
    font-size: 65px !important;
    line-height: 1.1 !important;
  }
}
@media only screen and (max-width: 767px) {
  .ourstory-title h2.elementor-heading-title {
    font-size: 32px !important;
  }
}

.ourstory-image .elementor-widget-wrap {
  padding: 0 !important;
}
.ourstory-image img {
  max-width: none !important;
  width: 100% !important;
}

.mftr {
  background-color: #0a2241;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .mftr {
    padding-top: 40px;
  }
}
.mftr__top {
  width: min(822px, 100%);
  margin: 0 auto;
}
.mftr__top h2 {
  font-size: 50px !important;
  line-height: 1.2;
  letter-spacing: -1.45px;
  font-family: "Jost", sans-serif !important;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  color: #ffffff !important;
}
@media only screen and (max-width: 1200px) {
  .mftr__top h2 {
    font-size: 35px !important;
    line-height: 1.1 !important;
  }
}
@media only screen and (max-width: 767px) {
  .mftr__top h2 {
    font-size: 28px !important;
  }
}
.mftr__newslettertop {
  text-align: center;
  width: min(800px, 100%);
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .mftr__newslettertop {
    margin-bottom: 30px;
  }
}
.mftr__newslettertop p {
  font-size: 30px;
  line-height: 1.2;
  color: #b0d8e8;
}
@media only screen and (max-width: 767px) {
  .mftr__newslettertop p {
    font-size: 20px;
  }
}
.mftr__newsletter form .row {
  margin-right: 0;
  margin-left: 0;
}
.mftr__newsletter form .row > * {
  padding-right: 0;
  padding-left: 0;
}
.mftr__newsletter form .row > *:nth-child(1) {
  width: calc(100% - 223px - 50px);
}
@media only screen and (max-width: 767px) {
  .mftr__newsletter form .row > *:nth-child(1) {
    width: 100%;
  }
}
.mftr__newsletter form .row > *:nth-child(2) {
  width: 223px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .mftr__newsletter form .row > *:nth-child(2) {
    width: 100%;
  }
}
.mftr__newsletter form input {
  height: 58px;
  background-color: #ffffff;
  font-size: 28px;
  width: 100%;
  max-width: none;
  border: 1px solid #7f210d;
}
@media only screen and (max-width: 767px) {
  .mftr__newsletter form input {
    height: 45px;
  }
}
.mftr__newsletter form input[type=submit] {
  background-color: #7f210d;
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mftr__newsletter form input[type=submit] {
    font-size: 25px;
  }
}
.mftr__newsletter .newsletter-result {
  text-align: center;
  background-color: #7f210d;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.3;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .mftr__newsletter .newsletter-result {
    font-size: 20px;
  }
}
.mftr__social {
  text-align: center;
  margin-top: 40px;
}
.mftr__socialicons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}
.mftr__socialicons a {
  font-size: 30px;
  color: #b0d8e8;
  font-size: 50px;
  margin: 0 20px 10px;
}
@media only screen and (max-width: 767px) {
  .mftr__socialicons a {
    font-size: 35px;
    margin: 0 10px 10px;
  }
}
.mftr__socialicons a:hover {
  color: #ffffff;
}
.mftr__beerlogo {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .mftr__beerlogo {
    margin-top: 40px;
  }
}
.mftr__beerlogo img {
  display: block;
  margin: 0 auto;
}
.mftr__bottom {
  background-color: #163d50;
  padding-top: 45px;
  padding-bottom: 10px;
  text-align: center;
}
.mftr__bottom .nav li {
  width: 100%;
}
.mftr__bottom .nav li + li {
  margin-top: 10px;
}
.mftr__bottom .nav a {
  color: #e7eef6;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .mftr__bottom .nav a {
    font-size: 18px;
  }
}
.mftr__bottom .nav a:hover {
  color: #b0d8e8;
}
.mftr__copyright {
  margin-top: 10px;
}
.mftr__copyright p {
  color: #acb7c3;
  font-size: 18px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .mftr__copyright p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.mftr__copyright p a {
  color: #acb7c3;
  text-decoration: underline;
  position: relative;
}
.mftr__copyright p a:hover {
  color: #b0d8e8;
}
.mftr__copyright p a + a {
  margin-left: 10px;
  padding-left: 10px;
}
.mftr__copyright p a + a:after {
  content: "";
  position: absolute;
  top: 4px;
  left: -1px;
  bottom: 4px;
  width: 2px;
  background-color: #acb7c3;
}

.beerfestHero {
  padding-bottom: 94px;
  padding-top: 35px;
}
@media only screen and (max-width: 1200px) {
  .beerfestHero {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .beerfestHero {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.beerfestHero .banner-cta {
  margin-top: 75px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .beerfestHero .banner-cta {
    margin-top: 40px;
  }
}
.beerfestHero .banner-cta a {
  color: #fff;
  font-size: 40px;
  text-decoration: none;
  padding: 8px 32px;
  line-height: 48px;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  .beerfestHero .banner-cta a {
    font-size: 28px;
    line-height: 1.1em;
  }
}
@media only screen and (max-width: 767px) {
  .beerfestHero .banner-cta a {
    font-size: 20px;
  }
}
.beerfestHero p {
  font-size: 26px !important;
  font-weight: 500;
  line-height: 31px;
  margin-top: 12px;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.85);
}
@media only screen and (max-width: 1200px) {
  .beerfestHero p {
    font-size: 22px !important;
    line-height: 1.2em;
  }
}

.beerfeast__history {
  padding: 55px 0 30px;
}
.beerfeast__history .content__side {
  padding-left: 60px;
}
@media only screen and (max-width: 1200px) {
  .beerfeast__history .content__side {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .beerfeast__history .content__side .content__side {
    padding-left: 0;
    margin-top: 30px;
  }
}

.content__side h2 {
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  .content__side h2 {
    font-size: 22px;
  }
}
.content__side p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .content__side p {
    font-size: 20px;
    line-height: 1.2em;
  }
}

.ticket__blk {
  display: none;
  padding: 70px 0 78px;
}
@media only screen and (max-width: 1200px) {
  .ticket__blk {
    padding: 60px 0;
  }
}
.ticket__blk a {
  height: 100%;
  display: block;
}
.ticket__blk a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.participating__brewveries {
  min-height: 715px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-top: 0px;
}
@media only screen and (max-width: 1200px) {
  .participating__brewveries {
    min-height: 470px;
  }
}
@media only screen and (max-width: 767px) {
  .participating__brewveries {
    min-height: 230px;
  }
}
.participating__brewveries .participating__brewveries-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.participating__brewveries .participating__brewveries-video::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1E5E95;
  opacity: 0.92;
  mix-blend-mode: multiply;
}
.participating__brewveries .participating__brewveries-video::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("https://avbc.com/wp-content/uploads/2022/03/play-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 6;
  cursor: pointer;
}
@media only screen and (max-width: 1155px) {
  .participating__brewveries .participating__brewveries-video::after {
    width: 120px;
    height: 120px;
    background-size: contain;
    right: 0;
    margin: auto;
    top: 38%;
  }
}
@media only screen and (max-width: 767px) {
  .participating__brewveries .participating__brewveries-video::after {
    width: 60px;
    height: 60px;
    top: 38%;
  }
}
.participating__brewveries .participating__brewveries-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.participating__brewveries h3 {
  font-size: 64px;
  color: #fff;
  line-height: 77px;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.85);
  margin-bottom: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  .participating__brewveries h3 {
    font-size: 44px;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .participating__brewveries h3 {
    font-size: 30px;
  }
}
.participating__brewveries h4 {
  font-size: 50px;
  color: #fff;
  line-height: 60px;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.85);
  font-weight: 400;
  text-transform: revert;
}
@media only screen and (max-width: 1200px) {
  .participating__brewveries h4 {
    font-size: 30px;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .participating__brewveries h4 {
    font-size: 22px;
  }
}

.confirmed__breweries {
  padding: 51px 0 86px;
}
@media only screen and (max-width: 1200px) {
  .confirmed__breweries {
    padding: 60px 0;
  }
}
.confirmed__breweries p {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1200px) {
  .confirmed__breweries p {
    font-size: 20px;
    line-height: 1.2em;
  }
}
.confirmed__breweries h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1200px) {
  .confirmed__breweries h2 {
    font-size: 22px;
    line-height: 1.2em;
  }
}
.confirmed__breweries .breweries__names ul {
  width: 90%;
  margin: 0 auto;
  list-style-type: none;
  justify-content: space-between;
  padding-left: 0px;
  column-count: 2;
}
@media only screen and (max-width: 1200px) {
  .confirmed__breweries .breweries__names ul {
    width: 100%;
    align-items: baseline;
  }
}
@media only screen and (max-width: 767px) {
  .confirmed__breweries .breweries__names ul {
    column-count: 1;
  }
}
.confirmed__breweries .breweries__names ul li {
  font-size: 23px;
  line-height: 42px;
}
@media only screen and (max-width: 1200px) {
  .confirmed__breweries .breweries__names ul li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .confirmed__breweries .breweries__names ul li {
    width: 100%;
  }
}
.confirmed__breweries .breweries__names ul li a {
  text-decoration: none;
  color: #173D51;
  line-height: 50px;
}

.music__schedule .music__schedule__content {
  padding-top: 51px;
  font-size: 26px;
  line-height: 21px;
  padding-left: 45px;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .music__schedule .music__schedule__content {
    font-size: 20px;
    padding-bottom: 51px;
  }
}
@media only screen and (max-width: 576px) {
  .music__schedule .music__schedule__content {
    padding: 25px 15px;
    max-width: 540px;
    margin: auto;
  }
}
.music__schedule .grass_stages {
  margin-top: 40px;
}
.music__schedule .main_stages {
  margin-top: 40px;
}
.music__schedule .stages_heading {
  font-weight: bold;
}
.music__schedule .music__schedule__image {
  padding: 0;
}
.music__schedule .music__schedule__image img {
  object-fit: cover;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .music__schedule .music__schedule__image img {
    height: auto;
  }
}
.music__schedule .row {
  margin: 0;
}
@media only screen and (max-width: 1400px) {
  .music__schedule {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1200px) {
  .music__schedule {
    font-size: 20px;
  }
  .music__schedule h2 {
    font-size: 22px;
  }
}

.food__vendors .row {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .food__vendors .row {
    flex-direction: column-reverse;
  }
}
.food__vendors .col-md-6 {
  padding: 0;
}
.food__vendors .food__vendors__image img {
  object-fit: cover;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .food__vendors .food__vendors__image img {
    height: auto;
  }
}
.food__vendors .food__vendors_food,
.food__vendors .food__vendors_wares {
  padding-top: 51px;
  font-size: 26px;
  line-height: 21px;
  padding-left: 45px;
  padding-right: 15px;
  font-weight: 500;
}
.food__vendors .food__vendors_food ul,
.food__vendors .food__vendors_wares ul {
  padding-left: 0;
  margin-top: 25px;
}
.food__vendors .food__vendors_food ul li,
.food__vendors .food__vendors_wares ul li {
  list-style-type: none;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .food__vendors .food__vendors_food ul li,
  .food__vendors .food__vendors_wares ul li {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 1400px) {
  .food__vendors .food__vendors_food,
  .food__vendors .food__vendors_wares {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1200px) {
  .food__vendors .food__vendors_food,
  .food__vendors .food__vendors_wares {
    font-size: 20px;
    padding-bottom: 30px;
  }
  .food__vendors .food__vendors_food h2,
  .food__vendors .food__vendors_wares h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .food__vendors .food__vendors_food,
  .food__vendors .food__vendors_wares {
    padding: 25px 15px;
    max-width: 540px;
    margin: auto;
  }
}
.food__vendors .food__vendors_wares {
  padding-top: 30px;
}

.where__stay {
  padding: 70px 0 103px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .where__stay {
    padding: 60px 0;
  }
}
.where__stay .content__side {
  padding-left: 20px;
}
.where__stay img {
  width: 100%;
}
.where__stay .places__option {
  margin-top: 59px;
}
@media only screen and (max-width: 1200px) {
  .where__stay .places__option {
    margin-top: 30px;
  }
}
.where__stay .places__option a {
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  color: #79250d;
}

.places__option h4 {
  margin-top: 20px;
  text-align: center;
  font-size: 25px;
  line-height: 33px;
  color: #79250D;
}
@media only screen and (max-width: 1200px) {
  .places__option h4 {
    font-size: 21px;
    line-height: 1.1em;
  }
}

#countdown ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  text-align: center;
  padding: 30px 0;
  margin: 0;
  font-size: 23px;
  background: #ecf0f7;
}
#countdown ul span {
  display: block;
  font-size: 80px;
  text-align: center;
  line-height: 1;
  margin: 0 15px;
}
@media only screen and (max-width: 991px) {
  #countdown ul span {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991px) {
  #countdown ul {
    font-size: 18px;
  }
}

.where__stay .places__option .place__select a {
  text-align: left;
}

.where__stay .places__option .place__select img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .banner-logo img {
    max-width: 60%;
  }
  .ticket__blk a img {
    object-fit: contain;
  }
  .ticket__blk .cta__link-outer a {
    font-size: 20px;
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-logo img {
    width: 85%;
  }
  .where__stay .content__side {
    padding-left: 0;
    margin-top: 20px;
  }
  .where__stay .places__option .col-md-4:nth-child(2) .place__select {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .beerfeast__history .content__side {
    padding-left: 0;
    padding-top: 20px;
  }
  .confirmed__breweries p {
    margin-bottom: 30px;
  }
  .confirmed__breweries h2 {
    margin-bottom: 15px;
  }
  .confirmed__breweries .breweries__names ul li {
    width: 100%;
    line-height: 1.3em;
  }
  .confirmed__breweries .breweries__names ul li a {
    width: 100% !important;
    display: block;
    line-height: 1.3em;
  }
  .ticket__blk .cta__link-outer a {
    font-size: 20px;
    padding: 10px 40px;
  }
}
.ticket__blk .row {
  align-items: center;
}

.cta__link-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.cta__link-outer a {
  background-color: #79250d;
  padding: 20px 65px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
  transition: 0.4s;
}

.cta__link-outer a:hover {
  background-color: #A85B27;
}

.beerfestHero .hero-content {
  position: relative;
  z-index: 1;
}

.beerfestHero {
  position: relative;
}
.beerfestHero .hero-content {
  position: relative;
  z-index: 1;
}
.beerfestHero .beerfestHero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.beerfestHero .beerfestHero__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

/*Home Page New*/
/*Home Page New*/
.top_banner__video {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
}
.top_banner__video .video_container {
  width: 100%;
  position: relative;
  transition: 0.4s;
}
.top_banner__video .ytp-cued-thumbnail-overlay-image {
  background-image: url("https://avbc.com/wp-content/uploads/2022/03/AVBC_31220_082@2x-scaled.jpg");
}
.top_banner__video:hover .overlay {
  z-index: 2;
  opacity: 1;
}
.top_banner__video .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  display: none;
  box-shadow: 2px 1px 62px -2px rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow: 2px 1px 62px -2px rgba(0, 0, 0, 0.75) inset;
  -moz-box-shadow: 2px 1px 62px -2px rgba(0, 0, 0, 0.75) inset;
  transition: 0.3s;
}
.top_banner__video .mobile_play_btn_container {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
.top_banner__video .mobile_play_btn {
  display: none;
}
@media only screen and (max-width: 499px) {
  .top_banner__video .mobile_play_btn {
    display: block;
    z-index: 8;
    width: 18%;
  }
}

.home_site {
  padding: 0;
}

.bottom_logo {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
}

.bottom_bear_logo {
  position: relative;
  width: 23%;
  display: inline-block;
}
@media (max-width: 560px) {
  .bottom_bear_logo {
    width: 26%;
  }
}
.bottom_bear_logo img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
.bottom_bear_logo::after {
  content: "";
  background-image: url(https://avbc.com/wp-content/uploads/2022/03/play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25.9%;
  height: 21.4%;
  position: absolute;
  top: 29%;
  left: 39%;
}
@media only screen and (max-width: 499px) {
  .bottom_bear_logo::after {
    display: none;
  }
}

.video_frame {
  width: 100% !important;
  height: auto !important;
  transition: 0.4s;
  display: block;
  z-index: 1;
  position: relative;
  min-height: 350px;
  object-fit: cover;
}

.product_slider__container {
  padding: 0 7%;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.product_slider__container .slide_img {
  margin: 0 0.4%;
  position: relative;
  transition: 0.2s;
}
.product_slider__container .image_slider {
  position: static;
}
@media only screen and (max-width: 767px) {
  .product_slider__container .image_slider {
    position: relative;
  }
}
.product_slider__container .image_slider .slick-prev {
  background-image: url("https://avbc.com/wp-content/uploads/2022/03/left_ar.svg") !important;
  background-size: cover !important;
  width: 35px;
  height: 39px;
  left: 0px;
  top: 25%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1600px) {
  .product_slider__container .image_slider .slick-prev {
    top: 29%;
  }
}
@media only screen and (max-width: 767px) {
  .product_slider__container .image_slider .slick-prev {
    top: 50%;
    left: -40px;
    width: 27px;
    height: 33px;
  }
}
@media only screen and (max-width: 499px) {
  .product_slider__container .image_slider .slick-prev {
    left: -30px;
  }
}
.product_slider__container .ribbon_container {
  position: absolute;
  width: 100%;
  top: -29px;
}
@media only screen and (max-width: 499px) {
  .product_slider__container .ribbon_container {
    top: 0;
  }
}
.product_slider__container .seasonal_ribbon {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding: 3px 11px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-weight: normal;
  background-image: url("/wp-content/uploads/2022/03/Seasonal.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #173d51;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product_slider__container .seasonal_ribbon {
    font-size: 10px;
    padding: 3px 9px;
  }
}
.product_slider__container .seasonal_ribbon:before, .product_slider__container .seasonal_ribbon:after {
  content: "";
  border-left: 6px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 0;
  left: -1px;
}
@media (max-width: 991px) {
  .product_slider__container .seasonal_ribbon:before, .product_slider__container .seasonal_ribbon:after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
}
@media (max-width: 767px) {
  .product_slider__container .seasonal_ribbon:before, .product_slider__container .seasonal_ribbon:after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left-color: #E8E8E8;
  }
}
.product_slider__container .seasonal_ribbon:after {
  border-left: none;
  border-right: 6px solid #fff;
  left: auto;
  right: -1px;
}
@media (max-width: 767px) {
  .product_slider__container .seasonal_ribbon:after {
    border-right-color: #E8E8E8;
  }
}
@media only screen and (max-width: 499px) {
  .product_slider__container .seasonal_ribbon {
    padding: 2px 7px;
    font-size: 9px;
    line-height: 10px;
  }
}

.image_slider .slick-prev::before {
  content: "";
}
.image_slider .slick-next {
  background-image: url("https://avbc.com/wp-content/uploads/2022/03/right_ar.svg") !important;
  background-size: cover !important;
  width: 35px;
  height: 39px;
  right: 0px;
  top: 25%;
  background-repeat: no-repeat !important;
}
.image_slider .slick-next::before {
  content: "";
}
@media only screen and (max-width: 1600px) {
  .image_slider .slick-next {
    top: 29%;
  }
}
@media only screen and (max-width: 767px) {
  .image_slider .slick-next {
    right: -40px;
    top: 50%;
    width: 27px;
    height: 33px;
  }
}
@media only screen and (max-width: 499px) {
  .image_slider .slick-next {
    right: -30px;
  }
}
.image_slider .slick-track {
  padding: 50px 0;
}
.image_slider .slick-current {
  transform: scale(1.2);
}
.image_slider .slick-list {
  padding: 0 !important;
  padding-top: 50px !important;
}
@media only screen and (max-width: 499px) {
  .image_slider .slick-list {
    padding-top: 20px !important;
  }
}

.slide_content {
  text-align: center;
}
.slide_content .learnmore_btn {
  margin: 40px 0 45px;
}
.slide_content .learnmore_btn .btn-primary {
  padding: 13px 28px;
  font-size: 21px;
  line-height: 43px;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .slide_content .learnmore_btn .btn-primary {
    padding: 7px 28px;
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .slide_content .learnmore_btn .btn-primary {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 499px) {
  .slide_content .learnmore_btn .btn-primary {
    padding: 4px 19px;
    font-size: 19px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .slide_content .learnmore_btn {
    margin: 40px 0 45px;
  }
}

.content_slider {
  padding: 80px 0 20px;
}
@media only screen and (max-width: 1200px) {
  .content_slider {
    padding: 22px 0;
  }
}
@media only screen and (max-width: 499px) {
  .content_slider {
    padding: 0;
  }
}
.content_slider .slide_content h2 {
  font-size: 35px;
  line-height: 60px;
  color: #173D51;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .content_slider .slide_content h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .content_slider .slide_content h2 {
    font-size: 28px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .content_slider .slide_content h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.content_slider .slide_content .product_info,
.content_slider .slide_content h4 {
  font-size: 21px;
  line-height: 24px;
  color: #173D51;
  font-weight: 500;
  max-width: 700px;
  margin: auto;
  text-transform: none;
}
@media only screen and (max-width: 1200px) {
  .content_slider .slide_content .product_info,
  .content_slider .slide_content h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .content_slider .slide_content .product_info,
  .content_slider .slide_content h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .content_slider .slide_content .product_info,
  .content_slider .slide_content h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.content_slider .slide_content .product_desc {
  font-size: 14px;
  line-height: 29px;
  font-style: italic;
}
.content_slider .slick-arrow {
  display: none !important;
}

.product_slider {
  position: relative;
  padding: 0 10%;
  background-color: #E8E8E8;
}
@media only screen and (max-width: 499px) {
  .product_slider {
    padding: 0 20px;
  }
}
.product_slider::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding-bottom: 41%;
  background-image: url(https://avbc.com/wp-content/uploads/2022/04/top_angle_bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .product_slider::before {
    display: none;
  }
}

.circular_text {
  margin: 40px auto 10px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .circular_text {
    width: 100%;
  }
}

.events_section {
  background: #79250D;
}
.events_section .col {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 50px 170px;
  width: 50%;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .events_section .col {
    padding: 70px 50px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .events_section .col {
    width: 100%;
    padding: 50px 30px;
  }
}
.events_section .content_container .btn-primary {
  padding: 9px 21px;
  font-size: 25px;
  line-height: 33px;
  box-shadow: 0px 3px 10px rgba(255, 255, 255, 0.1803921569);
  border: 1px solid #5F5F5F;
  margin-top: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .events_section .content_container .btn-primary {
    padding: 7px 28px;
    font-size: 24px;
    line-height: 34px;
    margin-top: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .events_section .content_container .btn-primary {
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 499px) {
  .events_section .content_container .btn-primary {
    padding: 4px 19px;
    font-size: 19px;
    line-height: 26px;
    margin-top: 20px;
  }
}
.events_section .row {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .events_section .row {
    flex-direction: column;
  }
}

.events__main_heading {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}
.events__main_heading span {
  font-size: 77px;
  display: block;
  font-weight: 600;
}
@media only screen and (max-width: 1350px) {
  .events__main_heading span {
    font-size: 83px;
  }
}
@media only screen and (max-width: 1200px) {
  .events__main_heading span {
    font-size: 65px;
  }
}
@media only screen and (max-width: 991px) {
  .events__main_heading span {
    font-size: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .events__main_heading span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1350px) {
  .events__main_heading {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .events__main_heading {
    font-size: 40px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 991px) {
  .events__main_heading {
    font-size: 31px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .events__main_heading {
    font-size: 42px;
    line-height: 48px;
  }
}

.makers_group_section {
  background: #79250D;
  padding-top: 12%;
  padding-bottom: 10%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}
.makers_group_section .content_container {
  text-align: center;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .makers_group_section {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.makers_group_section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.3;
}
.makers_group_section .btn-primary {
  padding: 9px 21px;
  font-size: 25px;
  line-height: 33px;
  box-shadow: 0px 3px 10px rgba(255, 255, 255, 0.1803921569);
  border: 1px solid #5F5F5F;
  margin-top: 5px;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .makers_group_section .btn-primary {
    padding: 7px 28px;
    font-size: 24px;
    line-height: 34px;
    margin-top: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .makers_group_section .btn-primary {
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 499px) {
  .makers_group_section .btn-primary {
    padding: 4px 19px;
    font-size: 19px;
    line-height: 26px;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  .makers_group_section img {
    max-width: 150px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .makers_group_section img {
    max-width: 100px;
  }
}

.markers_section_heading {
  font-size: 48px;
  line-height: 56px;
  color: #fff;
  font-weight: 500;
}
.markers_section_heading span {
  font-size: 77px;
  display: block;
  line-height: 82px;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8470588235);
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .markers_section_heading span {
    font-size: 65px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 991px) {
  .markers_section_heading span {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .markers_section_heading span {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .markers_section_heading {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .markers_section_heading {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .markers_section_heading {
    font-size: 25px;
    line-height: 30px;
  }
}

.site_header {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 40px;
  height: 110px;
}
@media only screen and (max-width: 991px) {
  .site_header {
    background-color: #0A2240;
  }
}
@media only screen and (max-width: 767px) {
  .site_header {
    height: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .site_header .container-fluid {
    height: 100%;
    padding: 39px 0 33px;
  }
}
@media only screen and (max-width: 767px) {
  .site_header .container-fluid {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 499px) {
  .site_header .container-fluid {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 499px) {
  .site_header .container-fluid > .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.site_header .row {
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 991px) {
  .site_header .row {
    align-items: center;
  }
}
.site_header .site_logo {
  padding: 0;
  position: relative;
  width: 330px;
}
.site_header .site_logo img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1400px) {
  .site_header .site_logo {
    width: 260px;
  }
}
@media only screen and (max-width: 1200px) {
  .site_header .site_logo {
    width: 220px;
  }
}
@media only screen and (max-width: 991px) {
  .site_header .site_logo {
    position: static;
  }
}
.site_header .custom-logo {
  position: absolute;
  bottom: -33px;
  z-index: 110;
}
@media only screen and (max-width: 991px) {
  .site_header .custom-logo {
    bottom: -15px;
    width: 250px !important;
  }
}
@media only screen and (max-width: 767px) {
  .site_header .custom-logo {
    left: 15px;
  }
}
@media only screen and (max-width: 499px) {
  .site_header .custom-logo {
    bottom: -12px;
    width: 180px !important;
    left: 10px;
  }
}
.site_header .site_nav {
  transition: 0.4s;
  width: auto;
  display: flex;
  align-items: center;
  padding: 39px 0 33px;
}
@media only screen and (max-width: 1400px) {
  .site_header .site_nav {
    padding: 15px 0 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .site_header .site_nav {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 991px) {
  .site_header .site_nav {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 499px) {
  .site_header .site_nav {
    padding: 12px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .site_header .site_nav {
    position: absolute;
    top: -500px;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    flex-direction: column;
    padding-top: 30px;
    left: 0;
    background-color: #0A2240;
  }
}
.site_header ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .site_header ul {
    flex-direction: column;
  }
}
.site_header ul li {
  margin-right: 55px;
  padding-bottom: 5px;
  position: relative;
}
.site_header ul li::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  z-index: 10;
  position: absolute;
  bottom: -6px;
  display: none;
  left: 0;
}
@media only screen and (max-width: 1400px) {
  .site_header ul li {
    margin-right: 45px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1155px) {
  .site_header ul li {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .site_header ul li {
    margin-right: 0;
  }
}
.site_header ul li a {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .site_header ul li a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1155px) {
  .site_header ul li a {
    font-size: 14px;
    line-height: 22px;
  }
}
.site_header ul li:hover::after {
  display: block;
}

.mobile_nav {
  display: none;
  width: auto;
}
@media only screen and (max-width: 991px) {
  .mobile_nav {
    display: block;
  }
}
.mobile_nav .hamburger_icon {
  display: inline-block;
  cursor: pointer;
}
.mobile_nav .hamburger_icon .bar1,
.mobile_nav .hamburger_icon .bar2,
.mobile_nav .hamburger_icon .bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}
@media only screen and (max-width: 499px) {
  .mobile_nav .hamburger_icon .bar1,
  .mobile_nav .hamburger_icon .bar2,
  .mobile_nav .hamburger_icon .bar3 {
    width: 32px;
    height: 3px;
  }
}
.mobile_nav .change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.mobile_nav .change .bar2 {
  opacity: 0;
}
.mobile_nav .change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
@media only screen and (max-width: 499px) {
  .mobile_nav .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -5px);
    transform: rotate(45deg) translate(-6px, -5px);
  }
}

.find_beer {
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  background-color: #1E6EAA;
  padding: 5.5px 22px;
  border-color: #1E6EAA;
}
@media only screen and (max-width: 1400px) {
  .find_beer {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .find_beer {
    padding: 6px 17px;
  }
}
.find_beer span {
  margin-right: 3px;
}
.find_beer span img {
  width: 14px;
}

.site_footer {
  background-color: #0A2240;
}
.site_footer .container_fluid {
  padding: 48px 30px 0 48px;
}
@media only screen and (max-width: 991px) {
  .site_footer .container_fluid {
    padding: 48px 20px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .site_footer .container_fluid {
    padding: 30px 33px;
    overflow: hidden;
  }
}
.site_footer .f_col1 {
  width: 60% !important;
}
@media only screen and (max-width: 991px) {
  .site_footer .f_col1 {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .site_footer .f_col1 {
    width: 100% !important;
  }
}
.site_footer .f_col {
  width: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .site_footer .f_col {
    width: 100%;
  }
}
.site_footer .row {
  justify-content: space-between;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .site_footer .row {
    flex-direction: column;
  }
}
.site_footer .f_col2 {
  width: 40%;
  padding-right: 38px;
}
@media only screen and (max-width: 991px) {
  .site_footer .f_col2 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .site_footer .f_col2 {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .site_footer .social-icons .wp-block-gallery {
    justify-content: center;
  }
}
.site_footer .bottom_footer {
  background-color: #001621;
  text-transform: uppercase;
}
.site_footer .bottom_footer .row {
  justify-content: center;
  margin: 0;
  padding: 38px 0 28px;
}
@media only screen and (max-width: 767px) {
  .site_footer .bottom_footer .row {
    display: block;
    text-align: center;
    padding: 15px 10px;
  }
}
.site_footer .bottom_footer .widget {
  width: auto;
  padding: 0;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  border-right: 2px solid #918F8F;
}
@media only screen and (max-width: 767px) {
  .site_footer .bottom_footer .widget {
    border-right: none;
    font-size: 12px;
    line-height: 18px;
  }
}
.site_footer .bottom_footer .widget:last-child {
  border: none;
}
.site_footer .bottom_footer .widget p {
  margin-bottom: 0;
  color: #918F8F;
}
.site_footer .bottom_footer .widget a {
  color: #918F8F;
  text-decoration: none;
  margin-left: 5px;
}
.site_footer .bottom_footer .widget a:hover {
  color: #fff;
}

.footer_heading {
  color: #B2D8E9;
  font-size: 34px;
  line-height: 49px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .footer_heading {
    text-align: center;
  }
}

.footer_menu {
  border-top: 2px solid rgba(255, 255, 255, 0.6);
  padding-top: 18px;
  padding-right: 30px;
}
.footer_menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1350px) {
  .footer_menu ul {
    justify-content: left;
  }
}
@media only screen and (max-width: 767px) {
  .footer_menu ul {
    flex-direction: column;
    text-align: center;
  }
}
.footer_menu ul li {
  padding-bottom: 6px;
  border-bottom: 3px solid transparent;
}
.footer_menu ul li:hover {
  border-bottom: 3px solid #fff;
}
@media only screen and (max-width: 1350px) {
  .footer_menu ul li {
    margin-right: 50px;
  }
}
.footer_menu ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .footer_menu ul li {
    margin-bottom: 5px 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer_menu {
    padding-right: 0;
  }
}

.social-icons .wp-block-image {
  width: 45px !important;
  height: 45px;
  margin: 0;
  background-color: #B2D8E9;
  margin: 0 10px !important;
  border-radius: 50%;
  align-items: center;
  flex-grow: unset !important;
}
@media only screen and (max-width: 499px) {
  .social-icons .wp-block-image {
    width: 37px !important;
    height: 37px !important;
  }
}
.social-icons .wp-block-image:hover {
  background-color: #fff;
}
@media only screen and (max-width: 499px) {
  .social-icons .wp-block-image a {
    width: 60% !important;
    align-items: center;
    justify-content: center;
  }
}
.social-icons .wp-block-image img {
  object-fit: none !important;
}
@media only screen and (max-width: 499px) {
  .social-icons .wp-block-image img {
    object-fit: contain !important;
    height: 60% !important;
    width: 100%;
    flex: none !important;
    max-width: none !important;
    border-radius: 0 !important;
  }
}
.social-icons .wp-block-image:last-child {
  margin-right: 0 !important;
}

.wp-block-gallery {
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  .wp-block-gallery {
    justify-content: center;
  }
}

.contact_us_link {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.contact_us_link span {
  margin-left: 10px;
}

.contact_us_link_container {
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .contact_us_link_container {
    text-align: center !important;
  }
}

.f_col1 .find_beer_btn {
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .f_col1 .find_beer_btn {
    text-align: center;
  }
}

.footer_images {
  display: flex;
  align-items: center;
  margin: 60px -15px 0px -15px;
  flex-wrap: wrap;
}
.footer_images .widget_block {
  display: inline-block;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .footer_images .widget_block {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .footer_images .widget_block img {
    max-width: 100%;
    width: auto;
    max-height: 80px;
  }
}
.footer_images .wp-block-image {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .footer_images .wp-block-image {
    margin-bottom: 0;
  }
}
.footer_images .wp-block-image a {
  display: block;
}
.footer_images .mobile_brewbery_img {
  display: none;
}
@media only screen and (max-width: 767px) {
  .footer_images .mobile_brewbery_img {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .footer_images {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_images {
    text-align: center;
    margin: 30px 0 40px;
    justify-content: center;
  }
}

.footer_form {
  margin-top: 72px;
}
.footer_form .gfield_label {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .footer_form {
    width: 100%;
  }
}
.footer_form .gform_title {
  font-weight: 500;
  color: #fff;
  font-size: 34px;
  line-height: 49px;
}
.footer_form .gform_description {
  font-size: 23px;
  line-height: 34px;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media only screen and (max-width: 767px) {
  .footer_form .gform_description {
    font-size: 22px;
    line-height: 28px;
  }
}
.footer_form input {
  background-color: #173E51;
  font-size: 20px !important;
  border: 1px solid #30576A !important;
  line-height: 29px;
  color: #fff;
}
@media only screen and (max-width: 499px) {
  .footer_form input {
    font-size: 16px !important;
  }
}
.footer_form .gform_heading {
  margin-bottom: 25px;
}
.footer_form .gform_button {
  background-color: #79250D;
  border-color: #79250D !important;
  padding: 4px 49px;
  font-size: 18px !important;
  line-height: 26px;
  text-transform: uppercase;
  border: 1px solid #5F5F5F;
  color: #fff;
  cursor: pointer;
}
.footer_form .gform_button:hover {
  background-color: #A85B27;
  border-color: #A85B27 !important;
}
.footer_form .gcaptcha_field .gfield_label {
  display: none !important;
}
.footer_form .gform_validation_errors {
  display: none;
}
.footer_form .gform_wrapper .gfield_error input {
  border-color: #c02b0a !important;
}
@media only screen and (max-width: 499px) {
  .footer_form .gcaptcha_field iframe {
    max-width: 220px !important;
  }
}

.footer_bear_img {
  position: absolute;
  bottom: 0;
  width: 100%;
  justify-content: flex-end;
  display: flex;
  align-items: end;
  right: 30px;
}
.footer_bear_img #block-14 {
  padding-bottom: 22px;
  width: 23%;
  margin-right: 50px;
}
@media only screen and (max-width: 1200px) {
  .footer_bear_img #block-14 {
    width: 132px;
  }
}
@media only screen and (max-width: 991px) {
  .footer_bear_img #block-14 {
    width: 140px;
  }
}
.footer_bear_img #block-14 img {
  width: 100%;
}
.footer_bear_img #block-13 {
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .footer_bear_img #block-13 {
    width: 250px;
  }
}
.footer_bear_img .wp-block-image {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .footer_bear_img {
    display: none;
  }
}

::-webkit-input-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

::placeholder {
  color: #fff;
}

.gform_wrapper .gfield_validation_message {
  background: transparent !important;
  border: none !important;
  font-size: 14.992px;
  margin-top: 0 !important;
  padding: 0 !important;
  padding-top: 5px !important;
}
.gform_wrapper .validation_message {
  background: transparent !important;
  border: none !important;
  font-size: 14.992px;
  margin-top: 0 !important;
  padding: 0 !important;
  padding-top: 5px !important;
}

.slick-slide img {
  display: block;
  max-width: 100% !important;
  object-fit: contain;
}
@media only screen and (max-width: 991px) {
  .slick-slide img {
    max-height: 200px;
  }
}

.first-section {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .first-section {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .first-section {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  #FdHero {
    background-position: top 40px center;
  }
}

.small-wrapper {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}

.whatsnew {
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .whatsnew {
    padding: 50px 0;
  }
}
.whatsnew h1 {
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 40px;
  color: #125990;
  padding-bottom: 10px;
  border-bottom: 1px solid #125990;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .whatsnew h1 {
    font-size: 2.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .whatsnew h1 {
    margin-bottom: 20px;
  }
}
.whatsnew h2 {
  line-height: 1.1;
}
.whatsnew .btn {
  padding: 13px 28px;
}
.whatsnew .bear_img_section {
  display: flex;
  flex-wrap: wrap;
}
.whatsnew .bear_img_section:not(:last-child) {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .whatsnew .bear_img_section:not(:last-child) {
    margin-bottom: 60px;
  }
}
.whatsnew .bear_img_section .left_bear_img {
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .whatsnew .bear_img_section .left_bear_img {
    width: 100%;
  }
}
.whatsnew .bear_img_section .left_bear_img img {
  width: 157px;
}
@media only screen and (max-width: 767px) {
  .whatsnew .bear_img_section .left_bear_img img {
    margin: 0 auto;
    display: block;
  }
}
.whatsnew .bear_img_section .bear_right_content {
  width: calc(100% - 250px);
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .whatsnew .bear_img_section .bear_right_content {
    width: 100%;
    padding-top: 0;
    margin-top: 10px;
  }
}
.whatsnew .wn_video_section h3 {
  color: #173E51;
  margin: 25px 0;
  line-height: 1.1;
  text-transform: none;
}
.whatsnew .wn_video_section .video-wrapper {
  max-width: 720px;
  width: 100%;
}
.whatsnew .wn_video_section .video-wrapper__box {
  padding-bottom: 56.25%;
  position: relative;
}
.whatsnew .wn_video_section .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site_header-spacer {
  height: 78px;
}
@media (max-width: 782px) {
  .site_header-spacer {
    height: 38px;
  }
}
@media (max-width: 500px) {
  .site_header-spacer {
    height: 22px;
  }
}

.page-first-section {
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .page-first-section {
    padding-top: 50px;
  }
}

.eslider {
  padding-top: 90px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .eslider {
    padding-top: 50px;
  }
}
.eslider__header {
  margin-bottom: 30px;
}
.eslider__header h1 {
  color: #1E6EAA;
  font-style: italic;
}
.eslider__header h1:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .eslider .owl-stage {
    display: flex !important;
  }
}
.eslider .owl-nav button {
  top: 50% !important;
  transform: translatey(-50%) !important;
}
.eslider .mec-slider-t3-wrap {
  height: 470px !important;
  min-height: auto !important;
}
@media only screen and (max-width: 767px) {
  .eslider .mec-slider-t3-wrap {
    height: auto !important;
  }
}
.eslider .mec-event-article {
  height: 470px !important;
  min-height: auto !important;
}
@media only screen and (max-width: 767px) {
  .eslider .mec-event-article {
    height: 100% !important;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .eslider .mec-slider-t3-img {
    padding-bottom: 70%;
    height: auto !important;
    position: static !important;
  }
}
.eslider .mec-slider-t3-content {
  width: 100% !important;
  padding: 0 15% 50px 15% !important;
  display: flex !important;
  flex-direction: column;
  top: auto !important;
  transform: none !important;
}
@media only screen and (max-width: 767px) {
  .eslider .mec-slider-t3-content {
    background-color: #000 !important;
    position: static !important;
    padding: 30px !important;
    flex: 1;
  }
}
.eslider .event-grid-modern-head {
  padding: 0 !important;
  font-size: 25px;
  line-height: 1.2;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  order: 1;
  margin-bottom: 0 !important;
}
.eslider .event-grid-modern-head > * {
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  text-transform: inherit !important;
  margin-block: 0 !important;
  margin-right: 5px;
  padding-block: 0 !important;
}
@media only screen and (max-width: 767px) {
  .eslider .event-grid-modern-head {
    font-size: 18px !important;
  }
}
.eslider .mec-event-content {
  padding: 0 !important;
}
.eslider .mec-event-content .mec-event-detail {
  display: none !important;
}
.eslider .mec-event-title {
  font-size: 3.5rem !important;
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-weight: 800 !important;
  color: #fff !important;
}
@media only screen and (max-width: 991px) {
  .eslider .mec-event-title {
    font-size: 2.5rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .eslider .mec-event-title {
    font-size: 1.8rem !important;
  }
}
.eslider .mec-event-title a {
  text-decoration: none;
  display: inline-block;
  color: inherit !important;
}
.eslider .mec-slider-t3-footer {
  display: none;
}

.ecalviewctlr {
  padding-bottom: 30px;
}
.ecalviewctlr__inner {
  border: 1px solid #dfdfdf;
  background: #eee;
  padding: 20px;
}
.ecalviewctlr .ecalviewctlr__btn {
  padding: 10px 30px 10px 20px;
  position: relative;
}
.ecalviewctlr .ecalviewctlr__btn--active span::before {
  opacity: 1 !important;
}
.ecalviewctlr .ecalviewctlr__btn span {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.ecalviewctlr .ecalviewctlr__btn span::before, .ecalviewctlr .ecalviewctlr__btn span::after {
  content: "";
  position: absolute;
  background-color: #fff;
}
.ecalviewctlr .ecalviewctlr__btn span::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  opacity: 0;
}
.ecalviewctlr .ecalviewctlr__btn span::after {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
}

.ecalview {
  padding-bottom: 30px;
}
.ecalview .mec-calendar {
  margin-bottom: 0 !important;
}
.ecalview .mec-calendar-table-head dt {
  background-color: transparent !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  text-align: center !important;
  color: #000 !important;
  font-size: 18px !important;
}
.ecalview .mec-month-navigator .mec-load-month {
  padding: 0 10px !important;
}
.ecalview .mec-next-previous-events li a {
  padding: 9px 14px 9px 14px !important;
  border: 1px solid #000 !important;
  transition: 0.3s !important;
}
.ecalview .mec-calendar-row dt {
  font-size: 16px !important;
  text-align: center !important;
}
.ecalview .mec-calendar-row dt.mec-table-nullday {
  color: #000 !important;
  opacity: 0.5 !important;
}
.ecalview .mec-calendar-row dt.mec-selected-day {
  background-color: #1E6EAA !important;
  border-color: #1E6EAA !important;
  color: #fff !important;
}
.ecalview .mec-calendar-row dt.mec-selected-day .mec-color {
  color: #fff !important;
}
.ecalview .mec-calendar-row dt.mec-selected-day .ended-relative {
  color: #fff !important;
}
.ecalview .mec-calendar-row dt.mec-selected-day .ended-relative h4 {
  color: inherit !important;
}
.ecalview .mec-calendar-row dt .ended-relative a {
  text-decoration: none;
}

.elistview {
  padding-bottom: 30px;
}
.elistview .mec-month-divider,
.elistview .mec-event-footer {
  display: none !important;
}
.elistview .mec-event-image {
  height: 100%;
}
.elistview .mec-event-image a {
  height: 100%;
}
.elistview .mec-event-image img {
  object-fit: cover;
  width: 300px;
  height: 300px !important;
}
.elistview .mec-event-content {
  padding-bottom: 15px;
}
.elistview .mec-event-content-wrap {
  min-height: auto !important;
}
.elistview .mec-event-meta-wrap *::before {
  font-size: 16px !important;
  color: #79250D !important;
}
.elistview .mec-event-title {
  color: #1E6EAA !important;
}
@media only screen and (max-width: 767px) {
  .elistview .mec-event-title {
    font-size: 24px !important;
  }
}
.elistview .mec-event-title a {
  text-decoration: none !important;
  color: inherit !important;
}
.elistview .mec-event-title a:hover {
  text-decoration: underline !important;
}

.mec-wrap .mec-single-event .col-md-8 {
  width: 100%;
}
.mec-wrap .mec-single-event .col-md-8:not(:last-child) {
  margin-bottom: 40px;
}
.mec-wrap .mec-single-event .col-md-4 {
  width: 100%;
}
.mec-wrap .mec-single-event .mec-events-meta-group-countdown,
.mec-wrap .mec-single-event .mec-events-meta-group-tags {
  display: none !important;
}
.mec-wrap .mec-single-event .mec-events-event-image img {
  height: auto;
}
.mec-wrap .mec-single-event .mec-events-event-image:not(:last-child) {
  margin-bottom: 30px !important;
}
.mec-wrap .mec-single-event .mec-event-content {
  padding: 0 !important;
}
.mec-wrap .mec-single-event .mec-event-content:not(:last-child) {
  margin-bottom: 30px !important;
}
.mec-wrap .mec-single-event .mec-event-content *:last-child {
  margin-bottom: 0 !important;
}
.mec-wrap .mec-single-event .mec-event-content h1 {
  color: #1E6EAA;
  font-size: calc(1.375rem + 1.5vw) !important;
  margin-bottom: 20px !important;
}
@media (min-width: 1200px) {
  .mec-wrap .mec-single-event .mec-event-content h1 {
    font-size: 2.5rem !important;
  }
}
.mec-wrap .mec-single-event .mec-event-content p,
.mec-wrap .mec-single-event .mec-event-content li {
  font-size: 1.2rem !important;
  line-height: 1.4 !important;
}
.mec-wrap .mec-single-event .mec-event-export-module {
  margin-bottom: 0 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}
.mec-wrap .mec-single-event .mec-event-export-module ul {
  margin: 0 !important;
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  .mec-wrap .mec-single-event .mec-event-export-module ul li:last-child {
    margin-bottom: 0 !important;
  }
}
.mec-wrap .mec-single-event .mec-event-export-module .mec-events-button {
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.2;
  font-family: "Jost", sans-serif;
  background-color: #79250D;
  border-color: #79250D;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  display: inline-block;
  margin: 0 !important;
}
.mec-wrap .mec-single-event .mec-event-export-module .mec-events-button:hover {
  background-color: #A85B27;
  border-color: #A85B27;
}
.mec-wrap .mec-single-event .mec-event-export-module .mec-events-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.mec-wrap .mec-single-event .mec-event-social,
.mec-wrap .mec-single-event .mec-qrcode-details {
  display: none !important;
}
.mec-wrap .mec-single-event .mec-event-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  margin-right: -10px;
  margin-left: -10px;
}
@media only screen and (max-width: 767px) {
  .mec-wrap .mec-single-event .mec-event-meta {
    margin-right: 0;
    margin-left: 0;
  }
}
.mec-wrap .mec-single-event .mec-event-meta > div {
  width: auto;
  flex: 1;
  margin: 0 10px 20px;
  background-color: #0A2240;
  border: 3px solid #1E6EAA;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .mec-wrap .mec-single-event .mec-event-meta > div {
    width: 100%;
    flex: none;
    margin-right: 0;
    margin-left: 0;
  }
  .mec-wrap .mec-single-event .mec-event-meta > div:last-child {
    margin-bottom: 0;
  }
}
.mec-wrap .mec-single-event .mec-event-meta > div i::before {
  color: #fff !important;
  font-size: 18px !important;
}
.mec-wrap .mec-single-event .mec-event-meta > div h3 {
  color: #fff;
  font-size: 18px;
}
.mec-wrap .mec-single-event .mec-event-meta > div dl > * + * {
  margin-top: 5px !important;
}
.mec-wrap .mec-single-event .mec-event-meta > div dd {
  color: #fff;
  font-size: 1.2rem !important;
}
.mec-wrap .mec-single-event .mec-event-meta > div .mec-events-address {
  color: #fff !important;
  margin-bottom: 0 !important;
}
.mec-wrap ~ .nocomments {
  display: none !important;
}

/*Coastal Ale page css start */
.blue-bar {
  background-color: #0A2240;
  padding: 20px 0px;
  text-align: center;
}
.blue-bar h2 {
  color: #fff;
  font-size: 2.813rem;
  font-weight: 900;
  margin-bottom: 0px !important;
}

.left__right-sec {
  padding: 100px 0px;
  overflow-x: hidden;
  background-size: cover;
}

.left__right-sec--inner {
  width: 100%;
  margin-bottom: 100px;
  flex-wrap: wrap;
  align-items: center;
}

.left__right-sec--img {
  width: 50%;
  position: relative;
}
.left__right-sec--img > img {
  width: 100%;
}

.left__right-sec--content {
  width: 50%;
  color: #fff;
  font-size: 32px;
  padding: 0px 90px;
  text-align: center;
}

.left__right-sec--content h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px;
}

.btn--learnmore {
  background-color: #79250D;
  padding: 15px 30px;
  font-weight: 400;
  color: #fff;
  transition: 0.3s ease-in-out;
  border: 1px solid #79250D;
}

.btn--learnmore:hover {
  background-color: #A85B27;
  border: 1px solid #A85B27;
  color: #fff;
}

.rgt-img {
  display: flex;
  flex-direction: row-reverse;
}

.left__right-sec--img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -20px;
}

.left__right-sec > div:nth-child(1) .left__right-sec--content {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 30px 70px;
  text-align: left;
  position: relative;
}
.left__right-sec > div:nth-child(1) .left__right-sec--content:before {
  content: "";
  width: 16%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -16%;
}

.left__right-sec > div:nth-child(1) .left__right-sec--img:before {
  border: none;
}

.left__right-sec > div:nth-child(1) .left__right-sec--img img {
  padding-left: 200px;
}

.left__right-sec > div:nth-child(2) .left__right-sec--img:before {
  width: calc(100% + 34px);
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: -34px;
  left: -34px;
}

.left__right-sec > div:nth-child(2) .left__right-sec--img {
  padding: 0px;
}

.left__right-sec > div:nth-child(3) .left__right-sec--img {
  padding: 0px 20px 0px 0px;
}

.left__right-sec > div:nth-child(3) .left__right-sec--img::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.single-beer #BrSecBillboard .content {
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .left__right-sec > div:nth-child(1) .left__right-sec--img img {
    padding-left: 20%;
  }
}
@media (max-width: 1024px) {
  .left__right-sec--content {
    font-size: 26px;
  }
  .left__right-sec > div:nth-child(1) .left__right-sec--content {
    padding: 30px 40px;
  }
}
@media (max-width: 991px) {
  .blue__bar--content h2 {
    font-size: 2rem;
  }
  .left__right-sec--img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .left__right-sec--content {
    width: 100%;
    font-size: 20px;
    padding: 0px;
  }
  .left__right-sec--img::before {
    position: unset;
  }
  .left__right-sec > div .left__right-sec--img img {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 600px;
  }
  .left__right-sec > div:nth-child(1) .left__right-sec--content {
    border: none;
    text-align: center;
  }
  .left__right-sec > div .left__right-sec--content {
    padding: 0 20px;
  }
  .left__right-sec > div:nth-child(1) .left__right-sec--content:before {
    display: none;
  }
  .left__right-sec > div:nth-child(1) .left__right-sec--content {
    padding: 0 20px;
  }
  .left__right-sec--content h2 {
    margin-top: 25px;
  }
  .left__right-sec {
    padding: 20px 0;
  }
  .left__right-sec > div:nth-child(1) .left__right-sec--img {
    padding: 0 20px;
  }
  .left__right-sec > div:nth-child(2) .left__right-sec--img:before {
    display: none;
  }
  .left__right-sec > div:nth-child(3) .left__right-sec--img {
    padding-right: 0px;
  }
  .left__right-sec--inner {
    margin-bottom: 30px;
  }
  .left__right-sec > div:nth-child(3) .left__right-sec--img::before {
    display: none;
  }
  .postid-3390 #BrSecBillboard .col-md-4 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .beer__foundation--inner,
  .beer__foundation p {
    text-align: center;
  }
  .left__right-sec--content h2 {
    font-size: 28px;
  }
  .site_footer .gform_heading,
  .site_footer .gform_footer,
  .site_footer form .h-captcha {
    text-align: center;
  }
  .postid-3390 #BrData p {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .beer__foundation--logo {
    max-width: 200px;
    margin: 0 auto;
  }
}
#StrSecStories .card {
  position: relative;
  text-decoration: none;
}

.mec-calendar .mec-calendar-side .mec-previous-month {
  color: #000 !important;
}

#StrSecStories .card-body {
  text-decoration: none !important;
}

.beer-category:not(#goses) .lead {
  display: none;
}

.hours-title {
  color: #fff;
}

.h4-title {
  font-size: 1.5rem;
  color: #ffffff;
}

.h3-title {
  font-size: 1.75rem;
}

.h5-title {
  color: #79250D;
  font-size: 1.25rem;
  font-weight: 800;
}

.beer-titl {
  color: #0A2240;
  margin-bottom: 0;
  font-weight: 800;
}

section.beer-list .beer {
  text-align: center;
}

.color-copper {
  color: #A85B27;
}

.color-umber {
  color: #79250D;
}

.hero-subtitl {
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1.2 !important;
  font-weight: 400;
  text-shadow: 0 0 12px #0A2240;
  text-transform: initial;
}

.beer__foun-titl {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  color: #A85B27;
  font-weight: 400;
  font-size: 2rem;
}

.p-heading {
  font-size: 1.625rem;
  font-weight: 400;
  text-shadow: 0 0 12px #0A2240;
  margin-top: 12px;
  color: #fff;
  text-transform: inherit;
}

.place--link {
  color: #fff;
}

.music__schedule .stages_heading {
  color: #173E51;
  font-size: 1.625rem;
  font-weight: bold;
}

.stages-sub {
  font-size: 1.625rem;
  line-height: 1.2 !important;
  color: #173E51;
  font-weight: 500;
  text-transform: inherit;
}

.d-none {
  display: none;
}

@media screen and (max-width: 576px) {
  .hero-subtitl {
    font-size: 1.2rem;
  }
}
.slide-hidden {
  visibility: hidden;
}

.slick-track {
  display: flex;
}

.mec-calendar.mec-event-container-simple dl dt.mec-calendar-day,
.mec-event-date,
.mec-calendar-day-head,
.mec-load-month-link {
  color: #000 !important;
}

.mec-calendar.mec-event-container-simple dl dt.mec-calendar-day.mec-selected-day,
.mec-calendar.mec-event-container-simple dl dt.mec-calendar-day.mec-selected-day a,
.mec-calendar.mec-event-container-simple dl dt.mec-calendar-day.mec-selected-day .mec-event-title {
  color: #fff !important;
}

.mec-event-title {
  font-size: 12px !important;
  color: #000 !important;
}

.mec-topsec .mec-event-title {
  font-size: 28px !important;
}

.h-captcha label {
  display: none;
}

.page-template-page-beers .site_header,
.single-beer .site_header,
.page-template-page-events-new-php .site_header,
.page-template-page-simple-php .site_header,
.page-template-page-landing-two .site_header,
.page-template-page-simple .site_header {
  background-color: #000;
}

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