/*!
Theme Name: Ohio-Child
Theme URI: http://ohio.colabr.io/
Author: Colabrio
Author URI: http://colabr.io/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ohio
Text Domain: ohio-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

.ch-orange-text {
    color: #ff7a00 !important;
}
.ch-orange-btn {
    background-color: #ff7a00 !important;
}
.ch-orange-btn:hover {
    background-color: #173C67 !important;
}

.btn-flex-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

body {
    font-family: 'soleto', sans-serif;
}
body * {
    overflow-wrap: initial;
}

/* Header */
    .header-cap {
        display: none;
    }
    .header.-sticky.showed #top-header {
        display: none;
    }
    @media(max-width: 575px) {
        .branding .logo img, .branding .logo-mobile img, .branding .logo-dynamic img {
            max-height: 40px;
            min-height: 40px;
        }
        .menu-optional .button-group .button {
            font-size: 12px;
            padding-left: 10px;
            padding-right: 10px;
        }
    }
/* Mobile call/text dropdown - hidden on desktop */
    #top-header {
        color: #FFF;
        text-align: center;
    }
    .search #top-header,
    .error404 #top-header,
    .single-post #top-header,
    .page-template-page_for-posts #top-header {
        color: #111013;
    }
    #top-header a:hover {
        color: #ff7a00;
    }
    .mobile-call-text {
        display: none;
    }
    .mobile-call-toggle {
        background: none;
        border: none;
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        cursor: pointer;
        padding: 10px 0;
        width: 100%;
    }
    #topHeader-bold,
    #topHeader-bold-mobile {
        font-family: 'soleto', sans-serif;
        font-weight: 700;
        font-style: normal;
    }
    .mobile-call-arrow {
        font-size: 10px !important;
        transition: transform 0.3s ease;
    }
    .mobile-call-toggle[aria-expanded="true"] .mobile-call-arrow {
        transform: rotate(180deg);
    }
    .mobile-call-list {
        list-style: none;
        margin: 0 15px 15px 15px;
        background: #f3f8ff;
        color: #173c67;
        border-radius: 24px;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    .mobile-call-list.open {
        max-height: 200px;
    }
    .mobile-call-list li {
        padding: 6px 0;
    }
    .mobile-call-list li a {
        color: inherit;
        text-decoration: none;
        white-space: nowrap;
    }
    span.topHeader-location {
        padding: 0 5px;
    }

    @media (max-width: 768px) {
        .desktop-call-text {
            display: none;
        }
        .mobile-call-text {
            display: block;
        }
    }

/* Home */
    div#home-educator-or-administrator::before {
        content: '';
        display: block;
        position: absolute;
        top: initial;
        bottom: -18px;
        height: 470px;
        width: 750px;
        right: initial;
        left: -104px;
        background: url('/wp-content/uploads/2026/03/mockup-16-scaled-optimized.png'), #f3f8ff;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom left;
    }
    @media( max-width: 1650px ) {
        div#home-educator-or-administrator::before {
            background-size: contain;
            height: 447px;
            width: 725px;
        }
    }
    @media( max-width: 1450px ) {
        div#home-educator-or-administrator::before {
            display: none;
        }
    }
    span#home-us {
        display: inline-block;
        font-size: 2em;
        position: relative;
    }

    span#home-us:before {
        content: '';
        position: absolute;
        background: url('/wp-content/uploads/2026/02/mockup-17.png');
        width: 280px;
        aspect-ratio: 1 / 1;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        left: 50%;
        top: 60%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    .home-get-started-heading {
        position: relative;
    }
    .home-get-started-heading::before {
        content: "";
        width: 250px;
        height: 150px;
        background-image: url('/wp-content/uploads/2026/02/mockup-28.png');
        background-size: contain;
        position: absolute;
        top: 0px;
        right: 85px;
    }
    @media(max-width: 991px) {
        span#home-us {
            font-size: 1.5em;
        }
        span#home-us:before {
            width: 180px;
        }
    }

    /* About Page */
    .empower-not-complicate {
        padding: 50px 45px;
        margin: 40px 20px;
    }
    @media(max-width: 767px) {
        .our-team-heading,
        .our-clients-heading {
            text-align: left !important;
            line-height: 60px !important;
        }
        .empower-not-complicate {
            padding: 20px 15px;
            margin: 0px;
        }
    }

    /* Services */
    .icon-box-header .icon-group:not(.-contained):not(.-outlined) > img {
        max-height: 75px;
    }
    .icon-box.-floating-icon .icon-box-header {
        margin-bottom: 25px;
    }
    .compedu-service-box {
        display: flex;
        /* flex-direction: column; */
        /* justify-content: space-between; */
        /* align-content: space-between; */
        flex-wrap: wrap;
        /* height: 100%; */
        min-height: 350px;
        /* gap: 0; */
    }

    .compedu-service-box .icon-box-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-content: space-between;
    }
    .tabs.-with-button .tabs-nav-link {
        border: 1px solid;
        border-radius: 13px;
    }

    /* Contact Us */
    .contactUs-tabs .icon-box i {
        color: #4e9df6;
        font-size: 24px !important;
    }
    .contactUs-tabs .icon-box .icon-group {
        min-width: 24px !important;
        justify-content: center;
    }

    /* Footer */
    .site-footer {
        background-color: #FFF;
    }
    .site-footer .widgets {
        padding-bottom: 0;
    }