body.page-id-4877 .entry-image {
   display: none!important;
}


/* Archives Page Fixes */
.sya_container {
	font-family: IBM Plex Sans Condensed;
	color: #000;
}
.entry-content code {
	background-color: #fff;
}

/* Recent Content Fixes Front Page */
.wp-block-latest-posts a {
	font-weight: 600;
	font-size: 20px;
}

/* Add Cool Sidenotes */
.sidenote,
.marginnote {
		text-align: right;
    float: left;
    clear: left;
		margin-left: -46%;
		padding-right: 1%;
    width: 40%;
    margin-top: -5em;
    margin-bottom: 0;
    font-size: .90rem;
    line-height: 1.3em;
    vertical-align: baseline;
    position: relative;
		border-right: 2px solid;
}

div.sidenote,
div.marginnote {
		text-align: right;
    float: left;
    clear: left;
		margin-left: -46%;
		padding-right: 1%;
    width: 40%;
    margin-top: -4.0em;
    font-size: .90rem;
    line-height: 1.3em;
    vertical-align: baseline;
    position: absolute;
		border-right: 2px solid;
	  
}

/* 
.sidenote-number {
    counter-increment: sidenote-counter;
}

.sidenote-number:after,
.sidenote:before {
    font-family: IBM Plex Sans Condensed;
    position: relative;
    vertical-align: baseline;
}

.sidenote-number:after {
    content: counter(sidenote-counter);
    font-size: 1rem;
    top: -0.5rem;
    left: 0.1rem;
}

.sidenote:before {
    content: counter(sidenote-counter) " ";
    font-size: 1rem;
    top: -0.5rem;
} */

/* Create Box Shadows For Columns */
.box-shadow {
	-webkit-box-shadow: 4px 4px 5px 1px rgba(209,209,209,0.47);
	-moz-box-shadow: 4px 4px 5px 1px rgba(209,209,209,0.47);
	box-shadow: 4px 4px 5px 1px rgba(209,209,209,0.47);
}


.box-shadow-dark {
	-webkit-box-shadow: 4px 4px 5px 1px rgba(46,46,46,1);
-moz-box-shadow: 4px 4px 5px 1px rgba(46,46,46,1);
box-shadow: 4px 4px 5px 1px rgba(46,46,46,.4);
}

.box-shadow-mid {
	-webkit-box-shadow: 4px 4px 5px 1px rgba(89,89,89,0.4);
-moz-box-shadow: 4px 4px 5px 1px rgba(89,89,89,0.4);
box-shadow: 4px 4px 5px 1px rgba(89,89,89,0.4);
}

/* Bring Email Subscribe After-Entry Closer To Bottom Of Post */
.entry {
    margin-bottom: 10px;
}


/* Change Footer Color */
.site-footer {
	background-color: #364047;
}

/* Fix Pull Quotes */
.site-container .wp-block-pullquote p, .site-container .wp-block-quote p {
	font-family: IBM Plex Sans Condensed;
/*	border-left: 5px solid #364047;
	border-spacing: 15p
*/	
	font-size: 18px;
	text-color: #000;
	padding-left: 10px;
}


.site-container .wp-block-pullquote cite, .site-container .wp-block-quote cite {
    color: #000;
    display: block;
    font-family: IBM Plex Sans Condensed;
    font-size: 16px;
    font-style: normal;
    text-align: inherit;
    text-transform: none;

/* Remove Button Underline */
.site-container .light-text a {
    text-decoration: none;
}

.nav-secondary .genesis-nav-menu a {
	color: #364047;
}


.site-title a {
	color: #364047;
}

.genesis-nav-menu a {
	color: #364047;
	font-weight: 600;
}


