/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.archive-property {
  border-bottom: 1px solid #e0e0e0; }
  .archive-property:first-of-type {
    margin-top: 0 !important; }
  .archive-property:last-of-type {
    border-bottom: none; }
  .archive-property h2.entry-title {
    font-weight: bold; }
  .archive-property h2.entry-title a {
    color: #86764E; }
  .archive-property h2.entry-title a:hover {
    color: #3b3f4a; }
  .archive-property .price {
    color: #86764E;
    font-weight: bold;
    font-size: 20px; }

.single-property *:last-child {
  margin-bottom: 0; }

.post-type-archive-properties .page-title {
  display: none !important; }

.post-type-archive-properties #load {
  display: none !important; }

.post-type-archive-properties h1 {
  color: #86764E !important;
  font-family: "Montserrat", Sans-serif !important;
  font-size: 2em !important;
  font-weight: 600 !important; }

.post-type-archive-properties .region {
  color: #86764E;
  margin-bottom: 40px; }

.single-properties .page-title {
  display: none !important; }

.single-properties #load {
  display: none !important; }

.single-properties hr {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-bottom: 1px solid #e0e0e0; }

.single-properties h1 {
  font-weight: bold; }

.single-properties .estate {
  color: #3b3f4a; }

.single-properties .price {
  color: #86764E;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px; }

.archive-properties #load {
  display: none !important; }

.btn.enquiry-button {
  background: #fff;
  text-transform: uppercase;
  color: #86764E;
  text-decoration: none;
  padding: 12px 30px;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #86764E; }
  .btn.enquiry-button:hover, .btn.enquiry-button:focus {
    background: #86764E;
    color: #fff; }

.fcpl-agent-box {
  padding: 40px;
  background: #f4f4f4; }

.listing-icon {
  margin-right: 20px;
  color: #3b3f4a; }
  .listing-icon img {
    max-height: 21px;
    margin-right: 4px; }

.fcpl-gallery-nav,
.fcpl-gallery {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none; }
  .fcpl-gallery-nav .fcpl-prev, .fcpl-gallery-nav .fcpl-next,
  .fcpl-gallery .fcpl-prev,
  .fcpl-gallery .fcpl-next {
    background: rgba(0, 0, 0, 0.7);
    border: none;
    width: 30px;
    height: 50px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    padding: 0;
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%); }
  .fcpl-gallery-nav .fcpl-prev,
  .fcpl-gallery .fcpl-prev {
    left: 0; }
  .fcpl-gallery-nav .fcpl-next,
  .fcpl-gallery .fcpl-next {
    right: 0; }

.thumbnail-wrapper {
  position: relative; }
  .thumbnail-wrapper .sold {
    z-index: 9;
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px 20px;
    background: #B51515;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    display: inline-block; }

.fcpl-gallery-wrapper {
  position: relative; }
  .fcpl-gallery-wrapper .sold {
    z-index: 9;
    position: absolute;
    top: 30px;
    left: 15px;
    padding: 7px 30px;
    background: #B51515;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    display: inline-block; }

.fcpl-gallery-nav .slick-slide,
.fcpl-gallery .slick-slide {
  position: relative;
  overflow: hidden; }
  .fcpl-gallery-nav .slick-slide:before,
  .fcpl-gallery .slick-slide:before {
    display: block;
    content: "";
    padding-top: 56.26%; }
  .fcpl-gallery-nav .slick-slide > div,
  .fcpl-gallery .slick-slide > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .fcpl-gallery-nav .slick-slide li,
  .fcpl-gallery .slick-slide li {
    position: relative;
    overflow: hidden; }
    .fcpl-gallery-nav .slick-slide li:before,
    .fcpl-gallery .slick-slide li:before {
      display: block;
      content: "";
      padding-top: 56.26%; }
  .fcpl-gallery-nav .slick-slide img,
  .fcpl-gallery .slick-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.fcpl-gallery-nav.slick-initialized,
.fcpl-gallery.slick-initialized {
  display: block; }

#fcpl-map {
  width: 100%;
  height: 400px; }

.found-posts {
  color: #3b3f4a; }

#property-filters {
  padding-top: 10px; }
  #property-filters label {
    color: #3b3f4a;
    width: 100%;
    margin-bottom: 4px; }
  #property-filters input, #property-filters select {
    width: 100%;
    margin-bottom: 20px;
    height: 40px; }

.pagination-links {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px; }
  .pagination-links .page-numbers {
    text-decoration: none;
    color: #3b3f4a;
    margin-left: 3px;
    margin-right: 3px; }
    .pagination-links .page-numbers.next {
      margin-left: 30px; }
    .pagination-links .page-numbers.prev, .pagination-links .page-numbers.previous {
      margin-right: 30px; }
    .pagination-links .page-numbers.current {
      display: inline-block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      background: #86764E;
      color: #fff;
      padding: 0;
      border-radius: 1000px; }
