@font-face {
    font-family: "digital 7 italic";
    src: url('/fonts/digital-7-italic.ttf') format("truetype");
}

.link-book {
    font-size: 26px;
}


/**/

body .ui-datepicker-current-day {
    background: #000;
}

body .ui-datepicker-inline {
    margin-bottom: 50px;
}

body .ui-state-default {
    border: 0px !important;
}

body .ui-datepicker {
    background-color: #fff;
    display: none;
    padding: 0;
    width: 100%;
    border-radius: 0 !important;
    border: 0 !important;
}

body .ui-widget.ui-widget-content {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body .ui-datepicker-calendar a {
    color: inherit;
    text-decoration: none;
}

body .ui-datepicker-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1em;
    background: #fff !important;
    border: none !important;
}

body .ui-datepicker-prev {
    cursor: pointer;
    top: 0 !important;
    bottom: 0;
    left: 5px !important;
    margin: auto;
    background-image: url("/img/arrow.svg");
    background-size: 70% 70%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

body .ui-datepicker-next {
    cursor: pointer;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    top: 0 !important;
    bottom: 0;
    right: 5px !important;
    margin: auto;
    background-image: url("/img/arrow.svg");
    background-size: 70% 70%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

body .ui-widget-header .ui-state-hover,
body .ui-widget-header .ui-state-focus {
    background: unset;
    background-repeat: no-repeat;
    background-image: url("/img/arrow.svg");
    background-size: 70% 70%;
    background-position: center;
    border: none !important;
}

body .ui-datepicker-prev .ui-icon,
body .ui-datepicker-next .ui-icon {
    background-image: url("https://cdn.rawgit.com/marcobiedermann/playground/3027274a/ui/datepicker/jquery-ui-datepicker/dist/assets/images/datepicker-arrows.svg");
    background-repeat: no-repeat;
    background-size: 300%;
    display: inline-block;
    height: 1em;
    overflow: hidden;
    text-indent: -999px;
    width: 1em;
    display: none !important;
}

body .ui-datepicker-prev:hover .ui-icon-circle-triangle-w {
    background-position: -1em 0;
}

body .ui-datepicker-prev.ui-state-disabled .ui-icon-circle-triangle-w {
    background-position: -2em 0;
}

body .ui-datepicker-next .ui-icon-circle-triangle-e {
    background-position: 0 -1em;
}

body .ui-datepicker-next:hover .ui-icon-circle-triangle-e {
    background-position: -1em -1em;
}

body .ui-datepicker-nextui-state-disabled .ui-icon-circle-triangle-e {
    background-position: -2em -1em;
}

body .ui-datepicker-title {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: Chaostiq, sans-serif;
}

body .ui-datepicker-calendar td,
body .ui-datepicker-calendar th {
    text-align: center;
}

body .ui-datepicker-calendar td a,
body .ui-datepicker-calendar td span {
    background-color: #f6f6f6;
    display: block;
    text-align: center;
    padding: 5px 0px;
    font-family: Chaostiq, sans-serif;
}

body .ui-datepicker-calendar .ui-datepicker-unselectable {
    color: #c8c8ca;
    border: 1px solid #000;
}

body .ui-datepicker-calendar .ui-datepicker-today a,
body .ui-datepicker-calendar .ui-datepicker-today span {
    color: #86493d;
    font-weight: 700;
    font-family: Chaostiq, sans-serif;
}

body .ui-datepicker-calendar .ui-datepicker-current-day a {
    background-color: #000;
    color: #fff;
    font-weight: 700;
    font-family: Chaostiq, sans-serif;
}

body .ui-datepicker-buttonpane {
    margin-top: 1em;
}

body .ui-datepicker-buttonpane button {
    background-color: #484a4e;
    color: #fff;
    font-size: 0.75rem;
    padding: 0.25em 0.5em;
}

body .ui-datepicker-buttonpane button+button {
    margin-left: 0.5em;
}

body .ui-state-default,
.ui-widget-content .ui-state-default {
    background: #fff;
}

body .ui-datepicker td {
    border: 1px solid;
    padding: 5px 0px;
}


/**/

.menu-bg {
    background: url('/img/menu.jpg') no-repeat;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

nav {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
    transition: all 0.5s;
}

nav.scrollUp {
    transform: translateY(-80px);
}

@media (max-width: 768px) {
    nav ul.navbar-menu {
        display: none;
    }
    nav button {
        display: block;
    }
    .text-footer-center {
        text-align: center;
    }
    .menu-bg {
        background: url('/img/mobile-menu.jpg') no-repeat;
        background-size: contain;
    }
}

@media (max-width: 500px) {
    .c-padd {
        padding: 0 !important;
    }
    .c-footer__inner {
        flex-direction: column;
        align-items: center;
    }
    .c-footer__incipio p {
        line-height: 2;
    }
    .alarm-clock {
        padding: 15px !important;
    }
    .alarm-clock .date {
        bottom: 60px !important;
        font-size: 1rem !important;
    }
}

@media (max-width: 370px) {
    .c-footer__inner {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .alarm-clock .date {
        bottom: 100px !important;
        font-size: 1rem !important;
    }
}

.scroll-span:after {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    bottom: -25px;
    left: 50%;
}

.m-terms-top {
    margin-top: 5rem;
}

.a-link {
    text-decoration: none;
}

.logo-img-size {
    width: 115px;
}

.p-size {
    font-size: 2.5rem;
}

.gold {
    color: #c8b17f !important;
}

.c-footer__credit p {
    font-size: 1.5rem;
}

.text-pos-left {
    text-align: left;
}

.text-pos-right {
    text-align: right;
}

.logo-wid {
    width: 200px;
    margin-left: 50px;
}

.table-image {
    width: 100px;
    height: auto;
}

.floor_table {
    cursor: move;
    position: absolute;
    z-index: 99999;
    border: 5px solid;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #000;
}

.sunsets-bg {
    background-color: #c8b17f;
}

.nightlife-bg {
    background-color: #86493d;
}

.logo-pos {
    left: 10%;
}

.social-head {
    font-size: 25px;
}

.fa-arrow .fa {
    padding: 12px 17px !important;
}

.fa {
    padding: 12px;
    font-size: 25px !important;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    margin: 7px;
}

.fa:hover {
    opacity: 0.7;
    background: white;
    color: black;
}

.fa-color {
    background: black;
    color: white;
}

.menu-link {
    left: unset !important;
    right: 7% !important;
    position: absolute;
    font-size: var(--text-lg);
    letter-spacing: .0375em;
    border-bottom: 1px solid black;
}

.menu-link:hover {
    border-bottom: none;
    color: #c8b17f;
}

.arrow-up-sty {
    background: #FAAC71;
    color: #fff;
    cursor: pointer;
}

.arrow-up-sty:hover {
    background: #FAAC71;
    color: #fff;
    cursor: pointer;
}


/*Booking form*/

.info-t {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
}

.wp-block-spacer {
    height: 60px;
}

#dmn-partner-widget {
    font-family: inherit;
    font-size: 12px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    line-height: 1.2;
}

#dmn-partner-widget #dmn-widget-inner {
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}

#dmn-partner-widget .stage .dropdown.dropdown--open:not(.dropdown--no-shadow) {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#dmn-partner-widget .stage .dropdown:not(.dropdown--no-shadow) {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

body #dmn-partner-widget .stage .dropdown.dropdown--open:not(.dropdown--no-shadow) {
    border-bottom-color: #000;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#dmn-partner-widget .stage .dropdown.dropdown--open:not(.dropdown--no-shadow) {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

body #dmn-partner-widget .stage .dropdown:not(.dropdown--no-shadow) {
    border-bottom-color: #000;
}

#dmn-partner-widget .stage .dropdown:not(.dropdown--no-shadow) {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

body #dmn-partner-widget .stage .dropdown {
    height: 50px;
}

#dmn-partner-widget .stage .dropdown {
    height: 39px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0 1em;
    font-size: .9em;
    touch-action: manipulation;
    cursor: pointer;
}

#dmn-partner-widget .stage .dropdown {
    height: 39px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0 1em;
    font-size: .9em;
    touch-action: manipulation;
    cursor: pointer;
}

#dmn-partner-widget .stage .dropdown .dropdown__icon svg {
    text-align: center;
    display: flex;
    justify-content: flex-end;
}

#dmn-partner-widget .stage .dropdown.dropdown--open .dropdown__title {
    color: rgba(0, 0, 0, 0.5);
}

#dmn-partner-widget .stage .dropdown .dropdown__title {
    text-transform: uppercase;
    flex: 1;
    margin: 0 1em;
    font-weight: 500;
}

#dmn-partner-widget .contents {
    min-height: 400px;
}

#dmn-partner-widget #dmn-widget-inner .stage .scroll-height {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    position: relative;
}

#dmn-partner-widget #dmn-widget-inner .number-people.number-people-dropdown,
#dmn-partner-widget #dmn-widget-inner .number-people-dropdown.number-people-dropdown {
    margin: 0 auto;
    height: 30px;
}

#dmn-partner-widget #dmn-widget-inner .number-people,
#dmn-partner-widget #dmn-widget-inner .number-people-dropdown {
    /* display: flex;  */
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    max-width: 100%;
    touch-action: manipulation;
}

#dmn-partner-widget #dmn-widget-inner .number-people.number-people-dropdown .number-people-dropdown-facade,
#dmn-partner-widget #dmn-widget-inner .number-people-dropdown.number-people-dropdown .number-people-dropdown-facade {
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    padding: 5px 1em;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    color: #000;
}

#dmn-partner-widget #dmn-widget-inner .number-people.number-people-dropdown .number-people-dropdown--caret,
#dmn-partner-widget #dmn-widget-inner .number-people-dropdown.number-people-dropdown .number-people-dropdown--caret {
    position: absolute;
    border-top: 8px solid #000;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    right: 1em;
    top: 1em;
}

#dmn-partner-widget #dmn-widget-inner .number-people.number-people-dropdown select,
#dmn-partner-widget #dmn-widget-inner .number-people.number-people-dropdown input[type=number],
#dmn-partner-widget #dmn-widget-inner .number-people-dropdown.number-people-dropdown select,
#dmn-partner-widget #dmn-widget-inner .number-people-dropdown.number-people-dropdown input[type=number] {
    width: 100%;
    outline: 0;
    padding: 5px 1em;
    font-size: 1.5em;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    font-weight: 500;
    left: 13px;
}

#dmn-partner-widget #dmn-widget-inner .number-people.number-people-dropdown select,
#dmn-partner-widget #dmn-widget-inner .number-people-dropdown.number-people-dropdown select {
    opacity: 0;
    position: absolute;
    color: #000;
}

#dmn-partner-widget #dmn-widget-inner hr.dashed {
    border: 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    margin: 1.3em 0;
}

#dmn-partner-widget .date-selector {
    touch-action: manipulation;
}

#dmn-partner-widget #dmn-widget-inner .date-selector .date-selector__quick-buttons {
    display: flex;
    margin: 0 -.5em 1em -.5em;
    justify-content: space-around;
}

#dmn-partner-widget #dmn-widget-inner .date-selector .date-selector__quick-buttons button {
    flex: 1;
    margin: 0 .5em;
    color: #000;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.2);
    transition: 0.1s color, 0.1s border-color;
    padding: .75em;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
    touch-action: manipulation;
    cursor: pointer;
}

#dmn-partner-widget .button {
    font-family: inherit;
    box-sizing: border-box;
    -webkit-appearance: none;
    padding: .5em;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 15px;
    outline: 0;
    cursor: pointer;
}

#dmn-partner-widget button {
    -webkit-font-smoothing: antialiased;
}

#dmn-partner-widget .date-selector .calendar__loading {
    height: 2px;
    background-color: transparent;
    margin: 0 -1em;
    position: absolute;
    width: 100%;
    margin-top: -7px;
}

.vdp-datepicker {
    position: relative;
    text-align: left;
}

.vdp-datepicker * {
    box-sizing: border-box;
}

#dmn-partner-widget .date-selector .vdp-datepicker .vdp-datepicker__calendar {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    width: 100%;
}

#dmn-partner-widget .date-selector .vdp-datepicker .vdp-datepicker__calendar .disabled {
    color: #000;
    opacity: .4;
}


/*----------Menu--------------*/

.notes-i {
    color: #888;
    display: block;
    padding-left: 10px;
    background: #c8b17fa6;
    width: 80%;
    border-radius: 15px;
}

.is_hot {
    font-size: 14px;
    margin-top: -1%;
    padding: 2px 15px !important;
    background: #FAAC71 !important;
    border-radius: 9px;
    color: white;
    font-family: "Chaostiq", sans-serif;
}

.n-div {
    font-size: 14px;
    margin-top: -23px;
    padding: 2px 15px !important;
    background: #FAAC71 !important;
    border-radius: 9px;
    color: white;
    font-family: "Chaostiq", sans-serif;
}

.sec-title {
    font-size: 2.5rem;
}

ul#cats li {
    display: inline;
}

ul#cats li a {
    font-size: var(--text-lg);
    letter-spacing: .0375em;
    padding: 10px 50px;
}

ul#cats li a:hover {
    color: #c8b17f;
    cursor: pointer;
}

ul.menu-sort {
    list-style: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px 10px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    margin: 0 3px 10px 3px;
    background: transparent;
    position: relative;
}

ul.menu-sort li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px 10px 16px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    margin: 0 3px 10px 3px;
    position: relative;
}

ul.menu-sort li:hover {
    color: #fff !important;
    background-color: #c8b17f;
    border-radius: 15px;
}

.filter-active {
    color: #c8b17f !important;
}

.filter-active:hover {
    color: #fff !important;
    background-color: #c8b17f;
}

.img-width {
    width: 100%;
}

.c-introduction__wrap {
    font-size: 1.3rem;
}

.c-hero__overlay span {
    color: #33322d;
    font-family: Chaostiq;
}

.c-elsewhere-cta {
    background-image: url('/img/cloud-new.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.menu-p {
    font-family: Chaostiq !important;
    font-size: 3rem !important;
    margin-bottom: 50px;
}

#cats li a {
    font-family: Chaostiq;
    font-size: 1.8rem !important;
}

.c-footer-div {
    text-align: center;
}

.c-footer-title {
    font-size: 2rem;
    font-family: HeyMagnolia;
}


/*Menu content and prices*/

.m-item {
    width: 100%;
    display: flex;
    font-weight: 300;
    position: relative;
}

.m-item .name {
    white-space: nowrap;
    width: 100%;
    font-size: 15px;
    position: relative;
    z-index: 2;
    color: black;
    font-family: "Chaostiq" !important;
}

.m-item .name b {
    text-transform: capitalize;
    display: inline-block;
    width: auto;
    font-weight: 600;
    background: transparent;
    padding: 0px 10px;
    font-family: "Chaostiq" !important;
}

.f-weight {
    font-weight: 600 !important;
}

.m-item .sct,
.m-item .bottle {
    white-space: nowrap;
    background: transparent;
    color: black;
    padding-left: 10px;
    font-weight: 700;
    position: relative;
    min-width: 83px;
    z-index: 2;
    font-family: "Chaostiq" !important;
    text-align: center;
}

.m-item+i {
    color: #888;
    margin: auto;
    display: block;
    padding: 10px;
}

.head-item.m-item {
    text-align: center;
}

.head-item.m-item::after {
    content: none;
}

.head-item.m-item .sct,
.head-item.m-item .bottle {
    padding: 0 28px;
}

.head-item.m-item .glass,
.head-item.m-item .pitcher {
    padding: 0 20px !important;
}

.tag-bg {
    background: transparent !important;
    color: #c8b17f !important;
}

.mt-10 {
    margin-top: 10rem;
}

.mb-10 {
    margin-bottom: 10rem;
}

.hr-separator {
    border: 1px solid black;
    background: black;
}


/* .li-f:hover {
    position: relative;
}

.li-f:hover:after {
    content: '';
    display: block;
    background-image: url('/img/lines.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 60px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    margin: auto;
}

.li-f.filter-active:after {
    content: '';
    display: block;
    background-image: url('/img/lines.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 60px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    margin: auto;
} */


/**/

.link-color {
    color: #fff;
}

.nightlife_title {
    color: #86493d;
}

.sunset_title {
    color: #c8b17f;
}

.scroll-span {
    font-size: 2rem !important;
}

.c-article__content h2,
.c-article__title,
.c-content h2,
.c-hero__overlay h2,
.c-image-text__title,
.c-infobox__title,
.c-press-carousel__quote>p,
.c-split5050__inner--blocks h2,
.mfp-content .popup h2 {
    font-family: Chaostiq, serif;
    font-size: 3.5rem;
}

.vanilla-calendar-date {
    border: 0.5px solid #000!important;
}

.date-col {
    margin-bottom: 1rem;
}

.slide-head-h1 {
    font-family: HeyMagnolia, serif;
    font-size: 3rem;
    letter-spacing: .0375em !important;
    text-transform: unset !important;
}

.slide-head-h3 {
    font-family: Chaostiq, serif !important;
    font-size: 2.4rem;
    letter-spacing: .0375em !important;
    text-transform: capitalize !important;
    color: #FAAC71 !important;
    /* color: #33322d !important; */
    /* text-shadow: rgb(255, 255, 255) 0px 0px 3px; */
}

.text-pos-right p,
.text-pos-left p {
    line-height: 1.3;
}


/*Booking form*/

#lab {
    position: relative;
}

.sun-tool .time-lab:hover:not(:focus)::before {
    content: "All sunset bookings expires at 9pm";
    display: block;
    position: absolute;
    top: 40px;
    padding: 15px 5px;
    line-height: 0 !important;
    color: #ddd;
    background: #000;
    left: -25px;
    border: 1px solid;
    width: max-content;
}

.time-lab {
    font-size: 1rem;
    line-height: 3.4;
}

.sun-tool .time-lab:after {
    font-family: "FontAwesome";
    content: "\f05a";
    position: absolute;
    margin-left: 10px;
}


/*Nightlife tooltip*/

#lab1 {
    position: relative;
}

.night-tool .time-lab:hover:not(:focus)::before {
    content: "All nightlife bookings expires at 12:45am";
    display: block;
    position: absolute;
    top: 40px;
    padding: 15px 5px;
    line-height: 0 !important;
    color: #ddd;
    background: #000;
    left: -25px;
    border: 1px solid;
    width: max-content;
}

.night-tool .time-lab:after {
    font-family: "FontAwesome";
    content: "\f05a";
    position: absolute;
    margin-left: 10px;
}


/**/

.person_info_a {
    border: none;
    color: black;
    background: transparent;
    font-size: 2rem;
    font-weight: 400;
    font-family: Chaostiq, serif;
    border-radius: 15px;
}

.person_info_a:hover,
.person_info_a:active,
.person_info_a:visited {
    border: 0.7px solid #c8b17f;
    border-radius: 15px;
    background: #c8b17f;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .dis {
        display: none;
    }
}

@media (max-width:768px) {
    ul#cats li a {
        padding: 10px 25px !important;
    }
    .p-size {
        font-size: 2rem;
    }
    .person_info_a {
        font-size: 1.5rem;
    }
    body #dmn-partner-widget #dmn-widget-inner .date-selector .date-selector__quick-buttons button {
        min-width: 120px;
    }
    .wp-block-spacer {
        height: 40px;
    }
    .c-split5050__inner--blocks {
        padding: 2rem;
    }
    .show-mob {
        display: block !important;
    }
    .hide-mob {
        display: none;
    }
    .slide-head-h1 {
        font-size: 2rem !important;
    }
    .slide-head-h3 {
        font-size: 1.45rem !important;
        top: 132px !important;
    }
    .c-article__content h2,
    .c-article__title,
    .c-hero__overlay h2,
    .c-image-text__title,
    .c-infobox__title,
    .c-press-carousel__quote>p,
    .c-split5050__inner--blocks h2,
    .mfp-content .popup h2 {
        font-family: Chaostiq, serif;
        font-size: 2.5rem;
    }
    .c-content h2 {
        font-size: 2.2rem;
    }
    .c-content h1 {
        font-size: 2.1rem;
    }
    .tr-mob-height {
        height: 600px;
    }
    .menu-p {
        margin-bottom: 30px;
    }
    .logo-pos {
        left: 19%;
    }
    .mb-10 {
        margin-bottom: 6rem;
    }
    .c-article__content h1,
    .c-hero--small .c-hero__overlay h1,
    .c-split5050__inner--blocks h1,
    .has-large-font-size,
    .mfp-content .popup h1 {
        font-size: 2.5rem;
    }
    .c-footer__elsewhere {
        height: 300px;
    }
    .logo-wid {
        width: 150px;
    }
    .text-pos-left,
    .text-pos-right {
        text-align: center;
    }
    .c-footer__credit p {
        font-size: 1rem;
    }
    .logo-img-size {
        width: 115px;
    }
    .date-col {
        margin-bottom: 1rem;
    }
    .c-footer__social p {
        margin-top: 15px;
    }
    .c-elsewhere__link__title,
    .c-infobox__blurb,
    .c-newsletter__blurb,
    .has-big-font-size {
        font-size: 1.8rem;
        letter-spacing: .0375em;
        line-height: 2;
        color: #fff;
    }
    ul.menu-sort {
        padding: 8px 0px 10px 0px;
    }
    ul.menu-sort li {
        font-size: 21px;
        padding: 8px 10px 10px 10px;
    }
}

.book-now-btn {
    font-family: inherit;
    box-sizing: border-box;
    -webkit-appearance: none;
    padding: .5em 2em;
    border: 1px solid #86493d;
    background-color: #86493d;
    color: #fff;
    border-radius: 15px;
    outline: 0;
    cursor: pointer;
    font-size: 30px;
}

.book-now-btn:hover {
    border: 1px solid #c8b17f;
    background-color: #c8b17f;
}

.text-font-raleway{
    font-family: 'Raleway' !important;
}

.book-success-header {
    font-size: 1.5rem;
    text-align: center;
}

/*---------------Digital Clock------------------*/

.alarm-clock {
    padding: 25px;
    max-width: 300px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: -40px;
}

.alarm-clock .date {
    position: absolute;
    bottom: 60px;
    left: 50%;
    color: #000;
    font-size: 1.5rem;
    text-transform: uppercase;
    transform: translateX(-50%);
    z-index: 9;
}

.alarm-clock .time {
    font-family: "digital 7 italic";
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px 15px;
    margin-top: -64px;
    border-radius: 10px;
    font-size: 52px;
    margin-left: -21px;
}

.alarm-clock .time span {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #000;
    line-height: 1.75;
}

.alarm-clock .time span.colon {
    width: 12px;
    text-align: center;
    /* animation: blink 2s infinite; */
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}