/*   
Theme Name: Hotel Rival
Theme URI: https://www.rival.se
Description: Wordpress theme for Hotel Rival
Author: Frankly Media AB
Author URI: https://franklymedia.nu/
Version: 1
*/
/*

@font-face {
    font-family:"Futura-Book";
    src:url("fonts/Futura-Book.woff2") format("woff2"),url("fonts/Futura-Book.woff") format("woff"),url("fonts/Futura-Book.otf") format("opentype");
	font-style:normal;
	font-weight:400;
	font-display: swap;
}

@font-face {
    font-family:"Miller-Display";
    src:url("fonts/Miller-Display.woff2") format("woff2"),url("fonts/Miller-Display.woff") format("woff"),url("fonts/Miller-Display.otf") format("opentype");
	font-style:normal;
	font-weight:400;
	font-display: swap;
}


@font-face {
    font-family:"MillerBanner Roman";
    src:url("fonts/MillerBanner-Roman.woff2") format("woff2"),url("fonts/MillerBanner-Roman.woff") format("woff"),url("fonts/MillerBanner-Roman.otf") format("opentype");
	font-style:normal;
	font-weight:400;
	font-display: swap;
}
*/
html[lang="sv-SE"] .link-en {
  display: none !important;
}
html[lang="en"] .link-sv {
  display: none !important;
}
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Futura-Book";
  font-size: 16px;
  line-height: 1.6;
  background-image: url('images/rival-container-bg.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
body.page-template-page-collapse-max-height .card-collapser .card p {
  line-height: 1.3;
}
body.page-template-page-collapse-max-height .card-collapser .card p img {
  margin: 0 0 5px 0;
}
body.nav-active {
  overflow: hidden;
}
body.nav-active .home-toggle-icons {
  display: none;
}
body.scroll .home-toggle-icons {
  display: none !important;
}
body.scroll .nav-quicklinks {
  display: none;
}
@media (max-width: 768px) {
  body.home .languages {
    display: none;
  }
}
@media (max-width: 768px) {
  body.home.scroll .languages {
    display: block !important;
  }
}
body.home.scroll .nav-sticky {
  top: 60px;
}
body.home.scroll .nav-quicklinks,
body.home.scroll .quick-only {
  display: none !important;
}
body.home .home-toggle-icons {
  display: block;
}
body.home.admin-bar .nav-home-toggle {
  top: 21px;
}
body.weglot-active nav.navbar {
  top: 60px;
}
body.weglot-active .nav-quicklinks {
  top: 60px;
}
body.weglot-active.home.scroll .nav-home-toggle {
  top: 60px;
}
body.weglot-active .nav-home-toggle {
  top: 51px;
}
body.admin-bar nav.navbar {
  top: 30px;
}
body.admin-bar .nav-quicklinks {
  top: 30px;
}
body.admin-bar .nav-home-toggle {
  top: 21px;
}
body.admin-bar.home.scroll .nav-home-toggle {
  top: 30px;
}
@media (max-width: 991px) {
  body.windows.unknown-browser .page-header .wp-post-image {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    object-fit: none;
  }
}
a {
  color: #000;
  transition: 0.4s all;
}
a:hover,
a:active,
a:focus {
  color: #000;
  text-decoration: none;
  outline: none;
}
input:hover,
input:active,
input:focus {
  box-shadow: none;
  outline: none;
}
.nav-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.4s all;
  display: block;
  padding: 10px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .nav-sticky {
    display: none;
  }
}
.nav-sticky ul {
  list-style: none;
}
.nav-sticky ul li {
  display: inline-block;
  margin: 0 10px;
}
.footer {
  background-color: #fbf9f3;
  padding: 45px 0;
  font-family: "Futura-Book";
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
}
.footer a {
  color: rgba(0, 0, 0, 0.8);
}
.footer .footer-logo {
  margin: 0 auto 30px auto;
}
.footer .fa {
  width: 20px;
}
@media (max-width: 768px) {
  .footer .col-12 {
    text-align: center !important;
    margin-bottom: 20px;
  }
}
.newsletter {
  background-color: #ece3c7;
  padding: 50px 20px;
}
.newsletter .newsletter-container {
  margin: 20px auto 0 auto;
  display: inline-block;
}
@media (max-width: 768px) {
  .newsletter .newsletter-container input {
    width: 100%;
    text-align: center;
  }
}
.newsletter h3 {
  font-family: "Miller-Display";
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
}
.newsletter input {
  height: 35px;
  padding: 0 20px;
  background-color: #fff;
  color: #CECFB1;
  font-family: "Futura-Book";
  font-size: 16px;
  line-height: 16px;
  border: none;
  display: block;
  float: left;
}
.newsletter input[type="submit"] {
  background-color: #DDCD99;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  background-color: #fff;
  transition: 0.4s all;
}
.navbar.scroll {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDCD99;
  }
}
.navbar .navbar-brand {
  display: block;
  background-image: url('images/logo-rival-gold.png');
  background-size: contain;
  width: 200px;
  height: 20px;
  background-repeat: no-repeat;
}
.navbar.scroll {
  opacity: 1;
  pointer-events: all;
}
.navbar .navbar-collapse {
  height: 100%;
}
.navbar .navbar-collapse .navbar-nav {
  height: 100%;
  align-items: center;
}
.navbar .navbar-collapse .navbar-nav .nav-item {
  border-right: 1px solid #DDCD99;
  padding: 0;
  height: 100%;
  align-items: center;
}
@media (max-width: 1200px) {
  .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 10px 5px;
  }
}
.navbar .navbar-collapse .navbar-nav .nav-item.other {
  border-right: none;
  padding: 0 15px;
  font-size: 23px;
  font-family: "Miller-Display";
  text-transform: uppercase;
  position: relative;
}
.navbar .navbar-collapse .navbar-nav .nav-item.other.lang {
  font-size: 16px;
}
.navbar .navbar-collapse .navbar-nav .nav-item.other.lang span {
  cursor: pointer;
}
.navbar .navbar-collapse .navbar-nav .nav-item.other.lang span:hover {
  cursor: pointer;
}
.navbar .navbar-collapse .navbar-nav .nav-item.other .flag-icon img {
  width: 22px;
  height: auto;
  cursor: pointer;
}
.navbar .navbar-collapse .navbar-nav .nav-item.other a {
  color: #666;
}
.navbar .navbar-collapse .navbar-nav .nav-item.other:last-child {
  padding: 0;
  width: 60px;
}
@media (max-width: 1200px) {
  .navbar .navbar-collapse .navbar-nav .nav-item.other.toggle-nav {
    display: none;
  }
}
.navbar .navbar-collapse .navbar-nav .nav-item.book {
  padding: 0;
  margin-right: 20px;
}
.navbar .navbar-collapse .navbar-nav .nav-item.nav-search {
  background-color: #DDCD99;
}
.navbar .navbar-collapse .navbar-nav .nav-item.nav-search .nav-link {
  color: #fff;
}
.navbar .navbar-collapse .navbar-nav .search-overlay {
  padding: 10px;
  background-color: #fff;
  position: absolute;
  top: 43px;
  right: 0;
  display: none;
}
.navbar .navbar-collapse .navbar-nav .search-overlay input[type="text"] {
  font-size: 20px;
  padding: 10px 15px;
}
.navbar .navbar-collapse .navbar-nav .search-overlay input[type="submit"] {
  visibility: hidden;
  height: 0;
  width: 0;
  padding: 0;
  position: absolute;
}
.navbar .navbar-collapse .navbar-nav .nav-link {
  font-family: "Futura-Book";
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  color: #272727;
  letter-spacing: 1.8px;
  align-items: center;
}
.navbar .navbar-collapse .navbar-nav .nav-link .fa {
  font-size: 20px;
}
.page-header {
  position: relative;
  text-align: center;
  margin-top: 60px;
  z-index: 1;
  height: 600px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .page-header {
    width: 100%;
    margin-top: 50px;
    height: 350px;
    overflow: hidden;
  }
}
.page-header .room-booking {
  margin: 30px 0;
  text-align: center;
}
.page-header .room-booking .btn {
  padding: 10px 30px;
}
@media (max-width: 768px) {
  .page-header .room-booking .btn {
    width: auto;
  }
}
.page-header img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .page-header img {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    object-fit: fill;
  }
}
.page-header .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /*
		background: rgba(0,0,0,0);
		background: -moz-radial-gradient(circle, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-radial-gradient(circle, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
		background: radial-gradient(circle, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
		*/
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  padding: 20px;
}
.page-header .overlay.show-overlay {
  background: rgba(0, 0, 0, 0);
  background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.page-header .container-bg.active {
  display: inline-block;
  padding: 15px 30px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}
.page-header .overlay-home {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  padding: 20px;
}
.page-header .overlay-home.show-overlay {
  background: rgba(0, 0, 0, 0);
  background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.page-header .container {
  z-index: 1;
}
.page-header .page-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-header .header-btns {
  z-index: 1;
  margin: 10px 0 0 0;
}
@media (max-width: 768px) {
  .page-header .header-btns {
    display: none;
  }
}
@media (max-width: 768px) {
  .page-header .header-btns .btn {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.page-header.linked {
  cursor: pointer;
}
.page-header p {
  color: #fff;
}
.page-header p a {
  color: #fff;
}
.page-header p a:hover,
.page-header p a:focus,
.page-header p a:active {
  color: #fff;
}
.page-header.home {
  margin-top: 0;
}
@media (max-width: 991px) {
  .page-header.home {
    margin-top: 50px;
  }
}
.page-header.homex {
  margin-top: 0;
  max-height: 85vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .page-header.homex {
    max-height: none;
    overflow: hidden;
    position: relative;
    min-height: 300px;
  }
}
.page-header.homex p {
  color: #fff;
}
.page-header.homex p a {
  color: #fff;
}
.page-header.homex h1 {
  font-size: 40px;
  line-height: 45px;
}
@media (max-width: 768px) {
  .page-header.homex h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
.page-header.homex h2 {
  max-width: 800px;
  text-align: center;
  font-size: 16px;
}
.page-header .header-logo {
  z-index: 1;
  margin: 0 auto 30px auto;
}
@media (max-width: 768px) {
  .page-header .header-logo {
    margin: 0 auto 30px auto;
  }
}
.page-header .header-logo img {
  width: 180px;
  height: auto;
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-header .header-logo img {
    width: 120px;
  }
}
.page-header h1 {
  font-family: "MillerBanner Roman";
  color: #fff;
  font-size: 54px;
  line-height: 54px;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .page-header h1 {
    font-size: 25px;
    line-height: 1.3;
  }
}
.page-header h2 {
  font-family: "Futura-Book";
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  z-index: 1;
  margin: 30px auto;
  max-width: 800px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.page-header h2:first-child {
  margin-top: 0;
}
.page-header h2.bottom {
  margin: 10px auto 0 auto;
}
@media (max-width: 768px) {
  .page-header h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.page-header h2 p {
  color: #fff;
  margin-bottom: 0;
}
.page-header h2 p a {
  color: #fff;
}
.page-header h2 p a:hover,
.page-header h2 p a:focus,
.page-header h2 p a:active {
  color: #fff;
}
h2 {
  line-height: 1.4;
}
h3,
h2.ingress-hdr {
  font-family: "MillerBanner Roman";
  font-size: 32px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  max-width: 800px;
  margin: 0 auto 20px auto;
}
h3.full,
h2.ingress-hdr.full {
  max-width: none;
}
h4 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Futura-Book";
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px auto;
}
h4.full {
  max-width: none;
  margin: 0 auto 10px auto;
}
h4.show-title {
  margin: 10px 0;
}
.grey {
  color: rgba(0, 0, 0, 0.8);
}
.page-template-page-bar-bistro-cafe h3,
.page-template-page-bar-bistro-cafe h4 {
  color: rgba(0, 0, 0, 0.8);
}
p {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Futura-Book";
  line-height: 1.6;
}
p.smaller {
  font-style: italic;
  margin: 30px auto;
  max-width: 440px;
}
p.show-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  /* fallback */
  max-height: 75px;
  /* fallback */
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
h5 {
  font-family: "MillerBanner Roman";
  color: rgba(0, 0, 0, 0.8);
  font-size: 36px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  margin: 40px 0 60px 0;
}
@media (max-width: 768px) {
  h5 {
    font-size: 20px;
    margin: 40px 0;
  }
}
h5 span {
  background: white;
  position: relative;
  top: 20px;
  padding: 0 35px;
}
@media (max-width: 768px) {
  h5 span {
    top: 10px;
    padding: 0 20px;
  }
}
.page-divider {
  background-image: url('images/room-divider@2x.png');
  height: 12px;
  width: 340px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 40px auto;
  display: block;
}
@media (max-width: 768px) {
  .page-divider {
    width: 250px;
    height: 10px;
  }
}
.single-rum b,
.single-rum strong {
  font-size: 18px;
  line-height: 1.6;
  font-family: "MillerBanner Roman";
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  display: block;
  margin: 0 0 5px 0;
}
.single-rum .room-info.logged-in .room-images-col img {
  width: 95%;
}
.single-rum .room-info .room-desc-col ul {
  padding-left: 0;
  font-size: 13px;
}
@media (max-width: 768px) {
  .single-rum .room-info .room-desc-col ul {
    padding-left: 20px;
  }
}
.single-rum .room-info .room-desc-col h3 {
  font-size: 15px;
  text-align: left;
  margin: 0 0 2px 0;
  font-family: "Futura-Book";
  font-weight: 600;
}
.single-rum .room-info .room-desc-col strong {
  font-size: 17px;
  font-family: "MillerBanner Roman";
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
.single-rum .room-info .room-desc-col p {
  font-size: 13px;
  color: #212529;
}
.single-rum .room-facts .room-facts-container {
  border-left: 1px solid #DDCD99;
  padding: 0 0 30px 30px;
}
@media (max-width: 768px) {
  .single-rum .room-facts .room-facts-container {
    border-left: none;
    padding: 15px;
  }
}
.single-rum .room-facts .sidebar-other-rooms {
  margin: 0 0 30px 0;
  border-bottom: 1px solid #DDCD99;
  padding: 0 0 30px 0;
}
.single-rum .room-facts .sidebar-other-rooms .current-room {
  color: #999;
  display: block;
  position: relative;
}
.single-rum .room-facts .sidebar-other-rooms .current-room:after {
  content: "\f061";
  font-family: FontAwesome;
  font-size: 13px;
  padding-left: 10px;
  text-decoration: none;
  top: 0px;
  position: absolute;
  color: #999;
  transition: 0.4s all;
}
.single-rum .room-facts .sidebar-other-rooms a {
  display: block;
  position: relative;
}
.single-rum .room-facts .sidebar-other-rooms a:hover:after {
  padding-left: 15px;
}
.single-rum .room-facts .sidebar-other-rooms a:after {
  content: "\f061";
  font-family: FontAwesome;
  font-size: 13px;
  padding-left: 10px;
  text-decoration: none;
  top: 0px;
  position: absolute;
  color: #666;
  transition: 0.4s all;
}
.single-rum .room-facts ul {
  padding: 0;
  margin: 0 0 0 15px;
}
.single-rum .room-facts ul li {
  padding: 0;
  margin: 0 0 2px 0;
  color: #000;
}
.single-rum .room-detailed p {
  max-width: 775px;
  margin: 0 auto 60px auto;
  text-align: center;
}
.single-rum .page-header .overlay {
  background-color: transparent;
}
.gallery img {
  margin-bottom: 30px;
  transition: 0.4s all;
}
.gallery img:hover {
  opacity: 0.8;
}
.gallery.room {
  margin-bottom: 0;
}
.gallery.cafe {
  background-color: #f3e7ec;
  padding: 10px 0 40px 0;
}
.gallery.cafe h5 span {
  background-color: #f3e7ec;
}
.quote {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-image: url('images/bar_wide.jpg');
  padding: 70px 20px;
}
.quote .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(93, 37, 46, 0.7);
  z-index: 0;
}
.quote p {
  font-size: 16px;
  text-align: center;
  color: #fff;
  z-index: 1;
  letter-spacing: 1.8px;
  width: 90%;
}
.quote span {
  color: #fff;
  z-index: 1;
  font-family: "MillerBanner Roman";
  font-size: 26px;
  text-align: center;
  width: 90%;
  max-width: 895px;
}
@media (max-width: 768px) {
  .quote span {
    font-size: 18px;
  }
}
.quote .quote-btns {
  z-index: 1;
  margin: 30px 0 0 0;
}
.btn {
  border-radius: 0;
  font-family: "Miller-Display";
  font-size: 16px;
  line-height: 19px;
  z-index: 2;
  padding: 10px 30px;
  display: inline-block;
  margin: 0 10px 20px;
  text-transform: uppercase;
  transition: scale 200ms;
}
.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .btn {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 10px 20px;
  }
}
.btn.border-white {
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin: 0 15px;
  transition: 0.4s all;
}
.btn.border-white:hover,
.btn.border-white:active,
.btn.border-white:focus {
  background-color: #DDCD99;
  color: #111;
  border: 1px solid #DDCD99 !important;
  outline: none;
}
.btn.border-gray {
  border: 1px solid rgba(0, 0, 0, 0.8);
  color: rgba(0, 0, 0, 0.8);
}
.btn.border-gray:hover,
.btn.border-gray:active,
.btn.border-gray:focus {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.8) !important;
  outline: none;
}
.btn.border-green {
  color: #007482;
  border: 1px solid #007482;
}
.btn.white {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
}
.btn.white-green {
  color: #007482;
  background-color: #fff;
}
.btn.beige {
  background-color: #DDCD99;
  color: #fff;
  border-color: #DDCD99;
  font-family: "Futura-Book";
  padding: 25px 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.btn.beige:hover,
.btn.beige:active,
.btn.beige:focus {
  background-color: #DDCD99;
  color: #fff;
  border: 1px solid #DDCD99 !important;
  outline: none;
}
.btn.gold,
.btn.btn-primary {
  background-color: #DDCD99;
  color: #222 !important;
  border-color: #DDCD99;
}
.btn.gold:hover,
.btn.btn-primary:hover,
.btn.gold:active,
.btn.btn-primary:active,
.btn.gold:focus,
.btn.btn-primary:focus {
  background-color: #DDCD99;
  color: #222;
  border: 1px solid #DDCD99 !important;
  outline: none;
}
.btn.gold-white {
  background-color: #DDCD99;
  color: #fff;
  border-color: #DDCD99;
}
.btn.gold-white:hover,
.btn.gold-white:active,
.btn.gold-white:focus {
  background-color: #fff;
  color: #DDCD99;
  border: 1px solid #DDCD99;
  outline: none;
}
.scene-links .scene-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 150px;
  background-size: 110%;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 30px 0;
  position: relative;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.45);
  transition: 0.8s all;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .scene-links .scene-link {
    height: 100px;
    margin: 0 0 15px 0;
  }
}
.scene-links .scene-link:hover {
  color: #fff;
}
.scene-links .scene-link:hover .big-border {
  background-color: rgba(255, 255, 255, 0.8);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .scene-links .scene-link:hover .big-border {
    display: none;
  }
}
@supports (-ms-accelerator:true) {
  .scene-links .scene-link:hover .big-border {
    display: none;
  }
}
.scene-links .scene-link:hover h3,
.scene-links .scene-link:hover p {
  color: rgba(0, 0, 0, 0.8);
}
.scene-links .scene-link:hover a {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.scene-links .scene-link .overlay {
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 30px;
}
.scene-links .scene-link .overlay-gray {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scene-links .scene-link .big-border {
  position: absolute;
  width: 95%;
  height: 90%;
  border: 1px solid #fff;
  z-index: 2;
  pointer-events: none;
  transition: 0.4s all;
  border-radius: 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .scene-links .scene-link .big-border {
    display: none;
  }
}
@supports (-ms-accelerator:true) {
  .scene-links .scene-link .big-border {
    display: none;
  }
}
.scene-links .scene-link h3 {
  color: #fff;
  z-index: 2;
  margin: 0 auto;
  max-width: 400px;
  text-transform: uppercase;
  line-height: 28px;
  font-size: 24px;
}
.scene-links .scene-link p {
  color: #fff;
  z-index: 2;
  max-width: 320px;
  margin: 20px 0;
}
.scene-links.bar-bistro-cafe p {
  margin: 0 auto;
}
.scene-links.bar-bistro-cafe .overlay {
  opacity: 0.2;
}
.scene-shows {
  margin: 0 0 60px 0;
}
@media (max-width: 768px) {
  .page-template-page-homepage .homepage-big-links .homepage-big-link {
    height: 100px;
    margin: 0 0 15px 0;
  }
}
.homepage-content-bg {
  background-image: url('images/rival-container-bg.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 60px 0;
}
.homepage-big-links .homepage-big-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 250px;
  background-size: 130%;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 30px 0;
  position: relative;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.45);
  transition: 0.8s all;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .homepage-big-links .homepage-big-link {
    height: 200px;
    margin: 0 0 15px 0;
  }
}
.homepage-big-links .homepage-big-link:hover {
  background-size: 145%;
  cursor: pointer;
}
.homepage-big-links .homepage-big-link:hover .big-border {
  background-color: rgba(255, 255, 255, 0.8);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .homepage-big-links .homepage-big-link:hover .big-border {
    display: none;
  }
}
@supports (-ms-accelerator:true) {
  .homepage-big-links .homepage-big-link:hover .big-border {
    display: none;
  }
}
.homepage-big-links .homepage-big-link:hover h3,
.homepage-big-links .homepage-big-link:hover p {
  color: rgba(0, 0, 0, 0.8);
}
.homepage-big-links .homepage-big-link:hover a {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.homepage-big-links .homepage-big-link .btn-container {
  z-index: 10;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .homepage-big-links .homepage-big-link .btn-container {
    display: none;
  }
}
.homepage-big-links .homepage-big-link .big-border {
  position: absolute;
  width: 96%;
  height: 90%;
  border: 1px solid #fff;
  z-index: 2;
  pointer-events: none;
  transition: 0.4s all;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .homepage-big-links .homepage-big-link .big-border {
    width: 98%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .homepage-big-links .homepage-big-link .big-border {
    display: none;
  }
}
@supports (-ms-accelerator:true) {
  .homepage-big-links .homepage-big-link .big-border {
    display: none;
  }
}
.homepage-big-links .homepage-big-link .overlay {
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 30px;
  pointer-events: none;
}
.homepage-big-links .homepage-big-link .overlay-gray {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.homepage-big-links .homepage-big-link h3 {
  color: #fff;
  z-index: 2;
  margin: 0 auto;
  max-width: 400px;
  line-height: 28px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .homepage-big-links .homepage-big-link h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
.homepage-big-links .homepage-big-link p {
  color: #fff;
  z-index: 2;
  width: 80%;
  max-width: 400px;
  margin: 5px 0 20px 0;
  line-height: 20px;
}
.upcoming-shows {
  background-color: #dfe8d8;
  background-image: url('https://rivalhotelstg.wpengine.com/wp-content/uploads/2023/10/bg-green.png');
  padding: 30px 0;
}
.upcoming-shows h4 {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 18px;
  margin: 0 auto 5px auto;
}
@media (max-width: 768px) {
  .upcoming-shows h4 {
    margin: 20px auto 10px auto;
  }
}
.upcoming-shows h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 25px;
  line-height: 29px;
}
@media (max-width: 768px) {
  .upcoming-shows h3 {
    margin: 15px 0;
  }
}
.upcoming-shows p {
  max-width: 450px;
  margin: 0 auto 20px auto;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  .upcoming-shows .btn {
    margin: 0 0 15px 0;
  }
}
.right-now {
  background-color: #fff;
  padding: 30px 0 60px 0;
  margin: 0;
}
.right-now .col-md-6:nth-child(1) .rightnow-padding {
  background-color: #eee5cc;
}
.right-now .col-md-6:nth-child(2) .rightnow-padding {
  background-color: #e7cfcf;
}
.right-now .col-md-6:nth-child(3) .rightnow-padding {
  background-color: #dfe8d8;
}
.right-now .col-md-6:nth-child(4) .rightnow-padding {
  background-color: #cfd7e7;
}
.right-now .rightnow-padding {
  padding: 20px;
  height: 100%;
  border-radius: 5px;
  background-color: #eee5cc;
}
.right-now .rn-image-mobile {
  margin: 10px 0;
  height: 200px;
  width: 100%;
  position: relative;
}
.right-now .rn-image-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.right-now .rn-image {
  height: 100%;
  width: 100%;
  position: relative;
}
.right-now .rn-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.right-now h3 {
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  margin: 5px 0 10px 0;
}
@media (max-width: 768px) {
  .right-now h3 {
    max-width: none;
  }
}
.right-now h5 {
  margin-top: 0;
}
.right-now h5 span {
  background-color: #c6e0e3;
}
.right-now p {
  font-size: 14px;
  margin: 0 0 5px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .right-now .rightnow-btns {
    margin-bottom: 30px;
  }
}
.right-now .rightnow-btns .btn {
  margin: 5px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .right-now .rightnow-btns .btn {
    margin: 0 0 15px 0;
  }
}
.single-shower .right-now,
.home .right-now {
  background-color: #fff;
  margin: 0;
}
.single-shower .right-now h5 span,
.home .right-now h5 span {
  background-color: #fff;
}
.single-shower .second-column .btn:last-child,
.home .second-column .btn:last-child {
  margin-bottom: 0;
}
.single-shower h4.ingress-text {
  max-width: 800px;
}
p.narrow {
  max-width: 775px;
  margin: 0 auto 60px auto;
  text-align: center;
}
.big-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s all;
  padding: 30px;
  overflow-x: auto;
}
@media (max-height: 1100px) {
  .big-nav {
    padding-bottom: 150px;
  }
}
.big-nav .booking-big {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
}
@media (max-width: 991px) {
  .big-nav .booking-big {
    display: none;
  }
}
@media (max-height: 900px) {
  .big-nav .booking-big {
    display: none;
  }
}
.big-nav p {
  font-size: 1.5vh;
  line-height: 200%;
  color: #606060;
  margin: 20px 0;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.big-nav p.hdr {
  color: #DDCD99;
  font-size: 13px;
  margin: 15px 0;
}
.big-nav .close {
  background-image: url('images/icon-close.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 52px;
  height: 33px;
  position: absolute;
  top: 50px;
  right: 50px;
  opacity: 1;
}
.big-nav ul {
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
}
.big-nav ul li {
  margin: 0;
  transition: color 50ms;
}
.big-nav ul li a {
  color: #606060;
  letter-spacing: 1.8px;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
}
.big-nav ul li a:hover,
.big-nav ul li a:active,
.big-nav ul li a:focus {
  color: #000;
}
.big-nav ul li.big {
  font-family: "MillerBanner Roman";
  font-size: 22px;
  margin: 0 0 15px 0;
  display: block;
  line-height: 110%;
  letter-spacing: 0;
  color: #606060;
  text-transform: uppercase;
}
.big-nav .page-divider {
  margin: 0 auto 30px auto;
}
.big-nav h2 {
  font-family: "MillerBanner Roman";
  font-size: 44px;
  color: #606060;
}
@media (max-width: 768px) {
  .big-nav h2 {
    font-size: 28px;
  }
}
.big-nav.active {
  opacity: 1;
  pointer-events: all;
}
.big-nav .menu-a-o-container a {
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 10px 10px 8px 10px;
}
.no-padding {
  padding: 0;
}
.form-control:hover,
.form-control:active,
.form-control:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.booking-big,
.navbar-booking {
  background-color: #eee5cc;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .booking-big,
  .navbar-booking {
    padding: 20px;
  }
}
.booking-big .book-text,
.navbar-booking .book-text {
  margin: 0 20px 0 0;
  text-align: right;
}
@media (max-width: 768px) {
  .booking-big .book-text,
  .navbar-booking .book-text {
    margin: 0 auto 20px auto;
    text-align: center;
  }
}
.booking-big .form-control,
.navbar-booking .form-control {
  width: 100%;
  border: 1px solid #eee5cc;
  height: 40px !important;
  border-radius: 0 !important;
  font-size: 15px;
  -webkit-appearance: none;
  padding: 0 20px;
  margin: 0;
  display: block;
}
.booking-big select::-ms-expand,
.navbar-booking select::-ms-expand {
  display: none;
}
.booking-big h3,
.navbar-booking h3 {
  color: rgba(0, 0, 0, 0.8);
  margin: 0 auto 10px auto;
  text-align: center;
  font-size: 30px;
  line-height: 32px;
}
.booking-big #btn-book,
.navbar-booking #btn-book {
  height: 40px;
  background-color: #007482;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  text-transform: uppercase;
  border: 1px solid #DDCD99;
}
.booking-big .arrow-overlay,
.navbar-booking .arrow-overlay {
  position: relative;
}
.booking-big .arrow-overlay:after,
.navbar-booking .arrow-overlay:after {
  position: absolute;
  top: 14px;
  right: 15px;
  background-image: url('images/icon-arrow.png');
  width: 8px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  content: "";
}
.navbar-booking {
  padding: 0;
  background-color: transparent;
}
.navbar-booking .form-control {
  border: none;
  text-transform: uppercase;
  min-width: 130px;
  height: 60px !important;
}
.navbar-booking .book {
  padding: 0;
}
.navbar-booking .book .btn-book {
  width: 160px;
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  background-color: #DDCD99;
  display: inline-block;
  text-align: center;
  line-height: 60px;
}
@media (max-width: 1200px) {
  .navbar-booking .book .btn-book {
    width: 80px;
  }
}
.quick-only {
  display: none;
  position: absolute;
  top: 13px;
  font-size: 22px;
  color: #fff;
  width: 100px;
  right: 50px;
}
@media (max-width: 1080px) {
  .quick-only {
    display: none !important;
  }
}
.quick-only .fa {
  margin: 0 10px;
}
.quick-only .fa:hover {
  color: #eee5cc;
  cursor: pointer;
}
.quick-only a {
  color: #fff;
}
.quick-only a:hover {
  color: #eee5cc;
}
input:active,
input:hover,
input:focus {
  box-shadow: none;
  outline: none;
}
.nav-home-toggle {
  display: block;
  margin: 6px 0 0 0;
  position: fixed;
  right: 10px;
  top: -1px;
  z-index: 2050;
  outline: none;
  box-shadow: none;
}
.nav-home-toggle .nav-home-search,
.nav-home-toggle .nav-home-find {
  display: inline-block;
}
.nav-home-toggle .home-search-overlay {
  padding: 10px;
  background-color: #fff;
  position: absolute;
  top: 43px;
  right: 0;
  display: none;
}
.nav-home-toggle .home-search-overlay input[type="text"] {
  font-size: 20px;
  padding: 10px 15px;
}
.nav-home-toggle .home-search-overlay input[type="submit"] {
  visibility: hidden;
  height: 0;
  width: 0;
  padding: 0;
  position: absolute;
}
@media (max-width: 991px) {
  .nav-home-toggle button {
    padding: 8px 15px;
  }
}
.nav-home-toggle button:hover,
.nav-home-toggle button:active,
.nav-home-toggle button:focus {
  box-shadow: none;
  outline: none;
}
.nav-home-toggle button .hamburger-inner {
  background-color: #000;
  height: 2px;
}
.nav-home-toggle button .hamburger-inner:after,
.nav-home-toggle button .hamburger-inner:before {
  background-color: #000;
  height: 2px;
}
.content-two-cols {
  max-width: 900px;
  margin: 0 auto 60px auto;
}
.content-two-cols p {
  column-count: 2;
}
.content-one-col {
  max-width: 600px;
  margin: 0 auto 60px auto;
}
.content-one-col img {
  width: 100%;
  height: auto;
}
.page-id-324 .content-one-col {
  max-width: none;
}
.container.col-narrow {
  max-width: 750px;
}
.container.col-narrow p {
  max-width: 750px;
}
.container-full.other-rooms {
  background-color: #fbf9f3;
  padding: 20px 0 60px 0;
  margin-top: 80px;
}
.container-full.other-rooms h5 span {
  background-color: #fbf9f3;
}
.container-full.other-rooms .scene-links .scene-link {
  height: 150px;
}
.container-full.other-rooms .scene-links .scene-link h3 {
  font-size: 24px;
  line-height: 28px;
}
.container-full.white {
  padding: 60px 0;
}
.container-full.pink {
  background-color: #fcf3f4;
  padding: 20px 0 60px 0;
}
.container-full.pink h5 {
  color: rgba(0, 0, 0, 0.8);
}
.container-full.pink h5 span {
  background-color: #fcf3f4;
}
.contact-container {
  background-color: #eee5cc;
  padding: 50px 0;
}
.contact-container h3 {
  font-size: 28px;
  line-height: 34px;
}
.wpcf7-form {
  max-width: 825px;
  margin: 0 auto;
}
.wpcf7-form .col-md-6,
.wpcf7-form .col-12 {
  padding: 8px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea,
.wpcf7-form .wpcf7-submit {
  border-radius: 0;
  padding: 15px;
  font-family: "Futura-Book";
  font-size: 20px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.wpcf7-form input[type="text"]:hover,
.wpcf7-form input[type="email"]:hover,
.wpcf7-form textarea:hover,
.wpcf7-form .wpcf7-submit:hover {
  border: none;
}
.wpcf7-form .wpcf7-submit {
  background-color: #DDCD99;
  color: #fff;
  display: inline-block;
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
}
.facts {
  margin-bottom: 80px;
}
.facts ul {
  list-style: none;
  padding: 0;
  margin: 0 10px 40px 10px;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
.facts li {
  border-bottom: 1px solid #ccc;
}
.facts .facts-link {
  padding: 10px;
  text-transform: uppercase;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  display: block;
}
.facts .facts-header {
  font-size: 24px;
  border-bottom: 1px solid #000;
  padding: 10px;
  font-family: "Miller-Display";
  text-transform: uppercase;
  margin: 0;
}
.facts .fakta-collapse {
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.8);
}
.facts .fakta-collapse a {
  color: rgba(0, 0, 0, 0.8);
}
.entry h3,
.entry h4 {
  text-align: left;
  margin: 0 0 10px 0;
}
.entry p {
  margin-bottom: 20px;
  max-width: 600px;
}
.entry img {
  max-width: 100%;
  height: auto;
}
.second-column {
  border-left: 1px solid #DDCD99;
  padding: 0 0 0 30px;
}
@media (max-width: 768px) {
  .second-column {
    border: none;
    padding: 0 10px;
  }
}
.second-column ul {
  padding: 0 0 0 15px;
}
.second-column .btn {
  width: 100%;
}
.menu-container {
  border-bottom: 1px solid #DDCD99;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}
.menu-container .btn {
  margin: 0 0 20px 0;
  padding: 15px 30px;
  display: block;
}
.menu-container .btn:last-child {
  margin: 0;
}
.table .headrow td {
  border-top: none;
  color: #000;
  font-weight: bold;
}
.table.table-opentime td {
  word-break: keep-all;
  word-wrap: none;
}
.table tbody tr td,
.table thead tr td,
.table tbody tr th,
.table thead tr th {
  padding: 10px;
}
.table tbody tr td.blue,
.table thead tr td.blue,
.table tbody tr th.blue,
.table thead tr th.blue {
  color: #CECFB1;
}
.table thead tr td {
  color: #CECFB1;
}
.back-page {
  padding: 10px;
  background-color: #eee5cc;
  margin: 0 0 20px 0;
}
.back-page a {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  .carousel {
    padding: 0 30px;
  }
}
.carousel .carousel-control-prev {
  width: 30px;
  left: -40px;
}
@media (max-width: 768px) {
  .carousel .carousel-control-prev {
    left: -10px;
  }
}
.carousel .carousel-control-next {
  width: 30px;
  right: -40px;
}
@media (max-width: 768px) {
  .carousel .carousel-control-next {
    right: -10px;
  }
}
.show-title-single {
  font-family: "MillerBanner Roman";
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  font-size: 40px;
  line-height: 46px;
  max-width: 800px;
  margin: 40px auto 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .show-title-single {
    font-size: 26px;
    line-height: 30px;
  }
}
.search-title {
  font-family: "MillerBanner Roman";
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  font-size: 24px;
  line-height: 28px;
  margin: 15px auto 10px auto;
  text-align: center;
  min-height: 56px;
}
@media (max-width: 768px) {
  .search-title {
    font-size: 20px;
    line-height: 20px;
    min-height: 0;
  }
}
.collapse-list .collapse-container {
  margin: 0 0 30px 0;
}
.collapse-list .collapse-container .collapse-title {
  background-color: #DDCD99;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.collapse-list .collapse-container img {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
}
.collapse-list .collapse-container .card.card-body {
  line-height: 1.4;
}
.collapse-list .collapse-container .card.card-body .wp-caption {
  width: 100% !important;
  display: block;
  line-height: 1.3;
}
.collapse-list .collapse-container .card.card-body em {
  display: block;
  line-height: 1.3;
}
.datepicker td,
.datepicker th {
  padding: 0 5px;
}
.show-btns .btn {
  padding: 10px 25px;
}
.press-collapse-title,
.collapse-title {
  cursor: pointer;
  position: relative;
  margin: 0 0 10px 0;
  padding: 10px 10px;
  background-color: #DDCD99;
}
.press-collapse-title h4,
.collapse-title h4 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}
.press-collapse-title.active .fa,
.collapse-title.active .fa {
  transform: rotate(180deg);
}
.press-collapse-title .fa,
.collapse-title .fa {
  position: absolute;
  top: 3px;
  right: 15px;
  font-size: 20px;
  color: #fff;
  transition: 0.4s all;
}
.languages {
  position: fixed;
  top: 23px;
  left: 20px;
  z-index: 10;
  display: none;
}
@media (max-width: 768px) {
  .languages {
    top: 16px;
    right: 90px;
    z-index: 1120;
    left: auto;
    display: block;
  }
}
.languages .flag img {
  width: 30px;
  height: auto;
}
.languages .flag img:hover {
  cursor: pointer;
}
.modal button.close {
  position: absolute;
  right: 0;
  top: -30px;
  opacity: 1;
  color: #fff;
  font-size: 30px;
}
.modal button.close:hover,
.modal button.close:focus,
.modal button.close:active {
  border: none;
  box-shadow: none;
  outline: none;
}
.modal .modal-dialog {
  max-width: 450px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.modal .modal-dialog .modal-content {
  -webkit-box-shadow: 0px 0px 71px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 71px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 71px 0px rgba(0, 0, 0, 0.35);
  border: none;
  border-radius: 6px;
}
.modal .modal-dialog .modal-content .modal-header {
  background-color: #DDCD99;
  padding: 10px;
}
.modal .modal-dialog .modal-content .modal-header h2 {
  margin: 0;
  font-size: 16px;
  color: #fff;
  padding: 5px 5px 2px 5px;
  line-height: 1;
  text-transform: uppercase;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 20px;
}
.modal .modal-dialog .modal-content .modal-body p {
  font-size: 16px;
  line-height: 1.4;
}
.modal .modal-dialog .modal-content .modal-body .btn {
  margin: 15px 0;
}
.frankly {
  padding: 10px;
  font-size: 12px;
  background-color: #fff;
  color: #999;
}
.frankly a {
  color: #fdcd37;
}
.ui-datebox-gridheader .ui-datebox-gridminus,
.ui-datebox-gridheader .ui-datebox-gridplus {
  height: 40px;
  width: 40px;
}
.ui-datebox-gridheader .ui-datebox-gridminus {
  background-image: url('/wp-content/themes/hotel-rival/images/arrow-left.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: block;
}
.ui-datebox-gridheader .ui-datebox-gridplus {
  background-image: url('/wp-content/themes/hotel-rival/images/arrow-right.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: block;
}
.country-selector .wgcurrent {
  display: none;
}
.weglot-dropdown.active {
  bottom: 38px;
}
.country-selector a {
  padding: 0;
}
.country-selector .wgcurrent {
  opacity: 0;
}
.country-selector.weglot-inline {
  bottom: 15px !important;
  right: 10px;
}
.country-selector.weglot-inline label {
  margin-bottom: 1px;
}
.lang-switcher {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  background: red;
}
.nav-quicklinks {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
.nav-quicklinks.home {
  top: 0;
}
.nav-quicklinks.home ul li a {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .nav-quicklinks {
    display: none;
  }
}
.nav-quicklinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-quicklinks ul li {
  display: inline-block;
  margin: 0;
}
.nav-quicklinks ul li a {
  color: #fff;
  font-weight: 300;
  padding: 10px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 1080px) {
  .nav-quicklinks ul li a {
    padding: 10px;
    font-size: 14px;
  }
}
.nav-quicklinks ul li a:hover {
  background-color: #DDCD99;
  color: #fff;
}
.nav-quicklinks ul li:last-child a {
  border-right: none;
}
.gallery-filter {
  list-style: none;
  width: 100%;
  padding: 20px;
  margin: -20px 15px 30px 15px;
  background-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.8);
}
.gallery-filter li {
  padding: 0;
  margin: 0 10px;
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: 0.4s all;
}
.gallery-filter li.active {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.8);
  color: #000;
}
.gallery-filter li[data-filter]:hover {
  cursor: pointer;
}
.page-template-page-wifi .homepage-big-links .homepage-big-link {
  height: 190px;
}
.page-template-page-wifi .homepage-big-links .homepage-big-link h3 {
  font-size: 30px;
}
.no-caps {
  text-transform: none !important;
}
.collapse-max-height .card-show-more {
  border-top: 1px solid #f2f2f2;
  display: block;
  padding: 1.25rem;
  background-color: #DDCD99;
  color: #fff;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1;
  position: relative;
  font-size: 14px;
  width: calc(100% -2px);
  margin: -10px auto 0 auto;
}
.collapse-max-height .card-show-more.active {
  display: block;
}
.collapse-max-height .card-show-less {
  display: none;
}
.collapse-max-height .card-body {
  max-height: 300px;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  transition: 0.4s all;
}
.collapse-max-height .card-body.active {
  max-height: none;
}
.collapse-max-height .card-body.active:after {
  display: none;
}
.collapse-max-height .card-body:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  height: 150px;
  z-index: 1;
  width: 100%;
  content: "";
}
.collapse-max-height .card-body:before {
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  #homepage-carousel {
    padding: 0;
  }
}
#homepage-carousel .carousel-inner .carousel-item {
  height: 70vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #homepage-carousel .carousel-inner .carousel-item {
    height: 500px;
  }
}
#homepage-carousel .carousel-inner .carousel-item .carousel-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  z-index: 2;
}
#homepage-carousel .carousel-inner .carousel-item .carousel-content h1 {
  text-align: center;
  font-size: 24px;
  max-width: 800px;
  margin: 30px auto;
  font-weight: normal;
  display: inline-block;
  padding: 12px 15px 10px 15px;
  transition: scale 200ms;
}
#homepage-carousel .carousel-inner .carousel-item .carousel-content h1:hover {
  scale: 1.02;
}
@media (max-width: 768px) {
  #homepage-carousel .carousel-inner .carousel-item .carousel-content h1 {
    font-size: 20px;
  }
}
#homepage-carousel .carousel-inner .carousel-item .carousel-content .container {
  z-index: 5;
}
#homepage-carousel .carousel-inner .carousel-overlay {
  background: rgba(0, 0, 0, 0);
  background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
