/*
 * Theme Name:  Revision Child
 * Theme URI:   https://revision.codesupply.co/
 * Description: Revision Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    revision
 * Version:     1.0.8
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

/* Force 16:9 aspect in the Home Hero without touching markup */
.home .cs-home-hero,
.home .cs-home-hero .post,
.home .cs-home-hero .entry-media,
.home .cs-home-hero .post-thumbnail,
.home .cs-home-hero .post-thumbnail a {
    display: block;
}

.home .cs-home-hero .post-thumbnail img.size-csco-thumbnail,
.home .cs-home-hero img.attachment-csco-thumbnail {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    height: auto; /* lets aspect-ratio determine height */

    top: 15px;
    position: relative;
}

.home .cs-container .cs-categories-list .cs-categories-list__wrapper
{
    gap: 1rem;
}

.home .cs-site-primary .cs-hero-type-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* NXS/OWS/LVS Hide Discover More, adjust spacing under top part, set max width for content without sidebar */

.cs-entry__content .cs-entry__discover-more {
    display: none;
}

.cs-container .cs-entry__header {
    margin-bottom: 25px;
}

.page .cs-site-primary .cs-sidebar-disabled .entry-content {
    max-width: 100%;
}

.wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-required .wpforms-field-label-inline{
    padding-inline-start: 2px;
}