/*
Theme Name: BeadCoalition
Theme URI: http://www.BeadCoalition.com
Author: Semantica Digital - Ethan
Author URI: http://www.semantica.co.za
Description: Custom Wordpress theme for BeadCoalition to help them sell their products online.
Version: 1.0
*/


/*	=====================================
	Normalize CSS -
	===================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio,canvas,video {
    display: inline-block;
}

html {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px; 
    line-height: 140%;
}

body {
    margin: 0;
}

.clearfix {
	clear: both;
}

a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}

.home header #header-content {
	text-transform:none;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.3;
	font-weight: bold;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}
h2.beaders_heading{
	font-size:26px;
	color:#706d91;
	text-align:center;
}
h2.beneficiaries{
	font-size:26px;
	color:#004990;
	clear:none;
}


h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

b,strong {
    font-weight: bold;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

img {
    border: 0;
    max-width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}


/*	=====================================
	Grid CSS - 
	===================================== */

.grid {
  float: left;
  margin-bottom: 15px;
  padding-top: 0;
}
.col-60,.col-140,.col-220,.col-300,.col-380,.col-460,.col-540,.col-620,.col-700,.col-780,.col-860 {
  display: inline;
  margin-right: 2.127659574468%;
}
.col-60 {
  width: 6.382978723404%;
}
.col-140 {
  width: 14.893617021277%;
}
.col-220 {
  width: 23.404255319149%;
}
.col-300 {
  width: 31.914893617021%;
}
.col-380 {
  width: 40.425531914894%;
}
.col-460 {
  width: 48.936170212766%;
}
.col-540 {
  width: 57.446808510638%;
}
.col-620 {
  width: 65.957446808511%;
}
.col-700 {
  width: 74.468085106383%;
}
.col-780 {
  width: 82.978723404255%;
}
.col-860 {
  width: 91.489361702128%;
}
.col-940 {
  width: 100%;
}
.col-last {
	margin-right: 0;
}


/*	=====================================
	Base CSS - 
	===================================== */

body {
	background: #fff;
	color: #000;
}

#wrapper {
	max-width: 960px;
	padding: 0 10px;
	display: block;
	margin: 40px auto;
}

#sidebar {
	display: none;
}

a {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*	=====================================
	Header CSS - 
	===================================== */

header {
	margin-bottom: 10px;
}

header .social-accounts {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}
header .social-accounts li {
	list-style:none;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-indent: -99999px;
	margin: 0 5px;
}
header .social-accounts li a {
	background: url('images/social-icons.png') 0 0 no-repeat;
	display: block;
	width: 32px;
	height: 32px;
}
header .social-accounts li a.instagram {
	background-position: -32px 0;
}
header .social-accounts li a.twitter {
	background-position: -64px 0;
}
header .social-accounts li a.pinterest {
	background-position: -96px 0;
}

header h1 {
	margin: 0 0 10px;
	font-size: 22px;
	color: #333;
	text-transform: uppercase;
	line-height: 26px;
}
header h3 {
	margin: 0;
	font-size: 13px;
	color: #848484;
	text-transform: uppercase;
	font-weight: 400;
}
header #header-content {
	background:#fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 4px #ccc;
	display: block;
	font-weight: 700;
	text-align: center;
	font-size: 46px;
	text-transform: uppercase;
	padding: 0.4em 0.4em;
	line-height: 120%;
}
.home #header-content {
	padding: 15px;
	text-align: left;
	font-size: 16px;
}

#header-right {
	padding: 15px 0 0;
}

#header-contact {
	font-weight:bold;
	font-size: 16px;
	color: #000;
	text-align:center;
}

/*	=====================================
	Header Cart - 
	===================================== */

.gbtr_dynamic_shopping_bag {
	display:inline-block;
}

.gbtr_little_shopping_bag_wrapper {
	position:relative;
	top:0px;
	float: right;
	width:100%;
	z-index:50;
}

.gbtr_little_shopping_bag {
	border:1px solid #ccc;
	background:#fff;
	padding:7px 9px 5px 9px;
	cursor:pointer;
}

.gbtr_little_shopping_bag .title {
	font-size:12px;
	border-bottom: 1px solid #c3c3c3;
	text-transform:uppercase;
	font-weight:900;
	padding:0 0 4px 0;
	
	background:none;
	background-image:url('images/sprites.png');
	background-position:-870px -462px;
	background-repeat:no-repeat;
}

.gbtr_little_shopping_bag .title a {
	color:#000;
}

.gbtr_little_shopping_bag .title i {
	font-size:9px;
	float:right;
	margin:1px 0 0 0;
}

.gbtr_little_shopping_bag .overview {
	font-size:12px;
	color:#777;
	padding:6px 0 0 0;
}

.gbtr_little_shopping_bag .overview span.minicart_items {
	text-align:right;
	float:right;
}

/* minicart */

.gbtr_minicart_wrapper {
	width:300px;
	position:absolute;
	top:60px;
	right:0px;
	z-index:10000;
	display:none;
	padding-top:0px;
}
.gbtr_dynamic_shopping_bag:hover .gbtr_minicart_wrapper {
	display: block !important;
}

.gbtr_minicart {
	width:258px;
	border:1px solid #ccc;
	padding:0px 20px 15px 20px;
	background:#fff;
	position: relative;
	/*-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);*/
}

ul.cart_list {
	margin: 0;
	padding: 0;
}

ul.cart_list li,
.woocommerce ul.cart_list li {
	border-bottom:1px dotted #ccc;
	padding:20px 0 10px 0 !important;
	list-style: none;
	position:relative;
}

ul.cart_list li:last-child,
.woocommerce ul.cart_list li:last-child {
	border-bottom:0;
}

.cart_list_img_wrapper {
	width:60px;
	height:60px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

ul.cart_list li img,
.woocommerce ul.cart_list li img {
	box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
	float:left !important;
	display:block;
	margin:0;
	width:60px !important;
	height:auto;
}

ul.cart_list li a img,
.woocommerce ul.cart_list li a img {
	margin-right:20px !important;
	margin-bottom:10px !important;
	display:block !important;
	width:60px !important;
}

ul.cart_list li a,
.woocommerce ul.cart_list li a {
	display: block;
	font-weight:normal !important;
	color:#000;
	padding:0;
	line-height:1.4em !important;
}

ul.cart_list ins,
.woocommerce ul.cart_list ins {
	text-decoration:none;
}

ul.cart_list del,
ul.cart_list del span,
ul.cart_list span.from,
.woocommerce ul.cart_list del,
.woocommerce ul.cart_list del span,
.woocommerce ul.cart_list span.from
{
	color:#8d8d8d !important;
}

ul.cart_list span.amount,
.woocommerce ul.cart_list span.amount {
	font-size:12px;
	font-weight:900;
	color:#000;
	padding-bottom:3px;
}

.cart_list_product_title,
.woocommerce .cart_list_product_title {
	width:110px;
	float:left;
	/*background:#09C;*/
}

.cart_list_product_title a:hover {
	text-decoration:underline;
}

.cart_list_product_img {
	float:left;
	width:75px;
	height:60px;
	overflow:hidden;
	margin-bottom:10px;
}

.cart_list_product_price {
	float:right;
}

.cart_list_product_quantity {
	display:inline-block;
	padding-top:12px;
	text-transform:uppercase;
	font-size:11px;
	color:#8d8d8d;
}

ul.cart_list .remove {
	position:absolute;
	bottom:20px;
	right:0;
	width:35px;
	height:35px;
	
	background:none;
	background-image:url('images/sprites.png');
	background-position:-200px 0;
	background-repeat:no-repeat;
	
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	display:none;
}
	
.minicart_total_checkout {
	/*border-top:1px dotted #ccc;*/
	padding:15px 0;
	font-size: 12px;
	text-transform:uppercase;
	font-weight:900;
	color:#8d8d8d;
}

.minicart_total_checkout span {
	font-size: 14px !important;
	color:#000;
	float:right;
}
	
.gbtr_minicart_cart_but {
	background:#666666 !important;
	margin-bottom:10px !important;
	padding:10px 0 !important;
	display:block;
	width: 100%;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

.gbtr_minicart_cart_but:hover {
	background:#b39964 !important;
}

.gbtr_minicart_checkout_but {
	margin-bottom:5px !important;
	background:#000 !important;
	padding:10px 0 !important;
	display:block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.gbtr_minicart_checkout_but:hover {
	background:#b39964 !important;
}

ul.cart_list .empty,
.woocommerce ul.cart_list .empty {
	margin-top:15px;
	padding:0;
	font-size:14px;
	padding:30px 0 20px 60px !important;
}

ul.cart_list .empty:before {
	content:"";
	width:40px;
	height:54px;
	
	background:none;
	background-image:url('images/sprites.png');
	background-position:-500px -300px;
	background-repeat:no-repeat;
	
	position:absolute;
	top:5px;
	left:0px;
}


/* BLOCKQUOTE*/
.term-description blockquote:before{
	color:#999999;
	font-family:Georgia,serif;
	font-size:7em;
	position:absolute;
	content:'“';;
}
blockquote:before, blockquote:after, q:before, q:after{
	content:none;
}
.term-description blockquote{
	color:#444;
	padding:10px 20px 10px 50px;
	position:relative;
}
blockquote, q{
	quotes:none;
}
.term-description .col-620 p {
	margin: 0;
}
.term-description .col-620 blockquote {
	padding-top:0;
	margin: 0;
}

/*	=====================================
	Nav CSS - 
	===================================== */
nav {
	margin: 0 0 30px;
	clear: both;
}
nav ul {
	margin: 0;
	padding: 0;
}
nav ul li {
	list-style: none;
	display: inline-block;
	margin-right: 12px;
}
nav ul li a {
	display: block;
	padding: 10px 0;
	font-size: 12px;
	color: #000;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 5px solid #000;
	text-transform: uppercase;
	margin-bottom: 10px;
}
nav ul li a:hover {
	text-decoration: none;
}
nav ul li ul {
	display: none;
}



/*	=====================================
	Footer CSS - 
	===================================== */
footer {
	padding: 15px 0 0;
	margin: 15px 0 0;
	border-top: 1px solid #ccc;
	clear: both;
	text-align:center;
}
footer .menu {
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
	
}
footer .menu li {
	display: inline-block;
	margin-right: 10px;
}
footer .menu li ul {
	display: none;
}


/*	=====================================
	Woocommerce CSS - 
	===================================== */

.woocommerce-result-count {
	clear: both;
	font-weight: 700;
	margin: 1.3em 0;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	margin: 1.3em 0;
}
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
	display: none;
}

.product_image {min-height: 220px !important; display: table;}
.product_image span { display: table-cell; vertical-align: middle; }
.product_image span img { max-height: 210px !important; }
.product_price {min-height: 25px;}
.product_price .star-rating, .product_price .star-rating span { display: none !important; }
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
	min-height: 40px;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img, .woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img {
	box-shadow: none !important;
}





blockquote {
	position: relative;
	padding: 10px 20px 10px 50px;
	color: #444;
	display: inline-block;
}
blockquote:before {
	content: '“';
	position: absolute;
	top: 0.5em;
	left: 0;
	font-size: 7em;
	color: #999;
	font-family: Georgia, serif;
}


.st_facebook_hcount:before {
width: 100%;
clear: both;
display: block;
content: 'break';
text-indent: -99999px;
}

.page-id-35 img { max-width: 220px; height: auto; }


ul.retailer-logos {
	margin: 0;
	padding: 0;
}
ul.retailer-logos li {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 25%;
	height: 300px;
}
ul.retailer-logos li div {
	display: table;
	width: 100%;
	height: 100%;
}
ul.retailer-logos li div a {
	display: table-cell;
	vertical-align: middle;
}
ul.retailer-logos li div a img {
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	display: block
}


.menu-main-menu-container {
	margin-top: 20px;
}



/*	=====================================
	Beneficiaries - 
	===================================== */

ul.beneficiary-list, ul.beneficiary-list li {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.beneficiary-list li {
	margin-bottom: 50px;
}
ul.beneficiary-list li h2 {margin-bottom: 0;}
ul.beneficiary-list li div.width-two {
	margin-right: 5%;
	width: 55%;
	float: left;
}
ul.beneficiary-list li div.two-image {
	width: 40%;
	float: left;
}
ul.beneficiary-list li div.two-image img {
	max-width: 47%;
	float: left;
}
ul.beneficiary-list li div.two-image img:first-child {
	margin-right: 6%;
}
ul.beneficiary-list li .pdf-link {color: #004990;}



/*	=====================================
	Responsive Iphone - 
	===================================== */

@media all and (min-width: 940px) { 
	header h1 {
		font-size: 34px;
	}
	header h3 {
		font-size: 20px;
	}
}

@media all and (max-width: 640px) {

	#wrapper {
		margin: 10px auto 40px;
	}

	#header-left {
		width: 100%;
		text-align: center;
	}
	#header-left img {
		width: 40%;
	}

	#header-right {
		width: 100%;
	}

	#header-right #site-title {
		width: 100%;
	}
	.home #header-content {
		font-size: 14px;
	}
	header #header-content {
		font-size: 28px;
		padding: 0.2em 0.4em;
	}

	.gbtr_dynamic_shopping_bag {
		width:100%;
	}

	.col-300, .col-220 {
		width: 48%;
		margin: 0 0 0 2%;
	}

	.col-620 {
		width: 100%;
		margin: 0;
	}

	.b-logo {width: 100% !important;margin: 0; text-align:center;}
	.b-logo img {float:none;}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 46% !important;
	}
	.product_image {min-height: 140px !important;}
	.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {min-height: 55px !important;}

	.woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images {
		width: 100% !important;
	}
	.woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary {
		width: 100% !important;
	}

	h1 {font-size: 28px !important;}

}

@media all and (max-width: 320px) {
	.col-300, .col-220 {
		width: 100%;
		margin: 0;
	}
}