
/** Title **/
h3.bp_related_posts_title {
	font-size: 24px;
	padding: 0;
	margin: 0 0 15px 0;
}

/** wrapper **/
.bp_related_posts {
	display: block;
	width: 100%;
	margin: 0 0 35px 0;
}

/** single **/
.bp_related_posts .bp_related_post_single {
}

	/** grid single image **/
	.bp_related_posts .bp_related_post_single .related_image img {
		max-width: 100%;
		height: auto;
	}

	/** grid single **/
	.bp_related_posts.grid .bp_related_post_single {
		float: left;
		width: 25%;
		padding: 0 10px;
		line-height: 1.4;
		font-size: 15px;
	}

		/** grid single image **/
		.bp_related_posts.grid .bp_related_post_single .related_image {
			float: none;
			width: 100%;
			margin: 0 0 5px 0;
		}
	
		/** grid single text **/
		.bp_related_posts.grid .bp_related_post_single .related_text {
			float: none;
			width: 100%;
			margin: 0;
		}
	
	/** list single **/
	.bp_related_posts.list .bp_related_post_single {
		float: none;
		width: 100%;
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid #dddddd;
	}

		/** list single image **/
		.bp_related_posts.list .bp_related_post_single .related_image {
			float: left;
			width: 50px;
			margin: 0 10px 0 0;
		}
	
		/** list single text **/
		.bp_related_posts.list .bp_related_post_single .related_text {
			float: left;
			padding: 0;
		}

@media screen and (max-width: 770px) {

	/** single post **/
	.bp_related_posts.grid .bp_related_post_single {
		width: 50%;
		margin-bottom: 20px;

	}

	/** Split related posts in two lines **/
	.bp_related_posts.grid .bp_related_post_single:nth-child(3)  {
		clear: both;
	}

	/** post text **/
	.bp_related_posts.grid .bp_related_post_single .related_text {
		max-width: 350px;

	}

}
