/*
Theme Name: WpRentals Child theme
Theme URI: http://themeforest.net/user/wpestate
Description: Ultimate WordPress Theme created by WpEstate for accommodation booking. WpRentals is clean, flexible, fully responsive and retina Ready. Its smart settings allow you to build outstanding renting websites easily and fast.
Version: 3.13
Author: wpestate.org
Author URI: http://themeforest.net/user/annapx
Tags: white, one-column, two-columns,left-sidebar, right-sidebar, fluid-layout , custom-menu, theme-options, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: wprentals

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

.header_wrapper.header_type1.header_align_center #access {
	text-align: right;
}

#colophon a:hover {
	color: #fff !important;
}

#colophon .social_sidebar_internal a {
	background-color: unset;
}

#access .inquiry-btn a, #access .inquiry-btn >a, #access .current-menu-item#menu-item-42337 a {
	background: #003926;
	border-radius: 10px;
	color: #fff !important;
	padding: 2px 34px !important;
	margin-inline: 2rem;
}

.hover_type_1 #access .menu>.inquiry-btn:hover a,
#access .inquiry-btn a:hover {
	background: #efa18a !important;
	padding: 2px 34px !important;
	border-radius: 10px;
}

.elementor-button:hover {
	background: #efa18a !important;
	color: #fff !important;
	border-color: #efa18a !important;
}

.wpestate_properties_slider_v1 .slick-dots {
	margin-top: 40px;
}

.estate_places_slider .places_slider_wrapper_type_1 {
	border-radius: 6px;
}

.estate_places_slider .slick-track {
	display: flex;
	gap: 1rem;
}

.places_slider_wrapper_type_1 .places_cover {
	border-radius: 6px;
}

#faq-home .e-n-accordion-item {
	background: #FFFFFF;
	box-shadow: 0px 0px 26.6px rgba(0, 0, 0, 0.1);
	border: 0;
}

#faq-home span.e-n-accordion-item-title-icon {
	background: #003926;
	border-radius: 5px;
	height: 23px;
	padding: 10px 5px;
}

#faq-home span.e-n-accordion-item-title-icon svg {
	fill: #fff !important;
	text-align: center;
}

.third-form-wrapper {
	display: none;
}

.booking-disclaimer p {
	margin-top: 10rem;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	color: #676767;
	letter-spacing: normal;
}

#booking_form_request .prop_social {
	margin-top: 10px;
}

.booking-disclaimer p a {
	color: #003926;
}

#prop_breadcrumb {
	margin: 6rem 0 0;
}

nav#prop_breadcrumb a,
nav#prop_breadcrumb li {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #393939;
}

.property_categs h1 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 47px;
	color: #393939;
	margin-top: 0;
}

.listing_type_4 .category_wrapper,
.listing_type_3 .category_wrapper {
	padding-bottom: 10px;
}

span.prop-overview {
	margin: 1rem 0 2rem;
	display: block;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #003926;
}

span.prop-overview img {
	margin-inline-end: 1rem;
}

.listing_description_wrapper.panel-wrapper.prop_overview_sec {
	padding: 10px 0;
	box-shadow: unset;
}

h4.panel-title-description {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #000000;
}

h4.panel-title-description,
.panel-title {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400 !important;
	font-size: 24px !important;
	line-height: 33px;
	color: #000000;
}

.panel-title-arrow {
	height: 23px;
	width: 23px;
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 6px 4px;
}

.listing_detail,
.house-rules-list li {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #676767;
}

.panel-body .content-wrapper p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #676767;
}

.property_col {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: baseline;
}

.errormsg {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1px 5px;
	display: none;
	font-size: 13px
}

.errormsg:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 8px solid #003926;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	top: -8px
}

.pleasewait {
	display: none;
	margin-top: 12px
}

.errormsg {
	color: #fff;
	background: #003926;
}

.form-row {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
	flex-wrap: wrap;
}

.form-col {
	flex: 1 1 45%;
	min-width: 200px;
	position: relative;
}

.wpcf7 textarea,
.wpcf7 input {
	width: 100%;
	padding: 10px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9 !important;
    border-radius: 3px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #676767;
    height: 50px;
}

.full-width {
	width: 100%;
	display: block;
}

.full-width textarea {
	height: 123px;
}

.recaptcha-col {
	margin-bottom: 20px;
	position:relative;
}

.wpcf7-submit.btn-dark-green {
	background-color: #003820 !important;
	color: #fff;
	padding: 10px 80px !important;
	border: none;
	border-radius: 6px !important;
	cursor: pointer;
	border: 0;
	box-shadow: unset;
	display: inline-block;
	width: auto !important;
	height: 56px;
}

.wpcf7-submit.btn-dark-green:hover{
    background-color:#efa18a !important;
}

.wpcf7-form {
	background-color: #fff;
	width: 100%;
	border: 0;
	padding: 0;
}

.thankyou-overlay {
  display: none;
  position: fixed;
  z-index: 9998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.thankyou-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  text-align: center;
  max-width: 400px;
  width: 90%;
}

.thankyou-icon {
  font-size: 50px;
  color: #28a745;
  margin-bottom: 15px;
}

.thankyou-modal h2 {
  font-size: 24px;
  margin: 0 0 10px;
}

.thankyou-modal p {
  font-size: 16px;
  color: #444;
}

.close-thankyou {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  color: #aaa;
  cursor: pointer;
}

.close-thankyou:hover {
  color: #000;
}
#colophon .subfooter_menu a:hover, 
#colophon a:hover,  {
    color: #efa18a !important;
}
@media (min-width: 992px) {
.booking_form_request {
    width: auto !important;
}
}	
@media only screen and (max-width: 768px) {
	br {
		display: none !important;
	}

	.shortcode_slider_list {
		margin: 0 !important;
	}

	h4.panel-title-description,
	.panel-title {
		font-size: 18px !important;
	}

	.mobile_booking_wrapper_flex {
		display: none !important;
	}

	.property_page_container.for_reviews {
		padding-inline: 0;
	}

	.faq-button {
		font-size: 13px !important;
		line-height: normal;
	}

	.property_col {
		flex-direction: column;
		margin-bottom: 2rem;
	}

	#prop_breadcrumb {
		margin-top: 0;
	}

	#shareBtn {
		padding: 10px 20px !important;
	}
}