@charset "UTF-8";

@import url("https://use.typekit.net/wuq8qjo.css");
@import url("https://p.typekit.net/p.css?s=1&k=tbo0nvq&ht=tk&f=28201.28205.28208.28222.28225.28226.28227.28238.51697.51699.51703.51704.51705.51706.60640.60642&a=102915977&app=typekit&e=css");

:root {

  --color-brand-1: #AD4834;
  --color-brand-2: #FFEAD6;
  --color-brand-3: #FFF6ED;
  --color-brand-4: #555555;
  --color-brand-5: #1C2223;
  --color-brand-6: #B9792B;
  --color-brand-7: #333333;

  --color-black: #000000;
  --color-white: #ffffff;
  --color-white-opacity: rgba(255,255,255,0.1);

  --branding-default: var(--color-brand-1);
  --branding-hovered: var(--color-brand-2);
  --branding-pressed: var(--color-brand-4);

  --border-hovered: var(--color-brand-2);
  --background-hovered: var(--color-brand-2);
  --base-featured: var(--color-brand-4);

  --mda-box-background: var(--color-brand-5);

  
/*  --border-radius-default: 0px;*/
/*  --border-radius-1x: ;*/
  --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: "p22-mackinac-pro", serif;
  --font-family-2: "area-normal", sans-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-2);
    font-size: var(--font-size-body);
  }

  .number-field__input {
    margin: 0 10px;
    border-radius: 0;
  }

  .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-1);
  }

  .card-grid__title h4, 
  .card-grid__title h5 {
    text-decoration: none;
  }
  
  .main-be-area {
    background-color: var(--color-brand-3);
  }

  .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__date,
  .button, 
  .button--secondary,
  .button--branded {
    transition: var(--transition-default);
  }

  .button--branded {
    font-weight: 700;
    position: relative;
    color: var(--color-brand-1);
    background-color: transparent;
    border: var(--border-transparent);
  }

  .button--branded::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-brand-1);
    transition: var(--transition-default);
  }

  .button--branded:hover::before {
    width: 0;
  }

  .button--branded:hover {
    background-color: transparent;
    color: var(--color-brand-1);
    border: var(--border-transparent);
  }

  .button--secondary {
    color: var(--color-brand-1);
    border: 1px solid var(--color-brand-1);
    transition: var(--transition-default);
    text-transform: uppercase;
  }

  .button--primary:hover,
  .button--secondary:hover {
    color: var(--color-brand-1);
    border: var(--border-brand-2);
    background-color: var(--color-brand-2);
  }

  .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:hover .button-icon__icon,
  .button-icon--secondary .button-icon__icon {
    width: 100%;
    height: 100%;
    color: var(--color-brand-1);
    background-color: transparent;
    border-radius: calc(var(--border-radius-1x) * 2)!important;
    border: var(--border-brand-1);
    transition: var(--transition-default);
  }

  .button-icon:hover:not(.disabled) .button-icon__icon {
    color: var(--color-brand-1);
    background-color: var(--color-brand-2);
  }

  .button-icon.button-icon--branded .button-icon__icon {
    color: var(--color-brand-1);
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 1px solid var(--color-brand-1);
    border-radius: 0;
  }

  .button-icon.button-icon--branded:hover:not(.disabled) .button-icon__icon {
    color: var(--color-brand-1);
  }

  .button-icon--branded.disabled .button-icon__icon, 
  .button-icon--branded.disabled:hover .button-icon__icon,
  .button-icon:disabled .button-icon__icon, 
  .button-icon.disabled .button-icon__icon {
    color: var(--text-disable) !important;
    border: 1px solid var(--border-disable) !important;
  }

  .checkbox-field__input + .checkbox-field__icon {
    background-color: transparent;
  }

  .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-1);
  }
  
  .header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: var(--color-brand-3);
    color: var(--color-brand-1);
    box-shadow: var(--box-shadow-default);
    padding-block: 0px;
    z-index: 4;
  }

  .full-ribbon-one {
    box-shadow: var(--box-shadow-default);
    background-color: var(--color-brand-2);
  }
  
  .header .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: var(--container-max-width);
    padding-inline: 15px;
  }
  
  .header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .header .logo a img {
    display: block;
    
    height: 32px;
    width: auto;
    
    transition: var(--transition-default);
  }
  
  .header .logo a:hover img {
    opacity: 80%;
  }

  .header .backtosite {
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
  }
  
  .header .backtosite a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    
    background-color: var(--color-brand-1);
    color: var(--color-white);
    border: var(--border-brand-1);
    border-radius: calc(var(--border-radius-1x) * 2);
    font-size: var(--font-size-body);
    font-family: var(--font-family-2);
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    padding-block: 10px;
    padding-inline: 30px;
    transition: var(--transition-default);
  }
  
  .header .backtosite:hover a {
    background-color: var(--color-brand-2);
    color: var(--color-brand-1);
    border: var(--border-brand-2);
  }

  .header .sitename {
    position: absolute;
    display: none;
  }
  
  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-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);
  }

  #control-area-links .button--primary {
    padding: 5px;
    margin: 10px 0;
    background-color: transparent;
    color: var(--color-brand-1);
    border: var(--border-transparent);
    transition: var(--transition-default);
  }

  .navigation-box .button--primary.button--underlined:hover {
    color: var(--color-brand-1);
    border: var(--border-brand-1);
  }

  .navigation-box .button--primary:hover {
    color: var(--color-brand-1);
    border: var(--border-transparent);
  }

  .navigation-box .button--primary.disabled:hover {
    color: var(--color-brand-7);
    border: var(--border-transparent);
  }

  #control-area-links .button--primary:hover {
    color: var(--color-brand-1);
    border: var(--border-brand-1);
  }

  .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-2);
  }

  .footer {
    display: block;
    background-color: #1c2223;
    position: relative;
    z-index: 10;
  }

  .footer a {
    color: var(--color-white);
    font-size: calc(var(--font-size-body) - 2px);
    transition: var(--transition-default);
    word-break: break-all;
  }

  .footer a:hover {
    color: var(--color-brand-2);
  }

  .footer .container {
    overflow: hidden;
    padding-left: 62px;
    padding-right: 62px;
  }

  .footer .footer-row-1 {
    display: grid;
    grid-template-columns: 765fr 328fr 238fr;
    margin-right: -1px;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .footer .footer-row-1 .footer-logo {
    display: block;
    height: auto;
    width: calc(100% - 20px);
    max-width: 240px;
  }

  .footer .footer-row-1 .footer-logo img {
    width: 100%;
    height: auto;
    transition: var(--transition-default);
  }

  .footer .footer-row-1 .footer-logo img:hover {
    opacity: 0.6;
  }

  .footer .footer-row-1 .logo-container {
    border-right: 1px solid #fff;
    color: var(--color-white);
    display: grid;
    gap: 200px;
  }

  .footer .footer-row-1 .footer-menu {
    border-right: 1px solid #fff;
    padding-left: 23px;
    padding-right: 23px;
  }

  .footer .footer-row-1 .contact-container {
    padding-left: 23px;
    padding-right: 23px;
  }

  .footer .footer-row-1 .newsletter-block-2 {
    display: none;
  }

  .footer .top-banner-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
  }

  .footer .top-banner-title {
    color: var(--color-white);
    font-size: var(--font-size-22);
    font-family: var(--font-family-1);
    font-weight: 700;
    letter-spacing: 1px;
  }

  .footer .top-banner-link a {
    padding: 0;
    width: 20%;
    transition: var(--transition-default);
  }

  .footer .top-banner-link a img {
    width: 100%;
    height: auto;
  }

  .footer .top-banner-link a:hover {
    background-color: transparent;
  }

  .footer .footer-row-2 {
    padding: 14px 0 20px;
    color: var(--color-white);
    border-top: 1px solid #fff;
    align-items: center;
  }

  .footer .footer-row-2-container {
    width: 100%;
    max-width: var(--container-max-width);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .footer .footer-row-2-container a {
    height: 100%;
    width: 180px;
  }

  .footer .footer-row-2-container a img {
    height: auto;
    width: 100%;
    transform: scale(1.0);
    opacity: 0.8;
    transition: var(--transition-default);
  }

  .footer .footer-row-2-container a:hover img {
    transform: scale(1.02);
    opacity: 1;
  }

  .footer .col-4 .address {
    font-size: calc(var(--font-size-body) + 0px);
    text-align: left;
    position: relative;
  }

  .footer .contact-icon {
    display: flex;
  }

  .footer .contact-address {
    display: flex;
    text-align: left;
    font-size: 14px;
    line-height: 1.75;
  }

  .footer .contact-icon svg {
    height: 20px;
    width: auto;
  }

  .footer .contact-icon svg path {
    fill: var(--color-brand-2);
  }

  .footer .col-4 .contact {
    display: flex;
    flex-direction: column;
    color: var(--color-white);
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 6px;
  }

  .footer .col-4 .contact p {
    margin: 0;
    display: flex;
    gap: 10px;
  }

  .footer .footer-row-1-partners {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
  }

  .footer .newsletter-block {
    width: 60%;
  }

  .footer .newsletter {
    display: flex;
    width: 130px;
    justify-content: center;
  }

 .footer .newsletter-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }

  .footer .newsletter a.btn {
    font-family: var(--font-family-2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    background-color: var(--color-white);
    color: var(--color-brand-5);
    border: var(--border-white);
    border-radius: calc(var(--border-radius-1x) * 2);
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
    height: 100%;
    transition: var(--transition-default);
  }

  .footer .newsletter a.btn:hover {
    color: var(--color-brand-1);
    border: var(--border-brand-2);
    background-color: var(--color-brand-2);
  }

  .footer .newsletter-container .col-4-subtitle {
    max-width: 303px;
    width: calc(100% - 20px);
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 30px;
  }

  .footer .col-4-title {
    color: var(--color-brand-4);
    font-family: var(--font-family-2);
    font-size: calc(var(--font-size-body) - 2px);
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .footer .col-4-title.second-row {
    margin-top: 40px;
  }

  .footer .hotels-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer .links-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.75;
    justify-content: center;
    list-style: none;
    padding-inline-start: 0px;
    margin: 0;
  }

  .footer .links-container.logo-links {
    margin-top: 0px;
  }

  .footer .links-container a {
    position: relative;
    font-weight: 400;
    text-align: left;
    padding-bottom: 1px;
    transition: var(--transition-default);
  }

  .footer .links-container a:hover {
    color: var(--color-white);
  }

  .footer .footer-row-3 a,
  .footer a.hotel-link {
    text-align: left;
    position: relative;
    transition: var(--transition-default);
  }

  .footer a.hotel-link {
    color: var(--color-white);
  }

  .footer .footer-row-3 a:hover,
  .footer a.hotel-link:hover {
    color: var(--color-white);
  }

  .footer .footer-row-3 a::before,
  .footer .links-container a::before,
  .footer a.hotel-link::before {
    position: absolute;
    content: '';
    background-color: var(--color-white);
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0px;
    transition: var(--transition-default);
  }

  .footer .footer-row-3 a:hover::before,
  .footer .links-container a:hover::before,
  .footer a.hotel-link:hover::before{
    width: 100%;
  }
  
  .footer .links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    row-gap: 15px;
  }

  .footer .socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    margin-top: 20px;
  }

  .footer .socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: calc(var(--font-size-body) * 1);
    color: var(--color-brand-4);
    border-radius: 50%;
    padding: 10px;
    position: relative;
    background-color: var(--color-white);
    transition: var(--transition-default);
  }

  .footer .socials a.twitter-link {
    padding: 8px;
  }

  .footer .socials a svg {
    width: 100%;
    height: 100%;
  }

  .footer .socials a svg path {
    fill: var(--color-brand-4);
    transition: var(--transition-default);
  }

  .footer .socials a:hover {
    color: var(--color-black);
    background-color: var(--color-brand-2);
    transition: var(--transition-default);
  }

  .footer .socials a:hover svg path {
    fill: var(--color-black);
  }

}

@media screen and (max-width: 1300px) {

  .footer .links-container a::after {
    right: -4px;
    top: 8px;
  }

}

@media screen and (max-width: 1199px) {

  .header .backtosite {
    right: 0px;
  }

  .footer .col-4 {
    flex-wrap: wrap;
    gap: 10px;
  }

  .footer .footer-row-2 {
    padding-inline: 20px;
  }

  .footer .footer-menu {
    flex-direction: column;
  }

  .footer .newsletter-container-top {
    flex-direction: column;
    justify-content: center;
  }

  .footer .footer-row-2-container {
    flex-wrap: wrap;
  }

  .footer .footer-row-2-container a {
    width: 30%;
  }

}

/* ----- Tablet specific ----- */
@media screen and (max-width: 991px) {

  .header .backtosite {
    min-width: unset;
  }

  .footer .footer-menu {
    border-right: var(--border-transparent);
    border-left: var(--border-transparent);
  }

  .footer .footer-row-1 {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .footer .col-4 .contact {
    width: 100%;
  }

  .footer .newsletter-block {
    width: 100%;
  }
  
}

@media screen and (max-width: 767px) {

  .header .backtosite {
    display: none;
  }

  .header::before {
    z-index: 0;
  }

  .header .container {
    justify-content: center;
    z-index: 2;
  }

  .footer .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer .footer-row-1 {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer .newsletter-block {
    display: none;
  }

  .footer .footer-row-1 .logo-container {
    border-right: none;
    display: grid;
    gap: 0;
  }

  .footer .footer-row-1 .footer-logo {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer .footer-row-1 .footer-menu {
    border-right: none;
    padding: 0;
  }

  .footer .footer-row-1 .contact-container {
    padding: 0;
  }

  .footer .footer-row-1 .newsletter-block-2 {
    display: block;
  }

  .footer .newsletter-block-2 .newsletter-container .col-4-subtitle {
    color: var(--color-white);
  }

}

/* ----- Mobile specific ----- */
@media screen and (max-width: 499px) {
  
  .footer .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .footer a {
    font-size: 14px;
  }

  .footer .col-4-title {
    font-size: 14px;
  }

  .mda-table__col-price .display-price {
    font-size: calc(var(--font-size-body) - 0px);
    font-weight: lighter;
  }
  
  .header .container {
    display: flex;
    padding-inline: 0px;
  }
  
  .header .logo {
    padding-inline: 0px;
    width: 85%;
  }

  .header .backtosite a {
    padding: 10px;
    width: 100%;
  }

  .header .logo a img {
    width: 100%;
  }
  
  .header .backtosite {
    right: 0;
    width: 35%;
  }
  
}

@media screen and (max-width: 320px) {

  .header {
    margin-top: 60px;
  }

}