/* # ChristAdolpheAsso
Theme Name: ChristAdolpheAsso
Theme URI: http://buzzword.net.au
Description: This is a theme carefully crafted for Christ Adolphe Associates.   
Author: Buzzword Hosting (Harold Lupogan)  
Author URI: http://www.buzzword.net.au/
Version: 1.0
Template: genesis  
Template Version: 2.2.3  
Tags: green, blue, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/

/* # WARNING

This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. Please do all modifications in the form of a child theme.
Copy the contents of this file to the child theme. Do not use @import, as the CSS included with Genesis might change in the future.

*/

/* # Table of Contents
- Imports
- 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
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* # Imports
---------------------------------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);


/* # 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,
.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,
.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: 1.8rem;
}

body {
	background-color: #f5f5f5;
	color: #333;
	font-family: Open Sans, sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #74C136;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #454545;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	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: 0;
  padding-left: 1em;
  border-left: 4px solid #74C136;
}

/*blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}*/

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #74C136 ;
	font-family: Din, sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: uppercase;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2.25em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.75em;
}

h5 {
	font-size: 1.5em;
}

h6 {
	font-size: 1.25em;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	width: 100%;
	box-shadow: inset 0px 2px 20px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0px 2px 20px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0px 2px 20px rgba(0,0,0,0.2);
  -o-box-shadow: inset 0px 2px 20px rgba(0,0,0,0.2);
  border: none;
  color: #c6c6c6;
  font-size: .9em;
  font-weight: 800;
  padding: 1.5em 1em 1.5em 2.5em;
}

input:focus,
textarea:focus {
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #c6c6c6;
	font-weight: 600;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #c6c6c6;
	font-weight: 600;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #454545;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	font-weight: 600;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

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: #74C136;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.widget_search input[type="submit"] {
	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 {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

/* ## 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: 720px;
}

.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: 400px;
}

.sidebar-primary .entry-title {
	font-size: 1.3em;
	font-weight: 900;
  text-transform: uppercase;
}

.sidebar-primary #featured-page-4,
.sidebar-primary #featured-page-5 {
	height: 17em;
	color: white;
}

.sidebar-primary #featured-page-4 {
	text-align: right;
}

.sidebar-primary #featured-page-4 .entry-title a {
	color: #333;
}

.sidebar-primary #featured-page-4 {
	background: url(public/images/cta-1-bg.jpg)no-repeat 30% 60%;
	background-size: cover;
}

.sidebar-primary #featured-page-4 .entry {
	width: 64%;
	float: right;
}

.sidebar-primary #featured-page-4 .more-link,
.sidebar-primary #featured-page-5 .more-link {
  width: 10em;
  padding: 1.5em;
  display: block;
  text-align: center;
  border-radius: 4px;
  margin-top: 1em;
  font-weight: 600;
  text-transform: uppercase;
}

.sidebar-primary #featured-page-4 .more-link {
	border: 2px solid #333;
  background-color: #333;
  color: white;
}

.sidebar-primary #featured-page-4 .more-link:hover {
	background: none;
	border: 2px solid white;
	color: white;
}

.sidebar-primary #featured-page-5 .more-link {
	border: 2px solid white;
	background-color: white;
	color: #333;
}

.sidebar-primary #featured-page-5 .more-link:hover {
	background: none;
	border: 2px solid white;
	color: white;
}

.sidebar-primary #featured-page-4 .more-link {
	float: right;
}

.sidebar-primary #featured-page-5 .more-link {
	float: left;
}

.sidebar-primary #featured-page-5 {
	background: url(public/images/cta-2-bg.jpg)no-repeat 30% 60%;
	background-size: cover;
}

.sidebar-primary #featured-page-5 .entry {
	width: 60%;
	float: left;
}

.sidebar-primary #featured-page-5 .entry-title a {
	color: white;
}

.sidebar-primary #text-17 {
	background: #74C136 url(public/images/sidebar-pdf-download-bg.png)no-repeat bottom center;
	background-size: 100%;
	height: 44em;
	padding: 3em;
	color: white;
}

.sidebar-primary #text-17 h2 {
	font-size: 3.5em;
	font-weight: 800;
	line-height: 1em;
	text-transform: uppercase;
}

.sidebar-primary #text-17 .button-pdf {
  display: block;
  font-size: 1.5em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 3em;
}

.sidebar-primary #text-17 .button-pdf:hover {
	background-color: rgba(255,255,255,0.5);
}

.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-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;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
/*.widget_search input[type="submit"] */{
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #8a8e93;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #74C136;
}

.widget-title {
	font-size: 1em;
	margin-bottom: 0;
}

/* ## 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 {
}

.featured-content .entry-title {
	font-size: 1.5em;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	font-size: 1em;
	background-color: #fff;
	min-height: 8em;
}

.site-header .wrap {
	padding: 1em 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 11em;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(public/images/logo.png) no-repeat left;
	background-size: 100% !important;
	float: left;
	min-height: 3.9em;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 80%;
	padding-top: 1.25em;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #c1c3c7;
	text-decoration: none;
	display: block;
	padding: 2em .875em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 700;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #74C136;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary .genesis-nav-menu a {
	color: #ccc;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: underline;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #c3251d;
	text-decoration: underline;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 0;
}

.content .entry {
	font-size: .8em;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	padding-left: 2em;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	padding-left: 2em;
  position: relative;
}

.entry-content ul > li:before {
	content: "\f0a9"; 
	font: normal normal normal 18px/1 FontAwesome;
	position: absolute;
	top: 4px;
	left: 0;
	color: #74C136;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-header .entry-meta a {
	color: #454545;
}

.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;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	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;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.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: .75em;
	background-color: #fff;
	padding: 2em;
}

.page .sidebar {
	margin-top: -8.5em;
	margin-bottom: 5em;
}

.page-wills-estates .sidebar,
.page-firm .sidebar {
	background: none;
}

.firm-sidebar,
.wills-sidebar {
	background-color: #fff;
}

.sidebar .featured-content a.alignnone {
	display: block;
}

.sidebar .featured-content img {
	width: 100%;
}

.sidebar #featured-post-7 h4.widget-title {
	font-size: 2em;
	margin-bottom: 1em;
}

.sidebar  #featured-post-7 .entry-title{
	font-weight: 700;
}

.sidebar  #featured-post-7 .entry {
	margin-bottom: 2em;
}

.sidebar .widget {
	border-radius: 2px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 2em;
}

.sidebar .entry-title {
	font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.sidebar .entry {
	margin-bottom: 0;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #68af2e;
	font-size: .8em;
	line-height: 1;
	padding: 2.5em 0;
	color: white;
}

.site-footer a {
	color: white;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .credits-left,
.site-footer .credits-right {
	width: 40%;
}

.site-footer .credits-left {
	float: left;
	text-align: left;
}

.site-footer .credits-right {
	float: right;
	text-align: right;
}

.to-top {
	display: none;
}


/* ## Top Bar
--------------------------------------------- */
.top-bar {
	min-height: 3.25em;
	padding-top: .5em;
	background-color: #74C136;
	text-align: right;
	color: white;
}

.top-bar-right {
	width: 50%;
	text-align: right; 
	float: right;
	position: relative;
}

.top-bar-right > .widget {
	display: inline-block;
}

.top-bar-right > .widget:first-child {
	border-right: 1px solid #84ce49;
	padding-right: 1em;
  height: 2em;
}

.top-bar-right > .widget:first-child .textwidget {
	float: left;
}

.top-bar-right > .widget:last-child {
	padding-left: .5em;
}

.win-os.safaritrue .top-bar-right > .widget:last-child .widget-wrap {
	position: relative;
	top: -10px;
}

.top-bar-right a {
	color: white;
	text-decoration: none;
	font-weight: 800;
	padding-top: .25em;
  display: block;
}

.top-bar input[type='search'] {
	width: 2em;
	padding: .5em .25em;
	color: transparent;
	cursor: pointer;
	background: transparent url(public/images/icon-search.svg)no-repeat center left;
	box-shadow: none;
	transition:all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
}
.top-bar input[type='search']:hover {
	/*background-color: #fff;*/
}
.top-bar input[type='search']:focus {
	width: 12em;
	padding-left: 2em;
	color: white;
	border: 2px solid white;
	cursor: auto;
}

.top-bar input[type='submit'] {
	position: absolute;
  left: 0;
  visibility: hidden
}

.top-bar input::-moz-placeholder {
	color: transparent;
}
.top-bar input::-webkit-input-placeholder {
	color: transparent;
}

.mozillatrue .top-bar input[type="search"] {

}

/* ## Home Slider
--------------------------------------------- */
.home-slider {
	font-size: 1em;
	overflow: hidden;
}

.home-slider .slick-prev.slick-arrow,
.home-slider .slick-next.slick-arrow{
  position: absolute;
  z-index: 10000;
  top: 50%;
  -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	text-indent: -10000px;
}

.home-slider .slick-prev.slick-arrow {
	left: 5%;
	background: transparent url(public/images/arrow-left.png)no-repeat center left;
}

.home-slider .slick-next.slick-arrow {
	right: 5%;
	background: transparent url(public/images/arrow-right.png)no-repeat center right;
}

.home-slider .slider{
  min-height: 30em;
  position: relative;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: top center;
}

.home-slider .slide-content{
	width: 37em;
	position: absolute;
	-webkit-transform: translateY(43%);
	-moz-transform: translateY(43%);
	-o-transform: translateY(43%);
	-ms-transform: translateY(43%);
}

.home-slider .slide-content h4 {
	color: #454545;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1em;
}

/* ## Home Services Quicklinks
--------------------------------------------- */
.home-services {
	font-size: 1em;
  margin-top: -10em;
  padding-bottom: 4em;
  position: relative;
  z-index: 20;
  background: url(public/images/home-services-bg.png)no-repeat 90% 110%;
}

.home-services .wrap {
	background-color: white;
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 30px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 0 30px rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 30px rgba(0,0,0,0.1);
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.home-services.entry-header {
	text-align: center;
}

.home-services .entry-title {
	font-size: 1.15em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  word-break: break-word;
}

.home-services .wrap > .widget {
	width: 50%;
	width: -webkit-calc(100%/2);
	width: -moz-calc(100%/2);
	width: calc(100%/2);
	height: 13em;
	margin-bottom: 0;
	text-align: center;
  padding: 3em 10em;
  background: white;
  float: left;
 	border: none;
 	box-shadow: inset 0 0 50px #f1f1f1;
  -moz-box-shadow: inset 0 0 50px #f1f1f1;
  -webkit-box-shadow: inset 0 0 50px #f1f1f1;
  -o-webkit-shadow: inset 0 0 50px #f1f1f1;
  position: relative;
}

.home-services .entry-content {
	display: none;
}

.home-services .textwidget img {
	width: 2em;
}

.home-services a.more-link:before {
	content: '';
	display: inline-block;
	width: 0;
	height:1px;
	float: left;
	margin-top: 1em;
	background-color: #69b030;
	tansition: width 500ms ease 1.5s;
	-webkit-transition: width 500ms ease 1.5s;
	-moz-transition: width 500ms ease 1.5s;
	-o-transition: width 500ms ease 1.5s;
}

.home-services .wrap > .widget:hover {
	background-color: #74C136;
	padding: 2em 3em;
	box-shadow: none;
	color: white;
	text-align: left;
}

.home-services .wrap > .widget:hover .entry-header {
	text-align: left;
}

.home-services .wrap > .widget:hover .entry-content {
	display: block;
	font-size: .8em;
}

.home-services .wrap > .widget:hover img.entry-image {
	display: none;
}

.home-services .wrap > .widget:hover a {
	color: #454545;
	text-decoration: none;
}

.home-services .wrap > .widget:hover .entry-content a.more-link {
	margin-top: 1em;
  display: inline-block;
  width: 100%;
  font-family: 'Din', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
  color: white;
}

.home-services .wrap > .widget:hover .entry-content a.more-link:hover {
	color: #454545;
}

.home-services .wrap > .widget:hover .entry-content a.more-link:before {
	width: 80%;
}


/* ## Home CTA
--------------------------------------------- */
.home-cta {
	font-size: 1em;
	height: 25em;
}

.home-cta > .widget-1 {
	background: url(public/images/cta-1-bg.jpg)no-repeat 30% 60%;
	background-size: cover;
}

.home-cta > .widget-2 {
	background: url(public/images/cta-2-bg.jpg)no-repeat 30% 60%;
	background-size: cover;
}

.home-cta > .widget-1 .widget-wrap {
	width: 33em;
}

.home-cta > .widget-2 .widget-wrap {
	width: 25em;
}

.home-cta > .widget {
	width: 50%;
	width: -webkit-calc((100%/2) - 1px);
	width: -moz-calc((100%/2) - 1px);
	width: calc((100%/2) - 1px);
	float: left;
	height: 25em;
	position: relative;
}

.home-cta .widget-wrap {
	font-size: .8em;
	position: absolute;
	color: white;
	transform: translateY(-35%);
	-webkit-transform: translateY(-35%);
	-moz-transform: translateY(-35%);
	-o-transform: translateY(-35%);
}

.home-cta .widget-wrap p {
	font-size: 1em;
	line-height: 1.875;
}

.home-cta .entry-title a{
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #454545;
}

.home-cta .textwidget p.cta-text {
	font-size: .85em;
	min-height: 7em;
}

.home-cta .textwidget a {
	font-size: 1em;
}

.home-cta .widget .widget-1 {
	text-align: right;
	top: 10em;
	right: 8%;
}

.home-cta .widget .widget-2 {
	text-align: left;
	top: 12em;
	left: 8%;
}

.home-cta .featured-content .entry {
	border: none;
  padding: 0;
  margin-bottom: 0;
}

.home-cta .widget .widget-2 .entry-title a{
	color: white;
}

/* ## Home Our Firm Section
--------------------------------------------- */
.home-firm {
	font-size: .8em;
	padding-top: 3em;
	text-align: center;
	background:	url(public/images/firm-bg.png)no-repeat top right;
	position: relative;
	z-index: 2;
}

.home-firm > div > .widget-1 {
	width: 100%;
  margin-bottom: 3em;
	position: relative;
}

.home-firm .widget-1 .widget-title {
	background-color: #74C136;
	color: white;
  font-size: 2.25em;
  font-weight: 700;
  display: inline-block;
  padding: .75em 1em;
}

.home-firm .widget-1 .widget-title:before,
.home-firm .widget-1 .widget-title:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 38%;
	top: 1.5em;
	height: 1px;
	background-color: #ddd;
}


.home-firm .widget-1 .widget-title:before {
	left: 0;
}

.home-firm .widget-1 .widget-title:after {
	right: 0;
}

.home-firm > div > .widget-1 .textwidget {
	margin-top: 2em;
}

.home-firm > div > .widget-2,
.home-firm > div > .widget-3,
.home-firm > div > .widget-4 {
	width: 31.623931623931625%;
	min-height: 38em;
	margin-left: 2.564102564102564%;
	float: left;
	position: relative;
	background-color: #454545;
	color: white;
	padding-top: 15em;
}

.home-firm > div > .widget-2:after,
.home-firm > div > .widget-3:after,
.home-firm > div > .widget-4:after {
	content: '';
	display: inline-block;
	width: 0;
	position: absolute;
	right: 3px;
	bottom: 3px;
	border-style: solid;
	border-width: 0 0 4em 4em;
	border-color: transparent transparent #383737 transparent;
}

.home-firm > div > .widget-2 .textwidget,
.home-firm > div > .widget-3 .textwidget,
.home-firm > div > .widget-4 .textwidget {
	padding: 1.5em;
}

.home-firm > div > .widget-2 .textwidget:after,
.home-firm > div > .widget-3 .textwidget:after,
.home-firm > div > .widget-4 .textwidget:after {
	font-size: 2.5em;
  content: ' + ';
  display: inline-block;
  position: absolute;
  right: .25em;
  bottom: -.20em;
  color: white;
  z-index: 10;
}

.home-firm > div > .widget-2 {
	margin-left: 0;
}

.home-firm .widget img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.home-firm .widget h2 {
	color: white;
	font-weight: 800;
	text-transform: uppercase;
	padding-top: 1em;
}

.home-firm .widget h2:before {
	content:'';
	width: 100%;
	height: 3em;
  display: block;
  position: absolute;
  top: 5em;
  left: 0;
}

.home-firm #text-9 h2:before {
	background: url(public/images/icon-firm-1.png)no-repeat top center;
}

.home-firm #text-10 h2:before {
	background: url(public/images/icon-firm-2.png)no-repeat top center;
}

.home-firm #text-11 h2:before {
	background: url(public/images/icon-firm-3.png)no-repeat top center;
}

.home-firm > div > .widget-2:hover .textwidget:after,
.home-firm > div > .widget-3:hover .textwidget:after,
.home-firm > div > .widget-4:hover .textwidget:after {
	color: #383737;
}

.home-firm > div > .widget-2:hover:after,
.home-firm > div > .widget-3:hover:after,
.home-firm > div > .widget-4:hover:after {
	border-color: transparent transparent white transparent
}

.home-firm .widget h2 a {
	color: #fff;
}

/* ## Home PDF Download Section
--------------------------------------------- */
.home-download {
	font-size: 1em;
	background: url(public/images/pdfdownload-bg.jpg)no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  min-height: 25em;
  margin-top: -12em;
  z-index: 1;
}

.home-download-wrapper {
	width: 100%;
	background-color: rgba(49,194,32,0.85);
	padding: 2em 0;
	position: absolute;
	bottom: 0;
	text-transform: uppercase;
}

.home-download-wrapper h2 {
	margin-top: .5em;
	color: #333;
}

.button-pdf {
	background-color: white;
	border: 2px solid white;
	padding: 1.5em;
	color: #454545;
	display: inline-block;
}

.button-pdf:hover {
	background: none;
	color: white;
}

/* ## Footer Contact Section
--------------------------------------------- */
.site-contact {
	font-size: .85em;
	padding-top: 6em;
	padding-bottom: 3em;
	background-color: white;
}

.site-contact > div > .widget-1 {
	padding-left: 10em;
	padding-right: 1em;
}

.site-contact > div > .widget-2 {
	padding-left: 1em;
}

.site-contact .widget-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom:1.5em;
}

.site-contact .widget-1 .widget-title {
	float: right;
	text-align: right;
	color: #74C136;
	padding-left: 1em;
}

.site-contact .widget-2 .widget-title {
	float: left;
	text-align: left;
	color: #454545;
	padding-right: 8em;
}

.site-contact form input,
.site-contact form textarea {
  box-shadow: inset 0px 2px 20px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0px 2px 20px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0px 2px 20px rgba(0,0,0,0.2);
  -o-box-shadow: inset 0px 2px 20px rgba(0,0,0,0.2);
  border: none;
  color: #c6c6c6;
  font-size: .9em;
  font-weight: 800;
  padding: 1.5em 1em 1.5em 2.5em;
}

.site-contact form input[type="submit"] {
	width: 100%;
	display: block;
}

.site-contact form p {
	margin-bottom: 1.25em;
}

.site-contact .widget-2 a {
	color: #454545;
}

.site-contact .widget-2 ul {
	margin-top: 7.75em;
}

ul li.panel {
	display: block;
	position: relative;
	padding: 1.75em 3em 1.75em 6em;
	margin-bottom: 1em;
	background-color: white;
	box-shadow: 0px 2px 8px #ddd;
	-webkit-box-shadow: 0px 2px 8px #ddd;
	-moz-box-shadow: 0px 2px 8px #ddd;
}

ul li.has-icon:before {
	content: '';
	position: absolute;
	left: 1.25em;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 2.5em;
  text-rendering: auto;
  color: #74C136;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul li.phone:before {
	content: "\f098";
}

ul li.email:before {
	content: "\f199";
}

ul li.map:before {
	content: "\f041";
}

.site-contact .widget-2 .social-media {
	margin-top: 2em;
}

.site-contact .widget-2 .social-media,
.site-contact .widget-2 .social-media a {
	color: #74C136;
	font-weight: 800;
}

.site-contact .widget-2 .social-media a {
	display: inline-block;
}

.site-contact .widget-2 .social-media span {
  display: inline-block;
  float: left;
  margin-top: .5em;
  margin-right: 1.5em;
}


/* ## Internal Pages Templates 
--------------------------------------------- */
.site-wrapper {
	padding-top: 4em;
}

.site-wrapper .page-title,
.site-blog .site-blog-title {
	position: relative;	
}

.site-wrapper .page-title .entry-title,
.site-blog .site-blog-title h3 {
	color: white;
  padding: .4em 0;
  margin-bottom: 0;
  font-size: 1.75em;
}

.site-wrapper .page-title .wrap:before,
.site-blog .site-blog-title  .wrap:before {
	content: '';
	width: 50%;
  height: 100%;
  padding: .25em 0;
  background: #74C136;
  position: absolute;
  left: 0;
  display: inline-block;
  z-index: -1;
}

.site-blog-content {
	font-size: .8em;
	padding-top: 4em;
}

.site-blog-content .featured-content .post {
	width: calc(100%/4);
  float: left;
  padding-left: 0;
	padding-right: 3em;
}

.site-blog-content .featured-content .post:nth-of-type(4) {
	padding-left: 0;
}

.site-blog-content .featured-content img {
	width: 100%;
}

.site-blog-content .entry-title {
	font-size: 1.25em;
}

.site-blog-content .entry-title a {
	color: #74C136;
	text-transform: uppercase;
}

/* blog template */
.single-post .sidebar {
	margin-top: 0;
	margin-bottom: 5em;
	background-color: white;
  padding: 2em;
  box-shadow: 0 2px 5px #ddd;
}

.single-post .sidebar-primary #text-17 {
	display: none;
}

.single-post .sidebar-primary #featured-page-4 .entry {
	width: 75%;
}

.single-post .sidebar-primary #featured-page-5 .entry {
	width: 65%;
}

.sidebar-primary #text-18,
.sidebar-primary #text-19 {
	display: none;
	padding: 0;
}

.single-post .sidebar-primary #text-18,
.single-post .sidebar-primary #text-19 {
	display: block;
}

.single-post .sidebar-primary #text-18 .widget-title,
.single-post .sidebar-primary #text-19 .widget-title{
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	font-weight: 800;
	text-align: center;
	margin-bottom: 1em;
}

.single-post .sidebar-primary #text-18 form p{ 
	margin-bottom: 1em;
}

.single .sidebar-primary #text-18 form input[type="submit"] {
  width: 100%;
  font-size: 1.5em;
}

.single-post .sidebar-primary ul li.panel {
	box-shadow: none;
	background: none;
	border: none;
}

.single-post .sidebar-primary ul li.panel {
	padding: .5em .5em .5em 3em;
}

.single-post .sidebar-primary ul li.has-icon:before {
	left: 0;
}

.single-post .sidebar-primary ul li,
.single-post .sidebar-primary ul li a {
	color: #8a8e93;
}

.single-post .sidebar-primary #text-19 .textwidget {
	font-size: 1.25em;
}

.single-latest-blog {
	font-size: .8em;
}

.single-latest-blog .widget-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 2em;
}

.single-latest-blog .entry-title {
	font-size: 1.25em;
}

.single-latest-blog .entry-title a {
  color: #74C136;
  text-transform: uppercase;
}

.single-latest-blog .featured-content .entry {
	width: calc(100%/3.333);
	margin-right: 2em;
	float: left;
}

.single-latest-blog .featured-content .entry:last-child {
	margin-right: 0;
}

/* ## Generic Codes
--------------------------------------------- */
.text-left 		{ text-align: left; }
.text-right 	{ text-align: right; }
.text-center 	{ text-align: center; }

.white				{ color: white; }
.green 				{ color: #74C136; }
.bggreen 			{ background-color: #74C136; }

.icon-search	{ background: url(public/images/icon-search.svg) no-repeat; width: 1.75em; height: 1.75em; display: inline-block; cursor: pointer; }

.button-gray,
.button-gray-border		{ background-color: #454545; border: 2px solid #454545; padding: 1em 2em; font-size: .75em; font-weight: 700; color: white !important; display: inline-block; text-decoration: none;}
.button-gray:hover 		{ background: none; color: #454545; border: 2px solid white;}

.button-gray-border:hover {
	background: none; color: #454545 !important;
}

.button-white				{ background-color: white; border: 2px solid white; padding: 1em 2em; font-size: .75em; font-weight: 700; color: #454545; display: inline-block; text-decoration: none;}
.button-white:hover	{ background: none; color: white; border: 2px solid white;}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1440px) {
	.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 */
	.sidebar-primary {
		width: 300px;
	}

	.sidebar {
		font-size: .7em;
	}


	/* Site Header */
	.site-header {
		font-size: .85em;
	}

	.site-header .widget-area {
		width: 78%;
	}

	.genesis-nav-menu a {
		padding: 2em .5em;
	}

	.header-image .site-title > a {
		min-height: 3.4em;
	}

	/* Home CTA */

	.home-cta {
		font-size: .8em;
	}

	.home-slider .slick-prev.slick-arrow {
		left: 1%;
	}

	.home-slider .slick-next.slick-arrow {
		right: 1%;
	}

	.home-cta .widget-wrap p {
		font-size: 1.25em;
	}

  /* Home Services - Quicklinks */
  .home-services {
  	margin-top: -12em;
  }

  .home-services .wrap > .widget {
  	padding: 3em 5em;
  }

  .home-services .wrap > .widget:hover .entry-content a.more-link:before {
		width: 70%;
	}

	/* Our Firm */
	.home-firm .widget h2 {
		padding-top: 0;
	}

	.home-firm .widget h2:before {
		top: 4em;
		background-size: 2.25em !important;
	}

	.home-firm > div > .widget-2, .home-firm > div > .widget-3, .home-firm > div > .widget-4 {
		padding-top: 14em;
		min-height: 39em;
	}

	/* Contact Section */
	.site-contact > div > .widget-1 {
		padding-left: 6em;
	}

	.site-contact .widget-2 .widget-title {
		padding-right: 7em;
	}

	.site-contact .widget-2 ul {
    margin-top: 10em;
	}

	/* Inner pages */
	.site-wrapper .page-title .entry-title, .site-blog .site-blog-title h3 {
		padding: .6em 0;
		font-size: 1.5em;
	}

	.site-wrapper .page-title .wrap:before, .site-blog .site-blog-title .wrap:before {
		width: 55%;
	}

}

@media only screen and (max-width: 1200px) {

	.site-header .widget-area {
		width: 72%;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary{
		width: 300px;
	}

	.site-header {
		font-size: .7em;
	}

	/* Smooth Scroll to top */
  .to-top { display:inline-block; height:40px; width:40px; right:20px; bottom:20px; position:fixed; box-shadow:0 0 10px rgba(0,0,0,0.05); overflow:hidden; text-indent:100%; white-space:nowrap; background:rgba(232,98,86,0.8) url(public/images/to-top.svg) no-repeat center 50%; visibility:hidden; opacity:0; z-index: 10000; -webkit-transition:all .3s; -moz-transition:all .3s; transition:all .3s; }
  .to-top.top-is-visible { visibility:visible; opacity:1; }
  .to-top.top-fade-out { opacity:.5; }
  .no-touch .to-top:hover { background-color:#e86256; opacity:1; }

  /* Home Slider */



  /* Home Services - Quicklinks */
  .home-services {
  	margin-top: -16em;
  }

  .home-services .wrap > .widget {
  	padding: 4em;
  }

  .home-services .wrap > .widget:hover { 
		padding: 1em 1.5em;
  }

  /* Home Our Firm Section */
	.home-firm > div > .widget-2, .home-firm > div > .widget-3, .home-firm > div > .widget-4 {
		padding-top: 14em;
	}

	.home-firm > div > .widget-2, .home-firm > div > .widget-3, .home-firm > div > .widget-4 {
		min-height: 36em;
	}

	/* site contact */

	.site-contact .widget-2 ul {
		margin-top: 12.75em;
	}

}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-are{
		width: 100%;
	}

	.content {
		width: 480px;
	}

	.top-bar-right {
		width: 100%;
	}

	.site-header {
		font-size: .8em;
	}

	.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;
	}

	/* Home Slider */
	.home-slider .slider {
		min-height: 24em;
	}

	.home-slider .slide-content {
    -webkit-transform: translateY(16%);
    -moz-transform: translateY(16%);
    -o-transform: translateY(16%);
    -ms-transform: translateY(16%);
	}

	/* Home services quicklinks */
	.home-services {
		margin-top: -10em;
	}

	.home-services .wrap {
		background: none;
	}

	.home-services .wrap > .widget:hover a.more-link:before {
		width: 60%;
	}

	/* Home CTA */
	.home-cta {
		font-size: .8em;
	}

	.home-cta .entry-title {
		font-size: 1.5em;
	}

	.home-cta .entry-title a {
		color: white;
	}

	.home-cta > .widget-1 .widget-wrap,
	.home-cta > .widget-2 .widget-wrap {
		width: 80%;
	}

	/* hoem form */
	.site-contact > div > .widget-1 {
		padding-left: 0;
	}

	.site-contact .widget-2 .widget-title {
		padding-right: 0;
	}

	.site-contact .widget-2 ul {
		margin-top: 10.25em;
	}

	/* home download */
	.home-download {
		font-size: .75em;
		min-height: 30em;
		text-align: center;
	}

	.home .button-pdf {
		float: none;
	}

	/* home our firm */
	.home-firm {
		font-size: .75em;
	}

	.home-firm > div > .widget-2, .home-firm > div > .widget-3, .home-firm > div > .widget-4 {
		min-height: 40em;
	}

	/* internal pages */

	.sidebar-primary #featured-page-4 .entry,
	.sidebar-primary #featured-page-5 .entry {
		width: 90%;
	}

	.sidebar-primary #text-17 p {
		font-size: 1.25em;
	}

	.sidebar-primary #text-17 {
		font-size: .8em;
	}

	.site-wrapper .page-title .entry-title, .site-blog .site-blog-title h3 {
    padding: .8em 0;
    font-size: 1.25em;
	}

}

@media only screen and (max-width: 800px) {

	body {
		font-size: 1em;
	}

	h3 {

	}

	.site-wrapper .page-title .entry-title, .site-blog .site-blog-title h3 {
		font-size: 1.5em;
	}

	.site-header {
		font-size: 1em;
	}

	.header-image .site-title > a {
		min-height: 3.9em;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.content {
		width: 100%;
		display: block;
		clear: both;
	}

	.site-wrapper {
		padding-top: 0;
	}

	.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;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.site-header .widget-area {
		width: 100%;
	}

	/* Mobile Navigation Menu Icon properties */
  
  #primary-menu-icon {
    cursor: pointer;
    display: block;
    width: 3em;
    height: 2.5em;
    margin-top: 2em;
    padding: 2rem 1rem 1rem 1rem;
    text-align: center;
    float: right;
    background-color: #259536;
  }

  #primary-menu-icon span, 
  #primary-menu-icon span:before, 
  #primary-menu-icon span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: white;
    position: absolute;
    display: block;
    content: '';
  }
  #primary-menu-icon span:before {
    top: -10px; 
  }
  #primary-menu-icon span:after {
    bottom: -10px;
  }

  #primary-menu-icon span, #nav-toggle span:before, 
  #primary-menu-icon span:after {
    transition: all 250ms ease-in-out;
  }
  #primary-menu-icon.active span {
    background-color: transparent;
  }
  #primary-menu-icon.active span:before, 
  #primary-menu-icon.active span:after {
    top: 0;
  }
  #primary-menu-icon.active span:before {
    transform: rotate(45deg);
  }
  #primary-menu-icon.active span:after {
    transform: rotate(-45deg);
  }

	/* Hide Mobile Navigation Menu until it's toggled via script */

  .nav-header{
    background-color: #fbfbfb;
    z-index: 9999;
    display: none;
  }

  .nav-primary .wrap {
  	padding: 0 2%;
  }

  .nav-header .genesis-nav-menu .menu-item {
  	width: 100%;
    display: inline-block;
    text-align: left;
    border-bottom: 1px solid #eee;
  }

  .nav-header .menu-item {
  	margin-right: 0;
  }

  .nav-header .genesis-nav-menu a {
    border-bottom: 1px solid #fbfbfb;
    display: block;
    position: relative;
  }

  .nav-header .genesis-nav-menu a:hover,
  .nav-header .genesis-nav-menu .current-menu-item > a,
  .nav-header .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    background-color: #fbfbfb;
    color: #333;
  }

  .nav-header .genesis-nav-menu .current-menu-item > a,
  .nav-header .genesis-nav-menu .sub-menu .current-menu-item > a {
    color: #999;
  }

  .nav-header .genesis-nav-menu > .menu-item > a {
    text-transform: uppercase;
  }

  .nav-header .genesis-nav-menu .sub-menu {
    left: 0px;
    opacity: 1;
    position: relative;
    -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: 100%;
    z-index: 99;
  }

  .nav-header .genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 1rem 1rem 1rem 40px;
    position: relative;
    width: 100%;
    color: #999;
  }

  .nav-header .genesis-nav-menu .sub-menu a::before {
    content: "- ";
  }
  
  .nav-header .genesis-nav-menu .sub-menu a:hover {
    background-color: #f7f7f7;
  }
  
  .nav-header .genesis-nav-menu .sub-menu li li a {
    padding: 18px 40px;
    padding: 1.8rem 4rem;
  }
  
  .nav-header .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }

  .nav-header .genesis-nav-menu .menu-item:hover {
    position: static;
  }

  .nav-header .genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
  }

  .site-wrapper .page-title, .site-blog .site-blog-title {
  	margin-bottom: 0em;
  }

  /* home slider */
	.home-slider{
		height: 20em;
	}

	.home-slider .slider {
    background-size: cover !important;
    background-position: center center !important;
	}

	.content {
		font-size: 1em;
	}

  /* home services quicklinks */
	.home-services {
		margin-top: -4em;
	}

	.home-services .entry {
		padding: 3em 2em;
	}

	.home-services .entry:hover .entry-content {
		font-size: .6em;
	}

	/* Home CTA */

	.home-cta,
	.home-cta .textwidget p.cta-text {
		font-size: .75em;
		text-align: center;
	}

	.home-cta .entry-title {
		font-size: 1.5em;
		color: white;
	}

	.home-cta > .widget-1 .widget-wrap,
	.home-cta > .widget-2 .widget-wrap {
		width: 80%;
		text-align: center;
	}

	/* home our firm */
	.home-firm {
		font-size: .6em;
	}

	.home-firm .widget-1 .widget-title:before, .home-firm .widget-1 .widget-title:after {
		width: 35%;
	}

	.home-firm .widget h2:before {
		top: 3em;
	}

	/* home contact */
	.site-contact .widget-1 .widget-title,
	.site-contact .widget-2 .widget-title {
		padding: 0;
		text-align: center;
		float: none;
	}

	.site-contact > div > .widget-1,
	.site-contact > div > .widget-2 {
		width: 100%;
		padding: 0;
	}

	.site-contact .widget-2 ul {
		margin-top: 4.25em;
	}

	/* Internal Pages */

	.sidebar-primary {
		width: 40em;
		float: none;
		margin: auto;
		clear: both;
		display: block;
	}

	.sidebar .widget {}

	.sidebar-primary #featured-page-4 .entry,
	.sidebar-primary #featured-page-5 .entry {
		width: 60%;
	}

	.sidebar-primary #featured-page-4, .sidebar-primary #featured-page-5 {
		height: 22em;
	}

	.site-wrapper .page-title .wrap:before, .site-blog .site-blog-title .wrap:before {
    width: 100%;
	}

}

@media screen and (max-width: 767px) {

	/* home slider */
	.home-slider {
		height: 15em;
	}

	.home-slider .slide-content {
		width: 60%;
		-webkit-transform: translateY(20%);
		-moz-transform: translateY(20%);
		-ms-transform: translateY(20%);
		transform: translateY(20%);
	}

	.home-slider .slide-content h4 {
		font-size: 1.25em;
	}
	
	/* home services quicklinks */
	.home-services {
		font-size: .9em;
	}
	
	.home-services .entry {
		width: 100%;
		height: auto;
		min-height: 10em;
	}

	.home-services .entry:hover .entry-content {
		font-size: 1em;
	}

	/* home our firm */
	.home-firm {
		font-size: .9em;
	}

	.home-firm > div > .widget-2, .home-firm > div > .widget-3, .home-firm > div > .widget-4 {
    padding-top: 40%;
    width: 75%;
    margin: 0 auto 2em;
    float: none;
    min-height: 25em;
  }

	.home-firm .widget-1 .widget-title:before, .home-firm .widget-1 .widget-title:after {
		width: 25%;
	}

	/* home form */
	.site-contact .widget-1 .widget-title {
		text-align: center;
	}

	.site-contact > div > .widget-1 {
		padding-right: 0;
	}

	.site-contact > div > .widget-2 {
		padding-left: 0;
	}

	.site-contact .widget-2 ul {
		padding-top: 2em;
	}

	/* site footer */
	.site-footer .credits-left {
		margin-bottom: 1em;
	}

	.site-footer .credits-left, .site-footer .credits-right {
		width: 100%;
		text-align: center;
		float: none;
	}

	/* internal page */
	.site-blog {
		font-size: .75em;
	}

	.site-blog-content .featured-content .post {
		width: calc(100%/2);
	}

	.site-blog-content .featured-content .post:nth-child(even) {
		padding-right: 0;
	}

	.content {}

}

@media screen and (max-width: 640px) {

	.title-area {
		font-size:.7em;
	}

	#primary-menu-icon {
		margin-top: .5em;
	}

	.header-image .site-title > a {
		min-height: 2.75em;
	}

	/*home slider*/
	.home-slider {
		height: 20em;
	}

	.home-slider .slide-content {
		width: 90%;
		-webkit-transform: translateY(25%);
		-moz-transform: translateY(25%);
		-o-transform: translateY(25%);
		transform: translateY(25%);
	}

	.home-slider .slick-prev.slick-arrow, .home-slider .slick-next.slick-arrow {
		display: none !important;
	}

	.home-slider .slide-content h4 {
		font-size: 1em;
	}
	
	/*home cta */
	.home-cta {
		height: auto;
	}

	.home-cta > .widget {
		width: 100%;
		padding: 3em;
		float: none;
	}

	/* home services */
	.home-services {
	    margin-top: -4em;
	}
	.home-services .wrap > .widget {
		width: calc(100%/1);
	}

	/* home our firm */
	.home-firm {
		font-size: .8em;
	}

	.home-firm .widget-1 .widget-title {
		font-size: 1.5em;
	}

	.home-firm > div > .widget-2, .home-firm > div > .widget-3, .home-firm > div > .widget-4 {
		width: 28em;
    padding-top: 18em;
	}

	.home-firm .widget h2:before {
		top: 6em;
	}

	/* home contact */
	.site-contact .widget-1 .widget-title,
	.site-contact .widget-2 .widget-title {
		padding-left: 0;
		text-align: center;
		font-size: 1.5em;
	}

	/* Internal Pages */

	.sidebar {
		font-size: .5em;
	}

	.sidebar-primary {
		width: 100%;
	}

	.sidebar .widget {
		padding: 2em;
	}

	.sidebar-primary #featured-page-4, .sidebar-primary #featured-page-5 {
		font-size: 1.75em;
		text-align: center;
		position: relative;
	}

	.sidebar-primary #featured-page-4 .entry-title a {
		color: white;
	}

	.sidebar-primary #featured-page-4 .more-link, .sidebar-primary #featured-page-5 .more-link {
		display: block;
		margin: 1em auto 0;
		float: none;
		padding: 1em;
	}

	.sidebar-primary #featured-page-4 p, .sidebar-primary #featured-page-5 p {
		margin-bottom: 1.5em;
	} 

	.sidebar-primary #featured-page-4 .entry, .sidebar-primary #featured-page-5 .entry {
		width: 80%;
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
	}

	.sidebar-primary #text-17 {
		font-size: 1em;
	}

	.sidebar-primary #text-17 p {
		font-size: 1.875em;
	}

}

@media screen and (max-width: 480px) {

	/* home quicklinks - services */
	.home-services {
		font-size: .8em;
	}
	.home-services .wrap > .widget {
    padding: 4em 2em;
	}

	.home-services .wrap > .widget:hover a.more-link:before {
		content: '';
		width: 40% !important;
	}

	.home-services .wrap > .widget:hover .entry-content a.more-link {
		margin-top: 0;
	}

	/* home our firm*/
	.home-firm > div > .widget-2, .home-firm > div > .widget-3, .home-firm > div > .widget-4 {
    width: 18em;
    padding-top: 12em;
	}

	.home-firm .widget h2:before {
    top: 3.5em;
    background-size: 2em !important;
	}

	.home-firm .widget-1 .widget-title:before, .home-firm .widget-1 .widget-title:after {
		width: 12%;
	}

	.site-wrapper .page-title .wrap:before, .site-blog .site-blog-title .wrap:before {
		width: 100%;
	}

	.site-blog-content {
		font-size: 1em;	
	}

	.site-blog-content .featured-content .post {
		width: 100%;
		padding: 0;
	}

	/*Internal Pages */

	.sidebar-primary #featured-page-4 .more-link, .sidebar-primary #featured-page-5 .more-link {
		padding: .5em;
	}

	.site-contact {
		font-size: .7em;
	}
}


/* # 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;
	}

}
