/*!
Theme Name: Stoney Creek Hotels
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stoney-creek-hotels
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Stoney Creek Hotels is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
span.border-btn.white {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
   /* font-family: 'Montserrat'!important;*/
    margin: 0 0 1rem;
    padding: 0.6em 1em;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .14em;
}
.bg-box:hover span.border-btn.white {
    border: 2px solid #fff;
    background-color: #fff;
    color: #6e5643;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/*.post,
.page {
	margin: 0 0 1.5em;
}*/

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.innerpage .title-left h2 {
    font-size: 36px;
    font-weight: bold;
}
.innerpage .title-left h2:before {
    content: " ";
    position: absolute;
    max-width: 126px;
    bottom: -20px;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-image: url(assets/img/hrrow.png);
    background-size: cover;
    background-position: center center;
    background-size: 100% 100%;
}

section.innerpage.titele_info_section {
    position: relative;
}
.banerinnerk{z-index:2; }


/************************Navigation*************************/

ul.sub-menu {
    position: absolute;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0px; display:none; background:#ffffff; /*background:background-color:rgba(0, 0, 0, 0.4);*/
}
ul#top-menu li:hover ul.sub-menu{    
   -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; display:block; }
ul#top-menu li:hover ul.sub-menu li a{width:100%; }
ul#top-menu li:hover ul.sub-menu li a:hover{ /*background-color:#6e5643;*/}
ul.sub-menu li{/*background:rgba(0, 0, 0, 0.4);*/} 
ul.sub-menu li.current-menu-item{background-color:#6e5643;}

	ul.sub-menu li.current-menu-item a{color:#ffffff;}
/***********Mobile**************/
@media (max-width:768px) {
	ul#top-menu li:hover ul.sub-menu{display:none;}
	ul#top-menu li.open ul.sub-menu{display:block;}

	ul#top-menu  li.menu-item-has-children::before { 
		content: "+";
		position: absolute;
		color: #6e5643;
		font-size: 29px;  
		width: 52px;
        right: 0;    
	}
	ul#top-menu  li.menu-item-has-children.open::before{content: "-";
		position: absolute;
		color: #6e5643;
		font-size: 29px;  
		width: 52px;
        right: 0;}
	ul.sub-menu {		
		position: relative;
		width: 100%;
	}
.nav > #nav-check:checked ~ .nav-links{ overflow-y:scroll!important; }
}


/* NEW - Weddings & Meetings Template - Hawthorn Creative */

/* Fonts */
@font-face {
    font-family: 'hearth_stoneregular';
    src: url('fonts/hearth_stone-webfont.woff2') format('woff2'),
         url('fonts/hearth_stone-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rosabelia_sldtregular';
    src: url('fonts/rosabelia_sldt-webfont.woff2') format('woff2'),
         url('fonts/rosabelia_sldt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

/* font-family: 'Marcellus', serif; */
/* font-family: 'hearth_stoneregular'; */
.script {
	font-family: 'rosabelia_sldtregular';
	text-transform: none;
	letter-spacing: 0;
	font-weight: normal;
	line-height: 1;
}
.wed-meet-new-temp h1, .wed-meet-new-temp .h1 {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 600;
}
.wed-meet-new-temp h1.script, .wed-meet-new-temp h1 .script, .wed-meet-new-temp .h1.script {
	font-size: 120px;
}
.wed-meet-new-temp h2, .wed-meet-new-temp .h2 {
	font-family: 'rosabelia_sldtregular';
	font-size: 62px;
}
.wed-meet-new-temp h3 .script {
	font-size: 62px;
}
.wed-meet-new-temp h3, .wed-meet-new-temp .h3 {
	font-family: 'Marcellus', serif;
	font-size: 40px;	
	text-transform: uppercase;
	letter-spacing: 5px;
}
.wed-meet-new-temp h3 span, .wed-meet-new-temp .h3 span, 
.wed-meet-new-temp h4 span, .wed-meet-new-temp .h4 span {
	display: block;
}
.wed-meet-new-temp h3.small, .wed-meet-new-temp h3 .small, .wed-meet-new-temp .h3.small {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size: 22px;	
	text-transform: uppercase;
	letter-spacing: 5px;
	max-width: 100% !important;
	margin-left: 0 !important;
	font-weight: 200;
}
.wed-meet-new-temp h4, .wed-meet-new-temp .h4 {
	font-family: 'Marcellus', serif;
	font-size: 22px;	
	text-transform: uppercase;
	letter-spacing: 1px;
}
.wed-meet-new-temp h4.script, .wed-meet-new-temp h4 .script, .wed-meet-new-temp .h4.script {
	font-size: 120px;	
}
.wed-meet-new-temp h5, .wed-meet-new-temp .h5 {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 100;
}
.wed-meet-new-temp h6, .wed-meet-new-temp .h6 {
	font-family: 'rosabelia_sldtregular';
	font-size: 52px;
}
.wed-meet-new-temp h7, .wed-meet-new-temp .h7 {
	font-family: 'Marcellus', serif;
	font-size: 30px;	
	text-transform: uppercase;
	letter-spacing: 1px;
}
.wed-meet-new-temp p {
  font-weight: 200;
  font-size: 15px;
  letter-spacing: .75px;
  margin-bottom: 1em;
  line-height: 1.75em;
}
.highlighted-text {
  position: relative;
  z-index: 1;
}
.highlighted-text::before {
  height: 10px;
  width: 100%;
  position: absolute;
  content: "";
  background-color: #EAE6DD;
  left: 0;
  z-index: -1;
  bottom: -1px;
}
.small-italics-text {
  font-size: 14px;
  font-style: italic;
}
.border-bottom {
  border-bottom: none !important;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px;
}
.border-bottom::after {
	content: "";
	width: 150px;
	height: 1px;
	background-color: #D9D8D2;
	position: absolute;
	bottom: 0;
	left: 0;
}
.lt-tan-bg .border-bottom::after {
	background-color: #CEA800;
}
.text-center.text-lg-start .border-bottom::after {
	left: 0;
	transform: none;
}
.text-center .border-bottom::after {
	left: 50%;
	transform: translatex(-50%);
}
.button {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 16px;
	color: #404040;
	border: 1px solid #404040;
	background-color: transparent;
	transition: all .3s ease;
	padding: 14px 25px;
}
.text-white .button {
	color: #ffffff;
	border: 1px solid #fff;
}
.button:hover {
	background-color: #CEA800;
	color: #fff;
	border: 1px solid #CEA800;
}
.bg-img-wrap {
	position: relative;
}
.background-img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.wed-meet-new-temp .white-bg {
	background-color: #fff;
}
.wed-meet-new-temp .tan-bg {
	background-color: #EAE6DD;
}
.wed-meet-new-temp .lt-tan-bg {
	background-color: #F0EDEA;
}
.wed-meet-new-temp .caption {
  color: #808080;
  font-style: italic;
  font-weight: 200;
  font-size: 14px;
  margin-top: 10px;
}
.wed-meet-new-temp {
  margin-top: 50px;
}
.wed-meet-new-temp p:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
.highlighted-text::before {
	background-color: transparent;
}
.text-center.text-lg-start .border-bottom::after {
	left: 50%;
	transform: translatex(-50%);
}
}
@media only screen and (max-width: 768px) {
.wed-meet-new-temp h1, .wed-meet-new-temp .h1 {
  font-size: 50px;
}
.wed-meet-new-temp h1.script, .wed-meet-new-temp h1 .script, .wed-meet-new-temp .h1.script {
  font-size: 90px;
}
.button {
  font-size: 15px;
}
.border-bottom-sm {
  border-bottom: none !important;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px;
}
.border-bottom-sm::after {
	content: "";
	width: 150px;
	height: 1px;
	background-color: #D9D8D2;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
}
.wed-meet-new-temp p {
  font-size: 18px;
}
.wed-meet-new-temp h2, .wed-meet-new-temp .h2 {
	font-size: 52px;
}
.wed-meet-new-temp h5, .wed-meet-new-temp .h5 {
	font-size: 22px;
}
.wed-meet-new-temp h4, .wed-meet-new-temp .h4 {
	font-size: 32px;	
}
.small-italics-text {
    font-size: 18px;
}
.page-template-page-weddings-meetings {
	width: 100%;
    overflow-x: hidden;
}
}

/* Hero Video Block */
.hero-header {
	overflow: hidden;
}
.desktop-header {
  overflow: hidden !important;
  max-width: 100%;
  max-height: 100vh;
  position: fixed !important;
	width: 100vw !important;
	z-index: -1 !important;
	top: 0 !important;
	height: 100vh;
}
.desktop-header iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  max-width: 300vw;
}
@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
    
@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}



/* Hero Block */
.hero-block {
  height: 100vh;
  position: relative;
  max-height: 750px;
  margin-bottom: 3rem;
}
.hero-block .desktop-hero, .hero-block .mobile-hero {
	display: block;
	background-position: center top;
}
.hero-block .mobile-hero {
	display: none;
}
.hero-block .hero-static-wrapper::before {
  content: "";
  background: rgba(0,0,0,.5);
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: 0;
}
.hero-block .interior-hero-content {
  position: absolute;
  z-index: 6;
  width: 100%;
  top: 50%;
  transform: translatey(-50%);
}
.hero-static-block-content h1 span {
  display: block;
}
.subnav-link {
  padding: 10px 2.5%;
  border-right: 1px solid #d9d8d2;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #404040;
  font-weight: 200;
  font-size: 14px;
}
.subnav-link:hover {
	color: #CEA800;
}
.subnav-link:last-child {
  border: none;
}
.subnav-container {
  margin-top: -35px !important;
}
.subnav-container .row .subnav-white-wrapper {
  background-color: #fff;
  border-radius: 20px;
  display: block;
  position: relative;
  padding: 16px;
}
@media only screen and (max-width: 768px) {

}


/* Intro Block with full width image */
.intro-img-wrapper {
  height: 515px;
  position: relative;
}
.intro-img-wrapper .desktop-hero {
	display: block;
}
.intro-img-wrapper .mobile-hero {
	display: none;
}
.intro-img-content-container {
  margin-top: -300px !important;
}
.intro-img-content {
  padding: 60px 70px;
}

@media only screen and (max-width: 992px) {
.intro-img-content-container {
  margin-top: 0 !important;
}
.intro-img-content {
  padding: 50px 2rem 30px;
}
.intro-img-wrapper {
    height: 445px;
}
}

/* Intro Block with two images */
.intro-img-large {
  width: 52%;
  aspect-ratio: 1/1.5;
}
.intro-img-small {
  width: 42%;
  aspect-ratio: 1/1.5;
}
.intro-block-images-col {
  padding: 0 40px;
}
@media only screen and (max-width: 768px) {
.intro-block-images-col {
  padding: 0 2rem;
}
.intro-img-large {
  width: 100%;
  aspect-ratio: 1/1.25;
}
.intro-two-img-block h3 .script {
    font-size: 62px;
}
}

/* Video Block Left */
.video-block {
  aspect-ratio: 4/2.5;
  position: relative;
}
.video-block::before {
content: "";
  background: rgba(0,0,0,.5);
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: 0;
  transition: all .3s ease;
}
.play-btn {
  width: 150px;
  height: 150px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
}
.video-image-wrapper:hover .play-btn {
	opacity: .75;
}
.wed-meet-new-temp ul {
  list-style: none;
  padding-left: 1rem;
}
.wed-meet-new-temp ul li {
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 15px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.wed-meet-new-temp ul li::last-child {
	margin-bottom: 0;
}
.wed-meet-new-temp ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #CEA800;
}
@media only screen and (max-width: 768px) {
.play-btn {
  width: 115px;
  height: 115px;
}
#Video_Button {
  height: 115px;
  width: 115px;
}
.wed-meet-new-temp ul {
  padding-left: 0;
}
.wed-meet-new-temp ul li::before {
    position: relative;
    margin-right: 10px;
}
.wed-meet-new-temp ul li {
  padding-left: 0;
}
.video-block {
  aspect-ratio: 1/1;
}
}

/* Video Block Right */
.video-right-text-col {
	padding: 60px;
}
.video-block-right #Video_Button {
  width: 115px;
  height: 115px;
}
.video-block-right .play-btn {
  width: 115px;
  height: 115px;
}
.video-right-video-col {
  padding: 0 6%;
}
@media only screen and (max-width: 992px) {
.video-right-video-col {
  padding: 0;
}
}

/* Venue Slider */
.venue-slider-img {
  position: relative;
  height: 335px;
  width: 255px;
}
.venue-slider-head {
  color: #404040;
  font-size: 22px;
  font-family: marcellus;
  margin-top: 10px;
}
.venue-slider-content-col {
  padding: 4% 5%;
}
.venue-slider-container {
  overflow: hidden;
  margin-top: 80px;
}
.venue-slider-container .owl-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-right: 20px;
}
.venue-slider-col {
  overflow: hidden;
  padding-left: 6%;
}
.venue-slider-content-col {
	position: relative;
}
@media only screen and (max-width: 992px) {
.venue-slider-content-col {
  padding: 60px 2rem;
}
.venue-slider-container {
  margin-top: 30px;
}
.venue-slider-col {
  padding-left: 2rem;
  padding-right: 0;
}
.venue-slider-container .owl-nav {
	margin-right: 2rem;
}
}

/* Tabbed Section */
.tabbed-content-block-bg-img {
  background-image: url('assets/img/3-stoney-creek-weddings-tabbed-packages-background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 65px;
}
.tabbed-content-block-inner {
  background-color: #fff;
  padding: 30px 45px;
}
.tabbed-content-block h4 span {
  position: relative;
  z-index: 1;
}
.tabbed-content-block h4 .script {
	color: #c9c8c2;
	text-transform: lowercase;
	z-index: 0;
	position: relative;
	line-height: 80%;
	margin-bottom: 10px;
	font-size: 54px;
}
#tier-1 h4 .script {
  line-height: 60%;
}
.tabbed-content-subhead {
  font-family: Marcellus;
  font-size: 18px;
}
.tabbed-content-list-subhead.h5.highlighted-text {
  display: inline-block;
}
.tabbed-img.bg-img-wrap {
  width: 100%;
  aspect-ratio: 1/1.1;
  z-index: 1;
  margin-top: 50px;
}
.tabbed-content-list-item {
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 15px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.tabbed-content-list-item::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #CEA800;
}
.tabbed-content-list {
  column-count: 2;
}
.border-right {
  border-right: 1px solid #D9D8D2;
  padding-right: 40px;
}
.tabbed-content-wrapper .tabbed-right-col {
  padding-left: 50px;
}
.tabbed-content-links span {
  color: #D9D8D2;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 200;
  padding: 15px 35px;
  border-right: 1px solid #d9d8d2;
  cursor: pointer;
  font-size: 14px;
}
.tabbed-content-links span:last-child {
	border: none;
} 
.tabbed-content-links span:hover, .tabbed-content-links span.is-active {
  color: #000;
}


[data-tab-info] {
    display: none !important;
}
  
.active[data-tab-info] {
    display: flex !important;
}

.tabbed-content-wrapper {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@media only screen and (max-width: 992px) {
.tabbed-content-block-bg-img {
  padding: 65px 2rem;
}
.tabbed-content-block-inner {
  padding: 40px;
}
.active[data-tab-info] {
    display: block !important;
}
.tabbed-content-wrapper .border-right {
  border: none;
  padding-right: 0;
}
.tabbed-content-wrapper .tabbed-right-col {
  padding-left: 0;
  padding-top: 30px;
}
.tabbed-content-list {
  column-count: 1;
}
.tabbed-content-list-item::before {
  content: "•";
  position: relative;
  left: -10px;
  color: #cea800;
  top: -1px;
}
.tabbed-content-list-item {
  padding-left: 0;
  margin-bottom: 5px;
}
.tabbed-content-links span {
  display: block;
    border-right: none;
    border-bottom: 1px solid #d9d8d2;
    padding: 10px;
}
.tabbed-img.bg-img-wrap {
  aspect-ratio: 2/1.5;
}
.tabbed-content-subhead {
  font-size: 22px;
}
.tabbed-content-list-subhead.h5.highlighted-text {
	margin-top: 30px;
}
}

/* Photo Gallery */
.individual-gallery-image {
/*
  height: 400px;
  width: 400px;
*/
  position: relative;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  font-size: 14px !important;
  text-transform: uppercase;
  font-family: Marcellus !important;
  letter-spacing: 2px;
}
.owl-prev.disabled, .owl-next.disabled {
  opacity: .4;
  transition: all .3s ease;
  cursor: default !important;
}
.gallery-wrapper .owl-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  text-transform: uppercase !important;
  width: calc(100% - 70px);
}
.owl-carousel-gallery .owl-stage {
  height: 515px !important;
  overflow: hidden;
}
.individual-gallery-image {
  height: 100%;
  width: auto !important;
}
.individual-gallery-image img {
  height: 100%;
  width: auto !important;
}
.owl-carousel-gallery .owl-item {
  height: 100%;
  width: auto !important;
}
@media only screen and (max-width: 992px) {
.owl-carousel-gallery .owl-stage {
  height: 305px !important;
}
.gallery-wrapper .owl-nav {
  margin: 20px auto 0;
}
}

/* Testimonial Slider */
.owl-carousel.owl-carousel-testimonials {
  display: flex !important;
  align-items: center;
}
.testimonials-slider-images {
  width: 40%;
}
.testimonials-slider-content {
  width: 40%;
  	margin-left: 7%;
  	margin-top: 80px;
}
.testimonial-slider-img-large {
  aspect-ratio: 1/1.5;
  width: 60%;
}
.testimonial-slider-img-small {
  aspect-ratio: 1/1.05;
  width: 35%;
}
.testimonial-quote p {
  font-style: italic;
}
.testimonial-slider-headline {
  width: 40%;
  margin-left: 47%;
  margin-bottom: -130px;
  margin-top: 0;
}
.testimonial-author {
  font-family: Marcellus;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  margin-top: 15px;
}
.testimonials-block .owl-next {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-family: Marcellus !important;
}
.testimonials-block .owl-carousel-testimonials .owl-nav {
  width: 100px;
  display: block;
}
.testimonials-block .owl-carousel-testimonials .owl-stage-outer {
  width: calc(100% - 100px);
}
.testimonials-block .testimonial-slider-wrapper.one-testimonial .owl-carousel-testimonials .owl-stage-outer {
  width: 100% !important;
}
.testimonials-block .testimonial-slider-wrapper.one-testimonial .testimonials-slider-content {
  width: 50%;
}
.testimonials-block .testimonial-slider-wrapper.with-subhead .testimonials-slider-content {
    margin-top: 130px;
}
.testimonials-block .testimonial-slider-headline.one-testimonial  {
  width: 50%;
}

@media only screen and (max-width: 992px) {
.testimonials-slider-content {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 0;
  margin-right: 7%;
}
.testimonials-block .testimonial-slider-wrapper.with-subhead .testimonials-slider-content {
  margin-top: 10px;
  margin-right: 7%;
}
.testimonial-slider-headline {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.owl-carousel.owl-carousel-testimonials {
  display: block !important;
}
.testimonials-slider-images {
  width: 100%;
}
.testimonials-block .owl-carousel-testimonials .owl-stage-outer {
  width: 100%;
}
.testimonials-block .owl-carousel-testimonials .owl-nav {
  display: block;
  margin-top: -23px;
  z-index: 100;
  position: absolute;
}
.testimonials-block .testimonial-slider-headline.one-testimonial {
  width: 100%;
}
.testimonials-block .testimonial-slider-wrapper.one-testimonial .testimonials-slider-content {
  width: 100%;
  
}
.testimonial-quote p {
  font-size: 20px;
}
.testimonial-author {
    font-size: 18px;
    margin-top: 20px;
}
}

/* Callout Blocks Section */
.callout-image {
  height: 455px;
}
.callout-block-ind {
  padding: 0 35px;
  flex: 1 !important;
}
.callout-block-content h4 .script {
  font-size: 52px;
}
.callout-block-list-item {
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 15px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.callout-block-list-item::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #CEA800;
}
.callout-block-list {
  column-count: 2;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
.callout-block-ind {
  padding: 0;
  margin-bottom: 30px;
}
}
@media only screen and (max-width: 768px) {

.callout-block-ind:last-child {
  margin-bottom: 0;
}
.callout-block-content h4 .script {
  font-size: 52px;
}
.callout-block-list-item:before {
    position: relative;
    margin-right: 10px;
}
.callout-block-list {
  column-count: 1;
}
.callout-block-list-item {
	padding-left: 0;
}
}

/* Right Image Block */
/*
.right-img.bg-img-wrap {
  aspect-ratio: 4/2.5;
}
*/
.right-img.bg-img-wrap {
    height: 100%;
}
.right-img-wrapper {
    height: 100%;
}
.photo-block-link .button {
    display: inline-block;
}

@media only screen and (max-width: 992px) {
.right-img.bg-img-wrap {
  aspect-ratio: 1/1.25;
}
.photo-right-content-wrapper {
  margin-bottom: 30px;
}
}


/* Full Width Background Image Block */
.full-width-img-block-content-wrapper {
  padding: 205px 0 190px;
}
.full-width-img-block-content-wrapper .full-width-img-wrapper {
	position: relative;
}
.full-width-img-wrapper.bg-img-wrap::before {
  content: "";
  background: rgba(0,0,0,.5);
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: 0;
}
.full-width-img-content {
  position: relative;
}
.full-width-img-block-content-wrapper .h7 span {
  font-family: 'rosabelia_sldtregular';
  text-transform: none;
  font-size: 62px;
  margin-bottom: -10px;
  padding: 0 5px;
  position: relative;
  z-index: 1;
  line-height: 1;
  display: inline-block;
}
.full-width-img-block-content-wrapper .h7 span::before {
	content: "";
	position: absolute;
	width: 105%;
	left: -2.5%;
	height: 10px;
	bottom: 17px;
	z-index: -1;
	background-color: rgba(234,230,221,.5);
}
.full-width-img-block-content-wrapper .button {
  display: inline-block;
  margin-top: 40px;
}
@media only screen and (max-width: 992px) {
}
/* Contact Block */
.contact-block .col-8.contact-page-with-sidebar {
  border-right: 1px solid #D9D8D2;
  padding-right: 100px !important;
}
.contact-block .col-4 {
  padding-left: 90px;
}
.sidebar-content a {
  color: #404040 !important;
}
.contact-block .h5.highlighted-text {
  display: inline-block;
}
.contact-sidebar-img {
  width: 100%;
  aspect-ratio: 1/1.5;
  margin-top: 40px;
}
.contact-form-wrapper {
  margin-top: 50px;
}
.contact-page-with-sidebar {
  border-right: 1px solid #D9D8D2;
  padding-right: 100px;
}
.contact-block .contact-page-sidebar {
  padding-left: 100px;
}
#tripleseat_embed_form {
  font-family: Marcellus;
  font-size: 12px;
}
#tripleseat_embed_form input, #tripleseat_embed_form button, #tripleseat_embed_form textarea {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: 1px solid #404040 !important;
  border-radius: 0;
  width: 100%;
}
#tripleseat_embed_form h2 {
  text-align: center;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
}
#tripleseat_embed_form #lead_phone_number {
  width: 100% !important;
}
.contact-form-wrapper tr input, .contact-form-wrapper tr textarea, .contact-form-wrapper tr select {
  margin-bottom: 10px !important;
}
.contact-form-wrapper .checkbox {
  width: 20px !important;
  margin-right: 10px;
  margin-bottom: 0 !important;
  margin-top: 5px;
}
.row_booking_description, .row_company {
  display: none !important;
}
#tripleseat_embed_form select {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  background-color: #fff;
  border-bottom: 1px solid #404040 !important;
  padding: 10px 0;
  font-family: Marcellus;
  width: 100% !important;
}
#tripleseat_embed_form #lead_form_submit a {
  display: none !important;
}
#tripleseat_embed_form .button {
  font-size: 15px;
  width: auto;
  float: none !important;
  margin: 0 auto !important;
  display: inline-block !important;
  border-bottom: none !important;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
  font-size: 16px;
  padding: 16px 70px;
  margin-left: 50% !important;
  transform: translateX(-50%) !important;
  background-color: #F0EDEA !important;
  color: #000 !important;
}
#tripleseat_embed_form .button:hover {
	background-color: #CEA800 !important;
	color: #fff !important;
}
#tripleseat_embed_form input, #tripleseat_embed_form button, #tripleseat_embed_form textarea {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
}
#tripleseat_embed_form .g-recaptcha {
  width: 304px;
  margin: 10px auto 20px !important;
}
@media only screen and (max-width: 1024px) {
#tripleseat_embed_form table td {
  width: 100% !important;
}
}
@media only screen and (max-width: 992px) {
.contact-page-with-sidebar {
  border-right: none;
  padding-right: 2rem;
  padding-left: 2rem;
}
.contact-block .contact-page-sidebar {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 30px;
}
#tripleseat_embed_form {
  font-size: 16px;
}
}


.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
}

.location-bar-banner__video-inner::before { 
	background-color: transparent !important;
}


/* Meetings Page Additions */
.meetings-tabbed-content-block .tabbed-img.bg-img-wrap {
  margin-top: 0;
  height: 100%;
  aspect-ratio: auto;
}
.meetings-tabbed-content-block h3 {
  font-size: 34px;
  margin-bottom: 30px;
}
.meetings-tabbed-content-block .tabbed-content-list {
  column-count: 1;
}
.meetings-tabbed-content-block .button {
  display: inline-block;
  background-color: #f0edea;
  border-color: #f0edea;
  color: #404040;
  margin-top: 10px;
  padding: 11px 20px;
  margin-right: 10px;
}
.meetings-tabbed-content-block .button:hover {
  background-color: #cea800;
  color: #fff;
  border: 1px solid #cea800;
}
.meetings-tabbed-content-block .tabbed-content-links {
  margin-top: 10px;
}
.meetings-tabbed-content-block .tabbed-content-block-bg-img {
  background-image: url('assets/img/3-stoney-creek-weddings-tabbed-packages-background-dark.jpg');
}
.meetings-tabbed-content-block .tabbed-content-wrapper .tabbed-right-col {
  padding-left: 0;
}
.meetings-tabbed-content-block .border-right {
  border-right: none;
}
.tabbed-content-intro-description a {
  color: #cea800;
  border-bottom: 1px solid;
}
.tabbed-content-intro-description a:hover {
  color: #000;
}

@media only screen and (max-width: 992px) {
.meetings-tabbed-content-block h3 {
  margin-bottom: 0px;
}
}

/* New Spaces Block */
.floorplan-img {
  width: 100%;
  height: 315px;
  position: relative;
  max-width: 100%;
}
.floorplans-single .floorplan-img {
  width: 100%;
  height: 515px;
  max-width: 100%;
}

.ind-floorplan {
  color: #404040;
  width: 100%;
}
.floorplans-multi .ind-floorplan {
	width: 33%;
}
.ind-floorplan:hover {
  color: #cea800;
}
.floorplan-img .background-img {
  background-size: contain;
  background-repeat: no-repeat;
}
.spaces-table thead {
  background-color: #f0edea;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.spaces-table {
  font-weight: 200;
  font-size: 15px;
}
.spaces-table th {
  font-weight: 200;
  font-size: 14px;
}
.spaces-table td {
  width: 25%;
}
.spaces-table.table > :not(:first-child) {
  border-top: none;
}

.enlarge-text {
  font-size: 15px;
  font-family: "Helvetica Neue",sans-serif;
}

.hero-static-block-content .button {
    display: block;
    width: 430px;
    max-width: 100%;
    margin: 20px auto;
}
@media only screen and (max-width: 768px) {
  .wed-meet-new-temp .floorplans h4 {
    font-size: 22px;
  }
  .floorplans-multi .ind-floorplan {
	width: 100%;
}
.spaces-table {
  width: 90%;
  margin: 0 auto;
}
.floorplans-single .floorplan-img {
  height: 315px;
}
}

.extended-stay__banner {
	overflow: visible;
}