/**
 * 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_page > .content {

}

.panel_custom_header {
	background-color: #EFE9D3;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.8);
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 1;
}
.panel-two-col > .row {
	max-width: 1200px;
}
.panel_custom_header .logo p {
	margin-bottom: 0px;
}

.panel_custom_one_col {
	padding-top: 20px;
}

.panel_custom_footer {
	position: absolute;
	bottom: 0px;
	height: 100px;
	width: 100%;
	background-color: #2C281B;
	padding-top: 20px;
	color: white;
}

/* 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 .banner-close {
	position: absolute;
	top: -18px;
	cursor: pointer;
	right: 0px;
	padding: 0px 3px;
	opacity: .75;
	color: white;
	background: #111;
	font-size: 12px;
}

.panel_custom_footer .mobileAd .fa {
	color: white;
}

.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;
	font-family: 'montserrat',sans-serif;
	font-weight: 600;
}

.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,
	.ros,
	.slider,
	.vertical_grid {
		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,
.slider{
	padding-left: 15px;
	padding-right: 15px;
}

/*Footer*/
.footer-center {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	height:611px;
	align-items: flex-end;
	padding-bottom: 88px;
}
.footer-section .social-icons hr {
	display: none;
}
.footer-center .left-col {
	flex: 1 1 664px;
	padding:0 15px;
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.footer-center .left-col-inner {
	width: 467px;
	text-align: center;
}
.footer-center .right-col {
	flex: 1 1 595px;
	padding: 0 101px 0px 71px;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
}
.footer-center img.logo {
	margin-bottom: 26px;
}
.footer-section .social-icons {
	margin-bottom: 26px;
	align-items: flex-end;
	justify-content: center;
	padding-right: 12px;
	flex-direction: row;
}
.footer-section .social-icons a i.fab.fa-envelope {
	font-family: "fontAwesome";
}
.copyright {
	color: #fff;
	font-family: 'montserrat', sans-serif;
	font-size: 11.5px;
	text-align: center;
	margin-right: -36px;
}
@media (min-width: 40em) {
	.footer-section .footer-center .left-col-inner img.logo-mobile {
		display: none;
	}
}
@media (max-width: 40em) {
	.footer-section .footer-center .left-col-inner img.logo-mobile {
		display: block;
		margin: 0 auto 26px;
		max-width: 200px;
	}
	.footer-section .footer-center .left-col-inner img.logo {
		display: none;
	}
}
/*vguide footer*/
.footer-center .slide h3 {
	font-family: 'montserrat', sans-serif;
	font-size: 15px;
	letter-spacing: 3px;
}
.footer-center .slide h4 {
	font-family: 'montserrat', sans-serif;
	letter-spacing: 3px;
	font-size: 18px;
}
.footer-center .slide a h4, .footer-center .slide a h3 {
	color: #fff;
}
.footer-center .slide {
	background: #008aac;
	color: #fff;
	padding: 21px 0px;
	margin-bottom: 8px;
	border-radius: 5px;
	width: 419px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-center .slide:hover {
	background: #016b85;
}
.footer-bottom {
	background: #0080a0;
	padding: 15px 0px;
	text-align: center;
}
/*tablet down for footer*/
@media (max-width: 64em) {
	.footer-center {
		align-items: center;
		flex-direction: column-reverse;
		padding-bottom: 30px;
	}
	.footer-center .right-col {
		flex: 1;
		padding: 0;
		justify-content: center;
		max-height: 151px;
	}
	.footer-center .left-col {
		flex: 1;
		padding: 0;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		max-height: 400px;
	}
	.footer-center .left-col-inner {
		width: 100%;
	}
	.nav-footer {
		margin: 0;
		padding: 0;
		padding-bottom: 50px;
	}
	.nav-footer li a {
		font-size: 16px;
		line-height: 20px;
		font-weight: 600;
		color: #fff;
		font-weight: 100;
		font-family: 'montserrat',sans-serif;
		text-transform: capitalize;
	}
	.copyright {
		margin-right: 0;
		max-width: 219px;
	}
	/*enews/vg*/
	.footer-center .slide {
		padding: 10.5px 0px;
		width: 278px;
		margin-bottom: 12px;
	}
	.footer-center .slide h3 {
		font-size: 12px;
		letter-spacing: 2px;
		margin-bottom: 0px;
		margin-top: 6px;
	}
	.footer-center .slide h4 {
		letter-spacing: 2.5px;
		font-size: 13px;
	}
	.footer-center img.logo {
		margin-bottom: 26px;
		max-width: 200px;
	}
}

/* UGC Panel */
.ugc-panel .header {
	max-width: 1300px;
	margin: 0 auto 30px auto;
}

.ugc-panel .social {
	display: flex;
	align-items: center;
}

.ugc-panel hr {
	height: auto;
	border-width: 3px 0 0;
	border-color: #f0a539;
	width: 400px;
	margin-right: 10px;
	margin-left: 17px;
}

.ugc-panel .social .fab {
	color: #008aac;
	line-height: 1em;
	font-size: 32px;
	vertical-align: middle;
}

.ugc-panel .social .social-icon {
	margin: 0px 12px;
}

.ugc-panel .social .social-icons {
	margin-bottom: 0;
}

.ugc-panel .header {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
	padding: 0 5px;
}

.ugc-panel .content {
	margin-bottom: 100px;
}

.ugc-panel .stackla-widget {
	width: 101% !important;
}

.ugc-panel .header .text h1 {
	color: #df4c33;
	margin-bottom: 15px;
}

.ugc-panel .header .quote .inner {
	margin-right: 0;
	float: right;
}

.ugc-panel .left, .ugc-panel .right {
	max-width: 100%;
}
.ugc-panel .right .quote .quote-splash { 
	display: none;
}
.ugc-panel .social hr.header-social {
		display: none;
	}
@media (max-width: 640px) {
	.ugc-panel .header .quote {
		margin-right: 15px;
	}

	.ugc-panel .header .quote .inner {
		padding: 0;
	}

}

@media (max-width: 1023px) {
	.ugc-panel .header {
		flex-direction: column;
	}

	.ugc-panel .social {
		flex-direction: column;
		margin: 0 15px;
	}

	.ugc-panel .social .social-icons {
		justify-content: center;
	}

	.ugc-panel .social .fab {
		font-size: 30px;
	}

	.ugc-panel hr {
		width: 100%;
		margin: 0 auto 20px auto;
	}
}

@media (min-width: 1024px) {
	.ugc-panel .header .left {
		flex-basis: 66%;
	}

	.ugc-panel .header .right {
		flex-basis: 33%;
	}

	.ugc-panel .header .text, .ugc-panel .header .social {
		width: 650px;
	}

	.ugc-panel .header .text h4 {
		font-size: 18px;
	}

	.ugc-panel .header .text h1 {
		margin-bottom: 20px;
	}

	.ugc-panel .header {
		padding: 0 20px;
	}
}

@media (min-width: 1024px) {
	.ugc-panel .social .fab:hover {
		color: #016780;
	}

	.ugc-panel .social .fab {
		transition: color 300ms ease;
	}
}

/* Intro text panel */
@media screen and (max-width: 640px) {
	.intro-text-panel h1 {
		margin-bottom: 0;
		line-height: 30px;
	}

	.intro-text-panel p {
		margin-top: 12px;
	}
}

@media screen and (min-width: 641px) {
	.intro-text-panel h1 {
		margin-bottom: 0;
	}

	.intro-text-panel p {
		margin-top: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.intro-text-panel .contentRender_name_plugins_core_textbox {
		padding-right: 320px;
		padding-left: 100px;
	}
}

/* Text panel with custom image */
.text-panel-image {
	max-width: 1200px;
	margin: 0 auto 30px auto;
	padding: 0 5px;
}

.text-panel-image .icon {
	width: 80px;
	height: 81px;
	padding: 15px;
	position: relative;
	background-image: url('/includes/public/assets/green-circle.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.text-panel-image h1 {
	color: #008aac;
	font: 700 28px 'itc-officina-sans-pro', sans-serif;
	line-height: 1em;
}

.text-panel-image .header {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
	margin-left: 20px;
}

@media screen and (min-width: 640px) {
	.text-panel-image .icon {
		margin-right: 30px;
		width: 70px;
		height: 71px;
	}

	.text-panel-image h1 {
		font-size: 60px;
	}

	.text-panel-image .header {
		margin-bottom: 30px;
		padding-right: 250px;
		flex-direction: row;
	}

	.text-panel-image .contentRender_name_plugins_core_textbox {
		padding-right: 250px;
	}
}

/* Play button */
.shared-play-button {
	text-align: center;
	border-radius: 50%;
	background-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(-30%, -45%);
	color: #df4c33;
}

@media screen and (max-width: 640px) {
	.shared-play-button {
		height: 38.4px;
		width: 38.4px;
		font-size: 12px;
	}
	.interior.share-panel {
		padding: 0 15px;
	}
}

@media screen and (min-width: 641px) {
	.shared-play-button {
		height: 83px;
		width: 83px;
		font-size: 26px;
	}
}

.interior.share-panel {
	max-width: 1200px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.interior.share-panel .top {
	display: flex;
}
@media screen and (min-width: 40em) {
	.interior .interior.share-panel {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width: 64em) {
	.interior.share-panel {
		margin-bottom: 65px;
	}
}
/*enews/vguide*/

.interior.share-panel .slide {
	background: #008aac;
	color: #fff;
	padding: 21px 0px;
	margin-bottom: 8px;
	border-radius: 5px;
	width: 419px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.interior.share-panel .slide:hover {
	background-color: #016b85;
}
.interior.share-panel .slide h3 {
	font-size: 16px;
	letter-spacing: 1px;
}
.interior.share-panel .slide h4 {
	font-size: 18px;
	letter-spacing: 1px;
}
.interior.share-panel .slide > a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.interior.share-panel .slide a h4,
.interior.share-panel .slide a h3 {
	color: #fff;
	font-family: 'montserrat', sans-serif;
}

/* .interior.share-panel .social-icons {
	display: none;
} */
.slideshow_container .contentRender_name_plugins_collections_template_custom_social_links {
	position: relative;
	left: 0;
}

.slideshow_container .social-icons {
	display: flex;
	flex-direction: column;
	font-size: 20px;
	position:absolute;
	left: -10px;
	top: 0;
	transform: translate(-100%, -100%);  
}

@media (max-width: 1024px) {
	.slideshow_container .social-icons {
		left: 0;
	}
}
.slideshow_container .social-icons a.social-icon {
	margin-top: 5px;
	padding-top: 5px;
}
.interior.share-panel .contentRender_name_plugins_common_enews_vguide {
	margin-right: 5px;
}
@media (max-width: 1024px) {
	.interior.share-panel .top {
		display: block;
	}
	.interior.share-panel .slide {
		margin: 0 auto;
		margin-bottom: 10px;
		width: 280px;
		padding: 10px 0px;
	}
	.interior.share-panel {
		display: block;
		margin-bottom: 65px;
	}
	.interior.share-panel .slide a h3 {
		display: none;
	}
	.interior.share-panel .slide a h4 {
		color: #fff;
		font-family: 'montserrat', sans-serif;
		font-size: 14px;
		letter-spacing: 1px;
		font-weight: 900;
		margin:0;
	}
}
/*addthis*/
.addthis a.share.addthis_button_more.at300b .at-icon-wrapper {
	display: none;
}
.addthis a.share.addthis_button_more.at300b {
	border: #008aac solid 1.5px;
	border-radius: 4px;
	font-family: 'montserrat',sans-serif;
	font-size: 12px;
	padding: 4px 19px;
	font-weight: 600;
	letter-spacing: 1.5px;
}
@media (max-width: 641px) {
	.contentRender_name_plugins_addthis_addthis {
		float: right;
		display: inline;
	}
	.addthis a.share.addthis_button_more.at300b {
		border: #008aac solid 1.5px;
		border-radius: 4px;
		font-family: 'montserrat',sans-serif;
		font-size: 8px;
		padding: 2.5px 7px;
		font-weight: 600;
		letter-spacing: 1px;
	}
}


/*Imagebox with Credits*/
.credit-imagebox {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto 40px;
	position: relative;
}
.credit-imagebox img {
	width: 100%;
}
.credit-imagebox .credit-info,
.credit-imagebox  .credit-title {
	position: absolute;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	font-family: 'itc-officina-sans-pro', sans-serif;
	font-weight: 700;
	bottom: 15px;
	right: 30px;
}

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

.crm-extranet-login p {
	color: #414042;
	font-size: 19px;
}

.crm-extranet-login p a {
	color: #df4c33;
	font-weight: 600;
}

.sv-share,
.sv-share-trigger,
.sv-share-trigger:hover,
.sv-share-trigger:active,
.sv-share-trigger:focus,
.sv-share-trigger:visited {
    --share-trigger-button-color: #008aac;
	--share-trigger-icon-color: #008aac;
	--share-trigger-bg-color: transparent;
	--share-trigger-bg-color-hover: transparent;
    
    color: #008aac;
    background-color: transparent;
}