/*
	Theme Name:  ESI
	Description: Custom child theme for the <a href="http://genesistheme.com">Genesis Framework</a>.
	Author:      Bill Erickson with modifications by Paul M. Boomer
	Author URI:  http://www.billerickson.net
	Version:     1.0.0
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize - normalize.css v2.1.2 | 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]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}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:bold}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:-0.5em}sub{bottom:-0.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
--------------------------------------------- */

.blog-header-content:before,
.clearfix:before,
.entry-footer .entry-meta:before,
.footer-widgets:before,
.form-submit:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.blog-header-content:after,
.clearfix:after,
.entry-footer .entry-meta:after,
.footer-widgets:after,
.form-submit:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;	
}

/* Icons
--------------------------------------------- */

blockquote:before,
.icon-person,
.home-header li:before,
.home-header .icon:before {
	font-family: 'ElegantIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.icon-person:before {
	content: '';
}

.home-header .icon:before {
	content: '';
}

/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #464646;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.7;
}

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;
}

.site-header .member-login:hover {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #0054ab;
	text-decoration: underline;
}

a:hover,
.genesis-nav-menu a,
.site-header .member-login,
.footer-widgets .widget_nav_menu li a,
.site-footer a {
	text-decoration: none;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	background: #f6f6f6;
	border: 1px solid #e4ebed;
	border-left: 5px solid #7cc242;
	margin: 0 0 30px;
	padding: 20px 20px 20px 70px;
	position: relative;
}

blockquote:before {
	background: #7cc242;
	border-radius: 50%;
	color: #fff;
	content: "\7b";
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	position: absolute;
	left: 20px;
	top: 25px;
}

blockquote p {
	color: #547286;
	font-style: italic;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 20px 0 0;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #c47d03;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	color: #333;
	font-size: 17.5px;
}

h4 strong {
	color: #c47d03;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p.subtitle {
	color: #333;
	font-size: 14px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	padding: 10px;
	width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

.input-large {
	font-size: 18px;
	padding: 15px;
}

select.input-large {
	height: 54px;
	line-height: 54px;
	padding-top: 12px;
}

.input-small {
	font-size: 12px;
	padding: 5px 10px;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

:-ms-input-placeholder,
::-webkit-input-placeholder {
	color: #999;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder { 
	color:transparent; 
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button.button-invert:hover {
	background-color: #7cc242;
	border: 1px solid #639e33;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 30px;
	text-decoration: none;
	width: auto;
	-webkit-appearance: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button.button-invert {
	background-color: #96ce68;
	border: 1px solid #639e33;
	color: #fff;
	text-decoration: none;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.button.button-block {
	display: block;
	width: 100%;
}

.button.button-large {
	font-size: 28px;
	padding: 10px 20px;
}

.button.button-small {
	font-size: 13px;
	padding: 8px;
}

.button.button-mini {
	font-size: 11px;
	padding: 5px 8px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Search Form
--------------------------------------------- */

.search-form {
	width: 310px;
	max-width: 100%;
	position: relative;
}

.search-form input[type="search"] {
	display: block;
}

.search-form input[type="submit"] {
	padding: 0;
	text-align: center;
	width: 38px;
	height: 38px;
	font-size: 18px;
	line-height: 38px;
	position: absolute;
	top: 0;
	right: 0;
}



/* 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: 5px 10px;
}

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: 14px;
}

/* Gallery
--------------------------------------------- */

.gallery {
    margin: auto;
}

.gallery-item {
    float: left;
    margin-top: 10px;
    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: 2px solid #cfcfcf;
}

.gallery-caption {
    margin-left: 0;
}

/* Tables
--------------------------------------------- */

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1040px;
}

.site-inner {
	clear: both;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	width: 73%;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 25%;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes - Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	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-fifth {
	width: 17.9487179487179488%;
}
 
.two-fifths {
	width: 38.4615384615384616%;
}
 
.three-fifths {
	width: 58.9743589743589744%;
}
 
.four-fifths {
	width: 79.4871794871794872%;
}
 
.one-sixth {
	width: 14.52991452991453%;
}
 
.five-sixths {
	width: 82.90598290598291%;
}
 
.first {
	clear: both;
	margin-left: 0;
}

/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.title-area {
	float: left;
	width: 124px;
	padding-top: 20px;
}

h1.site-title,
p.site-title {
	margin: 0;
}

.site-title a {
	background: url(images/Electricians-Success-International-logo.jpg) no-repeat;
	display: block;
	height: 90px;
	text-indent: -9999em;
	width: 250px;
}

.nav-header,
.header-widget-area {
	float: right;
	text-align: right;
	width: 750px;
}

.header-widget-area {
	padding-top: 20px;
}

.site-header .member-login {
	border: 2px solid #f49c06;
	color: #f49c06;
	font-size: 11px;
	padding: 5px 5px 5px 32px;
	position: relative;
	text-transform: uppercase;
}

.site-header .member-login .icon_profile {
	background: #f49c06;
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 25px;
	width: 25px;
	height: 25px;
	text-align: center;
}

.site-header .member-login:hover {
	border-color: #c47d03;
	color: #c47d03;
}

.site-header .member-login:hover .icon_profile {
	background: #c47d03;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #999;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	float: none;
	list-style: none;
}

.genesis-nav-menu .menu-item:last-child a {
	padding-right: 0;
}

.genesis-nav-menu a {
	border: none;
	color: #333;
	display: block;
	font-size: 14px;
	padding: 18px;
	position: relative;
}

.genesis-nav-menu .menu-item:hover > a,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #c47d03;
}

.genesis-nav-menu .sub-menu {
	border-top: 3px solid #c47d03;
	left: -9999px;
	opacity: 0;
	position: absolute;
	text-align: left;
	margin-top: 1px;
	-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: 180px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	font-size: 13px;
	padding: 9px 18px;
	position: relative;
	width: 180px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 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: 28px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
}

/* Mobile Menu
--------------------------------------------- */

.mobile-menu {
	max-width: 300px;
	margin: 0 auto 30px;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

.site-inner {
	background: #f2f2f2;
	padding: 35px 0;
}

.content {
	background: #fff;
	border: 2px solid #ededee;
	padding: 30px 40px;
}

/* Page
--------------------------------------------- */

.page-header {
	background: url(images/page-header.jpg) center center;
}

.page-header h2 {
	color: #fff;
	display: inline-block;
	padding: 25px 0;
	margin: 0;
}

.page .entry-header {
	border-bottom: 1px solid #dcddde;
	margin-bottom: 30px;
	position: relative;
}

.page .entry-header .extra {
	background: #c47d03;
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 3px;
	width: 90px;
}

.entry-header h1 {
	margin: 0 0 5px;
}

.page .entry-header .subtitle {
	margin-bottom: 15px;
}

.breadcrumb {
	color: #ddd;
	display: inline-block;
	padding: 0 0 0 25px;
}

.breadcrumb a {
	color: #ddd;
	text-decoration: underline;
}

.breadcrumb .sep {
	padding: 0 15px;
}


/* Post
--------------------------------------------- */

.blog-header {
	background: #f2f2f2;
}

.blog-header .blog-header-content {
	border-bottom: 1px solid #dcddde;
	position: relative;
	padding: 40px 0 20px;
}

.blog-header .extra {
	background: #c47d03;
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 3px;
	width: 90px;
}

.blog-header h2 {
	color: #333;
	margin: 0 40px 0 0;
	float: left;
	width: auto;
}

.blog-header .search-form {
	float: right;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content {
	font-size: 15px;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}

.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;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

.entry-meta {
	color: #8c99a9;
}

.entry-meta a {
	color: #414042;
}

.entry-header .entry-meta {
	border-bottom: 1px solid #dcddde;
	padding-bottom: 20px;
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #e4e3e3;
	border-bottom: 1px solid #e4e3e3;
	font-size: 14px;
	padding: 10px 0;
}

.entry-footer .entry-tags > span,
.entry-footer .sharing .label {
	color: #c47d03;
	padding-right: 10px;
}

.entry-footer .sharing {
	float: right;
}

.entry-footer .sharing i,
.author-box .socials i {
	background: #d7dbdd;
	border-radius: 50%;
	color: #8c99a9;
	display: inline-block;
	font-size: 10px;
	width: 20px;
	line-height: 20px;
	height: 20px;
	margin: 0 2px;
	text-align: center;
}

.entry-footer .sharing i:hover,
.author-box .socials i:hover {
	background: #7cc242;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}

/* Entry Navigation
--------------------------------------------- */

.pagination {
	clear: both;
	font-size: 14px;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #f15123;
}

/* Author Box
--------------------------------------------- */

.author-box {
	background: #f6f6f6;
	border: 1px solid #e4ebed;
	border-left: 5px solid #c47d03;
	padding: 15px 15px 15px 122px;
	margin-bottom: 100px;
	min-height: 120px;
	position: relative;
}

.author-box .avatar {
	position: absolute;
	left: 20px;
	top: 24px;
	z-index: 8;
}

.author-box .avatar-overlay {
	background: url(images/avatar-overlay.png) no-repeat;
	position: absolute;
	left: 9px;
	top: 12px;
	z-index: 9;
	width: 108px;
	height: 103px;
}

.author-box h1 {
	border-bottom: 1px solid #e3e3e3;
	font-size: 13px;
	margin: 5px 0;
	padding-left: 10px;
}

.author-box h1 .author {
	display: block;
	color: #8c99a9;
	margin: 10px 0;
}

.author-box .socials {
	float: right;
}

.author-box p {
	color: #8c99a9;
	padding-left: 10px;
}

.author-box p:last-child {
	margin: 0;
}

/* Comments
--------------------------------------------- */

.comment-respond h3,
.entry-comments h3 {
	color: #2f383d;
	font-size: 15.5px;
}

.entry-comments h3 a {
	color: #8c99a9;
	float: right;
	font-size: 13px;
}

.entry-comments h3 a:hover {
	color: #7cc242;
	text-decoration: none;
}

.entry-comments h3 a i {
	color: #7cc242;
	font-size: 16px;
}

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond p {
	margin-bottom: 13px;
	position: relative;
}

.comment-respond i {
	color: #c7ccd3;
	position: absolute;
	right: 10px; 
	top: 10px;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond textarea {
	background: #f9f9f9;
	box-shadow: none;
	font-size: 12px;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"] {
	padding-right: 20px;
}

.comment-respond .form-submit {
	text-align: right;
}

.comment-respond label[for="subscribe"] {
	display: inline-block;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
}

li.comment {
	border-right: none;
}

li.comment > article {
	border-bottom: 1px solid #ebebeb;
	min-height: 122px;
	padding: 20px 0 20px 105px;
	position: relative;
}

.comment .avatar {
	position: absolute;
	top: 20px;
	left: 0;
}

.comment-header .right {
	color: #8c99a9;
	float: right;
}

.comment-header a {
	color: #0054ab;
}

.entry-pings .reply {
	display: none;
}

.comment .children {
	padding-left: 107px;
}

/* Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 14px;
	line-height: 1.45;
}

.sidebar .widget {
	background: #fff;
	border: 1px solid #e7e8e8;
	border-bottom: 4px solid #c47d03;
	margin-bottom: 30px;
	padding: 15px;
}

.sidebar .widget h4 {
	border-bottom: 1px solid #dcddde;
	padding-bottom: 20px;
	margin-bottom: 15px;
	position: relative;
}

.sidebar .widget h4 .extra {
	background: #c47d03;
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 3px;
	width: 60px;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

/* Events Widget
--------------------------------------------- */

.sidebar .widget.widget_upcoming_events {
	padding: 0;
}

.event-widget-header {
	position: relative;
	border-bottom: 1px solid #e9eaeb;
	padding: 10px;
}

.event-widget-header:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 138px;
	height: 244px;
	background: url(images/meet-us.png) no-repeat;
	z-index: 8;
}

.sidebar .widget .event-widget-header h4 {
	font-size: 33px;
	border: none;
	padding: 0;
	margin: 0 0 10px;
}

.sidebar .widget .event-widget-header h4 .extra { display: none;}

.event-widget-header h4 strong {
	display: block;
	font-size: 35px;
}

.event-widget-header p.desc {
	font-size: 15.5px;
	max-width: 155px;
	text-shadow: 0 0 3px #FFFFFF;
	position: relative;
	margin-bottom: 10px;
	z-index: 9;
}

.event-widget-header p:last-child {
	margin-bottom: 6px;
}

.event-widget-header .button {
	background: #7cc242;
	border: 1px solid #639e33;
	padding: 6px 14px;
	z-index: 9;
	position: relative;
}

.event-widget-header .button:hover {
	background: #96ce68;
}

.widget_upcoming_events ul {
	padding: 15px 15px 0;
}

.widget_upcoming_events li {
	position: relative;
	padding: 10px 10px 10px 46px;
	min-height: 60px;
	border-bottom: 1px solid #dcddde;
	list-style-type: none;
}

.widget_upcoming_events ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.widget_upcoming_events .date {
	position: absolute;
	top: 10px;
	left: 0;
	background: url(images/icon-calendar.png) no-repeat;
	color: #fff;
	display: block;
	line-height: 1.2;
	padding-top: 3px;
	width: 35px;
	height: 40px;
	text-align: center;
}

.widget_upcoming_events .day {
	display: block;
	font-size: 17.5px;
	font-weight: 700;
}

.widget_upcoming_events .month {
	display: block;
	color: #fff;
	font-size: 11.67px;
	text-transform: uppercase;
}

.widget_upcoming_events li p {
	margin: 0;
}

.widget_upcoming_events .more {
	text-align: right;
	font-size: 9.72px;
	padding-right: 15px;
	margin: 0 0 5px;
}

.widget_upcoming_events .more a {
	text-decoration: underline;
}

.widget_upcoming_events .more a:hover {
	text-decoration: none;
}

/* Posts Widget
--------------------------------------------- */

.sidebar .be-posts-widget {
	padding-bottom: 30px;
}

.be-posts-widget .entry {
	border-bottom: 1px solid #dcddde;
	margin: 0;
	padding: 10px 0;
}

.be-posts-widget .entry.has-thumbnail {
	position: relative;
	padding-left: 73px;
	min-height: 80px;
}

.be-posts-widget .entry.has-thumbnail .thumbnail {
	position: absolute; 
	top: 10px;
	left: 0;
}

.be-posts-widget p {
	margin: 0 0 5px;
}

.be-posts-widget p:last-child {
	margin: 0;
}

/* Footer CTA
---------------------------------------------------------------------------------------------------- */

.footer-cta {
	border-bottom: 3px solid #c47d03;
}

.footer-cta .wrap {
	position: relative;
	padding-right: 160px;
}

.footer-cta .call-center {
	position: absolute;
	right: 0;
	bottom: -3px;
}

.footer-cta .left {
	border-right: 1px solid #c8c8c8;
	float: left;
	margin: 16px 0;
	padding: 15px 15px 15px 0;
	width: 71.071428571%; /* 597/840 */
}

.footer-cta .left h2 {
	color: #333;
	font-weight: 300;
	margin: 0;
}

.footer-cta .left p {
	margin: 0;
}

.footer-cta .left h2 strong,
.footer-cta .right h3 strong,
.blog-header h2 strong {
	color: #c47d03;
}

.footer-cta .right {
	float: left;
	margin: 16px 0;
	padding: 15px 0 15px 80px;
	position: relative;
	width: 28.928571429%;
}

.footer-cta .phone-icon {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 15px;
	left: 18px;
}

.footer-cta .right h3 {
	color: #333;
	font-size: 18px;
	margin: 0 0 5px;
}

.footer-cta .right .phone {
	color: #333;
	font-size: 25px;
	font-weight: 700;
	margin: 0;
	line-height: 1;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #e6e7e8;
	padding: 60px 0;
}

.footer-widgets .wrap {
	padding: 0;
}

.footer-widgets .widget-area {
	float: left;
	margin-left: 3.5%;
	padding: 0 20px;
}

.footer-widgets .widget-area.footer-widgets-1 {
	margin-left: 0;
	width: 26.6%;
}

.footer-widgets .widget-area.footer-widgets-2 {
	width: 35%;
}

.footer-widgets .widget-area.footer-widgets-3 {
	width: 31.4%;
}

.footer-widgets .widget_nav_menu li {
	border-bottom: 1px solid #ccc;
	float: left;
	list-style-type: none;
	margin-bottom: 10px;
	width: 41.592920354%;
}

.footer-widgets .widget_nav_menu li:nth-child(2n-1) {
	clear: both;
	margin-right: 16.814159292%;
}

.footer-widgets .widget_nav_menu li a {
	color: #333;
}

.footer-widgets .widget_nav_menu li a:hover {
	color: #c47d03;
}

.footer-widgets .contact-item {
	position: relative;
	padding-left: 70px;
	margin-bottom: 10px;
}

.footer-widgets .contact-item .item-label {
	color: #c47d03;
	display: block;
	width: 60px;
	position: absolute;
	top: 0;
	left: 0;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer .wrap {
	border-top: 1px solid #2088cd;
	max-width: 1000px;
	padding: 15px 0 40px;
}

.site-footer .right {
	float: right;
}

.site-footer p {
	line-height: 40px;
}

.site-footer a {
	color: #464646;
}

.site-footer a:hover {
	color: #c47d03;
}

.site-footer img {
	vertical-align: middle;
}

/* Home
---------------------------------------------------------------------------------------------------- */

.home-header {
	background: url(images/home-header.jpg) center center;
	color: #fff;
	font-size: 15.5px;
	padding: 50px 0 30px;
}

.home-header a {
	color: #fff;
}

.home-header h1 {
	color: #fff;
	font-size: 46px;
	font-weight: 300;
}

.home-header ul {
	margin-bottom: 20px;
}

.home-header li {
	list-style-type: none;
	margin-bottom: 7px;
}

.home-header li:before {
	content: '';
	color: #f69d04;
	margin-right: 7px;
}

.home-header .button {
	background: #f69d04;
	border-top: 1px solid #c47d03;
	border-radius: 5px;
	line-height: 1.2;
	position: relative;
	text-align: center;
	text-shadow: 0 0 3px #121212;
}

.home-header .button:hover {
	background: #fcb131;
	border-top: 1px solid #f69d04;
	color: #fff;
	text-shadow: none;
}

.home-header .button .line-1 {
	font-size: 19px;
	text-transform: uppercase;
	display: block;
}

.home-header .button .line-2 {
	font-size: 16px;
	display: block;
}

.home-header .button .icon {
	font-size: 30px;
	position: absolute;
	right: 40px;
	top: 15px;
}

.home-members {
	border-top: 12px solid #f2f2f2;
	padding: 40px 0;
}

.home-members h2 {
	color: #333;
	font-size: 33px;
	font-weight: 300;
	max-width: 640px;
	margin: 0 auto;
}

.home-members h2 strong {
	color: #c47d03;
}

.home-members h3 {
	background: url(images/line.jpg) repeat-x center center;
	color: #464646;
	font-size: 13.6px;
	text-align: center;
	margin: 20px 0 40px;
}

.home-members h3 .left,
.home-members h3 .right {
	background: #c47d03;
	width: 90px;
	height: 3px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}

.home-members h3 .left { left: -90px; }
.home-members h3 .right { right: -90px; }

.home-members h3 span.title {
	background: #fff;
	padding: 0 18px;
	position: relative;
}

.home-members .member {
	color: #767676;
	font-size: 11.67px;
	float: left;
	padding: 0 20px;
	text-align: center;
	width: 19.666666667%;
}

.home-members .image-wrapper {
	display: block;
	width: 108px;
	height: 103px;
	margin: 0 auto;
	position: relative;
}

.home-members img {
	position: absolute;
	top: 11px;
	left: 12px;
}

.home-members .image-overlay {
	background: url(images/avatar-overlay.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 108px;
	height: 103px;
}



.home .content {
	background: transparent;
	padding: 0;
	border: none;
}

.home-lower .widget {
	float: left;
	margin-left: 5.6%;
 	width: 29.6%; /* 296/1000 */
}

.home-lower .widget:first-child {
	margin-left: 0;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 767px) {

	.mobile-show,
	.mobile-menu {
		display: none;
	}
}

@media only screen and (max-width: 1020px) {

	.event-widget-header:after {
		display: none;
	}
	
	.event-widget-header p.desc {
		max-width: 100%;
	}

}

@media only screen and (max-width: 860px) {

	.footer-cta .call-center {
		display: none;
	}
	
	.footer-widgets .widget_nav_menu li,
	.footer-widgets .widget_nav_menu li:nth-child(2n-1) {
		float: none;
		width: 100%;
		margin: 0 0 10px;
	}
	
	.nav-header, 
	.header-widget-area {
		width: 600px;
	}
	
	.genesis-nav-menu a {
		padding: 18px 12px;
	}
}

@media only screen and (max-width: 767px) {

	.content,
	.sidebar-primary,
	.footer-widgets .widget-area,
	.footer-widgets .widget-area.footer-widgets-1,
	.footer-widgets .widget-area.footer-widgets-2,
	.footer-widgets .widget-area.footer-widgets-3,
	.home-lower .widget,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-fifth,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.mobile-hide,
	.nav-header,
	blockquote:before,
	.author-box .avatar-overlay,
	.author-box .avatar,
	.home-header .button .icon {
		display: none;
	}

	.title-area,
	.header-widget-area {
		float: none;
		margin: 0 auto;
	}
	
	.header-widget-area {
		text-align: center;
		width: 100%;
	}
	
	.site-inner,
	.site-inner > .wrap {
		padding: 0;
	}
	
	blockquote {
		padding-left: 20px;
	}
	
	.sidebar-primary,
	.home-lower {
		padding-top: 30px;
	}
	
	.sidebar-primary .widget,
	.home-lower .widget,
	.home-lower .widget:first-child {
		float: none;
		max-width: 250px;
		margin: 0 auto 30px;
	}
	
	.footer-cta .wrap {
		padding: 0 20px 30px;
	}
	
	.footer-cta .left,
	.footer-cta .right {
		border-right: 0;
		float: none;
		width: 100%;
		padding: 15px 0 0;
		margin: 0;
	}
	
	.footer-cta .right {
		padding-left: 80px;
	}
	
	.footer-widgets .widget-area { 
		padding-bottom: 30px;
	}
	
	.site-footer p {
		text-align: center;
	}
	
	.site-footer .right {
		float: none;
		display: block;
	}
	
	.blog-header .search-form {
		margin-top: 20px;
	}
	
	.author-box {
		padding-left: 15px;
		margin: 0 -15px 50px;
	}
	
	.content {
		padding: 15px;
	}
	
	.comment .children {
		padding-left: 30px;
	}
	
	.comment .avatar {
		width: 40px;
		height: 40px;
	}
	
	li.comment > article {
		padding-left: 50px;
	}
	
	.comment-header .right {
		display: block;
		float: none;
	}
	
	.home-members .member {
		width: 33.3333%;
	}
		
}