/*
Theme Name:     George Howell v1.5
Theme URI:      http://georgehowellcoffee.com/
Description:    Child theme for the Scope theme for George Howell
Author:         Eric Michael Designs
Author URI:     http://www.eric-michael.com
Template:       scope                            
Version:        0.1.5
*/


/* Color Palette

Dark Grey - #35322c
Beige - #cec6b6
White - #efe8db

*/

/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/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, font, 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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */


/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body,
input,
textarea {
	font: 12px/21px 'Open Sans', Helvetica, Arial, Sans-serif;
	background: #f9f8f6;
	color: #353331;
	text-rendering: optimizeLegibility;
}

.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

p {
    color: #716C61;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.6em;
}

a { 
    border: none;
    color: #35322c;
    padding: 0 ;
    margin: 0 ;
    text-decoration: none; 
    -webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}

.entry-content a { 
	text-decoration: underline;
}

a:hover { 
}

a img { 
    border: none; 
    vertical-align: bottom;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.post-thumb,
.author-bio { margin-bottom: 20px; }

.gecko.blog .post-thumb { margin-bottom: 5px; }

.hentry,
.navigation-links,
.pinglist { margin-bottom: 40px; }

.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul { margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #35322c;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0;
}

h1 {
	font-size: 2em;
	line-height: 1.2em;
}

h2 {
	font-size: 1.7em;
	line-height: 1em;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 1.3em;
	line-height: 1em;
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}

#background {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.bgwidth { width: 100%; }

.bgheight { height: 100%; }

#container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 100%;
}
	
#primary {
	position: relative;
	width: 100%;
}

.AhFeed {
	width: 1030px;
	margin: 0 auto;
	clear: both;
}

.layout-2cl #primary { float: right; }

#content { 
    background: transparent;
    margin: 10px 0 10px; 
    padding: 25px 20px 20px;
}

.page-template-template-home-php #content { padding-top: 20px; }

.page-template-template-portfolio-php #content,
.tax-portfolio-type #content { 
    padding-bottom: 0; 
    padding-right: 0;
}

#sidebar {
	float: right;
	width: 220px;
}

.layout-2cl #sidebar { float: left; }

#footer { clear: both; }


/*-----------------------------------------------------------------------------------*/
/*	2.	Header Styles
/*-----------------------------------------------------------------------------------*/

#header-top { 
    color: #35322c;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    padding: 10px 20px;
    overflow: hidden; 
}

#header-top p {
    background: #ffd62c;
    float: right;
    margin: 0;
    padding: 3px 10px;
}

#header-top a { margin: 0; }

#header {
    background: transparent;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 10px 0px 30px;
    position: relative;
}

#logo { 
	float: left;
	margin: 12px 0 0 20px;
	max-width: 294px;
	width: 25%;
}

#logo a {
    border-bottom: none;
	font-size: 28px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
}

#logo a:hover { 
    text-decoration: none; 
}

#logo img {
	width: 100%;
}

#tagline {
	color: #b2b2b6;
    display: inline-block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
	margin-left: 20px;
}


/*-----------------------------------------------------------------------------------*/
/*	3.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/

.slicknav_menu {
	display: none;
}

.menu-mobile-menu-container {
	display: none;
}

#cta{
    position: absolute;
    right: 0;
    top: -20px;
    width: auto;
}

#cta a {
	color: #fff;
}

#cta p {
	background-color: #BB2030;
	margin: 0;
    padding: 10px;
    color: #fff;
    display: inline;
}


#primary-nav {
    float: right;
	height: 118px;
    margin-top: 8px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    color: #35322c;
}

#primary-nav #ebnz{
	clear: both;
	float: right;
	margin-left: 80%;
}

#primary-nav #ebnz p{
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#primary-nav #ebnz a{
	text-decoration: underline;
	border: none;
}

#mini-cart{
	top: 90px;
	right: 0;
	margin: 0;
}

#primary-nav ul#menu-main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 35px;
}

#primary-nav ul#menu-main-menu a {
	display: block;
	position: relative;
	color: #35322c;
	text-decoration: none;
	border: none;
}

#primary-nav ul#menu-main-menu li {
	float: left;
	position: relative;
	z-index: 40;
	padding: 20px 35px;
	font-size: 1.6em;
	border-style: solid;
	border-color: #35322c;
	border-width: 1px 0 1px 1px;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
}

#primary-nav ul#menu-main-menu li:last-child {
	border-width: 1px;
}

#primary-nav ul#menu-main-menu #menu-item-58{
	border-style: solid;
	border-color: #35322c;
	border-width: 1px;
}

#primary-nav ul#menu-main-menu li:hover{ visibility: inherit; background-color: #35322c;  /* fixes IE7 'sticky bug' */ }

#primary-nav ul#menu-main-menu li:hover a {
	color: #eee8db;
}


#primary-nav ul#menu-main-menu li.active{ visibility: inherit; background-color: #35322c;  /* fixes IE7 'sticky bug' */ }

#primary-nav ul#menu-main-menu li.active a {
	color: #eee8db;
}

#primary-nav ul#menu-main-menu ul {
	position: absolute;
	top: -9999em;
	width: 150px; /* left offset of submenus need to match (see below) */
}

#primary-nav ul#menu-main-menu ul li { width: 100%; }

/* NEW NAV */

#primary-nav1,
#primary-nav2 {
    position: absolute;
    top: 206px;
    width: 1180px;
    display: none;
    z-index: 9000;
	background: #35322c;
	padding: 0 10px 10px 10px;    
}

#primary-nav3{
    position: absolute;
    top: 206px;
    right: 160px;
    width: 300px;
    display: none;
    z-index: 9000;
	background: #35322c;
	padding: 0 10px;    
}

#primary-nav4{
    position: absolute;
    top: 206px;
    right: 30px;
    width: 300px;
    display: none;
    z-index: 9000;
	background: #35322c;
	padding: 0 10px; 
	}

#primary-nav5 {
    position: absolute;
    top: 206px;
    right: 0px;
    width: 300px;
    display: none;
    z-index: 9000;
	background: #35322c;
	padding: 0 10px;    
}

#primary-nav1 a, 
#primary-nav2 a,
#primary-nav3 a,
#primary-nav4 a,
#primary-nav5 a {
	color: #f4efe2;
	text-decoration: none;
	border: none;
}

#primary-nav1 a:hover, 
#primary-nav2 a:hover,
#primary-nav3 a:hover,
#primary-nav4 a:hover,
#primary-nav5 a:hover {
	color: #b0a99c;
}


#primary-nav1 #menu-shop-column-1,
#primary-nav1 #menu-shop-column-2,
#primary-nav1 #menu-shop-column-3,
#primary-nav1 #menu-shop-column-4,
#primary-nav2 #menu-knowledge-column-1,
#primary-nav2 #menu-knowledge-column-2,
#primary-nav2 #menu-knowledge-column-3,
#primary-nav2 #menu-knowledge-column-4 {
	margin: 1% 0 1% 2%;
	position: relative;
	float: left;
	width: 22%;
	border-right: 1px solid #f4efe2;
	height: 235px;
}

#primary-nav1 #menu-shop-column-4,
#primary-nav2 #menu-knowledge-column-4
{
	border-right: none;

}


#primary-nav3 #menu-about-column-1,
#primary-nav3 #menu-about-column-2,
#primary-nav3 #menu-about-column-3,
#primary-nav3 #menu-about-column-4,
#primary-nav4 #menu-locations-column-1,
#primary-nav5 #menu-wholesale-column-1 {
	margin: 3% 0 3% 2%;
	position: relative;
	float: left;
	width: 98%;
	height: 90%;
}

#primary-nav1 #menu-shop-column-1>li,
#primary-nav1 #menu-shop-column-2>li,
#primary-nav1 #menu-shop-column-3>li,
#primary-nav1 #menu-shop-column-4>li,
#primary-nav2 #menu-knowledge-column-1>li,
#primary-nav2 #menu-knowledge-column-2>li,
#primary-nav2 #menu-knowledge-column-3>li,
#primary-nav2 #menu-knowledge-column-4>li,
#primary-nav3 #menu-about-column-1>li,
#primary-nav3 #menu-about-column-2>li,
#primary-nav3 #menu-about-column-3>li,
#primary-nav3 #menu-about-column-4>li,
#primary-nav4 #menu-locations-column-1>li,
#primary-nav5 #menu-wholesale-column-1>li {
	font-family: 'Open Sans';
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.2em;
	line-height: 2.2em;
	letter-spacing: 1px;

}

#primary-nav1 #menu-shop-column-1 .sub-menu li,
#primary-nav1 #menu-shop-column-2 .sub-menu li,
#primary-nav1 #menu-shop-column-3 .sub-menu li,
#primary-nav1 #menu-shop-column-4 .sub-menu li,
#primary-nav2 #menu-knowledge-column-1 .sub-menu li,
#primary-nav2 #menu-knowledge-column-2 .sub-menu li,
#primary-nav2 #menu-knowledge-column-3 .sub-menu li,
#primary-nav2 #menu-knowledge-column-4 .sub-menu li {
	margin: 0;
	font-weight: 600;
	font-size: 0.8em;
	line-height: 1.6em;
	letter-spacing: 1px;
	text-transform: uppercase;
}


.sub-menu {
	position: inherit;
	margin: 0 0 4px 0;
}


#primary-nav ul ul li { width: 100%; }

/*  Make sub menus appear */
#primary-nav ul li:hover ul,
#primary-nav ul li.sfHover ul {
	left: 0px;
	top: 25%; /* match top ul list item height */
	z-index: 99;
	position: inherit;
}

/* Hide all subs subs (4 levels deep) */
#primary-nav ul li:hover li ul,
#primary-nav ul li.sfHover li ul,
#primary-nav ul li li:hover li ul,
#primary-nav ul li li.sfHover li ul,
#primary-nav ul li li li:hover li ul,
#primary-nav ul li li li.sfHover li ul { top: -9999em; }

/* Displays all subs subs (4 levels deep) */
#primary-nav ul li li:hover ul,
#primary-nav ul li li.sfHover ul,
#primary-nav ul li li li:hover ul,
#primary-nav ul li li li.sfHover ul,
#primary-nav ul li li li li:hover ul,
#primary-nav ul li li li li.sfHover ul {
	left: 150px; /* match .nav ul width */
	top: -1px;
}
	
/* top level skin ------------------------------------*/

/*#primary-nav ul a {
    border-bottom: none;
	padding: 44% 0% 0;
	color: #353331;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Open Sans', helvetica, sans-serif;
	font-weight: 300;
	letter-spacing: 0.02em;
	text-decoration: underline;
}*/

#primary-nav ul a:hover,
#primary-nav ul li.sfHover > a,
#primary-nav ul li.current-cat > a,
#primary-nav ul li.current_page_item > a,
#primary-nav ul li.current-menu-item > a {
    background-color: transparent;
    color: #353331;
	text-decoration: none;
}

/* 2nd level skin ------------------------------------*/
#primary-nav ul ul {
    background-color: inherit;
	padding: 3px 12px;
}

#primary-nav ul ul li {
	height: 35px;
	line-height: 35px;
	float: none;
	background: none;
}

#primary-nav ul ul li:first-child { border-top: none; }

#primary-nav ul ul li a {
    color: #353331;
    font-weight: normal;
	line-height: 35px;
	height: 35px;
	font-size: 12px;
	padding: 0;
	text-decoration: none;
}

#primary-nav ul li.sfHover ul a { background: inherit; }

#primary-nav ul li.sfHover ul a:hover { color: #353331; }

/* Secondary Nav -------------------------------------*/

#secondary-nav { 
    float: left; 
    width: 50%;
}

#secondary-nav ul { float: right; }

#secondary-nav li {
    float: left;
    margin-left: 7px;
}

#secondary-nav a {
    border-bottom: none;
    color: #35322c;
    font: 11px/21px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 2px 3px;
    margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	4.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

.page-title {
	background: transparent;
    font-size: 3.8em;
	font-weight: 100;
    line-height: 1.3em;
    color: #35322c;
    vertical-align: top;
    float: left;
    padding-left:10px;
    padding-top:5px;
}

.entry-title,
.entry-title a {
    border-bottom: none;
    color: #35322c;
	font-size: 24px;
	line-height: 28px;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	-ms-transition: color .2s linear;
	transition: color .2s linear;
}

.entry-title a:hover { 
    background-color: transparent;
    color: #b2b2b6; 
    text-decoration: none;
}

.entry-content .intro, p.intro{
    font-size: 1.5em;
	font-weight: 500;
    line-height: 1.5em;
    color: #35322c;	
}

.entry-content p{
    font-size: 1.2em;
	font-weight: 300;
    line-height: 1.6em;
    color: #716c61;	
}


.page-header {
    background: transparent;
    margin-bottom: 30px;
    padding-bottom: 22px;
    position: relative;
    z-index: 0;
    height:5.0em;
}

body.single-coffee .page-header {
    background: none repeat scroll 0 0 #5E446A;
    margin-bottom: 30px;
    padding: 10px 0 15px;
    position: relative;
}

body.single-coffee .page-header p{
	color: #fff;
	font-size: 1.5em;
	font-weight: 500;
	letter-spacing: 1px;
	width: 50%;
	position: absolute;
	left: 50%;
	top: 25%;
}

body.single-coffee .page-header p span{
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
}

body.single-coffee .page-title {
    font-size: 4em;
    color: #fff;
	padding-left: 20px;
    padding-bottom: 15px;
}

/*.page-header img {
	width: 100%;
	height: auto;
	position: absolute;
}*/

.page #content,
.post-type-archive-employment-post #content,
.tax-community-tax #content {
    float: left;
    margin: 0;
    padding: 0 0 30px;
    width: 560px;
}

.single-country .page-header{
	padding: 0;
	margin: 0;	
}

.single-country .page-header h1,
.single-brew-guide .page-header h1,
.page .page-header h1 {
/* 	padding: 0 0 0 20px; */
}

.single-country .hentry{
	margin: 0;
	padding-left: 30px;
	float: left;
	width: 560px;
}

.page .hentry {
	margin: 0px 0 0px 30px;
	padding-left: 0px;
	float: left;
	width: 560px;
}

/*
.page .entry-content p {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 300;
}

.page .intro {
	font-size: 26px;
	line-height: 1.5em;
	padding-bottom: 1.3em;
	font-weight: 100;
}
*/

.home .page .entry-content {
	padding-left: 0%;
	width: 100%;
	padding-top: 0px;
}

.home #content {
	width: 100%;
	margin: 0px auto;
	padding: 0;
}

.homeLink {
	float: left;
	position: relative;	
	margin: 0 0 20px;
	width: 100%;
	height: auto;
	position: relative;
}

.homeLink h1 {
  color: #FFFFFF;
    font-family: 'Open Sans Condensed';
    font-size: 3em;
    left: 0;
    letter-spacing: 3px;
    line-height: 2em;
    padding: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 30px;
    width: 100%;
}

.homeLink h2 {
  color: #FFFFFF;
    font-family: 'Open Sans Condensed';
    font-size: 1.5em;
    left: 0;
    letter-spacing: 1px;
    line-height: 2em;
    padding: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 84px;
    width: 100%;
}

.homeLink h2 a{
	border-bottom: none;
	text-decoration: underline;
	color: #fff;
}

.homeLink h3 {
	margin: 20px 0 0 0;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	display: none;
}

.homeLink img {
	 border: 7px solid #35322C;
	 box-sizing: border-box;
	 width: 100%;
}

.internalSidebar {
   position: relative;
    z-index: 3;
}

.internalSidebar .inside{
    float: left;
    margin: 20px 20px;
    padding: 0;
    position: relative;
    width: 280px;
    min-height: 400px;
}

ul#sideArchive{
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none;
}

#sideArchive li{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 1.25em;
}

.internalSidebar .inside .tagDropDown{
	margin-top: 40px;
}

.internalSidebar .widgetBox {
	float: left;
	margin: 0 0 20px 30px;
	width: 100%;
}

div.internalSidebar .widget-text,
div.homeWidgets .widget-text {
	position: absolute;
	width: 100%;
}

/*
.internalSidebar h3{
	font-size: 2.6em !important;
	font-weight: 100;
	color: #67614e !important;
	padding-bottom: 15px;
}
*/

/* super footer widgets */

.sfooter {
	width: 100%;
	height: 6.25%;
	background: #35322c;
	display: inline-block;
	margin: 40px 0 0 0;
}

.sfooter-inner{
	width: auto;
	margin: 0 auto;
}

.sfooter .widget_text {
	width: 40%;
	position: relative;
	float: right;
	text-align: right;
	margin: 0;
	padding: 35px 2.5% 35px 0;
}

.sfooter .widget_text .socialic {
	display: inline-block;
	padding: 0 0 0 6%;
	
}

/*
.sfooter .widget_mailchimpsf_widget {
	width: 40%;
	position: relative;
	float: left;
	margin: 0;
	padding: 25px 0 25px 2.5%;
}

.mc_form_inside .mc_merge_var, #mc_signup_form{
	margin: 0;
}

#mc_signup_submit, #mc_signup_form .mc_var_label {
    display: none;
   }
   
#mc_mv_EMAIL {
   background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    color: #353331;
    font-size: 1.5em;
    padding: 13px;
    margin: 0;
}
*/

.sfooter #text-11 {
	width: 40%;
	position: relative;
	float: left;
	margin: 0;
	padding: 25px 0 25px 2.5%;
}

#mc_embed_signup form{
	margin: 0;
	padding: 0;
}

form .mc-field-group{
	padding: 0;
	margin: 0;
}

#text-11 form .mc-field-group #mce-EMAIL{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    color: #353331;
    font-size: 1.5em;
    padding: 13px;
    margin: 0;
    width: 100%;
}

#text-11 .clear #mc-embedded-subscribe2{
	background: url("../images/orangeoverlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    letter-spacing: 1px;
    margin: 0;
    padding: 12px;
    position: absolute;
    right: -26px;
    text-align: center;
    text-transform: uppercase;
    top: 25px;
    width: 130px;
    z-index: 100;
    }

.internalSidebar .inside #mce-EMAIL{
	width: 250px;
	padding: 13px;
}

.internalSidebar .inside #mc-embedded-subscribe{
background: url("../images/orangeoverlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 110px;
    z-index: 100;
    cursor: pointer;
   }

/* button css */

.buttonCTA {
	background: url(../images/button.png) no-repeat;
	width: 195px;
	height: 75px;
	display: block;
	cursor: pointer;
	position: absolute;
	right: 20px;
	bottom: 20px;
	background-size: 100%;
}

.buttonCTA:hover {
	background: url(../images/button.png) no-repeat;
	background-position: -9px 9px;
	width: 195px;
	height: 75px;
	display: block;
	cursor: pointer;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.buttonCTA p {
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	color: #353331;
	font-size: 16px;
	font-weight: 800;
	line-height: 18px;
	padding: 15px 10px 24px 25px;
	text-transform: uppercase;
	margin: 0;
}

.buttonCTA p:hover {
	padding: 24px 19px 20px 16px;
}


/****/

address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}

blockquote {
    background: transparent url(../images/quote.png) 0 4px no-repeat;
	color: #35322c;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	margin-left: 20px;
	margin-right: 50px;
	padding-left: 30px;
}

strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small { font-size: 11px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
kbd,
samp,
code,
pre {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #f7f7f8;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

pre {
	white-space: pre;
	overflow: auto;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px;
	clear: both;
}

code { padding: 3px; }

ul,
ol,
dl { margin-left: 30px; }

table {
	border: 0px solid #ccc;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0 5px;
	font-size: 16px;
	font-weight: 300;
}

table .even { background: #ddd; }

caption { text-align: left; }

tr { border-bottom: 1px dotted #ccc;}

th,
td {
	padding: 10px 10px 10px 0;
	vertical-align: top;
	text-align: left;
}

th.half,
td.half {
	width: 50%;
}

th.third,
td.third {
	width: 33%;
}

th.quarter,
td.quarter {
	width: 25%;
}

/* Common Media Stylings --------------------------*/

.entry-content img { max-width: 100%; }

img.alignleft {
	float: left;
	margin: 10px 25px 20px 0;
}

 img.alignright {
	float:right;
	display: block;
	clear: right;
	margin: 10px 0px 20px 25px;
}

.country img.alignright, .coffee-love-subch img.alignright {
	float:right;
	display: block;
	clear: right;
	margin: 10px -320px 25px 20px;
}

body.page-template-page-locations-php img.alignright{
	margin: 10px -290px 25px 20px;
}

div.location img.wp-post-image{
	float: right;
	margin: 10px 0px 25px 0px;
}

div.location p{
	line-height: 1.5em;
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 5px;
}

img.alignnone {
    display: block;
    margin: 20px 0 20px;
}

.wp-caption {
	text-align: center;
	margin: 10px 20px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.wp-caption.aligncenter { margin: 20px auto; }

.wp-caption.alignleft { margin-left: 0; }

.wp-caption.alignright { margin-right: 0; }

.wp-caption.alignnone { margin-left: 0; }

.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}

.gallery { margin: auto; }

.gallery-image {
	border: 2px solid #efefef;
	margin-left: 0;
}

.gallery-caption { 
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 0; 
}

.gallery-item {
	float: left;
	text-align: center;
	margin-left: 0;
}

.gallery {
	float: left;
	width: 100%;
}

.gallery-item { float: left; }

.gallery-item .gallery-caption { 
    margin-bottom: 0 !important;
    padding-right: 12%; 
}

.gallery-item img {
	margin: 0 !important;
	padding:  0 !important;
}

.gallery-item a {
	float: left;
	border: none !important;
	margin:  0 !important;
	padding: 0 !important;
}

iframe { 
    max-width: 100%; 
    margin-bottom: 20px;
}

/* Slider Stylings Default------------------------------------*/

.slides_container {
	position: relative;
	overflow: hidden;
}

.slider { 
    position: relative; 
    margin-bottom: 20px;
    overflow: hidden; 
}

.slider a {
    border-bottom: none;
    color: #ffffff;
    margin: 0;
}

.slider a:hover {
    background-color: #35322c;
    color: #fff;
}

.slider .slide a:hover { background: none; }

.slider .slides_prev,
.slider .slides_next {
    background: #35322c url(../images/icons.png) -26px -45px no-repeat;
    border-bottom: none;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    display: none;
    text-indent: -999em;
    position: absolute;
    bottom: 14px;
    height: 23px;
    width: 23px;
    z-index: 10;
}

.slider .slides_prev { 
    background-position: -67px -45px; 
    right: 38px;
}

.slider .slides_prev:hover {
    background-color: #ffd62c; 
    background-position: -86px -45px;
}

.slider .slides_next { right: 10px; }

.slider .slides_next:hover { 
    background-color: #ffd62c; 
    background-position: -46px -45px;
}

.slider .pagination { 
    position: absolute; 
    bottom: 1px;
    right: 60px;
    z-index: 10;
}

.slider .pagination li { 
    float: left; 
    margin-right: 5px;
}

.slider .pagination a {
    background: transparent url(../images/icons.png) -13px -45px no-repeat;
    border-bottom: none;
    display: block;
    height: 11px;
    width: 11px;
    text-indent: -999em;
}

.slider .pagination a:hover,
.slider .pagination .current a { background-position: 0 -45px; }

/*
.slider-desc {
    background: url(../images/slidertext-back.png) repeat;
	color: #fff;
	position: absolute;
	left: 25%;
	top: 25%;
	width: 50%;
	height: 50%;
	font-size: 2em !important;
	font-weight: 500;
	line-height: 1.75em;
	font-family: 'Open Sans', helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
}
*/

.slider-desc {
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 25%;
	width: auto;
	font-size: 2em !important;
	font-weight: 500;
	line-height: 1.75em;
	font-family: 'Open Sans', helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.slider-desc p{
	padding: 30px;
}

.sliderH {
	color: #ffd62c;
	font-weight: 700;
}

.slider-desc h1{

	font-family: 'Open Sans Condensed', helvetica, sans-serif;
	font-weight:bold;
   font-size: 40px;
   line-height: 0;
   letter-spacing: 3px;
/*    -webkit-text-stroke: 1px #bb2030; */
   color: white;
   text-shadow:
       3px 3px 0 #58111c,
     -1px -1px 0 #58111c,  
      1px -1px 0 #58111c,
      -1px 1px 0 #58111c,
       1px 1px 0 #58111c;
      }

.slider-desc h2{
   font-size: 68px;
	font-weight: 600;
	line-height: 0px;
   letter-spacing: 3px;
   margin: 0 0 30px;
   padding: 40px 0;
/*    -webkit-text-stroke: 1px #bb2030; */
   color: white;
   border: solid;
   border-width: 1px 0;
   border-color: #fff;
   text-shadow:
       3px 3px 0 #58111c,
     -1px -1px 0 #58111c,  
      1px -1px 0 #58111c,
      -1px 1px 0 #58111c,
       1px 1px 0 #58111c;
   display: inline-block;
}

.slider-desc h3{
	font-family: 'Open Sans Condensed', helvetica, sans-serif;
	font-weight:bold;
	font-size: 27px;
	line-height: 0;
	letter-spacing: 6px;
/*    -webkit-text-stroke: 1px #bb2030; */
   color: white;
   text-shadow:
       3px 3px 0 #58111c,
     -1px -1px 0 #58111c,  
      1px -1px 0 #58111c,
      -1px 1px 0 #58111c,
       1px 1px 0 #58111c;
}

.slider-desc h4{
   font-size: 17px;
	font-weight: 700;
	line-height: 0;
	letter-spacing: 4px;
	text-decoration: underline;   
   color: white;
   text-shadow:
       3px 3px 0 #58111c,
     -1px -1px 0 #58111c,  
      1px -1px 0 #58111c,
      -1px 1px 0 #58111c,
       1px 1px 0 #58111c;
}


.slider-desc h1.style2 {
	font-family: 'Open Sans', helvetica, sans-serif;
	font-weight: 600;
	font-size: 3.3em;
	line-height: 0;
	letter-spacing: 2px;
/*    -webkit-text-stroke: 1px #bb2030; */
   	color: #F4EFE2;
   	margin-left: 40px;
      text-shadow: 3px 3px 0 #353331, -1px -1px 0 #353331, 1px -1px 0 #353331, -1px 1px 0 #353331, 1px 1px 0 #353331;
      text-align: left;
      text-transform: none;
}

.slider-desc h1.style2 span{
	font-family: 'Lobster', helvetica, sans-serif;
	letter-spacing: 0px;
      text-shadow: 3px 3px 0 #353331, -1px -1px 0 #353331, 1px -1px 0 #353331, -1px 1px 0 #353331, 1px 1px 0 #353331;
}

.slider-desc h2.style2 {
	border: none;
	font-family: 'Open Sans', helvetica, sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	line-height: 0;
	letter-spacing: 1px;
/*    -webkit-text-stroke: 1px #bb2030; */
   color: #21201f;
   	margin-left: 40px;
      text-shadow: none;
      text-align: left;
      text-transform: none;
      display: block;
     }


.slider-desc div.style3{
	margin: 0 auto;
	width: 40%;
	position: relative;
	top: -12%;
}

.slider-desc h1.style3 {
	font-family: 'Open Sans', helvetica, sans-serif;
	font-weight: 900;
	font-size: 2.5em;
	line-height: 0;
	letter-spacing: 2px;
/*    -webkit-text-stroke: 1px #bb2030; */
   	color: #f4f4ea;
   text-shadow:
       3px 3px 0 #135811,
     -1px -1px 0 #135811,  
      1px -1px 0 #135811,
      -1px 1px 0 #135811,
       1px 1px 0 #135811;
    text-align: center;
    text-transform: uppercase;	
}

.slider-desc h2.style3{
	border: none;
	font-family: 'Bitter', helvetica, sans-serif;
	font-size: 1.25em;
   	color: #f4f4ea;
   	font-style: italic;
   	margin: 10px 0 60px;
   	padding: 0;
   text-shadow:
       3px 3px 0 #135811,
     -1px -1px 0 #135811,  
      1px -1px 0 #135811,
      -1px 1px 0 #135811,
       1px 1px 0 #135811;
   text-transform: none;	

}

.slider-desc h3.style3 {
	font-family: 'Bitter', helvetica, sans-serif;
	font-size: 2.5em;
   	color: #f4f4ea;
   	font-style: normal;
   text-shadow:
       3px 3px 0 #135811,
     -1px -1px 0 #135811,  
      1px -1px 0 #135811,
      -1px 1px 0 #135811,
       1px 1px 0 #135811;
           text-transform: none;	
}

.slider-desc h4.style3 {
	display: inline;
	font-family: 'Open Sans', helvetica, sans-serif;
	font-weight: 900;
	font-size: 1.25em;
	line-height: 2.5em;
	letter-spacing: 2px;
/*    -webkit-text-stroke: 1px #bb2030; */
   	color: #f4f4ea;
    text-shadow: none;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #21201f;
    padding: 10px 15px;
}

/*
.slider-desc span,
.slider-desc em { color: #ffd62c; }
*/

/* Updated Slider Stylings ------------------------------------*/

.home .slider-wrapper .nivo-controlNav {
    position: absolute;
    bottom: 1px;
    right: 60px;
    width: 20%;
    z-index: 10;
}

.page-template-template-home-php .nivoSlider img {
    border: 7px solid #35322c;
	box-sizing: border-box;
}

.slider-wrapper .nivo-caption {
	background: transparent;
	color: #fff;
	opacity: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 17%;
	width: auto;
	font-size: 2em !important;
	font-weight: 500;
	line-height: 1.75em;
	font-family: 'Open Sans', helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.nivo-caption p{
	padding: 30px;
}

.sliderH {
	color: #ffd62c;
	font-weight: 700;
}

.nivo-caption h1{
	font-family: 'Open Sans Condensed', helvetica, sans-serif;
	font-weight:bold;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 3px;
	color: white;
	margin-bottom: 20px;
	text-shadow:
       3px 3px 0 #58111c,
     -1px -1px 0 #58111c,  
      1px -1px 0 #58111c,
      -1px 1px 0 #58111c,
       1px 1px 0 #58111c;
      }

.nivo-caption h2{
   font-size: 68px;
	font-weight: 600;
	line-height: 0;
   letter-spacing: 3px;
   margin: 0 0 20px;
   padding: 40px 0;
/*    -webkit-text-stroke: 1px #bb2030; */
   color: white;
   border: solid;
   border-width: 1px 0;
   border-color: #fff;
   text-shadow:
       3px 3px 0 #58111c,
     -1px -1px 0 #58111c,  
      1px -1px 0 #58111c,
      -1px 1px 0 #58111c,
       1px 1px 0 #58111c;
   display: inline-block;
}

.nivo-caption h3{
	font-family: 'Open Sans Condensed', helvetica, sans-serif;
	font-weight:bold;
	font-size: 27px;
	line-height: 27px;
	letter-spacing: 6px;
	margin-bottom: 20px;
/*    -webkit-text-stroke: 1px #bb2030; */
	color: white;
	text-shadow:
       3px 3px 0 #58111c,
     -1px -1px 0 #58111c,  
      1px -1px 0 #58111c,
      -1px 1px 0 #58111c,
       1px 1px 0 #58111c;
}

.nivo-caption h4{
	font-size: 17px;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: 4px;
	margin-bottom: 20px;
	text-decoration: underline;   
	color: white;
	text-shadow:
       3px 3px 0 #58111c,
     -1px -1px 0 #58111c,  
      1px -1px 0 #58111c,
      -1px 1px 0 #58111c,
       1px 1px 0 #58111c;
}


.nivo-caption h1.style2 {
	font-family: 'Open Sans', helvetica, sans-serif;
	font-weight: 600;
	font-size: 3.3em;
	line-height: 0;
	letter-spacing: 2px;
/*    -webkit-text-stroke: 1px #bb2030; */
   	color: #F4EFE2;
   	margin-left: 40px;
      text-shadow: 3px 3px 0 #353331, -1px -1px 0 #353331, 1px -1px 0 #353331, -1px 1px 0 #353331, 1px 1px 0 #353331;
      text-align: left;
      text-transform: none;
}

.nivo-caption h1.style2 span{
	font-family: 'Lobster', helvetica, sans-serif;
	letter-spacing: 0px;
      text-shadow: 3px 3px 0 #353331, -1px -1px 0 #353331, 1px -1px 0 #353331, -1px 1px 0 #353331, 1px 1px 0 #353331;
}

.nivo-caption h2.style2 {
	border: none;
	font-family: 'Open Sans', helvetica, sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	line-height: 0;
	letter-spacing: 1px;
/*    -webkit-text-stroke: 1px #bb2030; */
   color: #21201f;
   	margin-left: 40px;
      text-shadow: none;
      text-align: left;
      text-transform: none;
      display: block;
     }


.nivo-caption div.style3{
	margin: 0 auto;
	width: 40%;
	position: relative;
	top: -12%;
}

.nivo-caption h1.style3 {
	font-family: 'Open Sans', helvetica, sans-serif;
	font-weight: 900;
	font-size: 2.5em;
	line-height: 0;
	letter-spacing: 2px;
/*    -webkit-text-stroke: 1px #bb2030; */
   	color: #f4f4ea;
   text-shadow:
       3px 3px 0 #135811,
     -1px -1px 0 #135811,  
      1px -1px 0 #135811,
      -1px 1px 0 #135811,
       1px 1px 0 #135811;
    text-align: center;
    text-transform: uppercase;	
}

.nivo-caption h2.style3{
	border: none;
	font-family: 'Bitter', helvetica, sans-serif;
	font-size: 1.25em;
   	color: #f4f4ea;
   	font-style: italic;
   	margin: 10px 0 60px;
   	padding: 0;
   text-shadow:
       3px 3px 0 #135811,
     -1px -1px 0 #135811,  
      1px -1px 0 #135811,
      -1px 1px 0 #135811,
       1px 1px 0 #135811;
   text-transform: none;	

}

.nivo-caption h3.style3 {
	font-family: 'Bitter', helvetica, sans-serif;
	font-size: 2.5em;
   	color: #f4f4ea;
   	font-style: normal;
   text-shadow:
       3px 3px 0 #135811,
     -1px -1px 0 #135811,  
      1px -1px 0 #135811,
      -1px 1px 0 #135811,
       1px 1px 0 #135811;
           text-transform: none;	
}

.nivo-caption h4.style3 {
	display: inline;
	font-family: 'Open Sans', helvetica, sans-serif;
	font-weight: 900;
	font-size: 1.25em;
	line-height: 2.5em;
	letter-spacing: 2px;
/*    -webkit-text-stroke: 1px #bb2030; */
   	color: #f4f4ea;
    text-shadow: none;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #21201f;
    padding: 10px 15px;
}


/* Homepage Content Columns --------------------------------*/


.single-country #roastCol1{
	width: 100%;
	clear: both;
}

.single-country #roastCol1 .coffeeBadge{
	margin-right: 12px;
}

#roastCol1{
	float: left;
    margin: 20px 0px 20px 20px;
    padding: 0;
    position: relative;
    width: 280px;
    }
    
#roastCol1 > h2,
div.internalSidebar h2{
   font-family: "Open Sans";
   font-weight: 800;
   font-size: 2em;
   border-top: 4px solid #35322c;
   text-transform: uppercase;
   padding-top: 20px;
   color: #35322c;
    }
    
#roastCol1 > h2 a#lrLearn{
	font-size: 0.35em;
	font-weight: 700;
	position: relative;
	top: -1.25em;
	color: #c9471a;
}

#roastCol1 > h2 #lrLearn:hover{
	text-decoration: underline;
}
    
#roastCol1 h2.browse-link, #knowCol3 h2.browse-link {
    border: none;
    color: #35322C;
    font-family: "Open Sans Condensed";
    font-size: 1.6em;
    font-weight: 800;
    padding: 0px;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: 1px;
    text-decoration: underline;
}
    
#roastCol1 .coffeeBadge {
	position: relative;
	display: inline-block;
	width: 280px;
	margin-bottom: 20px;
}    

#centerCol2{
  /*  margin: 20px 0 20px 20px;
    padding: 0;
    position: absolute;
    left: 300px;
    width: 46%; */
    width: 100%;
    }

#knowCol2 > h2{
   font-family: "Open Sans";
   font-weight: 800;
   font-size: 2em;
   text-transform: uppercase;
   padding-top: 20px; 
   border-top: 4px solid #35322c;
   color: #35322c;
    }
    
#knowCol3{
	float: right;
    padding: 0;
    }
    
    
#knowCol3 h2.browse-link {
	text-align: center;
}
    
#knowCol3 a{
	border: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
} 
    
    
#knowCol3 > h2{
   font-family: "Open Sans";
   font-weight: 800;
   font-size: 2em;
   text-transform: uppercase;
   padding-top: 20px; 
   border-top: 4px solid #35322c;
   color: #35322c;
    }   
    
#knowCol3 .knowContainer{
/*	background: #fff; */
	padding: 0px 0 15px;
	margin-bottom: 20px;
}

#knowCol3 .knowContainer img{
	max-width: 280px;
	height: auto;
	
}

#knowCol3 .knowContainer h2{
   font-family: "Open Sans";
   font-weight: 600;
   font-size: 1.3em;
   letter-spacing: 1px;
   padding: 0px 0;
   margin: 0; 
   color: #35322c;
   padding: 15px 10px 0;
}


#knowCol3 .knowBottom a{
	   color: #35322c;
}

#knowCol3 .knowContainer p{
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 0.8em;
   line-height: 1.6em;
   margin: 0; 
   color: #35322c;
   padding: 0 10px;
} 

#knowCol3 .knowContainer p.more{
	text-decoration: underline;
	line-height: 1.9em;
}    


/* Audio/Video jPlayer Skin -------------------------------*/

div.jp-jplayer.jp-jplayer-video,
div.jp-jplayer.jp-player-video { 
    background-color: #292a2b;
    width: 560px; 
}

.jp-audio-container,
.jp-video-container { margin-bottom: 20px; }

div.jp-interface {
	position: relative;
	width: 100%;
	background: url(../images/jplayer_bg.png) repeat-x;
	z-index: 100;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

.jp-interface { height: 30px; }

.jp-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.jp-controls li { display: inline; }

.jp-controls a {
    border-bottom: none;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}

.jp-controls a:hover { background-color: transparent; }

a.jp-play,
a.jp-pause {
	width: 33px;
	height: 30px;
	z-index: 1;
	outline: none;
	top: 0;
	left: 0;
}

a.jp-play { background: url(../images/jplayer-black-and-yellow.png) 0 0 no-repeat; }

a.jp-play:hover { background-position: -33px 0; }

a.jp-pause { 
    background: url(../images/jplayer-black-and-yellow.png) 0 -30px no-repeat; 
    display: none;
}

a.jp-pause:hover { background-position: -33px -30px; }

.jp-progress-container {
	position: absolute;
	top: 0;
	left: 34px;
	width: 410px;
	height: 6px;
	padding: 12px 10px;
}

.jp-progress { 
    position: absolute; 
	width: 408px;
	height: 7px;
	padding: 1px;
	background: url(../images/jplayer-black-and-yellow.png) 0 -192px repeat-x ;
}

.jp-seek-bar {
	width: 0px;
	height: 5px;
	cursor: pointer;
	background: url(../images/jplayer-black-and-yellow.png) 0 -163px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.jp-play-bar {
	width: 0px;
	height: 5px;
	background: url(../images/jplayer-black-and-yellow.png) 0 -133px repeat-x ;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.jp-volume-bar-container {
	position: absolute;
	top: 0;
	right: 20px;
	width: 40px;
	height: 6px;
	padding: 12px 10px;
}

.jp-volume-bar {
	position: relative;
	overflow: hidden;
	background: url(../images/jplayer-black-and-yellow.png) 0 -192px repeat-x;
	width: 40px;
	height: 9px;
	cursor: pointer;
	top: 0;
	left: 18px;
}

.jp-volume-bar-value {
	width: 0px;
	height: 5px;
	margin: 1px;
	background: url(../images/jplayer-black-and-yellow.png) 0 -133px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

a.jp-mute,
a.jp-unmute {
	width: 17px;
	height: 13px;
	z-index: 1;
	outline: none;
	top: 9px;
	right: 60px;
}

a.jp-mute { background: url(../images/jplayer-black-and-yellow.png) -10px -68px no-repeat; }

a.jp-mute:hover { background-position: -43px -68px; }

a.jp-unmute { background: url(../images/jplayer-black-and-yellow.png) -10px -98px no-repeat; }

a.jp-unmute:hover { background-position: -43px -98px; }

.seperator-first,
.seperator-second {
	background:url(../images/seperator.png) no-repeat left;
	height: 30px;
	width: 2px;
	position: absolute;
	left: 32px;
}

.seperator-second { 
    left: auto; 
    right: 90px;
}

/* Common Form Elements -------------------------------*/

input,
textarea {
	background: #fff;
	color: #353331;
	padding: 5px 6px 6px;
	font-size: 1.25em;
	border: 1px solid #40291F;
}

button,
#submit,
input.wpcf7-submit {
	background: #333;
	border: 1px solid #333;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px;
	width: auto;
	-webkit-transition: color .2s linear, background .2s linear, border-color .2s linear;
	-moz-transition: color .2s linear, background .2s linear, border-color .2s linear;
	-ms-transition: color .2s linear, background .2s linear, border-color .2s linear;
	-o-transition: color .2s linear, background .2s linear, border-color .2s linear;
	transition: color .2s linear, background .2s linear, border-color .2s linear;
}

#wpcf7-f602-p6-o1{
	margin-bottom: 60px;
}

input:focus,
textarea:focus {
	background: #fff;
	border-color: #cfcfcf;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	color: #555;
}

#submit:hover,
button:hover {
    background: #ffd62c;
    border-color: #ffd62c;
    color: #35322c;
}


/*----------------------------------------------------------------------------------*/
/*  5.  Portfolio Content Styles
/*----------------------------------------------------------------------------------*/

.page-template-template-portfolio-php #primary,
.tax-portfolio-type #primary {
    background: transparent;
    width: 100%;
}

.page-template-template-portfolio-php .page-header,
.tax-portfolio-type .page-header { margin-right: 20px;}

.page-template-template-portfolio-php .hentry,
.tax-portfolio-type .hentry,
.tz-recent-portfolios-widget li {
    background: #f7f7f8;
    border-bottom: none;
    float: left;
    margin: 0 20px 48px 0;
    padding: 0;
    width: 220px;
    height: 215px;
}

.page-template-template-portfolio-php .last,
.tax-portfolio-type .last { margin-right: 0; }

.page-template-template-portfolio-php .post-thumb,
.tax-portfolio-type .post-thumb,
.recent-work .post-thumb,
.portfolio-related .post-thumb,
.tz-recent-portfolios-widget .post-thumb { 
    margin: 0; 
    position: relative;
}

.page-template-template-portfolio-php .post-thumb a,
.tax-portfolio-type .post-thumb a,
.recent-work .post-thumb a,
.portfolio-related .post-thumb a,
.tz-recent-portfolios-widget .post-thumb a {
    background-color: #ffd62c;
    border-bottom: none;
    display: block;
    height: 140px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 220px;
}

.page-template-template-portfolio-php .post-thumb a:hover img,
.tax-portfolio-type .post-thumb a:hover img,
.recent-work .post-thumb a:hover img,
.portfolio-related .post-thumb a:hover img,
.tz-recent-portfolios-widget .post-thumb a:hover img { opacity: .2; }

.page-template-template-portfolio-php .post-thumb-overlay,
.tax-portfolio-type .post-thumb-overlay,
.recent-work .post-thumb-overlay,
.portfolio-related .post-thumb-overlay,
.tz-recent-portfolios-widget .post-thumb-overlay {
    background-color: #333;
    color: #fff;
    display: none;
    padding: 2px 6px;
    position: absolute;
    top: 43%;
    left: 32%;
}

.page-template-template-portfolio-php a:hover .post-thumb-overlay,
.tax-portfolio-type a:hover .post-thumb-overlay,
.recent-work a:hover .post-thumb-overlay,
.portfolio-related a:hover .post-thumb-overlay,
.tz-recent-portfolios-widget a:hover .post-thumb-overlay { 
    display: block;
    z-index: 99;
}

.page-template-template-portfolio-php .hentry .entry-title,
.page-template-template-portfolio-php .hentry .entry-title a,
.tax-portfolio-type .hentry .entry-title,
.tax-portfolio-type .hentry .entry-title a,
.recent-work .entry-title,
.recent-work .entry-title a,
.portfolio-related .entry-title,
.portfolio-related .entry-title a,
.tz-recent-portfolios-widget .entry-title,
.tz-recent-portfolios-widget .entry-title a {
    font-size: 13px;
    line-height: 20px;
    margin: 15px 0 2px;
    text-align: center;
}

.page-template-template-portfolio-php .hentry .entry-meta,
.tax-portfolio-type .hentry .entry-meta,
.tz-recent-portfolios-widget .entry-meta { 
    left: auto;
    position: static; 
    text-align: center;
    width: auto;
}

.page-template-template-portfolio-php .page-title,
.tax-portfolio-type .page-title { display: inline-block; }

#sort-by { float: right; }

.ie7 #sort-by {
    position: relative;
    top: -20px;
    right: -18px;
}

#sort-by li {
    background: transparent url(../images/bg-widget-title.gif) 0 5px no-repeat;
    float: left;
    padding-left: 13px;
    margin-left: 7px;
}

#sort-by li:first-child { background: none; }

#sort-by a {
    border-bottom: none;
    color: #555;
    padding: 2px 5px;
    margin: 0;
}

#sort-by a.active { background-color: #ffd62c; }


/* Single Portfolio -----------------------------------*/

.single-portfolio #primary { 
    background: transparent;
    width: 100%; 
}

.single-portfolio .hentry { 
    border-bottom: none;
    margin: 0; 
}

.single-portfolio .image-frame { margin-bottom: 20px; }

.single-portfolio .entry-content {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-count: 20px;
	column-count: 2;
	padding-left: 240px;
	position: relative;
}

.single-portfolio .entry-content .column { width: 330px !important; }

.single-portfolio .entry-content .first { margin-right: 20px; }

.single-portfolio .entry-content .entry-meta { 
    left: 0; 
    width: 220px;
}

.gecko.single-portfolio .entry-content .entry-meta { left: -240px; }

.single-portfolio .entry-meta h5 {
    display: inline;
    margin-right: 3px;
}

.single-portfolio .entry-meta span { margin-bottom: 0; }

.single-portfolio .jp-progress-container { width: 790px; }

.single-portfolio .jp-progress { width: 788px; }


/* Related Portfolios -------------------------------------*/

.portfolio-related {
    background: transparent;
    margin: 10px 0 10px; 
    padding: 25px 20px 20px;
}

.related-title {
    background: #fff url(../images/dots.gif) 0 8px repeat-x;
    font-size: 12px;
}

.related-title span { 
    background: #fff url(../images/bg-widget-title.gif) 0 3px no-repeat;
    padding-left: 14px;
    padding-right: 10px;
}

.recent-work ul,
.portfolio-related ul { margin-left: 0; }

.recent-work li,
.portfolio-related li {
    background: #f7f7f8;
    border-bottom: none;
    float: left;
    margin: 0 20px 30px 0;
    padding: 0;
    position: relative;
    width: 220px;
    height: 215px;
}

.recent-work li.last,
.portfolio-related li.last { margin-right: 0; }

.recent-work li .entry-meta,
.portfolio-related li .entry-meta {
    text-align: center;
    width: 220px;
    bottom: 15px;
    top: auto;
    left: auto;
}

div.location{
	clear: both;
	border-top: 2px solid #35322C;
}

.internalSidebar div.location{
	clear: both;
	border: none;
}

div.location h2{
	margin-top: 10px;
}

h4.typeLo{
	color: #999;
	font-style: italic;
	font-weight: 300;
}

div.location p a{
	text-decoration: underline;
}


div.equipmentSingle{
	width: 250px;
	overflow: hidden;
	float: left;
	margin: 0px 44px 80px 70px;
	position: relative;
}

div#roastCol1 div.equipmentSingle{
	width: 250px;
	overflow: hidden;
	float: left;
	margin: 0px 10px 80px 70px;
	position: relative;
}

div.equipmentSingle h1.newProd{
	background-color: #749E45;
	color: #FFFFFF;
    font-family: 'Open Sans Condensed';
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 5px;
    padding: 0 10px;
    text-transform: uppercase;
    position: absolute;
    top: 95px;
    left: 0px;
}

div.equipmentSingle h2{
	background: url(../images/white-60.png);
	font-family: 'Open Sans Condensed';
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 5px;
    padding: 5px 10px;
    text-transform: uppercase;
    position: absolute;
    top: 117px;
    left: 0px;
    width: 230px;
}

body.single-equipment1 h1.page-title{
	background-color: #35322c;
	color: #fff;
	display: block;
	padding-left: 20px;
}

div#imagesProduct{
	width: 560px;
	margin: 0 20px;
	float: left;
}

body.single-equipment1 div.region-head,
body.single-coffee div.region-head{
	margin: 30px 0 15px;
	padding-left: 20px;
}

body.single-equipment1 #centerCol2 h4{
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 2px solid #35322c;
}
    
#equiPrice{
	float: right;
    margin: 0 0 20px 20px;
    padding: 0;
    position: relative;
    width: 280px;
    }
    
    
#equiPrice > h1{
   font-family: "Open Sans";
   font-weight: 700;
   font-size: 2.6em;
   text-transform: uppercase;
   padding-top: 20px; 
   color: #35322c;
   letter-spacing: 1px;
   }   


#equiPrice p{
	float: left;
	font-size: 1.5em;
}

#equiPrice p input{
	background: #fff;
	border: 1px solid #282827;
	padding: 5px;
	font-size: 1em;
	font: 'Open Sans';
	margin: 15px 5px 0 0;
}

#equiPrice .addcart {
	background: url("../images/orangeoverlay.png") repeat scroll 0 0 transparent;
	font-family: "Open Sans Condensed";
	color: #fff;
	float: right;
	z-index: 100;
	margin: 15px 20px 0 0;
	padding: 10px 0;
	width: 30%;
	text-align: center;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: bold;
	width: 50%;
}

#equiPrice .addcart a{
	color: #fff;
}

body.single-equipment1 #roastCol1 {
    margin: 20px 20px 20px;
    padding: 0px;
    position: relative;
    width: 1160px;
}

body.single-equipment1 #roastCol1>h2{
	text-align: center;
}


body.single-equipment1 #roastCol1 #roastRec{
	width: 92%;
	margin: 0 auto;	
}

body.single-equipment1 .lArrow{
	position: absolute;
	top: 40%;
	left: 6%;
}

body.single-equipment1 .rArrow{
	position: absolute;
	top: 40%;
	right: 6%;
}


/*-----------------------------------------------------------------------------------*/
/*	6.	Post Content Styles
/*-----------------------------------------------------------------------------------*/

.hentry {
    margin: 0px 0 0 10px;
    padding: 0px;
    position: relative;
    display: inline-block;
    width: 560px;
}

/* Fixes absolutely positioned Event Calendar popups */
#tribe-events-pg-template .hentry{
	width: auto;
}

body.post-type-archive-coffee .hentry{
    width: 100%;
	margin: 0 0 15px 0;
}

.single-post .hentry { 
    border-bottom: none; 
    margin-bottom: 20px;
}

.format-standard .entry-title,
.format-standard .entry-title a {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}

.format-quote .entry-title,
.format-quote .entry-title a,
.format-link .entry-title,
.format-link .entry-title a {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.entry-content { overflow: visible; }

.post-thumb > a,
.post-thumb > a:hover { 
    background-color: #fff; 
    border-bottom: none;
}

.post-thumb img {
    -webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.post-thumb > a:hover img { opacity: .7; }

.more-link {
    border-bottom: none;
	font-weight: bold;
	text-decoration: underline;
}

.more-link:hover { color: #35322c; }

.entry-meta {
    position: relative;
	max-width: 280px;
	display: inline-block;	
}

.entry-meta a {
    border-bottom: none;
    color: #555;
    display: inline-block;
    padding: 4px 4px 0;
    margin: 0 -4px;
    line-height: 22px;
}

.entry-meta span { 
    display: inline-block; 
    margin-bottom: 4px; 
}

.entry-meta span.post-format {
    background: #ffd62c url(../images/icons.png) 0 0 no-repeat;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    margin: 0 0 9px 0;
    padding: 0;
    height: 45px;
    width: 45px;
    -webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
}

.format-aside span.post-format { background-position: -270px 0; }

.format-audio span.post-format { background-position: -135px 0; }

.format-gallery span.post-format { background-position: -90px 0; }

.format-image span.post-format { background-position: -180px 0; }

.format-link span.post-format { background-position: -225px 0; }

.format-quote span.post-format { background-position: -315px 0; }

.format-video span.post-format { background-position: -45px 0; }

.entry-meta a.post-format:hover { background-color: transparent; }

.entry-meta a:hover span.post-format { background-color: #35322c; }

.entry-meta span.edit-post a { margin: 0; }

.sub-title {
    color: #b2b2b6;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    position: relative;
    top: -15px;
}

.author-bio {
	padding: 20px;
	background: #fbfbfb;
	border: 1px solid #efefef;
}

.author-bio .avatar	{
	float: left;
	margin: 0 10px 0 0;
}

.author-title {
	font-weight: bold;
	margin-left: 60px;
}

.author-description { margin-left: 60px; }

.entry-content ul { list-style-type: disc; }

.entry-content ol { list-style-type: decimal; }

.sticky {}


/*-----------------------------------------------------------------------------------*/
/* Brew Guides */
/*-----------------------------------------------------------------------------------*/

body.single-brew-guide h1.page-title {
	margin-bottom: 40px;
}

body.post-type-archive-brew-guide .hentry{
	width: 280px;
}

div.brewGuides{
	background-color: #35322c;
}

div.brewGuides h3{
    color: #FFFFFF;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 20px;
    padding: 15px 20px;	
    }

.brew-guide-wrapper{
	width: 280px;
	float: left;
    margin: 30px;
    padding-bottom: 0px;
    position: relative;
    display: inline-block;
}

.brew-guide-wrapper img {
	width: 100%;
}

.brew-guide-wrapper h2{
	margin: 20px auto;
	text-align: center;
}

.brew-guide-wrapper p{
	padding:  0 5%;
	margin: 0;
}
	
.brew-guide-wrapper p.more{
	text-decoration: underline;
}

#knowCol3 .brew-guide-wrapper h2{
	margin: 10px auto 20px;
	text-align: center;
}


div#brewDownload{
	   float: left;
    margin: 20px 0 20px 20px;
    padding: 0;
    position: relative;
    width: 280px;
}

div#brewDownload h3{
	margin: 20px 0 0;
}

body.single-brew-guide  div.entry-content strong{
    font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}

div.icon-column{
	width: 125px;
	padding: 20px 10px 40px 62px;
	margin: 0;
	float: left;
	position: relative;
}

div.icon-column img.alignleft{
	margin-left: -62px;
}

div.steps-column{
	position: relative;
	float: left;
	width: 320px;
	padding-left: 40px;
	border-left: 1px solid #35322c;	
}

div.steps-column img.alignleft.steps{
	position: absolute;
	top: -23px;
	left: -19px;
	margin: 0;
	padding: 0;
}

div.tips-column{
	border-top: 1px solid #35322c;
	float: left;
	clear: both;
}

div#knowCol3 .brew-guide-wrapper{
	width: 280px;
	float: left;
    margin: 0px;
    padding-bottom: 0px;
    position: relative;
    display: inline-block;
}

div#knowCol3 .brew-guide-wrapper img{
	width: 70%;
	height: auto;
	margin-left: 15%;
}

h2.noposts{
	clear:left;
	padding: 25px;
}


/*-----------------------------------------------------------------------------------*/
/* Community */
/*-----------------------------------------------------------------------------------*/

body.author div#primary div.post,
body.author div#primary div.community-post,
body.page-template-page-community-post-php div#primary div.community-post,
body.archive div#primary div.community-post{
	margin: 30px 0 30px 30px;
	width: auto;
	padding-top: 15px;
	border-top: 1px solid #35322C;
}

div#primary div.press-post{
	margin: 30px 0 30px 30px;
	padding-top: 15px;
	border-top: 1px solid #35322C;
}

body.author div.entry-content img.wp-post-image, 
body.page div.entry-content img.wp-post-image,
body.archive div.entry-content img.wp-post-image{
	float: left;
	margin: 10px 20px 25px 0px;
}

li.categorie{
	    font-size: 1.7em;
    line-height: 1em;
    margin: 0 0 20px;
}


/*-----------------------------------------------------------------------------------*/
/* Staff */
/*-----------------------------------------------------------------------------------*/

div.staffGroup {
	width: 800px;
	display: inline-block;	
}

div.staffWrap {
	width: 220px;
	float: left;
    margin: 30px 30px 30px 0;
    padding-bottom: 0px;
    position: relative;
    display: inline-block;
    min-height: 290px;	
}


/*-----------------------------------------------------------------------------------*/
/* The Long Road */
/*-----------------------------------------------------------------------------------*/



.page-template-page-coffee-love-php .internalSidebar .inside {
    min-height: 150px;
    margin-top: 0;
}

body.page-template-page-coffee-love-php .loveCoffee {
    margin: 20px 1.7% 20px;
    padding: 0px;
    position: relative;
    width: 96.6%;
    background-color: #749E45;
}

body.page-template-page-coffee-love-php .loveCoffee h3{
    color: #FFFFFF;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 20px;
    padding: 15px 20px;
}

#primary .section{
	width: 29.75%;
	height: auto;
	padding: 0px;
	margin: 40px 1.7% 60px;
	position: relative;
	float: left;
	z-index: 100;
}

#primary div.section img{
	width: 100%;
	}

#primary div.section h2.actv1:hover img#section1,
#primary div.section h2.actv2:hover img#section2,
#primary div.section h2.actv3:hover img#section3{	
	transform: scale(1.1, 1.1) rotate(0.1deg);
	-ms-transform: scale(1.1, 1.1) rotate(0.1deg);
	-webkit-transform: scale(1.1, 1.1) rotate(0.1deg);
	}

#primary div.section h2.actv1,
#primary div.section h2.actv2,
#primary div.section h2.actv3{
	font-family: 'Open Sans Condensed', helvetica, sans-serif;
	font-weight:bold;
   font-size: 40px;
   line-height: 30px;
   letter-spacing: 3px;
   text-transform: uppercase;
   color: white;
   text-align: center;
   text-shadow:
       3px 3px 0 #58111c,
     -1px -1px 0 #58111c,  
      1px -1px 0 #58111c,
      -1px 1px 0 #58111c,
       1px 1px 0 #58111c;
    position: absolute;
    top: 2.5%;
    left: 2.5%;
    padding: 39.5% 0;
    width: 93%;
    height: 0;
   	border: 3px solid white;
   	cursor: pointer;
}

#primary div#sectionDivFarm{
	background: #eae6db;
	border-top: 7px solid #749e45;
	margin: 40px 20px 0;
	z-index: 0;
	position: relative;
	min-height: 1px;
	width: 1160px;
	float: left;
}

#primary div#sectionDivPrep{
	background: #eae6db;
	border-top: 7px solid #cf593b;
	margin: 0 20px;
	z-index: 0;
	position: relative;
	min-height: 1px;
	width: 1160px;
	float: left;
}

#primary div#sectionDivCon{
	background: #eae6db;
	border-top: 7px solid #572321;
	margin: 0px 20px 40px;
	z-index: 0;
	position: relative;
	min-height: 1px;
	width: 1160px;
	float: left;
}


#primary div#sectionDivFarm div.sectionInDiv,
#primary div#sectionDivPrep div.sectionInDiv,
#primary div#sectionDivCon div.sectionInDiv{
	display: none;
}

#primary div#sectionDivFarm div.sectionInDiv .wp-post-image,
#primary div#sectionDivPrep div.sectionInDiv .wp-post-image,
#primary div#sectionDivCon div.sectionInDiv .wp-post-image{
	width: 100%;
}


#primary div.sectionInDiv div.chapterIntro{
	width: 540px;
	margin: 30px 0px 15px 320px;
}

#primary div.sectionInDiv div.chapterIntro p{
	font-size: 1.2em;	
}

#primary div#sectionDivFarm div.sectionInDiv div.sectionContents,
#primary div#sectionDivPrep div.sectionInDiv div.sectionContents,
#primary div#sectionDivCon div.sectionInDiv div.sectionContents{
	font-size: 1.5em;
	line-height: 1.8em;
	width: 234px;
	margin: 30px 0px 15px 45px;
	float: left;
	left: 0;
	top: 400px;
	border-top: 2px solid #35322c;
	color: #749e45;
}

#primary div.sectionInDiv div.sectionContents h2{
	margin-bottom: 10px;
	font-size: 1em;
}

#primary div.sectionInDiv div.sectionContents ul{
	margin: 0 0 10px;
	padding: 0px;
	text-indent: 0;
	font-size: 0.8em;
	line-height: 1.6em;
}

body.single-coffee-love .coffeeloveInfo{
    border: 7px solid #35322C;
    height: 386px;
    margin: 0;
    padding: 0;
    width: 1186px;
    }

div#coffeeloveNav{
	border: 3px solid white;
	width: 224px;
	padding: 20px;
	z-index: 99999;
	position: absolute;
	top: 460px;
	-webkit-transform: translateZ(0);
}


div#coffeeloveNav ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div#coffeeloveNav ul li{
font-weight: 600;
}

div#coffeeloveNav ul ul li{
font-weight: 300;
}

div#coffeeloveNav > ul{
	margin-bottom: 20px;
}

div#coffeeloveNav ul ul{
	list-style-type: none;
	padding-left: 15px;
}

div#coffeeloveNav ul.sectionList{
	margin: 10px 0 20px;
}

div#coffeeloveNav ul.sectionList li.sectionNav{
    font-size: 1.25em;
    font-weight: 300;
    list-style: none outside none;
}

div#coffeeloveNav li.currentLove{
	list-style-type: disc;
}

div#coffeeloveNav li.currentLove a{
	font-weight: 600;
	text-transform: uppercase;
}



body.single-coffee-love .entry-content{
	width: 900px;
	margin: 0 20px 0 280px;
}

body.single-coffee-love-chapter .entry-content, body.tax-farming-chapter .entry-content, body.tax-preparation-chapter .entry-content, body.tax-consumption-chapter .entry-content{
	width: 900px;
	margin: 0 20px 0 280px;
}

body.single-coffee-love-chapter .entry-content p, body.tax-farming-chapter .entry-content p, body.tax-preparation-chapter .entry-content p, body.tax-consumption-chapter .entry-content p{
	margin: 0 320px 20px 40px;
}

body.single-coffee-love-chapter .coffeeloveInfo, body.tax-farming-chapter .coffeeloveInfo, body.tax-preparation-chapter .coffeeloveInfo, body.tax-consumption-chapter .coffeeloveInfo {
    border: 7px solid #35322C;
    box-sizing: border-box;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}

body.tax-farming-chapter .coffeeloveInfo img, 
body.tax-preparation-chapter .coffeeloveInfo img, 
body.tax-consumption-chapter .coffeeloveInfo img {
    width: 100%;
}

body.single-coffee-love-chapter div#coffeeloveNav, body.tax-farming-chapter div#coffeeloveNav, body.tax-preparation-chapter div#coffeeloveNav, body.tax-consumption-chapter div#coffeeloveNav{
	top: 460px;
	-webkit-transform: translateZ(0);
}

.coffeeloveChapter{
	background: #eee;
	background-repeat: no-repeat;
	padding: 240px 0 20px;
	width: 900px;
	margin: 0 0 20px 0;
}

.entry-content .coffeeloveChapter h1{
	color: #fff;
	margin-left: 40px;
	font-size: 6em;
	line-height: 1em;
	letter-spacing: 0.5px;
	font-weight: 300;
}

body.single-coffee-love .entry-content p{
	margin: 0 320px 20px 40px;
}

body.single .entry-content img.alignright{
	float:right;
	display: block;
	clear: right;
	margin: 10px -310px 25px 20px;
}



/*-----------------------------------------------------------------------------------*/
/*	7.	Comments
/*-----------------------------------------------------------------------------------*/

#comments {
    background: #ffd62c url(../images/icons.png) -360px 1px no-repeat;
    float: left;
    margin-top: 62px;
    height: 45px;
    width: 45px;
}

.commentlist {
    background: transparent url(../images/bg-comments-dots.gif) 0 0 no-repeat;
	margin: 20px 0 40px 0;
	list-style-type: none;
    padding-left: 120px;
    padding-top: 20px;
}

.page-template-template-full-width-php .commentlist { width: 560px; }

.commentlist li.comment > div { 
    border-top: 2px solid #f7f7f8; 
    padding-top: 20px;
}

.commentlist li.comment:first-child > div { border-top: none; }

.commentlist .children li.comment:first-child > div { border-top: 2px solid #f7f7f8; }

.pinglist {
	margin: 20px 0 40px 30px;
	list-style-type: decimal;
}

.comment {
	margin-top: 20px;
	background: #fff;
}

#commentform input { margin-right: 10px; }

#commentform label small { font-size: 13px; }

#commentform label small span { color: #b2b2b6; }

#commentform textarea { width: 96%; }

.children { list-style-type: none; }

.avatar {
	background: #fff;
	border: 2px solid #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.comment .avatar {
	float: right;
	margin: 0 0 0 10px;
}

.bypostauthor .avatar { border-color: #ffd62c; }

.comment-meta,
.comment-meta a { 
    border-bottom: none;
    color: #555;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px; 
}

.comment-author-admin {}

.comment-author {
    color: #333;
    font: bold 13px/15px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    margin-bottom: 5px;
}

.comment-author cite { font-style: normal; }

.comment-author a { border-bottom: 1px dotted #333; }

.comment-author a:hover { border-bottom: none; }

.nocomments {
	text-align: center;
	margin-left: 120px;
	padding: 0 20px 20px;
	display: none;
}

.comment-body ul { list-style-type: disc; }

.comment-body ol { list-style-type: decimal; }

#respond {
    width: 480px;
    padding-top: 40px;
    margin-left: 80px;
    position: relative;
}

#respond h3 {
    background: #35322c url(../images/icons.png) -405px 1px no-repeat;
    text-indent: -999em;
    position: absolute;
    top: 40px;
    left: -80px;
    height: 45px;
    width: 45px;
}

.commentlist #respond {
    background-image: none;
    margin-left: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	8.	Pagination */
/*-----------------------------------------------------------------------------------*/

.page-navigation,
.single-page-navigation {
	clear: both;
    padding: 27px 0 45px;
    margin-left: 340px;
    width: 560px;
}

.page-navigation a,
.single-page-navigation a { 
    color: #35322c;
    border-bottom: none;
    display: inline-block;
    padding: 0px;
}

.page-navigation a:hover,
.single-page-navigation a:hover { color: #35322c; }

.page-navigation .nav-next { float: left; }

.page-navigation .nav-previous { float: right; }

.single-page-navigation .nav-next { 
    float: right; 
    text-align: right;
    font-weight: bold;
    letter-spacing: 1px;
    z-index: 100;
    display: inline-block;
    max-width: 50%;
}

.single-page-navigation .nav-previous { 
    float: left; 
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
    z-index: 100;
    display: inline-block;
    max-width: 50%;

}

div.countryTabs{
	width: 50%;
	position: absolute;
	right: 0;
}

div.countryTabs h3{
	float: right;
	padding: 0px;
	background-color: #cec6b6;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.3px;
	margin: 17px 10px 0 0px;
}

div.countryTabs h3 a { 
    color: #35322c;
	padding: 15px;
	background-color: #cec6b6;
    margin: 0;
    border: none;
    text-decoration: none; 
    -webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}

div.countryTabs a.163,
div.213 a.213,
div.211 a.211,
div.194 a.194 {
	color:#f9f8f6;
	background-color:#35322c;
	}

div.countryTabs h3 a:hover{
	background-color: #35322c;
	color: #cec6b6;
}

div.backLinkCountry{
	margin: 20px;
	font-size: 1em;
	font-weight: 600;
	float: left;
	border-bottom: 1px dotted #35322c;
}

div.region-head{
	margin-top: 67px;
}

div.region-head.master{ background-color:#35322c;}

div.region-head.Central{ background-color:#749E45;}

div.region-head.South{background-color:#BB2030;}

div.region-head.Africa{background-color:#5E446A;}

div.region-head.Asia{background-color:#2A3D83;}

div.long-road-head { background-color:#35322c;}


div.region-head h3 {
    font-size: 1.6em;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    padding: 15px 20px;
}

div.long-road-head h3 {
    font-size: 1.6em;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    padding: 15px 20px;
}

.single-country #primary #roastCol1{
	margin-left: 1.7%;
	width: 96.6%;
}

.single-country #primary #roastCol1 .coffeeBadge {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 17px;
    position: relative;
    width: 280px;
}

.single-portfolio .single-page-navigation {
    background: none;
    display: block;
    position: absolute;
    right: 0;
    top: -30px;
}

.single-portfolio .single-page-navigation .nav-previous {
    display: inline;
    float: none;
}

.single-portfolio .single-page-navigation .nav-next { 
    display: inline;
    float: none;
    margin-left: 5px;
    padding-left: 15px;
}

.single-portfolio .single-page-navigation .nav-previous + .nav-next { background: transparent url(../images/bg-widget-title.gif) 0 3px no-repeat; }

.ie7.single-portfolio .single-page-navigation .nav-previous + .nav-next { background-position: 0 8px; }

/*-----------------------------------------------------------------------------------*/
/*	9.	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer {
    background: transparent;
    color: #35322c;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.footer-left,
#footer-nav,
.footer-right,
.footer-four {
    float: left;
    width: 25%;
    display: inline;
}

#footer-nav #nav-inner{
	padding: 35px;
}

#footer-nav #nav-inner div ul{
	margin: 0;
	padding: 0;
}

.footer-four {
	padding-top: 0%;
}

#footer .footer-four h3.widget-title{
	padding-bottom: 25px;
}

#footer .footer-four div.menu-footer-right-column-container ul li a {
	text-decoration: underline;
}

#footer .footer-four div.menu-footer-right-column-container ul li a:hover {
	color: #716C61;
}

/*
.footer-right div {
	float: left;
}

.footer-right>div {
	width: 100%;
}
*/

#acc1,
#acc2,
#acc3,
#acc4,
#acc5
{
	margin: 0 5px 0 -20px;
	cursor: pointer;
}

img#plus1,
img#plus2,
img#plus3,
img#plus4,
img#plus5 {
	margin-bottom: 8px;
}

#acc1a,
#acc2a,
#acc3a,
#acc4a,
#acc5a
{
	display:none;
}

#footer #text-3 ul#menu-footer>li{
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #35322c;
	text-decoration: underline;
	margin-bottom: 1em;
}

#footer #text-3 ul#menu-footer ul.sub-menu{
	padding: 0;
	margin: 0;
}

#footer #text-3 ul#menu-footer .sub-menu>li{
	font-weight: 500;
	font-size: 0.9em;
	line-height: 2em;
	color: #35322c;
	text-decoration: underline;
}

#footer #nav-inner a {
	text-decoration: underline;
	color: #35322C;
}

#footer #nav-inner a:hover {
	color: #716C61;
}

#footer table {
	border: 1px solid #353331;
	margin: 20px 0 0 -25px;
}

#footer table tr {
	border-bottom: 1px solid #353331;
}

#footer table th,
#footer table td {
	padding: 15px 20px 15px 25px;
	line-height: 1.5em;
	font-size: 14px;
	font-weight: 500;
	color: #353331;
}

#footer table span {
	padding-bottom: 10px;
}

#footer table th a,
#footer table td a {
	text-decoration: underline;
}

#sub-footer {
    color: #35322c;
    font: 11px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 10px auto;
    padding: 20px 2.5%;
    width: 95%;
}

.copyright { 
    float: left;
    margin-bottom: 0; 
    width: 50%;
}

.copyright p { margin-bottom: 0; }

.copyright a {
    border-bottom: none;
    color: #35322c;
    padding: 2px 3px;
    margin: -3px -2px -2px;
}

.copyright a:hover { color: #35322c; }

hr {
	border: none;
	height: 1px;
	width: 100%;
	clear: both;
	background: #35322c;
}

/*-----------------------------------------------------------------------------------*/
/*	10.	Page Templates
/*-----------------------------------------------------------------------------------*/

.page .page-header .edit-post {
    position: absolute;
    right: 5px;
    top: 0;
}

.page-template-template-home-php #primary,
.page-template-template-full-width-php #primary {
    background: transparent;
    width: 100%;
}

.page-template-default #content,
.page-template-template-archives-php #content,
.page-template-template-contact-php #content { background: transparent; }

.page-template-default .hentry,
.page-template-template-home-php .hentry,
.page-template-template-full-width-php .hentry,
.page-template-template-archives-php .hentry,
.page-template-template-contact-php .hentry { 
    border-bottom: none;
    margin: 0 0 0 30px;
}

/* Search Page -------------------------------------------*/

.search-results #primary ol { margin-left: 20px; }
.search-results #primary ol li {
    list-style: decimal;
}

/* Archive Template --------------------------------------*/

.search_posts { margin-bottom: 30px; }

.archive-lists h4 { margin-bottom: 10px; }

.archive-lists li {
    line-height: 24px;
    list-style-type: circle;
}

.archive-lists li a {
    border-bottom: none;
    padding: 2px 3px;
    margin: -2px -3px;
}

.archive-lists .children { margin-bottom: 0; }

.full-width { width: 940px !important; }

/* Contact Template --------------------------------------*/

.contactform { margin-left: 0; }

.contactform li { list-style-type: none; }

.contactform li label {
	display: block;
	margin-bottom: 10px;
}

.contactform li input[type="text"] {
	width: 300px;
	margin-bottom: 15px;
}

.contactform li textarea {
	width: 96.5%;
	height: 200px;
	margin-bottom:15px;
}

.contactform li button { 
    float: right; 
    font-size: 13px;
}

label.error { color: red; }


/*-----------------------------------------------------------------------------------*/
/*	11.	Widgets
/*-----------------------------------------------------------------------------------*/

.widget { margin: 35px; }

.widget-title {
    background: transparent;
	color: #35322c;
	font-size: 12px;
	padding-bottom: 10px;
}

#footer .widget-title,
#footer-nav h3 { 
	color: #35322c;
	font-size: 2em;
	font-weight: 700;
	padding-bottom: 15px;
	margin: 0;
}

.widget-title span {
    background: transparent;
    padding: 0 0px 0 0px;
}

#footer .widget-title span { background-color: transparent; }

.widget a {
    border-bottom: 0px #35322c solid;
    color: #35322c;
    padding: 0 2px 3px;
    margin: 0 -2px;
}

.widget h4 {
	background: url(../images/mailicon.png) no-repeat;
	padding-left: 24px;
	margin: 20px 0 6px -24px;
	font-size: 20px;
	font-weight: 500;
}

.widget h3 {
	margin: 20px 0 0 0;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.widget h4 a {
	border-bottom: 1px #fff dotted;
}

.widget ul {
	list-style-type: none;
	margin: 0;
}

.widget ol {
	list-style-type: decimal;
	margin-bottom: 0;
}

.CTAwidget {
	margin: 0 0 0px 0;
	padding: 0 0 100%;
	width: 100%;
	position: relative;
}

.CTAwidget img {
	width: 100%;
}

/* Twitter Widget ----------------------------------*/

#displaytweetswidget-2{
	margin: 0;
	border-bottom: 1px solid #35322c;
}

#displaytweetswidget-2 h3.widget-title{
	margin: 35px 0 0 35px;
	padding-bottom: 35px;
}

#displaytweetswidget-2 p{
	border: 1px solid #35322c;
	border-bottom: none;
	padding: 15px 20px 15px 25px;
	margin-bottom: 0;
}

#displaytweetswidget-2 p a{
	text-decoration: underline;
}

/* Search Widget ------------------------------------*/

.widget_search #s { width: 100%; }

.widget_search form,
.widget_search fieldset { margin: 0; }

/* Calander Widget ----------------------------------*/

.widget_calendar caption { margin-bottom: 5px; }

.widget_calendar table { width: 100% }

/* Twitter Widget -----------------------------------*/

#twitter-holder {
	background: url(../images/ajax-loader.gif) no-repeat center;
	min-height: 20px;
}

.tz_tweet_widget ul {
	margin: 0 0 10px 0;
	list-style-type: none;
}

.tz_tweet_widget ul li { padding: 8px 0; }

.tz_tweet_widget ul li > a {
    color: #b2b2b6;
    display: block;
}

#footer .tz_tweet_widget ul li > a { color: #555; }

.tz_tweet_widget ul li > a:hover {
    background-color: transparent;
    color: #35322c;
}

.tz_tweet_widget ul li span a { 
    border-bottom: 1px dotted #35322c;
    color: #35322c;
}

#footer .tz_tweet_widget ul li span a { 
    border-color: #fff;
    color: #fff; 
}

.tz_tweet_widget ul li span a:hover { border-bottom: none; }

#footer .tz_tweet_widget ul li span a:hover { color: #35322c; }

a.twitter-link {
    padding: 2px 4px;
    margin: -2px -4px;
}

#footer .twitter-link { color: #ffc314; border-bottom: 1px dotted #ffc314;}

#footer .twitter-link:hover {}

/* Flickr Widget ------------------------------------------*/

.tz_flickr_widget { padding-right: 0; }

.tz_flickr_widget .widget-title { margin-bottom: 10px; }

.tz_flickr_widget > div {
    padding-right: 10px;
    margin-right: -20px;
}

.flickr_badge_image {
	float: left;
	margin: 0 17px 17px 0;
	height: 40px;
	width: 40px;
}

.flickr_badge_image a:hover { background-color: transparent; }

.flickr_badge_image img {
	background: #fff;
	border: 3px solid #ffd62c;
    height: 40px;
	width: 40px;
}

.flickr_badge_image img:hover { border-color: #35322c; }

#footer .flickr_badge_image img:hover { border-color: #fff; }

/* Video Widget ------------------------------------------*/

.tz_video { margin-bottom: 20px; }

/* Custom Recent Portfolio/Work Widget -------------------*/
/* see Portfolio Content styles for rules */

.tz-recent-portfolios-widget li { margin: 0 0 20px 0; }

.tz_recent_portfolios_widget { margin-bottom: 10px!important; }

/* Custom Blog Widget ------------------------------------*/

.tz-blog-widget li { 
    padding-left: 60px;
    position: relative; 
}

.tz-blog-widget .entry-title { line-height: 21px; }

.tz-blog-widget .entry-title a { 
    border-bottom: 1px dotted #35322c; 
    font-size: 13px;
}

.tz-blog-widget .entry-title a:hover { 
    background-color: #ffd62c; 
    border-bottom: none;
    color: #35322c;
}

.tz-blog-widget .entry-meta {
    left: 0;
    top: 11px;
}

#footer .tz-blog-widget .entry-title a { 
    border-bottom: 1px dotted #656565; 
    color: #fff;
}

#footer .tz-blog-widget .entry-title a:hover { 
    background-color: #35322c;
    color: #ffd62c; 
}

#footer .tz-blog-widget .entry-meta a:hover span.post-format { 
    background-color: #fff;
    background-position: 0 -68px;
}


/*-----------------------------------------------------------------------------------*/
/*	12.	Shortcode Styles
/*-----------------------------------------------------------------------------------*/

/* Columns */
.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 67.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}

.column-last {
	margin-right: 0!important;
	clear: right;
}

/* Buttons ---------------------------------------*/

a.button {
	height: 20px;
	display: inline-block;
	margin: 0 5px 20px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	padding: 8px 10px 0 10px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
	   -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
    		box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
}

a.button.large {
	height: 24px;
	padding: 11px 10px 0 10px;
	font-size: 14px;
	line-height: 14px;
}

a:hover.button { background-position: 0 -28px; }
a:hover.button.large { background-position: 0 -35px; }

a.button.white {
	background-image: url(../images/shortcodes/buttons/button_white.png);
	border: 1px solid #d3d3d3;
	color: #555555;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
}

a.button.large.white { background-image: url(../images/shortcodes/buttons/button_white_large.png); }
a:hover.button.white { border: 1px solid #c4c4c4; }

a.button.grey {
	background-image: url(../images/shortcodes/buttons/button_grey.png);
	border: 1px solid #b5b5b5;
	color: #555555;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.grey { background-image: url(../images/shortcodes/buttons/button_grey_large.png); }
a:hover.button.grey { border: 1px solid #989898; }

a.button.red {
	background-image: url(../images/shortcodes/buttons/button_red.png);
	border: 1px solid #df6f8b;
	color: #913944;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.3);
}

a.button.large.red { background-image: url(../images/shortcodes/buttons/button_red_large.png); }
a:hover.button.red { border: 1px solid #c36079; }

a.button.orange {
	background-image: url(../images/shortcodes/buttons/button_orange.png);
	border: 1px solid #f5b74e;
	color: #996633;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.orange { background-image: url(../images/shortcodes/buttons/button_orange_large.png); }
a:hover.button.orange { border: 1px solid #d29a3a; }

a.button.green {
	background-image: url(../images/shortcodes/buttons/button_green.png);
	border: 1px solid #adc671;
	color: #5d7731;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.green { background-image: url(../images/shortcodes/buttons/button_green_large.png); }
a:hover.button.green { border: 1px solid #8bb14d; }

a.button.teal {
	background-image: url(../images/shortcodes/buttons/button_teal.png);
	border: 1px solid #90c6c8;
	color: #437b7d;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.teal { background-image: url(../images/shortcodes/buttons/button_teal_large.png); }
a:hover.button.teal { border: 1px solid #7db9bb; }

a.button.blue {
	background-image: url(../images/shortcodes/buttons/button_blue.png);
	border: 1px solid #8dc5da;
	color: #42788e;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.blue { background-image: url(../images/shortcodes/buttons/button_blue_large.png); }
a:hover.button.blue { border: 1px solid #7caec0; }

a.button.navy {
	background-image: url(../images/shortcodes/buttons/button_navy.png);
	border: 1px solid #a2afb8;
	color: #515f6a;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.navy { background-image: url(../images/shortcodes/buttons/button_navy_large.png); }
a:hover.button.navy { border: 1px solid #8996a0; }

a.button.purple {
	background-image: url(../images/shortcodes/buttons/button_purple.png);
	border: 1px solid #bc9db9;
	color: #7b5777;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.purple { background-image: url(../images/shortcodes/buttons/button_purple_large.png); }
a:hover.button.purple { border: 1px solid #a482a0; }

a.button.black {
	background-image: url(../images/shortcodes/buttons/button_black.png);
	border: 1px solid #4c4c4c;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.4);
}

a.button.large.black { background-image: url(../images/shortcodes/buttons/button_black_large.png); }
a:hover.button.black { border: 1px solid #2c2c2c; }

/* Alerts -----------------------------------*/

.alert {
    padding: 12px 5% 12px 5%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-align: center;
    margin: 0 0 20px 0;
}

.alert.white {
    background: #fff;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #444444;
}

.alert.red {
    background: #FFD7D8;
    border-top: 1px solid #f9bac7;
    border-bottom: 1px solid #f9bac7;
    color: #d54c4c;
}

.alert.orange {
    background: #FFCBA8;
    border-top: 1px solid #efd1b1;
    border-bottom: 1px solid #efd1b1;
    color: #cc6600;
}

.alert.green {
    background: #D5FFCA;
    border-top: 1px solid #cadba7;
    border-bottom: 1px solid #cadba7;
    color: #5f8b33;
}

/* Tabs -------------------------------------*/

.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

.tabs {
	margin: 0 0 20px 0;
}

.tabs ul.nav {
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
}

.tabs ul.nav li {
	float: left;
	position: relative;
	margin: 0 2px -1px 0;
	z-index: 10;
}

.tabs ul.nav li a {
	border: 1px solid #EFEFEF;
	border-bottom: none;
	display: block;
	overflow: hidden;
	padding: 5px 10px 0 10px;
	height: 24px;
	background: #FBFBFB;
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
	   		border-radius: 3px 3px 0 0;
}

.tabs ul.nav li.ui-tabs-selected a {
	height: 25px;
	background: #fff;
}

.tabs .tab {
	background: #fff;
	padding: 10px;
	border: 1px solid #EFEFEF;
}

/* Toggle -----------------------------------*/

.toggle { margin: 0 0 20px 0; }

#nav-inner h4 {
	font-size: 1.7em;
	font-weight: 500;
	padding-left: 24px;
	cursor: pointer;
	color: #35322c;
	background: none;
	z-index: 80;
	margin: 20px 0 0px -24px;
	line-height: 0.5em;
}

.toggle a {
	text-decoration: underline;
}

.toggle-inner {
}

.toggle .ui-icon {
	background: transparent;
	width: 10px;
	height: 10px;
	float: left;
	margin: 3px 10px 0 0;
}

.toggle .ui-icon {
    background: url(../images/shortcodes/toggles/toggle-closed.png) no-repeat;
    width: 12px;
    height: 12px;
    float: left;
    margin: 3px 10px 0 0;
}

.toggle .ui-state-active .ui-icon { background: url(../images/shortcodes/toggles/toggle-open.png) no-repeat; }


/*-----------------------------------------------------------------------------------*/
/*	13.	Isotope Stylings
/*-----------------------------------------------------------------------------------*/

.isotope-item { z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/* disabling Isotope CSS3 transitions ----------------------------*/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}


/******* coffee badge styling   ******/

.coffeeBadge {
	position: relative;
	display: inline-block;
	max-width: 280px;
}

.coffeeBadgeTop {
	position: relative;
	overflow: hidden;
	padding-bottom:3px;
}

.coffeeOverlay{
	width: 100%;
	height: 97%;
	background: url(../images/orangeoverlay.png) repeat;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.coffeeBadge:hover .coffeeOverlay{
	display: block;
}

.coffeeOverlay hr {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    clear: both;
    height: 80%;
    width: 2px;
}

.coffeeBadgeTop .buyLink {
	position: absolute;
	right: 1%;
	top: 18%;
	z-index: 100;
	margin: 3px;
	width: 50%;
	text-align: center;
}

.coffeeBadgeTop .buyLink a {
	font-size: 1.1em;
	color: #fff;
	letter-spacing: 0.1em;
	font-family: 'Open Sans Condensed';
	font-weight: 600;
	text-decoration: none;
	border: none;
	padding: 10px;
}

.coffeeBadgeTop .buyLink a:hover {
	border: 2px solid #fff;

}

.coffeeBadgeTop .addcart {
	position: absolute;
	left: 10%;
	z-index: 100;
	padding: 3px;
	width: 30%;
	text-align: center;
}

.coffeeBadgeTop .addcart a {
	font-size: 11px;
	color: #fff;
	letter-spacing: 0.1em;
	font-family: 'Open Sans Condensed';
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	}

.coffeeBadgeTop .addcart:hover {
	border: 2px solid #fff;
}


.coffeeBadgeBottom {
	background: #efefef;
    height: 127px;
	position: relative;
	padding-bottom:15px;
	padding-right:5px;
}

.coffeeBadgeBottom.espresso {
	background: #efefef;
	height: 127px;
	position: relative;
}
.coffeeBadgeBottom.espresso .left,
.coffeeBadgeBottom .left {}

.coffeeBadgeBottom.espresso h1,
.coffeeBadgeBottom h1 {
	padding: 0px 0 0 20px;
	font-family: 'Open Sans Condensed';
	text-transform: uppercase;
}
.coffeeBadgeBottom.espresso h2,
.coffeeBadgeBottom h2 {
	padding: 0px 0 0 20px;
	margin-bottom: 5px;
	font-size: 9px;
	text-transform: uppercase;
	position: relative;
	line-height: 1em;
}
.coffeeBadgeBottom.espresso .country,
.coffeeBadgeBottom .country {
	font-family: 'Open Sans Condensed';
	color: #fff;
	line-height: 1.3em;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0px 5px 0 20px;
	margin-bottom: 5px;
}

.country.central-america {background: #749e45;}
.country.south-america {background: #bb2030;}
.country.africa {background: #5E446A;}
.country.asia-pacific {background: #2a3d83;}
.country.none {}

li.country.central-america {background: transparent;}
li.country.south-america {background: transparent;}
li.country.africa {background: transparent;}
li.country.asia-pacific {background: transparent;}

li.country.central-america a{color: #749e45;}
li.country.south-america a{color: #bb2030;}
li.country.africa a{color: #5E446A;}
li.country.asia-pacific a{color: #2a3d83;}

ul#sideCountry {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.limitedDate{
	color: #fff;
	padding: 2px 5px 2px 20px;
	margin-bottom: 5px;
	font-size: 9px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 1em;
	background: #c9471a;
	letter-spacing: 0.3px;
}

.coffeeBadgeBottom.espresso .flavors,
.coffeeBadgeBottom .flavors {
	position: relative;
	display: inline-block;
	padding: 5px 0px 0 20px;
	font-size: 1.0e;m
	letter-spacing: 0.05em;
	line-height: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
}
.coffeeBadgeBottom.espresso .flavors p,
.coffeeBadgeBottom .flavors p {
	margin-bottom: 0px;
}  

.coffeeBadgeBottom.espresso h1,
.coffeeBadgeBottom.espresso h2,
.coffeeBadgeBottom.espresso .flavors {}


div#gMap {
	width: 100%;
	height: 400px;
	border: 7px solid #35322c;
	margin-top: 0px;
}

#gMap img {
max-width: none;
} 

div.info_content{
	padding: 20px;
}

div.info_content h3.farm-name{
	margin-bottom: 10px;
}

div.info_content h3.farm-name a{
	font-size: 1.4em;
	 color: #35322c;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-weight: bold;
    padding: 0;
    margin-bottom: 6px;
}

p.more a{
	text-decoration: underline;
}


/* Single Coffee */	

body.single-coffee #post-53 {
	width: 100%;
	margin: 0;
}
	
#cDetails	{
	background:#efefef;
	padding: 15px;
	float: left;
}

#cDetails table, #cDetails-mobile table{
	margin-bottom: 10px;
}

#cDetails td, #cDetails-mobile table {
	font-style: italic;
	font-weight: 400;
	text-align: left;
	list-style: none;
	padding: 5px 0;
	line-height: 1.25em;
	
}


#cDetails table tr td.infoLabel, #cDetails-mobile table tr td.infoLabel{
	width: 50%;
	padding-right: 10%;
	font-style: normal;
	font-weight: 600;
	text-align: left;
}

#cDetails #certifications{
	border-top: 2px solid #282827;
	margin: 15px 0 5px;
	padding: 10px 0;

}

body.single-coffee #centerCol2{
	margin-left: 40px;
}

body.single-coffee #centerCol2 p{
	font-size: 1.5em;
	font-weight: 500;
	color: #35322c;
}

body.single-coffee #centerCol2 .collapseomatic{
 	background: none repeat scroll 0 0 transparent;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 40px;
    padding: 0;
    text-align: right;
    text-decoration: underline;
}

body.single-coffee #centerCol2 .collapseomatic_content p{
	font-size: 1em;
}

body.single-coffee #centerCol2 #tab-slideshow{
	width: 100%;
}

body.single-coffee #tab-slideshow .lArrow{
	position: absolute;
	top: 60%;
	left: 4%;
}

body.single-coffee #tab-slideshow .rArrow{
	position: absolute;
	top: 60%;
	right: 4%;
}

body.single-coffee #centerCol2 #slideCaption{
	background-color: #35322c;
	padding: 5px;
	margin-top: -7px;
}

body.single-coffee #centerCol2 #slideCaption p{
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 5px;
	width: 75%;
}

body.single-coffee #centerCol2 #slideCaption h5{
	color: #fff;
	font-size: 0.8em;
	margin-bottom: 5px;
	}

body.single-coffee #centerCol2 #slideCaption h5 span{
	float: right;
}

body.single-coffee #knowCol3{
	width: 260px;
	margin-left: 40px;
}

body.single-coffee #knowCol3 h2{
	font-size: 2.7em;
	font-weight: 700;
	border: none;
	margin-bottom: 10px;
}

body.single-coffee #knowCol3 h3{
	font-size: 1.1em;
	font-weight: 300;
	border: none;
}

body.single-coffee #knowCol3 p{
	font-size: 1.5em;
	float: left;
}

body.single-coffee p input{
	background: #fff;
	border: 1px solid #282827;
	padding: 5px;
	font-size: 1em;
	font: 'Open Sans';
	margin: 15px 5px 0 0;
}

.styled-select {
   width: 260px;
   overflow: hidden;
   background: url('images/drop-arrow.png') no-repeat right #eee8da;
   margin-top: 15px;
   }

.styled-select select{
   background: none;
    border: none;
    color: #282827;
    font-size: 1.5em;
    font-weight: 500;
    padding: 13px;
    width: 113%;
    }

body.single-coffee #knowCol3 .addcart {
	background: url("../images/orangeoverlay.png") repeat scroll 0 0 transparent;
	float: right;
	z-index: 100;
	margin-top: 15px;
	padding: 10px 0;
	width: 30%;
	text-align: center;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: bold;
	width: 50%;
}

body.single-coffee #knowCol3 .addcart a{
	font-family: 'Open Sans Condensed',sans-serif;
	letter-spacing: 1px;
	color: #fff;
}

body.single-coffee #roastCol1 {
    margin: 20px 0 100px 0px;
    padding: 0 3%;
    position: relative;
    width: 93%;
}
body.single-coffee #roastCol1 #roastRec{
	width: 92%;
	margin: 0 auto;	
}

body.single-coffee .lArrow{
	position: absolute;
	top: 50%;
	left: 6%;
}

body.single-coffee .rArrow{
	position: absolute;
	top: 50%;
	right: 6%;
}


body.single-coffee #roastCol1 h2 {
	text-align: center;
}

body.single-coffee #roastCol1 .coffeeBadge {
	margin: 0 30px;
}

body.single-coffee #roastCol1 .coffeeBadge h2{
	text-align: left;
}


/* Coffee Sort */

#sortFilter{
	border: 7px solid #5c4948;
	position: relative;
	width: 100%;
}

#tab1
 {
	border: 3px solid #5c4948;
	border-left: none;
	border-top: none;
	width: 24%;
}

#tab3
 {
	border: 3px solid #5c4948;
	border-left: none;
	border-bottom: none;
	width: 24%;
}


#tab1 h2{
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	margin: 0;
	color: #35322c;
	padding:26px;
}

#tab2 h2{
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	padding: 10px 5px;
	margin: 0;
		color: #35322c;
		padding:26px;
}

#tab3 h2{
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	padding: 10px 5px;
	margin: 0;
		color: #35322c;
		padding:26px;
}

#sortCol1{
	width: 24%;
	position: absolute;
	left: 25%;
	top: 0;
	padding-top: 5px;
}

#sortFilter ul{
	margin-bottom: 10px;
	font-size: 1.1em;
}

#sortFilter ul lh{
	font-weight: 700;
	border: none;
}

#sortFilter ul.sortAfrica{
	color: #5E446A;
}

#sortFilter ul.sortAsia{
	color: #2a3d83;
}

#sortFilter ul.sortCentral{
	color: #749e45;
}

#sortFilter ul.sortSouth{
	color: #bb2030;
}

#sortCol2{
	width: 24%;
	position: absolute;
	left: 50%;
	top: 0;
	margin-top: 5px;
	border-left: 1px solid #000000;
	}

#sortCol3{
	width: 24%;
	position: absolute;
	left: 75%;
	top: 0;
	margin-top: 5px;
	border-left: 1px solid #000000;
}

body.archive #sortFilter #sortCol3 .sortButton {
	background: url("../images/orangeoverlay.png") repeat scroll 0 0 transparent;
	float: right;
	z-index: 100;
	padding: 10px 0;
	text-align: center;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	width: 110px;
}

body.archive #sortFilter #sortCol3 .sortButton a{
	color: #fff;
	text-decoration: none;
	border: none;
}

/*============= wholesale ==============*/

.internalSidebar .staffGroup h2 {
	display: none;
}

body.page-id-6 .internalSidebar div.staffWrap {
	margin: 0;
	min-height: 0;
	width: 100%;
}

body.page-id-6 .internalSidebar div.staffWrap img {
	margin: 10px 0;
}


/*--------------------------*/
/* Smaller computer Screens */
/*--------------------------*/


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

#container {
	padding: 0 0 20px;
}


#primary-nav {
	margin-right: 1.7%;
}


#primary-nav1 p, #primary-nav2 p, #primary-nav3 p {
		font-size: 1.6em;
		font-weight: 400;
	}
	
#primary-nav1 #menu-promote1>li,
#primary-nav1 #menu-promote2>li,
#primary-nav1 #menu-promote3>li,
#primary-nav2 #menu-connect1>li,
#primary-nav2 #menu-connect2>li,
#primary-nav2 #menu-connect3>li {
		font-size: 0.9em;
		line-height: 3.0em;
	}
	
#primary-nav3 #menu-invest1>li,
#primary-nav3 #menu-invest2>li,
#primary-nav3 #menu-invest3>li  {
		font-size: 1.0em;
		line-height: 1.5em;
	}

#primary-nav1 #menu-promote1 .sub-menu .sub-menu,
#primary-nav1 #menu-promote2 .sub-menu .sub-menu,
#primary-nav1 #menu-promote3 .sub-menu .sub-menu,
#primary-nav2 #menu-connect1 .sub-menu .sub-menu,
#primary-nav2 #menu-connect2 .sub-menu .sub-menu,
#primary-nav2 #menu-connect3 .sub-menu .sub-menu,
#primary-nav3 #menu-invest1 .sub-menu  .sub-menu,
#primary-nav3 #menu-invest2 .sub-menu  .sub-menu,
#primary-nav3 #menu-invest3 .sub-menu  .sub-menu {
    margin: 0;
    padding: 0 0 0 10px;
	}
	
.buttonCTA {
	background: url(../images/button-m.png) no-repeat;
    height: 50px;
    width: 130px;
   	background-attachment: scroll;
	}
	
.buttonCTA:hover {
	background: url(../images/button-m.png) no-repeat;
	background-position: -6px 6px;
	width: 130px;
	height: 50px;
	display: block;
	cursor: pointer;
	position: absolute;
	right: 20px;
	bottom: 20px;
	}
	
.buttonCTA p{
	padding: 5px 0 11px 16px;
	font-size: 12px;
	line-height: 17px;		
	}
	
.buttonCTA p:hover {
	padding: 12px 14px 20px 8px;
	}

#gce_widget-2 h3, #gce_widget-3 h3 {
    font-size: 1.2em;
    margin: 20px 20px 15px;
	}

#gce_widget-2 h3, #gce_widget-3 h3 {	
		border-bottom: 1px dotted #fff;
		}

div.gce-widget-list {
    margin-left: 20px;
	}

div.widget_gce_widget h4 {
    margin: 0 20px 10px 0;
	font-size: 1.2em;
	}

div.gce-list-event {
    padding-top: 0;
	}

.gce-widget-list .gce-list p span, .gce-widget-list .gce-list div span {
	font-size: 0.8em
	}
	
	
#primary-nav ul#menu-main-menu li {
	padding: 15px 25px;		
	}
	

#centerCol2 {
    width: 37.6%;
}

.homeLink h1 {
	font-size: 1.75rem;
	top: 20px;
}

.homeLink h2 {
	font-size: 0.9rem;
	top: 60px;
}

div.staffGroup {
	width: 674px;
}

div.staffWrap {
	width: 190px;
}

.hentry {
	margin: 0 0 0 1.7%;
	width: 98.3%;
}

body.single-coffee-love-chapter .entry-content, body.tax-farming-chapter .entry-content, body.tax-preparation-chapter .entry-content, body.tax-consumption-chapter .entry-content {
	margin-left: 27%;
	width: 70%;
}

body.single-coffee-love-chapter .entry-content .page-title, 
body.tax-farming-chapter .entry-content .page-title, 
body.tax-preparation-chapter .entry-content .page-title,
body.tax-consumption-chapter .entry-content .page-title {
	padding: 0 0 15px;
	width: 100%;
}

body.single-coffee-love-chapter .entry-content p, 
body.tax-farming-chapter .entry-content p, 
body.tax-preparation-chapter .entry-content p, 
body.tax-consumption-chapter .entry-content p {
	margin: 0 0 20px;
}

.sfooter input, .sfooter textarea{
	font-size: 1em;
}


#footer .widget-title {
    font-size: 20px;
	}

div#footer .widget h4 {
    background: url("images/mailicon.png") no-repeat scroll 0 3px transparent;
    font-size: 18px;
	}

#footer #text-3 ul#menu-footer > li {
    color: #FFFFFF;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 1em;
    text-decoration: underline;
	}

img#plus1, img#plus2, img#plus3, img#plus4, img#plus5 {
    margin-bottom: 5px;
	}

.footer-right > div {
    width: 60%;
	}
	
/*============= wholesale ==============*/

.internalSidebar .staffGroup h2 {
	display: none;
}

body.page-id-6 .internalSidebar div.staffWrap {
	margin: 0;
	min-height: 0;
	width: 100%;
}

body.page-id-6 .internalSidebar div.staffWrap img {
	margin: 10px 0;
}
	
}

/* iPad Portrait */
@media only screen and (max-width: 768px) {

	#container {
		padding: 0 0 20px;
	}

	#primary-nav ul#menu-main-menu li {
		padding: 15px 25px;		
	}

	#primary-nav1, #primary-nav2,
	#primary-nav3, #primary-nav4 {
		top: 283px;
	}
	
	#primary-nav1 #menu-shop-column-1, #primary-nav1 #menu-shop-column-2, #primary-nav1 #menu-shop-column-3, #primary-nav1 #menu-shop-column-4, #primary-nav2 #menu-knowledge-column-1, #primary-nav2 #menu-knowledge-column-2, #primary-nav2 #menu-knowledge-column-3, #primary-nav2 #menu-knowledge-column-4 {
		margin: 1% 0 1% 1%;
		width: 14%;
	}
	
	#primary-nav1 #menu-shop-column-1 .sub-menu li, #primary-nav1 #menu-shop-column-2 .sub-menu li, #primary-nav1 #menu-shop-column-3 .sub-menu li, #primary-nav1 #menu-shop-column-4 .sub-menu li, #primary-nav2 #menu-knowledge-column-1 .sub-menu li, #primary-nav2 #menu-knowledge-column-2 .sub-menu li, #primary-nav2 #menu-knowledge-column-3 .sub-menu li, #primary-nav2 #menu-knowledge-column-4 .sub-menu li {
		line-height: 2.25em;
	}
	
	#primary-nav1 #menu-shop-column-1>li, #primary-nav1 #menu-shop-column-2>li, #primary-nav1 #menu-shop-column-3>li, #primary-nav1 #menu-shop-column-4>li, #primary-nav2 #menu-knowledge-column-1>li, #primary-nav2 #menu-knowledge-column-2>li, #primary-nav2 #menu-knowledge-column-3>li, #primary-nav2 #menu-knowledge-column-4>li, #primary-nav3 #menu-about-column-1>li, #primary-nav3 #menu-about-column-2>li, #primary-nav3 #menu-about-column-3>li, #primary-nav3 #menu-about-column-4>li, #primary-nav4 #menu-locations-column-1>li, #primary-nav5 #menu-wholesale-column-1>li {
		font-size: 1em;
	}
	
	.nivo-caption h1 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	
	.nivo-caption h2 {
		font-size: 52px;
		margin-bottom: 15px;
		padding: 35px 0;
	}
	
	.nivo-caption h3 {
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 3px;
		margin-bottom: 15px;
	}
	
	.nivo-caption h4 {
		font-size: 12px;
		line-height: 12px;
		letter-spacing: 2px;
	}	
	
	#centerCol2 {
		float: right;
		left: 0;
		margin: 20px 20px 20px 0;
		position: relative;
		width: 56%;
	}
	
	#knowCol3 {
		/*display: none;*/
		float: none;
		margin: 20px;
	}
	
	#knowCol3 img{
		display: none;
	}
	
	.tabs, .tab-content {
		display:none;
	}
	
	.internalSidebar {
		float: left;
		margin-right: 3%;
		width: 30%;
	}
	
	.internalSidebar .inside {
		overflow: hidden;
		width: 100%;
	}
	
	div.internalSidebar h2 {
		font-size: 1.75em;
	}
	
	.entry-content {
		overflow: hidden;
	}
	
	.hentry {
		width: 60%
	}
	
	.page-template-default .hentry, .page-template-template-home-php .hentry, .page-template-template-full-width-php .hentry, .page-template-template-archives-php .hentry, .page-template-template-contact-php .hentry {
		margin: 0 0 0 15px;
	}
	
	.AhFeed {
		width: 100%;
	}
	
	.page-title {
		font-size: 3.8em;
		padding: 0 0 15px 25px;
	}
	
	.page .hentry, .single-country .hentry {
		width: 60%;
	}
	
	body.post-type-archive-brew-guide .hentry {
		width: 30%;
	}
	
	.brew-guide-wrapper {
		margin: 10px;
		width: 100%;
	}
	
	.brew-guide-wrapper h2 {
    	font-size: 1.5em;
    	margin: 5px auto 20px;
    }
    
    div#brewDownload {
    	margin-right: 3%;
	    width: 30%;
    }
    
    #brewDownload img {
	    width: 100%;
    }

	body.single-brew-guide .hentry {
		margin: 0;
		width: 60%;
	}
	
	div.icon-column {
		padding-left: 13%;
		width: 24%;
	}
	
	div.steps-column {
		padding-left: 40px;
		width: 50%;
	}

	#primary div.section h2.actv1, 
	#primary div.section h2.actv2, 
	#primary div.section h2.actv3 {
		font-size: 28px;
	}
	
	.page #content, .tax-community-tax #content {
		width: 60%;
	}
	
	.page #content .hentry {
		margin-left: 3%;
		width: 100%;
	}
	
	body.single-coffee-love-chapter div#coffeeloveNav, body.tax-farming-chapter div#coffeeloveNav, body.tax-preparation-chapter div#coffeeloveNav, body.tax-consumption-chapter div#coffeeloveNav {
		top: 310px;
		width: 20%;
		z-index: 1;
	}
	
	body.single-coffee-love-chapter div#coffeeloveNav h2,
	body.tax-farming-chapter div#coffeeloveNav h2,
	body.tax-preparation-chapter div#coffeeloveNav h2,
	body.tax-consumption-chapter div#coffeeloveNav h2 {
		font-size: 1.5em;
	}

	.page-title {
		font-size: 3.25em;
		padding: 0 0 15px 12px;
	}
	
	.page-navigation, .single-page-navigation {
		margin-left: 35%;
		width: 65%;
	}
	
	div.staffGroup {
		width: 100%;
	}
	
	div.staffWrap {
		margin: 0px 2.5% 30px 0;
		width: 45%;
	}
	
	div.internalSidebar .location h2 {
		font-size: 1.25em;
		margin-bottom: 10px;
	}
	
	body.page-id-592 .post-592 img {
		display: none;
	}
	
	.sfooter #text-11 {
		width: 52%;
	}
	
	#text-11 form .mc-field-group #mce-EMAIL {
		font-size: 14px;
	}
	
	#text-11 .clear #mc-embedded-subscribe2 {
		font-size: 14px;
		height: 47px;
		padding: 10px;
		width: 115px;
	}
	
	#displaytweetswidget-2 h3.widget-title {
		margin: 35px 0 0 10px;
	}
	
	#displaytweetswidget-2 p {
		padding: 10px;
	}
	
	.footer-right #text-5 {
		margin: 35px 10px;
	}
		
	#footer table th, #footer table td {
		padding: 10px;
	}

/*============= wholesale ==============*/

.internalSidebar .staffGroup h2 {
	display: none;
}

body.page-id-6 .internalSidebar div.staffWrap {
	margin: 0;
	min-height: 0;
	width: 100%;
}

body.page-id-6 .internalSidebar div.staffWrap img {
	margin: 10px 0;
}
	
}

/*layouts smaller than 600px, iPhone and mobiles*/
@media only screen and (max-width: 767px), screen and (max-device-width: 767px), screen and (max-width: 767px)  {


/*=========== header ============*/

#container {
	margin: 0;
}

#header {
	border-bottom: 1px solid #cccccc;
	padding: 10px 0;
}

#logo {
	left: 36%;
	margin: 0;
	position: absolute;
	width: 28%;
}

#content {
	padding-left: 0;
	padding-right: 0;
}

/*----------- MENU -------------*/

#primary-nav {
	height: auto;
}

#primary-nav #ebnz {
	margin: 0;
}

#primary-nav #ebnz p {
	font-size: 1em;
}

#menu-main-menu {
	display: none;
}

#header .slicknav_menu {
	display: block;
	background: transparent;
	float: left;
	margin-left: 10px;
}

.slicknav_menu .slicknav_btn {
	border-radius: 0;
	background-color: transparent;
	float: left;
	margin: 0;
	padding: 0;
	text-shadow: none;
	width: auto;
	z-index: 10;
}

/*
.slicknav_menu .slicknav_open {
	background-color: rgba(53,50,44,0.9);
}
*/

.slicknav_menu .slicknav_btn .slicknav_icon-bar {
	background-color: #35322c;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar {	background-color: #ffffff;
}

.slicknav_menu .slicknav_nav {
	background-color: rgba(53,50,44,0.9);
	left: 0;
	max-width: 260px;
	padding: 70px 0 20px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}

.slicknav_menu .slicknav_nav .slicknav_arrow {
/* 	display: none; */
	font-size: .6em;
	vertical-align: middle;
}

.slicknav_menu .slicknav_nav li{
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 1.25rem;
	font-weight:700;
	letter-spacing: 1px;
	line-height: 1.5rem;
	text-transform: uppercase;	
}

.slicknav_menu .slicknav_nav ul li{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: none;	
}

.slicknav_menu .slicknav_nav a:hover,
.slicknav_menu .slicknav_nav a:active,
.slicknav_menu .slicknav_nav .slicknav_row:hover {
	background: transparent;
	color: #CB4606;
}

/* ====================== lines button ==================================================*/
.slicknav_icon {
  padding: 8px 8px 8px 0;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0.57143rem;
  /* */
}
.slicknav_icon:hover {
  opacity: 1;
}
.slicknav_icon:active {
  transition: 0;
}

.slicknav_menu .slicknav_btn .slicknav_icon-bar {
  display: inline-block;
  width: 2rem;
  height: 0.2rem;
  background: #35322c;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: relative;
}
.slicknav_icon-bar:before, .slicknav_icon-bar:after {
  display: inline-block;
  width: 2rem;
  height: 0.2rem;
  background: #35322c;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}
.slicknav_icon-bar:before {
  top: .5rem;
}
.slicknav_icon-bar:after {
  top: -.5rem;
}

.slicknav_icon:hover .slicknav_icon-bar:before {
  top: .514286rem;
}
.slicknav_icon:hover .slicknav_icon-bar:after {
  top: -.514286rem;
}

.slicknav_btn.slicknav_open {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar {
	background: transparent;
}

.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar:before,
.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar:after {
	background-color: #ffffff;
}

.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1.0) 0.3s;
	transition: transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1.0) 0.3s;
/* 	transform: rotate3d(0,0,1,-45deg); */
}

.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1.0) 0.3s;
	transition: transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1.0) 0.3s;
/* 	transform: rotate3d(0,0,1,45deg); */
}

/*================= slider ================*/

#primary .metaslider {
	overflow: hidden;
	padding-bottom: 25px;
}

.theme-default .nivoSlider {
    width: 150%;
    margin-left: -25%;
}

.theme-default .nivoSlider img {
	border: none;
}

.slider-wrapper .nivo-caption {
    top: 20%;
}

.home .slider-wrapper .nivo-controlNav {
    bottom: 0;
    padding: 15px 0 0;
    right: 37.5%;
    width: 25%;
}

.slider-wrapper.theme-default .nivo-controlNav a {
    height: 16px;
    width: 16px;
}




/*================= homepage columns ===============*/

#centerCol2 {
    left: 0;
    float: left;
    margin: 30px 2.5% 0px;
    
    width: 95%;
    }

.homeLink {
	float: none;
	height: 100%;
	margin: 0 0 20px;
}

.homeLink img {
	width: 100%;
	border: none;
}

#roastCol1,
.single-country #primary #roastCol1 {
	float: none;
	margin: 20px 2.5%;
	width: 95%;
}

#roastCol1 .coffeeBadge,
.single-country #primary #roastCol1 .coffeeBadge {
    display: block;
	float: left;
    margin-bottom: 20px;
    margin-right: 0;
    position: relative;
    width: 48.75%;
}

#roastCol1 .coffeeBadge:nth-child(even),
.single-country #primary #roastCol1 .coffeeBadge:nth-child(even) {
	clear: left;
}


#roastCol1 .coffeeBadge:nth-child(2n+1),
.single-country #primary #roastCol1 .coffeeBadge:nth-child(2n+1) {
	margin-left: 2.5%;
}

.coffeeBadgeTop .buyLink,
.single-country .coffeeBadgeTop .buyLink {
	margin: 0 5%;
	text-align: center;
	top: 34%;
	right: 0;
	width: 90%;
}

.coffeeBadgeTop .buyLink a,
.single-country .coffeeBadgeTop .buyLink a {
    padding: 0;
}

#roastCol1 img {
	margin-left: -25%;
}

.limitedDate {
	font-size: 0.75em;
	margin-bottom: 2px;
	width: 100%;
}

.coffeeBadgeBottom {
}

.coffeeBadgeBottom.espresso {
}

.coffeeBadgeBottom.espresso .left, .coffeeBadgeBottom .left {
	position: relative;
	top: 0;
	padding-top: 10px;
}

.coffeeBadgeBottom h1 {
    font-size: 1.7em;
    line-height: 11.5em;
    padding-left: 10px;
}

.coffeeBadgeBottom h2 {
    font-size: 0.75em;
    line-height: 1em;
    margin: 8px 0;
    padding-left: 10px;
}

.coffeeBadgeBottom.espresso .left p, .coffeeBadgeBottom .left p{
	margin-bottom: 5px;
}

.coffeeBadgeBottom.espresso .country, .coffeeBadgeBottom .country {
    font-size: 1.25em;
	padding-left: 10px;
}

.coffeeBadgeBottom.espresso .flavors, .coffeeBadgeBottom .flavors {
    position: relative;
    font-size: 1.3em;
    line-height: 1.3em;
    top: 0;
    width:96%;
}


#roastCol1 h2.browse-link {
	clear: both;
	text-align: left;
	width: 100%;
}

#knowCol3 {
    float: none;
    margin: 0 2.5%;
    width: 95%;
}

/*========= page general ==========*/

.page #content .hentry {
	margin-left: 0;
}

.page-header {
    margin: 10px 0;
    width: 95%;
}

div.internalSidebar {
    margin: 0 2.5%;
    width: 95%;
}

/*========= Staff Page =============*/

div.staffWrap {
	margin: 0px 2.% 30px 0;
	min-height: 234px;
	width: 45%;
}

div.staffWrap img{
	width: 100%;
}

div.staffWrap p{
	margin-bottom: 0;
}


/*========= location =============*/

div.location img.wp-post-image {
    float: left;
}

div.location h2 {
	clear: both;
}

/*========= explore the regions ==========*/

div#gMap {
	border: none;
	height: 200px;
}

.page-template-page-countries-php .hentry, .page-template-page-countries-php .page-header, .single-country .page-header, .single-country .hentry {
    margin: 0 2.5%;
    padding: 0;
    width: 95%;
}

div.region-head {
    margin-top: 0px;

}

.single-country div.region-head {
    margin-top: 10px;
}

.page-title {
font-size: 1.9em;
padding: 5px 0 15px 5px;
}

body.page-template-page-countries-php div.internalSidebar, .single-country .internalSidebar {
    margin: 0 2.5%;
    width: 95%;
}

.internalSidebar .inside {
    margin: 10px 0;
}

div.countryTabs h3 {
    margin: 25px 5px 0 0;
    font-size: .75em;
}

div.countryTabs h3 a {
    padding: 5px;
}

.single-country .coffeeBadgeBottom h1 {
    font-size: 1.5em;
    line-height: 1em;
    padding-left: 10px;
}

.single-country .coffeeBadgeBottom h2 {
    font-size: 0.75em;
    line-height: 1em;
    margin: 5px 0;
    padding-left: 10px;
}

.single-country .coffeeBadgeBottom.espresso .country, .coffeeBadgeBottom .country {
	font-size: 1.25em;
}

.single-country .coffeeBadgeBottom.espresso .flavors, .coffeeBadgeBottom .flavors {
    position: relative;
    font-size: 1.2em;
    line-height: 1.3em;
    margin-left: 10px;
    top: 0;
    width: 100%;
}

/*======== community =======*/

body.author div#primary div.post, body.author div#primary div.community-post, body.page-template-page-community-post-php div#primary div.community-post, body.archive div#primary div.community-post, .page #content .hentry {
	margin: 10px 0 20px 0;
}

div.community-post h2 {
	clear: both;
	line-height: 1.25em;
}

/*======== coffee love ==========*/

body.page-template-page-coffee-love-php .loveCoffee {
	margin: 20px 0;
	width: 100%;
}

.coffeeloveChapter {
	width: 100%;
}

/*========== wholesale ===========*/

form input[type="text"],
form input[type="email"],
form textarea,
form input[type="password"] {
	width: 95%;
}

/*======== footer =======*/

.sfooter #text-11 {
	width: 90%;
}

.sfooter .widget_text {
	padding: 0px 2.5% 20px;
	text-align: left;
	width: 95%;
}

.sfooter .widget_text .socialic {
	padding: 0 4% 0 0;
}

.footer-left,
#footer-nav {
	display: none;
}

.footer-right {
	width: 45%;
	margin: 0 2.5%;
}

.footer-right #text-5 {
	margin: 35px 0;
	padding: ;
	width: 100%;
}

.footer-right #text-5 table {
	margin: 20px 0 0;
}

.footer-four {
	width: 45%;
	margin: 0 0 0 2.5%;
}

.footer-four #nav_menu-2 {
	margin: 35px 0;
}

.footer-four #nav_menu-2 li {
	font-size: 1.5em;
}

.copyright {
	width: 100%;
}



}



/* iPhone 6+ ----------- */
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (orientation : landscape) 
and (-webkit-device-pixel-ratio: 3){
/* Styles */

#logo {
	left: 40%;
	width: 20%;
}

.homeLink h1 {
	font-size: 2rem;
	top: 60px;
}

.homeLink h2 {
	font-size: 1.25rem;
	top: 100px;
}

#roastCol1 img {
    margin-left: 0;
    width: 100%;
}

.limitedDate {
	font-size: 0.9em;
	padding: 2px 10px;
}

.coffeeBadgeBottom h1 {
	font-size: 2em;
}

.coffeeBadgeBottom h2 {
	font-size: 0.9em;
}

.single-country .coffeeBadgeBottom.espresso .flavors, .coffeeBadgeBottom .flavors {
	font-size: 0.9em;
}

#knowCol3 > h2 {
    font-size: 2.25em;
}

#knowCol3 .knowContainer{
	width: 100%;
	margin: 20px 0;
}

#knowCol3 .knowContainer img{
	width: 100%;
	max-width: 480px;
}

#knowCol3 .knowContainer h2{
	font-size: 2em;
	line-height: 1.5em;
}

#knowCol3 .knowContainer p{
	font-size: 1.25em;	
}

/*========== page styling ===========*/

div.internalSidebar {
    margin: 0 2.5%;
    width: 25%;
}

.page .hentry, .single-country .hentry {
	margin: 0;
	width: 67.5%;
}

/*========== brew guides =============*/

.single-brew-guide .entry-content {
    overflow: visible;
}


.single-country div.region-head {
    margin-top: 67px;
}

/*=========== staff ===============*/

div.staffWrap {
	min-height: 294px;
}

/*============ press ==============*/

.page #content, body.archive #content, .tax-community-tax #content {
	width: 67.5%;
}

div#primary div.press-post {
    width: 67.5%;
    margin: 0px 0 30px 0px;
}

/*============= explore the regions ==============*/

ul#sideCountry {
	float: left;
	margin: 10px 0 20px;
	width: 25%;
}

body.page-template-page-countries-php div.internalSidebar h2, body.single-country div.internalSidebar h2 {
	border: none;
}

.single-country .internalSidebar .inside {
	min-height: 0;
}

.single-country .internalSidebar br {
    display: none;
}

.single-country .internalSidebar img {
	float: left;
    height: auto;
    margin: 10px 2.5%;
    padding: 0;
    width: 45%;
}

.page-template-page-countries-php .hentry, .page-template-page-countries-php .page-header, .single-country .page-header, .single-country .hentry {
	margin: 0 2.5%;
    padding: 0;
    width: 95%;
}

.single-country .coffeeBadgeBottom h1 {
	font-size: 2em;
}

.single-country .coffeeBadgeBottom h2 {
	font-size: 0.9em;
}

/*============= community ==============*/

body.author div#primary div.post, body.author div#primary div.community-post, body.page-template-page-community-post-php div#primary div.community-post, body.archive div#primary div.community-post, .page #content .hentry {
	margin: 0;
}

.page #content, body.archive #content, .tax-community-tax #content {
	float: left;
}

.hentry {
	margin: 0;
	width: 67.5%;
}

.page-navigation, .single-page-navigation {
	margin-left: 30%;
	width: 67.5%;
}

/*============= love of coffee ==============*/

#primary div.section h2.actv1, #primary div.section h2.actv2, #primary div.section h2.actv3 {
	line-height: 12px;
	padding: 39% 0;
}

body.single-coffee-love-chapter .coffeeloveInfo, body.tax-farming-chapter .coffeeloveInfo, body.tax-preparation-chapter .coffeeloveInfo, body.tax-consumption-chapter .coffeeloveInfo {
	border: none;
}

body.single-coffee-love-chapter div#coffeeloveNav, body.tax-farming-chapter div#coffeeloveNav, body.tax-preparation-chapter div#coffeeloveNav, body.tax-consumption-chapter div#coffeeloveNav {
    box-sizing: border-box;
    margin: 20px 2.5% 0;
    padding: 10px;
    top: 0;
    position: relative;
    float: left;
    width: 25%;
}

body.archive .coffee-love-subch {
	margin-top: 20px;
	width: 67.5%;	
}

body.single-coffee-love-chapter .entry-content, body.tax-farming-chapter .entry-content, body.tax-preparation-chapter .entry-content, body.tax-consumption-chapter .entry-content {
	margin: 0;
	width: 100%;
}

.entry-content .coffeeloveChapter h1 {
	font-size: 5em;
	margin-left: 20px;
}

.country img.alignright, .coffee-love-subch img.alignright {
	float: none;
    margin: 10px 0 25px;
}

/*============= wholesale ==============*/

.internalSidebar .staffGroup h2 {
	display: none;
}

body.page-id-6 .internalSidebar div.staffWrap {
	margin: 0;
	min-height: 0;
	width: 100%;
}

body.page-id-6 .internalSidebar div.staffWrap img {
	margin: 10px 0;
}


}

/* iPhone 6+ ----------- */
@media only screen 
and (min-device-width: 414px) 
and (max-device-height: 736px) 
and (orientation : portrait) 
and (-webkit-device-pixel-ratio: 2){

/* ============= slider ============= */

.nivo-caption h1 {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 5px;
}

.nivo-caption h2 {
	font-size: 28px;
	margin-bottom: 8px;
	padding: 18px 0;
}

.nivo-caption h3 {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1.5px;
	margin-bottom: 5px;
}

.nivo-caption h4 {
	font-size: 8px;
	line-height: 8px;
	letter-spacing: 1px;
}	


.homeLink h1 {
    font-size: 2.25em;
    line-height: 2.5em;
    top: 10px;
}

.homeLink h2 {
    font-size: 1.25em;
    line-height: 3em;
}

div.staffWrap {
	min-height: 234px;
}

}

/* iPhone 6 ----------- */
@media only screen 
and (min-device-width: 375px) 
and (max-device-height: 667px) 
and (orientation : landscape) 
and (-webkit-device-pixel-ratio: 2){
/* Styles */

#container {
	margin: 0;
}

#header {
	border-bottom: 1px solid #cccccc;
	padding: 10px 0;
}

#logo {
	left: 36%;
	margin: 0;
	position: absolute;
	width: 22%;
}


/* ============= slider ============= */

.nivo-caption h1 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 8px;
}

.nivo-caption h2 {
	font-size: 42px;
	margin-bottom: 8px;
	padding: 28px 0;
}

.nivo-caption h3 {
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1.5px;
	margin-bottom: 8px;
}

.nivo-caption h4 {
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
}	

.page-template-template-home-php .nivoSlider img {
    border: none;
    box-sizing: border-box;
}

.home .slider-wrapper .nivo-controlNav {

}

.slider-wrapper.theme-default .nivo-controlNav a {
	height: 16px;
	width: 16px;
}


#centerCol2 {
    left: 0;
    float: none;
    margin: 30px 2.5% 0px;
    padding: 0;
    position: static;
    width: 95%;
}

.homeLink {
	float: none;
	height: 100%;
	margin: 0 0 20px;
}

.homeLink img {
    width: 100%;
    border: none;
}

.homeLink h1 {
	font-size: 2.5em;
	line-height: 2.5em;
	top: 40px;
}

.homeLink h2 {
	font-size: 1.25em;
	line-height: 3.5em;
	top: 80px;
}


#roastCol1 {
	float: none;
    margin: 20px 2.5%;
    padding: 0;
    position: relative;
    width: 95%;
}

#roastCol1 > h2 {
    font-size: 2.5em;
    font-weight: 800;
    margin: 20px 0;
    width: auto;
}

#roastCol1 img{
	margin: 0;
	width: 100%;
}

.limitedDate{
	font-size: 1em;
	padding: 5px 10px;
}

.coffeeBadgeTop .buyLink{
}

.coffeeBadgeTop .buyLink a{
}

.coffeeBadgeBottom{

}

.coffeeBadgeBottom h1{
	font-size: 3em;
	line-height: 1em;
	padding-left: 10px;
}

.coffeeBadgeBottom h2{
	font-size: 1em;
	line-height: 1em;
	padding-left: 10px;
}

.coffeeBadgeBottom.espresso .country, .coffeeBadgeBottom .country{
	font-size: 1.5em;
	line-height: 2em;
}

.coffeeBadgeBottom.espresso .flavors, .coffeeBadgeBottom .flavors {

}

#roastCol1 h2.browse-link{
	display: block;
}


#knowCol3 {
    margin: 20px 2.5%;
    padding: 0;
    position: relative;
    width: 95%;
}

#knowCol3 > h2 {
    font-size: 2.5em;
    font-weight: 800;
    margin: 20px 0;
    width: auto;
}

#knowCol3 .knowContainer{
	width: 100%;
	margin: 20px 0;
}

#knowCol3 .knowContainer img{
	width: 100%;
	max-width: 480px;
}

#knowCol3 .knowContainer h2{
	font-size: 3em;
	line-height: 1.5em;
}

#knowCol3 .knowContainer p{
	font-size: 1.25em;	
}

/*========= page styles =========== */


div.internalSidebar {
	margin: 0 2.5%;
	width: 25%;
}

.internalSidebar .inside {
	margin: 10px 0;
}

div.internalSidebar h2 {
	font-size: 1.5em;
	padding-top: 8px;
}

.internalSidebar .staffGroup h2 {
	display: none;
}

#sideArchive li {
	font-size: 1em;
	padding-bottom: 5px;
}

.page-title {
	font-size: 2.5em;
	padding: 0 0 15px 0;
}

.archive .hentry,
.page .hentry,
.single .hentry {
	width: 70%;
	margin: 0;
}

.page #content, body.archive #content, .tax-community-tax #content {
	float: left;
	margin: 0;
	padding: 0;
	width: 67.5%;
}

body.author div#primary div.post, body.author div#primary div.community-post, body.page-template-page-community-post-php div#primary div.community-post, body.archive div#primary div.community-post, .page #content .hentry {
	margin-left: 0;
}

/*========= countries =========*/

div#gMap {
	border: none;
	height: 200px;
}

div.backLinkCountry {
	margin-left: 10px;
}

div.countryTabs {
	width: 60%;
}

div.countryTabs h3 {
	margin: 25px 5px 0 0;
	font-size: .75em;
}

div.countryTabs h3 a {
	padding: 5px;
}

.single-country div.region-head {
    margin-top: 67px;
}

div.region-head h3 {
	font-size: 1.25em;
	padding: 12px 10px;
}

div.region-head.master {
	margin-top: 0;
}


/*
.single-country .internalSidebar {
	display: none;
}
*/

.single-country .internalSidebar .inside {
	min-height: 0;
}

.single-country .internalSidebar br {
	display: none;
}

.single-country .internalSidebar img {
	float: left;
	height: auto;
	margin: 10px 2.5%;
	padding: 0;
	width: 45%;
}


body.page-template-page-countries-php div.internalSidebar h2,
body.single-country div.internalSidebar h2 {
	border: none;
}

body.page-template-page-countries-php div.internalSidebar,
.single-country .internalSidebar {
	margin: 0 2.5%;
	width: 95%;
}

ul#sideCountry {
	float: left;
	margin: 10px 0 20px;
	width: 25%;
}

.page-template-page-countries-php .hentry, 
.page-template-page-countries-php .page-header, 
.single-country .page-header,
.single-country .hentry {
	margin: 0 2.5%;
	padding: 0;
	width: 95%;
}

.single-country #roastCol1 {
    margin: 20px 2.5%;
    padding: 0;
    position: relative;
    width: 95%;
}

.single-country #roastCol1 > h2 {
    font-size: 2.5em;
    font-weight: 800;
    margin: 20px 0;
    width: auto;
}

.single-country #primary #roastCol1 .coffeeBadge {

}

.single-country .coffeeBadgeTop{
	height: 100%;
}

.single-country #roastCol1 img{
	width: 100%;
}

.single-country .limitedDate{
	font-size: 2em;
	padding: 5px 10px;
}

.single-country .coffeeBadgeBottom{
	background-size: cover;
	background-position-y: bottom;
}


/*========= coffee love ==========*/

body.page-template-page-coffee-love-php .loveCoffee {
	margin: 0;
	width: 100%;
}

#primary .section {
	margin: 30px 1.7%;
}

#primary div.section h2.actv1, #primary div.section h2.actv2, #primary div.section h2.actv3 {
	font-size: 1.75em;
	line-height: 1em;
	padding: 38% 0;
	text-shadow: 1px 1px 0 #58111c, -1px -1px 0 #58111c, 1px -1px 0 #58111c, -1px 1px 0 #58111c, 1px 1px 0 #58111c;
	width: 91%;
}

.page-template-page-coffee-love-php .internalSidebar {
	float: none;
	margin: 0 2.5%;
	width: 95%;
}

div#coffeeloveNav ul ul {
	padding-left: 8px;
}

.page-template-page-coffee-love-php #content{
	margin: 0 2.5%;
	width: 95%;
}

body.single-coffee-love-chapter .coffeeloveInfo, body.tax-farming-chapter .coffeeloveInfo, body.tax-preparation-chapter .coffeeloveInfo, body.tax-consumption-chapter .coffeeloveInfo {
	border: none;
}

body.single-coffee-love-chapter .page-header,
.tax-farming-chapter .page-header,
.tax-preparation-chapter .page-header,
.tax-consumption-chapter .page-header {
	display: none;
}

body.single-coffee-love-chapter div#coffeeloveNav, body.tax-farming-chapter div#coffeeloveNav, body.tax-preparation-chapter div#coffeeloveNav, body.tax-consumption-chapter div#coffeeloveNav {
	box-sizing: border-box;
    margin: 20px 2.5% 0;
    padding: 10px;
    top: 0;
    position: relative;
    float: left;
    width: 25%;
}

body.single-coffee-love-chapter div#coffeeloveNav h2, body.tax-farming-chapter div#coffeeloveNav h2, body.tax-preparation-chapter div#coffeeloveNav h2, body.tax-consumption-chapter div#coffeeloveNav h2 {
	font-size: 1.25em;
}

body.archive .coffee-love-subch {
	margin-top: 20px;
	width: 65%;
}

body.single-coffee-love-chapter .entry-content, body.tax-farming-chapter .entry-content, body.tax-preparation-chapter .entry-content, body.tax-consumption-chapter .entry-content {
	margin: 0;
	width: 100%;
}

.coffeeloveChapter {
	width: 100%;
	padding: 0px;
}

.entry-content .coffeeloveChapter h1 {
	font-size: 4em;
	margin-left: 10px;
	padding: 35px 0;
}

.country img.alignright, .coffee-love-subch img.alignright {
	float: none;
	margin: 10px 0 25px;
}


/*========= press =========*/


div#primary div.press-post {
	width: 67.5%;
    margin: 0px 0 30px 0px;
}

.page-navigation, .single-page-navigation {
    margin-left: 25%;
    width: 75%;
}

/*========= staff =========*/


div.staffWrap {
	min-height: 280px;
}

div.staffWrap img {
	width: 100%;
}

/*========= locations =========*/


h4.typeLo {
	font-size: 0.85em;
}

div.location p {
	font-size: 0.85em;
}

.archive.tax-state div.internalSidebar,
.archive.tax-countries-retail div.internalSidebar {
	width: 95%;
}

.archive.tax-state .hentry,
.archive.tax-countries-retail .hentry {
	margin: 0 2.5%;
	width: 95%;
}

.archive.tax-state div.internalSidebar .inside,
.archive.tax-countries-retail div.internalSidebar .inside {
	min-height: 100px;
}

div.location img.wp-post-image {
	float: none;
	margin: 10px 0;
}

.page .entry-content h2 {
	clear: both;
	line-height: 1.25em;
}


/*========= brew guides =========== */

	.single-brew-guide .entry-content {
		overflow: visible;
	}

	div.brewGuides h3 {
		padding: 15px 10px;
	}
	
	div#brewDownload {
		margin: 20px 2.5%;
		width: 20%;
	}
	
	div#brewDownload h3 {
		font-size: 1em;
	}

	.brew-guide-wrapper {
		margin: 10px;
		width: 100%;
	}
	
	.brew-guide-wrapper h2 {
    	font-size: 1.25em;
    	margin: 5px auto 20px;
    }

	body.single-brew-guide .hentry {
		margin: 0;
		width: 75%;
	}

	div.icon-column {
		width: 30%;
	}

	div.icon-column p {
		font-size: 1em;
		line-height: 1.5em;
	}

	div.icon-column img.alignleft {
		margin: 10px 10px 10px -36px;
	}
	
	div.steps-column {
	    padding-left: 10px;
	    width: 50%;
	}

/*========= wholesale =========*/

body.page-id-6 .internalSidebar div.staffWrap {
	margin: 0;
	min-height: 0;
	width: 100%;
}

body.page-id-6 .internalSidebar img{
	height: auto;
	margin: 30px 0 10px;
	width: 100%;
}


form input[type="text"],
form input[type="email"],
form textarea,
form input[type="password"] {
	width: 90%;
}

}

/* iPhone 6 ----------- */
@media only screen 
and (min-device-width: 375px) 
and (max-device-height: 667px) 
and (orientation : portrait) 
and (-webkit-device-pixel-ratio: 2){

#logo {
	left: 30%;
	width: 40%;
}

/* ============= slider ============= */

.slider-wrapper .nivo-caption {
	top: 7%;
}

.nivo-caption h1 {
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 0px;
	letter-spacing: 2px;
}

.nivo-caption h2 {
	font-size: 20px;
	margin-bottom: 8px;
	padding: 15px 0;
}

.nivo-caption h3 {
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 1.5px;
	margin-bottom: 8px;
}

.nivo-caption h4 {
	font-size: 8px;
	line-height: 8px;
	letter-spacing: 0.5px;
}	

.page-template-template-home-php .nivoSlider img {
    border: none;
    box-sizing: border-box;
}

/*======== homepage =========*/

#centerCol2 {

}

.homeLink {

}

.homeLink img {

}

.homeLink h1 {
	font-size: 2em;
	line-height: 2em;
	top: 10px;
}

.homeLink h2 {
	font-size: 1em;
	line-height: 2em;
	letter-spacing: .75px;
	top: 45px;
}


#roastCol1 {

}

#roastCol1 > h2 {
    font-size: 2.25em;
}

#roastCol1 .coffeeBadge {

}

.coffeeBadgeTop{
}

#roastCol1 img{
}

.limitedDate{
	font-size: 1em;
	padding: 5px 10px;
}

.coffeeBadgeTop .buyLink{
}

.coffeeBadgeTop .buyLink a{
}

.coffeeBadgeBottom{
	background-size: cover;
	background-position-y: bottom;
	height: 140px;
}

.coffeeBadgeBottom h1{
	font-size: 2em;
	line-height: 1.5em;
}

.coffeeBadgeBottom h2{
	font-size: 1em;
	line-height: 1em;
	padding-left: 10px;
}

.coffeeBadgeBottom.espresso .country, .coffeeBadgeBottom .country{
	font-size: 1.5em;
	line-height: 2em;
}

.coffeeBadgeBottom.espresso .flavors, .coffeeBadgeBottom .flavors {
	font-size: 1em;
	line-height: 1.3em;
}

#roastCol1 h2.browse-link {
	display: block;
}


#knowCol3 {

}

#knowCol3 > h2 {
    font-size: 2.25em;
}

#knowCol3 .knowContainer{
	width: 100%;
	margin: 20px 0;
}

#knowCol3 .knowContainer img{
	width: 100%;
	max-width: 480px;
}

#knowCol3 .knowContainer h2{
	font-size: 2em;
	line-height: 1.5em;
}

#knowCol3 .knowContainer p{
	font-size: 1em;	
}

/*======== brewguides =========*/

body.post-type-archive-brew-guide .hentry {
	display: block;
	float: left;
	width: 45%;
}

.brew-guide-wrapper {
	margin: 0;
}

div#brewDownload {
	margin: 10px 2.5%;
	width: 95%;
}

div#brewDownload img{
	display: none;
}

div#brewDownload h3 {
	margin: 0;
	text-align: right;
}

body.single-brew-guide h1.page-title {
	margin: 0 2.5% 20px;
	width: 95%;
}

body.single-brew-guide .hentry {
	margin: 0 2.5%;
	width: 95%;
}

div.icon-column {
	padding-left: 12%;
}

/*======== about =========*/

.page-id-1329 .internalSidebar,
.page-id-1381 .internalSidebar,
.page-id-596 .internalSidebar,
.page-id-587 .internalSidebar,
.page-id-187 .internalSidebar,
.page-id-182 .internalSidebar,
.page-id-180 .internalSidebar,
.page-id-7 .internalSidebar,
.page-id-2 .internalSidebar,
.single-community-post .internalSidebar,
.page-id-605 .internalSidebar {
	display: none;
}

.page-header {
	margin: 10px 2.5% 0;
	width: 95%;
}

.page-header h1 {
	width: auto;
}

div.internalSidebar {
	width: 95%;
}

div.internalSidebar .inside {
	min-height: 0;
}

.archive .hentry, .page .hentry, .single .hentry {
	margin: 0 2.5%;
	width: 95%;
}

/*======== staff =========*/


div.staffWrap {
	margin-right: 10px;
	min-height: 215px;
	width: 45%;
}

div.staffWrap h3 {
	font-size: 1.15em;
	margin-bottom: 5px;
}

div.staffWrap p {
	font-size: 1em;
	line-height: 1.25em;
}

/*========= press ==========*/

.page #content,
body.archive #content,
.tax-community-tax #content {
	margin: 0 2.5%;
	width: 95%;
}

.page-navigation, .single-page-navigation {
	margin: 0 2.5%;
	padding: 20px 0;
	width: 95%;
}

/*========= explore the regions ==========*/

ul#sideCountry {
	width: 38%;
}

div.countryTabs {
	float: none;
	margin: 0 2.5%;
	position: relative;
    width: 95%;
}

div.countryTabs h3 {
	float: left;
    font-size: .75em;
    margin: 25px 10px 0 0;
}

div.backLinkCountry {
	clear: both;
	float: none;
	margin: 50px 2.5% 0;
    width: 95%;
}

div.region-head {
}

body.single-country div.internalSidebar h2 {
	display: none;
}

.single-country .coffeeBadgeBottom {
}

.single-country .limitedDate {
	font-size: 1em;
}

.single-country .coffeeBadgeBottom h1 {
	font-size: 2em;
}

.single-country .coffeeBadgeBottom h2 {
}

.single-country .coffeeBadgeBottom.espresso .country {

}

.single-country .coffeeBadgeBottom.espresso .flavors {

}

/*======== coffee love =========*/


#primary .section {
	margin: 30px 12.5%;
	width: 75%;
}

#primary div.section h2.actv1, #primary div.section h2.actv2, #primary div.section h2.actv3 {
	font-size: 2.25em;
	line-height: 0.5em;
	padding: 39% 0;
	width: 93%;
}

body.single-coffee-love-chapter div#coffeeloveNav, body.tax-farming-chapter div#coffeeloveNav, body.tax-preparation-chapter div#coffeeloveNav, body.tax-consumption-chapter div#coffeeloveNav {
	float: none;
	width: 95%;
}

body.archive .coffee-love-subch {
	width: 95%;
}

/*======== wholesale =========*/


.internalSidebar .staffGroup h2 {
	display: none;
}

.internalSidebar .staffGroup .staffWrap {
	min-height: 254px;
}

/*======== footer =========*/


.sfooter #text-11 {
	width: 86%;
}

#text-11 form .mc-field-group #mce-EMAIL {
	font-size: 12px;
	padding: 10px 16px 9px 10px;
}

#text-11 .clear #mc-embedded-subscribe2 {
	font-size: 12px;
    height: 40px;
    padding: 5px;
    width: 100px;
}

.sfooter .widget_text {
	width: 72%;
	padding: 0px 14% 20px;
}

.sfooter .widget_text .socialic {
	padding: 0 3%;
}

.footer-right {
	width: 95%;
	margin: 0 2.5%;
}

.footer-right #text-5 {
	margin: 35px 0;
	padding: ;
	width: 100%;
}

.footer-right #text-5 table {
	margin: 20px 0 0;
}

.footer-four {
	width: 95%;
	margin: 0 0 0 2.5%;
}

.footer-four #nav_menu-2 {
	margin: 0 0 35px 0;
}

.footer-four #nav_menu-2 li {
	font-size: 1.5em;
}


}

/* iPhone 4 ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) 
and (-webkit-min-device-pixel-ratio : 2) {

#container {
	margin: 0;
}

#header {
	border-bottom: 1px solid #cccccc;
	padding: 10px 0;
}

#logo {
	left: 36%;
	margin: 0;
	position: absolute;
	width: 28%;
}


/* ============= slider ============= */

.nivo-caption h1 {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 8px;
}

.nivo-caption h2 {
	font-size: 36px;
	margin-bottom: 8px;
	padding: 20px 0;
}

.nivo-caption h3 {
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 1.5px;
	margin-bottom: 8px;
}

.nivo-caption h4 {
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 1px;
}	

.page-template-template-home-php .nivoSlider img {
    border: none;
    box-sizing: border-box;
}

.home .slider-wrapper .nivo-controlNav {

}

.slider-wrapper.theme-default .nivo-controlNav a {
	height: 16px;
	width: 16px;
}


#centerCol2 {
    left: 0;
    float: none;
    margin: 30px 2.5% 0px;
    padding: 0;
    position: static;
    width: 95%;
}

.homeLink {
	float: none;
	height: 100%;
	margin: 0 0 20px;
}

.homeLink img {
    width: 100%;
    border: none;
}

.homeLink h1 {
	font-size: 2.5em;
	line-height: 2.5em;
}

.homeLink h2 {
	font-size: 1.25em;
	line-height: 3.5em;
}


#roastCol1 {
	float: none;
    margin: 20px 2.5%;
    padding: 0;
    position: relative;
    width: 95%;
}

#roastCol1 > h2 {
    font-size: 2.5em;
    font-weight: 800;
    margin: 20px 0;
    width: auto;
}

.limitedDate{
}

.coffeeBadgeBottom{
}

.coffeeBadgeBottom h1{
	font-size: 2.5em;
	line-height: 1em;
	padding-left: 10px;
}

.coffeeBadgeBottom h2{
}

.coffeeBadgeBottom.espresso .country, .coffeeBadgeBottom .country{

}

.coffeeBadgeBottom.espresso .flavors, .coffeeBadgeBottom .flavors {
	
}


#roastCol1 h2.browse-link{
	display: block;
}


#knowCol3 {
    margin: 20px 2.5%;
    padding: 0;
    position: relative;
    width: 95%;
}

#knowCol3 > h2 {
    font-size: 2.5em;
    font-weight: 800;
    margin: 20px 0;
    width: auto;
}

#knowCol3 .knowContainer{
	width: 100%;
	margin: 20px 0;
}

#knowCol3 .knowContainer img{
	width: 100%;
	max-width: 480px;
}

#knowCol3 .knowContainer h2{
	font-size: 3em;
	line-height: 1.5em;
}

#knowCol3 .knowContainer p{
	font-size: 1.25em;	
}

/*========= page styles =========== */


div.internalSidebar {
	margin: 0 2.5%;
	width: 25%;
}

.internalSidebar .inside {
	margin: 10px 0;
}

div.internalSidebar h2 {
	font-size: 1.5em;
	padding-top: 8px;
}

#sideArchive li {
	font-size: 1em;
	padding-bottom: 5px;
}

.page-title {
	font-size: 2.5em;
	padding: 0 0 15px 0;
}

.archive .hentry,
.page .hentry,
.single .hentry {
	width: 70%;
	margin: 0;
}

.page #content, body.archive #content, .tax-community-tax #content {
	float: left;
	margin: 0;
	padding: 0;
	width: 67.5%;
}

body.author div#primary div.post, body.author div#primary div.community-post, body.page-template-page-community-post-php div#primary div.community-post, body.archive div#primary div.community-post, .page #content .hentry {
	margin-left: 0;
}

/*========= countries =========*/

div#gMap {
	border: none;
	height: 200px;
}

div.backLinkCountry {
	margin-left: 10px;
}

div.countryTabs {
	width: 60%;
}

div.countryTabs h3 {
	margin: 25px 5px 0 0;
	font-size: .75em;
}

div.countryTabs h3 a {
	padding: 5px;
}

.single-country div.region-head {
    margin-top: 67px;
}

div.region-head h3 {
	font-size: 1.25em;
	padding: 12px 10px;
}

div.region-head.master {
	margin-top: 0;
}


/*
.single-country .internalSidebar {
	display: none;
}
*/

.single-country .internalSidebar .inside {
	min-height: 0;
}

.single-country .internalSidebar br {
	display: none;
}

.single-country .internalSidebar img {
	float: left;
	height: auto;
	margin: 10px 2.5%;
	padding: 0;
	width: 45%;
}


body.page-template-page-countries-php div.internalSidebar h2,
body.single-country div.internalSidebar h2 {
	border: none;
}

body.page-template-page-countries-php div.internalSidebar,
.single-country .internalSidebar {
	margin: 0 2.5%;
	width: 95%;
}

ul#sideCountry {
	float: left;
	margin: 10px 0 20px;
	width: 25%;
}

.page-template-page-countries-php .hentry, 
.page-template-page-countries-php .page-header, 
.single-country .page-header,
.single-country .hentry {
	margin: 0 2.5%;
	padding: 0;
	width: 95%;
}

.single-country #roastCol1 {
    margin: 20px 2.5%;
    padding: 0;
    position: relative;
    width: 95%;
}

.single-country #roastCol1 > h2 {
    font-size: 2.5em;
    font-weight: 800;
    margin: 20px 0;
    width: auto;
}

.single-country #primary #roastCol1 .coffeeBadge {

}

.single-country .coffeeBadgeTop{
	height: 100%;
}

.single-country #roastCol1 img{
	width: 100%;
}

.single-country .limitedDate{
	font-size: 2em;
	padding: 5px 10px;
}

.single-country .coffeeBadgeBottom{

}

.single-country .coffeeBadgeBottom h1 {

}

.single-country .coffeeBadgeBottom h2 {

}

.single-country .coffeeBadgeBottom.espresso .country, .coffeeBadgeBottom .country {

}

.single-country .coffeeBadgeBottom.espresso .flavors, .coffeeBadgeBottom .flavors {
	font-size: 0.75em;
	line-height: 1em;
}

/*========= coffee love ==========*/

body.page-template-page-coffee-love-php .loveCoffee {
	margin: 0;
	width: 100%;
}

#primary .section {
	margin: 30px 1.7%;
}

#primary div.section h2.actv1, #primary div.section h2.actv2, #primary div.section h2.actv3 {
	font-size: 1.25em;
	line-height: 1em;
	padding: 38% 0;
	text-shadow: 1px 1px 0 #58111c, -1px -1px 0 #58111c, 1px -1px 0 #58111c, -1px 1px 0 #58111c, 1px 1px 0 #58111c;
	width: 91%;
}

.page-template-page-coffee-love-php .internalSidebar {
	float: none;
	margin: 0 2.5%;
	width: 95%;
}

div#coffeeloveNav ul ul {
	padding-left: 8px;
}

.page-template-page-coffee-love-php #content{
	margin: 0 2.5%;
	width: 95%;
}

body.single-coffee-love-chapter .coffeeloveInfo, body.tax-farming-chapter .coffeeloveInfo, body.tax-preparation-chapter .coffeeloveInfo, body.tax-consumption-chapter .coffeeloveInfo {
	border: none;
}

body.single-coffee-love-chapter .page-header,
.tax-farming-chapter .page-header,
.tax-preparation-chapter .page-header,
.tax-consumption-chapter .page-header {
	display: none;
}

body.single-coffee-love-chapter div#coffeeloveNav, body.tax-farming-chapter div#coffeeloveNav, body.tax-preparation-chapter div#coffeeloveNav, body.tax-consumption-chapter div#coffeeloveNav {
	box-sizing: border-box;
    margin: 20px 2.5% 0;
    padding: 10px;
    top: 0;
    position: relative;
    float: left;
    width: 25%;
}

body.single-coffee-love-chapter div#coffeeloveNav h2, body.tax-farming-chapter div#coffeeloveNav h2, body.tax-preparation-chapter div#coffeeloveNav h2, body.tax-consumption-chapter div#coffeeloveNav h2 {
	font-size: 1.25em;
}

body.archive .coffee-love-subch {
	margin-top: 20px;
	width: 65%;
}

body.single-coffee-love-chapter .entry-content, body.tax-farming-chapter .entry-content, body.tax-preparation-chapter .entry-content, body.tax-consumption-chapter .entry-content {
	margin: 0;
	width: 100%;
}

.coffeeloveChapter {
	width: 100%;
	padding: 0px;
}

.entry-content .coffeeloveChapter h1 {
	font-size: 4em;
	margin-left: 10px;
	padding: 35px 0;
}

.country img.alignright, .coffee-love-subch img.alignright {
	float: none;
	margin: 10px 0 25px;
}


/*========= press =========*/


div#primary div.press-post {
	width: 67.5%;
    margin: 0px 0 30px 0px;
}

.page-navigation, .single-page-navigation {
    margin-left: 25%;
    width: 75%;
}

/*========= staff =========*/


div.staffWrap {
	min-height: 246px;
}

div.staffWrap img {
}

/*========= locations =========*/


h4.typeLo {
	font-size: 0.85em;
}

div.location p {
	font-size: 0.85em;
}

.archive.tax-state div.internalSidebar,
.archive.tax-countries-retail div.internalSidebar {
	width: 95%;
}

.archive.tax-state .hentry,
.archive.tax-countries-retail .hentry {
	margin: 0 2.5%;
	width: 95%;
}

.archive.tax-state div.internalSidebar .inside,
.archive.tax-countries-retail div.internalSidebar .inside {
	min-height: 100px;
}

div.location img.wp-post-image {
	float: none;
	margin: 10px 0;
}

.page .entry-content h2 {
	clear: both;
	line-height: 1.25em;
}


/*========= brew guides =========== */

	.single-brew-guide .entry-content {
		overflow: visible;
	}

	div.brewGuides h3 {
		padding: 15px 10px;
	}
	
	div#brewDownload {
		margin: 20px 2.5%;
		width: 20%;
	}
	
	div#brewDownload h3 {
		font-size: 1em;
	}

	.brew-guide-wrapper {
		margin: 10px;
		width: 100%;
	}
	
	.brew-guide-wrapper h2 {
    	font-size: 1em;
    	margin: 5px auto 20px;
    }

	body.single-brew-guide .hentry {
		margin: 0;
		width: 75%;
	}

	div.icon-column {
		width: 30%;
	}

	div.icon-column p {
		font-size: 1em;
		line-height: 1.5em;
	}

	div.icon-column img.alignleft {
		margin: 10px 10px 10px -36px;
	}
	
	div.steps-column {
	    padding-left: 10px;
	    width: 50%;
	}

/*========= wholesale =========*/

body.page-id-6 .internalSidebar div.staffWrap {
	margin: 0;
	min-height: 0;
	width: 100%;
}

body.page-id-6 .internalSidebar img{
	height: auto;
	margin: 30px 0 10px;
	width: 100%;
}


form input[type="text"],
form input[type="email"],
form textarea,
form input[type="password"] {
	width: 90%;
}




/*======== footer =======*/

.sfooter #text-11 {
	width: 90%;
}

.sfooter .widget_text {
	padding: 0px 2.5% 20px;
	text-align: left;
	width: 95%;
}

.sfooter .widget_text .socialic {
	padding: 0 4% 0 0;
}

.footer-left,
#footer-nav {
	display: none;
}

.footer-right {
	width: 45%;
	margin: 0 2.5%;
}

.footer-right #text-5 {
	margin: 35px 0;
	padding: ;
	width: 100%;
}

.footer-right #text-5 table {
	margin: 20px 0 0;
}

.footer-four {
	width: 45%;
	margin: 0 0 0 2.5%;
}

.footer-four #nav_menu-2 {
	margin: 35px 0;
}

.footer-four #nav_menu-2 li {
	font-size: 1.5em;
}

.copyright {
	width: 100%;
}
	
}

/* iphone 4 */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait) 
and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */

#logo {
	left: 30%;
	width: 40%;
}

/* ============= slider ============= */

.slider-wrapper .nivo-caption {
	top: 20%;
}

.nivo-caption h1 {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 0px;
	letter-spacing: 2px;
}

.nivo-caption h2 {
	font-size: 24px;
	margin-bottom: 8px;
	padding: 15px 0;
}

.nivo-caption h3 {
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1.5px;
	margin-bottom: 8px;
}

.nivo-caption h4 {
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0.5px;
}	

.page-template-template-home-php .nivoSlider img {
    border: none;
    box-sizing: border-box;
}

/*======== homepage =========*/

#centerCol2 {

}

.homeLink {

}

.homeLink img {

}

.homeLink h1 {
	font-size: 2em;
	line-height: 2em;
	top: 10px;
}

.homeLink h2 {
	font-size: 1em;
	line-height: 2em;
	letter-spacing: .75px;
	top: 45px;
}


#roastCol1 {

}

#roastCol1 > h2 {
    font-size: 2.25em;
}

#roastCol1 .coffeeBadge {

}

.coffeeBadgeTop{
}

#roastCol1 img{
}

.limitedDate{
	font-size: 0.75em;
	padding: 5px 10px;
}

.coffeeBadgeTop .buyLink{

}

.coffeeBadgeTop .buyLink a{
}

.coffeeBadgeBottom{

}

.coffeeBadgeBottom h1 {
    font-size: 1.5em;
    line-height: 1em;
}

.coffeeBadgeBottom h2 {
    font-size: 0.75em;
}

.coffeeBadgeBottom.espresso .country, .coffeeBadgeBottom .country{
	font-size: 1.25em;
}

.coffeeBadgeBottom.espresso .flavors, .coffeeBadgeBottom .flavors {
    position: relative;
    font-size: .75em;
    line-height: 1.3em;
}

#roastCol1 h2.browse-link {
	display: block;
}


#knowCol3 {

}

#knowCol3 > h2 {
    font-size: 2.25em;
}

#knowCol3 .knowContainer{
	width: 100%;
	margin: 20px 0;
}

#knowCol3 .knowContainer img{
	width: 100%;
	max-width: 480px;
}

#knowCol3 .knowContainer h2{
	font-size: 2em;
	line-height: 1.5em;
}

#knowCol3 .knowContainer p{
	font-size: 1em;	
}

/*======== brewguides =========*/

body.post-type-archive-brew-guide .hentry {
	display: block;
	float: left;
	width: 45%;
}

.brew-guide-wrapper {
	margin: 0;
}

div#brewDownload {
	margin: 10px 2.5%;
	width: 95%;
}

div#brewDownload img{
	display: none;
}

div#brewDownload h3 {
	margin: 0;
	text-align: right;
}

body.single-brew-guide h1.page-title {
	margin: 0 2.5% 20px;
	width: 95%;
}

body.single-brew-guide .hentry {
	margin: 0 2.5%;
	width: 95%;
}

.single-brew-guide .entry-content {
    overflow: visible;
}

div.icon-column {
	padding-left: 12%;
	width: 30%;
}

div.icon-column p {
	font-size: 1em;
	line-height: 1.5em;
}

div.icon-column img.alignleft {
	margin: 10px 10px 10px -36px;
}

div.steps-column {
    padding-left: 10px;
    width: 50%;
}

/*======== about =========*/

.page-id-1329 .internalSidebar,
.page-id-1381 .internalSidebar,
.page-id-596 .internalSidebar,
.page-id-587 .internalSidebar,
.page-id-187 .internalSidebar,
.page-id-182 .internalSidebar,
.page-id-180 .internalSidebar,
.page-id-7 .internalSidebar,
.page-id-2 .internalSidebar,
.single-community-post .internalSidebar,
.page-id-605 .internalSidebar {
	display: none;
}

.page-header {
	margin: 10px 2.5% 0;
	width: 95%;
}

.page-header h1 {
	width: auto;
}

div.internalSidebar {
	width: 95%;
}

div.internalSidebar .inside {
	min-height: 0;
}

.archive .hentry, .page .hentry, .single .hentry {
	margin: 0 2.5%;
	width: 95%;
}

/*======== staff =========*/


div.staffWrap {
	margin-right: 10px;
/* 	min-height: 215px; */
	width: 45%;
}

div.staffWrap h3 {
	font-size: 1.15em;
	margin-bottom: 5px;
}

div.staffWrap p {
	font-size: 1em;
	line-height: 1.25em;
}

/*========= press ==========*/

.page #content,
body.archive #content,
.tax-community-tax #content {
	margin: 0 2.5%;
	width: 95%;
}

.page-navigation, .single-page-navigation {
	margin: 0 2.5%;
	padding: 20px 0;
	width: 95%;
}

/*========= explore the regions ==========*/


ul#sideCountry {
    float: left;
    margin: 10px 0 20px;
	width: 38%;
}

body.page-template-page-countries-php div.internalSidebar h2, body.single-country div.internalSidebar h2 {
	border: none;
}	

div.countryTabs {
	float: none;
	margin: 0 2.5%;
	position: relative;
    width: 95%;
}

div.countryTabs h3 {
	float: left;
    font-size: .75em;
    margin: 25px 10px 0 0;
}

div.backLinkCountry {
	clear: both;
	float: none;
	margin: 50px 2.5% 0;
    width: 95%;
}

div.region-head {
}

body.single-country div.internalSidebar h2 {
	display: none;
}

.single-country .coffeeBadgeBottom {
}

.single-country .limitedDate {
	font-size: 1em;
}

.single-country .coffeeBadgeBottom h1 {
	font-size: 2em;
	padding-left: 10px;
}

.single-country .coffeeBadgeBottom h2 {
	padding-left: 10px;
}

.single-country .coffeeBadgeBottom.espresso .country {

}

.single-country .coffeeBadgeBottom.espresso .flavors {

}

/*======== coffee love =========*/


#primary .section {
	margin: 30px 12.5%;
	width: 75%;
}

#primary div.section h2.actv1, #primary div.section h2.actv2, #primary div.section h2.actv3 {
	font-size: 2.25em;
	line-height: 0.5em;
	padding: 39% 0;
	width: 93%;
}

body.single-coffee-love-chapter div#coffeeloveNav, body.tax-farming-chapter div#coffeeloveNav, body.tax-preparation-chapter div#coffeeloveNav, body.tax-consumption-chapter div#coffeeloveNav {
	box-sizing: border-box;
	float: none;
	margin: 0 2.5%;
	padding: 2.5%;
	position: static;
	width: 95%;
}

body.single-coffee-love-chapter .coffeeloveInfo, body.tax-farming-chapter .coffeeloveInfo, body.tax-preparation-chapter .coffeeloveInfo, body.tax-consumption-chapter .coffeeloveInfo {
	border: none;
}


body.archive .coffee-love-subch {
	margin: 30px 2.5%;
	width: 95%;
}

body.single-coffee-love-chapter .entry-content, body.tax-farming-chapter .entry-content, body.tax-preparation-chapter .entry-content, body.tax-consumption-chapter .entry-content {
	margin: 0;
	padding: 0;
	width: 100%;
}

.entry-content .coffeeloveChapter h1 {
	font-size: 3em;
    margin-left: 10px;
    padding: 35px 0;
}

.country img.alignright, .coffee-love-subch img.alignright {
    float: none;
    margin: 10px 0 25px;
}

/*======== wholesale =========*/


.internalSidebar .staffGroup h2 {
	display: none;
}

.internalSidebar .staffGroup .staffWrap {
	min-height: 254px;
}

/*======== footer =========*/


.sfooter #text-11 {
	width: 86%;
}

#text-11 form .mc-field-group #mce-EMAIL {
	font-size: 12px;
	padding: 10px 16px 9px 10px;
}

#text-11 .clear #mc-embedded-subscribe2 {
	font-size: 12px;
    height: 40px;
    padding: 5px;
    width: 100px;
}

.sfooter .widget_text {
	width: 72%;
	padding: 0px 14% 20px;
}

.sfooter .widget_text .socialic {
	padding: 0 3%;
}

.footer-right {
	width: 95%;
	margin: 0 2.5%;
}

.footer-right #text-5 {
	margin: 35px 0;
	padding: ;
	width: 100%;
}

.footer-right #text-5 table {
	margin: 20px 0 0;
}

.footer-four {
	width: 95%;
	margin: 0 0 0 2.5%;
}

.footer-four #nav_menu-2 {
	margin: 0 0 35px 0;
}

.footer-four #nav_menu-2 li {
	font-size: 1.5em;
}

}
