/* Accordion COntent -------------------------------START*/
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap'); */
    /* *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
       
    }
    body{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dbeefa;
    font-family: 'Poppins', sans-serif;
    } */
    .accordion_section  .centered {
        display: block;
     }
     .accordion_title {
        clear:both;
        text-align:center;
        margin:12px 0;
     }
    .accordion {
        clear:both !important;
    /* max-width: 33rem; */
    width: 100%;
    /* background: #FFF; */
    /* margin:0 1rem; */
    padding: 0 15px;
    border-radius: 0.5rem;
    /* box-shadow: 0 0 5px rgba(0,0,0,0.2); */
    }
    .accordion.col_3 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        /* gap: 20px; */
    }
    .accordion.col_3 .accordion-content {
        width: 30.23%;
        padding: 0px 0px;
        margin: 12px 1.4%;
        box-sizing: border-box;
    }
    
    .accordion .accordion-content {
    margin: 10px 0;
    
    -: #ebebeb;
    border-radius: 15px;
    box-shadow: 2px 2px 10px #0000002e;
    padding: 2px 11px;
    background: white;
    border: 3px solid #ffffff;
    overflow: hidden;
    transition: 0.3s;
    }
    .accordion .accordion-content:hover {
        /* background-color: #f5f5f5; */
        border: 3px solid #e2ad2c;
    }
    .accordion-content-description {
        opacity:0.7;
    }   
    .is-open  .accordion-content-description {
        margin:20px 0px;
    }   
        
        
        /*
color: #1d570a
color2: #296d13

padding: calc(10px + 5vh) 0%;

h1
font-size: clamp(2.3rem, 6.8vw, 3.1rem);
line-height: clamp(2.3rem, 6.8vw, 3.1rem);

h2
font-size: clamp(2.3rem, 6.8vw, 3.1rem);
line-height: clamp(2.3rem, 6.8vw, 3.1rem);

h3
font-size: clamp(1.7rem, 3.8vw, 1.9rem);
line-height: clamp(1.7rem, 3.8vw, 1.9rem);

h4
font-size: clamp(1.4rem, 2.6vw, 1.6rem);
line-height: clamp(1.4rem, 3vw, 1.9rem);

p
font-size: clamp(1.1em, 3.5vw, 1.25em);
line-height: clamp(1.2em, 3.5vw, 1.4em);
*/



.row {}
.row:
        before, .row:after { display:table;
        content:"";}
.row:
        after { clear:both;}

.container {
        position: relative;
        /* max-width:1130px; */
        margin: 15px auto;}
        body:not(.home) .container {max-width:1130px;}


.container:
        before, .container:after { display:table;
        content:"";}
.container:
        after { clear:both;}
        /* a.button {
    display: inline-block;
        position: relative;
        background-color: #e2ad2c;
        border-radius: 34px;
        border: 3px solid black;
        padding: 7px 76px 7px 24px;
        text-decoration: unset;
        font-family: 'Lilita One', serif;
        font-style: italic;
        font-size: 1.2em;
        color: black;
        overflow: hidden;
        transition: 0.3s;
}
        a.button:after {
    position: absolute;
        right: 21px;
        top: 21px;
        content:'\f15c';
        font-family:'Font Awesome 5 Free';
        color:white;
        font-size: 1.7em;
        font-weight: 400;
        font-style: normal;
        opacity: 0.7;
}
        a.button:hover {
    background-color: #f1bf44;
} */



.home .section-intro .images
        img {
    position: absolute;
        width: 63%;
        max-width: 380px;
        height:auto;
        /* background: white; */
        border: 13px solid white;
        /* padding: 10px; */
        border-radius: 5px;
        aspect-ratio: 2/3;
        object-fit: cover;
        box-shadow: -10px -3px 13px #00000054;
}
.home .section-intro .images .img1 {
        rotate: -10deg;
        left: -10%;
        top: -30px;
}
.home .section-intro .images .img2 {
        rotate: 20deg;
        left: 16%;
        top: 50px;
}
.home .section-intro .images .img3 {
        rotate: 48deg;
        left: 28%;
        top: 190px;
}

.home .section-intro .content {
        display: block;
        width: 56%;
        padding: 0px 4%;
}

.section-intro .content
        h3 {
    font-family: Verdana;
        color:black;
        margin-left: 10%;
}
.section-intro .content
        p {
    color:black;
        margin-left: 10%;
}
.section-intro .content
        table {
    color:black;
}
.section-intro .content
        table td:nth-of-type(1) a {
    position: relative;
        display: inline-block;
        border-radius: 100PX;
        /* max-width: 400px; */
        /* box-shadow: 3px 3px 10px black; */
}
.section-intro .content
        table td:nth-of-type(1) a:after {
    content:'';
        position: absolute;
        left:0;
        right:0;
        top:0;
        bottom:0;
        box-shadow: inset -90px -90px 19px -60px #0000001f;
        border-radius: 100PX;
}
.section-intro .content
        table img {
    rotate: -22deg;
        height:auto;
        width: 100%;
        min-width: 146px;
        max-width: 150px;
        padding: 4px;
        border-radius: 100PX;
        border: 1px solid #bed1b8;
        box-shadow: 3px 3px 10px #00000040;
}
.section-intro .content
        table td:nth-of-type(2) * {
    margin: 27px;
        color: #b78509;
        font-weight: 500;
}
        @media screen and (max-width: 1050px) {
    .section-intro {
        padding: 148px 0 10px;
    }
}
        @media screen and (max-width: 800px) {
    .home .section-intro .images {
        width: 42%;
    }
    .home .section-intro .content {
        width: 58%;
    }
}
        @media screen and (max-width: 725px) {
    .diagonal_white_top:before {
        top: -265px;
        height: 101px;
    }
    .home .section-intro {
        padding: 128px 0 10px;
    }
    .home .section-intro .wrapper {
        flex-direction: column-reverse;
    }
    .home .section-intro .images {
        position: relative;
        width: 68%;
        height: 68vw;
        margin-top: 60px;
    }
    .home .section-intro .content {
        position: relative;
        width: 100%;
    }
}
        @media screen and (max-width: 630px) {
    .home .section-intro {
        padding: 28px 0 10px;
    }
}
        @media screen and (max-width: 430px) {
    .section-intro .content table tr {
        display: flex;
        flex-direction: column;
    }
    .section-intro .content table tr td {
        text-align: center;
        width:100% !important;
    }
    .home .section-intro .images img {
        width: 83%;
    }
    .home .section-intro .images .img1 {
        rotate: -10deg;
        left: -10%;
        top: -30px;
    }
    .home .section-intro .images .img2 {
        rotate: 20deg;
        left: 16%;
        top: 27px;
    }
    .home .section-intro .images .img3 {
        rotate: 48deg;
        left: 28%;
        top: 114px;
    }

}




/* Interipr Main COntent */
.anchors {
        margin: 0px;
        list-style: none;
        border-top: 1px solid #0000002b;
        padding: 12px 0 0 0 !important;!i;!;
}
.anchors
        li {
    padding:0;
        list-style: none;  
}
.anchors
        li a {
    background: #f32a2a;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        padding: 4px 6px !important;
        font-size: 17px;
        text-transform: none;
        position: relative;
        text-decoration: none;
        z-index: 5;
        margin-left: 5px;
        font-weight: normal;
}

/* Content Sections --------------------------*/
        main {
    /* margin-bottom: 70px; */}
.new_section {
        position: relative;
        z-index: 1;
        /* padding:30px 3%; */
        padding: 0 3%;
}
.new_section  .background_color {
        position: absolute;
        z-index: -1;
        left:0;
        right:0;
        top:0;
        bottom:0;
}
.new_section.vertical_padding {
    padding: calc(20px + 1vh) 4% calc(40px + 1vh) !important;
}
.new_section .centered {
        max-width: 1000px;
        margin: 0 auto;
}
.new_section
        p img {
    max-width:100%;
        height:auto;
}
/* .new_section
        ul:not(.rslides_tabs) {
    display: flex;
        list-style:circle !important;
        padding: 0;
} */
.new_section
        table td {
    padding: 15px;
}
        @media (max-width: 900px) { 
    .new_section table:not(.t_price):not(.t_info):not(.pricing) tr {
        display: flex;
        flex-direction: column;
    }
    .new_section table:not(.t_price):not(.t_info):not(.pricing) table,    
    .new_section table:not(.t_price):not(.t_info):not(.pricing) tr,
    .new_section table:not(.t_price):not(.t_info):not(.pricing) td {
        width: 100% !important;
        height:auto !important;
    }
    .wp-image-234 {
        display: none;
    }
}

/* Content Section */
.content_section {
        padding: 1vh 25px;
}
.content_section
        p {}
.content_section
        img {
    max-width:100%;
        height:auto;
} 
.content_section
        td {
    vertical-align: top;
}

.content_section
        td p:first-child {
    margin-top: 0;
}
.content_section.boxed
        table {
    display: block;
        border-radius: 15px;
        box-shadow: 2px 2px 10px #0000002e;
        padding: 14px;
        background: white;
        border: 3px solid #e2ad2c;
}
.content_section.boxed
        table td {
    /* background:white; */}



/* Menu Page */
#food {
    
}
#drinks {
    
}
#food
        img {
    width:100%; 
}
#drinks
        img {
    width:100%;
}



/* ResponsiveSlides--------------------------------------------- */
.rslides {
        position: relative;
        list-style: none;
        overflow: hidden;
        width: 100%;
        padding: 0;
        margin: 0; }
.rslides
        li { -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0; }
.rslides
        li:first-child { position: relative;
        display: block;
        float: left; }
.rslides
        img { display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0; }
    
    .accordion-content.is-open{
    padding-bottom: 10px;
    !;
    border: 3px solid #e2ad2c;
    }
    .accordion-content.is-open {
        
    }
    .accordion-content header{
    display:flex;
    min-height: 32px;
    padding: 17px 15px 0 15px;
    cursor: pointer;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
    transition:all 0.2s linear;
    }
    .accordion-content.is-open header{
    min-height: 35px;
    }
    .accordion-content-title{
    font-size: 1rem;
    font-weight: 600;
    color:#000000;
    }
    .accordion-content-description{
    height:0;
    /* font-size: 13px; */
    color:#000000;
    font-weight: 400;
    padding: 0 15px;
    }


    @media (max-width: 48em) {
        .accordion.col_3 .accordion-content {
            width: 48%;
            padding: 0px 0px;
            margin: 12px 1%;
            box-sizing: border-box;
        }

    }

/* Accordion COntent -------------------------------END*/


main .accordion-content-description ul  {
   
}
main .accordion-content-description li  {
    margin: 0 0 0 20px;
     list-style:circle !important;
}


/* Card Listings */
.cards {
    position: relative;
}
.cards .centered {
     display: flex;
     flex-direction: row;
     gap: 20px 3%;
     flex-wrap: wrap;
}
.card {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 31.23%;
    /* margin: 0 10px; */
    background: white;
    color: black;
    border-radius: 12px;
}
.col_2 .card {
    width: 48.33%;
}
.col_2  .card .attachment-thumbnail {
    aspect-ratio: 3 / 2;
}
.col_4 .card {
    width: 22.63%;
}
.card .card_content {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    justify-content: stretch;
    align-items: baseline;
    align-content: baseline;
    padding: 16px 20px;
    /* height: auto; */
    font-size: .875rem;
    height: auto;
    /* flex-grow: 2; */
}
.card .card_content .block {
     display: flex;
     flex-direction: column;
     justify-content: stretch;
     align-items: flex-start;
     margin-bottom: 19px;
     flex-grow: 1;
}
.card .card__description {
    margin-top: 10px;
}
.card .card_content .accordion-content {
    
}
.card .card_content .accordion-content header {
    /* min-height: 50px;  */
    padding: 15px 15px 0 15px;
}
.card .card_content .accordion-content-description {
height: 0px;
}
.card  a{
    color: black !important;!i;!;
    /* aspect-ratio: 3 / 2; */
    font-weight: normal;
}
.card .attachment-thumbnail {
    border-radius: 12px 12px 0 0;
    /* min-height: 17rem; */
    object-fit: cover;
    height: unset;
    aspect-ratio: 2 /2;
    width: 100%;
}

.card h3 {
        display: block;
        font-size: 1.125rem;
        margin: 10px 0;
        font-family: var(--font-body-name, "Source Sans Pro", sans-serif), "Source Sans Pro", sans-serif;
        /* font-size: 16px; */
        line-height: 1.1em;
        margin: 0;
}
.card .card_content  .card__title  {
    margin-bottom:0px;
}
.card .card_content .card_subtitle {
    display: block;
    opacity: .65;
    font-size: .75rem;
    line-height: 1em;
    text-transform: uppercase;
}
.card .card_content .card_description{
    line-height: 1.2em;
}
.card .card_content ol {
    margin:1em 0 0 0;
    line-height: 1.5em;
}
.card .card_content .accordion {
    padding: 0 0px;
}
.card .card_content .accordion input {
    line-height: 1.5em;
    border-radius:2px;
    border:1px solid black !important;
}
.card .card_content .accordion select {
    line-height: 1.5em;
    padding: 7px 3px;
}
.card .card_content .accordion  textarea {
    /* background: #e1e1e1 !important; */
    border-radius:2px;
    border:1px solid black !important;
}
.card .card_content .accordion  input[type=submit] {
    background-color: black;
    color:white;
}
.card .card_content .accordion  input[type=submit]:hover {
    background-color: rgba(0, 0, 0, 0.863);
    color:white;
}

.card .button-block {
    display: block;
    width: 100%;
    flex-direction: column-reverse !important;
    margin-top: 10px;
}
.card .card_content a.button {
    display: block;
    width: 100%;
    color:white !important;
    text-align: center;
    line-height: 1.5em;
}


.page-id-184 .card .card_content a.button:before{
    content: "\f2e7";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

@media (max-width: 1000px) { 
    .cards .card {
        width: 48.4%;
    }
}

@media (max-width: 550px) { 
    .cards .card {
        width: 100%;
    }

}

/* Banner Listings--------------------------- */
.page-template-page-reviews .reviews {
    background: #e2ad2c;
    margin: 3vh 0 0;
    padding: 6vh 3% !important;
}
.page-template-page-reviews .reviews h2 {
    /* color:white; */
    text-shadow: -1px -1px 0px #a6b3a1, 1px -1px 0px #e3e0d7, 1px 1px 0px #b1af7c, 1px 1px 10px #00000078;
}
.banner_section {
    margin:80px 0;
    padding: 80px 3%  0!important;
    border-bottom: 6px solid #ffffff;
    /* box-shadow: 1px 1px 10px #00000061; */
}
.banner_section .centered {
    display: flex;
    /* justify-content:center; */
    align-items: stretch;
    flex-wrap: wrap;
}

.banner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    width: 33.3%;
    position: relative;
    padding:15px;
    /* border-radius: 37px; */
    overflow: hidden;
}
.banner.col_2 {
    width: 50%;
}
.banner .image_block {
    display: flex;
    align-items: stretch;
    width: 100%;
    flex-grow: 1;
    position: relative;
    background: transparent !important;!i;!;
    /* border-radius: 7px; */
    /* border-radius: 37px; */
}

.banner .image_block a {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    overflow: hidden;
    transition: 0.3s;
    border-radius: 107px;
    border-radius: 5px;
    background-position: center center;
    background-size: cover;
    text-decoration: auto;
}
.banner .image_block a:after {
    position: absolute;
    content:'';
    z-index: 4;
    left:0;
    right:0;
    top:0;
    bottom:0;
    /* background-color: black; */
    opacity: 0.4;
    border-radius: 5px;
    transition: 0.3s;
}
.banner .image_block a .bottom {
    margin-top: 180px;
    padding: 0px 5% 13px 5%;
    /* position: absolute; */
    display: flex;
    flex-direction: column;
    background: #e1ba77db;
    transition: 0.3s;
}
.banner .image_block a  h4 {
    z-index: 10;
    position: relative;
    color:white;
    /* font-size: 1.5rem; */
    /* font-weight: normal; */
    /* line-height: 1.35; */
    /* font-family: var(--font-headline-name, "Open Sans", sans-serif), "Open Sans", sans-serif; */
    padding: 0px;
    margin: 15px 0 0px;
}
.banner .image_block a  .link_title {
    z-index: 10;
    position: relative;
    color:white;
    margin-top: 10px;
    text-align: right;
}

.banner .image_block:hover a .bottom {
   background:#d1aa66db;
}


    /* banner customizations */

.col_2 {

}

@media (max-width: 700px) {
    .banner_section .centered {
        flex-direction: column;
    }
    .banner {
        width: auto !important;
    }
}


/* Photo GAllery */
/* .photo_gallery {

}
.photo_gallery .centered {
    max-width: 997px !important;
    margin: 0 auto !important;
} */