/*
	Theme Name: Aspire Pro
	Theme URI: http://my.studiopress.com/themes/aspire/
	Description: This is the Aspire theme created for the Genesis Framework.
	Author: Appfinite
	Author URI: http://www.appfinite.com/

	Version: 1.0.0

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

	Template: genesis
	Template Version: 2.2+

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


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



@font-face {
    font-family: 'luzsans-bookluzsans-book';
    src: url('https://www.personalinjurylawyermd.com/wp-content/themes/aspire/luzhporo-webfont.woff2') format('woff2'),
         url('https://www.personalinjurylawyermd.com/wp-content/themes/aspire/luzhporo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: georgia;  
	src: local('georgia'), 
		url("fonts/georgia.ttf") format('truetype');  
	font-weight: normal;
}

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

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


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

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


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


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


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

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

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


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

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


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

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

body {
	background-color: #fff;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.625;
	margin: 0;
}

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

a {
	color: #a2962a;
	text-decoration: none;
}

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

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

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

li {
	list-style-type: none;
}



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

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}


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

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

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

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

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

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

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

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

.home-mid-left h3,
.home-mid-left h4 {
	font-size: 30px;
	font-size: 3.0rem;
}

.home-mid-right h4 {
	font-size: 44px;
	font-size: 4.4rem;
	margin-bottom: 40px;
}

.home-mid-wide {
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
}

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

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

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

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

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

img {
	height: auto;
	border-radius: 5px;
}

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

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #2d2829;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 10px 25px 13px;
	width: auto;
	word-spacing: 2px;
	border-radius: 5px;
}

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

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

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

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

.button {
	display: inline-block;
}

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

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

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

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

/* Buttons and Colors */

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

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

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

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

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

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

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

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

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

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

td,
th {
	text-align: left;
}

td {
	padding: 6px 0;
}

th {
	font-weight: 300;
}

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

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

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

.more-link {
    position: relative;
}

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

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

.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	max-width: 1200px;
}

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

.front-page .site-container .site-inner {
	margin-top: 0;
	max-width: 100%;
	overflow: hidden;
}

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

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

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

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

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

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

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

/* ### Content */

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

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

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

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

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

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

/* ### Secondary Sidebar */

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

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

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

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

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

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

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

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

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

.search-form {
	overflow: hidden;
}

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

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

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

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

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

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
        color: #9b8910;
}

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

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

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

.footer-widgets .widget-title {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
        font-family: georgia;
        border-bottom: 1px rgba(255,255,255,.1) solid;
        padding-bottom: 15px;
}

.footer-widgets .widget-title:after {
        position: relative;
        content: '';
        width: 33px;
        height: 1px;
        background-color: #a2962a;
        display: block;
        margin: auto;
        top: 16px;
}

form#gform_2 { 
	background-color: #444; 
	padding: 15px;
	border-radius: 5px;
}

form#gform_2 .gform_body ul li { 
	padding-right: 0; 
}

form#gform_2 .gform_body ul li label { 
	display: none;
}

form#gform_2 .gform_body ul li input,
form#gform_2 .gform_body ul li textarea { 
	padding: 7px 10px; 
	border-radius: 5px;
	border-bottom: 2px #a2932e solid;
}

.sidebar-primary form#gform_2 .gform_body ul li {
	border-bottom: 0;
	padding-bottom: 0;
}

form#gform_2 .gform_footer input[type=submit] {
	padding: 8px 25px 11px;
	background-color: #a2962a;
	border-radius: 5px;
}

form#gform_2 .gform_footer input[type=submit]:hover {
	background-color: #000;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

.sticky {}

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

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

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

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

.home .featured-content .entry-title {
	font-weight: 400;
	text-transform: uppercase;
}

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

.single .featured-image {
	margin-bottom: 40px;
}

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

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

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

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

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

.sidebar .enews-widget input,
.footer-widgets .enews-widget input {
	width: 55%;
}

.sidebar .enews-widget input[type="submit"],
.footer-widgets .enews-widget input[type="submit"] {
	width: auto;
}

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

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background: #333;
	color: #fff;
}

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

.front-page-2 form {
	background: rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 20px 0px 5px;
}

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

#wpstats {
	display: none;
}

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

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

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

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

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

.featured-section .site-header {
	background-color: rgba(255,255,255,.8);
	border:  none;
}

.site-header.light {
	background-color: #fff;
	padding-top: 0;
}

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

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

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

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

.site-header.light .title-area {
	padding: 25px 0;
}

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

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

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

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

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

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

.header-image .light .site-title > a {
}

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

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

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

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

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

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

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

.genesis-nav-menu a {
	color: #000;
	display: block;
	font-size: 14.5px;
	font-weight: 500;
	padding: 30px 15px;
	text-transform: uppercase;
        font-family: georgia;
}

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

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

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

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

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

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.front-page .site-header.light .genesis-nav-menu > .menu-item > a {
	/*color: #fff;*/
}

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

.genesis-nav-menu .sub-menu a {
	background-color: #272324 !important;
        color: #fff;
	font-size: 14.5px;
	padding: 15px 20px;
	position: relative;
	width: 310px;
}

.genesis-nav-menu .sub-menu a:hover {
        background-color: #a2962a !important;
        color: #fff;
}

.genesis-nav-menu li.current-menu-item a:hover .sub-menu a {
    background-color: #222;
}

.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #a2962a;
        color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul.header-contact li a {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    font-family: 'luzsans-bookluzsans-book';
}

ul.header-contact li a:hover {
    color: #a2932e;
}

ul.header-contact li a:before {
    content: "";
    font-family: "fontawesome" ;
    width: 37px;
    height: 37px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    font-size: 15px;
    color: #fff;
    background-color: #a2932e;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px #a2932e solid;
}

ul.header-contact li a:hover:before {
    background-color: transparent;
    border: 1px #a2932e solid;
    color: #a2932e;
}

ul.header-contact li.header-phone a:before {
    content: "\f095";
}

ul.header-contact li.header-email a:before {
    content: "\f0e0";
}

.site-header .wrap {
    padding-top: 30px;
}

.site-header .title-area {
    background-color: #fff;
    margin-bottom: 25px;
}

.front-page-1 .flexible-widgets {
    padding: 70px 5%;
}

.front-page-1 #genesis-responsive-slider {
    padding: 0;
    border: 0;
}

.front-page-1 .wrap,
.front-page-3 .wrap,
.front-page-4 .wrap,
.home-mid .wrap,
.home-mid-wide .wrap,
.front-page-5 .wrap,
.front-page-6 .wrap,
.front-page-7 .wrap,
.footer-widgets .wrap,
.site-inner  {
    max-width: 100%;
    padding: 0 5%;
}

.home .site-inner {
    padding: 0;
}

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

#genesis-responsive-slider .slide-excerpt {
    margin: 2% 0 0 0;
    background-color: transparent;
}

#genesis-responsive-slider .slide-excerpt .slide-excerpt-border,
.header-banner-wrap {
    width: 100%;
    margin: auto;
    float: none;
    display: block;
    border: 0;
    padding: 10px;
    background: #000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, transparent , rgba(0,0,0,.5), transparent); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, transparent , rgba(0,0,0,.5), transparent); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, transparent , rgba(0,0,0,.5), transparent); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, transparent , rgba(0,0,0,.5), transparent);
}

.slide-excerpt-border h2,
.header-banner-wrap h2 {
    font-family: georgia;
    font-size: 30px;
    margin-bottom: 0;
    
}

.slide-excerpt-border h2 a:hover {
    color: #000;
}

.front-page-3 .wrap h1,
.front-page-4 .wrap h1,
.home-mid-wide .wrap h1,
.front-page-6 .wrap h1,
.front-page-7 .wrap h1,
.front-page-8 .wrap h1 {
    font-size: 44px;
    font-family: georgia;
    font-weight: bold;
    color: #2d2829;
}

.front-page-3 .wrap h1 span,
.front-page-4 .wrap h1 span,
.home-mid-wide .wrap h1 span,
.front-page-6 .wrap h1 span,
.front-page-7 .wrap h1 span,
.front-page-8 .wrap h1 span {
    color: #a2962a;
}

.heading-style:after {
    content: '';
    width: 70px;
    height: 1px;
    background-color: #a2962a;
    position: relative;
    display: block;
    margin: auto;
    margin-top: 20px;
}

.read-more-style {
    width: 150px;
    margin: auto;
    position: relative;
}

.comm-text .read-more-style {
    width: 155px;
}

.read-more-style a {
    background-color: #2d2829;
    padding: 9px 23px 12px;
    font-size: 16px;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.read-more-style a:after {
    content: "\f101";
    font-family: "fontawesome" ;
    width: 40px;
    height: 40px;
    font-size: 21px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    text-align: center;
    top: -6px;
    background: #a2962a url( 'images/small-logo2.png' ) no-repeat center center;
    margin-left: 22px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.read-more-style a:hover {
    background-color: #a2962a;
    color: #fff !important;
}

.practice-section {
    margin: 0 auto 20px;
    color: #333;
    padding: 38px 0;
    border: 1px #e1e1e1 solid;
}

.practice-img-text-wrap {
    background-color: #fff;
    padding: 30px 0;
    margin-bottom: 50px;
}

.practice-section a {
    color: #333;
    position: relative;
    width: 38px;
    height: 38px;
    float: right;
    font-size: 12px;
}

.practice-section a:before {
    content: '';
    border-width: 19px;
    border-style: solid;
    border-color: #fff transparent transparent #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.practice-section a:after {
    position: absolute;
    content: "\f067";
    font-family: "fontawesome" ;
    color: #fff;
    width: 38px;
    height: 38px;
    text-indent: 17px;
    top: 0;
    left: 0;
    background-color: #a2962a;
    text-align: center;
    line-height: 50px;
    font-size: 12px;
}

.practice-section .practice-text {
    padding: 0 20px;
}

.practice-text h3 {
    font-family: georgia;
    font-size: 22px;
    font-weight: 500;
    color: #2d2829;
    margin-bottom: 10px;
}

.practice-text h3:after {
    content: '';
    width: 80px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: 10px auto 0;
}

.middle-logo-section1 {
    background: #a2962a url( 'images/logo-section-bg4.jpg' ) no-repeat top left;
    background-size: cover;
}

.middle-logo-section1 .middle-logo-wrap1 {
    background-color: rgba(45,40,41,.9);
    padding: 50px 50px 90px;
}

.middle-logo-section1 .middle-logo-wrap1 a {
    color: #a2962a;
}

.middle-logo-section2 {
    background: #a2962a url( 'images/logo-section-bg1.jpg' ) no-repeat top left;
    background-size: cover;
}

.middle-logo-section2 .middle-logo-wrap2 {
    background-color: rgba(162,150,42,.85);
    padding: 90px 50px 50px;
}

.middle-logo-section2 .middle-logo-wrap2 a {
    color: #242021;
}

.middle-logo-section1 .middle-logo-wrap1 a:hover,
.middle-logo-section2 .middle-logo-wrap2 a:hover {
    color: #fff;
}

.middle-logo-wrap {
    position: relative;
}

.middle-logo-wrap .middle-logo {
    position: absolute;
    width: 150px;
    height: 150px;
    line-height: 13;
    border-radius: 50%;
    background-color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}

.middle-logo-wrap .middle-logo img {
    width: 100px;
}

.middle-logo-section1 aside p,
.middle-logo-section2 aside p {
    margin-bottom: 0;
}

.middle-logo-section1 aside,
.middle-logo-section2 aside {
    color: #fff;
}

.comm-text {
    color: #333;
}

.footer-add h3 {
    font-size: 16px;
    margin-bottom: 3px;
}

.footer-address-wrap {
    font-weight: 300;
}

.footer-address-wrap .footer-add strong {
    margin-top: 16px;
    display: block;
}

.footer-address-wrap .footer-phone {
    margin: 20px 0;
}

#tss_warppper {
    max-width: 100% !important;
}

#tss_testimonial {
    text-align: center !important;
    font-style: italic;
}

#tss_name {
    font-family: georgia;
    font-weight: 500 !important;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-controls {
    position: absolute;
    width: 100%;
    top: 20px;
}

.owl-carousel .owl-controls .owl-next {
    float: right;
}

.front-page-6 .flexible-widgets {
    padding-bottom: 0;
}

.gray-box {
    background-color: #ededed;
    font-style: italic;
    font-weight: 700;
    padding: 20px;
}

.re-post-wrap {
    margin: 20px 0;
}

.re-post-wrap h4 {
    margin-bottom: 10px;
}

.page-search .search-form input[type="search"] {
    width: 80%;
    padding: 12px 14px;
}

.page-search .search-form input[type="submit"] {
    padding: 15.3px 25px;
    margin-left: 4px;
    vertical-align: top;
}

.about-img {
    margin-top: 0px;
}

.blog-page-widget {
    margin-bottom: 40px;
    background-color: #f2f2f2;
    color: #000;
    padding: 20px;
    border-radius: 5px;
}

.blog-page-widget h1 {
    color: #9b8910;
}

.blog-page-widget h4 {
    font-weight: 400;
}

.front-page-3 .search-form input[type="search"],
.sidebar-primary .search-form input[type="search"] {
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
    color: #a2932e;
    font-weight: 400;
}

.front-page-3 .search-form input::-webkit-input-placeholder,
.sidebar-primary .search-form input::-webkit-input-placeholder {
    color: #a2932e !important;
    font-weight: 400;
}

.front-page-3 .search-form input[type="submit"],
.sidebar-primary .search-form input[type="submit"] {
    background-image: url(images/icon.png);
    width: 20px;
    height: 20px;
    position: relative;
    float: right;
    text-indent: 24px;
    top: -30px;
    right: 10px;
    background-color: transparent;
    padding: 0;
}

.header-sticky-menu {
    display: none;
}

#menu-main-header-menu-1 {
    display: none;
}

.header-sticky-menu section {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 0 8px;
}

.responsive-menu-wrap:before {
    content: "\f0c9";
    font-family: "fontawesome" ;
    display: block;
    line-height: 37px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    font-size: 15px;
    background-color: #a2962a;
    color: #fff;
    margin: auto;
    border: 1px #a2962a solid;
}

.responsive-menu-wrap {
    color: #2d2829;
    cursor: pointer;
}

.header-sticky-menu section a {
    color: #2d2829;
}

.sticky-call a i,
.sticky-contact a i,
.sticky-results a i {
    display: block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    background-color: #a2962a;
    margin: auto;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    border: 1px #a2962a solid;
}

.responsive-menu-wrap:hover:before,
.sticky-call a:hover i,
.sticky-contact a:hover i,
.sticky-results a:hover i{
    background-color: #fff;
    color: #a2962a;
}

#menu-main-header-menu-1 {
    position: absolute;
    background-color: #2d2829;
    left: 0;
    text-align: left;
    width: 100%;
    padding: 10px 20px;
    height: 415px;
    overflow-y: scroll;
}

#menu-main-header-menu-1::-webkit-scrollbar {
    width: 3px;
}

#menu-main-header-menu-1 li a {
    color: #fff;
    padding: 8px 0;
    display: inline-block;
}

#menu-main-header-menu-1 li a:hover {
    color: #a2962a;
}

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

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

.image-section {
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

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

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

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

.solid-section {
	background-color: #fff;
}

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

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

.front-page-1 {
	position: relative;
	background-attachment: scroll !important;
	background-position: 0 !important;
}

.front-page-1 .image-section {
	/*padding-top: 200px;*/
}

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

.front-page-2 .image-section {
	background: #a2962a;
	padding: 60px 0 20px;
}

.front-page-2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: -160px;
	position: relative;
	width: 1000px;
}

.front-page-2 h4 {
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.front-page-2 .wrap {
	padding: 0 5%;
}

.front-page-2 h3 {
	line-height: 1.5;
	margin-bottom: 20px;
}

.front-page-2 p {
	margin-bottom: 15px;
}

.front-page-2 .flexible-widgets {
	padding: 0;
}

.front-page-3 .solid-section h4 {
	margin-bottom: 20px;
}

.front-page-4 {
	background-color: #c4c4c4;
}

.front-page-7 {
    background-color: #f0f0f0;
}

.front-page-4 img {
	margin-bottom: 20px;
        background-color: #fff;
        padding: 5px;
        border-radius: 50%;
        border-left: 1px #e1e1e1 solid;
}

.front-page-4 img:hover {
        border-left: 1px #272324 solid;
}

.home-mid {
	background: #f3f3f3;
}

.home-mid-inner {
	margin: 0 auto;
	max-width: 1200px;
}

.home-mid-left {
	float: left;
	margin-top: 200px;
	padding: 0;
	width: 25%;
}

.home-mid-right {
	background: #fff;
	float: right;
	margin-top: 120px;
	padding: 70px;
	width: 70%;
}

.front-page-9 {
	background-color: #fa5738;
}

.front-page-12 {
	background-color: #f3f3f3;
}

.front-page-12 .image-section {
	color: #333;
}

.front-page-12 .image-section a {
	color: #fa5738;
}

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

.bottom-image {
	margin-bottom: -160px;
	margin-top: 50px;
}

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

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

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

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

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

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

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

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

.fp-left ul,
.fp-right2 ul {
	margin-bottom: 40px;
} 

.fp-left li,
.fp-right2 li {
	list-style-type: disc;
	margin-left: 24px;
	margin-bottom: 5px;
}

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

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

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

.flexible-widgets {
	padding: 50px 0;
}

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

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

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

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

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

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

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

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

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

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

.entry-content ol > li {
	list-style-type: decimal;
        margin-bottom: 5px;
}

.entry-content ul > li {
	list-style-type: disc;
        margin-bottom: 5px;
}

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

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

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

.entry-content ul li h6 {
    margin-bottom: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.entry-content a {
    font-weight: 700;
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

.archive-pagination li {
	display: inline;
}

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

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

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

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

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

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

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

li.comment { }

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

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

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

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

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

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

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

.bypostauthor {
}

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

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

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

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

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

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

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
}

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

.footer-widgets {
	clear: both;
	font-size: 16px;
	text-align: center;
        background: #000 url( 'images/footer-background.jpg' ) repeat top left;
        padding: 60px 0;
        font-weight: 300;
}

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

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

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

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

.footer-widgets li {
	margin-bottom: 6px;
}

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

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

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

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

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

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

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

.plans {
	margin-top: 60px;
}

.plan {
	background: #fff;
	border: 1px solid #ddd;
	color: #333;
	float: left;
	padding: 60px 20px;
	width: 25%;
}

.popular {
	background: #a2962a;
	border: none;
	color: #fff;
	position: relative;
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
}

.plan h2 {
	font-size: 62px;
	font-weight: 300;
}

.popular h2 {
	color: #fff;
}

.plan .price {
	font-size: 90px;
	font-weight: 400;
	margin: 0 0 20px;
}

.plan sup {
	font-size: 30px;
	top: -1.36em;
}

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

.plan small {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
}

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

.uppercase {
	text-transform: uppercase;
}

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

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

small {
	letter-spacing: 1px;
}

.italic {
	font-style: italic;
}

.centered {
	margin: 0 auto;
	text-align: center;
}

.author-circle {
	border: 4px solid #fff;
	border-radius: 50px;
}

.quote {
	background: #fff;
	border-radius: 6px;
	border: 1px solid #ddd;
	color: #888;
	font-size: 16px;
	padding: 20px 40px;
}

.quote-arrow {
	background-image: url(images/quote-arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-black {
	background: #121212;
	border-radius: 6px;
	border: 1px solid #353535;
	color: #fff;
	font-size: 16px;
	padding: 20px 40px;
}

.quote-arrow-black {
	background-image: url(images/quote-arrow-black.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-black a {
	color: #aaa;
}

.quote-black p {
	color: #fff;
}

.left-content {
	float: left;
	padding: 0 20px 0 0;
	text-align: left;
}

.left-content .fa,
.right-content .fa {
	padding: 40px 0;
}

.right-content {
	overflow: hidden;
	text-align: left;
}

.left-content,
.right-content h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	margin-bottom: 8px;
}

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

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

.features {
	text-align: left;
}

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

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

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

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

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

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

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

.site-footer {
	background: #000 url( 'images/footer-copy-bg.png' ) repeat top left;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
        font-family: 'luzsans-bookluzsans-book';
}

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

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

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

/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translateY(20px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
} 

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
} 

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 760px) {
    #genesis-responsive-slider .slide-excerpt {
        margin: 12% 0 0 0;
    }
    
    .practice-section {
        width: 70%;
    }
    
    .trust-logo-section img {
        padding: 0 6px;
    }
}

@media only screen and (min-width: 961px) {
    .footer-widgets {
        text-align: left;
    }
    
    .footer-widgets .widget-title:after {
        margin: 0;
    }
    
    .footer-widgets ul {
        margin-left: 20px;
    }
    
    .footer-widgets li {
        list-style-type: disc;
    }
    
    .footer-add .wpseo-location:before,    
    .footer-phone .phone-style:before,
    .footer-email:before {
        content: '';
        font-family: "fontawesome" ;
        position: absolute;
        left: 0;
    }
    
    .footer-add .wpseo-location,
    .footer-phone .phone-style,
    .footer-email {
        position: relative;
        padding-left: 20px;
	display: block;
    }
    
    .footer-add .wpseo-location:before {
        content: "\f041";
    }
    
    .footer-phone .phone-style:before {
        content: "\f095";
    }
    
    .footer-email:before {
        content: "\f003";
        top: 3px;
        font-size: 14px;
    }
    
    .simple-social-icons ul.aligncenter {
        text-align: left !important;
    }
    
    .footer-logo-last {
        margin: 30px 0;
    }
    
    .nav-primary .search-form {
        margin: auto;
    }
}

@media only screen and (min-width: 1024px) {
    ul.header-contact li {
        display: inline;
        margin-left: 10px;
    }
    
    .site-header .header-widget-area {
        padding: 10px 3% 10px 0;
    }
    
    .site-header,
    .site-header.light {
        background-color: rgba(255,255,255,.8);
    }
    
    .site-header .title-area {
        width: 190px;
        margin-bottom: 0;
        position: relative;
        padding: 20px 3%;
    }
    
    .site-header.light .title-area {
        padding: 20px 3% !important;
    }
    
    .site-header .title-area:after {
        content: '';
        border-width: 67px 35px 68px 35px;
        border-color: #fff transparent transparent #fff;
        border-style: solid;
        right: -70px;
        position: absolute;
        top: 0;
    }
    
    .site-header .wrap {
        padding: 0 !important;
        max-width: 100%;
    }
    
    .nav-primary {
        clear: right;
        background-color: #272324;
        padding: 0 3% 0 0;
    }
    
    .nav-primary ul li:last-child a {
        padding-right: 0;
        border-right: 0;
    }
    
    .nav-primary ul li a {
        padding: 22px 15px;
        color: #fff;
        letter-spacing: 1px;
        border-right: 1px transparent solid;
        border-image: linear-gradient(to top, #272224 , #534a4e , #272224);
        border-image-slice: 1;
    }
    
    .nav-primary ul li.current-menu-item a,
    .nav-primary ul li a:hover {
        background: url( 'images/small-logo.png' ) no-repeat center center;
        color: #a2932e;
    }
    
    .nav-primary ul {
        padding: 10px 0;
    }
    
    .header-image .site-title > a {
        height: 95px;
    }
    
    .front-page-1 .wrap {
        padding: 0;
    }
    
    .front-page-3 .wrap,
    .front-page-4 .wrap,
    .home-mid .wrap,
    .home-mid-wide .wrap,
    .front-page-5 .wrap,
    .front-page-6 .wrap,
    .front-page-7 .wrap,
    .footer-widgets .wrap,
    .site-inner {
        padding: 0 3%;
    }
    
    .front-page-3 .two-thirds,
    .front-page-3 .one-third {
        text-align: left;
    }
    
    .read-more-style {
        float: left;
    }
    
    .front-page-3 .heading-style:after,
    .front-page-7 .heading-style:after {
        margin-left: 1px;
    }
    
    .front-page-3 .two-thirds {
        width: 60%;
    }
    
    #genesis-responsive-slider .slide-excerpt {
        margin: 20% 0 0 0;
    }
    
    #genesis-responsive-slider .slide-excerpt .slide-excerpt-border,
    .header-banner-wrap {
        padding: 20px 100px;
	width: 70%;
    }
    
    .practice-img-text-wrap {
        width: 48%;
        float: left;
        background-color: transparent;
        position: relative;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .practice-img-text-wrap:nth-child(1) {
        margin-right: 4%
    }

    .practice-img-text-wrap:nth-child(3) {
	margin: auto;
    	float: none;
    	overflow: hidden;
    }
    
    .practice-section {
        background-color: #fff;
        width: 87%;
        float: right;
        padding-bottom: 0;
    }
    
    .practice-img-text-wrap img {
        position: absolute;
        top: 70px;
        left: 0;
    }
    
    .practice-section .practice-text {
        padding-left: 95px;
        text-align: left;
	min-height: 232px;
    }
    
    .practice-text h3:after {
        margin: 10px 0 0;
    }
    
    .home-mid-wide .flexible-widgets,
    .home-mid-wide .wrap {
        padding: 0 !important;
    }
    
    .middle-logo-section1,
    .middle-logo-section2 {
        width: 50%;
        float: left;
    }
    
    .community-section-wrap .comm-logo {
        width: 30%;
        float: left;
        padding-top: 30px;
    }
    
    .community-section-wrap .comm-text {
        width: 70%;
        float: left;
        text-align: left;
        border-left: 1px #333 solid;
        position: relative;
        padding: 0 50px 30px;
    }
    
    .community-section-wrap .comm-text:before {
        content: '';
        background: url( 'images/left-align.png' ) no-repeat center center;
        width: 15px;
        height: 34px;
        position: absolute;
        left: -12px;
        top: 100px;
        background-color: #f0f0f0;
    }
    
    .middle-logo-section1 .middle-logo-wrap1,
    .middle-logo-section2 .middle-logo-wrap2 {
        padding: 75px;
    }
    
    .middle-logo-section1 {
        position: relative;
    }
    
    .middle-logo-section1 .middle-logo-wrap {
        position: absolute;
        top: 200px;
        right: 75px;
    }

    .front-page-1 .flexible-widgets {
	padding: 282px 5%;
    }
    
    .nav-primary .search-form {
        float: right;
    }
    
    .genesis-nav-menu > .search {
        float: right;
        top: 9px;
        position: relative;
    }

}

@media only screen and (min-width: 1200px) {
    .site-header .title-area {
        width: 302px;
        padding: 20px 0 20px 7%;
    }
    
    .site-header.light .title-area {
        padding: 20px 0 20px 7% !important;
    }
    
    .site-header .header-widget-area {
        padding-right: 7%;
    }
    
    .nav-primary {
        padding-right: 7%;
    }
    
    .front-page-3 .wrap,
    .front-page-4 .wrap,
    .home-mid .wrap,
    .home-mid-wide .wrap,
    .front-page-5 .wrap,
    .front-page-6 .wrap,
    .front-page-7 .wrap,
    .footer-widgets .wrap,
    .site-inner {
        padding: 0 7%;
    }
    
    .footer-logo-section {
        width: 224px;
        height: 224px;
        padding: 7px;
        border-radius: 50%;
        background: red;
        background: -webkit-linear-gradient(#ccc, #555, #ccc, #555, #ccc);
        background: -o-linear-gradient(#ccc, #555, #ccc, #555, #ccc);
        background: -moz-linear-gradient(#ccc, #555, #ccc, #555, #ccc);
        background: linear-gradient(#ccc, #555, #ccc, #555, #ccc);
    }
    
    .footer-logo-section iframe,
    .footer-logo-section .wpseo-map-canvas .gm-style {
        height: 100%;
        border-radius: 50%;
    }
}

@media only screen and (min-width: 1280px) {
    .fix-width {
        width: 700px;
    }

}

@media only screen and (min-width: 1300px) {
    .practice-section .practice-text {
	min-height: 207px;
    }
    
    .nav-primary ul li a {
        padding: 22px 22px;
    }
    
    .genesis-nav-menu > .search {
        width: 185px;
    }
    
}

@media only screen and (min-width: 1600px) {
    .nav-primary ul li a {
        padding: 22px;
    }
    
    .content {
        width: 900px;
    }
}

@media only screen and (min-width: 1800px) {
    .practice-section .practice-text {
	min-height: 160px;
    }

    .practice-section {
	width: 90%;
    }
    
    .content {
        width: 1100px;
    }
    
}

@media only screen and (min-width: 2000px) {
    .content {
        width: 1300px;
    }
}

@media only screen and (min-width: 2300px) {
    .content {
        width: 1560px;
    }
}

@media only screen and (max-width: 1800px) {
	
	.front-page-1,
	.front-page-4,
	.front-page-5,
	.front-page-7,
	.front-page-9,
	.front-page-12 {
		-webkit-background-size: auto;
		-moz-background-size:    auto;
		background-size: auto;
	}

}

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

	/*.site-inner,
	.wrap {
		max-width: 1140px;
	}*/
	
}

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

	/*.site-inner,
	.wrap {
		max-width: 960px;
	}*/

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

	.content {
		width: 620px;
	}

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

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

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

	.front-page-2 {
		padding: 0 5%;
		width: 100%;
	}
	
}	

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

	/*.site-inner,
	.wrap {
		max-width: 768px;
	}*/
	
	.secondary-nav .site-inner {
		margin-top: 80px;
	}

	.front-page .site-inner {
		max-width: none;
	}

	.site-header {
		position: static;
	}
	
	.front-page .site-header {
		background-color: #fff;
	}
	
	.front-page .site-header > .wrap {
		border: none;
	}

	.content,
	.sidebar,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.site-header .title-area,
	.site-header.light .title-area {
		padding: 15px 0 !important;
	}
	
	.header-image .light .site-title > a {
	}

	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	
	.header-image .site-title > a {
		background-position: center !important;
	}
	
	.nav-primary .genesis-nav-menu {
		float: none;
                clear: both;
                padding: 18px 0 10px;
	}
	
	.nav-secondary,
	.site-header.light .nav-secondary {
		border-bottom: none;
		display: block;
	}

	.genesis-nav-menu a,
	.site-header.light .genesis-nav-menu a {
		padding: 10px;
                font-size: 18px;
	}

	.front-page .site-inner {
		margin-top: 0;
	}
	
	.front-page-1,
	.front-page-4,
	.front-page-5,
	.front-page-7,
	.front-page-9,
	.front-page-12 {
		background-attachment: scroll;
		-webkit-background-size: auto;
		-moz-background-size:    auto;
		background-size:         auto;
	}

	.site-inner {
		margin-top: 40px;
	}

	.full-width-content .content {
		padding: 0;
	}

	.full-width-content img.pull-left {
		margin-left: 0;
	}

	.full-width-content img.pull-right {
		margin-right: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0 0 40px;
		width: 100%;
	}
	
	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		width: 100%;
	}
	
	.front-page-1 .image-section,
	.secondary-nav .front-page-1 .image-section {
		padding-top: 0;
	}
	
	.plan .price {
	  	font-size: 60px;
	}
	
	.plan sup {
    		font-size: 30px;
    		top: -.7em;
	}
	
	.enews-widget input {
		width: 40%;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 768px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.footer-widgets-1
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0 0 30px;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.features .main-img {
		padding-top: 0;
	}
        
        .slide-excerpt-border h2 {
            font-size: 18px;
        }

}

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

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.site-header .wrap {
		padding: 0 5%;
	}
        

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.front-page .site-inner {
			padding: 0;
		}
	
	.genesis-nav-menu.responsive-menu {
		display: none;
		float: none;
		padding: 0 0 20px;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
        
        .responsive-menu-icon {
            position: relative;
            width: 75px;
            margin: 0 auto 10px;
            text-align: left;
        }

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

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a {
		border: none;
		display: block;
		padding: 10px;
		text-transform: none;
	}

	.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 20px/1 "dashicons";
		height: 20px;
		padding: 7px 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(255, 255, 255, 0.05);
		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 {
		padding: 10px 5px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before
	 {
		color: #fff;
	}
        
        .site-header .genesis-nav-menu.responsive-menu .current-menu-item > a {
                color: #000;
        }

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0 0 40px;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	.home-mid .wrap {
		padding: 0;
	}
	
	.home-mid-left {
		margin-top: 120px;
		width: 100%;
	}
	
	.home-mid-left .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.home-mid-right {
		margin-top: 80px;
		padding: 120px 0;
		width: 100%;
	}
	
	.home-mid-right .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.home-mid-right h4 {
		font-size: 30px;
		font-size: 3.0rem;
	}
	
	.front-page-10 .flexible-widgets {
		padding: 60px 0;
	}
	
	.fp-left,
	.fp-right,
	.fp-left2,
	.fp-right2 {
		clear: both;
		text-align: center;
		width: 100%;
	}
	
	.fp-left,
	.fp-right2 {
		margin: 40px 0 0;
		min-height: auto;
	}
	
	.fp-left2 {
		min-height: 300px;
	}
	
	.fp-right {
                margin-top: 40px;
		min-height: auto;
	}
	
	.fp-left2 img,
	.fp-right img {
		position: relative;
		max-width: 100%;
	}

	.leftrow,
	.rightrow {
		clear: both;
		text-align: center;
		width: 100%;
	}

	.home .content ol,
	.home .content ul {
		margin-left: 0;
	}
	
	.home .content ul > li {
	  list-style-type: none;
	}
        
        .nav-primary .sub-menu a:hover {
            background-color: #222 !important;
        }
        
        .header-contact {
            margin-bottom: 10px;
        }
        
        .sticky-on {
            display: block;
            position: fixed;
            top: 0;
            width: 100%;
            padding: 2%;
            background-color: #e2e2e2;
            z-index: 9999;
        }
        
        .header-image .site-title > a {
            height: 80px;
        }
        
        .site-header .title-area {
            margin-bottom: 10px;
        }
        
        .responsive-menu-icon:after {
            content: "MENU";
            position: absolute;
            font-size: 18px;
            font-weight: 600;
            font-family: 'luzsans-bookluzsans-book';
            top: -2px;
        }

}

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

	.front-page-2 form {
		background: none;
	}

	.plan {
		float: none;
		margin: 0 auto 40px;
		width: 75%;
	}
	
	.popular {
	    transform: none;
	    -webkit-transform: none;
	}
        
        .trust-logo-section img {
            display: block;
            margin: 20px auto;
        }

}

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

	.image-section h4,
	.solid-section h4 {
		font-size: 34px;
		font-size: 3.4rem;
		margin-bottom: 20px;
	}
	
	.front-page-2 .image-section h4 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.enews-widget input {
		width: 100%;
	}
	
	.left-content,
	.right-content {
		text-align: center;
		width: 100%;
	}
	
	.left-content .fa,
	.right-content .fa {
		padding: 20px;
	}

}

@media only screen and (max-height: 640px) {

	.front-page-1,
	.front-page-4,
	.front-page-5,
	.front-page-7,
	.front-page-9,
	.front-page-12 {
		background-size: cover;
	}
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}

	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}