/*
Theme Name: PSTheme
*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 200;
  font-family: Roboto;
}

.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 200;
  font-family: Roboto;
  margin-bottom: 1.5rem;
}

.page p {
  margin-bottom: 2rem;
}

.property-details {
  font-size: 14px;
  color: #000;
}

.property-detail-divider {
  border-bottom: 1px dashed #ddd;
  padding: 0.5rem;
  margin: 0 0.5rem;
}

.property-detail-divider div:first-child:before {
  margin-right: 0.5rem;
  content: "\2022";
  color: #0581b5;
}

.property-detail-divider:last-child {
  border-bottom: 0;
}

a,
.property-box .detail .title a,
.btn-white,
.property-box .footer a {
  color: #0581b5;
}

.main-header .logo img {
  max-height: 55px;
  height: auto;
}

.range-slider .ui-slider .ui-slider-handle,
#menu-header-menu a:hover,
.main-header .navbar-expand-lg .navbar-nav .active .nav-link,
.change-view-btn {
  color: #0581b5 !important;
  border-color: #0581b5 !important;
}

.range-slider .ui-slider .ui-slider-handle,
.checkbox-theme input[type="checkbox"]:checked + label::before {
  background-color: #06a7ea !important;
  border-color: #06a7ea !important;
}

.show-more-options,
.show-more-options:hover,
.navbar-light .navbar-toggler {
  color: #06a7ea !important;
}

.range-slider .ui-widget-header,
.btn-primary,
.modal-left-content .control,
.area-tabs .active,
.btn-white:hover {
  background-color: #06a7ea !important;
}

.btn-primary,
.btn-primary:hover {
  border-color: transparent;
}

.btn-primary:hover {
  opacity: 0.8;
  background-color: inherit;
}

.card-body .property-box {
  border: 1px solid #eee;
}

.property-box .footer a {
  font-weight: bold;
}

.footer {
  color: #fff;
  padding-top: 0;
  font-size: 13px;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .copy {
  border: 0;
  margin-top: 0;
  color: #ccc;
  text-align: left;
}

.footer-top {
  background: #02344a;
  padding-top: 50px;
}

.footer-bottom {
  background: #022a3b;
}

.footer .footer-item-header {
  color: #06a7ea;
}

.footer-menu-links {
  color: #06a7ea;
  list-style: disc;
  list-style-position: inside;
  padding: 6px 0px;
}

.property-title {
  font-size: 1.6rem;
}

.property-header {
  background: #f2f2f2;
  padding: 1.5rem 0 1rem;
  border-bottom: 1px solid #eee;
}

.property-header .fa-question-circle {
  font-size: 1.5rem;
  position: relative;
}

.property-details {
  background: #f2f2f2;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.property-box .property-status-active {
  background-color: green !important;
  display: inline-block;
  padding: 3px 5px;
  color: #fff !important;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 12px;
}

.property-box .property-status-activeundercontract,
.property-box .property-status-sold,
.property-box .property-status-closed,
.property-box .property-status-leased,
.property-box .property-status-lookingforbackup,
.property-box .property-status-other,
.property-box .property-status-pending {
  background-color: #ff0033 !important;
  display: inline-block;
  padding: 3px 5px;
  color: #fff !important;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 12px;
}

.property-status-active {
  color: green !important;
  display: inline-block;
  text-transform: uppercase;
}

.property-status-lookingforbackup,
.property-status-activeundercontract,
.property-status-pending {
  color: red !important;
  text-transform: uppercase;
}

.shade {
  background: #f7f7f7;
}

.go-back {
  z-index: 999;
  position: fixed;
  top: 10px;
  right: 10px;
  background: #333;
  padding: 7px 15px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
}

.p-carousel {
  position: relative;
  text-align: center;
}

.p-carousel-img {
  display: none;
}

.p-carousel-img.active {
  display: block !important;
}

.p-carousel-img img {
  max-height: 485px;
  max-width: 100%;
}

.carousel-control {
  cursor: pointer;
}

.property-carousel form {
  background: #fff;
  padding: 15px;
}

.property-carousel form .form-header {
  margin: 0 0 15px;
  padding: 15px;
  background: #f7f7f7;
  font-size: 21px;
}

.property-carousel form .form-control {
  border-color: #eee;
}

.property-carousel form input[type="submit"] {
  display: block;
  width: 100%;
  padding: 10px;
}

.sellers-form {
  max-width: 950px;
  margin: 50px auto;
  padding: 20px 30px 30px;
  text-align: center;
  box-shadow: 0 0 10px #e5e5e5;
  background: #fcfcfc;
}

.sellers-form .form-control {
  height: 65px;
}

.sellers-form input[type="submit"] {
  height: 60px;
  display: block;
  width: 100%;
}

.sellers-form .input-group-addon {
  padding-left: 25px;
  padding-right: 25px;
  background: #f3f3f3;
  border-color: #eee;
}

.sellers-form h3 {
  color: #888;
}

.sellers-form span.wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  z-index: 1111;
  text-align: left;
  margin: 0;
  top: 70px;
}

.sellers-form .wpcf7-form.invalid .form-group {
  margin-bottom: 35px;
}

.sellers-form .wpcf7-form-control-wrap {
  display: block;
}

#search-area-1 {
  padding-top: 15px !important;
  z-index: 11;
}

#search-area-1 input[type="text"] {
  border: 1px solid #e8e8e8;
  font-size: 0.85rem;
}

.community-tabs a {
  background: #fff;
  margin: 0 5px;
}

.community-tabs a.active {
  background-color: #0581b5 !important;
}

#sold-table img {
  width: 50px;
}

#sold-table {
  font-size: 0.75rem;
}

#sold-table th {
  cursor: pointer;
  border: 0;
}

#sold-table td {
  vertical-align: middle;
}

#area-legend img {
  width: 25px;
}

#area-map {
  height: 300px;
}

.modal-header .close {
  font-size: 2rem;
}

.wpcf7-not-valid-tip {
  font-size: 0.9rem;
  margin-top: 5px;
  margin-left: 10px;
}

.wpcf7-form.invalid .wpcf7-response-output {
  border: 0;
  padding: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.wpcf7-form.invalid .wpcf7-response-output {
  color: #d8000c;
  background-color: #ffbaba;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #4f8a10;
  background-color: #dff2bf;
}

.wpcf7 .input-group-text {
  width: 70px;
  justify-content: center;
}

.wpcf7 input[type="submit"] {
  padding: 15px 30px 15px;
  font-size: 14px;
}

.modal-left-content,
.modal-left-content .carousel {
  height: 100%;
}

.btn {
  cursor: pointer;
}

#navbar .dropdown-menu {
  width: 100%;
}

input[type="email"] {
  border-color: #ced4da;
}

.banner-slider-innter {
  padding: 25px 0;
}

#ac-list {
  z-index: 1;
  position: absolute;
  top: 50px;
  left: 15px;
  right: 15px;
  background: #fff;
  height: 200px;
  overflow-y: scroll;
  font-size: 0.85rem;
  padding-bottom: 15px;
  box-shadow: 0 0 10px#ccc;
}

input[type="text"].loading {
  background-image: url("/wp-admin/images/loading.gif");
  background-position: 95% center;
  background-repeat: no-repeat;
}

.ac-item-block {
  padding: 0 10px;
  margin-bottom: 10px;
}

.ac-item-block:last-child {
  margin-bottom: 0px;
}

.ac-item-block strong {
  display: block;
  padding: 10px;
  font-size: 110%;
  border-bottom: 1px solid #e5e5e5;
}

.ac-item {
  padding: 10px;
  cursor: pointer;
}

.ac-item:hover {
  color: #fff;
  cursor: pointer;
  background: #0581b5 !important;
}

.ac-item:nth-child(odd) {
  background: #f6f6f6;
}

.overview-bgi:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.banner .banner-slider-inner {
  background-color: rgba(36, 42, 53, 0.4);
}

.map-content-sidebar {
  height: 100%;
  overflow: auto;
}

.property-thumbnail:before {
  background: transparent;
}

.property-box .price-ratings-box {
  padding: 5px;
  background: #222;
}

#page_scroller {
  background: #8c7772 !important;
}

.virtual-tour-link {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100px;
  min-height: auto !important;
}

.favorite {
  cursor: pointer;
}

.favorite .fa {
  color: #ddd;
}

.favorite:hover .fa {
  color: red;
}

.properties.hide-pending [data-property-isactive="0"] {
  display: none !important;
}

.properties-details-sliders .carousel-control {
  background: #0581b5;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.properties-details-sliders .carousel-control i {
  color: #fff;
}

.checkbox label {
  padding-left: 7px;
}

#contact-btn {
  position: fixed;
  bottom: 0px;
  right: 10px;
  z-index: 999;
  display: flex;
  background: #267cb5;
  align-items: center;
  padding: 0.5rem 1rem 0.35rem 0.5rem;
  font-weight: 100;
  color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
  cursor: pointer;
}

#contact-btn img {
  width: 40px;
}

#contact-modal {
  margin-top: 3rem;
  border-radius: 0;
}

#contact-modal .form-control {
  border-radius: 0;
  height: auto;
  padding: 0.75rem;
}

#contact-modal textarea.form-control {
  height: 180px;
}

#contact-modal .modal-body {
  padding: 1.5rem;
}

.modal-header {
  border-radius: 0;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  padding-right: 20px;
}

[data-toggle="popover"] {
  cursor: pointer;
}

.ratio-4-3 {
  width: 100%;
  position: relative;
  background: url() 50% 50% no-repeat;
  background-size: cover;
  background-clip: content-box;
}
.ratio-4-3:before {
  display: block;
  content: "";
  padding-top: 75%;
}

.loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loader div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0581b5;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader div:nth-child(1) {
  left: 8px;
  animation: loader1 0.6s infinite;
}
.loader div:nth-child(2) {
  left: 8px;
  animation: loader2 0.6s infinite;
}
.loader div:nth-child(3) {
  left: 32px;
  animation: loader2 0.6s infinite;
}
.loader div:nth-child(4) {
  left: 56px;
  animation: loader3 0.6s infinite;
}

.modal .modal-footer {
  background: #eee;
  padding: 1rem;
  margin-bottom: -1rem;
}

.modal .modal-footer p {
  display: none;
}

.modal-footer {
  border-top: 0;
}

.top-social-media {
  margin: 0;
}

.wpcf7 .ajax-loader {
  top: 15px;
  float: left;
}

#signup-form input[type="submit"] {
  font-size: 14px;
  font-weight: normal;
  padding: .5rem 2rem;
}

#signup-form .form-control {
  height: 50px;
  border-color: #ddd;
}

.btn.processing ,
a.processing {
    background: transparent url('/wp-admin/images/loading.gif') no-repeat center center !important;
    text-indent: -10000px;
}

.btn-contactus {
  font-size: .65rem;
  padding: .1rem .25rem !important;
  background-color: #ed5b03;
  color: #fff;
}

.btn-contactus:hover {
  opacity: 0.8;
  color: #fff;
}

.property-modal dl a {
  font-size: 1rem;
}

[data-login-link] .btn {
  font-size: 11px;
  padding: .25rem .75rem;
}

@keyframes loader1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loader3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes loader2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

@media (min-width: 768px) {
  .banner-slider-inner {
    padding: 100px 0 125px;
  }

  .search-page .footer {
    display: none;
  }

  .property-header .fa-question-circle {
    top: 0.25rem;
  }
}

@media (min-width: 1200px) {
  #search-area-1 {
    background: transparent;
    margin-top: -105px;
    position: relative;
  }
  #search-area-1 input[type="text"] {
    min-height: 45px;
  }

  .search-area-inner {
    background: #fff;
    box-shadow: 0 5px 5px #ccc;
  }
}

@media (max-width: 1024px) {
  .banner {
    padding: 3rem;
  }

  .modal {
    z-index: 99999;
  }

  .main-header .logo img {
    max-height: 30px;
  }

  #header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
  }

  #top {
    padding-top: 95px;
  }
}
