/*
 Theme Name:     Homutův statek WP Theme
 Theme URI:      https://homutuvstatek.cz
 Description:    –
 Author:         Aleš Loziak
 Author URI:     https://apollo1.cz/
 Template:       wpa9
 Version:        1.4
*/


/****************************************
*** Theme customization starts below ***
*****************************************/

:root {
  /* --c-main: #0062a7;
  --c-secondary: #14487c;

  --c-black: #000;
  --c-grey-m: #666666;
  --c-grey-d: #333333;
  --c-white: #fff;

  --shadow: 0px 4px 11px 0px rgba(20,72,124,0.24);
  --hover: all 0.2s ease-in-out;

  --spacer: 20px; */

  --c-main: #549891;
  /* --c-main-transparent: rgba(84,152,145,.15); */
  /* --c-main-transparent: rgba(0,0,0,.1); */
  --c-main-transparent: transparent;
  --c-secondary: #dcB84d;
	--c-main-light: #b5cfcc;
  --c-secondary-light: #faf6eb; /*#fff8e4;*/
	--box-shadow-color: #b5cfcc;


  --spacer: 28px;
  --gallery-spacer: 14px;

}

.bg-main { background-color: var(--c-main-light) !important; }
.bg-secondary { background-color: var(--c-secondary-light) !important; }

/*************************************
+ Custom / Grid & Flex & Bootstrap
*************************************/
.widget {

}

.container {
  /* padding-left: 20px;
  padding-right: 20px; */
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7,
.col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4,
.col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  /* padding-right: 20px;
  padding-left: 20px; */
}

.site-content {

}

.row>* {
  padding-right: calc(var(--spacer)* .5);
  padding-left: calc(var(--spacer)* .5);
}



/*************************************
+ Custom / SiteOrigin
*************************************/

/*
 * Settings of SiteOrigin Row/Widget Bottom Margin
 *
 * At the settings of SiteOrigin leave the "Row/Widget Bottom Margin" and "Row Mobile Bottom Margin" blank
 * then you can better control this option via these CSS
*/

body .panel-layout .panel-grid {
  /* margin-bottom: 100px; */
}

body .panel-layout .panel-grid > div {
  padding: 0;
}

.so-widget-wpa9-image-hero-base {
  /* margin: calc(-2 * var(--spacer)) 0; */
}

body .panel-layout .panel-grid .panel-row-padding-small { padding: calc(1 * var(--spacer)) 0; }
body .panel-layout .panel-grid .panel-row-padding-normal { padding: calc(2 * var(--spacer)) 0; }
body .panel-layout .panel-grid .panel-row-padding-big { padding: calc(3 * var(--spacer)) 0; }

body .panel-layout .panel-grid .width-narrow { max-width: 768px; margin: 0 auto; }

@media only screen and (max-width: 992px) {
  /* body .panel-layout .panel-grid { margin-bottom: 60px; } */
}

@media only screen and (max-width: 768px) {
  /* body .panel-layout .panel-grid { margin-bottom: 40px; } */
}

/* -------------  ------------- */

.panel-grid .panel-grid-cell {

}

  .panel-grid .panel-grid-cell:last-child {

  }

.so-widget-sow-editor {

}

  .so-widget-sow-editor p:last-child {

  }

.so-panel.widget {
  margin-bottom: calc(3 * var(--spacer));
}

  .widget-title {

  }



/*************************************
 +Body & Html
*************************************/
html {
  background-color: #2a2a2a;
}

body {
  /* font-family: 'Montserrat', sans-serif; */
  font-family: 'Alegreya Sans', sans-serif;
  margin: 0;
	padding: 0;
  font-size: 1rem;
	background-color: #fcfaf8;
  /* background-color: #fcf9f5; */
	color: #000;
}

header#masthead {

}


/*************************************
 +(X)HTML / HTML 5 Containers
*************************************/

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-weight: 400;
}

h1, .h1 {
  font-family: 'Merriweather', serif;
  font-optical-sizing: auto;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 14px;
}

h2, .h2 {
  font-family: 'Merriweather', serif;
  font-optical-sizing: auto;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}

h3 {
  font-family: 'Merriweather', serif;
  font-optical-sizing: auto;
  /* font-size: 1.75rem; */
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
}


h4, .h4 {
  /* font-size: 1.325rem;
  line-height: 1.325;
  font-weight: 600;
  margin-bottom: calc(.5 * var(--spacer)); */
  font-weight: 600;
  margin-bottom: 0;
}


h5, .h5 {
  font-weight: 600;
  margin-bottom: 0;
}

a {
  color: var(--c-main);
}

a:hover{
  text-decoration: underline;
  color: var(--c-main);
  transition: all .2s
}


ul, li {

}


strong, .strong, b, .b {

}

input, textarea, select, .form-control {
  padding: calc(.325 * var(--spacer)) calc(.625 * var(--spacer));
  font-size: 1.25rem;
  border-radius: 0px;
  margin: 5px 0;
  border: 1px solid var(--c-main);
}

button, .button, .btn, .btn-primary, .btn-dark,
input[type="submit"], .submit {
  font-family: 'Merriweather', serif;
  font-size: 1.125rem;
  font-weight: 600;
  padding: calc(.325 * var(--spacer)) calc(.625 * var(--spacer));
  line-height: 1.5;

}

button:hover, .button:hover, .btn:hover, .btn-primary:hover, .btn-dark:hover,
input[type="submit"]:hover, .submit:hover {}

  .btn-light {
    color: var(--c-main);
    background-color: #fff;
    border: 2px solid var(--c-main);
  }

    .btn-light:hover {
      color: #fff;
      background-color: var(--c-main);
      border: 2px solid var(--c-main);
    }

  .btn-secondary {
    color: #fff;
    background-color: var(--c-secondary);
    border: 2px solid var(--c-secondary);
  }

    .btn-secondary:hover {
      color: #fff;
      background-color: var(--c-main);
      border: 2px solid var(--c-main);
    }


  .btn-light-transparent {
    color: #fff;
    background-color: var(--c-main-transparent);
    border: 2px solid #fff;
  }

    .btn-light-transparent:hover {
      color: var(--c-main);
      background-color: #fff;
      border: 2px solid #fff;
    }


  .btn-dark-transparent {
    color: var(--c-main);
    background-color: transparent;
    border: 2px solid var(--c-main);
  }

    .btn-dark-transparent:hover {
      color: #fff;
      background-color: var(--c-main);
      border: 2px solid var(--c-main);
    }


  .r7x6 { aspect-ratio: 7 / 6; }
  .r4x3 { aspect-ratio: 4 / 3; }


/*************************************
 +
*************************************/
.site-main {}

  .site-main p {}

  .site-main ul {}

    .site-main ul li::before {
      content: '·';
      top: 3px;
      font-size: 2rem;
      line-height: 0;
    }


.site-content {}

  .site-content ul {}

    .site-content li {}

  .site-content p {}


/* ------------- site-header ------------- */
.site-header {
  padding-bottom: 0;
  position: absolute;
  top: 0; left: 0;
  width: 100vw;
}

  .site-header > .navbar {
    max-width: 1440px;
    margin: 0 auto;
  }

@media not all and (hover: none) {

  .site-header {
    width: calc(100vw - 15px);
  }

}

  .site-brand .site-title,
  .home .site-brand .site-title, .site-title.c-white {
    background-image: url('images/site-brand.svg');
    width: 70px;
    height: 85px;
  }

  .site-header > .navbar > .container .site-brand {
    margin: 10px 0 0 0;
    padding-top: 5px;
  }

  .site-header.no-headline {
    position: relative;
    background-color: var(--c-main);
    padding-bottom: 10px;
  }

  .wpa9-sticky .site-brand .site-title:not(.c-white) {
    background-image: url('images/site-brand-dark.svg');
  }


/* ------------- navbar-menu ------------- */
.navbar-menu {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

  .navbar-menu-light {}

    .navbar-menu-light .menu-item {
      text-transform: none !important;
      margin: 0 4px;
    }

    .navbar-menu-light .menu-item:first-of-type {
      margin-left: 0;
    }

    .navbar-menu-light .menu-item:last-of-type {
      margin-right: 0;
    }

      .navbar-menu-light .menu-item .nav-link {
        font-weight: 500;
      }



/* ------------- navbar ------------- */
.navbar {}

  .navbar li {

  }

    .navbar .navbar-nav .nav-link {

    }

      .navbar .navbar-nav {

      }

  .navbar-brand {

  }

    .navbar-brand a.site-title {

    }



  /* ------------- hamburgers.css ------------- */
  .hamburger.navbar-toggler {
    padding: 0;
    margin: 10px 0 0 24px;
  }

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
      background-color: #fff;
    }

    .wpa9-sticky .hamburger-inner, .wpa9-sticky .hamburger-inner::before, .wpa9-sticky .hamburger-inner::after {
      background-color: var(--c-main);
    }


/* ------------- language-switcher ------------- */
.navbar-language {}

  .navbar-language li {}

    .navbar-language li a {
      color: #fff;
    }

      .navbar-language .menu-item .nav-link {
        text-transform: uppercase;
      }

      .navbar-language .menu-item .separator {
        display: inline-block;
        color: #fff;
        position: relative;
        top: -1px;
      }



/* ------------- brand / navbar-brand / site-title ------------- */
.navbar-brand {

}

  .navbar-brand span {

  }

  .navbar-brand .site-title {

  }


/* ------------- main-nav ------------- */
#main-nav {
  flex-flow: column;
  text-align: center;
  margin: 5px 12px 0 12px;
}

  #main-nav .main-nav {

  }

  #main-nav .navbar-menu {
    padding: 0;
    margin: 0;
  }

    #main-nav .navbar-menu .menu-item {
      letter-spacing: -0.5px;
      text-transform: uppercase;
    }

      #main-nav .navbar-menu .menu-item .nav-link {
        color: #fff;
        padding: calc(.25 * var(--spacer)) calc(.25 * var(--spacer));
        display: inline-block;
        border-bottom: 1px solid transparent;
      }

        #main-nav .navbar-menu .menu-item .nav-link:hover {
          /* background-color: var(--c-main); */
          border-bottom: 1px solid #fff;
        }

      #main-nav .navbar-menu > .menu-item:first-of-type > .nav-link { padding-left: 0; }
      #main-nav .navbar-menu > .menu-item:last-of-type > .nav-link { padding-right: 0; }

  #main-nav .sub-menu {
    /* display: block; */
    width: auto;
    max-width: 288px;
    text-align: left;
    font-size: 1rem;
    font-weight: 500;
    padding: 0;
    padding-top: 5px;
    margin-left: -2px;
  }

    #main-nav .sub-menu .menu-item {
     padding: 0;
     text-transform: none;
     font-size: 1rem !important;
    }

    #main-nav .sub-menu .menu-item .nav-link {
      display: block;
      background: rgba(0, 0, 0, .1);
      padding: 6px 12px;
      border: none;
    }

    #main-nav .sub-menu .menu-item:first-child .nav-link {

    }

    #main-nav .sub-menu .menu-item .nav-link:hover {
      color: #fff;
      background-color: var(--c-main);
      text-decoration: none;
      border: none;
    }

    .socket-nav {
      display: flex;
      flex-flow: row;
      flex-wrap: wrap;
      justify-content: center;
      width: 100%;
      margin-bottom: calc(1 * var(--spacer));
    }

      .socket-nav .navbar-menu {
        display: flex;
        flex-flow: row;
        justify-content: flex-end;
        align-items: center;
      }

    .sec-nav {
      position: relative;
      z-index: 2;
      margin: calc(.5 * var(--spacer)) 0;
      /* width: 100%; */
    }

    .sec-nav .menu-item {
      margin-left: calc(.5 * var(--spacer));

    }

      .sec-nav .menu-item .btn {
        font-family: "Montserrat", sans-serif;
        font-size: 1.125rem;
        font-weight: 600;
      }

    #sec-nav-1 {}

      .wpa9-sticky #sec-nav-1 .menu-item-booking .btn-light-transparent {
        background-color: var(--c-main);
        border-color: var(--c-main);
      }

        .wpa9-sticky #sec-nav-1 .menu-item-booking .btn-light-transparent:hover {
          background-color: transparent;
          border-color: var(--c-main);
          color: var(--c-main);
        }


    #sec-nav-2 {
      display: none !important;
    }


/* ------------- pagination ------------- */
.pagination {
}

  .pagination .pagination-item {

  }

     .pagination .pagination-item .page-numbers {

    }

    .pagination .pagination-item a:hover {

    }

    .pagination .page-numbers.current,
    .pagination a:hover {

    }


.entry-content {
  font-size: 1.125rem;
}



/* ------------- footer ------------- */
footer.site-footer {
  background-color: #2a2a2a;
  line-height: 1.5rem;
}

  footer.site-footer .contact-form {
    font-size: 1.125em;
    line-height: 1.5;
    margin-top: -44px;
    color: #000;
  }

  footer.site-footer h5 {

  }

  footer.site-footer .soc-net {}

    footer.site-footer .soc-net li a {

    }

      footer.site-footer .soc-net li a span {

      }



/* ------------------ icons ------------------ */
.icon-xxl {
  width: 40px;
  height: 40px;
}

.icon-magnifier { background-image: url('images/icon-magnifier-w.svg'); }
._icon-magnifier:hover { background-image: url('images/icon-magnifier-mc.svg'); }
.wpa9-sticky .icon-magnifier { background-image: url('images/icon-magnifier-mc.svg'); }

.icon-close { background-image: url('images/icon-close-mc.svg'); }
.icon-close:hover { background-image: url('images/icon-close-mc.svg'); }
.wpa9-sticky .icon-close { background-image: url('images/icon-close-mc.svg'); }

.icon-scroll { background-image: url('images/icon-arrow-scroll.svg'); }
.icon-scroll-mouse { background-image: url('images/icon-scroll-mouse.svg'); }

.icon-facility_cosmetic { background-image: url('images/icon-facility_cosmetic-mc.svg'); }
.icon-facility_fridge { background-image: url('images/icon-facility_fridge-mc.svg'); }
.icon-facility_hairdryer { background-image: url('images/icon-facility_hairdryer-mc.svg'); }
.icon-facility_kitchen { background-image: url('images/icon-facility_kitchen-mc.svg'); }
.icon-facility_nopets { background-image: url('images/icon-facility_nopets-mc.svg'); }
.icon-facility_shower { background-image: url('images/icon-facility_shower-mc.svg'); }
.icon-facility_bath { background-image: url('images/icon-facility_bath-mc.svg'); }
.icon-facility_towels { background-image: url('images/icon-facility_towels-mc.svg'); }
.icon-facility_tv { background-image: url('images/icon-facility_tv-mc.svg'); }
.icon-facility_wifi { background-image: url('images/icon-facility_wifi-mc.svg'); }
.icon-facility_wifi_not { background-image: url('images/icon-facility_wifi_not-mc.svg'); }
.icon-facility_air_conditions { background-image: url('images/icon-facility_air_conditions-mc.svg'); }
.icon-facility_wardrobe { background-image: url('images/icon-facility_wardrobe-mc.svg'); }
.icon-facility_grill { background-image: url('images/icon-facility_grill-mc.svg'); }

.icon-bicycle { background-image: url('images/icon-bicycle-mc.svg'); }
.icon-bistro { background-image: url('images/icon-bistro-mc.svg'); }

.icon-check-in { background-image: url('images/icon-check-in-mc.svg'); }
.icon-check-out { background-image: url('images/icon-check-out-mc.svg'); }
.icon-parking { background-image: url('images/icon-parking-mc.svg'); }
.icon-breakfast { background-image: url('images/icon-breakfast-mc.svg'); }
.icon-pocket { background-image: url('images/icon-pocket-mc.svg'); }
.icon-visa { background-image: url('images/icon-visa-mc.svg'); }
.icon-mastercard { background-image: url('images/icon-mastercard-mc.svg'); }

.icon-label {
  line-height: 1.1;
  font-size: 1rem;
  text-align: center;
  margin: 12px 0;
}



/* ------------------ searchform-wrapper  ------------------ */
.searchform-wrapper {}

  .searchform-wrapper .icon-magnifier { background-image: url('images/icon-magnifier-mc.svg'); }
  .searchform-wrapper .searchform .icon-close { margin: 0 0 0 24px; }



/* ------------------ WP gallery ------------------ */
.gallery {
  margin-left: calc(-1 * var(--gallery-spacer));
  margin-right: calc(-1 * var(--gallery-spacer));
}

.gallery .gallery-item {
  margin-bottom: calc(2 * var(--gallery-spacer));
  padding: 0 var(--gallery-spacer);
}



/* ------------- page ------------- */
.page {

}


/* ------------- page-404 ------------- */
.page-404 {

}

  .page-404 h4 {
    font-weight: 400;
  }


/* ------------- page-header / page-header-ext ------------- */
.page-header {
  margin-top: calc(1 * var(--spacer));
  margin-bottom: 0;
}

.page-header .page-title {
  width: 100%;
  text-align: center;
}

.page-header-ext {
  position: relative;
  top: 0;
  background-position: center center;
  min-height: 320px;
  margin-bottom: 0;
  margin-top: 0;

}

  .page-header-gradient {
    background-image: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,0));
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    width: 100%;
    height: 90%;
  }

  .page-header-gradient.page-header-gradient-full-height {
    background-image: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.15));
    height: 100%;
  }

  .page-headline-container {
    position: relative;
    z-index: 1;
    /* height: 100%; */
    /* padding-bottom: calc(2 * var(--spacer)); */
    text-shadow: 0px 0px 30px rgba(255, 255, 255, .7);
    color: #fff;
    max-width: 768px;
    /* margin: calc(1.5 * var(--spacer)) auto 0; */
    margin: 188px auto 0;
    line-height: 1.2;
  }

    .page-headline {
      text-align: center;
    }

      h1.page-headline {
        font-weight: 400;
      }

    .page-headline-subheadline {
      font-size: 1.5em;
      font-weight: 500;
    }

      .page-headline-subheadline p:last-of-type {
        margin-bottom: 0;
      }



/*************************************
 +
*************************************/

.loop-posts article figure a img {
  border-radius: 0;
}

.loop-posts article .entry-excerpt {
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.loop-posts article .post-title {
  font-size: 1.325rem !important;
  line-height: 1.875rem;
}

.loop-posts article .post-link {
  color: #000;
}


/*************************************
 + Related posts
*************************************/
.related-posts {
  margin: calc(2 * var(--spacer)) auto;
}


/*************************************
 + Single (post)
*************************************/
.single-post {}

  .single-post article.hentry {
    margin-bottom: calc(3 * var(--spacer));
  }

    .single-post article.hentry .entry-content {
      margin-bottom: calc(3 * var(--spacer));
    }

    .single-post article.hentry .post-title {
      font-size: 2.5rem;
      color: var(--c-main);
    }

    .single-post article.hentry .post-header {
      margin: calc(2 * var(--spacer)) 0 calc(2 * var(--spacer));
    }

    .single-post article.hentry .post-content {
      padding-right: calc(1 * var(--spacer));
    }

    .single-post article.hentr .post-thumbnail-wrapper {
      padding-left: calc(2 * var(--spacer));
    }

    .single-post article.hentry .post-thumbnail {

    }

    .single-post article.hentry aside.post-aside {
      margin: calc(2 * var(--spacer)) 0 calc(2 * var(--spacer));
    }


/*************************************
 + Single Facility
*************************************/
.single-hs__cpt_facility {}

  .single-hs__cpt_facility article.hs__cpt_facility {
    margin: 0;
  }

  .single-hs__cpt_facility article.hs__cpt_facility main {
    font-size: 1.125rem;
    line-height: 1.5;
  }

    .single-hs__cpt_facility article.hs__cpt_facility main hr {
      margin: calc(1.5 * var(--spacer)) 0;
    }


  .facility-gallery {
    height: calc(480px + calc(2.5 * var(--spacer)));
    padding: calc(2.5 * var(--spacer)) 0;
  }


    .facility-gallery .carousel-cell {
      margin: 0 7px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      width: auto;
      overflow: hidden;
      max-height: 480px;
    }

    .facility-equipments {
      margin: 0 0 calc(2 * var(--spacer)) 0;
    }

    .facility-equipment {
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      width: 120px;
      height: 120px;
      /* background: #ddd; */
      margin: 5px;
      text-align: center;
    }

      .facility-equipment div {
        margin: 6px 0;
      }

      .facility-equipment-label {
        width: 100%;
        font-size: .9375rem;
      }

    .facility-other-info {
      padding-bottom: calc(1.5 * var(--spacer));
    }

      .facility-other-info .icon {
        margin: 0 12px 0 0;
        position: relative;
        top: 5px;
      }

      .facility-other-info .icon-visa,
      .facility-other-info .icon-mastercard {
        width: 34px; height: 34px;
        position: relative;
        top: 8px;

      }

/* ------------- hmst-facilities ------------- */
.wpa9-hmst-facilities {}







/* ------------- related facilities ------------- */
.related-facilities {}

  .related-facilities .wpa9-hmst-facilities-item {
    width: calc(50% - 14px);
    margin: 0 7px !important;
  }

  .related-facilities .wpa9-hmst-facilities-item .wpa9-hmst-facility-link {
    display: block;
  }

    .related-facilities .wpa9-hmst-facilities-item .bg-image {
      height: 288px;
    }

    .related-facilities .wpa9-hmst-facilities-item .wpa9-hmst-facilty-title {
      font-size: 1.625rem;
      margin: 0 14px 14px 28px;
      top: 28px;
    }






/*************************************
 + Offers
*************************************/
.offers-wrapper {
  /* max-width: 768px; */
  margin: 0 auto;
}

  .offer-item {
    display: block;
    margin: calc(1.5 * var(--spacer)) 0;
    /* margin-bottom: calc(3 * var(--spacer)); */
  }

  .offer-link {
    display: flex;
    flex-flow: column;
    background-color: var(--c-main);
    height: 100%;

  }

  .offer-thumbnail div {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .offer-content {
    font-family: 'Merriweather', serif;
    padding: calc(1 * var(--spacer)) calc(.75 * var(--spacer)) calc(.75 * var(--spacer));
    height: 100%;
    color: #fff;
    border: 1px solid var(--c-main);
    border-top: none;
  }

    .offer-content h2 {
      font-size: 1.25rem;
      font-weight: 700;
      padding-bottom: 0;
      margin-bottom: calc(1 * var(--spacer));
      /* color: #4e8c85; */
    }

  .offer-price {
    text-align: right;
    font-size: 1.125rem;
    font-weight: 600;
  }

    .offer-price-per,
    .offer-price-per {
      font-size: .8125rem;
      font-weight: 400;
    }


  .offer-link:hover img {
    /* transform: scale(1.05);
    transition: all .2s ease-in-out; */
  }

  .offer-link:hover {
    background-color: #fff;
    text-decoration: none;
  }

  .offer-link:hover .offer-content {
    color: var(--c-main);

  }


  .packages-layout-light {}

    .packages-layout-light .offer-link {
      background-color: transparent;
    }

    .packages-layout-light .offer-content {
      background-color: var(--c-main);
      color: #fff;
      border: none;
      /* border-bottom: 2px solid; */
      text-align: center;
    }

    .packages-layout-light .offer-link:hover {

      text-decoration: none;
    }

    .packages-layout-light .offer-link:hover .offer-content,
    .packages-layout-light .offer-link:hover .offer-content .offer-title {
      color: var(--c-main);
      background-color: #fff;
    }

    .packages-layout-light .offer-price {
      text-align: center;
    }





/* Amazing places */

#amapla a {
	color: transparent;
	text-decoration: none;
}

.amazingplaces {
	margin-top: 16px;
	margin-bottom: 32px;
	margin-right: auto;
	display: block;
	width: 290px;
	height: 135px;
	background-color: transparent;
	background-image: url('https://homutuvstatek.cz/wp-content/uploads/2019/06/ap_member_digital_cz_negative.png');
	background-repeat: no-repeat;
	background-size: cover;
	text-decoration: none;
	text-indent: -8000px;
	border-bottom: 0 !important;
	padding: 0;
}


/*************************************
 + WIS Booking inlilne
*************************************/
  .wis-booking-inline,
  .be-panel {
    position: relative;
    z-index: 2;
    /* top: 50%; */
    left: 0;
    right: 0;
    margin: calc(1.5 * var(--spacer)) auto;
    background: transparent;
    width: fit-content;
    max-width: 992px;
  }

  .be-panel #wis2-panel .wis2-panel {
    background: rgba(255,255,255,.85);
    padding: 0 14px;
    /* box-shadow: 7.5px 7.5px 0 var(--box-shadow-color); */
    box-shadow: 0px 0px 5px #666;
  }

  #wis2-panel .wis2-input {
    font-size: 1rem !important;
  }

  #wis2-panel .wis2-label {
    font-size: .9375rem;
  }

  #wis2-panel .wis2-button--primary {
    font-weight: 500;
    font-size: 1rem !important;
    padding: 6px 15px 3px !important;
  }

  #wis2-panel .wis2-panel--horizontal .wis2-title {
    padding: 16px 20px 0px 10px;
  }

  /* ------------- single facility ------------- */
  .wis-booking {
    position: relative;
    z-index: 2;
    max-width: calc(320px + calc(2 * var(--spacer)));
    margin: 0 auto;
    padding: calc(1.5 * var(--spacer)) calc(2 * var(--spacer));
    background-color: rgba(0,0,0,.25);
    /* background-color: rgba(255,255,255,.15); */
    color: #fff;
    text-align: center;
  }

    .wis-booking .wis-booking-title {
      margin: 0;
      font-size: 1.625rem;
    }

    .wis-booking .wis-booking-price {
      font-size: 1.125rem;
      margin: calc(.75 * var(--spacer)) 0 calc(1 * var(--spacer));
    }

    .wis-booking .wis-booking-button {
      margin: 0 auto calc(.75 * var(--spacer));
    }

/*************************************
 + SOW
*************************************/

.widget-title {
  max-width: 768px;
  /* font-size: 2.25rem; */
  /* text-align: center; */
  /* color: var(--c-main); */
  font-family: 'Merriweather', serif;
  font-optical-sizing: auto;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 auto calc(1 * var(--spacer));
}

  h2.widget-title {

  }

.widget-subheadline {
  max-width: 768px;
  margin: calc(.75 * var(--spacer)) auto;
  font-size: 1.25rem;
}


.widget_sow-editor.color-layout-light {}

.widget_sow-editor.color-layout-light .widget-title {
  color: #fff;
}

.widget_sow-editor.color-layout-dark {}

/* ------------- wpa9-posts ------------- */
.so-widget-wpa9-posts {}

  .so-widget-wpa9-posts aside {
    margin-top: calc(1 * var(--spacer));
  }



/* ------------- wpa9-headline ------------- */
.wpa9-headline-container {
  text-align: center;
  max-width: 992px;
  margin: 0 auto;
}

  .wpa9-headline {
    font-size: 1.75rem;
    line-height: 1.325;
    margin-bottom: 0;
    max-width: 768px;
    margin: 0 auto;
    font-weight: 700;
    font-optical-sizing: auto;
  }


  .wpa9-headline.c-main { color: var(--c-main) }
  .wpa9-headline.c-secondary { color: var(--c-secondary) }

  .wpa9-headline-icon {
    width: 42px;
    height: 42px;
    margin-top: 10px;
  }

  .wpa9-headline-title {
    font-size: 1.625rem;
  }

  .wpa9-headline-subheadline {
    max-width: 768px;
    margin: calc(1 * var(--spacer)) auto;
    font-size: 1.125rem;

  }

  .wpa9-divider.solid {
    border-top: 1px solid var(--c-main) !important;
    margin: calc(1 * var(--spacer)) 0;
  }




/* ------------- wpa9-any-carousel ------------- */

.wpa9-any-carousel .wis-booking-inline {
  /* position: absolute;
  top: calc(50% - 40px); */
}

.meta-scroll {
  display: inline-block;
  margin: 0 auto;
  /* position: fixed; */
  z-index: 5;
  /* bottom: 36px;
  right: 60px; */
  padding: 20px 32px !important;
  /* border: 1px solid #999999 !important; */
  border: none;
  opacity: .8;
  display: none;
}

  .meta-scroll.icon {
    height: 52px;
    width: 52px;
    background-size: 52px;
    background-position: center;
    background-color: rgba(0,0,0,.1);
    background-color: transparent;
    margin: 0 auto;
  }

  .meta-scroll:hover {
    opacity: 1;
    background-color: rgba(0,0,0,.2);
    background-color: transparent;
    border: none;
  }

/* ------------- wpa9-testimonials ------------- */
.wpa9-testimonials {}

  .wpa9-testimonials .widget-title {
    color: var(--c-main);
    font-size: 1.75rem;
    line-height: 1.325;
    font-weight: 700;
  }

    .wpa9-testimonials .carousel-control-next-icon,
    .wpa9-testimonials .carousel-control-prev-icon {
      background-image: url('images/icon-arrow-testimonials.svg') !important;
      top: -30% !important;
    }

    .wpa9-testimonials .wpa9-testimonial-client {
      font-style: italic;
      font-weight: 300;

    }

/* ------------- so-widget-image ------------- */
img.so-widget-image {}

	img.so-widget-image.shadow {

  }

	img.dark { --box-shadow-color: #b5cfcc; }
	img.light { --box-shadow-color: #fff; }

  .widget_sow-image {}

    .widget_sow-image .sow-image-container {
      margin-bottom: calc(2.5 * var(--spacer));
    }

    .widget_sow-image:last-of-type .sow-image-container {
      margin-bottom: 60px;
    }

  img.righttop { box-shadow: 7.5px -7.5px 0 var(--box-shadow-color); margin: 8px 0 0 0; }
  img.rightbottom { box-shadow: 7.5px 7.5px 0 var(--box-shadow-color); margin: 0 0 0 0; }
  img.lefttop { box-shadow: -7.5px -7.5px 0 var(--box-shadow-color); margin: 8px 0 0 0; }
  img.leftbottom { box-shadow: -7.5px 7.5px 0 var(--box-shadow-color); margin: 0 0 0 0; }

  .siteorigin-panels-stretch .so-widget-sow-apl-image-hero .sow-image-container {
    height: 400px;
  }


/* ------------- wpa9-cta-image-group-title ------------- */
.wpa9-cta-image-group-title {
  font-family: 'Merriweather', serif;
  font-size: 1.375rem !important;
  color: var(--c-main);
  font-weight: 700 !important;
}

  .wpa9-columns-2 .wpa9-cta-image-group-image {
    min-height: 320px !important;
  }

  .wpa9-columns-3 .wpa9-cta-image-group-image {
    min-height: 220px !important;
  }


/* ------------- wpa9-image-hero ------------- */
.wpa9-image-hero-inner a {
  text-decoration: underline;
}

  .wpa9-image-hero-inner h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
  }

/* ------------- hmst-tips ------------- */
.hmst-tips-panel-content-wysiwyg {
  background-color: var(--c-main-light) !important;
}

.hmst-tips-panel-content-wysiwyg h3 {
  font-size: 1.325rem;
  margin-bottom: calc(.75 * var(--spacer));
}

.hmst-tips-panel-content-wysiwyg a {
  color: #000;
  text-decoration: underline;
}



/* ------------- hmst-packages ------------- */
.so-widget-hmst-packages .widget-title {
  margin-bottom: 0;
}


/* ------------- hmst-tabs ------------- */
.hmst-tabs {}

  .hmst-tabs .widget-title {
    text-align: center;
    background-color: #b5cfcc;
    margin: 0;
    color: #fff;
    padding: 28px 28px 0;
    max-width: 100%;
  }

  .hmst-tabs .hmst-tabs-tab-container {
    padding: 28px;
    background-color: #b5cfcc;
    text-align: center;
    position: relative;
    top: -1px;
  }

    .hmst-tabs .hmst-tabs-tab-container * {
      color: #fff;
    }

    .hmst-tabs .hmst-tabs-tab {
      background-color: transparent !important;
    }

      .hmst-tabs .hmst-tabs-tab.clear:after {
        display: block;
        height: 10px;
      }

      .hmst-tabs .hmst-tabs-title {
        padding: 2px 0;
        border-bottom: 2px solid;
        line-height: normal;
      }

      .hmst-tabs .hmst-tabs-title:hover {
        border-bottom: 2px solid transparent;
      }

.hmst-tabs .hmst-tabs-panel-container {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
  /* min-height: 500px; */
}

  .hmst-tabs .hmst-tabs-panel-container .hmst-tabs-panel-content-images,
  .hmst-tabs .hmst-tabs-panel-container .hmst-tabs-panel-content-wysiwyg {
    -ms-flex: 0 0 calc(100% - 60px);
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    margin: 0 30px;
  }

  .hmst-tabs .hmst-tabs-panel-container .hmst-tabs-panel-content-wysiwyg {
    order: 1
  }

  .hmst-tabs .hmst-tabs-panel-container .hmst-tabs-panel-content-images {
    order: 2;
    margin-top: 40px;
  }

  .hmst-tabs-panel-content-wysiwyg .hmst-tabs-tab-title {
    color: var(--c-main);
  }



/*************************************
 + Sticky menu
*************************************/

#site-header,
#site-header.wpa9-sticky {
  transition: all .3s;
}

#site-header.wpa9-sticky {
  position: fixed;
  top: 0;
  background-color: #fff;
  /* border-bottom: 1px solid var(--c-main); */
}

#site-header.wpa9-sticky > .navbar > .container {
  max-width: 100vw !important;
  padding: 0 56px !important;
}

#site-header.wpa9-sticky #main-nav:not(.show) .navbar-menu .menu-item .nav-link,
#site-header.wpa9-sticky #main-nav:not(.show) .navbar-menu .menu-item .separator {
  color: var(--c-main);
}

#site-header.wpa9-sticky .site-brand {
  margin-top: 0;
}

#site-header.wpa9-sticky .site-brand .site-title {
  width: 60px;
  height: 70px;
}

#site-header.wpa9-sticky #main-nav .sub-menu .menu-item .nav-link {
  background-color: #fff;
}

#site-header.wpa9-sticky #main-nav .sub-menu .menu-item .nav-link:hover {
  background-color: var(--c-main);
  color: #fff;
}

#site-header.wpa9-sticky #main-nav:not(.show) .sub-menu .menu-item .nav-link {
  color: var(--c-main);
  /* background-color: rgba(84,152,145,.15); */
  background-color: #fff;
}

#site-header.wpa9-sticky #main-nav:not(.show) .sub-menu .menu-item .nav-link:hover {
  color: var(--c-main);
  color: #000;
}

#site-header .icon-magnifier {
  position: relative;
  top: 1px;
}



/*************************************
 + Gravity Forms
*************************************/
.gform_wrapper {
  margin: 0 auto;
  width: 100%;
}

.gform_required_legend {
  display: none;
}



/*************************************
 + Flickity
*************************************/
.flickity-slider > * {

  transition: opacity 2s ease-in-out;
}

.flickity-prev-next-button {
  transform: none;
  top: auto;
  bottom: 0;
  top: -50%;
  width: 60px;
  height: 54px;
  background-repeat: no-repeat;
}

.flickity-prev-next-button .flickity-button-icon {
  width: 62%;
  height: 62%;
  fill: #fff;
  opacity: .8;
}

.flickity-button, .flickity-button:hover {
  position: absolute;
  top: calc(50% - 27px);
}

.flickity-prev-next-button.next,
.flickity-prev-next-button.previous {
  background: none;
}

.flickity-prev-next-button svg {
  display: flex;
}

/*************************************
 + Trust You
*************************************/
.ty-widget {
  position: fixed;
  z-index: 10;
  left: -380px;
  top: 0;
  height: 100vh;
  width: 420px;
  transition: all 0.2s linear;
}

  .ty-widget.ty-show {
    left: 0;
  }

  .ty-widget .ty-button-wrapper {
    position: absolute;
    top: 30%;
    right: 0;
    width: 40px;
    height: 132px;
    background-image: url('images/ty-widget-button-horizontal-blue.png');
    background-color: rgba(255,255,255,.95);
    background-size: contain;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .ty-widget .ty-content-wrapper {
    position: absolute;
    top: 0;
    right: 40px;
    width: 390px;
    background-color: #eee;
  }

  .ty-widget .ty-content-wrapper iframe {
    height: 100vh;
  }

  #shadow-root .jgftnp {
    display: none !important;
  }

  @media only screen and (max-width: 420px) {
    .ty-widget {
      width: 320px;
      left: -280px;
    }

    .ty-widget .ty-content-wrapper {
      width: 280px;
    }
  }

/*************************************
 + Misc
*************************************/
