@font-face {
    font-family: 'Gin';
    src: url('https://static.spotapps.co/web/frothybeard--com/css/../custom/fonts/Gin-Regular.eot');
    src: url('https://static.spotapps.co/web/frothybeard--com/css/../custom/fonts/Gin-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://static.spotapps.co/web/frothybeard--com/css/../custom/fonts/Gin-Regular.woff2') format('woff2'),
        url('https://static.spotapps.co/web/frothybeard--com/css/../custom/fonts/Gin-Regular.woff') format('woff'),
        url('https://static.spotapps.co/web/frothybeard--com/css/../custom/fonts/Gin-Regular.ttf') format('truetype'),
        url('https://static.spotapps.co/web/frothybeard--com/css/../custom/fonts/Gin-Regular.svg#Gin-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kepler Std Bold';
    src: url('https://static.spotapps.co/web/frothybeard--com/css/../custom/fonts/KeplerStd-Bold.eot');
    src: url('https://static.spotapps.co/web/frothybeard--com/css/../custom/fonts/KeplerStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://static.spotapps.co/web/frothybeard--com/css/../custom/fonts/KeplerStd-Bold.woff2') format('woff2'),
        url('https://static.spotapps.co/web/frothybeard--com/css/../custom/fonts/KeplerStd-Bold.woff') format('woff'),
        url('https://static.spotapps.co/web/frothybeard--com/css/../custom/fonts/KeplerStd-Bold.ttf') format('truetype'),
        url('https://static.spotapps.co/web/frothybeard--com/css/../custom/fonts/KeplerStd-Bold.svg#KeplerStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kepler Std Light';
    src: url('https://static.spotapps.co/web/frothybeard--com/css/../custom/fonts/KeplerStd-Light.eot');
    src: url('https://static.spotapps.co/web/frothybeard--com/css/../custom/fonts/KeplerStd-Light.eot?#iefix') format('embedded-opentype'),
        url('https://static.spotapps.co/web/frothybeard--com/css/../custom/fonts/KeplerStd-Light.woff2') format('woff2'),
        url('https://static.spotapps.co/web/frothybeard--com/css/../custom/fonts/KeplerStd-Light.woff') format('woff'),
        url('https://static.spotapps.co/web/frothybeard--com/css/../custom/fonts/KeplerStd-Light.ttf') format('truetype'),
        url('https://static.spotapps.co/web/frothybeard--com/css/../custom/fonts/KeplerStd-Light.svg#KeplerStd-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*
font-family: 'Kepler Std Bold';
font-family: 'Kepler Std Light';
font-family: 'Gin';
*/

/*
font-family: 'Kepler Std Light';
*/

body {
  font-family: 'Kepler Std Light';
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Gin';
}
/* put under the comment if it's NOT sinle page website */
.navbar,
.nav-v2,
.nav-v4,
.nav-v2-home-btn,
.navbar-fixed-bottom.nav-v1 {
  display: none !important;
}
.on-cover-content {
  width: 100%;
}
.on-cover-content .section-wrapper {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.on-cover-content .section-wrapper-left {
  background-image: url(https://static.spotapps.co/web/frothybeard--com/css/../custom/cover_back_left.jpg);
}
.on-cover-content .section-wrapper-right {
  background-image: url(https://static.spotapps.co/web/frothybeard--com/css/../custom/cover_back_right.jpg);
}
.on-cover-content .cover-logo {
  position: absolute;
  top: 10%;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  max-width: 220px;
}
.on-cover-content .section-wrapper .container {
  width: 100%;
}
.on-cover-content .section-wrapper .section-header {
  text-transform: uppercase;
  font-family: 'Gin';
  font-size: 4em;
  margin: 70px auto 20px;
}
.on-cover-content .section-wrapper .cover-text {
  font-size: 1.4em;
  color: #fff;
}
.on-cover-content .cover-text a.banner-pin {
  background-color: transparent;
  color: #e48543;
  padding: 0 5px 0 0;
  margin-top: 0;
}
.on-cover-content .cover-text a.banner-pin:hover,
.on-cover-content .cover-text a.banner-pin:focus {
  color: #fff;
}
.on-cover-content .section-wrapper-right .cover-text a.banner-pin,
.on-cover-content .section-wrapper-bottom .cover-text a.banner-pin {
  color: #fff;
}
.on-cover-content .section-wrapper-right .cover-text a.banner-pin:hover,
.on-cover-content .section-wrapper-right .cover-text a.banner-pin:focus,
.on-cover-content .section-wrapper-bottom .cover-text a.banner-pin:hover,
.on-cover-content .section-wrapper-bottom .cover-text a.banner-pin:focus {
  color: #304971;
}
.on-cover-content .section-wrapper .locations-holder a {
  background-color: transparent;
}
.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn {
  padding: 7px 25px;
  text-transform: uppercase;
  background-color: #e48543;
  background: #e48543;
  border: 2px solid #e48543;
  color: #000;
  font-family: 'Kepler Std Bold';
  font-size: 18px;
  box-shadow: none;
  border-radius: 0;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.on-cover-content .section-wrapper.section-wrapper-right a.custom-temp-btn {
  background-color: #304971;
  background: #304971;
  border: 2px solid #304971;
  color: #fff;
}
.on-cover-content .section-wrapper a.custom-temp-btn {
  width: 180px;
}
.custom-temp-btn:hover,
.on-cover-content .section-wrapper a.custom-temp-btn:hover,
.on-cover-content .section-wrapper a.custom-temp-btn:focus {
  text-decoration: none;
  background-color: #fff;
  background: #fff;
  border: 2px solid #fff;
  color: #000;
  opacity: 1;
}

/* custom modal */

.age-verification {
	text-align: center;
	background-image: url('https://static.spotapps.co/web/frothybeard--com/css/../custom/popup_back.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-attachment: fixed;
}
.age-verification * {
	color: #fff;
	text-shadow: none;
}
.custom-popup-holder {
	padding: 1em 2em 3em;
	text-align: center;
}
.custom-modal .modal-content {
  background-image: url('https://static.spotapps.co/web/frothybeard--com/css/../custom/popup_back1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  -webkit-box-shadow: 0 0px 8px #fff;
  box-shadow: 0 0px 8px #fff;
}
.custom-popup-holder h1 {
	margin-top: 15px;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #000;
	font-size: 3.5em;
}
.custom-popup-holder img.popup-logo {
  width: 150px;
}
.modal-body {
	padding-bottom: 30px;
}
.custom-modal-btn {
	margin: 0 5px;
	padding: 10px 30px 10px 30px;
}
.custom-modal-btn:hover,
.custom-modal-btn:focus,
.custom-modal-btn:active {
  color: #000;
  text-decoration: none;
}

/* custom modal end */

@media (max-width: 1400px) {
  .on-cover-content .cover-logo {
    max-width: 200px;
  }
  .on-cover-content .section-wrapper .section-header {
    font-size: 3.6em;
  }
}

@media (max-width: 1200px) {
  .on-cover-content .cover-logo {
    max-width: 180px;
  }
  .on-cover-content .section-wrapper .section-header {
    font-size: 3.2em;
  }
}

@media (max-width: 1023px) {
  .on-cover-content .cover-logo {
    max-width: 150px;
  }
  .on-cover-content .section-wrapper .section-header {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .home-page .header {
    height: auto;
    overflow-y: auto;
  }
  #home_page_cover {
    min-height: 100vh;
  }
  .on-cover-content {
    display: block;
    position: relative;
  }
  .on-cover-content .section-wrapper {
    display: block;
    width: 100%;
    min-height: 50vh;
    padding-top: 7em;
    border: none;
  }
  .on-cover-content .section-wrapper-top {
    background-image: url(https://static.spotapps.co/web/frothybeard--com/css/../custom/cover_back_left.jpg);
  }
  .on-cover-content .section-wrapper-bottom {
    background-image: url(https://static.spotapps.co/web/frothybeard--com/css/../custom/cover_back_right.jpg);
  }
  .on-cover-content .mobile-logo {
    position: absolute;
    max-width: 85%;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    margin: 0;
  }
  .on-cover-content .section-wrapper .section-header {
    margin-top: 0;
  }
  .on-cover-content .section-wrapper .section-header a {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    padding: 0;
    margin: 0;
  }
  .on-cover-content .section-wrapper .section-header a:hover,
  .on-cover-content .section-wrapper .section-header a:focus {
    color: #fff;
    text-decoration: none;
  }
  .on-cover-content .section-wrapper .cover-text {
    font-size: 1.3em;
  }
  .custom-popup-holder h1 {
    font-size: 2.5em;
  }
}

@media (max-width: 320px) {
  .on-cover-content .section-wrapper .section-header {
    font-size: 2.6em;
  }
  .on-cover-content .section-wrapper .cover-text {
    font-size: 1.2em;
  }
  .custom-popup-holder img.popup-logo {
    width: 120px;
  }
  .custom-popup-holder h1 {
    font-size: 2em;
  }
}
