/*

Theme Name: Richmond Presbyterian Church Pro &ndash; Child Theme of Pro
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/


/* Typography */

.h-widget {
	font-size: 125%;
}



/* Make featured image smaller and display next to the text */
.blog .entry-featured,
.archive .entry-featured,
.search .entry-featured {
	width: 25%;
	float: left;
	margin: 0.625em 0.625em 0.625em 0;
}
.blog .entry-wrap,
.archive .entry-wrap,
.search .entry-wrap,
.single-post .entry-wrap {
	width: 100%;
	float: none;
}
.entry-featured,
.entry-featured .entry-thumb {
	background-color: transparent;
	border: none;
}
/* Remove space and border if no featured image on post */
.no-post-thumbnail .entry-featured {
	display: none;
}
/* Remove icon from blog post titles */
div.x-main .post .entry-title:before {
	content: ""!important;
}
div.x-main .post .entry-header .p-meta {
	font-size: 80.952381%;
	color: rgb(100, 100, 100);
}

/* Remove minimum width on featured images */
.entry-thumb img {
	width: auto;
	min-width: 150px;
}




/* Recent Posts Shortcode [rpc_recent_posts] */
.rpc-recent-posts img,
.rpc-recent-posts div.rpc-post-title {
	display: inline-block;
	vertical-align: middle;
}
.rpc-recent-posts img {
	width: 30%;
	max-width: 125px;
	margin-right: 5%;
}
.rpc-recent-posts div.rpc-post-title {
	width: 60%;
}

ul.rpc-recent-posts,
.rpc-recent-posts li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.1;
}

.rpc-recent-posts li {
	margin: 0.25em 0 1.5em;
}

.rpc-recent-posts div.rpc-post-title {
	font-weight: bold;
}
.rpc-recent-posts div.rpc-post-title,
.rpc-recent-posts a {
	color: rgb(3,50,76);
	font-weight: bold;
}

.rpc-recent-posts li:hover div.rpc-post-title,
.rpc-recent-posts li:hover a {
	color: rgb(11, 123, 165);
}