@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root {
  --color-brand-1: #555A5A;
  --color-brand-2: #C8C6B0;
  --color-brand-3: #FFFBEE;

  --color-brand-3-opacity: rgba(255, 251, 238, 0.1);

  --color-brand-4: #6C5E3B;
  --color-brand-5: #5F4F2B;

  --color-brand-6: #B29F7C;
  --color-brand-7: #DED4BB;
  --color-brand-8: #ABAE38;

  --color-black: #000000;
  --color-white: #ffffff;

  --font-faily-1: "Playfair Display", serif;
  --font-faily-2: "Host Grotesk", sans-serif;
  --font-faily-3: "Host Grotesk", sans-serif;

  --font-size-body: 16px;
  --font-size-20: 20px;
  --font-size-22: 22px;

  --container-max-width: 1200px;

  /*--border-radius-1x: 0px;
  --border-radius-button: 0px;*/

  --border-footer: 1px solid var(--color-brand-3-opacity);

  --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 {


  /* ---------- STRUCTURE ---------- */
  html {
    position: relative; /* - Sticky Footer - */
    min-height: 100%; /* - Sticky Footer - */
  }
  
  body {
    background: var(--color-brand-3);
    font-family: var(--font-faily-2);
    font-size: var(--font-size-body);
    background-image: url(//mcdesign.avvio.com/014/063/000/8078/cust/imgs/bkg-img-01.jpg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
  }

  .main-be-area {
    background-color: var(--color-brand-3);
  }

  body.page-index .main-be-area {
    background-color: transparent!important;
  }

  .avvio-calendar-container,
  .avvio-calendar__month {
    border-radius: var(--border-radius-1x)!important;
  }


  .avvio-calendar__date,
  .button, 
  .button--secondary,
  .button--branded {
    transition: var(--transition-default);
    
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-faily-1)!important;
  }

  .content {
    margin-bottom: -1px;
  }

  .card-grid--unavailable > .card-grid__image .avvio-image__image {
    filter: none!important;
  }


    /* ---------- Buttons ---------- */

  .checkin-label.button--secondary.active {
    color: var(--color-brand-1);
    background: transparent;
    border: 1px solid var(--color-brand-1);
    padding: 1rem 1.5rem;
    border-radius: var(--border-radius-1x);
    transition: var(--transition-default);
    font-family: var(--font-faily-3)!important;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: normal;
  }


  .unavailable-message-box__option .button,
  .card-information__book-now,
  .button--branded {
    color: var(--color-white);
    background: var(--color-brand-1);
    border: 1px solid var(--color-brand-1);
    padding: 15px;
    border-radius: var(--border-radius-1x);
    transition: var(--transition-default);
    font-family: var(--font-faily-3)!important;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: normal;
  }

  .avvio-calendar .check-in {
    border-end-start-radius: var(--border-radius-1x);
  }

  .avvio-calendar .avvio-calendar__state {
    border-radius: var(--border-radius-1x);
  }

  .button--branded:hover {
    background-color: var(--color-brand-2);
    color: var(--color-white);
    border: var(--border-brand-2);
  }

  .button--primary:hover,
  .button--secondary:hover {
    color: var(--color-brand-1);
    background-color: transparent;
  }

  .button__text {
    font-family: var(--font-family-2);
    text-transform: uppercase;
  }

  .button-icon {
    border: none!important;
    border-radius: var(--border-radius-1x);
  }

  .button-icon:hover .button-icon__icon,
  .button-icon--secondary .button-icon__icon {
    width: 100%;
    height: 100%;
    color: var(--color-black);
    background-color: transparent;
    border-radius: var(--border-radius-1x)!important;
    border: 1px solid var(--color-brand-1);
    transition: var(--transition-default);
  }

  .button-icon:hover:not(.disabled) .button-icon__icon {
    color: var(--color-white);
    background-color: var(--color-brand-2);
  }

  .checkbox-field__input + .checkbox-field__icon {
    background-color: transparent;
  }

  .unavailable-message-box__option .button {
    padding: 10px;
  }

  .button--branded .button__text {
    font-family: var(--font-faily-2)!important;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: normal;
  }

  .checkout-label.button--secondary.disabled {
    color: var(--color-white);
    background: var(--color-brand-1);
    border: 1px solid var(--color-brand-1);
    padding: 12px 36px;
    border-radius: var(--border-radius-1x);
    font-family: var(--font-faily-3);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: normal;
    opacity: 0.7;
    transition: var(--transition-default);
  }

  .card-grid__area .button--primary.button--small,
  .button--secondary {
    color: var(--color-brand-2);
    background: transparent;
    border: 1px solid var(--color-brand-2);
    font-family: var(--font-faily-3)!important;
    font-weight: 600;
    padding: 1rem 1.5rem;
    border-radius: var(--border-radius-1x);
    transition: var(--transition-default);
  }

  .button--secondary .button__text {
    font-family: var(--font-faily-1)!important;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
  }

  .calendar-strip__item-start-date,
  .avvio-calendar :is(.check-in, .check-out) {
    background-color: var(--color-brand-2)!important;
    font-family: var(--font-faily-2);
  }

  .avvioCalendarFragment .label.selected:after {
    display: none!important;
  }

  .avvio-calendar .hovered, 
  .avvio-calendar__date.available:hover {
    background-color: var(--color-brand-2)!important;
  }

  .banner--warning,
  .discount-list {
    color: var(--color-brand-2);
    border-color: var(--color-brand-2);
    background-color: var(--color-brand-3);
  }

  .banner--warning {
    padding: 4px 10px;
  }

  
  .avvio-calendar-container {
    background-color: var(--color-brand-3)!important;
  }
  
  
  
  /* ---------- HEADER ---------- */
  .header {
    background: var(--color-brand-1);
    width: 100%;
    height: 90px;
    margin: 0;
    padding: 0;
  }
  
  .header .responsive-width {
    display: flex;
/*    box-sizing: border-box;*/
    justify-content: flex-start;
    align-items: center;
    
    height: 100%;
    width: 100% !important;
    max-width: var(--container-max-width);
    
    padding-block: 10px;
    padding-inline: 1.25rem;
    margin: 0 auto;
  }

  .header .logo a {
    display: flex;
    height: 70px;
    width: auto;
  }
  
  .header .logo img {
    display: block;
    width: auto;
    height: 100%;
  }
  
  .header a {
    text-decoration: none;
  }
  
  /* --- Back to Site --- */

  .header .backtosite {
    position: absolute;
    top: 20px;
    right: calc((100vw - var(--container-max-width)) / 2);
    width: 190px;
    height: 50px;

  }

  .header .backtosite a {
    background-color: var(--color-brand-2);
    color: var(--color-brand-1);
    font-family: var(--font-faily-2);
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase; 
    border: 1px solid var(--color-brand-2);
    border-radius: var(--border-radius-1x);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    
    transition: var(--transition-default);
  }
  
  .header a i,
  .footer a i {
    margin-right: 0px;
  }
  
  .main-be-area {
    background-color: var(--color-brand-3);
  }


  .full-ribbon-one {
    background-color: var(--color-brand-2);
    border-bottom: 1px solid var(--color-brand-2);
    box-shadow: 4px 10px 21px -21px var(--color-brand-1)
  }

  .full-ribbon-one .header-grid .button--plain.button--primary {
    background-color: transparent;
    color: var(--color-brand-1);
    transition: var(--transition-default);
  }

.page-control-panel .button.button--plain {
    color: var(--color-brand-1);
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    transition: var(--transition-default);
  }
  .page-control-panel .button.button--underlined {
    text-underline-offset: 12px;
  }

  .button__text.paragraph {
    font-family: var(--font-faily-2)!important;
    font-weight: 600;
  }

  #ipulse .actionbutton,
  #ipulse .bookbutton,
  #ipulse #login_submit_button {
    color: var(--color-white);
    background: var(--color-brand-1);
    border: 1px solid var(--color-brand-1);
    padding: 1rem 1.5rem;
    border-radius: var(--border-radius-1x);
    transition: var(--transition-default);
    font-family: var(--font-faily-1);
    font-weight: 400;
    font-size: 0.75rem;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1.2px;
  }

  #login_submit_button:hover {
    color: var(--color-brand-1);
    background: transparent;
    border: 1px solid var(--color-brand-1);
  }


  #ipulse .poweredby a,
  #ipulse .privacy-policy-container a {
    color: var(--color-brand-2);
    font-weight: 600;
    transition: var(--transition-default);
  }

  #ipulse .poweredby a:hover,
  #ipulse .privacy-policy-container a:hover {
    color: var(--color-brand-1);
  }

    /* --- FOOTER container --- */
  .footer-container {
    margin-top: 15px;
  }
  
  .footer-container a {
    color: var(--color-white);
    text-decoration: none !important;
    
    transition: var(--transition-default);
  }
  
  .footer-container a:hover {
    color: var(--color-white);
    text-decoration: none !important;
  }

  /* ---------- FOOTER ---------- */
  .footer {
    position: relative;
    flex-direction: column;
    overflow: hidden;
    color: var(--color-white);
/*    background-color: var(--color-brand-4);*/
    line-height: 18px;
    left: 0;
    height: auto;
    width: 100%;
    padding-block: 50px;
  }

  .footer::after {
    content: "";
    position: absolute;
    background: var(--color-brand-4);
    filter: blur(100px);
    height: 200%;
    left: -180px;
    right: -180px;
    top: -63px;
    z-index: -1;
    pointer-events: none;
  }
  
  .footer .responsive-width {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    gap: 15px;
    
    padding-inline: 20px;
    margin: 0 auto;
  }

  .footer .footer-logo-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 25%;
    padding-bottom: 30px;
    gap: 30px;
    border-right: var(--border-footer);
  }

  .footer .footer-top-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 70%;
    gap: 30px;
  }

  .footer .top-container-block {
    display: flex;
    width: 96%;
  }

  .footer .bottom-container-block {
    display: flex;
    width: 96%;
    justify-content: center;
    padding: 20px 0;
  }

  .footer .footer-partners {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
  }

  .footer .partner-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .footer .partner-link span {
    display: flex;
    width: fit-content;
    color: var(--color-white);
    transition: var(--transition-default);
  }

  .footer .partner-link:hover span {
    color: var(--color-brand-2);
  }

  .footer .partner-link svg {
    width: 100%;
    max-width: fit-content;
    height: 100%;
    max-height: 60px;
  }

  .footer .partner-link svg path {
    fill: var(--color-white);
    transition: var(--transition-default);
  }

  .footer .partner-link svg path.cls-0 {
    fill: #34e0a1;
  }
  .footer .partner-link svg path.cls-2 {
    fill: #FBBB00;
  }
  .footer .partner-link svg path.cls-3 {
    fill: #518EF8;
  }
  .footer .partner-link svg path.cls-4 {
    fill: #28B446;
  }
  .footer .partner-link svg path.cls-5 {
    fill: #F14336;
  }
  .footer .partner-link svg path.cls-6 {
    fill: var(--color-black);
  }

  .footer .partner-link:hover svg path {
    fill: var(--color-brand-2)!important;
  }
  .footer .partner-link:hover svg path.cls-6 {
    fill: var(--color-brand-4)!important;
  }

  .footer .col-4 {
    display: flex;
    flex-direction: column;
    width: 25%;
  }

  .footer .col-4-title {
    font-family: var(--font-faily-1);
    font-size: var(--font-size-20);
    text-align: left;
  }

  .footer .links-container {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-inline-start: 0;
    gap: 10px;
  }

  .footer .links-container li {
    display: flex;
  }

  .footer .contacts-contacts a,
  .footer .links-container li a {
    position: relative;
    padding: 5px 0;
    text-align: left;
  }


  .footer .footer-block-shr a::before,
  .footer .contacts-contacts a::before,
  .footer .links-container li a::before {
    content: "";
    position: absolute;
    background-color: var(--color-white);
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    transition: var(--transition-default);
  }

  .footer .footer-block-shr a:hover::before,
  .footer .contacts-contacts a:hover::before,
  .footer .links-container li a:hover::before {
    width: 100%;
  }
  
  .footer a {
    color: var(--color-white);
    text-decoration: none;
    font-weight: 400;
    transition: var(--transition-default);
  }
  
  .footer a:hover {
    color: var(--color-brand-3);
  }

  .footer .footer-logo-container .footer-logo {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .footer .newsletter-container {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 20px;
    width: 80%;
  }

  .footer .newsletter-container span {
    line-height: 1.5;
  }

  .footer .newsletter-container span.newsletter {
    display: flex;
    width: 100%;
  }

  .footer a.button--footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 100%;
    font-family: var(--font-faily-2);
    text-transform: uppercase;
    font-weight: 700;
    padding: 13px 20px;
    color: var(--color-brand-1);
    border-radius: var(--border-radius-1x);
    background-color: var(--color-brand-2);
    border: 1px solid var(--color-brand-2);
    transition: var(--transition-default);
  }

  .footer a.button--footer:hover {
    background-color: transparent;
    color: var(--color-brand-2);
  }
  
  .footer .footer-logo-container .footer-logo img {
    display: block;
    height: 147px;
    width: auto;
  }
  
  .footer .footer-top-container .socials {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
    padding-block: 30px;
  }

  .footer .footer-top-container .contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 25%;
    gap: 10px;
  }

  .footer .footer-top-container .address {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 35%;
    gap: 10px;
    padding-block: 30px;
  }

  .footer .footer-top-container .address-details {
    font-family: var(--font-faily-2);
    font-size: var(--font-size-body);
    line-height: 1.5;
    font-weight: 400;
    padding-block: 0;
    text-align: left;
  }

  .footer .footer-top-container .contacts-contacts p {
    font-weight: 400;
    font-family: var(--font-faily-3);
    line-height: 1.5;
    text-align: left;
  }

  .footer .footer-top-container .socials .socials-header {
    text-align: center;
  }

  .footer .footer-top-container .contacts .contacts-header p,
  .footer .footer-top-container .address .address-header p,
  .footer .footer-top-container .socials .socials-header p {
     font-family: var(--font-faily-3);
     font-weight: 600;
     font-size: 20px;
     padding-right: 10px;
  }
  
  .footer .footer-top-container .socials a i {
    font-size: 24px;
    transition: var(--transition-default);
  }

  .footer .socials-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
  }
  
  .footer .socials a img {
    display: block;
    height: 32px;
    width: auto;
    
    transition: var(--transition-default);
  }

  .footer .socials a.socials-link {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-brand-5);
    border-radius: 50%;
    margin: 0;
  }

  .footer .socials a.socials-link.twitter,
  .footer .socials a.socials-link.tripadvisor  {
    height: 25px;
  }

  .footer .socials a.socials-link.tripadvisor {
    width: 35px;
  }

  .footer .socials a.socials-link.atta {
    width: 70px;
    height: auto;
  }

  .footer .socials a.socials-link.bing {
    height: 25px;
  }

  .footer .socials a svg {
    display: block;
    height: 100%;
    width: 100%;
  }

  .footer .socials a svg path {
    fill: var(--color-brand-1);
    transition: var(--transition-default);
  }
  
  .footer .contact {
    display: inline-block;
    
    font-family: var(--font-faily-2);
    font-size: 13px;
    line-height: 26px;
    
    margin-bottom: 20px;
    text-align: left;
  }

  .footer .contact .contact-us-gap {
    display: inline-block;
    width: 67px;
  }
  
  .footer .external-logos {
    display: flex;
    align-items: center;
    gap: 48px;
  }
  
  .footer .external-logos img {
    display: block;
    
    width: auto;
    height: 65px;
  }

  .footer .footer-block-shr {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 0px;
    font-family: var(--font-faily-2);
    border-top: var(--border-footer);
  }

  .footer .footer-block-shr a {
    text-decoration: none;
    position: relative;
    padding: 5px 0;
    color: var(--color-white);
    font-family: var(--font-faily-2);
    transition: var(--transition-default);
  }
  
}


@media screen and ( min-width: 1200px ) {

  .footer .responsive-width {
    max-width: var(--container-max-width);
    padding-inline: 0;
  }


/*  .footer .footer-top-container .address-details,*/
  .footer .footer-top-container .address-contacts {
    text-align: left;
  }

  .unavailable-message-box__option .button:hover,
  .card-information__book-now:hover,
  .button--branded:hover {
    outline: none;
    box-shadow: none;
    color: var(--color-brand-1);
    background: transparent;
    border: 1px solid var(--color-brand-1);
  }

  .card-grid__area .button--primary.button--small:hover,
  .button--secondary:hover {
    outline: none;
    box-shadow: none;
    color: var(--color-white);
    background: var(--color-brand-2);
    border: 1px solid var(--color-brand-2);
  }

  .checkin-label.button--secondary.active:hover {
    outline: none;
    box-shadow: none;
    color: var(--color-white);
    background: var(--color-brand-2)!important;
    border: 1px solid var(--color-brand-2);
  }
  .checkout-label.button--secondary.disabled:hover { 
    outline: none;
    box-shadow: none;
    color: var(--color-white);
    background: var(--color-brand-1)!important;
    border: 1px solid var(--color-brand-1);
    opacity: 1;
  }

  .checkout-label.button--secondary.selected:hover {
    color: var(--color-white)!important;
  }

  .header .backtosite:hover a {
    background: var(--color-brand-1);
    color: var(--color-white);
  }

  .footer .socials a:hover {
    background-color: var(--color-brand-3);
    color: var(--color-brand-4);
  }

  .footer .socials a:hover svg path {
    fill: var(--color-brand-3);
  }

  .page-control-panel .button.button--plain:hover {
    color: var(--color-brand-2);
  }

  .full-ribbon-one .header-grid .button--plain.button--primary:hover {
    background-color: transparent;
    color: var(--color-brand-5);
  }

  .footer .footer-block-shr a:hover {
    color: var(--color-white);
  }
}

@media screen and ( max-width: 1199px ) {

  .header .backtosite {
    right: 20px;
  }

  /*.footer .footer-logo-container {
    width: 100%;
  }*/

  /*.footer .footer-logo-container .footer-logo {
    width: 100%;
    height: auto;
  }*/

  /*.footer .footer-logo-container .footer-logo a {
    width: 50%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }*/

  /*.footer .footer-logo-container .footer-logo a img {
    width: 100%;
    height: 100%;
  }*/

}

/* ----- Tablet specific ----- */
@media screen and (max-width: 991px) {

  .footer .footer-logo-container {
    width: 100%;
    justify-content: center;
    align-items: center;
    border-right: none;
  }

  .footer .footer-logo-container .footer-logo,
  .footer .newsletter-container span.newsletter {
    justify-content: center;
    align-items: center;
  }
  .footer .footer-top-container {
    width: 100%;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .footer .newsletter-container,
  .footer .footer-top-container .contacts-contacts p {
    text-align: center;
  }

  .footer .col-4.footer-menu {
    display: none;
  }

  .footer .footer-top-container .address,
  .footer .footer-top-container .footer-logo,
  .footer .footer-top-container .socials,
  .footer .footer-top-container .address-details,
  .footer .footer-top-container .address-contacts,
  .footer .socials-links {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer .footer-top-container .address-details {
    text-align: center;
  }

  /*.footer .footer-top-container .address {
    order: 1;
  }*/

  .footer .footer-top-container .contacts {
    width: 100%;
    align-items: center;
  }

  /*.footer .footer-top-container .socials {
    order: 3;
  }*/
}



/* ----- Mobile specific ----- */
@media screen and (max-width: 789px) {

  .header {
    height: 70px;
    padding: 15px;
  }

  .header .responsive-width {
    justify-content: center;
    padding-block: 0;
  }

  .header .logo a {
    height: 60px;
  }

  .header .backtosite {
    display: none;
  }

  .footer .responsive-width {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer .footer-partners {
    flex-wrap: wrap;
  }

  .footer .partner-link {
    width: 45%;
    justify-content: flex-start;
  }
  
}

@media screen and (max-width: 550px) {

  .footer .partner-link {
    width: 100%;
    justify-content: center;
  }

}