@media (max-width: 1023px) {
	
	body {
		background: #faefd7;
	}
	
		body.nav-open {
			position: fixed;
			overflow: hidden;
		}
	
	#wrap,
	#content {
		background: none;
	}
	
		.hidemobile,
		.printer,
		.plantcontact {
			display: none;
		}
	
	#header {
		background: #faefd7;
		border-bottom: 1px solid #999080;
		width: 100%;
	}
	
		#masthead {
			height: auto;
		}
		
		h1.logo {
			padding: 0 7.5% 5% 7.5%;
		}
		
		h1.logo a {
			background: url(images/green-roof-logo-2018.jpg) no-repeat;
			background-size: 100% 100%;
			position: relative;
			display: block;
			width: 100px;
			height: 85px;
			text-indent: -9999px;
			z-index: 999;
			left: auto;
			bottom: auto;
		}
		
		nav,
		#searchform {
			display: none;
		}
		
			.nav-open nav {
				display: block;	
			}
			
			nav {
				background: rgba(250,239,216,1);
				position: fixed;
				width: 100%;
				height: 100%;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: 998;
				text-align: center;
				font-family: Helvetica, Lucida Sans, Arial, sans-serif;
			}
			
			#nav {
				position: absolute;
				left: 50%;
				top: 50%;
				bottom: auto;
				right: auto;
				width: 100%;
				-ms-transform: translate(-50%,-50%); /* IE 9 */
				-webkit-transform: translate(-50%,-50%); /* Chrome, Safari, Opera */
				transform: translate(-50%,-50%);
			}
			
			#nav li {
				float: none;
				width: 100%;
			}
			
			#nav a {
				background: none;
				color: #705133;
				height: auto;
				text-transform: none;
				font-size: 20px;
				line-height: 3;
				font-weight: bold;
			}
			
				#nav li.current-page-ancestor a {
					color: #705133;
				}
			
			.navcontact {
				display: block;
				width: 100%;
				position: absolute;
				bottom: 5%;
				text-align: center;
				color: #705133;
				font:13px/22px Helvetica, Lucida Sans, Arial, sans-serif;
			}
			
				.navcontact span {
					display: block;
				}
				
		.phone-tog {
			position: absolute;
			display: block;
			right: calc(12.5% + 28px);
			top: 50%;
			transform: translateY(-50%);
			font-weight: bold;
		}
		
		#toggle {
			position: absolute;
			display: block;
			height: 28px;
			width: 28px;
			top: 50%;
			transform: translateY(-50%);
			right: 7.5%;
			text-indent: -9999px;
			z-index: 999;
		}
		
			#toggle span, #toggle span::before, #toggle span::after {
				display: block;
			    width: 28px;
			    height: 4px;
				background: #705133;
			}
			
			#toggle span {
			    position: absolute;
				top: 12px;
				right: 0;
			}
			
			#toggle span::before, #toggle span::after {
			    position: absolute;
				content: "";
			} 
			
			#toggle span::before {
				top: -8px;
			} 
			
			#toggle span::after {
			    bottom: -8px;
			}
			
		.nav-open #toggle {
			height: 28px;
			width: 28px;
		}
		
			.nav-open #toggle span::before {
				display: none;
			}
				
			.nav-open #toggle span, .nav-open #toggle span::after {
				position: absolute;
				display: block;
				height: 28px;
				width: 4px;
			}
		
			.nav-open #toggle span {
				top: 0;
				left: 12px;
				transform: rotate(-45deg);
				-webkit-transform: rotate(-45deg);
				-moz-transform: rotate(-45deg);
				-o-transform: rotate(-45deg);
				-ms-transform: rotate(-45deg);
			}
			
			.nav-open #toggle span::after {
				content: "";
				top: 0;
				left: 0;
				transform: rotate(90deg);
				-webkit-transform: rotate(90deg);
				-moz-transform: rotate(90deg);
				-o-transform: rotate(90deg);
				-ms-transform: rotate(90deg);
			}
	
	#content {
		width: 95%;	
	}
	
		#main .post .glossary,
		.listcontainer {
			width: 100%;
			box-sizing: border-box;
		}
		
	.cycle-slideshow div img {
		max-width: 100%!important;
		height: auto;	
	}
	
	#sidebar {
		display: block;
		float: none;
		width: 100%;
		background: #9db7b5;
		border: 1px solid #999080;
		border-width: 0 1px;
		box-sizing: border-box;
		padding: 0;		
	}
	
		.home #sidebar,
		#contact,
		#widgets {
			display: none;
		}
		
		#secondary {
			background: none;
			border: none;
			padding: 2.5% 5%;
		}
		
		#secondary li {
			width: auto;
		}
		
		#secondary li:last-child {
			background: none!important;
		}
		
		#secondary .page_folder {
			padding: 10px 0!important;
		}
		
		#secondary .page_folder ul {
			background: none;
			padding: 10px 0 0;
		}
		
		#secondary .page_folder ul li {
			background: none!important;
		}
		
		#secondary .page_folder ul li a {
			font: 14px/21px Helvetica, Lucida Sans, Arial, sans-serif;
		}
	
	#main,
	.home #main {
		float: none;
		width: 100%!important;
		background: #fff8f6;
		border: 1px solid #999080;
		border-width: 0 1px;
		box-sizing: border-box;
		padding: 5%;
	}
	
	.slider {
		width: 100%!important;
	}
	
		.slider li {
			width: 100%;
		}
		
		.slider img {
			display: block;
			margin:0; 
			background: none!important;
			width: 100%;
			height: auto;
		}
		
		.slider blockquote {
			margin: 0;
		}
		
	#subsection {
		background: #faefd7;
		border-top: 1px solid #999080;
		width: 100%;
		height: auto;
	}
	
		#features {
			background: none;
			width: 100%;
			padding: 2.5% 2.5% 0;
			box-sizing: border-box;
		}
		
		#features li {
			width: 30%;
			margin: 0 0 -36px 0;
		}
	
		#features li:nth-child(2) {
			padding: 0;
		}
		
		#features li img {
			width: 100%;
			height: auto;
		}
		
	#footer {
		width: 100%;
		box-sizing: border-box;
		padding: 7.5% 5% 5%;
		font-size; 10px;
	}
	
		.footerleft,
		.footerright {
			display: block;
			float: none;
			width: 100%;
			text-align: center;
		}
	
	#footernav {
		display: none;
	}
	
}
	
@media (max-width: 767px) {
	
	.wp-caption {
		display: block;
		width: 100%!important;
		border: none;
		background: none;
		padding: 0;
		margin: 20px 0;
	}
	
	#prodleft,
	#prodright {
		display: block;
		width: 100%;
		float: none;
	}
	
	#main .post .select-filter {
		text-align: center;
	}
	
		#main .post .select-filter li {
			display: inline;
			float: none;
		}
	
	#main .post .glossary {
		text-align: center;
	}
	
		#main .post .glossary li {
			display: inline-block;
			float: none;
			padding: 0 1px;
		}
		
		#main .post .glossary a { 
			background: none;
			padding: 0;
		}
		
	.history-block {
		margin: 10px 0;
		display: block;
	}
	
		.history-block .image {
			width: 100%;
		}
		
		.history-block .content {
			width: 100%;
		}
		
	#listplants li {
		height: auto!important;
	}
	
		#listplants img {
			display: block;
			width: 100%;
			height: auto;
			margin: 0 0 10px;
		}
		
	.paging .next {
		right: 0;	
	}
	
	.paging .prev {
		left: 0;
	}
	
	#secondary {
		padding: 5%;
	}
	
		#features li {
		    width: 90%;
		    margin: 2.5% 5%;
		}
		
		#features li.middle {
			padding: 0;
		}
		
		#features li:last-child {
		    width: 90%;
		    margin-bottom: -36px;
		}

	#footer {
		padding: 10% 5% 5%;
	}
	
	/* Wordpress Defaults
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
	.aligncenter,
	.alignleft,
	.alignright  { 
		float:none;
		margin:10px 0;
		width:100%;
	}
	
}