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

.t-only {
	display: block;
}

.m-only, .d-only, .w-only {
	display: none;
}
    h1 {font-size: 30px; line-height: 38px;}
    h2 {font-size: 42px; line-height: 52px;}
    h3 {font-size: 24px !important; line-height: 28px;}

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

header .inner {
    /* width: 100%; */
}
.flexslider .slides li {
	/* Adjust height of slider
	padding-bottom: 78%; */
	padding-bottom: 80%;
    min-height: 10px;
}
    
.social_strip {
    bottom: -20px;
}
.social_strip img {
    width: 80px;
}
.social_strip a {
    width: 80px;
    margin: 0 6%;
}
.fb_feed {
    width: 50%;
    height: 1000px;
    margin: 0px 0 60px 20px;
}
/*.fb_feed {
    float: left;
    width: 100%;
    height: 500px;
    margin: 0px 0 60px 0;
    text-align: center !important;
}    
.fb_feed h3 {
    float: left;
    width: 100%;
    text-align: center !important;
}  */    
/* NAV ELEMENTS ************************************************** */

nav {
   	position: relative;
    float: left;
    width: 100%;
    height: auto !important;
}
	
.flexnav-show {
	border-top: 1px solid #e8e8e8;
}

.flexnav li ul {
    width: 100%;
}
	
.flexnav li {
    width: 50%;
    float: left;
    text-align: center;
    border-right: 1px solid #e8e8e8;
}

.flexnav li a {
    float: left;
    width: 100%;
    padding: 20px;
}

/* 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: 100%;
	display: block;
	vertical-align: auto;
	margin-left: 0%;
}

/* NAVIGATION ELEMENTS ********************************************* */
.flexnav {	
	padding: 0px;
	margin: 0px;
}

}