/*
Theme Name: PRDZ01 Theme
Description: PRDZ01 custom theme.
Version: 1.2
*/

/*
ffffff-163829-003459-007ea7-40916C
cccccc-9c9c9c
*/

body {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    margin: 15px 0 0 0;
    padding: 0;
}

h4 {
    font-size: 1.2em;
}

.light {
    font-weight: 300;
}

a {
    color: #163829;
    text-decoration: none;
}

a:hover {
    color: #163829;
}

#header-bar {
    font-weight: 400;
    padding: 30px 0 30px 0;
    text-transform: uppercase;
}

#header-bar ul {
    list-style: none;
    margin: 0 15px 0 0;
    padding: 0;
    text-align: right;
}

#header-bar li {
    display: inline;
    padding: 0 0 0 15px;
}

#header-search input {
    font-size: 0.8em !important;
    border: 1px solid #e4e4e4 !important;
    border-radius: 0px !important;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.header-search-button {
    font-size: 0.8em !important;
    color: #ffffff;
    background-color: #40916C;
    border: none !important;
    border-radius: 0px !important;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#header-categories {
    font-weight: 300;
    color: #ccc;
    background-color: #163829;
    padding: 10px 30px 10px 30px;
}

#header-categories a {
    color: #ccc;
}

#header-categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header-categories li {
    display: inline;
    margin: 0 15px 0 0;
}

#header-categories img {
    width: 25px;
    height: 25px;
    margin: 0 10px 0 0;
}

#nav {
    padding: 0;
    margin: 0;
}

.navbar {
    font-size: 0.9em;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

#header-points {
    font-size: 0.9em;
    color: #666;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #e4e4e4;
    background-color: #f3f4f3;
    text-align: center;
}

#header-points img {
    width: 25px;
    height: 25px;
    margin: 0 10px 0 0;
}

#main-body {
    background-color: #fff;
}

#home-featured-products {
    margin: 60px 0 60px 0;
}

#home-featured-products h2 {
    font-size: 1.4em;
    padding: 0;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.product-box {
    min-height: 320px;
    padding: 15px;
    margin: 0 0 15px 0;
    border: 1px solid #e4e4e4;
}

.product-image {
    margin: 0 0 15px 0;
    text-align: center;
}

.product-image img {
    width: 100%;
    height: 100%;
}

.product-box-title {
    font-size: 0.8em;
    text-transform: uppercase;
}

.product-box-category {
    font-size: 0.7em;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

.product-box-category a {
    color: #777;
}

#home-product-categories {
    margin: 0 0 60px 0;
}

#home-product-categories h2 {
    font-size: 1.4em;
    padding: 0;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.home-category-outer {
    background-color: #f3f4f3;
    border: 1px solid #e4e4e4;
    margin: 0 0 1.5rem 0;
    padding: 30px 15px 30px 15px;
}

.home-category-inner {
    font-size: 0.8em;
    background-color: #fff;
    border-bottom: 2px solid #e4e4e4;
    padding: 10px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#home-latest-products {
    margin: 0 0 60px 0;
}

#home-latest-products h2 {
    font-size: 1.4em;
    padding: 0;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

#home-guides {
    margin: 60px 0 60px 0;
}

#home-guides h2 {
    font-size: 1.4em;
    padding: 0;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

#home-annoucements {
    margin: 60px 0 60px 0;
}

#home-annoucements h2 {
    font-size: 1.4em;
    padding: 0;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

#home-annoucements-int {
    border: 1px solid #e4e4e4;
    padding: 30px 30px 15px 30px;
}

#home-annoucements-int a {
    font-weight: 600;
}

#home-annoucements-int p {
    margin-bottom: 15px;
}

.guide-box, .blog-archive-box {
    padding: 15px;
    margin: 0 0 15px 0;
    border: 1px solid #e4e4e4;
}

.guide-box img {
    min-width: 100%;
    margin: 0 0 15px 0;
}

.blog-archive-box img {
    min-width: 100%;
    margin: 0 0 15px 0;
}

.home-guide-title {
    margin: 0 0 10px 0;
}

.home-guide-excerpt {
    font-size: 0.9em;
    color: #777;
}

#home-testimonials {
    margin: 60px 0 60px 0;
}

#home-testimonials h2 {
    font-size: 1.4em;
    padding: 0;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.testimonial-slider {
    background-color: #f3f4f3;
    border: 1px solid #e4e4e4;
}

.testimonial-slider .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    background-color: #444;
    border-radius: 100%;
}

.testimonial-user {
    margin: 0 0 15px 0;
}

.testimonial-user img {
    border-radius: 50%;
}

.testimonial-slider blockquote {
    font-size: 1.2em;
}

.sidebar-padded {
    padding: 30px;
}

.shop-box {
    background-color: #163829;
    margin: 0 0 30px 0;
}

.shop-box img {
    opacity: .7;
}

.shop-box h1 {
    font-size: 1.4em;
    font-weight: 600;
}

.shop-box p {
    font-size: 1em;
    font-weight: 300;
    margin: 10px 0 20px 0;
}

.shop-box-inner {
    color: #fff;
    padding: 30px;
}

.btn-shop-box {
    font-size: 0.8em !important;
    color: #ffffff !important;
    background-color: #40916C;
    border: none !important;
    border-radius: 0px !important;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sidebar-categories {
    padding: 30px;
    margin: 30px 0 30px 0;
    border: 1px solid #e4e4e4;
}

.sidebar-categories ul {
    padding: 0;
    margin: 0;
}

.sidebar-categories li {
    list-style: none;
}

.sidebar-categories h4 {
    font-size: 1.1em;
    padding: 0;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.sidebar-items {
    padding: 30px;
    margin: 30px 0 30px 0;
    border: 1px solid #e4e4e4;
}

.sidebar-items h4 {
    font-size: 1.1em;
    padding: 0;
    text-transform: uppercase;
}

.sidebar-item {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e4e4e4;
}

.sidebar-guides {
    padding: 30px;
    margin: 30px 0 30px 0;
    border: 1px solid #e4e4e4;
}

.sidebar-guides ul {
    padding: 0;
    margin: 0;
}

.sidebar-guides img {
    width: 100%;
    height: 100%;
}

.sidebar-posts {
    padding: 30px;
    margin: 30px 0 30px 0;
    border: 1px solid #e4e4e4;
}

.sidebar-posts ul {
    padding: 0;
    margin: 0;
}

.sidebar-posts img {
    width: 100%;
    height: 100%;
}

.sidebar-newsletter {
    background: rgb(27,67,50);
    background: linear-gradient(90deg, rgba(27,67,50,1) 0%, rgba(64,145,108,1) 50%, rgba(116,198,157,1) 100%);
    padding: 60px 30px 60px 30px;
    margin: 30px 0 30px 0;
}

.sidebar-newsletter  h1 {
    font-size: 1.8em;
    font-weight: 600;
    color: #fff;
}

.sidebar-newsletter  p {
    font-size: 1.1em;
    font-weight: 300;
    color: #fff;
    margin: 10px 0 20px 0;
}

.newsletter-subscribe {
    margin: 30px 0 0 0;
}

.newsletter-subscribe input {
    font-size: 0.8em !important;
    border: none !important;
    border-radius: 0px !important;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.newsletter-subscribe-button {
    font-size: 0.8em !important;
    color: #ffffff;
    background-color: #163829;
    border: none !important;
    border-radius: 0px !important;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#homepage-carousel {
    margin: 30px 0 0 0;
}

.homepage-carousel-overlay {
    background: rgba(8, 28, 21, .8);
    padding: 30px;
}

.carousel-caption {
    transform: translateY(-50%);
    bottom: initial;
    top: 50%;
}

.carousel-overlay {
    background-color: #163829;
}

.carousel-overlay img {
    opacity: .8;
}

.carousel-overlay h1 {
    font-size: 1.8em;
    font-weight: 600;
}

.carousel-overlay p {
    font-size: 1.1em;
    font-weight: 300;
    margin: 10px 0 20px 0;
}

.btn-carousel {
    font-size: 1em !important;
    color: #ffffff !important;
    background-color: #40916C;
    border: none !important;
    border-radius: 0px !important;
    padding: 10px 15px 10px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#footer-navs {
    font-weight: 300;
    padding: 60px 0 60px 0;
    background-color: #163829;
}

#footer-navs h4 {
    font-size: 1.1em;
    font-weight: 300;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-header-seperator {
    width: 30px;
    height: 2px;
    background-color: #40916C;
    margin: 0 0 30px 0;
}

#footer-navs a {
    color: #ccc;
}

#footer-navs ul {
    padding: 0;
    margin: 0 0 30px;
}

#footer-navs li {
    padding: 5px 0 0 0;
    list-style: none;
}

.small-item {
    max-width: 50px !important;
    max-height: 50px !important;
}

.item-seperator {
    height: 15px;
}

#footer-search {
    width: 75%;
    margin: 30px 0 0 0;
}

#footer-search input {
    font-size: 0.8em !important;
    border: none !important;
    border-radius: 0px !important;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-search-button {
    font-size: 0.8em !important;
    color: #ffffff;
    background-color: #40916C;
    border: none !important;
    border-radius: 0px !important;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#copyright-separator {
    padding: 0 0 30px 0;
    border-top: 1px solid #1B4332;
}

#copyright {
    font-weight: 300;
    color: #ccc;
    padding: 0 0 30px 0;
    background-color: #163829;
    text-align: center;
}

/* Sub Pages */

.guide-single, .blog-single {
    padding: 60px;
}

.guide-archive, .blog-archive {
    padding: 30px 0 60px 0;
}

.guide-heading h1 {
    font-size: 2.8em;
    font-weight: 400;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
    text-align: center;
}

.blog-heading h1 {
    font-size: 2.8em;
    font-weight: 400;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
    text-align: center;
}

.guide-meta, .blog-meta {
    font-size: 1em;
    color: #666;
    margin: 0 0 50px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.guide-featured, .blog-featured {
    text-align: center;
}

.guide-featured img {
    min-width: 100%;
    margin: 0 0 60px 0;
}

.blog-featured img {
    min-width: 100%;
    margin: 0 0 60px 0;
}

.guide-intro {
    font-size: 1.2em;
    margin: 0 0 60px 0;
}

.guide-top-featured-heading h2 {
    font-size: 2.1em;
    font-weight: 400;
    margin: 0 0 30px 0;
    text-align: center;
}

.guide-disclosure {
    font-size: 1em;
    color: #666666;
    font-weight: 600;
    margin: 0 0 60px 0;
    text-align: center;
}

.guide-product-box {
    border: 1px solid #e4e4e4;
    padding: 30px;
    margin: 0 0 60px 0;
    text-align: center;
}

.guide-product-box img {
    max-width: 75%;
    max-height: 75%;
}

.guide-product-box h2 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 20px 0 20px 0;
}

.guide-product-box ul {
    padding: 0 0 0 15px;
    margin: 0;
    text-align: left;
}

.guide-product-box li {
    list-style-type: square;
    padding: 0;
    margin: 0;
}

.guide-featured-price {
    margin: 30px 0 0 0;
    text-align: center;
}

.guide-featured-button {
    width: 100%;
    font-size: 0.9em !important;
    color: #ffffff !important;
    background-color: #40916C;
    border: none !important;
    border-radius: 0px !important;
    padding: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.guide-featured-button a {
    color: #ffffff !important;
}

.guide-item {
    padding: 0 0 30px 0;
    margin: 0 0 60px 30px;
    border-bottom: 1px solid #e4e4e4;
}

.guide-item-thumb {
    border: 1px solid #e4e4e4;
    padding: 15px;
    text-align: center;
}

.guide-item-price {
    margin: 30px 0 0 0;
}

.guide-item h3 {
    font-size: 1.6em;
    font-weight: 600;
    padding: 0;
    margin: 0 0 30px 0;
}

.guide-item-button {
    font-size: 0.9em !important;
    color: #ffffff !important;
    background-color: #40916C;
    border: none !important;
    border-radius: 0px !important;
    padding: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.guide-item-button a {
    color: #ffffff !important;
}

.guide-sub-intro {
    font-size: 1.2em;
    margin: 60px 0 90px 0;
}

.guide-sub-intro-heading h2 {
    font-size: 2.1em;
    margin: 0 0 30px 0;
    text-align: center;
}

.best-niche-item {
    margin: 0 0 60px 0;
    border-bottom: 1px solid #e4e4e4;
}

.best-niche-item h3 {
    font-size: 1.8em;
    font-weight: 600;
    padding: 0;
    margin: 0 0 30px 0;
}

.best-niche-item h4 {
    font-size: 1.3em;
    font-weight: 600;
    padding: 0;
    margin: 30px 0 30px 0;
}

.best-niche-item h5 {
    font-size: 1.1em;
    font-weight: 600;
    padding: 0;
    margin: 30px 0 30px 0;
}

.best-niche-item-thumb {
    padding: 15px;
    margin: 0 0 30px 0;
    border: 1px solid #e4e4e4;
    text-align: center;
}

.best-niche-inset {
    background-color: #f3f4f3;
    padding: 15px;
    margin: 30px 0 60px 0;
    border-bottom: 1px solid #e4e4e4;
}

.best-niche-inset h5 {
    font-size: 1.2em;
    font-weight: 600;
    padding: 10px 0 0 0;
    margin: 0;
}

.best-niche-inset-button {
    width: 100%;
    font-size: 0.9em !important;
    color: #ffffff !important;
    background-color: #40916C;
    border: none !important;
    border-radius: 0px !important;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.best-niche-inset-button a {
    color: #ffffff !important;
}

#author-box {
    width: 100%;
    padding: 30px;
    margin: 60px 0 30px 0;
    background-color: #f3f4f3;
    border: 1px solid #e4e4e4
}

#author-box img {
    border-radius: 50%;
}

#author-box h4 {
    padding: 0;
    margin: 0 0 15px 0;
}

.page-content {
    padding: 30px;
}

.page-heading {
    padding: 0 !important;
    margin: 0 0 30px 0;
}

.page-heading h1 {
    font-size: 1.8em;
    font-weight: 400;
    padding: 0 !important;
    margin: 0 !important;
    text-transform: uppercase;
}

.category-data {
    background-color: #f3f4f3;
    padding: 30px;
    margin: 30px 0 30px 0;
}

.category-heading {
    padding: 0 !important;
    margin: 0 0 15px 0;
}

.category-heading h1 {
    font-size: 1.6em;
    font-weight: 400;
    padding: 0 !important;
    margin: 0 !important;
    text-transform: uppercase;
}

.category-description {
    font-size: 0.9em;
}

.category-description a {
    font-weight: 600;
}

.category-sub-title h2 {
    font-size: 1.4em;
    padding: 0;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    text-align: center;
}

.category-pagination {
    margin: 15px 0 60px 0;
}

.category-pagination p {
    font-size: 0.8em;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.guides-sub-title h2 {
    font-size: 1.4em;
    padding: 0;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.search-heading {
    padding: 0 !important;
    margin: 0 0 30px 0;
}

.search-heading h1 {
    font-size: 1.8em;
    font-weight: 400;
    padding: 0 !important;
    margin: 0 !important;
    text-transform: uppercase;
}

.search-heading h2 {
    font-size: 1.6em;
    font-weight: 400;
    padding: 0 !important;
    margin: 0 !important;
}

.search-content {
    padding: 30px 0 30px 0;
}

#not-found {
    margin: 200px 0 200px 0;
    text-align: center;
}

#not-found h1 {
    font-size: 3.6em;
    font-weight: 700;
}

#not-found h2 {
    font-size: 2.2em;
    font-weight: 300;
}

.guide-archive-title, .blog-archive-title {
    font-size: 1.2em;
    margin: 0 0 15px 0;
}

.guide-archive-excerpt, .blog-archive-excerpt {
    font-size: 1em;
    color: #777;
}

/* Contact Form */

.wpcf7-submit {
    font-size: 0.8em !important;
    color: #ffffff;
    background-color: #40916C;
    border: none !important;
    border-radius: 0px !important;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.wpcf7-text {
    display: block;
    font-size: 0.8em !important;
    border: 1px solid #e4e4e4 !important;
    border-radius: 0px !important;
    padding: 10px;
    margin: 10px 0 0 0;
}

.wpcf7-textarea {
    display: block;
    font-size: 0.8em !important;
    border: 1px solid #e4e4e4 !important;
    border-radius: 0px !important;
    padding: 10px;
    margin: 10px 0 0 0;
}

.wpcf7 label {
    font-weight: 400;
    text-transform: uppercase;
}

/* Main Menu */

.dropdown-menu {
    font-size: 0.9em;
    font-weight: 300;
    line-height: 22px;
    background-color: #f3f4f3;
    padding: 15px 0 15px 0 !important;
    border: 1px solid #e4e4e4;
    border-radius: 0;
}

.dropdown-menu a {
    color: #163829 !important;
}

.dropdown-menu li {
    padding: 0 0 5px 0 !important;
    margin: 0 0 5px 0 !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #666666;
}

.breadcrumbs {
    font-size: 0.9em;
    padding: 15px 0 15px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #e4e4e4;
}

.single-heading h1 {
    font-size: 2.1em;
    padding: 0;
    margin: 0;
}

.single-category {
    font-size: 0.8em;
    margin: 15px 0 0 0;
    text-transform: uppercase;
}

.single-category a {
    color: #777;
}

.single-button {
    margin: 30px 0 30px 0;
}

.btn-single {
    width: 50%;
    font-size: 1.4em !important;
    color: #ffffff !important;
    background-color: #40916C;
    border: none !important;
    border-radius: 0px !important;
    padding: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.single-notice {
    padding: 0;
    margin: 0 0 30px 0;
}

.single-description h4 {
    font-size: 1em;
    font-weight: 600;
    padding: 0;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

#related-products {
    border-top: 1px solid #e4e4e4;
    padding: 60px 0 0 0;
    margin: 60px 0 60px 0;
}

#related-products h2 {
    font-size: 1.4em;
    padding: 0;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

/* Mobile */

@media (max-width: 767px) {

    #site-logo {
        text-align: center;
        margin: 0 0 15px
    }

    #site-logo img {
        max-height: 40px;
    }

    #secondary-menu {
        margin: 30px 0 0 0;
    }

    #secondary-menu ul {
        text-align: center !important;
    }

    #cart-total {
        display: none;
    }

    .product-box {
        min-height: 0px;
        padding: 15px 30px 15px 30px;
        text-align: center;
    }

    #header-points {
        display: none;
    }

    #home-testimonials {
        margin: 60px 0 30px 0;
    }

    #footer-navs h4 {
        margin-top: 30px;
    }

    #footer-search {
        width: 100%;
    }

    #footer-navs {
        padding: 30px 30px 60px 30px;
    }

    .mobile-padded {
        padding: 0 30px 0 30px !important;
    }

    .sidebar-padded {
        padding: 0;
    }

    .single-heading {
        margin: 30px 0 0 0;
        text-align: center;
    }

    .single-category {
        text-align: center;
    }

    .single-button {
        text-align: center;
    }

    .single-notice {
        text-align: center;
    }

    .guide-content {
        padding: 15px;
    }

    .guide-item-thumb {
        margin: 0 0 30px 0;
    }

    .best-niche-inset {
        text-align: center;
    }

    .best-niche-inset h5 {
        margin-bottom: 15px;
    }

    #author-box img {
        margin: 0 0 30px 0;
    }

}