@charset "UTF-8";
/* xl - DESKTOP STYLES */
/* Write your Public SASS desktop here! */
a.elementor-post__read-more {
  padding: 6px 12px;
  background: #3d2839;
  color: #fff !important;
  border-radius: 6px;
}
#myHeader.elementor-sticky--effects {
  background-color: #3d2839 !important;
  transition: background-color 0.5s ease !important;
}
#myHeader #Logo_Sticky {
  display: none;
}
#myHeader.elementor-sticky--effects #Logo {
  display: none;
}
#myHeader.elementor-sticky--effects #Logo_Sticky {
  display: block;
}
#myHeader.elementor-sticky--effects .elementor-nav-menu--main a {
  color: #fcd78c;
  fill: #fcd78c;
}
#myHeader.elementor-sticky--effects .elementor-nav-menu--dropdown {
  background-color: #4d2f47;
}
#myHeader.elementor-sticky--effects .elementor-nav-menu--dropdown a:hover {
  background-color: #835079;
}
#main a {
  color: #034c5e !important;
}
#main .page-numbers a {
  color: #FFF !important;
}
.property-search-form-default {
  margin-bottom: 30px;
}
#main .btn-align-center a {
  color: #FFF !important;
}
.price_qualifier-fixed-price .price-qualifier {
  display: none !important;
}
@media screen and (max-width: 769px) {
  .properties .type-property {
    display: grid;
    text-align: center;
  }
  .properties .type-property a.button {
    width: 50%;
  }
  .properties .type-property > div {
    width: 100% !important;
    float: none !important;
  }
  .properties .type-property .thumbnail a {
    width: 100%;
  }
  .properties .type-property .thumbnail a img {
    width: 100%;
    object-fit: cover;
  }
}
.properties .summary {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}
.properties .details {
  position: relative;
}
.properties .details .availability {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  line-height: normal;
  color: white;
  background: #034C5E;
  display: inline-block;
  padding: 0.5rem;
}
@media screen and (max-width: 1201px) {
  .properties .details .availability {
    position: relative;
  }
}
.fancybox-container .fancybox-content .property-enquiry-form {
  position: relative;
}
.fancybox-container .fancybox-content .property-enquiry-form [type=submit] {
  display: block;
  width: 100%;
  background: #ffbb14 !important;
  margin: 0 auto;
}
.fancybox-container .fancybox-content .control {
  display: grid;
  grid-template-columns: 1fr 2fr;
  color: #034C5E;
}
.fancybox-container .fancybox-content .control input, .fancybox-container .fancybox-content .control textarea {
  color: black;
}
.post-type-archive-property .propertyhive-pagination li > .page-numbers {
  color: white;
  font-weight: bold;
  display: block;
  padding: 10px 15px;
  background: #034C5E;
  text-decoration: unset;
  transition: 0.3s;
}
.post-type-archive-property .propertyhive-pagination li > .page-numbers.current {
  background: #05748f;
}
.post-type-archive-property .propertyhive-pagination li > .page-numbers:hover {
  background: #05748f;
}
.post-type-archive-property select {
  color: #034C5E;
  font-weight: bold;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.post-type-archive-property a.button, .post-type-archive-property input[type=submit] {
  background: #ffbb14 !important;
}
.post-type-archive-property .property-search-form {
  font-weight: 600;
}
.post-type-archive-property .property-search-form .tabs {
  display: flex;
}
.post-type-archive-property .property-search-form .tabs .tab {
  background: #05748f;
}
.post-type-archive-property .property-search-form .tabs .tab .label {
  cursor: pointer;
  display: block;
  padding: 10px;
  color: white;
  font-weight: 600;
}
.post-type-archive-property .property-search-form .tabs .tab input:checked + .label {
  background: #034C5E;
}
.post-type-archive-property .property-search-form .tabs input {
  display: none;
}
.post-type-archive-property .property-search-form .fields {
  padding: 1rem;
  background: #034C5E;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  color: white;
}
.post-type-archive-property .property-search-form .fields .control[style="display: table-cell;"] {
  display: flex !important;
  flex-direction: column;
}
.post-type-archive-property .property-search-form .fields select {
  margin: 0;
}
.post-type-archive-property .properties li {
  border: 0 !important;
}
.post-type-archive-property .properties .details::after, .post-type-archive-property .properties .details::before {
  display: none;
}
.post-type-archive-property .properties .actions {
  margin-top: 10px;
}
.post-type-archive-property .properties .price {
  font-size: 26px;
  color: grey;
  line-height: normal !important;
}
.post-type-archive-property .properties .price .price-qualifier {
  color: #05748f;
  /* font-style: italic; */
  text-transform: uppercase;
  letter-spacing: -2px;
  font-size: 18px;
}
.single-property .property_actions a {
  background: #ffbb14 !important;
}
.single-property #main .wf-container-main {
  display: flex !important;
}
.single-property #main #container {
  max-width: 100% !important;
}
.single-property #main .property {
  color: #404040;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1auto;
  grid-template-areas: "image image image image" "entry entry entry entry" "action action action action" "feature feature summary summary" "description description description description";
}
.single-property #main .property .images {
  width: 100%;
  grid-area: image;
}
.single-property #main .property .images #carousel .slides li {
  cursor: pointer;
}
.single-property #main .property .images #carousel .slides li + li {
  margin-left: 2px;
}
.single-property #main .property .features {
  grid-area: feature;
}
.single-property #main .property .summary {
  grid-area: summary;
}
.single-property #main .property .entry-summary {
  grid-area: entry;
}
.single-property #main .property .property_actions {
  grid-area: action;
}
.single-property #main .property .description {
  margin-top: 1rem;
  grid-area: description;
}
.single-property #main .price {
  font: normal bold 16px / 18px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  color: grey;
  line-height: normal !important;
}
.single-property #main .price .price-qualifier {
  color: #05748f;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-size: 18px;
}
.single-property #main .entry-summary {
  text-align: center !important;
}
.single-property #main .property_meta ul {
  width: 400px;
  margin: auto;
}
.single-property #main .property_meta li span {
  font-weight: 800;
  color: #034C5E;
  margin-right: 5px;
}
.single-property #main .property_meta li + li {
  margin: 0;
}
.single-property #main .property_actions {
  margin: 1rem 0;
}
.single-property #main .property_actions ul {
  display: flex;
  justify-content: center;
}
.single-property #main .property_actions li {
  height: 42px;
  display: flex;
  text-align: center;
}
.single-property #main .property_actions li a {
  padding: 10px 18px 10px 16px;
  width: 100%;
  text-decoration: none;
  color: white;
  font: normal bold 16px / 18px "Open Sans Condensed", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  background: #FFE093;
}
.single-property #main .property_actions li + li {
  margin-left: 10px;
}
.single-property #main .features ul li {
  font: normal bold 18px "Open Sans Condensed", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
}
.single-property #main .features ul li::before {
  font-family: "Defaults";
  content: " ";
  color: #034C5E;
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  /* Write your Public SASS mobile-l here! */
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  /* Write your Public SASS mobile-p here! */
  .single-property #main .property {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "image image image image" "entry entry entry entry" "action action action action" "feature feature feature feature" "summary summary summary summary" "description description description description";
  }
  .entry-summary {
    width: 100%;
  }
  .entry-summary .property_meta ul {
    width: 100% !important;
  }
  .property_actions ul {
    flex-direction: column !important;
  }
  .property_actions ul li + li {
    margin-left: 0 !important;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F8395-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F8395-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BACSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAjDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwDQ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAArFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwGI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FUpB%3BAAIA%3BAAAA%3BAAAA%3BAAJA%3BAASA%3BAAAA%3BAELQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcR%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */