/*
Theme Name: 	Waupaca Elevator Company
Description: 	Custom theme
Version: 		1.0
*/

/* ======================= global resets ======================= */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table 					{ border-collapse:collapse; border-spacing:0 }
fieldset, img 			{ border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th	 			{ text-align:left }
q:before, q:after 		{ content:''}
a img 					{ border:none } /* Gets rid of IE's blue borders */
input[type="submit"]	{ cursor:pointer; -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */ }
input[type="submit"]::-moz-focus-inner { border:0; } /* helps with input and submit sizing */
/* html5 reset */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
audio,
canvas,
video 					{ display:inline-block; }
audio:not([controls]) 	{ display:none; }
@-ms-viewport			{ width:device-width; }
*,
*:before,
*:after 			{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html, body			{ height:100%; }
:link img 			{ border:none; }
a 					{ outline:none; }
.hidden 			{ display:none; }
br.clear 			{ clear:both; display:block; height:1px; margin:-1px 0 0 0 }
p.clear,
hr.clear 	 		{ clear:both; }
.clearfix:after 				{ visibility:hidden; display:block; font-size:0; content:" "; clear:both;  height:0; }
* html .clearfix             	{ zoom:1; } /* IE6 */
*:first-child+html .clearfix 	{ zoom:1; } /* IE7 */
/* responsive */
img, object, embed 	{ max-width:100%; height:auto; }
object, embed		{ height:100%; }
img				 	{ -ms-interpolation-mode: bicubic; }

/* ======================= Font replacements ======================= */
/*
	type:			sans-serif
	font-family: 	'Gotham SSm A', 'Gotham SSm B';
	weight/style: 	300,400,500,600 (normal only)
*/

/*
	- OVERVIEW:

	- Typography
	- Masthead
	- Post (main content area)
	- Sidebar
	- Archive
	- Footer
	- Page Templates
	- Theme Helpers
	- Presentational classes generated by WordPress
	- Plugin Styling
	- Theme custom short codes
	- Responsive

	green: 	#50b948
*/

/*======================= Architecture ======================= */
body {
	margin:0;
	padding:0;
	background:#fff;
	color:#606264;
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:400;
	text-align:left;
}
.pagewidth {
	width:1200px; /* also adjust responsive */
	margin:0 auto;
}


/*======================= Typography ======================= */
p {
	margin:0 0 15px 0;
	line-height:1.4;
}
/* lists */
ul {
	margin:0 0 15px 0;
	padding:0;
}
ul li {
 	margin:0 0 0 30px;
 	padding:0;
 	list-style:disc;
 	line-height:1.4;
}
ul li ul li	{
	list-style:circle;
}
ol {
	margin:0 0 15px 0;
	padding:0;
}
ol li {
	text-align:left;
	margin:0 0 0 30px;
	padding:0;
	list-style:decimal;
	line-height:1.4;
}
blockquote {
	margin:20px;
	padding:10px 20px;
	border-left:4px solid #ccc;
	font-size:22px;
}
blockquote p {
	font-style:italic;
	margin:0;
}
small {
	font-size:11px;
}
strong, b {
	font-weight:700;
}
em, i {
	font-style:italic;
}
/* tables */
table {
	border-collapse:collapse;
}
table tr td	{
	padding:5px;
}
/* headings */
h1,h2,h3,h4,h5,h6 {
	text-align:left;
	font-weight:600;
	color:#606264;
	line-height:1.2;
}
h1 {
	font-size:44px;
	margin:0 0 20px 0;
}
h2 {
	font-size:36px;
	margin:0 0 20px 0;
}
h3 {
	font-size:24px;
	font-weight:500;
	text-transform:uppercase;
	margin:0 0 20px 0;
}
h4 {
	font-size:22px;
	margin:0 0 15px 0;
}
h5 {
	font-size:20px;
	margin:0 0 15px 0;
}
h6 {
	font-size:18px;
	margin:0 0 15px 0;
}
/* default links & buttons */
a {
	color:#0d5cab;
	text-decoration:none;
	-o-transition:		.3s;
	-ms-transition:		.3s;
	-moz-transition:	.3s;
	-webkit-transition:	.3s;
	transition:			.3s;
}
a:hover {
	color:#145596;
	text-decoration:none;
}
a.button {
	background:#333;
	display:inline-block;
	margin:0;
	padding:5px 15px;
	float:left;
	width:auto;
	color:#fff;
	font-size:12px;
}
/* Forms */

.gform_wrapper { clear: both; }
.gform_wrapper .gform_heading h3.gform_title {
    background-color: #32516E;
    color: #ffffff;
    padding: 15px;
}

.gform_wrapper .elevator-checklist-failed div { padding: 25px; background-color: #ff0000; color: #fff; }
.gform_wrapper .elevator-checklist-passed div { padding: 25px; background-color: #006C25; color: #fff; }
.gform_wrapper .elevator-checklist-failed div span,
.gform_wrapper .elevator-checklist-passed div span { display: block; font-size: 1.5rem; font-weight: bold; }

label {
	display:block;
	margin:0 0 5px 0;
}
input,
textarea,
select {
	display:block;
	color:#555;
	margin:0 0 15px 0;
	padding:5px;
	border:1px solid #ccc;
	font-family: 'Poppins', sans-serif;
	/* keep all boxes equal */
	box-sizing:content-box;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
input[type="radio"],
input[type="checkbox"] {
	display:inline-block !important;
}
select {
	line-height:28px; /* this is needed to keep height on select elements in safari */
}
/* placeholder font color */
::-webkit-input-placeholder {
	color:#333;
}
:-moz-placeholder {
	/* Firefox 18- */ color:#333;
}
::-moz-placeholder {
	/* Firefox 19+ */ color:#333;
}
:-ms-input-placeholder {
	color:#333;
}

/*======================= Dealer Search Page ======================= */

#dealer-search-mini-form input,
#dealer-search-mini-form select  { display: inline-block; }
#dealer-search-mini-form select option { padding: 0 5px; }
#dealer-search-mini-form > input.submitbtn { font-weight: bold; background-color: #39B54A; color: #fff; font-size: 17px; padding-bottom: 0; padding-top: 4px; vertical-align: bottom; }
.page-dealer-locator #map        { width: 100%; height: 400px; }
.page-dealer-locator ol li       { list-style-type: upper-alpha; }
.page-dealer-locator .dealer-box { padding-left: 10px; margin-bottom: 20px; }


/* ======================= Masthead ====================== */
/* top bar */
#topbar {
	background:#32516e;
	height:50px;
	overflow:hidden;
	text-align:right;
	color:#ccc;
}
#topbar a {
	color:#ccc;
}
#topbar .widget {
	display:inline-block;
	padding-left:50px;
	text-transform:uppercase;
	color:#ccc;
}
#topbar form#searchform	{
	position:relative;
	margin:0;
	padding:0;
}
#topbar input#s {
	width:215px;
	height:50px;
	line-height:50px;
	margin:0;
	padding:0 2%;
	color:#ccc;
	font-size:16px;
	display:inline-block;
	background:#606972 url(images/bg/icon-search.png) no-repeat 96% 15px;
	border:none;
	outline:none;
}
#topbar input#s:focus {
	border:none;
	outline:none;
}
#topbar input#searchsubmit {
	position:absolute;
	right:0px;
	top:0px;
	width:23px;
	height:25px;
	background:none;
	border:none;
	outline:none;
	text-indent:-999px;
}

/* #masthead */
#masthead {
	position:relative;
	margin:0;
	padding:0 0 20px 0;
	z-index:1000;
}
#masthead #logo h1 {
	line-height:1;
	margin:0;
	padding:50px 0 35px 0;
}
#masthead #logo         { position: relative; }
#masthead #head-cta     { position: absolute; bottom: 15px; right: 0; }
#masthead #head-cta p   { margin-bottom: 0; }
#masthead #head-cta img { width: auto; height: 190px; margin-left: 15px; }

/* navigation */
#masthead #nav-wrap	{
	margin:0;
}
ul#nav {
	margin:0;
	padding:0;
	text-align:center;
}
ul#nav li {
	list-style:none;
	position:relative;
	display:inline-block;
	padding:0;
	margin:0;
}
ul#nav li a {
	margin:0;
	padding:10px 15px;
	color:#606264;
	font-size:19px;
	line-height:1;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	-o-transition:		.3s;
	-ms-transition:		.3s;
	-moz-transition:	.3s;
	-webkit-transition:	.3s;
	transition:			.3s;
}
ul#nav li a:hover,
ul#nav li.active > a {
	background:#dce0e4;
	text-decoration:none;
}
ul#nav > li.current-menu-item > a {

}
ul#nav li ul {
	display:none;
	background:#fff;
	position:absolute;
	left:0;
	top:100%;
	margin:0;
	padding:0;
	z-index:100;
	border:none;
}
ul#nav li:hover > ul {
	display:block;
}
ul#nav li ul li {
	float:none;
	text-align:left;
}
ul#nav li ul li a {
	float:none;
	width:220px;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	background:none;
	text-transform:none;
	font-size:16px;
}
ul#nav li ul li ul {
	display:block;
	position:static;
	margin:0 0 0 20px;
}
/* dead links */
li.nolink > a {
	cursor:default;
	text-decoration:none;
}
li.nolink > a:hover {
	cursor:default;
	text-decoration:none;
}
#content-wrap {
	margin-top:50px;
	margin-bottom:50px;
}

/* ======================= .post (main content area) ====================== */
/* homepage and pre-footer space on all pages */
.cta-row {
	margin:0;
	padding:25px 0;
	background:#32516e;
}
.cta-row .widget {
	width:31.33%;
	margin:0 1%;
	float:left;
}

/* page title area */
#page-title {
	background:#0d5cab;
	padding:20px 0 5px 0;
}
#page-title .breadcrumbs {
	margin:0 0 10px 0;
	color:#dce0e4;
	font-weight:300;
	font-size:12px;
}
#page-title .breadcrumbs a {
	color:#dce0e4;
}
#page-title h1 {
	color:#dce0e4;
	text-transform:uppercase;
	margin:0;
	line-height:1;
	font-size:46px;
}
#primary {
	width:75%;
	float:left;
	margin:0;
	padding:0 5% 0 0;
}
#primary.full-width {
	width:100%;
	float:none;
	padding-right:0;
	border:none;
}
.post {
	padding:0;
	margin:0;
	position:relative;
}
p.date {
	margin:0;
}
.post .featured-img	{
	margin:0 0 25px 0;
}
p.tags a {
   display: inline-block;
   background: #eee;
   padding: 5px 10px 3px;
   text-transform: uppercase;
   font-size: 12px;
   border-radius: 10px;
   margin-right: 5px;
}

/* ======================= sidebar.php ====================== */
#secondary {
	width:25%;
	float:left;
	margin:0 0 0 0;
	padding: 0 0 0 40px;
	border-left:2px solid #ebeef1;
}
#secondary .widget {
	padding:0;
	margin:0 0 40px 0;
	position:relative;
}
#secondary h3.widget-title {
	background:#0d5cab;
	color:#fff;
	font-size:22px;
	font-weight:400;
	text-transform:uppercase;
	margin:0 0 20px -40px;
	padding:3px 10px 1px 40px;
}
#secondary .widget p {
	line-height:1.3;
	font-size:14px;
	margin:0 0 10px 0;
}
#secondary .widget ul {
	margin:10px 0px 20px 0;
	padding:0;
}
#secondary .widget ul li {
	text-align:left;
	margin:5px 0 5px 20px;
	padding:0;
	list-style:disc;
	line-height:1.2;
}
#secondary .widget p.edit {
	position:absolute;
	top:0;
	right:0;
	font-size:11px;
}
#secondary ul.menu {
	margin:0;
	padding:0;
}
#secondary ul.menu li {
	list-style:none;
	margin:0;
	padding:0;
}
#secondary ul.menu li a {
	display:block;
	padding:10px 0;
	border-bottom:1px solid #ebeef1;
	color:#606264;
	font-size:15px;
}
#secondary ul.menu li a:hover {
	color:#0d5cab;
}
#secondary .widget_nav_menu ul li.current-menu-item a {
	color:#0d5cab;
}

/* image widget */
#secondary .image-widget-14 .image-wrap img {
	display:block;
	margin:0 auto;
}

/* ======================= archive.php / search.php ====================== */
.post.excerpt {
	padding:0 0 40px 0;
}

/* paging */
div.pagination {
	margin:20px 0 10px 0;
}

/* ======================= footer.php ======================= */
/* main footer */
#footer {
	background:#eaedf0;
	padding:50px 0;
}
#footer .pagewidth {
	overflow:hidden;
}
#footer .widget {
	padding:0 60px;
}
#footer .col {
	float:left;
	width:33.33333%;
	border-right:1px solid #b4bfca;
	text-align:center;
	margin:0 0 -1000px 0;
	padding:0 0 1000px 0;
}
/* DEALER LOGIN
    when ready to put back, uncomment these styles
#footer .col-3 {
	border:none;
	color:#424447;
}
*/
#footer h3.widget-title {
	text-align:center;
	color:#424447;
	font-size:24px;
	margin:0 0 30px 0;
}
#footer p {
	color:#424447;
	margin-bottom:30px;
	font-weight:500;
}
#footer p:last-child {
	margin:0;
}
#footer a {
	color:#424447;
}
#footer .col .menu {
	margin:0;
	padding:0;
}
#footer .col .menu li {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
#footer .col .menu li a {
	display:block;
	text-align:center;
	padding:15px 0;
	font-weight:500;
}
#footer .col .menu li a:hover {
	background:#dce0e4;
}
#footer .dealer-login {
	width:80%;
	max-width:300px;
	margin:0 auto;
}
#footer .dealer-login label {
	color:#424447;
	font-weight:500;
}
#footer .dealer-login input[type="text"],
#footer .dealer-login input[type="submit"],
#footer .dealer-login input[type="password"] {
	width:100%;
	border:none;
	outline:none;
}
#footer .dealer-login input[type="text"],
#footer .dealer-login input[type="password"] {
	background:#d9dcdf;
}
#footer .dealer-login input[type="submit"] {
	background:#39b54a;
	padding:7px 0 5px 0;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	font-weight:400;
	line-height:1;
}
/* copyright */
#copyright {
	background:#32516e;
	text-align:center;
	color:#fff;
	padding:15px 0;
}
#copyright p {
	margin:0;
}

/* ======================= Page Templates ====================== */
/* home page */
/* slider */

#page-wrap .bx-wrapper .bx-viewport {
    background: transparent;
    border: none;
    box-shadow: none;
    left: auto;
}

.bx-controls-direction a { transition: none; }
.bxslider li {
	position:relative;
	height:699px;
   width: 100%;
	margin:0;
  	background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
}

.bxslider li.slide-res-elevator   { background-image:url(images/bg/slide-residential-elevator.jpg); }
.bxslider li.slide-res-dumbwaiter { background-image:url(images/bg/slide-residential-dumbwaiter.jpg); }
.bxslider li.slide-com-dumbwaiter { background-image:url(images/bg/slide-commercial-dumbwaiter.jpg); background-position: right center; }

.bxslider .panel {
	width:420px;
	margin:0;
	padding:50px;
	position:relative;
	top:275px;
   left: 5%;
	background:rgba(0,0,0,0.8);
	text-align:center;
}
.bxslider .panel h2 {
	font-size:32px;
	color:#50b948;
	text-align:center;
}
.bxslider .panel p {
	color:#fff;
	font-size:18px;
	text-align:center;
	font-weight:300;
}
.bxslider .panel a.more {
	display:block;
	width:180px;
	margin:0 auto;
	padding:15px 0 11px 0;
	line-height:1;
	text-align:center;
	border:1px solid #50b948;
	color:#50b948;
	font-size:22px;
	font-weight:300;
	text-transform:uppercase;
}
.home #primary p {
	color:#000;
	font-size:20px;
	text-align:center;
}
.home #primary h2 {
	text-align:center;
	margin:0 0 50px 0;
}
.home .intro {
	margin:0 auto;
	width:75%;
}
.home .we-lift-logo {
   margin: 40px 0;
}
.home #primary .latest_news_shortcode    { text-align: left; padding: 25px 25px 10px; margin-bottom: 75px; background-color: #EAEDF0; }
.home #primary .latest_news_shortcode h3 { border-bottom: 1px solid #b4bfca; }
.home #primary .latest_news_shortcode p  { text-align: left; }

/* ======================= Theme helpers ======================= */
/* rounded corners */
.rounded {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
}
/* arrows */
.arrow {
	display:inline-block;
	margin:0 0 0 5px;
	width:0;
	height:0;
}
.arrow.up {
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
}
.arrow.down {
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #fff;
}
.arrow.right {
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-left:5px solid #fff;
}
.arrow.left {
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-right:5px solid #fff;
}
/* multi-column lists */
ul.col-2 {
	width:100%;
	overflow:hidden;
}
ul.col-2 li	{
	width:40%;
	float:left;
	margin:5px 0 0px 30px;
}
ul.col-3 {
	width:100%;
	overflow:hidden;
}
ul.col-3 li	{
	width:33%;
	float:left;
	margin:5px 0 5px 30px;
}
/* responsive maps */
.mapwrap {
	position:relative;
	padding-bottom: 75%;
	height:0;
	overflow:hidden;
}
.mapwrap iframe {
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}

/* ======================= Presentational classes generated by WordPress ======================= */
.aligncenter {
	display:block;
	margin:0 auto;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
img.alignright {
	margin:0 0 10px 20px;
}
img.alignleft {
	margin:0 20px 10px 0;
}
/* WP captions */
.wp-caption	{
	margin:0 0 20px 0;
}
.wp-caption.alignleft {
	margin-right:20px;
}
.wp-caption.alignright {
	margin-left:20px;
}
p.wp-caption-text {
	margin:5px 0 0 0;
	font-style:italic;
	font-size:14px;
}

/* ======================= Plugin Styling ======================= */

#page-wrap .we-otw-btn { padding-top: 13px; width: 100%; }

#page-wrap .easy-table { margin-bottom: 40px; }
#page-wrap .easy-table th { padding: 12px 8px 8px; background-color: #39b54a; color: #ffffff; }

#page-wrap label { margin-bottom: 0; }
#page-wrap .ginput_container { margin-top: 0; }
#page-wrap .gfield_radio li { margin-bottom: 0; }
#page-wrap .gfield_radio li input { vertical-align: top; margin-top: 3px; margin-bottom: 0; }

.content-column.centered-col     { text-align:center; }
.content-column.centered-col img { display:block; margin:0 auto 15px auto; height:200px; width:auto; }
.content-column.centered-col a   { color:#606264; text-transform:uppercase; }

.content-column.centered-col-nosize     { text-align:center; }
.content-column.centered-col-nosize img { display:block; margin:0 auto 15px auto; }
.content-column.centered-col-nosize a   { color:#606264; text-transform:uppercase; }


/* ======================= Theme custom short codes ======================= */
/* slidepanels */
.slidepanels {
	margin:0 0 50px 0;
}
a.slidepanel {
	display:block;
	position:relative;
	width:33.33333%;
	height:400px;
	overflow:hidden;
	float:left;
	margin:0;
}
a.slidepanel span {
	display:block;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
}
a.slidepanel span.overlay {
	position:absolute;
	width:100%;
	height:100%;
	top:315px; /* must match js file! */
	left:0;
	padding:20px 30px;
	background:rgba(0,0,0,0.7);
}
a.slidepanel span.overlay span.title {
	width:100%;
	font-size:34px;
	font-weight:300;
	line-height:1;
	padding:0 0 4px 0;
	margin:0 auto 20px auto;
	border-bottom:4px solid #42b852;
}
a.slidepanel span.overlay span.text {
	font-size:20px;
	font-weight:300;
	padding:0;
}
a.slidepanel span.overlay span.read-more {
	width:190px;
	position:absolute;
	bottom:50px;
	left:50%;
	margin-left:-95px;
	font-size:22px;
	padding:10px 10px;
	background:#42b852;
}
/* alternating content */
.entry-content .alternating {
	width:50%;
	padding-bottom:0;
}
.entry-content .alternating:nth-child(even) {
	float:left;
	border-right:2px solid #42b852;
	padding-right:30px;
	margin-right:50%;
	margin-left:1px;
}
.entry-content .alternating:nth-child(odd) {
	float:right;
	border-left:2px solid #42b852;
	padding-left:30px;
	margin-left:50%;
	margin-right:1px;
}
/* horizontal rule */
div.hr, hr {
	width:100%;
	height:2px;
	clear:both;
	margin:40px 0;
	background:#ebeef1;
}
div.hr-slim {
   width:100%;
   height:2px;
   clear:both;
   margin:15px 0;
   background:#ebeef1;
}
.fpo {
	background:#e6e6e6;
	margin:0 0 10px 0;
}
.fpo span {
	display:inline-block;
	width:100%;
	text-align:center;
	color:#bbb;
	font-size:150%;
}
/* show / hide content */
.sh-title {
	cursor:pointer;
	position:relative;
	padding-right:50px;
}
.sh-title span {
	display:inline-block;
	width:0;
	height:0;
	margin:0 0 0 10px;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
}
.sh-title.inactive span {
	border-top:9px solid #fe0329;
}
.sh-title.active span {
	border-bottom:9px solid #fe0329;
}

/* ======================= Responsive ======================= */
#dimensions {
	position:fixed;
	width:50px;
	top:45px;
	left:5px;
	z-index:10000;
	font-size:10px;
	background:rgba(255,255,255,0.7);
	color:#222;
}
/* responsive navigation */
#resp-nav {
	display:none;
}
#resp-nav .menu-bar	{
	padding:6px 2% 2px 2%;
	background:#222;
	color:#fff;
}
#resp-nav a	{
	display:block;
	color:#fff;
	margin:0;
	padding:10px 0;
	font-size:16px;
}
#resp-nav a.home {
	width:75px;
	float:left;
	padding-top:12px;
}
#resp-nav a.menu {
	width:34px;
	height:34px;
	float:right;
	text-align:right;
	background:url(images/bg/resp-menu-square.png) no-repeat 0 7px;
}
#resp-nav .menu-wrap {
	display:none;
	padding:10px 2% 20px 2%;
	background:#333;
}
#resp-nav .menu-wrap > ul {
	margin:0;
	padding:0;
}
#resp-nav .menu-wrap ul li {
	margin:0;
	padding:0;
	list-style:none;
}
#resp-nav .menu-wrap ul li.menu-item-home {
	display:none;
}
#resp-nav .menu-wrap ul li a {
	display:block;
	margin:0;
	padding:10px 0;
}
#resp-nav .menu-wrap ul li ul li a {
	padding-left:15px;
}
#resp-nav .menu-wrap ul li ul li ul li a {
	padding-left:30px;
}

@media only screen and (min-width: 1201px) {
	#nav-wrap {
		display:block !important;
	}
}
@media only screen and (max-width: 1230px) {
	.hide-mobile {
		display:none;
	}
   #masthead #logo h1 {
      padding: 20px 0 0 0;
   }
   #masthead #head-cta     { top: 25px; bottom: 0; }
   #masthead #head-cta img { height: 150px; }
	.pagewidth {
		width:96%;
		margin:0 2%;
	}
   .bxslider .pagewidth {
      width:100%;
      margin:0;
   }
	#nav-wrap {
		display:none;
	}
	#resp-nav {
		display:block;
	}
}
@media only screen and (max-width: 1100px) {
   .bxslider li {
      height:400px;
      width: 100%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
   }
   .bxslider .panel {
      width:270px;
      padding:25px;
      top:75px;
      left:50px;
   }
   .bxslider .panel h2 {
      font-size:26px;
      margin-bottom: 10px;
   }
   .bxslider .panel p {
      font-size:14px;
      margin-bottom: 10px;
   }
   .bxslider .panel a.more {
      width:140px;
      padding:10px 0 6px 0;
      font-size:18px;
   }

   /* slidepanels */
   a.slidepanel span.overlay span.title {
      font-size:30px;
      margin:0 auto 23px auto;
   }
   a.slidepanel span.overlay span.text {
      font-size:18px;
   }
   a.slidepanel span.overlay span.read-more {
      font-size:20px;
   }
}
@media only screen and (max-width: 1000px) {
	#footer .widget {
		padding:0;
	}
	#footer .col {
		float:none;
		width:100%;
		border:none;
		border-bottom:1px solid #b4bfca;
		text-align:center;
		margin:0 0 30px 0;
		padding:0 0 30px 0;
	}
}
@media only screen and (max-width: 950px) {
   #masthead #head-cta img { height: 110px; margin-left: 5px; }
}

@media only screen and (max-width: 925px) {
   /* slidepanels */
   a.slidepanel { float: none; width: 400px; margin: 0 auto; }
}
@media only screen and (max-width: 850px) {

   #logo     { height: 175px; }
   #logo img { width: 53%; }

	#topbar .widget_text:first-child {
		display:none;
	}
   .bxslider li {
      height:250px;
   }
   .bxslider .panel {
      top:0px;
      height: 250px;
   }
   .bxslider li.slide-res-elevator,
   .bxslider li.slide-res-dumbwaiter { background-position: left center; }

}
@media only screen and (max-width: 768px) {
	#page-title h1 {
		font-size:34px;
	}
	#primary {
		width:100%;
		float:none;
		margin:0 0 40px 0;
		padding:0 0 40px 0;
		border-bottom:2px solid #ebeef1;
	}
	#secondary {
		width:100%;
		float:none;
	}
	.alignleft {
		float:none;
		margin:0;
	}
	.alignright {
		float:none;
		margin:0;
	}
	.wp-caption	{
		max-width:100%;
	}
	.wp-caption.alignleft {
		margin:15px 0;
	}
	.wp-caption.alignright {
		margin:15px 0;
	}
	img.alignright {
		margin:0 0 15px 0;
	}
	img.alignleft {
		margin:0 0 15px 0;
	}
	/* multi-column lists */
	ul.col-2,
	ul.col-3 {
		width:100%;
		margin:0 0 20px 0;
		padding:0 0 0 30px;
	}
	ul.col-2 li,
	ul.col-3 li	{
		width:100%;
		float:none;
		margin:0;
	}
}
@media only screen and (max-width: 650px) {

   .bxslider li {
      height:240px;
      background-size: auto 185px;
   }

   .bxslider li.slide-res-elevator,
   .bxslider li.slide-res-dumbwaiter { background-position: left bottom; }
   .bxslider li.slide-com-dumbwaiter { background-position: right bottom; }

   .bxslider .panel {
      width:100%;
      height:55px;
      padding:15px;
      top:0;
      left:0;
      text-align: left;
   }
   .bxslider .panel h2 {
      text-align: left;
   }
   .bxslider .panel p {
      display: none;
   }
   .bxslider .panel a.more {
      float: right;
      margin-top: -44px;
      font-size: 15px;
      line-height: 30px;
      padding: 0;
   }
   .cta-row .widget,
   .cta-row .widget:last-child { float: none; width: 80%; margin: 0 10%; }

   #logo     { height: auto; text-align: center; }
   #logo h1  { text-align: center; }
   #logo img { width: auto; }
   #masthead #head-cta { position: relative; text-align: center; }
   #masthead #head-cta img { display: inline-block; height: auto; width: 20%; margin: 0 2% 15px 2%; }

}
@media only screen and (max-width: 600px) {
	#pre-footer .widget {
		width:100%;
		margin:0;
		float:none;
	}
	#pre-footer .widget:last-child {
		margin:0;
		float:none;
	}
}
@media only screen and (max-width: 560px) {
   .bxslider .panel h2 {
      font-size: 20px;
   }
   .bxslider .panel a.more {
      margin-top: -38px;
   }
}
@media only screen and (max-width: 500px) {
	#topbar .widget_text {
		display:none !important;
	}
	#topbar .widget {
		width:100%;
		margin:0;
		padding:0;
	}
	#topbar input#s {
		width:100% !important;
	}
	#page-title h1 {
		font-size:24px;
	}

   #masthead #head-cta img { width: 29%; }
}
/*** NOTE: this query uses MAX-DEVICE-WIDTH ***/
@media screen and (max-device-width: 480px) {
   /* this prevents iphone from making fonts larger */
   body {
      -webkit-text-size-adjust: none;
   }
}
/*** END NOTE ***/
@media only screen and (max-width: 470px) {
   .bxslider li {
      height:230px;
   }
   .bxslider .panel {
      height: 45px;
   }
   .bxslider .panel h2 {
      font-size: 16px;
   }
   .bxslider .panel a.more {
      width:auto;
      font-size:12px;
      text-decoration:underline;
      border:none;
      margin-top:-35px;
   }

   /* slidepanels */
   a.slidepanel { float: none; width: 90%; margin: 0 5%; }
   a.slidepanel span.overlay span.title {
      font-size:28px;
      margin:0 auto 28px auto;
   }
   a.slidepanel span.overlay span.text {
      font-size:16px;
   }

}
@media only screen and (max-width: 350px) {
   .bxslider li {
      height:210px;
   }
   .bxslider .panel {
      height: 35px;
      padding: 12px;
   }
   .bxslider .panel h2 {
      font-size: 14px;
   }
   .bxslider .panel a.more {
      font-size:11px;
      margin-top:-34px;
   }
   .cta-row .widget,
   .cta-row .widget:last-child { width: 100%; margin: 0; }
}
.green_button{
   border: 1px solid #fff;
   color: white !important;
   cursor: pointer;
   display: inline-block !important;
   font-family: "Open Sans Condensed", sans-serif;
   font-size: 18px;
   font-weight: bold;
   line-height: 1em;
   margin: 0 0 5px 0;
   outline: none;
   padding: 8px 16px 9px;
   position: relative;
   text-align: center;
   text-decoration: none;
   text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
   background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.25)));
   background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
   background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
   background-image: -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
   background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
   background-repeat: repeat-x;
   width: 100%;
   background-color: #39B54A;
}