/*!
 Theme Name: El Cortez Hotel & Casino
 Theme URI: http://underscores.me/
 Author: Sunny Wanser for BRAINTRUST
 Author URI: https://braintrustagency.com
 Description: Description
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: btmcelcortez
 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 with others.
 El Cortez Hotel & Casino is based on Underscores https://underscores.me/, (C) 2012-2017 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:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
/* @include transition(all,0.5s,ease-out); */
/*
 * Breakpoints
 */
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* 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;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #e1282b;
  font-family: "oswald", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.intro-container {
  padding: 60px 0;
  text-align: center;
}
.intro-container.interior {
  padding: 36px 0 20px 0;
}
.small-intro {
  font-family: "oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  margin: 0;
  text-transform: uppercase;
}
.large-intro {
  font-size: 48px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .large-intro {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .large-intro {
    font-size: 24px;
  }
}
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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
html,
body {
	overflow-x: hidden;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 1.5em;
}
@media screen and (max-width: 640px) {
  ul, ol {
    padding-left: 0;
  }
}
ul {
  list-style: none;
}
ul li {
  text-indent: -10px;
}
ul li:before {
  background-color: #ea3639;
  content: '';
  border-radius: 2.5px;
  -webkit-border-radius: 2.5px;
  display: inline-block;
  height: 5px;
  margin-top: 10px;
  margin-right: 5px;
  vertical-align: top;
  width: 5px;
}
ul.two-column {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
}
ul.two-column li {
  margin-bottom: 8px;
}
@media screen and (max-width: 800px) {
  ul.two-column {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
  }
}
.menu li, .site-footer li {
  text-indent: 0;
}
.menu li:before, .site-footer li:before {
  display: none !important;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
 # 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, .8);
  font-size: 12px;
  font-size: 0.75rem;
  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, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, 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: 0;
  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%;
}
.gform_wrapper {
  margin: 0 auto !important;
  width: 600px;
}
.gform_wrapper label.gfield_label {
  font-family: "oswald", sans-serif;
  font-size: 14px !important;
  font-weight: normal !important;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.gform_wrapper .gform_button {
  background: #e1282b;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 4px;
  padding: 7px 20px;
}
.gform_wrapper ul li:before {
	display: none;
}
.gform_wrapper .gform_button:hover {
  background: #231f20;
  color: #fff;
}
.site-content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
.gform_wrapper .field_description_below .gfield_description {
  font-weight: 300;
  padding-top: 0 !important;
}
.gform_wrapper .gfield_time_hour i {
  margin-top: 0 !important;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 100% !important;
}
.gform_wrapper li {
  text-indent: 0 !important;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
  margin: 0 !important;
}
.gform_wrapper, .gform_confirmation_wrapper {
  background: #f9f9f9;
  padding: 20px;
}
.gform_confirmation_wrapper {
  margin: 0 auto !important;
  width: 600px;
}
.gform_confirmation_wrapper h2 {
  margin-top: 0;
}
.gform_wrapper .gsection {
  margin: 36px 0 0 0 !important;
}
.gform_wrapper .gsection:first-child {
  margin-top: 0 !important;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
  font-weight: 500 !important;
}
.gform_wrapper h2.gsection_title {
  color: #da2629 !important;
}
#main .gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 36px !important;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover, a:focus, a:active {
  color: #231f20;
}
a:focus {
  outline: 1px dotted #ea3639;
}
a:hover, a:active {
  outline: 0;
}
.more, .more:visited {
  border-bottom: 2px solid #ea3639;
  color: #231f20;
  display: inline-block;
  font-family: "oswald", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.more:hover, .more:focus, .more:active {
  color: #ea3639;
}
.button, .button:visited,
input[type="button"] {
  background: #e1282b;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: "oswald", sans-serif;
  font-size: 14px;
  letter-spacing: 4px;
  padding: 7px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover, .button:focus, .button:active, input[type="button"]:hover {
  background: #231f20;
  color: #fff;
}
.entry-content .button, .entry-content .button:visited, .top-level-promo-container .button, .top-level-promo-container .button:visited {
  margin-bottom: 16px;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.site-header.black-tint .inner:after, 
.site-header.black-tint-flyout .inner:after {
  background: rgba(35, 31, 32, 0.78);
  content: "";
  height: 460px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .site-header.black-tint .inner:after, .site-header.black-tint-flyout .inner:after {
    display: none !important;
  }
}
.site-header.black-tint.no-black-tint .inner:after, .site-header.black-tint-flyout.no-black-tint .inner:after {
  display: none !important;
}
.site-branding {
  display: inline-block;
  margin-right: -4.5px;
  padding: 30px 10px 30px 0;
  vertical-align: middle;
}
.site-branding img {
  width: 175px;
}
.site-branding .white-logo {
  display: block;
}
.site-branding .color-logo {
  display: none;
}
.site-branding.invert .white-logo {
  display: none;
}
.site-branding.invert .color-logo {
  display: block;
}
.main-navigation {
  display: inline-block;
  font-family: "oswald", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  margin-right: -4.5px;
  text-align: right;
  text-transform: uppercase;
  vertical-align: middle;
  width: calc(100% - 185px);
}
@media screen and (max-width: 1024px) {
  .main-navigation {
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) {
  .main-navigation {
    font-size: 14px;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: none;
  float: left;
  padding-bottom: 40px;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  text-align: left;
}
.main-navigation ul ul li {
  padding: 8px 0;
}
.main-navigation ul ul a {
  border-bottom: 0;
  padding-bottom: 0;
  width: 200px;
}
.main-navigation ul ul :hover > a, .main-navigation ul ul .focus > a {
  border-bottom: 0;
  color: #ea3639;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  display: inline-block;
  margin-right: -4.5px;
  padding: 5px 15px 5px 15px;
  position: relative;
  vertical-align: middle;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  border-bottom: 1px solid #ea3639;
}
.main-navigation li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .main-navigation li {
    margin-right: 0;
    padding: 6px;
  }
}
.main-navigation a {
  border-bottom: 1px solid transparent;
  color: #fff;
  display: block;
  margin-top: 2px;
  padding-bottom: 3px;
  text-decoration: none;
}
.menu-shop-button {
    padding-right: 30px !important;
}
.menu-shop-button:hover a {
	border-color: #ffffff !important;
}
.menu-shop-button a {
	border: 1px solid #ffffff;
	margin-top: 0;
	padding: 12px;
}
.menu-shop-button a:hover {
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #000000;
}
.menu-book-now-button {
  background: #e1282b;
  line-height: 1.2;
  padding: 7px 5px 3px 5px !important;
  text-align: center;
  width: 110px;
}
.menu-book-now-button a {
  margin-top: 0;	
}
.menu-book-now-button:hover {
  background: #000000;
  color: #ffffff;
}
.menu-book-now-button:hover a {
	border-bottom: 0 !important;
}
.menu-book-now-button a:focus {
	border: 1px dashed black;
}
.main-navigation li.hidden-menu-item {
	display: none;
}
@media screen and (max-width: 1024px) {
	.menu-shop-button {
	    padding-right: 10px !important;
	}
}
@media screen and (max-width: 899px) {
  .menu-book-now-button {
    background: transparent !important;
    margin-top: 20px;
    text-align: center;
    width: auto;
  }
  .menu-book-now-button a, 
  .menu-book-now-button a:visited, 
  .menu-book-now-button a:focus, 
  .menu-book-now-button a:active, 
  .menu-book-now-button a:hover {
    background: #ea3639 !important;
    border-left: 0 !important;
    color: #fff !important;
    display: inline-block !important;
    padding: 10px 30px !important;
  }
  .menu-shop-button a {
		padding: 10px;
  }
  .menu-shop-button a:hover {
	border-left: 4px solid #ea3639 !important;
	}
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 900px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
@media screen and (max-width: 900px) {
	#mobile-menu {
		padding-bottom: 135px;
	}
}
body.menu-is-open {
  position: fixed;
  left: 0;
  right: 0;
}
.hamburger {
  padding-top: 0;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  background-color: #fff;
  border-radius: 0;
}
.is-active .hamburger-inner, .is-active .hamburger-inner::after, .is-active .hamburger-inner::before {
  background-color: #000;
}
.main-menu-container {
  background: #fff;
  padding-top: 135px;
  z-index: 51;
}
@media screen and (min-width: 900px) {
  .main-menu-container {
    display: none;
  }
}
.main-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu-container li {
  position: relative;
}
.main-menu-container a, .main-menu-container a:active, .main-menu-container a:visited {
  border-left: 4px solid transparent;
  color: #000;
  display: block;
  font-family: "oswald", sans-serif;
  font-weight: bold;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.main-menu-container a:hover, .main-menu-container a:focus, .main-menu-container .current_page_item > a {
  border-color: #ea3639;
  color: #000;
}
.main-menu-container .sub-menu {
  display: none;
  margin-bottom: 20px;
}
.main-menu-container .sub-menu a, .main-menu-container .sub-menu a:visited {
  padding: 5px 5px 5px 40px;
}
.main-menu-scroll-container {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}
.expand {
  color: #000;
  cursor: pointer;
  height: 50px;
  padding: 10px;
  position: absolute;
  right: 20px;
  top: 8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 50px;
}
.expand span {
  background: #000;
  content: "";
  height: 1px;
  position: absolute;
  top: 25px;
  left: 15px;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  width: 10px;
}
.expand span:after {
  background: #000;
  content: "";
  height: 1px;
  position: absolute;
  top: -5px;
  right: -5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  width: 10px;
}
.expand:hover span, .expand:hover span:after {
  background: #ea3639;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
 # 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
@media screen and (max-width: 640px) {
  .alignleft {
    display: block;
    float: none;
    margin-bottom: 1.5em;
    margin-right: 0;
  }
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
@media screen and (max-width: 640px) {
  .alignright {
    display: block;
    float: none;
    margin-bottom: 1.5em;
    margin-left: 0;
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
#calendar .fc-event {
  border: 0;
  border-radius: 0;
  padding: 5px 10px;
}
#calendar .fc-past {
  background: #efefef;
}
#calendar .fc-state-disabled {
  background: gray;
  cursor: not-allowed;
}
#calendar table {
  margin: 0;
}
#calendar .fc-event, #calendar .fc-event-dot, #calendar .fc-event:visited, #calendar .fc-event-dot:visited, #calendar .fc-event:hover, #calendar .fc-event-dot:hover, #calendar .fc-event:active, #calendar .fc-event-dot:active, #calendar .fc-event:focus, #calendar .fc-event-dot:focus {
  background: #666;
  color: #fff;
  text-decoration: underline;
}
#calendar a:not([href]) {
  text-decoration: none;
}
#calendar .fc-scroller {
  height: auto !important;
}
#calendar .fc-list-item-time {
  display: none;
}
#calendar .fc-list-item-title a {
  text-decoration: underline;
}
#calendar .fc-list-item-title a:not([href]) {
  text-decoration: none;
}
.booking-widget-form {
  padding: 15px 5px;
  /* do not group these rules */
}
.booking-widget-form fieldset {
  border: 0;
}
.booking-widget-form-item {
  padding: 0.35em 0.75em 0.625em;
}
.booking-widget-form input, .booking-widget-form select {
  background: transparent;
  border-bottom: 1px solid #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  -webkit-border-radius: 0px;
  color: #fff;
  display: block;
  font-family: "oswald", sans-serif;
  text-transform: uppercase;
  -webkit-appearance: none;
  width: 100%;
}
.booking-widget-form input:focus, .booking-widget-form select:focus, .booking-widget-form input:hover, .booking-widget-form select:hover, .booking-widget-form input:active, .booking-widget-form select:active {
  border-bottom: 1px solid #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #fff;
  outline: 0;
}
.booking-widget-form select:focus, .booking-widget-form select:active {
  color: #000000;
}
.booking-widget-form *::-webkit-input-placeholder {
  color: #fff;
}
.booking-widget-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #fff;
  opacity: 1;
}
.booking-widget-form *::-moz-placeholder {
  /* FF 19+ */
  color: #fff;
  opacity: 1;
}
.booking-widget-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.booking-widget-form *::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.booking-widget-form *::placeholder {
  /* modern browser */
  color: #fff;
}
.flatpickr-current-month span.cur-month {
  text-transform: uppercase;
}
.flatpickr-calendar {
  border-radius: 0;
  box-shadow: none;
}
.flatpickr-day.today {
  border-color: #231f20;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus, .flatpickr-day.today:active {
  background-color: #231f20;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #231f20;
  border-color: #231f20;
  color: #fff;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* HELPERS */
.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 1080px;
}
.inner-wide {
  width: 1280px;
}
.inner-skinny {
  width: 800px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
p.large {
  font-family: "oswald", sans-serif;
  font-size: 36px;
  text-transform: uppercase;
}
/* HOME PAGE - HERO */
.hero-container {
  background: #000;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .hero-container {
    height: 600px;
  }
}
@media screen and (max-width: 480px) {
  .hero-container {
    height: 450px;
  }
}
.hero {
  background-color: #000;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.hero video {
  height: auto;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%) translateY(25%);
  -webkit-transform: translateX(-50%) translateY(25%);
  width: auto;
}
@media screen and (max-width: 1024px) {
  .hero video {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .hero {
    height: 600px;
  }
}
@media screen and (max-width: 480px) {
  .hero {
    height: 450px;
  }
}
.hero .slide {
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  .hero .slide {
    height: 600px;
  }
}
@media screen and (max-width: 480px) {
  .hero .slide {
    height: 450px;
  }
}
.hero-image, .hero .slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.owl-dots {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
@media screen and (max-width: 640px) {
  .owl-dots {
    bottom: 20px;
    right: 20px;
  }
}
.owl-dot {
  display: inline-block;
  margin-right: 20px;
}
.owl-dot span {
  color: #fff;
  font-family: "oswald", sans-serif;
}
.owl-dot.active {
  border-bottom: 2px solid #ea3639;
}
@media screen and (max-width: 1024px) {
  .hero-video {
    display: none;
  }
}
.hero-video-mobile {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: none;
}
@media screen and (max-width: 1024px) {
  .hero-video-mobile {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .hero-video-mobile {
    height: 450px;
  }
}
.hero-tagline {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.wf-loading .hero-tagline-small, .wf-loading .hero-tagline-large {
  visibility: hidden;
}
.hero-tagline-small {
  color: #fff;
  font-family: "oswald", sans-serif;
  font-weight: bold;
  letter-spacing: 10px;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .hero-tagline-small {
    letter-spacing: 5px;
  }
}
.hero-tagline-large {
  color: #fff;
  display: inline-block;
  font-family: "oswald", sans-serif;
  font-size: 90px;
  font-weight: 300;
  margin: 0;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
}
.hero-tagline-large:before {
  -webkit-transition: 1s 0.5s ease-in-out;
  -moz-transition: 1s 0.5s ease-in-out;
  -ms-transition: 1s 0.5s ease-in-out;
  -o-transition: 1s 0.5s ease-in-out;
  transition: 1s 0.5s ease-in-out;
  background: rgba(234, 54, 57, 0.82);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  z-index: -1;
  width: 0;
}
.hero-tagline-large.in-viewport:before {
  -webkit-transition: 1s 0.5s ease-in-out;
  -moz-transition: 1s 0.5s ease-in-out;
  -ms-transition: 1s 0.5s ease-in-out;
  -o-transition: 1s 0.5s ease-in-out;
  transition: 1s 0.5s ease-in-out;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .hero-tagline-large {
    font-size: 60px;
  }
}
@media screen and (max-width: 480px) {
  .hero-tagline-large {
    font-size: 40px;
  }
}
.large-promo, .small-promo {
  background-color: #231f20;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 600px;
  position: relative;
}
.large-promo h3, .small-promo h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
  .large-promo h3, .small-promo h3 {
    font-size: 22px;
  }
}
.large-promo p, .small-promo p {
  margin-bottom: 0.5em;
  margin-top: 0;
}
.large-promo .more, .small-promo .more, .large-promo .more:visited, .small-promo .more:visited {
  color: #fff;
}
.large-promo .more:focus, .small-promo .more:focus, .large-promo .more:hover, .small-promo .more:hover, .large-promo .more:active, .small-promo .more:active {
  color: #ea3639;
}
@media screen and (max-width: 640px) {
  .large-promo, .small-promo {
    height: 500px;
  }
}
.large-promo-content {
  max-width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 575px;
}
.large-promo-title, .large-promo-copy {
  display: inline-block;
  margin-right: -4.5px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .large-promo-title, .large-promo-copy {
    display: block;
    margin-right: 0;
    text-align: center;
  }
}
.large-promo-title {
  width: 130px;
}
.large-promo-title h3 {
  font-size: 36px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .large-promo-title h3 {
    font-size: 22px;
    margin: 0 0 0.5em 0;
  }
}
@media screen and (max-width: 640px) {
  .large-promo-title {
    width: 100%;
  }
}
.large-promo-copy {
	padding-left: 30px;
  width: calc(100% - 130px);
}
@media screen and (max-width: 640px) {
  .large-promo-copy {
    width: 100%;
  }
}
.home-promo-title {
  padding-top: 0;
  padding-bottom: 20px;
}
.small-promo {
  display: inline-block;
  margin-right: -4.5px;
  width: 33.3%;
}
@media screen and (max-width: 640px) {
  .small-promo {
    display: block;
    margin-right: 0;
    width: 100%;
  }
}
.small-promo-inner {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.large-promo {
  margin-bottom: 60px;
  margin-right: 2.75px;
}
@media screen and (max-width: 640px) {
  .large-promo {
    margin-right: 0;
  }
}
.promo {
  cursor: pointer;
}
.promo:hover {
  opacity: 0.9;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* HOME PAGE - BOTTOM SLIDER */
.bottom-slide {
  background-color: #231f20;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 500px;
  position: relative;
}
.bottom-slide-copy {
	position: relative;
}
.bottom-slide-copy.add-black-tint:before {
	background: rgb(35,31,32);
	background: linear-gradient(360deg, rgba(35,31,32,1) 0%, rgba(35,31,32,0) 100%); 
	content: "";
	display: block;
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
}
.bottom-slide-copy.add-black-tint h3,
.bottom-slide-copy.add-black-tint p {
	position: relative;
}
.bottom-slide .more, .bottom-slide .more:visited {
  color: #fff;
}
.bottom-slide .more:focus, .bottom-slide .more:active, .bottom-slide .more:hover {
  color: #ea3639;
}
.bottom-slide h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 0.5em;
}
.home-bottom-slider-2 {
	padding-top: 60px;
}
@media screen and (max-width: 640px) {
  .bottom-slide h3 {
    font-size: 22px;
  }
}
.bottom-slide-copy {
  padding: 20px 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}
.bottom-slide-copy p {
  margin-bottom: 0.5em;
  margin-top: 0;
}
.owl-prev, .owl-next {
  color: #fff;
  font-size: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.owl-prev:hover, .owl-next:hover {
  color: #ea3639;
}
.owl-prev {
  left: 20px;
}
.owl-next {
  right: 20px;
}
/* INTERIOR HERO */
.interior-hero {
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: relative;
}
.interior-hero:after {
	background: RGBA(35, 31, 32, 0.6);
	background: linear-gradient(180deg, rgba(35, 31, 32, 1) 0%, rgba(35, 31, 32, 0) 100%);
	content: "";
	height: 250px;
	position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 0;
}
.interior-hero.full {
  height: 100vh;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .interior-hero.full {
    height: 600px;
  }
}
@media screen and (max-width: 480px) {
  .interior-hero.full {
    height: 450px;
  }
}
.interior-hero-title-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.interior-hero-title-container h1 {
  color: #fff;
  display: inline-block;
  font-family: "oswald", sans-serif;
  font-size: 70px;
  font-weight: 300;
  margin: 0;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
}
.interior-hero-title-container h1:before {
  -webkit-transition: 1s 0.5s ease-in-out;
  -moz-transition: 1s 0.5s ease-in-out;
  -ms-transition: 1s 0.5s ease-in-out;
  -o-transition: 1s 0.5s ease-in-out;
  transition: 1s 0.5s ease-in-out;
  background: rgba(234, 54, 57, 0.82);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  z-index: -1;
  width: 0;
}
.interior-hero-title-container h1.in-viewport:before {
  -webkit-transition: 1s 0.5s ease-in-out;
  -moz-transition: 1s 0.5s ease-in-out;
  -ms-transition: 1s 0.5s ease-in-out;
  -o-transition: 1s 0.5s ease-in-out;
  transition: 1s 0.5s ease-in-out;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .interior-hero-title-container h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 800px) {
  .interior-hero-title-container h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  .interior-hero-title-container h1 {
    font-size: 30px;
  }
}
.wf-loading .interior-hero-title {
  visibility: hidden;
}
/* BOTTOM INTERIOR SLIDER */
.bottom-interior-slider .slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
/* TOP LEVEL PAGE */
.top-level-container .small-promo {
  margin-bottom: 40px;
}
.top-level-promo-container {
  margin: 0 0 40px 0;
}
.top-level-promo-container .button {
  margin-right: 20px;
}
.top-level-promo-container .button:last-child {
  margin-right: 0;
}
/* LISTING TEMPLATE */
.list-item {
  margin: 40px 0;
}
.list-item-image, .list-item-content {
  display: inline-block;
  margin-right: -4.5px;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  .list-item-image, .list-item-content {
    display: block;
    margin-right: 0;
  }
}
.list-item-image {
  width: 55%;
}
.list-item-image img {
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .list-item-image {
    margin-bottom: 12px;
    width: 100%;
  }
}
.list-item-content {
  padding-left: 40px;
  width: 45%;
}
@media screen and (max-width: 800px) {
  .list-item-content {
    padding-left: 0;
    width: 100%;
  }
}
.press-listing .list-item-image {
  width: 45%;
}
@media screen and (max-width: 800px) {
  .press-listing .list-item-image {
    width: 100%;
  }
}
.press-listing .list-item-content {
  width: 55%;
}
@media screen and (max-width: 800px) {
  .press-listing .list-item-content {
    width: 100%;
  }
}
.donotdisplay {
  display: none !important;
}
.launch-gallery {
  display: block;
  position: relative;
}
.launch-gallery:before {
  background-image: url('/wp-content/themes/btmcelcortez/assets/elc-gallery-trigger-min.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 64px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75px;
}
/* LONG CONTENT TEMPLATE */
.expandable-content-container,
.accordion-item {
  background: #efefef;
  border: 1px solid #ea3639;
  margin-bottom: 20px;
}
.expand-trigger,
.accordion-title {
  background: #e1282b;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block !important;
  font-family: "oswald", sans-serif;
  font-size: 14px;
  letter-spacing: 4px;
  padding: 10px 20px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.accordion-title:focus {
	border: 1px dotted #000000;
}
.accordion-title h3 {
	color: #ffffff;
	margin: 0;
}
.expand-trigger:after,
.accordion-title:after {
  content: "+";
  font-family: "futura-pt", sans-serif;
  font-size: 36px;
  line-height: 1.1;
  position: absolute;
  top: 0;
  right: 20px;
}
.expand-trigger.active:after,
.accordion-title.accordion-open:after {
  content: "-";
  top: -5px;
}
.expand-content,
.accordion-content {
  display: none;
  padding: 20px;
}
.accordion-content.is-visible {
	display: block;
}
/* TIMELINE TEMPLATE */
.timeline-line {
  position: relative;
}
.timeline-line:after {
  border-left: 1px solid #d4d3d3;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px;
}
@media screen and (max-width: 640px) {
  .timeline-line:after {
    left: 65px;
  }
}
@media screen and (max-width: 360px) {
  .timeline-line:after {
    left: 45px;
  }
}
.timeline-year-container {
  margin: 0 0 50px 0;
}
.timeline-year-container:first-child .timeline-year-title, .timeline-year-container:first-child .timeline-year-events {
  padding-top: 0;
}
.timeline-year-title, .timeline-year-events {
  display: inline-block;
  margin-right: -4.5px;
  vertical-align: top;
}
.timeline-year-title {
  background: #fff;
  color: #ea3639;
  font-family: "oswald", sans-serif;
  font-size: 90px;
  line-height: 1;
  padding: 20px 0;
  position: relative;
  z-index: 2;
  width: 200px;
}
@media screen and (max-width: 640px) {
  .timeline-year-title {
    font-size: 60px;
    width: 130px;
  }
}
@media screen and (max-width: 360px) {
  .timeline-year-title {
    font-size: 40px;
    width: 90px;
  }
}
.timeline-year-events {
  padding: 20px 0 0 10px;
  width: calc(100% - 200px);
}
.timeline-year-events h2 {
  color: #000;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .timeline-year-events {
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 360px) {
  .timeline-year-events {
    width: calc(100% - 90px);
  }
}
/* single offer */
.offer-post-thumbnail {
  margin-top: 16px;
  max-width: 350px;
}
/* calendar template */
.custom-taxonomy-legend {
  margin: 30px 0;
  padding: 0;
}
.custom-taxonomy-legend li {
  display: inline-block;
  margin-right: 20px;
  text-indent: 0;
}
.custom-taxonomy-legend li:before {
  display: none;
}
.custom-taxonomy-legend li:last-child {
  margin-right: 0;
}
.legend-color, .legend-name {
  display: inline-block;
  vertical-align: middle;
}
.legend-color {
  height: 20px;
  width: 20px;
}
/* Winners Template */
.winners-filters-container {
  margin: 0 0 40px 0;
}
.winners-filters {
  list-style: none;
  margin: 0;
  padding: 0;
}
.winners-filters li {
  color: #736468;
  cursor: pointer;
  display: inline-block;
  font-family: "oswald", sans-serif;
  font-size: 18px;
  margin-right: 100px;
  text-transform: uppercase;
}
.winners-filters li:hover, .winners-filters li.mixitup-control-active {
  color: #e1282b;
}
.winners-filters li:before {
  display: none;
}
.winners-filters li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .winners-filters li {
    font-size: 16px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 640px) {
  .winners-filters li {
    display: block;
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.winner-thumb {
  background-size: cover;
  display: inline-block;
  height: 200px;
  margin: 5px;
  position: relative;
  vertical-align: middle;
  width: 200px;
}
@media screen and (max-width: 480px) {
  .winner-thumb {
    height: 140px;
    width: 140px;
  }
}
.winner-panel {
  background: rgba(234, 54, 57, 0.7);
  color: #fff;
  cursor: default;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.winner-panel p {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .winner-panel p {
    font-size: 14px;
  }
}
.winner-panel-inner {
  padding: 0 5px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.amount-won {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .amount-won {
    font-size: 18px;
  }
}
/* BOOKING FLYOUT WIDGET */
.booking-flyout-container {
  background: #ea3639;
  display: none;
  height: 310px;
  max-width: 100%;
  position: absolute;
  top: 87px;
  right: calc(50% - 529px);
  z-index: 999999;
  width: 700px;
}
@media screen and (max-width: 1080px) {
  .booking-flyout-container {
    right: 11px;
    top: 92px;
  }
}
@media screen and (max-width: 800px) {
  .booking-flyout-container {
    display: none !important;
  }
}
.booking-flyout {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  height: 100%;
}
.booking-promo {
  background-color: #231f20;
  background-size: cover;
  color: #fff;
  font-family: "oswald", sans-serif;
  order: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  padding: 20px;
  text-transform: uppercase;
  width: 65%;
}
.booking-promo a, .booking-promo a:visited {
  color: #fff;
  border-bottom: 2px solid #ea3639;
  display: inline-block;
  padding: 20px 6px 2px 6px;
  text-decoration: none;
}
.booking-promo a:hover, .booking-promo a:active, .booking-promo a:focus {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.booking-promo p {
  margin: 0 0 0.5em 0;
}
.booking-promo strong {
  font-size: 18px;
}
.booking-widget {
  order: 2;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  width: 35%;
}
.booking-promo-mobile {
  background-color: #231f20;
  background-size: cover;
  color: #fff;
  display: block;
  font-family: "oswald", sans-serif;
  margin: 20px auto 100px auto;
  max-width: calc(100% - 20px);
  min-height: 300px;
  padding: 20px;
  text-transform: uppercase;
  width: 500px;
}
.booking-promo-mobile a, .booking-promo-mobile a:visited {
  color: #fff;
  border-bottom: 2px solid #ea3639;
  border-left: 0;
  display: inline-block;
  padding: 20px 6px 2px 6px;
  text-decoration: none;
}
.booking-promo-mobile a:hover, .booking-promo-mobile a:active, .booking-promo-mobile a:focus {
  color: #fff;
  border-bottom: 2px solid #fff;
  border-left: 0;
}
.booking-promo-mobile p {
  margin: 0 0 0.5em 0;
}
.booking-promo-mobile strong {
  font-size: 18px;
}
/* neighborhood */
.gmpInfoWindowtitle {
  color: #ea3639 !important;
  font-family: "oswald", sans-serif;
  text-transform: uppercase;
}
.gm-style-iw p {
  margin: 0;
}
/* Cookie Banner */
.cookie-notice-container a, .cookie-notice-container a:hover, .cookie-notice-container a:active, .cookie-notice-container a:focus, .cookie-notice-container a:visited {
  color: white;
}
/* Open Table Widget Height on Siegels page ce 9-10-18 */
.open-table-widget iframe {
  height: 150px !important;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Footer
 --------------------------------------------------------------*/
.footer-row-1 {
  background-color: #231f20;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-family: "oswald", sans-serif;
  height: 800px;
  margin-top: 100px;
  padding: 40px 0;
  text-transform: uppercase;
}
.footer-row-1 p, .footer-row-1 p.large {
  margin: 0 0 12px 0;
}
@media screen and (max-width: 1024px) {
  .footer-row-1 p.large {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .footer-row-1 p.large {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .footer-row-1 p {
    font-size: 14px;
  }
}
.footer-row-1 a, .footer-row-1 a:visited {
  color: #fff;
  text-decoration: none;
}
.footer-row-1 a:hover, .footer-row-1 a:focus, .footer-row-1 a:active {
  color: #bbb;
}
@media screen and (max-width: 1024px) {
  .footer-row-1 {
    background-position: -450px bottom;
  }
}
@media screen and (max-width: 800px) {
  .footer-row-1 {
    background-position: -650px bottom;
  }
}
@media screen and (max-width: 480px) {
  .footer-row-1 {
    background-position: -850px bottom;
  }
}
.footer-column {
  display: inline-block;
  margin-right: -4.5px;
  vertical-align: top;
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 640px) {
  .footer-column {
    margin-bottom: 20px;
    width: 50%;
  }
}
.footer-title {
  color: #fff;
  font-size: 12px;
  letter-spacing: 4px;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
}
.footer-title:after {
  background: #ea3639;
  display: block;
  height: 2px;
  content: "";
  margin: 10px auto;
  width: 25px;
}
.footer-directions-link {
  display: block;
  width: 100%;
}
.footer-row-2 {
  background: #161314;
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
}
.footer-row-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-row-2 li {
  display: inline-block;
  margin-right: 40px;
}
.footer-row-2 li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .footer-row-2 li {
    display: block;
    margin-bottom: 5px;
    margin-right: 0;
  }
}
.footer-row-2 a, .footer-row-2 a:visited {
  color: #fff;
  text-decoration: none;
}
.footer-row-2 a:hover, .footer-row-2 a:focus, .footer-row-2 a:active {
  color: #bbb;
}
.social {
  font-size: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social li {
  display: inline-block;
  margin-right: 15px;
}
.social li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .social li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 800px) {
  .social {
    font-size: 20px;
  }
}
.footer-row-3 {
  background: #000;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}
.footer-row-3 p {
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
}
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
 # 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 embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* 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;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}

/* Accessibility Button */
.button-accessibility,
.button-accessibility:visited {
	background: #1c0c0c;
	color: #ffffff;
	display: inline-block;
	font-size: 25px;
	height: 35px;
	line-height: 35px;
	margin-left: 5px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	width: 35px;
}

.button-accessibility:after {
	content: "\f193";
	font-family: "fontello";
}

.button-accessibility:active,
.button-accessibility:focus,
.button-accessibility:hover {
	background: #eb373a;
}

/* Notification Banner */
.notification-banner-container {
	background: #ea3639;
	color: #ffffff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
	line-height: 1.2;
	padding: 30px 30px 25px 25px;
	position: absolute;
		top: 150px;
		right: 20px;
		z-index: 100;
	width: 300px;
}

.notification-banner-container:hover {
	background: #231f20;
}

.notification-banner,
.notification-banner-container a,
.notification-banner-container a:visited,
.notification-banner-container:hover a {
	color: #ffffff;	
	text-decoration: none;
}

.close-notification {
	border: 1px solid transparent;
	color: #ffffff;
	position: absolute;
		top: 10px;
		right: 10px;
	transition: none;
		-webkit-transition: none;
}

.close-notification:hover {
	border: 1px solid #ffffff;
	transition: none;
		-webkit-transition: none;
}

.notification-banner-container a:before,
.notification-banner-container a:after {
	display: none;
}

@media screen and (max-width: 1024px) {
	.notification-banner-container {
/* 		position: fixed; */
			top: 0;
			right: 0;
			left: 0;
		padding: 5px 20px;
		width: auto;
		text-align: center;
	}
	
	.notification-banner {
		font-size: 14px;
	}
	
	.close-notification {
		top: 2px;
		left: 5px;
		right: auto;
	}
	
	.notification-banner-container ~ .site .site-header {
		margin-top: 28px;
	}
	
	.notification-banner-container ~ .main-menu-container {
		padding-top: 180px
	}
	
	.site-header.black-tint .inner:after, 
	.site-header.black-tint-flyout .inner:after {
	  	top: -45px;
	}
}

/* Career Application 2020 */
.btapptwenty_wrapper,
#gform_confirmation_wrapper_15 {
    margin: 50px auto !important;
    width: 1024px;
}

.btapptwenty_wrapper.gform_wrapper .gfield_label {
	font-family: "futura-pt", sans-serif;
	font-size: 16px !important;
	font-weight: bold !important;
	letter-spacing: normal;
	text-transform: none;
}

.horizontal-radio-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.gchoice_15_41_5 {
    margin-top: -10px !important;
}

.btapptwenty_wrapper.gform_wrapper .top_label li.gfield.gf_left_half:before {
	display: none !important;
}

#gform_15 .ginput_container_address span label {
    margin-bottom: 16px !important;
}

#gform_page_15_2 hr {
    margin: 2em auto 1em auto;
}

#field_15_45 {
    margin-top: -100px;
}

#field_15_47 {
    border-left: 1px solid #cccccc;
    padding-left: 20px;
    height: 230px;
}

#field_15_47 p {
    margin: 30px 0 0 0;
}

.gform_wrapper.btapptwenty_wrapper table.gfield_list thead th {
	font-weight: normal;
}

#field_15_68 label,
#field_15_72 label {
    display: none;
}

#field_15_144 table {
	border-collapse: collapse;
}

#field_15_144 table td, 
#field_15_144 table th {
	border: 1px solid #cccccc;
	padding: 5px;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	#field_15_47 p {
	    font-size: 14px;
	    margin: 0;
	}
}

@media screen and (max-width: 640px) {
	#field_15_47 {
		background: #ffffff;
		border-left: 0;
		height: auto;
		margin-bottom: 16px;
		padding: 20px;
	}
	
	#field_15_45 {
		margin-top: 0;
	}
}

.home-bottom-callout-intro {
	margin-top: 60px;
}

.home-bottom-callout {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.home-bottom-callout-image,
.home-bottom-callout-content {
	-ms-flex-preferred-size: 48%;
	    flex-basis: 48%;
}

@media screen and (max-width: 800px) {
	.home-bottom-callout {
		display: block;
	}
}

/* Page Badge (BOLV) */
.page-badge img {
	margin: 8px auto 0 auto;
	width: 225px;
}

/* Menu Page Template - Added April 2021 */
.food-menu h2 {
	margin-top: 50px;
	text-align: center;
}

.food-menu p {
	margin: 0;
}

.food-menu-section {
	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;
}

.food-menu-item {
	-ms-flex-preferred-size: 46%;
	    flex-basis: 46%;
	padding: 20px 0;
}

.menu-item-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.menu-item-header p {
	font-weight: bold;
}

.menu-item-description p {
	width: 90%;
}

.menu-bottom-content {
	margin-top: 50px;
}

@media screen and (max-width: 540px) {
	.food-menu-item {
		-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
	}
}

.rguest-booking-container .booking-promo {
	width: 35%;
}

.rguest-booking-container .booking-widget {
	width: 65%;
}

.booking-widget-col {
    display: inline-block;
    width: 50%;
    margin-right: -4.5px;
    vertical-align: top;
}

.booking-widget-col-2 {
	background: rgba(0, 0, 0, 0.25);
	padding: 10px 5px;
	width: 47%;
}

.rguest-booking-container .booking-widget-form p {
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	padding: 0 15px;
	text-align: left;
	text-transform: uppercase;
}

.booking-widget-submit-container {
	margin-top: 10px;
}

.rguest-booking-container .booking-promo {
	position: relative;
}

.rguest-booking-container .booking-promo:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.booking-promo-text {
	position: absolute;
		top: 50%;
		right: 0;
		left: 0;
	text-align: center;
	transform: translatey(-50%);
		-webkit-transform: translatey(-50%);
}

.booking-promo-text .small-intro {
	margin-bottom: 0;
}

.booking-promo-title {
	color: #fff;
	display: inline-block;
	font-family: "oswald",sans-serif;
	font-size: 45px;
	font-weight: 300;
	margin: 0;
	padding: 0 10px;
	position: relative;
	text-transform: uppercase;
}

.booking-promo-title:before {
	background: rgba(234, 54, 57, 0.82);
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 60%;
	bottom: 0;
	z-index: -1;
}