.menu-toggle,
.menu-toggle:focus, .menu-toggle:hover
{
	color:#fff;
}

.home-hero
{
	background: #820302;
}

.home-hero img
{
	display: block;
	margin: 0 auto;
}

.site-container
{
	background: #f9f9f9;
}
.site-header
{
	background: #c7b287;
	position: relative;
	top: 0 !important;
}

.home .site-header
{
	box-shadow: 0px 2px 8px rgb(0 0 0 / 37%);
}

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

.site-inner
{
	background: #f9f9f9;
}

.entry-title
{
	margin-bottom: 30px;
}

#site-title, .site-title, #site-title a, .site-title a, .entry-title, .entry-title a, h1, h2, h3, h4, h5, h6, .widget-title,
.entry-title a, .sidebar .widget-title a
{
	color: #810000;
}

/*
.category-news .read-discuss:after
{
    color: #fff;
    content: "news";
    display: inline-block;
    font-size: 17px;
    font-weight: normal;
    padding: 3px 10px;
    background: #909090;
    margin-right: .5em;
    line-height: 1.75;
    vertical-align: top;
}
*/

/*
.category-analysis .read-discuss:after
{
    color: #fff;
    content: "analysis";
    display: inline-block;
    font-size: 17px;
    font-weight: normal;
    padding: 3px 10px;
    background: #909090;
    margin-right: .5em;
    line-height: 1.75;
    vertical-align: top;
}
*/

.read-discuss
	{
	float: left;
	font-family: "merriweather sans";
	}

.read-discuss a
	{
	background: #810000;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	padding: 3px 10px;
	}

.read-discuss a.read:before
	{
	color: #fff;
	display: inline-block;
	content: "\f504";
	font-family: 'dashicons';
	font-size: 16px;
	font-weight: normal;
	padding-right:.5em;
	}

.read-discuss a.discuss:before
	{
	color: #fff;
	display: inline-block;
	content: "\f086";
	font-family: 'fontAwesome';
	font-size: 16px;
	font-weight: normal;
	padding-right:.5em;
	}

.post-more .read-more
	{
	display: none;
	}
	
.entry-meta .author
{
    color: #810000;
    padding-right: 0.5em;
    text-transform: uppercase;
}
	
.sidebar-primary
{
	border-top: 7px solid #810000;
    padding-top: 1rem;
}

.two-col-grid
{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	gap: 2em;
}

.board .listing-item
{
	display: flex;
	gap: 1em;
}

.board .image
{
	min-width: 200px;
	
}

.board .image img,
.entry-image,
.archive-description img
{
	border: 1px solid #ccc;
	padding: 3px;
	min-width: 200px;
	margin-bottom: 1em;
}

.board .listing-item .title
{
	font-size: 1.35em;
}

.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover
{
	color: #fff;
}

.archive-title
{
	font-size: 30px;
	font-weight: 400;
}

.archive-description
{
	font-size: 90%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2em;
}

input.email
{
	margin: .5em 0;
}

.widget-title
{
	font-size: 20px;
}

.iknow
	{
		font-size: 90%;
		position: absolute;
		right: 1em;
	}


	
@media only screen and (min-width: 960px)
{
	/*
	.site-inner, .site-header, .site-footer, .home-hero
	{
    	max-width: 1200px;
    	margin:0 auto;
	}
	*/

	.site-header .wrap:after,
	.site-header .wrap:before
	{
    display: none;
	}
  
	.site-header .wrap
	{
    display: flex;
    align-items: center;
    justify-content: space-between;
	}
	
	.genesis-nav-menu .menu-item
	{
		border-right: 1px solid #810000;
	}
	
	.genesis-nav-menu .menu-item:last-of-type
	{
		border-right: 0px;
	}
	
	.full-width-content .content
	{
		width: 100%;
	}
}

	
@media only screen and (min-width: 767px)
{
	#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy
	{
    	float: right;
	}
	
	.team-member .entry-image
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	
}

@media only screen and (max-width: 480px)
{
	.wp-custom-logo .site-container .title-area
	{
		max-width: 200px;
	}
	
	.site-inner
	{
		padding: 30px 15px;
	}
	
	.two-col-grid
	{
		grid-template-columns: 1fr;
		gap:0;
	}
	
	.board .listing-item
	{
		display: block;
	}
}