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

body {
		background-color: #f5f1eb;
}

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;
}
.content > .contentRender_name_plugins_core_textbox {
	max-width: 996px;
	margin: 0 auto;
	padding: 0 15px;
}
.contentRender_name_plugins_core_textbox table {
	float: none;
}
/* 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;
}

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

/* Homepage Panel */

.homepage-panel {
		position: relative;
		overflow: hidden;
}

.homepage-panel .intro {
	margin-left: 20px;
	margin-right: 21px;
	margin-bottom: 25px;
	margin-top: 25px;
	position: relative;
	z-index: 1;
}

.homepage-panel h1 {
		color: #1A6E99;
		font: 800 65px "Gotham A", "Gotham B";
		text-transform: uppercase;
		line-height: 1em;
		margin-bottom: 0px;
}

.homepage-panel h2 {
		color: #90A74D;
		font: 700 italic 30px "abril-display", serif;
		text-transform: lowercase;
		line-height: 1em;
		margin-bottom: 12px;
		margin-top: -5px;
}

.homepage-panel .contentRender_name_plugins_core_textbox p {
		color: #3a3a3a;
		font: 400 18px "Gotham A", "Gotham B";
		line-height: 1.6em;
		margin-bottom: 13px;
}

.homepage-panel .bg-image {
		position: absolute;
		top: 0px;
		right: -70px;
		opacity: 0.3;
		transform: rotate(-40deg);
		height: 300px;
		width: 300px;
		pointer-events: none;
}

.homepage-panel .bg-image img {
		width: 100%;
		height: 100%;
}

.panel_page.no-header .slideshow_container {
	min-height: 75px;
}
.panel_page.no-header.details .slideshow_container {
	min-height: 0px;
}
@media screen and (min-width: 1024px) {
	.panel_page.no-header .slideshow_container {
		min-height: 120px;
	}

	.homepage-panel {
			position: relative;
			max-width: 1203px;
			padding: 75px 20px 0 20px;
			margin: 0 auto 95px;
	}

	.homepage-panel .intro {
			width: 60%;
			margin-left: 0;
			margin-bottom: 20px;
	}

	.homepage-panel .intro .title {
			display: flex;
			align-items: flex-end;
	}

	.homepage-panel h1 {
			font-size: 80px;
	}

	.homepage-panel h2 {
			font-size: 38px;
			margin-top: 0;
			margin-left: 15px;
	}

	.homepage-panel .contentRender_name_plugins_core_textbox p {
			margin-bottom: 40px;
	}

	.homepage-panel .mosaic-panel {
			display: flex;
			position: relative;
			align-items: flex-end;
	}

	.homepage-panel .mosaic-panel .left-section {
			margin-right: 15px;
			-ms-flex: 1 1 65%;
	}

	.homepage-panel .mosaic-panel .center-section {
			position: absolute;
			background-color: #f5f1eb;
			right: 27%;
			left: 40%;
			top: -6px;
			z-index: 2;
	}

	.homepage-panel .mosaic-panel .right-section {
			-ms-flex: 1 1 35%;
	}

	.homepage-panel .mosaic-panel .visitors-guide {
		margin-top: 15px;
	}

	.homepage-panel .bg-image {
		width: 400px;
		height: 400px;
		top: -25px;
		right: 100px;
	}
}

@media screen and (min-width: 1200px) {
	.homepage-panel .bg-image {
		width: 430px;
		height: 430px;
		top: -30px;
		right: 170px;
}

}

.contentRender_name_plugins_common_nav_share .interior.control-width {
	max-width: 1167px;
	margin: 0 auto;
	padding: 0 15px;
}

/*addthis*/
.contentRender_name_plugins_addthis_addthis {
	display: inline;
	float: right;
	margin-bottom: 30px;
}
a.share.sh-share-link.addthis_button_more.share-button {
	font-family: "Gotham A", "Gotham B";
	font-size: 18px;
	color: #90A74D;
	font-weight: 500;
}
/*extranet*/
.crm-extranet-login {
	margin: 0 auto;
	text-align: center;
	font-family: "Gotham A", "Gotham B";
}

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

.crm-extranet-login p a {
	font-family: "Gotham A", "Gotham B";
	color: #90A74D;
	font-weight: bold;
}

.content > .contentRender_name_plugins_common_nav_share + .contentRender_name_plugins_core_textbox {
	margin-bottom: 100px;
}

/* DMS Form Builder */
.sv-dms-form .MuiOutlinedInput-input { border: none;}

.sv-dms-form .MuiPaper-root.jss5 {
	margin: 0 auto;
}
.sv-dms-form .MuiPaper-root .dms-field#field-UDField_20_RadioYN_contact div,
.sv-dms-form .MuiPaper-root .dms-field#field-UDField_14_RadioYN_eventCalendar div {
	display: flex;
	flex-direction: row-reverse;
	justify-content: left;
}

@media (min-width: 641px) {
	.sv-dms-form .MuiPaper-root.jss5 {
		width: 80%
	}
}

@media (min-width: 1024px) {
	.sv-dms-form .MuiPaper-root.jss5 {
		width: 70%;
	}
}

@media (min-width: 1400px) {
	.sv-dms-form .MuiPaper-root.jss5 {
		width: 50%
	}
}

.sv-dms-form .MuiPaper-root,
.MuiExpansionPanelSummary-root.jss45 {
	background-color: #f5f1ea;
}

.sv-dms-form .MuiOutlinedInput-root,
.sv-dms-form .jss207.MuiPaper-elevation1.MuiPaper-rounded {
	background-color: #fff;
}

.MuiExpansionPanelSummary-content {
	color: #1A6E99;
	font-weight: 700;
	font-size: 22px;
	background-color: #f5f1ea;
}

.MuiMenuItem-gutters.jss208,
#field-SendEmail > div > div *,
legend.MuiFormLabel-root,
label.MuiFormLabel-root.MuiInputLabel-root,
.MuiFormHelperText-root.MuiFormHelperText-contained {
	color: #1A6E99;
}

.jss6 > h4 {
	color: #1A6E99;
}

.MuiInputBase-root > #AddressLine1_autocomplete_0 {
	border: none;
	box-shadow: none;
}

button.withIcon .MuiButton-label {
	display: none;
}

@media screen and (max-width: 360px) {
	label#AnticipatedArrivalDt-label {
		font-size: 12px
	}
}

  .sv-share-trigger,
	button.sv-share-trigger .sv-share-trigger-icon {
    color: #4b3123;
  }

  .sv-share-trigger:hover {
    background-color: var(--share-trigger-bg-color-hover, var(--gray-200, #ddd));
  }

button.sv-share-trigger:hover,
button.sv-share-trigger:focus,
.button.sv-share-trigger:hover,
.button.sv-share-trigger :focus {
    background-color: #4b3123;
    color: #ffffff;
}

button.sv-share-trigger:hover .sv-share-trigger-icon,
button.sv-share-trigger:focus .sv-share-trigger-icon {
    color: #ffffff;
}

@media (hover: hover) {
  .sv-share-trigger:hover {
    background-color: #4b3123;
    color: #ffffff;
  }

  button.sv-share-trigger:hover .sv-share-trigger-icon {
    color: #ffffff;
  }
}

