/*
Theme Name: Steelos Guns and Outdoor 1.0
Theme URI: http://www.perth-web-design.com.au/
Author: Perth Web Design
Author URI: http://www.perth-web-design.com.au/
Description: Description
Version: 1.0
*/
/* =Reset
-------------------------------------------------------------- */
@import url("fonts/stylesheet.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	font-size:1.2em;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'proxima-nova', sans-serif;
	font-size: 14px;
	line-height: 20px;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color:#636363;
}
h1{ font-size: 28px; }
h2{ font-size: 24px; }
h3{ font-size: 22px; }
h4{ font-size: 20px; }
h5{ font-size: 18px; }
h6{ font-size: 16px; }
hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 1.2em;
}
/* Text elements */
p {
	margin-bottom: 1.2em;
}
ul, ol {
	margin: 0 0 1.2em 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.2em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.2em;
}
address {
	margin: 0 0 1.2em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: 1.6em;
	padding: 1em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	white-space: pre-wrap;
}
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.2em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #eee;
	border-color: #eee #eee #bbb #eee;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1em;
	line-height: 1;
	padding: 0px 15px;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	height:34px;
	line-height:34px; 
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #eee #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #eee;
	width:250px;
	max-width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 3px 10px 10px 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
	height:120px;
}
/* Links */
a,
a:visited {
	color: #93923c;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	text-decoration:none;
	color: #93923c;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.2em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.2em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
/* =Main Layout
----------------------------------------------- */
#page{ }
.top-bar{
	height: 52px;
	background-color: rgb( 60, 60, 60 );
	width: 100%;
	display: block;
	position: relative;
}
.top-gray-bg{
	background: #4f4f4f;
	height: 100%;
}
.site-header{}
.site-header .navbar-brand {
	display: block;
	float: left;
	font-size: 18px;
	height: 70px;
	line-height: 40px;
	padding: 10px 20px 10px 10px;
	z-index: 999;
}
.site-header .navbar-brand img{ width:100%; display: block;}
.site-featured{ margin:auto; }
.site-header-image-bg{ height:476px!important;  }
.site-tagline {
	background: none repeat scroll 0 0 #eee;
	border-bottom: 5px solid #eee;
	font-size: 24px;
	line-height: 28px;
	padding: 40px 0;
}
.container{ position: relative;}
.container-fluid{
	padding: 0px;
}
.site-main{ 
	width:100%; 
	padding:0px; 
	float:left; 
	min-height: 500px; 
	background: url("images/site-main.jpg") no-repeat center bottom #ebe7e1; 
}
.home .site-main{ 
	width:100%; 
	padding:0px; 
	float:left; 
	min-height: 500px; 
	background: url("images/site-main-home.jpg") no-repeat center bottom #fff;
}
.site-footer{
	clear: both;
	margin-top: 40px;
	background: none repeat scroll 0 0 #3c3c3c;
	float: left;
	width: 100%;
	display: block;
	position: relative;
	color: #d1d1d1;
}
.home .site-footer{
	margin-top: 0px;
}
.site-footer:before{
	background:url("images/footer-before.png") no-repeat top center;
	display: block;
	position: absolute;
	bottom: 100%;
	width: 101px;
	height: 110px;
	content: " ";
	left: 50%;
	margin-left: -50.5px;
	margin-bottom: -32px;
}
.site-footer .footer-content{
	clear: both;
	float: left;
	margin: auto;
	padding: 30px 0;
	position: relative;
	width: 100%;
}
.site-footer .footer-info {
	/*visibility: hidden;
	height: 0px;*/
}
.site-footer .footer-info .site-info{  text-align:right; float:right; line-height:20px; }
.site-footer .footer-info .site-info p{ margin:0; }
.site-footer .footer-info .site-info #pwdlogo{ background:url(images/pwdlogo.png) right center no-repeat; width:85px; height:12px; display:inline-block; font-size:0; }
.site-footer .footer-info .site-copyright{ text-align:left; float:left; }
.page .entry-header{  }
.page .entry-header .entry-title{}
.home .front-content{ margin-bottom:30px; }
.home .front-content .entry-header{ margin:0; height:auto;}
.has-breadcrumbs{ position:relative; }
.has-breadcrumbs .breadcrumbs{
	position: absolute;
	right: 0;
	top: 10px;
	width: auto;
}
.single-breadcrumbs{
	font-size: 11px;
	font-style: oblique;
	margin: 0;
	padding-top: 4px;
	position: absolute;
	text-align: left;
	z-index: 20;
}
.home .site-header-image-bg{ height:616px!important; }
.page-template-page-templatescontact-us-php #contact-map{
	height: 300px;
	left: 0;
	margin-top:0px;
	margin-bottom: 25px;
	position: relative !important;
	right: 0;
	width: 100%;
}
.contact-right-box{
	-webkit-box-shadow: inset 5px 7px 17px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    inset 5px 7px 17px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         inset 5px 7px 17px 0px rgba(50, 50, 50, 0.1);
	padding: 45px;
	max-width: 334px;
	float: right;
}
.widget-right-box{
	-webkit-box-shadow: inset 5px 7px 17px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    inset 5px 7px 17px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         inset 5px 7px 17px 0px rgba(50, 50, 50, 0.1);
	padding: 45px;
	max-width: 334px;
	float: right;
}
.widget-left-box{
	-webkit-box-shadow: inset -2px 8px 17px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    inset -2px 8px 17px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         inset -2px 8px 17px 0px rgba(50, 50, 50, 0.1);
	padding: 45px;
	float: left;
}
.widget-product-box{
	-webkit-box-shadow: inset -2px 8px 17px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    inset -2px 8px 17px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         inset -2px 8px 17px 0px rgba(50, 50, 50, 0.1);
	padding: 18px;
	float: left;
}
.contact-right-box .widget_simpleimage{
	padding: 0px;
}
.page-template-page-templatescontact-us-php .hentry .col-md-8{
	padding-right: 0;
	width: 70%;
}
.page-template-page-templatescontact-us-php .hentry .address tr{
	margin-bottom: 10px;
	display:block;
}
.page-template-page-templatescontact-us-php .hentry .address .t-label{
	width: 150px;
	text-align: left;
	color: #93923c;
}
.home .front-content ul.col-3 { 
    display: inline-table;
    width: 100%;
}
.home .front-content ul.col-3 li {     
	width: 33%;
    float: left; 
}
/* =Layout: Content-Sidebar
----------------------------------------------- */
#content {
	display: block;
	margin-bottom: 1px;
	margin-top: -300px;
	min-height: 841px;
	position: relative;
	background: #fff;
}
.content-fix{ width: 70.5%; margin-bottom: 40px;}
#sidebar { clear: both; }
#sidebar .widget{  }
#secondary .widget{}
.contact-right-box #sidebar .widget{ padding: 0px; }
.contact-right-box .widget-conform{ margin-bottom: 40px;}
.widget-right-box #sidebar .widget{ padding: 0px; }
.widget-right-box #secondary .widget{ padding: 0px; }
#secondary .widget ul li { 
	/* background : rgba( 79, 79, 79, 0.969 ); */
	width: 250px;
	min-height: 38px; 
	margin-bottom: 10px;
}
#secondary .widget ul.product-categories li > a{ 
	background : rgba( 79, 79, 79, 0.969 );
	color: #ebe7e1;
	display: block;
	line-height: 42px;
	height: 42px;
	padding-left: 15px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	font-weight: bold;
}
#secondary .widget ul.product-categories li:hover > a {
	background: rgb(147, 146, 60);
}
#secondary .widget ul.product-categories li.cat-parent > a{
	background : url("images/arrow-down.png") no-repeat 225px center rgba( 79, 79, 79, 0.969 );
}
#secondary .widget ul.product-categories li.cat-parent > a.active{ 
	background : url("images/arrow-up.png") no-repeat 225px center rgba( 79, 79, 79, 0.969 );
}
#secondary .widget ul li a{ 
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #3e3e3e;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none; 
	text-transform: capitalize;
}
#secondary .widget ul.product-categories li a{ font-size: 14px; text-transform: uppercase; color: #ebe7e1; text-decoration: none; }
#secondary .widget ul li a:hover{ color: #93923c; }
#secondary .widget ul.product-categories  li a:hover{ color: #fff; }
#secondary .widget.woocommerce{ margin-bottom: 40px; }
#secondary .widget.woocommerce  > ul{ clear: both; display: block; margin-bottom: 15px; }
#secondary .widget.woocommerce .count{ display: none; }
#secondary .widget ul.product-categories li > ul{ padding-left: 0px; display: none; position: relative;}
#secondary .widget ul.product-categories li.current-cat-parent > ul{ padding-left: 0px; display: block; position: relative;}
#secondary .widget ul.product-categories li ul ul{ padding-left: 0px}
#secondary .widget ul.product-categories li ul li { margin-bottom: 0px; height: 38px; min-height: 38px;}
#secondary .widget ul.product-categories li ul li> a{ background: none; font-weight: normal; font-size: 12px; color: #3e3e3e; text-transform: capitalize;}
#secondary .widget ul.product-categories li ul li> a:hover{ background: none; font-weight: normal; font-size: 12px; color: #93923c; text-transform: capitalize;}
#secondary .widget ul.product-categories li ul li ul li > a{ font-weight: normal; font-size: 12px;}
.woocommerce .widget_layered_nav ul li.chosen a, .woocommerce-page .widget_layered_nav ul li.chosen a{
	background: #93923c !important;
	border: 1px solid #93923c !important;
	color: #fff !important;
}
#secondary .widget ul li.current-cat > ul {
	display: block;
}

.widget_simpleimage{
	margin-top: 25px;
	max-width: 247px;
	width: 100%;
}
.widget_simpleimage img{
	width: 100%;
}
.widget.woocommerce h3.widget-title{
	cursor: pointer;
	margin-bottom: 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #93923c;
	border-bottom: 1px solid #c0c0c0;
	line-height: 30px;
}
.woocommerce.widget_price_filter form{
	margin-bottom: 15px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
	background: #93923c!important;
	border: 1px solid #93923c!important;
	box-shadow: none!important;
	height: 13px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	/* IE10 */
	background-image: -ms-linear-gradient(bottom, #CDCECE 0%, #FFFFFF 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #CDCECE 0%, #FFFFFF 100%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #CDCECE 0%, #FFFFFF 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #00A3EF));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #CDCECE 0%, #FFFFFF 100%);
	/* Proposed W3C Markup */
	background-image: linear-gradient(bottom,#CDCECE 0%, #FFFFFF 100%);
	border: 1px solid #c7c7c7!important;
	height: 20px!important;
	border-radius: 20px!important;
	width: 20px!important;
	box-shadow: none!important;
	top: -4px!important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #FFF!important;
	border: 1px solid #ebebeb!important;
	height: 13px!important;
}
.price_slider_amount .button{
	color: #fff !important;
	width: 90px !important;
	height: 37px !important;
	background:#93923c !important;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #93923c !important;
	margin: 0 auto;
	line-height: 22px !important;
	letter-spacing: 3px;	
}
.woocommerce .widget_price_filter .price_slider_amount, 
.woocommerce-page .widget_price_filter .price_slider_amount{
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.boxWrapper {display: block; overflow: hidden;position: relative;cursor: pointer;}
.boxWrapper .ImageOverlayH {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);  bottom: 0;display: block;height: 100%;left: 0;opacity: 0;position: absolute;right: 0;top: 0;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 100%;}
.boxWrapper:hover .ImageOverlayH {opacity: 0.1; z-index: 1;}
.product-archive-content{
	padding-top: 26px;
	padding-left: 26px;
	padding-right: 26px;
	padding-bottom: 75px;
}
.product-single-content{
	padding: 45px;
}
.product-archive-content ul.products{
	width: 100%;
}
.product-archive-content ul.products li.product-summary{
	margin: 0px 35px 35px 35px;
	width: 30.3% !important;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(50, 50, 50, 0.06);
	-moz-box-shadow:    inset 0px 0px 10px 0px rgba(50, 50, 50, 0.06);
	box-shadow:         inset 0px 0px 10px 0px rgba(50, 50, 50, 0.06);
	display: inline-block;
    float: none;
    vertical-align: top;
}
/*.product-archive-content ul.products li.product-summary{
}*/
.product-archive-content ul.products li.product-summary a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 99;
	text-align: center;
}
.product-archive-content ul.products li.product-summary a .catalog-product-cover {
	width: 195px;
	height: 190px;
	display: block;
	margin: 0 auto;
}
.product-archive-content ul.products li.product-summary a img, 
.product-archive-content ul.products li.product-summary:hover a img{
	width: auto;
	max-width: 100%;
	max-height: 150px;
	margin: 24px auto 10px;
	display: inline-block;
	box-shadow: none;
	border: none;
}
.product-archive-content ul.products li.product-summary .product-title-box{
	display: inline-block;
	width: 194px;
	padding: 12px;
	border: 1px solid #eaeaea;
	margin-bottom: 24px;
	min-height: 70px;
}
.product-archive-content ul.products li.product-summary:hover .product-title-box{
	background: #fff;
}
.product-archive-content ul.products li.product-summary .product-title-box h3{
	color: #3c3c3c;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 0;
	line-height: 13px;
}
.product-archive-content ul.products li.product-summary .product-title-box span{
	color: #4f4f4f;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0;
	line-height: 13px;
	font-weight: lighter;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first{
	margin-left: 0px;
	margin-right: 0px;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last{
	margin-right: 0px;
	margin-left: 0px;
}
.woocommerce .related ul li.product, 
.woocommerce .related ul.products li.product, 
.woocommerce .upsells.products ul li.product, 
.woocommerce .upsells.products ul.products li.product, 
.woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, 
.woocommerce-page .upsells.products ul li.product, 
.woocommerce-page .upsells.products ul.products li.product{
	width: 22.05%;
	max-width: 188px;
}
.woocommerce nav.woocommerce-pagination ul, 
.woocommerce #content nav.woocommerce-pagination ul, 
.woocommerce-page nav.woocommerce-pagination ul, 
.woocommerce-page #content nav.woocommerce-pagination ul{
	border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li, 
.woocommerce #content nav.woocommerce-pagination ul li, 
.woocommerce-page nav.woocommerce-pagination ul li, 
.woocommerce-page #content nav.woocommerce-pagination ul li {
	border: none !important;
	margin: 0 10px 0 0;
}
.woocommerce nav.woocommerce-pagination ul li span.current, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce #content nav.woocommerce-pagination ul li span.current, 
.woocommerce #content nav.woocommerce-pagination ul li a:hover, 
.woocommerce #content nav.woocommerce-pagination ul li a:focus, 
.woocommerce-page nav.woocommerce-pagination ul li span.current, 
.woocommerce-page nav.woocommerce-pagination ul li a:hover, 
.woocommerce-page nav.woocommerce-pagination ul li a:focus, 
.woocommerce-page #content nav.woocommerce-pagination ul li span.current, 
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover, 
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus{
	border: 1px solid #dfdfdf;
	padding: 8px 12px 8px 12px;
	color: #999999;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span, 
.woocommerce #content nav.woocommerce-pagination ul li a, 
.woocommerce #content nav.woocommerce-pagination ul li span, 
.woocommerce-page nav.woocommerce-pagination ul li a, 
.woocommerce-page nav.woocommerce-pagination ul li span, 
.woocommerce-page #content nav.woocommerce-pagination ul li a, 
.woocommerce-page #content nav.woocommerce-pagination ul li span{
	border: 1px solid #dfdfdf;
	padding: 8px 12px 8px 12px;
	color: #999999;
}
.hide-addtocartbutton-yes form.cart{
	display: none !important;
}

.prev.page-numbers, 
.next.page-numbers {
	border: none !important;
}
.blog #sidebar,
.single-post #sidebar { padding: 45px 45px 0 0; }
.single-post .single-breadcrumbs { padding-left: 42px; padding-top: 10px; }
/* =Menu
----------------------------------------------- */
.navbar{ margin: 0; height: 96px;}
.navbar-default{ border:none; }
.navbar-default {
	background:#ebe7e1;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand { 
	color: #777777;
	display: block;
	position: relative;
	top: -40px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background:none;
}
.navbar-default .navbar-text {
	color: #777777;
}
.nav.navbar-nav{ top: 25px; display: block;position: relative;}
.navbar-default .navbar-nav > li > a {
	color: rgb( 89, 82, 68 );
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.5px;
	padding: 15px 20px 15px 15px;
}
.navbar-default .navbar-nav > li > a .caret{
	color: rgb( 89, 82, 68 );
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid;
	display: inline-block;
	height: 0;
	margin-left: 4px;
	width: 0;
}
.navbar-default .navbar-nav > li > a:hover .caret,
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > .active > a .caret,
.navbar-default .navbar-nav > .active > a:hover .caret, 
.navbar-default .navbar-nav > .active > a:focus .caret
{
	color: #93923C;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #93923C;
	background:none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #93923C;
	background:none;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #eee;
	background:none;
}
.navbar-default .navbar-toggle {
	border-color: #dddddd;
	margin-top: 16px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background:rgba(147, 146, 60, 0.8);
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background:none;
	color: #555555;
}
.navbar-collapse.in .navbar-nav{ margin-bottom: 0;}
.navbar-collapse.in .navbar-nav > li > a{
	border:none;
}
#footer-menu{ padding:0; margin:0; list-style:none; width:100%; }
#footer-menu li{ float:left; }
#footer-menu li a{ display:block; float:left; padding:3px 10px; }
#footer-menu li:first-child a{ padding-left:0; }
#footer-menu li:hover > a {}
#footer-menu li.current_page_item a,
#footer-menu li.current-menu-item a { }
.socials{ list-style:none; }
.socials li{ float:left; }
.socials li a{
	background: none repeat scroll 0 0 #000000;
	border-radius: 15px;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	height: 29px;
	line-height: 29px;
	margin-right: 6px;
	opacity: 0.8;
	text-align: center;
	width: 29px;
}
.header-topbar{ display:inline-block;padding-top:15px;}
.top-socials li{ float:left ;}
.top-socials li:first-child{
	margin-left: 0px;
	margin-right: 15px;
	display: block;
	position: relative;
	top: -1px;
}
.top-socials  li a:hover{ opacity:1; }
.top-socials  li.facebook { margin-right: 15px; margin-left: 15px;}
.top-socials  li.instagram {margin-right: 15px; margin-left: 15px; }
.top-socials li.home{ background: url("images/home-icov.png") no-repeat center 2px; }
.top-socials li.home:hover{ opacity: 0.8; }
.top-socials{ list-style:none; }
.top-socials li a{
	background: none repeat scroll 0 0 #bcbcb0;
	color: #3c3c3c;
	display: block;
	font-size: 12px;
	line-height: 24px;
	margin-right: 0px;
	opacity: 0.8;
	text-align: center;
	text-transform: uppercase;
	font-weight:bold;
}
.top-socials li a:hover{ opacity:1; }
.top-socials li.home a{ background: none; display: block;position: relative;height: 22px; width: 20px; text-decoration: none;}
.top-socials li.facebook a{ width: 23px; height: 23px; border-radius: 100%; font-size: 16px;padding-right: 1px;}
.top-socials li.instagram a{ width: 23px; height: 23px; border-radius: 100%;  font-size: 16px;}
.top-socials li.login{ margin-left: 15px; margin-right: 0px; position: relative; }
.top-socials li.register{ margin-left: 0px; margin-right: 30px; position: relative; }
.top-socials li.register:before{ 
	background: #eee;
	content: " ";
	display: block;
	height: 11px;
	position: absolute;
	right: 100%;
	top: 7px;
	width: 1px;
}
.top-socials li.logout a{ background: none;  margin-left: 15px; margin-right: 30px; position: relative; color: #f3efe8;text-decoration: none; }
.top-socials li.login a, .top-socials li.register a{ background:none; display: inline-block; margin-left: 5px; margin-right: 5px; text-decoration: none; color: #f3efe8; }
.add-cart{
	background: url("images/add-to-cart.png") no-repeat 17px 18px;
	width: 311px;
	height: 52px;
	background-color: rgb( 79, 79, 79 );
	display: inline-block;
	position: relative;
	float: right;
	text-align: left;
}
.add-cart .shopping_cart{
	color: #eee;
	display: inline-block;
	font-size: 12px;
	margin-left: 45px;
	margin-top: 15px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.add-cart .top-checkout {
	background-color: rgb(147, 146, 60);
	color: #f3efe8;
	display: inline-block;
	float: right;
	font-size: 13px;
	font-weight: bold;
	height: 31px;
	margin-right: 15px;
	padding-left: 16px;
	padding-top: 6px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	top: 10px;
	width: 118px;
}
.add-cart .top-checkout:hover {background-color: rgba(147, 146, 60, 0.8)}
.add-cart .top-checkout i{
	font-size: 12px;
	line-height: 13px;
}
/* =Content
----------------------------------------------- */
.sticky {}
.hentry {
}
.hentry .entry-header{}
.hentry .entry-header .entry-title{ margin-bottom:0px; }
.hentry .entry-header .entry-title a{  }
.single .hentry,
.page	.hentry{ border-bottom:none;  }
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-summary h1{
	margin-bottom: 25px;
	color: #3e3f40;
	font-weight: bold;
}
.entry-content img,
.entry-summary img{
	clear: both;
	margin-bottom: 25px;
}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}
.page-header{ margin-bottom:0px; }
.front-content .page-header{ margin-bottom:15px; }
.page-header-top{
	background-color: rgba( 60, 60, 60, 0.969 );
	position: absolute;
	width: 100%;
	height: 77px;
	z-index: 47;
	top: -136px;
	border: none;
}
.entry-title {
	color: rgb(235, 231, 225);
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin-left: 45px;
	margin-top: 25px;
	text-transform: uppercase;
}
.entry-title span{
	color: #93923c;
	margin-left: 10px;
}
.entry-content{
	padding: 45px;
}
.attachment .entry-meta{ clear:none; float:left; }
#image-navigation{ text-align:right; }
.hentry.service{ min-height: 200px; padding: 0px; }
.hentry.service > a{}
.hentry.service > a img{ display:block; float:left; margin-right:20px;}
.hentry.service .entry-header{}
.hentry.service .entry-header .entry-title{ clear:none;  }
.hentry.service .entry-content{ }
.clear{ clear:both; }
.blog .hentry .entry-header .entry-title { margin-left: 0; margin-top: 0 }
aside#recent-posts-4 li {
    margin-bottom: 15px;
    border-bottom: 1px #EDEDED dashed;
    padding-bottom: 15px;
}
/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
/* =Media
----------------------------------------------- */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	display:block;
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.2em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.site-content .gallery { margin-bottom: 1.2em; }
.gallery-caption {}
.site-content .gallery a img {
	border: medium none;
	display: block;
	height: auto;
	max-width: 100%!important;
	border: 2px solid #EEEEEE!important;
}
.site-content .gallery dd { margin: 0; }
.site-content .gallery .gallery-item{
	float: left;
	margin-top: 6px!important;
	text-align: center;
	width: 33%;
}
.site-content .gallery-columns-4 .gallery-item {}
.site-content .gallery-columns-4 .gallery-item img {}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
/* =Navigation
----------------------------------------------- */
.site-content .site-navigation {
	float: left;
	margin: 0 0 1.2em;
	overflow: visible;
	width: 100%;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/* =Comments
----------------------------------------------- */
.comment-content a { word-wrap: break-word; }
.bypostauthor {}
#comments{ margin:0 0 1.2em; }
#comments h2{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 20px;
	padding: 10px;
}
.commentlist{ padding:0; margin:0; list-style:none;}
.commentlist li.comment{ padding: 0; min-height:70px; }
.commentlist li.comment .comment-content {
	padding-bottom: 0px;
	padding-left: 54px;
}
.commentlist li.comment .comment-author{}
.commentlist li.comment .comment-author img{ float:left; margin-right:10px;}
.commentlist li.comment .comment-meta{
	float: right;
	font-size: 11px;
	font-style: oblique;
	margin-top: -30px;
}
.commentlist li.comment .reply{
	background: none repeat scroll 0 0 #CCCCCC;
	color: #FFFFFF;
	font-size: small;
	margin-top: 0;
	padding: 5px;
	position: absolute;
	top: 60px;
}
.commentlist li.comment .reply a{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 10px;
}
.commentlist li.comment .footer{}
.commentlist li.comment .children{
	list-style: none outside none;
	margin: 5px 0 5px 54px;
}
.commentlist li.comment article.comment{ background:#f6f6f6; padding:10px; margin-bottom:5px; position:relative; min-height: 90px; }
.commentlist li.comment article.comment .comment-content p{ margin:0; }
#respond{}
#respond #reply-title{ padding: 20px 0; }
#commentform{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 30px;
	padding: 30px;
}
#commentform p{ margin-bottom:10px;}
#commentform .comment-notes{}
#commentform label{ width:100%; display:block;}
#commentform .comment-form-author{}
#commentform .comment-form-email{}
#commentform .comment-form-url{}
#commentform .comment-form-comment{}
#commentform .form-allowed-tags{}
#commentform textarea{
	height: 100px;
	line-height: 16px;
	overflow: auto;
	padding: 11px 7px 7px;
	vertical-align: top;
	width: 90%
}
#commentform .form-submit{}
.nocomments{ display:none; }
/* =Widgets
----------------------------------------------- */
.widget-title{
	border-bottom: 1px solid #EDEDED;
	color: #636363;
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 10px;
}
.widget {
	margin: 0 0 1.2em;
}
.top-bar .widget {
	margin:0;
}
.widget ul{ padding:0; margin:0; list-style:none; }
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
/* Search widget */
#searchform .field{ width:196px; }
#searchsubmit {}
/* Header widget */
.align-right{
	text-align:right;
}
.header-widgets{ display:inline-block;margin-top:0px; width: 307px; float: none; }
.header-widgets .widget{ text-align:right; width: 100%; float: right; margin-bottom: 20px; }
.header-widgets .widget p{ margin-bottom:0;}
.header-widgets .widget .widget-title{ border:none; font-size:16px; line-height:1em; margin-bottom:0; font-weight:bold;  }
.header-widgets .widget .phone-number{ font-size:38px;  line-height:1em; font-weight:bold;  padding-left:45px;  }
.header-widgets .widget .email{ font-size:16px; font-weight:bold; line-height:1em;}
.header-widgets .widget .address{ font-size:16px; font-weight:bold; line-height:1em; }
.header-widgets .widget-socials{}
.header-widgets .widget .socials{ float: right;;}
.header-widgets .widget .socials li a{ margin-left: 8px; margin-right: 0;}
.header-widgets .widget .socials li a{}
.header-widgets .widget-text{ font-size: 24px; font-weight: lighter; }
/* PWD Address widget */
.pwd-address{
	color: #d1d1d1;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	text-transform: capitalize;
	text-align: right;
}
.pwd-address span{
	color: #93923c;
}
.pwd-address .location{ clear: none; }
.pwd-address .address{}
.pwd-address .phone{ margin-bottom:0; }
.pwd-address .phone-mobile{ margin-bottom:0; }
.pwd-address .fax{ margin-bottom:0; }
.pwd-address .email{ }
.pwd-address .image-map{ float: right;margin-left: 10px;}
.pwd-address .map-bt{
	display: block;
	position: relative;
	font-size: 11px;
	padding: 10px;
	color: #3c3c3c;
	background: #fff;
	width: 44px;
	height: 22px;
	line-height: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	float: right;
}
.pwd-address .map-bt:hover{
	display: block;
	position: relative;
	font-size: 11px;
	padding: 10px;
	color: #3c3c3c;
	background: #93923c;
	width: 44px;
	height: 22px;
	line-height: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.pwd-address .map-bt a{
	font-size: 11px;
	color: #3c3c3c;
}
.pwd-address .map-bt:hover a{
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
#footer-sidebar{}
#footer-sidebar .widget{ }
#footer-sidebar .widget h3{ color: #93923c; font-size: 14px; font-weight: bold; border: none; text-transform: uppercase; line-height: 40px; }
#footer-sidebar .widget:first-child{ margin-left:0;}
#footer-sidebar .widget:last-child h3{text-align: right;}
#footer-sidebar .widget ul { }
#footer-sidebar .widget ul li a{ font-size: 14px; font-weight: bold; color: #d1d1d1; text-decoration: none; line-height: 22px; text-transform: capitalize;}
#footer-sidebar .widget_pwd_address_widget{
}
.fix-center{
	text-align: center;
}
.footer-text-logo{
	margin-top:15px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
}
.site-footer .site-copyright{ text-align:left; float:left; color: #8a8a8a; font-size: 12px; width: 194px; letter-spacing: 0.5px; }
.menu-footer ul li{
	background: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.menu-footer-box{
	clear: both;
	display: block;
	position: relative;
}
.menu-footer-box ul {
	margin: 0;
	padding: 0;
}
.menu-footer-box ul  li:first-child{
	border: none;
	margin:0px;
	padding: 0px 0px 0px 0px;
}
.menu-footer-box ul  li{
	background: none;
	display: inline-block;
	margin: 0px;
	padding: 0px 0px 0px 7px;
	list-style: none;
	border-left: 1px solid #8a8a8a;
	font-size: 12px;
	color: #8a8a8a;
	text-transform: uppercase;
	line-height: 10px;
}
.menu-footer-box ul  li a{
	margin: 0;
	padding: 0;
	color: #8a8a8a;
	text-transform: capitalize;
	text-decoration: none;
}
/* =Custom Post type
----------------------------------------------- */
/* Custom Post type Slidshow */
#slidercontainer{ clear: both; margin:auto; }
#sliderarea{ width:100%; height:616px; display:block; padding:0px;}
#sliderarea .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }
#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:616px; background:none!important; }
#custom-slideshows > .slide{ width:100%!important; height:616px; background-size: cover !important; }
#custom-slideshows > .slide .site-container{ 
	display: block;
	position: relative;
	font-size: 57px;
	color: #ebe7e1;
	line-height: 64px;
	top: 112px;
	font-weight: normal;
	left: 50px;
}
#custom-slideshows > .slide .site-container p{
	margin-bottom: 30px;
}
#custom-slideshows > .slide .site-container a.bt-more{ 
	background-color: rgb(147, 146, 60);
	border-radius: 5px;
	color: rgb(235, 231, 225);
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 47px;
	line-height: 48px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 153px;
	text-decoration: none;
}
#custom-slideshows > .slide .site-container a.bt-more:hover{ 
	background-color: #818026;
}
#custom-slideshows > .slide .site-container a.bt-more i{ 
	color: #3c3c3c;
	font-size: 12px;
}
/* Custom Post type CTA */
#cta-container{ 
	display: block;
	margin-bottom: 0px;
	margin-top: -168px;
	position: relative;
}
#cta-container .container{ text-align: center;}
#custom-cta{
	width: 100%;
	max-width: 1037px;
	margin: 0 auto;
	height: 168px;
	display: block;
}
#custom-cta div[class="col-md-4"]{
	padding-left: 3px;
	padding-right: 3px;
}
#custom-cta .cta{ background: #fff;  position: relative; text-align: left;}
#custom-cta-widget .cta{ background: #fff;  position: relative; margin-bottom: 45px;}
#custom-cta .cta:hover img, #custom-cta-widget .cta:hover img{
	opacity: 0.9;	
}
#custom-cta .cta-title {
	font-size: 20px;
	margin-bottom: 0;
	padding: 0 10px;
	position: relative;
}
#custom-cta-widget .cta-title {
	font-size: 20px;
	margin-bottom: 0;
	padding: 0 10px;
	position: relative;
}
#custom-cta .cta .cta-title a{ 
	font-size: 13px;
	color: rgb( 255, 255, 255 );
	font-weight: bold;
	z-index: 98;
	text-decoration: none;
	letter-spacing: 1px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	height:38px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}
#custom-cta-widget .cta .cta-title a{ 
	font-size: 13px;
	color: rgb( 255, 255, 255 );
	font-weight: bold;
	z-index: 98;
	text-decoration: none;
	letter-spacing: 1px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	height:38px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}
#custom-cta .cta .cta-title a i{ 
	font-size: 11px;
}
#custom-cta-widget .cta .cta-title a i{ 
	font-size: 11px;
}
#custom-cta .cta.col-0 .cta-title{ display: none; }
#custom-cta-widget .cta.col-0 .cta-title{ display: none; }
#custom-cta .cta.col-1 .cta-title{ 
	display: inline-block; 
	position: absolute; 
	bottom: 5px; 
	left: 0; 
	background-color: rgba( 0, 0, 0, 0.639 );
	position: absolute;
	min-width: 131px;
	height: 38px;
	z-index: 97;
}
#custom-cta-widget .cta.col-1 .cta-title{ 
	display: inline-block; 
	position: absolute; 
	bottom: 5px; 
	left: 0; 
	background-color: rgba( 0, 0, 0, 0.639 );
	position: absolute;
	min-width: 131px;
	height: 38px;
	z-index: 97;
}
#custom-cta .cta.col-1:hover .cta-title,
#custom-cta-widget .cta.col-1:hover .cta-title{
	background-color: rgba(147, 146, 60, 0.7);
}
#custom-cta .cta.col-2 .cta-title{ 
	display: inline-block; 
	position: absolute; 
	bottom: 5px; 
	right: 0; 
	background-color: rgba( 0, 0, 0, 0.639 );
	position: absolute;
	min-width: 131px;
	height: 38px;
	z-index: 97;
}
#custom-cta-widget .cta.col-2 .cta-title{ 
	display: inline-block; 
	position: absolute; 
	bottom: 5px; 
	right: 0; 
	background-color: rgba( 0, 0, 0, 0.639 );
	position: absolute;
	min-width: 131px;
	height: 38px;
	z-index: 97;
}
#custom-cta .cta.col-2:hover .cta-title,
#custom-cta-widget .cta.col-2:hover .cta-title{
	background-color: rgba(147, 146, 60, 0.7);
}
#custom-cta .cta img{
}
#custom-cta .cta-summary{ padding: 10px; }
#custom-cta .cta-summary .readmore{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 108px rgba(0, 0, 0, 0.5) inset;
	color: #FFFFFF;
	display: block;
	height: 30px;
	left: 0px;
	line-height: 30px;
	padding: 85px 0;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	vertical-align: middle;
	display:none;
}
#custom-cta .cta:hover .readmore{ display:block;  }
#testimonials{ padding:100px 0; background: #f4f4f4;}
#testimonials .bx-wrapper{ margin: 0; }
#testimonials .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }
#testimonials .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; min-height: 250px;  background:none!important; }
#slider-testimonials > .testimonial{ width:100%!important; text-align: center; }
#slider-testimonials > .testimonial .text{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	padding: 0 50px;
	position: relative;
}
#slider-testimonials > .testimonial .text .open,
#slider-testimonials > .testimonial .text .close{ 
	font-size: 68px;
	height: 50px;
	left: 0;
	line-height: 50px;
	position: absolute;
	top: 0;
	width: 50px;
}
#slider-testimonials > .testimonial .text .close{
	bottom: 0;
	color: #000;
	left: auto;
	opacity: 1;
	right: 0;
	top: auto;
}
#slider-testimonials > .testimonial .info{ font-size: 20px;  }
#get-stared{
	padding:45px 0;
	border-top: #eee solid 1px;
}
/* = Custom Plugins
------------------------------------------------*/
/* Plugin WP Pagenavi */
.wp-pagenavi{}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #BFBFBF;
	margin: 2px;
	padding: 0 8px!important;
	text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #333;
}
.wp-pagenavi .pages{ border:none; }
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{ border:none;}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #428bca;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #2a6496;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #428bca;
	border-color: #428bca;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999999;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
/* Gravity Forms Section */
.gform_wrapper ul { margin: 0px !important; }
.gform_wrapper ul li { margin: 0px 0px 15px 0px !important; padding: 0px !important; list-style-image: none !important; list-style: none !important; }
.gfield_label { font-weight: lighter !important; }
.gfield_required { color: #ff0000 !important; font-weight: lighter !important; }
.ginput_container input {
	height: 36px; 
	width: 100%;
	-webkit-box-shadow: inset 4px 4px 12px -6px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    inset 4px 4px 12px -6px rgba(50, 50, 50, 0.2);
	box-shadow:         inset 4px 4px 12px -6px rgba(50, 50, 50, 0.2);
}
.ginput_container textarea { 
	width: 100%;
	-webkit-box-shadow: inset 4px 4px 12px -6px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    inset 4px 4px 12px -6px rgba(50, 50, 50, 0.2);
	box-shadow:         inset 4px 4px 12px -6px rgba(50, 50, 50, 0.2);
}
#gform_1 .gform_footer .gform_button {	
	width: 95px; 
	height: 37px; 
	border-radius: 5px; 
	display: inline-block;
	background: #93923c;
	color: #fff;
	box-shadow: none;
	border: none;
	font-size: 15px;
	text-transform: uppercase;
	float: right;
	margin-top: 20px;
}
.ginput_container input:focus,
.ginput_container textarea:focus { }
.gform_wrapper .gform_footer { clear: both; margin: 0!important; padding: 0!important; }
.gform_button { }
.gform_button:focus,
.gform_button:hover {  }
.gform_validation_container {  }
/*-- Gravity Error Section ----------------*/
.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message { padding: 0 !important; }
.validation_error { color: #790000 !important; font-size: 12px !important; font-weight: lighter !important; margin: 0 !important; }
.gfield_error { background: none !important; border: 0px !important; color: #70a7c5 !important; padding: 0px !important; }
.gfield_error .gfield_label { color: #2b424b !important; font-weight: lighter !important; }
.validation_message { color: #790000 !important; padding: 2px 0px 0px 0px !important; }
.gfield_error input,
.gfield_error textarea {  border: 1px #ff0000 solid !important; }
.gfield_error input:focus,
.gfield_error textarea:focus { color: #fff !important; }
.latest-news { display: block;position: relative;margin: 0px 0px 30px 0px;}
.latest-news .gform_title{
	margin-top: 15px;
	font-size: 21px;
	color: #ebe7e1;
	line-height: 40px;
	text-transform: capitalize;
}
.latest-news .gform_body {display: inline-block;}
.latest-news .ginput_container input { 
	width: 425px;
	height: auto;
	border-radius: 5px;
	line-height: 14px;
	padding: 16px;
	font-size: 14px;
}
.latest-news .gform_footer.top_label { display: inline-block;}
.latest-news .gform_footer.top_label .button{ 
	width: 124px; 
	height: 49px; 
	border-radius: 5px; 
	display: inline-block;
	background: #93923c;
	color: #fff;
	box-shadow: none;
	border: none;
	font-size: 15px;
	text-transform: uppercase;
}
.latest-news .gform_footer.top_label .button:hover{ 
	background: #818026;
}
::-webkit-input-placeholder {
	color: #171616;
	font-size: 15px;
	opacity: 0.8;
}
:-moz-placeholder { /* Firefox 18- */
	color: #171616;
	font-size: 15px;
	opacity: 0.8;  
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #171616;
	font-size: 15px;
	opacity: 0.8;  
}
:-ms-input-placeholder {  
	color: #171616;
	font-size: 15px;
	opacity: 0.8;  
}
.footer-line{
	background: url("images/footer-line.png") repeat-x top center;
	display: block;
	position: relative;
	width: 100%;
	height: 2px;
	content: " ";
	margin-bottom:23px;
}
/* Plugin WP PWD Footer */
#pwd_footer_v2 li{ margin-left:5px; }
/* Custom bootstrap
-------------------------------------------------- */
.thumbnail{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 0;
}
.top-search{
	width: 445px;
	height: 41px;
	border: 1px solid #ccc;
	border-radius:5px;
	float: left;
	display: inline-block;
	overflow: hidden;
	top: 25px;
	right: 20px;
	position: absolute;
}
.dropdown-box-single select {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: none;
	width: 100%;
	text-transform: uppercase;
	cursor: pointer;
	float: none !important;
	height: 41px;
	padding-left: 10px;
	font-size: 13px;
	color: #96938e;
	font-weight: bold;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.dropdown-box-single {
	background: url("images/dropdown-box-bg.png") repeat #d9d5ce;
	position: relative;
	width: 180px;
	height: 41px;
	border-radius: 0;
	float: left;
}
.dropdown-box-single:before {
	background: url("images/dropdown-top-bg.png") no-repeat right top   #d9d5ce;
	content: "";
	display: block;
	height: 41px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
}
#txt-search{
	background: url("images/search-txt.png") no-repeat scroll 97% center #FFF;
	display: inline-block;
	float: left;
	width: 313px;
	border: medium none;
	border-radius: 0px;
	font-size: 14px;
	line-height: 14px;
	padding: 11px 10px;
	height: 41px;
}
.wrapper-parents-menu{
	display: block;
	position: relative;
	top:26px;
	z-index: 10;
}
.wrapper-product-menu{
	background: url("images/wrapper-product-menu-bg.png") no-repeat right top #f5f5f5;
	display: none;
	position: absolute;
	min-height: 311px;
	top: 100%;
	width: 99%;
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
	height: auto;
	padding-bottom: 30px;
	-webkit-animation: slide 0.5s forwards;
	-webkit-animation-delay: 2s;
	animation: slide 0.5s forwards;
	animation-delay: 2s;
}
.wrapper-product-detail{
	clear: both;
	padding: 35px 30px 0 30px;
	display: block;
	height: 310px;
	cursor: pointer;
	z-index: 9999 !important;
}
.wrapper-product-detail .term-box-title a{
	font-size: 30px;
	color: #595244;
	font-weight: bold;
	display: block;
	position: relative;
	margin-bottom: 15px;
}
.wrapper-product-detail .term-list{
	display: block;
	position: relative;
}
.wrapper-product-detail .term-list h2{
	display: block;
	position: relative;
	background: url("images/nav-product.png") no-repeat left;
	line-height: 30px;
	padding-left: 15px;
	position: relative;
}
.wrapper-product-detail .term-list h2:hover{
	display: block;
	position: relative;
	background: url("images/nav-product-hover.png") no-repeat left;
	line-height: 30px;
	padding-left: 15px;
	position: relative;
}
.wrapper-product-detail .term-list a{
	font-size: 12px;
	color: #4e4e4e;
	text-decoration: none;
	font-weight: lighter;
	text-transform: capitalize;
}
.wrapper-product-detail .term-list h2:hover a{
	color: #93923c;
}
.wrapper-product-icon{
	background: rgba(255, 255, 255, 0.3);
	height: 85px;
}
.wrapper-product-icon ul{
	margin: 0;
	padding: 0;
}
.wrapper-product-icon ul li{
	display: inline-block;
	list-style: none;
	float:left;
	width: 140px;
	height: 85px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
.wrapper-product-icon ul li span{
	display: table-cell;
	vertical-align: middle;
	width: 140px;
	height: 75px;
	text-align: center;
}
.wrapper-product-icon ul li span img{
	display:block;
	float: none;
	margin: 0 auto;
	cursor: pointer;
}
.term-box{
	display: none;
	height: 100%;	
	max-width: 650px;	
}
.term-box h2{
	font-size: 13px;
	color: #7a7a7a;
	font-weight: bold;
	margin-bottom: 10px;
}
#dropdown-categories {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 650px;
}
#dropdown-categories li a {
	background: url("images/nav-product.png") no-repeat left;
	line-height: 30px;
	padding-left: 15px;
	font-size: 16px;
}
#dropdown-categories li a:hover {
	font-weight: bold;
}
.products-container{
	overflow: hidden;
}
.feature-banner{
	background: url("images/home-feature.png") no-repeat scroll center top rgba(0, 0, 0, 0);
	content: " ";
	display: block;
	height: 145px;
	margin-bottom: 15px;
	margin-top: -54px;
	position: relative;
}
.products-carousel{
	clear: both;
	margin: 0 auto;
	display: block;
	position: relative;
	overflow: hidden;
	height: 280px;
	max-width: 100%;
	width: 100%;
}
.products-carousel .bxslider{
	/*margin: 0 25px;*/
}
.products-carousel .bx-wrapper{ 
	max-width: 100% !important;
	display: block;
	position: relative;
}
.products-carousel .bx-wrapper .bx-viewport{
	border: none !important;
	box-shadow: none !important;
	background: none !important;
	overflow: hidden !important;
	margin: 0 auto;
	display: block;
	position: relative;
}
.products-carousel .bx-wrapper img{
	display: block;
	position: relative;
	margin: 0 auto;
}
.products-carousel .bx-viewport .slide{
	background-size: cover !important;
	height: 256px !important;
	display: block !important;
	position: relative !important; 
	overflow: hidden !important;
	cursor: pointer !important;
	text-align: center !important;
}
.product-title {
	margin-top: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #3c3c3c;
	text-transform: capitalize;
}
.products-carousel .product-price{
	z-index: 10;
	color: #93923c;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.products-carousel .bx-viewport .slide:hover img{
	opacity: 0.8;	
}
.products-carousel .bx-viewport .slide:hover .product-title{
}
.products-carousel .bx-viewport .slide:hover .product-price{
}
.products-carousel .bx-controls-direction {
	display: block;
	position: absolute;
	width: 100%;
	top: 40%;
}
.products-carousel .bx-controls-direction a{
}
.products-carousel .bx-wrapper .bx-prev{
	display: block;
	width: 10px !important;
	height: 22px !important;
	background: url("images/bx-small-prev.png") no-repeat left center ;
	margin-left: -10px !important;
	-webkit-transition: opacity .4s ease-in;
	transition: opacity .4s ease-in;
}
.products-carousel .bx-wrapper .bx-prev:hover {
	display: block;
	width: 10px !important;
	height: 22px !important;
	background: url("images/bx-small-prev-hover.png") no-repeat left center;
	margin-left: -10px !important;
}
.products-carousel .bx-wrapper .bx-next{
	display: block;
	width: 10px !important;
	height: 22px !important;
	background: url("images/bx-small-next.png") no-repeat left center ;
	margin-right: -10px !important;
	-webkit-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}
.products-carousel .bx-wrapper .bx-next:hover {
	display: block;
	width: 10px !important;
	height: 22px !important;
	background: url("images/bx-small-next-hover.png") no-repeat left center;
	margin-right: -10px !important;
}
.product-view-all{
	width: 100%;
	text-align: center;
}
.product-view-all a{
	padding: 2px 5px 2px 5px;
	background: #ebe7e1;
	color:#3c3c3c;
	width: 100%;
	text-decoration: none;
	text-align: center;
}
.product-sort{
	display: block;
	position: absolute;
	bottom: 0;
	right: 27px;
	background: #525252;
	border-radius: 10px 10px 0 0;
	border: 1px solid #525252;
	min-width: 138px; 
	height: 42px;
	overflow: hidden;
}
.product-sort .sort-title{
	font-size: 13px;
	color: #f3efe8;
	font-weight: bold;
	display: inline-block;
	height: 45px;
	padding-left: 15px;
	padding-right: 10px;
	float: left;
	line-height: 43px;
	margin-right: 8px;
}
.product-sort .sort-title:hover{
	color: #93923C;
}
.product-sort .sort-title a{
	font-size: 13px;
	color: #f3efe8;
	text-decoration: none;
}
.product-sort .sort-title a:hover{
	font-size: 13px;
	color: #93923C;
	text-decoration: none;
}
.dropdown-box-sort{
	float: left;
	display: inline-block;
	width: 63px;
	position: relative;
	border: 1px solid #737373;
	height: 22px;
	margin-top: 10px;
	margin-right: 15px;
}
.dropdown-box-sort:before {
	background: url("images/sort-bg.png") no-repeat scroll 55px 7px #525252;
	content: "";
	display: block;
	height: 20px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
}
.dropdown-box-sort select {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: none;
	width: 100%;
	text-transform: uppercase;
	cursor: pointer;
	float: none !important;
	height: 21px;
	padding-left: 10px;
	font-size: 13px;
	color: #96938e;
	font-weight: bold;
}
.woocommerce div.product div.images img {
	width: auto !important;
}
.top-search-button {
	position: absolute;
	top: 3px;
	right: 5px;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
}
.site-desktop {
	display: block;
}
.site-mobile {
	display: none;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
	float: left;
}
.woocommerce div.product .product_title, .woocommerce #content div.product .product_title, .woocommerce-page div.product .product_title, .woocommerce-page #content div.product .product_title{
	margin: 0px;
	font-size: 20px;
	color: #3c3c3c;
	padding: 0px;
}
.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price{
	color: #3c3c3c;
	font-size: 14px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
	width: 60%;
}
.box-list{
	display: block;
	position: relative;
	width: 40%;
	float: left;
	border: 1px solid #e7e7e7;
	padding: 20px;
}
.box-list ul li{
	list-style: none;
	font-size: 12px;
	line-height: 26px;
	position: relative;
}
.box-list ul li:before{
	display: block;
	position: absolute;
	background: url("images/list-nav.png") no-repeat left center;
	content: " ";
	height: 26px;
	width: 10px;
	right: 102%;
}
.product-break{
	clear: both;
	margin-bottom: 50px;
	width: 100%;
}
.woocommerce .product-single-content .quantity, .woocommerce #content .product-single-content .quantity, .woocommerce-page .product-single-content .quantity, .woocommerce-page .product-single-content #content .quantity{
	width: 60px;
}
.woocommerce .product-single-content .quantity input.qty, .woocommerce #content .product-single-content .quantity input.qty, .woocommerce-page .product-single-content .quantity input.qty, .woocommerce-page #content .product-single-content .quantity input.qty{
	height: 46px;
}
.woocommerce .product-single-content a.button.alt, .woocommerce .product-single-content button.button.alt, .woocommerce .product-single-content input.button.alt, .woocommerce .product-single-content #respond input#submit.alt, .woocommerce #content .product-single-content input.button.alt, .woocommerce-page .product-single-content a.button.alt, .woocommerce-page .product-single-content button.button.alt, .woocommerce-page .product-single-content input.button.alt, .woocommerce-page .product-single-content #respond input#submit.alt, .woocommerce-page #content .product-single-content input.button.alt{
	height: 46px;
	min-width: 152px;
	border: none;
	box-shadow: none;
	border-radius: 5px;
	background: #93923c;
	text-transform: uppercase;
	color: #ebe7e1;
	font-size: 15px;
	text-shadow: none;	
}
.woocommerce .product-single-content .quantity .plus, .woocommerce .product-single-content .quantity .minus, .woocommerce #content .product-single-content .quantity .plus, .woocommerce #content .product-single-content .quantity .minus, .woocommerce-page .product-single-content .quantity .plus, .woocommerce-page .product-single-content .quantity .minus, .woocommerce-page #content .product-single-content .quantity .plus, .woocommerce-page #content .product-single-content .quantity .minus{
	height: 23px;
	width: 25px;
}
.woocommerce .product-single-content a.button.alt:hover, .woocommerce .product-single-content button.button.alt:hover, .woocommerce .product-single-content input.button.alt:hover, .woocommerce .product-single-content #respond input#submit.alt:hover, .woocommerce #content .product-single-content input.button.alt:hover, .woocommerce-page .product-single-content a.button.alt:hover, .woocommerce-page .product-single-content button.button.alt:hover, .woocommerce-page .product-single-content input.button.alt:hover, .woocommerce-page .product-single-content #respond input#submit.alt:hover, .woocommerce-page #content .product-single-content input.button.alt:hover {
	background: #93923c;
	color: #fefef2;
	text-shadow: none;
}
.accordion-faqs{
	margin: 0px 0 0px 0px;
	padding:  45px;
}
.faqs-list{
	display: block;
	position: relative;
	margin-bottom: 45px;
}
.faq-title{margin-bottom: 20px; text-transform: uppercase;}
#accordion{
}
.ui-accordion-header{
	font-size:17px;
	border-bottom: 1px solid #e7e7e7;
	color: #7a7a7a;
	padding:5px 5px 5px 0px;
	background: url("images/arrow-small-down.png") no-repeat scroll right 0 center rgba(0, 0, 0, 0);
	background-position:right;
	background-repeat:no-repeat;
	width:100%;
	height:33px;
	text-transform:uppercase;
	vertical-align:middle;
	cursor:pointer;
	margin-bottom:10px;
}
.ui-accordion-header-icon{
}
.ui-accordion-header-active{
	background: url("images/arrow-small-up.png") no-repeat scroll right 0 center rgba(0, 0, 0, 0);
}
.ui-accordion-content{
	padding-left:0px;
	padding-right:0px;
	text-align:justify;
	overflow:hidden;
	margin-bottom:10px;
	color:#636363;
}
.pp_woocommerce .ppt {
	display: none !important;
}
.pp_woocommerce .pp_description {
	display: none !important;
}
.variations-box .dropdown-box-single {
	float: none; 
	margin: 0 0 20px;
}
/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}
.accordion {
	overflow:hidden;
	/*box-shadow:0px 1px 3px rgba(0,0,0,0.25);*/
	border-radius:3px;
	/*background:#f7f7f7;*/
}
/*----- Section Titles -----*/
.accordion-section-title {
	background: rgba( 60, 60, 60, 0.969 )url(https://www.steelosgunsandoutdoors.com.au/wp-content/uploads/2016/03/arrow-203-16.png) 99% center no-repeat;
	width: 100%;
	display: block;
	position: relative;
	padding: 10px;
	color: rgb(235, 231, 225);
	font-weight: bold;
}
.accordion-section-title:hover {
	background: rgba( 60, 60, 60, 0.969 )url(https://www.steelosgunsandoutdoors.com.au/wp-content/uploads/2016/03/arrow-203-16.png) 99% center no-repeat;
	text-decoration:none;
}
.accordion-section-title.active{
	text-decoration:none;
	background: #93923c url(https://www.steelosgunsandoutdoors.com.au/wp-content/uploads/2016/03/arrow-141-16.png) 99% center no-repeat;
	color: #fff;
}
.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}
/*----- Section Content -----*/
.accordion-section-content {
	padding:15px;
	display:none;
}
.accordion-section-content p{
	margin-bottom: 5px;
	line-height: 24px;
}
.accordion-section-content span{
	padding: 0 10px 0 0px;
}
.accordion-section-content li{
	list-style: none;
}
.site-note {
	font-size: 13px;
	text-transform: uppercase;
	padding: 40px 20px;
	text-align: center;
	font-weight: bold;
}


@media only screen and (min-width: 980px) and (max-width: 1024px){
	.container{width: 980px;}
	#custom-slideshows > .slide .site-container{left: 0;}
	.top-search{width: 300px;}
	#txt-search{width: 168px;}
	.content-fix{width: 70%;}
	.widget-right-box{max-width: 280px;}
	.contact-right-box{max-width: 280px;}
	.page-template-page-templatescontact-us-php .entry-content .col-md-6{
		width: 100%;
	}
	#secondary .widget ul li {
	    width: 205px;
	}
	#secondary .widget ul.product-categories li.cat-parent > a {
	    background: url("images/arrow-down.png") no-repeat 180px center rgba( 79, 79, 79, 0.969 );
	}

	.box-list{display: none;}
	.navbar-default .navbar-nav > li > a{
		    padding: 15px 10px 15px 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 979px){
	.nav.navbar-nav {
	    top: 50px;
	    display: block;
	    position: relative;
	    float: right;
	}
	.top-search{top: 10px; right: 10px;}
	.page-template-page-templatescontact-us-php .hentry .col-md-8{width: 100%;}
	.content-fix{width: 100%;}
	.contact-right-box{max-width: 100%; width: 100%;}
	.widget-right-box {
	    max-width: 100%;
	    float: left;
	    width: 100%;
	}
	.wrapper-product-detail{height: 100%;}
	#secondary .widget ul li{width: 100%;}
	#secondary .widget ul.product-categories li.cat-parent > a{
		background : url("images/arrow-down.png") no-repeat 95% center rgba( 79, 79, 79, 0.969 );
	}
	#secondary .widget ul.product-categories li.cat-parent > a.active{ 
		background : url("images/arrow-up.png") no-repeat 95% center rgba( 79, 79, 79, 0.969 );
	}
	.product-archive-content ul.products li.product-summary{width: 50%!important;}
	.price_label{text-align: left;}
	.woocommerce .widget_price_filter .price_slider_amount .button {
	    font-size: 1.15em;
	    float: none;
	    width: 100%!important;
	}
	.pwd-address{font-size: 11px;}
	.top-socials li:first-child{margin-right: 5px;}
	.top-socials li.facebook,
	.top-socials  li.instagram {
	    margin-right: 5px;
	    margin-left: 5px;
	}

}

@media (max-width: 991px){
	.blog #sidebar, .single-post #sidebar {
	    padding: 45px;
	}
}

@media (max-width: 767px){
	.top-bar{height: auto; text-align: center;}
	.top-bar .align-right{text-align: center!important;}
	.top-bar .add-cart{width: 285px; float: none;}
	.navbar{height: auto;}
	.navbar-default .navbar-brand{top: 0;}
	.navbar-default .navbar-toggle {
    	border-color: #dddddd;
	    margin-top: 20px;
	    position: absolute;
	    right: 10px;
	}
	.navbar-default .navbar-collapse{
	    background: #ebe7e1;
	    position: absolute;
	    width: 100%;
	    height: 300px;
	    padding: 0 30px;
	}
	.nav.navbar-nav{top: 80px;}
	.wrapper-parents-menu {
	    display: block;
	    position: relative;
	    top: 300px;
	    z-index: 55;
	}
	.wrapper-product-menu {
	    margin-left: 0;
	    margin-right: 0;
	    height: auto;
	}
	.wrapper-product-detail {
	    height: auto;
	}
	#custom-slideshows > .slide .site-container {
	    display: block;
	    position: relative;
	    font-size: 50px;
	    color: #ebe7e1;
	    line-height: 55px;
	    top: 85px;
	    font-weight: normal;
	    left: 0;
	    padding: 20px;
	    text-align: center;
	}
	.bx-wrapper .bx-controls-direction a{z-index: 50;}
	.page-template-page-templatescontact-us-php .hentry .col-md-8{width: 100%;}
	.content-fix{width: 100%;}
	.contact-right-box{max-width: 100%; width: 100%;}
	.widget-right-box {
	    max-width: 100%;
	    float: left;
	    width: 100%;
	}
	.latest-news .ginput_container input{
		width: 100%;
	}

	.top-search{
		width: 290px;
	    height: 80px;
	    border-radius: 5px;
	    float: none;
	    display: inline-block;
	    overflow: visible;
	    top: 25px;
	    right: 0;
	    position: relative;
	    border: none;
	    margin: 0 auto;
	}
	.dropdown-box-single{
		width: 115px;
	}
	#cta-container{
		margin-top: 50px;
	}
	#custom-cta{
		height: 100%;
	}
	#custom-cta .cta{
		margin-bottom: 30px;
	}
	#txt-search{
		width: 175px;
	}
	.site-footer {
		float: none;
		text-align: center;
		display: inline-block;
	}
	.site-footer .site-copyright{
		float: none;
		text-align: center;
		display: inline-block;
	}
	#footer-sidebar .widget:last-child h3,
	.pwd-address{text-align: center;}
	.pwd-address .map-bt{
		float: none;
		text-align: center;
		display: inline-block;
	}
	.product-archive-content ul.products li.product-summary{width: 50%!important;}
	.product-sort{display: none;}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	    width: 100%;
	}
	.box-list{display: none;}
	.page-template-page-templatescontact-us-php .hentry .address .t-label{width: auto;}
	.page-template-page-templatescontact-us-php table{width: 100%!important;}
	.ui-accordion-header{height: auto;}

	.widget-product-box{float: none;}
	#secondary .widget ul li{width: 100%;}
	#secondary .widget ul.product-categories li.cat-parent > a{
		background : url("images/arrow-down.png") no-repeat 95% center rgba( 79, 79, 79, 0.969 );
	}
	#secondary .widget ul.product-categories li.cat-parent > a.active{ 
		background : url("images/arrow-up.png") no-repeat 95% center rgba( 79, 79, 79, 0.969 );
	}
	.home .front-content ul.col-3 li {  width: 100%; float: none; }
}

@media (max-width: 480px){
	.wrapper-product-menu {
	    background: #f5f5f5!important;
	}
	.product-archive-content ul.products li.product-summary{width: 100%!important;}
	.widget_simpleimage{width: 100%; max-width: 100%;}
	.widget_simpleimage img{width: 100%;}
}