/*--
	Theme Name: theme49282
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.6.x + from Template-Help.com Collection
	Author: Template_Help.com
	Author URL: http://www.Template-Help.com/
	Template: CherryFramework
	Version: 2.4
	MotoPress Version: 1.0
--*/

/* ----------------------------------------
	Please, You may put custom CSS here
---------------------------------------- */

.front_page_widget_area {
	width:100%;
    max-width:1000px;
    margin:0 auto;
	padding-bottom:30px;
	font-size:0px;
}
.front_page_widget_area > div {
	display:inline-block;
	width:100%;
	max-width:332px;
	min-height:158px;
	border-left:thin solid #fff;
	vertical-align:top;
	text-align:left;
	padding-left:10px;
    padding-right:10px;
	font-size:13px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-text-size-adjust:none;
}
.front_page_widget_area > div:last-child {
	border-right:thin solid #fff;
}
.front_page_widget_area > div > h3 {
	padding-bottom:20px;
	height:78px;
    vertical-align:middle;
    display:table-cell;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-text-size-adjust:none;
}
@media (max-width: 1030px) {
	.front_page_widget_area > div {
		border:none;
	}
	.front_page_widget_area > div:last-child {
		border:none;
	}
}
@media (max-width: 740px) {
	.front_page_widget_area > div {
		min-height:0px;
		padding-bottom:20px;
	}
	.front_page_widget_area > div > h3 {
		height:auto;
	}
}