@charset "UTF-8";

@media screen {
  
  .header a i,
  .footer a i {
    margin-right: 0px;
  }

  body {
    color: #000000;
    font-family: "gill-sans-nova";
  }

  .paragraph {
    font-family: "gill-sans-nova";
  }

  .heading {
    font-family: "gill-sans-nova";
  }

  .heading-4 {
    font-family: "gill-sans-nova";
  }
  
  .main-be-area {
    background-color: #F8F6F5;
  }
  
  #avvio_interapp_vouchers5 {
    display: none !important;
  }

  /* --- Button - primary --- */
  .button--branded {
    color: white;
    background-color: #09090a;

    text-transform: uppercase;
    font-family: "gill-sans-nova";
    font-weight: 600;

    padding: 12px 30px;
    border: 0.32px solid #09090a;
    border-radius: 32px;

    transition: all .3s;
  }

  .button--branded:hover {
    color: #ECE8E4;
    background-color: #000;

    border-color: #FFFFFF;
  }

  /* --- Button - secondary --- */
  .button--secondary {
    color: #09090A;

    text-transform: uppercase;
    font-weight: 600;

    padding: 12px 30px;
    border: 0.32px solid #09090A;
    border-radius: 32px;

    transition: all .3s;
  }

  .button--secondary:hover {
    background-color: #F3F3F3;

    border-color: #09090A;
  }
  
  /* --- Header --- */
  .header {
    justify-content: center;
    
    background: #fff;
    
    width: 100%;
    padding: 8px 16px;
    border-bottom: 1px solid #dee2e6;
  }
  
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    width: 100%;
    max-width: 1200px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .header .logo a {
    display: flex;

    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 16px;
  }
  
  .header .logo a img {
    display: block;

    height: auto;
    width: 100%;
    max-width: 63px;
    
    transition: all 0.3s ease-in-out;
  }
  
  .header .logo a:hover img {
    opacity: 0.5;
  }
  
  /* --- Header - Back to site --- */
  .header .backtosite {
    /* display: block; */
    display: none; /* - Customer requested for it to be hidden - */
  }
  
  .header .backtosite a {
    color: #FFFFFF;
    
    font-size: 16px;
    font-family: "Lato" !important;
    text-align: center;
    text-transform: uppercase;
    
    padding: 15px;
    
    transition: all 0.5s ease-in-out;
  }
  
  .header .backtosite:hover a {
    color: #c7ab77;
  }
  
  .header .cbh-hotel-name {
    font-size: 12px;
    /* padding-top: 12px; */ /* - Hiding while backtosite is hidden - */
    text-transform: uppercase;
    color: #09090a;
  }
  
  /* --- Footer --- */
  .footer {
    flex-direction: column;
    align-items: center;
    
    color: #393E43;
    background-color: #FFFFFF;
    
    font-size: 14px;
    line-height: 22.75px;
    
    width: 100%;
  }
  
  .footer a {
    color: #393E43;
    
    transition: all 0.3s ease-in-out;
  }
  
  .footer a:hover {
    color: #c7ab77;
  }

  .footer .great-logo img {
    max-width: 170px !important;

    height: 65px !important;
  }
  
  .footer .container {
    width: 100%;
    
    padding: 24px 0;
  }
  
  .footer .container:first-child {
    border-top: 1px solid #dee2e6;

    padding-top: 80px;
  }

  .footer .container .top-container {
    display: flex;

    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .footer .address,
  .footer .contact,
  .footer .links,
  .footer .great-national {
    text-align: left;
    
    width: 25%;
    padding-left: 12px;
    padding-right: 12px;
  }
  
  .footer .address {
    line-height: 22.75px;
  }
  
  .footer .address a img {
    display: block;
    
    max-width: 80px;
    height: auto;
    margin-bottom: 24px;
    
    transition: all 0.3s ease-in-out;
  }
  
  .footer .address a:hover img {
    opacity: .5;
  }
  
  .footer .links h3,
  .footer .contact h3 {
    color: #c7ab77;

    font-size: 15px;
    font-weight: 600;
    line-height: 16.5px;
    text-transform: uppercase !important;
    
    margin-top: 0;
    margin-bottom: 20px;
  }

  .footer .links ul {
    padding: 0;
    list-style: none;
  }

  .footer .links ul li {
    margin-bottom: 15px;
  }
  
  .footer .links > * {
    display: block;
    margin-bottom: 10px;
  }
  
  
  .footer .links ul li a {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer .contact a {
    display: flex;

    color: #000;
    font-size: 16px;
    font-weight: 500;

    text-decoration: underline !important;

    padding-top: 6px;
    padding-bottom: 4px;
  }

  .footer .contact .socials {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-top: 16px;
    margin-bottom: 16px;
  }

  .footer .contact .socials .social-footer {
    position: relative;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    background: #000;
    transition: all 0.3s ease;
  }

  /* Remove default Font Awesome stack sizing */
  .footer .contact .socials .fa-stack {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }

  /* Hide default circle icon */
  .footer .contact .socials .fa-circle {
    display: none;
  }

  /* Social icons */
  .footer .contact .socials .fab {
    color: #fff;
    font-size: 22px;
    z-index: 2;
  }

  /* Optional hover effect */
  .footer .contact .socials .social-footer:hover {
    transform: translateY(-2px);
    background: #111;
  }

  .footer .great-national a {
    margin-bottom: 15px;
  }
  
  .footer .great-national a img {
    display: block;
    
    width: 240px;
    height: auto;
    
    margin-bottom: 12px;
    
    transition: all 0.3s ease-in-out;
  }
  
  .footer .credits.container {
    display: flex;
    justify-content: center;
    
    background-color: #FFFFFF;
    border-top: 1px solid #dee2e6;
    
    text-align: left;
  }
  
  .footer .credits.container small {
    width: 100%;
    max-width: 1200px;
    
    margin-right: auto;
    margin-left: auto;

    font-size: 14px;
  }
  
}

/* =========================
  TABLET
========================= */
@media (max-width: 991px) {

  .footer .container .top-container {
    padding-left: 40px;
    padding-right: 40px;
    row-gap: 40px;
  }

  .footer .address,
  .footer .contact,
  .footer .links,
  .footer .great-national {
    width: 50%;
  }

  .footer .container:first-child {
    padding-top: 60px;
  }

}

/* =========================
  MOBILE
========================= */
@media (max-width: 767px) {

  .button--branded,
  .button--secondary {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
  }

  .avvio-modal .avvio-modal__bottom {
    gap: 10px;
  }

  .header {
    padding: 10px 16px;
  }

  .header .container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }

  .header .logo a {
    margin-right: 0;
    justify-content: center;
  }

  .header .cbh-hotel-name {
    font-size: 11px;
    line-height: 1.5;
  }

  .footer .container:first-child {
    padding-top: 50px;
  }

  .footer .container .top-container {
    flex-direction: column;

    padding-left: 20px;
    padding-right: 20px;
    gap: 40px;
  }

  .footer .address,
  .footer .contact,
  .footer .links,
  .footer .great-national {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer a {
    display: flex;
    justify-content: center;
  }

  .footer .links h3, .footer .contact h3 {
    text-align: center;
  }

  .footer .links ul li {
    text-align: center;
  }

  .footer .contact a {
    font-size: 15px;
    word-break: break-word;
    justify-content: center;
  }

  .footer .contact .socials {
    justify-content: center;
    gap: 10px;
  }

  .footer .contact .socials .social-footer {
    width: 46px;
    height: 46px;
  }

  .footer .contact .socials .fab {
    font-size: 20px;
  }

  .footer .great-national a img {
    width: 200px;
  }

  .footer .credits.container {
    text-align: center;
  }

  .footer .credits.container small {
    font-size: 13px;
    line-height: 1.6;
  }

}

/* =========================
  SMALL MOBILE
========================= */
@media (max-width: 480px) {

  .header .logo a img {
    max-width: 55px;
  }

  .footer {
    font-size: 13px;
    line-height: 21px;
  }

  .footer .links h3,
  .footer .contact h3 {
    font-size: 14px;
  }

  .footer .great-logo img {
    max-width: 140px !important;
    height: auto !important;
  }

  .footer .great-national a img {
    width: 170px;
  }

}