@charset "utf-8";
/* Custom Styles  */

#menu-top-nav {
	font-size: 0; /* remove space from inline-block */
}
.genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu {
	color: #FFF;
	background-color: #1289ab;
	width: 200px;
	border-left: none;
	border-right: none;
}
.genesis-nav-menu a {
	padding: 20px 15px;
}
.genesis-nav-menu .sub-menu a {
	padding: 10px 15px;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #FFF;
	background-color: #1289ab;
}
.genesis-nav-menu .sub-menu a:hover {
	color: #191a4f;
}
.genesis-nav-menu .sub-menu .current-menu-item,
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item a:hover {
	background-color: #191a4f;
}

.site-header {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
.site-tagline {
	background-color: #393030;
	border-bottom: 1px solid #332b2b;
	color: #bbcc44;
	margin-top: 50px;
}
.site-footer {
	background-color: #393030;
}

.homepage .site-tagline {
	text-align: center;
}

.homepage .site-tagline-left {
	width: auto;
	float: none;
}

.sidebar .widget-title {
	padding: 10px;
	background-color: #c9c6c7;
	color: #352b2c;
}
.footer-widgets .widget-title {
	padding: 10px;
	background-color: #393030;
}
.sidebar .featured-content .entry {
	padding-bottom: 0;
	margin-bottom: 0;
}
.sidebar .featured-content .entry {
	padding-bottom: 0;
	margin-bottom: 0;
}

.image-masthead {
	text-align: center;
	width: 100%;
}
/* Page Featured Image */

#full-image img,
.image-masthead img {
	width: 100%;
	max-width: 100%;
	max-height: auto;
}

.home .site-tagline,
.bg-active .site-tagline {
	margin-top: 0;
}
.page.page-template-page_blog-php {
	margin-top: 40px;
}

/* Image Gallery */
ul.image-gallery {
margin-left: 20px;
}

.single .entry-header .single-thumbnail {
display:none;
}

/* Responsive Slider Styles  */

#genesis-responsive-slider {
  border: none !important;
	padding: 0 !important;
}
 
.flex-control-nav li a,
.flex-direction-nav li a {
	border-bottom: none;
}
 
.flex-direction-nav li .prev {
	left: 0 !important;
}
 
.flex-direction-nav li .next {
	right: 0 !important;
}
.flexslider .slides {
	background-color: #393030;
}

.flexslider .slides img {
	width: 100%;
}
 
.flexslider {
	max-width: 100%;
}

/* Featured widget area in place of tagline on homepage
------------------------------------------------------------ */

.home-featured-tagline {
	padding: 40px 0;
	color: #FFF;
	text-align: center;
	background-color:#393030;
	background-image: url(/wp-content/uploads/2014/06/tree-background.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.home-featured-tagline .widget_text h4 {
	color: #bbcc44;
	font-size: 2.4em;
	font-weight:300;
	text-transform:none;
}
.home-featured-tagline .widget {
	margin-bottom: 40px;
}
.home-featured-tagline .featured-content .entry {
	border:0;
	padding:0 4%;
}
.home-featured-tagline .entry img {
	border: solid #FFF;
	border-width: 2px;
}
.home-featured-tagline .featured-content h2 {
	font-size:0.86em;
}
.home-featured-tagline .featured-content a {
	color:#1289ab;
        border:0;
}
.home-featured-tagline .featured-content a:hover {
	color:#0ebfe9;
        border:0;
}
.home-featured-tagline .widget:last-child {
	margin-bottom:0;
}
.home-featured-tagline .featured-content {
	float:left;
	width:25%;
	text-align:center;
}
.home-featured-tagline .site-tagline-right {
	float: none;
	text-align: center;
	width: auto;
	color:#FFF;
}
.home-featured-tagline .site-tagline-right .widget_text {
	padding: 1em 0 0;
}

@media only screen and (max-width: 1179px) {
.genesis-nav-menu a,
.genesis-nav-menu .sub-menu a {
	padding: 10px 10px;
}
}
@media only screen and (max-width: 1023px) {
.genesis-nav-menu a,
.genesis-nav-menu .sub-menu a {
	padding: 10px 5px;
}
	.slide-excerpt p {
	    display: none;
	}
	.slide-excerpt h2 {
	    font-size: 1.5rem;
	    margin-bottom: 0;
	}
	.flex-direction-nav {
	    display: none;
	}
	.site-tagline-left p {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 768px) {

.genesis-nav-menu a,
.genesis-nav-menu .sub-menu a {
	padding: 10px 5px;
}
	.slide-excerpt p {
	    display: none;
	}
	.slide-excerpt h2 {
	    font-size: 1.5rem;
	    margin-bottom: 0;
	}
}
@media only screen and (max-width: 600px) {
.genesis-nav-menu a,
.genesis-nav-menu .sub-menu a {
	padding: 10px 5px;
}
	.slide-excerpt p {
	    display: none;
	}
	.slide-excerpt h2 {
	    font-size: 1.5rem;
	    margin-bottom: 0;
	}
	.home-featured-tagline .featured-content {
	    float:left;
	    width:50%;
	}
}
@media only screen and (max-width: 320px) {
.genesis-nav-menu a,
.genesis-nav-menu .sub-menu a {
	padding: 10px 5px;
}
.genesis-nav-menu a,
.genesis-nav-menu .sub-menu a {
	padding: 10px 5px;
}
	.slide-excerpt p {
	    display: none;
	}
	.slide-excerpt h2 {
	    font-size: 1.5rem;
	    margin-bottom: 0;
	}
	.flex-direction-nav {
	    display: none;
	}
	.home-featured-tagline .featured-content {
	    float:none;
	    width:100%;
	}
}

.site-tagline {
	background-image: url(/wp-content/uploads/2014/06/tree-background_small.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

body.home .site-tagline {
	background-image: url(/wp-content/uploads/2014/06/tree-background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.home .attachment-header,
.home h1.entry-title {
	display: none;
}

h1.entry-title {
	font-size: 32px;
	color: #191a4f;
}

h2 {
font-size: 20px;
	color: #1289ab;
}

.footer-widgets {
	background-color: #4b4343;
}

.site-footer .nav-secondary a {
	padding: 6px;
	margin: 0 5px;
}

@media only screen and (max-width: 1023px) {

	.home-featured-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

}

@media only screen and (max-width: 480px) {

	.home-featured-tagline {
		padding-left: 8%;
		padding-right: 8%;
	}
	.home-featured-tagline .widget_text h4 {
		font-size:1.8em;
	}

}

@media only screen and (max-width: 320px) {
	.home-featured-tagline .widget_text h4 {
		font-size:1.4em;
	}
}

@media only screen and (max-width: 1179px) {
	.site-header .title-area {
		text-align: center;
		float: none;
		width: auto;
	}
	.site-header .widget-area {
		float: none;
		width: auto;
		text-align: center;
	}
	.header-image .site-title a {
		margin: 10px auto 0;
	}
}