/*styles*/

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: "Trocchi", serif !important;
    color: #3c3c3c;
}

.font2 {
    font-family: "ITC_BENUIAT", serif;
}

@font-face {
   font-family: ITC_BENUIAT;
   src: url(../fonts/ITCBenguiatStdMediumCn.OTF);
}

@font-face {
   font-family: ITC_BENUIAT;
   src: url(../fonts/ITCBenguiatStdBoldCn.otf);
   font-weight: bold;
}

body.active {
    overflow-y: hidden;
}

p {
    color: #b29266;
    font-size: 14px;
}

.container {
    max-width: 1500px;
}

.container.wide {
    max-width: 1700px;
}

.container.sml {
    max-width: 1200px;
}

.container-fluid {
    max-width: 100%;
    padding: 0;
}

.aos-animate {
    z-index: 999;
}
.icon {
    background: transparent;
}

a {
    color: inherit;
}

h1,h2,h3,h4,h5 {
    font-size: inherit !important;
    font-weight: inherit !important;
    margin: none;
}

/*Blog*/


.block.image {
    background-attachment: fixed;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
    text-align: center;
    background-size: cover;
    padding: 80px;
}

.block.image .heading {
    color: white;
}

.block.image .small-heading {
    color: white;
}

.block.image p {
    font-size: 19px;
    color: white;
}

.block.image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,0.2);*/
    background: #07253f;
    opacity: .75;
}

.small-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 400px;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.small-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.wide-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.large-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.small-block.white {
    background: white;
}

.small-block.blue {
    background: #07253f;
}

.small-block.light-blue {
    background: #4b769b;
}

.wide-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 400px;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.large-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.post-hold {
    padding: 40px 0;
    border-bottom: 1px solid #07253f;
}

.small-block.post {
    min-height: unset;
    display: block;
    height: unset;
}

.blog-post-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.block-inner {
    position: relative;
    padding: 65px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.block-inner.post {
    padding: 40px;
}

/* Header */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px;
    transition: all .5s ease;
}

.header.stuck {
    background: #0C3F2F;
}

.header.stuck .logo img {
    max-height: 70px;
}

.header .logo img {
    max-height: 120px;
    transition: all .5s ease;
}

.header .menu-hold {
    height: 100%;
}

.header .menu-hold ul.menu {
    display: flex;
    justify-content: right;
    align-items: center;
    height: 100%;
    list-style: none;
    margin-bottom: 0;
}

.header .menu-hold ul.menu li {
    padding: 5px;
}

.header .menu-hold ul.menu li a {
    color: white;
    padding: 5px;
    text-transform: uppercase;
    font-size: 14px;
}

/*Home*/

.hero-hold {
    position: relative;
}

.hero-hold .hslide {
    position: relative;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
    z-index: 9;
}

/*.hero-hold .hslide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #89a67ec9;
    z-index: -1;
}*/

.hero-hold .hslide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #22222256;
    z-index: -1;
}

.hero-hold .hslide .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
/*    max-width: 700px;*/
    z-index: 9999;
}

.hero-hold .hslide .overlay .sub {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero-hold .hslide .overlay .main {
    font-size: 75px;
    line-height: 80px;
    text-transform: uppercase;
    letter-spacing: 8px;
}

.hero-hold .hslide .overlay .main h1 {
    margin: 0;
}

.hero-hold .hslide .img {
    position: absolute;
    height: 100%;
    width: 100%;
}

.hero-hold .hslide .img img {
    position: absolute;
    max-height: 700px;
}

.hero-hold .hslide .img.one img {
    left: 0;
    bottom: -15%;
}

.hero-hold .hslide .img.four img {
    left: 30%;
    bottom: -10%;
}

.hero-hold .hslide .img.three img {
    right: -10%;
    bottom: -10%;
    max-height: 900px;
}

.hero-hold .hslide .img.five img {
    left: 20%;
    top: 10%;
}

.hero-hold .hslide .img.six img {
    right: 20%;
    top: 10%;
}

.hero-hold .sidebar {
    position: absolute;
    height: 100%;
    z-index: 99;
    left: 0;
    display: flex;
    align-items: center;
}

.hero-hold .sidebar .call-block {
    color: white;
    writing-mode: vertical-lr;
    display: flex;
    transform: rotate(180deg);
    padding: 20px;
    margin-left: 20px;
}

.hero-hold .sidebar .call-block .text {

}

.hero-hold .sidebar .call-block .topline {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
}

.hero-hold .sidebar .call-block span {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: bold;
}

.hero-hold .sidebar .call-block .icon-hold {
    margin-bottom: 20px;
    font-size: 25px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid white;
}

.hero-hold .booking-hold {
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1100px;
    width: 100%;
}

.hero-hold .booking-hold .booking-block {
    background: white;
    text-align: center;
    padding: 20px 30px;
    border-radius: 10px;
}

.hero-hold .booking-hold .booking-block button {
    padding: 10px 20px;
    border-radius: 5px;
    background: #0C3F2F;
    border: 0;
    color: white;
    font-style: italic;
    height: 50px;
    box-sizing: border-box;
    margin-left: 2px;
}

.hero-hold .booking-hold .booking-block .wpcf7-form-control-wrap {
    margin-right: 10px;
}

.hero-hold .booking-hold .booking-block .form-control {
    display: inline-block;
    height: 100%;
}

.hero-hold .booking-hold .booking-block select {
    min-width: 200px;
}

.hero-hold .booking-hold .booking-block p {
    margin-bottom: 0;
    display: flex;
}

.wpcf7-spinner {
    position: absolute !important;
}

.split {
    position: relative;
}

.split .text-image {
    position: relative;
    padding: 20%;
    text-align: center;
    background-position: center;
    background-size: cover;
    color: white;
    z-index: 9;
}

.split .text-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: -1;
    display: none;
}

.image {
    min-height: 300px;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

.about {
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
}

/*.about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.96;
}*/

.about i {
    font-size: 75px;
    color: #e4e4e4;
    margin-bottom: 30px;
}

.about .text-holder {
    position: relative;
    padding: 120px;
}

.about .image {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 300px;
    background-position: center;
    background-size: cover;
}

.block-select {
    position: relative;
    /*padding: 120px 0;*/
    padding: 0 80px;
}

.block-select .block-holder {
    position: relative;
    overflow: hidden;
    margin: 0 25px;
    border-radius: 15px;
    box-shadow: 0 0 16px 8px #00000029;
    display: block;
}

.block-select .block-holder .select-block {
    position: relative;
    height: 600px;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: all 1s ease;
}

.block-select .block-holder:hover {
    cursor: pointer;
}

.block-select .block-holder:hover .select-block {
    transform: scale(1.1);
}

.block-select .block-holder .select-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #090b09 0%, rgba(16, 18, 19, 0) 60%);
}

.block-select .block-holder .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 40px;
    z-index: 99;
    color: white;
}

.block-select .block-holder .overlay .title {
    font-size: 26px;
    text-transform: uppercase;
}

.menu-block {
    position: relative;
    padding-bottom: 80px;
}

.menu-block .menu-section {
    padding: 40px;
    background: #f7f7f7;
}

.menu-block .menu-section .bites {
    position: relative;
    padding: 40px;
    border: 4px solid #d7d7d7;
}

.menu-block .menu-section .sides {
    padding: 40px;
    background: #0C3F2F;
    margin-top: 40px;
    color: white;
}

.menu-block .menu-section ul {

}

.menu-block .menu-tab {
    padding: 40px;
}

.menu-block .menu-tab ul {
    columns: 2;
    text-wrap: wrap;
}

.menu-block .menu-section ul li {
    position: relative;
    margin-bottom: 10px;
}

.menu-block .menu-section ul li .float-end {
}

.menu-block .menu-section ul.list-unstyled li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  gap: 20px;
  font-size: 12px;
    break-inside: avoid;
  -webkit-column-break-inside: avoid; /* for Safari */
  page-break-inside: avoid; /* fallback for print */
}

.menu-block .menu-section ul.list-unstyled li:last-child {
  border-bottom: none;
}

.menu-block .menu-section ul.list-unstyled li div {
  max-width: 80%;
}

.menu-block .menu-section ul.list-unstyled li strong {
  display: block;
  font-weight: lighter;
  font-size: 1rem;
}

.menu-block .menu-section ul.list-unstyled li span {
  white-space: nowrap;
  font-weight: 500;
  font-size: 1rem;
}

/* Section headings */

/* Optional: italic description under section title */
.menu-block .menu-section h4 + p {
  font-size: 0.9rem;
  margin-top: -10px;
  margin-bottom: 20px;
}

.welcome {
    padding: 120px 0;
    color: white;
    background: #1a1f18;
}

.welcome.white {
    background: white;
    color: #3c3c3c;
}

.welcome.grey {
    background: #f7f7f7;
    color: #3c3c3c;
}

.welcome.white .sub,
.welcome.grey .sub {
    color: #0C3F2F;
}

.welcome.white p,
.welcome.grey p {
    color: #aeaeae;
}

.welcome p {
    color: #d5d5d5;
}

.welcome.primary {
    background: #0C3F2F;
    color: white;
}

.welcome.secondary {
    background: #1a1f18;
    color: white;
}

.welcome.primary .sub,
.welcome.secondary .sub {
    color: white;
}

.welcome.primary p,
.welcome.secondary p {
    color: white;
}

.welcome .image-1 {
    position: relative;
    height: 100%;
    margin-top: 20%;
    min-height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.welcome .image-2 {
    position: relative;
    height: 100%;
    min-height: 300px;
    margin-top: -20%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.card {
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

.sidebar .call-block {
    background: var(--accent-color);
    color: white;
    padding: 10px 15px;
    border-radius: 30px;
}

.para-banner {
    position: relative;
    min-height: 300px;
    width: 100%;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    z-index: 9;
    padding: 80px 0;
    color: white;
}

.para-banner {
    color: white;
}

.para-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0c3f2fb3;
    z-index: -1;
    /*display: none;*/
}

.facs {
    position: relative;
    padding: 120px 0;
}

.facs .fac-block {
    position: relative;
    padding: 30px;
    border: 1px solid #efefef;
    border-radius: 5px;
    z-index: 9;
    margin: 10px;
}

.facs .fac-block i {
    color: #0C3F2F;
    font-size: 25px;
}

.facs .fac-block .bg-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: -1;
}

.facs .fac-block .bg-icon i {
    color: #f8f8f8;
    font-size: 65px;
}

.facs .fac-block .title {
    font-size: 20px;
    margin: 10px 0;
}

.facs .fac-block p {
    margin-bottom: 0;
    font-size: 14px;
}

/*Gallery*/

.gallery-hold {
        position: relative;
        padding: 40px 30px;
    }
    .gallery-items {
        margin: 12.5px;
    }
    .gallery-image {
        height: 450px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .details {
        position: relative;
        padding: 20px 10px;
    }
    .cat {
        font-weight: 300;
        font-size: 15px;
        opacity: .7;
    }
    .light {
        font-weight: 200;
    }
    .style-heading {
        position: relative;
        font-size: 26px;
        margin-bottom: 0;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 10px;
        opacity: .9;
        letter-spacing: 1px;
    }
    .style-heading::before {
        position: absolute;
        content: "";
        left: 50%;
        transform: translate(-50%);
        bottom: -2px;
        height: 3px;
        width: 20px;
        background: #525252;
    }
    .slick-arrow {
        background: transparent;
        color: #525252;
    }
    .slick-prev {
        left: -42px;
        font-size: 25px;
    }
    .slick-next {
        right: -40px !important;
        font-size: 25px;
    }
    .gallery-image {
      object-fit: contain;
      object-position: center;
    }
    .side-bar {
        position: absolute;
        padding: 40px 0;
        width: 15vw;
        right: 0;
        text-align: right;
        z-index: 1;
        transition: all .5s ease;
    }
    .gal-hold {
        width: 85vw;
    }
    .tab-wrap ul {
        font-size: 21px;
        margin-bottom: 20px;
        font-weight: 400;
        line-height: 40px;
        text-transform: uppercase;
    }
    .content_title {
     margin-bottom: 40px;
    }
     .content_title .title {
         color: white;
    }
     .content_title .title small {
         font-weight: 100;
    }
     .main {
         padding: 15px;
         margin: auto;
    }
     .main * {
         transition: all 0.4s;
    }
     .main .top_banner, .main .bottom_banner {
         text-align: center;
         color: white;
    }
     .main .main_content {
         column-gap: 20px;
         width: 100%;
    }
     .main .main_content .picture_wrapper {
         margin-bottom: 20px;
         position: relative;
         overflow: hidden;
         transition: all .3s ease;
    }
     .main .main_content .picture_wrapper img {
         height: 100%;
         width: 100%;
         object-fit: cover;
         box-shadow: 49px 42px 80px 24px rgba(67,58,122,0.06);
         position: relative;
         transition: all .5s ease;
         overflow: hidden;
    }
    }
    .main .main_content .picture_wrapper img:hover {
        box-shadow: 49px 42px 80px 24px rgba(67,58,122,0.15);
    }
     @media (min-width: 1200px) {
         .main_content {
             column-count: 3;
        }
    }
     @media (min-width: 768px) and (max-width: 1199px) {
         .main_content {
             column-count: 3;
        }
    }
     @media (min-width: 576px) and (max-width: 767px) {
         .main_content {
             column-count: 2;
        }
    }
     @media (max-width: 575px) {
         .main_content {
             column-count: 1;
        }
    }
    .box {
        overflow: hidden;
        display: none;
    }

    .selected {
        display: block;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transition: opacity 1s linear; }

    .checklist_wrap .box{
        display: block;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transition: opacity 1s linear; }

    .contextNav.onethird {
        background-color: transparent; }

    .tab-wrap li {
        cursor: pointer;
        position: relative;
        transition: all .5s ease;
        line-height: 20px;
        padding: 20px 30px;
    }

    .tab-wrap li.active, .tab-wrap li:hover {
        background: #f2ede4;
    }
    .magnifier {
        position: absolute;
        bottom: -70px;
        font-size: 40px;
        z-index: 99;
        right: 15px;
        text-align: center;
        width: 48px;
        transition: all .5s ease;
        padding: 3px;
        color: #fff;
    }
    .main .main_content .picture_wrapper:hover .magnifier {
        bottom: 0;
    }
    .social {
        display: inline-flex;
        position: relative;
        right: 30px;
    }
    .social li a {
        color: white;
        font-size: 20px;
        text-decoration: none !important;
    }
    .btn-large {
        position: absolute;
        right: 0;
        bottom: 45px;
        width: 100%;
        cursor: pointer;
        transition: all .5s ease;
        line-height: 20px;
        padding: 20px 30px;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 400;
        color: white !important;
        text-decoration: none !important;
    }
    .btn-large:hover {
        background: #0d0d0d;
    }
    .side-button {
        width: fit-content;
        left: -43px;
        position: absolute;
        background: black;
        z-index: 9999;
        font-size: 26px;
        padding: 4px 9px;
        border-radius: 5px 0 0 5px;
        top: 45%;
        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        cursor: pointer;
        transition: all .5s ease;
    }
    .side-button.closer {
        width: fit-content;
        left: 25px;
        position: absolute;
        z-index: 9999;
        font-size: 30px;
        top: 42px;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        transition: all .5s ease;
        transform: unset;
        border-radius: unset;
        padding: unset;
        background: unset;
    }
    @media(max-width: 1800px) {
        .side-bar {
          width: 20vw;
        }
        .gal-hold {
          width: 80vw;
        }
    }
    @media(max-width: 1500px) {
        .side-bar {
          width: 25vw;
        }
        .gal-hold {
          width: 75vw;
        }
    }
    @media(max-width: 991px) {
        .gal-hold {
          width: 100vw;
        }
        .side-bar {
            position: fixed;
            width: 100%;
            max-width: 220px;
            z-index: 9;
            right: -220px;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 20px 0 0 20px;
        }
        .side-bar.active {
            right: 0;
        }
        .side-bar, .side-button {
          background: rgba(255, 255, 255, 0.9);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(3px);
            -webkit-backdrop-filter: blur(3px);
        }
        .side-button {
            opacity: 1;
            visibility: visible;
        }

        .tab-wrap ul {
          font-size: 19px;
        }
    }

    @media(max-width: 345px) {
        .side-bar.active .side-button {
            opacity: 0;
            visibility: hidden;
        }
        .side-bar.active .side-button.closer {
            opacity: 1;
            visibility: visible;
        }
    }

/*Defaults*/

ul.imageul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

ul.imageul li {
    display: inline-block;
}

ul.imageul li img {
    max-height: 80px;
}

.btn {
    position: relative;
    padding: 15px 30px;
    border-radius: 5px;
    background: #0C3F2F;
    color: white;
    text-transform: uppercase;
    transition: all .5s ease;
    z-index: 9;
    overflow: hidden;
    font-size: 14px;
    border: 0;
    /*font-style: italic;*/
}

.btn::before {
    content:"";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    transition: all .5s ease;
    background: black;
    z-index: -1;
}

.btn:hover::before {
    left: 0;
}

.btn:hover {
    color: white;
    text-decoration: none;
}

.btn.gold {
    background: #b29266;
}

.form-group {
    position: relative;
    margin-bottom: 0;
    display: inline-block;
    margin: 0 3px;
}
.form-group input,
.form-group select {
    width: 100%;
    padding: 10px;
    padding-left: 50px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    height: 50px;
}
.form-group select {
    font-style: italic;
    color: #aaa;
}
.form-group input::placeholder,
.form-group select option {
    font-style: italic;
    color: #aaa;
}
.form-group select option {
    padding-left: unset;
}

.form-group .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #aaa;
}

.sub {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.heading {
    font-size: 55px;
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/*Footer*/

.footer img {
    max-height: 140px;
    margin-bottom: 20px;
}

.footer .main-footer {
    background: #0C3F2F;
    padding: 80px 0;
    color: white;
}

.footer .main-footer .footer-heading {
    font-size: 22px;
    margin-bottom: 20px;
}

.footer .main-footer ul {
    padding-left: 0;
    list-style: none;
}

.footer .main-footer ul li {
    font-size: 14px;
    margin: 5px 0;
}

.footer .main-footer ul li i {
    margin-right: 10px;
}

.footer .main-footer p {
    font-size: 12px;
    color: white;
}

.footer .copyright ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer .copyright ul li {
    display: inline-block;
    margin: 0 5px;
}

.footer .copyright {
    background: white;
    font-size: 12px;
    padding: 5px;
}

/*Responsive*/

@media only screen and (min-width : 1200px) {
    .menu-toggle {
        display: none;
    }

    .dropdown-toggle {
        display: none;
    }
}

@media only screen and (max-width : 1200px) {
    body {
        overflow-x: hidden;
    }

    body.active {
        overflow-y: hidden;
    }

    ul {
        padding-left: 0;
    }

    .top-header .logo {
      display: none;
    }

    .top-header {
        display: none;
    }

    .header .logo {
        text-align: left !important;
    }

    .header .logo img {
        position: relative;
        z-index: 999;
        max-height: 70px;
        max-width: 100%;
        height: auto;
    }

    .header ul li::before {
        display: none;
    }

    .menu-toggle {
        position: absolute;
        width: 40px;
        height: 30px;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        appearance: none;
        border: 0;
        background: none;
        overflow: visible;
        z-index: 999999;
        text-decoration: none;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    .menu-toggle:focus {
        outline: none;
    }

    .menu-toggle span {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        background: white;   
    }

    .menu-toggle span:nth-of-type(1) {
      transition: all 0.3s 0.3s, transform 0.3s 0s;
    }

    .menu-toggle span:nth-of-type(2) {
      top: 50%;
      margin-top: -1px;
      left: 0;
      transition: all 0.3s 0.3s;
    }

    .menu-toggle span:nth-of-type(3) {
      bottom: 0;
      top: auto;
      left: 0;
      transition: all 0.3s 0.3s, transform 0.3s 0s;      
    }

    .menu-toggle.active {
        transform: translateY(-50%), rotate(135deg);
        transition: all 0.5s 0.3s;
    }

    .menu-toggle.active span:nth-of-type(1) {
      top: 50%;
      margin-top: -1px;
      transform: rotate(90deg);
      transition: all 0.3s, transform 0.3s 0.3s;
    }

    .menu-toggle.active span:nth-of-type(2) {
      opacity: 0;
      transition: all 0.3s, opacity 0.3s 0s;      
    }

    .menu-toggle.active span:nth-of-type(3) {
      bottom: 50%;
      margin-bottom: -1px;
      transform: rotate(0deg);
      transition: all 0.3s, transform 0.3s 0.3s;      
    }

    .header .call-block {
        display: none;
    }
    .header .bottom-header {
        padding: 10px;
    }

    .header .bottom-header ul.menu {
        height: 100vh;
        width: 100vw;
        position: fixed;
        z-index: 99999;
        display: none;
        left: 0;
        top: 0;
        background: #111;
        text-align: center;
        padding-top: 100px;
        overflow-y: scroll;
        margin-left: 0;
        padding-left: 0;
    }

    .header .bottom-header ul.menu li {
        display: block !important;
        position: relative;
        float: none;
        height: unset;
        padding: 0;
    }

    .header .bottom-header ul.menu li a {
        padding: 22px;
        text-decoration: none;
        font-size: 22px;
        display: block;
        transition: 0.3s;
        border-left: none;
        width: 75%;
        margin: 0 auto;
        color: white;
        background: transparent;
        border: none;
    }

    .bottom-header ul li ul.dropdown {
        position: relative !important;
        left: 50%;
        top: 0;
        margin-left: 0;
        transition: all 0.4s ease;
        display: block !important;
        opacity: 0;
/*        background: white;*/
        text-align: center;
        height: auto;
        visibility: hidden;
        margin: 0;
        padding: 0;
        box-shadow: none;
        z-index: 9;
        transform: translate(-50%);
    }

    ul.double {
      columns: unset;
      -webkit-columns: unset;
      -moz-columns: unset;
    }

    .footer {
/*        text-align: center;*/
    }

    .col-md-3.hours {
        text-align: left;
    }

    .social {
        right: unset;
    }

    .footer ul.pages li {
        display: block;
        width: 100%;
    }

    .footer ul.pages li::before {
        display: none;
    }

    .footer .social {
        margin-bottom: 20px;
    }

    .footer .footer-heading {
        margin-top: 20px;
    }

    body {
        text-align: center;
    }
    
}

@media (max-width: 991px) {
    .hero-hold .sidebar {
        display: none;
    }

    .hero-hold.Accommodation .hslide .overlay .main {
        font-size: 25px;
        line-height: 25px;
    }

    .hero-hold .hslide .overlay .main {
        font-size: 45px;
        line-height: 45px;
    }

    .hero-hold .hslide .overlay {
        width: 100%;
    }

    .rooms .room-block {
        margin: 10px 0;
    }

    .hayloft .image {
        height: 300px;
        margin-top: 20px;
    }

    .hayloft .image.half {
        height: 300px;
    }

    .hero-hold .hero-slider .hslide {
        background-image: url(../img/hero1.JPG) !important;
    }
}

@media (max-width: 768px) {
    .block-select {
        padding: 0;
    }

    .block-select .block-holder {
        margin: 20px;
    }

    .block-select .block-holder .select-block {
        height: 300px;
    }

    .menu-block .menu-tab ul {
        columns: 1;
    }

    .menu-block {
        padding-bottom: 0;
    }
}

@media (max-width: 576px) {
    .text-left, .text-right {
        text-align: center !important;
    }

    .hero-hold .hslide {
        background-attachment: unset;
    }

    .para-banner {
        background-attachment: unset;
    }
    .para-banner.home {
        display: none; 
    }

    .rooms .room-block .details .underdeets {
        height: 30px;
        visibility: visible;
        opacity: 1;
        text-align: center;
    }

    .rooms .room-block .details .underdeets .detail-list {
        justify-content: center;
    }

    .welcome .image-1 {
        height: 300px;
        min-height: unset;
        margin: 40px 0;
    }

    .welcome .image-2 {
        height: 300px;
        min-height: unset;margin-top: unset;
    }

    .rooms .row {
        margin-top: unset !important;
    }
}

@media (max-width: 400px) {

}
