/*
Theme Name: Drunk Lion
Theme URI: https://wordpress.org/themes/drunklion/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Drunk Lion brings your site to life with header video .and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.9
Tested up to: 5.9
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: drunklion
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
* {
    outline: none;
}
body {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #57564e;
    margin: 0px;
    padding: 0px;
    line-height: 1.8;
    font-weight: 300;
    overflow-x: hidden;
    position: relative;
}

html.scroll-off{
	height:100%;
	overflow:hidden !important;
}
.bg-light-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eae7da+1,ffffff+32,ffffff+74,eae7da+100 */
background: #eae7da; /* Old browsers */
background: -moz-linear-gradient(left,  #eae7da 1%, #ffffff 32%, #ffffff 74%, #eae7da 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #eae7da 1%,#ffffff 32%,#ffffff 74%,#eae7da 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #eae7da 1%,#ffffff 32%,#ffffff 74%,#eae7da 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae7da', endColorstr='#eae7da',GradientType=1 ); /* IE6-9 */

}

a {
    color: #57564e;
    text-decoration: none;
}
a:hover,a:focus{
    color: #57564e;
    text-decoration: none;
}
.btn-secondary {
    background-color: #57564e;
    border-color: #57564e;
    color: #e1ded0;
    font-weight: 300;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #57564E;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(87 86 78 / 25%);
}
.ff-kavarian {
    font-family: 'kavarian_serifregular';
}
.mood-links,
.variation-menu,
.bar-menu,
.bottle-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.intro-loader{
	position: fixed;
	height: 100vh;
	width: 100%;
	background: #ffffff;
	z-index: 999999;
	top:0;
}
.intro-loader .inner-intro{
	position: absolute;
	left:50%;
	top: 50%;
	width: 100%;
	padding: 0 10px;
	transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
	text-align: center;
}
.intro-loader .inner-intro .intro-logo{
	max-width: 900px;
	margin:0 auto;
}
.intro-logo span{
	font-size: 4rem;
	color:#373630;
}
.intro-logo span,.intro-logo .cls-3 {
    opacity: 0;
    animation: type 1.5s ease forwards;
    animation-direction: alternate;
    animation-iteration-count: 1;
	animation-delay: 1s;
    animation-play-state: running;
    -webkit-animation: type 1.5s ease forwards;
    -webkit-animation-direction: alternate;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-play-state: running;
	-webkit-animation-delay: 1s;
}
.intro-text{
	padding-top:50px;
	opacity: 0;
    animation: type 1.5s ease forwards;
    animation-direction: alternate;
    animation-iteration-count: 1;
	animation-delay: 1s;
    animation-play-state: running;
    -webkit-animation: type 1.5s ease forwards;
    -webkit-animation-direction: alternate;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-play-state: running;
	-webkit-animation-delay: 1s;
}
@keyframes type {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes type {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.header{
	border-bottom:2px solid #cdc9ca;
	width: 100%;
}
.header.is-fixed{
	position:fixed;
	z-index:20;
}
.nav-menu .nav-item.nav-logo{
	background:url(/wp-content/uploads/2023/06/lasvegaslions-2.png) center center no-repeat;
	text-indent:-4444px;
	width:400px;
	margin-left: 40px;
    margin-right: 40px;
}
.nav-menu .nav-item .nav-link {
    display: block;
    text-transform: uppercase;
    padding: .5rem 15px;
    color: #57564e;
}

.nav-menu .nav-item .nav-link:hover {
    color: #ae8833;
}

.navbar-toggler {
    background-color: transparent;
    border: 0;
    width: 50px;
    height: 30px;
    position: absolute;
    right: 24px;
    top: 24px;
    padding: 0;
    overflow: hidden;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler span.top,
.navbar-toggler span.bottom,
.navbar-toggler span.middle {
    display: block;
    width: 100%;
    height: 2px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    background-color: #57564e;
}

.navbar-toggler span.middle {
    margin: 10px 0;
}

.navbar-toggler.open span.middle {
    display: none;
}

.navbar-toggler.open span.top {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.navbar-toggler.open span.bottom {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.mobile-nav-menu .nav-link {
    color: #57564e;
}

.img-rounded {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.intro-banner {
    position: relative;
    height: 86vh;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
	overflow:hidden;
}
.intro-banner-img{
	max-width:400px;
	width:100%;
	margin-left:-100px;
	z-index:1;
}
.intro-video {
    position: absolute;
    width: 110%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
/* WELCOME SECTION */
.welcome {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

.welcome::after {
    content: "";
    position: absolute;
    left: -150px;
    top: 100px;
    height: 500px;
    width: 300px;
    background-image: url(assets/images/drum-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .3;
    z-index: -1;
}
.welcome-title{
	text-align:center;
}
.welcome-content{
	text-align:justify;
}
/* END WELCOME SECTION */
/* DRUNK LOIN SECTION */
.drunk-loin,
.drunk-bar-section{
    overflow:hidden;
    padding: 3rem 0 170px;
    position: relative;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eae7da+1,ffffff+32,ffffff+74,eae7da+100 */
background: #eae7da; /* Old browsers */
background: -moz-linear-gradient(left,  #eae7da 1%, #ffffff 32%, #ffffff 74%, #eae7da 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #eae7da 1%,#ffffff 32%,#ffffff 74%,#eae7da 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #eae7da 1%,#ffffff 32%,#ffffff 74%,#eae7da 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae7da', endColorstr='#eae7da',GradientType=1 ); /* IE6-9 */
}

.drunk-loin-bg,
.drunk-bar-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.drunk-loin .container {
    position: relative;
    z-index: 2;
}
.drunklion-sketch {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .3;
    z-index: 2;
    width: 320px;
    height: 350px;
    background: url(assets/images/drunklion-sketch.png) left bottom no-repeat;
    background-size: cover;
    z-index: -1;
}
.drum-right {
    position: absolute;
    right: 0;
    top: -280px;
    opacity: .3;
    z-index: 2;
    width: 100px;
}

.mood-box {
    position: relative;
    display: none;
}

.mood-box.show {
    display: block;
}
.mood-box > .mood-images{
    max-width: 450px;
}
.select-mood {
    color: #57564e;
}

.mood-varations {
    position: relative;
    z-index: 2;
}

.variation-menu {
    position: relative;
    display: inline-block;
}

.variation-menu li {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    padding: 0px 8px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
}

.variation-menu li img {
    margin: 0 5px;
    width: 48px;
}

.variation-menu li img.bow-tie-icon {
    width: auto;
    height: 48px;
}

.variation-menu li .btn {
    border-color: #57564e;
    font-weight: bold;
    font-size: 20px;
    padding: 5px;
    height: 30px;
    width: 30px;
    line-height: 19px;
}

.variation-menu li .btn:focus {
    outline: none;
    box-shadow: none;
}

.variation-menu li:first-child {
    margin-left: 0;
}

.variation-menu li:last-child {
    margin-right: 0;
}


.variation-links {
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    background-color: #fff;
    height: 210px;
    overflow: auto;
    display: none;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;

}

.variation-links li {
    display: block;
    margin: 0;
    border: 0;
    line-height: 1;
    color: #57564e;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.mood-menu {
    border: 16px solid #57564e;
    height: 86%;
}
.mood-menu .inner {
    background-color: #57564e;
    border: 6px solid #e1ded0;
    color: #e1ded0;
    padding: 20px;
    height: 100%;
}
.mood-menu .inner .title {
    border-bottom: 2px solid #e1ded0;
    padding-bottom: 6px;
    font-size: 2rem;
}
.mood-links li{
    text-align: left;
    display: block;
    width: 50%;
    float: left;
}
.mood-links li a{
    display: block;
    color: #e1ded0;
    font-size: 20px;
    line-height: 1.8;
    cursor: pointer;
}
.bar-menu li {
	text-align: center;
    display: block;
    color: #e1ded0;
    font-size: 20px;
    line-height: 1.8;
    cursor: pointer;
}
.bar-menu li.active span{
	border-bottom: 1px solid #e1ded0;
}
.full-image{
	z-index:1;
	position:relative;
}
.img-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.eye-image{
	z-index:1;
}
.drunk-loin-bottom,
.bar-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 3;
}
.drunk-bar-bg{
	object-fit: cover;
}
.drunk-loin-bottom.show,
.bar-bottom.show {
    display: block;
}
.drunk-loin-bottom .bottels {
    position: absolute;
    right: 15px;
    bottom: 80px;
    width: 680px;
}

.table-layouts {
    list-style: none;
    padding: 0;
    margin: auto;
}

.table-layouts li {
    display: inline-block;
    width: 184px;
    height: 100px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin: 0 10px;
    text-align: center;
    line-height: 100px;
    cursor: pointer;
}

.table-layouts li.active {
    height: 115px;
    color: #fff;
}
.barContent {
	text-align:justify;
}
.barContent h4 {
	text-align:center;
}
.barContent .btn {
	display:table;
	margin:0 auto;
}
.bar-content-div{
	padding-top:85px;
    height: 600px;
}
.bar-content-box{
    display: none;
}
.bar-content-box.show{
    display: block;
}
.bar-content{
    background-color: #ffffff;
    padding: 15px;
	text-align:justify;
}
.bar-content h3{
	text-align:left;
}
.bar-bottles-types.container{
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.bar-bottles-types .bottle-type{
    cursor: pointer;
	position: relative;
}
.bar-bottles-types img{
    height: 200px;
}
.bar-bottles-types .bottle-type.active::before{
	position:absolute;
	bottom:-30px;
	left:0px;
	content:'';
	width:100%;
	height:40px;
    background:url(assets/images/bottle-shadow-light.png) top left no-repeat;
	background-size:100%;
}
/* END DRUNK LOIN SECTION */
/* BOTTLES SLIDER */
.minting-soon{
    overflow:hidden;
}
.bottle-slider {
    position: relative;
}

.bottle-slider .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bottles-carousel .content{
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e1ded0, 0 0 40px #e1ded0, 0 0 50px #e1ded0, 0 0 60px #e1ded0, 0 0 70px #e1ded0;
}
.bottles-carousel .content .btn{
    text-shadow: none;
}
.bottles-carousel .item img {
    width: 250px;
    margin: auto;
}

.bottles-carousel .owl-nav button.owl-next,
.bottles-carousel .owl-nav button.owl-prev,
.miniting-slider .owl-nav button.owl-next,
.miniting-slider .owl-nav button.owl-prev,
.team-slider .owl-nav button.owl-next,
.team-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    line-height: 60px;
    font-size: 100px;
    height: 60px;
    width: 60px;
    text-align: center;
    display: block;
    font-family: 'diamond_signatureregular';
}

.bottles-carousel .owl-nav button.owl-prev {
    left: 0;
}

.bottles-carousel .owl-nav button.owl-next {
    right: 0;
}
.bottle-text{
	text-align:justify;
}
/* END BOTTLES SLIDER */
/* MINTING SOON  */


.miniting-slider .owl-nav button.owl-prev {
    left: -100px;
}

.miniting-slider .owl-nav button.owl-next {
    right: -100px;
}

.miniting-slider .item {
    border: 16px solid #57564e;
    background-color: #57564e;
    cursor: pointer;
}
.minting-slider-content{
    margin-top: -120px;
}
.miniting-slider .item,
.miniting-slider .item .inner-item,
.miniting-slider .item img {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.miniting-slider .item .inner-item {
    border: 6px solid #e1ded0;
    padding: 20px;
    background-color: #57564e;
    color: #e1ded0;
}

.miniting-slider .item .inner-item h3 {
	font-size:1.25rem;
    border-bottom: 2px solid #e1ded0;
    padding-bottom: 16px;
    margin-bottom: 8px;
    font-family: 'kavarian_serifregular';
    text-transform: uppercase;
    letter-spacing: 5px;
}
#mintModalImage {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}
.round-tables {
    margin-top: -10px;
}
.round-tables img{
    width: 220px;
}
/* END MINTING SOON  */
.paly-video-button {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
}

/* ROAD MAP */
.bg-light {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e1ded0+0,fbf6eb+25,e1ded0+50,fbf6eb+75,e1ded0+100 */
background: rgb(225,222,208); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(225,222,208,1) 0%, rgba(251,246,235,1) 25%, rgba(225,222,208,1) 50%, rgba(251,246,235,1) 75%, rgba(225,222,208,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(225,222,208,1) 0%,rgba(251,246,235,1) 25%,rgba(225,222,208,1) 50%,rgba(251,246,235,1) 75%,rgba(225,222,208,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(225,222,208,1) 0%,rgba(251,246,235,1) 25%,rgba(225,222,208,1) 50%,rgba(251,246,235,1) 75%,rgba(225,222,208,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ded0', endColorstr='#e1ded0',GradientType=0 ); /* IE6-9 */

}

.roadmap {
    position: relative;
    overflow: initial;
}
.roadmap-img {
    background-image: url(assets/images/road-map-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 150px 26%;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: initial;
}
.roadmap .row {
    overflow: hidden;
    width: auto;
}

.padding-right {
    padding-right: 4.5rem;
}

.padding-left {
    padding-left: 4.5rem;
}

.vertical-line,
.roadmap-glass {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 6px;
    height: 100%;
    background-color: #000;
}

.vertical-line::after {
    content: "";
    position: absolute;
    top: 0;
    left: -9px;
    width: 24px;
    height: 24px;
    background-color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.roadmap-glass {
	position:-webkit-sticky;
	position:sticky;
    top: 90px;
    width: 60px;
    height: auto;
    z-index: 2;
    background-color: transparent;

}
.roadmap-title-right,
.roadmap-title-left {
    font-weight: 300;
    position: relative;
}

.line-dot::after {
    content: "";
    position: absolute;
    top: 12px;
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.line-dot.left::after {
    right: -10px;
}

.line-dot.right::after {
    left: -10px;
}

/* END ROAD MAP */
/* DISCORD */
.discord {
    position: relative;
    overflow:hidden;
    padding-bottom: 60px;
}

.discord .container {
    z-index: 3;
}

.discord::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 300px;
    width: 100%;
    background-color: #fff;
}

.discord .socials {
    position: relative;
}

.discord .socials a {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #57564e;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    margin: 0 5px;
}
.btn-join-club{
	font-size:24px;
}

/* END DISCORD */
/* TEAM SECTION */
.join-team{
	background-position: top center;
	background-repeat:no-repeat;
	background-size:cover;
}
.team-slider .owl-nav button.owl-prev {
    left: -100px;
}

.team-slider .owl-nav button.owl-next {
    right: -100px;
}
.team-image{
	margin-top: 30px;
    margin-left: 15px;
    margin-right: 18px;
}
.team-image,
.team-image img {
	background-color: #57564e;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
	transition:all .3s ease;
}

.team-image img {
    z-index: 2;
}
.team-image:hover{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	box-shadow:4px 4px 4px rgba(0,0,0,.3);
}
.team-slider .team-link img{
	width:30px;
	margin:0 auto;
}
/* END TEAM SECTION */
/* FAQS */
.faq-header {
    position: relative;
    padding-left: 60px;
    line-height: 40px;
    cursor: pointer;
	font-size:18px;
    font-weight: 300;
}

.faq-header::after {
    content: "-";
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    background-color: #57564e;
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: block;
    line-height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.faq-header.collapsed::after {
    content: "+";
}

/* END FAQS  */

.footer-socials a {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border: 1px solid #57564e;
    border-radius: 0 1rem 0 1rem;
    -webkit-border-radius: 0 1rem 0 1rem;
    -moz-border-radius: 0 1rem 0 1rem;
    -ms-border-radius: 0 1rem 0 1rem;
    -o-border-radius: 0 1rem 0 1rem;
    margin-right: 5px;
	margin-bottom: 5px;
}

.footer .logo-text {
    font-size: 16px;
}
.text-small{
	font-size:12px;
}
.custom-container {
    max-width: 1170px;
}

@media(max-width: 1700px) {
	.intro-video{
		width:125%;
	}
}
@media(max-width: 1600px) {
	.intro-video{
		width:124%;
	}
}
@media(max-width: 1400px) {
	.intro-video{
		width:124%;
	}
}
@media(max-width: 1500px) {
	.intro-video{
		width:124%;
	}
}
@media(max-width: 1400px) {
    .custom-container {
        padding: 0 2rem;
    }

    .miniting-slider .owl-nav button.owl-next {
        right: -60px;
    }

    .miniting-slider .owl-nav button.owl-prev {
        left: -60px;
    }
	.team-slider .owl-nav button.owl-next {
        right: -60px;
    }

    .team-slider .owl-nav button.owl-prev {
        left: -60px;
    }
    .roadmap .content-box {
        flex: 0 0 auto;
        width: 70.333333%;
        position: relative;
        z-index: 4;
    }

    .discord::after {
        height: 280px;
    }

    .team-image::after {
        height: 100%;
        width: 100%;
    }

    .footer-socials a {
        margin-right: 10px;
    }

    .footer-socials a:last-child {
        margin-right: 0;
    }
}

@media(max-height:700px) {
	.welcome-title{
        line-height: 1;
        margin-bottom: 0;
    }
    .welcome-content p{
        line-height: 1.5;
    }
    .welcome-title .display-1 {
        font-size: 4rem;
    }
    .display-4{
        font-size: 3rem;
    }
}

@media(max-width: 1300px) {
	.nav-menu .nav-item.nav-logo{
		width:300px;
		margin-left: 30px;
		margin-right: 30px;
	}
    .drunk-loin-bottom .bottels {
        width: 580px;
    }

    .display-1 {
        font-size: 4rem;
    }

    .welcome {
        padding: 3rem 0;
    }
}

@media(max-width: 1200px) {

    .miniting-slider .owl-nav button.owl-next,
    .miniting-slider .owl-nav button.owl-prev {
        width: 40px;
        height: 40px;
        background-color: #57564e;
        color: #e1ded0;
        font-size: 60px;
        line-height: 32px;
        border: 6px solid;
        border-radius: 10px;
    }

    .miniting-slider .owl-nav button.owl-next {
        right: 0;
    }

    .miniting-slider .owl-nav button.owl-prev {
        left: 0;
    }

    .team-slider .owl-nav button.owl-next {
        right: 0;
    }

    .team-slider .owl-nav button.owl-prev {
        left: 0;
    }
}

@media(max-width: 999px) {
    .nav-menu .nav-item .nav-link {
        padding: 0;
    }

    .padding-right {
        padding-right: 2.5rem;
    }

    .padding-left {
        padding-left: 2.5rem;
    }
	.drunk-loin {
        padding: 3rem 0 42px;
    }
	.drunk-loin-bg,
	.drunk-bar-bg{
		object-fit: cover;
	}
	.drunk-loin-bottom .bottels {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        bottom: 36px;
    }
	.bar-content-div{
		padding-top:0px;
		height:auto;
	}
	.bar-bottles-types.container{
        bottom: 50px;
		right: auto;
		width: 100%;
		max-width: 490px;
    }
	.bar-bottles-types img{
		height:150px;
	}
    .discord {
        background-color: #ffffff !important;
        padding-bottom: 0;
    }

    .discord .socials {
        top: 0;
    }

    .mood-menu .inner .title {
        font-size: 1.8rem;
        position: relative;
        display: inline-block;
        padding-right: 30px;
    }

    .mood-menu .inner .title::after {
        content: "^";
        position: absolute;
        right: 0;
        top: -36px;
        font-size: 4rem;
        display: block;
        line-height: 1;
        transform: rotate(180deg);
    }

    .mood-menu {
        border: 16px solid #57564e;
        height: 106px;
        overflow: hidden;
        transition: height 0.15s ease-out;
        -webkit-transition: height 0.15s ease-out;
        -moz-transition: height 0.15s ease-out;
        -ms-transition: height 0.15s ease-out;
        -o-transition: height 0.15s ease-out;
    }

    .mood-menu.open {
        overflow: hidden;
        height: 518px;
        transition: height 0.25s ease-in;
        -webkit-transition: height 0.25s ease-in;
        -moz-transition: height 0.25s ease-in;
        -ms-transition: height 0.25s ease-in;
        -o-transition: height 0.25s ease-in;
    }
	.mood-sub-menu{
		margin-top:15px;
		border: 8px solid #57564e;
        overflow: hidden;
        transition: height 0.15s ease-out;
        -webkit-transition: height 0.15s ease-out;
        -moz-transition: height 0.15s ease-out;
        -ms-transition: height 0.15s ease-out;
        -o-transition: height 0.15s ease-out;
	}
	.mood-sub-menu .inner {
		background-color: #57564e;
		border: 6px solid #e1ded0;
		color: #e1ded0;
		padding: 10px;
		height: 100%;
	}
	.mood-sub-menu .inner .title {
        font-size: 1.8rem;
        position: relative;
        display: inline-block;
        padding-right: 30px;
    }
	.mood-sub-menu .inner .title::after {
        content: "^";
        position: absolute;
        right: 0;
        top: -36px;
        font-size: 4rem;
        display: block;
        line-height: 1;
        transform: rotate(180deg);
    }
    .table-layouts {
        display: none;
    }

    .table-layouts li {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        margin: 0;
        line-height: 2;
    }
	.roadmap .content-box {
        flex: 0 0 auto;
        width: 100%;
    }
    .roadmap-glass {
        width: 70px;
    }
}

@media(max-width: 687px) {
	.intro-logo span{
		font-size: 2rem;
	}
	.intro-banner-img{
		max-width:280px;
		margin-left:-100px;
	}
	.intro-video {
		position: absolute;
		width: 100%;
		height: 120vh;
		object-fit: cover;
		left: 0;
		top: -20%;
	}
	.welcome-content{
		text-align:center;
	}
	.nav-menu .nav-item .nav-link{
		text-align:center;
	}
	.nav-menu .nav-item.nav-logo{
		display:none;
	}
    .custom-container {
        padding: 0 .75rem;
    }
    .display-1 {
        font-size: 2.5rem;
    }
    .display-4 {
        font-size: 1.8rem;
    }
    .site-logo img {
        width: 140px;
    }
	.select-mood {
        font-size: 3rem;
        line-height: 1;
        opacity: 1;
    }
	.table-layouts li {
		width:50%;
		float:left;
	}
	.table-layouts li:last-child{
		margin-left:25%;
	}
	.table-layouts li.active{
		height:auto;
	}
	.table-layouts li img{
		width:100%;
	}
    .variation-menu>li {
        height: 80px;
    }
    .variation-menu li img {
        width: 60px;
    }
    .variation-links {
        top: 90%;
    }
    .drunk-loin {
        padding: 3rem 0 42px;
    }
    .drunk-loin-bottom .bottels {
        width: 250px;
        bottom: 20px;
    }
	.drunk-bar-section{
        padding: 3rem 0 90px;
    }
	.mood-menu.open{
		height:330px;
	}
	.mood-menu .inner .title{
		font-size:1.5rem;
	}
	.mood-sub-menu.open{
		height:330px;
	}
	.mood-sub-menu .inner .title{
		font-size:1.5rem;
	}
    .bottles-carousel .owl-nav button.owl-next,
    .bottles-carousel .owl-nav button.owl-prev {
        width: 40px;
        height: 40px;
        line-height: 46px;
        background-color: #57564e;
        color: #e1ded0;
    }
    .bar-bottles-types.container{
        bottom: 18px;
    }
	.bar-bottles-types img{
		height:100px;
	}
    .paly-video-button img {
        width: 50px;
    }
    .bottle-text{
		text-align:center;
	}
	.bar-content,.barContent{
		text-align:center;
	}
    .vertical-line {
        opacity: .2;
    }

    .roadmap-glass {
        opacity: .3;
    }

    .line-dot::after {
        right: auto !important;
        left: 50% !important;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        opacity: .2;
        top: 8px;
    }

    .padding-left {
        padding-left: 0.75rem;
    }

    .padding-right {
        padding-right: 0.75rem;
    }

    .discord .socials a {
        margin: 0 8px 5px;
    }
	.team-image{
		width:200px;
		margin:0 auto;
	}
    .faq-header {
        position: relative;
        padding-left: 40px;
        line-height: 24px;
        cursor: pointer;
    }

    .faq-header::after {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .logo-text span {
        font-size: 40px;
    }
    
    
}
.newsletter-close{
	position: absolute;
    right: 16px;
    top: 16px;
	z-index: 4;
}
.newsletter-input{
	background-color:#d5d5d5;
	border-color:#d5d5d5;
	color:#0e0e0e;
	font-size:1rem;
}
.newsletter-input::placeholder{
	font-weight: 300!important;
	color:#7e7e7e;
}
#newsletterModal .modal-dialog {
	max-width:900px;
}
#newsletterModal .modal-content{
	overflow:hidden;
	width:100%;
	z-index:1;
	color:#57564e;
	border: 3px solid;
	box-shadow: 3px 2px 1px 4px rgba(87,86,78,.5)!important;
}
#newsletterModal .modal-content img{
	width:100%;
	height:100%;
	object-fit:cover;
}
#newsletterModal .modal-content .small{
	font-size:10px;
}
#newsletterModal .modal-content::after{
	content:"";
	width:100%;
	height:100%;
	background-image:url('/wp-content/uploads/2022/05/Whisky-Barrel.png');
	background-repeat:no-repeat;
	position:absolute;
	right:-75%;
	top:0;
	background-size: contain;
    z-index: -1;
    opacity: .4;
}
.fs-12{
	font-size:12px;
}
.fs-2-25{
	font-size:2.25rem;
}
.fs-1rem{
	font-size:1rem;
}
@media(max-width: 687px) {
	#newsletterModal .modal-content::after{
		right: -56%;
    	top: 378px;
	}
	.newsletter-close{
		background-color:#fff;	
	}
}

@font-face {
    font-family: 'kavarian_serifregular';
    src: url('assets/fonts/kavarian-webfont.woff2') format('woff2'), url('assets/fonts/kavarian-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'diamond_signatureregular';
    src: url('assets/fonts/diamondsignature-regular-webfont.woff2') format('woff2'),
        url('assets/fonts/diamondsignature-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.ff-diamond {
    font-family: 'diamond_signatureregular';
}