.section-blog-title {
    background-image: url("/wp-content/uploads/2023/10/blog-titles.svg");
}

.bdp-post-list {
    position: relative;
    background-image: url("/wp-content/uploads/2023/10/blog-item-bg.svg");
    height: 360px;
    background-repeat: no-repeat;
    max-width: 800px;
    padding: 5px 25px 5px 25px;
}
.bdp-post-title a {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.bdp-readmorebtn {
    border-radius: 49px;
    background: linear-gradient(180deg, #66C902 0%, #0B4509 100%) !important;
    box-shadow: 0 4px 10px 0 #094006 !important;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0 none;
    position: absolute;
    right: 0;
    bottom: 0;
}
.bdp-post-short-content {
    margin-bottom: 15px;
    height: 200px;
}
.bdp-post-title {
    text-align: center;
}
.blog-wp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blog-left {
    width: 55%;
    max-width: 800px;
}
.blog-right {
    width: 45%;
}
.blog-right-article {
    width: 35%;
}
.blog-left-article {
    width: 65%;
    max-width: 970px;
}
.blog-right .widget-area {
    width: 100%;
}
.widget--about-author {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.widget--about-author-text {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.widget-block-search__button {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 49px;
    background: linear-gradient(180deg,#66c902 0%,#0b4509 100%);
    box-shadow: 0 4px 10px 0 #094006;
    border: 0 none;
    text-indent: -9999px;
    padding: 0;
    margin-left: 15px;
}
.widget-block-search__button:before {
    content: ' ';
    width: 35px;
    height: 35px;
    display: block;
    background-image: url("/wp-content/uploads/2023/10/white-arrow-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.widget-block-search__input {
    width: 100%;
    max-width: 400px;
    height: 45px;
    border-radius: 10px;
    background: rgba(241, 244, 241, 0.50);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25) inset;
    border: 0 none;
    padding: 5px 20px;
}
.social-links-wp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.social-link {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 10px;

}
.social-link.facebook {
    background-image: url("/wp-content/uploads/2023/10/facebook.svg");
}
.social-link.pinterest {
    background-image: url("/wp-content/uploads/2023/10/pinterest.svg");
}
.social-link.twitter {
    background-image: url("/wp-content/uploads/2023/10/twitter.svg");
}
.social-link.linkedin {
    background-image: url("/wp-content/uploads/2023/10/linkedin.svg");
}
.comment-respond {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
    max-width: 920px;
    width: 100%;
    padding: 30px;
    background: linear-gradient(360deg,#0b4509 0%,#fff 95.1%);
    position: relative;
    border-radius: 10px;
}
.comment-respond .form-submit {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.comment-respond #submit {
    border-radius: 10px;
    background: linear-gradient(180deg, #66C902 0%, #0B4509 100%);
    border: 0 none;
}
.comment-respond input[type=text], #comments input[type=email] {
    width: 100%;
    border-radius: 10px;
    background: rgba(255,255,255,.44);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.25) inset;
    border: 0 none;
    height: 62px;
    padding-left: 15px;
}
.comment-respond textarea {
    width: 100%;
    border-radius: 10px;
    background: rgba(255,255,255,.44);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.25) inset;
    border: 0 none;
    height: 120px;
    padding-top: 15px;
    padding-left: 15px;
}
.comment-form-email {
    margin-right: 25px;
}
.comment-reply-title {
    display: flex;
    justify-content: center;
}
#comments #submit:hover {
    color: white;
}
.byline-custom {
    display: flex;
    align-items: center;
}


@media only screen and (max-width: 1670px) {
    .blog-wp {
        flex-wrap: nowrap;
    }
    .blog-left {
        width: 55%;
        min-width: 800px;
    }
    .blog-right {
        width: 45%;
    }
}
@media only screen and (max-width: 1270px) {
    .blog-wp {
        flex-wrap: wrap;
        justify-content: center;
    }
    .blog-left {
        max-width: 800px;
    }
    .blog-right {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .blog-left {
        width: 100%;
        min-width: 100%;
    }
    .bdp-post-list {
        background-image: none;
    }
    .bdp-user-img-custom {
        padding-left: 14px;
    }
    .bdp-post-list,
    .bdp-post-short-content {
        height: 100%;
    }
    .bdp-readmorebtn {
        position: static;
    }
}









