/* tip  */
/* tip  */

.blog-post-list {
    margin-top: 6rem;
}

.blog-post-list h2 {
    text-align: center;
    color: #171717;
    margin-bottom: 3.5rem;
    font-weight: 700;
    font-family: 'Inter';
    font-size: 3.75rem;
}

#main-blog .hero__content p.sub {
    text-wrap-style: balance;
    line-height: 1.625;
    margin-bottom: unset;
}

.button.button.subscribe-button {
    border: 0 !important;
    font-size: 1.25rem !important;
}

.button.button.subscribe-button br {
    display: none;
}

.subscribe-wrapper .button.button.subscribe-button {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    z-index: 1;
}

.subscribe-wrapper {
    padding: 0.5rem;
    background-color: #fff;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 5rem;
    width: 51.5rem;
    max-width: 100%;
    margin-block: 1.5rem;
}

.subscribe-wrapper input::placeholder {
    color: #000000B2;
    font-size: 1.125rem;
}

.subscribe-wrapper input {
    outline: none;
    background: transparent;
    width: 100%;
    height: 100%;
    border: 0;
    padding-left: 2.5rem;
    color: #000;
    font-size: 1.125rem;
}

.subscribe-wrapper .wpcf7-not-valid-tip {
    margin-top: 1rem;
}

.subscribe-wrapper > p > span,
.subscribe-wrapper p {
    height: 100% !important;
    margin: 0 !important;
    width: 100%;
}

#main-blog .hero__content img {
    margin-top: unset;
}

button#load-more {
    display: flex;
    width: 19rem;
    max-width: 100%;
    margin: 7rem auto 0;
    border: 0;
    font-size: 1.375rem !important;
    height: 4rem !important;
    justify-content: center;
    padding: 0;
    outline: none;
}

.tip__section {
    color: #fff;
    margin-block: 7rem;
}

.tip__wrapper img {
    max-height: 3rem;
    object-fit: contain;
}

.tip__wrapper {
    background-color: #7527E4;
    padding: 6rem 12rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    border-radius: 1.25rem;
}

.tip_title {
    font-weight: 600;
    font-size: 3.75rem;
    text-align: center;
    text-wrap-style: balance;
    font-family: 'Inter';
    line-height: 1;
}

.tip_description {
    margin-top: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.6;
    text-align: center;
    text-wrap-style: balance;
    font-family: 'Inter';
}



.tip_feature,
.tip_feature_item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.tip_feature_item {
    font-size: 1.25rem;
    line-height: 1.6;
    justify-content: space-between;
    font-family: 'Inter';
}

.tip_feature {
    margin-top: 0.5rem;
    width: 100%;
    justify-content: space-evenly;
}


.article-card:hover a {
    color: #FF6545;
}

.article-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1.38;
    border-radius: 0.625rem;
    box-shadow: 10px 10px 25px 0px #00000008;
    margin-bottom: 1.75rem;
}

.article-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.625rem;
    object-fit: cover;
    object-position: left;
}

.article-title a {
    color: #171717;
    font-size: 1.375rem;
    display: block;
    line-height: 1.25;
    font-weight: 600;
    font-family: 'INTER';
    transition: color 0.5s;
}

.post-read-more i {
    transform: rotate(-45deg);
    font-size: 1.25rem;
}

.post-read-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'INTER';
    border-bottom: .125rem solid #FF6545;
    color: #171717;
    width: fit-content;
    margin-top: 2rem;
    transition: 0.5s;
    padding-bottom: 0.375rem;
}

.row_blog {
    row-gap: 3.5rem;
}


.custom-content {
    font-size: 1rem;
}



h1.post-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem !important;
    color: #000000;
    font-family: 'Inter';
    line-height: 1.125 !important;
}


#main-blog,
.post-custom-layout {
    overflow-x: clip;
    position: relative;
}



/* SINGLE POST  */


.post-thumbnail-wrapper img {
    width: 100%;
    border-radius: 0.625rem;
    object-fit: cover;
}

#main-blog::before,
.post-custom-layout::before {
    content: '\e900';
    font-family: 'icomoon';
    color: #EDE9FC;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 50rem;
    filter: blur(20rem);
    position: absolute;
    top: -10rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.post-header-wrapper {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    border-bottom: 1px solid #00000020;
}

article.post-content figure {
    margin-block: 3rem !important;
}

article.post-content {
    font-size: 1rem;
    line-height: 1.5 !important;
    color: #000;
}

/* SINGLE POST  */


.related-posts h2 {
    font-size: 3.75rem;
    color: #171717;
    font-weight: 600;
    font-family: 'Inter';
    line-height: 1.2 !important;
    margin-bottom: 3.5rem;
}

.related-posts {
    margin-block: 6rem;
}

.section.single-post-cta-section {
    margin-block: 5rem;
}


.button.single-post-cta-button {
    width: 19rem !important;
    max-width: 100% !important;
    height: 4.5rem !important;
    justify-content: center;
    padding-inline: .25rem !important;
}

.single-post-cta-box {
    background-color: #F7F6F9;
    border-radius: 1.25rem;
    padding: 4rem 5rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

.single-post-cta-heading {
    color: #171717;
    font-size: 2.5rem;
    text-wrap-style: balance;
    font-weight: 600;
    text-align: center;
    font-family: 'Inter';
    margin: 0 !important;
    line-height: 1.05 !important;
}

.post-meta .d-flex i {
    color: #000;
}

.post-meta .d-flex {
    color: #00000060;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.5rem;
    gap: .5rem;
    flex-wrap: wrap;
}

.post-author-role {
    font-size: 0.875rem !important;
    line-height: 1.5;
    color: #000;
    margin-bottom: .5rem !important;
}

.post-author {
    display: flex;
    gap: .5rem;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: .125rem;
}

.single__faqs .faq-item h3.active::after {
    content: '-';
}

.single__faqs .faq-item h3::after {
    content: '+';
    font-weight: 700;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 1.5em;
    width: 1.5rem;
    height: 1.5rem;
    transition: 0.5s;
}

.single__faqs .faq-item h3 {
    font-size: 1.125rem;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    margin: 0 !important;
    font-weight: 600;
}

.single__faqs .faq-item .faq-content {
    margin-top: 0.5rem;
}

.single__faqs .faq-item p {
    line-height: 1.5;
    font-size: 1rem;
    margin: 0 !important;
}

.single__faqs .faq-item {
    background-color: #F9F5FF;
    border-radius: 0.625rem;
    cursor: pointer;
    padding: 1.25rem;
    margin-bottom: 0.625rem;
}

.single__faqs .faq-heading {
    color: #000;
    margin-block: 1.5rem;
    font-weight: 600;
    font-size: 3.75rem;
    line-height: 1 !important;
}

.post-breadcrumb span,
.post-breadcrumb a {
    font-size: 1rem;
    display: inline-block;
    line-height: 1.5 !important;
    color: #000000;
    transition: 0.5s;
}

.post-breadcrumb a:hover {
    color: #FF674D;
}

.post-breadcrumb {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
#main-blog .section-hero {
    background-image: unset;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1280px !important;
    }
}

@media (max-width: 1199.98px) {
    .hero__content .title {
        font-size: 2rem !important;
    }
}

@media (max-width:1199.98px) {
    h1.post-title {
        font-size: 2rem;
    }
}

@media (max-width:991.98px) {

    .subscribe-wrapper input::placeholder,
    .subscribe-wrapper input {
        font-size: 0.875rem !important;
        padding-left: unset !important;
    }


    .subscribe-wrapper,
    div#wpcf7-f22569-o1 {
        width: 100%;
    }

    #main-blog .hero__content img {
        margin-top: unset;
        object-fit: contain !important;
    }

    .blog-post-list h2 {
        margin-bottom: 2.5rem;
    }

    .blog-post-list {
        margin-top: 3rem;
    }

    .article-title a {
        font-size: 1.125rem;
    }

    .post-read-more {
        font-size: .875rem;
        margin-top: 1.5rem;
    }

    .post-read-more i {
        font-size: 1rem;
    }

    .row_blog {
        row-gap: 2.5rem;
    }

    button#load-more {
        width: 10rem;
        margin: 2.5rem auto 0;
        font-size: 1rem !important;
        height: 3rem !important;
    }

    .tip__wrapper {
        padding: 1.25rem;
    }

    .tip_title {
        font-size: 1.75rem;
        line-height: 1.25;
    }

    .tip_description {
        font-size: 1rem;
        margin-top: unset;
    }

    .tip_feature_item {
        font-size: 1rem;
    }

    .tip_feature_item img {
        max-height: 1.5rem;
    }

    .tip__section {
        color: #fff;
        margin-block: 3rem;
    }

    h1.post-title {
        font-size: 1.875rem !important;
    }

    .col-md-5.col-12.post-header-text {
        margin-top: 0;
    }

    .post-header-wrapper {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }

    .single-post-cta-box {
        padding: 1.25rem;
        gap: 1.5rem;
    }

    .single-post-cta-heading {
        font-size: 1.625rem !important;
        line-height: 1.375 !important;
    }

    .button.single-post-cta-button {
        height: 3rem !important;

    }

    .related-posts {
        margin-block: 4rem;
    }

    .related-posts h2 {
        margin-bottom: 1.25rem;
    }

    .section-cta {
        padding-block: 3rem !important;
        background-image: unset !important;
    }

    article.post-content figure {
        margin-block: 1.5rem !important;
    }
}

@media (max-width:575.98px) {
    .subscribe-wrapper .button.button.subscribe-button i {
        display: none;
    }

    .subscribe-wrapper .button.button.subscribe-button {
        padding: .25rem !important;
        font-size: .75rem !important;
    }

    .subscribe-wrapper {
        height: 3rem;
    }
}