/* -----------------------------------
    Sidebar widget
-------------------------------------*/
.sidebar_widget {
  background: #ffffff;
  border: 1px solid #ebebeb;
  padding: 20px;
}
.sidebar_widget .single_banner {
  border: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar_widget .single_banner {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar_widget .single_banner a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar_widget .single_banner a img {
    width: 100%;
  }
}
/* -----------------------------------
    Widget list
-------------------------------------*/
.widget_list {
  margin-bottom: 10px;
}
.widget_list:last-child {
  margin-bottom: 0;
}
.widget_list h3 {
  font-size: 16px;
  margin-bottom: 18px;
  padding-bottom: 8px;
  line-height: 2.5em;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_list h3 {
    font-size: 13px;
  }
}
.widget_list > ul > li {
  position: relative;
  padding: 8px 0;
}
.widget_list > ul > li:first-child a {
  padding-top: 0;
}
.widget_list > ul > li:last-child {
  border-bottom: 0;
}
.widget_list > ul > li:last-child a {
  padding-bottom: 0;
}
.widget_list > ul > li > a {
  font-size: 14px;
  display: block;
  line-height: 25px;
}
.widget_list > ul > li > a:hover {
  color: #157A4A!important;
  font-weight: 700;
  transition: all 0.3s ease;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.widget_list > ul > li.widget_sub_categories > a {
  position: relative;
}
.widget_list > ul > li.widget_sub_categories > a::before {
  content: "\f107";
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.widget_list > ul > li.widget_sub_categories > a.active::before {
  content: "\f106";
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.widget_list > ul > li ul {
  padding-left: 15px;
  padding-top: 8px;
}
.widget_list > ul > li ul li {
  padding: 8px 0;
}
.widget_list > ul > li ul li:last-child {
  padding-bottom: 0;
}
.widget_list > ul > li ul li a {
  display: block;
}
.widget_list > ul > li input {
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  opacity: 0;
  cursor: pointer;
  z-index: 999;
}
.widget_list > ul > li input:checked ~ .checkmark {
  background-color: #157A4A;
  border: 1px solid #157A4A;
}
.widget_list > ul > li input:checked ~ .checkmark::before {
  display: block;
}
.widget_list > ul > li > label {
  font-size: 14px;
  display: block;
  line-height: 27px;
  margin-left: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
}
.widget_list > ul > li > label:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #157A4A;
  font-weight: 700;
}
.widget_list > ul > li span.checkmark {
  height: 17px;
  width: 17px;
  border: 1px solid #157A4A;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.widget_list > ul > li span.checkmark::before {
  left: 5px;
  top: 3px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}
/* -----------------------------------
    ui sidebar horizontal
-------------------------------------*/
.ui-slider-horizontal .ui-slider-range {
  background: #157A4A;
  height: 5px;
}

.ui-widget-header {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ui-slider-horizontal {
  height: 3px;
  background: #dbdbdb;
  border: none;
  width: 92%;
  margin: 0 auto;
  margin-bottom: 22px;
}
/* -----------------------------------
    ui state
-------------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #fff;
  border: 0;
  border-radius: 0;
  width: 19px;
  height: 19px;
  top: -7px;
  cursor: pointer;
  border-radius: 50%;
  border: 5px solid #157A4A;
}
/* -----------------------------------
    widget filter
-------------------------------------*/
.widget_list.widget_filter form {
  padding-top: 10px;
}
.widget_list.widget_filter form input {
  background: none;
  border: none;
  font-size: 12px;
  float: right;
  text-align: right;
  line-height: 31px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_list.widget_filter form input {
    width: 65px;
  }
}
.widget_list.widget_filter form button {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  text-transform: capitalize;
  color: #ffffff;
  background: #222222;
  border: 0;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.widget_list.widget_filter form button:hover {
  background: #C70909;
}

/* -----------------------------------
    price range
-------------------------------------*/
.filter-range-wrap .range-slider .price-input {
  position: relative;
  font-family: Montserrat,sans-serif;
}
.filter-range-wrap .range-slider .price-input input:first-child {
  float: left;
}
.filter-range-wrap .range-slider .price-input input:nth-child(2) {
  float: right;
}
.filter-range-wrap .range-slider .price-input input {
  font-size: 14px;
  color: #0d0d0d;
  max-width: 30%;
  border: none;
}
/* -----------------------------------
    acreage range
-------------------------------------*/
.filter-range-wrap .acreage-slider .acreage-input {
  position: relative;
  font-family: Montserrat,sans-serif;
}
.filter-range-wrap .acreage-slider .acreage-input input:first-child {
  float: left;
}
.filter-range-wrap .acreage-slider .acreage-input input:nth-child(2) {
  float: right;
}
.filter-range-wrap .acreage-slider .acreage-input input {
  font-size: 14px;
  color: #0d0d0d;
  max-width: 20%;
  border: none;
}
/* -----------------------------------
    pagination box
-------------------------------------*/
.pagination-box {
  text-align: center;
}
.pagination-box > li {
  display: inline-block;
}
.pagination-box > li a {
  display: block;
  padding: 0 10px;
}
