/*
	Theme Name: Metro Pro Theme
	Theme URI: http://my.studiopress.com/themes/metro/
	Description: A mobile responsive and HTML5 theme built 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, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
 
/* 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
		- Home Page
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Metro Pro Blue
		- Metro Pro Green
		- Metro Pro Pink
		- Metro Pro Red
	- Media Queries
		- Retina Display
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 320px

*/


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

/* Baseline Reset (normalize.css 2.1.2)
	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
--------------------------------------------- */

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

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


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

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

body {
    background-color: #FFF;
    color: #666;
    font-family: "Arial",Verdana,sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6;
    background: #F8F9E9 url("images/page_bg.jpg") repeat-x scroll 0% 0%;
    text-decoration: none;
	text-align: justify;
}

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: #B13C3C;
	color: #fff;
}

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

a {
	color: #B13C3C;
}

a:hover {
	color: #0066FF;
}

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

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

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

blockquote {
	margin: 0;
	padding: 24px 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	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-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	padding: 0;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

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

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

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

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

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;
	text-decoration: none;
	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 {
	color: #fff;
	background-color: #B13C3C;
}

.entry-content .button:hover {
	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;
	width: 100%;
}

tbody {
}

th,
td {
	text-align: left;
}

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

td {
}


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

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

.site-container {
	background-color: #FFF;
	margin: 0px auto;
	overflow: hidden;
	max-width: 1085px;
	padding: 0px;
}

.site-inner {
	clear: both;
	padding: 20px 10px 30px;
}

.wrap {
	margin: 0 auto;
	max-width: 1085px;
}

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

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

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

/* Content */

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

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

.ie6 .content-sidebar-sidebar .content,
.ie6 .sidebar-content-sidebar .content,
.ie6 .sidebar-sidebar-content .content {
	width: 595px;
	border: 1px solid #EDEDED;
	padding: 10px;
	margin-top: 4px;
}

.ie7 .content-sidebar-sidebar .content,
.ie7 .sidebar-content-sidebar .content,
.ie7 .sidebar-sidebar-content .content {
	width: 595px;
	border: 1px solid #EDEDED;
	padding: 10px;
	margin-top: 4px;
}

.ie8 .content-sidebar-sidebar .content,
.ie8 .sidebar-content-sidebar .content,
.ie8 .sidebar-sidebar-content .content {
	width: 595px;
	border: 1px solid #EDEDED;
	padding: 10px;
	margin-top: 4px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 595px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	padding: 10px;
	margin-top: 4px;
}

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

.metro-pro-landing .site-container {
	max-width: 772px;
}

.metro-pro-landing .site-inner,
.metro-pro-landing .entry {
	padding: 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 215px;
	font-size: 13px;
	margin: 0px 10px;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 215px;
	margin: 0px 10px;
}

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


/* Column Classes
--------------------------------------------- */

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

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

.search-form {
	overflow: hidden;
	width: 100%;
}

.search-form input[type="search"] {
	padding: 12px 10px 10px;
}

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

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

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

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

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box,
.sticky {
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px;
}

.author-box p {
	margin: 0;
}

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

.author-box h1 {
	font-size: 16px;
	margin-bottom: 4px;
}

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

.entry-title {
	font-size: 24px;
	font-weight: 300;
	border-bottom: 4px solid #5C3313;
	text-align: left;
	color: #342822;
	font-family: Arial,Tahoma,sans-serif; 
	line-height: 1.25;
	margin: 0px 0px 10px;
}

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

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

.content .home-top .entry-title {
	font-size: 24px;
}

.after-entry .widget-title,
.comments-title,
.widget .entry-title {
	font-size: 20px;
}

.archive-title {
	margin-bottom: 0px;
	font-size: 20px;
}

.comment-respond h3,
.entry-comments h3,
.widget-title {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 16px;
	padding-bottom: 16px;
	text-align: center;
	text-transform: uppercase;
}

.comment-respond h3:before,
.entry-comments h3:before,
.widget-title:before {
	margin-right: 10px;
}

.comment-respond h3:after,
.entry-comments h3:after,
.widget-title:after {
	margin-left: 10px;
}

.after-entry .widget-title,
.enews-widget .widget-title {
	background: none;
	text-shadow: none;
}


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

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

.featured-content .entry {
	background: none;
	margin-bottom: 16px;
	padding: 0;
}

.featured-content .entry p,
.home-bottom .featured-content {
	margin-bottom: 0;
}

.featured-content .entry-title {
	margin-bottom: 8px;
}

.home-bottom .featured-content .entry-title {
	margin: 8px 0;
}

.home-bottom .featured-content .widget-title {
	margin-bottom: 20px;
}

.home-bottom .featured-content .entry {
	border-bottom: 5px solid #f5f5f5;
}

.metro-pro-home .home-bottom .entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.home-bottom .featured-content .entry-content p,
.home-bottom .featured-content img {
	margin-bottom: 0;
}


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

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

.sidebar .enews-widget {
	background-color: #333;
	color: #fff;
	padding: 28px 32px 32px;
}

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

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

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

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

.sidebar .enews-widget input {
	background-color: #fff;
	box-shadow: none;
	margin-bottom: 12px;
}

.after-entry .enews-widget input {
	width: 50%;
}

.after-entry .enews-widget input[type="submit"] {
	width: auto;
}

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

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

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

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

.site-inner div.gform_wrapper .ginput_complex label {
	padding: 0;
}

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

.site-inner div.gform_wrapper input[type="submit"] {
	font-size: 14px;
}

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

img#wpstats {
	display: none;
}


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

.site-header {
	background: transparent url("images/header_bg.png") no-repeat scroll top center;
	padding: 0;
	overflow: hidden;
	height: 198px;
}

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

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

.title-area {
	float: left; 
	padding: 0;
	width: 45%;
}

.ie6 .site-title,
.ie7 .site-title,
.ie8 .site-title {
	background-color: transparent;
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: 378px 59px;
	height: 60px;
	margin-top: 70px;
	margin-left: 80px;
	font-size: 0px;
}

.site-title {
	background: transparent url("images/logo.png") no-repeat scroll 0% 0% / 378px 59px;
	height: 60px;
	margin-top: 70px;
	margin-left: 80px;
	font-size: 0px;
}

.site-title a,
.site-title a:hover {
	text-decoration: none;
	color: transparent;
	font-size: 0px;
}

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

/* 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-title,
.header-image .title-area {
	min-height: 100px;
	padding: 0;
}

.header-image .site-title a {
	background-color: none;
	max-width: 270px;
	min-height: 80px;
	padding: 0;
}

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

.site-header .widget-area {
	float: right;
	width: 47.9%;
}

.site-header .search-form {
	//float: right;
	//margin-top: 16px;
	//width: 50%;
}


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

.genesis-nav-menu {
	clear: both;
	color: #FFF;
	font-size: 14px;
	line-height: 1;
	padding: 0px;
	width: 100%;
	margin: 0px;
	background: #322620 url("images/nav_bg.jpg") repeat-x 0% 0%;
}

.genesis-nav-menu li:first-child a {
	padding-left: 22px;
}

.genesis-nav-menu .menu-item {
	border: none;
	display: inline-block;
	margin: 0px -4px 0px 0px;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #96867E;
	display: block;
	padding: 7px 24px;
	position: relative;
	text-decoration: none;
	font-family: Arial,Tahoma,sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
}

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

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 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: 175px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #333;
	font-size: 12px;
	padding: 12px 16px;
	position: relative;
	width: 175px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -36px 0 0 174px;
}

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

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

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px 14px;
	text-transform: uppercase;
}

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

.genesis-nav-menu > .right > a:hover {
	color: #B13C3C;
}

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

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

.genesis-nav-menu .search-form {
	width: 100%;
}

.genesis-nav-menu .search-form input[type="search"] {
	font-size: 12px;
	padding: 14px 14px 14px 44px;
}

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

.site-header ul.genesis-nav-menu {
	background-color: #333;
}

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

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

.nav-primary {
	background-color: #333;
	margin-top: -48px;
}

.nav-primary a {
	text-transform: none;
}

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

.nav-primary .sub-menu a {
	background: #1C1611 none repeat scroll 0% 0% !important;
	border-width: medium 1px 1px;
	border-style: none solid solid;
	border-color: -moz-use-text-color #31251F #31251F;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	padding: 7px 20px 6px;
	position: relative;
	text-transform: none;
	width: 200px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
}

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

.nav-primary .sub-menu .sub-menu {
	margin: -44px 0 0 174px;
}

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

.nav-secondary {
	background-color: #333;
	text-align: right;
}

.nav-secondary a {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 16px;
}

.nav-secondary .sub-menu a:hover {
	background-color: #B13C3C;
	color: #fff;
}


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

/* Home Page
--------------------------------------------- */

.home-middle {
	overflow: hidden;
}


.home-middle-left {
	float: left;
	width: 269px;
}

.home-middle-right {
	float: left; 
	width: 264px;
}

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

.entry,
.page.page-template-page_blog-php .entry {
}

.page .entry {
	background: none;
}

.single .entry {
	background: none;
	margin-bottom: 32px;
	padding: 0;
}

.entry-content a {
	color: #B13C3C;
	font-weight: bold;
	text-decoration: none;
}

.entry-content a:hover {
	text-decoration: underline;
}

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

.entry-content ol li,
.entry-content ul li {
	margin-left: 30px;
}

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

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

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

.entry-meta {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
}

.entry-meta a {
	color: #B13C3C;
	text-decoration: none;
	font-weight: bold;
}

.entry-meta a:hover {
}

.entry-header .entry-meta {
	margin-bottom: 20px;
	color: #8F8174;
	font-size: 12px;
	text-transform: none;
}

.entry-meta .entry-comments::before {
	margin: 0 6px 0 2px;
}

.entry-meta .entry-categories,
.entry-meta .entry-tags {
	text-transform: none !important;
}

.content .entry-meta .entry-comments-link {
}

.content .entry-meta .entry-comments-link a {
	color: #BD3C3C;
	font-weight: bold;
	text-decoration: none;
}

.content .entry-meta .entry-comments-link a:hover {
	text-decoration: underline;
}

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

.after-entry,
.after-entry .wrap {
	overflow: hidden;
}

.after-entry {
	margin-top: 32px;
	padding: 16px;
	text-align: center;
}

.after-entry .wrap {
	background-color: #fff;
	padding: 32px;
}

.after-entry p {
	margin-bottom: 20px;
}

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

.archive-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	text-decoration: none;
}

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

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

.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

p.form-submit,
.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: none;
	margin-right: 12px;
}

.comment-list li {
	list-style-type: none;
	margin: 15px 0px 5px;
	padding: 20px 25px;
}

.ping-list li {
	list-style-type: none;
	margin: 0;
	padding: 20px 0;
}

.ping-list .reply {
	display: none;
}

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

.comment {
	background-color: #F7F3EC;
	border-width: 3px 0px 3px 3px;
	border-style: solid none solid solid;
	border-color: #FFF -moz-use-text-color #FFF #FFF;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
}

.comment-content {
	clear: both;
}

.comment .avatar {
	background-color: #FFF;
	border: 4px solid #E4DDCF;
	float: right;
	margin: 5px 0px 10px 10px;
	padding: 1px;
}

.comment-content p {
    font-size: 14px;
	margin: 0px 0px 20px;
}

.comment-meta {
    font-size: 12px !important;
    margin: 0px 0px 5px !important;
	font-weight: bold !important;
}

.comment-meta a {
    text-decoration: none;
}

.comment-meta a:hover {
    text-decoration: underline;
	color: #B13C3C;
}

.comment-reply-link {
    font-weight: bold !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

.comment-reply-link:hover {
    text-decoration: underline !important;
}

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

p.subscribe-to-comments {
	padding: 24px 0 16px;
}


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

.widget {	
	margin-bottom: 0px;
	word-wrap: break-word;
}

.widget li {
	border-bottom: 1px dotted #6A5D56;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

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

.widget ul > li {
	list-style-type: none;
	text-indent: 0px;
	margin: 0px 0px 7px;
	padding: 0px 0px 7px;
	word-wrap: break-word;
	text-align: left;
}

.widget li li {
	border: none;
	padding: 0;
}

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


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

.sidebar {
	display: inline;
	font-size: 15px;
}

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

.sidebar .search-form {
	width: 100%;
}

a.social-buttons {
	background-color: #333;
	border-right: 1px solid #fff;
	color: #fff;
	float: left;
	font-size: 10px;
	overflow: hidden;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 25%;
}

a.social-buttons.last {
	border: none;
}

a.social-buttons:hover {
	background-color: #B13C3C;
}


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

.footer-widgets {
	background-color: #FFF;
	clear: both;
	font-size: 12px;
	margin: 0px auto;
	border-bottom: 1px solid #FFF;
	padding: 21px 22px 0px 23px;
	max-width: 1085px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 332px;
}

.footer-widgets-1 {
	width: 100% !important;
}

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

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

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

.footer-widgets .search-form {
	width: 100%;
}


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

#footer-main {
	color: #342822;
	font-size: 13px;
	font-weight: 700;
	padding: 20px 10px;
	max-width: 1085px;
	margin: 0 auto;
	background: #BEEDF2 url("images/footerbg.png") repeat-x 0% 0%;
}

.footer-creds {
	color: #342822;
	text-decoration: none;
	font-weight: 300;
	width: 50%;
	text-align: right;
	display: inline-block;
}

.gototop a {
	color: #342822;
	text-decoration: none;
}

.gototop {
    display: inline-block !important;
    width: 50%;
    text-align: left;
}

.gototop a:hover {
	color: #A83C3C;
	text-decoration: underline;
}

.site-footer a {
	color: #342822;
	text-decoration: none;	
}

.site-footer a:hover {
	color: #A83C3C;
	text-decoration: underline;
}

.site-footer p {
	margin: 0;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Metro Pro Blue
--------------------------------------------- */

.metro-pro-blue .entry-title a:hover,
.metro-pro-blue .genesis-nav-menu > .right > a:hover,
.metro-pro-blue .site-footer a:hover,
.metro-pro-blue a,
.metro-pro-blue h2 a:hover {
	color: #5bb1f9;
}

.metro-pro-blue .entry-title a,
.metro-pro-blue .entry-meta a:hover,
.metro-pro-blue a:hover {
	color: #0066FF;
}

.metro-pro-blue .entry-meta a {
	color: #999;
}

.metro-pro-blue .archive-pagination li a:hover,
.metro-pro-blue .button,
.metro-pro-blue .button:hover,
.metro-pro-blue .entry-comments-link a,
.metro-pro-blue .entry-comments-link a:hover,
.metro-pro-blue .genesis-nav-menu a,
.metro-pro-blue .site-footer a,
.metro-pro-blue .site-title a,
.metro-pro-blue .site-title a:hover,
.metro-pro-blue a.social-buttons {
	color: #fff;
}

.metro-pro-blue h2 a,
.metro-pro-blue h2 a:visited {
	color: #333;
}

.metro-pro-blue .archive-pagination li a:hover,
.metro-pro-blue .archive-pagination li.active a,
.metro-pro-blue .button:hover,
.metro-pro-blue .btn:hover,
.metro-pro-blue .content .entry-comments-link a,
.metro-pro-blue .enews-widget input:hover[type="submit"],
.metro-pro-blue .genesis-nav-menu .current-menu-item > a,
.metro-pro-blue .genesis-nav-menu a:hover,
.metro-pro-blue .sidebar .enews-widget input[type="submit"],
.metro-pro-blue .site-title a,
.metro-pro-blue a.social-buttons:hover,
.metro-pro-blue button:hover,
.metro-pro-blue input:hover[type="button"],
.metro-pro-blue input:hover[type="reset"],
.metro-pro-blue input:hover[type="submit"] {
	background-color: #5bb1f9;
}

.metro-pro-blue .entry-comments-link a:hover {
	background-color: #333;
}

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

.metro-pro-blue .genesis-nav-menu > .right > a,
.metro-pro-blue.header-image .site-title a {
	background: none;
}

/* Metro Pro Green
--------------------------------------------- */

.metro-pro-green .entry-title a:hover,
.metro-pro-green .genesis-nav-menu > .right > a:hover,
.metro-pro-green .site-footer a:hover,
.metro-pro-green a,
.metro-pro-green h2 a:hover {
	color: #21c250;
}

.metro-pro-green .entry-title a,
.metro-pro-green .entry-meta a:hover,
.metro-pro-green a:hover {
	color: #0066FF;
}

.metro-pro-green .entry-meta a {
	color: #999;
}

.metro-pro-green .archive-pagination li a:hover,
.metro-pro-green .button,
.metro-pro-green .button:hover,
.metro-pro-green .entry-comments-link a,
.metro-pro-green .entry-comments-link a:hover,
.metro-pro-green .genesis-nav-menu a,
.metro-pro-green .site-footer a,
.metro-pro-green .site-title a,
.metro-pro-green .site-title a:hover,
.metro-pro-green a.social-buttons {
	color: #fff;
}

.metro-pro-green h2 a,
.metro-pro-green h2 a:visited {
	color: #333;
}

.metro-pro-green .archive-pagination li a:hover,
.metro-pro-green .archive-pagination li.active a,
.metro-pro-green .button:hover,
.metro-pro-green .btn:hover,
.metro-pro-green .content .entry-comments-link a,
.metro-pro-green .enews-widget input:hover[type="submit"],
.metro-pro-green .genesis-nav-menu .current-menu-item > a,
.metro-pro-green .genesis-nav-menu a:hover,
.metro-pro-green .sidebar .enews-widget input[type="submit"],
.metro-pro-green .site-title a,
.metro-pro-green a.social-buttons:hover,
.metro-pro-green button:hover,
.metro-pro-green input:hover[type="button"],
.metro-pro-green input:hover[type="reset"],
.metro-pro-green input:hover[type="submit"] {
	background-color: #21c250;
}

.metro-pro-green .entry-comments-link a:hover {
	background-color: #333;
}

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

.metro-pro-green .genesis-nav-menu > .right > a,
.metro-pro-green.header-image .site-title a {
	background: none;
}

/* Metro Pro Pink
--------------------------------------------- */

.metro-pro-pink .entry-title a:hover,
.metro-pro-pink .genesis-nav-menu > .right > a:hover,
.metro-pro-pink .site-footer a:hover,
.metro-pro-pink a,
.metro-pro-pink h2 a:hover {
	color: #d1548e;
}

.metro-pro-pink .entry-title a,
.metro-pro-pink .entry-meta a:hover,
.metro-pro-pink a:hover {
	color: #0066FF;
}

.metro-pro-pink .entry-meta a {
	color: #999;
}

.metro-pro-pink .archive-pagination li a:hover,
.metro-pro-pink .button,
.metro-pro-pink .button:hover,
.metro-pro-pink .entry-comments-link a,
.metro-pro-pink .entry-comments-link a:hover,
.metro-pro-pink .genesis-nav-menu a,
.metro-pro-pink .site-footer a,
.metro-pro-pink .site-title a,
.metro-pro-pink .site-title a:hover,
.metro-pro-pink a.social-buttons {
	color: #fff;
}

.metro-pro-pink h2 a,
.metro-pro-pink h2 a:visited {
	color: #333;
}

.metro-pro-pink .archive-pagination li a:hover,
.metro-pro-pink .archive-pagination li.active a,
.metro-pro-pink .button:hover,
.metro-pro-pink .btn:hover,
.metro-pro-pink .content .entry-comments-link a,
.metro-pro-pink .enews-widget input:hover[type="submit"],
.metro-pro-pink .genesis-nav-menu .current-menu-item > a,
.metro-pro-pink .genesis-nav-menu a:hover,
.metro-pro-pink .sidebar .enews-widget input[type="submit"],
.metro-pro-pink .site-title a,
.metro-pro-pink a.social-buttons:hover,
.metro-pro-pink button:hover,
.metro-pro-pink input:hover[type="button"],
.metro-pro-pink input:hover[type="reset"],
.metro-pro-pink input:hover[type="submit"] {
	background-color: #d1548e;
}

.metro-pro-pink .entry-comments-link a:hover {
	background-color: #333;
}

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

.metro-pro-pink .genesis-nav-menu > .right > a,
.metro-pro-pink.header-image .site-title a {
	background: none;
}

/* Metro Pro Red
--------------------------------------------- */

.metro-pro-red .entry-title a:hover,
.metro-pro-red .genesis-nav-menu > .right > a:hover,
.metro-pro-red .site-footer a:hover,
.metro-pro-red a,
.metro-pro-red h2 a:hover {
	color: #ef4f4f;
}

.metro-pro-red .entry-title a,
.metro-pro-red .entry-meta a:hover,
.metro-pro-red a:hover {
	color: #0066FF;
}

.metro-pro-red .entry-meta a {
	color: #999;
}

.metro-pro-red .archive-pagination li a:hover,
.metro-pro-red .button,
.metro-pro-red .button:hover,
.metro-pro-red .entry-comments-link a,
.metro-pro-red .entry-comments-link a:hover,
.metro-pro-red .genesis-nav-menu a,
.metro-pro-red .site-footer a,
.metro-pro-red .site-title a,
.metro-pro-red .site-title a:hover,
.metro-pro-red a.social-buttons {
	color: #fff;
}

.metro-pro-red h2 a,
.metro-pro-red h2 a:visited {
	color: #333;
}

.metro-pro-red .archive-pagination li a:hover,
.metro-pro-red .archive-pagination li.active a,
.metro-pro-red .button:hover,
.metro-pro-red .btn:hover,
.metro-pro-red .content .entry-comments-link a,
.metro-pro-red .enews-widget input:hover[type="submit"],
.metro-pro-red .genesis-nav-menu .current-menu-item > a,
.metro-pro-red .genesis-nav-menu a:hover,
.metro-pro-red .sidebar .enews-widget input[type="submit"],
.metro-pro-red .site-title a,
.metro-pro-red a.social-buttons:hover,
.metro-pro-red button:hover,
.metro-pro-red input:hover[type="button"],
.metro-pro-red input:hover[type="reset"],
.metro-pro-red input:hover[type="submit"] {
	background-color: #ef4f4f;
}

.metro-pro-red .entry-comments-link a:hover {
	background-color: #333;
}

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

.metro-pro-red .genesis-nav-menu > .right > a,
.metro-pro-red.header-image .site-title a {
	background: none;
}

/* Responsive Menu
--------------------------------------------- */
 
.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}
 
.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}
.nav-primary .responsive-menu-icon::before {
	color: #fff;
}


/* Custom Style */

.header-widget-area .search-form input[type="submit"] {
    position: absolute;
	clip: unset;
	height: unset;
	margin: 83px 0px 0px 3px;
	width: unset;
	background-color: #5C3313;
	border: 1px solid #CDCDCD;
	color: #96867E;
	cursor: pointer;
	font-family: Arial,Tahoma,sans-serif;
	font-size: 14px;
	padding: 9px 12px 11px 12px;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
	
}

.header-widget-area .search-form input[type="submit"]:hover {
	background-color: #3FD9E1;
}

.header-widget-area .search-form input[type="search"] {
    padding: 12px 10px 12px;
    width: 322px;
    background-color: #FFF;
    box-shadow: 1px 1px 5px #AAA inset;
    color: #666;
    font-size: 12px;
    margin: 83px 0px 0px;
    border: unset;
	font-family: "Droid Serif",serif;
}

.sidebar-secondary .widget-title {
    font-family: "comic Sans MS", Arial;
    color: #FFF;
    background-color: #5C3313;
    font-size: 17px !important;
    margin: 0px 0px 10px;
    text-shadow: -1px -1px #201814;
    padding: 5px 10px;
    text-transform: none;
    line-height: 1.25;
    font-weight: normal;
	text-align: left;
}

.sidebar-primary .widget-title {
    font-family: "comic Sans MS", Arial;
    color: #FFF;
    background-color: #5C3313;
    font-size: 17px !important;
    margin: 0px 0px 10px;
    text-shadow: -1px -1px #201814;
    padding: 5px 10px;
    text-transform: none;
    line-height: 1.25;
    font-weight: normal;
	text-align: left;
}

.ie6 .sidebar-secondary .widget,
.ie7 .sidebar-secondary .widget,
.ie8 .sidebar-secondary .widget {
	border: 1px solid #EDEDED;
    margin: 3px 0px 0px;
    padding: 10px;
    font-size: 12px;
    font-family: Arial,Tahoma,sans-serif;
    text-align: left;
}

.sidebar-secondary .widget {
    box-shadow: -2px 3px 10px 0px rgba(0, 0, 0, 0.15);
    margin: 3px 0px 0px;
    padding: 10px;
    font-size: 12px;
    font-family: Arial,Tahoma,sans-serif; 
    text-align: left;
}

#slideshow-2 {
    margin-bottom: 0px !important;
}

.ngg_slideshow {
    margin-bottom: 0px !important;
}

.home-top, .home-middle-left, .home-middle-right {
    border: 1px solid #D6E0E9;
    margin: 10px;
    padding: 10px;
}

.home-top .widget {
    margin-bottom: 0px !important;
}

.home-top .widget-title, .home-middle-left .widget-title, .home-middle-right .widget-title, .slider-widget .widget-title {
    background-color: #BF1E2E;
    color: #FFF;
    padding: 5px 10px;
    font-family: "comic Sans MS";
    text-shadow: -1px -1px #201814;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.25;
    margin: 0px 0px 10px;
    text-transform: none;
    text-align: left;
}

.home-top .textwidget {
    text-align: justify;
}

.ie6 .sidebar-primary .widget,
.ie7 .sidebar-primary .widget,
.ie8 .sidebar-primary .widget {
	border: 1px solid #EDEDED;
    margin: 3px 0px 0px;
    padding: 10px 10px 12px;
    text-align: justify;
}

.sidebar-primary .widget {
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.15);
    margin: 3px 0px 0px;
    padding: 10px;
    text-align: justify;
}

.sidebar img {
    margin-bottom: 0px;
}

#donatebutton {
    background-color: #C21F32 !important;
    color: #FFF !important;
    font-family: Comic Sans MS !important;
    font-size: 20px !important;
    height: auto;
    text-shadow: 0px -1px #333 !important;
    width: 100% !important;
    cursor: pointer !important;
    text-transform: none !important;
    padding: 1px 5px 11px !important;
    line-height: normal !important;
	margin-bottom: -12px;
	border: 2px outset #F0F0F0 !important;
}

.footer-widgets .widget-title {
    background-color: #BF1E2E;
    color: #FFF;
    font-family: "comic Sans MS";
    padding: 5px 10px;
    text-shadow: -1px -1px #201814;
    font-size: 17px;
    margin: 0px 0px 10px;
    font-weight: normal;
    line-height: 1.25;
    text-decoration: none;
    text-align: left;
    text-transform: none;
}

.sponsorbox {
	text-align: center;
	float: left;
	width: 33.33333%;
	margin-top: 10px;
	min-height: 150px;
	margin-left: 0px;
	vertical-align: middle;
	padding: 10px;
}

#sponsors {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	font-size: 12px;
	padding: 10px;
	text-align: center;
	overflow: hidden;
}

.twitterbox {
    display: inline-block;
    padding: 10px;
}

.wp-caption {
    background-color: #F7F3EC;
	text-align: center;
	padding: 10px;
	width: 256px !important;
}

.wp-caption.alignleft {
    margin: 0px 15px 24px -1px !important;
}

.wp-caption img {
    min-width: 225px !important;
    min-height: 303px !important;
}

.days-names {
    background: #BF1E2E none repeat scroll 0% 0%;
    color: rgb(255, 255, 255) !important;
	height: 55px !important;
}

.days-names td {
    text-align: center !important;
}

.eventless, .eventless-today, .eventless-pre {
    vertical-align: top;
    height: 105px !important;
	padding: 2px 4px 10px !important;
}

.fullcalendar thead td {
    text-align: center !important;
	height: 55px !important;
}

.fullcalendar td {

}

.with_frm_style .frm_submit input[type="submit"] {
	text-transform: none !important;
	padding: 4px 11px !important;
}

.ngg-thumbnail {
    margin-bottom: -10px !important;
}

#text-20 {
    line-height: 1.1 !important;
}

.sidebar-primary #text-4 {
    line-height: 0.7 !important;
	padding: 10px 10px 14px !important;
}

.sidebar-primary #text-4 a {
    font-weight: bold !important;
}

.sidebar-primary #text-4 img[src*="safe_subscribe_logo.gif"] {
    padding-bottom: 5px !important;
} 

.sidebar-primary #text-5 {
    line-height: 0 !important;
    padding: 10px 10px 10px !important;
}

.sidebar-primary #text-21 {
    line-height: 0 !important;
    padding: 10px 10px 10px !important;
}

.sidebar-primary #text-33 table td {
    text-align: center !important;
	line-height: 1 !important;
}

.charityNameSpan {
    padding-right: 1px !important;
    padding-left: 1px !important;
    line-height: 16px !important;
}

.sidebar-primary #text-33 {
    padding: 10px 10px 10px !important;
}

#amznCharityBanner {
    height: 175px;
	margin: 0 auto;
	max-width: 202px;
}

.sidebar-primary #text-6 {
    line-height: 1 !important;
    padding: 10px 10px 8px !important;
}

.sidebar-primary #text-27 .widget-title {
    padding: 4px 10px 5px !important;
}

.sidebar-secondary #text-37 p {
    margin-bottom: 10px !important;
}

.sidebar-secondary #text-3 {
    line-height: 1 !important;
    padding: 10px 10px 8px !important;
}

.sidebar-secondary #text-7 img[src*="ndsc-logo.png"] {
    margin-top: -5px;
}

.sidebar-secondary #text-7 img[src*="gdsf-logo.png"] {
    margin-top: -6px;
    width: 196px;
    height: 53px;
	margin-bottom: -5px;
}

.sidebar-secondary #text-7 a[href*="/links"] {
    font-weight: bold;
    text-decoration: none;
}

.sidebar-secondary #text-19 .textwidget {
    padding-left: 4px !important;
	margin-bottom: 2px !important;
}

.twitterbox {
    display: inline-block !important;
    margin-top: 2px !important;
    line-height: 1 !important;
    padding: 8px 11px 6px 6px !important;
}

.all-events-link {
    font-weight: bold !important;
}

.sidebar-secondary #em_widget-2 {
    padding: 10px 10px 18px !important;
}

.sidebar-secondary #featured-post-2 .widget-title {
    padding: 6px 10px 4px !important;
}

.sidebar-secondary #featured-post-2 .alignnone img {
    width: 100% !important;
    padding-right: 5px !important;
    padding-top: 10px !important;
}

.sidebar-secondary #featured-post-2 .entry-title {
    border-bottom: medium none !important;
    font-size: 14px !important;
    margin-top: -7px !important;
    margin-bottom: 4px !important;
}

.sidebar-secondary #featured-post-2 .entry-content {
    border-bottom: 1px solid #DDD !important;
    padding-bottom: 4px !important;
}

.sidebar-secondary #featured-post-2 .entry-content p {
    margin-bottom: 15px !important;
}

.sidebar-secondary .featured-content .entry {
    margin-bottom: 5px !important;
}

.home-top p {
    margin: 0px 0px 10px;
}

.home-middle-left img {
    margin-bottom: 3px;
}

.home-middle-right .widget-title {
    text-align: justify !important;
}

.home-middle-right img {
    margin-bottom: 10px;
}

.calendar {
    margin: 10px auto;
}

.entry-header h2 {
    border-bottom: none;
    font-size: 36px;
}

.post-edit-link {
    font-weight: bold !important;
    color: #BD3C3C !important;
}

.post-edit-link:hover {
	text-decoration: underline;
}

.entry-footer .entry-categories a {
    color: #BD3C3C;
    font-weight: bold;
}

.entry-footer .entry-categories a:hover {
    color: #BD3C3C;
	text-decoration: underline;
}

.entry-footer .entry-meta {
		font-size: 12px !important;
		color: #8F8174 !important;
		text-transform: none !important;
		border-top: 1px solid #E3DBCE !important;
		padding-top: 5px;
}

.entry-comments h3 {
    font-size: 16px;
    text-transform: none;
    color: #342822;
    font-family: Arial,Tahoma,sans-serif;
    font-weight: normal;
    line-height: 1.25;
    margin: 0px 0px 10px;
    padding-bottom: 0px;
    text-align: left;
}

.comment-respond h3 {
    font-size: 16px;
    text-transform: none;
    color: #342822;
    font-family: Arial,Tahoma,sans-serif;
    font-weight: normal;
    line-height: 1.25;
    margin: 0px 0px 10px;
    padding-bottom: 0px;
    text-align: left;
}

.logged-in-as {
    margin-bottom: 10px !important;
}

.logged-in-as a {
    font-weight: bold;
    text-decoration: none;
}

.logged-in-as a:hover {
    text-decoration: underline;
	color: #B13C3C;
}

.comment-form-comment textarea {
    background-color: #FFF;
    box-shadow: 0px 0px 5px #CCC inset;
    height: 150px;
    width: 95%;
}

.comment-form-comment {
    margin-bottom: 10px !important;
}

#commentform input[type="submit"] {
    background-color: #5C3313;
    border: 1px solid #CDCDCD;
    color: #96867E;
    cursor: pointer;
    font-family: Arial,Tahoma,sans-serif;
    font-size: 14px;
    padding: 9px;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 20px;
} 

#commentform input[type="submit"]:hover {
    background-color: #3FD9E1; 
} 

.entry-categories {
	margin: 0px !important;
	padding: 5px 0px 0px !important;
}

.entry-content ul {
    margin-bottom: 25px !important;
}

.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="password"], .frm_style_formidable-style.with_frm_style input[type="email"], .frm_style_formidable-style.with_frm_style input[type="number"], .frm_style_formidable-style.with_frm_style input[type="url"], .frm_style_formidable-style.with_frm_style input[type="tel"], .frm_style_formidable-style.with_frm_style input[type="file"], .frm_style_formidable-style.with_frm_style input[type="search"], .frm_style_formidable-style.with_frm_style select {
    height: 27px !important;
}

.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="password"], .frm_style_formidable-style.with_frm_style input[type="email"], .frm_style_formidable-style.with_frm_style input[type="number"], .frm_style_formidable-style.with_frm_style input[type="url"], .frm_style_formidable-style.with_frm_style input[type="tel"], .frm_style_formidable-style.with_frm_style input[type="phone"], .frm_style_formidable-style.with_frm_style input[type="search"], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
	box-shadow: none !important;
}

.frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label {
	padding: 0px !important;
}

.frm_style_formidable-style.with_frm_style input[type="submit"] {
	background: transparent -moz-linear-gradient(center top , #EEE, #CCC) repeat scroll 0% 0% !important;
	box-shadow: 1px 2px 3px #999 !important; 
}

.frm_style_formidable-style.with_frm_style input[type="submit"]:hover {
	background: transparent -moz-linear-gradient(center top , #EEE, #CCC) repeat scroll 0% 0% !important;
	box-shadow: 1px 2px 3px #999 !important;
}

.home-middle .textwidget a {
    font-weight: bold;
    text-decoration: none;
}

.home-middle .textwidget a:hover {
    color: #BD3C3C;
    text-decoration: underline;
}

#em_widget-2 {
    font-size: 13px;
}

#em_widget-2 li a {
	text-decoration: none;
}

#em_widget-2 li a:hover {
	text-decoration: underline;
}

#em_widget-2 li:last-child {
	margin-bottom: 7px;
}

.ngg-breadcrumbs {
    display: none;
}

.ngg-gallery-thumbnail img {
	box-sizing: unset;
}

.ngg-gallery-thumbnail-box {
    margin-right: 1px !important;
}

.sidebar-sponsorbox {
	text-align: center;
	margin-top: 10px;
}

.sidebar-followus img {
    width: 30px;
}

.sidebar-followus a {
	margin: 0 2.234532243%;
}

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

@media only screen and (max-width: 1114px) {
	.site-container,
	.wrap,
	.footer-widgets,
	#footer-main	{
		max-width: 870px;
	}
	
	.site-header {
		background-size: 100% 200px;
		height: 200px;
	}
	
	.site-title {
		background-size: 95%;
		margin-top: 62px;
		margin-left: 70px;
	}
	
	.site-header .widget-area {
		width: 49%;
	}
	
	.header-widget-area .search-form input[type="search"] ,
	.header-widget-area .search-form input[type="submit"] {
		margin: 0px;
	}
	
	.site-header .search-form {
		margin-top: 70px;
	}
	
	.header-widget-area .search-form input[type="search"] {
		margin-right: 3px;
		width: 270px;
	}
	
	.genesis-nav-menu li:first-child a {
		padding-left: 15px;
	}
	
	.genesis-nav-menu a {
		padding: 7px 15px;
	}
	
	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 375px;
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 613px;
	}
	
	.home-top, .home-middle-left, .home-middle-right {
    	margin: 10px auto;
	}
	
	.home-top {
		margin-top: 20px;
	}
	
	.home-middle-left, .home-middle-right {
		display: block;
		width: 100%;
	}
	
	#sponsors {
		width: 100%;
	}
	
	.home-middle-left img, .home-middle-right img {
		margin: 10px auto;
		display: block;
		width: 100%;
		max-width: 300px;
	}
	
	.category-buddy-walk .entry-content img,
	.category-blog .entry-content img {
		max-width: 235px;
	}
	
	.ngg-gallery-thumbnail img {
		max-width: 160px !important;
	}
	
	div.em-search-advanced input,
	div.em-search-advanced select {
		width: 100% !important;
	}
	
}

@media only screen and (max-width: 892px) {
	
	.site-container,
	.wrap,
	#footer-main,
	.footer-widgets {
		max-width: 690px;
	}

	.site-header {
		height: 270px;
	}
	
	.title-area {
		width: 100%;
	}
	
	.site-title {
		background-size: 95% auto;
		margin: 60px 0px 0px;
		background: transparent url("images/logo.png") no-repeat scroll center 0%;
	}
	
	.site-header {
		background-size: 100% 290px;
		height: 290px;
	}
	
	.site-header .widget-area {
		width: 100%;
		text-align: right;
		padding-right: 145px;
	}
	
	.site-header .search-form {
		margin-top: 25px;
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}
	
	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		float: right;
		display: block;
	}
	
	.metro-pro-home .content-sidebar-wrap,
	.category .content-sidebar-wrap {
		float: none !important;
		display: block !important;
	}
	
	.page-id-1150 .content-sidebar-wrap {
		float: none !important;
	}
	
	.sidebar-primary {
		margin: 0;
		float: right;
		width: 49%;
	}
	
	.sidebar-secondary {
		float: left;
		width: 49%;
		margin: 0;
	}
	
	.gototop {
		width: 22%;
	}
	
	.footer-creds {
    	width: 78%;
	}
	
	.ngg-gallery-thumbnail img {
		max-width: 120px !important;
	}
	
	.genesis-nav-menu li:first-child a {
		padding-left: 12px;
	}
	
	.genesis-nav-menu a {
		padding: 7px 8px;
		font-size: 13px;
	}
	
	.sidebar-followus img {
		width: 36px;
	}
}
 
@media only screen and (max-width: 768px) { 

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
 
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
 
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}
 
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
 
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
		line-height: 1;
		padding: 16px 17px;
	}
	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}
 
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
 
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
 
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}
 
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
 
	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
 
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
 
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}
	
	.nav-primary .sub-menu a {
		background: #322620 none repeat scroll 0% 0% !important;
	}
	
	.genesis-nav-menu {
		background: #322620;
	}
	
	.nav-primary {
		background: #322620 url("images/nav_bg.jpg") repeat-x 0% 0% !important;
	}
	
	.genesis-nav-menu a {
		padding: 7px 17px;
		font-size: 15px;
	}
	
}

@media only screen and (max-width: 715px) {
	.site-container,
	.wrap,
	#footer-main,
	.footer-widgets {
		max-width: 560px;
	}
	
	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 100%;
	}
	
	.sidebar-primary {
		margin: 10px 0px 0px 10px;
	}
	
	.sidebar-secondary {
    	margin: 10px 10px 0px 0px;
	}
	
	.sidebar-primary, .sidebar-secondary {
		width: 260px;
	}
	
	#sponsors {
		height: auto;
	}
	
	.gototop {
		width: 100%;
		text-align: center;
		display: block;
	}
	
	.footer-creds {
		width: 100%;
		text-align: center;
		margin-top: 8px;
		display: block;
	}
	
	.page-id-279 .wp-caption {
		width: 245px !important;
	}
	
	.entry-header h2 {
    	font-size: 25px;
	}
	
	.ngg-gallery-thumbnail img {
		max-width: 157px !important;
	}
	
	#amznCharityBanner {
    	text-align: center;
	}
	
	.amazonsmilewidget {
		width: 203px !important;
	}
	
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		float: none;
	}
	
	.sponsorbox {
    	width: 50%;
	}
}
 
@media only screen and (max-width: 583px) {
	
	.site-container,
	.wrap,
	#footer-main,
	.footer-widgets	{
		max-width: 405px;
	}
	
	.site-header {
    	height: 265px;
	}
	
	.site-title {
    	background-size: 75% auto;
	}
	
	.site-header .widget-area {
		padding-right: 125px;
	}
	
	.header-widget-area .search-form input[type="search"] {
		margin-right: 3px;
		width: 230px;
	}
	
	.sidebar-primary, .sidebar-secondary {
		width: 100%;
	}
	
	.sponsorbox {
    	width: 100%;
	}
	
	.sidebar-primary .widget,
	.sidebar-secondary .widget {
		text-align: center;
	}
	
	#amznCharityBanner {
		margin-bottom: 7px;
	}
	
	.charityNameSpan {
		text-align: center;
	}
	
	.category-blog img {
		max-width: 210px;
	}
	
	.ngg-gallery-thumbnail img {
		max-width: 165px !important;
	}
	
	.amazonsmilewidget {
		width: 205px !important;
	}

}

@media only screen and (max-width: 434px) {
	.site-container,
	.wrap,
	#footer-main,
	.footer-widgets {
		max-width: 295px;
	}
	
	.site-header {
		background-size: 100% 255px;
		height: 243px;
	}
	
	.site-header .search-form {
		margin-top: 5px;
	}
	
	.site-header .widget-area {
		padding-right: 105px;
	}
	
	.header-widget-area .search-form input[type="search"] {
    	width: 160px;
	}
	
	#amznCharityBanner {
		padding: 0px 10%;
	}
	
	.category-blog img {
		max-width: 100%;
	}
	
	.content .entry-meta .entry-comments-link {
		display: block;
	}
	
	.entry-header h2 {
		font-size: 22px;
	}
	
/* 	.entry-content img.alignright,	.entry-content img.alignleft {
		margin: 10px auto;
		float: none;
		display: block;
	} */
	
	.ngg-gallery-thumbnail img {
		max-width: 111px !important;
	}
	
	.sidebar-primary,
	.sidebar-secondary {
		margin: 10px 0px 0px;
	}
	
	.footer-widgets {
    	padding: 5px 10px 0px;
	}
	
	.category-blog .entry-content img {
		max-width: 100%;
	}
	
	.mobalign {
		margin: 10px auto !important;
		display: block;
		float: none !important;
	}
}