/*--
	Theme Name: theme49008
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.7.x + from Template-Help.com Collection
	Author: Template_Help.com
	Author URL: http://www.Template-Help.com/
	Template: CherryFramework
	Version: 3.0
	MotoPress Version: 1.0
--*/

/* ----------------------------------------
	Please, You may put custom CSS here
---------------------------------------- */
div.post-author.clearfix {
display:none;
}

.cradle {
	float: left;
        margin-top: 20px;
	margin-left: 50px !important;
	width: 187px;
	position: relative;
	z-index: 9;
}

@media (min-width: 980px) and (max-width: 1199px) {
	.cradle {
		margin-left: 175px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.cradle {
		margin-top: 20px;
		margin-left: 270px;
		float: left;
	}
}

@media (max-width: 767px) {
	.cradle {
		float: right;
		width: 30%;
		margin: 10px 0 0 0;
	}
}


.book {
	float: left;
        margin-top: 10px;
	margin-left: 50px;
	width: 187px;
	position: relative;
	z-index: 9;
}

@media (min-width: 980px) and (max-width: 1199px) {
	.book {
		margin-left: 175px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.book {
		margin-top: 20px;
		margin-left: 270px;
		float: left;
	}
}

@media (max-width: 767px) {
	.book {
		float: right;
		width: 30%;
		margin: 10px 0 0 0;
	}
}


.recent_posts_custom1 li .meta .post-date {
width: 20px;
}