@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,700,700i');
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);
@charset "UTF-8";
.ac-overlay {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99998;
  opacity: 0;
  cursor: wait;
}
.ac-container {
  box-sizing: border-box;
  font-family: 'Bree Serif', serif;
  width: 360px;
  position: fixed;
  padding: 20px 20px 20px 20px;
  background: #fff;
  z-index: 99999;
  opacity: 0;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #000;
  font-weight: normal;
}
.ac-container h2 {
  box-sizing: border-box;
  margin: 0 0 14px 0;
  font-size: 26px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 11px;
}
.ac-container h3 {
  box-sizing: border-box;
  color: #649d09;
  margin-bottom: 5px;
  margin-top: 15px;
  font-size: 26px;
}
.ac-container p {
  box-sizing: border-box;
  margin: 0 0 20px 0;
  font-size: 14px;
  color: #959595;
  line-height: 20px;
}
.ac-container p strong {
  color: #ff1f1f;
}
.ac-container select, .ac-container input {
  box-sizing: border-box;
  color: #555;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  margin-right: 5px;
  border: 1px solid #ccc;
}
.dayDiv, .yearDiv {
  display: inline;
  position: relative;
  margin-right: 5px;
}
.dayDiv::after, .yearDiv::after {
  position: absolute;
  bottom: -133%;
  left: 0;
  font-family: montserratregular;
  width: 100%;
  font-size: 12px;
}
.dayDiv input, .yearDiv input {
  margin-right: 0 !important;
}
.dayDiv::after {
  content: 'DAY';
}
.yearDiv::after {
  content: 'YEAR';
}
.ac-container input.day {
  box-sizing: border-box;
  width: 45px;
  height: 28px;
}
.ac-container input.year {
  box-sizing: border-box;
  width: 70px;
  height: 28px;
}
.ac-container select {
  box-sizing: border-box;
  height: 28px;
  padding-left: 4px;
}
.ac-container button {
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 4px 10px 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  width: 84px;
  background: #8eb908;
  color: #fff;
  text-shadow: 1px 1px 0 #84a51d;
}
.ac-container button:hover {
  box-sizing: border-box;
  background: #82a711;
}
.ac-container .errors {
  box-sizing: border-box;
  margin: 0 0 20px 0;
  font-size: 12px;
  line-height: 18px;
  color: #ff1f1f;
}
.ac-container .errors ul, .ac-container .errors li {
  box-sizing: border-box;
  padding: 0 0 3px 0;
  margin: 0 0 0 0;
  list-style: none;
}
.ac-container .errors li span {
  box-sizing: border-box;
  font-size: 9px;
  background: #ebebeb;
  border: 1px solid #ccc;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  display: inline-block;
  color: #ff1f1f;
  font-weight: bold;
  text-align: center;
  margin-right: 5px;
  line-height: 13px;
  position: relative;
  top: -2px;
  text-shadow: 1px 1px 0 #fff;
  font-family: arial;
}
.ac-container .fields {
  box-sizing: border-box;
  clear: both;
  margin: 10px 0 10px 0;
}
@media (max-width: 500px) {
  .ac-container {
    box-sizing: border-box;
    width: auto;
    margin-right: 20px;
    margin-left: 1px;
  }
  .ac-container select, .ac-container input.day, .ac-container input.year {
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
  .ac-container button {
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
}
.confirmCheck {
  font-size: 16px;
  margin-bottom: 10px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-prev {
  left: 15px;
}
.slick-lightbox .slick-next {
  right: 15px;
}
.slick-lightbox-hide {
  opacity: 0;
}
.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}
.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}
.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}
.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white;
}
.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}
.slick-lightbox-close:focus {
  outline: none;
}
.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '×';
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.stacktable {
  width: 100%;
}
.st-head-row {
  padding-top: 1em;
}
.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
}
.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%;
}
.st-val {
  width: 49%;
  padding-left: 1%;
}
/* RESPONSIVE EXAMPLE */
.stacktable.large-only {
  display: table;
}
.stacktable.small-only {
  display: none;
}
@media (max-width: 800px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
}
@media only screen and (max-width : 860px) {
  #header-container {
    height: 250px;
  }
}
#mapContainer {
  height: 600px;
  position: relative;
  border-top: 2px solid #fff;
  display: flex;
  flex-direction: row;
  /* Marker tweaks */
}
@media only screen and (max-width : 860px) {
  #mapContainer {
    height: auto;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
#mapContainer .sidebar {
  width: 33.3333%;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width : 860px) {
  #mapContainer .sidebar {
    width: 100%;
    height: 600px;
    min-height: auto;
  }
}
#mapContainer .pad2 {
  padding: 20px;
}
#mapContainer .map {
  width: 66.6666%;
  min-height: 100%;
}
@media only screen and (max-width : 860px) {
  #mapContainer .map {
    min-height: inherit;
    width: 100%;
    height: 400px;
  }
}
#mapContainer a {
  color: #404040;
  text-decoration: none;
}
#mapContainer a:hover {
  color: #101010;
}
#mapContainer .heading {
  background: #fff;
  border-bottom: 1px solid #eee;
  min-height: 60px;
  line-height: 60px;
  padding: 0 10px;
  background-color: #005789;
}
#mapContainer .heading h1 {
  font-size: 22px;
  margin: 0;
  font-weight: 400;
  line-height: 20px;
  padding: 20px 2px;
  color: white;
}
#mapContainer .listings {
  height: 100%;
  overflow: auto;
  padding-bottom: 60px;
}
#mapContainer .listings .item {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 10px;
  text-decoration: none;
}
#mapContainer .listings .item a {
  cursor: pointer;
}
#mapContainer .listings .item:last-child {
  border-bottom: none;
}
#mapContainer .listings .item.active {
  border-right: 3px solid #ffc907;
}
#mapContainer .listings .item .header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
#mapContainer .listings .item .header img {
  float: left;
  max-width: 160px;
  max-height: 160px;
  margin-right: 10px;
}
@media only screen and (max-width : 1023px) {
  #mapContainer .listings .item .header img {
    max-width: 130px;
    max-height: 130px;
  }
}
#mapContainer .listings .item .header .title {
  display: block;
  color: #005789;
  font-weight: 700;
  margin: 0;
}
@media only screen and (max-width : 1023px) {
  #mapContainer .listings .item .header .title {
    font-size: 22px !important;
  }
}
#mapContainer .listings .item .header .title:hover {
  color: #8cc63f;
}
#mapContainer .listings .item .header .title.active {
  background-color: #f8f8f8;
}
#mapContainer .listings .item i {
  font-size: 17px;
  width: 23px;
  text-align: center;
  line-height: 20px;
  position: relative;
  top: 2px;
}
#mapContainer .listings .item .address {
  font-size: 18px;
}
#mapContainer .listings .item .website a {
  color: #ef8800;
}
#mapContainer .listings .item .website a:hover {
  color: #ffb656;
}
#mapContainer ::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-left: 0;
  background: rgba(0, 0, 0, 0.1);
}
#mapContainer ::-webkit-scrollbar-track {
  background: none;
}
#mapContainer ::-webkit-scrollbar-thumb {
  background: #005789;
  border-radius: 0;
}
#mapContainer .marker {
  border: none;
  cursor: pointer;
  height: 50px;
  width: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2019/01/breweryMapPin.png);
  background-color: rgba(0, 0, 0, 0);
}
#mapContainer .clearfix {
  display: block;
}
#mapContainer .clearfix::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#mapContainer .mapboxgl-popup {
  padding-bottom: 50px;
}
#mapContainer .mapboxgl-popup-close-button {
  display: none;
}
#mapContainer .mapboxgl-popup-content {
  font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', Sans-serif;
  padding: 0;
  width: 180px;
}
#mapContainer .mapboxgl-popup-content-wrapper {
  padding: 1%;
}
#mapContainer .mapboxgl-popup-content h3 {
  background: #005789;
  color: #fff;
  margin: 0;
  display: block;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  font-weight: 700;
  margin-top: -15px;
}
#mapContainer .mapboxgl-popup-content h4 {
  margin: 0;
  display: block;
  padding: 10px;
  font-weight: 400;
}
#mapContainer .mapboxgl-popup-content div {
  padding: 10px;
}
#mapContainer .mapboxgl-container .leaflet-marker-icon {
  cursor: pointer;
}
#mapContainer .mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
  margin-top: 15px;
}
#mapContainer .mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
  border-bottom-color: #91c949;
}
#mapContainer .mapboxgl-ctrl-geocoder {
  border: 0;
  border-radius: 0;
  position: relative;
  top: 0;
  width: 800px;
  margin-top: 0;
  margin: 20px 0 0 20px !important;
}
@media only screen and (max-width : 860px) {
  #mapContainer .mapboxgl-ctrl-geocoder {
    width: 100%;
  }
}
#mapContainer .mapboxgl-ctrl-geocoder > div {
  min-width: 100%;
  margin-left: 0;
}
h1, h2, h3, h4, li, p, span, a {
  font-family: 'Montserrat' !important;
  font-family: 'montserratregular';
}
h2, h2 a {
  font-family: 'montserratbold';
  color: #005789 !important;
}
.entry img {
  border: 0 !important;
}
.infoBox {
  background: #f9f0b3;
  padding: 10px 10px 10px 10px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
}
.infoBox i {
  display: inline;
  font-size: 25px;
  margin-right: 10px;
}
.infoBox p {
  display: inline;
  margin: 0;
  position: relative;
  top: -3px;
  font-style: italic;
}
.slick-slider-wrapper {
  background: #e6e6e6;
  width: 80%;
  margin: 0 auto;
}
.slick-slider-wrapper img {
  height: 350px;
  width: auto;
  margin: 0 auto;
  border: 0 !important;
  padding: 0;
}
.slick-slider-wrapper .slick-next:before, .slick-slider-wrapper .slick-prev:before {
  font-size: 30px;
  color: #005789 !important;
}
.slick-slider-wrapper .slick-arrow.slick-next {
  right: 20px !important;
}
.big-gallery {
  clear: both;
  width: 100% !important;
}
.big-gallery img {
  height: 400px;
}
@media only screen and (max-width : 860px) {
  .big-gallery img {
    height: 250px;
  }
}
.big-gallery img:hover {
  cursor: pointer;
}
.big-gallery .slick-slider {
  touch-action: auto;
  -ms-touch-action: auto;
}
.big-gallery .slick-arrow {
  background: #005789;
  height: 100%;
  width: 40px;
  z-index: 999;
  color: white !important;
}
.big-gallery .slick-arrow::before {
  display: none;
}
.big-gallery .slick-arrow i {
  font-size: 40px;
  color: white !important;
}
.big-gallery .slick-arrow:hover {
  background: #003756;
}
.slick-lightbox .slick-prev, .slick-lightbox .slick-next {
  font-size: 70px;
  color: white !important;
  height: auto !important;
  width: auto !important;
  z-index: 999;
}
.slick-lightbox .slick-prev::before, .slick-lightbox .slick-next::before {
  display: none;
}
.slick-lightbox .slick-lightbox-close {
  height: 50px;
  width: 50px;
}
.slick-lightbox .slick-lightbox-close::before {
  font-size: 60px;
}
#header-container #header {
  margin: 0;
  padding: 0;
  max-width: 100% !important;
}
@media only screen and (max-width: 1200px) {
  #header-container #header {
    height: 250px;
  }
}
#header-container #header #logo {
  display: none;
}
#header-container #header #heroImg {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  #header-container #header #heroImg {
    height: 250px;
  }
}
#header-container #header #heroImg .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 60%;
  margin: 0 20%;
  padding: 10px 70px;
  box-sizing: border-box;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: rgba(0, 87, 137, 0.77);
}
@media only screen and (max-width : 860px) {
  #header-container #header #heroImg .caption {
    width: 100%;
    margin: 0;
    padding: 10px 20px;
  }
}
#header-container #header #heroImg .caption p {
  color: white;
  margin-bottom: 0;
}
#header-container #header #heroImg .caption p a {
  color: #ffc907;
}
#nav-container {
  background: none;
  border: 0;
  margin: 0;
  height: 450px;
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}
@media only screen and (max-width: 1200px) {
  #nav-container {
    display: none;
  }
}
#nav-container #navigation {
  top: 65px;
  border-radius: 5px !important;
  height: auto;
  min-height: auto;
  background: white;
}
#nav-container #navigation ul#main-nav > li:first-child {
  background: none !important;
}
#nav-container #navigation ul#main-nav > li:first-child a {
  background: none !important;
}
#nav-container #navigation #navLogo {
  position: relative;
  width: 160px;
}
#nav-container #navigation #navLogo img {
  position: absolute;
  top: -63px;
}
#nav-container #navigation #main-nav {
  background: white;
  width: 100%;
  border-radius: 5px;
}
#nav-container #navigation #main-nav > li.current-page-parent > a, #nav-container #navigation #main-nav > li.current-menu-item > a {
  background: none;
}
#nav-container #navigation #main-nav > li.current-page-parent > a::after, #nav-container #navigation #main-nav > li.current-menu-item > a::after {
  content: '';
  height: 5px;
  background: #ffca05;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
#nav-container #navigation #main-nav li {
  border: 0 !important;
}
#nav-container #navigation #main-nav li a {
  font-family: 'montserratbold';
  font-weight: 500;
  text-transform: uppercase;
  color: #005789;
  font-size: 20px;
  padding: 15px 15px !important;
}
#nav-container #navigation #main-nav li ul.sub-menu {
  left: 0;
  max-width: 400px;
  padding: 0;
}
#nav-container #navigation #main-nav li ul.sub-menu * {
  text-transform: capitalize;
}
#nav-container #navigation #main-nav li ul.sub-menu li a {
  font-size: 14px;
  padding: 5px 15px !important;
}
#nav-container #navigation #main-nav li ul.sub-menu li a:hover {
  background: white !important;
  text-decoration: none !important;
}
#nav-container #navigation .nav-search li:hover a.search-contents + ul {
  visibility: hidden;
}
#nav-container #navigation .nav-search a {
  font-size: 20px;
  padding: 17px;
}
#nav-container #navigation .nav-search a::before {
  color: #005789;
}
#nav-container #navigation .nav-search ul {
  width: 360px;
}
#nav-container #navigation .nav-search form {
  font-size: 15px;
}
#nav-container #navigation #userMenu {
  position: absolute;
  right: 0;
  bottom: -88px;
  background: #fff;
  padding: 7px 18px;
  border-radius: 5px;
  z-index: -1;
  border-bottom: 2px solid #ffc907;
}
#nav-container #navigation #userMenu p {
  margin: 0;
}
#nav-container #navigation #userMenu a {
  font-size: 21px;
  margin: 0 0 0 6px;
  position: relative;
  top: 3px;
  text-decoration: none;
  color: #005789;
  transition: all 0.1s ease-in-out;
}
#nav-container #navigation #userMenu a:hover {
  color: #23afff;
  transition: all 0.1s ease-in-out;
}
.userMenu.mobile {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 999;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  background: white;
  padding: 7px 0;
}
@media only screen and (max-width: 1200px) {
  .userMenu.mobile {
    display: block;
  }
}
.userMenu.mobile p {
  margin: 0;
  font-size: 20px;
}
.userMenu.mobile a {
  font-size: 21px;
  margin: 0 0 0 6px;
  position: relative;
  top: 3px;
  text-decoration: none;
  color: #005789;
  transition: all 0.1s ease-in-out;
}
.userMenu.mobile a:hover {
  color: #23afff;
  transition: all 0.1s ease-in-out;
}
.shiftnav-nav #navLogo {
  text-align: center;
}
.shiftnav-nav #navLogo img {
  max-height: 200px;
  margin: 0 auto;
}
.shiftnav-nav .current_page_item .shiftnav-target {
  background: #005789 !important;
}
.mp_wrapper .submit {
  padding: 0;
}
.mp_wrapper .submit input {
  margin: 0;
}
.loginForm .mepr_username {
  margin: 0;
}
.loginForm .mepr_password {
  margin: 0;
}
.loginForm .mepr_password + div {
  text-align: center;
}
.loginForm .mepr_password + div input {
  margin: 0;
}
.loginForm input[type="password"], .loginForm input[type="text"] {
  width: 100%;
  box-sizing: border-box;
}
.loginForm .mp-spacer {
  height: 10px;
}
.loginForm .submit {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0;
  background: none !important;
}
.loginForm input[type="submit"] {
  width: 100%;
  display: block;
  background: #005789;
  color: white;
  margin-bottom: 0;
  text-align: center;
  padding: 5px 0 !important;
  font-size: 19px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.loginForm input[type="submit"]:hover {
  background: #0098ef;
  transition: all 0.1s ease-in-out;
}
.loginForm .loginOrOut a {
  display: block;
  background: #005789;
  color: white;
  margin-bottom: 10px;
  text-align: center;
  padding: 8px 0;
  font-size: 19px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.loginForm .loginOrOut a:hover {
  background: #0098ef;
  transition: all 0.1s ease-in-out;
}
#sidebar .widget h3 {
  font-family: 'montserratbold';
  text-transform: uppercase;
  font-size: 20px;
  color: #005789;
  border: 0;
  margin-bottom: 0;
}
#sidebar #text-5 a {
  font-family: 'montserratmedium';
  color: #005789;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  border: 3px solid #005789;
  padding: 6px 20px;
  display: block;
  margin-bottom: 35px;
  border-radius: 5px;
  transition: all 0.1s ease-in-out;
}
#sidebar #text-5 a:hover {
  background: #005789;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  color: white !important;
}
#sidebar #text-5 a:hover i {
  color: white !important;
  transition: all 0.1s ease-in-out;
}
@media only screen and (max-width : 860px) {
  #sidebar #text-5 a {
    font-size: 22px;
    padding: 6px 0px;
  }
}
#sidebar #text-5 a i {
  color: #005789;
  padding-right: 10px;
  transition: all 0.1s ease-in-out;
}
#sidebar #text-4 a {
  font-family: 'montserratmedium';
  color: #005789;
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
  border: 3px solid #005789;
  padding: 14px 20px;
  display: block;
  margin-bottom: 35px;
  border-radius: 5px;
  transition: all 0.1s ease-in-out;
}
#sidebar #text-4 a:hover {
  background: #005789;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  color: white !important;
}
#sidebar #text-4 a:hover i {
  color: white !important;
  transition: all 0.1s ease-in-out;
}
@media only screen and (max-width : 860px) {
  #sidebar #text-4 a {
    font-size: 22px;
    padding: 6px 0px;
  }
}
#sidebar #text-4 a i {
  color: #005789;
  padding-right: 10px;
  transition: all 0.1s ease-in-out;
}
#sidebar .recentPostWidget {
  list-style: none;
}
#sidebar .recentPostWidget li {
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
}
#sidebar .recentPostWidget li a {
  font-family: 'montserratmedium';
}
#sidebar .recentPostWidget li .postImg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 60px;
  float: left;
  width: 100px;
  margin-right: 10px;
  border: 1px solid #ffc907;
}
#sidebar .recentPostWidget li .post-title {
  display: block;
  line-height: 14px;
  margin-bottom: 2px;
  padding-top: 5px;
}
#sidebar .recentPostWidget li .post-date {
  display: block;
}
#content {
  padding-top: 50px;
}
#content .entry ul li {
  margin-bottom: 10px;
}
#content #main p a, #content #main h1 a, #content #main h2 a, #content #main h3 a, #content #main h4 a, #content #main h5 a {
  color: #eac12d !important;
}
@media only screen and (max-width : 860px) {
  .page-template-template-map #content {
    margin-top: 210px;
  }
}
.page header h1 {
  border-bottom: 2px solid #ffc907;
  padding-bottom: 10px;
  margin-bottom: 40px !important;
  text-transform: uppercase;
  color: #005789;
}
.page-template-template-home #content {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.page-template-template-home .seeMore {
  float: right;
  color: #005789;
  font-family: 'montserratmedium';
  font-size: 15px;
  transition: all 0.1s ease-in-out;
  padding-top: 15px;
}
.page-template-template-home .seeMore:hover {
  text-decoration: none;
  color: #0088d6;
  transition: all 0.1s ease-in-out;
}
.page-template-template-home .seeMore i {
  margin-left: 1px;
  font-size: 6px;
  position: relative;
  top: -2px;
}
.page-template-template-home #topThird {
  position: relative;
  padding: 50px 0 10px 0;
}
.page-template-template-home #topThird::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100vw;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #f1f1f1;
  visibility: visible;
  overflow: visible;
  z-index: -2;
}
.page-template-template-home #buckets {
  margin-bottom: 30px;
  overflow: hidden;
}
@media only screen and (max-width : 860px) {
  .page-template-template-home #buckets .bucket {
    margin-bottom: 50px;
  }
}
.page-template-template-home #buckets .bucket h4 {
  text-align: center;
  color: #8d7a51;
  font-family: 'montserratmedium';
  font-size: 18px;
}
.page-template-template-home #buckets .bucket .image {
  float: none;
}
.page-template-template-home #buckets .bucket .image div {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
  height: 250px;
  margin: 15px 0;
}
.page-template-template-home #buckets .bucket .subtitle {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #005789;
  font-weight: 600;
  line-height: 19px;
  font-size: 16px;
  font-family: 'montserratmedium';
}
.page-template-template-home #buckets .bucket .divider {
  width: 100%;
  height: 4px;
  background: #ffc907;
  margin-bottom: 10px;
}
.page-template-template-home #buckets .bucket .blurb {
  font-size: 12px;
  line-height: 17px;
}
.page-template-template-home #buckets .bucket a {
  float: right;
  color: #005789;
  font-family: 'montserratmedium';
  font-size: 15px;
  transition: all 0.1s ease-in-out;
}
.page-template-template-home #buckets .bucket a:hover {
  text-decoration: none;
  color: #0088d6;
  transition: all 0.1s ease-in-out;
}
.page-template-template-home #buckets .bucket a i {
  margin-left: 1px;
  font-size: 6px;
  position: relative;
  top: -2px;
}
.page-template-template-home #upcomingEvents {
  clear: both;
  overflow: hidden;
  text-align: center;
}
.page-template-template-home #upcomingEvents a {
  text-align: center;
  border: 3px solid #005789;
  padding: 15px 30px;
  display: inline-block;
  margin-bottom: 35px;
  border-radius: 5px;
  transition: all 0.1s ease-in-out;
}
.page-template-template-home #upcomingEvents a:hover {
  background: #005789;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
}
.page-template-template-home #upcomingEvents a:hover span, .page-template-template-home #upcomingEvents a:hover i {
  color: white !important;
}
@media only screen and (max-width : 860px) {
  .page-template-template-home #upcomingEvents a {
    font-size: 27px;
    background: #005789;
  }
  .page-template-template-home #upcomingEvents a span, .page-template-template-home #upcomingEvents a i {
    color: white !important;
  }
}
.page-template-template-home #upcomingEvents a i {
  color: #005789;
  padding-right: 20px;
  font-size: 37px;
}
@media only screen and (max-width : 860px) {
  .page-template-template-home #upcomingEvents a i {
    display: block;
    padding: 0;
    margin-bottom: 14px;
    font-size: 50px;
  }
}
.page-template-template-home #upcomingEvents a span {
  font-family: 'montserratmedium';
  color: #005789;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  top: -2px;
}
@media only screen and (max-width : 860px) {
  .page-template-template-home #upcomingEvents a span {
    line-height: 20px;
    font-size: 23px;
  }
}
.page-template-template-home #upcomingEvents .upcomingEvent .left {
  text-align: center;
  width: 20%;
  float: left;
}
.page-template-template-home #upcomingEvents .upcomingEvent .left .day {
  font-family: 'montserratbold';
  margin-bottom: 0;
  font-size: 27px;
  color: black;
  line-height: 25px;
}
.page-template-template-home #upcomingEvents .upcomingEvent .left .month, .page-template-template-home #upcomingEvents .upcomingEvent .left .year {
  font-family: 'montserratmedium';
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 16px;
}
.page-template-template-home #upcomingEvents .upcomingEvent .right {
  float: left;
  width: 80%;
}
.page-template-template-home #upcomingEvents .upcomingEvent .right .eventTitle {
  font-family: 'montserratmedium';
  font-size: 18px;
  text-transform: uppercase;
}
.page-template-template-home #upcomingEvents .upcomingEvent .right .eventLocation {
  font-family: 'montserratmedium';
  font-size: 18px;
}
.page-template-template-home #news {
  clear: both;
  overflow: hidden;
  padding: 30px 0 30px;
}
.page-template-template-home #news h2 {
  font-family: 'montserratmedium';
  color: #d4cfc5;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 35px;
}
@media only screen and (max-width : 860px) {
  .page-template-template-home #news h2 {
    font-size: 27px;
  }
}
.page-template-template-home #news .fourcol-one:first-of-type {
  border: 4px solid #ffc907;
  box-sizing: border-box;
}
.page-template-template-home #news .post {
  margin-bottom: 0px !important;
}
@media only screen and (max-width : 860px) {
  .page-template-template-home #news .post {
    margin-bottom: 20px !important;
  }
}
.page-template-template-home #news .post .postImg {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 180px;
  margin-bottom: 15px;
}
.page-template-template-home #news .post .postTitle {
  font-size: 19px;
  color: #005789;
  display: block;
  margin-bottom: 15px;
  font-family: 'montserratmedium';
}
.page-template-template-home #news .post .postDate {
  color: #8d7b51;
  font-size: 15px;
  font-family: 'montserratmedium';
}
.page-template-template-home #news .post .postExcerpt {
  font-family: 'montserratmedium';
  line-height: 20px;
}
.page-template-template-home #news .brewerLogin {
  padding: 10px;
}
@media only screen and (max-width : 860px) {
  .page-template-template-home #news .brewerLogin {
    margin-bottom: 20px !important;
  }
}
.page-template-template-home #news .brewerLogin h5 {
  color: #8d7a51;
  font-size: 20px;
  margin-bottom: 10px;
}
.page-template-template-home #news .brewerLogin .um-misc-ul {
  margin-bottom: 20px;
  overflow: hidden;
}
.page-template-template-home #news .brewerLogin .um-misc-ul li {
  width: 48%;
  float: left;
  text-align: center;
  list-style: none;
}
.page-template-template-home #news .brewerLogin .um-misc-ul li:first-of-type {
  margin-right: 4%;
}
.page-template-template-home #news .brewerLogin .um-misc-ul li:first-of-type a {
  background: #005789;
}
.page-template-template-home #news .brewerLogin .um-misc-ul li:first-of-type a:hover {
  transition: all 0.1s ease-in-out;
  background: #0077bc;
  text-decoration: none;
}
.page-template-template-home #news .brewerLogin .um-misc-ul li a {
  background: #cdcdcd;
  display: block;
  padding: 5px 0;
  border-radius: 5px;
  color: white;
  font-weight: 800;
}
.page-template-template-home #news .brewerLogin .um-misc-ul li a:hover {
  transition: all 0.1s ease-in-out;
  background: #b4b4b4;
  text-decoration: none;
}
.page-template-template-home #news .brewerLogin p {
  font-family: 'montserratmedium';
  font-size: 12px;
  line-height: 15px;
}
.page-template-template-home #news .brewerLogin .divider {
  height: 4px;
  background: #ffc907;
  margin-bottom: 15px;
}
.page-template-template-home #news .brewerLogin #appDownload {
  overflow: hidden;
  margin-bottom: 7px;
}
@media only screen and (max-width : 860px) {
  .page-template-template-home #news .brewerLogin #appDownload {
    text-align: center;
  }
  .page-template-template-home #news .brewerLogin #appDownload img {
    width: 100px;
  }
}
.page-template-template-home #news .brewerLogin #appDownload div, .page-template-template-home #news .brewerLogin #appDownload p {
  margin-bottom: 0;
}
.page-template-template-home #news .brewerLogin #appDownload .fourcol-one {
  border: none !important;
}
.page-template-template-home #news .brewerLogin #appDownload .fourcol-three {
  padding-top: 7px;
  box-sizing: border-box;
}
.page-template-template-home #bottomThird {
  position: relative;
  margin-bottom: 30px;
}
.page-template-template-home #bottomThird::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100vw;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #f1f1f1;
  visibility: visible;
  overflow: visible;
  z-index: -2;
}
.page-template-template-home #shopPromo {
  clear: both;
  background-image: url(/wp-content/uploads/2018/01/Shirts_Placeholder.png);
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
}
@media only screen and (max-width : 860px) {
  .page-template-template-home #shopPromo {
    background: none;
    text-align: center;
  }
}
.page-template-template-home #shopPromo .mobileImg {
  display: none;
}
@media only screen and (max-width : 860px) {
  .page-template-template-home #shopPromo .mobileImg {
    display: block;
    max-width: 350px;
    margin: 0 auto;
  }
}
.page-template-template-home #shopPromo .shopLink {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width : 860px) {
  .page-template-template-home #shopPromo .shopLink {
    padding: 0 0 50px 0;
  }
}
.page-template-template-home #shopPromo .shopLink h3 {
  font-family: 'montserratmedium';
  color: #8d7b51;
  font-size: 40px;
  margin-bottom: 25px;
}
.page-template-template-home #shopPromo .shopLink p {
  font-family: 'montserratregular';
  font-size: 18px;
  max-width: 450px;
}
@media only screen and (max-width : 860px) {
  .page-template-template-home #shopPromo .shopLink p {
    max-width: 500px;
    margin: 0 auto 20px auto;
  }
}
.page-template-template-home #shopPromo .shopLink a {
  background: #005789;
  padding: 25px 103px;
  font-family: 'montserratmedium';
  font-size: 23px;
  display: inline-block;
  border-radius: 10px;
  color: white;
  transition: all 0.1s ease-in-out;
}
@media only screen and (max-width : 860px) {
  .page-template-template-home #shopPromo .shopLink a {
    padding: 25px 0;
    width: 100%;
    text-align: center;
  }
}
.page-template-template-home #shopPromo .shopLink a:hover {
  text-decoration: none;
  background: #0088d6;
  transition: all 0.1s ease-in-out;
}
.page-template-template-home #sponsors {
  background-image: url(/wp-content/uploads/2018/01/Faded_Logo_Background.png);
  background-repeat: no-repeat;
  background-position: right bottom 40px;
  background-size: auto 67%;
  position: relative;
}
@media only screen and (max-width : 860px) {
  .page-template-template-home #sponsors {
    background: none;
  }
  .page-template-template-home #sponsors::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2018/01/Faded_Logo_Background.png);
    background-repeat: no-repeat;
    background-position: right bottom 40px;
    background-size: auto 67%;
    opacity: 0.5;
    z-index: -1;
  }
}
.page-template-template-home #sponsors h2 {
  font-family: 'montserratmedium';
  color: #d4cfc5;
  text-align: center;
  font-size: 37px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 35px;
}
@media only screen and (max-width : 860px) {
  .page-template-template-home #sponsors h2 {
    font-size: 27px;
  }
}
.page-template-template-home #sponsors ul#sponsorGallery {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 60px;
}
@media only screen and (max-width : 860px) {
  .page-template-template-home #sponsors ul#sponsorGallery {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
  }
}
.page-template-template-home #sponsors ul#sponsorGallery li {
  padding: 0 10px;
}
@media only screen and (max-width : 860px) {
  .page-template-template-home #sponsors ul#sponsorGallery li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100px;
  }
  .page-template-template-home #sponsors ul#sponsorGallery li:last-of-type {
    display: none;
  }
}
.page-template-template-home #sponsors ul#sponsorGallery li img {
  max-height: 85px;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.1s ease-in-out;
}
.page-template-template-home #sponsors ul#sponsorGallery li img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transition: all 0.1s ease-in-out;
}
.page-template-template-home #sponsors #breweries {
  width: 50%;
}
@media only screen and (max-width : 860px) {
  .page-template-template-home #sponsors #breweries {
    width: 100%;
  }
}
.page-template-template-home #sponsors #breweries h2 {
  text-transform: initial !important;
  font-family: 'montserratbold';
  color: #8d7b51;
  text-align: left;
  margin-bottom: 10px;
}
.page-template-template-home #sponsors #breweries .explanation {
  color: #8d7b51;
  font-size: 16px;
  font-family: 'montserratmedium';
}
@media only screen and (max-width : 860px) {
  .page-template-template-home #sponsors #breweries .links {
    text-align: center;
  }
  .page-template-template-home #sponsors #breweries .links * {
    display: block;
  }
}
.page-template-template-home #sponsors #breweries .links a {
  font-family: 'montserratmedium';
  color: #005789;
  font-size: 18px;
  transition: all 0.1s ease-in-out;
}
.page-template-template-home #sponsors #breweries .links a:hover {
  text-decoration: none;
  color: #0088d6;
  transition: all 0.1s ease-in-out;
}
.page-template-template-home #sponsors #breweries .links a span {
  font-size: 30px;
  position: relative;
  top: 2px;
  padding: 0 5px;
}
#footer-container {
  border: 0 !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-image: url('/wp-content/uploads/2018/01/SocialFooter_Bck.png');
}
#socialFooter {
  overflow: hidden;
}
#socialFooter #twitterFeed {
  position: relative;
  margin: 20px 0 50px 120px;
  padding: 15px 20px 30px 20px;
  background: #f1f1f1;
  border-radius: 10px;
}
#socialFooter #twitterFeed .rtw_main {
  color: black;
  font-family: 'montserratmedium';
  line-height: 19px;
  font-size: 14px;
  margin-bottom: 6px;
}
#socialFooter #twitterFeed .rtw_meta {
  font-family: 'montserratregular';
  margin-bottom: 0;
}
#socialFooter #twitterFeed .speech {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 25px solid #f1f1f1;
  border-bottom: 15px solid transparent;
  position: absolute;
  left: -25px;
  top: 20px;
}
#socialFooter #twitterFeed .speech i {
  font-size: 93px;
  position: absolute;
  left: -96px;
  top: -14px;
  color: #4aa0ec;
}
#socialFooter #mission {
  max-width: 900px;
  margin: auto;
}
#socialFooter #mission h3 {
  font-size: 25px;
  text-align: center;
  color: white;
  margin-bottom: 30px;
}
#socialFooter #mission .missionPoint {
  margin-bottom: 0;
}
#socialFooter #mission .missionPoint .checkmark {
  background-image: url(/wp-content/uploads/2018/01/CheckCircle.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  width: 16%;
  height: 100px;
  float: left;
}
@media only screen and (max-width : 860px) {
  #socialFooter #mission .missionPoint .checkmark {
    background-size: 50% auto;
  }
}
#socialFooter #mission .missionPoint p {
  width: 84%;
  float: left;
  padding-left: 15px;
  color: white;
  font-size: 18px;
  line-height: 22px;
  box-sizing: border-box;
}
#socialFooter #footerLinks {
  clear: both;
  text-align: center;
  margin-bottom: 20px;
}
#socialFooter #footerLinks a {
  font-family: 'montserratmedium';
  color: white;
  font-size: 16px;
  transition: all 0.1s ease-in-out;
  text-decoration: underline;
}
#socialFooter #footerLinks a:hover {
  text-decoration: none;
  color: #ffc907;
  transition: all 0.1s ease-in-out;
}
#socialFooter #footerLinks span {
  color: white;
  font-size: 29px;
  position: relative;
  top: 4px;
  padding: 0 9px;
}
#socialFooter #socialIcons {
  text-align: center;
  margin-bottom: 5px;
}
#socialFooter #socialIcons a {
  display: inline-block;
  background: white;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 0 10px;
}
#socialFooter #socialIcons a:hover {
  text-decoration: none !important;
}
#socialFooter #socialIcons a:hover i {
  color: #ffc907;
  transition: all 0.1s ease-in-out;
}
#socialFooter #socialIcons a i {
  color: #194467;
  font-size: 30px;
  position: relative;
  top: 11px;
  transition: all 0.1s ease-in-out;
}
#copyright {
  width: 100%;
  text-align: center;
}
#copyright .copyright {
  color: #d9d7d7;
  font-family: 'montserratmedium';
  margin-bottom: 0;
  font-size: 11px;
}
#copyright .superpixel {
  color: #d9d7d7;
  font-family: 'montserratregular';
  font-size: 11px;
}
#credit {
  display: none !important;
}
#qt_bbp_topic_content_toolbar input {
  color: black !important;
}
#spMainContainer input[type="submit"] {
  color: inherit !important;
}
.subscription-toggle {
  padding: 3px 9px;
  top: 1px;
  position: relative;
  background: #005789;
  color: white !important;
  margin-left: 15px;
  border-radius: 3px;
}
.subscription-toggle:hover {
  background: #003756;
  text-decoration: none !important;
}
.bbp-topic-form {
  background: #f3f3f3;
}
.bbp-topic-form fieldset {
  box-sizing: border-box;
  border: 0;
}
#new-post {
  position: relative;
}
#new-post label {
  font-weight: 500;
  padding: 5px;
}
#new-post legend {
  position: relative;
  z-index: 99;
  color: white;
  font-size: 16px;
  font-weight: 400;
}
#new-post legend::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100vw;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #005789;
  visibility: visible;
  overflow: visible;
  z-index: -2;
}
#new-post .bbp-submit-wrapper {
  float: none;
}
#new-post .bbp-submit-wrapper button {
  padding: 5px 60px;
  font-size: 17px;
  font-weight: 500;
}
#wp-bbp_reply_content-editor-container * {
  color: #666 !important;
}
#bbpress-forums li.bbp-header {
  background: #035689;
  color: white;
}
.bbp-topic-permalink {
  font-size: 16px;
}
.spFootInfo {
  display: none !important;
}
.woocommerce-products-header .page-description h1 {
  font-family: 'montserratbold';
  font-size: 40px;
  border-bottom: 2px solid #005789;
  margin-bottom: 30px;
  font-weight: 800;
  padding-bottom: 5px;
}
.woocommerce-products-header .page-description .woocommerce-loop-product__title {
  font-size: 18px;
}
.woocommerce-products-header .page-description li.product {
  margin-bottom: 30px;
}
.woocommerce-ordering, .woocommerce-ordering + ul.products, .woocommerce-result-count, .woo-pagination {
  display: none;
}
.nav-search {
  position: absolute !important;
  right: 0;
  z-index: 999;
}
.search-results .woocommerce-ordering, .search-results .woocommerce-ordering + ul.products, .search-results .woocommerce-result-count, .search-results .woo-pagination {
  display: inherit !important;
}
.search-results .searchPost {
  clear: both;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.search-results .searchPost article {
  margin-bottom: 0 !important;
}
.search-results .searchPost article h2 {
  margin-bottom: 0;
}
.search-results .searchPost article .entry p:last-of-type {
  margin-bottom: 0;
}
.search-results .searchPost img {
  min-height: 100px;
}
.search-results .post-more {
  display: none;
}
.search-results .product .post-meta {
  display: none;
}
.woocommerce ul.products li.product {
  /*
   h2 {
   line-height: 2.5ex;
   height: 5ex;
   overflow: hidden;
   }
   */
}
.woocommerce ul.products li.product .onsale {
  z-index: 999;
}
.woocommerce ul.products li.product a img {
  height: 170px;
}
.blog article .postImg {
  background: grey;
  height: 180px;
  width: 280px;
  float: left;
  margin-right: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}
.blog article h2 {
  margin-bottom: 0 !important;
}
.blog article h2 a {
  font-family: 'montserratregular';
}
.blog .entry + .fix {
  display: none;
}
.blog .post-more {
  clear: none;
  font-size: 17px;
  text-align: right;
}
.blog .post-more .read-more a {
  color: #005789 !important;
  transition: all 0.1s ease-in-out;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
}
.blog .post-more .read-more a:hover {
  color: #0098ef !important;
  transition: all 0.1s ease-in-out;
  text-decoration: none !important;
}
.blog .post-comments, .blog .comments {
  display: none;
}
.evoFC * {
  color: #717171 !important;
}
.evoFC .evo-jumper-btn {
  color: white !important;
}
.evoFC .eventon_fc_daynames, .evoFC .eventon_fc_days, .evoFC .evo_fc_day {
  border-color: #cdcdcd !important;
}
.evoFC .eventon_fc_daynames {
  border-top: 1px solid #cdcdcd !important;
}
.evoFC .evo_fc_day {
  border-top: 0 !important;
}
.um-cover, .um-profile-photo, .um-profile-meta {
  display: none;
}
.um-header {
  min-height: 0 !important;
  padding: 0 !important;
}
.um-profile-edit {
  margin-top: -5px;
  display: block;
}
.um-field-divider {
  font-weight: 600 !important;
  margin: 80px 0 40px !important;
}
.mp_wrapper .mepr_bbpress_subscriptions {
  display: none;
}
.mp_wrapper .mepr-nav-item a {
  background: #e6e6e6;
  padding: 15px 20px;
  display: inline-block;
  text-decoration: none;
  color: #005789;
}
.mp_wrapper .mepr-nav-item a:hover {
  background: #cdcdcd;
  color: #005789;
}
.mp_wrapper .mepr-nav-item.mepr-active-nav-tab a {
  background: #005789;
  color: white;
  position: relative;
}
.mp_wrapper .mepr-nav-item.mepr-active-nav-tab a:hover {
  background: #0077bc;
}
.mp_wrapper .mepr-nav-item.mepr-active-nav-tab a::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #005789 transparent transparent transparent;
}
.page-id-12 h2 {
  line-height: 30px !important;
}
.page-id-12 h2 + p {
  margin-bottom: 10px !important;
}
.page-id-12 a strong {
  font-size: 18px;
}
.page-id-119 #breweryLogoPreview {
  max-height: 200px;
}
.page-id-119 .renewButton {
  font-size: 20px;
  color: white;
  background: #005789;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 5px;
  margin-top: 10px;
}
.page-id-119 .renewButton:hover {
  text-decoration: none;
  background: #003756;
}
.gform_button {
  display: inline-block !important;
  background: #005789 !important;
  color: white !important;
  margin-bottom: 10px !important;
  text-align: center !important;
  padding: 5px 40px !important;
  font-size: 19px !important;
  border-radius: 5px !important;
  text-decoration: none !important;
  transition: all 0.1s ease-in-out !important;
}
.gform_button:hover {
  background: #0077bc !important;
  transition: all 0.1s ease-in-out !important;
}
#wpsl-gmap img {
  background: none !important;
}
#wpsl-gmap {
  width: 100%;
  float: none;
}
#wpsl-stores {
  height: 500px !important;
  border-left: 1px solid #005789;
  border-right: 1px solid #005789;
  border-bottom: 1px solid #005789;
}
@media only screen and (max-width : 860px) {
  #wpsl-stores {
    height: 700px !important;
  }
}
#wpsl-result-list {
  clear: both;
  width: 100%;
}
@media only screen and (max-width : 860px) {
  #wpsl-result-list .wpsl-store-location {
    text-align: center;
  }
  #wpsl-result-list .wpsl-store-location .wpsl-directions {
    width: 100%;
  }
}
#wpsl-result-list .wpsl-store-location .logo {
  text-align: center;
}
#wpsl-result-list .wpsl-store-location .logo img {
  float: none;
  max-height: 120px;
}
#wpsl-result-list .wpsl-store-location .wpsl-name {
  font-weight: 800;
  font-size: 17px;
  margin-bottom: 5px;
  display: block;
}
#wpsl-result-list .wpsl-store-location .breweryDetailsToggle {
  display: none;
  clear: both;
  background: #efefef;
  text-align: center;
  font-size: 13px;
  padding: 2px 0;
  border-radius: 5px;
  transition: all 0.1s ease-in-out;
}
#wpsl-result-list .wpsl-store-location .breweryDetailsToggle:hover {
  cursor: pointer;
  background: #e2e2e2;
  transition: all 0.1s ease-in-out;
}
#wpsl-result-list .wpsl-store-location .breweryDetails {
  display: none;
  clear: both;
  background: #f9f9f9;
  overflow: hidden;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.yith-wcbm-badge-358 {
  color: #000;
  background-color: #ffca05;
  width: 110px;
  height: 21px;
  line-height: 22px;
  bottom: 0;
  right: 0;
  font-size: 11px;
}
.gform_confirmation_message {
  font-weight: 500;
  font-size: 18px;
  padding: 20px;
}
#panels {
  margin-top: 50px;
  overflow: hidden;
}
#panels .panel .panel_image {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 220px;
  margin-bottom: 10px;
  background: grey;
}
#tabs {
  clear: both;
}
@media only screen and (max-width : 860px) {
  #tabs {
    display: none;
  }
}
#tabs .ui-tabs-nav {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: left;
  margin: 0;
}
#tabs .ui-tabs-nav li {
  background: #f1f1f1;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 0 !important;
}
#tabs .ui-tabs-nav li:hover {
  background: #9dc9ff;
}
#tabs .ui-tabs-nav li:hover a {
  text-decoration: none;
}
#tabs .ui-tabs-nav li.active {
  background: #e9f3ff;
}
#tabs .ui-tabs-nav li a {
  font-family: 'montserratbold';
  display: block;
  padding: 10px 20px;
  color: #005789;
  text-transform: uppercase;
  font-size: 20px;
}
#tabs .ui-tabs-nav li a span {
  font-family: 'montserratlight';
  display: block;
  font-size: 15px;
}
#tabs .ui-tabs-panel {
  background: #e9f3ff;
  padding: 20px;
}
#tabMobile {
  display: none;
  margin-bottom: 50px;
}
@media only screen and (max-width : 860px) {
  #tabMobile {
    display: block;
  }
}
#tabMobile > ul {
  list-style-type: none;
  padding: 0;
}
#tabMobile .clickable {
  background: #e9f3ff;
  text-align: center;
  font-family: 'montserratbold';
  display: block;
  padding: 10px 20px;
  color: #005789;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 5px;
  margin-top: 20px;
}
#tabMobile .clickable span {
  font-family: 'montserratlight';
  display: block;
  font-size: 15px;
}
#tabMobile .tabMobileContent {
  background: #f1f1f1;
  height: 0;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
  padding: 0 20px 0 20px;
}
#tabMobile .tabMobileContent.active {
  padding: 20px;
  height: auto;
  transition: all 0.1s ease-in-out;
}
#addons {
  margin-bottom: 30px;
}
#addons h4 {
  font-family: 'montserratbold';
  display: block;
  padding: 10px 20px;
  color: #005789;
  text-transform: uppercase;
  font-size: 20px;
}
#addons .addon {
  font-family: 'montserratregular';
  background: #e9f3ff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0 10px 16px 0;
  font-weight: 400;
}
#addons .addon span {
  font-family: 'montserratmedium';
}
.error404 h2 {
  font-size: 43px;
  margin-bottom: 25px;
  margin-top: 100px;
}
.error404 h4 {
  font-size: 30px;
  margin-bottom: 8px;
}
.error404 h5 {
  font-size: 25px;
  font-weight: 200;
}
.mepr_custom_field.mepr_mepr_tee_size::after {
  content: '(Women\'s runs a size small)';
  display: block;
  font-style: italic;
}
#post-author {
  display: none;
}
#affiliates {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 50% 50%;
  grid-gap: 10px;
  grid-auto-rows: minmax(min-content, max-content);
  margin-bottom: 50px;
}
#affiliates .affiliate {
  border: 1px solid #eaeaea;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 860px) {
  #affiliates .affiliate {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#affiliates .affiliate .left {
  width: 30%;
  margin-right: 5%;
  text-align: center;
}
@media only screen and (max-width : 860px) {
  #affiliates .affiliate .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
#affiliates .affiliate .left img {
  max-height: 65px;
  height: auto;
}
#affiliates .affiliate .right .name {
  font-weight: 500;
  font-size: 19px;
}
#affiliates .affiliate .right .name:not([href]) {
  pointer-events: none;
}
#affiliates .affiliate .right .phone {
  display: block;
}
#affiliates .affiliate .right p:last-of-type {
  margin-bottom: 0;
}
.mc-banner {
  display: none !important;
}
