@media screen and (min-width:480px) and (max-width:605px) { 

	
	
.headingarea h1 {
    font-size: 40px;
    line-height: 36px;
}
.headingarea.has_image .inner {
    padding: 60px 0px;
}	
	
.blog_post {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
}
.blogpost {
    width: 100%;
	margin: 25px 0 0% 0;
}
.blogpost h2 {
	font-size: 20px;
	line-height: 26px;
	height: auto;
    margin-top: 0px;
	margin-bottom: 10px;
    color: #415460;
}

.blogpost p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
    margin-bottom: 0px;
	height: auto;
}
		
/* LAYOUT ELEMENTS *********************************************** */

.w20_left, .w20_right {
	width: 100%;
	float: left;
}

.w30_left, .w30_right {
	width: 100%;
	float: left;
}

.w40_left, .w40_right {
	width: 100%;
	float: left;
}

.w50_left, .w50_right {
	width: 100%;
	float: left;
}

.w60_left, .w60_right {
	width: 100%;
	float: left;
}

.w70_left, .w70_right {
	width: 100%;
	float: left;
}

.w80_left, .w80_right {
	width: 100%;
	float: left;
}

.w100_left, .w100_right {
	width: 100%;
	float: left;
}

.sidebar {
	width: 100%;
	display: block;
	vertical-align: auto;
	margin-left: 4%;
}
	
.blog_post {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
}
	
}