html { margin: 0; padding: 0; font-family: 'Montserrat', sans-serif; scroll-behavior: smooth; color: #fff; background: #000;}
body { width: 100%; margin: 0; padding: 0; background: #000; overflow-x: hidden; }
ul { list-style: none; margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0; padding-inline-start: 0;}
a { text-decoration: none; color: #fff; -webkit-transform: translateZ(0); -webkit-transition: .3s all linear; -moz-transition: .3s all linear; transition: .3s all linear; }
p { margin: 0; }
h1 { margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0; }
h2 { margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0; }
h3 { margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0; }
p.clear { clear: both; }

.top-shadow { box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4); }

/* HEADER CSS */
#mast { position: absolute; top: 0; width: 100%; z-index: 10; }

.top-bar { height: 30px; background: #710000; width: 100%; text-align: center; }
.top-bar .top-bar-inner { color: #fff; text-transform: uppercase; font-weight: 700; font-size: 10px; line-height: 30px; }
.top-bar .top-bar-inner a { color: #ed1f24; text-decoration: none; }
.top-bar .top-bar-inner a:hover {}
.top-bar .top-bar-inner .top-bar-left { float: left; margin: 0 0 0 25px; }
.top-bar-left { cursor: pointer; }
.top-bar .top-bar-inner .top-bar-right { float: right; margin: 0 25px 0 0; }

.loc-dropdown { display: none; position: absolute; top: 30px; left: 0px; }
.top-bar-left ul { text-align: left; }
.top-bar-left ul li { padding: 0 25px; background: #710000; }
.top-bar-left ul li:hover { background: #580000; }
.top-bar-left ul li a { color: #fff!important; }

.header { width: 100%; height: 75px; background: none; }
.sticky { position: fixed; top:0; }
.header-dark { position: absolute; z-index: -1; display: none; width: 100%; height: 75px; background: rgba(0,0,0,0.75); }
    
.header .header-inner { font-family: 'Roboto Condensed', sans-serif; font-size: 16px; font-weight: 700; color: #fff; }
.header .header-inner .header-left { float: left; margin: 0 0 0 25px; }
.header .header-inner .header-left .logo { padding: 14px 0 12px 0; }
.header .header-inner .header-left .logo img { width: 230px; }
.header .header-inner .header-right { float: right; margin: 0 25px 0 0;  }
.header .header-inner .header-right .main-menu {}
.header .header-inner .header-right .main-menu ul { display: inline-block; margin: 0 10px; text-transform: uppercase; }
.header .header-inner .header-right .main-menu ul li { margin: 0 18px; line-height: 75px; display: inline-block; position: relative; }
.header .header-inner .header-right .main-menu ul li a { text-decoration: none; color: #fff; }
.header .header-inner .header-right .main-menu ul li a:hover { text-decoration: none; border-bottom: 4px solid #710000; }
.header .header-inner .header-right .main-menu .main-nav-dropdown { display: none; position: absolute; width: 170px; top: 50px; left: -20px; }
.header .header-inner .header-right .main-menu .main-nav-dropdown-inner {}   
.header .header-inner .header-right .main-menu .main-nav-dropdown-inner ul { list-style: none; width: 200px; margin: 25px 0 0 0; padding: 28px 0 0 0; background: rgba(0,0,0,0.75); }
.header .header-inner .header-right .main-menu .main-nav-dropdown-inner ul li { display: block; padding: 0 20px 28px 20px; margin: 0; line-height: 16px;}
.header .header-inner .header-right .main-menu .main-nav-dropdown-inner ul li a {}
.header .header-inner .header-right .main-menu .main-nav-dropdown-inner ul li a:hover { border-bottom: none; color: #990000; }
.header .header-inner .header-right .main-menu .main-nav-dropdown-inner ul li a .nav-note { font-size: 10px; color: #ff0; }
.header .header-inner .header-right .main-menu .header-button { display: inline-block; }
.header .header-inner .header-right .main-menu .header-button a { display: block; background: transparent; border-radius: 20px; border: 2px solid #990000; line-height: 40px; padding: 0 34px; font-weight: 400; text-decoration: none; color: #fff;  }
.header .header-inner .header-right .main-menu .header-button a:hover { background: #710000; border: 2px solid transparent; }

.top-page-button  { display: none; position: fixed; z-index: 50; bottom: 20px; right: 40px; cursor: pointer; }
.top-page-button i { font-size: 30px; }

/* HEADER MOBILE CSS */
.mobile-menu-button { display: none; font-size: 28px; cursor: pointer; }
.mobile-menu-button i { margin: 0 18px; line-height: 75px; display: inline-block; position: relative; z-index: 30;  }

.mobile-menu { position: fixed; z-index: 20; overflow-x: hidden; width: 0; height: 100%; right: 0; top: 0; background: #171717; transition: 0.5s; }
.mobile-menu-closer { display: none; position: absolute; top: 50px; right: 40px; font-size: 20px; cursor: pointer; }
.mobile-menu-inner { width: 320px; padding: 38px 0px 0 0; }
.mobile-menu-inner ul { padding: 0 40px; list-style: none; }
.mobile-menu-inner ul li {}
.mobile-menu-inner ul li a { font-family: 'Roboto Condensed', sans-serif; line-height: 44px; font-size: 16px; font-weight: 700; color: #fff; text-decoration: none; text-transform: uppercase; cursor: pointer; border: none; }
.mobile-menu-inner ul li a:hover { color: #990000; }
.mobile-menu-inner ul li a .fas { margin-left: 10px; font-size: 14px; position: relative; top: -2px; }
.mobile-menu-inner ul li a .nav-note { font-size: 10px; color: #ff0; line-height: 10px; margin: -10px 0 12px 0; }
.mobile-menu-inner ul li a .nav-note i { margin: 0; font-size: 6px; }
.mobile-menu-social { border-top: 1px solid #2d2d2d; padding: 14px 0; margin: 30px 40px 0 40px; }
.mobile-menu-social a { font-size: 20px; color: #717171 }
.mobile-menu-social a:hover { color: #f60b0e; }
.mobile-menu-address { padding: 24px 0; margin: 0 40px; font-family: 'Roboto'; font-size: 14px; color: #717171; }
.mobile-menu-hours { font-size: 14px; color: #717171; font-family: 'Roboto'; padding-left: 40px; }
.mobile-menu-hours ul.hours-days, .mobile-menu-hours ul.hours-times { padding: 0 14px 0 0; }
.mobile-menu-hours p { color: #fff; text-transform: uppercase; font-weight: 700; margin: 20px 0 4px 0; }

.accordion-item-a-trigger:after, .accordion-item-b-trigger:after { content: '\002B'; margin-left: 5px; }
.activated:after { content: "\2212"; }
.accordion-item-a, .accordion-item-b { max-height: 0px; overflow: hidden; transition: max-height 0.2s ease-out; }
.revealed { max-height: fit-content; }

/* BOTTOM PROMOTION BAR CSS */
.promotion-bottom-bar { position: fixed; z-index: 10; bottom: -46px; left: 0; width: 100%; height: 47px; background: #990000; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; transition: all 0.5s ease 0s; }
.promotion-bottom-bar-showing { bottom: 0; }
.promotion-bottom-bar-tab { position: absolute; top: -25px; left: 14px; font-size: 10px; padding: 6px 10px; color: #fff; text-transform: uppercase; font-weight: 700; background: #990000; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; cursor: pointer; }
.promotion-bottom-bar-inner { font-family: 'Roboto Condensed', sans-serif; font-size: 16px; margin: 14px; }
.promotion-bottom-bar-inner a { margin: 0 0 0 10px; color: #000; }

/* HOMEPAGE SLIDER CSS */
.owl-carousel { background: #000; }
.hp-slider { background: #000; }
.hp-slider-down-push-down { position: absolute; bottom: 10px; left: 50%; margin-left: -10px; color: #fff; font-size: 34px; z-index: 5; }
.hp-slider-slide { width: 100vw; height: 100vh; }
.hp-slider-slide-inner { position: relative; z-index: 2; height: 100%; display: flex; text-align: center; align-items: center; justify-content: center; flex-direction: column; background: url(../images/tv-lines.png.webp); }
.hp-slider-slide-content { width: 90%; text-align: left; }
.hp-slider-slide-content h1 { color: #fff; font-weight: 700; font-size: 120px; font-family: 'Staatliches', cursive; line-height: 124px; }
.slider-sub-content { margin: 42px 0 20px 2px; line-height: 26px; }
.slider-sub-content a { text-decoration: none; color: red; }

.slider-sub-content p a {
    display: block;
    width: fit-content;
    background: #710000;
    color: #fff;
    padding: 10px 14px;
    margin: 24px 0 0 0;
    border-radius: 10px;
}

.hp-slide1 { background: none; background-size: cover; }
.hp-slide1-bgvid { display: none; position: relative; top: 50%; left: 50%; z-index: -1; min-width: 100%; min-height: 100%; width: auto; height: auto; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }
.review-stars { display: inline-block; margin: 0 0 0 4px; }
.active video { position: absolute; display: block; }

.hp-slide0 { background: url('../images/sliderbg-gofundme-1080x600.jpg.webp'); background-size: cover; background-position: center; }
.hp-slide2 { background: url('../images/sliderbg-giftvouchers-1080x600.jpg.webp'); background-size: cover; background-position: center; }

/* SECTION TITLES */
.section-title { position: relative; z-index: 5; padding: 80px 0 20px 0; width: 100%; background: #171717; text-align: center; }
.section-title-inner { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; margin: auto; color: #fff; font-size: 68px; }
.section-title-subtitle { color: #fff; margin: 10px 0; padding: 0 40px; }
.section-title-subtitle a { color: #990000; text-decoration: none; }
.black-bg { background: #000 !important; }

/* SECTION BG IMAGES */
/* .grunge-bg1 { background: url('../images/section-bg-grunge.jpg'); background-size: cover; } */

/* ROOMS SECTION CSS */
.rooms-tile { position: relative; z-index: 5; width: 100%; padding: 24px 0 90px 0; background: #171717; }
.rooms-tile-inner { font-family: 'Roboto Condensed', sans-serif; width: 80%; margin: auto; text-align: center; }

.room-tile { position: relative; color: #fff; width: 46%; margin: 10px; height: 310px; display: inline-block; border-radius: 10px; overflow: hidden; cursor: pointer; }
.room-tile:hover .rtv  { background: none; opacity:1; }
.room-tile-video { position: absolute; top: 0; width: 100%; height: 100%; overflow: hidden; }
.room-tile-video video { position: absolute; width: 105%; left: 50%; /* % of surrounding element */ top: 50%; transform: translate(-50%, -50%); /* % of current element */ }
.rtv { opacity: 0; }
.rt-tb { background: url('../images/room-feature-1080x600-thebasement.jpg.webp'); background-size: cover; }
.rt-es { background: url('../images/room-feature-1080x600-theelevatorshaft.jpg.webp'); background-size: cover; }
.rt-ts { background: url('../images/room-feature-1080x600-thestudy.jpg.webp'); background-size: cover; }
.rt-cy { background: url('../images/room-feature-1080x600-thecourtyard.jpg.webp'); background-size: cover; }
.rt-tad { background: url('../images/room-feature-1080x600-tandyafterdark.jpg.webp'); background-size: cover; }
.rt-dab { background: url('../images/room-feature-1080x600-deadandbreakfast.jpg.webp'); background-size: cover; }
.room-tile-inner  { position: relative; z-index: 2; height: 100%; display: flex; text-align: center; align-items: center; justify-content: center; flex-direction: column; }
.room-tile-title { font-family: 'ferocious'; font-size: 32px; margin: 0 0 30px 0; text-shadow: 2px 3px 5px rgba(0,0,0,0.5); position: absolute; top: 20px; left: 40px; }
.room-tile-title-hovered { display: none; z-index: 10; font-family: 'ferocious'; margin: 15px 0 0 25px; text-shadow: 2px 3px 5px rgba(0,0,0,0.5); position: absolute; top: 0; left: 0; font-size: 24px; opacity: 1; width: 100%; text-align: left; }
.room-tile-title-hovered i { position: absolute; top: 0px; right: 40px; }
.room-tile-subtitle { font-size: 16px; margin: 0 0 30px 0; text-shadow: 2px 3px 5px rgb(0 0 0 / 50%); position: absolute; top: 74px; left: 35px; text-transform: uppercase; color: yellow; }
.room-tile-details { font-weight: 700; font-size: 15px; position: absolute; bottom: 20px; left: 10px; }
.room-tile-detail .fas { margin: 0 10px; }
.room-tile-detail { display: inline-block; margin: 0 10px; }
.room-tile-desc { margin: 12px 0 0px 0; line-height: 22px; font-size: 14px; text-align: left; position: absolute; bottom: 50px; left: 30px; }
.book-button-1 { position: absolute; top: 10px; right: 25px; }
.book-button-1 a { text-decoration: none; font-weight: 700; color: #fff; border: 1px solid #990000; background: #710000; display: block; margin: 14px 0 0 0; padding: 10px 60px; border-radius: 25px; }

/* PROMO VIDEO SECTION CSS */
.promo-video-fullscreen { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; background: rgba(0,0,0,0.75); cursor: pointer; }
.promo-video-fullscreen-inner { width: 100%; height: 100%; display: flex; text-align: center; align-items: center; justify-content: center; flex-direction: column; }
.video-container { position: relative; width: 80%; }
.video-container::after { padding-top: 56.25%; display: block; content: ''; }
.video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.promo-video { width: 100%; }
.promo-video-exit-button { position: absolute; top: -15px; right: -15px; color: #fff; z-index: 2; cursor: pointer; }
.promo-video-inner { width: 90%; margin: 80px auto; }
.promo-video-preview { position: relative; width: 82%; text-align: center; margin: auto; }
.promo-video-preview img { width: 100%; height: auto; position: relative; left: 0; top: 0; /* border: 1px solid #171717; */ }
.promo-video-play-button { position: absolute; background: #a50000; border-radius: 200px; padding: 50px; font-size: 50px; line-height: 0px; top: 50%; left: 50%; margin-top: -55px; margin-left: -55px; cursor: pointer; }
.promo-video-play-button-text {}
.fa-play {}

/* FAQ */
#faq { position: relative; z-index: 5; width: 100%; padding: 20px 0 90px 0; margin: 0 auto; background: #171717; color: #717171; font-family: 'Roboto Condensed', sans-serif; text-align: center; }
.faq-section { width: 36%; display: inline-block; margin: 0 24px; vertical-align: top; text-align: left; }
.faq-section-title { text-align: left; font-size: 18px; font-weight: 700; padding: 60px 0 30px 20px; }
#faq .accordion { background: none; font-family: 'Roboto Condensed', sans-serif; font: 400 14px Roboto Condensed; color: #fff; cursor: pointer; padding: 20px 0 22px 20px; /* width: 100%; */ text-align: left; outline: none; font-size: 15px; font-weight: 700; transition: 0.5s; border: none; border-top: 1px solid #000; }
#faq .accordion:after { content: '\002B'; color: #fff; font-weight: bold; float: right; margin-left: 5px; margin-right: 20px; }
#faq .active:after { content: "\2212"; }
#faq .act { float: right; margin-right: 20px; }
#faq .active, .accordion:hover { cursor: pointer; color: #990000; }
#faq .panel { padding: 0 18px; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; line-height: 22px; text-align: left; }
#faq .panel p { margin: 0 0 20px 0; }
#faq .panel p b {}

/* SEPERATOR */
.seperator { width: 100%; padding: 100px 0; text-align: center; background: url(../images/seperator-bg-the-study-desk.jpg.webp) center; }
.seperator-inner { margin: 0 auto; }

.seperator-inner picture img.eye { width: 200px; }

.seperator-left { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
.seperator-left-content {}
.seperator-title { font-family: 'Staatliches', cursive; font-size: 40px; }
.seperator-subtitle { font-size: 16px; }

.seperator-right {-ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
.seperator-right-content { text-align: right; }

/* EVENTS SECTION ON HOMEPAGE */
#events-sec { position: relative; z-index: 5; width: 100%; padding: 20px 0 90px 0; margin: 0 auto; background: #171717; color: #717171; font-family: 'Roboto Condensed', sans-serif; text-align: center; }
.events-sec-half { width: 36%; display: inline-block; margin: 0 24px; vertical-align: top; }
.events-sec-inner { padding: 0 20px; }
.events-sec-title { font-size: 24px; color: #fff; font-weight: bold; text-align: left; margin: 0 0 6px 0; }
.events-sec-text { text-align: left; margin: 0 0 20px 0; }
.events-sec-text p {}
.events-sec-text a {}

/* SIGN-UP FORM THIN */
.signup-form-thin { width: 100%; padding: 100px 0; background: url(../images/newsletter-section-bg.jpg.webp) center; }
.signup-form-thin-inner { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 74%; margin: 0 auto; }

.signup-form-thin-left { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
.signup-form-thin-left-content {}
.signup-form-thin-title { font-family: 'Staatliches', cursive; font-size: 40px; }
.signup-form-thin-subtitle { font-size: 16px; }

.signup-form-thin-right {-ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
.signup-form-thin-right-content { text-align: right; }

#mc_embed_signup { position: relative; top: 12px; }
.mc-field-group { display: inline-block; }
label.email-label { display: none; }
#mce-EMAIL { height: 40px; font-size: 24px; font-family: 'Roboto'; padding: 0 0 0 10px; border: 0; -webkit-highlight: none; }
input.button { position: relative; display: inline-block; width: 100px; height: 40px; font-family: 'Roboto'; font-weight: 700; color: #fff; background: #000; border: 1px solid #fff; text-transform: uppercase; cursor: pointer; left: -5px; top: -4px; }

/* SEO BLURB */
#seo-blurb { position: relative; z-index: 5; width: 100%; padding: 20px 0 90px 0; margin: 0 auto; background: #171717; color: #717171; font-family: 'Roboto Condensed', sans-serif; text-align: center; }
.seo-blurb-inner { padding: 0 20px; width: 72%; margin: auto; }
.seo-blurb-title { font-size: 24px; color: #fff; font-weight: bold; text-align: left; margin: 0 0 6px 0; }
.seo-blurb-text { text-align: left; margin: 0 0 20px 0; }
.seo-blurb-text p { margin: 20px 0; }
.seo-blurb-text a {}

/* LATEST BLOG POSTS */
#latest-posts { width: 100%; text-align: center; }
#latest-posts .latest-posts-inner { margin: 80px auto; }
#latest-posts .latest-posts-inner a.post { display: inline-block; vertical-align: top; text-align: left; width: 23%; margin: 0 16px; }
#latest-posts .latest-posts-inner a.post .post-feat-img {  }
#latest-posts .latest-posts-inner a.post .post-feat-img:hover {}
#latest-posts .latest-posts-inner a.post .post-feat-img img { width: 100%; height: auto; }
#latest-posts .latest-posts-inner a.post .post-feat-date { margin: 10px 0; font-size: 10px; }
#latest-posts .latest-posts-inner a.post h2.post-feat-title { margin: 0 0 4px 0; }
#latest-posts .latest-posts-inner a.post .post-feat-prev { font-size: 14px; }
#latest-posts .latest-posts-inner a.post .post-feat-prev p {}
.post-feat-img-wrapper { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 8px; /* optional rounded corners */ background: #000; }
.post-feat-img-wrapper img { width: 100%; height: 100%; object-fit: cover; display: block;}

/* FOOTER SECTION CSS */
.footer { width: 100%; position: relative; background: url('../images/footer-bg-courtyardgate-1920.jpg.webp'); background-size: cover; }
.footer-inner { font-family: 'Montserrat', sans-serif; font-size: 14px; background: rgb(39 39 39 / 90%); }
.footer-inner a { text-decoration: none; color: #717171;  }
.footer-inner a:hover { color: #f60b0e;  }

.footer-main { width: 72%; padding: 42px 15px 100px 15px; margin: 0 auto; }
.footer-main-inner { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }
.footer-section { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
.footer-fourth { text-align: right; -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; }

.footer-section-title { font-size: 18px; font-weight: 700; padding: 30px 0 }
.footer-section-title::after { content: ""; display: block; position: relative; top: 10px; left: 0; height: 1px; width: 24px; overflow: hidden; background-color: #f60b0e; }
.footer-fourth .footer-section-title { padding: 30px 0 6px 0!important; }
.footer-fourth .footer-section-title::after { display: none; }
.footer-section-title img { width: 180px; }
.footer-section-content { font-family: 'Roboto',sans-serif; color: #717171; line-height: 26px; }
.footer-section-content ul {}
.footer-section-content ul li { margin: 0 0 10px 0; list-style: none; text-transform: uppercase; }
.footer-section-content ul li a { text-decoration: none; color: #717171; }
.footer-section-content ul li a .nav-note {  line-height: 10px; font-size: 10px; color: #ff0; }
.footer-section-content ul li a:hover { color: #f60b0e; }
ul.hours-days { display: inline-block; margin-right: 2%; }
ul.hours-times { display: inline-block; text-align: right; }
.footer-social { margin: 10px 0 0 0; }
.footer-social a { font-size: 20px; color: #717171 }
.footer-social a:hover { color: #f60b0e; }
.social-icon { margin: 0 12px 0 0; }
.fa-google { margin-right: 0; }

.sub-footer { padding: 40px 0; width: 100%; background: rgb(29 29 29 / 75%); }
.sub-footer-inner { width: 90%; margin: 0 auto; text-align: center; }
.sub-footer-links { font-family: 'Roboto',sans-serif; font-size: 13px; }
.sub-footer-links a { color: #666666; text-decoration: none; }
.sub-footer-links a:hover { text-decoration: underline; }
.sub-footer-content { margin: 12px 0 0 0; font-family: 'Roboto',sans-serif; font-size: 12px; color: #444; }