@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 ELEMENTS ************************************************** */

nav {
   	position: relative;
    float: left;
    width: 100%;
    height: auto !important;
}
    
.flexnav {	
	padding: 0px;
	margin: 0px;
    overflow: hidden;
}
	
.flexnav-show {
	border-top: 1px solid black;
    margin-bottom: 20px;
}

.flexnav li ul {
    width: 100%;
    position: relative;
}
	
.flexnav li {
    width: 100%;
    float: left;
    text-align: center;
}

.flexnav li a {
    float: left;
    width: 100%;
    padding: 17px;
    border-bottom: 1px solid black;
} 

.flexnav .touch-button {
    display: block;
}
    
.menu-button {
    display: block;
}
    
/* 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: 100%;
	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;
}
    
/* ADDED STYLES ***** */
    
 h1, h2 {
    font-size: 24pt;
    line-height: 27pt;
}

.content .inner .w100_left#homepage {
    padding: 50px 0px;
}

.cta_service {
    width: 49%;
    padding-bottom: 49%;
}

.cta_service:nth-of-type(3) {
    margin-left: 0px;
}

.blogposts .titlewrap {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    float: left;
    width: 100%;
    transform: none;
    margin-bottom: 16px;
}

.blogposts .titlewrap h2 br {
    display: none;
}

.blogposts .titlewrap .button {
    float: right;
    margin-top: -10px;
}

.blogposts .titlewrap h2 {
    float: left;
}

.blog_post {}

.postwrap.w80_right {
    width: 100%;
}

.blog_post {
    width: 48%;
    margin-bottom: 32px;
    margin-left: 0px;
    margin-right: 2%;
}
    
.projectpost {
    width: 48%;
    padding-bottom: 48%;
}

.projectpost p {
    display: none;
}
    
.gallerywrap a {
    width: 49%;
    padding-bottom: 28%;
}

}