/*
Theme Name: Pressoholics Theme 6.0 Child
Theme URI: http://www.Pressoholics.com
Description: A Child theme for use with the Pressoholics Theme Framework
Template: pressotheme-6
Version: 6.1.2
Foundation Version:
Author: Benjamin Moody
Author URI: http://www.BenjaminMoody.com
Tags: zurb, foundation, pressoholics
Text Domain: prso-child-theme-domain
Domain Path: /languages
*/

/************************* CLAI FOR SEO CSS STARTS HERE *****************************/
#body-container,
#main-container {
    margin-top: 85px;
}

.clai-hero-section {
    background-repeat: no-repeat;
    background-size: cover;
    height: fit-content;
    min-height: 500px;
    display: flex;
    padding: 1em;
    margin-bottom: 2em;
}

.clai-hero-section-inner {
    width: 50% !important;
    display: flex;
    justify-content: center;
}

.clai-hero-section #masthead-contact {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
}

.clai-hero-section #masthead-contact .gform_wrapper {
    bottom: unset;
    position: relative;
    left: unset;
}

.clai-body-container {
    display: grid;
    grid-template-columns: 75% 25%;
    column-gap: 2em;
    width: 90%;
    margin: 0 auto 2em 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 #f78229;
    border-radius: 10px;
    width: 90%;
    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-size: .7966rem;
    font-weight: bold;
}

.sidebar-area-list {
    max-height: 400px;
    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: 10px;
    border-bottom-right-radius: 10px;
    display: grid;
    grid-template-columns: auto;
    row-gap: 0.5em;
    margin: 0;
}

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


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

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

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

.clai-sidebar-card-title h3 {
    color: white;
    font-size: 1rem;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    #main-container {
        margin-top: unset !important;
    }

    #body-container {
        margin-top: 50px;
    }

    .clai-hero-section-inner {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .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;
    }
}

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