/*
Theme Name: higbee
Template: lunchroom
Version: 0.1
*/

/* This @import line loads the stylesheet from the parent theme */
@import url("../lunchroom/style.css");

body{

}
p{
	font-size: 15px;
}
body h1{
	font-family: 'Shrikhand', cursive;
}

/*============
	Header
=============*/
#header{
	background:#f3e5c8;
}
.logo{
	padding:10px;
	position: absolute;
	z-index: 10;
	width:200px;
}
.home .logo{
	width:auto;
}
/*.call{
	margin-top:50px;
	margin-bottom:50px;
}*/
.green-bar{
	height:40px;
	width:100%;
	background:#3b6b15;
}
.main-nav ul li a{
	font-size: 15px;
}


/*============
	Home
=============*/
.home .content-area{
	padding:0px;
}
.entry-header, .entry-meta{
	display:none;
}
.site-main{
	width:100% !important;
}
.welcome{
	padding:20px;
}
#testimonials, #testimonials-title{
	color:#f1f1f1;
}
.testimonials-title{
	background:#334a21;
}
.testimonials-title h3{
	padding:10px;
}
/*#pg-5-0, #pg-5-1, #testimonials-title, #testimonials, #pl-5 .panel-grid-cell .so-panel{
	margin-bottom:0px !important;
}*/
.first-test p{
	margin-top:-1px;
}


/*============
	History
=============*/
#history-ribbon{
	color:#f1f1f1;
}
/*#pg-71-0, #history-ribbon, #pl-71 .panel-grid-cell .so-panel{
	margin-bottom:0px !important;
}*/


/*============
	Services
=============*/
#services-ribbon{
	color:#f1f1f1;
}
#services-ribbon p{
	font-size:18px !important;
}
#plant-care h4{
	padding:15px 0 0 0 !important;
}
/*#pg-60-0, #services-ribbon, #pl-60 .panel-grid-cell .so-panel{
	margin-bottom:0 !important;
}*/


/*============
	Supplies
=============*/
h3.widget-title{
	font-family:sans-serif !important;
	font-weight: bold;
	margin-top:5px !important;
}
#supplies-ribbon{
	color:#f1f1f1;
}




#spring h1{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}
#spring .widget{
	margin-bottom:10px !important;
}
.spring-heading{
	margin-bottom:0px !important;
}
#summer h1{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}
#summer .widget{
	margin-bottom:10px !important;
}
.summer-heading{
	margin-bottom:0px !important;
}
#fall h1{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}
#fall .widget{
	margin-bottom:10px !important;
}
.fall-heading{
	margin-bottom:0px !important;
}

/*============
	Contact
=============*/
#gform_submit_button_1{
	background:#3b6b15;
	color:#f1f1f1;
	border:0px #3b6b15 solid;
	padding:10px;
}
#gform_submit_button_1:hover{
	background:#f1f1f1;
	color:#3b6b15;
}




/*============
	Footer
=============*/
.footer-contact{
	text-align: right;
}
.copyright{
	display:inline-block;
	width:50%;
}
.foot-social{
	display: inline-block;
	width:60px;
	float: left;
	margin-top: 10px;
}


/*============
	Media
=============*/
@media screen and (max-width:1150px){
/*	#testimonials .siteorigin-panels-stretch, #testimonials-title .siteorigin-panels-stretch{
		margin-right:0px !important;
	}*/
/*	#testimonials{
		margin-top:-1px;
	}*/
}
@media screen and (max-width: 1159px) and (min-width: 1000px){
/*	.site-main{
		width:100% !important;
	}*/
}
@media screen and (max-width:1000px){
	.logo{
		position: relative;
		width:200px;
	}
	#header{
		padding:0px !important;
	}

}
@media screen and (max-width: 1000px) and (min-width: 720px){
	.site-main{
		width:100% !important;
	}
}
@media screen and (max-width:768px){
	#testimonials-title, #testimonials{
		margin-left:0px;
		margin-right:0px;
	}
/*	#testimonials .siteorigin-panels-stretch, #testimonials-title .siteorigin-panels-stretch{
		margin-right:0px !important;
	}*/
}
@media screen and (max-width:720px){
	.logo{
		width:auto;
	}
	.foot-social-2 a img{
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}
@media screen and (max-width:480px){
	.footer-menu, .copyright{
		text-align: center;
	}
	.foot-social-2 a img{
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
/*	#testimonials .siteorigin-panels-stretch{
		margin-left:0px !important;
		margin-right:0px !important;
	}*/
/*	#testimonials-title .siteorigin-panels-stretch{
		margin-left:0px !important;
		margin-right:0px !important;
	}*/
/*	#testimonials{
		margin-left:0px;
		margin-right:0px;
	}*/
/*	#testimonials-title, #testimonials{
		margin-left:0px !important;
		margin-right:0px !important;
	}*/
	.logo a img{
		width:150px;
	}

}