/* 
Theme Name: LBWSTARTER
Description: LBWSTARTER is a child theme of Hello Elementor, created by Crystalcore team
Author: crystalcore.net
Author URI: https://crystalcore.net
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/



.full_w {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}


.pdf-only,
.print-only {
  display: none;
}



/* Responsive Video */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe,
.videoWrapper embed,
.videoWrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* Grid */

/* container */
.container {
  padding: 0 15px;
}
/* row */
.row {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

.row > .col .fa, 
.row > .col .fab, 
.row > .col .fal, 
.row > .col .far, 
.row > .col .fas {
  font-family: "Font Awesome 5 Free";
}

/* columns general */
.col {
  padding: 0 15px;
}

/* columns devider */
.container > .row.devider > .col {
  border-right: 1px solid #b7b7b7;
}

/* columns */
.col-1,
.col-1-1 {
  display: block;
  width: auto;
}
.col-1-2 {
  width: 50%;
}
.col-1-3 {
  width: 33.33333333%;
}
.col-2-3 {
  width: 66.66666%;
}
.col-1-4 {
  width: 25%;
}
.col-3-4 {
  width: 75%;
}
.col-1-5 {
  width: 20%;
}
.col-2-5 {
  width: 40%;
}
.col-3-5 {
  width: 60%;
}
.col-4-5 {
  width: 80%;
}
.col-1-6 {
  width: 16.656%;
}
.col-5-6 {
  width: 83.33%;
}
.col-1-8 {
  width: 12.5%;
}
.col-3-8 {
  width: 37.5%;
}
.col-5-8 {
  width: 62.5%;
}
.col-7-8 {
  width: 87.5%;
}
.col-1-12 {
  width: 8.3333%;
}
.col-5-12 {
  width: 41.6666%;
}
.col-7-12 {
  width: 58.3333%;
}
.col-11-12 {
  width: 91.6666%;
}
.col-1-24 {
  width: 4.1666%;
}
.col-5-24 {
  width: 20.8333%;
}
.col-7-24 {
  width: 29.1666%;
}
.col-11-24 {
  width: 45.8333%;
}
.col-13-24 {
  width: 54.1666%;
}
.col-17-24 {
  width: 70.8333%;
}
.col-19-24 {
  width: 79.1666%;
}
.col-23-24 {
  width: 95.8333%;
}


@media only screen and ( max-width: 767px ) {

  /* Columns Grid */
  
  /* columns */
  .col-1,
  .col-1-1,
  .col-1-2,
  .col-1-3,
  .col-2-3,
  .col-1-4,
  .col-3-4,
  .col-1-5,
  .col-2-5,
  .col-3-5,
  .col-4-5,
  .col-1-6,
  .col-5-6,
  .col-1-8,
  .col-3-8,
  .col-5-8,
  .col-7-8,
  .col-1-12,
  .col-5-12,
  .col-7-12,
  .col-11-12,
  .col-1-24,
  .col-5-24,
  .col-7-24,
  .col-11-24,
  .col-13-24,
  .col-17-24,
  .col-19-24,
  .col-23-24,
  .col-2-1,
  .col-1-1
   {
    display: block;
    width: 100%;
  }
  .container > .row > .col {
    padding-left: 0;
    padding-right: 0;
  }
  .container > .row.devider > .col {
    border-right: none;
  }
}














.clear {
  clear: both;
}











/* BREADCRUMBS */
p#breadcrumbs {
  font-size: 18px;
  line-height: 26px;
  align-items: center;
  letter-spacing: 0.1px;
  color: #000000;
}
p#breadcrumbs a + span {
 margin-left: 5px; 
}
p#breadcrumbs a {
  margin-right: 5px;
}






/* Property List - Pagination */
.properties_pagination {
  text-align: center;
}
.properties_pagination > span {
  font-size: 0.833333333333333em;
  color: var(--e-global-color-primary);
  display: inline-block;
  text-align: center;
  transition: border-bottom 0.5s, opacity 0.5s;
  margin: 1px;
}
.properties_pagination > span a {
  text-decoration: none;
  font: inherit;
  color: inherit;
  display: block;
  min-width: 2.5em;
  height: 2.5em;
  line-height: 2.25em;
  border: 1px solid transparent;
  font-weight: 500;
}
.properties_pagination > span a.pagination__link--selected {
  color: #ffffff;
  background: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.properties_pagination > span:hover a {
  opacity: 0.8;
  border-color: var(--e-global-color-primary);
}
.properties_pagination > span a.pagination__link_next,
.properties_pagination > span:hover a.pagination__link_next,
.properties_pagination > span a.pagination__link_prev,
.properties_pagination > span:hover a.pagination__link_prev {
  border-color: transparent;
  color: var(--e-global-color-primary);
}










/* SORT VIEWS */
.sort_views {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  -webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
  margin: 0 auto 23px;
}
.sort_views .sort_by_label {
  font-size: 14px;
  margin-right: 18px;
  margin-top: 4px;
}

/* SORT ORDER */
.sort_order {
  position: relative;
  margin-right: auto;
}
.sort_order > span {
  display: block;
  line-height: 33px;
  height: 33px;
  padding: 0 10px;
  background: #F7F7F7;
  border: 1px solid #E0E0E0;
  transition: all .25s;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #52575C;
  min-width: 200px;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.sort_order .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 10px 0 0;
  z-index: 1020;
  box-sizing: border-box;
  min-width: 250px;
  padding: 15px 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0,0,0,.15);
  list-style: none;
  font-size: 14px;
}
.sort_order .dropdown li span {
  padding: 5px 0;
  display: block;
  cursor: pointer;
  transition: color .25s;
}
.sort_order .dropdown li span:hover {
  color: #323232;
}
@media only screen and (max-width: 375px) {
  .sort_order > span {
    min-width: 180px;
  }
  .sort_views .sort_by_label {
    display: none;
  }
}


/* VIEWS */
.views {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
}

/* Align views to the right on a map view */
.sort_views > .views:first-child {
  margin-right: 0;
  margin-left: auto;
}

.views li {
  margin-left: 4px;
}
.views li a {
  display: block;
  /*background: rgba(242,242,242,0.5);*/
  color: #52575C;
  line-height: 34px;
  height: 33px;
  padding: 0 20px;
  font-size: 14px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  transition: background 0.5s;
  border: 1px solid #E0E0E0;
}
.views li a:hover {
  background: #F2F2F2;
}
.views li.active a {
  background: #F2F2F2;
}
.views li a svg {
  margin-right: 7px;
}
.views li a svg path {
  fill: #828282;
}
.views li.active a svg path {
  fill: var( --e-global-color-accent );
}








/* GRID AND LIST VIEW */
.propLeft {
  position: relative;
}
.propRight {
  background: var(--e-global-color-secondary);
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-width: 0;
}
.propLeft .label {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--e-global-color-secondary);
  font-size: 12px;
  padding: 17px 20px 13px;
  border-radius: 0;
  line-height: 1.2;
  text-align: center;
  color: var(--e-global-color-primary);
  z-index: 1;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 2px 2px 0px;
  transition: all 0.75s;
  will-change: opacity, top;
}
.propLeft.video::before {
  content: " ";
  position: absolute;
  width: 3em;
  height: 3em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background: url(images/playButton.png) no-repeat 0 0;
  background-size: cover;
  border: none;
  z-index: 1;
}

.propLeft .property_image {
  overflow: hidden;
}
.propLeft .viewport {
  -webkit-transition: transform 1.5s;
  -o-transition: transform 1.5s;
  transition: transform 1.5s;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  padding: 55% 0 0;
  will-change: transform;
}
.propLeft:hover .viewport {
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.propLeft .price_bar {
  padding: 1.5em 0.85em 0.5em;
  background: linear-gradient(0deg, black, transparent);
  color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  gap: 0 1em;
  align-items: flex-end;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1.2;
}
.propLeft .price_bar .price {
  color: var(--e-global-color-primary);
  font-size: 1.2em;
  font-weight: 500;
}
.propLeft .price_bar .location {
  text-align: right;
  font-size: 0.75em;
}

.propRight > span,
.propRight > h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.propRight > span {
  font-style: normal;
  font-size: 0.85em;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 0 0 0.25em;
  display: block;
  position: relative;
}

.properties .propRight h3 {
  margin: 0 0 0.25em;
  line-height: 1.4;
  font-size: 1.25em;
  color: #ffffff;
  text-transform: none;
}
.propRight h3 a {
  color: inherit;
  transition: opacity 0.25s;
}
.propRight h3 a:hover {
  opacity: 0.85;
}
.propRight p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 1em;
/*  display: none;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.propRight ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5em;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}
.propRight ul li {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75em;
  color: var(--e-global-color-primary);
  padding: 0.4em 0 0;
}

.propRight a.view_details {
  font-size: 0.85em;
  letter-spacing: 0.05em;
  transition: color 0.25s;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  line-height: 1.4;
  margin: auto 0 0 auto;
}





/* GRID VIEW */
.propertyGrid > ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(15em, 100%), 1fr));
  grid-template-rows: 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.propertyGrid > ul > li {
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.propertyGrid .propLeft .viewport {
  padding: 75% 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.propertyGrid .propRight {
  padding: 1.25em;
  border-top: 2px solid rgba(255,255,255,0.1);
}

/*.propertyGrid .propRight ul li:not(:last-child):after {
  content: '';
  display: inline-block;
  margin: 0 10px;
  width: 2px;
  height: 2px;
  background: var( --e-global-color-accent );
}
.propertyGrid .propRight ul li:last-child {
  border-right: none;
}*/
@media (max-width: 1024px) {
  .propertyGrid > ul {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }
}
@media (max-width: 767px) {
  .views {
    margin: 0;
  }
  .views li a,
  .views li a:hover {
    background: var( --e-global-color-accent );
    color: #ffffff !important;
  }
  .views li a svg {
    display: none;
  }
  .views .listing_gallery_button,
  .views > li.active {
    display: none !important;
  }
}



/* LIST VIEW */
.propertyList > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
       -o-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.propertyList > ul > li {
  width: 100%;
  position: relative;
  margin: 0 0 1.5em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.propertyList .propLeft {
  flex: 0 0 17.75em;
}
.propertyList .propLeft a,
.propertyList .propLeft a .property_image,
.propertyList .propLeft a .property_image .viewport {
  display: block;
  height: 100%;
}
.propertyList .propLeft .viewport {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.propertyList .propRight {
  padding: 1.5em 2em;
}

@media (max-width: 639px) {
  .propertyList > ul > li {
    flex-direction: column;
  }
  .propertyList .propLeft {
    flex: 0 0 auto;
  }
  .propertyList .propRight {
    padding: 1.25em;
  }
}





/* PROPERTIES TITLE */
.properties_title h4 {
  color: #000000;
  margin: 0 0 15px;
}
.properties_title.map_view {
  margin: 0 auto -34px;
}
.properties_title.map_view h4 {
  margin: 0;
}
@media (max-width: 1024px) {
  .properties_title {
    display: none;
  }
}














#loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;

  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */

  z-index: 1001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;

  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;

  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }

  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }

  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

#loader-wrapper .loader-section {
  position: absolute;
  top: 0;
  width: 51%;
  height: 100%;
  background: rgba(255,255,255,0.75);
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  opacity: 0;
  display: none;

  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none;
}












/* MAP VIEW */
#mapContainer {
  background: rgba(242,242,242,1);
/*  width: 100vw;*/
  position: relative;
/*  left: 50%;*/
/*  right: 50%;*/
/*  margin-left: -50vw;*/
/*  margin-right: -50vw;*/
}
#map_canvas {
  margin: 0 auto;
  min-height: 500px;
}





/* INFOWINDOW */
.infowindow {
  position: relative;
  width: 250px;
  height: 170px;
}
.infowindow a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.infowindow a .label {
  position: absolute;
  left: 10px;
  top: 10px;
  background: var( --e-global-color-accent );
  font-size: 13.6593px;
  padding: 7px 15px 5px;
  border-radius: 0;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.170741px;
  color: #FFFFFF;
}
.infowindow a div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 10px 5px;

  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.75) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.75) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bf000000',GradientType=0 );
}
.infowindow span {
  font-style: normal;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
}
.infowindow p {
  font-style: normal;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  margin: 0;
}














#property-slider-modal.uk-modal {
  background: rgba(0,0,0,1);
  padding-top: 50px;
}
#property-slider-modal .uk-modal-dialog {
  width: 1500px;
  background: transparent;
}
#property-slider-modal .title {
  clear: both;
}
#property-slider-modal .title p {
  color: #FFFFFF;
}
#property-slider-modal .uk-modal-close-outside,
#property-slider-modal .uk-modal-close-outside:hover {
  padding: 8px;
  border-radius: 0;
  color: var( --e-global-color-accent );
  border-color: var( --e-global-color-accent );
  background: transparent;
}
.modal_footer {
  display: none;
}
@media (max-width: 767px) {
  #property-slider-modal .uk-modal-close-outside {
    position: -webkit-sticky;
    position: sticky;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    float: right;
    margin: 20px 20px 0 auto;
    top: 10px;
    height: 32px;
    width: 32px;
    display: block;
    margin-bottom: -55px;

    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    color: var( --e-global-color-accent );
    border-color: var( --e-global-color-accent );
    background: rgba(255,255,255,0.25);
  }
  #property-slider-modal.uk-modal {
    padding: 0;
  }
  #property-slider-modal .title {
    display: none;
  }

  /* Modal Footer desktop/tablet */
  #property-slider-modal .modal_footer {
    display: block;
    text-align: center;
    padding: 0 20px 30px;
  }
  #property-slider-modal .modal_footer h3 {
    color: #ffffff !important;
    margin-bottom: 20px;
  }
  #property-slider-modal .modal_footer button,
  #property-slider-modal .modal_footer button:hover,
  #property-slider-modal .modal_footer button:focus {
    background: var( --e-global-color-accent );
    border-color: var( --e-global-color-accent );
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    padding: 11px 50px;
    letter-spacing: 0.2em;
    display: inline-block;
    transition: background 0.5s;
    position: static;
    border-radius: 0;
  }
  #property-slider-modal .modal_footer button svg {
    display: none;
  }
}










/* Slick Slider - Propderty Details */

/* Slick Nav */
.slick-prev,
.slick-next {
  position: absolute;
  left: 1em;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  color: #ffffff;
  width: 1.5em;
  transform: translate(0, -50%);
  text-align: center;
  border-radius: 50%;
  outline: none;
  opacity: 0.65;
  transition: opacity 0.5s;
}
.slick-prev svg,
.slick-next svg {
  fill: #ffffff;
  display: block;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}
.slick-next {
  left: auto;
  right: 1em;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* Slick Main */
.slick-property-slider-main .slick-track {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: nowrap;
  background: transparent;
}

/* < Highlight centered slide */
.slick-property-slider-main .slick-slide {
  opacity: 0.3;
  filter: grayscale(1);
  transition: opacity 0.5s;
}
.slick-property-slider-main .slick-slide.slick-current {
  opacity: 1;
  filter: grayscale(0);
}
/* Highlight centered slide > */

.slick-property-slider-main .slick-slide {
  outline: none;
  cursor: grab;
}
.slick-property-slider-main .slick-slide:active {
  cursor: grabbing;
}
.slick-property-slider-main img {
  margin: 0 auto;
  width: auto;
  height: auto;
  height: 475px;
  max-width: 100%;
}
/* < Space between slides */
.slick-property-slider-main .slick-slide {
  margin: 0 5px;
}
/*.slick-property-slider-main .slick-list {
  margin: 0 -5px;
}*/
/* Space between slides > */


/* Slick Thumbnails */
.slick-property-slider-thumbnails .slick-track {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.slick-property-slider-thumbnails .slick-slide {
  border-color: transparent;
  border-style: solid;
  border-width: 6px 3px;
  background: transparent;
  position: relative;
  outline: none;
}
.slick-property-slider-thumbnails img:not(.play) {
  height: 70px;
  width: auto;
}
.slick-property-slider-thumbnails .slick-slide .imgoverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slick-property-slider-thumbnails .slick-slide.slick-current .imgoverlay {
  background: rgba(255,255,255,0.5);
}
.slick-property-slider-thumbnails .slick-slide .play {
  height: 50%;
  width: auto;
  display: block;
  position: absolute;
  z-index: 3;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* Property Slider Preloader */
.ps_loader {
  color: var( --e-global-color-accent );
  font-size: 20px;
  margin: 65px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: ps_preload_kf 1.3s infinite linear;
  animation: ps_preload_kf 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes ps_preload_kf {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes ps_preload_kf {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.slick-property-slider .preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
}
.slick-property-slider .preloader.hidden {
  display: none !important;
}
.slick-property-slider {
  overflow: hidden;
  position: relative;
  height: 532px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: height 0.25s;
  transition: height 0.25s;
}
.slick-property-slider.loaded {
  background: transparent !important;
  height: auto;
}
.slick-property-slider > *:not(.preloader) {
  visibility: hidden; 
  opacity:0; 
  -ms-filter: â€œprogid:DXImageTransform.Microsoft.Alpha(Opacity=0)â€; 
  -webkit-transition: opacity 0.5s linear; 
  transition:opacity 0.5s linear; 
}
.slick-property-slider.loaded > *:not(.preloader) {
  visibility: visible !important; 
  opacity:1 !important; 
  -ms-filter: â€œprogid:DXImageTransform.Microsoft.Alpha(Opacity=100)â€;
}

@media only screen and ( max-width: 767px ) {
  .slick-property-slider-thumbnails {
    display: none !important;
  }
  .slick-property-slider-main img,
  .slick-property-slider {
    height: 285px;
    height: auto;
    width: 100%;
  }
  .slick-property-slider-main {
    background: #ffffff;
  }
  .slick-property-slider-main > div {
    margin-bottom: 20px;
  }
}
/*@media only screen and ( max-width: 500px ) {
  .slick-property-slider-main img,
  .slick-property-slider {
    height: 225px;
  }
}*/













/* Full Size Slider */
.slick-property-slider-full {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  /*background: #efefef;*/
  min-height: 460px;
}
.slick-property-slider-full .slick-property-slider-full-main,
.slick-property-slider-full .slick-list,
.slick-property-slider-full .slick-track,
.slick-property-slider-full .slick-slide,
.slick-property-slider-full.one-slide-only .slick-slide:not(:first-child) > div {
  width: 100%;
  height: 100%;
  min-height: 460px;
}
.slick-property-slider-full .slick-slide {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}
.slick-property-slider-full .slick-slide > div {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #ffffff;
  position: relative;
}
.slick-property-slider-full .slick-slide:first-child > div {
  width: 100%;
  height: 460px;
  position: relative;
}
.slick-property-slider-full .slick-slide:not(:first-child) > div {
  width: 50%;
  height: 230px;
}
.slick-property-slider-full .slick-slide a.init-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.slick-property-slider-full .slick-prev svg, 
.slick-property-slider-full .slick-next svg {
  width: 40px;
  display: block;
}
.slick-property-slider-full .preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
}
.slick-property-slider-full .preloader.hidden {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .slick-property-slider-full,
  .slick-property-slider-full .slick-property-slider-full-main,
  .slick-property-slider-full .slick-list,
  .slick-property-slider-full .slick-track,
  .slick-property-slider-full .slick-slide,
  .slick-property-slider-full .slick-slide:first-child > div {
    min-height: 350px;
    height: 350px;
  }
  .slick-property-slider-full .slick-slide:not(:first-child) > div {
    height: 175px;
  }
}







.sub_buttons {
  margin: 0 0 15px;
}
.sub_buttons a {
  border: 1px solid;
  display: inline-block;
  padding: 5px 15px;
  margin: 0 15px 15px 0;
}






/* Bid button */
.bid a {
  display: block;
  padding: 0.5em 1em;
  text-transform: uppercase;
  text-align: center;
  font-size: 2em;
  font-weight: 900;
  background: green;
  color: #fff !important;
  margin: 0 0 0.5em;
  transition: opacity 0.5s;
}
.bid a:hover {
  opacity: 0.8;
}






/* NO PROPERTIES */
#no_properties {
  padding: 0px 30px 20px;
  text-align: center;
  color: var( --e-global-color-accent );
}
#no_properties p {
  font-weight: inherit;
  color: inherit;
}
#mapContainer #no_properties {
  padding: 0 30px 30px;
}













/* Home Slideshow  */

#home_slideshow .slick-slide {
  min-height: var(--min-height);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
}
#home_slideshow .slide_content {
  padding-left: var(--container-default-padding-inline-start, 1em);
  padding-right: var(--container-default-padding-inline-end, 1em);
  display: flex;
  width: 100%;
  flex-direction: column;
  background: rgba(0,0,0,0.75);
}
#home_slideshow .slide_content_inner {
  margin: 0 auto;
  max-width: min(100%,var(--container-max-width,1140px));
  display: flex;
  justify-content: space-between;
  gap: 2em;
  width: 100%;
  padding: 2em 0;
  color: #ffffff;
  flex-wrap: wrap;
  align-items: center;
}
#home_slideshow ul.details-list,
#home_slideshow ul.details-list li {
  padding: 0;
  margin: 0;
  line-height: 1.4;
  list-style: none;
  list-style-type: none;
}
#home_slideshow ul.details-list {
  display: flex;
  gap: 0.5em 1.5em;
  margin: 0 0 1em;
}
#home_slideshow ul.details-list .price {
  font-weight: bold;
}













/* Agent List */
.agents-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(20em, 100%), 1fr));
  grid-template-rows: 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}
.agents-list .list-item {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(8em, 100%), 1fr));
  grid-template-rows: 1fr;
  grid-column-gap: 1.5em;
  grid-row-gap: 1em;
}
.agents-list .list-item .agent_image {
  border: 1px solid var(--e-global-color-968fccb, #d6d6d6);
  background-color: var(--e-global-color-968fccb, #d6d6d6);
}
.agents-list .list-item .agent_image .viewport {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  padding: 100% 0 0;
}

.agents-list .list-item h4 {
  font-size: 1.25em;
  margin: 0.05em 0 0.25em;
  text-transform: none;
}
.agents-list .list-item h4 a {
  text-transform: inherit;
  transition: color 0.25s;
  color: inherit;
}
.agents-list .list-item h4 a:hover {
  color: var( --e-global-color-accent );
}

.agents-list .list-item .info > span:not(.btn),
.agents-list .list-item .info > strong {
  display: block;
  line-height: 1.4;
  font-size: 0.85em;
  font-weight: 500;
}
.agents-list .list-item .info > span:not(.btn) {
  margin: 0 0 0.75em;
  font-size: 0.85em;
}
.agents-list .list-item strong a {
  color: var( --e-global-color-accent );
  text-decoration: none;
  transition: color 0.5s;
}
.agents-list .list-item strong a:hover {
  color: var(--e-global-color-3e9c4ca);
}
.agents-list .list-item .info > strong.mail {
  margin: 0 0 0.75em;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.agents-list .list-item .info > span.btn a {
  font-size: 0.85em;
  letter-spacing: 0.05em;
  transition: color 0.25s;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  line-height: 1.4;
  margin: auto 0 0 auto;
}
.agents-list .list-item .info > span.btn a:hover {
  color: var( --e-global-color-3e9c4ca );
}














/* Agent Page */
.author-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 1em;
}
.author-logo {
  float: left;
  width: min(17.5em, 100%);
  margin: 0 2em 1em 0;
}
.author-logo img {
  width: 100%;
}
.about-author {
/*  margin: 0 0 4em;*/
}
.about-author p.title {
  font-weight: bold;
}
.about-author p {
  font-size: 0.85em;
  line-height: 1.6;
}
.contact-info p:not(:last-child) {
  margin: 0;
}
.title + .licensed-in {
  margin-top: -0.9rem;
}
.author-page h2,
.author-header .back {
  margin: 0 0 0.5em;
}
.author-header .back {
  color: var(--e-global-color-secondary);
}
.author-header .back svg {
  width: auto;
  height: 0.75em;
  margin: 0 0.25em 0.2em 0;
}

.about-boxes {
  padding: 0;
  list-style-type: none;
  list-style: none;
}
.about-boxes li a {
  border: 1px solid #bfbfbe;
  display: block;
  margin-bottom: 1.5em;
}
.see-photos-link {
  display: none;
}
.properties_pagination {
  padding-top: 3em;
}

.author-page .propertyGrid {
  padding: 1em 0 2em;
  position: relative;
}
.author-page .propertyGrid::before,
.author-page .propertyGrid::after {
  content: '';
  width: 9999px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.author-page .propertyGrid::after {
  right: 0;
  left: auto;
}
.author-page .propertyGrid > ul {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .author-logo {
    width: 100%;
    float: none;
    margin: 0 0 1em;
  }
  .author-header {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .about-boxes {
    display: none;
  }
  .see-photos-link {
    display: block;
  }
  .see-photos-link a {
    background: var( --e-global-color-accent );
    color: #FFFFFF !important;
    display: block;
    margin: 20px auto;
    padding: 0.75em;
    text-align: center;
  }
}








/* Property Agents */
.property_agents .property_agent {
  margin: 1em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.property_agents .property_agent .image {
  width: 75px;
  min-width: 75px;
  max-width: 75px;
  margin: 0 10px 10px 0;
}
.property_agents .property_agent .image a {
  display: block;
}
.property_agents .property_agent .image .viewport {
  padding: 100% 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.property_agents .property_agent .info {
  letter-spacing: 0;
  line-height: 1.4;
}
.property_agents .property_agent .info h5 {
  margin: 0 0 8px;
  font-size: 1em;
  text-transform: none;
  font-weight: 500;
}
.property_agents .property_agent .info span {
  display: block;
  font-size: 0.85em;
  font-family: "Barlow Condensed", Sans-serif;
}










/* Useful Docs */
ul.usefuldoc {
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style: none;
}
ul.usefuldoc li {
  border-bottom: 1px solid #D3D1CA;
  line-height: 1.222222222222222;
}
ul.usefuldoc li a {
  padding: 10px;
  display: block;
}
ul.usefuldoc li a i {
  margin-right: 8px;
}












/* Gravitity Forms Global */
.gchoice {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.gchoice label, 
.gchoice label {
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
}
.gchoice input, 
.gchoice input[type=checkbox], 
.gchoice input[type=radio] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}

@media only screen and (max-width: 640px) {
  div.ginput_complex.ginput_container.gf_name_has_2 span {
    display: block;
  }
  div.ginput_complex.ginput_container.gf_name_has_2 span.name_first {
    margin-bottom: 16px;
  }
  div.ginput_complex.ginput_container.gf_name_has_2 span.name_first + span.name_last {
    margin-bottom: 0;
  }
}













.uikit-prop-modal .uk-modal-close-outside,
.uikit-prop-modal .uk-modal-close-outside:hover,
.uikit-prop-modal .uk-modal-close-outside:focus {
  background: none;
  transition: opacity 0.25s;
}
.uikit-prop-modal h4 {
  margin: 0;
  padding: 10px 20px 13px;
}
.uikit-prop-modal p {
  margin: 0;
  padding: 10px 20px;
  text-align: right;
}
.uikit-prop-modal p a {
  font-size: 0.88em;
  line-height: 21px;
  letter-spacing: 2.30664px;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.25s;
  white-space: nowrap;
}
.uikit-prop-modal:hover,
.uikit-prop-modal p a:hover {
  opacity: 0.8;
}






/* Heading double lins decoration */
.double_lines_heading {
  overflow: hidden;
}
.double_lines_heading .elementor-widget-container {
  display: inline-block;
  position: relative;
}
.double_lines_heading .elementor-widget-container::before,
.double_lines_heading .elementor-widget-container::after{
  content: '';
  left: 100%;
  top: 50%;
  width: 9000px;
  height: 5px;
  border-top: 1px solid var( --e-global-color-accent );
  border-bottom: 1px solid var( --e-global-color-accent );
  position: absolute;
  margin: 1px 0 0 15px;
}
.double_lines_heading .elementor-widget-container::before {
  left: auto;
  right: 100%;
  margin: 1px 15px 0 0;
}




/* Add gradient for all Elementor icons */
/*.elementor-icon i:before, 
.elementor-icon svg:before {
  background: linear-gradient(145deg, #DECB98 0%, #A7733E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/










.showing-props {
  text-align: center;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.showing-props span {
  font-weight: 500;
  color: var(--e-global-color-primary);
}









@media print {

  * {
    color: #000000 !important;
  }

  .pdf-hidden,
  .elementor-hidden-desktop,
  .go_back,
  .slick-property-slider-full,
  #property-slider-modal,
  .view_all_images,
  .single_prop_grid .main_info ul li .icon,
  .similar_props,
  #contact_agent_form,
  .elementor-location-footer,
  #map_canvas,
  .mapright,
  .descr br,
  .sub_buttons,
  .single_prop_sidebar,
  .property-video {
    display: none !important;
  }

  .single_property_content {
    display: block !important;
  }
  .single_prop_main {
    width: 100% !important;
  }
  .descr {
    padding-top: 25px;
  }

  .main_image,
  .main_image > img {
    display: block !important;
    width: 100% !important;
    /*height: 400px !important;*/
    overflow: visible !important;
  }

  .elementor-element-43edbf2,
  #pdf-map {
    display: block !important;
  }

  #pdf-map {
    width: 100% !important;
    margin-top: 30px;
  }

  .descr {
    page-break-before: always !important;
    padding-bottom: 0 !important;
  }

  .single_prop_grid {
    display: block !important;
  }

  .single_prop_grid .map {
    padding: 0 30px !important;
  }

  .single_prop_grid .main_info ul li,
  .second_info ul li {
    padding-left: 0 !important;
  }

  .main_info {
    padding-top: 0 !important;
  }

  .single_prop_heading .entry {
    padding-bottom: 0 !important;
    display: block !important;
  }
  .single_prop_heading .entry h1 {
    text-align: center;
    margin-bottom: 20px !important;
  }
  
  a[href]:after {
    content: none !important;
  }

  .single_prop_grid .second_info {
    display: block !important;
  }
  .single_prop_grid .second_info > div {
    display: inline-block !important;
    width: 48% !important;
    vertical-align: top !important;
  }
  /*.elementor-30 .elementor-element.elementor-element-53f02f3 .elementor-image img {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }*/
}



