@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: "Segoe UI Symbol";
  src: url("https://westportrooms.ie/wp-content/themes/porto/fonts/SegoeUISymbol.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SegoeUI-SemiBold";
  src: url("https://westportrooms.ie/wp-content/themes/porto/fonts/SegoeUI-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

:root {

  /* Set by Compass from Design Wizard: */
  --branding-default: #2d5f3f;
  --branding-hovered: #1e4a2f; /* auto: 16% darker */
  --branding-pressed: #1e4a2f; /* auto: 32% darker */

  /* Aliases (derive from above): */
  --brand-color: #3e5f4e;
  --brand-color-rgb: 27, 56, 78;
  --brand-hovered: var(--branding-hovered);
  --brand-pressed: var(--branding-pressed);

  --brand-color-2: #7FA995;
  --brand-color-2-hovered: #E9E8DD;
  --brand-color-3: #9FCFBA; /*LIGHT ACCENT, SUBTLE BACKGROUND, OVERLAYS*/
  --brand-color-4: #D4764A; /*ACCENT COLOR, CTA, HIGHLIGHTS*/
  --brand-color-4-hovered: #E8777D;
  --brand-color-5: #E8B75E; /*ACCENT COLOR, POSITIVE ACTIONS, ENERGY*/
  --brand-color-5-hovered: #F5B752;
  --custom-text-1: #2D3E3B;
  --footer-color: white;

  /* Customisable text/bg variants: */
  --text-over-branding: white;
  --brand-color-text: var(--branding-default);
  --brand-color-background: var(--brand-color);
  --brand-color-border: var(--brand-color);
  --footer-border: rgb(255 255 255 / 22%);
  --footer-link-hover: var(--brand-color-5-hovered);

  /* Make all spacing 25% larger: */
  --spacing-1x: 10px;

  /* Use Montserrat for headings: */
  --font-stack-sans-serif: 'Segoe UI Symbol', sans-serif;
  --footer-font: 'Segoe UI Symbol', sans-serif;
  --headline-font: 'Segoe UI Symbol', sans-serif;

  /* Increase paragraph size: */
  --text-size-paragraph: 16px;
  --line-height-paragraph: 24px;

  --border-radius-1x: 8px;

  /* Make primary images wider (cinematic): */
  --img-ratio-primary: 21 / 9;
  --img-ratio-room-primary: 21 / 9;
  --img-ratio-rate-primary: 21 / 9;

  /* Make secondary images square: */
  --img-ratio-secondary: 1 / 1;
  --img-ratio-room-secondary: 1 / 1;
  --img-ratio-rate-secondary: 1 / 1;

  /* Different ratios for mobile: */
  --img-ratio-primary-mobile: 16 / 9;
  --img-ratio-room-primary-mobile: 4 / 3;

  /* Warmer background tones: */
  --background-surface: #FAF8F5;
  --base-depth: #F5F0EB;
  --text-default: #4A3728;
  --border-default: #E0D5C8;



  /* Transition */
  --custom-transition: all 0.5s ease;
}

@media screen and (max-width: 991px) {

  :root {
    --font-size-body: 14px;
    --font-size-20: 20px;
    --font-size-22: 22px;

    --container-max-width: 1200px;

  }

}

@media screen {

  /* ----- Content ----- */
  .heading-5,
  .button--branded .paragraph,
  .button--secondary .paragraph {
    font-family: var(--headline-font);
  }
  
  .avvio-calendar .check-in,
  .avvio-calendar .range,
  .avvio-calendar .hovered:hover::before, .avvio-calendar .check-out::before {
    background-color: var(--branding-default);
  }

  .avvio-calendar__date:not(.check-out):not(.unavailable):hover,
  .avvio-calendar .hovered {
    background-color: var(--branding-hovered);
  }

  .mda-table .date-header .state.active {
    background-color: var(--branding-default);
  }

  .mda-table__hovered:not(.mda-table__closed, .mda-table__no-checkin, .mda-table__no-depart):hover, .mda-table__col-price.mda-table__stay-date:not(.mda-table__no-checkin, .mda-table__checkout-date):hover, .mda-table__hovered:hover ~ .mda-table__hovered:not(.mda-table__checkout-date) {
    background-color: var(--branding-default);
  }

  .button, .button--secondary {
    text-transform: uppercase;
  }

  .button--branded {
    text-transform: uppercase;
    color: white;
    background-color: var(--branding-default);
  }

  .header-style-3 .backtosite a {
    display: flex;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: var(--border-radius-1x);
    border: 1px solid var(--brand-color-5);
    white-space: nowrap;
    text-transform: uppercase;
    color: var(--custom-text-1);
    background-color: var(--brand-color-5);
    transition: var(--custom-transition);
  }

  .header-style-3 .backtosite a:hover {
    color: white;
    background-color: var(--brand-color-4);
  }

  /* ----- Header ----- */
  .brand {
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-style-3 .logo img {
    width: 200px;
  }

  /* ----- Footer ----- */
  .footer-big {
    color: white;
  }

  .footer-big .container {
    display: flex;
    padding: 0;
    margin-top: 40px;
    gap: 0;
  }

  .footer-big .logo,
  .footer-big .contact {
    width: 25%;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
  }



  .footer-big .logo a {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer-big .logo img {
    max-width: 150px;
  }

  .footer-big .contact small,
  .footer-big .contact-shr-container {
    color: white;
  }

  .footer-big .socials-title p {
    font-size: 13px;
    font-style: normal;
    line-height: 1.2;
  }

  .footer-big .socials-container {
    gap: 10px;
  }

  .footer-big .socials-container a {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    border: none;
    border-radius: 0;
  }

  .footer-big .socials-container a:hover {
    background: none;
  }

  .fa-facebook-f,
  .fa-instagram {
    margin: 0;
  }

  .footer-big .footer-menu {
    width: 50%;
    padding: 0;
  }

  .footer-big .footer-menu-links {
    padding: 0 15px;
  }

  .footer-big .footer-menu-links span,
  .footer-big .contact-container span {
    display: flex;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  .footer-big .footer-menu-links .menu-item {
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .footer-big .footer-menu-links .menu-item a {
    line-height: 1.3;
    letter-spacing: 0;
    font-size: 14.4px;
  }

  .footer-big .footer-menu-links .menu-item a::after {
    color: var(--brand-color-5-hovered);
  }

  .footer-big a.dim {
    opacity: 1;
  }

  .footer-big .contact-container {
    gap: 0;
  }

  .footer-big .contact-container .address,
  .footer-big .contact-container .phone,
  .footer-big .contact-container .email {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
  }

  .footer-big .contact-container .address a,
  .footer-big .contact-container p,
  .footer-big .contact-container p a {
    line-height: 24px;
    font-size: 14.4px;
  }

  .footer-big .contact-shr-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-big .contact-shr-container small {
    font-size: 14.4px;
  }

  .footer-big .contact-shr-container span {
    font-size: 14.4px;
  }

  .footer-big .contact-shr-container span a {
    font-size: 14.4px;
    color: var(--brand-color-5);
  }
  
}

@media only screen and (max-width: 768px) {

  .footer-big .container {
    flex-wrap: wrap;
    padding: 0 15px;
  }

  .footer-big .socials {
    flex-direction: column;
  }
  
  .footer-big .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .footer-big .footer-menu {
    width: 65.7%;
  }

  .footer-big .contact {
    width: 33.3%;
  }

  .footer-big .contact-shr-container {
    margin: 40px 15px 0 15px;
  }

}

@media only screen and (max-width: 568px) {

  .footer-big .footer-menu {
    width: 100%;
  }

  .footer-big .footer-menu-links {
    columns: 2;
  }

  .footer-big .footer-menu-links .menu-item {
    text-align: left;
  }

  .footer-big .contact {
    width: 100%;
    margin-top: 30px;
  }

  .footer-big .contact-container .address a {
    text-align: left;
  }

  .footer-big .contact-container .phone,
  .footer-big .contact-container .email {
    display: flex;
  }

}