/*   
Theme Name: WoodPark Merino
Theme URI: 
Description: 
Author: 
Author URI: 
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 2.2.3
*/

/* Contents
 
 Global
 Header 
 Navigation
 Footer
 Typography
 
*/

/* Global */
/* ---------------------------------------------------------- */




body {
	margin: 0px;
	padding: 0px;
}

html {
	padding: 0px;
	margin: 0px;
}

/* Flex Grid */
.outer_wrap {width:100%;
}

.inner_wrap {
	 width:60%; max-width:1250px; margin:0 auto;
}

.flex_10,
.flex_20,
.flex_25,
.flex_33,
.flex_40,
.flex_50,
.flex_60,
.flex_66,
.flex_75,
.flex_80,
.flex_90,
.flex_100 {
	display: inline;
	float: left;
	position: relative;
}

.push {
	margin: 1px 0px 0px 0px;
}

.flex_10 {
	width: 10%;
}

.flex_20 {
	width: 20%;
}

.flex_25 {
	width: 25%;
}

.flex_33 {
	width: 33%;
}

.flex_40 {
	width: 40%;
}

.flex_50 {
	width: 50%;
}

.flex_60 {
	width: 60%;
}

.flex_66 {
	width: 66%;
}

.flex_75 {
	width: 75%;
}

.flex_80 {
	width: 80%;
}

.flex_90 {
	width: 90%;
}

.flex_100 {
	width: 100%;
}

.flex_pad {
	padding: 10px;
}

.flex_vert_pad {
	padding: 20px 0px 20px 0px;
}

.clear {
	clear: both;
}

/* Header */
/* ---------------------------------------------------------- */


.outer_header_wrap {width:100%; background:#f6f6f6;
}

.inner_header_wrap {width:1200px; margin:0 auto;}

.flex_logo {width:150px; display:inline; position:relative; float:left;}
.flex_sitename {width:750px; display:inline; position:relative; float:left; padding:30px 0px 0px 40px;}
.flex_sitename a {text-decoration:none; color:#007447;}

#green_headline {border-bottom:4px solid #007447;}
.watermark {position:absolute; right:50px; top:0; z-index:9;}

.watermark img {width:320px;}

.container {max-height:450px; overflow:hidden;}

#header_title {font-size:31pt!important; font-weight:600;}


/* Home */
/* ---------------------------------------------------------- */

.home_outer_wrap {width:70%; margin:0 auto; padding:120px 0px;}

.home_inner_wrap {width:65%; float:left; position;relative; display:inline; }

.events_flex {width:32%; float:right; display:inline; position:relative; }

.spacer {height:150px;}

.spacer_top {height:90px;}

/* Navigation */
/* ---------------------------------------------------------- */

.center_nav {margin-top:-10px; }


nav a#pull {
	display: none;
}

#navigation {
        background:#007447;
	clear: both;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#navigation a {
	color: #dce9e0;
}

#navigation li li a {
	color: #000;
}

#navigation ul {
	font-size: 14pt; font-weight:300; 
	list-style: none;
	width:990px; margin: 0 auto;
}

#navigation li {
	float: left;
	position: relative;
}

#navigation a {
	font-weight: bolder;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}

#navigation ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}

#navigation ul ul ul {
	left: 100%;
	top: 0;
}

#navigation ul ul a {
	background: #f9f9f9;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
	text-align: left;
}

#navigation li:hover > a,
#navigation ul ul :hover > a,
#navigation a:focus {
	
}

#navigation li:hover > a,
#navigation a:focus {
	
	color: #fff;
}

#navigation ul li:hover > ul {
	display: block;
}

#navigation .current_page_item > a,
#navigation .current_page_ancestor > a {
	font-weight: bold;
}





article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
ol, ul { list-style: none; }





/* top navigation */


/* hidden fixed navigation */
#fixedbar { z-index:9;
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background:#007447;
}

#menu-mainmenu { 
  display: block;
  width: 990px;
  margin: 0 auto;
  padding: 10px 25px;
}



#menu-mainmenu li {  float: left;}

#menu-mainmenu li a {    
  display: block;
  font-size: 14pt; 
font-weight:300; 
  color: #dce9e0;
  line-height: 1.6em;
  text-decoration: none;
  padding: 0px 8px;
  margin-right: 6px; 
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear; 

}

#menu-mainmenu li a:hover {
  color: #dce9e0;
 
}




/* News*/
/* ---------------------------------------------------------- */

.news_header {width:100%; display:none;}

.news_header img {width:100%;}

.outer_wrap_posts {width:75%; margin:0 auto;}
.inner_wrap_posts {width:60%; float:left; }

.inner_downloads {float:right; width:30%;}

.border {border-bottom:1px solid #000; }
.border1 {border-bottom:1px solid #000; margin-top:10px;}
.border2 {border-bottom:1px solid #000; margin-top:40px;}
/* Contact*/
/* ---------------------------------------------------------- */


.con_outer_wrap {width:75%; margin:0 auto;
}

.con_inner_wrap {
	width:45%; float:left; display:inline; position:relative; 
}

.con_form {width:25%; float:right;}

/* Footer */
/* ---------------------------------------------------------- */

#footer {
	
}

.outer_footer_wrap {width:100%;
}

.inner_footer_wrap {width:950px; margin:0 auto;
}

.flex_foota {width:33.3%; float:left; display:inline; position:relative; text-align:right; padding-top:30px;}

.flex_footb {width:24%; padding-left:5%; float:left; display:inline; position:relative;   padding-bottom:20px; }



.flex_footc {width:33.3%; float:right; display:inline; position:relative; padding-top:30px;}

.copy_wrap {width:950px; margin:0 auto; text-align:center; }


.copy_wrap p {font-size:10pt!important;}


/* Typography Framework */
/* ---------------------------------------------------------- */


body {
	font-family: 'Poppins', sans-serif;
}

img {max-width:100%;}

a:link, a:visited, a, a:hover, a:active {color:#000; text-decoration:none; }

h1 {font-size:28pt!important;  color:#189c73; padding-top:10px; line-height:1.4em; font-weight:600;}

h2 {font-size:20pt!important;  color:#189c73; padding-top:20px; line-height:1.4em; font-weight:500;}

h3 {font-size:20pt!important;  text-transform:uppercase; line-height:26pt; font-weight:600; border-bottom:1px solid #000; }

h4 {font-size:15pt!important;  line-height:16pt;  font-weight:500; margin:0; padding-top:15px;}

span.date {color:#189c73; font-weight:500;}

#categories {font-size:26pt; color:#189c73;}

h5 {font-size:16pt!important;  text-transform:uppercase; line-height:16pt; font-weight:400;}

p {font-size:12pt; font-weight:300; line-height:1.6em; }

ul li {font-size:12pt; font-weight:300; line-height:1.6em; padding:5px 0px;}
#home {list-style:disc;}
#event_list {list-style:none;}
#event_h {padding-top:25px;}
#fh {font-size:15pt!important;  line-height:16pt;  font-weight:500; margin:0; padding-top:15px;}
