@charset "UTF-8";

@import url("https://use.typekit.net/wuq8qjo.css");
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght,YOPQ@100..900,300&display=swap');
@import url('https://use.typekit.net/crg7svy.css');

:root {

  --color-brand-1: #27371f;
  --color-brand-2: #b69c5c;
  --color-brand-3: #221f20;
  --color-brand-4: #f5f4f0;
  --color-brand-5: #816115;
  --color-brand-6: #816115;
  --color-brand-7: #7a7879;
  --color-brand-8: #5d460d;
  --color-brand-9: #f5e4d3;
  --color-brand-10: #f5f2eb;
  --color-brand-11: #3c8c9e;
  --color-brand-12: #011e41;
  --text-disable: #105E6514;

  --brand-color-text: var(--color-brand-3);
  --brand-color-border: var(--color-brand-1);
  --color-black: #000000;
  --color-white: #ffffff;

  --color-white-opacity: rgba(255,255,255,0.1);

  --branding-default: var(--color-brand-2);
  --branding-hovered: var(--color-brand-5);
  --branding-pressed: var(--color-brand-5);

  --border-hovered: var(--color-brand-5);
  --background-hovered: var(--color-brand-1);
  --base-featured: var(--color-brand-1);

  --mda-box-background: var(--color-brand-5);

  --border-radius-default: 0px;
  --border-radius-05x: 0px;
  --border-radius-1x: 0px;
  --border-radius-2x: 0px;
  --border-radius-3x: 0px;
  --border-radius-button: 0px;
  --border-brand-1: 1px solid var(--color-brand-1);
  --border-brand-2: 1px solid var(--color-brand-2);
  --border-brand-3: 1px solid var(--color-brand-3);
  --border-brand-4: 1px solid var(--color-brand-4);
  --border-brand-7: 1px solid var(--color-brand-7);
  --border-transparent: 1px solid transparent;
  --border-black: 1px solid var(--color-black);
  --border-white: 1px solid var(--color-white);
  --border-white-opacity: 1px solid var(--color-white-opacity);

  --font-family-1: "Kumbh Sans", sans-serif;
  --font-family-2: "goldenbook", "Adjusted Trebuchet MS", serif;

  --font-size-body: 16px;
  --font-size-20: 20px;
  --font-size-22: 22px;

  --container-max-width: 1200px;

  --box-shadow-btn: 0 6px 12px rgba(0, 0, 0, .1);
  --box-shadow-btn-2: 0 0 10px rgba(0, 0, 0, 0.15);
  --box-shadow-header: 0 7px 24px rgba(0, 0, 0, .06);

  --box-shadow-default: 0px 1px 20px -12px var(--color-black);

  --box-shadow-pre-hover-brand-2: inset 0px 0px 0 0 var(--color-brand-2);
  --box-shadow-hover-brand-2-top: inset 0px 200px 0 0 var(--color-brand-2);

  --transition-default: all 0.5s ease; 
  
  --img-ratio-rate-primary: 4 / 3;
  --img-ratio-rate-primary-mobile: 4 / 3;
  --img-ratio-rate-secondary: 4 / 3;
  --img-ratio-rate-secondary-mobile: 4 / 3;
  --img-ratio-mda-secondary-rate: 4 / 3;
  --img-ratio-mda-secondary-rate-mobile: 4 / 3;
}

@media screen and (max-width: 499px) {

  :root {
    --font-size-body: 14px;
    --font-size-20: 18px;
    --font-size-22: 20px;
    --container-max-width: 100vw;
  }

}

@media screen {
  
  .header a i,
  .backtotop a i,
  .footer a i {
    margin-right: 0px;
  }
  
  body {
    background-color: var(--color-brand-3);
    font-family: var(--font-family-1);
    font-size: var(--font-size-body);
  }

  .number-field__input {
    margin: 0 10px;
    border-radius: 0;
  }

  .info-bar-container .item.item-positive .heading-5 {
    color: var(--border-success)!important;
  }

  .navigation-box .paragraph {
    font-weight: 400;
  }

  .navigation-box ol li::after {
    border-top: 1px solid var(--color-black);
  }

  .button-card-horizontal.selected, 
  .button-card-horizontal:focus, 
  .slect.selected {
    border: 1px solid var(--color-brand-2);
  }

  .card-grid__title h4, 
  .card-grid__title h5 {
    text-decoration: none;
  }
  
  .main-be-area {
    background-color: var(--color-brand-4);
  }

  .card-grid.grid-layout {
    box-shadow: var(--box-shadow-default);
  }

  .avvio-calendar-container,
  .avvio-calendar__month {
    border-radius: calc(var(--border-radius-1x) * 2)!important;
  }

  .avvio-calendar .today {
    background-color: var(--color-brand-4);
  }

  .avvioCalendarFragment .label:hover {
    color: var(--text-default);
  }

  .avvio-incentives__item {
    color: var(--color-brand-2);
  }

  .avvio-calendar__date,
  .button, 
  .button--secondary,
  .button--branded {
    transition: var(--transition-default);
  }

  .button--branded {
    font-family: var(--font-family-2);
    font-size: 17.2525px;
    letter-spacing: normal;
    line-height: 28px;
    background-color: var(--color-brand-5);
    border: 1px solid var(--color-brand-2);
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    color: var(--color-brand-4)!important;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .button--branded:hover {
    background-color: var(--color-brand-4)!important;
    color: var(--color-brand-5)!important;
    border: 1px solid var(--color-brand-2);
  }

  .button--secondary {
    transition: var(--transition-default);
  }

  .modal-promo-code__buttons .modal-promo-code__skip {
    background-color: var(--color-brand-4);
    color: var(--color-brand-5);
  }

  .modal-promo-code__skip,
  .mda-table__total-cta .book-now-button,
  button.button--primary.book-now-button {
    padding: 15px 25px;
    background-color: var(--color-brand-5);
    border: 1px solid var(--color-brand-2);
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    color: var(--color-brand-5);
    transition: var(--transition-default);
  } 

  .modal-promo-code__skip:hover,
  .mda-table__total-cta .book-now-button:hover,
  button.button--primary.book-now-button:hover {
    color: var(--color-brand-4);
    background-color: var(--color-brand-5);
  }

  .addRoomButton,
  [id^=rateInfo_] .avvio-modal__bottom .cta,
  [id^=roomInfoTabs_] .avvio-modal__bottom .cta, 
  [id^=rateInfo_] .avvio-modal__bottom .cta {
    font-family: var(--font-family-2);
    font-size: 17.2525px;
    letter-spacing: normal;
    line-height: 28px;
    background-color: transparent;
    border: 1px solid var(--color-brand-2);
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    color: var(--color-brand-5);
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .addRoomButton:hover,
  [id^=rateInfo_] .avvio-modal__bottom .cta:hover,
  [id^=roomInfoTabs_] .avvio-modal__bottom .cta:hover, 
  [id^=rateInfo_] .avvio-modal__bottom .cta:hover {
    background-color: var(--color-brand-5)!important;
    color: var(--color-brand-4)!important;
  }

  .button--primary:hover {
    color: var(--color-brand-4);
    border: var(--border-brand-5);
    background-color: var(--color-brand-5);
  }

  .button--plain {
    color: var(--color-brand-1);
  }

  .button--plain:hover {
    opacity: .7;
    color: var(--color-brand-2);
    background-color: transparent;
    border: transparent;
  }

  .button__text {
    font-weight: 700;
    font-family: var(--font-family-2);
    text-transform: uppercase;
  }

  .button-icon {
    border: none!important;
    border-radius: calc(var(--border-radius-1x) * 2);
    width: 30px;
    height: 30px;
  }

  .button-icon:disabled, 
  .button-icon.disabled {
    color: #F9F9F9!important;
    background-color: transparent!important;
  }

  .button-icon--branded.disabled .button-icon__icon, 
  .button-icon--branded.disabled:hover .button-icon__icon {
    color: #F9F9F9!important;
    border: 1px solid #F9F9F9!important;
    background-color: transparent!important;
  }

  .button-icon:hover:not(.disabled) .button-icon__icon {
    color: var(--color-brand-4);
    background-color: var(--color-brand-5)!important;
    border: var(--color-brand-5);
  }

  .button-icon--secondary .button-icon__icon {
    color: var(--color-brand-5);
    border: 1px solid var(--color-brand-5);
  }

  .button-icon:disabled .button-icon__icon, 
  .button-icon.disabled .button-icon__icon {
    color: var(--text-disable);
    border: 1px solid var(--text-disable);
  }

  .button-icon.button-icon--branded .button-icon__icon {
    color: var(--color-brand-5);
    background-color: transparent;
    border: 1px solid var(--color-brand-5);
  }

  .button-icon.button-icon--branded .button-icon__icon:hover {
    color: var(--color-brand-4);
    background-color: var(--color-brand-5);
    border: var(--border-brand-1);
  }

  .box.details-page-terms .button {
    min-width: auto;
  }

  .mda-table .date-header .state.active {
    background-color: var(--color-brand-1);
  }

  .mda-table tr td.mda-table__checkin-date, 
  .mda-table tr td.mda-table__stay-date {
    background-color: var(--color-brand-1);
  }

  i.checkbox-field__icon.fa.fa-fw {
    border: 1px solid var(--color-brand-1);
  }

  .checkbox-field__input:checked + .checkbox-field__icon {
    color: var(--color-brand-2);
  }

  .actionbutton.actionbutton_sm.sendBasketTrigger.button.button--secondary {
    text-transform: uppercase;
    font-weight: 700;
    border: var(--border-brand-1);
    background-color: var(--color-brand-1);
    color: var(--color-white);
    transition: var(--transition-default);
  }

  .actionbutton.actionbutton_sm.sendBasketTrigger.button.button--secondary:hover {
    background-color: transparent;
    color: var(--color-brand-1);
  }
  
  .header {
    z-index: 10;
    margin: 0;
    padding: 0;
    justify-content: center;
    background-color: var(--color-brand-2);
  }

  .full-ribbon-one {
    box-shadow: var(--box-shadow-default);
  }
  
  .header .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 15px 0;
    max-width: var(--container-max-width);
  }
  
  .header .logo {
    display: flex;
  }

  .header .logo a {
    height: 80px;
    width: auto;
  }
  
  .header .logo a img {
    height: 100%;
    width: auto;
    transition: var(--transition-default);
  }
  
  .header .logo a:hover img {
    opacity: 80%;
  }

  .header .backtosite {
    position: absolute;
    right: 130px;
  }
  
  .header .backtosite a {
    font-family: var(--font-family-2);
    font-size: 17.2525px;
    letter-spacing: normal;
    line-height: 28px;
    background-color: var(--color-brand-4);
    border: 1px solid var(--color-brand-2);
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    color: var(--color-brand-5);
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: 700;
    transition: var(--transition-default);
  }
  
  .header .backtosite:hover a {
    background-color: var(--color-brand-5);
    color: var(--color-brand-4);
  }

  .header .sitename {
    position: absolute;
    display: none;
  }

  .gallery__counter {
    font-family: var(--font-family-1);
  }
  
  h1, h2, h3, h4, h5, h6,
  .header1, .header2, .header3, .header4, .header5, .header6,
  .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
    font-family: var(--font-family-1);
    font-weight: 700;
    color: var(--color-brand-2);
  }

  .navigation-box .button--primary,
  .navigation-box .button--primary.button--underlined {
    background-color: transparent;
    color: var(--color-brand-1);
    border: var(--border-transparent);
    transition: var(--transition-default);
  }

  .navigation-box .button--primary.button--underlined .button__text {
    text-decoration: none;
  }

  .navigation-box .button--primary.disabled {
    color: var(--color-black);
  }

  .price-and-button .button--primary {
    font-family: var(--font-family-2);
    font-size: 17.2525px;
    letter-spacing: normal;
    line-height: 28px;
    background-color: var(--color-brand-4);
    border: 1px solid var(--color-brand-2);
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    color: var(--color-brand-5);
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .price-and-button .button--primary:hover {
    background-color: var(--color-brand-5);
    color: var(--color-brand-4);
  }

  #control-area-links .button--primary {
    padding: 5px 10px;
    margin: 10px 0;
    background-color: transparent;
    color: var(--color-brand-1);
    border: var(--border-transparent);
    border-radius: var(--border-radius-button);
    transition: var(--transition-default);
  }

  #control-area-links .button--primary:hover {
    color: var(--color-brand-1);
    border: var(--border-brand-1);
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
  }

  .poweredby a,
  .privacy-policy-container a {
    font-size: calc(var(--font-size-body) - 0px);
    font-family: var(--font-family-1);
    color: var(--color-black);
    transition: var(--transition-default);
  }

  .poweredby a:hover,
  .privacy-policy-container a:hover {
    color: var(--color-brand-1);
  }

  .header a i, 
  .backtotop a i, 
  .footer a i {
    margin-right: 0px;
  }

  .fa-brands, .fab {
    font-weight: 400;
    font-family: "Font Awesome 6 Brands";
  }

  .footer {
    display: block;
    position: relative;
    z-index: 10;
    color: var(--color-black);
  }

  .footer .footer-row-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    position: relative;
    align-items: flex-start;
    padding-top: 86px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 85px;
    background-color: var(--color-brand-4);
  }

  .footer .footer-row-1 .footer-certifications {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #7a78794d;
    width: 100%;
  }

  .footer .footer-row-1 .footer-certifications a {
    display: flex;
    position: relative;
    padding: 0 40px;
  }

  .footer .footer-row-1 .footer-certifications a::after {
    background-color: #888b79;
    bottom: 0;
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }

  .footer .footer-row-1 .footer-certifications a img {
    width: 100%;
    height: 100%;
    transition: var(--transition-default);
  }

  .footer .footer-row-1 .footer-certifications a img:hover {
    opacity: .7;
  }

  .footer .footer-row-1 .address-container {
    font-family: var(--font-family-2);
    text-align: left;
    width: 272px;
  }

  .footer .footer-row-1 .address-container .address-item h3,
  .footer .footer-row-1 .newsletter-container h3,
  .footer .footer-row-1 .nav-container h3 {
    display: block;
    color: var(--color-brand-3);
    font-family: var(--font-family-2);
    font-size: 20.7px;
    font-weight: 600;
    letter-spacing: 0.414px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 20px;
  }

  .footer .footer-row-1 .address-container .address-text {
    font-family: var(--font-family-1);
    color: var(--color-brand-3);
    font-size: 14.78px;
  }

  .footer .footer-row-1 .address-container .contact-list {
    margin: 0;
    padding: 0;
  }

  .footer .footer-row-1 .address-container ul li {
    display: flex;
    list-style: none;
  }

  .footer .footer-row-1 .address-container ul li a {
    font-family: var(--font-family-1);
    color: var(--color-brand-3);
    text-decoration: underline;
    font-size: 14.78px;
    padding: 15px 0;
  }

  .footer .footer-row-1 .address-container ul li a:hover {
    color: var(--color-brand-5);
  }

  .footer .footer-row-1 .address-container .social-container {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
  }

  .footer .footer-row-1 .address-container .social-container a {
    display: flex;
    font-size: 18px;
    color: var(--color-brand-5);
    height: 40px;
    width: 40px;
    align-items: center;
    border-radius: 6px;
    flex-wrap: nowrap;
    justify-content: center;
    line-height: 18px;
    text-align: center;
    flex-direction: row;
    transition: var(--transition-default);
  }

  .footer .footer-row-1 .address-container .social-container a:hover {
    background-color: var(--color-brand-8);
    color: var(--color-white);
  }

  .footer .social-container a svg {
    width: auto;
    height: 18px;
  }

  .footer .social-container a svg path {
    fill: var(--color-brand-5);
    transition: var(--transition-default);
  }

  .footer .social-container a:hover svg path {
    fill: var(--color-white);
  }

  .footer .footer-row-1 .newsletter-container {
    width: 373px;
    text-align: left;
  }

  .footer .footer-row-1 .newsletter-container a {
    font-family: var(--font-family-2);
    font-size: 17.2525px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 28px;
    background-color: #0000;
    color: var(--color-brand-8);
    margin-top: 20px;
    opacity: 1;
    padding: 10px 5px;
    position: relative;
    text-transform: uppercase;
  }

  .footer .footer-row-1 .newsletter-container a:hover {
    color: var(--color-brand-8);
    opacity: 1;
  }

  .footer .footer-row-1 .newsletter-container a::before {
    border-radius: 10px;
    bottom: 0;
    height: 1px;
    left: 0;
    width: 24px;
  }

  .footer .footer-row-1 .newsletter-container a:hover::before {
    opacity: 1;
    width: 98%;
  }

  .footer .footer-row-1 .newsletter-container a::after {
    border-radius: 50%;
    bottom: -3px;
    height: 7px;
    left: 27px;
    width: 7px;
  }

  .footer .footer-row-1 .newsletter-container a:hover::after {
    left: 100%;
  }

  .footer .footer-row-1 .newsletter-container a::before,
  .footer .footer-row-1 .newsletter-container a::after {
    background: var(--color-brand-8);
    content: "";
    position: absolute;
    transition: all .6s ease-in-out;
  }

  .footer .footer-row-1 .nav-container {
    width: 200px;
    text-align: left;
  }

  .footer .footer-row-1 .nav-container .footer-nav-container .footer-nav-list {
    display: block;
    margin: 0;
    padding: 0;
  }

  .footer .footer-row-1 .nav-container .footer-nav-container .footer-nav-list .nav-item {
    display: flex;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer .footer-row-1 .nav-container .footer-nav-container .footer-nav-list .nav-item svg {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 8px;
    transition: var(--transition-default);
  }

  .footer .footer-row-1 .nav-container .footer-nav-container .footer-nav-list .nav-item:hover svg {
    left: 5px;
  }

  .footer .footer-row-1 .nav-container .footer-nav-container .footer-nav-list .nav-item a {
    font-family: var(--font-family-1);
    color: var(--color-brand-8);
    display: block;
    font-size: 15px;
    line-height: normal;
    position: relative;
    text-decoration: none;
    transition: var(--transition-default);
  }

  .footer .footer-row-1 .nav-container .footer-nav-container .footer-nav-list .nav-item a:hover {
    color: var(--color-brand-1);
  }

  .footer .award-logo {
    display: grid;
    grid-template-columns: 381px auto;
    gap: 40px;
    padding: 30px;
    background-color: #f5f2eb;
    width: 100%;
    z-index: 1;
    align-items: center;
  }

  .footer .award-logo .award-header {
    position: relative;
  }

  .footer .award-logo .award-header::after {
    background-color: var(--color-brand-1);
    content: "";
    display: inline-block;
    height: 90px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }

  .footer .award-logo .hotel-collection {
    display: flex;
    justify-content: space-evenly;
  }

  .footer .award-logo .hotel-collection a {
  display: flex;
  position: relative;
  padding: 20px;
  }

  .footer .award-logo .hotel-collection a img {
    width: 100%;
    height: 100%;
    transition: var(--transition-default);
  }

  .footer .award-logo .hotel-collection a img:hover {
    opacity: .7;
  }

}

/* ----- Responsive ----- */

@media screen and (max-width: 991px) {

  .header .container {
    padding: 20px;
  }

  .footer .footer-row-1 .footer-certifications {
    margin-bottom: 20px;
    padding-bottom: 30px;
    flex-wrap: wrap;
  }

  .footer .footer-row-1 .footer-certifications a {
    padding: 10px 20px;
  }

  .footer .footer-row-1 {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 45px;
  }

  .footer .footer-row-1 .address-container,
  .footer .footer-row-1 .newsletter-container {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }

  .footer .footer-row-1 .address-container .social-container {
    justify-content: center;
  }

  .footer .footer-row-1 .address-container ul li {
    justify-content: center;
  }

  .footer .footer-row-1 .nav-container {
    display: none;
  }

  .footer .award-logo {
    padding: 20px;
    grid-template-columns: auto;
  }

  .footer .award-logo .hotel-collection a {
  display: flex;
  position: relative;
  padding: 10px;
  }

}

@media screen and (max-width: 767px) {

  .header .backtosite {
    right: 20px;
  }

  .footer .footer-row-1 .award-logo {
    padding: 20px;
  }

  .footer .footer-row-1 .award-logo img {
    height: 120px;
  }

}

/* ----- Mobile specific ----- */

@media screen and (max-width: 499px) {

  .footer .footer-row-1 .award-logo {
    flex-direction: column;
  }

  .footer .award-logo .hotel-collection {
    flex-direction: column;
    align-items: center;
  }

  .footer .award-logo .hotel-collection a {
    width: 150px;
  }
  
}