/*  
Theme Name: Advocate
Theme URI: http://themeforest.net/user/two2twelve?ref=two2twelve
Description: Designed & Developed by <a href="http://themeforest.net/user/two2twelve?ref=two2twelve">Two2Twelve</a>.
Author:  T2Themes
Author URI: http://t2themes.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.3.6

This file is part of a site template for sale on ThemeForest.net
See: http://themeforest.net/user/two2twelve/portfolio?ref=two2twelve
Copyright © 2014 T2Themes <info@t2themes.com>
*/
/*-----------------------------------------------------------------------------------
	
	Stylesheet: Base

	0.	CSS Reset 
	1.	Global (body, page sructure, common classes)
	2.  Header & Navigation
	3.  Homepage
	4.  Blog
	5.  Gallery
	6.  Contact
	7.  Donate
	8.  Widgets
	9.  Footer
	10. Typography
	11. Buttons
	12. Lists
	13. Forms
	14. Icons
	15. Wordpress Core CSS

-----------------------------------------------------------------------------------*/
* { margin: 0; padding: 0;}
/*--------------------------------------------
1. Global
---------------------------------------------*/
html {
	margin: 0 !important;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, helvetica, sans-serif;	
}
body {
	font-size: 16px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, helvetica, sans-serif;
	background: #ffffff;
	border-right: 8px solid #580f8b;
	color: #464646;
}
body ul {
	list-style: none;
}

body.page-template div.page ul, div#blog div.post ul {
	list-style: disc outside none; 
	margin: 0 0 5px 25px;
}

body.page-template div.page ul li, body.page-template div.page ol li, div#blog div.post ul li, div#blog div.post ol li {
	padding: 0 0 10px 5px;
}

body.page-template div.page h4 {
	margin-bottom:10px;
}

body.page-template div.page h3 {
	margin-bottom:10px;
}

hr {
	margin: 8px 0;

}

iframe {
	width: 100%;
	min-height: 700px;
	height:100%;
}

.container {
	width: 1000px;
	margin: 0 auto;
}
	.container .page {
		/*border: 1px solid #c8c9c9;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,0.08);
		-moz-box-shadow: 0px 3px 4px rgba(0,0,0,0.08);
		box-shadow: 0px 3px 4px rgba(0,0,0,0.08);*/
		background: transparent;
	}
section.page_heading {
	background: #ffffff;
	width: 300px;
	border: 1px solid black;
	float:left;
}
	section.page_heading.home {
		/*position: absolute;
		top: 12px;*/
		
	}
	header .logo {
		background: #fff;
		float:left;
		margin-top: 20px;
		z-index: 2000;
	}
	header .logo img {
		height: 100px;
		z-index: 2000;
	}
		header .logo a {
			font-size: 40px;
			font-family: 'Montserrat';
			text-shadow: 0px 2px rgba(0,0,0,0.36);
			color: #fff;
			text-decoration: none;
			float: left;
		}
	
	
		div.tagline {
			font-size: 18px;
			color: #000;
		}
		pre {
		 white-space: pre-wrap;       /* css-3 */
		 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
		 white-space: -pre-wrap;      /* Opera 4-6 */
		 white-space: -o-pre-wrap;    /* Opera 7 */
		 word-wrap: break-word;       /* Internet Explorer 5.5+ */
		}
		
/* Page Layouts */
div.page_wrapper {
	background: transparent; /* ebebeb */

}
	div.page_wrapper .with_sidebar {
		width: 750px;
		float: left;
		margin-bottom:25px;
	}
	
	div#sidebar {
		color: #464646;
	}
div#sidebar a {
	font-weight: normal;

}

	/* Sub Heading */
	div.sub_heading {
		text-align: center;
		clear:both;
		width:100%;
	}
	
		
	div.sub_heading {
		position:relative;
		top: -45px;
					}
		div.sub_heading h2,
		div.box_heading h2 {
			z-index: 2;
			font-family: "Montserrat";
			font-weight: 800;
			text-transform: uppercase;
			color: #464646;
		}
		div.box_heading h2 { padding-left: 0px; padding-bottom: 20px; }
		div.sub_heading span.line,
		div.box_heading span.line {
			background: #fff;
			display: none;
			height: 3px;
			width: 100%;
			position: absolute;
			z-index: 1;
			top: 25px;
		}
		div.sub_heading p {
			width: 600px;
			margin: 10px auto 0;
			font-weight: bold;
		}
/*--------------------------------------------
2. Header & Navigation
---------------------------------------------*/
header {
	border-top: 6px solid black;
	border-bottom: 0px;
	border-image: url('images/rainbowtop.png') 5 round;
	height: 130px;
}
	header nav {
		float: right;
		margin-top:50px;
	}

		header nav ul {
			list-style: none;
		}
			header nav ul li {
				float: left;
				margin-right: 5px;
				position: relative;
			}
				header nav ul li a {
					font-family: 'Montserrat', sans-serif;
					color: #000;
					text-decoration: none;
					text-transform: uppercase;
					font-size: 15px;
					font-weight: 900;
					padding: 5px 5px 5px 5px;
					-webkit-border-radius: 3px;
					-moz-border-radius: 3px;
					border-radius: 3px;
				}
				header nav ul li a:hover { 
					background: rgba(0,0,0,0.15);
					text-decoration: none;
				 }
				header nav ul li.current-menu-item a,
				header nav ul li.current-menu-ancestor a { background: rgba(0,0,0,0.30); }
				header nav ul.sub-menu li a { background: none; }
		/* Sub Nav */
		header nav ul li ul{
			list-style: none;
			position: absolute;
			z-index: 999999;
			top: 20px;
			left: 0;
			width: 160px;
			text-align: left;
			border-top: none;
			padding: 23px 0px 5px 0px;
			display: none;
			margin: 0;
		}
			header nav ul li ul li {
				display: block;
				width: 100%;
				margin-bottom: 0px;
				padding-bottom: 0px;
				padding: 2px 15px 2px 15px;
				background: #000;
				background: rgba(0,0,0,0.80);
			}
			header nav ul li ul li a,
			header nav ul li.current-menu-item ul li a,
			header nav ul li.current-menu-parent ul li a{
				display: block;
				padding: 6px 0px 6px 0px;
				font-size: 12px;
				font-weight: 900;
				text-transform: uppercase;
				color: #fff;
				font-family: "Montserrat", helvetica, sans-serif;
				-webkit-border-radius: 0px;
				-moz-border-radius: 0px;
				border-radius: 0px;
			}
			header nav ul li.current-menu-item ul li a,
			header nav ul li.current-menu-parent ul li a{
				background: none;
				border-top: none;
				border-left: none;
				border-right: none;
				border-color: #ddd;
				box-shadow: none;
				color: #fff;
			}
				header nav ul li ul li a:hover {
					background: none;
					color: #aaa;
				}
		header nav ul li ul li ul {
			left: 190px;
			top: 0;
			padding-top: 0;
			display: none;
		}
	
	li#menu-item-654 a {
		color: #580f8b;
		border:3px solid #580f8b;
		border-radius: 20px;
		-webkit-transition:color 0.3s ease-in, background 0.3s ease-in;  
   		-moz-transition:color 0.3s ease-in, background 0.3s ease-in;  
 		-o-transition:color 0.3s ease-in, background 0.3s ease-in;  
   		transition:color 0.3s ease-in, background 0.3s ease-in;
	}
	li#menu-item-654 a:hover {
		color: #fff;
		background:#580f8b;
		-webkit-transition:color 0.3s ease-in, background 0.3s ease-in;  
   		-moz-transition:color 0.3s ease-in, background 0.3s ease-in;  
 		-o-transition:color 0.3s ease-in, background 0.3s ease-in;  
   		transition:color 0.3s ease-in, background 0.3s ease-in;
	
	}
/*--------------------------------------------
3. Homepage
---------------------------------------------*/
div#home { padding-top: 0; }
	div#home .page {
		position: relative;
		z-index: 10;
		/*margin-top: 90px;*/
	}
	
	div#slider {
	margin-top: -25px;
	}
	/* Slider */
	.nivo-caption { padding: 18px 10px; }
	.nivo-caption b { color: #fff; }
	
	.theme-default .nivoSlider { 
		margin-bottom: 20px; 
		-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 625px;
	}

	div#description {
		position:absolute;
		top: 30px;
		width: 400px;
		height: 440px;
		padding: 20px;
		background: #580f8b;
		color: #fff;
		z-index: 199;
		border-image: url('images/rainbowbottom.gif') 5 round;
		border-bottom: 8px solid black;
		border-top:0;
		border-left:0;
		border-right:0;
		
		
	}
	
	div#description h3 {
		font-size: 35px;
		text-transform: uppercase;
		font-family: "Montserrat", sans-serif;
		font-weight: 900;
	
	}
	
	div#description h3.big_button {
  		padding-top: 4px; 
  		margin: 65px 0 20px 0;
 		text-transform: uppercase;
	}

	div#description h3.big_button a {
		border-radius: 30px;
		border: 4px solid #fff;
		padding: 10px 40px;
  		background: #580f8b;
		font-family: 'Montserrat';
		font-size: 16px;
 		text-decoration: none;
 		text-transform: uppercase;
 		color: #fff;
 		-webkit-transition:color 0.3s ease-in, background 0.3s ease-in;  
   		-moz-transition:color 0.3s ease-in, background 0.3s ease-in;  
 		-o-transition:color 0.3s ease-in, background 0.3s ease-in;  
   		transition:color 0.3s ease-in, background 0.3s ease-in;
	}

	div#description h3.big_button a:hover {
		color: #580f8b;
		background: #fff;
		-webkit-transition:color 0.3s ease-in, background 0.3s ease-in;  
   		-moz-transition:color 0.3s ease-in, background 0.3s ease-in;  
 		-o-transition:color 0.3s ease-in, background 0.3s ease-in;  
   		transition:color 0.3s ease-in, background 0.3s ease-in;
	}
	
	div#description p {
		font-size: 24px;
		font-weight: 100;
		line-height: normal;
	}
	div#description.full_width { width: auto; text-align: center; }
		div#description h3,
		div#description p { 
			margin-bottom: 15px; 
			color: #fff;
		}
	div.actions {
		width:875px;
		clear:both;
		margin: 0 auto;
	}

div#fourth_issue {
	height: 418px;
	background: #35d32f;
	display: flex;
  	justify-content: center;
 	align-items: center;
 	clear:both;
}

div#fifth_issue {
	height:388px;
	background: url('images/fifth_issue_background.jpg');
	display: flex;
  	justify-content: center;
 	align-items: center;
 	clear:both;
 	margin-top: 25px;
}

aside p {
	padding-bottom:10px;
}

input#form-email {
	width: 350px !important;
	float: left;
}

input#form-zip_code {
	float:left;
	width: 175px;
	margin-left: 30px;
}


div#newsletter_form input.submit {
	border: 3px solid #fff;
	border-radius: 25px;
	padding: 6px 20px;
	background: #35d32f;
	margin-left: 30px;
	color: #fff;
	text-transform:uppercase;
	cursor:pointer;
	-webkit-transition:color 0.3s ease-in, background 0.3s ease-in;  
   	-moz-transition:color 0.3s ease-in, background 0.3s ease-in;  
 	-o-transition:color 0.3s ease-in, background 0.3s ease-in;  
   	transition:color 0.3s ease-in, background 0.3s ease-in;
   	font-weight: 600;
}

div#newsletter_form input.submit:hover {
	color: #35d32f;
	background: #fff;
	-webkit-transition:color 0.3s ease-in, background 0.3s ease-in;  
   	-moz-transition:color 0.3s ease-in, background 0.3s ease-in;  
 	-o-transition:color 0.3s ease-in, background 0.3s ease-in;  
   	transition:color 0.3s ease-in, background 0.3s ease-in;
}

div#newsletter_form p {
	color: #fff;
	margin-top: 35px;
}

div#fourth_issue div.inner, div#fifth_issue div.inner {
	padding: 0 300px;
}

div#fourth_issue h2, div#fourth_issue p, div#fifth_issue h2, div#fifth_issue p {
	color:#fff;
	text-align: center;
}

div#fourth_issue p, div#fifth_issue p {
	font-size:18px;
	text-align: center;
}

div#fourth_issue h3, div#fifth_issue h3 {
			color: #fff;
			text-align:center;
			text-transform: uppercase;
			clear:both;
  			padding-top: 4px; 
  			margin: 15px auto 35px auto;
  			font-weight: 400;
  			
		}

div#fourth_issue h3.big_button a, div#fifth_issue h3.big_button a {
			border-radius: 30px;
			border: 4px solid #fff;
			padding: 10px 40px;
  			background: #35d32f;
			font-size: 20px;
 			text-decoration: none;
 			text-transform: uppercase;
 			color: #fff;
 			-webkit-transition:color 0.3s ease-in, background 0.3s ease-in;  
   			-moz-transition:color 0.3s ease-in, background 0.3s ease-in;  
 			-o-transition:color 0.3s ease-in, background 0.3s ease-in;  
   			transition:color 0.3s ease-in, background 0.3s ease-in;
		}
		
		div#fifth_issue h3.big_button a {
			background: transparent;
		}
		
		div#fifth_issue h3.big_button a:hover {
			color: #580f8b;
			background: #fff;
			-webkit-transition:color 0.3s ease-in, background 0.3s ease-in;  
   			-moz-transition:color 0.3s ease-in, background 0.3s ease-in;  
 			-o-transition:color 0.3s ease-in, background 0.3s ease-in;  
   			transition:color 0.3s ease-in, background 0.3s ease-in;
		}
		
		div#fourth_issue h3.big_button a:hover {
			color: #35d32f;
			background: #fff;
			-webkit-transition:color 0.3s ease-in, background 0.3s ease-in;  
   			-moz-transition:color 0.3s ease-in, background 0.3s ease-in;  
 			-o-transition:color 0.3s ease-in, background 0.3s ease-in;  
   			transition:color 0.3s ease-in, background 0.3s ease-in;
		}

	div#features.full_width { width: auto; float: none; }

		div.actions .box_heading, div#features .box_heading, div#contact .box_heading { margin-bottom: 10px; color:#fff; text-align: left;}
		div#feature div.actions .box_heading, div#feature div#features .box_heading { margin-bottom: 20px; }
		div#feature div.actions, div#feature div#features { margin-bottom: 25px; }
		div.actions h4, div#features h4 { padding-top: 30px; color: #fff; clear:both;}
		div.actions h4 a, div#features h4 a {color:white; text-decoration:none;}
		div.actions h4 a:hover, div#features h4 a:hover {text-decoration:underline;}
		div.actions .one_third, div#features .one_third  { margin-bottom: 15px; 
		width:220px;
		height: 250px;
		background: #580f8b;
		margin-right: 2%;
		padding:30px;
		border-image: url('images/rainbowbottom.gif') 5 round;
		border-bottom: 6px solid black;
		border-top:0;
		border-left:0;
		border-right:0;
		}
		
		div#get_involved div.actions .one_third {
			background: #35d32f;
			height: 190px;
		}
		div.actions .last, div#news .last {
			margin-right:0 !important;
		}
		div.actions .one_third p, div#features .one_third p {
			margin-bottom: 0;
			color:#fff;
		}
		
		span.box_icon {
			color:#fff; 
			font-size: 30px;
			padding:6px;
			border: 3px solid white;
			border-radius: 36px;
			margin-top: -5px;
			width:36px;
			text-align:center;
			height:36px;
			display:inline-block;
			}
			
		

	div#description h3.big_button a:hover {
		color: #580f8b;
		background: #fff;
		-webkit-transition:color 0.3s ease-in, background 0.3s ease-in;  
   		-moz-transition:color 0.3s ease-in, background 0.3s ease-in;  
 		-o-transition:color 0.3s ease-in, background 0.3s ease-in;  
   		transition:color 0.3s ease-in, background 0.3s ease-in;
	}
		
		div#cares {
			position:relative;
			top: -30px;
		
		}	
		div#cares h3, div#sponsors h3 {
			color: #580f8b;
			text-align:center;
			text-transform: uppercase;
			clear:both;
  			padding-top: 20px;
  			margin: 0 auto 15px auto;
  			font-weight: 400;
  			
		}
		div#cares h3.big_button a, div#sponsors h3.big_button a {
			border-radius: 30px;
			border: 4px solid #580f8b;
			padding: 8px 40px;
  			background: #fff;
			font-size: 18px;
 			text-decoration: none;
 			text-transform: uppercase;
 			color: #580f8b;
 			-webkit-transition:color 0.3s ease-in, background 0.3s ease-in;  
   			-moz-transition:color 0.3s ease-in, background 0.3s ease-in;  
 			-o-transition:color 0.3s ease-in, background 0.3s ease-in;  
   			transition:color 0.3s ease-in, background 0.3s ease-in;
		}
		
		div#cares h3.big_button a:hover, div#sponsors h3.big_button a:hover {
			color: #fff;
			background: #580f8b;
			-webkit-transition:color 0.3s ease-in, background 0.3s ease-in;  
   			-moz-transition:color 0.3s ease-in, background 0.3s ease-in;  
 			-o-transition:color 0.3s ease-in, background 0.3s ease-in;  
   			transition:color 0.3s ease-in, background 0.3s ease-in;
		}
		
			
/* Get Involved Box */

	div#get_involved {
		width:1000px;
		height:600px;
		background-image: url('images/workingpeople.jpg');
		clear:both;	
	}
			
	div#get_involved h2 {
		color: #35d32f;
		text-transform: uppercase;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 15px;
		font-weight: bold;
	}
	
	div#newsletter_form {
		background: #35d32f;
		width: 815px;
		height: 202px;
		clear:both;
		margin: 0px auto;
		padding:0 30px;
		border-image: url('images/rainbowtop.png') 5 round;
		border-bottom:6px solid black;
	}
	
	div#newsletter_form li {
	list-style: none;
}

div#newsletter_form div.box_heading {
	position:relative;
	top: 25px;
}


div#newsletter_form div.box_heading span#newsletter_heading, div#contact div.box_heading span#newsletter_heading {
			margin-top: 10px;
			margin-left: 20px;
			font-family: "Montserrat", sans-serif;
			font-size: 20px;
			color:#fff;
			text-align: left;
			font-weight:bold;
		}
			
		div#newsletter_form div#form_inner {
			
		}
			
	/* Donate Button */
	div.framed_box {
		padding: 20px 15px 20px 25px;
		background: #35d32f;
		position: relative;
		top: -55px;
		width: 600px;
		float:right;
		right: -30px;
		z-index: 150;
	}

	div#help .text {
		width:430px;
		margin-left: 20px;
		color:#fff;
	}
		div#help .text h3 { 
			margin-bottom: 5px;
			color:#fff;
			text-transform:uppercase;
			float:left;
			font-size: 32px;
			font-weight:bold;
			font-family: "Montserrat", sans-serif;
		}
		
	div#help a {
		text-decoration:none;
	}
	/* 3 Columns */
	div#items {
		clear: both;
		overflow: hidden;
	}
	
	div#items .box_heading h2 {
		color: #222;
		padding-top: 15px;
	}
	
	div#news h2 {
		text-align: left;
		color: #222;
	}
	
	
	
		div#items h5 {
			margin-bottom: 5px;
			font-weight: bold;
		}
		div#items .one_third { margin-bottom: 0; }
		div#items ul { padding-left: 0px; list-style: none;  }
	/* News */
	div.events ul { list-style: none; }
	
	/* Events */
	div.events ul { list-style: none; }
		div.events ul li {
			padding-bottom: 13px;
			border-bottom: 1px solid #e1e1e1;
			margin-bottom: 13px;
		}
		div.events ul li .date {
			width: 40px;
			height: 33px;
			padding-top: 7px;
			background: #d07837;
			color: #fff;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			text-align: center;
			margin-right: 10px;	
			font-size: 12px;	
			float: left;
			font-family: 'Cabin';
			line-height: 13px;
		}
			div.events ul li .date span {
				font-size: 18px;
				font-weight: bold;
				display: block;
			}
		div.events ul li p { margin-bottom: 0; }
		div.events ul li .details {
			margin-left: 50px;
		}
			div.events ul li .details a{
				display: block;
				color: #413b31;
			}
	/* Sponsors */
	div#sponsors ul {
		overflow: hidden;
		margin: 0;
	}
		div#sponsors ul li {
			display: inline;
			float: left;
			padding: 0px 23px 10px 23px;
			border-right: 4px solid #ccc;
			margin-left: unset !important;
		}
			div#sponsors ul li img {
				margin: 0;
				padding: 0;
				width: 200px;
			}
		div#sponsors li.last {
			border-right: none;
		}
		div#sponsors li.bottom {
			border-bottom: none;
		}
		
		div#sponsors li:after {
			content: '';
			width: 90%;
			border-bottom: 4px solid #ccc;
			margin: 0 auto;
			display:block;	
		}
		div#sponsors li.bottom:after {
			content:'';
			display: none;
			
		}
		
div#sponsors a h3 {
	border-radius: 30px;
	color: #580f8b;
  	padding-top: 4px; 
  	width: 250px;
  	height: 35px;
  	border: 4px solid #580f8b;
  	margin: 0 auto;
  	text-align:center;
}

div#sponsors a {
	font-family: 'Montserrat';
	font-size: 16px;
 	font-weight: 600;
 	text-decoration: none;
 	text-transform: uppercase;
}

div#sponsors a:hover h3 {
	background: #580f8b;
	color: white;
	
}

/*--------------------------------------------
4. Blog
---------------------------------------------*/
div#items {
	margin: 0 auto;
}

div#news .one_third { margin-bottom: 15px; 
		width:280px;
		height: 480px;
		background: #ccc;
		margin-right: 2%;
		padding:0;
		border-image: url('images/rainbowbottom.gif') 5 round;
		border-bottom: 6px solid black;
		border-top:0;
		border-left:0;
		border-right:0;
		}

div#news {
	padding-top: 25px;
	width: 1000px;
	clear: both;
	margin: 0 auto;
}

div#news h5, div#news p {
	margin-left:25px;
	padding-right:10px;
}

div#news h5 {
	font-weight: bold;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	padding-bottom: 15px;
	color: #353535;
}

div#news div.news_list {
	width: 875px;
	margin: 0 auto;
}

div#blog div.post {
	overflow: hidden;
	margin-bottom: 25px;
}	
	div#blog div.post h3 {
		margin-bottom: 5px;	
	}
		div#blog div.post h3 a {
			text-decoration: none;
		}	
		div#blog div.post h3 a:hover { text-decoration: underline; }
div#blog div.post .meta {
	font-size: 12px;
	color: #a3a3a3;
	line-height: 18px;
	margin-bottom: 15px;
}
	div.post .meta a { color: #a3a3a3; }
	div.post .meta a:hover { text-decoration: none; }
	div.post .meta .icon {
		font-size: 11px;
		color: #a3a3a3;
		padding-right: 4px;
		position: relative;
		top: -1px;
	}
	div.post .meta span.date,
	div.post .meta span.comments { margin-right: 15px; }
		div.post span a {
			text-decoration: none;
		}
		div.post span a:hover {
			color: #0f0f0f;
		}
		
	div#blog div.post img.wp-post-image {
		float:right;
		width:200px;
		height:125px;
	}
/* Comments */
div#comments {
	clear: both;
}

div#comments div.comment-meta {
	margin-bottom: 10px;

}
div#comments h4 { margin-bottom: 15px; }
div#comments #reply-title { display: none; } 
div#comments ol {
	list-style: none;
}
	div#comments ol li { 
		margin-bottom: 10px;
		overflow: hidden;
	}
	div#comments ol li img {
		float: left;
		margin-right: 10px;
		border: 1px solid #dbdbdb;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;

	}
	div#comments ol li .comment {
		margin-left: 80px;
	}
	div#comments ol li .comment,
	div#comments #commentform {
		padding: 20px 20px 20px 20px;
		background: #f3f3f3;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		margin-bottom: 27px;
		position: relative;
		border: 1px solid #464646;
	}
		div#comments ol li .comment h5,
		div#comments ol li .comment h5 a {
			margin-bottom: 15px;
			font-size: 14px;
			color: #444;
			text-decoration: none;
			font-family: "Helvetica Neue", helvetica, sans-serif;
			font-weight: bold;
		}
			div#comments ol li .comment h5 a:hover { text-decoration: underline; }

		div#comments a.comment-reply-link {
			display: block;
			text-align: right;
			font-size: 12px;
			text-decoration: none;
			color: #580f8b;
			font-weight: bold;
		}
			div#comments ol li .comment a.comment-reply-link:hover { text-decoration: none; }

/* Comment Form */
div#comments #commentform {
}
		div#comments #commentform a:hover { text-decoration: none; }
	div#comments #commentform p.comment-notes { display: none; }
	div#comments #commentform .required{ display: none; }
	div#comments #commentform #email,
	div#comments #commentform #author,
	div#comments #commentform #url,
	div#comments #commentform #comment {
		padding: 8px;
		width: 237px;
		border: 1px solid #ccc;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		color: #444;
		font-size: 13px;
	}
	div#comments #commentform #comment {
		width: 98%; 
		height: 120px; 
		color: #444; 
		font-family: "Gill Sans", "Gill Sans MT", sans-serif; 
		font-size: 13px;
	}
		div#comments #commentform input:focus{
			box-shadow: inset 0px 0px 4px #ccc;
			outline: none;
		}
	div#comments #commentform p {
		margin-bottom: 10px;
	}
		div#comments #commentform p.form-submit { margin: 0; }
	div#comments #commentform #submit {
		margin: 10px 0px 0px 0px;
	}
/* Pagination */
div.pagination a {
	font-size: 20px;
	border: 3px solid #580f8b;
	border-radius: 25px;
	padding: 6px 15px;
	margin-right: 30px;
	-webkit-transition:color 0.2s ease-in, background 0.2s ease-in;  
    -moz-transition:color 0.2s ease-in, background 0.2s ease-in;  
 	-o-transition:color 0.2s ease-in, background 0.2s ease-in;  
   	transition:color 0.2s ease-in, background 0.2s ease-in, border 0.2s ease-in;
}
div.pagination a:hover { 
	border: 3px solid #fff;
	border-radius: 25px;
	text-decoration: none;
	color: #fff;
	background: #580f8b;
	-webkit-transition:color 0.2s ease-in, background 0.2s ease-in, border 0.2s ease-in;  
    -moz-transition:color 0.2s ease-in, background 0.2s ease-in, border 0.2s ease-in;  
 	-o-transition:color 0.2s ease-in, background 0.2s ease-in, border 0.2s ease-in;  
   	transition:color 0.2s ease-in, background 0.2s ease-in, border 0.2s ease-in;
}
/*--------------------------------------------
5. Gallery
---------------------------------------------*/
div#gallery ul.gallery_thumbnails { overflow: hidden; width: 1020px; padding-left: 0px; list-style: none; }
div#gallery.with_sidebar ul.gallery_thumbnails { overflow: hidden; width: 710px; }
div#gallery ul.gallery_thumbnails li {
	float: left;
	display: block;
	position: relative;
}
	div#gallery ul.gallery_thumbnails li a{ display: block; position: relative; }
	/* 2 Columns */
	div#gallery ul.gallery_thumbnails.two_column li {
		margin-right: 10px;
		margin-bottom: 10px;
	}
		div#gallery ul.gallery_thumbnails.two_column li img {
			width: 470px;
			height: 332px;
		}
	/* 3 Columns */
	div#gallery ul.gallery_thumbnails.three_column li {
		margin-right: 10px;
		margin-bottom: 10px;
	}
		div#gallery ul.gallery_thumbnails.three_column li img {
			width: 310px;
			height: 219px;
		}
	/* 4 Columns */
	div#gallery ul.gallery_thumbnails.four_column li {
		margin-right: 10px;
		margin-bottom: 10px;
	}
		div#gallery ul.gallery_thumbnails.four_column li img {
			width: 230px;
			height: 162px;
		}
	/* 2 Columns Sidebar */
	div#gallery.with_sidebar ul.gallery_thumbnails.two_column li img {
		width: 345px;
		height: 244px;
	}
	/* 3 Columns Sidebar */
	div#gallery.with_sidebar ul.gallery_thumbnails.three_column li img {
		width: 226px;
		height: 160px;
	}
	/* 4 Columns Sidebar */
	div#gallery.with_sidebar ul.gallery_thumbnails.four_column li img {
		width: 167px;
		height: 118px;
	}
div#gallery ul.gallery_thumbnails.two_column li.last,		
div#gallery ul.gallery_thumbnails.three_column li.last,
div#gallery ul.gallery_thumbnails.four_column li.last { 
	margin-right: 0;
}
/* Gallery Filters */
div.page_wrapper .page ul.filter_list {
	list-style: none;
	overflow: hidden;
	margin-bottom: 25px;
	padding-left: 0px;
}
	ul.filter_list li {
		float: left;
		margin-right: 10px;
	}
		ul.filter_list li a {
			text-decoration: none;
			padding: 3px 8px 3px 8px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			border: 1px solid transparent;
			display: block;
			font-size: 12px;
			color: #999;
			-webkit-transition:color 0.2s ease-in;  
	    -moz-transition:color 0.2s ease-in;  
	    -o-transition:color 0.2s ease-in;  
	    transition:color 0.2s ease-in;
		}
			ul.filter_list li a:hover { color: #444; }
		ul.filter_list li.current a {
			background: #f7f7f7;
			border: 1px solid #dadada;
			font-weight: bold;
		}
/* Gallery Hover */
ul li div.hover{
	background: #333 url('images/zoom.png') no-repeat center center;
	background: rgba(0,0,0,0.6) url('images/zoom.png') no-repeat center center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 99%;
	display: none;
	cursor: pointer;
}
	ul li.video div.hover { 
		background: #333 url('images/play.png') no-repeat center center;
		background: rgba(0,0,0,0.6) url('images/play.png') no-repeat center center;
	}
/* Gallery View */
div#gallery_image img {
	max-width: 700px;
}
div#gallery_image .caption { margin-top: 20px; }
/*--------------------------------------------
6. Contact
---------------------------------------------*/
div#contact input,
div#contact select,
div#contact textarea { 
	border-radius: 25px;
	background: rgba(0, 0, 0, .3); }
	
	
div#contact input:focus,
div#contact select:focus,
div#contact textarea:focus { 
	background: rgba(0, 0, 0, .5); }
div#contact p {
	margin-bottom: 25px; 
	color:#fff;
}

div#contact div#page_content {
	display:block;
	position:relative;
	top: 5px;
	
}


div#contact div.location_widget p {
	color: #464646;
}

div#contact div.location_widget span.icon {
	color: #580f8b;

}
div#contact div.map {



}
div#contact div#page_content p {
	clear:both;

}

	div#contact div.row {
		overflow: hidden;
		clear: both;
		width: 715px;
	}
		div#contact div.row input,
		div#contact div.row select { width: 315px; }
		div#contact div.row p {
			width: 340px;
			float: left;
			margin-right: 15px;
		}
		div#contact div.row select { width: 340px; }
		div#contact textarea { width: 96%; height: 200px; } 
	div#contact .error {
		border-radius: 25px;
		border: 2px solid #E01C46;
		margin-bottom: 20px;
		padding: 15px;
		background: rgba(0,0,0,.3);
	}
	div#contact div.full {
		background: #1d9add;
		padding: 20px;
		border-radius: 6px;
	}	
	
	div#contact form .error { padding: 8px 12px 8px 12px; margin-bottom: 0; }
		div#contact .error p { 
			font-weight: bold;
			margin-bottom: 10px; }
		div#contact .error ul {
			list-style: disc;
			padding-left: 15px;
			color: #fff;
			line-height: 20px;
			margin-bottom: 5px;
		}
	div#contact .validation,
	div#contact .success {
		display: none;
		font-size: 12px;
		margin-bottom: 20px;
	}
		div#contact .validation p  { color: #e01c46; }
		div#contact .success p	    { color: #65cf82; }
	div#location {
		clear: both;
		overflow: hidden;
		margin-bottom: 10px;
	}
	div#location div.map {
		clear: both;
		overflow: hidden;
		float: left;
		width: 438px;
		height: 194px;
		padding: 5px;
		background: #f4f3ed;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border: 1px solid #580f8b;
		margin-right: 30px;
	}	
	div#location .icon {
		font-size: 13px;
		padding-right: 4px;
	}
	div#location div.one_fourth h4{
		margin-bottom: 15px;
	}
		div#location div.one_fourth p {
			margin-bottom: 15px;
		}
/*--------------------------------------------
7. Donate
---------------------------------------------*/
div#donate h1 {
	margin-bottom: 26px;
}
div#donate .framed_box {
	overflow: hidden;
	padding: 15px 0 0px 30px;
	text-align: center;
}
		div#donate .framed_box span {
			color: #777;
			font-size: 15px;
		}
		div#donate .framed_box h3 {
			font-size: 50px;
		}
		div#donate .framed_box div {
			border-right: 1px solid #ddd;
			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
			-moz-box-sizing: border-box;    /* Firefox, other Gecko */
			box-sizing: border-box;
			margin-right: 0;
			margin-right: 4%;
			padding-right: 4%;
			margin-bottom: 20px;
		}
		div#donate .framed_box div:last-child { border: none; }
div#donation_level { overflow: hidden; }
div#donation_level div.box_heading {
	margin-bottom: 18px;
}
	div#donation_level p {
		float: left;
		width: 168px;
	}
	div#donation_level ul.amount {
		float: right;
		overflow: hidden;
		margin-bottom: 40px;
	}
	div#donation_level ul.amount.full_width { float: none; }
		div#donation_level ul.amount li {
			display: inline;
			float: left;
		}
		div#donation_level ul.amount li a {
			text-decoration: none;
			display: block;
			width: 77px;
			height: 60px;
			border: 4px solid #fff;
			color: #fff;
			margin-right: 15px;
			font-size: 15px;
			text-align: center;
			padding-top: 10px;				
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			text-shadow: 0px 1px #555;
		}
		div#donation_level ul.amount li a h3 {
			color: #fff;
		}
		div#donation_level ul.amount li a:hover {
			border: 4px solid #d3d3d3;
		}
		div#donation_level ul.amount li a.green {
			background: #8a9848;
		}
		div#donation_level ul.amount li a.yellow {
			background: #c7a848;
		}
		div#donation_level ul.amount li a.orange {
			background: #d17938;
		}
		div#donation_level ul.amount li a.brown {
			background: #826a43;
		}
		div#donation_level ul.amount li a.teal {
			background: #48987f;
		}
div#donate { width: auto; }
/*--------------------------------------------
8. Widgets
---------------------------------------------*/
div.widget { }
	div.widget h5 {
		padding-bottom: 5px;
		margin-bottom: 15px;
		font-family: "Montserrat", helvetica, sans-serif;
	}
	div.widget .logo { font-size: 28px; color: #fff; margin-bottom: 10px; }
	aside div.widget {
		clear: both;
		margin-bottom: 30px;
	}
	/* Twitter */
	div.twitter_stream { }
		div.twitter_stream ul {
			list-style: none;
		}
			div.twitter_stream ul li {
				margin-bottom: 20px;
				font-size: 12px;
				line-height: 18px;
			}
				div.twitter_stream ul li .icon {
					float: left;
				}
				div.twitter_stream ul li .tweet_details {
					margin-left: 28px;
				}
				div.twitter_stream ul li .tweet_time { font-size: 11px; display: block; }
					div.twitter_stream ul li .tweet_time a {
						text-decoration: none;
					}


ul.actionnetwork-list li {
	margin-bottom: 10px;
	

}



	/* Newsletter */
	div.widget form p {
		margin-bottom: 12px;
	}
	div.widget input[type="text"], 
	div.widget input[type="email"] {
		width: 90%;
		padding: 6px 10px 6px 10px;
		font-size: 12px;
	}
	/* Location */
	div.location_widget p{
		margin-bottom: 15px;
		line-height: 22px;
	}
		div.location_widget .icon {
			font-size: 13px;
			padding-right: 4px;
		}
	/* Categories */
	div.widget div.widget_categories ul {
		overflow: hidden;
	}	
		div.widget div.widget_categories ul li {
			display: block;
			float: left;
			width: 100%;
			margin-bottom: 10px;
		}
			div.widget div.widget_categories ul li a {
				display: block;
				float: left;
				text-decoration: none;
				width: 100%;
			}
				div.widget div.widget_categories ul li a:hover { color: #333; }
			div.widget div.widget_categories ul li span {
				float: right;
				padding: 3px 5px;
				text-decoration: none;
				color: #fff;
				background: #d7d7d7;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;				
			}
				div.widget div.widget_categories ul li a:hover span {
					background: #bbb;
				}
	/* Recent Posts */
	div.widget div.recent_posts ul li {
		margin-bottom: 20px;
	}
		div.widget div.recent_posts ul li h4 a{
			font-size: 15px;
			color: #fff;
			text-decoration: none;
			margin-bottom: 5px;
			display: block;
			font-weight: bold;
		}
			div.widget div.recent_posts ul li h4 a:hover { text-decoration: underline; }
		div.widget div.recent_posts ul li p {
			font-size: 11px;
			line-height: 16px;
		}
	/* Video */
	div.widget div.video iframe{
		padding: 5px;
		text-align: center;
		border: 1px solid #bebfcc;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: #fff;
		margin-bottom: 8px;
	}
	/* Gallery */
	div.widget div.gallery { width: 226px; }
		aside div.gallery ul {
			overflow: hidden;
		}
			div.widget div.gallery li {
				float: left;
				margin-right: 12px;
				margin-bottom: 12px;
 			  list-style: none;
			}
				div.widget div.gallery li img {
					-webkit-border-radius: 3px;
					-moz-border-radius: 3px;
					border-radius: 3px;
				}
	/* Flickr */
	div.widget div.gallery_wrap { width: 226px; }
	div.widget div.gallery_wrap .flickr_badge_image {
		float: left;
		margin-right: 12px;
		margin-bottom: 12px;
	}
	div.widget div.gallery_wrap .flickr_badge_image.last {
		margin-right: 0;
	}
	div.widget div.gallery_wrap .flickr_badge_image img{ 
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		width: 62px;
		height: 62px;
	}
	/* Reviews */
	div.widget .review blockquote{
		font-size: 12px;
		line-height: 19px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0 0px 15px;
		color: #fff;
		line-height: 18px;
		font-style: italic;
	}
	div.widget ul.ui-tabs-nav { display: none; }
	div.widget .ui-tabs-hide{ display:none; }
	/* Search */
	#searchform { overflow: hidden; }
	#searchform #s {
		width: 55%;
		float: left;
		height: 20px;
		font-size:16px;
		border: 2px solid #580f8b;
		background: #fff;
		color: #464646;
	}
	#searchform #searchsubmit {
		float: right;
		padding: 8px 10px;
		background: #fff;
		color:#580f8b;
		border: 2px solid #580f8b;
		font-weight: bold;
	}
	/* Misc */
	div.widget ul { 
		line-height: 20px; }
	
	div.widget .children {
		margin-left: 15px;
	
	}
		
	div.widget ul li {
		margin-bottom: 8px;
	} 
	
	div.widget label.screen-reader-text {
		display: none;
	
	}
/*--------------------------------------------
9. Footer
---------------------------------------------*/
footer {
	padding-top: 45px;
	background: #580f8b;
	clear:both;
}

footer h5 {
		color:#fff;
		font-weight: bold;
		text-transform: uppercase;
		}
	footer div.copy { text-align: center; } 
	footer div.copy p {
		color: #fff;
		font-size: 11px;
		padding: 4px 8px 4px 8px;
		background: rgba(0,0,0,0.15);
		display: inline-block;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-transition:color 0.2s ease-in, background 0.2s ease-in;  
    	-moz-transition:color 0.2s ease-in, background 0.2s ease-in;  
 	  	-o-transition:color 0.2s ease-in, background 0.2s ease-in;  
   		transition:color 0.2s ease-in, background 0.2s ease-in;
		margin: 0px 0px 30px 0px;
		text-align: center;
	}
	footer div.copy p:hover {
		background: #fff;
		background: rgba(0,0,0,0.06);
		color: #fff;
	}
	
footer ul li {
	margin-bottom: 3px;

}
footer a {
	text-decoration: none;
	padding: 3px 4px 3px 4px;
	-webkit-transition:color 0.2s ease-in, background 0.2s ease-in;  
    -moz-transition:color 0.2s ease-in, background 0.2s ease-in;  
 	-o-transition:color 0.2s ease-in, background 0.2s ease-in;  
   	transition:color 0.2s ease-in, background 0.2s ease-in;
   	color: #fff;
   	font-weight: normal;
	}
footer a:hover {
	text-decoration:none;
	background: rgba(255,255,255,0.15);
	padding: 3px 4px 3px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition:color 0.2s ease-in, background 0.2s ease-in;  
    -moz-transition:color 0.2s ease-in, background 0.2s ease-in;  
 	-o-transition:color 0.2s ease-in, background 0.2s ease-in;  
   	transition:color 0.2s ease-in, background 0.2s ease-in;
}
	
/*--------------------------------------------
10. Typography
---------------------------------------------*/
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
h1,h2,h3,h4,h5,h6 { font-family: 'Montserrat', sans-serif; font-weight: bold; }
h1 {
	font-size: 32px;
	margin-bottom: 22px;
}
h2 {
	font-size: 28px;
	margin-bottom: 10px;
}
h3,
h3 a {
	font-size: 24px;
	color: #464646;
}

div.post h3, h3 a {
	margin-bottom: 16px;

}
h4,
h4 a{
	color: #464646;
	font-size: 20px;
	text-decoration: none;
}
	h4 a:hover { text-decoration: underline; }
h5,
h5 a {
	font-size: 15px;
	text-decoration: none;
	margin-bottom: 15px;
}
	h5 a:hover { text-decoration: underline; }
h6 {
	font-size: 13px;
	margin-bottom: 10px;
}
p {
	font-size: 16px;
	color: #464646;
}
	p.larger {
		font-size: 19px;		
		font-weight: bold;
		margin-bottom: 20px;
		line-height: 26px;
		color: #666;
	}
	.page p {
		margin-bottom: 15px;
	}
a {
	color: #580f8b;
	outline: none;
	text-decoration:none;
	font-weight: 600;
	
}
	a:hover { text-decoration: underline; }
b {
	color: #333;
}
.tipsy { line-height: 17px; }
span.color {
	color: #db9a6a;
}
/* Lists */

.page_wrapper .page ol { list-style: decimal outside none; }

div#page_inner {
	min-height: 500px;
}

div#page_inner iframe {
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
}

div#news h5 a {
	color: #464646;
	font-weight: 900;
}
div#page_inner ul {
	list-style: disc outside none;
}
div#page_inner ol, div#page_inner ul {
	margin: 10px 0px;
	}
div#page_inner ul li, div#page_inner ol li {
	margin-left: 40px;
	padding-bottom: 10px;
}

div#page_inner form ul li, div#page_inner form ol li {
	margin-left: auto;
}
div#page_inner h1, div#gallery h1, div#blog h1, div#contact h1 {
	font-size: 38px;
	margin-top: 15px;
	font-family: "Montserrat", sans-serif;
}
div.page_wrapper aside {
	width:220px;
	float: right;
}

/* Blockquotes */
blockquote, blockquote p { 
	font-size: 15px; 
	line-height: 24px; 
	color: #777; 
	font-style: italic; 
}
blockquote { 
	margin: 0 0 10px; 
	padding: 3px 20px 3px 19px; 
	border-left: 1px solid #ccc; 
}
	blockquote cite { 
		display: block; 
		font-size: 11px;
		color: #888; 
	}
		blockquote cite:before { 
			content: "\2014 \0020"; 
		}
		blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
/* Columns */
div.column_last { margin-right: 0 !important; }
div.full { margin-bottom: 25px; }
div.one_half,
div.one_third,
div.two_third,
div.three_fourth,
div.one_fourth,
div.one_fifth,
div.two_fifth,
div.three_fifth,
div.four_fifth,
div.one_sixth,
div.five_sixth {
	float: left;
	margin-right: 2.6%;
	margin-bottom: 25px;
}
div.one_half    { width: 48%; }
div.one_third   { width: 30.42%; }
div.two_third  { width: 65%; }
div.one_fourth  { width: 23%; }
div.three_fourth { width: 74%; }
div.one_fifth { width: 16.8%; }
div.two_fifth { width: 37.6%; }
div.three_fifth { width: 58.4%; }
div.four_fifth { width: 67.2%; }
div.one_sixth { width: 13.33%; }
div.five_sixth { width: 82.67%; }
div.full h1 { margin-bottom: 0px; }
div.full h2,div.full h3 {
	margin-bottom: 10px;
}

footer div.one_fourth {
	width: 25%;
	margin-right: 0;
}



div.full h4,div.full h5,div.full h6, div.page h4 { 
	margin-bottom: 15px;
}
div.one_third img {
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
} 
div.one_third h4 {
	margin-bottom: 10px;
}
/* Images */
img.rounded {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
}
/* Events Calender */
div#calendar_list { display: none; }
	div#calendar_list ul {
		list-style: none;
	}
		div#calendar_list ul li {
			overflow: hidden;	
			padding-top: 10px;
		}
		div#calendar_list ul li .event_info .desc {
			float: left;
			width: 550px;
		}
			div#calendar_list ul li .event_info .desc h3 {
				font-size: 18px;
				margin-bottom: 10px;
			}
			div#calendar_list ul li .event_info .desc h3 a {
				font-size: 18px;
				text-decoration: none;
			}
				div#calendar_list ul li .event_info .desc h3 a:hover { text-decoration: underline; }
		div#calendar_list ul li .event_info .meta {
			float: right;
			width: 300px;
		}
		div#calendar_list ul li div.event_details ul li .info {
			margin-left: 80px;
		}
		div#calendar_list .box_heading span.line {
			top: 13px;
		}
.fc-header-title h2 {
	margin-top: -10px;
}
.fc-widget-header {
	background: #eaeaea;
	padding: 4px 0px 4px 0px !important;
	border-color: #ddd !important;
	color: #444;
}
.fc-widget-content {
	border-color: #ddd !important;
}
.fc-state-highlight {
	background: #f7f7f7;
}
.fc-grid .fc-day-number {
	color: #777;
}
.fc-button-content {
	text-transform: capitalize;
	font-size: 12px;
}
.fc-button-today {
	font-weight: bold;
}
.fc-button-prev .fc-button-content,
.fc-button-next .fc-button-content{
	font-family: "FoundationIconsGeneral";
	line-height: 1.4em !important;
	color: #888;
}
.fc-button-prev.fc-state-hover .fc-button-content,
.fc-button-next.fc-state-hover .fc-button-content{ 
	color: #444;
}
.fc-button-prev.fc-state-down .fc-button-content,
.fc-button-next.fc-state-down .fc-button-content{
	background: #ddd !important;
}
.fc-button-effect {
	display: none !important;
}
.fc-state-default, .fc-state-default .fc-button-inner {
	border-color: #eaeaea !important;
}
div.page_wrapper .page ul.events_display {
	list-style: none;
	float: right;
	margin-top: -60px;
}
	ul.events_display li {
		float: left;
		margin-left: 10px;
	}
		ul.events_display li a {
			font-size: 12px;
			padding: 5px 8px 5px 8px;
			color: #666;
			text-decoration: none;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			font-weight: normal;
			font-weight: bold;
		}
		ul.events_display li a:hover {
			color: #333;
			background: #f1f1f1;
		}
		ul.events_display li.current a{
			background: #D07837; 
			color: #fff;
		}
div.event_details {
	background: #f2f2f2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 15px 15px 20px 15px;
	overflow: hidden;
}
	div.page_wrapper .page div.event_details ul {
		list-style: none;
		margin-top: 5px;
		margin-bottom: 0px;
		margin-left: 5px;
		overflow: hidden;
		padding-left: 0px;
	}
	div.event_details ul.left {
		float: left;
		width: 300px;
	}
	div.event_details ul.right {
		float: right;
		width: 300px;
	}
		div.event_details ul li {
			margin-bottom: 5px;
			overflow: hidden;
			color: #555;
		}
		div#event div.event_details ul li { margin-bottom: 15px; }
		div.event_details ul li:last-child { margin-bottom: 0px; }
			div.event_details ul li b {
				float: left;
				display: block;
			}
			div.event_details ul li .info {
				margin-left: 120px;
			}
			div.event_details #map {
					width: 650px;	
					height: 170px;	
					padding: 8px 9px 8px 7px;
					border: 1px solid #d0d0d0;
					border-radius: 6px;
					-moz-border-radius: 6px;
					-webkit-border-radius: 6px;
					background: #f9f9f9;
					-webkit-box-shadow: 0px 0px 3px #ccc;
					-moz-box-shadow: 0px 0px 3px #ccc;
					box-shadow: 0px 0px 3px #ccc;
					margin-bottom: 20px;
				}
/*--------------------------------------------
11. Buttons
---------------------------------------------*/


div#contact .button {
	padding: 6px; 25px;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	background: transparent;
	border: 3px solid #fff;
	cursor: pointer;
	-webkit-transition:color 0.3s ease-in, background 0.3s ease-in;  
   	-moz-transition:color 0.3s ease-in, background 0.3s ease-in;  
 	-o-transition:color 0.3s ease-in, background 0.3s ease-in;  
   	transition:color 0.3s ease-in, background 0.3s ease-in;
}

div#contact .button:hover {
	color: #1d9add;
	background: #fff;
	-webkit-transition:color 0.3s ease-in, background 0.3s ease-in;  
   	-moz-transition:color 0.3s ease-in, background 0.3s ease-in;  
 	-o-transition:color 0.3s ease-in, background 0.3s ease-in;  
   	transition:color 0.3s ease-in, background 0.3s ease-in;
}


.donate_button {
	float: right;
	margin-top: 8px;
	padding: 7px 24px;
	color: #fff;
	text-decoration: none;
	border: 3px solid #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	-webkit-transition:color 0.3s ease-in, background 0.3s ease-in;  
   	-moz-transition:color 0.3s ease-in, background 0.3s ease-in;  
 	-o-transition:color 0.3s ease-in, background 0.3s ease-in;  
   	transition:color 0.3s ease-in, background 0.3s ease-in;
}

.donate_button:hover {
	color: #35d32f;
	background: #fff;
	-webkit-transition:color 0.3s ease-in, background 0.3s ease-in;  
   	-moz-transition:color 0.3s ease-in, background 0.3s ease-in;  
 	-o-transition:color 0.3s ease-in, background 0.3s ease-in;  
   	transition:color 0.3s ease-in, background 0.3s ease-in;
   	-webkit-box-shadow: 0px 0px 3px #bbb;
	-moz-box-shadow: 0px 0px 3px #bbb;
	box-shadow: 0px 0px 18px 5px #fff;
}
/*--------------------------------------------
12. Lists
---------------------------------------------*/
ul.social {
	list-style: none !important;
	margin:0 !important;
}
	ul.social li {
		display: inline-block;
		float: left;
		margin-right: 13px;
		font-size: 30px;
		padding:0 !important;
	}
	
		ul.social li a {
			text-decoration: none;
			color: #fff;
		}
			ul.social li a:hover {
				opacity: 1;
			}
div.toggle_list {
	margin-bottom: 25px;
}
	div.toggle_list p { margin-bottom: 0; }
	div.page_wrapper .page div.toggle_list ul {
		list-style: none !important;
		padding-left: 0px;
		clear: both;
	}
		div.toggle_list ul li {
			margin-bottom: 10px;
		}
			div.toggle_list ul li div.title {
				background: #f0f0f0;
				border: 1px solid #ddd;
				padding: 10px;
				cursor: pointer;
				position: relative;
			}
				div.toggle_list ul li div.title h3 { margin: 0; color: #4b4b4b; font-size: 13px; }
				div.toggle_list ul li .title h3 span { color: #222; padding-right: 8px; font-weight: bold; }
				div.toggle_list ul li div.title a.toggle_link {
					position: absolute;
					top: 5px;
					right: 13px;
					color: #868686;
					font-weight: bold;
					font-size: 19px;
					text-decoration: none;
				}
			div.toggle_list ul li div.content {
				background: #fbfbfb;
				border: 1px solid #e5e5e5;
				border-top: none;				
				padding: 10px !important;
				display: none;
			}
				div.toggle_list ul li div.content p { margin-bottom: 15px; font-size: 12px; }
				div.toggle_list ul li div.content p:last-child { margin-bottom: 0; }
/* Tabs */				
div.tabs {
  margin-bottom: 20px;
}
	div.tabs ul.nav {
	   list-style: none outside none;
	   overflow: hidden;
	   position: relative;
	   z-index: 2;
	   padding-left: 0;
	   margin: 0;
	}
		div.tabs ul.nav li {
		   float: left;
		   margin-right: 2px;
		}
			div.tabs ul.nav li a {
			   background: #F0F0F0;
			   border: 1px solid #E6E7E7;
			   border-top-left-radius: 3px;
			   border-top-right-radius: 3px;
			   color: #8F8F8F;
			   display: block;
			   font-size: 12px;
			   font-weight: bold;
			   padding: 8px 25px;
			   text-decoration: none;
			}
			div.tabs ul.nav li.current a {
			   background: #FBFBFB;
			   border-color: #E6E7E7;
			   border-style: solid solid none;
			   border-width: 1px 1px medium;
			   color: #424242;
			   padding-bottom: 9px;
			}
		div.tabs .pane {    
			background: #FBFBFB;
		  border: 1px solid #E6E7E7;
		  margin-top: -1px;
		  padding: 15px;
		  position: relative;
		  z-index: 1;
			display: none;
		}			
/*--------------------------------------------
13. Forms
---------------------------------------------*/
input,textarea {
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
	font-size: 15px;
	outline: none;
	-webkit-focus-ring-color: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 0px solid #000;
	background: rgba(0, 0, 0, .3);
	color: #fff;
}



::placeholder {
	color:#fff;
}

form.new_rsvp input::placeholder, form.new_answer input::placeholder {
	color:#ccc;
}

form.new_rsvp input#form-email, form.new_answer input#form-email {
	width: 100% !important;
}

form.new_rsvp input#form-zip_code, form.new_answer input#form-zip_code {
	margin-left: auto;
}

input[type="text"],
input[type="email"] {
	border: 0px solid #000;
	border-radius: 25px;
	padding: 8px 12px;
	color: #ffffff;
	background: rgba(0, 0, 0, .3);
	font-size: 15px;
}
	input[type="text"]:focus,
	input[type="phone"]:focus,
	input[type="subject"]:focus,
	input[type="message"]:focus,
	input[type="email"]:focus { background: rgba(0, 0 , 0, .5) }
textarea {
	padding: 8px 12px 8px 12px;
	color: #fff;
	resize: vertical;
	background: #fff;
	width: 102%;
}
header select { display: none; }
select {
	width: 100%;
	padding: 8px 12px 8px 12px;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
	font-size: 13px;
	color: #aaa;
}
form p { position: relative; }
#contact label,
div.widget form label { 
	position: absolute; 
	top: 7px !important; 
	left: 15px !important; 
	font-weight: normal;
	color:#fff;
}


div.widget form label { 
	top: 10px !important; 
	left: 12px !important; 
	font-size: 14px;
	color: #464646;
}
:-moz-placeholder {
	color: #fff !important;
	font-weight: bold;
}
:-webkit-input-placeholder {
	color: #fff !important;
}
img { border: none; }
.clear { clear: both; }
/*--------------------------------------------
14. Icons
---------------------------------------------*/
.icon { cursor: default; font-size: 18px; line-height: 1; color: #fff; }
/* Icons General */
@font-face {
  font-family: 'FoundationIconsGeneral';
  src: url('fonts/foundation-icons-general.eot');
  src: url('fonts/foundation-icons-general.eot?#iefix') format('embedded-opentype'),
       url('fonts/foundation-icons-general.woff') format('woff'),
       url('fonts/foundation-icons-general.ttf') format('truetype'),
       url('fonts/foundation-icons-general.svg#FoundationIconsGeneral') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon.general { font-family: "FoundationIconsGeneral"; }
/* Foundation Icons General Enclosed */
@font-face {
    font-family: 'FoundationIconsGeneralEnclosed';
    src: url('fonts/foundation-icons-general-enclosed.eot');
    src: url('fonts/foundation-icons-general-enclosed.eot?#iefix') format('embedded-opentype'),
         url('fonts/foundation-icons-general-enclosed.woff') format('woff'),
         url('fonts/foundation-icons-general-enclosed.ttf') format('truetype'),
         url('fonts/foundation-icons-general-enclosed.svg#FoundationIconsGeneralEnclosed') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icon.general-enclosed { font-family: "FoundationIconsGeneralEnclosed"; }
/* Icons Social Misc */
@font-face {
  font-family: 'FoundationIconsSocial';
  src: url('fonts/foundation-icons-social.eot');
  src: url('fonts/foundation-icons-social.eot?#iefix') format('embedded-opentype'),
       url('fonts/foundation-icons-social.woff') format('woff'),
       url('fonts/foundation-icons-social.ttf') format('truetype'),
       url('fonts/foundation-icons-social.svg#FoundationIconsGeneral') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon.social_misc { font-family: "FoundationIconsSocial"; }
/* Icons Social */
@font-face {
	font-family: 'IcoMoon';
	src: url('fonts/IcoMoon.eot');
	src: url('fonts/IcoMoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/IcoMoon.svg#IcoMoon') format('svg'),
		url('fonts/IcoMoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.icon.social { font-family: 'IcoMoon'; }
/*--------------------------------------------
15. Wordpress Core CSS
---------------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 0px 0 15px 15px;
}
.alignleft {
    float:left;
    margin: 0px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 15px auto;
}
a img.alignright {
    float:right;
    margin: 0px 0 15px 15px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin: 0px 15px 5px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #F5F5F5;
    border: 1px solid #dbdbdb;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 8px 3px 0px 3px;
    text-align: center;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0px 0px 3px #eee;
		-moz-box-shadow: 0px 0px 3px #eee;
		box-shadow: 0px 0px 3px #eee;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
		color: #666;
    padding:5px 4px 5px;
}
.gallery-caption { margin-left: 0; }
.bypostauthor {}
.sticky {}

.grecaptcha-badge{
	visibility: collapse !important;  
}

div#can_main_col h2 {
	font-family: "Montserrat" !important;
}

h3.first_line {
	font-family: "Montserrat";
}