/*!
 Theme Name: The Roosevelt Hotel NYC
 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: btmc_roosevelt_nyc
 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.
 The Roosevelt Hotel NYC 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
 --------------------------------------------------------------*/
/* For now */
/* @include transition(all,0.5s,ease-out); */
/*
 * Breakpoints
 */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-5px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-15px);
  }
  60% {
    -o-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-15px);
  }
  60% {
    -webkit-transform: translateX(-5px);
  }
}
@-moz-keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-15px);
  }
  60% {
    -moz-transform: translateX(-5px);
  }
}
@-o-keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateX(0);
  }
  40% {
    -o-transform: translateX(-15px);
  }
  60% {
    -o-transform: translateX(-5px);
  }
}
@keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-15px);
  }
  60% {
    transform: translateX(-5px);
  }
}
/*--------------------------------------------------------------
 # 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: #221e1f;
  font-family: "muli", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.category {
  color: #ad9258;
  font-family: "futura-pt", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.category:after {
  border-top: 1px solid #ad9258;
  content: "";
  display: inline-block;
  height: 1px;
  line-height: 1;
  margin: 8px 0 0 12px;
  vertical-align: top;
  width: 100px;
}
.entry-header h1 {
  margin-bottom: 0;
  text-transform: uppercase;
}
h2 {
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
}
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: #f2eff0;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #edd4a0;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 1.5em;
}
ul {
  list-style: none;
}
ul li {
  text-indent: -20px;
}
ul li:before {
  content: "•";
  color: #ad9258;
  margin-right: 5px;
  width: 15px;
}
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;
}
.two-column-list {
  list-style: none;
  margin: 16px;
  padding: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.two-column-list li {
  display: block;
  text-indent: -15px;
}
@media screen and (max-width: 640px) {
  .two-column-list li {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .two-column-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.three-column-list {
  list-style: none;
  margin: 0 40px;
  padding: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.three-column-list li {
  display: inline-block;
  text-indent: -20px;
}
.three-column-list li:before {
  content: "•";
  color: #ad9258;
  margin-right: 5px;
  width: 15px;
}
@media screen and (max-width: 480px) {
  .three-column-list li {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .three-column-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 480px) {
  .three-column-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
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: 0;
  outline: 0;
}
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: 0;
  outline: 0;
}
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 !important;
  width: 800px;
}
.gform_wrapper label.gfield_label {
  font-family: "futura-pt", sans-serif;
  font-size: 14px !important;
  font-weight: normal !important;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.gform_wrapper .gform_button {
  background: #221e1f;
  border: 0;
  border-radius: 0;
  color: #fff;
  padding: 10px 30px;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
}
.gform_wrapper .gform_button:hover {
  background: #ad9258;
  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 {
  padding: 20px 0;
}
.gform_confirmation_wrapper {
  margin: 0 !important;
  width: 800px;
}
.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;
}
#main .gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 36px !important;
}
.gfield_list th {
  font-size: 12px !important;
  font-weight: 300 !important;
  text-transform: uppercase;
}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type="checkbox"], .gform_wrapper .gfield_radio li input[type="radio"] {
  margin-top: 5px;
  vertical-align: top !important;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover, a:focus, a:active {
  color: #221e1f;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
.button, .button:visited {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 7px 25px;
  text-decoration: none;
  text-transform: uppercase;
}
.button.fat-button, .button:visited.fat-button {
  padding: 15px;
}
.button:hover, .button:active, .button:focus {
  background: #ad9258;
  color: #000;
  -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;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
/* Hamburger & Booking Button */
.site-header {
  position: absolute;
  top: 30px;
  left: 25px;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .site-header {
    background: #221e1f;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}
body.menu-is-open {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.menu-trigger {
  background: #221e1f;
  border-radius: 0;
  padding: 11px 20px 9px 20px;
}
.menu-trigger:hover, .menu-trigger:active, .menu-trigger:focus, .menu-trigger.is-active {
  background: #fff;
  box-shadow: none;
  opacity: 1;
}
.menu-trigger:hover .hamburger-inner, .menu-trigger:active .hamburger-inner, .menu-trigger:focus .hamburger-inner, .menu-trigger.is-active .hamburger-inner, .menu-trigger:hover .hamburger-inner::after, .menu-trigger:active .hamburger-inner::after, .menu-trigger:focus .hamburger-inner::after, .menu-trigger.is-active .hamburger-inner::after, .menu-trigger:hover .hamburger-inner::before, .menu-trigger:active .hamburger-inner::before, .menu-trigger:focus .hamburger-inner::before, .menu-trigger.is-active .hamburger-inner::before {
  background: #221e1f;
}
.hamburger-box, .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 24px;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  background: #f2eff0;
  border-radius: 0;
  height: 1px;
}
.hamburger-inner::before {
  display: none !important;
}
.hamburger--slider .hamburger-inner {
  top: 12px;
}
.hamburger--slider .hamburger-inner::after {
  top: 8px;
}
.hamburger--slider.is-active .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  top: 5px;
}
.booking-button, .booking-button:visited {
  background: #ad9258;
  color: #221e1f;
  display: inline-block !important;
  font-size: 12px;
  margin-left: 10px;
  padding: 15.5px 30px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
}
.booking-button span, .booking-button:visited span {
  padding-left: 6px;
}
.booking-button:hover, .booking-button:visited:hover, .booking-button:active, .booking-button:visited:active, .booking-button:focus, .booking-button:visited:focus {
  background: #fff;
  color: #221e1f;
}
@media screen and (max-width: 1024px) {
  .booking-button, .booking-button:visited {
    float: right;
  }
}
/* Navigation Overlay */
.navigation-overlay {
  background: #221e1f url('/wp-content/themes/btmc_roosevelt_nyc/assets/rh-nav-open-background-min.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
  display: none;
  font-size: 14px;
  padding: 160px 80px 120px 80px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.navigation-overlay.hero-image-large-frame.in-viewport:after, .navigation-overlay.hero-image-large-frame.in-viewport:before, .navigation-overlay.hero-image-large-frame.in-viewport span:after, .navigation-overlay.hero-image-large-frame.in-viewport span:before {
  z-index: 100;
}
@media screen and (max-width: 800px) {
  .navigation-overlay.hero-image-large-frame.in-viewport:after, .navigation-overlay.hero-image-large-frame.in-viewport:before, .navigation-overlay.hero-image-large-frame.in-viewport span:after, .navigation-overlay.hero-image-large-frame.in-viewport span:before {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .navigation-overlay.hero-image-large-frame.in-viewport:after {
    top: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .navigation-overlay.hero-image-large-frame.in-viewport:before {
    top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .navigation-overlay.hero-image-large-frame.in-viewport span:after {
    top: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .navigation-overlay.hero-image-large-frame.in-viewport span:before {
    top: 100px;
  }
}
.navigation-overlay a, .navigation-overlay a:visited {
  color: #ad9258;
  text-decoration: none;
}
.navigation-overlay a:hover, .navigation-overlay a:active, .navigation-overlay a:focus, .navigation-overlay .current_page_item > a, .navigation-overlay .current-menu-item > a, .navigation-overlay .current_page_ancestor > a, .navigation-overlay .current-menu-ancestor > a {
  color: #979686;
}
.navigation-overlay .menu-quick-links-menu-container a, .navigation-overlay .menu-quick-links-menu-container a:visited {
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.navigation-overlay .menu-quick-links-menu-container a:hover, .navigation-overlay .menu-quick-links-menu-container a:active, .navigation-overlay .menu-quick-links-menu-container a:focus, .navigation-overlay .menu-quick-links-menu-container .current_page_item > a, .navigation-overlay .menu-quick-links-menu-container .current-menu-item > a, .navigation-overlay .menu-quick-links-menu-container .current_page_ancestor > a, .navigation-overlay .menu-quick-links-menu-container .current-menu-ancestor > a {
  color: #979686;
}
.navigation-overlay p {
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .navigation-overlay {
    padding: 160px 20px 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .navigation-overlay {
    padding: 160px 10px 0 10px;
  }
}
.home .navigation-overlay {
  padding: 120px 80px;
}
@media screen and (max-width: 800px) {
  .home .navigation-overlay {
    padding: 80px 20px 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .home .navigation-overlay {
    padding: 80px 10px 0 10px;
  }
}
.navigation-overlay-scroll {
  max-height: 100%;
  overflow-y: auto;
}
.navigation-overlay-column {
  display: inline-block;
  margin-right: -4.5px;
  padding-left: 60px;
  padding-top: 40px;
  position: relative;
  z-index: 101;
  vertical-align: top;
  width: 40%;
}
@media screen and (max-width: 1200px) {
  .navigation-overlay-column {
    padding-left: 10px;
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .navigation-overlay-column {
    display: block;
    margin-right: 0;
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
  .navigation-overlay-column:last-child {
    padding-bottom: 100px;
  }
}
.menu-main-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-main-menu-container li {
  display: block;
  margin-bottom: 20px;
  position: relative;
  text-indent: 0;
}
.menu-main-menu-container li:before {
  display: none;
}
.menu-main-menu-container a, .menu-main-menu-container a:visited {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .menu-main-menu-container a, .menu-main-menu-container a:visited {
    font-size: 28px;
  }
}
.menu-quick-links-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-quick-links-menu-container li {
  display: block;
  margin-bottom: 10px;
  position: relative;
  text-indent: 0;
}
.menu-quick-links-menu-container li:before {
  display: none;
}
.main-menu-ad {
  margin-top: 60px;
  max-width: 300px;
}
.main-menu-ad:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.5" /><feFuncG type="linear" slope="1.5" /><feFuncB type="linear" slope="1.5" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
  -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;
}
@media screen and (max-width: 800px) {
  .main-menu-ad {
    margin-top: 30px;
  }
}
/* Interior Page Navigation *may not be used */
.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: #221e1f;
  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;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.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%;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
html, body {
  overflow-x: hidden;
}
html.menu-is-open, body.menu-is-open {
  overflow: hidden;
}
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* HELPERS */
.entry-header ~ .entry-content {
  margin-top: 24px;
}
.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 1200px;
}
.inner-skinny {
  width: 1200px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.wf-loading {
  visibility: hidden;
}
/* header */
.site-branding {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 101;
  max-width: 100%;
  padding: 20px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .site-branding {
    top: 50px;
  }
}
.home .site-branding {
  display: none;
}
blockquote {
  border-left: 2px solid #ad9258;
  padding-left: 20px;
}
blockquote p {
  margin-bottom: 0;
}
blockquote strong {
  color: #ad9258;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* HERO SECTION */
.hero-container {
  background: #000;
  height: 100vh;
  position: relative;
}
.hero-container.short {
  height: 450px;
}
@media screen and (max-width: 800px) {
  .hero-container.short {
    height: 350px;
  }
}
@media screen and (max-width: 480px) {
  .hero-container.short {
    height: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .hero-container {
    height: 600px;
  }
}
@media screen and (max-width: 800px) {
  .hero-container {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .hero-container {
    height: 350px;
  }
}
.hero {
  background-position: center center;
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.hero.hero-image-short {
  height: 450px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .hero.hero-image-short {
    height: 350px;
  }
}
@media screen and (max-width: 480px) {
  .hero.hero-image-short {
    height: 250px;
  }
}
.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 {
    max-height: 600px;
  }
}
@media screen and (max-width: 800px) {
  .hero {
    max-height: 500px;
  }
}
@media screen and (max-width: 640px) {
  .hero {
    border-bottom: 0;
    border-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .hero {
    height: auto;
    max-height: none;
  }
}
@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: 350px;
  }
}
.hero-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .hero-image {
    height: 350px;
  }
}
.hero-slider .slide {
  backface-visibility: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .hero-slider .slide {
    height: 600px;
  }
}
@media screen and (max-width: 800px) {
  .hero-slider .slide {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .hero-slider .slide {
    height: 350px;
  }
}
.owl-prev, .owl-next {
  background: transparent;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 50px;
  line-height: 48px;
  position: absolute;
  top: 50%;
  z-index: 3;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 50px;
}
.owl-prev:hover, .owl-next:hover {
  color: #ad9258;
}
.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}
.owl-dots {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  z-index: 50;
  text-align: center;
}
.owl-dot {
  display: inline-block;
  vertical-align: top;
  width: 30px;
}
.owl-dot span {
  color: #fff;
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
}
.owl-dot.active span, .owl-dot:hover span {
  color: #ad9258;
  font-weight: 600;
}
.hero-tagline {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 52;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.hero-tagline-inner {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  width: 1200px;
}
.hero-tagline-inner h1 {
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .hero-tagline-inner h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .hero-tagline-inner h1 {
    font-size: 24px;
    letter-spacing: normal;
  }
}
.hero-image-large-frame:before {
  border-left: 1px solid #ad9258;
  border-bottom: 1px solid #ad9258;
  border-right: 1px solid #ad9258;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.hero-image-large-frame:after {
  border-left: 1px solid #979686;
  border-bottom: 1px solid #979686;
  border-right: 1px solid #979686;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.hero-image-large-frame.hero-image-short:before, .hero-image-large-frame.hero-image-short:after {
  border-bottom: 0;
}
.hero-image-large-frame span:before {
  border-top: 1px solid #ad9258;
  border-right: 1px solid #ad9258;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%, 54% 0%, 54% 20%, 26% 20%, 26% 0%);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%, 54% 0%, 54% 20%, 26% 20%, 26% 0%);
  content: "";
  height: 100px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .hero-image-large-frame span:before {
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%, 58% 0%, 58% 20%, 20% 20%, 20% 0%);
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%, 58% 0%, 58% 20%, 20% 20%, 20% 0%);
  }
}
@media screen and (max-width: 1200px) {
  .hero-image-large-frame span:before {
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%, 60% 0%, 60% 20%, 10% 20%, 10% 0%);
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%, 60% 0%, 60% 20%, 10% 20%, 10% 0%);
  }
}
@media screen and (max-width: 1024px) {
  .hero-image-large-frame span:before {
    border-left: 1px solid #ad9258;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%, 80% 0%, 80% 20%, 20% 20%, 20% 0%);
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%, 80% 0%, 80% 20%, 20% 20%, 20% 0%);
  }
}
@media screen and (max-width: 640px) {
  .hero-image-large-frame span:before {
    clip-path: none;
    -webkit-clip-path: none;
  }
}
.hero-image-large-frame span:after {
  border-top: 1px solid #979686;
  border-right: 1px solid #979686;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%, 54.5% 0%, 54.5% 20%, 26.2% 20%, 26.2% 0%);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%, 54.5% 0%, 54.5% 20%, 26.2% 20%, 26.2% 0%);
  content: "";
  height: 100px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .hero-image-large-frame span:after {
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%, 58.5% 0%, 58.5% 20%, 20.2% 20%, 20.2% 0%);
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%, 58.5% 0%, 58.5% 20%, 20.2% 20%, 20.2% 0%);
  }
}
@media screen and (max-width: 1200px) {
  .hero-image-large-frame span:after {
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%, 60.8% 0%, 60.8% 20%, 10.2% 20%, 10.2% 0%);
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%, 60.8% 0%, 60.8% 20%, 10.2% 20%, 10.2% 0%);
  }
}
@media screen and (max-width: 1024px) {
  .hero-image-large-frame span:after {
    border-left: 1px solid #ad9258;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%, 80.8% 0%, 80.8% 20%, 19.2% 20%, 19.2% 0%);
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%, 80.8% 0%, 80.8% 20%, 19.2% 20%, 19.2% 0%);
  }
}
@media screen and (max-width: 640px) {
  .hero-image-large-frame span:after {
    clip-path: none;
    -webkit-clip-path: none;
  }
}
.hero-image-large-frame.in-viewport:before {
  opacity: 1;
  top: 100px;
  left: 50px;
  right: 50px;
  bottom: 50px;
  -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;
}
@media screen and (max-width: 1024px) {
  .hero-image-large-frame.in-viewport:before {
    transition: none;
    -webkit-transition: none;
  }
}
@media screen and (max-width: 640px) {
  .hero-image-large-frame.in-viewport:before {
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
}
.hero-image-large-frame.in-viewport:after {
  opacity: 1;
  top: 100px;
  left: 60px;
  right: 60px;
  bottom: 60px;
  -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;
}
@media screen and (max-width: 1024px) {
  .hero-image-large-frame.in-viewport:after {
    transition: none;
    -webkit-transition: none;
  }
}
@media screen and (max-width: 640px) {
  .hero-image-large-frame.in-viewport:after {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}
.hero-image-large-frame.in-viewport.hero-image-short:after {
  bottom: 50px;
}
@media screen and (max-width: 640px) {
  .hero-image-large-frame.in-viewport.hero-image-short:after {
    bottom: 5px;
  }
}
.hero-image-large-frame.in-viewport span:before {
  opacity: 1;
  top: 50px;
  left: 275px;
  right: 50px;
  bottom: 50px;
  -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;
}
@media screen and (max-width: 1024px) {
  .hero-image-large-frame.in-viewport span:before {
    left: 50px;
    transition: none;
    -webkit-transition: none;
  }
}
@media screen and (max-width: 640px) {
  .hero-image-large-frame.in-viewport span:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
}
.hero-image-large-frame.in-viewport span:after {
  opacity: 1;
  top: 60px;
  left: 275px;
  right: 60px;
  bottom: 60px;
  -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;
}
@media screen and (max-width: 1024px) {
  .hero-image-large-frame.in-viewport span:after {
    left: 60px;
    transition: none;
    -webkit-transition: none;
  }
}
@media screen and (max-width: 640px) {
  .hero-image-large-frame.in-viewport span:after {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}
@supports (-ms-ime-align: auto) {
  /* Microsoft EdgeV13&14 CSS styles go here */
  .hero-image-large-frame:before, .hero-image-large-frame:after, .hero-image-large-frame span {
    display: none;
  }
}
@supports (-ms-accelerator: true) {
  /* Microsoft EdgeV13 CSS styles go here */
  .hero-image-large-frame:before, .hero-image-large-frame:after, .hero-image-large-frame span {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10 & IE11 CSS styles go here */
  .hero-image-large-frame:before, .hero-image-large-frame:after, .hero-image-large-frame span {
    display: none;
  }
}
.home .hero-image-large-frame span:before, .home .hero-image-large-frame span:after {
  clip-path: none !important;
  -webkit-clip-path: none !important;
}
.home-hero-logo {
  width: 450px;
}
.scroll-arrow {
  display: inline-block;
  margin-top: 20px;
  max-width: 25px;
  padding: 0;
}
.scrolly:hover, .scrolly:active, .scrolly:focus {
  border: 0;
  outline: 0;
}
/* Home Content */
/* Home Intro */
.home-intro-container {
  margin: 40px 0 0 0;
  position: relative;
}
.home-intro-container .inner {
  border-top: 1px solid #edd4a0;
  background: #fff url('/wp-content/themes/btmc_roosevelt_nyc/assets/rh-flapper-background-min.jpg') no-repeat bottom right;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 92.5%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 92.5%, 0 100%);
  min-height: 950px;
  padding: 40px;
  width: 1180px;
}
@media screen and (max-width: 900px) {
  .home-intro-container .inner {
    background-size: auto 100%;
    clip-path: none;
    -webkit-clip-path: none;
  }
}
@media screen and (max-width: 640px) {
  .home-intro-container .inner {
    background: #fff;
    min-height: 0;
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .home-intro-container {
    margin: 40px 10px 0 10px;
  }
}
.home-intro-titles {
  position: relative;
  z-index: 10;
}
.home-intro-titles h1 {
  font-family: "futura-pt", sans-serif;
  font-size: 130px;
  font-weight: 700;
  line-height: 0.8;
  margin: 40px 0;
  text-transform: uppercase;
}
.home-intro-titles h1 span {
  font-size: 115.5px;
}
.home-intro-titles h1 strong {
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  .home-intro-titles h1 {
    font-size: 100px;
  }
  .home-intro-titles h1 span {
    font-size: 88.5px;
  }
}
@media screen and (max-width: 900px) {
  .home-intro-titles h1 {
    font-size: 70px;
  }
  .home-intro-titles h1 span {
    font-size: 62.5px;
  }
}
@media screen and (max-width: 640px) {
  .home-intro-titles h1 {
    font-size: 48px;
    margin: 20px 0;
  }
  .home-intro-titles h1 span {
    font-size: 42px;
  }
}
@media screen and (max-width: 480px) {
  .home-intro-titles h1 {
    font-size: 40px;
  }
  .home-intro-titles h1 span {
    font-size: 36px;
  }
}
.home-intro-titles h2 {
  font-weight: 200;
  font-size: 40px;
  line-height: 1.2;
  max-width: 430px;
  text-transform: none;
}
.home-intro-titles h2 strong {
  font-weight: 200;
}
@media screen and (max-width: 1100px) {
  .home-intro-titles h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 900px) {
  .home-intro-titles h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .home-intro-titles h2 {
    font-size: 20px;
    max-width: 100%;
  }
}
.home-intro-titles strong {
  color: #ad9258;
}
.home-intro-block {
  display: inline-block;
  margin-right: -4.5px;
  vertical-align: middle;
  width: 39%;
}
.home-intro-block p {
  font-size: 14px;
  line-height: 2.5;
}
@media screen and (max-width: 640px) {
  .home-intro-block p {
    line-height: normal;
  }
}
.home-intro-block.video-block {
  margin-top: 50px;
  margin-left: 7.5%;
}
.home-intro-block.video-block:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.5" /><feFuncG type="linear" slope="1.5" /><feFuncB type="linear" slope="1.5" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
  -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;
}
@media screen and (max-width: 1100px) {
  .home-intro-block.video-block {
    margin-top: 200px !important;
  }
}
@media screen and (max-width: 900px) {
  .home-intro-block.video-block {
    margin-bottom: 60px !important;
    margin-top: 120px !important;
  }
}
@media screen and (max-width: 640px) {
  .home-intro-block.video-block {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 900px) {
  .home-intro-block {
    display: block;
    margin: 0 !important;
    width: 100%;
  }
}
.home-intro-content-row-1, .home-intro-content-row-2 {
  position: relative;
  z-index: 10;
}
.home-intro-content-row-2 {
  margin: 0 0 40px 0;
}
.home-intro-content-row-2 .home-intro-block {
  margin-left: 30%;
}
@media screen and (max-width: 900px) {
  .home-intro-content-row-2 {
    margin: 0 0 40px 0;
  }
}
/* Home Slider */
.home-slider-container {
  margin-top: -40px;
}
.home-slider-container .inner {
  clip-path: polygon(0 11.875%, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 11.875%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 900px) {
  .home-slider-container .inner {
    clip-path: none;
    -webkit-clip-path: none;
  }
}
.home-slider-container .slide {
  background-color: #221e1f;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 600px;
  position: relative;
}
.home-slider-container .slide a, .home-slider-container .slide a:visited {
  color: #fff;
}
.home-slider-container .slide a:hover, .home-slider-container .slide a:active, .home-slider-container .slide a:focus {
  color: #ad9258;
}
@media screen and (max-width: 640px) {
  .home-slider-container .slide {
    height: 450px;
  }
}
.home-slider-container .owl-prev, .home-slider-container .owl-next {
  font-family: "futura-pt", sans-serif;
  font-size: 12px;
  line-height: normal;
  height: auto;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 20px;
  width: auto;
}
.home-slider-container .owl-prev span, .home-slider-container .owl-next span {
  display: inline-block;
  font-size: 18px;
  margin-top: -2px;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .home-slider-container .owl-prev, .home-slider-container .owl-next {
    display: none !important;
  }
}
.home-slider-container .owl-prev span {
  margin-right: 10px;
}
.home-slider-container .owl-next span {
  margin-left: 10px;
}
@media screen and (max-width: 800px) {
  .home-slider-container {
    margin-top: 40px;
  }
}
.slide-content {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 500px;
}
@media screen and (max-width: 800px) {
  .slide-content p {
    font-size: 12px;
  }
}
.slide-category {
  border-bottom: 1px solid #ad9258;
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  margin: 0;
  padding: 5px 20px;
  text-transform: uppercase;
}
.home-transparent-button, .home-transparent-button:visited {
  background: transparent;
  border: 1px solid #ad9258;
  color: #fff;
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 3px;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.home-transparent-button:hover, .home-transparent-button:focus, .home-transparent-button:active {
  background: #ad9258;
  color: #fff !important;
}
/* Home Featured */
.home-featured-container {
  margin: 40px 0 -180px 0;
  padding-bottom: 40px;
}
.home-featured-container .inner {
  background: transparent url('/wp-content/themes/btmc_roosevelt_nyc/assets/rh-building-background-r2-min.png') no-repeat left top;
  background-size: auto 100%;
  border-top: 1px solid #ad9258;
  padding: 40px 40px 200px 40px;
  width: 1180px;
}
@media screen and (max-width: 800px) {
  .home-featured-container .inner {
    padding: 10px;
  }
}
@media screen and (max-width: 800px) {
  .home-featured-container {
    margin: 40px 10px;
    padding-bottom: 0;
  }
}
.home-featured-column {
  display: inline-block;
  margin-right: -4.5px;
  vertical-align: top;
  width: 50%;
}
.home-featured-column p {
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .home-featured-column p {
    line-height: normal;
  }
}
.home-featured-column img {
  vertical-align: middle;
}
.home-featured-column .category p {
  line-height: normal;
}
.home-featured-column .button {
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .home-featured-column {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
}
.home-featured-column-1 {
  padding-right: 30px;
}
.home-featured-column-1 img {
  margin: 20px 0;
  width: 350px;
}
@media screen and (max-width: 800px) {
  .home-featured-column-1 {
    padding-right: 0;
  }
}
.home-featured-column-2 {
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .home-featured-column-2 {
    padding-left: 0;
  }
}
/* Home Vlog */
.home-featured-vlogs {
  margin-left: calc((100% - 1180px)/2);
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .home-featured-vlogs {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .home-featured-vlogs {
    margin-bottom: 80px;
  }
}
.home-featured-vlog-large {
  background-color: #221e1f;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 700px;
  padding: 100px;
  position: relative;
  margin-left: 60px;
}
.home-featured-vlog-large h3 {
  font-family: "futura-pt", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .home-featured-vlog-large h3 {
    font-size: 24px;
  }
}
.home-featured-vlog-large p {
  line-height: 2;
  margin-left: 20px;
}
.home-featured-vlog-large p.vlog-cta {
  margin-left: 40px;
}
@media screen and (max-width: 640px) {
  .home-featured-vlog-large p {
    line-height: normal;
  }
}
.home-featured-vlog-large:before {
  border-left: 1px solid #edd4a0;
  content: "";
  display: inline-block;
  height: 500px;
  position: absolute;
  top: -60px;
  left: -60px;
}
@media screen and (max-width: 1200px) {
  .home-featured-vlog-large {
    margin-left: 0;
    padding: 10px;
  }
  .home-featured-vlog-large:before {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .home-featured-vlog-large {
    height: 500px;
  }
}
.vlog-cta-button, .vlog-cta-button:visited {
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}
.vlog-cta-button:after, .vlog-cta-button:visited:after {
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #ad9258;
  content: "";
  display: inline-block;
  height: 0;
  margin-top: 11px;
  vertical-align: top;
  width: 0;
}
.vlog-cta-button:focus, .vlog-cta-button:hover, .vlog-cta-button:active {
  color: #edd4a0;
}
.vlog-cta-button:focus:after, .vlog-cta-button:hover:after, .vlog-cta-button:active:after {
  border-color: transparent transparent transparent #edd4a0;
}
.home-featured-vlog-content {
  max-width: 100%;
  width: 500px;
}
.home-featured-vlog-small {
  position: absolute;
  bottom: -40px;
  left: -60px;
  right: calc((100% - 1180px)/2);
}
.home-featured-vlog-small .inner {
  width: 1105px;
}
.home-featured-vlog-small img {
  max-width: 100%;
  width: 350px;
}
.home-featured-vlog-small img:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.5" /><feFuncG type="linear" slope="1.5" /><feFuncB type="linear" slope="1.5" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
  -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;
}
@media screen and (max-width: 1200px) {
  .home-featured-vlog-small {
    right: 0;
    left: 0;
  }
}
/* ALL PAGES */
/* Related Content */
.related-content-container {
  margin: 40px 0;
}
.related-content-item {
  background-color: #221e1f;
  color: #fff;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  height: 600px;
  margin-right: -5px;
  padding: 20px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 33.3%;
}
@media screen and (max-width: 800px) {
  .related-content-item {
    display: block;
    height: 400px;
    margin-right: 0;
    width: 100%;
  }
}
.related-content-item:after, .related-content-item:before {
  content: "";
  position: absolute;
  z-index: 1;
}
.related-content-item:first-child:after {
  border-top: 1px solid #ad9258;
  border-left: 1px solid #ad9258;
  border-bottom: 1px solid #ad9258;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 0;
}
@media screen and (max-width: 800px) {
  .related-content-item:first-child:after {
    border-right: 1px solid #ad9258;
    border-bottom: 0;
    right: 15px;
    bottom: 0;
  }
}
.related-content-item:first-child:before {
  border-top: 1px solid #979686;
  border-left: 1px solid #979686;
  border-bottom: 1px solid #979686;
  top: 25px;
  left: 25px;
  bottom: 25px;
  right: 0;
}
@media screen and (max-width: 800px) {
  .related-content-item:first-child:before {
    border-right: 1px solid #979686;
    border-bottom: 0;
    bottom: 0;
    right: 25px;
  }
}
.related-content-item:nth-child(2):after {
  border-top: 1px solid #ad9258;
  border-bottom: 1px solid #ad9258;
  top: 15px;
  left: 0;
  bottom: 15px;
  right: 0;
}
@media screen and (max-width: 800px) {
  .related-content-item:nth-child(2):after {
    border-bottom: 0;
    border-top: 0;
    border-left: 1px solid #ad9258;
    border-right: 1px solid #ad9258;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
  }
}
.related-content-item:nth-child(2):before {
  border-top: 1px solid #979686;
  border-bottom: 1px solid #979686;
  top: 25px;
  left: 0;
  bottom: 25px;
  right: 0;
}
@media screen and (max-width: 800px) {
  .related-content-item:nth-child(2):before {
    border-bottom: 0;
    border-top: 0;
    border-left: 1px solid #979686;
    border-right: 1px solid #979686;
    top: 0;
    bottom: 0;
    left: 25px;
    right: 25px;
  }
}
.related-content-item:nth-child(3):after {
  border-top: 1px solid #ad9258;
  border-right: 1px solid #ad9258;
  border-bottom: 1px solid #ad9258;
  top: 15px;
  left: 0;
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width: 800px) {
  .related-content-item:nth-child(3):after {
    border-top: 0;
    border-left: 1px solid #ad9258;
    top: 0;
    left: 15px;
  }
}
.related-content-item:nth-child(3):before {
  border-top: 1px solid #979686;
  border-right: 1px solid #979686;
  border-bottom: 1px solid #979686;
  top: 25px;
  left: 0;
  bottom: 25px;
  right: 25px;
}
@media screen and (max-width: 800px) {
  .related-content-item:nth-child(3):before {
    border-top: 0;
    border-left: 1px solid #979686;
    top: 0;
    left: 25px;
  }
}
.related-content-item-panel {
  background: rgba(34, 30, 31, 0.9);
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
}
.related-content-item-panel p {
  font-size: 14px;
}
.related-content-item-inner, .related-content-item-panel-inner {
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.related-content-title {
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-size: 36px !important;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .related-content-title {
    font-size: 24px !important;
  }
}
/* Interior Pages */
/* Interior - Generic STuff */
.interior-white-background {
  background: #fff;
  padding: 80px;
  margin: 40px auto;
  width: 1180px;
}
@media screen and (max-width: 1024px) {
  .interior-white-background {
    padding: 40px;
  }
}
@media screen and (max-width: 640px) {
  .interior-white-background {
    padding: 10px;
    margin: 40px 10px;
    max-width: calc(100% - 20px);
  }
}
.interior-off-white-background {
  background: #f2eff0;
  border-top: 1px solid #edd4a0;
  padding: 60px 80px;
  margin: 40px auto;
  max-width: calc(100% - 20px);
  width: 1180px;
}
@media screen and (max-width: 1024px) {
  .interior-off-white-background {
    padding: 40px;
  }
}
@media screen and (max-width: 640px) {
  .interior-off-white-background {
    padding: 20px 10px;
    margin: 40px 10px;
  }
}
.spaced-paragraphs p {
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .spaced-paragraphs p {
    line-height: 1.5;
  }
}
/* Interior - Bottom Optional Gallery */
.bottom-gallery {
  margin: -40px 0 80px 0;
  width: 100%;
}
.bottom-gallery .slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}
@media screen and (max-width: 1024px) {
  .bottom-gallery .slide {
    height: 400px;
  }
}
.bottom-gallery .owl-prev, .bottom-gallery .owl-next {
  background-size: 50% auto !important;
  height: 80px;
  position: absolute;
  top: auto;
  bottom: -40px;
  right: auto;
  transform: none;
  -webkit-transform: none;
}
.bottom-gallery .owl-prev:hover, .bottom-gallery .owl-next:hover {
  border-color: #221e1f;
  -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;
}
.bottom-gallery .owl-prev {
  background: #ad9258 url('/wp-content/themes/btmc_roosevelt_nyc/assets/rh-bottom-gallery-prev-min.png') no-repeat center right;
  border: 1px solid #ad9258;
  left: calc(50% - 125px);
  width: 100px;
}
.bottom-gallery .owl-next {
  background: #edd4a0 url('/wp-content/themes/btmc_roosevelt_nyc/assets/rh-bottom-gallery-next-min.png') no-repeat center center;
  border: 1px solid #edd4a0;
  left: calc(50% - 25px);
  width: 150px;
}
.bottom-gallery-content .interior-white-background {
  margin-top: 0;
  padding-top: 80px;
}
/* Alternate Interior Page Content */
.entry-content-with-ctas {
  display: inline-block;
  margin-right: -4.5px;
  vertical-align: top;
  width: calc(100% - 250px);
}
@media screen and (max-width: 800px) {
  .entry-content-with-ctas {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.entry-content-ctas {
  display: inline-block;
  margin-right: -4.5px;
  padding-left: 50px;
  text-align: center;
  vertical-align: top;
  width: 250px;
}
.entry-content-ctas .button {
  display: block;
  margin: 20px auto;
}
.entry-content-ctas .button:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .entry-content-ctas .button {
    display: inline-block;
    margin: 0 20px 20px 0;
  }
}
@media screen and (max-width: 800px) {
  .entry-content-ctas {
    display: block;
    margin-bottom: 40px;
    margin-right: 0;
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .entry-content-ctas {
    margin-bottom: 0;
  }
}
/* Weddings Template Content Rows */
.weddings-content-rows-container {
  margin-top: -40px;
}
.weddings-content-rows-container .interior-white-background {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .weddings-content-rows-container .interior-white-background {
    margin: 0 10px;
    padding: 40px 10px;
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 640px) {
  .weddings-content-rows-container {
    margin-top: 0;
  }
}
.weddings-content-row, .rooms-content-row {
  margin: 0 0 80px 0;
}
.weddings-content-row h2, .rooms-content-row h2 {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .weddings-content-row, .rooms-content-row {
    margin: 0 0 40px 0;
  }
}
.row-image {
  vertical-align: middle;
  width: 100%;
}
.rooms-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 86px;
  left: 34px;
}
@media screen and (max-width: 1024px) {
  .rooms-navigation {
    left: 15px;
    top: 46px;
  }
}
@media screen and (max-width: 800px) {
  .rooms-navigation {
    display: none;
  }
}
.rooms-navigation.scrolling {
  position: fixed;
  top: 86px;
  left: calc(50% - 556px);
}
@media screen and (max-width: 1180px) {
  .rooms-navigation.scrolling {
    left: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .rooms-navigation.scrolling {
    left: 15px;
    top: 26px;
  }
}
.rooms-navigation li {
  background: #fff;
  border: 1px solid #ad9258;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 12px;
  margin-bottom: 18px;
  position: relative;
  text-indent: 0;
  width: 12px;
}
.rooms-navigation li:hover, .rooms-navigation li.active {
  background: #edd4a0;
}
.rooms-navigation li:before {
  display: none;
}
.rooms-navigation li:after {
  content: "";
  border-right: 1px solid #979686;
  z-index: 3;
  margin: 0;
  position: absolute;
  bottom: -19px;
  right: 4.5px;
  width: 14px;
  height: 19px;
  display: block;
}
.rooms-navigation li:last-child:after {
  display: none;
}
/* Gallery Page */
.swipe-gallery {
  display: inline-block;
  margin-right: -4.5px;
  padding: 5px;
  width: 25%;
}
.swipe-gallery img {
  vertical-align: middle;
}
.swipe-gallery:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.5" /><feFuncG type="linear" slope="1.5" /><feFuncB type="linear" slope="1.5" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
  -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;
}
@media screen and (max-width: 800px) {
  .swipe-gallery {
    width: 33.3%;
  }
}
@media screen and (max-width: 480px) {
  .swipe-gallery {
    width: 50%;
  }
}
/* Retail Page */
.retail-container {
  padding-top: 40px;
}
@media screen and (max-width: 480px) {
  .retail-container {
    padding-top: 0;
  }
}
.retail-item {
  display: inline-block;
  margin-right: -4.5px;
  padding: 10px;
  width: 25%;
  vertical-align: top;
}
.retail-item h2 {
  font-family: "muli", sans-serif;
  font-weight: 200;
  letter-spacing: 5px;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .retail-item h2 {
    font-size: 20px;
    letter-spacing: normal;
  }
}
.retail-item p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .retail-item {
    width: 33.3%;
  }
}
@media screen and (max-width: 640px) {
  .retail-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .retail-item {
    display: block;
    margin-right: 0;
    width: 100%;
  }
}
/* PRess */
.date {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase;
}
.press-container {
  padding-top: 40px;
}
.press-excerpt {
  border-bottom: 1px solid #f2eff0;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.press-excerpt h2 {
  margin-bottom: 0;
}
/* Offers */
.offer-list-container {
  padding-top: 40px;
}
@media screen and (max-width: 640px) {
  .offer-list-container {
    padding-top: 0;
  }
}
.offer-preview, .meeting-link {
  background-color: #221e1f;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: inline-block;
  margin-right: -4.5px;
  height: 500px;
  position: relative;
  vertical-align: top;
  width: 50%;
}
.offer-preview:before, .meeting-link:before {
  background: rgba(34, 31, 30, 0.65);
  content: "";
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 800px) {
  .offer-preview, .meeting-link {
    display: block;
    margin-right: 0;
    width: 100%;
  }
}
.meeting-link {
  height: 600px;
}
.meeting-link:before {
  display: none;
}
@media screen and (max-width: 640px) {
  .meeting-link {
    height: 400px;
  }
}
.offer-preview-content, .meeting-link-content {
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.offer-preview-content p, .meeting-link-content p {
  font-size: 14px;
}
.standalone-frame {
  border: 1px solid #ad9258;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
.standalone-frame:after {
  border: 1px solid #979686;
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}
.offer-single-content, .offer-single-image {
  display: inline-block;
  margin-right: -4.5px;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .offer-single-content, .offer-single-image {
    display: block;
    margin-right: 0;
  }
}
.offer-single-content {
  padding-right: 40px;
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .offer-single-content {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .offer-single-content {
    margin-bottom: 40px;
    padding-right: 0;
    width: 100%;
  }
}
.offer-single-image {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .offer-single-image {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .offer-single-image {
    width: 100%;
  }
}
/* Meetings Template */
.meetings-background {
  background: transparent url('/wp-content/themes/btmc_roosevelt_nyc/assets/rh-meetings-background-min.jpg') no-repeat top center;
  background-size: cover;
}
.meetings-content-article {
  padding-top: 40px;
  padding-bottom: 40px;
}
.meetings-content-container {
  border-top: 1px solid #edd4a0;
  padding: 60px 80px 0 80px;
  width: 1180px;
}
@media screen and (max-width: 1024px) {
  .meetings-content-container {
    padding: 40px 40px 0 40px;
  }
}
@media screen and (max-width: 640px) {
  .meetings-content-container {
    padding: 20px;
  }
}
.meeting-link h2 {
  font-size: 36px;
}
.meeting-link:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.5" /><feFuncG type="linear" slope="1.5" /><feFuncB type="linear" slope="1.5" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
  -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;
}
/* Dining Template */
.dining-content-row-container {
  margin: 0 0 160px 0;
  position: relative;
}
@media screen and (max-width: 800px) {
  .dining-content-row-container {
    margin: 0 0 40px 0;
  }
}
.dining-content-row {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.dining-content, .dining-image {
  display: inline-block;
  margin-right: -4.5px;
  width: 50%;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  .dining-content, .dining-image {
    display: block;
    margin-right: 0;
    width: 100%;
  }
}
.dining-content {
  padding: 40px 60px;
}
.dining-content p {
  font-size: 14px;
}
.dining-content .button {
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .dining-content {
    padding: 10px;
  }
}
.dining-image img {
  margin-bottom: -60px;
  margin-top: 60px;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .dining-image img {
    margin: 0;
  }
}
.lightbg {
  color: #fff;
}
.lightbg .button, .lightbg .button:visited {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.lightbg .button:hover, .lightbg .button:active, .lightbg .button:focus {
  border-color: #ad9258;
  color: #ad9258;
}
.dining-content img {
  width: 350px;
}
.dining-title {
  letter-spacing: 10px;
}
.dining-title span {
  color: #ad9258;
  display: block;
}
/* TOp Level Template */
.featured-top-level-section {
  margin-bottom: 20px !important;
}
.featured-top-level-section h2 {
  margin-top: 0;
}
.featured-top-level-section ~ hr {
  margin: 0 0 56px 0;
}
.top-level-section {
  margin-bottom: 60px;
}
.top-level-section:last-child {
  margin-bottom: 0;
}
.top-level-image, .top-level-content.has-image {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-right: -4.5px;
}
@media screen and (max-width: 800px) {
  .top-level-image, .top-level-content.has-image {
    display: block;
    margin-right: 0;
    width: 100%;
  }
}
.top-level-image {
  padding-right: 20px;
}
@media screen and (max-width: 800px) {
  .top-level-image {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.top-level-content.has-image {
  padding-left: 20px;
}
@media screen and (max-width: 800px) {
  .top-level-content.has-image {
    padding-left: 0;
  }
}
/* Restaurant Template */
.restaurant-top-content {
  background: #221e1f url('/wp-content/themes/btmc_roosevelt_nyc/assets/rh-mad46-background-top-min.jpg') no-repeat center bottom;
  background-size: cover;
  color: #fff;
  margin-bottom: 80px;
  padding: 60px 0;
}
.restaurant-top-content .inner {
  padding: 0 40px;
  width: 1180px;
}
@media screen and (max-width: 800px) {
  .restaurant-top-content .inner {
    padding: 0 10px;
  }
}
.restaurant-top-content h1 span {
  color: #ad9258;
}
.restaurant-top-content h2 {
  letter-spacing: 10px;
  font-weight: 300;
}
.restaurant-top-content h2 span {
  color: #ad9258;
}
.restaurant-top-content p {
  max-width: 100%;
  width: 1000px;
}
.restaurant-top-content p.narrow-paragraph {
  width: 800px;
}
@media screen and (max-width: 800px) {
  .restaurant-top-content p {
    font-size: 14px;
  }
}
.restaurant-top-content .entry-content {
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .restaurant-top-content .entry-content {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .restaurant-top-content {
    padding: 40px 0;
  }
}
.restaurant-accent-image {
  margin-left: -40px;
  margin-bottom: -100px;
  max-width: 100%;
  width: 840px;
}
.restaurant-accent-image img {
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .restaurant-accent-image {
    margin-left: 0;
  }
}
.middle-content-column {
  display: inline-block;
  margin-right: -4.5px;
  vertical-align: bottom;
}
.middle-content-column .button {
  margin-bottom: 10px;
}
.middle-content-column img {
  margin-top: 22px;
}
@media screen and (max-width: 800px) {
  .middle-content-column img {
    margin-top: 10px;
  }
}
.middle-content-column:first-child {
  padding-right: 30px;
  width: 60%;
}
@media screen and (max-width: 800px) {
  .middle-content-column:first-child {
    margin-bottom: 20px;
    padding-right: 0;
    width: 100%;
  }
}
.middle-content-column:last-child {
  padding-left: 30px;
  width: 40%;
}
@media screen and (max-width: 800px) {
  .middle-content-column:last-child {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .middle-content-column {
    display: block;
    margin-right: 0;
  }
}
.restaurant-bottom-content h2 {
  font-weight: 300;
  letter-spacing: 10px;
  margin: 0;
  text-transform: uppercase;
}
.restaurant-bottom-content h3 {
  color: #ad9258;
  font-weight: 700;
  letter-spacing: 5px;
  margin-top: 0;
  text-transform: uppercase;
}
.restaurant-bottom-content .interior-white-background {
  padding-bottom: 44px;
}
.restaurant-bottom-content p:last-child {
  font-size: 14px;
}
.restaurant-bottom-content .button {
  margin-bottom: 10px;
}
.restaurant-middle-image {
  margin: 20px 0;
}
.restaurant-middle-image img {
  vertical-align: middle;
  width: 100%;
}
.middle-content-row {
  margin: 0 auto;
  max-width: 100%;
  padding: 32px 0 0 0;
  width: 800px;
}
.bottom-gallery-content.restaurant-bottom-content h3 {
  margin-bottom: 0;
  margin-top: 16px;
}
.bottom-gallery-content.restaurant-bottom-content p {
  font-size: 14px;
  margin-top: 0;
}
.bottom-gallery-content.restaurant-bottom-content .interior-white-background {
  padding-top: 100px;
}
.content-column {
  padding-right: 10px;
}
@media screen and (max-width: 800px) {
  .full_width, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    clear: both;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    padding-right: 0;
  }
}
/* POPUP BUILDER MADNESS */
@media screen and (max-height: 660px) {
  #sgcboxOverlay, #sgcolorbox {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  #sgcboxOverlay, #sgcolorbox {
    display: none !important;
  }
}
.colorbox3 #sgcboxClose {
  background: transparent url('/wp-content/themes/btmc_roosevelt_nyc/assets/rh-close-popup.png') no-repeat center center !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  height: 27px !important;
  top: 20px !important;
  right: 30px !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  width: 27px !important;
}
.colorbox3 #sgcboxClose:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.colorbox3 #sgcboxLoadedContent {
  background: #000 !important;
  border-color: #000 !important;
  border-width: 3px !important;
  padding-bottom: 20px !important;
}
.colorbox3 #sgcboxContent {
  margin-top: 0 !important;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Footer
 --------------------------------------------------------------*/
.site-footer {
  background: #221e1f;
  color: #fff;
  margin-top: 60px;
}
.site-footer a, .site-footer a:visited {
  color: #ad9258;
  text-decoration: none;
}
.site-footer a:hover, .site-footer a:active, .site-footer a:focus {
  color: #edd4a0;
}
@media screen and (max-width: 640px) {
  .site-footer {
    margin-top: 40px;
  }
}
.footer-map img {
  width: 100%;
}
.social-media-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-media-icons li {
  display: inline-block;
  margin-right: 15px;
  text-indent: 0;
}
.social-media-icons li:before {
  display: none;
}
.social-media-icons li:last-child {
  margin-right: 0;
}
.footer-about {
  font-size: 14px;
  padding: 60px 0 40px 0;
}
.footer-about .social-media-icons {
  font-size: 24px;
}
.footer-section {
  margin-bottom: 40px;
}
.footer-branding img {
  vertical-align: middle;
  width: 350px;
}
.footer-menu-container ul {
  list-style: none;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  width: 600px;
}
.footer-menu-container li {
  display: inline-block;
  margin-right: -4.5px;
  min-width: 200px;
  padding: 10px;
}
.footer-menu-container li:before {
  display: none;
}
@media screen and (max-width: 640px) {
  .footer-menu-container li {
    padding: 5px;
  }
}
.footer-copyright {
  color: #979686;
}
/*--------------------------------------------------------------
 # 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;
}
