html {
    scroll-behavior: smooth;
}

body {
    font-size: clamp(1em, 3.0vw, 1.15em);
    line-height: clamp(1.2em, 3.0vw, 1.3em);
    background-color: #fff;
}

/* Globals */
* {
    font-family: Verdana, Geneva, sans-serif;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: "Libre Caslon Text", serif;
    line-height: clamp(1.4em, 3.0vw, 1.5em);
}

h1,
h2 {
    /* color: #d27906; */
    font-weight: normal;
}

h1 {
    font-size: clamp(1.5rem, 5vw, 1.9rem);
    line-height: clamp(1.9rem, 5vw, 2.4rem);
}

body:not(.home) h1 {
    text-align: center;
    margin-bottom: 50px;
}

body:not(.home) h1 span {
    display: block;
    text-align: center;
    margin-bottom: 50px;
    font-size: smaller;
    color: gray;
}

a {
    text-decoration: none;
}

hr {
    margin: 30px 0;
}

article a:link {
    text-decoration: underline;
    color: #c8571f;
    transition: all .3s ease;
}

article a:hover {
    filter: saturate(1.7);
}


.buttons a,
.button {
    display: inline-block;
    color: #f2ede8;
    /* text-transform: uppercase; */
    /* font-style: italic; */
    /* font-weight: bold; */
    /* background: #4B0410; */
    /* color: #4b0410; */
    background: #4b0410;
    border: 2px solid #4b0410;
    border-radius: 3px;
    PADDING: 7PX 20PX;
    font-family: "Caladea", serif;
    margin-top: 10px;
    font-size: larger;
    text-decoration: none !important;
    color: #fff !important;
}

.buttons a:after,
.button:after {
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    margin-left: 11px;
    /* font-size: larger; */
    font-style: normal;
    font-weight: bold;
    opacity: .37;
}

.button3:after {
    display: none;
}

.buttons a:hover,
.button:hover {
    filter: saturate(150%);
    background: #4b0410;
}

.buttons2 {
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    gap: 10px;
}

.buttons2 a {}

@media (max-width:570px) {
    .buttons2 {
        flex-wrap: wrap;
    }

    .buttons2 a {
        padding: 8px 8px !important;
    }

    .buttons2 br {
        display: none;
    }
}

.content_section p a.yellow {
    display: inline-block;
    background: #eeb334;
    color: #2c3b3a;
    font-style: normal;
    /* box-shadow: 2px 2px 4px #00000063; */
    border: 1px solid #a07312;
    margin: 10px 0;
    padding: 4px 5px;
    text-decoration: none;
    border-radius: 4px;
}

.suite p a {
    color: #4b0410;
    background: #ede7e1;
    border: 2px solid #4b0410;
    PADDING: 4PX 14PX !important;
}

.page-id-243 .content_section p a,
.page-id-246 .content_section p a,
.page-id-264 .content_section p a,
.page-id-241 .content_section p a,
.page-id-247 .content_section p a,
.button {
    /* font-size:larger; */
    /* PADDING: 10PX 20PX; */
}

.content_section a {
    text-decoration: underline;
    color: #d68216;
}

/* p:has(> img.aligncenter) {
    text-align: center;
} */

.clickable {
    cursor: pointer;
    display: block;
}

.wrapper {
    position: relative;
    width: 100%;
    /* max-width:1400px; */
    margin: 0px auto;
    font-size: 0.9em;
    padding: 0 1em;
}

body:not(.home) .wrapper {
    padding: 30px 1em 50px 1em;
    max-width: 1200px;
}

article.wrapper.content {
    position: relative;
    margin-bottom: 3em;
}

.wrapper a {
    text-decoration: underline;
    COLOR: #ac2a4c;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.flex>.one-third {
    width: 38.33%;
}

.flex>.two-third {
    width: CALC(61.66% - 1em);
}

.button {
    display: inline-block;
    position: relative;
    /* padding: 12px 17px; */
    border-radius: 3px;
    color: #ffffffcf;
    /* background: #ae4110; */
    font-size: 1.2em;
    margin-top: 20px;
    /* border-radius: 3px 12px 3px 12px; */
    box-shadow: 2px 2px 10px #00000045;
    transition: 0.3;
}

.button:after {
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    margin-left: 10px;
    color: white;
}

.button:hover {
    filter: contrast(130%);
}

header {
    position: relative;
}

header:after {
    position: absolute;
    content: '';
    z-index: 2;
    width: 100%;
    height: 150px;
    left: 0px;
    top: 0px;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%);
}

main section pre {
    white-space: unset;
    font-family: normal;
    margin: 20px 0;
    text-align: center;
}

main section pre:last-of-type a {
    display: inline-block;
    position: relative;
    padding: 6px 20px;
    color: #ede7e1;
    background: #6f2d3e;
    text-transform: uppercase;
    font-size: smaller;
    margin-top: 20px;
    /* border-radius: 5px; */
    font-weight: bold;
    border: 2px solid #6f2d3e;
}

main section pre:last-of-type a:last-of-type {
    filter: saturate(150%);
    background: #ede7e1;
    color: #6f2d3e;
}

main section pre:last-of-type a:hover {
    filter: saturate(150%);
    background: #6f2d3e;
    color: #ede7e1;
}


/* ----------------------------- */
/*HEADER======================================*/

header {
    position: relative;
    z-index: 1000;
    top: 0px;
    left: 0px;
    width: 100%;
}

.home header {
    transition: background 0.3s;
}

.header {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0;
    background: #ffffffc4;
}

.header .inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0vh 2%;
    max-width: 1480px;
    /* background: #ffffffb3; */
}

header .logo {
    position: absolute;
    z-index: 11;
    width: 25%;
    min-width: 190px;
    max-width: 261px;
    /* left: 40px; */
    top: 0px;
    /* display: flex; */
    /* align-items: center; */
}

header .logo img {
    filter: drop-shadow(2px 2px 3px #00000080);
    /* color: #00000080; */
    width: 100%;
    height: auto;
}


@media (max-width:680px) {
    .header .inner {
        /* flex-direction: column; */
        /* padding: 7px 0% 0px 0%; */
    }

    .logo img {
        /* width: 122px; */
    }
}

/* @media (max-width:750px) {
			.header .inner {
				flex-direction: column-reverse;
				
			}
			.header .logo {
				top: -33px;
				left: 17px;
			}
		} */
@media (max-width:400px) {
    .header .logo {
        display: block;
        /* min-width: 257px; */
        /* top:-18px; */
    }

    .header .logo img {
        width: 100%;
    }
}


/* Nav========================================= */
header nav {
    position: relative;
    z-index: 10;
    width: 100%;
    /* max-width: 936px; */
    padding: 0px 8px 0px 27%;
    /* background: #08283d; */
}

header nav.sticky {
    position: fixed;
    top: 0px;
}

header nav .mobileMenu {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    line-height: 2.7em;
}

header nav div {
    display: flex;
    justify-content: end;
    width: 100%;
}

header nav div>ul {
    list-style: none;
    display: flex;
    margin: 0px 0px;
    padding: 0;
    width: 100%;
    max-width: 790px;
    /* background: #fefefe; */
    /* background-image: linear-gradient(#fefefe, #ebebeb); */
    border-radius: 4px;
    /* overflow: hidden; */
    /* box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.24); */
}

header nav div>ul>li {
    position: relative;
    display: inline-block;
    flex-grow: 1;
    /* border-left: 1px solid #cfcfcf; */
}

header nav a {
    font-family: "Libre Caslon Text", serif;
}

header nav div>ul>li>a {
    display: block;
    text-align: center;
    font-family: sans-serif;
    padding: 38px 7px;
    color: #000000a8;
    font-weight: bold;
    white-space: nowrap;
    text-transform: uppercase;
}

header nav div>ul>li:first-child>a {}

header nav div>ul>li:last-child>a {
    /* border-radius: 0px 4px 4px 0px; */
    /* padding: 5px 0px; */
}

header nav div>ul>li:hover a {
    background: #ffffff33;
}

header nav div>ul>li ul {
    height: 0;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 7px 0 0px 0;
    width: 190px;
    left: 0;
    top: 26px;
    overflow: hidden;
    transition: 0.2s;
}

header nav div>ul>li ul li {
    position: relative;
    margin: 0;
    float: left;
    margin: 1px 1% 1px 0px;
    width: 100%;
}

header nav div>ul>li ul li a {
    position: relative;
    display: block;
    line-height: 19px;
    padding: 0;
    text-align: left;
    padding-left: 13px !important;
    /* font-weight: bold !important; */
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0);
    /* border-radius: 3px; */
}

header nav div>ul>li:hover ul li a {
    background: #f3f3f3;
    letter-spacing: 0;
    color: #302315 !important;
    transition: 0.3s;
    font-size: 0.9em;
}

.sub-menu li a {
    background: #f3f3f3 !important;
    letter-spacing: 0;
    font-size: 0.9em !important;
    color: #302315 !important;
    transition: 0.3s;
}

/* header nav div > ul > li ul  li:hover a {background: #922430;color:#ffffff !important;} */
header nav div>ul>li:hover ul {
    height: 350px;
    transition: 0.4s;
}

header nav div>ul>li:hover ul li a {
    padding: 8px 12px;
}

#menu-item-253 {
    background: #eeb334;
    border-radius: 3px;
}

#menu-item-253 a {
    color: #2c3b3a;
    text-transform: uppercase;
    /* font-style: italic; */
    font-weight: bold;
}

#menu-item-253 a:after {
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    margin-left: 10px;
    font-size: larger;
    font-style: normal;
    opacity: .27;
}

#menu-item-253 a:hover {
    filter: saturate(150%);
    background: #eeb334;
}

.book-mobile {
    display: none;
}

.book-mobile:after {
    display: none;
}


@media (max-width:900px) {

    header nav {
        float: none;
        /* top: -5px; */
        padding: 0px 0% 0px 0%;
    }

    header nav .mobileMenu {
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: end;
        align-items: center;
        /* background: #4b0410; */
        top: 0px;
        height: 56px;
        padding-left: 20px;
    }

    header nav .mobileMenu span.menu {
        color: #000000;
        font-size: 1.4em !important;
        /* font-weight: bold; */
        line-height: 2.1em !important;
        margin-left: 4px;
    }

    .nav__icon {
        display: inline-block;
        width: 25px;
        margin-left: 0px;
        margin-top: 0px;
        height: 4px;
        background-color: #000000;
        -webkit-transition-property: background-color, -webkit-transform;
        transition-property: background-color, transform;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
    }

    .nav__icon:before,
    .nav__icon:after {
        content: '';
        display: block;
        width: 25px;
        height: 4px;
        position: absolute;
        background: #000000;
        -webkit-transition-property: margin, -webkit-transform;
        transition-property: margin, transform;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
    }

    .nav__icon:before {
        margin-top: -8px;
    }

    .nav__icon:after {
        margin-top: 8px;
    }

    header.selected {
        background: #ffffffdb;
    }

    header.selected nav .nav__icon {
        background: rgba(0, 0, 0, 0);
    }

    header.selected nav .nav__icon:before {
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    header.selected nav .nav__icon:after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    header nav div>ul {
        /* position: absolute; */
        display: block;
        left: 0px;
        padding: 45px 0px 0 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
        /* border-bottom: 10px solid blue; */
        padding: 0px 0px 0 0;
    }

    header.selected nav div>ul {
        display: flex;
        flex-direction: column;
        /* border-bottom: solid 3px #ffffff; */
        /* box-shadow: 0 0 13px rgba(0, 0, 0, 0.67); */
        width: 100%;
    }

    header.selected nav div>ul>li {
        float: left;
        width: 100%;
    }

    header.selected nav div>ul>li a {
        /* font-size: 1em; */
        color: #000000;
        !i;
        !;
        /* line-height: 1.2em; */
        padding: 10px 0px !important;
        text-align: right;
        /* background: rgb(255 255 255 / 71%); */
        font-weight: normal;
        /* box-shadow: none !important; */
        width: 100%;
    }

    header.selected nav div>ul>li {
        display: block;
        margin-top: 1px;
        width: 100%;
    }

    header nav div>ul>li:before {
        display: none;
    }

    header nav div>ul>li {
        display: none;
        margin-top: 0px !important;
        border-top: 1px solid #7a3944 !important;
    }

    header nav div>ul>li>a {
        position: relative;
        padding: 0 22px 0 22px;
        /* color: #494747 !important; */
        /* background: #292929 !important; */
        font-weight: bold;
        text-shadow: none !important;
        font-size: 1.1em;
    }

    header nav div>ul>li>a:before {
        display: none;
        position: absolute;
        z-index: 10;
        content: "\f0d8";
        font-family: Font Awesome 5 Free;
        left: 33px;
        bottom: -18px;
        font-size: 1.2em;
        color: #a6a4a4;
    }

    header nav div>ul>li ul {
        width: 100%;
        display: none;
        height: inherit !important;
        position: relative;
        top: 0px !important;
        padding: 0px;
        background: #f1f1f1;
        display: block;
    }

    header nav div>ul>li.parent a:before,
    header nav div>ul>li.opened a:before {
        display: block;
    }

    header nav div>ul>li ul li {
        width: 50%;
        margin: 0;
    }

    header nav div>ul>li ul li.fullWidth {
        width: 100%;
    }

    header nav div>ul>li ul li a,
    header nav div>ul>li ul li:hover a {
        /* padding: 0px 22px 0px 35px !important; */
        /* letter-spacing: 0px; */
        /* background: none !important; */
        /* color: #292929 !important; */
        /* font-size: 17px !important; */
        border-top: 1px solid #a7a5a5;
        border-right: 1px solid #a7a5a5;
        /* border-radius:0px; */
    }

    header nav div>ul>li ul li a {
        color: #292929 !important;
    }

    #menu-item-253 {
        display: none;
    }

    #menu-item-253 a {
        color: #2c3b3a;
    }

    .book-mobile {
        position: absolute;
        right: 10px;
        top: 10%;
        display: block;
        background: #eeb334;
        border-radius: 3px;
        padding: 0px 10px;
        /* margin: 5% 0px; */
        line-height: 45px;
        height: 80%;
        color: #2c3b3a;
        text-transform: uppercase;
        font-size: medium;
        /* font-style: italic; */
        font-weight: bold;
    }

    .book-mobile:after {
        content: '\f061';
        font-family: "Font Awesome 5 Free";
        margin-left: 10px;
        font-size: larger;
        font-style: normal;
        opacity: .27;
    }
}

@media (max-width:530px) {
    header nav .mobileMenu span.menu {
        line-height: 2.4em;
    }

}

@media (max-width:380px) {
    header nav div>ul>li ul li {
        width: 100%;
    }

}



/*BANNER IMAGES============================*/
.dynamic-headers {
    position: relative;
}

.video-wrapper {
    display: none;
    height: 53.5vw;
    min-height: 427px;
    max-height: 820px;
}

.video-wrapper video {
    width: 100%;

    /* height:50vw; */
    /* max-height: 460px; */
    /* min-height: 390px; */
}

.home .rslides {
    /* display: none; */
}

.rslides {
    margin: 0 auto !important;
    /* border-bottom: 5px solid black; */
}

.rslides li {
    background-size: cover;
    background-position: center center;
}

.rslides img {
    object-fit: cover;
    min-height: 285px;
    max-height: 440px;
    height: 40vw;
}

.home_slides li {
    opacity: 0;
    /*transform: scale(1,1); transition: transform 10s linear , opacity 3s !important; */
}

.home_slides li.rslides1_on {
    opacity: 1;
    /*transform: scale(1.2,1.2); transition: transform 10s linear ,  opacity 2s !important; */
}

.home_slides img {
    min-height: 360px;
    max-height: 825px;
}

.service_slides img {
    min-height: 450px;
    max-height: 700px;
}

header .rslides_nav {
    opacity: 1;
    position: absolute;
    z-index: 150;
    top: 0px;
    width: 9%;
    min-width: 50px;
    max-width: 141px;
    height: 100%;
    font-size: 37px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px;
    cursor: pointer;
    overflow: hidden;
    text-indent: 1000px;
    transition: 0.3s;
}

.home header .rslides_nav {
    opacity: 1;
}

header .rslides_nav.next {
    background-image: url(/templates/client/images/right.png);
    background-size: 30px;
    right: 0px;
    background-position: 45% 58%;
}

header .rslides_nav.prev {
    background-image: url(/templates/client/images/left.png);
    background-size: 30px;
    left: 0px;
    background-position: 48% 58%;
}

header .roomImages:hover .rslides_nav {
    opacity: 1;
}

header .rslides_tabs {
    position: absolute;
    z-index: 100;
    list-style: none;
    padding: 0px;
    left: 0px;
    bottom: 9px;
    width: 100%;
    text-align: center;
}

header .rslides_tabs li {
    display: inline-block;
    width: 14px !important;
    height: 14px !important;
    min-height: 14px !important;
    max-height: 14px;
    border-radius: 30px !important;
    background: rgba(0, 0, 0, 0.51);
    margin: 0px 5px;
    overflow: hidden;
    text-indent: 100px;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.28);
}

header .rslides_tabs li.rslides_here {
    background: rgba(0, 0, 0, 0.82);
}

header .rslides_tabs li a {
    text-decoration: none;
    display: block;
}

#map {
    height: 550px;
}

@media (min-width:731px) {
    .video-wrapper {
        display: block;
        overflow: hidden;
    }
}

@media (max-width:730px) {
    .home_slides img {
        min-height: 370px;
    }

    .home .rslides {
        display: block;
    }
}


/* no_reservations=============================================== */
.no_reservations {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    color: gray;
    text-align: center;
    padding: 6px 10px;
    background-color: #f0f0f0;
}

.no_reservations strong {
    font-weight: normal;
    text-transform: uppercase;
    color: black;
}


/* Home Intro Sections ============================== */
main {
    overflow: hidden;
}

.home main section {
    display: block;
    padding: 60px 0% 80px 0%;
    /* max-width: 1300px; */
    margin: 0 auto;
}

.home main section .centered {
    display: flex;
    align-items: anchor-center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0px 20px;
}

.home main section p a {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 7PX 20PX;
}

.home main section h2 {
    color: #00000070;
    /* font-style: italic; */
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    font-size: large;
    margin: 0px 0px;
}

.home main section h3 {
    color: black;
    font-size: clamp(1.5rem, 5vw, 1.9rem);
    line-height: clamp(1.9rem, 5vw, 2.4rem);
    font-weight: normal;
    font-family: "Libre Caslon Text", serif;
    margin: 10px 0px;
}

.home main section p {
    color: #000000b8;
    /* margin-left: 10%; */
    /* margin: 5px 0 9px; */
}

.home main section p a {
    display: inline-block;
    position: relative;
    padding: 6px 20px;
    color: #ede7e1;
    background: #6f2d3e;
    text-transform: uppercase;
    font-size: smaller;
    margin-top: 20px;
    /* border-radius: 5px; */
    font-weight: bold;
    border: 2px solid #6f2d3e;
}

.home main section p a:hover {
    filter: saturate(150%);
    background: #6f2d3e;
    color: #ede7e1;
}

@media screen and (max-width: 1050px) {
    .home main section {
        /* padding: 148px 0 10px; */
        background-size: auto 100%;
    }
}

@media screen and (max-width: 710px) {
    .home main section .image_block {
        width: 42%;
    }

    .home main section .content {
        /* width: 58%; */
    }
}

@media screen and (max-width: 725px) {
    .home main section {
        /* padding: 18px 0 10px; */
    }

}

@media screen and (max-width: 630px) {
    .home main section {
        /* padding: 28px 0 10px; */
    }
}


/* section_left_text ----------------- */

.home main .section_left_text .centered {}

.home main .section_left_text .content {
    display: block;
    width: 56%;
    padding: 0px 6% 0px 0%;
}

.home main .section_left_text .image_block {
    position: relative;
    z-index: 1;
    display: flex;
    width: 50%;
}

.home main .section_left_text .image_block:before {
    content: '';
    z-index: -1;
    position: absolute;
    width: calc(100% + 36px);
    height: calc(100% - 30px);
    left: -18px;
    bottom: -19px;
    background-color: #eeeeee;
}

.home main .section_left_text .image_block img {
    width: 100%;
    height: auto;
    max-width: 650px;
    object-fit: cover;
}


@media screen and (max-width: 850px) {
    .home main .section_left_text .centered {
        flex-direction: column;
    }

    .home main .section_left_text .content {
        width: 100%;
    }

    .home main .section_left_text .image_block {
        display: none;
    }
}


/* section_menu ===================================== */
.home main .section_menu {
    position: relative;
    padding: 60px 0px 80px 0px;
}

.home main .section_menu .centered {
    position: relative;
    justify-content: end;
    /* padding: 0px 20px; */
}

.home main .section_menu .content {
    position: relative;
    z-index: 1;
    width: 48%;
    background: white;
    padding: 50px 50px 30px 50px;
}

.home main .section_menu .content:before {
    content: '';
    z-index: -3;
    position: absolute;
    width: calc(100% + 36px);
    height: calc(100% - 30px);
    left: -18px;
    bottom: -19px;
    background-color: #ffffffa6;
}

.home main .section_menu .content:after {
    content: '';
    z-index: -3;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    background-color: #fff;
}

@media screen and (max-width: 850px) {
    .home main .section_menu .centered {
        padding-top: 250px;
        flex-direction: column;
        justify-content: center;
    }

    .home main .section_menu .content {
        width: 100%;
    }
}


/* FAQ cta ========================================== */
.no_margin_padding {}

.faq_cta {}

.home main .faq_cta h2 {
    color: black;
    font-size: clamp(1.5rem, 5vw, 1.9rem);
    line-height: clamp(1.9rem, 5vw, 2.4rem);
    font-weight: normal;
    font-family: "Libre Caslon Text", serif;
    margin: 10px 0px;
    text-transform: none;
}

.home main .faq_cta strong {
    position: relative;
    display: inline-block;
    color: #00000070;
    /* font-style: italic; */
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    font-size: large;
    font-weight: normal;
    line-height: 1.6em;
    margin: 8px 0px 0px 0px;
}

.home main .faq_cta strong:before {
    content: 'Q';
    font-family: "Libre Caslon Text", serif;
    background-color: #6f2d3e;
    color: white;
    padding: 2px 10px;
    position: relative;
    font-size: 1.8em;
    margin: 0 10px 0 0;
}

/* 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;
    /* height: 50vw; */
    /* max-height: 600px; */
    /* min-height: 300px; */
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}


/* About page ========================= */
.page-id-278 .wrapper p:last-of-type {}

.page-id-278 .wrapper p:last-of-type a {
    display: inline-block;
    position: relative;
    padding: 6px 20px;
    color: #ede7e1;
    background: #6f2d3e;
    text-transform: uppercase;
    font-size: smaller;
    margin-top: 20px;
    /* border-radius: 5px; */
    font-weight: bold;
    border: 2px solid #6f2d3e;
}

.page-id-278 .wrapper p:last-of-type a:last-of-type {
    filter: saturate(150%);
    background: #ede7e1;
    color: #6f2d3e;
}

.page-id-278 .wrapper p:last-of-type a:hover {
    filter: saturate(150%);
    background: #6f2d3e;
    color: #ede7e1;
}


/* FAQ page ============================================== */
.page-id-275 section h2 {
    position: relative;
}

.page-id-275 section h2:before {
    content: 'Q';
    font-family: "Libre Caslon Text", serif;
    background-color: #6f2d3e;
    color: white;
    padding: 2px 10px;
    position: relative;
    font-size: 1.8em;
    margin: 0 10px 0 0;
}

/* MENU page ============================================= */
.page-id-279 {}

.page-id-279 main section ul {
    display: flex;
    gap: 20px;
    /* flex-wrap: wrap; */
    padding: 0px;
}

.page-id-279 main section ul li {
    position: relative;
    width: 50%;
    /* flex-grow: 1; */
    margin-top: 92px;
    list-style: none;
    padding: 50px 20px 20px;
    background: #f0f0f0;
    /* min-width: 150px; */
    /* max-width: 276px; */
}

/* .page-id-279 main section ul li:nth-child(1):before { */
.page-id-279 main section ul li:before {
    content: '';
    position: absolute;
    top: -60px;
    left: calc(50% - 50px);
    display: inline-block;
    background-image: url(images/icon1.png);
    background-size: 49px;
    background-position: center;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background-color: #edc87e;
    border: 3px solid #813337;
}

.page-id-279 main section ul li:nth-child(2):before {
    background-image: url(images/icon4.png);
}

.page-id-279 main section ul li:nth-child(3):before {
    background-image: url(images/icon5.png);
}

.page-id-279 main section ul li:nth-child(4):before {
    background-image: url(images/icon2.png);
}

@media screen and (max-width: 850px) {
    .page-id-279 main section ul {
        flex-wrap: wrap;
        gap: 2%;
    }

    .page-id-279 main section ul li {
        width: 49%;
    }
}

@media screen and (max-width: 430px) {
    .page-id-279 main section ul {
        gap: 0%;
    }

    .page-id-279 main section ul li {
        width: 100%;
    }
}


/* FAQ page ========================================== */

/* .page-id-275 main .wrapper h2 {
    color: black;
    font-size: clamp(1.5rem, 5vw, 1.9rem);
    line-height: clamp(1.9rem, 5vw, 2.4rem);
    font-weight: normal;
    font-family: "Libre Caslon Text", serif;
    margin: 10px 0px;
    text-transform: none;
} */

.page-id-275 main .wrapper h3 {
    position: relative;
    display: inline-block;
    color: #00000070;
    /* font-style: italic; */
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    font-size: large;
    font-weight: normal;
    line-height: 1.6em;
    margin: 8px 0px 0px 0px;
}

.page-id-275 main .wrapper h3:before {
    content: 'Q';
    font-family: "Libre Caslon Text", serif;
    background-color: #6f2d3e;
    color: white;
    padding: 2px 10px;
    position: relative;
    font-size: 1.8em;
    margin: 0 10px 0 0;
}

.page-id-275 main .wrapper p {
    margin-bottom: 30px;
}


/* History page ====================== */


.page-id-277 main .wrapper ul {
    position: relative;
    display: block;
    list-style: none;
    padding: 0px;
}

.page-id-277 main .wrapper ul:before {
    content: '';
    position: absolute;
    left: calc(50% - 3px);
    top: 0px;
    height: 100%;
    width: 5px;
    background: #00000026;
}

.page-id-277 main .wrapper ul li {
    position: relative;
    width: calc(50% - 30px);
    padding: 20px;
    border-radius: 7px;
    border: 2px solid #8133376e;
    /* margin-bottom: 20px; */
    background: #fed7860f;
    box-shadow: 10px 32px 23px -29px #00000036;
}

.page-id-277 main .wrapper ul li:nth-child(odd) {
    /* margin-right: calc(50% - 0px); */
    /* text-align: right; */
}



.page-id-277 main .wrapper ul li:before {
    content: '';
    position: absolute;
    top: 24px;
    display: block;
    width: 15px;
    height: 15px;
    border: 3px solid #bd262d;
    outline: 2px solid white;
    background-color: white;
    border-radius: 20px;
}

.page-id-277 main .wrapper ul li:nth-child(odd):before {
    right: -42px;
}



.page-id-277 main .wrapper ul li:hover:before {
    background-color: #bd262d;
}

.page-id-277 main .wrapper ul li strong {
    display: inline;
}

.page-id-277 main .wrapper ul li strong {
    display: block;
}

@media (min-width: 701px) {

    .page-id-277 main .wrapper ul li:nth-child(even) {
        margin-left: calc(50% + 30px);
    }

    .page-id-277 main .wrapper ul li:nth-child(even):before {
        left: -43px;
    }

    .page-id-277 main .wrapper ul li:before {
        right: -40px;
    }
}

@media (max-width: 700px) {
    .page-id-277 main .wrapper ul {
        display: flex;
        flex-direction: column;
    }

    .page-id-277 main .wrapper ul:before {
        left: 10px;
    }

    .page-id-277 main .wrapper ul li {
        width: calc(100% - 40px);
        margin: 0px 0px 30px 30px;
    }

    .page-id-277 main .wrapper ul li:before {
        top: 21px;
        left: -30px;
        right: initial;
    }
}


/* Photo gallery pgae-======================= */
.photo_gallery {
    padding-bottom: 60px;
}

/* Footer ================================================= */
footer {
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: inset 1px 21px 30px -24px #00000042;
}

.home footer {
    margin-top: 0px;
}

footer .map {
    background-image: url(images/map6.jpg);
    background-size: 1600px;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    /* margin-top: 50px; */
}

footer .centered {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex=gr: 1;
    flex-direction: column;
    align-items: end;
    /* max-width: 1300px; */
    margin: 0 auto;
    padding: 100px 30px 0px 30px;
    background: white;
}

footer .centered {
    /* was hoem only */
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 0px 0px;
    padding: 15px 10px !important;
    background: #702f3a;
    box-shadow: 2px 2px 14px #00000042;
}

footer .view_map {
    display: block;
    width: 50%;
}

footer .box {
    /* max-width: 443px; */
    /* box-shadow: 2px 2px 14px #00000042; */
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: anchor-center;
    z-index: 4;
    width: 100%;
    /* width: 50%; */
    /* min-height: 370px; */
    /* max-height: 470px; */
    /* height: 39vw; */
    border-radius: 20px;
    border: 5px solid #fed786;
    background: #702f3a;
    padding: 20px 50px;
    /* overflow: hidden; */
    color: white;
}

footer .box:before {
    /* content: ''; */
    z-index: -1;
    position: absolute;
    /* width: calc(100% + 36px); */
    height: calc(100% - 30px);
    left: -18px;
    bottom: -19px;
    /* background-color: #ffffffa6; */
}

footer .box p {
    display: block;
    margin: 10px 0px;
    /* color: gray; */
}

footer .box p br {
    display: none;
}

footer .box p strong {
    font-family: "Libre Caslon Text", serif;
    font-weight: normal;
    font-size: larger;
    /* color: black; */
    text-shadow: 1px 1px 5px #0000007d;
}

footer .box em {
    color: gray;
    font-size: 1.2em;
}

footer .box hr {
    width: 100%;
    height: 4px;
    background: #c9b646;
}

footer .box a[href^="tel:"] {
    color: white;
    border-radius: 2px;
    padding: 2px 10px;
    background: #ffffff1c;
    text-decoration: none;
    font-size: smaller;
}

footer .box a {
    color: #ffffffad;
    font-weight: 500;
    text-decoration: underline;
    word-break: break-word;
}

footer .box a:hover {
    color: #fffffffa;
}

footer .box a[href^="mailto:"] {
    color: gray;
}

footer .bar {
    background: #ac2a4c;
    text-align: center;
    color: white;
}

.compucast {
    /* margin: 4px auto !important; */
    /* text-align: left; */
    padding-left: 50px;
    font-size: 0.7em;
}

footer .bar p {
    margin: 11px 0px;
}

footer .left {
    position: relative;
    width: 30%;
    display: block;
    flex-direction: row;
    align-items: anchor-center;
}

footer .left p {

    text-align: center;
}

footer .center {

    text-align: center;
}

footer .right {
    position: relative;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: anchor-center;
}

footer .links {
    position: relative;
    font-size: small;
    display: flex !important;
    flex-direction: column;
    align-items: anchor-center;
    margin: 0px 0px !important;
}

footer .google_reviews {
    margin: 10px 0 0 0;
    height: auto;
    max-width: 100%;
    width: 233px;
    width: 185px;
    opacity: 0.8;
}

.compucast-wrapper {
    width: 100%;
    display: flex;
    flex=gr: 1;
    flex-direction: column;
    align-items: end;
    max-width: 1300px;
    padding-right: 20px;
    margin: 0 auto;
}


footer .google-rating {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
    flex-direction: column;
    text-decoration: none !important;
}

footer .google-rating img {
    display: block;
    margin-right: 0.5em;
    width: 96px;
}

footer .google-rating .icons {
    display: flex;
}

footer .google-rating i {
    color: #eba000;
}

.leafs {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.leafs img {
    position: absolute;
}

.leafs img:nth-of-type(1) {
    left: 18px;
    top: 23px;
    transform: scaleX(-1);
}

.leafs img:nth-of-type(2) {
    right: 18px;
    top: 23px;
}

.leafs img:nth-of-type(3) {
    left: 18px;
    bottom: 23px;
    transform: scaleX(-1) scaleY(-1);
}

.leafs img:nth-of-type(4) {
    right: 18px;
    bottom: 23px;
    transform: scaleY(-1);
}

@media (min-width: 1600px) {

    footer .map {
        background-size: 100%;
    }
}

@media (max-width: 1300px) {}

@media (max-width: 800px) {
    footer .box {
        flex-direction: column;
        gap: 20px;
    }

    footer .left,
    footer .right {
        width: 100%;
    }

    footer .center {
        order: -1;
    }
}

@media (max-width: 670px) {
    footer .map {
        background-size: 1464px;
        background-position: 47% center;
    }

    footer .centered {
        /* padding: 20px 15px  !important; */
        flex-direction: column;
    }

    footer .view_map {
        width: 100%;
        height: 280px;

    }

    footer .box {
        max-width: 99%;
        width: 99%;
    }
}

@media (max-width: 410px) {
    footer {
        /* background-position: center -117%; */
        background-position: 25% -205%;
    }
}