/*
	Theme Name: Sands Regency
	Author: Anonymous
	Author URI:
	Version: 1
	Description: sands theme for Wordpress
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: sands
	Tags: one-column, two-columns
	Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
*   1. Set default font family to sans-serif.
*   2. Prevent iOS and IE text size adjust after device orientation change,
*      without disabling user zoom.
*/
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */ 
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */ 
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    box-sizing: content-box;
    height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
	color: inherit; /* 1 */
	font: inherit; 	/* 2 */
	margin: 0; /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
	cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
/* 2 */ }
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}
button, input, select, textarea {
    max-width: 100%;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
#masthead .locations-popup .slide ul, #masthead .top-nav, #nav ul, #footer .columns .menu, #footer .bottom-row .navigation, #sidebar .widget .menu, .info-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .main-container:after, #content:after, .container:after , .container-b:after{
	content: '';
	display: table;
	clear: both;
}
.btn, button, input[type='button'], input[type='reset'], input[type='file'], input[type='submit'], #masthead .top-bar, #masthead .locations-popup .opener, #masthead .locations-popup .slide ul a, #masthead .logo, #masthead .logo a, #masthead .book-form .field:before, #nav, .menu-holder, .nav-opener span, .nav-opener:before, .nav-opener:after, #navigation > li > a, #navigation > li .sub-menu, #navigation > li .sub-menu a, #footer a, .info-list a, .map-area .open-close .opener:after {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ellipsis {
	white-space: nowrap;
	/* 1 */
	text-overflow: ellipsis;
	/* 2 */
	overflow: hidden;
}
html {
	box-sizing: border-box;
	
}
*, *:before, *:after {
	box-sizing: inherit;
}
* {
	max-height: 1000000px;
}
.skip-nav{
    color: #020f50;
    background: transparent;
    left: 0;
    padding: 0.5rem 1rem;
    position: absolute;
    top: -3.8rem;
    transition: 0.15s ease-in-out;
    z-index: 10000;
}
.skip-nav:focus{
	background: white;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.15s ease-in-out;
	outline: 2px solid #020f50;
}
.skip-nav:hover {
	text-decoration:underline !important;
}
body {
	font: 400 16px "Roboto",sans-serif,arial;
    color: #232323;
    background-color: #fffbf0;
    position: relative;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0,0,0,.1) 0 0 1px;
	-moz-osx-font-smoothing: grayscale;
	text-align: left;
}
img {
	max-width: 100%;
	height: auto;
}
.gm-style img {
	max-width: none;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
	margin: 0 0 1.5em;
}
blockquote {
	border-left: 4px solid #46484b;
	padding-left: .5em;
	margin-left: 1.5em;
}
th, td {
	
	padding: .5em;
	text-align: left;
	vertical-align: top;
}
th {
	text-align: center;
	vertical-align: middle;
}
ul, ol {
	padding-left: 3em;
}
ul ul, ul ol, ol ul, ol ol {
	padding-left: 3em;
	margin: 0;
}
ul {
	list-style-type: disc;
}
dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}
dl dd {
	overflow: hidden;
}
pre {
	max-width: 100%;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input[type='text'], input[type='tel'], input[type='email'], input[type='search'], input[type='password'], textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font: 700 .875rem/1.75 "Montserrat",sans-serif,arial;
    color: #b93f31;
	height: 55px;
}
 input[type='text']::-webkit-input-placeholder,  input[type='tel']::-webkit-input-placeholder,  input[type='email']::-webkit-input-placeholder,  input[type='search']::-webkit-input-placeholder,  input[type='password']::-webkit-input-placeholder,  textarea::-webkit-input-placeholder {
 color: #46484b;
}
 input[type='text']::-moz-placeholder,  input[type='tel']::-moz-placeholder,  input[type='email']::-moz-placeholder,  input[type='search']::-moz-placeholder,  input[type='password']::-moz-placeholder,  textarea::-moz-placeholder {
 opacity: 1;
 color: #46484b;
}
 input[type='text']:-moz-placeholder,  input[type='tel']:-moz-placeholder,  input[type='email']:-moz-placeholder,  input[type='search']:-moz-placeholder,  input[type='password']:-moz-placeholder,  textarea:-moz-placeholder {
 color: #46484b;
}
 input[type='text']:-ms-input-placeholder,  input[type='tel']:-ms-input-placeholder,  input[type='email']:-ms-input-placeholder,  input[type='search']:-ms-input-placeholder,  input[type='password']:-ms-input-placeholder,  textarea:-ms-input-placeholder {
 color: #46484b;
}
input[type='text'].placeholder,  input[type='tel'].placeholder,  input[type='email'].placeholder,  input[type='search'].placeholder,  input[type='password'].placeholder,  textarea.placeholder {
	color: #46484b;
}
input[type='text']:focus,  input[type='tel']:focus,  input[type='email']:focus,  input[type='search']:focus,  input[type='password']:focus,  textarea:focus {
	border-color: #191c20;
}
 input[type='text']:focus::-webkit-input-placeholder,  input[type='tel']:focus::-webkit-input-placeholder,  input[type='email']:focus::-webkit-input-placeholder,  input[type='search']:focus::-webkit-input-placeholder,  input[type='password']:focus::-webkit-input-placeholder,  textarea:focus::-webkit-input-placeholder {
 color: #fff;
}
 input[type='text']:focus::-moz-placeholder,  input[type='tel']:focus::-moz-placeholder,  input[type='email']:focus::-moz-placeholder,  input[type='search']:focus::-moz-placeholder,  input[type='password']:focus::-moz-placeholder,  textarea:focus::-moz-placeholder {
 opacity: 1;
 color: #fff;
}
 input[type='text']:focus:-moz-placeholder,  input[type='tel']:focus:-moz-placeholder,  input[type='email']:focus:-moz-placeholder,  input[type='search']:focus:-moz-placeholder,  input[type='password']:focus:-moz-placeholder,  textarea:focus:-moz-placeholder {
 color: #fff;
}
 input[type='text']:focus:-ms-input-placeholder,  input[type='tel']:focus:-ms-input-placeholder,  input[type='email']:focus:-ms-input-placeholder,  input[type='search']:focus:-ms-input-placeholder,  input[type='password']:focus:-ms-input-placeholder,  textarea:focus:-ms-input-placeholder {
 color: #fff;
}
input[type='text']:focus.placeholder,  input[type='tel']:focus.placeholder,  input[type='email']:focus.placeholder,  input[type='search']:focus.placeholder,  input[type='password']:focus.placeholder,  textarea:focus.placeholder {
	color: #fff;
}
select {
	 padding: .375rem .75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font: 700 .875rem/1.75 "Montserrat",sans-serif,arial;
    color: #df5141;
	height: 55px;
	    width: 100%;
}
textarea {
	resize: vertical;
	vertical-align: top;
}
.widget {
	margin-bottom: 1.5em;
}
.widget ul {
	padding-left: 2em;
}
.widget select {
	min-width: 150px;
}
.comment-form label {
	display: block;
	padding-bottom: 4px;
}
.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}
.comment-form textarea, .comment-form input[type='text'] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}
.comment-form input[type='submit'] {
	display: block;
	float: none;
}
.post-password-form label {
	display: block;
	margin-bottom: 4px;
}
.post-password-form input[type='password'] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}
.post-password-form input {
	float: left;
	height: 2em;
}
.post-password-form input[type='password'] {
	width: 150px;
}
.commentlist {
	margin: 0 0 1.5em;
}
.commentlist .edit-link {
	margin: 0;
}
.commentlist .avatar-holder {
	float: left;
	margin: 0 1.5em 4px 0;
}
.commentlist-item .commentlist-item {
	padding: 0;
}
._form_52 #_form_52_submit._submit{
	background:#a6382c !important;
}
 @media (min-width: 768px) {
.commentlist-item .commentlist-item {
	padding: 0 0 0 2em;
}
}
.comment, .commentlist-holder {
	overflow: hidden;
}
.commentlist-item .commentlist-item, .commentlist-item + .commentlist-item {
	padding-top: 1.5em;
}
.widget_calendar #next {
	text-align: right;
}
.gallery-item dt {
	float: none;
	padding: 0;
}
.gallery:after {content:"";display:table;clear:both;}
.wp-caption-text {    text-align: center;
    font-size: 12px;}
img.aligncenter, div.aligncenter, figure.aligncenter {display:block; margin:1em auto;}
img.alignright, div.alignright, figure.alignright {float:right; margin:1em 0 1em 2em;}
img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {float:left; margin:1em 1em 2em 0;}
figure {max-width: 100%; height: auto; margin:1em 0;}
p img.alignright, p img.alignleft {margin-top:0;}
.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block; border:2px solid #fff;}
.gallery figure {float:left; margin:0 2% 1em 0;}
.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}
.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}
.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}
.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}
.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}
.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}
.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}
.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}
.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}
@media (max-width:767px) {
	img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {display:block; margin:1em auto; float:none;}
	.gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {width:100%; margin:0 0 1em 0; float:none;}
}
.navigation, .navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.5em;
}
.navigation .screen-reader-text,  .navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}
.navigation .page-numbers,  .navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}
 @media (max-width: 767px) {
.navigation .page-numbers,  .navigation-comments .page-numbers {
	padding: 0 3px;
}
}
.navigation .next,  .navigation .prev,  .navigation-comments .next,  .navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: none;
	color: #ccae4c;
	padding: .4em;
	text-decoration: none;
}
 @media (max-width: 767px) {
.navigation .next,  .navigation .prev,  .navigation-comments .next,  .navigation-comments .prev {
	padding: .2em;
}
}
.navigation .next:hover,  .navigation .prev:hover,  .navigation-comments .next:hover,  .navigation-comments .prev:hover {
	opacity: 0.8;
}
.navigation-single {
	margin-bottom: 1.5em;
}
.navigation-single .next,  .navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: none;
	color: #020f50;
	text-decoration: none;
}
.navigation-single .next:hover,  .navigation-single .prev:hover {
	opacity: 0.8;
}
.navigation-single .next a,  .navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}
 @media (max-width: 767px) {
.navigation-single .next a,  .navigation-single .prev a {
	padding: .2em;
}
}
.navigation-single .next {
	float: right;
}
.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #46484b;
	padding: .4em;
	margin-bottom: 1.5em;
}
.wp-caption img {
	margin: 0;
	vertical-align: top;
}
.wp-caption p {
	margin: .4em 0 0;
}
div.aligncenter {
	margin: 0 auto 1.5em;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 0 1.5em 4px 0;
}
.alignright {
	float: right;
	margin: 0 0 4px 1.5em;
}
.mejs-container {
	margin-bottom: 1.5em;
}
.wp-caption-text, .gallery, .alignnone, .gallery-caption, .sticky, .bypostauthor {
	height: auto;
}
 @media (max-width: 1023px) {
iframe {
	width: 100%;
}
}
#wp-calendar tbody td {
	text-align: center;
}
#wp-calendar td, #wp-calendar th {
	border: 1px solid #46484b;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
	color: #020f50;
    font: italic 400 3rem/4rem "Playfair Display",serif,'times new roman';
	line-height: 1.2;
	margin: 0 0 0.5em;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a, .h a {
	color: #ffcb0b;
}
 @media (max-width: 1023px) {
h1, .h1,  h2, .h2,  h3, .h3,  h4, .h4,  h5, .h5,  h6, .h6,  .h {
	word-wrap: break-word;
}
}
h1, .h1 {
	font-size: 40px;
}
h2, .h2 {
	font-size: 30px;
	color:#020f50;
	
}
 @media (min-width: 1024px) {
h2, .h2 {
	margin: 0 0 0.65em;
}
}
h3, .h3 {
	font-size: 24px;
}
 @media (min-width: 1024px) {
h3, .h3 {
	margin: 0 0 1em;
}
}
h4, .h4 {
	font-size: 20px;
	color:#ffcb0b;
}
 @media (min-width: 1024px) {
h4, .h4 {
	margin: 0 0 1.3em;
}
}
h5, .h5 {
	font-weight: 700;
	font-size: 18px;
		
}
 @media (min-width: 1024px) {
h5, .h5 {
	margin: 0 0 1.3em;
	
}
}
h6, .h6 {
	font-weight: 700;
	font-size: 16px;
	
}
 @media (min-width: 1024px) {
h6, .h6 {
	margin: 0 0 1.3em;
		
}
}
p {
	margin: 0 0 1.45em;
}
a {
	color: #b93f31;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
}
#masthead {
	position: relative;
	z-index: 101;
	background: #020f50;
}
 @media (max-width: 768px) {
#masthead .header-container {
padding-bottom:0;	
}
 }
#masthead .header-container {
 
   padding:0;
   margin-bottom: 0;
}
#masthead .header-container .container {
	padding: 1px 25px 1px 21px;
}
#masthead .header-container .container:after {
	display: none;
}
 @media (min-width: 768px) {
#masthead .header-container .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
}
#masthead .logo {
	display: inline-block;
	vertical-align: middle;
	margin: 12px 0;
	    max-width: 300px;
}
 @media (min-width: 768px) {
#masthead .logo {
	margin: 0 20px 0 0;
}
}
#masthead .logo a {
	display: block;
}
#masthead .logo img {
	display: block;
}
.top-left {display:inline-block; float: left;}
.top-left p {float: left;
    display: inline-block;
	margin: 0; 
	   
    line-height: 49px;}
	
	
#masthead .top-nav {
    display: inline-block;}
	
	#masthead .top-nav li {
    float: left;
    text-transform: uppercase;
 padding: 0 5px;
    font-size: 13px;
}
.text-right {text-align:right;}
#footer {    /* border-top: 1px solid #ffcb0b; */
    /* text-align: center; */
    /* padding-top: 20px; */
  padding-top: 20px;
    color: #fff;
    font-size: .8125rem;
    line-height: 1.375rem;
    background: #020f50 !important;
    margin: 0;
}
.footer-menu, .footer-nav {list-style: none; padding-left: 0;
    margin-bottom: 30px; 
	background-color: #020f50 !important;
}
.copy a{
	background-color: #020f50 !important;
}
.footer-menu li {
    font-size: 15px;
    padding-right: 15px;
    color: #fce7b6;
    display: inline-block;
    font-weight: 600;
	background-color: #020f50 !important;
}
.footer-menu li a{
    color: #fce7b6; }
	
.footer-nav li {
    font-size: 14px;
    padding-right: 15px;
    color: #ffffff;
    display: inline-block;
    text-transform:uppercase;
	background-color: #020f50 !important;
}
.footer-nav a{
    color: #ffffff; }
	
p.copy a{
    color: #ffffff; }
	
	
	
 @media (min-width: 1024px) {
html,  body {
	height: 100%;
}
.page-holder {
	width: 100%;
	height: 100%;
	
}
}
#home .main-container {
      padding: 65px 5px 25px;
}
.main-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 125px 5px 25px;
}
 @media (min-width: 1024px) {
.main-container {
	
}
}
 @media (min-width: 1024px) {
#content {
	float: left;
	width: 75%;
}
#content:only-child {
	float: none;
	width: 100%;
	
}
#content-home {
	float: none;
	width: 100%;
	
}
}
 @media (min-width: 1024px) {
#sidebar {
	float: right;
	width: 24%;
	padding-left: 1%;
}
#dining {
	float: left;
	width: 22.6%;
		padding-left: 17px;
	
}
#sidebar #wp-calendar {
	width: 100%;
}
}
.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.main-visual {  max-height: 610px;
overflow: hidden; }
.main-visual img {
	display: block;
	max-width: none;
	width: 100%;
}
/**
 * 6.2 - Menus
 */
.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0.875em 0;
}
.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}
.main-navigation {
	margin: 10px 0;
}
.site-footer .main-navigation {
	margin-bottom: 1.75em;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
}
.main-navigation li {
   /* border-top: 1px solid #d1d1d1; */
	position: relative;
}
.main-navigation a {
	color: #fff;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	    padding: 5px 15px;
	
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #ffcb0b;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	color:#ffcb0b;
	background:rgba(2, 15, 80,.5);
	
	border-radius:5px;
}
.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}
.no-js .main-navigation ul ul {
	display: block;
}
.main-navigation ul .toggled-on {
	display: block;
}
.main-navigation ul ul  a{
color:#000;	
}
.main-navigation .primary-menu {
	font-family: 'Montserrat', sans-serif;
	padding-right:40px;
	text-transform:uppercase;
 font-size: 15px;
 font-weight:700;
 
}
.main-navigation .menu-item-has-children > a {
	margin-right: 70px;
}
.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #ffffff;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}
.dropdown-toggle:after {
/*border: 0 solid #d1d1d1; */
    /* border-left-width: 1px; */
    content: "\f431";
    font-size: 24px;
   left: 1px; 
    position: relative;
    width: 48px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #6a0a2f;
}
.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}
.dropdown-toggle:focus:after {
	border-color: transparent;
}
.dropdown-toggle.toggled-on:after {
	content: "\f432";
}
.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}
.menu-toggle {
background-color: #020f50 !important;
    border: 1px solid #d1d1d1;
    color: #ffffff;
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 15px;
    padding: 0.769230769em;
    position: absolute;
    top: 25px;
    right: 0;
}
.no-js .menu-toggle {
	display: none;
}
.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	border-color: #ffcb0b;
	color: #ffcb0b;
}
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #ffcb0b;
	border-color: #ffffff;
	color: #fff;
}
.menu-toggle:focus {
	outline: 0;
}
.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}
.menu-item-has-children a:after, .social-navigation a:before, .dropdown-toggle:after, .bypostauthor > article .fn:after, .comment-reply-title small a:before, .pagination .prev:before, .pagination .next:before, .pagination .nav-links:before, .pagination .nav-links:after, .search-submit:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}
/**
 * 14.0 - Media Queries
 */
/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/**
 * 14.1 - >= 710px
 */
@media screen and (min-width: 44.375em) {
.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 1.3125em 0;
		padding: 0.8125em 0.875em 0.6875em;
	}
	.site-header-menu {
		margin: 1.3125em 0;
	}
	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}
}
/**
 * 14.3 - >= 910px
 */
@media screen and (min-width: 56.875em) {
	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.main-navigation {
		    float: left;
	}
	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}
	.main-navigation .primary-menu > li {
		float: left;
		font-size:15px ;
	}
	
.main-navigation .menu-item-has-children > a:after {
     top: .809em;
}
	.main-navigation a {
		outline-offset: -8px;
			white-space: nowrap;
	}
	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #ffcb0b;
		background:#020f50;
		border-radius:5px;
	}
	.main-navigation ul ul {
		
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
		    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
	}
	.main-navigation ul ul ul {
		top: -1px;
	}
	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}
	.main-navigation ul ul li {
/*		background-color: #fff;*/
		border-bottom-width: 0;
	}
	
	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		right: 0;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}
	.main-navigation .menu-item-has-children > a {
		margin: 0;
		
	}
	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		position: absolute;
	       right: 0.5em;
    top: 0.4em;
	}
.main-navigation  .menu-item-has-children  {
		padding-right: 15px;
	}
	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}
	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}
}
.main-navigation ul ul a {
    padding: 10px 5px;
     text-align: left;
	}
.search-toggle {
 
    cursor: pointer;
    float: right;
    height: 42px;
    text-align: center;
    width: 42px;
	
	background: #CBD3EB;
    border-radius: 50%;
}
.search-toggle:before {
    color: #1d355b;
    content: "\f002";
    font-size: 18px;
    margin-top: 8px;
	    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family:  FontAwesome;
    text-decoration: inherit;
    vertical-align: text-bottom;
}
.hide {display:none;}
/**
 * 7.0 - Accessibility
 */
/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}
/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}
.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: 'Montserrat', sans-serif;
}
.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}
.rev_slider h5 {
    font: italic 400 4rem/3.25rem "Playfair Display",serif,'times new roman';
    padding: 1rem 0;
	color:#fff;
}
.rev_slider p {
    font: 400 1rem/1.25rem  "Montserrat",sans-serif,arial;
}
a.btn-yellow {
    color: #232323 !important;
}
.btn-yellow {
    color: #232323 !important;
    background-color: #fce7b6;
    border-color: #fce7b6;
margin-top: 1.5rem!important;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;}
.fullwidthbanner-container {
    z-index: 100;
}
.make-reserv-wrap {
    position: relative;
    z-index: 0;
    min-height: 211px;
    background: url('images/bg-pattern.jpg') no-repeat 50% 50% #020f50;
    background-size: cover;
    margin-top: -28px;
    padding-top: 66px;
	    margin-bottom: -50px;
	
}
.make-reserv-wrap .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #020f50;
    opacity: .7;
    filter: alpha(opacity=70);
    transform: matrix(1,0,0,-1,0,0)
}
.make-reserv-wrap .content {
    position: relative
}
.text-center {
    text-align: center!important;
}
.make-reserv-wrap .content .h2 {
    color: #fff;
    font: 400 1.775rem/2rem "Montserrat",sans-serif,arial;
}
.make-reserv-right {
    background: #020f50;
    border-radius: 5px;
    padding: 1rem
}
.make-reserv-right .h2 {
    color: #fff;
    font: 400 1.375rem/2rem "Montserrat",sans-serif,arial;
}
.make-reserv-right .sands-form input,.make-reserv-right .sands-form select {
    font-size: .75rem
}
.make-reserv-right .sands-form .form-control {
    padding: .375rem .75rem .375rem .25rem
}
.sands-form {
    position: relative;
    z-index: 999;
    margin: 24px auto 10px;
	max-width:1140px;
	padding-bottom:30px;
	text-align: center;
}
.home-items .home-item.all-orange-1 {
    background: 0 0
}
.sands-form .col {
	display:inline-block;
	padding:0 10px;
}
.sands-form label {
	display: block;
	text-transform:uppercase;
	text-align: center;
	    font: 700 .875rem/1.75 "Montserrat",sans-serif,arial;
    color: #fff;
}
.sands-form .datapicker {
	width: 100%;	
	background-color: #fff;
}
.sands-form select {
	width: 100%;
	background-color: #fff;
		border: none;
		outline: none;
	color:#a53327;	
}
.sands-form select::-ms-expand {
	display: none;
}
.sands-form input[type="text"] {
	width: 100%;
	background-color: #fff;	
	border: none;
	outline: none;
}
.sands-form input[type='submit'], .bnt-submit input[type='button'], .bnt-submit button, .form-group button {
    font: 700 1rem/1.75 "Montserrat",sans-serif,arial;
    padding: 0 .5rem;
    height: 55px;
    box-shadow: 0 4px 22px rgba(0,0,0,.15);
    cursor: pointer;
    color: #fff;
    background-color: #a6382c;
    border-color: #a6382c;
}
.bnt-submit button, .form-group button  {
padding: 0 .9rem;
display: inline-block;
       text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
       border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
	
	.form-group button  {
	    width: 100%;
    margin-top: 10px;}
	
	.bnt-submit {display:inline-block;margin-left:20px;}
	
.home-items .img-lead {
    display: inline-block;
    *display: inline;
    *zoom:1;text-align: center;
    font: italic 400 1.5rem/2rem "Playfair Display",serif,'times new roman';
    color: #020f50;
    margin-top: -3rem;
    margin-bottom: 1rem;
    padding: 1rem 2rem;
    background: #fff;
    -webkit-box-shadow: 0px 4px 12px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 4px 12px rgba(0,0,0,.1);
    box-shadow: 0px 4px 12px rgba(0,0,0,.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.home-items .blue-header {
    font: 700 .9375rem "Montserrat",sans-serif,arial;
    color: #020f50;
    text-transform: uppercase;
    margin: 1rem 1.25rem
}
.home-items .red-header {
    font: 700 1.375rem "Montserrat",sans-serif,arial;
    color: #e36759;
    text-transform: uppercase;
    margin: 1rem 1.25rem
}
.home-items p {
    font-size: .875rem;
    margin: 1rem 1.25rem
}
.home-items .top-wrap {
    display: inline-block;
    *display: inline;
    *zoom:1;position: relative;
    margin-top: -1rem;
    margin-bottom: -1.375rem
}
.home-items .top-wrap .btn {
    margin-top: 1.375rem;
    -webkit-box-shadow: 0 4px 22px rgba(0,0,0,.25);
    -moz-box-shadow: 0 4px 22px rgba(0,0,0,.25);
    box-shadow: 0 4px 22px rgba(0,0,0,.25)
}
.home-items .all-orange-1 {
    margin-top: 2.125rem;    
    text-align: center;
    margin-bottom: 3.5rem;
    border: 1px solid #fce7b6;
    box-sizing: border-box;
    border-radius: 5px;
}
.home-items .all-orange-1 .btn {
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
	    width: 100%!important;
		margin: .75rem 0;
}
.home-items .img-padding {
    margin-top: -3.25rem
}
.home-items .box-shadow {
    display: inline-block;
    *display: inline;
    *zoom:1;box-shadow: 0 4px 22px rgba(0,0,0,.25);
    border-radius: 5px;
    margin: .75rem 0
}
	.bg-blue {
    background: #020f50 !important;
}
a.btn {color:#fff !important;}
.btn, input[type='submit'], a.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
background-color: #a6382c;
    border-color: #a6382c;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#purparch { opacity: .7 }
.hesperiden.tparrows {
    background: #fce7b6; }
	
	
	.orange {
    color: #fff;
    background-color: #ffcb0b !important;
    border-color: #ffcb0b !important;
}
.orange:hover {
    color: #fff;
    background-color: #f7a632 !important;
    border-color: #f7a632 !important;
}
.orange.focus,.orange:focus {
    box-shadow: 0 0 0 .2rem rgba(255,203,11,.6)
}
.blue {
    color: #fff;
    background-color: #020f50 !important;
    border-color: #020f50 !important;
}
.blue:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}
.blue.focus,.blue:focus {
    box-shadow: 0 0 0 .2rem rgba(2,15,80,.5)
}
.red-dark {
    color: #fff;
    background-color: #e36759;
    border-color: #e36759
}
.red-dark:hover {
    color: #fff;
    background-color: #df5141;
    border-color: #df5141
}
.red-dark.focus,.red-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(227,103,89,.6)
}
.inner-banner {
    text-align: center;
  }
.inner-banner img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: -70px;
    box-shadow: 0 8px 30px rgba(0,0,0,.65);
}
.pagelist .wc-shortcodes-one-third {
    margin-left: 1%;
    margin-right: 1%;
    width: 31%;
	text-align:center;
}
.bg-yellow {
    background: #fce7b6 !important;
	    padding: 20px 0;
}
.form-real-updates {
    z-index: -100;
    position: absolute;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 0;
    height: 0
}
.sing-up-label {
    color: #e36759;
    font: italic 400 1.75rem/2.3125 "Playfair Display",serif,'times new roman';
	    display: inline-block;
    float: left;
}
.footer-logo {padding-bottom:15px;}
.input-shadow {    display: inline-block;
    padding: 0 20px;}
	
	.soc-nets {float:right;padding-top:10px;}
	
	.soc-nets a {padding-left:30px;padding-top:10px;}
	
	.homeevents {
 /*   display: flex;  equal height of the children */
	    margin-bottom: 20px;
}
 .home-item {
    background: #fff;
    text-align: center;
    margin-bottom: 3.5rem;
margin: 0 1% 30px;
width:48%;
flex: 1; /* additionally, equal width */
}
.homeevents .blue-header {
    font: 500 .9375rem "Montserrat",sans-serif,arial;
    color: #020f50;
    text-transform: uppercase;
    margin: 1rem 1.25rem
}
.homeevents p {
    font-size: .875rem;
    margin: 1rem 1.25rem
}
.homeevents .btn-top-wrap {
    display: inline-block;
    *display: inline;
    *zoom:1;position: relative;
    margin-top: -1rem;
    margin-bottom: -1.375rem
}
.homeevents .btn-top-wrap .btn {
    margin-top: 1.375rem;
    -webkit-box-shadow: 0 4px 22px rgba(0,0,0,.25);
    -moz-box-shadow: 0 4px 22px rgba(0,0,0,.25);
    box-shadow: 0 4px 22px rgba(0,0,0,.25)
}
.casino-promotions article>h1,.casino-promotions .article>p {
    display: none
}
.casino-promotions  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.casino-promotions .post {
    display: block;
    margin: 3rem 0;
    width: 46%;
    border-top: 7px solid #ffcb0b;
    background: #fff;
    text-align: center
}
.casino-promotions  .post .visual {
    border: 0
}
.casino-promotions .post .visual img {
    width: 100%;
    height: auto
}
.casino-promotions .frame {
    padding: 0 2rem
}
.casino-promotions .frame h2 {
    margin-top: 1.25rem
}
.casino-promotions .frame .btn {
    margin: 1.25rem 0 -1.5rem;
	color: #fff;
    background-color: #e36759;
    border-color: #e36759;
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: .3rem;
    box-shadow: 0 4px 22px rgba(0,0,0,.25);
}
.post h2 {
    font: 400 1.375rem/2rem "Montserrat",sans-serif,arial;
    text-transform: uppercase;
    color: #e36759;
}
.input-group {    margin: 10px auto;}
.pagelist h2 {font: 400 1.375rem/2rem "Montserrat",sans-serif,arial;
    text-transform: uppercase;
    color: #e36759;}
	
.package  {
    margin: 3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.package .visual {
    /* border-top: 7px solid #ffcb0b; */
   
}
.package .visual img {display:block;  border: 5px solid #ffcb0b; min-width: 269px;}
.package .frame {
    padding-left: 1.5rem
}
.package h2 {
    font: 400 1.375rem/2rem "Montserrat",sans-serif,arial;
    text-transform: uppercase;
    color: #e36759
}
.package h3 {
    font: 400 1.25rem/2rem "Montserrat",sans-serif,arial;
    text-transform: uppercase;
    color: #020f50
}
.package h4 {
    font: 400 1.125rem/2rem "Montserrat",sans-serif,arial;
    text-transform: uppercase;
    color: #098081
}
.package p {
    font: 400 .875rem/1.375rem "Roboto",sans-serif,arial;
    margin: 0;
    color: #232323
}
.package .meta {
    display: block;
    font: italic 400 1.375rem/2rem "Playfair Display",serif,'times new roman';
    color: #189d9d
}
.package .frame .btn {
    margin-top: .5rem;
    margin-right: 1rem
}
.package .frame .btn {
    color: #fff;
    background-color: #a53327;
    border-color: #a53327;
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: .3rem;
    box-shadow: 0 4px 22px rgba(0,0,0,.25)
}
.package .frame .btn:hover {
    color: #fff;
    background-color: #df5141;
    border-color: #df5141
}
.package .frame .btn.focus,.package .frame .btn:focus {
    box-shadow: 0 0 0 .2rem rgba(227,103,89,.6)
}
.text-right {
    text-align: left;
}
@media (max-width: 910px) {
.main-navigation ul ul a {
    color: #fff;
}
}
.accommodations-nav {
    text-align: center
}
.accommodations-nav a {
    margin: 0 1rem
}
.accommodations-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.accommodations-list .tagged-single {
    margin: 2rem 0;
    width: 48%;
	position: relative;
	/*padding-bottom: 43px; 4/9/21 removed with btns - JW */
	/* postion book btns center bottom - 8.25.21 JW */
	display: flex;
	flex-direction: column;
}
.tagged-single .size-full {
    border-top: 7px solid #ffcb0b;
    height: auto;
	margin-bottom: 20px;
}
.tagged-single h3 {
    font: 400 1.375rem/2rem "Montserrat",sans-serif,arial;
    color: #e36759
}
.tagged-single ul {
    line-height: 1.5
}
.tagged-single .btn {
    color: #fff;
    background-color: #a6382c;
    border-color: #a6382c;
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: .3rem;
    box-shadow: 0 4px 22px rgba(0,0,0,.25);
	/* removed for styling fix 8.25.21 JW
	position: absolute;
	left: 0;
	bottom: 0;
	*/
	/* postion book btns center bottom - 8.25.21 JW */
	margin: auto auto 0;
}
.tagged-single.infobtn .btn{
	position: relative;
}
/* Accommodations Page Styling - Added 2/9/2021 -JH */
.infobtn{
	margin-top: 1.5em;
}
.calltxt{
	flex-basis: 100%;
	background: #fce7b6;
	padding: 2rem;
	border-radius: .5rem;
}
.calltxt .h1{
	font: italic 400 2rem/3rem "Playfair Display",serif,'times new roman'
}
.descbtn{
	float: right;
	margin: 0 1.375em;
}
@media (max-width: 780px) {
	.descbtn {
		margin: .125em 0 .5em .375em;
	}
}

/*
.accommodations-list .tagged-single.imgSlider{
	width: 100%;
}
.aspen-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.aspen-slider-wrap{
	width: 66%;
	margin-right: 4%;
	line-height: 0;
}
*/
.wrap-aspen-slider, .wrap-aspen-nav{
	width: 100%;
	height: 0;
	padding-top: 17.807%;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.wrap-aspen-slider{
	padding-top: 56.35%;
	border-top: 7px solid #ffcb0b;
}
.aspen-slider{
	transform: translateY(-100%);
	font-size: 0;
}
.single-slide {
	position: relative;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
}
.aspen-slider .chaos-modal-link:hover {
	cursor: zoom-in;
	cursor: url('images/zoom.png') 18 18,zoom-in;
}
.single-slide img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.aspen-slider-nav {
	transform: translateY(-100%);
	font-size: 0;
	padding: 0 5.7%;
}
.aspen-slider-nav button{
	/*width: 32px; */
	width: 5.7%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 30px;
	color: rgba(0, 0, 0, 0.7);
}
.aspen-slider-nav button:not([disabled]):hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: black;
}
.aspen-slider-nav button:focus {
  background-color: royalblue;
}
.aspen-slider-nav button:focus .slick-prev-icon,
.aspen-slider-nav button:focus .slick-next-icon {
  color: white !important;
}
.aspen-slider-nav button.slick-prev {
  left: 0;
}
.aspen-slider-nav button.slick-prev .slick-prev-icon {
  display: inline-block;
  color: black;
}
.aspen-slider-nav button.slick-next {
  right: 0;
}
.aspen-slider-nav button.slick-next .slick-next-icon {
  display: inline-block;
  color: black;
}
.aspen-slider-nav .thumbnail-button {
	display: block;
	/*width: 150px !important; */
	width: 90.37% !important;
	/*height: 100px; */
	height: 66%;
	/*margin: 0 8px; */
	margin: 0 5.33%;
	cursor: pointer;
	border: 0;
	background: none;
	background-color: rgba(0, 0, 0, 0.4);
	transition: opacity 0.1s linear;
}
.aspen-slider-nav .thumbnail-button:focus img, .aspen-slider-nav .thumbnail-button:hover img, .aspen-slider-nav .thumbnail-button[aria-current=true] img {
  opacity: 1;
  filter: grayscale(0);
}
.aspen-slider-nav .thumbnail-button:focus img {
  outline: 3px dashed white;
  outline-offset: -4px;
}
.aspen-slider-nav .thumbnail-button img {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	-o-object-fit: cover;
	object-fit: cover;
	filter: grayscale(0.6);
	transition: all 0.1s linear;
}
.tagged-single .room-description {
	font-size: 1.0625em;
	line-height: 1.25em;
	text-align: center;
	margin-bottom: 1.25rem
}
.tagged-single .room-info{
	/*
	display: flex;
	flex-direction: column;
	margin: 15px 0;
	*/
}
@media (max-width: 780px) {
	.aspen-slider-nav {
		padding: 0 8%;
	}
	.aspen-slider-nav button{
		width: 8%;
	}
	.aspen-slider-nav .thumbnail-button {
		margin: 0 4.563%;
	}
}

/* 10/10/21 -JW When Switched Comment out*/
.aspen-tower:nth-child(3){
	width: 100%;
}

/* Changes 4/7/21 - JW
.aspen-tower:nth-child(3) .btn{
	display: none;
}
*/
/* 10/10/21 -JW */
.aspen-tower:nth-child(3) ul{
	column-count: 2;
	column-gap: 140px;
	padding-top: .5em;
}
@media (max-width: 780px) {
	.aspen-tower:nth-child(3) ul{
	column-count: 1;
	column-gap: 0;
	}
}
.aspen-tower .mult-image img{
	width: 48%;
}
.mult-image{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* Changes 4/7/21 - JW
.aspen-tower:nth-child(4){
	flex-basis: 100%;
	background: #fce7b6;
	padding: 2rem;
	border-radius: .5rem;
}
@media (max-width: 780px) {
	.aspen-tower:nth-child(4){
		padding: 1rem;
	}
}
.aspen-tower:nth-child(4) div{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
@media (max-width: 780px){
	.aspen-tower:nth-child(4) div{
		flex-direction: column;
	}
}
.aspen-tower:nth-child(4) span{
	color: #020f50;
	font: italic 400 2rem/3rem "Playfair Display",serif,'times new roman';
	margin: 0;
	text-align: center; /*JW Temp 3.10.21 */ /*
}
.aspen-tower:nth-child(4) span ul{ /*JW Temp 3.10.21 */ /*
	font: 400 18px "Roboto",sans-serif,arial;
	text-align: left;
}
@media (max-width: 780px){
	.aspen-tower:nth-child(4) span{
		text-align: center;
		padding-bottom: .75rem;
	}		
}
.aspen-tower:nth-child(4) img,
.aspen-tower:nth-child(4) h3,
.aspen-tower:nth-child(4) .btn{
	display:none;
}
*/

/* GLOW PLAZA */
.page-template-glow-plaza #wrapper{
	background: rgb(11,20,59);
	background: linear-gradient(0deg, rgba(11,20,59,1) 0%, rgba(10,11,20,1) 100%);
	min-height: 100%;
}
.page-template-glow-plaza .container{
	max-width: 2000px;
	padding: 0 2%;
} 
.page-template-glow-plaza #home .main-container{
	max-width: 2000px;
	padding: 2%;
	position: relative;
}
.page-template-glow-plaza .tgpLogoBG{
	width: 100%;
	height: 100%;
	position: fixed;
	background-image: url('https://sandsregency.com/wp-content/themes/sands2020/images/GlowPlazaBG.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 96% 96%;
}
.page-template-glow-plaza .mtsnb {
	display: none !important;
}
.page-template-glow-plaza #masthead{
	background: none;
	position: relative;
}
.page-template-glow-plaza #masthead .container{
	position: absolute;
	left: 50%;
	width: 100%;
	height: 116%;
	margin-top: 2%;
	transform: translateX(-50%);
	z-index: 1;
	overflow: hidden;
}
.tgpLogo{
	width: 24%;
}
.tgpLogo img{
	max-width: 288px;
}
#footer .tgpLogo img{
	filter: invert(1);
}
#tgpVideo{
	-webkit-clip-path: url(#svgPath);
	clip-path: url(#svgPath);
	max-width: 2000px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.videoSVG{
	position: absolute;
	width: 0;
	height: 0;
}
.videoOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.TitleBoxWrap{
	width: 77%;
	position: absolute;
	right: -12%;
	bottom: 0%;
}
.TitleBox{
	position: relative;
	background-image: url('https://sandsregency.com/wp-content/themes/sands2020/images/TitleBox.svg');
	padding-top: 39.21525%;
}
.TitleText {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 4% 18.125% 7% 3%;
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.TitleText h1{
	font: 800 4vw/4.5vw "Montserrat",sans-serif,arial;
	color: #0a0b14;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	margin: 0;
}
.TitleText h2{
	font: italic 900 3.375vw/4vw "Playfair Display",serif,'times new roman';
	color: #0a0b14;
	margin: 0;
}
#tgpSlider {
	position: relative;
	max-width: 1600px;
	width: 92%;
	margin: 0 auto;
}
.slide-container {
	background: rgb(247,150,13);
	background: linear-gradient(145deg, rgba(247,150,13,1) 25%, rgba(233,62,38,1) 100%);
	padding: 0.75%;
	margin: 28% 0 14%;
}
.page-template-glow-plaza #home .wc-shortcodes-row{
	display: flex;
	/*align-items: flex-end; Disabled for off season - JW 2/1/22*/
}
.flex-container {
	display: flex;
	justify-content: space-between;
}
.flex-half {
	width: 48%;
}
.flex-column {
	flex-direction: column;
}
.flex-column div{
	margin: 1.8vw auto;
}
.flex-column div:first-child{
	margin-top: 0;
}
.flex-column div:last-child{
	margin-bottom: 0;
}
#tgpAbout{
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.98) 100%);
	padding: 1.8vw;
	border-radius: 1rem;
	font-size: 1.125rem;
	color: #fff;
}
#tgpFestivalGrounds{
	background: rgb(0,0,0);
	background: linear-gradient(-90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.98) 100%);
	padding: 1.8vw;
	border-radius: 1rem;
	font-size: 1.125rem;
	color: #fff;
}
#tgpAbout h2, #tgpAbout .h2, #tgpFestivalGrounds h2, #tgpFestivalGrounds .h2 {
	font: 800 2.25rem/2.5rem "Montserrat",sans-serif,arial;
	letter-spacing: -.0625rem;
	color: #f7960d;
	/*background: rgb(0,0,0)*/
}
#tgpAbout img.wp-post-image, #tgpFestivalGrounds img.attachment-full{
	margin-bottom: 1.45em;
}
#tgpEvents{
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.75) 100%);
	padding: 1.8vw;
	border-radius: 1rem;
	font-size: 1.125rem;
}
#tgpEvents.off-season {
	width: 80%;
	margin: 0 auto 4%;
	font-size: 1.625rem;
	text-align: center;
}
#tgpEvents.off-season h2, #tgpEvents.off-season .h2 {
	font-size: 3rem;
	line-height: 3rem;
}
#tgpEvents h2, #tgpEvents .h2 {
	/* Original line, temp change 2/2/22 per Dave	font: 800 2.25rem/2.5rem "Montserrat",sans-serif,arial; */
	font: 800 2.5rem/2.5rem "Montserrat",sans-serif,arial;
	letter-spacing: -.0625rem;
	color: #333;
	/* Temp changes below 2/2/22 per Dave */
	text-align: center;
	margin-top: .65em;
}
#tgpEvents span{
	font: 800 1.375rem/1.5rem "Montserrat",sans-serif,arial;
	letter-spacing: -.0625rem;
}
#tgpEvents span a{
	position: relative;
	float: right;
	font-size: 1rem;
	color: #000;
}
#tgpEvents span a::before {
	content: "+";
	background: rgb(247,150,13);
	background: linear-gradient(145deg, rgba(247,150,13,1) 25%, rgba(233,62,38,1) 100%); 
	font: normal bold 1.5rem/1.5rem "Roboto",sans-serif,arial;
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 1rem;
	text-align: center;
	position: absolute;
	top: 50%;
	left: -1.625rem;
	transform: translatey(-50%);
}
#tgpEvents p a{
	font-weight: bold;
	color: #000;
}
#tgpEvents p a:hover{
	color: #df5141;
}
.page-template-glow-plaza #footer{
	position: relative;
	background: rgb(11,20,59) !important;
	background: linear-gradient(0deg, rgba(11,20,59,1) 40%, rgba(11,20,59,0) 100%) !important;
	padding: 1.5% 0 0;
}
#tgpFootWrap{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin: 2% 0;
}
#tgpLeftFoot{
	display: flex;
}
#footer .tgpLogo{
	width: 192px;
	line-height: 0;
}
.SocIcons {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 1.5rem;
}
.SocIcons a {
	width: 100%;
	max-width: 48px;
	line-height: 0;
}
.LeftText{
	align-self: center;
	font-size: 1.125rem;
	background: linear-gradient(0deg, rgba(11,20,59,1) 40%, rgba(11,20,59,0) 100%) !important;
}

.LeftText a{
	text-decoration: underline;
	color: #fab308;
}
.LeftText a:hover{
	text-decoration: none;
}
#tgpRightFoot{
	display: flex;
	flex-direction: row-reverse;
	text-align: right;
	align-items: flex-end;
	margin-bottom: 0;
}
a.CorpLogo{
	line-height: 0;
	width: 3.75rem;
}
.RightText{
	margin-right: 1.5rem;
}
@media (max-width: 780px) {
	.SocIcons{
		margin: 0 .625rem;	
	}
	.LeftText{
		font-size: 1.125rem;
	}
	.page-template-glow-plaza #home .wc-shortcodes-row{
		flex-wrap: wrap;
	}
	.flex-container {
		flex-wrap: wrap;
	}
	.flex-half {
		width: 100%;
		margin: 1.8vw auto;
	}
	.TitleBoxWrap{
		width: 86.25%;
	}
	.TitleText h1{
		font-size: 4.5vw;
		line-height: 5vw;
	}
	.TitleText h2{
		font-size: 3.875vw;
		line-height: 4.5vw;
	}
}
@media (min-width: 2000px) {
	.TitleText h1{
		font-size: 82px;
		line-height: 96px;
	}
	.TitleText h2{
		font-size: 68px;
		line-height: 80px;
	}
}
/* Contruction Page */
.page-template-constrution .mtsnb {
    display: none !important;
}
.page-template-constrution {
	font-size:30px;
	color:#fff;
	font:400 2rem/2.5rem 'Open Sans', sans-serif;
}
.page-template-constrution .page-holder #wrapper{
	background:#33121d;
}
.page-template-constrution .breakline{
	background:url(images/break-line.jpg) top center repeat-x !important;
	width:100%;
	height:6px;
}
.page-template-constrution .container{
	max-width: 2000px;
	
} 
.page-template-constrution .bggrad{
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.613865614605217) 0%, rgba(0,0,0,0) 100%);
}
.page-template-constrution #pagehead{
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.613865614605217) 100%);
	text-align:center;
	color:#fff;
	width:100%;
	height:auto;
	padding-bottom:60px;
}
.page-template-constrution .topLogo{
	padding:40px 0 77px 0;
}

.page-template-constrution h1{
	color:#fff;
	font-size:57px;
	font:400 57px/75px 'Alata', sans-serif;
	width:94%;
	margin:3%;
	text-transform:uppercase;
}
.page-template-constrution h2{
	color:#fff;
	font-size:48px;
	padding:80px 0 60px 0px;
	font:400 48px/52px 'Alata', sans-serif;
	margin:0 0 0 0;
}
.page-template-constrution .ext_head h2{
	text-align:right;
	padding:80px 0px 60px 0;
}
.page-template-constrution .interior_section, .page-template-constrution .exterior_section, .page-template-constrution .tower_section{
	display:flex;
	flex-direction:column;
	padding-bottom:100px;
}
.page-template-constrution .interflex, .page-template-constrution .exterflex, .page-template-constrution .towerflex{
	display: flex;
	flex-direction: row;
}
.page-template-constrution .inter_cont, .page-template-constrution .ext_cont, .page-template-constrution .tower_cont{
	width:40%;
	display: flex;
	justify-content: center;
	align-self: center;
}
.page-template-constrution .inter_cont p, .page-template-constrution .tower_cont p{
	padding-right:25px;
	line-height:45px;
	width:95%
}
 .page-template-constrution .ext_cont p{
	 padding-left:25px;
	 width:95%;
 }
.page-template-constrution .inter_slider, .page-template-constrution .ext_slider, .page-template-constrution .tower_slider{
	width:60%;
	display:flex;
	align-items: center;
}
.page-template-constrution rs-module {
    overflow: visible;
}
.page-template-constrution rs-arrow {
    bottom: -100px !important;
    top: auto !important;
}
.page-template-constrution rs-bullets{
    bottom: -80px !important;
    top: auto !important;
}
.page-template-constrution #footer{
	background:#17080d !important;
}

#footerflex{
	display:flex;
	padding-bottom:35px;
}
#footerflex p{
	display:flex;
	align-items: center;
	padding-left:33px;
}
@media (max-width: 1100px) {
	.page-template-constrution .topLogo{
		padding:40px 0 20px 0;
	}
	.page-template-constrution #pagehead{
		padding-bottom:20px;
	}
	.page-template-constrution .inter_head h2, .page-template-constrution .ext_head h2, .page-template-constrution .tower_head h2{
		text-align:center;
		padding:25px 0 25px 0;
	}
	.page-template-constrution .interflex, .page-template-constrution .towerflex{
		flex-direction: column;
	}
	.page-template-constrution .exterflex{
		flex-direction: column-reverse;
	}
	.page-template-constrution .inter_cont, .page-template-constrution .ext_cont, .page-template-constrution .tower_cont{
		width:100%;
		text-align:center;
	}
	.page-template-constrution .inter_cont p, .page-template-constrution .ext_cont p ,.page-template-constrution .tower_cont p{
		width:98%;
		padding:0 0 0 0;
	}
	.page-template-constrution .inter_slider, .page-template-constrution .ext_slider, .page-template-constrution .tower_slider {
		width:100%;
	}
}
@media (max-width: 780px) {
	.page-template-constrution .topLogo img{
		width:75%;
	}
	.page-template-constrution .topLogo{
		padding:40px 0 20px 0;
	}
	.page-template-constrution #pagehead{
		padding-bottom:20px;
	}
	.page-template-constrution h1{

		font-size:40px;
		line-height:45px;
	}
	.page-template-constrution .inter_head h2, .page-template-constrution .ext_head h2, .page-template-constrution .tower_head h2{
		text-align:center;
		padding:25px 0 25px 0;
		font-size:32px;
		line-height:42px;
	}
	.page-template-constrution .interflex, .page-template-constrution .towerflex{
		flex-direction: column;
	}
	.page-template-constrution .exterflex{
		flex-direction: column-reverse;
	}
	.page-template-constrution .inter_cont, .page-template-constrution .ext_cont, .page-template-constrution .tower_cont{
		width:100%;
		text-align:center;
	}
	.page-template-constrution .inter_cont p, .page-template-constrution .ext_cont p ,.page-template-constrution .tower_cont p{
		width:98%;
		font-size:22px;
		line-height:28px;
		padding:0 0 0 0;
	}
	.page-template-constrution .inter_slider, .page-template-constrution .ext_slider, .page-template-constrution .tower_slider {
		width:100%;
	}
}
/* Aspen Tower Landing Page Styling */
/* Notice Banner Style Overrides */
.page-template-aspen-landing .mtsnb,
.page-template-aspen-landing .mtsnb-hide{
	background-color: #ab171f !important;
}
.page-template-aspen-landing .mtsnb-button{
	background-color: #000 !important;
}
.page-template-aspen-landing #masthead{
	border-top: 6px solid black;
}

/* Header Style Overrides */
.page-template-aspen-landing #masthead{
	background: #dba510;
	padding-top: 25px;
}

.page-template-aspen-landing #masthead p{
	font: italic 400 28px/32px "Playfair Display",serif,'times new roman';

	padding-top: 25px;
}
.page-template-aspen-landing #masthead .logo-box{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px auto;
	width: 100%;
}
.page-template-aspen-landing #masthead .aspen-logo{
	width: 460px;
	margin-right: 3%;
}
.page-template-aspen-landing #masthead .sands-logo{
	width: 400px;
}
@media (max-width: 780px) {
	.page-template-aspen-landing #masthead .sands-logo{
	}
}

/* Revolution Slider Style Overrides */
.page-template-aspen-landing .bg-blue{
	background: #dba510 !important;
}
.page-template-aspen-landing #rev_slider_9_1_wrapper{
	box-shadow: 0px 8px 10px rgba(0,0,0,0.7);
}

/* Content Area Style Overrides */
.page-template-aspen-landing #home{
	margin-top: -40px;
	background: white;
}
.page-template-aspen-landing #home .main-container{
	padding: 100px 15px 0;
}
@media (max-width: 780px) {
	.page-template-aspen-landing #home .main-container{
		padding: 80px 15px 0;
	}
}
.page-template-aspen-landing #home h1{
	color: #232323;
	font:normal bold 2.125rem/3.375rem Tahoma,Verdana,Segoe,sans-serif;
	margin-bottom: 1.5em;
}
.page-template-aspen-landing #home h2{
	font: normal bold 1.625em/2em Tahoma,Verdana,Segoe,sans-serif;
	color: #232323;
	margin: 0 0 1.45em;
}
@media (max-width: 780px) {
	.page-template-aspen-landing #home h1{
	    font-size: 1.25rem;
		line-height: 1.75rem;
		margin-bottom: .5em;
	}
}
.page-template-aspen-landing #home p,
.page-template-aspen-landing #home a,
.page-template-aspen-landing #home ul{
	font: normal bold 1.625em/2em Tahoma,Verdana,Segoe,sans-serif;
	color: #232323;
	/*margin: 0px; -JW*/
}
.page-template-aspen-landing #home ul{
	margin-top: -1.45em;
	/*padding: 0px 24px 375px 0px; -JW */
} 
@media (max-width: 780px) {
	.page-template-aspen-landing #home p,
	.page-template-aspen-landing #home a,
	.page-template-aspen-landing #home ul{
		font-size: 1em;
		line-height: 1.5em;
	}
}
/*@media (max-width: 780px) {
	.page-template-aspen-landing #home ul{
		line-height: 18px;
		padding-bottom: 15px;
	}
} -JW*/
.page-template-aspen-landing #home img{
	/*width: 600px;
	float: right;
	margin: 5px auto; -JW */
	padding-bottom: 20px;
	width: 50%; /* JW */
}
/*.page-template-aspen-landing #home a{
	text-decoration: none;
}*/
.page-template-aspen-landing #home .booking-box{
	/*margin-bottom: -25px;
	padding: .5% 25px; -JW */
	clear: both; /* JW */
	text-align: center;
}
.booking-box .wc-shortcodes-accordion{
	position: relative;
	display: inline-block;
	text-align: left;
	margin: -1em 0 0 0;
}
.booking-box .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger{
	border: none;
}
.page-template-aspen-landing #home .booking-box .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger a{
	background-color: #ab171f;
	border-color: #ab171f;
	font-size: 1.125rem;
	line-height: 1.5;
	border-radius: .3rem;
	box-shadow: 0 4px 22px rgba(0,0,0,.25);
	color: #fff;
	display: inline-block;
}
.booking-box .wc-shortcodes-accordion .wc-shortcodes-accordion-content-wrapper{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 100;
}
.booking-box .wc-shortcodes-accordion .wc-shortcodes-accordion-content{
	padding: .5rem 1rem;
	border: none;
	background: #fff;
}
.page-template-aspen-landing #home .booking-box .wc-shortcodes-accordion .wc-shortcodes-accordion-content a{
	font-size: 1.125rem;
}
.page-template-aspen-landing #home .booking-box .wc-shortcodes-accordion .wc-shortcodes-accordion-content a:hover{
	color: #ab171f;
}
@media (max-width: 780px) {
	.page-template-aspen-landing .mobile-hide{
		display: none;
		margin: 0px;
	}
}
.page-template-aspen-landing #home a.btn{
	background-color: #ab171f;
	border-color: #ab171f;
	padding: .5rem 1rem;
	font-size: 1.125rem;
	line-height: 1.5;
	border-radius: .3rem;
	box-shadow: 0 4px 22px rgba(0,0,0,.25);
	margin-top: 1em;
}

/* Footer Style Overrides */
.page-template-aspen-landing #footer{
	background: #000 !important;
	padding-top: 2px;
}
/* End of Aspen Tower Styling */

.tagged-single .btn:hover {
    color: #fff;
    background-color: #df5141;
    border-color: #df5141
}
.tagged-single .btn.focus,.tagged-single .btn:focus {
    box-shadow: 0 0 0 .2rem rgba(227,103,89,.6)
}
 h2.article, article h2, .article h2 {
    font: 400 1.375rem/2rem "Montserrat",sans-serif,arial;
    text-transform: uppercase;
    color: #a53327;
}
 h3.article, article h3, .article h3 {
    font: 400 1.25rem/2rem "Montserrat",sans-serif,arial;
    text-transform: uppercase;
    color: #020f50;
}
.gaming {
    background: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,.1);
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 1rem;
	margin-bottom: 3rem!important;
}
.gaming .gaming-img {
    width: 34%;
    margin-left: 1rem;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg)
}
.gaming .gaming-img img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 2px 4px 12px rgba(0,0,0,.25);
    box-shadow: 2px 4px 12px rgba(0,0,0,.25)
}
.gaming .gaming-wrap {
    width: 60%;
    font: 400 .875rem/1.375rem "Roboto",sans-serif,arial
}
.gaming .gaming-wrap h2 {
    font: 400 1.375rem/2rem "Montserrat",sans-serif,arial;
    margin-top: 1.5rem;
    color: #020f50
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.right-side-nav ul {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 22px rgba(0,0,0,.25);
    padding: 1rem 0;
	list-style:none;
}
.right-side-nav ul a {
    position: relative;
    font: 400 .875rem/1.5 "Montserrat",sans-serif,arial;
    color: #020f50;
    text-transform: uppercase;
    padding-left: 48px
}
.right-side-nav ul li.active a,.right-side-nav ul a:hover {
    color: #f7a632
}
.right-side-nav ul a:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 14px;
    left: 0;
    top: 50%;
    margin-top: -7px;
    background: url('images/triangle.png') no-repeat 50% 0
}
.right-side-nav .right-item {
    margin: 1rem 0
}
.right-side-nav ul a.glink:hover {
    text-decoration: none
}
.right-side-nav ul a.glink span {
    font: 400 .875rem/1.5 "Montserrat",sans-serif,arial
}
.right-side-nav ul li {
    display: block;
    padding: .5rem 1rem;
}
a.glink {    padding: 0 0 0 10px;}
@media (max-width: 780px) {
	body .wc-shortcodes-one-half,
	body .wc-shortcodes-one-third,
	body .wc-shortcodes-two-third,
	body .wc-shortcodes-three-fourth,
	body .wc-shortcodes-one-fourth,
	body .wc-shortcodes-one-fifth,
	body .wc-shortcodes-two-fifth,
	body .wc-shortcodes-three-fifth,
	body .wc-shortcodes-four-fifth,
	body .wc-shortcodes-one-sixth,
	body .wc-shortcodes-five-sixth, .pagelist .wc-shortcodes-one-third {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}
	
	.soc-nets {
    	float: left;}
	
	.accommodations-list .tagged-single{
		width: 100%;
	}
	.accommodations-list .mult-image img{
    	width: 97.5%;
		margin-bottom: 5%;
	}
	.main-container {
    	padding: 95px 25px 25px;
	}
}
/*calendar */
div.em-calendar .month-nav {
    position: relative;
    height: 50px;
    padding: 0;
    vertical-align: middle;
    font: 34px/50px "Montserrat",sans-serif,arial;
    color: #007178;
    text-transform: uppercase;
    border: none;
    text-align: center;
}
div.em-calendar .month-nav a {
    font-size: 20px;
    color: #007178;
    text-decoration: none;
    margin: 0 12px;
}
table.em-calendar {
    width: 100%;
    border: 12px solid #e1e1e1;
    border-top: 0;
}
table.em-calendar tr.days-names td {
    background-color: #e1e1e1;
    height: 30px;
    font: bold 15px/30px "Montserrat",sans-serif,arial;
    color: #252525;
    text-align: center;
}
table.em-calendar td {
    position: relative;
    vertical-align: top;
    width: 14%;
     padding: 4px;
    text-align:right;
    border: 1px solid #e1e1e1;
}
table.em-calendar td.eventless-pre, table.em-calendar td.eventless-post, table.em-calendar td.eventful-pre, table.em-calendar td.eventful-post {
    background: #fff;
    opacity: .9;
}
table.em-calendar td.eventful-pre a, table.em-calendar td.eventful-post a, table.em-calendar td.eventless-pre, .em-calendar td.eventless-post{
	color:#a53327;
	
}
table.em-calendar td.eventful a {
	color:#a53327 !important;
}
table.em-calendar td.eventful-today a{
	color:#84281f !important;
}
table.em-calendar td .date {
 
    font-size: 15px;
    color: #252525;
}
table.em-calendar td ul {
    text-align: left;
    padding-left: 0;
}
table.em-calendar td ul li {
    background: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
table.em-calendar td ul li a {
    padding-bottom:10px;
 text-decoration: none;
    line-height: 75px;
}
table.em-calendar td ul li a img {
    vertical-align: middle;
	    padding: 5px 0;
}

/* home slider */
.homeevents .wrap {
	/*max-width: 1200px;*/
}
#home .main-container { padding: 75px 15px 25px; }
.events-carousel  {
	position: relative;
	padding: 19px 27px 21px;
}
.events-carousel .holder   {
	overflow: hidden;
    max-width:1240px;
}
.events-carousel .frame {
	margin: 0;
	overflow: hidden;
}
.events-carousel .mask {
	position: relative;
	overflow: hidden;
	height: auto !important;
	width: 100%;
	float: left;
}
.events-carousel .slideset {
	width: 100% !important;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
}
.events-carousel .slide {
	font-size: 15px;
	line-height: 1.2;
	width: 33.3333% !important;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	white-space: normal;
}
.events-carousel .slide a  {
	display: block;
	color: #fff;
}
.events-carousel .slide-holder {
	display: block;
	margin: 0 0 15px;
	position: relative;
}
.events-carousel img  {
	max-width: none;
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: opacity .15s linear;
	transform: translate3d(0, 0, 0);
	transition: opacity .15s linear;
	border: 2px solid #ffcb0b;
}
.events-carousel .details {
	display: table;
	width: 100%;
}
.events-carousel .btn-prev,
.events-carousel .btn-next{
	position: absolute;
	top: 50%;
	transform: matrix(1, 0, 0, 1, -20, -20);
	left: 0px;
	width: 40px;
	height: 40px;
	display: block;
	z-index: 100;
	border-radius: 50%;
	font-size: 16px;
	line-height:40px;
	color: #000;
	background: #fce7b6;
	text-align: center;
}


.events-carousel .fa-2x {
    font-size: 1.6em;
    margin-left: -3px;
    line-height: inherit;
}
.events-carousel .btn-next{
	top: 50%;
    transform: matrix(1, 0, 0, 1, -20, -20);
    left: 100%;
}
.homeevents h3 {
    font: 400 1.125rem/1.5rem "Montserrat",sans-serif,arial;
    text-transform: uppercase;
    color: #BD4133;
    margin-bottom: 3px;
    margin-top:5px;
}
.homeevents p {
    color:#000 !important;
    font-size:18px;
    font-weight:bold;
	text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
	.events-carousel{
		padding: 19px 36px 21px;
	}
	.events-carousel .frame {
		margin: 0 -10px;
	}
	.events-carousel .slide {
		padding: 0 10px;
	}
}
@media only screen and (max-width: 767px) {
	.events-carousel {
		padding: 15px 0 10px;
	}
	.events-carousel .frame {
		margin: 0 10px;
	}
	.events-carousel .slide { /*Emily added for mobile css apr 2016*/
		width: 100% !important;
		padding: 0 15px;
	}
	.events-carousel .details {
		max-width: 590px;
	}
	#home .main-container {
		padding: 75px 25px 25px;
	}	
	.package {
		display: block;
	}  
	.package .frame {
		padding-left: 0;
		width: 100%;
	}
	.package h2 {
		margin-top: 10px;
	}
}
	.bingo {
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
	margin-bottom: 30px;
}
.bingocol {
	width: 16%;
	padding: 10px;
	text-align:center;
	border: 1px solid #fce7b6;
}
.numbs {margin-bottom: 15px;
    border-bottom: 1px solid #fce7b6;
    padding-bottom: 20px;}
.navy {color:#020f50 !important;}
.bingo h4 {
	color:#232323 !important;
	margin: 0 0 10px;
	font: 400 1.25rem/2rem "Montserrat",sans-serif,arial;
    text-transform: uppercase;
    color: #020f50;
}
.bingocol h3{
	
}
.bingo h3 { margin: 0 0 10px;
	font: italic 400 1.5rem/3rem "Playfair Display",serif,'times new roman';
    line-height: 1.2;}
@media only screen and (max-width: 680px) {
	.bingocol {
		width:60%;
		display:block;
		margin-bottom:10px;
	}
}
.tp-caption  {
	max-height: 1000px !important;
}
#win-loss-form ul {list-style:none;padding-left:0;}
#win-loss-form li {
    background: none;
    padding-left: 0;
    list-style: none;
    margin: 14px 0 0;
}
#win-loss-form label {
    display: inline-block;
    width: 85px;
    vertical-align: middle;
}
.select-style {
    border: 1px solid #f3e4b5;
    width: 95px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
select-style select {
    padding: 4px 44% 4px 8px;
    margin: 0;
    width: 120%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
#win-loss-form input[type='text'] {
    margin: 0;
    font-size: 18px;
    width: 222px;
    border: 1px solid #f3e4b5;
	display: inline-block;
}
.tac {
    text-align: center;
}
#win-loss-submit {
    display: inline-block;
    background: #f5cf5a;
    background: -moz-linear-gradient(top, #f5cf5a 15%, #d5ab35 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#f5cf5a), color-stop(100%,#d5ab35));
    background: -webkit-linear-gradient(top, #f5cf5a 15%,#d5ab35 100%);
    background: -o-linear-gradient(top, #f5cf5a 15%,#d5ab35 100%);
    background: -ms-linear-gradient(top, #f5cf5a 15%,#d5ab35 100%);
    background: linear-gradient(to bottom, #f5cf5a 15%,#d5ab35 100%);
    padding: 0 24px;
    height: 34px;
    color: #252525 !important;
    font-style: italic;
    text-decoration: none;
    border-radius: 5px;
    border: 0 none;
}
#win-loss-box {
    box-sizing: border-box;
	border: 1px solid #f3e4b5;
    padding: 18px;
	max-width:500px;
}
@media only screen and (max-width: 600px) {
	.accommodations-nav a {
		margin: .5rem 1rem;
	}
	h1, .h1 {
		font-size: 26px;
	}
}
@media only screen and (max-width: 520px) {
	.d-flex {
		display: block !important;
		padding: 10px;
	}
	.gaming .gaming-img {
		width: 100%;
		margin-left: 0;
		-webkit-transform: rotate(-4deg);
		-ms-transform: rotate(-4deg);
		transform: none;
	}
	.gaming .gaming-wrap {
		width: 100%;
	}
	#tgpEvents.off-season h2, #tgpEvents.off-season .h2{
		font-size: 2.5rem;
	}
	#tgpEvents.off-season{
		font-size: 1.5rem;
	}
}
.desktop-only { display:block;}
.mobile-only {display:none;}
@media only screen and (max-width: 600px) {
	.desktop-only {display:none;}
	.mobile-only  { display:block;}
}
/*---jQuery Tabs---*/
#tabs.ui-widget {
	font-family: unset;
}
#tabs,#tabs .ui-tabs-nav {
	border: none;
	border-radius: 0;
	background: none;
}
#tabs .ui-tabs-nav {
	padding: 0 2px;
}
#tabs .ui-tabs-nav li {
	background: #c75043;
	white-space: nowrap;
	border: none;
	border-radius: 0;
	float: left;
}
#tabs .ui-tabs-nav .ui-tabs-anchor {
	display: inline-block;
	padding: .375rem .75rem;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	color:#fff;
}
#tabs .ui-tabs-nav .ui-tabs-anchor:focus {
	outline: none;
}
#tabs .ui-tabs-nav .ui-tabs-anchor .tab-select{
	display:none;
}
#tabs .ui-tabs-nav li.ui-state-hover{
	background:#b93f31;
}
#tabs .ui-tabs-nav li.ui-tabs-active {
	background: #a53327;
}
#tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{
	cursor:default;
	padding: .375rem .75rem;
}

/*----- Open Menu -----*/
#om_menu #stk, #om_menu #stk + small{
	display:none;
}
#om_menu{
	background:none;
	padding:16px 20px;
	font-size:14px;
	line-height:20px;
}
#om_menu dl{
	background:none;
	position:relative;
	margin: 0 0 16px;
	padding-top: 20px;
	border-bottom: 1px dotted #cbc7b7;
}
#om_menu dt{
	background: none;
	position: absolute;
	top: 0;
	padding: 0;
	float: none;
	font-size: 14px;
	font-weight: bold;
	color: #111;
}
#om_menu dd.price{
	background: none;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0;
	float: none;
	font-size: 14px;
	color: #111;
}
#om_menu dd.description{
	width:80%;
	padding: 0;
	float: none;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #111;
}
#om_menu dd.item_options{
	font-size: 14px;
}
#om_menu dd.sizes{
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	font-size: 14px;
}
#om_menu dd.sizes span {
	padding:0 0 0 15px;
}
#om_menu .sm_norm {
	font-size: 14px;
	font-weight: normal;
	font-style:italic;
	color:#111;
	text-transform: none;
}
#om_menu .menu_name{
	display: none;
}
#om_menu .menu_name .sm_norm{
	font-size:14px;
	line-height:20px;
	font-style:italic;
	color:#000;
}
#om_menu .menu_content{
	padding:0;
	margin:0;
}
#om_menu .menu_content h2{
	padding:12px 0 6px;
	font-weight:bold;
	color: #b93f31;
	font-size: 18px;
	line-height: 22px;
	text-transform:uppercase;
}
#om_menu .group_note{
	margin: 0 0 8px;
	font-size: 14px;
}
#om_menu .goptions{
	font-size: 14px;
}

/*-- Mobile jQuery Tabs + OpenMenu --*/
@media only screen and (max-width: 720px) {
	#tabs .ui-tabs-nav{
		padding:0;
	}
	#tabs .ui-tabs-nav li{
		display:block;
		float:none;
		border: 1px solid #a53327;
		border-bottom:0 none;
	}
	#tabs .ui-tabs-nav .ui-tabs-anchor{
		display: block;
		float:none;
		text-align: center;
	}
	#tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor .tab-select{
		display:none;
	}
	#om_menu{
		padding:10px 3%;
	}
	#om_menu dl{
		padding-bottom:20px;
	}
	#om_menu dd.description {
		width: initial;
	}
}