/*
	Theme Name: Genesis Child Theme
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 2.0.1
 
	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.0.1
 
	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
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

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

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

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

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

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

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


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

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

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

body {
	background-color: #f5f5f5;
	color: #666;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
padding-top:14px
}

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

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

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

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Lato, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

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

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

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

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

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;
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

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

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: none;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #666;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	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: 1.5;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}
.em-calendar-wrapper table {line-height: 1.8;}

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

th,
td {vertical-align:top;
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: none;
}

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


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

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

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

.site-inner { background:#fff;
	clear: both;
	padding-top: 0px;
	padding-top: 0rem;
}

/* 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: 920px;
}

.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: 740px;
}

.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: 520px;
}

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

/* Primary Sidebar */

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

.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
---------------------------------------------------------------------------------------------------- */

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

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

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

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

.sticky {
}

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

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

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

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

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

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

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

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem; 
  padding:0px 40px 0px;padding:0rem 4rem 0rem;}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 0x;
	padding: 4rem 4rem 0rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

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

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

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

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

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

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	/*margin-bottom: 24px;
	margin-bottom: 2.4rem;*/
	text-transform: none;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


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

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

.featured-content .entry {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 14px;
	margin-bottom: 1.4rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


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

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

.enews-widget {
	color: #999;
}

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

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

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

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

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

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

img#wpstats {
	display: none;
}


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

.site-header {background-color: #e8f6be; background-position:left bottom!important; padding: 20px 20px 20px 20px; padding:2rem 2rem 2rem 2rem; height:300px;}

.site-header .wrap {}

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

.title-area {
	float: left;
	font-family: Lato, sans-serif;
	font-weight: 700;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 320px;
  display:none;
}

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

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: none;
}

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

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	/*float: left;
	min-height: 164px;
	width: 100%;*/
}

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

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

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

/*.header-image .site-header .widget-area {
	padding: 14px 21px;
	padding: 1.4rem 2.1rem;
}*/

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


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

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: Lato, sans-serif;
	line-height: 1.5;
	width: 100%; padding:0px 20px 0px 0;
}


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

.genesis-nav-menu li {margin-top:0px}
	  
.genesis-nav-menu a {font-weight:bold;
	border: none;
	color: #ddd;
	display: block;
	padding: 14px 20px;
	padding: 1.4rem 2rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

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

.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 {color: #666;
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.6rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

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

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

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

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

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

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: none;
}

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

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

.genesis-nav-menu > .search {
	padding: 9px 0 0;
	padding: .9rem 0 0;
}

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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

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

.nav-primary {
	background-color: #333;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a:hover {
	color: #333;
}

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

.nav-secondary {
	background-color: #fff;
}







/* Secondary Navigation STICKY
--------------------------------------------- */
 
.nav-secondary {
	background-color: #333;
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
 
.nav-secondary .genesis-nav-menu a {
	padding: 20px;
	padding: 2rem;
}
 
.nav-secondary .genesis-nav-menu .sub-menu a {
	padding: 16px 20px;
	padding: 1.6rem 2rem;
}
 
.nav-secondary a:hover,
.nav-secondary .current-menu-item > a,
.nav-secondary .menu-item-home > a,
.nav-secondary .menu-item-home > a:hover {
	color: #fff;
}
 
.nav-secondary .sub-menu a:hover {
	color: #333;
}
 
.nav-secondary .sticky-right {
	float: right;
}

/*--------------- */








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

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

.entry {
	/*background-color: #fff;*/
	border-radius: 3px;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 20px 40px 24px;
	padding: 2rem 4rem 2.4rem;
}

.entry-content a {
	border-bottom: 1px solid #ddd;
}

.entry-content a:hover {
	color: #3FBF9F;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

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

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

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

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

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;display:none;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

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

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 0px;
	margin: 0 0rem;
	padding: 32px 40px 8px 0;
	padding: 3.2rem 4rem 0.8rem 0;
}

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

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

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

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f15123;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

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

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

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

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

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

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

.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;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

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

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

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


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

.sidebar { background:#eee;
	color: #555; margin:20px 40px 20px 0; margin:2rem 4rem 2rem 0rem;
}

.sidebar a {
	/*border-bottom: 1px solid #ddd;*/
}

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

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

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

.sidebar .widget { 
	background-color: #f5f5f5; 
	border-radius: 0px;
	margin-bottom:20px;
	margin-bottom:2rem;
	padding:20px;
	padding:2rem;
}

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

.sidebar .entry {background-color:transparent;}


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

.footer-widgets {
	background-color: #BAE8DD;border-top: 1px solid #d6ecbf;
	color: #444;
	clear: both;
	padding: 20px 40px 0;
	padding: 2rem 4rem 0rem;
}

.footer-widgets img {max-height:80px; background:#fff; border:4px solid #fff;}

/*.footer-widgets-1, .footer-widgets-2 {width: 28%;float: left;}*/

.footer-widgets a {
	/*border-bottom: 1px solid #999;*/
	color: #333;
}

.footer-widgets a:hover {
	color: #555;
}

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

.footer-widgets .featured-content .entry {margin-bottom:0px; margin-bottom:0rem; padding:0; padding:0;}

.footer-widgets .widget-title {
	color: #444;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

.footer-widgets .entry {background-color:transparent; border-bottom:none}
.footer-widgets .entry img {width:130px; margin-right:10px; border:1px solid #fff;}
.footer-widgets .entry a:before {content:''!important; padding-right:0!important;}
.footer-widgets .featuredpage a  {border-bottom: none!important; font-size:80%;}

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

.site-footer {/*position:absolute: bottom:0; */clear:left;
	background-color: #333;
	color: #ccc;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20x 20px;
	padding: 2rem 2rem;
	text-align:left;
}

.site-footer a {border-bottom: 1px solid #888; color:#fff;}


.footer-widgets .site-footer a {
	border-bottom: 1px solid #fff; color:#333;
}

.site-footer p {
	margin-bottom: 0;
}
	
/* ~~~~~~~~ dcc ~~~~~~~ */
body.custom-background {background-position: left bottom!important;}

.page-wrap {max-width:1120px; margin:auto;}

hr {clear:both}

.alignnone { display:block; border:0px;}

table caption {font-weight:bold; color:#999}
.widget_calendar tfoot td {text-align:left;}

/* HEADER */
.site-header .widget-area {width:48%; }
.header-widget-area {float:right; text-align: right; }
.site-header .widget-title {display:none}
.widget-area.header-middle  {text-align: center; float:none;margin:auto; width:300px}
.header-middle img {margin:auto}
.site-header .widget-area .header-left {float:left; text-align: left; }

.header-image .title-area {display:none}

.genesis-nav-menu input[type="search"] {padding:7px; margin-bottom:0px}
/**/


#cta {background-color: #fff; color: #fff; clear: both; font-size: 20px; font-size: 1.25rem; line-height: 1.625;overflow: hidden; padding: 0px 0; padding: 0rem 0!important; }
#cta .wrap {padding: 0 0%;}

#cta a.cta-button:hover {color: #222;}
#cta a:hover {color: #FFF;}

.comprehensivegooglemap_widget {margin-top:-24px}
.google-map-placeholder {border: 1px solid #ddd!important;}
  
/**/
.sidebar ul li {border-top: 1px solid #fff; line-height:1.3em;  padding:.5em 0 0 1.6em;}
.sidebar li:before {content: "\f185"; font-family: FontAwesome;	padding-right: 10px; color: #FBA037 !important;	display: inline-block;	margin-left: -1.6em; }

.sidebar .sub-menu {margin-left:0px;}
.sidebar ul.sub-menu li {border-top: none; padding-left:1em}
.sidebar .sub-menu li:before {content:"- "; margin-left: -1em;}


.breadcrumb { font-size:80%; margin-top:20px; margin-top:2rem; /*border-bottom: 1px dashed #ddd;*/}
.breadcrumb a { border-bottom:3px solid #eee;}
.bCrumbSep {color:#ccc; font-size:120%}

/* FOOTER */
.site-footer {max-width:1120px; margin:auto;}
.site-footer .one-half:last-child {text-align:right}
.toTop { padding:5px 11px; background:#555; color:#fff!important; display:block; position:fixed; right:0px; bottom:40px; }

.footer-widgets .simple-social-icons ul li a, .simple-social-icons ul li a:hover {background-color:#fff !important; color:#444!important;}

.site-footer .one-half i  {font-size:50px; }
.site-footer .one-half:last-child a  {border-bottom:none!important }

/**/
 
.widget_recent_entries li:before {content:"\f0f6"; font-family: FontAwesome; padding-right:7px}

.contact-form input[type='text'], .contact-form input[type='email'], textarea {width:98%!important; margin-bottom: 13px;}

jp-carousel-left-column-wrapper  {display: none!important;}

/* EVENTS */
.em-search-wrapper div.css-search {background:#eee; padding:14px}
.em-calendar-wrapper table { margin-bottom:0; font-size:90%}
table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {color:#15AB80!important; font-weight:bold;}
.em-calendar td.eventless-today, .em-calendar td.eventful-today {background-color: #ddd!important;}

/*td#eo-widget-prev-month {text-align:left;}
td#eo-widget-next-month {text-align:right;}
.widget_calendar td, .widget_calendar th {padding: 0rem 0;}
.sidebar .widget_calendar tbody td a {font-weight:bold; color:#15AB80}*/

.em-search-wrapper div.css-search div.em-search-main .em-search-submit {position: absolute;top: 5px;right: 5px;-moz-box-shadow: 0px 0px 0px 0px #ffffff;-webkit-box-shadow: 0px 0px 0px 0px #ffffff;box-shadow: 0px 0px 0px 0px #ffffff;background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #BAE8DD), color-stop(1, #66CCB3) );
background: -moz-linear-gradient( center top, #BAE8DD 5%, #66CCB3 100% );background-color:#BAE8DD; -moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;border: 1px solid #dcdcdc;display: inline-block;color: #ffffff;font-weight: bold;padding: 8px 10px;text-decoration: none;text-shadow: 1px 1px 0px #c7c5c7;line-height: 16px;}

.time:before { content:"\f017"; font-family: FontAwesome;color:#ccc;}
.date:before { content:"\f073"; font-family: FontAwesome;color:#ccc;}

.sidebar .widget {background:#fff; margin-bottom: 1rem;}
.sidebar .featured-content .entry { margin:0 0 7px 0!important; margin:0 0 0.7rem 0!important; padding: 0 0 4px; padding: 0 0 .4rem;}
.sidebar .featured-content h2 {font-size: 16px; font-size: 1.6rem; margin-bottom:0}

 /* HOME */
.site-inner .home h1 {display:none}

#home-featured-halves {margin-top:35px}
#home-featured img {margin-right:14px}
#home-middle li, #home-bottom li {list-style-type:none!important;}

.home-featured-left,.home-featured-right {height: 320px; padding: 0 0 10px; border-bottom: 5px solid #fc3; overflow: hidden;}
.home-featured-left {text-align: justify; text-justify: distribute;}
.home-featured-left .widget-title,.home-featured-right .widget-title {height: 44px;padding: 7px 12px 0; margin-bottom: 9px;
 margin-bottom: .9rem; color: #fff; font-size: 130%;}
.home-featured-left h4.widget-title {background: #f90}
.home-featured-right h4.widget-title {background: #f90}
.home-featured-left .widget-title a,.home-featured-right .widget-title a { color: #fff;}

.home .featured-content .entry {margin: 7px 0 0; padding: 0; /*border-width:1px*/ border:none}
.home .entry-title {font-size: 16px; font-size: 1.6rem;}

.home-middle-1, .home-middle-2,.home-middle-3 { overflow: hidden;  padding: 14px;}
#home-middle .widget-title {font-size: 21px;}

.site-inner #home-bottom li:before {content:none;}
.home-bottom-1, .home-bottom-2 {margin:0 0 14px 0; width: 48.717948717948715%; height:auto; float: left;}
.home-bottom-2 {float: right; text-align:right; margin-left:2.564102564102564%}
.home-bottom-2 .alignleft {float: right;}

.gce-widget-grid .gce-calendar .gce-has-events {background: #f5f5f5;}

.cycloneslider-template-standard {margin-bottom: 0px!important;}
.cycloneslider-template-default .cycloneslider-caption {visibility:hidden}

/*Quick Links*/
#home-middle li {padding-bottom:12px; padding-left: 1.4em;}
#home-middle li:before {content: "\f069"; font-family: FontAwesome; display: inline-block; margin-left: -1.4em; /*same as padding-left set on li*/ padding-right:10px}
/*#home-middle .widget_recent_entries li:before {content: "\f185"; font-family: FontAwesome; padding-right:10px}*/

.home .entry-title a, .content .category-news h1, .featured-content .entry-title a  { padding-left: 1.4em; display:inline-block}
.home .featured-content .entry-title a:before, .content .category-news h1:before, .featured-content .entry-title a:before {content:"\f005"; font-family: FontAwesome; color:#444; margin-left: -1.4em; padding-right:8px}

#menu-quick-links li:before {content: "\f005";	font-family: FontAwesome;}

/* GOOGLE CALENDAR*/
.gce-widget-grid .gce-calendar {background:#fff; }

/* ~~~~~~~~ end dcc ~~~~~~~ */


/* =============================================== MR ============================================== */

/* ----- Adds Adobe PDF logo to PDF a tag ---- */
a[href$='.pdf']:before {
	content: '\f1c1';
	font-family: FontAwesome;
	padding: 7px;
}

/* ----- Custom 'Genesis Sample' home page widgets ----- */
#home-middle, #home-featured, #home-bottom {clear: both;margin: 20px 32px 16px 32px;}

/* ----- To correct navgation and slider conflict. Nav would drop behind slider ----- */
.genesis-nav-menu .sub-menu {z-index: 101;}

/* ----- Footer ----- */
.footer-widgets-1 {margin:0px; width: 100%; }
.footer-widgets img {max-height:78px; background:#fff; border:5px solid #fff;}

/* Google Maps Description Text */
.gm-style .gm-style-iw {
	color: #555;
}

/* =============================================== MR ============================================== */

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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
}

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

	/*.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;}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	 {margin-right:5%!important;/*width:20%;*/}

	/*.footer-widgets-1 {width:70%;}*/

	.genesis-nav-menu a {padding: 14px 18px;padding: 1.4rem 1.8rem;}
}

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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	/*.site-header .widget-area,*/
	.site-inner,
	.title-area,
	.wrap {width: 100%;}

	.site-header {padding:10px 10px 0 10px; padding:1rem 1rem 0 1rem; height: 270px;}
	.header-image .site-header .wrap {background-position: center top;}
	.site-header .widget-area {width:300px; overflow: hidden;}
	

	.sidebar-primary {padding:0; margin:2rem}
	.sidebar .widget {padding:2rem}

	.site-inner {padding-left:20px; padding-right:20px;}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area, {padding: 0!important;}
article.entry {padding: 0!important;}

	.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: 10px 16px;
		padding: 1rem 1.6rem;
	}

	/*.site-header {
		background-size: cover !important;
	}*/

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

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.breadcrumb {padding:0;}
	.sidebar, .sidebar-primary {float:left; margin-left:0}
	.sidebar .widget.enews-widget {	padding: 40px;padding: 4rem;}
	
	.site-footer {	padding: 24px 0;padding: 2.4rem 0;}

	.footer-widgets {padding: 40px 5% 16px;}
	.footer-widgets-1 {border-right:none;	margin: 0;}

	.footer-widgets-1 {/*border-bottom:1px dashed #fff;*/ padding-bottom:0; margin-bottom:14px;}
	.footer-widgets-1 .featured-content .entry { padding-bottom:0;}
	.footer-widgets-2, .footer-widgets-3 {margin-right:6%!important; width:43%; float:left;	}

	#home-middle, #home-featured, #home-bottom {margin: 20px 0;}
}

@media only screen and (max-width: 900px) {
	header.site-header {height: 240px;}
	.site-header .widget-area {width:150px!important;}
	.header-middle img {width:150px}
}
/* responsive nav */

.slicknav_menu {display:none;}

@media screen and (max-width:800px) {.site-inner {padding-left:10px; padding-right:10px;}
	.slicknav_menu {display: block; background:#222}
	.nav-primary, #home-bottom {display:none}

	body {padding-top:0}
	header.site-header {height: 210px; }
	.header-middle img {width:130px}
}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds, .content {
		margin: 0;
		width: 100%;
	}
	.sidebar .widget {margin-bottom:20px; margin-bottom:2rem; padding:20px; padding:2rem; /* border:1px solid #ccc;*/}

  	.toTop { padding:2px 7px;}
	
	/*header.site-header { height:210px;}*/
	.site-header .widget-area.header-left  {width:180px; margin:auto;padding:0px 0 0 10px;float:none; }
	.site-header .widget-area {width:100%;}
	.header-widget-area {padding:0; height:auto}
	.header-widget-area .widget-title {margin:0; text-align:center; float:none; font-size:20px }
	.home-featured-left,.home-featured-right {height: auto!important; margin-bottom:14px}
	
	.featured-content .entry {margin-bottom:0px; padding: 0;}
	.header-middle {width:100%!important; float:none; }
	.home-middle-1, .home-middle-2,.home-middle-3 {background:#fdf8e5; height:auto; overflow:auto; border: 5px solid #fff7d7; padding: 13px; margin-bottom:14px}
	.home-bottom-1, .home-bottom-2 {margin: 0 0 14px 0; width: 100%; height:auto; float:none;}
	.home-bottom-2 .alignleft {float: left;}

	.site-footer .one-half:last-child {text-align: left;}
	.gce-widget-grid .gce-calendar {margin-bottom:10px!important;}

	.cycloneslider {width:100%!important}
	
	.home-middle-1, .home-middle-2, .home-middle-3 {height: auto!important;}
}

@media only screen and (max-width: 500px) {
	.content, .site-header .widget-area {width: 100%;}

	header.site-header {background-image: none !important; height:auto	}
	.site-header .widget-area { margin: 0 auto; height: auto !important; padding:0; text-align: center; float:none; }
	.site-header .header-left img, .header-middle img {width: auto !important; margin: 0 auto; padding: 0px;text-align: center;}
	.site-header .title-area {display:none;}
	
	.title-area h1.site-title {display: block;}
	.header-image .site-title a {text-indent: 0;font-size: 20px;font-weight: bold;	color: #91a531;	}
	
	.title-area h2, .widget_cyclone-slider-widget {display: none;}

	#home-featured-halves {	margin-top: 0;}
.footer-widgets {display:none;}
}

 .eventlist-meta-time {display: none !important;}


/*.wpcf7-form{
padding-top:20px;
}
.wpcf7::before {
  content: "We are currently experiencing some technical issues with our online form, please use the telephone number or email address in the side bar to contact us.";
color:#bf1818;padding-bottom:20px;	font-size:1.2em;
	}*/

.cookie-notice-container a {color: #FFEB3B !important;}
.cookie-notice-container a:hover {color: #cccccc !important;}
.sr-only {position: absolute; top:-9999px;}


/* GS logo image control*/

.footer-widgets .widget .gs_logo_single--inner {
	min-width: unset;
}

.footer-widgets .widget .gs_logo_single--inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-widgets .widget .gs_logo_single img {
	max-height: 100px;
	width: unset;
	display: inline-block!important;
    height: auto;
    margin: 0 auto;
    width: unset; 
}

/* Temp fix for cookie banner bug (waiting for plugin update to fix the problem) */

#cookie-notice.cookie-notice-visible {
background-color: #000000;
}


/* Style the gallery items */

.gallery.gallery-size-thumbnail {
  display: flex;
  flex-wrap: wrap;
}
.gallery.gallery-size-thumbnail .gallery-item {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 5px 11px -5px rgba(0, 0, 0, 0.56);
}
.gallery.gallery-size-thumbnail .gallery-item dt.gallery-icon img {
  border: 0 !important;
}
.gallery.gallery-size-thumbnail .gallery-item dd.gallery-caption {
  flex: 1;
  color: #000;
  padding: 10px;
  font-weight: 200;
}