/* 
Theme Name: JS - Child Theme of purdue-home-theme
Description: Editor styles for the block editor
*/

/* Your custom editor styles here */
body {
    font-family: Arial, sans-serif;
}

.editor-styles-wrapper h1 {
    color: #333;
}

/*********** Header with Link ************/
.wp-block-custom-header-with-link{padding-bottom: 3em !important;}
/*** head-w-link - Header styles ***/
.header-with-link__heading{border-top: 1px solid #000; padding-top: 0 !important; }
.header-with-link__heading h2{background-color:#000; color:#fff; flex:none !important; font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif"; font-size: 18px; text-transform: uppercase; font-weight: 900; padding: .65em 1em; letter-spacing: .1em; position: relative; display: inline-block !important; } 

.header-with-link__heading h2:before{
 position: absolute;
    top: 0;
    left: -6px;
    height: 100%;
    content: "";
    background: inherit;
    z-index: -1;
    width: calc(100% + 12px);
    transform: skewX(-15deg)}

/*** head-w-link - Link Style ***/
.header-with-link__link span{text-decoration: none !important; color:#fff !important; }
.header-with-link__link a{background-color:#000; color:#fff; border-radius: 4px; text-decoration: none; text-transform: uppercase; font-size:18px; font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif"; padding: .65em 1em; border: 1px solid #cfb991;}
.header-with-link__link a:hover{background: #cfb991 !important; color:#000;}

.header-with-link__link a:after{
	padding-left: .25em;
	font-family: "Font Awesome 6 Free";
	color: #cfb991;
	content: ' \f061';
    }
.header-with-link__link a:hover:after{color: #000;}


/****** RSS Feed Block ********/
.wp-block-rss ul.wp-block-rss li a.wp-block-rss__item-title {color:#000 !important; font-size: 30px; text-decoration: none; font-weight: 700;}
.wp-block-rss ul.wp-block-rss li a.wp-block-rss__item-title:hover{text-decoration: underline;}
.wp-block-rss ul.wp-block-rss li time{font-size:12px; text-transform: uppercase;}
