html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
    vertical-align-overflow-x: hidden; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

h1, h2 {
  text-transform: uppercase; }

a {
  text-decoration: none; }

body {
  line-height: 1;
  background-color: #fff;
  font-style: normal;
    font-style-font-weight: normal; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

p {
  color: #000; }

/*===================================
			Titles
    @mixin ====================================
    */
.main-title {
  color: #505050;
  font-family: Qurany;
  font-size: 35px;
  font-weight: bold;
  padding-top: 115px;
  text-align: center;
  text-transform: uppercase; }
  .main-title:after {
    content: "";
    background: #F05B27;
    display: block;
    height: 3px;
    margin: 50px auto 130px;
    width: 216px; }

.title-medium, .small-txt, .columns-contact .info .item .simple-title {
  color: #505050;
  font-family: Qurany;
  font-size: 27px;
  font-weight: bold;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .title-medium, .small-txt, .columns-contact .info .item .simple-title {
      font-size: 27px; } }

.detail-beer .profile .small-title {
  color: #F05B27;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 17px;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .detail-beer .profile .small-title {
      font-size: 14px; } }

.title-medium-line {
  color: #505050;
  font-family: Qurany;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase; }
  .title-medium-line:after {
    content: "";
    background: #F05B27;
    display: block;
    height: 2px;
    margin: 20px 0 30px;
    width: 124px; }
  @media screen and (max-width: 767px) {
    .title-medium-line {
      font-size: 34px; } }

/*===================================
			Buttons
    @mixin ====================================
    */
.btn-bkg, .btn-line {
  background: #F05B27;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 4px;
  padding: 16px 22px;
  text-transform: uppercase;
  transition: all .5s; }
  .btn-bkg:hover, .btn-line:hover {
    background: #fff;
    border-color: #F05B27;
    color: #F05B27;
    text-decoration: none;
    transition: all .5s; }

.link {
  color: #F05B27;
  display: block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 4px;
  margin: 14px 0;
  text-transform: uppercase; }
  .link:hover {
    color: #F05B27; }

.link-arrow {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }
  .link-arrow:hover {
    color: #fff;
    text-decoration: none; }

@font-face {
  font-family: 'Qurany';
  src: url("./fonts/Qurany-Bold/subset-Qurany-Bold.eot");
  src: url("./fonts/Qurany-Bold/subset-Qurany-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/Qurany-Bold/subset-Qurany-Bold.woff2") format("woff2"), url("./fonts/Qurany-Bold/subset-Qurany-Bold.woff") format("woff"), url("./fonts/Qurany-Bold/subset-Qurany-Bold.ttf") format("truetype"), url("./fonts/Qurany-Bold/subset-Qurany-Bold.svg#Qurany-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Bd';
  src: url("./fonts/Proxima-Nova-Bold/ProximaNova-Bold.eot");
  src: url("./fonts/Proxima-Nova-Bold/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/Proxima-Nova-Bold/ProximaNova-Bold.woff2") format("woff2"), url("./fonts/Proxima-Nova-Bold/ProximaNova-Bold.woff") format("woff"), url("./fonts/Proxima-Nova-Bold/ProximaNova-Bold.ttf") format("truetype"), url("./fonts/Proxima-Nova-BoldProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Soft Md';
  src: url("./fonts/Proxima-Nova-Medium/ProximaNovaSoft-Medium.eot");
  src: url("./fonts/Proxima-Nova-Medium/ProximaNovaSoft-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/Proxima-Nova-Medium/ProximaNovaSoft-Medium.woff2") format("woff2"), url("./fonts/Proxima-Nova-Medium/ProximaNovaSoft-Medium.woff") format("woff"), url("./fonts/Proxima-Nova-Medium/ProximaNovaSoft-Medium.ttf") format("truetype"), url("./fonts/Proxima-Nova-Medium/ProximaNovaSoft-Medium.svg#ProximaNovaSoft-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("./fonts/Proxima-Nova-Regular/ProximaNova-Regular.eot");
  src: url("./fonts/Proxima-Nova-Regular/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Proxima-Nova-Regular/ProximaNova-Regular.woff2") format("woff2"), url("./fonts/Proxima-Nova-Regular/ProximaNova-Regular.woff") format("woff"), url("./fonts/Proxima-Nova-Regular/ProximaNova-Regular.ttf") format("truetype"), url("./fonts/Proxima-Nova-Regular/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url("./fonts/Proxima-Nova-Light/ProximaNova-Light.eot");
  src: url("./fonts/Proxima-Nova-Light/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/Proxima-Nova-Light/ProximaNova-Light.woff2") format("woff2"), url("./fonts/Proxima-Nova-Light/ProximaNova-Light.woff") format("woff"), url("./fonts/Proxima-Nova-Light/ProximaNova-Light.ttf") format("truetype"), url("./fonts/Proxima-Nova-Light/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("./fonts/Gotham-Medium/Gotham-Medium.eot");
  src: url("./fonts/Gotham-Medium/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/Gotham-Medium/Gotham-Medium.woff2") format("woff2"), url("./fonts/Gotham-Medium/Gotham-Medium.woff") format("woff"), url("./fonts/Gotham-Medium/Gotham-Medium.ttf") format("truetype"), url("./fonts/Gotham-Medium/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

.scrollbar-beer {
  /* margin-left: 30px */
  float: left;
  /* height: 300px */
  width: 100%;
  overflow-y: scroll;
  margin-bottom: 25px; }

.scrollbar-beer::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5; }

.scrollbar-beer::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-beer::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F05B27; }

body {
  font-family: Proxima Nova Soft Md; }

p {
  color: #505050;
  font-size: 14px;
  line-height: 1.6; }

.container {
  max-width: 1300px; }

.jaralaxHeight {
  min-height: 520px !important; }

.jarallax {
  min-height: 520px; }

.fade {
  transition: opacity .8s linear; }

.btn-line {
  background: none;
  border: 4px solid #fff; }
  .btn-line:hover {
    background: none;
    border-color: #F05B27; }

.small-txt {
  font-size: 16px; }

.with-bkg {
  background: url(../assets/img/back-ourstory-page.png) no-repeat 0 0;
  background-size: cover;
  margin-top: -72px;
  position: relative; }
  .with-bkg .main-title {
    padding-top: 162px; }

blockquote {
  border-left: 4px solid #F05B27;
  color: #505050;
  font-size: 30px;
  font-style: italic;
  font-weight: 100;
  margin-bottom: 30px;
  padding: 20px 30px; }
  blockquote small {
    display: block;
    font-size: 18px;
    margin-top: 10px; }

.required {
  color: #F05B27;
  font-size: 16px; }

.no-margin-fluid {
  padding: 0; }

.container--tabs {
  margin: 40px 0; }
  .container--tabs #tabs-menu {
    margin: 120px auto;
    border: none;
    justify-content: center; }
    .container--tabs #tabs-menu li a {
      background: #505050;
      border: 0;
      border-radius: 0;
      color: #fff;
      font-family: Proxima\ Nova\ Bd;
      font-size: 14px;
      letter-spacing: 4px;
      margin: 0 13px;
      padding: 28px;
      text-transform: uppercase;
      transition: all .5s; }
      .container--tabs #tabs-menu li a:hover {
        background: #f05b27;
        color: #fff;
        transition: all .5s; }
    .container--tabs #tabs-menu li.active a {
      background: #f05b27;
      color: #fff;
      transition: all .5s; }

@media screen and (max-width: 1400px) {
  .container {
    max-width: 1100px; } }

@media screen and (max-width: 1025px) {
  .container {
    max-width: 960px; } }

@media screen and (max-width: 930px) {
  .main-title {
    font-size: 35px;
    margin-top: 60px;
    padding: 0; }
    .main-title:after {
      margin: 35px auto 70px; }
  .with-bkg {
    margin-top: -170px;
    padding-bottom: 170px; }
  .container {
    max-width: 600px;
    padding: 0; } }

@media screen and (max-width: 767px) {
  .with-bkg {
    margin-top: -130px; }
  .main-title {
    font-size: 32px;
    margin-top: 50px;
    padding: 0;
    word-wrap: break-word; }
    .main-title:after {
      margin: 25px auto 60px; }
  .jarallax {
    min-height: 350px; }
  .btn-bkg,
  .btn-line {
    text-align: center; }
  .entry-content {
    margin: 0; } }

@media screen and (max-width: 480px) {
  .container {
    max-width: 300px; } }

#tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
  right: 0;
  width: 100%; }

#tribe-bar-form #tribe-bar-views {
  width: 100%; }

#tribe-bar-form .tribe-bar-views-inner label {
  line-height: 23px;
  padding: 0 16px;
  margin: 0; }

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] {
  height: 100%; }

#tribe-events-content {
  margin-top: 0; }
/* Hot Fix events
.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar .type-tribe_events.hentry {
  height: 87%;
  margin: 0;
  margin-top: -5px; }
*/
.default-page #tribe-events-footer {
  padding: 0 !important; }

#tribe-events-footer .tribe-events-sub-nav, #tribe-events-header .tribe-events-sub-nav {
  max-width: 62.2vw;
  margin: 0 auto; }

.tribe-events-back {
  max-width: 62.2vw;
  margin: 24px auto; }

.default-page .tribe-events-notices {
  width: 100%; }

@media screen and (max-width: 480px) {
  .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] {
    height: inherit !important; } }

header {
  left: 0;
  padding: 13px;
  position: fixed;
  top: 0;
  transition: all .8s;
  width: 100%;
  z-index: 9999; }
  header .col {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    width: 83%; }
    header .col.logo {
      text-align: left;
      width: 12%; }
      header .col.logo img {
        height: auto;
        width: 100%; }
  header .logo,
  header ul {
    display: inline-block;
    vertical-align: middle; }
    header .logo li,
    header ul li {
      list-style: none; }
      header .logo li a,
      header ul li a {
        color: #fff; }
        header .logo li a:hover,
        header ul li a:hover {
          color: #F05B27;
          text-decoration: none; }
  header .menu .menu-item {
    display: inline-block;
    font-family: Proxima Nova Soft Md;
    font-size: 18px;
    margin: 0 12px;
    position: relative;
    text-transform: uppercase; }
    header .menu .menu-item a {
      font-family: Proxima Nova Soft Md; }
    header .menu .menu-item .submenu {
      display: none;
      left: 0;
      padding-top: 10px;
      position: absolute;
      text-align: center;
      top: 20px; }
      header .menu .menu-item .submenu li {
        margin: 10px 0; }
    header .menu .menu-item:hover .submenu {
      display: block; }
  header .icon {
    border-left: 1px solid #fff;
    margin-left: 25px;
    padding-left: 25px; }
    header .icon li {
      display: inline-block;
      font-size: 0; }
      header .icon li:nth-child(2) {
        margin: 0 4px; }
      header .icon li span {
        font-size: 16px; }
  header.fixed {
    background: rgba(255, 255, 255, 0.6);
    padding: 13px;
    transition: all .8s; }
    header.fixed ul li a {
      color: #505050; }
      header.fixed ul li a:hover {
        color: #F05B27;
        text-decoration: none; }
    header.fixed .icon {
      border-color: #505050; }
    header.fixed .logo img {
      display: none; }
    header.fixed .logo a.logo {
      background: url("../assets/img/logo-wynwood-dark.svg") no-repeat 0 0;
      display: block;
      height: 72px;
      width: 120px; }
    header.fixed .menu .menu-item .submenu {
      width: 100%; }
      header.fixed .menu .menu-item .submenu li {
        background: rgba(255, 255, 255, 0.6);
        margin: 0;
        padding: 9px 0;
        width: 100%; }
        header.fixed .menu .menu-item .submenu li:first-child {
          background: none; }

.navbar-toggler span {
  background: #F05B27;
  display: block;
  height: 2px;
  margin-bottom: 4px;
  width: 20px; }

@media screen and (max-width: 1100px) {
  header .menu .menu-item {
    font-size: 18px;
    margin: 0 10px; } }

@media screen and (min-width: 992px) {
  header .col.collapse {
    display: inline-block; } }

@media screen and (max-width: 992px) {
  .navbar-toggler:focus {
    outline: none; }
  header .menu,
  header .icon {
    display: block;
    text-align: left; }
    header .menu .menu-item,
    header .icon .menu-item {
      display: block;
      margin-bottom: 10px; }
      header .menu .menu-item .submenu,
      header .icon .menu-item .submenu {
        display: block;
        margin-top: 10px;
        position: static;
        text-align: left; }
  header .icon {
    border: 0;
    margin: 0;
    padding: 0; } }

@media screen and (max-width: 767px) {
  header {
    padding: 8px 13px; }
    header .wrapper-menu {
      left: 0;
      position: fixed;
      top: 160px; }
    header .col.logo {
      text-align: center;
      width: 100%; }
      header .col.logo img {
        height: auto;
        width: 100px; }
    header .navbar-toggler {
      left: 0;
      position: absolute;
      top: 20px;
      z-index: 9999; }
    header.fixed {
      padding: 8px 13px; }
      header.fixed .logo a.logo {
        height: 58px;
        margin: 0 auto;
        width: 100px; } }

footer {
  background-image: url("./../assets/img/img-footer.jpg");
  background-size: cover;
  background-position: center;
  min-height: 510px;
  margin: 0 auto;
  background-repeat: no-repeat;
  position: relative; }
  footer .overlay {
    background-color: rgba(68, 68, 68, 0.35);
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%; }
  footer .content {
    max-width: 1920px;
    min-height: 510px;
    text-align: center;
    vertical-align: middle;
    padding: 123px 0 135px 0;
    margin: 0 auto;
    width: 100%;
    position: relative; }
    footer .content .global {
      display: inline-block;
      vertical-align: middle; }
    footer .content .logoFooter {
      width: 22%; }
    footer .content .middleContent {
      width: 55%;
      text-align: left; }
      footer .content .middleContent .infContact h2 {
        font-family: Gotham;
        font-weight: normal;
        text-transform: uppercase;
        color: #fff;
        font-size: 16px;
        margin-bottom: 22px; }
      footer .content .middleContent .menuFooter .active {
        color: #F05B27; }
      footer .content .middleContent .menuFooter:before {
        content: '';
        height: 1px;
        background: #fff;
        display: block;
        width: 100%;
        margin-bottom: 27px; }
      footer .content .middleContent .menuFooter:after {
        content: '';
        height: 1px;
        background: #fff;
        display: block;
        width: 100%; }
      footer .content .middleContent .menuFooter ul {
        margin-bottom: 27px; }
        footer .content .middleContent .menuFooter ul li {
          display: inline-block;
          padding-right: 13px;
          margin-bottom: 5px; }
          footer .content .middleContent .menuFooter ul li a {
            font-family: Proxima Nova Rg;
            font-size: 18px;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase; }
            footer .content .middleContent .menuFooter ul li a:hover {
              color: #F05B27; }
      footer .content .middleContent p {
        margin: 25px auto;
        text-align: left; }
        footer .content .middleContent p:hover {
          color: #F05B27; }
        footer .content .middleContent p a {
          font-family: Proxima Nova Rg;
          margin-right: 8px;
          color: #fff;
          font-size: 13px;
          text-align: left;
          text-decoration: none;
          cursor: pointer; }
    footer .content .socialNetworking {
      width: 22%; }
      footer .content .socialNetworking ul li {
        display: inline-block;
        padding-right: 22px; }
        footer .content .socialNetworking ul li a {
          text-decoration: none; }
          footer .content .socialNetworking ul li a span {
            color: #fff;
            font-size: 20px; }
            footer .content .socialNetworking ul li a span:hover {
              color: #DF592B;
              text-decoration: none; }
  footer .formContact {
    min-height: 62px; }
    footer .formContact .suscribe-form {
      width: 100%; }
      footer .formContact .suscribe-form li {
        display: inline-block;
        width: 129px;
        vertical-align: middle; }
        footer .formContact .suscribe-form li:nth-of-type(1) {
          margin-right: 11px; }
        footer .formContact .suscribe-form li:nth-of-type(3) {
          margin: 0 11px; }
        footer .formContact .suscribe-form li input {
          font-size: 11px;
          color: #505050;
          border: 1px solid #ccc;
          border-radius: 3px;
          font-family: Gotham;
          padding: 0;
          background: #fff;
          border-radius: 0;
          height: 27px;
          text-align: center;
          text-transform: uppercase;
          line-height: 27px; }
        footer .formContact .suscribe-form li input::placeholder {
          font-family: Gotham;
          color: #505050 !important;
          color: #acacac; }
        footer .formContact .suscribe-form li input[type="submit"] {
          background-color: #F05B27;
          color: #fff;
          cursor: pointer;
          padding: 0 30px;
          vertical-align: middle;
          font-family: Gotham;
          transition: all .5s; }
          footer .formContact .suscribe-form li input[type="submit"]:hover {
            transition: all .5s;
            background-color: transparent;
            color: #fff; }
        footer .formContact .suscribe-form li input[type="text"],
        footer .formContact .suscribe-form li input[type="email"] {
          color: #505050;
          padding: 0 10px; }
  footer .arrow {
    position: absolute;
    right: 33px;
    bottom: 43px; }
    footer .arrow a {
      text-decoration: none; }
      footer .arrow a span {
        background: #F05B27;
        color: #fff;
        padding: 10px 10px;
        font-size: 12px; }

h1, h2, h3, h4, h5, h6 {
  color: #505050; }

li.current-menu-item a:visited {
  color: #F05B27; }

.wrapper-menu.collapse.show li.current-menu-item a:visited {
  color: #fff; }

.text {
  color: #505050;
  font-family: Proxima Nova Soft Md;
  line-height: 1.3; }

.slick-initialized .slick-slide {
  outline: none; }

a {
  text-decoration: none;
  font-family: Proxima Nova Soft Md; }

a:visited {
  color: #fff; }

.jarallax > .jarallax-img {
  object-fit: contain !important; }

.taproom.contentab.list {
  border: 1px solid red !important; }

.mrb {
  margin-bottom: 195px; }

.br-ourBeers {
  margin-bottom: 124px !important; }

.beerfinder {
  width: 100%;
  background-color: #505050;
  padding: 0 44px;
  margin-bottom: 57px; }
  .beerfinder h2 {
    text-align: left;
    color: #fff;
    font-size: 35px !important;
    font-family: Qurany; }
    .beerfinder h2:after {
      display: none !important; }
  .beerfinder .store_locator_embedded_search #store_locator_search_box {
    background: none; }
  .beerfinder .row {
    max-width: 1920px;
    margin: 0 auto; }
  .beerfinder h5 {
    color: #fff; }

section.ourStory {
  background-image: url("./../assets/img/ors.png");
  background-size: contain;
  background-repeat: repeat-x;
  min-height: 510px;
  margin: 0 auto;
  position: relative;
  margin-top: -3.5vw;
  z-index: 2;
  overflow: hidden; }
  section.ourStory .container {
    padding: 95px 0 40px 0; }
  section.ourStory .logoOurStory {
    padding: 15% 0; }
  section.ourStory .infOurStory h2 {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 31px;
    margin-top: 29px;
    font-family: Qurany; }
    section.ourStory .infOurStory h2:after {
      content: '';
      width: 92px;
      height: 3px;
      display: block;
      background-color: #F05B27;
      margin-top: 32px; }
  section.ourStory .infOurStory .text {
    font-size: 14px;
    margin-bottom: 28px;
    line-height: 24px;
    font-family: Proxima Nova Soft Md; }
    section.ourStory .infOurStory .text p {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 2em; }

section.larubia {
  width: 100%;
  margin-top: -55px;
  margin-right: auto;
  margin-left: auto;
  min-height: 677px; }
  section.larubia .jarallax {
    min-height: 680px; }
  section.larubia .inf .contain {
    position: absolute;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1300px; }
    section.larubia .inf .contain .item {
      display: inline-block;
      vertical-align: top; }
      section.larubia .inf .contain .item:nth-of-type(1) {
        width: 44%;
        margin-top: 49px; }
        section.larubia .inf .contain .item:nth-of-type(1) img {
          width: 334px; }
      section.larubia .inf .contain .item:nth-of-type(2) {
        width: 33%;
        margin-top: 134px; }
        section.larubia .inf .contain .item:nth-of-type(2) img {
          margin-left: -91px; }
      section.larubia .inf .contain .item:nth-of-type(3) {
        width: 20%;
        margin-top: 260px; }
        section.larubia .inf .contain .item:nth-of-type(3) img {
          width: 33%; }

section.homeOurbeers {
  background-image: url("./../assets/img/back-ourstory-page.png");
  background-size: cover;
  background-repeat: repeat-x;
  margin: 0 auto;
  position: relative;
  margin-top: -8.5vw;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  padding-top: 0; }
  section.homeOurbeers img {
    width: 127%; }
  section.homeOurbeers h2 {
    font-size: 35px;
    text-transform: uppercase;
    margin: 123px 0 39px 0;
    font-family: Qurany; }
    section.homeOurbeers h2:after {
      content: '';
      width: 162px;
      height: 3px;
      display: block;
      background-color: #F05B27;
      margin: 37px auto;
      text-align: center; }
  section.homeOurbeers .item {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 75px; }
    section.homeOurbeers .item img {
      margin: 0 auto;
      width: 50%;
      margin-bottom: -35px; }
    section.homeOurbeers .item span a {
      text-align: center;
      font-size: 19px;
      text-transform: uppercase;
      color: #505050;
      font-family: Qurany; }
      section.homeOurbeers .item span a:before {
        content: '';
        width: 54px;
        height: 3px;
        display: block;
        background-color: #505050;
        margin: 34px auto;
        text-align: center; }
    section.homeOurbeers .item .award {
      position: absolute;
      display: block;
      right: -68px;
      top: 49px;
      width: 89%; }
      section.homeOurbeers .item .award img {
        width: 30%; }
    section.homeOurbeers .item .nameBeer {
      cursor: pointer;
      position: relative; }
      section.homeOurbeers .item .nameBeer a {
        text-decoration: none; }
      section.homeOurbeers .item .nameBeer:hover .award {
        display: block; }
      section.homeOurbeers .item .nameBeer:hover span a {
        color: #F05B27; }
        section.homeOurbeers .item .nameBeer:hover span a:before {
          background-color: #F05B27; }
  section.homeOurbeers .btn-bkg {
    letter-spacing: 8px;
    margin-bottom: 90px; }

section.beerfindergroup {
  margin-bottom: 106px; }

div.cropImg {
  background-image: url(./../assets/img/back-ourstory-page.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: bottom;
  height: 200px;
  margin: 0 auto;
  position: relative;
  margin-top: -106px;
  text-align: center;
  overflow: hidden;
  z-index: 1; }

section.visitTapRoom {
  margin-top: -7vw;
  overflow: hidden; }
  section.visitTapRoom .jarallax {
    min-height: 574px; }
  section.visitTapRoom .overlay {
    background-color: rgba(0, 0, 0, 0.27);
    min-height: 574px;
    width: 100%; }
  section.visitTapRoom .item {
    position: absolute;
    width: 100%;
    text-align: center;
    right: 0;
    top: 17%;
    padding: 0 252px; }
    section.visitTapRoom .item h2 {
      font-size: 35px;
      color: #fff;
      font-family: Qurany; }
      section.visitTapRoom .item h2:after {
        content: '';
        width: 162px;
        height: 2px;
        display: block;
        background-color: #fff;
        margin: 40px auto 0 auto; }
    section.visitTapRoom .item .text {
      font-family: Proxima Nova Rg;
      font-size: 17px;
      color: #fff;
      margin: 40px 0;
      line-height: 1.8; }
    section.visitTapRoom .item a.btn-bkg {
      letter-spacing: 8px; }

section.changeNameForNew {
  display: none;
  background-image: url("./../assets/img/back-ourstory-page.png");
  background-size: cover;
  background-repeat: repeat-x;
  margin: 0 auto;
  position: relative;
  margin-top: -4.5vw;
  text-align: center;
  overflow: hidden; }
  section.changeNameForNew h2 {
    font-size: 35px;
    padding: 123px 0 39px 0;
    font-family: Qurany; }
    section.changeNameForNew h2:after {
      content: '';
      width: 162px;
      height: 3px;
      display: block;
      background-color: #F05B27;
      margin: 37px auto;
      text-align: center; }
  section.changeNameForNew .item {
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    height: 700px; }
    section.changeNameForNew .item img {
      width: 100%; }
    section.changeNameForNew .item h3 {
      margin-top: 62px;
      margin-bottom: 24px;
      font-size: 22px;
      color: #4F4F4F;
      font-family: Qurany; }
    section.changeNameForNew .item .text {
      margin-top: 22px;
      margin-bottom: 47px;
      line-height: 1.3;
      font-family: Proxima Nova Soft Md;
      color: #505050;
      font-size: 14px; }
    section.changeNameForNew .item span {
      color: #F05B27;
      font-family: Proxima Nova Soft Md;
      font-size: 12px; }
    section.changeNameForNew .item a {
      margin-bottom: 171px;
      text-decoration: none;
      color: #F05B27; }
      section.changeNameForNew .item a span {
        margin-left: 7px; }
    section.changeNameForNew .item a.aling-button-box {
      position: absolute;
      bottom: -85px; }
  section.changeNameForNew .item .text {
    margin-bottom: 16px; }

section.gallery {
  margin-bottom: 38px; }
  section.gallery .slider {
    padding: 0; }
    section.gallery .slider .item {
      display: block;
      overflow: hidden; }
      section.gallery .slider .item img {
        margin: 0;
        max-width: inherit;
        height: auto;
        width: 100%; }
  section.gallery .slick-arrow {
    z-index: 9; }

section.taproom h2 {
  font-size: 35px;
  margin: 123px 0 39px 0;
  font-family: Qurany;
  color: #505050;
  padding: 0;
  text-align: center; }
  section.taproom h2:after {
    content: '';
    width: 162px;
    height: 3px;
    display: block;
    background-color: #F05B27;
    margin: 37px auto;
    text-align: center; }

section.taproom .max-width-container {
  max-width: 1920px;
  margin: 0 auto; }

section.taproom .item h2 {
  font-size: 35px;
  margin: 123px 0 39px 0;
  font-family: Qurany;
  color: #505050;
  padding: 0;
  text-align: left;
  padding: 0px 0 39px 0;
  margin: 0;
  font-size: 35px; }
  section.taproom .item h2:after {
    content: '';
    width: 162px;
    height: 3px;
    display: block;
    background-color: #F05B27;
    margin: 37px auto;
    text-align: center; }
  section.taproom .item h2:after {
    display: none; }

section.taproom .item .contentab {
  padding: 34px 55px;
  background-color: #e5e5e5;
  height: 100%;
  overflow: hidden; }
  section.taproom .item .contentab .table td,
  section.taproom .item .contentab .table th {
    border-top: none;
    color: #707070;
    font-size: 12px;
    font-family: Proxima Nova Soft Md;
    padding: 14px 12px;
    text-transform: uppercase; }
    section.taproom .item .contentab .table td h3,
    section.taproom .item .contentab .table th h3 {
      color: #707070;
      font-family: Proxima Nova Bd;
      font-weight: 700; }
      section.taproom .item .contentab .table td h3 a,
      section.taproom .item .contentab .table th h3 a {
        color: #707070; }
        section.taproom .item .contentab .table td h3 a:visited,
        section.taproom .item .contentab .table th h3 a:visited {
          color: #707070; }
      section.taproom .item .contentab .table td h3.new,
      section.taproom .item .contentab .table th h3.new {
        color: #707070;
        height: 19px;
        text-transform: uppercase;
        position: relative; }
        section.taproom .item .contentab .table td h3.new:after,
        section.taproom .item .contentab .table th h3.new:after {
          content: 'New';
          display: block;
          position: absolute;
          color: #fff;
          background-color: #F05B27;
          padding: 5px 3px 3px 3px;
          width: 39px;
          text-align: center;
          font-size: 9px;
          font-family: Qurany;
          margin-top: 4px; }
  section.taproom .item .contentab .table thead {
    display: block;
    width: 100%; }
    section.taproom .item .contentab .table thead th {
      border-bottom: none;
      border-top: none;
      float: left;
      width: 30%; }
      section.taproom .item .contentab .table thead th:nth-child(2) {
        width: 40%; }
      section.taproom .item .contentab .table thead th:nth-child(3) {
        width: 15%; }
      section.taproom .item .contentab .table thead th:nth-child(4) {
        width: 15%; }
      section.taproom .item .contentab .table thead th h3 {
        color: #F05B27;
        text-transform: uppercase;
        font-size: 19px;
        border-bottom: 2px solid #505050;
        padding-bottom: 12px;
        font-family: Proxima Nova Bd;
        font-weight: 700; }
  section.taproom .item .contentab .table tbody {
    display: block;
    height: 587px;
    overflow-y: auto;
    width: 100%; }
    section.taproom .item .contentab .table tbody td {
      float: left;
      width: 30%;
      font-weight: 700;
      font-family: Proxima Nova Bd; }
      section.taproom .item .contentab .table tbody td:nth-child(2) {
        width: 40%;
        padding-left: 20px;
        font-size: 14px; }
      section.taproom .item .contentab .table tbody td:nth-child(3) {
        width: 15%;
        padding-left: 26px;
        font-size: 14px; }
      section.taproom .item .contentab .table tbody td:nth-child(4) {
        width: 15%;
        padding-left: 31px;
        font-size: 14px; }
    section.taproom .item .contentab .table tbody th {
      float: left;
      width: 30%; }
  section.taproom .item .contentab .table td, section.taproom .item .contentab .table tr, section.taproom .item .contentab .table th {
    display: block;
    overflow: hidden; }

section.taproom .item .imgEvents {
  overflow: hidden; }
  section.taproom .item .imgEvents img {
    width: 100%;
    height: 100%; }
  section.taproom .item .imgEvents .marginTop {
    margin-top: 37px; }

section.taproom .tapRoomsHour {
  margin-bottom: 113px; }
  section.taproom .tapRoomsHour h2 {
    text-transform: inherit;
    font-family: Qurany; }
  section.taproom .tapRoomsHour .text {
    text-align: center; }
    section.taproom .tapRoomsHour .text p {
      line-height: 2em;
      margin-bottom: 24px; }

section.taproom .whereToFind-line {
  width: 100%;
  background-color: #707070;
  height: 327px; }
  section.taproom .whereToFind-line h2 {
    text-align: left;
    color: #fff;
    margin: 83px 0; }
    section.taproom .whereToFind-line h2:after {
      display: none; }
    section.taproom .whereToFind-line h2 center {
      text-align: left; }
  section.taproom .whereToFind-line a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: Proxima Nova Bd;
    font-weight: 700;
    text-transform: uppercase; }
    section.taproom .whereToFind-line a span {
      color: #F05B27;
      padding-left: 10px; }
    section.taproom .whereToFind-line a:hover {
      color: #F05B27;
      transform: all 1s; }
  section.taproom .whereToFind-line .imgLogo {
    padding: 9% 0; }

section.taproom .slider-testimonials {
  text-align: center;
  margin: 120px 0 150px 0; }
  section.taproom .slider-testimonials .testimonials span.icon-quote {
    font-size: 50px;
    color: #505050; }
  section.taproom .slider-testimonials .testimonials .text {
    color: #505050;
    font-size: 14px;
    padding: 65px 12%; }
  section.taproom .slider-testimonials .testimonials span.name {
    font-family: Proxima Nova Soft Md;
    font-size: 20px;
    color: #505050;
    font-weight: 400; }

.imgEvents {
  position: relative; }
  .imgEvents .global {
    position: absolute;
    bottom: 41px;
    left: 50px; }
    .imgEvents .global h3 {
      font-size: 41px;
      color: #fff;
      font-family: Qurany;
      text-transform: uppercase;
      margin-bottom: 23px;
      padding: 0 0 0 10px; }
    .imgEvents .global a {
      text-decoration: none;
      text-transform: uppercase;
      color: #fff;
      font-size: 18px;
      font-family: Proxima Nova Bd;
      font-weight: 700;
      padding: 0 10px; }
      .imgEvents .global a span {
        color: #F05B27;
        padding-left: 10px; }
      .imgEvents .global a:hover {
        color: #F05B27;
        transform: all 1s; }
  .imgEvents .tx {
    bottom: 42px; }
    .imgEvents .tx h3 {
      font-size: 41px;
      padding-bottom: 0; }

.slick-dots {
  bottom: -55px; }
  .slick-dots li button:before {
    font-size: 12px;
    color: #505050; }
  .slick-dots li.slick-active button:before {
    color: #F05B27; }

section.press {
  text-align: center; }
  section.press h2 {
    font-size: 35px;
    padding: 123px 0 39px 0;
    font-family: Qurany; }
    section.press h2:after {
      content: '';
      width: 162px;
      height: 3px;
      display: block;
      background-color: #F05B27;
      margin: 37px auto;
      text-align: center; }
  section.press .item {
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    height: 700px; }
    section.press .item img {
      width: 100%; }
    section.press .item h3 {
      margin-top: 62px;
      margin-bottom: 24px;
      font-size: 22px;
      color: #4F4F4F;
      font-family: Qurany; }
    section.press .item .text {
      margin-top: 22px;
      margin-bottom: 47px;
      line-height: 1.3;
      font-family: Proxima Nova Soft Md;
      color: #505050;
      font-size: 14px; }
    section.press .item span {
      color: #F05B27;
      font-family: Proxima Nova Soft Md;
      font-size: 12px; }
    section.press .item a {
      margin-bottom: 171px;
      text-decoration: none;
      color: #F05B27; }
      section.press .item a span {
        margin-left: 7px; }
    section.press .item a.aling-button-box {
      position: absolute;
      bottom: -85px; }
  section.press h2 {
    font-size: 35px;
    margin: 123px 0 39px 0;
    font-family: Qurany;
    color: #505050;
    padding: 0;
    text-align: center; }
    section.press h2:after {
      content: '';
      width: 162px;
      height: 3px;
      display: block;
      background-color: #F05B27;
      margin: 37px auto;
      text-align: center; }
  section.press .item {
    margin-bottom: 40px; }
  section.press .mediaKit {
    margin-bottom: 100px; }
    section.press .mediaKit a.btn-bkg {
      text-align: center;
      background-color: #4F4F4F;
      letter-spacing: 8px; }
      section.press .mediaKit a.btn-bkg:hover {
        background: transparent;
        border-color: #4f4f4f;
        color: #4F4F4F; }

.pagination {
  text-align: center;
  margin: 0 auto;
  background-color: #ededed;
  width: 100%;
  padding: 28px;
  border-radius: 0;
  min-height: 73px;
  margin-top: 0; }
  .pagination span {
    font-size: 19px;
    color: #F05B27;
    padding: 0 7px; }
    .pagination span a:hover {
      color: #F05B27;
      text-decoration: none;
      transition: all .5s; }
  .pagination nav {
    margin: 0 auto;
    width: 100%;
    position: relative; }
    .pagination nav .icon-angle-left {
      position: absolute;
      left: 0;
      color: #F05B27; }
    .pagination nav .icon-angle-right {
      position: absolute;
      right: 0;
      color: #F05B27; }
    .pagination nav a:hover {
      color: #F05B27;
      text-decoration: none;
      transition: all .5s; }
    .pagination nav a {
      font-size: 19px;
      padding: 0 7px;
      color: #505050; }
    .pagination nav a:visited {
      color: #505050; }
      .pagination nav a:visited:hover {
        color: #F05B27;
        text-decoration: none;
        transition: all .5s; }

section.faq {
  margin-bottom: 50px; }
  section.faq h2 {
    font-size: 35px;
    margin: 123px 0 39px 0;
    font-family: Qurany;
    color: #505050;
    padding: 0;
    text-align: center;
    padding-top: 76px;
    margin: 0 auto; }
    section.faq h2:after {
      content: '';
      width: 162px;
      height: 3px;
      display: block;
      background-color: #F05B27;
      margin: 37px auto;
      text-align: center; }
  section.faq [data-toggle="collapse"] .fa:before {
    content: "\e90f";
    font-family: "icomoon"; }
  section.faq [data-toggle="collapse"].collapsed .fa:before {
    content: "\e90e";
    font-family: "icomoon"; }
  section.faq .faq-collapse {
    margin-bottom: 40px; }
    section.faq .faq-collapse h3 {
      font-size: 35px;
      color: #505050;
      font-family: Qurany;
      margin-bottom: 39px;
      margin-top: 30px;
      text-transform: uppercase; }
      section.faq .faq-collapse h3:after {
        content: '';
        display: block;
        width: 76px;
        height: 2px;
        background-color: #F05B27;
        margin-top: 37px; }
    section.faq .faq-collapse .card {
      border: transparent;
      border-radius: 0;
      margin-bottom: 10px; }
      section.faq .faq-collapse .card .card-header {
        background-color: #E2E2E2;
        border: none;
        padding: 17px 22px; }
        section.faq .faq-collapse .card .card-header a {
          color: #505050;
          font-size: 19px; }
          section.faq .faq-collapse .card .card-header a span {
            color: #F05B27;
            margin-left: 13px; }
        section.faq .faq-collapse .card .card-header.active {
          background: #F05B27;
          margin-bottom: -13px; }
          section.faq .faq-collapse .card .card-header.active a {
            color: #fff; }
            section.faq .faq-collapse .card .card-header.active a span {
              color: #fff;
              font-size: 15px; }
      section.faq .faq-collapse .card .collapse {
        background-color: #F05B27; }
      section.faq .faq-collapse .card .card-body {
        background-color: #F05B27; }
        section.faq .faq-collapse .card .card-body .text p {
          font-family: Proxima Nova Soft Md;
          font-size: 14px;
          background-color: #E2E2E2;
          padding: 18px 26px; }

section.carrerOpening .container h2 {
  font-size: 35px;
  margin: 123px 0 39px 0;
  font-family: Qurany;
  color: #505050;
  padding: 0;
  text-align: center;
  padding-top: 123px;
  margin: 0 auto; }
  section.carrerOpening .container h2:after {
    content: '';
    width: 162px;
    height: 3px;
    display: block;
    background-color: #F05B27;
    margin: 37px auto;
    text-align: center; }

section.carrerOpening .links {
  text-align: center;
  background-color: #F7F7F7; }
  section.carrerOpening .links ul {
    padding: 7% 3%; }
    section.carrerOpening .links ul li {
      margin-bottom: 42px; }
      section.carrerOpening .links ul li a {
        text-decoration: none;
        font-family: Qurany;
        font-size: 20px;
        color: #505050;
        font-weight: bold; }
      section.carrerOpening .links ul li:last-child {
        margin-bottom: 0; }

section.carrerOpening .applyNow {
  margin-bottom: 50px;
  text-align: center;
  display: none; }
  section.carrerOpening .applyNow .form h3 {
    font-size: 19px;
    font-family: Qurany;
    margin-bottom: 40px;
    color: #505050;
    font-weight: bold; }
  section.carrerOpening .applyNow .form .form-co input {
    padding: 22px;
    border-radius: 0;
    font-family: Qurany;
    border: none; }
    section.carrerOpening .applyNow .form .form-co input::placeholder {
      color: #acacac; }
  section.carrerOpening .applyNow .form .form-co input:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: res;
    height: 20px;
    width: 20px;
    transform: translate(-100%, 0); }
  section.carrerOpening .applyNow .form .form-co p {
    margin: 0 auto; }
    section.carrerOpening .applyNow .form .form-co p input[type="submit"] {
      background: #DF592B;
      border: 1px solid transparent;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font-size: 16px;
      letter-spacing: 4px;
      padding: 19px 34px;
      text-transform: uppercase;
      transition: all .5s;
      line-height: 1.5em; }
      section.carrerOpening .applyNow .form .form-co p input[type="submit"]::placeholder {
        color: #acacac; }
      section.carrerOpening .applyNow .form .form-co p input[type="submit"]:hover {
        background: #fff;
        border-color: #DF592B;
        color: #DF592B;
        text-decoration: none;
        transition: all .5s; }
  section.carrerOpening .applyNow .form .form-co input[type="file"] {
    width: 207px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: -15px;
    right: 0;
    left: -207px;
    bottom: 0;
    cursor: pointer;
    color: #acacac !important; }
  section.carrerOpening .applyNow .form .form-co .labelfile {
    overflow: hidden;
    position: relative;
    height: 54px;
    width: 100%;
    line-height: 3.5em;
    background: #e2e2e2;
    text-align: left;
    padding-left: 21px;
    font-family: Qurany;
    color: #ACACAE;
    text-transform: uppercase;
    margin-top: -3px;
    margin-bottom: 12px; }

.modal-load {
  background-color: rgba(0, 0, 0, 0.63);
  position: fixed;
  min-height: 100vh;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle; }
  .modal-load .contain {
    height: 100vh; }
    .modal-load .contain .toContinue {
      max-width: 952px;
      min-height: 781px;
      margin: -27px auto;
      padding: 0 151px;
      background-color: rgba(255, 255, 255, 0.7);
      vertical-align: middle; }
      .modal-load .contain .toContinue h3 {
        font-family: Qurany;
        font-size: 48px;
        margin-bottom: 30px; }
      .modal-load .contain .toContinue img {
        width: 80%; }
      .modal-load .contain .toContinue ul li {
        margin-bottom: 50px; }
        .modal-load .contain .toContinue ul li a {
          font-family: Proxima Nova Bd;
          font-size: 40px; }

.default-page {
  margin-bottom: 50px; }
  .default-page .container {
    max-width: 1100px; }
  .default-page h1 {
    font-size: 35px;
    margin: 123px 0 39px 0;
    font-family: Qurany;
    color: #505050;
    padding: 0;
    text-align: center;
    padding-top: 76px;
    margin: 0 auto;
    font-weight: bold; }
    .default-page h1:after {
      content: '';
      width: 162px;
      height: 3px;
      display: block;
      background-color: #F05B27;
      margin: 37px auto;
      text-align: center; }
  .default-page .text {
    font-family: Proxima Nova Soft Md;
    font-size: 14px;
    padding: 18px 0; }
  .default-page h2, .default-page h3, .default-page h4, .default-page h5, .default-page h6 {
    font-size: 35px;
    margin: 123px 0 39px 0;
    font-family: Qurany;
    color: #505050;
    padding: 0;
    font-size: 35px;
    padding: 23px 0 0 0; }
    .default-page h2:after, .default-page h3:after, .default-page h4:after, .default-page h5:after, .default-page h6:after {
      content: '';
      width: 162px;
      height: 3px;
      display: block;
      background-color: #F05B27;
      margin: 37px auto;
      text-align: center; }
    .default-page h2:after, .default-page h3:after, .default-page h4:after, .default-page h5:after, .default-page h6:after {
      margin-left: 0; }
  .default-page ul li {
    text-align: left;
    margin-bottom: 7px;
    line-height: 1.3; }
    .default-page ul li a {
      text-decoration: none;
      font-family: Proxima Nova Soft Md;
      font-size: 14px;
      color: #505050; }
      .default-page ul li a:before {
        content: '';
        display: inline-block;
        width: 7px;
        height: 7px;
        background-color: #F05B27;
        vertical-align: middle;
        border-radius: 50%;
        margin-right: 8px; }
  .default-page .title-blog {
    margin-bottom: 35px; }
  .default-page .link {
    color: #F05B27;
    font-family: Proxima Nova Soft Md; }
  .default-page .text p {
    font-family: Proxima Nova Soft Md;
    font-size: 14px;
    padding: 18px 0; }
  .default-page .text strong {
    color: #505050;
    font-size: 17px;
    font-weight: 700;
    font-family: Proxima Nova Bd; }

.error {
  display: block;
  text-align: center;
  padding: 125px 0;
  min-height: 450px; }
  .error h2 {
    font-size: 29px;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin: 45px 0;
    font-family: Qurany; }
    .error h2 span {
      font-size: 200px;
      color: #F05B27; }
  .error .text {
    position: relative;
    padding: 0 0 85px 0; }
    .error .text::after {
      content: '';
      display: block;
      margin: 0 auto;
      height: 1px;
      width: 29%;
      background-color: gray; }
    .error .text p {
      margin-bottom: 18px;
      font-family: Proxima Nova Soft Md;
      font-size: 14px; }

.columns-contact form input,
.layout-form form input {
  padding: 22px;
  border-radius: 0;
  font-family: Qurany;
  border: none;
  font-size: 14px; }

.columns-contact form select {
  font-family: Qurany;
  color: #666666;
  font-size: 14px;
  background: url(img/ar_down.png) no-repeat right #dddddd;
  --webkit-appearance: none;
  --moz-appearance: none;
  appearance: none;
  background-position-x: 98%;
}

.columns-contact form span.simple-title {
  font-family: Qurany;
  color: #666666;
  font-size: 14px;
}

.columns-contact form textarea,
.layout-form form textarea {
  padding: 22px;
  border-radius: 0;
  font-family: Qurany;
  border: none;
  font-size: 14px; }

.columns-contact form input[type="submit"],
.layout-form form input[type="submit"] {
  background: #DF592B;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 4px;
  padding: 19px 34px;
  text-transform: uppercase;
  transition: all .5s;
  text-align: left;
  font-family: Proxima Nova Bd;
  font-weight: 700;
  line-height: 1.2em; }
  .columns-contact form input[type="submit"]:hover,
  .layout-form form input[type="submit"]:hover {
    background: #fff;
    border-color: #DF592B;
    color: #DF592B;
    text-decoration: none;
    transition: all .5s; }

span.wpcf7-not-valid-tip {
  color: #F05B27; }

div.wpcf7-response-output {
  margin: 5em 0.5em 1em; }

div.wpcf7-validation-errors,
div.wpcf7-acceptance- {
  border-color: #F05B27; }

.layout-form p {
  color: #505050;
  font-family: Qurany;
  font-size: 14px; }

.layout-form select {
  -webkit-appearance: none;
  background: url(img/angle-down.png) no-repeat right center transparent;
  background-size: 30px;
  border: 1px solid #505050;
  cursor: pointer;
  height: 50px;
  margin: 1em 1em 0;
  padding: 0 20px;
  width: 150px;
  border-radius: 0; }
  .layout-form select:focus {
    outline: none; }

.layout-form input[type=radio] {
  -webkit-appearance: none;
  background: none;
  cursor: pointer;
  width: 90px; }
  .layout-form input[type=radio]:checked {
    background: #F05B27;
    border: 1px solid #F05B27; }
    .layout-form input[type=radio]:checked + .wpcf7-list-item-label {
      color: #fff;
      background: #F05B27;
      border: 1px solid #F05B27 !important; }

.layout-form label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear; }
  .layout-form label:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 5px;
    left: 5px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear; }

.layout-form span.wpcf7-list-item {
  position: relative;
  display: block; }
  .layout-form span.wpcf7-list-item span {
    position: absolute;
    top: -10px;
    right: 18px;
    left: 38px;
    line-height: 3.3em; }

.layout-form input[type="checkbox"] {
  border-radius: 0;
  background-color: #F05B27; }

.layout-form .wpcf7-radio span.wpcf7-list-item {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .layout-form .wpcf7-radio span.wpcf7-list-item .wpcf7-list-item-label {
    font-family: Qurany;
    font-size: 16px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    border: 1px solid #505050; }

.layout-form .layout-form span.wpcf7-list-item span {
  top: -8px;
  font-size: 14px; }

.layout-form .layout-form p {
  font-size: 14px; }

.layout-form .wpcf7-checkbox span.wpcf7-list-item {
  display: block;
  margin-bottom: 20px; }
  .layout-form .wpcf7-checkbox span.wpcf7-list-item:first-child {
    margin-top: 20px; }
  .layout-form .wpcf7-checkbox span.wpcf7-list-item input {
    -webkit-appearance: none;
    background: none;
    border: 1px solid #505050;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 25px; }
    .layout-form .wpcf7-checkbox span.wpcf7-list-item input:checked {
      background: #F05B27;
      border: 0; }
    .layout-form .wpcf7-checkbox span.wpcf7-list-item input:placeholder {
      font-size: 14px; }

.layout-form .columns-contact form input[type="submit"] {
  font-size: 16px; }

.beerfinder .finder-content {
  padding: 43px 0px; }

.beerfinder input[type="text"] {
  border-radius: 0;
  color: #fff; }

.beerfinder input:placeholder {
  font-size: 21px;
  font-family: Qurany;
  text-transform: uppercase; }

.beerfinder .store-locator-row .store_locator_find_stores_button {
  max-width: 151px;
  border-radius: 0;
  color: white;
  background: #F05B27;
  border: #F05B27;
  font-family: Qurany; }
  .beerfinder .store-locator-row .store_locator_find_stores_button:hover {
    background: #fff;
    border: #F05B27; }

.beerfinder .control {
  color: #fff;
  text-transform: uppercase;
  font-family: Qurany;
  border: 1px solid #F05B27;
  background: transparent; }
  .beerfinder .control:focus {
    outline: none; }

.beerfinder #store_locator_get_my_position i {
  color: #fff;
  text-transform: uppercase;
  font-family: Qurany; }

.beerfinder p {
  color: #fff;
  font-family: Qurany;
  font-size: 21px; }

.beerfinder .within .store_locator_filter_radius,
.beerfinder .within .store_locator_find_stores_button,
.beerfinder .within .store_locator_address_field {
  width: initial !important;
  background: transparent;
  height: 47px;
  border-radius: 0 !important;
  color: #fff;
  border: 1px solid #F05B27; }

.beerfinder .within h5 {
  color: #fff;
  font-family: Qurany;
  font-size: 21px; }

.beerfinder .search-right {
  text-align: right;
  margin-top: 41px; }

.beerfinder .btn-primary {
  width: 151px;
  background: #F05B27;
  border: 1px solid transparent;
  color: #fff;
  transition: all .5s;
  font-family: Qurany;
  font-size: 18px;
  border-radius: 0; }
  .beerfinder .btn-primary:hover {
    background: #fff;
    border-color: #F05B27;
    color: #F05B27;
    text-decoration: none; }

.beerfinder .store_locator {
  padding: 0; }
  .beerfinder .store_locator .store_locator_address_field,
  .beerfinder .store_locator .store_locator .select {
    background-color: transparent;
    border: 1px solid #F05B27;
    border-radius: 0;
    color: #fff; }
    .beerfinder .store_locator .store_locator_address_field:focus,
    .beerfinder .store_locator .store_locator .select:focus {
      outline: none; }

.beerfinder .store_locator .select {
  background: transparent;
  color: #fff;
  border: 1px solid #F05B27;
  text-transform: uppercase;
  font-family: Qurany; }

.beerfinder .store_locator_filter_categories {
  width: initial !important;
  background: transparent;
  height: 47px;
  border-radius: 0 !important;
  color: #fff;
  border: 1px solid #F05B27; }

.tribe-events-calendar thead th {
  font-size: 14px; }

i.fa.fa.fa-star.fa-3x {
  margin-right: 5px; }

#store_locator * {
  border: none; }

.store_locator_result_list_item:hover {
  background-color: transparent; }
  .store_locator_result_list_item:hover h3.store_locator_name {
    color: #F05B27; }

#store_locator_filter .store_locator_filter_content select {
  -webkit-appearance: none; }

.store_locator_result_list_item .fa-star {
  left: 62px;
  top: -8px !important; }
  .store_locator_result_list_item .fa-star:before {
    font-size: 17px; }

.age-gate-wrapper .age-gate-form {
  background: rgba(255, 255, 255, 0.7); }

.age-gate-wrapper button {
  display: block;
  margin: 0 auto;
  margin-bottom: 19px;
  font-size: 21px;
  font-family: Proxima Nova Rg;
  background: #F05B27;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer; }
  .age-gate-wrapper button:hover {
    transition: all .7s;
    background: #fff;
    border: 1px solid #F05B27;
    color: #F05B27; }

.age-gate-wrapper p.age-gate-challenge {
  font-size: 30px;
  font-family: Qurany;
  line-height: 1em;
  margin-bottom: 20px; }

.banner .content {
  bottom: 105px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
  .banner .content .small-txt {
    color: #fff;
    font-family: Proxima Nova Soft Md;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase; }
  .banner .content .title {
    color: #fff;
    font-family: Qurany;
    font-size: 58px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase; }

.banner-medium {
  overflow: hidden;
  position: relative; }
  .banner-medium .jarallax {
    min-height: 338px; }
  .banner-medium .info {
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto; }
  .banner-medium .col-right {
    position: absolute;
    right: 0;
    top: 0; }
  .banner-medium p {
    color: #fff;
    font-family: Qurany;
    font-size: 35px;
    margin-bottom: 60px;
    text-transform: uppercase;
    line-height: 1em; }
  .banner-medium .column-left-info {
    padding-left: 150px; }

@media screen and (max-width: 960px) {
  .banner-medium .info {
    height: 100%;
    left: 0;
    width: 100%; }
    .banner-medium .info img {
      max-width: 100%; }
    .banner-medium .info div:first-child {
      padding-left: 64px; } }

@media screen and (max-width: 767px) {
  .d-sm-block {
    margin: 0 auto;
    text-align: center; }
  .banner-medium p {
    font-size: 43px; }
  .banner-medium .jarallax .jarallax-img {
    object-fit: cover !important;
    object-position: 50% 50% !important; }
  .banner-medium .info img {
    width: 300px; }
  .banner-medium .info div:first-child {
    text-align: center;
    margin-top: 43px; }
  .banner.home .jarallax,
  .larubia .jarallax,
  .visitTapRoom .jarallax {
    min-height: 680px !important; }
    .banner.home .jarallax .jarallax-img,
    .larubia .jarallax .jarallax-img,
    .visitTapRoom .jarallax .jarallax-img {
      object-fit: cover !important;
      object-position: 50% 50% !important; }
  .banner.home .overlay,
  .larubia .overlay,
  .visitTapRoom .overlay {
    min-height: 671px !important; } }

@media screen and (max-width: 767px) {
  .banner-medium p {
    margin-bottom: 0;
    padding-top: 50px; }
  .banner-medium .info div:first-child {
    margin-top: 0; }
  .beerfinder {
    padding-top: 70px; } }

.slick-arrow {
  color: #F05B27;
  cursor: pointer;
  font-size: 55px;
  margin-top: -27.5px;
  position: absolute;
  top: 50%; }
  .slick-arrow.icon-angle-left {
    left: 62px; }
  .slick-arrow.icon-angle-right {
    right: 62px; }
  .slick-arrow:hover {
    opacity: .5; }

.slider {
  padding: 0 116px; }
  .slider .item {
    position: relative;
    text-align: center; }
    .slider .item:focus {
      outline: none; }
    .slider .item:hover {
      text-decoration: none; }
      .slider .item:hover .name {
        color: #F05B27; }
        .slider .item:hover .name:before {
          background: #F05B27; }
    .slider .item img {
      margin: 0 auto;
      max-width: 240px;
      height: auto;
      width: auto; }
    .slider .item .name {
      color: #505050;
      font-family: Qurany;
      font-size: 19px;
      text-transform: uppercase; }
      .slider .item .name:before {
        content: "";
        background: #505050;
        display: block;
        height: 3px;
        margin: 0 auto 33px;
        width: 54px; }
    .slider .item .award {
      display: block;
      position: absolute;
      right: 70px;
      top: 82px;
      width: 85px; }
      .slider .item .award img {
        height: auto;
        width: 100%; }

@media screen and (max-width: 1446px) {
  body .slider .item .award {
    right: 6px; } }

@media screen and (max-width: 1120px) {
  .nav-tabs .nav-link {
    margin: 0 20px; }
  .nav-tabs .nav-item {
    flex: 1;
    text-align: center; } }

@media screen and (max-width: 960px) {
  .slider {
    padding: 0 50px; }
  .slick-arrow.icon-angle-left {
    left: 10px; }
  .slick-arrow.icon-angle-right {
    right: 10px; }
  .nav-tabs .nav-link {
    font-size: 18px;
    margin: 0 13px;
    padding: 20px; } }

@media screen and (max-width: 767px) {
  .slick-arrow {
    font-size: 22px; }
  .slider .item img {
    max-width: 130px; }
  .slider .item .name {
    font-size: 18px; }
  .slider .item .award {
    right: 149px;
    top: 54px;
    width: 75px; }
  .nav-tabs {
    max-width: 300px;
    margin: 97px auto; }
    .nav-tabs .nav-item {
      flex: auto;
      margin-bottom: 6px; } }

@media screen and (max-width: 580px) {
  .slider .item .award {
    right: 33px; } }

.beer-nav {
  padding: 20px 20px 0px;
  font-family: Proxima Nova Soft Md;
  text-transform: uppercase; }
  .beer-nav a {
    color: #F05B27 !important; }
    .beer-nav a:visited {
      color: #F05B27 !important; }

#beer-downloads a:visited {
  color: #F05B27 !important; }

#beer-downloads a:hover:visited {
  color: #F05B27 !important; }

#beer-downloads a.btn-bkg:visited {
  color: #fff !important; }

#beer-downloads a.btn-bkg:hover:visited {
  color: #F05B27 !important; }

.detail-beer {
  margin: 0;
  padding: 100px 0; }
  .detail-beer .image {
    text-align: center; }
    .detail-beer .image img {
      height: auto;
      max-width: 546px;
      width: 100%; }
  .detail-beer p {
    color: #505050;
    font-size: 18px;
    font-weight: 500;
    padding-right: 120px; }
  .detail-beer .small-txt {
    color: #808080;
    display: block;
    font-size: 14px;
    margin-top: 10px; }
    .detail-beer .small-txt:after {
      content: "";
      background: #F05B27;
      display: block;
      height: 3px;
      margin: 30px 0;
      width: 54px; }
  .detail-beer .glass-box {
    background: #898989;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase; }
    .detail-beer .glass-box span {
      display: block; }
  .detail-beer .available {
    margin: 75px 0; }
    .detail-beer .available p {
      color: #F05B27;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 1px;
      margin-bottom: 45px;
      text-transform: uppercase; }
    .detail-beer .available .packaging li {
      display: inline-block;
      margin-right: 10px; }
      .detail-beer .available .packaging li img {
        height: 55px;
        width: auto; }
  .detail-beer .profile {
    margin-top: 75px; }
    .detail-beer .profile .item {
      margin-bottom: 20px;
      max-width: 70%; }
    .detail-beer .profile .label {
      color: #505050;
      font-size: 12px;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .detail-beer .profile .small-label {
      color: #F05B27;
      font-size: 8px;
      font-weight: bold;
      letter-spacing: 1px;
      margin-top: 4px;
      text-transform: uppercase; }

.progress {
  border-radius: 0;
  height: 6px; }

.progress-bar {
  background: #F05B27; }

@media screen and (max-width: 1100px) {
  .detail-beer .glass-box {
    font-size: 8px; } }

@media screen and (max-width: 960px) {
  .detail-beer {
    margin: 0 auto;
    max-width: 600px; }
    .detail-beer .image {
      margin-bottom: 30px; }
      .detail-beer .image img {
        max-width: 346px; }
    .detail-beer p {
      padding: 0; }
    .detail-beer .profile .item {
      max-width: 100%; } }

@media screen and (max-width: 767px) {
  .detail-beer {
    max-width: 443px; }
    .detail-beer .link {
      text-align: center; }
    .detail-beer p {
      font-size: 18px; }
    .detail-beer .available .col-md-10 {
      margin-top: 10px;
      padding: 0; }
    .detail-beer .available p {
      margin-bottom: 20px; }
    .detail-beer .available .packaging {
      text-align: center; }
      .detail-beer .available .packaging li {
        margin-bottom: 20px; } }

blockquote p {
  font-size: 27px !important;
  font-family: Proxima Nova Lt; }

.content-two-cols {
  max-width: 100%; }
  .content-two-cols p {
    color: #505050;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 42px;
    text-transform: uppercase; }
    .content-two-cols p:last-child {
      margin: 0; }
  .content-two-cols .right {
    padding-left: 78px; }
  .content-two-cols .row {
    align-items: center;
    padding: 0 72px 190px; }
  .content-two-cols ul li {
    color: #505050;
    margin-bottom: 27px;
    font-size: 14px; }
    .content-two-cols ul li:before {
      content: "\e903";
      color: #F05B27;
      font-family: 'icomoon';
      margin-right: 14px; }
  .content-two-cols .right img {
    max-width: 80%; }

@media screen and (max-width: 960px) {
  .content-two-cols .right {
    margin-top: 40px;
    padding: 0; }
  .content-two-cols .row {
    padding: 100px 72px; }
    .content-two-cols .row:nth-child(2n) {
      background: #fff; }
    .content-two-cols .row div {
      padding: 0; } }

@media screen and (max-width: 767px) {
  .content-two-cols .row {
    padding: 100px 0; }
    .content-two-cols .row:first-child {
      padding-top: 0; }
    .content-two-cols .row .col-lg-6 {
      max-width: 300px;
      margin: 0 auto; }
      .content-two-cols .row .col-lg-6.right {
        margin-top: 30px; } }

.grid .main-title {
  padding-top: 45px; }

.grid .item {
  margin-bottom: 64px; }
  .grid .item .big-text {
    font-family: Qurany;
    font-size: 19px;
    font-weight: bold;
    margin: 40px 0 10px;
    text-transform: uppercase; }
  .grid .item .medium-text {
    color: #F05B27;
    display: block;
    font-family: Qurany;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
    text-transform: uppercase; }
  .grid .item .text {
    font-size: 14px;
    line-height: 1.5; }

.link-arrow .icon-arrow {
  color: #F05B27;
  margin-left: 10px; }

@media screen and (max-width: 960px) {
  .grid .main-title {
    margin: 0;
    padding: 0; }
  .grid .item {
    max-width: 532px;
    margin: 0 auto 64px; } }

form input,
form select,
form textarea {
  background: #E2E2E2;
  border: 0;
  border-radius: 0;
  display: block;
  height: 50px;
  margin-bottom: 20px;
  line-height: 50px;
  padding: 0 20px;
  width: 100%; }
  form input:focus,
  form textarea:focus {
    outline: none; }
  form input[type="submit"],
  form textarea[type="submit"] {
    font-size: 16px;
    float: right;
    height: auto;
    padding: 0 20px;
    width: auto; }

form textarea {
  background: #E2E2E2;
  border: 0;
  border-radius: 0;
  display: block;
  height: 256px;
  margin-bottom: 20px;
  line-height: normal;
  padding: 20px;
  width: 100%; }

.columns-contact {
  margin-bottom: 105px; }
  .columns-contact p {
    color: #505050;
    font-size: 16px;
    line-height: 1.6; }
  .columns-contact .right {
    padding-left: 55px;
    padding-right: 0; }
  .columns-contact form {
    margin-top: 74px; }
    .columns-contact form input::placeholder {
      color: #acacac; }
    .columns-contact form textarea::placeholder {
      color: #acacac; }
  .columns-contact .info {
    margin-top: 74px; }
    .columns-contact .info .item {
      margin-bottom: 44px;
      padding-left: 54px;
      position: relative; }
      .columns-contact .info .item:nth-child(2), .columns-contact .info .item:nth-child(3) {
        text-transform: uppercase; }
      .columns-contact .info .item .simple-title {
        font-size: 18px;
        margin-bottom: 10px; }
      .columns-contact .info .item p,
      .columns-contact .info .item a {
        color: rgba(0, 0, 0, 0.5);
        font-size: 15px; }
      .columns-contact .info .item .icon {
        color: #F05B27;
        left: 0;
        position: absolute;
        top: 0;
        width: 44px; }
      .columns-contact .info .item .icon-location {
        font-size: 50px; }
      .columns-contact .info .item .icon-email {
        font-size: 26px; }
      .columns-contact .info .item .icon-phone {
        font-size: 30px; }

.intro-section .title-medium-line {
  max-width: 824px;
  line-height: 1.2;
  word-break: break-word; }

.intro-section p {
  margin-bottom: 30px;
  max-width: 1012px; }

.layout-form {
  background: #F7F7F7;
  margin: 75px auto 60px;
  max-width: 1068px;
  padding: 60px 170px; }
  .layout-form input {
    color: #acacac; }
    .layout-form input::-webkit-input-placeholder {
      color: #acacac; }
    .layout-form input::-moz-placeholder {
      color: #acacac; }
    .layout-form input:-ms-input-placeholder {
      color: #acacac; }
    .layout-form input:-moz-placeholder {
      color: #acacac; }
  .layout-form .wpcf7-list-item {
    display: inline-block;
    vertical-align: middle; }

@media screen and (max-width: 992px) {
  .columns-contact .right {
    padding: 0 15px; } }

@media screen and (max-width: 767px) {
  .layout-form {
    padding: 30px; } }

@media screen and (max-width: 480px) {
  .columns-contact {
    max-width: 300px;
    padding: 0; } }

.title-blog {
  color: #505050;
  font-family: Qurany;
  font-size: 24px;
  font-weight: bold;
  margin-top: 35px;
  text-transform: uppercase; }
  .title-blog a {
    color: #505050;
    font-family: Qurany; }
    .title-blog a:hover {
      color: #F05B27;
      text-decoration: none; }

.col-post {
  padding: 0; }

.box-post {
  border-bottom: 2px solid #F05B27;
  margin-bottom: 35px;
  padding-bottom: 20px; }
  .box-post .info {
    color: #F05B27;
    display: block;
    font-family: Proxima Nova Rg;
    font-size: 12px;
    margin: 5px 0 35px; }
    .box-post .info a {
      color: #F05B27;
      font-family: Proxima Nova Rg;
      font-size: 12px;
      text-decoration: none; }
  .box-post .networks {
    margin-top: 40px;
    text-align: right; }

.networks li {
  color: #F05B27;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  margin-left: 5px; }
  .networks li a {
    color: #505050; }
    .networks li a:hover {
      color: #F05B27;
      text-decoration: none; }

.col-aside {
  padding-left: 60px; }
  .col-aside .title-medium-line {
    font-size: 18px; }
    .col-aside .title-medium-line:after {
      margin-top: 10px;
      width: 100%; }
  .col-aside .box {
    margin-bottom: 50px;
    max-width: 250px; }
  .col-aside .recent-post .row {
    margin-bottom: 28px; }
  .col-aside .recent-post .desc {
    padding: 0; }
  .col-aside .recent-post .title-blog {
    font-size: 16px;
    margin: 0 0 10px; }
  .col-aside .recent-post .date {
    color: #F05B27;
    font-family: Proxima Nova Rg;
    font-size: 14px; }
  .col-aside .widget_recent_entries li {
    margin-bottom: 28px; }
    .col-aside .widget_recent_entries li a {
      color: #505050;
      display: block;
      font-family: Qurany;
      font-size: 16px;
      margin: 0 0 8px; }
      .col-aside .widget_recent_entries li a:hover, .col-aside .widget_recent_entries li a:focus {
        color: #F05B27;
        text-decoration: none; }
    .col-aside .widget_recent_entries li .post-date {
      color: #F05B27;
      font-family: Proxima Nova Rg;
      font-size: 12px; }
  .col-aside .categories ul li,
  .col-aside .widget_categories ul li {
    color: #505050;
    font-size: 15px;
    margin-bottom: 30px;
    position: relative; }
    .col-aside .categories ul li:before,
    .col-aside .widget_categories ul li:before {
      content: "\e900";
      color: #F05B27;
      display: inline-block;
      font-family: "icomoon";
      font-size: 15px;
      margin-right: 15px;
      transform: rotate(90deg);
      vertical-align: middle; }
    .col-aside .categories ul li a,
    .col-aside .widget_categories ul li a {
      color: #505050;
      font-size: 15px;
      letter-spacing: 1px; }
      .col-aside .categories ul li a:hover,
      .col-aside .widget_categories ul li a:hover {
        color: #F05B27;
        text-decoration: none; }
  .col-aside .follow-us .networks li,
  .col-aside .follow-us ul li,
  .col-aside #text-3 .textwidget .networks li,
  .col-aside #text-3 .textwidget ul li {
    display: inline-block;
    font-size: 20px;
    margin-right: 20px;
    vertical-align: middle; }
    .col-aside .follow-us .networks li a,
    .col-aside .follow-us ul li a,
    .col-aside #text-3 .textwidget .networks li a,
    .col-aside #text-3 .textwidget ul li a {
      color: #C0C0C0; }
      .col-aside .follow-us .networks li a:hover,
      .col-aside .follow-us ul li a:hover,
      .col-aside #text-3 .textwidget .networks li a:hover,
      .col-aside #text-3 .textwidget ul li a:hover {
        color: #F05B27; }
  .col-aside .tags li {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 15px;
    text-transform: uppercase; }
    .col-aside .tags li a {
      color: #505050; }
      .col-aside .tags li a:hover {
        color: #F05B27;
        text-decoration: none; }
  .col-aside .search label,
  .col-aside .search-form label {
    width: 78%; }
  .col-aside .search input,
  .col-aside .search-form input {
    background: none;
    border: 2px solid #F05B27;
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    padding: 0 20px;
    width: 100%; }
    .col-aside .search input::-webkit-input-placeholder,
    .col-aside .search-form input::-webkit-input-placeholder {
      color: #C0C0C0;
      font-family: Proxima Nova Soft Md;
      font-size: 16px;
      text-transform: uppercase; }
    .col-aside .search input::-moz-placeholder,
    .col-aside .search-form input::-moz-placeholder {
      color: #C0C0C0;
      font-family: Proxima Nova Soft Md;
      font-size: 16px;
      text-transform: uppercase; }
    .col-aside .search input:-ms-input-placeholder,
    .col-aside .search-form input:-ms-input-placeholder {
      color: #C0C0C0;
      font-family: Proxima Nova Soft Md;
      font-size: 16px;
      text-transform: uppercase; }
    .col-aside .search input:-moz-placeholder,
    .col-aside .search-form input:-moz-placeholder {
      color: #C0C0C0;
      font-family: Proxima Nova Soft Md;
      font-size: 16px;
      text-transform: uppercase; }
  .col-aside .search .btn,
  .col-aside .search .search-submit,
  .col-aside .search-form .btn,
  .col-aside .search-form .search-submit {
    background: #F05B27;
    border-radius: 0;
    display: inline-block;
    height: 50px;
    text-indent: -9999px;
    width: 20%; }
  .col-aside .imgEvents {
    max-width: 100%; }
    .col-aside .imgEvents .global {
      top: 10px;
      left: 25px; }
      .col-aside .imgEvents .global .title {
        font-size: 30px;
        padding-right: 65px; }
  .col-aside .suscribe-form {
    background: #EDEDED;
    padding: 10px 30px 10px 10px; }
    .col-aside .suscribe-form input {
      background: none;
      border: 2px solid #505050;
      border-radius: 0;
      color: #afafaf;
      font-family: Proxima Nova Soft Md;
      height: 40px;
      line-height: 40px;
      padding: 0 10px; }
      .col-aside .suscribe-form input::-webkit-input-placeholder {
        color: #afafaf;
        font-family: Proxima Nova Soft Md; }
      .col-aside .suscribe-form input::-moz-placeholder {
        color: #afafaf;
        font-family: Proxima Nova Soft Md; }
      .col-aside .suscribe-form input:-ms-input-placeholder {
        color: #afafaf;
        font-family: Proxima Nova Soft Md; }
      .col-aside .suscribe-form input:-moz-placeholder {
        color: #afafaf;
        font-family: Proxima Nova Soft Md; }
    .col-aside .suscribe-form input[type="submit"] {
      background: #F05B27;
      border: 1px solid transparent;
      color: #fff;
      cursor: pointer;
      font-family: Qurany;
      font-weight: bold;
      float: none;
      margin: 0 auto;
      text-transform: uppercase; }
      .col-aside .suscribe-form input[type="submit"]:hover {
        background: #fff;
        border-color: #F05B27;
        color: #F05B27; }

.category-competition .box-post,
.category-enjoyment .box-post {
  border-bottom: 2px solid #F05B27;
  margin-bottom: 35px;
  padding-bottom: 20px; }

@media screen and (max-width: 1025px) {
  .col-aside .search input,
  .col-aside .search-form label {
    width: 73%; } }

@media screen and (max-width: 992px) {
  .col-aside {
    padding-left: 0; }
    .col-aside .box {
      max-width: 100%; } }

@media screen and (max-width: 767px) {
  .blog-posts .row {
    margin: 0; }
  .col-aside {
    padding: 0 15px; }
    .col-aside .search input,
    .col-aside .search-form label {
      width: 80%; }
    .col-aside .recent-post .desc {
      padding: 0 15px; } }

.margin-b {
  margin-bottom: 60px; }

.wrapper-event {
  max-width: 900px;
  margin: 0 auto; }
  .wrapper-event img {
    display: block;
    height: auto;
    width: 100%; }
  .wrapper-event .info-event {
    background: #505050;
    color: #fff;
    padding: 50px 100px; }
    .wrapper-event .info-event .title {
      color: #fff;
      font-size: 46px;
      margin-bottom: 50px;
      max-width: 450px; }
    .wrapper-event .info-event .description {
      color: #fff;
      max-width: 500px; }
    .wrapper-event .info-event .date {
      margin-top: 50px; }
      .wrapper-event .info-event .date span {
        display: block;
        margin-bottom: 6px;
        text-transform: uppercase; }

.default-page ul li a {
  font-size: 14px; }

.default-page .tribe-events-schedule {
  text-align: center; }

.default-page .tribe-events-notices {
  width: 26%;
  margin: 0 auto 60px auto;
  padding: 18px;
  border-radius: 0;
  background: #fff;
  border-color: #F05B27;
  color: #F05B27;
  font-family: Qurany;
  font-size: 18px; }

.default-page #tribe-events-content h2 {
  width: 100%;
  text-align: center;
  margin: 0 auto; }

.default-page .tribe-events-event-image {
  text-align: center !important;
  margin: 0; }

.default-page .tribe-events-event-image img {
  max-width: 62.2vw;
  margin: 0 auto; }

.default-page .tribe-events-event-meta {
  background: #505050;
  max-width: 62.2vw;
  margin: 0 auto; }

.default-page .tribe-events-cal-links {
  margin: 0 233px;
  text-align: center;
  padding-bottom: 30px; }

.default-page .tribe-events-event-meta dl dt {
  color: #F05B27;
  font-family: Qurany;
  font-size: 17px;
  margin-bottom: 4px; }

.default-page .tribe-events-event-meta dl dd {
  font-family: Proxima Nova Soft Md;
  font-size: 14px;
  color: #fff; }

.default-page address.tribe-events-address {
  font-family: Proxima Nova Soft Md;
  font-size: 17px;
  color: #fff; }

.default-page a.tribe-events-gmap {
  color: #fff;
  font-family: Proxima Nova Soft Md; }

.default-page #tribe-events-footer {
  padding: 2em 18%;
  border: none; }

.default-page .tribe-events-content {
  max-width: 62.2vw;
  margin: 0 auto;
  background: #505050;
  padding: 0; }
  .default-page .tribe-events-content p {
    color: #fff;
    font-size: 14px;
    font-family: Proxima Nova Soft Md;
    padding: 30px; }

.default-page #tribe-events-content .tribe-events-abbr {
  text-decoration: none; }



#tribe-events-content.tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  color: #fff; }

@media screen and (max-width: 1024px) {
  .imgEvents .global h3 {
    font-size: 36px; } }

@media screen and (max-width: 767px) {
  .wrapper-event .info-event {
    padding: 20px; }
  .imgEvents {
    margin-bottom: 30px; } }

@media screen and (max-width: 640px) {
  body .default-page .tribe-events-event-image img {
    max-width: 100%; }
  body .default-page .tribe-events-content {
    max-width: 100%; }
  body .default-page .tribe-events-cal-links {
    margin: 0; }
  body .default-page .tribe-events-event-meta {
    max-width: 100%; } }

#store_locator_map {
  height: 672px !important; }

#store_locator_find_stores_button {
  width: 151px;
  background: #F05B27;
  border: 1px solid transparent;
  color: #fff;
  transition: all .5s;
  font-family: Qurany;
  font-size: 18px;
  border-radius: 0; }
  #store_locator_find_stores_button:hover {
    background: #fff;
    border-color: #F05B27;
    color: #F05B27;
    text-decoration: none; }
  #store_locator_find_stores_button:focus {
    box-shadow: none;
    outline: none; }

.store-locator-label-success {
  background: #F05B27;
  font-family: Proxima Nova Rg;
  font-size: 12px;
  font-weight: normal;
  padding: 4px 10px; }

#store_locator_filter {
  float: left;
  margin: 25px 0 0;
  width: 100%; }
  #store_locator_filter .store_locator_filter_title {
    font-family: Proxima Nova Soft Md;
    text-transform: uppercase;
    color: #505050;
    font-size: 19px;
    margin-bottom: 20px; }
  #store_locator_filter .fa {
    color: #F05B27; }
  #store_locator_filter .store_locator_filter_content {
    border-top: 1px solid #F05B27;
    float: left;
    margin: 20px 0 0;
    width: 100%; }
    #store_locator_filter .store_locator_filter_content .single_filter {
      max-width: 33%;
      padding-top: 20px;
      width: 33%; }
      #store_locator_filter .store_locator_filter_content .single_filter .control {
        color: #505050;
        margin: 12px 0;
        padding-top: 5px; }
        #store_locator_filter .store_locator_filter_content .single_filter .control:last-child {
          margin-bottom: 0; }
    #store_locator_filter .store_locator_filter_content select:focus {
      outline: none; }
    #store_locator_filter .store_locator_filter_content select:first-child {
      margin-top: 42px; }

#store_locator_search_box {
  font-family: Qurany;
  padding: 71px 180px;
  background-color: #D5D5D5;
  margin-bottom: 50px; }
  #store_locator_search_box select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(img/angle-down.png) no-repeat right center transparent;
    background-size: 30px;
    border: 1px solid #F05B27;
    border-radius: 0;
    cursor: pointer;
    height: 50px;
    margin: 1em 0 0;
    padding: 0 20px;
    width: 100% !important; }
    #store_locator_search_box select:focus {
      outline: none; }
  #store_locator_search_box .store-locator-row:last-child {
    margin: 0; }
  #store_locator_search_box .store_modal_title {
    color: #505050;
    display: inline-block;
    font-family: Qurany;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px; }
  #store_locator_search_box .store_locator_filter_active_filter_box {
    display: inline-block;
    font-family: Proxima Nova Rg;
    font-size: 14px; }
  #store_locator_search_box input,
  #store_locator_search_box .control__indicator {
    border: 1px solid #F05B27;
    background-color: #D5D5D5;
    color: #505050;
    font-weight: bold;
    font-family: Qurany; }
    #store_locator_search_box input:focus,
    #store_locator_search_box .control__indicator:focus {
      outline: none; }
  #store_locator_search_box .control__indicator {
    background: transparent;
    border-color: #F05B27; }
    #store_locator_search_box .control__indicator:after {
      border-color: #F05B27;
      left: 7px;
      top: 3px;
      width: 5px;
      height: 10px; }
  #store_locator_search_box .control {
    border: 0; }

#store_locator_main {
  margin-bottom: 20px;
  padding: 0; }

#store_locator_sidebar {
  padding: 20px 0; }

#store_locator_result_list {
  max-height: none !important;
  width: 100%;
  color: #505050;
  padding: 20px 0; }

.store_locator_details {
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 200px;
  border: none; }
  .store_locator_details > .store_locator_distance {
    display: none; }
  .store_locator_details .store_locator_name {
    font-weight: bold; }
  .store_locator_details .store_locator_street, .store_locator_details .store_locator_zip, .store_locator_details .store_locator_region, .store_locator_details .store_locator_city {
    font-weight: medium; }
  .store_locator_details .store_locator_tel a {
    color: #505050;
    text-decoration: none; }
  .store_locator_details .store_locator_actions .btn-primary {
    color: #F05B27;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 0.8rem;
    line-height: auto;
    border-radius: 0; }
    .store_locator_details .store_locator_actions .btn-primary:visited {
      color: #F05B27; }

.beerfindergroup #store_locator_filter,
.br-ourBeers #store_locator_filter {
  margin: 0 0 30px; }
  .beerfindergroup #store_locator_filter .store_locator_filter_content,
  .br-ourBeers #store_locator_filter .store_locator_filter_content {
    border: 0;
    margin: 0; }
    .beerfindergroup #store_locator_filter .store_locator_filter_content .single_filter,
    .br-ourBeers #store_locator_filter .store_locator_filter_content .single_filter {
      max-width: 50%;
      padding-top: 0; }
      .beerfindergroup #store_locator_filter .store_locator_filter_content .single_filter h5,
      .br-ourBeers #store_locator_filter .store_locator_filter_content .single_filter h5 {
        float: left;
        margin-top: 15px; }
      .beerfindergroup #store_locator_filter .store_locator_filter_content .single_filter .control,
      .br-ourBeers #store_locator_filter .store_locator_filter_content .single_filter .control {
        color: #fff;
        display: inline-block;
        margin: 10px 10px 0 0; }

.beerfindergroup #store_locator_search_box,
.br-ourBeers #store_locator_search_box {
  margin: 0;
  padding: 40px 80px; }
  .beerfindergroup #store_locator_search_box select,
  .br-ourBeers #store_locator_search_box select {
    color: #fff;
    display: inline-block;
    margin: 0;
    width: auto !important; }
  .beerfindergroup #store_locator_search_box .search-right,
  .br-ourBeers #store_locator_search_box .search-right {
    margin-top: 0;
    max-width: 20%; }
  .beerfindergroup #store_locator_search_box .whitin,
  .br-ourBeers #store_locator_search_box .whitin {
    margin-left: 15px;
    padding-right: 0; }
    .beerfindergroup #store_locator_search_box .whitin select,
    .br-ourBeers #store_locator_search_box .whitin select {
      background-size: 22px;
      padding: 0 25px 0 10px;
      width: 60% !important; }
  .beerfindergroup #store_locator_search_box input,
  .br-ourBeers #store_locator_search_box input {
    background: transparent;
    border-color: #F05B27;
    color: #fff;
    display: inline-block;
    font-family: Qurany;
    margin: 0;
    padding: 0 10px;
    width: 76%; }
    .beerfindergroup #store_locator_search_box input::placeholder,
    .br-ourBeers #store_locator_search_box input::placeholder {
      color: #fff; }
  .beerfindergroup #store_locator_search_box p,
  .beerfindergroup #store_locator_search_box h5,
  .br-ourBeers #store_locator_search_box p,
  .br-ourBeers #store_locator_search_box h5 {
    display: inline-block;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 15px;
    margin-right: 10px; }

.beerfindergroup #store_locator_find_stores_button,
.br-ourBeers #store_locator_find_stores_button {
  padding: 11px; }

@media screen and (max-width: 1100px) {
  .beerfindergroup #store_locator_filter .store_locator_filter_content .single_filter h5,
  .br-ourBeers #store_locator_filter .store_locator_filter_content .single_filter h5 {
    float: none; }
  .beerfindergroup #store_locator_filter .store_locator_filter_content .single_filter .control,
  .br-ourBeers #store_locator_filter .store_locator_filter_content .single_filter .control {
    display: block;
    margin: 0px 0 10px 0; }
  .beerfindergroup #store_locator_search_box .search-right,
  .br-ourBeers #store_locator_search_box .search-right {
    margin-top: 30px; }
  .beerfindergroup #store_locator_search_box input,
  .br-ourBeers #store_locator_search_box input {
    width: 100%; }
  .beerfindergroup #store_locator_search_box .whitin select,
  .br-ourBeers #store_locator_search_box .whitin select {
    width: 100% !important; } }

@media screen and (max-width: 960px) {
  #store_locator_search_box {
    padding: 40px; }
  .beerfindergroup #store_locator_search_box select,
  .br-ourBeers #store_locator_search_box select {
    padding-left: 10px;
    width: 100% !important; } }

@media screen and (max-width: 767px) {
  #store_locator_search_box {
    max-width: 100%; }
    #store_locator_search_box .store_modal_title {
      margin-bottom: 20px;
      padding: 0; }
    #store_locator_search_box #store_locator_filter_active_filter {
      display: block; }
      #store_locator_search_box #store_locator_filter_active_filter .store-locator-label {
        display: inline-block;
        margin: 2px 0; }
  #store_locator_find_stores_button {
    font-size: 16px;
    width: 100%; }
  #store_locator_filter .store_locator_filter_content .single_filter {
    max-width: 100%;
    padding: 0;
    width: 100%; }
  #store_locator_filter .store_locator_filter_content select {
    width: 100%; }
    #store_locator_filter .store_locator_filter_content select:first-child {
      margin: 20px 0 0; }
  .beerfindergroup #store_locator_search_box,
  .br-ourBeers #store_locator_search_box {
    padding: 0;
    max-width: 100%; }
    .beerfindergroup #store_locator_search_box .whitin,
    .br-ourBeers #store_locator_search_box .whitin {
      margin: 0 0 20px;
      padding-right: 15px; }
    .beerfindergroup #store_locator_search_box .search-right,
    .br-ourBeers #store_locator_search_box .search-right {
      margin-bottom: 94px;
      max-width: 100%; }
  .beerfindergroup #store_locator_filter .store_locator_filter_content .single_filter,
  .br-ourBeers #store_locator_filter .store_locator_filter_content .single_filter {
    max-width: 100%; }
  .beerfindergroup #store_locator_filter .store_locator_filter_content .category_filter,
  .br-ourBeers #store_locator_filter .store_locator_filter_content .category_filter {
    margin-bottom: 10px; }
  .beerfinder h2 {
    padding-bottom: 30px !important; } }

@media screen and (min-width: 3840px) {
  body div.cropImg {
    height: 400px; }
  body section.larubia .inf .contain .item:nth-of-type(1) img {
    width: 254px; }
  body section.larubia .inf .contain .item:nth-of-type(2) {
    margin-top: 94px; }
  body section.homeOurbeers {
    padding-top: 120px;
    margin-top: -4.5vw; }
  body section.changeNameForNew {
    padding-top: 120px; } }

@media screen and (max-width: 1080px) {
  body div.cropImg {
    height: 200px !important; }
  body section.taproom .item .row .col-sm-12 {
    margin-top: 10px;
    flex: unset;
    max-width: 100%;
    padding: 0; }
  body section.larubia .inf .contain .item:nth-of-type(1) img {
    width: 334px !important; }
  body section.larubia .inf .contain .item:nth-of-type(2) {
    margin-top: 134px !important; } }

@media screen and (max-width: 1400px) {
  body section.ourStory {
    background-size: cover; } }

@media screen and (max-width: 1306px) {
  body section.visitTapRoom .jarallax {
    min-height: 650px; }
  body section.visitTapRoom .overlay {
    min-height: 650px; } }

@media screen and (max-width: 1024px) {
  body section.ourStory {
    background-size: cover; }
    body section.ourStory .logoOurStory {
      padding: 0; }
  body section.homeOurbeers .item .nameBeer .award {
    right: -52px;
    top: 60px; }
  body section.homeOurbeers .beerfinder h2 {
    font-size: 47px; }
  body .default-page .container {
    max-width: 80%; } }

@media screen and (max-width: 922px) {
  .container--tabs #tabs-menu {
    max-width: 100%; }
    .container--tabs #tabs-menu li {
      margin-bottom: 20px; } }

@media screen and (max-width: 991px) {
  body header .wrapper-menu {
    left: 0;
    position: fixed;
    top: 73px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #d75920;
    padding: 58px 18px; }
    body header .wrapper-menu ul {
      text-align: center; }
      body header .wrapper-menu ul li.menu-item {
        margin-bottom: 16px; }
  body header .logo li a:hover,
  body header ul li a:hover {
    color: #bbbbbb !important; }
  body header.fixed {
    background: rgba(255, 255, 255, 0.9); }
    body header.fixed ul li a {
      color: #fff; }
  body .navbar-toggler:not(:disabled):not(.disabled) {
    border: none; } }

@media screen and (max-width: 930px) {
  body section.homeOurbeers .item .nameBeer .award {
    right: -48px;
    top: 30px; } }

@media screen and (max-width: 906px) {
  body section.visitTapRoom .item {
    padding: 92px 12px !important; } }

@media screen and (max-width: 768px) {
  body .imgEvents .global {
    text-align: left; }
  body section.ourStory {
    margin-top: -10.5vw; }
    body section.ourStory .infOurStory .text {
      font-size: 12px;
      line-height: 20px; }
    body section.ourStory .infOurStory h2 {
      font-size: 2.5em; }
  body section.larubia {
    margin-top: -58px; }
    body section.larubia .inf .contain .item:nth-of-type(1) {
      width: 58%; }
      body section.larubia .inf .contain .item:nth-of-type(1) img {
        width: 230px !important;
        margin-left: -210px;
        margin-top: 64px; }
    body section.larubia .inf .contain .item:nth-of-type(2) {
      margin-bottom: 0;
      margin-top: 180px;
      margin-left: -164px; }
    body section.larubia .inf .contain .item:nth-of-type(3) {
      width: 16%;
      margin-bottom: 0;
      margin-left: 38px;
      margin-top: 200px; }
      body section.larubia .inf .contain .item:nth-of-type(3) img {
        width: 68%; }
  body section.homeOurbeers {
    padding-bottom: 152px;
    margin-top: -12.5vw; }
    body section.homeOurbeers .item img {
      width: 30%; }
    body section.homeOurbeers .item .nameBeer .award {
      right: -62px;
      top: 119px; }
      body section.homeOurbeers .item .nameBeer .award img {
        width: 17%; }
  body .beerfindergroup .beerfinder {
    margin-top: -181px !important; }
  body section.changeNameForNew {
    margin-top: -8.5vw;
    padding-bottom: 40%; }
    body section.changeNameForNew .item img {
      width: 100%; }
  body section.visitTapRoom .item {
    width: 100%;
    padding: 52px; }
  body section.gallery {
    margin-top: -134px !important; } }

@media screen and (max-width: 767px) {
  body section.changeNameForNew .item a.aling-button-box {
    bottom: inherit;
    margin-top: 30px; }
  body footer .content {
    padding: 0px 0 135px 0; } }

@media screen and (max-width: 610px) {
  body section.changeNameForNew {
    margin-top: -13.5vw; }
    body section.changeNameForNew .item {
      margin: 25px;
      margin-bottom: 93px; } }

@media screen and (max-width: 414px) {
  body .detail-beer iframe {
    height: 430px !important; }
  body .banner .content .title {
    font-size: 50px; }
  body .banner h2 {
    font-size: 31px; }
  body .columns-contact p {
    font-size: 14px; }
  body .main-title {
    font-size: 25px; }
  body .default-page h1 {
    font-size: 27px;
    padding: 42px 0 4px 0; }
  body .default-page .text p {
    font-size: 14px; }
  body h3:after {
    width: 53px; }
  body h2 {
    font-size: 25px !important;
    padding: 42px 0 4px 0; }
    body h2:after {
      width: 62px; }
  body .imgEvents .global {
    bottom: 11px;
    left: 45px; }
  body section.faq h2 {
    padding: 42px 0 4px 0; }
  body section.faq h2:after {
    width: 62px; }
  body section.faq .faq-collapse .card .card-body .text p {
    font-size: 14px; }
  body section.carrerOpening .links {
    height: auto;
    min-height: 0; }
    body section.carrerOpening .links ul li {
      margin-bottom: 29px; }
      body section.carrerOpening .links ul li a {
        font-size: 17px; }
  body section.carrerOpening .applyNow .form h3 {
    font-size: 25px; }
  body section.ourStory {
    margin-top: -54px;
    padding: 0 7%; }
    body section.ourStory .logoOurStory {
      padding: 0; }
  body section.larubia {
    min-height: 0;
    height: 400px; }
    body section.larubia .jarallax {
      min-height: 1540px; }
    body section.larubia .inf .contain .item img {
      width: 100%; }
    body section.larubia .inf .contain .item:nth-of-type(1) {
      width: 100%;
      display: none; }
      body section.larubia .inf .contain .item:nth-of-type(1) img {
        margin-left: 0; }
    body section.larubia .inf .contain .item:nth-of-type(2) {
      width: 77%;
      margin-bottom: 0;
      margin-left: 0;
      margin-top: 79px; }
      body section.larubia .inf .contain .item:nth-of-type(2) img {
        margin-left: 0 !important; }
    body section.larubia .inf .contain .item:nth-of-type(3) {
      width: 53%;
      margin-top: 0;
      margin-left: 0;
      display: none; }
  body section.homeOurbeers {
    margin-top: -103px; }
    body section.homeOurbeers .item .nameBeer .award {
      right: -60px;
      top: 44px; }
      body section.homeOurbeers .item .nameBeer .award img {
        width: 32%; }
  body section.visitTapRoom {
    margin-top: -198px; }
    body section.visitTapRoom .item h2 {
      font-size: 31px !important; }
      body section.visitTapRoom .item h2:after {
        margin-top: 19px; }
    body section.visitTapRoom .item .text {
      font-size: 15px;
      margin: 23px 0; }
    body section.visitTapRoom .item a.btn-bkg {
      font-size: 14px; }
  body section.changeNameForNew {
    margin-top: -70px;
    min-height: 100%; }
    body section.changeNameForNew .item {
      margin-bottom: 0;
      margin: 0; }
      body section.changeNameForNew .item img {
        width: 100%; }
  body section.taproom .slider-testimonials .testimonials .text {
    font-size: 17px; }
  body section.taproom .item .contentab .table tbody th {
    width: 23% !important;
    padding: 23px 12px; }
  body section.taproom .item .contentab .table tbody td {
    padding: 23px 12px; }
  body section.taproom .item .contentab span.name {
    font-size: 19px; }
  body section.taproom .item .contentab span.icon-quote {
    font-size: 30px; }
  body section.press .item h3 {
    font-size: 25px; }
  body section.press .pagination {
    margin-top: 0; }
  body footer .content .socialNetworking {
    margin-top: 18px !important; }
  body footer .content .middleContent .infContact h2 {
    text-align: center; } }

@media screen and (max-width: 560px) {
  body section.visitTapRoom .jarallax {
    min-height: 880px !important; }
  body section.visitTapRoom .overlay {
    min-height: 880px !important; }
  body section.larubia {
    height: 500px;
    min-height: 0; }
    body section.larubia .inf .contain .item:nth-of-type(1) img {
      width: 124px; }
    body section.larubia .inf .contain .item:nth-of-type(2) img {
      margin-left: -10px; }
  body section.homeOurbeers {
    padding-bottom: 239px;
    margin-top: -18.5vw; }
  body .beerfindergroup .beerfinder {
    margin-top: -172px !important; }
  body .beerfinder h2 {
    line-height: 2em; }
  body .detail-beer {
    text-align: center; }
    body .detail-beer .title-medium {
      text-align: left; }
    body .detail-beer .small-txt {
      text-align: left; }
    body .detail-beer p {
      text-align: left; }
    body .detail-beer .available p {
      text-align: center; }
    body .detail-beer .available .packaging li {
      display: block; } }

@media screen and (max-width: 374px) {
  body section.visitTapRoom .item {
    top: 21%;
    padding: 0 36px; }
    body section.visitTapRoom .item .text {
      font-size: 12px;
      line-height: 1.5em; } }

@media screen and (max-width: 813px) {
  body section.gallery {
    margin-top: 0px !important; } }

@media screen and (max-width: 1024px) {
  section.taproom h2 {
    font-size: 46px; }
  section.taproom .whereToFind-line {
    height: auto; } }

@media screen and (max-width: 767px) {
  .beer-nav {
    margin: 0 auto; }
    .beer-nav .prev-nav,
    .beer-nav .next-nav {
      margin: 0 auto;
      width: inherit; }
  section.taproom h2 {
    padding: 50px 0 0;
    margin: 0; }
  section.taproom .item .contentab {
    padding: 40px 20px; }
    section.taproom .item .contentab .table thead th {
      padding: 0 5px; }
      section.taproom .item .contentab .table thead th h3 {
        font-size: 16px; }
    section.taproom .item .contentab .table tbody {
      height: 290px; } }

@media screen and (max-width: 756px) {
  section.taproom {
    text-align: center; }
    section.taproom .whereToFind-line h2 {
      text-align: center; }
    section.taproom .whereToFind-line .imgLogo {
      padding: 0; }
    section.taproom .item .contentab .table td h3.new:after,
    section.taproom .item .contentab .table th h3.new:after {
      left: 0;
      right: 0;
      margin: 0 auto; } }

@media screen and (max-width: 444px) {
  body section.taproom .imgEvents {
    margin-top: 20px; }
    body section.taproom .imgEvents .global h3 {
      font-size: 33px; }
  body section.taproom .item .contentab .table thead th:nth-child(2) {
    width: 29%; }
  body section.taproom .item .contentab .table tbody td:nth-child(4) {
    padding-left: 25px; }
  body section.taproom .item .contentab .table tbody td:nth-child(2) {
    padding-left: 49px; }
  body section.taproom .item .contentab .table tbody td:nth-child(3) {
    padding-left: 11px; } }

@media screen and (max-width: 1240px) {
  body footer .content .middleContent .menuFooter ul li {
    line-height: 1.3; } }

@media screen and (max-width: 768px) {
  body section.taproom .slider-testimonials {
    margin: 100px 0 250px 0; }
  body footer .content .global {
    display: block; }
  body footer .content .logoFooter {
    width: 100%; }
    body footer .content .logoFooter .img-fluid {
      max-width: 50%; }
  body footer .content .middleContent {
    margin: 0 auto; }
  body footer .content .socialNetworking {
    margin: 0 auto;
    width: 100%; } }

@media screen and (max-width: 670px) {
  body section.homeOurbeers .item img {
    width: 45%; } }

@media screen and (max-width: 590px) {
  body .formContact {
    height: 265px; }
    body .formContact .suscribe-form {
      width: 100%; }
      body .formContact .suscribe-form li {
        display: block;
        width: 100%;
        margin: 0 !important; }
      body .formContact .suscribe-form .button-suscribe {
        width: 124px;
        text-align: center;
        margin: 0 auto !important; }
  body footer .formContact .suscribe-form li input[type="submit"] {
    width: 100%; } }

@media screen and (max-width: 414px) {
  body footer .content .middleContent .menuFooter ul li {
    display: block;
    text-align: center; }
  body footer .content .middleContent p {
    text-align: center; }
    body footer .content .middleContent p a {
      display: block;
      font-size: 10px;
      margin: 0;
      margin-bottom: 10px;
      text-align: center; }
  body section.taproom .whereToFind-line .imgLogo {
    width: 50%;
    margin: 20px auto; }
  body section.gallery {
    margin-top: 0 !important; } }

@media screen and (max-width: 768px) {
  section.press {
    min-height: inherit; } }

@media screen and (max-width: 460px) {
  body .layout-form .wpcf7-checkbox span.wpcf7-list-item input {
    height: 17px;
    width: 17px; }
  body .layout-form span.wpcf7-list-item span {
    top: -4px;
    font-size: 10px; }
  body section.press .item {
    height: auto; }
  body section.visitTapRoom .item .text {
    font-size: 15px; } }

@media screen and (max-width: 445px) {
  body section.faq .faq-collapse h3 {
    font-size: 24px;
    margin-bottom: 24px; }
    body section.faq .faq-collapse h3:after {
      margin-top: 24px; }
  body section.faq .faq-collapse .card .card-header a {
    font-size: 16px; }
  body section.faq .faq-collapse .card #collapseOne .card-body p.text {
    font-size: 14px; } }

@media screen and (max-width: 909px) {
  body .modal-load .contain .toContinue {
    margin-top: 30px;
    padding: 48px 151px; }
    body .modal-load .contain .toContinue h3 {
      font-size: 43px; }
    body .modal-load .contain .toContinue ul li a {
      font-size: 27px; } }

@media screen and (max-width: 725px) {
  body .modal-load .contain .toContinue {
    margin-top: 30px;
    padding: 105px 151px; }
    body .modal-load .contain .toContinue h3 {
      font-size: 29px; }
    body .modal-load .contain .toContinue img {
      width: 100%; }
    body .modal-load .contain .toContinue ul li {
      margin-bottom: 35px; }
      body .modal-load .contain .toContinue ul li a {
        font-size: 23px; } }
