/* Blog CATs */

.blog-ctas-wrapper{
    padding: 100px 0;
}

.blog-ctas-wrapper h2.main-heading{
    text-align: center;
}

.blog-ctas-wrapper .inner-wrapper{
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
}

.blog-cta{
    margin: 25px auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow: hidden;
    width: 100%;
}

.blog-cta .inner-layer{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    row-gap: 10px;
}

.blog-cta .content-col{
    width: 100%;
    max-width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 15px 40px 40px;
}

.blog-cta .image-col{
    width: 100%;
    max-width: 40%;
    text-align: center;
}

.blog-cta .content strong{
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    display: block;
    color: #fff;
}

.blog-cta .content p{
    color: #fff;
    margin: 10px auto 20px;
}

.blog-cta .cta-button{
    padding: 10px 22px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 30px;
    font-size: 15px;
    min-width: 150px;
    text-align: center;
    position: relative;
    transition: all 0.5s ease-in-out;
    border: 2px solid #fff;
    color: #fff !important;
}

.blog-cta .cta-button:hover{
    background: #fff;
    color: rgba(0, 0, 0, 0.8) !important;
}

.cta-article{
    background: url('../../../../../uploads/2023/10/CTA-article-bg.webp') no-repeat;
    background-size: cover;
    background-position: top right;
}

.cta-blog-writing{
    background: url('../../../../../uploads/2023/10/CTA-blog-bg.webp') no-repeat;
    background-size: cover;
    background-position: top right;
}

.cta-cover-letter{
    background: url('../../../../../uploads/2023/10/CTA-cover-letter-bg.webp') no-repeat;
    background-size: cover;
    background-position: top right;
}

.cta-ebook-writing{
    background: url('../../../../../uploads/2023/10/CTA-eBook-bg.webp') no-repeat;
    background-size: cover;
    background-position: center;
}

.cta-ebook-writing .content-col,
.cta-product-description .content-col{
    max-width: 55%;
}

.cta-ebook-writing .image-col,
.cta-product-description .image-col{
    max-width: 45%;
}

.cta-editing-proofreading{
    background: url('../../../../../uploads/2023/10/CTA-editing-proofreading-bg.webp') no-repeat;
    background-size: cover;
    background-position: center;
}

.cta-linkedin{
    background: url('../../../../../uploads/2023/10/CTA-linkedin-bg.webp') no-repeat;
    background-size: cover;
    background-position: center;
}

.cta-press-release{
    background: url('../../../../../uploads/2023/10/CTA-press-release-bg.webp') no-repeat;
    background-size: cover;
    background-position: center;
}

.cta-product-description{
    background-image: linear-gradient(180deg, #f83600, #ff0f47);
}

.cta-product-description .mockup-wrapper img{
    transform: scale(1.25);
}

.cta-resume{
    background: url('../../../../../uploads/2023/10/CTA-resume-bg.webp') no-repeat;
    background-size: cover;
    background-position: center;
}

.cta-speech{
    background: url('../../../../../uploads/2023/10/CTA-speech-bg.webp') no-repeat;
    background-size: cover;
    background-position: center;
}

.cta-web-copywriting{
    background: url('../../../../../uploads/2023/10/CTA-web-copywriting-bg.webp') no-repeat;
    background-size: cover;
    background-position: right center;
}

.hq-writing-cta{
    background-image: url('../../../../../uploads/2023/10/blog-cta-bg-blue.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    min-height: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hq-writing-cta p.blog-cta-heading{
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 300;
}

.hq-writing-cta p.blog-cta-heading span{
    font-weight: 800;
}

/* Summary CTA */
.summary_cta{
    margin: 30px auto;
}

.summary_cta .mockup-wrapper {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 20px;
}

.summary_cta p {
    margin: 20px auto;
    font-weight: 400;
    line-height: 1.6;
}

.single-blog-main .blog-social-links {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    list-style-type: none;
    display: flex;
    align-items: stretch;
    justify-content: center;
    column-gap: 10px;
}

.single-blog-main .blog-social-links li {
    list-style-type: none;
    display: inline-block;
}

.single-blog-main .blog-social-links li::before{
    display: none;
}

.single-blog-main .blog-social-links a {
    height: 35px;
    width: 35px;
    font-size: 18px;
    color: #fff !important;
    text-align: center;
    line-height: 35px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.single-blog-main .blog-social-links a.facebook {
    background-color: #3b5998;
}

.single-blog-main .blog-social-links a.twitter {
    background: #1da1f2;
}

.single-blog-main .blog-social-links a.linkedin {
    background-color: #0077b5;
}

.single-blog-main .blog-social-links a.pinterest {
    background-color: #e60023;
}

.single-blog-main .blog-social-links a.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

@media only screen and (max-width: 1300px){
    .blog-cta .content-col{
        padding: 25px 15px 25px 25px;
    }
    .blog-cta .content strong,
    .hq-writing-cta p.blog-cta-heading{
        font-size: 30px;
    }
    .blog-cta .content-col p br{
        display: none !important;
    }
    .blog-cta .cta-button {
        padding: 8px 12px;
        font-size: 13px;
        min-width: 120px;
    }
    .hq-writing-cta{
        padding: 25px;
        min-height: unset;
    }
}
@media only screen and (max-width: 767px){
    .blog-cta .inner-layer{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .blog-cta .inner-layer > div{
        max-width: 100%;
    }
    .blog-cta .content-col{
        padding: 30px;
        text-align: center;
    }
    .blog-cta .image-col{
        padding:  0 30px 20px;
        text-align: center;
    }
    .blog-cta .content{
        width: 100%;
    }
    .cta-web-copywriting .inner-layer,
    .cta-editing-proofreading .inner-layer,
    .cta-linkedin .inner-layer{
        background-color: rgba(0, 0, 0, 0.7);
        min-height: unset;
    }
    .cta-resume{
        background-image: linear-gradient(180deg, #3f1084, #2e036e);
    }
    .cta-article{
        background-image: linear-gradient(180deg, #ff7129, #ff390b);
    }
    .cta-speech{
        background-image: linear-gradient(180deg, #00ef9d, #00b59d, #2c60ac);
    }
    .cta-cover-letter{
        background-image: linear-gradient(180deg, #2fb383, #0e8854);
    }
    .cta-press-release{
        background-image: linear-gradient(180deg, #ff0f47, #cf6868 );
    }
    .cta-product-description .mockup-wrapper img{
        transform: scale(1);
    }
    .cta-blog-writing{
        background-position: left center;
    }
    .cta-linkedin{
        background-position: right center;
    }
    .cta-blog-writing .image-col{
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .cta-resume .mockup-wrapper{
        transform: scale(1.3) translateY(20px);
    }
    .cta-speech .mockup-wrapper,
    .cta-ebook-writing .mockup-wrapper{
        transform: scale(1.5) translateY(20px);
    }
    .cta-cover-letter .mockup-wrapper{
        transform: scale(1.6) translateY(50px);
    }
    .cta-press-release .mockup-wrapper{
        transform: scale(1.6) translateY(60px);
    }
}

@media only screen and (max-width: 450px){
    .blog-cta .content strong {
        font-size: 32px;
        font-weight: 600;
    }
    .blog-cta .content .cta-button {
        font-weight: 400;
        font-size: 14px;
        min-width: 120px;
        border-width: 1px;
    }
    .cta-cover-letter .mockup-wrapper{
        transform: scale(1.6) translate(20px,30px);
    }
    .cta-press-release .mockup-wrapper{
        transform: scale(1.6) translate(20px,40px);
    }
}