/*
Theme Name: 	Starkers
Theme URI: 		http://viewportindustries.com/products/starkers
Description: 	The totally nude Wordpress theme!
Version: 		4.0
Author: 		Elliot Jay Stocks & Keir Whitaker
Author URI: 	http://viewportindustries.com
Tags: 			starkers, naked, clean, basic
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body,
input,
textarea 			{ /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */ }

h1, 
h2, 
h3, 
h4, 
h5, 
h6 					{ font-weight:bold; /* This helps to identify headings at the initial build stage, but you should write something more precise later on */ }

/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
header {
	background: black;
	height: 100px;
}

.home header {
	background: url("images/bg_header.jpg") top center no-repeat;
	height: 796px;
}
.extra-padding {
	padding-left: 45px;
	padding-right: 45px;
}
.logo-img {
	background: url("images/logo_header.png") top center no-repeat; 
	display: block;
	width: 171px;
	height: 150px;
	text-indent: -9999px;
}
.inside-nav, .inside-phone {
	margin-top: 25px;
}
.logo-img.inside-logo {
	width: 110px;
	height: 90px;
	background-size: contain;
	padding-top: 10px;
}
.menu-header li {
	display: inline-block;
	padding: 5px 15px;
	font-size: 22px;
	font-weight: 500;
	font-family: 'Bitter', Arial, Helvetica, sans-serif;
}
.menu-header a:link, .menu-header a:hover, .menu-header a:visited {
	color: white;
}
.header-phone {
	padding-top: 5px;
	color: white;
	font-size: 22px;
	font-weight: 700;
	font-family: 'Bitter', Arial, Helvetica, sans-serif;
}
.green-sep {
	background: #80a76e;
	height: 75px;
}
.specials-content {
	background: url("images/bg_white.jpg") top left repeat-x;
	height: 394px;	
}
.grain-section {
	background: url("images/bg_grain.jpg") top left repeat-x;
	height: 550px;
}
.corn {
	background: url("images/bg_footer.jpg") top center no-repeat;
	height: 1241px;
}
.corn-upper {
	background: rgba(0,0,0,0.5);
	height: 550px;
}
.button-white {
	border: solid 3px white;
	color: white;
	text-transform: uppercase;
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 15px;
	text-align: center;
	padding: 5px 10px;
}
.button-white:hover {
	color: white;
	text-decoration: none;
}
.button-black {
	border: solid 3px black;
	color: black;
	text-transform: uppercase;
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px;
	margin-top: 30px;
}
.button-black:hover {
	color: black;
	text-decoration: none;
}
.border img, .brd img {
	border: solid 1px #000000;
	box-shadow: 0 0 5px #000000;
	margin: 10px;
}
.specials-photo {
	position: relative;
	top: -30px;
	z-index: 5;
}
.specials-text {
	padding-top: 110px;
}
.specials-text p {
	font-size: 24px;
}
.grain-content {
	padding-top: 135px;
}
.grain-photo {
	padding-top: 60px;
}
.grain-content p {
	color: white;
	font-size: 24px;
}
.quote-form {
	padding-top: 60px;
}
.quote-form h2, .grain-section h2 {
	color: white;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Bitter',Arial, Helvetica, sans-serif;
	text-align: center;
}
.quote-form h3 {
	display: none;
}
.quote-form label {
	position: absolute;
	left: -9999px;
}
.quote-form input[type="text"],
.quote-form input[type="email"],
.quote-form textarea {
	width: 100%;
}
.quote-form input[type="submit"] {
	background: transparent;
	display: inline-block;
	width: 150px;
	margin: 0 auto;
	border: none;
	color: white;
	font-size: 30px!important;
	font-weight: 600;
	font-family: 'Bitter', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.quote-form #gform_submit_button_1 {
	width: 100%;
	text-align: center;
}
.footer-location {
	padding-top: 50px;
}
.facebook {
	padding-top: 55px;
}
.facebook .icon {
	margin-bottom: 14px;
}
.footer-location h3 {
	color: white;
	font-size: 32px;
	font-weight: 600;
	font-family: 'Bitter',Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}
.footer-location p {
	color: white;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Bitter',Arial, Helvetica, sans-serif;
}
.instagram {
	padding-top: 118px;
}
.inside-content {
	padding: 40px;
	min-height: 500px;
}
.inside-content h1 {
	font-family: 'Bitter', Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 28px;
}
.inside-content h2 {
	font-family: 'Bitter', Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}
.inside-content h3 {
	font-family: 'Bitter', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 16px;
}
.inside-content h4 {
	font-family: 'Bitter', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
}
.inside-content ul {
	margin: 0 0 20px 45px;
}
.inside-content ul li {
	list-style: square;
}
.inside-content a {
	color: black;
	font-weight: bold;
}
.inside-content a:hover {
	color: black;
}
.inside-content label {
	margin-bottom: 0;
}

footer {
	background: #80a76e;
	height: 300px;
	padding-top: 50px;
}
footer nav ul {
	margin-bottom: 0;
}
footer nav li {
	font-family: 'Bitter', Arial, Helvetica, sans-serif;
	font-size: 20px;
	display: inline-block;
	font-weight: 600;
	padding: 5px 20px;
}
footer a {
	color: black;
}
footer a:hover {
	color: black;
}
.copyright {
	color: black;
	font-family: 'Bitter', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 600;
}
.footer-links {
	padding-top: 10px;
}
.menu-footer-2 {
	margin-bottom: 20px;
}
@media screen and (min-width: 1600px) and (max-width: 1700px) {
	
	.menu-header li {
		padding: 5px 8px;
		font-size: 18px;
	}
	.header-phone {
		font-size: 18px;
	}
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
	.menu-header li {
		padding: 5px 6px;
		font-size: 17px;
	}
	.header-phone {
		font-size: 17px;
	}
	.specials-photo {
		width: 100%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
	.menu-header li {
		padding: 5px 5px;
		font-size: 16px;
	}
	.header-phone {
		font-size: 16px;
	}
	.brd .specials-photo {
		width: 100%;
		top:60px;
		margin: 0;
	}
	.grain-section {
		height: 395px;
	}
	.grain-content {
		padding-top: 60px;
	}
	footer nav li {
		font-size: 18px;
		padding: 5px 6px;
	}
	.copyright {
		font-size: 18px;
	}
}
@media screen and (min-width: 1100px) and (max-width: 1279px) {
	.menu-header li {
		padding: 5px 2px;
		font-size: 16px;
	}
	.home header {
		height: 550px;
	}
	.header-phone {
		font-size: 16px;
	}
	.brd .specials-photo {
		width: 100%;
		top:60px;
		margin: 0;
	}
	.grain-section {
		height: 375px;
	}
	.grain-content {
		padding-top: 60px;
	}
	footer nav li {
		font-size: 18px;
		padding: 5px 6px;
	}
	.copyright {
		font-size: 18px;
	}
	.footer-location p {
		font-size: 18px;
	}
	.specials-text p, .grain-content p {
		font-size: 18px;
	}
	.green-sep {
		height: 75px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1099px) {
	.menu-header li {
		padding: 5px 2px;
		font-size: 14px;
		font-weight: 400;
	}
	.home header {
		height: 550px;
	}
	.header-phone {
		font-size: 14px;
	}
	.brd .specials-photo {
		width: 100%;
		top:60px;
		margin: 0;
	}
	.grain-section {
		height: 375px;
	}
	.grain-content {
		padding-top: 60px;
	}
	footer nav li {
		font-size: 16px;
		padding: 1px 6px;
	}
	.copyright {
		font-size: 16px;
	}
	.footer-location p {
		font-size: 18px;
	}
	.specials-text p, .grain-content p {
		font-size: 18px;
	}
	.green-sep {
		height: 75px;
	}
}
@media screen and (max-width: 991px) {
	header {
		height: auto;
		padding-bottom: 20px;
	}
	.logo-img.inside-logo {
		width: 171px;
		height: 150px;
	}
	.home header {
		background-image: none;
		background: #222222;
		height: auto;
		padding-bottom: 20px;
	}
	.inside-phone {
		margin-top: 0;
	}
	.logo-img {
		margin: 10px auto;
	}
	.specials-content {
		padding-top: 50px;
		padding-bottom: 50px;
		height: auto;
		background: #EEEEEE;
	}
	.specials-content img {
		width: 100%;
	}
	.grain-section {
		height: auto;
		background: #444444;
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.specials-photo {
		position: static;
		top: 0;	
	}
	.specials-text {
    	padding-top: 20px;
	}
	.grain-content {
		padding-top: 0;
	}
	.home .quote-form {
		padding: 30px 20px 0;
	}
	#wprmenu_bar .menu_title a, #wprmenu_bar .menu_title a:hover, #wprmenu_bar .menu_title a:visited  {
		color: white;
		font-size: 37px;
		position: relative;
		top: 0;
		font-weight: 500;
		font-family: 'Bitter', Arial, Helvetica, sans-serif;		
	}
	footer {
		height: auto;
		padding: 20px;
	}
	.facebook {
		padding-top: 30px;
	}
	.footer-links {
		padding-top: 0;
	}
	.instagram {
		padding-top: 20px;
	}
	.corn {
		height: auto;
		padding-bottom: 30px;
	}
	.corn-upper {
		height: auto;
	}
	.sep {
		display: none;
	}
	.line {
		display: block;
	}
	.inside-content h1 {
		font-family: 'Bitter', Arial, Helvetica, sans-serif;
		font-size: 36px;
		font-weight: 700;
		text-transform: uppercase;
		margin-bottom: 28px;
	}
}