/*
 * 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.0
 */

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

/* Style for active filter button */
button.filter-button.active-filter,
a.filter-button.active-filter {
    border: 1px solid #000 !important;
    /* Add other active state styles if needed */
}

.cs-categories-list {
	max-width: 100% !important;
}

.banner {
	position: absolute;
}

.banner h2 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-weight: 600;
    line-height: 1.7;
    font-size: 45px;
    position: relative;
}

.banner .banner-content .btn:after {
    height: 8px;
    bottom: 9px;
}

.banner .banner-color,
.banner .banner-back {
    position: relative;

    width: 100%;
    height: 100%;
}


.banner .banner-content {
    height: 100vh;
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    user-select: none;
}


