@charset "utf-8";
/*
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */
/*
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


::selection {background: #8BC540; color: #30581A;}
::-moz-selection {background: #8BC540; color: #30581A;}
::-webkit-selection {background: #8BC540; color: #30581A;}

/* =============================================================================
   Lists
   ========================================================================== */
/*
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
* {margin: 0; padding: 0;}

body {
	background: #F9F7ED;
}

section {
	background: #fff;
	box-shadow: 0px 2px 2px #ebebeb;
}

header {
	width:1200px;
	height: 150px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

nav ul {
	font-family: 'geared_slabregular', arial, sans-serif;
	color: #5B6368;
	font-size: 1.143em;
		line-height: 30px;
		letter-spacing: 1px;
	text-decoration: none;
}

nav li{
	display: inline-block;
	padding: 70px 50px 40px 0;
}

	header nav a:link, header nav a:visited {
		color: #5B6368;
		text-decoration: none;
	}
	
	header nav a:hover, header nav a:active,
	header nav .active a:link, header nav .active a:visited {
		color: #C34A27;
		text-shadow: none !important;
		-webkit-transition: color .5s ease-out;
  		-moz-transition: color .5s ease-out;
  		-o-transition: color .5s ease-out;
 		transition: color .5s ease-out;
	}

nav li:nth-child(3) {
	padding-right: 100px;
}

nav li:nth-child(4) {
	padding-left: 180px;
}

.logo {
	position: absolute;
	top: 25px;
	left: 470px;
}

#hero_image {
	text-align: center;
	background: #000;
}

#hero_text {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	width: 1000px;
	margin: 70px auto -120px;
	color: #000;
	font-size: 2.1em;
	line-height: 67px;
	letter-spacing: 1px;
}	

#main_runner {
    position: relative;
}

#varieties {
	text-align: center;
	margins: 0 auto;
	position:relative;
	z-index: 2;
	bottom: -200px;
}

#hero_image2 {
	text-align: center;
	background: #000;
	position:relative;
	z-index: 1;
}

#shitake {
	top: -100px;
	margins: 0 auto;
	float: left;
	position:relative;
	z-index: 2;
	padding: 0 0 20px;
	width: 100%;
}

#lower_info {
	margin: 0 auto;
	width: 1200px;	
	position:relative;
	padding: 0;
}

#right_info {
	text-align: center;
	font-family: 'geared_slabregular', arial, sans-serif;
	font-size: 4em;
	letter-spacing: 1px;
	float: right;
	position:relative;
	padding: 40px 0;
}

#usda {
	padding: 20px 0 0;
}

.floatclear {
	clear: both;
}



#footer_wrapper {
	text-align: center;
	margin: 0 auto;
	background: #000;
}

#footer {
	margin: 0 auto;
	width: 1200px;
}

#left_footer {
	float: left;
}

#right_footer {
	float: right;
}

#footer ul {
	font-family: 'geared_slabregular', arial, sans-serif;
	color: #fff;
	font-size: 1.143em;
		line-height: 30px;
		letter-spacing: 1px;
	text-decoration: none;
	padding: 70px 0 50px 0;
}

#footer li{
	display: inline-block;
}

	#footer a:link, #footer a:visited {
			color: #fff;
		text-decoration: none;
	}
	
	#footer a:hover, #footer a:active,
	#footer .active a:link, #footer .active a:visited {
		color: #C34A27;
		text-shadow: none !important;
		-webkit-transition: color .5s ease-out;
  		-moz-transition: color .5s ease-out;
  		-o-transition: color .5s ease-out;
 		transition: color .5s ease-out;
	}
	
	#left_footer li:nth-child(1) {
	font-family: 'Open Sans', arail, sans-serif;
	font-size: .85em;
	padding-right: 60px;
	display: inline-block;
	}
	
	#left_footer li:nth-child(2), #left_footer li:nth-child(3), #left_footer li:nth-child(4), #left_footer li:nth-child(5), #left_footer li:nth-child(6) {
	padding-right: 40px;
	}
	
	#right_footer li {
	padding: 0 2px 0;
	}
	

.mybuttonlink {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('i/faceb.png') bottom;
	text-indent: -99999px;
}
.mybuttonlink:hover {
	background-position: 0 0;
}

.mybuttonlink2 {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('i/twit.png') bottom;
	text-indent: -99999px;
}
.mybuttonlink2:hover {
	background-position: 0 0;
}

.mybuttonlink3 {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('i/pint.png') bottom;
	text-indent: -99999px;
}
.mybuttonlink3:hover {
	background-position: 0 0;
}

.mybuttonlink4 {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('i/vimeo.png') bottom;
	text-indent: -99999px;
}
.mybuttonlink4:hover {
	background-position: 0 0;
}

.mybuttonlink5 {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('i/insta.png') bottom;
	text-indent: -99999px;
}
.mybuttonlink5:hover {
	background-position: 0 0;
}

/* ==|== products page ========================================
   Please define your styles before this section.
   ========================================================================== */

#top_image {
	text-align: center;
	background: #000;
	z-index: 1;
	position: relative;
}

#masthead {
	text-align: center;
	color: #fff;
	font-family: 'geared_slabregular', arial, sans-serif;
	font-size: 5em;
	letter-spacing: 1px;
	float: left;
	position: relative;
	top: -110px;
	z-index: 2;
	text-shadow: 2px 2px 8px #000;
}

#page_wrapper {
	width: 1000px;
	margin: 0 auto;
}

#product_container {
	margin: 0 0 50px;
}

#product_wrapper {
	width: 410px;
	text-align: center;
	float: left;
	padding: 0 0 100px;
}

#product_wrapper2 {
	width: 410px;
	text-align: center;
	float: right;
	padding: 0 0 100px;
}

#product_image {
	position: relative;
	left: 12px;
}

#product_title {
	color: #000;
	font-family: 'geared_slabregular', arial, sans-serif;
	font-size: 4em;
	letter-spacing: 1px;
	line-height: 48px;
	padding: 15px 0;
}

#product_description {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 1em;
	letter-spacing: 1px;
	width: 355px;
	padding: 0 0 15px 20px;
	line-height: 16px;
}

#allnatural_organic {
	color: #747371;
	font-family: 'geared_slabregular', arial, sans-serif;
	font-size: 1.5em;
	letter-spacing: 1px;
	display: inline;
	padding: 0 20px 0 0;
}

#allnatural_organic img {
	padding: 0 10px;
}


#facts {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; 
	font-size: 1em;
	letter-spacing: 1px;
	background: #EA2227;
	width: 187px;
	padding: 7px 1px 7px 2px;
	margin: 15px auto;
}

#facts a{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; 
	font-size: 1em;
	letter-spacing: 1px;
	width: 187px;
	padding: 7px 1px 7px 2px;
	margin: 15px auto;
	text-decoration: none;
}

#facts:hover {
	background-color: green;
  	cursor: pointer;
  	-webkit-transition: background-color 1s ease-out;
  	-moz-transition: background-color 1s ease-out;
  	-o-transition: background-color 1s ease-out;
 	transition: background-color 1s ease-out;
}

#facts_hidden {
	visability: hidden;
	display: none;
}
	
@font-face {
    font-family: 'geared_slabregular';
    src: url('gearedslab-webfont.eot');
    src: url('gearedslab-webfont.eot?#iefix') format('embedded-opentype'),
         url('gearedslab-webfont.woff') format('woff'),
         url('gearedslab-webfont.ttf') format('truetype'),
         url('gearedslab-webfont.svg#geared_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#map {
	/*border-style: solid;
    border-width: 2px;
	border-color: #000;*/
	margin: 0 auto;
	text-align: center;
	padding: 0 0 125px;
}

.firstcharacter { 
	float: left; 
	color: #000; 
	font-size: 135px; 
	line-height: 80px; 
	padding-top: 30px; 
	padding-right: 5px; 
	padding-left: 2px; 
	font-family: 'geared_slabregular', sans-serif;
 }

#history {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; 
	font-size: 1.3em;
	letter-spacing: 1px;
	width: 800px;
	line-height: 40px;
	margin: 0 auto;
	text-align:left;
}

#history2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; 
	font-size: 1.3em;
	letter-spacing: 1px;
	width: 800px;
	line-height: 40px;
	margin: 0 auto;
	padding: 0 0 130px;
	text-align:left;
}

#where {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; 
	font-size: 2.6em;
	letter-spacing: 1px;
	width: 800px;
	line-height: 70px;
	margin: 0 auto;
	padding: 0 0 130px;
	text-align: center;
	padding: 100px 0 270px;
}

#region {
	font-size: 1.6em;
	font-family: 'geared_slabregular', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#history_image {
	margin: 0 auto;
	text-align: center;
	padding: 15px 0;
}

hr {
	height: 1px;
	background-color:#000;
	color:#000;
	border: 0; 
	border-top:.75px solid #000;
	margin: 60px 0;
}


#left_contact {
	float: left;
	width: 410px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 18px;
}

#contact_wrap {
	padding: 50px 0;
}

#contact_img {
	float: left;
}

#contact_info {
	float: left;
	font-size: 1.7em;
	letter-spacing: 1px;
	line-height: 30px;
	padding: 21px 0 0 25px;
}

#contact_mail a:link, #contact a:visited {
	text-decoration: none;
	font-size: 1.0em;
	letter-spacing: 1px;
	line-height: 40px;
	color:#000;
	display:inline-block;
}
	

#contact_mail a:hover, #contact_mail a:active, #contact_mail .active a:link, #contact_mail .active a:visited {
		color:#F3752B;
		-webkit-transition: color .5s ease-out;
  		-moz-transition: color .5s ease-out;
  		-o-transition: color .5s ease-out;
 		transition: color .5s ease-out;
}

#contact_mail p {
	float: left;
	padding: 27px 0 0 25px;
}

#top_left {
	padding: 15px 0 0;
	font-size:1.5em;
	line-height: 35px;
}


/* ==|== form ========================================
   Please define your styles before this section.
   ========================================================================== */

#contact {
	float: right;
	width: 450px;
	padding: 0 0 300px;
}

.form-wrapper .field-list {
  line-height: normal;
}
.form-wrapper .field-list fieldset,
.form-wrapper .field-list legend {
  margin: 0;
  padding: 0;
  border: 0;
}
.form-wrapper .field-list legend {
  display: none;
}
.form-wrapper .field-list textarea {
  min-height: 100px;
  resize: vertical;
}
.form-wrapper .field-list textarea.medium {
  min-height: 200px;
}
.form-wrapper .field-list textarea.large {
  min-height: 300px;
}
.form-wrapper .field-list .section {
  margin: 2em 0;
  padding-bottom: .3em;
  font-size: .9em;
  text-transform: uppercase;
}
.form-wrapper .field-list .section.underline {
  border-bottom: 1px solid #999;
}
.form-wrapper .field-list .section:nth-child(1) {
  margin: 0 0 2em 0;
}
.form-wrapper .field-list .title {
  display: block;
}
.form-wrapper .field-list .description {
  padding: .5em 0 .5em;
  font-size: 12px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  -khtml-opacity: .7;
  opacity: .7;
  display: inline-block;
}
.form-wrapper .field-list .field {
  position: relative;
  margin: 0 0 24px;
}
.form-wrapper .field-list .field .caption {
  font-size: 12px;														/* ==|== firstname ======================================== */
}
.form-wrapper .field-list .field .caption .field-element {
  font-size: 14px;														/* ==|== lastname ======================================== */
}
.form-wrapper .field-list .field .field-element {
  width: 100%;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.form-wrapper .field-list .field .field-element:focus {
  background: #fff;
  -webkit-transition: background .1s ease-in;
  -moz-transition: background .1s ease-in;
  -o-transition: background .1s ease-in;
  transition: background .1s ease-in;
  outline: none;
}
.form-wrapper .field-list .field select {
  margin: 6px 0 4px;
  max-width: 100%;
}
.form-wrapper .field-list .field .prefix {
  position: absolute;
  bottom: 16px;
  left: 8px;
  color: #aaa;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 16px;
}
.form-wrapper .field-list .field.twitter .field-element {
  padding-left: 22px;
}
.form-wrapper .field-list .field.currency.hassymbol .field-element {
  padding-left: 20px;
}
.form-wrapper .field-list .field.website .field-element {
  padding-left: 45px;
}
.form-wrapper .field-list .field.checkbox label,
.form-wrapper .field-list .field.radio label {
  cursor: pointer;
}
.form-wrapper .field-list .field.checkbox input,
.form-wrapper .field-list .field.radio input {
  margin-right: 5px;
}
.form-wrapper .field-list .field .option {
  margin: 6px 0 4px;
  font-size: 13px;
}
.form-wrapper .field-list .field.likert .item {
  overflow: hidden;
  margin: 1.6em 0 1.6em 0;
}
.form-wrapper .field-list .field.likert .question {
  margin: 0 0 .5em 0;
  font-size: .9em;
}
.form-wrapper .field-list .field.likert .option {
  width: 20%;
  float: left;
  text-align: left;
  border-top: 1px solid #ddd;
}
.form-wrapper .field-list .field.likert .option label {
  margin: 0;
  padding: 0 0 0 1px;
  font-size: .9em;
  display: block;
  cursor: pointer;
}
.form-wrapper .field-list .field.likert .option input {
  margin: 10px 0;
  display: block;
}
.form-wrapper .field-list .field.likert .option:last-of-type {
  border-right: none;
}
.form-wrapper .field-list .fields {
  margin: 0 0 0 -2%;
}
.form-wrapper .field-list .fields .title,
.form-wrapper .field-list .fields .description,
.form-wrapper .field-list .fields .field,
.form-wrapper .field-list .fields .field-error {
  margin-left: 2%;
}
.form-wrapper .field-list .fields .field {
  float: left;
}
.form-wrapper .field-list .fields .field.two-digits {
  width: 3.5em;
}
.form-wrapper .field-list .fields .field.three-digits {
  width: 4.2em;
}
.form-wrapper .field-list .fields .field.four-digits {
  width: 4.8em;
}
.form-wrapper .field-list .fields .field.ampm {
  width: 4.5em;
}
.form-wrapper .field-list .fields.name .field {
  width: 48%;
}
.form-wrapper .field-list .fields.address .field.address1,
.form-wrapper .field-list .fields.address .field.address2 {
  width: 98%;
}

.form-wrapper .field-list .form-item.error,
.form-wrapper .field-list .form-item.error .caption,
.form-wrapper .field-list .form-item.error .title,
.form-wrapper .field-list .form-item.error .description {
  color: #bd0000;
}
.form-wrapper .field-list .form-item.error input,
.form-wrapper .field-list .form-item.error textarea {
  border: 1px solid #e99292;
}
.form-wrapper .form-button-wrapper--align-left {
  text-align: left;
}
.form-wrapper .form-button-wrapper--align-center {
  text-align: center;
}
.form-wrapper .form-button-wrapper--align-right {
  text-align: right;
}
.form-wrapper input[type=submit] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  color: #fff;
  background-color: #272727;
  border-width: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  text-transform: none;
  border-radius: 5px;
}


.form-wrapper input[type=submit]:hover {
	opacity: .8;
	
}

.form-wrapper .form-submission-text {
  margin-top: 20px;
}
.form-wrapper .field-error {
  color: #fff;
  background: #cc3b3b url('//static.squarespace.com/universal/images-v6/standard/icon_close_7_light.png') no-repeat 9px 50%;
  padding: 5px 15px 3px 25px;
  font-size: 13px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 12px 0;
  line-height: 23px;
  display: inline-block;
}
.form-wrapper .field .field-error {
  margin-bottom: .5em;
}
.form-wrapper .submitting .field-list {
  opacity: .7;
}
.form-wrapper .hidden,
.form-wrapper.hidden {
  display: none;
}

.title {
	font-size: 14px;
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* ==|== lightbox ========================================
    
   ========================================================================== */
/*Eliminates padding, centers the thumbnail */


/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
z-index: 2;
left: 0;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
left: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 155px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 155px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}

/* ==|== lightbox ========================================
    
   ========================================================================== */