/*
Theme Name: Zuma Originals
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
-------------------------------------------------------------- */

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: #b2b2b2;
	font-family: 'Scada', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color:#636363;
	font-family: 'Scada', sans-serif;
}

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: #4c4c4c;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	text-decoration:none;
}

/* 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{ }


.site-header{}
.site-header .navbar-header{

	float: none; margin: auto; display: block;
}

.site-header .navbar-brand {
	display: block;
	float: none;
	font-size: 18px;
	height: auto;
	line-height: 40px;
	max-width: 281px;
	width: 100%;
	margin: auto !important;
	padding: 0px;
	position: relative;
}
.site-header .navbar-brand img{ 
	height: 110px; 
	display: block;
	margin: auto;
}

.site-featured{ margin:auto; }
.site-header-image-bg{ height:244px!important; margin-bottom: 30px;  }

.site-tagline {
	background: none repeat scroll 0 0 #eee;
	border-bottom: 5px solid #eee;
	font-size: 24px;
	line-height: 28px;
	padding: 40px 0;
}


.container{ }
.site-main{ padding: 40px 0px;}
.home .site-main{ width:100%; padding:0px; float:left; }

.site-footer{
	background: none repeat scroll 0 0 #ffffff;
	float: left;
	width: 100%;
}
.site-footer .footer-content{
	clear: both;
	float: left;
	margin: auto;
	padding: 45px 0 0px;
	position: relative;
	width: 100%;
}
.site-footer .footer-info {
	background: none;
	clear: both;
	color: #cccccc;
	float: left;
	font-size: 13px;
	line-height: 22px;
	margin: auto;
	padding: 0px 0 45px;
	position: relative;
	width: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
	
}
.site-footer .footer-info a{color: #cccccc;}
.site-footer .footer-info .site-info{  text-align:right; float:right; line-height:20px; }
.site-footer .footer-info .site-info p{ margin:0;padding-top: 34px; }
.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;
	max-height: 55px; 
	padding-top: 34px;
}
.site-footer .footer-info .footer-logo{
	display: block;
	float: left;
	margin-right: 30px;
	position: relative;
	max-width: 155px;
	max-height: 55px;
}



.page .entry-header{  }
.page .entry-header .entry-title{}

.home .front-content{ margin-bottom:0px; }
.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:839px!important; margin-bottom: 0; }

.page-template-page-templatescontact-us-php #contact-map{
	height: 244px;
	position: relative;
	width: 100%;
}
.page-template-page-templatescontact-us-php #content .pwd-address{
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
/* Layout: Content-Sidebar
------------------------------------------------------------------------------------------------------------- */

#content {}
#sidebar {margin: 40px 0 20px; }
#sidebar .widget{  }

/*
-------------------------------------------------- Footer Sidebar -------------------------------------------- */
#footer-sidebar{
	font-size: 12.0px;
	color: #999999;
	letter-spacing: 2px;
	line-height: 24px;
	text-transform: uppercase;
}
#footer-sidebar .widget{ margin: 0;}
#footer-sidebar #sidebar{margin: 0;}
#footer-sidebar .gform_widget, #footer-sidebar .widget_pwd_address_widget{
	width: 25%;
}
#footer-sidebar .pwd-socials{
	width: 12%;
}
#footer-sidebar #nav_menu-4{
	width: 20%;
}
#footer-sidebar .widget-title{
	font-size: 16.01px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
	border-bottom: none;
	color: #4c4c4c;
}
#footer-sidebar .pwd-socials li a{
	color: #999999;
	font-size: 12px;
}
#footer-sidebar .pwd-socials li{margin-right: 0;}
#footer-sidebar .pwd-socials li.facebook .fa-facebook{
	background: #3c5b9a;
	border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 20px;
    padding-left: 2px;
    padding-top: 4px;
    text-align: center;
    width: 20px;
    margin-right: 5px;
}
#footer-sidebar .pwd-socials li.pinterest .fa-pinterest{
	background: #cd2129;
	border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 20px;
    padding-left: 2px;
    padding-top: 4px;
    text-align: center;
    width: 20px;
    margin-right: 5px;
}
#footer-sidebar .pwd-socials li.instagram .fa-instagram{
	background: #3c739c;
	border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 20px;
    padding-left: 2px;
    padding-top: 4px;
    text-align: center;
    width: 20px;
    margin-right: 5px;
}

#menu-shop-online li{
	display: inline;
}
#menu-shop-online li a, #menu-customer-service li a{
	color: #999999;
	font-size: 12px;
	padding-right: 6px;
	line-height: 24px;
}
#menu-customer-service li{
	display: block;	
}
#footer-sidebar .menu li a:hover{
	color: #4c4c4c;
}

#gform_wrapper_3 ul li:first-child {
    margin-top: 10px !important;
}
#gform_wrapper_3 .ginput_container input {
    width: 75%;
    border:1px solid #999999;
    color: #999999;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#gform_wrapper_3 .gform_footer input[type="submit"]{
	position: relative;
	float: right;
	margin-top: -53px;
	background: #999999;
	box-shadow: none;
	border:none;
	height: 38px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
}
#gform_wrapper_3 .gform_footer input[type="submit"]:hover{
	background: #4c4c4c;
}
#footer-sidebar .pwd-address .address {
    line-height: 20px;
}
/* 
-------------------------------------------------- Primary Menu ------------------------------------------------*/

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}
.navbar-right{ margin-right: 0;}
.navbar{ margin: 0; }
.navbar-default {
	background-color: #fff;
	border-color: #e7e7e7;
	border:none;
}
.navbar-default .navbar-brand {
	color: #777777  ;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e  ;
	background-color: transparent;
}

.navbar-default .navbar-text {
	color: #777777  ;
}
.navbar-default .navbar-nav > li > a {
	line-height: 24px; 
	padding: 20px 10px;
	color: #b2b2b2;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #4c4c4c;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555555  ;
	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-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #dddddd  ;
	margin-top: 16px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #dddddd  ;
}
.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-color: #e7e7e7  ;
	color: #555555  ;
}

.navbar-collapse.in .navbar-nav{ margin-bottom: 0;}
.navbar-collapse.in .navbar-nav > li > a{
	border:none;
}
.navbar-right li{ list-style: none; display: inline-block; float: left;}
.navbar-right li a{
	line-height: 24px; 
	padding: 20px 10px;
	color: #b2b2b2;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	float: right;
}
.navbar-right li.cart {
	background: url(images/icon-cart.png) right 17px no-repeat;
	padding-right: 20px;
}
.navbar-right li.search{
	display: block;
}
.navbar-right li.search #searchform .field{ width:180px; top: -10px !important; border: 1px solid #f2f2f2; position: relative; }
.navbar-right li.search #searchform #searchsubmit{
	background: #fff url(images/search-icon.png) center center no-repeat ;
	border: medium none;
	box-shadow: none;
	margin-top: 13px;
}
.navbar-right li > a:hover{
	color: #4c4c4c;
	background-color: transparent;
}
/*
---------------------------------------- Categories Menu --------------------------------------- */
.navbar-categories{
	position: relative;
	width: 100%;
	display: block;
	float: left;
	margin-top: 20px;
}
.menu-categories-menu-container{
	width: 100%;
	clear: both; 
    height: auto; 
    text-align: center;
}
.navbar-categories ul{
	margin: 0 auto;
    max-width: 1170px;
    position: relative;
    list-style: none; 
    border-bottom: 1px solid #e6e6e6;
}
.navbar-categories li{
	display: inline-block;
	margin: 0 10px;
}
.navbar-categories li a{
	color: #4c4c4c;
	font-size: 15px;
	text-transform: uppercase;
	padding: 20px 30px;
	display: block;
	letter-spacing: 2px;
}
.navbar-categories li a:hover, .navbar-categories li.current-menu-item a{
	color: #999;
}
/*
------------------------------------------------ Categories Sidebar Menu -------------------------------------- */
#sidebar-menu ul li.current-cat a{
	color: #4c4c4c;
}
/*
------------------------------------------------ Sidebar Inner Page Menu ------------------------------------ */
#sidebar-menu{margin-top: 18px;}
#sidebar-menu ul{ margin: 0; list-style: none;}
#sidebar-menu ul li{}
#sidebar-menu ul li a{
	color: #b2b2b2;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 22px;
	padding: 5px 0;
	display: block;
}
#sidebar-menu ul li a:hover, #sidebar-menu ul li.current_page_item a{
	color: #4c4c4c;
}
#sidebar-menu ul ul li a{
	font-size: 12px;
	padding-left: 15px;
}
/*
----------------------------------------------------- FAQs Page ----------------------------------- */
.accordion-faqs .ui-accordion-header{
	color: #999;
	padding: 10px 0 0;
	cursor: pointer;
}
.accordion-faqs .ui-accordion-header-active{
	color: #4c4c4c;
}
.accordion-faqs .ui-accordion-content{
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}

/* =Content
--------------------------------------------------------------------------------------------------- */

.sticky {}
.hentry {
	margin: 0 0 1.2em;
	padding: 0 0 1.2em;
	border-bottom:#eee solid 1px;
}
.hentry .entry-header{}
.hentry .entry-header .entry-title{ 
	margin-bottom:0px; 
	text-transform: uppercase;
	font-weight: 400;
}
.hentry .entry-header .entry-title a{ font-size: 16px; }
.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 {
	margin: 1.2em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}

.page-header{ margin-bottom:20px; margin-top: 0; }

.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; }
/* =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;
}
.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 */
.header-widgets{ display:block; float:right; margin-top:20px; width: 100%; }
.header-widgets .widget{ text-align:right; width: 100%; float: right; margin-bottom: 20Ppx; }
.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{}
.pwd-address .location{ clear: none; }
.pwd-address .address{}
.pwd-address .phone{ margin-bottom:0; }
.pwd-address .fax{ margin-bottom:0; }
.pwd-address .email a{color: #b2b2b2;}
.pwd-address .image-map{ float: right;margin-left: 10px;}

#footer-sidebar{}
#footer-sidebar .widget{ }
#footer-sidebar .widget:first-child{ margin-left:0;}

#footer-sidebar .widget_pwd_address_widget{

}
.socials{ margin: 0; list-style: none;}
.socials li{ float: left; margin-right: 10px;}
.socials li a{ font-size: 30px; opacity: 0.85;}
.socials li a:hover{opacity: 1.0;}
.socials li.facebook .fa-facebook{
	background: #3c5b9a;
	border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 50px;
    padding-top: 12px;
    text-align: center;
    width: 50px;
    margin-right: 5px;
}
.socials li.pinterest .fa-pinterest{
	background: #cd2129;
	border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 50px;
    padding-top: 12px;
    text-align: center;
    width: 50px;
    margin-right: 5px;
}
.socials li.instagram .fa-instagram{
	background: #3c739c;
	border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 50px;
    padding-top: 12px;
    text-align: center;
    width: 50px;
    margin-right: 5px;
}

/* =Custom Post type
----------------------------------------------- */

/* Custom Post type Slidshow */
#slidercontainer{ margin:auto; background:#d7d7d7;  }
#sliderarea{ width:100%; height:839px; 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:839px; background:none!important; }
#custom-slideshows > .slide{ width:100%!important; height:839px; background-size: cover; }


/* Custom Post type CTA */
#cta-container{ margin-bottom:20px; }
#custom-cta{}
#custom-cta .cta{ background: none repeat scroll 0 0 #F4F4F4; }
#custom-cta .cta img{
	display: block;
	height: auto;
	margin-bottom: 10px;
	max-width: 100%;
}
#custom-cta .cta-title {
	font-size: 20px;
	margin-bottom: 0;
	padding: 0 10px;
}
#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;
}

/* 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_1 { margin-top: 0 !important; }
.gform_wrapper ul { margin: 0px !important; }
.gform_wrapper ul li:first-child{ margin-top: 0 !important;}
.gform_wrapper ul li { margin: 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; }
.gform_wrapper .gform_title{
	font-size: 16px !important ;
	text-transform: uppercase !important;
	letter-spacing: 2px !important;
	color: #4c4c4c !important;
	padding-bottom: 10px !important;
	margin: 0 !important;
}
.ginput_container input {
	width: 100% !important;
	height: 38px;
	border: 1px solid #999;
	color: #999;
	letter-spacing: 2px !important;
	padding-left: 10px !important;
}
.ginput_container textarea {
	width: 100% !important;;
	height: 148px;
	border: 1px solid #999;
	color: #999;
	padding-top: 10px;
	letter-spacing: 2px !important;
	padding-left: 10px !important;
}
.gform_wrapper input[type="submit"]{
	position: relative;
	background: #999999;
	box-shadow: none;
	border:none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
}
.gform_wrapper input[type="submit"]:hover{
	background: #4c4c4c;
}
.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; }
/* 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;
}
/*
------------------------------------------- Woocommerce Products Summary Page--------------------------------------------- */
.product-container .page-title{display: none;}
.product-container .product-title, .related .product-title{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #4c4c4c;
	padding-top: 10px;
	height: 50px;
	line-height: 15px;
}
.product-container .price, .single-product-container .related span.price{
	display: block;
    float: none;
    margin: auto;
    text-align: center;
    width: 100%;
    font-size: 14px !important;
    color: #999999 !important;
    letter-spacing: 2px;
}
.product-container .products li, .related .products li{
	margin-bottom: 30px;
	position: relative;
	height: 475px;
}
.product-container .products img, .related .products img{
	height: 100%;
    max-height: 410px;
    max-width: 230px;
    
}
.product-container .products .products-hover, .related .products .products-hover{
	display: block;
	position: absolute;
	max-height: 410px;
	height: 100%;
	top: 0;
	z-index: 99;
	opacity: 0;
	-webkit-transition: opacity 0.7s ease-in;
	-moz-transition: opacity 0.7s ease-in;
	-o-transition: opacity 0.7s ease-in;
	-ms-transition: opacity 0.7s ease-in;
	transition: opacity 0.7s ease-in;
}
.product-container .products li:hover .products-hover, .related .products li:hover .products-hover{
	display: block;
	opacity: 1;
}
.no-padding{padding: 0;}
/*
-------------------------------------------------- Woocommerce Products Profile Page -----------------------------------------------*/
.single-product-container{}
.single-product-container #content .page-title{display: none;}
.single-product-container .product .images img{
	box-shadow: none !important;
	max-height: 650px; 
	max-width: 440px ;
	width: auto !important;
	height: 100%;
	display: block;
	margin: auto;
}
.single-product-container .product .thumbnails{display: none;}
.single-product-container .wooslider{
	border-radius: 0;
	box-shadow: none;
}
.single-product-container .wooslider img{
	max-height: 650px; 
	height: 100%;
	display: block;
	margin: auto !important;
	width: auto;

}
.single-product-container .wooslider-control-paging li a {
    background: #ccc;
    border-radius: 0px;
    box-shadow:none;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
}
.wooslider-control-paging li a.wooslider-active{
	  background: #999;
}
.single-product-container .product_title{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align:left;
	float: left;
	color: #4c4c4c;
}
.single-product-container .summary{
	width: 100% !important;
	position: relative;
}
.single-product-container .summary .prev-shop{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align:right;
	color: #4c4c4c;
}
.single-product-container .summary .price{
	width: 100%;
	display: block;
	color: #999 !important;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;

}
.single-product-container .summary form.cart{
	position: relative;
}
.single-product-container .summary form.cart .variations{
	margin-bottom: 0 !important;
}
.single-product-container .summary td{
	width: 100%;
	float: left;
}
.single-product-container .summary tr{
	position: relative;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.single-product-container .summary .label{
	padding: 0;
}
.single-product-container .summary .label label{
	font-size: 16px;
	color: #4c4c4c;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400 !important;
	line-height: 30px !important;
	width: 100%;
	text-align: left;
	padding: 0 !important;
}
.single-product-container .summary td.label label{
	font-size: 16px;
	color: #4c4c4c;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400 !important;
	line-height: 30px !important;
	width: 100%;
	text-align: left;
}
.single-product-container .summary .select-wrapper {
    background: url("images/select-icon.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    border: 1px solid #999;
    cursor: pointer;
    display: block;
    font-size: 12.09px;
    height: 38px !important;
    line-height: 38px;
    overflow: hidden;
    position: relative;
    text-indent: 8px;
    width: 60% !important;
    
}
.single-product-container .summary .select-wrapper select{
	-moz-appearance: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    width: 110% !important;
    text-transform: uppercase !important;
	padding-left: 10px !important;
}
.single-product-container .summary .select-wrapper select option.active{
	font-size: 12.09px;
	text-transform: uppercase;
	padding-left: 10px;
}
.single-product-container .summary .guide-btn{
	float: right;
	border: 1px solid #999;
	font-size: 12.09px;
    height: 38px !important;
    line-height: 38px;
    padding: 0 30px;
    
}
.single-product-container .summary .guide-btn a{
	color: #999;
}
.single-product-container .summary form.cart .single_variation_wrap{display: block !important;}
.single-product-container .summary form.cart .quantity{width: 100% !important;}
.single-product-container .summary form.cart .quantity input.qty{
	border:1px solid #999 !important;
	height: 38px !important;
    line-height: 38px;
    width: 80px !important;
}
.single-product-container .summary form.cart .minus, .single-product-container .summary form.cart .plus{display: none !important;}
.single-product-container .summary form.cart .single_add_to_cart_button{
	background: #999 !important;
	width: 100% !important;
	height: 60px !important;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    border:none !important;
}
.single-product-container .summary form.cart .single_add_to_cart_button:hover{
	background: #4c4c4c !important;
}
.single-product-container h2{
	font-size: 15px;
	text-transform: uppercase;
	color: #4c4c4c;
	letter-spacing: 2px;
	padding: 20px 0px;
	border-bottom: 1px solid #e6e6e6;
}
.back-button{
	background: #999 !important;
	text-transform: uppercase;
	font-weight: 400 !important;
	font-size: 20px;
	color: #fff;
	border: none !important;
}

.site-abn{
	float: left;
	margin-top: 30px;
}
.mobile-menu{display: none;}
.inner-mobile-menu{display: none;}

#shipping_method li label { text-indent: 10px; }
#shipping_method li label span { margin-left: 10px; }
.woocommerce p.stock.in-stock { display: none !important; }
.woocommerce div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {
	display: block !important;
}

.cart-collaterals .cart_totals table{
	margin:10px 0 20px !important;
}
.shipping_calculator .shipping-calculator-form{
	margin: 10px 0 20px;
}
/*
---------------------------------------------------  Mobile Responsive ------------------------------------------------------------ */
@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 320px) {}

/*
---------------------------------------------------- Extra ------------------------------------------------------*/

.strip-line{
	background: black;
	color: white;
	text-align: center;
	padding: 7px;
}

@media screen and (max-width: 1024px) {

	#footer-sidebar .widget-title{
		font-size: 13.01px;
	}
	#footer-sidebar .pwd-socials {
	    padding-right: 0;
	    width: 13%;
	}
	.product-container .products img, .related .products img{
		height: 100%;
    	max-height: 345px;
    	max-width: 195px;
    	overflow: hidden;

	}
	.product-container .product-title, .related .product-title {
	    color: #4c4c4c;
	    font-size: 12.5px;
	    font-weight: 400;
	    letter-spacing: 2px;
	    padding: 10px;
	    text-align: center;
	    text-transform: uppercase;
	    height: 50px;
	}
	.single-product-container .wooslider img {
	    display: block;
	    height: 100%;
	    margin: auto !important;
	    max-height: 410px;
	    width: auto;
	}
	.single-product-container .wooslider .wooslider-active-slide img{display: block;}
}

@media screen and (max-width: 768px) {
	.container {
		max-width: 768px;
		width: 100%;
		padding: 0px;
		overflow: hidden;
	}
	.mobile-menu{display: block;}
	.navbar-categories{
		display: none;
	}
	.navbar-right {
	    margin-right: 0;
	    border-bottom: 1px solid #b7b7b7;
	    padding-left: 110px;
	}
	.navbar-toggle{
		width: 55px;
		height: 55px;
		border-radius: 100%;
		margin-right: 30px;
		box-shadow: none;
		border: none;
		background: #000;
		opacity: 1.0;
		
	}
	.navbar-default .navbar-toggle{
		margin-top: 50px;
		margin-bottom: 0;
	}
	.navbar-default .navbar-toggle .icon-bar{background: #fff;}
	.navbar-toggle .icon-bar{margin: auto; height: 4px;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{ background: #000; box-shadow: none; opacity: 0.9;}
	.site-header .navbar-header{margin-bottom: 20px;}
	.site-header .navbar-brand{left: 30px; float: left; top: 10px;}
	.site-header .navbar-brand img {
	    display: block;
	    height: 100px;
	    margin: auto;
	}
	/*
	----------------------------------- Menu -------------------------- */
	.mobile-menu .navbar-collapse.collapse.in, .mobile-menu .navbar-collapse.collapsing{background: #000;}
	.mobile-menu .navbar-nav > li.customer-service > a{
		color: #999999;
	}
	.mobile-menu .navbar-nav > li.customer-service.first{
		border-top:1px solid #171717;
		padding-top: 15px;
	}
	.mobile-menu .navbar-nav > li.customer-service > a:hover, .mobile-menu .navbar-nav > li.customer-service.active > a{
		color: #fff;
	}
	.mobile-menu .navbar-nav > li > a {
	    color: #fff;
	    font-size: 15px;
	    letter-spacing: 1.5px;
	    line-height: 24px;
	    padding: 10px 10px 10px 30px;
	    text-transform: uppercase;
	}
	.mobile-menu .navbar-collapse.in .navbar-nav {
	    margin-bottom: 15px;   
	}
	.inner-mobile-menu{display: block; padding-top: 15px;}
	.inner-mobile-menu .navbar-collapse.collapse{display: block; visibility: visible;}
	.inner-mobile-menu .navbar-nav > li{
		background: url(images/menu-list.png)right center no-repeat;
		float: left;
	}
	.inner-mobile-menu .navbar-nav > li:last-child{background: none;}
	.inner-mobile-menu .navbar-nav > li > a {
		font-size: 15px;
		color: #b2b2b2;
		padding-right: 20px;
		text-transform: uppercase;
	}
	.inner-mobile-menu .navbar-nav > li > a:hover, .inner-mobile-menu .navbar-nav > li.active a{
		background: url(images/menu-list.png)right center no-repeat;
		color: #4c4c4c;
	}
	.inner-mobile-menu .navbar-nav > li:last-child > a:hover, .inner-mobile-menu .navbar-nav > li:last-child.active a{
		background: none;
	}
	/*
	---------------------------------- SlideShow --------------------------- */
	.home .site-header-image-bg {
	    height: 515px !important;
	    margin-bottom: 0;
	}
	.site-header-image-bg{margin-bottom: 0;}
	#sliderarea{ width:100%; height:515px; display:block; padding:0px;}
	#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:515px; background:none!important; }
	#custom-slideshows > .slide{ width:100%!important; height:515px; background-size: cover; background-position:-465px top !important; }
	/*
	------------------------------ Inner Page Content ---------------------- */
	#sidebar-menu{display: none;}
	.site-main{padding-top: 0; padding-bottom: 10px;}
	#content {margin: 30px; border-top: 2px solid #e6e6e6;}
	.page-template-page-templatescontact-us-php #content{margin-top: 0;}
	.page-template-page-templatescontact-us-php .inner-mobile-menu{padding-top: 0;}
	.page-template-page-templatescontact-us-php #contact-map{float: left; margin-bottom: 30px;}
	#content .socials{margin-bottom: 30px;display: block;float: left;}
	#content .socials li{float: left; border-bottom: none; width: auto; padding: 10px 0;}
	.page-template-page-templatescontact-us-php #footer-sidebar .pwd-socials{display: none;}
	/*
	------------------------------ Product Summary ------------------------- */
	.product-container .products li, .related .products li {
	    float: left;
	    height: 415px;
	    margin-bottom: 30px;
	    position: relative;
	    width: 50%;
	}
	.product-container .products img, .related .products img {
	    display: block;
	    height: 100%;
	    margin: auto;
	    max-height: 345px;
	    max-width: 195px;
	    overflow: hidden;
	}
	.product-container .products .products-hover, .related .products .products-hover {
	    display: block;
	    left: 50%;
	    margin: auto auto auto -97px;
	    opacity: 0;
	    position: absolute;
	    top: 0;
	    transition: opacity 0.7s ease-in 0s;
	    z-index: 99;
	}
	.pagination {
	    border-radius: 4px;
	    display: block;
	    margin: auto;
	    padding-left: 0;
	    width: 225px;
	}
	.product-container .page-title{
		display: block;
		font-size: 18px;
		color: #4c4c4c;
		text-transform: uppercase;
		letter-spacing: 2px;
		line-height: 40px;
	}
	/*
	----------------------------- Product Profile -------------------- */
	.site-content .single-product-container #content{border: none; margin: 0;}
	.single-product-container #content .page-title{display:block; line-height: 40px; text-transform: uppercase;}
	.single-product-container .product_title{width: 100%;}
	.related h2{ margin-bottom: 20px;}
	.single-product-container .summary .prev-shop{position: absolute; bottom: 0;}
	.single-product-container .summary {padding-bottom: 50px;}
	.wooslider .slides > li {
	    float: none;
	    list-style: outside none none;
	}
	/*
	---------------------------------- Footer ------------------------ */
	.site-footer .footer-content{padding-top: 0;}
	#footer-sidebar .pwd-socials{width: 100%;}
	#footer-sidebar .pwd-socials .widget-title{display: block;}
	.socials li{
		border-bottom: 1px solid #d0d0d0;
    	padding: 10px 30px 5px;
    	width: 100%;
	}
	#nav_menu-3, #nav_menu-4, #footer-sidebar .col-md-2.gform_widget, #footer-sidebar .widget_pwd_address_widget{display: none;}
	.home #footer-sidebar .col-md-2.gform_widget, .home #footer-sidebar .widget_pwd_address_widget{display:block ; width: 100%; padding: 30px 45px !important; float: left; border-bottom: 1px solid #d0d0d0; }
	.site-abn, .site-info{display: none;}
	.site-footer .footer-info .footer-logo{
		float: none;
		width: 100%;
		margin: auto;
		display: block;
		padding-top: 20px;
	}
	.site-footer .footer-info .site-copyright{float: none; display: block; width: 100%; text-align: center; padding-top: 30px;}
	.yith_magnifier_zoom_magnifier, .yith_magnifier_mousetrap{ display: none !important; }
}
@media screen and (max-width: 640px) {
	.container {
		max-width: 640px;
		width: 100%;
		padding: 0px;
		overflow: hidden;
	}
	.navbar-right{ padding-left: 50px;}
	.wooslider .slides > li {
	    float: none;
	    list-style: outside none none;
	}

}
@media screen and (max-width: 420px) {
	.product-container .products li, .related .products li{width: 100%;}
	.site-header .navbar-brand{max-width: 230px;}

}
@media screen and (max-width: 320px) {
	.container {
		max-width: 320px;
		margin: 0;
		width: 100%;
		padding: 0px;
		overflow: hidden;
	}
	.navbar-right {padding-left: 15px;}
	.navbar-right li.search #searchform .field{width: 70px;}
	.home .site-header .navbar-header {margin-bottom: 20px;}
	.site-header .navbar-header {margin-bottom: 0;}
	.mobile-menu{padding-top: 15px;}
	.site-header .navbar-brand {
	    float: left;
	    left: 15px;
	    top: 10px;
	    width: auto;
	}
	.site-header .navbar-brand img{
		display: block;
	    height: 65px;
	    margin: auto;
	}
	.navbar-default .navbar-toggle {
	    margin-bottom: 0;
	    margin-right: 15px;
	    margin-top: 20px;
	}
	#content{margin: 15px;}
	.home .site-header-image-bg {
	    height: 150px !important;
	    margin-bottom: 0;
	    width: 320px !important;
	}
	#sliderarea{ width:100%; height:150px; display:block; padding:0px;}
	#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:150px; background:none!important; }
	#custom-slideshows > .slide{ width:100%!important; height:150px; background-position:center top !important; background-size: 320px 150px !important; }
	/*
	----------------------- summary products ------------------- */
	.product-container .products li, .related .products li{
		width: 100%;
	}
	.product-container .products img, .related .products img{
		 display: block;
	    height: 100%;
	    margin: auto;
	    max-height: 230px;
	    max-width: 140px;
	    overflow: hidden;
	}
	.product-container .products .products-hover, .related .products .products-hover{margin: auto auto auto -70px;}
	.product-container .products li, .related .products li{height: 300px;}
	.product-container .product-title, .related .product-title{font-size: 11px; line-height: 10px;}
	/*
	-------------------------- Profile Products ------------- */
	.single-product-container .summary .select-wrapper{width: 100% !important;}
	.page-template-page-templatescontact-us-php #content {margin-top: 15px;}
	.single-product-container .product .images img{max-width: 260px !important;  width: auto !important; }

	.single-product .single-product-container  .product-row { height: auto; }
	.single-product .single-product-container .product-row .images{margin-bottom: 0;	}
	.single-product .single-product-container .thumbnails.slider{height: 150px !important;}
	#nav_menu-3{display: none;}
	#footer-sidebar .pwd-socials .widget-title{
		margin-left: 20px;
		margin-top: 20px;
	}
	#footer-sidebar .pwd-socials .socials li{padding-left: 20px !important;}
	#nav_menu-4, #footer-sidebar .col-md-2.gform_widget, #footer-sidebar .widget_pwd_address_widget{
		display: block;
		width: auto !important;
		margin: 0px 20px !important;
		padding-top: 20px;
		float: left;
	}
	.home #footer-sidebar .col-md-2.gform_widget{
		padding: 30px 15px !important;
		border-bottom: none;
	}
	.home #footer-sidebar .widget_pwd_address_widget{
		padding: 0px 15px !important;
		border-bottom: none;
	}
	.customtext{top: 0 !important;}
	.woocommerce table.shop_table td, .woocommerce-page table.shop_table td{
		padding: 5px !important;
		font-size: 12px !important;

	}
	.woocommerce td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dt{
		font-weight: normal !important;
		text-transform: capitalize !important;
		font-size: 12px !important;
	}
	.woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd{ 
		margin: 0 !important; 
		font-size: 12px !important;
	}

}

.wooslider-type-attachments li img{
	/*height: 525px !important;*/
}

div.images{
	width: 100% !important;
}

.variation_thumb{
	margin-bottom: 10px;
}

.variation_color{
	list-style-type: none;
	margin: 0;
	bottom: 0;
	height: 30px;
	clear: both;
	display: none;
}

.variation_color li{
	float: left;
	margin-right: 10px;
	/*display: none;*/
}

.variation_color .thumb{
	width: 25px;
}

.wooslider-control-nav{
	z-index:99 !important;
}

#fancybox-close{
	right: -35px;
}

#fancybox-content{
	border-width: 0 !important;
}

.thumbnails.slider{
	display: block !important;
	width: 100% !important;
	height: 200px !important;
}

.single-product.woocommerce .thumbnails #slider-prev, 
.single-product.woocommerce .thumbnails #slider-next{
	top: 30% !important;
}

.product-row{
	height: 850px;
}
.customtext {
	color: #636363;
	position: relative;
	top: 23px;
}
.woocommerce span.onsale, .woocommerce-page span.onsale {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	line-height: 50px;
	padding: 0;
	background: #f00;
}
.woocommerce span.soldout, .woocommerce-page span.soldout {
	background: url(images/banner_soldout.png) left top no-repeat;
	background-size: 65%;
	width: 216px;
	height: 142px;
	box-shadow: none;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
}