@font-face {
  font-family: 'Murva Demo';
  src: url('murva-demo.regular.ttf') format('woff');
}

@font-face {
  font-family: 'Museo-700';
  src: url('Museo 700.otf') format('woff');
}


body .page-wrapper * {
	font-family:Murva Demo;
	
}

.header-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    background: #000;
}
.header-left {
    display: flex;
}
.header-left .header-email {
    margin-right: 20px;
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 24px;
}
.header-left .open-close {
    font-size: 20px;
    margin-bottom: 0;
	margin-top:0;
    color: #fff;
}
.header-right .happy-hour-text {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}
.open-close {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header-email img {
height: 24px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.open-close img {
    margin-right: 8px;
    position: relative;
    top: -2px;
}
.happy-hour-text img {
    position: relative;
    top: -2px;
    height: 4-px;
}

.second-header {
    display: flex;
    padding: 20px;
    align-items: center;
}
.second-header .second-header-left {
    width: 10%;
}
.second-header .second-header-right {
    width: 10%;
}

.second-header-center ul li a:hover {
text-decoration:none;
}



.second-header .second-header-center {
    width: 80%;
    align-items: center;
}
.second-header-center ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.second-header-center ul li {
    margin-right: 20px;
    font-size: 20px;
    color: #000;
}
.btn-green {
    background: #00B725;
    padding: 15px 30px;
    color: #fff;
    font-size: 18px;
}
.second-header-center ul li a {
    color: #fff;
}

.content-wrapper .hero-slider{
    margin-top: -100px;
    z-index: 999;
}
.second-header {
    z-index: 99999;
    position: relative;
}
.hero-content {
background:url(../img/burnt-border-bg.png);
background-size:cover;

}

.hero-content .upcoming {
    display: flex;
    margin-left: 30vw;
    width:40vw;
    justify-content: center;
    padding-bottom: 100px;
    align-items: flex-end;
}
.hero-content {
    min-height: 100px;
    background-size: contain;
}
.background-video {
	width:100%;
}

.upcoming .upcoming-event {
    padding: 0 20px;
}
.upcoming .upcoming-date {
        padding: 0 20px;

}
.upcoming .upcoming-button {
        padding: 0 20px;

}
.upcoming .upcoming-event p {
    font-size:24px;
    color: #fff;
    margin-bottom: 0;
}
.upcoming .upcoming-date p {
    font-size:24px;
    color: #fff;
    margin-bottom: 0;
}
.upcoming-button .btn-yellow {
    background: #FFAA00;
    font-size: 24px;
    padding: 10px 30px;
}
.upcoming-label {
    color: #FFAA00 !important;
    font-size: 16px !important;
    
}

.intro-about-wrapper {
    display: flex;
}
.intro-about {
    padding: 20px;
}
.intro-about-wrapper {
    width: 60vw;
    margin-left: 20vw;
    margin-top: 100px;
}
.intro-about-left {
    width: 50%;
}
.intro-about-right {
    width: 50%;
}
.intro-about-text p{
    font-size:20px;
    padding: 20px;
}
.intro-about-text h1 {
    font-size: 50px;
    background: #fff;
    margin-left: -40px;
    padding: 10px;
	position:relative;
	z-index:9999;
}

.vibes-slider {
    margin-top: 100px;
}

.menu-days-wrapper {
    background: #FFF7CF;
    padding: 50px;
    padding-top: 100px;
}
.menu-title {
    width: 80vw;
    margin-left: 10vw;
    display: flex;
    column-gap:30px;
}
.menu-title h1 {
    font-size: 150px;
    color: #000;
}
.menu-title p {
    font-size: 24px;
}

.menu-books {
    display: flex;
    width: 80vw;
    margin-left: 10vw;
    justify-content: center;
    margin-top: 50px;
    column-gap: 20px;
}
.menu-books .menu-box {
background: #fff;
padding: 30px;
    width: 50%;
    
}
.menu-box h2 {
    font-size: 60px;
        color:#000;
		margin-top:0;
}
.menu-box ul {
    list-style-type: none;
    font-size: 26px;
	padding-left:0;
}
.menu-box ul li {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.menu-box .drink-offer-price h3 span {
    font-size: 50px;
    margin-bottom: 0;
	
}
.menu-box .drink-offer-price h3 {
    display: flex;
    flex-direction: column;
}
.menu-box .drink-offer-price h3 span:first-child {
    color:#FFAA00;
}

.floating-beer {
    position: absolute;
    bottom: 0;
    left: -70px;
    width: 150px;
}
.menu-box {
    position: relative;
    
}
.menu-box.drink-menu {
    padding-left: 100px;
}
.food-menu-btn {
    position: absolute;
    bottom: -30px;
    left: 50%;
    height: 60px;
    align-items: center;
    width: 300px;
    text-align: center !important;
    margin-left: -150px;
}
.btn-green:hover {
    color: #fff;
}

.menu-box.food-menu {
    background: #000;
}
.menu-box.food-menu h2, .menu-box.food-menu li {
    color: #fff;
}

.days-wrapper {
    margin-top: 150px;
}
.days-wrapper h2 {
    text-align: center;
    font-size: 50px;
}
.days-list-wrapper {
    width: 60vw;
    margin-left: 20vw;
    display: flex;
    flex-wrap: wrap;
    row-gap:10px;
    column-gap:5%;
}
.days-list-wrapper .days-box {
    width: 47.5%;
    background: #fff;
    display: flex;
}
.days-box .day-img {
    width: 30%;
	background-size:cover;
	background-position:center;
}
.days-box .day-content {
    padding: 30px 10px;
}
.days-box .day-content h3 {
    margin-bottom: 0;
}
.days-box .day-content p {
    margin: 0;
}
.days-box .day-content p.day-offer {
	font-family:Museo-700;
}
.monday-cocktail{
background:url(../img/monday-img.png);
}
.tuesday-happy{
background:url(../img/tuesday-img.png);
}
.wednesday-ladies{
background:url(../img/wednesday-img.png);
}
.thursday-bollywood{
background:url(../img/thursday-img.png);
}
.friday-music{
background:url(../img/friday-img.png);
}
.saturday-djnight{
background:url(../img/saturday-img.png);
}

.slider-title span {
    font-size: 50px;
    display: block;
}
.slider-title {
    text-align: center;
}
.yellow-color {
    color: #FFAA00;
}
.slider-ambience {
    margin-top: -50px;
}
.menu-days-wrapper {
    padding-bottom: 160px;
}

.slider-ambience-box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 60vw;
    margin-left: 20vw;
}

.slider-ambience-box .beerhandimg {
    position: absolute;
    height: 70%;
    right: 0;
    bottom: 0;
}
.slider-ambience-box {
    position: relative;
}

.news-events-wrapper {
    margin-top: 200px;
}
.next-event {
    width: 60vw;
    margin-left: 20vw;
    display: flex;
    border: 1px solid #ddd;
}
.next-event .next-event-left {
    width: 50%;
}
.next-event .next-event-right {
    width: 50%;
    padding: 30px;
}
.next-event-date {
    margin-bottom: 0;
    font-size: 30px;
	color: #FFAA00;
}
.next-event .next-event-right  h2 {
    margin-top: 0;
    font-size: 50px;
}
.next-event-description {
    font-family:Museo-700 !important;
	font-size:22px;
}
.upcoming-event-box {
    width: 40vw;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    align-items: center;
}
.upcoming-event-deck {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 100px;
}
.upcoming-event-box-left h2 span {
    display: block;
    text-align: center;
}
.upcoming-event-box-left {
    background: #FFAA00;
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.upcoming-event-box-right {
    padding: 20px;
}
.upcoming-event-box-left h2  {
    margin-bottom: 0;
}
.upcoming-event-box-left h2  .date {
    font-size: 70px;
    line-height: 70px;
}
.upcoming-event-box-right .upcoming-event-title {
    font-size: 30px;
}
.upcoming-event-box-right p.upcoming-event-description {
    font-family:Museo-700 !important;
}

.event-news-title {
    text-align: center;
    font-size: 100px;
    color: #000;
}
.featured-wrapper-left {
background:url(../img/featured-left-img.png);
background-size:cover;
}

.featured-wrapper-right {
background:url(../img/featured-right-img.png);
background-size:cover;
}
.featured-wrapper {
    display: flex;
    width: 100%;
}
.featured-wrapper-left {
    width: 50%;
    min-height: 400px;
}
.featured-wrapper-right {
    width: 50%;
}
.featured-content p {
    color: #fff;
    font-size: 50px;
    margin: 0;
}
.featured-content {
    padding: 30px ;
    position: absolute;
    bottom: 0;
}
.featured-wrapper-left, .featured-wrapper-right {
    position: relative;
}

.testimonial-wrapper {
    padding: 50px 15%;
    margin-top: 100px;
    
}
.testimonial-wrapper li p {
    color: #000;
    
}
.testimonial-wrapper li p.testimonial-content {
    font-size: 24px;
	font-family:Museo-700 !important;
}


.testimonial-wrapper {
    padding: 50px 15%;
    margin-top: 100px;
    
}
.testimonial-wrapper li p {
    color: #000;
    
}
.testimonial-wrapper li p.testimonial-content {
    font-size: 24px;
}

.people-wrapper-row {
    display: flex;
    width: 60vw;
    margin-left: 20vw;
    column-gap: 10px;
    margin-bottom: 100px;
}
.people-wrapper-title {
    text-align: center;
    font-size: 40px;
    margin-top: 100px;
    margin-bottom: 50px;
}
.people-wrapper-row .people-box {
    width: 33%;
}
.people-wrapper-row .people-box img {
    filter: grayscale(1);
}
.people-wrapper-row .people-box img:hover{
    filter: grayscale(0);
}
.testimonial-wrapper {
    padding: 50px 15%;
    margin-top: 100px;
    
}
.testimonial-wrapper li p {
    color: #000;
    
}
.testimonial-wrapper li p.testimonial-content {
    font-size: 20px;
}

.people-wrapper-row {
    display: flex;
    width: 60vw;
    margin-left: 20vw;
    column-gap: 10px;
    margin-bottom: 100px;
	justify-content:center;
}
.people-wrapper-title {
    text-align: center;
    font-size: 40px;
    margin-top: 100px;
    margin-bottom: 50px;
}
.people-wrapper-row .people-box {
    width: 33%;
}
.people-wrapper-row .people-box img {
    filter: grayscale(1);
}
.people-wrapper-row .people-box img:hover{
    filter: grayscale(0);
}

.people-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
}
.people-box {
    position: relative;
}
.people-caption h2 {
    color: #fff;
    margin: 0;
}
.people-caption p {
    color: #fff;
    margin: 0;
}


.footer-content-wrapper {
    background: #000;
    display: flex;
    justify-content: space-between;
    padding: 40px;
}
.footer-content-left {
    width: 50%;
}
.footer-content-right {
    width: 50%
    display:flex;
    justify-content: flex-end;
}
.footer-content-wrapper p {
    color: #fff;
}
.about-us-title {
    margin-bottom: 0 ;
    font-size: 30px;
}
.about-us-title + p {
    margin-top: 0;
    font-size: 24px;
	font-family:Museo-700 !important;
}

.footer-content-left {
width: 30%; 
}
.footer-content-right {
    text-align: right;
}
.footer-content-right p {
    font-size: 30px;
}

.footer-content-right  ul li {
    color: #fff;
    list-style-type: none;
    margin-bottom: 20px;
    font-family:Museo-700 !important;
}

.footer-bottom {
    background: #FFAA00;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px ;
}
.footer-bottom p {
    margin: 0;
	font-family:Museo-700 !important;
}
.footer-bottom p a {
    color: #fff;
    margin-left: 20px;
	font-family:Museo-700 !important;
}

.tiki-footer-logo {
    width:150px;
}

.footer-content-wrapper {
	background:#000;
	background-size:100%;
	background-repeat:no-repeat;
	background-position-x:0;
	background-position-y:0;
	padding-top:150px;
}


.people-wrapper-row {
    margin-bottom: 0;
}
.people-wrapper-row .people-img {
    position: relative;
    z-index: 999;
	cursor:pointer;
}
.footer-top-border {
margin-top: -60px;
    position: relative;
    z-index: 99999;
}

.people-wrapper-row .people-caption {
position: absolute;
    top: 0;
    left: -50%;
    display: none;
}

.people-wrapper-row img:hover + .people-caption {
	display:block;
}

.header-right {
    display: flex;
    align-items: center;
}
.header-right p {
    margin-bottom: 0;
}
.header-right .location-switcher {
border:  2px solid #fff;
    padding: 10px 20px;
    color: #fff;
    margin-left: 20px;
	cursor:pointer;
}

.mobile-only {
	display:none;
}
.desktop-only {
	display:block;
}

.store-switcher {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
	display:none;
}
.store-switcher-content {
    background: #fff;
    padding: 50px;
    width: 30vw;
    margin-left: 35vw;
    margin-top: 60px;
    border-radius: 20px;
}
.store-selectors {
    display: flex;
    justify-content: space-between;
}
.store-box {
    width: 45%;
}
.store-switch-title {
    text-align: center;
    color: #FF8A55;
	margin-top:0;
}

.popup-close-icon {
    position: absolute;
    right:20px;
    top: 20px;
    width: 20px;
}
.store-switcher-content {
    position: relative;
}

.second-header .tiki-logo {
    width: 70px;
    position: absolute;
    left: 30px;
    top: 30px;
}

.tiki-logo {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
}


@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}


/* HOME BANNER RELATED CSS */

.home-banner-promo-img {
    width: 36vw;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -18vw;
    margin-top: 80px;
}
.hero-slider {
    position: relative;
}


/* HOME BANNER RELATED CSS */


/* ABOUT SECTION */

.intro-about-text p {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top:0;
}

.vibes-slider {
    margin-bottom: 40px;
}



/* ABOUT SECTION */

.featured-menu li span {
    font-size: 20px;
}
.featured-menu li {
    margin-bottom: 10px !important;
}

.show-reserve-dialog .reserve-dialog {
display:block;
}

body.show-reserve-dialog {
overflow-y:hidden;
}

.reserve-dialog {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
	display:none;
}
.reserve-dialog .reserve-dialog-overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7)
}
.reserve-dialog-content {
    width: 30vw;
    background: #fff;
    position: fixed;
    padding: 20px;
    left: 35vw;
    margin-top: 50px;
}
.reserve-btns .btn-brand {
    padding: 10px;
    font-size: 18px;
}
.reserve-btns .btn-default {
    padding: 10px;
     font-size: 18px;
}

.reserve-dialog-content input.form-control {
    height: 50px;
}

.form-control {
    border-radius: 0;
    border: 1px solid #ccc;
    box-shadow: none;
	font-family:Museo-700 !important;
}

.form-group label {
font-family:Museo-700 !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
outline:none;
}


.pub-address {
width: 50%;
 font-size:16px !important;
}

.footer-content-right li {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.location-switcher.uk-active{
    z-index: 99999;
    background: #FFAA00;
    color: #000;
    right: 5%;
    border: none;
    padding: 10px 10px;
    text-align: center;
    border-radius: 0 0 20px 20px
}

.eui-widget-title.es-widget-title {
    font-size: 40px;
    margin-bottom: 30px;
}



@media screen and (max-width:1000px) {

.header-wrapper {
    flex-direction: column;
}
.header-left {
    flex-direction: row;
    justify-content: space-between;
    display: none;
}
.header-email  {
    font-size: 12px !important;
}
.header-small-icon {
    height: 18px !important;
}
.open-close {
    font-size: 12px !important;
}
.header-right {
    flex-direction: column;
}
.happy-hour-text  {
    font-size:12px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.location-switcher {
    width: 100%;
    margin-left: 0 !important;
    text-align: center;
}
.second-header {
    flex-direction: column;
    padding-top: 0;
    background: #000;
}
.second-header-center {
    display: none;
}
.second-header-right {
    width: 100% !important;
}
.content-wrapper .hero-slider {
    margin-top: 0;
}
.second-header-right button {
    width: 100% !important;
	padding: 7px 20px;
}
.hero-content .upcoming {
    width: 100%;
    margin-left: 0;
}
.hero-content .upcoming {
    flex-wrap: wrap;
    padding-bottom: 30px;
    justify-content: space-between;
}
.hero-content {
    background-color: #000;
    background-position-y:100%;
    background-repeat: no-repeat;
}
.upcoming .upcoming-event p {
    margin-top: 0;
}
.upcoming-button {
    margin-top: 30px;
    width: 100% !important;
}

.upcoming-button .btn-yellow {
    font-size: 14px;
    padding: 10px;
    width: 100% !important;
}
.intro-about-wrapper {
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
}
.intro-about-left {
    width: 100%;
}
.intro-about-right {
    width: 100%;
}
.intro-about-text h1 {
    margin-left: 0;
    padding: 0;
    margin-top: 10px;
	font-size:30px;
}
.intro-about-text p {
    padding: 0;
	font-size:16px;
	font-family:Museo-700 !important;
}
.vibes-slider {
    margin-top: 10px;
}
.menu-days-wrapper {
    padding: 20px;
    padding-top: 30px;
}
.menu-title h1 {
    font-size: 30px;
}
.menu-title {
    flex-direction: column;
    margin-left: 0;
}
.menu-title p {
    font-size:18px;
    margin-top: 0;
	font-family:Museo-700 !important;
}
.menu-books {
    margin-left: 0;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}
.menu-box {
    width: 100% !important;
}
.menu-box h2{
font-size:34px;
}

.featured-menu li  {
font-size:16px;
}

.food-menu-btn {
    position: static;
    margin-left: 0;
    width: 100%;
}
.floating-beer {
    display: none;
}
.menu-box.drink-menu {
    padding: 20px;
}
.days-wrapper {
    margin-top: 50px;
}

.days-wrapper h2 {
	font-size:30px;
}

.slider-title {
font-size:30px;
}

.days-list-wrapper {
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
}
.days-list-wrapper .days-box {
    width: 100%;
}
.slider-ambience {
    margin-top: 0;
    padding-top: 50px;
}
.slider-title span {
    font-size: 30px;
}
.slider-ambience-box {
    width: 100%;
    margin-left: 0;
}

.featured-content p {
font-size:28px !important;
}

.news-events-wrapper {
    margin-top: 20px;
    padding: 10px;
}
.event-news-title {
    font-size: 30px;
}
.next-event {
    width: 100%;
    margin-left: 0;
}
.next-event .next-event-right h2 {
    font-size: 20px;
}
.next-event-description {
    font-size: 12px;
    display: none;
}
.upcoming-event-box {
    width: 100vw;
}
.upcoming-event-deck {
    margin-top: 10px;
    margin-bottom: 30px;
}
.upcoming-event-box-left {
    width: 30% !important;
    padding-top: 20px;
    padding-bottom: 20px;
}
.upcoming-event-box-right {
    width: 70%;
}
.upcoming-event-description {
    display: none;
}
.upcoming-event-box-right .upcoming-event-title {
    margin-bottom: 0;
}
.featured-wrapper {
    flex-wrap: wrap;
}
.featured-wrapper .featured-wrapper-left {
    width: 100%;
}
.featured-wrapper .featured-wrapper-right {
    width: 100%;
    min-height: 400px;
}
.testimonial-wrapper {
    margin-top: 20px;
    padding: 20px 30px;
}
.people-wrapper-title {
    font-size: 30px;
}
.people-wrapper-row {
    width: 90vw;
    margin-left: 5vw;
}
.footer-content-wrapper {
    flex-wrap: wrap;
    padding-top: 50px;
}
.footer-content-left {
    width: 100%;
}
.footer-content-right {
    width: 100%;
}
.tiki-footer-logo {
    width: 100px;
}
.about-us-title {
    font-size: 20px;
}
.about-us-title + p {
    font-size: 14px;
}
.footer-content-right {
    text-align: left;
}
.footer-content-right ul {
    padding-left: 0;
}
.footer-bottom {
    flex-wrap: wrap;
}
.footer-bottom p {
    width: 100%;
    margin-bottom: 15px;
}
.footer-bottom p a{
    margin-left: 0 ;
    margin-right: 20px;
}

.mobile-only {
	display:block;
}
.desktop-only {
	display:none;
}
.header-right {
    flex-direction: column-reverse;
}
.header-right .location-switcher {
    background: #fff;
    color: #000;
    width: auto;
    padding: 2px 20px!important;
    border-radius: 0 0 20px 20px;
    margin-bottom: 10px;
}
.header-wrapper {
    padding-top: 0;
    padding-bottom: 5px;
}
.hamberger-menu p {
    margin-bottom: 0;
    width: 100%;
    font-size: 16px;
}
.hamberger-menu {
    margin-top: 10px;
    width: 100%;
    background: #fff;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.second-header {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.second-header-right {
    padding-left: 15px;
    padding-right: 15px;
}

.second-header-center {
    position: fixed;
    display: block;
    top: -100vh;
    left: 0;
    width: 100vw !important;
    height: auto;
    background: url(../img/shutterbg.jpg);
	background-size:cover;
    padding-top: 20px;
	transition: all 0.4s;
	border-bottom: 10px solid #FFAA00;
}
.second-header-center ul li a {
    color: #fff !important;
}
.second-header-center ul li a:hover {
text-decoration:none;
}

.second-header-center ul {
    flex-direction: column;
	padding-left:0;
}
.second-header-center ul li {
    margin-bottom: 20px;
}

.ham-open .second-header-center {
top:0;
}

body.ham-open {
	overflow-y:hidden;
}

.ham-close-icon {
    width: 40px;
    border-radius: 10px;
    position: absolute;
    right: 0;
}

.store-switcher-content {
    width: 90vw;
    margin-left: 5vw;
}

.store-selectors {
    flex-wrap: wrap;
}
.store-box {
    width: 100%;
}
.store-box img {
    display: none;
}
.store-box .store-caption {
    border:1px solid #000;
    padding: 15px;
    margin: 0;
    margin-bottom: 20px;
}

.menu-wrapper .featured-menu li span {
    font-size: 15px;
}
.menu-wrapper .drink-offer-price * {
    font-size: 34px !important;
}
.footer-content-right li {
    text-align: left;
    justify-content: flex-start;
}
.header-right .location-switcher {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
   box-shadow: 0px 12px 9px -3px rgba(0,0,0,0.1);
}

.reserve-dialog-content {
    width: 90vw;
    left: 5vw;
}

.people-wrapper-row .people-box {
    width: 70%;
}
.footer-wrapper {
    position: relative;
    z-index: 9999;
}
.people-caption {
    width: 50%;
    left: -20% !important;
    display: block !important;
}



}

@media screen and (min-width:1000px) and (max-width:1400px) {

.second-header-right .btn-green {
    padding: 10px
}
.second-header {
    width: 95%;
    margin-left: 2%;
}
.hero-content .upcoming {
    width: 80vw;
    margin-left: 10vw;
}
.hero-content {
    background-size: cover;
}
.intro-about-wrapper {
    width: 90vw;
    margin-left: 5vw;
}
.menu-days-wrapper {
    padding: 10px 0px;
}
.menu-books {
    width: 90vw;
    margin-left: 5vw;
}
.days-wrapper {
    margin-bottom: 60px;
}
.next-event {
    width: 90vw;
    margin-left: 5vw;
}
.upcoming-event-box {
    width: 60vw;
    
}
.testimonial-wrapper {
    padding: 50px 5%;
}
.people-wrapper-row {
    width: 90vw;
    margin-left: 5vw;
}
.store-switcher-content {
    width: 60vw;
    margin-left: 20vw;
}

.days-list-wrapper {
    width: 80vw;
    margin-left: 10vw;
}

.header-wrapper .header-left a, .header-wrapper .header-left p {
    font-size: 18px;
}
.header-wrapper .header-left a, .header-wrapper .header-left p {
    font-size: 18px;
}
.header-right .happy-hour-text {
    font-size: 18px;
}

.reserve-dialog-content {
    width: 50vw;
    left: 25vw;
}


}