/* modal ----- */

.modal {
  margin: 0;
  padding: 0 !important;
}

.modal-dialog {
  margin: 0;
}

.modal-backdrop {
  background-color: #000;
}
.modal-backdrop.in {
  opacity: 0.80;
}
.modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0px;
}
.modal-dialog {
  width: 100%;
}

.modal-content a {
  color: #f4903f;
}

.modal-content a:hover {
  text-decoration: underline;
}

.modal-close {
  text-align: center;
  padding: 25px 0;
}
.modal-close a:hover {
  opacity: 0.5;
  cursor: pointer;
}

/* message ----- */

.message-content {
  text-align: center;
  padding: 20px 0 30px 0;
  font-size: 15px;
}
.message-content h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #f4903f;
}

.submit-property-box {
  padding-top: 0;
}

.contact-form-wrapper {
  padding-bottom: 40px;
}

.contact-details .hentry {
  margin-bottom: 0px;
}
.contact-details address {
  margin-bottom: 30px;
}
.listing-status-tag {
  font-size: 10px;
  padding-top: 1px;
  padding-left: 6px;
  padding-right: 8px;
  margin-left: 16px;
}

.property-listing-three-post .entry-header {
  position: relative;
}
.property-listing-three-post .prop-id {
  position: absolute;
  bottom: 0;
  right: 0;
}

.vianoce {
  padding-bottom: 30px;
}

.oznam {
  background-color: #f4903f;
  color: #fff;
  padding: 20px;
  text-align: center;
}
.oznam p:last-child { margin-bottom: 0; }
.oznam a {
  color: #fff !important;
  text-decoration: underline;
}
.oznam h3 { margin-bottom: 12px; }

h2.custom-title {
  text-align: center;
  color: #f4903f; 
}

.default-page .entry-content p.hero { font-size: 2em; font-weight: bold; }

@media (max-width: 767px) {
  .property-listing-three-post .price { font-size: 14px; }
  .listing-status-tag:before {
    left: -9px;
    border-width: 9px 9px 9px 0;
  }
  .listing-status-tag {
    height: auto;
    margin-left: 12px;
    padding: 4px;
    line-height: 1em;
  }
}

.homepage-slider { max-height: 760px; }

/* Cookie Consent */

.freeprivacypolicy-com---palette-dark .cc-nb-okagree,
.freeprivacypolicy-com---palette-dark .cc-nb-reject,
.freeprivacypolicy-com---palette-dark .cc-cp-foot-save
 { background-color: #FF8000 !important; color: #fff !important; } 