@media screen and (min-width:481px) and (max-width:1025px) { 

.t-only {
	display: block;
}

.m-only, .d-only, .w-only {
	display: none;
}

.inner {
	width: 92%;
	margin: auto;
}

header .inner {
    /* width: 100%; */
}
.nav_social {display: none;}	
 
/* FEATURED ************************************ */
    

.nav-arrows .arrow {
    width: 35px;
}


/* LAYOUT ELEMENTS *********************************************** */

.w20_left, .w20_right {
	width: 20%;	
}

.w30_left, .w30_right {
	width: 30%;	
}

.w40_left, .w40_right {
	width: 40%;	
}

.w50_left, .w50_right {
	width: 50%;	
}

.w60_left, .w60_right {
	width: 60%;	
}

.w70_left, .w70_right {
	width: 70%;	
}

.w80_left, .w80_right {
	width: 80%;	
}

.w100_left, .w100_right {
	width: 100%;	
}
	
.w70-inline {
	display: block;
	width: 100%;
}
	
.sidebar {
	width: 90%;
	display: block;
	vertical-align: auto;
	margin-left: 0%;
}

    
/* FEATURED ****************** */
    
.featured h2 {
    font-size: 40px;
    line-height: 43px;
    margin-bottom: 6px;
}

.featured p {
    font-size: 14px;
    line-height: 16px;
}
	
	
.blogpost {
    width: 46%;
	margin: 0 2% 4% 2%;
}
.blogpost h2 {
	font-size: 20px;
	line-height: 26px;
    margin-top: 0px;
	margin-bottom: 10px;
    color: #415460;
	overflow: hidden;
}

.blogpost p {
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
    margin-bottom: 0px;
}

/* FOOTER ******************** */
	
.testimonials {
    width: 85%;
    margin: 0% 7.5%;
}
	
}