/*
Theme Name:Child Theme for Divi
Theme URI: https://wp-ninja.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: https://wp-ninja.net
Template: Divi
*/

/* Start your custom CSS bellow this comment
============================================ */
/************************* CLAI FOR SEO CSS STARTS HERE *****************************/


.clai-area-main-container {
    width: 100%;
    margin: 4em 0;
}

.clai-body-container {
    padding: 2em;
    display: grid;
    grid-template-columns: 75% 25%;
    column-gap: 2em;
    width: 90%;
    margin: auto;
}

.clai-body-content .content_area {
    padding: 0;
}

.clai-body-content .columns {
    padding: 0;
}

.clai-body-content ul {
    margin-bottom: 1em;
}

.clai-sidebar-card {
    background-color: white;
    border: 2px solid #16347F;
    border-radius: 12px;
    width: 90%;
    margin: auto auto 1em auto;
}

.bottom-area-list {
    margin: 2em 0;
}

.area-list-ul {
    padding-left: 1.5em;
    display: grid;
    column-gap: 1em;
    grid-template-columns: auto auto auto;
    list-style-type: disc;
}

.area-list-point a {
    font-weight: bold;
}

.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: 12px;
    border-bottom-right-radius: 12px;
    display: grid;
    grid-template-columns: auto;
    row-gap: 0.5em;
    margin: 0;
    text-align: center;
}

.active {
    text-decoration: underline !important;
}

.sidebar-area-list li {
    padding: 5px 0px;
}

.sidebar-area-list a {
    text-decoration: none;
    font-size: 16px;
}

.sidebar-area-list li::marker {
    list-style: none !important;
    content: none !important;
}

.clai-sidebar-card-title {
    background-color: #16347F;
    padding: 0.75rem;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.clai-sidebar-card-title h3 {
    color: white;
    margin: 0;
    padding: 0;
    text-align: center;
}


@media only screen and (max-width: 767px) {

    .clai-body-content {
        margin-bottom: 2em;;
    }

    .clai-sidebar-card {
        width: 100%;
    }

    .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;
    }
}

.bottom-section {
    background-color: #16347F;
    margin-top: 10em;

    .et_pb_section {
        background-color: #16347F;
    }
}

/************************* CLAI FOR SEO CSS ENDS HERE *****************************/