/*********************************************************************************************

Theme Name: Insider-child
Theme URI: http://www.wpzoom.com/themes/insider
Version: 1.0.6
Template: insider
Author: WPZOOM
Author URI: http://www.wpzoom.com/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

The PHP code portions of this WPZOOM theme are subject to the GNU General Public
License, version 2. All images, cascading style sheets, and JavaScript elements are
released under the WPZOOM Proprietary Use License below.

*/
@import url("../insider/style.css");
.home .widget-title-wrap .title{
	background-color: #f8f8f8;
	padding: 20px;
	/*width: 85%;*/
	margin-bottom: 20px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;

}
#main .column-content{
	height: 141px;
}
/*#home-sidebar .widget_text{
	border: solid 1px #f0f0f0;
	padding-bottom: 20px;
	background: white;
}*/
@media screen and (min-width: 640px) {
.home .wrapper-welcome{
	width:89%;
}


.home .wrapper-main{
	width: 89%;
}

.home #home-sidebar{
	width: 30%;
	float: left;
}
.home #main{
	width:70%;
	float: left;
}
.home div.wrapper-copy{
	clear: both;
}
.header-helpful{
	float: left;
}
#header-ad{
	float: right;
}
}
@media screen and (max-width: 1260px) {
	.home .wrapper-main{
		width: 92%;
	}
}
@media screen and (max-width: 640px) {
.home .wrapper-main {
width: 94%;
}
.home .widget-title-wrap .title{
	width: 100%;
}
}