/*menu css */

.divider {
	color: var(--color-1);
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
	text-align: center;
	line-height: 2;
}

.divider:before,
.divider:after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	width: 50%;
	border-bottom: 2px dotted var(--color-1);
	margin: 0 2% 0 -55%;
}
.divider:after {
	margin: 0 -55% 0 2%;
}
h3:nth-child(2) {
	font-size: 3em;
}

h3.divider {
	font-family: var(--big-headers-font);
	text-transform: capitalize;
	font-size: 3rem;
}

.menu-main {
}
.menu-main .nav-link {
	color: var(--color-1);
}
.menu-main .nav-link.active {
	background-color: var(--color-1);
	color: #fff;
}
.menu-main .menu-item h5 {
	font-weight: 700;
	color: var(--color-1);
	margin-bottom: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.item-title {
	margin-bottom: 30px;
	position: relative;
}
.item-title h5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
    font-family: var(--text-font);
}
.item-title h5::before {
	content: "";
	position: absolute;
	top: 22px;
	/* bottom: 0; */
	left: 0;
	right: 0;
	z-index: -1;
	border-bottom: 2px dotted var(--color-1);
}

.item-title h5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.item-title h5 > span {
	background-color: white;
	margin-bottom: -2px;
	font-size: 18px;
	line-height: 1.5;
    font-weight: 600;
    display: flex;
    column-gap: 10px;
}
@media (max-width: 1200px) {
	.item-title h5 > span {
		background-color: white;
		margin-bottom: -2px;
		font-size: 14px;
		line-height: 1.5;
	}
}

@media (max-width: 1200px) {
	.item-title h5 > span {
		background-color: white;
		margin-bottom: -2px;
		font-size: 17px;
		line-height: 1.5;
	}
	h3.divider {
		font-family: var(--big-headers-font);
		text-transform: capitalize;
		font-size: 22px;
	}
	.ingredients {
		font-size: 16px;
	}
}
@media (max-width: 650px) {
	.item-title h5 {
		display: block;
	}
}
.price {
	background-color: white;
	color: var(--color-1) !important;
	font-size: 18px;
	line-height: 1.5;	
    font-weight: 600;
}
.spicy {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.menu-main .fade:not(.show) {
	display: none;
}
.navbar-brand img {
    transition: all .15s ease-in-out;
}
.scrolled img {
    max-width: 120px!important;
}
#hero h2 {
    font-family: 'MoonTime';
    text-transform: none;
    font-size: 55px !important;
}
.inner-font {
    font-family: var(--text-font);
}
#calendar-events .card-subtitle {
    font-family: var(--text-font);
}
.card-img-top.events {
    display: none;
}
.calendar-time {
    margin-top: 30px;
}
.qoute {
    font-family: 'MoonTime';
    font-size: 55px;
    text-align: center;
    color: #006369;
    max-width: 850px;
    margin: 0 auto;
    line-height: 1;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
    padding: 20px 40px;
}

  
  .qoute::before {
    content: '';
    background: url('../images/design/left.webp') no-repeat;
    background-size: contain;
    width: 56px;
    height: 31px;
    position: absolute;
    left: -10%;
    top: 20%;
    transform: translateY(-50%);
  }
  
  .qoute::after {
    content: '';
    background: url('../images/design/right.webp') no-repeat;
    background-size: contain;
    width: 56px;
    height: 31px;
    position: absolute;
    right: -10%;
    top: 70%;
    transform: translateY(-50%);
  }
  @media (max-width: 1260px) {
    .qoute::after, .qoute::before {
        display: none;
    }
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

  .background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/design/background.webp') no-repeat center center/cover;
	z-index: 1;
  }
  
  .cta-bg {	
	z-index: 2;
  }
  
  .cta-container {	
	z-index: 3;	
  }

  .call-to-action svg.cta-bg path {
    fill: var(--color-2);
    width: 100vw;
    height: 100%;
}

#home span {
	font-family: 'MoonTime';
    text-transform: none;
    font-size: 55px !important;
}
#testimonials h2 {
	font-family: 'MoonTime';
    text-transform: none;
    font-size: 55px !important;
	padding-top: 50px;
    margin-bottom: -20px;
}
.about h3 {
	font-family: 'MoonTime';
    text-transform: none;
  font-size: 3.2rem !important; 
}
@media (min-width: 992px) {
	.cta {    
		height: 70vh;
	}
	.cta-container.first {
		padding-top: 17vh;
	}
	.cta.last {
		margin-bottom: -10vh;
	}
	.cta.story {
		margin-left: auto;
		margin-right: 10vh;
		margin-top: 15vh;
	}
	.cta.blogs {
		margin-right: auto;
		margin-left: 10vh;
		margin-bottom: -35vh;
	}
}
@media (max-width: 991px) {
	.cta.blogs {		
		margin-bottom: -22vh;
	}
	.cta-container.bottom {
		padding-top: 280px;
	}
	#home {
		max-height: 1150px !important;
	}
	.internal .navbar-brand img {
		max-width: 120px !important;
	}
}
@media (min-width: 991px) and (max-width: 1660px) {
#home, #home .row, #home .row .col-lg-6 {
    height: 110vh;
}
}
/* Calendar */
#calendar-events>div>.card {
    border: none;
    background-color: #f5f5f5;
    -webkit-box-shadow: rgba(9,30,66,.25) 0 4px 8px -2px,rgba(9,30,66,.08) 0 0 0 1px;
    box-shadow: rgba(9,30,66,.25) 0 4px 8px -2px,rgba(9,30,66,.08) 0 0 0 1px
}

#calendar-events>div>.card>.card-header {
    text-align: center;
    font-weight: bolder
}

#calendar-events div.row.h-100.m-0>div.col-md-6.p-0.my-auto.text-center>div>div>h5,#calendar-events div.row.h-100.m-0>div.col-md-10.p-0.my-auto.text-center>div>div>h5 {
    font-weight: bolder;
    font-size: 1rem
}

#calendar-events div.row.h-100.m-0>div.col-md-6.p-0.my-auto.text-center>div>div .card-title,#calendar-events div.row.h-100.m-0>div.col-md-10.p-0.my-auto.text-center>div>div>.card-title {
    font-weight: bolder;
    font-size: 1.5rem
}

#calendar-events>div>.card>.card-body {
    text-align: center
}

#calendar-events>div>.card>.card-body>img {
    margin-right: auto;
    margin-left: auto
}

#calendar-events>div>.card>.card-footer {
    text-align: center;
    font-weight: bold;
    padding: 0;
    border: none
}

#calendar-events div.row.h-100.m-0>div.col-md-2.p-0.m-0.text-center.date-bg>div>div>h3,#calendar-events div.row.h-100.m-0>div.col-md-2.p-0.m-0.text-center.date-bg>div>div>h2 {
    color: var(--main-accent-text)!important;
    margin-top: 2rem;
    margin-bottom: 2rem
}

#calendar-events div.row.h-100.m-0>div.col-md-10.p-0.my-auto.text-center>div>div>div,#calendar-events div.row.h-100.m-0>div.col-md-6.p-0.my-auto.text-center>div>div>div>p {
    color: var(--secondary-accent-text)!important
}

.date-bg>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .date-bg>div>div {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px
    }
}

#calendar-events .fa-calendar-plus {
    position: absolute;
    right: 1rem;
    top: .75rem;
    color: var(--color-2);
    font-size: 1.25rem
}

#calendar-events .fa-calendar-plus:hover {
    position: absolute;
    right: 1rem;
    top: .75rem;
    color: var(--color-1);
    font-size: 1.25rem;
    cursor: pointer
}

@media (max-width: 767px) {
    #calendar-events .fa-calendar-plus {
        position:absolute;
        right: 1rem;
        top: .75rem;
        color: var(--color-3);
        font-size: 1.5rem
    }

    #calendar-events .fa-calendar-plus:hover {
        position: absolute;
        right: 1rem;
        top: .75rem;
        color: var(--color-1);
        font-size: 1.5rem;
        cursor: pointer
    }
}

.events-calendar {
    margin-bottom: 3rem
}

.cta-button.btn.btn-template {
    height: 100%;
    width: 100%;
    margin: 0;
    border-radius: 0;
    border: none;
    outline: none;
    color: var(--main-accent);
    color: var(--main-accent-text);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgb(0,0,0,0)!important;
    box-shadow: 0 0 0 rgb(0,0,0,0)!important
}

.cta-button.btn.btn-template:hover,.cta-button.btn.btn-template:focus,.cta-button.btn.btn-template:active {
    background-color: var(--secondary-accent);
    color: var(--secondary-accent-text);
    border: none;
    outline: none
}

#calendar-events .card-img-top {
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-right: -1px
}

.date-bg {
    background-color: var(--main-accent)!important;
    color: var(--main-accent-text)!important
}

@media (max-width: 767px) {
    .subscribeBtn {
        margin-bottom:2rem
    }   
}
.cta-img {    
    object-position: left top;	
		width: 100%;
		height: auto;
		-o-object-fit: cover;
		object-fit: fill;	
}
.scrolled .navbar-toggler {
	background: var(--color-1);
}

h2 {
   font-family: 'MoonTime';
   font-size: 3.2rem !important;
}
.modal-title {
	font-family: var(--text-font);
}
.internal-header.reservations {
    background-image: url(../images/design/reservation.webp) !important;
    background-position: center top;
}
.internal-header.private {
    background-image: url(../images/design/private.webp) !important;
    background-position: center top;
}
.internal-header.entertainment {
    background-image: url(../images/design/entertainment.webp) !important;
    background-position: center top;
}
.internal-header.about {
    background-image: url(../images/design/about.webp) !important;
    background-position: center top;
}


#blog .blog-bottom a.title-wrapper, #blog .blog-bottom a.title-wrapper .blog-title {
    font-size: 1.1rem!important;
}
#home h2 {
    font-family: var(--header-font) !important;
}