/* ------------------------------------------------ */
/* ------------- BLOG WIDGER TEMPLATES ------------ */
/* ------------------------------------------------ */

.blog-widgets{
    padding: 100px 0;
}

.blog-post-section .widget{
    position: relative;
    margin-bottom: 30px;
}


.blog-post-section .widget .row > div{
    padding: 10px !important;
}

.blog-post-section .widget .custom-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
}

.blog-post-section .widget .custom-row .column:not(.btn-col){
    width: 100%;
    max-width: 430px;
}

.blog-post-section .widget .inner-content{
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.blog-post-section h2.widget-main-heading{
    color: #fff;
    font-weight: 300;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 10px;
}

.blog-post-section h2.widget-main-heading strong{
    color: var(--yellow);
    font-weight: 800;
}

.blog-post-section h4.widget-sub-heading{
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.2;
    margin: 15px auto;
    font-style: unset;
}

.blog-post-section p.widget-para{
    margin-bottom: 10px;
    line-height: normal !important;
    color: #fff;
}

.blog-post-section .widget-button{
    font-weight: bold;
    border-radius: 25px;
    padding: 15px 25px;
    text-transform: uppercase;
    line-height: 1;
    font-size: 15px;
    box-shadow: none !important;
}

.blog-post-section .widget-button.yellow{
    color: #000000 !important;
    background-image: linear-gradient(0deg, #FDEE3D 0%, #F1E121 100%);
}

.blog-post-section .widget-button.white{
    color: #000000 !important;
    background: #fff;
}

/* ------ Latets News Subscribe ------ */

.blog-post-section .latets-news-wdgt{
    background-image: url(../images/widgets/ubscriptionbox_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px;
    color: #fff;
}

.blog-post-section .latets-news-wdgt h3{
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    color: #fff;
}

.blog-post-section .latets-news-wdgt p{
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
    color: #fff;
}

.blog-post-section .latets-news-wdgt .image-wrapper{
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
}

.blog-post-section .yellow-anchor{
    color: var(--yellow) !important;
    font-weight: 600;
}

.blog-post-section .yellow-anchor:hover{
    text-decoration: underline !important;
}

.blog-post-section .subscribe-form {
    padding: 20px 0 10px;
}

.blog-post-section .subscribe-input{
    display: flex;
    align-items: stretch;
    justify-content: center;
    column-gap: 20px;
}

.blog-post-section .subscribe-input .email-field{
    width: 100%;
    max-width: calc(100% - 150px);
}

.blog-post-section .subscribe-form input[type="email"]{
    width: 100%;
    padding: 0 20px;
    margin-bottom: 0;
    margin-right: 15px;
    border: none;
    height: 49px;
    border-radius: 32px;
    box-shadow: none !important;
}

.blog-post-section .subscribe-form input[type="submit"],
.blog-post-section .yellow-button{
    background: var(--yellow);
    min-width: 130px !important;
    height: 49px;
    padding: 0;
    margin-bottom: 0;
    border-radius: 32px;
    color: #5f5f5f;
    text-transform: capitalize;
    font-weight: 600;
    margin-right: 0;
    border: none;
}

.blog-post-section .subscribe-form  div.mce_inline_error {
    margin: 0.5em 0 1em 0;
    padding: 5px 10px;
    background-color: #6B0505;
    font-weight: bold;
    z-index: 1;
    color: #fff;
}

.blog-post-section .subscribe-form  #mce-error-response,
.blog-post-section .subscribe-form  #mce-success-response {
    margin: 0.5em 0 1em 0;
    padding: 10px;
    background-color: #6B0505;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 500;
}

/* ------ Logopoppin Summary ------ */

.blog-post-section .logopoppin-summary {
    text-align: center;
}

.blog-post-section .logopoppin-summary .image-wrapper{
    width: 100%;
    max-width: 145px;
    margin: 0 auto 30px;
}

.blog-post-section .logopoppin-summary .image-wrapper img{
    padding: 0 !important;
}

.blog-post-section .logopoppin-summary h4{
    color: #000;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    font-style: normal;
}

.blog-post-section .logopoppin-summary .site-title{
    color: var(--purple-dark);
}

.blog-post-section .logopoppin-summary p{
    color: #646464;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
    font-style: normal;
}

/* ------ Logopoppin Summary Sidebar ------ */

.blog-post-section .logopoppin-summary.sidebar {
    text-align: left;
    width: 100%;
    max-width: 280px;
}

.blog-post-section .logopoppin-summary.sidebar .image-wrapper{
    width: 100%;
    max-width: 100px;
    margin: 0 auto 30px;
}

.blog-post-section .logopoppin-summary.sidebar h4{
    font-size: 22px;
}

.blog-post-section .logopoppin-summary.sidebar .site-title{
    margin-bottom: 10px;
}

.blog-post-section .logopoppin-summary.sidebar p{
    font-size: 14px;
    line-height: 23px;
}

.blog-post-section .single-post .postbody .logopoppin-summary ul{
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.single-post .blog-post-section .postbody .share-links{
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.blog-post-section .share-links li{
    list-style-type: none;
    display: inline-block;
    margin-bottom: 10px;
}

.blog-post-section .share-links a{
    height: 45px;
    width: 45px;
    font-size: 22px;
    color: #fff !important;
    background-color: var(--blue-dark);
    text-align: center;
    line-height: 45px;
    border-radius: 50%; margin: 0 5px;
}

.blog-post-section .share-links a img{
    display: inline;
}

.blog-post-section .share-links a.facebook{
    background-color: #3b5998;
} 

.blog-post-section .share-links a.twitter{
    background-color: #1da1f2;
}

.blog-post-section .share-links a.linkedin{
    background-color: #0077b5;
}

.blog-post-section .share-links a:hover{
    filter: saturate(1.5) brightness(1.2);
}

.blog-post-section .logopoppin-summary:not(.sidebar) .share-links a{
    font-size: 17px;
}

/* ------ Common Widget style ------ */

.blog-post-section .common-widget{
    padding: 50px 70px 60px !important;
    color: #fff;
}


/* ------ Trendy logos ------ */

.blog-post-section .trendy-logos{
    background-image: url(../images/widgets/logo-cta-2_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-post-section .iconic-logo{
    background-image: url(../images/widgets/logo-cta-3_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-post-section .pink-gradient{
    background-image: url(../images/widgets/ubscriptionbox_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-post-section .global-business{
    background-image: url(../images/widgets/branding-cta-3-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 50px 65px;
}

.blog-post-section .global-business h2.widget-main-heading{
    font-size: 34px;
    font-weight: 500;
}

.blog-post-section .global-business h4.widget-sub-heading{
    font-size: 22px;
    margin: 0 auto 30px;
    font-weight: 500;
}

.blog-post-section .free-ebook{
    background-image: url(../images/widgets/ebook_form_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 35px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    border-radius: 34px;
    width: 100%;
    max-width: 460px;
}

.blog-post-section .free-ebook h4.widget-sub-heading{
    color: #000077;
    font-size: 23px;
    font-weight: bold;
    line-height: 37px;
}

.blog-post-section .free-ebook  p.widget-para{
    color: #363636;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

.blog-post-section .need-business-card{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    background-color: #E7E7E7;
}

.blog-post-section .need-business-card .image-wrapper{
    min-height: 100%;
}

.blog-post-section .need-business-card .image-wrapper img{
    padding: 0 !important;
}

.blog-post-section .need-business-card .text{
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.blog-post-section .need-business-card p.widget-para{
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    margin: 0 auto 12px;
    width: 100%;
}

.blog-post-section .need-business-card p.widget-para a{
    font-weight: 700;
}

.blog-post-section .need-business-card p.widget-para a:hover{
    color: #0056b3 !important;
}

.blog-post-section .business-into-brand{
    background-image: url(../images/widgets/branding-cta-1-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 20px;
}

.blog-post-section .business-into-brand .inner-content{
    max-width: 650px;
    color: #fff;
}

.blog-post-section .iconic-business{
    background-image: url(../images/widgets/branding-cta-2-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 20px;
}

.blog-post-section .iconic-business h4.widget-sub-heading{
    color: #000;
    font-weight: 600;
}

.blog-post-section .responsive-websites{
    text-align: center;
    background-image: url(../images/widgets/web-cta-1_bg_upd.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 20px;
}

.blog-post-section .widget-button.purple-gradient{
    background-image: linear-gradient(0deg, #4E173F 0%, #EF2F61 100%);
    border: none !important;
    color: #fff !important;
    margin-top: 20px;
}

.blog-post-section .brand-website{
    background-image: url(../images/widgets/web-cta-2_bg_upd.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 20px;
    text-align: center;
    color: #fff;
}

.blog-post-section .widget-button.pink{
    background-image: linear-gradient(20deg, #EC0651 0%, #FF3578 100%);
    color: #fff !important;
    margin-top: 20px;
}

.blog-post-section .modern-website{
    background-image: url(../images/widgets/web-cta-3_bg_upd.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 20px;
    color: #fff;
}

.blog-post-section .modern-website h3{
    color: #fff;
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0;
}

.blog-post-section .modern-website h2{
    color: #fdee3d;
    font-weight: 800;
    font-size: 70px;
    line-height: 72px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.blog-post-section .modern-website .widget-button{
    font-size: 22px;
    line-height: 1;
    padding: 10px 30px;
}

/* ------------------------------------------------ */   
/* ----------------- MEDIA QUERIES ---------------- */
/* ------------------------------------------------ */

@media only screen and (max-width: 1220px){
    .blog-post-section .widget br{
        display: none;
    }
}

@media only screen and (max-width: 992px){
    .blog-post-section .common-widget{
        padding: 40px !important;
    }
    .blog-post-section .logopoppin-summary.sidebar{
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
    }
    .blog-post-section .free-ebook{
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px){
    .blog-post-section .empty-column{
        display: none;
    }
    .blog-post-section .widget .custom-row{
        flex-wrap: wrap;
        text-align: center;
        row-gap: 30px;
    }
    .blog-post-section .widget .custom-row .column{
        width: 100%;
        max-width: 100%;
    }
    .blog-post-section .need-business-card p.widget-para{
        font-size: 14px;
        margin: 0 auto 8px;
    }
}

@media only screen and (max-width: 575px){
    .blog-post-section .logopoppin-summary .image-wrapper{
        max-width: 100px;
    }
    .blog-post-section .logopoppin-summary h4{
        font-size: 22px;
    }
    .blog-post-section .logopoppin-summary.sidebar h4:not(.site-title){
        font-size: 17px;
    }
    .blog-post-section .logopoppin-summary p{
        font-size: 15px;
        line-height: 25px;
    }
    .blog-post-section .share-links a {
        height: 35px;
        width: 35px;
        font-size: 17px;
        line-height: 36px;
    }
    .blog-post-section .widget::before{
        font-size: 18px;
        top: -30px;
    }
    .blog-post-section .common-widget,
    .blog-post-section .business-into-brand,
    .blog-post-section .iconic-business,
    .blog-post-section .responsive-websites,
    .blog-post-section .brand-website,
    .blog-post-section .modern-website{
        padding: 40px 20px !important;
    }
    .blog-post-section h2.widget-main-heading{
        font-size: 30px;
        line-height: 1.3;
    }
    .blog-post-section .global-business h2.widget-main-heading{
        font-size: 28px;
    }
    .blog-post-section h4.widget-sub-heading{
        font-size: 20px;
    }
    .blog-post-section .global-business h4.widget-sub-heading{
        font-size: 20px;
    }
    .blog-post-section p.widget-para{
        font-size: 15px;
    }
    .blog-post-section .widget-button{
        padding: 12px 20px;
        font-size: 14px;
    }
    .blog-post-section .need-business-card{
        flex-wrap: wrap;
        row-gap: 20px;
        justify-content: flex-start;
        padding-bottom: 15px;
    }
    .blog-post-section .need-business-card .image-wrapper{
        width: 100%;
        max-width: 150px;
    }
    .blog-post-section .modern-website h3{
        font-size: 22px;
        line-height: 26px;
    }
    .blog-post-section .modern-website h2{
        font-size: 50px;
        line-height: 52px;
    }
    .blog-post-section .modern-website .widget-button{
        font-size: 18px;
    }
}

@media only screen and (max-width: 450px){
    .blog-post-section .latets-news-wdgt{
        padding: 20px;
    }
    .blog-post-section .latets-news-wdgt .image-wrapper{
        max-width: 180px;
    }
    .blog-post-section .subscribe-form .form-control{
        padding: 0 15px;
        margin-right: 10px;
        height: 35px;
        font-size: 14px;
    }
    .blog-post-section .yellow-button{
        min-width: 90px !important;
        height: 35px;
        font-size: 14px;
    }
    .blog-post-section .free-ebook{
        padding: 20px;
    }
    .blog-post-section .subscribe-input{
        flex-direction: column;
        row-gap: 10px;
    }
    .blog-post-section .subscribe-input > *{
        width: 100%;
        max-width: 100% !important;
    }

}
