/* 
	Theme Name: Fortun child
	Theme URI: https://themeforest.net/item/fortun-multiconcept-wordpress-theme/19341019
	Author: AgniDesigns	
	Version: 1.0
	Description: Multi-Concept WordPress theme
	Author URI: http://themeforest.net/user/AgniHD	
	Template: fortun
*/

@import url("../fortun/style.css");
@import url("../fortun/css/responsive.css");

/* VARIABLES */
:root {
  --max-width: 1600px;

  --title-fs: 28px;
  --regular-fs: 16px;
  --font-weight: 400;
  --main-ff: 'Helvetica'; 
  --title-ff: 'Oswald';
  --tag-fs: 18px;
  --card-item-title-fs: 28px;
  --card-price-fs: 22px;
  --card-cap-fs: 24px;

  --primary-color: #C19705;
  --dark-color: #37414E;
  --bg-color: #F9F9F9;
  --sold-color: #F20149;
  --white-color: #fff;
  --divider-color: #D5D5D5;

}

/* MAIN SETTINGS */
p , h1 {
  margin: 0;
  padding: 0;
}
.single-post .entry-content a{
    color: #0091ff;
}
.cts {
  margin: 0;
  padding: 0;
}

.cts-title {
  font-family: var(--title-ff);
  font-size: var(--title-fs);
  color: var(--dark-color);
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.cts-container {
  max-width: 1140px;
  margin: 0 auto!important;
}

.cts-divider {
  background-color: var(--divider-color);
  height: 0.5px;
  width: 100%;
}

/* END OF MAIN SETTINGS*/

/* HERO SECTION */

.cts-hero {
  height:  auto;
}

.cts-hero-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment: scroll;
  display: flex;
  justify-content: center;
  height: 190px;
}

.content-container--hero {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;

}

.hero-title-container, .hero-subtitle-container {
  margin: 1em 0;
}

.cts-hero-title, .cts-hero-subtitle, .hero-btn-container > div > a {
  color: var(--white-color); 
}

.cts-hero-title {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  color: var(--white-color);
}

.cts-hero-subtitle {
  font-size: var(--regular-fs);
  font-family: var(--main-ff); 
}

.hero-btn-container {
  display: flex;
  height: auto;
  justify-content: center;
}

.hero-btn-container > div {
  width: 300px;
  display: flex;
}

.hero-btn-container > div >  a { 
  font-family: var(--main-ff); 
  width: 100%;
  padding: 11px 1.4em;
  background-color: var(--primary-color);
  border-radius: 10px;
  font-size: 24px;
  transition: all ease .3s;
  font-weight: 600;
}

.hero-btn-container > div >  a:hover {
  background-color: var(--dark-color);

}

/* ABOUT SECTION */

#content > section.cts.cts-about > div > div > div.cts-title-container.cts-title-container--about > h1 {
  font-size: 22px;

}

.cts-about {
  padding: 16px 0 0;
  height: auto;
}

.hide-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; 
  font-size: 1rem;
  line-height: 1.6rem;
 /* height: 4.8rem;*/
}

#content > section > div:nth-child(1) > div.cts-title-container.cts-title-container--properties > div.cts-about.hide-text > p {
  margin: 11px 0 15px;
}

.hide-text:has(h4) {
  height: 3.9rem;
}

.hide-text:has(h5) {
  height: 3.7rem;
}

.hide-text > div > div > div > h4, .hide-text > div > div > div > h5 {
  margin-bottom: 0;
}

#show-text-section {
  display: none;
/*   padding-top: 26px; */
}
.cts-title-container--about {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.cts-text-container--about {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: var(--regular-fs);
  color: var(--dark-color);
  font-family: var(--main-ff);
  height: 3em; 
  overflow: hidden;
  text-overflow: ellipsis;
/*   padding: 0 15px; */
}

.cts-text-container--about.open {
  height: auto; 
  overflow: visible;
}

.cts-text-container--about--long {
  display: none;
  max-height: auto;
  margin-bottom: 1em;
/* 	padding: 0 15px; */
}

.cts-text-container--about--long > p {
  color: var(--dark-color);
}

.cts-container--about {
  max-width: 1100px;
  margin: 0 auto;
}

.expand-button-container {
  display: flex;
  justify-content: center;
  margin: 0 0 1rem;
}

#expand-button-action {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#content > section.cts.cts-about > div > div > div.expand-button-container > div {
	display: flex;
	cursor: pointer;
}

#expand-text-button{
  color: var(--dark-color);
  font-size: var(--regular-fs);
  font-weight: bold;
  padding: 0 1rem 0;
  border-width: 0;
  background-color: transparent;
}

.expand-button-icon {
  padding-left: 1em;
}

.cts-list-items-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cts-list-items-container > div > h3 {
  font-size: var(--card-cap-fs);
  color: var(--dark-color);
  font-family: var(--main-ff);

}

.card-info-container--about {
  margin-top: 2em;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}

.card-info-container--about > li {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.2em;
  max-width: 90%;
}

/* END OF ABOUT SECTION */

/* PROPERTIES SECTION */

.cts-properties {
  background-color: var(--bg-color);
  margin-bottom: 6em;
}

.cts-title-container--properties {
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}

#selectSortproperties {
  border: 0;
  background: transparent;
  padding: 0 1em;
  outline: none;
  cursor: pointer;
}

.cts-loader-container {
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
}

.cts-loader-container > #cts-loader {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1000;
  transition: all ease .2s;
  background-color: rgb(0,0,0,0.1);
}

.properties-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 2em;
  grid-gap: 2em;
  margin-bottom: 5em;
}

.properties-grid-item-container {
  position: relative;
  overflow: hidden;
}

.properties-grid-item-container > img {
  width: 100%;
  border-radius: 10px;
  max-height: 390px;
}

.propertie-status {
  position: absolute;
  text-transform: uppercase;
  top: 1.5em;
  left: -5em;
  width: 276px;
  text-align: center;
  transform: rotate(-40deg);
  color: var(--white-color);
  background-color: #D7B029;
  font-size: var(--tag-fs);
  font-weight: bold;
}

.properties-grid-item--image {
  margin-bottom: 2em;
}

.propertie-status--sold {
  background-color: var(--sold-color);
}

.properties-grid-item--info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 2em;
}

.card-info-title {  
  font-size: 16px ;
  color: var(--dark-color);
  font-weight: 400;
  text-align: left!important;
  text-transform: none;
  line-height: 1.5em;
  padding: 0 0 2px !important;
}


.card-info-title > a {
  padding-bottom: 0px !important;
  cursor: none;
  pointer-events: none;
}

.card-info-title--default {
  font-size: 28px;
  margin-bottom: 20px !important;
  text-transform: uppercase;
  padding-bottom: 0 !important;
}

.card-info-title--default > a {
  line-height: 1.8rem !important; 
  font-family: var(--title-ff);
  font-weight: 300;
  cursor: none;
  pointer-events: none;
}

.card-info-title--cap {
  padding: 2px 0 0 !important;
}

.card-info-title--category {
	margin-bottom: 2rem !important;
}

.card-info-state {
  margin-bottom: 1.2em;
}

.card-info-price {
  color: var(--primary-color);
  font-size: var(--title-fs);
  font-weight: 600;
}

.card-info-cap {
  color: var(--dark-color);
  font-size: var(--card-cap-fs);
  font-weight: var(--font-weight);
  font-family: var(--main-ff);
  margin-top: 1.275rem !important;
}
.es-property-container {
  display: flex;
}

.card-info--left {
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
}

.card-cta-button:hover {
  background-color: var(--dark-color);
  transition: 0.3s ease;
}

.card-cta-button > div:first-child {
  color: var(--white-color);
  padding-right: .8em;
}

.card-info-container {
  margin-left: 2em;
  padding: 0;
}

#single-property-container > div.property-description > div:nth-child(1) > span.single-property-price > span {
	background-color: transparent !important;
}

.card-info-container > li {
  display: flex;
  flex-direction: row;
  list-style: none;
  font-size: var(--regular-fs);
  font-family: var(--main-ff);
  color: var(--dark-color);
  padding-bottom: 1.1em;
}

.card-info-list-marker {
  margin-right: 30px;
  -webkit-mask-size: cover;
}

section.cts-company {
  padding: 3rem 0;
}

body > section.cts-company > div > .description-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

body > section.cts-company > div > .description-container > div:nth-child(2) {
  width: 70%;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width: 320px) and (max-width: 768px) {
	
  body > section.cts-company > div > .description-container {
    flex-direction: column;
    align-items: center;
  }

  .cts-hero-title {
    font-size: 30px;
  }

  .hero-btn-container > div > a {
    font-size: 20px;
  } 

  .content-container--hero {
    padding: 1em;
  }

  .sort-menu-container, .sort-radio-container  {
    flex-direction: column;
  }

  .sort-radio-container {
    align-items: flex-start;
    margin-bottom: 1em;
  }

  .sort-radio-container > div {
    margin-bottom: .4em;
  }

  .cts-list-items-container {
    flex-direction: column;
  }

  .propertie-status {
    font-size: 12px;
    top: 1.5em;
    left: -8.6em;
  }

  .cts-title {
    font-size: 22px;
  }
  
  .properties-grid-item  {
    margin-top: 2em;
    margin-bottom: 0em;
    border-bottom: 1px solid var(--divider-color);
  }
	
  .cts-properties {
    padding: 0 1em;
  }

  .cts-properties {
    margin-bottom: 5em;
  }

  .expand-button-container {
    padding-bottom: 1rem
  }
  
  .properties-grid {
    grid-template-columns: 1fr;
    margin: 0;
  }

  .properties-grid-item--info {
    flex-direction: column;
    padding-top: 1em;
  }

  .card-info-container {
    padding: 0;
    margin: 0;
    margin-bottom: 2em;
  }

  .card-info-list-marker {
    margin-right: 1em;
  }

  .card-info--left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
		
  .es-layout-2_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .card-info--left--inner {
    align-items: center;
  }

  .card-info-state {
    margin-bottom: .7em;
  }

  .card-button-container {
    width: 100%;
    margin-top: 1em;
  }

  .card-cta-button {
    justify-content: center;
  }

  .card-cta-button > div:first-child {
    margin-right: 2em;
  }

  .cts-list-items-container > div > h3 {
    font-size: var(--tag-fs);
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 769px) and (max-width: 991px) {
  body > section.cts-company > div > .description-container > div:nth-child(2) {
    margin-top: 1rem;
    width: 50%;
  }
	
  .cts-title {
    font-size: 24px;
  }

  .cts-container {
    max-width: 90%;
  }

  .cts-container--about {
    width: 80%;
  }

  .properties-grid {
    grid-template-columns: 1fr;
  }

  .properties-grid-item {
    margin-top: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid var(--divider-color);
  }

  .card-info-title, .card-info-state {
    font-size: 18px;
  }

  .card-info-price {
    font-size: 20px;
  }

  .card-info-cap {
    font-size: 16px;
  }

  .expand-button-container {
    margin-bottom: 1rem;
  }

  .properties-grid {
    margin: 0;
  }

  .cts-list-items-container > div > h3 {
    font-size: 20px;
  }

  .es-layout-2_col .properties > div {
    max-width: 550px;
  }
	
  .es-layout-3_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div.es-details-flex > span.es-price,
  .es-layout-2_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div.es-details-flex > span.es-price {
    margin: 0;
  }
	
  .es-layout-3_col .properties > div > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div.es-details-flex > span.es-read-wrap > a,
  .es-layout-2_col .properties > div > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div.es-details-flex > span.es-read-wrap > a {
    margin: 0!important;
    padding: 0!important;
  }
	
  .es-layout-3_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div.es-details-flex,
  .es-layout-2_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div.es-details-flex {
    padding: 0 !important;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width: 1199px) {
 body > section.cts-company > div > .description-container > div:nth-child(2) {
    margin-top: 1rem;
    width: 60%;
  }	
	
  .cts-title {
    font-size: 30px;
  }
  
  .cts-text-content {
    font-size: var(--regular-fs);
  }
  
  .cts-container {
    max-width: 90%;
  }

  .cts-container--about {
    width: 80%;
  }

  .card-info-title, .card-info-state {  
    font-size: 20px;
  }
  
  .card-info-price {
    font-size: 26px;
  }
  
  .card-info-cap {
    font-size: 20px;
  }

  .card-info-list-marker {
    margin-right: 1em;
  }

  .card-cta-button {
    flex-direction: column;
    justify-content: center;
  }

  .card-cta-button > div:first-child {
    text-align: center;
  }

  .properties-grid-item-container > img {
    max-height: 250px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) and (max-width: 1440px) {
  .cts-container {
    max-width: 90%;
  }

  .cts-container--about {
    width: 80%;
  }
}

/* New styles */

.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > span {
  display: none;
}

.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > h2:nth-child(1),
.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > h2:nth-child(5),
.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > h2:nth-child(4),
.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > h2:nth-child(6) {
  display: none;
}

.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > h2 { 
  margin-top: 1rem;
  font-weight: 600;
  padding: 0;
}

.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > h2:nth-child(2)::after {
  content: "\00a0\00a0 —";
}

.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > h2:nth-child(3)::before  {
  content: "\00a0";
}

.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.es-thumbnail {
  max-width: 100%;
  width: 100%;
}

.es-layout-3_col .properties > div > div.es-property-thumbnail > div {
  flex-direction: column;
}

.es-layout-3_col .properties > div > div.es-property-info > hr {
  display: none;
}

.es-read-wrap {
  margin-top: 20px;
}

#content > section.cts.cts-properties > div.es-wrap.fortun {
  max-width: 1140px;
  margin: 0 auto;
  font-family: var(--title-ff);
}

#content > section.cts.cts-properties > div.es-wrap.fortun > div.es-listing.es-layout-2_col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.875rem;
}

#content > section.cts.cts-properties > div.es-wrap.fortun > div.es-listing.es-layout-3_col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.875rem;
}

.es-layout-2_col .properties {
  width: 100%!important;
  margin: 3.75rem 0 0 0!important;
  max-width: 550px;
}

.es-layout-3_col .properties {
  width: 100%!important; 
  margin: 10px 0 0 0!important;
  max-width: 522px;
}

body .es-listing {
  margin: 0 !important;
}
.es-layout-3_col .properties:hover,
.es-layout-2_col .properties:hover {
  border: 0;
  height: auto!important;
}
.es-layout-3_col .properties  > .es-property-inner,
.es-layout-2_col .properties  > .es-property-inner {
  margin: 0!important;
  border: 0!important;
}

.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > h2.cts.card-info-title.card-info-title--default > a {
  cursor: none;
  pointer-events: none;
}

.es-layout-3_col .properties  > .es-property-inner > .es-property-thumbnail, 
.es-layout-2_col .properties  > .es-property-inner > .es-property-thumbnail {
  padding: 0 0 1.25rem 0;
  opacity: 1;
}

.es-layout-3_col .properties > div > div.es-property-thumbnail > div > a,
.es-layout-2_col .properties > div > div.es-property-thumbnail > div > a  {
  display: flex;
  justify-content: center;
}

.es-layout-3_col .properties > div > div.es-property-thumbnail > div > a > img,
.es-layout-2_col .properties > div > div.es-property-thumbnail > div > a > img {
  border-radius: 8px;
  max-height: 390px!important;
  margin-right: 0 !important;
}

.es-layout-2_col .properties > div > div.es-property-thumbnail > div > div.es-thumbnail {
  max-width: 68%;
  height: 100%;
  padding-right: 15px;
}



.es-layout-3_col .properties > div > div.es-property-thumbnail > div >  div > a > div.es-thumbnail-bottom,
.es-layout-2_col .properties > div > div.es-property-thumbnail > div > div > a > div.es-thumbnail-bottom {
  display: none!important;  
}

.es-layout-3_col .properties > div > div.es-property-info > div.es-col-view,
.es-layout-2_col .properties > div > div.es-property-info > div.es-col-view {
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.es-layout-3_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div.es-details-flex,
.es-layout-2_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div.es-details-flex {
  flex-direction: column;
  display: flex;
  align-items: center;
  padding-top: 0;
}

.es-layout-3_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div,
.es-layout-2_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div {
  display: block;
  border: 0!important;
  background-color: var(--bg-color) !important;
  position: static !important;
}


.es-layout-3_col .properties > div > div.es-property-info > div.es-bottom-info > div.es-details-wrap > div,
.es-layout-2_col .properties > div > div.es-property-info > div.es-bottom-info > div.es-details-wrap > div,
.es-slideshow__wrap > div > div > div > div.slick-slide.slick-current.slick-active > div > div > div > div.es-slide__content > span {
  justify-content: flex-start;
}

.es-layout-3_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div > div > span,
.es-layout-2_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div > div > span,
.js-es-slideshow.es-slideshow.es-slideshow__horizontal.es-slideshow-slide-margin.slick-initialized.slick-slider > div > div > div > div > div > div > div.es-col-view > span {
  flex: 0 0 auto!important;
}
 
.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > span > a,
.es-layout-2_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > span > a,
.js-es-slideshow.es-slideshow.es-slideshow__horizontal.es-slideshow-slide-margin.slick-initialized.slick-slider > div > div > div.slick-slide > div > div > div > div.es-col-view > div > div > span.es-read-wrap > a {
  background-color: transparent;
  color: var(--dark-color);
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
}

.js-es-slideshow.es-slideshow.es-slideshow__horizontal.es-slideshow-slide-margin.slick-initialized.slick-slider > div > div > div > div > div > div > div.es-col-view > span > a {
  margin: 1.275rem 0;
}

/* .es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > span > a,
.es-layout-2_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > span > a,
.js-es-slideshow.es-slideshow.es-slideshow__horizontal.es-slideshow-slide-margin.slick-initialized.slick-slider > div > div > div > div > div > div > div.es-col-view > span > a,
.owl-item > article > div.entry-content > p > a:hover {
  color: var(--primary-color);
} */

.es-price {
  font-size: 1rem !important;
  text-align: left;
  background-color: transparent!important;
  padding: 0 !important;
  margin: 0;  
  font-weight: 400 !important;
  line-height: 1.3!important;
  max-width: 100% !important;
}

.js-es-slideshow.es-slideshow.es-slideshow__horizontal.es-slideshow-slide-margin.slick-initialized.slick-slider > div > div > div.slick-slide > div > div > div > div.es-col-view > div > span.es-price {
  /* margin-top: 1rem; */
}

.description {
  margin-left: 1rem;
}

/* .description > ul > li {
  padding-bottom: 1.625rem;
  display: flex;
}

.description > ul > li:last-child {
  padding-bottom: 0;
} */

.es-layout-3_col .properties > div > div.es-property-info > div.es-bottom-info > div.es-bottom-icon__list,
.es-layout-2_col .properties > div > div.es-property-info > div.es-bottom-info > div.es-bottom-icon__list {
  display: none;
}

span.cts.card-info-title--height {
	height: 85px;
	margin: 1rem 0;
}

.es-layout-3_col .properties > div > div.es-property-info > div.es-col-view > div > ul > li,
.es-layout-2_col .properties > div > div.es-property-info > div.es-col-view > div > ul > li {
  text-align: left;
  padding: 5px 0;
}

@media only screen and (min-width : 320px) and (max-width: 425px) {
  #content > section.cts.cts-properties > div.es-wrap.fortun > div.es-listing.es-layout-3_col {
    grid-template-columns: 1fr!important;
  }

  .card-info--left {
    padding-left: 0;
  }

  .card-info-title--default {
    margin-top: 20px !important;
  }

  .es-layout-3_col .properties > div > div.es-property-thumbnail > div,
  .es-layout-2_col .properties > div > div.es-property-thumbnail > div {
    flex-direction: column;
  }

  .es-layout-3_col .properties  > .es-property-inner,
  .es-layout-2_col .properties  > .es-property-inner {
    max-width: 288px;
  }
  
  .es-layout-2_col .properties > div > div.es-property-info > div.es-col-view,
  .es-layout-3_col .properties > div > div.es-property-info > div.es-col-view{
    max-width: 90%;
    margin: 0 auto;
  }

  .description {
    width: 100%;
    margin-left: 0;
  }
	
  .es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.es-thumbnail,
  .es-layout-2_col .properties > div > div.es-property-thumbnail > div > div.es-thumbnail {
    max-width: 100%;
    margin: 0 !important;
	padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  #content > section.cts.cts-properties > div.es-wrap.fortun,
  .cts-container {
    max-width: 720px;
  }

  .es-layout-2_col .properties,
  .es-layout-3_col .properties {
    max-width: 720px;
  }
}

@media only screen and (min-width : 320px) and (max-width: 769px) {

  div > div.es-property-info > div.es-col-view > div:nth-child(1) {
    text-align: center
  }
}

@media only screen and (min-width : 320px) and (max-width: 768px) {
  span.cts.card-info-title {
    height: auto;
}
  div.slick-slide.slick-current.slick-active > div > div > div > div.es-col-view {
	text-align: center;
}
  div.slick-slide.slick-current.slick-active > div > div > div > div.es-col-view > div > div {
	align-items: center;	
}
  .es-layout-2_col .properties > div > div.es-property-info > div:nth-child(3),
  .es-layout-3_col .properties > div > div.es-property-info > div:nth-child(3) {
		text-align: center;
  }

  .es-layout-3_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div.es-details-flex,
  .es-layout-2_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div.es-details-flex {
    margin-top: 1rem;
  }
/* 	
  #content > section.cts.cts-properties > div.es-wrap.fortun {
    max-width: 90%!important;
  } */

  .es-layout-2_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div > div > span  > a,
  .es-layout-3_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div > div > span  > a {
    margin-bottom: 0;
  }

  #content > section.cts.cts-properties > div.es-wrap.fortun > div.es-listing.es-layout-2_col {
    grid-template-columns: 1fr!important;
  }

  #content > section.cts.cts-properties > div.es-wrap.fortun > div.es-listing.es-layout-3_col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .es-layout-3_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div,
  .es-layout-2_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div {
    margin-bottom: 0!important;
  }

  .es-layout-2_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div.es-details-flex {
    margin-top: 1rem;  
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .es-layout-2_col .properties > div > div.es-property-info > div:nth-child(3),
  .es-layout-3_col .properties > div > div.es-property-info > div:nth-child(3){
    text-align: left;
  }
	
  #content > section.cts.cts-properties > div.es-wrap.fortun {
    max-width: 90%!important;
  }
}

@media only screen and (min-width : 1024px) and (max-width: 1440px) {
  #content > section.cts.cts-properties > div.es-wrap.fortun {
    max-width: 90%!important;
  }
}

.es-slide__image {
  overflow: hidden;
}

.js-es-slideshow.es-slideshow.es-slideshow__horizontal.es-slideshow-slide-margin.slick-initialized.slick-slider > div > div > div.slick-slide > div > div > div > div.es-col-view > div > span.es-property-slide-categories  {
  margin-top: .5rem;
}

.js-es-slideshow.es-slideshow.es-slideshow__horizontal.es-slideshow-slide-margin.slick-initialized.slick-slider > div > div > div.slick-slide.slick-current.slick-active > div > div > div > div.es-col-view > div > div > span.es-property-slide-categories > a {
  padding: 0 0 8px !important;
  font-weight: 400;
  color: var(--dark-color);
  cursor: none;
  pointer-events: none;
}


/* POPUP STYLES */

#popmake-3958 {
  width: 930px;
  top: 48.661px;
  left: 714.497px;
  opacity: 1;
  display: block;
  padding: 4.3rem 5.5rem;
  border-radius: 10px;
}

#popmake-3958 > div > pre {
  background-color: transparent !important;
  font-family: var(--title-ff);
  font-size: 36px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  text-align: center;
}

#popmake-3958 > div > pre:nth-child(2) {
  margin-bottom: 3.75rem;
}

#popmake-3958 > div > pre:nth-child(2) > span {
  color: var(--primary-color);
  font-weight: bold;
}

#gform_fields_28 { 
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

#field_28_3, #field_28_4 {
  width: 48%;
  margin-bottom: 30px;
}

#input_28_3, #input_28_4 {
  width: 100%;
  padding: 17px;
  border-radius: 5px;
  color: black;
  font-size: 16px;
}

#field_28_5 {
  width: 100%;
}

#input_28_5 {
  border-radius: 5px;
  padding: 20px;
  font-size: 16px;
  margin-bottom: 1.875rem;
  height: 200px;
}

#popmake-3958 > button {
  display: none;
}

#gform_submit_button_28 {
  margin: 0 !important;
  height: 60px;
  width: 247px;
  border-radius: 10px;
  background-color: var(--primary-color);
  color: var(--white-color);
  transition: all ease 0.2s !important;
  font-weight: bold;
  font-size: 24px;
}

#popmake-3958 > div {
	outline: none;
}

#gform_submit_button_28:hover {
  background-color: var(--dark-color);
}

@media only screen and (min-width: 320px) and (max-width: 425px) {
  #popmake-3958 {
    padding: 1.3rem 1rem;
  }

  #popmake-3958 > div > pre {
    font-size: 20px;
  }

  #popmake-3958 > div > pre:first-child {
    white-space: normal;
  }

  #popmake-3958 > div > pre:nth-child(2) {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }

  #gform_fields_28 {
    flex-direction: column;
  }

  #field_28_3, #field_28_4, #field_28_5 {
    width: 100%;
    margin-bottom: 15px;
  }

  #input_28_3, #input_28_4, #input_28_5 {
    font-size: 14px;
    width: 100%;
    margin-bottom: 0px;
    padding: 10px;
  }

  #gform_submit_button_28 {
    font-size: 16px;
    width: 100%;
    padding: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #popmake-3958 {
    padding: 2.3rem 3.5rem;
  }
	
  #popmake-3958 > div > pre:first-child {
    white-space: normal;
  }

  #popmake-3958 > div > pre:nth-child(2) {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
}

/* SINGLE PAGE PROPERTY STYLES*/

.blog-single-container > h2 {
	font-weight: 700;
}


#single-property-container > div.property-description > div > span.info-left--label, 
#single-property-container > div > div.property-description--mobile > div > span.info-left--label {
	font-weight: 700;
}

div.property-description--mobile {
  display: none;
}

#single-property-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#single-property-container > div:nth-child(1) {
  max-width: 60%;
}

#single-property-container > div.property-description {
  width: 42%;
  display: flex;
  flex-direction: column;
}

#single-property-container > div:nth-child(1) > div.es-gallery {
  max-width: 95%;
}

#single-property-container > div:nth-child(1) > div.es-gallery > div {
  border: none !important;
}

#single-property-container > div:nth-child(1) > div.es-gallery > div > div.es-gallery-image.slick-initialized.slick-slider {
  padding: 0;
}

#single-property-container > div:nth-child(1) > div.es-gallery > div > div.es-gallery-image.slick-initialized.slick-slider > div > div > div > div > div > img {
  margin: 0;
  border-radius: 4px;
}

#single-property-container > div:nth-child(1) > div.es-gallery > div > div.es-gallery-image-pager-wrap > div > div > div > div > div > div > img {
  margin: 0;
}

/* #single-property-container > div:nth-child(1) > div.es-gallery > div > div.es-gallery-image.slick-initialized.slick-slider > div {
	height: 100% !important;
} */

/* #single-property-container > div:nth-child(1) > div.es-gallery > div > div.es-gallery-image.slick-initialized.slick-slider > div > div {
	width: 100%!important;
}

#single-property-container > div:nth-child(1) > div.es-gallery > div > div.es-gallery-image.slick-initialized.slick-slider > div > div > div {
  width: 100%!important;
} */

#single-property-container > div:nth-child(1) > div.es-gallery > div > div.es-gallery-image-pager-wrap > div > div {
  width: 100%;
}

#single-property-container > div:nth-child(1) > div.es-gallery > div > div.es-gallery-image-pager-wrap > div > div > div > div > div > div > img {
  opacity: 0.7;
  cursor: pointer;

}

#single-property-container > div:nth-child(1) > div.es-gallery > div > div.es-gallery-image-pager-wrap > div > div > div > div:hover {
  border: none;
  opacity: 1;
  transition: all ease .3s;
}

#single-property-container > div:nth-child(1) > div.a2a_kit.es-share-wrapper > a:hover {
  border: none!important;
  background-color: var(--primary-color);
  color: #fff;
}

#single-property-container > div.property-description > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

#single-property-container > div.property-description > div.description-item-container--row,
#single-property-container > div > div.property-description--mobile > div.description-item-container--row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}

/* #single-property-container > div:nth-child(1) > div.es-gallery > div > div.es-gallery-image-pager-wrap {
  display: none;
} */

#single-property-container > div.property-description > div.description-item-container--row:last-child,
#single-property-container > div > div.property-description--mobile > div.description-item-container--row:last-child {
  margin-bottom: 20px;
}

#single-property-container > div.property-description > div.divider,
#single-property-container > div:nth-child(1) > div.divider {
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 20px;
}

#single-property-container > div.property-description > div:nth-child(1) > h2,
#single-property-container > div.property-description-mobile > div:nth-child(1) > h2,
#post-4510 > h2 {
  margin-bottom: 10px;
  font-weight: 700;
} 

#single-property-container > div.property-description > div:nth-child(1) > span > a,
#single-property-container > div.property-description--mobile > div:nth-child(1) > span > a {
  font-weight: 400;
}

#single-property-container > div.property-description > span.description-section-title,
#single-property-container > div.property-description--mobile > span.description-section-title,
#single-property-container > div:nth-child(1) > span {
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 5px;
}

#single-property-container > div.property-description > div:nth-child(10) > span {
  padding-left: 15px;
}

#single-property-container > div.property-description > div > span.description-item-regular-text {
  font-size: 14px;
}

#single-property-container > div.property-description > div:nth-child(2) > span:nth-child(2),
#single-property-container > div.property-description > div:nth-child(5) > span.single-property-price > span,
#single-property-container > div.property-description > div:nth-child(7) > span:nth-child(2) {
  font-size: 16px !important;
  background-color: transparent !important;
}

#single-property-container > div.property-description > div.a2a_kit.es-share-wrapper > a.js-es-wishlist-button {
	display: none;
}

#single-property-header > h1 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

#single-property-container > div:nth-child(1) > div.property-description--mobile > div.download-button-container.download-button-container--mobile {
  margin: 1rem 0;
}

#single-property-container > div.property-description > div.download-button-container,
#single-property-container > div:nth-child(1) > div.property-description--mobile > div.download-button-container.download-button-container--mobile {
  padding: 13px 7px;
  background-color: var(--primary-color);
  border-radius: 8px;
  text-align: center;
}

#gform_confirmation_message_27 > .btn-confirmation {
  display: none;
}

#single-property-container > div.property-description > div.download-button-container > a,
#single-property-container > div:nth-child(1) > div.property-description--mobile > div.download-button-container.download-button-container--mobile > a {
  color: white;
}

#single-property-container > div.property-description > div:nth-child(2) > span > span {
  font-size: 18px !important;
  color: var(--dark-color) !important;
  background-color: transparent!important;
}

#single-property-header > a {
  display: inline-block;
  color: var(--white-color);
  border-radius: 8px;
  padding: 12px 8px 13px;
  background-color: var(--dark-color);
  border: 2px solid var(--dark-color);
}

#single-property-header > a:hover {
  color: var(--dark-color);
  background-color: transparent;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
 #gform_confirmation_message_27 > .btn-confirmation {
	display: flex;
	justify-content: center;
  }

  #gform_confirmation_message_27 > #close-confirmation {
	color: white;
  	cursor: pointer;
  	display: flex;
	justify-content: center;
	padding: 13px 7px;
	background-color: var(--primary-color);
	border-radius: 8px;
	text-align: center;
  }
	
  #single-property-container > div.property-description > div.download-button-container {
	display: none;	
  }
	
  #single-property-container > div:nth-child(1) > div.property-description--mobile > div.download-button-container.download-button-container--mobile {
	  display: block;
	}

  div.property-description--mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  #single-property-container > div.property-description--mobile > div.description-item-container.description-item-container--row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  #single-property-container > div.property-description--mobile > div > span.info-left--label {
    font-weight: 700;
  }

  #single-property-container > div.property-description > div.description-item-container {
    display: none;
  }

  #single-property-header  {
    margin: 0 10px;
  }

  #single-property-header > h1 {
    font-size: 34px;
  }

  #single-property-container {
    display: flex;
    flex-direction: column;
    margin: 0 10px;
  }

  .es-single > div > h2 {
    padding-left: 10px;
  }

  #single-property-container > div:nth-child(1) > div.description-item-container.description-item-container--row > span > ul {
    padding-left: 15px;
  }
  
  #single-property-container > div:nth-child(1) {
    max-width: 100%;
  }
  
  #single-property-container > div.property-description {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  
  #single-property-container > div:nth-child(1) > div.es-gallery {
    max-width: 100%;
  }
}

.js-es-slideshow.es-slideshow.es-slideshow__horizontal.es-slideshow-slide-margin.slick-initialized.slick-slider  > div > div > div.slick-slide > div > div > div > div.es-slide__image > a > div {
  padding-top: 64% !important;
}

/* POP-UP EXCLUSIVE DRUGSTORE LISTING INVENTORY*/

#popmake-1632 {
  border-radius: 10px;
  padding: 1rem;
  top: 16px !important;
}

#gform_submit_button_27 {
  margin: 0 !important;
  height: 60px;
  border-radius: 10px;
  background-color: var(--primary-color);
  color: var(--white-color);
  transition: all ease 0.2s !important;
  font-weight: bold;
  font-size: 24px;
}
li#field_30_28 {
    display: none;
}

#gform_fields_30 {
    list-style: none;
    padding: 0;
    color: black;
}
#gform_submit_button_27:hover {
  background-color: var(--dark-color);
  transition: all .2 ease
}

#gform_wrapper_27 {
  padding: 0rem 5.5rem;
}

#gform_fields_27 {
  list-style: none;
	padding: 0;
}

#gform_fields_27 > li {
  margin: 0 0 1rem 0;
}

#input_27_4, #input_27_8 {
  padding: 0;
  list-style: none;
}

#field_27_9 {
  display: none;
}

#field_27_7 > h4 {
  margin: 0;
  font-size: 28px;
  text-align: center;
  font-weight: 400;
}

#gform_confirmation_message_27 > h4:nth-child(1) {
  margin: 0 0 2rem;
}

#field_27_1 > label {
  display: none;
}

#input_27_1 {
  display: flex;
  justify-content: space-between;
}

#input_27_1_3_container, #input_27_1_6_container {
  width: 47%;
  display: flex;
  flex-direction: column;
}

#input_27_2, #input_27_3 {
  width: 47%;
}

#input_27_1_3, #input_27_1_6, #input_27_2, #input_27_3 {
  padding: 10px;
  border-radius: 5px;
  color: black;
  font-size: 16px;
}

#popmake-1632 > div > hr {
  margin: 2rem;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #gform_submit_button_27 {
	width: 100%;
	font-size: 20px;
  }
	
  #popmake-1632 {
    padding: 1.3rem 1rem;
  }

  #gform_wrapper_27 {
    padding: 0;
  }

  #popmake-1632 > div > pre {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #popmake-1632 {
    padding: 2.3rem 3.5rem;
  }

  #gform_wrapper_27 {
    padding: 0;
  }
}
/* Wizard Form */
/* POP-UP EXCLUSIVE DRUGSTORE LISTING INVENTORY*/

#popmake-1632 {
  border-radius: 10px;
  padding: 1rem;
  top: 16px !important;
}

#gform_submit_button_30 {
  margin: 0 !important;
  height: 50px;
  border-radius: 10px;
  background-color: var(--primary-color);
  color: var(--white-color);
  transition: all ease 0.2s !important;
  font-weight: bold;
  font-size: 18px;
}

h3.gform_title {
  display: none;
}
#gform_submit_button_30:hover {
  background-color: var(--dark-color);
  transition: all .2 ease
}
li#field_30_12, li#field_30_16 {
  margin: 20px -10px;
  list-style: none;
}
li#field_30_19 {
    list-style: none;
    margin-left: -50px;
}
#gform_wrapper_30 {
  padding: 0rem 5.5rem;
}
.gform_page_footer.top_label {
  padding: 0rem 0.5rem;
}
label.gfield_label.gfield_label_before_complex {
    display: none;
}
ul#input_30_19 {
    list-style: none;
}

input#gform_next_button_30_11 , input#gform_previous_button_30 {
  background-color: black;
  font-size: 18px;
  border-radius: 5px;
  height: 50px;
    font-weight: bold;
}


#gform_fields_30 {
  list-style: none;
	padding: 0;
}

#gform_fields_30 > li {
  margin: 0 0 1rem 0;
}

#input_30_4, #input_30_8 {
  padding: 0;
  list-style: none;
}

#field_30_9, li#field_30_17, li#field_30_18, li#field_30_20 {
  display: none;
}
label.gfield_label.gfield_label_before_complex {
    display: none;
}
#field_30_7 > h4 {
  margin: 25;
  font-size: 28px;
  text-align: center;
  font-weight: 400;
}

#gform_confirmation_message_30 > h4:nth-child(1) {
  margin: 0 0 2rem;
}

#field_30_1 > label {
  display: none;
}
ul#input_30_19 {
    margin-left: -40px;
}
#input_30_1 {
  display: flex;
  justify-content: space-between;
}

#input_30_1_3_container, #input_30_1_6_container {
  width: 47%;
  display: flex;
  flex-direction: column;
}

#input_30_2, #input_30_3 {
  width: 47%;
}

#input_30_1_3, #input_30_1_6, #input_30_2, #input_30_3 {
  padding: 10px;
  border-radius: 5px;
  color: black;
  font-size: 16px;
}

#popmake-1632 > div > hr {
  margin: 2rem;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #gform_submit_button_30 {
	width: 100%;
	font-size: 20px;
  }
	
  #popmake-1632 {
    padding: 1.3rem 1rem;
  }

  #gform_wrapper_30 {
    padding: 0;
  }

  #popmake-1632 > div > pre {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #popmake-1632 {
    padding: 2.3rem 3.5rem;
  }

  #gform_wrapper_30 {
    padding: 0;
  }
}


/*PAGINATION NUMBERS*/
#primary-blog > div.post-number-navigation.page-number-navigation.navigation.text-center > ul > li > a:hover {
	    padding: 10px 20px;
    display: block;
    border-color: #242424;
    background-color: #242424;
    border-right: 0;
    color: #fff !important;
}


/* SLICK SLIDER SINGLE PROPERTY STYLES */

#es-thumbnail-slider > div > div {
  transform: translate3d(0px, 0px, 0px) !important;
}

#es-thumbnail-slider {
  display: none;
}

#es-images-slider, #es-thumbnail-slider {
  list-style: none;
  margin: 0 auto 10px;
  position: relative;
}
.slide-item > img {
  width: 100%;
  margin: 0 !important;
}

.thumbnail-item > img {
  width: 98%;
  margin: 0 !important;
}

#es-thumbnail-slider > div > div > div.slick-slide {
  opacity: .5;
}

#es-thumbnail-slider > div > div > div.slick-current {
  opacity: 1;
}

.slick-arrow {
  z-index: 2;
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  right: 0%;
  margin: auto 0;
  top: 45%;
}

.slick-arrow--prev {
  transform: rotate(-180deg);
  left: 0%;
}

.slick-arrow > svg {
  fill:#D1D1D1;
}

body > div.modal-single-property {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 10rem; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

.modal-gallery {
  position: relative;
}

.modal-gallery-container {
  display: block;
  margin: auto;
  position: relative;
}

#modal-gallery {
  display: block;
  width: 80%;
  max-width: 700px;
  padding: 0!important;
}

body > div.modal-single-property > div > div {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

body > div.modal-single-property > div > div > svg {
  margin: 0 10px;
}

#button-close-modal {
  opacity: .6;
  width: 32px;
  height: 32px;
  cursor: pointer;
  fill:#D1D1D1;
  position: absolute;
  right: 0;
}

#button-close-modal:hover {
  opacity: 1;
  transition: all ease .2s;
}

#prev-image-arrow {
  transform: rotate(-180deg);
  left: -6%;
}

#next-image-arrow {
  right: -6%;
}

#next-image-arrow, #prev-image-arrow {
  opacity: .6;
  width: 32px;
  height: 32px;
  cursor: pointer
}

#next-image-arrow:hover, #prev-image-arrow:hover {
  opacity: 1;
  transition: all ease .2s;
}


.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.modal-content {
  /* margin: auto;
  display: block;
  width: 80%;
  max-width: 700px; */
}


@media only screen and (min-width: 320px) and (max-width: 425px) {
  #es-thumbnail-slider > div > div {
    transform: translate3d(0px, 0px, 0px);
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {

  #button-close-modal {
    right: 2%;
    top: -20%;
  }

  #modal-gallery {
    width: 80%;
  }

  #next-image-arrow {
    right: -10%;
  }

  #prev-image-arrow {
    left: -10%;
  }

  #modal-gallery > div > div > div.slick-slide > div > li > img {
    height: auto;
  }
}

@media only screen and (min-width: 769px) {
  #button-close-modal {
    position: static;

  }
}
input#gform_next_button_30_28 {
    background-color: black;
    margin-left: -7px;
}
div#gf_progressbar_wrapper_30 {
    display: none;
}
li#field_30_29 {
    display: none;
    padding: 25px;
}
/* 
	Theme Name: Fortun child
	Theme URI: https://themeforest.net/item/fortun-multiconcept-wordpress-theme/19341019
	Author: AgniDesigns	
	Version: 1.0
	Description: Multi-Concept WordPress theme
	Author URI: http://themeforest.net/user/AgniHD	
	Template: fortun
*/

@import url("../fortun/style.css");
@import url("../fortun/css/responsive.css");

/* VARIABLES */
:root {
  --max-width: 1600px;

  --title-fs: 28px;
  --regular-fs: 16px;
  --font-weight: 400;
  --main-ff: 'Helvetica'; 
  --title-ff: 'Oswald';
  --tag-fs: 18px;
  --card-item-title-fs: 28px;
  --card-price-fs: 22px;
  --card-cap-fs: 24px;

  --primary-color: #C19705;
  --dark-color: #37414E;
  --bg-color: #F9F9F9;
  --sold-color: #F20149;
  --white-color: #fff;
  --divider-color: #D5D5D5;

}

/* MAIN SETTINGS */
p , h1 {
  margin: 0;
  padding: 0;
}
.single-post .entry-content a{
    color: #0091ff;
}
.cts {
  margin: 0;
  padding: 0;
}

.cts-title {
  font-family: var(--title-ff);
  font-size: var(--title-fs);
  color: var(--dark-color);
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.cts-container {
  max-width: 1140px;
  margin: 0 auto!important;
}

.cts-divider {
  background-color: var(--divider-color);
  height: 0.5px;
  width: 100%;
}

/* END OF MAIN SETTINGS*/

/* HERO SECTION */

.cts-hero {
  height:  auto;
}

.cts-hero-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment: scroll;
  display: flex;
  justify-content: center;
  height: 190px;
}

.content-container--hero {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;

}

.hero-title-container, .hero-subtitle-container {
  margin: 1em 0;
}

.cts-hero-title, .cts-hero-subtitle, .hero-btn-container > div > a {
  color: var(--white-color); 
}

.cts-hero-title {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  color: var(--white-color);
}

.cts-hero-subtitle {
  font-size: var(--regular-fs);
  font-family: var(--main-ff); 
}

.hero-btn-container {
  display: flex;
  height: auto;
  justify-content: center;
}

.hero-btn-container > div {
  width: 300px;
  display: flex;
}

.hero-btn-container > div >  a { 
  font-family: var(--main-ff); 
  width: 100%;
  padding: 11px 1.4em;
  background-color: var(--primary-color);
  border-radius: 10px;
  font-size: 24px;
  transition: all ease .3s;
  font-weight: 600;
}

.hero-btn-container > div >  a:hover {
  background-color: var(--dark-color);

}

/* ABOUT SECTION */

#content > section.cts.cts-about > div > div > div.cts-title-container.cts-title-container--about > h1 {
  font-size: 22px;

}

.cts-about {
  padding: 16px 0 0;
  height: auto;
}

.hide-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; 
  font-size: 1rem;
  line-height: 1.6rem;
 /* height: 4.8rem;*/
}

#content > section > div:nth-child(1) > div.cts-title-container.cts-title-container--properties > div.cts-about.hide-text > p {
  margin: 11px 0 15px;
}

.hide-text:has(h4) {
  height: 3.9rem;
}

.hide-text:has(h5) {
  height: 3.7rem;
}

.hide-text > div > div > div > h4, .hide-text > div > div > div > h5 {
  margin-bottom: 0;
}

#show-text-section {
  display: none;
/*   padding-top: 26px; */
}
.cts-title-container--about {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.cts-text-container--about {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: var(--regular-fs);
  color: var(--dark-color);
  font-family: var(--main-ff);
  height: 3em; 
  overflow: hidden;
  text-overflow: ellipsis;
/*   padding: 0 15px; */
}

.cts-text-container--about.open {
  height: auto; 
  overflow: visible;
}

.cts-text-container--about--long {
  display: none;
  max-height: auto;
  margin-bottom: 1em;
/* 	padding: 0 15px; */
}

.cts-text-container--about--long > p {
  color: var(--dark-color);
}

.cts-container--about {
  max-width: 1100px;
  margin: 0 auto;
}

.expand-button-container {
  display: flex;
  justify-content: center;
  margin: 0 0 1rem;
}

#expand-button-action {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#content > section.cts.cts-about > div > div > div.expand-button-container > div {
	display: flex;
	cursor: pointer;
}

#expand-text-button{
  color: var(--dark-color);
  font-size: var(--regular-fs);
  font-weight: bold;
  padding: 0 1rem 0;
  border-width: 0;
  background-color: transparent;
}

.expand-button-icon {
  padding-left: 1em;
}

.cts-list-items-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cts-list-items-container > div > h3 {
  font-size: var(--card-cap-fs);
  color: var(--dark-color);
  font-family: var(--main-ff);

}

.card-info-container--about {
  margin-top: 2em;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}

.card-info-container--about > li {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.2em;
  max-width: 90%;
}

/* END OF ABOUT SECTION */

/* PROPERTIES SECTION */

.cts-properties {
  background-color: var(--bg-color);
  margin-bottom: 6em;
}

.cts-title-container--properties {
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}

#selectSortproperties {
  border: 0;
  background: transparent;
  padding: 0 1em;
  outline: none;
  cursor: pointer;
}

.cts-loader-container {
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
}

.cts-loader-container > #cts-loader {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1000;
  transition: all ease .2s;
  background-color: rgb(0,0,0,0.1);
}

.properties-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 2em;
  grid-gap: 2em;
  margin-bottom: 5em;
}

.properties-grid-item-container {
  position: relative;
  overflow: hidden;
}

.properties-grid-item-container > img {
  width: 100%;
  border-radius: 10px;
  max-height: 390px;
}

.propertie-status {
  position: absolute;
  text-transform: uppercase;
  top: 1.5em;
  left: -5em;
  width: 276px;
  text-align: center;
  transform: rotate(-40deg);
  color: var(--white-color);
  background-color: #D7B029;
  font-size: var(--tag-fs);
  font-weight: bold;
}

.properties-grid-item--image {
  margin-bottom: 2em;
}

.propertie-status--sold {
  background-color: var(--sold-color);
}

.properties-grid-item--info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 2em;
}

.card-info-title {  
  font-size: 16px ;
  color: var(--dark-color);
  font-weight: 400;
  text-align: left!important;
  text-transform: none;
  line-height: 1.5em;
  padding: 0 0 2px !important;
}


.card-info-title > a {
  padding-bottom: 0px !important;
  cursor: none;
  pointer-events: none;
}

.card-info-title--default {
  font-size: 28px;
  margin-bottom: 20px !important;
  text-transform: uppercase;
  padding-bottom: 0 !important;
}

.card-info-title--default > a {
  line-height: 1.8rem !important; 
  font-family: var(--title-ff);
  font-weight: 300;
  cursor: none;
  pointer-events: none;
}

.card-info-title--cap {
  padding: 2px 0 0 !important;
}

.card-info-title--category {
	margin-bottom: 2rem !important;
}

.card-info-state {
  margin-bottom: 1.2em;
}

.card-info-price {
  color: var(--primary-color);
  font-size: var(--title-fs);
  font-weight: 600;
}

.card-info-cap {
  color: var(--dark-color);
  font-size: var(--card-cap-fs);
  font-weight: var(--font-weight);
  font-family: var(--main-ff);
  margin-top: 1.275rem !important;
}
.es-property-container {
  display: flex;
}

.card-info--left {
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
}

.card-cta-button:hover {
  background-color: var(--dark-color);
  transition: 0.3s ease;
}

.card-cta-button > div:first-child {
  color: var(--white-color);
  padding-right: .8em;
}

.card-info-container {
  margin-left: 2em;
  padding: 0;
}

#single-property-container > div.property-description > div:nth-child(1) > span.single-property-price > span {
	background-color: transparent !important;
}

.card-info-container > li {
  display: flex;
  flex-direction: row;
  list-style: none;
  font-size: var(--regular-fs);
  font-family: var(--main-ff);
  color: var(--dark-color);
  padding-bottom: 1.1em;
}

.card-info-list-marker {
  margin-right: 30px;
  -webkit-mask-size: cover;
}

section.cts-company {
  padding: 3rem 0;
}

body > section.cts-company > div > .description-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

body > section.cts-company > div > .description-container > div:nth-child(2) {
  width: 70%;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width: 320px) and (max-width: 768px) {
	
  body > section.cts-company > div > .description-container {
    flex-direction: column;
    align-items: center;
  }

  .cts-hero-title {
    font-size: 30px;
  }

  .hero-btn-container > div > a {
    font-size: 20px;
  } 

  .content-container--hero {
    padding: 1em;
  }

  .sort-menu-container, .sort-radio-container  {
    flex-direction: column;
  }

  .sort-radio-container {
    align-items: flex-start;
    margin-bottom: 1em;
  }

  .sort-radio-container > div {
    margin-bottom: .4em;
  }

  .cts-list-items-container {
    flex-direction: column;
  }

  .propertie-status {
    font-size: 12px;
    top: 1.5em;
    left: -8.6em;
  }

  .cts-title {
    font-size: 22px;
  }
  
  .properties-grid-item  {
    margin-top: 2em;
    margin-bottom: 0em;
    border-bottom: 1px solid var(--divider-color);
  }
	
  .cts-properties {
    padding: 0 1em;
  }

  .cts-properties {
    margin-bottom: 5em;
  }

  .expand-button-container {
    padding-bottom: 1rem
  }
  
  .properties-grid {
    grid-template-columns: 1fr;
    margin: 0;
  }

  .properties-grid-item--info {
    flex-direction: column;
    padding-top: 1em;
  }

  .card-info-container {
    padding: 0;
    margin: 0;
    margin-bottom: 2em;
  }

  .card-info-list-marker {
    margin-right: 1em;
  }

  .card-info--left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
		
  .es-layout-2_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .card-info--left--inner {
    align-items: center;
  }

  .card-info-state {
    margin-bottom: .7em;
  }

  .card-button-container {
    width: 100%;
    margin-top: 1em;
  }

  .card-cta-button {
    justify-content: center;
  }

  .card-cta-button > div:first-child {
    margin-right: 2em;
  }

  .cts-list-items-container > div > h3 {
    font-size: var(--tag-fs);
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 769px) and (max-width: 991px) {
  body > section.cts-company > div > .description-container > div:nth-child(2) {
    margin-top: 1rem;
    width: 50%;
  }
	
  .cts-title {
    font-size: 24px;
  }

  .cts-container {
    max-width: 90%;
  }

  .cts-container--about {
    width: 80%;
  }

  .properties-grid {
    grid-template-columns: 1fr;
  }

  .properties-grid-item {
    margin-top: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid var(--divider-color);
  }

  .card-info-title, .card-info-state {
    font-size: 18px;
  }

  .card-info-price {
    font-size: 20px;
  }

  .card-info-cap {
    font-size: 16px;
  }

  .expand-button-container {
    margin-bottom: 1rem;
  }

  .properties-grid {
    margin: 0;
  }

  .cts-list-items-container > div > h3 {
    font-size: 20px;
  }

  .es-layout-2_col .properties > div {
    max-width: 550px;
  }
	
  .es-layout-3_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div.es-details-flex > span.es-price,
  .es-layout-2_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div.es-details-flex > span.es-price {
    margin: 0;
  }
	
  .es-layout-3_col .properties > div > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div.es-details-flex > span.es-read-wrap > a,
  .es-layout-2_col .properties > div > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div.es-details-flex > span.es-read-wrap > a {
    margin: 0!important;
    padding: 0!important;
  }
	
  .es-layout-3_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div.es-details-flex,
  .es-layout-2_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div.es-details-flex {
    padding: 0 !important;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width: 1199px) {
 body > section.cts-company > div > .description-container > div:nth-child(2) {
    margin-top: 1rem;
    width: 60%;
  }	
	
  .cts-title {
    font-size: 30px;
  }
  
  .cts-text-content {
    font-size: var(--regular-fs);
  }
  
  .cts-container {
    max-width: 90%;
  }

  .cts-container--about {
    width: 80%;
  }

  .card-info-title, .card-info-state {  
    font-size: 20px;
  }
  
  .card-info-price {
    font-size: 26px;
  }
  
  .card-info-cap {
    font-size: 20px;
  }

  .card-info-list-marker {
    margin-right: 1em;
  }

  .card-cta-button {
    flex-direction: column;
    justify-content: center;
  }

  .card-cta-button > div:first-child {
    text-align: center;
  }

  .properties-grid-item-container > img {
    max-height: 250px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) and (max-width: 1440px) {
  .cts-container {
    max-width: 90%;
  }

  .cts-container--about {
    width: 80%;
  }
}

/* New styles */

.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > span {
  display: none;
}

.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > h2:nth-child(1),
.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > h2:nth-child(5),
.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > h2:nth-child(4),
.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > h2:nth-child(6) {
  display: none;
}

.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > h2 { 
  margin-top: 1rem;
  font-weight: 600;
  padding: 0;
}

.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > h2:nth-child(2)::after {
  content: "\00a0\00a0 —";
}

.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > h2:nth-child(3)::before  {
  content: "\00a0";
}

.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.es-thumbnail {
  max-width: 100%;
  width: 100%;
}

.es-layout-3_col .properties > div > div.es-property-thumbnail > div {
  flex-direction: column;
}

.es-layout-3_col .properties > div > div.es-property-info > hr {
  display: none;
}

.es-read-wrap {
  margin-top: 20px;
}

#content > section.cts.cts-properties > div.es-wrap.fortun {
  max-width: 1140px;
  margin: 0 auto;
  font-family: var(--title-ff);
}

#content > section.cts.cts-properties > div.es-wrap.fortun > div.es-listing.es-layout-2_col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.875rem;
}

#content > section.cts.cts-properties > div.es-wrap.fortun > div.es-listing.es-layout-3_col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.875rem;
}

.es-layout-2_col .properties {
  width: 100%!important;
  margin: 3.75rem 0 0 0!important;
  max-width: 550px;
}

.es-layout-3_col .properties {
  width: 100%!important; 
  margin: 10px 0 0 0!important;
  max-width: 522px;
}

body .es-listing {
  margin: 0 !important;
}
.es-layout-3_col .properties:hover,
.es-layout-2_col .properties:hover {
  border: 0;
  height: auto!important;
}
.es-layout-3_col .properties  > .es-property-inner,
.es-layout-2_col .properties  > .es-property-inner {
  margin: 0!important;
  border: 0!important;
}

.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > h2.cts.card-info-title.card-info-title--default > a {
  cursor: none;
  pointer-events: none;
}

.es-layout-3_col .properties  > .es-property-inner > .es-property-thumbnail, 
.es-layout-2_col .properties  > .es-property-inner > .es-property-thumbnail {
  padding: 0 0 1.25rem 0;
  opacity: 1;
}

.es-layout-3_col .properties > div > div.es-property-thumbnail > div > a,
.es-layout-2_col .properties > div > div.es-property-thumbnail > div > a  {
  display: flex;
  justify-content: center;
}

.es-layout-3_col .properties > div > div.es-property-thumbnail > div > a > img,
.es-layout-2_col .properties > div > div.es-property-thumbnail > div > a > img {
  border-radius: 8px;
  max-height: 390px!important;
  margin-right: 0 !important;
}

.es-layout-2_col .properties > div > div.es-property-thumbnail > div > div.es-thumbnail {
  max-width: 68%;
  height: 100%;
  padding-right: 15px;
}



.es-layout-3_col .properties > div > div.es-property-thumbnail > div >  div > a > div.es-thumbnail-bottom,
.es-layout-2_col .properties > div > div.es-property-thumbnail > div > div > a > div.es-thumbnail-bottom {
  display: none!important;  
}

.es-layout-3_col .properties > div > div.es-property-info > div.es-col-view,
.es-layout-2_col .properties > div > div.es-property-info > div.es-col-view {
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.es-layout-3_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div.es-details-flex,
.es-layout-2_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div.es-details-flex {
  flex-direction: column;
  display: flex;
  align-items: center;
  padding-top: 0;
}

.es-layout-3_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div,
.es-layout-2_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div {
  display: block;
  border: 0!important;
  background-color: var(--bg-color) !important;
  position: static !important;
}


.es-layout-3_col .properties > div > div.es-property-info > div.es-bottom-info > div.es-details-wrap > div,
.es-layout-2_col .properties > div > div.es-property-info > div.es-bottom-info > div.es-details-wrap > div,
.es-slideshow__wrap > div > div > div > div.slick-slide.slick-current.slick-active > div > div > div > div.es-slide__content > span {
  justify-content: flex-start;
}

.es-layout-3_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div > div > span,
.es-layout-2_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div > div > span,
.js-es-slideshow.es-slideshow.es-slideshow__horizontal.es-slideshow-slide-margin.slick-initialized.slick-slider > div > div > div > div > div > div > div.es-col-view > span {
  flex: 0 0 auto!important;
}
 
.es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > span > a,
.es-layout-2_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > span > a,
.js-es-slideshow.es-slideshow.es-slideshow__horizontal.es-slideshow-slide-margin.slick-initialized.slick-slider > div > div > div.slick-slide > div > div > div > div.es-col-view > div > div > span.es-read-wrap > a {
  background-color: transparent;
  color: var(--dark-color);
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
}

.js-es-slideshow.es-slideshow.es-slideshow__horizontal.es-slideshow-slide-margin.slick-initialized.slick-slider > div > div > div > div > div > div > div.es-col-view > span > a {
  margin: 1.275rem 0;
}

/* .es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > span > a,
.es-layout-2_col .properties > div > div.es-property-thumbnail > div > div.cts.card-info--left > span > a,
.js-es-slideshow.es-slideshow.es-slideshow__horizontal.es-slideshow-slide-margin.slick-initialized.slick-slider > div > div > div > div > div > div > div.es-col-view > span > a,
.owl-item > article > div.entry-content > p > a:hover {
  color: var(--primary-color);
} */

.es-price {
  font-size: 1rem !important;
  text-align: left;
  background-color: transparent!important;
  padding: 0 !important;
  margin: 0;  
  font-weight: 400 !important;
  line-height: 1.3!important;
  max-width: 100% !important;
}

.js-es-slideshow.es-slideshow.es-slideshow__horizontal.es-slideshow-slide-margin.slick-initialized.slick-slider > div > div > div.slick-slide > div > div > div > div.es-col-view > div > span.es-price {
  /* margin-top: 1rem; */
}

.description {
  margin-left: 1rem;
}

/* .description > ul > li {
  padding-bottom: 1.625rem;
  display: flex;
}

.description > ul > li:last-child {
  padding-bottom: 0;
} */

.es-layout-3_col .properties > div > div.es-property-info > div.es-bottom-info > div.es-bottom-icon__list,
.es-layout-2_col .properties > div > div.es-property-info > div.es-bottom-info > div.es-bottom-icon__list {
  display: none;
}

span.cts.card-info-title--height {
	height: 85px;
	margin: 1rem 0;
}

.es-layout-3_col .properties > div > div.es-property-info > div.es-col-view > div > ul > li,
.es-layout-2_col .properties > div > div.es-property-info > div.es-col-view > div > ul > li {
  text-align: left;
  padding: 5px 0;
}

@media only screen and (min-width : 320px) and (max-width: 425px) {
  #content > section.cts.cts-properties > div.es-wrap.fortun > div.es-listing.es-layout-3_col {
    grid-template-columns: 1fr!important;
  }

  .card-info--left {
    padding-left: 0;
  }

  .card-info-title--default {
    margin-top: 20px !important;
  }

  .es-layout-3_col .properties > div > div.es-property-thumbnail > div,
  .es-layout-2_col .properties > div > div.es-property-thumbnail > div {
    flex-direction: column;
  }

  .es-layout-3_col .properties  > .es-property-inner,
  .es-layout-2_col .properties  > .es-property-inner {
    max-width: 288px;
  }
  
  .es-layout-2_col .properties > div > div.es-property-info > div.es-col-view,
  .es-layout-3_col .properties > div > div.es-property-info > div.es-col-view{
    max-width: 90%;
    margin: 0 auto;
  }

  .description {
    width: 100%;
    margin-left: 0;
  }
	
  .es-layout-3_col .properties > div > div.es-property-thumbnail > div > div.es-thumbnail,
  .es-layout-2_col .properties > div > div.es-property-thumbnail > div > div.es-thumbnail {
    max-width: 100%;
    margin: 0 !important;
	padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  #content > section.cts.cts-properties > div.es-wrap.fortun,
  .cts-container {
    max-width: 720px;
  }

  .es-layout-2_col .properties,
  .es-layout-3_col .properties {
    max-width: 720px;
  }
}

@media only screen and (min-width : 320px) and (max-width: 769px) {

  div > div.es-property-info > div.es-col-view > div:nth-child(1) {
    text-align: center
  }
}

@media only screen and (min-width : 320px) and (max-width: 768px) {
  span.cts.card-info-title {
    height: auto;
}
  div.slick-slide.slick-current.slick-active > div > div > div > div.es-col-view {
	text-align: center;
}
  div.slick-slide.slick-current.slick-active > div > div > div > div.es-col-view > div > div {
	align-items: center;	
}
  .es-layout-2_col .properties > div > div.es-property-info > div:nth-child(3),
  .es-layout-3_col .properties > div > div.es-property-info > div:nth-child(3) {
		text-align: center;
  }

  .es-layout-3_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div.es-details-flex,
  .es-layout-2_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div.es-details-flex {
    margin-top: 1rem;
  }
/* 	
  #content > section.cts.cts-properties > div.es-wrap.fortun {
    max-width: 90%!important;
  } */

  .es-layout-2_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div > div > span  > a,
  .es-layout-3_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div > div > span  > a {
    margin-bottom: 0;
  }

  #content > section.cts.cts-properties > div.es-wrap.fortun > div.es-listing.es-layout-2_col {
    grid-template-columns: 1fr!important;
  }

  #content > section.cts.cts-properties > div.es-wrap.fortun > div.es-listing.es-layout-3_col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .es-layout-3_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div,
  .es-layout-2_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div {
    margin-bottom: 0!important;
  }

  .es-layout-2_col .properties > div > div.es-property-info > div.es-col-view > div.cts.card-info--left > div.es-details-flex {
    margin-top: 1rem;  
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .es-layout-2_col .properties > div > div.es-property-info > div:nth-child(3),
  .es-layout-3_col .properties > div > div.es-property-info > div:nth-child(3){
    text-align: left;
  }
	
  #content > section.cts.cts-properties > div.es-wrap.fortun {
    max-width: 90%!important;
  }
}

@media only screen and (min-width : 1024px) and (max-width: 1440px) {
  #content > section.cts.cts-properties > div.es-wrap.fortun {
    max-width: 90%!important;
  }
}

.es-slide__image {
  overflow: hidden;
}

.js-es-slideshow.es-slideshow.es-slideshow__horizontal.es-slideshow-slide-margin.slick-initialized.slick-slider > div > div > div.slick-slide > div > div > div > div.es-col-view > div > span.es-property-slide-categories  {
  margin-top: .5rem;
}

.js-es-slideshow.es-slideshow.es-slideshow__horizontal.es-slideshow-slide-margin.slick-initialized.slick-slider > div > div > div.slick-slide.slick-current.slick-active > div > div > div > div.es-col-view > div > div > span.es-property-slide-categories > a {
  padding: 0 0 8px !important;
  font-weight: 400;
  color: var(--dark-color);
  cursor: none;
  pointer-events: none;
}


/* POPUP STYLES */

#popmake-3958 {
  width: 930px;
  top: 48.661px;
  left: 714.497px;
  opacity: 1;
  display: block;
  padding: 4.3rem 5.5rem;
  border-radius: 10px;
}

#popmake-3958 > div > pre {
  background-color: transparent !important;
  font-family: var(--title-ff);
  font-size: 36px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  text-align: center;
}

#popmake-3958 > div > pre:nth-child(2) {
  margin-bottom: 3.75rem;
}

#popmake-3958 > div > pre:nth-child(2) > span {
  color: var(--primary-color);
  font-weight: bold;
}

#gform_fields_28 { 
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

#field_28_3, #field_28_4 {
  width: 48%;
  margin-bottom: 30px;
}

#input_28_3, #input_28_4 {
  width: 100%;
  padding: 17px;
  border-radius: 5px;
  color: black;
  font-size: 16px;
}

#field_28_5 {
  width: 100%;
}

#input_28_5 {
  border-radius: 5px;
  padding: 20px;
  font-size: 16px;
  margin-bottom: 1.875rem;
  height: 200px;
}

#popmake-3958 > button {
  display: none;
}

#gform_submit_button_28 {
  margin: 0 !important;
  height: 60px;
  width: 247px;
  border-radius: 10px;
  background-color: var(--primary-color);
  color: var(--white-color);
  transition: all ease 0.2s !important;
  font-weight: bold;
  font-size: 24px;
}

#popmake-3958 > div {
	outline: none;
}

#gform_submit_button_28:hover {
  background-color: var(--dark-color);
}

@media only screen and (min-width: 320px) and (max-width: 425px) {
  #popmake-3958 {
    padding: 1.3rem 1rem;
  }

  #popmake-3958 > div > pre {
    font-size: 20px;
  }

  #popmake-3958 > div > pre:first-child {
    white-space: normal;
  }

  #popmake-3958 > div > pre:nth-child(2) {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }

  #gform_fields_28 {
    flex-direction: column;
  }

  #field_28_3, #field_28_4, #field_28_5 {
    width: 100%;
    margin-bottom: 15px;
  }

  #input_28_3, #input_28_4, #input_28_5 {
    font-size: 14px;
    width: 100%;
    margin-bottom: 0px;
    padding: 10px;
  }

  #gform_submit_button_28 {
    font-size: 16px;
    width: 100%;
    padding: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #popmake-3958 {
    padding: 2.3rem 3.5rem;
  }
	
  #popmake-3958 > div > pre:first-child {
    white-space: normal;
  }

  #popmake-3958 > div > pre:nth-child(2) {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
}

/* SINGLE PAGE PROPERTY STYLES*/

.blog-single-container > h2 {
	font-weight: 700;
}


#single-property-container > div.property-description > div > span.info-left--label, 
#single-property-container > div > div.property-description--mobile > div > span.info-left--label {
	font-weight: 700;
}

div.property-description--mobile {
  display: none;
}

#single-property-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#single-property-container > div:nth-child(1) {
  max-width: 60%;
}

#single-property-container > div.property-description {
  width: 42%;
  display: flex;
  flex-direction: column;
}

#single-property-container > div:nth-child(1) > div.es-gallery {
  max-width: 95%;
}

#single-property-container > div:nth-child(1) > div.es-gallery > div {
  border: none !important;
}

#single-property-container > div:nth-child(1) > div.es-gallery > div > div.es-gallery-image.slick-initialized.slick-slider {
  padding: 0;
}

#single-property-container > div:nth-child(1) > div.es-gallery > div > div.es-gallery-image.slick-initialized.slick-slider > div > div > div > div > div > img {
  margin: 0;
  border-radius: 4px;
}

#single-property-container > div:nth-child(1) > div.es-gallery > div > div.es-gallery-image-pager-wrap > div > div > div > div > div > div > img {
  margin: 0;
}

/* #single-property-container > div:nth-child(1) > div.es-gallery > div > div.es-gallery-image.slick-initialized.slick-slider > div {
	height: 100% !important;
} */

/* #single-property-container > div:nth-child(1) > div.es-gallery > div > div.es-gallery-image.slick-initialized.slick-slider > div > div {
	width: 100%!important;
}

#single-property-container > div:nth-child(1) > div.es-gallery > div > div.es-gallery-image.slick-initialized.slick-slider > div > div > div {
  width: 100%!important;
} */

#single-property-container > div:nth-child(1) > div.es-gallery > div > div.es-gallery-image-pager-wrap > div > div {
  width: 100%;
}

#single-property-container > div:nth-child(1) > div.es-gallery > div > div.es-gallery-image-pager-wrap > div > div > div > div > div > div > img {
  opacity: 0.7;
  cursor: pointer;

}

#single-property-container > div:nth-child(1) > div.es-gallery > div > div.es-gallery-image-pager-wrap > div > div > div > div:hover {
  border: none;
  opacity: 1;
  transition: all ease .3s;
}

#single-property-container > div:nth-child(1) > div.a2a_kit.es-share-wrapper > a:hover {
  border: none!important;
  background-color: var(--primary-color);
  color: #fff;
}

#single-property-container > div.property-description > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

#single-property-container > div.property-description > div.description-item-container--row,
#single-property-container > div > div.property-description--mobile > div.description-item-container--row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}

/* #single-property-container > div:nth-child(1) > div.es-gallery > div > div.es-gallery-image-pager-wrap {
  display: none;
} */

#single-property-container > div.property-description > div.description-item-container--row:last-child,
#single-property-container > div > div.property-description--mobile > div.description-item-container--row:last-child {
  margin-bottom: 20px;
}

#single-property-container > div.property-description > div.divider,
#single-property-container > div:nth-child(1) > div.divider {
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 20px;
}

#single-property-container > div.property-description > div:nth-child(1) > h2,
#single-property-container > div.property-description-mobile > div:nth-child(1) > h2,
#post-4510 > h2 {
  margin-bottom: 10px;
  font-weight: 700;
} 

#single-property-container > div.property-description > div:nth-child(1) > span > a,
#single-property-container > div.property-description--mobile > div:nth-child(1) > span > a {
  font-weight: 400;
}

#single-property-container > div.property-description > span.description-section-title,
#single-property-container > div.property-description--mobile > span.description-section-title,
#single-property-container > div:nth-child(1) > span {
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 5px;
}

#single-property-container > div.property-description > div:nth-child(10) > span {
  padding-left: 15px;
}

#single-property-container > div.property-description > div > span.description-item-regular-text {
  font-size: 14px;
}

#single-property-container > div.property-description > div:nth-child(2) > span:nth-child(2),
#single-property-container > div.property-description > div:nth-child(5) > span.single-property-price > span,
#single-property-container > div.property-description > div:nth-child(7) > span:nth-child(2) {
  font-size: 16px !important;
  background-color: transparent !important;
}

#single-property-container > div.property-description > div.a2a_kit.es-share-wrapper > a.js-es-wishlist-button {
	display: none;
}

#single-property-header > h1 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

#single-property-container > div:nth-child(1) > div.property-description--mobile > div.download-button-container.download-button-container--mobile {
  margin: 1rem 0;
}

#single-property-container > div.property-description > div.download-button-container,
#single-property-container > div:nth-child(1) > div.property-description--mobile > div.download-button-container.download-button-container--mobile {
  padding: 13px 7px;
  background-color: var(--primary-color);
  border-radius: 8px;
  text-align: center;
}

#gform_confirmation_message_27 > .btn-confirmation {
  display: none;
}

#single-property-container > div.property-description > div.download-button-container > a,
#single-property-container > div:nth-child(1) > div.property-description--mobile > div.download-button-container.download-button-container--mobile > a {
  color: white;
}

#single-property-container > div.property-description > div:nth-child(2) > span > span {
  font-size: 18px !important;
  color: var(--dark-color) !important;
  background-color: transparent!important;
}

#single-property-header > a {
  display: inline-block;
  color: var(--white-color);
  border-radius: 8px;
  padding: 12px 8px 13px;
  background-color: var(--dark-color);
  border: 2px solid var(--dark-color);
}

#single-property-header > a:hover {
  color: var(--dark-color);
  background-color: transparent;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
 #gform_confirmation_message_27 > .btn-confirmation {
	display: flex;
	justify-content: center;
  }

  #gform_confirmation_message_27 > #close-confirmation {
	color: white;
  	cursor: pointer;
  	display: flex;
	justify-content: center;
	padding: 13px 7px;
	background-color: var(--primary-color);
	border-radius: 8px;
	text-align: center;
  }
	
  #single-property-container > div.property-description > div.download-button-container {
	display: none;	
  }
	
  #single-property-container > div:nth-child(1) > div.property-description--mobile > div.download-button-container.download-button-container--mobile {
	  display: block;
	}

  div.property-description--mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  #single-property-container > div.property-description--mobile > div.description-item-container.description-item-container--row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  #single-property-container > div.property-description--mobile > div > span.info-left--label {
    font-weight: 700;
  }

  #single-property-container > div.property-description > div.description-item-container {
    display: none;
  }

  #single-property-header  {
    margin: 0 10px;
  }

  #single-property-header > h1 {
    font-size: 34px;
  }

  #single-property-container {
    display: flex;
    flex-direction: column;
    margin: 0 10px;
  }

  .es-single > div > h2 {
    padding-left: 10px;
  }

  #single-property-container > div:nth-child(1) > div.description-item-container.description-item-container--row > span > ul {
    padding-left: 15px;
  }
  
  #single-property-container > div:nth-child(1) {
    max-width: 100%;
  }
  
  #single-property-container > div.property-description {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  
  #single-property-container > div:nth-child(1) > div.es-gallery {
    max-width: 100%;
  }
}

.js-es-slideshow.es-slideshow.es-slideshow__horizontal.es-slideshow-slide-margin.slick-initialized.slick-slider  > div > div > div.slick-slide > div > div > div > div.es-slide__image > a > div {
  padding-top: 64% !important;
}

/* POP-UP EXCLUSIVE DRUGSTORE LISTING INVENTORY*/

#popmake-1632 {
  border-radius: 10px;
  padding: 1rem;
  top: 16px !important;
}

#gform_submit_button_27 {
  margin: 0 !important;
  height: 60px;
  border-radius: 10px;
  background-color: var(--primary-color);
  color: var(--white-color);
  transition: all ease 0.2s !important;
  font-weight: bold;
  font-size: 24px;
}
li#field_30_28 {
    display: none;
}

#gform_fields_30 {
    list-style: none;
    padding: 0;
    color: black;
}
#gform_submit_button_27:hover {
  background-color: var(--dark-color);
  transition: all .2 ease
}

#gform_wrapper_27 {
  padding: 0rem 5.5rem;
}

#gform_fields_27 {
  list-style: none;
	padding: 0;
}

#gform_fields_27 > li {
  margin: 0 0 1rem 0;
}

#input_27_4, #input_27_8 {
  padding: 0;
  list-style: none;
}

#field_27_9 {
  display: none;
}

#field_27_7 > h4 {
  margin: 0;
  font-size: 28px;
  text-align: center;
  font-weight: 400;
}

#gform_confirmation_message_27 > h4:nth-child(1) {
  margin: 0 0 2rem;
}

#field_27_1 > label {
  display: none;
}

#input_27_1 {
  display: flex;
  justify-content: space-between;
}

#input_27_1_3_container, #input_27_1_6_container {
  width: 47%;
  display: flex;
  flex-direction: column;
}

#input_27_2, #input_27_3 {
  width: 47%;
}

#input_27_1_3, #input_27_1_6, #input_27_2, #input_27_3 {
  padding: 10px;
  border-radius: 5px;
  color: black;
  font-size: 16px;
}

#popmake-1632 > div > hr {
  margin: 2rem;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #gform_submit_button_27 {
	width: 100%;
	font-size: 20px;
  }
	
  #popmake-1632 {
    padding: 1.3rem 1rem;
  }

  #gform_wrapper_27 {
    padding: 0;
  }

  #popmake-1632 > div > pre {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #popmake-1632 {
    padding: 2.3rem 3.5rem;
  }

  #gform_wrapper_27 {
    padding: 0;
  }
}
/* Wizard Form */
/* POP-UP EXCLUSIVE DRUGSTORE LISTING INVENTORY*/

#popmake-1632 {
  border-radius: 10px;
  padding: 1rem;
  top: 16px !important;
}

#gform_submit_button_30 {
  margin: 0 !important;
  height: 50px;
  border-radius: 10px;
  background-color: var(--primary-color);
  color: var(--white-color);
  transition: all ease 0.2s !important;
  font-weight: bold;
  font-size: 18px;
}

h3.gform_title {
  display: none;
}
#gform_submit_button_30:hover {
  background-color: var(--dark-color);
  transition: all .2 ease
}
li#field_30_12, li#field_30_16 {
  margin: 20px -10px;
  list-style: none;
}
li#field_30_19 {
    list-style: none;
    margin-left: -50px;
}
#gform_wrapper_30 {
  padding: 0rem 5.5rem;
}
.gform_page_footer.top_label {
  padding: 0rem 0.5rem;
}
label.gfield_label.gfield_label_before_complex {
    display: none;
}
ul#input_30_19 {
    list-style: none;
}

input#gform_next_button_30_11 , input#gform_previous_button_30 {
  background-color: black;
  font-size: 18px;
  border-radius: 5px;
  height: 50px;
    font-weight: bold;
}


#gform_fields_30 {
  list-style: none;
	padding: 0;
}

#gform_fields_30 > li {
  margin: 0 0 1rem 0;
}

#input_30_4, #input_30_8 {
  padding: 0;
  list-style: none;
}

#field_30_9, li#field_30_17, li#field_30_18, li#field_30_20 {
  display: none;
}
label.gfield_label.gfield_label_before_complex {
    display: none;
}
#field_30_7 > h4 {
  margin: 25;
  font-size: 28px;
  text-align: center;
  font-weight: 400;
}

#gform_confirmation_message_30 > h4:nth-child(1) {
  margin: 0 0 2rem;
}

#field_30_1 > label {
  display: none;
}
ul#input_30_19 {
    margin-left: -40px;
}
#input_30_1 {
  display: flex;
  justify-content: space-between;
}

#input_30_1_3_container, #input_30_1_6_container {
  width: 47%;
  display: flex;
  flex-direction: column;
}

#input_30_2, #input_30_3 {
  width: 47%;
}

#input_30_1_3, #input_30_1_6, #input_30_2, #input_30_3 {
  padding: 10px;
  border-radius: 5px;
  color: black;
  font-size: 16px;
}

#popmake-1632 > div > hr {
  margin: 2rem;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #gform_submit_button_30 {
	width: 100%;
	font-size: 20px;
  }
	
  #popmake-1632 {
    padding: 1.3rem 1rem;
  }

  #gform_wrapper_30 {
    padding: 0;
  }

  #popmake-1632 > div > pre {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #popmake-1632 {
    padding: 2.3rem 3.5rem;
  }

  #gform_wrapper_30 {
    padding: 0;
  }
}


/*PAGINATION NUMBERS*/
#primary-blog > div.post-number-navigation.page-number-navigation.navigation.text-center > ul > li > a:hover {
	    padding: 10px 20px;
    display: block;
    border-color: #242424;
    background-color: #242424;
    border-right: 0;
    color: #fff !important;
}


/* SLICK SLIDER SINGLE PROPERTY STYLES */

#es-thumbnail-slider > div > div {
  transform: translate3d(0px, 0px, 0px) !important;
}

#es-thumbnail-slider {
  display: none;
}

#es-images-slider, #es-thumbnail-slider {
  list-style: none;
  margin: 0 auto 10px;
  position: relative;
}
.slide-item > img {
  width: 100%;
  margin: 0 !important;
}

.thumbnail-item > img {
  width: 98%;
  margin: 0 !important;
}

#es-thumbnail-slider > div > div > div.slick-slide {
  opacity: .5;
}

#es-thumbnail-slider > div > div > div.slick-current {
  opacity: 1;
}

.slick-arrow {
  z-index: 2;
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  right: 0%;
  margin: auto 0;
  top: 45%;
}

.slick-arrow--prev {
  transform: rotate(-180deg);
  left: 0%;
}

.slick-arrow > svg {
  fill:#D1D1D1;
}

body > div.modal-single-property {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 10rem; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

.modal-gallery {
  position: relative;
}

.modal-gallery-container {
  display: block;
  margin: auto;
  position: relative;
}

#modal-gallery {
  display: block;
  width: 80%;
  max-width: 700px;
  padding: 0!important;
}

body > div.modal-single-property > div > div {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

body > div.modal-single-property > div > div > svg {
  margin: 0 10px;
}

#button-close-modal {
  opacity: .6;
  width: 32px;
  height: 32px;
  cursor: pointer;
  fill:#D1D1D1;
  position: absolute;
  right: 0;
}

#button-close-modal:hover {
  opacity: 1;
  transition: all ease .2s;
}

#prev-image-arrow {
  transform: rotate(-180deg);
  left: -6%;
}

#next-image-arrow {
  right: -6%;
}

#next-image-arrow, #prev-image-arrow {
  opacity: .6;
  width: 32px;
  height: 32px;
  cursor: pointer
}

#next-image-arrow:hover, #prev-image-arrow:hover {
  opacity: 1;
  transition: all ease .2s;
}


.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.modal-content {
  /* margin: auto;
  display: block;
  width: 80%;
  max-width: 700px; */
}


@media only screen and (min-width: 320px) and (max-width: 425px) {
  #es-thumbnail-slider > div > div {
    transform: translate3d(0px, 0px, 0px);
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {

  #button-close-modal {
    right: 2%;
    top: -20%;
  }

  #modal-gallery {
    width: 80%;
  }

  #next-image-arrow {
    right: -10%;
  }

  #prev-image-arrow {
    left: -10%;
  }

  #modal-gallery > div > div > div.slick-slide > div > li > img {
    height: auto;
  }
}

@media only screen and (min-width: 769px) {
  #button-close-modal {
    position: static;

  }
}
input#gform_next_button_30_28 {
    background-color: black;
    margin-left: -7px;
}
div#gf_progressbar_wrapper_30 {
    display: none;
}
li#field_30_29 {
    display: none;
    padding: 25px;
}
ul#input_30_30 {
    list-style-type: none;
    margin-left: -40px;
    margin-top: 20px;
}
li#field_30_31 {
    display: none;
}
ul#gform_fields_30_2 {
    list-style-type: none;
}