/* shared post styles */

.post-content-wrapper {
    margin: 38px 54px 0;
    padding-bottom: 100px;
}

.post-date {
	font-size: 18px;
	font-weight: 200;
}

.author {
	font-size: 18px;
}

/* begin post listing page styles */

.left-post-column {
	display: inline-block;
	vertical-align: top;
	width: 75%;
}

.left-post-column-wrapper {
	margin-right: 46px;
}

.post-item {
	border-bottom: solid 1px #bdbdbd;
	margin-bottom: 46px;
	padding-bottom: 26px;
}

.post-item:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.post-thumbnail {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.post-thumbnail-wrapper {
	margin-right: 46px;
}

.post-content-block-excerpt {
	display: inline-block;
	vertical-align: top;
	width: 75%;
}

.post-item .read-more {
	color: #00457c;
	text-decoration: underline;
}

.post-item .read-more:hover {
	text-decoration: none;
}

.left-post-column .pagination {
	text-align: right;
}

.right-post-column {
	display: inline-block;
	vertical-align: top;
	width: 24%;
}

/* end post listing page styles */

/* begin post detail page styles */

.left-sidebar {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.left-sidebar-wrapper {
	margin-right: 46px;
}

.post-image {
	margin-bottom: 50px;
}

.post-image img {
	border: solid 1px #d9d6d6;
	max-width: 210px;
	height: auto;
	width: 100%;
}

#rpwe_widget-4 .widget-title a,
#rpwe_widget-6 .widget-title a {
	color: #f58026;
	font-size: 28px;
	line-height: normal;
}

.rpwe_widget ul {
	margin: 0;
}

.rpwe_widget .rpwe-block li {
	border: none;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.rpwe_widget li a {
	color: #00457c;
	font-size: 20px;
	line-height: 1.3;
	text-decoration: underline;
}

.rpwe_widget li a:hover {
	text-decoration: none;
}

.post-content-block {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.post-content-block-wrapper {
	margin-right: 46px;
}

.right-sidebar {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

/* end post detail page styles */

/* Tablets - General */

@media (min-width: 768px) and (max-width: 1024px) {
	
	.post-content-wrapper {
		margin: 15px;
		padding-bottom: 15px;
	}
}

/* Smartphones - General */

@media (max-width: 736px) {
	
	.post-content-wrapper {
		margin: 15px;
		padding-bottom: 15px;
	}
	
	.left-post-column {
		display: block;
		width: auto;
	}
	
	.left-post-column-wrapper {
		margin-right: 0;
	}
	
	.post-thumbnail {
		display: block;
		vertical-align: top;
		width: auto;
	}
	
	.post-image {
		margin-bottom: 15px;
	}
	
	.post-content-block-excerpt {
		display: block;
		vertical-align: top;
		width: auto;
	}
	
	.right-post-column {
		display: block;
		width: auto;
	}
	
	.post-content-block {
		display: block;
		margin-bottom: 30px;
		width: 100%;
	}
	
	.post-content-block-wrapper {
		margin-right: 0;
	}
	
}
.ssbp-list li > p {
    display: none;
}

@media only screen
and (min-width : 1671px) {
	
}