@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');


@font-face {
    font-family: 'TFArrow';
    src: url(https://lansburyhotel.com/wp-content/themes/porto-child/TFArrow-Medium.woff2) format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
  --color-brand-1: #070806;
  --color-brand-2: #A18A65;
  --color-brand-3: #f3f3f3;
  --color-brand-4: #AB9775;
  --color-brand-5: #937D5A;
  
  --color-black: #000000;
  --color-white: #FFFFFF;
  
  --font-faily-1: 'TFArrow';
  --font-faily-2: "Cabin", sans-serif;
}

@media screen {
  
  /* ---------- STRUCTURE ---------- */
  html {
    position: relative; /* - Sticky Footer - */
    min-height: 100%; /* - Sticky Footer - */
  }
  
  body {
    /*display: flex;
    flex-direction: column;
    justify-content: space-between;*/
    background: var(--color-brand-1);
    font-family: var(--font-faily-2);
    font-size: 16px;
    height: 100%;
    min-height: 100%;
    margin-bottom: 100px; /* - Sticky Footer bottom = footer height - */
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-faily-1)!important;
  }
  
  * {
    border-radius: 0 !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: var(--color-brand-2); */
    background: transparent;
    border: 1px solid var(--color-brand-1);
    padding: 1rem 1.5rem;
    border-radius: 0px;
    transition: background 0.8s ease, color 0.8s ease;
    font-family: var(--font-faily-1);
    font-weight: 400;
    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-2);
    border: 1px solid var(--color-brand-2);
    padding: 15px;
    border-radius: 0px;
    transition: background 0.8s ease, color 0.8s ease;
    font-family: var(--font-faily-1);
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: normal;
  }
  
  .unavailable-message-box__option .button {
    padding: 10px;
  }
  
  .button--branded .button__text {
    font-family: var(--font-faily-1) !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: 0px;
    font-family: var(--font-faily-1);
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: normal;
    opacity: 0.7;
    transition: all 0.8s ease;
  }
  
  .card-grid__area .button--primary.button--small,
  .button--secondary {
    color: var(--color-brand-2);
    background: transparent;
    border: 1px solid var(--color-brand-2);
    padding: 1rem 1.5rem;
    border-radius: 0px;
    transition: background 0.8s ease, color 0.8s ease;
  }
  
  .button--secondary .button__text {
    font-family: var(--font-faily-1);
    font-size: 16px;
    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: 130px;
    margin: 0;
    padding: 0;
  }
  
  .header .responsive-width {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
    height: 100%;
    width: 100% !important;
    max-width: 90%!important;
    
    padding-block: 10px;
    padding-inline: 1.25rem;
    margin: 0 auto;
  }
  
  .header .logo a {
    display: flex;
  }
  
  .header .logo img {
    display: block;
    width: auto;
    height: 65px;
  }
  
  .header a {
    text-decoration: none;
  }
  
  /* --- Back to Site --- */
  .header .backtosite {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 190px;
    height: 50px;
  }
  
  .header .backtosite a {
    background-color: transparent;
    color: var(--color-brand-2);
    font-family: var(--font-faily-1);
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase; 
    border: 1px solid var(--color-brand-2);
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: all 0.15s ease-in-out;
  }
  
  .header a i,
  .footer a i {
    margin-right: 0px;
  }
  
  .main-be-area {
    background-color: var(--color-brand-1);
  }
  
  .full-ribbon-one {
    background-color: var(--color-brand-3);
    border-bottom: 1px solid var(--color-brand-3);
    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: color 0.5s ease;
  }

  
  .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: color 0.8s ease;
  }
  
  .page-control-panel .button.button--underlined {
    text-underline-offset: 12px;
  }
  
  .button__text.paragraph {
    font-family: var(--font-faily-1) !important;
  }
  
  #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: 0px;
    transition: background 0.8s ease, color 0.8s ease;
    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: color 0.5s ease;
  }
  
  #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-brand-3);
    text-decoration: none !important;
    transition: all 0.15s ease-in-out;
  }
  
  .footer-container a:hover {
    color: var(--color-white);
    text-decoration: none !important;
  }
  
  /* ---------- FOOTER ---------- */
  .footer {
    flex-direction: column;
    color: var(--color-white);
    background: var(--color-brand-1);
    line-height: 18px;
    left: 0;
    height: auto;
    width: 100%;
    padding-block: 50px;
  }
  
  .footer .responsive-width {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100% !important;
    padding-inline: 20px;
    margin: 0 auto;
  }
  
  .footer .footer-top-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-block: 50px 100px;
    width: 100%;
  }
  
  .footer a {
    color: var(--color-white);
    text-decoration: none;
    
    transition: all 0.15s ease-in-out;
  }
  
  .footer a:hover {
    color: var(--color-brand-2);
  }
  
  .footer .left {
    display: flex;
    flex-direction: column;
  }
  
  .footer .footer-top-container .footer-logo {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .footer .footer-top-container .footer-logo img {
    display: block;
    height: 130px;
    width: auto;
  }
  
  .footer .footer-top-container .footer-logo .footer-logo-link.text {
    margin-top: 10px;
    font-family: var(--font-faily-2);
  }
  
  .footer .footer-top-container .partners {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    gap: 10px;
  }
  
  .footer .footer-top-container .address {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
    gap: 10px;
  }
  
  .footer .footer-top-container .address-details {
    font-family: var(--font-faily-2);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-block: 0;
  }
  
  .footer .footer-top-container .address-contacts p {
    font-weight: 400;
    font-family: var(--font-faily-2);
  }
  
  .footer .footer-top-container .socials-links a i {
    font-size: 24px;
    transition: all 0.15s ease-in-out;
  }
  
  .footer .footer-top-container .socials-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
  }
  
  .footer .partners a img {
    display: block;
    height: 130px;
    width: auto;
    transition: all 0.15s ease-in-out;
  }
  
  .footer .socials-links a.socials-link {
    width: 42px;
    height: auto;
    margin: 0;
  }
  
  .footer .socials-links a.socials-link.twitter {
    height: 25px;
  }
  
  .footer .socials-links a svg {
    display: block;
    height: 100%;
    width: 100%;
  }
  
  .footer .socials-links a svg path {
    fill: var(--color-white);
    transition: fill 0.15s ease-in-out;
  }
  
  .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: 50px 0 30px;
    font-family: var(--font-faily-2);
    border-top: 1px solid var(--color-brand-2);
  }
  
  .footer .footer-block-shr a {
    text-decoration: none;
    color: var(--color-white);
    transition: color 0.15s ease-in-out;
  }
  
}



@media screen and ( min-width: 1199px ) {
  
  .footer .responsive-width {
    max-width: 80%!important;
    padding-inline: 0;
  }
  
  .footer .footer-top-container .address {
    align-items: flex-start;
    padding-inline: 50px;
  }
  
  .footer .footer-top-container .address-details,
  .footer .footer-top-container .address-contacts {
    text-align: left;
  }
  
  .footer .footer-top-container .socials {
    align-items: flex-end;
  }
  
  .unavailable-message-box__option .button:hover,
  .card-information__book-now:hover,
  .button--branded:hover {
    outline: none;
    box-shadow: none;
    color: var(--color-white);
    background: var(--color-brand-5);
    border: 1px solid var(--color-brand-5);
  }
  
  .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-2);
    color: var(--color-white);
  }
  
  .footer .socials-links a:hover i {
    color: var(--color-brand-2);
  }
  
  .footer .socials-links a:hover svg path {
    fill: var(--color-brand-2);
  }
  
  .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-2);
  }
  
  .footer .footer-block-shr a:hover {
    color: var(--color-brand-2);
  }
  
}

@media screen and (max-width: 1199px) {
  .footer .footer-top-container .address {
    align-items: flex-start;
  }

  .footer .footer-top-container {
    width: 100%;
  }

  .footer .footer-top-container .address-details,
  .footer .footer-top-container .address-contacts {
      text-align: left;
  }

  .footer .footer-top-container .footer-logo img,
  .footer .partners a img {
    height: 100px;
  }

}


/* ----- Tablet specific ----- */
@media screen and (max-width: 991px) {
  
  .footer .footer-top-container {
    flex-direction: column;
  }
  
  .footer .footer-top-container .address,
  .footer .footer-top-container .footer-logo,
  .footer .footer-top-container .partners,
  .footer .footer-top-container .address-details,
  .footer .footer-top-container .address-contacts,
  .footer .footer-top-container .socials-links {
    width: 100%;
  }

  .footer .footer-top-container .address-details, 
  .footer .footer-top-container .address-contacts {
    text-align: center;
  }

  .footer .footer-top-container .socials-links {
    justify-content: center;
  }
  
  .footer .footer-top-container .address {
    padding-block: 50px;
  }
  
}

/* ----- Mobile specific ----- */
@media screen and (max-width: 789px) {
  
  .header {
    padding: 15px;
  }
  
  .header .responsive-width {
    justify-content: center;
    padding-block: 0;
  }
  
  .header .logo img {
    height: 80px;
  }
  
  .header .backtosite {
    display: none;
  }
  
  .footer .responsive-width {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .footer .left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
}