/*
Theme Name: MSPECS Premium
Description: The new premium theme
Author: Jonas Raneryd
Author URI: https://github.com/kaskajp/
Version: 1.0
Tags: mspecs, premium
*/

/* Imports */
@import url('bootstrap/css/bootstrap.css');
@import url('js/photoswipe-4.1.3/photoswipe.css');
@import url('js/photoswipe-4.1.3/default-skin/default-skin.css');
@import url('js/bootstrap-multiselect-master/dist/css/bootstrap-multiselect.css');

/* apply a natural box layout model to all elements */
*, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; }


/* LEGACY CSS, NEED TO GO THROUGH AND REMOVE */
#search { margin: 3px 0 0 0; }

/*#main-content { padding: 100px 0 0px; }*/
/*#main-content .container { background-color: #fff; padding-top: 20px; padding-bottom: 30px; }
#main-content .container.no-bg { background-color: transparent !important; }*/
footer { padding: 30px 0; text-align: center; }

/* overwrite css */
.widget_search { display: none !important; }
.widget_recent_entries { display: none !important; }
.widget_recent_comments { display: none !important; }
.widget_archive { display: none !important; }
.widget_categories { display: none !important; }
.widget_meta { display: none !important; }

/* END LEGACY CSS, NEED TO GO THROUGH AND REMOVE */


/* Variables */
:root {
  --mspecs-wp-primary-text-color: #444444;
  --mspecs-wp-secondary-text-color: #8E8E8E;
  --mspecs-wp-link-color: #000000;
  --mspecs-wp-primary-font-family: "Roboto", sans-serif;
  --mspecs-wp-primary-bg-color: #FFF;
  --mspecs-wp-secondary-bg-color: #f6f6f6;
  --mspecs-wp-third-bg-color: #eae8e8;
  --mspecs-wp-primary-button-color: #44464B;
  --mspecs-wp-primary-border-color: #C6C6C6;
  --mspecs-wp-xxlarge-font-size: 22px;
  --mspecs-wp-xlarge-font-size: 20px;
  --mspecs-wp-large-font-size: 18px;
  --mspecs-wp-body-font-size: 16px;
  --mspecs-wp-small-font-size: 14px;
  --mspecs-wp-tiny-font-size: 12px;
  --mspecs-wp-default-container-width: 1054px;
  --mspecs-wp-page-container-width: 996px;
  --mspecs-wp-large-container-width: 1284px;
}

/* Bootstrap container customizations */
/* If we want to increase the container size in the future */
/*@media (min-width: 1330px) {
  .container.mspecs-wp-container-large {
    width: var(--mspecs-wp-large-container-width);
  }
}*/

.mspecs-wp-premium-container {
  width: 100%;
  max-width: 1284px; /* IE11 Fallback */
  max-width: var(--mspecs-wp-large-container-width);
  margin: 0 auto;
  background-color: var(--mspecs-wp-primary-bg-color);
}
.mspecs-wp-premium-container.mobile-spacer {
  display: none;
  padding-bottom: 58px;
}

.mspecs-wp-deal-inner-container {
  width: 100%;
  max-width: var(--mspecs-wp-default-container-width);
  margin: 0 auto;
  background-color: var(--mspecs-wp-primary-bg-color);
  padding: 0 15px;
}
.mspecs-wp-deal-inner-container.page {
  max-width: var(--mspecs-wp-page-container-width);
}

.mspecs-wp-deal-inner-container-listings {
  width: 100%;
  max-width: 100%;
  /*max-width: calc(100% - 90px);*/
  padding-top: 60px;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1024px) {
  .mspecs-wp-deal-inner-container-listings {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .mspecs-wp-premium-container.mobile-spacer {
    display: block;
  }
  .mspecs-wp-deal-inner-container-listings {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Set the maximum container size */
@media (min-width: 1200px) {
  .container {
    width: var(--mspecs-wp-default-container-width);
  }
}

.container { overflow: hidden; }
.container.mspecs-wp-container-unpadded { padding: 0; }

.mspecs-wp-inner-container {
  padding: 0 60px;
}

/* Helper classes */
.mspecs-wp-center-text { text-align: center; }
.mspecs-wp-right-text { text-align: right; }
.mspecs-wp-primary-background { background-color: var(--mspecs-wp-primary-bg-color); }
.mspecs-wp-secondary-background { background-color: var(--mspecs-wp-secondary-bg-color); }
.mspecs-wp-third-background { background-color: var(--mspecs-wp-third-bg-color); }
.capitalized { text-transform: capitalize; }
.cursive { font-style: italic; }

/* General styles */
body {
  font-family: var(--mspecs-wp-primary-font-family);
  background-color: var(--mspecs-wp-secondary-bg-color);
  color: var(--mspecs-wp-primary-text-color);
  font-size: var(--mspecs-wp-body-font-size);
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  padding-top: 75px;
}

html.wp-admin-bar-enabled body {
  padding-top: 107px;
}

body.mspecs-wp-main-navigation-hidden {
  padding-top: 0;
}
html.wp-admin-bar-enabled body.mspecs-wp-main-navigation-hidden {
  padding-top: 32px;
}
@media (max-width: 782px) {
  html.wp-admin-bar-enabled body.mspecs-wp-main-navigation-hidden {
    padding-top: 46px;
  }
}

#wpadminbar {
  z-index: 1 !important;
}

body.mspecs-wp-modal-active {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

a {
  color: var(--mspecs-wp-link-color);
}

@media (max-width: 767px) {
  body {
    font-size: var(--mspecs-wp-small-font-size);
  }
}

/* Main navigation */
.mspecs-wp-main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--mspecs-wp-primary-bg-color);
  padding: 0 20px;
  height: 75px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
html.wp-admin-bar-enabled .mspecs-wp-main-navigation {
  top: 32px;
}
@media (max-width: 782px) {
  html.wp-admin-bar-enabled .mspecs-wp-main-navigation {
    top: 46px;
  }
}

.mspecs-wp-main-navigation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mspecs-wp-main-navigation-item-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

.mspecs-wp-page-title {
  margin-right: auto;
}

.mspecs-wp-main-navigation-logo {
  display: block;
  max-height: 54px;
}

.mspecs-wp-navigation-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.mspecs-wp-burger-menu-toggle {
  margin-left: 48px;
}

.mspecs-wp-burger-menu-toggle svg g, .mspecs-wp-burger-menu-toggle svg path {
  fill: var(--mspecs-wp-primary-text-color);
}

.mspecs-wp-main-navigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
}

.mspecs-wp-main-navigation-list .menu-item {
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
  position: relative;
}

.mspecs-wp-main-navigation-list .menu-item a {
  color: var(--mspecs-wp-primary-text-color);
  padding: 27px 16px;
}
.mspecs-wp-main-navigation-list .menu-item a:hover {
  text-decoration: none;
}

.mspecs-wp-main-navigation-list .menu-item.current_page_item:after, .mspecs-wp-main-navigation-list .menu-item a:hover:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 16px;
  width: calc(100% - 32px);
  height: 2px;
  background-color: var(--mspecs-wp-primary-border-color);
}

.mspecs-wp-main-navigation-list .menu-item:nth-child(6),
.mspecs-wp-main-navigation-list .menu-item:nth-child(7),
.mspecs-wp-main-navigation-list .menu-item:nth-child(8),
.mspecs-wp-main-navigation-list .menu-item:nth-child(9),
.mspecs-wp-main-navigation-list .menu-item:nth-child(10) {
  display: none;
}

@media (max-width: 1350px) {
  .mspecs-wp-main-navigation-list .menu-item:nth-child(5) { display: none; }
}
@media (max-width: 1200px) {
  .mspecs-wp-main-navigation-list .menu-item:nth-child(4) { display: none; }
}
@media (max-width: 1040px) {
  .mspecs-wp-main-navigation-list .menu-item:nth-child(3) { display: none; }
}

/* IE11 fixes */
@media all and (-ms-high-contrast:none) {
  .mspecs-wp-main-navigation {
    display: table;
    width: 100%;
  }
  .mspecs-wp-main-navigation-item {
    display: table-cell;
    vertical-align: middle;
  }
  .mspecs-wp-main-navigation-item-logo {
    text-align: center;
  }
  .mspecs-wp-main-navigation-logo {
    margin: 0 auto;
    display: inline-block;
  }
  .mspecs-wp-navigation-list-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 991px) {
  .mspecs-wp-main-navigation-item-logo {
    text-align: left;
  }
  .mspecs-wp-main-navigation-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .mspecs-wp-main-navigation {
    padding: 11px;
  }
  .mspecs-wp-main-navigation-logo {
    max-height: 48px;
  }
  .mspecs-wp-page-title-container {
    display: none;
  }
  .mspecs-wp-main-navigation-list {
    display: none;
  }
}

/* Hamburger menu */
.mspecs-wp-hamburger-menu {
  background: #FFF;
  width: 300px;
  height: 100%;
  padding: 110px 30px 30px 30px;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 3;
  font-size: var(--mspecs-wp-large-font-size);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  text-transform: uppercase;
  text-align: center;
}

.mspecs-wp-hamburger-menu.active {
  right: 0;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
  overflow-y: auto;
}

.mspecs-wp-hamburger-menu .mspecs-wp-hamburger-menu-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.mspecs-wp-hamburger-menu .mspecs-wp-hamburger-menu-list .menu-item {
  margin-bottom: 20px;
}
.mspecs-wp-hamburger-menu .mspecs-wp-hamburger-menu-list .menu-item a {
  color: var(--mspecs-wp-primary-text-color);
}
.mspecs-wp-hamburger-menu .mspecs-wp-hamburger-menu-list .menu-item a:hover {
  text-decoration: underline;
  color: var(--mspecs-wp-primary-text-color);
}

.mspecs-wp-close-hamburger-menu {
  position: absolute;
  top: 23px;
  right: 30px;
}

.mspecs-wp-hamburger-overlay {
  position: fixed;
  top: 0;
  right: -9999px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0;
}

.mspecs-wp-hamburger-overlay.active {
  right: 0;
  opacity: 1;
}

@media (max-width: 991px) {
  .mspecs-wp-hamburger-menu .mspecs-wp-main-navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Forms */
.mspecs-wp-input-container {
  margin-bottom: 15px;
}

.mspecs-wp-input-container.mspecs-wp-submit-container {
  margin-top: 30px;
  margin-bottom: 0;
}

.mspecs-wp-input-container.mspecs-wp-input-container-checkbox {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mspecs-wp-label {
  display: block;
  font-weight: 600;
}

.mspecs-wp-input-container-checkbox .mspecs-wp-input-checkbox {
  margin-right: 2px;
}

.mspecs-wp-input-checkbox {
  display: none;
}

.mspecs-wp-custom-checkbox {
  margin-right: 5px;
}

.mspecs-wp-input-checkbox + label:before {
  content: "";
  border: 1px solid #C6C6C6; /* IE11 Fallback */
  border: 1px solid var(--mspecs-wp-primary-border-color);
  border-radius: 4px;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  color: transparent;
  -webkit-transition: .1s;
  transition: .1s;
}

.mspecs-wp-input-checkbox:checked + label:before {
  background-color: #5587F7;
  background-image: url(img/check.svg);
  border-color: #5587F7;
  color: #fff;
}

.mspecs-wp-input-checkbox:disabled + label:before {
  opacity: 0.3;
}

.mspecs-wp-input-checkbox:checked:disabled + label:before {
  opacity: 0.3;
}

.mspecs-wp-mandatory-fields-notice {
  color: var(--mspecs-wp-secondary-text-color);
}

.mspecs-wp-mandatory-fields-notice .mspecs-wp-mandatory-asterisk {
  color: var(--mspecs-wp-secondary-text-color);
}

.mspecs-wp-mandatory-asterisk {
  color: #C35F48;
}

.mspecs-wp-main-property-image {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 48.8vw;
  max-height: calc(100vh - 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
  padding: 0 15px;
  position: relative;
}

.mspecs-wp-main-property-image:after {
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  z-index: 0;
}

@media (max-width: 630px) {
  .mspecs-wp-main-property-image {
    max-height: calc(100vh - 58px);
  }
}

@media (max-width: 480px) {
  .mspecs-wp-main-property-image {
    max-height: calc(100vh - 48px);
  }
}

.mspecs-wp-main-property-image-heading {
  color: #FFF;
  font-size: 32px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .mspecs-wp-main-property-image-heading {
    font-size: 26px;
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .mspecs-wp-main-property-image-heading {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

/* Deal short info */
.mspecs-wp-short-info {
  margin-bottom: 8px;
  padding-top: 75px;
}

.mspecs-wp-main-navigation-hidden .mspecs-wp-short-info {
  padding-top: 0;
}

.mspecs-wp-short-info .mspecs-wp-short-info-container {
  padding-top: 75px;
  padding-bottom: 30px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .mspecs-wp-short-info {
    margin-bottom: 0px;
  }
  .mspecs-wp-short-info .mspecs-wp-short-info-container {
    margin-bottom: 0px;
  }
}

@media (max-width: 630px) {
  .mspecs-wp-short-info {
    padding-top: 0;
  }
  html.wp-admin-bar-enabled .mspecs-wp-main-navigation-hidden .mspecs-wp-short-info {
    padding-top: 0;
  }
  /*.mspecs-wp-main-navigation-hidden .mspecs-wp-short-info .mspecs-wp-short-info-container {
    padding-top: 50px;
  }*/
  .mspecs-wp-short-info .mspecs-wp-short-info-container {
    padding-top: 50px;
  }
}

/* Facts */
#short-info {
  padding: 75px 0px 0px 0px;
}

@media (max-width: 768px) {
  #short-info {
    padding: 30px 0 30px 0;
  }
}

.mspecs-wp-short-info-block-heading {
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}

.mspecs-wp-short-info-block-heading.mspecs-wp-short-info-block-officer-heading {
  margin-bottom: 10px;
}

.mspecs-wp-facts-list-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 16px;
}

.mspecs-wp-facts-list {
  -webkit-columns: 2;
          columns: 2;
  -webkit-column-gap: 80px;
          column-gap: 80px;
}

.mspecs-wp-facts-list-item.mspecs-wp-facts-list-item-multiline {
  display: block;
}

.mspecs-wp-facts-list-item.mspecs-wp-facts-list-item-multiline .mspecs-wp-facts-list-item-inner {
  display: block;
}

.mspecs-wp-short-info .mspecs-wp-facts-list-item {
  width: 100%;
  position: relative;
  display: inline-block;
}

.mspecs-wp-short-info .mspecs-wp-facts-list-item.mspecs-wp-short-facts-bidding {
  margin-bottom: 12px;
}

.mspecs-wp-short-facts-subcontent {
  width: 100%;
  text-align: right;
}

.mspecs-wp-show-bidding-modal {
  text-decoration: underline;
}

.mspecs-wp-facts-list-item-title {
  font-weight: 600;
  padding-right: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.mspecs-wp-facts-list-easementtype-title {
  margin-top: 30px;
}

.mspecs-wp-facts-list-easementtype-title:first-of-type {
  margin-top: 0;
}

.mspecs-wp-facts-list-item-value {
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-left: 5px;
}

.mspecs-wp-facts-list-item-multiline .mspecs-wp-facts-list-item-value {
  text-align: left;
}

.mspecs-wp-facts-list-item-spacer {
  width: 100%;
  height: 3px;
  border-bottom: 1px dashed var(--mspecs-wp-primary-border-color);
  position: relative;
  top: -4px;
}

.mspecs-wp-facts-list-item-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.mspecs-wp-facts-list-item-inline.multiline {
  display: block;
}

.mspecs-wp-facts-list-item-inline-title:first-child {
  font-weight: 600;
}

@media (max-width: 991px) {
  .mspecs-wp-facts-list {
    -webkit-column-gap: 50px;
    column-gap: 50px;
  }
}

/* Deal short info facts (customizations for main property information section) */
.mspecs-wp-property-information-wrapper .mspecs-wp-facts-list-item-inner {
  display: block;
}

.mspecs-wp-property-information-wrapper .mspecs-wp-facts-list-item-title {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-right: 0;
}

.mspecs-wp-property-information-wrapper .mspecs-wp-facts-list-item-inline {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: none;
  flex-flow: none;
}

.mspecs-wp-property-information-wrapper .mspecs-wp-facts-list-item-spacer {
  display: none;
}

.mspecs-wp-property-information-wrapper .mspecs-wp-facts-list-item-value {
  text-align: left;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-left: 0;
}

@media (max-width: 767px) {
  .mspecs-wp-facts-list {
    -webkit-columns: unset;
            columns: unset;
  }
}

@media (max-width: 480px) {
  .mspecs-wp-property-information-wrapper .mspecs-wp-facts-list-item-title {
    width: auto;
    padding-right: 0;
  }
  .mspecs-wp-property-information-wrapper .mspecs-wp-facts-list-item-value {
    display: block;
    padding-left: 0;
  }
}

/* Viewings and brokers */
.mspecs-wp-broker-viewings-container {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .mspecs-wp-broker-viewings-container {
    margin-bottom: 0px;
  }
}

.mspecs-wp-broker-viewings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 73px 15px;
}

.mspecs-wp-broker-container {
  width: calc(50% - 40px);
  margin-left: 40px;
}

.mspecs-wp-viewings-container {
  width: calc(50% - 40px);
  margin-right: 40px;
}

@media (max-width: 768px) {
  .mspecs-wp-broker-container {
    width: 100%;
    margin-left: 0;
  }
  .mspecs-wp-viewings-container {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .mspecs-wp-viewings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column wrap;
  }
  .mspecs-wp-viewing {
    width: calc(50% - 15px);
  }
  .mspecs-wp-viewing:nth-child(odd) {
    margin-right: 15px;
  }
}

@media (max-width: 640px) {
  .mspecs-wp-viewing {
    width: 100%;
  }
  .mspecs-wp-viewing:nth-child(odd) {
    margin-right: 0px;
  }
  .mspecs-wp-viewing:nth-child(even) {
    margin-left: 0px;
  }
}

/* Short info broker section */
.mspecs-wp-broker {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.mspecs-wp-broker:last-child {
  margin-bottom: 0;
}

.mspecs-wp-broker-image-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 47%;
  flex: 0 1 47%;
  padding-right: 25px;
  max-width: 200px;
}

.mspecs-wp-broker-info-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  word-break: break-word;
}

.mspecs-wp-broker-info-container .mspecs-wp-short-info-block-heading {
  margin-bottom: 10px;
}

.mspecs-wp-broker-name {
  margin-bottom: 28px;
}

.mspecs-wp-broker-role {
  margin-bottom: 32px;
}

.mspecs-wp-contact-phone {
  margin-bottom: 10px;
}

.mspecs-wp-contact-email {
  margin-top: 12px;
}

/* If there are multiple brokers/contacts */
.mspecs-wp-short-info-block-officers.mspecs-wp-multiple-brokers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (max-width: 767px) {
  .mspecs-wp-broker-viewings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mspecs-wp-broker {
    flex-flow: column wrap;
    align-items: flex-start;
  }
  .mspecs-wp-broker-role {
    margin-bottom: 20px;
  }
  .mspecs-wp-short-info-block-heading {
    margin-bottom: 10px;
  }
  .mspecs-wp-broker-image-container {
    flex: auto;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

/* Short info viewings section */
.mspecs-wp-viewing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 13px;
}

.mspecs-wp-viewing:last-child {
  margin-bottom: 0;
}

.mspecs-wp-viewing-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.mspecs-wp-viewing-info-datetime {
  font-size: var(--mspecs-wp-large-font-size);
  font-weight: 600;
  background: var(--mspecs-wp-secondary-bg-color);
  border: 1px solid var(--mspecs-wp-primary-border-color);
  border-radius: 4px;
  padding: 9px 6px;
  margin-right: 40px;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 88px;
  flex: 0 0 88px;
}

.mspecs-wp-viewing-info-day {
  font-weight: 400;
  text-transform: uppercase;
}

.mspecs-wp-viewing-info-time {
  font-weight: 600;
}

.mspecs-wp-viewing-info-description {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.mspecs-wp-viewing-description {
  margin-right: 40px;
}

.mspecs-wp-viewing-description-booking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .mspecs-wp-viewing-info-datetime {
    font-size: var(--mspecs-wp-body-font-size);
    margin-right: 20px;
  }
  .mspecs-wp-viewing-info-time, .mspecs-wp-viewing-description, .mspecs-wp-viewing-button {
    display: block;
  }
  .mspecs-wp-viewing-description {
    margin-right: 0;
  }
}

/* Viewing button */
.mspecs-wp-viewing-button {
  color: var(--mspecs-wp-primary-text-color);
  text-decoration: underline;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .mspecs-wp-viewing {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .mspecs-wp-viewing-button-container {
    width: 100%;
  }
}

/* Deal shortcuts */
.mspecs-wp-shortcuts-sticky {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 75px;
  top: -1px;
  margin-top: -75px;
  padding-top: calc(1px);
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
html.wp-admin-bar-enabled .mspecs-wp-shortcuts-sticky {
  margin-top: -107px;
}
html.wp-admin-bar-enabled body.mspecs-wp-main-navigation-hidden .mspecs-wp-shortcuts-sticky {
  margin-top: -32px;
}
@media (max-width: 782px) {
  html.wp-admin-bar-enabled .mspecs-wp-shortcuts-sticky {
    margin-top: -121px;
  }
  html.wp-admin-bar-enabled body.mspecs-wp-main-navigation-hidden .mspecs-wp-shortcuts-sticky {
    margin-top: -46px;
  }
}

.mspecs-wp-shortcuts {
  background: var(--mspecs-wp-primary-bg-color);
  width: 100%;
  height: 72px;
  margin-top: 75px;
  border-bottom: 1px solid #dbdbdb;
}
html.wp-admin-bar-enabled .mspecs-wp-shortcuts {
  margin-top: 107px;
}
html.wp-admin-bar-enabled body.mspecs-wp-main-navigation-hidden .mspecs-wp-shortcuts {
  margin-top: 32px;
}
body.mspecs-wp-main-navigation-hidden .mspecs-wp-shortcuts-sticky {
  top: -1px;
  margin-top: 0;
}
body.mspecs-wp-main-navigation-hidden .mspecs-wp-shortcuts {
  margin-top: 0;
}
@media (max-width: 782px) {
  html.wp-admin-bar-enabled .mspecs-wp-shortcuts {
    margin-top: 121px;
  }
  html.wp-admin-bar-enabled body.mspecs-wp-main-navigation-hidden .mspecs-wp-shortcuts {
    margin-top: 46px;
  }
  /*body.mspecs-wp-main-navigation-hidden .mspecs-wp-shortcuts-sticky {
    top: auto;
    margin-top: 0;
  }*/
}

.mspecs-wp-shortcuts-sticky.shadow .mspecs-wp-shortcuts {
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.mspecs-wp-shortcuts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: var(--mspecs-wp-body-font-size);
}

.mspecs-wp-shortcuts-link {
  color: var(--mspecs-wp-primary-text-color);
  padding: 24px 30px;
  height: calc(100% + 3px);
  border-bottom: 3px solid transparent;
  display: block;
}

.mspecs-wp-shortcuts-link.active {
  border-bottom: 3px solid #45464b;
  background: var(--mspecs-wp-secondary-bg-color);
}

@media (max-width: 1140px) {
  .mspecs-wp-shortcuts-link {
    padding: 25px 20px;
  }
}

@media (max-width: 991px) {
  .mspecs-wp-shortcuts-list-item-files, .mspecs-wp-shortcuts-list-item-floorplan {
    display: none;
  }
}

@media (max-width: 630px) {
  .mspecs-wp-shortcuts-sticky {
    height: 58px;
    position: fixed;
    bottom: 0;
    top: auto;
    margin-top: 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: none;
    background: #FFF;
  }
  body.mspecs-wp-main-navigation-hidden .mspecs-wp-shortcuts-sticky {
    top: auto;
  }
  .mspecs-wp-shortcuts {
    height: 58px;
    margin-top: 0;
  }
  html.wp-admin-bar-enabled .mspecs-wp-shortcuts {
    margin-top: 0;
  }
  html.wp-admin-bar-enabled body.mspecs-wp-main-navigation-hidden .mspecs-wp-shortcuts {
    margin-top: 0;
  }
  .mspecs-wp-shortcuts-list-item {
    font-size: var(--mspecs-wp-tiny-font-size);
    margin-top: -4px;
  }
  .mspecs-wp-shortcuts-link {
    padding: 21px 8px;
    border-top: 3px solid transparent;
    border-bottom: none;
  }
  .mspecs-wp-shortcuts-link.active {
    border-top: 3px solid #45464b;
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  .mspecs-wp-shortcuts-sticky {
    height: 48px;
  }
  .mspecs-wp-shortcuts {
    height: 48px;
  }
  .mspecs-wp-shortcuts-list-item {
    font-size: var(--mspecs-wp-tiny-font-size);
  }
  .mspecs-wp-shortcuts-link {
    padding: 16px 4px;
  }
}

@media (max-width: 400px) {
  .mspecs-wp-shortcuts-list-item-interest {
    display: none;
  }
}

/* Deal object description */
.mspecs-wp-object-description {
  text-align: center;
}

.mspecs-wp-object-description-short {
  font-size: var(--mspecs-wp-large-font-size);
}

.mspecs-wp-object-description-short pre {
  line-height: 1.45;
  font-weight: 300;
}

@media (max-width: 767px) {
  .mspecs-wp-object-description {
    text-align: left;
  }
}

/* Deal images */
#property-images {
  text-align: center;
  background-color: var(--mspecs-wp-secondary-bg-color);
}

.mspecs-wp-section-header {
  margin: 0px 0px 12px 0px;
  padding-top: 58px;
  padding-bottom: 9px;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 400;
  font-size: 22px;
}

.mspecs-wp-section-header.mspecs-wp-description-header {
  margin-bottom: 30px;
}

.mspecs-wp-section-header.mspecs-wp-facts-header {
  margin-bottom: 30px;
}

.mspecs-wp-section-subheader {
  font-weight: 500;
  font-size: 20px;
  margin-top: 55px;
}

/* Floorplans */
#property-images .img-floorplan-nav span { font-size: 15px; }

.mspecs-wp-floorplans-heading {
  font-size: 22px;
  margin-bottom: 50px;
}

.mspecs-wp-floorplans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 60px;
}

.mspecs-wp-property-image-wrapper.mspecs-wp-property-image-wrapper-floorplan {
  width: calc(50% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mspecs-wp-property-image-wrapper.mspecs-wp-property-image-wrapper-floorplan:nth-child(odd) {
  margin-right: 50px;
}

.mspecs-wp-property-image-wrapper.mspecs-wp-property-image-wrapper-floorplan:nth-child(even) {
  margin-left: 50px;
}

.mspecs-wp-floorplans.single .mspecs-wp-property-image-wrapper.mspecs-wp-property-image-wrapper-floorplan:nth-child(odd) {
  margin-right: 0;
}
.mspecs-wp-floorplans.single .mspecs-wp-property-image-wrapper.mspecs-wp-property-image-wrapper-floorplan:nth-child(even) {
  margin-left: 0;
}

.mspecs-wp-enable-floorplan-gallery {
  margin-top: 30px;
  text-decoration: underline;
  display: block;
}

@media (max-width: 767px) {
  .mspecs-wp-property-image-wrapper.mspecs-wp-property-image-wrapper-floorplan {
    margin-bottom: 0;
  }
  .mspecs-wp-floorplans-container {
    background-color: var(--mspecs-wp-primary-bg-color);
  }
}

@media (max-width: 480px) {
  .mspecs-wp-floorplans-heading {
    margin-bottom: 30px;
  }
  .mspecs-wp-property-image-wrapper.mspecs-wp-property-image-wrapper-floorplan {
    width: 100%;
    max-width: 100%;
    margin-bottom: 35px;
  }
  .mspecs-wp-property-image-wrapper.mspecs-wp-property-image-wrapper-floorplan:last-child {
    margin-bottom: 0;
  }
  .mspecs-wp-property-image-wrapper.mspecs-wp-property-image-wrapper-floorplan:nth-child(odd) {
    margin-right: 0px;
  }
  .mspecs-wp-property-image-wrapper.mspecs-wp-property-image-wrapper-floorplan:nth-child(even) {
    margin-left: 0px;
  }
}

/* Deal interest form */
.mspecs-wp-interest-heading {
  margin-bottom: 30px;
}

.mspecs-wp-interest-form {
  position: relative;
}

.mspecs-wp-interest-form .mspecs-wp-deal-inner-container {
  background: var(--mspecs-wp-primary-bg-color);
  padding-bottom: 30px;
}

.mspecs-wp-input-text, .mspecs-wp-textarea {
  border: 1px solid var(--mspecs-wp-primary-border-color);
  margin-bottom: 5px;
  padding: 6px 10px;
  display: block;
  width: 100%;
  border-radius: 4px;
}

.mspecs-wp-textarea {
  width: 100%;
}

/* Files */
.mspecs-wp-files-header {
  margin-bottom: 25px;
  padding-top: 30px;
}

.mspecs-wp-files-container {
  margin-bottom: 8px;
}

.mspecs-wp-files-container .mspecs-wp-premium-container {
  padding-bottom: 60px;
}

.mspecs-wp-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  color: var(--mspecs-wp-primary-text-color);
  word-wrap: anywhere;
}

.mspecs-wp-file:last-child {
  margin-bottom: 0;
}

.mspecs-wp-file-icon {
  margin-right: 10px;
  width: 16px;
  height: 21px;
}

@media (max-width: 767px) {
  .mspecs-wp-files-container {
    margin-bottom: 0px;
  }
  .mspecs-wp-files-container .mspecs-wp-premium-container {
    padding-bottom: 0px;
  }
}

@media (max-width: 480px) {
  .mspecs-wp-file {
    width: 100%;
  }
}

/* Deal maps */
.mspecs-wp-maps {
  margin-bottom: 8px;
}
.mspecs-wp-maps.last {
  margin-bottom: 0px;
}

.mspecs-wp-maps .mspecs-wp-deal-inner-container {
  padding-bottom: 80px;
}

.mspecs-wp-maps-heading {
  font-size: 22px;
}

@media (max-width: 767px) {
  .mspecs-wp-maps {
    margin-bottom: 0px;
  }
  .mspecs-wp-maps .mspecs-wp-deal-inner-container {
    padding-bottom: 0px;
  }
}

/* Modals */
.mspecs-wp-modal-container {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}

.mspecs-wp-modal-container.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mspecs-wp-modal-overlay {
  background: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mspecs-wp-modal {
  position: relative;
  z-index: 2;
  padding: 30px;
  background: #FFF;
  border-radius: 6px;
  width: 100%;
  max-width: 780px;
  max-height: 100%;
  overflow-y: auto;
}

.mspecs-wp-modal-header {
  text-align: center;
  border-bottom: 1px solid var(--mspecs-wp-primary-border-color);
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.mspecs-wp-modal-heading {
  margin-top: 0;
}

.mspecs-wp-modal-description {
  font-size: var(--mspecs-wp-large-font-size);
}

.mspecs-wp-modal-viewing-details {
  font-weight: 600;
  margin-bottom: 30px;
}

.mspecs-wp-modal-viewing-details-date {
  margin-bottom: 15px;
}

.mspecs-wp-modal-viewing-details-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Base select box styles */
.mspecs-wp-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--mspecs-wp-primary-border-color);
  border-radius: 4px;
  font-size: var(--mspecs-wp-body-font-size);
  font-weight: 400;
  padding: 5px 20px 5px 10px;
  color: var(--mspecs-wp-primary-text-color);
  background: #FFF;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.00087499 9c.28524767 0 .55299547-.11925.71661913-.32025l6.12494978-7.5c.1872485-.22875.2082483-.528.0594995-.77625C13.7505697.15525 13.4521971 0 13.1258248 0H.8741752C.54780286 0 .2494303.15525.09805654.4035c-.14874878.24825-.12774895.5475.05949951.77625l6.12494982 7.5c.16362366.201.43137146.32025.71661913.32025h.00174998C7 9 7 9 7.00087499 9z' fill='%23141416' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}

/* Specific styles for slot select boxes */
.mspecs-wp-viewing-slot-select {
  display: none;
  margin-left: 22px;
}
.mspecs-wp-viewing-slot-select.active {
  display: block;
}

.mspecs-wp-modal-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
}

.mspecs-wp-modal-close-image {
  width: 24px;
  height: 24px;
}

.mspecs-wp-viewing-form-success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  display: none;
  z-index: 1;
  background: #FFF;
  font-size: var(--mspecs-wp-large-font-size);
}

.mspecs-wp-viewing-form-success.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mspecs-wp-booking-form {
  position: relative;
}

/* Bidding modal */
.mspecs-wp-bidding-table {
  width: 100%;
}

.mspecs-wp-bidding-table-body {
  background: var(--mspecs-wp-secondary-bg-color);
}

.mspecs-wp-bidding-table-th, .mspecs-wp-bidding-table-td {
  padding: 10px 50px;
}

@media (max-width: 767px) {
  .mspecs-wp-modal {
    padding: 15px;
  }
  .mspecs-wp-bidding-table-th, .mspecs-wp-bidding-table-td {
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .mspecs-wp-bidding-table {
    font-size: var(--mspecs-wp-tiny-font-size);
  }
}

/* Make reCAPTCHA smaller so it fits in the very smallest mobile screens */
@media (max-width: 362px) {
  .mspecs-wp-modal-recaptcha {
    -webkit-transform: scale(0.86);
            transform: scale(0.86);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@media (max-width: 332px) {
  .mspecs-wp-recaptcha {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

/* Back to top button */
.mspecs-wp-backtotop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 14px 13px;
  display: inline-block;
  background: var(--mspecs-wp-primary-button-color);
  pointer-events: all;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.mspecs-wp-backtotop.active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.mspecs-wp-backtotop-image {
  width: 24px;
}

@media (max-width: 630px) {
  .mspecs-wp-backtotop {
    right: 10px;
    bottom: 70px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}

@media (max-width: 480px) {
  .mspecs-wp-backtotop {
    bottom: 60px;
  }
}

/* Make wpadminbar go under the shortcuts (fixed and sticky elements don't work well together) */
#wpadminbar {
  z-index: 0 !important;
}

/* Property listings: List container */
.mspecs-wp-property-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Property listings: Property item */
.mspecs-wp-property-listing-item {
  width: calc(50% - 22px);
  position: relative;
  display: none;
  margin-bottom: 42px;
  font-size: var(--mspecs-wp-large-font-size);
}
.mspecs-wp-property-listing-item.active {
  display: block;
}
@media (max-width: 1024px) {
  .mspecs-wp-property-listing-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mspecs-wp-property-listing-item {
    font-size: var(--mspecs-wp-body-font-size);
  }
}
@media (max-width: 480px) {
  .mspecs-wp-property-listing-item {
    margin-bottom: 20px;
  }
}

/* Property listings: Item tags (bidding active, showing date etc) */
.mspecs-wp-property-listing-item-tag {
  position: absolute;
  top: 34px;
  left: 12px;
  padding: 5px 10px;
  background: rgba(49, 51, 66, 0.7);
  color: #FFF;
  font-size: var(--mspecs-wp-body-font-size);
}

/* Property listings: List view */
.mspecs-wp-listing-list {
  padding-bottom: 50px;
}

/* Property listings: List view - Header (table header) */
.mspecs-wp-listing-list-header {
  background-color: #DDDEDF;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  padding: 10px 0;
}

/* Property listings: List view - Item row */
.mspecs-wp-listing-list-item {
  display: none;
  border-bottom: 1px solid var(--mspecs-wp-primary-border-color);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.mspecs-wp-listing-list-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mspecs-wp-listing-list-item:last-child {
  border-bottom: none;
}

/* Property listings: List view facts */
.mspecs-wp-listing-list-item-facts {
  width: calc(100% - 190px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Property listings: List view - Header and item columns/cells */
.mspecs-wp-listing-list-header-item, .mspecs-wp-listing-list-item-detail {
  width: 16.6666666667%;
  padding: 0 10px;
  word-wrap: break-word;
}

.mspecs-wp-listing-list-item-detail {
  padding: 30px 10px 0px 10px;
}

/* Property listings: List view - Viewing information */
.mspecs-wp-listing-list-item-detail-viewing {
  font-style: italic;
  display: block;
  margin-top: 35px;
}

/* Property listings: List view - Bidding information */
.mspecs-wp-listing-list-item-detail-bidding {
  font-style: italic;
  display: block;
  text-decoration: underline;
}

/* Property listings: List view - Image column/cell */
.mspecs-wp-listing-list-header-item.image-container, .mspecs-wp-listing-list-item-detail.image-container {
  width: 180px;
  overflow: hidden;
  padding: 0;
  margin-right: 10px;
}

/* Property listings: List view - Adress column */
.mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(1),
.mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-header-item:nth-child(1) {
  width: 23%;
}
.mspecs-wp-listing-list-item-detail .property-name {
  font-size: var(--mspecs-wp-body-font-size);
  margin-top: 0;
}
.mspecs-wp-listing-list-item-detail-location {
  display: block;
  margin-bottom: 8px;
}
.mspecs-wp-listing-list-item-detail-location:last-child {
  margin-bottom: 0;
}

/* Property listings: List view - Type column */
.mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(2),
.mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-header-item:nth-child(2) {
  width: 20%;
}

/* Property listings: List view - Size column */
.mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(3),
.mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-header-item:nth-child(3) {
  width: 13%;
}

/* Property listings: List view - Rooms column */
.mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(4),
.mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-header-item:nth-child(4) {
  width: 12%;
}

/* Property listings: List view - Fee column */
.mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(5),
.mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-header-item:nth-child(5) {
  width: 17%;
}

/* Property listings: List view - Price column */
.mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(6),
.mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-header-item:nth-child(6) {
  width: 15%;
  padding-right: 0;
}
.mspecs-wp-listing-list-item-detail-price {
  display: block;
  margin-bottom: 8px;
}
.mspecs-wp-listing-list-item-detail-price:last-child {
  margin-bottom: 0;
}

/* Property listings: List view Responsiveness */
@media (max-width: 1279px) {
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(1),
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-header-item:nth-child(1) {
    width: 30%;
  }
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(2),
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-header-item:nth-child(2) {
    display: none;
  }
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(3),
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-header-item:nth-child(3) {
    width: 15%;
  }
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(4),
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-header-item:nth-child(4) {
    width: 18%;
  }
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(5),
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-header-item:nth-child(5) {
    width: 24%;
  }
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(6),
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-header-item:nth-child(6) {
    width: 24%;
  }
}
@media (max-width: 1024px) {
  .mspecs-wp-listing-list-header {
    display: none;
  }
  .mspecs-wp-listing-list-item-detail.image-container {
    width: 20%;
  }
  .mspecs-wp-listing-list-item-facts {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 80%;
  }
  .mspecs-wp-listing-list-item-detail {
    padding: 5px 15px;
  }
  .mspecs-wp-listing-list-item-detail.empty {
    display: none;
  }
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(1),
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-header-item:nth-child(1) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mspecs-wp-listing-list-item-detail .property-name {
    margin-bottom: 0;
    line-height: 1.45;
  }
  .mspecs-wp-listing-list-item-detail-location {
    margin-bottom: 0;
  }
  .mspecs-wp-listing-list-item-detail-location:before {
    content: ", ";
  }
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(3),
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-header-item:nth-child(3) {
    width: auto;
  }
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(4),
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-header-item:nth-child(4) {
    width: auto;
  }
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(5),
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-header-item:nth-child(5) {
    width: auto;
  }
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(6),
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-header-item:nth-child(6) {
    width: auto;
  }
  .mspecs-wp-listing-list-item-detail-bidding { display: none; }
  .mspecs-wp-listing-list-item-detail-price {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .mspecs-wp-listing-list-item-detail .property-name {
    font-size: var(--mspecs-wp-small-font-size);
  }
}
@media (max-width: 580px) {
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(1) {
    display: block;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  .mspecs-wp-listing-list-item-detail-location {
    display: inline;
  }
  .mspecs-wp-listing-list-item-detail-location:nth-child(2):before {
    content: "";
    display: none;
  }
  .mspecs-wp-listing-list-item-detail {
    padding: 5px 5px;
  }
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(2),
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(3),
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(4),
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(5),
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(6) {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(2),
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(3),
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(4),
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(5),
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(6) {
    width: 100%;
  }
  .mspecs-wp-listing-list-item-detail {
    padding: 0 5px;
  }
  .mspecs-wp-listing-list-item-facts .mspecs-wp-listing-list-item-detail:nth-child(1) {
    padding-bottom: 10px;
  }
  .mspecs-wp-listing-list-item-detail.image-container {
    width: 30%;
  }
  .mspecs-wp-listing-list-item-facts {
    width: 70%;
  }
}


/* Property listings: Both views, object type */
.mspecs-wp-listing-searchable-object-type.hidden {
  display: none;
}

.mspecs-wp-listing-list-item-detail-image {
  padding-bottom: 75%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

/* Property listings: Search and filters */
.mspecs-wp-property-listing-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--mspecs-wp-secondary-text-color);
  padding: 62px 70px 0 70px;
  margin-bottom: -40px;
}

/* Property listings: Search and filters alignment */
.mspecs-wp-property-listing-filters-left, .mspecs-wp-property-listing-filters-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 20px);
}
.mspecs-wp-property-listing-filters-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  .mspecs-wp-property-listing-filters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding-left: 30px;
    padding-right: 30px;
  }
  .mspecs-wp-property-listing-filters-left {
    margin-bottom: 20px;
  }
  .mspecs-wp-property-listing-filters-left, .mspecs-wp-property-listing-filters-right {
    width: 100%;
  }
  .mspecs-wp-property-listing-filters-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 590px) {
  .mspecs-wp-property-listing-filters-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

/* Property listings: Search input */
.mspecs-wp-searchbox {
  width: 50%;
  border: none;
  border-bottom: 2px solid var(--mspecs-wp-primary-border-color);
  border-radius: 0;
  padding: 6px 10px 6px 30px;
  margin-right: 30px;
  margin-bottom: 0;
  background-image: url(img/search.svg);
  background-position: left center;
  background-repeat: no-repeat;
}
.mspecs-wp-searchbox::-webkit-input-placeholder {
  text-transform: uppercase;
}
.mspecs-wp-searchbox:-ms-input-placeholder {
  text-transform: uppercase;
}
.mspecs-wp-searchbox::-ms-input-placeholder {
  text-transform: uppercase;
}
.mspecs-wp-searchbox::placeholder {
  text-transform: uppercase;
}

/* Property listings: Filter */
.mspecs-wp-object-filter-container {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.mspecs-wp-object-filter-container.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mspecs-wp-object-filter-container .multiselect-native-select {
  display: block;
  width: 100%;
}
.mspecs-wp-object-filter-container .multiselect-native-select .btn-group {
  width: 100%;
}
.mspecs-wp-object-filter-container .multiselect-native-select .btn-group button {
  width: 100%;
  text-align: left;
  color: var(--mspecs-wp-secondary-text-color);
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--mspecs-wp-primary-border-color);
}
.mspecs-wp-object-filter-container .multiselect-native-select .btn-group button:active,
.mspecs-wp-object-filter-container .multiselect-native-select .btn-group button:focus,
.mspecs-wp-object-filter-container .multiselect-native-select .btn-group button:hover {
  background-color: transparent;
  border-color: var(--mspecs-wp-primary-border-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mspecs-wp-object-filter-container .multiselect-native-select .btn-group button .caret {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 10px;
  color: #000;
}
.mspecs-wp-object-filter-container .multiselect-native-select .btn-group .dropdown-menu {
  width: 100%;
  min-width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: -1px;
}
.mspecs-wp-object-filter-container .multiselect-native-select .btn-group .dropdown-menu a {
  color: var(--mspecs-wp-secondary-text-color);
}
.mspecs-wp-object-filter-container .multiselect-native-select .btn-group .dropdown-menu a:hover,
.mspecs-wp-object-filter-container .multiselect-native-select .btn-group .dropdown-menu a:focus {
  background-color: #FFF;
}
.mspecs-wp-object-filter-container .multiselect-native-select .btn-group .dropdown-menu input {
  display: none;
}
.mspecs-wp-object-filter-container .multiselect-native-select .btn-group .dropdown-menu label {
  padding: 5px 10px;
}
.mspecs-wp-object-filter-container .multiselect-native-select .btn-group .dropdown-menu label:before {
  content: "";
  border: 2px solid #787b7c;
  border-radius: 3px;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  color: transparent;
  -webkit-transition: .1s;
  transition: .1s;
  margin-right: 4px;
}
.mspecs-wp-object-filter-container .multiselect-native-select .btn-group .dropdown-menu li.active label:before {

  background-image: url(img/dropdown-check-16.svg);
  background-size: 100%;
  color: #fff;
}
.mspecs-wp-object-filter-container .multiselect-native-select .btn-group .dropdown-menu li.active a {
  background-color: #FFF;
}

@media (max-width: 590px) {
  .mspecs-wp-object-filter-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}

/* Property listings: Filter labels */
.mspecs-wp-property-listings-filter-label {
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 10px;
  display: block;
}

/* Property listings: Select box filter */
.mspecs-wp-property-listings-filter-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 184px;
  color: var(--mspecs-wp-secondary-text-color);
}
@media (max-width: 1024px) {
  .mspecs-wp-searchbox {
    width: 100%;
  }
  .mspecs-wp-property-listings-filter-select {
    max-width: 100%;
  }
}
@media (max-width: 590px) {
  .mspecs-wp-searchbox {
    margin-right: 0px;
  }
}

/* Property listings: View select buttons (2 col/list view) */
.mspecs-wp-property-listing-view-button {
  text-transform: uppercase;
  color: var(--mspecs-wp-secondary-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 25px;
}
.mspecs-wp-property-listing-view-button:first-child {
  margin-left: 0;
}
.mspecs-wp-property-listing-view-button-icon {
  margin-right: 8px;
}
.mspecs-wp-property-listing-view-button:hover, .mspecs-wp-property-listing-view-button:focus {
  text-decoration: none;
  color: var(--mspecs-wp-secondary-text-color);
}
.mspecs-wp-property-listing-view-button.active .mspecs-wp-property-listing-view-button-icon circle,
.mspecs-wp-property-listing-view-button:hover .mspecs-wp-property-listing-view-button-icon circle {
  fill: #000;
}

/***************
Default page template
***************/

/* Default page template: Cover image */
.mspecs-wp-page-cover-image {
  height: 72vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .mspecs-wp-page-cover-image {
    height: 64vw;
  }
}

/* Default page template: Text container */
.mspecs-wp-page {
  padding-top: 73px;
  padding-bottom: 150px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .mspecs-wp-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .mspecs-wp-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* Default page template: Pre */
.mspecs-wp-page pre {
  font-weight: 300;
}

/* Default page template: Italic */
.mspecs-wp-page em, .mspecs-wp-page i {
  font-weight: 300;
}

/* Default page template: Lists */
.mspecs-wp-page ul {
  list-style-type: none;
  margin-left: 5px;
  margin-bottom: 0px;
  white-space: normal;
}
.mspecs-wp-page ul br {
  display: none;
}
.mspecs-wp-page ul li {
  text-indent: -5px;
}
.mspecs-wp-page ul > li:before {
  content: "–";
  text-indent: -5px;
  margin-right: 5px;
}

/* Default page template: Main heading */
.mspecs-wp-page h1 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 400;
  font-size: 30px;
}
@media (max-width: 680px) {
  .mspecs-wp-page h1 {
    font-size: var(--mspecs-wp-xxlarge-font-size);
    margin-top: 0;
  }
}

/* Default page template: h2 */
.mspecs-wp-page h2 {
  font-weight: 400;
}

/* Start page */
.mspecs-wp-startpage {
  padding-bottom: 82px;
}

/* Start page template: Text styles */
.mspecs-wp-startpage h1 {
  margin-bottom: 0;
}
.mspecs-wp-startpage pre {
  font-size: var(--mspecs-wp-body-font-size);
  line-height: 1.5;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 90px;
}

/* Start page template: Divider */
.mspecs-wp-startpage-divider {
  width: 100%;
  height: 6px;
  background-color: var(--mspecs-wp-secondary-bg-color);
}

/* Start page template: Listings */
.mspecs-wp-startpage-listings-header {
  margin: 0 0 -30px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
}

.mspecs-wp-startpage-listings-container .mspecs-wp-deal-inner-container-listings {
  max-width: var(--mspecs-wp-page-container-width);
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 80px;
}

.mspecs-wp-startpage-listings .objectlist-item .property-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  padding: 15px 10px 15px 10px;
  font-size: var(--mspecs-wp-large-font-size);
  background: rgba(0,0,0,0.2);
}

.mspecs-wp-startpage-listings .objectlist-item .mspecs-wp-property-info-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.mspecs-wp-startpage-listings .objectlist-item .mspecs-wp-property-info-row.facts {
  display: none;
}

.mspecs-wp-startpage-listings .objectlist-item .mspecs-wp-property-info-col {
  text-align: center;
}

.mspecs-wp-startpage-listings .objectlist-item .mspecs-wp-property-info-col:last-child {
  text-align: center;
}

.mspecs-wp-startpage-listings .objectlist-item .property-name {
  margin-bottom: 5px;
  font-size: var(--mspecs-wp-xxlarge-font-size);
}

@media (max-width: 1024px) {
  .mspecs-wp-startpage-listings-container .mspecs-wp-deal-inner-container-listings {
    padding-bottom: 0px;
  }
}

@media (max-width: 480px) {
  .mspecs-wp-startpage-listings .objectlist-item .mspecs-wp-property-info-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* Contact page template: Text and contact information layout */
.mspecs-wp-page-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 6px solid var(--mspecs-wp-secondary-bg-color);
  padding-bottom: 60px;
  margin-bottom: 50px;
}

/* Contact page template: Main heading */
.mspecs-wp-page-contact h1 {
  text-align: left;
}

/* Contact page template: Text from Mspecs */
.mspecs-wp-page-contact-text {
  width: calc(82% - 90px);
}
@media (max-width: 680px) {
  .mspecs-wp-page-contact {
    padding-bottom: 45px;
  }
  .mspecs-wp-page-contact-text {
    width: 100%;
  }
}

/* Contact page template: Contact information */
.mspecs-wp-page-contact-information {
  width: 18%;
}
.mspecs-wp-page-contact-information h2 {
  font-size: var(--mspecs-wp-xxlarge-font-size);
  margin-top: 32px;
}
@media (max-width: 680px) {
  .mspecs-wp-page-contact-information {
    margin-top: 30px;
    width: 100%;
  }
}

/* Contact page template: Contact information details (email and phone number) */
.mspecs-wp-page-contact-information-details {
  margin-top: 40px;
}

/* Brokers */
.mspecs-wp-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}
.mspecs-wp-member {
  width: calc(50% - 75px);
  margin-bottom: 60px;
}
@media (max-width: 680px) {
  .mspecs-wp-members {
    padding: 0;
  }
  .mspecs-wp-member {
    width: 100%;
    margin-bottom: 30px;
  }
}

.mspecs-wp-member-image {
  width: 100%;
  max-width: 200px;
}
.mspecs-wp-member-information {
  padding: 18px 6px;
}
.mspecs-wp-member-name {
  font-size: var(--mspecs-wp-large-font-size);
  font-weight: 500;
  margin-bottom: 5px;
}
.mspecs-wp-member-contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mspecs-wp-member-presentation {
    padding-top: 10px;
}
.mspecs-wp-member-title {
    font-weight: 400;
}
.mspecs-wp-member-contact-detail:after {
  content: "|";
  margin: 0 10px;
}
.mspecs-wp-member-contact-detail:last-child:after {
  display: none;
}

/* Rooms and patios */
#property-information ul.mspecs-wp-roomdescriptions-list li:last-child {
  margin-bottom: 0;
}

/* Main footer */
.mspecs-wp-footer {
  background-color: #DDDEDF;
  color: #444444;
  padding: 70px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: var(--mspecs-wp-small-font-size);
}

.mspecs-wp-footer a {
  color: #444444;
}

.mspecs-wp-footer-heading {
  font-size: var(--mspecs-wp-large-font-size);
  margin-bottom: 20px;
}

.mspecs-wp-footer-pipe {
  margin: 0 4px;
}

@media (max-width: 630px) {
  .mspecs-wp-footer.mspecs-wp-footer-deal {
    padding-bottom: 128px;
  }
}

/*
Overlay image of design for checking positioning of design
Just add the following somehere:
<img src="<?php echo get_template_directory_uri(); ?>/img/beskrivning_premium_reference.jpg" class="mspecs-wp-design-ref" alt="" />
*/
.mspecs-wp-design-ref {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1015px;
  opacity: 0.8;
  pointer-events: none;
  z-index: 3;
}

hr {
  margin: 10px 0 10px 0;
}

.logo {
  width: 135px;
  height: 90px;
}
.logo img {
  width: 100%;
}

.print-logo {
  display: none;
}

pre {
  display: block;
  padding: 0px;
  margin: 0px;
  font-size: inherit;
  font-family: inherit;
  line-height: 1.428571429;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: normal;       /* Internet Explorer 5.5+ */
  word-break: normal;
  background-color: transparent;
  border: 0px solid #fff;
  border-radius: 0px;
  font-weight: 400;
  overflow-x: hidden;
}

.obj-info {
  padding: 20px;
  background: #fff;
  font-size: 15px;
  line-height: 20px;
  height: 250px;
}
.bottom {
  position: absolute;
  bottom: 20px;
}

/** image popup classes **/
.mspecs-wp-property-image-wrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
}

.mspecs-wp-property-image {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 80px);
}

.mspecs-wp-image-title {
  display: block;
  margin-top: 10px;
  text-align: center;
}


.object-type-title {
  font-size: 0.9em;
  margin: 15px 0 0 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #999;
  color: rgba(0,0,0,0.4);
}

.objectlist-item .property-image {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  padding-bottom: 75%; /* Keep 4:3 ratio */
  overflow: hidden;
  background-color: rgba(100,100,100,0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.objectlist-item .property-info {
  padding: 10px 5px;
  font-weight: 300;
}

.objectlist-item .mspecs-wp-property-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.objectlist-item .mspecs-wp-property-info-col {
  font-size: var(--mspecs-wp-body-font-size);
}

.objectlist-item .mspecs-wp-property-info-col:last-child {
  text-align: right;
}
@media (max-width: 480px) {
  .objectlist-item .mspecs-wp-property-info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .objectlist-item .mspecs-wp-property-info-col:last-child {
    text-align: left;
  }
  .objectlist-item .mspecs-wp-property-info-col {
    margin-right: 0;
  }
  .objectlist-item .mspecs-wp-property-info-col:last-child {
    margin-right: 0;
  }
}

.objectlist-item .mspecs-wp-property-info-col .property-price {
  display: block;
}

.objectlist-item .mspecs-wp-property-info-col .property-price.sold {
  text-transform: uppercase;
}

.objectlist-item .property-name {
  margin: 0px 0 2px 0;
  font-size: var(--mspecs-wp-large-font-size);
  font-weight: 700;
}
.objectlist-item .property-name a {
  color: inherit;
}
.objectlist-item .property-name a:hover {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .objectlist-item .property-name {
    font-size: var(--mspecs-wp-large-font-size);
  }
}

.objectlist-item .property-address {
  color: #777;
}

.col-centered {
  margin: 0 auto;
  float: none;
}

.img-preview {
  padding: 20px 0px;
}
.clear { clear:both; }
ul { list-style-type: none; margin: 0; padding: 0;}

#object .print-button {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 50;
}

#object .property-title {
  font-size: 38px;
  font-weight: 400;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 37px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  #object .property-title {
    font-size: 30px;
    margin-bottom: 28px;
  }
}

@media (max-width: 480px) {
  #object .property-title {
    font-size: 26px;
  }
}

#object .property-region {
  margin: 0;
  font-weight: 400;
  font-size: var(--mspecs-wp-body-font-size);
  text-align: center;
  margin-bottom: 22px;
  margin-top: 0px;
  text-transform: uppercase;
  color: var(--mspecs-wp-secondary-text-color);
}

.description-label {
  font-weight: 600;
  margin-right: 3px;
  width: 50%;
}

#property-information ul {
  margin-top: 10px;
}

#property-information ul li {
  margin-bottom: 15px;
}

#property-information ul li.mspecs-wp-rooms-description-all-rooms {
  margin-bottom: 20px;
}

#object #short-info pre {
  text-align: justify;
}

@media (max-width: 768px) {
  #object #short-info li {
      width: 100%;
  }
}

#object .object-contacts img {
  width: 100%;
}

#search {
  display: inline-block;
}

#search-box {
  text-align: right;
}

#search-box input[type='text'] {
  border: 0px solid #ccc;
  padding: 5px;
  outline: none;
  border-radius: 6px;
  font: 13px "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 180px;
  max-width: 100%;
  background: #fff;
  height: 35px;
}
#search-box input[type="text"]:focus {
  display: inline;
  font-weight: normal;
  font-size: 13px;
}
.search-button {
  background: transparent;
  font-size: 20px;
  border: none;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

@media (max-width: 991px) {
  #search-box {
      margin-top: 15px;
  }
}

@media (min-width: 768px) {
  #search {
      float: right;
  }
}

@media (max-width: 767px) {
  #search {
      width: 100%;
  }

  #search-box {
      text-align: center;
  }

  #search-box input[type='text'] {
      width: 80%;
  }
}

#object strong {
  font-weight: bolder;
  color: #000;
}

/* Default button */
.mspecs-wp-button {
  padding: 12px 20px;
  font-size: var(--mspecs-wp-body-font-size);
  background: var(--mspecs-wp-primary-button-color);
  color: #FFF;
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  display: inline-block;
  text-transform: uppercase;
}
.mspecs-wp-button:hover {
  background: #0364a5;
  border: solid 0px #2A4E77;
  text-decoration: none;
}
.mspecs-wp-button:active {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  background: #2E5481;
  border: solid 0px #203E5F;
}
.mspecs-wp-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.mspecs-wp-button.mspecs-wp-button-submit-interest {
  padding: 12px 40px;
}

.recap {
  float: left;
  /*Making recaptcha responsive*/
  margin-left: -26px;
  -webkit-transform: scale(0.93);
          transform: scale(0.93);
}

#property-information {
  background: var(--mspecs-wp-secondary-bg-color);
}

#property-information .mspecs-wp-property-information-wrapper {
  background: #FFF;
  padding-bottom: 10px;
}

#property-information .mspecs-wp-property-information-wrapper pre {
  font-size: var(--mspecs-wp-body-font-size);
  line-height: 1.45;
}

@media (max-width: 767px) {
  #property-information .mspecs-wp-property-information-wrapper pre {
    font-size: var(--mspecs-wp-small-font-size);
  }
}

.mspecs-wp-location-image {
  display: block;
  width: 100%;
}

.mspecs-wp-location-title {
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 15px;
}

.mspecs-wp-location-text {
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .mspecs-wp-property-information-wrapper {
    padding: 0px 15px;
  }
}

/* Read more/less sections and buttons */
.mspecs-wp-maxheight {
  max-height: 1500px;
  overflow: hidden;
  position: relative;
}
.mspecs-wp-moreless {
  width: calc(100% - 30px);
  height: 39px;
  position: absolute;
  bottom: 0;
  left: 15px;
  border: none;
	background-color: #F7F7F7; /* Represents rgba(0,0,0,0.03) against a white background */
  -webkit-appearance: none;
  color: var(--mspecs-wp-link-color);
  font-weight: 500;
  text-align: right;
  padding: 8px;
  outline: none !important;
}
.mspecs-wp-moreless::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.mspecs-wp-moreless-less {
  display: none;
  position: relative;
}
.mspecs-wp-moreless-more, .mspecs-wp-moreless-less {
  padding-right: 40px;
}
.mspecs-wp-moreless-icon {
  background-image: url('img/down-arrow.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 14px;
  right: 30px;
}

.mspecs-wp-maxheight.always-open {
  max-height: none;
  overflow: visible;
}
.mspecs-wp-maxheight.always-open .mspecs-wp-moreless {
  display: none;
}
.mspecs-wp-maxheight.open {
  max-height: none;
  padding-bottom: 30px;
  overflow: visible;
}
.mspecs-wp-maxheight.open .mspecs-wp-moreless {
  background: #FFF;
  filter: none;
  text-decoration: underline;
  position: relative;
  z-index: 1;
}
.mspecs-wp-maxheight.open .mspecs-wp-moreless-icon {
  transform: rotate(180deg);
  right: 0;
}
.mspecs-wp-maxheight.open .mspecs-wp-moreless::before {
  display: none;
}
.mspecs-wp-maxheight.open .mspecs-wp-moreless-more {
  display: none;
}
.mspecs-wp-maxheight.open .mspecs-wp-moreless-less {
  display: inline;
  padding-right: 10px;
}



.mspecs-wp-property-information-section {
  position: relative;
}

.mspecs-wp-property-information-section:last-child {
  margin-bottom: 0;
}

.mspecs-wp-property-information-heading {
  margin-top: 40px;
  margin-bottom: 12px;
  font-size: var(--mspecs-wp-large-font-size);
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: underline;
}

.mspecs-wp-room-descriptions-heading {
  margin-top: 40px;
  margin-bottom: 12px;
  font-size: var(--mspecs-wp-large-font-size);
  text-transform: uppercase;
  font-weight: 400;
}

.mspecs-wp-property-information-section .mspecs-wp-property-information-heading:first-of-type {
  margin-top: 0;
}

.mspecs-wp-property-information-subheading {
  font-size: 20px;
  margin-bottom: 15px;
}

#property-information ul.mspecs-wp-buildings-nested-list {
  margin-top: 0;
}

#property-information ul.mspecs-wp-buildings-nested-list .mspecs-wp-facts-list-item-inline-title:first-child {
  font-weight: 400;
}

.mspecs-wp-buildings-nested-list {
  margin-bottom: 30px;
}

#property-images .property-image, #property-floorplan {
  min-height: 360px;
  text-align: center;
}

#property-images .property-image img {
  max-height: 360px;
  margin: 0 auto;
}

#contacts .broker {
  text-align: center;
  line-height: 1.3em;
  margin: 10px 0 20px 0;
  height: 285px;
}

#print-header {
  display: none;
}

.map-wrap{
  height:0;
  width:0;
  overflow:hidden;
}

.marker {
  width: 10px;
  height: 10px;
  float: left;
  border-radius: 10px;
  margin: 10px 3px;
}

/* Email form */
.mspecs-wp-email-form {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.mspecs-wp-email-form-info {
  width: 100%;
  order: 20;
  padding-left: 15px;
  padding-right: 15px;
}

.mspecs-wp-email-form .mspecs-wp-input-container {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  order: 20;
}

.mspecs-wp-email-form .mspecs-wp-multiple-input-container {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  order: 20;
}

.mspecs-wp-email-form .mspecs-wp-multiple-input-container .mspecs-wp-input-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.mspecs-wp-email-form .mspecs-wp-input-firstname {
  order: 1;
}
.mspecs-wp-email-form .mspecs-wp-input-lastname {
  order: 3;
}
.mspecs-wp-email-form .mspecs-wp-input-email {
  order: 2;
}
.mspecs-wp-email-form .mspecs-wp-input-phone {
  order: 4;
}
.mspecs-wp-email-form .mspecs-wp-input-submit {
  order: 6;
}
.mspecs-wp-email-form .mspecs-wp-input-message {
  order: 5;
}

.email-success {
  color: #258F1C;
  padding: 10px 0 0 0;
  font-weight: bold;
}
.email-fail {
  color: #E73939;
  padding: 10px 0 0 0;
  font-weight: bold;
}
#email-loading, #booking-loading {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#email-loading img, #booking-loading img {
  left: 50%;
  margin-left: -100px;
  position: absolute;
  top: 50%;
  margin-top: -100px;
}

@media (max-width: 767px) {
  .mspecs-wp-email-form .mspecs-wp-input-container, .mspecs-wp-email-form .mspecs-wp-multiple-input-container {
    width: 100%;
  }
  .mspecs-wp-email-form .mspecs-wp-input-firstname {
    order: 1;
  }
  .mspecs-wp-email-form .mspecs-wp-input-lastname {
    order: 2;
  }
  .mspecs-wp-email-form .mspecs-wp-input-email {
    order: 3;
  }
  .mspecs-wp-email-form .mspecs-wp-input-phone {
    order: 4;
  }
  .mspecs-wp-email-form .mspecs-wp-input-container.mspecs-wp-input-container-checkbox {
    margin-top: 0;
  }
}

.sold-image {
  width: 85px;
  height: 27px;
  background: #CF4915;
  position: absolute;
  z-index: 1;
  color: #FFF;
  padding: 3px 28px;
  font-size: 17px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 9px 0px 0px -15px;
}

.property-description {
  font-weight: 100;
  font-size: 1.3em;
  margin: 2px 0 15px 0;
}


.list-image {
  margin-left: -25px !important;
  margin-right: -25px !important;;
  margin-top: 5px !important;
}

.fix-left-margin {
  margin: 0 -10px;
}

.iti { width: 100%; }

.mspecs-wp-pagepadding-and-bg {
  background-color: #e6e6e6;
  padding: 0 1.5rem 1.5rem 1.5rem;
}

/* New developments */
.mspecs-wp-section-header.mspecs-wp-newdevelopments-header {
  border-bottom: none;
  margin-bottom: 2px;
}

.mspecs-wp-developments-table {
  display: table;
  width: 100%;
}

.mspecs-wp-developments-table-row {
  display: table-row;
  color: var(--mspecs-wp-primary-text-color);
  text-decoration: none;
}

a.mspecs-wp-developments-table-row:hover {
  background-color: rgb(248, 248, 248);
  text-decoration: none;
  color: var(--mspecs-wp-primary-text-color);
}
a.mspecs-wp-developments-table-row:focus {
  text-decoration: none;
  color: var(--mspecs-wp-primary-text-color);
}

.mspecs-wp-developments-table-row.header {
  background-color: #DDDEDF;
  text-transform: uppercase;
}

.mspecs-wp-developments-table-col {
  display: table-cell;
  width: 20%;
  padding: 10px;
  border-bottom: 1px solid var(--mspecs-wp-primary-border-color);
}
.mspecs-wp-developments-table-row.header .mspecs-wp-developments-table-col {
  border-bottom: none;
}
.mspecs-wp-developments-table-col:first-child {
  padding-left: 40px;
}
.mspecs-wp-developments-table-col:last-child {
  padding-right: 40px;
}

.mspecs-wp-developments-table-col-title-mobile {
  display: none;
  font-weight: 600;
}

@media (max-width: 767px) {
  .mspecs-wp-developments-table-col-title-mobile {
    display: block;
  }
  .mspecs-wp-developments-table-row {
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid var(--mspecs-wp-primary-border-color);
  }
  a.mspecs-wp-developments-table-row:first-of-type {
    border-top: 1px solid var(--mspecs-wp-primary-border-color);
  }
  .mspecs-wp-developments-table-row.header {
    display: none;
  }
  .mspecs-wp-developments-table-col {
    display: block;
    width: 33.33%;
    border-bottom: none;
    padding: 10px 0;
  }
  .mspecs-wp-developments-table-col:first-child {
    padding-left: 0px;
  }
  .mspecs-wp-developments-table-col:last-child {
    padding-right: 0px;
  }
}

@media (max-width: 480px) {
  .mspecs-wp-developments-table-col {
    width: 50%;
  }
}

.cn-button.mspecs-cookie-button {
  background: #0164B0;
  color: #FFF;
  padding: 8.5px 10px;
  line-height: 1;
  text-emphasis: none;
}
.cn-button.mspecs-cookie-button:hover {
  box-shadow: inset 0 0 0 99999px rgba(0,0,0,.1);
}
.cn-button.mspecs-cookie-button[data-cookie-set='refuse'] {
  background: #8E8E8E;
}
.cn-button.cn-more-info.mspecs-cookie-button {
  background: #FFF;
  color: #0164B0;
  text-decoration: underline;
}
