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); }


/* 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 */
.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; }

.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: 'cenotaph'; 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: 'cenotaph'; 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 {}

/* 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; }

.rooms-tile-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  width: 90%;
  margin: auto;
}

.room-tile {
  flex: 1 1 calc(33.33% - 30px);
  box-sizing: border-box;
  min-width: 280px;
  margin-bottom: 40px;
}

.room-tile-title {
  font-size: 24px;
  line-height: 1.2;
  min-height: 48px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;             /* ⬅️ Impedisce l'andata a capo */
  overflow: hidden;                /* ⬅️ Nasconde l’eventuale overflow */
  text-overflow: ellipsis;         /* ⬅️ Aggiunge "..." se il testo è troppo lungo */
}


.room-tile-subtitle {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}

/* Dettagli (Max 6 Players ecc.) */
.room-tile-details {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 10px;
}


/* Mobile (opzionale) */
@media (max-width: 500px) {
  .room-tile-title {
    font-size: 18px !important;   /* ⬅️ più piccola su mobile */
    padding: 0 10px;              /* ⬅️ un po' di respiro laterale */
    text-overflow: clip !important; /* ⬅️ niente “...” */
  }
}


.book-section {
  clear: both;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.room-tile-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.room-tile-detail {
  flex: 0 1 auto;
  text-align: center;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media (max-width: 450px) {
  .room-tile-detail {
    font-size: 12.5px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    letter-spacing: -0.2px;
  }
}

.room-tile-details {
  gap: 6px;
}

@media (max-width: 768px) {
  .contact-main,
  .contact-full-width,
  .contact-full-width-inner,
  .contact-full-width-item-container {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .contact-full-width-item {
    margin-bottom: 10px !important;
  }

  p.clear {
    display: none;
  }
}



