/*
Theme Name: 	BlackGold
Description: 	Custom Theme for Black Gold
Version: 		1.0
Author: 		Shah Ghafoori
*/

/*-----------------------------
FONTS--------------------------
-----------------------------*/
@font-face {
    font-family: 'FuturaLight';
    src: url('fonts/FuturaLight.ttf') format('truetype');
		 
	font-weight: regular;
    font-style: regular;
}
@font-face {
    font-family: 'FuturaMedium';
    src: url('fonts/FuturaMedium.ttf') format('truetype');
}

@font-face {
    font-family: 'FuturaBook';
    src: url('fonts/FuturaBook.ttf') format('truetype');
	
}
sup, h1 sup, h2 sup, h3 sup, h4 sup, h5 sup, p sup, a sup{
    vertical-align: super;
    font-size: smaller;
}
/* ---------------------------------------------------------------------------------------------------------- 
Reset ---------------------------------------------------------------------------------------------------- 
---------------------------------------------------------------------------------------------------------- */
/* Included here rather than seperate stylesheet to reduce server calls */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, 
code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, 
figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video  { 
	margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; 
}        
/*----Defaults -------*/
body{
	background-image:url('images/background.jpg');
	background-attachment:fixed;
}
h1,h2,h3,h4,h5,h6{
	color:#000000;
	font-family: "FuturaMedium", sans-serif, calibri;
	margin:15px 0;
	font-weight:500;
}
p,a,li{
	color:#000000;
	font-size:17px;
	font-family:sans-serif, calibri, verdana;
	line-height:22px;
	padding:10px 0;
}
p{
	width:100%;
	display:block;
}
a{
	text-decoration:none;
}
img{
	max-width:100%;
	height:auto;
}
section{
	width:100%;
	float:left;
}
.container{
	max-width:1080px;
	width:100%;
	margin:0 auto;
	display:table;
	position:relative;
}

/*--------------------------------
Header in Desktop-----------------
---------------------------------*/
.responsive-nav, .products-wrapper-mobile{
	display:none;
}

/* ---------------------------------------------------------------------------------------------------------- 
02 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*----Header-------*/
header{
	width:100%;
	float:left;
	background-color:#000000;
	padding:20px 0 10px 0;
	border-bottom:5px solid #f7b82d;
}
.logo{
	float:left;
	max-width:350px;
}
.header-nav{
	float:left;
	margin:60px 0 0 50px;
}
.header-nav ul{
	float:left;
	margin:0;
	padding:0;
}
.header-nav ul li{
	float:left;
	display:inline-block;
	list-style:none;
}
.header-nav ul li a{
	padding:10px 20px;
	display:inline-block;
	color:#f7b82d;
	text-decoration:none;
}
.sungro{
	position:absolute;
	z-index:99;
	float:left;
	background-color:#000000;
	right:10px;
	max-width:145px;
}
.social{
	position:absolute;
	z-index:99;
	float:left;
	background-color:#000000;
	right:10px;
}
.social img{
	max-width:30px;
	padding:0 5px;
}
/*---------------------------
------ Drop Down Menu -------
-----------------------------*/
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  border: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;     
}

#cssmenu {
  height: 37px;
  display: block;
  padding: 0;
  margin: 0;
  width: auto;

}
#cssmenu,
#cssmenu > ul > li > ul > li a:hover {

}
#cssmenu > ul {
  list-style: inside none;
  padding: 0;
  margin: 0;
}
#cssmenu > ul > li {
  list-style: inside none;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  position: relative;
}
#cssmenu > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  padding: 5px 10px;
  text-align: center;
  text-decoration:none;
  text-transform:uppercase;
  font-size: 12px;
  color:#f7b82d;
  font-family:'Raleway',calibri, Verdana, Geneva, sans-serif;
  

}
#cssmenu > ul > li > a:hover {
	color: #ffffff;
}


#cssmenu ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0;
}

#cssmenu ul li.has-sub:hover > a {
  background: #000000;

  padding-bottom: 13px;
  z-index: 999;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
  display: block;
}
#cssmenu ul li.has-sub > a:hover {
  background: #000000;
}
#cssmenu ul li > ul,
#cssmenu ul li > div {
  display: none;
  width: auto;
  position: absolute;
  top: 30px;
  padding: 10px 0;
  background:#f8d584;
  border-radius: 0 0 5px 5px;
  z-index: 999;
  box-shadow:0 2px 5px #333333;
}
#cssmenu ul li > ul {
  width: 220px;
}
#cssmenu ul li > ul li {
  display: block;
  list-style:  none;
  padding: 0;
  margin: 0;
  position: relative;
  width:100%;
  
}
#cssmenu ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  font: 10pt Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
  border-bottom:1px solid #f7b82d;
  width:90%;
  padding:10px 5%;
}
#cssmenu ul ul a:hover {
  color: #8ec543;
}
#cssmenu > ul > li.has-sub > a:hover:before {
  border-top: 5px solid #ffffff;
}

#cssmenu ul li > ul li a:hover{
	background-color:#f7b82d;
}

.active a, .current-menu-parent a{
	color:#ffffff !important;
	font-weight:bold !important;
}
.menu-item-has-children ul li a{
	color:#000000 !important;
	font-weight:400 !important;
}


/*---------- Slide Show -----------*/
.slideshow{
	float:left;
	width:100%;
	background-color:#eeeeee;
	background-image:url('images/newBack.jpg');
	background-repeat:no-repeat;
	background-size:cover;
}

.counter{
	position:absolute;
	top:40%;
	left:100px;
	z-index:99;
	display:block;
	width:140px;
	height:140px;
	background-image:url('images/counter-back.png');
	background-size:contain;
	text-align:center;
}
.counter h2{
	font-size:100px;
	color:#ffffff;
	font-weight:600;
	display:inline-block;
	padding:10px;
}
.slider{
	width:80%;
	padding:0 10%;
}
.slider img{
	max-width:170px;
}
.carousel{
	border:0;
	background-color:transparent;
	padding:40px 0;
	margin-bottom:0;
}
.carousel ul li{
	padding:0 15px;
}
.carousel ul li h2{
	text-align:center;
	margin:0;
	margin-top:10px;
	font-size:17px;
}
.carousel ul li p{
	text-align:center;
	font-family:"FuturaLight.ttf", sans-serif, calibri;
}
.col-3{
	width:20%;
	float:left;
	margin:20px 2%;
}
.col-3 img{
	max-width:80%;
	text-align:center;
	margin:0 10%;
}
.col-3 h2{
	text-align:center;
	margin:5px 0;
	padding:0;
}
.col-3 p{
	text-align:center;
	margin:0;
	padding:0;
}
.col-3-mobile{
	display:none;
}
/*---------------Other Brands-----------------*/
.brands{
	padding:40px 0;
	background-color:#f7b82d;
	border-top:5px solid #ffffff;
}
.brands-text{
	float:left;
	width:52%;
}
.brands-text h2{
	margin:0;
}
.brands-logos{
	float:left;
	width:48%;
}
.brands-logos img{
	max-width:20%;
	margin:10px 10px 0 10px;
	float:left;
}
.brands-link{
	float:left;
	display:inline-block;
	padding:5px 10px;
	background-color:#ffffff;
	color:#000000;
	text-decoration:none;
	margin:20px 0 0 20px;
	text-transform:uppercase;
	font-size:14px;
	box-shadow:0 0 3px #666666;
}
/*----------Black Gold Advantages-------------*/
.advantages-wrapper{
	background-color:#000000;
	padding:30px 0;
}
.advantages-wrapper h1{
	color:#ffffff;
	font-size:20px;
}
.advantages-wrapper p{
	color:#ffffff;
	font-size:15px;
	line-height:20px;
}
.advantages-wrapper a{
	color:#ffffff;
	font-size:19px;
	text-decoration:none;
	padding:15px;
	background-image:url('images/plus-sign.jpg');
	background-repeat:no-repeat;
	background-position:left;
}
.advantages-wrapper img{
	float:left;
	max-width:180px;
	margin-right:20px;
	border:1px solid #ffffff;
}
/*-------RESILIENCE HOME BLOCK------------*/
.resilienc-wrapper{
	width:100%;
	position:relative;
}
.resilience-link{
	position:absolute;
	top:85%;
	right:150px;
	z-index:9;
	display:inline-block;
	padding:10px;
	color:#ffffff;
	background-color:#0BA548;
	box-shadow:0 0 3px #000000;
	border:2px solid #000000;
}
/*----------HOME COUPON BLOCK-----------*/
.coupon-wrapper{
	padding:25px 0;
	margin:50px auto;
	background-color:#ffffff;
	border:3px solid #f7b82d;
	
}
.coupon-img{
	float:left;
	width:40%;
	margin-right:5%;
	padding:20px 2.5%;
}
.coupon-img img{
}
.coupon-text{
	float:left;
	width:50%;
}
.coupon-text h2{
	font-size:40px;
	font-weight:600;
	margin-top:30px;
}	
.coupon-text p{
	float:left;
	font-size:16px;
	width:100%;
}
.coupon-text a{
	float:left;
	font-size:22px;
	padding:15px;
	background-image:url('images/plus-sign.jpg');
	background-repeat:no-repeat;
	background-position:left;
}

/*------------PRODUCTS--------------*/
.products-hero{
	background-image:url('images/back_09.jpg');
	background-repeat:no-repeat;
	height:270px;
	border-bottom: 5px solid #ffffff;
	background-size:cover;
}
.products-hero h1{
	color:#ffffff;
	font-size:70px;
	margin-top: 70px;
    padding: 5px;
    display: inline-block;
	background-image:url('images/back_04.png');
}
.product-wrapper{
	float:left;
	width:95%;
	padding:20px 2.5%;
	margin:20px 0;
	background-image:url('images/back_05.png');
	box-shadow:0 0 5px #999999;
}
.productWrapperNew {
	float:left;
	width:95%;
	padding:20px 2.5%;
	margin:20px 0;
	background-image:url('images/back_05.png');
	box-shadow:0 0 5px #999999;
}

.product-title{
	float:left;
	width:100%;
}
.product-title h2{
	color:#000000;
	font-size:35px;
	text-transform:uppercase;
	margin:30px 0;
}
.product-image{
	float:left;
	width:20%;
	margin-right:3%;
}
.product-image img{
	max-width:200px;
}
.product-image-thumb img{
	max-width:70px;
	float:left;
	margin-left:5px;
	border:1px solid #f8d584;
}
.mainPic{
	min-height:260px;
}
.product-content{
	float:left;
	width:72%;
}
.ui-tabs{
	float:left;
	border:none;
	background:none;
}
.ui-tabs-nav{
	border:none;
	padding:0 !important;
}
.ui-tabs-nav li{
	border:0 !important;
	background:#f8d584 !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active{
	background:#f7b82d !important;
}
.ui-tabs-panel{
	float:left;
	background-color:#ffffff !important;
	border:2px solid #f7b82d !important;
	min-width:100%;
}
.ui-widget-header{
	background:none;
}
#html5-watermark{
	display:none !important;
}
.products-related-posts{
	float:left;
	width:100%;
}
.products-related-posts h2{
	margin:10px 0;
	font-size:20px;
}
.products-related-posts a{
	display:block;
	margin:0;
	padding:0;
}
/*----------INT PAGES---------------*/
.int-container{
	width:100%;
	margin-top:30px;
}
.int-content{
	width:60%;
	float:left;
	margin-right:5%;
	padding:30px 2.5%;
	background-color:#ffffff;
	box-shadow:0 0 5px #999999;
	-moz-box-shadow:0 0 5px #999999;
	-ms-box-shadow:0 0 5px #999999;
	-o-box-shadow:0 0 5px #999999;
	-webkit-box-shadow:0 0 5px #999999;
}
.int-content h2{
	font-size:30px;
	text-transform:uppercase;
	display:block;
	border-bottom:5px solid #f7b82d;
	padding-bottom:10px;
	margin-bottom:30px;
}
int-sidebar a{
	color:#C93;
}
.int-content li{
	margin-left:30px;
}
.int-content a{
	color:#06C;
}
.int-hero{
	background-image:url('images/back_05.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	height:270px;
}
.int-hero h1{
	color:#ffffff;
	font-size:70px;
	padding-top:70px;
}
.int-sidebar{
	float:left;
	width:30%;
}
.posts-cat{
	background-color:#eeeeee;
	box-shadow:0 0 3px #999999;
}
.posts-cat article{
	width:95%;
	padding:20px 2.5%;
	float:left;
	background-color:#ffffff;
	margin-bottom:40px;
	box-shadow:0 0 3px #999999;
}
.posts-cat h2 {
	margin:0;
	width:100%;
	display:block;
	font-size:23px;
	color:#0BA548;
	margin:0;
	text-transform:uppercase;
	border:0;
}
.posts-cat h2 a{
	font-size:23px;
	color:#0BA548;
	display:block;
	width:100%;
	text-transform:uppercase;
}
.posts-cat time{
	display:block;
	width:100%;
	border-bottom:5px solid #0BA548;
	font-family: "FuturaMedium", sans-serif, calibri;
	color:#999999;
	font-size:14px;
	margin-bottom:20px;
	padding-bottom:5px;
	float:left;
}

.cat-view img{
	float:left;
	max-width:150px;
	margin-right:10px;
	height:auto !important;
	border:1px solid #cccccc;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
.aligncenter{
	width:100%;
}
.read-more{
	display:inline-block;
	padding:7px 10px;
	background-color:#0BA548;
	color:#ffffff !important;
	float:left;
}
.posts-hero {
    background-image: url('images/back_06.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 270px;
	border-bottom:5px solid #ffffff;
}
.posts-hero h1{
	color:#ffffff;
	font-size:60px;
	margin-top:70px;
	padding:5px;
	display:inline-block;
	background-image: url('images/back_04.png');
}
.wp-caption {
    border: 1px solid #ddd;
    text-align: left;
    background-color: #f3f3f3;
    border-radius: 0px;
    max-width:95% !important;
	padding:10px;
	margin:10px;
    margin-left: 0;
}
.wp-caption p{
	color:#666666 !important;
	font-size:15px;
	line-height:18px;
}
.wp-caption.alignright{
	float:right;
}
.wp-caption.alignleft{
	float:left;
}
.aligncenter{
	width:95% !important;
}
.aligncenter img{
	width:100% !important;
}
.sidebar-box{
	width:90%;
	padding:20px 5%;
	float:left;
	margin-bottom:20px;
	background-color:#ffffff;
	box-shadow:0 0 3px #999999;
	-moz-box-shadow:0 0 3px #999999;
	-ms-box-shadow:0 0 3px #999999;
	-o-box-shadow:0 0 3px #999999;
	-webkit-box-shadow:0 0 3px #999999;
}
.sidebar-box h2{
	padding:0;
	margin:0;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:20px;
	border-bottom:3px solid #f7b82d;
}
.sidebar-btn{
	float:right;
	display:inline-block;
	padding:5px;
	color:#ffffff;
	background-color:#000000;
	font-size:13px;
	text-transform:uppercase;
}
.sidebar-box form label{
	font-family: "FuturaMedium", sans-serif;
	margin-right:10px;
}
.sidebar-box form input[type=text]{
	padding:3px;
	border-radius:2px;
	background-color:#FFF7EA;
	border:1px solid #CCC;
	font-size:16px;
}
.sidebar-box form input[type=submit]{
	float: right;
    display: inline-block;
    padding: 5px 10px;
    color: #ffffff;
    background-color: #000000;
    font-size: 13px;
    text-transform: uppercase;
	border:0;
	margin-top:10px;
}
	
	
.articles-box{
	width:100%;
	padding:0;
	background:none;
	box-shadow:none;
}
.articles-box > .ui-tabs{
	float:none !important;
}
.articles-box a{
	font-size:13px;
}
.ui-tabs .ui-tabs-panel{
	padding:10px 5%;
	width:90%;
	margin:0;
	min-width:90%;
}
.articles-box li{
	list-style:none;
	margin:0;
	padding:0;
}
.ui-tabs-panel li a{
	font-size:16px;
	display:inline-block;
	padding:5px 0;
}
.ui-tabs-panel li a:before{
	content:"»";
	margin-right:10px;
}
.ui-tabs-panel h2{
	display:block;
	font-size:18px;
	border-bottom:4px solid #f7b82d;
	margin:0 0 10px 0;
	padding:5px 0;
}
.sidebar-subscribe{
	display:inline-block;
	padding:7px;
	background-color:#000000;
	color:#ffffff !important;
	float:left;
	text-transform:uppercase;
	margin:10px 0;
	float:right;
}
.links-wrapper{
	width:100%;
	float:left;
	margin:20px 0;
}
.links-logo{
	float:left;
	width:20%;
	margin-right:1%;
}
.links-content{
	width:79%;
	float:left;
}
.links-content a{
	margin:0;
	color:#C93;
	font-weight:800;
}

.posts-author{
	width:90%;
	padding:20px 5%;
	background-color:#eeeeee;
	margin:50px 0;
	color: #000000;
    font-size: 15px;
    font-family: sans-serif, calibri, verdana;
    line-height: 22px;
	box-shadow:0 0 5px #666666;
	-moz-box-shadow:0 0 5px #666666;
	-ms-box-shadow:0 0 5px #666666;
	-o-box-shadow:0 0 5px #666666;
	-webkit-box-shadow:0 0 5px #666666;
}
.posts-author img{
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #ffffff;
}
.posts-author h3{
	font-size:25px;
}
.posts-author hr{
	font-size:25px;
	border:0;
	height:5px;
	background-color:#0BA548;
}

/*-----------------SIGNUP / CONTACT US------------------*/
.form-row {
    padding: 10px 0;
    width: 100%;
    float: left;
}
.form-wrapper label {
    display: inline;
    width: 200px;
    float: left;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.form-wrapper input[type=text] {
    width: 300px;
    border: 1px solid #999;
    box-shadow: 0 0 3px #cccccc;
    border-radius: 3px;
    font-size: 16px;
    padding: 5px;
}
.form-error {
    font-size: 15px;
    color: #ff0000;
    display: block;
    margin-left: 200px;
}
input.error {
    background: url(images/icon-fail.png) no-repeat right center #ffebef;
    color: #480000;
}
input.valid {
    background: url(images/icon-ok.png) no-repeat right center #e3ffe5;
    color: #002f00;
    border-color: #96b796 !important;
}
.form-wrapper input[type=submit] {
    display: inline-block;
    padding: 10px 15px;
    background-color: #0BA548;
    color: #ffffff;
	border:0;
	font-size:18px;
	text-transform:uppercase;
}
.form-wrapper input[type=checkbox] {
    width: 30px;
    float: left;
}
.form-wrapper p {
    padding: 0;
    margin: 10px 0;;
    display: block;
}
.form-wrapper  hr{
	display:block;
	border:0;
	padding:0;
	margin:20px 0;
	height:2px;
	 background-color: #CCC;
}
.required{
	color:red;
}
.formCheckbox{
	max-width:200px;
	line-height:13px;
	margin:10px 0 10px 200px !important;
}
.retailer-state-canada, .retailer-state-usa{
	display:none;
}
/*-------------STORE FINDER----------------*/
.store-hero{
	background-image:url('images/back_10.jpg');
}
.map-wrapper{
	float:left;
	padding:30px;
	position:relative;
	box-shadow:0 0 5px #999999;
	background-color:#ffffff;
	
}
.map-wrapper p{
	
}
.mapForm{
	position: absolute;
    left: 40px;
    top: 240px;
    z-index: 20;
    min-width: 200px;
    width: 300px;
    padding: 10px;
	background-color:#0BA548;
	border:10px solid #ffffff;
	box-shadow:0 0 5px #000000;
}
.form-row{
	width:100%;
	float:left;
	margin:5px 0;
}
.form-row form input, .form-row form select{
	display:block;
	width:90%;
	padding:10px 2.5%;
	margin:0 2.5%;
}
.form-row form label{
	width:100%;
	display:block;
	color:#ffffff;
	font-size:20px;
	margin-bottom:20px;
	font-family: "FuturaMedium", sans-serif, calibri;
	text-transform:uppercase;
	text-align:center;
	
}
.form-row form input[type="text"]{
	font-size:18px;
	color:#0BA548;
	padding:10px 2.5%;
	margin:0 2.5%;
	
}
.form-row form input[type="submit"]{
	border:0;
	border-radius:0;
	display:block;
	background-color:#ffffff;
	color:#0BA548;
	text-align:center;
	font-size:20px;
	padding:10px 0;
	width:95%;
	margin:10px 2.5%;
	text-transform:uppercase;
	box-shadow:0 0 3px #333333;
}
.form-row form select{
	border:0;
	border-radius:0;
	padding:10px 0;
	width:95%;
	margin:10px 2.5%;
	font-size:15px;
	
}
.form-row textarea{
	width: 300px;
    border: 1px solid #999;
    box-shadow: 0 0 3px #cccccc;
    border-radius: 3px;
    font-size: 16px;
    padding: 5px;
	height:100px;
}
.form-row input[type=radio]{
	margin-right:20px;
	
}
.form-btn{
	display:inline-block;
	padding:10px 20px;
	font-size:15px;
	background-color:#0BA548;
	color:#ffffff;
	text-transform:uppercase;
	font-family: "FuturaMedium", sans-serif, calibri;
	margin-bottom:10px;
	margin:20px 0;
}

.gmap_marker{
	max-width:300px;
}
.gmap_marker p{
	text-align:left;
	float:left;
	width:100%;
}
.store-name{
	color:#0BA548;
	font-size:18px;
	border-bottom:3px  solid #0BA548;
}
.store-phone{
	color:#0BA548;
}
.store-website{
	display:block;
	width:98%;
	background-color:#0BA548;
	border: 1px solid #cccccc;
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;
	margin-top:10px;
}

/*---------------------VIDEOS---------------------------*/
.video-wrapper{
	float:left;
	width:100%;
}
.video-row{
	width:35%;
	margin:20px 7%;
	float:left;
	background-color:#eeeeee;
	border:1px solid #cccccc;
	
	
}
.video-content{
	width:100%;
	opacity:0.9;
	float: none;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.video-content:hover{
	opacity:1;
}
.video-content a{
	padding:0;
}
.video-title{
	min-height:80px;
	float:left;
	width:100%;
}
.video-title h2{
	text-align:center;
	padding:20px 0;
	display:inline-block;
	width:100%;
	margin:0;
	color:#333333;	
	font-size:15px;
	border:0;
}
.play-btn {
    width: 40px;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -25px;]
	z-index:100;
}
/*---------------------FOOTER---------------------------*/
.footer-wrapper{
	background-image:url('images/back-footer.png');
	background-repeat:no-repeat;
	padding-top:200px;
}
.footer-nav{
	float:left;
	width:100%;
}
.footer-nav .sub-menu{
	display:none !important;
}
.footer-nav ul{
	display:table;
	margin:0 auto;
}
.footer-nav ul li{
	float:left;
	list-style:none;
}
.footer-nav ul li a{
	color:#ffffff;
	display:inline-block;
	padding:10px;
}
.copyright{
	float:left;
	max-width:100%;
	margin:30px 0;
}
.copyright-row1{
	float:left;
	width:20%;
	margin-right:2%;
}
.copyright-row2{
	float:left;
	width:75%;
}
.copyright p{
	color:#ffffff;
	margin:0;
	padding:5px 0;
}
.ingrChartLeft {
	width:45%;
	float:left;
}
.ingrChartRight {
	width:45%;
	float:right;
}
.ingrChartLeft img, .ingrChartRight img {
	width:100%;
	height:auto;
}
.ingrChartClear {
	width:100%;
	height:5px;
	clear: both;
}

/*------ new products added by Rob ---------------------------------------------------*/

.singleProduct {
	width:48%;
	display: inline-block;
	vertical-align: top;
}
.singleProduct h2 {
	padding:10px 10px 10px 10px;
    font-family: 'FuturaMedium';
	font-weight: 600;
	font-size: 24px;
	color: #333;
	line-height: 32px;
	background-color: inherit;
	padding: 0px 0px 0px 0px;
	margin: 10px 15px 10px 0px;
	display: block;
	width:85%;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
}

.singleProduct sup, .singleProduct sub, .singleProductRight sup, .singleProductRight sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
.singleProduct sub { 
  top: 0.4em; 
}
.singleProductFull {
	width:95%;
}
.singleProductHalf {
	width:24%;
	display: inline-block;
	vertical-align: top;
}
.singleProductHalf ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.singleProductHalf ul li {
	font-family: 'open_sanssemibold';
	margin: 4px 0px 4px 5px;
	text-align: left;
}
.singleProduct h3 {
    font-family: 'FuturaMedium';
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	color:#000;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}
.singleProduct h4 {
	font-family: 'open_sanssemibold';
	font-size: 16px;
	margin: 10px 0px 5px 0px;
}
.adviseText {
	color:#0063a7;
	font-style:italic;
}
.singleProduct ul.leaf, .singleProductRight ul.leaf {
    font-family: 'FuturaMedium';
	font-size: 18px;
	list-style:url('images/leafBullet.png');
	margin: 10px 0px 10px 15px;
}
.singleProduct ul.docs {
	list-style-type: none;
	margin: 10px 0px 10px 0px;
	padding:0;
}
.singleProduct ul.docs li {
	margin: 4px 0px 4px 0px;
	padding: 0px;
}
.singleProduct ul li a {
	color:#336600;
	font-weight: 600;
}
.singleProduct ul li a:hover {
	color:#55943d;
	text-decoration: underline;
}
.singleProductLeft {
	width: 40%;
	float: left;
}
#ingrPic {
	max-width:210px;
	border: solid 1px #ccc;
	margin-top: 10px;
}
.charHead {
	font-size: 20px;
	line-height:1.2;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	text-align:left;
	padding-left:20%;
}
.prImage {
	text-align: center;
}
.singleProductRight {
	width: 55%;
	float: right;
}
.singleProductRight h3 {
    font-family: 'FuturaMedium';
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	color:#000;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}
.singleProduct a.readMore {
	font-family: 'FuturaMedium';
	font-weight: 500;
	display: block;
	padding:10px 0px 10px 0px;
	width:95%;
	background: #a2daea;
	color:#326978;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.singleProductRight ul {
	display: block;
	margin: 0px 0px 10px 0px;
	list-style-type: none;
	padding: 0px 0px 0px 20px;
	font-size: 14px;
	color:#326978;
}
.singleProduct ul {
	display: block;
	margin: 0px 0px 10px 0px;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	font-size: 15px;
	color:#326978;
}

.singleProductRight ul li, .singleProduct ul li {
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}
.singleProduct a.onlyMobile {
	display:none;
}


/*-------------------------------------------------------------------------------------
-----------------------------------RESPONSIVE-----------------------------------------
-------------------------------------------------------------------------------------*/
/* 1080 and Down */
@media all and (max-width:1080px){
	.logo{
		max-width:250px;
	}
	.header-nav{
		margin:20px 0 0 30px;
	}
	.container{
		width:95%;
		padding:0 2.5%;
	}
	.resilience-link{
		right:50px;
		font-size:14px;
		top:80%;
	}
	.brands-text{
		width:100%;
		text-align:center;
	}
	.brands-logos{
		width:70%;
		margin:0 15%;
	}
}
/* 10000 and Down */
@media all and (max-width:1000px){
	.header-nav{
		display:none;
	}
	.responsive-nav{
		display: block;
		position: absolute;
		top: 10px;
		right: 20px;
		z-index: 100;
		width: 40px;
		height: 40px;
		border: 0;
		background-image: url(images/res-nav-back.jpg);
		background-repeat:no-repeat;
		background-color: transparent;
		box-shadow: 0 0 5px #000000;
		-moz-box-shadow: 0 0 10px #ffffff;
		-ms-box-shadow: 0 0 10px #ffffff;
		-o-box-shadow: 0 0 10px #ffffff;
		-webkit-box-shadow: 0 0 10px #ffffff;
	}
	.social{
		display:none;
	}
	.coupon-img, .coupon-text{
		width:45%;
		padding:0 2.5%;
	}
	.int-content{
		margin-right:2%;
	}
	.int-sidebar{
		width:33%;
	}
	.sungro{
		display:none;
	}
}
@media all and (max-width:830px){
	.int-content{
		width:95%;
		margin-right:0;
	}
	.int-sidebar{
		width:100%;
		margin:20px 0;
	}
	.sidebar-box img{
		text-align:center;
		
	}
	.singleProduct {
	width:95%;
	}

}

@media all and (max-width:760px){
	
	.singleProductLeft {
	width:95%;
	}
	.singleProductRight {
	width:95%;
	float: left;
	clear: left;
	}
	.charHead {
	padding-left:0;
	}
	.prImage {
	text-align: left;
	}
	.singleProduct a.nonMobile {
	display:none;
	}
	.singleProduct a.onlyMobile {
	display:inline-block;
	max-width: 280px;
	}

}

@media all and (max-width:750px){
	.resilienc-wrapper{
		display:none;
	}
	.posts-hero{
		height:200px;
	}
	.posts-hero h1{
		font-size:50px;
		margin-top:40px;
	}
	.int-content{
		width:90%;
		padding:30px 5%;
	}
	.posts-cat article{
		width:90%;
		padding:20px 5%;
	}
	.store-hero{
		display:none;
	}
	.product-image{
		width:100%;
		text-align:center;
	}
	.product-content{
		width:100%;
	}
	.products-hero{
		height:200px;
	}
	.products-hero h1{
		font-size:40px;
	}
	.product-title h2{
		font-size:30px;
	}
	.col-3{
		display:none;
	}
	.col-3-mobile{
		display:block;
	}
	.col-3-mobile img{
		max-width:40%;
		margin:10px 30%;
	}
	.col-3-mobile h2{
		text-align:center;
		margin:0;
		padding:0;
	}
	.col-3-mobile p{
		text-align:center;
	}
	.footer-wrapper{
		background-color:#000000;
		background-image:none;
		width:90%;
		padding:30px 5%;
	}
	.footer-nav ul li{
		margin:0;
		padding:0;
	}
	.footer-nav ul li a{
		padding:5px;
	}

}


@media all and (max-width:600px){
	.coupon-img, .coupon-text{
		width:100%;
	}
	.links-logo{
		width:25%;
		margin-right:5%;
	}
	.links-content{
		width:70%;
	}
	.wp-caption{
		width:90% !important;
		padding:10px 2.5%;
		margin:10px 2.5%;
	}
	.wp-caption img{
		width:90%;
		margin:20px 5%;
	}
	.single-hero{
		display:none;
	}
	/*--------PRODUCTS--------*/
	.product-wrapper{
		display:none;
	}
	.products-wrapper-mobile{
		display:block;
		background-color:#ffffff;
		width:90%;
		padding:20px 5%;
		margin:50px 0;
		box-shadow:0 0 5px #999999;
		float:left;
	}
	.product-row-mobile{
		width:100%;
		float:left;
		border-radius:5px 5px 0 0;
		border:2px solid #f7b82d;
		margin:30px 0;
		box-shadow:0 0 5px #cccccc;
	}
	.product-title-mobile{
		float:left;
		width:100%;
		border-radius:10px ;
	}
	.product-title-mobile h2{
		display:block;
		padding:10px;
		text-align:center;
		background-color:#f7b82d;
		margin:0;
	}
	.product-image-mobile img{
		width:70%;
		margin:20px 15%;
	}
	.product-content-mobile h3{
		background:none;
		background-color:#eee;
		border:0;
		border-radius:0;
	}
	.ui-accordion .ui-accordion-content{
		padding:10px;
	}		
	.form-error{
		margin-left:0;
	}
	.form-wrapper input[type=text]{
		width:95%;
	}
	.form-wrapper input[type=submit]{
		width:100%;
	}
	.copyright-row1{
		width:100%;
		margin:0;
	}
	.copyright-row2{
		width:100%;
		margin:20px 0;
	}
	.mapForm{
		width:250px;
	}
	.ingrChartLeft {
	width:85%;
	float:none;
	display:inline-block;
	text-align: center;
}
.ingrChartRight {
	width:85%;
	float:none;
	display:inline-block;
	text-align: center;
}
.ingrChartLeft img, ingrChartRight img {
	width:100%;
	height:auto;
	max-width: 200px;
}
.ingrChartClear {
	width:100%;
	height:5px;
	clear: both;
}
.formCheckbox{
	max-width:200px;
	margin-left:0px !important;
}
}