/* --- WordPress LANDING PAGE Content Styling  --- */

.blog-detail-lp h1,
.blog-detail-lp h2,
.blog-detail-lp h3,
.blog-detail-lp h4,
.blog-detail-lp h5,
.blog-detail-lp h6 {
    z-index: 0;
}

.blog-detail-lp .blog-detail_post-content {
    margin: 0 auto;
    text-align: center;
}

.blog-detail-lp .blog-detail_heading {
    text-align: center;
    font-size: 5rem;
    line-height: 1.2;
}

.blog-detail-lp .blog-detail_post-content h1,
.blog-detail-lp .blog-detail_post-content h2,
.blog-detail-lp .blog-detail_post-content h3,
.blog-detail-lp .blog-detail_post-content h4,
.blog-detail-lp .blog-detail_post-content h5,
.blog-detail-lp .blog-detail_post-content .wp-block-heading {
    color: var(--white-color);
    font-weight: 700;
    margin: 40px 0 24px 0;
    text-align: center;
    line-height: 1.2;
    font-family: Switzer-Regular, sans-serif !important;
}

.blog-detail-lp .blog-detail_post-content p,
.blog-detail-lp .blog-detail_post-content .wp-block-paragraph {
    font-size: 17px;
    line-height: 27px;
    color: var(--color-six);
    margin-bottom: 22px;
    text-align: center;
}

.blog-detail-lp .blog-detail_post-content ul,
.blog-detail-lp .blog-detail_post-content ol,
.blog-detail-lp .blog-detail_post-content .wp-block-list {
    display: inline-block;
    text-align: left;
    margin: 0 auto 25px auto;
    padding-left: 0;
    list-style: none;
}

.blog-detail-lp .blog-detail_post-content li {
    position: relative;
    font-size: 17px;
    line-height: 27px;
    padding-left: 30px;
    margin-bottom: 15px;
    color: var(--color-six);
}

.blog-detail-lp .blog-detail_post-content li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--main-color);
    font-size: 16px;
}

.blog-detail-lp .blog-detail_post-content blockquote,
.blog-detail-lp .blog-detail_post-content .wp-block-quote {
    position: relative;
    padding: 26px 30px;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin: 35px auto;
    border-radius: 8px;
    color: var(--white-color);
    border: 3px solid var(--main-color);
    background-color: var(--color-nine);
    font-family: Switzer-Regular, sans-serif;
    max-width: 700px;
    text-align: center;
}

.blog-detail-lp .blog-detail_post-content a:not(.rc-cta-button),
.blog-detail-lp .blog-detail_post-content .wp-block-button__link {
    color: var(--white-color);
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s;
    word-break: break-word;
}

.blog-detail-lp .blog-detail_post-content a:hover:not(.rc-cta-button),
.blog-detail-lp .blog-detail_post-content .wp-block-button__link:hover {
    color: var(--white-color);
    background: var(--main-color);
    text-decoration: none;
}

.blog-detail-lp .blog-detail_post-content .wp-block-button {
    display: flex;
    justify-content: center;
    margin: 10px 30px;
}

.blog-detail-lp .blog-detail_post-content .wp-block-button__link {
    display: inline-block;
    padding: 14px 36px;
    border-radius: 50px;
    background: var(--main-color);
    color: var(--white-color);
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.blog-detail-lp .blog-detail_post-content .wp-block-button__link:hover {
    background: var(--white-color);
    color: var(--main-color);
}

.blog-detail-lp .blog-detail_post-content img,
.blog-detail-lp .blog-detail_post-content figure {
    display: block;
    margin: 30px auto;
    max-width: 100%;
    border-radius: 8px;
}

.blog-detail-lp .blog-detail_post-content figcaption {
    color: var(--color-six);
    font-size: 15px;
    margin-top: 8px;
    text-align: center;
}

.blog-detail-lp .blog-detail_post-content hr {
    border: none;
    border-top: 2px solid var(--main-color);
    margin: 40px auto;
    width: 60%;
}

.blog-detail-lp .blog-detail_post-content .aligncenter,
.blog-detail-lp .blog-detail_post-content .wp-block-image .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.blog-detail-lp .blog-detail_post-content .alignleft {
    float: left;
    margin-right: 24px;
}

.blog-detail-lp .blog-detail_post-content .alignright {
    float: right;
    margin-left: 24px;
}

@media (max-width: 600px) {
    .blog-detail-lp .blog-detail_post-content {
        padding: 0 10px;
    }
    .blog-detail-lp .blog-detail_post-content blockquote,
    .blog-detail-lp .blog-detail_post-content .wp-block-quote {
        padding: 18px 10px;
        font-size: 18px;
    }
}

.blog-detail-lp .blog-detail_post-content blockquote::before,
.blog-detail-lp .blog-detail_post-content .wp-block-quote::before {
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto 10px auto;
    background: none;
    font-family: 'icomoon';
    font-size: 44px;
    line-height: 1;
    color: var(--main-color);
    background: url(../images/icons/banner-stars.png) no-repeat center/contain;
}

.blog-detail-lp .blog-detail_post-content h3,
.blog-detail-lp .blog-detail_post-content h5 {
    font-style: italic;
    color: var(--main-color) !important;
    font-family: 'Lora', serif;
}

.blog-detail-lp .wp-block-heading span,
.blog-detail-lp .blog-detail_heading span {
    position: relative;
    font-style: italic;
    display: inline-block;
    font-family: 'Lora', serif;
    text-transform: lowercase;
}

.blog-detail-lp .wp-block-heading span::before,
.blog-detail-lp .blog-detail_heading span::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 1%;
    right: 0px;
    z-index: -1;
    height: 10px;
    border-radius: 50px;
    background: var(--main-color);
    background: linear-gradient(to top, var(--main-color) 0%, var(--color-two) 100%);
}

.blog-detail-lp .wp-block-buttons,
.blog-detail-lp .wp-block-buttons.is-layout-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    margin: 30px 0;
}

.blog-detail-lp .wp-block-column > .wp-block-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-detail-lp .wp-block-button__link,
.blog-detail-lp .wp-block-button .wp-block-button__link {
    display: inline-block;
    padding: 16px 38px;
    border-radius: 50px;
    background: var(--main-color);
    color: var(--white-color);
    font-weight: 600;
    font-size: 16px;
    font-family: inherit;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 12px 0 rgba(251,189,92,0.10);
    position: relative;
    z-index: 1;
    cursor: pointer;
    border: none;
}

.blog-detail-lp .wp-block-button__link:hover,
.blog-detail-lp .wp-block-button .wp-block-button__link:hover {
    background: var(--white-color);
    color: var(--main-color);
    box-shadow: 0 4px 24px 0 rgba(251,189,92,0.18);
    text-decoration: none;
}

.blog-detail-lp .wp-block-button.is-style-outline .wp-block-button__link,
.blog-detail-lp .wp-block-button.is-style-outline--1 .wp-block-button__link {
    background: transparent;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    box-shadow: none;
}

.blog-detail-lp .wp-block-button.is-style-outline .wp-block-button__link:hover,
.blog-detail-lp .wp-block-button.is-style-outline--1 .wp-block-button__link:hover {
    background: var(--main-color);
    color: var(--white-color);
    border-color: var(--main-color);
}

.blog-detail-lp .wp-block-columns.is-layout-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 32px;
}

.blog-detail-lp .wp-block-column {
    display: block;
    padding: 0;
    margin: 0;
}

.blog-detail-lp .wp-block-image.is-style-rounded img,
.blog-detail-lp .wp-block-image.size-full.is-style-rounded img {
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: 0 auto;
    display: block;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.10);
}

@media (max-width: 900px) {
    .blog-detail-lp .wp-block-columns.is-layout-flex {
        flex-direction: column;
        gap: 18px;
    }
    .blog-detail-lp .wp-block-column {
        width: 100% !important;
        flex-basis: 100% !important;
    }
}

@media (max-width: 600px) {
    .blog-detail-lp .blog-detail_post-content {
        padding: 0 10px;
    }
    .blog-detail-lp .blog-detail_post-content blockquote,
    .blog-detail-lp .blog-detail_post-content .wp-block-quote {
        padding: 18px 10px;
        font-size: 18px;
    }
    .blog-detail-lp .wp-block-buttons,
    .blog-detail-lp .wp-block-buttons.is-layout-flex {
        flex-direction: column;
        gap: 12px;
    }
    .blog-detail-lp .wp-block-column {
        width: 100% !important;
        justify-content: center;
        flex-basis: 100% !important;
    }
}

.blog-detail-lp .wp-block-quote.is-layout-flow,
.blog-detail-lp .wp-block-quote.wp-block-quote-is-layout-flow {
    background: var(--color-nine);
    border: 3px solid var(--main-color);
    border-radius: 8px;
    color: var(--white-color);
    font-size: 20px;
    font-style: italic;
    margin: 24px auto;
    padding: 24px 32px;
    max-width: 700px;
    text-align: left;
    position: relative;
    transition: box-shadow 0.2s;
}
.blog-detail-lp .wp-block-quote.is-layout-flow strong {
    color: var(--main-color);
}
.blog-detail-lp .accordion-box_two .block .acc-btn {
    padding-bottom: 10px;
}
.blog-detail-lp .accordion-box_two li::before,
.blog-detail-lp .accordion-box_two .acc-btn::before {
    content: none !important;
}

.blog-detail-lp .accordion-box_two {
    max-width: 700px;
    margin: 0 auto 32px auto;
    width: 100%;
}

.blog-detail-lp .accordion-box_two .accordion.block {
    width: 100%;
    min-width: 0;
}

.blog-detail-lp .blog-detail_post-content h6 {
	position: relative;
    font-weight:600;
    font-size:14px;
	letter-spacing: 3px;
	color:var(--main-color) !important;
	display: block;
	text-transform:uppercase;
    margin: 20px 0;
    text-align: center;
    line-height: 1.2;
    font-family: Switzer-Regular, sans-serif !important;
}

.blog-detail-lp .wp-block-list li {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.7s cubic-bezier(.77,0,.18,1), transform 0.7s cubic-bezier(.77,0,.18,1);
}
.blog-detail-lp .wp-block-list li.in-view {
    opacity: 1;
    transform: translateX(0);
}