/* ------------------------------------------------------------------------------------------------- *
 *
 * Category page(New Branding)
 *
 * ------------------------------------------------------------------------------------------------ */

/* ------------------------------ *
 * Common
 * ------------------------------ */
.page-service-cat #catdesc a:not(.btn) { text-decoration: underline; }
.page-service-cat .breadcrumb { margin: 60px 0 0; }
.page-service-cat .bookmark-button {
    float: unset !important;
    margin: 0 0 20px 0 !important;
    background-color: #FFAD28;
    border-color: #FFAD28;
    color: #1F1F1F;
}
@media (max-width: 991px) {
    #catdesc .btn-scrib-cta { padding: 6px 12px; font-size: 14px; }
}

/* ------------------------------ *
 * Category Jumbotron
 * ------------------------------ */
.jumbotron-home.jumbotron-cat { background-position: calc(56% + 280px) bottom; }
@media (max-width: 1199px) {
    .jumbotron-home.jumbotron-cat { background-position: calc(50% + 280px) bottom; }
}
@media (max-width: 991px) {
    .jumbotron-home.jumbotron-cat { background-position: right bottom; }
}
@media (max-width: 767px) {
    .jumbotron-home.jumbotron-cat { background-size: 42% auto; }
}
@media (max-width: 500px) {
    .jumbotron-home.jumbotron-cat { background-size: 46% auto; }
    .jumbotron-home.jumbotron-cat p { max-width: unset; }
}
@media (max-width: 400px) {
    .jumbotron-home.jumbotron-cat { background-size: 55%; }
}

/* ------------------------------ *
 * Service Deliverables
 * ------------------------------ */
.page-service-cat .service-deliverables { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 25px; }
.page-service-cat .service-deliverables.no-grid { display: block; }
.page-service-cat .service-deliverables .deliverable-item { width: 100%; margin-bottom: 6px; }
.page-service-cat .add-circle-check-icon { position: relative; padding-left: 1.4em; }
.page-service-cat .add-circle-check-icon::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #004FAE;
    position: absolute;
    top: .1em;
    left: 0;
}
@media (max-width: 767px) {
    .page-service-cat .service-deliverables { grid-template-columns: 1fr }
}

/* ------------------------------ *
 * Document Service Supported
 * ------------------------------ */
.page-service-cat .documents-supported-heading { max-width: 900px; }
.page-service-cat .document-supported-illustration { width: 45%; max-width: 556px; margin-left: 80px; margin-bottom: 10px; float: right; }
.page-service-cat .document-supported-illustration img { width: 100%; height: auto; }
.page-service-cat .documents-service-supported { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: -6px; }
.page-service-cat .documents-service-supported .document-item { width: calc(50% - 12px); margin-bottom: 6px; }
@media (max-width: 1199px) {
    .page-service-cat .document-supported-illustration { margin-left: 60px; }
}
@media (max-width: 991px) {
    .page-service-cat .document-supported-illustration { margin-left: 30px; }
}
@media (max-width: 767px) {
    .page-service-cat .document-supported-illustration { width: 100%; max-width: unset; margin-left: 0; margin-bottom: 25px; float: unset; text-align: center; }
    .page-service-cat .document-supported-illustration img { width: 100%; min-width: 200px; }
}
@media (max-width: 500px) {
    .page-service-cat .documents-service-supported .document-item { width: 100%; }
}

/* ------------------------------ *
* Service Benefits
* ------------------------------ */
.page-service-cat .service-benefit-list {
    counter-reset: benefit-counter;
}
.page-service-cat .service-benefit-list li {
    position: relative;
    padding-left: 1.6em;
    margin-bottom: 1em;
}
.page-service-cat .service-benefit-list li::before {
    content: counter(benefit-counter);
    counter-increment: benefit-counter;
    position: absolute;
    left: 0;
    top: .25em;
    background-color: #FFBE00;
    border-radius: 50%;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    line-height: 1;
    text-align: center;
}

/* ------------------------------ *
* One Beforeafter Image
* ------------------------------ */
.page-service-cat .one-img-wrap {
    border-radius: 10px;
    padding: 38px;
    background-color: #26A69A;
}
.page-service-cat .one-img-wrap img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
@media (max-width: 1199px) {
    .page-service-cat .one-img-wrap {
        border-radius: 8px;
        padding: 24px;
    }
}
@media (max-width: 767px) {
    .page-service-cat .one-img-wrap {
        border-radius: 6px;
        padding: 20px;
    }
}
@media (max-width: 500px) {
    .page-service-cat .one-img-wrap {
        padding: 15px;
    }
}

/* ------------------------------ *
 * FAQ
 * ------------------------------ */
.page-service-cat .faq-wrap { padding: 80px 0; background-color: #F6F6F6; }
.page-service-cat .faq-wrap #cat-html2 { margin-top: 0 !important; }
.page-service-cat .service-cat-faq-item { padding: 24px 0; border-top: 1px solid #ddd; }
.page-service-cat .service-cat-faq-item:last-child { border-bottom: 1px solid #ddd; }
.page-service-cat .service-cat-faq-question { font-size: 20px; display: block; position: relative; padding-right: 2em; color: #333; font-weight: bold; }
.page-service-cat .service-cat-faq-question:hover,
.page-service-cat .service-cat-faq-question:focus { color: #333; text-decoration: none; }
.page-service-cat .service-cat-faq-question::before {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2em;
}
.page-service-cat .service-cat-faq-question[aria-expanded="true"]::before { content: "\f106"; }
.page-service-cat .service-cat-faq-answer { margin-top: 6px; }
@media (max-width: 767px) {
    .page-service-cat .faq-wrap { padding: 60px 0; }
    .page-service-cat .service-cat-faq-item { padding: 14px 0; }
    .page-service-cat .service-cat-faq-question { font-size: 16px; }
}

/* ---------------------------------------- */
/* Footer
/* ---------------------------------------- */
.page-service-cat footer { margin-top: 0; border-top: none; }

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Scientific Editing LP
 *
 * ------------------------------------------------------------------------------------------------ */

/* ---------------------------------------- */
/* Common
/* ---------------------------------------- */
.cat-scribendi-scientific-editing .scribendi-copy { padding: 0 15px; font-size: 18px; }

/* ---------------------------------------- */
/* Jumbotron
/* ---------------------------------------- */
.cat-scribendi-scientific-editing .jumbotron .meta-category {
    width: 770px;
}
.cat-scribendi-scientific-editing .jumbotron-home.jumbotron-cat .lead .text-scrib {
    display: none;
}
.cat-scribendi-scientific-editing .jumbotron-home.jumbotron-cat .lead .lead-desc { max-width: 540px; }
.cat-scribendi-scientific-editing .jumbotron #jumbo-cta {
    display: inline-flex;
    align-items: center;
}
.cat-scribendi-scientific-editing .jumbotron #jumbo-cta .icon-shopping {
    height: 1.5em;
    width: auto;
    margin: -.2em 10px 0 0;
}
@media (max-width: 1199px) {
    .cat-scribendi-scientific-editing .jumbotron-home.jumbotron-cat .lead .lead-desc { max-width: 450px; }
}
@media (max-width: 991px) {
    .cat-scribendi-scientific-editing .jumbotron .meta-category { width: 480px; }
}
@media (max-width: 767px) {
    .cat-scribendi-scientific-editing .jumbotron-home.jumbotron-cat .lead .lead-desc { max-width: 68%; }
}
@media (max-width: 500px) {
    .cat-scribendi-scientific-editing .jumbotron-home { min-height: 580px; padding-top: 30px; }
    .cat-scribendi-scientific-editing .jumbotron .meta-category { width: auto; }
    .cat-scribendi-scientific-editing .jumbotron-home.jumbotron-cat .lead .lead-desc { max-width: unset; }
}

/* Editing Sample */
.cat-scribendi-scientific-editing .psp-sample { background-color: #F6F6F6; }
.cat-scribendi-scientific-editing .psp-sample h2 { font-weight: normal !important; max-width: unset; }
.cat-scribendi-scientific-editing .psp-sample .title-desc { margin-bottom: 80px !important; }
.cat-scribendi-scientific-editing #scientific-editing-reviews { padding-top: 0 !important; }
@media (min-width: 768px) {
    .cat-scribendi-scientific-editing .psp-sample .container-psp-p { padding-top: 100px; padding-bottom: 100px; }
}
@media (max-width: 575px) {
    .cat-scribendi-scientific-editing .psp-sample .title-desc { margin-bottom: 40px !important; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - English Dissertation, Thesis, and Proposal Editing
 *
 * ------------------------------------------------------------------------------------------------ */
.cat-english-dissertation-thesis-proposal-editing .jumbotron-home.jumbotron-cat .meta-category { width: 700px; }
@media (max-width: 1199px) {
    .cat-english-dissertation-thesis-proposal-editing .jumbotron-home.jumbotron-cat .meta-category { width: 570px; }
}
@media (max-width: 991px) {
    .cat-english-dissertation-thesis-proposal-editing .jumbotron-home.jumbotron-cat .meta-category { width: auto; max-width: 420px; }
}
@media (max-width: 600px) {
    .cat-english-dissertation-thesis-proposal-editing .scientific-published-carousel h2 br { display: inline !important; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - English Admissions Essay Editing
 *
 * ------------------------------------------------------------------------------------------------ */
.cat-english-admissions-essay-editing .jumbotron-home.jumbotron-cat .meta-category { max-width: 500px }
@media (max-width: 1199px) {
    .cat-english-admissions-essay-editing .jumbotron-home.jumbotron-cat .meta-category { max-width: 400px; }
}
@media (max-width: 991px) {
    .cat-english-admissions-essay-editing .jumbotron-home.jumbotron-cat .meta-category { max-width: 300px; }
}
@media (max-width: 600px) {
    .cat-english-admissions-essay-editing .scientific-published-carousel h2 br { display: inline !important; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - English Business Editing
 *
 * ------------------------------------------------------------------------------------------------ */
@media (max-width: 600px) {
    .cat-english-business-editing .scientific-published-carousel h2 br { display: inline !important; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - English Personal Editing
 *
 * ------------------------------------------------------------------------------------------------ */
@media (max-width: 600px) {
    .cat-english-personal-editing .scientific-published-carousel h2 br { display: inline !important; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Academic Editing
 *
 * ------------------------------------------------------------------------------------------------ */
.cat-academic-editing .scientific-vs-academic h2 > span { font-weight: normal; }
@media (max-width: 991px) {
    .cat-academic-editing .jumbotron-home.jumbotron-cat { background-position: right 15px bottom; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Academic Proofreading
 *
 * ------------------------------------------------------------------------------------------------ */
@media (max-width: 991px) {
    .cat-academic-proofreading .jumbotron-home.jumbotron-cat { background-position: right 15px bottom; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Dissertation Editing
 *
 * ------------------------------------------------------------------------------------------------ */
.cat-dissertation-thesis-proposal-editing .jumbotron-home.jumbotron-cat .meta-category { width: 700px; }
@media (max-width: 1199px) {
    .cat-dissertation-thesis-proposal-editing .jumbotron-home.jumbotron-cat .meta-category { width: 580px; }
}
@media (max-width: 991px) {
    .cat-dissertation-thesis-proposal-editing .jumbotron-home.jumbotron-cat { background-position: right 12px bottom; }
    .cat-dissertation-thesis-proposal-editing .jumbotron-home.jumbotron-cat .meta-category { width: 480px; }
}
@media (max-width: 767px) {
    .cat-dissertation-thesis-proposal-editing .jumbotron-home.jumbotron-cat .meta-category { width: auto; max-width: 390px; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Dissertation Proofreading
 *
 * ------------------------------------------------------------------------------------------------ */
@media (min-width: 768px) and (max-width: 991px) {
    .cat-dissertation-thesis-proposal-proofreading .jumbotron-home.jumbotron-cat { background-position: right -30px bottom; }
}
@media (max-width: 767px) {
    .cat-dissertation-thesis-proposal-proofreading .jumbotron-home.jumbotron-cat .meta-category { max-width: 460px; }
}
@media (min-width: 401px) and (max-width: 500px) {
    .cat-dissertation-thesis-proposal-proofreading .jumbotron-home.jumbotron-cat { background-size: 43% auto; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Structural Editing
 *
 * ------------------------------------------------------------------------------------------------ */
@media (max-width: 991px) {
    .cat-structural-copy-editing .jumbotron-home.jumbotron-cat .meta-category { max-width: 400px; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Business Editing
 *
 * ------------------------------------------------------------------------------------------------ */
@media (max-width: 991px) {
    .cat-business-editing .jumbotron-home.jumbotron-cat { background-position: right 15px bottom; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .cat-business-editing .jumbotron-home.jumbotron-cat { background-size: auto 68%; }
}
@media (min-width: 501px) and (max-width: 767px) {
    .cat-business-editing .jumbotron-home.jumbotron-cat { background-size: 40% auto; }
}
@media (min-width: 401px) and (max-width: 500px) {
    .cat-business-editing .jumbotron-home.jumbotron-cat { background-size: 44% auto; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Business Proofreading
 *
 * ------------------------------------------------------------------------------------------------ */
@media (min-width: 768px) and (max-width: 991px) {
    .cat-business-proofreading .jumbotron-home.jumbotron-cat { background-size: auto 66%; }
}
@media (min-width: 501px) and (max-width: 767px) {
    .cat-business-proofreading .jumbotron-home.jumbotron-cat { background-size: 40% auto; }
}
@media (min-width: 401px) and (max-width: 500px) {
    .cat-business-proofreading .jumbotron-home.jumbotron-cat { background-size: 43% auto; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Website Editing
 *
 * ------------------------------------------------------------------------------------------------ */
@media (max-width: 991px) {
    .cat-web-site-editing .jumbotron-home.jumbotron-cat { background-position: right 15px bottom; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Essay Proofreading
 *
 * ------------------------------------------------------------------------------------------------ */
@media (min-width: 850px) and (max-width: 991px) {
    .cat-student-essay-proofreading .jumbotron-home.jumbotron-cat { background-size: auto 74%; }
}
@media(min-width: 768px) and (max-width: 850px) {
    .cat-student-essay-proofreading .jumbotron-home.jumbotron-cat { background-size: auto 65%; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Admissions Essay Proofreading
 *
 * ------------------------------------------------------------------------------------------------ */
@media (min-width: 768px) and (max-width: 991px) {
    .cat-admissions-essay-proofreading .jumbotron-home.jumbotron-cat { background-size: auto 71%; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Book Editing
 *
 * ------------------------------------------------------------------------------------------------ */
@media (max-width: 991px) {
    .cat-book-editing .jumbotron-home.jumbotron-cat { background-position: right 10px bottom; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Book Proofreading
 *
 * ------------------------------------------------------------------------------------------------ */
@media (min-width: 768px) and (max-width: 991px) {
    .cat-book-proofreading .jumbotron-home.jumbotron-cat { background-size: auto 71%; }
}
@media (min-width: 401px) and (max-width: 500px) {
    .cat-book-proofreading .jumbotron-home.jumbotron-cat { background-size: 43% auto; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Book Critique
 *
 * ------------------------------------------------------------------------------------------------ */
@media (max-width: 991px) {
    .cat-book-critique .jumbotron-home.jumbotron-cat { background-position: right 10px bottom; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Query Package Creation
 *
 * ------------------------------------------------------------------------------------------------ */
@media (max-width: 991px) {
    .cat-query-package-creation .jumbotron-home.jumbotron-cat { background-position: right 10px bottom; }
}
@media (max-width: 400px) {
    .cat-query-package-creation .jumbotron-home.jumbotron-cat { background-size: 52% auto; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Book Proofreading & Query Package Creation
 *
 * ------------------------------------------------------------------------------------------------ */
.cat-book-proofreading-query-package-creation .scribendi-widget-section.cta-2 h2 { max-width: 680px; margin-left: auto; margin-right: auto; }
@media (max-width: 1199px) {
    .cat-book-proofreading-query-package-creation .scribendi-widget-section.cta-2 h2 { max-width: 560px; }
}
@media (max-width: 767px) {
    .cat-book-proofreading-query-package-creation .jumbotron-home.jumbotron-cat .lead h1 { max-width: 350px; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - EBook Editing
 *
 * ------------------------------------------------------------------------------------------------ */
@media (max-width: 991px) {
    .cat-e-book-editing .jumbotron-home.jumbotron-cat { background-position: right 15px bottom; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - EBook Proofreading
 *
 * ------------------------------------------------------------------------------------------------ */
@media (max-width: 991px) {
    .cat-e-book-proofreading .jumbotron-home.jumbotron-cat { background-position: right 10px bottom; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - EBook Formatting
 *
 * ------------------------------------------------------------------------------------------------ */
@media (max-width: 991px) {
    .cat-e-book-formatting .jumbotron-home.jumbotron-cat { background-position: right 10px bottom; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .cat-e-book-formatting .jumbotron-home.jumbotron-cat { background-size: auto 70%; }
}
@media (min-width: 401px) and (max-width: 500px) {
    .cat-e-book-formatting .jumbotron-home.jumbotron-cat { background-size: 44% auto; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Author Service Pages
 *
 * ------------------------------------------------------------------------------------------------ */
.page-service-cat.page-service-author .author-books-carousel { padding: 0 !important; }
.page-service-cat.page-service-author #catdesc .author-books-carousel h2 { margin-bottom: 55px; }

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Personal Document Editing
 *
 * ------------------------------------------------------------------------------------------------ */
@media (max-width: 991px) {
    .cat-personal-document-editing .jumbotron-home.jumbotron-cat { background-position: right 10px bottom; }
}
@media (min-width: 401px) and (max-width: 500px) {
    .cat-personal-document-editing .jumbotron-home.jumbotron-cat { background-size: 44% auto; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Personal Document Proofreading
 *
 * ------------------------------------------------------------------------------------------------ */
@media (max-width: 991px) {
    .cat-personal-document-proofreading .jumbotron-home.jumbotron-cat { background-position: right 15px bottom; }
}
@media (min-width: 401px) and (max-width: 500px) {
    .cat-personal-document-proofreading .jumbotron-home.jumbotron-cat { background-size: 44% auto; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Resume Editing
 *
 * ------------------------------------------------------------------------------------------------ */
@media (max-width: 991px) {
    .cat-resume-editing .jumbotron-home.jumbotron-cat { background-position: right 15px bottom; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Free Sample LP
 *
 * ------------------------------------------------------------------------------------------------ */

/* ------------------------------ *
 * BreadCrumb
 * ------------------------------ */
.page-service-cat.page-service-free .breadcrumb { margin: 50px 0 0; }

/* ------------------------------ *
 * Common
 * ------------------------------ */
.page-service-free .catdesc { margin-top: 150px; }
.page-service-free #catdesc h2 {
    font-size: 41px;
    font-weight: bold;
    margin-bottom: 0;
    color: #1F1F1F;
}
.page-service-free #catdesc h3 {
    font-size: 29px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.page-service-free #catdesc {
    font-size: 20px;
    color: #1F1F1F;
}
.page-service-free .catdesc p {
    line-height: 1.2;
}
@media (max-width: 1199px) {
    .page-service-free .catdesc { margin-top: 100px; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Free Sample - Academic Editing
 *
 * ------------------------------------------------------------------------------------------------ */
.page-service-cat.cat-free-academic-sample-edit .faq-wrap { background-color: #FFF; }

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Free Sample - Book Editing
 *
 * ------------------------------------------------------------------------------------------------ */
.cat-free-sample-edit-book-manuscripts .free-sample-received h2 { max-width: unset; }
@media (max-width: 1199px) {
    .cat-free-sample-edit-book-manuscripts .free-sample-received h2 { max-width: 700px; }
    .cat-free-sample-edit-book-manuscripts .free-sample-received .services-received-content-top { gap: 50px; }
    .cat-free-sample-edit-book-manuscripts .free-sample-received .beforeAfter-wrap { order: 1; }
    .cat-free-sample-edit-book-manuscripts .free-sample-received .services-received-cards-wrap { order: 2; }
    .cat-free-sample-edit-book-manuscripts .free-sample-received .service-received-card { padding: 20px; }
}
@media (max-width: 767px) {
    .cat-free-sample-edit-book-manuscripts .free-sample-received h2 { max-width: 500px; }
}
@media (max-width: 500px) {
    .cat-free-sample-edit-book-manuscripts .free-sample-received .services-received-cards { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Publication Success Package
 *
 * ------------------------------------------------------------------------------------------------ */

/* Container */
.container-psp {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/*@media (min-width: 406px) {
    .container-psp { max-width: 406px; }
}*/
@media (min-width: 580px) {
    .container-psp {
        /*max-width: 580px;*/
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 770px) {
    .container-psp { max-width: 770px; }

}

.quote-widget-wrap .container-psp { max-width: none; }

@media (min-width: 990px) {
    .container-psp,
    .quote-widget-wrap .container-psp { max-width: 990px; }
}

@media (min-width: 1250px) {
    .container-psp,
    .quote-widget-wrap .container-psp { max-width: 1250px; }
}
@media (min-width: 1485px) {
    .container-psp,
    .quote-widget-wrap .container-psp { max-width: 1485px; }
}

.container-psp-p { padding-top: 80px; padding-bottom: 80px; }
@media (min-width: 768px) {
    .container-psp-p { padding-top: 150px; padding-bottom: 150px; }
}

/* Heading */
.cat-publication-success-package h2 { color: rgb(30, 33, 40); font-size: 36px; padding: 8px 0; }
.cat-publication-success-package h3 { color: rgb(30, 33, 40); font-size: 20px; }
@media (max-width: 579px) {
    .cat-publication-success-package h2 { font-size: 28px; }
}
.cat-publication-success-package .title-desc { font-size: 20px; margin-bottom: 80px !important; }
.cat-publication-success-package #scrib-breadcrumbs { display: none; }
.cat-publication-success-package #catdesc { margin-top: 0 !important; }
.cat-publication-success-package .text-copy { color: rgb(70, 77, 93); }
.cat-publication-success-package .scribendi-faq { background-color:  rgb(246, 246, 246); }
.cat-publication-success-package.page-with-trans-header .header-transparent .navbar > .container-header .navbar-brand {
    background: transparent url(../images/logos/logo.svg) 0 0 no-repeat !important;
}
.cat-publication-success-package.page-with-trans-header .header-transparent .navbar-nav > .nav-item > a { color: rgb(30, 33, 40); /*text-shadow: 0px 0px 30px white,0px 0px 30px white,0px 0px 30px white,0px 0px 10px white,0px 0px 10px white;*/ }
@media (max-width: 1023px) {
    .cat-publication-success-package.page-with-trans-header .header-transparent .navbar > .container-header .navbar-brand {
        background: transparent url(../images/logos/logo-white.svg) 0 0 no-repeat !important;
    }
    .cat-publication-success-package.page-with-trans-header .header-transparent .navbar-nav > .nav-item > a { color: #FFF; }
}
@media (max-width: 579px) {
    .cat-publication-success-package .psp-title-hint-both { max-width: unset; }
    .cat-publication-success-package .psp-title-hint-both:before,
    .cat-publication-success-package .psp-title-hint-both:after { display: none; }
    .cat-publication-success-package .psp-title-hint-left { padding-left: 0; }
    .cat-publication-success-package .psp-title-hint-left:before { display: none; }
    .cat-publication-success-package .scribendi-faq .title-wrap { text-align: center; }
    .cat-publication-success-package .title-desc { margin-bottom: 40px !important; }
}

/* ------------------------------------------------------------------------------------------------- *
 *
 * PAGE - Journal Strategy
 *
 * ------------------------------------------------------------------------------------------------ */
.cat-journal-strategy h2 { font-size: 36px; font-weight: bold !important; }
@media (max-width: 575px) {
    .cat-journal-strategy h2 { font-size: 28px; }
}

@media (max-width: 991px) {
    .cat-journal-strategy #catdesc .btn-scrib-cta { padding: 10px 16px; font-size: 18px; }
}