
/* ----- Normalize ----- */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    margin: 0;
}

button,
input[type='button'] {
    cursor: pointer;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
}

input, textarea {
    border: none;
}

button {
    border: none;
    background: none;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0;
    font-family: 'Optima';
}

/* ----- Typography ----- */
body {
    font-family: "Optima", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}


h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

blockquote {
    margin: 0;
}

strong {
    font-weight: 700;
}

.wrapper {
    margin: 0 !important;
}

.no-scrolling {
  height: 100%;
  overflow: hidden;
}
/*-----------------------------------------------------*/
/*                   ELEMENTS                          */
/*-----------------------------------------------------*/
/* ----- Title ----- */
.title-bold {
    font-weight: 600;
}

.title-1 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 30px;
}


/* ----- Links ----- */
a {
    display: inline-block;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a:hover,
a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* ########################## */
          /* Objects  */
/* ########################## */
.btn-kagi{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem 1.2rem;
    font-size: 15px;
    line-height: 1.5;
    /* border-radius: .25rem; */
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
}

.btn-kagi-primary {
    color: #fff !important;
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.btn-kagi-primary:hover {
    background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
}

.contact-form {
    padding: 45px;
    background-color: #eeeeee;
}

.wp-block-cover {
    /* position: relative; */
    /* padding-bottom: 56.25%; */
    /* padding-top: 35px; */
    /* height: 0; */
    width: 100%;
    height: calc(100vh - 50px);
    overflow: hidden;
    z-index: 2;
    margin-bottom: 45px;
}

.wp-block-cover__video-background {
    /* position: relative; */
    width: calc(100vw - 1px);
    height: calc(100vh - 1px);
    /* object-fit:cover; */
    /* z-index: 3; */
}

.wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
}


/* Booking Form Styles  */
.booking-form-container {
    /* background-color: #eaeaea; */
    background-color: #517D95;
    position: fixed;
    z-index: 10;
    padding: 20px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* opacity: 0.8; */
}

.booking-form-container INPUT[type='text'], .booking-form-container INPUT[type='date'], .booking-form-container SELECT, .booking-form-container SELECT OPTION {
    background-color: #517D95;
    color: #fff;
}

.booking-form-container LABEL {
    color: #fff;
    margin: 0;
}

.booking-form-container .booking-title {
    color: #fff;
    margin: 0;
}

.booking-form-container .direct-booking-text {
    color: #fff;
    
}
.booking-form-container .direct-booking-text strong {
    text-decoration: underline;
    text-align: center;
}
.booking-form-container .direct-booking-text .bullets {
    color: #fff;
    text-align: left;
}

.booking-form-container.form__fixed {
    bottom: 0;
}

.booking-form-container.form__hidden {
    bottom: -770px;
}
.booking-form-fixed {
    width: 100%;
    margin: 0 auto;
}
.booking-form-close-button {
    font-size: 30px;
    cursor: pointer;
    color: #fff;
}

.booking_bar_fixed {
    background-color: var(--e-global-color-primary);
    height: 20px;
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: 100%;
}

.show_booking {
    position: absolute;
    margin: 0;
    width: 140px;
    /* height: 30px; */
    bottom: 5px;
    left: calc(calc(100vw - 51%) - 70px);
    z-index: 20;
    background-color: var(--e-global-color-primary);
    /* border-radius: 20px; */
    border: 1px solid #60b6e6;
    color: #ccedff;
    padding: 5px;
}

/* .btn-kagi {
    color: #fff !important;
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
} */

/* Booking Modal  */
.modal-content.booking-form-content {
    background-color: #517D95;
}
.booking-form-content .modal-title {
    color: #fff;
    margin: 0;
}
.booking-form-content LABEL {
    color: #fff;
}
.booking-form-content INPUT[type='text'], .booking-form-content INPUT[type='date'], .booking-form-content SELECT, .booking-form-content SELECT OPTION {
    background-color: #517D95;
    color: #fff;
}


.booking-form-content .close span {
    color: #fff;
}


/* Contact Form */
.contact-form {
    padding: 45px;
    background-color: #eeeeee;
}

.contact-form INPUT[type='text'], .contact-form INPUT[type='email'], .contact-form SELECT, .contact-form TEXTAREA {
    background-color: rgb(246, 246, 246);
}
.contact-form-image {
    width: 100%;
    height: 100%;
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



/* Section title seperator line in pages or section class */
.section-title-separator {
    border: 1px solid #fff;
    width: 20%;
    margin: 10px auto
}

/* Section First Paragraph class */
.section-first-paragraph {
    font-size: 20px !important;
    color: #2e7eab !important;
    font-style: italic;
    font-family: "Helvetica" !important;
}
/* Section Cover Image class */
.section-cover-image {
    width: 100%;
    height: 100%;
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/* Paragraph margin inside columns */
.wp-block-column p {
    margin-top: 20px;
    margin: 20px;
    color: #4c4c4c;
    font-size: 18px;
}
.wp-block-column p strong {
    color: var(--e-global-color-primary);
    font-family: "Optima";
}
.wp-block-columns {
    /* width: 1024px; */
    margin: 0 auto;
    padding: 20px;
}
.wp-block-columns ul {
    margin: 0;
    padding: 20px;
}
.wp-block-columns ul li {
    list-style-position: inside;
}
.wp-block-columns.full-width {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.wp-block-column.video-overlay-content-top-right{
    margin-right: 75px;
}

@media only screen and (max-width: 768px)
{
    .wp-block-columns {
        width: 375px;
    }
    .wp-block-columns.full-width {
        width: 100%;
    }
}
@media only screen and (max-width: 576px)
{
    .wp-block-columns {
        width: 320px;
    }
    .wp-block-columns.full-width {
        width: 100%;
    }
}

.wp-block-cover__inner-container .wp-block-columns {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.wp-block-cover__inner-container .wp-block-column p {
    margin-top: 20px;
    margin: 20px;
    color: #fff;
    font-size: 28px;
}

.wp-block-cover__inner-container .wp-block-column p strong {
    margin-top: 25px;
    margin: 20px;
    color: #fff;
    font-size: 40px;
}

.foodies-chef--home {
    padding: 10px;
    background-color: #ccc;
    opacity: 0.75;
    position: absolute;
    top: 0;
}
.foodies-chef--home h2 {
    color: #222;
}

.foodies-chef--home p {
    font-size: 13px;
    color: #222;
}

.home-cover-links a {
    color: #fff;
    font-family: 'Arsenal', sans-serif;
    font-size: 45px;
    /* text-transform: uppercase; */
}


/* Image hover discover */
.image-hover-discover img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.image-hover-discover img:hover {
    transform: scale(1.2);
}


/* Mobile Book Now */
.mobile-book-now {
    position: fixed;
    bottom: 20px;
    /* top: 161px; */
    right: 20px;
    z-index: 6;
    padding: 10px 15px;
    background-color: #45b1e2;
    border-radius: 5px;
    color: #fff;
}
.mobile-book-now:active, .mobile-book-now:link, .mobile-book-now:visited {
    color: #fff;
}


/* Navbar */
.site__header {
    position: absolute;
    width: 100%;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}
.site__header nav ul li a {
    color: #fff;
    padding: 0 10px;
}
.site__header .social-icons-top li a {
    font-size: 25px;
    /*margin-top: 5px;*/
    margin-right: 20px;
    padding: 0;
}
.is__fixed {
    position: fixed;
    width: 100%;
    background: #fff;
}
.is__fixed nav ul li a {
    color: var(--e-global-color-primary);
}
.site-logo {
    position: absolute;
    /*width: 17%;*/
    /*left: 41.5%;*/
    /*top: 20%;*/
    
width: 212px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 18px;
}

.site-logo-scroll {
    position: absolute;
    /*width: 4.3%;*/
    /*left: 47.75%;*/
    /*top: 15.6%;*/
    
width: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 2px;

}

@media only screen and (max-width: 768px)
{
    .site-logo {
        /*position: absolute;*/
        /*width: 20%;*/
        /*left: 42%;*/
        /*top: 25%;*/
    }
}

/* social icons */
.social-icons-top {
    padding: 0;
    margin: 0;
}
.social-icons-top li {
    display: inline;
}





/*
FOOTER STYLING
*/

footer {
  background-color: #333333;
  padding: 40px 25px 25px 25px;
}

footer p {
    color: #fff;
    font-size: 15px;
    opacity: 0.6;
}

footer .social-icons {
    padding: 0;
    margin: 0;
}

footer .social-icons li {
    display: inline;
    list-style: none;
}

footer .social-icons li a {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    background-color: #202020;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 40px;
}

@media only screen and (max-width: 990px)
{
    footer .social-icons li a {
        font-size: 20px;
        width: 36px;
        height: 36px;
        line-height: 39px;
    }
}


footer .footer-logo {
  width: 150px;
  margin-top: 5px;
}

@media only screen and (max-width: 1199px)
{
    footer .footer-logo {
        display: block;
        margin: auto;
    }
}

@media only screen and (max-width: 767px)
{
    footer .postal-address {
    text-align: center;
    }
}

@media only screen and (max-width: 575px)
{
    footer .footer-nav {
    text-align: center;
    margin: 30px auto 0;
    display: block;
    }
}
