/**
 * @file
 * Subtheme specific CSS.
 */


/* about-page  */
.about-info {
    /* background-color: #f2f2f2; */
    padding: 20px 20px;
}

.about-info p {
    font-size: 18px;
    /* background-color: #f2f2f2; */
}

.tpsection-sub-title {
    padding-bottom: 20px;
}

/* services inner page */

.services-3-title-1 {
    padding-top: 70px;
}

.services-3-icon.services-3-icon-1 {
    top: 0;
}

.title-headline h4 {
    color: #000;
}

h1.title {
    color: #fff;
}

.text-color {
    color: #fff !important;
}

.footer-style-one .contact .location-details_1 {
    padding-top: 40px;
}

.footer-style-one .contact .location-details .location-name h5 {
    padding-bottom: 20px;
}

.footer-bottom-logo {
    text-align: center;
}

img.footer-bottom-logo-img {
    width: 25%;
    margin-bottom: 20px;
}

.footer-style-one .footer-menu-list {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

ul.footer-menu-list {
    font-size: 18px;
    font-weight: 500;
}

footer .bg-dark a:hover {
    color: #e4007c;
}

.footer-style-one {}

.site-footer {
    background: none !important;
    padding: 0px 0px !important;
}

.flex-control-nav {
    display: none;
}

.flex-direction-nav {
    display: none;
}

.footer-style-one .footer-links ul li a:hover {
    color: #e3007d;
}

/* location */

.location-image img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.location-image:hover img {
    transform: scale(1.1);
}

.location-box {
    background: var(--white);
    padding: 20px;
    box-shadow: 0px 2px 60px 0px rgba(0, 0, 0, 0.1);
    margin-left: -5%;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.location-box .btn.btn-light a:hover {
    color: #fff !important;
}


/* addtional responsive */
@media (max-width: 414px) {
    .logo {
        display: block;
    }
}

a.reserv-title {
    color: #fff !important;
}

.field--name-field-banner-image .flexslider {
    background: none !important;
    border: none !important;
}

.birthday-menu {
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    padding: 15px 20px;
    border-radius: 10px;
    position: relative;
    background: var(--white);
    z-index: 9;
    color: #000;
    margin-bottom: 30px;
}

.birthday-menu-heading h2 {
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: -5px;
    font-size: 42px;
    line-height: 1.3;
    color: #e4007c !important;
}

.birthday-menu-text h4 {
    font-size: 24px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 800;
    color: var(--color-heading) !important;
}

.birthday-menu-text p {
    color: var(--color-paragraph) !important;
    margin: 0 0 25px;
    text-transform: none;
    font-weight: 500;
    font-family: var(--font-default);
}

.birthday-menu-text h6 {
    text-transform: uppercase;
    color: var(--color-primary) !important;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 20px;
    padding: 0 10px;
}



.birthday-menu-text h6::after {
    position: absolute;
    top: 50%;
    right: 100%;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape/17.png);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: right center;
    margin-top: -13px;
}


.birthday-menu-text h6::before {
    position: absolute;
    top: 50%;
    left: 100%;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape/18.png);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: left center;
    margin-top: -13px;
}

.birthday-menu-text ul,
.birthday-menu-text li {
    margin: 0;
    padding-right: 20px !important;
    list-style: auto !important;
}

.flexslider {
    background: transparent;
    border: 0px !important;

}

.footer-item .btn-theme {
    color: #fff !important;
}

.footer-item .btn-theme:hover {
    color: var(--black) !important;
}


.b-button a {
    color: #fff !important;
    text-align: center;
}

.b-button {
    /* border: 2px solid #ddd; */
    border-radius: 50px;
    padding: 0px 20px;
    background-color: #e4007c;
    max-width: 45%;
    margin-top: 10px;

}

nav.navbar.validnavs .navbar-nav>li:last-child>a {
    border-bottom: none;
}


.user-login-form {
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    padding: 15px 20px;
    border-radius: 10px;
    position: relative;
    background: var(--white);
    z-index: 9;
    color: #000;
    margin-bottom: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/* 
.location-box .btn .btn-md a:hover{
    color: #fff !important;
} */

@media only screen and (max-width: 412px) {
    .banner-style-five h1 {
        font-size: 50px !important;
    }
}


p.p1 {
    margin: 0px 0px 0px 0px !important;
    padding: 10px 0px 5px 0px !important;
}

.opening-hrs .open-hrs {
    padding-bottom: 20px;
}


.custom-bookTable-border {
    margin-left: 10px !important;
}


.menu-section {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.menu-item {
    margin-bottom: 20px;
}

.menu-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.menu-item-desc {
    margin-top: 5px;
    font-size: 0.9em;
    color: #555;
}

.sub-item {
    display: flex;
    justify-content: space-between;
    font-size: 0.9em;
    color: #555;
    margin-left: 15px;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #ebe9e6 !important;
}


.accordion-body .views-field-body .field-content p {
    text-align: left;
}

.accordion-button:focus {
    box-shadow: 0 0 0 .25rem #826a45;
}




#cookie-consent-banner {
    display: none;
}

.view-food-and-drink-menu h3{
    color: #e3007d;
    margin-top: 30px;
    font-size: 24px;
}

.html-menu-title{
    color: var(--color-heading);
    font-weight: 700;
}

.html-menu-sdes p{
    font-weight: 300 !important;
    margin-bottom: 0px !important;
    font-size: 90%;
}

.html-menu-des p {
    font-weight: 400 !important;
    font-size: 90%;
}

.html-menu-price{
    text-align: right !important;
    color: var(--color-heading) !important;
}


@media (max-width: 576px) {
    .menu-section{        
            padding: 40px !important;        
    }
}

.menu-end{
    padding: 20px 20px;
    /* border: 1px solid #d2d2d2; */
    margin-top: 40px;
    background: var(--bg-gray);
}

.menu-end p{
    margin-bottom: 10px;
    color: var(--color-heading);
}

.faq-content ul li{
    list-style-type: disc;
    margin-left: 40px;
}