.editor-content {
    margin-bottom: 50px;
    color: #626973;
    line-height: 1.71428;
}
@media screen and (min-width: 960px) {
    .editor-content {
        line-height: 1.4;
        font-size: 16px;
    }
    .wp-block-button__link-shortcode {
        font-size: 16px;
    }
}
.editor-content::after {
    content: '';
    display: block;
    clear: both;
}
.editor-content ul {
    list-style-type: disc;
    margin: .5em 0 .5em 1.5em;
}
.editor-content ol {
    list-style-type: decimal;
    margin: .5em 0 .5em 1.5em;
}
.editor-content p {
    margin: .5em 0;
}
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4 {
    margin: .75em 0 .25em;
}
.editor-content figcaption {
    text-align: center;
    font-size: 12px;
    opacity: .7;
}
.editor-content p a:not([class]) {
    text-decoration: underline;
    font-weight: 600;
    color:#ff750f;
}
.editor-content p a:not([class]):hover {
    text-decoration: none;
    color: #4bbb4b;
}
.cat-label {
    background: #13b171;
    display: inline-block;
    border-radius: 6px;
    color: #fff;
    padding: 6px 8px;
    margin-right: 8px;
    white-space: nowrap;
    font-weight: 600;
}
.current-post-categories {
    margin: 3.1em 0 2.6em;
    font-weight:  bold;
    display: none;
}
.current-post-categories a:hover {
    opacity: .7;
    text-decoration: none;
}
.featured-image img {
    width: 100%;
}
.wp-block-image.size-full img {
    margin: 0 auto;
}
.post-content .wp-block-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: 50% 50%;
}
.post-content .wp-block-image .alignleft img,
.post-content .wp-block-image .alignright img {
    width: auto;
    height: auto;
}
.post-content .wp-block-image figure {
    display: block;
}
.page .post-content .wp-block-image.size-full img,
.post-template-rev-2 .post-content .wp-block-image.size-full img {
    height: auto;
}
.post-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    opacity: .9;
}

@media screen and (max-width: 767px) {
    .post-content .wp-block-image img {
        height: auto;
        aspect-ratio: 1096/683;
        object-fit: cover;
        object-position: 50% 50%;
    }
}

.single-post-intro .single-post--title {
    flex: 0 0 100%
}
.single-post-intro {
    display: flex;
    justify-content: space-between;
}
.single-post-title-area {
    flex: 0 0 750px;
}
.editor-content img {
    display: block;
}
.single-post-date {
    color:  rgba(68, 68, 68, 0.85);
    font-size: 16px;
    margin: .65em 0 1.1em;
}


.blog-sidebar .yarpp-related h3 {
    margin-bottom: .25em;
}

.related-properties {
    height: 100%;
    /* justify-content: space-between; */
    display: flex;
    flex-direction: column;
    padding-bottom: 55px;
    box-sizing: border-box;
}
.property-item {
    background: #13b171;
    border-radius: 6px;
    color: #fff;
    padding: 20px 10px;
    position: relative;
    display: flex;
    font-size: 10px;
}
.property-item + .property-item {
    margin-top: 10px;
}
.property-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.property-item a:hover {
    background: rgba(255, 255, 255, .2);
}
.property-item h4 {
    color:  inherit;
    margin-top: 0;
    font-size: 14px;
}
.property-item p {
    font-size: 12px;
}
.property-item img {
    display: block;
    border-radius: 6px;
    width: 125px;
}
.property-item .thumb {
    margin-right: 10px;
    flex: 0 0 125px;
}
.property-item .desc {
    flex: 0 0 165px;
}
.property-item .desc-inside {
    position: relative;
    box-sizing: border-box;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.property-features {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-decoration: underline;
}

.blog-sidebar h4 {
    font-size: 16px;
    text-align: center;
    margin: 1.1em 0 2.6em;
}
.blog-sidebar img {
    border-radius: 6px;
}
.blog-sidebar a {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    display: block;
}
.blog-sidebar .wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 0;
}
.blog-sidebar .wp-block-latest-posts.is-grid {
    margin: 0;
}
.blog-sidebar .wp-block-latest-posts.is-grid li {
    width: auto;
}
.blog-sidebar .wp-block-latest-posts.is-grid,
.blog-sidebar .wpp-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
    list-style-type: none;
}
.blog-sidebar .wp-block-latest-posts.is-grid li,
.blog-sidebar .wpp-list li {
    flex: 0 0 22%;
    flex: 0 0 calc(25% - 20px);
    margin: 0 10px 20px;
}
.blog-sidebar .wp-block-latest-posts.is-grid li img,
.blog-sidebar .wpp-list li img {
    width: 100%;
    height: auto;
    aspect-ratio: 520/406;
    object-fit: cover;
    object-position: 50% 50%;
}

.single-post-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0;
    clear: both;
}
.single-post-share .button {
    font-size: 20px;
    line-height: 24px;
    padding: 18px 12px;
}
.single-post-related {
    width: 320px;
}

@media screen and (max-width: 1200px) {
    .single-post-title-area {
        flex: 0 0 calc(100% - 340px);
    }
}

@media screen and (max-width: 1120px) {
    .blog-sidebar {
        margin-left: 10px;
    }
}

@media screen and (max-width: 980px) {
    .single-post-related {
        width: auto;
    }
    .related-properties {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        overflow-y: scroll;
        margin: 0  -45px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 17px;
    }
    .property-item {
        flex: 0 0 300px;
        box-sizing: border-box;
    }
    .property-item,
    .property-item + .property-item {
        margin: 0 10px;
    }
    .property-item .thumb {
        flex: 0 0 105px;
    }
    .single-post-intro {
        position: relative;
    }
    .single-post-intro {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .blog-sidebar--before-content {
        display: none;
    }
    .blog-sidebar--after-content {
        display: block;
        margin: 0 auto;
        float: none;
    }
    .blog-sidebar {
        float: none;
        margin:  30px 0 20px;
        width: auto;
    }
    .blog-sidebar h4 {
        margin-bottom: 1.5em;
    }
    .blog-sidebar .wp-block-latest-posts.is-grid li, 
    .blog-sidebar .wpp-list li {
        flex: 0 0 160px;
    }
    .blog-sidebar .wp-block-latest-posts.is-grid li img, 
    .blog-sidebar .wpp-list li img {
        width: 160px;
        height: 110px;
        max-width: 100%!important;
        max-height: none!important;
        object-fit: cover;
        object-position: 50%;
    }
    .single-post-share .button {
        font-size: 14px;
        line-height: 20px;
        padding: 8px 8px;
    }
    .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
        width: 24px;
        height: 24px;
    }
    .current-post-categories {
        margin: 1.8em 0 1.6em;
        display: none;
    }
    .single-post-related {
        max-width: none;
        width: auto;
    }
    .property-item {
        flex: 0 0 280px;
    }
    .property-item .desc {
        flex: 0 0 140px;
    }
    .property-features {
        font-size: 16px;
        line-height: 18px;
    }
    .post-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
        width: 100%;
    }
    .post-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
        font-size: 11px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 599px) {
    .single-post-date {
        font-size: 14px;
    }
    .single-post-share {
        margin-bottom: 75px;
    }
    .single-post-share .button {
        font-size: 12px;
    }
    .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
        width: 24px;
        height: 24px;
    }
    .addtoany_list.a2a_kit_size_32 a {
        margin: 0;
    }
    .addtoany_shortcode {
        margin-bottom: -36px;
    }
    .addtoany_shortcode::after {
        content: 'Share Now';
        display: block;
        text-align: center;
        color: #020202;
        padding-top: 5px;

    }
}

@media screen and (max-width: 424px) {
    .blog-sidebar .wp-block-latest-posts.is-grid li, 
    .blog-sidebar .wpp-list li {
        flex: 0 0 48%;
    }
    .blog-sidebar .wp-block-latest-posts.is-grid li img, 
    .blog-sidebar .wpp-list li img {
        width: 100%;
    }
     .site-header__mobile-menu {
        width: 85vw;
     }
     .wp-block-button .wp-block-button__link, 
     .button {
        font-size: 18px;
     }
}