/*
Theme Name: Energy Connection Services
Author: Worcester Web Studio
Author URI: https://www.worcesterwebstudio.com
Description: Theme for the ECS website
Version: 1.0.0
*/

.alignright{
    float: right;
}
.alignleft{
    float: left;
}
.aligncenter{
    margin: 0 auto;
    display: block;
}

@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	color: #78bc39;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #3f3f3f;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

p, li, td, i, br, a, span {
	line-height: normal;
	color: #3f3f3f;
}

p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: 300;
}

a {
	color: #3f3f3f;
	transition: 0.3s;
}

#subFooter a {
	font-weight: 600;
}

body {
	word-wrap: break-word;
	font-family: 'PT Sans', sans-serif;
}

html, body {
	overflow-x: hidden !important;
}

.entry-content {
	padding-bottom: 35px;
}

section.entry-content img {
	padding: 10px; 
}

.fourteenForty {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
}
.clear {
	clear: both;
}

a:hover {
	text-decoration: none;
}

.noPad {
	padding: 0;
}

strong {
	font-weight: 600;
}

body.single .entry-footer {
	display: none;
}

/* HEADER */

header {
	margin: 0 auto;
	padding-top: 10px;
}

.contact {
	text-align: right;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 26px;
}

.social {
	text-align: right;
	padding: 26px 0 15px;
}

.logo {
	padding-top: 10px;
	max-width: 275px;
}

.social img {
	margin: 4px;
}

span.phone, span.email {
	padding-left: 8px;
	color: #5da01d;
}

/* .view {
	margin-bottom: -3px;
} */

.contact span.phone {
	font-size: 24px;
}

/* END HEADER */

/* NAV */

nav#mainMenu {
	margin: 0 auto;
	background-color: #3f3f3f;
	text-align: right;
	text-transform: uppercase;
	color: white;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
}

nav#mainMenu a {
	color: white;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
}

nav ul li {
	display: inline-block;
	padding: 12px 14px 12px;
	font-size: 20px;
	transition: 0.1s;
}

ul {
	margin-bottom: 0;
	list-style:disc outside none;
}

nav li:hover {
	background-color: #5da01d;
}

.copyright p, .copyright p a {
	color: white;
}

nav ul li ul li.current-menu-item {
    border: none;
    padding: 15px 0;
    margin: 0;
}

nav ul ul {
    display: none;
    z-index: 999;
    transition: 0.3s;
}

nav ul li:hover > ul {
    display: block;
}

nav#mainMenu ul ul {
    border-radius: 0px; 
    padding: 10px 0;
    position: absolute;
}
nav ul ul li {
    float: none; 
    position: relative;
    display: block;
    padding: 15px 0;
    margin: 0px;
}
nav ul ul li a {
    padding: 15px 0;
    color: #fff;
    margin: 0;
}

nav#mainMenu ul ul li {
	padding: 8px 20px 7px 20px;
	font-size: 15px;
	display: block;
	text-align: left;
}

nav#mainMenu ul ul ul {
	position: absolute;
    left: -135px;
    bottom: -10px;
    padding: 0;
    width: 160px;
}

nav#mainMenu ul ul {
	background-color: #3f3f3f;
	margin: 10px 20px 10px -15px;
}

nav#mainMenu ul li.current-menu-item {
	background-color: #5da01d;
}

/* Mobile Menu */

.mm-panels>.mm-panel {
	background-color: rgba(40,40,40, 0.9);
}

.mm-listview .mm-next {
	background: #2D5C00;
}

.mm-menu .mm-listview>li .mm-next:after {
	border-color: white;
}

.mobileMenu {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 72px;
	color: #fff;
	background-color: #3f3f3f;
	z-index: 9999;
	padding: 0;
	display: none;
}

.mobileMenu .navButton {
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	padding-top: 11px;
	padding-bottom: 11px;
}

ul.mm-listview li a {
	padding: 4px;
	color: #d1d1d1;
}

ul.mm-listview {
	padding: 50px 10px 10px 30px;
}

section.entry-content h3 {
	margin: 30px 0 10px;
	font-size: 18px;
}

.mobileMenu .navButton i {
	font-size: 28px;
	color: white;
}

.mobileMenu .navButton a {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}

.mobileMenu .navButton a:hover {
	text-decoration: none;
}

.mobileMenu p {
	padding: 5px 0;
}

.mm-menu {
	background: rgba(40,40,40, 0.5) !important;
	color: white !important;
}

.mm-listview li {
	font-size: 16px;
	padding-bottom: 0;
}

a.mm-title {
	display: none;
}

	.mm-panels>.mm-panel.mm-hasnavbar {
padding-top: 96px;
}

.mm-listview>li:not(.mm-divider):after, .mm-navbar {
	border-bottom: 0 !important;
}

#my-menu img {
	margin-top: 20px;
	margin-left: 15px;
}

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

	nav ul li:hover > a {
	border-bottom: 0;
	}

	nav ul li.current-menu-item {
border: 0;
}

}

#wpadminbar.mobile {
	display: none;
}

li.closeMenu {
    font-weight: 700;
    padding-top: 25px;
    font-style: italic;
}

li.closeMenu a {
    font-size: 14px;
}

/* END MOBILE NAV */

/* END NAV */

/* BODY */

ol.frequent li {
	font-size: 16px;
	margin-bottom: 10px;
	list-style: decimal;
}

.faq ul li, .faq ol li {
	list-style-position: inside;
}

.faq ul, .faq ol {
	margin-left: 25px;
	padding-bottom: 20px;
}

ol.frequent {
	margin: 40px 25px;
}

.faq h3 {
	margin-top: 40px;
}

section.entry-content {
	margin: 40px 25px 30px;
}

section.entry-content .clientLogo img {
	padding: 10px 0;
}

#pageContent h1 {
	display: inline-block;
    background-color: #5da01d;
    padding: 20px 20px 20px 220px;
    margin-top: 26px;
    color: white;
}

.ctaSidebar h3 a {
	background-color: #5da01d;
	padding: 10px 20px;
	color: white;
	font-weight: 600;
}

body.single section.entry-content {
	margin-top: 0;
}

.ctaSidebar h3 a:hover {
	background-color: #e54439;
}

.ctaSidebar h3 {
	margin: 30px 0 40px;
}

div.sp-logo-carousel-pro-section .sp-logo-carousel-pro-area .sp-lcp-item img {
	width: 100%;
	height: auto;
}

.owl-next, .owl-prev {
	display: none !important;
}

.telMobileLink {
    pointer-events: none;
}

body.page-template-homepage p, body.page-template-homepage p a, #upperBody li, #middleBody li, #lowerBody li, body.page-template-homepage h2, body.page-template-homepage h3, body.page-template-homepage h4, body.page-template-homepage h6 {
	font-family: 'PT Sans', sans-serif;
}

section.entry-content p a {
	font-weight: 600;
}

.findOne h3, .findTwo h3 {
	font-size: 15px;
}

.sidebar {
	margin-top: 40px;
	color: #3f3f3f;
	text-align: center;
}

.sidebar #primary {
	background-color: #eee;
	padding: 25px 25px 40px;
	margin-top: 25px;
}

.sidebar ul {
	list-style-type: none;
}

.sidebar a {
	font-weight: 400;
}

.featuredImage img {
	width: 100%;
	height: auto;
}


footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
	font-weight: 400;
}

.topBox {
    background-image: url(assets/img/top-bg.jpg);
    background-position: right bottom;
    min-height: 122px;
    background-repeat: no-repeat;
    background-color: #ededed;
}

body.page-template-case-study section.entry-content h4 {
	text-transform: none;
	padding: 30px 40px 20px;
	font-style: italic;
	font-size: 24px;
}

body.page-id-411 section.entry-content h4 a {
	background-color: #3f3f3f;
	color: white;
	padding: 15px 20px;
}

body.page-id-411 section.entry-content h4 a:hover {
	background-color: #5da01d;
}

body.page-id-411 section.entry-content h4 {
	margin-top: 40px;
}

footer h4 a {
	color: white;
	font-weight: 300;
}

.click h4 {
	margin-top: 10px;
}

.contact h2 {
	font-size: 22px;
	margin-bottom: 0;
}

.contact i {
	font-size: 26px;
}

#hero {
	max-width: 1920px;
	margin: 0 auto;
	background-color: #efefef;
	background-image: url('assets/img/background-hero.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

span.email a {
	color: #5da01d;
}

section.entry-content h2 {
	padding-top: 20px;
	margin-bottom: 10px;
}

.heroshot img {
	float: right;
}

.heroInfo {
	padding-top: 50px;
}

body.page-template-homepage .review p, body.page-template-homepage .review h6 {
	color: #3f3f3f;
}

.heroInfo h1{
	text-transform: uppercase;
    color: #5da01d;
    font-size: 28px;
    margin-bottom: 8px;
}

.heroInfo hr {
	background-color: #5da01d;
    height: 3px;
    width: 530px;
    margin: 0 0 22px;
}

.heroInfo li {
	font-size: 23px;
    line-height: 38px;
    margin-left: 36px;
}

#upperBody {
	background-color: #c3e1e9;
	padding: 40px 0;
	max-width: 1920px;
	margin: 0;
}

.upperText {
	text-align: left;
	font-family: 'PT Sans', sans-serif;
}

.upperText em {
	font-style: italic;
}

.upperText h1 {
	color: #5da01d;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 0; 
}

.upperText li {
	font-size: 19px;
	margin-left: 38px;
	margin-bottom: 10px;
}

.upperText hr {
	background-color: #5da01d;
	height: 2px;
	margin: 5px 0 25px 0;
	width: 410px;
}

.selection {
	text-align: center;
	color: #706d6d;
	font-family: 'PT Sans', sans-serif;
}

.selection h2 {
	font-size: 24px;
    padding-bottom: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

.logoCarousel {
	max-width: 820px;
    margin: 0 auto;
}

.clickHereTwo {
	text-align: center;
	background-color: #78bc39;
	color: white;
	padding: 20px 0;
}

.buttonBox {
	max-width: 312px;
    margin-left: 40px;
    margin-top: 5%;
    background-color: #78bc39;
}

.homeTestimonials {
	background-color: #78bc39;
	color: white;
	padding-left: 3px;
	font-size: 22px;
	text-align: left;
	text-transform: uppercase;
	margin-right: 18px;
}

.homeTestimonials a {
	color: white;
}

.homeTestimonials p, .homeTestimonials h6 {
	font-family: 'Oswald', sans-serif !important;
	font-size: 22px;
	color: white;
	font-weight: 300;
}

.homeTestimonials p {
	margin: 0;
	padding-top: 19px;
	line-height: 15px;
}

.homeTestimonials h6 {
	padding-bottom: 16px;
    margin-bottom: 0;
}

.sliderText {
	text-align: center;
	font-size: 30px;
	padding-top: 82px;
	font-family: 'PT Sans', sans-serif;
}

.sliderText p {
	color: black;
	font-size: 25px;
	padding: 25px 60px;
	color: #706d6d;
}

.sliderText h6 {
	font-size: 25px;
	font-style: italic;
	color: #706d6d;
	padding: 10px 0 25px;
	font-weight: 700;
	text-transform: none;
}

hr {
	background-color: #78bc39;
	height: 25px;
	margin: 0 auto;
	border: 0;
}

.click h4, .click p, .click h6 {
	text-transform: none;
	margin-bottom: 0;
}

.boxOne, .boxThree {
	background-color: #3f3f3f;
    color: white;
    padding: 20px 58px 0 45px;
    font-size: 17px;
}

.boxOne hr {
	background-color: white;
    height: 2px;
    margin: 12px 0 20px 0;
}

.boxOne ul {
	font-size: 17px;
}

.boxTwo h2 {
	background-color: #5da01d;
}

.homeboxes {
	height: 340px;
}

.findOne {
	padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 14px;
}

.findOne h3 {
	color: white;
    background-color: #5da01d;
    padding: 12px;
    text-align: left;
    width: 150px;
}

.boxThree hr {
	background-color: white;
    height: 2px;
    margin: 12px 0 20px 0;
}

.homeboxes li {
	font-size: 16px;
	line-height: 25px;
}

section.entry-content h2 {
	display: inline-block;
    background-color: #5da01d;
    margin-bottom: 10px;
    color: white;
    padding: 10px 25px;
    margin-top: 20px;
}

section.entry-content h2 span {
	color: white !important;
}

section.entry-content h3 {
	display: inline-block;
    background-color: #5da01d;
    margin-bottom: 10px;
    color: white;
    padding: 10px 25px;
}

section.entry-content h3:hover {
	
}

section.entry-content h3 a {
	color: white;
}

section.entry-content h4 {
	margin-bottom: 1px;
}

body.page-id-24 section.entry-content .sp-logo-carousel-pro-section {
	margin-top: 20px;
}

.boxOne h2, .boxThree h2 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 15px 0 8px 0;
}

.homeboxBG {
	background-size: cover;
	height: 308px;
}

body.page-template-homepage .selection h2 {
	color: #3f3f3f;
}

.boxTwo h2 {
	background-color: #5da01d;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
    padding: 20px;
    margin-top: -40px;
}

.boxTwo img {
	width: 100%;
	margin-bottom: -3px;
}

#middleBody {
	padding: 16px 16px 0;
	max-width: 1920px;
	margin: 0 auto;
}

#lowerBody {
	max-width: 1920px;
	margin: 0 auto;
	padding: 60px 0;
	background-color: #e9e9e9;
}

.contactEnergy {
	font-size: 25px;
	text-align: left;
	padding: 43px 94px 43px 0;
	font-family: 'PT Sans', sans-serif;
}

.contactEnergy h1 {
	text-transform: uppercase;
	font-size: 25px;
	text-align: left;
	margin: 0;
	line-height: 40px;
	font-weight: 700;
}

.contactEnergy p {
	font-size: 20px;
}

.clickHere {
	padding: 20px 0;
}

.clickHere p {
	font-family: 'Oswald', sans-serif !important;
	margin: 0;
	color: white;
	font-size: 24px;
	padding-top: 5px;
    line-height: 25px;
    text-transform: uppercase;
}

.clickHere h6 {
	font-family: 'Oswald', sans-serif !important;
	color: white;
	font-size: 25px;
	margin: 0;
	text-transform: uppercase;
}

.arrow {
    padding: 17px 0 17px 5px;
    text-align: left;
}

.arrow img {
	padding: 0;
}

.contactUsButton {
	background-color: #78bc39;
	max-width: 339px;
}

.retail, .surveyors {
	text-align: center;
	background-color: #78bc39;
	color: white;
	height: 214px;
	padding: 30px 34px 0;
}

.construction, .manufacturing {
	text-align: center;
	color: white;
	background-color: #5da01d;
	height: 214px;
	padding-top: 30px;
}

.energy, .managers {
	text-align: center;
	color: white;
	background-color: #93c1ce;
	height: 214px;
	padding-top: 30px;
}

.housebuilders, .brokers {
	text-align: center;
	color: white;
	background-color: #639aaa;
	height: 214px;
	padding-top: 30px;
}

.manufacturing h2, .housebuilders h2, .brokers h2 {
	padding: 0 46px;
}

.construction h2, .energy h2 {
	padding: 0 34px;
}

.boxes h2 {
	line-height: 24px;
	font-size: 20px;
	color: white;
	font-family: 'Oswald', sans-serif !important;
	font-weight: normal;
}

.boxes img {
	padding-bottom: 20px;
}

.managers h2 {
	padding: 0 24px;
}

.boxFour {
	padding: 20px 28px 23px;
	height: 360px;
}

.findTwo {
	padding-top: 25px;
    text-align: center;
    text-transform: uppercase;
}

.findTwo h3 {
	color: white;
    background-color: #484848;
    padding: 13px;
    text-align: left;
    width: 150px;
}

body.page-template-homepage .heroInfo li, body.page-template-homepage .works p, body.page-template-homepage .works h2 {
	color: #3f3f3f;
}

.review p {
	text-align: right;
    padding-top: 14px;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 14px;
}

.boxFour h2 {
    color: white;
    font-size: 22px;
    margin: 20px 0 8px 0;
}

.boxFour hr {
	background-color: white;
    height: 2px;
    margin: 12px 0 20px 0;
}

.boxFour li, .boxOne li, .boxThree li {
	margin-left: 19px;
}

.boxFour ul {
	color: white;
    font-size: 16px;
}

.choose {
	padding: 0 10px;
}

.sideMargin {
	margin: 0 5px;
	background-color: #5da01d;
}

img.firstComma {
	margin-bottom: 20px;
}

img.secondComma {
	margin-bottom: -20px;
    margin-left: 4px;
}

.subSection {
	padding: 20px 0;
}

.clientLogo {
	height: 160px;
	padding: 15px;
}

.clientLogo img {
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    padding: 10%;
}

.doubleBox {
	background-color: #5da01d;
    color: white;
    margin-top: 20px;
}

.click {
	padding: 20px 0 7px 20px;
	width: 180px;
}

.clickBox {
	color: white;
    background-color: #484848;
    padding: 13px;
    text-align: center;
}

.click p {
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 3px;
}

.click h4 {
	font-style: italic;
    font-size: 26px;
    padding-bottom: 17px;
}

.click h6 {
	font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 9px;
}

.works h2 {
	margin-bottom: 10px;
}

.finger {
	padding-top: 43px;
}

.works {
	padding-top: 26px;
}

.works hr {
	background-color: #4f4f4f;
	height: 3px;
	margin: 7px 0 23px 0; 
}

.works h2 {
	text-transform: uppercase;
    font-size: 20px;
}

.findThree {
	padding-top: 88px;
    text-align: center;
    text-transform: uppercase;
}

.findThree h3 {
	color: white;
    background-color: #5da01d;
    padding: 13px;
}

.selection h2 {
	text-align: center;
    text-transform: uppercase;
    color: #706d6d;
    padding-bottom: 23px;
    font-size: 26px;
    padding-top: 30px;
}

.slider {
	padding-bottom: 20px;
}

.boxFive {
	background-color: #e0e0e0;
    margin-top: 32px;
    padding-bottom: 30px;
    margin-bottom: 12px;
}

hr {
	background-color: #78bc39;
	height: 20px;
	margin-bottom: 0;
}

footer {
	padding: 50px 0 30px;
	text-align: center;
	background-color: #3f3f3f;
}

footer h2, footer h3, footer h4, body.page-template-homepage footer h2, body.page-template-homepage footer h3, body.page-template-homepage footer h4 {
	font-family: 'Oswald', sans-serif;
}

.latestNews h3, .contactUs h2 {
	color: white;
	font-size: 26px;
}

.latestNews hr {
	max-width: 175px;
	height: 2px;
	background-color: #78bc39;
	margin-bottom: 20px;
	margin-top: 8px;
}

.latestNews p, .latestNews a {
	font-size: 15px;
	color: white;
	padding-bottom: 6px;
}

.latestNews a h2:hover, .contactUs a h2:hover, .latestNews a:hover, .contactUs a:hover {
	color: #78bc39;
}

.latestNews ul li {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 13px;
    margin-bottom: 5px;
    list-style-type: none;
}

.latestNews p a {
font-weight: 600;
}

.contactUs hr {
	max-width: 175px;
	height: 2px;
	background-color: #78bc39;
	margin-bottom: 24px;
	margin-top: 8px;
}

.contactUs p, .contactUs a {
	font-size: 20px;
	color: white;
	font-weight: normal;
}

section.entry-content h3 span, section.entry-content h3 span a {
	color: white !important;
}

section.entry-content ul, section.entry-content ol {
	margin-left: 30px;
	padding: 10px 0 20px;
}

section.entry-content ol li {
	list-style: decimal;
}

.gform_wrapper input.button {
	background-color: #5da01d;
	color: white;
	padding: 7px 12px;
	text-transform: uppercase;
	font-weight: 600;
	border: 0 !important;
}

input#searchsubmit {
	background-color: #3f3f3f;
	color: white;
	padding: 5px 9px;
	text-transform: uppercase;
	font-weight: 600;
	border: 0 !important;
}

.contactUs h3 {
	color: white;
	font-size: 23px;
	text-transform: uppercase;
	padding-top: 10px;
	margin-bottom: 8px;
}

.contact h5 {
	text-transform: none;
	font-size: 22px;
	margin-bottom: 0;
}

.socialTwo {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

.socialTwo img {
	margin: 4px;
}

.twitter {
	padding-bottom: 58px;
}

#subFooter {
	background-color: #78bc39;
	color: white;
}

.copyright p {
	float: right;
	font-size: 15px;
	padding: 11px;
	margin-bottom: 0;
}

.house {
	background-size: cover;
	background-position: center;
}

.house {
	height: 360px;
}

.testimonials {
	max-height: 170px;
	overflow: hidden;
}

.doubleBox {
	height: 170px;
}

.mainContent {
	min-height: 400px;
}

.pageThumbnail {
	padding-bottom: 10px;
}

.pageThumbnail img {
	width: 100%;
	height: auto;
}

.standardPage {
	padding: 40px 0;
}

.standardPage h2 {
	margin-top: 20px;
	margin-bottom: 0;
}

.standardPage section.entry-meta {
	font-style: italic;
}

a.moretag {
	font-weight: 600;
}

body.page-template-default section.entry-content img.attachment-post-thumbnail {
	float: right;
	max-width: 250px;
	height: auto;
	padding: 20px 0 10px 20px;
}

.introText h3:nth-of-type(1), .introText h2:nth-of-type(1) {
	margin-top: 0;
}

#sidebar li.TestimonialRotatorWidget {
	background-color: #d5d5d5;
	margin-bottom: 30px;
}

#sidebar .testimonial_rotator_quote {
	margin-top: 20px;
	font-weight: 600;
	padding: 0 30px;
}

.review .testimonial_rotator_quote {
	font-size: 18px;
}

body.home .testimonial_rotator_wrap {
	margin: 0 20px;
	padding: 0 20px;
}

body.home .testimonial_rotator.template-default .testimonial_rotator_author_info {
	margin: 0 10px;
	padding: 0 10px;
}

.sidebar .testimonial_rotator_author_info {
	border: none !important;
	padding: 10px 40px !important;
	text-align: right !important;
}

body.home .testimonial_rotator_author_info {
	border: none !important;
	padding: 0 0 10px !important;
	text-align: right !important;
}

#sidebar .testimonial_rotator_quote:before, body.home .testimonial_rotator_quote:before, body.home .testimonial_rotator_quote:after, #sidebar .testimonial_rotator_quote:after {
	font-family: 'FontAwesome';
	font-size: 22px;
	margin: 7px;
	display: block;
}

#sidebar .testimonial_rotator_quote:before {
	content: "\f10d";
	text-align: left;
}

#sidebar .testimonial_rotator_quote:after {
	content: "\f10e";
	text-align: right;
}

body.home .testimonial_rotator_quote:before {
	content: "\f10d";
	text-align: left;
	margin: 0;
}

body.home .testimonial_rotator_quote:after {
	content: "\f10e";
	text-align: right;
	margin: 0;
}

body.home .testimonial_rotator_quote {
	padding: 1px;
	text-align: center;
}

/* END BODY */

@media only screen and (max-width: 1440px) {
	body.home .testimonial_rotator_wrap {
		padding: 5px;
		margin: 5px;
	}

	.heroInfo li {
		font-size: 21px;
	}

	.construction h2, .energy h2 {
		padding: 0 36px;
	}

	.clickHere p, .clickHere h6 {
		font-size: 25px;
	} 
}

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

	.boxTwo h2 {
		margin-top: -72px;
	}

	.boxOne h2, .boxThree h2, .boxFour h2 {
		font-size: 19px;
	}

	.homeboxes, .homeboxBG {
		height: 380px;
	}

	.boxes h2 {
		font-size: 19px;
	}
}

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

	.manufacturing h2, .housebuilders h2, .brokers h2 {
		padding: 0 10px;
	}

	.boxes h2 {
		font-size: 16px;
	}
	}

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

	.boxFour {
		padding: 8px;
	}

	nav#mainMenu ul li {
		font-size: 17px;
	}

	.homeboxes, .homeboxBG {
		height: 420px;
	}

	.boxTwo h2 {
		font-size: 19px;
		margin-top: -64px;
	}

	.boxOne, .boxThree {
		padding: 20px 30px;
	}

	.boxes h2 {
		font-size: 16px;
	}

	.construction h2, .energy h2 {
		padding: 0 26px;
	}

	.clickHere p, .clickHere h6 {
		font-size: 23px;
	} 
}

@media only screen and (max-width: 1024px) {
	.buttonBox {
		margin: 0 auto 20px;
	}

	.homeTestimonials {
		margin-bottom: 7px;
	}

	.upperText {
    max-width: 650px;
}

	.contactEnergy {
		padding-bottom: 5px;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1105px) {

	.arrow {
		display: none;
	}

	.fullWidth {
		width: 100% !important;
	}

	.contactUsButton {
		max-width: 204px;
	}

	nav#mainMenu ul li {
		font-size: 15px;
	}
}

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

	.clientLogo {
		height: 250px;
	}

	.logo {
		padding-bottom: 15px;
	}

	.heroshot img {
		display: none;
	}

	.heroInfo {
		padding-bottom: 30px;
	}

	#hero {
		background-position: right bottom;
	}

	.doubleBox {
		height: 200px;
	}

	.homeTestimonials {
		max-height: inherit;
	}

	.boxes {
		margin-top: 10px;
	}

	.homeboxBG {
		height: 300px;
	}

	.homeboxes, .boxFour, .review {
		height: inherit;
	}

	.boxOne, .boxTwo {
		margin-bottom: 20px;
	}

	.middleFooter {
		margin: 30px 0 20px;
	}

	#middleBody, .contactUsButton {
		margin: 16px;
	}

	#lowerBody {
		padding: 0 0 33px;
	}

	#upperBody {
		padding: 40px 0 0;
	}

	.upperText {
		margin: 0 auto;
	}

	.upperText h1 {
		text-align: center;
	}

	.upperText hr {
    margin: 5px 93px 25px 95px;
	}

	#mainMenu {
		display: none;
	}

	.mobileMenu {
		display: block;
	}
}

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

	.telMobileLink {
    	pointer-events: auto;
	}

	.topSocial .contact, .topLogo {
		text-align: right;
	}

	.contact span.phone, .contact span.email {
		font-size: 20px;
	}

	.social, .contact, .contactEnergy, .contactEnergy h1 {
  		text-align: center !important;
 	 }

 	 .contactEnergy, .contactEnergy h1 {
 	 	padding-right: 0;
 	 	padding-bottom: 0;
 	 }

	.contact i {
		font-size: 22px;
	}

	#pageContent h1 {
		font-size: 20px;
		padding-left: 40px;
	}

	.heroInfo h1 {
		font-size: 22px;
	}

	.heroInfo hr {
		width: 420px;
	}

	.heroInfo li {
		font-size: 18px;
	}

	.boxes {
		padding-left: 0;
	}

	.boxes h2 {
		font-size: 18px;
	}

	.construction h2, .energy h2 {
    	padding: 0 16px;
	}

	.manufacturing h2, .housebuilders h2 {
		padding: 0 30px;
	}

	.managers h2 {
  		padding: 0 16px;
	}

	.clickHere {
		margin-bottom: 5px;
	}

	.sliderText {
		padding: 0;
	}

	.logo {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 739px) {
  /* MOBILE STYLES */

  .hero {
  	max-width: 280px;
  	margin: 20px auto 0;
  }

    .upperText hr {
    margin: 5px auto 25px auto;
    width: 300px;
}

  #subFooter {
  	margin-bottom: 72px;
  }

  #pageContent h1 {
  	margin: 0;
  	background: none;
  	color: #5da01d;
  	padding: 10px;
  }

  .heroInfo h1 {
    text-align: center;
}

  .topBox {
  	min-height: 0;
  	text-align: center;
  }

  .fourteenForty {
  	padding: 0 10px;
  }

  .boxStyle .house {
  	display: none;
  }

  .findThree {
  	padding-top: 15px;
  }

  .topSocial {
  	padding: 0;
  }

  .topLogo img {
  	padding: 0 30px;
  	width: 100%;
  }

  .heroInfo {
  	padding-top: 20px;
  }

  .heroInfo hr {
  	width: 229px;
  	margin: 0 auto 30px;
  }

  .heroInfo li {
  	line-height: 28px;
  }

  section.entry-content {
  	margin: 15px 0;
  }

  .standardPage {
  	padding: 0;
  }

  body.page-template-case-study section.entry-content h4 {

	font-size: 18px;
	padding: 10px;
}

  .pageThumbnail img {
	width: 80%;
	padding: 20px;
	}

	.introText {
		padding: 0;
	}

	.pageThumbnail {
	text-align: center;
	}

  .upperText h1 {
  	font-size: 21px;
  }

.contactEnergy {
	padding-bottom: 25px;
}

section.entry-content ul, section.entry-content ol {
	margin-left: 0;
}

.sliderText p {
	padding: 5px 0;
}

  /* END MOBILE STYLES */ }

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

  	.selection {
  		display: none;
  	}

 	.logos {
  		padding-top: 40px;
 	}
  	
  	.hideTiny {
  		display: none;
  	}

 	 #lowerBody, .sliderText, #upperBody {
 	 	padding: 0 0 10px 0;
 	 }
  }

  @media only screen and (max-width: 339px) {
  	.upperText hr {
  		width: 90%;
  	}
  }
