/*
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

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

/*HIDE Search Filter on 'properties-list-standard/' */

html,
body {
  scroll-behavior: smooth;
}

/* Global Styles Override */

.single-content p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

b, strong {
  font-weight: 700;
}

/* Global Styles Override End */

/* Libre Basker Test */

/* body.home.elementor-kit-8{
  font-family: var(--e-global-typography-6cd0ece-font-family);
  --e-global-typography-primary-font-family: var(--e-global-typography-6cd0ece-font-family);
  --e-global-typography-text-font-family: var(--e-global-typography-6cd0ece-font-family);
  --e-global-typography-accent-font-family: var(--e-global-typography-6cd0ece-font-family);
} */

.main_wrapper .content_wrapper {
  min-height: auto;
}

.page-id-657 div#search_wrapper,
.page-id-155 div#search_wrapper {
  display: none;
}

.custom-category-filter {
  margin-bottom: 20px;
}

.category-filter-buttons {
  display: flex;
  gap: 10px;
}

.category-filter-button {
  padding: 10px 15px;
  background-color: var(--e-global-color-primary);
  color: white;
  text-decoration: none;
}

.category-filter-button:hover,
.category-filter-button:focus {
  background-color: var(--e-global-color-d1c8c1e);
  color: white;
}

.category-filter-button.active {
  background-color: var(--e-global-color-d1c8c1e);
  font-weight: bold;
  color: white;
}

.category .header_media.with_search_type3 {
  display: none;
}

/* .heading-para-section,
.grid-section,
.faq-sec {
  padding: 30px 0;
} */

h2 {
  font-size: 37px;
  font-weight: 600;
  line-height: 1.4;
  color: #484848;
}

h3 {
  font-size: 24px;
  line-height: 1.5;
}

h4 {
  font-size: 18px;
}

div#comments h3#reply-title,
.content_wrapper .booking_form_request h3,
.content_wrapper h1.entry-title,
.content_wrapper h2.widget-title-sidebar,
.content_wrapper h3.widget-title-sidebar,
.grid-section h2,
.grid-section h3,
.faq-sec h2,
.faq-sec h3,
.single-content h1,
.single-content h2,
.single-content h3:not(.e-n-accordion-item-title-text),
.heading-para-section h2,
.heading-para-section h3,
.single .agent_listings_title_similar {
  color: var(--e-global-color-primary);
}

.content_wrapper .single-content h3.panel-title {
  color: var(--e-global-color-primary) !important;
}

.grid-section .container>h2 {
  margin-bottom: 20px;
}

.faq-sec h3 {
  margin: 0;
}

.elementor-widget-text-editor h3 {
  color: inherit;
}

.grid-wrap .grid-row .grid-col {
  background: #fff;
  padding: 0;
}

.grid-wrap .prop-content {
  padding: 20px;
}

.grid-wrap .prop-content h4 {
  font-size: 18px;
}

.grid-wrap .grid-row {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.grid-wrap .grid-row::after,
.grid-wrap .grid-row::before {
  content: none;
}

.grid-wrap .grid-row .prop-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-wrap .grid-row .prop-img {
  padding-top: 67%;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.explore-more {
  text-align: center;
  margin-top: 30px;
}

.explore-more a {
  display: inline-block;
  background: var(--e-global-color-primary);
  color: #fff;
  padding: 15px 30px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
}

.explore-more a:hover {
  color: #fff;
}

.master_header .header_wrapper_inside .user_menu,
.master_header .mobile-trigger-user {
  display: none !important;
}

.mobile-logo img {
  max-width: 160px;
}

.faq-answer {
  display: none;
  padding: 10px;
}

.faq-answer>*:last-child {
  margin-bottom: 0;
}

.faq-question {
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 0;
  padding: 10px 10px 10px 33px;
  position: relative;
}

.faq-question h4 {
  margin: 0;
  font-size: 18px;
  color: #1f2124;
}

/* .faq-question:hover {
  background-color: #ddd;
} */

.faq-sec .faq-inner {
  margin-top: 20px;
}

.faq-sec .faq-inner .faq-question span {
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin-block: auto;
}

.faq-sec .faq-inner .faq-question h3 {
  font-size: 18px;
}

.faq-sec .faq-inner .faq-question span:before,
.faq-sec .faq-inner .faq-question span:after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #000;
  margin: auto;
  transition: all 0.3s ease;
}

.faq-sec .faq-inner .faq-question span:before {
  width: 2px;
}

.faq-sec .faq-inner .faq-question span:after {
  height: 2px;
}

.faq-sec .faq-inner .faq-question.active span:before {
  transform: rotate(90deg);
}

#access .sub-menu .current-menu-item>a {
  color: var(--e-global-color-primary) !important;
}

#access .sub-menu .current-menu-item a::before {
  content: none;
}

.breadcrumb_container {
  min-height: unset !important;
  margin-bottom: 60px;
}

.breadcrumb_container>* {
  display: none;
}

.wp-block-buttons .wp-element-button,
.cta_section .cta_contnet a,
.heading-para-section p a.read-btn {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  fill: #fff;
  text-align: center;
  transition: all .3s;
  font-family: "Roboto";
  font-weight: 500;
  background-color: var(--e-global-color-primary);
}

.wp-block-buttons .wp-element-button:hover,
.cta_section .cta_contnet a:hover,
.heading-para-section p a.read-btn:hover {
  background-color: var(--e-global-color-d1c8c1e);
}

.cta_section .cta_contnet a {
  margin-top: 8px;
}

.heading-para-section .elementor-widget-container p a {
  padding: 0 !important;
  background-color: transparent !important;
  color: var(--e-global-color-primary) !important;
}

.heading-para-section .elementor-widget-container p a:hover {
  color: var(--e-global-color-text) !important;
}

.form_wrap .row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -15px !important;
  gap: 20px 0px;
}

.form_wrap .row>* {
  padding: 0 15px;
  float: none !important;
}

.form_wrap .row>.col-3 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.form_wrap .row>.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.form_wrap .row>.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.enquiry_form form.wpcf7-form,
.heading-para-section form.wpcf7-form {
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  background-color: unset;
}

.form_wrap input:not([type="checkbox"], [type="radio"], [type="submit"]),
.form_wrap textarea {
  border: 1px solid #e7e9ef !important;
  color: var(--e-global-color-text) !important;
  display: block;
  line-height: normal;
  vertical-align: middle;
  background-color: #ffffff !important;
  background-image: none;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  height: 48px !important;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 !important;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 13px !important;
}

.enquiry_form .wpcf7-not-valid-tip {
  color: #fff;
}

.form_wrap textarea {
  min-height: 140px;
}

.field_wrap p {
  margin: 0 !important;
}

.field_wrap input[type="submit"] {
  width: 255px;
  max-width: 100%;
  color: var(--e-global-color-primary) !important;
  display: inline-block !important;
  margin-right: -59px !important;
  border: 1px solid #fff !important;
  background-color: #ffffff !important;
  transition: all 0.3s ease;
}

.field_wrap input[type="submit"]:hover {
  background-color: #ffffff00 !important;
  color: #fff !important;
}

.field_wrap .wpcf7-form-control.wpcf7-submit.has-spinner+span.wpcf7-spinner {
  top: 8px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #d00;
}

.listing_filters_head,
.listing_filters {
  margin-top: 10px;
}

.enquiry_form .wpcf7 form.invalid .wpcf7-response-output {
  margin-inline: 0;
  border-color: #fff;
  color: #fff;
}

.single-content p a,
.single-content li a {
  color: var(--e-global-color-primary);
  text-decoration: underline;
}

body .single-content p a:hover,
body .single-content li a:hover {
  color: var(--e-global-color-text) !important;
}

.hide-search-bar-hero .search_wrapper,
.hide-search-bar-hero #adv-search-header-mobile,
.hide-search-bar-hero-only #adv-search-header-mobile {
  display: none;
}

.form_wrap span.wpcf7-form-control-wrap span.wpcf7-list-item {
  margin: 0;
}

.form_wrap span.wpcf7-form-control-wrap span.wpcf7-list-item span.wpcf7-list-item-label {
  font-size: 14px;
  color: #fff;
}

.form_wrap span.wpcf7-form-control-wrap span.wpcf7-list-item>label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.form_wrap span.wpcf7-form-control-wrap span.wpcf7-list-item>label input[type="checkbox"] {
  margin: 0;
  width: 22px;
  min-width: 22px;
  height: 22px;
}

.form_wrap span.wpcf7-form-control-wrap span.wpcf7-list-item>label input[type="checkbox"]::before {
  font-size: 14px;
  inset: 1px 0 0 0 !important;
  margin: auto;
  width: 15px;
  height: 15px;
}

.heading-para-section .elementor-widget-image,
.heading-para-section .elementor-widget-image>.elementor-widget-container {
  height: 100%;
}

.heading-para-section .elementor-widget-image img {
  min-height: 100%;
}

.container {
  max-width: 100%;
  width: 1170px;
}

.page-id-28381 .content_wrapper,
.property-management-pages .content_wrapper,
.holiday-rental-pages .content_wrapper {
  width: 100%;
  max-width: 100%;
}

.page-id-28381 .content_wrapper .content-fixed,
.property-management-pages .content_wrapper .content-fixed,
.holiday-rental-pages .content_wrapper .content-fixed {
  margin-inline: 0 !important;
}

.property-management-pages .content_wrapper>.row {
  margin-inline: 0px;
}

.property-management-pages .content_wrapper .col-md-12 {
  padding-inline: 0;
}

.page-id-28381 .content_wrapper .content-fixed .col-md-12,
.property-management-pages .content_wrapper .content-fixed .col-md-12,
.holiday-rental-pages .content_wrapper .content-fixed .col-md-12 {
  width: 1170px;
  margin-inline: auto !important;
  max-width: 100%;
  padding-inline: 0 !important;
  float: none;
}

.cta_section {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding: 40px 20px;
}

.cta_section:after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.56);
  z-index: -1;
}

.cta_section .cta_contnet {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  text-align: center;
}

.cta_section .cta_contnet>* {
  color: #fff;
}

/**/
h2,
h3 {
  margin-bottom: 10px;
}

.property-management-pages .breadcrumb_container {
  display: none;
}

.property-management-pages .main_wrapper .content_wrapper,
.holiday-rental-pages .main_wrapper .content_wrapper {
  padding: 60px 20px;
}

.property-management-pages .main_wrapper .content_wrapper {
  padding-left: 0;
  padding-right: 0;
}

.single-content {
  margin-bottom: 0px;
}

.category-filter-buttons {
  margin-top: 20px;
}

#listing_ajax_container {
  margin-bottom: 60px;
}

.cta_section+.heading-para-section,
.heading-para-section:first-child {
  margin-top: 60px;
}

.heading-para-section {
  margin-bottom: 60px;
}

.heading-para-section.elementor-element{
  margin-top: var(--margin-top , 60px);
}

.heading-para-section:last-child {
  margin-bottom: 30px;
}

.faq-sec:not(:last-child) {
  margin-bottom: 60px;
}

.faq-sec+script:last-child {
  margin-top: -60px;
  display: block;
  height: 0 !important;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

ul,
ol {
  margin: 10px 0 10px 20px;
}

ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

.grid-section {
  margin-bottom: 60px;
}

.pagination {
  margin-bottom: 30px;
}

.container:after {
  display: none;
}

li>ul,
ol>ul {
  margin-left: 10px;
  margin-bottom: 10px;
}

.single-content p:last-of-type {
  margin-bottom: 0px;
}

/* .heading-para-section:last-child {
  margin-bottom: 0;
} */

.holiday-rental-pages .cta_section,
.property-management-pages .pagination,
.holiday-rental-pages .pagination {
  margin-bottom: 60px !important;
}

.holiday-rental-pages .breadcrumb_container,
.hide-search-bar-hero .listing_filters_head,
.hide-search-bar-hero .custom-category-filter,
.hide-search-bar-hero .custom-category-filter,
.hide-search-bar-hero #listing_ajax_container,
.hide-search-bar-hero div#listing_loader,
.hide-search-bar-hero-only .search_wrapper, 
.page-id-31016 .search_wrapper, .page-template-terms_conditions #search_wrapper.advpos_map{
  display: none;
}

.page-template-property_list .search_wrapper{
  display: none;
}
.enquiry_form:not(.elementor-element) {
  background-color: rgba(255, 87, 87, 0.8);
  padding: 60px 20px;
  margin-bottom: -60px;
}

.enquiry_form:not(.elementor-element) h2 {
  margin-bottom: 20px;
  color: #fff;
}

.height_full img {
  min-height: 100%;
  object-fit: cover;
}

.height_full.elementor-widget-image {
  height: 100%;
}

/* .holiday-rental-pages .cta_section .container .cta_contnet {
  text-align: left;
  max-width: 100%;
} */

.page-id-28406 .cta_section {
  margin-block: 60px;
}

#listing_ajax_container+ul.pagination {
  margin-bottom: 60px;
  margin-top: -40px !important;
}

.page-template-contact_page .content_wrapper {
  padding-bottom: 60px;
}

.contact_page_company_details .heading-para-section:last-child {
  margin-top: 0;
}

.contact_page_company_details .form_wrap span.wpcf7-form-control-wrap span.wpcf7-list-item span.wpcf7-list-item-label {
  color: var(--e-global-color-text);
}

.contact_page_company_details .field_wrap input[type="submit"] {
  background-color: var(--e-global-color-primary) !important;
  color: #ffffff !important;
  border-color: var(--e-global-color-primary) !important;
}

.property_unit_v2 .icon-fav:after {
  background-color: var(--e-global-color-primary);
}

.page-template-contact_page div#listing_ajax_container {
  margin-bottom: 0 !important;
}

.header_media {
  float: none !important;
}

.content_wrapper.row {
  display: block !important;
}

.single h1.entry-title {
  margin-bottom: 20px;
  display: block;
  margin-top: 0;
}

.panel-wrapper {
  font-size: inherit;
}

.wpestate_header_image .heading_over_image_wrapper {
  padding: 0 30px;
}

.page-template-contact_page .contact-wrapper .contact_page_company_details {
  margin-top: -68px;
}

.page-template-contact_page .breadcrumb_container+.col-md-12 {
  padding-top: 40px;
}

.single-post #listing_ajax_container {
  margin-bottom: 0;
}

.single-estate_property .owner-page-wrapper {
  display: none;
}

.home #tab_prpg.wpestate_elementor_tabs .tab-pane{
  padding-top: 10px;
}

.header_media .heading_over_image_wrapper h1.heading_over_image:last-child{
  margin-bottom: 0;
}

.page-template-blog_list #listing_ajax_container{
  margin-bottom: 0;
}

.single-post .content_wrapper , .single-estate_property .similar_listings_wrapper{
  padding-bottom: 60px;
}

body #mobile_booking_triger{
  margin-top: 14px;
  margin-inline: auto;
  display: flex;
  float: none;
}

body .mobile_booking_wrapper_flex{
    display: none;
}

.properties-reviews-all-wrap.content_wrapper {
    padding-bottom: 50px;
	width: 100%;
    max-width: 1170px !important;
    margin: 0 auto;
}

.properties-reviews-single-wrap.properties-reviews-all-wrap{
	padding-top: 50px;
}

.content_wrapper:not(.properties-reviews-single-wrap) > .review-head{
	text-align: center;
}

.content_wrapper .review-head {
    color: var(--e-global-color-primary);
    margin-bottom: 30px;
}


.single-estate_property .similar_listings_wrapper.similar_listings_layout_section {
    display: none;
}

/*Property Detail Page hide */

.features_wrapper .listing_detail.not_present {
    display: none;
}

@media(min-width: 1181px) {
  .master_header #access ul ul a {
    padding: 7px 20px;
    font-size: 12px;
  }

  .master_header #access ul ul {
    width: 305px;
  }
}

@media(min-width: 1200px) {
  .mobilewrapper.slideout-menu{
    display: none !important;
  }
  #all_wrapper.website-wrapper{
    transform: none !important;
  }
}


@media(max-width:1550px) {
  .header_wrapper #access a {
    padding: 23px 10px;
    font-size: 12px;
  }
}

@media(max-width:1250px) {
  .header_wrapper #access a {
    padding: 23px 8px;
    font-size: 11px;
  }
}

@media(max-width:1240px) {

  .cta_section_ele,
  .cta_section {
    width: calc(100% + 30px) !important;
    margin-inline: -15px !important;
    max-width: none !important;
  }
}

@media(max-width:1199px) {

  .slideout-menu .mobilex-menu li.menu-item-has-children {
    pointer-events: none;
    position: relative;
  }

  .slideout-menu .mobilex-menu li.menu-item-has-children>* {
    pointer-events: all;
  }

  .slideout-menu .mobilex-menu ul.sub-menu li.menu-item-has-children > a{
    padding-right: 50px;
  }

  .slideout-menu .mobilex-menu em.submenu-caret {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    z-index: 10;
  }

  .slideout-menu .mobilex-menu .menu-item-has-children > a:after{
    top: calc(50% - 9px);
  }
  .slideout-menu .mobilex-menu .menu-item-has-children > a.toggled:after{
    transform: rotate(180deg);
  }
  .slideout-menu .mobilex-menu li.menu-item-has-children> ul.sub-menu{
    margin-top: 0;
  }
  .heading-para-section:last-child{
    margin-bottom: 50px;
  }
  .heading-para-section {
    padding: 0 10px;
  }
  .heading-para-section.elementor-element:first-child{
    margin-top: var(--margin-top, 60px);
  }
}

@media (max-width:991px) {
  .page-template-contact_page .contact-wrapper .contact_page_company_details {
    margin-top: 0px;
  }

  .page-template-contact_page .breadcrumb_container+.col-md-12 {
    padding-top: 40px;
  }
  footer #footer-widget-area {
    padding: 30px 5px 25px 5px;
  }

  .page-template-contact_page .company_headline{
    padding: 0 10px;
  }

  .error404 .content404{
    margin-bottom: 50px;
  }
  
}

@media only screen and (max-width: 667px) {

  body .wpestate_header_image,
  body .wpestate_header_video {
    height: 460px !important;
  }
}

@media (max-width:767px) {
  .grid-wrap .grid-row {
    grid-template-columns: 1fr;
  }

  .form_wrap .row>.col-6,
  .form_wrap .row>.col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cta_section+.heading-para-section, .heading-para-section:first-child {
    margin-top: 50px;
  }
  .heading-para-section {
    margin-bottom: 50px;
  }
  .cta_section {
    min-height: 320px;
  }
  .wpestate_header_image .heading_over_image_wrapper {
    padding: 0;
  }
  .breadcrumb_container{
    margin-bottom: 50px;
  }
  .heading-para-section.elementor-element:first-child{
    margin-top: var(--margin-top, 50px);
  }
  .single-post .content_wrapper , .single-estate_property .similar_listings_wrapper{
    padding-bottom: 50px;
  }
  .property-management-pages .main_wrapper .content_wrapper, .holiday-rental-pages .main_wrapper .content_wrapper{
    padding: 50px 20px;
  }
  .property-management-pages .main_wrapper .content_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .error404 .list404{
    width: calc(100% - 40px);
  }
  
}