.property-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 30px;
}

.property-excerpt {
  background: #fefefe;
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}

[class^="property-element-"] {
  font-size: 13px;
  margin-bottom: 27px;
}

figure[class^="property-element-"] {
  padding: 0;
  margin: 0;
}
figure[class^="property-element-"] img {
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

[class^="property-element-"] i {
  margin-right: 10px;
  font-size: 20px;
  line-height: 30px;
  vertical-align: middle;
}

.property-label {
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
}

.property-description {
/*margin: 30px 0;*/
  text-align: justify;
}

.property-label > .wp-icons-wrapper {
  display: inline-block;
}

.property-value {
  font-style: italic;
}

.property-value > * {
  margin-right: 5px;
}

.property-duration-separator {
  margin-right: 5px;
  margin-left: 5px;
}

.pager-ajax-notice {
  padding: 20px;
  margin: 30px auto;
  display: none;
  opacity: 0;
  max-width: 600px;
}

.property-loop-main-container a.btn {
  border: 2px solid #26b6f3;
  display: inline-block !important;
  margin-bottom: 40px;
  padding: 8px 12px;
  border-radius: 4px;
  color: #26b6f3;
  text-decoration: none;
}


.template-pager-infinite.ajax-processing + .pager-infinite .pager-ajax-notice {
  display: block;
  opacity: 1;
  transition: all ease-out .3s;
  -webkit-transition: all ease-out .3s;
  -moz-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  -ms-transition: all ease-out .3s;
}

.property-loop-main-container > .wp-loop > .property {
  padding: 0 15px;
  margin: 0;
}

.property.isotope-exiting {
  -webkit-transition: all ease-out .6s;
  transition: all ease-out .6s;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
}

.property-loop-main-container > .wp-term-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 40px;
}

.property-loop-main-container > .wp-term-list > * {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.property-loop-main-container > .wp-term-list a {
  cursor: pointer;
  text-decoration: none;
  color: #888;
  padding: 8px 12px;
  border: 2px solid #f7f7f7;
  background: #eee;
  border-radius: 5px;
  font-size: 14px;
  display: block;
}

.property-loop-main-container > .wp-term-list a:focus,
.property-loop-main-container > .wp-term-list a:hover,
.property-loop-main-container > .wp-term-list a.term-active {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  padding: 8px 12px;
  border: 2px solid #fff;
  background: #26B6F3;
  border-radius: 5px;
  font-size: 14px;
  outline: 0;
}

/**
  Property Maps
  **/
.property-maps {
  position: relative;
}

.property-maps > .property-maps-search {
  position: absolute;
  background: #fff;
}

.property-maps.left {
  padding-left: 30%;
}

.property-maps.left > .property-maps-search {
  top: 0;
  left: 0;
  width: 30%;
  min-width: 300px;
  bottom: 0;
  overflow: auto;
}

.property-maps.left .property-search-form > * {
  max-width: 100%;
  overflow: hidden;
}

.property-maps.right {
  padding-right: 30%;
}

.property-maps.right > .property-maps-search {
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  width: 30%;
  min-width: 300px;
}

.property-maps.right .property-search-form > * {
  max-width: 100%;
  overflow: hidden;
}

.property-maps.top > .property-maps-search {
  top: 0;
  height: 300px;
  overflow-y: scroll;
  width: 100%;
  box-sizing: border-box;
}

.property-maps.top {
  padding-top: 300px;
}

.property-maps.bottom > .property-maps-search {
  bottom: 0;
  height: 300px;
  overflow-y: scroll;
  width: 100%;
}

.property-maps.bottom {
  padding-bottom: 300px;
}

.property-maps-search * {
  box-sizing: border-box;
}

.gm-style .gm-style-iw {
  width: 300px !important;
  min-width: 300px !important;
}

.gm-style-iw > div {
  max-width: 100% !important;
  width: 100%;
}

.gm-style-iw .property-infobox {
  position: relative;
}

.gm-style-iw .property-infobox-wrapper {
  padding: 10px;
  background: #019188;
  color: #fff;
  font-size: 14px;
}


.gm-style-iw + div {
  border-radius: 2px;
  right: 20px !important;
  top: 15px !important;
}

.gm-style-iw .property-infobox-title {
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
}

.gomapMarker {
  max-width: 100%;
  overflow: hidden;
}

.gomapMarker .property-element-thumbnail {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.googlemaps-markers.hidden {
  display: none;
}

.property-infobox-link {
  border: 2px solid #fff;
  border-radius: 6px;
  color: #fff !important;
  display: table;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin-top: 20px;
  padding: 2px 12px;
  text-decoration: none;
  text-transform: none;
  z-index: 1;
}
.widget_vtcore_property_widgets_map .property-description {
  margin-bottom: 30px;
}

.property-maps .property-search-form {
  border: 1px solid #ccc;
  padding: 20px;
  box-sizing: border-box;
}

.property-maps .property-search-form .property-search-title {
  font-size: 16px;
  margin-top: 0;
}

.property-maps .property-search-form .property-search-description {
  margin-bottom: 20px;
  font-size: 14px;
}

/**
  Property Metro Style
  **/
.property-loop-metro {
  width: 100%;
}
.template-property-metro {
  height: 700px;
  box-sizing: border-box;
}

.template-property-metro > .item {
  width: 400px;
  height: 210px;
  border: none;
  padding: 1px;
  margin: 0;
  box-sizing: border-box;
}

.template-property-metro > .item:nth-child(5n+1) {
  width: 530px;
  height: 350px;
}

.template-property-metro > .item:nth-child(5n+2) {
  width: 530px;
  height: 280px;
}

.template-property-metro .item figure {
  height: 100%;
  display: table;
  width: 100%;
}

/**
  Metro slider frame
  **/
html.no-js .template-property-metro-wrapper {
  overflow-x: scroll;
}

.template-property-metro-wrapper {
  height: 700px;
}

.template-property-metro-wrapper a {
  cursor: pointer;
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.template-property-metro {
  height: 630px;
  overflow: hidden;
  width: 100000px;
  min-width: 100%;
}

html.js .template-property-metro {
  overflow: visible;
}

.template-property-metro .imgLiquidFill {
  width: 100%;
  height: 100%;
}

.template-property-metro {
  background: #5d6573;
}

.template-property-metro .property-element-price {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #fff;
  font-size: 14px;
  left: 1px;
  padding: 8px 26px;
  position: absolute;
  right: 1px;
}

.template-property-metro .property-element-location {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 14px;
  left: 1px;
  padding: 8px 26px;
  position: absolute;
  right: 1px;
  top: 0;
}
  /** Custom scrollbar **/
.scrollable.property-metro .viewport {
  height: 630px;
}

.scrollable.property-metro .scroll-bar.horizontal {
  height: 10px !important;
  width: 450px !important;
  display: block !important;
  background-color: #f0f0f0;
  border-radius: 5px;
  margin: 38px auto;
}

.scrollable.property-metro .thumb {
  width: 84px !important;
  height: 24px !important;
  margin-top: -7px;
  background-color: #ff6c00;
  border-radius: 12px;
  cursor: pointer;
}

/** For small mobile phone and iPhone < version 4 **/
@media (max-width: 480px) {

  /** Flatten the metro gallery **/
  .template-property-metro-wrapper,
  .template-property-metro {
    width: 100% !important;
    height: auto !important;
  }

  .template-property-metro-wrapper .viewport {
    height: auto !important;
    width: 100% !important;
  }

  .template-property-metro-wrapper .viewport .overview {
    position: relative !important;
    left: 0 !important;
  }

  .template-property-metro .item {
    height: 200px !important;
    position: relative !important;
    width: 100% !important;
    top: auto !important;
    left: auto !important;
  }

  .template-property-metro-wrapper .scroll-bar {
    display: none !important;
  }
}

/** end of metro gallery flattener **/

/**
  Property Masonry
  **/
.template-property-masonry.row {
  margin: 0;
}

.template-property-masonry .property-masonry {
  padding: 0;
}

.template-property-masonry .property-masonry .multiple {
  border: none;
  padding: 1px;
  height: 100%;
  width: 100%;
  margin: 0;
  box-shadow: none;
  overflow: hidden;
}

.template-property-masonry a {
  display: block;
  width: 100%;
  height: 100%;
}

.template-property-masonry figure {
  padding: 0 !important;
  border: none;
  width: 100%;
  height: 100%;
}

.template-property-masonry img {
  height: 100%;
}

.template-property-masonry .property.item.property-masonry {
  border: 1px solid #efefef;
  padding: 5px;
}

.template-property-masonry a {
  border: none;
  box-shadow: none;
  background: none;
  outline: none;
  text-align: center;
}

.template-property-masonry a:empty {
  display: none;
}

.template-property-masonry .property-elements {
  padding: 0;
  margin: 0;
}

.template-property-masonry a.btn {
  width: auto;
  margin: 0;
}
/**
  Pager element
  **/
.property-pager ul {
  list-style: none;
  margin: 30px 0;
  text-align: center;
}

.property-pager ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0;
}

.property-pager ul li a {
  cursor: pointer;
  text-decoration: none;
  color: #888;
  padding: 8px 12px;
  border: 2px solid #f7f7f7;
  background: #eee;
  border-radius: 5px;
  font-size: 14px;
  display: block;
}

.property-pager ul li a:focus,
.property-pager ul li a:hover,
.property-pager ul li span {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  padding: 8px 12px;
  border: 2px solid #fff;
  background: #26B6F3;
  border-radius: 5px;
  font-size: 14px;
  outline: 0;
}

/**
  Property video
  when using mejs
  **/
.me-plugin {
  width: 100%;
  height: 100%;
}

.me-plugin > * {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/**
  Property Flex Special Class
  **/
.property-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.property-flex [class*="property-element-"] {
  padding-right: 5px;
  width: 33.3333%;
  box-sizing: border-box;
}

.property-flex > *:nth-child(3n+3) {
  padding-right: 0;
}


/**
  New Styling since 1.3.0
  **/
[class*="property-element-"] {
  background: #fff none repeat scroll 0 0;
  margin: 0 0 5px;
  vertical-align: top;
  overflow: hidden;
}

[class*="property-element-"] .property-label {
  padding: 10px 20px;
  margin: 0;
  background: #f7f7f7;
  color: #666;
}

[class*="property-element-"].with-label .property-value {
  padding: 10px 20px;
  margin: 0;
  color: #888;
  background: #fcfcfc;
}

[class*="property-element-"].with-icon .property-value,
[class*="property-element-"].with-icon .property-label {
  padding-left: 70px;
  position: relative;
}

[class*="property-element-"].with-icon .wp-icons-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 10000px;
  bottom: 0;
  background: #01BBD2;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.property-bottom-three-block,
.property-bottom-two-block,
.property-bottom-one-block {
  margin-top: 30px;
}

.property-sidebar-block [class*="property-element-"].with-icon .wp-icons-wrapper {
  background: #89C049;
}

.property-bottom-two-block [class*="property-element-"].with-icon .wp-icons-wrapper {
  background: #FC5321;
}

.property-bottom-three-block [class*="property-element-"].with-icon .wp-icons-wrapper {
  background: #9826B1;
}

[class*="property-element-"].with-icon .wp-icons-wrapper i {
  font-size: 22px;
  line-height: 60px;
  margin: 0;
  vertical-align: middle;
}

/**
  Teasers
  **/
.property-element-thumbnail img {
  width: 100%;
}

.property-element-title {
  padding: 12px !important;
  background: #f7f7f7;
}

.property-element-title h2 {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  font-weight: normal;
}

.property-element-title h2 a:focus,
.property-element-title h2 a:hover,
.property-element-title h2 a:visited,
.property-element-title h2 a {
  text-transform: none;
  text-decoration: none;
  color: #666;
  outline: 0;
}

/**
  Single Page
  **/
.single-property .property-element-floorplan {
  margin-bottom: 5px;
}

/**
  Maps
  **/
.property-infobox .property-element-thumbnail img {
  padding: 0 !important;
}

/**
  Property Metro
  **/
.scrollable.property-metro .thumb {
  background: #01BBD2;
}

@media (max-width: 768px) {
  [class*="property-element-"] p,
  [class*="property-element-"] button,
  [class*="property-element-"] input,
  [class*="property-element-"] select,
  [class*="property-element-"] textarea {
    max-width: 100%;
    box-sizing: border-box;
  }
  [class*="property-element-"] {
    margin-bottom: 20px;
  }
  [class*="property-element-"].with-icon .property-label {
    padding-top: 20px;
    min-height: 30px;
  }

  [class*="property-element-"].with-icon .property-value {
    padding-left: 20px;
  }

  [class*="property-element-"].with-icon .wp-icons-wrapper {
    height: auto;
  }

  .property-flex [class*="property-element-"] {
    width: 100%;
  }
}

.vc_row .property-loop-main-container {
  padding: 0;
}

/**
  Property mini list
  **/
.property-mini-list {
  margin-bottom: 10px;
}

.property-mini-list img {
  height: auto;
}

.property-mini-list .post-title {
  margin-bottom:5px;
  line-height: 130%;
}

/**
  Badges
  **/
.property-badges {
  border-radius: 10px;
  position: absolute;
  top: 13px;
  right: 29px;
  padding: 5px 10px;
  background: #01bbd2;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  font-style: normal;
  line-height: 12px;
}

.template-property-metro .property-badges {
  float: right;
  position: relative;
  right: -17px;
  top: 2px;
}


/**
  Social Bars
  **/
.property-element-share.property-shares {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.property-element-share.property-shares > div {

}

.property-element-share.property-shares .property-label {
  width: 30%;
  text-align: left;
  line-height: 30px;
  vertical-align: middle;
}

.property-element-share.property-shares .property-value {
  width: 70%;
  text-align: right;
  vertical-align: middle;
  padding: 0;
}

.property-element-share.property-shares .property-value a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 45px;
  line-height: 35px;
  margin: 0;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  width: 41px;
  opacity: 0.9;
}

.property-element-share.property-shares .property-value a:hover,
.property-element-share.property-shares .property-value a:focus {
  opacity: 1;
}

.property-element-share.property-shares .property-value a * {
  margin: 0 !important;
}

.property-element-share.property-shares .property-value a.wp-printpdf-button {
  background: #00638b;
  vertical-align: middle;
}

.property-element-share.property-shares .property-value a.social-google {
  background: #d4393d;
}

.property-element-share.property-shares .property-value a.social-facebook {
  background: #2340d4;
}

.property-element-share.property-shares .property-value a.social-twitter {
  background: #51b8d4;
}

.property-element-share.property-shares .property-value a.social-linkedin {
  background: #307cd4;
}

.property-element-share.property-shares .property-value a.social-pinterest {
  background: #d4011a;
}

.property-element-share.property-shares .property-value a.social-vk {
  background: #d4479e;
}

.property-element-share.property-shares .property-value a.social-weibo {
  background: #40d447;
}

.property-element-share.property-shares .property-value a.social-renren {
  background: #d47726;
}