/**
 * RMDP print styles
 *
 */

.site-header,
.site-footer {
  display: none;
}

body.custom-background {
  background: none !important;
}

.rmdp-gallery-grid {
  display: block;
}

.rmdp-gallery-slider,
.rmdp-gallery-count {
  display: none;
}

.rmdp-featured-image {
  padding-right: 10px;
}

.rmdp-featured-image img {
  /*width: 414px !important;*/
  /*height: 310px !important;*/
  height: 100%;
}

.rmdp-featured-image,
.rmdp-thumbs {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 50%;
}


.rmdp-thumbs {
  display: none;
  background-color: #ccc;
  font-size: 0;
  /*padding-left: 6px;*/
  /*margin: -5px;*/
  /*width: 430px;*/
}

.rmdp-thumb {
  /*margin: 5px;*/
  width: 200px !important;
  height: 150px !important;
}

.rmdp-property-headline {
  font-size: 18px;
}

.rmdp-property-features ul {
  display: block;
}

.rmdp-property-features li {
  display: inline-block;
  border: none;
  padding: 0;
  margin-right: 3px;
}

.rmdp-property-features li:after {
  content: ', ';
}

.rmdp-property-features li:last-child:after {
  content: '';
}


.rmdp-agent-layout {
  padding: 0;
}

.rmdp-email-agent-link,
.rmdp-agent .gform_wrapper {
  display: none !important;
}

.rmdp-google-map,
.rmdp-map-heading {
  display: none;
}

.single-rmdp_property .container {
  max-width: none;
}