/*--
	Theme Name: theme46570
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.5.x + from Template-Help.com Collection
	Author: Template_Help.com
	Author URL: http://www.Template-Help.com/
	Template: CherryFramework
	Version: 2.0
	MotoPress Version: 1.0
--*/
@import url("main-style.css");

.recent_main li.recent-posts_li{
	margin-top:0 !important;
	margin-bottom:25px !important;
}
.sidebar-ph{
	list-style:none;
	margin:0;
}
.sidebar-ph li {
    background: #dbdbdb;
    height: 270px;
    margin-bottom: 30px !important;
    width: 270px;
}
@media (max-width:1199px){
	.sidebar-ph li {
		height: 220px;
		width: 220px;
	}
}
@media (max-width:979px){
	.sidebar-ph li {
		height: 166px;
		width: 166px;
	}
	.home .nav-tabs > li, .home .nav-pills > li {
		float: none;
	}
}
@media (max-width:767px){
	.sidebar-ph{
		text-align:center;
		margin-top:30px;
	}
	.sidebar-ph li {
		display:inline-block;
		height: 270px;
		width: 270px;
		margin-right:30px;
	}
}
@media (max-width:600px){
	.sidebar-ph li {
		margin-right:0;
	}
}
@media (max-width:479px){
	.sidebar-ph li {
		height: 240px;
		width: 240px;
	}
}
.home_grid .span3 {margin-left:0 !important;}
.home_grid .span3:nth-child(even){
	margin-left:30px !important;
}

@media (max-width:768px) {
.home_grid .span3:nth-child(2n) {
    margin-left: 20px !important;
}
}
@media (max-width:479px) {
.home_grid .span3:nth-child(2n) {
    margin-left: 0px !important;
}
}

.recent-posts {margin-left:0px !important;}
.home_grid .post-comments {display:none;}
.post-title {
    hyphens: none!important;
    word-wrap: none!important;
}