@charset "UTF-8";

/* Reset
------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html { height: 100% }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body {
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #5e5f61;
	height: 100%;
	background-color: #fff;
}
/* ol, ul { list-style: none; } */
li { float: left; margin-left: 6%; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}
canvas {
	display: table-cell;
	vertical-align: middle;
}
p {
	float: left;
	width: 100%;
	margin: 0;
}
b { font-weight: bold; }
i { font-style: italic; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #5e5f61;
	text-decoration: none;
}
strong { font-weight: bold; }
input { float: left; font-size: 1em; }

/* STYLES
------------------------------------------------------------ */
.ledger {
	font-family: 'Ledger', serif;
}
.millerdisplaylight {
	font-family: "MillerDisplay Light";
	font-style: normal;
	font-weight: normal;
}
.dawningofanewday {
	font-family: "Dawning of a New Day", cursive;
	font-size: 2vw;
}
/* Buttons
------------------------------------------------------------ */
.greenbutton, .addtocartbtn, .addtocartbtn_juices {
	background-color: #adba5e;
	line-height: 1;
	cursor: pointer;
	padding: 8px 0 5px 0;
	color: #1d3f1f;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}

.portfolio_columns {
	float: left;
	width: 30%;
	margin: 0 1.75%;
}
.portfolio_columns img {
	float: left;
	width: 100%;
	margin-bottom: 5%;
}



/*****************/
.portfolio_columns_test {
	float: left;
	width: 100%;
	margin: 0;
}
.portfolio_columns_test img {
	float: left;
	width: 30%;
	margin: 0 0 5% 2%;
}

.portfolio_column1 {
	float: left;
	width: 30%;
	margin: 0 1.75%;
}
.portfolio_column1 img {
	float: left;
	width: 100%;
	margin-bottom: 5%;
}
.portfolio_column2 {
	float: left;
	width: 30%;
	margin: 0 1.75%;
}
.portfolio_column2 img {
	float: left;
	width: 100%;
	margin-bottom: 5%;
}
.portfolio_column3 {
	float: left;
	width: 30%;
	margin: 0 0 0 1%;
}
.portfolio_column3 img {
	float: left;
	width: 100%;
	margin-bottom: 5%;
}

/*****************/






.topnavlnks {
	float: left;
	display: block;
	font-size: 1vw;
	cursor: pointer;
}

.navigationcontainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 100;
	background-color: #fff;
}

.prev {
	position: absolute;
	top: 4%;
	bottom: 0;
	left: 2%;
	width: 4%;
	cursor: pointer;
}
.prev_regular { background: url(../images/biosarrows-02.png) 0 0 no-repeat; }
.prev_back { background: url(../images/biosarrows-06.png) 0 0 no-repeat; }
.prev_jennnotes { background: url(../images/biosarrows-01-01.png) 0 0 no-repeat; }

/*
.next {
	position: absolute;
	top: 4%;
	bottom: 0;
	right: 2%;
	width: 4%;
	cursor: pointer;
}
*/
.next_regular { background: url(../images/biosarrows-03.png) 0 0 no-repeat; }
.next_behindcurtain { background: url(../images/biosarrows-05.png) 0 0 no-repeat; }
.next_meetteam { background: url(../images/biosarrows-04.png) 0 0 no-repeat; }


.contentspacer {
	float: left;
	width: 100%;
	overflow: hidden;
}
.contentspacer:after {
	content: "";
	display: block;
	padding-top: 13.6%;		/* = 100px / 1320px */
}
.contentspacer_port {
	float: left;
	width: 100%;
	overflow: hidden;
}
.contentspacer_port:after {
	content: "";
	display: block;
	padding-top: 13%;		/* = 100px / 1320px */
}
.asfeaturedin {
	float: left;
	width: 70%;
	font-size: 0.95vw;
	color: #5e5f61;
	margin: 0 0 0 14.8%;
	text-align: center;
	line-height: 1.9;
	letter-spacing: 0.1em;
}

.collectionscell {
	display: table-cell;
	padding: 0 2% 2% 1.5%;
	border-right: 1px solid #b0b1b1;
	font-size: 0.95vw;
}

.bioscontent {
	position: absolute;
	bottom: 5%;
	width: 40%;
	height: 90%;
	font-size: 1vw;
	color: #fff;
	overflow: hidden;
}

.white-popup {
	position: relative;
	background-color: #fff;
	width: auto;
	max-width: 850px;
	margin: 2% auto;
}
.white-popup:after {
	content: "";
	display: block;
	padding-top: 60%;		/* = 100px / 1320px */
}
#showrotator, #showhamburger, #showthemobilemenu, .mobilespacer { display: none; }
.navigationcontainer, #offsetreference, #thefooter, #desktopmenu { display: block; }
.mobilelinks {
	float: left;
	width: 100%;
	display: block;
	margin: 0 0 12% 6%;
	text-align: left;
	z-index: 100;
	font-size: 1.9vw;
}
#offsetreference {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.topimgcopy {
	float: right;
	width: 58%;
	font-size: 1vw;
	color: #fff;
	margin: 0 8.1% 0 0;
}
.becauseeachwedding {
	position: absolute;
	bottom: 16%;
	left: 32.5%;
	width: 28.5%;
	height: 20%;
	font-family: 'Times New Roman', Times, serif;
	letter-spacing: 0.15em;
	font-style: italic;
	text-transform: uppercase;
	color: #40404;
	font-size: 1vw;
}
.visitourblog {
	position: absolute;
	bottom: 32%;
	left: 0;
	width: 100%;
	height: 10%;
	font-style: italic;
	text-align: center;
	display: block;
	font-family: 'Times New Roman', Times, serif;
	color: #221e1a;
	font-size: 0.96vw;
	letter-spacing: 0.15em;
}
.logocontainer {
	float: left;
	display: block;
	margin: 3% 0 1% 0;
	width: 100%;
	line-height: 1;
	font-size: 1.7vw;
}
.sublogocontainer {
	float: left;
	width: 100%;
	line-height: 1;
	font-size: 1.2vw;
}
.ximage {
	float: right; 0.75%;
	display: block;
	width: 2%;
}
.newsletterreq {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 0.9vw;
	font-family: times;
	font-style: italic;
	cursor: pointer;
}
.bio_intro {
	position: absolute;
	top: 3%;
	bottom: 3%;
	right: 8%;
	width: 38%;
	font-size: 2.5vw;
}

@media screen and (max-width: 750px) {
	.white-popup { font-size: 0.75em; }
}
@media screen and (max-width: 680px) {
	#showhamburger { display: block; }
	#desktopmenu { display: none; }
	.contentspacer:after {
		padding-top: 4%;		/* was 11% */
	}
	.mobilespacer {
		float: left;
		background: #fff;
		width: 100%;
		display: block;
	}
	.mobilespacer:after {
		content: "";
		display: block;
		padding-top: 3%;
	}
	.asfeaturedin {
		width: 55%;
		margin: 0 0 0 22.5%;
		font-size: 0.9vw;
	}
	.topimgcopy { font-size: 1.2vw; }
	.visitourblog { font-size: 1.2vw; }
	.logocontainer { font-size: 2vw; }
	.sublogocontainer { font-size: 1.5vw; }
	.ximage { width: 4.3%; }
	.prev { background: url(../images/mobilebiosimages/ArrowsMobile-04.png) 0 0 no-repeat; }
	.prev_back { background: url(../images/mobilebiosimages/ArrowsMobile-06.png) 0 0 no-repeat; }
	.prev_jennnotes { background: url(../images/mobilebiosimages/ArrowsMobile-05.png) 0 0 no-repeat; }

	.next_regular { background: url(../images/mobilebiosimages/ArrowsMobile-03.png) 0 0 no-repeat; }
	.next_behindcurtain { background: url(../images/mobilebiosimages/ArrowsMobile-01.png) 0 0 no-repeat; }
	.next_meetteam { background: url(../images/mobilebiosimages/ArrowsMobile-02.png) 0 0 no-repeat; }
	.white-popup { font-size: 0.6em; }
	.bio_intro { font-size: 2.35vw; }
}
@media screen and (max-width: 390px) {
	.white-popup { font-size: 0.5em; }
	#showrotator { display: block; }
	.navigationcontainer, #offsetreference, #thefooter { display: none; }
}














