.no-display {
 display:none !important; 
}

a.buton {
	 background: #3d3d3d;
  border-radius: 2px;
  text-decoration:none;
  padding: 10px 10px;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  line-height: 2em;
}

a.buton:hover {
  background: #000;
  color: #f1f1f1;
  text-decoration: none;
}

#sidebar .gform_footer {
  padding-left:12px;
}

.has-thumbnail p {
  padding-right: 275px;
}

.text-center {
 text-align:center; 
}

h3.broker-name {
 font-size:24px;
  margin:15px 0 0;
}

.type-listing .post-info, .type-listing .post-meta {
 display:none; 
}

.listing h3 {
 font-size:17px !important; 
}

.listing-post .sociable {
 display:none; 
}

.fields-wrap p {
 margin:0 0 1em; 
}
.fields-wrap h3 {
 margin:0.5em 0 0.5em; 
}

.listing-single span.label {
min-width:170px;
  display:inline-block;
}

.listing-post .info-wrap .post-price {
 font-size:1em;
  margin-bottom:0;
  line-height:1.8em;
  padding-right:0;
}

.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.listing-post {
  margin-bottom: 1em;
  padding-bottom: 1.5em;
  border-bottom: 2px solid #cccccc;
}
.listing-post .butn-wrap {
  margin: 2em 0 1em !important;
}
.listing-post a.butn {
  background: #3d3d3d;
  border-radius: 2px;
  text-decoration:none;
  padding: 15px 10px;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  line-height: 2em;
}
.listing-post a.butn:hover {
  background: #000;
  color: #f1f1f1;
  text-decoration: none;
}
.listing-post .post-price {
  font-size: 1.2em;
}
.listing-post h2 a {
  text-transform: none;
  text-decoration:none;
  color: #3d3d3d !important;
  font-size: 1.5rem;
}
.listing-single .entry-content,
.listing-single p,
.listing-single h2,
.listing-single .entry-content-header {
  max-width: 100% !important;
}
.listing-single h2.listing-price {
  font-weight: 400 !important;
  font-size: 20px !important;
  text-align: center !important;
  margin-bottom: 2em;
}
.listing-single h2.listing-price strong {
  font-weight: 700 !important;
}
.listing-single h2.listing-details {
  font-size: 24px;
}
.listing-single img.listing-pic {
  margin-left: 1.5em !important;
  display: inline !important;
  max-width: 100%;
  height: auto;
}

/* Bridge Styles */

.listing-intro {
  margin-bottom:1em;
  }

.listing-intro h3 {
  font-weight:400;
  color:#222222;
  }

  .blog_holder.blog_single article.listing {
    margin:30px 0;
  }

.listing-intro h3 strong {
  font-weight:700;
  color:#3d3d3d;
  }


.listing-heading {
  background:#3d3d3d;
  color:#fff;
  padding:10px;
  border-bottom:2px solid #888888;
  }

.listing-single .ssba {
  display:none;
  visibility:hidden;
  }

.listing-single .fields-wrap {
  padding:10px 0;
  }

.listing-single .fields-wrap span.label {
  min-width:210px;
  }

.blog_holder article .post_text  .listing-single.post_text_inner {
  padding-top:0;
  }

.pip-nav ul li a {
      position: relative;
    display: inline-block;
    padding:0 15px;
    height: 38px;
    line-height: 38px;
    margin: 0 11px 20px 0;
    text-align: center;
    color: #fff;
  background:#888888;
    font-size: 18px;
    text-decoration: none;
    /* text-transform: uppercase; */
    cursor: pointer;
    white-space: nowrap;
    border: 2px solid #888888;
    outline: 0;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

.pip-nav ul li a:hover {
      color: #888888;
    background-color: transparent;
    border-color: #888888;
  }

.pip-nav ul li {
      margin: 0;
    list-style-type: none;
  }

  .responsive-img { display:none !important; }

.info-wrap {
  margin:0 0 15px;
  max-width:700px;
  display:flex;
}

.info-wrap .sixcol {
 flex:1; 
}



@media only screen and (max-width: 1000px) {
  .listing-post img.alignright {
display:none !important;
}
  
  .has-thumbnail p {
padding-right:0;
}
  
  .responsive-img {
display:block !important;
}
  }

