/*
Theme Name: 	BlackGold 2018
Description: 	Custom Theme for Black Gold 2018
Version: 		1.2
Author: 		Shah Ghafoori and Rob Lardie
*/

/*-----------------------------
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-color: #fff;
}
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:1180px;
	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%;
	background-color:#000000;
	padding:0px 0px 0px 0px;
	position: relative;
}
.logo{
	float:left;
	width:35%;
	max-width:490px;
	margin:20px 0px 15px 20px;
}
.clearDiv {
	width:100%;
	height: 5px;
	clear:both;
}
.header-nav {
	margin:0px;
	padding:0px;
	width:100%;
	background: #ffc20e;
	text-align: center;
}
.header-nav ul {
	margin:0;
	padding:0;
}
.header-nav ul li{
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
	font-size: 20px;
	color:#fff;
	position: relative;
}
.header-nav ul li a {
	padding:12px 20px;
	display:inline-block;
	color:#231f20;
	text-decoration:none;
	font-size: 20px;
}
.header-nav ul li a:hover {
	background:#1aa950;
	color:#fff;
}
.header-nav ul li::after { 
    content: "|";
}
.header-nav ul li:last-child::after { 
    content: "";
}

/* --- sub menu ----------*/
.header-nav ul li .sub-menu {
	display:none;
	list-style-type: none;
	margin-left:0px;
	padding:0px;
	position: absolute;
	left:0px;
	top:46px;
	background:#1aa950;
	z-index: 30;
	width:360px;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
}
.header-nav ul li .sub-menu li {
	text-align: left;
	text-transform: none;
	margin-left: 0px;
	padding-left:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
	width:100%;
	padding:0;
}
.header-nav li .sub-menu li:last-child {
	border-bottom: none;
}
.header-nav li .sub-menu li a {
	display: block;
	font-size: 18px;
	color:#fff;
	padding:12px 0px 12px 20px;
}

.header-nav ul li ul.sub-menu li a:hover {
	background:#fff;
	color:#1aa950;
}
.header-nav ul .sub-menu li::after { 
    content: "";
}

.headerFixed {
	position: fixed;
	z-index: 100;
	border-bottom: solid 2px #666;
}
.headLogoFixed {
	width:20%;
	max-width: 200px;
	float:left;
	margin:5px 0px 0px 20px;
}
.headSocial {
	position: absolute;
	right:10px;
	top:10px;
	width:40%;
	z-index: 5;
	text-align: right;
}
.headSearch {
	position: absolute;
	right:10px;
	top:80px;
	width:40%;
	z-index: 6;
	text-align: right;
	color:#fff;
}
#searchformHead {
	display:none;
}
#headGlass {
	cursor: pointer;
}
#searchformHead input[type=text]{
	padding:5px;
	border-radius:2px;
	background-color:#FFF7EA;
	border:1px solid #CCC;
	font-size:18px;
	width:50%;
}
#searchformHead input[type=submit] {
    display: inline-block;
    padding: 5px 10px;
    color: #333;
    background:#ffd87d;
    font-size: 18px;
    text-transform: uppercase;
	border:0;
	margin-top:10px;
	cursor: pointer;
}

.headSubscribe {
	width:90px;
	float: right;
	margin:20px 10px 0px 0px;
}
.headTube {
	width:75px;
	float: right;
	margin:15px 10px 0px 0px;
}
.headSquare {
	width:40px;
	float: right;
	margin:10px 10px 0px 0px;
}

.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;
}
.homeBanner {
	width:100%;
	text-align: center;
	clear: both;
	padding:10px 0px 10px 0px;
}
.homeBanner h1 {
	font-size: 32px;
	color:#00703c;
	display: block;
	width:100%;
	font-weight: 600;
}
.homeThird {
	width:32%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 30px;
}
.homeHalf {
	width:48%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 30px;
}
.homeTwoThird {
	width:64%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 30px;
	position: relative;
}
.homeTwoThird img {
	width:100%;
}
.factPic {
	width:100%;
	position: relative;
	margin: 0px;
	padding:0px;
}
.overlinkLeft {
	width:48%;
	height:100%;
	position: absolute;
	left:0px;
	top:0px;
	z-index: 3;
	cursor: pointer;
}
.overlinkRight {
	width:50%;
	height:100%;
	position: absolute;
	right:0px;
	top:0px;
	z-index: 3;
	cursor: pointer;
}
#homeRecent ul {
	list-style-type: none;
	width:98%;
}
#homeRecent h2 {
	padding-left: 2%;
	padding-top: 0;
	margin-top: 0;
}
#homeRecent ul li {
	display: block;
	width: 100%;
	padding: 0px 0px 0px 0px;
}
#homeRecent ul li:nth-child(odd) {
	background:#ffe4a4;
}
#homeRecent ul li:nth-child(even) {
	background:#fff8e8;
}
#homeRecent ul li a {
	display: block;
	padding:10px 5px 10px 2%;
}
#homeRecent ul li a:hover {
	background:#ffd87d;
}
#homeRecent {
	padding-bottom: 10px;
}
.rightSidebar {
	width:100%;
	padding:0px;
	float:left;
	margin-bottom:20px;
	background-color:#ffffff;
	position: relative;
	text-align: center;
}
.rightLocate {
	width:100%;
	position: absolute;
	bottom:20px;
	left0px;
	z-index: 9;
}
.rightLocate input[type=text]{
	padding:5px;
	border-radius:2px;
	background-color:#FFF7EA;
	border:1px solid #CCC;
	font-size:18px;
	width:65%;
}
.rightLocate input[type=submit] {
    display: inline-block;
    padding: 5px 10px;
    color: #ffffff;
    background-color: #000000;
    font-size: 18px;
    text-transform: uppercase;
	border:0;
	margin-top:10px;
	cursor: pointer;
}

.boxLeft {
	float:left;
}
.boxRight {
	float:right;
}
.alignCenter {
	text-align: center;
}
.homeThird h2, .homeHalf h2, .homeTwoThird h2 {
	font-family: 'FuturaMedium';
	font-weight: 600;
	display: block;
	color:#00703c;
	font-size: 24px;
	margin:0px;
	padding:10px 0px 5px 0px;
}
.homeThird p, .homeHalf p, .homeTwoThird p {
	display: block;
	color:#333;
	font-size: 18px;
	margin: 0px;
	padding:5px 0px 5px 0px;
	min-height: 48px;
}
.homeThird h3, .homeHalf h3 {
	display: block;
	color:#333;
	font-size: 18px;
	margin: 10px 0px 10px 0px;
}
.homeThird sup, .homeHalf sup, .homeTwoThird sup {
	vertical-align: baseline;
  	position: relative;
  	top: -0.3em;
  	font-size: 70%;
}
.homeThird a.readMore, .homeHalf a.readMore, .homeTwoThird a.readMore {
	background:#ffd87d;
	padding:10px;
}
.descLeft {
	float:left;
	width:45%;
}
.descRight {
	float:right;
	width:48%;
	clear: none;
}
.yellowNav {
	background: #ffc20e;
	width:100%;
	clear: both;
	min-height: 40px;
	margin:20px 0px 20px 0px;
	text-align: center;
}
.yellowBox {
	width:19%;
	display: inline-block;
	vertical-align: top;
	padding:20px 0px 20px 0px;
	margin:0;
	text-align: left;
}
.yellowBox h2 {
	color:#333;
	font-size: 24px;
	font-weight: 600;
	margin:10px 0px 10px 0px;
	padding:0px 10px 0px 0px;
}
.yellowBox ul {
	list-style-type: none;
	margin:0px 0px 10px 0px;
	padding:0;
}
.yellowBox ul li {
	padding:0;
	margin:5px 0px 5px 0px;
}
.yellowLeft {
	float:left;
	padding-right: 10px;
}
.yellowRight {
	float:right;
	padding-left: 10px;
}

/*---------------------------
------ 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;
  text-align: center;

}
#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 -----------*/

.flexslider{
	margin:0 !important;
	border:0 !important;
	border-radius:0 !important;
	float:left;
	width: 100%;
	position:relative;
}
.flexslider ul{
	float:left;
	padding:0;
	margin:0;
	width:100%;
}
.flex-next {
    background-image: url(images/slider_nav.png);
    background-repeat: no-repeat;
    background-position: right;
}
.flex-prev {
    background-image: url(images/slider_nav.png);
    background-repeat: no-repeat;
}


.slideshow {
	width:100%;
	background-color:#ffc20e;
	height:auto;
	position: relative;
	border-bottom: solid 0px #ffc20e;
}
.slideshow img {
	vertical-align: bottom;
}
.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;
}
.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/Beauty-Shot_Products_2000x300pix.jpg');
	background-repeat:no-repeat;
	height:270px;
	border-bottom: 5px solid #ffffff;
	background-size:cover;
}
.products-hero-canada {
	background-image:url('images/Beauty-Shot_Products_Canada_2000x300pix.jpg');
	background-repeat:no-repeat;
	height:270px;
	border-bottom: 5px solid #ffffff;
	background-size:cover;
}
.products-amendments {
	background-image:url('images/Beauty-Shot_Amendments_2000x300pix.jpg');
	background-repeat:no-repeat;
	height:270px;
	border-bottom: 5px solid #ffffff;
	background-size:cover;
}
.products-specialty {
	background-image:url('images/Beauty-Shot_Specialty-Mixes_2000x300pix.jpg');
	background-repeat:no-repeat;
	height:270px;
	border-bottom: 5px solid #ffffff;
	background-size:cover;
}
.products-potting {
	background-image:url('images/Beauty-Shot_Potting-Mixes_2000x300pix.jpg');
	background-repeat:no-repeat;
	height:270px;
	border-bottom: 5px solid #ffffff;
	background-size:cover;
}
.products-canada {
	background-image:url('images/Beauty-Shot_Black-Gold-Canada_2000x300pix.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:68%;
	padding:10px 0px 20px 0px;
	margin:0px 0px 20px 0px;
	box-shadow:0 0 0px #999999;
}

.product-title{
	float:left;
	width:100%;
}
.product-title h2{
	color:#000000;
	font-size:30px;
	text-transform:uppercase;
	margin:0px 0px 20px 0px;
	display:block;
	padding-bottom:10px;
}
.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:0px 10px 10px 0px;
	background-color:#ffffff;
	box-shadow:0 0 0px #999999;
	-moz-box-shadow:0 0 0px #999999;
	-ms-box-shadow:0 0 0px #999999;
	-o-box-shadow:0 0 0px #999999;
	-webkit-box-shadow:0 0 0px #999999;
}
.int-content h2 {
	font-size:30px;
	text-transform:uppercase;
	display:block;
	border-bottom:5px solid #f7b82d;
	padding-bottom:10px;
	margin-bottom:30px;
}

.int-container h2.mapTitle {
	font-size:30px;
	text-transform:uppercase;
	display:block;
	border-bottom:5px solid #f7b82d;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top: 0px;
}

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{
	box-shadow:0 0 0px #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;
}
.feature-image {
	width:100%;
	height: 270px;
	position: relative;
	border-bottom:5px solid #ffffff;
	overflow: hidden;
}
.feature-image img {
	width:100%;
	height:auto;
}
.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%;
	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;
}
.comment-form{
	width:100%;
	float:left;
}
.comment-form-comment{
	width:100%;
}
.comment-form-comment label{
	display:block;
	width:100%;
	padding:10px 0;
	font-weight:bold;
}
.comment-form textarea{
	width:95%;
	padding:20px 2.5%;
	border-radius:3px;
}
.comment-form input[type=submit] {
    display: inline-block;
    padding: 10px 10px;
    background-color: #0BA548;
    color: #ffffff;
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
}
.comment-reply-title{
	font-size:18px;
	font-weight:bold;
}
#comments ol{
	padding:0;
	margin:0;
}
#comments li{
	list-style:none;
	margin:0;
}
#comments .avatar{
	display:none;
}	
/*-----------------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;
}
#expertForm select {
	font-size:15px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:10px;
	padding-right:40px;
	margin:0px 0px 0px 0px;
	min-width: 300px;
	-webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
    background-image: url('/images/downArrow5.png');
    background-position: center right 5px;
    background-repeat: no-repeat;
    background-color:#fff;
	color:#333;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #999;
	box-shadow: 0 0 3px #cccccc;
}
#expertForm select::-ms-expand { /* for IE 11 */
    display: none;
}
.expertHidden {
	display: none;
}
#exMessage {
 	font-family: 'FuturaMedium';
 	font-size: 24px;
 	color:#cc0000;
}
.formLoader, .formLoaderSub {
	position: absolute;
	top:25%;
	left:25%;
	z-index: 58;
	width:25%;
	height: auto;
	display: none;
}
#expertForm {
	width:100%;
	position: relative;
}
.exPartTwo {
	display: none;
}
#expertFormTwo .leftInput {
	width:50%;
}
#expertFormTwo input[type="file"] {
    display: none;
}
#expertFormTwo input[type="text"].fileInput {
	width:30%;
	float:left;
	margin: 0px;
	font-size:15px;
	min-width: 50px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
	background-color:#f5f5f5;
	color:#333;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;

}
#expertFormTwo label.custom-file-upload {
	font-size:15px;
	text-align: right;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:10px;
    cursor: pointer;
    width:20%;
    max-width: 110px;
	float:left;
	margin-left:10px;
	background-color: #333;
	color:#ccc;
	background-image: url(/images/outbox.png);
	background-repeat: no-repeat;
	background-position: top 5px left 10px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
}

/*-------------STORE FINDER----------------*/
.store-hero{
	background-image:url('images/back_10.jpg');
}
.map-wrapper{
	float:left;
	padding:0px;
	position:relative;
	box-shadow:0 0 0px #999999;
	background-color:#ffffff;
	
}
.map-wrapper p{
	
}
.searchX {
	font-family: "FuturaMedium", sans-serif, calibri;
	position: absolute;
	right:10px;
	top:5px;
	z-index: 20;
	color:#fff;
	font-size: 18px;
}

.mapForm{
	position: absolute;
    left: 40px;
    top: 290px;
    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{
	padding-top:20px;
	background-color: #fff;
	color:#333;
}
.footLogo {
	width:80%;
}
.footer-nav {
    padding: 10px;
    margin: 0;
    float: left;
}
.footer-nav>li {
    float: left;
    width: 20%;
    list-style: none;
    min-height: 200px;
	text-align:left;
}
.footer-nav>li>a {
    width: 100%;
    float: left;
    font-weight: 800;
}
.footer-nav li ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.footer-nav li ul li {
    display: block;
	padding:3px 0;
	padding-right:10px;
	
}
.footer-nav li a {
	font-family: "FuturaMedium", sans-serif, calibri;
	font-size:22px;
    color: #000000;
}
.footer-nav li ul li a {
    background: none;
	text-align:left;
	padding:5px 0;
	font-family:sans-serif, calibri, verdana;
	font-size:18px;
}
.copyright {
	float:left;
	max-width:100%;
	margin:10px 0px 40px 0px;
}
.copyright-row1 {
	float:left;
	width:30%;
	margin-right:2%;
}
.copyright-row2{
	float:right;
	width:60%;
}
.copyright p {
	color:#333;
	margin:0;
	padding:5px 0;
	text-align: left;
}
.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;
}
.footBlack {
	width:100%;
	clear: both;
	padding:30px 0px;
	background: #333;
	margin:0px;
}
.footBlack p {
	text-align: center;
	color:#ccc;
}
/*------ new products added by Rob ---------------------------------------------------*/

.productRight {
	width:30%;
	float:right;
	min-height: 90px;
}
.productRight ul {
	list-style-type: none;
	text-align: left;
	margin-left: 0px;
	padding:0px;
}
.productRight li {
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	display:block;
	padding:2px 0px 2px 0px;
}
.productRight h2 {
	font-family: 'FuturaMedium';
	font-weight: normal;
	color:#fff;
	font-size: 24px;
	text-align: left;
	display:block;
	cursor: pointer;
	background:#b9e3ef;
	padding:10px 0px 10px 15px;
	margin:0px;
	border-bottom: solid 1px #fff;
}
.productRight h2:hover, .productRight h2:active {
	background:#8bd1e5;
}
.productRight label {
	position:relative;
	float:none;
	width:auto;
	display: inline-block;
	padding:5px 0px 5px 0px;
	color:#333;
	background: none;
	background-color: inherit;
	z-index: inherit;
	border:none;
}
.productRight input[type="checkbox"] {
    float: none;
    width: 20px;
}
.productRight .ingrCat {
	font-family: 'FuturaBook';
}
.rightOpen {
	background:#8bd1e5;
}

.singleProduct {
	width:45%;
	display: inline-block;
	vertical-align: top;
	padding: 0px 15px 0px 0px;
	margin: 0px 2% 0px 0px;
}
.singleProduct h2 {
	padding:10px 10px 10px 10px;
    font-family: 'FuturaMedium';
	font-weight: 600;
	font-size: 22px;
	color: #333;
	line-height: 24px;
	min-height: 48px;
	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; 
}
.singleProduct sup, .product-title sup { 
  font-size: 60%;
}

.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 0px #ccc;
	margin-top: 10px;
}
.ytPic {
	width:75%;
	margin:10px 0px 20px 0px;
	overflow: hidden;
	position: relative;
}
.ytPic img {
	margin-top: -10%;
	margin-bottom: -12%;
}
a.ytVid:hover .ytOver {
	display: block;
}
.ytOver {
	position: absolute;
	text-align: center;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index: 4;
	background-color: rgba(255, 255, 255, 0.85);
	background: rgba(255, 255, 255, 0.85);
	display: none;
}
.ytOver:hover {
	display: block;
	cursor: pointer;
}
.ytOverText {
	font-family: 'FuturaMedium';
	text-align: center;
	width:100%;
	position: relative;
}
.ytOverText h2 {
	padding:20px 15px 10px 15px;
	margin:10px auto;
	font-size: 22px;
	line-height: 26px;
	color:#333;
}
.ytOverText p {
	padding:5px 15px 5px 15px;
	font-size: 18px;
	line-height: 26px;
	background:#1aa950;
	color:#fff;
	display: inline-block;
	width:auto;
	border: solid 2px #ccc;
}
.relProduct {
	font-family: 'FuturaBook';
	width:28%;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	text-align: center;
	font-size: 16px;
}
.relProduct a {
	font-size: 16px;
}
.relProduct img {
	max-width: 180px;
	padding-bottom: 10px;
}
.charHead {
	font-size: 20px;
	line-height:1.2;
	margin-top:10px;
	margin-bottom:15px;
	font-weight:bold;
	text-align:left;
	padding-left:0;
}
.prImage {
	text-align: center;
}
.prImage img, singleProductLeft img {
	border:0px;
}
.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:#999;
}
.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;
	color:#666;
}
.singleProduct a.onlyMobile {
	display:none;
}

.prodFilter, .filterClose {
	display: none;
}
.esg-content a {
	color:#fff;
}

/*--------------Home Page Popup---------------*/
.adModal{
	display:none;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.adModal .modal-body{
	position:relative;
	background-image:url('images/back7.jpg');
	background-size:cover;
	width:95%;
	padding:30px 2.5%;
}
.adModal .modal-body img{
	width:100%;
}
.modal-body .mobile{
	display:none;
}
.adModal .close{
	position:absolute;
	right:10px;
	top:-10px;
	font-size:25px;
}
.adModal h2{
	font-size:40px;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: #000000;
    float: right;
    font-size: 18px;
    font-weight: bold;
	padding:10px 0;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #1f99c4;
    color: #ffffff;
}

.modal-body {
	padding: 2px 16px;
	background-color:#ffffff;
	
	float:left;
}

.modal-header h2{
	margin:15px 0;
	padding:0;
	font-size:16px;
	display:inline-block;
	width:50%;
}

/*-------------------------------------------------------------------------------------
-----------------------------------RESPONSIVE-----------------------------------------
-------------------------------------------------------------------------------------*/
/* 1080 and Down */

@media all and (max-width:1395px) {
	.header-nav ul li a, .header-nav li .sub-menu li a {
		padding:12px 10px;
	}
}
@media all and (max-width:1195px) {

	.header-nav ul li a, .header-nav li .sub-menu li a {
		padding:12px 8px;
	}

.header-nav ul li:first-child::after { 
    content: "";
}
.header-nav ul li:first-child { 
   display: none;
}

	.container{
		width:96%;
		padding:0 2%;
	}
	.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){
	.productWrapperNew {
		width:95%;
		padding-left: 20px;
	}
	#prod-container {
		margin-top: 0px;
	}
	.productRight {
		display:none;
		position:absolute;
		right:0px;
		top:0px;
		width:85%;
		max-width: 450px;
		z-index: 60;
		background: #fff;
		-webkit-box-shadow: -6px 6px 5px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: -6px 6px 5px 0px rgba(0,0,0,0.1);
		box-shadow: -6px 6px 5px 0px rgba(0,0,0,0.1);
	}
	.prodFilter {
    	font-family: 'FuturaMedium';
		font-size: 18px;
		display:block;
		width:98%;
		clear: both;
		text-align: right;
		padding:10px 40px 10px 0px;
		cursor: pointer;
	}
	.prodFilter button {
    	font-family: 'FuturaMedium';
		font-weight: normal;
		color:#fff;
		font-size: 18px;
		cursor: pointer;
		background:#8bd1e5;
		padding:6px 25px 6px 25px;
		margin:0px;
		border:solid 1px #ccc;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.filterClose {
		position: absolute;
		right: 10px;
		top:6px;
		z-index: 61;
		font-size: 30px;
		line-height: 32px;
		padding:0;
		margin:0;
		display: block;
		width:36px;
		height:36px;
		color:#fff;
		border: solid 1px #fff;
		text-align: center;
		background: #a2daea;
	}
	.filterClose:hover {
		cursor: pointer;
		background:#8bd1e5;
	}


.header-nav {
	display: none;
	margin:0px;
	padding:0px;
	width:100%;
	background: #ffc20e;
	text-align: center;
	position: absolute;
	left:0px;
	top: 0px;
	z-index: 90;
}
.header-nav ul {
	margin:0;
	padding:0;
}
.header-nav ul li{
	display: block;
	list-style:none;
	margin:0;
	padding:0;
	font-size: 20px;
	color:#fff;
	position: relative;
	text-align: left;
	border-bottom: solid 1px #fff;
}
.header-nav ul li a {
	padding:18px 20px;
	display:inline-block;
	color:#231f20;
	text-decoration:none;
	font-size: 20px;
	display: block;
}
.header-nav ul li a:hover {
	background:#1aa950;
	color:#fff;
}
.header-nav ul li::after { 
    content: "";
}
.header-nav ul li:last-child::after { 
    content: "";
}

/* --- sub menu ----------*/
.header-nav ul li .sub-menu {
	display:none;
	list-style-type: none;
	margin-left:0px;
	padding:0px;
	position: relative;
	left:0px;
	top:0px;
	background:#1aa950;
	z-index: 0;
	width:100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.header-nav ul li .sub-menu li {
	text-align: left;
	text-transform: none;
	margin-left: 0px;
	padding-left:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 0px solid #ccc;
	border-top: 1px solid #ccc;
	width:100%;
	padding:0;
}
.header-nav li .sub-menu li:last-child {
	border-bottom: none;
}
.header-nav li .sub-menu li a {
	display: block;
	font-size: 18px;
	color:#fff;
	padding:12px 0px 12px 20px;
}

.header-nav ul li ul.sub-menu li a:hover {
	background:#fff;
	color:#1aa950;
}
.header-nav ul .sub-menu li::after { 
    content: "";
}
	.headSocial {
		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;
	}
	.headLogoFixed {
		width:40%;
		max-width: 200px;
		float:left;
		margin:15px 0px 0px 20px;
	}
	
	.yellowBox {
		width:32%;
	}
	.yellowLeft {
		float:none;
		padding-right: 0px;
	}
	.yellowRight {
		float:none;
		padding-left: 0px;
	}
}
@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%;
	}
	
	.homeThird, .homeHalf , .homeTwoThird {
		width:85%;
	}
	.boxLeft, .boxRight {
		float:none;
	}
	.homeThird img , .homeHalf img, .homeTwoThird img {
		width:100%;
		max-width: 690px;
	}
	.footer-nav>li{
		width:100%;
	}
}
@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{
	}
	.footer-nav ul li{
		margin:0;
		padding:0;
	}
	.footer-nav ul li a{
		padding:5px;
	}
	.modal-body .desktop {
		display:none;
	}
	.modal-body .mobile {
		display:block;
	}

}


@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;
}
}