/* BLOG POST ARCHIVE & CATEGORY ARCHIVE STYLE*/
/* blog ad banner */
img.product-add-banner {
    margin: auto;
    display: block;
    width: 100%;
    margin-top:10px; 
    margin-bottom:10px
}
a.product_link {
    display: block;
}
/* BFCM BLOG Style */
.plugins-deals-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 -14px; /* for negative side padding if necessary */
    justify-content: space-between;
    padding: 0px 10px;
    margin-bottom: 20px;
}
.plugin-deal-box {
    background: #fff;
    border: 1px solid #8f8f8f;
    box-shadow: 0px 0px 5px -1px #00000070;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
    transition: transform .3s, box-shadow .3s;
    border-radius: 30px;
    flex: 0 31%;
}
.plugin-deal-box .plugin-icon img {
    max-width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}
.plugin-deal-box .plugin-name {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 15px;
    color: #333;
}
.plugin-deal-box .sale-details {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    margin: 0 0 20px;
}
.plugin-deal-box .grab-btn a {
    display: inline-block;
    background-color: black;
    color: #fff;
    padding: 12px 24px;
    font-size: 15px;
    text-decoration: none;
    border-radius: 50px;
    transition: background-color .3s;
    border: 1px solid #333;
    line-height: 15px;
}
.plugin-deal-box .grab-btn a:hover {
    background-color: transparent;
    color: black;
}
.grab-btn:hover {
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: 
linear;
    animation-iteration-count: infinite;
}
/* end */
.share-this-article .wp-block-uagb-social-share-child:hover {
    box-shadow: 0 4px 22.6px 0 #d7d7d7;
}
#blog_archive_filter_tab .blog_filter_tabs .controls ul li {
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 8px 25px;
    line-height: 20px;
    margin-bottom: 19px;
    background-color: #fff;
    color: #000000;
    cursor: pointer;
    font-size: 16px;
    transition: 0.5s ease all;
    padding-bottom: 10px;
    font-weight: 500;
    font-family: "Figtree-Medium"
}
#blog_archive_filter_tab .blog_filter_tabs .controls ul li:hover,
.blog_btn_active {
    background-color: #000000 !important;
    color: #fff !important;
}
#blog_archive_filter_tab .posts-result div#load-more {
    border: 1px solid #000000;
    font-family: "Figtree-Medium";
    border-radius: 50px;
    padding: 11px 0px;
    line-height: 20px;
    background-color: transparent;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    transition: 0.5s ease all;
    font-weight: 500;
    display: block;
    margin: auto;
    width: 160px;
    text-align: center;
    margin-top: 15px;
}
#blog_archive_filter_tab .posts-result div#load-more:hover {
    background-color: #000;
    color: #fff;
}
.blog_cat_tabs .elementor-widget-wp-widget-categories ul li a {
    border: 1px solid #000;
    border-radius: 50px;
    color: #000;
    padding: 8px 25px;
    overflow: hidden;
}
.blog_cat_tabs h5 {
    display: none;
}
.blog_cat_tabs .elementor-widget-wp-widget-categories ul {
    margin: 0;
    list-style: none;
    text-align: center;
}
.blog_cat_tabs .elementor-widget-wp-widget-categories ul li {
    display: inline-block;
    margin: 15px 10px;
}
.blog_cat_tabs .elementor-widget-wp-widget-categories ul li.current-cat a,
.blog_cat_tabs .elementor-widget-wp-widget-categories ul li a:hover {
    background: #000;
    color: #fff;
}
.blog_sec .blog_sec_box .blog_box_item a {
    text-decoration: none;
}
.blog_sec .blog_sec_box {
    display: flex;
    padding: 20px 5px;
    gap: 40px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center !important;
}
.blog_sec .blog_sec_box .blog_box_item {
    max-width: 342px;
    flex: 0 30.9%;
    position: relative;
    transform: scale(1);
    transition: 0.8s ease all;
    background-color: #fcfcfc;
    border: 1px solid #dfdede;
    border-radius: 8px;
    padding: 16px;
}
.blog_sec .blog_sec_box .blog_box_item .blog_img a {
    display: block;
}
.blog_sec .blog_sec_box .blog_box_item .blog_img img {
    border-radius: 8px;
}
.blog_sec .blog_sec_box .blog_box_item .blog_content_sec {
    padding: 10px 5px;
    padding-bottom: 0;
}
.blog_sec .blog_sec_box .blog_box_item .blog_content_sec .blog_cat {
    margin-bottom: 20px;
    margin-top: 5px;
}
.blog_sec .blog_sec_box .blog_box_item .blog_content_sec .blog_cat a.cat_2 {
    margin-left: 3px;
    position: relative;
    padding-left: 10px;
}
.blog_sec .blog_sec_box .blog_box_item .blog_content_sec .blog_cat a.cat_2:before {
    content: "";
    background: #c3c3c3;
    width: 2px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 4px;
}
.blog_sec .blog_sec_box .blog_box_item .blog_content_sec .blog_cat span {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #f4476c;
    font-family: "Figtree-Medium";
}
.blog_sec .blog_sec_box .blog_box_item .blog_content_sec .blog_title {
    margin-bottom: 20px;
    height: 60px;
}
.blog_sec .blog_sec_box .blog_box_item .blog_content_sec .blog_title a h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.3px;
    margin-bottom: 0px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "Figtree-Medium" !important;
}
.blog_sec .blog_sec_box .blog_box_item .blog_content_sec .blog_content p {
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: "Figtree-Regular";
}
.blog_sec .blog_sec_box .blog_box_item .blog_content_sec .blog_author_meta {
    margin-top: 40px;
}
.blog_sec .blog_sec_box .blog_box_item .blog_content_sec .blog_author_meta ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    padding: 10px 0px;
}
.blog_sec .blog_sec_box .blog_box_item .blog_content_sec .blog_author_meta ul li.blog_author {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
}
.blog_sec .blog_sec_box .blog_box_item .blog_content_sec .blog_author_meta ul li.blog_date {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    text-align: right;
}
.blog_sec .blog_sec_box .blog_box_item .blog_content_sec .blog_author_meta ul li.blog_author span {
    color: #878787;
    font-size: 14px;
    font-weight: 400;
    font-family: "Figtree-Regular";
}
.blog_sec .blog_sec_box .blog_box_item .blog_content_sec .blog_author_meta ul li.blog_author span a {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    font-family: "Figtree-Medium";
}
.blog_sec .blog_sec_box .blog_box_item .blog_content_sec .blog_author_meta ul li.blog_date span {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #878787;
    font-family: "Figtree-Regular";
}
.nomore_post {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-family: "Figtree-Medium";
    color: #000000;
    background-color: #d5d5d5;
    border-color: #d5d5d5;
}
.nomore_post p {
    margin: 0;
}

/* BLOG AUTHOR PAGE STYLE */
.author_box_sec .elementor-author-box__avatar img {
    padding: 5px;
}
.get_in_touch {
    margin: 0px 0px 0px 20px;
}
.get_in_touch li {
    font-family: 'Figtree-Regular';
}
/* RELATED POST SYLE */
.related_post_sec .related_post_sec_box {
    display: flex;
    padding: 20px 5px;
    gap: 40px;
    flex-direction: row;
    flex-wrap: wrap;
}
.related_post_sec .related_post_sec_box .related_post_box_itme {
    flex: 0 30.9%;
    position: relative;
    transform: scale(1);
    transition: 0.8s ease all;
    background-color: #fcfcfc;
    border: 1px solid #dfdede;
    border-radius: 8px;
    overflow: hidden;
    padding: 16px;
}
.related_post_sec .related_post_sec_box .related_post_box_itme .related_post_img a{
    display: block;
}
.related_post_sec .related_post_sec_box .related_post_box_itme .related_post_content_sec {
    padding: 10px 5px;
    padding-bottom: 0;
}
.related_post_sec .related_post_sec_box .related_post_box_itme .related_post_cat a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #f4476c;
    font-family: "Figtree-Medium";
}
.related_post_sec .related_post_sec_box .related_post_box_itme .related_post_title {
    margin-top: 20px;
}
.related_post_sec .related_post_sec_box .related_post_box_itme .related_post_title a h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.3px;
    margin-bottom: 0px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "Figtree-Medium";
}

/* POST SINGLE STYLE */
.single_post_info a span.elementor-post-info__item {
    color: #000!important;
}
.single_post_content p {
    margin-bottom: 30px;
}
.single_post_content h2 {
    font-size: 32px;
    font-weight: 600 !important;
    color: #000;
    line-height: 38px;
    margin-bottom: 5px;
    font-family: "Figtree-SemiBold" !important;
}
.single_post_content h3 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    line-height: 38px;
    margin-bottom: 5px;
    font-family: "Figtree-SemiBold" !important;
}
.single_post_content h4{
    font-size: 25px;
    font-weight: 600;
    color: #000;
    line-height: 38px;
    margin-bottom: 5px;
    font-family: "Figtree-SemiBold" !important;
}
.single_post_content h5{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 38px;
    margin-bottom: 5px;
    font-family: "Figtree-SemiBold" !important;
}
.single_post_content h6{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 38px;
    margin-bottom: 5px;
    font-family: "Figtree-SemiBold" !important;
}
.single_post_content a {
    color: #343434;
    font-weight: 600;
}
.single_post_content ul {
    margin: 0px 20px;
}
.single_post_content ul li {
    list-style: none;
    position: relative;
    line-height: 20px;
    padding-left: 0;
    margin: 23px;
    margin-bottom: 25px;
    font-family:'Figtree-Regular';
}
table td {
    font-family: 'Figtree-Medium';
}
.single_post_content ul li:before {
    content: "\2022";
    position: absolute;
    color: #343434;
    font-weight: bold;
    display: inline-block;
    width: 1.1em;
    font-size: 25px;
    margin-left: -1em;
}
.single_post_content p a,
.single_post_content p a span {
    color: #f4476c !important;
    font-weight: 500 !important;
    font-family: "Figtree-Medium";
}
.social_share_btns .wp-block-uagb-social-share-child span {
    color: #b3b3b3 !important;
}
.social_share_btns .elementor-widget-container {
    position: relative;
}
.social_share_btns .elementor-widget-container:before {
    content: "";
    position: absolute;
    background: #aaa;
    width: 100%;
    height: 2px;
    left: 0;
    top: 15px;
    z-index: -1;
}
.social_share_btns .elementor-widget-container .elementor-grid {
    background: #fff !important;
    width: 40%;
}
.social_share_btns .elementor-share-btn {
    background-color: transparent !important;
    border: 1px solid #aaa;
    width: 34px;
    height: 34px;
    font-size: 8px !important;
}
.social_share_btns .elementor-share-btn span {
    background-image: none !important;
    color: #aaa;
}
.social_share_btns .elementor-share-btn:hover {
    border: none;
}
.social_share_btns .elementor-share-btn:hover span {
    color: #fff;
}
.social_share_btns .elementor-share-btn.elementor-share-btn_facebook:hover {
    background-color: #3a5795 !important;
}
.social_share_btns .elementor-share-btn.elementor-share-btn_twitter:hover {
    background-color: #1b97e2 !important;
}
.social_share_btns .elementor-share-btn.elementor-share-btn_x-twitter:hover{
    background-color:black !important;
}
.social_share_btns .elementor-share-btn.elementor-share-btn_linkedin:hover {
    background-color: #0075b1 !important;
}
.social_share_btns .elementor-share-btn.elementor-share-btn_pinterest:hover {
    background-color: #7a080f !important;
}
.post_banner {
    background: #000;
    border-radius: 15px;
    padding: 15px 30px;
    width: 95%;
    margin: auto;
    padding-bottom: 15px;
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
}

.post_banner .post_banner_box {
    position: relative;
}

.post_banner .post_banner_box .post_banner_content {
    margin-bottom: 15px;
}

.post_banner .post_banner_box .post_banner_content h3 {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}

.post_banner .post_banner_box .post_banner_content p {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    line-height: 22px;
    margin-bottom: 0;
}

.post_banner .post_banner_box .post_banner_btn {
    padding-top: 10px;
    padding-bottom: 30px;
}

.post_banner .post_banner_box .post_banner_btn ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.post_banner .post_banner_box .post_banner_btn ul li.field_text {
    display: inline-block;
    width: 48%;
}

.post_banner .post_banner_box .post_banner_btn ul li.banner_btn {
    display: inline-block;
    width: 48%;
    vertical-align: super;
    text-align: right;
}

.post_banner .post_banner_box .post_banner_btn ul li span.field_one {
    display: block;
    font-family: "Figtree-SemiBold";
    color: #000;
    font-size: 16px;
    margin-bottom: -8px;
}

.post_banner .post_banner_box .post_banner_btn ul li span.field_two {
    color: #000;
    font-size: 13px;
    font-family: "Figtree-Regular";
}

.post_banner .post_banner_box .post_banner_btn ul li.banner_btn a,
.post_banner .post_banner_box .post_banner_btn a {
    background: transparent;
    color: #ffdc48;
    border-radius: 50px;
    padding: 9px 25px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    word-spacing: 1px;
    border: 1px solid #ffdc48;
}

.post_banner .post_banner_box .post_banner_btn ul li.banner_btn a:hover,
.post_banner .post_banner_box .post_banner_btn a:hover {
    background-color: #ffdc48;
    color: #000;
    border: 1px solid #000;
}
.single_post_footer-banner ul li a{
    color: #f4476c !important;
}
/* BLOG SINGLE TABLE OF CONTENT */
#blogContents {
    margin-top: 18px;
    margin-bottom: 35px;
}
#blogContents h3 {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    font-family: "Figtree-SemiBold";
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 14px;
    margin-top: 18px;
}
#blogContents h3::before {
    position: absolute;
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    left: 0;
    color: #000;
}
#blogContents h3.open::before {
    content: "\f068";
}
#blogContents h3.close::before {
    content: "\f067";
}
#blogContents ul {
    margin: 0px 20px;
}
#blogContents ul li {
    list-style: none;
    position: relative;
    line-height: 20px;
    padding-left: 0;
    margin: 23px;
    margin-bottom: 25px;
}
#blogContents ul li:before {
    content: "\2022";
    position: absolute;
    font-weight: bold;
    display: inline-block;
    width: 1.1em;
    margin-left: -1em;
    font-size: 22px;
    color: #000;
}
#blogContents ul li a {
    font-weight: 500;
    color: #f4476c;
    font-size: 16px;
    font-family: "Figtree-Medium";
}
#blogContents ul li:before {
    font-size: 22px;
    color: #f4476c;
}
#related-mobile-post .owl-stage{
    padding-left: 0 !important;
}
#related-mobile-post .owl-nav button.owl-prev{
    font-family: bauer grotesk;
    background: #333;
    width: 35px;
    border-radius: 0;
    height: 35px;
}
#related-mobile-post .owl-nav button.owl-prev span{
    font-size: 80px;
    color: #fff;
    position: relative;
    top: -2px;
    z-index: 99;
    font-weight: 300;
    opacity: 1;
}
#related-mobile-post .owl-nav button.owl-next{
    font-family: bauer grotesk;
    background: #eee;
    width: 35px;
    border-radius: 0;
    height: 35px;
}
#related-mobile-post .owl-nav button.owl-next span{
    font-size: 80px;
    color: #3a3a3a;
    position: relative;
    top: -2px;
    z-index: 99;
    font-weight: 300;
    opacity: 1;
}

/* HOME BLOG CSS */
.home-blog-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.home-blog-box .blog-items{
    flex: 0 23%;
    padding: 10px 20px 15px;
    border: 1px solid var(--secondary-border-grey);
    border-radius: 7px;
    background-color: var(--secondary-background-grey);
    text-align: center;
}
.home-blog-box .blog-items a{
    color: var(--primary-black);
}
.home-blog-box .blog-items .post-img{
    margin-bottom: 15px;
}
.home-blog-box .blog-items .post-img img{
    border-radius: 7px;
}
.home-blog-box .blog-items .post-title h3{
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-black);
    font-family: "Figtree-SemiBold";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-blog-box .blog-items .post-date{
    margin-bottom: 15px;
}
.home-blog-box .blog-items .post-date span{
    color: var(--secondary-mid-grey);
    font-size: 14px;
    font-weight: 500;
    font-family: "Figtree-Regular";
}
.home-blog-box .blog-items .post-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    color: var(--secondary-dark-grey);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.home-blog-box .blog-items .post-url span{
    font-size: 16px;
    font-weight: 500;
    font-family: "Figtree-Medium";
    color: var(--primary-black);
}
select#input_71_3 {
    height: 42.5px !important;
}
.author--info {
    align-items: center !important;
}
.author--info img.avatar {
    border-radius: 100px !important;
}
span.uagb-ss__link {
    border: 1px solid #dfdede;
    border-radius: 100px;
}
div.blog--title h1 {
    font-family: 'Figtree-Medium' !important;
}
.cat-list {
    text-align: center;
    padding: 0 10%;
}

div.cat-list ul {
    list-style-type: none !important;
}
div.cat-list ul li a{
    font-size:15px;
    line-height:24.75px;
    font-weight:400;
}
div.cat-list ul li{
    display: inline-block;
    margin: 5px 10px;
    border: 1px solid #000000!important;
    padding: 8px 25px;
    border-radius: 50px;
    min-width: 130px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Figtree-Medium';
    color: #000000;
}

div.cat-list ul li:hover a{
    color:white;
}

div.cat-list ul li:hover  {
    background: black;
}
div.cat-list ul li a:focus{
    color:inherit;
}
.cat-title {
    text-align: center;
    margin-bottom: 20px;
}
li.selected-category {
    background: black;
}

li.selected-category a {
    color: white;
}
.author-profile-image figure img {
    padding: 5px;
}
.blog-cat-container {
    width: 80%;
    margin: auto;
}
.home-blog-sec a {
    text-decoration: none !important;
}
.pagination {
    text-align: center;
}

.pagination a {
    font-size: 16px;
    margin: 4px;
}
.home_blog_inner_sec {
    display: flex;
    justify-content: space-around;
    gap: 24px;
}

.post-img img {
    border-radius: 8px;
    width: 100%;
    height: auto;
}

.blog-post {
    flex: 0 33%;
}

.post-date {
    margin-top: 12px;
    margin-bottom: 8px;
}

.post-date span {
    color: #000000;
    font-family: 'Figtree';
    font-size: 12px;
    font-weight: 400;
}

.title {
    margin: 8px 0px;
}

.title h3 {
    font-family: 'Figtree';
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin: 0px;
    letter-spacing: .6px;
}

.post-content {
    margin: 8px 0px;
}

.post-content p {
    font-family: 'Figtree';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0px;
}

.post-read span {
    font-family: 'Figtree';
    font-weight: 5;
    font-size: 16px;
    text-decoration: underline;
    color: #FF9900;
}
/* MOBILE MEDIA QUERY */
@media (min-width: 0px) and (max-width: 480px) {
    /* Blog Style */
    .plugin-deal-box {
        width: 100%;
        margin: 0 0 30px;
    }
    .home_blog_inner_sec {
    flex-wrap: wrap;
    }

    .blog-post {
    flex: 0 100%;
    }
    #blog_archive_filter_tab .blog_filter_tabs .controls ul{
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        display: flex;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .blog-content .single_post_content h2 {
    font-size:24px !important;
    }
    .blog-content .single_post_content h3 {
    font-size:20px !important;
    }
    #blog_archive_filter_tab .blog_filter_tabs .controls ul::-webkit-scrollbar {
        display: none;
    }
    #blog_archive_filter_tab .blog_filter_tabs .controls ul li {
        padding: 8px 18px;
        padding-bottom: 10px;
    }
    #blog_archive_filter_tab .blog_item .blog_box .blog_content_sec .blog_title {
        height: auto;
    }
    .blog_sec .blog_sec_box .blog_box_item {
        flex: 0 100%;
    }
    .blog_sec .blog_sec_box .blog_box_item .blog_content_sec .blog_title a h3 {
        font-size: 16px;
        line-height: 25px;
    }
    .social_share_btns .elementor-widget-container .elementor-grid {
        width: 80%;
    }
    .related_post_sec .related_post_sec_box .related_post_box_itme {
        flex: 0 100%;
    }
    .post_banner .post_banner_box .post_banner_content p {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }
    .post_banner .post_banner_box .post_banner_btn ul {
        text-align: center;
    }
    .post_banner .post_banner_box .post_banner_btn ul li {
        width: 100% !important;
    }
    .post_banner .post_banner_box .post_banner_btn ul li.banner_btn {
        text-align: center;
        margin-top: 20px;
    }
    .single_post_content h2{
        font-size: 28px;
        line-height: 34px;
    }
    .single_post_content h3{
        font-size: 26px;
        line-height: 32px;
    }
    .desktop_related_post{
        display: none !important;
    }
    .home-blog-box{
        padding: 0px;
    }
    .home-blog-box .blog-items{
        flex: 0 100%;
    }
    div.cat-list ul li {margin: 2px 2px;}
    div.cat-list ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    .cat-list {
    padding: 0 4%;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .plugin-deal-box {
        width: calc(50% - 30px);
    }
    .categories_blogs .blogs_section .blogs_items {
        width: 50% !important;
    }
    .blog_sec .blog_sec_box .blog_box_item {
        flex: 0 46.5%;
    }
    .related_post_sec .related_post_sec_box .related_post_box_itme {
        flex: 0 46.5%;
    }
    .desktop_related_post{
        display: none !important;
    }
    div.cat-list ul li {margin: 2px 2px;}
    div.cat-list ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    .cat-list {
    padding: 0 4%;
    }
}

/* TABLET MEDIA QUERY */
@media (min-width: 768px) and (max-width: 1024px) {
    .plugin-deal-box {
        width: calc(50% - 30px);
    }
    /* Blog Style */
    #blog_archive_filter_tab .blog_item .blog_box .blog_content_sec .blog_title {
        height: auto;
    }
    .blog_sec .blog_sec_box .blog_box_item {
        flex: 0 47%;
    }
    .related_post_sec .related_post_sec_box .related_post_box_itme {
        flex: 1;
    }
    .home-blog-box .blog-items{
        flex: 0 48%;
    }
}
@media  only screen and (min-width: 768px){
    #related-mobile-post{
        display: none !important;
    }
}
