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

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

.cs-header__inner-desktop {
    justify-content: space-between;
}
.cs-header__col.cs-col-center {
    padding: 0;
    flex: none;
}
.cs-posts__horizontal .cs-entry__outer-full.cs-entry__outer {
    flex-direction: row-reverse;
}
.cs-posts__horizontal .cs-entry__outer-full.cs-entry__outer {
    column-gap: clamp(24px, 2.0833333333vw, 40px)
}
.cs-entry .cs-entry__meta {
    border-top: none;
}
.cs-posts__horizontal .cs-entry__outer-full .cs-entry__thumbnail {
    max-width: 200px;
}
.cs-post-carousel__headline {
    border-top: none;
    margin-bottom: clamp(24px, 2.7777vw, 40px);
}
.cs-banner__content {
    max-width: 100%;
}
.cs-page-layout-disabled .cs-banner-archive-inside .cs-banner, .cs-banner-archive-after .cs-banner {
    padding: 0;
}
.cs-posts-area {
    margin-top: clamp(24px, 2.77777vw, 40px);
}
.cs-posts-area__header {
    border-top: none;
    padding: 0;
    margin-bottom: clamp(24px, 2.77777vw, 40px);
    font-size: clamp(24px, 2.77777vw, 40px);
}
.cs-posts-area__pagination .cs-load-more {
    width: fit-content;
    border-radius: 100px;
    padding: clamp(14px, .8333vw, 100cqw) clamp(24px, 1.66666vw, 100cqw);
    border: 1px solid rgba(255, 255, 255, 0.16);
}
.cs-posts-area__pagination .cs-load-more:after {
    content: '';
    display: none;
}
.cs-header__col {
	flex: 0;
}
.cs-header__nav:not(:first-child) {
    margin-left: auto;
}