/*
Theme Name: CPHA - Commerce
Author: Thunderstruck Sales & Marketing
Author URI: http://thunderstrucksales.com
Description: Design by Adam, WordPress by Patrick
*/

@import url("//hello.myfonts.net/count/39bbd1");
@font-face {font-family: 'ConduitITCPro-Bold';src: url('webfonts/39BBD1_0_0.eot');src: url('webfonts/39BBD1_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/39BBD1_0_0.woff2') format('woff2'),url('webfonts/39BBD1_0_0.woff') format('woff'),url('webfonts/39BBD1_0_0.ttf') format('truetype');} 
@font-face {font-family: 'ConduitITCPro-Regular';src: url('webfonts/39BBD1_1_0.eot');src: url('webfonts/39BBD1_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/39BBD1_1_0.woff2') format('woff2'),url('webfonts/39BBD1_1_0.woff') format('woff'),url('webfonts/39BBD1_1_0.ttf') format('truetype');}
@font-face {font-family: 'ConduitITCPro-Medium';src: url('webfonts/39BBD1_2_0.eot');src: url('webfonts/39BBD1_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/39BBD1_2_0.woff2') format('woff2'),url('webfonts/39BBD1_2_0.woff') format('woff'),url('webfonts/39BBD1_2_0.ttf') format('truetype');}

/*--------------------------------------------------------------
# Normalize 
--------------------------------------------------------------*/
html {font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {margin: 0; color: #959595; -webkit-font-smoothing: antialiased; font-smooting: antialiased; -moz-osx-font-smoothing: grayscale; } 
p {margin-bottom: 1.5em;}
ul{margin: 0; padding: 0;}
li {list-style: none;}
img {height: auto; max-width: 100%; border: 0;}
embed, iframe, object {max-width: 100%;}
.clear{	clear: both;}

a, a:visited {text-decoration: none; color: #000; text-decoration: underline; transition: all 0.3s ease 0s;}
a:active, a:hover {outline: 0; color: #000; transition: all 0.3s ease 0s;}

.left{float: left;}
.right{float: right;}
.pageWrapper{max-width: 1920px; margin: 0 auto; width: 100%;}

@media (max-width: 767px) {
    .row { width: 100%; display: inline-block; float:left; position: relative;}
    .col { display: inline-block; width: 100%; padding: 0 0 0 0; position: relative;}
    .col .content{margin: 0 0; position: relative;}
    .row_content{padding: 0 0; position: relative;}
}

@media (min-width: 768px) {
    .row { width: 100%; display: table; table-layout: fixed; }
    .col { display: table-cell; padding: 0 0 0 0; vertical-align: middle; position: relative;}
    .col .content{margin: 0 15px; position: relative;}
    .row_content{padding: 0 15px; position: relative;}
}

.alignLeft{ text-align: left; }
.alignRight{ text-align: right; }
.alignCenter{ text-align: center; }
.middle{ display: table; width:100%; }
.cell{ display: table-cell; vertical-align: middle; }

.red { background-color: #f71313;}
/*--------------------------------------------------------------
# Headings
--------------------------------------------------------------*/
body,button,input[type="text"],input[type="tel"],input[type="email"],input[type="password"],select,textarea {font-family: 'ConduitITCPro-Regular'; color:#3f672d; font-size: 24px; line-height: 1em; appearance: none; -moz-appearance: none; -webkit-appearance: none; outline: none;}

h1, h2, h3, h4, h5, h6{
	padding: 5px 0; 
}

h1{font-size: 4.5em; line-height: 1em; font-weight: 700; margin: 0;}
h2{
	display: block;
	background: #fff;
	font-size: 48px;
	line-height: 1.2em;
	padding: 5px 0;
	margin:0;
	text-transform: uppercase;
	font-family: 'ConduitITCPro-Medium';
	color:#3f672d;
}
h3{
	background: #fff;
	font-size:33px;
	line-height: 1em;
	padding:5px 50px 0 5px;
	margin:15px 15px;
	text-transform: uppercase;
	font-family: 'ConduitITCPro-Medium';
	color:#3f672d;
}
h4{
	font-size: 36px;
	line-height: 40px;
	font-weight: 200;
	text-transform: uppercase;	
	padding: 15px 0;
	margin: 0;
}
h5{	
	display: block;
	background: #fff;
	font-size:24px;
	line-height: 1em;
	padding: 5px 0;
	margin:0;
	text-transform: uppercase;
	font-family: 'Roboto';
	color: #598c3f;
	font-weight: 200;
}
h6{font-size: 1.5em; line-height: 1em; font-weight: 700; margin: 0;}

/*--------------------------------------------------------------
# Button 
--------------------------------------------------------------*/
.button,
.button:visited,
.slideContent a,
.slideContent a:visited{
	background: #fff;
	color: #3f672d;
	border: 2px solid #cfa303;
	padding: 0 40px;
	text-align: center;
	display: inline-block;
	transition: all 0.3s ease 0s;
	border-radius: 0;
	cursor: pointer;
	text-decoration: none;
	font-size:24px;
	line-height: 48px;
	height:48px;
	position: relative;
	margin: 0 20px 0 20px;
	text-transform: uppercase;
	appearance: none; -moz-appearance: none; -webkit-appearance: none; outline: none;
	font-family: 'ConduitITCPro-Regular';
}
.button:hover,
.slideContent a:hover{
	background: #cfa303;
	color:#fff;
	transition: all 0.3s ease 0s;
}

.button:before{
	content: " ";
	width: 20px;
	height: 48px;
	background: #fff url(./images/pattern.png);
	display: block;
	position: absolute;
	left: -20px;
	top: -2px;
	border: 2px solid #cfa303;
}
.button:after{
	content: " ";
	width: 20px;
	height: 48px;
	background: #fff url(./images/pattern.png);
	display: block;
	position: absolute;
	right: -20px;
	top: -2px;
	border: 2px solid #cfa303;
}

.button.small{
	padding: 0 5px;
	height:30px;
	font-size:18px;
	line-height: 28px;
	text-transform: uppercase;
}

.button.small:before,
.button.small:after{
	height:30px;
}

.button.medium,
.button.medium:visited{
	padding: 0 20px;
	height:35px;
	font-size:24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #CEA203;
	text-decoration: none;
}
.button.medium:before,
.button.medium:after{
	height:35px;
}
.button.medium:hover{
	color: #fff;
}



.button.simple{}

.button.simple:before,
.button.simple:after{
	display: none;
}


.button-clear,
.logged-in-as,
.comment-metadata a{
	padding: 5px 15px;
	border-radius: 3px;
	display: inline-block;
	opacity: 0.5;
	font-weight: bold;
	border: 1px solid #d9d9d9;
}

.logged-in-as a{
	padding: 0 5px;
}

.button-clear a, .comment-metadata a{
	text-decoration: none;
}
.button-clear a:hover{
	text-decoration: underline;
}

.bttn{
	display: block;
	background: #3f672d;
	border: none;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	font-size: 25px;
	height: 45px;
	line-height: 45px;
}

.bttn strong{
	font-weight: 600;
}

.bttn.fixed{
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 999;
	width: calc(100% - 40px);
	/*	-webkit-box-shadow: 0px 0px 26px -13px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 26px -13px rgba(255,255,255,1);*/
	box-shadow: 0px 0px 15px 15px rgba(255,255,255,1);
}

.bttn.fixed-top {
    position: fixed;
    bottom: 90px;
    left: 20px;
    z-index: 999;
    width: calc(100% - 40px);
    box-shadow: 0px 0px 15px 15px rgba(255,255,255,1);
}

.bttn:hover{
	background: #000;
}

.button_blank{
	border: none;
	background: none;
	font-size: 14px;
	padding: 7px 10px;
	margin: 19px 0 0 0;
	border: 1px solid #f1f1f1;
	display: inline-block;
	cursor: pointer;
	font-family: 'Roboto';
}

/*--------------------------------------------------------------
# General Page Elements
--------------------------------------------------------------*/
.alignRight{
	text-align: right;
}
.alignCenter{
	text-align: center;
}

.nopad{
	padding-right: 0;
}

.grid ul{
	margin: 0 0 0 20px;
}
.grid li{
	list-style: inherit;
}

table{
	width: 100%;
	border: 1px solid #a5a5a5;
	border-right: none;
	border-bottom: none;
	border-collapse: separate;
    border-spacing: 0;
}

table th{
	border-right: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	padding: 5px;
	background: #d9d9d9;
}

table td{
	border-right: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	padding: 5px;
}
table tr:nth-child(even){
	background: #f9f9f9;
}

.admin_link a {
    /* text-decoration: none; */
    display: block;
    text-align: center;
    padding: 10px 5px;
    background: #fff;
    color: #3f672d;
    font-size: 18px;
    font-family: 'Roboto';
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header{
	height: 100px;
	position: relative;
	background: #fff;
	border: 2px solid #cfa303;
	z-index: 1001;
}

.header .logo{
	margin: 15px 0 0 235px;
	float:left;
}

.header .logo img{
	width: auto;
	height: 66px;
	max-height:100%;
	max-width:100%;

}

.header .block{
	height:96px;
	width: 23px;
	position: relative;
}
.header .block.left{
	border-right: 2px solid #cfa303;
	float:left;
}
.header .block.right{
	border-left: 2px solid #cfa303;
	float:right;
}

.header .social-icons{
	float:right;
	width:63px;
	border-left: 2px solid #cfa303;
}

.header .social-icons ul{
	float:right;
	width:100%;
	position: relative;
}
.header .social-icons ul{
	display: inline-block;
}
.header .social-icons ul li{
	width:100%;
	text-align: center;
	height:48px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-anchor: center;
}

.header .social-icons ul li a{
	display: inline-block;
	max-height:25px;
}

.header .social-icons ul li img{
	height:25px;
	width:31px;
}

.header .quickLinks{
	float:right;
	border-left: 2px solid #cfa303;
	width:110px;
}

.header .quickLinks a{
	position: relative;
	text-align: center;
	display: block;
	height:48px;
	font-size:24px;
	line-height:48px;
	text-decoration: none;
	text-transform: uppercase;
	color: #3f672d;
}

.header .quickLinks a:first-child{
	border-bottom: 2px solid #cfa303;
}

/*.cartAlert{
	display: inline-block;
	position: absolute;
	top: calc(50% - 9px);
	right:10px;
	width:15px;
	height:15px;
	background: #3f662d;
	border-radius: 50%;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
}*/


/*--------------------------------------------------------------
# Header Menu 
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
	.menu-header-menu-container{
		padding: 0px 0 0px 0;
		margin: 20px 0px 0 0;
		float: right;
	}

	.menu-header-menu-container li{
		float: left;
		list-style: none;
	}
	.menu-header-menu-container a{
		display: block;
		padding: 13px 40px;
		font-size: 24px;
		font-weight: 300;
		line-height:1em;
		text-decoration: none;
		color: #3f672d;
		text-transform: uppercase;
	}
	.menu-header-menu-container a:hover,
	.header .quickLinks a:hover{
		color:#000;
	}

	.sub-menu{
	  display: none;
	}
}

#dhide,
.dhide{
        display: none;
}
#mhide{
        display: block;
}

.mobileMenu{
    display: none;
}

/*--------------------------------------------------------------
# Front Page
--------------------------------------------------------------*/

/* Hero Slider */

.heroSlide .text{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 60px 100px;
}

.heroSlide h3{
	background: none;
	color: #fff;
	padding:0;
	margin:0;
	font-size: 80px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.heroSlide p{
	color:#fff;
	padding:0;
	margin:0;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.row.vTop .col{
	vertical-align: top;
}

.row.vTopTwo .col:nth-child(2){
	vertical-align: top;
}

.frontPage .upper_section .row .col{
	
}

.frontPage .upper_section .col:nth-child(1){
	width:62%;
	border-right: 2px solid #cfa303;	
}

.frontPage .upper_section .col:nth-child(1) img{
	float:left;
}

.frontPage .upper_section .col:nth-child(2){
	border-bottom: 2px solid #cfa303;
	border-right: 2px solid #cfa303;	
}

.frontPage .upper_section .col:nth-child(2) .wrap{
	padding: 40px 40px 0 40px;
	display: inline-block;
	width: 100%;
}

.frontPage .upper_section .col:nth-child(2) .image{
	display: inline-block;
	width:100%;
	text-align: center;
	margin:10px 0;
}

.frontPage .upper_section .heading{
	border-bottom: 2px solid #cfa303;

	display: inline-block;
	width: 100%;
}

.frontPage .upper_section a,
.frontPage .upper_section a:visited{
	text-decoration: none;
}
/*
.frontPage .upper_section h2{
	display: block;
	background: #fff;
	font-size: 52px;
	line-height: 1em;
	padding: 5px 0;
	margin:0;
	text-transform: uppercase;
	font-family: 'ConduitITCPro-Medium';
	color:#3f672d;
}
*/
.frontPage .upper_section .heading h3{
	display: inline-block;
	
}

.frontPage .upper_section h5{

}

.frontPage .upper_section .image{

}

.frontPage .upper_section .image img{
	max-height: 300px;
	width: auto;
	height: auto;
	max-width: 100%;
}

a.buy_button{
	text-decoration: none;
	border: 2px solid #cfa303;
	display: block;
	width:420px;
	height:48px;
	line-height:50px;
	text-transform: uppercase;
	text-align: center;
	font-size:40px;
	overflow:hidden;
	color:#3f672d;
	margin: 20px auto 0 auto;
	font-weight: 600;
}

a.buy_button *{
	 /*transition: all 0.3s ease 0s;*/
}

a.buy_button .leftBlock,
a.buy_button .rightBlock{ width:20px;height:48px; }
a.buy_button .leftBlock{ border-right: 2px solid #cfa303; }
a.buy_button .rightBlock{ border-left: 2px solid #cfa303; }

a.buy_button .split{ width:60px; height:48px;}
a.buy_button .split.left{ border-right: 2px solid #cfa303; }
a.buy_button .split.right{ border-left: 2px solid #cfa303; }

a.buy_button .split div{ height: 23px; border-bottom: 2px solid #cfa303; }
/*
a.buy_button:hover{ border: 2px solid #3f672d;}
a.buy_button:hover > .leftBlock{ border-right: 2px solid #3f672d; }
a.buy_button:hover > .rightBlock{ border-left: 2px solid #3f672d; }
a.buy_button:hover >  .split.left{ border-right: 2px solid #3f672d; }
a.buy_button:hover >  .split.right{ border-left: 2px solid #3f672d; }
a.buy_button:hover >  .split div{ border-bottom: 2px solid #3f672d; }
*/
a.buy_button.small{
	text-decoration: none;
	border: 2px solid #cfa303;
	display: inline-block;
	width: auto;
	height:35px;
	line-height:35px;
	text-transform: uppercase;
	text-align: center;
	font-size:24px;
	overflow:hidden;
	color:#cfa303;
	margin: 20px 0 0 0;
}
a.buy_button.small span{
	padding:0 10px;
}

a.buy_button:hover{
	color:#fff;
	background: #cfa303;

}

.section{
	padding:90px 0;
	display: inline-block;
	width:100%;
}

.section .lft{
	width:67%;
}

.section p{
	margin:10px 0;
	padding:0 40px 0 0;
}

.section p,
.section li{
	font-size: 28px;
	line-height:1.25em;
}

.section ul{
	padding:15px 0 10px 0;
	list-style: none;
}

.section li{
	padding:10px 40px 10px 20px;
}

.section ul li::before {
  content: "\2022"; 
  color: #cfa303;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  left: 0px;
  position: absolute;
}

.section h1{
	display: block;
    font-size: 48px;
    line-height: 1.2em;
    padding: 5px 0;
    margin: 0;
    text-transform: uppercase;
    font-family: 'ConduitITCPro-Medium';
   /* color: #3f672d;*/
   color: black!important;
}

.row.outline{
	border: 2px solid #cfa303;
}

.row.outline .col:nth-child(1){
	border-right: 2px solid #cfa303;
}

.section .col{
	position: relative;
}

.upperBar{
	position: absolute;
	top: 0;
	border-bottom: 2px solid #cfa303;
}

.upperBar .col{
	height:35px;
}

.upperBar .col:nth-child(1){
	width:70%;
	border-right: 2px solid #cfa303;
}

.upperBar .col:nth-child(1):before{
	width: 100%;
	height:2px;
	background: #cfa303;
	margin-top: 13px;
	position: absolute;
	content: ' ';
}

.prodBox{
	height: 580px;
}

.prodBox a{
	text-decoration: none;
}

.prodBox .col:nth-child(1) img{
	padding: 40px;
}

.prodBox .wrap{
	padding: 50px 20px 20px 20px;
}

.prodBox h5{
	padding:0;
	margin:0;
}

.prodBox .imgbuffer img{
	margin-bottom:70px;
}

.prodBox a.buy_button{
	position: absolute;
	bottom:30px;
	left: calc( 50% - 210px);
}

.prodBox .heading{
	text-align: left;
	position: absolute;
	bottom:0;
	width:100%;
	border-top: 2px solid #cfa303;
}

.prodGrid .heading{
	border-bottom: 2px solid #cfa303;
}
.prodGrid .heading{
	margin: 0;
	display: inline-block;
	width: 100%;
}

.prodBox .heading h3{
	display: inline-block;
}

.prodGrid .heading h3{
	background: #fff;
    line-height: 1em;
    padding: 5px 50px 0 5px;
    margin: 15px 15px;
    text-transform: uppercase;
    font-family: 'ConduitITCPro-Medium';
    color: #3f672d;
    display: inline-block;
}

.prodGrid *{
	box-sizing: border-box;
}

.prodGrid,
.postGrid{
	display: grid; 
	grid-template-rows: 1fr; 
	grid-column-gap: 20px;
	grid-row-gap: 20px; 
	padding: 30px 0 0 0;
}

.prodGrid a.buy_button{
	width: 95%;
	font-weight: 600;
	max-width: 420px;
}

.two{
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.three{
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.prodGrid .dCol,
.postGrid .dCol{
	border: 2px solid #cfa303;
	position: relative;
}

.prodGrid .row.meta{
	position: absolute;
	bottom: 0;
}
.prodGrid .content{
	padding-bottom: 47px;
}

.prodGrid .image{
	width:100%;
	text-align: center;
	padding:20px 10px 5px 10px;
	height: 250px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.prodGrid .image img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 240px;
}

.prodGrid .wrap,
.postGrid .wrap{
	padding: 20px;
	display: inline-block;
	width: 100%;
}

.prodGrid .descriptionWrap{
	padding: 20px 20px 20px 0;
	font-family: 'Roboto';
	font-size: 18px;
	line-height: 24px;
}

.prodGrid h2{
	line-height: 1em;
	padding: 10px 0;
}

.prodGrid h3{
	margin: 14px 20px 0 20px;
	padding:0;
}
.prodGrid h3 a{
	color: #3f672d;
}
.prodGrid h6{
	margin: 5px 20px 13px 20px;
	padding:0;
	text-transform: uppercase;
	font-family: 'Roboto';
	font-weight: 200;
	font-size: 19px;
	color: #598c3f;
}

.prodGrid a,
.postGrid a{
	text-decoration: none;
}
.prodGrid p{
	padding: 0;
	margin: 0;
	font-size: 26px;
	line-height: 30px;
}

.featuredProd{
	border-bottom: 2px solid #cfa303;
}

.featuredProd div{
    background: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 1em;
    text-transform: uppercase;
    margin: 7px 10px;
    padding: 5px 20px 2px 5px;
    letter-spacing: 1.3px;
}

.prodGrid .meta{
	margin: 5px 20px;
	width: calc(100% - 40px);
	border-top: 1px solid #cfa303;
	padding: 15px 0 10px;
	letter-spacing: 0px!important;
	font-size: 16px!important;
}

.postGrid .meta{
	margin: 10px 0 0 0;
	width: 100%;
	border-top: 1px solid #cfa303;
	padding: 0 0 0 0;
	font-size: 16px!important;
}

.prodGrid.two .col:nth-child(1) .content{
	padding-left: 0;
	margin-left: 0;
}

.qLink a{
	opacity: 0.5;
}

.qLink .active{
	opacity: 1;
}

.section.narrow{
	padding-top: 20px;
	padding-bottom: 20px;
}

.pd{
	padding: 0 0 40px 0;
	display: inline-block;
	width:100%;
}

.postGrid .image{
	padding: 0;
}

.postGrid .image img{
	width: 100%;
}

.postGrid h3{
	padding:0;
	margin:0;
	line-height:1em;
}
.postGrid span{
	font-size: 16px;
	line-height: 1em;
	margin:0;
	padding: 15px 0 0 0;
	display: block;
	font-family: 'Roboto';
	color: #598B3F;
}

.blog .postGrid{
	padding-top: 10px;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.page{
	padding: 30px 0;
	display: inline-block;
	width: 100%;
}
.page.archive{
	padding-bottom: 60px;
}

.subpage{
	padding: 30px 0 60px 0;
	display: block;
	width: 100%;
	max-width: 1185px;
	margin: 0 auto;
}

.subpage.thin{
	max-width: 980px;
}

.page .sidebar{
	width: 330px;
	float:left;
	border: 2px solid #cfa303;
	margin-right: 20px;
}

.page .sidebar .topbar{
	height: 25px;
	border-bottom: 2px solid #cfa303;
}

.page .sidebar .content{
	padding: 20px;
}

.page hr{
	height: 1px;
	width: 100%;
	background: #cfa303;
	border: none;
}

.page .sidebar h3{
	font-size: 18px;
	padding: 0;
	margin: 0;
	text-transform: capitalize;
	font-weight: 200;
	font-family: 'Roboto';
}

.page .rightContent{
	width: calc(100% - 350px);
	float:right;
}

.page .rightContent.full{
	width: 100%;
}

.page .subHero{
	width: 100%;
	height: 300px;
}

.archive .arc-title{
	font-size: 35px;
	font-weight: 300;
}

.archive .arc-title span{
	opacity: 0.5;
}

.archive .meta{
	font-family: 'Roboto';
	letter-spacing: 1.3px;
	font-size: 18px;
	padding-top: 7px;
}

.archive .meta label{
	padding-right: 5px;
}

.archive .meta,
.archive .meta a,
.post .meta a{
	text-decoration: none;
	color: #3f672d;
}

.post .meta,
.post .meta a{
	color: #598B3F;
}

.archive .meta a:after{
	border-right: 2px solid #d9d9d9;
	content: ' ';
	margin: 0 7px 0 0;
}

.archive .meta a:last-child:after{
	border-right: none;
}

.archive .sidebar h3{
	display: block;
	padding: 5px 0;
	line-height: 1em;
	margin: 0;
	letter-spacing: 1.3px;
}

.archive .sidebar h3.accordion-toggle{
	font-weight: 600;
	background: url('./images/arrow_down.png') right 6px no-repeat;
	cursor: pointer;
}

.archive .sidebar ul{
	padding: 5px 0;
	position: relative;
	margin: 0;
}

.archive .sidebar ul li{
	position: relative;
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0;
}

.archive .sidebar ul li::before {
    content: "\2022";
    color: #cfa303;
    font-weight: normal;
    display: inline-block;
    width: 1em margin-left: -1em;
    left: 0px;
    position: absolute;
    top: 4px;
}

.archive .sidebar ul li a{
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-family: 'Roboto';
	line-height: 29px;
	color: #598c3f;
}

/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
.archive .entry{
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #d9d9d9;
	padding: 20px 20px 20px 20px;
	border-radius: 3px;
}

.archive .entry .image{
	width: 400px;
}

.archive .entry .image img{

}

.archive .entry h2{
	padding: 0;
	margin: 0;
}

.archive .entry .button{

}

.archive .entry .button-clear{
	font-style: italic;
	margin-right: 10px;
}

/*--------------------------------------------------------------
# Post
--------------------------------------------------------------*/

.postWrap .post{
	padding-top: 15px;
}
.post .entry .featured{
	width: 100%;
	display: inline-block;
	text-align: center;
}

.post_featured{
	max-width: 920px;
	margin: 30px auto 0 auto;
	text-align: center;
}

/*--------------------------------------------------------------
# Commerce
--------------------------------------------------------------*/

.inputs label{
	display: block;
}
/*
.inputs [type="text"],
.inputs [type="number"],
.inputs [type="email"],
.inputs [type="tel"],
.inputs [type="password"],
.inputs select,
.inputs textarea{
	width: 100%;
	border-radius: 0;
	padding: 5px 10px;
	line-height: 1em;
	border: 1px solid #000;
	height: 32px;
}
*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer{
	border: 2px solid #cfa303;
	display: inline-block;
	width:100%;
}

.footer .row.main .col:nth-child(1),
.footer .row.main .col:nth-child(5){ width: 23px; }

.footer .row.main .col:nth-child(1){ border-right: 2px solid #cfa303; }
.footer .row.main .col:nth-child(5){ border-left: 2px solid #cfa303; }

.footer .row.main .split{ width: 173px; position: relative;}
.footer .row.main .split:nth-child(2){
	border-right: 2px solid #cfa303; 
}
.footer .row.main .split:nth-child(4){
	border-left: 2px solid #cfa303; 
}

.footer .row.main .split .top,
.footer .row.main .split .bottom{
	width: 100%;
	height: 50%;
	border-bottom: 2px solid #cfa303;
}

.footer .row.main .split .top div{
	width:2px;
	background: #cfa303;
	height:50%;
	margin:0 0 0 calc(50% - 2px);
	top:0;
	position: absolute;
}

.footer .row.main .split .bottom div{
	width:2px;
	background: #cfa303;
	height:50%;
	margin:0 0 0 calc(50% - 2px);
	bottom:0;
	position: absolute;
}

.row_ft { width: 100%; display: table; table-layout: fixed; }
.col_ft { display: table-cell; padding: 0 0 0 0; vertical-align: middle;}

.row_ft.vTop .col_ft{
	vertical-align: top;
}

.footer .row_ft{
	padding: 30px 0 50px 0;
}

.footer .row_ft .col_ft:nth-child(1){
	width: 30%;
}

.footer .row_ft .col_ft:nth-child(3){
	width: 32%;
}

.footer .logo img{
	height: 66px;
	margin-bottom: 17px;
}

.footer address{
	color: #91a887;
	font-style: normal;
	font-size: 21px;
	line-height: 30px;
	font-family: 'Roboto'; 
}

.footer address p{
	padding: 0;
	margin: 0;
}

.footer address a{
	color: #3f672d;
	text-decoration: none;
	display: block;
	padding: 15px 0;
}

/*--------------------------------------------------------------
# Social Icons
--------------------------------------------------------------*/

.footer .social-icons{
	display: inline-block;
	width: 100%;
	margin: 8px 0 0 0;
}

.footer .social-icons ul{
	margin: 0;
	padding: 0;
}

.footer .social-icons ul li{
	display: inline-block;
	list-style: none;
	padding: 2px 10px 2px 0;
}

.footer .social-icons a{
	display: block;
}

.footer .social-icons img{
	height: 26px;
	width: 26px;
}

.footer .social-icons a:hover{
	opacity: 0.7;
}

.footer h5{
	padding: 20px 0 10px 0;
	font-family: 'ConduitITCPro-Medium';
	font-weight: 500;
	color: #3F672D;
}

ul.ft-menu{
	padding:0;
	margin:0;
}
ul.ft-menu li{
	list-style: none;
	padding:0;
	margin:0;
}
ul.ft-menu li a{
	display: block;
	text-decoration: none;
	font-size: 21px;
	color: #3f672d;
	padding: 7px 20px 10px 0;
	font-family: 'Roboto';
}

ul.ft-posts li a{
	color: #91a887;
}

.footer .row_ft .ftM:nth-child(4){
	padding-top: 12px;
}

.footer .copyright{
	border-top: 2px solid #cfa303;
	padding: 25px 0;
	font-family: 'Roboto'; 
}

.footer .copyright p{
	padding: 0;
	margin: 0;
	font-size: 21px;
}
.footer .copyright,
.footer .copyright a{
	color: #91a887;
	text-decoration: none;
} 

/*--------------------------------------------------------------
# Contact Form 7 - Forms 
--------------------------------------------------------------*/

.wpcf7-form p{
	padding: 0;
	margin: 10px 0;
}
.wpcf7-form-control-wrap{
	padding: 7px 0;
	display: inline-block;
	width: 100%;
}
.wpcf7-text,
input[type="search"]{
	background: #fff;
	border: 2px solid #cfa303;
	padding: 8px 12px;
	width: 100%;
	font-size: 22px!important;
	transition: all 0.3s ease 0s;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none; 
	outline: none;
	border-radius: 0;
}
.wpcf7-text:focus, .wpcf7-textarea:focus, input[type="search"]:focus,
.comment-form-comment textarea:focus{
	transition: all 0.3s ease 0s;
	background: #f9f9f9;
	border: 2px solid #cfa303;
}
.wpcf7-textarea, .comment-form-comment textarea{
	background: #fff;
	border: 2px solid #cfa303;
	padding: 8px 12px;
	width: 100%;
	font-size: 22px!important;
	transition: all 0.3s ease 0s;
	max-height: 200px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none; 
	outline: none;
	border-radius: 0;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	border: 2px solid #cfa303!important;
}

.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-mail-sent-ok{
	display: inline-block!important;
	width: calc(100%)!important;
	clear: both!important;
	margin: 10px 0!important;
}

.wpcf7-not-valid-tip{
	display: none!important;
}

.wpcf7-not-valid{
	background: #fde4e4;
}

.wpcf7-form-control{
	overflow:inherit!important;
}

.wpcfButton{
	display: inline-block;
	padding: 5px 22px 0 22px
}

.wpcfButton br{
	display: none;
}

.wpcfButton span{
	width: 13px;
	height: 35px;
	border-top: 2px solid #cfa303;
	border-bottom: 2px solid #cfa303;
	background: #fff url(./images/pattern.png);
	display: inline-block;
	float:left;
}

.wpcfButton span.left{
	border-left: 2px solid #cfa303;
}

.wpcfButton span.right{
	border-right: 2px solid #cfa303;
}

.wpcfButton *{
	 transition: all 0.3s ease 0s;
}

.wpcf7-submit{
	position: relative;
	text-decoration: none;
	border: 2px solid #cfa303;
	display: inline-block;
	width: auto;
	height:35px;
	line-height:33px;
	text-transform: uppercase;
	text-align: center;
	font-size:24px;
	color:#cfa303;
	margin: 0;
	padding:0 35px;
	font-family: 'ConduitITCPro-Regular';
	float: left;
	cursor:pointer;
	background: #fff;
	outline:0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none; 
	outline: none;
	border-radius: 0;
}

.wpcf7-submit:hover{
	background: #cfa303;
	color:#fff;
}

.wpcfButton .ajax-loader{
	display: none!important;
}

/*--------------------------------------------------------------
## Swiper Overrides
--------------------------------------------------------------*/
.swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }

	.swiper-container.gallery-top{
		height: 550px;
	}

	.swiper-slide {
	    width: 100%;
	    height: 100%;
	}

    .gallery-top {
      height: 80%;
      width: 100%;
    }

    .gallery-top .cell img {
	    max-height: 100%;
	    max-width: 100%;
	    width: auto;
	    height: auto;
	}

    .gallery-top .cell{
    	width: 100%;
    	height: 550px;
    	text-align: center;
    }

    .gallery-thumbs {
      height: 140px;
      box-sizing: border-box;
      padding: 10px 0;
    }
    
	.gallery-top .imgWrap img,
    .gallery-thumbs img{
    	max-width: 100%;
    	max-height: 100%;
    	width: auto;
    	height: auto;
    }

    .glth{
		border: 2px solid #cfa303;
		margin: 50px 0 0 0;
		display: inline-block;
		width: 100%;
    }

    .glth .col:nth-child(1),
    .glth .col:nth-child(3){
    	width: 25px;
    	position: relative;
    	z-index: 100;
    }

    .glth .col:nth-child(1){
    	border-right: 2px solid #cfa303;
    }
    .glth .col:nth-child(3){
    	border-left: 2px solid #cfa303;
    }

    .gallery-thumbs{
    	/* overflow: hidden; */
    	padding: 10px 0;
    }

    /*.gallery-thumbs .imgWrap{
    	width: 100%;
    	height: 120px;
    	text-align: center;
    }*/

    .gallery-thumbs .cell{
    	width: 100%;
    	height: 120px;
    	text-align: center;
    }

    .gallery-thumbs .swiper-wrapper{
    	width: calc(100% + 4px);
    	margin-left: -2px;
    }

    .gallery-thumbs .swiper-slide {
      width: 25%!important;
      height: 100%;
      padding: 0 10px;
    }
    .gallery-thumbs .swiper-slide img{
      opacity: 0.4;
    }
    .gallery-thumbs .swiper-slide-thumb-active img {
      opacity: 1;
    }

    .gallery-thumbs .swiper-slide:after{
    	content: " ";
    	position: absolute;
    	right: 0;
    	top: 0;
    	background: #cfa303;
    	width: 2px;
    	height: 100%;
    }

    .gallery-thumbs .swiper-slide:last-child:after{
    	display: none;
    }

    .swiper-thumbs-button-next,
    .swiper-gallery-button-next,
    .swiper-thumbs-button-prev,
    .swiper-gallery-button-prev,
    .swiper-hero-button-next,
    .swiper-hero-button-prev{
    	width: 30px!important;
    	height: 30px!important;
    	border: 2px solid #cfa303!important;
    	border-radius: 50%!important;
    	z-index: 101;
    	top: calc(50% + 7px);
    	
    }

    .swiper-thumbs-button-next{
    	right: -15px;
    	background: #fff url(./images/arrow_right.png) center no-repeat!important;
    }

    .swiper-thumbs-button-prev{
    	left: -15px;
    	background: #fff url(./images/arrow_left.png) center no-repeat!important;
    }

    .swiper-gallery-button-next,
    .swiper-hero-button-next{
    	right: 10px;
    	background: #fff url(./images/arrow_right.png) center no-repeat!important;
    }

    .swiper-gallery-button-prev,
    .swiper-hero-button-prev{
    	left: 10px;
    	background: #fff url(./images/arrow_left.png) 6px center no-repeat!important;
    }


/*--------------------------------------------------------------
## Swiper Videos
--------------------------------------------------------------*/
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-thumb .cell:after {
  content:'';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-left: -10px;
  margin-top: -14px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 20px solid rgb(255,255,255);
  border-bottom: 12px solid transparent;
  transform: scale(1);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}


.pattern{
	background: #fff url(./images/pattern.png);
}


.payment_option label{
	cursor: pointer;
}

.payment_option .option{
	display: none;
}


.popupOverlay{
	display: none;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.cascadePopup,
.cascadePopup_returns{
  display: none;
  width: 500px;
  background: #fff;
  position: absolute;
  z-index: 10001;
  left: calc(50% - 250px);
  top: 100px;
  padding: 10px;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 45px -12px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 45px -12px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 45px -12px rgba(0,0,0,0.75);
  text-align: left;
  border: 2px solid #cfa303;
}

.cascadePopup.sixfifty{
	width: 650px;
	left: calc(50% - 325px);
}

.cascadePopup .content,
.cascadePopup_returns .content {
    background: #fff;
    padding: 10px 20px 20px 20px;
}

.cascadePopup h3{
	margin-left:0;
	padding-left:0;
}

.cascadePopup .row{
  margin: 5px 0;
}
.cascadePopup label{
  width: 145px;
  display: inline-block;
}
.cascadePopup input[type="text"],
.cascadePopup input[type="number"],
.cascadePopup input[type="password"],
.cascadePopup input[type="email"],
.cascadePopup select
{
  width: 290px;
}
.cascadePopup .button{
  margin-top: 20px;
  margin-left: 163px;
}

.cascadePopup_returns th{
	font-size: 15px;
}

.cascadePopup_returns label{
	display: inline-block;
	width: 100%;
	max-width: 100%;
	font-size: 18px;
	padding: 10px 0;
}
.cascadePopup_returns input[type="number"]{
	padding: 5px;
	font-size: 15px;
	height: auto;
	width: 80px;
	text-align: center;
	color: #3f672d;
}

.cascadePopup_returns .inputs textarea{ 
	font-size: 17px;
	width: 100%;
}

.cascadePopup_returns button{
	margin-top: 20px;
	float: right;
}

.cascadePopup_returns .lst label,
.cascadePopup_returns .lst span{
	margin: 0;
	padding: 0;
	width: auto;
	font-size: 13px;
}

.cascadePopup_returns .lst li{ 
	padding: 0;
	margin: 0;
	line-height: 1em;
}

.cascadePopup .payment_methods label{
	width: 100%;
	display: block;
}

.cascadePopup .option label{
	font-size: 12px!important;
	line-height: 15px!important;
	padding: 3px 0;
}

.cascadePopup .option input[type="number"],
.cascadePopup .option select{
	border: 1px solid #C6C6C6;
	font-size: 13px!important;
	padding: 5px 10px;
	line-height: 17px;
	height: auto;
	width: 100%;
}

.cascadePopup .creditCardWrap {
	border: 1px solid #C6C6C6;
	margin: 10px 0 0 0;
}

.cascadePopup .copyButton .button {
	margin: 0 0 10px 14px;
}

/* product-single */
.product-single { 
	padding: 40px 0;
	display: inline-block;
	width: 100%;
}

.product-single h5 {
	font-weight: 200;
	letter-spacing: 1.3px;
	line-height: 1em;
	font-family: 'Roboto';
	color: #598c3f;
}

.product-single h2 {
	font-size: 65px;
	line-height: 1em;
	letter-spacing: 1.3px;
	padding:5px 0;
	margin:0;
}

.product-single .leftCol{
	float: left;
	width: 50%;
}

.product-single .rightCol{
	float: right;
	width: 50%;
}

.product-single .wrap{
	max-width: 560px;
	float:right;
}
.product-single .shortDesc p{
	padding:0;
	margin:8px 0;
	font-size: 18px;
	line-height: 24px;
	color: #598c3f;
	font-family: 'Roboto';
	font-weight: 200;
}

.product-single .moreLink{
	font-size: 18px;
	color: #3f672d;
	font-family: 'Roboto';
	letter-spacing: 1.3px;
}

.product-single .prodOptions{
	padding: 0;
	margin: 30px 0;
	border: 2px solid #cfa303;
	width: 100%;
	position: relative;
	display: inline-block;
}

.product-single .prodOptions .col:nth-child(1){
	width: 25px;
	border-right: 2px solid #cfa303;
}
.product-single .prodOptions .col:nth-child(2){
	padding: 20px;
}

.product-single .prodOptions .options .optionWrap{
	display: inline-block;
	width: 100%;
	margin: 5px 0;
}

.product-single .prodOptions .options label{
	width: 35%;
	display: inline-block;
	float:left;
	text-transform: uppercase;
	font-size: 18px;
	line-height:30px;
	letter-spacing: 1.3px;
}
.product-single .prodOptions .options input,
.product-single .prodOptions .options select{
	width: 65%;
	display: inline-block;
	float:left;
}

.product-single .prodOptions .options input,
.product-single .prodOptions .options select,
.archive select{
	border: 1px solid rgba(63,103,45, 0.45);
	border-radius: 0;
	background: #fff;
	font-size: 16px;
	padding: 7px 15px;
	font-family: 'Roboto';
	margin: 0px 0 0 0;
}

.product-single .prodOptions .options select,
.archive select{
	background-image:
    linear-gradient(45deg, transparent 50%, #3f672d 50%),
    linear-gradient(135deg, #3f672d 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
	  background-position:
	    calc(100% - 19px) calc(1em - 6px),
	    calc(100% - 12px) calc(1em - 6px),
	    calc(100% - 2.5em) 0.5em;
	  background-size:
	    7px 7px,
	    7px 7px,
	    1px 1.5em;
	  background-repeat: no-repeat;
	  padding-right: 40px;
}

.product-single .prodOptions .options select{
	margin-bottom: 5px;
}

.product-single .prodOptions .button{
	margin: 0;
	font-size: 28px;
	height: 39px;
	line-height: 39px;
	font-weight: 600;
	padding-left: 45px;
	padding-right: 45px;
}

.product-single .tabbed{
	border: 2px solid #cfa303;
	display: inline-block;
	width: 100%;
	margin: 40px 0 0 0;
}

.product-single .tabbed .tabs{
	border-bottom: 2px solid #cfa303;
	text-align: center;
}

.product-single .tabbed .tabs .col{
	border-right: 2px solid #cfa303;
	padding:10px 10px;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 1.3px;
}

.product-single .tabbed .tabs .col:last-child{
	border-right: none;
}

.product-single .tabbed .desc{
	padding: 0 20px;
}

.product-single .tabbed .desc p{
	font-family: 'Roboto';
	font-size: 18px;
	line-height: 24px;
}

.product-single .mainImage{
	width: 100%;
	height: 552px;
	border: 2px solid #cfa303;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.product-single .mainImage img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.product-single .qty_field{
	float: right;
	border: 1px solid rgba(63,103,45, 0.45);
	border-radius: 0;
	background: #fff;
	font-size: 16px;
	padding: 0 15px;
	font-family: 'Roboto';
	height: 32px;
	line-height: 32px;
	max-width: 65%;
	width: 100%;
}

.product-single .qty_field.full{
	padding-right: 0;
}
.product-single .qty_field.full .qty{
	width: 115px;
    text-align: center;
}

.product-single .qty_field.rows label{
	width: calc(100% - 115px);
	float:left;
	font-family: 'Roboto';
	position: relative;
}

.product-single .qty_field.rows label:after{
	border-right: 1px solid rgba(63,103,45, 0.45);
	right: 0;
	top: 4px;
	height: 22px;
	width: 1px;
	content: " ";
	position: absolute;
}

.product-single .qty_field.rows input{
	width: 75px;
	height: 30px;
	border: none;
	text-align: right;
	float:left;
	font-family: 'Roboto';
	font-size: 16px;
	padding: 0 5px;
	font-weight: 600;
}
.product-single .qty_field.rows span{
	width: 40px;
	float:left;
	font-family: 'Roboto';
}

.product-single .priceAction{
	float:right;
	max-width: 65%;
	width: 100%;
	font-family: 'Roboto';
	font-size: 16px;
}

.product-single .priceAction .row{
	padding: 7px 0;
}

.product-single .priceAction .stock_status{
	float: left;
}

.product-single .priceAction .prc{
	float: right;
}

.product-single .priceAction .total{
	float: right;
}

.product-single .priceAction .pwrap{
	min-width: 100px;
	padding-left: 15px;
	text-align: right;
	display: inline-block;
	float:left;
}

.product-single .priceAction label{
	float:left;
}

.product-single .priceAction sup{
	font-size: 10px;
	float:left;
	margin-top: -2px;
}

.product-single .priceAction span{
	float:right;
	text-align: right;
}

.product-single .priceAction .partNum{
	display: none;
}

.product-single .priceAction .row,
.bttmbrd{
	border-bottom: 1px solid rgba(63,103,45, 0.45);
}

.product-single .priceAction .nobod{
	border-bottom: none;
}

/* Mega Menu */
.megaMenu{
	width: 970px;
	background: #fff;
	margin: 0 auto;
	position: absolute;
	top: 96px;
	left: calc(50% - 485px);
	z-index: 999;
	border: 2px solid #cfa303;
}

.megaMenu .content{
	padding: 15px 10px 0 10px;
	margin-bottom: 0;
	position: relative;
}

.megaMenu h3{
	font-size: 23px;
	padding: 0;
	margin:0;
}

.megaMenu ul{
	padding: 5px 0;
	margin: 0 0 0 0;
}

.megaMenu ul li{
	list-style-type: none;
	background: url(./images/dash.png) left center no-repeat;
	margin: 0;
	padding: 0 0 0 20px;
}

.megaMenu ul li a{
	display: block;
	text-decoration: none;
	font-size: 18px;
	line-height: 1em;
	font-family: 'Roboto';
	padding: 5px 25px 5px 0;
	color: #3F672C;
	font-weight: 500;
	background-position: right 15px center;
}

.megaMenu ul li a:hover{
	color: #000;
	background: url(./images/hover-active.png) right 15px center no-repeat;
}

.megaMenu .rightM li a{
	font-weight: 200;
	font-family: 'Roboto';
	font-size: 18px;
}

.megaMenu .middleSplit{
	width: 25px;
	border-right: 2px solid #cfa303;
	border-left: 2px solid #cfa303;
}

.megaMenu .bottom .col{
	border-top: 2px solid #cfa303;
}

.megaMenu .leftWrp{
	width: 50%;
	float:left;
	position: relative;
}

.megaMenu .rightWrp{
	width: 50%;
	float:left;
	position: relative;
	padding: 37px 0 0 0;
}

.megaMenu .buyBttn .buy_button{
	margin:0;
	border:0;
	width: 100%;
}

.megaMenu .smallFnt .buy_button{
	font-size: 28px;
	font-weight: 600;
}

.megaMenu .smallFnt.brown .buy_button{
	color: #cfa303;
}

.megaMenu .smallFnt .buy_button:hover{
	color: #fff;
}

.megaMenu .prodItem{
	padding: 20px;
}

.megaMenu .prodItem a{
	text-decoration: none;
}

.megaMenu .prodItem h2{
	font-size: 35px;
	line-height: 1em;
	margin:0;
	padding:0;
}

.megaMenu .prodItem h5{
	font-weight: 300;
	font-family: 'Roboto';
	font-size: 18px;
}

.megaMenu .popupImage{
    height: 400px;
    vertical-align: middle!important;
    text-align: center;
}
.megaMenu .popupImage img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

/* Account */
.account{
	padding-bottom: 80px;
}

.account h3{
	margin:0;
	padding:0;
	font-weight: 200;
	border-bottom: 2px solid #cfa303;
	margin-bottom: 0;
}

.account .cTable,
.billing .cTable{
    font-size: 18px;
}

.account .col p{
	margin: 0;
	padding: 20px 0;
	font-family: 'Roboto';
	font-size: 18px;
}

.account .col .button{
	color: #cfa303;

}
.account .col .button:hover{
	color: #fff;
}

.account .col .content{
	padding: 15px 25px 15px 0;
	margin: 0;
}

.cTable{
	margin: 0 0 20px 0;
	display: inline-block;
	width: 100%;
	font-family: 'Roboto', sans-serif;
}

.cTable .thead{
	font-weight: 600;
}

.cTable .row{
	border-bottom: 2px solid #cfa303;
	padding: 20px 0;
}

.cTable a{
	text-decoration: none;
	color: inherit;
}

.cTable .tfoot label{
	display: block;
	font-size: 18px;
	padding: 5px 0;
}

.cTable .tfoot .col:nth-child(1) label{
	color: #93AA89;
}

.finalize .cTable{
	font-size: 18px;
	line-height: 1.2em;
}

.finalize .cTable .row{
	padding: 15px 0;
}

.inputs [class*="col-"]{
	padding-top: 5px;
}

.inputs [type="text"], .inputs [type="password"], .inputs [type="email"], .inputs [type="tel"], .inputs [type="number"], .inputs select, .inputs textarea{
	border: 2px solid #cfa303;
	padding: 10px 10px;
	height: 47px;
	line-height: 47px;
	line-height: 1em;
	font-size: 21px;
	background: #fff;
	/* width: 100%; */
	border-radius: 0;
}
.inputs textarea{
	min-height: 90px;
}

.finalize .inputs label{
	font-size: 14px;
	display: inline-block;
	line-height: 25px;
	color: #3F672D;
	font-family: 'Roboto', sans-serif;
}

.inputs select{
	background-image: linear-gradient(45deg, transparent 50%, #E0E6EA 50%), linear-gradient(135deg, #E0E6EA 50%, transparent 50%);
    background-position: calc(100% - 20px), calc(100% - 13px), calc(100% - 2.5em) 0.5em;
    background-size: 7px 7px, 7px 7px, 1px 1.5em;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
/*
.finalize .cTable .row:last-child{
	border-bottom: none;
}
*/

.finalize h3{
	padding-bottom: 0;
	margin-bottom: 0;
}

.finalize .wwrap.one{
	max-width: 720px;
	margin: 0 auto;
}
.finalize .wwrap.two{
	max-width: 350px;
}

.form label {
    font-size: 14px;
    padding: 0 0 4px 0;
    font-family: 'Roboto';
}

.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form input[type="tel"],
.form select{
	width: 100%;
	font-family: 'Roboto';
	font-size: 14px;
}

.form p {
    padding: 0;
    margin: 10px 0 00px 0;
}

.inputs h3{
	padding-left: 0;
	margin-left: 0;
}


.shipping-options {
    display: inline-block;
}

.shipping_methods h3 {
    font-size: 18px;
    padding: 0 0 10px 0;
    /* text-transform: inherit; */
}

.payment_methods .row .col:nth-child(1),
.shipping_methods .row .col:nth-child(1){
	width: 50px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 1.3em;
}
.payment_methods .row .col:nth-child(2) label,
.shipping_methods .row .col:nth-child(2) label{
	font-size: 18px;
	cursor: pointer;
}
.shipping_methods .row .col:nth-child(3){
	width: 150px;
	text-align: right;
}

.shipping_methods{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}

label#shipInput {
    font-size: 18px;
    cursor: pointer;
}

#shipInput input{
	float:left;
	margin-right: 8px;
}

/* Post */
.post{
	padding: 40px 0;
	max-width: 920px;
	margin: 0 auto;
}
.post .head{
	height: 77px;
	border: 4px solid #cfa303;
	margin: 0 0 10px 0;
}

.post h2{
	font-size: 42px;
	font-weight: 500;
}

.post h3{
	margin-left: 0;
	padding-left: 0;
}

.post .meta{
	padding: 0 0 10px 0;
}

.post .entry{
	font-family: 'Roboto';
	font-size: 18px;
	line-height: 26px;
}

.post .entry h3,
.post .entry h4{
	text-transform: inherit;
	font-size: 21px;
	font-weight: 600;
	padding: 0;
	margin: 0;
	font-family: 'Roboto';
}

.post .wp-caption,
.post .__mce_add_custom__{
	padding: 20px;
	border: 2px solid #cfa303;
	margin: 0 auto;
	display: block;
}

.post_pagination{
	border-top: 2px solid #cfa303;
}

.post_pagination .col{
	width: 50%;
	padding: 15px 0;
}

.post_pagination .col a{
	text-decoration: none;
	color: #3F672D;
	font-size: 18px;
	font-family: 'Roboto';
}

.post_pagination .middle{
	width: 18px;
	height: 49px;
	border: 2px solid #cfa303;
	border-top: none;
}

#storemapper{
	max-width: 1184px;
	margin: 0 auto;
}

.hbar{
	height: 15px;
	border: 2px solid #cfa303;
	max-width: 47%;
}
.hbar.full{
	max-width: 96%;
}
.hbar .col:nth-child(1){
	width: 100px;
	border-right: 2px solid #cfa303;
}

.contact h3{
	margin: 0;
	padding: 25px 0 20px 0;
	font-weight: 200;
}
.contact a{
	color: inherit;
}
.contact p{
	margin: 0;
	color: #91a887;
	font-family: 'Roboto';
	font-size: 20px;
	line-height:25px;
}
.contact strong{
	text-transform: uppercase;
	color: #3f672d;
	font-family: 'ConduitITCPro-Regular';
	font-size: 22px;
}

.contactGrid{
	display: grid;
  	grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  	grid-gap: 15px;
  	padding: 40px 0;
}

.contactGrid .dCol{
	padding: 0 20px 30px 0;
}

.contactGrid .dCol img{
	max-width: 270px;
}

.about h2,
.contact h2{
	font-size: 68px;
}

.about h4{
	padding: 25px 0 0 0;
}

.about .offset{
	padding-top: 50px;
}

.about p{
	margin: 0;
	padding: 15px 0;
	font-size: 24px;
	line-height: 39px;
	font-family: 'Roboto';
}

.about .secHeading{
	padding: 40px 0;
}

.about .secHeading .col:nth-child(1){
	width: 450px;
	padding-right: 20px;
}

.about .secHeading .col:nth-child(1) img{
	margin: 10px 0;
}

.login{
	padding: 60px 0;
}

.login .wrap{
	max-width: 450px;
	margin: 0 auto;
}

.login .inputs input[type="text"],
.login .inputs input[type="password"]{
	border: 2px solid #CEA203;
	font-size: 21px;
	height: 47px;
	width: 100%;
}

.login label{
	display: none;
}

.login p{
	padding: 0;
	margin: 10px 0;
}

.login .button.button-primary{
	margin-top: 20px;
	font-family: 'ConduitITCPro-Regular';
	color: #CEA203;
	position: relative;
}

.login .button.button-primary:hover{
	color: #fff;
}

.subpage .totalsWrap{
	max-width: 350px;
	float:right;
	font-family: 'Roboto';
	font-size: 18px;
}

.subpage .totals{
	padding: 20px 0;
	display: inline-block;
	width: 100%;
}

.subpage hr{
	border: none;
	height: 2px;
	width: 100%;
	background: #CEA203;
	display: inline-block;
}

.qty_width{
	width: 60px;
}
.prc_width{
	width: 100px;
}


/* Mobile Options Popup */
.optionsOverlay{
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
.optionsPopup{
	width: calc(100% - 40px);
	border: 2px solid #CEA203;
	position: fixed;
	top: 100px;
	z-index: 1001;
	background: #fff;
	height: calc(100vh - 120px);
	display: none;
	left: 20px;
	/* Ryan K 12/22/2020: Added for mobile functionality, Buy It Now */ 
	overflow: scroll;
}

.optionsPopup .wrap{
	position: relative;
}

.optionsPopup .close{
	position: absolute;
	top: 1px;
	right: 8px;
	color: #CEA203;
	font-weight: 400;
	font-size: 25px;
	line-height: 25px;
    font-family: Arial, sans-serif;
    z-index: 10001;
}

.optionsPopup .prodOptions{
	border: none;
	padding: 0;
	margin: 0;
}

.optionsPopup .prod_meta{
	padding: 20px 20px 10px 20px;
}

.optionsPopup .prod_meta.row { width: 100%; display: table; table-layout: fixed; }
.optionsPopup .prod_meta .col { display: table-cell; padding: 0 0 0 0; vertical-align: middle; position: relative;}

.optionsPopup .prod_meta .col:nth-child(1){
	width: 70px;
}

.optionsPopup .prod_meta .col:nth-child(2){
	padding-left: 20px;
}

.optionsPopup .prod_meta h5{
	font-size: 15px;
}

.optionsPopup .prod_meta h2{
	font-size: 22px;
}

.optionsPopup .prodOptions .pattern{
	display: none;
}

.optionsPopup .prodOptions .col:nth-child(1){
	width: auto;
	border-right: none;
}
.optionsPopup .prodOptions .col:nth-child(2){
	padding: 0 20px 20px 20px;
}

.optionsPopup .prodOptions .options .optionWrap{
	display: inline-block;
	width: 100%;
	margin: 5px 0;
}

.optionsPopup .prodOptions .options label{
	font-size: 18px;
	padding: 0 0 7px 0;
	width: 100%;
}
.optionsPopup .prodOptions .options input,
.optionsPopup .prodOptions .options select{
	width: 100%;
	display: inline-block;
	float:left;
}

.optionsPopup .qty_field{
	max-width: 100%;
	width: 100%;
}

.optionsPopup .priceAction{
	max-width: 100%;
	padding: 10px 0;
}

.optionsPopup .button.simple{
	display: block;
	background: #3f672d;
	border: none;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	font-size: 25px;
	height: 45px;
	line-height: 40px;
}

.button.simple.atc{
	border: 2px solid #a8baa1;
	margin-right: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.button.simple.atc:hover{
	background: #a8baa1;
}

.optionsPopup .priceAction{
	font-size: 13px;
}

.shipping-estimate [class*="col-"]{
	padding-top: 7px;
	padding-bottom: 7px;
}

.shipping-estimate h3{
	padding: 0;
	margin:0;
}

.shipping-estimate p{
	padding: 0;
	margin: 0 0 7px 0;
	font-size: 18px;
}

.shipping-estimate input{
	width: 100%;
}

.shipping-estimate hr,
.inputs hr{
	height: 2px;
	background: #CEA203;
	border: none;
}

.shipping-estimate [type="text"],
.shipping-estimate [type="email"],
.shipping-estimate [type="tel"],
.shipping-estimate [type="password"],
.shipping-estimate select,
.shipping-estimate textarea{
	width: 100%;
	border-radius: 0;
	padding: 5px 15px 3px 15px;
	border: 2px solid #CEA203;
	height: 47px;
	font-size: 21px;
	line-height: 1em;
	background: #fff;
}

.shipping-estimate select{
	background-image: linear-gradient(45deg, transparent 50%, #E0E6EA 50%), linear-gradient(135deg, #E0E6EA 50%, transparent 50%);
    background-position: calc(100% - 20px), calc(100% - 13px), calc(100% - 2.5em) 0.5em;
    background-size: 7px 7px, 7px 7px, 1px 1.5em;
    background-repeat: no-repeat;
}

.creditCardWrap{
	display: inline-block;
	width: 100%;
	padding: 10px 15px;
	max-width: 380px;
	border: 2px solid #CEA203;
	margin: 20px 0 17px 0;
}

.creditCardWrap #card-errors{
	display: block;
}

.inLa{
	font-size: 17px!important;
}

.inLa input{
	float:left;
	margin-right: 8px;
}

.payment_option p{
	margin: 15px 0 10px 0;
	padding: 0;
}

.achWrap{
	display: inline-block;
	width: 100%;
	padding: 0 0 10px 0;
}

.achWrap label{
	padding:5px 0;
}

.achWrap input[type="number"]{
	border: 2px solid #cfa303;
    padding: 10px 10px;
    height: 47px;
    line-height: 47px;
    line-height: 1em;
    font-size: 17px;
    background: #fff;
    color: #3f672d;
    width: 100%;
}

.table{
	border-top: 2px solid #cfa303;
	border-left: 2px solid #cfa303;
	font-size: 20px;
}
.table tbody, .table tr, .table th{
	border: none;
	background: none;
}
.table th{
	border-bottom: 2px solid #cfa303;
	border-right: 2px solid #cfa303;
	text-transform: uppercase;
	 background: #F6EAD1;
	 font-family: 'Roboto', sans-serif;
	 font-size: 15px;
}
.table td{
	border: none;
	border-right: 2px solid #cfa303;
	border-bottom: 2px solid #cfa303;
}

.table td, .table label, .table strong, .table span, .tableTotal{
	font-weight: 200;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}

.table tr:nth-child(even) {
   background: #fff;
}

.tableTotal{
	border: none;
	max-width: 250px;
	float:right;
	background: none;
	font-size: 15px;
}

.tableTotal tr, .tableTotal th, .tableTotal td, .tableTotal tr:nth-child(even){
	background: none;
	border: none;
}

.tableTotal td{
	border-bottom: 2px solid #cfa303;
	width: 50%;
}

.tableTotal td:nth-child(1){
	border-right: 2px solid #cfa303;
}

.table ul.lst{
	margin:0;
	padding: 0 0 0 5px;
	font-family: 'Roboto', sans-serif;
}

.table .lst li{
	list-style: none;
}

.cs_box{
	display: inline-block;
	width: 100%;
	padding: 20px 0 45px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}

.cs_box p{
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 1em;
}

ul.cs_list{
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

.cs_list li{
	list-style: none;
}

.cs_subheading{
	padding: 0;
	margin: 0;
	font-size: 18px;
	display: inline-block;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	line-height: 1em;
}

.view-order h2.entry-title{
	font-size: 32px;
	text-transform: capitalize;
	float:left;
}

.view-order .status{
	float:right;
	border: 2px solid #77926B;
	border-radius: 20px;
	padding: 0px 15px 0 15px;
	margin: 5px 0 0 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.view-order .status.blank{
	border: 2px solid #fff;
}

.view-order .status span{
	font-size: 16px;
	line-height: 26px;

}

.view-order .cs_box.notice{
	background: #fff;
	border: 2px solid #cfa303;
	padding: 20px;
	margin: 20px 0;
}

.view-order .cs_box.notice label{
	font-size: 15px;
	display: block;
	padding: 5px 0;
}

.view-order .cs_box.notice .button{
	margin-top: 25px;
}

.notification{
	background: #77916b;
	color: #fff;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 22px;
	margin: 0 0 20px 0;
	border-radius: 3px;
	line-height: 1em;
}

.notification .content{
	padding: 10px 10px;
}

.returnReason{
	margin-bottom: 15px;
}

.verificationBilling{
	padding: 20px;
	font-size: 17px;
	background: red;
	display: inline-block;
	width: 100%;
	background: #fff;
	border: 2px solid #cfa303;
	padding: 20px;
	margin: 0 0 20px 0;
	border-top: none;
}
.verificationBilling #verifyBank{
	margin-top: 25px;
}

.regNote{
	font-size: 15px;
	line-height: 1em;
	font-family: 'Robot', sans-serif;
	padding: 20px 0 0 0;
}

.regNote a,
.regNote a:visited{
	color: #3f672d;

}

.tablenav-pages span,
.tablenav-pages a{
	text-decoration: none;
	border: 2px solid #cfa303;
	color: #3f672d;
	width: 45px;
	display: inline-block;
	text-align: center;
	height: 35px;
	line-height:35px;
	font-size: 17px;
	margin: 2px 5px;
	font-family: 'Roboto';
}

.tablenav-pages span.current{
	opacity: 0.5;
}

.tablenav-pages a:hover{
	background: #cfa303;
	color:#fff;
}

.ftPad{
	margin-top: 120px;
	opacity: 0.2;
}

.bttnActions a,
.bttnActions button{
	display: inline-block;
	margin: 0 30px;
	width: auto;
}

.gnote{
    display: inline-block;
    width: 100%;
    font-family: 'Roboto';
    font-size: 14px;
}

	/* Parallax */
	.pxWrap {
		margin: 0 auto;
	    position: relative;
	    /*height: 500px;
	    width: 500px;*/
	    max-width: 600px;
	    padding: 0px;
	    transform-style: preserve-3d;
	    z-index: 1;
	}

	.pxWrap.narrow{
		width: 350px;
		height: 450px;
	}

	.pxWrap img{
	    position: absolute;
	    top: 0;
	    left: 0;
	    max-width: 100%;
	    max-height: auto;
	    width: auto;
	    height: auto;
	}

	.pxWrap img:nth-child(1) {
	    z-index: 2;
	    transform: translateZ(40px);
	}
	
	.pxWrap img:nth-child(2) {
	    z-index: 3;
	    transform: translateZ(20px);
	}
	
	.pxWrap img:nth-child(3) {
	    z-index: 4;
	    transform: translateZ(5px);
	}

	.address_meta input[type="text"], 
	.address_meta input[type="password"],
	.address_meta input[type="email"], 
	.address_meta input[type="tel"], 
	.address_meta input[type="number"], 
	.address_meta select, 
	.address_meta textarea{
		width: 100%;
		font-family: 'Roboto', sans-serif;
		font-size: 18px;
	}

	.addressNote{
		font-size: 20px;
	}

	.tableUrl a{
		text-decoration: underline;
	}

	.estimateShipping h3{
		font-weight: normal;
	}

	.estimateShipping h3.sub {
	    font-size: 18px;
	    font-weight: normal;
	    text-transform: capitalize;
	    /* padding-top: 0; */
	    /* margin-top: 0; */
	    padding: 20px 0 10px 0;
	    margin: 0;
	    display: inline-block;
	    width: 100%;
	}

	.estimateShipping .cTable .row{
		border-bottom: none;
	}

	.estimateShipping .shipping_option{
		/*border-top: 2px solid #cfa303;*/
		border-bottom: 2px solid #cfa303;
	}
	.estimateShipping .shipping_option label{
		font-size: inherit;
	}

	.row.shipping_option.vTop {
	    /* border-bottom: 2px solid #cea304; */
	    /* margin-bottom: 10px; */
	    border-top: 2px solid #cea304;
	}

	.row.shipping_option.vTop:last-child {
	    border-bottom: 2px solid #cea304;
	}

	.archiveDescription p{
		font-family: 'Roboto';
		font-size: 18px;
		line-height: 24px;
		padding: 0;
		margin: 0;
	}

ul.tabs-nav{
	display: table;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	border: 2px solid #cfa303;
	border-right: none;
}

.tabs-nav li {
    display: table-cell;
}

.tabs-nav li:first-child a {

}
.tabs-nav .tab-active a {
	font-family: 'ConduitITCPro-Bold';
}
.tabs-nav a {
    display: block;
    font-family: 'ConduitITCPro-Regular';
	font-size: 20px;
	line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    padding: 10px 10px;
    border-right: 2px solid #cfa303;
    color: #3F672D;
}

.tabs-stage {
    clear: both;
    margin-top: none;
    margin-bottom: 20px;
    position: relative;
    border: 2px solid #cfa303;
    border-top: none;
    display: inline-block;
    width: 100%;
    padding: 0 20px 10px 20px;
}
.tabs-stage p,
.tabs-stage li {
    font-family: 'Roboto';
	font-size: 18px;
	line-height: 24px;
}

.tabs-stage p {
    margin: 15px 0;
    padding: 0;
}

.tabElement ul{
	padding: 0 0 10px 0;
	margin: 0;
	position: relative;
}

.tabElement ul li {
    list-style: none;
    padding: 0 0 0 20px;
}

.tabElement ul li::before {
  content: "\2022"; 
  color: #cfa303;
  font-weight: bold;
  display: inline-block;
  width: 1em
  margin-left: -1em;
  left: 0px;
  position: absolute;
}

ul.addDesc_link{
	margin:0;
	padding:0px 0 10px 0;
}

ul.addDesc_link li{
	list-style: none;
	display: block;
	padding:2px 0;
}

ul.addDesc_link li a,
ul.addDesc_link li a:visited{
	color: #3f672d;
}

ul.addDesc_link li a:hover{
	color: #000;
}

.innerPopup{
	position: absolute;
	top:0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	display: none;
	z-index:10;
}

.innerPopup .content{
	padding: 0px 20px 0 20px;
	position: relative;
	width: 100%;
	display: inline-block;
/* 	overflow: scroll;
	z-index: 6000; */

}

.close_innerPopup{
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 100;
	cursor:pointer;
}

.close_innerPopup:hover{
	opacity: 0.75;
}

.innerPopup h3 {
    padding: 0 0 0 0;
    margin: 0;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.innerPopup .content > h3:nth-child(1) {
    padding-top: 20px;
}

.mobile_logout{
	display: none;
}

.accordion-wrap{
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #cfa303;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

.prodGrid .row.meta .col:nth-child(1) {
    width: 100px;
}

.note.small {
    padding: 15px 0;
    font-size: 15px;
    color: #93AA89;
}

input.readonly,
select.readonly{
	/*background-color: #efeeee!important;*/
	pointer-events:none;
	border: 2px solid #d9d9d9!important;
	color: #a5a5a5!important;
}

.almost_free_shipping {
    padding: 10px 20px 10px 50px;
    background: #cea304;
    color: #fff;
    font-weight: 500;
}

.coupon_code input[type="text"]{
	background: #fff;
    color: #3f672d;
    border: 2px solid #cfa303;
    padding: 0 5px;
    margin-right: 5px;
    height: 30px;
    float: left;
    font-size: 18px;
    line-height: 28px;
}
/*
 * Concave image added to product descriptions
 * Date: 9/18/2020
 * By: Ian Matlak
 */

.products-concave-img{
	float: right;
}

/* 
 * Link Lightbox Modal
 * Date: 10/27/2020
 * By: Julian Hecker
 */
.modal-lightbox {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 1;
}

.modal-lightbox__overlay {
	width: 100%;
	height: 100%;
	padding: 64px 20px;
	background-color: rgba(64, 64, 64, 0.5);
	display: grid;
	justify-content: center;
	align-items: center;
	overflow: auto;
}

.modal-lightbox iframe {
	max-height: 75vh;
	width: 1000px;
}

/*
 * Used to center pop up descriptions and adjust modal
 * Date: 1/26/2021
 * By: Ian Matlak
 */

.innerWindow{
	left: 50%;
	right: 50%;
	align-content: center;
	border: 2px solid;
	overflow: auto;
}

@media only screen and (max-width:600px){
	.innerWindow{
		left: 0;
		right: 0;
	}
}

/*  
 * Adds background to frontpage slider button
 * 1/28/2021
 * Ian Matlak
 * */
.slider_btn{
	background:white
}

/* 
 * Fixed styling on Dealer Locator 
 *  */
.storemapper-categories{
	padding-bottom: 10px;
}
