/*!
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. Home Villas
15. Home Apartments
16. Rent A Boat
17. Footer
18. Villas Page
19. Single Villas Page
20. Single Apartment Page
21. Rent A Boat Page
22. About Page
23. Contact Page
24. Popup
25. Home Calendars

=============================================================*/
/* ================================================================================== 
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: "Jost", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#073357;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.9rem;
  
}
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: #073357;  color: #fff; }  
::selection { background-color: #073357; 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;
}

/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 600;line-height:1.4;}
.title h1, .title h2{ font-size: 3.2rem;text-transform: uppercase; position: relative;padding-bottom: 1rem; letter-spacing: 2px;}
p { margin-bottom: 2rem; }
.title{ margin-bottom:3rem; }
.title-center{text-align: center;}
.title h1::after, .title h2::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6rem;
  height: 1px;
  background-color: #073357;
}
.title-center h1::after, .title-center h2::after{
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 3.6rem; }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 4rem; }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 4rem; }
}


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

.btn, .wpbc_button_light {
	display: inline-block;
	padding: 0.8rem 2.6rem;
	border-radius: 10rem;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.6rem;
}
.btn-primary, .wpbc_button_light{
  background-color: #073357;
  color: #fff;
  border:1px solid #073357
}
.btn-secondary{
  background-color: #fff;
  color: #073357;
}
.btn-primary:hover, .wpbc_button_light:hover{
  background-color: transparent;
  color: #073357;
}
.btn-secondary:hover{
  background-color: #073357;
  color: #fff;
}
.btn-tertiary{
  border:1px solid #073357;
  color: #073357;
}
.btn-tertiary:hover{
  background-color: #073357;
  color: #fff;
}
/* ================================================================================== 
7. Form
===================================================================================== */
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  background-color: #eee;
  padding: 1.8rem;
  outline: none;
  border-radius: 5px;
}
.wpdevart-booking-form .wpdevart-fild-item-container input[type="text"], .wpdevart-booking-form .wpdevart-fild-item-container input[type="checkbox"], .wpdevart-booking-form .wpdevart-fild-item-container select, .wpdevart-booking-form .wpdevart-fild-item-container textarea, input[type="text"].hasDatepick, .search_row select, .booking_form_div input[type="text"], .booking_form_div textarea, .booking_form_div select {
	border: 1px solid #eee  !important;
	background: #eee !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: box-shadow .4s, border-color .5s;
	-webkit-transition: box-shadow .4s, border-color .5s;
	-moz-transition: box-shadow .4s, border-color .5s;
	color: #073357 !important;
	font-size: 1.9rem !important;
	max-width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 0;
  border-radius: 5px;
}
[id^="wpdevart_booking_form_"] .wpdevart-fild-item-container label, [id^="wpdevart_booking_form_"] .wpdevart-fild-item-container label a, .booking_form_div label {
	font-size: 1.9rem !important;
	color: #073357 !important;
	font-weight: normal;
	font-style: normal !important;
}
.wpdevart-booking-form .wpdevart-fild-item-container input[type="text"] {
  padding: 1.2rem 2rem  !important;
	width: 100%;
  font-size: 1.9rem !important;
}
.wpdevart-booking-form .wpdevart-fild-item-container input[type="text"]:focus, .booking_form_div input[type="text"]:focus {
  border-color: #073357 !important;
}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #073357;
}
label {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
fieldset br {
  display: none;
}
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, .space-search {
  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: #073357;
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #fff;
}
.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: 3rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
/* ================================================================================== 
12. Header
===================================================================================== */
header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 1.5rem 0;
  color: #fff;
  transition: all .4s ease-in-out;
}
header.scrolled{
  background-color: #073357;
}
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;
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
}

nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #073357;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
  z-index: 2;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 0;
  font-size: 2.5rem;
  text-align: center;

}

nav li a:hover, nav li.current_page_item a{
 opacity: 0.5;
}
.toggle-menu{
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 5;
  order: 3;
  margin-left: 2rem;
  text-transform: uppercase;
  font-weight: 600;
}
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-right: 0;
   
}


.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;

}
.header-info{
  display: flex;
  align-items: center;
  gap:0;
  margin-right: 1rem;
  margin-left: auto;
  display: none;

}
.header-info a, .mobile-info a{
  display: flex;
  align-items: center;

}
.mobile-info a{
  justify-content: center;

}
.mobile-info a:not(:last-child){
  margin-bottom: 1rem;
}
.info-icon{
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border:1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.info-icon img{
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
.has-lang-sub {
	position: relative;
	background-image: url(images/arrow-down-white.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1.3rem;
	padding-right: 1rem;
}

.lang-sub{
  position: absolute;
  left: 0;
  top: 2.5rem;
  background-color: #073357;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;

}
.has-lang-sub:hover .lang-sub{
  opacity: 1;
  visibility: visible;
}
.lang li{
  display: block;
}
.lang li a{
  display: block;
  padding: 0 1rem;
}
.header-info a span{
  display: none;
}
.lang{
  margin-left: auto
}
.toggle-menu > span{
  display: none;
}

.wpml-ls-legacy-dropdown {
  width: auto;
  max-width: auto;
}

.wpml-ls-legacy-dropdown a {
  background-color: transparent;
  color: #fff;
  border: 0px;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
  background-color: transparent;
  color: #fff;
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .header-logo {

    font-size: 3rem;
  }
  .toggle-menu > span{
    display: inline-block;
  }
  .toggle {

      margin-right: 1rem;
     
  }
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .header-info{
    display: flex;
  }
  .lang{
    margin-left: 0;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .header-logo {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle-menu{
    order: -1;
    margin-left: 0;
    margin-right: 1rem;
  
  }
  .header-logo {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  header{
 
    padding: 2.5rem 0;
  }
  .header-info a span{
    display: inline-block;
  }
  .header-info{
    margin-right: 1.5rem;
    gap:2rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
 
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/* ================================================================================== 
13. Intro
===================================================================================== */
.intro-slide img{
  display: block;
  width: 100%;
  height: 95rem;
  object-fit: cover;
}
.intro-slide{
  position: relative;
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

}
.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-inner{
  max-width: 80rem;
  width: 100%;
  text-align: center;
}
.intro h1{
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
}
.intro-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);

}
.slick-dots{
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  bottom: 5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:2rem
}
.slick-dots li button{
  width: 2.6rem;
  height: 2.6rem;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  position: relative;
}
.slick-dots li button::after{
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #073357;
  transition: all .4s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  visibility: hidden;
}
.slick-dots li.slick-active button::after{
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .intro h1{
    font-size: 4rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .intro h1{
    font-size: 5rem;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .intro h1{
    font-size: 6.5rem;
  }
}
/* ================================================================================== 
14. Home Villas
===================================================================================== */

.home-villas-title{
  width: 100%;


}
.home-villas-content{
  width: 100%;
}
.home-villas-text{
  margin-bottom: 5rem;
}
.home-villas-text h3, .home-apartment-right h3, .villas-section h3, .apartment-single-text h3, .about-text h3{
  font-size: 3rem;
  font-weight: 300;
}
.home-villas-text .title{
  width: 100%;
}

.home-villas-slide{
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  padding: 0 2rem;

}
.home-villas-slide .intro-overlay {
	left: 2rem;
	width: calc(100% - 4rem);
	border-radius: 2rem;
}
.home-villas-slide img{
  width: 100%;
  height: 40rem;
  object-fit: cover;
  border-radius: 2rem;
}
.home-villas-slide-text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 3rem 4rem;
}
.home-villas-slide-text h3{
  color: #fff;
  font-size: 3.2rem;
  text-transform: uppercase;
}
.slick-arrow{
  position: absolute;
  left: 2rem;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  background-position: center;
  background-size: 1rem;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0;
  z-index: 1;
}
.slick-prev{
  background-image: url(images/prev.svg);
  
}
.slick-next{
  background-image: url(images/next.svg);
  right: 2rem;
  left: auto;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .home-villas-slide-text {
    padding: 4rem 7rem;
  }
  .home-villas-slide img{

    height: 50rem;
  }
  .home-villas-text .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .home-villas-title{
    width: 35%;
    margin-bottom: 0;
  }
  .home-villas-content{
    width: 50%;
  }
 
}


@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .home-villas-slider{
    width: 87.7%;
    margin-left: auto;
  }

  .slick-arrow{
    width: 10rem;
    height: 10rem;
    left: -11rem;
    background-size: 4rem;
    background-color: transparent;
  }
  .slick-next{
    display: none !important;
  }
  .home-villas-text h3,  .home-apartment-right h3, .villas-section h3, .apartment-single-text h3, .about-text h3{
    font-size: 4rem;
  }
  .home-villas-slide-text h3{
    font-size: 3.6rem;
  }
}


@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .home-villas-slide-text h3{
    font-size: 4rem;
  }
}
/* ================================================================================== 
15. Home Apartments
===================================================================================== */
.home-apartment, .home-search {
  background-color: #f4f4f4;
}

.home-apartment-left{
  width: 100%;
}
.home-apartment-right{
  width: 100%;
  position: relative;
margin-bottom: 5rem;
}
.stars{
  display: flex;
  align-items: center;
  gap:1rem;
  margin: 1rem 0;
}
.stars img{
  display: block;
  width: 2rem;
  height: auto;
}
.home-apartment-right h3{
  color: inherit;
}

.right-image {
	margin-top: 10rem;
	position: relative;
	overflow: hidden;
	border-radius: 2rem;
  display: none;

}
.right-image img{
  display: block;
  width: 100%;
  height: 40rem;
  border-radius: 2rem;
  object-fit: cover;
}

.apartment-slide{
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.apartment-slide img{
  display: block;
  width: 100%;
  border-radius: 2rem;
  height: 50rem;
  object-fit: cover;
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .home-apartment-right .title h2,  .apartment-single-text h1{
    display: flex;
    align-items: center;
  }
  .stars{
  margin: 0;
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .home-apartment-wrapper{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .home-apartment-left{
    width: 40%;
  }
  .home-apartment-right{
    width: 53%;
    margin-bottom: 0;
  }
  .right-image {
    display: block;
  }
  .apartment-slide img{
    height: 70rem;
  }
}
@media only screen and (min-width: 106.25em) {
  /*1700px*/
  .right-image {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    position: absolute;
    bottom: -18rem;
    right: -10rem;
    width: 85rem;
  
  }

}
/* ================================================================================== 
16. Rent A Boat
===================================================================================== */
.rent-boat{
  position: relative;
}
.rent-boat::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30rem;
	background-color: #073357;
	z-index: -1;
}
.rent-title{
  width: 100%;


}
.rent-content{
  width: 100%;
}
.rent-text{
  margin-bottom: 5rem;
}
.rent-text h3{
  font-size: 3rem;
  font-weight: 300;
}
.rent-text .title{
  width: 100%;
}
.rent-slide{
  overflow: hidden;
  border-radius: 2rem;
  position: relative;
}
.rent-slide img,  .rent-one-image img{
  display: block;
  width: 100%;
  height: 40rem;
  object-fit: cover;
  border-radius: 2rem;
}
.rent-images-wrapper{
 padding: 0 2rem;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 5rem;
}
.rent-slider{
  width: 100%;
}
.rent-one-image{
  width: 48%;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  display: none;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/

  .rent-text .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .rent-title{
    width: 35%;
    margin-bottom: 0;
  }
  .rent-content{
    width: 50%;
  }
  .rent-one-image{
    display: block;
  }
  .rent-slider{
    width: 48%;
  }

 
}


@media only screen and (min-width: 61.3125em) {
  /*981px*/


 
  .rent-text h3{
    font-size: 4rem;
  }
  .rent-slide img,  .rent-one-image img{
    height: 60rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/

  .rent-images-wrapper{
     margin-top: 10rem;
   }
  
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
.rent-images-wrapper{
  padding: 0;
  padding-left: 10rem;
}
}
@media only screen and (min-width: 106.25em) {
  /*1700px*/
  .rent-boat{
    margin-top: 10rem;
  }
}
/* ================================================================================== 
17. Footer
===================================================================================== */
footer{
  padding: 5rem 0 5rem 0;
  background-color: #073357;
  color: #fff;
}
.footer-logo {
	display: block;
	font-size: 3rem;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
  text-align: center;
  color: #fff;
  opacity: 0.2;
  margin-bottom: 5rem;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu li {
  display: block;
  text-align: center;
}
.footer-menu li a{
  display: inline-block;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  text-align: center;
  position: relative;
  font-weight: 400;
  line-height: 1;
}

.footer-menu{
  display: flex;
  justify-content: center;
}
.footer-menu li a:hover,.footer-menu li a.current_page_item{
  opacity: 0.4;
}
.footer-info{
  display: flex;
  flex-direction: column;
  gap:1rem;
  justify-content: center;
  align-items: center;
  margin: 5rem 0;
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.footer-info a{
  display: flex;
  align-items: center;
  gap:1rem
}
.footer-social{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:1rem;
  justify-content: center;
}
.footer-social a{
  display: inline-block;
}
.footer-social a img{
  display: block;
  width: 3rem;
  height: auto;
  opacity: 0.2;
}
.copyright{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 5rem;
  opacity: 0.4;
}
.copyright ul li a{
  display: inline-block;
  text-decoration: underline;
  font-size: 1.6rem;
  position: relative;
  line-height: 1;
  padding: 0 1rem;

}

.copyright ul li{
  display: block;
}
.copyright ul li a:hover,.copyright li a.current_page_item{
  opacity: 1;
  text-decoration: none;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .footer-info{
    flex-direction: row;
    align-items: flex-start;
    gap:2rem;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .copyright{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  .copyright ul li{
    display: inline-block;
  }
  .copyright  li a::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255,255,255,.2);
  }
  .copyright  li:last-child a::after{
    content: none;
  }
  .copyright  li:last-child a{
    padding-left: 0;
  }
  .footer-logo {
    font-size: 4rem;
  }

}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .footer-menu li {
    display: inline-block;
    text-align: left;
  }
  .footer-menu li a{
    display: inline-block;
    padding: 0 1.5rem;
    text-align: left;

  }
  .footer-menu li a::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255,255,255,.2);
  }
  .footer-menu li:last-child a::after{
    content: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  footer{
    padding: 10rem 0;
  }
}
/* ================================================================================== 
18. Villas Page
===================================================================================== */
.top-image{
  position: relative;
}
.top-image img{
  display: block;
  width: 100%;
  height: 40rem;
  object-fit: cover;
}

.villas-text{
  width: 100%;
 margin-top: 5rem;
}
.villas-image{
  width: 100%;
}
.villas-image img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2rem;

}


.villas-row:not(:last-child)
{
  margin-bottom: 5rem;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .villas-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .villas-text{
    width: 50%;
    padding-left: 7rem;
    margin-top: 0;
  }
  .villas-image{
    width: 50%;
  }
  .villas-row:nth-child(2n+2){

    flex-direction: row-reverse;
  }
  .villas-row:nth-child(2n+2) .villas-text{
    padding-left: 0;
    padding-right: 7rem;
  }
}
/* ================================================================================== 
19. Single Villas Page
===================================================================================== */
.top-nav {
	width: 100%;
	background-color: #f4f4f4;
	z-index: 1;

}
.top-nav ul{
 list-style: none;
 padding: 0;
 margin: 0;
 display: flex;
 justify-content: center;
 flex-direction: column;
 text-align: center;
}
.top-nav ul li{
  display: block;
}
.top-nav ul li a{
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
}
.top-nav ul li a:hover{
  background-color: #073357;
  color: #fff;
}
.photo-slide{
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  margin: 0 1rem;
}
.photo-slide img{
  display: block;
  width: 100%;
  height: 40rem;
  object-fit: cover;
  border-radius: 2rem;
}
.photo-slide  .intro-overlay{
  border-radius: 1rem;
}

.villas-section{
  margin-bottom: 5rem;

}
.overview{
  background-color: #f4f4f4;
  padding: 3rem;
}
.top-icons{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:3rem
}
.icon-wrap{
  display: flex;
  align-items: center;
  gap:1rem
}
.icon-wrap img {
	display: block;
	width: 5rem;
	height: 4rem;
	object-fit: contain;
}

.top-text{
  width: 100%;
  margin-bottom: 5rem;
}

.amenities-box{
  display: flex;
  align-items: center;
  gap:1rem;
  width:48.5%;
  margin-bottom: 1rem;
}
.amenities-box img {
	display: block;
	width: 3rem;
	height: 2rem;
	object-fit: contain;
}
.amenities-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.location-box{
  display: flex;
  align-items: center;
  gap:1rem;
  margin-bottom: 2rem;

}
.location-box img {
	display: block;
	width: 5rem;
	height: 4rem;
	object-fit: contain;
}

.location-map{
  margin-bottom: 5rem;
}
.location-map iframe{
  width: 100%;
  height: 40rem;
}
.location-right{
  margin-top: 5rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
 
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .amenities-box img {
    width: 5rem;
    height: 4rem;
  }
  .amenities-box{

    margin-bottom: 3rem;
  }

}
@media only screen and (max-width: 37.5em) {
  /*600px*/
 
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .top-nav {
    position: sticky;
    top: 8.3rem;
    left: 0;
  }

  .top-nav ul{
  flex-direction: row;
  text-align: left;
  align-items: center;
  }
  .top-nav ul li{
    display: inline-block;
  }
  .top-nav ul li a{
    display: inline-block;
    border-bottom: 0;
    padding: 2rem;
  }
 
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .location-text{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .location-left{
    width: 60%;
  }
  .location-right{
    width: 35%;
    margin-top: 0;
  }
  .overview{

    padding: 5rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .amenities-box{
    width:31.3%;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .photos-slider .slick-next{
    display: block !important;
    right: 1rem;
    left: auto;
    filter: brightness(100) grayscale(0);
  }
  .photos-slider .slick-prev{
    left: 1rem;
    filter: brightness(100) grayscale(0);
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .top-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .top-text{
    width: 48%;
    margin-bottom: 0;
  }
  .top-text2{
    width: 48%;
  }
  .villas-section{
    margin-bottom: 10rem;
  
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .amenities-box{
    width:22.7%;
  }
}

@media only screen and (min-width: 106.25em) {
  /*1700px*/
  .photos-slider .slick-next{
    right: -11rem;
    filter: none;
  }
  .photos-slider .slick-prev{
    left: -11rem;
    filter: none;
  }
  
  
}
.villas-section:last-child{
  margin-bottom: 0;

}
/*-------*/
.pricelist{
  margin-top: 3rem;
}
.pricelist .btn{
  margin-bottom: 3rem;
}
.pricelist-content{
  display: none;
}
/* ================================================================================== 
20. Single Apartment Page
===================================================================================== */
.apartment-single-text{
  width: 100%;
  margin-bottom: 5rem;
}
.apartment-single-text .btn{
  margin-top: 3rem;
}
.apartment-single-image{
  width: 100%;
}
.apartment-single-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 2rem;
}
.apartment-amenities{
  background-color: #f4f4f4;
}

.gallery-wrapper a{
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  border-radius: 2rem;
  overflow: hidden;
}
.gallery-wrapper a:last-child{
  margin-bottom: 0;
}
.gallery-wrapper a img{
  display: block;
  width: 100%;
  height: 20rem;
  object-fit: cover;
  border-radius: 2rem;
  transition: all .4s  ease-in-out;
}
.gallery-wrapper a:hover img{
  transform: scale(1.2);
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .gallery-wrapper a{
    width: 48.5%;
  }
  .gallery-wrapper a:last-child{
    margin-bottom: 3rem;
  }
  .gallery-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .gallery-wrapper a img{

    height: 30rem;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .gallery-wrapper a img{
    height: 40rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .apartment-single-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .apartment-single-text{
    width: 48%;
    margin-bottom: 0;
  }

  .apartment-single-image{
    width: 48%;
  }
  .apartment-single-image img{
    height: 80rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .gallery-wrapper a{

    width: 31.3%;
  }
}
/* ================================================================================== 
21. Rent A Boat Page
===================================================================================== */
.boat-wrapper{
  display: flex;
  flex-direction: column-reverse;
}
.boat-content{
  width: 100%;
}
.boat-aside{
  width: 100%;
  padding: 3rem;
  background-color: #f4f4f4;
  margin-bottom: 5rem;
}
.boat-content table{
  width: 100%;
  margin-bottom: 5rem;
}
.boat-content table td{
  border-bottom: 1px solid #e7e7e7;
  padding: 1rem 0;

  width: 50%;
}
.boat-content table td:last-child{
  text-align: right;
}
.boat-location iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
.boat-location{
  margin-bottom: 5rem;
}
.boat-price{
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.boat-aside .btn{
  margin-bottom: 3rem;
}
.boat-icon{
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.boat-icon img {
	width: 3rem;
	height: 2rem;
	display: block;
	margin-right: 1rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .boat-wrapper{
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .boat-content{
    width: calc(100%  - 35rem);
  }
  .boat-aside{
    width: 30rem;
    padding: 5rem;
    position: sticky;
    top: 10rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .boat-content{
    width: calc(100%  - 40rem);
  }
  .boat-aside{
    width: 35rem;
  }
}
/* ================================================================================== 
22. About Page
===================================================================================== */
.about-wrapper{

  margin-bottom: 5rem;

}
.about-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-image{
  width: 100%;
}
.about-image img{
  display: block;
  width: 100%;
  height: 50rem;
  object-fit: cover;
  border-radius: 2rem;
}

.about-wrapper:nth-child(2n+2){
  flex-direction: row-reverse;
}
.text-center{
  max-width: 100rem;
  width: 100%;
  margin:0 auto;
  margin-bottom: 5rem;
  text-align: center;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  
  }
  .about-text{
    width: 48%;
    margin-bottom: 0;
  }
  .about-image{
    width: 48%;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .text-center{
    margin-bottom: 10rem;
  }
  .about-wrapper{
    margin-bottom: 10rem;
  
  }

}
/* ================================================================================== 
23. Contact Page
===================================================================================== */
.contact-text{
  background-color: #174164;
  color: #fff;
  width: 100%;
  padding: 5rem 2rem;
}
.contact-form{
  width: 100%;
  padding: 5rem 2rem;

}
.contact-info a{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.contact-info {
  margin-top: 3rem;
}

.social{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:1rem;
  margin-top: 3rem;

}
.social a{
  display: inline-block;
}
.social a img{
  display: block;
  width: 3rem;
  height: auto;
  opacity: 0.2;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .contact-text{
    width: 50%;
    padding: 5rem;
  }
  .contact-form{
    width: 50%;
    padding: 5rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .contact-text{
    padding: 10rem;
  }
  .contact-form{
    padding: 10rem;
  }
}
/* ================================================================================== 
24. Popup
===================================================================================== */
.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	min-height: 100vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
  align-items: center;
	background-color: transparent;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease-in-out;

}
.popup-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, .4);
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease-in-out;
	cursor: pointer;
  backdrop-filter: blur(5px);
}
.popup.open {
	opacity: 1;
	visibility: visible;
}
.popup.open .popup-overlay {
	opacity: 1;
	visibility: visible;
}
.popup-content {
	width: 100%;
	background-color: rgba(255,255,255.7);
	padding: 2.5rem;
	position: relative;
	z-index: 1;
	height: 50rem;
	overflow-y: auto;
	transition: all .4s ease-in-out;
	max-width: 100rem;
	padding-top: 8rem;
    border-radius: 1rem;
}
.close-popup {
	position: absolute;
	top: 3rem;
	right: 3rem;
	font-size: 4rem;
	font-weight: 300;
	color: #000;
	cursor: pointer;
	line-height: 0;
	outline: none;
}
[id^="booking_calendar_container_"], [id^="wpdevart_booking_form_"] {
	max-width: 100% !important;
}
.wpdevart-form-section, .wpdevart-check-section {
	float: none !important;
	width: 100% !important;
}
.wpdevart-form-section:nth-child(2){
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;

}
.wpdevart-form-section:nth-child(2) .wpdevart-reserv-info{
  width: 100%;
}
.wpdevart-form-section:nth-child(2)  .wpdevart-fild-item-container{
  width: 48%;
}
.wpdevart-booking-form .wpdevart-fild-item-container textarea {
	width: 100% !important;
	padding: 1.2rem 2rem !important;
	min-height: 100px;
}
[id^="wpdevart_booking_form_"] .wpdevart-booking-form {
	background-color: transparent;
	border: 0 !important;
	padding: 0;
}
.wpdevart-form-section {
	margin: 0;
  margin-top: 1rem;
}
.wpdevart-form-section:nth-child(2) .wpdevart-fild-item-container:last-of-type{
  width: 100%;
}
.wpdevart-submit{
  width: auto;
  display: inline-block;
  padding: 0.8rem 2.6rem !important;
  border-radius: 10rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
  background-color: #073357 !important;
  color: #fff !important;
  border: 1px solid #073357 !important;
}
.wpdevart-submit:hover{
  color: #073357 !important;
  background-color: transparent !important;
}
.wpdevart-reserv-info{
    padding: 2rem;
    border: 1px solid #DDD !important;
}
[id^="wpdevart_booking_form_"] h4.form_title {
	font-weight: normal;
	font-style: normal  !important ;
	color: #073357  !important;
	background-color: transparent  !important;
  font-size: 2.5rem  !important;
}
[id^="wpdevart_booking_form_"] .check-info {
	font-weight: normal;
	font-style: normal;
	font-size: 1.9rem !important;
	color: #073357  !important;
  opacity: 0.7;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .popup-content {
    width: 100%;
    padding: 5rem;
    padding-top: 8rem;
    height: 70rem;
  }

  
}
/* ================================================================================== 
25. Home Calendars
===================================================================================== */

.tab-links{
  width:100%;
  margin-bottom: 5rem;
}
.tabs-wrapper{
  width: 100%;
}
.tab-links{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tab-links a{
  display: block;
  margin-bottom: 2rem;
  border-radius: 10rem;
  background-color: #f4f4f4;
  padding: 1rem;
  font-weight: 400;
  width: 100%;
  text-align: center;

}
.tab-links a.active-tab, .tab-links a:hover{
  background-color: #073357;
  color: #fff;
}
.tabs-container{
 display: none;
}
.tabs-container.active-tab{
 display: block;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .home-calendars .container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .tab-links{
    width: 20rem;
    margin-bottom: 0;
  }
  .tabs-wrapper{
    width: calc(100% - 27rem);
  }
}

body.home [id^="booking_calendar_container_"], body.home [id^="wpdevart_booking_form_"] {
	max-width:100% !important;
	width:100% !important;
}

body.home [id^="booking_calendar_container_"] .wpda-current-month {
    color: #636363;
    font-size: 19px !important;
}
body.home .booking_calendar_container .wpda-month-name {
	display: inline-block !important;
}
body.home [id^="booking_calendar_container_"] .wpda-previous *, body.home [id^="booking_calendar_container_"] .wpda-next * {
    font-size: 15px !important;
}
body.home [id^="booking_calendar_container_"] .wpda-current-year {
    color: #636363;
    font-size: 19px !important;
}
.wpdevart-responsive .day-availability {
    padding: 2px !important;
}

.wpbc_button_light {
	display: inline-block;
	padding: 0.8rem 2.6rem !important;
	border-radius: 10rem !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
	font-size: 1.6rem !important;
	
}
.wpbc_button_light, #book-now a.wpbc_button_light {
  background-color: #073357 !important;
  color: #fff !important;
  border:1px solid #073357 !important;
}
.wpbc_button_light:hover, #book-now a.wpbc_button_light:hover{
  background-color: transparent !important;
  color: #073357 !important;
}
.search_results_container {
    flex-direction: column !important;
}
.booking_search_result_item:nth-child(even) {
    background: #fff !important;
}
.booking_search_result_item {
    margin: 0 !important;
    padding: 20px !important;
    border-bottom: 0 !important;
}

/* 17.10.2024. */
a.overlay-link {
	z-index:1;
	position:relative;
}
.home-villas-slide-text h3 {
	z-index: 2;
}
.home-villas-slide-text a {
    z-index: 2;
}

/* 18.10.2024. */
.starting-price {
    position: absolute;
    display: block;
    z-index: 9;
    top: 30px;
    right: 50px;
    background: #fff;
    color: #073357;
    padding: 10px 20px;
    border-radius: 25px;
}
article.home-apartment-left, .villas-image {
    position: relative !important;
}
.cijena table.hb-rates-table thead, .cijena tr.hb-tr-season-3 .cijena td:first-child, .cijena td.hb-rate-date {
    display: none;
}
.cijena table.hb-rates-table {
    display: inline-block;
    top: 10px;
    position: relative;
}
.cijena {
    display: inline-block;
    background: #073357;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
	margin-bottom: 25px;
}
.calendar {background:#f4f4f4;}
.calendar-wrapper {
	display: flex;
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
    gap: 2%;
}
.kalendar {
    margin-top: -10px;
	width:61%;
}
.cijena-obrazac {
    text-align: left;
}
.pricelist-content {
    padding: 2%;
    background: #fff;
    border-radius: 20px;
}
.pricelist-content table.hb-rates-table {
    width: 100%;
}
thead {
    text-align: left;
}
section.top-nav {
    border-bottom: 1px solid #073357;
}
	
/*------*/
.hbook-wrapper input[type="text"], .hbook-wrapper select {
	padding: 1rem;
	border: 1px solid #d9d9d9;
	font-size: 1.6rem;
	font-weight: 400;
}
#hb-form-1-hb-search-form-submit{
  padding: 1rem;
  background-color: #073357;
  color: #fff;
  font-weight: 600;
}

.hb-change-search-wrapper input{
  padding: 1rem;
  background-color: #073357;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
}
.hb-check-dates-wrapper span, .hb-people-wrapper span{
  font-weight: 600;
  display: block;
}
.hb-searched-summary{
  text-align: left;
}
.hb-accom-price-caption {
	margin-left: 20px;
}
.hb-step-button{
  padding: 1rem;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  border:1px solid #073357;
  width: auto;
}