/* 
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: #52575C;
  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.5em;
  border: 1px solid #D3D1CA;
}
.properties_pagination > span a.pagination__link--selected {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
.properties_pagination > span:hover a {
  opacity: 0.8;
  border-color: #000000;
}
.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: #000000;
}










/* 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 .label {
  position: absolute;
  left: 13px;
  top: 13px;
  background: var( --e-global-color-1773fc1 );
  font-size: 13.6593px;
  font-weight: bolder;
  padding: 7px 15px;
  border-radius: 0;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.170741px;
  color: #FFFFFF;
  z-index: 1;
}
.propLeft.video .viewport::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;
}
.propLeft .price {
  font-size: 1.1em;
  line-height: 24px;
  text-align: center;
  padding: 8px 18px;
  background: #54595F;
  letter-spacing: 0.17px;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}






/* GRID VIEW */
.propertyGrid > 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;
}
.propertyGrid > ul > li {
  width: 31%;
  position: relative;
  padding-bottom: 21px;
  margin: 0 0 45px;
}
.propertyGrid .propLeft {
  position: relative;
}
.propertyGrid .propLeft .viewport {
  padding: 65% 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.propertyGrid .propRight {
  padding: 15px 0 0;
}
.propertyGrid .propRight h3 {
  font-style: normal;
  margin: 0;
  line-height: normal;
}
.propertyGrid .propRight > span,
.propertyGrid .propRight > h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.propertyGrid .propRight h3 a {
  color: inherit;
  transition: opacity 0.25s;
}
.propertyGrid .propRight h3 a:hover {
  opacity: 0.85;
}
.propertyGrid .propRight > span {
  font-style: normal;
  font-size: 1em;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 13px;
  padding: 0 0 15px;
  display: block;
  position: relative;
}
.propertyGrid .propRight > span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 35px;
  background: var( --e-global-color-accent );
}
.propertyGrid .propRight p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1px;
  margin: 0 0 20px;
  display: none;
}
.propertyGrid .propRight ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5em;
}
.propertyGrid .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: 1em;
  color: #000000;
  position: relative;
}
.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;
}
.propertyGrid .propRight a.view_details {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #000;
  font-size: 0.88em;
  line-height: 21px;
  letter-spacing: 2.30664px;
  text-transform: uppercase;
  transition: opacity 0.25s;
  white-space: nowrap;
}
.propertyGrid .propRight a.view_details span {
  color: var( --e-global-color-accent );
}
.propertyGrid .propRight a.view_details:hover {
  opacity: 0.85;
}
@media (max-width: 1024px) {
  .propertyGrid > ul > li {
    margin: 0 0 30px;
    width: 48%;
  }
}
@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;
  }
}
@media (max-width: 689px) {
  .propertyGrid > ul > li {
    width: 100%;
    margin: 0 0 3em;
  }
}



/* 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 26px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.propertyList .propLeft {
  width: 45%;
  min-width: 355px;
  max-width: 355px;
  position: relative;
}
.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: 20px 30px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.propertyList .propRight h3 {
  margin: 0;
  line-height: normal;
}
.propertyList .propRight > span,
.propertyList .propRight > h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.propertyList .propRight h3 a {
  color: inherit;
  transition: opacity 0.25s;
}
.propertyList .propRight h3 a:hover {
  opacity: 0.85;
}
.propertyList .propRight > span {
  font-style: normal;
  font-size: 1em;
  color: #000000;
  margin: 0 0 13px;
  padding: 0 0 15px;
  display: block;
  position: relative;
}
.propertyList .propRight > span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 35px;
  background: var( --e-global-color-accent );
}
.propertyList .propRight p {
  /*margin: 0 0 10px;*/
  margin: 10px 0 20px;
  color: #000;
}
.propertyList .propRight em {
  color: #642300;
}
.propertyList .propRight p span {
  color: #7f7f7f;
}
.propertyList .propRight p a {
  margin: 5px 0 0;
  display: inline-block;
}
.propertyList .propRight ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5em;
}
.propertyList .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: 1em;
  color: #000000;
  position: relative;
}
.propertyList .propRight ul li:not(:last-child):after {
  content: '';
  display: inline-block;
  margin: 0 10px;
  width: 2px;
  height: 2px;
  background: var( --e-global-color-24e39a2 );
}
.propertyList .propRight ul li:last-child {
  border-right: none;
}
.propertyList .propRight a.view_details {
  color: #000;
  font-size: 0.88em;
  line-height: 21px;
  letter-spacing: 2.30664px;
  text-transform: uppercase;
  transition: opacity 0.25s;
  white-space: nowrap;
}
.propertyList .propRight a.view_details:hover {
  opacity: 0.85;
}
.propertyList .propRight a.view_details span {
  color: var( --e-global-color-accent );
}
@media (max-width: 1024px) {
  .propertyList .propLeft {
    min-width: 275px;
  }
}
@media (max-width: 767px) {
  .propertyList > ul > li {
    display: block;
    margin: 0 0 3em;
  }
  .propertyList .propLeft {
    min-width: 100%;
    width: 100%;
  }
  .propertyList .propLeft .viewport {
    padding: 65% 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .propertyList .propRight {
    padding: 15px 0 0;
  }
  .propertyList .propRight p {
    /*display: none;*/
  }
  .propertyList .propRight ul li:last-child {
    border-right: none;
  }
}





/* 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;
  }
}





/* MAP VIEW */
#mapContainer {
  background: rgba(242,242,242,1);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: -70px;
}
#map_canvas {
  max-width: 1280px;
  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;
}







/* HOME FEATURED */
.home_featured.propertyGrid .propLeft .property_image {
  overflow: hidden;
}
.home_featured.propertyGrid .propLeft .property_image .viewport {
  -webkit-transition: transform 1.5s;
  -o-transition: transform 1.5s;
  transition: transform 1.5s;
  padding: 55% 0 0;
}
.home_featured.propertyGrid .propLeft .property_image:hover .viewport {
  -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);
}
.home_featured.propertyGrid > ul > li {
  width: 100%;
  background: #414142;
  padding: 0;
  margin-bottom: 20px;
}
.home_featured.propertyGrid .propRight {
  padding: 8px 15px 10px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
}
.home_featured.propertyGrid .propRight h3 {
  color: #ffffff;
  line-height: normal;
  font-size: 0.888888888889em;
  text-transform: uppercase;
}
.home_featured.propertyGrid .propRight ul {
  margin: 0 0 1em;
}
.home_featured.propertyGrid .propRight ul li {
  display: block;
  margin-bottom: 5px;
}
.home_featured.propertyGrid .propRight ul li span {
  width: 65px;
  display: inline-block;
}
.home_featured.propertyGrid .propRight > span {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-size: 0.888888888889em;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 2px;
}
.home_featured.propertyGrid .propRight > span + span {
  font-size: 14px;
}
.home_featured.propertyGrid .propRight ul li:not(:last-child):after,
.home_featured.propertyGrid .propRight > span:after {
  content: none;
}

.home_featured.propertyGrid.one .propRight > span + span {
  font-size: 0.9em;
}

@media (min-width: 768px) {
  .home_featured.propertyGrid > ul > li {
    width: 32%;
  }
  .home_featured.propertyGrid.one > ul > li {
    width: 100%;
  }
}









#property-slider-modal.uk-modal {
  background: rgba(0,0,0,.9);
  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: 10px;
  top: 50%;
  z-index: 5;
  /*background: #ffffff;*/
  /*border: 1px solid #ffffff;*/
  cursor: pointer;
  color: #ffffff;
  width: 36px;
  height: 36px;
  margin: -18px 0 0;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  outline: none;
  opacity: 0.65;
  transition: opacity 0.5s;
}
.slick-prev svg,
.slick-next svg {
  fill: #ffffff;
  width: 20px;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}
.slick-next {
  left: auto;
  right: 10px;
  -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.4;
  transition: opacity 0.5s;
}
.slick-property-slider-main .slick-slide.slick-current {
  opacity: 1;
}
/* 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;
}



















/* Agent List */
ul#agents_list li {
  margin-bottom: 2.75em;
  list-style-type: none;
}
ul#agents_list li:nth-child(2n) {
  margin-right: 0;
}
ul#agents_list li .agent_image {
  border: 1px solid #f5f5f5;
  padding: 45% 0 0;
  background-color: #d6d6d6;
  position: relative;
  margin: 0 1em 1.5625em 0;
  width: 45%;
  float: left;
}
ul#agents_list li .info {
  overflow: hidden;
  color: #2d2d2d;
}
ul#agents_list li .agent_image .viewport {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-position: top center;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

ul#agents_list li h4 {
  font-size: 1.25em;
  margin: 0.05em 0 0.25em;
  text-transform: none;
}
ul#agents_list li h4 a {
  text-transform: inherit;
  transition: color 0.25s;
  color: #000000;
}
ul#agents_list li h4 a:hover {
  color: var( --e-global-color-accent );
}

ul#agents_list li .info > span:not(.btn),
ul#agents_list li .info > strong {
  display: block;
  line-height: 1.3;
  font-size: 1em;
  color: #232C34;
}
ul#agents_list li .info > span:not(.btn) {
  margin: 0 0 0.5em;
}
ul#agents_list li strong a {
  color: var( --e-global-color-accent );
  text-decoration: none;
  transition: color 0.5s;
}
ul#agents_list li strong a:hover {
  text-decoration: underline;
}
ul#agents_list li .info > strong.mail {
  margin: 0 0 0.75em;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
ul#agents_list li .info > strong.mail a {
  /*text-decoration: none;*/
}
ul#agents_list li .info > span.btn a {
  color: #000000;
  text-decoration: none;
  transition: color 0.25s, border 0.25s, background-color 0.25s;
  text-decoration: none;
  display: inline-block;
  transition: color 0.25s;
  transition: color 0.5s;
  font-size: 1em;
}
ul#agents_list li .info > span.btn a:hover {
  color: var( --e-global-color-accent );
}
@media (max-width: 767px) {
  ul#agents_list li {
    margin-bottom: 1em;
  }
}




/* 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;
}
.author-logo {
  float: left;
  max-width: 350px;
  margin: 5px 2em 1em 0;
}
.author-page .about-author a {
  color: var( --e-global-color-accent );
  font-weight: bold;
}
.about-author {
  margin: 0 0 4em;
}
.about-author p {
  font-size: 17px;
  line-height: 29px;
}
.contact-info p:not(:last-child) {
  margin: 0;
}
.title + .licensed-in {
  margin-top: -0.9rem;
}
.author-header h2,
.author-header .back {
  margin: 0 0 0.5em;
}
.author-page h2,
.author-page .back {
  color: #000000;
}
.author-page h2 {
}
.author-page h2.name {
  text-transform: none;
  color: #000;
}
.author-page p.title {
  font-size: 1.222222222222222em;
}

.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-bottom: 60px;
}

.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 h5 {
  margin: 0 0 8px;
}
.property_agents .property_agent .info span {
  display: block;
  font-size: 0.85em;
}










/* 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 */
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .top_label .gfield_label {
  /*display: none;*/
}
.gform_validation_container,
.validation_message {
  display: none !important;
}
.gform_fields,
.gfield_checkbox {
  padding: 0 !important;
}
.ginput_complex.has_street > span {
  display: block;
}
.ginput_complex.has_street > span:not(:first-child) {
  margin-top: 16px;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0 !important;
}
.validation_error {
  margin: 0 0 20px;
}

.gfield_checkbox > li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.gform_wrapper ul.gfield_checkbox li label, 
.gform_wrapper ul.gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
}
.gform_wrapper .gfield_checkbox li input, 
.gform_wrapper .gfield_checkbox li input[type=checkbox], 
.gform_wrapper .gfield_radio li input[type=radio] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}

@media only screen and (min-width: 641px) {
  div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 50%;
  }
  div.ginput_container_name span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    margin-right: -4px;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half, 
  .gform_wrapper .top_label li.gfield.gf_right_half {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 16px;
    float: none;
  }
  .top_label div.ginput_complex.ginput_container.gf_name_has_1, 
  .top_label div.ginput_complex.ginput_container.gf_name_has_2, 
  .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(100% + 15px);
  }
}
@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: 22px;
  }
}













.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-968fccb );
  border-bottom: 1px solid var( --e-global-color-968fccb );
  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;
}*/




















@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);
  }*/
}

















/* GForm fix for gfield--width-third on mobile */
@media screen and ( max-width: 640px ) {
  #gform_wrapper_3.gform_wrapper.gravity-theme .gfield.gfield--width-third {
    grid-column: span 12;
    -ms-grid-column-span: 12;
  }
  #gform_wrapper_3.gform_wrapper.gravity-theme .ginput_container_checkbox .gchoice {
    display: inline-block
  }
}







