/*
Theme Name: SalesElevation - Navid.me
Theme URI: https://saleselevation.com
Author: BeeCoding
Author URI: https://saleselevation.com
Description: A starting point for your creative pursuits.
Requires at least: 6.3
Tested up to: 6.4
Requires PHP: 7.3
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: rockbase
Text Domain: rockbase-child
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, translation-ready, block-styles, template-editing, wide-blocks, global-styles
*/

/* ======================= */
/* ==== SITE WIDE CSS ==== */
/* ======================= */

/* --- HELPERS --- */
.wp-block-embed.is-type-video{
    margin-bottom: 40px;
}

:where(figure) {
    margin-bottom: 0;
}

::placeholder {
	font-size: var(--global-kb-font-size-sm, 0.9rem);
}

.wp-block-kadence-image {
    line-height: 1;
}

.bc-header {
    z-index: 9999;
    position: relative;
}

.has-background-4-border-color,
.lasso-container .lasso-splash{
    border-color: #373737 !important;
}

iframe {
	width: 100%;
	border-radius: 8px;
}

a,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
button {
    transition: 0.3s all ease-in;
    text-decoration: none !important;
}

.bc-img-full {
    width: 100%;
}

.bc-sticky {
    position: sticky;
    top: 0;
}

.bc-always-on-top {
    z-index: 999;
}

.bc-justify-content-left {
    justify-content: flex-start;
}

.bc-justify-content-right {
    justify-content: flex-end;
}

.bc-justify-content-center {
    justify-content: center;
}

.bc-align-items-left {
    align-items: flex-start;
}

.bc-align-items-right {
    align-items: flex-end;
}

.bc-align-items-center {
    align-items: center;
}

.bc-icon-wrapper {
    position: relative;
    border-radius: 50%;
    padding: var(--wp--preset--spacing--medium);
}

.bc-icon-wrapper>i {
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wp-block-image img {
	border-radius: 8px;
}

.wp-block-post-content > .wp-block-image, 
.wp-block-post-content > .wp-block-gallery {
	margin-top: var(--wp--preset--spacing--small);
	margin-bottom: var(--wp--preset--spacing--small);
}

/*
.bc-title-highlight.wp-block-post-author-name,
.bc-title-highlight mark {
    background: -webkit-linear-gradient(45deg, #0b81f7, #f90b78);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/

.bc-title-secondary-highlight mark {
    background: -webkit-linear-gradient(45deg, #f9f871, rgb(132 255 72));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bc-title-fadeout {
    background: -webkit-linear-gradient(#15455f, #00000000 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul.wp-block-list li a,
ol.wp-block-list li a,
p:not(.bc-no-link-effect)>a,
a.bc-anchor-link,
.bc-anchor-link>a {
    color: var(--wp--preset--color--primary);
    background: linear-gradient(0deg, var(--wp--preset--color--primary), var(--wp--preset--color--primary)) no-repeat right bottom / 0 var(--bg-h);
    transition: background-size 350ms;
    --bg-h: 100%;
    padding: 0 3px;
    font-weight: 500;
    letter-spacing: normal;
}

.bc-links-inner>a {
    position: relative;
    overflow: visible;
}

.bc-links-inner>a::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    bottom: -5px;
    right: 0;
    background: var(--wp--preset--color--primary);
    transition: 0.3s all ease-in;
}

.bc-links-inner>a:hover::after {
    width: 100%;
    right: unset;
    left: 0;
}

ul.wp-block-list li a:hover,
ol.wp-block-list li a:hover,
p:not(.bc-no-link-effect)>a:hover,
a.bc-anchor-link:hover,
.bc-anchor-link>a:hover {
    background-size: 100% var(--bg-h);
    background-position-x: left;
    color: #fff !important;
}

.bc-post-breadcrumbs .rank-math-breadcrumb p a,
p.wp-block-post-author__name>a {
    border: 0px !important;
    background: transparent !important;
    color: #c0bfc7;
    transition: 0.3s all ease-in;
}

.bc-post-breadcrumbs .rank-math-breadcrumb p a:hover {
    color: var(--wp--preset--color--primary) !important;
}

a.bc-btn-right-arrow,
.bc-btn-right-arrow>a {
    position: relative;
    padding-right: 25px !important;
}

a.bc-btn-right-arrow::after,
.bc-btn-right-arrow>a::after {
    content: "\fc0a";
    font-family: uicons-thin-straight;
    display: block;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
}

.bc-height-100 {
    height: 100%;
}


.bc-placeholder-fix .kb-search-input {
    border-radius: 2px;
}

.bc-placeholder-fix .kb-search-input::placeholder {
    font-size: inherit;
}

@media screen and (max-width: 767px){
    .bc-hide-mobile{ display: none;}
}

/* ---- OVERRIDES ---- */
.wp-block-kadence-navigation.navigation-desktop-orientation-horizontal .menu-item:not(.kb-nav-link-sub-click):hover>.sub-menu,
.wp-block-kadence-navigation.navigation-desktop-orientation-horizontal .menu-item.menu-item--toggled-on>.sub-menu {
    overflow: hidden;
}

/* ---- POSTS ---- */
/* Posts Archive */
.bc-posts-glass-container .kt-blocks-post-grid-item-inner,
.bc-posts-glass-container .kb-query-block-post {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.bc-posts-glass-container .kt-blocks-page-nav {
    margin-top: 50px;
}

.bc-posts-list .nav-links>a,
.bc-posts-list .nav-links>.current,
.bc-posts-list .nav-links>span {
    background: none;
    margin: 0 !important;
    border: 1px solid transparent;
    padding: 0;
    width: 32px !important;
    line-height: 30px !important;
    border-radius: 30px;
    font-weight: normal;
}

.bc-posts-list .nav-links>a {
    color: rgba(255, 255, 255, 0.5);
}

.bc-posts-list .nav-links>.current {
    border-radius: 30px;
    background-color: #032233;
    border-color: #032233;
}

.bc-posts-list .nav-links>a:hover {
    border-color: #0b81f7;
    color: #0b81f7;
}

.bc-post-author {
    display: flex;
    align-items: center;
}

.bc-post-author .wp-block-post-author__avatar {
    line-height: 1em;
}

.bc-post-author .avatar-48 {
    width: 35px;
    height: auto;
    border-radius: 50%;
}

.bc-post-readmore {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.bc-post-author .wp-block-post-author__name a {
    color: inherit !important;
}

.bc-post-author .wp-block-post-author__name a:hover {
    color: #fff !important;
}

.bc-post-hover .kb-query-item {
    transitions: 0.3s all ease-in;
}

.bc-post-hover .kb-query-item:hover {
    transform: scale(1.05);
}

/* Single Posts */
.single-post .entry-content ul,
ul.bc-list, 
ul.wp-block-list {
    padding-left: 40px;
    list-style: none;
}

.single-post .entry-content ul li,
ul.bc-list>li, 
ul.wp-block-list > li  {
    margin-bottom: 0.75em;
    position: relative;
}

.single-post .entry-content ul>li::before,
ul.bc-list>li::before, 
ul.wp-block-list>li::before {
    content: "";
    background-color: var(--wp--preset--color--primary);
    position: absolute;
    top: 11px;
    left: -25px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.single-post .entry-content ol,
ol.bc-number-list {
    counter-reset: item;
    list-style: none;
    padding-left: 15px;
}

.single-post ol>li,
ol.bc-number-list>li {
    counter-increment: item;
    margin-bottom: 0.75em;
    position: relative;
}

.single-post ol>li:last-child,
ol.bc-number-list>li:last-child {
    margin-bottom: 0px;
}

.single-post ol>li::before,
ol.bc-number-list>li::before {
    content: counter(item) ". ";
    font-family: var(--wp--preset--font-family--inter);
    font-weight: 900;
    color: var(--wp--preset--color--primary);
	margin-right: 3px;
    /*position: absolute;
    top: 0px;
    left: -30px;*/
}

ul.bc-bullet-1 > li::before,
ul.bc-bullet-2 > li::before,
ul.bc-bullet-3 > li::before,
ul.bc-bullet-4 > li::before,
ul.bc-bullet-5 > li::before,
ul.bc-bullet-6 > li::before,
ul.bc-bullet-7 > li::before,
ul.bc-bullet-8 > li::before,
.single-post ul.bc-bullet-1 > li::before,
.single-post ul.bc-bullet-2 > li::before,
.single-post ul.bc-bullet-3 > li::before,
.single-post ul.bc-bullet-4 > li::before,
.single-post ul.bc-bullet-5 > li::before,
.single-post ul.bc-bullet-6 > li::before,
.single-post ul.bc-bullet-7 > li::before,
.single-post ul.bc-bullet-8 > li::before {
	font-family: "FontAwesome";
	background: transparent;
	font-size: 14px;
	position: absolute;
    top: 3px;
    left: -27px;
	width: unset;
	height: unset;
	border-radius: unset;
}

ul.bc-bullet-1 > li::before,
.single-post ul.bc-bullet-1 > li::before {
	content: "\f054";
	color: var(--wp--preset--color--custom-294-bf-3);
}

ul.bc-bullet-2 > li::before,
.single-post ul.bc-bullet-2 > li::before {
	content: "\f067";
	color: #00c6c9;
}

ul.bc-bullet-3 > li::before,
.single-post ul.bc-bullet-3 > li::before {
	content: "\f068";
}

ul.bc-bullet-4 > li::before,
.single-post ul.bc-bullet-4 > li::before {
	content: "\f00c";
	color: #22baa0;
}

ul.bc-bullet-5 > li::before,
.single-post ul.bc-bullet-5 > li::before {
	content: "\f00d";
	color: #e06470;
}

ul.bc-bullet-6 > li::before,
.single-post ul.bc-bullet-6 > li::before {
	content: "\f14a";
}

ul.bc-bullet-7 > li::before,
.single-post ul.bc-bullet-7 > li::before {
	content: "\f0c8";
}

ul.bc-bullet-8 > li::before,
.single-post ul.bc-bullet-8 > li::before {
	content: "\f101";
	color: var(--wp--preset--color--custom-294-bf-3);
}

ul.bc-bullet-9 > li::before,
.single-post ul.bc-bullet-9 > li::before {
	display: none;
}

ul.bc-bullet-9 > li > i,
.single-post ul.bc-bullet-9 > li > i {
	font-size: 14px;
	position: absolute;
    top: 8px;
    left: -27px;
}

.bc-fb-image-aspect-ratio img {
    aspect-ratio: 1200 / 630;
    object-fit: cover;
    border-radius: 8px;
}

.bc-tooltip {
    position: relative;
}

.bc-tooltip .bc-tooltip-text {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: calc(100% - 10px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 320px;
    background-color: #232323;
    font-size: 13px;
    line-height: 1.4em;
    text-align: center;
    padding: 10px;
    margin: 0px;
    border-radius: 3px;
    transition: all 0.5s ease;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
}

.bc-tooltip .bc-tooltip-text::after {
    content: " ";
    position: absolute;
    top: 100%;
    /* At the bottom of the tooltip */
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #232323 transparent transparent transparent;
}

.bc-tooltip:hover .bc-tooltip-text {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 10px);
}

.wp-block-quote,
.bc-box-style1,
.bc-experts-profile-box,
.single-post .entry-content .wp-block-quote {
    position: relative;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.07);
    padding: 80px 30px 30px;
    border-radius: 8px;
    background:
        radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.1), transparent 20%),
        radial-gradient(circle at top right, #031c29, transparent 20%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.09));
    border: none;
    color: #c0bfc7;
    backdrop-filter: blur(15px);
    font-size: 0.9em;
}

.wp-block-quote::before,
.single-post .entry-content .wp-block-quote::before {
    position: absolute;
    top: 25px;
    left: 30px;
    font-family: "FontAwesome";
    font-size: 40px;
    line-height: 1em;
    content: "\f10d";
    color: #FFF;
}

.wp-block-quote cite,
.single-post .entry-content .wp-block-quote cite {
    font-size: 16px;
    color: var(--wp--preset--color--custom-696969);
}

@media all and (max-width: 767px) {
    .bc-tooltip .bc-tooltip-text {
        top: 50%;
        right: calc(100% - 10px);
        left: unset;
        bottom: unset;
        transform: translateY(-50%);
        font-size: 12px;
        width: 300px;
    }

    .bc-tooltip .bc-tooltip-text::after {
        top: 50%;
        /* At the bottom of the tooltip */
        left: 100%;
        transform: translateY(-50%);
        border-color: transparent transparent transparent #FFF;
    }

    .bc-tooltip:hover .bc-tooltip-text {
        right: calc(100% + 10px);
        left: unset;
        bottom: unset;
    }
}

/* --- HEADER SECTION --- */
@media all and (max-width: 599px) {
    .bc-header-nav-col .bc-header-nav-menu>button {
        background: transparent;
        color: #000;
        padding: 0px;
    }

    .bc-header-nav-col .bc-header-nav-menu>button>svg {
        width: 35px;
        height: 35px;
    }

    .bc-header-btn>a.wp-block-button__link {
        padding: 10px;
    }

    .bc-header-nav-menu {
        order: 1;
    }

    .bc-header-nav-menu .wp-block-navigation__responsive-container .bc-header-nav-menu {
        gap: 5px !important;
    }

    .bc-header-nav-menu .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-close {
        background: transparent;
        color: #000;
        padding: 0px;
    }

    .bc-header-nav-menu .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
        padding-top: calc(2rem + 24px);
    }

    .bc-header-nav-menu .wp-block-navigation__responsive-container .wp-block-navigation-item a {
        font-size: 18px;
    }

    .bc-header-nav-menu .wp-block-navigation__responsive-container .wp-block-navigation__submenu-container {
        padding: 3px 0px 0px 10px !important;
    }

    .bc-header-nav-menu .wp-block-navigation__responsive-container .wp-block-navigation-submenu .wp-block-navigation-item a {
        padding: 5px 15px !important;
    }
}

@media all and (max-width: 440px) {
    .bc-header-logo-col {
        width: 35%;
    }

    .bc-header-nav-col {
        width: 65%;
        justify-content: flex-end;
    }
}

/* --- TESTIMONIALS --- */
.bc-testimonial {
    height: 100%;
    border: 1px solid #021c2a !important;
    background: radial-gradient(circle at bottom, #021c2a, transparent 50%);
    box-shadow: 0 0 30px rgba(0, 0, 0, 1) inset;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.bc-testimonial .bc-testimonial-person{
    width: 100%;
}

.bc-testimonial2 {
    height: 100%;
    border: 1px solid #021c2a !important;
    background: radial-gradient(circle at bottom, #082535, #0e12128c 50%);
    box-shadow: 0 0 30px rgba(0, 0, 0, 1) inset;
}

.bc-glass-container {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

/* --- BACKGROUNDS --- */
.bc-hero-gradient1 {
    background:
        linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, #000 100%),
        radial-gradient(circle at bottom, rgb(4, 41, 61) 0%, rgb(0, 0, 0) 65%) !important;
}

.bc-section-bg-style1 {
    background:
        linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 20%),
        radial-gradient(ellipse at bottom center, rgba(4, 41, 61, 0.8) 0%, rgb(0, 0, 0) 70%),
        url(/wp-content/uploads/2024/08/Lifestyle-Design-Navid-Moazzez-min.png) bottom center no-repeat !important;
    background-size: auto, auto, cover !important;
}

.bc-section-bg-style2 {
/*     background:
        url(/wp-content/uploads/2024/10/bg-grid-top-left.png) 90% 50% no-repeat,
        radial-gradient(circle at right, rgb(4, 41, 61) 0%, rgb(0, 0, 0) 30%) !important; */
	    background:radial-gradient(circle at right, rgb(4, 41, 61) 0%, rgb(0, 0, 0) 30%) !important;
	background-size:  auto !important;
/*     background-size: 30% auto, auto !important; */
}

.bc-section-bg-style3 {
    background:
        linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 20%),
        radial-gradient(ellipse at bottom center, rgba(53, 64, 70, 0.8) 0%, rgb(0, 0, 0) 70%),
        url(/wp-content/uploads/2025/03/BG-navid_about2.jpg) bottom center no-repeat !important;
    background-size: auto, auto, cover !important;
}

.bc-section-bg-style4 {
    background:
        linear-gradient(0deg, #000, transparent 20%, transparent 90%, #000 100%),
        radial-gradient(circle at 20% 100%, #01292d 0%, transparent 40%),
        radial-gradient(circle at 100% 40%, rgb(4, 41, 61) 0%, transparent 30%) !important;
    background-size: auto !important;
}

.bc-section-bg-style5 {
    background:
        linear-gradient(0deg, #000, transparent 20%, transparent 90%, #000 100%),
        radial-gradient(circle at 20% 100%, #01292d 0%, transparent 40%),
        radial-gradient(circle at 100% 40%, rgb(4, 41, 61) 0%, transparent 30%) !important;
    background-size: auto !important;
    background-attachment: scroll, fixed, fixed !important;
}


.bc-cta {
    background: radial-gradient(circle at bottom center, rgb(53 112 147 / 70%), #103346 70%),
        url(/wp-content/uploads/2024/10/bg-navid_falls-2.jpg) center center no-repeat,
        linear-gradient(90deg, #000, #000);
    position: relative;
}

/* .bc-cta::after{
    content: "";
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    position: absolute;
    left: -4px;
    top: -4px;
    background: linear-gradient(45deg, #ffe6ad, #ffffff00, #58a1c9);
    z-index: -1;
    filter: blur(15px);
} */

/* --- FOOTER SECTION --- */
.bc-footer-container {
    background: linear-gradient(to bottom, #FFFFFF 73px, var(--wp--preset--color--custom-footer-background) 73px);
}

.bc-footer-cta {
    margin-top: calc(var(--wp--preset--spacing--xx-large) * -1) !important;
}

/* --- ARCHIVE NAVIGATION PATTERN --- */
.bc-category-list-menu .wp-block-navigation-link a.wp-block-navigation-item__content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.bc-category-list-menu .wp-block-navigation-link a::before {
    font-family: uicons-thin-straight;
    font-size: 20px;
}

.bc-category-list-menu .wp-block-navigation-link a:hover {
    color: var(--wp--preset--color--custom-accent);
}

.bc-category-list-menu .bc-category-articles a::before {
    content: "\f566";
}

.bc-category-list-menu .bc-category-make-money a::before {
    content: "\f696";
}

.bc-category-list-menu .bc-category-digital-marketing a::before {
    content: "\fc7f";
}

.bc-category-list-menu .bc-category-tech-tools a::before {
    content: "\f214";
}

.bc-category-list-menu .bc-category-net-worth a::before {
    content: "\f599";
}

.bc-category-list-menu .bc-category-productivity a::before {
    content: "\f467";
}

.bc-category-list-menu .bc-category-digital-writing a::before {
    content: "\f8ad";
}

.bc-category-list-menu .bc-category-best-quotes a::before {
    content: "\f5c6";
}

/* --- EXPERTS TEMPLATE --- */

/* Social Media Icons */
.bc-experts-social-wrapper {
    display: flex;
    grid-gap: 10px;
    line-height: 1;
}

.bc-experts-social-wrapper a:hover {
	color: var(--wp--preset--color--primary);
}

/* Colored Name */
.bc-expert-single-name {
    background: -webkit-linear-gradient(45deg, #0b81f7, #f90b78);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Expert Image */
.bc-expert-image img {
    background: linear-gradient(205deg, #0b81f7 0%, #6361ea 100%);
    border-radius: 8px;
    max-width: 260px;
}

.bc-grid-expert-wrapper .bc-expert-image img {
    border-radius: 8px 8px 0px 0px;
}

@media all and (max-width: 767px) {
    .bc-expert-single-wrapper {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .bc-expert-single-wrapper .bc-expert-image img {
        max-width: 200px;
    }
}

/* --- GLOSSARY TEMPLATE --- */

.bc-glossary-wrapper {
    display: flex;
    grid-gap: 40px;
    flex-wrap: wrap;
}

.bc-glossary-item {
    width: calc(50% - 20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: 0.3s all ease-in;
}

.bc-glossary-item:hover {
    cursor: pointer;
}

.bc-glossary-item h5 {
    color: #fff;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    transition: 0.3s all ease-in;
}

.bc-glossary-item:hover h5{
    color: #0b81f7;
}

.bc-glossary-item p {
    font-size: 14px;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .bc-glossary-item {
        width: 100%;
    }

    .bc-glossary-wrapper {
        grid-gap: 30px;
    }
}

/* Newsletter */
.bc-newsletter-author {
    align-items: center;
}

.bc-newsletter-author .wp-block-post-author__name:before {
    content: "by ";
}

.bc-newsletter-author .wp-block-post-author__avatar img {
    border-radius: 100px;
    width: 35px;
    height: auto;
}

.bc-newsletter-modified time:before {
    content: "Updated ";
}

/* SUREFORMS */
.block-editor-page.post-type-sureforms_form .is-root-container .srfm-block .srfm-error-wrap, 
.srfm-form-container .srfm-block .srfm-error-wrap{
    height: unset !important;
}

.srfm-form-container .srfm-form .srfm-block .srfm-input-common,
.srfm-form-container .srfm-form .srfm-block .srfm-dropdown-common-wrap .srfm-dropdown-common .ts-control{
    padding: 20px !important;
    background: linear-gradient(45deg, rgb(255 255 255 / 5%), rgb(255 255 255 / 15%)) !important;
    border-radius: 8px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
    backdrop-filter: blur(10px) saturate(110%);
    -webkit-backdrop-filter: blur(10px) saturate(110%);
    border: none !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    color: #fff !important;
    height: unset !important;
    line-height: 1em !important;
}

.bc-form #srfm-form-8888 .ts-control{
    padding: 20px !important;
}

.srfm-submit-container{
    margin-bottom: 0 !important;
}

.srfm-form-container #srfm-submit-btn{
    font-weight: 700;
    letter-spacing: 1px !important;
    padding: 15px 20px !important;
    background: linear-gradient(90deg, rgb(255, 88, 60) 0%, rgb(245, 158, 11) 100%) !important;
    border-radius: 8px !important;
    line-height: 1em !important;
    border: 0px !important;
    margin-bottom: 0 !important;
}

.srfm-form-container #srfm-submit-btn:hover{
    transform: scale(1.05);
}

/* GRAVITY FORMS CSS */

.bc-form-container {
    border: 1px solid #E7E7EF;
    padding: 25px;
    background: #fff;
    border-radius: 8px;
}

.bc-gravity-form-style_wrapper {
    width: 100%;
    margin-top: 0px !important;
}

.bc-gravity-form-style_wrapper .gform_heading {
    display: none;
}

.bc-gravity-form-style .gform_fields {
    row-gap: var(--wp--preset--spacing--x-small);
}

.bc-gravity-form-style .gfield .gfield_label {
    font-weight: 700;
    font-size: var(--wp--preset--font-size--x-small);
    line-height: var(--wp--preset--font-size--small);
}

.bc-gravity-form-style .gfield ::placeholder {
    opacity: 0.3;
}

.bc-gravity-form-style .gfield .ginput_container input[type="text"],
.bc-gravity-form-style .gfield .ginput_container input[type="email"],
.bc-gravity-form-style .gfield .ginput_container input[type="tel"],
.bc-gravity-form-style .gfield .ginput_container input[type="url"],
.bc-gravity-form-style .gfield .ginput_container select,
.bc-gravity-form-style .gfield .ginput_container textarea {
    background-color: #fff;
    border-radius: 2px;
    color: #333;
    line-height: 1.3;
    font-size: 16px;
    padding: 15px 20px;
    border: 1px solid #efefef;
    box-shadow: none;
    height: auto;
}

.bc-gravity-form-style .gfield .ginput_container textarea {
    max-height: 150px;
}

.bc-gravity-form-style .gfield .ginput_complex {
    column-gap: 10px;
}

body .bc-gravity-form-style_wrapper .bc-gravity-form-style .gform_footer>input.button,
body .bc-gravity-form-style_wrapper .bc-gravity-form-style .gform_footer>input[type=submit] {
    color: #FFF;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 15px 20px;
    background: linear-gradient(90deg, rgb(255, 88, 60) 0%, rgb(245, 158, 11) 100%);
    border-radius: 2px;
    line-height: 1em;
    border: 0px;
    width: auto;
    cursor: pointer;
    margin-bottom: 0 !important;
}

/* Gravity Form Glass Input Boxes */
.bc-form-glass-input .gfield .ginput_container input[type="text"],
.bc-form-glass-input .gfield .ginput_container input[type="email"],
.bc-form-glass-input .gfield .ginput_container input[type="tel"],
.bc-form-glass-input .gfield .ginput_container input[type="url"],
.bc-form-glass-input .gfield .ginput_container select,
.bc-form-glass-input .gfield .ginput_container textarea {
    padding: 20px !important;
    background: linear-gradient(45deg, rgb(255 255 255 / 5%), rgb(255 255 255 / 15%)) !important;
    border-radius: 8px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px) saturate(110%);
    -webkit-backdrop-filter: blur(10px) saturate(110%);
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    color: #fff;
}

.bc-form-glass-input .gfield .ginput_container select option {
    background: #222;
    line-height: 1.8em !important;
}

.bc-form-glass-input .gfield .gfield_label {
    color: #fff !important
}

input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 767px) {

    .bc-form-glass-input .gfield .ginput_container input[type="text"],
    .bc-form-glass-input .gfield .ginput_container input[type="email"],
    .bc-form-glass-input .gfield .ginput_container input[type="tel"],
    .bc-form-glass-input .gfield .ginput_container input[type="url"],
    .bc-form-glass-input .gfield .ginput_container select,
    .bc-form-glass-input .gfield .ginput_container textarea,
    .bc-form-glass-input .gform_footer>input[type=submit],
    .bc-form-glass-input .gform_footer>input[type=submit] {
        padding: 15px !important;
        line-height: 1 !important;
    }
}

/* Rankmath SEO FAQ Accordion CSS */
#rank-math-faq .rank-math-list-item {
    margin-bottom: 1em;
    margin-top: 1em;
    border-radius: 8px;
    border: 1px solid rgb(229 229 229 / 20%);
    margin-bottom: 18px;
    transition: 0.3s all linear;
}

#rank-math-faq .rank-math-list-item:hover {
    border-color: var(--wp--preset--color--primary);
}

#rank-math-faq .rank-math-list-item.collapse {
    border-color: var(--wp--preset--color--primary);
}

#rank-math-faq .rank-math-list-item .rank-math-question {
    cursor: pointer;
    position: relative;
    display: block;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 40px 20px 20px;
    transition: all 0.3s ease;
}

#rank-math-faq .rank-math-list-item.collapse .rank-math-question {
    color: var(--wp--preset--color--primary);
}

#rank-math-faq .rank-math-list-item .rank-math-question:after {
    font-family: uicons-thin-straight;
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 17px;
    content: "\fc4b";
    transform: rotate(0deg);
    transition: all 0.3s ease;
    color: var(--wp--preset--color--primary);
}

#rank-math-faq .rank-math-list-item.collapse .rank-math-question:after {
    transform: rotate(-180deg);
    color: var(--wp--preset--color--primary);
}

#rank-math-faq .rank-math-list-item .rank-math-answer {
    padding: 0px 20px 20px 20px;
}

#rank-math-faq .rank-math-list-item .rank-math-answer p {
    margin-top: 0px;
}

#rank-math-faq .rank-math-list-item .rank-math-answer p:last-child {
    margin-bottom: 0px;
}

@media (hover: hover) {
    #rank-math-faq .rank-math-list-item:hover .rank-math-question {
        color: var(--wp--preset--color--primary);
    }
}

/* Rankmath SEO TOC */
.wp-block-rank-math-toc-block {
    position: relative;
    padding: 0px !important;
    background: #232323 !important;
    color: #fff !important;
    border-radius: 8px;
    margin-bottom: 2.5em !important;
    margin-top: 2.5em !important;
}

.wp-block-rank-math-toc-block h2,
.wp-block-rank-math-toc-block h3,
.wp-block-rank-math-toc-block h4 {
    position: relative;
    margin: 0px !important;
    padding: 20px 20px 20px 50px;
    cursor: pointer;
    font-size: var(--wp--preset--font-size--small);
}

.wp-block-rank-math-toc-block h2::before,
.wp-block-rank-math-toc-block h3::before,
.wp-block-rank-math-toc-block h4::before {
    font-family: uicons-thin-straight;
    font-size: 20px;
    position: absolute;
    left: 20px;
    top: 50%;
    content: "\f282";
    transform: translateY(-50%);
    color: var(--wp--preset--color--primary);
}

.wp-block-rank-math-toc-block h2::after,
.wp-block-rank-math-toc-block h3::after,
.wp-block-rank-math-toc-block h4::after {
    font-family: uicons-thin-straight;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 50%;
    content: "\fc4b";
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.3s ease;
    color: var(--wp--preset--color--primary);
}

.wp-block-rank-math-toc-block.collapse h2::after,
.wp-block-rank-math-toc-block.collapse h3::after,
.wp-block-rank-math-toc-block.collapse h4::after {
    transform: translateY(-50%) rotate(-180deg);
}

.wp-block-rank-math-toc-block nav {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.wp-block-rank-math-toc-block nav ul,
.wp-block-rank-math-toc-block nav ul li:last-child {
    margin-bottom: 0px;
}

.wp-block-rank-math-toc-block nav ul {
    padding-left: 30px;
    list-style: none;
    counter-reset: list-number;
	margin: 0px;
}

.wp-block-rank-math-toc-block nav > ul {
	padding-right: 20px;
	padding-bottom: 20px;
}

.wp-block-rank-math-toc-block nav ul li > ul {
	padding-left: 15px;
	margin-top: 0px;
}

.wp-block-rank-math-toc-block nav ul li {
    margin-bottom: 2px;
    counter-increment: list-number;
}

.wp-block-rank-math-toc-block nav ul li::before {
    content: counters(list-number, ".") ". ";
    margin-right: 3px;
    font-size: 16px;
}

.wp-block-rank-math-toc-block nav ul li a {
    line-height: 2em;
    display: inline-block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6) !important;
}

.wp-block-rank-math-toc-block nav ul li a:hover {
    color: var(--wp--preset--color--primary) !important
}

.wp-block-rank-math-toc-block input:checked+h4~nav {
    max-height: 100%;
    overflow: visible;
}

/* Sidebar - Table of Contents */
.wp-block-kadence-tableofcontents .kb-table-of-content-list,
.wp-block-kadence-tableofcontents .kb-table-of-content-list li {
    list-style: none !important;
    padding: 0px !important;
}

.wp-block-kadence-tableofcontents .kb-table-of-content-list li,
.wp-block-kadence-tableofcontents .kb-table-of-content-list li a {
    transition: all 0.3s ease;
    position: relative;
}

.wp-block-kadence-tableofcontents .kb-table-of-content-list .kb-table-of-contents-list-sub {
    padding-left: 10px;
}

/* Rankmath SEO Schema CSS */
#rank-math-rich-snippet-wrapper {
    padding: 30px;
    border: 0px;
    border-radius: 8px;
    border: 1px solid #021c2a !important;
    background: radial-gradient(circle at bottom, #082535, #0e12128c 50%);
    box-shadow: 0 0 30px rgba(0, 0, 0, 1) inset;
}

#rank-math-rich-snippet-wrapper .rank-math-title {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: var(--wp--preset--font-size--medium) !important;
    font-family: var(--wp--preset--font-family--cabin) !important;
    line-height: 1.2em !important;
}

#rank-math-rich-snippet-wrapper .rank-math-review-image img {
    display: block;
    width: 100%;
}

#rank-math-rich-snippet-wrapper .rank-math-review-data {
    margin: 0px;
}

#rank-math-rich-snippet-wrapper .rank-math-review-data p {
    margin-top: 0px;
}

#rank-math-rich-snippet-wrapper .rank-math-review-data iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    display: block;
}

#rank-math-rich-snippet-wrapper .rank-math-review-data .rank-math-total-wrapper {
    padding: 0px;
}

/* --- SEARCH FORM --- */
.bc-search-wrapper .bc-search-form .wp-block-search__inside-wrapper {
    background-color: #FFFFFF;
    padding: 10px;
    border-color: #E7E7EF;
}

.bc-search-wrapper .bc-search-form .wp-block-search__input {
    padding: 7px 10px;
}

.bc-search-wrapper .bc-search-form .wp-block-search__input::placeholder {
    font-size: 14px;
}

.bc-search-wrapper .bc-search-form .wp-block-search__button {
    background-color: transparent;
    color: var(--wp--preset--color--primary);
    padding: 0px;
}

/* --- AUTHOR SINGLE PAGE TEMPLATE --- */
.bc-author-display-name span {
    display: block;
}

.bc-author-display-name .bc-author-title {
    font-size: var(--wp--preset--font-size--medium);
}

.bc-author-display-name .bc-author-name {
    font-size: clamp(1.805rem, 1.805rem +((1vw - 0.2rem)* 2.789), 3.13rem);
}

.bc-author-img img {
    border-radius: 8px;
}

/* --- USER SOCIAL LINKS --- */
.bc-user-socials-wrapper .bc-user-socials-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 15px;
}

.bc-user-socials-wrapper .bc-user-socials-list a {
    font-size: 20px;
}

.bc-user-socials-wrapper .bc-user-socials-list a:hover {
    color: var(--wp--preset--color--primary);
}

/* --- CONVERTKIT STYLING --- */

.bc-convertkit-form-wrapper,
.bc-convertkit-form-wrapper2 {
    width: 100%;
}

.bc-convertkit-form-wrapper .formkit-form,
.bc-convertkit-form-wrapper2 .formkit-form {
    max-width: 800px !important;
}

.bc-convertkit-form-wrapper [data-style="clean"] {
    padding: 0px !important;
}

.bc-convertkit-form-wrapper form.formkit-form .formkit-field .formkit-input {
    border: 1px solid #E7E7EF !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    padding: 20px !important;
    line-height: 1em;
}

.bc-convertkit-form-wrapper.bc-convertkit-inline-contained form.formkit-form .formkit-field .formkit-input {
    border: 0px !important;
}

.bc-convertkit-form-wrapper form.formkit-form .formkit-field .formkit-input:active,
.bc-convertkit-form-wrapper form.formkit-form .formkit-field .formkit-input:focus {
    border-color: var(--wp--preset--color--primary) !important;
}

.bc-convertkit-form-wrapper form.formkit-form .formkit-field .formkit-input::placeholder {
    font-size: 14px !important;
}

.bc-convertkit-form-wrapper form.formkit-form .formkit-field,
.bc-convertkit-form-wrapper form.formkit-form .formkit-submit {
    margin: 0px !important;
}

.bc-convertkit-form-wrapper form.formkit-form .formkit-submit {
    border-radius: 8px !important;
    font-family: var(--wp--preset--font-family--cabin);
    font-size: var(--wp--preset--font-size--small);
    font-weight: 700 !important;
    padding: 20px;
    line-height: 1em;
    background: var(--wp--preset--gradient--hard-horizontal-foreground-1-to-background-1);
}

.bc-convertkit-form-wrapper form.formkit-form .formkit-submit span {
    padding: 0px !important;
    background: transparent !important;
}

.bc-convertkit-form-wrapper form.formkit-form,
.bc-convertkit-form-wrapper form.formkit-form .formkit-fields {
    width: 100%;
    max-width: 650px;
    margin: auto !important;
}

.bc-convertkit-form-wrapper form.formkit-form .formkit-fields {
    display: flex;
    gap: 10px;
}

.bc-convertkit-form-wrapper.bc-convertkit-inline form.formkit-form .formkit-fields {
    flex-direction: row;
}

.bc-convertkit-form-wrapper.bc-convertkit-inline form.formkit-form .formkit-fields .formkit-field {
    flex: 1 0 auto !important;
}

.bc-convertkit-form-wrapper.bc-convertkit-inline form.formkit-form .formkit-fields .formkit-submit {
    flex: 1 0 100% !important;
}

.bc-convertkit-form-wrapper.bc-convertkit-vertical form.formkit-form .formkit-fields {
    flex-direction: column;
}

.bc-convertkit-form-wrapper.bc-convertkit-horizontal form.formkit-form .formkit-fields {
    flex-direction: row;
}

.bc-convertkit-form-wrapper.bc-convertkit-inline-contained form.formkit-form .formkit-fields {
    flex-direction: row;
    flex-wrap: nowrap;
}

.bc-convertkit-form-wrapper.bc-convertkit-horizontal form.formkit-form .formkit-fields .formkit-field,
.bc-convertkit-form-wrapper.bc-convertkit-horizontal form.formkit-form .formkit-fields .formkit-submit {
    flex: 1 0 auto !important;
}

/* ConvertKit Form inline with box container */
.bc-convertkit-form-wrapper.bc-convertkit-inline-contained form.formkit-form {
    padding: 8px;
    border: 1px solid #E7E7EF !important;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.bc-convertkit-form-wrapper.bc-convertkit-inline-contained form.formkit-form .formkit-field .formkit-input,
.bc-convertkit-form-wrapper.bc-convertkit-inline-contained form.formkit-form .formkit-submit {
    padding: 15px !important;
}

.bc-convertkit-form-wrapper.bc-convertkit-inline-contained form.formkit-form .formkit-fields .formkit-field {
    flex: 1 1 auto !important;
}

.bc-convertkit-form-wrapper.bc-convertkit-inline-contained form.formkit-form .formkit-fields .formkit-submit {
    flex: 1 0 auto !important;
    border-radius: 3px !important;
}

.bc-convertkit-form-wrapper.bc-convertkit-inline-contained form.formkit-form .formkit-fields .formkit-submit:hover {
    transform: scale(1.05);
}

.bc-convertkit-form-wrapper.bc-convertkit-inline-contained form.formkit-form .formkit-fields .formkit-field {
    position: relative;
}

.bc-convertkit-form-wrapper.bc-convertkit-inline-contained form.formkit-form .formkit-fields .formkit-field:first-child {
    flex-basis: 30% !important;
}

.bc-convertkit-form-wrapper.bc-convertkit-inline-contained form.formkit-form .formkit-fields .formkit-field:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: #E7E7EF;
}

@media all and (max-width: 1024px) {
    .bc-convertkit-form-wrapper form.formkit-form .formkit-submit {
        font-size: var(--wp--preset--font-size--x-small);
    }
}

@media all and (max-width: 600px) {
    .bc-convertkit-form-wrapper.bc-convertkit-inline-contained form.formkit-form .formkit-fields {
        flex-direction: column;
    }

    .bc-convertkit-form-wrapper.bc-convertkit-inline-contained form.formkit-form .formkit-fields .formkit-field:first-child::after {
        display: none;
    }
}

.bc-convertkit-form-wrapper2 .formkit-form {
    margin-bottom: 0 !important;
}

.bc-convertkit-form-wrapper2 [data-style="clean"] {
    padding: 15px 20px !important;
    background: linear-gradient(45deg, rgb(255 255 255 / 5%), rgb(255 255 255 / 15%));
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px) saturate(110%);
    -webkit-backdrop-filter: blur(10px) saturate(110%);
}

.bc-convertkit-form-wrapper2 .formkit-fields {
    align-items: stretch;
    grid-gap: 15px;
}

.bc-convertkit-form-wrapper2 [data-stacked="false"] .formkit-field {
    flex: none;
    margin: 0 !important;
}

.bc-convertkit-form-wrapper2 [data-stacked="false"] .formkit-field:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.bc-convertkit-form-wrapper2 .formkit-fields .formkit-field .formkit-input {
    padding: 0 !important;
    border: none !important;
    color: #fff !important;
    background: unset !important;
    font-size: 0.9em !important;
    height: 100%;
}

.bc-convertkit-form-wrapper2 .formkit-fields .formkit-field .formkit-input::placeholder {
    font-size: inherit;
}

.bc-convertkit-form-wrapper2 .formkit-fields .formkit-submit {
    margin: 0 !important;
    background: linear-gradient(135deg, rgb(255, 88, 60) 0%, rgb(245, 158, 11) 100%) !important;
    border-radius: 8px !important;
    font-weight: bold !important;
}

.bc-convertkit-form-wrapper2 .formkit-submit {
    flex: none !important;
}

@media screen and (max-width:764px) {
	
	.bc-convertkit-form-wrapper2 [data-stacked="false"] .formkit-field:first-child {
		border-right: unset !important;
	}
}



/* .bc-convertkit-form-wrapper2 .formkit-form[min-width~="800"] [data-style="clean"]{
    background: none;
    padding: 0 !important;
    box-shadow: none;
} */

/* .bc-convertkit-form-wrapper2 .formkit-form[min-width~="800"] [data-style="clean"] .formkit-field{
    padding: 15px !important;
    background: linear-gradient(45deg, rgb(255 255 255 / 5%), rgb(255 255 255 / 15%));
    border-radius: 8px;
    backdrop-filter: blur(15px);
} */

.bc-convertkit-form-wrapper2 .formkit-form[min-width~="800"] [data-style="clean"]  .formkit-submit > span{
    padding: 15px !important
}

@media screen and (max-width: 729px){
    .bc-convertkit-form-wrapper2 .formkit-form [data-style="clean"] .formkit-field:first-child{
        border-right: unset;
    }
    
    .bc-convertkit-form-wrapper2 .formkit-form [data-style="clean"]{
        background: none;
        padding: 0 !important;
        box-shadow: none;
    }
    
    .bc-convertkit-form-wrapper2 .formkit-form [data-style="clean"] .formkit-field{
        padding: 15px !important;
        background: linear-gradient(45deg, rgb(255 255 255 / 5%), rgb(255 255 255 / 15%));
        border-radius: 8px;
        backdrop-filter: blur(15px);
    }

    .bc-convertkit-form-wrapper2 .formkit-form [data-style="clean"] .formkit-fields{
        justify-content: start;
    }
    
    .bc-convertkit-form-wrapper2 .formkit-form [data-style="clean"]  .formkit-submit > span{
        padding: 15px !important;
    }
}

.bc-convertkit-form-width-full .formkit-form{
    max-width: 100% !important;
}

/* ======================= */
/* ==== PAGE SPECIFIC CSS ==== */
/* ======================= */

/* HOME PAGE */
.bc-video-library .wp-block-embed-youtube .wp-element-caption {
    margin: 10px 0px 0px;
    line-height: 1.3em;
}

.bc-video-library .wp-block-embed-youtube .wp-element-caption a {
    font-size: var(--wp--preset--font-size--small);
}

.bc-section-hero {
    background:
        linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 90%, #000 100%),
        radial-gradient(circle at bottom, rgb(4, 41, 61) 0%, rgba(0, 0, 0, 0) 65%),
        url(/wp-content/uploads/2024/11/bg-hero-navid4.png) -15% 40% no-repeat,
        url(/wp-content/uploads/2024/10/bg-hero-navid2-2-sm.png) 130% 40% no-repeat,
        linear-gradient(180deg, #000, #000) !important;
    background-size: cover, cover, auto 130%, auto 140%, cover !important;
    background-repeat: no-repeat !important;
}

.bc-section-badge {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 8px 20px;
    color: #fff;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)) !important;
    font-size: 16px !important;
    line-height: 1em;
    border-radius: 20px;
    font-weight: 500;
}

.bc-slider-wrapper {
	width: 100%;
}

@media screen and (max-width: 1640px) {
    .bc-section-hero {
        background-position: 0 0, 0 0, -60% 40%, 160% 40%, 0 0 !important;
    }
}

@media screen and (max-width: 1500px) {
    .bc-section-hero {
        background-position: 0 0, 0 0, -100% 40%, 200% 40%, 0 0 !important;
    }
}

@media screen and (max-width: 1370px) {
    .bc-section-hero {
        background-position: 0 0, 0 0, -200px 40%, calc(100% + 200px) 40%, 0 0 !important;
        background-size: cover, cover, auto 100%, auto 100%, cover !important;
    }
}

@media screen and (max-width: 1024px) {
    .bc-section-hero {
        background-size: cover, cover, auto 80%, auto 80%, cover !important;
    }
}

@media screen and (max-width: 767px) {
    .bc-section-hero {
        background:
            linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 90%, #000 100%),
            radial-gradient(circle at bottom, rgb(4, 41, 61) 0%, rgba(0, 0, 0, 0) 65%),
            url(/wp-content/uploads/2024/10/bg-hero-navid2-2-sm.png) no-repeat,
            linear-gradient(180deg, #000, #000) !important;
        background-size: cover, cover, 150% auto, cover !important;
        background-position: 0 0, 0 0, bottom center, 0 0 !important;
        padding-top: 20px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-bottom: 20px !important;
    }
	
	.bc-section-badge {
		margin-bottom: 15px;
		font-size: 14px !important;
	}
	
	.kb-off-canvas-inner-wrap .kb-search .kb-search-form .kb-search-input {
		border: 1px solid #272727 !important;
		background: rgba(255,255,255,0.07);
	}
}

/* CONTACT US PAGE */
.bc-contact-image-bg {
    position: relative;
}

.bc-contact-image-bg img {
    position: relative;
    z-index: 5;
}

.bc-contact-image-bg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 85%;
    background-color: #6361ea;
    bottom: 0;
    left: 0;
    z-index: 0;
    border-radius: 50% 50% 0 0;
}

.bc-link-disable-underline:hover a {
    text-decoration: none;
}

.bc-logo-slider-wrapper {
    width: 100%;
}

.bc-logo-slider-wrapper .bc-logo-slider .splide__list {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.bc-logo-slider-white img {
    filter: brightness(0) invert(1);
}

.bc-grid-feature {
    transition: all 0.5s ease;
}

.bc-grid-feature:hover {
    box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.08);
}

.bc-grid-feature-btn a {
    background-position: 0% 100% !important;
    background-repeat: no-repeat !important;
    background-size: 100% 0px !important;
}

.bc-grid-feature-btn a:hover {
    background-size: 100% 100% !important;
}

/* --- SINGLE POST PAGE --- */
.bc-post-info {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0px;
    margin: 0px;
    gap: 20px;
}

.bc-post-info li a {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    line-height: 1.1em;
}

.bc-single-post-author .wp-block-post-author__name::before {
    content: "by ";
}

.bc-footnotes-title h6 {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
}

.bc-footnotes-wrapper .bc-footnotes-title h6>i {
    transform: rotate(0deg);
    transition: all 0.4s ease;
}

.bc-footnotes-wrapper.collapse .bc-footnotes-title h6>i {
    transform: rotate(90deg);
}

.bc-sources-title h5 {
    margin-bottom: 10px;
}

.bc-sources-title h6 {
    display: inline-block;
    margin: 0px;
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 2px solid;
}

.bc-sources-title h6>i {
    vertical-align: middle;
}

.bc-related-posts .bc-grid-article-wrapper {
    box-shadow: none;
}

.bc-post-breadcrumbs .rank-math-breadcrumb p {
    margin: 0px;
    font-size: 13px;
    text-align: center;
}

.single .wp-block-heading > a {
	color: #FFF;
}

.single-post .wp-block-heading:not(:first-child),
.single-post .wp-block-post-content p+.wp-block-heading,
.wp-block-post-content ul+.wp-block-heading,
.wp-block-post-content ol+.wp-block-heading,
.wp-block-post-content div+.wp-block-heading {
    margin-top: 50px !important;
}

.wp-block-post-content h2.wp-block-heading{ font-size: 32px; }
.wp-block-post-content h3.wp-block-heading{ font-size: 26px; }
.wp-block-post-content h4.wp-block-heading{ font-size: 24px; }
.wp-block-post-content h5.wp-block-heading{ font-size: 22px; }
.wp-block-post-content h6.wp-block-heading{ font-size: 20px; }

@media all and (max-width: 1024px){
    .wp-block-post-content h2.wp-block-heading{ font-size: 28px; }
    .wp-block-post-content h3.wp-block-heading{ font-size: 24px; }
    .wp-block-post-content h4.wp-block-heading{ font-size: 22px; }
    .wp-block-post-content h5.wp-block-heading{ font-size: 20px; }
    .wp-block-post-content h6.wp-block-heading{ font-size: 18px; }
} 

@media all and (max-width: 767px){
    .wp-block-post-content h2.wp-block-heading{ font-size: 26px; }
    .wp-block-post-content h3.wp-block-heading{ font-size: 22px; }
    .wp-block-post-content h4.wp-block-heading{ font-size: 20px; }
    .wp-block-post-content h5.wp-block-heading{ font-size: 18px; }
    .wp-block-post-content h6.wp-block-heading{ font-size: 17px; }
	
	.bc-single-post-author {
		flex: 100%;
	}
	
	.single-post .bc-post-hero-wrapper {
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
	}
} 

/* --- BLOG PAGE / POST GRID --- */
.bc-blog-category-list > a {
    line-height: 1em;
    padding: 4px 12px;
    border-radius: 100px;
    background-color: var(--wp--preset--color--background-4) !important;
}

.single-post .bc-post-hero-wrapper .bc-blog-category-list > a,
.bc-blog-category-list > a {
    padding: 7px 15px;
    color: #fff;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)) !important;
}

.single-post .bc-post-hero-wrapper .bc-blog-category-list > a:hover,
.bc-blog-category-list a:hover {
    color: #FFF !important;
    background-color: var(--wp--preset--color--custom-accent) !important;
}

.bc-blog-category-list > a:not(:last-of-type) {
    margin-right: 5px;
}

.bc-grid-articles-container .bc-grid-articles-wrapper {
    padding-bottom: var(--wp--preset--spacing--large) !important;
}

.bc-grid-article-wrapper {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.bc-grid-article-wrapper .wp-block-post-featured-image {
    aspect-ratio: auto 1200/630 !important;
}

.bc-single-post-author,
.bc-grid-article-wrapper .bc-grid-article-author {
    justify-content: flex-start;
    align-items: center;
}

.bc-single-post-author .wp-block-post-author__avatar,
.bc-grid-article-wrapper .bc-grid-article-author .wp-block-post-author__avatar {
    margin-right: 0.5em;
}

.bc-single-post-author .wp-block-post-author__avatar img,
.bc-grid-article-wrapper .bc-grid-article-author .wp-block-post-author__avatar img {
    display: block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    object-fit: cover;
}

.bc-pagination-wrapper {
    gap: var(--wp--preset--spacing--x-small);
}

.bc-pagination-wrapper .wp-block-query-pagination-numbers .page-numbers {
    background-color: transparent;
    display: inline-block;
    border-radius: 8px;
    padding: 0.5rem 1.15rem;
}

.bc-pagination-wrapper .wp-block-query-pagination-previous,
.bc-pagination-wrapper .wp-block-query-pagination-next,
.bc-pagination-wrapper .wp-block-query-pagination-numbers,
.bc-pagination-wrapper .wp-block-query-pagination-numbers .page-numbers {
    margin: 0px;
}

.bc-pagination-wrapper .wp-block-query-pagination-previous:hover,
.bc-pagination-wrapper .wp-block-query-pagination-next:hover,
.bc-pagination-wrapper .wp-block-query-pagination-numbers .page-numbers:not(.dots):hover,
.bc-pagination-wrapper .wp-block-query-pagination-numbers .page-numbers.current {
    background-color: var(--wp--preset--color--custom-accent) !important;
    color: #FFFFFF
}

.bc-pagination-wrapper .wp-block-query-pagination-previous span,
.bc-pagination-wrapper .wp-block-query-pagination-next span {
    margin: 0px;
}

/* SINGLE POST SOCIAL SHARE */
.bc-post-social-share-wrapper .ssbp-wrap > div {
	flex-direction: column;
}

.bc-post-social-share-wrapper .ssbp-wrap .ssba-share-text {
	font-size: 14px;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #fff9 !important;
}

.bc-post-social-share-wrapper .ssbp-wrap .ssbp-list {
	display: flex;
    flex-direction: column;
    align-items: center;
	gap: 15px;
}

.bc-post-social-share-wrapper .ssbp-wrap .ssbp-list li {
	margin: 0px !important;
	padding: 0px;
}

.bc-post-social-share-wrapper .ssbp-wrap .ssbp-list li a {
	width: 30px !important;
	height: 30px !important;
}

.wp-block-kadence-query.animation-overlay.loading .overlay.overlay { opacity: 0; }

/** -- EXPERTS ARCHIVE PAGE -- **/
.bc-grid-expert-wrapper .bc-expert-image,
.bc-grid-expert-wrapper .bc-expert-image img {
    width: 100%;
    max-width: 100%;
}

.bc-grid-expert-wrapper .bc-expert-image img {
    display: block;
    background: linear-gradient(188deg, #0b81f7 0%, #6361ea 50%, #740bf9 100%);
}

.bc-grid-expert-wrapper .bc-view-expert-link {
    position: relative;
    padding-left: 20px;
}

/** -- Creator Single Post -- **/
.bc-creator-content-wrapper .wp-block-social-links a.wp-block-social-link-anchor {
	color: #c0bfc7;
	fill: #c0bfc7;
}

.bc-creator-content-wrapper .wp-block-social-links a.wp-block-social-link-anchor:hover {
	color: var(--wp--preset--color--primary) !important ;
	fill: var(--wp--preset--color--primary) !important;
}

/* TABLE */
.wp-block-table,
.wp-block-table.is-style-stripes{
    margin-top: 20px;
    margin-bottom: 50px;
    border: 1px solid rgba(255,255,255,0.1) !important;
    border-radius: 8px; 
    background: linear-gradient(45deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd){
    background: rgba(255,255,255,0.07);
}

.wp-block-table p{
    margin: 0 !important;
}

.wp-block-table td,
.wp-block-table th{
    padding: 15px
}

/* TEXT BOXES */
.bc-text-box{
    padding: 20px;
    border-radius: 8px;
    background: linear-gradient(45deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    border: 1px solid rgba(0,0,0,0.1);
}

/* Temporary */
li.user_url_expert_page{ 
	display: none; 
}

.ssbp-list li{ 
	margin-top: 0 !important; 
} 

.ssbp-wrap > div {
	display: flex; 
	align-items: center; 
	grid-gap: 10px;
}

.heateor_sss_sharing_ul {
	display: flex;
	gap: 10px;
    flex-direction: column;
}

/** Lasso Styles **/
.wp-block-affiliate-plugin-lasso {
	margin-top: 50px;
}

.wp-block-affiliate-plugin-lasso.has-lasso-badge {
	margin-top: 67px;
}

h2 + .wp-block-affiliate-plugin-lasso,
h3 + .wp-block-affiliate-plugin-lasso {
	margin-top: 40px;
}

/** List Heading Style **/
.bc-list-heading {
	position: relative;
}

.bc-list-heading mark {
    display: flex;
    width: 1.5em;
    height: 1.5em;
	border-radius: 8px;
    text-align: center;
    line-height: 1em;
    justify-content: center;
    align-items: center;
    font-size: 0.7em;
    position: absolute;
    right: calc(100% + 15px);
    top: 50%;
    transform: translateY(-50%);
	background-color: var(--wp--preset--color--primary);
	color: #FFFFFF;
}

@media all and (max-width: 767px) {
	.bc-list-heading {
		display: flex;
		align-items: center;
		gap: 15px;
	}

	.bc-list-heading mark {
		position: static;
		transform: none;
	}
}

/*== Creator Tools Page ==*/
a.bc-creator-tool-link[href=""], 
a.bc-creator-tool-link[href="#"], 
a.bc-creator-tool-link:not([href]),
a.bc-affiliate-link[href=""], 
a.bc-affiliate-link[href="#"], 
a.bc-affiliate-link:not([href]) {
    display: none;
}

a.bc-affiliate-link {
	position: relative;
	overflow: visible;
}

a.bc-affiliate-link::after {
	content: "";
    display: block;
    position: absolute;
    background-color: var(--wp--preset--color--primary);
    height: 2px;
    width: 0%;
	left: 0px;
    bottom: -5px;
	transition: all .3s ease-in-out;
}

a.bc-affiliate-link:hover::after {
	width: 100%;
}

.bc-blog-category-list a[href*="creator-tools-category/featured-tools"],
.bc-blog-category-list a.term-featured-tools {
    display: none;
}

.bc-creator-tools-query li.kb-query-item,
.bc-creator-tools-query li.kb-query-item > .wp-block-kadence-column > .kt-inside-inner-col {
	display: flex;
    flex-direction: column;
}

.bc-creator-tools-query li.kb-query-item > .wp-block-kadence-column, 
.bc-creator-tools-query li.kb-query-item > .wp-block-kadence-column > .kt-inside-inner-col {
	height: 100%;
}

.bc-creator-tools-query li.kb-query-item .wp-block-kadence-column .wp-block-kadence-advancedbtn {
	margin-top: auto;
}