/*
Theme Name: Black Ketttle Co
Author: Flint Media :: PBS
Version: 1.0
*/
* {
	margin:0;
	padding:0;
}

body {
	background:#fff;
	font-family: 'Montserrat', sans-serif;
	color:#333;
	font-size: 16px;
    line-height: 1.6;
	overflow-x:hidden;
}
	
/*----- TYPOGRAPHY */
h1,h2,h3,h4,h5,h6 {
	font-family: 'Amatic SC', cursive;
	font-weight:700;
	color:#000;
}

h1 {
  font-size: 51px;
  line-height: 56px;
  margin-bottom: 40px;
}

h2 {
	font-size:36px;
}

ul {
    margin: 0 0 1em 0;
    padding: 0 0 0 2em;
    list-style: none;
}

li {
	position: relative;
	line-height:24px;
}

main p a {
	color:#FE8800;
	text-decoration:none;
	font-weight:700;
}

main ul {
  list-style: outside disc;
}

main li {
  margin-bottom: 10px;
}

.date {
	font-size:12px;
	font-weight:600;
	margin;
}
/* END TYPOGRAPHY */


/*----- Global */
.alignright {
	text-align:right;
}
.alignleft {
	text-align:left;
}

.centered {
	text-align:center;
}

.nomarg {
	margin:0!important;
}

img {
	max-width:100%;
	height:auto;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.alignleft {
  float: none;
  margin: 0 15px 15px 0;
}

.black {
	background:#000;
}
/* END GLOBAL */



/*----- BUTTONS */
p.button a,
.gform_button {
  background: #FE7D00;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 20px;
  text-decoration: none;
  text-transform:uppercase;
}

p.button a:hover,
.gform_button:hover { 
	background: #000;
	color:#FE7D00;
}

p.button {
  margin: 50px 0;
}

.button2.float {
	float: left;
	margin-right: 27px;
}

p.button.video a {
  background: #000000 url("images/video-icon.png") no-repeat scroll 13px center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 20px 13px 64px;
  text-decoration: none;
  text-transform: uppercase;
}

.carttop {
  position:absolute;
  top:22px;
  right:0px;
}

p.carticon:before {
	background: rgba(0, 0, 0, 0) url(images/cart-icon.png) no-repeat scroll left center;
	content: "";
	height: 18px;
	left: -31px;
	position: absolute;
	width: 18px;
}

.carttop p {
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
}

.carttop p a {
    color: #000;
    text-decoration: none;
}


.carttop p a:hover {
    color: #fe8800;
    text-decoration: none;
}
/* BUTTONS */



/*----- LAYOUT */
.wrap {
	width:986px;
	margin:0 auto;
	position:relative;
}

.wrap.smallpad {
	padding:20px 0;
}

.wrap.medpad {
	padding:35px 0;
}

.wrap.largepad {
	padding:50px 0;
}

.wrap.vlargepad {
    padding: 100px 0;
}

.wrap.xxlargepad {
    padding: 150px 0;
}

.wrap.nobottpad {
	padding-bottom:0;
}

header.topheader {
	position:relative;
}

header.topheader h1{
	background:url(images/logo.png) no-repeat 0 0 transparent;
	width:136px;
	height:151px;
	text-indent:-9999px;
	margin:16px 0 7px 0;
	padding: 0;
	float:left;
}

header.topheader h1 a{
	width:136px;
	height:151px;
	display:block;
}

.headercontact {
  position: absolute;
  right: 250px;
  top: 8px;
}

.headercontact p {
  color: orange;
  font-size: 20px;
}

.wrap img + .contenttop {
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
	width:100%;
}


.leftpadded {
  box-sizing: border-box;
  padding-left: 40px;
}

.standout {
  padding: 40px 0;
}

.standout p{
	font-size:20px;
	font-weight:600;
}


/* END LAYOUT */


/*----- FORMS */
#searchform #s {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: transparent;
    border-style: solid none solid solid;
    border-width: 0px medium;
	color: #333333;
    float: left;
    font-size: 15px;
	font-weight:600;
	height: 38px;
	line-height: 36px;
    padding: 0 0 0 12px;
    width: 214px;
    background: #fff;
}

#searchform #s {
  background: #ffffff none repeat scroll 0 0;
  border: 0 none;
  color: #333333;
  float: left;
  font-size: 15px;
  height: 38px;
  line-height: 36px;
  padding: 0 0 0 12px;
  width: 214px;
}
/* END FORMS */



/*------ NAVIGATION */
nav.topnav {
	position: absolute;
	right: 0;
	top:101px;
}

nav.topnav ul {
  color: #000;
  text-decoration: none;
  padding:0px;
  margin:0 0 0 0px;
}

nav.topnav ul li {
	float:left;
	position:relative;
	line-height: 56px;
	border-right: 1px solid #ffffff;
}

nav > ul > li.menu-item-has-children > a:after {
  border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 4px 2px;
  content: " ";
  display: inline-block;
  height: 0;
  margin-left: 0.5em;
  width: 0;
}

nav.topnav ul li a {
	color:#000;
	text-decoration:none;
	margin:0 0 0 20px;
	padding:0;
	font-weight:600;
	font-size:14px;
	text-transform:uppercase;
	display: block;
}

nav.topnav ul li  a:hover,
nav.topnav ul li.current-page-ancestor a,
nav.topnav ul li.page_item a {
	color:#fe8800;
	transition: all 0.5s ease 0s;
}

nav.topnav ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 56px; /* this should be the same height as the top level menu -- height + padding + borders */
	left:0px;
	z-index:1000;
	background: #fff;
	height:auto;
	width:240px;
	overflow:hidden;
}

nav.topnav ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	line-height:3em;
	margin:0;
	background:#fff;
	border-bottom:1px solid #D4D5D7;
	text-align:center;
}

nav.topnav ul li ul li a {
	color:#000;
}

nav.topnav ul ul li:last-child { 
	border-bottom:0 none;
}

nav.topnav ul ul li a { /* target all sub menu item links */ 
	display:block; 
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	margin:0;
	padding:0;
}

nav.topnav  ul.sub-menu li a {
	color:#000;
	border:0 none;
}
  
  
nav.topnav ul ul li.page_item a,
nav.topnav ul ul li a:hover {
	color:#fe8800;
	border:0 none;
}

nav ul li:hover > ul {
	display: inline; /* show sub menus when hovering over a parent */
}

nav.topnav ul li ul li {
  text-align: left;
  float:none;
  padding: 0;
}

nav.topnav ul li ul li a{
	padding: 0 0 0 20px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}

.span_9_of_12 {
  	width: 74.6%;
}

.span_9_of_12.padright {
  padding-right: 6%;
  width: 68.6%;
}

.span_8_of_12 {
  	width: 66.13%;
}

.span_7_of_12 {
  	width: 57.66%;
}

.span_6_of_12 {
  	width: 49.2%;
}

.span_5_of_12 {
  	width: 40.73%;
}

.span_4_of_12 {
  	width: 32.26%;
}

.thirds .span_4_of_12 {
  box-sizing: border-box;
  margin: 0;
  padding: 38px;
  width: 33.333%;
}

.span_3_of_12 {
  	width: 23.8%;
	position: relative;
}

.span_2_of_12 {
  	width: 15.33%;
}

.span_1_of_12 {
  	width: 6.866%;
}

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

.col p,
.col h2,
.col h3 {
	margin-bottom: 24px;
}

.fullwidthbanner img {
  width: 100% !important;
}

aside.sidebar {
  box-sizing: border-box;
  float: left;
  padding-left: 28px;
  width:271px;
}

footer#mainfooter {
	background:#222;
	padding:33px 0;
}

.footerpad1 {
  box-sizing: border-box;
  padding: 0 30px;
}

.footerpad2 {
  box-sizing: border-box;
  padding: 0 0 0 30px;
}

.footerpad2 h3:after {
	bottom: 4px;
	content: "@theblackkettleco";
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	left: 51px;
	position: relative;
	font-weight: 400;
}

footer#mainfooter h3 {
	border-bottom: 1px solid #555555;
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 17px;
	padding-bottom: 18px;
}

footer#mainfooter ul {
	margin:28px 0 0 0;
	padding:0px;
}

footer#mainfooter li{
	position:relative;
}

footer#mainfooter li a {
	color:#fff;
	text-decoration:none;
	padding:0px;
	margin:0 0 5px 0;;
	font-weight:400;
	text-transform:capitalize;
	display: block;
	font-size:14px;
}


footer#mainfooter ul li a:hover {
	color:#a1a1a1;
	text-decoration:none;
	transition: all 0.5s ease 0s;
	background:none;
}



.footercopy p {
	font-size:12px;
	margin-top:12px;
}

.footercopy p a{
	color:inherit;
}

#subfooter {
	background:#000;
	padding:15px 0;
}


#subfooter p,
#subfooter p a {
	color:#fff;
	font-size:12px;
	text-decoration:none;
}

.fbicon,
.instragramicon,
.youtubeicon {
	background: rgba(0, 0, 0, 0) url(images/social-icons.png) no-repeat scroll 0 0;
	float: left;
	margin: 0px 8px 0 0;
	width: 25px;
	height: 24px;
	text-indent:-9999px;
}

main .fbicon, 
main .instragramicon, 
main .youtubeicon {
    background: #000000 url("images/social-icons.png") no-repeat scroll 7px 7px;
    border-radius: 100%;
    display: block;
    margin: 0 10px 0 0;
    padding: 7px;
}

main .instragramicon {
    background: #000000 url("images/social-icons.png") no-repeat scroll -25px 7px;
}

main .youtubeicon {
    background: #000000 url("images/social-icons.png") no-repeat scroll -60px 8px;
}

.instragramicon {
	background: rgba(0, 0, 0, 0) url(images/social-icons.png) no-repeat scroll -33px 0;
}

.youtubeicon {
	background: rgba(0, 0, 0, 0) url(images/social-icons.png) no-repeat scroll -68px 0;
}

.socialheading {
  border: 0 none!important;
  float: left;
  line-height: 25px;
  margin-right: 21px!important;
}

.cff-post-links a {
  color: #ff8000;
}

.cff-date {
  color: #888888;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

/* END TYPOGRAPHY */


/****** START WOOCOMMERCE */
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	background: #ddd none repeat scroll 0 0;
	box-sizing: border-box;
	margin: 0;
	text-align: left;
	width: 33.33%;
	padding-bottom: 20px;
	clear: none;
}

.woocommerce ul.products li.product:nth-child(odd), 
.woocommerce-page ul.products li.product:nth-child(odd) {
  background: #eee none repeat scroll 0 0;
}

.columns-4 ul.products li.product {
	width:25%;
}

.columns-3 ul.products li.product {
	width:33.33%!important;
}

ul.products li.product h2 {
	font-size: 43px!important;
	min-height: 2.2em;
    line-height: 1em;
}

.woocommerce ul.products li.product .price,
.summary .price {
	color: #000!important;
	font-size: 22px;
	margin-bottom: 0;
	font-weight: 600;
}



.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.button.product_type_variable.add_to_cart_button,
.button.product_type_simple.ajax_add_to_cart,
.woocommerce div.product form.cart .button,
.button.add_to_cart_button.product_type_simple  {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #FF8000;
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
	padding:0;
	line-height:35px;
}


.woocommerce .cart .button,
.woocommerce .cart input.button,
.checkout-button.button.alt.wc-forward,
#place_order,
.login .button,
.checkout_coupon input.button {
    background: #fe7d00 none repeat scroll 0 0;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 20px;
    text-decoration: none;
    text-transform: uppercase;
	border-radius:0;
}

.single_add_to_cart_button {
    background: #fe7d00 none repeat scroll 0 0!important;
    color: #000000!important;
    font-size: 14px!important;
    font-weight: 600!important;
    padding: 0px 13px!important;
    text-decoration: none!important;
    text-transform: uppercase!important;
	border-radius:0!important;
}


.single_add_to_cart_button:hover {
    background: #000 none repeat scroll 0 0!important;
    color: #fe7d00!important;
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
  float: right;
}

.woocommerce #content div.product div.summary,
 .woocommerce div.product div.summary,
 .woocommerce-page #content div.product div.summary,
 .woocommerce-page div.product div.summary {
  float: left;
}

.wrap.phil {
  padding: 60px 0;
}

.wup-price-label {
  color: #ff0000;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.button.product_type_variable.add_to_cart_button:hover,
.button.product_type_simple.ajax_add_to_cart:hover,
.woocommerce div.product form.cart .button:hover,
.button.add_to_cart_button.product_type_simple:hover{
	color: #E05400!important;
	background:transparent;
}


.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.checkout_coupon input.button:hover  {
	color: #E05400!important;
	background:transparent;
}


.woocommerce div.product form.cart .button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.checkout-button.button.alt.wc-forward:hover,
#place_order:hover {
    background: #000 none repeat scroll 0 0;
    color: #fe7d00;
}


#coupon_code {
  min-width: 100px;
  padding: 13px 5px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  line-height: 1.3;
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.nm-productmeta-box input,
.nm-productmeta-box textarea {
  box-sizing: border-box;
  margin: 0;
  outline: 0 none;
  width: 100%;
	border: 1px solid #b8b9c8;
	padding: 5px!important;
}


select, .input-text {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  border: 1px solid #b8b9c8;
  padding: 5px;
}

.cart_totals {
  width:70%!important;
}

main p a, .woocommerce a {
    color: #fe8800;
    text-decoration: underline;
}


.woocommerce div.product form.cart .variations select {

}


.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .upcoming {
	padding-left: 10%!important;
	padding-right: 10%!important;
}

ul.products {
  margin-bottom: 0!important;
}

.upcoming strong {
	display:inline!important;
}

.soon {
  display: none;
}

.product_meta .posted_in{
	display:none;
}

.available-from strong {
  color: #ff8000;
  font-size: 15px;
  margin-top: 1em;
  line-height: 35px;
  text-transform: uppercase;
}

.col.moreproducts {

}

.moreproducts  a {
  color: #ffffff;
  line-height: 83px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight:600;
}

.related.products {
  clear: left;
}

.woocommerce .quantity .qty {
  padding: 8px;
}

.archive.woocommerce-page h1.page-title,
.archive.woocommerce-page p.woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.archive.woocommerce-page .page-description
 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 986px;
    position: relative;
}

.archive.woocommerce-page h1.page-title{
	margin-bottom:20px;
	margin-top:64px;
}

select.orderby {
	float:right;
}

.woocommerce  .woocommerce-ordering {
	margin-bottom: 71px;
	display:none;
}

.archive.woocommerce-page .products {
	margin-top:64px;
}

.related.products h2:first-child {
	background: #000000 none repeat scroll 0 0;
	color: #ffffff;
	margin: 0;
	text-align: center;
	font-family: "Montserrat",sans-serif;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	line-height:83px;
}

.woocommerce div.product {
  overflow: auto;
}

.woocommerce-message {
	margin: 0 auto 20px;
	max-width: 986px;
	border-top-color:#ff8000;
	box-sizing: border-box;
}

.term-description {
    max-width: 986px;
    margin: 0 auto;
}

/****** END WOOCOMMERCE */

.hero.nofeaturedimage {
	background-image: url(images/hero.jpg)!important;
	background-size: cover;
	height:224px;
	overflow: hidden;
}


.hero {
	background-image: none!important;
	height:224px;
	overflow: hidden;
}


.woocommerce-page.archive .hero img,
.single-product .hero img{
	display:none;
}

.woocommerce-page.archive .hero,
.single-product .hero {
	background-image: url(images/hero.jpg)!important;
	background-size: cover;
}

.col.fullwidthbanner {
    margin: 0;
}

.herobg {
  background: rgba(0, 0, 0, 0) url(images/hero-bg.jpg) no-repeat fixed top center / cover ;
}

.herobg.preparebg {
  background: rgba(0, 0, 0, 0) url(images/matcha-latte.jpg) no-repeat fixed center center / cover ;
}

.herobg h1 {
  color: #fff;
  font-size: 80px;
  margin-bottom:23px;
}

.herobg.preparebg h1 {
  margin-bottom:0px;
  padding-bottom:104px;
  background:url(images/fishbone-arrow.png) no-repeat bottom center transparent;
}

.herobg p {
  color: #fff;
  font-size: 26px;
  margin-bottom: 0;
  font-weight:300;
}

.herobg.preparebg p,
.herobg.preparebg h1  {
	text-shadow:1px 2px 2px #000000;
}

.herobg p.button {
text-shadow:none;
}

.herobg .col-height.col-middle {
	width: 986px;
	max-width: 986px;
}

.teameditaion {
	background:url(images/pause-icon.png) no-repeat center top transparent;
	padding-top: 153px;
}

.teameditaion h1{
	font-size:65px;
}

.prepares p {
  font-weight: 300;
  padding: 0 6%;
}

/*********************** START RESPONSIVE *****************/
/*********************** START RESPONSIVE *****************/
/*********************** START RESPONSIVE *****************/
/*********************** START RESPONSIVE *****************/

/* for 986px or less */
@media screen and (max-width: 986px) {
	.wrap,
	.term-description{
	max-width: 94%;
	}
	
	.archive.woocommerce-page h1.page-title,
	.archive.woocommerce-page p.woocommerce-result-count,
	.woocommerce .woocommerce-ordering,
	.archive.woocommerce-page .page-description,
	.woocommerce-message{
	max-width: 94%;
	}
	
	aside.sidebar {
	clear: left;
	margin: 30px 0 0;
	float: none;
	width: 100%;
	}
	
	header.topheader .medpad {
	padding: 0;
	}
	
	footer#mainfooter nav,
	.footercopy  img,
	.topsocial.bottom{
	display:none;
	}

	footer#mainfooter .col.span_9_of_12,
	footer#mainfooter .span_3_of_12	{
	width: 49%;
	}
	
	#mainfooter .span_4_of_12,
	#mainfooter .span_2_of_12,
	#mainfooter .span_6_of_12 {
	width:100%;
	float:none;
	}
	
	#mainfooter .col {
	  margin:0 ;
	}
	
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
	  width: 50%;
	}
	
	.woocommerce-page ul.products li.first {
	clear: right;
	}

}


/* for 780px or less */
@media screen and (max-width: 780px) {	
	.herobg .col-height.col-middle {
	width:auto;
	}
	
	.col-height {
	  display: block;
	  float: none;
	  height: auto;
	}
	
	.thirds .span_4_of_12 {
	padding:25px;
	width: 100%;
	}
	
	.thirds .span_4_of_12.purple {
	  padding-top: 25px;
	}
	
	.wrap img + .contenttop {
	  top: calc(50% - 63px);
	}
	
	.span_3_of_12 {
	  width: 100%;
	}
	
	.leftpadded {
	  padding: 20px!important;
	}
	
	#subfooter {
	  padding: 10px 0;
	}

	#subfooter .col {
	margin:0;
	}
			
	#subfooter p {
	margin:0;
	}
		
	#subfooter .span_6_of_12 {
		width:100%;
		text-align:center;
	}	
	
}


/* for 580px or less */
@media screen and (max-width: 580px) {
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.woocommerce[class*="columns-"] ul.products li.product	{
	  width: 100%;
	  margin:0;
	}
	
	.wrap.smallpad,
	.wrap.medpad,
	.wrap.largepad,
	.nomarg {
		padding:20px 0;
	}

	footer#mainfooter .col.span_9_of_12,
	footer#mainfooter .span_3_of_12	{
	width: 100%;
	float:none;
	}
	
	.alignright {
	text-align: center;
	}

	
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12, .span_9_of_12.padright {
	width: 100%;
	padding-right:0;
	}
	
	header.topheader {
		height:auto;
	}
	
	#mainfooter {
		display:none;
	}

}
