/*
Theme Name: South Washington Watershed District Theme
Theme URI: http://www.woolymammothdesign.com/
Author: Wooly Mammoth Design
Author URI: http://www.woolymammothdesign.com/
Description: Custom theme for South Washington County Watershed District.
Version: 4.0.3
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: wooly
*/

/*

<--- Table of Contents --->

1. Resets
2. General
3. Basic Structure
4. Header
5. Body
6. Footer
7. Mobile Menu (Slideout.js)
8. Slick Slider9
9. Tabs
10. Featherlight jQuery Lightbox
11. Accordion/Toggle
12. Media Queries

*/


/*-- 1. Resets--*/
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{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,img {max-width: 100%;height: auto;}a:hover,input[type=submit]:hover,button:hover{cursor:pointer}
aside, section, div {-webkit-box-sizing: -moz-border-box;box-sizing: border-box;box-sizing: border-box; }

/*-- 2. General--*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	width: 100%;
    height: 100%;
	color: #484848;
}
#wrapper {
	background-color: #fff;
}

/*text*/
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 1em;
    line-height: 1.2em;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .9em;
}
p {
	margin-bottom: 1.6em;
    line-height: 1.4em;
}
small {
	font-size: .55em;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.uppercase {
	text-transform: uppercase;
}
hr {
    margin: 30px 0;
    border: none;
    border-top: solid 1px #eee;
}
.entry-content ul,
.entry-content ol {
	margin: 30px 0;
    padding-left: 40px;
}
.entry-content li {
    margin-bottom: 10px;
}

/*links, buttons, input*/
a, a:visited {
	color: #2e6780;
	text-decoration: none;
	-webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.entry-content a {
	text-decoration: underline;
}
a:hover,  
a:focus {
	color: #6A96AE;
}
input[type=submit], 
.button,
a.button {
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	font-weight: 100;
	background-color: #2F6780;
	border: none;
	text-decoration: none;
}
input[type=submit]:hover, 
.button:hover,
a.button:hover {
	background-color: #6A96AE;
}
a.button.button-orange {
	background-color: #F7A431;
}
a.button.button-orange:hover {
	background-color: #FF9502;
}
/*tables*/
table {
	width: 100%;
	margin: 0 0 30px;
}
table th {	
    padding: 20px 10px;
	font-weight: bold;
	color: #fff;
    background: #6A96AE;   
}
table td {
	padding: 10px;
	border: solid 1px #eee;
}

/*scrolltop button*/
#scroll-top {
	display: none;
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 38px;
    height: 38px;
    background-color: #184D65;
    z-index: 5;
}
#scroll-top:before {
	content: '\f432';
    font-family: Genericons;
    display: block;
    font-size: 30px;
    padding: 4px 5px 0;
    color: #fff;
}

/*-- 3. Basic Structure--*/
div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container {
	margin: 0 10%;
}
section#content {
    padding: 60px 0;
}
.content-right {
	width: 75%;
	float: right;
}
.content-left {
	width: 75%;
	float: left;
}
.sidebar-left {
	float: left;
	width: 21%;
	border-right: solid 1px #eee;   
}
.sidebar-right {
	width: 20%;
	float: right;
}

/*columns*/
.col {
	float: left;
	margin-bottom: 30px;
}


.half {
	width: 48.5%;
	margin-right: 3%;
}
.half.last,
.half + .half {
	margin-right: 0;
}

.third {
	width: 32%;
	margin-right: 2%;
}
.third + .third + .third,
.third.last {
	margin-right: 0;
}

.two-thirds {
	width: 66%;
	margin-right: 2%;
}
.two-thirds + .third,
.third + .two-thirds {
	margin-right: 0;
}

.fourth {
	width: 23%;
    margin-right: 2.6%;
}
.col.fourth + .fourth + .fourth + .fourth,
.fourth.last {
	margin-right: 0;
}


/*clearing*/
.clearfix:after,
.row:after,
header:after,
.container:after,
.tabs-holder:after,
li:after,
.acc-body:after,
.col:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*wp-styles*/
.alignright {
	float: right;
	margin: 0 0 30px 30px;
}
.alignleft {
	float: left;
	margin: 0 30px 30px 0;
}

/*-- 4. Header--*/
#header {
    padding: 0;
    width: 100%;
    background: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.34);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.34);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.34);
	-webkit-transition: padding ease-in-out .3s;
    -moz-transition: padding ease-in-out .3s;
    transition: padding ease-in-out .3s;
}
.admin-bar #header.sticky.scrolled {
    top: 32px;
}
#header.sticky {
	backface-visibility: hidden;
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	z-index:2;
	transition: transform 500ms ease;
}
#header.sticky.scrolled {
	position: fixed;
    background-color: rgba(255, 255, 255, 0.86);
}
#header.sticky-open {
    transform: translate3d(256px, 0px, 0px);
}
#branding {
	float: left;
}
#branding a {
	display: block;
    padding: 20px 0;
    float: left;
    height: 70px;
}
#branding a img {
	max-width: 100%;
	height: auto;
	-webkit-transition: height ease-in-out .3s;
	-moz-transition: height ease-in-out .3s;
	transition: height ease-in-out .3s;
}
#header.sticky.scrolled #branding a {
    width: 308px;
    height: auto;
    padding: 10px 0;
}

/*main nav*/
#desktop-menu {
	float: right;
}
#desktop-menu a {
	display: inline-block;
	text-decoration: none;
}
#desktop-menu ul.menu > li {
	float: left;
	list-style: none;
}
#desktop-menu ul.menu > li > a {	
	margin: 0;
    padding: 0 18px;
    font-size: 1em;
    line-height: 107px;
    -webkit-transition: line-height ease-in-out .3s;
    -moz-transition: line-height ease-in-out .3s;
    transition: line-height ease-in-out .3s;
}
#desktop-menu ul.menu > li:hover > a {
    border-bottom: solid;
}
#header.sticky.scrolled #desktop-menu ul.menu > li > a {
    line-height: 72px;
}
/*sub-menus*/
#desktop-menu .menu li.menu-item-has-children ul.sub-menu {
	position: absolute;
	width: auto;
	height: 0;
	margin: 0;	
	overflow: hidden;
	font-size: .9em;
	background-color: #fff;	
}
#desktop-menu .menu li.menu-item-has-children:hover ul.sub-menu {
	height: auto;
	padding: 5px 0;
	border: solid 1px #eee;
}
#desktop-menu .menu li.menu-item-has-children ul.sub-menu > li > a {
	padding: 10px 15px;
	-webkit-transition: padding ease-in .2s;
    -moz-transition: padding ease-in .2s;
    transition: padding ease-in .2s;
}
#desktop-menu .menu li.menu-item-has-children ul.sub-menu > li > a:hover {
	padding-left: 18px;
}

/*--header image--*/
.header-image {
    background-size: cover;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
}

/*-- 5. Body--*/
.page-header {  
    background: #eee;
}
.page-header h1 {
    margin: 0;
    padding: 30px 0;
    font-family: Georgia;
    font-size: 2.4em;
    color: #2F6780;
}

.section-body {
	margin-bottom: 30px;
}
.section-body h2 {
	font-family: Georgia;
    font-size: 1.6em;
    color: #2F6780;
}

/*-- Single.php (Blog Page) --*/
article.post {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: solid 1px #eee;
}
article header {
    margin-bottom: 20px;
}
.entry-title a {
	text-decoration: none;
}
.entry-meta {
    font-style: italic;
    color: #A0A0A0;
}
.featured-image {
    margin-bottom: 20px;
}

/*comments*/
.comment-respond form label {
    display: block;
}
li.comment {
	margin-bottom: 20px;
    padding: 20px;
    list-style: none;
    background-color: #f5f5f5;
}
li.comment img {
    margin-right: 10px;
}
li.comment cite {
    font-weight: bold;
    font-size: 1.1em;
}
li.comment cite .says {
    display: none;
}
li.comment .comment-meta {
    margin: 10px 0;
    padding-bottom: 10px;    
}
li.comment .comment-meta a {
    color: #A5A5A5;
    font-size: .8em;
	font-style: italic;
}

/*-- Sidebar--*/
/*#search form*/
.page-header .search {
	padding-bottom: 30px;
    width: 50%;
    max-width: 100%;	
}
.page-header .search form input[type="text"] {
	float: left;
    width: 75%;
	height: 35px;
    line-height: 25px;
    padding: 5px 10px 5px 40px;
    border: none;
    background-color: #ffffff;
    box-sizing: border-box;	
}
.page-header .search form div:before {
	content: '\f400';
    font-family: 'Genericons';
    display: inline-block;
    position: absolute;
    font-size: 28px;
    line-height: 35px;
    height: 35px;
    padding: 0 5px;
}
.page-header .search form input[type="submit"] {
	float: left;
    width: 25%;
    box-sizing: border-box;
}
/*widgets*/
aside ul li {
	list-style: none;
}
.widget-list > li {
	margin-bottom: 30px;
}
.widget-list > li h3 {
	text-transform: uppercase;
}
.widget-list li ul li {
	margin-bottom: 10px;
    font-size: .9em;
    line-height: 1.4em;
}
.widget-list li ul li a {
	display: inline-block;
    padding-left: 15px;
    text-decoration: none;
}
.widget-list li ul li:before {
	content: ">";
    display: inline-block;
    position: absolute;
}

/*-- 6. Footer--*/
#footer {
	background-color: #2E6780;
	color: rgba(255, 255, 255, 0.48);
}

/*-- 7. Mobile Menu (Slideout.js)--*/
.toggle-button {
	display: none;
}
.mobile-menu {
	color: #fff;
	background: #2E6780;
}
.mobile-menu h3 {
    font-size: 1.2em;
	line-height: 60px;
	text-align: center;
    padding: 0 20px;
	margin: 0;
}
.mobile-menu ul.menu {
	border-top: solid 1px rgba(255, 255, 255, 0.13);
}
.mobile-menu ul.menu li {
	border-bottom: solid 1px rgba(255, 255, 255, 0.13);
}
.mobile-menu ul.menu li a {
	display: block;
	padding: 20px;
	color: #fff;
	text-decoration: none;
}
.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.slideout-panel {
  position:relative;
  z-index: 1;
  will-change: transform;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.mobile-menu {
	display: none;
}
.slideout-open .slideout-menu {
	display: block;
}
.mobile-menu li.menu-item-has-children > a:after {
	content: '\f104';
	float: right;
	font-family: 'Genericons';
	color: white;
	-webkit-transition: transform ease-in-out .3s;
	-moz-transition: transform ease-in-out .3s;
	transition: transform ease-in-out .3s;
}
.mobile-menu li.menu-item-has-children.open-sub > a:after {
	transform: rotate(90deg);
}
.mobile-menu li ul.sub-menu {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height ease-in-out .3s;
	-moz-transition: max-height ease-in-out .3s;
	transition: max-height ease-in-out .3s;
}
.mobile-menu li ul.sub-menu li a{
	padding: 10px 20px 10px 30px;
}
.mobile-menu ul.menu li.open-sub {
	border-bottom: none;
}
.mobile-menu li.open-sub ul.sub-menu {
	max-height: 500px;
	border-top: solid 1px rgba(255, 255, 255, 0.13);
}
/*-- 8. Slick Slider Defaults--*/
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-dots {
    list-style: none;
}
.slick-dots li {
    position: relative;
    display: block;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    margin-bottom: 0px;
	padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    border-radius: 20px;
	-webkit-transition: all ease-in .25s;
	-moz-transition: all ease-in .25s;
	transition: all ease-in .25s;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #fff;
}

/* -- 9. Tabs --*/
.tabs-holder {
	margin-bottom: 30px;
}
ul.tabs {
	float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.tabs li {
	display: inline-block;
    float: left;
    margin: 0 20px 0 0;
    list-style: none;
}
.tabs li a {
	display: inline-block;
    padding: 15px 30px;
    color: #2e6780;
    font-size: 1.1em;
    font-weight: 600;
	background-color: #D4D4D4;
    text-decoration: none;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.tabs li a:hover,
.tabs li a.active {
	color: #2e6780;
    background-color: #f7f7f7;
}
.tab-content {
    float: left;
	width: 100%;
	background-color: #f7f7f7;
}
.tab-content > div {
    padding: 40px 30px 20px;
}

/* -- 10. Featherlight jQuery Lightbox --*/
.lightbox {
	display: none;
}
@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;min-width:30%;margin-left:5%;margin-right:5%;max-height:95%;max-width:90%;background:transparent;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{
	position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    color: #FFF;
    border-radius: 40px;
	}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:0}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}

/* -- 11. Accordion/Toggle --*/
.accordion {
	margin: 30px 0;
}
.accordion .acc-item {
    margin-bottom: 10px;
}
.accordion .acc-title {
	display: block;
    padding: 20px 30px;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    background-color: #eee;
}
.accordion .acc-title:before {
	content: "\f510";
    display: inline-block;
    font-family: 'Genericons';
    font-size: 20px;
    vertical-align: top;
    margin-right: 20px;
    border: solid 1px;
    border-radius: 20px;
    color: #6A96AE;
}
.accordion .acc-title.active:before {
	content: "\f50e";
}
.accordion .acc-body {
	display: none;
	padding: 20px 30px;
}

/*-- 12. Media Queries */
@media screen and (max-width: 1366px) {
	/*general*/
	.container {
		margin: 0 5%;
	}
	
	/*header*/
	#branding a {
		width: 300px;
		height: 50px;
	}
	#desktop-menu ul.menu > li > a {
		line-height: 87px;
		padding: 0 10px;
	}
}
@media screen and (max-width: 1200px) {
	.header-image {
		height: 400px;
	}
}
@media screen and (max-width: 980px) {
	/*general*/
	body {
		font-size: 15px;
	}
	section#content {
		padding: 30px 0;
	}
	.col.half,
	.col.third,
	.col.fourth,
	.col.two-thirds {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		min-height: 1px !important;
	}
	.content-right,
	.content-left, 
	.sidebar-left,
	.sidebar-right {
		width: 100%;
		float: none;
	}
	
	/*header*/
	#header {
		padding: 0;
	}
	#header .container {
		margin: 0;
	}
	#desktop-menu {
		display: none;
	}
	#header.sticky.scrolled {
		padding: 0;
		background-color: white;
	}
	#branding a {
		height: 40px;
    	max-width: 210px;
    	padding: 10px 0;
	}
	#header.sticky.scrolled #branding a {
		height: 40px;
	}
	#branding a img {
		height: 40px;
    	padding: 0;
	}
	.toggle-button {
		display: block;
		float: left;
		padding: 20px;
		margin-right: 20px;
		border: none;
		color: #6A96AE;
		border-right: solid 1px #6A96AE;
		font-size: 26px;
		line-height: 20px;
		background-color: #fff;
		outline: none;
	}
	.admin-bar .mobile-menu {
		top: 32px;
	}
	.header-image {
		height: 300px;
	}
	
	/*page title section*/
	.page-header h1 {
		padding: 20px 0;
		font-size: 1.8em;
	}
	
	/*tabs*/
	.tabs li {
		margin: 0 10px 0 0;
	}
	.tabs li a {
		padding: 10px 10px;
		font-size: 1em;
	}

}
@media screen and (max-width: 783px) {
	/*general*/
	.col.third,
	.col.fourth {
		float: none;
		width: 100%;
		min-height: 1px !important;
		margin-bottom: 20px;
	}
	.hidden-mobile {
		display: none;
	}
	
	/*tabs*/
	.tab-content {
		background-color: transparent;
	}
	
	/*header*/
	.admin-bar #header.sticky.scrolled {
	    top: 46px;
	}
	.admin-bar .mobile-menu {
		top: 46px;
	}
	.header-image {
		height: 200px;
	}
	
	/*page title section*/
	.page-header h1 {
		padding: 20px 0;
		font-size: 1.8em;
	}
	
	/*accordion*/
	.accordion .acc-title {
		padding: 15px 10px;
    	font-size: 13px;
    	line-height: 14px;
	}
	.accordion .acc-title:before {
		font-size: 13px;
    	margin-right: 5px;
    	width: 13px;
    	height: 13px;
	}
}
@media screen and (min-width: 784px) {
	.hidden-desktop {
		display: none;
	}
}
@media screen and (max-width: 380px) {
	/*general*/
	body {
		font-size: 12px;
	}
	
	/*header*/
	.toggle-button {
		padding: 10px;
		margin-right: 10px;
		font-size: 16px;
		line-height: 20px;
	}	
	#branding a,
	#header.sticky.scrolled #branding a {
		height: 30px;
		padding: 5px 0;
	}
	#branding a img {
		height: 30px;
		padding: 0;
	}
	.mobile-menu h3 {
		line-height: 40px;
	}
	.header-image {
		height: 100px;
	}
	
	/*page title section*/
	.page-header h1 {
		padding: 10px 0;
		font-size: 1.8em;
	}
}

