/* Webfont */
@font-face {
    font-family: 'Gllekin';
    src: url('fonts/Gllekin.woff2') format('woff2'),
         url('fonts/Gllekin.woff') format('woff');
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'),
         url('fonts/Gotham-Bold.woff') format('woff');
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.woff2') format('woff2'),
         url('fonts/Gotham-Book.woff') format('woff');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'),
         url('fonts/Gotham-Medium.woff') format('woff');
    font-style: normal;
    font-weight: 600;
}

/* Customize */
header .top-items a:hover,
header .menu-toggle:hover {
    color: #f05e41;
}
.scrolled header .trading-hours {
    left: 150px
}
.homepage-promos a.promo .verb,
.homepage-promos a.promo .description {
    transition: all .5s ease;
}
.homepage-promos a.promo:hover .verb,
.homepage-promos a.promo:hover .description {
    color: #332c2b;
}
.whats-on .next.swiper-button-disabled:hover,
.whats-on .prev.swiper-button-disabled:hover {
    background-color: #f05e41;
}
.hero-map .hours-container .hours {
    font-size: 13px;
}
.template-accommodation-detail .amenities .item .icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.template-accommodation-detail .amenities .item .icon-container svg {
    height: 20px;
}
.booking-widget.sidebar .ui.form .field>label,
.booking-widget.sidebar h3 {
    color: #fff;
}
.booking-widget.full .ui.form .field>label {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.booking-widget.sidebar+.amplify-widget-container {
    padding-top: 0;
}
.intro {
    font-size: 20px;
    font-weight: 300;
    font-family: Roboto,sans-serif;
    line-height: 1.7;
}
.text-justify {
	text-align: justify;
}
.rewards > ol {
	margin-top: 0;
}
.rewards > ol > li {
	margin-bottom: 15px;
}
.rewards > ol > li::marker {
	font-weight: bold;
}
ol {
	padding-left: 20px;
}
ol > li > table {
	border: 1px solid;
	border-collapse: collapse;
	margin: 10px 0;
	width: 100%;
}
ol > li > table th,
ol > li > table td {
	padding: 5px;
	border: 1px solid;
}
a.gb-button {
    position: relative;
    display: inline-block;
    font-family: gira-sans,sans-serif;
    color: #ffffff;
    text-shadow: none;
    font-weight: 400;
    cursor: pointer;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    margin: 0 0.25em 0 0;
    padding: 1em 2em;
    text-transform: uppercase;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 0.28571429rem;
    user-select: none;
    transition: opacity .3s ease,background-color .3s ease,color .3s ease,box-shadow .3s ease,background .3s ease;
    -webkit-tap-highlight-color: transparent;
}
a.gb-button:after {
    content: "\f054";
	font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 15px;
    font-size: 14px;
	line-height: 18px;
    color: #fff;
    transition: right .3s ease;
}
a.gb-button:hover:after {
	right: 10px;
}
.foreground .ui.button {
    background-color: #eacdca;
    box-shadow: 0 0 0 2px #eacdca inset;
    color: #332c2b;
}
.from-the-hub h2,
.whats-on h2 {
	font-family: Gllekin;
	font-size: 60px;
	font-weight: 400;
	text-transform: capitalize;
}
header .top-items a.ui.button:hover {
    text-decoration: none;
}
a.wp-block-button__link {
	position: relative;
	color: #fff;
    box-shadow: 0 0 0 2px #f05e41 inset;
    background-color: #f05e41;
	text-shadow: none;
	cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    margin: 0 0.25em 0 0;
    padding: 1.3em 3em;
    text-transform: uppercase;
    text-shadow: none;
	font-size: 1rem;
    font-weight: 400;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 0.28571429rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .3s ease,background-color .3s ease,color .3s ease,box-shadow .3s ease,background .3s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent;
}
a.wp-block-button__link::after {
	content: "\f054";
	font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: absolute;
    right: 15px;
    top: 49%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto!important;
    margin: 0!important;
    transition: right .3s ease!important;
    opacity: 1!important;
}
a.wp-block-button__link:hover {
    color: #690a1e;
    background-color: #eacdca;
    box-shadow: 0 0 0 2px #eacdca inset;
}
a.wp-block-button__link:hover::after {
	color: #690a1e;
    right: 10px;
}
figure.wp-block-image {
	margin: 0;
}
figure.wp-block-image figcaption {
	margin: 0 0 20px 0;
	padding: 10px;
	background-color: #261E16;
	color: #fff;
	text-align: center;
}
.wp-block-group {
    border: 2px solid rgb(241, 244, 247);
    padding: 20px;
}
/* Customize */

/* Banners */
.homepage-promos .promos-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.homepage-promos .promos-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0 -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transform: translate3d(0px, 0px, 0px);
    transition-duration: 0ms;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    transition-timing-function: ease-out;
    box-sizing: content-box;
}
.homepage-promos .promos-wrapper .promo {
	width: calc(50% - 2px);
}
.homepage-promos .promo:nth-child(2n) {
	margin: 0 0 4px 2px;
}
.homepage-promos .promo:nth-child(2n + 1) {
	margin: 0 2px 4px 0;
}
.homepage-promos .promo .background .pattern,
.homepage-promos .promo .background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .5s ease;
    border-bottom-right-radius: 180px;
}
.homepage-promos .promo .background {
    background-size: cover;
}
.homepage-promos .promo .background::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #332c2b;
    opacity: 0.5;
	border-bottom-right-radius: 180px;
}
.homepage-promos .promo .background .pattern {
	background-color: #eacdca;
	opacity: 0;
}
.homepage-promos .promo:hover .background .pattern {
	opacity: 0.6;
}
/* Banners */
/* Ninja Forms */
.nf-form-cont {
    max-width: 680px;
    margin: 0 auto;
}
.nf-form-cont .nf-before-form-content {
    display: none;
}
.nf-form-cont .nf-form-content .nf-field-label label {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,.87);
}
.nf-form-cont .nf-form-content .nf-field-element input {
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    tap-highlight-color: rgba(255,255,255,0);
    line-height: 1.21428571em;
    padding: 0.6em;
    font-size: 1em;
    background: #fff;
    border: 1px solid rgba(118,118,118,1);
    color: rgba(0,0,0,.87);
    border-radius: 0.28571429rem;
    box-shadow: 0 0 0 0 transparent inset;
    transition: color .1s ease,border-color .1s ease;
}
.nf-form-cont .nf-form-content .nf-field-element input[type=radio] {
    border-radius: 15px;
}
.nf-form-cont .nf-form-content .nf-field-element label {
    font-size: 14px;
    color: rgba(0,0,0,.87);
}
.sidebar-contact .nf-form-cont .nf-form-content .nf-field-label label {
    color: white;
}
.nf-form-cont .nf-form-content .nf-field-element textarea {
    padding: 0.67857143em 0.7em;
}
.nf-form-cont .nf-form-content .nf-field-element select {
    display: block;
    height: auto;
    width: 100%;
    font-size: 14px;
    border: 1px solid rgba(118,118,118,1);
    border-radius: 0.28571429rem;
    box-shadow: 0 0 0 0 transparent inset;
    padding: 0.82em 0.7em;
    color: rgba(0,0,0,.87);
    transition: color .1s ease,border-color .1s ease;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
}
.nf-form-content .list-select-wrap .nf-field-element:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
    position: absolute;
    z-index: -1;
    right: 10px;
    bottom: 0;
    height: 42px;
    line-height: 42px;
}
.nf-form-cont .nf-form-content .submit-container {
    text-align: center;
	margin-top: 30px;
}
.nf-form-cont .nf-form-content .submit-container .nf-field-element {
    display: inline-block;
    width: auto;
    margin: 0 auto;
}
.sidebar-contact .nf-form-cont .nf-form-content .submit-container .nf-field-element,
.sidebar-contact .nf-form-cont .nf-form-content .submit-container .nf-field-element input {
    width: 100%;
}
.nf-form-cont .nf-form-content .submit-container .nf-field-element:after {
    content: "\f054";
    position: absolute;
    right: 20px;
    top: 25%;
    font-size: 14px;
    color: #ffffff;
    transition: right .3s ease;
}
.nf-form-cont .nf-form-content .submit-container .nf-field-element:hover:after {
    right: 10px;
}
.nf-form-cont .nf-form-content .submit-container .nf-field-element input[type=submit],
.nf-form-cont .nf-form-content .submit-container .nf-field-element input[type=button] {
    position: relative;
    display: inline-block;
    background-color: #E2895B;
    color: #ffffff;
    text-shadow: none;
    font-weight: 400;
    box-shadow: 0 0 0 2px #E2895B inset;
    cursor: pointer;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    padding: 0 3em;
    text-transform: uppercase;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 0.28571429rem;
    user-select: none;
    transition: opacity .3s ease,background-color .3s ease,color .3s ease,box-shadow .3s ease,background .3s ease;
    -webkit-tap-highlight-color: transparent;
}
.nf-form-cont .nf-form-content .submit-container .nf-field-element input[type=submit]:hover,
.nf-form-cont .nf-form-content .submit-container .nf-field-element input[type=button]:hover {
    background-color: #1E384B;
    color: #ffffff;
    text-shadow: none;
    box-shadow: 0 0 0 2px #1E384B inset;
}
.nf-form-cont .nf-form-content .nf-error.field-wrap .nf-field-element:after {
    background: none;
	color: #D30833;
}
.nf-form-cont .nf-form-content .nf-error-msg {
    position: relative;
    display: inline-block;
    line-height: 1;
    margin: 5px 0.14285714em 0 0.14285714em;
    padding: 0.5833em 0.833em;
    font-size: 12px;
    color: #D30833;
    border: 1px solid rgb(224, 180, 180);
    border-radius: 0.28571429rem;
    transition: background .1s ease;
}
.sidebar-contact .nf-form-cont .nf-form-content .nf-error-msg {
    border: 0;
}
.nf-form-cont .nf-form-content .nf-error-msg:before {
    position: absolute;
    content: '';
    border: 1px solid rgb(224, 180, 180);
    border-right: 0;
    border-bottom: 0;
    background-color: white;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 0;
    left: 50%;
    z-index: 2;
    width: 0.6666em;
    height: 0.6666em;
    transition: background .1s ease;
}
.sidebar-contact .nf-form-cont .nf-form-content .nf-error-msg:before {
    border: 0;
    background-color: transparent;
}
.nf-form-cont .nf-form-content .nf-error .ninja-forms-field {
    border-color: #D30833;
}
.nf-form-cont .nf-form-content .nf-field-element input[type=checkbox] {
    position: absolute;
    z-index: 10;
    top: 3px;
    background: transparent;
    padding: 0.6em;
}
.checkbox-wrap .nf-checked-label:after,
.listcheckbox-wrap .nf-checked-label:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    color: #332c2b;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    z-index: 9;
    left: 3px;
    top: 5px;
}
.listradio-wrap .nf-checked-label:after {
    border-radius: 50%;
    content: "";
    height: 13px;
    width: 13px;
    background-color: #332c2b;
    display: inline-block;
    position: absolute;
    left: 4px;
    bottom: 8px;
    z-index: 2;
}
.nf-error-msg.nf-error-field-errors {
    text-align: center;
    color: #D30833;
}
.nf-form-cont .nf-form-content .listradio-wrap .nf-field-element label.nf-checked-label:before {
    font-family: 'Font Awesome 5 Pro';
    top: 0.35em;
}
.nf-form-cont .nf-form-content .listcheckbox-container .nf-field-element label:before {
    font-family: 'Font Awesome 5 Pro';
    top: 2px;
    left: -26px;
    font-size: 16px;
}
.nf-response-msg {
    margin-top: 60px;
    text-align: center;
    font-weight: 700;
}
.nf-form-cont .list-radio-wrap .nf-field-element li,
.nf-form-cont .list-checkbox-wrap .nf-field-element li {
    position: relative;
}
.nf-form-cont .list-radio-wrap .nf-field-element li label,
.nf-form-cont .list-checkbox-wrap .nf-field-element li label {
    margin-left: 2em;
}
.nf-form-cont .list-checkbox-wrap .nf-field-element li {
    margin-bottom: 10px !important;
}
/* Ninja Forms */
/* List */
.from-the-hub .swiper-container {
	width: 100%;
}
/* List */
/* Footer */
footer .top::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(255, 255, 255, 0.05);
}
footer .top .local {
	z-index: 10;
}
footer .fa-facebook-f:before {
    content: "\f39e";
}
/* Footer */
.mobile-menu .current-menu-item {
    background-color: #690a1e;
    
}
.mobile-menu .current-menu-item a {
    color: #fff;
}
/* With admin bar */
.admin-bar header .top-bar,
.admin-bar header .top-items,
.admin-bar header .top-menu {
    top: 32px;
}
.admin-bar header .search-overlay,
.admin-bar header .main {
    top: 102px;
}
/* With admin bar */
.search-results .result-count {
    font-size: 12px;
    text-transform: uppercase;
    font-family: gira-sans,sans-serif;
    text-align: center;
    margin: 20px 0;
}
.search-results .links a {
    display: block;
    margin-bottom: 30px;
    text-decoration: none;
    color: #000;
}
.search-results .links a .image-container {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.search-results .links a .image {
    padding: 0;
    position: relative;
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}
.search-results .links a .image img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
}
.search-results .links a .title {
    font-family: gira-sans,sans-serif;
    color: #562722;
    font-size: 20px;
    line-height: 1.4;
    margin-top: 5px;
    display: block;
    font-weight: 400;
}
.search-results .links a .category {
    font-family: gira-sans,sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
    line-height: 1;
    display: block;
}
.search-results .links a .description {
    margin-top: 10px;
    color: #000;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

header .trading-hours .phone-button .icon {
    top: 25%;
}
.desktop {
	display: none !important;
}
.stick-buttons {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background-color: #332c2b;
	border-top: 1px solid #fff;
}
.stick-buttons.sticked {
	position: fixed;
	z-index: 99;
	bottom: 0;
	left: 0;
}
.stick-buttons .stick-button {
	display: block;
	width: 50%;
	padding: 20px 0;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
    box-sizing: border-box;
}
.stick-buttons .stick-button.light {
	background-color: #690a1e;
}
@media only screen and (min-width: 1025px) {
	.desktop {
		display: inherit !important;
	}
	.mobile {
		display: none !important;
	}
}
@media only screen and (max-width: 480px) {
	.stick-buttons .stick-button {
		width: 50%;
	}
    .stick-buttons .stick-button.light {
        padding: 8px 20px;
    }
}
@media (min-width: 1025px) {
    .search-results .links a .title {
        font-weight: 300;
    }
}
@media (min-width: 600px) {
    .search-results .links a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .search-results .links a .image-container {
        width: 150px;
        margin-right: 20px;
    }
    .search-results .links a .title {
        margin-top: 0;
    }
}
@media only screen and (max-width: 768px) {
    .admin-bar #wpadminbar {
        position: fixed;
    }
    .admin-bar header .top-bar,
    .admin-bar header .top-items,
    .admin-bar .mobile-menu.ui.right.sidebar {
        top: 46px;
    }
	header .trading-hours {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.homepage-promos .promos-wrapper {
		flex-wrap: wrap;
		padding: 0 20px;
	}
	.homepage-promos .promos-wrapper .promo {
		width: calc(100% - 40px);
		margin: 0 0 4px 0;
	}
	.from-the-hub h2, .whats-on h2 {
		font-size: 48px;
		margin-bottom: 5px;
	}
}