/*
	Theme Name: Generate Pro Theme
	Theme URI: http://my.studiopress.com/themes/generate/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	
	Version: 2.1
	
	Tags: black, blue, green, orange, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
	
	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- 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
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Generate Pro Blue
		- Generate Pro Green
		- Generate Pro Orange
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* 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
--------------------------------------------- */

body {
	background-color: #f5f5f5;
	color: #222;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.525;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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;
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a {
	color: #4E7728;
	font-weight:400;
	text-decoration: none;
}

.site-container a:hover {
	color: #6DA638;
}

p {
	margin: 0 0 28px;
	padding: 0;
	text-align:justify;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 600;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* 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;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: none;
	color: #222;
	font-size: 16px;
	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: #222;
	opacity: 1;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #222;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #80c342;
	color: #fff;
}

.entry-content .button,
.widget-area .widget a.button,
.widget-area .widget a.button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* 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;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-header .wrap {
	background-color: #fff;
}

.site-inner {
	clear: both;
	padding-top: 6px;
}

.generate-landing .site-inner {
	max-width: 900px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary {
	float: left;
}


/* 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,
.one-eighth {
	float: left;
	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%;
}

.one-eighth {
	width: 8.5%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	border-left: 6px solid #222;
	box-shadow: 0 2px rgba(0, 0, 0, 0.05);
	margin: 0 0 40px;
	padding: 20px 50px;
}

.archive-description,
.author-box {
	background-color: #fff;
	border-left: 6px solid #222;
	box-shadow: 0 2px rgba(0, 0, 0, 0.05);
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 20px;
	margin-bottom: 4px;
}

.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: 3px;
}

.site-header .search-form input {
	border: none;
	box-shadow: 0 2px rgba(0, 0, 0, 0.05);
	font-size: 16px;
	margin-bottom: 2px;
}

.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;
}

.entry-title {
	font-size: 30px;
}

.entry .entry-header .entry-title {
	border-left: 6px solid #6DA638;
	margin-left: -60px;
	padding: 20px 54px;
	background-color: #80c342;  
	border: none;  box-shadow: inset 5px 0 rgba(0, 0, 0, 0.15);  
	color: #fff;  
	line-height: 1.25;    
	position: relative;
}

.entry .entry-header .entry-title:after {
	border-color: rgba(0, 0, 0, 0.15) #fff;
	border-style: solid;
	border-width: 0 33px 33px 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
}

.post .entry-title a:hover {
	color: #fff;
}

.entry .entry-title a,
.sidebar .widget-title a {
	color: #fff;
}

.entry-title a:hover {
	color: #80c342;
}

#featured-post-2 .entry-title {
 	font-family: 'Open Sans', sans-serif;
 	font-size: 14px;
 	background-color: #fff;
	border: none;
	box-shadow: none;
	color: #222;
}

#featured-post-2 .entry-title:after {
	border: none;
}

#featured-post-2 .entry-title a {
	color: #80c342;
}

#featured-post-2 .entry-title a:hover {
	color: #6DA638;
}

.widget-title {
	font-size: 20px;
	margin-bottom: 20px;
}

.sidebar .widget-title {
	background-color: #80c342; 
	border: none;  
	box-shadow: inset 5px 0 rgba(0, 0, 0, 0.15);  
	color: #fff;  	
	line-height: 1;  
	margin-left: -40px;  
	padding: 16px 40px 16px;  
	position: relative;
	font-size: 23px;
	font-weight: 300;
}

.sidebar .widget-title:after{
	border-color: rgba(0, 0, 0, 0.15) #fff;
	border-style: solid;
	border-width: 0 24px 24px 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
}

.footer-widgets .widget-title {
	color: #fff;
}

#googlemapswidget-1 .widget-title:before,
#googlemapswidget-2 .widget-title:before,
#googlemapswidget-3 .widget-title:before,
#googlemapswidget-4 .widget-title:before,
#googlemapswidget-5 .sidebar .widget-title:before,
#googlemapswidget-6 .sidebar .widget-title:before {
	content: "\f1e6";
	font-family: FontAwesome;
	padding-right: 10px;
}

#nav_menu-2 .widget-title:before {
	content: "\f041";
	font-family: FontAwesome;
	padding-right: 10px;
	font-size: 23px;
}

#simple-social-icons-2 .widget-title:before {
	content: "\f1e0";
	font-family: FontAwesome;
	padding-right: 10px;
}

#featured-post-3 .widget-title:before {
	content: "\f1ea";
	font-family: FontAwesome;
	padding-right: 10px;
}

#featured-custom-post-type-2 .widget-title:before {
	content: "\f1ea";
	font-family: FontAwesome;
	padding-right: 10px;
}




/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignnone {
    display: inline-block;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

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;
}

.gallery-caption {
	margin: 0 0 10px;
}

.wp-caption-text {
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
	font-size: 16px;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	clear: both;
	margin-bottom: 40px;
	overflow: hidden;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-child {
	margin-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	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 {
	background: none;
	box-shadow: none;
	margin-bottom: 10px;
	padding: 0;
}

.featured-content .entry:last-child {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 24px;
}

.featured-content .entry-header .entry-title {
	margin: 0 0 0 -40px;
	padding: 10px 34px;
}

.featured-content .entry-header .entry-meta {
	font-size: 14px;
	margin: 0 0 16px -40px;
	padding: 12px 34px;
}

.featured-content img,
.gallery img {
	width: auto;
}

.more-from-category {
	padding-top: 10px;
}

.after-entry .featured-content .entry-header .entry-title,
.home-featured .featured-content .entry-header .entry-title {
	border-color: #fff;
}

.after-entry .featured-content .entry-header .entry-meta,
.home-featured .featured-content .entry-header .entry-meta {
	background-color: #333;
	border-color: #444;
}

.footer-widgets .featured-content .entry-header .entry-meta,
.footer-widgets .featured-content .entry-header .entry-title {
	background: none;
	border: none;
	margin: 0 0 20px;
	padding: 0;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .widget#text-10,
.sidebar .widget.enews-widget {
	background-color: #222;
	color: #fff;
}

#text-10 .widget-title,
.enews-widget .widget-title {
	background-color: #80c342;
	border: none;
	box-shadow: inset 5px 0 rgba(0, 0, 0, 0.15);
	color: #fff;
	font-size: 28px;
	line-height: 1;
	margin-left: -40px;
	padding: 12px 40px 10px;
	position: relative;
}

.footer-widgets #text-10 .widget-title,
.footer-widgets .enews-widget .widget-title {
	margin-left: 0;
}

#text-10 .widget-title:before,
.enews-widget .widget-title:before {
	-webkit-font-smoothing: antialiased;
	content: "\f125";
	display: inline-block;
	font: normal 40px/1 'dashicons';
	margin-right: 20px;
	vertical-align: text-top;
}

#text-10 .widget-title:after,
.enews-widget .widget-title:after {
	border-color: rgba(0, 0, 0, 0.15) #222;
	border-style: solid;
	border-width: 0 30px 30px 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
}

.home-featured .wpcf7-form input,
.home-featured .wpcf7-form input:focus,
.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #222;
}

.wpcf7-form input,
.enews-widget input {
	font-size: 16px;
	margin-bottom: 0px;
}

.wpcf7-form input[type="submit"],
.enews-widget input[type="submit"] {
	background-color: #6DA638;
	color: #fff;
	margin: 0;
	width: 100%;
}

.wpcf7-form input:hover[type="submit"],
.enews-widget input:hover[type="submit"] {
	background-color: #80c342;
	color: #fff;
}

.textwidget form + p,
.enews form + p {
	margin-top: 24px;
}


.wpcf7-form textarea {
	height: 156px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-featured #genesis-responsive-slider {
	background: none;
	border: none;
	padding: 0;
}

.home-featured .slide-excerpt {
	background-color: #000;
}

.home-featured .slide-excerpt-border {
	border: none;
}

.home-featured .flex-direction-nav li .next {
	right: -30px;
}

.home-featured .flex-direction-nav li .prev {
	left: -30px;
}

.home-featured .flex-control-nav {
	margin: -30px 0 0;
}

.home-featured .flex-control-nav li {
	padding-left: 0;
}


.widget.genesis_responsive_slider,
.content #genesis-responsive-slider .flex-control-nav {
	margin-bottom: 0;
}

.content #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: 10px;
	left: auto;
	right: 62px !important;
	top: auto;
}

.content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: 10px;
	left: auto;
	right: 10px !important;
	top: auto;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 18px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type=submit] {
	font-size: 16px;
	padding: 16px 24px;
}

/* Genesis Responsive Slider
------------------------------------------------------------ */

.content #genesis-responsive-slider {
	-webkit-box-shadow: 0 60px 100px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0 60px 100px rgba(0, 0, 0, 0.5);
	box-shadow:         0 60px 100px rgba(0, 0, 0, 0.5);
	border: none;
	padding: 0;
}

.content #genesis-responsive-slider a:hover,
.content #genesis-responsive-slider h2 a,
.content #genesis-responsive-slider h2,
.content #genesis-responsive-slider p {
	color: #fff;
}

.content #genesis-responsive-slider a,
.content #genesis-responsive-slider h2 a:hover {
	color: #80c342;
}

.more-link {
	font-weight: 600;
}

#genesis-responsive-slider li {
	border: none;
	margin: 0;
	padding: 0;
}

.content .slide-excerpt {
	background-color: rgba(0, 0, 0, 0.7);
	border: none;
	filter: alpha(opacity=10);
	margin: 0;
	opacity: 1;
}

html > body .content .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 30px;
}

.content #genesis-responsive-slider p {
	color: #fff;
}

.widget.genesis_responsive_slider,
.content #genesis-responsive-slider .flex-control-nav {
	margin-bottom: 0;
}

.content #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: 10px;
	left: auto;
	right: 62px !important;
	top: auto;
}

.content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: 10px;
	left: auto;
	right: 10px !important;
	top: auto;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}


/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	min-height: 140px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 40px 0;
	width: 430px;
}

.header-full-width .title-area {
	width: 100%;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #222;
}

.header-image .site-title > a {
	float: left;
	min-height: 140px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 700px;
	background: url('https://pahollingworth.co.uk/wp-content/uploads/2015/01/pa-hollingworth-electricians-in-kent-information.jpg') top left no-repeat;
	background-size: cover;
}

.site-header .widget-area .widget {
	margin-bottom: 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li a {
	color: #222;
	display: block;
	padding: 20px 25px;
}

.genesis-nav-menu a:hover {
	color: #80c342;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	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: 200px;
	z-index: 99;
}

.genesis-nav-menu li .sub-menu a {
	background-color: #80c342;
	color: #fff;
	font-size: 14px;
	padding: 18px 24px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu li .sub-menu a:hover {
	background-color: #fff;
	color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -50px 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 {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 22px 24px;
}

.genesis-nav-menu > .rss > a:before,
.genesis-nav-menu > .twitter > a:before {
	-webkit-font-smoothing: antialiased;
	content: "\f303";
	display: inline-block;
	font: normal 16px/1 'dashicons';
	margin-right: 5px;
	vertical-align: top;
}

.genesis-nav-menu > .twitter > a:before {
	content: "\f301";
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu input[type="search"] {
	border: none;
	border-left: 1px dotted #ddd;
	font-size: 16px;
	padding: 20px 24px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}

.nav-primary .wrap {
	background-color: #fff;
	border-top: 4px solid #80c342;
	box-shadow: 0 2px rgba(0, 0, 0, 0.05);
}

.nav-primary .genesis-nav-menu > li.menu-item-has-children:hover > a,
.nav-primary .genesis-nav-menu > li > a:hover {
	background-color: #80c342;
	color: #fff;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu {
	margin-bottom: 20px;
}

.nav-secondary .genesis-nav-menu a {
	padding: 6px 16px;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	text-align: center;
}

.nav-primary .responsive-menu-icon::before {
	padding: 10px;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home
--------------------------------------------- */
/* Emergency Electricians in Kent */

.home-electrical-emergency em {
	font-style: normal;
}

.home-electrical-emergency h2 {
	font-size: 26px;
	margin: 0 0 10px;
}

.home-electrical-emergency .wrap {
	margin: 0 auto;
	padding-bottom: 40px;
}

.home-electrical-emergency #text-15 {
	width: 100%;
	float: left;
	clear: none;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	padding: 40px;
	margin-bottom: 0;
}

.home-electrical-emergency .button {
	font-size: 22px;
	background-color: #80c342;
	color: #fff;
	float: right;
	border-radius: 4px;
	border-bottom: 6px solid #015f2b;
	text-align: center;
}


.entry-content .button {
	font-size: 18x;
	background-color: #80c342;
	color: #fff;
	border-radius: 4px;
	border-bottom: 6px solid #015f2b;
	text-align: center;
}

.entry-content .button:hover,
.home-electrical-emergency .button:hover {
	background-color: #015f2b;

}

/* Services */

.home-services .widget-title {
	color: #fff;
	font-weight: 300;
	margin-left: -40px;
	padding: 20px 40px 20px 34px;
	background-color: #80c342; 
	border: none;  
	box-shadow: inset 5px 0 rgba(0, 0, 0, 0.15);  
	color: #fff;  	
	line-height: 1;  
	margin-left: -40px;  
	padding: 16px 40px 16px;  
	position: relative;
	font-size: 26px;
}

/* Domestic Widget */
#text-24 .widget-title:before {
	content: "\f015";
	font-family: FontAwesome;
	padding-right: 10px;
	font-size: 24px;
}


/* Commercial Widget */
#text-8 .widget-title:before {
	content: "\f0f7";
	font-family: FontAwesome;
	padding-right: 10px;
	font-size: 24px;
}

.home-services .widget-title:after{
	border-color: rgba(0, 0, 0, 0.15) #fff;
	border-style: solid;
	border-width: 0 26px 26px 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
}

.pad {
	padding-right: 10px;
}

.home-services .wrap {
	margin: 0 auto;
	padding-top: 40px;
}


.home-services #text-24 {
	margin-right: 2.564102564102564%;
}

.home-services #text-24 {
	background: #fff url('images/PAH-electricians-in-kent-bg.png') bottom right no-repeat;
}

.home-services #text-8 {
	background: #fff url('images/PAH-electrical-contractors-in-kent-bg.png') bottom right no-repeat;
}

.home-services #text-24,
.home-services #text-8 {
	width: 100%;
	float: left;
	clear: none;
	border-radius: 3px;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	padding: 40px;
}

.home-services ul {
	margin-top: 10px;
	margin-left: 18px;
	margin-bottom: 10px;
}

.home-services li {
	font-size: 14px;
	list-style-type: square;

}


/* Info */
.home-info {
	margin-bottom: 0;
}
.home-info .widget-title {
	background-color: #80c342; 
	border: none;  
	box-shadow: inset 5px 0 rgba(0, 0, 0, 0.15);  
	color: #fff;  	
	line-height: 1;  
	margin-left: -40px;  
	padding: 16px 40px 16px;  
	position: relative;
	font-size: 26px;
	font-weight: 300;
}

.home-info .widget-title:after{
	border-color: rgba(0, 0, 0, 0.15) #fff;
	border-style: solid;
	border-width: 0 26px 26px 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
}

.home-info .widget-title:before {
	content: "\f05a";
	font-family: FontAwesome;
	padding-right: 10px;
	font-size: 23px;
}

.home-info p { 
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.home-info #text-11 {
	float: left;
	clear: none;
	background-color: #fff;
	padding: 40px;
	margin-bottom: 0;
	border-radius: 3px;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	width: 31.623931623931625%;
	margin-right: 2.564102564102564%;
}

.home-info #text-11 p {
	margin-top: 14px;
}

.home-info #featured-post-3 {
	width: 65.81196581196582%;
	float: left;
	clear: none;
	border-radius: 3px;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	padding: 40px;	
	background-color: #fff;
	margin-bottom: 0;
}

.home-info #featured-custom-post-type-2 {
	width: 65.81196581196582%;
	float: left;
	clear: none;
	border-radius: 3px;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	padding: 40px;	
	background-color: #fff;
	margin-bottom: 0;
}

.home-info .coverage p {
	padding: 10px;
}

.home-info .coverage li {
	display: inline;
}

.home-info .entry .entry-header .entry-title {
	border-left: none;
	box-shadow: none;
	background: #fff;
}

.home-info .entry .entry-header .entry-title a {
	background: #fff;
	color: #222;
}

.home-info .entry .entry-header .entry-title:after {
	border: none;
}

/* Accreds */

.accreds {
	background-color: #fff;
	margin-top: 40px;
	margin-bottom: 40px;
}

.accreds .wrap {
	margin: 0 auto;
	background-color: #fff;
	padding-top: 40px;
}

#text-3 {
	margin-bottom: 22px;
}


/* This is the "Ringback Request" Area ------------------------------------*/

/* text-23 is 'Find us on Facebook' textwidget in Ringback area--------------------------- */

.home-featured #text-23 {
 float: left;
  clear: none;
  padding: 0px;
  background-color: #fff;
  margin-bottom: 0;
  border-radius: 3px;
  border: 1px solid #ececec;
  box-shadow: 0 1px #ececec;
  width: 31.623931623931625%;
  margin-left: 2.564102564102564%;
 
}
/*
.home-featured .fb-page {
	margin-left: -43px;
 	margin-top: -40px;
 	padding: 0px;
}
*/


/* This is the 'Request a Ringback' bit -------------------------------------------------- */

.home-featured .wrap {
	padding-top: 40px;
}

.home-featured .widget {
	background-color: #222;
	color: #fff;
	padding: 40px 40px 12px 40px;
	margin-bottom: 0px;
}

.home-featured #text-10 .widget {
	padding: 40px 40px 12px 40px;
}

.home-featured #text-10 {
	width: 65.81196581196582%;
	float: left;
 	clear: none;
}

.home-featured .widget:last-child {
	margin-bottom: 0;
}

.home-featured .wrap .widget a,
.home-featured .wrap .widget a.button:hover {
	color: #fff;
}

.home-featured .wrap .widget a:hover {
	color: #999;
}

.home-featured .widget-title {
	background-color: #80c342;
	box-shadow: inset 5px 0 rgba(0, 0, 0, 0.15);
	color: #fff;
	font-size: 28px;
	line-height: 1;
	margin-left: -40px;
	padding: 12px 40px 10px;
}

.home-featured .enews-widget,
.home-featured #text-10 {
	clear: both;
	overflow: hidden;
}

.home-featured .enews h4 + p,
.home-featured .textwidget h4 + p,
.home-featured .ringback-text p {
	float: left;
	margin-bottom: 0;
	width: 31.623931623931625%;
}

.home-featured .enews form,
.home-featured .textwidget form  {
	float: right;
	width: 65.81196581196582%;
}

.home-featured #text-10 input[id="name"],
.home-featured #text-10 input[id="postcode"],
.home-featured #text-10 input[id="phone"],
.home-featured #text-10 input[id="summary"],
{
	float: left;
	margin-bottom: 0;
	color: #222;
}

.home-featured #text-10 input[id="postcode"] {
	float: left;
	margin-bottom: 0;
}

.home-featured #text-10 input[id="phone"] {
	float: left;
	margin-bottom: 0;
}


.home-featured .enews-widget input[type="email"]
 {
	float: left;
	margin-bottom: 0;
	width: 65.81196581196582%;
}

.home-featured .enews-widget input[type="submit"] {
	float: right;
	width: 31.623931623931625%;
}

.enews .screenread,
.wpcf7-form .screenread {
	height: 1px;
	left: -1000em;
	overflow: hidden;
	position: absolute;
	top: -1000em;
	width: 1px;
}

.home-featured .one-third {
	margin-bottom: 16px;
}





/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	box-shadow: 0 2px rgba(0, 0, 0, 0.05);
	padding: 40px 60px 0;
}

.entry-content .entry-image {
	margin: 0 40px 40px -60px;
	max-width: 680px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #222;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.content-sidebar-wrap p.entry-meta {
	clear: both;
	display:none;
}

.entry-header .entry-meta {
	background-color: #f5f5f5;
	border-left: 6px solid #dbdbdb;
	padding: 18px 54px;
	margin: 0 -20px 0 -60px;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	font-size: 14px;
	padding-top: 24px;
}

.entry-tags {
	border-left: 1px dotted #ddd;
	padding-left: 15px;
	margin-left: 15px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry .widget {
	background-color: #222;
	color: #fff;
	padding: 40px;
}

.content .after-entry .widget a,
.content .after-entry .widget a.button:hover {
	color: #fff;
}

.content .after-entry .widget a:hover {
	color: #999;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin-bottom: 40px;
}

.archive-pagination {
	background-color: #fff;
	border-left: 6px solid #222;
	box-shadow: 0 2px rgba(0, 0, 0, 0.05);
	padding: 20px 50px;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	color: #222;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 0 20px 0 0;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	color: #80c342;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	box-shadow: 0 2px rgba(0, 0, 0, 0.05);
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.comment-respond h3,
.entry-pings h3 {
	background-color: #f5f5f5;
	border-left: 6px solid #dbdbdb;
	margin: 0 0 40px -40px;
	padding: 20px 40px 20px 34px;
}

.entry-comments {
	padding: 40px;
}

.entry-pings li {
	margin-bottom: 40px;
}

.entry-pings .comment-meta,
.comment-header {
	line-height: 1.3;
	margin-bottom: 16px;
}

.comment-meta a {
	color: #222;
}

.comment-meta time {
	font-size: 14px;
}

li.comment {
	background-color: #f5f5f5;
	border-left: 6px solid #dbdbdb;
	border-right: none;
}

.comment-content {
	clear: both;
}

.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;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar .widget {
	background-color: #fff;
	box-shadow: 0 2px rgba(0, 0, 0, 0.05);
	padding: 40px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footerleft .coverage li {
	display: inline;
}



.footerleft #nav_menu-2,
.footerleft #simple-social-icons-2 {
	float: left;
	margin-left: 2.564102564102564%;
}

/*text-19 is 'Coverage Map' textwidget --------------------------- */

.footerleft #text-19 .widget-title:before {
	content: "\f041";
	font-family: FontAwesome;
	padding-right: 10px;
	font-size: 24px;
}

.footerleft #text-19 .widget-title {
	font-size: 20px;
}

.footerleft #text-19 {
	float: left;
	clear: none;
	width: 76%;
	margin-right: 2.564102564102564%;
}


/* This is the 'Connect with us' social icons widget  --------- */

.footerleft #simple-social-icons-2 {
	float: left;
	clear: none;
	width: 17%;

}

.footerleft .area-map {
display:inline;
float: left;
width: 21%;
margin-right: 3.564103%;
}

.footerleft .coverage {
display:inline;
float: left;
width: 74%;
font-size: smaller;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #222;
	color: #fff;
	font-size: 16px;
	padding: 40px 0 50px;
	text-align: center;
}

.site-footer .wrap a {
	color: #fff;
}

.site-footer .wrap a:hover {
	color: #80c342;
}

.site-footer p {
	margin-bottom: 0;
}


/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Generate Pro Blue
--------------------------------------------- */

.generate-pro-blue .archive-pagination .active a,
.generate-pro-blue .archive-pagination li a:hover,
.generate-pro-blue .entry-title a:hover,
.generate-pro-blue .genesis-nav-menu a:hover,
.generate-pro-blue .site-footer .wrap a:hover,
.generate-pro-blue a {
	color: #0089c6;
}

.generate-pro-blue .button:hover,
.generate-pro-blue .enews-widget .widget-title,
.generate-pro-blue .enews-widget input:hover[type="submit"],
.generate-pro-blue .genesis-nav-menu .sub-menu a,
.generate-pro-blue .home-featured .widget-title,
.generate-pro-blue .nav-primary .genesis-nav-menu > li > a:hover,
.generate-pro-blue .nav-primary .genesis-nav-menu > li.menu-item-has-children:hover > a,
.generate-pro-blue button:hover,
.generate-pro-blue input:hover[type="button"],
.generate-pro-blue input:hover[type="reset"],
.generate-pro-blue input:hover[type="submit"] {
	background-color: #0089c6;
}

.generate-pro-blue .nav-primary .wrap {
	border-color: #0089c6;
}

/* Generate Pro Green
--------------------------------------------- */

.generate-pro-green .archive-pagination .active a,
.generate-pro-green .archive-pagination li a:hover,
.generate-pro-green .entry-title a:hover,
.generate-pro-green .genesis-nav-menu a:hover,
.generate-pro-green .site-footer .wrap a:hover,
.generate-pro-green a {
	color: #6fa81e;
}

.generate-pro-green .button:hover,
.generate-pro-green .enews-widget .widget-title,
.generate-pro-green .enews-widget input:hover[type="submit"],
.generate-pro-green .genesis-nav-menu .sub-menu a,
.generate-pro-green .home-featured .widget-title,
.generate-pro-green .nav-primary .genesis-nav-menu > li > a:hover,
.generate-pro-green .nav-primary .genesis-nav-menu > li.menu-item-has-children:hover > a,
.generate-pro-green button:hover,
.generate-pro-green input:hover[type="button"],
.generate-pro-green input:hover[type="reset"],
.generate-pro-green input:hover[type="submit"] {
	background-color: #6fa81e;
}

.generate-pro-green .nav-primary .wrap {
	border-color: #6fa81e;
}

/* Generate Pro Orange
--------------------------------------------- */

.generate-pro-orange .archive-pagination .active a,
.generate-pro-orange .archive-pagination li a:hover,
.generate-pro-orange .entry-title a:hover,
.generate-pro-orange .genesis-nav-menu a:hover,
.generate-pro-orange .site-footer .wrap a:hover,
.generate-pro-orange a {
	color: #e67e22;
}

.generate-pro-orange .button:hover,
.generate-pro-orange .enews-widget .widget-title,
.generate-pro-orange .enews-widget input:hover[type="submit"],
.generate-pro-orange .genesis-nav-menu .sub-menu a,
.generate-pro-orange .home-featured .widget-title,
.generate-pro-orange .nav-primary .genesis-nav-menu > li > a:hover,
.generate-pro-orange .nav-primary .genesis-nav-menu > li.menu-item-has-children:hover > a,
.generate-pro-orange button:hover,
.generate-pro-orange input:hover[type="button"],
.generate-pro-orange input:hover[type="reset"],
.generate-pro-orange input:hover[type="submit"] {
	background-color: #e67e22;
}

.generate-pro-orange .nav-primary .wrap {
	border-color: #e67e22;
}


/* MTS Edits ----------------------------------------------- */

/* Header area ----------------------------------*/

#header-info-widget .fa {
	float: left;
	font-size: 44px;
	margin-right: 10px;
}

#header-info-widget {
	color: #015f2b;
	margin-left: 20px;
	margin-top: 53px;
	padding-bottom: 87px;
}

.header-info {
	text-align: left;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.25;
}
 
.header-address {
	width: 242px;
}

.header-hours {
	width: 200px;
	padding-left: 17px;
}

.header-phone {
	width: 260px;
}

.header-phone,
.header-address,
.header-hours {
	display: inline;
	text-align: left;
	float:left;
}

.header-phone h4,
.header-phone h4 a,
.header-address h4,
.header-hours h4 {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 5px 0;
	color: #015f2b;
}

.header-phone a,
.header-address a,
.header-hours a,
.header-phone p,
.header-address p,
.header-hours p,
.header-plink a,
.header-p {
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.25;
}

.header-plink {
	color: #015f2b;
}

.homenav {
	color: #ff0000;
}

/* Contact Form 7 changes ------------------------ */

.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	clear:both;
}

figcaption em {
	font-size:12px;
}

.wpcf7-form-control-wrap.study-text textarea { height: 500px; width: 100%; }

/*
Projects Nov 2019
---------------------------------------------------------------------------------------------------- */

.projecttype {
	padding: 0;
	position: relative;
	margin-bottom: 25px;
	line-height: 0;
}

.projecttype a {
	display: block;
}

.projecttype .title {
	margin: 0;
	padding: 10px;
	background-color: #6da538;
	color: white;
	text-align: center;
}

.projecttype a:hover img {
	opacity: .8;
}

.projecttype a:hover .title {
	background-color: #80c341;
	color: white;
}

.single-projecttype .projecttype .title {
	font-size: 18px;
	min-height: 62px;
}

.single-casestudy .project-headings {
	margin-left: 0;
}

.single-casestudy .project-headings li {
	list-style: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 24px;
}

.single-casestudy .project-headings li span {
	color: #6da538;
}

.single-casestudy .photos > a {
	display: block;
	margin-left: 8px;
}

.single-casestudy .photos > a img {
	width: 100%;
}

.single-casestudy .photos > .video {
	margin-left: 8px;
}

.single-casestudy .photos > .video > iframe {
	width: 100%;
}

.single-casestudy .photos > .pah-gallery {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.single-casestudy .photos > .pah-gallery > a {
    display: block;
    flex: auto;
    height: 140px;
    min-width: 75px;
    margin: 0 0 8px 8px;
}

.single-casestudy .photos > .pah-gallery > a:nth-child(4n+1) {
    width: 75px;
}

.single-casestudy .photos > .pah-gallery > a:nth-child(4n+2) {
    width: 140px;
}

.single-casestudy .photos > .pah-gallery > a:nth-child(4n+3) {
    width: 90px;
}

.single-casestudy .photos > .pah-gallery > a:nth-child(4n+4) {
    width: 120px;
}

.single-casestudy .photos > .pah-gallery > a:nth-child(4n+5) {
    width: 180px;
}

.single-casestudy .photos > .pah-gallery > a > img {
    vertical-align: middle;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    //filter: brightness(50%);
}

/* House Logo */
.house:before {
	content: "\f015";
	font-family: FontAwesome;
	padding-right: 10px;
	font-size: 30px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1146px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content {
		width: 620px;
	}
	
	.site-header .widget-area {
		width: 470px;
	}
	.site-header .one-third {
		width:48%;
	}

	.header-hours {
		display: none;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}
	
	.entry-content .entry-image {
		max-width: 580px;
	}

}

@media only screen and (max-width: 1024px) {
	.genesis-nav-menu li a {
		padding: 22px 20px;
	}	

	.genesis-nav-menu {
		font-size: 13px;
	}

	.site-header .widget-area {
		width: 470px;
	}
	.site-header .one-third {
		width:48%;
	}

	.header-hours {
		display: none;
	}

	.header-address h4,
	.header-phone h4 {
		font-size: 14px;
	}


	.genesis-nav-menu li a {
		padding: 22px 10px;
	}
}

@media only screen and (max-width: 1023px) {

	.header-hours {
		display: initial;
	}

	.site-header .one-third {
		width: 31.623931623931625%;
	}

	.header-image .site-title a {
		border-bottom: 4px solid #80c342;
	}

	.header-phone {
		border-left: none;
	}

	.site-inner,
	.wrap {
		max-width: 740px;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-featured .enews form,
	.home-featured .enews h4 + p,
	.sidebar-primary,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.title-area {
		padding: 20px 0;
	}
	
	.header-image .site-title a {
		background-position: top left !important;
	}
	
	.site-header .widget-area {
		padding-top: 0;
	}

	.enews-widget .widget-title:before,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu > li > a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a {
		background: none;
		color: #222;
		display: block;
		line-height: 1;
		padding: 16px 20px;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.025);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		padding: 16px 20px;
		position: relative;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}
	.genesis-nav-menu,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 0 auto;
	}
	
	.nav-primary {
		margin-top: 16px;
	}

	.genesis-nav-menu li.right {
		display: none;
	}



	.home-featured .enews h4 + p {
		margin-bottom: 24px;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}
	
	.entry-content .entry-image {
		max-width: 700px;
	}
	
}

@media only screen and (max-width: 768px) {
	.site-header .widget-area {
		width: initial;
	}
	body {
		font-size: 16px;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}

	.nav-primary,
	.site-inner,
	.wrap {
		padding-left: 2%;
		padding-right: 2%;
	}
	
	.after-entry .widget,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry,
	.home-featured .widget,
	.sidebar .widget {
		padding: 30px;
	}
	
	.entry,
	.sidebar .widget {
		margin-bottom: 30px;
	}
	
	.enews-widget .widget-title,
	.entry .entry-header .entry-title,
	.featured-content .entry-header .entry-meta,
	.home-featured .widget-title,
	.sidebar .widget-title {
		margin-left: -30px;
	}
	
	.sidebar .widget-title {
		padding: 20px 30px 20px 24px;
	}
	
	.sidebar .enews-widget .widget-title {
		padding-left: 30px;
	}
	
	.entry .entry-header .entry-title {
		padding: 14px 22px;
	}
	
	.entry-header .entry-meta {
		margin: 0 0 0 -30px;
		padding: 18px 24px;
	}
	
	.entry-content .entry-image {
		margin: 0 0 20px;
		max-width: 100%;
	}
	
	.entry-tags {
		border: none;
		display: block;
		margin: 0;
		padding: 0;
	}
	
	.home-featured .widget-title {
		padding: 12px 30px;
	}
	
	.home-featured .wrap,
	.site-inner {
		padding-top: 30px;
	}
	
	.nav-primary .wrap {
		padding: 0;
	}
	
	.enews-widget .widget-title:before,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu > li > a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a {
		background: none;
		color: #222;
		display: block;
		line-height: 1;
		padding: 16px 20px;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.025);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		padding: 16px 20px;
		position: relative;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-half,
	.one-sixth,
	.one-third,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.site-header .widget-area {
		width: 100%;
	}

	.site-header .one-third {
		width: 47%;
	}

	#header-info-widget .fa {
		font-size: 40px;
	} 

	.header-hours {
		display: none;
	}

	#header-info-widget {
		margin: 20px;
		padding-bottom: 40px;
	}
	
	.home-featured #text-10,
	.home-featured #text-23,  
	.home-featured .enews-widget input[type="email"],
	.home-featured .enews-widget input[type="submit"] {
		width: 100%;
	}

	.home-featured #text-23 {
		clear:both;
		margin: 30px 0px 0px 0px ;
	}
	
	.home-featured .enews-widget input[type="email"] {
		margin-bottom: 16px;
	}

	.home-info #text-11, 
	.home-info #text-12 {
		width: 100%
	}

	.header-image .site-title a {
		border-bottom: 4px solid #80c342;
	}

	.home-info #featured-post-3 {
		width: 100%;
		padding: 40px 20px 40px 40px;
		margin-top: 40px
	}
	
	.home-info #featured-custom-post-type-2 {
		width: 100%;
		padding: 40px 20px 40px 40px;
		margin-top: 40px
	}

}

@media only screen and (max-width: 568px) {

	.home-services #text-24,
	.home-services #text-8,
	.home-info #text-11,
	.home-info #text-12 {
		width: 100%;
	}

	.home-services #text-24 {
		background: #fff;
	}

	.home-services #text-8 {
		background: #fff;
	}

	.home-info #text-12 iframe{
		width: 100%;
		height: 220px;
	}

	.home-featured .enews h4 + p,
	.home-featured .textwidget h4 + p,
	.home-featured .ringback-text p {
		width: 100%;
	}

	.home-featured .enews form,
	.home-featured .textwidget form  {
		float: right;
		width: 100%;
	}

	.home-featured .enews-widget input[type="email"],
	.three-fourths,
	.one-fourth {
		width: 100%;
	}

	.home-featured .enews-widget input[type="submit"] {
		width: 100%;
	}

	.home-featured .two-thirds {
		margin-bottom: 16px;
	}

	html > body .content .slide-excerpt-border {
		display:none;
	}

	.site-header .one-third {
		width: 47%;
	}

	#header-info-widget .fa {
		font-size: 40px;
	} 

	.header-hours {
		display: none;
	}

	.home-electrical-emergency .button {
		width: 100%;
		margin-top: 20px;
	}

	#header-info-widget {
		margin-top: 20px;
	}

	.header-image .site-title a {
		border-bottom: 4px solid #80c342;
	}

	.header-phone {
	}

	.header-phone h4, .header-address h4, .header-hours h4 {
		font-size: 15px;
	}

	.footerleft #recent-posts-3,
	.footerleft #text-19,
	.footerleft #simple-social-icons-2 {
		width: 100%;
		padding: 40px 20px 0 40px;

	}

	.footerleft #recent-posts-3,
	.footerleft #text-19 {
		margin-bottom: 0;
	}

	
	.home-info .entry .entry-header .entry-title a {
		line-height: 1.25;
	}
 	

}

@media only screen and (max-width: 520px) {
	#header-info-widget .fa {
		font-size: 30px;
	}

	#header-info-widget {
		margin-left: 20px;
	}

	.header-phone h4, .header-address h4, .header-hours h4 {
			font-size: 14px;
		}

	.footerleft .area-map,
 	.footerleft .coverage {
 		width: 100%;
 	}

}

@media only screen and (max-width: 400px) {
	.header-hours {
		display: initial;
	}
	
	.site-header .one-third {
		width: 100%;
	}

	#header-info-widget .fa {
		font-size: 44px;
	} 

	.title-area {
		height: 80px;

	}

	.accreds .one-eighth {
		width: 28%;
	}

	.header-image .site-title a {
		border-bottom: 4px solid #80c342;
	}

	.header-image .site-title > a {
			min-height: 80px;
	}
	
	#header-info-widget {
		margin-top: 10px;
		margin-left: 20px;
	}

	.header-address {
		padding: 10px 0 14px 0;
		text-align: center;
		border-bottom: 1px solid rgba(116, 14, 14, 0.20);
	}
	
	
	.header-hours {
		border-left: none;
		border-right: none;
		padding: 10px 0 14px 0;
		text-align: center;
		border-bottom: 1px solid rgba(116, 14, 14, 0.20);
	}

	.header-phone {
		font-size: 27px;
		padding-bottom: 10px;
		text-align: center;
		padding: 10px 0 14px 0;
		border: none;
	}

	.header-phone h4, .header-address h4, .header-hours h4 {
			font-size: 16px;
		}

	.home-electrical-emergency .button {
		margin-top: 20px;
	}

	.site-header .widget-area {
		background: #fff;
	}
}


.home #content {
width: 100%;
}