/*!
	Theme Name: Hotel U Kaplicky
	Description: Custom theme
	Author: Jan Valentik
	Version: 1.0
*/
@import "https://use.typekit.net/xce2nba.css";
/*global elements*/
a {
  text-decoration: none;
}

a[href^="tel:"] {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.slb_container {
  background: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.slb_container .slb_group_status {
  display: none !important;
}
.slb_container .slb_template_tag_ui {
  width: 24px !important;
  height: 24px !important;
}

/*global classes*/
.hide {
  display: none;
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.text-white, body main .hp-header-text, .blue-green-middle-row, .gray-row {
  color: #fff;
}

.bg-gray, .gray-row {
  background: #666666;
}

.bg-beige-middle {
  background: #9e968d;
}

.bg-blue-green, body .slider, .blue-green-middle-row {
  background: #001926 !important;
}

.gray-row a {
  color: #fff;
}

.blue-green-middle-row a {
  color: #fff;
}

.has-beige-light-color {
  color: #d5cec6;
}

.has-beige-middle-color {
  color: #9e968d;
}

.has-beige-dark-color {
  color: #ada794;
}

.has-blue-green-color {
  color: #001926;
}

.has-gray-light-color {
  color: #fafafa;
}

.has-vine-color {
  color: #7a3f51;
}

.has-beige-light-background-color {
  background-color: #d5cec6;
}

.has-beige-middle-background-color {
  background-color: #9e968d;
}

.has-beige-dark-background-color {
  background-color: #ada794;
}

.has-blue-green-background-color {
  background-color: #001926;
}

.has-gray-background-color {
  background-color: #666666;
}

.has-gray-light-background-color {
  background-color: #fafafa;
}

.button, body main .tabs .wp-block-button a, body main .contact-form form button, body main .hp-map figure figcaption a, body main .wp-block-navigation.wp-block-navigation li a, body main .wp-block-button a, body .slider .buttons a, .wp-block-button .wp-block-button__link, .button_outline {
  -moz-border-radius-topleft: 30px;
  -webkit-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -webkit-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -webkit-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
  -webkit-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-family: "bryant-web-condensed", sans-serif;
  background-color: #EFA938;
  max-width: 100%;
  color: #fff;
  border: 2px solid #EFA938;
  font-size: 24px;
  font-weight: 500;
  padding: 9px 40px;
  text-decoration: none;
  display: inline-block;
}
.button:hover, body main .contact-form form button:hover, body main .hp-map figure figcaption a:hover, body main .wp-block-navigation.wp-block-navigation li a:hover, body main .wp-block-button a:hover, body .slider .buttons a:hover, .wp-block-button .wp-block-button__link:hover, .button_outline:hover {
  background-color: #FEB848;
  text-decoration: none;
  cursor: pointer;
  border-color: #FEB848;
}

.button_outline {
  background-color: #fff;
  color: #EFA938;
}
.button_outline:hover {
  color: #fff;
}

.container-8 {
  max-width: 1108px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-6 {
  max-width: 826px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-4, body main .contact-form form {
  max-width: 594px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.pad10 {
  padding-left: 0;
  padding-right: 0;
}

.w400 {
  font-weight: 400;
}

#slb_viewer_wrap .slb_theme_slb_black .slb_data_title {
  font-size: 20px !important;
  font-family: "bryant-web-condensed", sans-serif !important;
}

body {
  font-family: "bryant-web-condensed", sans-serif;
  padding: 0;
  margin: 0;
}
body.home nav {
  background: transparent;
}
body.home nav .logo {
  margin-top: 37px;
  margin-bottom: 25px;
  height: 70px;
}
body.home main {
  padding-top: 0;
}
body.page-id-723 main, body.page-id-1092 main, body.page-id-1165 main, body.page-id-732 main, body.page-id-1101 main, body.page-id-1171 main {
  padding-bottom: 12px;
}
body .slider {
  margin: auto;
  position: relative;
  /*
    .slider-overlay1 {
      position: absolute;
      top: 0;
      margin: auto;
      background: rgba(158, 150, 141, .2);
      height: 100%;
      width: 100%;
    }


  .slider-overlay2 {
    position: absolute;
    top: 0;
    margin: auto;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 100%);
    height: 250px;
    width: 100%;
  }
   */
}
body .slider .motto {
  position: absolute;
  top: 43%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: clamp(40px, 5vw, 66px);
  color: #fff;
  font-weight: 400;
  font-family: "bryant-web-condensed", sans-serif;
}
body .slider .motto span {
  color: #FEB848;
}
body .slider .buttons {
  position: absolute;
  text-align: center;
  bottom: 9%;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
}
body .slider .buttons a {
  white-space: nowrap;
  text-transform: uppercase;
  display: inline-block;
  min-width: 150px;
  /*&:last-child {
    background: $beige_light;
    color: $vine;
  }*/
}
body .slider .buttons .counters {
  margin-bottom: 40px;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  gap: clamp(20px, 7vw, 70px);
}
body .slider .buttons .counters p {
  margin: 0;
  font-size: clamp(14px, 2.8vw, 18px);
  color: #fff;
}
body .slider .buttons .counters p.number {
  font-size: clamp(40px, 4vw, 60px);
  text-align: center;
}
body .slider .buttons .counters img {
  height: clamp(14px, 2.8vw, 18px);
}
body header nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  transition: 0.5s;
  background: #001926;
}
body header nav .logo {
  transition: 0.5s;
  margin-top: 37px;
  margin-bottom: 25px;
  height: 70px;
}
body header nav ul {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}
body header nav ul li {
  display: inline-block;
  margin: 0 14px;
  padding: 0;
  position: relative;
}
body header nav ul li a {
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 17px;
}
body header nav ul li a:hover {
  border-bottom: 2px solid #fff;
}
body header nav ul li:first-child {
  margin-left: 0;
}
body header nav ul li:last-child {
  margin-right: 0;
}
body header nav ul li.lang-item {
  margin: 0 5px !important;
}
body header nav ul li.lang-item a {
  font-size: 18px !important;
}
body header nav ul li ul {
  display: none;
}
body header nav ul li:hover ul {
  display: block;
  position: absolute;
  left: -110px;
  width: 262px;
  padding-top: 17px;
}
body header nav ul li:hover ul li {
  display: block;
  text-align: center;
  margin: auto;
  background: #d5cec4;
  height: 50px;
}
body header nav ul li:hover ul li a {
  color: #7a3f51;
  border-color: #7a3f51;
}
body header nav ul li:hover ul li:first-child {
  padding-top: 30px;
}
body header nav ul li.current-menu-item > a, body header nav ul li.current-menu-parent > a {
  border-bottom: 2px solid #fff;
}
body main {
  font-weight: 400;
  font-size: 18px;
  padding-top: 189px;
  color: #666666;
  background-color: #fff;
  transition: 0.5s;
  /*.counters {
    margin: auto;
    margin-bottom: 60px;
    width: 544px;
    color: #fff;

    p {
      margin: 0;
      font-size: 18px;
    }

    hr {
      width: 70%;
    }

    .wp-block-image {
      margin: 0;
      padding: 0;
    }
  }*/
}
body main .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
  margin-left: 20px;
}
body main .wp-block-columns.slim:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
  margin-left: 100px;
}
body main a {
  color: #666666;
  text-decoration: underline;
}
body main a:hover {
  text-decoration: none;
}
body main h2 {
  font-weight: 500;
  display: inline-block;
  font-size: 30px;
  margin-bottom: 22px;
}
body main h2.center {
  display: block;
  border-bottom: none;
}
body main ul {
  padding-left: 25px;
}
body main ul li::marker {
  font-size: 0.65em;
}
body main .reservation {
  width: 544px;
  height: 320px;
  margin: 0 auto 55px auto;
  background: #fff;
  -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.1);
}
body main .hp-text {
  color: #001926;
  font-size: 20px;
  font-weight: 300;
  margin-top: 80px;
}
body main .hp-text h2 {
  font-size: 30px;
  font-weight: 500;
  display: block;
  border-bottom: none;
}
body main .hp-header-text {
  font-size: 22px;
  margin-bottom: 100px;
}
body main .hp-round-links {
  max-width: 840px;
  margin: auto;
  gap: 0;
}
body main .hp-round-links .wp-block-column:not(:first-child) {
  margin-left: 10px;
}
body main .hp-round-links hr {
  color: #001926;
  border-color: #001926;
}
body main .hp-round-links figure {
  position: relative;
  padding: 0;
}
body main .hp-round-links figure figcaption {
  position: absolute;
  margin: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(106, 105, 102, 0.3);
  border-radius: 9999px;
  transition: 0.5s;
}
body main .hp-round-links figure figcaption a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
body main .hp-round-links figure figcaption:hover {
  background: #EFA938;
}
body main .wp-block-navigation.wp-block-navigation {
  margin: 65px 30px;
}
body main .wp-block-navigation.wp-block-navigation li {
  min-width: 220px;
  text-align: center;
}
body main .wp-block-navigation.wp-block-navigation li a {
  display: block;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
}
body main .wp-block-navigation.wp-block-navigation li.current-menu-item a {
  background-color: #fff;
  color: #7a3f51;
}
body main .event {
  background-color: #fff;
}
body main .event .thumb {
  text-align: center;
  overflow: hidden;
}
body main .event .thumb img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  margin: auto;
  padding: 0;
  display: block;
}
body main .event .text {
  padding: 40px;
}
body main .event .text h2 {
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
body main .event .text .content {
  padding-top: 20px;
  display: none;
}
body main .gallery h2 {
  display: block;
  text-align: center;
  border: none;
}
body main .jv_gallery a {
  margin: 6px;
  height: 240px;
  display: inline-block;
}
body main .jv_gallery a img {
  max-height: 100%;
}
body main .jv_gallery.center {
  text-align: center;
}
body main .jv_gallery.right {
  text-align: right;
}
body main .jv_gallery.rooms {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
body main .jv_gallery.rooms a {
  height: auto;
  margin: 10px 0;
}
body main .hp-map {
  margin: 20px auto;
}
body main .hp-map figure {
  position: relative;
}
body main .hp-map figure figcaption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
body main .contact-form .ff-message-success {
  text-align: center;
}
body main .contact-form .error.text-danger {
  font-size: 22px;
  text-align: center;
}
body main .contact-form form h2 {
  border: none;
  display: block;
  text-align: center;
  margin-bottom: 0;
  color: #001926;
}
body main .contact-form form button {
  font-family: "bryant-web-condensed", sans-serif;
  width: 217px;
  margin-bottom: 50px;
}
body main .contact-form form input, body main .contact-form form textarea {
  text-align: center;
  font-family: "bryant-web-condensed", sans-serif;
  font-size: 22px !important;
  font-weight: 400;
  color: #EFA938 !important;
  background-color: #fafafa;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
}
body main .contact-form form input:focus, body main .contact-form form textarea:focus {
  color: #EFA938 !important;
  background-color: #fafafa !important;
  border: 1px solid #d3d3d3;
}
body main .contact-form form textarea {
  text-align: left;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
body main .contact-form form input {
  max-width: 262px !important;
  margin: auto;
}
body main .contact-form form input[type=checkbox] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: #fff;
  height: 25px;
  width: 25px;
  border: 1px solid #EFA938;
  margin-right: 10px;
}
body main .contact-form form input[type=checkbox]:checked {
  background: #EFA938 !important;
}
body main .contact-form form input[type=checkbox]:checked:after {
  display: block;
  background: #EFA938 !important;
}
body main .contact-form form input[type=checkbox]:hover {
  border: 1px solid #EFA938;
}
body main .contact-form form input[type=checkbox]:after {
  content: "";
  position: relative;
  left: 40%;
  top: 20%;
  width: 15%;
  height: 40%;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}
body main .contact-form form label {
  font-weight: 400;
}
body main .contact-form form label a:hover {
  text-decoration: none;
}
body main .contact-form form ::placeholder {
  color: #EFA938 !important;
  font-weight: 400;
}
body main .contact-form form :-ms-input-placeholder {
  color: #EFA938 !important;
  font-weight: 400;
}
body main .contact-form form ::-ms-input-placeholder {
  color: #EFA938 !important;
  font-weight: 400;
}
body main .calendar-switch {
  text-align: right;
  padding: 30px;
}
body main .calendar-switch a {
  margin-left: 20px;
  padding-left: 20px;
  background: url("images/radio-off.png") center left no-repeat;
  text-decoration: none;
}
body main .calendar-switch a:hover, body main .calendar-switch a.on {
  background: url("images/radio-on.png") center left no-repeat;
}
body main .calendar-past {
  display: none;
}
body main .tabs .wp-block-button.current-item a {
  background-color: #f0eae3;
  color: #7a3f51;
}
body main .tabs.tabs-lang a {
  padding: 17px 30px;
}
body main .wp-block-column .wp-block-image {
  margin-bottom: 0;
}
body main .conference .wp-block-columns {
  margin-bottom: 0 !important;
  min-height: 109px;
  align-items: center;
}
body main .conference .wp-block-columns .wp-block-column {
  align-self: center;
}
body main .conference .wp-block-columns .wp-block-column:not(:first-child) {
  margin-left: 10px;
}
body main .conference .wp-block-columns p {
  font-size: 22px;
  font-weight: 500;
}
body main .supplementary ul {
  line-height: 30px;
}
body main .more-services .title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 20px;
  color: #001926;
}
body main .more-services .title:before {
  content: " ";
  height: 2px;
  width: 30px;
  display: inline-block;
  background-color: #001926;
}
body main .more-services .title:after {
  content: " ";
  height: 2px;
  width: 30px;
  display: inline-block;
  background-color: #001926;
}
body main .jvtrip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  font-weight: 500;
}
body main .jvtrip a {
  color: #EFA938;
  text-decoration: none;
  transition: all 0.5s;
}
body main .jvtrip a svg {
  margin-bottom: 10px;
}
body main .jvtrip a svg path, body main .jvtrip a svg rect {
  fill: #EFA938;
}
body main .jvtrip a span {
  background-color: #EFA938;
  padding: 5px 15px;
  height: 36px;
  color: #001926;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  transition: all 0.5s;
}
body main .jvtrip a:hover {
  color: #FEB848;
}
body main .jvtrip a:hover svg path, body main .jvtrip a:hover svg rect {
  fill: #FEB848;
}
body main .jvtrip a:hover span {
  background-color: #FEB848;
  color: #fff;
}
body footer {
  text-align: center;
  background: #001926;
  background-position: 80% bottom;
  padding: 30px 20px;
}
body footer p {
  color: #fff;
  margin: 20px auto;
  font-size: 24px;
}
body footer p a {
  color: #fff;
  text-decoration: none;
}
body footer .links {
  font-size: 14px;
}
body footer .social a {
  margin: 0 10px;
}
body .services {
  background: #fff;
  padding: 60px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
body .services img {
  max-width: 100%;
}
body.sticky header nav {
  background: #001926;
}
body.sticky header nav .logo {
  height: 40px;
  margin-top: 20px;
  margin-bottom: 10px;
}
body.sticky main {
  padding-top: 117px;
}
body.sticky.home main {
  padding-top: 0;
}

@media only screen and (max-width: 1024px) {
  body main .is-style-rounded img {
    max-width: 234px;
  }
  body header nav {
    padding-bottom: 25px;
  }
  body header nav .wp-block-columns {
    display: none;
    padding: 10px;
  }
  body header nav .wp-block-columns .wp-block-column {
    margin-left: 0 !important;
  }
  body header nav .mob-menu a {
    width: 33px;
    height: 25px;
    display: inline-block;
    background-image: url("images/menu.svg");
    background-size: cover;
  }
  body header nav .mob-menu a.opened {
    background-position: bottom;
    height: 23px;
  }
  body header nav ul li {
    display: block;
    text-align: center;
    line-height: 40px;
  }
  body header nav ul li a {
    font-size: 24px;
  }
  body header nav ul li:first-child, body header nav ul li:last-child {
    margin-left: 11px;
    margin-right: 11px;
  }
  body header nav ul li ul {
    display: none;
    background-color: #d5cec6;
    margin: 5px 0;
    padding: 5px 0;
  }
  body header nav ul li ul li {
    line-height: 40px;
    height: 40px;
    padding-left: 9px;
  }
  body header nav ul li ul li a {
    color: #7a3f51;
  }
  body header nav ul li:hover ul {
    display: none;
    position: relative;
    left: 0;
    width: auto;
    padding: 5px 0;
    line-height: 40px;
  }
  body header nav ul li:hover ul li {
    display: block;
    text-align: center;
    background: none;
    height: 40px;
    line-height: 40px;
    padding-left: 9px;
  }
  body header nav ul li:hover ul li a {
    border-color: #7a3f51;
  }
  body header nav ul li:hover ul li:first-child {
    padding-top: 0;
  }
  body header nav .widget_polylang ul {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  body main .wp-block-navigation.wp-block-navigation {
    margin: 0;
    display: initial;
  }
  body main .wp-block-navigation.wp-block-navigation ul {
    display: flex;
    gap: 0;
    justify-content: flex-start;
    background: #7a3f51;
  }
  body main .wp-block-navigation.wp-block-navigation ul li {
    text-align: center;
    min-width: initial;
    width: 50%;
  }
  body main .wp-block-navigation.wp-block-navigation ul li a {
    padding: 17px 0;
  }
  body main .wp-block-buttons {
    justify-content: center;
  }
  body main .hp-round-links hr {
    color: transparent;
    border-color: transparent;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body main .supplementary ul {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  body main .hp-round-links .wp-block-column {
    margin-left: 0 !important;
  }
  body main .jvtrip {
    grid-template-columns: repeat(2, 1fr);
    font-size: 14px;
  }
  body main .more-services {
    text-align: center;
  }
  body main .where h2 {
    display: block;
    text-align: center;
  }
  body main .where p {
    text-align: center;
  }
  body main .conference {
    text-align: center;
  }
  body main .conference .wp-block-columns {
    gap: 0;
    align-items: start;
  }
  body main .conference .wp-block-columns .wp-block-column {
    align-self: start;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .services a {
    flex: 0 0 calc(50% - 30px);
  }
}
@media only screen and (max-width: 599px) {
  body main {
    font-size: 20px;
  }
  body main .hp-round-links {
    gap: 20px;
  }
  body main .hp-round-links hr {
    margin-top: 0;
    margin-bottom: 0;
  }
  body main .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
  body main .wp-block-columns.slim:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
  body main .xs-center {
    text-align: center;
  }
  body .services a {
    flex: 0 0 100%;
  }
}

/*# sourceMappingURL=style.css.map */
