/*
Theme Name: EWH Custom Theme
Theme URI: NA
Author: Christian Mackler
Author URI: https://focus4digital.com/
Description: This is a custom theme for MidAtlantic Store Fixtures.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*Reset*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*------------------------Clearfix-----------------------------*/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* close commented backslash hack */

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    transform: scale(0.80);
    -webkit-transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
/*Typography -------------------------------*/

body {
    font-family: "Trebuchet MS", Tahoma, Verdana;
    font-size: 16px !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    line-height: 1.5em;
    color: #242424;
}
strong,
b {
    font-weight: bold;
}
em,
i {
    font-style: italic;
}
h1,
p,

ul {
    margin-bottom: 12px;
}
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
    margin-bottom: 12px;
    margin-top: 30px;
}
H1 {
    font-size: 28px;
    font-weight: normal;
    color: #000b86;
    margin-bottom: 18px;
    line-height: normal;
    text-transform: uppercase;
}
.home h1 {
    font-size: 25px;
    margin-top: 10px;
}
H2 {
    font-size: 24px;
    font-weight: normal;
    color: #3F51B5;
}
H3 {
    font-size: 20px;
    font-weight: normal;
    color: #FF9800;
}
H4 {
    font-size: 16px;
    font-weight: normal;
    color: #fa5600;
}
H5,
DT {
    font-size: 14px;
    font-weight: normal;
    color: #fa5600;
}
H6 {
    font-size: 14px;
    font-weight: normal;
    color: #fa5600;
}
a:link {
    text-decoration: none;
    color: #fa5600;
}
a:visited {
    text-decoration: none;
    color: #c74e0e;
}
a:hover {
    text-decoration: none;
    color: #000b86;
}
a:active {
    text-decoration: none;
    color: #fa5600;
}
a:focus {
    text-decoration: none;
    color: #fa5600;
}
.side-menu a:link {
    text-decoration: none;
    color: #666;
}
.side-menu a:visited {
    text-decoration: none;
    color: #666;
}
.side-menu a:hover {
    text-decoration: none;
    color: #78ae3a;
}
#footer a,
#footer a:visited,
#footer a:focus,
#footer a:active {
    color: #fff;
}
#footer a:hover {
    color: #fa5600;
}
input:focus {
    outline: none;
}

ul {
    /*margin-left: 40px;*/
}
.entry-content ul,
.entry-content ol {
    list-style: disc;
    margin-left: 30px;
}
ul ul {
    list-style: disc;
}
/*Images ---------------------------------- */

img {
    max-width: 100%;
    height: auto;
}
.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}
.alignright {
    float: right;
    margin: 0 0 10px 10px;
}
/*General Layout --------------------------------- */

.container {
    max-width: 920px;
    margin: 0 auto;
}
#header {
    margin: 0;
}
.logo-container {
    min-width: 400px;
    max-width: 637px;
    min-height: 149px;
    margin-top: 0;
    float: left;
    padding: 3% 0;
}
.logo {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}
.logo-text {
    width: 79%;
    display: inline-block;
    vertical-align: top;
}
.logo-header {
    font-family: 'Passion One', cursive;
    font-size: 39px;
    line-height: 30px;
    color: #02128b !important;
    text-transform: uppercase;
    margin: 0
}
.logo-subheader {
    font-family: "Trebuchet MS", Tahoma, Verdana;
    font-size: 21px;
    line-height: 23px;
    color: #F95207 !important;
    margin: 0
}
.right-header {
    float: right;
    margin: 45px 0 10px 0;
}
.phone {
    text-align: right;
    color: #000b86;
}
.contacttop {
    float: left;
    margin-top: -5px;
    margin-bottom: 5px;
    margin-left: 5px;
}
/*.contacttop a {

	color: #78ae3a;

}*/

.social-media .textwidget {
    float: right;
}
.social {
    float: left;
    margin: -6px 0 0 0;
}
.social img {
    margin-right: 5px;
}
.search-top {
    float: right;
    margin: 5px 0;
}
.searchbox {
    border-radius: 5px 0 0 5px;
    background-color: #ccd0e8;
    padding: 0 10px;
    border: none;
    width: 200px;
    float: left;
    margin: 0;
    height: 36px;
}
.searchsubmit {
    border-radius: 0 5px 5px 0;
    border: none;
    background-color: #e54f01;
    float: left;
    margin: 0;
    height: 36px;
    width: 40px;
}
.search-small .searchsubmit {
    background-color: #000b86;
    color: #ffffff;
}
#nav-wrapper {
    max-width: 960px;
    margin: 0 auto;
    background: url('images/menu-bar.png') repeat-x;
}
.content {
    margin: 20px 0;
}
.entry-content {
    float: left;
    max-width: 605px;
    margin-right: 20px;
    width: 100%;
    margin-bottom: 20px;
}
.home .entry-content {
    width: 65%;
}
figure {
    display: block;
    float: left;
    padding: 15px;
    width: 33%;
}
.page-id-50 td {
    border: 1px solid #8F98B6;
    padding: 5px;
}
.page-id-50 thead {
    background: #8F98B6;
}
.entry-content .home-slider img {
    max-width: 100% !important;
}
.nav-previous {
    float: left;
    font-size: 18px;
}
.nav-next {
    float: right;
    font-size: 18px;
}
.read-more {} .entry-meta {
    display: none;
}
.entry-title {
    margin: 0;
}
#home-sidebar {
    float: right;
    width: 33.33333%;
    max-width: 293px;
    margin-top: -20px;
}

#inner-sidebar {
    float: right;
    width: 293px;
    margin-top: -20px;
}
#inner-sidebar img,
#home-sidebar img {
    border-radius: 0 0 10px 10px;
}
.edit-link {
    clear: both;
}
.side-menu {
    width: 100%;
    float: left;
    background-color: #8f9cec;
    padding: 0;
    margin-bottom: 20px;
    border-radius: 0 0 10px 10px;
}
.side-menu ul {
    list-style: disc;
    margin-left: 20px;
}
.side-menu h4, .side-menu span {
    display: block;
    width: 100%;
    color: #000b86;
    margin-bottom: 5px;
    font-size: 16px;
}
.side-menu a {
    color: #ffffff !important;
}
.side-menu a:hover {
    color: #242424 !important;
}
.side-menu li {
    color: #ffffff;
}
.side-menu-container {
    width: 90%;
    margin: 10px auto;
}
.get-a-quote {
    width: 100%;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
    float: left;
    margin-bottom: 20px;
    background: #ccd0e8;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjZDBlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZjljZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ccd0e8 0%, #8f9cec 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccd0e8), color-stop(100%, #8f9cec));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #ccd0e8 0%, #8f9cec 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #ccd0e8 0%, #8f9cec 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #ccd0e8 0%, #8f9cec 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #ccd0e8 0%, #8f9cec 100%);
    /* W3C */
}
.page-template-page-cst-sidebar .side-menu:first-child {
    background: #ccd0e8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ccd0e8 0%, #8f9cec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccd0e8), color-stop(100%, #8f9cec));
    background: -webkit-linear-gradient(top, #ccd0e8 0%, #8f9cec 100%);
    background: -o-linear-gradient(top, #ccd0e8 0%, #8f9cec 100%);
    background: -ms-linear-gradient(top, #ccd0e8 0%, #8f9cec 100%);
    background: linear-gradient(to bottom, #ccd0e8 0%, #8f9cec 100%);
}
.get-a-quote h3,
.get-a-quote span,
.quote-header {
    font-size: 18px !important;
    font-weight: normal;
    color: #000b86;
}
.get-a-quote h3,
.get-a-quote .textwidget {
    margin-left: 10px;
}
.get-a-quote p {
    color: #ffffff;
}
.get-a-quote input,
.get-a-quote textarea,
.side-menu input,
.side-menu textarea {
    width: 93%;
    border-radius: 5px;
    padding-left: 5px;
}
.get-a-quote textarea,
.side-menu textarea {
    height: 5em;
}
.get-a-quote input[type="submit"],
.side-menu input[type="submit"] {
    width: 114px;
    height: 30px;
    padding: 5px;
    border: none;
    text-indent: -9999px;
    background: url('images/contact.png');
}
.get-a-quote input[type="submit"]:hover,
.get-a-quote input[type="submit"]:active,
.side-menu input[type="submit"]:hover,
.side-menu input[type="submit"]:active{
    background: url('images/contact-hover.png');
}
.banner-container {
    background-image: url('/wp-content/uploads/2016/10/everything-warehouse.jpg');
    min-height: 294px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.banner-inner {
    height: inherit;
    width: 100%;
    padding: 2% 0;
    background-image: url('/wp-content/uploads/2016/06/fork-lift4.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.banner-text,
.banner-text2 {
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    color: #fa5600;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Trebuchet MS", Tahoma, Verdana;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.88);
    -webkit-transform: rotate(355deg);
    -moz-transform: rotate(355deg);
    -o-transform: rotate(355deg);
    writing-mode: rl-bt;
}
.banner-text2 {
    margin-top: 97px;
}
.home-cta-large {
    display: block;
}
.home-cta-small {
    display: none;
    width: 293px;
    margin: 10px auto;
}
.home-cta-small a {
    margin-bottom: 20px;
}
.home-ctas {
    max-width: 100%;
}
.cta {
    width: 31.8478261%;
    float: left;
    margin-right: 2.17391304%;
}
.cta:last-child {
    margin-right: 0;
}
.cta-holder {
    width: 100%;
    height: 226px;
}
.cta-top {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 152px;
    margin-bottom: 0;
}
.cta-top img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 152px;
}
.cta-bottom {
    width: 100%;
    display: block;
    height: 64px;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: -moz-linear-gradient(top, rgba(238, 82, 0, 1) 0%, rgba(198, 69, 1, 0.99) 100%);
    background: -webkit-linear-gradient(top, rgba(238, 82, 0, 1) 0%, rgba(198, 69, 1, 0.99) 100%);
    background: linear-gradient(to bottom, rgba(238, 82, 0, 1) 0%, rgba(198, 69, 1, 0.99) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ee5200', endColorstr='#fcc64501', GradientType=0);
    padding-top: 2%;
    -webkit-box-shadow: 0px 10px 24px -8px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0px 10px 24px -8px rgba(0, 0, 0, 0.42);
    box-shadow: 0px 10px 24px -8px rgba(0, 0, 0, 0.42);
}
.cta-bottom p {
    text-align: center;
    display: block;
    margin: 0 auto;
    color: white;
    font-size: 20px;
    font-family: "Trebuchet MS", Tahoma, Verdana;
    margin-top: 10px;
}
.cta-bottom p:hover {
    color: #000867;
}
.home-cta-small .cta-holder {
    margin: 15% 0;
}
.wpcf7-list-item {
    display: block;
}
.google-map {
    float: left;
    width: 200px;
    padding: 15px;
}
.contact-content {
    clear: both;
    float: left;
    width: 100%;
    margin-right: 20px;
}
#footer-wrapper {
    max-width: 1000px;
    padding: 40px 0 0 0;
    margin: 0 auto;
    background: url('images/footer-bar.png') repeat-x;
}
#footer {} .footer-logo {
    float: right;
    width: 220px;
}
.footer-logo p {
    color: #000000;
    text-align: center;
}
.footer-nav {
    float: left;
}
.copyright {
    float: left;
    clear: left;
    margin: 20px 0;
    color: #ffffff;
}
/*Nav Menu ------------------------------*/

#nav {
    width: 100%;
    position: relative;
    float: left;
    z-index: 102;
    border-radius: 10px;
}
#nav ul {
    height: 53px;
    margin: 0 10px;
}
#nav ul li {
    display: inline;
    float: left;
    position: relative;
}
#nav ul li:hover {
    background-color: #e54f01;
}
#nav ul li a {
    display: block;
    float: left;
    color: #FFFFFF;
    font-size: 15px;
    padding: 0 28px;
    text-transform: uppercase;
    line-height: 53px;
    margin: 0;
}
#nav ul ul {
    position: absolute;
    left: 0;
    top: 53px;
    display: none;
    border: solid 1px #999999;
    margin: 0;
    background: #cacee8;
    height: auto;
    width: 150px;
}
#nav ul li:hover ul {
    display: block;
}
#nav ul ul li {
    display: block;
    width: 100%;
    float: none;
    border-bottom: 1px solid #999;
}
#nav ul ul a {
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    padding: 5px;
    width: 140px;
    line-height: normal;
    float: none;
    color: #424242;
}
#nav ul ul li:hover a {
    color: #ffffff;
}
#nav ul ul li:last-child {
    border-bottom: none;
}
.footer-nav ul li {
    display: inline;
    margin-right: 10px;
}
.footer-nav ul li:last-child {
    margin-right: 0;
}
/* RD Menu

-------------------------------------------------------------------------------*/

.icon-plus {
    position: absolute;
    top: 20px;
    width: 50px;
    padding: 6px 0;
    margin-top: -20px;
    right: 0;
    font-size: 28px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    z-index: 6;
}
#nav-rd {
    display: none;
    clear: both;
    width: 100%;
    position: relative;
    z-index: 999999999;
}
#nav-rd a {
    text-transform: uppercase;
    width: 90%;
}
.menu-panel {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
    float: left;
    color: #ffffff;
    margin: 0;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    height: 37px;
    border-style: ridge none ridge none;
    border-color: #dddddd;
    border-width: 2px;
    background: url('images/menu-bar.png') repeat-x;
}
.menu-panel p {
    position: absolute;
    color: #ffffff;
    font-size: 16px;
    margin-left: 10px;
    top: 50%;
    margin-top: -10px;
    text-shadow: black 0.1em 0.1em 0.1em;
}
.menu-button {
    content: '';
    position: absolute;
    width: 27px;
    height: 4px;
    background: #fff;
    box-shadow: 0 8px 0 #fff, 0 16px 0 #fff;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}
#nav-rd ul {
    display: block;
    float: left;
    cursor: pointer;
    text-align: left;
    width: 100%;
    clear: both;
    margin: 0;
}
#nav-rd ul ul,
#nav-rd ul ul ul {
    display: none;
    float: left;
    list-style: none;
    margin: 0;
    clear: both;
    width: 100%;
}
#nav-rd .clicked > ul {
    display: block;
}
#nav-rd ul li a {
    padding: 5px 10px;
    line-height: 30px;
    text-decoration: none;
    font-size: 14px;
    display: block;
    color: #fff;
    text-shadow: black 0.1em 0.1em 0.1em;
    margin: 0;
    font-weight: bold;
    float: left;
}
#nav-rd ul ul li a {
    padding-left: 20px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-shadow: none;
    float: left;
}
#nav-rd ul ul ul li a {
    color: #2e2e2e;
    margin-left: 10px;
    font-size: 14px;
    text-shadow: none;
    float: left;
}
#nav-rd ul li {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    z-index: 4;
    border-style: none none ridge none;
    border-color: #dddddd;
    border-width: 2px;
    margin: 0;
    clear: both;
}
#nav-rd ul ul li {
    position: relative;
    float: left;
    width: 100%;
    background-color: #cacee8;
    clear: both;
}
#nav-rd ul ul ul li {
    background-color: #ffffff;
    position: relative;
    float: left;
    width: 100%;
}
.rd-menu {
    display: none;
    float: left;
    width: 100%;
    background: #e54f01;
}
.rd-menu.open {
    display: block;
}
/*Small Search ------------------------------------- */

.search-small {
    float: left;
    width: 100%;
    padding: 9px 0;
    border-style: none none ridge none;
    border-color: #dddddd;
    border-width: 2px;
}
.search-small .searchform {
    margin-left: 10px;
    margin-bottom: 0;
}
.search-small .searchbox {
    background: #ffffff;
}
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?902b5u');
    src: url('fonts/icomoon.eot?#iefix902b5u') format('embedded-opentype'), url('fonts/icomoon.woff?902b5u') format('woff'), url('fonts/icomoon.ttf?902b5u') format('truetype'), url('fonts/icomoon.svg?902b5u#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
    content: "\e601";
}
.icon-play:before {
    content: "\e600";
}
.icon-plus:before {
    content: "\e603";
}
.clicked > .icon-plus:before {
    content: "\e602";
}
/* Media queries!

-------------------------------------------------------------------------------*/
/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .logo {
        max-width: 60%;
        margin-top: 20px;
    }
    .right-header {} .phone {} .entry-content {
        width: 65%;
        float: left;
    }
    #home-images {
        display: none;
    }
    #home-content-text {
        width: 100%;
        float: none;
        margin-top: 0;
    }
    #home-sidebar,
    #inner-sidebar {
        width: 215px;
        float: right;
    }
    #inner-sidebar .get-a-quote {
        width: 195px;
    }
    .get-a-quote {
        float: right;
    }
    .search-top {
        display: none;
    }
    #nav {
        display: none;
    }
    #nav-rd {
        display: block;
    }
    #nav-wrapper .container {
        width: 100%;
    }
    .container {
        width: 96%;
        margin: 0 auto;
    }
    .home-ctas {
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .ctaproducts {
        float: left;
        margin: 5px;
    }
    .ctaproducts img {} .ctaproducts p {
        margin: 0 auto;
    }
    .misc-space img {
        margin-bottom: 0;
    }
    .footer-nav,
    .footer-logo,
    .ad-space-misc {
        display: none;
    }
    .home .misc-space {
        float: none;
    }
    .copyright {
        float: none;
        margin: 0;
        font-size: 12px;
    }
    #footer-wrapper {
        padding: 10px 0;
    }
    .blog-feed-home {
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-tag {
        display: none;
    }
}
/* Small Tablet (7 inch tablets) */

@media only screen and (max-width: 767px) {

    .banner-container {
        min-height: 294px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
    }
}
@media only screen and (min-width: 650px) and (max-width: 767px) {

    .logo {
        max-width: 60%;
        margin-top: 20px;
    }
    .right-header {} .phone {} .entry-content {
        width: 63%;
        float: left;
    }
    #home-images {
        display: none;
    }
    #home-content-text {
        width: 100%;
        float: none;
        margin-top: 0;
    }
    #home-sidebar,
    #inner-sidebar {
        width: 33.33333%;
        float: right;
    }
    #inner-sidebar .get-a-quote {
        width: 100%;
    }
    .get-a-quote {
        float: right;
    }
    .search-top {
        display: none;
    }
    #nav {
        display: none;
    }
    #nav-rd {
        display: block;
    }
    #nav-wrapper .container {
        width: 100%;
    }
    .container {
        width: 96%;
        margin: 0 auto;
    }
    .home .entry-content,
    .entry-content {
        width: 61%;
    }
    .home-ctas {
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .ctaproducts {
        width: 48%;
        float: left;
        margin-bottom: 10px;
    }
    .ctaproducts img {
        float: left;
        width: 66px;
        height: auto;
    }
    .ctaproducts p {
        margin: 0;
        float: left;
    }
    .misc-space img {
        margin-bottom: 0;
    }
    .footer-nav,
    .footer-logo,
    .ad-space-misc {
        display: none;
    }
    .home .misc-space {
        float: none;
    }
    .copyright {
        float: none;
        margin: 0;
        font-size: 12px;
    }
    #footer-wrapper {
        padding: 10px 0;
    }
    .blog-feed-home {
        width: 100%;
        margin-bottom: 10px;
    }
    .google-map {
        float: none;
        width: 100%;
    }
    .google-map iframe {
        max-width: 100%;
        max-height: 230px;
    }
    .wpcf7 {
    }
    .contact-content {
        float: left;
        width: 100%;
    }
    .footer-tag {
        display: none;
    }
}
/* Mobile Landscape Size to Tablet Portrait (Iphone 5) */

@media only screen and (min-width: 524px) and (max-width: 649px) {
    .entry-content img {
        max-width: 42%;
    }
    .right-header {
        width: 278px;
        margin: 5px auto;
        float: none;
    }
    .phone {
        text-align: center;
    }
    .home .entry-content,
    .entry-content {
        width: 100%;
        float: none;
    }
    #home-images {
        display: none;
    }
    #home-content-text {
        width: 100%;
        float: none;
        margin-top: 0;
    }
    #home-sidebar {
        width: 267px;
        margin: 0 auto;
        float: none;
    }
    #inner-sidebar {
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .get-a-quote {
        margin-left: -10px;
    }
    .search-top {
        display: none;
    }
    #nav {
        display: none;
    }
    #nav-rd {
        display: block;
    }
    #nav-wrapper .container {
        width: 100%;
    }
    .container {
        width: 96%;
        margin: 0 auto;
    }
    .blog-post,
    .blog-categories {
        float: none;
        width: 100%;
    }
    .home-ctas {
        width: 275px;
        margin: 0 auto;
        float: none;
    }
    .cta {
        width: 100%;
    }
    .home-cta-large {
        display: none;
    }
    .home-cta-small {
        display: block;
    }
    .misc-space img {
        margin-bottom: 0;
    }
    .footer-nav,
    .footer-logo,
    .ad-space-misc {
        display: none;
    }
    .copyright {
        float: none;
        margin: 0;
        font-size: 12px;
    }
    #footer-wrapper {
        padding: 10px 0;
    }
    .blog-feed-home {
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-tag {
        display: none;
    }
}
/* Mobile Portrait Size to Mobile Landscape Size (Iphone 4) */

@media only screen and (max-width: 523px) {
    .banner-container {
        min-height: 200px;
        display: inline-block;
        width: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
    }
    .logo-container {
        margin-bottom: 20px;
        min-width: 100%;
        display: inline-block;
    }
    .logo-text {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .entry-content img {
        max-width: 42%;
        height: auto !important;
    }
    .logo {
        float: none;
        max-width: 90%;
        height:auto;
        display:block;
        margin: 0 auto;
    }
    .social-media .textwidget {
        float: none;
        width: 100%;
        max-width: 98px;
        margin: auto;
        display: block;
    }
    .right-header {
        font-size: 22px;
        width: 278px;
        margin: 5px auto;
        float: none;
    }
    .phone {
        text-align: center;
    }
    .get-a-quote {
        margin-left: -10px;
    }
    .home .entry-content,
    .entry-content {
        width: 100%;
        float: none;
    }
    #home-images {
        display: none;
    }
    #home-content-text {
        width: 100%;
        float: none;
        margin-top: 0;
    }
    #home-sidebar {
        width: 275px;
        margin: 0 auto;
        float: none;
    }
    #inner-sidebar {
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .search-top {
        display: none;
    }
    #nav {
        display: none;
    }
    #nav-rd {
        display: block;
    }
    #nav-wrapper .container {
        width: 100%;
    }
    .container {
        width: 96%;
        margin: 0 auto;
    }
    .blog-post,
    .blog-categories {
        float: none;
        width: 100%;
    }
    .home-ctas {
        width: 275px;
        margin: 0 auto;
        float: none;
    }
    .cta {
        width: 100%;
    }
    .home-cta-large {
        display: none;
    }
    .home-cta-small {
        display: block;
    }
    .footer-nav,
    .footer-logo,
    .ad-space-misc {
        display: none;
    }
    .copyright {
        float: none;
        margin: 0;
        font-size: 12px;
    }
    #footer-wrapper {
        padding: 10px 0;
    }
    .blog-feed-home {
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-tag {
        display: none;
    }
}
@media print {}
/* FOOTER CTA */

#footer-cta,
#footer-cta * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#footer-cta .container {
    padding: 0 4.5em 3em;
    max-width: 1000px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#001188+0,000b5b+100 */
    
    background: #001188;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #001188 0%, #000b5b 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #001188 0%, #000b5b 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #001188 0%, #000b5b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#001188', endColorstr='#000b5b', GradientType=0);
    /* IE6-9 */
    
    border-bottom: 2px solid #f8772c;
}
#footer-cta .cta-text {
    width: 45%;
    min-height: 274px;
    display: inline-block;
    vertical-align: top;
    background: url(images/footerForm-textBackground.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    padding: 0 1em;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
#footer-cta .cta-text .cta-text--inner {
    color: #ffffff;
    font-size: 18px;
    padding: 3em 1.75em;
}
#footer-cta .cta-text h3 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 1em;
}
#footer-cta .cta-text p {
    margin-bottom: 1.5em;
}
#footer-cta .cta-text .heading-text {
    font-size: 20px;
}
#footer-cta .cta-text .sub-text {
    font-size: 13px;
}
#footer-cta .cta-form {
    width: 55%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0.3em 3em;
    position: relative;
}
#footer-cta .cta-form .form-input.input-half:first-of-type,
#footer-cta .cta-form .form-input.first {
    padding-right: 1em;
}
#footer-cta .cta-form .form-input.form-buttons {
    padding: 0;
}
#footer-cta .cta-form .form-input.input-half {
    width: 50%;
    float: left;
    padding-bottom: 1em;
}
#footer-cta .cta-form .form-input input[type=text],
#footer-cta .cta-form .form-input input[type=tel],
#footer-cta .cta-form .form-input input[type=email],
#footer-cta .cta-form .form-input input[type=password],
#footer-cta .cta-form .form-input textarea {
    width: 100%;
    min-height: 36px;
    border: 0;
    background: #ffffff;
    border-radius: 0;
    text-indent: 10px;
    font-family: "Arial", sans-serif;
    font-size: 12px;
}
#footer-cta .cta-form .form-input textarea {
    max-height: 96px;
    padding-top: 10px;
    text-indent: 8px;
    display: block;
}
#footer-cta .cta-form .form-buttons input[type=submit] {
    position: relative;
    z-index: 10;
    cursor: pointer;
    padding: 0.7em 2em;
    border: 0;
    font-size: 14px;
    color: #ffffff;
    text-shadow: 0 1px 0 #b75500;
    text-transform: uppercase;
    border-radius: 0 0 10px 10px;
    background: #f87f36;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #f87f36 0%, #f95400 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #f87f36 0%, #f95400 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #f87f36 0%, #f95400 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f87f36', endColorstr='#f95400', GradientType=0);
    /* IE6-9 */
}
#footer-cta .cta-form .form-buttons input[type=submit]:hover {
    background: #f95400;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #f95400 0%, #f87f36 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #f95400 0%, #f87f36 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #f95400 0%, #f87f36 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f95400', endColorstr='#f87f36', GradientType=0);
    /* IE6-9 */
}
.clear {
    float: none;
    clear: both;
}
.clear:after {
    content: ' ';
    clear: both;
}
@media only screen and (max-width: 1024px) {
    #footer-cta .container {
        padding: 0 2em 1em;
    }
    #footer-cta .cta-text .cta-text--inner {
        padding: 1em;
    }
}
@media only screen and (max-width: 960px) {
    #footer-cta .container {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    #footer-cta .cta-text h3 {
        font-size: 24px;
    }
    #footer-cta .cta-text .heading-text {
        font-size: 18px;
    }
    #footer-cta .cta-text .cta-text--inner {
        font-size: 16px;
    }
}
@media only screen and (max-width: 649px) {
    #footer-cta .cta-text {
        width: 100%;
        height: auto;
        min-height: inherit;
        display: block;
        margin: 0 auto 2em;
    }
    #footer-cta .cta-form {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 0;
    }
}
@media only screen and (max-width: 480px) {
    #footer-cta .cta-form .form-input.input-half {
        width: 100%;
        float: none;
    }
    #footer-cta .cta-form .form-input.input-half:first-of-type,
    #footer-cta .cta-form .form-input.first {
        padding-right: 0;
    }
    #footer-cta .cta-form .form-buttons input[type=submit] {
        width: 100%;
        display: block;
    }
}