/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  01: 1 Col Flex
  ------------------------------------------------
*/

body {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	color: #000;
	background: url(../-Images/-Structure/Background.jpg) top center no-repeat;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	position: relative;
}
.logo {
	width: 200px;
	height: auto;
	position: absolute;
	margin-left: -600px;
	left: 50%;
	z-index: 20;
}
img {
	vertical-align: bottom;
}
.masthead {
	text-align: left;
	position: relative;
	z-index: 14;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
}
.top-navigation {
	height: 73px;
	z-index: 12;
	background: url(../-Images/-Structure/NavigationBackground.jpg) top center;
	position: relative;
	z-index: 9;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
}
.top-navigation:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
}
.topbar {
	background: url(../-Images/-Structure/Boards.jpg) top center;
	height: 20px;
	margin-bottom: 10px;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 3px 4px rgba(0, 0, 0, 0.65), 0 10px 6px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 3px 4px rgba(0, 0, 0, 0.65), 0 10px 6px rgba(0, 0, 0, 0.35);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 3px 4px rgba(0, 0, 0, 0.65), 0 10px 6px rgba(0, 0, 0, 0.35);
}
.content-wrapper {
	overflow: hidden;
	padding-bottom: 4em;
	position: relative;
	background: url(../-Images/-Structure/Boards.jpg) top center;
	box-shadow: inset 0 -100px 80px -7px rgba(0,0,0,.6), inset 0 -50px 80px -7px rgba(145,105,46,.6);
	background-image: url(../-Images/-Structure/Boards.jpg);
}
.content-wrapper.main {
	
	box-shadow: none;
	background-image:none;}
.columns-wrapper {
	overflow: hidden;
	position: relative;
	-webkit-transform-style: preserve-3d;
	background-image: linear-gradient(300deg, #FFF8DD, #FFF);
	background-color: #FFF;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.65);
	box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.65);
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 1260px;
	margin: auto;
}
.main-content .content {
	padding: 30px;
	font-size: 1em;
	line-height: 1.5em;
}
.gingham {
	width: 100%;
	height: 35px;
	background: url(../-Images/-Structure/RedGingham.jpg) top center;
	box-shadow: inset 0 -7px 14px -7px rgba(0,0,0,1);
}
.gingham i {
	float: right;
	margin-right: 5px;
	display: block;
	padding: 5px;
	/* Rounded Corners */
	border: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
}
.gingham a i {
	color: #000;
	background-color: rgba(250,250,250,1);
	transition: width .5s;
	-webkit-transition: all .5s;
}
.gingham a:hover i {
	background-color: rgba(106,161,222,1);
}
.address, .phone {
	float: left;
	margin-left: 5px;
	display: block;
	padding: 5px;
	background-color: rgba(250,250,250,1);
	/* Rounded Corners */
	border: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
}
.hours {
	color:rgba(255,255,255,1);
	position: absolute;
	z-index: 8;
	right: 150px;
	margin-right: 5px;
	display: block;
	margin-top: -160px;
	height: 160px;
	text-align:center;
	min-width:180px;
	padding: 5px 5px 25px 5px;
	-webkit-transform-style: preserve-3d;
	background-image: linear-gradient(180deg, rgba(138,200,113,1), rgba(96,142,74,1));
	background-color: rgba(96,142,74,1);
	/* Rounded Corners */
	border: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	transition: width .5s;
	-webkit-transition: all .5s;
	text-shadow: 0px 2px 2px rgba(0,0,0,.5), 0px 1px 2px rgba(0,0,0,.8);
}
.hours:hover {
	margin-top: 0px;
}
.hourstag {
	position: absolute;
	bottom: 0px;
	width: 100%;
	color: #fff;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1), 0px 1px 2px rgba(0,0,0,0.8);
	text-align: center;
	padding-bottom: 5px;
}
/*Heading styles*/
h1 {
	font-size: 2em;
	line-height: 1em;
	font-family: 'Oldenburg', cursive;
}
h2 {
	font-family: 'cardenio_modernregular';
	font-size: 2.7em;
	line-height: 1em;
	margin: 30px 0px 0px 0px;
}
h3 {
	font-family: 'cardenio_modernregular';
	font-size: 2.1em;
	line-height: .9em;
	margin: 30px 0px 0px 0px;
}
h4 {
	font-size: 2em;
	font-family: 'Annie Use Your Telescope', cursive;
	line-height: 1em;
	text-align: center;
	margin: 0px;
}
.accent {
	font-size: .6em;
	line-height: 1.5em;
	font-family: 'Shadows Into Light Two', cursive;
	font-weight: 100;
}
h1 .accent {
	font-size: .8em !important;
}
.employ h3 {
	display:inline-block;
	background-color:rgba(2,48,79,1);
	color:#fff;
	padding:10px 15px;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);}
.employ h4 {
	font-family: 'cardenio_modernregular';
	font-size: 2em;
	line-height: .9em;
	margin: 30px 0px 0px 0px;
	text-align:left;}
/*A utility rule assigned to the first heading to remove top margins.*/
.content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child {
	margin-top: 0px;
}
/*Ordinary Link Styles*/
.content a {
	color: #01304F;
	font-weight: bold;
	text-decoration: none;
	transition: width .5s;
	-webkit-transition: all .5s;
}
.content a:hover, .content a:focus {
	color: #6AA1DE;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}
.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus {
	color: #FFF;
}
/*The Footer*/
.footer {
	background-color: rgba(1,48,79,1);
	box-shadow: inset 0px 10px 6px rgba(255,255,255,.1);
	border-top: 1px solid #588ED6;
	padding: 5px 15px;
	font-size: 0.7em;
	color: #8C8C8C;
	text-align: center;
	clear: both;
	position: fixed;
	z-index: 999;
	top: auto;
	bottom: 0px;
	width: 100%;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}
.attribution {
	font-size: 0px;
}
.social {
	text-align: center;
	margin-top: 10px;
}
.social a {
	text-align: center !important;
	color: #fff;
	font-size: 3em;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
	transition: width .5s;
	-webkit-transition: all .5s;
}
.social a:hover {
	color: rgba(255,204,0,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,.5), -1px 1px 1px rgba(0,0,0,.5);
}
.map1 {
	width: 50%;
	float: right;
	margin-left: 10px;
	border-left: dashed #01304F 3px;
	position: relative;
	padding-left: 3px;
}
.map2 {
	position: relative;
	clear: both;
	width: 100%;
	border-top: dashed #01304F 3px;
	display: none;
	padding-top: 3px;
}
.shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	/*Inner shadow*/
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
}
.harvest {
	text-align: center;
	font-family: 'Oldenburg', cursive;
}
.harvest tr:nth-child(1) td {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	background-color: rgba(88,142,214,1);/* Rounded Corners */
	border: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.35), inset 0 -7px 9px -7px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.35), inset 0 -7px 9px -7px rgba(0,0,0,0.7);
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.35), inset 0 -7px 9px -7px rgba(0,0,0,0.7);
}
.harvest tr:nth-child(1) td:nth-child(1) {
	background-color: #FFF !important;
	border: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.harvest tr {
	background-color: rgba(88,142,214,.2)
}
.harvest tr:nth-child(even) {
	background-color: rgba(88,142,214,.4)
}
.harvest td:nth-child(1) {
	padding: 5px;
	text-align: left;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
.harvest td:nth-child(odd) {
	background-color: rgba(88,142,214,.3)
}
.apples {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
.apples td {
	vertical-align: middle;
	text-align: center;
	width: 20%;
}
ul.breathingspace li {
	margin-bottom: 5px;
}
.products .afloatleft {
	padding: 3px;
	background-color: rgba(105,158,222,1);
	/*Outer Shadow*/
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.65), 0 8px 6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.65), 0 8px 6px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.65), 0 8px 6px rgba(0, 0, 0, 0.15);
	width: 149px;
	height: auto;
	/* Tilt  */
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.products h3 {
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
	font-size: 3.4em;
	color: rgba(27,77,107,1);
	border-bottom: dashed 2px rgba(27,77,107,1);
}
.products strong {
	font-size: 1.5em;
}
.recipes {
	position: relative;
	padding: 10px;
	-webkit-transform-style: preserve-3d;
	background-image: linear-gradient(#D8D8D8, #CCC);
	background-color: #D8D8D8;
	margin-top: 75px;
	/* Rounded Corners */
	border: 0px 10px 10px 10px;
	border-radius: 0px 10px 10px 10px;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.65);
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.65);
}
.recipes h2 {
	display: block;
	color: #608E4A;
	background-color: #D8D8D8;
	position: absolute;
	padding: 10px 30px;
	top: -63px;
	left: 0;
	/* Rounded Corners */
	border: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.65);
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.65);
}
.markethours {
	overflow: hidden;
	position: absolute;
	height: 30px;
	top: 0;
	right: 0;
	text-align: center;
	float: right;
	width: 30%;
	padding: 10px 0px;
	margin-left: 10px;
	z-index: 10;
	border-left: 1px dashed #A61523;
	border-bottom: 1px dashed #A61523;
	background-color: rgba(255,255,255,1);
	transition: width 1s;
	-webkit-transition: all 1s;
}
.markethours:hover {
	height: 400px;
}
.markethours h2 {
	font-size: 1.5em;
}
.marketnow {
	width: 30%;
	float: right;
	margin: 10px 0 10px 10px;
}.marketnow p {
    margin: 0;
}
.marketnow img {
	width: 100%;
	height: auto;
	max-width: 700px;
}
.marketcontent {
	margin: 0 3.6% 0 3.7%;
	padding: 2% 0;
	background: url(../-Images/-Structure/MarketBoards.jpg) top center;
	background-size: 100% auto;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
}
.marketcontent .content {
	background-color: rgba(255,255,255,.8);
	margin: 0 2%;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
}
.marketcontent ul {
	margin: 0;
	padding-left: 5%;
}
.menumobile {
	display: none;
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
.main-content .content {
	padding: 10px 20px;
}
.top-navigation {
	padding: 0px 10px;
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 960px;
	margin: auto;
}
.logo {
	width: 200px;
	margin-left: -480px;
}
.marketnow {
	width: 40%;
	float: right;
	margin: 10px 0 10px 10px;
}
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
.main-content .content {
	padding: 10px 20px;
}
.top-navigation {
	padding: 0px 10px;
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 810px;
	margin: auto;
}
.logo {
	width: 150px;
	margin-left: -410px;
}
.top-navigation {
	height: 53px;
}
.marketnow {
	width: 40%;
	float: right;
	margin: 10px 0 10px 10px;
}
}
@media only screen and (min-width: 700px) and (max-width: 850px) {
.main-content .content {
	padding: 10px 20px;
}
.top-navigation {
	padding: 0px 10px;
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 660px;
	margin: auto;
}
.logo {
	width: 200px;
	margin-left: -320px;
}
.map1 {
	display: none;
}
.map2 {
	display: block;
}
.address {
	font-size: .9em;
}
.phone {
	display: none;
}
.menumobile {
	display: block !important;
}
.marketnow {
	width: 40%;
	float: right;
	margin: 10px 0 10px 10px;
}
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	padding-bottom: 0px;
}
.footer {
	position: static;
	width: auto;
}
.columns-wrapper {
	margin: 0 10px;
}
.content-wrapper {
	margin: 0px;
	border: none;
}
.main-content .content {
	padding: 20px 10px;
	border: none;
}
.logo {
	width: 200px;
	margin-left: 0px;
	left: 2%;
}
.address {
	text-align: center;
	float: none;
	z-index: 9;
	position: relative;
	margin-left: 0px;
	display: block;
	width: auto;
	padding: 5px;
	background-color: rgba(106,161,222,1);
	/* Rounded Corners */
	border: 0px;
	border-radius: 0px;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0,0,0,1), inset 0 2px 2px -2px rgba(0,0,0,1);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0,0,0,1), inset 0 2px 2px -2px rgba(0,0,0,1);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0,0,0,1), inset 0 2px 2px -2px rgba(0,0,0,1);
}
.phone {
	display: none;
}
.hours {
	display: none;
}
.gingham {
	height: 65px;
}
.gingham i {
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0,0,0,0.8), inset 0 2px 3px -2px rgba(0,0,0,1);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0,0,0,0.8), inset 0 2px 3px -2px rgba(0,0,0,1);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), inset 0 7px 9px -7px rgba(0,0,0,0.8), inset 0 2px 3px -2px rgba(0,0,0,1);
}
h1, h2, h3, h4 {
	text-align: center;
}
h1 {
	font-size: 1.4em;
}
.recipes h2 {
	font-size: 1.7em;
	top: -45px;
}
.map1 {
	display: none;
}
.map2 {
	display: block;
}
.harvest {
	font-size: .7em;
}
.harvest td:nth-child(1) {
	font-size: 1.1em;
}
.harvest tr:nth-child(1) td {
	height: 30px;
}
.harvest tr:nth-child(1) td .turn {
	transform: rotate(90deg);
	font-size: 1.1em;
}
.harvest tr:nth-child(1) td:nth-child(1) {
	background-color: #FFF !important;
	transform: rotate(0deg) !important;
}
.apples {
	line-height: 1.1em;
	overflow: auto;
}
.apples td:nth-child(1) {
	font-size: 1.1em;
	transform: rotate(270deg) !important;
	text-align: center;
	background: none;
	line-height: 1em;
	width: 30px !important;
}
.apples tr:nth-child(1) {
	height: auto !important;
}
.apples tr {
	height: 100px !important;
}
.apples td {
	vertical-align: middle;
	text-align: center;
	width: 22%;
}
.apples td:nth-child(1) {
	width: 12%;
}
.marketnow {
	width: 100%;
	float: none;
	margin: 10px 0;
}
}
@media print {
	
body {
	margin: 0;
	padding: 0;
	min-width: 0;
}
.sidebar, .main-content, .sidebar2, .sidebar-right, .content, .column-content   {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none !important;
}
.main-content  {
	margin: 0;
}
#layout {
	max-width: none;
	margin: 0px;
}
.column-content, .content {
	height: auto !important;
	max-height: 888678px;
	border: none !important;
}
.column-content * {
	padding: 0px !important;
}
.footer {
	position: static;
}
}