/*!
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. About
15. Home Sections
16. Villas
17. Footer
18. About Page
19. Property Management Page
20. Concierge Page
21. Villas Page
22. Single Villa Page
23. Contact Page

=============================================================*/
/* ================================================================================== 
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: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color:#fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.7rem;
  background-color: #06332c;
  
}
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: #d08a2b;  color: #fff; }  
::selection { background-color: #d08a2b; 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;line-height:1.4;}
.title h1, .title h2{ font-size: 3.2rem; position: relative;padding-bottom: 2rem;}
p { margin-bottom: 2rem; }
.title{ margin-bottom:3rem; }
.title-center{text-align: center;}
.title h1 strong, .title h2 strong{
  color: #d08a2b;
}
.title h1::after, .title h2::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 13rem;
  height: 1px;
  background-color: #d08a2b;
}
.title-center h2::after, .title-center h1::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: 4.7rem; }
}


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

.btn {
	display: inline-block;
	padding: 1rem 2.6rem;
	font-weight: 600;
  text-transform: uppercase;
  border:1px solid  transparent;
  font-size: 1.6rem;

}
.btn-primary{
  background-color: #d08a2b;
  color: #fff;
}
.btn-secondary{
  background-color: transparent;
  border-color: #d08a2b;
  color: #d08a2b;
}
.btn-primary:hover{
  background-color: transparent;
  border-color: #d08a2b;
  color: #d08a2b;
}
.btn-secondary:hover{
  background-color: #d08a2b;
  color: #fff;
}
.search-form .wpbs-form-field.wpbs-form-submit-button button, .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field button.wpbs-coupon-code-button, .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field button[type="submit"], .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field input[type="submit"] {
  display: inline-block  !important;
	padding: 1rem 2.6rem !important;
	font-weight: 600 !important;
  text-transform: uppercase !important;
  border:1px solid  transparent !important;
  font-size: 1.6rem !important;
  transition: all .4s ease-in-out !important;
  background-color: #d08a2b !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.search-form .wpbs-form-field.wpbs-form-submit-button button:hover,  .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field button.wpbs-coupon-code-button:hover, .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field button[type="submit"]:hover, .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field input[type="submit"]:hover {
  background-color: transparent !important;
  border-color: #d08a2b !important;
  color: #d08a2b !important;
}
/* ================================================================================== 
7. Form
===================================================================================== */
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid rgba(255,255,255,.2);
  padding: 1.4rem 2rem;
  outline: none;
  background-color: transparent;
  font-size: 1.4rem;
}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #d08a2b;

}
label {
  display: block;
  margin-bottom: 0.5rem;
}
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: #1e4640;
  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;
  color: #d08a2b;
}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
  color: #fff;
}
.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: 2rem;
}
.list ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 2rem;
	height: 2rem;
	background-image: url(images/list.svg);
	background-repeat: no-repeat;
	background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #06332c !important;
	border: 2px solid #06332c !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #06332c !important;
	border: 2px solid #06332c !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #06332c !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #06332c !important;
}
/* ================================================================================== 
12. Header
===================================================================================== */
header{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #06332c;
  z-index: 10;
  padding: 1.5rem 0;
  background-image: url(images/header-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60rem;
}
header .container{
  display: flex;
  flex: 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: 15rem;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #06332c;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  text-align: center;
  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 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
}

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

.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: #d08a2b;
	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 rgba(255,255,255,.2);
}
.mobile-info .btn{
  margin-top: 3rem;
}
.menu-item-has-children{
  position: relative;
}
.sub-menu{

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

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}
header .btn{
  margin-left: auto;
}
.desktop-btn{
  display: none;
}
.lang{
  text-transform: uppercase;
  margin-left: auto;
}
.wpml-ls-legacy-dropdown {
	width: 13rem;
	max-width: 100%;
}
.wpml-ls-legacy-dropdown a {
	display: block;
	text-decoration: none;
	color: #fff;
	border: none;
	background-color: transparent;
	padding: 1rem;
	line-height: 1;
  transition: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
	color: #fff;
	background: transparent;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	position: relative;
	padding-right: 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	visibility: hidden;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	 border-top: 0; 
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 101;
	background: #35404a;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/

header{
 
  background-size: 70rem;
}
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .header-logo img{
    width: 15rem;
  }
  .desktop-btn{
    display: inline-block;
  }
  .lang{
    margin-left: 3rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .toggle{
    display: none;
  }
  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;
    text-align: left;

  }
  header .btn{
    margin-left: 3rem;
  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 1rem;
  }
  .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: 90em) {
  /*1440px*/
  .header-logo img{
    width: 20rem;
  }
  nav li a{
    padding: 2rem;
  }
}
/* ================================================================================== 
13. Intro
===================================================================================== */
.intro{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 82rem;
}
.intro .container{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.intro-title h1{
  font-size: 4rem;
}
.home-search{
  background-color: #1e4640;
  color: #fff;
  padding: 3rem;
}

.home-search h3{
  text-transform: uppercase;
  font-weight: 400;
}
.field-box{
    width: 100%;
    margin-bottom: 1rem;
}
.field-box:last-child{
  margin-bottom: 0;
}
.field-btn input, .field-btn button {
	background-color: #d08a2b;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 0.9rem 2rem;
	width: 100%;
}
.field-destination input {
	background-image: url(images/pin.svg);
	background-repeat: no-repeat;
	background-position: left 1.4rem center;
	background-size: 1.6rem;
	padding-left: 4.4rem;
}
.field-guests input {
	background-image: url(images/guests.svg);
	background-repeat: no-repeat;
	background-position: left 1.4rem center;
	background-size: 2.3rem;
	padding-left: 5rem;
}
.field-dates input {
	background-image: url(images/calendar.svg);
	background-repeat: no-repeat;
	background-position: left 1.4rem center;
	background-size: 1.9rem;
	padding-left: 4.5rem;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .home-search{
    padding: 5rem;
  }
  .search-form form{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:2%;
    flex-wrap: wrap;
  }
  .field-box{
    width: 49%;
  }
  .field-box:last-child{
    margin-bottom: 1rem;
  }
  .intro-title h1{
    font-size: 5rem;
  }

}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .field-box{
    width: 23.5%;
    margin-bottom: 0;
  }
  .field-box:last-child{
    margin-bottom: 0;
  }
  .intro-title h1{
    font-size: 7rem;
  }
  .intro{
    background-attachment: fixed;
    background-position: bottom;
  }
}
/* ================================================================================== 
14. About
===================================================================================== */

.about-title{
  width: 100%;
}
.about-text{
  width: 100%;
}
.about-title h2{
  font-size: 3rem;
  position: relative;
  padding-bottom: 2rem;
  font-weight: 400;
}
.about-title h2::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 13rem;
  height: 1px;
  background-color: #d08a2b;
}
.about-title h2 strong{
  color: #d08a2b;
  font-weight: inherit;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .about-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-title{
    width: 48%;
  }
  .about-text{
    width: 48%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about-title h2{
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .about-title h2{
    font-size: 4.2rem;
  }
}
/* ================================================================================== 
15. Home Sections
===================================================================================== */
.home-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #1e4640;

}
.home-image{
  width: 100%;
}
.home-image img{
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.home-text{
  width: 100%;
  padding: 5rem 2rem;

}
.home-text .btn{
  margin-top: 3rem;
}


@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .home-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .home-section2 .home-wrapper{
    flex-direction: row-reverse;
  }
  .home-image{
    width: 50%;
  }
  .home-image img{
    height: 100%;
  }
  .home-text{
    width: 50%;
    padding: 5rem;
  
  }
  .home-section2 .home-text{
    padding: 5rem;
  
  }
}
@media only screen and (min-width: 100em) {
  /*1600px*/
  .home-text{
    width: 50%;
    padding: 10rem 10rem;
    padding-right: 20rem;
  }
  .home-section2 .home-text{
    padding: 10rem 10rem;
    padding-left: 20rem;

  }
}
/* ================================================================================== 
16. Villas
===================================================================================== */

.villa-box{
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
}
.villa-box:last-child{
  margin-bottom: 0;
}
.villa-image{
  display: block;
  overflow: hidden;
  margin-bottom: 3rem;
}
.villa-image img{
  height: 23rem;
  display: block;
  width: 100%;
  transition: all .4s ease-in-out;
}
.villa-image:hover img{
  transform: scale(1.2);
}
.villa-box h3{
  font-size: 2.4rem;
  font-weight: 500;
}
.villa-box .btn{
  margin-top: auto;
  align-self: flex-start;
}
.villa-box h3:hover a{
  color: #d08a2b;
}
.villas .title{
  margin-bottom: 5rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .villa-box{
    width: 48.5%;
  }
  .villa-box:last-child{
    margin-bottom: 3rem;
  }
  .villas-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .villa-image img{
    height: 28rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .villa-box h3{
    font-size: 3rem;
  }
  .villa-box{
    width: 31.3%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .villa-image img{
    height: 35rem;
  }
}
/* ================================================================================== 
17. Footer
===================================================================================== */
.banner{
  height: 40rem;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.banner-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(208,138,43,.8);
}
.banner .container{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.banner h2{
  font-size: 4rem;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .banner h2{
    font-size: 5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner{
    background-attachment: fixed;

      height: 60rem;
  }
  .banner h2{
    font-size: 6rem;
  }

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .banner h2{
    font-size: 7rem;
  }
}
/*-----------*/
footer{
  font-size: 1.4rem;
  background-image: url(images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-wrapper{
  text-align: center;
}
.footer-left{
  width: 100%;
  margin-bottom: 3rem;
}
.footer-right{
  width: 100%;

}
.footer-logo img{
  display: block;
  width: 20rem;
  height: auto;
  margin: 0 auto;
}
.footer-logo{
  margin-bottom: 3rem;
}
.info-link{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:1rem;
  margin-bottom: 1rem;
}
.info-link img{
  display: flex;
  width: 1.8rem;
  height: auto;
}

.footer-right li{
  display: block;
}
.footer-right li a{
  display: inline-block;
  text-transform: uppercase;
}
.footer-right li a:hover{
  color: #d08a2b;
}

.social {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content:center;
	margin: 2rem 0;
  margin-bottom: 5rem;
}
.social a{
  display: flex;
  align-items: center;
}
.social a img{
  display: block;
  width: 3rem;
  height: auto;
}
.copyright{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0.4;
  margin-top: 5rem;
  text-align: center;
}
.copyright ul li{
  display: inline-block;
}
.copyright ul li a{
  display: inline-block;
  color: #d08a2b;
  text-decoration: underline;
  position: relative;
  line-height: 1;
  padding-right: 1rem;
  margin-right: 1rem;
}
.copyright ul li a::after{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #d08a2b;
}
.copyright ul li:last-child a{
  padding-right: 0;
  margin-right: 0;
}
.copyright ul li:last-child a::after{
  content: none;
}

@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .copy-text{
    display: flex;
    align-items: center;
    gap:2rem
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .footer-logo img{
    width: 30rem;
    margin: 0;
  }
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  .footer-left{
    width: 50%;
    margin-bottom: 0;
  }
  .footer-right{
    width: 50%;
    text-align: right;
  }
  .info-link{
    justify-content: flex-start;
  }
  .footer-right ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer-right li{
    width: 50%;
    display: inline-block;
  }
  .social {
    justify-content: flex-end;
  }
  .copyright{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .copyright{
    margin-top: 10rem;
  }

}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .footer-right ul{
    display: block;
  }
  .footer-right li{
    width: auto;
  }
  .footer-right li a{

    padding: 0 1rem;
  }

  .footer-right li:last-child a{
    padding-right: 0;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  footer{
    background-size: 65%;
  }
}
/* ================================================================================== 
18. About Page
===================================================================================== */
.about-page-text{
  width: 100%;
  padding: 5rem 2rem;
}
.about-page-wrapper:first-child .about-page-text{
  padding-top: 0;
}
.about-page-image{
  width: 100%;
}
.about-page-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.about-page-wrapper:not(:last-child){
  margin-bottom: 5rem;
}
.about-page-wrapper:nth-child(2n+2){
  background-color: #1e4640;
}
.why-us{
  background-color: #1e4640;

}
.why-us-wrapper{
  margin-top: 5rem;
}
.why-us-box{
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.why-us-box:last-child{
  margin-bottom: 0;
}
.why-us-icon{
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  background-color: #06332c;
}
.why-us-icon img{
  display: block;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}
.text-center{
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
  text-align: center;
}
.text-center .btn{
  margin-top: 3rem;
}
.get-in-touch{
  background-image: url(images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .why-us-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
    max-width: 110rem;
    width: 100%;
    margin: 0 auto;
    margin-top: 5rem;
  }
  .why-us-box{
    width: 48.5%;
  }
  .why-us-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about-page-wrapper{
    display: flex;
    flex-direction: row;
  }
  .about-page-text{
    width: 50%;
    padding: 5rem;
  }
  .about-page-image{
    width: 50%;
  }
  .about-page-image img{
    height: 100%;
  }
  .about-page-wrapper:nth-child(2n+2){
    flex-direction: row-reverse;
  }
  .about-page-wrapper:first-child .about-page-text{
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-page-wrapper:not(:last-child){
    margin-bottom: 10rem;
  }
  .why-us-wrapper{
    margin-top: 7rem;
  }
  .text-center{
    margin: 0 auto;
    margin-top: 7rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .about-page-text{
    padding: 10rem;
  }
  .about-page-wrapper:first-child .about-page-text{
    padding-top: 10rem;
  }

}
/* ================================================================================== 
19. Property Management Page
===================================================================================== */
.property-text{
  width: 100%;
  padding: 5rem 2rem;
}

.property-image{
  width: 100%;
}
.property-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.property-wrapper{
  background-color: #1e4640;
}
.service-wrapper{
  margin-top: 5rem;
}
.service-image{
  width: 100%;
}
.service-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.service-text{
  width: 100%;
  padding: 0;
  margin-bottom: 5rem;

}
.service-sections{
  background-color: #1e4640;
  position: relative;
}
.service-text h3{
  color: #d08a2b;
}
.text-sm{
  max-width: 110rem;
  width: 100%;
}
.title-sm h2{
  font-size: 2.6rem;
}

.number {
	position: absolute;
	top: 5rem;
	right: 5rem;
	width: 10rem;
	height: 10rem;
	background-color: rgba(255,255,255,.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 5rem;
	color: #fff;
	opacity: 0.2;
	font-weight: 700;
}
.service-sections:nth-child(2n+2){
  background-color: transparent;
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
 
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .property-wrapper{
    display: flex;
    flex-direction: row;
  }
  .property-text{
    width: 50%;
    padding: 5rem;
  }
  .property-image{
    width: 50%;
  }
  .property-image img{
    height: 100%;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title-sm h2{
    font-size: 3rem;
  }

  .service-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10rem;
  }
  .service-text{
    width: 60%;
    padding: 5rem;
    margin-bottom: 0;
  
  }
  .service-image{
    width: 40%;
  }
  .service-image img{
    height: 100%;
  }
  .service-sections:nth-child(2n+2) .service-wrapper{
    flex-direction: row;
  }
  .service-sections:nth-child(2n+2) .service-text{
    padding-left: 0;
  }
  .number {

    width: 20rem;
    height: 20rem;

    font-size: 12rem;

  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .property-text{
    padding: 10rem;
  }


}
/* ================================================================================== 
20. Concierge Page
===================================================================================== */

.concierge-text{
  width: 100%;
  padding: 5rem  2rem;
}
.concierge-image{
  width: 100%;
}
.concierge-image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.concierge-wrapper:nth-child(2n+2){
  background-color: #1e4640;
  flex-direction: row-reverse;
}
.concierge-wrapper:first-child{
  margin-top: 7rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .concierge-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .concierge-text{
    width: 50%;
    padding: 5rem;
  }
  .concierge-image{
    width: 50%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .concierge-text{
    padding: 10rem;
  }

}
/* ================================================================================== 
21. Villas Page
===================================================================================== */
 .page-wrapper{
  margin-top: 5rem;
 }

.page-content{
  width: 100%;
  margin-top: 3rem;
}

.page-top{

  margin-bottom: 3rem;
  background-color: #1e4640;
  padding: 2rem  3rem;
}
.page-sort fieldset{
  margin: 0;
}
.page-sort select{
  width: 100%;
  margin-top: 1rem;
}
.page-sort{
  margin-top: 2rem;
}
select option{
  color: #43515a;
}

.page-box:not(:last-child){
  margin-bottom: 5rem;
}
.box-icons{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap:1rem
}
.box-icon-group{
  display: flex;
  align-items: center;
  gap:1rem;
}
.box-icon-group img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.page-box-image{
  width: 100%;
  display: block;
  margin-bottom: 3rem;
}
.page-box-image img{
  display: block;
  width: 100%;
  height: auto;
}
.page-box-text{
  width: 100%;
}
.page-box h4{
  font-weight: 400;
  opacity: 0.6;
  margin-bottom: 0;
}
.page-box h3{
  font-size: 3rem;
}
.box-bottom{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed rgba(255,255,255,.2);
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .page-sort fieldset{
    display: flex;
    align-items: center;
  }
  .page-sort select{
    width: 30rem;
    margin-left: 1rem;
    margin-top: 0;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .page-sort select{
    width: 40rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .page-box{
    display: flex;
    flex-direction: row;
  }
  .page-box-image{
    width: 50%;
    margin-bottom: 0;
  }
  .page-box-text{
    width: 50%;
    padding-left: 3rem;
  }
  .page-top{

    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-sort{
    margin-top: 0;
  }

}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .page-aside{
    width: 35rem;
    position: sticky;
    top: 15rem;
    left: 0;
  }
  .page-content{
    width: calc(100% - 40rem);
    margin-top: 0;
  }
  .page-aside form{
    flex-direction: column;
  }
  .page-aside form fieldset{
    width: 100%;
  }
  .page-aside form fieldset:not(:last-child){
    margin-bottom: 1.5rem;
  }
  .page-sort select{
    width: 20rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .page-aside{
    width: 40rem;
  }
  .page-content{
    width: calc(100% - 45rem);
  }
  .box-price{
    font-size: 2.1rem;
  
  }

}
@media only screen and (max-width: 30em) {
  /*480px*/
  .page-box .btn{
    padding: 0.6rem 1.6rem;
  }
}
/* ================================================================================== 
22. Single Villa Page
===================================================================================== */
.photo-slider img{
  display: block;
  width: 100%;
  height:30rem;
  object-fit: cover;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 5rem;
	height: 5rem;
	background-color: #1e4640;
	border-radius: 50%;
	font-size: 0;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.2rem;
	cursor: pointer;
}
.slick-prev{
  left: 1rem;
  background-image: url(images/prev.svg);
}
.slick-next{
  right: 1rem;
  background-image: url(images/next.svg);
}
.single-icons{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap:2rem
}
.single-icon-group{
  display: flex;
  align-items: center;
  gap:1rem;
}
.single-icon-group img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.single-aside{
  width: 100%;
  padding: 3rem;
  background-color: #1e4640;
  margin-top: 3rem;
}
.single-content{
  width: 100%;
}
.description, .amenities, .single-location{
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px dashed rgba(255,255,255,.2);
}


.single-info{
  background-color: #1e4640;
  padding: 3rem;
  margin-top: 5rem;
}
.single-info strong{
  color: #d08a2b;
}
.location-map iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
.location-map{
  margin-bottom: 5rem;
}
.single-location-text{
  margin-bottom: 5rem;
}
.single-location-image img{
  display: block;
  width: 100%;
  height:auto;
  object-fit: cover;
}
.single-location-text h2{
  margin-bottom: 5rem;
}
.near-row{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:1rem;
  margin-bottom: 2rem;
}
.near-row img {
	display: block;
	width: 3.6rem;
	height: 2.6rem;
	object-fit: contain;
	margin-right: 1rem;
}
.near-row h4{
  margin-bottom: 0;
  font-weight: 500;
}
.near-row p{
  margin-bottom: 0;
  margin-left: auto;
}
.single-aside .home-search{
  padding: 0;
}
.single-aside form{
  flex-direction: column;
}
.single-aside form fieldset{
  width: 100%;
}
.single-aside form fieldset:not(:last-child){
  margin-bottom: 1.5rem;
}
.single-price{
  margin-bottom: 3rem;
  font-size: 2.4rem;
}
.single-aside .btn-secondary{
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .photo-slider img{
    height:40rem;
  }
  .amenities ul{
    column-count: 2;
    column-gap: 3rem;
  }

}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
.single-location-wrapper{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.single-location-image{
  width: 48%;
}
.single-location-text{
  width: 48%;
  margin-bottom: 0;
}
.single-location-image img{
  height: 100%;

}
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .single-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .single-aside{
    width: 33rem;
    margin-top: 0;
  }
  .single-content{
    width: calc(100% - 38rem);
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .photo-slider img{
    height:60rem;
  }
  .single-aside{
    width: 40rem;

  }
  .single-content{
    width: calc(100% - 45rem);
  }
  .amenities ul{
    column-count: 3;
  }
}
/* ================================================================================== 
23. Contact Page
===================================================================================== */
.contact-text{

  width: 100%;
}
.contact-form{
  width: 100%;
  padding: 3rem 2rem;
  background-color: #1e4640;

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

.contact-text .social{
  justify-content: flex-start;
}
.contact-text .info-link{
  justify-content: flex-start;
}
.contact-form form p{
  margin-bottom: 0;
}
.contact-form .btn{
  width: auto;
  transition:all .4s ease-in-out;
}
 .wpcf7-list-item label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
 .wpcf7-list-item label input{
  width: auto;
  margin-right: 1rem;
}
.wpcf7-list-item{
  margin: 0;
  padding: 0;
}
@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;
  }
}
#villa_url, #villa_name {
  display: none; 
}
/*-------------*/
.wpbs-container .wpbs-calendars .wpbs-calendar {
	border:0; 
	background: #06332c; 
}
.wpbs-container .wpbs-calendar-header {
	text-align: center;
	padding: 8px;
	background: #06332c;
}
.wpbs-container .wpbs-select-container select {
	background: transparent;
	border: 1px solid rgba(255,255,255,.2);
}
.wpbs-container .wpbs-calendar-header-navigation .wpbs-next, .wpbs-container .wpbs-calendar-header-navigation .wpbs-prev {
	background: #d08a2b;

}
.single-aside .wpbs-container.wpbs-calendar-1 .wpbs-legend-item-icon-1 div:first-of-type {
	background-color: rgba(221, 255, 204,.3) !important;
}
.wpbs-container .wpbs-calendars .wpbs-calendar table tr td .wpbs-date.wpbs-gap {
	background: rgba(255,255,255,.2);
	color: #fff;
}
.wpbs-legend {
	border: 1px solid rgba(255,255,255,.2);
		background: transparent;

}
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field input[type="email"], .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field input[type="number"], .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field input[type="text"] {
  display: block !important;
  width: 100%!important;
  border: 1px solid rgba(255,255,255,.2)!important;
  padding: 1.4rem 2rem!important;
  outline: none!important;
  background-color: transparent!important;
  font-size: 1.4rem!important;
}
.wpbs-form-field-description{
  color: #fff;
}
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field-description small {
	color: #fff !important;
}
.wpbs-form-field.wpbs-form-field-checkbox{
  font-size: 1.6rem;
}
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.wpbs-form-field-checkbox .wpbs-form-field-input label, .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.wpbs-form-field-consent .wpbs-form-field-input label, .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.wpbs-form-field-payment_method .wpbs-form-field-input label, .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.wpbs-form-field-product_checkbox .wpbs-form-field-input label, .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.wpbs-form-field-product_radio .wpbs-form-field-input label, .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.wpbs-form-field-radio .wpbs-form-field-input label {
	font-size: 13px !important;
}
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.wpbs-form-field-checkbox .wpbs-form-field-input label span, .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.wpbs-form-field-consent .wpbs-form-field-input label span, .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.wpbs-form-field-payment_method .wpbs-form-field-input label span, .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.wpbs-form-field-product_checkbox .wpbs-form-field-input label span, .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.wpbs-form-field-product_radio .wpbs-form-field-input label span, .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.wpbs-form-field-radio .wpbs-form-field-input label span {
	background-color: rgba(255,255,255,.2) !important;

}
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.wpbs-form-field-checkbox .wpbs-form-field-input label input:checked ~ span, .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.wpbs-form-field-consent .wpbs-form-field-input label input:checked ~ span, .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.wpbs-form-field-payment_method .wpbs-form-field-input label input:checked ~ span, .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.wpbs-form-field-product_checkbox .wpbs-form-field-input label input:checked ~ span, .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.wpbs-form-field-product_radio .wpbs-form-field-input label input:checked ~ span, .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.wpbs-form-field-radio .wpbs-form-field-input label input:checked ~ span {
	background-color: #d08a2b !important;
}
.wpbs-form-fields{
  width: 100%;
}
.wpbs-main-wrapper .wpbs-form-container {
	max-width: 100% !important; 
}
.wpbs-form-confirmation-message{
    position: relative;
    padding: .75rem 1.25rem !important;
    margin-bottom: 1rem !important;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-weight: 400 !important;
    font-size: 1.4rem !important;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;

}
.wpbs-main-wrapper .wpbs-form-general-error, .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field-error{
  position: relative;
  padding: .75rem 1.25rem !important;
  margin-bottom: 1rem !important;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #721c24 !important;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  width: 100% !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
}
.wpbs-form-confirmation-message p{
  margin-bottom: 0 !important;
}