@import url("https://fonts.cdnfonts.com/css/a-love-of-thunder");
body {
  overflow-x: hidden;
  font-family: "A Love of Thunder";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "A Love of Thunder";
}

h2 {
  font-size: 50px;
  text-transform: uppercase;
}

p {
  font-size: 20px;
  font-family: "avenir-roman";
}

a {
  font-size: 20px;
  font-family: "A Love of Thunder";
  color: #000;
}

header.main {
  background: #000;
  padding-top: 30px;
  padding-bottom: 30px;
}

.menu {
  margin-top: 20px;
}

.burger-text {
  margin-top: 8px;
}

span.menuIcon.material-icons {
  font-size: 60px !important;
}

span.xIcon.material-icons {
  font-size: 60px !important;
}

.ham {
  position: relative;
  z-index: 100;
  top: 1em;
  right: 0;
  width: 3rem;
  height: 3rem;
  color: #fff;
  cursor: pointer;
}

span.xIcon {
  display: none;
}

.menu-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: #000000ad;
  color: white;
  transform: translateY(-100%);
  transition: transform 0.2s;
  list-style: none;
}

.showMenu {
  transform: translateY(0);
}

li {
  padding: 1rem 0;
}

.menuLink {
  display: inline;
  font-size: 2rem;
  color: white;
  text-decoration: none;
}

.menu-menu-1-container a {
  color: #fff;
  font-size: 28px;
}

.showMenu {
  transform: translateY(0);
  z-index: 99;
  margin: 0;
}

ul#menu-menu-1 {
  position: absolute;
  left: 45%;
  top: 30%;
  list-style: none;
}

.menuLink li {
  padding: 0px;
}

section.brews {
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px 0px 40px 0px;
}

.brew-inner.text-center {
  margin-top: 40px;
}

.brew-content {
  margin-top: 40px;
}

.brew-content h4 {
  margin-top: 30px;
  font-size: 22px;
}

.brew-content a {
  font-size: 20px;
  background: #000;
  padding: 5px 20px 5px 20px;
  font-family: "A Love of Thunder";
  color: #fff;
}

.brew-content a:hover {
  border: solid 1px #000;
  color: #000;
  background: #fff;
}

section.prdocut-detail {
  padding: 60px 0px 60px 0px;
}

.pd-content h5 {
  font-family: "avenir-black";
  text-transform: uppercase;
  font-size: 16px;
}

.pd-content ul {
  border-bottom: solid 1px #010101;
  margin-left: 0px;
  display: flex;
  list-style: none;
  margin-top: 0px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.pd-content ul li {
  font-family: "avenir-roman";
  font-size: 16px;
  font-weight: 100;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-top: 0;
}

p.availbilty {
  font-family: "avenir-medium";
  font-size: 16px;
}

.pd-content h2 {
  font-size: 42px;
  line-height: 40px;
}

p.description {
  padding-bottom: 20px;
  font-size: 16px;
}

i.fa.fa-circle {
  font-size: 10px;
}

.pd-sidebar img {
  margin-bottom: 20px;
}

.pd-sidebar h5 {
  font-family: "avenir-black";
  text-transform: uppercase;
}

.pd-sidebar ul {
  margin: 0px;
  list-style: none;
}

.pd-sidebar ul {
  margin: 0px;
  list-style: none;
}

.pd-sidebar ul {
  margin: 0px;
  list-style: none;
}

.pd-sidebar li {
  padding-top: 0px;
  padding-bottom: 2px;
}

.pd-sidebar li {
  padding-top: 0px;
  padding-bottom: 2px;
  font-family: "avenir-roman";
}

.testing-notes {
  margin-top: 50px;
}

.testing-notes p {
  font-size: 16px;
}

.pd-height {
  height: 120px;
}

.row.padding-nav {
  padding-bottom: 70px;
}

.ct-pagination a {
  color: #ef4c23;
  font-family: "avenir-black";
  font-size: 16px;
  text-transform: uppercase;
}

h5.back-link {
  font-family: "avenir-black";
  text-transform: uppercase;
  font-size: 16px;
}

section.beer-page, section.beer-2 {
  padding: 60px 0px 60px 0px;
  background-repeat: no-repeat;
}

section.tap-banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
}

.tap-title.text-center {
  margin-top: 20%;
  color: #fff;
}

section.tap-cat {
  padding: 60px 0px 60px 0px;
}

ul.bd-btm {
  margin-left: 1.25rem;
  list-style-type: disc;
  width: 100%;
  display: flex;
  border-bottom: solid 1px #5D5D5D;
  margin: 0;
  padding: 20px 0px 20px 0px;
}

ul.bd-btm li {
  float: left;
  list-style: none;
  font-family: "avenir-roman";
  font-size: 20px;
}

li.columns.large-2.small-2.medium-2.hd {
  font-family: "avenir-black";
  font-size: 20px;
}

.bd-btm li strong {
  font-family: "avenir-black";
  font-weight: 800;
}

h2.bdr {
  color: #ed4c23;
  border-bottom: solid 1px #5D5D5D;
  padding-bottom: 20px;
  padding-top: 20px;
}

.top {
  margin-top: 40px;
}

section.story {
  padding: 80px 0px 80px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.story-heading.text-center h2 {
  color: #fff;
  margin-bottom: 20px;
}

.story-heading.text-center a {
  color: #fff;
  border: solid 1px;
  padding: 5px 20px 5px 20px;
}

section.tap {
  position: relative;
  overflow: hidden;
}

section.locator {
  position: relative;
  overflow: hidden;
}

.tap-inner {
  padding-top: 25%;
}

.tap-inner h2, .locator-inner h2 {
  margin-bottom: 30px;
}

.tap-inner h4, .locator-inner h4 {
  font-size: 20px;
}

.tap-inner a, .locator-inner a {
  background: #000;
  padding: 5px 20px 5px 20px;
  color: #fff;
}

section.instaram {
  background: #ebebec;
  padding: 40px 0px 60px 0px;
}

section.instaram h2 {
  padding-bottom: 20px;
}

.columns.large-6.small-12.medium-6.padding-none {
  padding: 0px;
}

.story-content p {
  font-size: 16px;
  font-family: "avenir-medium";
  font-weight: 600;
}

.crew-content {
  padding: 30px 0px 30px 0px;
}

.banner-title h2 {
  color: #fff;
  padding-top: 160px;
  padding-bottom: 160px;
}

section.banner {
  background-size: cover;
  background-repeat: no-repeat;
}

.crew-inner h4 {
  font-weight: bolder;
  font-family: "avenir-medium";
  font-size: 30px;
  margin: 0px;
}

.crew-content h5 {
  font-family: "avenir-medium";
  font-size: 24px;
}

.crew-content p {
  font-family: "avenir-medium";
  font-size: 15px;
  font-weight: 500;
}

section.crew {
  padding: 80px 0px 80px 0px;
}

section.blank-page {
  padding: 100px 0px 100px 0px;
}

section.news {
  padding: 80px 30px 80px 30px;
}

.news-content {
  padding: 20px;
}

.news-content h4 {
  font-family: "avenir-medium";
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
}

.news-content p {
  margin: 0px;
}

.news-content a {
  font-size: 13px;
  font-family: "avenir-medium";
  font-weight: 500;
}

.news-inner {
  box-shadow: 0px 0px 2px 0px #000;
  margin-bottom: 60px;
}

section.news-page-inner {
  padding: 80px 30px 130px 30px;
  margin-bottom: 100px;
}

.news-page-inner p {
  font-size: 16px;
}

.prv {
  margin-top: -240px;
  color: #fff;
}

.prv h4 {
  font-size: 36px;
}

.prv a {
  font-size: 20px;
  color: #fff;
}

footer.site-footer {
  height: 530px;
  position: relative;
}

.footer-widget {
  padding-top: 80px;
}

.footer-widget h4 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
}

.footer-widget ul {
  margin: 0px;
}

.location {
  margin-bottom: 30px;
}

.location li {
  list-style: none;
  color: #fff;
  font-size: 20px;
  font-family: "avenir-roman";
  font-weight: 300;
  padding-bottom: 0px;
  padding-top: 0px;
}

.location p {
  color: #fff;
}

ul.footer-social {
  display: flex;
  margin-top: 10px;
}

ul.footer-social li {
  list-style: none;
}

ul.footer-social li {
  margin-right: 20px;
}

@media only screen and (max-width: 320px) {
  .tap-inner {
    bottom: 30px !important;
  }

  .crew-inner h4 {
    font-size: 20px;
  }

  .pd-content ul li {
    padding-right: 20px !important;
  }

  section.prdocut-detail.show-for-small-only h2 {
    font-size: 22px !important;
  }

  section.beer-page {
    background-image: none;
    background: #fff !important;
  }

  .brew-img.slider-ct img {
    padding: 0px 50px 0px 50px !important;
  }

  section.tap:before, section.locator:before {
    content: "test";
    background: #00000080;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .slick-slide img {
    display: block;
    width: 100%;
  }

  .brew-img.slider-ct img {
    padding: 0px 90px 0px 90px;
  }

  section.beer-page {
    background-image: none;
    background: #fff !important;
  }

  button.slick-prev.slick-arrow {
    position: absolute;
    top: 42%;
    left: 12%;
    font-size: 13px;
    z-index: 999;
  }

  .beer-2 button.slick-prev.slick-arrow, .beer-2 button.slick-next.slick-arrow {
    color: #fff;
    top: 30%;
  }

  .show-for-small-only .brew-content p {
    padding: 0px 30px 0px 30px;
  }

  section.beer-page, section.beer-2 {
    background-position: left;
  }

  button.slick-next.slick-arrow {
    top: 42%;
    position: absolute;
    right: 0;
    left: 72%;
    font-size: 13px;
    z-index: 999;
  }

  .heading h2 {
    font-size: 22px;
  }

  h2 {
    font-size: 30px;
  }

  a {
    font-size: 16px !important;
  }

  .story-heading {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-widget h4 {
    font-size: 14px;
  }

  .location {
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .location li {
    font-size: 12px;
  }

  .location p {
    color: #fff;
    font-size: 12px;
  }

  .tap-inner {
    bottom: 70px;
    position: absolute;
    z-index: 999;
    color: #fff;
    text-align: center;
    left: 0%;
    width: 100%;
  }

  ul.footer-social {
    margin-top: 0;
  }

  ul.footer-social img {
    width: 25px;
  }

  section.tap {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  section.tap:before, section.locator:before {
    content: "test";
    background: #00000080;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .banner-title h2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ham {
    width: 2rem;
    height: 2rem;
    top: 0;
  }

  .logo img {
    width: 120px;
  }

  .brew-content h4 {
    font-size: 16px;
  }

  .brew-content p {
    font-size: 15px;
  }

  section.brews {
    background: #fff !important;
  }

  .brew-img {
    padding: 0px 50px 0px 50px;
  }

  section.story {
    padding: 20px 0px 20px 0;
    background-size: cover;
  }

  .tap-inner h2, .locator-inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .tap-inner h4, .locator-inner h4 {
    font-size: 18px;
    margin: 0px;
  }

  .tap-inner p {
    margin: 0px;
    font-size: 16px;
    margin-bottom: 15px;
  }

  section.instaram h2 {
    padding-bottom: 0;
    font-size: 20px;
  }

  .columns.large-4.small-12.medium-4.bd-btm {
    border-bottom: solid 1px;
    margin-bottom: 40px;
  }

  .crew-inner h4 {
    font-size: 20px;
  }

  .crew-content {
    padding: 0 0px 30px 0px;
  }

  .crew-content h5 {
    font-size: 16px;
  }

  .crew-content p {
    font-size: 14px;
  }

  .story-content {
    padding: 50px 0px 50px 0px;
  }

  .story-content p {
    font-size: 16px;
    font-family: "avenir-roman";
  }

  section.story {
    padding: 0 0px 20px 0;
  }

  .column.small-12.bg-color.pd-content {
    background: #eee;
    padding: 20px 20px 20px 20px;
  }

  .ct-pagination.right {
    float: right;
  }

  .pd-content ul li {
    padding-right: 30px;
  }

  section.prdocut-detail.show-for-small-only h2 {
    font-size: 30px;
  }

  .pd-content ul {
    margin-bottom: 40px;
    width: 88%;
  }

  p.description {
    margin-top: 30px;
  }

  .ct-pagination a {
    font-size: 12px !important;
    font-family: "avenir-black";
  }

  section.tap-banner {
    height: 210px;
  }

  .tap-title.text-center {
    margin-top: 11%;
  }

  .row.bd-btm {
    border-bottom: solid 1px #000;
    padding: 20px 20px 15px 20px;
  }

  .padding-left {
    padding: 20px;
  }

  .margin-btm {
    margin-bottom: 30px;
  }

  .columns.small-12.title {
    padding: 30px 20px 30px 20px;
  }

  .prv {
    margin-top: 30px;
    color: #000;
    margin-bottom: 30px;
  }

  .prv a {
    color: #000;
  }

  section.news-page-inner {
    margin-bottom: 0px;
    padding: 80px 30px 80px 30px;
  }

  .menuLink li {
    font-size: 18px;
  }

  ul#menu-menu-1 {
    left: 36%;
    top: 15%;
  }

  .news-content {
    padding: 10px;
  }

  .prv h4 {
    font-size: 26px;
  }

  h2.show-for-small-only.titl {
    padding-bottom: 20px;
    padding-left: 20px;
  }

  section.crew {
    padding: 30px 0px 30px 0px;
  }

  .pd-sidebar img {
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .columns.small-12.title p strong {
    font-family: "avenir-medium";
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  h2 {
    font-size: 30px;
  }

  h4 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }

  a {
    font-size: 16px !important;
  }

  .tap-inner {
    padding-top: 13%;
  }

  .tap-inner.text-center br {
    display: none;
  }

  .banner-title h2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .brew-content h4 {
    font-size: 17px;
  }

  .footer-widget h4 {
    font-size: 20px;
  }

  .location li {
    font-size: 16px;
  }

  .brew-img {
    padding: 0px 30px 0px 30px;
  }

  .pd-content h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .pd-height {
    height: 0;
  }

  .pd-content ul li {
    font-size: 15px;
    padding-right: 6px;
  }

  .pd-sidebar {
    margin-left: -40px;
  }

  .menu-menu-1-container a {
    font-size: 28px !important;
  }

  ul#menu-menu-1 {
    left: 40%;
    top: 22%;
  }

  .prv {
    margin-top: -164px;
  }

  section.tap-banner {
    height: 300px;
  }

  .tap-title.text-center {
    margin-top: 11%;
  }

  section.tap-cat {
    padding: 60px 20px 60px 20px;
  }

  ul.bd-btm li {
    font-size: 16px;
  }

  li.columns.large-2.small-2.medium-2.hd {
    font-family: "avenir-black";
    font-size: 16px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .tap-inner, .locator-inner {
    padding: 77px 0px;
  }

  .brew-content h4 {
    font-size: 18px;
  }

  h2 {
    font-size: 36px;
  }

  .pd-height {
    height: 0;
  }

  .pd-content h2 {
    font-size: 36px;
    line-height: 36px;
  }

  .pd-content ul li {
    padding-right: 12px;
  }

  .prv {
    margin-top: -220px;
  }

  section.tap-banner {
    height: 390px;
  }

  .tap-title.text-center {
    margin-top: 12%;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1440px) {
  .pd-height {
    height: 0;
  }
}/*# sourceMappingURL=style.css.map */