/**
 * ListingPro Blog Archive Styles
 * @package listingpro3.0
 */
 * {
    box-sizing: border-box;
}

.listingpro-pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.listingpro-pagination .page-numbers {
    padding: 8px 15px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}

.listingpro-pagination .page-numbers:hover,
.listingpro-pagination .page-numbers.current {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.listingpro-blog-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

@media (max-width: 991px) {
    .listingpro-blog-main {
        width: 100%;
    }

    .side-bar-listing-blog {
        width: 100%;
    }
}

/* ===== ListingPro Blog Structure (listingpro-blog-*) ===== */
.listingpro-blog-main-banner {
    position: relative;
    width: 100%;
    height: 216px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listingpro-blog-banner-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.listingpro-blog-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.listingpro-blog-banner-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: #fff;
    margin: 0;
}

.listingpro-blog-banner-breadcrumb {
    margin-top: 9px;
}

.listingpro-blog-banner-breadcrumb a {
    font-size: 12px;
    font-weight: 400;
    line-height: 17.14px;
    color: #fff;
    text-decoration: none;
    padding-right: 4px;
}

.listingpro-blog-banner-breadcrumb a:hover {
    text-decoration: underline;
}

.listingpro-blog-banner-breadcrumb span {
    position: relative;
    margin-right: 13px;
    padding-left: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.14px;
    color: #fff;
}

.listingpro-blog-banner-breadcrumb span:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translate(0,-50%);
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
}

.listingpro-blog-wrapper.container {
    width: 100%;
    max-width: 1170px;
    gap: 28px;
    display: flex;
    margin: auto;
    padding: 55px 20px;
}

.listingpro-blog-main {
    width: 100%;
}

.listingpro-blog-main-bottom.has-sidebar .listingpro-blog-main {
    display: flex;
    gap: 30px;
    width: calc(67% - 10px);
    flex-direction: column;
}

.listingpro-blog-main-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.listingpro-blog-main-bottom.has-sidebar .listingpro-blog-main-inner {
    grid-template-columns: repeat(2, 1fr);
}


.listingpro-blog-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: calc(33% - 20px);
}


.listingpro-blog-sidebar .listingpro-blog-sidebar-widget {
    padding: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    background-color: #fff;
}

.listingpro-blog-sidebar .listingpro-blog-sidebar-widget a {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: var(--primary-color);
    text-decoration: none;
}

.listingpro-blog-sidebar .listingpro-blog-sidebar-widget a:hover {
    color: var(--primary-color);
}

.listingpro-blog-sidebar .listingpro-blog-sidebar-widget li {
    padding: 0;
}

.listingpro-blog-sidebar .listingpro-blog-sidebar-widget .wp-block-heading {
    margin-bottom: 20px;

}

.listingpro-blog-sidebar-widget form {
    margin: 0;
}

.listingpro-blog-sidebar-widget .wp-block-search__label {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    font-family: Quicksand;
    letter-spacing: 0px;
    color: #1d1d1d;
    margin: 0 0 15px;
}


.sidebar-box {
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    padding: 30px;
    background: #fff;
    padding-bottom: 25px;
}

.sidebar-box h4,
.listingpro-blog-widget-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 17.6px;
    color: #333;
    margin: 0 0 10px 0;
    background: #fff;
    z-index: 9;
    padding-right: 15px;
}

.sidebar-box-inner-head:after,
.sidebar-box-tittle:after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 2px;
    top: 35%;
    transform: translateY(-50%);
    display: block;
    z-index: 0;
    background-color: var(--primary-color);
}

.sidebar-box ul,
.listingpro-blog-sidebar-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-box ul li,
.listingpro-blog-sidebar-widget ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar-box ul li a,
.listingpro-blog-sidebar-widget ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #333;
    text-decoration: none;
}

.sidebar-box ul li a:hover,
.listingpro-blog-sidebar-widget ul li a:hover {
    color: var(--primary-color);
}

.sidebar-box input {
    padding: 8px 8px 8px 40px;
    height: 40px;
    width: 100%;
    margin: 0;
    border: 2px solid #e1e1e1;
    box-sizing: border-box;
    font-size: 13px;
}

.listingpro-blog-main-bottom {
    background-color: #eff3f6;
}

@media (max-width: 1024px) {
    .listingpro-blog-main {
        width: 100%;
    }
    .listingpro-blog-main-bottom {
        background-color: #fff;
    }
}

@media (max-width: 768px) {

    .col-md-9,
    .col-md-6,
    .col-md-4,
    .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .listingpro-blog-main {
        width: 100% !important;
    }

    .listingpro-blog-sidebar {
        width: 100% !important;
    }

    .listingpro-blog-main-inner {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

/* Blog loop style 1 */
.listingpro-blog-card {
    background: #fff;
    overflow: hidden;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    height: fit-content;
}

.listingpro-blog-thumb {
    overflow: hidden;
}

.listingpro-blog-thumb img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: 0.8s;
}

.listingpro-blog-thumb img:hover {
    transform: scale(1.1);
}

.listingpro-blog-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.listingpro-blog-category {
    margin-top: 8px;
    margin-right: 3px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #363F48;
    text-decoration: none;
    text-transform: capitalize;
}

.listingpro-blog-category:hover {
    color: var(--primary-color);
}

.listingpro-blog-title {
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
}

.listingpro-blog-title a {
    color: #333;
    text-decoration: none;
}

.listingpro-blog-title a:hover {
    color: var(--primary-color);
}

.listingpro-blog-meta {
    font-size: 13px;
    font-weight: 400;
    line-height: 18.57px;
    color: #7f7f7f;
    display: flex;
    align-items: center;
    gap: 25px;
    padding-bottom: 26px;
}

.listingpro-blog-meta a {
    color: #7f7f7f;
    text-decoration: none;
}

.listingpro-blog-meta-author-name a,
.listingpro-blog-meta-author-name,
.listingpro-blog-content-date {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    line-height: 19px;
}

.listingpro-blog-meta-author-name a svg,
.listingpro-blog-content-date svg {
    width: 15px;
    fill: rgb(54, 63, 72);
}

.listingpro-blog-content img {
    border: 2px solid #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: -25px;
    border-radius: 50%;
    z-index: 9999;
    position: relative;
}

.listingpro-blog-meta-author-name a.author-link {
    font-size: 13px;
    font-weight: 400;
    line-height: 18.57px;
    color: #7f7f7f;
    text-decoration: none;
}

/* Blog loop style 2 */
.listingpro-blog-card-style-2 {
    background: #fff;
    overflow: hidden;
    text-align: center;
    border-radius: 8px;
    height: fit-content;
}

.listingpro-blog-style-2-thumb {
    overflow: hidden;
    position: relative;
}

.listingpro-blog-style-2-thumb img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.listingpro-blog-style-2-content {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-bottom: 26px;
    border: 1px solid #e3e3e3;
    text-align: left;
    z-index: 1;
    position: relative;
}

.listingpro-blog-style-2-user-thumb {
    border: 2px solid #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: -25px 20px auto;
    overflow: hidden;
    border-radius: 50%;
}

.listingpro-blog-style-2-grid-title {
    padding: 0 30px 0 30px;
    text-align: left;
}

.listingpro-blog-style-2-title {
    margin-top: 20px;
    margin-bottom: 10px;
}

.listingpro-blog-style-2-title a {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-decoration: none;
}

.listingpro-blog-style-2-title a:hover {
    color: var(--primary-color);
}

.listingpro-blog-style-2-discription {
    line-height: 24px;
    color: #7f7f7f;
    font-weight: 400;
    margin: 0 0 10px;
    text-align: left;
}

.listingpro-blog-style-2-category-date {
    padding: 0 30px;
    margin: 0;
    list-style: none;
}

.listingpro-blog-style-2-category-date li {
    display: inline-flex;
    margin-right: 25px;
    color: #7f7f7f;
    font-size: 13px;
}

.listingpro-blog-style-2-category-date li a,
.listingpro-blog-style-2-category-date li {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    gap: 5px;
    line-height: 19px;
}

.listingpro-blog-style-2-category-date li svg {
    fill: var(--primary-color);
    width: 15px;
}

.listingpro-blog-style-2-category a {
    color: #7f7f7f;
    font-size: 13px;
    text-decoration: none;
}

.listingpro-blog-style-2-category a:hover {
    color: var(--primary-color);
}

.blog-read-more {
    padding: 16px 30px 0;
    text-align: left;
}

.blog-detail-link {
    font-weight: 700;
    display: inline-block;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    font-size: 14px;
    line-height: 26px;
    padding: 3px 15px;
    color: var(--primary-color);
    text-decoration: none;
    transition: all .25s ease;
}

.blog-detail-link:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

/* Blog loop style 3 */
.listingpro-blog-card-style-3 {
    border: 1px solid #e3e3e3;
}

.listingpro-blog-style-3-thumb {
    position: relative;
}

.listingpro-blog-style-3-thumb a {
    display: block;
    width: 100%;
}

.listingpro-blog-style-3-thumb img {
    width: 100%;
}

.listingpro-blog-style-3-title {
    position: absolute;
    width: 85%;
    bottom: 0;
    left: 0;
    padding: 19px 20px 14px;
    background-color: #fff;
    margin: 0;
    text-align: left;
    line-height: 24px;
}

.listingpro-blog-style-3-title a {
    display: inline-block;
    color: #333;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    text-decoration: none;
    transition: 0.2s ease;
}

.listingpro-blog-style-3-title a:hover {
    color: var(--primary-color);
}

.listingpro-blog-style-3-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #141414;
    font-size: 14px;
    padding: 0 7px;
    color: #fff;
}

.listingpro-blog-style-3-content {
    padding: 0 35px 10px 20px;
    background: #fff;
    text-align: left;
}

.listingpro-blog-style-3-meta {
    padding: 0;
    margin: 0;
    list-style: none;
}

.listingpro-blog-style-3-category {
    margin-right: 15px;
    display: inline-block;
}

.listingpro-blog-style-3-category a {
    padding: 2px 5px;
    background-color: #737373;
    border-top: solid 1px #737373;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.20s ease-in-out;
}

.listingpro-blog-style-3-category a:hover {
    color: #fff;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.listingpro-blog-style-3-author-name {
    margin-right: 15px;
    display: inline-block;
    color: #333;
    font-size: 13px;
}

.listingpro-blog-style-3-author-name a {
    color: #333;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.listingpro-blog-style-3-comment {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #333;
    font-size: 12px;
    line-height: 15px;
}

.listingpro-blog-style-3-meta svg {
    width: 15px;
}

.listingpro-blog-style-3-discription {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

.blog-style-3-more-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding-top: 7px;
}

.blog-style-3-read-more {
    padding-bottom: 15px;
    text-align: left;
    width: fit-content;
}

.blog-style-3-detail-link {
    border-radius: 0px;
    font-size: 14px;
    line-height: 1.43;
    padding: 5px 15px;
    color: #fff;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    text-decoration: none;
    transition: all .25s ease;
}

.blog-style-3-detail-link:hover {
    opacity: 0.7;
}

/* Blog loop style 4 */
.listingpro-blog-card-style-4 {
    overflow: hidden;
    text-align: center;
}

.listingpro-blog-style-4-thumb {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
}

.listingpro-blog-style-4-thumb a {
    height: 100%;
    display: block;
}

.listingpro-blog-style-4-thumb img {
    max-width: 100%;
    height: 100%;
}

.listingpro-blog-style-4-content {
    padding: 10px;
}

.listingpro-blog-style-4-title {
    font-size: 17px;
    line-height: 24px;
    margin: 0;
}

.listingpro-blog-style-4-title a {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    transition: 0.2s ease;
}

.listingpro-blog-style-4-title a:hover {
    color: var(--primary-color);
}

/* Blog loop style end */