@charset "UTF-8";
/*
 * MyDesktop Property styles
 *
 */
/**
 * clrs.cc
 */
/**
 * greys
 */
/**
 * Theme colours
 */
/* definitions */
/* shades */
/* transparent */
/* usage */
/**
 * Fonts
 */
/* definitions */
/**
 * Bootstrap scaffolding variables
 */
/**
 * Bootstrap type variables
 */
/* UI */
/**
 * Type sizes
 */
/**
 * Bootstrap other variables
 */
/**
 * Images
 */
/**
 * Layout
 */
/**
 * Icon sprite
 */
/* sprite size */
/* position offset */
/**
 * Mixin scrollbar
 */
/**
 * Em values
 */
/**
 * Pixel values
 */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(images/transparent-black-80.png) repeat 0 0;
  background: rgba(0, 0, 0, 0.95); }

#colorbox {
  outline: 0; }

#cboxContent {
  background: #fff;
  border: 3px solid #222;
  padding: 8px;
  overflow: hidden; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 28px; }

.single-rmdp_property #cboxTitle {
  margin: 0;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
  bottom: 10px;
  color: #111; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center; }

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious,
#cboxNext,
#cboxClose {
  position: absolute;
  bottom: 7px;
  width: 25px;
  height: 25px;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  outline: 0; }
  #cboxPrevious:before,
  #cboxNext:before,
  #cboxClose:before {
    content: "";
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    color: #111;
    position: absolute;
    text-decoration: inherit;
    top: -1px;
    left: 4px;
    opacity: .8; }
  #cboxPrevious:hover:before,
  #cboxNext:hover:before,
  #cboxClose:hover:before {
    opacity: 1; }

#cboxPrevious {
  left: 7px; }
  #cboxPrevious:before {
    content: ""; }

#cboxNext {
  left: 34px; }

#cboxClose {
  right: 7px; }
  #cboxClose:before {
    content: ""; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

/*
 * MyDesktop Property - common styles
 *
 */
@media only screen and (max-width: 49.999em) {
  .rmdp .container {
    padding-left: 0;
    padding-right: 0; }
  .rmdp.main {
    margin-top: 0; } }

.rmdp h1, .rmdp h2, .rmdp h3, .rmdp h4, .rmdp h5, .rmdp h6 {
  text-transform: none; }

.rmdp dt {
  font-weight: normal;
  margin: 0; }

.rmdp .main-column {
  border-radius: 3px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  margin-top: 0;
  background-color: rgba(238, 238, 238, 0.85); }
  .single-rmdp_property .rmdp .main-column {
    background-color: rgba(255, 255, 255, 0.85); }
  @media only screen and (max-width: 49.999em) {
    .rmdp .main-column {
      background-color: #FFF;
      border-radius: 0; }
      .post-type-archive-rmdp_property .rmdp .main-column {
        background-color: #e9e9e9; } }

/*
 * MyDesktop Property - single
 *
 */
.rmdp-address {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: .25em;
  padding-top: 1em; }
  @media only screen and (max-width: 37.499em) {
    .rmdp-address {
      font-size: 16px;
      font-size: 1rem; } }

.rmdp-price {
  display: inline-block;
  margin: 0;
  padding: .25em 0 .5em;
  color: #A80532; }
  .rmdp-price dt {
    width: 0;
    padding: 0;
    margin: -2px; }
  .rmdp-price dd {
    width: auto;
    padding: 0;
    font-weight: 600;
    margin: 0; }

.rmdp-property-type {
  display: inline-block;
  margin: 0 0 0 1em;
  background-color: #449d44;
  color: white;
  font-size: 11px;
  padding: 1px 5px 2px;
  border-radius: 2px;
  position: relative;
  top: -2px; }

.rmdp-property-attributes, .rmdp-property-unique-id {
  display: block;
  margin: 0; }
  .rmdp-property-attributes dt, .rmdp-property-attributes dd, .rmdp-property-unique-id dt, .rmdp-property-unique-id dd {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0; }
  .rmdp-property-attributes dt, .rmdp-property-unique-id dt {
    position: relative;
    width: 30px; }
    .rmdp-property-attributes dt .rmdp-icon, .rmdp-property-unique-id dt .rmdp-icon {
      position: absolute;
      top: -3px; }
    .rmdp-property-attributes dt .icon-area, .rmdp-property-unique-id dt .icon-area {
      top: -2px; }
  .rmdp-property-attributes dd, .rmdp-property-unique-id dd {
    margin-right: 22px; }

.rmdp-property-attributes {
  padding: .25em 0 .35em; }
  .rmdp-property-attributes dt, .rmdp-property-attributes dd {
    height: 22px;
    vertical-align: middle; }

.rmdp-info-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: .5em; }
  @media only screen and (max-width: 37.499em) {
    .rmdp-info-bar {
      display: block; } }

.rmdp-inspection {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  padding-top: 6px;
  padding-bottom: 6px; }
  .rmdp-inspection dt, .rmdp-inspection dd {
    width: auto;
    padding: 0; }
  .rmdp-inspection dt {
    display: inline-block;
    margin: -1px;
    background-color: #449d44;
    color: white;
    font-size: 11px;
    padding: 1px 5px 2px;
    border-radius: 2px;
    position: relative;
    top: 3px;
    margin-right: 5px; }
  @media only screen and (max-width: 47.999em) {
    .rmdp-inspection dd {
      display: block; } }

.rmdp-property-headline {
  font-size: 24px;
  font-size: 1.5rem; }
  @media only screen and (max-width: 37.499em) {
    .rmdp-property-headline {
      font-size: 18px;
      font-size: 1.125rem; } }

.rmdp-email-agent-link.button {
  font-size: 16px;
  font-size: 1rem;
  text-transform: none;
  color: white !important; }

.rmdp-property-unique-id {
  padding: .5em 0;
  margin: 2em 0;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1; }
  .rmdp-property-unique-id dt {
    width: auto;
    margin-right: 5px; }

.rmdp-icon {
  color: #383838;
  font-size: 24px; }
  .rmdp-icon.icon-area {
    font-size: 20px; }

.rmdp-property-features ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -1px; }

.rmdp-property-features li {
  -webkit-flex-basis: 33.3333333333%;
      -ms-flex-preferred-size: 33.3333333333%;
          flex-basis: 33.3333333333%;
  display: block;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem; }
  @media only screen and (max-width: 37.499em) {
    .rmdp-property-features li {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      background-color: #eee;
      border: 1px solid white; } }

.rmdp-gallery {
  position: relative; }
  .rmdp-gallery-count {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: block;
    color: black;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 5px 10px; }

.rmdp-gallery-grid {
  display: none; }
  @media only screen and (min-width: 37.5em) {
    .rmdp-gallery-grid {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .no-flexbasis .rmdp-gallery-grid {
        display: block; } }

@media only screen and (min-width: 37.5em) {
  .rmdp-gallery-slider {
    display: none; } }

.rmdp-gallery-images {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  width: 100%;
  overflow: hidden; }

.rmdp-gallery-modal-only {
  display: none; }

.rmdp-close-modal {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  z-index: 11;
  background-color: #FFF;
  opacity: .9; }
  .rmdp-close-modal:hover {
    opacity: 1; }
  @media only screen and (max-width: 37.499em) {
    .rmdp-close-modal {
      display: none; } }

@media only screen and (min-width: 37.5em) {
  .rmdp-gallery-images {
    width: 100%;
    max-width: 800px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 10px solid white;
    margin: 20px;
    margin-left: auto;
    margin-right: auto; } }

.rmdp-gallery-modal .rmdp-gallery-count {
  display: none; }

@media only screen and (max-width: 37.499em) {
  .rmdp-count-desktop {
    display: none; } }

.rmdp-count-desktop .fa {
  font-size: 14px;
  margin: 0 3px;
  position: relative;
  top: 1px; }

@media only screen and (min-width: 37.5em) {
  .rmdp-count-mobile {
    display: none; } }

.rmdp-featured-image {
  -webkit-flex-basis: 80.6451612903%;
      -ms-flex-preferred-size: 80.6451612903%;
          flex-basis: 80.6451612903%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media only screen and (min-width: 37.5em) {
    .rmdp-featured-image {
      position: relative; } }
  .rmdp-featured-image img {
    width: 100%; }
  .no-flexbasis .rmdp-featured-image {
    display: block;
    float: left;
    width: 80.6451612903%; }
    @media only screen and (min-width: 75em) {
      .no-flexbasis .rmdp-featured-image {
        width: 800px; } }

.rmdp-thumbs {
  padding-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 37.499em) {
    .rmdp-thumbs {
      display: none; } }
  .no-flexbasis .rmdp-thumbs {
    display: block;
    float: right;
    width: 192px; }

.no-flexbasis .rmdp-thumb {
  float: left;
  margin-bottom: 18px; }

.no-flexbasis .rmdp-thumb:nth-child(4) {
  margin-bottom: 0;
  margin-top: 2px; }

@media only screen and (min-width: 75em) {
  .rmdp-thumb img {
    max-width: 182px;
    max-height: 136px; } }

.rmdp-google-map {
  margin-bottom: 1em; }
  @media only screen and (min-width: 48em) {
    .rmdp-google-map {
      border: 1em solid white; } }

.rmdp-agent-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  padding: 1em; }
  @media only screen and (max-width: 47.999em) {
    .rmdp-agent-layout {
      display: block;
      background: none;
      padding: 0; } }

.rmdp-agent-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }

.rmdp-agent-photo {
  height: 130px;
  -webkit-flex-basis: 100px;
      -ms-flex-preferred-size: 100px;
          flex-basis: 100px; }

.rmdp-agent-info {
  padding-left: 1em; }
  .rmdp-agent-info .fa {
    width: 16px;
    margin-right: 10px;
    text-align: center;
    color: #03204F; }
  .rmdp-agent-info .fa-mobile {
    font-size: 22px; }
  .rmdp-agent-info .fa-envelope {
    font-size: 14px; }

.rmdp-agent-name {
  margin-top: 0;
  font-weight: 600; }

.rmdp-agent .gform_wrapper {
  max-width: 100%;
  background-color: #f5f5f5;
  padding: 1em;
  margin: 0;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
  @media only screen and (max-width: 47.999em) {
    .rmdp-agent .gform_wrapper {
      margin-top: 1em; } }
  .rmdp-agent .gform_wrapper .gform_heading {
    margin-bottom: 10px; }
  .rmdp-agent .gform_wrapper .gform_description {
    font-size: 13px;
    font-size: 0.8125rem; }
  .rmdp-agent .gform_wrapper .top_label .gfield_label,
  .rmdp-agent .gform_wrapper .ginput_container label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .rmdp-agent .gform_wrapper .top_label input.medium, .rmdp-agent .gform_wrapper .top_label select.medium {
    margin: 0;
    width: 100%; }
  .rmdp-agent .gform_wrapper .ginput_complex input[type=text] {
    width: 100%; }
  .rmdp-agent .gform_wrapper .ginput_container input,
  .rmdp-agent .gform_wrapper .ginput_container textarea {
    background-color: #FFF;
    padding-left: 5px; }
  .rmdp-agent .gform_wrapper .top_label textarea.textarea.small {
    width: 100%; }
  .rmdp-agent .gform_wrapper .gform_footer {
    margin-top: 0;
    padding-top: 0; }
    .rmdp-agent .gform_wrapper .gform_footer .gform_button {
      display: block;
      width: 100%;
      margin-top: 0;
      background-color: #03204F;
      padding: 8px; }

/*
 * MyDesktop Property - search
 *
 */
.rmdp-search {
  position: relative; }
  .rmdp-search .twitter-typeahead {
    width: 100%; }

.rmdp-search-wrapper {
  border: 1px solid #e9e9e9;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px 10px 15px;
  margin-bottom: 1em; }

.rmdp-search-heading {
  margin-top: 0;
  margin-bottom: 16px; }

.rmdp-typeahead {
  padding-right: 80px; }
  .rmdp-typeahead.form-group {
    margin-bottom: 20px; }
  .rmdp-typeahead .tt-input {
    border-radius: 4px 0 0 4px; }
  .rmdp-typeahead .tt-menu {
    width: 100%;
    background-color: #FFF;
    padding: 6px 6px;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    margin-top: -5px; }
  .rmdp-typeahead .tt-dataset {
    border-top: 1px dashed #ddd;
    padding-top: 6px; }
  .rmdp-typeahead .tt-suggestion {
    background-color: #FFF;
    padding: 0 6px;
    -webkit-transition: background-color .2s ease;
            transition: background-color .2s ease; }
  .rmdp-typeahead .tt-suggestion:hover {
    background-color: lightyellow;
    cursor: pointer; }

.rmdp-submit.button {
  font-size: 16px;
  padding: 6px 12px 4px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 4px 4px 0;
  width: 80px; }

.rmdp-search-results li {
  margin-bottom: .5em; }

.main-column .rmdp-search-results a {
  font-size: 16px;
  text-decoration: underline;
  color: #03204F;
  text-transform: none; }

.rmdp-search-option {
  width: 17%;
  max-width: 130px;
  float: left;
  margin-left: 10px; }

.rmdp-search-option-type {
  width: 25%;
  max-width: 200px;
  margin-left: 0; }

@media (max-width: 660px) {
  .rmdp-typeahead {
    padding-right: 0; }
    .rmdp-typeahead.form-group {
      margin-bottom: 10px; }
  .rmdp-typeahead .tt-input {
    border-radius: 4px; }
  .rmdp-search-options {
    margin: 0 -1%; }
  .rmdp-search-option {
    margin: 0 1% 10px;
    max-width: none;
    width: 48%; }
  .rmdp-search-option-type {
    width: 98%;
    max-width: none; }
  .rmdp-submit.button {
    position: static;
    width: 100%;
    border-radius: 4px; } }

/*
 * MyDesktop Property - list
 *
 */
.rmdp-list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #FFF;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow .2s ease;
          transition: box-shadow .2s ease; }
  @media only screen and (max-width: 37.499em) {
    .rmdp-list-item a {
      margin-bottom: 16px; } }
  .rmdp-list-item a img {
    opacity: 1;
    -webkit-transition: opacity .2s ease;
            transition: opacity .2s ease;
    max-width: 300px; }
    @media only screen and (max-width: 37.499em) {
      .rmdp-list-item a img {
        max-width: none; } }
    .ie11 .rmdp-list-item a img, .no-flexbasis .rmdp-list-item a img {
      width: 300px;
      height: 225px; }
  .rmdp-list-item a:hover {
    text-decoration: none;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2); }
  .rmdp-list-item a:hover img {
    opacity: .9; }
  .rmdp-list-item a .rmdp-property-attributes dt .rmdp-icon {
    top: -7px; }
  .rmdp-list-item a .excerpt {
    font-size: 14px; }

.rmdp-item-header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
  position: relative; }
  .rmdp-item-header .rmdp-prop-type {
    border: 1px solid #ddd;
    position: absolute;
    bottom: -1px;
    right: 0;
    font-size: 11px;
    padding: 1px 5px 2px; }

.rmdp-item-details {
  padding: 10px 20px; }
  .rmdp-property-grid .rmdp-item-details {
    position: relative; }
  @media only screen and (max-width: 37.499em) {
    .rmdp-item-details {
      padding: 16px; } }
  .ie11 .rmdp-item-details, .no-flexbasis .rmdp-item-details {
    -webkit-flex-shrink: 60;
        -ms-flex-negative: 60;
            flex-shrink: 60; }

.rmdp-item-suburb {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 4px; }

.rmdp-item-address {
  margin-bottom: 2px; }

.rmdp-item-price {
  font-weight: 600;
  color: #333;
  margin-bottom: 12px; }

.rmdp-list-item .rmdp-under-contract {
  position: absolute;
  background: #d9534f;
  color: white;
  padding: 6px 10px 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  top: 0;
  left: 0; }
  .rmdp-property-grid .rmdp-list-item .rmdp-under-contract {
    padding-left: 2px;
    top: -14px;
    right: 0;
    left: auto; }
  .rmdp-property-grid .rmdp-list-item .rmdp-under-contract:before {
    content: '';
    position: absolute;
    left: -28px;
    top: 0;
    width: 14px;
    height: 14px;
    border: 14px solid;
    border-color: transparent #d9534f transparent transparent; }

.rmdp-list-item-unique-id {
  font-size: 12px;
  color: #ccc;
  margin: 0;
  position: absolute;
  bottom: 10px;
  right: 16px; }
  .rmdp-list-item-unique-id dd {
    padding: 0;
    width: auto; }

.rmdp-prop-type-title {
  margin-top: -20px; }
  @media (max-width: 660px) {
    .rmdp-prop-type-title {
      margin-top: 0; } }

.rmdp-pagination {
  margin-left: 8px; }

.rmdp-favourites-btn {
  background-color: transparent;
  border: none;
  border-radius: 5px;
  margin: -4px -6px 0 0;
  padding-left: 8px;
  color: #888;
  float: right; }
  .rmdp-favourites-btn-text {
    font-size: 12px;
    position: relative;
    top: -1px; }
  .rmdp-favourites-btn:hover {
    color: #03204F; }

.rmdp-is-favourite .rmdp-favourites-btn {
  color: white;
  background-color: #f0ad4e; }
  .rmdp-is-favourite .rmdp-favourites-btn .fa {
    color: white; }

.rmdp-favourites-counter {
  position: fixed;
  top: 200px;
  right: 0;
  padding: 6px 2px 6px 10px;
  border: 1px solid #ccc;
  border-right: none;
  z-index: 10; }
  .rmdp-favourites-counter .fa-star {
    color: #f0ad4e; }
  .rmdp-favourites-counter:hover {
    text-decoration: none;
    border-color: #f0ad4e;
    background-color: #f0ad4e; }
    .rmdp-favourites-counter:hover span {
      color: white; }

.rmdp-favourites-count {
  display: inline-block;
  width: 20px; }

/*
 * MyDesktop Property - grid
 *
 */
@media only screen and (min-width: 37.5em) {
  .rmdp-property-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -8px; }
    .rmdp-property-grid .rmdp-item-details {
      padding: 16px 16px 24px; }
      .no-flexbasis .rmdp-property-grid .rmdp-item-details {
        width: 300px; }
      .no-flexwrap .rmdp-property-grid .rmdp-item-details {
        width: 333px; }
    .no-flexwrap .rmdp-property-grid {
      display: block; } }

.rmdp-property-grid .rmdp-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
  @media only screen and (min-width: 37.5em) {
    .rmdp-property-grid .rmdp-list-item {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; }
      .no-flexbasis .rmdp-property-grid .rmdp-list-item {
        width: 50%; } }
  @media only screen and (min-width: 55em) {
    .rmdp-property-grid .rmdp-list-item {
      -webkit-flex-basis: 33.3333333333%;
          -ms-flex-preferred-size: 33.3333333333%;
              flex-basis: 33.3333333333%; }
      .no-flexbasis .rmdp-property-grid .rmdp-list-item {
        width: 33.3333333333%; } }
  .no-flexwrap .rmdp-property-grid .rmdp-list-item {
    display: inline-block;
    vertical-align: top;
    width: 333px; }

.rmdp-property-grid .rmdp-list-item a {
  display: block; }
  @media only screen and (min-width: 37.5em) {
    .rmdp-property-grid .rmdp-list-item a {
      margin: 8px; } }

.rmdp-property-grid .rmdp-list-item a img {
  max-width: none;
  width: 100%; }
  .no-flexbasis .rmdp-property-grid .rmdp-list-item a img {
    max-width: 300px; }
  .no-flexwrap .rmdp-property-grid .rmdp-list-item a img {
    max-width: 333px; }

.rmdp-layout-toggle {
  text-align: right; }
  .rmdp-layout-toggle .fa {
    font-size: 24px;
    color: #03204F; }
  @media only screen and (max-width: 37.499em) {
    .rmdp-layout-toggle {
      display: none; } }

/*
 * MyDesktop Property - email form
 *
 */
.rmdp-agent-email-form {
  background-color: #f5f5f5;
  padding: 1em;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
  .rmdp-agent-email-form form {
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
            transition: opacity .2s ease-out; }
  .rmdp-agent-email-form.form-submitting {
    background-image: url("../../../../wp-includes/js/tinymce/skins/lightgray/img/loader.gif");
    background-repeat: no-repeat;
    background-position: center center; }
    .rmdp-agent-email-form.form-submitting form {
      opacity: .3; }

.rmdp-agent-email-form .form-control {
  margin-bottom: 15px; }

.rmdp-agent-email-form-description {
  font-size: 13px;
  margin-bottom: 15px; }

.rmdp-agent-email-form .button {
  width: 100%; }
