.entry-content .wp-caption-text {
    margin-bottom: 20px;
}

.featured-content img, .gallery img {
    width: 465px !important;
}

a {
	color: #e19400;
}

/*
	CSS Migrated from Jetpack:
*/

@import  "https://fonts.googleapis.com/css?family=Open+Sans:300, 700, 700italic, 300italic, 400italic, 400";

/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* related posts */
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	text-transform: none;
	margin: 10px 0;
	font-family: inherit;
	display: block;
	color: #000;
	max-width: 100%;
}

/* names in news/blog text line up right of image */
.cat-post-title {
	display: inherit;
}

/* Names in the news and columns thumbnails */
.cat-post-thumbnail img {
	float: left;
	max-height: 90px;
	object-fit: contain;
	margin: 5px 10px 5px 0;
	color: #888;
	font-weight: bold;
}

/* turns orange into NWAW yellow */
.news-pro-orange a:hover {
	color: #ffba00;
}

/* entry captions */
.entry-content .wp-caption-text {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 28px;
	text-align: Left;
}

/* ??? I can't remember what these are for? */
.after-entry li::before,
.news-pro-home .content li::before,
.sidebar li::before {
	content: none;
}

.after-entry li,
.news-pro-home .content li,
.sidebar li {
	border-bottom: 1px solid #e3e3e3;
	list-style-type: none;
	margin-bottom: 0;
	padding: 5px 0;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 0;
	padding-right: 13px;
}

/* front page widget categories */
.cat-post-item {
	padding: 3px 0;
	font-size: 10px;
	line-height: 1.3;
	font-weight: 600;
	color: #000 !important;
}

.widget-title {
	border-top: 0 solid #ffba00;
	border-bottom: 3px solid #000;
	color: #000;
	background-color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 18px;
	padding: 2px;
	text-align: left;
	text-transform: uppercase;
}

.footer-widgets .widget-title {
	background-color: #000;
}

.news-pro-orange .entry-title a:hover, .news-pro-orange .footer-widgets a:hover, .news-pro-orange .site-footer a:hover, .news-pro-orange a {
	color: #777;
	font-weight: 700;
}

.footer-widgets {
	font-size: 15px;
}

/* pagewide stylings */
.featured-content .entry-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}

body {
	line-height: 1.5;
	color: #333;
	font-family: 'Open Sans', sans-serif;
}

/* front page widgets under the slider, to size them */
.home-middle-left {
	width: 60%;
}

.home-middle-right {
	width: 40%;
}

/* slider */
.featured-content img,
.gallery img {
	width: 100%;
/* IE8 */
}

/* navigation menus and header */
.genesis-nav-menu a {
	border-right: 0 solid #e3e3e3;
	color: #000;
	display: block;
	padding: 20px 24px;
	position: relative;
}

.site-header {
	border-bottom: 1px solid #e3e3e3;
}

.header-image .site-title a {
	min-height: 85px;
}

.nav-primary {
	border-bottom: 1px solid #e3e3e3;
	font-size: 12px;
	line-height: 0;
}

.nav-secondary {
	border-bottom: 3px solid #eee;
	font-size: 12px;
	line-height: 0;
	font-weight: 300;
	text-align: center;
}

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

.site-header .widget-area {
	padding-top: 11px;
}

.news-pro-orange .genesis-nav-menu a,
.news-pro-orange .site-title a,
.news-pro-orange .site-title a:hover,
.news-pro-orange a:hover {
	color: #777;
}

/* mobile */
@media only screen and (max-width: 600px) {
	.entry-title {
		font-size: 22px;
		line-height: 1.3;
	}
	
	.home-middle-left {
		width: 100%;
	}
	
	.home-middle-right {
		width: 100%;
	}
}