/**
 * 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;
}

/* This ensures that the page always has a scrollbar to ensure that some headers load correctly without FOUC */

html, body {
	height: 100%;
}

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 > .contentRender {
	min-height: 100%;
	height: 100%;
}

body .mfp-close:hover, body .mfp-arrow:hover, body .mfp-arrow:focus {
	background-color: transparent; /* foundation compatibility with magnific popup */
}

.panel_page {
	min-height: 100%;
	position: relative;
}

.panel_custom_header .logo p {
	margin-bottom: 0px;
}

.panel_custom_one_col {
	padding-top: 20px;
}

/* Mobile Bottom Fixed Container */
.panel_custom_footer .mobile-fixed {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
}

/* DTN Mobile Footer Banner */
.panel_custom_footer.hasMobileAd {
	height: 150px;
}

.panel_custom_footer.hasMobileAd .mobileAd {
	display: block;
}

.panel_custom_footer .mobileAd {
	display: none;
	width: 100%;
	height: 50px;
}

.panel_custom_footer .mobileAd #dtnContainer {
	padding: 0px;
	position: relative;
	margin: 0 auto;
	width: 320px;
	display: block;
}

.panel_custom_footer .mobileAd .dtnad  {
	text-align: center;
}

.panel_custom_footer .mobileAd .banner-close {
	position: absolute;
	top: -8px;
	cursor: pointer;
	right: calc(calc(100% - 315px) * 0.5);
	padding: 2px;
	color: white;
	background-color: white;
	font-size: 10px;
	border-radius: 100%;
}

.panel_custom_footer .mobileAd .fa {
	color: #59FA66;
	font-size: 18px;
	vertical-align: middle;
	padding-left: 1px;
}

.navFooter {
	margin-left: 0px;
	margin-bottom: 0px;
}

.navFooter .item {
	display: inline;
}
.navFooter .item {
	border-right: 1px solid #ccc;
	margin-right: 5px;
	padding-right: 5px;
}

.navFooter .item:last-child {
	border-right: 0px;
}

.navFooter .item a {
	font-size: 15px;
	line-height: 35px;
	color: #ccc;
	text-transform: uppercase;
}
.navFooter .item.no-border a {
	border: none;
}
.navFooter ul.dl-submenu {
	display: none;
}

/*** Social Hub ***/
.panel_custom_socialhub {
}

.panel_custom_socialhub .rawContent {
	display: none;
}

.panel_custom_socialhub .panes {
}

.panel_custom_socialhub .panes > .pane {
	display: none;
}

.panel_custom_socialhub .panes > .pane.active {
	display: block;
}

.panel_custom_socialhub .tabs {
	overflow: hidden;
}

.panel_custom_socialhub .tabs .tabContent {
	padding: 10px;
	float: left;
	text-align: center;
	background: #eee;
	cursor: pointer;
}

.panel_custom_socialhub .tabs > .tab.active .tabContent {
	background: #bbb;
}

.panel_custom_socialhub .powered-by-youtube {
	clear: both;
	font-size: 11px;
	line-height: 18px;
}

.panel_custom_socialhub .youtube-logo {
	height: 24px;
	width: 53px;
	display: block;
}

.youtube-logo {
	background: url(/includes/public/assets/shared/youtube_logo_bw.png) no-repeat;
}

/* 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;
}


/* No column max-width items */

@media (min-width: 64em) {
	.contentRender_name_plugins_core_textbox,
	.imagebox,
	.imagebox-wide .slide,
	.mosaic {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}
}
.contentRender_name_plugins_core_textbox,
.imagebox,
.imagebox-wide .slide,
.ros,
.mosaic,
.spotlight {
	padding-left: 15px;
	padding-right: 15px;
}

.shared-play-button {
	width: 100px;
	height: 100px;
	line-height: 50px;
	border: 1px solid #fff;
	font-size: 50px;
	text-align: center;
	border-radius: 50px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.shared-play-button .fa {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-40%, -50%);
}

.intro_panel {
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
}

.intro_panel .contentRender_name_plugins_core_textbox h1{
	font-size: 50px;
	white-space: nowrap;
	letter-spacing: -0.045em;
}

.intro_panel .main .contentRender_name_plugins_core_textbox p {
	color: #a6a6a6;
	font-weight: 800;
	letter-spacing:-0.03em;
	font-size: 20px;
	margin-top: 0;
	line-height: 1em;
	margin-bottom: 28px;
}

.intro_panel .contentRender_name_plugins_core_textbox p {
	font-size: 16px;
	line-height: 1.5em;
}

.intro_panel .main {
	margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
	.intro_panel .contentRender_name_plugins_core_textbox h1{
		font-size: 120px;
		margin-bottom: 0;
		line-height: 0.8em;
	}

	.intro_panel .main .contentRender_name_plugins_core_textbox p {
		font-size: 40px;
	}
}

@media screen and (min-width: 1200px) {
	.intro_panel {
		display: flex;
		max-width: 1215px;
		margin-left: auto;
		margin-right: auto;
	}

	.intro_panel .main {
		width: 56%;
		transform: translate3d(-60px,0,0);
		transition: opacity 0.3s ease, transform 0.6s ease;
		opacity: 0;
	}

	.intro_panel .main .contentRender_name_plugins_core_textbox {
		padding-left: 35px;
	}

	.intro_panel .sidebar .contentRender_name_plugins_core_textbox {
		padding-top: 15px;
	}

	.intro_panel .sidebar {
		width: 44%;
		transform: translate3d(100px,0,0);
		transition: opacity 0.3s ease, transform 1s ease;
		opacity: 0;
	}
	.intro_panel .contentRender_name_plugins_core_textbox h1{
		font-size: 152px;
		margin-bottom: 13px;
	}

	.intro_panel .main .contentRender_name_plugins_core_textbox p {
		font-size: 47px;
		margin-left: 20px;
	}

	.intro_panel .contentRender_name_plugins_core_textbox p {
		line-height: 2em;
		margin-top: 15px;
	}
}

/*interior nav panel*/
nav.interior.control-width {
	max-width: 953px;
	margin: 60px auto 50px auto;
	padding: 0 15px;
}
@media screen and (max-width: 640px) {
	nav.interior.control-width {
		margin: 7px auto 0px auto;
	}
	.shared-action-items {
		margin-bottom: 30px;
	}
}
nav.interior.control-width .nav-interior-wrapper {
	display: flex;
	justify-content: space-between;
}
nav.interior.control-width .nav-interior-wrapper .sv-share {
	padding: 0;
}
nav.interior.control-width .nav-interior-wrapper .sv-share .sv-share-trigger {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #1785c7;
	padding-inline: 0px;
}
/*addthis*/
.contentRender_name_plugins_addthis_addthis {
	display: inline;
	float: right;
}
a.share.sh-share-link.addthis_button_more.share-button {
	font-size: 15px;
	font-weight: normal;
	color: #1785c7;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 600;
}
a.share.sh-share-link.addthis_button_more.share-button i {
	color: #999;
}


/*extranet*/
.crm-extranet-login {
	text-align: center;
	font-family: 'Roboto Slab', sans-serif;
}

.crm-extranet-login p {
	font-size: 20px;
}

.crm-extranet-login p a {
	color: #1785c7;
	font-weight: 700;
}

.slide.dtn-placeholder img { opacity: 1; }

/* media gallery photo album z-index fix */
.panel_page .photo-album {
	z-index: 1;
}

.panel_page .mg-album .album-items .album-details .btn-close {
	color: #000;
}