/*
 * Theme Name:  Ando Child
 * Theme URI:   https://ando.codesupply.co/
 * Description: Ando Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    ando
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */
/* Custom footer layout */
.cs-footer__item-top-bar .cs-col-left {
        flex-direction: row;
        align-items: center;
        gap: 8px;
}
.cs-footer__logo:has(img) img {
        max-height: 90px;
        height: auto;
}

.cs-hero-type-3 .cs-hero__images {
    max-width: none;
}

/* Layout hero subheadings side by side on desktop */
@media (min-width: 768px) {
    .cs-hero__info {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .cs-hero__info > .cs-hero__heading {
        flex-basis: 100%;
    }

    .cs-hero__info > .cs-hero__subheading {
        flex-basis: 50%;
        max-width: none;
    }
}

