@import url('https://fonts.googleapis.com/css2?family=Bevan&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;800&display=swap');

html, body {
  position: relative;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  background-image: url(../img/blacksmith-pub-bkg-dark-01.jpg);
  background-size: cover;
}

h1, h2, h3, h4, h5, h6, .dark-label, .light-label {
  font-family: 'Bevan', cursive;
}

h2 {
  margin-top: 0;
}

* {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 0;
}

.hidden {
  display: none;
}

.btn-menu {
  position: fixed;
  width: 48px;
  height: 48px;
  right: 16px;
  top: 16px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
  cursor: pointer;
  padding: 11px 0;
  border-radius: 50%;
}

.btn-menu-bar {
  margin: 4px auto;
  width: 20px;
  height: 3px;
  background-color: #beba97;
}

.btn-overlay-close {
  position: fixed;
  width: 48px;
  height: 48px;
  right: 16px;
  top: 16px;
  background-color: #beba97;
  z-index: 9;
  cursor: pointer;
  padding: 11px 0;
  border-radius: 50%;  
}

.btn-overlay-close:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '×';
  font-weight: bold;
  color: #000;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  text-align: center;
}


.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #5c4e47;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10;
  padding: 20px;
  overflow-y: auto;
}

.overlay-content {
  max-width: 480px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}

.overlay-content .btn-swipe {
  color: #beba97;
  padding: 8px 0 8px 28px;
  /*border-bottom: 1px dashed rgba(255, 255, 255, 0.2);*/
  cursor: pointer;
  font-family: 'Bevan', cursive;
  position: relative;
  transition: 0.3s all;
}

.overlay-content .btn-swipe:after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border: 2px solid #beba97;
  border-left-width: 0;
  border-bottom-width: 0;
  left: 8px;
  top: 15px;
  transform: rotate(45deg);
}

.overlay-content .btn-swipe:last-child {
  border-bottom-width: 0;
}

.overlay-content .btn-swipe.active {
  color: #ffffff;
  margin-left: 16px;
}

.fade-top {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;  
  z-index: 1;
  pointer-events: none;
  
  background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.fade-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;  
  z-index: 1;
  pointer-events: none;
  
  background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.text-golden {
  color: #beba97;
}

.text-white {
  color: #ffffff;
}

.text-menu {
  display: block;
  max-width: 240px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 200px;
}

.logo {
  display: block;
  max-width: 168px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
}

.swipe-gif {
  display: block;
  width: 120px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 300px;
}

.section {
  position: relative;
  min-height: 100vh;
  margin: 0 auto;
  padding: 20px 20px 120px;
  max-width: 480px;  
}

.swiper-slide {
  min-height: 100vh;  
}

.bkg-wood {
  background-image: url(../img/blacksmith-pub-bkg-wood-01.jpg);
  background-repeat: repeat;
  background-position: center;
  color: #ffffff;
}

.bkg-dark {
  background-image: url(../img/blacksmith-pub-bkg-dark-01.jpg);
  background-size: cover;
  color: #ffffff;
}

.bkg-dark h2 strong {
  color: #beba97;
  font-size: 2.2em;
  position: relative;
}

.bkg-dark h2 strong:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #beba97;
  left: 0;
  bottom: 5px;
}

.bkg-light {
  font-weight: 400;
  background-image: url(../img/blacksmith-pub-bkg-light-01.jpg);
  background-size: cover;
  color: #5c4e47;
}

.bkg-light h2 {
  color: #ffffff;
}

.bkg-light h2 strong {
  color: #5c4e47;
  font-size: 2.2em;
  position: relative;
}

.bkg-light h2 strong:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #5c4e47;
  left: 0;
  bottom: 5px;
}

.title-margin-left-1 {
  margin-left: 100px;
}

.title-margin-left-2 {
  margin-left: 30px;
}

.title-margin-left-3 {
  margin-left: 145px;
}

.title-margin-left-4 {
  margin-left: 40px;
}

.title-margin-left-5 {
  margin-left: 40px;
}

.title-margin-left-6 {
  margin-left: 30px;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-prev,
.swiper-button-next {
  position: fixed;
  opacity: 0.3;
}

.swiper-button-disabled {
  opacity: 0.1 !important;
}

.swiper-pagination-bullets {
  position: fixed;
}

.swiper-pagination-bullet {
  background-color: #000000;
  opacity: 0.1;
}

.swiper-pagination-bullet-active {
  background-color: #000000;
  opacity: 0.3;
}


ul {
  margin: 32px 0;
  padding: 0;
}

ul li {
  list-style-type: none;
  padding: 8px 0;
  margin: 0;
  margin-bottom: 16px;
  position: relative;
}

.item-title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 4px;
}

.item-title em {
  font-weight: normal;
  font-style: normal;
}

.item-subtitle {
  margin-top: -4px;
  margin-bottom: 8px;
}

.item-allergens {
  position: relative;
  margin-bottom: 8px;
}

.item-allergens span {
  display: inline-block;
  position: relative;
  color: #5c4e47;
  border: 1px dotted #5c4e47;
  border-radius: 50px;
  font-size: 10px;
  height: 16px;
  line-height: 14px;
  padding-left: 20px;
  padding-right: 6px;
  cursor: pointer;
  box-sizing: border-box;
}

.item-allergens:before {
  position: absolute;
  content: '?';
  font-size: 10px;
  left: 2px;
  top: 5px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  border-radius: 12px;
  color: #beba97;
  background-color: #5c4e47;
}

.item-allergens-box {
  display: none;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #5c4e47;
  padding: 16px;
  padding-top: 0;
  margin-top: 20px;
  z-index: 1;
  left: 0;
  top: 10px;
}

.item-allergens-box:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 1px solid #5c4e47;
  border-left-color: transparent;
  border-bottom-color: transparent;
  left: 10px;
  top: -6px;
  transform: rotate(-45deg);
}

.item-allergens-box:after {
  position: absolute;
  content: '×';
  top: 10px;
  right: 16px;
  font-size: 24px;  
  line-height: 24px;
  font-weight: bold;
}

.item-allergens-box ol {
  padding-left: 20px;
}

.item-allergens-box ol li {
  list-style-type: decimal;
  margin-bottom: 4px;
  padding: 0;
  font-size: 12px;
}

.arrow {
  position: relative;
  padding-left: 24px;
}

.arrow:after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border: 2px solid #beba97;
  border-left-width: 0;
  border-bottom-width: 0;
  left: 8px;
  top: 7px;
  transform: rotate(45deg);
}

.button {
  display: inline-block;
  padding: 4px 12px;
  text-decoration: none;
  background-color: #5c4e47;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

ul li.with-image {
  padding-right: 100px;
  min-height: 80px;
}

.item-image {
  position: absolute;
  right: 0;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
  display: block;
  overflow: hidden;
  width: 80px;
  height: 80px;  
  border-radius: 8px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.item-image img {
  display: block;    
  position: relative;
  left: 50%;
  top: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}

.item-image.item-image-vertical img {
  width: 100%;
  height: auto;
}

.item-image-overlay {
  display: block;    
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 8px;
  max-width: 90%;
  max-height: 90%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.item-image-overlay-text {
  display: block;    
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;  
  bottom: 20px;
  color: #beba97;
  z-index: 2;
}



.bkg-light .arrow:after {
  border-color: #5c4e47;
}

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

.no-margin-bottom {
  margin-bottom: 0;
}


h2.no-space {
  margin-bottom: -15px;
}

h2.no-space div {
  position: relative;
  top: -15px;
}

.box {
  background-color: #ffffff;
  border: 3px solid #5c4e47;
  padding: 16px;
  position: relative;
  margin-top: 60px;
}

.box-arrow:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 3px solid #5c4e47;
  border-left-color: transparent;
  border-bottom-color: transparent;
  left: 20px;
  top: -13.5px;
  transform: rotate(-45deg);
}

.box-icon {
  margin-top: 20px;
  position: absolute;
  border: 3px solid #fff;
  width: 80px;
  height: 80px;
  text-align: center;  
  border-radius: 50%;
  background-image: url(../img/blacksmith-pub-bkg-light-01.jpg);
  top: -61px;
  right: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.box-icon img {
  width: 55px;
  margin-top: 4px;
}

.dark-label {
  color: #ffffff;
  background-color: #5c4e47;
  display: inline-block;
  margin: 48px 0 8px;
  padding: 4px 8px;
}

.light-label {
  color: #5c4e47;
  background-color: #beba97;
  display: inline-block;
  margin: 48px 0 8px;
  padding: 4px 8px;
}

ul.allergens-list li {
  font-style: italic;
  padding: 4px 0;
}

.img-live {
  display: block;
  max-width: 100%;
  margin: 30px auto;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
}

.info {
  display: inline-block;
  background-color: #5c4e47;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  margin-right: 6px;
}

.pt-md {
  padding-top: 20px;
}



.cnt_truffle .box {
  margin-top: 20px;
  padding: 6px 10px;
  font-size: 12px;
  border-width: 1px;
  background-color: #e1dbc4;
}

.cnt_truffle .box-arrow:after {
  width: 10px;
  height: 10px;  
  border-width: 1px;
  left: 10px;
  top: -6.5px;
  background-color: #e1dbc4;
}


@media (max-height: 840px) {
  .text-menu {
    top: 120px;
    max-width: 120px;
  }

  .logo {
    max-width: 84px;
  }
  
  .swipe-gif {
    bottom: 200px;
  }
}

@media (max-height: 560px) {    
  .text-menu {
    top: 40px;
  }

  .logo {
    bottom: 80px;
  }  
  
  .swipe-gif {
    bottom: 150px;
    width: 80px;    
  }
}


@media (max-width: 480px) {
  
  h2 {
    font-size: 1.25em !important;
  }
  
  h2 strong {
    font-size: 1.5em !important;
  }
  
  .title-margin-left-3 {
    margin-left: 65px;
  }
}