/*  

Theme Name: Highline Area Food Bank Theme

Theme URI: www.example.com

Description: Custom theme built specifically for Highline Area Food Bank

Author: BTown Web

Version: 1.0



.

Your theme will be your copyrighted work.

Like WordPress, this work is released under GNU General Public License, version 2 (GPL).

http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

.

*/



/* Reset default browser styles */

@import url('css/reset.css');



/* Rebuild default browser css */

/*@import url('css/rebuild.css');
*/

/* Basic WordPress Styles */

@import url('css/wp.css');





/******** quick styles ***********/
.clear{clear:both;}
.right{float:right;}
.left{float:left;}
.bold {font-weight:bold}
.i-block {display:inline-block}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/******** Basic element reset *************/
h1,h2,h3,h4,h5,h6{
	margin-bottom: 15px;
}
h1{
	
}
h2{
	
}
h3{
	
}
h4{
	
}
a{
	
}
p{
	
}
hr {
    
}
input[type="text"],textarea{
    padding:0px 5px;
}
ul {
	margin: 0 0 15px 20px;
}
ul li {
	list-style-type: disc;
}

/********* General Styles *********/
html,
body {
    font-size: 1em;
    line-height: 1.3;
    font-family: 'Roboto',"Trebuchet MS", Calibri, Arial, sans-serif;
	font-weight:300;
	min-width:1100px;
    color:#1a1a1a;
	background: #fefefe;
	height: 100%;
}
.wrapper {
    width: 1100px;
    margin: 0px auto;
}
.middle {
   padding:30px 0px;
   width:100%;
}
.content-left{	
	float:left;
	width: 70%;
}
.content-left-wide{	
}

/********* Header *********/
#header {
	padding-top: 10px;
	background: #fff;
	position: relative;
}
#header .header-logo {
	float: left;
}
#header .header-right {
	float: right;
	text-align: right;
}
#header .header-right .donate {
	margin-bottom: 5px;
	padding: 20px 0;
}
.main-nav {
	position: relative;
	background: #8fbc8f;
	color: #fff8dc;
	text-align: right;
}
.main-nav .menu-main-menu-container {
}
.main-nav .menu-main-menu-container>ul {
	padding: 0;
	width: 100%;
	text-align: center;
}
.main-nav .menu-main-menu-container>ul>li {
	display: inline-block;
	border-right: 1px solid #eee;
}
.main-nav .menu-main-menu-container>ul>li:first-child {
	border-left: 1px solid #eee;
}
.main-nav .menu-main-menu-container>ul>li>a {
	display: block;
	text-align: center;
	padding: 10px 20px;
}
.main-nav .menu-main-menu-container>ul>li:hover>a {
	text-decoration: underline;
	opacity: .7;
}
.sub-menu {
	visibility: hidden;
	padding: 0 15px;
	min-width: 200px;
	position: absolute;
}
.main-nav .menu-main-menu-container>ul>li:hover>.sub-menu {
	visibility: visible;
}
.sub-menu li {
	list-style-type: none;
}
.sub-menu li a {
}
.sub-menu li a:hover {
	text-decoration: underline;
	opacity: .7;
}

/********* Post Content *********/

.post-heading{
	border-bottom: 2px solid #333333;
    margin: 0 0 15px;
    padding: 0 0 5px;
}

.post-date {
    color: #4A4A4A;
    font-size: 0.875em;
    font-style: italic;
}
.category-title {
    border-radius: 5px;
    font-size: 1.625em;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 5px 20px 5px 40px;
}
.post-content a {
	color: #261;
}
.post-content a:hover {
	text-decoration: underline;
	cursor: pointer;
}
.excerpt {
    border: 1px solid #EEEEEE;
    display: inline-block;
    margin: 0 0 5px;
    padding: 15px 30px 15px 10px;
    width: 95%;
}
.excerpt.even{
    background: none repeat scroll 0 0 #f4f4f4;    
}
.excerpts div.excerpt:nth-of-type(even){
    background:#fcfcfc;
}

.excerpt h2 {
    font-size: 1.5em;
    font-weight: 400;
    margin: 0 0 5px;
}
.excerpt h2:hover{
	text-decoration:underline;
}
.excerpt .right{
    float:right;
    width:77%
}
.excerpt .post-content p{
    margin:5px 0px 7px 0px;
}
.excerpt .button {
	box-shadow: 1px 1px 1px #888888;
    float: right;
    font-size: 85%;
    line-height: 1;
    margin: 5px 10px 0 0;
    padding: 5px 10px 8px;
}
.navigation {
	border-bottom: 1px dotted #C0C0C0;
    border-top: 1px dotted #C0C0C0;
    display: inline-block;
    margin: 10px 0 0;
    padding: 10px 0;
    width: 100%;
}
.navigation a {
    font-size: 1.25em;
    font-weight: bold;
    padding: 3px 5px;
}
.navigation .right a {
    margin:0px 40px 0px 0px;
}
.navigation a:hover {
    text-decoration: underline;
}
/********* Sidebars *********/
.sidebar-right {
    float:right;
	width: 24%;
    max-width: 250px;
}
.sidebar-widget {
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 1px #DDDDDD;
    margin: 0 0 20px;
	border-radius: 5px 5px 0 0;
}
.sidebar-right-short .sidebar-widget{
	border:none;
	box-shadow:none;
}
.sidebar-widget h3{
    border-bottom: 1px solid #333333;    
    font-size: 1.3125em;
    padding: 7px 0;
    text-align: center;
	border-radius: 5px 5px 0 0;
}
.sidebar-widget ul{  
    padding:7px 0px;    
}
.sidebar-widget ul li a {
    border-bottom: 1px dotted #CECECE;
    display: block;
    line-height: 1.125;
    padding: 7px 15px 7px 30px;
}
.sidebar-widget ul li:hover{
    background-color:#eee;
}
.sidebar-widget ul li:last-child a{    
    border:none;
}
.sidebar-widget #searchform{
	width:80%;
	margin:20px auto;
	text-align:center;
}
.sidebar-widget.widget_search{
	background:#eee;
}
.sidebar-widget #searchform input[type="text"]{
	width:94%;
	display:block;
	margin:10px auto 0px;
	padding:3px 3%;
	border:1px solid #d0d0d0;
}
.sidebar-widget #searchform input[type="submit"]{
	background:#333333;
	color:#fff;
	display:inline-block;
	margin:10px auto 0px;
	padding:3px 3%;
	border:1px solid #d0d0d0;
	cursor:pointer;
}
.sidebar-widget #searchform input[type="submit"]:hover{
	text-decoration: underline;
}

/********* Gravity Forms *********/
.btown-default .gfield_required {
	font-weight: bold;
	color: #790000;
    margin-left: .25em;
}
.btown-default .gform_body>ul {
	margin: 0;
}
.btown-default .gform_body>ul>li {
	margin-bottom: 10px;
	list-style-type: none;
}
.btown-default input[type="text"], .btown-default textarea {
	border: 1px solid #c1c1c1;
	padding: 5px 10px;
}
.btown-default .gform_footer input[type="submit"] {
	border: none;
	background: #333333;
	color: #ffffff;
	padding: 10px 15px;
}

/********* Footer *********/


.page-wrap {
	min-height: 100%;
	margin-bottom: -200px;
}
.page-wrap::after {
	content: "";
	display: block;
}
#footer, .page-wrap:after {
	height: 200px;
}
#footer {
	border-top: 5px solid #8fbc8f;
	background: #fff8dc;
}
#footer .wrapper>div {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	padding: 15px;
	box-sizing: border-box;
}
#footer .wrapper>div h3 {
	border-bottom: 2px solid #8fbc8f;
	margin-bottom: 10px;
}
#footer .sponsors {
	text-align: left;
	margin-bottom: 5px;
}
#footer .sponsors p {
	margin-bottom: 5px;
	font-size: 12px;
}
#footer img {
	height: 50px;
	float: left;
}
/********* Responsive *********/

#header-nav-mobile {
	display: none;
}
#header-nav-trigger {
	display: none;
}

@media only screen and (max-width: 1100px){
	html, body {
		min-width: inherit;
		max-width: 100%;
	}
	.wrapper {
		width: auto;
	}
	.content {
		padding: 0 10px;
		box-sizing: border-box;
	}
	.content-left {
		width: 100%;
		float: none;
	}
	.sidebar {
		float: none;
		width: 100%;
	}
	.main-nav {
		display: none;
	}
	.sub-menu {
		visibility: visible;
	}
	.post-content img {
		max-width: 100%;
		height: auto;
	}
/******** Mobile Nav **********/
	#header #header-logo {
		width: 100%;
		max-width: 400px;
		height: auto;
		float: none;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#header-logo img {
		width: 100%;
	}
	#header-nav-trigger {
		display: inherit;
	    position:absolute;
		bottom: 20px;
		left: 10px;
		text-align: center;
	}   
	#header-nav-trigger img {
		height: 20px;
		line-height: 0;
		vertical-align: middle;
	}
	#header-nav-trigger span{
		font-size:110%;
		color: #4a4a4a;
		vertical-align:middle;
	}
    #header .header-right .donate {
		padding: 0;
	}
	#header-nav-mobile {
		display: inherit;
		background:#eeeeee;
		min-height:1000px;
		width: 260px;        
		position: fixed;
		top: 0;
		bottom:0px;
		left: -270px;        
		z-index: 5000;        
		/*display:none;*/
		min-width:260px;
		border-right: 1px solid #687C97;
	}
	#header-nav-mobile ul {
		padding: 0;
		margin: 0;
	}
	#header-nav-mobile ul.sub-menu {
		width: 100%;
	}
	#header-nav-mobile  ul.menu>li{         
		border-bottom:1px solid #687C97;
		background:transparent;
		list-style: none;
	}
	#header-nav-mobile ul.sub-menu>li{
		border-bottom:1px dotted #687C97;
		padding: 0;
		width: 100%;
	}
	#header-nav-mobile ul.sub-menu>li:last-child {
		border-bottom: none;
	}
	#header-nav-mobile a{
		text-decoration:none;        
		line-height:40px;
		display:block;        
	}
	#header-nav-mobile ul.menu>li>a{       
		font-size:14px;
		color:#687C97;        
		text-transform:uppercase;
		padding:0px 0px 0px 20px;
	}
	#header-nav-mobile ul.menu>li>a:hover{
		background: #f1f1f1;
		color: #888888;
	}
	#header-nav-mobile ul.sub-menu>li>a{    
		color:#333333;
		background:#f1f1f1;
		padding:0px 0px 0px 40px;
	}
	#header-nav-mobile ul.sub-menu>li>a:hover{        
		opacity: .7;
	}
	#header-nav-mobile ul.sub-menu{
		display:none;
	}
	#header-nav-mobile span.arrow{
		display:none;
		float:right;
		padding:0px 20px;
		/*border-left: 1px solid #cecece;
		border-right: 1px solid #cecece;*/
		box-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
		font-size:80%;
	}
	#header-nav-mobile li.open span.arrow{
		-webkit-transform: rotate(180deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(180deg);  /* IE 9 */
		transform: rotate(180deg);  /* Firefox 16+, IE 10+, Opera */
	}
	#header-nav-mobile li.menu-item-has-children>a>span.arrow{
		display:block;
	}
	#header {
		border-bottom: 2px solid #8fbc8f;

	}
	#header .header-right {
		margin-right: 10px;
	}
	#middle-home {
		padding: 0 0 30px;
	}
	.page-wrap {
	margin-bottom: -474px;
	}
	
	#footer, .page-wrap:after {
		height: 474px;
	}
	
	#footer .wrapper>div {
		width: 100%;
	}
}












