/*
Theme Name: Flat Bootstrap Child
Theme URI: http://xtremelysocial.com/wordpress/child/
Description: Child theme for Flat Bootstrap. Includes a stylesheet (style.css) for you to restyle any of the CSS and a functions.php file to change theme parameters or components. Both files include samples of a few common things you might want to do.
Author: XtremelySocial
Author url: http://xtremelysocial.com
Version: 1.5
License: GNU General Public License
License URI: http://www.opensource.org/licenses/GPL-3.0
Template: flat-bootstrap
Template Version: 1.9
Tags: one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, featured-image-header, full-width-template, flexible-header, theme-options, sticky-post, threaded-comments, light, translation-ready, rtl-language-support, custom-background
*/
/*--------------------------------------------------------------
0.0 Import Parent
--------------------------------------------------------------*/
/* 
 * IMPORT the parent theme's stylesheet(s). NOTE: This was moved to functions.php for
 * performance reasons.
 */
/*@import url("../flat-bootstrap/style.css");*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--------------------------------------------------------------
2.0  Elements
--------------------------------------------------------------*/
*, .btn {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
* {
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
a img {
	border: 0;
	outline: 0;
}
img {
	display: block;
}
input[type="text"], input[type="text"]:focus, input[type="search"], input[type="search"]:focus {
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
input {
	border-radius: 0;
}
input {
	-webkit-appearance: none;
}
/*--------------------------------------------------------------
2.1 Links
--------------------------------------------------------------*/
a, a:active, a.active {
	color: #FC7A60;
}
a:hover, a:focus {
	color: #DD5B45;
	opacity: 1.0;
}
a.read-more {
	margin: 20px 0;
	padding: 12px;
	width: auto;
	max-width: 140px;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: #FFFFFF;
	background: #FC7A60;
	display: block;
	text-transform: uppercase;
	text-align: center;
}
a.read-more.full {
	margin: 0;
	max-width: 100%;
	background: #172E43;
}
.mail_to {
	color: #172E43;
}
a.read-more:hover, a.read-more:focus, a.read-more:active, a.read-more.active {
	color: #FFFFFF;
	background: #fc7a60;
}
.attraction_item a.read-more, .news_item a.read-more {
	color: #FFFFFF;
	background: #172E43;
}
.attraction_item a.read-more:hover, .attraction_item a.read-more:focus, .attraction_item a.read-more:active, .attraction_item a.read-more.active, .news_item a.read-more:hover, .news_item a.read-more:focus, .news_item a.read-more:active, .news_item a.read-more.active {
	color: #FFFFFF;
	background: #112332;
}
a.read-more.full:hover, a.read-more.full:focus, a.read-more.full:active, a.read-more.full.active {
	color: #FFFFFF;
	background: #112332;
}
#events_container a.read-more {
	display: none;
}
.sticky .entry-title:after {
	background-color: #f4de83;
}
.sticky .entry-title:after {
	content: "Featured";
	display: inline-block;
	font-size: 15px;
	padding: 4px 10px;
	text-transform: uppercase;
}
.page-posts .sticky .entry-title:after {
	display: none;
}
#events_title a {
	color: #FC7A60;
}
#events_title a:hover, #events_title a:focus, #events_title a:active {
	color: #FFFFFF;
}
#events_title .divider {
	padding: 0 8px;
	text-align: center;
	color: #FFFFFF;
}
a.to_top {
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	position: relative;
}
a.to_top:before {
	content: "\f106";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: relative;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
}
a.to_top:hover:before, a.to_top:focus:before {
	color: #f6c958;
}
.scroll_top {
	display: none;
	position: fixed;
	bottom: 14px;
	right: 20px;
	margin: 0;
	padding: 0px;
	width: 44px;
	height: 44px;
	text-align: center;
	background: rgba(27,30,37,0.8);
	-webkit-border-radius: 22px !important;
	-moz-border-radius: 22px !important;
	border-radius: 22px !important;
}
.scroll_top:hover, .scroll_top:focus {
	background: rgba(27,30,37,1.0);
	opacity: 1.0;
}
.scroll_top.make_visible {
	display: block;
}
/*--------------------------------------------------------------
3.0 Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 Global
--------------------------------------------------------------*/
html, body, button, input, textarea, label, ol, ul, p, div, header, footer, .entry-header, .entry-footer, .entry-meta {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #474542;
}
.home .entry-content p, .home #primary p {
	font-size: 1em;
	line-height: 2em;
}
.site-credits, .site-credits a {
	color: #FFFFFF;
}
.site-credits a:hover, .site-credits a:focus, .site-credits a:active {
	color: #f2f2f2;
}
.home .entry-content p, .home #primary p {
	font-size: 1em;
	line-height: 2em;
}
#primary p, .entry-content p, .entry-summary p {
	font-size: 15px;
	line-height: 20px;
}
.item_info p {
	font-size: 15px;
	line-height: 20px;
}
.hiking_item .item_details, .search_item .item_info p:last-of-type, .attraction_item .item_info p:last-of-type, .news_item .item_info p:last-of-type {
	margin-bottom: 0;
}
.item_info .read-more {
	margin-top: 10px;
}
#sidebar-pagebottom p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
}
.page_item p, .page_item .read-more, .attraction_item .read-more, .news_item .read-more {
	margin-bottom: 0;
}
.entry-content p i.fa {
	padding-right: 6px;
	color: #FC7A60;
}
/*--------------------------------------------------------------
3.2 Titles
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.cursive {
	font-family: 'Lobster', cursive;
}
h1 {
	font-size: 28px;
	line-height: 34px;
	color: #333333;
}
.home h1.page-title {
	margin-bottom: 24px;
	font-size: 26px;
	line-height: 34px;
	text-transform: uppercase;
	color: #FC7A60;
}
h1.page-title {
	margin-bottom: 14px;
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	color: #172E43;
}
h1.term-title {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #172E43;
}
h2.search-title {
	font-size: 20px;
	line-height: 24px;
	color: #333333;
	text-transform: none;
}
h3.search-title {
	margin-bottom: 10px;
	text-transform: uppercase;
}
h3.results-title {
	margin-bottom: 6px;
	font-size: 18px;
	line-height: 20px;
}
h3.results-title a {
	color: #172E43;
}
h1.entry-title {
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 28px;
}
h1.entry-title a {
	font-size: 20px;
	line-height: 24px;
}
h2 {
	font-size: 24px;
	line-height: 30px;
	color: #fc7a60;
}
h2.widget-title {
	color: #333333;
}
#secondary h2.widget-title {
	margin-bottom: 10px;
}
h2.cursive {
	display: inline-block;
	zoom: 1;
 *display:inline;
	width: auto;
	color: #FFFFFF;
}
h3 {
	font-size: 20px;
	line-height: 26px;
	color: #333333;
}
h3.activity-title {
	margin-bottom: 6px;
	font-size: 18px;
	line-height: 20px;
}
h3.service-title a {
	color: #333333;
}
h3.activity-title {
	color: #FC7A60;
}
.skiing-snowboarding h3.activity-title, .water h3.activity-title, .views h3.activity-title, .educational h3.activity-title, .skiing-snowboarding h3.activity-title a, .water h3.activity-title a, .educational h3.activity-title a, .hiking .item_info p i, .zip-line .item_info p i, .dog-friendly .item_info p i, .events .item_info p i {
	color: rgb(14,126,128);
}
.hiking h3.activity-title, .zip-line h3.activity-title, .dog-friendly h3.activity-title, .events h3.activity-title, .skiing-snowboarding .item_info p i, .water .item_info p i, .views .item_info p i, .educational .item_info p i {
	color: #FC7A60;
}
.views h3.activity-title a {
	color: #172E43;
}
h3.entry-title, h3.entry-title a {
	font-size: 15px;
	line-height: 17px;
	color: #f4de83;
	text-transform: uppercase;
}
h3.section-title {
	text-transform: uppercase;
}
.about h3.entry-title, .news_item h3.entry-title, .history h3.entry-title {
	margin-bottom: 8px;
}
h3.entry-title a:hover, h3.entry-title a:focus, h3.entry-title a:active, h3.entry-title a.active {
	color: #f5e5c0;
}
.grid_container h3.entry-title, .grid_container h3.entry-title a {
	font-size: 18px;
	line-height: 20px;
	color: #172E43;
	text-transform: uppercase;
}
.grid_container h3.entry-title a:hover, .grid_container h3.entry-title a:focus, .grid_container h3.entry-title a:active, .grid_container h3.entry-title a.active {
	color: #112332;
}
h4 {
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}
h5 {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
}
h5 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #333333;
}
/*--------------------------------------------------------------
3.3 Elements
--------------------------------------------------------------*/
strong, b {
	font-weight: 700;
}
em {
	font-style: italic;
}
p {
	margin: 0 0 18px 0;
	padding: 0;
}
.entry-content ul, .entry-content ol {
	margin: 0 0 18px 18px;
	padding: 0;
}
.entry-content ul li {
	list-style: disc outside;
}
.entry-content ol li {
	list-style: decimal outside;
}
.content-header {
	padding-top: 80px;
	background-color: #112332;
}
/*--------------------------------------------------------------
3.4 Misc Special Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.4.1 Numbers
--------------------------------------------------------------*/
.date_circle {
	margin: 0;
	padding: 14px 12px;
	width: 54px;
	height: 54px;
	display: block;
	font-size: 14px;
	line-height: 15px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0em;
	text-transform: uppercase;
	color: #FFFFFF;
	-webkit-border-radius: 27px !important;
	-moz-border-radius: 27px !important;
	border-radius: 27px !important;
	background: rgba(14,126,128,0.80);
}
/*--------------------------------------------------------------
3.4.2 Cursive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1.0 Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1.1 Primary
--------------------------------------------------------------*/
.navbar-default .navbar-nav>li>a {
	color: #474542;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}

@media screen and (min-width:768px) {
.navbar-nav {
	float: right;
}
.navbar-nav>li>a {
	padding-top: 12px;
	padding-bottom: 12px;
}
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #FC7A60;
	background-color: transparent;
}
span.caret {
	display: none;
}
/*--------------------------------------------------------------
4.1.1 Primary Dropdown
--------------------------------------------------------------*/
.dropdown-menu {
	margin: 0;
	padding: 20px;
	min-width: 190px;
	font-size: 15px;
	line-height: 20px;
	background-color: #172E43;
	border: none;
	border: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media screen and (min-width:768px) {
.dropdown-menu {
	background-color: #172E43;
}
}
.dropdown-menu>li {
	padding: 0 0 14px 0;
}
.dropdown-menu>li:last-of-type {
	padding: 0;
}
.dropdown-menu>li>a {
	padding: 0px;
	line-height: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 50px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
	color: #FC7A60;
}
.navbar-default .navbar-nav>li>a {
	color: #333333;
}
.navbar-default .navbar-nav>li>a {
	color: #333333;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: transparent;
	border-color: none;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>li>a:active, .navbar-nav>li>a.active, .navbar-nav>li.open>a {
	color: #FC7A60;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:active, .dropdown-menu>li>a.active {
	background-color: transparent;
	color: #FC7A60;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #FC7A60;
	background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #FC7A60;
	background-color: transparent;
}

@media screen and (max-width:1280px) {
.navbar-nav>li>.dropdown-menu {
	margin-top: 39px;
}
.navbar-nav>li>.dropdown-menu {
	margin-left: -10px;
}
}

@media screen and (max-width:1000px) {
.navbar-nav>li>.dropdown-menu {
	margin-top: 34px;
}
.navbar-nav>li>.dropdown-menu {
	margin-left: -20px;
}
}
/*--------------------------------------------------------------
4.1.2 Top Menu
--------------------------------------------------------------*/
#sidebar-headertop ul {
	margin: 0;
	padding: 0;
	width: auto;
	float: right;
}
#sidebar-headertop ul li {
	margin: 0;
	padding: 10px 0;
	width: auto;
	float: left;
	font-size: 14px;
	line-height: 13px;
	color: #FFFFFF;
	text-transform: uppercase;
}
#sidebar-headertop ul li a {
	display: block;
	margin: 0;
	padding: 0 8px;
	color: #F4DE83;
	border-right: 1px solid #FFFFFF;
}
#sidebar-headertop ul li:last-of-type a {
	border-right: none;
	padding-right: none;
}
#sidebar-headertop ul li a:hover, #sidebar-headertop ul li a:focus, #sidebar-headertop ul li a:active, #sidebar-headertop ul li a.active {
	color: #B7A762;
}
/*--------------------------------------------------------------
4.1.3 Social Media
--------------------------------------------------------------*/
aside.social_menu ul {
	margin: 0;
	padding: 0;
	float: right;
}
aside.social_menu ul li {
	margin: 0;
	padding: 1px 0 0 10px;
	float: left;
}
aside.social_menu ul li a {
	margin: 0;
	padding: 0;
	width: 34px;
	height: 34px;
	display: block;
	line-height: 34px;
	text-align: center;
	-webkit-border-radius: 17px !important;
	-moz-border-radius: 17px !important;
	border-radius: 17px !important;
	background: rgba(23,46,67,1.0);
}
aside.social_menu ul li:nth-of-type(1) a {
	font-size: 17px;
}
aside.social_menu ul li:nth-of-type(2) a {
	font-size: 19px;
}
/*--------------------------------------------------------------
4.2.0 Footer
--------------------------------------------------------------*/
.footer-nav-menu {
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu-footer-navigation {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	list-style: none;
	display: table;
}
#menu-footer-navigation li {
	display: table-cell;
	width: auto;
	font-size: 14px;
	text-align: center;
}
#menu-footer-navigation li:nth-of-type(2) {
	text-align: left;
}
#menu-footer-navigation.list-inline>li:nth-of-type(2) {
	padding-left: 0px;
}
#menu-footer-navigation.list-inline>li:last-of-type {
	padding-right: 0px;
}
#menu-footer-navigation li:last-of-type {
	text-align: right;
}

@media screen and (min-width:1280px) {
#menu-footer-navigation li {
	font-size: 16px;
}
}
#menu-footer-navigation li:first-of-type {
	text-align: left;
}
#menu-footer-navigation li:last-of-type {
	text-align: right;
}
#menu-footer-navigation li a {
	color: #FFFFFF;
}
#menu-footer-navigation li a:hover, #menu-footer-navigation li a:focus {
	color: #f2f2f2;
}
#menu-footer-navigation li a:active, #menu-footer-navigation li a.active {
	color: #f4de83;
}
ul#menu-footer-social {
	margin: 0;
	padding: 0;
	float: right;
}
ul#menu-footer-social li {
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
}
ul#menu-footer-social li a {
	margin: 0;
	padding: 0;
	width: 34px;
	height: 34px;
	display: block;
	line-height: 34px;
	text-align: center;
	-webkit-border-radius: 17px !important;
	-moz-border-radius: 17px !important;
	border-radius: 17px !important;
	color: #FFFFFF;
	background-color: rgba(217,145,94,1.0);
}
ul#menu-footer-social ul li:nth-of-type(1) a {
	font-size: 17px;
}
ul#menu-footer-social ul li:nth-of-type(2) a {
	font-size: 19px;
}

@media screen and (max-width:992px) {
ul#menu-footer-social {
	margin: 0 auto;
	max-width: 90px;
	float: none;
}
}
/*--------------------------------------------------------------
5.0 Structure
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1.0 Header
--------------------------------------------------------------*/
#masthead {
	margin: 0;
	position: relative;
	background-color: transparent;
	z-index: 9999;
}
#headermiddle {
	margin: 0;
	padding: 10px 0;
	height: auto;
	background: #FFFFFF;
	position: relative;
	z-index: 999;
}
#headermiddle:after {
	clear: both;
}
#site-branding {
	margin: 0;
	padding: 0;
	width: 25%;
	float: left;
}

@media screen and (min-width:480px) and (max-width:679px) {
#site-branding {
	margin-top: -34px;
}
}

@media screen and (min-width:680px) {
#site-branding {
	margin-top: -40px;
}
}
#site-navigation {
	margin: 0;
	padding: 0;
	width: 75%;
	float: right;
}

@media screen and (min-width:992px) {
#site-navigation {
	padding-top: 40px;
}
}

@media screen and (min-width:901px) and (max-width:1280px) {
#site-navigation {
	padding-top: 40px;
}
}

@media screen and (min-width:801px) and (max-width:900px) {
#site-navigation {
	padding-top: 34px;
}
}

@media screen and (min-width:768px) and (max-width:800px) {
#site-navigation {
	padding-top: 23px;
}
}
/*--------------------------------------------------------------
5.2.0 Page
--------------------------------------------------------------*/
#page, .navbar, .after-footer {
	max-width: 100%;
}

/*--------------------------------------------------------------
5.2.1 Container
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
.container {
	width: 100%;
}
}

@media screen and (min-width: 992px) {
.container {
	width: 94%;
}
.content-area.col-md-8 {
	padding-top: 40px;
	padding-right: 40px;
}
.single-attractions .content-area.col-md-8 {
	padding-top: 40px;
}
#secondary {
	padding-top: 20px;
	padding-bottom: 20px;
}
}

@media screen and (min-width: 1200px) {
.container {
	width: 90%;
	max-width: 1280px;
}
}
.grid_container {
	margin-left: -20px;
	margin-right: -20px;
}
#section_container {
	margin: 0;
	padding: 40px 0;
	width: 100%;
	height: auto;
}
#section_container.skiing-snowboarding, #section_container.water, #section_container.views, #section_container.educational {
	background: #e6e6e6;
}
#section_container.hiking, #section_container.zip-line, #section_container.dog-friendly, #section_container.events {
	background: #ffffff;
}
#section_container.search_item:nth-of-type(odd) {
	background: #ffffff;
}
#section_container.search_item:nth-of-type(even) {
	background: #e6e6e6;
}
#section_container.featured {
	background: #e6e6e6;
}
#section_container.notices-announcements {
	background: #ffffff;
}
#section_container.about, #section_container.grants, #section_container.additional-activities, #section_container.history {
	background: #e6e6e6;
}
#section_container.newspress, #section_container.photos, #section_container.activities {
	background: #ffffff;
}
/*--------------------------------------------------------------
5.3.0 Content Header
--------------------------------------------------------------*/
header.content-header-image {
	max-height: 680px;
	overflow: hidden;
	position: relative;
}
header.content-header {
	min-height: 200px;
}
.content-header {
	background-image: url('/wp-content/uploads/2017/04/mainstreet-slide1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (min-width: 768px) {
.cover-image, .cover-image-overlay {
	min-height: 270px;
}
}
.content-header-image img {
	display: block;
}
/*--------------------------------------------------------------
5.4.0 Footer
--------------------------------------------------------------*/
.posts_container, .events_container {
	margin: 0;
	padding: 20px 0;
	width: 100%;
	height: auto;
	background: #172E43;
	color: #FFFFFF;
}
.after-footer {
	padding: 100px 0;
	background: #112332;
	color: white;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
}
.after-footer .col-md-10, .after-footer .col-md-2 {
	padding-left: 0;
	padding-right: 0;
}
.site-credits {
	font-size: 14px;
	padding-top: 18px;
}
.site-social {
	padding-top: 2px;
}

@media screen and (max-width:992px) {
.after-footer .pull-left, .after-footer .pull-right, .after-footer p {
	width: 100%;
	float: none;
	text-align: center;
}
}
/*--------------------------------------------------------------
6.0 Page/Post Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.1.0 Forms
--------------------------------------------------------------*/
input[type="text"], input[type="email"], input[type="password"], input[type="search"], textarea {
	margin: 0;
	padding: 10px 12px;
	border: 0;
	outline: 0;
	background: #FFFFFF;
}
.form-group {
	margin: 0px;
	width: 100%;
}
label {
	width: 80%;
}
input[type="search"] {
	margin: 0;
	padding: 10px 12px;
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: none;
	border: none;
	outline: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	zoom: 1;
 *display:inline;
	vertical-align: middle;
}
input[type="submit"] {
	margin: 0;
	padding: 10px 12px;
	width: 20%;
	background-image: none;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	outline: 0;
	color: #FFFFFF;
	background-color: #172e43;
	border-color: #172e43;
	display: inline-block;
	zoom: 1;
 *display:inline;
	vertical-align: middle;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
	color: #FFFFFF;
	background-image: none;
	background-color: #112332;
	border-color: #112332;
}
form button {
	width: 18%;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	padding: 10px 12px;
	color: #fff;
	background-color: #172e43;
	border: 1px solid #172e43;
}
form button:active, form button:active, form button:active, form button.active {
	color: #fff;
	background-color: #112332;
	border-color: #112332;
}
button, html input[type="button"], input[type="submit"] {
	color: #fff;
	background-color: #172e43;
	border-color: #172e43;
}
html input[type="button"]:hover, html input[type="button"]:focus, html input[type="button"]:active, html input[type="button"].active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"].active, button:hover, button:focus {
	color: #fff;
	background-color: #112332;
	border-color: #112332;
}
div.css-search div.em-search-main .em-search-submit {
	padding: 10px 12px;
	position: absolute;
	top: 5px;
	right: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: rgba(64,86,101,1.0);
	background-color: rgba(64,86,101,1.0);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #172e43;
	text-shadow: none;
	font-size: 14px;
	line-height: 14px;
}
div.css-search div.em-search-main .em-search-submit:hover, div.css-search div.em-search-main .em-search-submit:focus, div.css-search div.em-search-main .em-search-submit:active, div.css-search div.em-search-main .em-search-submit.active {
	background: #112332;
	background-color: #112332;
}

/*--------------------------------------------------------------
6.2.0 Post Meta
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.2.1 Posted On Date
--------------------------------------------------------------*/
@media screen and (min-width:992px) {
}
.item_date {
	color: #4d4d4d;
}
.entry-meta span.item_cats a, .entry-meta p span.item_cats a {
	color: #4d4d4d;
}
.entry-meta span.item_cats a:hover, .entry-meta span.item_cats a:focus, .entry-meta p span.item_cats a:hover, .entry-meta p span.item_cats a:focus {
	color: #FC7A60;
}
/*--------------------------------------------------------------
6.2.2 Edit
--------------------------------------------------------------*/
.post-edit-link {
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	left: 10px;
	display: block;
	margin: 0;
	padding: 0;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	-webkit-border-radius: 17px !important;
	-moz-border-radius: 17px !important;
	border-radius: 17px !important;
	background: rgba(0,0,0,0.80);
}
.post-edit-link, .post-edit-link a, .post-edit-link i {
	color: #F4DE83;
	opacity: 1.0;
}
.entry-header .entry-meta {
	margin-bottom: 8px;
}
.entry-header h1.entry-title {
	text-transform: uppercase;
}
.entry-header h1.entry-title a {
	color: rgb(63,86,102);
}
.entry-header h1.entry-title a:hover, .entry-header h1.entry-title a:focus {
	color: rgb(55,55,55);
}
footer.entry-meta {
	margin-top: 10px;
}
.entry-meta, .entry-meta p, footer.entry-meta, div.entry-meta, .edit-link {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 17px;
}
.entry-meta a, .entry-meta p a {
	color: #FC7A60;
}
/*--------------------------------------------------------------
6.3 Post Nav
--------------------------------------------------------------*/
.pager li>a, .pager li>span, .page-numbers {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
}
.primary-links ul.page-numbers {
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 0px;
}
.entry-content ul.pager, span.em-pagination {
	margin: 20px 0;
	width: 100%;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination>li>a, .pagination>li>span, span.page-numbers.current {
	color: #333333;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus, span.page-numbers.current {
	z-index: 2;
	color: #fff;
	background-color: #333333;
	border-color: #333333;
}
/*--------------------------------------------------------------
7.0 Widget Areas
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7.1.0 Sidebars
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7.1.1 Top Menu (Above Header)
--------------------------------------------------------------*/
#sidebar-headertop {
	margin: 0;
	padding: 0;
	width : 100%;
	height: 36px;
	background: rgba(23,46,67,1.0);
	color: #FFFFFF;
	position: relative;
	z-index: 998;
}
#sidebar-headertop ul {
	float: right;
}
/*--------------------------------------------------------------
7.1.2 Bottom Header
--------------------------------------------------------------*/
#sidebar-headerbottom {
	margin: 0;
	padding: 7px 0 5px 0;
	width: 100%;
	height: 48px;
	background: rgba(14,126,128,0.90);
	color: #FFFFFF;
	position: absolute;
	bottom: -48px;
}
#sidebar-headerbottom aside.pull-left {
	position: relative;
	top: 3px;
	width: 80%;
}
#sidebar-headerbottom aside.pull-right {
	width: 20%;
}
#sidebar-headerbottom .textwidget p {
	margin-bottom: 0;
}
#sidebar-headerbottom .textwidget p {
	line-height: 32px;
}
#sidebar-headertop li a, #sidebar-headerbottom a, #sidebar-headerbottom p a, #sidebar-headerbottom i {
	color: #FFFFFF;
}
#sidebar-headerbottom p {
	color: #FFFFFF;
}
/*--------------------------------------------------------------
7.1.3 Secondary (Main Sidebar - Right)
--------------------------------------------------------------*/
#secondary {
	margin: 0;
}
#secondary aside.widget {
	margin: 0 0 40px 0;
	padding: 20px;
	width: 100%;
	height: auto;
	background: #f2f2f2;
}
.home #secondary aside.widget {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
7.1.4 Page Bottom (Above Footer)
--------------------------------------------------------------*/
#sidebar-pagebottom {
	margin: 0;
	padding: 30px 0;
	width: 100%;
	height: auto;
	background: rgba(23,46,67,0.90);
	position: absolute;
	bottom: 0;
}
#sidebar-pagebottom .col-xs-4.col-sm-3.col-md-3, #sidebar-pagebottom .col-xs-9.col-sm-9.col-md-9 {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
#sidebar-pagebottom .col-xs-4.col-sm-3.col-md-3 {
	max-width: 84px;
}
#sidebar-pagebottom .col-xs-9.col-sm-9.col-md-9 {
	max-width: 70%;
}
#events_title {
	margin-bottom: 10px;
}
/*--------------------------------------------------------------
7.1.4 Page Top (Attractions)
--------------------------------------------------------------*/
#sidebar-pagetop {
	margin: 0;
	padding: 30px 0;
	width: 100%;
	height: auto;
	background: #f2f2f2;
	text-align: left;
}
#sidebar-pagetop aside {
	margin: 0;
	width: 100%;
}
#sidebar-pagetop ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
	height: auto;
	line-height: 14px;
	display: inline-block;
	zoom: 1;
 *display:inline;
}
#sidebar-pagetop li {
	margin: 0;
	padding: 8px 0;
	width: auto;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	zoom: 1;
 *display:inline;
	vertical-align: top;
	text-transform: uppercase;
}
#sidebar-pagetop li a {
	padding: 0 6px 0 10px;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	zoom: 1;
 *display:inline;
	color: #172E43;
	border-left: 1px solid #CCCCCC;
}
#sidebar-pagetop li.menu-item ul.sub-menu {
	display: none;
}
.blog #sidebar-pagetop li.menu-item ul.sub-menu, #sidebar-pagetop li.current-menu-item ul.sub-menu, #sidebar-pagetop li.current-menu-parent ul.sub-menu, #sidebar-pagetop li.current-menu-ancestor ul.sub-menu, #sidebar-pagetop li.current-category-ancestor ul.sub-menu {
	display: inline-block;
	zoom: 1;
 *display:inline;
}
#sidebar-pagetop li ul.sub-menu li {
	padding-top: 0px;
	padding-bottom: 0px;
}
#sidebar-pagetop li.current-menu-item a {
	font-weight: 700;
	color: #FC7A60;
}
#sidebar-pagetop li.current-menu-item li.anchor_link a {
	font-weight: 400;
	color: #172E43;
}
#sidebar-pagetop li.current-menu-item li.anchor_link a:hover, #sidebar-pagetop li.current-menu-item li.anchor_link a:focus {
	color: #FC7A60;
}
#sidebar-pagetop li.current-menu-parent a, #sidebar-pagetop li.current-menu-ancestor a, #sidebar-pagetop li.current-category-ancestor a {
	font-weight: 700;
	color: #FC7A60;
}
#sidebar-pagetop li.current-menu-parent li a, #sidebar-pagetop li.current-menu-ancestor li a, #sidebar-pagetop li.current-category-ancestor a, .blog #sidebar-pagetop li.menu-item ul.sub-menu li a {
	color: #FC7A60;
}
#sidebar-pagetop li.current-menu-parent li.current-menu-item a, #sidebar-pagetop li.current-menu-ancestor li.current-menu-item a, #sidebar-pagetop li.current-category-ancestor li.current-menu-item a {
	font-weight: 700;
	color: #FC7A60;
}
#sidebar-pagetop li a:hover, #sidebar-pagetop li a:focus, #sidebar-pagetop li a:active, #sidebar-pagetop li a.active {
	color: #FC7A60;
}
#sidebar-pagetop li.current-menu-item ul.sub-menu li a, #sidebar-pagetop li.current-menu-parent ul.sub-menu li a, #sidebar-pagetop li.current-menu-ancestor ul.sub-menu li a, #sidebar-pagetop li.current-category-ancestor ul.sub-menu li a {
	font-weight: 400;
}
/*#sidebar-pagetop li.current-menu-parent ul.sub-menu li.current-menu-item a, #sidebar-pagetop li.current-menu-ancestor ul.sub-menu li.current-menu-item a, ul.sub-menu li.current-attractions-ancestor a, #sidebar-pagetop li.current-category-ancestor ul.sub-menu li.current-menu-item a {
	font-weight: 700;
}*/
#sidebar-pagetop li:first-of-type a {
	border-left: 0px;
	padding-left: 0px;
}
#sidebar-pagetop li.current-menu-item ul.sub-menu li a:first-of-type, #sidebar-pagetop li.current-menu-parent ul.sub-menu li a:first-of-type, #sidebar-pagetop li.current-menu-ancestor ul.sub-menu li a:first-of-type, #sidebar-pagetop li.current-category-ancestor ul.sub-menu li a:first-of-type, .blog #sidebar-pagetop li.menu-item ul.sub-menu li a:first-of-type {
	border-left: 1px solid #CCCCCC;
	padding-left: 10px;
}
#sidebar-pagetop ul ul {
	list-style: none;
	padding-left: 0px;
}
/*--------------------------------------------------------------
7.2 Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7.2.1 Attractions Details
--------------------------------------------------------------*/
.details_link.add_padding {
	margin-top: 20px;
}
.details_img .thumbnail {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	background-color: transparent;
	border: none;
	border-radius: 0px;
}
.details_img .thumbnail:hover, .details_img .thumbnail:focus {
	border: none;
}
/*--------------------------------------------------------------
7.2.2 Event Manager (Page Bottom)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
7.2.3 Sidebar Menu
--------------------------------------------------------------*/
#secondary .widget_nav_menu ul li {
	font-size: 15px;
	line-height: 17px;
	text-transform: uppercase;
}
#secondary .widget_nav_menu ul li a {
	color: #FC7A60;
}
#secondary .widget_nav_menu ul li ul.sub-menu li {
	font-size: 14px;
	line-height: 16px;
	text-transform: none;
}
#secondary .widget_nav_menu ul ul {
	margin: 6px 0;
	padding-left: 0px;
}
#secondary .widget_nav_menu ul ul li {
	margin-top: -1px;
	padding: 8px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
#secondary ul li:first-of-type {
	margin-top: 0px;
}
#secondary .widget_nav_menu ul li.current-menu-ancestor ul.sub-menu li.current-menu-parent ul li, #secondary .widget_nav_menu ul li ul.sub-menu li.menu-item-has-children ul li {
	margin-top: 0;
	padding: 2px 0;
	border-top: none;
	border-bottom: none;
	font-size: 14px;
	line-height: 16px;
}
#secondary .widget_nav_menu ul li.current-menu-item ul.sub-menu, #secondary .widget_nav_menu ul li.current-menu-ancestor ul.sub-menu {
	display: block;
}
#secondary .widget_nav_menu ul li.current-menu-ancestor ul.sub-menu li.current-menu-parent ul.sub-menu li a, #secondary .widget_nav_menu ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
	color: #999999;
}
#secondary .widget_nav_menu ul li a:hover, #secondary .widget_nav_menu ul li a:focus {
	opacity: 0.8;
}
#secondary .widget_nav_menu ul li ul.sub-menu li a:hover, #secondary .widget_nav_menu ul li ul.sub-menu li a:focus {
	color: #FFFFFF;
}
#secondary .widget_nav_menu ul li.current-menu-ancestor ul.sub-menu li.current-menu-parent ul.sub-menu li a:hover, #secondary .widget_nav_menu ul li.current-menu-ancestor ul.sub-menu li.current-menu-parent ul.sub-menu li a:focus #secondary .widget_nav_menu ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li a:hover, #secondary .widget_nav_menu ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li a:focus {
	color: #d8d8d8;
}
#secondary .widget_nav_menu ul li ul.sub-menu li a {
	color: #d8d8d8;
}
/*--------------------------------------------------------------
8.0 Page Specific
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.1 Homepage
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.1.1 Slider
--------------------------------------------------------------*/

/*--------------------------------------------------------------
8.1.2 Callout Area
--------------------------------------------------------------*/
.featured_callouts, .featured_callouts div, .featured_callouts div a {
	font-size: 18px;
	line-height: 20px;
	color: #112332;
}
.featured_callouts .inline_left {
	width: 20%;
	max-width: 60px;
}
.featured_callouts .inline_right {
	width: 76%;
}
.featured_callouts .inline_left img {
}
/*--------------------------------------------------------------
8.1.2 Content Area
--------------------------------------------------------------*/
#welcome_message {
	margin: 0;
	padding: 50px 0;
	background: #FFFFFF;
}
#featured_video {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#featured_video iframe {
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width:992px) {
.home #main-grid {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,f2f2f2+50,f2f2f2+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #f2f2f2 50%, #f2f2f2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #f2f2f2 50%, #f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #f2f2f2 50%, #f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=1 ); /* IE6-9 */
}
.home .entry-content {
	padding-right: 35px;
}
}
/*--------------------------------------------------------------
8.1.3 UPcoming Events
--------------------------------------------------------------*/

/*--------------------------------------------------------------
8.2 Interior
--------------------------------------------------------------*/
.white_background {
	background: #FFFFFF;
}
.light_backgound {
	background: #f2f2f2;
}
#container {
	margin-left: -20px;
	margin-right: -20px;
}
#block_list_1col {
	margin: 0;
	padding: 20px;
	width: 100%;
	height: auto;
	clear: both;
}
.row.about #block_list_1col, .row.history #block_list_1col {
	
}
.blog #block_list_1col:first-of-type {
	padding-top: 0px;
}
#block_list_2col {
	margin: 0;
	padding: 20px;
	width: 50%;
	height: auto;
	float: left;
}
#block_list_3col {
	margin: 0;
	padding: 20px;
	width: 33.333%;
	height: auto;
	float: left;
}
.item_container {
	margin: 0;
	padding: 20px;
	width: 100%;
	height: auto;
	background: #f2f2f2;
	display: block;
}
.item_info {
	margin: 0;
	padding: 20px;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	background: #ffffff;
	color: #333333;
}
.views .item_container {
	background: #FFFFFF;
}
.views .item_info {
	background: #f2f2f2;
}
.hiking .item_thumb {
	display: none;
}
.views .views_content {
	display: none;
}
.item_info p i {
	color: #FC7A60;
}
.item_thumb {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}
.item_img_container {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
}
.item_img_container .item_thumb img {
	opacity: 0;
}

/*--------------------------------------------------------------
8.3 Search / Error
--------------------------------------------------------------*/

/*--------------------------------------------------------------
9.0 
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.0 Plugin Overrides
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.1 Events Manager Plugin
--------------------------------------------------------------*/
.events-table h4 {
	font-size: 16px;
	line-height: 18px;
}
.css-events-list table.events-table td {
	padding: 20px 8px;
}
.css-locations-list table.events-table td {
	padding: 20px 8px;
}
/*--------------------------------------------------------------
10.1.1 Calendar
--------------------------------------------------------------*/
#calendar_wrap {
	max-width: 100%;
}
#secondary .widget_em_calendar, #calendar_wrap {
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	color: #d8d8d8;
}
#secondary .widget_em_widget, #secondary .widget_recent_entries {
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	color: #cccccc;
}
#secondary .widget_em_widget li, #secondary .widget_recent_entries li {
	padding-bottom: 10px;
}
#secondary .widget_recent_entries li span.post-date {
	display: block;
}
table.em-calendar thead, table.wp-calendar caption {
	font-weight: 400;
	text-transform: uppercase;
}
table.em-calendar thead td.month_name, table.wp-calendar caption {
	font-size: 22px;
	line-height: 22px;
	color: #112332;
}
table.em-calendar thead td a.em-calnav {
	font-size: 15px;
	line-height: 15px;
	color: #FC7A60;
}
table.em-calendar td, table.wp-calendar td {
	width: 14.25%;
	padding: 14px 0;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #f2f2f2;
}
table.em-calendar thead td, table.wp-calendar thead td {
	background: #f2f2f2;
}
table.em-calendar, table.wp-calendar {
	width: 100%;
}
table.em-calendar td.eventless-today, table.em-calendar td.eventful-today {
	background-color: #FC7A60;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
}
table.em-calendar td.eventless-today {
	color: #ffffff;
}
table.em-calendar td.eventful a {
	color: #FC7A60;
}
table.em-calendar td.eventful-today a {
	color: #FFFFFF;
}
table.em-calendar td.eventless-pre, .em-calendar td.eventless-post {
	-webkit-opacity: 0.40;
	-moz-opacity: 0.40;
	opacity: 0.40;
}
/*--------------------------------------------------------------
10.2 Tablepress
--------------------------------------------------------------*/
.tablepress tfoot th, .tablepress thead th {
	background-color: #e6e6e6 !important;
	font-size: 15px !important;
}
.tablepress thead th:hover, .tablepress thead th:focus {
	background-color: #dddddd !important;
}
.tablepress .sorting:after {
	content: "\f0dc";
}
.tablepress td {
	font-size: 14px;
	line-height: 16px;
	color: #4d4d4d;
	text-transform: uppercase;
}
.dataTables_wrapper {
	margin: 20px 0 !important;
	padding: 20px !important;
	border: 20px solid #f2f2f2 !important;
	background: #ffffff !important;
}
.dataTables_paginate {
	background-color: transparent;
}
.dataTables_paginate a:first-child {
	margin-left: 0;
}
.dataTables_paginate a {
	color: #FFFFFF !important;
	display: inline-block;
	outline: 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent !important;
}
.dataTables_info {
	text-transform: uppercase;
	color: #666666;
}
.paging_simple .paginate_button.next:after, .paging_simple .paginate_button.previous:before {
	text-shadow: none !important;
	color: #f2f2f2 !important;
}
.paginate_button:before, .paginate_button:after {
	color: #f2f2f2 !important;
}
.paginate_button:hover:before, .paginate_button:hover:after {
	color: #FFFFFF !important;
}
.paginate_button.disabled:before, .paginate_button.disabled:after {
	color: #CCCCCC !important;
}
.tablepress tbody td, .tablepress tfoot th {
	border-top: 0px !important;
}
/*--------------------------------------------------------------
11.0 Misc
--------------------------------------------------------------*/
.inline_left, .inline_right {
	display: inline-block;
	zoom: 1;
 *display:inline;
	vertical-align: middle;
}
.no_display, .no_css {
	display: none;
}
.home #recent-posts-3 h2.no_display {
	display:block;
}
/*--------------------------------------------------------------
12.0 Media Queries
--------------------------------------------------------------*/
@media screen and (min-width:768px) {
#menu-footer-navigation li.no_desktop, .no_desktop {
	display: none;
}
}

@media screen and (min-width:992px) {
.tax-area .content-area {
	padding-top: 20px;
	padding-bottom: 20px;
}
}

@media screen and (max-width:768px) {
#menu-footer-navigation li.no_mobile, .no_mobile {
	display: none;
}
}

@media screen and (max-width:1280px) {
.navbar-nav>li>a {
	font-size: 17px;
	line-height: 20px;
	padding-left: 12px;
	padding-right: 12px;
}
}

@media screen and (max-width:1180px) {
.navbar-nav>li>a {
	font-size: 16px;
	line-height: 18px;
}
}

@media screen and (max-width:1080px) {
.navbar-nav>li>a {
	font-size: 15px;
	line-height: 17px;
	padding-left: 10px;
	padding-right: 10px;
}
.featured_callouts div, .featured_callouts div a {
	font-size: 16px;
	line-height: 18px;
}
}

@media screen and (max-width:880px) {
.navbar-nav>li>a {
	font-size: 14px;
	line-height: 16px;
	padding-left: 8px;
	padding-right: 8px;
}
}

@media screen and (max-width:992px) {
#sidebar-headertop .container {
	padding-left: 0px;
	padding-right: 0px;
}
#sidebar-headerbottom .textwidget p {
	font-size: 14px;
}
#sidebar-pagebottom .col-md-3 {
	max-width: 54px;
}
.tax-area .content-area {
	padding-top: 10px;
	padding-bottom: 10px;
}
#block_list_2col, #block_list_3col {
	width: 100%;
	float: none;
}
#block_list_1col, #block_list_2col, #block_list_3col {
	padding-top: 10px;
	padding-bottom: 10px;
}
.item_img_container {
	background-image: none;
}
.item_img_container .item_thumb img {
	display: none;
}
.widget_em_widget li .col-xs-4, .widget_em_widget li .col-sm-3, .widget_em_widget li .col-md-2 {
	max-width: 84px;
}
#secondary aside.widget {
	margin-bottom: 20px;
	padding: 20px;
}
#secondary aside.widget:last-of-type {
	margin-bottom: 0;
}
.home .entry-content p, .home #primary p {
	font-size: 16px;
	line-height: 22px;
}
#welcome_message {
	padding: 20px 20px 0 20px;
}
.water #block_list_3col, .educational #block_list_3col {
	width: 100%;
}
.term-living .item_info {
	padding-top: 0px;
	padding-bottom: 0px;
}
.featured_callouts div, .featured_callouts div a {
	font-size: 15px;
	line-height: 17px;
}
.featured_callouts div.col-md-4 {
	margin: 0;
	padding: 40px 30px;
}
.site-credits {
	margin: 0 auto;
	max-width: 400px;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
}
}

@media screen and (max-width:900px) {
.navbar-nav>li>a {
	padding-left: 8px;
	padding-right: 8px;
}
}

@media screen and (max-width:800px) {
.navbar-nav>li>a {
	padding-left: 6px;
	padding-right: 6px;
}
.featured_callouts div, .featured_callouts div a {
	font-size: 14px;
}
.featured_callouts div.col-md-4 {
	padding: 30px;
}
}

@media screen and (min-width:768px) and (max-width:799px) {
.navbar-nav>li>a {
	font-size: 13px;
}
}

@media screen and (max-width:768px) {
#headermiddle {
	padding: 10px 0;
	min-height: 80px;
}
#sidebar-headerbottom aside.pull-left {
	width: 100%;
	top: 0px;
}
#sidebar-headerbottom .textwidget p {
	font-size: 14px;
	line-height: 20px;
}
#sidebar-headerbottom {
	padding: 7px 0;
	height: 34px;
	bottom: -34px;
}
#sidebar-headerbottom aside.pull-right {
	display: none;
}
#menu-footer-navigation li.no_desktop {
	width: 100%;
	text-align: center;
}
#sidebar-pagebottom {
	padding: 20px 0;
}
.after-footer {
	padding: 40px 0;
}
#secondary {
	padding-bottom: 20px;
	padding-bottom: 20px;
}
.home h1.page-title {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 28px;
}
.home .entry-content p, .home #primary p {
	font-size: 15px;
	line-height: 20px;
}
h1.entry-title {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 22px;
}
.entry-meta p {
	font-size: 14px;
	line-height: 16px;
}
.featured_callouts .inline_left {
	width: 100%;
	text-align: center;
}
.featured_callouts .inline_left img {
	margin: 0 auto;
	max-width: 60px;
}
.featured_callouts div.col-md-4 {
	padding: 20px;
}
}

@media screen and (max-width:767px) {
#site-branding {
	position: absolute;
	z-index: 9999;
	width: 30%;
}
#site-branding img {
	width: 100%;
	max-width: 160px;
	height: auto;
}
#site-navigation {
	position: absolute;
	z-index: 99;
	width: 100%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
	background-color: #FFFFFF;
}
.navbar-default .navbar-toggle {
	border-color: #f2f2f2;
	background-color: #f2f2f2;
}
.navbar-toggle {
	margin: -10px 15px 0 0;
	padding: 0;
	width: 80px;
	height: 80px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
}
.navbar-toggle .icon-bar {
	margin-left: auto;
	margin-right: auto;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FC7A60;
}
.navbar-nav>li>a {
	padding-left: 15px;
	padding-right: 15px;
}
.dropdown-menu {
	margin: 0;
	padding: 0 40px;
	font-size: 14px;
	line-height: 16px;
}
.dropdown-menu>li {
	padding: 0 0 4px 0;
}
.navbar-nav .open .dropdown-menu>li>a {
	font-size: 14px;
	line-height: 14px;
}
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
}
#secondary {
	display: none;
}
.content-area {
	padding-top: 20px;
}
h1.page-title {
	margin-bottom: 0px;
}
#sidebar-pagetop ul {
	width: 100%;
}
#sidebar-pagetop ul li, #sidebar-pagetop ul li ul.sub-menu li {
	width: auto;
	padding: 2px 0;
}
}

@media screen and (max-width:680px) {
#site-branding img {
	max-width: 140px;
}
#sidebar-headerbottom {
	display: none;
}
#sidebar-headertop {
	height: 30px;
}
#sidebar-headertop li {
	padding: 0;
	font-size: 13px;
	line-height: 13px;
}
header.content-header {
	min-height: 160px;
}
.entry-content p, entry-summary p, .item_info p {
	font-size: 14px;
	line-height: 18px;
}
a.read-more {
	width: 100%;
	max-width: 100%;
}
.featured_callouts .inline_left img {
	max-width: 50px;
}
}

@media screen and (max-width:480px) {
#site-branding {
	width: 30%;
}
#site-branding img {
	margin-top: -8px;
	max-width: 80px;
}
#sidebar-headertop {
	display: none;
}
#headermiddle {
	min-height: 60px;
}
.navbar-toggle {
	width: 60px;
	height: 60px;
}
header.content-header {
	min-height: 130px;
}
.featured_callouts .inline_left img {
	max-width: 40px;
}
}
/*--------------------------------------------------------------
13.0 2017 Updates
--------------------------------------------------------------*/
.inlineleft {
	display: inline;
	vertical-align: middle;
}
img.inlineleft {
	padding-right: 10px;
}
#block_list_2col.news_item:nth-of-type(odd) {
	clear: left;
}
/*--------------------------------------------------------------
13.1 Media Query Updates - Events Callout / Slider
--------------------------------------------------------------*/
#sidebar-pagebottom li {
	border-right: 1px solid #CCCCCC;
}
#sidebar-pagebottom li:last-of-type {
	border-right: 0px;
}

@media screen and (min-width:768px) {
#sidebar-pagebottom .no_desktop {
	display: none;
}
#sidebar-pagebottom .no_mobile {
	display: block;
}
}

@media screen and (max-width:768px) {
#sidebar-pagebottom .no_desktop {
	display: block;
}
#sidebar-pagebottom .no_mobile {
	display: none;
}
#sidebar-pagebottom li.col-xs-6.col-sm-6.col-md-6.col-lg-6:nth-of-type(2) {
	padding-left: 30px;
}
#sidebar-pagebottom {
	padding: 20px 0 30px 0;
	background: rgba(23,46,67,1.0);
	position: relative;
	bottom: 0;
}
}

@media screen and (max-width:580px) {
#sidebar-pagebottom li.col-xs-6.col-sm-6.col-md-6.col-lg-6:nth-of-type(2) {
	padding-left: 15px;
}
}

@media screen and (max-width:992px) {
#sidebar-pagebottom li.col-xs-4.col-sm-4.col-md-4.col-lg-4 div.col-xs-3.col-sm-3.col-md-3 {
	padding-left: 0;
}
#sidebar-pagebottom li.col-lg-4.col-md-4 {
	padding-left: 15px;
	padding-right: 0px;
}
#sidebar-pagebottom .col-xs-9.col-sm-9.col-md-9 {
	max-width: 75%;
}
}


.page-id-1665 .entry-content .row {
	margin-bottom: 40px;
	background: #f2f2f2;
}
.page-id-1665 .entry-content .row .col-md-4 {
	padding:40px;
	text-align:center;
}
@media screen and (min-width:992px) {
.page-id-1665 .entry-content .row .col-md-4 img {
	margin: auto;
	padding: 20px;
	width:100%;
	max-width:300px;
	background: #FFFFFF;
}

}

/* Updates 4/2021 - Theme Update */
.cat-links {
    display:none;
}
/*Updates 11/2022 - Events Manager Update */
.em.em-calendar .em-cal-body {
    grid-template-rows: auto !important;
}

/*NS 7/5/24 After Events Manager Antivirus Fix*/

/*Align Dates to Top Right*/
.em.em-calendar.size-medium .em-cal-body .em-cal-day, .em.em-calendar.size-small .em-cal-body .em-cal-day {
	text-align:right !important;
	display: block !important;
}

/*Set Orange Event Thing to Display*/
.em.em-calendar.size-medium .em-cal-body .em-cal-day .em-cal-event, .em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-event {
  display: block !important;
	margin:5px !important;
}

/*Size & Padding of Orange Event Thing*/
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event>div {
	left: 0px !important;
	width: 100% !important;
}

@media screen and (max-width:590px) {
.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-event {
  margin: 0px !important;
}
.em.em-calendar.size-small {
	margin-bottom: 20px;
	box-sizing: border-box !important;
}
.em.em-calendar.size-small .em-cal-head {
  border: 1px solid #dedede !important;
}
.em.em-calendar.size-small .em-cal-body > div {
  border-bottom: 1px solid #dedede !important;
  border-right: 1px solid #dedede !important;
}
.em.em-calendar.size-small .em-cal-body > div:nth-of-type(1), 
.em.em-calendar.size-small .em-cal-body > div:nth-of-type(8), 
.em.em-calendar.size-small .em-cal-body > div:nth-of-type(15), 
.em.em-calendar.size-small .em-cal-body > div:nth-of-type(22), 
.em.em-calendar.size-small .em-cal-body > div:nth-of-type(29) {
  border-left: 1px solid #dedede !important;
}
.em.em-calendar.size-small .em-cal-head > div {
  border-left: 1px solid #dedede !important;
}
.em.em-calendar.size-small .em-cal-head > div:first-child {
  border-left: none !important;
}
}