/*!
Theme Name: vdtheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vdtheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Header
13. Intro
14. Top Text
15. Interior
16. Home Section
17. Design
18. Home Icons
19. Footer
20. Contact Page
21. Location Page
22. Reservation Page
23. House Page
24. Calendar
=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 700; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem; }

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#0a090b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  
}
main{
  position: relative;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #9bb075;  color: #fff; }  
::selection { background-color: #9bb075; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 148rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}
.container-md{
  max-width: 110rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 400;line-height:1.4;}
.title h1, .title h2{ font-size: 3.6rem; text-transform: uppercase;font-weight: 300; color: #9bb075;  }
p { margin-bottom: 2rem; }
.title{ margin-bottom:3rem; }
.title-center{text-align: center;}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 4rem; }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 5rem; }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 5.4rem; }
}


/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
	display: inline-block;
	padding: 1rem 4rem;
	font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.6rem;
  border-radius: 20rem;
}
.btn-primary{
  background-color: #9bb075;
  color: #fff;
}
.btn-secondary{
  background-color: #43515a;
  color: #fff;
}
.btn-primary:hover,  .btn-secondary:hover{
  background-color: #a3a3a3;
}
 .pbSubmit {
	display: inline-block !important;
	padding: 1rem 4rem !important;
	font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-size: 1.6rem !important;
  border-radius: 20rem !important;
  background-color: #9bb075 !important;
  color: #fff !important;
}
.pbSubmit:hover{
  background-color: #a3a3a3 !important;
}
/* ================================================================================== 
7. Form
===================================================================================== */
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #f4f6f8;
  padding: 1.7rem 1.7rem;
  outline: none;
  background-color: #f4f6f8;
  border-radius: 1rem;

}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #9bb075;

}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #9bb075;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #e1e1e1;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
}
.list ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 1.3rem;
	height: 0.8rem;
	background-image: url(images/list.svg);
	background-repeat: no-repeat;
	background-size: 1.3rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #9bb075 !important;
	border: 2px solid #9bb075 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #9bb075 !important;
	border: 2px solid #9bb075 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #9bb075 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #9bb075 !important;
}
/* ================================================================================== 
12. Header
===================================================================================== */
header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 1.5rem 0;
  transition: all .4s ease-in-out;
}
header.scrolled{
  background-color: #444d50;
}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo{
  display: block;
}
.header-logo img{
  display: block;
  width: 8.2rem;
  transition: all .4s ease-in-out;
}

nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #444d50;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 1rem;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.8rem;
}

nav li a:hover, nav li.current_page_item a{
  color: #9bb075;
}

nav li:last-child a::after{
  content: none;
}
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-left: 3rem;
    order: 3;
}


.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #fff;
	border-radius: 20px;
	transition: all .6s;
	right: 0;
  z-index: 11;
}

.line-toggle:first-child {
transform: translateY(-10px) translateX(0);
transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
}

.line-toggle:last-child {
    transform: translateY(10px) translateX(0);
    transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {

	transform: translateY(0) translateX(0) rotate(45deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {

	transform: translateY(0) translateX(0) rotate(314deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}


.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #fff;
  color: #fff;
}
.mobile-info h3{
  color: #9bb075;
}
.menu-item-has-children{
  position: relative;
}
.mobile-info a img{
  filter: brightness(0) invert(1);
}
.mobile-info a{
  color: #fff;
}
.sub-menu{

  display: none;
  padding-left: 3rem;
}

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}
.btn-mobile{
 margin-left: auto;
}
.lang{
  margin-left: 3rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 400;
  display: flex;
  gap:1rem;
  flex-direction: row;
  align-items: center;
}
.lang a:hover{
  color: #9bb075;
}
@media only screen and (max-width: 30em) {
  /*480px*/
  .btn-mobile{
    padding: 1rem 2rem;
  }
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
  .header-logo img{

    width: 10rem;
  }
 
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .btn-mobile{
    display: none;
  }
  .toggle{
    display: none;
  }
  .header-logo img{
    width: 15rem;
  }
  header.scrolled  .header-logo img{
    width: 10rem;
  }
  nav li a::after{
    content: '/';
    display: inline-block;
    padding-left: 2rem;
    color: #fff;
  }
  nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-left: auto;

  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info{display: none;}
  .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a{
    padding: 2rem 1rem;
  }
  html[lang="hr"] nav li a{
    padding: 2rem .5rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/* ================================================================================== 
13. Intro
===================================================================================== */
.intro-slide{
  position: relative;
}
.intro-slide img{
  display: block;
  width: 100%;
  height: 80rem;
  object-fit: cover;
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.intro-text h1{
  font-size: 4rem;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.2;

}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: 1;
}
.intro-text strong{
  color: #9bb075;
}
.slick-dots{
  position: absolute;
  bottom: 15rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:1rem;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 3;
}
.slick-dots li button{
  font-size: 0;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  border-radius: 50%;

}
.slick-dots li button::before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #9bb075;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .4s ease-in-out;
  opacity: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button::before{
  opacity: 1;

}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .intro-text h1{
    font-size: 5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro-text h1{
    font-size: 7rem;
  }
  .intro-slide img{
    height: 100rem;
  }
}
/* ================================================================================== 
14. Top Text
===================================================================================== */
.text-center{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.top-text{
  font-size: 2.3rem;
}
.top-text strong{
  font-weight: 500;
  color: #9bb075;
}
/* ================================================================================== 
15. Interior
===================================================================================== */

.interior-text{
  width: 100%;
  padding: 0 2rem 5rem 2rem;
}
.masonry .interior-text{

  padding: 5rem 2rem 5rem 2rem;
}
.interior-images{
  width: 100%;
  position: relative;

}

.interior-images img{
  display: block;
  width: 100%;
  height: 40rem;
  object-fit: cover;
}
.slick-arrow{
  position: absolute;
  width: 3rem;
  height: 6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  z-index: 1;
}
.interior-images .slick-arrow{
  bottom: 2rem;
}
.interior-images .slick-prev{
  background-image: url(images/prev-white.svg);
  right: 9rem;
}
.interior-images .slick-next{
  background-image: url(images/next-white.svg);
  right: 2rem;
}
.interior-text .title{
  position: relative;
  padding-left: 5rem;
}
.interior-text .title::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 2px;
  background-color: #9bb075;
  z-index: 1;
  left: 0;
}
.interior-text h3{
  font-size: 2.3rem;
}
.interior-text h3 strong{
  font-weight: 400;
  color: #9bb075;
}
.masonry .interior-images .slick-prev{
  left: 2rem;
  right: auto;
}
.masonry .interior-images .slick-next{
  left: 9rem;
  right: auto;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .interior-images img{
    height: 50rem;
  }
  .slick-arrow{
    width: 4rem;
    height: 7rem;
    background-size: 3rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .interior-wrapper{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .interior-text{
    width: 50%;
    padding: 2rem 2rem 2rem 5rem;
  }
  .interior-images{
    width: 50%;
  }
  .interior-text .title::before{
    width: 24rem;
    left: -26rem;
  }
  .interior-text .title{
    padding: 0;
  }
  .masonry  .interior-wrapper{
    flex-direction: row;
  }
  .masonry    .interior-text .title::before{
    right: -26rem;
    left: auto;
  }
  .interior-images::after {
    content: '';
    background-image: url(images/bg.svg);
    background-repeat: no-repeat;
    background-size: 24rem;
    background-position: left 5rem bottom -5rem;
    width: 41rem;
    height: 28rem;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .masonry .interior-images::after {
    background-position: right 5rem bottom -5rem;
    left: auto;
    right: 0;
    background-image: url(images/bg2.svg);
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .interior-text{
    padding: 2rem 15rem 2rem 5rem;
  }
  .interior-images img{
    height: 65rem;
  }
  .masonry .interior-text{
    padding: 2rem 5rem 2rem 15rem;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .interior-text{
    padding: 2rem 25rem 2rem 5rem;
  }
  .masonry .interior-text{
    padding: 2rem 5rem 2rem 25rem;
  }
}

@media only screen and (min-width: 90em) {
  /*1440px*/
  .interior-images::after {
    background-size: 30rem;
    background-position: left 10rem bottom -5rem;

  }
  .masonry .interior-images::after {
    background-position: right 10rem bottom -5rem;
   
  }
}
/* ================================================================================== 
16. Home Section
===================================================================================== */
.home-section{
  background-color: #f4f6f8;
}

.home-text{
  width: 100%;
}
.home-text2{
  width: 100%;
}
.home-text .title h2{
  text-transform: none;
}
.home-text .btn{
  display: none;
}
.home-text2 .btn{
  margin-top: 2rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .home-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .home-text2{
    width: 50%;
    font-size: 2rem;
  }
  .home-text{
    width: 45%;
  }
  .home-text .btn{
    display: inline-block;
  }
  .home-text2 .btn{
    display: none;
  }
}
/* ================================================================================== 
17. Design
===================================================================================== */

.design{
  background-color: #f4f6f8;
}
/* .interior-images .slick-arrow{
  bottom: 2rem;
}
.interior-images .slick-prev{
  background-image: url(images/prev-white.svg);
  right: 9rem;
}
.interior-images .slick-next{
  background-image: url(images/next-white.svg);
  right: 2rem;
} */
.design .title{
  position: relative;
  padding-left: 5rem;
}
.design .title::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 2px;
  background-color: #9bb075;
  z-index: 1;
  left: 0;
}

.design-slide{
  padding: 0 2rem;
  transition: all .4s ease-in-out;
  opacity: 0.4;
}
.design-slide img{
  display: block;
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
.design-slide.slick-active{
  opacity: 1;
}
.custom-arrows{
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:3rem
}
.custom-arrows .slick-arrow{
  position: static;
  top: auto;
  left: auto;
  transform: none;

}
.custom-arrows .slick-arrow.custom-prev{
  background-image: url(images/prev.svg);
}
.custom-arrows .slick-arrow.custom-next{
  background-image: url(images/next.svg);
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .design-slide img{
    height: 30rem;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .design-slide img{
    height: 40rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
 
  .design .title::before{
    width: 24rem;
  }
  .design .title{
   padding-left: 25rem;
  }

}
/* ================================================================================== 
18. Home Icons
===================================================================================== */
.home-icons-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.home-icon-box {
	width: 49.5%;
	display: flex;
	flex-direction: row;
	text-align: left;
  margin-bottom: 5rem;
}

.home-icon-box img {
	display: block;
	width: 7rem;
	height: 4rem;
	object-fit: contain;
}
.home-icon-box h3 {
	color: #9bb075;
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.2;
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .home-icon-box {
    width: 32.5%;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .home-icon-box img {
    width: 9rem;
    height: 5rem;

  }
  .home-icon-box h3 {

    font-size: 2.6rem;

  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .home-icon-box {
    width: 24.5%;
  }
}
 
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .home-icon-box img {
    width: 12rem;
    height: 6rem;
  }
  .home-icon-box {
    width: 23%;
  }
}
/* ================================================================================== 
19. Footer
===================================================================================== */
.footer-outer {
	font-size: 1.4rem;
	color: #646464;
	line-height: 2.1;
	font-weight: 400;
	background-color: #f4f6f8;
	background-image: url(images/bg.svg), url(images/bg2.svg);
	background-repeat: no-repeat;
	background-position: left -5rem bottom -5rem, right -5rem bottom -5rem;
	background-size: 12rem;
  margin-top: 3rem;
}
.footer-logo {
	display: flex;
	justify-content: center;
	margin-top: -11rem;
  margin-bottom: 5rem;
}
.footer-logo img {
	display: block;
	width: 12rem;
	height: auto;
}

.footer-box{
  width: 100%;
  text-align: center;
}
.footer-box:first-child{
  margin-bottom: 3rem;
}
.footer-text{
  width: 100%;
  margin-top: 3rem;
  text-align: center;
}
.phone, .mail{
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #0a090b;
}
.phone img, .mail img{
  display: block;
  width: 2rem;
  height: auto;
  margin-right: 1rem;
}
.phone{
  margin-bottom: 1rem;
}
footer .phone, footer .mail{
  justify-content: center;
}
footer h3{
  text-transform: uppercase;
  font-size: 2rem;
  color: #9bb075;
  font-weight: 600;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.copyright{
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid #ccc;
}
.social{
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.social a{
  margin-right: 1rem;
  display: inline-block;
}
.social a:last-child{
  margin-right: 0;
}
.social a img{
  display: block;
  width: 3rem;
  height: auto;
}
.copyright ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.copyright ul li{
  display: inline-block;
}
.copyright li a{
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
.copyright li a:hover{
  text-decoration: none;
}
.copyright li:not(:last-child) a::after{
  content: '|';
  display: inline-block;
  padding: 0 1rem;
}
.copy-menu{
 margin: 0 auto;
}
.copyright .social{
  margin: 2rem 0;
}
 
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .footer-outer {
    margin-top: 5rem;
  }
  .footer-logo {
    margin-top: -12rem;

  }
  .footer-logo img {

    width: 16rem;

  }
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-box{
    width: 50%;
    text-align: left;
  }
  .footer-box:first-child{
    margin-bottom: 0;
  }
  .footer-text{
    text-align: left;
  }
  footer .phone, footer .mail{
    justify-content: flex-start;
  }
  .footer-outer {

    background-size: 20rem;
    background-position: left -10rem bottom -5rem, right -10rem bottom -5rem;
  }

}
@media only screen and (min-width: 42.5625em) {
  /*681px*/

  .footer-box{
    width: 25%;
  }
  .footer-text{
    width: 42%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  .copyright .social{
    margin: 0;
    margin-right: 2rem;
  }
  .copy-menu{
    margin-left: 1rem;
    margin-right: auto;
  }
   
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .footer-logo {
    margin-top: -17rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/

  .footer-logo {

    margin-top: -20rem;

  }
  .footer-logo img {
  
    width: 19rem;
 
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .footer-outer {

    background-size: 30rem;

  }
}
/* ================================================================================== 
20. Contact Page
===================================================================================== */
.top-image{
  display: block;
  width: 100%;
  height: 40rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
  position: relative;
}
.contact-text{
  width: 100%;
  margin-bottom: 5rem;
}
.contact-form{
  width: 100%;
}
.contact-form form p{
  margin: 0;
}
.contact-form form br{
  display: none;
}
.contact-text h3{
  color: #9bb075;
  text-transform: uppercase;
}
.contact-text .social{
  margin-top: 3rem;
}
.title-pages{
  position: relative;
  padding-left: 7rem;
}
.title-pages::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 2px;
  background-color: #9bb075;
  z-index: 1;
  left: 0;
}
.contact-form .btn{
  transition: all .4s ease-in-out;
  width: auto;
}
#fbuilder {
	width: 100%;
  margin-top: 5rem;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .contact-text{
    width: 48%;
    margin-bottom: 0;
  }
  .contact-form{
    width: 48%;
  }

}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/

  .title-pages::before{
    width: 24rem;
    left: -26rem;
  }
  .title-pages{
    padding-left: 0;
  }
}
/* ================================================================================== 
21. Location Page
===================================================================================== */

.location-page-text{
  width: 100%;
  margin-bottom: 5rem;
}
.location-page-image{
  width: 100%;
}
.location-page-image img{
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.location-page-wrapper2{
  flex-direction: row;
  margin-top: 5rem;
}

.bg{
  background-color: #f4f6f8;
}
.gallery-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:2%;
}
.gallery-wrapper a{
  display: block;
  overflow: hidden;
  width: 49%;
  margin-bottom: 1rem;
  position: relative;
}
.gallery-wrapper a::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: 1;
  transition: all .4s ease-in-out;
  opacity: 0;
  background-image: url(images/search-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.5rem;
}
.gallery-wrapper a:hover::before{
  opacity: 1;
}
.gallery-wrapper a img{
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all .4s ease-in-out;
  height: 20rem;
}
.gallery-wrapper a:hover img{
  transform: scale(1.2);
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .gallery-wrapper a{

    width: 32%;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .location-page-wrapper{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; 
  }
  .location-page-wrapper2{
    flex-direction: row;
  }
  .location-page-text{
    width: 50%;
    padding-left: 5rem;
    margin-bottom: 0;
  }
  .location-page-wrapper2 .location-page-text{
    padding-left: 0;
    padding-right: 5rem;
  }
  .location-page-image{
    width: 50%;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .gallery-wrapper a img{
    height: 30rem;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .location-page-wrapper2{
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .location-page-wrapper{
    align-items: center;
  }
  .location-page-text{
    padding-left: 10rem;
  }
  .location-page-wrapper2 .location-page-text{
    padding-left: 0;
    padding-right: 10rem;
  }
  .gallery-wrapper a img{
    height: 40rem;
  }


}
/* ================================================================================== 
22. Reservation Page
===================================================================================== */

.reservation-aside{
  width: 30rem;
  position: sticky;
  top: 20rem;
  right: 0;
  padding: 3rem;
  background-color: #f4f6f8;
  display: none;
}
.reservation-aside h3{
  text-transform: uppercase;
  color: #9bb075;
}
.reservation-aside .social{
  margin-top: 3rem;
}
.reservation-wrap form p{
  margin-bottom: 0;
}
.reservation-wrap form br{
  display: none;
}

.form-btn .btn{
  width: auto;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .reservation-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .reservation-form{
    width: calc(100% - 35rem);
  } 
  .reservation-aside{
    display: block;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .reservation-form{
    width: calc(100% - 40rem);
  } 
  .reservation-wrap form{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .reservation-wrap fieldset{
    width: 48%;
  }
  .reservation-wrap fieldset.w-100{
    width: 100%;
  }
}
/* ================================================================================== 
23. House Page
===================================================================================== */
.single-wrapper{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.single-text{
  width: 50%;
  padding: 5rem 10rem 0 0;
}
.single-image{
  width: 45%;
}
.single-image img{
  display: block;
  width: 100%;
  height: auto;
}
.title-row {
  margin-bottom: 0rem;
}
.title-row .title{
  margin-bottom: 0;
}
.title-row h1{
  margin-bottom: 0;
}
.single-icons{
  margin-top: 3rem;
}
.single-icons article{
  width: auto;
  display: flex;
  align-items: center;
  
}
.single-icons article:not(:last-child){
  margin-bottom: 2rem;
}
.single-icons article img{
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  margin-right: 1rem;
}
.single-icons article p{
  margin-bottom: 0;
}
.single-icons article strong{
  color: #9bb075;
}
.single-gallery a:not(:last-child){
  display: none;
}
.single-gallery a img{
  display: block;
  width: 100%;
  height: auto;
}
.single-gallery{
  margin-bottom: 5rem;
}
.single-gallery a {
  position: relative;
  display: block;
}
.single-gallery a::before{
  content: '';
  width: 4rem;
  height: 4rem;
  display: block;
  background-color: #9bb075;
  background-image: url(images/search-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 1;
  border-radius: 50%;
}
.single-title h3{
  font-size: 3rem;
}
.single-boxes{
  margin-top: 5rem;
}
.single-box{
  width: 100%;
  margin-bottom: 3rem;
  padding: 2.5rem;
  background-color: #f4f6f8;
}
.single-box:last-child{
  margin-bottom: 0;
}


.text2{
  margin: 5rem 0;
}
.single-slider img{
  display: block;
  width: 100%;
  height: 60rem;
  object-fit: cover;
}
.single-slider .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.single-slider .slick-prev{
  left: 2rem;
  background-image: url(images/prev-white.svg);
}
.single-slider .slick-next{
  right: 2rem;
  background-image: url(images/next-white.svg);
}
.btn-fixed{
  position: fixed;
  z-index: 15;
  right: 2rem;
  bottom: 5rem;
}
.single-design .interior-text{
  padding: 0;
  margin: 5rem 0;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .single-icons{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:2rem
  }
  .single-icons article:not(:last-child){
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .single-boxes{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:3%;
  }
  .single-box{
    width: 48.5%;
  }
  .single-box:last-child{
    width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .single-icons{
    margin-top: 0;
  }
  .single-box{
    padding: 5rem;
  }
  .single-design .interior-text{
    padding: 2rem 0 2rem 5rem;
    margin: 0;
  }
}

/* ================================================================================== 
24. Calendar
===================================================================================== */
.ui-widget {
  font-family: "Roboto", sans-serif !important;
	font-size: 1.6rem !important;
}
.rcalendar .ui-datepicker .ui-datepicker-header {
	border: 1px solid #f4f6f8 !important;
	background: #fff !important;

}
#dex_bccf_pform tr td, #dex_bccf_pform tr th, #dex_bccf_pform td {
	padding: 1rem !important;
	height: 8rem !important;;
	border: 1px solid #f4f6f8 !important;
}
#dex_bccf_pform tr th{
  border: 0 !important;
  background-color: #f4f6f8 !important;
}
#fbuilder .large {
	width: 100% !important;
	padding-left: 1.7rem !important;
	padding-right: 1.7rem !important;
}

/* 10.12.2024. - Mapa */
section.mapa {
    margin-bottom: -59px;
}

@media all and (max-width:480px) {
	section.mapa {
		margin-bottom: -35px;
	}
}

.wpml-ls-current-language span.wpml-ls-native {
    color: #9bb075;
}

/*-----------*/
.modal-popup{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;

}
.modal-popup.open{
  opacity: 1;
  visibility: visible;
}
.modal-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  cursor: pointer;
}
.modal-inner{
  max-width: 100rem;
  max-height: 80rem;
  overflow-y: auto;
  padding: 2.5rem;
  background-color: #fff;
  z-index: 1;
  padding-top: 6rem;
  position: relative;
}
.modal-close {
	position: absolute;
	top: 4rem;
	right: 3rem;
	font-size: 4rem;
	font-weight: 400;
	cursor: pointer;
	color: #000;
	line-height: 0;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .modal-inner{
    padding: 5rem;
    padding-top: 8rem;
  }
}

/* HBOOK */
h3.hb-title.hb-title-search-form {
    display: block;
    width: 100%;
}
.hb-search-fields-and-submit {
    width: 100%;
}

body.page-template-template-reservation .hb-searched-summary {
    width: 100%;
    margin-bottom: 3rem;
    /*display: flex !important;*/
    align-items: center;
}
body.page-template-template-reservation form.hb-booking-details-form.hb-step-wrapper.has-validation-callback {
    max-width: 100% !important;
}

.hb-custom-rates-table {
    width: 100%;
    border-collapse: collapse;
    margin: 5rem 0 0 0;
    font-size: 1.4rem;
    text-align: left;
}

.hb-custom-rates-table thead {
    background-color: #99AE74;
    color: #ffffff;
}

.hb-custom-rates-table thead th {
    padding: 1.2rem 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hb-custom-rates-table tbody tr {
    border-bottom: 1px solid #dddddd;
    transition: background-color 0.3s;
}

.hb-custom-rates-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.hb-custom-rates-table tbody tr:hover {
    background-color: #e6f2ff;
}

.hb-custom-rates-table td {
    padding: 1rem 1.5rem;
}

.hb-custom-rates-table td:nth-child(3) {
    font-weight: bold;
    color: #99AE74;
}

.hb-custom-rates-table td:nth-child(4) {
    font-style: italic;
}

@media screen and (max-width: 768px) {
    .hb-custom-rates-table thead {
        display: none;
    }

    .hb-custom-rates-table tbody tr {
        display: block;
        margin-bottom: 1.5rem;
        border-bottom: 2px solid #004080;
        background-color: #fefefe;
    }

    .hb-custom-rates-table tbody td {
        display: flex;
        justify-content: space-between;
        padding: .8rem 1rem;
    }

    .hb-custom-rates-table tbody td::before {
        content: attr(data-label);
        font-weight: 600;
        text-transform: uppercase;
        width: 50%;
        display: inline-block;
    }

    .hb-custom-rates-table tbody td:nth-child(3),
    .hb-custom-rates-table tbody td:nth-child(4) {
        text-align: right;
    }
}

.page-template-template-reservation h3.hb-title.hb-title-search-form {
    display: none;
}
.page-template-template-search .reservation-wrap {
    justify-content: center;
}

/* 05.03.2026. */
@media (max-width:600px) {
	.intro-slide img {height:44rem;}
	.slick-dots {bottom:5rem;}
	.top-image {
		background-attachment: inherit;
		background-position: center;
	}
}