/*

	Theme Name: City of Lyons

	Description: Genesis child theme.

	Author: All Pro Webworks

	Author URI: http://www.allprowebworks.com

	Version: 1.5



	Template: genesis

	Template Version: 2.0.2

*/



/* Table of Contents



	- HTML5 Reset

		- Baseline Normalize

		- Box Sizing

		- Float Clearing

	- Defaults

		- Fonts

		- 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

		- Events Manager

		- Easy Tables

	- Site Header

		- Top Bar

	- Site Navigation

		- Header Navigation

		- Primary Navigation

		- Secondary Navigation

	- Content Area

		- Entries

		- Pagination

		- Comments

		- Slideshow

	- 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

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



/* Fonts

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

@font-face {

	font-family: 'montserratbold';

	src: url('fonts/montserrat-bold-webfont.eot');

	src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),

			 url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg')

			 url('fonts/montserrat-bold-webfont.woff') format('woff'),

			 url('fonts/montserrat-bold-webfont.ttf') format('truetype');

	font-weight: normal;

	font-style: normal;

}

@font-face {

	font-family: 'montserratregular';

	src: url('fonts/montserrat-regular-webfont.eot');

	src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),

			 url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg')

			 url('fonts/montserrat-regular-webfont.woff') format('woff'),

			 url('fonts/montserrat-regular-webfont.ttf') format('truetype');

	font-weight: normal;

	font-style: normal;

}



/* Typographical Elements

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



html {

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

	background: rgb(184, 219, 161);

	background: -moz-linear-gradient(90deg, rgb(184, 219, 161) 0%, rgb(255, 255, 255) 100%);

	background: -webkit-linear-gradient(90deg, rgb(184, 219, 161) 0%, rgb(255, 255, 255) 100%);

	background: -o-linear-gradient(90deg, rgb(184, 219, 161) 0%, rgb(255, 255, 255) 100%);

	background: -ms-linear-gradient(90deg, rgb(184, 219, 161) 0%, rgb(255, 255, 255) 100%);

	background: linear-gradient(180deg, rgb(184, 219, 161) 0%, rgb(255, 255, 255) 100%);

	background-repeat:no-repeat;

	background-attachment:fixed;

}



body {

	color: #333;

	font-family: Helvetica, Arial, sans-serif;

	font-size: 14px;

	font-size: 1.4rem;

	font-weight:normal;

	line-height: 1.625;

}



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:black;

	text-decoration: none;

	text-transform:uppercase;

}



a img {

	margin-bottom: -4px;

	margin-bottom: -0.4rem;

}



a:hover {

	color:#666;

}



p {

	margin: 0 0 16px;

	margin: 0 0 1.6rem;

	padding: 0;

}



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;

}



hr {

	border:0;

	height:19px;

	background:url(images/layout/hr.png) center center no-repeat;

	padding:20px 0;

	padding:2rem 0;

}



.entry-content hr:last-child {

	margin-bottom:0;

}



/* Headings

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



h1,

h2,

h3,

h4,

h5,

h6 {

	color: black;

	font-family:'montserratbold', Helvetica, Arial, sans-serif;

	line-height: 1.2;

	margin: 0 0 16px;

	margin: 0 0 1.6rem;

}



h1 {

	font-size: 36px;

	font-size: 3.6rem;

	color:#0B5A07;

	text-align:center;

	text-transform:uppercase;

	line-height: 1;

	background:#EDF6E8;

	padding:16px;

	padding:1.6rem;

	margin-bottom:30px !important;

	margin-bottom:3rem !important;

	margin-bottom:0;

	-webkit-border-radius: 9px;

	-moz-border-radius: 9px;

	border-radius: 9px;

}



h2 {

	font-size: 18px;

	font-size: 1.8rem;

}



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: 12px !important;

	font-size: 1.2rem !important;

	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: 10px 20px;

	padding: 1rem 2rem;

	text-transform: uppercase;

	width: auto;

}



button:hover,

input:hover[type="button"],

input:hover[type="reset"],

input:hover[type="submit"],

.button:hover,

.entry-content .button:hover {

	background-color: #7CB121;

}



.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: 2;

	width: 100%;

}



tbody {

	border-bottom: 1px solid #ddd;

}



th,

td {

	text-align: left;

}



th {

	font-weight: bold;

	text-transform: uppercase;

}



td {

	border-top: 1px solid #ddd;

	padding: 6px 0;

	padding: 0.6rem 0;

}





/*

Structure and Layout

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



/* Site Containers

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



.site-container {

/*	min-width:1199px;*/
	width: 100%;
	max-width: 1199px;
	margin: 0 auto;

}



.site-inner,

.wrap {

	margin: 0 auto;

	max-width: 1199px;

}



.site-inner {

	clear: both;

	padding-top: 14px;

	padding-top: 1.4rem;

}



/* 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: 904px;*/
	
	width: calc(100% - 295px);
	
    max-width: 904px;

	min-height:828px;

	background:white;

	padding: 9px;

	padding: 0.9rem;

	-webkit-border-radius: 9px;

	-moz-border-radius: 9px;

	border-radius: 9px;

	border:#98B587 solid 1px;

	-webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.12);

	-moz-box-shadow:    4px 4px 5px 0px rgba(0, 0, 0, 0.12);

	box-shadow:         4px 4px 5px 0px rgba(0, 0, 0, 0.12);

}


.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;

	overflow:hidden;

	width: 284px;

	-webkit-border-radius: 9px;

	-moz-border-radius: 9px;

	border-radius: 9px;

	border:#98B587 solid 1px;

	-webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.12);

	-moz-box-shadow:    4px 4px 5px 0px rgba(0, 0, 0, 0.12);

	box-shadow:         4px 4px 5px 0px rgba(0, 0, 0, 0.12);

	background: rgb(221, 250, 206);

	background: -moz-linear-gradient(0deg, rgb(221, 250, 206) 0%, rgb(200, 229, 185) 50%);

	background: -webkit-linear-gradient(0deg, rgb(221, 250, 206) 0%, rgb(200, 229, 185) 50%);

	background: -o-linear-gradient(0deg, rgb(221, 250, 206) 0%, rgb(200, 229, 185) 50%);

	background: -ms-linear-gradient(0deg, rgb(221, 250, 206) 0%, rgb(200, 229, 185) 50%);

	background: linear-gradient(90deg, rgb(221, 250, 206) 0%, rgb(200, 229, 185) 50%);

}



.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 22px 22px 0;

	margin: 0 2.2rem 2.2rem 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;

}



.author-box {

	background-color: #fff;

	margin-bottom: 40px;

	margin-bottom: 4rem;

}



.author-box {

	padding: 40px;

	padding: 4rem;

}



.author-box-title {

	color: #333;

	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 a,

.sidebar .widget-title a {

	color: #333;

}



.entry-title a:hover {

	color: #666;

}



.widget-title {

	font-size: 16px;

	font-size: 1.6rem;

	margin-bottom: 10px;

	margin-bottom: 1rem;

	text-transform: uppercase;

}



.sidebar .widget-title a {

	border: none;

}





/*

Widgets

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



/* Featured Content

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



.featured-content .entry {

	border-bottom: 2px solid #f5f5f5;

	margin-bottom: 20px;

	margin-bottom: 2rem;

	padding: 0 0 24px;

	padding: 0 0 2.4rem;

}



.featured-content .entry-title {

	border: none;

	font-size: 24px;

	font-size: 2.4rem;

	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: 12px;

	font-size: 1.2rem;

	padding-left:4px;

	padding-left:0.4rem;

	padding-right:4px;

	padding-right:0.4rem;

}



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;

	margin-left:9px;

	margin-left:0.9rem;

}



.gform_wrapper .gform_footer {

	padding-top:0 !important;

	margin-top:0 !important;

}



.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {

	padding-top:0 !important;

}



.gform_wrapper div.validation_error {

	font-size:14px !important;

	font-size:1.4rem !important;

}



/* Jetpack

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



img#wpstats {

	display: none;

}



/* Events Manager

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



table.em-calendar td.eventful a, 

table.em-calendar td.eventful-today a {

	color:black !important;

	text-decoration: none;

	text-transform: uppercase;

	border-bottom: 1px solid #ddd;

}

table.em-calendar td.eventful a:hover, 

table.em-calendar td.eventful-today a:hover {

	color:#666 !important;

}

table.em-calendar {

	line-height:1.4;

}

table.em-calendar thead tr td {

	text-align:center;

	vertical-align:middle;

}

table.em-calendar td {

	vertical-align:top;

}

table.em-calendar .month_name {

	font-family:'montserratbold', Helvetica, Arial, sans-serif;

}

table.em-calendar tr.days-names td {

	text-align:center;

}

table.em-calendar .eventful ul {

	margin:0;

}

table.em-calendar .eventful ul li {

	list-style-type:none;

}

table.em-calendar td.eventful > a {

	display:block;

	margin-bottom:10px;

	margin-bottom:1rem;

}



/* Events Manager

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



table.easy-table caption {

	font-family:'montserratbold', Helvetica, Arial, sans-serif;

	font-size:18px;

	font-size:1.8rem;

}





/*

Site Header

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





.site-header .wrap {

	padding: 14px 0;

	padding: 1.4rem 0;

}



.site-header .header-left {

	float:left;

}

#logo {

	float:left;

}

#wunderground {

	float:left;

	margin:10px 0 0 20px;

	margin:1rem 0 0 2rem;
	
	width:250px;
	height:133px;

}



.site-header .header-right {

	float:right;

}



.site-header .header-right img {

	float:left;

	margin-left:26px;

	margin-left:2.6rem;

	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);

	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.75);

	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.75);

	-webkit-border-radius: 11px;

	-moz-border-radius: 11px;

	border-radius: 11px;

}



/* Top Bar

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



.site-topbar {

	min-height:46px;

	min-height:4.6rem;

	line-height:46px;

	line-height:4.6rem;

	color:white;

	font-size:12px;

	font-size:1.2rem;

	background: rgb(67, 67, 67);

	background: -moz-linear-gradient(90deg, rgb(67, 67, 67) 0%, rgb(2, 2, 2) 100%);

	background: -webkit-linear-gradient(90deg, rgb(67, 67, 67) 0%, rgb(2, 2, 2) 100%);

	background: -o-linear-gradient(90deg, rgb(67, 67, 67) 0%, rgb(2, 2, 2) 100%);

	background: -ms-linear-gradient(90deg, rgb(67, 67, 67) 0%, rgb(2, 2, 2) 100%);

	background: linear-gradient(180deg, rgb(67, 67, 67) 0%, rgb(2, 2, 2) 100%);

}

.site-topbar > .wrap {

	padding:0 10px;

	padding:0 1rem;

}

.site-topbar a {

	text-transform:none;

	color:rgb(221, 250, 206);

}

.site-topbar a:hover {

	text-decoration:underline;

}





/*

Site Navigation

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



.genesis-nav-menu {

	clear: both;

	color: #999;

	font-family: 'montserratregular', Helvetica, Arial, sans-serif;

	line-height: 1.5;

	width: 100%;

	font-size:14px;

	font-size:1.4rem;

	text-align:center;

}



.genesis-nav-menu .menu-item {

	display: inline-block;

	text-align: left;

}



.genesis-nav-menu a {

	border: none;

	color: white;

	display: block;

	padding: 12px 16px 22px;

	padding: 1.2rem 1.6rem 2.2rem;

	position: relative;

}



.genesis-nav-menu .sub-menu .current-menu-item > a {

	color: #7CB121;

}



.genesis-nav-menu > .menu-item > a {

	text-transform: uppercase;

}



.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:before {

	content: ">";

	font-weight:bold;

	margin-right:5px;

	margin-right:0.5rem;

	padding-left:10px;

	padding-left:1rem;

}



.genesis-nav-menu .sub-menu a {

	background-color: #26781B;

	font-size: 12px;

	font-size: 1.2rem;

	padding: 3px 10px;

	padding: 0.3rem 1rem;

	padding-left:23px;

	padding-left:2.3rem;

	text-indent:-23px;

	text-indent:-2.3rem;

	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: uppercase;

}



.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: 14px 0 0;

	padding: 1.4rem 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 > .wrap {

	padding-top:10px;

	padding-top:1rem;

	background: rgb(30, 115, 32);

	background: -moz-linear-gradient(90deg, rgb(30, 115, 32) 15%, rgb(4, 83, 4) 85%);

	background: -webkit-linear-gradient(90deg, rgb(30, 115, 32) 15%, rgb(4, 83, 4) 85%);

	background: -o-linear-gradient(90deg, rgb(30, 115, 32) 15%, rgb(4, 83, 4) 85%);

	background: -ms-linear-gradient(90deg, rgb(30, 115, 32) 15%, rgb(4, 83, 4) 85%);

	background: linear-gradient(180deg, rgb(30, 115, 32) 15%, rgb(4, 83, 4) 85%);

}



.nav-primary a:hover,

.nav-primary .current-menu-item > a {

	color: #fff;

}



.nav-primary .sub-menu a:hover {

	color:#7CB121;

}



#menu-primary > .menu-item > a {

	-moz-border-radius-topleft: 9px;

	-webkit-border-top-left-radius: 9px;

	 border-top-left-radius: 9px;

	-moz-border-radius-topright: 9px;

	-webkit-border-top-right-radius: 9px;

	border-top-right-radius: 9px;

}

#menu-primary > .menu-item:hover > a,

#menu-primary > .current-menu-ancestor > a,

#menu-primary > .current-menu-item > a {

	background: rgb(124, 177, 33);

	background: -moz-linear-gradient(90deg, rgb(124, 177, 33) 15%, rgb(39, 120, 27) 85%);

	background: -webkit-linear-gradient(90deg, rgb(124, 177, 33) 15%, rgb(39, 120, 27) 85%);

	background: -o-linear-gradient(90deg, rgb(124, 177, 33) 15%, rgb(39, 120, 27) 85%);

	background: -ms-linear-gradient(90deg, rgb(124, 177, 33) 15%, rgb(39, 120, 27) 85%);

	background: linear-gradient(180deg, rgb(124, 177, 33) 15%, rgb(39, 120, 27) 85%);

}

#menu-primary .sub-menu {

	background-color:#27781B;

}

#menu-primary > .menu-item > .sub-menu {

	padding:7px 0;

	padding:0.7rem 0;

}



/* Secondary Navigation

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



.nav-secondary {

	margin-bottom:10px;

	margin-bottom:1rem;

}



.site-footer .nav-secondary a {

	color:black;

	border-bottom:none;

	padding:0;

}



.site-footer .nav-secondary a:hover {

	color:#666;

}





/*

Content Area

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



/* Entries

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



.entry-content {

	padding:0 20px;

	padding:0 2rem;

}



.entry-content a, table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {

	border-bottom: 1px solid #ddd;

}



.entry-content a:hover {

	color: #666;

}



.entry-content .attachment a,

.entry-content .gallery a {

	border: none;

}



.entry-content ol,

.entry-content p,

.entry-content ul,

.quote-caption {

	margin-bottom: 16px;

	margin-bottom: 1.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: disc;

}



.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;

}



.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 -40px;

	margin: 0 -4rem;

	padding: 32px 40px 8px;

	padding: 3.2rem 4rem 0.8rem;

}



.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;

}



/* Slideshow

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



.banner-slideshow {

	position:relative;

}



.slideshow-caption {

	position:absolute;

	left:0;

	bottom:0;

	z-index:100;

	width:100%;

	color:white;

	padding:10px;

	padding:1rem;

	font-size:24px;

	font-size:2.4rem;

	text-align:center;

	background-color:rgba(0,0,0,0.65);

}





/*

Sidebars

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



.sidebar {

	font-size:14px;

	font-size:1.4rem;

	line-height:1.4;

}



.sidebar a {

	border-bottom:#98B587 solid 1px;

}



.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 {

	padding: 0 16px;

}

.sidebar .widget:first-child .widget-wrap {

	background:none;

}

.sidebar .widget .widget-wrap {

	padding: 18px 0;

	padding: 1.8rem 0;

	background:url(images/layout/sep.png) left top repeat-x;

}



.sidebar .enews-widget {

	background-color: #333;

}





/*

Footer Widgets

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



.footer-widgets {

	background-color: #333;

	color: #999;

	clear: both;

	padding: 40px 0 16px;

	padding: 4rem 0 1.6rem;

}



.footer-widgets-1,

.footer-widgets-3 {

	width: 350px;

}



.footer-widgets-2 {

	width: 360px;

}



.footer-widgets-1 {

	margin-right: 40px;

	margin-right: 4rem;

}



.footer-widgets-1,

.footer-widgets-2 {

	float: left;

}



.footer-widgets-3 {

	float: right;

}



.footer-widgets a {

	border-bottom: 1px solid #666;

	color: #999;

}



.footer-widgets a:hover {

	color: #ddd;

}



.footer-widgets .widget {

	margin-bottom: 24px;

	margin-bottom: 2.4rem;

}



.footer-widgets .widget-title {

	color: #fff;

}



.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;

}





/*

Site Footer

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



.site-footer {

	color: #333;

	font-size: 14px;

	font-size: 1.4rem;

/*	padding: 40px 0;*/

	padding: 4rem 10px;

	text-align: center;

}



.site-footer a {

	border-bottom: 1px solid #ddd;

}



/* Add borders to Gallery Images */

.gallery img,

img.border {

	border: 1px solid #000 !important;

	padding: 1px;

}



/* Alpha ordered list */

ol.alpha-list li {

	list-style:lower-alpha outside none;

}

#weatherunderground {
	height: 100px;
}
.wu-copyright {
	display:none;
}

/* mobile responsiveness */

/* 975 for main content */
/* 899 for site-container width */

/* main content mobile */

@media only screen and (max-width: 768px) {
	.content {
		margin-bottom: 10px ;
		width: 100%;
	}
}

/* sidebar mobile */

@media only screen and (max-width: 768px) {
	.sidebar-content .sidebar-primary {
		margin: 0 auto;
		max-width: 284px;
    	float: unset;
	}
}

/* logo mobile */

@media only screen and (min-width: 769px) and (max-width: 1200px) {
	.header-left {
		width: 100%;
    	display: flex;
    	justify-content: center;
	}
}

@media only screen and (max-width: 768px) {
	.header-left {
		display: flex;
    	flex-direction: column;
    	width: 100%;
    	text-align: center;
	}
}

/* weather conditions icons mobile */

@media only screen and (max-width: 768px) {
	#wunderground {
		margin: 0 auto;
		width: 100%;
	}
	#wunderground > a {
		display: flex;
    	flex-direction: row;
    	justify-content: center;
	}
	#wunderground > a > img {
		margin-left: 0 !important;
		float: unset !important;
	}
	#wunderground > a > p {
		float: unset !important;
	}
}

/* header three images mobile */

@media only screen and (max-width: 1200px) {
	.header-right {
		width: 100%;
    	display: flex;
    	flex-direction: inherit;
    	flex-wrap: wrap;
    	justify-content: center;
	}
	.site-header .header-right img {
		margin: 5px 1.3em 5px 1.3em !important;
	}
}

/* header navigation sub menu */

@media only screen and (max-width: 1000px) {
	.genesis-nav-menu {
		padding: 0 60px;
	}
}

#menu-primary > .menu-item > .sub-menu {
	width: 181px;
}
.genesis-nav-menu .sub-menu a {
	width: 181px;
}

/* entry title mobile */

@media only screen and (max-width: 768px) {
	h1.entry-title {
		font-size: 2.6rem;
	}
}

/* upcoming events calendar mobile */

@media only screen and (min-width: 601px) and (max-width: 768px) {
	.em-calendar-wrapper {
		font-size: 12px;
	}
}
@media only screen and (min-width: 426px) and (max-width: 600px) {
	.em-calendar-wrapper {
		font-size: 9px;
	}
}
@media only screen and (max-width: 425px) {
	.em-calendar-wrapper {
		font-size: 5px;
	}
}

/* site top bar fix after making main container mobile responsive */

.site-topbar {
	position: absolute;
    width: 100%;
    left: 0;
}
@media only screen and (min-width: 513px) {
	.site-header {
		margin-top: 46px;;
	}
}
@media only screen and (max-width: 512px) {
	.site-header {
		margin-top: 92px;;
	}
}


/* home slideshow test */

/*REMOVE FROM HERE...*/

/*
.slides,
.slides img {
	width: 100% !important;
	height: auto !important;
}
*/

/*
.site-inner {
	margin-top: 30%;
}
*/

/*
.slides img {
	width: 100% !important;
}
*/

/*... TO HERE*/

/*
.slides,
.slides img {
	width: 100% !important;
	height: auto !important;
}
*/
/*
.slides {
	height: auto !important;
}
*/
/*
.slides img {
	position: relative;
}*/
