/*
	Theme Name: ElectricalCo Theme
	Theme URI: http://appfinite.com/shop/electricalco/
	Description: This is the ElectricalCo theme created for the Genesis Framework.
	Author: Appfinite
	Author URI: http://www.appfinite.com/

	Version: 1.5

	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, rtl-language-support

	Template: genesis
	Template Version: 2.2+

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 20px;
    font-size: 2.0rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

.home .site-container {
	font-size: 24px;
	font-size: 2.4rem;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #19c1ff;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

.image-section h2,
.solid-section h2 {
	font-size: 54px;
}

h3 {
	font-size: 30px;
	font-size: 3rem;
}

.front-page h3 {
    font-weight: 300;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

.image-section h4,
.solid-section h4 {
	font-size: 54px;
	font-size: 5.4rem;
	font-weight: 300;
	margin-bottom: 40px;
}

.front-page-1 .image-section h4 {
	margin-bottom: 10px;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #1498f4;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 10px 30px;
	text-transform: uppercase;
	width: auto;
	word-spacing: 2px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #117ac4;
	color: #fff;
}

.site-inner .button:hover,
.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #19c1ff;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.site-inner .gform_wrapper .gform_footer input.button, 
.site-inner .gform_wrapper .gform_footer input[type=submit] {
    font-size: 16px;
}

.site-inner .gform_wrapper input[type=text], 
.site-inner .gform_wrapper input[type=url], 
.site-inner .gform_wrapper input[type=email], 
.site-inner .gform_wrapper input[type=tel], 
.site-inner .gform_wrapper input[type=number], 
.site-inner .gform_wrapper input[type=password] {
	padding: 20px;
}

.site-inner .gform_wrapper ul li.gfield {
    margin-bottom: 20px;
}

/* Buttons and Colors */

a.button.medium {
	font-size: 16px;
	font-weight: 300;
	padding: 12px 60px;
}

a.button.large {
	font-size: 18px;
	font-weight: 300;
	padding: 15px 60px;
}

a.button.clear-button {
	background: none;
	border: 1px solid #fff;
}

a.button.clear-button:hover {
    border: 1px solid #19c1ff;
}

a.button.black {
	background: #000;
}

a.button.white {
	background: #fff;
	color: #333;
}

a.button.white-clear {
	background: none;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 300;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.home .site-inner,
.home .wrap,
.site-header .wrap {
	float: none;
	margin: 0 auto;
	max-width: 1300px;
}
.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	max-width: 1180px;
}
.front-page-1 .wrap {
	float: none;
	margin: 0 auto;
	max-width: 1300px;
}

.site-inner {
    background-color: transparent;
    clear: both;
    margin-top: -215px;
	position: relative;
	z-index: 9;
	-word-wrap: break-word;
}


.electricalco-landing .site-container .site-inner {
	margin-top: 100px;
}

.secondary-nav .site-inner {
	margin-top: 250px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 700px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 375px;
	margin-right: 40px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-bottom: 40px;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.author-box .avatar {
	border-radius: 99%;
	-moz-border-radius: 99%;
	-ms-border-radius: 99%;
	-webkit-border-radius: 99%;
	height: 100px;
	width: 100px;
}

.entry-comments .avatar {
	height: 70px;
	width: 70px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	border-radius: 99%;
	margin: 0 16px 24px 0;
	-moz-border-radius: 99%;
	-ms-border-radius: 99%;
	-webkit-border-radius: 99%;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #222;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #19c1ff;
}

.sidebar .widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.footer-widgets .widget-title {
	color: #fff;
	font-size: 30px;
	font-size: 3.0rem;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

.featuredpage .entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	/*color: #fff;*/
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	/*border: 1px solid #333;*/
}

.enews-widget input {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: 1.5px;
	margin-bottom: 16px;
	margin-right: 10px;
	padding: 16px 14px;
	width: 20%;
}

.enews-widget input[type="submit"] {
	background-color: #19c1ff;
	color: #fff;
	margin: 0;
	/*width: 100%;*/
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	opacity: .6;
}

.enews form + p {
	/*margin-top: 24px;*/
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.front-page .site-header {
	border-bottom: 1px solid #ddd;
}

.featured-section .site-header {
	background-color: transparent;
	border-bottom: 1px solid #ddd;
}

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}


.site-header.light {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	padding-top: 0;
}

.site-header.light .nav-secondary {
	display: none;
}

.admin-bar .site-header {
	top: 32px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 25px 0;
	width: 360px;
}

.site-title {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.front-page .site-header .site-title a,
.front-page .site-header .site-title a:hover {
	color: #fff;
}

.front-page .site-header.light .site-title a,
.front-page .site-header.light .site-title a:hover {
	color: #333;
}

.header-image .title-area,
.header-image .site-header.light .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 76px;
	text-indent: -9999px;
}

.header-image .light .site-title > a {
	height: 56px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 30px 15px;
	word-wrap: break-word;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
	color: #1498f4;
}

.site-header.light .genesis-nav-menu a {
	/*padding: 30px 15px;*/
}

.site-header.light .genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu li.highlight a:hover::before {
	color: #fff;
}

.genesis-nav-menu li.highlight > a {
	font-weight: 800;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
    letter-spacing: 0px;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 300px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #222;
	color: #fff;
	padding: 20px;
	position: relative;
	width: 300px;
	font-size: 16px;
    letter-spacing: 0px;
    line-height: normal;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #1498f4;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -53px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	text-align: center;
}

.nav-primary .genesis-nav-menu {
	float: right;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	border-bottom: 1px solid #444;
}

/* Footer Navigation
--------------------------------------------- */

.nav-footer .genesis-nav-menu {
	padding: 20px 0;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 400;
	letter-spacing: 3px;
	margin: 0 20px;
	padding: 0;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #333;
	content: "\f333";
	font: normal 24px/1 "dashicons";
	margin: 0 auto;
}

.nav-secondary .responsive-menu-icon {
	margin: 10px auto 0;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* Front Page
--------------------------------------------- */

.image-section,
.solid-section {
	clear: both;
	text-align: center;
	width: 100%;
}

.image-section {
	display: table;
	overflow: hidden;
	/* padding: 200px 0 180px; */
	table-layout: fixed;
	width: 100%;
}

.image-section .widget-area {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.image-section,
.image-section a {
	color: #fff;
}

.image-section a:hover,
.image-section .featured-content .entry-title a:hover {
	color: #19c1ff;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7,
.front-page-8,
.footer-widgets {
	/*margin-top: -54px;*/
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
}

.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7,
.footer-widgets {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.front-page-1 {
	position: relative;
}

.front-page-1 .image-section {
	/* padding: 180px 0 160px; */
}

.front-page-1 .flexible-widgets {
	/* padding-top: 100px; */
}

.front-page-1 p {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 1px;
}

.front-page-1 small {
	text-transform: uppercase;
}

.secondary-nav .front-page-1 .image-section {
	padding-top: 150px;
}

.bottom-image {
	/*margin-bottom: -120px;*/
	margin-bottom: -140px;
	margin-top: 100px;
}

.bottom-image img {
	margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
	margin-bottom: 0;
}

.fp-left {
	float: left;
	display: inline-block;
  margin-top: 100px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 49%;
  vertical-align: top;
}

.fp-right {
	display: inline-block;
  margin: 0;
  max-width: none;
  padding: 0;
  position: relative;
  text-align: left;
  width: 40%;
  vertical-align: top;
}

.fp-right img {
	max-width: none;
}

.fp-left2 {
	display: inline-block;
  margin: 0;
  max-width: none;
  min-height: 790px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 40%;
  vertical-align: top;
}

.fp-right2 {
	float: right;
	display: inline-block;
  margin-top: 100px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 49%;
  vertical-align: top;
}

.fp-left2 img {
	max-width: none;
	position: absolute;
	right: 0;
}

.fp-left li,
.fp-right2 li {
	list-style-type: disc;
}

/* Dashicons
--------------------------------------------- */

.front-page .dashicons {
	font-size: 40px;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
	padding-bottom: 0;
}

.flexible-widgets .widget {
	margin: 0 0 40px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}
	
.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

.flexible-widgets.widget-halves h2,
.flexible-widgets.widget-thirds h2,
.flexible-widgets.widget-fourths h2 {
	font-size: 36px;
}

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 50px;
	padding: 0;
}

.content .entry {
	/*background-color: #fff;*/
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.content ol,
.content ul {
	margin-bottom: 28px;
	margin-left: 24px;
}

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

.entry-content ul > li {
	list-style-type: disc;
}

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

.content ol ol,
.content ul ul {
	margin-bottom: 0;
}


.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## After Entry
--------------------------------------------- */

.after-entry {
	margin-bottom: 40px;
}

.after-entry h3 {
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination ul {
	margin-left: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 4px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #19c1ff;
	text-decoration: underline;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px 0;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment { }

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p {
	margin-bottom: 12px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background: url(../electricalco/images/bg-form-big.png) no-repeat;
	margin-bottom: 40px;
	padding: 40px 30px;
	box-shadow: 0px 0px 13px -8px #000;
	border-bottom: 7px solid #e6d530;
	background-size: cover;
    background-position: top right;
}

.sidebar #custom_html-10.widget {
    background: url(../electricalco/images/bg-form.png) no-repeat;
    margin-bottom: 40px;
    padding: 40px 30px;
    box-shadow: -2px 3px 13px -9px #000;
    border-bottom: 7px solid #e6d530;
    background-size: cover;
    background-position: top right;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #000;
	background-image: url(images/footer-bg.jpg);
	clear: both;
	font-size: 18px;
}

.footer-widgets .wrap {
	padding-bottom: 60px;
	padding-top: 100px;
}

.footer-widgets,
.footer-widgets a {
	color: #fff;
}

.footer-widgets a {
	font-weight: 400;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin: 0 3.3% 0 0;
	width: 30.555555555%;
}

.footer-widgets-3 {
	width: 30.555555555%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Plans
---------------------------------------------------------------------------------------------------- */

.plans {
	clear: both;
	color: #666;
	font-size: 20px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.plans ul {
	margin: 0;
}

.plans ul li {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

.plans .first,
.plans .second,
.plans .third {
	background-color: #fff;
	border: 1px solid #ddd;
	float: left;
	margin: 20px 2%;
	padding: 40px 10px;
	width: 29.3%;
}

.plans .third {
	float: right;
}

.plans .price {
	font-size: 70px;
	margin: 0 0 20px;
}

.plans sup {
	font-size: 30px;
}

.plans .monthly {
	font-size: 18px;
}

.plans h3 {
	color: #888;
	font-size: 20px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.plans strong {
	color: #333;
}

.plans .button {
	font-size: 20px;
	margin-top: 20px;
	padding: 8px 40px;
}

.home .plans hr {
	margin: 20px auto 30px;
}

/* Circle / Arrow 
--------------------------------------------- */

.arrow {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 2px solid #19c1ff;
  border-radius: 50%;
  margin-left: 0.75em;
  margin-bottom: 40px;
}

.arrow:hover {
	opacity: .5;
}

.arrow:after {
  content: '';
	display: inline-block;
  margin-top: 14px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #19c1ff;
  border-right: 2px solid #19c1ff;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}	

/* Progress Bar
--------------------------------------------- */

.progress {
	background: #eee;
	border-radius: 30px;
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.progress-bar {
	 background: #19C1ff;
	 height: 100%;
	 padding: 8px 20px;
	 text-align: left;
}

.front-page-2 .progress-bar,
.front-page-6 .progress-bar {
	background: #222;
}

/*
Portfolio
---------------------------------------------------------------------------------------------------- */

.entry-portfolio {
	margin: 0 0 40px;
	padding: 0;
}

.content .portfolio {
	background: none;
	float: left;
	margin: 0 2% 40px 0 !important;
	overflow: hidden;
	padding: 0;
	width: 30.555555555%;
}

.portfolio .post-image {
	border: none;
	margin: 0 0 10px;
	padding: 0;
}

.portfolio .post-image:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	opacity: 0.6;
}

.portfolio .post .entry-title {
	font-size: 24px;
	font-weight: 400;
	margin: 10px 0;
}

.portfolio .entry-title a {
	color: #333;
}

.portfolio .entry-title a:hover {
	color: #19c1ff;
}
	
.portfolio .entry-title a {
	margin: 0;
	text-decoration: none;
}

.portfolio .more-link {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #19c1ff;
	color: #fff;
	display: block;
	padding: 8px 12px;;
	margin: 20px 0 0;
	text-align: center;
	text-decoration: none;	
	max-width: 150px;
}
	
.content .portfolio .more-link:hover {
	background: #555;
	color: #fff;
}

.portfolio-clear {
	clear: none;
}

.portfolio-clear-2 {
	clear: both;
}


/* # Miscelaneous
---------------------------------------------------------------------------------------------------- */

.uppercase {
	text-transform: uppercase;
}

.tiny {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
}

.tiny2 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1px;
}

small {
	letter-spacing: 1px;
}

.small {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
}

.italic {
	font-style: italic;
}

.leftrow {
	background: #fff;
	color: #333;
	float: left;
	min-height: 320px;
	padding: 70px 30px 40px;
	text-align: left;
	width: 60%;
}

.rightrow {
	background: rgba(23, 148, 255, 0.8);
	color: #fff;
	float: right;
	min-height: 320px;
	padding: 70px 30px 40px;
	text-align: center;
	width: 40%;
}

.home hr {
	border: none;
	border-top: 1px solid #fff;
	display: block;
	height: 1px;
	margin: 20px auto 30px;
	width: 120px;
}

.front-page-4 hr,
.front-page-8 hr {
	border-top: 1px solid #19c1ff;
}

.features {
	text-align: left;
}

.features .fa {
	font-size: 40px;
	float: left;
	padding: 0 20px 0 0;
}

div.pp_default .pp_content,
div.light_rounded .pp_content {
	background-color: #000 !important
}

div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_content_container .pp_content,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
	background: none !important;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #e6d530;
	color: #404040;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer p {
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 0;
	font-weight: 600;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #19c1ff;
}

/* # DEVELOPMENT CODES
---------------------------------------------------------------------------------------------------- */
.top-header-widget {
    position: fixed;
    width: 100%;
	background: #000;
	z-index: 99999;
}
.site-header{
	top: 40px;
}

.top-header-widget .widget-wrap {
    max-width: 1300px;
    margin: 0 auto;
}

.top-header-widget .one-half.first p,.top-header-widget .one-half.last {
    font-size: 16px;
    color: #e7d627;
    margin: 7px 0px;
    font-weight: 700;
}

.top-header-widget .one-half.last {
    text-align: right;
	float: right;
}

.top-header-widget .one-half.last a.btn.one {
    background: #1498f4;
    color: #FFF;
    padding: 10px;
    margin-left: 20px;
}

.top-header-widget .one-half.last a.btn.two {
    background: #53b900;
    color: #FFF;
    padding: 10px;
    margin-left: 10px;
}

.top-header-widget .one-half.last a {
    color: #e7d627;
}

.title-area {
    background: url(../electricalco/images/logo.jpg) no-repeat;
    width: 313px;
	margin: 10px 0px;
    padding: 0px;
    background-size: 100%;
    background-position: center;
}

.site-title {
    text-indent: -9999px;
    height: 53px;
}

.site-title a {
    width: 313px;
    height: 53px;
    display: block;
}

.top-header-widget .one-half.first {
    margin-bottom: 0px;
}

.home .site-inner {
    margin-top: 118px;
	max-width: 100%;
}

.home .soliloquy-caption.soliloquy-caption-bottom {
    top: 0;
}

.home .soliloquy-caption-inside .one-half.first {
    width: 49%;
    float: left;
    text-align: left;
}

.home .soliloquy-caption-inside {
    background: none !important;
	padding: 100px 50px !important;
}

.home .soliloquy-caption-inside h2 {
    font-size: 56px;
}

.home .soliloquy-caption-inside h2:after {
    content: ' ';
    border-bottom: 4px solid #e6d530;
    width: 300px;
    display: block;
    padding: 10px 0px;
}

.home .soliloquy-caption-inside .one-half.first ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
	margin-left: 0px;
	margin-top: 20px;
	width: 365px;
}

.home .soliloquy-caption-inside .one-half.first ul li {
    margin-left: 0px !important;
	font-size: 30px;
    line-height: initial;
}

.home .soliloquy-caption-inside .one-half.last {
    width: 371px;
    float: right;
	margin-top: -30px;
}

.home .soliloquy-caption-inside .one-half.last form {
    background: url(../electricalco/images/bg-form.png) no-repeat;
	padding: 30px;
	border-bottom: 8px solid #e6d530;
	background-size: cover;
    background-position: right;
}

.home .soliloquy-caption-inside .one-half.last form h3.gform_title {
    font-size: 28px !important;
    text-transform: uppercase;
    color: #404040 !important;
	text-align: center;
}

.home .soliloquy-caption-inside .one-half.last form input {
    background: #FFF !important;
    border: 1px solid #b4b4b4 !important;
    padding-left: 15px !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    min-height: 45px;
}

.home .soliloquy-caption-inside .one-half.last form li {
    margin-bottom: 15px;
	padding-right: 0px;
}

.home .soliloquy-caption-inside .one-half.last form h3.gform_title:after {
    content: ' ';
    border-bottom: 4px solid #e6d530;
    width: 100%;
    display: block;
    padding: 15px 0px;
}

.home .soliloquy-caption-inside .one-half.last form .gform_button {
    background: #1398f5 !important;
    border: none !important;
    font-size: 20px !important;
	width: 100%;
}

.home .soliloquy-caption-inside .one-half.last form .gform_heading {
    margin-bottom: 30px;
}

.home .soliloquy-caption-inside .one-half.last form input.error{
	background: #FFDFE0!important;
    border: 1px solid #C89797!important;
}

.front-page-2 .one-third, .internal-section2 .one-third {
    background: #f2f2f2;
    border-top: 7px solid #e6d530;
	position: relative;
}

.front-page-2 .one-third h3, .internal-section2 .one-third h3 {
    color: #404040;
    text-transform: uppercase;
    font-size: 33px;
    text-align: left;
	font-weight: 400;
}

.front-page-2 .one-third.one, .internal-section2 .one-third.one {
    background: #f2f2f2 url(../electricalco/images/bg-sec1-electric.png) no-repeat;
	background-size: cover;
}

.front-page-2 .one-third.two, .internal-section2 .one-third.two {
    background: #f2f2f2 url(../electricalco/images/bg-sec1-aircon.png) no-repeat;
	background-size: cover;
}

.front-page-2 .one-third.three, .internal-section2 .one-third.three {
    background: #f2f2f2 url(../electricalco/images/bg-sec1-anthena.png) no-repeat;
	background-size: cover;
}

.front-page-2 .one-third.four, .internal-section2 .one-third.four {
    background: #f2f2f2 url(../electricalco/images/bg-sec1-repair.png) no-repeat;
	background-size: cover;
}

.front-page-2 .one-third.five, .internal-section2 .one-third.five {
    background: #f2f2f2 url(../electricalco/images/bg-sec1-smoke.png) no-repeat;
	background-size: cover;
}

.front-page-2 .one-third.six, .internal-section2 .one-third.six {
    background: #f2f2f2 url(../electricalco/images/bg-sec1-switch.png) no-repeat;
	background-size: cover;
}

.front-page-2 .one-third .wrap-div, .internal-section2 .one-third .wrap-div {
    padding: 50px 30px;
}

.front-page-2 .one-third .wrap-div a, .internal-section2 .one-third .wrap-div a {
    background: #FFF;
    color: #404040;
    display: block;
    float: left;
    padding: 5px 15px;
    font-size: 20px;
    border: 1px solid #8e8e8e;
	margin-bottom: 50px;
	box-shadow: 0px 1px 5px 1px #d0d0d0;
}

.front-page-2 .one-third .wrap-div a:hover, .internal-section2 .one-third .wrap-div a:hover {
    background: #1398f5;
    color: #FFF;
}

.front-page-2 .wrap, .internal-section2 .wrap {
    padding: 68px 0px;
	max-width: 1080px;
}

.front-page-3 .wrap, .front-page-5 .wrap {
    max-width: 100%;
}

.front-page-3 .one-half, .front-page-5 .one-half{
	width: 50%;
	float: left;
	box-sizing: border-box;	
	margin-bottom: 0px;
	margin-left: 0px;
}

.front-page-3 .one-half .wrap-div, .front-page-5 .one-half .wrap-div{
	max-width: 540px;	
}

.front-page-3 .one-half.first {
    background: #e6d530;
}
.front-page-3 .one-half.last{
    background: url(../electricalco/images/section-3-bg.jpg) no-repeat;
	background-size: cover;
	float: right !important;
    margin-left: 0px;

}

.front-page-3 .wrap .textwidget, .front-page-5 .wrap .textwidget {
    display: flex;
}

.front-page-3 .one-half .wrap-div h2, .front-page-5 .one-half .wrap-div h2 {
    font-size: 34px;
    text-transform: uppercase;
    text-align: left;
}

.front-page-3 .one-half.first .wrap-div, .front-page-5 .one-half.first .wrap-div {
    float: right;
    padding-top: 68px;
    padding-right: 68px;
	padding-bottom: 50px;
}

.front-page-3 .one-half.last .wrap-div, .front-page-5 .one-half.last .wrap-div {
    padding-top: 68px;
    padding-left: 40px;
}

.front-page-3 .one-half.first .wrap-div h2, .front-page-5 .one-half .wrap-div h2{
	color: #404040;
}

.front-page-3 .one-half.first .wrap-div p, .front-page-5 .one-half .wrap-div p {
    font-size: 16px;
    color: #404040;
    text-align: left;
}

.front-page-3 .one-half.last a {
    display: block;
    background: #53b900;
    float: left;
    padding: 5px 15px;
    font-size: 20px;
    text-transform: uppercase;
}

.front-page-3 .one-half .wrap-div h2:after{
    content: ' ';
    border-bottom: 4px solid #FFF;
    width: 100%;
    display: block;
    padding: 15px 0px;
}

.front-page-3 .widget, .front-page-5 .widget {
    margin-bottom: 0px !important;
}

.front-page-4 {
    background: url(../electricalco/images/home-section-4.jpg) no-repeat;
	background-size: cover;

}

.front-page-4 .wrap {
    padding: 68px;
}

.front-page-4 .wrap p {
    font-size: 16px;
    text-align: left;
    color: #FFF;
}

.front-page-4 .wrap h4 {
    font-size: 36px;
    text-transform: uppercase;
    color: #FFF;
}

.front-page-4 .wrap h4:after {
    content: ' ';
    border-bottom: 4px solid #FFF;
    display: block;
    padding: 15px 0px;
    margin: 0 auto;
    width: 725px;
}

.front-page-4 .wrap h4:before {
    content: ' ';
    background:url(../electricalco/images/zap.png) no-repeat;
    display: block;
    padding: 15px 0px;
    margin: 0 auto;
    width: 62px;
    height: 13px;
}

.front-page-4 .one-half.last a {
    background: #FFF;
    padding: 6px 20px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
	float: left;
}

.front-page-5 .one-half.first, .front-page-7{
	background: #f8f8f8;
}

.front-page-5 .one-half.last{
	background: #e6d530;
}

.front-page-5 blockquote {
    font-style: inherit;
    color: #404040;
    margin: 40px 0px 0px 0px;
    margin-top: 100px;
    text-align: left;
}

.front-page-5 .one-half.last form input, .front-page-5 .one-half.last form textarea, .front-page-5 .one-half.last form label, .front-page-5 .one-half.last form select {
    font-size: 16px !important;
    color: #404040 !important;
    line-height: unset !important;
}

.front-page-5 .one-half.last form input[type="radio"] {
    background: none !important;
}

.front-page-5 .one-half.last form label[for="input_2_1"], .front-page-5 .one-half.last form label[for="input_2_18"],
.get-quote .content-sidebar-wrap .content form label[for="input_2_18"], .get-quote .content-sidebar-wrap .content form label[for="input_2_1"] {
    display: none;
}

.front-page-5 .one-half.last form input, .front-page-5 .one-half.last form textarea, .front-page-5 .one-half.last form select {
    min-height: 40px;
	text-transform: uppercase !important;
}

.front-page-5 .one-half.last form .gfield_radio li input {
    min-height: 10px;
}

.front-page-5 .one-half.last form ul.gfield_radio{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
	margin-top: 0px;
	margin-bottom: 0px;
}

.front-page-5 .one-half.last form .ginput_container_radio {
    margin-top: -10px !important;
}

.front-page-5 .one-half.first h6 {
    text-align: left;
    color: #404040;
    margin-top: 10px;
    font-size: 20px;
}

.front-page-5 .one-half.last form .ginput_container.ginput_container_textarea {
    margin-top: 15px !important;
    margin-bottom: -10px !important;
}

.front-page-5 .one-half.last form .gfield {
    padding-right: 0px !important;
}

.front-page-5 .one-half.last form .ginput_container.ginput_container_radio {
    margin-top: 0px !important;
}

.front-page-5 .one-half.last form .ginput_container_radio ul li {
    margin-bottom: 0px;
}

.front-page-5 .one-half.last form label.gfield_label {
    text-transform: uppercase;
}

.front-page-5 .one-half.last form .gfield {
    padding-right: 0px !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.front-page-5 .one-half.first .wrap-div h2:after {
    content: ' ';
    border-bottom: 4px solid #e6d530;
    width: 100%;
    display: block;
    padding: 15px 0px;
}

.front-page-5 .one-half.last form .ginput_container {
    margin-top: 5px !important;
}

.front-page-5 .one-half.last .gform_wrapper .top_label li.gfield.gf_left_half, 
.front-page-5 .one-half.last .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 49%;
}
.front-page-5 .one-half.last .gform_wrapper .top_label li.gfield.gf_right_half {
    float: right;
	width: 48%;
}

.front-page-5 .one-half.last .gform_wrapper .top_label li.gfield.gf_left_half input, 
.front-page-5 .one-half.last .gform_wrapper .top_label li.gfield.gf_right_half input, 
.front-page-5 .one-half.last .gform_wrapper .top_label li.gfield.gf_right_half select, 
.front-page-5 .one-half.last .gform_wrapper textarea, .front-page-5 .one-half.last .gform_wrapper select{
    padding-left: 12px;
    border: 1px solid #afafaf;
}

.front-page-5 .one-half.last .gform_wrapper .gform_button {
    background: #53b900;
    color: #FFF !important;
    font-size: 20px !important;
    padding: 8px 20px;
}

.front-page-6 h4.widget-title.widgettitle, .front-page-7 h4.widget-title.widgettitle, .front-page-8 h4.widget-title.widgettitle, .internal-section6 h4.widget-title.widgettitle, .internal-section7 h4.widget-title.widgettitle {
    color: #404040;
    text-transform: uppercase;
    font-size: 30px;
}

.front-page-6 .wrap, .front-page-7 .wrap, .internal-section6 .wrap, .internal-section7 .wrap , .internal-testimonial .wrap {
    padding: 68px 0px;
}

.front-page-6 .bx-wrapper, .internal-section6 .bx-wrapper {
    width: 900px;
	margin-bottom: 0px;
}

element.style {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 75px;
}
.front-page-6 .bx-wrapper .bx-viewport, .internal-section6 .bx-wrapper .bx-viewport {
    border: none !important;
    box-shadow: none;
}
.front-page-6 .bx-wrapper .carousel li, .internal-section6 .bx-wrapper .carousel li {
    width: auto !important;
}

.front-page-6 .bx-wrapper .bx-controls-direction a, .internal-section6 .bx-wrapper .bx-controls-direction a {
    width: 26px;
    height: 46px;
}

.front-page-6 .bx-wrapper .bx-prev, .internal-section6 .bx-wrapper .bx-prev {
    background: url(../electricalco/images/arrows.png) no-repeat 0 -1px;
    left: -50px;
}

.front-page-6 .bx-wrapper .bx-prev:hover, .internal-section6 .bx-wrapper .bx-prev:hover {
    background-position: 0 -46px;
}
.front-page-6 .bx-wrapper .bx-next, .internal-section6 .bx-wrapper .bx-next {
    background: url(../electricalco/images/arrows.png) no-repeat -31px 0px;
    right: -50px;
}
.front-page-6 .bx-wrapper .bx-next:hover, .internal-section6 .bx-wrapper .bx-next:hover {
    background-position: -30px -49px;
}

.front-page-7 .wrap, .internal-section7 .wrap {
    width: 900px;
    margin: 0 auto;
	color: #404040;
}

.front-page-7 .wrap .item p, .internal-section7 .wrap .item p {
    font-size: 14px;
	margin-bottom: 0px;
}

.front-page-7 .name, .internal-section7 .name {
    font-size: 14px;
    display: block;
    color: #407ce6;
    font-weight: 600;
}

.front-page-7 .date, .internal-section7 .date {
    display: block;
    font-size: 13px;
    color: #a09595;
}

.front-page-7 .rating i, .internal-section7 .rating i {
    color: #e16e1a;
}

.front-page-7 .wrap .one-third, .internal-section7 .wrap .one-third {
    text-align: left;
}

.front-page-7 .wrap .one-third a, .internal-section7 .wrap .one-third a {
    display: inline-block;
    color: #3e96f8;
    font-size: 14px;
    text-decoration: underline;
}

.front-page-7 .wrap .item .rating, .internal-section7 .wrap .item .rating {
    margin-bottom: 0px;
}

.front-page-7 .messenger, .internal-section7 .messenger {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 40px;
    margin-bottom: 10px;
}

.front-page-7 .wrap .one-third.outer, .internal-section7 .wrap .one-third.outer {
    display: flex;
	margin-bottom: 0px;
}

.front-page-2 .one-third.four, .front-page-2 .one-third.five, .front-page-2 .one-third.six,
.internal-section2 .one-third.four, .internal-section2 .one-third.five, .internal-section2 .one-third.six {
    margin-bottom: 0px;
}

.front-page-7 .wrap .item .one-third.first, .internal-section7 .wrap .item .one-third.first {
    width: 30%;
}

.front-page-7 .wrap .item .two-third.last, .internal-section7 .wrap .item .two-third.last {
    width: 70%;
}

.front-page-7 .wrap .item .one-third.first img, .internal-section7 .wrap .item .one-third.first img{
    border-radius: 50%;
    box-shadow: 0px 2px #d0d0d0;
}

.front-page-7 .wrap .item, .internal-section7 .wrap .item {
    display: flex;
    margin-bottom: 0px;
    text-align: left;
}

.front-page-1 .widget {
    margin-bottom: 0px;
}

.front-page-2 .one-third:after, .internal-section2 .one-third:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 50px solid white;
    border-left: 50px solid #f2f2f2;
    width: 0;
}

.internal-section2 .one-third:after{
    border-bottom: 50px solid #f8f8f8;
    border-left: 50px solid #f2f2f2;
}

.front-page-6 .flexible-widgets .widget, .internal-section6 .flexible-widgets .widget {
    margin-bottom: 0px !important;
}

.internal-section2 {
    background: #f8f8f8;
}

.internal-section6, .internal-section7 {
    text-align: center;
}

.internal-section7 {
    background: #f8f8f8;
	position: relative;
}

.internal-testimonial {
    background: #e6d530;
}

.internal-testimonial h4.widget-title.widgettitle {
    color: #404040;
    text-transform: uppercase;
    font-size: 36px;
	text-align: center;
}

.internal-testimonial .bx-viewport {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    text-align: center;
}

.internal-testimonial p {
    font-size: 24px !important;
	margin-bottom: 10px;
}

.internal-testimonial span.name {
    font-size: 18px !important;
}

.sidebar h4.widget-title.widgettitle {
    font-size: 26px;
    text-align: center;
}

.internal-testimonial .bx-wrapper {
    margin-bottom: 20px;
}

.featured-media-wrap, .default-media-wrap{
	height: 430px;
    background-size: cover !important;
    background-position: center !important;
	max-width: 1300px;
    margin: 0 auto;
}

.entry-header h1.entry-title {
    color: #FFF;
    text-transform: uppercase;
    font-size: 40px;
}

.entry-header h1.entry-title:after, .sidebar #gform_widget-2 h4:after {
    content: ' ';
    border-bottom: 4px solid #e6d530;
    display: block;
    padding: 10px 0px;
}

.sidebar .widget .button {
    background: #53b900;
    font-size: 20px !important;
	width: 100% !important;
	text-align: center;
}

.sidebar .widget .button:hover {
    background: #387804;
}

.page .content-sidebar-wrap .content ul, .single .content-sidebar-wrap .content ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.page .content-sidebar-wrap .content ul li, .single .content-sidebar-wrap .content ul li {
    list-style-type: none;
	background: url(../electricalco/images/check.png) no-repeat;
	padding-left: 40px;
	background-size: 24px;
    margin-bottom: 5px;
    font-size: 16px;
}

.content-sidebar-wrap .content p {
    font-size: 16px;
}

.page header.entry-header, .single header.entry-header {
    min-height: 215px;
}

.entry-header .entry-title-tagline {
    font-size: 24px !important;
    color: #FFF;
    line-height: initial;
}

.page .content .entry-content h4, .single .content .entry-content h4 {
    text-transform: uppercase;
    font-size: 24px;
}

.sidebar .widget form input, .sidebar .widget form textarea, .sidebar .widget form select{
    border: 1px solid #afafaf;
    padding-left: 15px !important;
    min-height: 40px;
    text-transform: uppercase !important;
}

.sidebar .widget form li {
    border-bottom: none !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
	padding-right: 0px !important;
}

.sidebar #gform_widget-2 h4:after {
    margin-bottom: 25px !important;
}

ul.product li {
    background: none !important;
    text-align: center;
	padding-left: 0px;
}

ul.product li p {
    font-size: 14px !important;
}

.page .entry-content h2, .single .entry-content h2 {
    text-transform: uppercase;
}

.page .content-sidebar-wrap .content form ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

.page .content-sidebar-wrap .content form ul li {
    background: none;
	padding-left: 0px;
}

.get-quote .content-sidebar-wrap .content form .ginput_container input, 
.get-quote .content-sidebar-wrap .content form select {
    min-height: 35px;
    padding-left: 15px !important;
}

.page .site-inner, .single .site-inner {
    min-height: 500px;
}

.top-header-widget .one-half.last a.btn.one:hover {
    background: #117ac4;
}

.top-header-widget .one-half.last a.btn.two:hover,
.front-page-5 .one-half.last .gform_wrapper .gform_button:hover  {
    background: #387804;
}

.home .soliloquy-caption-inside .one-half.last form .gform_button:hover {
    background: #117ac4 !important;
}

.front-page-3 .one-half.last a:hover {
    background: #387804;
    color: #FFF;
}

.sidebar .widget form .gform_footer.top_label {
    margin-top: 0px;
    padding-top: 10px;
	padding-bottom: 0px !important;
}

.sidebar #custom_html-10.widget .button {
    background: #1498f4;
}

.sidebar #custom_html-10.widget .button:hover {
    background: #117ac4;
}

.sidebar .widget .gform_wrapper {
    margin-bottom: 0px;
}

.sidebar .widget #field_2_18 {
    margin-top: 12px !important;
}

.home .soliloquy-caption-inside .one-half.last form .gform_footer.top_label {
    margin-top: 0px !important;
    padding-top: 0px;
}

.front-page-4 .one-half.last a:hover {
    background: #1498f4;
}

.front-page-5 .gform_footer.top_label {
    margin-top: -5px;
	padding-bottom: 0px !important;
}

.floating-quote {
    display: none;
}

.floating-quote.live {
    position: fixed;
    bottom: 240px;
    z-index: 999;
	display: block;
}

.floating-quote a.btn.float {
    color: #FFF;
    background: #53b900;
    padding: 10px 15px;
    width: 100px;
    display: block;
    line-height: normal;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
}

.floating-quote a.btn.float:hover {
    background: #387804;
}

.get-quote .internal-section2, .get-quote .internal-testimonial, .get-quote .internal-section6, .get-quote .internal-section7 {
    display: none;
}

.get-quote .site-inner form {
    background: #e9e8e8;
    padding: 50px;
}

.get-quote .site-inner form .gform_button {
    display: block !important;
    margin: 0 auto !important;
}

.error404 .site-inner, .search .site-inner {
    margin-top: 170px;
}

.archive-description, .author-box {
    background: none;
	padding: 0px;
    margin-bottom: 20px;
}

.archive-title {
    color: #000;
    font-size: 27px;
}

.search header.entry-header, .archive header.entry-header {
    min-height: 20px;
}

.search p.entry-title-tagline, .archive p.entry-title-tagline {
    display: none;
}

.search .content .entry, .archive .content .entry {
    margin-bottom: 10px;
}

.sidebar li.field_description_below div.ginput_container_radio {
    margin-top: -10px !important;
}

.sidebar .widget form input[type="radio"] {
    min-height: 14px;
    line-height: unset !important;
    margin-top: 0px !important;
}

.sidebar .widget .gf_left_half, .sidebar .widget .gf_right_half {
    width: 100% !important;
    margin-top: 5px;
}
.sidebar form .gform_button {
	margin-top: 7px !important;
}

.error404 .content .entry p, .error404 .content .entry form {
    display: none;
}

.front-page-8 .wrap{
	padding: 68px 0px;
	text-align: center;
}

.front-page-8 ul.slides {
    margin-bottom: 0px;
}

.front-page-8 ul.slides li {
	display: inline-block;
    margin: 0 0.5em 0.5em 0.5em;
	margin-bottom: 0px;
}

.front-page-8 ul.slides li img {
    height: 95px;
}

.front-page-8 .flexible-widgets .widget {
    margin-bottom: 0px;
}

.front-page-3 .one-half.first .wrap-div p:last-child {
    margin-bottom: 0px;
}

.front-page-4 .one-half.first p:last-child, .front-page-4 .one-half {
    margin-bottom: 0px;
}

.front-page-5 .one-half.last .wrap-div {
    padding-bottom: 68px;
}
.front-page-5 .gform_wrapper {
    margin-bottom: 0px !important;
}

.front-page-7 .bx-viewport, .internal-section7 .bx-viewport {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
.page-ty .internal-section2, .page-ty .internal-testimonial, .page-ty .internal-section6, .page-ty .internal-section7, .page-ty .front-page-8 {
    display: none;
}