
html body .footer-logo a,
html body .footer-copyright a {
    visibility: hidden;
    position: relative;
}


html body .footer-logo a:after,
html body .footer-copyright a:after {
    content: 'Best Life Searches';
    visibility: visible;
    left: 0;
    top: 30px;
    /* color: white !important; */

    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    width: 500px;
    color: rgba(48, 0, 151, 0.8);
}

html body .site-title a {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 900 !important;
    color: rgba(48, 0, 151, 0.8) !important;
    background: transparent !important;
}
.search-toggle {
    display: none;
}

/*html body #footer-text {
    visibility: hidden;
    position: relative;
}
*/
/*html body #footer-text:after {
    content: '© 2024 All rights reserved. bestlifesearches.com may earn a portion of sales from products that are purchased through our site as part of our Affiliate Partnerships with retailers. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Infospire';
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}*/

@font-face {
    font-family: 'Montserrat SemiBold';
    src: url('assets/fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    /* Adjust if needed */
    font-style: normal;
}


@font-face {
    font-family: 'RobotoCondensed';
    src: url('assets/fonts/RobotoCondensed-Black.ttf') format('truetype');
    font-weight: 600;
    /* Adjust if needed */
    font-style: normal;
}


html body #site-header {
    top: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    border-bottom: 0 !important;
    background-color: #5200ff !important;
    color: white !important;
}

html body .hero {
    display: none;
}

html body #site-content {
    padding-top: 50px !important;
}

html body .site-title a {
    font-family: 'RobotoCondensed', sans-serif;
    font-size: 48px;
    font-weight: 700;
    /* color: purple; */
    letter-spacing: -1px;
    line-height: 1;
    margin-left: 0;
    margin-top: 0;
    background-color: purple;
    padding: 10px 20px;
    display: inline-block;
}

html body .header-titles-wrapper {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    color: white !important;
}

html body .header-inner {
    align-items: center !important;
    display: block !important;
}

html body ul.primary-menu {
    width: 100%;
    color: white !important;
    margin: -0.8rem 0 0 10.5rem !important;

}

html body .search-toggle-wrapper {
    display: none;
}

html body .primary-menu a {
    font-weight: 900;
    text-transform: none;
    line-height: 0;
    font-size: 18px;
    padding: 30px 0px 15px;
    color: white !important;
    opacity: .6;
}

html body .primary-menu a:hover {
    opacity: 1 !important;
}

html body .primary-menu a:not(:last-child)::after {
    content: " /";
    color: inherit;
    pointer-events: none;
}

html body .carousel-container {
    display: none;
}

html body .header-titles-wrapper img,
html body .footer-logo img {
    display: none;
}

html body .category-strip {
    display: none;
}


html body .category-post-meta {
    display: none;
}

html body .category-post-content {
    width: 50%;
}
.post-module {
    flex-direction: column;
}
.post-module__item {
    width: 100%;
    margin-bottom: 10px;
    height: 200px;
    min-height: auto;
}
.post-module__content {
    text-align: center;
}
.post-module__category {
    text-align: center;
    color: #3cffd0 !important;
}
.featured_container {
    width: 65%;
    margin: auto;
    margin-bottom: -40px;
}
html body .category-post-image {
    width: 40%;
}

html body .category-post-image img {
    max-width: none;
    max-height: none;
    height: 280px;
    width: auto;
}



html body .recently-section {
    background: #5200ff !important;
    color: white !important;
    border-top: 1px solid #ddd;
}

.singular .entry-header {
    background: #5200ff !important;
    padding: 80px 0 40px;
}

.singular .featured-media::before {
    background: none !important;
}

.singular .entry-categories {
    display: none !important;
}

html body .some-bullshit,
html body .footer-logo,
html body footer hr {
    display: none !important;
}

html body #site-footer {
    background-color: #0d0d0d;
    overflow: hidden !important;
}

html body .trending_section {
    background-color: black !important;
    color: white !important;
    display: none;
}

main {
    background-color: black !important;
    color: white !important;
}

html body .category-container {
    background-color: black !important;
    color: white !important;
    margin-top: 260px;
}

section {
    background-color: black !important;
    color: white !important;
}

.featured_heading,
.category-post-heading a {
    color: white !important;
    font-family: "RobotoCondensed" !important;
    ;
}

.category-post-content .post-description {
    color: #d1d1d1;
    display: none;
}

.header-titles {
    position: fixed;
    top: 8px;
    left: 40px;
}


.featured_section {
    background-color: #5200ff !important;
    margin-bottom: -232px !important;
    /* background-image: url(https://www.infospireme.com/wp-content/uploads/2024/12/bg3.jpg) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
}

.featured_heading,
.recently-heading,
.category-page-heading {
    font-family: 'RobotoCondensed', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: white !important;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1;
    position: relative;
}

body .recently-category {
    color: white;
}

body .category-featured_section {
    background-color: #5200ff !important;
}

.post-meta,
.meta-text a {
    color: white !important;
}

body a:hover {
    color: #e4e4e4 !important;
}

.category-post-item:not(:last-child) {
    border-bottom: 1px solid #3cffd0 !important;
}

.post-module__heading,
.category-post-heading,
.recently-post-heading {
    font-family: 'RobotoCondensed', sans-serif;
}

.category-post-author {
    color: #3cffd0 !important
}

.pagination-container {
    width: 55% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 16px !important;
    font-weight: bold !important;
    background: #ffffff !important;
    margin: 30px auto !important;
    border-radius: 50px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
    color: #2e8e26 !important;
}

.pagination-container a {
    color: #333 !important;
    text-decoration: none !important;
    margin: 0 8px !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    transition: all 0.3s ease-in-out !important;
    font-weight: 600 !important;
}

.pagination-container a:hover,
.pagination-container a.active {
    background: #2e8e26 !important;
    color: #fff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
    transform: scale(1.1) !important;
}

.pagination-container a.disabled {
    color: #aaa !important;
    pointer-events: none !important;
    opacity: 0.5 !important;
}

.entry-title {
    color: white !important;
    font-family: "RobotoCondensed" !important;
}


body .about_us_heading {
    background-color: #5200ff !important;
    color: white !important;
    font-family: "RobotoCondensed" !important;
    padding-top: 100px !important;
}

html body .about_us_heading h1 {
    color: white !important;
    font-family: "RobotoCondensed" !important;
}

html body h2 {
    color: white !important;
    font-family: "RobotoCondensed" !important;
}

body {
    background-color: black !important;
}


html body .primary-menu-wrapper {
    border-bottom-width: 1px !important;
    padding-bottom: 8px !important;
    border-color: #fff !important;
}

html body .header-navigation-wrapper {
    border-bottom-width: 1px !important;
    padding-bottom: 8px !important;
    border-color: #fff !important;
    width: 33% !important;
    float: right;
}

.primary-menu>li {
    color: white !important
}

.contact_us_heading {
    background-color: #5200ff !important;
    color: white !important;
    padding-top: 100px !important;
    font-family: "RobotoCondensed" !important;
}

.contact_us_heading h1 {
    color: white !important;
    font-size: 5rem;
}


@media (max-width: 768px) {

    .header-titles-wrapper {
        text-align: unset !important;
    }

    html body .site-title a {
        font-size: 27px !important;
        margin-top: -5px;
    }

    .post-module__item {
        width: 100% !important;
    }

    .featured_section {
        margin-bottom: 30px !important;
    }

    html body .category-post-content {
        width: 80% !important;
    }

    html body .category-post-image {
        width: 80% !important;
    }

    body .header-inner .toggle svg {
        color: white !important
    }

    .menu-modal .toggle,
    .header-inner .toggle {
        right: 0 !important;
        color: white !important
    }

    .header-titles {
        margin: 0 !important;
    }

    html body .site-title a:after{
        top: 4px !important;
        left: 130px !important;
        right: auto !important;
    }
    .header-titles { 
        left: auto;
    }
    html body #site-header {
        height: 50px;
    }
}

.menu-modal .toggle,
.header-inner .toggle {
    right: 43% !important;
}

body .header-inner .toggle svg,
.toggle-inner .toggle-text {
    color: white !important
}


.primary-menu a:hover {
    text-decoration: none !important;
    color: white !important
}

/* html body .header-navigation-wrapper {
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) !important;
} */

html body .header-navigation-wrapper::after {
    content: "";
    display: block;
    height: 1px;
    width: 25%;
    background-color: white;
    position: absolute;
    bottom: 6px;
    right: 145px;
}


@media (min-width: 1024px) {
    html body ul.primary-menu {
        margin: 1.2rem 0 0 -6.5rem !important;
        width: 110% !important;
    }

    html body .header-navigation-wrapper::after {
        width: 33% !important;
        right: 51px !important;
    }

}

.primary-menu li.current-menu-item>a {
    text-decoration: none !important;
}

.menu-modal.active {
    top: 50px !important;
}
.mobile-nav-toggle {
    position: fixed;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 25px;
    top: 0;
    left: 85vw !important;
    right: auto !important;
}
button.close-nav-toggle {
    display: none !important;
}

.mobile-search-toggle {
    width: 60px;
    height: 40px;
    padding: 7px;
}

.footer-links {
    display: flex;
    text-align: center;
}
.footer_nav {
    display: none;
}