.type-opalestate_agent .agent-inner {
  background-color: #f5f8fc;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.type-opalestate_agent .agent-inner .agent-header {
  position: relative;
}
.type-opalestate_agent .agent-inner .agent-box-image {
  position: relative;
  background-color: #e4e4e4;
}
.type-opalestate_agent .agent-inner .agent-box-image img {
  aspect-ratio: 1.5185185185;
  object-position: top center;
  object-fit: cover;
  z-index: 1;
  width: 100%;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.type-opalestate_agent .agent-inner .agent-body {
  padding: 30px 30px 12px;
}
.type-opalestate_agent .agent-inner .agent-body .agent-box-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  margin: 0;
}
.type-opalestate_agent .agent-inner .agent-body .agent-job {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  margin-bottom: 15px;
}
.type-opalestate_agent .agent-inner .agent-body .agent-box-meta {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  padding-top: 15px;
  color: var(--e-global-color-text);
}
.type-opalestate_agent .agent-inner .agent-body .agent-box-meta a {
  color: var(--e-global-color-text);
}
.type-opalestate_agent .agent-inner .agent-body .agent-box-meta a:hover {
  color: var(--e-global-color-primary);
}
.type-opalestate_agent .agent-inner .agent-body .agent-box-meta > div:hover {
  color: var(--e-global-color-primary);
}
.type-opalestate_agent .agent-inner .agent-body .agent-box-meta > div > i {
  display: none;
  padding-right: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
.type-opalestate_agent .agent-inner .agent-body .opalestate-social-icons {
  border-top: 1px solid var(--e-global-color-border);
  padding-top: 10px;
  margin-top: 24px;
}
.type-opalestate_agent .agent-inner .agent-body .opalestate-social-icons a {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-text);
  margin-right: 15px;
}
.type-opalestate_agent .agent-inner .agent-body .opalestate-social-icons a:hover, .type-opalestate_agent .agent-inner .agent-body .opalestate-social-icons a:focus {
  color: var(--e-global-color-primary);
}
.type-opalestate_agent .agent-inner:hover {
  -webkit-box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
  box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.type-opalestate_agent.agent-grid-style-v2 .agent-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.type-opalestate_agent.agent-grid-style-v2 .agent-inner .agent-thumbnail {
  position: relative;
}
.type-opalestate_agent.agent-grid-style-v2 .agent-inner .agent-thumbnail .view-listing-agent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 30px;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 3px;
  text-transform: capitalize;
  visibility: hidden;
  transition: all 0.3s ease;
}
.type-opalestate_agent.agent-grid-style-v2 .agent-inner .agent-thumbnail .view-listing-agent:hover {
  background-color: var(--e-global-color-primary);
}
.type-opalestate_agent.agent-grid-style-v2 .agent-inner:hover .agent-box-image a:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.type-opalestate_agent.agent-grid-style-v2 .agent-inner:hover .agent-thumbnail .view-listing-agent {
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.type-opalestate_agent.agent-grid-style-v2 .agent-inner .agent-box-image {
  position: relative;
}
.type-opalestate_agent.agent-grid-style-v2 .agent-inner .agent-box-image a:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.type-opalestate_agent.agent-grid-style-v2 .agent-inner .agent-box-image a img {
  aspect-ratio: 1.2;
}
.type-opalestate_agent.agent-grid-style-v2 .agent-inner .agent-body {
  padding: 25px 30px 12px;
}
.type-opalestate_agent.agent-grid-style-v2 .team-job {
  margin-bottom: 3px;
}
.type-opalestate_agent.agent-grid-style-v2 .agent-box-phone {
  border-top: 1px solid var(--e-global-color-border);
  padding-top: 11px;
  color: var(--e-global-color-primary);
}
.type-opalestate_agent.agent-grid-style-v2 .agent-box-phone:hover {
  color: var(--e-global-color-primary-hover) !important;
}
.type-opalestate_agent.agent-grid-style-v2 .agent-box-phone a {
  color: var(--e-global-color-primary) !important;
}
.type-opalestate_agent.agent-grid-style-v2 .agent-box-phone a:hover {
  color: var(--e-global-color-primary-hover) !important;
}
.type-opalestate_agent.agent-grid-style-v2 .agent-box-phone i {
  display: inline-block !important;
}
.type-opalestate_agent.agent-grid-style-v3 .agent-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  background-color: #ffffff;
  padding-top: 15px;
}
.type-opalestate_agent.agent-grid-style-v3 .agent-inner .agent-box-image {
  background-color: #ffffff;
}
.type-opalestate_agent.agent-grid-style-v3 .agent-inner .agent-box-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.type-opalestate_agent.agent-grid-style-v3 .agent-inner .agent-body {
  text-align: center;
  padding: 20px 0 20px;
}
.type-opalestate_agent.agent-grid-style-v3 .agent-inner .agent-body .agent-box-title {
  line-height: 20px;
  margin-bottom: 3px;
}
.type-opalestate_agent.agent-grid-style-v3 .agent-inner .agent-body .team-job {
  margin-bottom: 0;
}
.type-opalestate_agent.agent-grid-style-v3 .agent-inner:hover .agent-box-image img {
  transform: scale(1.2);
}

.agents-container .opalestate_agent .agent-inner {
  background-color: #fff;
}

.home .opalestate_agent .agent-inner {
  background-color: #f5f8fc;
}

.archive .opalestate_agent .agent-inner {
  background-color: #fff;
}

.property-agent-section.property-author-v2 {
  padding: 0;
}

.team-header {
  position: relative;
}
.team-header .agent-label {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 2px 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-weight: 500;
}
.team-header .agent-label li {
  list-style: none;
}
.team-header .agent-featured .agent-label {
  bottom: 60px;
  left: 30px;
  background-color: var(--e-global-color-primary);
}
.team-header .agent-levels .agent-label {
  bottom: 30px;
  left: 30px;
  background-color: var(--e-global-color-secondary);
}
.team-header .trusted-label {
  position: absolute;
  left: 25px;
  bottom: -15px;
  background-color: var(--e-global-color-primary);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.opalestate-head-form,
.my-featured-section {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.opalestate-head-form .box-heading,
.my-featured-section .box-heading {
  position: relative;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--e-global-color-border);
}

.opalestate-head-form .opalestate-search-form {
  margin-bottom: 0;
}
.opalestate-head-form .opalestate-search-form button, .opalestate-head-form .opalestate-search-form input, .opalestate-head-form .opalestate-search-form select, .opalestate-head-form .opalestate-search-form select:not([size]):not([multiple]), .opalestate-head-form .opalestate-search-form textarea {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid var(--e-global-color-border);
  border-radius: 4px;
  padding: 10px 15px;
}
.opalestate-head-form .opalestate-search-form button {
  border: 0;
}
.opalestate-head-form .opalestate-search-form .opalestate-label {
  display: none;
}

.my-featured-section .property-grid .entry-content {
  padding: 30px 0 0;
}

.opalestate-archive-agent {
  background-image: url("../../../assets/images/archive-head-bg.jpg");
}

.opalestate-archive-agency {
  background-image: url("../../../assets/images/archive-head-bg.jpg");
}

.opalestate-single-agent {
  background-image: url("../../../assets/images/single-agent-head-bg.jpg");
}

.opalestate-head {
  position: relative;
  background-color: var(--e-global-color-secondary);
  display: flex;
  align-items: center;
  min-height: 640px;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  .opalestate-head {
    background-attachment: fixed;
  }
}
.opalestate-head .opalestate-heading {
  color: #fff;
  text-align: center;
}
.opalestate-head .opalestate-heading p {
  margin-bottom: 50px;
}
.opalestate-head .opalestate-heading a {
  color: #fff;
}
.opalestate-head .opalestate-heading a:hover {
  color: var(--e-global-color-primary);
}
.opalestate-head .opalestate-head-title {
  color: #fff;
  margin-bottom: 19px;
}
.opalestate-head .search-agent-title {
  display: none;
}
.opalestate-head .opalestate-head-form {
  padding: 0 30px;
  margin-bottom: 21px;
}

.opalestate-single-agent {
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.opalestate-single-agent > * {
  width: 100%;
}
.opalestate-single-agent .opalestate-heading {
  text-align: left;
}
.opalestate-single-agent .opalestate-heading > span {
  margin-bottom: 13px;
  display: inline-block;
}
.opalestate-single-agent .opalestate-head-title {
  margin-bottom: 29px;
}

.agent-preview {
  position: relative;
}

/**************************************
 * Single Agent page
 *************************************/
.agent-box .team-header {
  position: relative;
}
.agent-box .team-header .trusted-label {
  position: absolute;
  left: 30px;
  bottom: -15px;
  background-color: var(--e-global-color-primary);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.agent-box .agent-box-meta {
  padding: 30px;
}
.agent-box .agent-box-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  margin: 0;
  text-transform: capitalize;
}
.agent-box .agent-box-title a:not(:hover) {
  color: var(--e-global-color-secondary);
}
.agent-box .agent-box-job {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  margin-bottom: 15px;
}
.agent-box .agent-box-meta {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  border-top: 1px solid var(--e-global-color-border);
  padding-top: 15px;
  color: var(--e-global-color-text);
}
.agent-box .agent-box-meta a {
  color: var(--e-global-color-text);
}
.agent-box .agent-box-meta a:hover {
  color: var(--e-global-color-primary);
}
.agent-box .agent-box-meta > div:hover {
  color: var(--e-global-color-primary);
}
.agent-box .agent-box-meta > div > i {
  padding-right: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
.agent-box .opalestate-social-icons {
  border-top: 1px solid var(--e-global-color-border);
  padding-top: 10px;
  margin-top: 15px;
}
.agent-box .opalestate-social-icons a {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-text);
  margin-right: 10px;
}
.agent-box .opalestate-social-icons a:hover, .agent-box .opalestate-social-icons a:focus {
  color: var(--e-global-color-primary);
}

.opalestate_agent .agent-contact label {
  font-size: 14px;
}
.opalestate_agent .agent-contact .btn {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 5px 20px 7px;
}
.opalestate_agent .agent-box-meta > div.agent-box-position {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 13px;
}
.agent-contact-form-container {
  background-color: var(--e-global-color-border);
  padding: 30px;
}
.agent-contact-form-container > h3 {
  display: none;
}
.agent-contact-form-container button {
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 6px 20px 10px;
}

.property-agent-section {
  margin-bottom: 30px;
}

.property-same-agent-section {
  margin-bottom: 0;
  margin-top: 25px;
}

.agent-padding {
  margin-top: 0;
}

ul.agent-single-info {
  list-style: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin: 0;
  width: 420px;
  max-width: 100%;
}

.single-agent {
  margin-top: -98px;
}
@media screen and (max-width: 767px) {
  .single-agent {
    margin-top: 0;
  }
}
.single-agent .opalestate-title {
  position: relative;
  margin-bottom: 46px;
  padding-top: 277px;
}
@media screen and (max-width: 768px) {
  .single-agent .opalestate-title {
    padding-top: 130px;
  }
}
.single-agent .opalestate-title:before {
  position: absolute;
  content: "";
  background-color: var(--e-global-color-accent);
  margin-left: calc(-100vw + 50%);
  margin-right: calc(-100vw + 50%);
  width: 200vw;
  z-index: -1;
  bottom: -46px;
  left: 0;
  top: 0;
}
.single-agent .opalestate-head-title {
  color: #ffffff;
  font-size: 50px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .single-agent .opalestate-head-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 568px) {
  .single-agent .opalestate-head-title {
    font-size: 35px;
  }
}
.single-agent .agent-single-info li a {
  color: #ffffff;
  line-height: 33px;
  letter-spacing: 0;
  font-size: 14px;
  padding-right: 15px;
}
@media screen and (max-width: 568px) {
  .single-agent .agent-single-info li a {
    padding-right: 8px;
  }
}
.single-agent .agent-single-info li a:hover {
  color: var(--e-global-color-primary);
}
.single-agent ul.list-inline {
  display: flex;
  margin: 0;
}
.single-agent ul.list-inline li {
  list-style: none;
}
.single-agent ul.list-inline a {
  padding: 30px 45px 25px 0;
  font-size: 14px;
  color: var(--e-global-color-light);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.4px;
  border: none;
}
@media screen and (max-width: 568px) {
  .single-agent ul.list-inline a {
    padding: 30px 25px 25px 0;
  }
}
.single-agent ul.list-inline a:hover {
  color: var(--e-global-color-secondary);
}
.single-agent ul.list-inline a.active {
  color: var(--e-global-color-secondary);
}
.single-agent .entry-content .opalestate-box {
  background-color: #ffffff;
  padding: 30px;
  font-size: 16px;
  line-height: 30px;
}
.single-agent .entry-content .opalestate-box p {
  margin-bottom: 0;
}
.single-agent .outbox-title {
  font-size: 24px;
  letter-spacing: -0.7px;
  margin-bottom: 25px;
}
.single-agent .contact-form-title {
  font-size: 18px;
  margin-bottom: 24px;
}
.single-agent .opalestate-reviews-title {
  margin-bottom: -15px;
}
.single-agent .opalestate-reviews {
  padding: 35px 40px;
}
@media screen and (max-width: 768px) {
  .single-agent .opalestate-reviews {
    padding: 35px 30px;
  }
}
.single-agent .opalestate-reviews .opalestate-box {
  padding: 0;
}
.single-agent .my-properties-section {
  margin-top: 45px;
}
.single-agent .agent-sidebar input[type=text],
.single-agent .agent-sidebar textarea {
  margin-top: 11px;
}
.single-agent .agent-sidebar button {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 17px 27px;
}
.single-agent .agent-sidebar .opalestate-sidebar-box {
  padding: 30px 30px 20px;
}
.single-agent .team-header img {
  height: 270px;
  max-width: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 767px) {
  .single-agent .team-header img {
    width: 360px;
  }
}
.single-agent .agent-box {
  padding-top: 277px;
}
@media screen and (max-width: 768px) {
  .single-agent .agent-box {
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .single-agent .agent-box {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: -90px;
    padding-top: 20px;
  }
}

.type-opalestate_agency .agency-inner {
  background-color: #fff;
}
.type-opalestate_agency .agency-inner .agency-header {
  position: relative;
}
.type-opalestate_agency .agency-inner .agency-header .trusted-label {
  position: absolute;
  left: 36px;
  bottom: 3px;
  background-color: #4fc62b;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
}
.type-opalestate_agency .agency-inner .agency-body-content {
  padding: 30px 30px 10px;
}
.type-opalestate_agency .agency-box-title {
  line-height: 1.2;
  margin-bottom: 20px;
}
.type-opalestate_agency .agency-box-image {
  position: relative;
}
.type-opalestate_agency .agent-box-image {
  position: relative;
  background-color: #e4e4e4;
}
.type-opalestate_agency .agent-box-image:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
}
.type-opalestate_agency .agent-box-image img {
  aspect-ratio: 2.05;
  object-fit: cover;
  z-index: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .type-opalestate_agency .agent-box-image img {
    aspect-ratio: 1.4;
  }
}
.type-opalestate_agency .agency-label {
  position: absolute;
  right: 28px;
  bottom: 43px;
}
.type-opalestate_agency .agency-label .label-featured {
  color: #fff;
  padding: 3px 6px;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-weight: 400;
  background-color: var(--e-global-color-primary);
  text-transform: uppercase;
}
.opalestate-head-form {
  padding: 27px 40px 37px;
}
.opalestate-head-form .opalestate-search-form .box-heading {
  margin-bottom: 30px;
  padding-bottom: 22px;
}
.opalestate-head-form .opalestate-search-form input[type=text] {
  padding: 0.6rem 1rem;
  margin-bottom: 20px;
}
.opalestate-head-form .opalestate-search-form button {
  font-size: 14px;
  padding: 16px 15px;
}
.opalestate-head-form .opalestate-search-form .select2-selection--single {
  height: 44px;
  margin-bottom: 5px;
}

.agency-grid-style .agency-logo {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 30px;
  bottom: 28px;
}
.agency-grid-style .agency-logo img {
  width: 35px;
}

.agency-list-style .agency-inner {
  display: flex;
}
@media screen and (max-width: 567px) {
  .agency-list-style .agency-inner {
    display: block;
  }
}
.agency-list-style .agency-inner .agency-body-content {
  padding: 30px 30px 25px;
  max-width: 51.5%;
  width: 51.6%;
}
@media screen and (max-width: 567px) {
  .agency-list-style .agency-inner .agency-body-content {
    max-width: 100%;
    width: 100%;
    padding: 25px;
  }
}
.agency-list-style .agency-logo {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 30px;
  bottom: 30px;
}
.agency-list-style .agency-logo img {
  width: 35px;
}
.agency-list-style .agency-box-title {
  line-height: 1.2;
  font-size: 18px;
}
.agency-list-style .agency-address {
  color: #787878;
  margin-bottom: 14px;
}
.agency-list-style .agency-box-phone {
  margin-bottom: 4px;
}
.agency-list-style .agency-header {
  max-width: 48.5%;
  width: 48.4%;
}
@media screen and (max-width: 567px) {
  .agency-list-style .agency-header {
    max-width: 100%;
    width: 100%;
  }
}
.agency-list-style .agency-box-meta a {
  font-size: 16px;
  color: #787878;
}
.agency-list-style .agency-box-meta a:hover {
  color: var(--e-global-color-primary);
}
.agency-list-style .agent-box-image {
  height: 100%;
}
.agency-list-style .agent-box-image img {
  height: 100%;
}

.agency-nav-tabs .opalestate-box {
  padding: 0;
}
.agency-nav-tabs .property-list .entry-content {
  width: 100%;
}
.agency-nav-tabs .outbox-title {
  display: none;
}
.agency-nav-tabs .property-list .property-meta {
  padding-left: 15px;
}
@media screen and (max-width: 568px) {
  .agency-nav-tabs .property-list .property-meta {
    padding-left: 0;
  }
}
.agency-nav-tabs .property-list .entry-content {
  padding: 45px 0 15px 15px;
}

#reviews .opalestate-reviews-title {
  position: relative;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--e-global-color-border);
}
#reviews .opalestate-box {
  padding: 0;
}

.opalestate_single_agency .agency-box-top {
  padding: 0;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .opalestate_single_agency .agency-box-top {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .opalestate_single_agency .agency-box-top {
    margin-top: 30px;
  }
}
.opalestate_single_agency .agency-box-image {
  position: relative;
}
.opalestate_single_agency .agency-box-image:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8) 100%);
}
.opalestate_single_agency .agency-box-image img {
  min-height: 250px;
  object-fit: cover;
}
.opalestate_single_agency .agency-body-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
}
.opalestate_single_agency .agency-logo {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.opalestate_single_agency .agency-logo .agency-img-logo {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.opalestate_single_agency .agency-logo img {
  aspect-ratio: inherit;
  object-fit: inherit;
  width: 35px;
}
.opalestate_single_agency .agency-box-content {
  padding: 52px 30px 45px;
}
@media screen and (max-width: 767px) {
  .opalestate_single_agency .agency-box-content {
    padding: 20px 15px;
  }
}
.opalestate_single_agency .box-meta-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
}
.opalestate_single_agency .agency-address {
  margin-bottom: 0;
}
.opalestate_single_agency .box-meta-title-contact {
  margin-bottom: 15px;
}
.opalestate_single_agency .agency-address {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  width: 285px;
}
@media screen and (max-width: 1024px) {
  .opalestate_single_agency .agency-address {
    width: 100%;
  }
}
.opalestate_single_agency ul.contact-meta {
  list-style: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin: 0;
  min-width: 365px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .opalestate_single_agency ul.contact-meta {
    width: 100%;
    columns: 1;
  }
}
@media screen and (max-width: 768px) {
  .opalestate_single_agency ul.contact-meta {
    min-width: 100%;
    columns: 1;
  }
}
.opalestate_single_agency ul.contact-meta a {
  color: #787878;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
}
.opalestate_single_agency ul.contact-meta a:hover {
  color: var(--e-global-color-primary);
}
.opalestate_single_agency li.opalestate-social-icons {
  margin: 0;
}
.opalestate_single_agency li.opalestate-social-icons a {
  font-size: 14px;
  font-size: 0.875rem;
  padding-right: 10px;
}
.opalestate_single_agency .agency-label {
  position: absolute;
  right: 33px;
  bottom: 44px;
}
.opalestate_single_agency .agency-label span.label-featured {
  color: #fff;
  padding: 3px 6px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  background-color: var(--e-global-color-primary);
  text-transform: uppercase;
}
.opalestate_single_agency .agency-contact-form {
  padding: 23px 30px 20px;
}
@media screen and (max-width: 768px) {
  .opalestate_single_agency .agency-contact-form {
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 567px) {
  .opalestate_single_agency .agency-contact-form {
    padding: 23px 20px 20px;
  }
}
.opalestate_single_agency .opalestate-sidebar-box .contact-form-title {
  border-bottom: 1px solid var(--e-global-color-border);
  padding-bottom: 12px;
}
.opalestate_single_agency .opalestate-sidebar-box input[type=text],
.opalestate_single_agency .opalestate-sidebar-box textarea {
  margin-top: 10px;
}
.opalestate_single_agency .opalestate-sidebar-box button {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 17px 27px;
}
.opalestate_single_agency .opalestate-tab-head.nav {
  margin-bottom: -17px;
}
@media screen and (max-width: 567px) {
  .opalestate_single_agency .opalestate-tab-head.nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -30px;
  }
  .opalestate_single_agency .opalestate-tab-head.nav a {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 567px) {
  .opalestate_single_agency .opalestate-box-content {
    padding: 30px 15px;
  }
  .opalestate_single_agency .opalestate-box-content p {
    margin-bottom: 0;
  }
}

.type-opalestate_property {
  position: relative;
}
.type-opalestate_property:hover {
  box-shadow: none;
}
.type-opalestate_property:hover .property-box-image-wrapper .property-meta ul.property-meta-list,
.type-opalestate_property:hover .property-grid__content .property-meta ul.property-meta-list {
  color: white;
}
.type-opalestate_property:hover .property-box-image-wrapper .property-meta ul.property-meta-list:before,
.type-opalestate_property:hover .property-grid__content .property-meta ul.property-meta-list:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.type-opalestate_property header {
  position: relative;
}
.type-opalestate_property .property-box-image {
  overflow: hidden;
  position: relative;
}
.type-opalestate_property.opalestate-single-property, .type-opalestate_property[class*=property-featured] {
  border: none;
  margin-bottom: 0;
}
.type-opalestate_property .entry-title {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 20px;
}
.type-opalestate_property .property-grid__price-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.type-opalestate_property .property-address {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 22px;
  line-height: 1.2;
  height: 2.2em;
}
.type-opalestate_property .property-address:hover .property-address__text:hover {
  color: var(--e-global-color-primary);
}
.type-opalestate_property .property-price {
  min-width: 40%;
}
.type-opalestate_property .property-price .property-regular-price,
.type-opalestate_property .property-price .property-saleprice {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
}
.type-opalestate_property .property-price .property-price-label {
  color: var(--e-global-color-light);
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
}
.type-opalestate_property .property-price .property-regular-price.has-saleprice {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-text);
}
.type-opalestate_property .property-group-status {
  min-width: 30%;
}
.type-opalestate_property .property-group-status .property-status {
  margin: 0;
  list-style: none;
  margin-top: -4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.type-opalestate_property .property-group-status .label-status.label {
  font-size: 10px;
  font-size: 0.625rem;
  color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-secondary);
  border-radius: 2px;
  text-transform: uppercase;
  padding: 0.29em 0.65em;
}
.type-opalestate_property li.property-status-item {
  margin-left: 3px;
  margin-right: 0 !important;
}
.type-opalestate_property .property-toggle-favorite {
  text-align: center;
  background-color: var(--e-global-color-border);
  color: #666666;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.type-opalestate_property .property-view-map {
  display: none;
}
.type-opalestate_property .property-address__text {
  color: #787878;
}
.type-opalestate_property .property-address__text:hover {
  color: var(--e-global-color-primary);
}
.type-opalestate_property .property-toggle-favorite-text {
  display: none;
}

.author-avatar {
  width: 30px;
  margin-right: 8px;
}
.author-avatar img {
  min-height: 30px;
  object-fit: cover;
  border-radius: 100%;
}

/** Grid **/
.property-grid {
  background: #fff;
}
.property-grid .property-box-image img {
  min-height: 270px;
  object-fit: cover;
}
.property-grid .property-meta-list.list-inline li {
  flex-basis: 50%;
  margin-right: 0;
}
@media screen and (max-width: 568px) {
  .property-grid .property-meta-list.list-inline li {
    font-size: 15px;
  }
}
.property-grid .entry-content {
  padding: 30px 30px 0;
}
@media screen and (max-width: 767px) {
  .property-grid .entry-content {
    padding: 30px 20px 5px;
  }
}
.property-grid .entry-content-bottom {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid var(--e-global-color-border);
}
.property-grid .entry-content-bottom > *:not(:first-child) {
  position: relative;
  padding: 0;
}
.property-grid .entry-content-bottom > *:first-child {
  flex: 1;
}
.property-grid .entry-content-bottom .author-name {
  font-size: 14px;
  font-size: 0.875rem;
}
.property-grid .entry-content-bottom .property-toggle-favorite {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
}
.property-grid .entry-content-bottom .property-toggle-favorite:hover {
  background-color: #c8ced3;
}
.property-grid .entry-content-bottom .author-link {
  display: flex;
  align-items: center;
}

.property-grid-v1 .property-meta .property-meta-list li {
  padding: 12px;
}

/** list **/
.property-list-style-v1 .property-meta .property-meta-list li {
  padding: 12px;
}

.property-list {
  display: flex;
  background: #ffffff;
  flex-wrap: wrap;
}
.property-list header {
  flex-basis: 35.065%;
}
.property-list .property-box-image {
  height: 100%;
}
.property-list .property-box-image img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .property-list .property-box-image img {
    min-height: 250px;
  }
}
.property-list img {
  height: 100%;
  object-fit: cover;
}
.property-list .property-box-image-wrapper {
  max-width: 50%;
  width: 48.5%;
}
@media screen and (max-width: 767px) {
  .property-list .property-box-image-wrapper {
    max-width: 100%;
    width: 100%;
  }
}
.property-list .entry-content {
  min-width: 50%;
  width: 51.5%;
  padding: 45px 40px 37px 45px;
}
@media screen and (max-width: 767px) {
  .property-list .entry-content {
    padding: 30px 20px 10px 20px;
    min-width: 100%;
    width: 100%;
  }
}
.property-list .entry-content-bottom {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid var(--e-global-color-border);
}
.property-list .entry-content-bottom > *:not(:first-child) {
  position: relative;
  padding: 0;
}
.property-list .entry-content-bottom > *:first-child {
  flex: 1;
}
.property-list .entry-content-bottom .author-name {
  font-size: 14px;
  font-size: 0.875rem;
}
.property-list .entry-content-bottom .property-toggle-favorite {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
}
.property-list .entry-content-bottom .property-toggle-favorite:hover {
  background-color: #c8ced3;
}
.property-list .entry-content-bottom .author-link {
  display: flex;
  align-items: center;
}
.property-list .property-box-image-inner {
  height: 100%;
}

.my-property-list .entry-content {
  width: 100%;
}

.agency-nav-tabs .property-list .property-group-status + .property-meta-bottom,
.my-property-list .property-group-status + .property-meta-bottom {
  top: 40px;
}
.agency-nav-tabs .property-list .entry-content,
.my-property-list .entry-content {
  padding: 10px 0 10px 15px;
}
.agency-nav-tabs .property-list .property-address,
.my-property-list .property-address {
  margin: 6px 0 23px;
}
.agency-nav-tabs .property-list .property-price,
.my-property-list .property-price {
  margin-bottom: 10px;
}
.agency-nav-tabs .property-list .abs-col-item,
.my-property-list .abs-col-item {
  flex: 1;
  padding-left: 15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.agency-nav-tabs .property-list .property-meta-list,
.my-property-list .property-meta-list {
  align-self: flex-end;
  flex-basis: 100%;
  padding: 0;
}
.agency-nav-tabs .property-list .property-meta-list li:not(:last-child),
.my-property-list .property-meta-list li:not(:last-child) {
  margin-right: 15px;
}
.agency-nav-tabs .property-list .property-meta,
.my-property-list .property-meta {
  width: 100%;
}
.agency-nav-tabs .property-list .property-meta-bottom,
.my-property-list .property-meta-bottom {
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}
.agency-nav-tabs .property-list .property-meta-bottom .property-toggle-favorite,
.my-property-list .property-meta-bottom .property-toggle-favorite {
  display: block;
  width: 22px;
  line-height: 22px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  background-color: var(--e-global-color-secondary);
}
.agency-nav-tabs .property-list .property-meta-bottom .property-toggle-favorite:hover,
.my-property-list .property-meta-bottom .property-toggle-favorite:hover {
  background-color: var(--e-global-color-primary);
}
.agency-nav-tabs .property-list .entry-summary,
.my-property-list .entry-summary {
  flex-basis: 25%;
  padding: 10px 15px;
}
.agency-nav-tabs .property-list .author-avatar,
.my-property-list .author-avatar {
  width: 22px;
}
.agency-nav-tabs .property-list .author-avatar img,
.my-property-list .author-avatar img {
  min-height: 22px;
  object-fit: cover;
}
.agency-nav-tabs .property-list .author-link,
.my-property-list .author-link {
  display: block;
  line-height: 1;
}
.agency-nav-tabs .property-list .author-name,
.my-property-list .author-name {
  display: none;
}
.agency-nav-tabs .property-list .meta-item:not(:last-of-type),
.my-property-list .meta-item:not(:last-of-type) {
  margin-right: 5px;
}
.agency-nav-tabs .property-list .property-label,
.agency-nav-tabs .property-list .property-status-item,
.my-property-list .property-label,
.my-property-list .property-status-item {
  display: inline;
  list-style: none;
}
.agency-nav-tabs .property-list .property-group-label,
.my-property-list .property-group-label {
  top: 10px;
  left: 10px;
  bottom: auto;
  position: absolute;
  z-index: 9;
}
.agency-nav-tabs .property-list .property-group-status,
.my-property-list .property-group-status {
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .agency-nav-tabs .property-list,
.my-property-list {
    padding: 0;
  }
  .agency-nav-tabs .property-list .entry-summary,
.my-property-list .entry-summary {
    flex-basis: 100%;
    padding: 15px 0 0;
  }
}
.agency-nav-tabs .property-list .button-actions,
.my-property-list .button-actions {
  top: 15px;
  right: 0;
  position: absolute;
}
.agency-nav-tabs .property-list .button-actions a,
.my-property-list .button-actions a {
  margin-left: 5px;
  padding: 5px;
  color: var(--e-global-color-text);
}
.agency-nav-tabs .property-list .button-actions a:hover,
.my-property-list .button-actions a:hover {
  color: var(--e-global-color-primary);
}
.agency-nav-tabs .property-list .my-properties-bottom,
.my-property-list .my-properties-bottom {
  display: block;
}
.agency-nav-tabs .property-list .my-properties-bottom span,
.my-property-list .my-properties-bottom span {
  border-radius: 2px;
  background-color: var(--e-global-color-primary);
  padding: 3px 7px;
  color: #ffffff;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  top: -15px;
  right: 0;
}
.agency-nav-tabs .property-list .property-list__header,
.my-property-list .property-list__header {
  flex-basis: 40%;
}
.agency-nav-tabs .property-list .abs-col-item,
.my-property-list .abs-col-item {
  flex-basis: 60%;
}

@media screen and (max-width: 767px) {
  .property-list-style-v2 .property-list .property-list__header {
    flex-basis: 100%;
  }
  .property-list-style-v2 .property-list .abs-col-item {
    flex-basis: 100%;
    padding-left: 0;
  }
  .property-list-style-v2 .property-list .abs-col-item .entry-content {
    padding: 25px 15px 10px;
  }
  .property-list-style-v2 .property-list .abs-col-item .property-address {
    margin: 6px 0 10px;
  }
}
.property-list-style-v2 .property-list .property-meta .property-meta-list li {
  font-size: 14px;
  padding: 9px 5px;
  margin-right: 0;
}

.label-label,
.label-featured {
  border-radius: 2px;
  background-color: var(--e-global-color-primary);
  padding: 3px 7px;
  color: #ffffff;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 500;
}

.property-label-rented .label-label {
  background-color: var(--e-global-color-accent);
}

.property-label-sold .label-label {
  background-color: var(--e-global-color-secondary);
}

.property-box-image-wrapper {
  position: relative;
}
.property-box-image-wrapper .property-meta {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.property-box-image-wrapper .property-group-label {
  position: absolute;
  top: 27px;
  left: 30px;
}
@media screen and (max-width: 568px) {
  .property-box-image-wrapper .property-group-label {
    top: 15px;
    left: 20px;
  }
}
.property-box-image-wrapper .property-options {
  position: absolute;
  top: 27px;
  right: 30px;
}
@media screen and (max-width: 568px) {
  .property-box-image-wrapper .property-options {
    top: 17px;
    right: 20px;
  }
}
.property-box-image-wrapper .property-options a {
  color: #fff;
  background-color: var(--e-global-color-secondary);
  border-radius: 3px;
  padding: 1px 8px 6px;
  font-size: 14px;
  font-size: 0.875rem;
}
.property-box-image-wrapper .property-options a:hover {
  background-color: var(--e-global-color-primary);
}

@media screen and (max-width: 992px) {
  .page-template-user-management .opalestate-submission-tab-head .tab-item {
    flex-basis: 34% !important;
  }
  .page-template-user-management .opalestate-my-reviews-item_property-name a {
    font-size: 12px;
  }
  .page-template-user-management .property-submission-form .submission-heading h1 {
    font-size: 40px;
  }
  .page-template-user-management .my-property-list .abs-col-item {
    flex-basis: 100%;
  }
  .page-template-user-management .my-property-list .button-actions {
    top: 0;
  }
  .page-template-user-management .my-property-list .my-properties-bottom span {
    top: -35px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .page-template-user-management .dashboard-navbar .navbar-left {
    max-width: 75px;
    display: inline-block;
  }

  .opalestate-user-management .user-dasboard-sidebar {
    right: 0;
    left: auto;
  }
}
.property-meta .property-meta-list {
  position: relative;
  list-style: none;
  margin: 0;
  background-color: #1a2231;
  color: #fff;
  display: flex;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.property-meta .property-meta-list:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--e-global-color-primary);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.property-meta .property-meta-list li {
  padding: 9px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 568px) {
  .property-meta .property-meta-list li {
    font-size: 15px;
  }
}
.property-meta .property-meta-list li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.property-meta .property-meta-list .label-property {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.property-mark-hover-item {
  position: relative;
}
.property-mark-hover-item .property-grid__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.property-mark-hover-item .property-box-image {
  position: relative;
  margin-bottom: 0;
  padding-top: 66%;
  width: 100%;
}
@media (max-width: 1024px) {
  .property-mark-hover-item .property-box-image {
    padding-top: 100%;
  }
}
.property-mark-hover-item .property-box-image:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
}
@media (max-width: 1024px) {
  .property-mark-hover-item .property-box-image:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
}
.property-mark-hover-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.property-mark-hover-item .entry-title {
  color: #ffffff;
  margin: 12px 0 11px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
}
.property-mark-hover-item .entry-title a {
  color: #ffffff;
}
.property-mark-hover-item .entry-title a:hover {
  color: var(--e-global-color-primary);
}
.property-mark-hover-item .entry-content {
  padding: 30px 30px 20px;
}
.property-mark-hover-item .property-group-label {
  position: absolute;
  top: 26px;
  left: 30px;
  z-index: 99;
}
.property-mark-hover-item .property-options {
  position: absolute;
  top: 28px;
  right: 23px;
  z-index: 99;
}
.property-mark-hover-item .property-options a {
  color: #ffffff;
  background-color: var(--e-global-color-secondary);
  border-radius: 3px;
  padding: 1px 8px 6px;
  font-size: 14px;
}
.property-mark-hover-item .property-options a:hover {
  background-color: var(--e-global-color-primary);
}
.property-mark-hover-item .property-address {
  color: var(--e-global-color-light);
  line-height: 18px;
  margin-bottom: 6px;
}
.property-mark-hover-item .property-address:hover .property-address__text:hover {
  color: #e9d8d8;
}
.property-mark-hover-item .property-address .property-address__text {
  color: var(--e-global-color-light);
}
.property-mark-hover-item .property-meta .property-meta-list li {
  padding: 12px;
}
.property-mark-hover-item .property-price .property-price-label,
.property-mark-hover-item .property-price .property-regular-price.has-saleprice {
  color: #fff;
}

.map-info-preview {
  position: relative;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 15px;
  max-width: 300px;
  box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.12);
}
.map-info-preview:before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  transform: translateX(-50%);
  left: 50%;
  bottom: -14px;
  margin-left: -34px;
}
.map-info-preview a img {
  max-width: 100%;
  width: 100%;
}
.map-info-preview .media-top {
  position: relative;
}
.map-info-preview .property-status {
  top: 10px;
  left: 10px;
  position: absolute;
  line-height: 1;
}
.map-info-preview .label-property {
  visibility: hidden;
}
.map-info-preview .info-container .prop-title {
  margin: 15px 0 8px;
  font-size: 20px;
  font-size: 1.25rem;
}
.map-info-preview .info-container p {
  line-height: 22px;
  font-size: 14px;
  font-size: 0.875rem;
}
.map-info-preview .info-container p em {
  font-style: normal;
}
.map-info-preview .property-meta-list.list-inline {
  border-top: 1px solid var(--e-global-color-border);
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.map-info-preview .property-meta-list.list-inline > li {
  flex-basis: 50%;
  padding: 0;
  margin: 15px 0 0;
}
.map-info-preview .property-meta-list.list-inline > li i {
  width: 20px;
}
.map-info-preview .arrow-down {
  border-style: solid;
  border-width: 10px 10px 0;
  bottom: -13px;
  height: 0;
  left: 112px;
  position: absolute;
  width: 0;
  border-color: var(--e-global-color-primary);
  display: none;
}

.split-maps-container .gm-style img {
  max-width: inherit !important;
}

.opalestate-map-preview-wrap .cluster div {
  line-height: 30px !important;
}
.opalestate-map-preview-wrap .gm-svpc img {
  max-width: 50px;
}

.opalestate-single-property .entry-content {
  background-color: #fff;
  padding: 30px 30px 0;
  margin-top: 30px;
}
.opalestate-single-property .property-information {
  background-color: #fff;
  padding: 0 30px 30px;
}
.opalestate-single-property .property-information h5 {
  margin-bottom: 30px;
}

.property-information ul.list-info {
  padding: 0;
  margin-bottom: 0;
}
.property-information ul.list-info li {
  list-style: none;
  flex: 0 0 100%;
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .property-information ul.list-info li {
    flex: 0 0 33%;
  }
}
.property-information ul.list-info li h6 {
  margin-bottom: 0;
  color: var(--e-global-color-secondary);
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
}
.property-information ul.list-info li a {
  color: inherit;
}
.property-information ul.list-info div[class*=property-label-] {
  padding: 4px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.property-information ul.list-info div[class*=property-label-] h6 {
  line-height: 1;
}
.property-information ul.list-info div[class*=property-label-] i {
  width: 16px;
  margin-right: 5px;
}

.property-amenities, .property-facilities {
  background-color: #fff;
  padding: 30px;
}
.property-amenities .list-group-item-text, .property-facilities .list-group-item-text {
  line-height: 23px;
  margin-top: 21px;
}
.property-amenities .list-group-item-text i, .property-facilities .list-group-item-text i {
  margin-right: 2px;
}
.property-amenities .list-group-item-text div[class*=col-], .property-facilities .list-group-item-text div[class*=col-] {
  line-height: 10px;
  margin: 20px 0 0;
}
.property-amenities .list-group-item-text div[class*=col-] i, .property-facilities .list-group-item-text div[class*=col-] i {
  background-color: transparent;
  color: #57e679;
  font-size: 16px;
}
.property-amenities .list-group-item-text .amenity-item.active i,
.property-amenities .list-group-item-text div.active i, .property-facilities .list-group-item-text .amenity-item.active i,
.property-facilities .list-group-item-text div.active i {
  color: #57e679;
  border-color: var(--e-global-color-primary);
  font-size: 16px;
}

.property-amenities {
  margin-top: 30px;
}

.property-facilities {
  margin-top: 0;
}

.property-single-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--e-global-color-border);
  margin-bottom: 1.5rem;
}
.property-single-header-top .entry-title {
  font-size: 50px;
  font-size: 3.125rem;
}
.property-single-header-top .property-price {
  font-size: 24pxpx;
  font-size: 1.5pxrem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: #fff;
}
.property-single-header-top .property-regular-price {
  color: var(--e-global-color-primary);
}
.property-single-header-top .property-regular-price.has-saleprice del {
  color: var(--e-global-color-text);
  font-size: 16px;
  font-size: 1rem;
}

.property-single-header-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.property-single-header-meta .property-meta-list {
  list-style: none;
  margin: 0;
}
.property-single-header-meta .property-meta-list li {
  display: inline-flex;
  line-height: 1;
}
.property-single-header-meta .property-meta-list li:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid var(--e-global-color-border);
}
.property-single-header-meta .property-meta-list .icon-box {
  margin-right: 5px;
}

.property-meta-top-right {
  list-style: none;
  margin: 0;
  display: flex;
}
.property-meta-top-right li {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid var(--e-global-color-border);
}
.property-meta-top-right li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.property-amenities img {
  width: 15px;
  margin-right: 5px;
}

.property-attachments i {
  font-size: 36px;
  margin-right: 15px;
  float: left;
  color: var(--e-global-color-primary);
}
.property-attachments a {
  vertical-align: top;
  line-height: 1;
  display: block;
  text-transform: capitalize;
  padding-bottom: 5px;
}
.property-attachments a.property-attachments__download {
  color: var(--e-global-color-primary);
  text-decoration: underline;
  font-weight: 700;
}
.property-attachments .list-group-item-text {
  margin-top: 36px;
}

.opalestate-preview .google-map-tabs {
  margin-top: 100px;
}

.google-map-tabs {
  position: relative;
}
.google-map-tabs .opalestate-tab-head.nav {
  display: flex;
}
.google-map-tabs .opalestate-tab-head.nav a {
  border: none;
  padding: 5px 10px;
  margin-right: 10px;
  color: #FFF;
  background-color: var(--e-global-color-primary);
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  height: 40px;
}
.google-map-tabs .opalestate-tab-head.nav a i {
  margin-right: 5px;
}
.google-map-tabs .opalestate-tab-head.nav a.active, .google-map-tabs .opalestate-tab-head.nav a:hover {
  background-color: var(--e-global-color-secondary);
}
.google-map-tabs .tab-item {
  border: none;
  padding: 5px 10px;
  margin-right: 10px;
  color: #FFF;
  background-color: var(--e-global-color-primary);
  font-weight: 400;
  display: inline-flex;
}
.google-map-tabs .tab-item.active, .google-map-tabs .tab-item:hover {
  background-color: var(--e-global-color-secondary);
}
.google-map-tabs .tab-item:last-child {
  margin-right: 0;
}
.google-map-tabs .opalestate-tab-wrap {
  position: absolute;
  top: 10px;
  right: 50px;
  z-index: 2;
}

#property-search-places {
  bottom: 25px;
  left: 10px;
  position: absolute;
  z-index: 1;
}
#property-search-places .btn-map-search {
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  position: relative;
}
#property-search-places .btn-map-search i {
  display: block;
  line-height: 40px;
}
#property-search-places .btn-map-search i.fa-hospital-o {
  color: #b3e180;
}
#property-search-places .btn-map-search i.fa-plus-square {
  color: #ec8f73;
}
#property-search-places .btn-map-search i.fa-graduation-cap {
  color: #8fbfe4;
}
#property-search-places .btn-map-search i.fa-shopping-basket {
  color: #9d4cfa;
}
#property-search-places .btn-map-search i.fa-subway {
  color: #fabd47;
}
#property-search-places .btn-map-search i.fa-bank {
  color: #6eadfb;
}
#property-search-places .btn-map-search em {
  background: var(--e-global-color-primary);
  margin-left: 10px;
  font-size: 10px;
  color: #FFF;
  padding: 1px 3px;
}
#property-search-places .btn-map-search span {
  width: 0;
  display: block;
  visibility: hidden;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #fff;
  line-height: 40px;
  padding: 0 10px;
  z-index: -1;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  font-size: 12px;
}
#property-search-places .btn-map-search:hover span, #property-search-places .btn-map-search.active span {
  visibility: visible;
  width: 200px;
  left: 100%;
  z-index: 1;
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}

.opalestate-single-property--print .table-responsive table tr td:last-child, .opalestate-single-property--print .table-responsive table tr th:last-child {
  display: none;
}
.opalestate-single-property--print .opalestate-tab-head {
  display: none;
}
.opalestate-single-property--print .opalestate-tab-content, .opalestate-single-property--print .plan-name {
  display: block;
}

.opalestate-yelp-bussines_wrapper:not(:last-of-type) {
  margin-bottom: 30px;
}

.opalestate-yelp-unit {
  display: flex;
  flex-wrap: wrap;
}
.opalestate-yelp-unit:not(:last-of-type) {
  margin-bottom: 30px;
}

.opalestate-yelp-title {
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--e-global-color-border);
  margin-bottom: 30px;
}

.opalestate-yelp-icon {
  display: none;
  width: 16px;
  margin-right: 15px;
}

.opalestate-yelp-category {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
}

.opalestate-yelp-unit__name {
  line-height: 1;
  margin-bottom: 9px;
  margin-right: 15px;
}

.opalestate-yelp-unit-distance {
  display: none;
  line-height: 1;
  margin: 10px 0;
}

.opalestate-yelp-unit__info {
  flex: 1;
}

.opalestate-yelp-unit__address {
  line-height: 1;
}

.opalestate-yelp-unit__avatar {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.opalestate-yelp-unit__avatar img {
  width: 100%;
  height: 100%;
}

.opalestate-yelp-unit__ratings .opalestate-rating__stars {
  margin-left: auto;
}
.opalestate-yelp-unit__ratings .opalestate-rating__stars span::before {
  color: #ed192f;
}

.walkscores-logo {
  float: right;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: -75px;
}

.walk_details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.walk_details:not(:last-of-type) {
  margin-bottom: 30px;
}

.text-holder {
  flex: 1;
}
.text-holder h6 {
  margin-bottom: 0;
}

.number-holder {
  margin-right: 10px;
}

.scores-label {
  margin-bottom: 0;
  line-height: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--e-global-color-primary);
  color: var(--e-global-color-primary);
}

.walk-more-details {
  text-transform: capitalize;
}

.opalestate-reviews .comment-form-comment {
  margin-bottom: 10px;
}
.opalestate-reviews #respond {
  padding: 0;
}

.opalestate-rating-percent__item {
  display: flex;
  flex-wrap: wrap;
  margin: 11px 0;
}
.opalestate-rating-percent__item:last-of-type {
  margin-bottom: 0;
}
.opalestate-rating-percent__item:first-of-type {
  margin-top: 0;
}

.opalestate-rating-percent__label {
  line-height: 1;
  margin-right: 15px;
  margin-bottom: 0;
}

.opalestate-process-bar {
  display: flex;
  height: 5px;
  overflow: hidden;
  font-size: 13px;
  background-color: var(--e-global-color-light);
  flex: 1;
}

.opalestate-process-bar__item {
  text-align: center;
  background-color: var(--e-global-color-primary);
}

.opalestate-process-text {
  display: block;
  line-height: 1;
  margin-left: 17px;
  width: 34px;
}

.opalestate-rating-header {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 35px;
  border-bottom: 1px solid var(--e-global-color-border);
}
@media screen and (max-width: 768px) {
  .opalestate-rating-header {
    display: block;
    border: none;
    margin-bottom: 30px;
    margin-top: -30px;
  }
}
.opalestate-rating-header > div {
  padding-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .opalestate-rating-header > div {
    flex-basis: 100%;
    padding: 30px 0 0;
    border: none;
  }
}

.opalestate-rating-percent {
  padding-right: 30px;
  flex-basis: 38%;
  border-right: 1px solid var(--e-global-color-border);
}
@media screen and (max-width: 768px) {
  .opalestate-rating-percent {
    border-width: 0;
    padding-top: 0;
    padding-right: 0;
  }
}

.opalestate-overall {
  padding-left: 30px;
  flex-basis: 62%;
}
@media screen and (max-width: 768px) {
  .opalestate-overall {
    padding-left: 0;
    padding-top: 0;
  }
}

.opalestate-overall__info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .opalestate-overall__info {
    display: block;
  }
}

.opalestate-overall__point {
  margin-right: 40px;
}
.opalestate-overall__point .point-number {
  margin-bottom: 0;
  line-height: 1;
  color: var(--e-global-color-primary);
}
@media screen and (max-width: 568px) {
  .opalestate-overall__point .point-number {
    font-size: 22px;
  }
}

.opalestate-overall__star {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}
.opalestate-overall__star .opalestate-overall__heading {
  flex-basis: 100%;
  margin-bottom: 11px;
}
.opalestate-overall__star .opalestate-rating, .opalestate-overall__star .opalestate-overall__rating-count {
  margin-right: 5px;
}

.opalestate-overall-features {
  display: flex;
  flex-wrap: wrap;
}

.opalestate-overall-features__item {
  line-height: 1;
}
.opalestate-overall-features__item:not(:last-of-type) {
  margin-right: 53px;
}
@media screen and (max-width: 768px) {
  .opalestate-overall-features__item:not(:last-of-type) {
    margin-right: 30px;
    margin-bottom: 10px;
  }
}

.opalestate-overall-features__label {
  text-transform: uppercase;
  margin-bottom: 11px;
}

.opalestate-overall-features__percent {
  color: var(--e-global-color-secondary);
}
@media screen and (max-width: 768px) {
  .opalestate-overall-features__percent {
    margin-top: 5px;
  }
}

.opalestate-rating-percent__label .star-number {
  width: 9px;
  display: block;
}
.opalestate-rating-percent__label .star-text {
  display: none;
}

.opalestate-overall__rating-count {
  display: none;
}
.opalestate-overall__rating-count.no-rating {
  display: block;
}

.commentlist {
  padding: 0;
  margin-bottom: 0;
  margin-top: 30px;
}
@media screen and (max-width: 568px) {
  .commentlist {
    margin-left: 0;
  }
}
.commentlist > li {
  padding-bottom: 22px;
  display: block;
}
.commentlist > li:not(:last-of-type) {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--e-global-color-border);
}

.opalestate-noreviews {
  margin-bottom: 0;
}

.opalestate-reviewed-notice {
  margin-bottom: 0;
}

.comment_container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.comment_container p {
  margin-bottom: 0;
}
.comment_container .avatar {
  width: 50px;
  border-radius: 50%;
  margin-right: 28px;
}
.comment_container .comment-text {
  flex: 1;
}
.comment_container .meta {
  margin-bottom: 15px;
  line-height: 1;
}
.comment_container .opalestate-rating {
  display: inline-block;
}

.opalestate-review__ratings {
  margin-bottom: 10px;
}

.opalestate-review__author {
  font-weight: 500;
  color: var(--e-global-color-secondary);
}

.comment-form-rating {
  display: inline-block;
}
@media screen and (min-width: 480px) {
  .comment-form-rating {
    width: 33.3333%;
  }
}

.property-360-virtual-session iframe {
  width: 100%;
  min-height: 500px;
  display: block;
}

.property-video-session iframe {
  display: block;
  height: auto;
}
@media screen and (min-width: 768px) {
  .property-video-session iframe {
    width: 100%;
    min-height: 400px;
  }
}

/*
 * Preview layout
 */
.property-preview-custom-size {
  position: relative;
  overflow: hidden;
  height: 580px;
}
.property-preview-custom-size .property-preview-map, .property-preview-custom-size .opalestate-tab-content, .property-preview-custom-size iframe {
  height: 100%;
  width: 100%;
  border: none;
}

.property-preview .swiper-pagination-images {
  margin-top: 10px;
  max-height: 100px;
}
.property-preview .swiper-pagination-images .thumb-nav {
  cursor: pointer;
}

.property-preview-street-map {
  height: 100%;
}

.property-abs-info {
  position: absolute;
  padding: 15px;
  bottom: 10%;
  left: 9%;
  background: #fff;
  z-index: 99;
}

.gallery-metro-preview {
  display: flex;
  height: 100%;
}
.gallery-metro-preview a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.gallery-metro-preview .no-image {
  background-color: var(--e-global-color-primary);
}
.gallery-metro-preview span {
  display: block;
  background-color: var(--e-global-color-secondary);
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  filter: alpha(opacity=70);
  color: #FFF;
  position: relative;
}
.gallery-metro-preview .metro-big {
  width: 50%;
}
.gallery-metro-preview .metro-group-small {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.gallery-metro-preview .metro-small {
  width: 33%;
  height: auto;
  text-align: center;
}

.opalestate-swiper-wrap {
  position: relative;
}

.property-attachments {
  background-color: #fff;
  margin: 30px 0;
  padding: 30px;
}

.swiper-slide .thumb-nav {
  width: 100%;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.property-mark-pics-preview .property-heading-top {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.property-mark-pics-preview .property-single-info {
  margin-bottom: 46px;
}
.property-mark-pics-preview .property-thumbnail {
  position: relative;
}
.property-mark-pics-preview .property-thumbnail::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease-in-out;
}
.property-mark-pics-preview .entry-title, .property-mark-pics-preview a, .property-mark-pics-preview .property-single-info, .property-mark-pics-preview .property-price > span:first-child {
  color: #fff;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
.table-responsive table {
  table-layout: unset;
  text-align: center;
  margin-bottom: 0;
}
.table-responsive table th {
  padding: 14px 3px;
  border-style: solid;
  border-color: var(--e-global-color-border);
  border-width: 0 0 1px 0;
  font-weight: 500;
}
.table-responsive table td {
  border: none;
  padding: 12px 3px 10px;
}
.table-responsive table tbody tr:nth-of-type(2n+2) {
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    border: 1px solid var(--e-global-color-border);
    position: relative;
    z-index: 30;
  }
  .table-responsive table {
    width: 730px;
  }
}

.property-floorplans-session .opalestate-tab-head, .tabl-simple-style .opalestate-tab-head {
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 0;
  background-color: transparent;
}
.property-floorplans-session .tab-item, .tabl-simple-style .tab-item {
  background-color: transparent;
  padding: 0 0 10px 0;
  color: var(--e-global-color-secondary);
  display: inline-block;
  font-weight: 700;
  border-bottom: 3px solid transparent;
}
.property-floorplans-session .tab-item:not(:last-of-type), .tabl-simple-style .tab-item:not(:last-of-type) {
  margin-right: 30px;
}
.property-floorplans-session .tab-item.active, .property-floorplans-session .tab-item:hover, .tabl-simple-style .tab-item.active, .tabl-simple-style .tab-item:hover {
  background-color: transparent;
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-primary);
}

.property-floorplans-session .list-inline {
  background-color: var(--e-global-color-border);
  padding: 10px;
  margin: 0;
}
.property-floorplans-session .list-inline li {
  display: inline-block;
  list-style: none;
  padding-right: 15px;
}

.plan-name, .plan-content {
  display: none;
}

.plan-image {
  padding: 24px;
}

.property-single-stick-bars {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

@media (min-width: 992px) {
  .floating-keep-top .keep-top-bars-inner {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #FFF;
    z-index: 999;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: fixed;
  }
  .admin-bar .floating-keep-top .keep-top-bars-inner {
    top: 32px;
  }
}
.keep-top-bars {
  transition: all 1s ease-in-out;
  border-bottom: 1px solid var(--e-global-color-border);
}
.keep-top-bars ul {
  margin: 0;
  align-items: center;
  display: flex;
  list-style: none;
}
.keep-top-bars ul:not(.opalestate-scroll-elements) {
  padding: 10px 0;
}
.keep-top-bars ul li:not(:last-child) {
  margin-right: 50px;
}
.keep-top-bars .single-property-buttons {
  flex: 1;
  text-align: right;
}
.keep-top-bars .single-property-buttons a {
  position: relative;
  margin-left: 20px;
  text-transform: capitalize;
}
.keep-top-bars .single-property-buttons a i {
  margin-right: 18px;
  padding-right: 20px;
}
.keep-top-bars .single-property-buttons a::before {
  content: "";
  width: 52px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: transparent;
}

.property-single-full-mark {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.property-single-full-mark .entry-title {
  color: #fff;
}
.property-single-full-mark a:not(:hover) {
  color: #fff;
}
.property-single-full-mark .property-thumbnail {
  position: relative;
  padding-top: 41.667%;
}
.property-single-full-mark .property-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-single-full-mark .property-thumbnail + .property-single-top-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 100%);
}
.property-single-full-mark .property-thumbnail + .property-single-top-content .breadcrumb-listItem {
  font-size: 14px;
  font-size: 0.875rem;
}
.property-single-full-mark .property-thumbnail + .property-single-top-content .property-price {
  font-size: 24px;
  font-size: 1.5rem;
}
.property-single-full-mark .property-single-top-content {
  width: 100%;
  padding: 50px 0;
  background: black;
}

.opalestate-mortgage-chart-svg {
  display: inline-flex;
  overflow: hidden;
  margin-bottom: 0;
}
.opalestate-mortgage-chart-svg::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  background-color: #fff;
}

.opalestate-mortgage-label {
  width: 100%;
  font-weight: 500;
}

.opalestate-mortgage-chart-container {
  overflow: hidden;
}
.opalestate-mortgage-chart-container:after {
  content: "";
  display: block;
  clear: both;
}

.opalestate-mortgage-chart-label {
  font-size: 18px;
}

.opalestate-mortgage-chart-container {
  margin-bottom: 15px;
}

.opalestate-mortgage-chart {
  float: left;
  width: 50%;
}

.opalestate-mortgage-chart-svg {
  margin-bottom: 15px;
  position: relative;
}

.opalestate-mortgage-chart-desc {
  float: left;
  width: 50%;
}

.opalestate-mortgage-chart-notice ul {
  padding: 0;
  margin: 0;
}
.opalestate-mortgage-chart-notice ul li {
  font-size: 12px;
  line-height: normal;
  position: relative;
  margin-bottom: 6px;
  padding-left: 20px;
  list-style: none;
}
.opalestate-mortgage-chart-notice ul li span {
  position: absolute;
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  color: #7e7e7e;
  font-weight: 400;
}

.opalestate-mortgage-chart-notice ul li,
.opalestate-mortgage-output {
  font-size: 18px;
  font-weight: 500;
  color: #0a1938;
}
.opalestate-mortgage-chart-notice ul li label,
.opalestate-mortgage-output label {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 1;
}
.opalestate-mortgage-chart-notice ul li small,
.opalestate-mortgage-output small {
  font-size: 15px;
  text-transform: capitalize;
}

.opalestate-mortgage-output-item {
  margin-bottom: 6px;
}

.opalestate-monthly-value {
  color: #2f73e9;
}

.pie {
  position: relative;
  width: 120px;
  background: #f06;
  border-radius: 50%;
}
.pie circle {
  fill: none;
  stroke: #02ce76;
  stroke-width: 32;
}

.single-opalestate_property #page .site-content {
  margin-top: 0;
}
.single-opalestate_property .outbox-title,
.single-opalestate_property .list-group-item-heading {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  border-bottom: 1px solid var(--e-global-color-border);
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.single-opalestate_property .opalestate-box {
  padding: 0;
}
.single-opalestate_property .opalestate_property:hover {
  box-shadow: none;
}
.single-opalestate_property .property-single-header-top {
  border-bottom: 1px solid #5a5d5d;
}
.single-opalestate_property .property-toggle-favorite {
  cursor: pointer;
}
.single-opalestate_property .property-meta-top-right li {
  border-color: var(--e-global-color-text);
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}
.single-opalestate_property .property-single-header-meta .property-meta-list li {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  border-color: var(--e-global-color-text);
}

.single-property-layout-v1 #page .site-content,
.single-property-layout-v2 #page .site-content {
  padding-top: 40px;
  position: relative;
}
.single-property-layout-v1 #page .site-content:before,
.single-property-layout-v2 #page .site-content:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: var(--e-global-color-accent);
  min-height: 680px;
  width: 100vw;
  z-index: -1;
}
.single-property-layout-v1 .breadcrumb-listItem,
.single-property-layout-v2 .breadcrumb-listItem {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-text);
}
.single-property-layout-v1 .breadcrumb-listItem a:not(:hover),
.single-property-layout-v2 .breadcrumb-listItem a:not(:hover) {
  color: var(--e-global-color-text);
}
.single-property-layout-v1 .property-single-header-top .entry-title,
.single-property-layout-v2 .property-single-header-top .entry-title {
  color: #fff;
}
.single-property-layout-v1 .property-price,
.single-property-layout-v2 .property-price {
  font-size: 24px;
  font-size: 1.5rem;
}
.single-property-layout-v1 .property-price .property-saleprice,
.single-property-layout-v2 .property-price .property-saleprice {
  color: var(--e-global-color-primary);
}
.single-property-layout-v1 .property-meta-top-right li,
.single-property-layout-v2 .property-meta-top-right li {
  border-color: var(--e-global-color-text);
  font-size: 14px;
  font-size: 0.875rem;
}
.single-property-layout-v1 .property-meta-top-right li a:not(:hover),
.single-property-layout-v2 .property-meta-top-right li a:not(:hover) {
  color: var(--e-global-color-text);
}

.single-property-layout-v2 .property-agent-section.property-author-v2 {
  margin: 0;
}
.single-property-layout-v2 .entry-summary-tabs {
  margin-top: 100px;
}

.single-property-layout-v3 .property-single-full-mark a:not(:hover) {
  color: #fff;
}
.single-property-layout-v3 .property-single-full-mark .breadcrumb-listItem {
  color: #fff;
}
.single-property-layout-v3 .keep-top-bars {
  background-color: var(--e-global-color-accent);
}
.single-property-layout-v3 .keep-top-bars .opalestate-scroll-elements a:not(.btn-primary) {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  text-transform: uppercase;
  color: #fff;
}
.single-property-layout-v3 .keep-top-bars .opalestate-scroll-elements a:not(.btn-primary):hover {
  color: var(--e-global-color-primary);
}
.single-property-layout-v3 .keep-top-bars .single-property-buttons a:not(:hover) {
  color: var(--e-global-color-text);
}
.single-property-layout-v3 .keep-top-bars .single-property-buttons a i {
  margin-right: 0;
  padding-right: 5px;
}
.single-property-layout-v3 .keep-top-bars.floating-keep-top .keep-top-bars-inner {
  background-color: var(--e-global-color-accent);
}
.single-property-layout-v3 .property-single-header-meta {
  margin-bottom: 0;
}

.opalestate-tab-head.nav {
  margin-bottom: -17px;
}
.opalestate-tab-head.nav a {
  background-color: var(--e-global-color-border);
  padding: 17px 30px;
  color: var(--e-global-color-secondary);
  margin-right: 3px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  text-transform: uppercase;
}
.opalestate-tab-head.nav a.active, .opalestate-tab-head.nav a:hover {
  background-color: #fff;
}

.opalestate-mfp-popup .opalestate-tab-head,
.opalestate-my-account-form .opalestate-tab-head {
  margin-bottom: 15px;
}
.opalestate-mfp-popup .opalestate-tab-head.nav a,
.opalestate-my-account-form .opalestate-tab-head.nav a {
  padding: 0;
  background-color: transparent;
}

.opalestate-search-form {
  position: relative;
}
.opalestate-search-form input[type=text],
.opalestate-search-form input[type=number],
.opalestate-search-form input[type=email],
.opalestate-search-form input[type=tel],
.opalestate-search-form input[type=url],
.opalestate-search-form input[type=password],
.opalestate-search-form input[type=search],
.opalestate-search-form textarea,
.opalestate-search-form .input-text {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.512rem 1rem;
  width: 100%;
}
.opalestate-search-form .opal-row {
  margin-top: 0;
}
.opalestate-search-form .opal-row > * {
  margin-top: 0;
}
.opalestate-search-form .row .searchbox-field {
  margin-top: 0;
}
.opalestate-search-form .searchbox-main {
  background-color: var(--e-global-color-accent);
}
.opalestate-search-form select {
  padding: 0.512em 28px 0.512em 1.5em;
  font-size: 14px;
  font-size: 0.875rem;
}
.opalestate-search-form .select2-selection__rendered {
  padding-left: 1.3em;
}
.opalestate-search-form button,
.opalestate-search-form input[type=button],
.opalestate-search-form input[type=reset],
.opalestate-search-form input[type=submit],
.opalestate-search-form .button {
  padding: 0.6rem 1.9rem;
  font-size: 14px;
}
@media (max-width: 768px) {
  .opalestate-search-form button,
.opalestate-search-form input[type=button],
.opalestate-search-form input[type=reset],
.opalestate-search-form input[type=submit],
.opalestate-search-form .button {
    padding: 0.6rem 1.5rem;
  }
}
.opalestate-search-form .opalestate-label {
  display: block;
  color: var(--e-global-color-secondary);
  line-height: 1;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.opalestate-search-form .select2-container,
.opalestate-search-form .btn-search,
.opalestate-search-form .form-control,
.opalestate-search-form .list-property-status,
.opalestate-search-form .opal-collapse-button,
.opalestate-search-form .input-group-number {
  margin-bottom: 15px;
}
.opalestate-search-form .list-property-status {
  list-style: none;
  margin-left: 0;
}
.opalestate-search-form .list-property-status .status-item {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  flex: 1;
  padding: 13px 32px;
  margin-right: 0;
  color: var(--e-global-color-secondary);
  background-color: #FFF;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .opalestate-search-form .list-property-status .status-item {
    padding: 13px 13px;
  }
}
.opalestate-search-form .list-property-status .status-item:hover, .opalestate-search-form .list-property-status .status-item.active {
  color: #fff;
  background-color: var(--e-global-color-primary);
}
.opalestate-search-form .btn-search {
  width: 100%;
  text-align: center;
}
.opalestate-search-form .btn-search i {
  margin-right: 5px;
}
.opalestate-search-form.custom-form {
  background: transparent;
  display: block;
}
.opalestate-search-form.custom-form .searchbox-top {
  display: block;
  text-align: center;
}
.opalestate-search-form.custom-form .search-box {
  display: flex;
}
.opalestate-search-form.hidden-labels .opalestate-label {
  display: none;
}
.opalestate-search-form.hidden-labels .input-search-city .opalestate-popup {
  top: 20%;
}
.opalestate-search-form.hidden-labels .select2-container,
.opalestate-search-form.hidden-labels .btn-search,
.opalestate-search-form.hidden-labels .form-control,
.opalestate-search-form.hidden-labels .opal-collapse-button,
.opalestate-search-form.hidden-labels .input-group-number {
  margin: 15px 0;
}
.opalestate-search-form.hidden-labels .map-remove {
  top: 10px;
}
.opalestate-search-form .opalestate-collapse-btn {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20/14;
  background-color: transparent;
  display: flex;
  padding: 0;
  text-align: left;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
}
@media (max-width: 767px) {
  .opalestate-search-form .opalestate-collapse-btn {
    justify-content: space-between;
    margin-bottom: 5px;
  }
}
.opalestate-search-form .opalestate-collapse-btn span {
  max-width: 90px;
  text-transform: capitalize;
}
.opalestate-search-form .opalestate-collapse-btn i {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  color: var(--e-global-color-secondary);
  display: flex;
  align-items: center;
  justify-items: center;
  border-radius: 50%;
  justify-content: center;
  margin-left: 13px;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced {
  margin-bottom: 0;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced .row {
  align-items: end;
  margin-top: 0;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced .row > * {
  margin-top: 0;
}
@media (max-width: 767px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced .row [class*=column-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.opalestate-search-form.opalestate-search-form--collapse-advanced .searchbox-field--types {
  flex: 0 0 24.5%;
  max-width: 24.5%;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced .searchbox-field--city-text {
  flex: 0 0 44.666667%;
  max-width: 44.666667%;
}
@media (max-width: 1024px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced .searchbox-field--city-text {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
@media (max-width: 768px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced .searchbox-field--city-text {
    flex: 0 0 32%;
    max-width: 32%;
  }
}
.opalestate-search-form.opalestate-search-form--collapse-advanced .searchbox-field--submit {
  flex: 0 0 17.9%;
  max-width: 17.9%;
}
@media (max-width: 1024px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced .searchbox-field--submit {
    flex: 0 0 23%;
    max-width: 23%;
  }
}
.opalestate-search-form.opalestate-search-form--collapse-advanced .searchbox-field--collapse {
  margin-bottom: -3px;
  flex: 0 0 12.9%;
  max-width: 12.9%;
}
@media (max-width: 1024px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced .searchbox-field--collapse {
    flex: 0 0 17%;
    max-width: 17%;
  }
}
@media (max-width: 768px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced .searchbox-field--collapse {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.opalestate-search-form.opalestate-search-form--collapse-advanced .list-property-status {
  margin-bottom: 0;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced .opal-slide-ranger {
  padding: 0;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced .search-more-options {
  margin: 30px 0 0;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced .search-more-options a {
  color: #ffffff;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced .searchbox-main {
  padding: 15px 30px 19px 60px;
  background-color: var(--e-global-color-accent);
}
@media (max-width: 1200px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced .searchbox-main {
    padding: 15px 15px 19px 15px;
  }
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-2 {
  margin-bottom: 0;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-2 .row {
  align-items: center;
}
@media (max-width: 768px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-2 .row [class*=column-] {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-2 .searchbox-field--status-radio {
  flex: 0 0 19.6%;
  max-width: 19.6%;
}
@media (max-width: 1200px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-2 .searchbox-field--status-radio {
    flex: 0 0 23%;
    max-width: 23%;
  }
}
@media (max-width: 1024px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-2 .searchbox-field--status-radio {
    flex: 0 0 26%;
    max-width: 26%;
  }
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-2 .searchbox-field--status-radio .list-property-status {
  margin-bottom: 0;
  align-items: center;
  display: flex;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-2 .searchbox-field--status-radio .list-property-status label {
  font-family: "Red Hat Display", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #ffffff;
  font-weight: 700;
  margin-right: 15px;
  text-transform: capitalize;
  margin-left: 9px;
  font-size: 14px;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-2 .searchbox-field--status-radio .list-property-status label:last-child {
  margin-right: 0;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-2 .searchbox-field--status-radio .list-property-status .status-item {
  padding: 0;
  color: #ffffff;
  background-color: transparent;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-2 .searchbox-field--status-radio .select2-container {
  margin-left: -5px;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-2 .searchbox-field--types {
  flex: 0 0 20.8%;
  max-width: 20.8%;
  margin-left: -11px;
}
@media (max-width: 1024px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-2 .searchbox-field--types {
    flex: 0 0 18.4%;
    max-width: 18.4%;
  }
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-2 .searchbox-field--city-text {
  flex: 0 0 30.9%;
  max-width: 30.9%;
}
@media (max-width: 1200px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-2 .searchbox-field--city-text {
    flex: 0 0 27.3%;
    max-width: 27.3%;
  }
}
@media (max-width: 1024px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-2 .searchbox-field--city-text {
    flex: 0 0 23.3%;
    max-width: 23.3%;
  }
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-2 .searchbox-field--submit {
  flex: 0 0 17%;
  max-width: 17%;
}
@media (max-width: 1024px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-2 .searchbox-field--submit {
    flex: 0 0 17.666667%;
    max-width: 17.666667%;
  }
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-2 .searchbox-field--collapse {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
@media (max-width: 1024px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-2 .searchbox-field--collapse {
    flex: 0 0 15.6%;
    max-width: 15.6%;
  }
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-2 .searchbox-main {
  position: relative;
  padding: 29px 28px 0 0;
}
@media (max-width: 1200px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-2 .searchbox-main {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-2 .searchbox-main {
    padding: 50px 0 10px 0;
  }
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-2 .searchbox-main:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--e-global-color-accent);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  z-index: -1;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-2 .opal-collapse-container {
  padding: 22px 60px 10px;
}
@media (max-width: 768px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-2 .opal-collapse-container {
    padding: 22px 15px 0;
  }
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 {
  margin-bottom: 0;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-3 {
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-3 {
    background-color: var(--e-global-color-accent);
    padding: 15px 15px;
  }
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .row {
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .row > * {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-3 .row {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .opalestate-search-form.opalestate-search-form--collapse-advanced-3 .row [class*=column-] {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .select2-container,
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .btn-search,
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .form-control,
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .opal-collapse-button,
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .input-group-number {
  margin: 0;
}
@media (max-width: 767px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-3 .select2-container,
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .btn-search,
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .form-control,
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .opal-collapse-button,
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .input-group-number {
    margin: 0 0 10px;
  }
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .searchbox-main .select2-selection {
  border-radius: 3px 0 0 3px;
  height: 50px;
}
@media (max-width: 767px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-3 .searchbox-main .select2-selection {
    border-radius: 3px;
  }
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .searchbox-main .select2-selection .select2-selection__rendered {
  line-height: 50px;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .searchbox-main .select2-selection .select2-selection__arrow {
  height: 50px;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .opal-collapse-container.show {
  width: 100%;
  top: 100%;
  padding: 37px 60px 10px;
}
@media (max-width: 768px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-3 .opal-collapse-container.show {
    padding: 37px 15px 10px;
  }
}
@media (max-width: 767px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-3 .opal-collapse-container.show {
    padding: 10px 15px;
  }
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .opal-collapse-container.show .select2-selection {
  height: 40px;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .opal-collapse-container.show .select2-selection .select2-selection__rendered {
  line-height: 40px;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .opal-collapse-container.show .opal-slide-ranger {
  margin-top: 27px;
}
@media (max-width: 767px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-3 .opal-collapse-container.show .opal-slide-ranger {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-3 .opal-collapse-container.show .options-amenities-container {
    padding: 15px 0 0;
  }
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .form-control {
  border-radius: 0;
  padding: 0.8rem 1.4rem;
  border-left-width: 0;
}
@media (max-width: 767px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-3 .form-control {
    border-radius: 3px;
    border-left-width: 1px;
  }
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .btn-search {
  border-radius: 0 3px 3px 0;
  padding: 0.9rem 1.4rem;
}
@media (max-width: 767px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-3 .btn-search {
    border-radius: 3px;
  }
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .searchbox-field--status-radio {
  flex: 0 0 19.6%;
  max-width: 19.6%;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .searchbox-field--status-radio .select2-container {
  margin-left: -5px;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .searchbox-field--types {
  flex: 0 0 30%;
  max-width: 30%;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .searchbox-field--city-text {
  flex: 0 0 46%;
  max-width: 46%;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .searchbox-field--submit {
  flex: 0 0 24%;
  max-width: 24%;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .searchbox-main {
  background-color: transparent;
  max-width: 785px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-3 .searchbox-main {
    padding-right: 0;
  }
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .searchbox-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  max-width: 785px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-3 .searchbox-bottom {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-3 .searchbox-bottom {
    display: block;
  }
}
@media (max-width: 767px) {
  .opalestate-search-form.opalestate-search-form--collapse-advanced-3 .search-status-bar {
    margin-bottom: 15px;
  }
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .list-property-status {
  margin-bottom: 0;
  align-items: center;
  display: flex;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .list-property-status label {
  font-family: "Red Hat Display", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #ffffff;
  font-weight: 700;
  margin-right: 15px;
  text-transform: capitalize;
  margin-left: 9px;
  font-size: 14px;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .list-property-status label:last-child {
  margin-right: 0;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .list-property-status .status-item {
  padding: 0;
  color: #ffffff;
  background-color: transparent;
}
.opalestate-search-form.opalestate-search-form--collapse-advanced-3 .opalestate-collapse-btn span {
  max-width: 100%;
}

.search-more-options {
  position: relative;
  margin: 15px 0 5px;
  line-height: 1;
}

a.opal-collapse-button {
  display: block;
  font-weight: 600;
}
a.opal-collapse-button:before {
  margin-right: 8px;
  color: var(--e-global-color-secondary);
  background-color: #fff;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.opal-collapse-button.show:before {
  background-color: var(--e-global-color-primary);
  color: #fff;
}

.more-options-container {
  margin-top: 15px;
}

.options-amenities-items {
  display: inline-block;
  width: 100%;
  margin-bottom: -9px;
}

.options-amenities-item {
  width: 25%;
  float: left;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .options-amenities-item {
    width: 100%;
  }
}

.opal-collapse-container {
  width: 100%;
  display: none;
  padding: 37px 60px 10px;
  background-color: var(--e-global-color-accent);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
}
@media (max-width: 768px) {
  .opal-collapse-container {
    padding: 20px 15px 10px;
  }
}
@media (max-width: 767px) {
  .opal-collapse-container {
    padding: 10px 15px 10px;
  }
}
.opal-collapse-container .opalestate-label {
  display: none;
}
.opal-collapse-container .opal-slide-ranger {
  padding: 0;
  margin-top: 12px;
}
.opal-collapse-container .slide-ranger-label {
  margin-bottom: 8px;
}

.options-amenities-container {
  padding: 43px 0 26px;
}
@media (max-width: 768px) {
  .options-amenities-container {
    padding: 20px 0 26px;
  }
}
@media (max-width: 767px) {
  .options-amenities-container {
    padding: 15px 0 26px;
  }
}

button.opal-collapse-button {
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
button.opal-collapse-button i::before {
  display: block;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
button.opal-collapse-button:hover, button.opal-collapse-button.show {
  outline: none;
}
button.opal-collapse-button:focus {
  outline: none;
}
button.opal-collapse-button.show i::before {
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.opal-slide-ranger {
  padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .opal-slide-ranger {
    margin: 15px 0;
  }
}
.opal-slide-ranger .slide-ranger-label {
  display: block;
  line-height: 2;
}

.input-search-city {
  position: relative;
}
.input-search-city .opalestate-popup {
  position: absolute;
  top: 38px;
  right: 16px;
}

.form-item--types .group-item {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
}
.form-item--types .group-item .custom-checkbox-label {
  z-index: 1;
  border: 1px solid var(--e-global-color-border);
  background-color: transparent;
}
.form-item--types .group-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.form-item--types .group-item input[type=checkbox]:checked ~ .custom-checkbox-label {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.form-item--types .group-item input[type=checkbox]:checked ~ .custom-checkbox-label::after {
  display: block;
}
.form-item--types .group-item:hover input ~ .custom-checkbox-label {
  border: 1px solid var(--e-global-color-border);
  background-color: transparent;
}

.opalestate-search-form--vertical .more-options-item {
  float: none;
  width: 100%;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--e-global-color-primary) !important;
}

.more-options-label {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.more-options-label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.more-options-label input[type=checkbox]:checked ~ .custom-checkbox-label {
  background-color: transparent;
  border-color: var(--e-global-color-primary);
}
.more-options-label input[type=checkbox]:checked ~ .custom-checkbox-label::after {
  display: block;
}
.more-options-label:hover input ~ .custom-checkbox-label {
  border: 1px solid var(--e-global-color-border);
  background-color: transparent;
}

.custom-checkbox-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid var(--e-global-color-border);
  background-color: transparent;
}
.custom-checkbox-label::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid;
  border-color: var(--e-global-color-primary);
  border-width: 0 2px 2px 0;
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-status-bar--2 .list-property-status {
  padding: 0;
  margin: 0;
}
.search-status-bar--2 .list-property-status .status-item {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: var(--e-global-color-secondary);
  margin-right: 1px;
  border: 0;
  position: relative;
  flex: unset;
  background-color: #fff;
}
.search-status-bar--2 .list-property-status .status-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .search-status-bar--2 .list-property-status .status-item {
    margin-right: 1px;
  }
}
.search-status-bar--2 .list-property-status .status-item.active, .search-status-bar--2 .list-property-status .status-item:hover {
  background-color: var(--e-global-color-primary);
  color: #fff;
}

.opalestate-search-form--vertical .select2-container, .opalestate-search-form--vertical .input-group-number {
  margin-top: 0;
}
.opalestate-search-form--vertical .opalestate-label {
  display: inline-block;
}

.opalestate-search-form--vertical-2 {
  padding-top: 0;
  padding-bottom: 0;
}
.opalestate-search-form--vertical-2 .opalestate-label {
  display: none;
}
.opalestate-search-form--vertical-2 .input-group-number {
  margin-top: 15px;
}
.opalestate-search-form--vertical-2 h6 {
  margin-bottom: 5px;
}
.opalestate-search-form--vertical-2 .input-search-city .opalestate-popup {
  top: 20%;
}
.opalestate-search-form--vertical-2 .opal-form-content .form-item:not(:last-of-type) {
  border-bottom: 1px solid var(--e-global-color-border);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.opalestate-search-form--vertical-2 .more-options-items .more-options-item {
  width: 100%;
}

.input-group-number {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--e-global-color-border);
  padding: 15px 30px;
  height: 50px;
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
}
.input-group-number i[class*=icon-property-] {
  margin-right: 10px;
}
.input-group-number .form-control {
  padding: 0;
  margin: 0;
  height: auto;
  border: none;
  flex: 1;
  background-color: transparent;
}
.input-group-number .form-control:focus {
  background-color: transparent;
}
.input-group-number .btn-actions {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  line-height: 50px;
}
.input-group-number .btn-actions span {
  padding-left: 10px;
  padding-right: 10px;
}
.input-group-number .btn-actions span:hover {
  color: var(--e-global-color-primary);
  cursor: pointer;
}

.ajax-map-search-split {
  padding: 0 30px;
}
.ajax-map-search-split .ajax-search-form {
  position: relative;
  z-index: 1;
}
.ajax-map-search-split .ajax-search-form .row {
  margin-top: 0;
}
.ajax-map-search-split .ajax-search-form .searchbox-main {
  padding-top: 15px;
}
.ajax-map-search-split .ajax-search-form .opalestate-label {
  display: none;
}

.split-maps-container {
  left: 0;
  right: auto;
  top: 0;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .split-maps-container {
    position: fixed !important;
    padding-left: 30px;
  }
  .split-maps-container + div {
    margin-left: auto;
  }
}

.elementor-widget-opalestate-account-button .site-header-account {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
}
.elementor-widget-opalestate-account-button .site-header-account .account-label {
  color: var(--e-global-color-text);
  font-weight: 500;
}
.elementor-widget-opalestate-account-button .site-header-account .elementor-dropdown-menu {
  text-align: left;
  right: 0;
  top: 110%;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  z-index: 99;
  color: var(--e-global-color-text);
  padding: 30px;
  min-width: 280px;
  background: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.18);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.18);
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.elementor-widget-opalestate-account-button .site-header-account .elementor-dropdown-menu button[type=submit] {
  width: 100%;
  margin-bottom: 10px;
}
.elementor-widget-opalestate-account-button .site-header-account:hover .elementor-dropdown-menu {
  display: block;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.opalestate-popup {
  position: relative;
  display: flex;
  align-items: center;
}
.opalestate-popup .howdy {
  padding-right: 5px;
  padding-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-weight: 500;
}
.opalestate-popup .popup-head {
  position: relative;
}
.opalestate-popup .popup-head .notify {
  background-color: var(--e-global-color-light);
  padding: 1px 6px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 8px;
  font-size: 0.5rem;
  color: #FFF;
}
.opalestate-popup .popup-head .notify.active {
  top: auto;
  bottom: 0;
  padding: 5px;
  background-color: var(--e-global-color-primary);
}
.opalestate-popup .popup-body {
  position: absolute;
  z-index: 999;
  min-width: 280px;
  top: 100%;
  margin: 0;
  right: 0;
  left: auto;
  visibility: hidden;
  pointer-events: none;
  padding-top: 30px;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.opalestate-popup .popup-body .account-dashboard-content {
  background-color: #FFF;
  position: relative;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.18);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.18);
  border-radius: 4px;
}
.opalestate-popup:hover .popup-body {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.opalestate-popup.opalestate-user-greeting .popup-head {
  float: right;
}
.opalestate-popup.opalestate-user-greeting .popup-head a {
  color: #FFF;
  text-align: right;
  float: right;
  position: relative;
}
.opalestate-popup.opalestate-user-greeting .popup-head a .opalestate-user-image {
  position: relative;
  width: 40px;
  height: 40px;
}
.opalestate-popup.opalestate-user-greeting .popup-head a .opalestate-user-image img {
  min-height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.opalestate-popup.opalestate-user-greeting ul {
  padding: 20px 0;
  margin: 0;
  list-style: none;
}
.opalestate-popup.opalestate-user-greeting ul li {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
}
.opalestate-popup.opalestate-user-greeting ul li i {
  padding-right: 5px;
}
.opalestate-popup.opalestate-user-greeting ul li a {
  width: 100%;
  text-align: left;
  color: var(--e-global-color-text);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  display: block;
  padding: 7px 30px;
}
.opalestate-popup.opalestate-user-greeting ul li a .count {
  color: #fff;
  padding: 5px 9px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  min-width: 20px;
  text-align: center;
  background-color: var(--e-global-color-primary);
  border-radius: 50%;
  margin-left: 5px;
}
.opalestate-popup.opalestate-user-greeting ul li a:hover {
  color: var(--e-global-color-primary);
  background-color: rgba(0, 0, 0, 0.035);
}
.opalestate-popup.opalestate-user-greeting ul li a:hover .count {
  background-color: var(--e-global-color-secondary);
}

.page-template-user-management .body-inner {
  background-color: #f7f7f7;
}
.page-template-user-management.logged-in {
  margin-left: 250px;
  background-color: #f7f7f7;
}
.page-template-user-management.logged-in header,
.page-template-user-management.logged-in footer,
.page-template-user-management.logged-in .breadcrumb-wrap,
.page-template-user-management.logged-in #colophon {
  display: none;
}
.page-template-user-management.logged-in #page .site-content {
  margin: 0;
}
.page-template-user-management.logged-in .col-full {
  max-width: 100%;
  padding: 0;
}

.dashboard-navbar {
  background-color: #fff;
  padding: 15px 30px;
  box-shadow: 3px 5px 10px 0 #e3e6ec;
  margin-bottom: 30px;
  min-height: 90px;
}
.dashboard-navbar #show-user-sidebar-btn {
  display: none;
}

.opalestate-user-management .user-dasboard-sidebar {
  background-color: #fff;
  border-right: 1px solid var(--e-global-color-border);
  min-height: 900px;
  position: fixed;
  width: 250px;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
@media (max-width: 568px) {
  .opalestate-user-management .user-dasboard-sidebar {
    left: auto;
    right: 0;
  }
}
.opalestate-user-management .navbar-brand {
  text-align: center;
  margin: 40px 0 20px;
  padding: 20px 15px;
}
.opalestate-user-management .account-links {
  list-style: none;
  padding: 0;
  margin: 0 15px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
}
.opalestate-user-management .account-links li a {
  padding: 8px 20px;
  width: 100%;
  display: block;
  color: var(--e-global-color-text);
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-weight: 700;
  margin-bottom: 1px;
}
.opalestate-user-management .account-links li a i {
  margin-right: 5px;
}
.opalestate-user-management .account-links li a .count {
  color: #fff;
  padding: 5px 9px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  min-width: 20px;
  text-align: center;
  background-color: var(--e-global-color-primary);
  border-radius: 50%;
  margin-left: 5px;
}
.opalestate-user-management .account-links li:hover a, .opalestate-user-management .account-links li:focus a, .opalestate-user-management .account-links li.active a {
  background-color: var(--e-global-color-primary);
  color: #fff;
  border-radius: 4px;
}
.opalestate-user-management .account-links li:hover a .count, .opalestate-user-management .account-links li:focus a .count, .opalestate-user-management .account-links li.active a .count {
  background-color: var(--e-global-color-secondary);
}

@media (max-width: 568px) {
  .user-dasboard-sidebar {
    display: none;
  }

  body.active .user-dasboard-sidebar {
    display: block;
  }

  .page-template-user-management {
    margin-left: 0 !important;
  }

  #show-user-sidebar-btn {
    display: block !important;
  }
}
.card-item {
  background-color: #fff;
  border-radius: 4px;
  padding: 30px;
}
.card-item .heading {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--e-global-color-border);
  padding-bottom: 15px;
}
.card-item .heading i {
  background: var(--e-global-color-primary);
  color: #fff;
  padding: 10px;
  min-width: 32px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
}
.card-item .heading span {
  color: #23282d;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
.card-item .heading .dash-view-all {
  float: right;
  color: var(--e-global-color-primary);
}
.card-item h5 {
  font-size: 200%;
  text-align: center;
}
.card-item .opalestate-admin-box {
  box-shadow: none;
}
.card-item.dash-widget {
  padding: 50px 40px;
  position: relative;
}
.card-item.dash-widget h5 {
  text-align: left;
  color: #fff;
  font-size: 48px;
  font-size: 3rem;
  margin: 0;
}
.card-item.dash-widget .heading {
  border: 0;
  margin: 0;
  padding: 0;
  color: #fff;
}
.card-item.dash-widget .heading span {
  color: #fff;
}
.card-item.dash-widget .dash-widget-icon {
  position: absolute;
  top: 15px;
  right: 30px;
  color: rgba(255, 255, 255, 0.1);
  font-size: 75px;
  font-size: 4.6875rem;
}
.card-item.dash-widget.dash-published-listings {
  background-color: var(--e-global-color-primary);
}
.card-item.dash-widget.dash-featured-listings {
  background-color: var(--e-global-color-primary);
}
.card-item.dash-widget.dash-pending-listings {
  background-color: #e46166;
}

.cmb2-uploader-files {
  display: flex;
  flex-wrap: wrap;
}
.cmb2-uploader-files > div {
  width: 180px;
  height: 130px;
  overflow: hidden;
}
.cmb2-uploader-files .preview-image {
  height: 100%;
}
.cmb2-uploader-files .preview-image img {
  object-fit: cover;
  z-index: 1;
}
.cmb2-uploader-files .button-placehold {
  border: dashed 1px var(--e-global-color-border);
  cursor: pointer;
  text-align: center;
}
.cmb2-uploader-files .button-placehold i {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  font-size: 1.5rem;
}
.cmb2-uploader-files .button-placehold .button-placehold-content {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cmb2-uploader-files input.select-file {
  display: none;
}

.uploader-item-preview {
  position: relative;
}
.uploader-item-preview .btn-close {
  position: absolute;
  top: 0px;
  right: 24px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.uploader-item-preview .btn-close:hover::before {
  color: red;
}
.uploader-item-preview .btn-close::before {
  transition: all 0.3s ease-in-out;
}
.uploader-item-preview .preview-icon {
  padding-top: 4px;
}

.opalestate-sidebar-box {
  margin-bottom: 30px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .opalestate-sidebar-box {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .opalestate-sidebar-box {
    margin-top: 30px;
  }
}
.opalestate-sidebar-box .opalestate-social-icons {
  margin: 0 -2px 0;
  padding: 0;
  border: 0;
}

.opalestate-box-content {
  margin: 30px 0 0;
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .opalestate-box-content {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 768px) {
  .opalestate-box-content {
    margin: 30px 0 0;
  }
}
.opalestate-box-content.opalesate-related-properties, .opalestate-box-content.my-properties-section {
  background: transparent;
  padding: 0;
}
.opalestate-box-content.custom .box-inner-summary {
  padding: 0;
}
.opalestate-box-content.custom .property-amenities .list-group-item-heading,
.opalestate-box-content.custom .property-facilities .list-group-item-heading,
.opalestate-box-content.custom .property-attachments .list-group-item-heading {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
}
.opalestate-box-content.custom .property-amenities {
  margin-bottom: 30px;
}

.dashboard-grid.opal-row > div {
  margin-bottom: 30px;
}

.opalestate-admin-box {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
@media (max-width: 568px) {
  .opalestate-admin-box {
    padding: 5px 15px;
  }
}
.opalestate-admin-box h3 {
  border-bottom: 1px solid var(--e-global-color-border);
  padding-bottom: 15px;
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}

.opalestate-login-form input[type=text], .opalestate-login-form input[type=number], .opalestate-login-form input[type=email],
.opalestate-login-form input[type=tel], .opalestate-login-form input[type=url], .opalestate-login-form input[type=password],
.opalestate-login-form input[type=search], .opalestate-login-form textarea, .opalestate-login-form .input-text,
.opalestate-register-form input[type=text],
.opalestate-register-form input[type=number],
.opalestate-register-form input[type=email],
.opalestate-register-form input[type=tel],
.opalestate-register-form input[type=url],
.opalestate-register-form input[type=password],
.opalestate-register-form input[type=search],
.opalestate-register-form textarea,
.opalestate-register-form .input-text {
  width: 100%;
}

.opalestate-my-account-form {
  position: relative;
  background: #fff;
  padding: 30px;
  width: auto;
  max-width: 550px;
  margin: 20px auto;
}
.opalestate-my-account-form .submit a {
  display: block;
  margin-top: 10px;
}
.opalestate-my-account-form .opalestate-button {
  padding: 17px 35px 14px 35px;
  width: 100%;
}
.opalestate-my-account-form h3 {
  display: none;
}

.membership-packages {
  padding-top: 40px;
  padding-bottom: 50px;
}

.pricing.pricing-v3 {
  background: #fff;
  padding: 0;
  margin-bottom: 30px;
}
.pricing.pricing-v3 .pricing-header {
  text-align: center;
  background-color: var(--e-global-color-secondary);
  color: #fff;
  position: relative;
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
}
.pricing.pricing-v3 .plan-price {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  margin-bottom: 0;
  position: relative;
  order: 1;
}
.pricing.pricing-v3 .plan-price p {
  display: inline-block;
  margin: 0;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-weight: 500;
}
.pricing.pricing-v3 .plan-title {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  margin: 0;
  border: none;
  position: relative;
  order: 2;
}
.pricing.pricing-v3 .pricing-body {
  font-size: 16px;
  font-size: 1rem;
  padding: 15px 40px;
}
.pricing.pricing-v3 .pricing-body .fa {
  color: var(--e-global-color-text);
}
.pricing.pricing-v3 .pricing-body .fa.fa-check-circle-o {
  color: var(--e-global-color-primary);
}
.pricing.pricing-v3 .plan-figure {
  font-size: 50px;
  font-size: 3.125rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: var(--e-global-color-primary);
  display: inline-block;
}
.pricing.pricing-v3 .plain-info > div {
  padding: 10px 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.pricing.pricing-v3 .plain-info .item-info {
  border-bottom: 1px solid var(--e-global-color-border);
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: var(--e-global-color-secondary);
  font-weight: 700;
  text-transform: uppercase;
}
.pricing.pricing-v3 .plain-info .item-info:last-child {
  margin-bottom: 0;
}
.pricing.pricing-v3 .plain-info i {
  margin-right: 10px;
}
.pricing.pricing-v3 .plain-info ul {
  list-style: none;
  margin: 0;
}
.pricing.pricing-v3 .plain-info ul li {
  border-bottom: 1px dashed var(--e-global-color-border);
  padding: 7px 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.pricing.pricing-v3 .plain-info ul li:last-child {
  border-bottom: 0;
}
.pricing.pricing-v3 .membership-form-wrapper {
  color: #fff;
}
.pricing.pricing-v3 .membership-add-to-purchase {
  width: 100%;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  text-transform: capitalize;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
}
.pricing.pricing-v3 .membership-add-to-purchase:hover {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  color: #fff;
}
.pricing.pricing-v3 .pricing-footer {
  padding: 0 30px 40px;
  text-align: center;
}

.pricing.pricing-v3 .pricing-header {
  background-image: url("../../../assets/images/bg-pricemember.jpg");
  background-size: cover;
  background-repeat: none;
}
.pricing.pricing-v3 .pricing-header:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.package-hightlighted .plan-subtitle {
  background-color: #57e679;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  top: -15px;
  display: block !important;
  margin: 0 auto;
  left: 30px;
  padding: 5px 20px;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  -webkit-backface-visibility: hidden;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
}

.mfp-with-zoom .white-popup {
  top: 20px;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mfp-with-zoom.mfp-ready .white-popup {
  top: 0;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 15px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.white-popup .mfp-close {
  top: 15px;
}
.white-popup .submit a {
  display: block;
  margin-top: 10px;
}
.white-popup .opalestate-button {
  padding: 17px 35px 14px 35px;
  width: 100%;
}

.opalestate-social-login__buttons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.opalestate-social-login__buttons a {
  display: block;
  padding: 0 15px;
  color: #fff;
}
.opalestate-social-login__buttons a:hover {
  color: #fff;
}
.opalestate-social-login__buttons li:not(:last-child) {
  margin-bottom: 15px;
}
.opalestate-social-login__buttons i {
  margin-right: 5px;
  padding: 15px 10px 15px 0;
  position: relative;
  text-align: center;
  width: 35px;
}
.opalestate-social-login__buttons i::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.opalestate-social-login-facebook-btn {
  background-color: #3C5A99;
}

.opalestate-social-login-google-btn {
  background-color: #d34836;
}

.sk-folding-cube {
  margin: 20px auto;
  position: relative;
  width: 40px;
  height: 40px;
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  position: relative;
  width: 50%;
  height: 50%;
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--e-global-color-primary);
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.cmb2-element .ui-datepicker {
  width: 350px !important;
}
.cmb2-element .ui-datepicker .ui-datepicker-month, .cmb2-element .ui-datepicker .ui-datepicker-year {
  display: inline-block;
}

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  position: relative;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 8px;
  border-radius: 3px;
}
.noUi-horizontal .noUi-base .noUi-origin .noUi-handle {
  margin-left: -18px;
}
.noUi-horizontal .noUi-base .noUi-origin:first-child .noUi-handle {
  margin-left: 0;
}

.noUi-horizontal[data-mode="1"] .noUi-base {
  background: var(--e-global-color-primary);
}
.noUi-horizontal[data-mode="1"] .noUi-base .noUi-origin {
  background: #e9e9f6;
}
.noUi-horizontal[data-mode="1"] .noUi-base .noUi-origin:first-child .noUi-handle {
  margin-left: -9px;
}

.noUi-horizontal[data-mode="2"] .noUi-base {
  background: #454c58;
}
.noUi-horizontal[data-mode="2"] .noUi-base .noUi-origin {
  background: transparent;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  left: 0;
  top: -6px;
}
.noUi-horizontal .noUi-handle.noUi-handle-upper {
  margin-left: -18px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-background {
  background: #dadada;
  border-radius: 4px;
}

.noUi-connect {
  background: var(--e-global-color-primary);
  border-radius: 4px;
  height: 100%;
  position: absolute;
}

.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

.noUi-handle {
  border-radius: 50%;
  background: #fff;
  cursor: default;
  border: 3px solid var(--e-global-color-primary);
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

[disabled] .noUi-connect, [disabled].noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle {
  cursor: not-allowed;
}

.opalestate-rating-detail-container {
  display: none;
}

.opalestate-tooltip {
  display: inline-block;
  line-height: 1;
}

.opalestate-rating-detail {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 2;
}
.opalestate-rating-detail li {
  padding: 5px 0;
}
.opalestate-rating-detail li label {
  margin-bottom: 0;
}
.opalestate-rating-detail li:not(:last-child) {
  border-bottom: 1px solid var(--e-global-color-border);
}

body .tooltipster-sidetip .tooltipster-box {
  border: none;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 8px 4px rgba(0, 0, 0, 0.12);
}
body .tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 6px;
}
body .tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 6px;
}
body .tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 6px;
}
body .tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 6px;
}
body .tooltipster-sidetip .tooltipster-content {
  color: var(--e-global-color-text);
  background-color: #fff;
}
body .tooltipster-sidetip .tooltipster-arrow {
  margin-left: -6px;
  width: 12px;
  height: 6px;
}
body .tooltipster-sidetip.tooltipster-left .tooltipster-arrow,
body .tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  margin-left: 0;
  margin-top: -6px;
  width: 6px;
  height: 12px;
}
body .tooltipster-sidetip .tooltipster-arrow-background {
  display: none;
}
body .tooltipster-sidetip .tooltipster-arrow-border {
  border: 6px solid transparent;
}
body .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: white;
}
body .tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: white;
}
body .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: white;
}
body .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: white;
}
body .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -6px;
}
body .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -6px;
}

/***/
/**
 * jQuery toast plugin created by Kamran Ahmed copyright MIT license 2014
 */
.jq-toast-wrap {
  display: block;
  position: fixed;
  width: 350px;
  pointer-events: none !important;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  z-index: 9000 !important;
}

.jq-toast-wrap * {
  margin: 0;
  padding: 0;
}

.jq-toast-wrap.bottom-left {
  bottom: 20px;
  left: 20px;
}

.jq-toast-wrap.bottom-right {
  bottom: 20px;
  right: 40px;
}

.jq-toast-wrap.top-left {
  top: 20px;
  left: 20px;
}

.jq-toast-wrap.top-right {
  top: 20px;
  right: 40px;
}

.jq-toast-single {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0px 0px 5px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 17px;
  position: relative;
  pointer-events: all !important;
  background-color: #444444;
  color: white;
}

.jq-toast-single h2 {
  font-size: 14px;
  margin: 0px 0px 7px;
  background: none;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal;
}

.jq-toast-single a {
  color: #eee;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid white;
  padding-bottom: 3px;
  font-size: 12px;
}

.jq-toast-single ul {
  margin: 0px 0px 0px 15px;
  background: none;
  padding: 0px;
}

.jq-toast-single ul li {
  list-style-type: disc !important;
  line-height: 17px;
  background: none;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

.close-jq-toast-single {
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 14px;
  cursor: pointer;
}

.jq-toast-loader {
  display: block;
  position: absolute;
  top: -2px;
  height: 5px;
  width: 0%;
  left: 0;
  border-radius: 5px;
  background: red;
}

.jq-toast-loaded {
  width: 100%;
}

.jq-has-icon {
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px;
}

.jq-icon-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=");
  background-color: #31708f;
  color: #d9edf7;
  border-color: #bce8f1;
}

.jq-icon-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=");
  background-color: #8a6d3b;
  color: #fcf8e3;
  border-color: #faebcc;
}

.jq-icon-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=");
  background-color: #a94442;
  color: #f2dede;
  border-color: #ebccd1;
}

.jq-icon-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==");
  color: #dff0d8;
  background-color: #3c763d;
  border-color: #d6e9c6;
}

.opalestate-submission-form label {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-secondary);
}
.opalestate-submission-form label .required {
  color: red;
  background-color: transparent;
}
.opalestate-submission-form .cmb-th .required {
  color: red;
  background-color: transparent;
}
.opalestate-submission-form input.required {
  border: 1px solid red;
}
.opalestate-submission-form .opal-map-desc {
  display: none;
}
.opalestate-submission-form .cmb2-wrap input.cmb2-datepicker {
  width: 100%;
}

#property-thumbs-container {
  width: 100%;
  clear: both;
}

#property-thumbs-container .gallery-thumbnail {
  margin-bottom: 15px;
  width: 180px;
  height: 180px;
  position: relative;
}

#property-thumbs-container .icon-delete {
  position: absolute;
  bottom: 6px;
  left: 0;
  z-index: 99;
  padding: 5px;
  background: #CCC;
}

#property-thumbs-container .icon-featured {
  position: absolute;
  bottom: 6px;
  right: 0;
  z-index: 99;
  padding: 5px;
  background: #CCC;
}

#property-thumbs-container .icon-featured .fa-star {
  color: #fc8826;
}

.media-drag-drop {
  background-color: #efefef;
  border: 2px dashed #dfdfdf;
  text-align: center;
  padding: 30px;
}

.media-drag-drop h4 {
  color: #8b9293;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  margin: 0 0 20px;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}

.media-drag-drop .fa {
  margin-right: 8px;
}

.opalestate-submission-tab-head {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: center;
}
.opalestate-submission-tab-head .tab-item {
  color: var(--e-global-color-secondary);
  padding: 0;
  border: none;
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .opalestate-submission-tab-head .tab-item {
    padding-right: 20px;
  }
}
@media screen and (max-width: 992px) {
  .opalestate-submission-tab-head .tab-item {
    flex-basis: 25%;
    margin-bottom: 10px;
  }
  .opalestate-submission-tab-head .tab-item:last-of-type::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .opalestate-submission-tab-head .tab-item {
    flex-basis: 50%;
  }
}
.opalestate-submission-tab-head .tab-item span {
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
}
.opalestate-submission-tab-head .tab-item span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--e-global-color-border);
}
.opalestate-submission-tab-head .tab-item:last-of-type {
  padding-right: 0;
}
.opalestate-submission-tab-head .tab-item:last-of-type::after {
  width: 100%;
}
.opalestate-submission-tab-head .tab-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--e-global-color-border);
}
.opalestate-submission-tab-head .tab-item.active span::before {
  background-color: var(--e-global-color-primary);
}
.opalestate-submission-tab-head .tab-item.passed:not(.active)::before {
  background-color: var(--e-global-color-primary);
}
.opalestate-submission-tab-head .tab-item.passed:not(.active) span::before {
  background-color: transparent;
}
.opalestate-submission-tab-head .tab-item.passed.active ~ .passed::before {
  background-color: var(--e-global-color-border);
}

@media screen and (max-width: 767px) {
  .opalestate-submission-tab .cmb-type-opal-map .form-group {
    padding: 0 15px;
  }
  .opalestate-submission-tab .cmb-type-opal-map .opalestate-map-wrap ~ div {
    width: 100%;
  }
}
.opalestate-submission-tab .cmb-add-row {
  margin-top: 0;
}
.opalestate-submission-tab .cmb-multicheck-toggle {
  font-style: italic;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.opalestate-submission-tab .cmb-multicheck-toggle:hover {
  color: var(--e-global-color-secondary);
}
.opalestate-submission-tab .cmb2-checkbox-list li {
  flex-basis: 100%;
  margin-right: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding-left: 0;
  margin-bottom: 15px;
  margin-top: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 768px) {
  .opalestate-submission-tab .cmb2-checkbox-list li {
    flex-basis: 50%;
  }
}
.opalestate-submission-tab .cmb2-checkbox-list li img {
  width: 16px;
  height: 16px;
  vertical-align: top;
}
.opalestate-submission-tab .cmb2-checkbox-list li label {
  margin-bottom: 0;
  padding-left: 25px;
  cursor: pointer;
}
.opalestate-submission-tab .cmb2-checkbox-list li input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.opalestate-submission-tab .cmb2-checkbox-list li input[type=checkbox]:checked ~ span.custom-checkbox-label {
  background-color: var(--e-global-color-primary);
}
.opalestate-submission-tab .cmb2-checkbox-list li input[type=checkbox]:checked ~ span.custom-checkbox-label::after {
  display: block;
}
.opalestate-submission-tab button.btn.submission-next-btn {
  position: relative;
  padding: 19px 25px 17px 20px;
}
.opalestate-submission-tab button.btn.submission-next-btn::before {
  padding-right: 100px;
}
.opalestate-submission-tab button.btn.submission-next-btn::after {
  content: "";
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: transparent;
}
.opalestate-submission-tab .submission-back-btn {
  position: relative;
  padding-left: 10px;
  margin-right: 10px;
}
.opalestate-submission-tab .submission-back-btn::after {
  margin-left: 18px;
  padding-left: 20px;
}
.opalestate-submission-tab .submission-back-btn::before {
  content: "";
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: transparent;
  transform: rotate(180deg);
}

.property-submission-form {
  padding: 0;
  max-width: 100% !important;
  border-radius: 4px;
  margin-top: 60px;
}
.property-submission-form .box-content-inner {
  padding: 30px;
}
.property-submission-form .alert p a {
  border: 0;
}
.property-submission-form .alert p a:hover {
  color: var(--e-global-color-primary);
}
.property-submission-form .alert.alert-warning {
  color: var(--e-global-color-secondary);
}
.property-submission-form .alert.alert-warning p a {
  color: var(--e-global-color-secondary);
}

.opalestate-box .form-group,
.opalestate-sidebar-box .form-group {
  margin-bottom: 20px;
}
.opalestate-box .form-control, .opalestate-box input[type=color], .opalestate-box input[type=date],
.opalestate-box input[type=datetime-local], .opalestate-box input[type=datetime], .opalestate-box input[type=email],
.opalestate-box input[type=file], .opalestate-box input[type=month], .opalestate-box input[type=number], .opalestate-box input[type=password],
.opalestate-box input[type=range], .opalestate-box input[type=search], .opalestate-box input[type=tel], .opalestate-box input[type=text],
.opalestate-box input[type=time], .opalestate-box input[type=url], .opalestate-box input[type=week], .opalestate-box select, .opalestate-box textarea,
.opalestate-sidebar-box .form-control,
.opalestate-sidebar-box input[type=color],
.opalestate-sidebar-box input[type=date],
.opalestate-sidebar-box input[type=datetime-local],
.opalestate-sidebar-box input[type=datetime],
.opalestate-sidebar-box input[type=email],
.opalestate-sidebar-box input[type=file],
.opalestate-sidebar-box input[type=month],
.opalestate-sidebar-box input[type=number],
.opalestate-sidebar-box input[type=password],
.opalestate-sidebar-box input[type=range],
.opalestate-sidebar-box input[type=search],
.opalestate-sidebar-box input[type=tel],
.opalestate-sidebar-box input[type=text],
.opalestate-sidebar-box input[type=time],
.opalestate-sidebar-box input[type=url],
.opalestate-sidebar-box input[type=week],
.opalestate-sidebar-box select,
.opalestate-sidebar-box textarea {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}
.opalestate-box .form-control:focus, .opalestate-box .form-control:hover, .opalestate-box input[type=color]:focus, .opalestate-box input[type=color]:hover, .opalestate-box input[type=date]:focus, .opalestate-box input[type=date]:hover,
.opalestate-box input[type=datetime-local]:focus,
.opalestate-box input[type=datetime-local]:hover, .opalestate-box input[type=datetime]:focus, .opalestate-box input[type=datetime]:hover, .opalestate-box input[type=email]:focus, .opalestate-box input[type=email]:hover,
.opalestate-box input[type=file]:focus,
.opalestate-box input[type=file]:hover, .opalestate-box input[type=month]:focus, .opalestate-box input[type=month]:hover, .opalestate-box input[type=number]:focus, .opalestate-box input[type=number]:hover, .opalestate-box input[type=password]:focus, .opalestate-box input[type=password]:hover,
.opalestate-box input[type=range]:focus,
.opalestate-box input[type=range]:hover, .opalestate-box input[type=search]:focus, .opalestate-box input[type=search]:hover, .opalestate-box input[type=tel]:focus, .opalestate-box input[type=tel]:hover, .opalestate-box input[type=text]:focus, .opalestate-box input[type=text]:hover,
.opalestate-box input[type=time]:focus,
.opalestate-box input[type=time]:hover, .opalestate-box input[type=url]:focus, .opalestate-box input[type=url]:hover, .opalestate-box input[type=week]:focus, .opalestate-box input[type=week]:hover, .opalestate-box select:focus, .opalestate-box select:hover, .opalestate-box textarea:focus, .opalestate-box textarea:hover,
.opalestate-sidebar-box .form-control:focus,
.opalestate-sidebar-box .form-control:hover,
.opalestate-sidebar-box input[type=color]:focus,
.opalestate-sidebar-box input[type=color]:hover,
.opalestate-sidebar-box input[type=date]:focus,
.opalestate-sidebar-box input[type=date]:hover,
.opalestate-sidebar-box input[type=datetime-local]:focus,
.opalestate-sidebar-box input[type=datetime-local]:hover,
.opalestate-sidebar-box input[type=datetime]:focus,
.opalestate-sidebar-box input[type=datetime]:hover,
.opalestate-sidebar-box input[type=email]:focus,
.opalestate-sidebar-box input[type=email]:hover,
.opalestate-sidebar-box input[type=file]:focus,
.opalestate-sidebar-box input[type=file]:hover,
.opalestate-sidebar-box input[type=month]:focus,
.opalestate-sidebar-box input[type=month]:hover,
.opalestate-sidebar-box input[type=number]:focus,
.opalestate-sidebar-box input[type=number]:hover,
.opalestate-sidebar-box input[type=password]:focus,
.opalestate-sidebar-box input[type=password]:hover,
.opalestate-sidebar-box input[type=range]:focus,
.opalestate-sidebar-box input[type=range]:hover,
.opalestate-sidebar-box input[type=search]:focus,
.opalestate-sidebar-box input[type=search]:hover,
.opalestate-sidebar-box input[type=tel]:focus,
.opalestate-sidebar-box input[type=tel]:hover,
.opalestate-sidebar-box input[type=text]:focus,
.opalestate-sidebar-box input[type=text]:hover,
.opalestate-sidebar-box input[type=time]:focus,
.opalestate-sidebar-box input[type=time]:hover,
.opalestate-sidebar-box input[type=url]:focus,
.opalestate-sidebar-box input[type=url]:hover,
.opalestate-sidebar-box input[type=week]:focus,
.opalestate-sidebar-box input[type=week]:hover,
.opalestate-sidebar-box select:focus,
.opalestate-sidebar-box select:hover,
.opalestate-sidebar-box textarea:focus,
.opalestate-sidebar-box textarea:hover {
  border-color: var(--e-global-color-primary);
}

.property-submission-form .opalestate-submission-tab-head .tab-item.active span::before {
  background-color: var(--e-global-color-primary);
}

.property-submission-form .opalestate-submission-tab-head .tab-item.passed:not(.active)::before {
  background-color: var(--e-global-color-primary);
}

.opalestate-submission-form .submission-back-btn,
.opalestate-submission-form .submission-next-btn,
.opalestate-submission-tab button.btn.submission-next-btn,
.opalestate-submission-form .btn-submit-cmb {
  padding: 0.7rem 1.6rem !important;
}
.opalestate-submission-form .submission-back-btn:after, .opalestate-submission-form .submission-back-btn:before,
.opalestate-submission-form .submission-next-btn:after,
.opalestate-submission-form .submission-next-btn:before,
.opalestate-submission-tab button.btn.submission-next-btn:after,
.opalestate-submission-tab button.btn.submission-next-btn:before,
.opalestate-submission-form .btn-submit-cmb:after,
.opalestate-submission-form .btn-submit-cmb:before {
  display: none !important;
}

.opalestate-box {
  background-color: #fff;
  padding: 30px;
}

/** CMD BOX 2 */
.select2-search-member {
  display: flex;
}
.select2-search-member .member-meta {
  margin-left: 12px;
  font-weight: 500;
}

.cmb2-wrap .field-row-2 .cmb-row {
  display: inline-block;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .cmb2-wrap .field-row-2 .cmb-row:nth-child(even) > div {
    padding-left: 12px;
  }
}

.cmb2-wrap .cmb-td {
  padding: 10px 0;
}

.alert.alert-success {
  background: #0F93FA;
}

.alert.alert-danger {
  background: #f55753;
}

.alert.alert-warning {
  background: #ffca28;
}

.opalestate-tab-content {
  display: none;
  clear: both;
}
.opalestate-tab-content.active {
  display: block;
}
.opalestate-tab-content .property-list-style-v2 .property-list:last-child {
  margin-bottom: 30px;
}

.hide {
  display: none !important;
}

.highlight-text {
  font-weight: 700;
}

ul.property-status {
  padding: 0;
  margin: 0;
  display: inline-block;
}
ul.property-status li {
  list-style: none;
  display: inline-block;
}
ul.property-status li:not(:last-child) {
  margin-right: 5px;
}

.opalestate-scroll-elements a:not(.btn-primary) {
  display: block;
  padding: 21px 0 17px;
  border-bottom: 3px solid transparent;
  color: inherit;
  transition: all 0.5s ease-in-out;
}
.opalestate-scroll-elements a:not(.btn-primary):focus, .opalestate-scroll-elements a:not(.btn-primary):hover {
  border-color: var(--e-global-color-primary);
  color: inherit;
}

.opalestate-rating__stars {
  position: relative;
  overflow: hidden;
  height: 15px;
  font-size: 15px;
  width: calc(15px * 5 + 3px);
  line-height: 1;
}
.opalestate-rating__stars::before {
  font-size: inherit;
  text-rendering: auto;
  position: absolute;
  top: 0;
  left: 2px;
  color: var(--e-global-color-border);
}
.opalestate-rating__stars span {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  color: transparent;
  padding-top: 20px;
}
.opalestate-rating__stars span::before {
  font-size: inherit;
  text-rendering: auto;
  color: var(--e-global-color-primary);
  position: absolute;
  top: 0;
  left: 0;
  width: calc(15px * 5);
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-weight: 400;
  text-indent: 0;
}

.opalestate-loan-amount {
  display: none;
}

.opal-form-group {
  margin-top: 16px;
}
.opal-form-group label {
  margin-bottom: 0;
  cursor: pointer;
  display: block;
  padding-left: 25px;
}

.property-category {
  position: relative;
  overflow: hidden;
}
.property-category .static-content {
  padding: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.property-category .static-content a {
  color: #fff;
}
.property-category .property-category-count {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  background-color: var(--e-global-color-primary);
  border-radius: 4px;
  display: inline-block;
  padding: 2px 10px;
}
.property-category .property-category-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  margin-bottom: 10px;
}
.property-category .property-category-info {
  flex-basis: 100%;
}
.property-category .category-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.property-category:hover .property-category-bg {
  transform: scale(1.1);
}
.property-category .property-category-inner {
  overflow: hidden;
}

.property-category-bg {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  height: 100%;
  min-height: 320px;
  transform: scale(1);
  transition: opacity 0.5s ease, transform 1s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18);
  background-position: center center;
  border-radius: 4px;
}
.property-category-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.property-category {
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.property-category:hover .property-category-bg::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.custom .property-category-bg {
  min-height: 240px;
}

.property-city {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.property-city .static-content {
  padding: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.property-city .static-content a {
  color: #fff;
}
.property-city .property-city-count {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  background-color: var(--e-global-color-primary);
  border-radius: 4px;
  display: inline-block;
  padding: 2px 10px;
}
.property-city .property-city-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  margin-bottom: 10px;
}
.property-city .property-city-info {
  flex-basis: 100%;
}
.property-city .city-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.property-city:hover .property-city-bg {
  transform: scale(1.1);
}
.property-city:hover .property-city-bg::before {
  background-color: rgba(0, 0, 0, 0.6);
}

.property-city-bg {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  height: 100%;
  min-height: 320px;
  transform: scale(1);
  transition: opacity 0.5s ease, transform 1s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18);
  background-position: center center;
  border-radius: 4px;
}
.property-city-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.opalesate-archive-top {
  margin-bottom: 30px;
  padding: 15px 0;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--e-global-color-border);
  position: relative;
}
.opalesate-archive-top .opalestate-sortable {
  display: inline-block;
  min-width: 180px;
  text-align: left;
}
@media (max-width: 567px) {
  .opalesate-archive-top {
    padding: 0;
  }
  .opalesate-archive-top .opalestate-sortable,
.opalesate-archive-top .display-mode {
    display: none;
  }
}
.opalesate-archive-top .opal-row {
  align-items: center;
}
.opalesate-archive-top .opal-row > div {
  align-items: center;
}
.opalesate-archive-top form {
  margin: 0;
}
.opalesate-archive-top .opalestate-results .opalestate-popup .popup-body {
  padding: 30px;
  background-color: #fff;
}
.opalesate-archive-top .opalestate-results .opalestate-popup .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.opalesate-archive-top .opalestate-results .opalestate-popup .contact-share-form-container h6 {
  font-size: 14px;
  font-size: 0.875rem;
}
.opalesate-archive-top .opalestate-results .opalestate-popup .contact-share-form-container .form-group {
  margin-bottom: 15px;
}

.opalesate-archive-bottom {
  position: relative;
}

.display-mode {
  display: inline-block;
}
.display-mode .btn:not(:disabled):not(.disabled) {
  padding: 0;
  background-color: transparent;
  color: var(--e-global-color-text);
  font-size: 18px;
  font-size: 1.125rem;
  margin-left: 10px;
}
.display-mode .btn:not(:disabled):not(.disabled).active, .display-mode .btn:not(:disabled):not(.disabled):hover {
  background-color: transparent;
  color: var(--e-global-color-secondary);
}

.list-tabs {
  margin-bottom: 15px;
  background-color: #fff;
  padding: 0;
}
.list-tabs ul {
  padding: 0;
  margin: 0;
}
.list-tabs ul li {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.list-tabs ul li a {
  display: block;
  padding: 5px 20px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
@media (max-width: 568px) {
  .list-tabs ul li a {
    padding: 5px 15px;
  }
}
.list-tabs ul li.active a, .list-tabs ul li:hover a {
  color: #fff;
  background-color: var(--e-global-color-primary);
}

.elementor-opal-slick-slider.elementor-slick-slider .slick-arrow {
  z-index: 99;
  width: 62px;
  height: 62px;
}
.elementor-opal-slick-slider.elementor-slick-slider .slick-arrow:before {
  color: var(--e-global-color-secondary);
  font-size: 20px;
  font-size: 1.25rem;
}
.elementor-opal-slick-slider.elementor-slick-slider .slick-arrow:hover {
  background-color: #939597;
}
.elementor-opal-slick-slider.elementor-slick-slider .slick-arrow:hover:before {
  color: #fff;
}
@media (max-width: 767px) {
  .elementor-opal-slick-slider.elementor-slick-slider .slick-arrow {
    display: none !important;
  }
}
.elementor-opal-slick-slider.elementor-slick-slider ul.slick-dots li {
  width: auto;
  height: auto;
  margin-right: 10px;
}
.elementor-opal-slick-slider.elementor-slick-slider ul.slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
}
.elementor-opal-slick-slider.elementor-slick-slider ul.slick-dots li button::before {
  content: "";
  opacity: 1;
  position: relative;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.25);
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.elementor-opal-slick-slider.elementor-slick-slider ul.slick-dots li:last-child {
  margin-right: 0;
}
.elementor-opal-slick-slider.elementor-slick-slider ul.slick-dots li:hover button::before, .elementor-opal-slick-slider.elementor-slick-slider ul.slick-dots li.slick-active button::before {
  transform: translate(-1px, 1px);
  width: 10px;
  height: 10px;
  background-color: var(--e-global-color-primary);
}

.page-template-user-management.logged-in header, .page-template-user-management.logged-in footer, .page-template-user-management.logged-in #colophon {
  display: none;
}
.page-template-user-management article header {
  display: block !important;
}

.opalestate-pagination {
  text-align: left;
  margin: 30px 0;
}
.opalestate-pagination ul {
  margin: 0 auto;
  padding-left: 0;
}
.opalestate-pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
.opalestate-pagination ul li a {
  padding: 5px 15px;
  display: block;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: var(--e-global-color-text);
}
.opalestate-pagination ul li:hover a, .opalestate-pagination ul li.active a {
  background-color: var(--e-global-color-primary);
  color: #fff;
}

#property-request-view .form-group {
  margin-bottom: 15px;
}
#property-request-view .form-group .opalestate-label,
#property-request-view .form-group input {
  display: block;
  width: 100%;
}
#property-request-view .form-group input {
  padding: 5px 10px;
}

.opalmembership-box {
  background-color: #fff;
  padding: 30px;
}
.opalmembership-box .opalmembership-shoppingcart {
  margin: 0;
}

.opalmembership-shoppingcart caption {
  background-color: #fff;
  text-align: left;
  padding: 0 0 20px 0;
}
.opalmembership-shoppingcart input.form-control {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid var(--e-global-color-border);
  padding: 10px 15px;
}

.opalmembership-billing-fields .billing-fields h3,
.opalmembership-billing-fields .opal-panel-heading h3,
.opalmembership-gateways .billing-fields h3,
.opalmembership-gateways .opal-panel-heading h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

.gateway-form {
  border: 1px solid var(--e-global-color-border);
  padding: 30px;
}

.elementor-slick-slider-row {
  margin: 0 -15px;
  display: none;
}
.elementor-slick-slider-row.slick-slider {
  display: block;
}
.elementor-slick-slider-row .column-item {
  padding: 0 15px;
}

/*# sourceMappingURL=opal-estate-pro.css.map */
