/*
Theme Name: second harvest
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: second-harvest
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 second harvest is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	/*max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	background-color: #2170C0;
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	/*float: left;*/
	text-align: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

Small menu 
.menu-toggle {
	display: none;
	cursor: pointer;
}
/* 
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}*/


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 100%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*==================================================*/
/*@font-face {
    font-family: 'bebasregular';
    src: url('fonts/BEBAS___-webfont.eot');
    src: url('fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BEBAS___-webfont.woff') format('woff'),
         url('fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('fonts/BEBAS___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;	}*/

@font-face {
    font-family: 'bebasregular';
    src: url('fonts/bebas/BebasNeue-webfont.eot');
    src: url('fonts/bebas/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebas/BebasNeue-webfont.woff') format('woff'),
         url('fonts/bebas/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/bebas/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/open_sans_light/OpenSans-Light-webfont.eot');
    src: url('fonts/open_sans_light/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/open_sans_light/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/open_sans_light/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/open_sans_light/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal; }

 @font-face {
        font-family: "open_sans";
        src: url('fonts/open_sans/712280274-OpenSans-Regular.eot');
        src: url('fonts/open_sans/712280274-OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/open_sans/712280274-OpenSans-Regular.svg#Open Sans') format('svg'),
        url('fonts/open_sans/712280274-OpenSans-Regular.woff') format('woff'),
        url('fonts/open_sans/712280274-OpenSans-Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

body			{	background-color: #f9f9f9;	}
.white			{	background-color: #fff;	}
.cust-header	{	background-color: #fff;	}
.grey			{	background-color: #f9f9f9;	}
/*-- NAVIGATION TOP --*/

.nav-top		{	text-align: center; 	}
.nav-top a		{	text-transform: uppercase;
					text-decoration: none;
					font-family: 'bebasregular';
					font-size: 26px;
					color: #fff;	}
.nav-top li 		{	padding: 1% 4%;	}
.nav-top ul 		{	 padding-top: 0;	}
.nav-top ul, ol 	{	margin: 0;	}

/*-- BANNER AREA --*/
.bannerarea img		{	width: 960px;	
						
						/*-moz-box-shadow: inset 0 6px 15px -10px rgba(0,0,0,.8);
						-webkit-box-shadow: inset 0 6px 15px -10px rgba(0,0,0,.8);
						box-shadow: inset 0 6px 15px -10px rgba(0,0,0,.8);*/
					}

.bannerarea	ul, .banner-shadow	{
						/*-moz-box-shadow: inset 6px 15px -10px rgba(0,0,0,.8);
						-webkit-box-shadow: inset 6px 15px -10px rgba(0,0,0,.8);
						box-shadow: inset 6px 15px -10px rgba(0,0,0,.8);*/
						/*
						-moz-box-shadow: inset 0 0 10px #000000;
						-webkit-box-shadow: inset 0 0 10px #000000;
						box-shadow: inset 0 0 10px #000000;*/
						/*z-index: 9999999;*/
					}

.slides > li:before {
			-moz-box-shadow: inset 0px -5px 5px -5px rgba(0,0,0,.8);
			-webkit-box-shadow: inset 0px -5px 5px -5px rgba(0,0,0,.8);
		    box-shadow: 0 -5px 5px -5px #000000 inset;
		    content: "";
		    display: block;
		    height: 100%;
		    position: absolute;
		    width: 100%;
		}


/*-- ARTICLES --*/
.left-side 	 		{	padding-top: 15px; 	}
.left-side h3		{	font-family: 'bebasregular';
						text-transform: uppercase;
						font-size: 16px;
						color: #fff;
						background-color: #2170C0;
						padding: 8px 10px 4px 18px;	}
						
a.more 				{	font-family: 'open_sanslight';
						font-weight: normal;
						text-transform: uppercase; 
						color: #bababa;
						margin: 0; padding-left: 10px; }
.more-icon 			{	font-size: 10px; padding-bottom: 3px; padding-left: 5px; }
.aricle-post		{	margin: 0 0 20px 0;	}
.articles img 		{	border: 3px #c37e00 solid;	}
.articles h4			{	font-size: 24px;
						color: #666666;	}
.content-date		{	color: #b8b8b8; font-size: 16px; line-height: 24px; margin:0;	}
.articles p 			{	font-size: 16px; color: #666666;	}
.articles 			{	padding-top: 16px; margin-left: 0px; margin-bottom: 28px;
						box-shadow: 0 0 2px #ccc;	}
		
.articles-bottom	{	margin-left: 0px; margin-bottom: 30px; margin-right: 0;	}
.articles-bottom h3	{	font-size: 24px; padding-top: 16px; padding-bottom: 15px;	}
.article-search		{	padding: 0; 
						box-shadow: 0 0 3px #ccc;	}
.article-sign-up	{	padding: 0; left: 15px;
						box-shadow: 0 0 3px #ccc; 	}

.search 				{	margin: 30px auto 28px auto; 	}
.cust-text-field	{	margin-right: -5px;	}
.icon-search		{	color: #fff; font-size: 16px; top: -2px;	}
.cust-search 		{	background-color: #e98300;
						height: 36px; width: 50px; margin-top: -2px; box-shadow: none;	}
.cust-search:hover	{	box-shadow: none;	}
.cust-text-field	{	height: 36px;	}	

.sign-up 			{	margin: 10px auto; 	text-align: center; width: 80%;}
.cust-text-sign		{	width: 250px; height: 34px;	}
.btn-sign-up, 
.btn-sign-up:hover 	{	font-family: 'open_sans';
						background-color: #8bba54; box-shadow: none;
						font-size: 16px; padding: 5px 0 0 0;
						width: 150px;
						text-transform: uppercase; color: #fff;
						margin-top: 10px; padding-bottom: 3px;
						-webkit-border-radius: 0px;
						-moz-border-radius: 0px;
						-o-border-radius: 0px;
						border-radius: 0px;
						border: 0px;	}
				
.sidebar 			{	font-family: 'bebasregular';
						text-transform: uppercase;
						font-size: 24px;
						color: #fff;
						background-color: #2170C0;  	
						padding: 20px 20px 17px 20px;
						margin-right: 0px;	}

.image-gallery		{	width: 100%;	}

.calendar 			{	margin: 0px;  box-shadow: 0 0 3px #ccc;	}		
.date 				{	background: url('images/date-gray.png'); 
						width: 35px; height: 35px; margin-bottom: 17px;
						text-align: center;	}
.date-orange		{	background: url('images/date-orange.png'); 
						width: 35px; height: 35px; margin-bottom: 15px;
						text-align: center;	}
.calendar-posts		{	padding-top: 20px; border-bottom: 1px solid #f7f7f7; 	}
p.date 				{	text-transform: uppercase;
						font-size: 10px; 
						line-height: 12px; 
						padding-top: 7px; 
						color: #fff;	}
.date-span 			{	color: #fff; 
						font-weight: bold;
						font-size: 12px	}
.post-title			{	font-size: 16px; 	}
.content-date		{	font-family: 'open_sanslight';  	}
.margin				{	 margin:12px; margin-left: 0px;	}
p.content-date		{	font-size: 12px; color: #b1b0b0; margin-top: -32px;	}	

/*-- FOOTER --*/
.cust-footer		{	background: #1E6DBA url('images/footer-bg.png') repeat-x;}
.footer-header		{	border-bottom: 2px #fff solid;	}
.cust-footer h3		{	font-family: 'bebasregular';
						text-transform: uppercase;
						font-size: 24px;
						color: #fff;
						padding: 20px; 
						 }
.cust-footer ul 		{	list-style-image: url('images/bullet.png');
						padding: 0; margin-left: 30px;	}
.social-media		{	margin-right: -30px;	}
.social-media li 		{	padding: 0; margin-left: 0px;	}
.cust-footer a		{	color: #fff; line-height: 40px; 	}

/*==================================================
SINGLE POST
==================================================*/
.single-post 		{	padding: 0; margin: 0; margin-right: -15px; margin-bottom: 60px;	}
.single-post  img	{	/*padding-top: 15px;*/	}
.single-post h2		{	font-family: 'bebasregular'; font-size: 32px; font-weight: normal; padding-top: 20px; 		padding-bottom: 10px;	}

.single-post p		{	font-size: 16px;	}

.sidebar-gallery	{	margin-bottom: 10px;	}
.sidebar-search		{	margin: 0px;  box-shadow: 0 0 3px #ccc; margin-bottom: 10px;	}
.sidebar-mail		{	margin: 0px; box-shadow: 0 0 3px #ccc; padding-left: 15px;	}

.shadow				{	background-color: #fff; border: 1px #e6e6e6 solid;
						-moz-box-shadow: 0 6px 15px -10px rgba(0,0,0,.8);
						-webkit-box-shadow: 0 6px 15px -10px rgba(0,0,0,.8);
						box-shadow: 0 6px 15px -10px rgba(0,0,0,.8);	}
.shadow-widget		{	background-color: #fff; border: 1px #e6e6e6 solid; border-bottom:0px;
						-moz-box-shadow: 0 6px 8px -8px rgba(0,0,0,.9);
						-webkit-shadow: 0 6px 8px -8px rgba(0,0,0,.9);
						box-shadow: 0 6px 8px -8px rgba(0,0,0,.9);						}
.shadow-post		{	background-color: #fff; border: 1px #e6e6e6 solid; border-bottom:0px;
						-moz-box-shadow: 0 4px 12px -11px rgba(0,0,0,.9);
						-webkit-box-shadow: 0 4px 12px -11px rgba(0,0,0,.9);
						box-shadow: 0 4px 12px -11px rgba(0,0,0,.9);	}
						
.title				{	padding-top: 20px;	}
.posts				{	margin-bottom: 10px;	}
.margin				{	 margin:12px; margin-left: 0px;	}
.orange				{	margin: 0; border-bottom: none;	}
.calendar-last		{	border-bottom: 0;	}

.img-border img 	{	border: 3px #c37e00 solid;	
						margin-top: 20px;
					}

.single-post div #content,
.page div #content,
.search-results div #content,
.search-no-results div #content { margin-top: 20px;}

.flexslider 		{	margin-bottom: 0px !important }
ul.sub-menu 		{	background-color: #2170C0;
						top: 55px !important; 
						width: auto !important;
					}

ul.sub-menu ul 		{	top: 0px !important; }
ul.sub-men ul li 	{	padding-top: 0px !important; }
.nav-bottom a 		{	text-decoration: none; }

#mc4wp-form-1		{	margin-bottom: -3px !important; 
						margin-top: 13px !important;
					}

.logo .col-md-push-4 img {
    					float: right;
					}

.nav-menu li:hover a { color: #2170C0 !important; }
.nav-menu li:hover, 
.sub-menu li 		{
						background-color: #F9F9F9;
						color: #2170C0 !important;
					}

.nav-menu li a:hover, .sub-menu li a {
						color: #2170C0;
					}

.sub-menu li 		{
						width: 215px;
					} 
.nav-menu			{ padding-top: 3px !important; }

.sub-menu li li:hover,
.sub-menu li:hover 	{
						background-color: #92BEEC;
					}

.sub-menu ul 		{ padding-top: 0px; }

.single-post		{ padding-left: 15px; padding-right: 15px;}



.cust-corn-text		{ margin-left: 160px; }
.human-icon-text	{ margin-left: 110px; }
.donate-icon-text	{ margin-left: 118px; }

.gray-border		{ border-top: 0.1px solid #F9F9F9;}

.post-title {
	/* essential */
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.post-title a { color: #404040; }

/*=============================================================================================================================*/
/*.container 		{	width: 990px;	}*/
#page.site {
	width: 990px;
	margin: -15px auto;
	padding: 0;
}


.logo				{	padding-top: 2%; padding-bottom: 2%; }
.cust-row			{	margin: 0px;	}
.nav-bottom			{	font-family: 'bebasregular';
						padding: 30px 0 20px 0;
						background-color:  #2170C0;
						margin-bottom: 35px;	}
.nav-bottom-icon	{	padding-left: 80px;	}
.nav-top-text 		{	text-transform: uppercase;
						font-size: 18px;
						color:  #fff;	}

/*-- NAVIGATION BOTTOM
.nav-bottom			{	font-family: 'bebasregular';
						padding: 30px 0; margin: 0 0 30px 0;
						background-color:  #2170C0;	}	
.nav-bottom img		{	float: left;
						margin-left: 10px;
						margin-right: 10px;	
						height: 75px; }
.cust-corn			{	padding-left: 60px;	}
.nav-top-text 		{	text-transform: uppercase;
						font-size: 26px;
						color:  #fff;	}
.nav-bottom-text1	{	color: #e98300;	}
.nav-bottom-text2	{	color: #eae000;	} 
.nav-bottom-text3	{	color: #88b751;	}
.nav-bottom-text1, .nav-bottom-text2, .nav-bottom-text3 	{	
						font-size: 45px;
						text-transform: uppercase;
						margin: -60px 0 0 0; 	}
 --*/
.nav-top-text		{	font-size: 26px;}
.nav-bottom-text1	{	color: #e98300;	}
.nav-bottom-text2	{	color: #eae000;	}
.nav-bottom-text3	{	color: #88b751;	}
.nav-bottom-text1, .nav-bottom-text2, .nav-bottom-text3 	{	
						font-size: 2.5em;
						text-transform: uppercase;
						margin: -60px 0 0 0;	}
.cust-row-bottom { margin: 0 0 35px 0; }

h1.menu-toggle	{	text-indent: -9999px;	}

.vol { margin-left: -35px; }
.white-back { background-color: #fff; height: 134px; /*border-bottom: 1px #fff solid;*/ }
/*.white-back2 { background-color: #fff; height: 72px; }*/ 
/*.logo { margin-top: -136px; }*/
/*.main-navigation {  margin-top: -58px; }*/


/* Tablet Portrait size to standard 960 (devices and browsers) */
		
	@media only screen and (min-width: 768px) and (max-width: 989px) {
		#page.site {
			width: auto;
			margin-left: auto;
			margin-right: auto;
		}
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		#page.site {	
			width: auto;
			margin-right: auto;
			margin-left: auto; 
		}	
	}
/*=================================================================*/

/*@media (max-width: 1200px) { 
	.cust-row { margin: 0 -15px; } 
}
*/
@media(max-width: 1000px) {
	.nav-bottom-icon { display: none; } 
/*	p.nav-bottom-text1 { padding-left:100px; }
	p.nav-bottom-text2 { padding-left: 50px; }
	p.nav-bottom-text3 { padding-left: 80px; }*/
	.cust { 
		width: 100% !important; 
		text-align: center;
	}
	.featured-image { text-align: center; }
	.articles	{	margin-right: 0;	}
	.single-post { margin-right: 0; }
	.cust-text-field, .btn-sign-up	{	margin-bottom: 10px;	}
	.cust-text-sign {	width: 98%;	}
	.btn-sign-up, 
	.btn-sign-up:hover  { 	margin-left: 15px; } 
	.article-sign-up {	left: 0px;	}
	.aligncenter {
						clear: both;
						display: block;
						margin: 0 auto;
					}
	.post-calendar, .calendar {	text-align: center;} 
	p.date	{	width: 35px; margin: 0 auto;	}
	.calendar-posts { border-bottom: none; }
	.col-md-10.calendar-posts {	border-bottom: 1px solid #F7F7F7;	}
	
	
}

/*@media (max-width: 783px) { 
	.cust-row { margin: 0; }
	.col-md-6{	margin-left: -30px;	}
	.article-search, .article-sign-up{ margin: 0; }
	p.nav-bottom-text1, p.nav-bottom-text2, p.nav-bottom-text3 { text-align: center; }
	p.nav-bottom-text1 { padding-right: 70px; }
	p.nav-bottom-text2 { padding-right: 0; }
	p.nav-bottom-text3 { padding-right: 55px; }
}*/

@media (min-width: 768px) and (max-width: 1024px) {
	.logo-right img { margin-left: -45px; }
	.white-back2	{ height: 13px; }
} 

@media (min-width: 1008px) and (max-width: 1040px) {
	.logo-right img { margin-left: 0; }
}

@media (max-width: 480px) {
	.logo-right, .logo-left { display: none; }
	.logo-small		{	background: #fff url('images/Untitled-1.png') no-repeat; width: 100%; height: 110px; background-size: contain; }
	
}

@media (max-width: 320px) {
	.logo-right, .logo-left { display: none; }
	.logo-small		{	background: #fff url('images/320.png') no-repeat; width: 100%; height: 77px; background-size: contain;	}
	
}
.bg-white {  background-color: #fff; }

@media (min-width: 768px) and (max-width: 5000px) {
	.navbar {display:none !important;}
}

@media (min-width: 768px) and ( max-width: 800px){
	.main-navigation ul { margin-top: -3px; }
}

@media (max-width: 767px) {
	.main-navigation { display:none !important; }
}

.navbar-collapse, .navbar-header { 
	background-color: #2170C0;
}
 
.navbar-collapse li a { color: #fff !important; }
.navbar { margin-bottom: 0px; }

.slides li a {
	position: relative;
	z-index: 1;
}
.article-search, .article-sign-up {

    min-height: 143px;

}

img {
    max-width: 100% !important;
    height: auto;
    width: auto\9; /* ie8 */
}

/* Event Cal Widget Styling */
.tribe-list-widget {
	padding: 15px;
	list-style-type: none;
	position: relative;
}
.tribe-list-widget li.tribe-events-list-widget-events {
	margin: 10px 0 10px 54px;
	border-bottom: 1px #eee solid;
	padding: 10px 3px 10px 0;
}
.tribe-list-widget li h4.tribe-event-title a {
	color: #404040;
}
.tribe-list-widget li .tribe-event-duration {
	font-family: 'open_sanslight';
	font-size: 12px;
	color: #b1b0b0;
}
.tribe-events-widget-link {
  text-align:center;
}
.tribe-events-widget-link a {
	background-color: #e98300;
	color: #fff;
	padding: 5px 26px;
	margin: 0 25px;
	display: inline-block;
}
.tribe-events-widget-link a:hover {
	text-decoration: none;
	background-color: #f38f10;
}
.circle-date {
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #333;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	left: 15px;
	margin-top: -1px;
	text-align: center;
	line-height: 1;
	padding-top: 5px;
	font-family: opensans, helvetica, arial, sans-serif;
}
.circle-date-day {
	display: block;
	margin: 0;
	color: #fff;
	font-weight: bold;
}
.circle-date-month {
	text-transform: uppercase;
	font-size: 12px;
	color: #ccc;
	margin: 0;
	letter-spacing: -0.3px;
}
