/* BASE GRID
 * ------------------------------------------------ */
.container {
  position: relative;
  width: 100%;
  float: left;
}

.container .row {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 64px;
  position: relative;
}

#gform_fields_1 > li > label,
#gform_fields_1 .ginput_complex label,
#gform_fields_2 > li > label,
#gform_fields_2 .ginput_complex label,
#gform_fields_3 > li > label,
#gform_fields_3 .ginput_complex label {
  display: none;
}

#gform_fields_1 select {
  margin: 0 auto 5px;
  max-width: 264px;
  height: 26px;
}

#gform_fields_1 .ginput_container_checkbox label {
  display: inline-block;
}

.gform_validation_container {
  display: none !important;
}

#gform_fields_3 textarea {
  height: 80px;
}

#gform_fields_4 {
  margin: 0;
}

#gform_fields_4 label {
  display: none;
}

#gform_fields_4 textarea {
  height: 100px;
  resize: vertical;
}

.head_links .hl_links {
  float: none !important;
  margin: 10px 0 0 !important;
  width: auto !important;
  display: inline-block !important;
}

.head_links .hl_ll {
  display: block;
  vertical-align: middle;
}

.header_right_bottom {
  float: right;
  margin-top: 0.6em;
  width: 57%;
}

@media (max-width: 767px) {
  .container .row {
    padding: 0 25px;
  }
}

.container .row .column,
.container .row .columns {
  float: left;
  display: inline;
  position: relative;
}

.container .row .column.alpha,
.container .row .columns.alpha {
  margin-left: 0;
}

.container .row .column.omega,
.container .row .columns.omega {
  margin-right: 0;
}

/* Overrides */
.container .column,
.container .columns {
  margin-left: 1%;
  margin-right: 1%;
}

.container .one.column,
.container .one.columns {
  width: 6.3333333333%;
}

.container .two.columns {
  width: 14.6666666667%;
}

.container .three.columns {
  width: 23%;
}

.container .four.columns {
  width: 31.3333333333%;
}

.container .five.columns {
  width: 39.6666666667%;
}

.container .six.columns {
  width: 48%;
}

.container .seven.columns {
  width: 56.3333333333%;
}

.container .eight.columns {
  width: 64.6666666667%;
}

.container .nine.columns {
  width: 73%;
}

.container .ten.columns {
  width: 81.3333333333%;
}

.container .eleven.columns {
  width: 89.6666666667%;
}

.container .twelve.columns {
  width: 98%;
}

.container .columns.one-third {
  width: 41.7777777778%;
}

.container .columns.two-thirds {
  width: 85.5555555556%;
}

.container .offset-by-one {
  padding-left: 8.3333333333%;
}

.container .offset-by-two {
  padding-left: 16.6666666667%;
}

.container .offset-by-three {
  padding-left: 25%;
}

.container .offset-by-four {
  padding-left: 33.3333333333%;
}

.container .offset-by-five {
  padding-left: 41.6666666667%;
}

.container .offset-by-six {
  padding-left: 50%;
}

.container .offset-by-seven {
  padding-left: 58.3333333333%;
}

.container .offset-by-eight {
  padding-left: 66.6666666667%;
}

.container .offset-by-nine {
  padding-left: 75%;
}

.container .offset-by-ten {
  padding-left: 83.3333333333%;
}

.container .offset-by-eleven {
  padding-left: 91.6666666667%;
}

/* MOBILE
 * ------------------------------------------------ */
@media only screen and (max-width: 768px) {
  .container {
    width: 100%;
  }

  .container .column,
  .container .columns {
    margin-left: 0;
    margin-right: 0;
  }

  .container .one.column {
    width: 100%;
  }

  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns {
    width: 100%;
  }

  .container .one-third.column {
    width: 100%;
  }

  .container .two-third.column {
    width: 100%;
  }

  .container .offset-by-one,
  .container .offset-by-two,
  .container .offset-by-three,
  .container .offset-by-four,
  .container .offset-by-five,
  .container .offset-by-six,
  .container .offset-by-seven,
  .container .offset-by-eight,
  .container .offset-by-nine,
  .container .offset-by-ten,
  .container .offset-by-eleven {
    padding-left: 0;
  }
}



/*body:not(.archive) .home_search {
  overflow: visible;
  padding: 21px 0 0;
}*/

.container.home_search {
  padding: 20px 0;
}

.property-listing-title {
  font-size: 1.75em !important;
  margin: 0;
  line-height: normal;
}
.properties-heading {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #c5c3be;
  border-bottom: 1px solid #c5c3be;
  margin: 100px 0 40px 0;
  align-items: flex-start;
  gap: 0.25em 2em;
  flex-wrap: wrap;
  padding: 1em 0 1.5em;
}

.type_sort {
  margin: 0.65em 0 0;
  display: flex;
}
.type_sort form {
  margin: 20px 10px 20px 0;
}

.listing_header_buttons span {
  display: inline-block;
}

.list_view_btn a,
.map_view_btn a {
  border: 1px solid #dadada;
  color: #363636;
  display: block;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}

.list_view_btn.active {
  display: none;
}

.list_view_btn a:hover,
.list_view_btn.active a,
.map_view_btn a:hover {
  background: #efb32a none repeat scroll 0 0;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

#map_canvas {
  width: 100%;
  height: 500px;
}
.properties #map_canvas {
  margin: 0 0 3em;
}

@media (max-width: 640px) {
  .properties-heading {
    flex-direction: column;
    align-items: center;
  }
  .properties h2 {
    text-align: center;
  }
}

/* PROPERTY FILTER */

#propertySort .prop_filter {
  position: relative;
  width: 15%;
  float: left;
}

#propertySort .prop_filter_text {
  font-size: 16px;
  outline: medium none;
  height: 40px;
  padding: 0 10px;
  z-index: 2;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  display: block;
  position: relative;
  background: #fff;
  cursor: pointer;
  border-left: 1px solid #ccc;
}

#propertySort .prop_filter_text::after {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  color: #e99a35;
  content: "\25bc";
  font-size: 10px;
  line-height: 40px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 0px;
}

#propertySort .prop_filter_text.open::after {
  transform: rotate(180deg);
}

#propertySort .prop_filter_options {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  width: 150%;
  background: #fff;
  z-index: 10;
  border: 1px solid #aaa;
  padding: 10px;
  transition: 0.5s opacity, 0.5s visibility;
  display: none;
}

#propertySort .prop_filter_text.open + .prop_filter_options {
  opacity: 1;
  visibility: visible;
  display: block;
}

#propertySort .prop_filter_options ul {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  list-style: none;
}

#propertySort .prop_filter_options.type_checkbox ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

#propertySort .prop_filter_options.type_checkbox {
  width: 390px;
}

#propertySort
  .prop_filter[data-type="property_type"]
  .prop_filter_options.type_checkbox {
  width: 480px;
}

#propertySort .prop_filter_options.type_checkbox li {
  line-height: normal;
  margin: 0 0 2px;
  vertical-align: top;
}

#propertySort .prop_filter_options.type_checkbox input {
  vertical-align: top;
}

#propertySort .prop_filter_options.type_checkbox label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
  color: #666;
  margin-top: 1px;
}

#propertySort .prop_filter_options.type_checkbox input:checked + label {
  font-weight: bold;
  color: #000;
}

#propertySort .prop_filter_options.type_select {
  width: 100%;
}

#propertySort .prop_filter_options.type_select li {
  padding: 3px 0;
  margin: 0;
}

#propertySort .prop_filter_options.type_select li:hover {
  background: #edb053;
}

#propertySort button[type="submit"] {
  background: #ffc333;
  color: #000;
  font-size: 14px;
  height: 40px;
  width: 15%;
  cursor: pointer;
  float: right;
  border: none;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  transition: color 0.25s;
}
#propertySort button[type="submit"] svg {
  height: 1em;
  width: auto;
  font-size: 1em;
  transition: fill 0.25s;
}
#propertySort button[type="submit"]:hover {
  color: #ffffff;
}
#propertySort button[type="submit"]:hover svg {
  fill: #ffffff;
}

#propertySort .prop_filter.textsearch {
  width: 25%;
}
#propertySort .prop_filter.textsearch input {
  margin: 0;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
}

@media (max-width: 1023px) {
  #propertySort .prop_filter {
    width: 25%;
  }
  #propertySort .prop_filter[data-type="county"] .prop_filter_text {
    border-left: none;
  }
  #propertySort .prop_filter.textsearch {
    width: 100%;
  }
  #propertySort .prop_filter.textsearch input {
    border-bottom: 1px solid #ccc;
  }
  #propertySort button[type="submit"] {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  #propertySort .prop_filter {
    width: 50%;
  }
  #propertySort .prop_filter[data-type="price"] .prop_filter_text {
    border-left: none;
  }

  #propertySort .prop_filter[data-type="price"] .prop_filter_text,
  #propertySort .prop_filter[data-type="acres"] .prop_filter_text {
    border-top: 1px solid #ccc;
  }
}











/* Map Infowindow */

div.infowindow {
  width: 220px;
  background: #fff;
}

div.infowindow h1 {
  margin: 0 0 0.75em;
  padding: 0;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1.1;
  color: #000;
}

div.infowindow h1 a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}

div.infowindow img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 5px;
  height: 125px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}

div.infowindow p {
  font-size: 12px;
  margin: 0 0 10px;
  letter-spacing: normal;
}

div.infowindow p svg {
  width: auto;
  height: 0.8em;
  font-size: 1em;
  margin: 2px 5px -2px 0;
  vertical-align: top;
}

div.infowindow a.plink {
  width: 100%;
  justify-content: space-between;
  color: #000;
  transition: color 0.3s, background-color 0.3s;
}
div.infowindow a.plink svg {
  transition: transform 0.3s, fill 0.3s;
}









/* MISC
 * ------------------------------------------------ */
.subtract-bottom {
  margin-bottom: -20px !important;
}

.remove-bottom {
  margin-bottom: 0 !important;
}

.half-bottom {
  margin-bottom: 10px !important;
}

.add-bottom {
  margin-bottom: 20px !important;
}

/**
 * SASS/SCSS/Compass Transcription of Skeleton Responsive Grid
 * originally authored by Dave Gamache. This translation offers
 * mixins that support fluid and as well as fixed grids to supplement
 * the work that Dave Gamache has done.
 * @author Dennis Thompson <http://www.atomicpages.net>
 * @copyright Copyright (c) 2013 AtomicPages LLC
 * @license MIT
 * @version 1.6.1
 */
/*** Responsive Base ***/
.desktop {
  display: block;
}

@media only screen and (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}

.mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .mobile {
    display: block !important;
  }
}

.iframe_wrap {
  width: 100%;
  position: relative;
  padding-bottom: 54.5%;
  height: 0;
  overflow: hidden;
}

.iframe_wrap.adv_search_map {
  padding-bottom: 130%;
  margin: 0 0 20px 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .iframe_wrap.adv_search_map {
    width: 90%;
    margin: 0 5% 20px 5%;
  }
}

.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

a.icon {
  background: url("../images/icon-icon-link.png") no-repeat;
  background-position: right center;
  padding: 0 25px 0 0;
  color: #646e2f;
}

.mob_helpers {
  position: absolute;
  top: 15px;
}

/*** MODAL STYLES ***/
body.pgwModalOpen {
  overflow: hidden;
}

#pgwModalBackdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}

#pgwModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000000000000;
  overflow-x: auto;
  overflow-y: scroll;
  text-align: center;
}

#pgwModal .pm-container {
  margin: 10px;
}

#pgwModal .pm-body {
  display: inline-block;
  max-width: 800px;
  min-width: 300px;
  position: relative;
  width: 100%;
  z-index: 9020000000;
  margin-top: 10px;
}

.pgwModalBackdrop {
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.pgwModal .pm-body {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 5px #555;
  box-shadow: 0 0 5px 5px #555;
}

.pgwModal .pm-title {
  background: #e5e5e5;
  padding: 5px 0 6px;
  border-bottom: 1px solid #d5d5d5;
  border-radius: 5px 5px 0 0;
  font-size: 1rem;
  min-height: 25px;
}

.pgwModal .pm-content {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  text-align: left;
}

.pgwModal .pm-close {
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 15px;
}

.pgwModal .pm-close span.pm-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTFH80I3AAABIklEQVQ4T62T20oDQRBE+9EIGo1/H4gEQd8E74lJvKHiV+mmai7QNdu+ZFNwWKqmpzJhdq3rur0ShkMIwyGoMTsEl+AenDDw62WGmoAFOAcjWRdjdgX+Ck9gDPw6xbIN4MwvmEmHmFzCQRo+H0E6aRHL1sDP3EiHmLx5WQbrBv4Ic3+yuvYAxtIhJusUtKUf4LvJUhnQDm9SkNWe1MPsDhyD/v42SGEWT/oFfBl5BWFZ2huGWWfgB/gy8g7CVyrt7QVZLHsB//1lvoNhqZqstozPN/DZZPX2tUNMXFYvILr9dFLpEGO2KoNtWRVLezPSIcbsogyRWyC3WcTSZ8AZfnpT6RCDDx3MwTU4YuDXywzFUn6WU3Ag697sgzAcQhjuTmdbpLYNJt1Fr50AAAAASUVORK5CYII=);
  display: block;
  height: 20px;
  width: 20px;
}

.pgwModal .pm-content {
  text-align: center;
}

.pgwModal .pm-content form p {
  width: 90%;
  margin: 10px 5%;
}

.pgwModal .pm-content form input,
#newsletter_form select {
  max-width: 250px;
  margin: 0 auto 5px auto;
  padding: 4px 6px;
}
#newsletter_form select {
  max-width: 265px;
}

.pgwModal .pm-content form textarea {
  max-width: 250px;
  margin: 0 auto 5px auto;
  padding: 4px 6px;
}

.pgwModal .pm-content form input[type="checkbox"] {
  display: inline-block;
  margin: 0 10px 0 0;
}

.pgwModal .pm-content form label.inline-label {
  display: inline-block;
  margin-bottom: 10px;
}

.stf_img {
  float: left;
  width: 30%;
}

.stf_info {
  float: left;
  text-align: left;
  width: 67.5%;
  margin: 0 0 0 2.5%;
}

.stf_info h1 {
  margin: 0 0 10px 0;
}

.send-friend {
  width: 100%;
  float: left;
  margin: 15px 0;
}

.home_search {
  background: #646e2f;
}

.home_search h4 {
  color: #ffbd3a;
}

.home_search.ps p {
  margin: 0;
}

.home_search.ps p a {
  font-weight: bold;
  color: #ffc333;
  transition: color 0.25s;
}
.home_search.ps p a:hover {
  color: #ffffff;
}

.hs_container {
  margin: 2px 0;
}

.hs_container img {
  display: inline-block;
  margin: 15px 10px 5px 10px;
  width: 30px;
  height: auto;
}

.hs_container img.button {
  width: auto;
  height: auto;
}

.hs_container h4 {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0 0;
}

.hs_container form {
  display: inline;
  width: auto;
  margin: 0 0 5px 0;
}

.hs_container.pl_bar {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .hs_container.pl_bar {
    text-align: center;
  }
}

.hs_container.pl_bar h4 {
  font-size: 12px;
  font-weight: bold;
  margin: 25px 0 0 0;
}

.hs_container.pl_bar form {
  vertical-align: top;
  margin: 20px 0 0 0;
}

.hs_container.pl_bar img {
  margin: 20px 10px 0 0;
}

.find_prop_type {
  width: 270px;
}

@media only screen and (max-width: 768px) {
  .find_prop_type {
    margin: 12px 0 0 0;
    width: 100%;
    float: left;
  }
  .perpage {
    display: none;
  }
}

.find_prop_type.pl {
  width: 165px;
}

@media only screen and (max-width: 768px) {
  .find_prop_type.pl {
    width: 100%;
    margin: 0;
  }
}

.find_prop_type select {
  width: 100% !important;
  margin: 0;
  display: block;
  font-size: 13px;
  font-weight: normal !important;
  line-height: 36px;
  height: 36px;
  color: #777;
  border-radius: 0;
  border: 1px solid #dadada;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' id='U+25BC'%3E%3Cpath d='m90,150 75-130H15' fill='%23e99a35'/%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-background-size: 15px;
  background-color: #fff;
  background-size: 10px;
  padding: 0px 15px;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
}

.find_prop_type select#prop_type {
  margin: 5px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .find_prop_type select#prop_type {
    margin: 5px 5% 15px 5%;
  }
}
.find_prop_type select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

@media only screen and (max-width: 768px) {
  .find_prop_type {
    width: 100%;
  }
}

/*** Advanced Search Styles ***/
.adv_fields h5 {
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.adv_fields p {
  float: left;
  width: 100%;
  margin: 20px 0;
}

form#adv_search input {
  width: 230px;
  float: left;
}

form#adv_search input.adv_search_field {
  margin: 2px 0 0 0;
}

form#adv_search input.submit {
  width: auto;
  float: right;
}

.or_filter {
  border-bottom: 1px solid #ccc;
}

.filter_container {
  width: 99%;
  float: left;
  height: 160px;
  padding: 10px 0;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #000;
  margin: 0 0 20px 0;
}

.filter_container .check_row {
  float: left;
  width: 95%;
  margin: 0 2.5% 5px 2.5%;
}

.filter_container .check_row input[type="checkbox"] {
  float: left;
  margin: 4px;
}

.filter_container .check_row label {
  float: left;
  font-weight: normal;
  margin: -1px 0 0 10px;
}

.style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.style-1::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.style-1::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

select#parcel_type,
select#price_range {
  width: 100% !important;
  margin: 0 0 20px 0;
  display: block;
  height: auto;
  font-size: 13px;
  font-weight: normal !important;
  line-height: 16px;
  color: #777;
  border-radius: 0;
  border: 1px solid #000;
  -webkit-appearance: none;
  background-image: url(../images/icon_downarrow.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-background-size: 15px;
  background-color: #fff;
  background-size: 15px;
  padding: 6px 3%;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  outline: none;
}

select#parcel_type#prop_type,
select#price_range#prop_type {
  margin: 5px 0 0 0;
}

@media only screen and (max-width: 768px) {
  select#parcel_type,
  select#price_range {
    float: none;
  }
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* Single agent page */
.agent_single {
  padding: 35px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
.agent_single h1 {
  width: 100%;
  border-top: 1px solid #c5c3be;
  border-bottom: 1px solid #c5c3be;
  padding: 15px 0;
  margin: 15px 0 35px;
}
.agent_single h3 {
  font-weight: 600;
}
.agent_single .as_left {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.agent_single .as_right {
  flex: 0 0 calc(100% - 40px - 300px);
}

.agent_single .as_right ul {
  padding: 0;
  margin: 10px 0 15px 25px;
}

.back_button {
  padding: 5px 15px;
  background: #646e2f;
  border-radius: 5px;
  color: #ffc333;
  font-weight: 600;
  display: inline-block;
  transition: color 0.2s;
}
.back_button:hover {
  color: #ffffff;
}

/* Single property agent form */
.asl_form form li {
  padding: 0 !important;
}
.asl_form form input {
  margin: 0;
  width: 100% !important;
  padding: 5px 10px !important;
}
.asl_form form textarea {
  height: 120px;
  padding: 5px 10px;
}
.asl_form .gform_legacy_markup_wrapper .gform_footer {
  margin: 0;
  padding: 10px 0 0;
}

@media screen and (max-width: 767px) {
  .agent_single {
    flex-direction: column;
  }
}

/*** Page Content ***/
.sub_page h1 {
  margin: 25px 0 65px 0;
}

.sub_page .page_content {
  margin: 0 0 25px 0;
}

.page_content {
  margin: 25px 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 0 0 50px 0;
}

.page_content.articles {
  background: #f5f0e9;
}

.page_content.articles ul {
  margin: 40px;
}

.page_content.articles ul li a {
  color: #000;
  background: url("../images/icon-icon-link.png") no-repeat;
  background-position: left center;
  padding: 0 0 0 25px;
}

.rw {
  width: 33%;
  float: left;
  text-align: center;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 768px) {
  .rw {
    width: 98%;
    margin: 0 1% 10px 1%;
  }
}

.rw .rw_img {
  width: 60%;
  margin: 0 auto 20px auto;
}

.rw .rw_img img {
  max-height: 120px;
}

.rw .rw_content {
  width: 95%;
  margin: 0 2.5%;
}

/*** Properties Listing ***/
.taxonomy-sidebar {
  float: left;
  margin: 20px 0 0 0;
  width: 30%;
}

@media only screen and (max-width: 768px) {
  .taxonomy-sidebar {
    display: none;
  }
}

#content-property_keyword {
  float: left;
  width: 68%;
  margin: 0 0 0 2%;
}

@media only screen and (max-width: 768px) {
  #content-property_keyword {
    width: 100%;
    margin: 0;
  }
}

.properties {
  background-color: #f5f2e9;
}

.property {
  display: flex;
  margin: 0 0 2em;
  padding: 0 0 2em;
  border-bottom: 1px solid #d6d6d6;
}
.property:last-child {
  border-bottom: none;
}

.pleft {
  flex: 0 0 35%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  min-height: 300px;
}

.pleft img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.prop_sale {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  left: -40px;
  z-index: 2;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  padding: 10px 35px;
  width: 150px;
  min-height: 48px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  transform: rotate(-45deg);
  cursor: default;
}
.prop_sale.new {
  background: #ffc333;
  color: #000000;
}
.prop_sale.sold,
.prop_sale.closed {
  background: #b70000;
  font-size: 18px;
}
.prop_sale.pending {
  background: #72b140;
}
.prop_sale.reduced {
  background: #2d55ff;
}

.pleft .deets {
  position: absolute;
  background: #ffc333;
  border: 1px solid #ffc333;
  color: #000000;
  bottom: 15px;
  right: 10px;
  z-index: 2;
  font-size: 14px;
  font-weight: 800;
  padding: 5px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  display: none !important;
}
.pleft .deets svg {
  font-size: 1em;
  height: 1em;
  width: auto;
}

.pleft .vid {
  position: absolute;
  background: #ffc333;
  border: 1px solid #ffc333;
  color: #000000;
  bottom: 15px;
  right: 130px;
  right: 10px;
  z-index: 2;
  font-size: 12px;
  letter-spacing: 0.075em;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  transition: color 0.25s;
}
.pleft .vid i {
  font-style: normal;
}
.pleft .vid:hover {
  color: #ffffff;
}

.pright {
  flex: 1 1 auto;
  padding: 20px 0px 20px 40px;
  display: flex;
  flex-direction: column;
}

.pright svg {
  display: inline-block;
  vertical-align: top;
  margin: 3px 5px 0 0;
  font-size: 1em;
  height: 0.8em;
  width: auto;
  transition: transform 0.25s;
}
.pright a {
  color: inherit;
  transition: color 0.25s, border-color 0.25s, background 0.25s;
}
.pright a:hover {
  color: #d3b574;
  border-color: #d3b574;
}

.pright .pr_title {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  margin: 0 0 5px;
}

.pright .pr_title h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 10px;
}

.pright .pr_location {
  flex: 0 0 auto;
}
.pright .pr_location p {
  margin: 5px 0;
  font-size: 18px;
}
.pright .pr_location a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pright .pr_stats {
  font-size: 18px;
  display: flex;
  gap: 0 30px;
}
.pright .pr_stats span {
  display: block;
  margin: 5px 0;
}
.ptype-title {
  margin-right: 8px;
  display: none;
}
.ptype {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.ptype a {
  padding: 2px 8px;
  border-radius: 2px;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  transition: color 0.25s;
}
.plink-wrapper {
  text-align: right;
  margin: auto 0 0;
}
.plink {
  display: inline-flex;
  font-family: "Source Sans 3", Sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 17px;
  letter-spacing: 1.4px;
  padding: 10px 20px 8px;
  background: #ffc333;
  border-radius: 4px;
  border: 1px solid #ffc333;
  gap: 15px;
}
.plink:hover {
  color: #000000;
  background: transparent;
}
.plink:hover svg {
  transform: rotate(45deg);
}

@media only screen and (max-width: 1024px) {
  .property {
    flex-direction: column;
  }
  .pleft {
    flex: 0 0 35%;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
  }
  .pright {
    padding: 20px;
    border: 1px solid #c5c3be;
    border-radius: 0 0 10px 10px;
    background: #ffffff;
  }
  .pleft .vid {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .pright .pr_title,
  .pright .pr_stats {
    flex-direction: column;
  }

  .plink {
    display: flex;
    justify-content: space-between;
  }

  ul[name="acreage"],
  ul[name="price"] {
    display: none;
  }

  #propertySort ul.arr {
    width: 40%;
  }
}

/*** Property Single ***/
.h2-title {
  width: 100%;
  padding: 0.5em 0;
  margin: 0 0 2em;
  border-top: 1px solid #c5c3be;
  border-bottom: 1px solid #c5c3be;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h2-title h2,
.h3-title h3 {
  margin: 0;
  padding: 0;
  font-size: 1.5em !important;
  line-height: 1.3 !important;
  padding-bottom: 0.25em;
}

.h2-title .links a {
  background-color: #F6F6F6;
  color: #000000;
  padding: 0.75em 1em;
  border-radius: 4px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  transition: background-color 0.25s, border 0.25s, color 0.25s;
}
.h2-title .links a svg {
  fill: #000000;
  display: inline-block;
  vertical-align: top;
  margin: 2px 0 0 0;
  font-size: 1.5em;
  height: 1em;
  width: auto;
  transition: transform 0.25s;
}
.h2-title .links a:hover {
  color: #d3b574;
  border-color: #d3b574;
  background-color: transparent;
}
.h2-title .links a:hover svg {
  transform: rotate(45deg);
}

.sp_container {
  background-color: #f5f2e9;
  padding: 4em 0;
}
.sp_container .row {
  display: flex;
  flex-direction: column;
  gap: 4em;
}

.property_top svg {
  display: inline-block;
  vertical-align: top;
  margin: 2px 5px 0 0;
  font-size: 1em;
  height: 1em;
  width: auto;
  transition: transform 0.25s;
}
.ps_location {
  font-size: 18px;
}
.ps_stats {
  font-size: 18px;
  display: flex;
  gap: 0 30px;
}
.property_top .ps_left {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #c5c3be;
  border-bottom: 1px solid #c5c3be;
  padding: 15px 0;
  margin: 0 0 20px;
}
.property_top .ps_left h1 {
  margin: 0;
}
.property_top .ps_left p {
  margin: 0 0 15px;
}

.property_top .ps_left p a {
  color: #666;
}

.property_top .ps_left h3 {
  margin: 0 0 20px 0;
}

.property_top .ps_right {
}
.property_top .ps_right .ptype {
  margin: 0 0 30px;
}
.property_top .ps_right .ptype a {
  transition: color 0.2s, border-color 0.2s;
}
.property_top .ps_right .ptype a:hover {
  color: #ffc333;
  border-color: #ffc333;
}

.psr_imgs {
  /* text-align: right; */
}
.psr_imgs a {
  padding: 0.5em 1em;
  border: 1px solid;
  border-radius: 4px;
  color: #ffc333;
  display: inline-block;
  transition: color 0.2s;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.psr_imgs a:hover {
  color: #2A2A2A;
}

.container.agents {
  padding: 35px 0;
  background-color: #f5f2e9;
}

/* Property agent card */
.agents_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
  grid-template-rows: 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 3em;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.prop_agent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.prop_agent img {
  width: 100%;
  max-width: 100%;
  display: block;
  border-radius: 5px !important;
  margin: 0 0 15px;
}
.prop_agent h3 {
  margin: 0 0 0.25em;
}
.prop_agent .sub_heading span {
  display: block;
}
.prop_agent .prop_agent_contatcs span {
  display: block;
}
.prop_agent .prop_agent_excerpt {
  margin: 0 0 10px;
}
.prop_agent h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.prop_agent h3 a:hover {
  color: #d3b574;
}
.prop_agent .prop_agent_links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: auto 0 0;
}
.property_mid .prop_agent p {
  font-weight: 500;
  color: #2A2A2A;
}
.property_mid .prop_agent p a {
  color: inherit;
  transition: color 0.25s;
}
.property_mid .prop_agent p a:hover {
  color: #ffc333;
}

.prop_agent .prop_agent_links a {
  transition: color 0.25s, border-color 0.25s, background 0.25s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 17px;
  letter-spacing: 1.4px;
  padding: 10px 10px 8px 20px;
  border-radius: 4px;
  border: 1px solid #ffc333;
  gap: 15px;
  background: #ffc333;
}

.prop_agent .prop_agent_links a:hover {
  color: #d3b574;
  border-color: #d3b574;
  background: transparent;
}

.prop_agent .prop_agent_links a svg {
  display: inline-block;
  vertical-align: top;
  margin: 2px 5px 0 0;
  font-size: 1.5em;
  height: 1em;
  width: auto;
  transition: transform 0.25s;
}

.prop_agent .prop_agent_links a:hover svg {
  transform: rotate(45deg);
}

/* Single Property top section */
.single-property-top-section {
  background: #444d2e;
  text-align: center;
}
.single-property-top-section .property_top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25em;
  padding: 2.5em 0;
}
.single-property-top-section h1 {
  font-size: 2.1em !important;
  text-transform: uppercase;
  line-height: 1.2 !important;
  margin: 0;
}
.single-property-top-section p {
  justify-content: center;
  color: #fff;
  margin: 0;
  font-size: 1.25em;
  font-weight: 600;
  line-height: normal;
}
.single-property-top-section p span {
  line-height: 1;
  display: inline-block;
}
.single-property-top-section p span + span {
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 1px solid #ffc333;
}

/* Single Property middle section */
.property_mid {
  width: 100%;
  display: flex;
  gap: 4em;
  max-width: 1088px;
  margin: 0 auto;
}
.property_mid p,
.property_mid ul li {
  color: #515151;
  font-size: 16px;
  line-height: 1.5;
}
.property_mid ul li::marker {
  color: #ffc333;
}

.property_mid .pm_left {
  width: calc(100% - 340px);
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.property_mid .pm_left .short_desc {
}

.property_mid .pm_left .pml_highlights {
}

@media only screen and (max-width: 768px) {
  .property_mid .pm_left .pml_highlights {
    width: 100%;
    margin: 0;
  }
  .single-property-top-section p {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    font-size: 1em;
  }
  .single-property-top-section p span + span {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}

.property_mid .pm_left .pml_highlights ul {
  margin: 0 0 0.75em 1.25em;
  padding: 0;
}
.property_mid .pm_left .pml_highlights ul ul {
  margin-top: 0.35em;
}
.property_mid .pm_left .pml_highlights ul ul li {
  list-style-type: circle;
}
.property_mid .pm_left .pml_highlights ul li {
  list-style-type: disc;
  margin: 0 0 0.35em;
}

.property_mid .pm_left .pml_add_info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.property_mid .pm_left .pml_add_info > div {
  background: #FFFBEE;
  padding: 1em;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
}
.property_mid .pm_left .pml_add_info > div > *:last-of-type {
  margin-bottom: 0 !important;
}
.property_mid .pm_left .pml_add_info h3 {
  font-family: "Source Sans 3", Sans-serif !important;
  font-weight: 900;
  font-size: 12px !important;
  line-height: 1.4 !important;
  text-transform: uppercase;
  margin: 0 0 8px;
  color: #2A2A2A;
}
.property_mid .pm_left .pml_add_info p,
.property_mid .pm_left .pml_add_info ul li {
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: #888888;
}

@media only screen and (max-width: 768px) {
  .property_mid .pm_left .pml_add_info {
    width: 100%;
  }
}

.property_mid .pm_right {
  flex: 0 0 336px;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.property_mid .pm_right > div {
  padding: 1.25em;
  background-color: #fff;
  border-radius: 5px;
  gap: 2em;
}

.property_mid .pm_right form li {
  padding: 0 !important;
}

.property_mid .pm_right form input {
  margin: 0;
  width: 100% !important;
  padding: 1em 0.75em !important;
  font-size: 14px !important;
  border: 1px solid #E7E7E7;
  font-weight: 700;
}
.property_mid .pm_right form input::placeholder {
  color: #B0B0B0;
}
.property_mid .pm_right form input.gform_button {
  border: 1px solid #FFC333;
  text-transform: uppercase;
  font-weight: 900;
  transition: background-color 0.25s, color 0.25s;
}
.property_mid .pm_right form input.gform_button:hover {
  background-color: transparent;
  color: #FFC333;
}
.property_mid .pm_right form textarea {
  height: 120px;
  padding: 0.75em !important;
  font-size: 14px !important;
}
.property_mid .pm_right .gform_legacy_markup_wrapper {
  margin-bottom: 0;
}
.property_mid .pm_right .gform_legacy_markup_wrapper .gform_footer {
  margin: 0;
  padding: 1em 0 0;
}
.property_mid .pm_right .gform_legacy_markup_wrapper label.gfield_label {
  display: block !important;
  font-size: 14px;
  color: #000000;
}
.property_mid .pm_right .gform_legacy_markup_wrapper label.gfield_label .gfield_required {
  display: none !important;
}

@media only screen and (max-width: 1023px) {
  .property_top .ps_left {
    display: block;
  }
  .property_mid {
    flex-direction: column;
  }
  .property_mid .pm_left {
    width: 100%;
  }
  .property_mid .pm_right {
    flex: 0 0 100%;
  }
}

#tabs-container {
  width: 100%;
  max-width: 1088px;
  margin: 0 auto;
}
.tabs-menu {
  margin: 0 0 0.5em;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.5em;
}
.tabs-menu li {
  margin: 0;
  background-color: #fff;
  border-radius: 5px;
  min-width: 8.85em;
}
.tabs-menu li a {
  color: #888888;
  text-decoration: none;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
}
.tabs-menu li svg {
  height: 1em;
  width: auto;
  font-size: 1.5em;
}
.tabs-menu li svg path {
  stroke: #888888;
}
.tabs-menu li.current a {
  color: #2a2a2a;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs-menu li.current svg path {
  stroke: #2a2a2a;
}

.tab {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.tab-content {
  display: none;
}
.tab-inner {
  overflow: hidden;
  position: relative;
}

#tab-1 {
  display: block;
}

#tab-1 .slideshow_main {
  width: 100%;
  margin: 0 0 2px;
  padding: 54.5% 0 0;
  position: relative;
}
#tab-1 .slideshow_main img {
  display: block;
  width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
}

#tab-1 .car_wrap {
  width: 100%;
  overflow: hidden;
}

#tab-1 .slideshow_carousel {
  margin: 0;
  padding: 0 47px;
  height: 70px;
  overflow: hidden;
}

#tab-1 .slideshow_carousel a {
  display: block;
}

.listing_thumb img {
  height: 70px;
}

/* More property results */
.pml_more_results {
  width: 100%;
}
.pml_more_results .more_results_list {
  display: flex;
  gap: 2em;
  flex-wrap: wrap;
}
.pml_more_results .more_result {
  width: calc(25% - 1.5em);
  background: #ffffff;
  overflow: hidden;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.more_result_image {
  background: #2A2A2A;
}
.more_result_image a {
  display: block;
  position: relative;
  padding: 60% 0 0;
  position: relative;
}
.more_result_image a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.pml_more_results .more_result h3 {
  margin: 0;
  font-weight: 400;
  font-size: 1.05em;
}
.pml_more_results .more_result h3 a {
  color: inherit;
  transition: color 0.2s;
}
.pml_more_results .more_result h3 a:hover {
  color: #ffc333;
}
.pml_more_results .more_result .pr_stats span {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}
.more_result_content {
  padding: 1em;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  border-radius: 0 0 4px 4px;
  border: 1px solid #E7E7E7;
  border-top: none;
  flex: 1;
}
.more_result_content p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.more_result_content p.pr_stats {
  font-weight: 700;
  font-size: 12px;
  display: block;
}
.more_result_content p.ptype a {
  font-size: 12px;
  line-height: 1.4;
  color: #2A2A2A;
}
.more_result_content p.ptype a:hover {
  color: #ffc333;
}
.more_result_content p.plink-wrapper {
  margin: auto 0 0;
  text-align: left;
}
.more_result_content p svg {
  height: 1.5em;
  margin-top: 0;
}
.more_result_short_descr {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.more_result_short_descr p {
  color: #888888;
}
.more_result_content .plink {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px 8px;
  gap: 5px;
}

@media only screen and (max-width: 1023px) {
  .pml_more_results .more_result {
    width: calc(50% - 1em);
  }
}
@media only screen and (max-width: 639px) {
  .pml_more_results .more_result {
    width: 100%;
  }
}


.pml_more_props h3 {
  margin: 0 0 20px 0;
}

.pml_more_props ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(20em, 100%), 1fr));
  grid-template-rows: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.pml_more_props ul li a {
  color: #000000;
  font-weight: 800;
  transition: color 0.2s;
  display: block;
  padding: 1em;
  background: #FFFBEE;
  text-transform: uppercase;
  font-size: 14px;
  min-height: 100%;
}
.pml_more_props ul li a:hover {
  color: #ffc333;
}

@media only screen and (max-width: 768px) {
  .pml_more_props ul li {
    width: 100%;
    margin: 0;
  }
}

/*** PAGINATION ***/
.pagination {
  float: left;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 13px;
  width: 100%;
  text-align: center;
}

.pagination span,
.pagination a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #646e2f;
}

.pagination a:hover {
  color: #e99b00;
  background: #646e2f;
}

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #646e2f;
  color: #e99b00;
}

/*** Contact Page Styles ***/
.pcon_left {
  float: left;
  width: 40%;
  margin: 45px 0 45px 5%;
}

@media only screen and (max-width: 768px) {
  .pcon_left {
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
  .tabs-menu li {
    min-width: 0;
  }
  .tabs-menu li svg {
    display: none;
  }
}

.pcon_right {
  float: left;
  width: 50%;
  margin: 45px 0 45px 0;
}

@media only screen and (max-width: 768px) {
  .pcon_right {
    width: 90%;
    margin: 0 5%;
  }
}

.pcon_right select {
  width: 99% !important;
  display: block;
  height: auto;
  font-size: 11px;
  font-weight: normal !important;
  line-height: 16px;
  margin: 0 0 20px 0;
  color: #a9a9a9;
  border-radius: 0;
  border: 1px solid #000;
  -webkit-appearance: none;
  background-image: url(../images/icon_downarrow.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-background-size: 15px;
  background-color: #fff;
  background-size: 15px;
  padding: 4px 3%;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  outline: none;
}

@media only screen and (max-width: 768px) {
  .pcon_right select {
    float: none;
    width: 99% !important;
  }
}

.pcon_right select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.pcon_right input {
  margin: 0 0 20px 0;
}

.pcon_right textarea {
  margin: 0 0 20px 0;
}

.con_agents_listing {
  width: 95%;
  margin: 0 2.5%;
  padding: 40px 0;
  float: left;
  border-top: 1px solid #c4c0ba;
}

.con_agents_listing h4 {
  font-size: 14px;
  line-height: 14px;
  margin: 0;
}

.con_agents_listing a {
  color: #361b07;
  text-transform: uppercase;
}

.con_agent_col {
  float: left;
  width: 33%;
}

@media only screen and (max-width: 479px) {
  .con_agent_col {
    width: 100%;
    text-align: center;
  }
}

.con_agent {
  margin: 0 0 10px 0;
  float: left;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .con_agent {
    margin: 0;
  }
}

/*** Blog Styles ***/
.bp_img {
  width: 35%;
  margin: 0 2.5% 0 0;
  float: left;
}

.bp_content {
  width: 62.5%;
  float: left;
}

.bp_content.full {
  width: 100%;
}

/* Footer Styles */
#fnav li {
  float: left;
  margin: 0 5px;
}

.foot_addresses {
  background: url("../images/bg_fade.png") repeat-x;
}

@media only screen and (max-width: 768px) {
  .foot_addresses {
    text-align: center;
    font-size: 15px;
  }
}

.foot_addresses h6 {
  color: #000;
  margin: 18px 0 28px 0;
}

.fa_loc {
  font-size: 13px;
  line-height: 16px;
}

@media only screen and (max-width: 768px) {
  .fa_loc {
    text-align: center;
    font-size: 15px;
    margin: 0 0 20px 0;
  }
}

.fa_loc b {
  color: #000;
}

.fa_loc a {
  word-wrap: break-word;
}

.fa_loc a.fal_email {
  background: url("../images/icon_email_locs.png") no-repeat;
  padding: 0 0 0 25px;
  background-position: left top 3px;
  color: #666;
  text-decoration: underline;
}

/* -------------------------- MIXINS ---------------------------------- */
/* -------------------------- END MIXINS ---------------------------------- */
/* kenBurns animations, very basic */
@-webkit-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}

@-moz-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}

@-ms-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}

@keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}

@-webkit-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}

@-moz-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}

@-ms-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}

@keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}

.single-listing #map_canvas {
  width: 100%;
  height: 100%;
}

/* CUSTOM STYLES 10/25/18 */

#recommendedArticlesSection .pright {
  margin: 18px 0 0 0;
}

@media screen and (min-width: 769px) {
  #recommendedArticlesSection .pleft {
    margin: 18px 0 0 5%;
  }
}

#recommendedArticlesSection .pright img.thumb {
  width: 100%;
}

/* END OF CUSTOM STYLES */

/* IMG Widget */
.img-border .elementor-widget-container::before {
  content: "";
  border: 1px solid #3f4519;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 15px;
  top: 25px;
  z-index: 0;
}
.img-border .elementor-widget-container img {
  position: relative;
  width: 100%;
}
.img-border .elementor-widget-container {
  position: relative;
  margin-right: 15px !important;
  margin-bottom: 25px !important;
}
/* Video Widget */
.elementor-widget-video.img-border .elementor-widget-container {
  overflow: visible;
}

/*** THESE ARE STYLES NOT COMPILED WITH SASS ***/

/*** SINGLE PROPERTY VIEW **/
.pml_add_info ul {
  margin: 10px 0 15px 25px;
  padding: 0;
}
.pml_add_info ul li {
  margin: 10px;
  list-style: disc;
}

/* Useful Property Docs */
.pml_add_info .usefuldoc {
  margin: 10px 0 15px 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pml_add_info .usefuldoc li {
  list-style: none;
  margin: 0;
}
.pml_add_info .usefuldoc li a {
  color: inherit;
  transition: color 0.2s;
}
.pml_add_info .usefuldoc li a:hover {
  color: #ffc333;
}
.pml_add_info .usefuldoc li a svg {
  height: 1.25em;
  font-size: 1em;
  width: auto;
  margin: 0px 8px 0 0;
  vertical-align: top;
}

.read-more {
  color: #d3b574;
  text-underline-offset: 3px;
}
.read-more:hover {
  text-decoration: none !important;
}

.rumloc-map {
  width: 100%;
  height: 400px;
}

.fa_loc {
  margin-bottom: 28px;
}

.slick-prev,
.slick-next,
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  z-index: 5;
  overflow: hidden;
  width: 45px !important;
  padding: 0 !important;
  font-size: 0 !important;
  border-radius: 0 !important;
  background: #ffc333 !important;
  transition: opacity 0.2s;
}
.slick-prev::before,
.slick-next::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slick-prev:hover,
.slick-next:hover {
  background: #ffc333;
  opacity: 0.9;
}
