/*@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {  font-family: 'kuunari-black-condensed';  font-weight: 700;  font-style: normal;  src: url('../fonts/kuunari-black-condensed.otf') format('opentype');}*/


@font-face {  font-family: 'DIN-Condensed';  font-weight: 700;  font-style: normal;  src: url('../fonts/DIN-Condensed-Bold.ttf') format('truetype');}
@font-face {  font-family: 'Teko-Medium';  font-weight: 600;  font-style: normal;  src: url('../fonts/Teko-Medium.ttf') format('truetype');}
@font-face {  font-family: 'DIN';  font-weight: 700;  font-style: normal;  src: url('../fonts/FF_DIN_Bold.otf') format('opentype');}



*{    margin: 0px;    padding: 0px;}

body{
    font-family: 'DIN', sans-serif;
    overflow-x: hidden;
    font-style: normal;
    box-sizing: border-box;
	color: #fff; background-color:#000000; font-weight: 600;
	font-size:20px; line-height:30px;   
}

h1 {  font-size: 77px; line-height: 1.1; margin-bottom: 20px; font-weight: 600; font-family: 'DIN-Condensed'; }
h1 strong{color: #ffcb0d;}
h2{font-size: 76px; line-height: 1.1; margin-bottom: 25px;  font-weight: 500; font-family: 'DIN-Condensed'; }
h3{font-size: 46px; line-height: 1; padding-bottom: 10px; margin-bottom: 30px; font-weight: 700;font-family: 'DIN-Condensed'; position: relative; }
h3:before{content: ""; display: block; width: 150px; height: 5px; background-color: #ffcb0d; position: absolute; bottom: 0; left: 0;}
.text-center h3:before{    left: 50%;    transform: translateX(-50%);}
h4{font-size: 30px; line-height: 1.1em; margin-bottom: 10px; font-weight: 500; color: #ffd700; font-family: 'DIN-Condensed'; text-transform: uppercase; letter-spacing: 0.025em; }
h5{font-size:24px; line-height:28px; font-weight:600; margin-bottom: 20px;  }
h6{font-size: 16px; line-height: 26px; margin-bottom: 15px; font-weight: 400; }

.hindi{font-family: 'Teko-Medium';}


p {    margin-bottom: 25px;}
a{ color:#ffd700;text-decoration: none;-webkit-transition: all 500ms ease;	-moz-transition: all 500ms ease;	-ms-transition: all 500ms ease;	-o-transition: all 500ms ease;	transition: all 500ms ease;}
a:hover {  animation: all 1000ms  ease-in;  text-decoration: none;color:#ffd700;}
p a:hover {    text-decoration: none;color:#ffd700;}


::-webkit-scrollbar {    width: 6px;  }
::-webkit-scrollbar-track {    background: #f1f1f1;   }
::-webkit-scrollbar-thumb {  background: #333;  }

.fa.fa-phone{transform: rotate(10deg);}

.navbar-expand-lg .navbar-nav .nav-link {    padding-right: 1.5rem !important;    padding-left: 1.5rem !important;}

.header{padding: 15px 0;  /*width: 100%; position: absolute; z-index: 100;*/}
/*.header{padding: 0;position: absolute; z-index: 1; display: block; width: 100%;}*/
.container{  max-width: 1540px !important;}
.comments-area{ max-width: 1540px !important; margin: auto;}
.single-post .nav-links{max-width: 1540px !important; margin: auto;}


.navbar a{padding: 0px 0px; font-size: 15px; color: #1D1D1D;}
.navbar ul li{padding-left: 0px; padding-right: 0px;}
.navbar ul li{padding-top: 5px;padding-bottom: 5px;margin-bottom: 0px; margin-right: 8px; }
.navbar ul li:last-child{margin-right: 0;}


.navbar a:hover, .navbar .nav-link:focus {    color: #fe0000;    text-decoration: none;}
.navbar.active .nav-link {    color: #555;}

.navbar.active .nav-link:hover, .navbar.active .nav-link:focus {    color: #555;    text-decoration: none;}
.navbar.active .navbar-brand {    color: #555;}
.navbar-expand-lg .navbar-nav{/*text-align: center;display: flex;align-items: center;justify-content: center;*/}
.navbar{    padding: 0px 0px 0px 0;/*margin-bottom: 25px;*/}
.navbar-nav{margin: 0 auto; width: 100%;}

#menu-main-menu a{ color: #fff;     letter-spacing: 0.037em; font-size: 20px;   text-decoration: none; font-weight: 400; font-family: "DIN", sans-serif;  }
.mainmenu-div{margin-top: 0px; margin-bottom: 0px;  position: relative; z-index: 1; padding: 0px 0px 0px 15px; }
.mainmenu-div .navbar{/*! float: right; */   display: flex; align-items: center; justify-content: end;width: 100%;}

#menu-main-menu li.current_page_item a{/*font-weight: 600;*/}
#menu-main-menu li.current_page_item a, #menu-main-menu li a:hover{color: #ffcb0d;}
#menu-main-menu li{position: relative;}
#menu-main-menu li:before{content: "/"; display: inline-block;padding-right: 8px;  }
#menu-main-menu li:first-child:before{display: none;}
#menu-main-menu ul li:before{display: none;}

nav ul ul{position: absolute;  top: 40px; width: 290px; background-color: #fff; display: none; z-index: 99999; text-align: left; font-size: 16px; line-height: 22px; padding-top: 10px; padding-bottom: 10px;}
nav ul ul:before {    content: "";    display: block;    position: absolute;    top: -7px;    left: 12px;    border-right: 7px solid transparent;    border-bottom: 7px solid #ffd700;    border-bottom-color: rgba(255, 215, 0, 1);    border-left: 7px solid transparent; z-index: 100 !important;}
nav ul li:hover ul{display: block;}
nav ul ul li{float: none !important; display: block; margin: 0 !important; padding: 0px 0 0 !important; border-width: 1px !important; border:  none;}
nav ul ul li a{padding: 5px 20px 5px !important; display: block !important; color: #000 !important;}
nav ul ul li:hover > a,
nav ul ul li.current-menu-item > a{ background-image: none !important; }

nav ul ul ul{position: absolute;  left: 250px; top: unset; width: 290px; background-color: #fff; display: none !important; z-index: 99999; text-align: left; font-size: 16px; line-height: 22px;margin-top: -38px;}
nav ul ul li:hover ul{display: block !important;}
nav ul ul li{padding-left: 0 !important; padding-right: 0 !important;}
nav ul ul li:last-child{border-bottom: none !important;}
nav ul ul li.current-menu-item a, nav ul ul li:hover a{color: #ffcb0d !important;}


/*#menu-main-menu a svg{display: none;}*/

header nav.navbar li svg{display: none !important;font-size: 12px !important; width: 25px; height: 20px;  fill: #1D1D1D;font-weight: 800 !important;position: absolute;top: 20px;}
nav ul li.menu-item-has-children:after{content: '\f0d7'; font-family: 'FontAwesome';   margin-left: 6px;    color: #fff;    font-size: 12px;}




.sitelogo img {  width: auto; max-width: 100%;  height: 116px;  /*z-index: 1000 !important; position: relative;*/}
.sitelogo a{color: #fff;  font-size: 18px; font-weight: 600; text-decoration: none; line-height: 24px;}
.sitelogo{margin-top: 0px;}



/* Change navbar styling on small viewports */
/*@media (max-width: 991.98px) {
    .navbar {   background: #fff;    }
    .navbar .navbar-brand, .navbar .nav-link {        color: #555;    }
}*/

hr {    margin-top: 1rem;    margin-bottom: 1rem;    border: 0;    border-top: 2px solid rgb(161 161 161);}
footer{  padding-top: 80px; padding-bottom: 110px; }


.pagination .next, .pagination .prev{border: 1px solid #f7b815; padding: 7px 15px !important; color: #fff !important; font-weight: 500; font-size: 12px; }
.pagination .page-numbers{border: 1px solid #f7b815; padding: 7px 12px; color: #fff !important; font-weight: 500; margin: 3px 1px; border-radius: 3px;font-size: 12px; text-decoration: none; }
.pagination .page-numbers:hover, .pagination .next:hover, .pagination .prev:hover, .pagination .page-numbers.current{background-color: #f7b815 !important; /*background: linear-gradient(to right, #127deb 10%, #17d8eb 90%);*/ color: #fff !important;}
.pagination .next svg, .pagination .prev svg{display: none;}
.pagination .next span.screen-reader-text, .pagination .prev span.screen-reader-text{width: auto !important;height: auto;top: unset;font-size: 12px;opacity: 1;color: #fff;position: relative;display: inline-block;clip-path: unset;clip: unset;line-height: 12px;}
.pagination .next span.screen-reader-text:hover, .pagination .prev span.screen-reader-text:hover{color: #fff !important;;}
.pagination {float:none; margin-top:35px;}
.pagination .nav-links{float:none; clear:both;}
.pagination.void-grid-nav span.current, .pagination.void-grid-nav a:hover{background-color: #70b752 !important; color: #fff;}
.pagination.void-grid-nav{float: right; clear: both;margin-top: 30px;}

.post-navigation .nav-links{clear: both; width: 100%; display: block; padding: 30px 0 150px;position: relative;}
.post-navigation .nav-links .nav-next{ width: 50%; float: left; height: 30px !important; line-height: 10px !important; }
.post-navigation .nav-links .nav-previous{width: 50%; float: left; height: 30px !important; line-height: 10px !important;}
.post-navigation svg{font-size: 15px !important; width: 30px;}
.post-navigation .nav-links .nav-previous svg{float: right; margin-right: 10px;}
.post-navigation .nav-links .nav-next svg{ margin-left: 10px;}


.default-page-content{padding-top: 98px; padding-bottom:98px;}
.topbar-bottom{padding: 0 0 10px; background-color: rgba(0,0,0,0);}


#review-slider .owl-pagination{/*! display: none; */}
.fa-arrow-left::before{ color: #282828;font-size: 25px;  }
.fa-arrow-right::before{ !important; color: #282828; font-size: 25px; }
.owl-theme .owl-controls .owl-buttons div{ background-color: transparent !important;opacity: 1 !important; width: 40px; height: 40px; border-radius: 50%; margin: 25px 20px 0 !important;}
.fa-circle::before{display: none;}
.owl-theme .owl-controls .owl-buttons div:hover{opacity: 0.7 !important;}

.middle-content-row{align-items: center; /* justify-content: center;*/}
.row-col-center{justify-content: center;}
.row-col-right{justify-content: end;}
.backgroundbg{background-size:cover; background-repeat:no-repeat;}

.single .post-thum-img img{height: auto; width:100%;}
/*.post-title-cls h1{font-size: 36px;line-height: 1.1;margin-bottom: 25px;}
.post-row-content h2{font-size: 30px; line-height: 1.1;}
.post-row-content h3{font-size: 22px; line-height: 1.2;}*/



.single-post nav.navigation{display: none;}
.single-post .wrap{/*padding-bottom: 60px;*/}

img.fullsize{width: 100%;}
img.fullsize1{max-width: 100%;}

.p-t-125{padding-top:125px;}
.p-b-125{padding-bottom:125px;}
.m-t-125{margin-top:125px;}
.m-b-125{margin-bottom:125px;}
.m-t-150{margin-top:150px;}
.m-b-150{margin-bottom:150px;}

.p-t-280{padding-top:280px;}
.p-b-280{padding-bottom:280px;}
.p-t-150{padding-top:150px;}
.p-b-150{padding-bottom:150px;}
.p-t-110{padding-top:110px;}
.p-b-110{padding-bottom:110px;}
.p-t-98{padding-top:98px;}
.p-b-98{padding-bottom:98px;}
.p-t-60{padding-top:60px;}
.p-b-60{padding-bottom:60px;}
.p-t-30{padding-top:30px;}
.p-b-30{padding-bottom:30px;}

.m-t-98{margin-top:98px;}
.m-b-98{margin-bottom:98px;}
.m-t-60{margin-top:60px;}
.m-b-60{margin-bottom:60px;}
.m-t-30{margin-top:30px;}
.m-b-30{margin-bottom:30px;}



.proPopupImg {  display: none;   position: fixed;   z-index: 1;   padding-top: 100px;   left: 0;  top: 0;  width: 100%;   height: 100%;   overflow: auto;   background-color: rgb(0,0,0);   background-color: rgba(0,0,0,0.9); }
.proPopupImg-content {  margin: auto;  display: block;  width: auto;  max-width: 700px;}
#caption {  margin: auto;  display: block;  width: 80%;  max-width: 700px;  text-align: center;  color: #ccc;  padding: 10px 0;  height: 150px;}
.proPopupImg-content, #caption {    -webkit-animation-name: zoom;  -webkit-animation-duration: 0.6s;  animation-name: zoom;  animation-duration: 0.6s;}
@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}
@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}
.close {  position: absolute;  top: 15px;  right: 35px;  color: #f1f1f1;  font-size: 40px;  font-weight: bold;  transition: 0.3s;}
.close:hover,.close:focus {  color: #bbb;  text-decoration: none;  cursor: pointer;}
@media only screen and (max-width: 700px){
  .proPopupImg-content {
    width: 100%;
  }
}

.faqBox{margin-top: 45px;}
.accordionjs .acc_section {    box-shadow: 0 0 12px #c5c4c4 !important;    background-color: #edf8fe !important;    border-radius: 0px !important;}
.accordionjs .acc_section.acc_active {   background-color: #fff !important;}
.accordionjs .acc_section .acc_head {    position: relative !important;}
.accordionjs .acc_section .acc_head:after {    content: "+";    display: block;    position: absolute;    top: 0;    right: 0;    color: #000;    font-size: 20px;  font-weight: 400;}
.accordionjs .acc_section.acc_active .acc_head:after {    content: "-"; font-size: 24px;}
.accordionjs .acc_section .acc_head h5 {  margin: 0;    padding-right: 35px;    font-size: 18px;    font-weight: 500;}
.accordionjs .acc_section .acc_content {  margin-top: 5px;}




.col-middle-gap .one{padding-right: 28px;}
.col-middle-gap .two{padding-left: 28px;}
.col-middle-gap2 .one{padding-right: 48px;}
.col-middle-gap2 .two{padding-left: 48px;}
img.borderradius{border-radius:12px;}

.mobiledisplay{display:none;}


/*.sitelogo:before{content: url(../../../../wp-content/uploads/2022/08/text-bfr-img.png); position: absolute;top: -6px;margin-left: -70px;}
.sitelogo:after{content: url(../../../../wp-content/uploads/2022/08/text-aft-img.png); position: absolute;top: -6px;margin-left: 20px;}*/


.section-img img{max-width: 100%;}
.box-shadow{box-shadow: 0px 0px 28px #ddd; width: 100%; padding:70px;  display: block;}
.default-row-content{padding-top:60px; padding-bottom: 60px; }
.grayBG{background-color: #3a3a3a; color: #fff;}
.blueBG{background-color: #1daee7; color: #fff;}
.redBG{background-color: #de383c; color: #fff;}
.orangeBG{background-color: #f16623; color: #fff;}

.section-content ol{padding-left: 15px; margin-bottom: 25px;}
.section-content ul{ margin-bottom: 30px; padding-left: 10px;}
.section-content ul li {  padding-left: 6px; margin-bottom: 5px;}



.btn {cursor: pointer;position: relative;  display: inline-block;  position: relative;  padding: 6px 30px; border: 1px solid #e0282b;  color: #ffcb0d;  background: #e0282b; border-radius: 8px;  font-size: 20px; line-height: 26px;  text-decoration: none;  overflow: hidden; margin-top: 10px;
-webkit-transition: all 500ms ease;	-moz-transition: all 500ms ease;	-ms-transition: all 500ms ease;	-o-transition: all 500ms ease;	transition: all 500ms ease; }
.btn:hover{animation: all 1000ms  ease-in; color: #e0282b; background-color: #ffcb0d; border-color: #ffcb0d;}

.social-link ul{list-style: none;}
.social-link ul li{display: inline-block; border: none; border-radius: 3px; width: 35px; height: 35px; text-align: center; margin-right: 5px;}
.social-link ul li:last-child{margin-right: 0;}
.social-link ul li a{color: #fff; display: block; font-size: 16px; line-height: 30px;}
.social-link ul li img{width: 30px;}


.slick-dots{padding: 0 !important;}
.slick-dots li{  background-image: none !important; padding: 0 !important; margin: 0 !important;}
button.slick-arrow:before {    font-size: 30px!important;    line-height: 16px;    background: none;    height: 25px !important;    width: 25px !important;    border-radius: 50%;    display: inline-block;    line-height: 49px;    opacity: 1!important;}
button.slick-arrow:hover:before {    background: none;}
button.slick-arrow { padding: 0 !important;; background-image: none !important;  z-index: 1;  height: 15px !important;    width: 15px !important;}
button.slick-prev { }
button.slick-next {  background-position: top right;}
button.slick-prev:before {    content: url(../image/Arrow-black-pre.png);    color: #000;}
button.slick-next:before {    content: url(../image/Arrow-black.png);    color: #000;}
button.slick-disabled {    opacity: .6;}
.slick-dots li button::before{color: #fff !important; opacity: 1 !important; font-size: 15px !important;}
.slick-dots li.slick-active button::before{color: #ffcb0d !important;opacity: 1 !important;}


.topSocial{text-align: right;}
.headerTopBtn{padding-left: 20px;}
.headerTopBtn .btn{font-family: "DIN", sans-serif; font-size: 21px; color: #060606; padding: 3px 20px; text-transform: uppercase; font-weight: 800; background-color: #d79d0d; border-color: #d79d0d; border-radius: 0; }
.headerTopBtn .btn:hover{animation: all 1000ms  ease-in; color: #000; background-color: #ffcb0d; border-color: #ffcb0d;}
.borderImg{line-height: 0;}
.borderImg img{width: 100% !important; height: 15px !important; object-fit: cover;}

header .topbar-logo .container{  max-width: 1640px !important;}


.inner-bannr h1{font-size: 56px; vertical-align: top;margin-bottom: 0; font-weight: 900;padding-right: 15px;}
.inner-bannr h1 strong{font-size: 89px; display: inline-block; vertical-align: top; margin-top: -5px;padding-left: 10px;}
.inner-bannr h2{color: #fff; font-size: 56px;  margin-bottom: 2px;margin-bottom: 0;padding-right: 35px;}
.inner-bannr h3{color: #fff;text-shadow: 6px 8px 6px rgba(0,0,0,0.4);}
.inner-bannr h3 strong{color: #ffcb0d;padding-right: 35px;}
.inner-bannr h3.bigsize{ font-size: 120px; line-height: 1;margin-bottom: 0;}
.inner-bannr h3:before{display: none;}
.inner-bannr h4{color: #fff;font-size: 42px;}
.inner-bannr{position: relative;background-size: auto 100%; background-position: top center;  background-repeat: no-repeat; color: #fff; padding: 98px 0;}
.inner-bannr:before{content: ""; display: none; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-image: url('../image/inner-bnr-left-shap.webp');background-size: auto; background-position: top 100px left;  background-repeat: no-repeat;}
.inner-bannr:after{content: ""; display: none; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-image: url('../image/inner-banner-right-shap.webp');background-size: auto; background-position: center right;  background-repeat: no-repeat;}
.inner-bannr .one{text-align: right;padding-right: 17%;}




.inner-bannr-style2{position: relative;/*background-image: url('../image/shap-1.webp');*/background-size: auto; background-position: top 50px left;  background-repeat: no-repeat; color: #fff; padding: 20px 0 0px 0;margin-bottom: 0px;}
.inner-bannr-style2:before{content: ""; display: none; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-image: url('../image/shap-2.webp'); background-size: 100px; background-position: center top; background-repeat: no-repeat;}
.inner-bannr-style2:after{content: ""; display: block; width: 233px; height: 233px; position: absolute; bottom: 0; right: 3%; background-image: url('../image/batch-img-1.webp'); background-size: 200px; background-position: right bottom; background-repeat: no-repeat;}
.inner-bannr-style2 .section-img{/*background-image: url('../image/shap-3.webp');*/background-size: auto; background-position: bottom 50px left;  background-repeat: no-repeat;}
.inner-bannr-style2 .section-img img{width: 100%;/* padding-left: 17%;*/}
.inner-bannr-style2 h1{font-size: 92px; line-height:1.1; letter-spacing: -0.03em;color: #fff; font-weight: 800;font-family: "DIN-Condensed"; text-transform: uppercase;}
.inner-bannr-style2 .section-content{padding: 25px 0;}


.font220{font-size: 251px; line-height: 1;}
.font220 strong {  color: #ffcb0d;}
.page-id-36 .inner-bannr-style2 h1{margin-bottom: 0;}
.page-id-36 .inner-bannr-style2 .font220{margin-top: -25px;}


.home-row-banner{position: relative;/*background-image: url('../image/shap-1.webp');*/background-size: auto; background-position: top 50px left;  background-repeat: no-repeat; color: #fff; padding: 20px 0 20px 0;margin-bottom: 0px;}
.home-row-banner:before{content: ""; display: none; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-image: url('../image/shap-2.webp'); background-size: auto; background-position: center top; background-repeat: no-repeat;}
.home-row-banner .section-img{/*background-image: url('../image/shap-3.webp');*/background-size: auto; background-position: bottom 50px left;  background-repeat: no-repeat;}
.home-row-banner .section-img img{width: 100%; padding-left: 0;}
.home-row-banner h4{font-size: 42px; line-height:1.1;color: #fff; font-weight: 800;font-family: "DIN"}
.home-row-banner .section-content{padding: 25px 0;}


.video-img{display: flex;width: 100%;height: 100%;}
.video-img a{width: 98%; display: block; margin: 1%; position: relative; }
.video-img a:before{content: ""; display: block; width: 100%; height: 100%; position: absolute;background-image: url(../image/play-img.webp); background-repeat: no-repeat; background-position: center; background-size: 80px;}
.home-row-story .one .section-img{height: 100%;}
.video-img img{width: 100%; height: 100%; object-fit: cover;}
.home-row-story .row{background-color: #21ab91;padding: 20px 12px;}
.home-row-story{position: relative;}
.home-row-story:before{content: ""; display: none; width: 150px; height: 150px; position: absolute;top: -50px; left: 5%;background-image: url(../image/shap-4.webp); background-repeat: no-repeat; background-position: center; background-size: 150px; z-index: 1;}

.batchRight{position: relative;}
.batchLeft{position: relative;}
.batchRight .batchImg{position:absolute; top: 20px; right: 5%; z-index: 1;}
.batchRight .batchImg img{width: 200px;}
.batchLeft .batchImg{position:absolute; top: 50px; left: 5%; z-index: 1;}
.batchLeft .batchImg img{width: 200px;}
.home-row-story .batchImg{top: -140px;}

.home-row-service{/*background-image: url(../image/shap-6.webp);*/ background-repeat: no-repeat; background-position: top 80px left; position: relative; }
.home-row-service:before{content: ""; display: none; width: 250px; height: 250px; position: absolute; top: 20px; left: 50%;  transform: translateX(38%);background-image: url(../image/shap-5.webp); background-repeat: no-repeat; background-position: top center; background-size: 150px; }
.taproomListMain{display: table; width: 100%; padding: 10px 25px;}
.taproomListMain .taproomList-img{display: table-cell; vertical-align: middle; width: 40%;}
.taproomListMain .taproomList-cont{display: table-cell; vertical-align: middle; width: 60%; font-size: 14px; line-height: 24px;}
.taproomList-img img{max-width: 80%;}
.taproomList-btn{padding-top: 20px;}
.taproomListMain .taproomList-cont h4{font-size: 27px; border-bottom: 1px solid #ffcb0d; display: inline-block;padding-bottom: 3px;}

.home-row-food{background-color: #21ab91; position: relative;}
.home-row-food:before{content: ""; display: block; width: 50%; height: 100%; position: absolute; top: 0; right: 0; background-color: #ffba02;}
.home-row-food .foodInnr:before{content: ""; display: block; width: 50%; height: 100%; position: absolute; top: 0; right: 0; background-image: url(../image/multishap-bg.webp); background-repeat: no-repeat; background-position: center; background-size: cover; }
.home-row-food:after{content: ""; display: block; width: 150px; height: 150px; position: absolute; top:100px; left: 50%;    transform: translateX(-50%); background-image: url(../image/shap-9.webp); background-repeat: no-repeat; background-position: center; background-size: 120px; }

.home-row-food .one h2 strong{color: #000;}
.home-row-food .one, .home-row-food .two{position: relative; padding-top: 60px; padding-bottom: 60px;}
.home-row-food .one:before{content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 10px; left: 0;background-image: url(../image/shap-8.webp); background-repeat: no-repeat; background-position: top right 30%;  }
.home-row-food .one .section-content{position: relative;}
.foodImg-Main{clear: both;}
.foodImg-Main img{float: left;border-radius: 12px; padding: 5px;width: 30%; object-fit: cover; height: 200px;}
.foodImg-Main img:first-child{width: 70%; height: 400px;}

.home-row-food .two{text-align: center;}
.night-Main{  display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: 10px; gap: 0px;}
.night-box{ background-color: #21ab91;  border-radius: 8px;  line-height: 0;  padding: 50px 20px;    color: #fff;    text-align: center;    font-weight: 800; display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap; align-items: center;}
.night-Main .night-box:nth-child(2){background-color: #ff7000;}
.night-Main .night-box:nth-child(3){background-color: #df1418;}
.night-Main .night-box:nth-child(4){background-color: #1daee7;}
.night-box{position: relative;}
.night-box:nth-child(1){ grid-row: span 22;background-image: url(../image/multishap-top-left-1.webp); background-repeat: no-repeat; background-position: top 15px center;  }
.night-box:nth-child(2){ grid-row: span 40;background-image: url(../image/multishap-top-right.webp); background-repeat: no-repeat; background-position: top 15px center;  } 
.night-box:nth-child(3){ grid-row: span 42; } 
.night-box:nth-child(4){ grid-row: span 24; } 
.night-Main h2, .night-Main h3, .night-Main h4, .night-Main h5{margin-bottom: 0 !important; display: block; width: 100%;line-height: 1;}

.night-Main h3:before{display: none;}
.home-row-food .one{padding-right: 90px;}
.home-row-food .two{padding-left: 90px; position: relative;background-image: url(../image/shap-10.webp); background-repeat: no-repeat; background-position: bottom 35px left 30px; background-size: 100px; }
.night-box h2{font-size: 3.8vw;}
.night-box h3{font-size: 2.8vw;}
.night-box h4{font-size: 1.8vw;}
.home-row-food .innrHeading h2 strong{color: #000;}
.night-box b{color: #000;}
.night-box:nth-child(1):before{content: ""; display: block; width: 40px; height: 40px; z-index: 1; position: absolute; bottom: -10px; right: -15px;background-image: url(../image/multishap-1.webp); background-repeat: no-repeat; background-position: bottom right; background-size: 40px; }
.night-box:nth-child(2):before{content: ""; display: block; width: 30px; height: 30px; z-index: 1; position: absolute; bottom: -10px; right: 20%;background-image: url(../image/multishap-2.webp); background-repeat: no-repeat; background-position: bottom right; background-size: 20px; }
.night-box:nth-child(3):before{content: ""; display: block; width: 15px; height: 15px; z-index: 1; position: absolute; bottom: 50%; left: 15px;background-image: url(../image/multishap-3.webp); background-repeat: no-repeat; background-position: bottom right; background-size: 12px; }
.night-box:nth-child(3):after{content: ""; display: block; width: 20px; height: 20px; z-index: 1; position: absolute; bottom: 15px; right: 25%;background-image: url(../image/multishap-4.webp); background-repeat: no-repeat; background-position: bottom right; background-size: 15px; }



.home-row-testimonials{background-color: #f16623;position: relative;/*background-image: url(../image/shap-11.webp);*/ background-repeat: no-repeat; background-position: center left; background-size: 170px;position: relative;}
.home-row-testimonials:before{content: ""; display: none; width: 50%; height: 100%; top: 0; right: 0; position: absolute;background-image: url(../image/shap-12.webp); background-repeat: no-repeat; background-position: right bottom; background-size: auto;}



.testimonialsSlider{padding: 0 20px;}
.testimonialsSlider .slick-slide{padding: 0 20px;}
.testimonialsSlider .slick-slide div{height: 100%;}
.testimonialsSlider .slick-slide div .testimonialsSliderInnr div{height: auto;}
.testimonialsSliderContent{padding: 15px 0 0 0; }
.home-row-testimonialsHead{padding-bottom: 40px;}
.testimonialsSliderInnr{padding-bottom: 25px;}


.lookbook-img{  display: grid;  grid-template-columns: repeat(5, 1fr);  grid-auto-rows: 328px;  gap: 20px;}
.lookbook-img a{  overflow: hidden;border-radius: 0px;}
.lookbook-img a img{  width: 100%;  height: 100%;  object-fit: cover;  border-radius: 0px;  transition: transform .4s ease;}
.lookbook-img a:hover img{  transform: scale(1.05);}

.lookbook-img a:nth-child(1){  grid-row: span 2;grid-column: span 2;}
.lookbook-img a:nth-child(1){  grid-row: span 2;grid-column: span 2;}
.lookbook-img a:nth-child(3){  grid-column: span 2; grid-row: span 1;}
.lookbook-img a:nth-child(6n + 1){    grid-column: span 2;    grid-row: span 2;}
.lookbook-img a:nth-child(6n + 3){  grid-column: span 2; grid-row: span 1;}
.lookbook-img a:nth-child(6n) img{height: 80%;}

.home-row-lookbook .one .section-img{position: relative;}
.home-row-lookbook .loadmoreCol{position: absolute;bottom: 0;right: 0;}
.home-row-lookbook{position: relative;/*background-image: url(../image/shap-15.webp);*/ background-repeat: no-repeat; background-position: bottom right; background-size: 170px;}
.home-row-lookbook:after{content: ""; display: none; width: 150px; height: 150px; position: absolute; top:80px; left: 70%;    transform: translateX(-50%); background-image: url(../image/shap-13.webp); background-repeat: no-repeat; background-position: center; background-size: 70px; }

.home-row-blog{background-color: #d92629; position: relative;}
.home-row-blog:before{content: ""; display: none; width: 150px; height: 150px; position: absolute;top: 70px; left: 6%;background-image: url(../image/shap-14.webp); background-repeat: no-repeat; background-position: center; background-size: 150px; z-index: 1;}


.blogCol{margin-bottom: 35px;}
.blogCol .section-content{height: 100%;}
.blogCol .blogMain{height: 100%;padding-bottom: 25px;background-color: #010101;}
.blogMain .blogMain-img img{width: 100%; object-fit: cover; height: 328px; }
.blogMain .blogMain-cont{padding: 15px 25px;}
.blogMain  .blogMain-date{color: #fff;font-size: 14px; line-height: 20px;}
.blogMain h3 a{color: #fff;}
.blogMain  h3 {  font-size: 30px;  line-height: 1.1; margin-bottom: 10px;}
.blogMain  h3:before{display: none;}
.blogMain .post-excerpt{font-size: 16px; line-height: 1.4; padding-bottom: 20px;}
.blogMain .blogMain-btn .btn{background-color: #f7b815; color: #fff; border-color: #f7b815; font-weight: 400; font-size: 16px; padding: 3px 25px;}
.blogMain .blogMain-btn .btn:hover{color: #fff; background-color: #e0282b; border-color: #e0282b;}


.contactMap iframe{width: 100%; height: 550px !important;}
.contactFrm{background-color: #fff;     box-shadow: 8px 8px 50px 0px rgba(193, 194, 207, 0.4);    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;   /* margin: -195px 0px 0px 0px;*/    --e-column-margin-right: 0px;    --e-column-margin-left: 0px;    padding: 32px 32px 32px 32px;}
.contactFrm h2{font-size: 23px; padding-right: 35px;background-position: top right; background-repeat: no-repeat; background-image: url(../image/logo-msg.png); display: inline-block;padding-bottom: 10px;}
.contactFrm form{background-color: #ffd700;  padding: 35px 25px 10px 25px;  border-radius: 10px;}
.contactFrm input[type="submit"]{background-color: #1D1D1D; width: 100%; border-radius: 7px !important; padding: 15px 20px !important; font-size: 20px !important;}
.contactFrm input[type="submit"]:hover{background-color: #000080 !important; opacity: 1;color: #fff !important;}

.contact-row-details .one .section-content h2{font-size: 26px;}
.contact-row-details .one .section-content h4{color: #000; font-weight: 600;padding-top: 35px;}
.contact-row-details .one .section-content, .contact-row-details .one .section-content .footer-contact-details, .contact-row-details .one .section-content .footer-contact-details i{color: #000;}
.contact-row-details .social-link a i{color: #000;}
.contact-row-details .social-link a:hover i{color: #ffd700;}
.contact-row-details .social-link ul{padding-left: 0;margin-left:  -5px;}
.contact-row-details .social-link ul li:first-child{padding-left: 0;}



.RightHalfBG{position: relative;}
.RightHalfBG .RightHalfBG-img{position: absolute;width: 50%; height: 100%; top: 0; right: 0;}
.RightHalfBG .RightHalfBG-img img{width: 100%; height: 100%; object-fit: cover;}
.RightHalfBG .section-content{padding-right: 105px;}
.LeftHalfBG{position: relative;}
.LeftHalfBG .LeftHalfBG-img{position: absolute;width: 50%; height: 100%; top: 0; left: 0;}
.LeftHalfBG .LeftHalfBG-img img{width: 100%; height: 100%; object-fit: cover;}
.LeftHalfBG .section-content{padding-left: 105px;}
.aboutBoxImgMain{display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap;}
.aboutBoxImgMain .aboutBoxImgMainInnr{-ms-flex: 0 0 50%;  flex: 0 0 50%;  max-width: 50%; padding: 10px;}
.aboutBoxImgMain .aboutBoxImgMainInnr img{border: 10px solid #fff; border-radius: 8px;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5); width: 100%;}
.aboutBoxImgMain .aboutBoxImgMainInnr:first-child img{transform: rotate(20deg);margin-top: 50px;}
.aboutBoxImgMain .aboutBoxImgMainInnr:last-child img{transform: rotate(-20deg);}



.about-row-three .one .section-content{padding-right: 100px;}


.about-row-two{position: relative;}
.about-row-two:after{content: ""; display: none; width: 150px; height: 150px; position: absolute; top:100px; left: 50%;    transform: translateX(-50%); background-image: url(../image/shap-17.webp); background-repeat: no-repeat; background-position: center; background-size: 120px; }
.about-row-two h3{color: #ffcb0d;}
.about-row-two h3:before{background-color: #fff;}

.about-row-three{position: relative;}
.about-row-three:after{content: ""; display: none; width: 150px; height: 220px; position: absolute; top:100px; left: 50%;    transform: translateX(-50%); background-image: url(../image/shap-13.webp); background-repeat: no-repeat; background-position: center; background-size: 90px; }
.about-row-three .section-img{padding-left: 45px;}
.about-row-three h3 strong{color: #090701;}
.about-row-three h3:before{background-color: #fff;}


.franchise-row-one h3{padding-bottom: 35px;}
.franchise-row-one h3 span{font-size: 40px;}
.fran-shap-lft .section-img{position: relative;}
.fran-shap-lft .section-img:before{content: ""; display: none; width: 180px;height: 180px; position: absolute; bottom: -35px; left: -34px; background-image: url(../image/shap-4.webp); background-size: 170px; background-position: bottom left; background-repeat: no-repeat;}


.fran-shap-rght .headingRow{position: relative;padding-bottom: 65px;}
.fran-shap-rght .headingRow:before{content: ""; display: none; width: 180px;height: 180px; position: absolute; top: 0; right: -34px; z-index: 1; background-image: url(../image/shap-18.webp); background-size: 170px; background-position: top right; background-repeat: no-repeat;}
.franchiseBoxRow .franchiseBoxCol{margin-bottom: 30px;}
.franchiseBoxRow .franchiseBoxCol .section-content{background-color: #fecb09; height: 100%; padding: 70px 35px 50px; color: #000;}
.franchiseBoxRow .franchiseBoxCol .section-content h4, .franchiseBoxRow  .franchiseBoxCol:nth-child(3n+1) .section-content h4{color: #000;}
.franchiseBoxRow .franchiseBoxCol:nth-child(3n+1) .section-content{  background-color: #fecb09;  color: #000;}
.franchiseBoxRow .franchiseBoxCol:nth-child(3n+2) .section-content{background-color: #1daee5; color: #fff;}
.franchiseBoxRow .franchiseBoxCol:nth-child(3n+2) .section-content h4{color: #fff;}
.franchiseBoxRow .franchiseBoxCol:nth-child(3n+3) .section-content{background-color: #f16623; color: #fff;}
.franchiseBoxRow .franchiseBoxCol:nth-child(3n+3) .section-content h4{color: #fff;}
.franchise-row-two .headingRow h4{font-size: 47px; color: #fff;}
.franchise-row-two .headingRow h4 strong{color: #ffd700;}


.about-row-three.taproom-row-one::after{top: -100px;}

.taproomRowList{}
.taproomRow {background-color: #20ac90; position: relative;}
.taproomBoxMain{display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap; align-items: center;}
.taproomBoxMain .taproomBox-img{-ms-flex: 0 0 30%;  flex: 0 0 30%;  max-width: 30%; }
.taproomBoxMain .taproomBox-img img{width: 100%; position: relative; z-index: 1;}
.taproomBoxMain .taproomList-cont{-ms-flex: 0 0 80%;  flex: 0 0 80%;  max-width: 80%; background-color: #fff; color: #000; padding: 35px 35px 35px 15%; margin-left: -10%;}
.taproomRowList .taproomRow:nth-child(3n+1) {background-color: #20ac90;/*background-image: url(../image/taproom-shap-1.webp);*/ background-repeat: no-repeat; background-position: top left; background-size: 350px;}
.taproomRowList .taproomRow:nth-child(3n+1):after{content: ""; display: none; width: 450px; height: 450px; position: absolute; bottom:0; right: 0;   background-image: url(../image/taproom-shap-2.webp); background-repeat: no-repeat; background-position: bottom right; background-size: 300px; }
.taproomRowList .taproomRow:nth-child(3n+2) {background-color: #fecb09;}
.taproomRowList .taproomRow:nth-child(3n+3) {background-color: #dc373b;}
.taproomBoxMain h4{color: #000;}
.taproomBoxMain a.btn{background-color: #ffd00d; color: #000; border-color: #ffd00d; border-radius: 0;}
.taproomBoxCol{margin-bottom: 30px;}

.taproomBoxMain{position: relative;z-index: 1;}
.taproomRowList .taproomRow:nth-child(1):before{content: ""; display: none; width: 120px;height: 120px; position: absolute; top: -40px; right: 0; z-index: 1; background-image: url(../image/shap-13.webp); background-size: 50px; background-position: top right; background-repeat: no-repeat;}
.taproomRowList .taproomRow:nth-child(2):before{content: ""; display: none; width: 120px;height: 120px; position: absolute; top: -50px; left: 50%; transform: translateX(-50%); z-index: 1; background-image: url(../image/shap-20.webp); background-size: 50px; background-position: top right; background-repeat: no-repeat;}
.taproomRowList .taproomRow:nth-child(3):before{content: ""; display: none; width: 120px;height: 120px; position: absolute; top: -50px; right: 20px; z-index: 1; background-image: url(../image/shap-4.webp); background-size: 120px; background-position: top right; background-repeat: no-repeat;}

.taproom-row-footer{position: relative;background-color: #1daee5;/*background-image: url(../image/taproom-footer-bg.webp);*/ background-repeat: no-repeat; background-position: bottom right; background-size: auto;}
.taproom-row-footer:before{content: ""; display: none; width: 450px; height: 450px; position: absolute; bottom:-60px; right: 0;   background-image: url(../image/taproom-footer-img.webp); background-repeat: no-repeat; background-position: bottom right; background-size: 300px;}





.teamRowList{padding-bottom: 98px;}
.teamRow{position: relative;}
.teamRow .row{align-items: start; margin-top: 35px;}
.teamRow .teamBoxContCol{margin-top: 120px;}
.teamBoxContCol h3, .teamBoxContCol h4{text-transform: uppercase; margin-bottom: 10px;padding-bottom: 0;}
.teamBoxContCol h3:before{display: none;}
.teamRow .teamBoxContCol .section-content{background-color: #dc373b; width: 110%; padding: 35px;}
.teamRowList .teamRow:nth-child(3n+1) .teamBoxContCol .section-content{background-color: #dc373b; margin-left: -10%; padding-left: 12%;}
.teamRowList .teamRow:nth-child(3n+1) .teamBoxContCol h3{color: #ffd700;}
.teamRowList .teamRow:nth-child(3n+1) .teamBoxContCol h4{color: #fff;}
.teamRowList .teamRow:nth-child(3n+2) .teamBoxContCol .section-content{background-color: #fecb09; padding-right: 12%; color: #000;}
.teamRowList .teamRow:nth-child(3n+2) .teamBoxContCol h4{color: #20ac90;}
.teamRowList .teamRow:nth-child(3n+3){margin-top: 60px;}
.teamRowList .teamRow:nth-child(3n+3) .teamBoxContCol .section-content{background-color: #20ac90;margin-left: -10%; padding-left: 12%;}
.teamRowList .teamRow:nth-child(3n+3) .teamBoxContCol h3{color: #ffd700;}
.teamRowList .teamRow:nth-child(3n+3) .teamBoxContCol h4{color: #fff;}
.teamRow .teamBoxImgCol{position: relative; z-index: 1;}
.teamRowList .teamRow:nth-child(3n+1){/*background-image: url(../image/shap-21.webp);*/ background-repeat: no-repeat; background-position: top right;}
.teamRowList .teamRow:nth-child(3n+1) .container:before{content: ""; display: none; width: 175px; height: 390px; position: absolute; z-index: 1; top: -120px; right: 15%; background-image: url(../image/team-icon-1.webp); background-repeat: no-repeat; background-size: 150px; background-position: top right;}
.teamRowList .teamRow:nth-child(3n+2):before{content: ""; display: none; width: 175px; height: 240px; position: absolute; z-index: 1; bottom: -100px; left: 7%; background-image: url(../image/team-icon-2.webp); background-repeat: no-repeat; background-size: 150px; background-position: top left;}
.teamRowList .teamRow:nth-child(3n+3){/*background-image: url(../image/shap-22.webp);*/ background-repeat: no-repeat; background-position: top left 35px;}
.teamRowList .teamRow:nth-child(3n+3) .container:before{content: ""; display: none; width: 295px; height: 180px; position: absolute; z-index: 1; top: 10px; right: 20%; background-image: url(../image/team-icon-3.webp); background-repeat: no-repeat; background-size: 250px; background-position: top right;}
.team-row-two h3{padding-bottom: 35px;}









.single-services article.services .post-title-cls{display: none;}

.footer-content{font-size: 16px; line-height: 26px; font-weight: 400;}

.footer-bottom{display: none;}

.footer-row-top {display: none;}
.footerPhoneCall h2{font-size: 32px;}
.footerPhoneCall p{color: #616161; font-size: 18px;}
.footerPhoneCall h3 b{color: #ff8a00; font-weight: 500;}
.footerPhoneCall h3{padding-bottom: 30px;}
.footerPhoneCall figure img{width: 120px !important;}
.footer-top-right figure.wp-block-image{max-width: 130px !important;}






footer{background-color: #efb00d; color: #000;/*background-image: url(../image/shap-16.webp);*/ background-repeat: no-repeat; background-position: top 25px left; background-size: 170px;}
footer a{color: #000;}
footer h3{font-size: 20px; font-weight: 600; position: relative; color: #000; margin-bottom: 25px;}
/*footer .cipi .footerTop-menu ul{column-count: 3; gap: 20px;padding-left: 35px;}*/
.listo{padding-left: 0px; list-style: none;}
.listo li{}
.footerTop-menuInnr .footerTop-menuCol{display: inline-block; vertical-align: top; width: 32%;padding-right: 1%;}
.footerTop-menuInnr .footerTop-menuCol:last-child{padding-left: 22px;}

.footerTop-menu{padding-bottom: 35px; border-bottom: 1px solid #505050;margin-bottom: 35px;}
footer .cipi ul li{margin-bottom: 4px;color: #000; list-style: none; font-size: 18px;}


footer .footer-top h4{color:#000;}
footer .footer-top .two{padding-left: 35px; padding-top: 35px;}
footer .footer-top .one{padding-right: 35px;}
footer .footer-top .cipi{height: 100%;}
footer .footer-top .three .cipi{padding-left: 25%;}

footer a:hover, footer li a:hover{color: #fff;}
footer h2{color: #fff;}

.footer-contact-details{display: block; width: 100%; margin-bottom: 25px;color: #E7E5E5;}
.footer-contact-details i{color: #E7E5E5;margin-right: 10px;}
.footer-contact-details span{display: table-cell; vertical-align: top;}
.footer-contact-details span:first-child{width: 25px;}

footer .social-link{margin-bottom: 25px; display: block;color: #E7E5E5;}
footer .social-link li{border: none; padding: 5px !important; margin: 0 !important;}
footer .social-link ul li a i{color: #E7E5E5;}
footer .social-link ul li a:hover i{color: #ffd700;}

/*.copyrightRow{padding-top: 35px;color: #E7E5E5; font-size: 17px;}
.footer-bottom{border-top: 1px solid #FFFFFF1A; margin-top: 90px;}*/


form .frm-row{width:100%; display:block; padding: 1px 0;}
form .frm-row .frm-col2{width: 49.5%; display: inline-block; vertical-align:top;}
form .frm-row .frm-col2:first-child{padding-right: 7px;}
form .frm-row .frm-col2:last-child{padding-left: 7px;}
form .frm-row .frm-colfull{display:block; width:99.5%;}
form .frm-row-btn p{margin-bottom: 0;}
.contactform{padding-left:20px;}
.contactform .wpcf7-spinner{display: block;}
form .frm-col p{margin-bottom: 10px;}


form p{margin: 0 0 10px 0;}
form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"], form select, form input[type="search"], form input[type="password"]{width: 100%; color: #000000; background-color: #fff; border: none; border-radius: 5px; padding: 18px 20px; font-size: 17px; outline: unset;font-family: "DIN";font-weight: 500;margin-bottom: 7px;}
form textarea{width: 100%; color: #000000;  border: none; border-radius: 5px; padding: 18px 20px; font-size: 17px; outline: unset; height: 158px; resize: unset;font-family: "DIN";background-color: #fff;font-weight: 500;margin-bottom: 7px;}
form input[type="submit"]{  font-family: "DIN"; cursor: pointer;  position: relative;  display: inline-block;  position: relative;  padding: 6px 30px;  border: 1px solid #e0282b;  color: #ffcb0d;  background: #e0282b;  border-radius: 8px;  font-size: 20px;  line-height: 26px;  text-decoration: none;  overflow: hidden;  margin-top: 10px;
-webkit-transition: all 500ms ease;	-moz-transition: all 500ms ease;	-ms-transition: all 500ms ease;	-o-transition: all 500ms ease;	transition: all 500ms ease; }
form input[type="submit"]:hover{ animation: all 1000ms  ease-in; color: #e0282b; background-color: #ffcb0d; border-color: #ffcb0d; }

form .frm-row p{margin-bottom: 10px;}
.frm-row-btn{margin-top: 30px;}
.frm-btn-row p{margin: 0 auto 10px auto;}
form .row .col-cmn{text-align: left !important;}
form .row .frm-btn-row{text-align: center !important;}
form .row label{padding-bottom: 5px !important; display: inline-block;}
.wpcf7-spinner{display: block !important;}


.taproomListSlider .slick-slide div{height: 100%;}
.home-row-service .row.taproomRow{background-color: transparent;}
.taproomListMain2{background: #fff !important;  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1) !important;color: #000; width: 96% !important;margin: auto; height: 100%;}
.taproomListMain2 .taproomList-img{text-align: center; background-color: #fff6e7; padding: 0px;}
.taproomListMain2 .taproomList-img img{height: 340px;width: 100%; max-width: 100%; object-fit: cover; margin: auto;}
.taproomListMain2 .taproomList-cont{padding: 25px;}
.taproomListSlider .slick-slide .taproomListMain2 div{height: auto;}
.taproomListSlider .slick-slide{padding-bottom: 65px;}

.testimonialsSliderInnr2{text-align: left;background-color: #fff8e6; color: #000; margin: 15px auto; border: 2px solid #f0ead0; border-radius: 8px; padding: 25px;}
.testimonialsSliderInnr2 .testiStar{ color: #ffcb0d !important;}
.testimonialsSliderInnr2 div{height: auto !important;}
.testimonialsSlider .slick-slide{padding-bottom: 75px;padding-left: 10px; padding-right: 10px;}
.testimonialsSliderInnr2{font-size: 16px; line-height: 26px;}
.testimonialsSliderInnr2 .testiTitle{font-size: 20px;}










.comments-area{margin-top: 20px;background-color: #f4f4f4; padding: 25px 0 0;}
.comments-area h2.comments-title{font-size: 32px;}
.comments-area footer {  color: #000;  background-color: transparent !important;  padding: 0 0 0 0;}
.comments-area .comment-author img{border-radius: 50%; width: 70px; height: 70px;}
.comments-area ol{margin-left: 15px;}
.comments-area .comment-author a{color: #000;}


.comments-area .comment-metadata{padding-bottom: 10px;}
.comments-area .comment-metadata a{color: #000;}
.comments-area .comment-metadata time{font-size: 14px;}

.comments-area .reply svg{ width: 20px; height: 20px; display: inline-block; margin-right: 15px;}
.comments-area .reply{margin-bottom: 25px;}
.comments-area input[type="text"], .comments-area input[type="tel"], .comments-area input[type="email"], .comments-area select, .comments-area input[type="url"]{margin-bottom: 10px !important;width: 100%; padding: 15px 20px; border: 1px solid #d3d3d3; background-color: #fdfdfd; font-size: 18px; color: #bfbfbf; text-transform: uppercase; outline: none;}
.comments-area textarea{margin-bottom: 10px !important;width: 100%; padding: 15px 20px; border: 1px solid #d3d3d3; background-color: #fff; font-size: 18px; color: #000;height: 9em;outline: none;}
.comments-area h3.comment-reply-title small a{ color:#000 !important; font-size: 22px; margin-left: 15px;}


.popupColRow{padding-top: 30px; padding-bottom: 30px;}
.popupColRow  h4{color: #000;}




/*--------Responsive start--------------*/



@media screen and (min-width:1400px){
       

  
}

@media screen and (max-width:1720px){
  
  
  .home-row-blog::before{left: 0.1%;background-size: 120px;}
  footer{background-size: 120px;}
  .batchRight .batchImg img {  width: 150px;}
  .batchRight .batchImg{right: 0.5%; top: 70px;}
  .batchLeft .batchImg img {  width: 150px;}
  .batchLeft .batchImg{left: 0.5%; top: 70px;}
  .home-row-lookbook{background-size: 100px;}
  .home-row-lookbook::after {  width: 70px;  height: 70px;  top: 130px;  background-size: 50px;}
  .home-row-testimonials::before{background-size: 350px; background-position: bottom right;}
  .home-row-testimonials{background-size: 130px;}
  .home-row-food::after {  width: 100px;  height: 100px;  top: 100px;  background-size: 80px;}
  .home-row-food .one::before{background-size: 140px;}
  .home-row-service::before {  width:120px;  height: 120px;  top: 20px;  background-size: 100px; left: 60%;}
  .home-row-service{background-size: 150px;}
  .home-row-story .batchImg {  top: -90px;}
  .home-row-story::before {  width: 100px;  height: 100px;  left: 0.5%;  background-size: 100px;}
  .home-row-banner .section-img{background-size: 250px;}
  .home-row-banner::before {background-size: 90px;}
  .home-row-banner{background-size: 100px;}
  
.inner-bannr:before{background-size: 90px;}
.inner-bannr:after{background-size: 150px;}
.inner-bannr .one{text-align: right;padding-right: 18%;}

.inner-bannr h1{font-size: 50px; padding-right: 10px;}
.inner-bannr h1 strong{font-size: 79px; margin-top: -5px;padding-left: 8px;}
.inner-bannr h2{ font-size: 50px; padding-right: 30px;}
.inner-bannr h3 strong{padding-right: 30px;}
.inner-bannr h3.bigsize{ font-size: 110px; }
.inner-bannr h4{font-size: 38px;}
	
.about-row-two::after{background-size: 90px;}
.about-row-three::after{background-size: 70px;}

.inner-bannr-style2 .section-img{background-size: 250px;}
.inner-bannr-style2::before {background-size: 90px;}
.inner-bannr-style2::after {background-size: 120px;}
.inner-bannr-style2{background-size: 100px;}
/*.inner-bannr-style2 .section-img img{ padding-left: 15%;}*/
.inner-bannr-style2 h1{font-size: 82px;  }
.font220{font-size: 221px; }
  
  
.taproomRowList .taproomRow:nth-child(3n+1) {background-size: 200px;}
.taproomRowList .taproomRow:nth-child(3n+1):after{ width: 250px; height: 250px;  background-size: 200px; }
.taproomRowList .taproomRow:nth-child(1):before{width: 80px;height: 80px; top: -40px;  background-size: 50px;}
.taproomRowList .taproomRow:nth-child(2):before{width: 80px;height: 80px;  top: -30px; background-size: 40px; }
.taproomRowList .taproomRow:nth-child(3):before{ width: 100px;height: 100px; top: -30px; background-size: 80px; }

.taproom-row-footer{ background-size: 250px;}
.taproom-row-footer:before{width: 250px; height: 250px; bottom:-60px; background-size: 200px;}


.teamRowList .teamRow:nth-child(3n+1){ background-size: 150px;}
.teamRowList .teamRow:nth-child(3n+1) .container:before{width: 135px; height: 260px; top: -120px; right: 12%; background-size: 120px; }
.teamRowList .teamRow:nth-child(3n+2):before{width: 135px; height: 120px; bottom: -40px; left: 3%; background-size: 100px; }
  .teamRowList .teamRow:nth-child(3n+3){background-size: 230px;}
.teamRowList .teamRow:nth-child(3n+3) .container:before{width: 195px; height: 120px; top: 30px; right: 15%; background-size: 180px; }

.fran-shap-lft .section-img::before {  width: 160px;  height: 160px;  bottom: -35px;  left: -34px;  background-size: 140px; }

  .fran-shap-rght .headingRow::before {  width: 140px;  height: 140px;  right: -24px;background-size: 120px;}
  
}


@media screen and (max-width:1680px){
  
header .topbar-logo .container{  max-width: 96% !important;}
  
}

@media screen and (max-width:1600px){
    
    
.container{  max-width: 94% !important;}
.comments-area{  margin: auto;}
.single-post .nav-links{ margin: auto;}

  .taproomListMain2 .taproomList-img img{height: 320px;}
   
}

@media screen and (max-width:1480px){
  
.teamRowList .teamRow:nth-child(3n+1){ background-size: 120px;}
.teamRowList .teamRow:nth-child(3n+1) .container:before{width: 105px; height: 220px; top: -80px; right: 12%; background-size: 100px; }
.teamRowList .teamRow:nth-child(3n+2):before{width: 105px; height: 100px; bottom: -40px; left: 1%; background-size: 100px; }
.teamRowList .teamRow:nth-child(3n+3) .container:before{width: 125px; height: 80px; top: 60px; right: 13%; background-size: 120px; }
  .teamRowList .teamRow:nth-child(3n+3){background-size: 200px; background-position: top 25px left;}

.inner-bannr { padding: 48px 0;}
.inner-bannr:before{background-size: 90px;}
.inner-bannr:after{background-size: 150px;}
.inner-bannr .one{padding-right: 18%;}
.inner-bannr h1{font-size: 45px; padding-right: 10px;}
.inner-bannr h1 strong{font-size: 69px; margin-top: -5px;padding-left: 8px;}
.inner-bannr h2{ font-size: 45px; padding-right: 25px;}
.inner-bannr h3 strong{padding-right: 25px;}
.inner-bannr h3.bigsize{ font-size: 100px; }
.inner-bannr h4{font-size: 33px;}

  .inner-bannr-style2 .section-img{background-size: 200px;}
.inner-bannr-style2::before {background-size: 70px;}
.inner-bannr-style2::after {background-size: 100px;}
.inner-bannr-style2{background-size: 80px;}
/*.inner-bannr-style2 .section-img img{ padding-left: 13%;}*/
.inner-bannr-style2 h1{font-size: 72px;  }
.font220{font-size: 191px; }
  
.fran-shap-lft .section-img::before {  width: 140px;  height: 140px;  bottom: -35px;  left: -34px;  background-size: 110px; }
  .fran-shap-rght .headingRow::before {  width: 120px;  height: 120px;  right: -20px;background-size: 100px;}
	
}

@media screen and (max-width:1380px){
  
h1 {  font-size: 66px; line-height: 1.1; }
h2{font-size: 61px; line-height: 1.1; }
h3{font-size: 40px; line-height: 1; padding-bottom: 10px; margin-bottom: 25px; }
h3:before{width: 120px; height: 5px; }
h4{font-size: 28px; line-height: 1.1em; }
h5{font-size:23px; line-height:28px;  }
h6{font-size: 16px; line-height: 26px;  }

.home-row-banner h4 {  font-size: 35px;  line-height: 1.1;}
  
  #menu-main-menu a{font-size: 16px;}
  .headerTopBtn .btn {  font-size: 15px;   padding: 3px 20px;}
  
.foodImg-Main img{border-radius: 8px; width: 30%; height: 150px;}
.foodImg-Main img:first-child{width: 70%; height: 300px;}

.night-Main{  grid-auto-rows: 5px; gap: 0px;}
.night-box{  border-radius: 5px;    padding: 10px 10px; }

.night-box:nth-child(1){ grid-row: span 22; background-position: top 15px center;  }
.night-box:nth-child(2){ grid-row: span 40; background-position: top 15px center;  } 
.night-box:nth-child(3){ grid-row: span 42; } 
.night-box:nth-child(4){ grid-row: span 24; } 

.home-row-food .one{padding-right: 60px;}
.home-row-food .two{padding-left: 60px; background-position: bottom 35px left 30px; background-size: 80px; }
.night-box h2{font-size: 3vw;}
.night-box h3{font-size: 2vw;}
.night-box h4{font-size: 1.5vw;}
    
.teamRowList .teamRow:nth-child(3n+1){ background-size: 90px;}
.teamRowList .teamRow:nth-child(3n+1) .container:before{width: 95px; height: 180px; top: -30px; right: 12%; background-size: 80px; }
.teamRowList .teamRow:nth-child(3n+2):before{width: 95px; height: 80px; bottom: -30px; left: 1px; background-size: 80px; }
.teamRowList .teamRow:nth-child(3n+3) .container:before{width: 105px; height: 70px; top: 80px; right: 12%; background-size: 100px; }
  .teamRowList .teamRow:nth-child(3n+3){background-size: 170px; }

.inner-bannr { padding: 38px 0;}
.inner-bannr:before{background-size: 70px;}
.inner-bannr:after{background-size: 100px;}
.inner-bannr .one{padding-right: 14%;}
.inner-bannr h1{font-size: 40px; padding-right: 10px;}
.inner-bannr h1 strong{font-size: 59px; margin-top: -5px;padding-left: 8px;}
.inner-bannr h2{ font-size: 40px; padding-right: 20px;}
.inner-bannr h3 strong{padding-right: 20px;}
.inner-bannr h3.bigsize{ font-size: 80px; }
.inner-bannr h4{font-size: 30px;}
	
  .inner-bannr-style2 .section-img{background-size: 130px;}
.inner-bannr-style2::before {background-size: 50px;}
.inner-bannr-style2::after {background-size: 90px;}
.inner-bannr-style2{background-size: 60px;}
/*.inner-bannr-style2 .section-img img{ padding-left: 10%;}*/
.inner-bannr-style2 h1{font-size: 52px;  }
.font220{font-size: 141px; }
	
.taproomRowList .taproomRow:nth-child(3n+1) {background-size: 150px;}
.taproomRowList .taproomRow:nth-child(3n+1):after{ width: 160px; height: 160px;  background-size: 150px; }
.taproomRowList .taproomRow:nth-child(1):before{width: 60px;height: 60px; top: -30px;  background-size: 30px;}
.taproomRowList .taproomRow:nth-child(2):before{width: 60px;height: 60px;  top: -30px; background-size: 30px; }
.taproomRowList .taproomRow:nth-child(3):before{ width: 80px;height: 80px; top: -30px; background-size: 60px; }
  .taproomList-excerpt{font-size: 18px; line-height: 26px;}
	
.fran-shap-lft .section-img::before {  width: 120px;  height: 120px;  bottom: -25px;  left: -14px;  background-size: 80px; }
  .fran-shap-rght .headingRow::before {  width: 100px;  height: 100px;  right: -10px;background-size: 80px;}
	
}

@media screen and (max-width:1300px){
  
  
}

@media screen and (max-width:1260px){
    
    
    
 .p-t-150{padding-top:130px;}
	.p-b-150{padding-bottom:130px;}
	.m-t-150{margin-top:130px;}
	.m-b-150{margin-bottom:130px;} 
  
	

  
}

@media screen and (max-width:1220px){

}



@media screen and (max-width:1200px){
      
  
h1 {  font-size: 56px; line-height: 1.1; }
h2{font-size: 51px; line-height: 1.1; }
h3{font-size: 35px; line-height: 1; padding-bottom: 10px; margin-bottom: 25px; }
h3:before{width: 90px; height: 4px; }
h4{font-size: 26px; line-height: 1.1em; }
h5{font-size:22px; line-height:27px;  }
h6{font-size: 16px; line-height: 26px;  }

.home-row-banner h4 {  font-size: 28px;  line-height: 1.1;}
  .borderImg img {  height: 11px !important;}
  
  
  #menu-main-menu a{font-size: 14px;}
  .headerTopBtn .btn {  font-size: 13px;   padding: 3px 20px;}
  .btn {  padding: 6px 22px;  border-radius: 8px;  font-size: 16px;    line-height: 24px;}
  
  .home-row-banner::before{background-size: 70px;}
  .home-row-banner .section-img{background-size: 40%;}
  /*.home-row-banner .section-img img {  padding-left: 15%;}*/
  .home-row-banner {    background-size: 80px;  }
  .batchRight .batchImg img {    width: 110px;  }
  .home-row-story::before {    width: 80px;    height: 80px;    background-size: 70px;  }
  .video-img a::before{background-size: 50px;}
  
  .home-row-service::before {    width: 100px;    height: 100px;    top: 20px;    background-size: 70px;    left: 65%;  }
  .home-row-service{ background-size: 130px;}
  .taproomListMain .taproomList-cont h4 {  font-size: 20px; line-height: 1.1; margin-bottom: 5px;}
  .taproomListMain .taproomList-cont {  font-size: 13px;  line-height: 20px;}
  .taproomList-btn {  padding-top: 0px;}
  .taproomList-img img {  max-width: 92%;}
  .taproomList-btn  .btn {    padding: 5px 16px;    border-radius: 5px;    font-size: 12px;    line-height: 18px;  }
  .taproomListMain {  padding: 10px 15px; }
  
   .home-row-food::after {  width: 70px;  height: 70px;  top: 90px;  background-size: 60px;}
  .home-row-food .one::before{background-size: 100px;}
  
.foodImg-Main img{border-radius: 8px; width: 30%; height: 150px;}
.foodImg-Main img:first-child{width: 70%; height: 300px;}

.night-Main{  grid-auto-rows: 5px; gap: 0px;}
.night-box{  border-radius: 5px;    padding: 10px 10px; }

.night-box:nth-child(1){ grid-row: span 22; background-position: top 15px center;  }
.night-box:nth-child(2){ grid-row: span 40; background-position: top 15px center;  } 
.night-box:nth-child(3){ grid-row: span 42; } 
.night-box:nth-child(4){ grid-row: span 24; } 

.home-row-food .one{padding-right: 60px;}
.home-row-food .two{padding-left: 60px; background-position: bottom 35px left 30px; background-size: 80px; }
.night-box h2{font-size: 3vw;}
.night-box h3{font-size: 2vw;}
.night-box h4{font-size: 1.5vw;}
.night-box:nth-child(1):before{ width: 30px; height: 30px;  bottom: -10px; right: -15px; background-size: 30px; }
.night-box:nth-child(2):before{ width: 20px; height: 20px; bottom: -10px; right: 20%; background-size: 15px; }
.night-box:nth-child(3):before{ width: 10px; height: 10px; bottom: 50%; left: 15px;background-size: 10px; }
.night-box:nth-child(3):after{ width: 10px; height: 10px; bottom: 15px; right: 25%; background-size: 10px; }

  .home-row-testimonials::before{background-size: 260px;}
.home-row-testimonials{background-size: 100px;}

  .batchLeft .batchImg img {  width: 100px;}
  .batchLeft .batchImg{ top: 90px;}
   .home-row-lookbook::after {    width: 50px;    height: 50px;    top: 120px;    background-size: 35px;  }
     .home-row-lookbook {    background-size: 70px;  }
.lookbook-img{  grid-auto-rows: 208px;  gap: 15px;}
.lookbook-img a:nth-child(6n) img{height: 75%;}
  
  .home-row-blog::before{background-size: 80px;width: 100px; height: 100px;}
  footer {    background-size: 100px; padding-top: 60px;  padding-bottom: 40px; }
  
  
.inner-bannr { padding: 30px 0;}
.inner-bannr:before{background-size: 60px;}
.inner-bannr:after{background-size: 70px;}
.inner-bannr .one{padding-right: 10%;}
.inner-bannr h1{font-size: 34px; padding-right: 10px;}
.inner-bannr h1 strong{font-size: 49px; margin-top: -5px;padding-left: 8px;}
.inner-bannr h2{ font-size: 34px; padding-right: 20px;}
.inner-bannr h3 strong{padding-right: 20px;}
.inner-bannr h3.bigsize{ font-size: 60px; }
.inner-bannr h4{font-size: 22px;}
  
.RightHalfBG .section-content{padding-right: 30px;}
.LeftHalfBG .section-content{padding-left: 30px;}
.about-row-two::after {  width: 80px;  height: 80px;  top: 60px;background-size: 60px;}
  
   .about-row-three::after {    width: 80px;    height: 100px;    background-size: 60px;  }
  .about-row-three .one .section-content {  padding-right: 50px;}
  .about-row-three.taproom-row-one::after {  top: -50px;}
  
  .inner-bannr-style2 .section-img{background-size: 100px;}
.inner-bannr-style2::before {background-size: 40px;}
.inner-bannr-style2::after {background-size: 80px;}
.inner-bannr-style2{background-size: 50px;}
/*.inner-bannr-style2 .section-img img{ padding-left: 7%;}*/
.inner-bannr-style2 h1{font-size: 42px;  }
.font220{font-size: 111px; margin-top: -10px !important; }
  
   .taproom-row-footer::before {    width: 170px;    height: 170px;    bottom: -50px;    background-size: 150px;  }
  .taproom-row-footer{background-size: 190px;}
	
.teamRowList .teamRow:nth-child(3n+1){ background-size: 70px;}
.teamRowList .teamRow:nth-child(3n+1) .container:before{width: 75px; height: 130px; top: -5px; right: 12%; background-size: 60px; }
.teamRowList .teamRow:nth-child(3n+2):before{width: 75px; height: 60px; bottom: -20px; left: 1px; background-size: 60px; }
.teamRowList .teamRow:nth-child(3n+3) .container:before{width: 85px; height: 60px; top: 80px; right: 10%; background-size: 80px; }
  .teamRowList .teamRow:nth-child(3n+3){background-size: 120px; }
	
  .fran-shap-rght .headingRow::before {  width: 80px;  height: 80px;  right: 0px;background-size: 60px;}
  .franchiseBoxRow .franchiseBoxCol .section-content {  padding: 30px 30px 10px;}
  .franchise-row-two .headingRow h4 {  font-size: 37px;}
  
  .taproomListMain2 .taproomList-img img{height: 280px;}
	
}




@media screen and (max-width:1178px){
  
}


@media screen and (max-width:1160px){
    
    
}





@media screen and (max-width:1100px){

  
   
}


@media screen and (max-width:1067px){    
 
    
    
}


@media screen and (max-width:1040px){



	.p-t-125{padding-top:90px;}
	.p-b-125{padding-bottom:90px;}
    .p-t-98{padding-top: 70px !important;;}
    .p-b-98{padding-bottom: 70px !important;}
    .m-t-98{margin-top: 70px !important;}
    .m-b-98{margin-bottom: 70px !important;}
.m-t-125{margin-top:90px;}
.m-b-125{margin-bottom:90px;}
	.default-page-content {  padding-top: 70px;  padding-bottom: 70px;}
    

	.p-t-150{padding-top:110px;}
	.p-b-150{padding-bottom:110px;}
.m-t-150{margin-top:110px;}
.m-b-150{margin-bottom:110px;}


.default-row-content {  padding-top: 70px;}
  
body{	font-size:17px; line-height:27px;   }
  
h1 {  font-size: 46px; line-height: 1.1; }
h2{font-size: 41px; line-height: 1.1; }
h3{font-size: 31px; line-height: 1; padding-bottom: 10px; margin-bottom: 20px; }
h3:before{width: 80px; height: 4px; }
h4{font-size: 24px; line-height: 1.1em; }
h5{font-size:20px; line-height:27px;  }
h6{font-size: 16px; line-height: 26px;  }

.home-row-banner h4 {  font-size: 23px;  line-height: 1.1;}
  .borderImg img {  height: 11px !important;}
  
  
  .btn {  padding: 6px 18px;  border-radius: 5px;  font-size: 14px;    line-height: 22px;}
  
  .home-row-banner::before{background-size: 50px;}
  .home-row-banner .section-img{background-size: 35%;}
  /*.home-row-banner .section-img img {  padding-left: 15%;}*/
  .home-row-banner {    background-size: 60px;  }
  .batchRight .batchImg img {    width: 90px;  }
  .home-row-story::before {    width: 70px;    height: 70px;    background-size: 60px;  }
  .video-img a::before{background-size: 40px;}
  
  .batchLeft .batchImg img {  width: 70px;}
  .batchLeft .batchImg{ top: 110px;}
   .home-row-lookbook::after {    width: 40px;    height: 40px;    top: 130px;    background-size: 25px;  }
     .home-row-lookbook {    background-size: 50px;  }
.lookbook-img{  grid-auto-rows: 168px;  gap: 10px;}
.lookbook-img a:nth-child(6n) img{height: 75%;}
   
}

@media screen and (max-width:1000px){
  
    
}


@media screen and (max-width:991px){
	
     
    .rmp_menu_trigger.rmp-menu-trigger-boring {  display: block !important;}
	    
button.rmp_menu_trigger{display: block !important; top:80px !important;width: 35px !important;height: 35px !important; right: 32px !important;}
	button.rmp_menu_trigger .responsive-menu-pro-inner::before {  top: 7px;width: 20px !important;}

	button.rmp_menu_trigger .responsive-menu-pro-inner::after {  bottom: 7px;width: 20px !important;}
	button.rmp_menu_trigger .responsive-menu-pro-inner{width: 20px !important;}
	button.rmp_menu_trigger .rmp-trigger-box {		width: 20px !important;}
    
     .rmp_menu_trigger.rmp-menu-trigger-boring:hover, .rmp_menu_trigger.rmp-menu-trigger-boring:focus, .rmp_menu_trigger.rmp-menu-trigger-boring{background: #e0282b !important; cursor: pointer;position: absolute !important;}
	#rmp-menu-wrap-203 .rmp-menu-current-item .rmp-menu-item-link, #rmp-menu-wrap-203 li .rmp-menu-item-link:hover{background: #d79d0d !important;}
    #rmp-menu-wrap-203 li a:hover{background: #d79d0d !important;}
  #rmp-container-203 {background: #21ab91 !important;}
    
    .header .headerTopMenu #navbarSupportedContent{display: none !important;}
  .headerTopBtn {  padding-left: 0px; padding-right: 50px; }
  .topbar-logo .two{padding-right: 0;}
 
body{	font-size:16px; line-height:26px;   }
  
h1 {  font-size: 36px; line-height: 1.1; }
h2{font-size: 31px; line-height: 1.1; }
h3{font-size: 27px; line-height: 1; padding-bottom: 10px; margin-bottom: 20px; }
h3:before{width: 70px; height: 3px; }
h4{font-size: 21px; line-height: 1.1em; }
h5{font-size:18px; line-height:25px;  }
h6{font-size: 15px; line-height: 25px;  }

.home-row-banner h4 {  font-size: 23px;  line-height: 1.1;}
  .borderImg img {  height: 11px !important;}
  
  
  .btn {  padding: 6px 15px;  border-radius: 4px;  font-size: 13px;    line-height: 21px;}
  
  .home-row-banner::before{background-size: 40px;}
  .home-row-banner .section-img{background-size: 30%;}
  /*.home-row-banner .section-img img {  padding-left: 15%;}*/
  .home-row-banner {    background-size: 40px;  }
  .batchRight .batchImg img {    width: 70px;  }
  .home-row-story::before { top: -30px;   width: 60px;    height: 60px;    background-size: 50px;  }
  .video-img a::before{background-size: 30px;}
  .home-row-story .batchImg {    top: -50px;  }
  
  .home-row-service::before {    width: 60px;    height: 60px;    top: 20px;    background-size: 50px;    left: 70%;  }
  .home-row-service{ background-size: 80px;}
  .taproomListMain .taproomList-cont h4 {  font-size: 18px; line-height: 1.1; margin-bottom: 5px;}
  .taproomListMain {  padding: 10px 10px; }
  .slick-dots li button{padding: 3px !important;width: 10px !important; height: 10px !important;}
  .slick-dots li{width: 15px !important; height: 15px !important;}
  .slick-dots li button::before {  font-size: 10px !important; width: 10px !important; height: 10px !important;}
  .slick-dots{bottom: -40px !important;}
  
.foodImg-Main img{border-radius: 8px; width: 30%; height: 120px;}
.foodImg-Main img:first-child{width: 70%; height: 240px;}
.home-row-food .one{padding-right: 20px;}
.home-row-food .two{padding-left: 20px;  }
  
  .home-row-blog::before{background-size: 60px;width: 70px; height: 70px; top: 100px;}
  .blogMain .blogMain-img img {  height: 258px;}
  footer {    background-size: 70px; padding-top: 50px;  padding-bottom: 30px; }
  
}



@media screen and (max-width:960px){
   
  .taproomListMain2 .taproomList-img img{height: 250px;}
   
}

@media screen and (max-width:920px){

}


@media screen and (max-width:880px){
 

    
}

@media screen and (max-width:860px){
  
button.rmp_menu_trigger {    right: 20px !important;  }
  
  .home-row-testimonials::before{background-size: 160px;}
.home-row-testimonials{background-size: 60px;}
  
  .batchLeft .batchImg img {  width: 50px;}
  .batchLeft .batchImg{ top: 130px;}
   .home-row-lookbook::after {    width: 30px;    height: 30px;    top: 130px;    background-size: 20px;  }
     .home-row-lookbook {    background-size: 40px;  }
.lookbook-img{  grid-auto-rows: 108px;  gap: 8px;}
.lookbook-img a:nth-child(6n) img{height: 55%;}
  
  .blogMain .blogMain-img img {  height: 218px;}
  footer .footer-top .three .cipi {  padding-left: 0;}
  footer .footer-top .four {    padding-left: 35px;}
  .footer-top .footer-copyright{display: none;}
  .footer-bottom {  display: block;margin-top: 30px;}
  
  
.inner-bannr { padding: 30px 0; background-position: center right 120px;}
.inner-bannr:before{background-size: 60px;}
.inner-bannr:after{background-size: 60px;}
.inner-bannr .one{padding-right: 10%;}
.inner-bannr h1{font-size: 30px; padding-right: 10px;}
.inner-bannr h1 strong{font-size: 39px; margin-top: -5px;padding-left: 8px;}
.inner-bannr h2{ font-size: 30px; padding-right: 20px;}
.inner-bannr h3 strong{padding-right: 20px;}
.inner-bannr h3.bigsize{ font-size: 45px; }
.inner-bannr h4{font-size: 22px;}
	
  .inner-bannr-style2 .section-img{background-size: 50px;}
.inner-bannr-style2::before {background-size: 30px;}
.inner-bannr-style2::after {background-size: 60px;}
.inner-bannr-style2{background-size: 30px;}
/*.inner-bannr-style2 .section-img img{ padding-left: 6%;}*/
.inner-bannr-style2 h1{font-size: 32px;  }
.font220{font-size: 81px; margin-top: -5px !important; }
	
  .about-row-three.taproom-row-one{padding-top: 50px;}
	
  .taproomList-excerpt{font-size: 16px; line-height: 24px;}
	
   .taproom-row-footer::before {    width: 100px;    height: 100px;    bottom: -30px;    background-size: 90px;  }
  .taproom-row-footer{background-size: 140px;}
	
  .taproomListMain2 .taproomList-img img{height: 220px;}
	
}

@media screen and (max-width:820px){
    
 
  
}


@media screen and (max-width:799px){
    
  .taproomListMain2 .taproomList-img img{height: 300px;}
   
}

@media screen and (max-width:767px){



	.p-t-125{padding-top:55px;}
	.p-b-125{padding-bottom:55px;}      
    .p-t-98{padding-top: 40px !important;}
    .p-b-98{padding-bottom: 40px !important;}
    .m-t-98{margin-top: 40px !important;}

    .m-b-98{margin-bottom: 40px !important;}
.m-t-125{margin-top:55px;}
.m-b-125{margin-bottom:55px;}	


	.p-t-150{padding-top:65px;}
	.p-b-150{padding-bottom:65px;}
.m-t-150{margin-top:65px;}
.m-b-150{margin-bottom:65px;}

	.default-page-content {  padding-top: 40px;  padding-bottom: 40px;}

    
   
    /*header .topbar-bottom .two{display: none;}*/

	.mobiledisplay{display:block;}
    
      
    
    /*.topbar-bottom {  padding: 20px 0 10px 0;}*/
   
    .col-middle-gap .one{padding-right: 0px;}
    .col-middle-gap .two{padding-left: 0px;}
    .col-middle-gap2 .one{padding-right: 0px;}
    .col-middle-gap2 .two{padding-left: 0px;}
    
    /*.contact-row-two .two{padding-left: 0px; padding-top: 45px;}*/
  
    
    .mob-rightimg-row .row .col-cmn:nth-of-type(1) { order: 2;display: block; width: 100% !important; }
.mob-rightimg-row .row .col-cmn:nth-of-type(2) { order: 1;display: block; width: 100% !important;  margin-bottom: 10px; }
/*.mob-rightimg-row .row {-ms-box-orient: horizontal;  display: -webkit-box !important;  display: -moz-box !important;  display: -ms-flexbox !important;  display: -moz-flex !important;  display:    -webkit-flex !important;  -webkit-flex-flow: row wrap !important;  flex-flow: row wrap !important;width: 100%;}*/

h1 {  font-size: 30px; line-height: 1.1; }
h2{font-size: 28px; line-height: 1.1; }
h3{font-size: 24px; line-height: 1; padding-bottom: 10px; margin-bottom: 20px; }
h3:before{width: 60px; height: 3px; }
h4{font-size: 20px; line-height: 1.1em; }
h5{font-size:17px; line-height:25px;  }
h6{font-size: 15px; line-height: 25px;  }

.home-row-banner h4 {  font-size: 16px;  line-height: 1.1;}
  
  
  .btn {  padding: 3px 15px;  border-radius: 4px;  font-size: 13px;    line-height: 21px;}
  
  .home-row-banner::before{background-size: 30px;}
  .home-row-banner .section-img{background-size: 25%;}
  /*.home-row-banner .section-img img {  padding-left: 12%;}*/
  .home-row-banner {    background-size: 30px;padding: 10px 0 5px 0;  }
  .batchRight .batchImg img {    width: 50px;  }
  .home-row-story::before { top: -25px;   width: 50px;    height: 50px;    background-size: 40px;  }
  .video-img a::before{background-size: 37px;}
  .home-row-story .batchImg {    top: -30px;  }
  .home-row-banner .section-content {  padding: 5px 0;}
  
.borderImg img {  height: 8px !important;}
  
  .home-row-story .two{padding-top: 25px;}
  
.foodImg-Main img{border-radius: 8px; width: 30%; height: 150px;}
.foodImg-Main img:first-child{width: 70%; height: 300px;}
.home-row-food .one{padding-right: 0px;}
.home-row-food .two{padding-left: 0px;  }
  .home-row-food::before {  width: 100%;  height: 50%;  top: 50%;  right: 0;}
  .home-row-food .foodInnr::before {  width: 100%;  height: 50%;  top: 50%;  right: 0;}
   .home-row-food .two {    background-position: bottom 15px left 0px;    background-size: 50px;  }
   .home-row-food::after {    width: 60px;    height: 60px;    top: 47%;    background-size: 50px;  }
  .home-row-food .one::before {    background-size: 80px;  }
  
.night-box h2{font-size: 4.9vw;}
.night-box h3{font-size: 4.2vw;}
.night-box h4{font-size: 3.2vw;}
  .night-box {    padding: 15px 10px;  }

  .home-row-testimonials::before{background-size: 110px;}
.home-row-testimonials{background-size: 40px;}
  
  
  .blogMain .blogMain-img img {  height: auto;}
  
  footer .footer-top .two {  padding-left: 0;}
   footer .footer-top .four {    padding-left: 0; padding-top: 35px;   }
  .footer-logo img{max-width: 150px !important;}
  
.inner-bannr { padding: 30px 0; background-position: center right 120px;}
.inner-bannr:before{background-size: 60px;}
.inner-bannr:after{background-size: 60px;}
.inner-bannr .one{padding-right: 18%;}
.inner-bannr h1{font-size: 22px; padding-right: 10px;}
.inner-bannr h1 strong{font-size: 34px; margin-top: -5px;padding-left: 8px;}
.inner-bannr h2{ font-size: 22px; padding-right: 20px;}
.inner-bannr h3 strong{padding-right: 20px;}
.inner-bannr h3.bigsize{ font-size: 37px; }
.inner-bannr h4{font-size: 18px;}
  
.RightHalfBG .section-content{padding-right: 0px;}
.LeftHalfBG .section-content{padding-left: 0px;}
.about-row-two::after {  display: none;}
.RightHalfBG .RightHalfBG-img {  position: relative;  width: 100%;}
.LeftHalfBG .LeftHalfBG-img {  position: relative;  width: 100%;}
.about-row-three .one .section-content {  padding-right: 0;}
  .about-row-three::after{top: 0;width: 40px;  height: 40px; background-size: 30px;}
  .about-row-three .section-img {  padding: 0 50px;}
  .about-row-three .two{padding-top: 0;}
  .aboutBoxImgMain .aboutBoxImgMainInnr:first-child img {  transform: rotate(10deg);  margin-top: 30px;}
  .aboutBoxImgMain .aboutBoxImgMainInnr:last-child img {  transform: rotate(-10deg);}
.aboutBoxImgMain .aboutBoxImgMainInnr img {  border-width: 7px;  width: 95%;}
	
  .about-row-three.taproom-row-one::after {    top: -30px;  }
  .about-row-three.taproom-row-one.batchRight .batchImg{top: 0px !important;}
	
.teamRowList .teamRow:nth-child(3n+1){ background-size: 50px;}
.teamRowList .teamRow:nth-child(3n+1) .container:before{width: 55px; height: 100px; top: 0px; right: 12%; background-size: 40px; }
.teamRowList .teamRow:nth-child(3n+2):before{width: 55px; height: 50px; bottom: -10px; left: 1px; background-size: 40px; }
.teamRowList .teamRow:nth-child(3n+3) .container:before{display: none; }
  .teamRowList .teamRow:nth-child(3n+3){background-size: 120px; }
  .teamRow .teamBoxContCol {  margin-top: 0px; margin-bottom: 30px;}	
  .teamBox-img{line-height: 0;}
  .teamRowList .teamRow:nth-child(3n+2) .col-cmn:nth-of-type(1) { order: 2;display: block; width: 100% !important; }
.teamRowList .teamRow:nth-child(3n+2) .col-cmn:nth-of-type(2) { order: 1;display: block; width: 100% !important;  }
  .teamRowList .teamRow:nth-child(3n+1) .teamBoxContCol .section-content {  margin-left: 0; width: 100%;  padding-left: 35px;}
  .teamRowList .teamRow:nth-child(3n+2) .teamBoxContCol .section-content {  margin-left: 0; width: 100%; padding-right: 35px;}
  .teamRowList .teamRow:nth-child(3n+3) .teamBoxContCol .section-content { margin-left: 0; width: 100%;  padding-left: 35px;}
  .teamRowList {  padding-bottom: 60px;}
  
.fran-shap-lft .section-img::before {  width: 100px;  height: 100px;  bottom: -15px;  left: 0px;  background-size: 60px; }
  .franchise-row-one .one{margin-bottom: 55px;}
	
  .fran-shap-rght .headingRow::before {  width: 50px;  height: 50px;  background-size: 40px; top: -40px;}
  .franchise-row-two .headingRow h4 {  font-size: 30px;}
  .franchise-form .row{margin-left: 0; margin-right: 0;}
	
  #popmake-262{width: 70% !important;}
  
}



@media screen and (max-width:680px){
  
  
.lookbook-img{  grid-auto-rows: 88px;  gap: 8px;}
.lookbook-img a:nth-child(6n) img{height: 55%;}
  
.inner-bannr { padding: 25px 0; background-position: center right 100px;}
.inner-bannr:before{background-size: 50px;}
.inner-bannr:after{background-size: 50px;}
.inner-bannr .one{padding-right: 18%;}
.inner-bannr h1{font-size: 20px; padding-right: 10px;}
.inner-bannr h1 strong{font-size: 30px; margin-top: -5px;padding-left: 8px;}
.inner-bannr h2{ font-size: 20px; padding-right: 20px;}
.inner-bannr h3 strong{padding-right: 20px;}
.inner-bannr h3.bigsize{ font-size: 32px; }
.inner-bannr h4{font-size: 16px;}
	
	.taproomListMain2 .taproomList-img img{height: 260px;}
	
}




@media screen and (max-width:600px){
  
.home-row-banner h1 {  font-size: 24px;  line-height: 1.1;margin-bottom: 15px;}  
.home-row-banner h4 {  font-size: 16px;  line-height: 1.1;}
  
  .home-row-service::before {    width: 50px;    height: 50px;    top: 20px;    background-size: 40px;    left: 70%;  }
  .home-row-service{ background-size: 60px;}
  
.night-box h2{font-size: 6.9vw;}
.night-box h3{font-size: 5.2vw;}
.night-box h4{font-size: 4.2vw;}
  .night-box {    padding: 15px 10px;  }
  
  
.lookbook-img{ grid-template-columns: repeat(2, 1fr);  grid-auto-rows: 168px;  gap: 6px;}
.lookbook-img a:nth-child(1){  grid-row: unset;grid-column: unset;}
.lookbook-img a:nth-child(3){  grid-column: unset; grid-row: unset;}
.lookbook-img a:nth-child(6n + 1){    grid-column: unset;    grid-row: unset;}
.lookbook-img a:nth-child(6n + 3){  grid-column: unset; grid-row: unset;}
.lookbook-img a:nth-child(6n) img{height: 70%;}
  
  
form .frm-row .frm-col2{width: 100%; display: inline-block;}
form .frm-row .frm-col2:first-child{padding-right: 0;}
form .frm-row .frm-col2:last-child{padding-left: 0;}

  
}

@media screen and (max-width:577px){
  
  
  .taproomListMain .taproomList-cont h4 {  font-size: 24px; line-height: 1.1; margin-bottom: 10px;}
  .taproomListMain .taproomList-cont {    font-size: 15px;    line-height: 22px;  }
  
.inner-bannr { padding: 25px 0; background-position: center right 50px;}
	
.inner-bannr-style2 h1{font-size: 26px;  }
.font220{font-size: 51px; margin-top: 0px !important; }
  .inner-bannr-style2 .section-content {  padding: 5px 0;}
	
.taproomRowList .taproomRow:nth-child(3n+1) {background-size: 100px;}
.taproomRowList .taproomRow:nth-child(3n+1):after{ width: 120px; height: 120px;  background-size: 100px; }
.taproomRowList .taproomRow:nth-child(1):before{width: 50px;height: 50px; top: -20px;  background-size: 20px;}
.taproomRowList .taproomRow:nth-child(2):before{width: 50px;height: 50px;  top: -20px; background-size: 20px; }
.taproomRowList .taproomRow:nth-child(3):before{ width: 70px;height: 70px; top: -20px; background-size: 50px; }
  .taproomList-excerpt{font-size: 15px; line-height: 22px;}
	
   .taproom-row-footer::before {    width: 70px;    height: 70px;    bottom: -20px;    background-size: 60px;  }
  .taproom-row-footer{background-size: 90px;}
	
	.taproomListMain2 .taproomList-img img{height: 360px;}
}

@media screen and (max-width:480px){

.home-row-banner h1 {  font-size: 21px;  line-height: 1.1;margin-bottom: 10px;}  
.home-row-banner h4 {  font-size: 13px;  line-height: 1.1;}
  
.foodImg-Main img{border-radius: 8px; width: 30%; height: 120px;}
.foodImg-Main img:first-child{width: 70%; height: 240px;}
  
  
.lookbook-img{   grid-auto-rows: 138px; }
  
.inner-bannr { padding: 25px 0; background-position: center right 20px;}
.inner-bannr:before{background-size: 30px;}
.inner-bannr:after{background-size: 30px;}
.inner-bannr .one{padding-right: 15%;}
.inner-bannr h1{font-size: 18px; padding-right: 10px;}
.inner-bannr h1 strong{font-size: 26px; margin-top: -5px;padding-left: 8px;}
.inner-bannr h2{ font-size: 18px; padding-right: 20px;}
.inner-bannr h3 strong{padding-right: 20px;}
.inner-bannr h3.bigsize{ font-size: 29px; }
.inner-bannr h4{font-size: 14px;}
	
.aboutBoxImgMain .aboutBoxImgMainInnr img {  border-width: 7px;  width: 100%;}
   .about-row-three .section-img {    padding: 0 30px;  }
	
  #popmake-262{width: 80% !important;}
	
	.taproomListMain2 .taproomList-img img{height: 320px;}
  
}

@media screen and (max-width:430px){
  
.night-box h2{font-size: 8.9vw;}
.night-box h3{font-size: 7.2vw;}
.night-box h4{font-size: 6.2vw;}
  .night-box {    padding: 15px 10px;  }
  
.inner-bannr { padding: 25px 0; background-position: center right;}
	
.inner-bannr-style2 h1{font-size: 20px;  }
  .inner-bannr-style2 h2{margin-bottom: 10px;}
.font220{font-size: 36px;  }
	
	.taproomListMain2 .taproomList-img img{height: 300px;}
}

@media screen and (max-width:390px){
   
.home-row-banner h1 {  font-size: 18px;  line-height: 1.1;margin-bottom: 10px;}  
.home-row-banner h4 {  font-size: 11px;  line-height: 1.1;}
.btn {    padding: 3px 12px;    border-radius: 4px;    font-size: 11px;    line-height: 18px;  }
  
  .taproomListMain .taproomList-cont h4 {  font-size: 21px; line-height: 1.1; margin-bottom: 10px;}
  .taproomListMain .taproomList-cont {    font-size: 13px;    line-height: 20px;  }
  
	.taproomListMain2 .taproomList-img img{height: 280px;}
	
}

@media screen and (max-width:360px){
	
.inner-bannr { padding: 20px 0; background-position: center right;}
.inner-bannr .one{padding-right: 12%;}
.inner-bannr h1{font-size: 16px; padding-right: 10px;}
.inner-bannr h1 strong{font-size: 23px; margin-top: -5px;padding-left: 8px;}
.inner-bannr h2{ font-size: 16px; padding-right: 20px;}
.inner-bannr h3 strong{padding-right: 20px;}
.inner-bannr h3.bigsize{ font-size: 22px; }
.inner-bannr h4{font-size: 13px;}
    
}

