/*!
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: 3.2.28
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.8.2
Tags: translation-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.
*/

summary {
    list-style: none;
}

summary * {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 19px;
    font-weight: 400;
    cursor: pointer;
    padding: 9px 0;
}

summary *:after {
    content: "";
    background: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 284.929 284.929' style='enable-background:new 0 0 284.929 284.929;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441 L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082 c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647 c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 17px 17px;
    height: 17px;
    width: 17px;
    min-width: 17px;
    display: inline-block;
    transition: 0.4s ease;
}

summary *.active:after {
    transform: rotate(180deg);
}

.saswp_faq_tiny_content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    border-left: 6px solid #e7edfc;
    padding-left: 10px;
}


.saswp_faq_tiny_content.active {
    opacity: 1;
    margin-bottom: 10px;
}

.entry-content section {
    border-bottom: 1px solid #b8b8b8;
}

.kb-textarea-field[data-toggle-by-radio="1"] {
    display: none;
}

.kadence-no-thumbnail {
    background: #f8f8f8;
    display: flex;
    padding: 0 20%;
    align-items: center;
}

.kadence-no-thumbnail img {
    height: auto !important;
}

.content-width-narrow .wp-site-blocks .content-container .alignwide .post-thumbnail-inner {
    padding-bottom: 12%;
}

.multi-share-ai {
    margin-bottom: 30px;
}

.grecaptcha-badge {
    display: none !important;
}

.site-branding a.brand svg.svg-logo-image {
    width: 150px;
    height: auto;
    max-height: 59px;
}

.home .banner {
    margin-top: 110px;
}

.home .banner .banner-inner:before {
    background: #ffffff;
}

.banner .banner-inner {
    display: flex;
    border: 1px solid #aeaeae;
    border-radius: 12px;
    padding: 15px 20px 20px 250px;
    margin: 50px 0;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.banner .banner-inner .left-col {
    z-index: 1;
    width: 66%;
}

.banner .banner-inner .right-col {
    z-index: 1;
    width: 30%;
    display: flex;
}

.banner .banner-inner:before {
    content: "";
    position: absolute;
    background: #f4f9ff;
    width: 140px;
    height: 101%;
    left: -1px;
    top: -1px;
}

.banner .site-container {
    position: relative;
}

.banner .banner-inner .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/wp-content/themes/kadence/assets/images/bg.jpg);
    opacity: .1;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.banner .site-container .img-banner {
    position: absolute;
    top: -6px;
    left: 24px;
    width: 215px;
    height: auto;
    z-index: 9;
}

.banner .banner-img {
    position: absolute;
    width: 260px;
    height: auto;
    top: -40px;
    left: 22px;
}

.banner .banner-inner .title {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}

.banner .banner-inner .features {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    column-gap: 40px;
    row-gap: 10px;
    max-width: 470px;
    margin-bottom: 10px;
}

.banner .banner-inner .links {
    display: flex;
    gap: 15px;
    padding-left: 28px;
}

.banner .banner-inner .links a {
    text-decoration: none;
    border-bottom: 1px dotted;
    line-height: 26px;
    font-size: 18px;
}

.banner .banner-inner .links a:hover {
    border-bottom: 1px solid;
}

.banner .banner-inner .features span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.banner .banner-inner .features span img {
    width: 23px;
    height: 23px;
}

.banner .banner-inner .btn-link {
    color: var(--global-palette9, #ffffff);
    background: var(--global-palette1, #3182CE);
    border-radius: 50px;
    font-size: 18px;
    line-height: 28px;
    border-width: 0px 0px 0px 0px;
    padding: 14px 36px 14px 36px;
    text-decoration: none;
}

.banner .banner-inner .btn-link:hover,
.banner .banner-inner .btn-link:focus {
    color: #ffffff;
    background: var(--global-palette2, #2B6CB0);
    border-color: #444444;
    box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) {
    .banner .banner-inner {
        flex-direction: column;
        border-top-left-radius: 160px;
        border-bottom-left-radius: 160px;
        overflow: hidden;
    }

    .banner .banner-inner .left-col,
    .banner .banner-inner .right-col {
        width: 100%;
    }

    .banner .banner-inner:before {
        display: none;
    }

    .banner .site-container .img-banner {
        position: absolute;
        top: 0;
        left: 45px;
        width: 195px;
        bottom: 0;
        margin: auto;
    }

    .banner .banner-inner .links {
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 768px) {
    .banner .banner-inner {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        border-top-right-radius: 34px;
        padding: 20px;
    }

    .banner .banner-inner .overlay {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .banner .site-container .img-banner {
        top: 5px;
        left: auto;
        width: 60px;
        bottom: auto;
        right: 29px;
    }

    .banner .banner-inner .title {
        font-size: 25px;
        padding-right: 50px;
        line-height: 30px;
    }

    .banner .banner-inner .features {
        grid-template-columns: auto;
    }

    .banner .banner-inner .right-col {
        justify-content: center;
    }
}