/*
Theme Name: wsdg_responsive
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wsdg_responsive
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

wsdg_responsive is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=PT+Serif);

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

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: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {
	margin:0 0 1.2em 0;
}
h1 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #193d57;
    font-weight:bold;
    text-transform: uppercase;
}
h1.entry-title, h1.page-title {
	line-height: 1.3;
	margin-bottom: 1em;
}
h1 a:link, h1 a:visited, h1 a:hover {
	color: #193d57;
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #006f82;
    font-weight: normal;
	text-transform: none;
}
h2.entry-title {
	line-height: 1.3;
	margin-bottom: .5em;
}
h2.widgettitle {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.3;
	color: #006f82;
    font-weight:bold;
    text-transform: uppercase;
    margin-bottom: .8em;
}
.home h2 {
	font-weight:bold;
    text-transform: uppercase;
}
.sidebar-heading h2.widgettitle {
	color: #193d57;
}
.ngg-albumoverview span.img-title {
	font-size:22px;
	font-size: 1.375rem;
	line-height: 1.3;
	color: #956627;
	font-weight:normal;
    margin-bottom: 0;
    
}
h2 a:link, h2 a:visited {
	color: #006f82;
	text-decoration: none;
}
h2 a:hover {
	color: #006f82;
	text-decoration: underline;
}
h3 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.5;
	color: #80561b;
    font-weight: normal;	
}
h4, h5 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
    font-weight: normal;	
}
h5 a:link, h5 a:visited {
	background-color: #729734;
	padding: 10px 20px 10px 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1rem;
	text-decoration: none;
	display: inline-block;
}
h5 a:hover {
	color: #fff;
	text-decoration:underline;
}

p {
	margin:0 0 1.5em 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #aca99a; /* Fallback for when there is no custom background color defined. */
	background-image: url(images/bylt-topo.jpg);
}
body.page-id-28154 {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	background-image: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	clear: both;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
	padding:0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

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

form {
	margin: 0 0 1.5em;
}

a.button, 
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #193d57;
	padding: 10px 20px 10px 20px;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1rem;
	text-decoration: none;
	display: inline-block;
	border: none;
}
a.button {
	background-color: #729734;
	display: table;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	text-decoration: underline;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	text-decoration: underline;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/* Woocommerce */

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: #729734 !important;
	padding: 10px 20px 10px 20px !important;
	color: #fff !important;
	text-transform: uppercase !important;
	font-size: 16px !important;
	font-size: 1rem !important;
	text-decoration: none !important;
	display: inline-block !important;
	border: none !important;
	border-radius: 0;
	font-weight: 400 !important;
}

.woocommerce .posted-on {
	display: none;
}

.woocommerce .post-19315 .entry-content div:first-child {
	display: none;
}

.woocommerce-info, .woocommerce-info::before {
    border-top-color: #006f82 !important;
    color: #006f82 !important;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #519da5;
}

a:visited {
	color: #519da5;
}

a:hover,
a:focus,
a:active {
	color: #519da5;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background-color: #729734;
	font-size: 16px;
	font-size: 1rem;
	padding: .8em 3.5%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color:#fff;
	line-height: 1.5;
	margin-right: 2.5em;
}

.main-navigation li:last-child a {
	margin-right: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background-color: #729734;
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
	padding:.8em 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
	padding: .5em 1em;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 599px) {
	.menu-toggle {
		display: block;
		cursor: pointer;
		font-size: 15px;
		color: #fff;
		padding: 7px 15px 7px 35px;
		margin: 0 auto;
		background-image: url(images/icon-hamb-white.png);
		background-position: .3em center;
		background-repeat: no-repeat;
		background-color:#006325;
		font-weight: normal;
		text-transform: uppercase;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}
	.menu-toggle:hover {
		box-shadow: none;
	}
	.toggled .menu-toggle {
		margin-bottom: 10px;
		display: block;
	}
	.main-navigation.toggled .nav-menu {
		display: block;
	}
	.main-navigation.toggled ul li:hover > ul.sub-menu {
		display: block;
		width:50%;
		left:25%;
	}
	.main-navigation.toggled ul ul a {
	width:auto;
	padding: .5em 1em;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation.toggled #menu-primary li {
		float: none;
		margin-bottom: 1.5em;
		text-align: center;
	}
	.main-navigation.toggled #menu-primary li a {
		margin-right: 0;
	}
	.main-navigation.toggled #menu-primary .sub-menu li {
		margin-bottom: inherit;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft, .alignright {
	display: block;
	float: none;
	margin: 0 0 1.5em 0;
}
.alignnone {
	display: block;
	float: none;
	margin: 0 0 1.5em 0;
	clear: both;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.5em auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-main:before,
.site-main:after,
.main-navigation:before,
.main-navigation:after,
.head-contain:before,
.head-contain:after,
.nav-contain:before,
.nav-contain:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer-bar:before,
.footer-bar:after,
.footer-menus:before,
.footer-menus:after,
.EO_Event_List_Widget li:before,
.EO_Event_List_Widget li:after,
.home-arrow-boxes:before,
.home-arrow-boxes:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-main:after,
.main-navigation:after,
.head-contain:after,
.nav-contain:after,
.site-content:after,
.footer-bar:after,
.footer-menus:after,
.site-footer:after,
.EO_Event_List_Widget li:after,
.home-arrow-boxes:after {
	clear: both;
}

.clearboth {
		clear:both;
		font-size:0;
		height:0;
		line-height:0;
}
.clearfloat {
		clear:both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

.widget-area ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget-area ul li {
	margin-bottom: 1.2em;
}
.widget-area a:link, .widget-area a:visited {
	text-decoration: none;
}
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area input.search-field {
	max-width: 100%;
}

/* Header Widgets */

.header-widgets .alignleft,
.header-widgets .alignright,
.header-widgets .alignnone,
.header-widgets .widget {
	float: none;
	display: inline-block;
	margin: 0;
}

.header-widgets .widget {
	margin: 0 0 1em 0;
}
.header-widgets .get-involved {
	display: block;
	text-align: center;
	width:100%;
}
.header-widgets .get-involved a {
	background-color: #006f82;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;	
}

/* Home Content Widgets */

.home-arrow-boxes .arrow-box {
	margin:0 auto 2.5% auto;
	height:160px;
	max-width: 406px;
}
.home-arrow-boxes .arrow-box {
	position: relative;
	font-size: 28px;
	font-size: 1.5625rem;
	text-align: center;
}
.home-arrow-boxes .arrow-box .gradient-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	padding: .3em .3em .2em .3em;
	width: 100%;
}
.home-arrow-boxes .arrow-box a {
	color: #fff;
	text-decoration: none;
	background-image:url(images/arrow.png);
	padding-right: 35px;
	background-position: right center;
	background-repeat: no-repeat;

}
/* footer-menus */
.widget-area.footer-menus h2 {
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}
.widget-area.footer-menus a:link, .widget-area.footer-menus a:visited {
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	text-decoration: none;
}
.widget-area.footer-menus a:hover {
	color: #fff;
	text-decoration: underline;
}
.widget-area.footer-menus ul li {
	margin-bottom: .8em;
	line-height: 1.2;
}
.widget-area.footer-menus ul ul {
	display: none;
}

/* more widgets */
.miniloops img.alignleft,
.EO_Event_List_Widget a.alignleft {
	margin:0 0 .5em 0;
	float: none;
}

p.social .alignleft, p.social .alignright, p.social .alignnone {
	float:none;
	display: inline-block;
	margin:0 15px 15px 0;
}

.sb_instagram_header {
	display: none;
}

.sgr-custom-taxonomies-menu ul.children {
	padding: 15px 0 0 20px;
}

.link__wrap {
	display: block;
	padding-left: 40px;
	position: relative;
	top:-25px;
}

.link__wrap a,
.link__wrap a:hover {
	font-weight: 700;
	text-decoration: none;
	cursor: default;
	font-size: 16px !important;
	font-family: 'Open Sans', sans-serif !important;
}
.link__wrap i,
.link__wrap i:hover {
	cursor: pointer;
}
.sub-menu .link__wrap a {
	font-weight: 400;
	padding-left: 20px !important;
	cursor: pointer;
}
.sub-menu .link__wrap a:hover {
	text-decoration: underline;
}
widget_easy_sidebar_menu_widget li.menu-item .link__wrap {
	display: inline-block;
}
.fa.fa-lg {
	display: inline-block;
	width: 100%;
}
.fa.fa-lg * {
	border: 0 !important;
}
.widget_easy_sidebar_menu_widget li.menu-item {
	border-bottom: 0;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
#full-slider {
	display: none;
}

a.down-map, a.down-summary, a.down-description, a.down-earth,
a.icon-button {
	background-color: #729734;
	padding: 10px 60px 10px 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1rem;
	text-decoration: none;
	display: inline-block;	
	margin:0 10px 10px 0;
	background-position: right center;
	background-repeat: no-repeat;
}
a.down-map:hover, a.down-summary:hover, a.down-description:hover, a.down-earth:hover,
a.icon-button:hover {
	text-decoration: underline;
}
a.down-map {
	background-image: url(images/trail-map.png);
}
a.down-summary {
	background-image: url(images/trail-summary.png);
}
a.down-description {
	background-image: url(images/trail-description.png);
	padding-right: 54px;
}
a.down-earth {
	background-image: url(images/trail-earth.png);
}
a.icon-map {
	background-image: url(images/icon-map-view.png);
}
a.icon-list {
	background-image: url(images/icon-list-view.png);
}
a.icon-calendar {
	background-image: url(images/icon-calendar-view.png);
}

.trail-portal {
	max-width: 100%;
	width: 750px;
	height: 599px;
	background-image: url(images/trail-portal.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.trail-portal h5 a {
	position: absolute;
	left: 40%;
	top: 40%;
}
.saved-lands {
	max-width: 100%;
	width: 750px;
	height: 492px;
	background-image: url(images/saved-lands.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.saved-lands h5 a {
	position: absolute;
	left: 40%;
	top: 40%;
}
.saved-lands-map {
	max-width: 100%;
	width: 750px;
	height: 525px;
	background-image: url(images/saved-lands-map.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.saved-lands-map h5 a {
	position: absolute;
	left: 40%;
	top: 40%;
}
.trail-portal-detail .alignleft {
	width: 100%;
	float: none;
}
.trail-portal-detail h2 {
	font-size: 16px;
	font-size: 1rem;
}

.eo-venue-map {
	margin-bottom: 1.5em;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
	margin-bottom: 10% !important;
}
/*-------auctions-------------------------*/

#primary .wdm-auction-listing-container .wdm-apt {
    color: #519da5 !important;
}
#primary .wdm-auction-title {
    font-weight: normal;
}
#primary .auc_single_list .wdm-mark-normal {
    color: #519da5;
}
li.auction-list-menus strong {
	font-weight: normal;
}
#primary .wdm-auction-listing-container .wdm-apd {
    color: #000 !important;
}
#primary .wdm-mark-red {
    color: #780E2E;
}
#primary #wdm-total-bids-link {
    color: #519da5;
}
#primary .wdm_place_bid input, #primary .wdm_place_bid input[type="submit"], #primary .wdm-login-to-place-bid {
    background-image: none;
    box-shadow:0 0 0 0;
    border: 0;
    border-radius: 0;    
    background-color: #729734 !important;
	padding: 10px 20px 10px 20px;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1rem;
}

#primary .wdm_place_bid input:hover, #primary .wdm_place_bid input[type="submit"]:hover, #primary .wdm-login-to-place-bid:hover {
    background-color: #729734 !important;
    background-image:none;
    text-decoration: underline !important;
}

#primary #wdm_buy_now_section  input[type="submit"], #primary .wdm-login-to-buy-now {
    background-image: none;
    box-shadow:0 0 0 0;
    border: 0;
    border-radius: 0;    
    background-color: #006f82 !important;
	padding: 10px 20px 10px 20px;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1rem;
}

#primary #wdm_buy_now_section input[type="submit"]:hover {
    background-color: #006f82 !important;
    background-image:none;
    text-decoration: underline !important;
}

.wdm-auction-listing-container, #auction-desc-tabs {
	margin-bottom: 20px;
}

.wdm-single-auction-description div span {
	display: none;
}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 12px;
	font-size: .75rem;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
Grids
--------------------------------------------------------------*/

a.eg-monroe-element-1,
a.eg-monroe-element-1:visited,
a.eg-monroe-element-1:hover {
	color:#fff !important;
	text-decoration: none !important;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
#page {
	width: 100%;
}
.head-strip {
	width: 100%;
}
.head-contain {
	width:90%;
	max-width: 1300px;
	margin: 0 auto;
}
.nav-strip {
	width: 100%;
	background-color: #729734;
}
.nav-contain {
	width:90%;
	max-width: 1300px;
	margin: 0 auto;
}	
.site-header {
	text-align: center;
	padding: 10px 0
}
.site-branding img {
	display: inline-block;
	margin-bottom: 1em;
}
.home-arrow-boxes {
	clear: both;
	width:90%;
	max-width: 1300px;
	margin: 2.5% auto;
}
#content {
	clear: both;
	width:90%;
	max-width: 1300px;
	margin: 0 auto;
}
#primary {
	width: 100%;
}
.site-main {
	padding: 3% 3.5%;
	width: 100%;
	background-color: #fff;
	margin: 2.5% 0 2.1% 0;
}
.home .site-main, .home .site-content .widget-area {
	margin-top: 0;
}
.content-area.partial-slider .site-main,
.content-area.full-width-slider .site-main {
	padding: 0;
	width: 100%;
}
.content-area.partial-slider .entry-content,
.content-area.full-width-slider .entry-content {
	margin-top:0;
}
.site-content .widget-area {
	padding: 3% 3.5%;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	margin: 2.5% 0 2.1% 0;
}
.footer-contain {
	clear: both;
	width:90%;
	max-width: 1300px;
	margin: 0 auto;
}
.footer-bar {
	width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.4);
	margin: 0 0 2.1% 0;
}
.footer-bar .widget {
	margin: 1em 0;
}
.footer-bar .alignleft, .footer-bar .alignright, .footer-bar .alignnone {
	display: inline-block;
	float: none;
	margin: 15px;
}
.footer-menus {
	background-color: #909090;
	margin-bottom:1.5em;
	padding:5% 5% 0 5%;
	margin: 0 0 2.1% 0;
}
.site-info {
	font-size:14px;
	font-size:.875rem;
	text-align: center;
	margin-bottom:1.5em;
	color:#6D6E70;
}
.site-info .widget h2 {
	display: none;
}
.site-info a {
	color: #6D6E70;
	text-decoration: none;
}
.site-info a:hover {
	color: #6D6E70;
	text-decoration: underline;
}
/* footer bullets */
.site-info span {
	display: inline-block;
	margin:0 1.4em;
}

/* Google Trail Map */

.page-template-page-trails-google-map-php {
	width: 100%;
	height: 100%;
}

.page-template-page-trail-portal-php .entry-content {
	width: 100%;
	height: 650px;
}

#map_ID {
	width: 100%;
	height: 650px;
}

ul#eo-upcoming-dates {
	margin-left: 0;
	list-style: none;
}

.entry-content .metaslider .caption-wrap {
	position: static;
}

.entry-content .metaslider .caption {
	padding: 2% 3%;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.8);
	color:#f5f4bd;
	font-size: 15px;
	font-size: 1.067rem;
}
.entry-content .metaslider h2 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.6;
	color:#729734;
	margin-bottom: 0;
	text-transform: none;
	font-weight: normal;
}
.entry-content .metaslider .caption a {
	color: #519da5;
	text-decoration: none;
	font-size: 15px;
	font-size: 1.067rem;
}
.entry-content .metaslider .caption h5 {
	margin: 10px 0 0 0;
}
.entry-content .metaslider .caption h5 a:link, .entry-content .metaslider .caption h5 a:visited {
	background-color: #729734;
	padding: 10px 20px 10px 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1rem;
	text-decoration: none;
	display: inline-block;
	margin: 0;
}
.entry-content .metaslider .caption h5 a:hover {
	color: #fff;
	text-decoration:underline;
}

/*--------------------------------------------------------------
14.0 Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 600px) {

	
	.content-area {
		float: left;
		margin-right:-32%;
		width: 100%;
	}
	.content-area.full-width,
	.content-area.full-width-slider {
		margin-right:0;
	}
	.site-main,
	.page-template-page-trail-portal-php .site-main,
	.page-template-page-trail-portal2-php .site-main {
		margin-right:32%;
		width: 65%;
	}
	.home-arrow-boxes .arrow-box {
	float: left;
	width: 31%;
	margin:0 0 0 3.5%;
	height:160px;
	background-color: #fff;
	}
	.home-arrow-boxes .arrow-box:first-child {
		margin-left: 0;
	}
	.content-area.partial-slider .site-main {
		margin-right:32%;
		padding: 0;
		width: 65%;
	}
	.content-area.full-width .site-main {
		padding: 3.5%;
		width: 100%;
	}
	.content-area.full-width.embed-map .site-main {
		padding: 0 20px;
		width: 100%;
	}
	.content-area.full-width.embed-map .entry-header {
		display: none;
	}
	
	.site-content .widget-area {
		float: right;
		width: 32%;
		overflow: hidden;
	}
	.footer-menus {
	padding:2% 3.5% 0 3.5%;
	}
	.site-content .footer-bar {
		clear: both;
		width: 100%;
		overflow: hidden;
	}
	.site-footer {
		clear: both;
		width: 100%;
	}
	.alignleft {
		display: block;
		float: left;
		margin:0 1.5em 1.5em 0;
		max-width: 50%;
	}
	.alignright {
		display: block;
		float: right;
		margin:0 0 1.5em 1.5em;
		max-width: 50%;
	}
	.aligncenter {
		clear: both;
		display: block;
		margin: 0 auto 1.5em auto;
	}
	.masonry .post {
		width:45%;
		margin-bottom: 1.5em;
	}
	.masonry .entry-header h2 {
		text-align: center;
		padding: 5px 5%;
	}
	.photo-text .alignleft {
		max-width: 250px;
		margin:0 2.5em 1.5em 0;
		height: auto;
	}
	.miniloops img.alignleft,
	.EO_Event_List_Widget a.alignleft {
	float: none;
	max-width: 100%;
	}
	.site-branding img {
		float: left;
		margin: 10px 0 10px 60px;
	}
	.header-widgets .get-involved {
		float: right;
		width:inherit;
		margin-top:15px;
	}
	.page-template-page-trail-portal-php .entry-content,
	.page-template-page-trail-portal2-php .entry-content {
	width: 100%;
	height: 800px;
	}
	.trail-portal-detail .alignleft {
	max-width: 50%;
	float:left;
	}
	.trail-portal-detail h2 {
	font-size: 24px;
	font-size: 1.5rem;
	}
	
	#full-slider {
	width:100%;
	max-width: 1800px;
	margin: 0 auto 2.5% auto;
	clear: both;
	display: block;
	overflow: hidden;
	}
	
	#full-slider .caption-wrap {
		bottom: 9%;
		padding: .5% 2%;
		text-align: left;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.6;
		color:#729734;
		background-color: rgba(0, 0, 0, 0.8);
	}
	#full-slider .caption span {
		color:#f5f4bd;
		display: block;
		font-size: 15px;
		font-size: 1.067rem;
	}
	#full-slider .caption a {
		color: #519da5;
		text-decoration: none;
		font-size: 15px;
		font-size: 1.067rem;
	}
	

}

/*--------------------------------------------------------------
800+
--------------------------------------------------------------*/
@media screen and (min-width: 800px) {	

.widget-area.footer-menus .widget {
	float: left;
	width: 15%;
	margin-left:2%;
	padding:0;
}
.widget-area.footer-menus .widget:first-child {
	margin-left: 0;
}

.entry-content .metaslider .caption-wrap {
	position: absolute;
}


}




@media screen and (min-width: 1000px) {
	
	.miniloops img.alignleft,
	.EO_Event_List_Widget a.alignleft {
		max-width: 114px;
		float:left;
		margin:0 1.5em 1.5em 0;
	}
	
	#full-slider .caption-wrap {
	bottom: inherit;
	top: 40%;
	left:inherit;
	right:20%;
	width: 400px;
	padding: 25px;
	}

}



#map_wrapper {
    height: 400px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}






