@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

@font-face {
  font-display: swap;
  font-family: "Bon Vivant Serif";
  font-style: normal;
  font-weight: bold;
  src:
    url("https://www.thenewchichesterhotel.com/wp-content/themes/porto-child/BonVivantSerif-Bold.woff") format("woff"),
    url("https://www.thenewchichesterhotel.com/wp-content/themes/porto-child/BonVivantSerif-Bold.woff2") format("woff2");
}

:root {
  --brand-background: ;
  --brand-gold: #E0B182;
  --brand-white: #FFFFFF;
  --brand-grey: #404040BF;
  --brand-black: #000000;
  
  --font-family-serif: "Bon Vivant Serif", "Georgia", georgia, serif, system-ui;
  
  --custom-transition: all 0.2s ease-in-out;
  
  --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 {
  
  .header a i,
  .backtotop a i,
  .footer a i {
    margin-right: 0px;
  }
  
  body {
    background-color: var(--brand-background);
  }
  
  .main-be-area {
    background-color: transparent;
  }
  
  .header {
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: var(--brand-color);
    color: var(--brand-white);
    
    padding-block: var(--spacing-2x);
    border-bottom: 1px solid var(--border-default);
  }
  
  .header .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    align-items: center;
    
    width: min(1440px, 100%);
    column-gap: var(--spacing-1x);
    row-gap: var(--spacing-2x);
    padding-inline: 15px;
  }
  
  .header .socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
    column-gap: 20px;
  }
  
  .header .socials a {
    color: var(--brand-white);
    
    font-size: 26px;
    
    transition: var(--custom-transition);
  }
  
  .header .socials a:hover {
    color: var(--brand-gold);
  }
  
  .header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .header .logo a img {
    display: block;
    
    width: 212.5px;
    height: auto;
    
    transition: var(--custom-transition);
  }
  
  .header .logo a:hover img {
    opacity: 80%;
  }
  
  .header .backtosite {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .header .backtosite a {
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: var(--brand-gold);
    color: var(--brand-black);
    
    font-family: var(--font-family-serif);
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    
    padding-block: 4px;
    padding-inline: 16px;
    
    transition: var(--custom-transition);
  }
  
  .header .backtosite:hover a {
    background-color: var(--brand-white);
    color: var(--brand-gold);
  }
  
  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-serif);
  }
  
  .backtotop {
    position: fixed;
    
    bottom: 0px;
    right: 10px;
    width: 48px;
    aspect-ratio: 1 / 1;
  }
  
  .backtotop a {
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: var(--brand-grey);
    color: var(--brand-white);
    
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    
    transition: var(--custom-transition);
  }
  
  .backtotop a:hover {
    color: var(--brand-gold);
  }
  
  .footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    background-color: var(--brand-color);
    color: var(--brand-white);
    
    font-size: 16.2px;
    font-weight: 400;
    line-height: 45px;
    text-align: start;
    
    row-gap: 92px;
    padding-top: 62px;
    padding-bottom: 10px;
    border-top: 1px solid var(--brand-gold);
    border-bottom: 1px solid var(--brand-gold);
  }
  
  .footer .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    
    width: min(1440px, 100%);
    column-gap: 30px;
    row-gap: 60px;
    padding-inline: 15px;
  }
  
  .footer .footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .footer .footer-logo img {
    display: block;
    
    width: 400px;
    height: auto;
    
    transition: var(--custom-transition);
  }
  
  .footer .footer-logo:hover img {
    opacity: 80%;
  }
  
  .footer h3 {
    color: var(--brand-gold);
    
    font-family: var(--font-family-serif);
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 32px;
    
    margin-block: 0px;
  }
  
  .footer .contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .footer .contact h3 {
    padding-bottom: 15px;
  }
  
  .footer .contact a {
    color: var(--brand-white);
    
    transition: var(--custom-transition);
  }
  
  .footer .contact a:hover {
    color: var(--brand-gold);
  }
  .footer .contact .address,
  .footer .contact .email,
  .footer .contact .phone {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
    column-gap: 8px;
  }
  
  .footer .contact .address i,
  .footer .contact .email i,
  .footer .contact .phone i {
    color: var(--brand-gold);
    
    font-size: 26px;
    
    width: 26px;
    aspect-ratio: 1 / 1;
  }
  
  .footer .socials {
    display: flex;
    justify-content: center;
    align-items: center;
    
    column-gap: 20px;
    padding-top: 16px;
  }
  
  .footer .socials a {
    color: var(--brand-gold);
    
    font-size: 26px;
    
    transition: var(--custom-transition);
  }
  
  .footer .socials a:hover {
    color: var(--brand-white);
  }
  
  .footer .links {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    
    line-height: 28px;
    
    row-gap: 4.64px;
  }
  
  .footer .links h3 {
    padding-bottom: 15px;
  }
  
  .footer .links i {
    font-size: 8px;
  }
  
  .footer .links a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
    color: var(--brand-white);
    
    column-gap: 5px;
    
    transition: var(--custom-transition);
  }
  
  .footer .links a:hover {
    color: var(--brand-gold);
  }
  
  .footer small {
    color: var(--brand-grey);
    
    font-size: 11px;
    line-height: 28px;
  }
  
  .footer small a {
    color: var(--brand-grey);
    
    transition: var(--custom-transition);
  }
  
  .footer small a:hover {
    color: var(--brand-white);
  }
  
}



@media screen and (max-width: 1299px) {
  
  .footer .footer-logo img {
    width: 300px;
  }
  
}



/* ----- Tablet specific ----- */
@media screen and (max-width: 999px) {
  
  .header .container {
    grid-template-columns: repeat(2, auto);
  }
  
  .header .socials {
    display: none;
  }
  
  .header .logo a img {
    width: 192.5px;
  }
  
  .backtotop {
    width: 43px;
  }
  
  .backtotop a {
    font-size: 15px;
  }
  
  .footer .container {
    display: flex;
    align-items: center;
  }
  
  .footer .contact {
    align-items: center;
  }
  
  .footer .links {
    align-items: center;
  }
  
}



/* ----- Mobile specific ----- */
@media screen and (max-width: 499px) {
  
  .header .container {
    display: flex;
    justify-content: center;
    
    padding-inline: 0px;
  }
  
  .header .logo a img {
    width: 172.5px;
  }
  
  .header .backtosite {
    display: none;
  }
  
  .backtotop {
    width: 38px;
  }
  
  .backtotop a {
    font-size: 12px;
  }
  
}