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

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

.cs-archive-list .cs-meta-category ul.post-categories li:nth-child(n+3) {
	display: none;
}
body .cs-site{
	--cs-color-box-shadow-rgb: 112, 160, 255 !important
}
.cs-hero-type-1 .cs-hero__content .cs-hero__heading span, body[data-scheme=light] .cs-hero-type-1 .cs-hero__content .cs-hero__heading span {
    background: linear-gradient(180deg, var(--cs-light-button-background-start, #9895FF) 0%, var(--cs-light-button-background-end, #514DCC) 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cs-widget-area .wp-block-search__inside-wrapper{
	width: initial !important;
}

.wp-block-fsb-flexible-spacer{
	margin: 0 !important;
	padding: 0 !important;
}

.b-banner__wrapper{
    text-decoration: none !important;
}

.b-banner {
    background-color: #08204E;
    padding: 1.5em 0;
}
.b-banner__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1em;
}
.b-banner__left h1{
    font-size: 2em;
    line-height: 1.2;
    font-weight: 300;
    color: #fff;
    font-style: italic;
    margin-bottom: 0;
}
.b-banner__left h1 span{
    font-weight: 700;
    color: #86AAFA;
    font-style: normal;
}
.b-banner__left p{
    font-size: 1em;
    font-weight: 400;
    color: #FDFEFF;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
}
.b-banner__right p{
    font-size: 0.75em;
    font-style: italic;
    font-weight: 400;
    color: #86AAFA;
    line-height: 1.2;
    margin-bottom: 0.75em;
}
.b-banner__right img{
    height: 2.8125em;
    width: auto;
}
body.home .cs-home-hero {
    display: none;
}

body.home .b-banner {
    margin-bottom: 3em;
}

@media(min-width: 768px) {
    body.home .b-banner {
        margin-bottom: 2em;
    }
    .b-banner__inner {
        flex-direction: row;
        gap: 2em;
        align-items: center;
    }
    .b-banner__left p{
        font-size: 1.125em;
    }
    .b-banner__left h1{
        font-size: 4em;
    }
    .b-banner__right p{
        font-size: 0.875em; 
    }
}

.cs-entry__tags{
    display: none;
}
.single-post .cs-entry__header .cs-meta-category {
    display: none;
}
.single-post .cs-entry__header .cs-entry__overlay {
    display: none;
}
.cs-posts-area-posts .cs-meta-category {
    display: none;
}
.cs-read-next .cs-meta-category {
    display: none;
}
.slb_data_title{
	display: none !important;
}

root{
	--cs-color-box-shadow-rgb: red;
}
.entry-content > blockquote {
 	margin-left: 0 !important; 
	margin-right: 0 !important;
	padding: 32px !important;
	margin-top: 36px !important;
	margin-bottom: 36px !important;
}
.entry-content > blockquote div:first-child {
   margin-top: 1.875rem !important;
}
.entry-content > blockquote div{
	font-family: var(--cs-font-post-content-family), sans-serif !important;
	font-weight: 500 !important;
	
}
.entry-content > blockquote span{
	font-family: var(--cs-font-post-content-family), sans-serif !important;
	font-weight: 500 !important;
	
}