@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&amp;display=swap');

.kdsell_catdropdown {
    background: #ed106f08;
    border: 1px solid #ed106f4d;
    border-radius: 2px;
    color: #ed106f;
    height: 40px;
    outline: none;
    padding: 0 10px;
    width: 100%;
  }
 .kdsell_catdropdown option {
    font-size: 18px;
    color: #ed106f;
    background: #ed106f08;
    border: 1px solid #ed106f4d;
  }
  .kdsell_catdropdown option:hover {
      background-color: #ed106f !important;
  }

#posts-category {
    position: absolute;
    right: 185px;
}
.posts__content .posts__col {
    margin-bottom: 60px;
}
a.blog-article img.blog-article__img:hover,
.blog-article .blog-article__img img:hover,
.kd_feature_image .img-fluid.wp-post-image img:hover {
    transform: scale(1.1);
    transition: 0.3s;
}
.kdpost_tag .blog-article__tags:hover,
.leftside .kd_content .category:hover,
.kdpostbanner .row:last-child .col-md-12 .kd_content .category:hover{
       color: #ed0f6fc7 !important;
}
.blog-article__content .kdpost_tag .blog-article__title:hover,
.kdpostbanner .row:last-child .col-md-12 .kd_content a:hover,
.leftside .kd_content h2:hover {
    text-decoration: underline;
}
.blog-article__title:hover{
    text-decoration: underline;
}
.kdpost_tag .blog-article__tags{
    background-color: transparent !important;
    color: #ed0f6f !important;
    display: inline-block;
    font-size: 14px !important;
    line-height: 22px !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
    padding: 0px !important;
    font-family: 'Poppins';
         text-transform: uppercase;
}
header {
    position: relative;
    width: 100%;
}
.search-form .kdseller_search{
    width: 100%;
    height: 40px;
    padding: 8px 8px 8px 12px;
    border-radius: 6px;
    color: #191935;
    font-size: 16px;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    transition: .3s;
    padding-right: 40px;
    outline:none;
    font-family: 'Poppins';
}
.search-form .kdseller_search:focus{
    border: 1px solid #ed0f6f;
}
.search-form{
    position: relative;
}
.search-form::before{
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    background: url(search-loupe.png);
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}



.sidebar .kdf_toogle_arrow{
    display: flex;
    justify-content: space-between;
    align-items: center;
     padding: 8px;
}
.kdseller_checkboxcontent {
    border-top: 1px solid #e0e0e0;
}
.sidebar .kdseller_category{
    border: solid 1px #e0e0e0;
    margin-top:16px;
    border-radius: 6px;
}
.sidebar .kdseller_category h3, .sidebar .post_tags h3{
    font-size: 16px;
    color: #191935;
    margin: 00px 0;
    
}
.kdseller_category .kdseller_checkboxcontent label {
    display: flex;
    color: #0f131a;
    padding: 5px 8px;
    font-size: 16px;
    position:relative;
    align-items: center;
    gap: 12px;
}

.kdseller_category .cat_filter_seller{
    display:none;
}
.kdseller_category .kdseller_cat{
    width:14px;
    height:14px;
    border:1px solid #e0e0e0;
    cursor: pointer;
}
.kdseller_category .jq-checkbox.checked .kdseller_cat{
    background:#ed0f6f url(blog-sidebar-arrow-bottom.png) no-repeat 50% 50%;
    border:1px solid #ed0f6f;
}
.kdf_toogle_arrow .dashicons  {
        cursor: pointer;
}
.kdseller_tag_btn{
    padding: 5px 10px;
    border-radius: 12px;
    border: solid 1px #ed0f6f;
    font-size: 12px;
    color: #ed0f6f;
    text-transform: uppercase;
    margin-right: 4px;
    cursor: pointer;
    transition: .3s;
    background: transparent;
    margin-bottom: 10px;
}
.kdseller_tag_btn:hover{
    background: #ed0f6f;
     border: solid 1px transparent;
}

.kdseller_tag_btn.active_btn{
    background: #ed0f6f;
     border: solid 1px transparent;
     outline:none;
     color:#fff;
}
.kdseller_tag_btn.active_btn:focus{
    box-shadow:none;
}

.sidebar{
    margin-bottom:16px;
    position: sticky;
    top: 80px;
}

.post_tags{
    margin-top:16px;
}
.red_notice{
    width: 100%;
    text-align: center; 
}
#lock-padding{
    overflow: visible;
}

.kdpostbanner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 35px
}
.kdpostbanner .row {
        width: 50%;
}
.kd_feature_image .img-fluid.wp-post-image {
        position: relative;
    height: 315px;
    display: block;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 15px;
    cursor: pointer;
}
.blog-article .blog-article__img img,
.kd_feature_image .img-fluid.wp-post-image img {
    width: 100%;
    height: 100% !important;
        aspect-ratio: unset !important;
        object-fit: cover;
        transition: 0.3s !important;
}
.leftside .kd_content .category {
        margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #ED0F6F;
    font-family: 'Poppins';
         text-transform: capitalize;
}
.kdpostbanner .row:last-child .col-md-12 .kd_content .category {
    font-size: 16px;
    color: #ed0f6f;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 0px !important;
        text-transform: capitalize;
}
.kdpostbanner .row:last-child .col-md-12 .kd_content .kdpost_title,
.leftside .kd_content .kdpost_title {
        line-height: 26px !important;
            margin-bottom: 2px;
}
.leftside .kd_content a {
    font-size: 24px;
    font-weight: 500;
    color: #191935;
    font-family: 'Poppins';
}
.kd_content .Kd_post_content p {
        margin-bottom: 10px;
            padding-bottom: 70px;
    font-size: 18px;
    font-weight: 500;
    color: #191935;
    line-height: 150%;
         font-family: 'Poppins';
}
.kdpostbanner .row:last-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.kdpostbanner .row:last-child .col-md-12 {
    display: flex;
    width: 100% !important;
        flex: unset;
}
.kdpostbanner .row:last-child .col-md-12 .kd_feature_image {
    width: 100%;
}
.blog-article .blog-article__content .kdpost_tag {
    display: flex;
}
.kdpostbanner .row:last-child .col-md-12 .kd_content a {
        font-size: 18px;
    color: #191935;
    font-weight: 500;
    margin-bottom: 5px;
         font-family: 'Poppins';
}
.kdpostbanner .row:last-child .col-md-12 .kd_content .Kd_post_content p {
        font-size: 16px;
    color: #191935;
    font-weight: 400;
        padding-bottom: 32px;
}
.kdpostbanner .row:last-child .col-md-12 .kd_feature_image {
    width: 119px;
    height: 119px;
    margin-right: 20px;
    cursor: pointer;
}
h3.kd_all_post {
    margin-bottom: 80px;
    margin-left: 60px;
    color: #191935 !important;
    font-weight: 500;
    font-size: 38px;
}
.kdpostbanner .row:last-child .col-md-12 .kd_feature_image .img-fluid {
            width: 119px;
    height: 119px;
}
.kdpostbanner .row:last-child .col-md-12 .kd_feature_image .img-fluid img {
    width: 100%;
    height: 100%;
    aspect-ratio: unset !important;
    display: block;
}
.blog__posts .col-md-9 .posts__content .row {
    width: 100% !important;
}
.blog-article {
        background-color: transparent !important;
    border-radius: 0px !important;
    display: flex;
    flex-flow: row;
    height: 100%;
    overflow: hidden;
    margin-left: 60px;
}
.posts__col  .blog-article_content p {
        display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.38;
    color: #191935;
        font-family: 'Poppins';
}
.posts__col .blog-article__info {
         margin-top: 0px !important;
}
.blog-article__title {
    color: #191935;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 5px;
        font-family: 'Poppins';
}

.blog-article__content {
    padding: 0px 0px 0px 30px !important;
    width: calc(100% - 148px);
}
.blog-article__img-wrap {
    height: 148px !important;
    width: 169px;
    padding-top: 19.25% !important;
}
.blog-article__img-wrap .blog-article__img {
    height: 100%;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin-right:30px;
}
.leftside .kd_content .Kd_post_content p {
        font-size: 16px;
    color: #191935;
    font-weight: 400;
    padding-bottom: 32px;
    line-height: 150%;
        font-family: 'Poppins';
        margin-top: 10px;

}
.kdpostbanner .row:last-child .col-md-12:nth-child(2n)::before,
.kdpostbanner .row:last-child .col-md-12:first-child::before {
    content: "";
    position: absolute;
    width: 85%;
    height: 2%;
    bottom: 16px;
    left: 33px;
    border-bottom: 1px solid #ed0f6f40;
}
.kdpostbanner .row:last-child .col-md-12:first-child,
.kdpostbanner .row:first-child {
    position: relative;
}
.kdpostbanner .row:first-child::before {
    content: "";
    position: absolute;
    width: 2%;
    height: 87%;
    top: 0;
    right: -8px;
    border-right: 1px solid #ed0f6f40;
} 
.archive.category .posts__content .posts__col .blog-article {
    margin-left: 60px;
}
.archive.category .posts__content .posts__col .blog-article .blog-article__title {
    font-size: 18px;
}
body.single.single-post .swiper-slide .blog-article {
    margin-left: 0px !important;
}
body.single.single-post .swiper-slide .blog-article .blog-article__content .blog-article__title {
    font-size: 18px !important;
}
.single-post .post__content figure.wp-caption {
    border: none;
    width: auto !important;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 0px;
    margin: 0 0 30px 0px;
}
.single-post .post__content figure.wp-caption .wp-caption-text {
    display: none;
}
.single-post .post__content figure.wp-caption img {
        width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/*12-3-24 */

.blog__posts .banner-block.mobile_banner img {
    display: none;
}

.blog__posts .get-started-btn a {
    display: block;
    width: 195px;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    text-decoration: none;
    background: #ed106f url(get-started-arrow.svg) no-repeat 87% 50%;
    padding-right: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px;
    box-sizing: border-box;
    transition: 0.3s;
}

.blog__posts .get-started-btn a:hover {
    background: #e20056 url(get-started-arrow.svg) no-repeat 90% 50%;
}

.blog__posts .get-started-btn-description {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
}

.blog__posts .banner-description {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 20px;
}

.blog__posts .banner-title {   
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    line-height: 32px;
    margin-bottom: 8px;
    width:85%;
}

.blog__posts .banner-after-3-post {
    background: #090e35 url(banner-after-3-post-bg-2.svg) no-repeat;
    border-radius: 8px;
    width: 90%;
    margin-left: 60px;
}

.banner-block.desktop_banner img {
    width: 100%;
    height: 100%;
}

.blog__posts #kdport_loader img {
    width: 50px;
    margin: 0 auto;
}

.blog__posts #kdport_loader {
    text-align: center;
    margin-bottom:15px;
}

.blog__posts .pagination-container {
    width: 100%;
}
.kdport_loadmore_loader {
    display: none;
}
.pagination-container {
    text-align: center;
}
button.kdport_ajaxbutton {
    background: #ed106f;
    border-radius: 2px;
    color: #fff;
    padding: 5px 22px;
    border: 1px solid #ed106f;
    border-radius: 30px;
    cursor: pointer;
}
button.kdport_ajaxbutton:hover {
    background: #d40e63;
}
/*12-3-24 */
.blog-article__tag {
    display: none;
}
.banner-block.mobile_banner {
    display: none;
}
.banner-block.desktop_banner {
    display: block;
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {

.blog__posts .banner-after-3-post {
    width: 100%;
}

}

@media only screen and (max-width: 1024px){
    .kdpostbanner .row:last-child .col-md-12 .kd_content p {
    font-size: 16px;
}
h3.kd_all_post {
    font-family: "Rubik", sans-serif;
    font-size: 35px;
    font-weight: 500;
}
.kd_content .Kd_post_content p {
    margin-bottom: 25px;
     padding-bottom: 0px; 
}
.kdpostbanner .row:last-child .col-md-12 .kd_feature_image .img-fluid {
    height: 150px;
}
.kd_content .Kd_post_content p {
    font-size: 22px;
    line-height: 140%;
}
.posts__col  .blog-article_content p {
    font-size: 14px !important;
    line-height: 24px;
    margin-bottom: 10px;
}
.blog-article__title {
    font-size: 18px;
}
.blog-article__title {
    margin-bottom: 4px;
}
.kdpostbanner {
    margin-bottom: 25px;
}
.blog-article__info {
    margin-top: 5px;
}
body.single.single-post .swiper-slide .blog-article .blog-article__content .blog-article__title {
    font-size: 14px !important;
    line-height: 19px;
}
.blog-article__content {
    padding: 0px 0px 0px 25px !important;
    width: calc(100% - 85px);
}
.blog-article__img-wrap .blog-article__img {
    margin-right: 0px;
}
.blog-article__img-wrap {
    height: 90px !important;
    width: 90px;
}
}
@media only screen and (max-width: 767px){
    .kdpostbanner .row:last-child .col-md-12 .kd_content p {
     padding-bottom: 0px; 
}
  .kdseller_tag-content,
  .kdseller_checkboxcontent {
      display:none;
  }
.posts__content .posts__col {
    margin-bottom: 30px;
}
.blog__posts .banner-after-3-post{
    margin-left:0;
}
}
@media only screen and (max-width: 768px){
    .kdpostbanner .row:last-child .col-md-12 .kd_content p {
    font-size: 14px;
}
.blog-article {
    margin-left: 0px;
}

h3.kd_all_post {
    margin-bottom: 20px;
    margin-left: 0px;
}
.kd_content .Kd_post_content p {
    font-size: 18px;
}
.blog-article__title {
    font-size: 18px;
}
.posts__col  .blog-article_content p {
    font-size: 14px;
}
.blog__posts .banner-after-3-post {
    margin-left: 0;
}

}
@media only screen and (max-width: 600px) {
    header.space-head {
        margin-bottom: 65px !important;
    }
    .leftside .kd_content a {
    font-size: 18px;
}
.archive.category .posts__content .posts__col .blog-article {
     margin-left: 0px; 
}
    #posts-category {
        right: 12px;
        top: 40px;
        width: 48%;
    }
    .banner-block.mobile_banner {
    display: block;
    cursor: pointer;
}
.banner-block.desktop_banner {
    display: none;
}
    .navbar-toggler {
        
	margin-right: 15px;
}
  /*  .blog__posts .posts__content {
            margin-right: -18px;
    }*/
    .blog-article__title {
    margin-top: 5px;
}
.row {
    margin: 0 auto;
}
    .kdsell_catdropdown {
        height: 32px;
        font-size: 14px;
    }
/*    .kdpostbanner {*/
/*    margin-right: -10px;*/
/*}*/
    .kdsell_catdropdown option {
        font-size: 12px;
    }
    .post_tags .kdf_toogle_arrow {
        padding: 8px 8px 16px 0px;
    }
h3.kd_all_post {
    font-family: "Rubik", sans-serif;
    font-size: 26px;
    font-weight: 500;
}
    .kdpostbanner {
    margin-bottom: 25px;
    flex-direction: column;
    width: 100%;
}
.kdpostbanner .row {
    width: 100%;
}
.kdpostbanner .row:last-child .col-md-12 .kd_feature_image .img-fluid {
    height: 160px;
    width: 100%;
}
.kdpostbanner .row:last-child .col-md-12 {
    flex-direction: column;
}
.kdpostbanner .row:last-child .col-md-12 .kd_feature_image {
    width: 100%;
    height: 100%;
     margin-right: 0px; 
}
.blog-article {
    flex-direction: column;
    width: 100%;
}
.blog-article__img-wrap {
    height: 100%;
    width: 100%;
    padding-top: 27.25% !important;
}
.blog-article__content {
    padding: 0px 0px 0px 0px !important;
    width: calc(100% - 0px);
}
.kdpost_tag .blog-article__tags {
    margin-top: 10px;
    font-size: 16px !important;
}

.blog__posts .banner-title {
    width: 100%;
}
.banner-block.mobile_banner {
    text-align: center;
}

.blog__posts .banner-block.mobile_banner img {
    display: block;
}

.blog__posts .get-started-btn a{
    margin:0 auto 16px;
}

.blog__posts .get-started-btn-description {
    justify-content: center;
}

.banner-block.desktop_banner img{
    display:none;
}
.blog__posts .banner-after-3-post {
    background: #090e35;
    margin:0 auto;
}
.blog__posts .banner-after-3-post{
    width:100%;
}
.blog__posts .banner-description {
    font-size:16px;
}
.blog__posts .banner-title {
    font-size: 20px;
}
.blog__posts .get-started-btn a{
    width:155px;
    height: 44px;
    line-height: 45px;
    font-size:14px;
}
}