/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* !SASS */
/* !Grid */
.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.clear {
  display: block;
  clear: both; }

.right {
  float: right !important; }

.left {
  float: left;}
  
*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

  
/* Icon font
------------------------------------------------------------  */
  
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-j1tz4q');
	src:url('../fonts/icomoon.eot?#iefix-j1tz4q') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-j1tz4q') format('woff'),
		url('../fonts/icomoon.ttf?-j1tz4q') format('truetype'),
		url('../fonts/icomoon.svg?-j1tz4q#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*  Grid
------------------------------------------------------------  */

.column{
	padding: 10px;
	}

.fullW{
	margin: auto;
	width: 88%;  /* 1040 / 1200 */
}
	
.frame{
	margin: 2em auto 0px;
	width: 88%;}
	
.postW{
	margin: auto;
	width: 69%;
}

.halfW{
	width: 50%;
}

.txtButton{
	max-width: 120px;  
	text-align: center;
	border-radius: 5px;
	border: 1px solid #666666;
	font-family: 'Source Sans Pro',verdana, sans-serif;
	text-transform: uppercase;
	color: #666666;
	font-weight: 400;
	padding: 0.5em;
	cursor: pointer;
}
	

.thirdW{
	width: 33%;}

.qtW{
	width: 25%}

.boxHead{
	width: 25%;}	
	
.threeqtW{
	margin: auto;
	width: 75%;
	}
	
.row{
	width: 100%;
	}
	
.rowWrapper{
	width: 100%;
	margin: auto;
	max-width: 1200px;
	}

.tableRow {
  display: table;}

.tableRow .column {
  float: none;
  display: table-cell;}

.centeredList{
	text-align: center;
	display:inline-block;
}

.rounded-corners {
	border-radius: 0.5em;

}

.wip{
	display:none;
}

/*  main Colors
------------------------------------------------------------  */

.teal{
	color: #31a2af;} /* was #36b0be */

.orange{
	color: #d57d10;} /* was #f1a040. */ 

.green{
	color: #72a249;} /* was #78aa4d */

.grape{
	color: #592173;}
	
.blue{
	color: #3a5898;}

.ltGray{
	color: #F0F1F2;}

.mGray{
	color: #666666;}

.dkGray{
	color: #0c0c0c;
	background-color: #0c0c0c;}

.dkRed{
	color: #902E3C;} 
		
.dkBlue{
	color: #2f3572;
}
	
.white{
	background-color: #ffffff;}
	
	
.lt-wood{
	background-image: url(../img/retina_wood.png);}
	
	
	
/*  Nav
------------------------------------------------------------  */

nav li{
	display: inline-block;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	padding: 0.75em;
	margin-left: 9.4%;
	border-radius: 3px;
}

nav li:hover{
	background-color: #ffffff;
/*	box-shadow: 0px 3px 3px rgba(179,179,179,0.3);  */
}

nav a{
	text-decoration: none;
	font-size: 1.25em;
}
/*
nav a:hover{
	color: #3A5898;
}
*/

#topNav{
	background-color: #e5e1d9;
	/* rgba(255,255,255,0.1);   #e2e1d5*/
	
}

.logoW{
	width: 70%;
	display: inline-block;}

.logo{
	background-image: url(../img/bt-000logos-sprite.svg);
	width: 100%;
	height: 3.75em;
	background-position: 0px -215px;
	background-repeat: no-repeat;
	z-index: 400;
}

#topIcons a, #bottomIcons a {text-decoration: none}

#topIcons .socialOne{
	width: 1.8125em;
	height: 1.8125em;
	margin-top: 0.7em;
	background-color: #666666;
	border-radius: 15%;
}

#topIcons .socialOne:before{
	font-family: 'icomoon';
	content: "\e610";
	color: #F4F5F1;
	font-size: 1.875em;
}

#topIcons .socialTwo{
	width: 1.8125em;
	height: 1.8125em;
	margin-right: 1.875em;
	margin-top: 0.7em;
	background-color: #666666;
	border-radius: 15%;
}

#topIcons .socialTwo:after{
	font-family: 'icomoon';
	content: "\e613";
	color: #F4F5F1;
	font-size: 1.875em;
}



.bigImg{
	background-image: url(../img/bt-000-nav-basil.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}


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

body{
	font-family: 'Source Sans Pro',verdana, sans-serif;
	color: #0c0c0c;
}

.txtShadow{
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
}

.koTxt{
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	color: #f4f4f0;
	letter-spacing: 0.02em;
}

h1{
	font-size: 2em;   /* 32 / 16 */
	font-weight: 700;
}

h2{
	font-size: 1.5em;   /* 24 / 16 */
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

h3{
	font-size: 3em;  /*  40 / 16 */
	font-weight: 300;
	text-align: left;
}

h4{
	font-size: 1.25em;  /*  20 / 16 */
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 1.25em;
	color: #2f3572;
}

.ital{
	font-style: italic;
}

.teaser{
	font-family: 'Cardo', times, serif;
	font-style: italic;
	font-size: 1.25em;
	text-align: center;
	line-height: 1.4em;
	padding-top: 1.15em;
}

footer p{font-size: 0.8125em;
	text-align:center;
	line-height: 1.25em;
}


/*span .ital
{font-style: italic;} */


/* home page
------------------------------------------------------------  */

#intro p{
	padding-top: 0.3em;
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.6em;
}

#all{
	position: relative;
}

#main{
	position: relative;
	padding-bottom: 510px;
	}

#season{
	border: 1px solid #f1a040;
	background-color: rgba(255,255,255,0.88);
	z-index: 15;
}

#recent{
	border: 1px solid #78aa4d;
	background-color: rgba(255,255,255,0.88);
	z-index: 15;
}

#season .thumb, #recent .thumb{
	display: inline-block;
	margin: 1%;
	width: 23%;
	height: auto;
	position: relative;
}

.thumb img{
	width: 100%;
	height: auto;  
}


.thumb li{
	width: 100%;
	font-size: 1em;
	font-weight: 400;
	background-color: #61616d;
	background-color: rgba(0,0,0,0.5);
	padding: 0.5em;
	line-height: 1.125em;
	position: absolute;
	bottom: 2px;
	left: 0px;
	z-index: 600;
	
}



/*   post pages
------------------------------------------------------------  */

#introPic{
	margin: 1.5em auto 0;}
	
.txtr-LT{
	background-image: url(../img/cream_dust.png);
	}

.top{
	display: block; 
	width: 100%;
	height:auto;
	border: 1em solid #F4F5F1;
	box-shadow: 2px 3px 3px rgba(179,179,179,0.3);
}

.content{
	width: 100%;
	height: auto;
}

#date{
	font-family: 'Cardo', times, serif;
	font-style: italic;
	font-size: 1.25em;  /* 20 / 16 */
	text-align: center;
}

#text{
	font-family: 'Cardo', times, serif;
	font-style: normal;
	font-size: 0.9375em;
	line-height: 1.375em;
	color: #0c0c0c;
	width: 83%;
}
p > i {
	font-style: italic;
}

.inLink{
	color: #36b0be;
	text-decoration: none;
}

.inLink:hover{
	color: #78aa4d;
}


.showMore{
	font-size: 1em;
	display: block;
	margin: 0 auto;
/*	content:"";   */
}

#text p{
	padding-bottom: 0.5em;}
	

#text .first{
	font-family: 'Source Sans Pro',verdana, sans-serif;
	font-weight: 700;
}

#recipe {
	margin-top: 0.5em;
	box-shadow: 2px 3px 3px rgba(179,179,179,0.3);
	clear: both;
}

#times {
	font-size: 1.125em;
	margin-top: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}

#recipe .content{
	width: 100%;
	height: auto;
}

#ingredients p{
	font-style: italic;
	color: #902E3C;
	padding-bottom: 0.5em;
	padding-left: 0.25em;
}

#ingredients li{
	font-size: 0.90625em;
	line-height: 1.125em;
	font-weight: 400;
	color: #0c0c0c;
	padding: 0.25em;
}

#ingredients .last{padding-bottom: 0.5em;}

.rule{border-top: 2px solid #d5d5d5; width: 100%;}

#directions p{
	font-size: 1.03125em;
	line-height: 1.375em;
	color: #0c0c0c;
}

#directions p{padding-bottom: 0.5em;}

.caps{
	font-size: 1.2rem;
	font-variant: small-caps;
	font-weight: 600;
	letter-spacing: 0.0625em;
}

#bottomBtn{text-align: center;}


#bottomBtn li{
	font-size: 1em;
	margin: 0 0.25em;
	padding: 6px;
}

#bottomBtn a{
	color: #666666;
	text-decoration: none;
}

.fixedW{width: 90px;}

#bottomBtn .home, #bottomBtn .scrollUp{margin-top: -3px;}


#bottomBtn .home:after{
	font-family: 'icomoon';
	content: "\e615";
	font-size: 1.5em;
	padding: 2px;  
	cursor: pointer;
	border: 2px solid #36b0be;
	border-radius: 1em;
}

#bottomBtn .scrollUp:after{
	font-family: 'icomoon';
	content: "\e618";
	cursor: pointer;
	font-size: 1.5em;
	padding: 2px; 
	border: 2px solid #36b0be;
	border-radius: 1em;
}

#bottomIcons{
	display: block;
	margin: 0 auto;
	text-align: center;
}

#bottomIcons ul{
	margin-top: -1em;
}

/* see media querie 600 for bottom social icon styles */



/*   about page
------------------------------------------------------------  */

#introSlides{
	margin: 1.5em auto 0;}


.show{
	
}





/*   media queries
------------------------------------------------------------  */


/* container to show media queries

footer:after{
	content:" ";
	width:100px;
	height: 25px;
	color: white;
	padding:5px;
	position: fixed;
	bottom:0px;
	left:0px;
	display: block;
	background-color:black;
}
----------------------------------*/


@media screen and (min-width: 1201px){
	#all {background-image: url(../img/bt-m2015Lg-SUMbtm.jpg);
		background-repeat: no-repeat; background-position: center bottom; background-size: 100%;}
}


@media screen and (max-width: 1200px){
/*	footer:after{content: "1200";}     */
	#main {background-image: url(../img/bt-m2015Lg-SUMbtm.jpg);
		background-repeat: no-repeat; background-position: center bottom; background-size: 100%;}

}


@media screen and (max-width: 1080px){
/*	footer:after{content: "1080";}     */	
	
	.fullW{width:98%;}
	.frame{width:91%;}
}

@media screen and (min-width: 981px){

	.showMore{
		display: none;}
	
	.btnHide{
		display: none;}
}



@media screen and (max-width: 980px){
/*	footer:after{content: "980"}     */  

	.logoW{width: 66%}
	#logo .logo{
		height: 2.75em;
		background-position: 0px -115px}
	#icons {margin-top: -0.125em}


	.qtW{width:33%;}
	#main{padding-bottom: 380px;}
	.threeqtW{width:66%;}
	.boxHead{width: 99%;}
	#season .thumb, #recent .thumb{width: 30.3%; margin: 1.5%}
	
	.teaser{padding-top: 0.44em;}
	
	#recent a:last-child{display:none;}
	
	nav li{margin-left: 4%;}
	nav a{font-size: 1.125;}
	h1{font-size: 1.875em;}
	#intro p{font-size: 1.15em;}
	h2{font-size: 1.375em;}
	
	#text{font-size: 0.9375em;}
	
	#text .hide {
		display: none;
	}
	
	#times{font-size: 0.9375em;}  /* 15 / 16 */
}

@media screen and (max-width: 840px){

/*	footer:after{content: "840";}     */  
	

	.top{border: 0.75em  solid #F4F5F1;}
	h3{font-size: 2.5em;}  /* 32 / 16 */
	.halfW{width: 99%;}
	h4{font-size: 1.125em; padding-bottom: 0.5em;}  /* 18 / 16 */
	#text{width: 99%;}
	#times{float: left; text-align: left; margin-top: -0.25em;}
	#ingredients li {font-size: 0.9375em;}
	#ingredients p {font-size: 1em;}
	#directions p {font-size: 0.9375em;}
}

@media screen and (max-width: 768px){
/*	footer:after{content: "768";}     */  
	
	#main{padding-bottom: 360px;}

}


@media screen and (max-width: 600px){
	
/*	footer:after{content:"600"}     */  

	.logoW{width: 95%;}

	.frame{width:85%}
	#main{padding-bottom: 4em; background-image: none;}
	#season .thumb, #recent .thumb{width: 94%; margin: 3%;}	
	.thumb li{font-size: 1.0625em;}  /*  17 /16  */
	.halfW{width:100%;}
	.qtW{width:94%; margin: 3%;}
	.threeqtW{width:94%; margin:3%;}	
	.postW{width:100%;}
	#topIcons {display: none;}
	
	/*#topNav li:first-child{display: none;} */
	nav li{margin-left: 5%; padding: 0.625em;}
	nav a{font-size: 1.0625em;}
	
	h1{font-size: 1.35em;}
	#intro p{font-size: 0.9375em;}
	h2{font-size: 1.325em;}
	.teaser {font-size: 1.125em; font-family: 'Source Sans Pro', verdana, sans-serif; font-style: normal;}
	#recent p{font-size: 1.125em; font-family: 'Source Sans Pro', verdana, sans-serif; font-style: normal;}
	

	.top{width: 75%; margin: 0 auto; border: 0.5em  solid #F4F5F1;}
	#introPic{margin-top: 0.5em;}
	#text{font-size: 1.125em;} /* 18 / 16 */
	h3{font-size: 2em;}  /* 32 / 16 */
	#ingredients{border: 1px solid #2f3572; margin-top: -0.25em; background-color: #ffffff;}
	#ingredients li{font-size: 1em; padding: 0.375em;}
	#ingredients ul>li:nth-child(2n+0) {background-color: #F4F5F1;}
	#bottomBtn .print{display: none;}
	#directions {margin-top: -0.5em}

	/* bottom social icons only visible at 600 and below */
	#bottomIcons .socialOne{width: 1.75em; height: 1.75em; margin-left: 1.125em; background-color: #F4F5F1; border-radius: 15%;}
	#bottomIcons .socialOne:after{font-family: 'icomoon'; content: "\e610"; color: #aeaeae; font-size: 1.75em;}
	#bottomIcons .socialTwo{width: 1.75em; height: 1.75em; margin-left: auto; background-color: #F4F5F1; border-radius: 15%;}
	#bottomIcons .socialTwo:after{font-family: 'icomoon'; content: "\e613"; color: #aeaeae; font-size: 1.75em;}
	}
	
@media screen and (max-width: 480px){
	
/*	footer:after{content:"480"}     */   

	#logo .logo{
		height: 2.25em;
		background-position: 0px -12px;} 

	.txtButton{font-size: 0.875em;}
	.fixedW{width: auto;}
}


@media screen and (max-width: 320px){
	
/*	footer:after{content:"320"}     */  
	
	.logoW{width: 99%;}
	
/*	#bottomBtn .home{display: none;}  */
		
		
		}



