/*!
Theme Name: propertybuzz
Theme URI: http://underscores.me/
Author: webplus
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: propertybuzz
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.

propertybuzz 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 CONTENTS:
----------------------------------------------------------------*/

.acf-form-fields {
  position: relative;
  min-width: 255px;
  border: 1px solid #c3c4c7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  background: #fff;
}
/* input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
} */
.wp-core-ui .quicktags-toolbar input.button.button-small {
  height: auto;
}
.modal-body .tab-content > div.open_form {
  display: block;
}
.postbox .inside {
  margin: 0px;
}


.single-tax .img-responsive {display: block;width: 100%;height: auto;}
.middle-part .property-tax-slider {float: left; width: 100%; padding: 40px 0; /*background: #F2F2F2;*/ }
.property-tax-slider .property-detail {background: #ffffff; float: left; width: 100%; padding: 10px; box-shadow: 0px 0px 2px 1px #cccccc; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.property-tax-slider .property-detail:hover {box-shadow: 0px 0px 20px 2px #BBBBBB; background: #f4f4f4; }

/* No Record */
.no-records {
    margin: 35px auto;
    text-align: center;
    position: relative;
    padding: 20px 20px;
}

.no-records ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    margin: 0px 0px;
    padding: 0px 0px;
    background: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-records ul li {display: inline-block;margin: 0px 10px;text-align: left;font-family: 'Montserrat', sans-serif;}
.no-records ul li i {
    background: #af3434;
    width: 160px;
    height: 160px;
    font-size: 50px;
    color: #fff;
    text-align: center;
    border: 1px solid #efefef;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-records ul li h6 {
    font-size: 50px;
    color: #001c40;
    font-family: "Inter", sans-serif;
    line-height: 1;
    margin-bottom: 5px;
}
.no-records ul li small {
    font-size: 25px;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
}
/* End No Record */

/* 17-06-2025  */


.page_title {
    position: absolute;
    top: 50%;
    z-index: 2;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
}

.page_title h1 {
  font-size: 45px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  line-height: 1.2;
}

.page_title ul {
  display: flex;
  align-items: center;
  justify-content: center;
margin-bottom:0;
padding-left:0;
}

.page_title ul li {
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 500;
}

.page_title ul li:after{
  content: '/';
  border-radius: 50px;
  display: inline-block;
  margin-left: 8px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
}
.page_title ul li:last-child::after{display:none;}

.page_title ul li a {
  color: unset;
}

.page_title ul li:first-child {
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  color: rgb(255 255 255 / 65%);
}

.page_title ul li:first-child:before {
  display: none;
}


/* Custom Pagination CSS */
.theme-navigation .prev{margin-right: auto;margin-left: 0px;}
   .theme-navigation .next{margin-left: auto;  }
   .theme-navigation .page-link{color: #565656;border: none;box-shadow: none;margin: 5px;padding: 7px 16px;border-radius: 0px !important;background: rgb(255 255 255 / 65%);}
   .theme-navigation .page-link:hover, .theme-navigation .page-item.active .page-link {background-color: #2890c2; color: #fff; }
   /*.theme-navigation .pagination{border: solid 1px #f3f3f3;}*/

.theme-navigation .page-numbers {
    border: solid 1px #f3f3f3;
}
.theme-navigation .next {
    margin-left: auto;
}
.theme-navigation .page-numbers {
    justify-content: center!important;
}
.page-numbers {
    display: flex;
    padding-left: 0;
    list-style: none;
}
ul.page-numbers{border: 1px solid rgb(0 0 0 / 5%); background: rgb(0 0 0 / 3%); box-shadow: 2px 2px 9px 0px #0000001f; width: fit-content; margin: 30px auto 0; border-radius:30px; overflow:hidden;}

.theme-navigation .page-numbers.current{
    z-index: 3;
    color: #fff;
    background-color: #419930;
    border-color: #0d6efd;
}

.page-numbers:not(:first-child) {
    margin-left: -1px;
}

.theme-navigation ul.page-numbers {
    background-color: #a8cf45 !important;    
}
.theme-navigation .page-numbers {
    
    color: #565656;
    border: none;
    box-shadow: none;
    margin: 5px;
    padding: 7px 16px;
    border-radius: 0px !important;
    /*background: rgb(255 255 255 / 65%);*/
}
.theme-navigation .page-numbers:hover {
    color : #f58634;
}

.theme-navigation .page-numbers .prev {
    margin-right: auto;
    margin-left: 0px;
}
.property-tax-slider .theme-navigation {
    border-style: ridge;
}
.ajax-results{
    display: inline-block;
}
.ajax-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}




.element-item { padding: 20px; background: #fff; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; margin-bottom: 0px; }
.element-box-img img{ filter: brightness(0.7);}
.element-box-img .other-img{display: none;}
.element-box-img .img-count{ font-size: 14px; background: #292929; border-radius: 4px; padding: 4px 10px; line-height: normal; right: 11px; top: 14px; z-index: 1; font-weight: 500; color: #fff; display: flex; gap: 4px; align-items: center; justify-content: center; }
.element-box-img .property-price { bottom: 12px; left: 18px; font-size: 22px; color: #fff; font-weight: 600; font-family: 'Montserrat'; z-index: 2; }
.element-box-img a::before { content: ''; top: 0; left: 0; width: 100%; height: 100%; opacity: 1; background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(0%,rgba(0,0,0,0)),color-stop(50%,rgba(0,0,0,0)),to(rgba(0,0,0,.75))); background-image: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,.75) 100%); background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,.75) 100%); display: block; position: absolute; z-index: 1; }
.element-box-content{padding: 20px 5px 10px 25px;}
.element-box-content .property-use{ position: absolute; font-size: 14px; border-radius: 4px; padding: 4px 10px; line-height: normal; left: 11px; top: 14px; z-index: 1; font-weight: 500; color: #fff; background-color: #f58634; z-index: 2; }
.element-box-content h3, .element-box-content h4 { font-size: 22px; font-family: 'Montserrat'; font-weight: 500; text-transform: capitalize; }
.element-box-content p{font-size: 16px; color: #666666;}
.element-box-content > p{text-transform: capitalize;}
.description{width: 100% !important; padding-right: 0 !important;}
.element-box-content p i{margin-right: 7px;}
.element-box-content h4{ color: #333; font-size: 16px;}

.more-info{padding: 12px 3px 0; border-top: 1px solid #f3f3f3; margin-top: 18px;}
.more-info, .more-info a {color: #666666; font-size: 14px; text-transform: capitalize;}
.more-info i{margin-right: 6px;}

.details{ background-color: #F7F7F7; padding: 15px 18px; gap: 30px; border-radius: 5px; }
.details .detail-item {padding-right: 0;display: block;height: 100%;padding: 5px;}
.description p{margin-bottom: 0;}
.details .detail-item:last-child{/* border-right: 0; */}
.detail-box{display: flex; gap: 10px;}
.detial-content span{display: block; font-size: 14px; text-transform: capitalize; color: #666;}
.detial-content span:nth-child(2){color: #111; margin-top: 4px;}
.detial-img i{color: #666666; font-size: 16px;}
.element-box-content .agent-button{right: 0px; z-index: 2;}
.element-box-content .agent-button button{border-radius: 5px;}


/*----------------------07-11-2025------------------------------------------------*/


.alert {
    padding: 5px 5px !important;
    font-size: 14px;
}