.rx-read-more {
  position: relative;
}

.rx-read-more[aria-expanded="false"]:before {
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  pointer-events: none;
}

.rx-read-more-plugin-link {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;

  .btn {
    font-size: .8rem;
  }
}

.rx-read-more-plugin-link span {
  text-decoration: underline;
  font-weight: 400;
}

.rtl .rx-read-more-plugin-link.rx-more i {
  transform: rotate(90deg);
}

.ltr .rx-read-more-plugin-link.rx-more i {
  transform: rotate(-90deg);
}

.rtl .rx-read-more-plugin-link.rx-less i {
  transform: rotate(-90deg);
}

.ltr .rx-read-more-plugin-link.rx-less i {
  transform: rotate(90deg);
}

.cg-nowrap {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.logo-badge {
  width: 100%;
  height: 100%;
  background-color: rgba(9, 171, 89,0.1);
  color:  #09ab59;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.single-post-item .post-details .post-title {
  font-size: 28px;
  font-weight: 400;
}

.single-post-item .post-details .article-text {
  margin: 8px 0 26px 0;
}

.single-widgets.widget_thumb_post ul li .right .feed-title {
  font-weight: 400;
  font-size: 16px;
}

.single-widgets .title {
  margin-bottom: 24px;
  font-weight: 400;
}

.single-widgets.widget_category .title {
  margin-bottom: 12px;
}

@media (max-width: 992px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 993px) {
  .mobile-only {
    display: none !important;
  }
}

.cg-real-estate-box {
  display: flex;
  font-size: .9em;
  min-height: 246px;
}

.cg-real-estate-box .box-image {
  width: 280px;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.cg-real-estate-box .box-content {
  padding: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.cg-real-estate-box .box-status-label {
  color: #ff6325;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 6px;
}

.cg-real-estate-box .box-title {
  font-size: 1.2em;
  font-weight: 500;
  color: #000
}

.cg-real-estate-box .box-sub-title {
  font-size: .9em;
  color: #000;
}

.cg-real-estate-box .box-desc {
  margin: 16px 0;
}

.cg-real-estate-box .box-footer {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}

.cg-real-estate-box .box-icons {
  display: flex;
  font-size: 1.2em;
}

.ltr .cg-real-estate-box .box-icon {
  margin-right: 22px;
}

.rtl .cg-real-estate-box .box-icon {
  margin-right: 22px;
}

.cg-real-estate-box .box-price {
  font-size: 1.6em;
  font-weight: 500;
  color: #000;
}

.real-estate-results-filters input[type="text"], .real-estate-results-filters .select2 {
  border: 1px solid #f3f3f3;
  background-color: #f7f7f7;
  border-radius: 6px;
}

.ltr .real-estate-results-filters input[type="text"], .ltr .real-estate-results-filters .select2 .select2-selection__rendered {
  padding-left: 48px;
}

.rtl .real-estate-results-filters input[type="text"], .rtl .real-estate-results-filters .select2 .select2-selection__rendered {
  padding-right: 48px;
}

.real-estate-results-filters .form-group {
  position: relative;
}

.real-estate-results-filters .form-group i {
  position: absolute;
  top: 18px;
  margin: 0 16px;
  user-select: none;
  font-size: 1.3em;
  z-index: 1;
}

.filter-group {
  margin: 6px 0;
}

.filter-group .filter-title {
  font-size: 1.1em;
}

.filter-group .filter-content {
  padding: 8px;
}

.cg-bg-primary {
  background-color: var(--theme-color-primary);
  color:  #fff;
}

.cg-bg-primary h1, .cg-bg-primary h2, .cg-bg-primary h3, .cg-bg-primary h4 {
  color:  #fff;
}

.btn.cg-bg-primary {
  width: 100%;
  border-radius: 6px;
}

.hidden {
  display: none !important;
}

.results-filter-header {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

@keyframes ResultListItemIn {
  from {
    opacity: 0;
    transform: translateX(-2px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.cg-result-list-item {
  animation: ResultListItemIn .15s ease-in-out;
  animation-fill-mode: backwards;
}

@media (max-width: 1300px) {
  .cg-real-estate-results-container .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cg-real-estate-box .box-footer {
    margin-top: 20px;
  }

  .cg-real-estate-box {
    flex-direction: column;
  }

  .cg-real-estate-box .box-image-container {
    height: 200px;
  }

  .cg-real-estate-box .box-image-container .box-image {
    width: 100%;
  }

  .cg-real-estate-box .box-desc {
    display: none;
  }

  .cg-real-estate-box .box-footer {
    font-size: .8em;
  }

  .ltr .cg-real-estate-box .box-icon {
    margin-right: 6px;
  }

  .rtl .cg-real-estate-box .box-icon {
    margin-left: 6px;
  }
}

#map-results .google-maps-api-component .rich-marker .google-map-popup {
  width: 340px;
  left: -164px;
}

#map-results .google-maps-api-component .rich-marker .google-map-popup .Reveal-grid-item {
  margin-bottom: 0;
}

.google-map-popup .cg-real-estate-box .box-footer {
  margin-top: 20px;
}

.google-map-popup .cg-real-estate-box {
  flex-direction: column;
}

.google-map-popup .cg-real-estate-box .box-image-container {
  height: 200px;
}

.google-map-popup .cg-real-estate-box .box-image-container .box-image {
  width: 100%;
}

.google-map-popup .cg-real-estate-box .box-desc {
  display: none;
}

.google-map-popup .cg-real-estate-box .box-footer {
  font-size: .8em;
}

.ltr .google-map-popup .cg-real-estate-box .box-icon {
  margin-right: 6px;
}

.rtl .google-map-popup .cg-real-estate-box .box-icon {
  margin-left: 6px;
}

@media (max-width: 767px) {
  .cg-real-estate-results-container .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.cg-results-view-switch-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cg-results-view-switch-container > i {
  padding: 0 6px;
  font-size: 18px;
  color: #5d5d5d;
  cursor: pointer;
}

.cg-results-view-switch-container > i.active {
  color: var(--theme-color-primary);
}

.cg-results-view-switch-container > span {
  color: #f3f3f3;
}

.rich-marker .fa-location-dot {
  color: #000;
}

.cg-g-map-container {
  padding: 4px 4px 0 4px;
  overflow: hidden;
}

.cg-map-view-on .results-container .container {
  max-width: 100% !important;
}

.cg-map-view-on .google-maps-api-component {
  height: 80vh !important;
}

.cg-map-view-on .cg-content-aside {
  max-width: 360px;
}

.cg-map-view-on .results-container > .container > .row {
  justify-content: center;
}

.cg-map-view-on .cg-sort-container {
  padding: 0;
}

.cg-map-view-on .cg-sort-container .shorting-wrap {
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .cg-map-view-on .cg-sort-container {
    margin-top: 12px;
    padding: 0 14px;
  }

  .cg-map-view-on .cg-content-aside {
    max-width: 100%;
  }
}

.filter-content.filter-one-line {
  display: flex;
}

.ltr .filter-content.filter-one-line input:first-child {
  margin-right: 4px;
}

.rtl .filter-content.filter-one-line input:first-child {
  margin-left: 4px;
}

.filter-content.filter-one-line input {
  height: 40px;
}