/* Resetting some bootstrap styles loaded from CDN */
body {
	font-family: "mr-eaves-modern", sans-serif !important;
}

a:hover {
	color: inherit !important;
	text-decoration: inherit !important;
}

a.black-button:hover,
a.thin-button:hover,
#mobilebookingbutton:hover {
	color: white !important;
}
/* End reset */


body.showing-takeover .site-wrapper {
	display: none;
}

.landing__page {
	position: relative;
	min-height: 100vh;
	padding: 30px 0 0 0;
}

@media only screen and (min-width: 768px) {
	.landing__page {
		padding: 40px 0 0 0;
	}
}

@media only screen and (min-width: 992px) {
	.landing__page {
		padding: 50px 0 0 0;
	}
}

@media only screen and (min-width: 1200px) {
	.landing__page {
		padding: 60px 0 0 0;
	}
}

.landing__page-container {
	position: relative;
}

.landing__page-container:before {
	content: '';
	position: absolute;
	width: 100%;
	height: calc(100% + 80px);
	left: 0;		
	top: -30px;
	background-image: url("../../../img/landing-page/hero-bg.jpg");
	background-size: contain;
}

@media only screen and (min-width: 768px) {
	.landing__page-container:before {
		top: -40px;
	}
}

@media only screen and (min-width: 992px) {
	.landing__page-container:before {
		top: -50px;
		height: calc(100% + 110px);
	}
}

@media only screen and (min-width: 1200px) {
	.landing__page-container:before {
		top: -60px;
		height: calc(100% + 130px);
	}
}

.landing__page-heading {
	font-family: "mr-eaves-modern", sans-serif;
	color: #000000;
	font-size: 20px;
	letter-spacing: 3px;
	line-height: calc(30 / 20);
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
	.landing__page-heading {
		font-size: 22px;
		letter-spacing: 3.33px;
		line-height: calc(32 / 22);
	}
}

@media only screen and (min-width: 992px) {
	.landing__page-heading {
		font-size: 24px;
		letter-spacing: 3.66px;
		line-height: calc(34 / 24);
	}
}

@media only screen and (min-width: 1200px) {
	.landing__page-heading {
		font-size: 26px;
		letter-spacing: 4px;
		line-height: calc(36 / 26);
	}
}

.landing__page-subheading {
	font-family: "mr-eaves-modern", sans-serif;
	color: #000000;
	font-size: 20px;
	letter-spacing: 3px;
	line-height: calc(28 / 20);
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
	.landing__page-subheading {
		font-size: 22px;
		line-height: calc(32 / 22);
	}
}

@media only screen and (min-width: 992px) {
	.landing__page-subheading {
		font-size: 24px;
		line-height: calc(36 / 22);
	}
}

.landing__page-content {
	font-family: "mr-eaves-modern", sans-serif;
	color: rgba(0,0,0,0.65);
	font-size: 15px;
	letter-spacing: 1px;
	line-height: calc(26 / 15);
	text-align: center;
}

.landing__page-content * {
	font-family: "mr-eaves-modern", sans-serif;
	color: rgba(0,0,0,0.65);
	font-size: 15px;
	letter-spacing: 1px;
	line-height: calc(26 / 15);
}

.landing__page-content a {
	text-decoration: underline;
}

.landing__page-content p:last-child {
	margin-bottom: 0;
}

.landing__page-button {
	display: inline-block;
	padding: 18px 5px;
	max-width: 250px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	font-family: "mr-eaves-modern", sans-serif;
	font-size: 13px;
	letter-spacing: 3px;
	line-height: calc(23 / 13);	
	text-transform: uppercase;
}

.landing__page-button:hover {
	color: #ffffff !important;
	text-decoration: none;
}

@media only screen and (min-width: 992px) {
	.landing__page-button {
		font-size: 15px;
		letter-spacing: 4px;
		line-height: 26px;		
	}
}

.landing__page-button:hover {
	text-decoration: none;
}

.landing__page-border {
	width: 100%;
	height: 35px;
	background-image: url("../../../img/landing-page/border-pattern.jpg");
	background-size: cover;
}

@media only screen and (min-width: 992px) {
	.landing__page-border--border-1 {
		margin-top: 60px;
	}
}

@media only screen and (min-width: 1200px) {
	.landing__page-border--border-1 {
		margin-top: 70px;
	}
}

.landing__page-inner {
	position: relative;
	width: calc(100vw - 60px);
	max-width: 600px;
	margin: 0 auto;
	background-color: #ffffff;
	background-size: cover;
	padding: 30px 25px;
	box-shadow: 11px 11px 4px 0 rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 768px) {
	.landing__page-inner {
		padding: 37px 38px;
		width: calc(100vw - 110px);
	}
}

@media only screen and (min-width: 992px) {
	.landing__page-inner {
		width: 600px;
		padding: 43px 52px;
	}
}

@media only screen and (min-width: 1200px) {
	.landing__page-inner {
		padding: 50px 65px;
	}
}

.landing__page-header {
	text-align: center;
}

.landing__page-header .landing__page-logo {
	max-width: 105px;
	display: block;
	margin: auto;
}

@media only screen and (min-width: 768px) {
	.landing__page-header .landing__page-logo {
		max-width: 120px;
	}
}

@media only screen and (min-width: 992px) {
	.landing__page-header .landing__page-logo {
		max-width: 135px;
	}
}

@media only screen and (min-width: 1200px) {
	.landing__page-header .landing__page-logo {
		max-width: 150px;
	}
}

.landing__page-intro {
	margin-top: 14px;
}

@media only screen and (min-width: 768px) {
	.landing__page-intro {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 992px) {
	.landing__page-intro {
		margin-top: 26px;
	}
}

@media only screen and (min-width: 1200px) {
	.landing__page-intro {
		margin-top: 32px;
	}
}

.landing__page-intro .landing__page-content {
	margin: 13px 0 30px 0;
}

@media only screen and (min-width: 992px) {
	.landing__page-intro .landing__page-content {
		margin: 17px 0 40px 0;
	}
}

@media only screen and (min-width: 992px) {
	.landing__page-intro .landing__page-intro-buttons {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.landing__page-intro .landing__page-intro-buttons .landing__page-intro-button-container {
	text-align: center;
	margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
	.landing__page-intro .landing__page-intro-buttons .landing__page-intro-button-container {
		margin-bottom: 35px;
		width: calc(50% - 18px);
	}
}

.landing__page-intro .landing__page-intro-buttons .landing__page-intro-button-container .button-2 {
	margin: 0;
}

.landing__page-full-site-link-container {
	text-align: center;
}

.landing__page-full-site-link-container a {
	font-family: "mr-eaves-modern", sans-serif;
	color: #000000;
	font-size: 14px;
	letter-spacing: 2.5px;
	line-height: calc(26 / 14);
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
}

.landing__page-pdf-container {
	margin-top: 50px;
	padding: 7px 10px;
	background-color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.landing__page-pdf-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

@media only screen and (min-width: 992px) {
	.landing__page-pdf-container {
		padding: 0;
		background-color: rgba(0,0,0,0);
		margin-top: 0;
		position: absolute;
		top: 60px;
		right: 0;
		width: 180px;
	}
}

@media only screen and (min-width: 1200px) {
	.landing__page-pdf-container {
		width: 246px;
	}
}

@media only screen and (min-width: 992px) {
	.landing__page-pdf-button-container {
		padding: 7px 10px;
		background-color: #ffffff;	
	}

	.landing__page-pdf-button-container.--last {
		margin-top: 15px;
	}
}

.landing__page-pdf-container .landing__page-pdf-button {
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 300px;
	margin: auto;
}

.landing__page-pdf-container .landing__page-pdf-button:hover {
	text-decoration: none;
}

.landing__page-pdf-container .landing__page-pdf-button img {
	width: 29px;
	margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.landing__page-pdf-container .landing__page-pdf-button img {
		display: none;
	}
}

.landing__page-pdf-container .landing__page-pdf-button span {
	font-family: "mr-eaves-modern", sans-serif;
	color: #000000;
	font-size: 15px;
	letter-spacing: 3px;
	line-height: calc(20 / 15);
	text-transform: uppercase;
	flex: 1;
}

@media only screen and (min-width: 992px) {
	.landing__page-pdf-container .landing__page-pdf-button span {
		text-align: left;
	}
}

.landing__page-content-container {
	position: relative;
}

@media only screen and (min-width: 768px) {
	.landing__page-content-container {
		padding: 65px 30px;
	}
}

@media only screen and (min-width: 992px) {
	.landing__page-content-container {
		padding: 80px 30px;
	}
}

@media only screen and (min-width: 1200px) {
	.landing__page-content-container {
		padding: 95px 30px;
	}
}

@media only screen and (min-width: 768px) {
	.landing__page-content-container:before, .landing__page-content-container:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 50%;
		left: 0;
	}
}

@media only screen and (min-width: 768px) {
	.landing__page-content-container:before {
		top: 0;
		background-image: url("../../../img/landing-page/content-top-bg.jpg");
		background-size: contain;
	}
}

@media only screen and (min-width: 768px) {
	.landing__page-content-container:after {
		border-top: solid 7px #77753E;
		top: 50%;
		background-image: url("../../../img/landing-page/content-bottom-bg.jpg");
		background-size: contain;
	}
}

@media only screen and (min-width: 768px) {
	.landing__page-content-container .landing__page-content-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
		justify-content: space-between;
	}
}

@media only screen and (min-width: 992px) {
	.landing__page-content-container .landing__page-content-row {
		max-width: 875px;
		margin: auto;
	}
}

@media only screen and (min-width: 1200px) {
	.landing__page-content-container .landing__page-content-row {
		max-width: 1000px;
	}
}

@media only screen and (min-width: 1400px) {
	.landing__page-content-container .landing__page-content-row {
		max-width: 1115px;
	}
}

.landing__page-content-card {
	position: relative;
	padding: 0!important;
}

@media only screen and (min-width: 576px) {
	.landing__page-content-card {
		padding: 0 15px!important;
	}
}

@media only screen and (min-width: 768px) {
	.landing__page-content-card {
		z-index: 1;
		margin-bottom: 130px;
	}
}

@media only screen and (min-width: 992px) {
	.landing__page-content-card {
		margin-bottom: 160px;
		max-width: 400px!important;
	}
}

@media only screen and (min-width: 1200px) {
	.landing__page-content-card {
		margin-bottom: 190px;
		max-width: 450px!important;
	}
}

@media only screen and (min-width: 1400px) {
	.landing__page-content-card {
		max-width: 480px!important;
	}
}

@media only screen and (min-width: 768px) {
	.landing__page-content-card:before {
		content: '';
		position: absolute;
		top: 0;
		left: 15px;
		width: calc(100% - 30px);
		height: 100%;
		box-shadow: 11px 11px 4px 0 rgba(0, 0, 0, 0.5);
		z-index: -1;
	}
}

.landing__page-content-card.last-cards {
	margin-bottom: 0;
}

.landing__page-content-card .landing__page-content-card-image {
	width: 100%;
	height: 185px;
	object-fit: cover;
	object-position: center;
}

.landing__page-content-card .landing__page-content-card-section-content {
	padding: 25px 30px 54px 30px;
	background-color: #FFFFFF;
	background-size: cover;
}

@media only screen and (min-width: 768px) {
	.landing__page-content-card .landing__page-content-card-section-content {
		flex: 1 1 auto;
	}
}

.landing__page-content-card .landing__page-content-card-section-content .landing__page-content {
	margin: 12px 0 40px 0;
}

.landing__page-content-card .landing__page-content-card-section-content .landing__page-content-card-button-container {
	text-align: center;
}

.landing__page-restaurants {
	padding: 28px 30px;
	background-color: #ffffff;
}

@media only screen and (min-width: 768px) {
	.landing__page-restaurants {
		padding: 38px 30px;
	}
}

.landing__page-restaurants-inner {
	max-width: 1110px;
	margin: auto;
  	/* Dots */
}

.landing__page-restaurants-inner .landing__page-restaurants-slider {
	margin-top: 20px;
	position: relative;
}

@media only screen and (min-width: 768px) {
	.landing__page-restaurants-inner .landing__page-restaurants-slider {
		margin-top: 30px;
	}
}

.landing__page-restaurants-inner .landing__page-restaurants-slider .slick-list {
	overflow: hidden;
}

.landing__page-restaurants-inner .landing__page-restaurants-slider .slick-list .slick-track {
	display: flex;
}

.landing__page-restaurants-inner .landing__page-restaurants-slider .landing__page-restaurants-slide {
	padding: 0 10px;
}

@media only screen and (min-width: 992px) {
	.landing__page-inner {
		border-bottom: solid 16px #77753E;
	}

	.landing__page-restaurants-inner .landing__page-restaurants-slider .landing__page-restaurants-slide {
		padding: 0 20px;
	}
}

.landing__page-restaurants-inner .landing__page-restaurants-slider .landing__page-restaurants-slide a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
}

.landing__page-restaurants-inner .landing__page-restaurants-slider .landing__page-restaurants-slide img {
	width: 100%;
	height: auto;
	max-height: 60px;
	opacity: 0.65;
}

.landing__page-restaurants-inner .slick-dotted.slick-slider {
	margin-bottom: 50px;
}

.landing__page-restaurants-inner .slick-dots {
	position: absolute;
	bottom: -50px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.landing__page-restaurants-inner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 10px;
	padding: 0;
	cursor: pointer;
	border: solid 0.5px #000000;
	border-radius: 50%;
	background-color: transparent;
	transition: all ease-in-out 0.4s;
}

.landing__page-restaurants-inner .slick-dots li button {
	display: none;
}

.landing__page-restaurants-inner .slick-dots li.slick-active {
	background-color: #000000;
}

.landing__page-footer {
	padding: 40px 15px;
	background-color: #A3C3CA;
	border-top: 7px solid #77753E;
}

@media only screen and (min-width: 576px) {
	.landing__page-footer {
		padding: 40px 0;
	}
}

@media only screen and (min-width: 768px) {
	.landing__page-footer {
		padding: 49px 0;
	}
}

@media only screen and (min-width: 992px) {
	.landing__page-footer {
		padding: 58px 0;
	}
}

@media only screen and (min-width: 1200px) {
	.landing__page-footer {
		padding: 67px 0;
	}
}

.landing__page-footer .landing__page-footer-text {
	font-size: 11px;
	letter-spacing: 2px;
	line-height: calc(26 / 11);
	color: rgba(0, 0, 0, 0.65);
	text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
	.landing__page-footer .row-bottom {
		padding-top: 47px;
		margin-top: 47px;
		border-top: solid 1px #8CAAB1;
	}
}

.landing__page-footer-logo-container {
	margin-bottom: 35px;
}

@media only screen and (min-width: 992px) {
	.landing__page-footer-logo-container {
		margin-bottom: 0;
	}
}

.landing__page-footer-logo-container img {
	max-width: 105px;
	display: block;
	margin: auto;
}


@media only screen and (min-width: 768px) {
	.landing__page-footer-logo-container img {
		max-width: 120px;
	}
}

@media only screen and (min-width: 992px) {
	.landing__page-footer-logo-container img {
		max-width: 135px;
	}
}

@media only screen and (min-width: 1200px) {
	.landing__page-footer-logo-container img {
		max-width: 150px;
	}
}

.landing__page-footer-singup-container {
	margin-bottom: 35px;
	text-align: center;
}

.landing__page-footer-singup-container form {
	margin-top: 15px;
}

.landing__page-footer-singup-container form #emailaddress {
	margin-top: 15px;
    border: solid 3px black;
    border-radius: 0;
    background-color: rgba(0,0,0,0);
    padding: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-family: "mr-eaves-modern", sans-serif;
    font-size: 16px;
    letter-spacing: 1.5px;	
}

.landing__page-footer-singup-container form .landing__page-button {
    border: none;
    outline: none;
    border-radius: 0;
}

@media only screen and (min-width: 992px) {
	.landing__page-footer-singup-container {
		margin-bottom: 0;
	}

	.landing__page-footer-singup-container .landing__page-subheading {
		padding-left: 30px;
		text-align: left;
		margin-bottom: 0;
	}

	.landing__page-footer-singup-container form {
		padding: 0 30px;
		margin-top: 0;
	}

	.landing__page-footer-singup-container form #emailaddress {
		height: 62px;
		text-align: left;
	}	

	.landing__page-footer-singup-container form .landing__page-button {
		width: 150px;
	}	
}

.landing__page-footer-singup-button-container .button-2:hover {
	text-decoration: none;
}

.landing__page-footer-social-icons {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: solid 1px #8CAAB1;
}

@media only screen and (min-width: 992px) {
	.landing__page-footer-social-icons {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}
}

.landing__page-footer-jks-logo {
	max-width: 42px;
	height: auto;
}

.landing__page-footer-nav--top {
	margin-top: 24px;
}

@media only screen and (min-width: 992px) {
	.landing__page-footer-nav--top {
		margin-top: 0;
	}
}

@media only screen and (min-width: 768px) {
	.landing__page-footer-nav--top .landing__page-footer-nav-item {
		padding: 0 15px;
	}
}

@media only screen and (min-width: 768px) {
	.landing__page-footer-nav--bottom {
		margin-top: 35px;
	}
}

@media only screen and (min-width: 992px) {
	.landing__page-footer-nav--bottom {
		margin-top: 0;
	}
}

@media only screen and (min-width: 768px) {
	.landing__page-footer-nav--bottom .landing__page-footer-nav-item {
		padding-left: 0;
	}
}