/*** Colors ***/
:root {
  --h-color-theme-primary: #002445;
  --h-color-home-section-bg: #f2f2f2;
  --h-color-home-welcome-title: #525252;
  --h-color-home-welcome-text: #626262;
  --h-color-home-section-title: #232323;
  --h-color-home-text: #232323;
  --h-color-home-room-points-text: #626262;
  --h-color-header-link: #fff;
  --h-color-footer-link: #ebebeb;
}

:root {
  --ht-primary-color: #00539b;
  --ht-color-primary: #00539b;
}

/*** Example: 

.container {
	background-color: blue;

	@include if-mobile {
		background-color:red;
	}
}
*/
/* Example
.offers-events-archive {
	@include mixins.respond(mobile) {
		column-count: 1;
	}
}
*/
/*** Example:
.heading {
  @include font-size((
    base: 18px,
		mobile: 18px,
    tablet: 20px,
    desktop-sm: 24px,
    desktop-md: 28px
  ));
}
**/
@media (max-width: 576px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .block-mobile {
    display: block;
  }
}

@media (max-width: 576px) {
  .flex-mobile {
    display: flex;
  }
}

.inline-mobile {
  display: none;
}
@media (max-width: 576px) {
  .inline-mobile {
    display: inline;
  }
}

@media (max-width: 576px) {
  .inline-block-mobile {
    display: inline-block;
  }
}

footer .social-icons a:hover {
  background-color: #727272;
}

/*** SECTION: GALA DINNER OFFER ***/
.home-promos {
  padding: 0px 0;
}
@media (max-width: 768px) {
  .home-promos {
    padding: 0px 0;
  }
}
@media (max-width: 576px) {
  .home-promos {
    padding: 0px 0;
  }
}
.home-promos__header {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .home-promos__header {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .home-promos__header {
    margin-bottom: 30px;
  }
}

.home-promos__carousel {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 40px auto;
  overflow: hidden;
  position: relative;
  /* Optional: Add gradient fade effect */
}
.home-promos__slide {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.home-promos__slide-img {
  width: 100%;
  height: auto;
}

/* FONTS */
@font-face {
  font-family: "BakerSignet BT";
  font-display: swap;
  src: url(../fonts/bakrsign.ttf) format("truetype");
  /* src: url(https:/marinabybloshotel.com/wp-content/shared/assets/fonts/bakrsign.ttf) format("truetype"); */
}
.rate-us__container {
  margin: 0px auto;
  padding: 40px 20px;
  text-align: center;
  max-width: 400px;
  font-family: "BakerSignet BT", "Poppins", sans-serif;
  color: white;
}
.rate-us__logo {
  width: auto;
  margin-bottom: 28px;
}
.rate-us__title {
  margin-bottom: 28px;
}
.rate-us__feedback-field {
  width: 100%;
  background-color: rgb(22, 22, 22);
  font-size: 18px;
}
.rate-us__btn-submit {
  background-color: white;
  color: #262626;
  border: none;
  border-radius: 5px;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
}
.rate-us__footer-text {
  font-size: 14px;
  color: white;
  margin-top: 28px;
}
.rate-us__footer-text a {
  color: inherit;
}
.rate-us__error-message {
  color: #ff0303;
  font-weight: bold;
  margin-top: 28px;
  font-size: 18px;
}

.stars {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  margin-bottom: 28px;
}

.stars a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 6px;
  padding: 0;
  background-image: url(../images/icons/star-empty.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.stars a.selected {
  background-image: url(../images/icons/star-filled.png);
}

/* FONTS */
@font-face {
  font-family: "BakerSignet BT";
  font-display: swap;
  src: url(../fonts/bakrsign.ttf) format("truetype");
  /* src: url(https:/marinabybloshotel.com/wp-content/shared/assets/fonts/bakrsign.ttf) format("truetype"); */
}
.h-review-us__container {
  margin: 0px auto;
  text-align: center;
  max-width: 500px;
}

.h-review-us__logo {
  display: block;
  height: 88px;
  width: auto;
  margin: 20px auto 32px auto;
}

.h-review-us__title {
  font-size: 28px;
  font-weight: 600;
  color: #00539b;
  margin-top: 0px;
  font-family: "BakerSignet BT", "Poppins", sans-serif;
  letter-spacing: 0.5px;
}

.h-review-us__sub-title {
  font-size: 16px;
  color: darkgray;
  margin-top: 8px;
  margin-bottom: 0;
}

.h-review-us__message {
  font-size: 16px;
  margin: 20px 0px;
}

/* Footer social media buttons */
.h-review-us__social-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.h-review-us__social-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.h-review-us__social-container > a > img {
  height: 40px;
  width: auto;
  margin: 0px 8px;
}

/*** Review us buttons styles version: 1 ***/
.h-review-us__links {
  margin: 40px auto;
}

.h-review-us__links > a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: white;
  background-color: #00539b;
  border-radius: 20px;
  box-shadow: 0px 0px 6px #404040;
  margin: 24px 8px;
  padding: 8px;
}

/*** Review us buttons styles version: 2 ***/
.h-review-us__links--v2 {
  margin: 40px auto;
}

.h-review-us__links--v2 > a {
  --h-color-primary: #00539b;
  display: block;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  color: var(--h-color-primary);
  border: 1px solid var(--h-color-primary);
  border-radius: 20px;
  box-shadow: 2px 2px 0px var(--h-color-primary);
  margin: 24px;
  padding: 8px;
}

/*** Review us with images as buttons - version 3 ***/
.h-review-us__links--v3 {
  margin: 20px auto;
  margin-top: 12px;
  margin-bottom: 20px;
  /* background-color: aquamarine; */
}

.h-review-us__links--v3 a {
  --h-color-primary: #030303;
  display: block;
  width: 100%;
  text-decoration: none;
  /* border: 1px solid var(--h-color-primary); */
  /* border-radius: 20px; */
  /* box-shadow: 2px 2px 0px var(--h-color-primary); */
  /* margin: 24px; */
  /* padding: 8px; */
}

.h-review-us__links--v3 a > img {
  width: 100%;
  height: auto;
  padding: 8px 16px;
}

/* FONTS */
@font-face {
  font-family: "BakerSignet BT";
  font-display: swap;
  src: url(../fonts/bakrsign.ttf) format("truetype");
  /* src: url(https:/marinabybloshotel.com/wp-content/shared/assets/fonts/bakrsign.ttf) format("truetype"); */
}
.room-stay-feedback__container {
  margin: 8px 20px 20px 20px;
  padding: 0px;
  text-align: left;
  max-width: 400px;
  font-family: "Poppins", sans-serif;
  color: black;
}
.room-stay-feedback__container .stars {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-size: 0;
  line-height: 0;
  margin: 0px;
  width: 33%;
}
.room-stay-feedback__container .stars a {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0px 0px 0px 5px;
  padding: 0;
  background-image: url(../images/icons/ic-star.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  opacity: 60%;
}
.room-stay-feedback__container .stars a.selected {
  background-image: url(../images/icons/ic-star-filled.svg);
  opacity: 100%;
}
.room-stay-feedback__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
.room-stay-feedback__logo {
  height: 68px;
  width: auto;
  margin-bottom: 6px;
}
.room-stay-feedback__title {
  font-size: 20px;
  margin: 16px 0px 4px 0px;
  text-align: center;
  color: #00539b;
}
.room-stay-feedback__description {
  font-size: 10px;
  line-height: 1.4;
  margin-bottom: 0px;
  text-align: center;
}
.room-stay-feedback__yes-no-field {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
}
.room-stay-feedback__yes-no-answer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 11px;
  width: 20%;
}
.room-stay-feedback__yes-no-answer > span {
  margin-right: 2px;
}
.room-stay-feedback__yes-no-answer > input {
  margin-right: 6px;
}
.room-stay-feedback__rating-field {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}
.room-stay-feedback__rating-label {
  display: inline-block;
  width: 68%;
  text-align: left;
  font-size: 11px;
  font-weight: 500;
}
.room-stay-feedback__form-label {
  display: block;
  font-size: 11px;
  font-weight: 500;
}
.room-stay-feedback__feedback-field {
  width: 100%;
  font-size: 18px;
  margin-bottom: 20px;
  font-size: 11px;
}
.room-stay-feedback__btn-submit {
  background-color: #00539b;
  color: white;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
  cursor: pointer;
}
.room-stay-feedback__footer-text {
  font-size: 14px;
  color: black;
  margin-top: 20px;
}
.room-stay-feedback__footer-text a {
  color: inherit;
}
.room-stay-feedback__error-message {
  color: #ff0303;
  font-weight: bold;
  margin-top: 28px;
  font-size: 18px;
}/*# sourceMappingURL=capitol.min.css.map */