/**
 * This file will be included in header in every page after foundation.
 * It should be used for content that relates
 * to your site as a whole, it should not be used for plugin-specific css.
 */
html {
    overflow-y: scroll;
}

body > .contentRender {
    min-height: 100%;
    height: 100%;
}

/* This ensures that the page always has a scrollbar to ensure that some headers load correctly without FOUC */
html, body {
    height: 100%;
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Skip links */
.skip-link[href] {
    z-index: 5000000;
    display: block;
    margin: 0;
    padding: 2rem 3rem;
    width: auto;
    height: auto;
    font-size: 1.75em;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    border: 4px dashed #fff;
    background: #212121;
    opacity: 0;
    clip: auto;
    pointer-events: none;
    transition: opacity 200ms cubic-bezier(0,0,0.3,1);
}

.skip-link[href]:focus {
    opacity: 1;
    pointer-events: all;
}

/* General Styles */
h1 {
    font-size: 1.6rem;
    color: #696460;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

h3 {
    font-size: 1.1rem;
    color: #696460;
    font-weight: normal;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

h4 {
    font-size: 0.9rem;
    color: #696460;
    font-weight: bold;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

body .mfp-close:hover, body .mfp-arrow:hover, body .mfp-arrow:focus {
	background-color: transparent; /* foundation compatibility with magnific popup */
}

button:focus {
	outline: 1px solid #f15d22;
}

/* Set General max-width of site content */
.contentRender_name_plugins_core_textbox,
.contentRender_name_plugins_nav_sitemap,
.contentRender_name_plugins_search_results,
.contentRender_name_plugins_common_button,
.contentRender_name_plugins_collections_template_custom_list,
.contentRender_name_plugins_collections_template_custom_contacts,
.contentRender_name_plugins_blog_leisure_blog_posts,
.contentRender_name_plugins_blog_articles_posts,
.contentRender_name_plugins_mediagallery_gallery,
.contentRender_name_plugins_mediagallery_album,
.contentRender_name_plugins_crm_formbuilder,
.contentRender_name_plugins_events_submitevent
{
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

#main-content .contentRender_name_plugins_core_textbox .textbox-inner.extra-padding {
	padding-top: 40px;
	padding-bottom: 45px;
}

@media (min-width: 1025px) {
    .contentRender_name_plugins_search_results,
    .contentRender_name_plugins_nav_sitemap,
    .contentRender_name_plugins_common_button,
    .contentRender_name_plugins_collections_template_custom_list,
    .contentRender_name_plugins_collections_template_custom_contacts,
    .contentRender_name_plugins_blog_leisure_blog_posts,
    .contentRender_name_plugins_blog_articles_posts,
    .contentRender_name_plugins_mediagallery_gallery,
    .contentRender_name_plugins_mediagallery_album,
    .contentRender_name_plugins_crm_formbuilder,
    .contentRender_name_plugins_events_submitevent  {
        max-width: 1200px;
	}
	
	.contentRender_name_plugins_core_textbox,
	.contentRender_name_plugins_nav_sitemap {
		max-width: 950px;
	}

	#main-content .contentRender_name_plugins_core_textbox .textbox-inner {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#main-content .contentRender_name_plugins_core_textbox .textbox-inner.extra-padding {
		padding-top: 145px;
		padding-bottom: 165px;
	}
}

/* Panels */
.panel-page {
    min-height: 100%;
    position: relative;
}
.panel-page #main-content {
	position: relative;
	background-color: #fff;
	padding-bottom: 20px;
	z-index: 19;
}

body.mobileFilterActive .panel-page #main-content {
	z-index: 100;
}
.slideshow-container.no-slideshow {
    min-height: 100px;
}

.crm-calendar-parent .slideshow-container.no-slideshow  {
    min-height: 0px;
}

.panel-navigation-share {
    display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1160px;
    padding: 0 15px;
    margin: 0 auto 30px;
}

.panel-navigation-share .navigation-container { display: none; }

.panel-navigation-share  .share-container {
	margin-left: auto;
}

.share-buttons a {
	color:#141414;
	font: 600 15px 'franklin-gothic-urw-comp', sans-serif;
	letter-spacing: 0.04em;
}

.share-buttons a:hover {
	text-decoration: none;
}

.panel-intro {
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 0 15px;
}

.panel-social {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.panel-social .title-container {
    text-align: center;
}

.panel-two-column {
    max-width: 1200px;
    padding: 0;
    margin: 0 auto 30px;
}

.panel-two-column .contentRender_name_plugins_core_textbox .textbox-inner {
	margin-top: 0;
}

.panel-two-column .sidebar-container,
.panel-two-column .main-container,
.panel-two-column .left-container,
.panel-two-column .right-container {
    padding: 0 15px
}

.panel-intro .contentRender_name_plugins_core_textbox,
.panel-social .contentRender_name_plugins_core_textbox,
.panel-two-column .contentRender_name_plugins_core_textbox {
    padding: 0;
}

.footer-container {
	background: #fff;
    position: relative;
}

.panel-page .header-container {
	position: sticky;
	top: 0;
	z-index: 20;
}

.contentRender_name_plugins_core_textbox img{
	display: inline;
}

@media (min-width: 1025px) {
	.slideshow-container.no-slideshow {
		min-height: 130px;
	}
	
	.crm-calendar-parent .slideshow-container.no-slideshow  {
		min-height: 0px;
	}

    .panel-navigation-share .navigation-container { display: block; }

    .panel-two-column {
        display: flex;
    }

    .panel-two-column .sidebar-container {
        flex-basis: 25%;
    }

    .panel-two-column .main-container {
        flex-basis: 75%;
    }

    .panel-two-column .left-container,
    .panel-two-column .right-container {
        flex-basis: 50%;
    }

    .panel-two-column.sidebar-left .main-container {
        order: 2;
    }
    
    .panel-two-column.sidebar-left .sidebar-container {
        order: 1;
    }
}

/* Consistent styling for shared action items in event/listing/offer layout and detail */
/* Usually appears as foo | bar | baz, span separated */
.shared-action-items {
    overflow: hidden;
    margin-bottom: 10px;
	font-size: 16px;
}

.shared-action-items span {
    padding-right: 5px;
    margin-right: 5px;
    float: left;
    border-right: 1px solid #ccc;
}

.shared-action-items span:last-child {
    border-right: none;
}

/* shared back button used in event/listing/offer/blog  */
.shared-back-button{
    display: none;
}

/* OnceThere Book Now Button */
.once-there-book-button {
    text-align: center;
}

.once-there-book-button p {
    margin-bottom: 5px;
}

.once-there-book-button a.book-button {
    max-width: 125px;
    padding: 5px 0px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: #b95915;
    display: inline-block;
    width: 100%;
}

.shared-list .item .once-there-book-button {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    width: 125px;
}

.shared-list .item .once-there-book-button a {
    color: #fff;
    padding: 5px 0px;
}

/** snippet is shared in offer detail, listing layout, listing detail **/
.yelp-snippet {
    font-size: 12px;
}

.yelp-snippet .yelp-logo img {
    height: 23px;
    position: relative;
    top: -3px;
}

.yelp-snippet .yelp-bottom {
    font-size: 12px;
}

.yelp-snippet .yelp-price {
    font-size: 12px;
    font-weight: bold;
}

.yelp-snippet .yelp-review-count {
    color: #666;
}

/*
|-----------------------------------------------------------------------------------------------------------
| SOCIAL HUB
|-----------------------------------------------------------------------------------------------------------
*/
.custom_social{

}
.custom_social .fade{
	padding-top: 35px;
	opacity: 0;
	-webkit-transition: all ease .2s .3s;
	transition: all ease .2s .3s;
}
.custom_social .fade2{
	-webkit-transition: all ease .5s .7s;
	transition: all ease .5s .7s;
}
.custom_social .fade3{
	-webkit-transition: all ease .7s 1s;
	transition: all ease .7s 1s;
}
.custom_social.fade-in .fade{
	padding-top: 0;
	opacity: 1;
}
.custom_social .top{
	position: relative;
	width: 100%;
	height: 331px;
	height: 95px;
	margin: 0 0 60px;
}
.custom_social .connect1{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	max-width: 160px;
}
.custom_social .connect2{
	width: 100%;
	z-index: 2;
	text-align: right;
	position: absolute;
	left: 0;
	right: 0;
	top: 59%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.custom_social .connect2-bottom{
	position: absolute;
	display: none;
	/* intentionally removing as per 242409 */
}
.custom_social .connect2-bottom .bottom-int{
	margin-top: 12px;
}

.custom_social .tab-title > a{
	width: 28px;
	height: 28px;
	background: #5ebae6;
	color: #FFF;
	border-radius: 50%;
	padding: 0;
	margin: 0 12px;
	text-align: center;
}
.custom_social .tab-title.active > a{
	background: #5ebae6;
	color: #FFF;
}
.custom_social .tab-title > a .fa{
	line-height: 28px;
}

.custom_social .items{
	position: relative;
	width: 100%;
}
.custom_social .items .item-row{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.custom_social .items .item{
	margin-bottom: 22px;
}
.custom_social .items .item img{
	width: 100%;
}
.custom_social .items .item-int{
	position: relative;
	background: #FFF;
	text-align: center;
	box-shadow: -14px 14px 24px rgba(0,0,0,.2);
}
.custom_social .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(255,255,255,.9);
	transition: all ease .5s;
}
.custom_social .item:hover .overlay{
	opacity: 1;
}
.custom_social .overlay .link{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 36px;
	text-align: center;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.custom_social .items .view-all{
	width: 100%;
	text-align: center;
	margin-top: 52px;
	overflow: hidden;
}
@media only screen and (max-width: 641px){
	.custom_social .connect2 {
		overflow: hidden;
	}
}
@media only screen and (min-width: 641px){
	.custom_social .top{height: 208px;margin-bottom: 38px;}
	.custom_social .connect1{max-width: 365px;}
	.custom_social .connect2{max-width: 730px;margin: 0 auto;}
	.custom_social .connect2-bottom .bottom-int{padding-left: 52px;}
	.custom_social .text{max-width: 408px;text-align: left;padding-left: 28px;font-family:'Nexa W01 Black';font-size: 16px; line-height: 20px; color: #656565;}
	.custom_social .items .item{margin-bottom: 40px;}
	.custom_social .items .view-all{margin-top: 30px;}
}
@media only screen and (min-width: 1025px) {
	.custom_social .top{height: 325px;margin-bottom: 130px;}
	.custom_social .connect1{max-width: none;}
	.custom_social .connect2{
		max-width: 74.5rem;
		left: 50%;
		right: auto;
		transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
	}
	.custom_social .connect2-bottom .bottom-int{margin-top: 30px; padding-left: 383px;}
	.custom_social .tab-title > a{width: 40px; height: 40px; margin:0 17px;}
	.custom_social .tab-title > a .fa{line-height: 40px;}
	.custom_social .text{padding-left: 23px;}

	.custom_social .items{
		background: -webkit-linear-gradient(-15deg, transparent 35%, #f7f7f7 35%, #f7f7f7 65%, transparent 65%, transparent 100%);
		background: -o-linear-gradient(-15deg, transparent 35%, #f7f7f7 35%, #f7f7f7 65%, transparent 65%, transparent 100%);
		background: -moz-linear-gradient(-15deg, transparent 35%, #f7f7f7 35%, #f7f7f7 65%, transparent 65%, transparent 100%);
		background: linear-gradient(-15deg, transparent 35%, #f7f7f7 35%, #f7f7f7 65%, transparent 65%, transparent 100%);
	}
	.custom_social .items .view-all{margin-top: 40px;}
}

/***
	Embeddable Content Panel
***/

.embed_panel .shared-list {
	max-width: 1200px;
	margin: 0px auto;
}
.embed_panel .rssLink { margin: 0px 20px; }
.embed_panel .shared-list .border-col {
	display: none;
}
.embed_panel .embed_header {
	box-shadow: 0px 0px 5px 2px rgba(44, 54, 57, 0.56);
	margin-bottom: 30px;
}
.embed_panel .embed_header .logo-container {
	position: relative;
	height: 52px;
}
.embed_panel .embed_header .logo-container a{
	display: block;
	height: 100%;
}
.embed_panel .embed_header .logo-container .bg {
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	width: 156px;
}
.embed_panel .embed_header .logo-container .logo {
	position: relative;
	z-index: 10;
	max-width: 160px;
	left: 18px;
	top: calc(50% - 6px);
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%); /* Safari */
	transform: translateY(-50%);
}
.embed_panel .embed_header .viewmore {
	display: block;
	padding: 0;
	font-size: 13px;
	font-family: 'Nexa W01 Heavy';
	line-height: 52px;
	color: #838383;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	right: 20px;
	position: relative;
}
.embed_panel .embed_footer {
	border-top: 1px solid #b1b1b1;
	padding: 15px;
	text-align: center;
}
@media only screen and (min-width: 641px) {
	.embed_panel .embed_header .logo-container {
		width: 238px;
		height: 60px;
		overflow: hidden;
	}
	.embed_panel .embed_header .logo-container .bg { width: 180px; }
	.embed_panel .embed_header .logo-container .logo {
		left: 20px;
		max-width: 217px;
		top: calc(50% - 4px);
	}
	.embed_panel .embed_header .viewmore {
		line-height: 60px;
	}
}
@media only screen and (min-width: 1025px) {
	.embed_panel .embed_header .logo-container {
		width: 260px;
		height: 86px;
		position: relative;
		margin: 0px auto;
	}
	.embed_panel .embed_header .logo-container .bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.embed_panel .embed_header .logo-container .logo {
		position: relative;
		top: calc(50% - 5px);
		left: 40px;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		max-width: 191px;
	}
	.embed_panel .embed_header .viewmore {
		line-height: 86px;
	}
}

/*
|-----------------------------------------------------------------------------------------------------------
| PANEL CUSTOM TWO COL
|-----------------------------------------------------------------------------------------------------------
*/
.panel_custom_two_col .panel-col.columns,
.panel_custom_two_col .textbox-inner {
	padding: 0;
} 

/* Full width */
.panel_custom_two_col.full-width .panel-row {
	width: 100%;
	max-width: unset;
}

.panel_custom_two_col.full-width .slide.full {
	display: grid;
	grid-template-columns: 1fr;
}

.panel_custom_two_col.full-width .slide.full .info {
	margin-top: 30px;
	margin-bottom: 50px;
}

.panel_custom_two_col .info {
	margin-top: 50px;
	margin-bottom: 50px;
}

/* standard */
.panel_custom_two_col .slide.standard {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}

.panel_custom_two_col .slide.standard .info {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.panel_custom_two_col .slide.standard .info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.panel_custom_two_col.full-width .slide.standard .info-int {
	max-width: 545px;
}

.panel_custom_two_col .custom_imagebox_grid {
    width: 100%;
	position: relative;
}

.panel_custom_two_col .custom_imagebox_grid .image img {
    width: 100%;
}

.panel_custom_two_col.full-width .slide.full .image {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
}

.panel_custom_two_col .image {
	display: flex;
	align-items: center;
}

/* controlled width */
.panel_custom_two_col.controlled-width .panel-row {
	max-width: 950px;
}

@media screen and (min-width: 40em) {
	.panel_custom_two_col .slide.standard .image.right {
		order: 1
	}

	.panel_custom_two_col.full-width .slide.full .info-inner {
		margin-top: 30px;
	}
	/* standard */
	.panel_custom_two_col .slide.standard {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;	
	}

	.panel_custom_two_col.controlled-width .info.right {
		margin-left: 20px;
	}
	
	.panel_custom_two_col.controlled-width .info.left {
		margin-right: 20px;
	}
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.panel_custom_two_col .slide.standard,
	.panel_custom_two_col .image,
	.panel_custom_two_col .standard.slide .info {
		display: block;
	}
}
@media screen and (-ms-high-contrast: active) and (min-width: 640px), screen and (-ms-high-contrast: none) and (min-width: 640px) {
	.panel_custom_two_col .slide.standard,
	.panel_custom_two_col .image,
	.panel_custom_two_col .standard.slide .info {
		display: flex;
	}
	.panel_custom_two_col .image.right,
	.panel_custom_two_col .info.right {
		flex: 1 0 50%;
	}
	
	.panel_custom_two_col .image.left,
	.panel_custom_two_col .info.left {
		flex: 1 0 50%;
	}

	.panel_custom_two_col.full-width .panel-row {
		max-width: 100%;
	}
	
	.panel_custom_two_col.controlled-width .info-int,
	.panel_custom_two_col .textbox-inner * {
		max-width: 100%;
	}
}

/* GDPR Arrivalist 464405 */
#gdpr_inline {
	position: fixed;
	bottom: 15px;
	right: 90px;
	z-index: 1000;
	width: 600px;
}
#ccpa_inline {
	position: fixed;
	bottom: 15px;
	right: 90px;
	z-index: 1000;
	width: 600px;
}

/* social share */
.sv-share-trigger {
	color: #141414;
    font: 600 15px 'franklin-gothic-urw-comp', sans-serif;
    letter-spacing: 0.04em;
	text-transform: lowercase;
}