@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap');

@font-face {
    font-family: Cotoris-Regular;
    src:url(https://londonparisstg.wpenginepowered.com/wp-content/themes/london-and-paris-hotel/assets/fonts/cotoris/Cotoris-Regular.woff2) format("woff2")
}

:root {
  --color-brand-1: #AFBDC2;
  --color-brand-2: #555F66;
  --color-brand-2-opacity: rgba(85, 95, 102, .65);
  --color-brand-3: #EDEFF0;
  --color-brand-4: #D5D6D8;
  --color-brand-5: #96A6B1;

  --color-black: #000000;
  --color-white: #ffffff;
  --color-white-opacity: rgba(255,255,255,0.25);

  --branding-default: var(--color-brand-1);
  --branding-hovered: var(--color-brand-5);
  --branding-pressed: var(--color-brand-2);

  --border-hovered: var(--color-brand-5);
  --background-hovered: var(--color-brand-5);
  --base-featured: var(--color-brand-1);

  --font-faily-1: "Cotoris-Regular", sans-serif;
  --font-faily-2: "Libre Caslon Text", serif;

  
  --font-size-xlg: 50px;
  --font-size-lg: 36px;
  --font-size-md: 30px;
  --font-size-body: 16px;
  --font-size-20: 20px;
  --font-size-22: 22px;

  --font-size-button: 16px;

  --container-max-width: 1200px;

  --border-radius-default: 0px;
  --border-radius-1x: 0px;
  --border-radius-button: 3px;

  --border-default: 1px solid var(--color-brand-2);
  --border-brand-1: 1px solid var(--color-brand-1);
  --border-brand-3: 1px solid var(--color-brand-3);

  --border-white-opacity: 1px solid var(--color-white-opacity);

  --box-shadow-header: 0 7px 24px rgba(0, 0, 0, .06);

  --box-shadow-btn: -5px 5px 0 rgba(160, 184, 199, .55);

  --box-shadow-default: 0px 1px 20px -12px var(--color-brand-1);

  --box-shadow-pre-hover-brand-5: inset 0px 0px 0 0 var(--color-brand-5);
  --box-shadow-hover-brand-5: inset 600px 0 0 0 var(--color-brand-5);

  --container-max-width: 1170px;

  --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 {

  /* ---------- 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-3);
    
    font-family: var(--font-faily-2);
    font-size: var(--font-size-body);
    
    min-height: 100vh;
    gap: 32px;
  }

  h1,h2,h3,h4,h5,h6 {
    font-family: var(--font-faily-1)!important;
  }

  #avvio .main-be-area {
    background: var(--color-brand-4);
  }

  .button--branded {
    color: var(--color-black);
    font-family: var(--font-faily-1);
    box-shadow: var(--box-shadow-btn);
    transition: var(--transition-default);
  }
  

  /* ---------- HEADER ---------- */
  .header {
    background: var(--color-brand-3);
    height: 120px;
    width: 100%;
  }
  
  .header .responsive-width {
    display: flex;
    justify-content: center;
    align-items: center;
    
    height: auto;
    width: 100%;
    max-width: var(--container-max-width);
    margin: 0 auto;
  }
  
  .header .invisible-flex-item {
    display: none;
  }
  
  /* --- Logo --- */
  .header .logo img {
    display: block;
    width: auto;
    height: 90px;
  }
  
  /* --- Back to Site Navigation --- */
  .header .backtosite {
    height: 120px;
    position: absolute;
    width: 270px;
    right: 0;
    top: 0;
    background-color: var(--color-brand-2-opacity);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header .backtosite-container {
    height: 72px;
    box-shadow: var(--box-shadow-btn);
  }
  
  .header .backtosite a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    
    background: var(--color-brand-1);
    color: var(--color-black);
    /*    border: var(--border-brand-1);*/
    box-shadow: var(--box-shadow-pre-hover-brand-5);
    
    font-family: var(--font-faily-1);
    font-size: var(--font-size-20);
    font-weight: 400;
    letter-spacing: 2px;
    text-indent: 0px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    
    height: 100%;
    width: 100%;
    padding-block: 15px;
    padding-inline: 35px;
    
    transition: var(--transition-default);
  }
  
  .header .backtosite:hover a {
    background: var(--color-brand-1);
    box-shadow: var(--box-shadow-hover-brand-5);
  /*    border: var(--border-brand-3);*/
  }
  
  
  /* ---------- OVERWRITES ---------- */
  .float-clear {
    clear: both;
  }

  * {
    border-radius: 0!important;
  }
  
  #ipulse .bb {
    border-bottom: 1px solid var(--color-brand-2);
  }
  
  #ipulse #noavail div {
    font-weight: 300;
  }
  
  #ipulse .overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    
    color: var(--color-brand-3);
    background-color: var(--color-brand-1);
    
    font-family: var(--font-faily-1);
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    
    top: auto;
    bottom: 0;
    height: 40px;
    
    transition: var(--transition-default);
  }
  
  #ipulse .tilerate:hover .overlay {
    background-color: var(--color-brand-1);
    height: 100%;
  }
  
  #ipulse .tilerate a:hover img,
  #ipulse .tilerate a:focus img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    filter: grayscale(100%);
  }
  
  div#voucher_hint_message {
    margin-top: 10px !important;
    border-top: 1px solid #DDDDDD !important;
    text-align: center;
  }
  
  #ipulse .resultsection.margin-top.padding.promo-code-header-padding {
    display: none;
  }
  
  #ipulse .when-stay-padding.header1 {
    text-align: left !important;
    color: var(--color-brand-1);
  }
  
  .when-stay-padding.header1::before,
  .when-stay-padding.header1::after {
    display: none !important;
  }
  
  
  
  /* --- Progress Indicator --- */
  #ipulse .navlink {
    /* font-size: 11px;
    text-transform: uppercase; */
  }
  
  
  
  /* --- Headers --*/
  #ipulse .header1,
  #ipulse .header2,
  #ipulse .header4 {
    font-family: var(--font-faily-1);
    text-transform: uppercase;
    
    color: var(--color-brand-1);
  }
  
  #ipulse .header3,
  #ipulse .header5,
  #ipulse .header6,
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-faily-1);
    
    color: var(--color-brand-1);
  }
  
  
  
  /* --- Shadows --- */
  #ipulse .top-filter-container-inner,
  #ipulse #fixedcontent .sidepanel,
  #ipulse .breadcrumb-section,
  .page-index #ipulse #searchdate,
  .page-search #ipulse #searchdate,
  #ipulse .rate-group-container-padding,
  #main-panel-cell > * {
    box-shadow: 0px 0px 10px 5px var(--color-brand-2);
  }
  
  
  
  /* --- spacing --- */
  #main-panel-cell > *,
  .breadcrumb-section,
  #ipulse #searchdate {
    margin-bottom: 15px !important;
  }
  
  #main-panel-cell #tt-price-widget,
  #main-panel-cell > *:last-child,
  #ipulse #main-panel-cell #section-add-rooms,
  #main-panel-cell #addrooms_div,
  #roomresult_0 > table:nth-child(1) > tbody > tr > td.cellresult > table {
    margin-bottom: 0px !important;
  }
  
  #ipulse .padding {
    padding: 15px;
  }
  
  #ipulse .upsell-button-wrapper {
    padding-top: 0px !important;
  }
  
  #section_upgradeRoomsContainer_0 {
    padding-bottom: 15px;
  }
  
  
  
  /* --- Reinforcement MDA Banner --- */
  .incentives {
    float: right;
    
    color: var(--color-brand-1);
    
    padding: 0;
    margin-top: -10px;
  }
  
  .incentives li {
    font-size: 12px;
    text-align: right;
    
    padding-block: 2px;
  }
  
  .incentives-list {
    display: block;
  }
  
  .incentives-header {
    color: var(--color-brand-1);
    
    font-size: 14px !important;
    
    margin-bottom: 6px;
  }
  
  .incentives i {
    color: var(--color-brand-1);
    
    text-align: center;
    
    width: 15px;
    padding-left: 6px;
    margin-left: 5px;
  }
  
  
  
  /* --- Buttons --- */
  #ipulse .bookbutton {
    font-family: var(--font-faily-1);
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  #ipulse .actionbutton-holder.padding {
    padding: 0px !important;
  }
  
  
  
  /* --- 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-brand-5);
    text-decoration: none !important;
  }
  
  
  /* ---------- FOOTER ---------- */
  .footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    
    color: var(--color-white);
    background: var(--color-brand-2);
    
    font-family: var(--font-faily-2);
    font-size: var(--font-size-body);
    font-weight: 400;
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
    width: 100%;
    margin-top: -1px;
  }
  
  .footer .responsive-width {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .footer p {
    margin: 0;
  }
  
  .footer a {
    text-decoration: none;
    color: var(--color-white);
    transition: var(--transition-default);
  }

  .footer .footer-row-2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: var(--container-max-width);
  }

  .footer .footer-row-2-col-left,
  .footer .footer-row-2-col-right {
    display: flex;
    flex-direction: column;
    padding-block: 50px;
  }

  .footer .footer-row-2-col-left {
    width: 45%;
  }

  .footer .footer-row-2-col-right {
    width: 55%;
  }

  .footer .footer-row-2-address {
    display: flex;
    gap: 40px;
  }
  
  .footer .address {
    display: flex;
  }

  .footer .footer-row-2-text {
    display: flex;
    padding-block: 20px;
    line-height: var(--font-size-md);
  }

  .footer .address p {
    display: flex;
    margin: 0;
    font-family: var(--font-faily-2);
    font-size: var(--font-size-22);
    line-height: calc(var(--font-size-22) * 1.6);
    font-weight: 400;
    color: var(--color-white);
    letter-spacing: 2px;
  }

  .footer .col-4-title {
    display: flex;
    font-family: var(--font-faily-1);
    text-transform: uppercase;
    font-size: var(--font-size-md);
    letter-spacing: 2px;
  }

  .footer .footer-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  .footer .links-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    width: 100%;
    gap: 20px;
    margin: 0;
    padding-block: 20px;
  }

  .footer .links-container li {
    position: relative;
    padding: 5px 0;
  }

  .footer .links-container li::before {
    position: absolute;
    content: '';
    top: 6px;
    right: -10px;
    height: 20px;
    width: 1px;
    background-color: var(--color-white-opacity);
  }

  .footer .links-container li:last-child::before {
    display: none;
  }

  .footer .links-container li a {
    position: relative;
    font-family: var(--font-faily-1);
    font-size: calc(var(--font-size-body) + 2px);
    text-transform: uppercase;
    padding: 5px;
    transition: var(--transition-default);
  }

  /*.footer .links-container li a:hover {
    color: var(--color-brand-5);
  }*/

  .footer .socials-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-block: 30px;
    gap: 20px;
  }

  .footer .socials {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
  }
  .footer .socials a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-brand-1);
    color: var(--color-brand-2);
    font-size: 20px;
    box-shadow: -2px 2px 0 rgba(160, 184, 199, .5);
    transition: var(--transition-default);
  }

  .footer .socials a:hover {
    background-color: var(--color-brand-5);
  }
  
  .footer .contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: var(--font-size-body);
  }

  .footer .contact span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }

  .footer .contact span svg {
    height: 17px;
    width: auto;
  }

  .footer .contact span svg .cls-1 {
    fill: var(--color-white);
  }

  .footer .footer-row-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 30px 50px;
    gap: 10px;
    font-family: var(--font-faily-1);
    font-size: calc(var(--font-size-body) + 2px);
    width: 100%;
    max-width: var(--container-max-width);
    border-top: var(--border-white-opacity);
  }
  
  .footer .contact a {
    color: var(--color-white);
    font-size: calc(var(--font-size-body) + 2px);
    font-family: var(--font-faily-1);
    width: fit-content;
    position: relative;
    font-weight: 400;
    padding: 5px 0;
    transition: var(--transition-default);
  }

  .footer .footer-row-3 a {
    position: relative;
    padding-block: 10px;
  }

  .footer .links-container li a::before,
  .footer .footer-row-3 a::before,
  .footer .contact a::before {
    position: absolute;
    content: '';
    width: 0px;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: var(--color-white);
    transition: var(--transition-default);
  }
  
  .footer .contact a:hover {
    color: var(--color-white);
  }

  .footer .links-container li a:hover::before,
  .footer .footer-row-3 a:hover::before,
  .footer .contact a:hover::before {
    width: 100%;
  }
  
  .footer .footer-logo a img {
    display: block;
    
    width: auto;
    height: 125px;
    margin-inline: auto;
    
    transition: var(--transition-default);
  }
  
  .footer .footer-logo a:hover img {
    filter: grayscale(80%);
  }
  
}

@media screen and ( max-width: 1199px ) {
  .footer .footer-row-2 {
    padding-inline: 20px;
  }

  .footer .links-container {
    flex-wrap: wrap;
  }

}



@media screen and ( max-width: 991px ) {

  .header .backtosite {
    width: 230px;
  }
  .header .backtosite a {
    font-size: 15px;
    padding-inline: 25px;
  }

  .footer {
    line-height: 20px;
  }

  .footer .footer-row-2 {
    flex-direction: column;
  }

  .footer .footer-row-2-col-left, 
  .footer .footer-row-2-col-right {
    width: 100%;
  }

  .footer .footer-row-2-col-right {
    padding-block: 10px;
  }

  .footer .footer-row-2-col-left {
    padding-block: 50px 10px;
  }

  .footer .footer-row-2-address {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .footer .footer-menu {
    display: none;
  }

  .footer .socials-container {
    width: 100%;
    align-items: flex-start;
  }

  .footer .socials {
    justify-content: flex-start;
  }


  #ipulse .overlay {
    height: auto;
  }
  .page-guests .footer,
  .page-details .footer {
    padding-bottom: 100px;
  }
}

@media screen and ( max-width: 599px ) {
  .header .responsive-width {
    justify-content: center;
  }
  .header .backtosite {
    display: none;
  }
}