/*
	Theme Name: RealHomes
	Theme URI: http://themeforest.net/item/real-homes-wordpress-real-estate-theme/5373914
	Author: InspiryThemes
	Author URI: https://www.inspirythemes.com/
	Description: RealHomes is a handcrafted WordPress theme for real estate websites. It offers purpose-oriented design with all the essential features that a real estate website needs. RealHomes theme facilitates its users on both the front-end and admin-side, making property management a breeze.
    Requires at least: 6.0
    Tested up to: 6.7
    Requires PHP: 7.4
	Version: 4.3.5
	Text Domain: framework
    Domain Path: /languages
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: custom-background, light, one-column, two-columns, three-columns, four-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready

	----------------------------------------------------------------------------------------------------------------*/
/* Estate */
.owl-carousel__slider {
    margin-bottom: 12px;
    overflow: hidden;
    min-height: 340px;
}

@media (min-width: 768px) {
    .owl-carousel__slider {
        margin-bottom: 24px;
    }
}

@media (min-width: 1024px) {
    .owl-carousel__slider {
        min-height: 668px;
    }
}

.owl-carousel__slider__content {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
}

.owl-carousel__slider__content:after {
    clear: both;
    content: "";
    display: table;
}

@media (min-width: 768px) {
    .owl-carousel__slider__content {
        position: absolute;
        font-size: 21px;
        bottom: 48px;
        margin: 0 auto;
        left: 0;
        right: 0;
        max-width: 600px;
        height: 60px;
    }
}

.owl-carousel__slider__phone {
    background: #f0f0f0;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .owl-carousel__slider__phone {
        width: 250px;
        display: inline-block;
        float: left;
        height: 60px;
    }

    .owl-carousel__slider__phone i {
        margin-right: 9px;
    }
}

.owl-carousel__slider__price {
    background: #29aae3;
    color: #fff;
}

@media (min-width: 768px) {
    .owl-carousel__slider__price {
        height: 60px;
        font-weight: 400;
        display: inline-block;
        float: left;
        width: 250px;
    }
}

.owl-carousel__main-image {
    margin-bottom: 12px;
    overflow: hidden;
}

.owl-carousel__main-image img {
    width: 100%;
}

@media (min-width: 768px) {
    .owl-carousel__main-image {
        margin-bottom: 24px;
    }
}

.owl-carousel__list {
    margin-bottom: 0;
}

.owl-carousel__list:after {
    clear: both;
    content: "";
    display: table;
}

.owl-carousel__list__inner {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media (min-width: 768px) {
    .owl-carousel__list__inner {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -12px;
    }
}

.owl-carousel__list__element {
    position: relative;
    width: 100%;
    margin-bottom: 3px;
}

.owl-carousel__list__element:last-child {
    margin-bottom: 0px;
}

.owl-carousel__list__element strong {
    font-style: normal;
    font-weight: 700;
    margin-right: 6px;
}

.owl-carousel__list__element strong [class*=flaticon-] {
    position: relative;
    padding-left: 24px;
}

.owl-carousel__list__element strong [class*=flaticon-]:before {
    position: absolute;
    left: 0;
    font-weight: 400;
    top: -3px;
    font-size: 19px;
}

@media (min-width: 1025px) {
    .owl-carousel__list__element a:hover {
        color: #29aae3;
    }

    .owl-carousel__list__element a:hover i {
        color: #29aae3;
    }
}

.owl-carousel__list__element a i {
    margin-left: 1px;
    font-size: 13px !important;
}

@media (min-width: 768px) {
    .owl-carousel__list__element {
        padding: 0 12px 3px 12px;
        width: 50%;
    }
}

.owl-carousel__list__element.owl-carousel__list__element--full-width {
    width: 100% !important;
}

.owl-carousel__list .owl-carousel__list__inner .owl-carousel__list__element--attachment {
    width: 100%;
}

.owl-carousel__list .owl-carousel__list__inner .owl-carousel__list__element--attachment a:hover {
    color: #29aae3;
}

.owl-carousel__list .owl-carousel__list__inner .owl-carousel__list__element--attachment i {
    margin-right: 3px;
    font-size: 16px !important;
    top: 0px !important;
    position: relative;
}

.owl-carousel__list__element--dot {
    padding-left: 12px;
}

.owl-carousel__list__element--dot:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #222;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 0px;
}

@media (min-width: 768px) {
    .owl-carousel__list__element--dot {
        width: 33.3%;
        padding: 0 12px 3px 30px;
    }

    .owl-carousel__list__element--dot:before {
        left: 16px;
    }
}

.owl-carousel__details-left {
    margin-bottom: 12px;
    position: absolute;
    top: 48px;
    left: 12px;
    z-index: 2;
    height: 72px;
    text-align: left;
}

.owl-carousel__details {
    margin-bottom: 12px;
    text-align: left;
    font-size: 24px;
}

.owl-carousel__details > div {
    padding: 14px 12px;
    line-height: 20px;
    text-align: left;
    position: relative;
}

.owl-carousel__details > div:after {
    clear: both;
    content: "";
    display: table;
}

.owl-carousel__details > div a {
    width: 100%;
    color: #4d4d4d;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.owl-carousel__details > div a:hover {
    color: #29aae3;
}

.owl-carousel__details > div i {
    margin-right: 6px;
}

@media (min-width: 768px) {
    .owl-carousel__details {
        margin-bottom: 24px;
    }
}

.owl-carousel__details .owl-carousel__details__price {
    font-size: 21px;
    font-family: Play, Arial, Helvetica, sans-serif;
    background: #29aae3;
    color: #fff;
    padding: 10px 12px;
    line-height: 28px;
    border-bottom: 2px solid #fff;
}

.owl-carousel__details__price__single + .owl-carousel__details__price__single {
    position: relative;
    padding: 12px 0;
}

.owl-carousel__details__price__single + .owl-carousel__details__price__single:after {
    content: "";
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    position: absolute;
    height: 2px;
    left: 0;
    top: -1px;
}

.owl-carousel__details__price__single:nth-child(2) {
    padding-top: 24px;
}

.owl-carousel__details__price__single:nth-child(2):after {
    top: 11px;
}

.owl-carousel__details__price__single:last-child {
    padding-bottom: 0;
}

.owl-carousel__details__map {
    font-size: 14px;
    border-bottom: 2px solid #fff;
    padding: 0 !important;
    color: #222 !important;
}

.owl-carousel__details__map a {
    display: block;
    padding: 14px 12px;
    line-height: 20px;
    height: 48px;
    background: #fafafa !important;
    color: #222 !important;
}

.owl-carousel__details__map a:hover {
    background: #f0f0f0 !important;
}

.owl-carousel__details__phone:after,
.owl-carousel__details__print:after {
    clear: both;
    content: "";
    display: table;
}

.owl-carousel__details__phone {
    padding: 0 !important;
    font-size: 14px;
    border-bottom: 2px solid #fff;
}

.owl-carousel__details__phone a {
    display: block;
    padding: 14px 12px;
    line-height: 20px;
    height: 48px;
    background: #fafafa !important;
    color: #222 !important;
}

.owl-carousel__details__phone a:hover {
    background: #f0f0f0 !important;
}

.owl-carousel__section,
.single-estate .mh-comments {
    padding: 15px 18px 0 18px;
    background: #f4f4f4;
    margin-bottom: 12px;
    overflow: hidden;
}

.owl-carousel__section:after,
.single-estate .mh-comments:after {
    clear: both;
    content: "";
    display: table;
}

@media (min-width: 768px) {
    .owl-carousel__section,
  .single-estate .mh-comments {
        padding: 18px 24px 0 24px;
        margin-bottom: 24px;
    }
}

.owl-carousel__section .owl-carousel__list__inner {
    padding-bottom: 24px;
}

.owl-carousel__section--shortcode {
    padding-bottom: 24px;
}

.owl-carousel__section__heading,
.single-estate .comment-reply-title,
.single-estate .mh-post-single__section__heading {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.owl-carousel__section__heading:after,
.single-estate .comment-reply-title:after,
.single-estate .mh-post-single__section__heading:after {
    content: "";
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (min-width: 768px) {
    .owl-carousel__section__heading,
  .single-estate .comment-reply-title,
  .single-estate .mh-post-single__section__heading {
        font-size: 21px;
        margin-bottom: 18px;
        padding-bottom: 18px;
    }
}

.owl-carousel__estate-info {
    font-size: 13px;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 2px;
}

.owl-carousel__estate-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #666666 !important;
}

.owl-carousel__estate-info ul span {
    font-style: italic;
    margin-right: 5px;
}

.owl-carousel__estate-info ul li {
    font-style: italic !important;
    margin-bottom: 6px;
}

@media (min-width: 768px) {
    .owl-carousel__estate-info ul {
        display: flex;
        justify-content: space-between;
    }
}

.owl-carousel__agent {
    margin-bottom: 48px;
}

.owl-carousel__agent img {
    width: 100%;
}

.owl-carousel__agent__phone {
    margin-bottom: 12px;
    color: #4d4d4d;
    font-size: 14px;
}

.owl-carousel__agent__phone i {
    margin-right: 9px;
}

.owl-carousel__agent__more {
    margin-bottom: 12px;
    color: #4d4d4d;
    font-size: 14px;
}

.owl-carousel__agent__email {
    margin-bottom: 12px;
    font-size: 14px;
}

.owl-carousel__agent__email a {
    color: #4d4d4d;
}

.owl-carousel__agent__email a:hover {
    color: #222;
}

.owl-carousel__agent__email i {
    margin-right: 9px;
}

.owl-carousel__agent__social-icons {
    margin-bottom: 16px;
}

.owl-carousel__agent__social-icons svg {
    width: 14px;
    height: 14px;
}

.owl-carousel__agent__social-icons svg path {
    fill: #666666;
}

.owl-carousel__agent__social-icons a {
    color: #666666;
    margin-right: 6px;
    font-size: 14px;
}

.owl-carousel__agent__social-icons a:hover {
    color: #222;
}

.owl-carousel__agent__social-icons a:hover path {
    fill: #222;
}

.owl-carousel__agent__content {
    max-width: 480px;
    margin: 0 auto;
}

.owl-carousel__agent__content a:hover {
    color: #29aae3;
}

.owl-carousel__plan-thumbnail-wrapper {
    position: relative;
    display: block;
    padding-bottom: 62.5%;
    overflow: hidden;
}

.owl-carousel__plan-thumbnail-wrapper:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    height: 100%;
    opacity: 0;
    width: 100%;
    background: #000;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1025px) {
    .owl-carousel__plan-thumbnail-wrapper:hover:after {
        opacity: 0.3;
    }
}

.owl-carousel__plan-thumbnail-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.owl-carousel__agent__thumbnail-wrapper {
    position: relative;
    display: block;
    padding-bottom: 100%;
    margin-bottom: 12px;
}

.owl-carousel__agent__thumbnail-wrapper:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    height: 100%;
    opacity: 0;
    width: 100%;
    background: #000;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1025px) {
    .owl-carousel__agent__thumbnail-wrapper:hover:after {
        opacity: 0.3;
    }
}

.owl-carousel__agent__thumbnail-wrapper img {
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.owl-carousel__huge-image {
    overflow: hidden;
    position: relative;
    height: 350px;
}

@media (min-width: 1024px) {
    .owl-carousel__huge-image {
        height: 500px;
    }
}

@media (min-width: 1200px) {
    .owl-carousel__huge-image {
        height: 600px;
    }
}

.owl-carousel__huge-image > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
}

.owl-carousel__huge-image__single {
    height: 100%;
}

.owl-carousel__huge-no-image {
    overflow: hidden;
    position: relative;
    height: 200px;
    background: #4d4d4d;
}

.owl-carousel__no-sidebar {
    margin: 0 auto;
    max-width: 1024px;
}

.owl-carousel__no-sidebar .mh-display-mobile {
    display: block !important;
}

@media (min-width: 768px) {
    .owl-carousel__no-sidebar .owl-carousel__details > div,
  .owl-carousel__no-sidebar .owl-carousel__details > div a {
        xpadding-left: 24px;
        xpadding-right: 24px;
    }
}

.owl-carousel__no-sidebar .owl-carousel__details__map a {
    padding-left: 12px;
}

.owl-carousel__no-sidebar .owl-carousel__add-to {
    margin-top: 0px;
}

.owl-carousel__no-sidebar .owl-carousel__details__phone a {
    padding-left: 12px;
}

.owl-carousel__attachments-wrapper {
    margin-bottom: 24px;
}

.owl-carousel__attachments-wrapper:after {
    clear: both;
    content: "";
    display: table;
}

.owl-carousel__attachment {
    background: #fff;
    float: left;
    position: relative;
    width: 48%;
    padding: 24px;
}

.owl-carousel__attachment__icon {
    width: 30%;
    float: right;
    position: absolute;
    top: 12px;
    left: 12px;
}

.owl-carousel__attachment__name {
    padding-left: 70px;
}

.owl-carousel__related .owl-carousel__section__heading {
    padding-bottom: 24px;
    margin-bottom: 0;
}

.owl-carousel__related .owl-carousel__section__heading:after {
    display: none;
}

.owl-carousel__related .mh-grid__1of2 {
    margin-bottom: 12px;
}

.owl-carousel__cta {
    margin-bottom: 24px;
    margin-top: 24px;
    padding: 0 !important;
}

.owl-carousel__cta img {
    width: 100%;
}

.owl-carousel__cta__text {
    padding: 12px;
    background: #f4f4f4;
    font-size: 13px;
}

.owl-carousel__add-to {
    padding: 0 !important;
    margin-top: 0;
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .owl-carousel__add-to {
        margin-top: -25px;
    }
}

.owl-carousel__add-to button {
    min-height: 48px;
    line-height: 24px;
    font-size: 14px;
    padding: 12px;
    display: block;
    color: #444;
    text-align: left;
    width: 100%;
    margin: 0;
    background: #fafafa;
    border: 0px solid transparent;
}

.owl-carousel__add-to button:hover {
    background: #f2f2f2;
    color: #222;
}

.owl-carousel__add-to button:last-child {
    border-top: 2px solid #fff;
}

.owl-carousel__add-to button .fab,
.owl-carousel__add-to button .far,
.owl-carousel__add-to button .fas {
    margin-right: 6px;
    position: relative;
}

.owl-carousel__add-to__compare--active {
    color: #4CAF50 !important;
}

.owl-carousel__add-to__favorite--active {
    color: #D32F2F !important;
}

.mh-single_estate--slider .mh-fixed-menu + .mh-sticky-menu-placeholder {
    max-height: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
}