@charset "UTF-8";

@font-face {
  font-family: 'Adobe Caslon Pro Regular';
  src: url('https://karongweriverlodge.phpbucket.net/wp-content/themes/responsivepro/fonts/adobe-caslon-pro-regular.woff2') format('woff2'),
       url('https://karongweriverlodge.phpbucket.net/wp-content/themes/responsivepro/fonts/adobe-caslon-pro-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Book';
  src: url('https://karongweriverlodge.phpbucket.net/wp-content/themes/responsivepro/fonts/gotham-book.woff2') format('woff2'),
       url('https://karongweriverlodge.phpbucket.net/wp-content/themes/responsivepro/fonts/gotham-book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {

  --color-brand-1: #2A4748;
  --color-brand-2: #7F7144;
  --color-brand-3: #ddd9d1;
  --color-brand-4: #7F7E6E;
  --color-brand-5: #0E2F30;
  --color-brand-6: #4C4835;

  --color-brand-7: #314648;
  --color-brand-8: #172e30;

  --color-brand-9: var(--color-brand-2);

  --color-black: #000000;
  --color-white: #ffffff;
  --color-white-opacity: rgba(255,255,255,0.1);

  --branding-default: var(--color-brand-2);
  --branding-hovered: var(--color-brand-1);
  --branding-pressed: var(--color-brand-4);

  --border-hovered: var(--color-brand-2);
  --background-hovered: var(--color-brand-1);
  --base-featured: var(--color-brand-4);

  
  --border-radius-default: 0px;
  --border-radius-1x: 0px;
  --border-radius-button: 0px;
  --border-brand-1: 1px solid var(--color-brand-1);
  --border-brand-2: 1px solid var(--color-brand-2);
  --border-brand-3: 1px solid var(--color-brand-3);
  --border-white-opacity: 1px solid var(--color-white-opacity);

  --font-family-1: 'Adobe Caslon Pro Regular', serif;
  --font-family-2: 'Gotham Book', sans-serif;

  --font-size-body: 16px;
  --font-size-20: 20px;
  --font-size-22: 22px;

  --container-max-width: 1200px;

  --box-shadow-btn: 0 6px 12px rgba(0, 0, 0, .1);
  --box-shadow-btn-2: 0 0 10px rgba(0, 0, 0, 0.15);
  --box-shadow-header: 0 7px 24px rgba(0, 0, 0, .06);

  --box-shadow-default: 0px 1px 20px -12px var(--color-brand-1);

  --box-shadow-pre-hover-brand-2: inset 0px 0px 0 0 var(--color-brand-2);
  --box-shadow-hover-brand-2-top: inset 0px 200px 0 0 var(--color-brand-2);

  --background-arrow-brand-1: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 33.28"><path class="cls-1" d="M39.36,15.08L24.92.64c-.41-.41-.96-.64-1.55-.64s-1.14.23-1.55.64l-1.31,1.31c-.41.41-.64.96-.64,1.55s.23,1.15.64,1.57l8.43,8.45H2.16c-1.21,0-2.16.95-2.16,2.15v1.85c0,1.21.95,2.25,2.16,2.25h26.87l-8.52,8.49c-.41.41-.64.95-.64,1.53s.23,1.13.64,1.54l1.31,1.31c.41.41.96.64,1.55.64s1.14-.23,1.55-.64l14.45-14.45c.41-.41.64-.97.64-1.55,0-.59-.23-1.14-.64-1.55Z" fill="teal"/></svg>');
  --background-arrow-brand-2: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 33.28"><path class="cls-1" d="M39.36,15.08L24.92.64c-.41-.41-.96-.64-1.55-.64s-1.14.23-1.55.64l-1.31,1.31c-.41.41-.64.96-.64,1.55s.23,1.15.64,1.57l8.43,8.45H2.16c-1.21,0-2.16.95-2.16,2.15v1.85c0,1.21.95,2.25,2.16,2.25h26.87l-8.52,8.49c-.41.41-.64.95-.64,1.53s.23,1.13.64,1.54l1.31,1.31c.41.41.96.64,1.55.64s1.14-.23,1.55-.64l14.45-14.45c.41-.41.64-.97.64-1.55,0-.59-.23-1.14-.64-1.55Z" fill="burlywood"/></svg>');
  --background-arrow-white: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 33.28"><path class="cls-1" d="M39.36,15.08L24.92.64c-.41-.41-.96-.64-1.55-.64s-1.14.23-1.55.64l-1.31,1.31c-.41.41-.64.96-.64,1.55s.23,1.15.64,1.57l8.43,8.45H2.16c-1.21,0-2.16.95-2.16,2.15v1.85c0,1.21.95,2.25,2.16,2.25h26.87l-8.52,8.49c-.41.41-.64.95-.64,1.53s.23,1.13.64,1.54l1.31,1.31c.41.41.96.64,1.55.64s1.14-.23,1.55-.64l14.45-14.45c.41-.41.64-.97.64-1.55,0-.59-.23-1.14-.64-1.55Z" fill="white"/></svg>');


  --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 {
  
  .header a i,
  .backtotop a i,
  .footer a i {
    margin-right: 0px;
  }
  
  body {
    background-color: var(--color-brand-3);
    font-family: var(--font-family-2);
    font-size: var(--font-size-body);
  }
  
  .main-be-area {
    background-color: var(--color-brand-3);
  }

  .avvio-calendar-container,
  .avvio-calendar__month {
    border-radius: var(--border-radius-default)!important;
  }


  .avvio-calendar__date,
  .button, 
  .button--secondary,
  .button--branded {
    transition: var(--transition-default);
  }

  .button-icon {
    border: none!important;
    border-radius: var(--border-radius-button);
  }

  .button-icon:hover .button-icon__icon,
  .button-icon--secondary .button-icon__icon {
    width: 100%;
    height: 100%;
    color: var(--color-white)!important;
    background-color: var(--color-brand-2);
    border-radius: var(--border-radius-button)!important;
    border: none!important;
    transition: var(--transition-default);
  }
  
  .header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 84px;
    background-color: var(--color-white);
    color: var(--color-black);
    box-shadow: var(--box-shadow-default);
    padding-block: 0px;
    z-index: 4;
  }

  .header .container-top {
    background-color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 38px;
    width: 100%;
      
  }

  .header .container-top-banner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: var(--container-max-width);
  }

  .header .container-top-banner a {
    width: auto;
    height: 100%;
  }

  .header .container-top-banner img {
    height: 34px;
    width: auto;
  }
  
  .header .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 84px;
    width: 100%;
    max-width: var(--container-max-width);
    padding-inline: 15px;
  }
  
  .header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .header .logo a img {
    display: block;
    
    height: 63px;
    width: auto;
    
    transition: var(--transition-default);
  }
  
  .header .logo a:hover img {
    opacity: 80%;
  }

  .header .backtosite {
    position: absolute;
    top: 17px;
    right: calc((100% - var(--container-max-width)) / 2);
/*    right: 19px;*/
    min-width: 160px;
    height: 46px;
    display: flex;
    align-items: center;
    /*    gap: 25px;*/
    /*    border-left: var(--border-brand-3);*/
  }
  
  .header .backtosite a {
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: var(--color-brand-2);
    color: var(--color-brand-3);

    border-radius: var(--border-radius-button);
    
    font-size: var(--font-size-body);
    font-weight: 400;
    /*    letter-spacing: 1px;*/
    line-height: 23px;
    text-align: center;
    text-transform: capitalize;
    
    padding-block: 10px;
    padding-inline: 30px;
    
    transition: var(--transition-default);
  }
  
  .header .backtosite:hover a {
    background-color: var(--color-brand-1);
    color: var(--color-white);
  }

  .header .sitename {
    position: absolute;
    display: none;
  }
  
  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-1);
  }
  
  .footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    background-color: var(--color-brand-7);
    color: var(--color-brand-2);
    
    font-size: var(--font-size-body);
    font-weight: 400;
    letter-spacing: 0.9px;
    line-height: 26px;
    text-align: center;
    padding-top: 0px;
  }

  .footer a {
    color: var(--color-brand-2);
    font-size: calc(var(--font-size-body) - 2px);
    transition: var(--transition-default);
    word-break: break-all;
  }

  .footer a:hover {
    color: var(--color-brand-6);
  }
  
  .footer .container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /*    background-color: var(--color-brand-5);*/
    /*    max-width: var(--container-max-width);*/
    margin: 0 auto;
  }

/*  .footer .footer-row-2,*/
  .footer .footer-row-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding-block: 60px;
    max-width: var(--container-max-width);
    /*     border-bottom: var(--border-white-opacity);*/
  }

  .footer .footer-row-2 a {
    display: flex;
  }

  .footer .footer-row-2 a img {
    height: 60px;
    width: auto;
  }

  .footer .footer-row-2 a.mailing-list-link {
    font-family: var(--font-family-1);
    font-size: var(--font-size-20);
    color: var(--color-brand-9);
    text-transform: uppercase;
    letter-spacing: 4px;
    transition: var(--transition-default);
  }

  .footer .footer-row-2 a.mailing-list-link:hover {
    color: var(--color-brand-2);
  }

  .footer .top-banner-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
  }

  .footer .top-banner-title {
    color: var(--color-white);
    font-size: var(--font-size-22);
    font-family: var(--font-family-1);
    font-weight: 700;
    letter-spacing: 1px;
  }

  .footer .top-banner-link a {
    padding: 0;
    width: 16%;
    border-right: var(--border-brand-2);
    /*background-color: var(--color-brand-2);
    border: var(--border-brand-2);
    border-width: 2px;
    border-radius: var(--border-radius-button);
    color: var(--color-white);*/
    transition: var(--transition-default);
  }

  .footer .top-banner-link a:last-child {
    border-right: none;
  }

  .footer .top-banner-link a img {
    width: 100%;
    height: auto;
  }

  .footer .top-banner-link a:hover {
    background-color: transparent;
  }

  .footer .footer-row-2 {
    width: 100%;
    max-width: var(--container-max-width);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding-block: 40px 0;
  }

  .footer .footer-row-3,
  .footer .footer-row-4 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 20px;
    background-color: var(--color-white);
    color: var(--color-brand-2);
  }

  .footer .footer-row-4 {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .footer .footer-row-3 a {
    margin-left: 5px;
  }

  .footer .footer-row-4-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer .footer-row-4-container a img {
    height: 64px;
    width: auto;
  }

  .footer .col-4 {
    display: flex;
    flex-direction: column;
    width: 25%;
  }

  .footer .footer-social-media {
    width: 20%;
  }

  .footer .col-4-title {
    color: var(--color-brand-2);
    font-family: var(--font-family-2);
    font-size: var(--font-size-body);
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
  }

  .footer .col-4-title span {
    text-align: left;
  }

  .footer .col-4-title.bottom-part {
    margin-top: 20px;
  }

  .footer .hotels-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer .logo-contacts {
    display: flex;
    margin-top: 20px;

  }

  .footer .links-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    padding-inline-start: 0;
    margin: 0;
  }

  .footer .links-container.logo-links {
    margin-top: 30px;
  }

  .footer .links-container li {
    padding: 6px 0;
    text-align: left;
    font-size: var(--font-size-body);
    font-weight: 400;
  }

/*  .footer .hotels-container a,*/
  .footer .links-container a {
    padding: 10px 20px 10px 0px;
    font-weight: 400;
    text-align: left;
  }

  .footer .hotels-container a.hotel-link {
    /*    padding: 10px 10px 10px 40px;*/
    padding: 7px 0px 5px;
    text-align: left;
    position: relative;
    transition: var(--transition-default);
  }

  .footer .hotels-container a.hotel-link[href="N/A"] {
    display: none !important;
  }

  .footer .hotels-container a.hotel-link:hover {
    color: var(--color-brand-6);
    /*    padding: 10px 10px 10px 60px;*/
  }

  .footer .hotels-container a.hotel-link::before {
    position: absolute;
    content: '';
    /*background-image: var(--background-arrow-white);
    background-position-y: center;
    background-position-x: 40%;
    background-repeat: no-repeat;
    filter: none;
    background-size: 10px;
    width: 40px;
    height: 100%;
    padding-left: 0px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;*/
    left: 0px;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--color-brand-2);
    transition: var(--transition-default);
  }

  .footer .hotels-container a.hotel-link:hover::before{
    /*background-image: var(--background-arrow-brand-2);
    background-position-x: 100%;*/
    width: 100%;
  }
  
  .footer .links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    
    row-gap: 15px;
  }
  
  .footer .footer-logo {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .footer .footer-logo img {
    display: block;
    
    width: auto;
    height: 50px;
    
    transition: var(--transition-default);
  }
  
  .footer .footer-logo:hover img {
    opacity: 80%;
  }

  .footer .socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
  }

  .footer .socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    font-size: var(--font-size-body);
    color: var(--color-white);
    background-color: var(--color-brand-2);
    border-radius: 50%;
    transition: var(--transition-default);
  }

  .footer .socials a.twitter-link {
    padding: 12px;
  }

  .footer .socials a svg {
    width: 100%;
    height: 100%;
  }

  .footer .socials a svg path {
    fill: var(--color-white);
    transition: var(--transition-default);
  }

  .footer .socials a:hover {
    background-color: var(--color-brand-6);
  }

  /*.footer .socials a:hover svg path {
    fill: var(--color-brand-1);
  }*/

}

@media screen and (max-width: 1199px) {

  .header .backtosite {
    right: 17px;
  }

  .footer .footer-row-2 {
    padding-inline: 40px;
    flex-wrap: wrap;
  }

  .footer .col-4 {
    width: 48%;
  }

  .footer .footer-logo,
  .footer .footer-menu {
    width: 48%;
  }

}


/* ----- Tablet specific ----- */
@media screen and (max-width: 991px) {

  .header .backtosite {
    min-width: unset;
  }
  
}

@media screen and (max-width: 767px) {

  .header .logo a img {
    height: 40px;
  }

  .header .container {
    justify-content: center;
    align-items: center;
  }

  .header .backtosite {
    display: none;
  }

  .footer .footer-row-1 {
    padding-inline: 20px;
  }

  .footer .top-banner-link {
    flex-wrap: wrap;
    /*    gap: 20px;*/
  }

  .footer .top-banner-link a {
    width: 40%;
    margin-bottom: 20px;
  }

  .footer .top-banner-link a:nth-child(even) {
    border-right-color: transparent;
  }

  .footer .footer-row-2 {
    flex-direction: column;
    padding-inline: 10px;
  }

  .footer .footer-row-2 a.mailing-list-link {
    letter-spacing: 1px;
    font-size: calc(var(--font-size-20) - 2px);
  }

  .footer .col-4 {
    width: 90%;
    padding-inline: 0px;
    align-items: center;
    margin: 0 auto;
  }

  .footer .footer-logo {
    margin-bottom: 30px;
  }

  .footer .logo-contacts,
  .footer .hotels-container,
  .footer .links-container {
    width: 100%;
  }

  .footer .hotels-container,
  .footer .links-container {
    align-items: center;
  }

  .footer .links-container li {
    text-align: center;
  }

  .footer .links-container a, 
  .footer .hotels-container a {
    padding: 10px;
  }

}



/* ----- Mobile specific ----- */
@media screen and (max-width: 499px) {

  .mda-table__col-price .display-price {
    font-size: calc(var(--font-size-body) - 0px);
    font-weight: lighter;
  }
  
  /*.header {
    padding-block: 0 15px;
  }*/
  
  .header .container {
    display: flex;
    padding-inline: 0px;
  }
  
  .header .logo {
    padding-inline: 0px;
    width: 100%;
  }

  .header .backtosite a {
    padding: 10px;
    width: 100%;
  }

  /*.header .logo a img {
    width: 80%;
    height: auto;
  }*/
  
  .header .backtosite {
  /*    display: none;*/
    right: 0;
    width: 35%;
  }

  .footer .footer-row-2 a img {
    height: 50px;
  }

  .footer .socials {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer .footer-row-4-container a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer .footer-row-4-container a img {
    width: 80%;
    height: auto;
  }

  /*.footer .top-banner-link {
    flex-direction: column;
  }*/
  
}

@media screen and (max-width: 320px) {

  .header {
    margin-top: 60px;
  }

}