._hidden,
._hide,
.jcf-select-_hide {
	display: none !important;
}
.signal-loading {
	animation: 1s ease-out 0s normal none infinite running pulsate;
	border: 5px solid #525a29;
	border-radius: 30px;
	height: 40px;
	left: 50%;
	margin: -15px 0 0 -15px;
	opacity: 0;
	position: absolute;
	width: 40px;
}

@keyframes pulsate {
	0% {
		transform: scale(.1);
		opacity: 0.0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

.blog-list_holder{
	position: relative;
}

@media (max-width: 567px){

	.map-box .desktop {
		display: none;
	}
}
@media (min-width: 568px){

	.map-box .mobile {
		display: none;
	}
}

.featured h3{
	text-transform: uppercase;
}
@media (min-width: 768px){
	.properties-nav_item:first-child {
		display: block;
	}
}

.sidebar_widgets {
	margin-top: 32px
}

/*formidable*/
.frm_form_fields  {
	width: 100%
}
.frm_form_field{
	margin-bottom: 16px
}

.frm_submit{
	margin-top: 16px
}

.frm_form_fields fieldset {
	min-inline-size: auto;
}
/* form main error */
.frm_error_style{
  color:#ff0000;
  margin-bottom:10px
}
/* form field error message */
.frm_error {
	color: #ff0000;
}
/* form sent success message */
.frm_message p{
	color: #525a29;
	font-weight: bold;
	text-align: center;
}
#frm_form_2_container .frm_fields_container {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-gap: initial;
}
#frm_field_6_container {  
    max-width: 517px;
    width: 100%;
    margin-right: 20px;
    display: block;
    grid-column: initial;
    margin-bottom: 0;
}
#frm_field_7_container {  
    max-width: 389px;
    width: 100%;
    margin-right: 32px;
    display: block;
    grid-column: initial;
    margin-bottom: 0;
}
#frm_form_2_container .frm_submit.form-notify_group {
	max-width: 146px;
	width: 100%;
	margin-top: 0;
}

@media (max-width: 600px) {
    #frm_form_2_container .frm_fields_container {
        display: block;
    }
    #frm_field_6_container, #frm_field_7_container {
        margin: 0 0 20px;
        max-width: 100%;
        width: 100%;
    }
    #frm_form_2_container .frm_submit.form-notify_group {
        max-width: 100%;
        width: 100%;
    }
}

#modal-reserve .frm_submit._submit button{
	width: 100%
}

.pagination{
	margin-top: 30px
}

.sidebar_widgets{
	margin-top: 0px;
}

.properties-nav_item .property-box_icon .map-light{
	display: none
}
.properties-nav_item a:hover .property-box_icon .map-dark{
	display: none
}
.properties-nav_item a:hover .property-box_icon .map-light{
	display: block;
}
.green-line .back-button{
	text-align: left;
	display: none;
	width: 83px;
}
@media (max-width: 1023px){
	.green-line {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.green-line p {
        font-weight: 700;
		/*width: calc(100% - 150px);*/
		width: calc(100%);
	}
}
@media (max-width: 767px) {
    .single-property .green-line .back-button {
        padding-left: 16px;
    }
}
.green-line .back-button img{
	vertical-align: middle;
	transform: rotate(180deg);
	margin-right: 10px;
}
.green-line .back-button a{
	color:#fff;
	text-align: left;
	line-height: 40px;
}

.plan-box_content {
	min-height: 290px;
}

/*paymant form*/
/*
#form_paymentform .frm_fields_container .frm_form_field{
	grid-column: auto;
}
*/
.frm-show-form.payment-form{
	display: block;
}
.frm-show-form.payment-form fieldset{
	display: block;
}
.frm-show-form.payment-form fieldset .payment-form_item{
	grid-column: initial;
}
.frm-show-form.payment-form .frm_fields_container{
	display: grid;
	gap: 35px;
	grid-template-columns: repeat(2,1fr);
}
@media (max-width: 767px){
	
	.frm-show-form.payment-form .frm_fields_container {
		grid-template-columns: repeat(1,1fr);
		gap: 17px;
	}
}

/*favorites button*/
.simplefavorite-button{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-color: #fff;
	border: 1px solid #ffb034;
	border-radius: 5px;
	z-index: 2;
	opacity: 1;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	padding: 5px 26px;
	color: #000;
}
.simplefavorite-button .sf-icon-love{
	color:#ffb034;
	position: relative;
	top: 1px;
}
.simplefavorite-button:hover,
.simplefavorite-button.active:hover{
	opacity: .8
}
.simplefavorite-button.active{
	opacity: 1;
	color:#fff;
	background-color:  #ffb034;
}
.simplefavorite-button.active .sf-icon-love{
	color:#fff;
}
a._underline{
	text-decoration: underline;
}


/*favorites icon*/
.property-block .simplefavorite-button{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-color: #ffb034;
	position: absolute;
	right: 24px;
	top: 24px;
	width: 56px;
	height: 56px;
	border: 1px solid #ffb034;
	border-radius: 5px;
	z-index: 2;
	opacity: 1;
	font-size: 24px;
	line-height: 0;
	color: transparent;
}
.property-block .simplefavorite-button:hover,
.property-block .simplefavorite-button.active:hover{
	opacity: .8
}
.property-block .simplefavorite-button .sf-icon-love{
	color:#fff;
	position: relative;
	right: 10px;
}
.property-block .simplefavorite-button.active .sf-icon-love{
	opacity: 1;
	color:red;
}

/*gmaps home page*/
#map,
#map-poly,
#map-poly-mobile,
#map-poly-two {
	height: 500px;
	width: 100%;
	background-color: grey;
}
#map-poly-mobile {
	height: 400px;
}
.gm-style-iw, .gm-style-iw-c{
	max-width: 348px;
}
#cntgmap {
	width: 100%;
	float: left;
}
#pgmap {
	width: 20%;
	margin-right: 4%;
	float: left;
}
#dgmap {
	width: 76%;
	float: left;
}
#tgmap {
	width: 100%;
	float: left;
	font-family: 'Arial', serif;
	font-size: 1.1em;
	font-weight: 700;
	color: #525a29;
	margin-bottom: 2%
}
#txtgmap{
	width: 100%;
	float: left;
	font-family: 'Arial', serif;
	font-size: 1.2em;    
	color: #555;
	margin-top: 2%; 
	line-height: 1.4;
	margin-bottom: 2%;
}
#txtgmap a{
	font-weight: bold;
	color:#525929;
}
#txtgmap a:hover {
	text-decoration: underline;
}
#optgmap{
	font-weight: 900;
	color: #525929;
}
#optgmap a:link, #tgmap a:link{color: #525929; text-decoration: none;}    
#optgmap a:hover, #tgmap a:hover{color: #525929; text-decoration:underline;}
#optgmap a:visited, #tgmap a:visited{color: #525929; text-decoration: none;}  
#optgmap a:active, #tgmap a:active{color: #525929; text-decoration: none;}
@media screen and (max-width: 758px) { 
	#pgmap {
		display: none;
	}
	#dgmap {
		width: 100%;
		float: left;
	}
}
.nav .sub-menu li {
	margin-right: 0;
}
.featured-block_content .text p {
	font-weight: bold;
}
.view-photos {
	font-size: 14px;
}
.payment-calculator__section {
	padding: 20px 0;
}
.payment-calculator__section a {
	color: #525929;
}
.header-menu-wrapper_top {
  position: fixed;
}
.header-menu-wrapper_top .social {
  margin-left: auto
}
.contact-info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.nav-opener {
  margin-left: auto
}
.responsive-table {
  overflow: auto;
  max-width: 100%;
}
.resonsive-table table {
  min-width: 500px;
  border-width: 1px;
}
.payment-calculator {
  max-width: 440px;
  margin: 50px auto 0;
}
#calculator {
    min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
  margin-bottom: 10px;
  cursor: pointer;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
    line-height: 18px;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.nav a.has-submenu {
	padding-right: 5px;
}
.nav a .sub-arrow {
  display: none;
  width: 5px;
  height: 5px;
  border-width: 1px;
  border-style: none solid solid none;
}
.nav li> ul .sub-arrow {
  display: block;
  right: 10px;
  border-style: none solid solid none;
  border-color: black;
  transform: translateY(-50%) rotate(-45deg);
}
.nav li > ul a {
  padding: 0 15px;
  line-height: 32px;
  min-width: 238px;
}
.nav li > ul a:hover {
  padding-left: 18px;
}

.mobile-map-heading{
	display: none
}
@media (max-width: 767px) {
	.notify .img-box {
		display: block;
	}
	.intro._box {
		background-color: var(--base-text-color);
	}
	.intro._box .intro_content .text{
		display: none;
	}
	
	.tabs_controls._mobile {
		align-items: center;
		justify-content: center;
	}
	.table thead tr th:nth-child(4), .table thead tr th:nth-child(5),
	.table tbody tr td:nth-child(4), .table tbody tr td:nth-child(5) {
		display: table-cell;
	}
	.green-box{
		padding: 14px 20px;
	}
	.mobile-map-heading{
		display: block;
		width: 100%;
		text-align: left
	}
}
@media (min-width: 768px) {
	.animation-texts .container {
		display: flex;
	}
	.animation-texts .col_one_third {
		flex: 0 0 calc(100% / 3);
	}
}
 
.content-box dd p{
	margin-bottom: 0
}

.box-info_btn._red,
.btn-red {
    background: #c43c35;
    border-color: #c43c35;
}

.btn.btn-xs.btn-green{
	background-color: #00d084;
	border-color: #00d084;
	margin-right: 5px;
}
.map-buttons{
	margin-top: 30px;
    text-align: center;
}
.map-buttons a{
	margin-bottom:20px;
	width:300px
}

.map-buttons a.btn.btn-outline.show-hide-map._active {
    color: #fff;
    background-color: #767676;
    border-color: #767676;
}

@media (min-width: 768px){
	.breadcrumb {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	}
}
@media (max-width: 768px){
	.form-direct_group{
		width: 100%
	}
	.form-direct_group input[type="submit"]{
		width: 100%
	}
}

.form-direct_group input[type="submit"] {
    background: #edeef0;
    border-radius: 5px;
    color: #666;
    border-color: #edeef0;
}

@media (max-width: 767px){

	/*#mobile-map-tab {
	    display: none;
	    margin-bottom: 0;
	}*/
	.mobile-gmap-map {
	    display: none;
	    margin-bottom: 0;
	}
	._hidden-mobile{
		display: none
	}
	.notify.topo-aerial-map{
		padding-top: 0
	}
	.page-template-properties .intro_content {
	    grid-gap: 0;
	}
	.properties-nav {
	    margin-top: 20px;
	}
	.notify.properties-map{
		padding-top: 0
	}
	.tabs_content .map-box {
	    display: block; 
	    margin-bottom: 0;
	}
}

.phases-wrapper {
    align-content: flex-start;
    align-items: flex-start;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin: 0 -15px;
}

.phase-item {
    padding: 0 15px;
    width: 25%;
}

.phase-item .phase-item-image {
    margin: 0 0 20px;
}

.phase-item .phase-item-image a {
    display: block;
}

.phase-item .phase-item-image img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.phase-item .phase-item-title {
    margin: 0 0 25px;
}

.phase-item .phase-item-title a {
    display: block;
    font-size: 18px;
    line-height: 125%;
    text-transform: uppercase;
}

.phase-item .text-wrapper {
    font-size: 16px;
    font-weight: 400;
    line-height: 175%;
    margin: 0 0 20px;
}

.phase-item .phase-item-list {
}

.phase-item .phase-item-list li {
    font-size: 14px;
    line-height: 125%;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    position: relative;
}

.phase-item .phase-item-list li:last-child {
    margin: 0;
}

.phase-item .phase-item-list li:before {
    border-top: 3px solid var(--base-text-color);
    border-right: 3px solid var(--base-text-color);
    content: '';
    display: block;
    height: 9px;
    left: 0;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 9px;
}

.phase-item .phase-item-link a {
    font-size: 14px;
}

@media (max-width: 767px){
	.phases-wrapper {
        flex-wrap: wrap;
	}
	.phase-item {
        border-bottom: 1px solid #ccc;
		margin-bottom: 20px;
	    padding-bottom: 20px;
        width: 50%;
	}
}

@media (max-width: 600px){
    .phase-item {
        width: 100%;
    }
}

.notify.notify-map-poly{
	padding-top: 0;
}

.table tbody tr td a.price.price-green{
	background: #525a29;
	max-width: 120px;
    margin-left: auto;
    margin-right: auto;
}

.table tbody tr td a.price._pending {
    background-color: #c43c35;
	max-width: 120px;
    margin-left: auto;
    margin-right: auto;
}

.table tbody tr td a.price.price-orange{
	background:#D48311
	max-width: 120px;
    margin-left: auto;
    margin-right: auto;
}

.is-new{
	background-color: red;
    color: #fff;
    font-size: 14px;
    padding: 5px 8px;
    position: relative;
    top: -3px;
    margin-left: 10px;
    border-radius: 5px;
    font-family: "Lato","Arial","Helvetica Neue","Helvetica",sans-serif;
}

.fa-solid {
    margin-right: 10px;
}

.myTable thead tr th.pointer{
	cursor: pointer;
}
.myTable thead tr th i{
	margin-left: 5px;
	position: relative;
	top: 3px;
	padding: 0;
	margin: 0;
	height: 7px;
	font-size: 11px;
}
.myTable thead tr th.table-tract,
.myTable thead tr th.table-block{
	/*width: 100px;*/
	width: 60px;
}
.myTable thead tr th.table-acres{
	/*width: 100px;*/
	width: 60px;
}
.myTable thead tr th.table-price,
.myTable thead tr th.table-unit{
	/*width: 200px;*/
	width: 120px;
}
.myTable thead tr th.table-payment{
	width: 130px;

}
.myTable thead tr th.table-features{
	width: 83px;
}
.myTable thead tr th span{
	display: flex;
	flex-direction: column;
	margin-left: 10px;
}
.myTable thead tr th.tablesorter-headerUnSorted{

}
.myTable thead tr th.tablesorter-headerAsc{

}
.myTable thead tr th.tablesorter-headerDesc{

}
.myTable thead tr th.tablesorter-headerAsc span .fa-caret-up{

}
.myTable thead tr th.tablesorter-headerDesc span .fa-caret-up{
	display: none;
}
.myTable thead tr th.tablesorter-headerAsc span .fa-caret-down{
	display: none;

}
.myTable thead tr th.tablesorter-headerDesc span .fa-caret-down{

}
.myTable thead tr th .tablesorter-header-inner{
	display: -webkit-inline-box;
}

@media (max-width: 767px){
	.featured-block_img {
		overflow: hidden;
	}
}

.green{
	color:green;
	font-weight: bold;
}

.checklist{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}
.checklist ul{
	
}
.checklist ul li{
	padding: 6px 0px;
}
.checklist ul li i{
   font-size: 25px;
    position: relative;
    top: 2px;
    left: 8px;
}

@media (max-width: 767px){
	.breadcrumb {
	    padding-left: 16px;
	    padding-right: 16px;
	}
}

.post-password-form{

}
.post-password-form label{
    display: inline-block;	
}
.post-password-form label input[type="password"]{
	display: inline-block;
    float: none;
    min-width: 200px;
}
.post-password-form input[type="submit"]{
    float: none;
    display: inline-block;
    padding: 0 61px;
}

#tab-5,
#tab-05 {
    padding: 0 30px;
}

.property-grid-block_top,
.property-grid-block_bottom{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}

.property-block_link_wrap{
	text-align: center;
    margin-top: 19px;
}
.property-block_link_wrap a{
	width: 100%;
}

.property-grid-block_top .btn-red {
    background: #d8c4c3;
    border-color: #d8c4c3;
}
.property-grid-block_top ._pending {
	background: #c43c35;
    border-color: #c43c35;
}
.pricing-table-head{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
	margin-bottom: 30px;
	height: 50px;
}

.table-style{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
}
.table-style .jcf-select {
	width: 228px;
	margin-right: 30px;
}

#show-grid i,
#show-table i,
#show-grid-mobile i,
#show-table-mobile i{
	margin: 0;
    padding: 0;
}
#show-grid,
#show-table,
#show-grid-mobile,
#show-table-mobile{
	background-color: #fff
}
#show-grid._active,
#show-table._active,
#show-grid-mobile._active,
#show-table-mobile._active{
	background-color: #525a29;
    padding: 4px 8px;
    color: #fff;
    border-radius: 3px;
    margin: 0 10px;
}
.add-opacity{
	opacity: .2
}

#table-style-mobile{
	margin-bottom: 20px;
}
.pricing-table-head-mobile{

	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
.grid-filters-dropdown-wrapper-mobile {
    width: 100%;
    margin-bottom: 20px;
}

#frontend-status-widget{
    border: 1px solid #000;
    padding: 15px 15px;
}

#frontend-update-tract-status-form button{
	width: 100%;
    margin-top: 20px;
}

/*.has-submenu.highlighted::after{
	width: calc(100% - 10px);
}
*/
.btn-red {
	color:#fff
}

#form_foreclosureform {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

#frm_form_2_container .frm_fields_container {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    grid-gap: initial;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}

.at-maps img{
	margin: 0 auto;
	display: block;
}