/*!
Theme Name: Kadence
Theme URI: https://www.kadencewp.com/kadence-theme/
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Version: 1.4.5
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence
Requires at least: 6.3
Tested up to: 6.9.1
Tags: translation-ready, accessibility-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
Requires PHP: 7.4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share
what you've learned with others.
*/
/************************* CLAI FOR SEO CSS STARTS HERE *****************************/

.hero-section {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    position: relative;
    border: 0 solid rgba(0, 0, 0, 0);
}

.wp-block-kadence-rowlayout.kb-row-layout-wrap .kt-row-layout-overlay,
.wp-block-kadence-rowlayout:not([data-kadence-lazy-class]) .kt-row-layout-overlay {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    filter: opacity(100%);
}

.hero-section>.kt-row-layout-overlay {
    opacity: 0.55;
    background-color: #242d2d;
}

.wp-block-kadence-rowlayout .kt-row-column-wrap.kb-theme-content-width {
    margin-left: auto;
    margin-right: auto;
}

.hero-section>.kt-row-column-wrap {
    max-width: var(--global-content-width, 1440px);
    padding-left: var(--global-content-edge-padding);
    padding-right: var(--global-content-edge-padding);
    padding-top: 225px;
    padding-bottom: 25px;
    grid-template-columns: minmax(0, 1fr);
}

.kt-row-has-bg>.kt-row-column-wrap {
    padding-left: var(--global-content-edge-padding, 15px);
    padding-right: var(--global-content-edge-padding, 15px);
}

.kt-row-column-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--global-row-gutter-md, 2rem) var(--global-row-gutter-md, 2rem);
    grid-auto-rows: minmax(min-content, max-content);
    z-index: 1;
    position: relative;
}

.clai-body-container {
    padding: 2em;
    display: grid;
    grid-template-columns: 75% 25%;
    column-gap: 2em;
    width: 85%;
    margin: auto;
}

.clai-body-content .content_area {
    padding: 0;
}

.clai-body-content .columns {
    padding: 0;
}

.clai-body-content ul {
    margin-bottom: 1em;
}

.clai-sidebar {
    position: sticky;
    top:100px;
    height: fit-content;
}

.clai-sidebar-card {
    background-color: white;
    border: 2px solid #b88b27;
    border-radius: 20px;
    width: 85%;
    margin: auto auto 1em auto;
}

.area-list-ul {
    margin: 1em 0;
    padding-left: 1.5em;
    display: grid;
    column-gap: 1em;
    grid-template-columns: auto auto auto;
}

.area-list-point a {
    font-weight: bold;
    color: black;
}

.sidebar-area-list {
    max-height: 300px;
    overflow-y: scroll;
    background: linear-gradient(rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0)) center top, linear-gradient(rgba(255, 255, 255, 0), rgb(245, 245, 245) 70%) center bottom, radial-gradient(farthest-side at 50% 0, rgba(133, 133, 133, 0.2), rgba(0, 0, 0, 0)) center top, radial-gradient(farthest-side at 50% 100%, rgba(133, 133, 133, 0.2), rgba(0, 0, 0, 0)) center bottom;
    background-repeat: no-repeat;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll;
    padding: 1em;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: grid;
    grid-template-columns: auto;
    row-gap: 0.5em;
    margin: 0;
    text-align: center;
}

.active {
    text-decoration: underline !important;
}


.sidebar-area-list a {
    text-decoration: none;
    color: black;
}

.sidebar-area-list li::marker {
    list-style: none !important;
    content: none !important;
}

.clai-sidebar-card-title {
    background-color: #b88b27;
    padding: 0.75rem 0.75rem 0.5rem 0.75rem;
    border-radius: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.clai-sidebar-card-title h3 {
    color: white;
    margin: 0;
    text-decoration: none !important;
    font-size: 1.5rem;
    text-align: center;
}

.get-a-quote {
    background-color: #b88b27;
    color: white;
    font-weight: bold;
    padding: 0.5em 1em;
    border-radius: 24px;
    margin: 1em 0;
    width: fit-content;
    transition: 0.15s ease-out;
    display: inline-block;
    text-decoration: none !important;
}

.get-a-quote:hover {
    color: white;
    transform: scale(0.98);
    transition: 0.15 ease-out;
}


@media only screen and (max-width: 767px) {
    .clai-area-main-container {
        margin-top: 2em;
    }

    .clai-body-container {
        padding: 0;
        display: grid;
        grid-template-columns: auto;
        column-gap: 2em;
        width: 90%;
    }

    ul.area-list-ul {
        grid-template-columns: auto;
        max-height: 300px;
        overflow-y: scroll;
        background: linear-gradient(rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0)) center top, linear-gradient(rgba(255, 255, 255, 0), rgb(245, 245, 245) 70%) center bottom, radial-gradient(farthest-side at 50% 0, rgba(133, 133, 133, 0.2), rgba(0, 0, 0, 0)) center top, radial-gradient(farthest-side at 50% 100%, rgba(133, 133, 133, 0.2), rgba(0, 0, 0, 0)) center bottom;
        background-repeat: no-repeat;
        background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
        background-attachment: local, local, scroll, scroll;
        row-gap: 0.5rem;
    }

    .get-a-quote {
        margin: 1em auto;
    }
}

/************************* CLAI FOR SEO CSS ENDS HERE *****************************/