/*
Theme Name: PWD Default Theme 2.1 Layout 01
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: #7c7c7c;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1.2px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color:#636363;
	font-family: 'Leckerli One', cursive;
}

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;
	font-family:'Arial', Helvetica, sans-serif;
	letter-spacing: 0.8px;
}
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: #1982D1;
	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;
}
.no-padding{padding: 0;}

/*
-----------------------------------------------Header Layout--------------------------------------------- */
#page{
	background: url(images/bg.png)left center repeat;
	width: 100%;
	position: relative;
}
#page:after{
	content: "";
	background: url(images/page-bg-after.png)center center no-repeat;
	background-size: cover !important;
	position: absolute;
	top: 0;
	width: 100%;
	height: 615px;
	z-index: 9;
	left: 0;
}
.site-container{
	max-width: 1100px;
	width: 100%;
	margin: auto;
	display: block;
}
.site-header{}
.site-header .navbar-brand {
	display: block;
	float: left;
	font-size: 18px;
	height: auto;
	line-height: 40px;
	padding: 45px 0px 0px;
	margin-bottom: 25px;
}
.site-header .navbar-brand img{ 
	display: block;
    height: 61px;
    width: auto;
}

.site-featured{ margin:auto; }
.site-header-image-bg{ height:215px!important;position: relative; z-index: 999; }
.site-header-image-bg:after{ background: none;}

.site-tagline {
	background: none repeat scroll 0 0 #eee;
	border-bottom: 5px solid #eee;
	font-size: 24px;
	line-height: 28px;
	padding: 40px 0;
}
.page .entry-header{  }
.page .entry-header .entry-title{}
.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:480px!important; position: relative;}

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

/* 
----------------------------------------------- Nav 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-header{width: 100%; position: relative;}
.navbar-header .widget{
	position: absolute;
	top: 0;
	right: 0;
	margin-bottom: 15px;	
}
.navbar-header .widget .phone-number{
	color: #de4d57;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 24px;
	padding-top: 0px;
}
.navbar-header .widget .phone-number span{
	padding-top: 10px;
	float: left;
	margin-right: 20px;
}
.navbar-header .widget .phone-number .enquiry{
	background: rgba(222,77,87,1.0);
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 30px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.navbar-header .widget .phone-number .enquiry:hover{
	background: rgba(222,77,87,0.8);
}
.navbar-header .widget .enquiry{
	float: right;
}
.navbar-collapse.collapse{
	float: right;
	position: relative;
	top: 65px;
}
.navbar-collapse.collapse ul{
	border-bottom: 1px solid #f2f2f2;
	margin-right: 25px;
}
.navbar-default .navbar-nav > li{padding: 0 13px;}
.navbar-default .navbar-nav > li:first-child{ padding-left: 0;}
.navbar-default .navbar-nav > li:last-child{ padding-right: 0;}
.navbar-default .navbar-nav > li > a {
	line-height: 24px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 9px 0px 10px;
	color: #a6a6a6;
	letter-spacing: 1px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #de4d57  ;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #de4d57  ;
	background: none ;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #de4d57;
	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;
}
.mobile-size .navbar-collapse.collapse{top: 0;}
.cat-menu.navbar-collapse.collapse ul{border: none; margin: 0;}
.cat-menu{
	position: relative;
	width: 100%;
	float: left;
	border-top: 1px solid #f2f2f2;
}
.cat-menu ul{margin: 0; list-style: none; border-top: 1px solid #f2f2f2;}
.cat-menu li{ 
	display: block ;
	float: left;
	position: relative;
	/*padding: 20px;*/
	padding: 20px;
	border-left: 1px solid #f2f2f2;
}
.cat-menu li:first-child{border-left: none;}
.cat-menu li a{
	color: #a6a6a6;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 1px;
}
.cat-menu li:hover{
	background: #de4d57;
	color: #FFF;
}
.cat-menu li:hover > a{color: #fff;}
.cat-menu li.current-menu-item{
	background: #de4d57;
}
.cat-menu li.current-menu-item a{color: #FFF;}
.cat-menu li:hover > .sub-menu { display: block; visibility:visible; opacity: 1.0;}
.cat-menu .sub-menu{
    position: absolute;
    min-width: 360px;
    min-height: 280px;
    z-index: 9999;
    padding: 50px;
    border-top: 1px solid #de4d57;
	display: block;
	visibility: hidden;
	left: 0;
	top: 100%;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.cat-menu .sub-menu .list-item{
	display: block;
    float: left;
    border-right: none;
    text-align: right;
    margin-bottom: 5px;
    width: 100%;
}
.cat-menu .sub-menu .list-item a{
	color: #fff;
    font-weight: normal;
    line-height: 24px;
    padding: 5px 10px;
    
}
.cat-menu .sub-menu .list-item a:hover{
	color: #a6a6a6;
}
.cat-menu .sub-menu .view-all{
	position: absolute;
	right: 30px;
	bottom: 30px;
	background: rgba(255,255,255,1.0);
	font-size: 18px;
	color: #de4d57;
	font-family: 'Leckerli One', cursive;
	font-weight: normal;
	text-transform: none;
	padding: 8px 30px;
	border-radius: 30px;
}
.cat-menu .sub-menu .view-all:hover{
	color: #a6a6a6;
}
/*
----------------------------------------------- Content Container----------------------------------------*/
.container{
	max-width: 940px; 
	width: 100%;
	display: block;
	margin: auto;
	position: relative;
	padding: 0;
}
.site-main{
	background: #fff;
	position: relative;
	z-index: 999;
	margin-bottom: 130px;
}
.home .site-main{ width:100%; padding:20px 0 0; float:left; margin-bottom: 0; }
.home .front-content{ margin-bottom:30px; }
.home .front-content .entry-header{ margin:0; height:auto;}
.front-content .custom-page{
	position: relative;
	float: left;
	margin-top: 40px;
	width: 100%;
}
.custom-page .col-left{
	padding-left: 0;
    padding-right: 15px;
    position: relative;
    height: 200px;
}
.custom-page .col-right{
	padding-left: 15;
    padding-right: 0px;
    position: relative;
    height: 200px;
}
.custom-page .col-left .title, .custom-page .col-right .title{
	background: #de4d57;
	padding: 30px 40px;
	text-align: right;
	line-height: 42px;
}
.custom-page .col-left .title a, .custom-page .col-right .title a{
	font-size: 28px;
	color: #fff;
}
.custom-page .col-left .title h3, .custom-page .col-right .title h3{
	font-size: 38px;
	color: #fff;
	line-height: 24px;
}
.custom-page .col-left .title span{
	width: 100%;
	text-align: right;
}
.custom-page .col-left .thumb, .custom-page .col-right .thumb{
	position: absolute;
	top: 10px;
}
.front-content .entry-content .content{
	padding-left: 0;
    padding-right: 15px;
}
.front-content .entry-content .content h2, .front-content .entry-content .social h2{
	font-size: 34px;
	color: #de4d57;
	padding: 20px 0px;
}
.home .social ul{margin: 0;}
.home .socials li a{
	font-size: 30px;
	color: #fff;
	padding: 5px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	opacity: 1.0;
}
.home .socials li.facebook a{
	background:url(images/fb-icon.png) center center no-repeat;
}
.home .socials li.twitter a{
	background:url(images/tw-icon.png) center center no-repeat;
}
.home .socials li.pinterest a{
	background:url(images/pt-icon.png) center center no-repeat;
}
/*
-------------------------------------------- Inner Content Container---------------------------------------- */
.inner-cta-content{
	float: left;
	margin: 80px 0 60px;
	position: relative;
}
/*
------------------------------------------------------------------------------------------------------------ */
#content {}
#sidebar { margin: 40px 0 20px; }
#sidebar .widget{  }
/*
------------------------------------------------- Contact Us Pages ----------------------------------------- */
.page-template-page-templatescontact-us-php .col-left, .find-us{
	position: relative;
	padding-left: 0;
	font-size: 14px;
	font-family:'Arial', Helvetica, sans-serif;
}
.page-template-page-templatescontact-us-php .col-left h3{
	font-size: 24px;
	color: #de4d57;
	line-height: 24px;
	padding: 25px 0px;
}
.page-template-page-templatescontact-us-php .col-left .reach-us p{
	margin-bottom: 5px;
}
.page-template-page-templatescontact-us-php .col-left .reach-us span{
	width: 65px;
	float: left;
}
.page-template-page-templatescontact-us-php .col-right{
	position: relative;
}
.page-template-page-templatescontact-us-php .col-right .thumb-product{
	position: absolute;
	top: 0;
	right: 30px;
	margin-top: -175px;
}
.page-template-page-templatescontact-us-php .contact-form{
	position: relative;
	float: left;
	margin-top: 50px;
	margin-bottom: 80px;
	width: 100%;
}
.page-template-page-templatescontact-us-php .contact-form .gform_title{
	font-size: 32px;
	color: #de4d57;
	font-weight: normal;
}
/*
------------------------------------------------------ Footer ---------------------------------------------- */
.site-footer{
	background: none repeat scroll 0 0 #fcfcfc;
	float: left;
	width: 100%;
	color: #a6a6a6;
	font-family:'Arial', Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	line-height: 24px;
	padding: 55px 0 0;
}
.site-footer .footer-content{
	clear: both;
	float: left;
	margin: auto;
	position: relative;
	width: 100%;
}
.site-footer .footer-content .footer-content-info{
	width: 40%;
	position: relative;
	float: left;
	padding-left: 0;
}
.footer-content .footer-content-info .content-info{
	float: left;
	padding: 35px 0;
}
.site-footer .footer-content #footer-sidebar{
	width: 60%;
	position: relative;
	float: left;
	z-index: 999;
	padding-top: 40px;
	padding-right: 0;
}
.site-footer .footer-content #footer-sidebar .col-md-3{
	width: 33%;
}
.site-footer .footer-content #footer-sidebar .widget-title{
	font-size: 16px;
	color: #de4d57;
	font-family: 'Oswald', sans-serif;
	line-height: 26px;
	text-transform: uppercase;
	border-bottom: none;
	margin-bottom: 30px;
}
.footer-content #footer-sidebar li{
	padding: 0;
	border: none;
}
.footer-content #footer-sidebar li a{
	color: #a6a6a6;
	text-transform: capitalize;
}
.footer-content #footer-sidebar li a:hover{
	color: #de4d57;
}
.footer-content #footer-sidebar #pwd_address_widget-4{
	padding-right: 0;
}
.pwd-address .fa{
	color: #de4d57;
	font-size: 26px;
	padding-right: 10px;
	float: left;
}
.site-footer .site-footer-info{
	position: relative;
	width: 100%;
	padding: 50px 0 0;
	float: left;
	border-bottom: 10px solid #de4d57;
}
.site-footer .site-footer-info .pwd-footer{
	text-align:right; 
	float:right;
	width: 300px;
} 
.site-footer .site-footer-info .site-copyright{
	text-align:left; 
	float:left;
}
.btn-contact{
	width: 100%;
	float: left;
	background: rgba(222,77,87,1.0);
	padding: 8px 0px;
	color: #fff !important;
	height: 38px;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	text-align: center;
	display: block;
    cursor: pointer;
    position: relative;
    z-index: 100;
    text-transform: uppercase;
    margin-top: 20px;
}
.btn-back-to-top{
	width: 100%;
	position: relative;
	float: left;
}

#back-top{
	background: rgba(222,77,87,1.0);
	padding: 8px 0px;
	color: #fff;
	width: 145px;
	height: 38px;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	text-align: center;
	margin: auto;
	display: block;
    cursor: pointer;
    position: relative;
    z-index: 100;
    text-transform: uppercase;
}
#back-top:hover, .btn-contact:hover{
	background: rgba(222,77,87,0.8);
}
.socials{ list-style:none; margin: 0; }
.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: 50px;
	width: 50px;
	line-height: 29px;
	margin-right: 6px;
	opacity: 0: center;
}
.socials li.facebook a{background:url(images/fb-icon.png) center center no-repeat;}
.socials li.twitter a{background:url(images/tw-icon.png) center center no-repeat;}
.socials li.pinterest a{background:url(images/pt-icon.png) center center no-repeat;}
#get-stared{
	padding:35px 0;
	float: left;
	width: 100%;
}
#get-stared .gform_title{
	color: #fff;
	font-size: 42px;
	text-align: center;
	width: 100%;
	margin: 0px 0px 15px;
	font-weight: normal;
}
#gform_wrapper_3{
	max-width: 100%;
	margin: 0;
}
#gform_wrapper_3 li{
	margin-bottom: 25px !important;
}
#gform_wrapper_3 .ginput_container input {
	width: 100%;
	background: rgba(0,0,0,0.2);
	border: none;
	box-shadow: none;
	height: 50px;
	padding: 0px 15px;
	font-size: 14px;
	font-family:'Arial', Helvetica, sans-serif;
	color: #fff;
}
 #gform_wrapper_3 .gform_footer input[type="submit"]{
 	float: none;
 	margin: auto;
 	display: block;
 	width: 165px;
 	text-align: center;
 	background: rgba(0,0,0,0.2);
	border: none;
	box-shadow: none;
	text-shadow:none;
 	height: 50px;
 	color: #fff;
 	font-family: 'Leckerli One', cursive;
 	font-size: 26px;
 }
#gform_wrapper_3 .gform_footer input[type="submit"]:hover{
	border: none;
	box-shadow: none;
	text-shadow:none;
	background: rgba(0,0,0,0.5);
}
#gform_wrapper_3 input::-webkit-input-placeholder, #gform_wrapper_3 textarea::-webkit-input-placeholder { 
	color: #fff !important;
	font-size: 14px !important;
}
#gform_wrapper_3 input:-moz-placeholder, #gform_wrapper_3 textarea:-moz-placeholder { 
	color: #fff !important;
	font-size: 14px !important;
}
#gform_wrapper_3 input::-moz-placeholder, #gform_wrapper_3 textarea::-moz-placeholder { 
	color: #fff !important;
	font-size: 14px !important;

}
#gform_wrapper_3 input:-ms-input-placeholder, #gform_wrapper_3 textarea:-ms-input-placeholder { 
	color: #fff !important;
	font-size: 14px !important;

}
/* =Custom Post type
----------------------------------------------- */

/*
-----------------------------------------------Custom Post type Slidshow ------------------------------------------*/
#slidercontainer{ margin:auto; background: url(images/feature-after.png) bottom center no-repeat; }
#sliderarea{ width:100%; height:480px; display:block; padding:0px;}
#sliderarea .bx-wrapper .bx-pager{ display: none; 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:480px; background:none!important; }
#custom-slideshows > .slide{ width:100%!important; height:480px; background-size: cover; }
#custom-slideshows > .slide:after{
	content: "";
	background: url(images/feature-after.png) bottom center no-repeat;
	position: absolute;
	background-size: 1105px auto !important;
	bottom: 0;
	margin-top:0px;
	z-index: 99;
	height: 265px;
	width: 100%;
}
#custom-slideshows > .slide .container{
	position: relative;
	z-index: 999;
	display: block;
	margin: auto;
	height: 480px;
	width: 1100px;
}
#custom-slideshows > .slide .container .product-banner{
	padding: 40px 60px 0px;
}
#custom-slideshows > .slide .container .product-banner img{
	display: block;
	width: auto;
	height: auto;
	max-height: 440px;
}
#custom-slideshows > .slide .container .text-banner{
	background: #fff;
	padding: 30px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	max-width: 420px;
	float: right;
	top: 160px;
	position: absolute;
	right: 0;
	z-index: 9999;
}
#custom-slideshows > .slide .container .text-banner h1{
	font-size: 34px;
	color: #de4d57;
	margin-bottom: 10px;
}
#custom-slideshows > .slide .container .text-banner .view-all{
	background: rgba(222,77,87,1.0);
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px 25px;
}
#custom-slideshows > .slide .container .text-banner .view-all:hover{
	background: rgba(222,77,87,0.8);
}

/*
------------------------------------------------Custom Post type CTA ---------------------------------------------*/
#cta-container{ margin-bottom:20px;margin-top: 20px; }
#custom-cta{}
#custom-cta .cta{ 
	background: none repeat scroll 0 0 #f2f2f2; 	
	height: 250px; 
}
#custom-cta .cta img{
	display: block;
	height: auto;
	margin-bottom: 10px;
	max-width: 100%;
	margin: auto;
	position: relative;
	padding-top: 35px;
	border-bottom: 10px solid #de4d57;
}
#custom-cta .summary-title{
	width: 100%;
	position: absolute;
	top: -80px;
	max-width: 212px;
}
#custom-cta .cta-title {
	text-align: center;
	background: rgba(222,77,87,1.0);
	width: 160px;
	height: 160px;
	border: 8px solid #fff;
	border-radius: 100%;
	display: block;
	margin: auto;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
#custom-cta .cta-title p{
	margin-bottom: 2px;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #fff;
	margin: 0px 10px;
	line-height: 26px;
}
#custom-cta .cta-title a{
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	height: 130px;
	width: 160px;
	
}
#custom-cta .cta-title .subtitle{
	font-size: 38px;
	color: #fff;
	font-family: 'Leckerli One', cursive;
	display: table-cell;
	vertical-align: middle;
	margin: 0px 10px;
	text-align: center;
	width: 160px;
}
#custom-cta .cta:hover .cta-title{
	background: rgba(222,77,87,0.8);
}
/*
------------------------------------------------------- FAQs Container ----------------------------------------------------*/
#faq-container{
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 65px;
}
#faq-container .ui-accordion-header{
	background: rgba(222,77,87,1.0);
	padding: 10px 15px;
	text-align: left;
	color: #fff;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 18px;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
#faq-container .ui-accordion-header:hover{
	background: rgba(222,77,87,0.8);
}
#faq-container .ui-accordion-header.ui-accordion-header-active{
	background: rgba(222,77,87,0.8);
}
.ui-accordion-content {
	padding: 20px 15px;
}
/*
------------------------------------------------Custom Post type Testimonials ---------------------------------------------*/
#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;  }

/* 
-----------------------------------------------Content Layout--------------------------------------------*/

.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; }
.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 {margin: 1.2em 0 0;}
.page-links {clear: both; margin: 0 0 1.2em;}
.page-header{ 
	margin-top: 50px;
	margin-bottom:30px; 
	padding-bottom: 0;
	border-bottom: none;
}
.page-header h1{
	color: #de4d57;
	font-size: 36px;
	text-transform: capitalize;
}
.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{
	float: left;
	margin-bottom: 65px;
}
.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 Layout ---------------------------------------*/
.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{
	position: relative;
}
#searchform .field{ 
	width: 330px; 
	height: 43px;
	border: 1px solid #f2f2f2;
	border-radius: 3px;

}
#searchsubmit{
	background: #fff url(images/search-icon.png)right center no-repeat;
	position: absolute;
    right: 1px;
    top: 4px;
    box-shadow: none;
    border: none;
}
#searchform input::-webkit-input-placeholder{ 
	color: #a6a6a6 !important;
	font-size: 14px !important;
}
#searchform input:-moz-placeholder{ 
	color: #a6a6a6 !important;
	font-size: 14px !important;
}
#searchform input::-moz-placeholder{ 
	color: #a6a6a6 !important;
	font-size: 14px !important;

}
#searchform input:-ms-input-placeholder { 
	color: #a6a6a6 !important;
	font-size: 14px !important;

}
/* 
----------------------------------------------PWD Address widget -------------------------------------*/
.pwd-address{}
.pwd-address #back-top{width: 100%; margin-top: 30px;}
.pwd-address .location{ clear: none; }
.pwd-address .address{
	font-size: 12px;
	text-transform: capitalize;
}
.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{

}
/*
--------------------------------------------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;
}
/* 
---------------------------------------Plugin WP PWD Footer --------------------------------------*/
#pwd_footer_v2 li{ margin-left:5px; }

/*
---------------------------------------Gravity Forms Section -------------------------------------*/
.gform_wrapper ul { margin: 0px !important; }
.gform_wrapper ul li { margin: 10px 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_1{max-width: 100%;}
#gform_wrapper_1 .gform_body{ position: relative;}
#gform_wrapper_1 .ginput_container input {
	border: 1px solid #e6e6e6;
	height: 48px;
	padding: 0 15px !important;
	letter-spacing: 1.2px;
}
#gform_wrapper_1 .ginput_container textarea {
	border: 1px solid #e6e6e6;
    height: 164px;
    padding: 10px 15px !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    letter-spacing: 1.2px;
}
#gform_wrapper_1 .gform_footer input[type="submit"]{
	position: absolute;
	bottom: 13px;
	box-shadow: none;
	border: none;
	right: 0;
	color: #fff;
	width: 50%;
	height: 48px;
	background: rgba(222,77,87,1.0);
	letter-spacing: 1.2px;
	text-shadow:none;
}
#gform_wrapper_1 .gform_footer input[type="submit"]:hover{
	background: rgba(222,77,87,0.8);
	text-shadow:none;
	box-shadow: none;
	border: none;
}
.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 {  }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
	color: #a6a6a6 !important;
	font-size: 14px !important;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
	color: #a6a6a6 !important;
	font-size: 14px !important;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
	color: #a6a6a6 !important;
	font-size: 14px !important;

}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
	color: #a6a6a6 !important;
	font-size: 14px !important;

}
#gform_wrapper_4 .gform_title{
	color: #de4d57;
    font-size: 32px;
    font-weight: normal;
}
#gform_wrapper_4 .ginput_container input {
	border: 1px solid #e6e6e6;
	height: 48px;
	padding: 0 15px !important;
	letter-spacing: 1.2px;
}
#gform_wrapper_4 .ginput_container textarea {
	border: 1px solid #e6e6e6;
    height: 164px;
    padding: 10px 15px !important;
    letter-spacing: 1.2px;
}
#gform_wrapper_4 .gform_footer input[type="submit"]{
	position: relative;
	bottom: 13px;
	box-shadow: none;
	border: none;
	font-weight: normal;
	float: right;
	margin-top: 20px;
	color: #fff;
	width: auto;
	padding: 0px 40px;
	text-transform: uppercase;
	height: 48px;
	background: rgba(222,77,87,1.0);
	letter-spacing: 1.2px;
	text-shadow:none;
	margin-right: 10px;
}
#gform_wrapper_4 .gform_footer input[type="submit"]:hover{
	background: rgba(222,77,87,0.8);
	text-shadow:none;
	box-shadow: none;
	border: none;
}
/*
----------------------------------------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; }

/* 
--------------------------------------------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;
}
/*
------------------------------------------ Woo Commerce Summary------------------------------------ */
.shop-summary-container{
	position: relative;
	float: left;
	margin-top: 45px;
	margin-bottom: 55px;
}
.shop-summary-container .cat-sidebar{padding-left: 0;}
.shop-summary-container .shop-container{padding-right: 0;}
.cat-sidebar{}
.cat-sidebar #sidebar{ margin-top: 0;}
.cat-sidebar #sidebar .widget-title{
	font-size: 32px;
	color: #de4d57;
	font-weight: normal;
	line-height: 26px;
	border-bottom: none;
	padding-bottom: 15px;
}
.product-categories li{
	padding: 15px 0;
	border-bottom: 1px solid #e6e6e6;
}
.product-categories li:last-child{
	border-bottom: none;
}
.product-categories li a{
	color: #808080;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}
.product-categories li:hover a, .product-categories li.current-cat a{
	color: #de4d57;
}
.widget_simpleimage{
	position: relative;
	height: auto;
	margin-bottom: 30px;
	background: rgba(222,77,87,1.0);
	padding: 15px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.widget_simpleimage .simple-image{
	position: absolute;
	top: 12px;
	left: 0;
}
.widget_simpleimage .simple-image img{
	height: 80px;
    width: auto;
}
.widget_simpleimage p{
	text-align: right;
	margin-bottom: 0;
	font-size: 14px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.widget_simpleimage .more a{
	font-family: 'Leckerli One', cursive;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: normal;
	color: #fff !important;
}
.widget_simpleimage:hover{
	background: rgba(222,77,87,0.8);
}
.woocommerce .woocommerce-breadcrumb{ width: 50%; float: left;}
.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a{
	color: #808080;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 35px;
}
.woocommerce-ordering{}
.woocommerce-ordering:after{
	background: url(images/sort-arrow.png)right center no-repeat;
	content: "";
	position: absolute;
	background-size: auto 33px !important;
	top: 1px;
	right: 1px;
	z-index: 999;
	pointer-events: none;
	width: 32px;
	height: 33px;
}
.woocommerce-ordering  label{
	font-size: 12px;
	color: #808080;
	text-transform: uppercase;
	line-height: 35px;
	padding-right: 20px;
}
.woocommerce-ordering select{
	height: 35px;
	border: 1px solid #e6e6e6 ; 
	font-size: 10px;
	text-transform: uppercase;
	padding: 0px 10px;
}
.shop-container ul.products{ 
	/*float: left;*/
    margin-top: 20px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	margin-right: 20px;
	border: 1px solid #e6e6e6;
	max-width: 157px;
	min-height: 280px;
	margin-bottom: 20px;
	width: 100%;
}
.woocommerce ul.products li.product .product-title, .woocommerce-page ul.products li.product .product-title{
	color: #808080;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	text-align: center;
	line-height: 24px;
}
.woocommerce ul.products li.product .volume, .woocommerce-page ul.products li.product .volume{
	color: #808080;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	line-height: 22px;
}
.woocommerce ul.products li.product .volume span, .woocommerce-page ul.products li.product .volume span{text-transform: uppercase;}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last{ margin-right: 0;}
.woocommerce ul.products li.product .btn-more, .woocommerce-page ul.products li.product .btn-more {
	background: rgba(222,77,87,1.0);	
	padding: 0px;
	width: 100%;
	display: block;
	text-align: center;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.woocommerce ul.products li.product .btn-more a, .woocommerce-page ul.products li.product .btn-more a{
	color: #fff; 
	font-size: 12px; 
	height: 40px;
	width: 100%;
	display: block;
	padding: 10px 0;
	text-transform: uppercase; 
	letter-spacing: 1.2px;
}
.woocommerce ul.products li.product:hover .btn-more, .woocommerce-page ul.products li.product:hover .btn-more{
	background: rgba(222,77,87,0.8);
}
.woocommerce ul.products li.product .product-cat-summary, .woocommerce-page ul.products li.product .product-cat-summary{
	width: auto;
	height: 200px;
	position: relative;
	display: block;
	vertical-align: middle;
	margin: auto auto 10px auto;
}
.woocommerce ul.products li.product .product-cat-summary img, .woocommerce-page ul.products li.product .product-cat-summary img{margin-bottom: 0;}
/*
-------------------------------------------------Single Products Profile ------------------------------------------- */
.single-product{}
.single-product .back-to-shop{
	float: left;
	font-size: 32px;
	color: #de4d57;
	font-family: 'Leckerli One', cursive;
	font-weight: normal;
	line-height: 25px;
	padding-right: 20px;
}
.single-product div.product{
	float: left;
	margin-top: 30px;
	position: relative;
	width: 100%;
}
.single-product .product .product-imgage{padding: 0;}
.single-product div.product div.images{
	width: 100% !important;
	max-width: 415px;
	border: 1px solid #e6e6e6;
	float: right !important;
	padding: 20px;
}
.single-product div.product div.images img{
	max-width: 300px;
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
.single-product .product .product-imgage .thumbnails{
	width: 110px;
	height: auto;
	float: left;
}
.single-product .product .product-imgage .thumbnails .zoom{
	display: block;
	width: 110px !important;
	height: auto;
	border: 1px solid #e6e6e6;
	margin-right:20px !important;
	margin-bottom: 20px!important;	
	padding: 10px;
	
}
.single-product .product .product-imgage .thumbnails img{
	display: block;
	margin: auto;
	height:auto;
	width: auto; 
}
.single-product .product .product-description{
	display: block;
	position: relative;
	padding-left: 30px;
	padding-right: 0;
}
.single-product .product .product-description .single-product-title{
	font-size: 24px;
	color: #808080;
	line-height: 26px;
	padding-bottom: 20px;
}
.single-product .product .product-description .description-summary{
	line-height: 20px;
	font-size: 14px;
}
.single-product .product .product-description .spec-summary{
	font-size: 14px;
	color: #808080;
	
}
.single-product .product .product-description .spec-summary span{
	text-transform: uppercase;
	width: 160px;
	float: left;
}
.single-product .product .product-description .spec-summary p{
	margin-bottom: 10px;
	font-family: 'Oswald', sans-serif;
}
.single-product .product .product-description .various{
	background: rgba(222,77,87,1.0);
	color: #fff;
	width: 100%;
	display: block;
	padding: 20px 0;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	margin-top: 40px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;	
}
.single-product .product .product-description .various:hover{
	background: rgba(222,77,87,0.8);
}
.single-product .product .related {
	float: left;
	display: block;
	position: relative;
	width: 100%;
	margin-top: 45px;
}
.single-product .product .related .related-title{
	font-size: 32px;
	color: #de4d57;
	font-weight: normal;
	line-height: 26px;
	border-bottom: none;
	padding-bottom: 15px;
	font-family: 'Leckerli One', cursive;
}
#gform_wrapper_3 .gform_heading{width: 100%;}
.single-product  .cat-sidebar{display: none;}
.single-product .display-mobile{display: none;}
/*
------------------------------------------ Responsive Mobile --------------------------------------- */
@media (min-width: 1280px) and (max-width:1365px) {
	.cat-menu .sub-menu{
		background-size: 135px auto !important;
		min-width: 310px;
		padding: 30px;
	}
}
@media (min-width: 1024px) and (max-width:1279px) {
	.cat-menu .sub-menu{
		background-size: 130px auto !important;
		min-width: 300px;
		padding: 30px;
		left: 0;
		position: absolute;
	}
	.cat-menu li:last-child .sub-menu{
		background-size: 130px auto !important;
    	margin-left: -125px !important;
    	min-width: 300px;
    	padding: 30px;
	}
	.site-container {
	    display: block;
	    margin: auto;
	    max-width: 980px;
	    width: 100%;
	    overflow: hidden;
	}
}
@media (min-width: 800px) and (max-width:1023px) {
	#page:after{height: 550px;}
	.site-container {
	    display: block;
	    margin: auto;
	    max-width: 780px;
	    width: 100%;
	    overflow: hidden;
	}
	.container{max-width: 740px; width: 100%;}
	.navbar-header .widget .phone-number span{display: none;}
	.navbar-header .widget{width: 175px;}
	.navbar-header .col-md-8 {position: absolute; top: 0; right: 0;}
	.site-header .navbar-brand{width: 100%;float: none;margin: auto;}
	.site-header .navbar-brand img{margin: auto;}
	/*
	------------------------------MENU-----------------------------------------*/
	.navbar-default .navbar-toggle{margin-top: 25px;}
	.navbar-toggle{
		background: url(images/icon-bar.png) 240px center no-repeat;
		border: 1px solid #f2f2f2;
		width: 280px;
		margin: auto;
		font-size: 20px;
		color: #a6a6a6;
		display: block;
		padding: 10px 20px;
		float: none;
		text-align: left;
		border-radius: 0;
		height: 60px;
		position: relative;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
		background: #de4d57 url(images/icon-bar-active.png) 240px center no-repeat;
		color: #fff;
		box-shadow: none;
		font-weight: normal;
	}
	.mobile-size{position: relative;}
	.mobile-size .navbar-collapse.collapse{width: 100%;}
	.mobile-size .cat-menu.navbar-collapse.collapse.in{top: 60px;}
	.mobile-size .cat-menu{height: auto; background:#de4d57; position: absolute; padding-bottom: 20px;}
	.mobile-size .cat-menu li{
		width: 100%;
		text-align: center;
		padding: 5px 10px;
		border: none;
	}
	.mobile-size .cat-menu li:first-child {padding-top: 20px;}
	.mobile-size .cat-menu li a{color: #fff;}
	.mobile-size  .cat-menu li:hover > .sub-menu { display: none;}
	.mobile-size .cat-menu .sub-menu{display: none; visibility: hidden;}
	/*
	------------------------------SLIDESHOE------------------------------- */
	.home .site-header-image-bg {height: 360px !important;}
	#custom-slideshows > .slide .container{max-width: 740px; width: 100%;}
	#sliderarea{ width:100%; height:360px; display:block; padding:0px;}
	#sliderarea .bx-wrapper .bx-pager{position: relative; display: block; bottom: 0; font-size: 0;  margin: -35px auto 0; padding:0px; right: 0px; width: auto; z-index: 55; }
	#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:360px; background:none!important; }
	#custom-slideshows > .slide{ width:100%!important; height:360px; background-size: cover; }
	#custom-slideshows > .slide .container{height: 235px;max-width: 740px;position: relative;width: 100%;}
	#custom-slideshows > .slide .container .product-banner{display: none;}
	#custom-slideshows > .slide .container .text-banner {
	    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	    max-width: 100%;
	    text-align: center;
	    width: 100%;
	    bottom: 100px;
	    top: 100%;
	}
	#custom-slideshows > .slide .container .text-banner .view-all, #custom-slideshows > .slide .container .text-banner p{display: none;}
	#custom-slideshows > .slide:after{top: 100%;margin-top: -180px;	}
	#sliderarea .bx-wrapper .bx-pager.bx-default-pager a, #mobile-gallery .bx-wrapper .bx-pager.bx-default-pager a{
	    background: none;
	    border-radius: 100%;
	    display: block;
	    height: 11px;
	    margin: 0 4px;
	    outline: 0 none;
	    text-indent: -9999px;
	    width: 11px;
	    border: 2px solid #c1c1c1;
	}
	#sliderarea .bx-wrapper .bx-pager.bx-default-pager a:hover, #sliderarea .bx-wrapper .bx-pager.bx-default-pager a.active
	#mobile-gallery .bx-wrapper .bx-pager.bx-default-pager a:hover, #mobile-gallery .bx-wrapper .bx-pager.bx-default-pager a.active{
		border: 2px solid #de4d57;
		background: #de4d57;
	}
	/*
	-------------------------------------- CTA ------------------------------- */
	#cta-container{
		padding-top: 55px;
	}
	#custom-cta .col-md-3{width: 100%;}
	#custom-cta .cta {
	    background: #f2f2f2;
	    display: block;
	    margin: auto auto 105px;
	    max-width: 222px;
	    height: 260px;
	}
	#custom-cta .cta.col-3{margin-bottom: 0px;}
	#custom-cta .summary-title{margin: auto;}
	/*
	----------------------------------- Site Main -----------------------------*/
	.home .site-main{margin-top: 20px;}
	.front-content .custom-page{}
	.custom-page .col-left, .custom-page .col-right{
	    float: none;
	    height: 200px;
	    margin: auto;
	    max-width: 450px;
	    padding-left: 0;
	    padding: 0;
	    position: relative;
	    width: 100%;
	}
	.front-content .entry-content .content{width: 100%; text-align: center;}
	.front-content .entry-content .social.col-md-3{width: 100%;text-align: center;}
	.front-content .entry-content .social .socials{
		max-width: 175px;
		width: 100%;
		margin: auto;
		display: block;
	}
	#gform_wrapper_3 li {margin: 0px 0px 5px 0px !important; width: 100%;}
	#gform_wrapper_3 li.gf_right_third{margin-bottom: 25px !important;}
	.inner-cta-content{margin-bottom: 30px; margin-top: 30px;}
	/*
	----------------------------------Inner Page ----------------------------- */
	.site-main{margin-bottom: 30px;}
	.site-header-image-bg{height: 180px !important;}
	#content{text-align: center;}
	.page-template-page-templatescontact-us-php .col-left, .page-template-page-templatescontact-us-php .col-left .find-us, .page-template-page-templatescontact-us-php .col-left .reach-us {width: 100%;}
	.page-template-page-templatescontact-us-php .col-left .reach-us span{width: 100%;}
	.page-template-page-templatescontact-us-php .col-left .reach-us p{margin-bottom: 15px;}
	.page-template-page-templatescontact-us-php .col-right{position: absolute;width: 100%;bottom: 0;}
	.page-template-page-templatescontact-us-php .col-right .thumb-product{
		bottom: 0;
	    margin-top: 0;
	    max-height: 345px;
	    overflow: hidden;
	    position: relative;
	}
	.page-template-page-templatescontact-us-php .contact-form{margin-top: 0; padding-bottom: 280px;}
	.page-template-page-templatescontact-us-php .contact-form .gform_title{text-align: center; padding-bottom: 20px;}
	#gform_wrapper_1 li, #gform_wrapper_1 .ginput_container input, #gform_wrapper_1 .ginput_container textarea{ width: 100%;position: relative;}
	#gform_wrapper_1 .gform_footer input[type="submit"] {
	    background: none repeat scroll 0 0 rgba(222, 77, 87, 1);
	    border: medium none;
	    bottom: 13px;
	    box-shadow: none;
	    color: #fff;
	    float: none;
	    height: 48px;
	    letter-spacing: 1.2px;
	    margin: 15px auto auto;
	    position: relative;
	    text-shadow: none;
	    width: 100%;
	}
	/*
	-------------------------------Product Summary ---------------------------- */
	.shop-summary-container{margin-top: 0;}
	.shop-summary-container .navbar-toggle{
		margin: auto;
		display: block;
		background: url("images/icon-bar-active.png") no-repeat scroll 240px center rgba(222, 77, 87, 1);
		box-shadow: none;
		border: none;
		color: #fff;
		font-weight: normal;
	}
	.shop-summary-container .navbar-toggle:hover{background: url("images/icon-bar-active.png") no-repeat scroll 240px center rgba(222, 77, 87, 0.8);}
	.shop-summary-container ul.product-categories{ 
		left: 50%;
	    margin: auto auto auto -140px;
	    max-width: 280px;
	    position: relative;
	    text-align: center;
	    width: 100%;
	    z-index: 999;
	}
	.shop-summary-container ul.product-categories li{border-bottom: none; background: #de4d57;}
	.shop-summary-container ul.product-categories li:hover{ background: rgba(222, 77, 87, 0.8);}
	.shop-summary-container ul.product-categories li a{color: #fff;}
	.shop-summary-container .woocommerce-breadcrumb, .shop-summary-container .woocommerce-ordering{display: none;}
	.shop-summary-container .shop-container, .shop-summary-container .cat-sidebar{padding: 0; width: 100%;}
	.cat-sidebar .widget-title{display: none;}
	.cat-sidebar .widget_simpleimage{display: none;}
	.cat-sidebar .widget_product_categories{display: none; margin: auto; z-index: 999; }
	.shop-container ul.products{float: none;}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		width: 100% !important;
		margin: auto;
		display: block;
		max-width: 100%;
		border: none;
	}
	.woocommerce ul.products li.product .list-item-product, .woocommerce-page ul.products li.product .list-item-product{
		max-width: 280px;
		margin: auto;
		display: block;
		border: 1px solid #e6e6e6;
		margin-bottom: 30px;
	}
	.woocommerce ul.products li.product a img{
		box-shadow: none;
	    display: block;
	    float: none;
	    height: auto;
	    margin: auto;
	    width: auto;
	    padding-bottom: 20px;
	}
	/*
	-------------------------------- Single Product --------------------------- */
	.single-product .cat-sidebar{display: block;}
	.single-product .display-desktop{display: none;}
	.single-product .display-mobile{display: block;  padding: 0 10px;}
	.single-product .back-to-shop{display: none;}
	.single-product .display-mobile .product-description, .single-product .display-mobile .product-imgage{
		width: 100%;
		position: relative;
		text-align: left;
		padding: 0;
	}
	.single-product .product .product-description .single-product-title{border-bottom: 1px solid #f2f2f2; padding-bottom: 15px; margin-bottom: 15px; }
	.single-product #mobile-gallery{position: relative; margin: auto; width: 100%; margin-top: 30px;}
	.single-product #mobile-gallery .bx-wrapper{margin-bottom: 30px;}
	.single-product #mobile-gallery .bx-wrapper .bx-viewport{
		height: 320px;
		border: 1px solid #f2f2f2;
		box-shadow: none !important;
		left: 0;

	}
	#custom-gallery > .gallery-slide{ width:100%!important; height:320px; background-size: cover;margin-bottom: 20px; }
	#custom-gallery > .gallery-slide img{
		max-height: 320px; 
		height: 100%;
		width: auto;
		display: block;
		margin: auto;
	}
	/*
	----------------------------------- Footer -------------------------------- */
	.site-footer .footer-content .footer-content-info, .site-footer .footer-content #footer-sidebar{width: 100%; padding: 0; text-align: center; padding-top: 30px;}
	.site-footer .footer-content .footer-content-info .footer-social{width: 100%; margin: auto; display: block;}
	.site-footer .footer-content .footer-content-info .footer-social .socials{
		max-width: 175px;
		width: 100%;
		margin: auto;
		display: block;
	}
	.site-footer .footer-content .footer-content-info, .site-footer .footer-content #footer-sidebar .col-md-3{width: 100%; padding: 0;}
	.site-footer .footer-content .footer-content-info, .site-footer .footer-content #footer-sidebar .pwd-address .fa{float: none;width: 100%;}
	.btn-contact{max-width: 145px; margin: auto; display: block; float: none;}
	.site-footer .site-footer-info{padding-top: 20px;}
	.site-footer .site-footer-info .col-md-6{width: 100%; float: none;}
	.site-footer .site-footer-info .site-copyright, .site-footer .site-footer-info .pwd-footer{ float: none;text-align: center;}
}
@media (min-width: 600px) and (max-width:799px) {
	#page:after{height: 550px;}
	.site-container {
	    display: block;
	    margin: auto;
	    max-width: 560px;
	    width: 100%;
	    overflow: hidden;
	}
	.container{max-width: 540px; width: 100%;}
	#custom-slideshows > .slide .container{max-width: 540px; width: 100%;}
	.navbar-header .widget .phone-number span{display: none;}
	.navbar-header .widget{width: 175px;}
	.navbar-header .col-md-8 {position: absolute; top: 0; right: 0;}
	.site-header .navbar-brand{width: 100%;float: none;margin: auto;}
	.site-header .navbar-brand img{margin: auto;}
	/*
	------------------------------MENU-----------------------------------------*/
	.navbar-default .navbar-toggle{margin-top: 25px;}
	.navbar-toggle{
		background: url(images/icon-bar.png) 240px center no-repeat;
		border: 1px solid #f2f2f2;
		width: 280px;
		margin: auto;
		font-size: 20px;
		color: #a6a6a6;
		display: block;
		padding: 10px 20px;
		float: none;
		text-align: left;
		border-radius: 0;
		height: 60px;
		position: relative;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
		background: #de4d57 url(images/icon-bar-active.png) 240px center no-repeat;
		color: #fff;
		box-shadow: none;
		font-weight: normal;
	}
	.mobile-size{position: relative;}
	.mobile-size .navbar-collapse.collapse{width: 100%;}
	.mobile-size .cat-menu.navbar-collapse.collapse.in{top: 60px;}
	.mobile-size .cat-menu{height: auto; background:#de4d57; position: absolute; padding-bottom: 20px;}
	.mobile-size .cat-menu li{
		width: 100%;
		text-align: center;
		padding: 5px 10px;
		border: none;
	}
	.mobile-size .cat-menu li:first-child {padding-top: 20px;}
	.mobile-size .cat-menu li a{color: #fff;}
	.mobile-size  .cat-menu li:hover > .sub-menu { display: none;}
	.mobile-size .cat-menu .sub-menu{display: none; visibility: hidden;}
	/*
	------------------------------SLIDESHOE------------------------------- */
	.home .site-header-image-bg {height: 360px !important;}
	#sliderarea{ width:100%; height:360px; display:block; padding:0px;}
	#sliderarea .bx-wrapper .bx-pager{position: relative; display: block; bottom: 0; font-size: 0;  margin: -35px auto 0; padding:0px; right: 0px; width: auto; z-index: 55; }
	#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:360px; background:none!important; }
	#custom-slideshows > .slide{ width:100%!important; height:360px; background-size: cover; }
	#custom-slideshows > .slide .container{height: 235px;max-width: 540px;position: relative;width: 100%;}
	#custom-slideshows > .slide .container .product-banner{display: none;}
	#custom-slideshows > .slide .container .text-banner {
	    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	    max-width: 100%;
	    text-align: center;
	    width: 100%;
	    bottom: 100px;
	    top: 100%;
	}
	#custom-slideshows > .slide .container .text-banner .view-all, #custom-slideshows > .slide .container .text-banner p{display: none;}
	#custom-slideshows > .slide:after{top: 100%;margin-top: -180px;	}
	#sliderarea .bx-wrapper .bx-pager.bx-default-pager a {
	    background: none;
	    border-radius: 100%;
	    display: block;
	    height: 11px;
	    margin: 0 4px;
	    outline: 0 none;
	    text-indent: -9999px;
	    width: 11px;
	    border: 2px solid #c1c1c1;
	}
	#sliderarea .bx-wrapper .bx-pager.bx-default-pager a:hover, #sliderarea .bx-wrapper .bx-pager.bx-default-pager a.active{
		border: 2px solid #de4d57;
		background: #de4d57;
	}
	/*
	-------------------------------------- CTA ------------------------------- */
	#cta-container{
		padding-top: 55px;
	}
	#custom-cta .col-md-3{width: 100%;}
	#custom-cta .cta {
	    background: #f2f2f2;
	    display: block;
	    margin: auto auto 105px;
	    max-width: 222px;
	    height: 260px;
	}
	#custom-cta .cta.col-3{margin-bottom: 0px;}
	#custom-cta .summary-title{margin: auto;}

	/*
	-------------------------------------- Site Main --------------------------*/
	.home .site-main{margin-top: 20px;}
	.front-content .custom-page{}
	.custom-page .col-left, .custom-page .col-right{
	    float: none;
	    height: 200px;
	    margin: auto;
	    max-width: 450px;
	    padding-left: 0;
	    padding: 0;
	    position: relative;
	    width: 100%;
	}
	.front-content .entry-content .content{width: 100%; text-align: center;}
	.front-content .entry-content .social.col-md-3{width: 100%;text-align: center;}
	.front-content .entry-content .social .socials{
		max-width: 175px;
		width: 100%;
		margin: auto;
		display: block;
	}
	#gform_wrapper_3 li {margin: 0px 0px 5px 0px !important; width: 100%;}
	#gform_wrapper_3 li.gf_right_third{margin-bottom: 25px !important;}
	/*
	----------------------------------Inner Page ----------------------------- */
	.site-main{margin-bottom: 30px;}
	.site-header-image-bg{height: 180px !important;}
	#content{text-align: center;}

	.page-template-page-templatescontact-us-php .col-left, .page-template-page-templatescontact-us-php .col-left .find-us, .page-template-page-templatescontact-us-php .col-left .reach-us {width: 100%;}
	.page-template-page-templatescontact-us-php .col-left .reach-us span{width: 100%;}
	.page-template-page-templatescontact-us-php .col-left .reach-us p{margin-bottom: 15px;}
	.page-template-page-templatescontact-us-php .col-right{position: absolute;width: 100%;bottom: 0;}
	.page-template-page-templatescontact-us-php .col-right .thumb-product{
		bottom: 0;
	    margin-top: 0;
	    max-height: 345px;
	    overflow: hidden;
	    position: relative;
	}
	.page-template-page-templatescontact-us-php .contact-form{margin-top: 0; padding-bottom: 280px;}
	.page-template-page-templatescontact-us-php .contact-form .gform_title{text-align: center; padding-bottom: 20px;}
	#gform_wrapper_1 li, #gform_wrapper_1 .ginput_container input, #gform_wrapper_1 .ginput_container textarea{ width: 100%;position: relative;}
	#gform_wrapper_1 .gform_footer input[type="submit"] {
	    background: none repeat scroll 0 0 rgba(222, 77, 87, 1);
	    border: medium none;
	    bottom: 13px;
	    box-shadow: none;
	    color: #fff;
	    float: none;
	    height: 48px;
	    letter-spacing: 1.2px;
	    margin: 15px auto auto;
	    position: relative;
	    text-shadow: none;
	    width: 100%;
	}
	/*
	-------------------------------Product Summary ---------------------------- */
	.shop-summary-container{margin-top: 0; float: none;}
	
	.shop-summary-container .navbar-toggle{
		margin: auto;
		display: block;
		background: url("images/icon-bar-active.png") no-repeat scroll 240px center rgba(222, 77, 87, 1);
		box-shadow: none;
		border: none;
		color: #fff;
		font-weight: normal;
	}
	.shop-summary-container .navbar-toggle:hover{
		background: url("images/icon-bar-active.png") no-repeat scroll 240px center rgba(222, 77, 87, 0.8);
	}
	.shop-summary-container ul.product-categories{ 
		left: 50%;
	    margin: auto auto auto -140px;
	    max-width: 280px;
	    position: relative;
	    text-align: center;
	    width: 100%;
	    z-index: 999;
	}
	.shop-summary-container ul.product-categories li{border-bottom: none; background: #de4d57;}
	.shop-summary-container ul.product-categories li:hover{ background: rgba(222, 77, 87, 0.8);}
	.shop-summary-container ul.product-categories li a{color: #fff;}
	.shop-summary-container .woocommerce-breadcrumb, .shop-summary-container .woocommerce-ordering{display: none;}
	.shop-summary-container .shop-container, .shop-summary-container .cat-sidebar{padding: 0; width: 100%;}
	.cat-sidebar .widget-title{display: none;}
	.cat-sidebar .widget_simpleimage{display: none;}
	.cat-sidebar .widget_product_categories{display: none; margin: auto; z-index: 999; }
	.shop-container ul.products{float: none;}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		width: 100% !important;
		margin: auto;
		display: block;
		max-width: 100%;
		border: none;
	}
	.woocommerce ul.products li.product .list-item-product, .woocommerce-page ul.products li.product .list-item-product{
		max-width: 280px;
		margin: auto;
		display: block;
		border: 1px solid #e6e6e6;
		margin-bottom: 30px;
	}
	.woocommerce ul.products li.product a img{
		box-shadow: none;
	    display: block;
	    float: none;
	    height: auto;
	    margin: auto;
	    width: auto;
	    padding-bottom: 20px;
	}
	/*
	-------------------------------- Single Product --------------------------- */
	.single-product .cat-sidebar{display: block;}
	.single-product .display-desktop{display: none;}
	.single-product .display-mobile{display: block;  padding: 0 10px;}
	.single-product .back-to-shop{display: none;}
	.single-product .display-mobile .product-description, .single-product .display-mobile .product-imgage{
		width: 100%;
		position: relative;
		text-align: left;
		padding: 0;
	}
	.single-product .product .product-description .single-product-title{border-bottom: 1px solid #f2f2f2; padding-bottom: 15px; margin-bottom: 15px; }
	.single-product #mobile-gallery{position: relative; margin: auto; width: 100%; margin-top: 30px;}
	.single-product #mobile-gallery .bx-wrapper{
		margin-bottom: 30px;
	}
	.single-product #mobile-gallery .bx-wrapper .bx-viewport{
		height: 320px;
		border: 1px solid #f2f2f2;
		box-shadow: none !important;
		left: 0;

	}
	#custom-gallery > .gallery-slide{ width:100%!important; height:320px; background-size: cover;margin-bottom: 20px; }
	#custom-gallery > .gallery-slide img{
		max-height: 320px; 
		height: 100%;
		width: auto;
		display: block;
		margin: auto;
	}
	/*
	----------------------------------- Footer -------------------------------- */
	.site-footer .footer-content .footer-content-info, .site-footer .footer-content #footer-sidebar{width: 100%; padding: 0; text-align: center; padding-top: 30px;}
	.site-footer .footer-content .footer-content-info .footer-social{width: 100%; margin: auto; display: block;}
	.site-footer .footer-content .footer-content-info .footer-social .socials{
		max-width: 175px;
		width: 100%;
		margin: auto;
		display: block;
	}
	.site-footer .footer-content .footer-content-info, .site-footer .footer-content #footer-sidebar .col-md-3{width: 100%; padding: 0;}
	.site-footer .footer-content .footer-content-info, .site-footer .footer-content #footer-sidebar .pwd-address .fa{float: none;width: 100%;}
	.btn-contact{max-width: 145px; margin: auto; display: block; float: none;}
	.site-footer .site-footer-info{padding-top: 20px;}
	.site-footer .site-footer-info .col-md-6{width: 100%; float: none;}
	.site-footer .site-footer-info .site-copyright, .site-footer .site-footer-info .pwd-footer{ float: none;text-align: center;}
	/*
	-------------------------Enquire About Product------------------------------- */
	#gform_wrapper_4 .top_label li.gfield.gf_left_half, #gform_wrapper_4 .top_label li.gfield.gf_right_half{
		width: 100% !important;
	}
	#gform_wrapper_4 ul li{margin: 10px 0 0 !important;}

}
@media (min-width: 320px) and (max-width:599px) {
	
	#page:after{height: 550px;}
	.site-container {
	    display: block;
	    margin: auto;
	    max-width: 280px;
	    width: 100%;
	    overflow: hidden;
	}
	.site-header .container{max-width: 280px;}
	.container{max-width: 240px; width: 100%;}
	#custom-slideshows > .slide .container{max-width: 240px; width: 100%;}
	.navbar-header .widget .phone-number span{display: none;}
	.navbar-header .col-md-8 {position: absolute; top: 0; right: 0; width: 100%;}
	.site-header .navbar-brand{width: 100%;float: none;margin: auto;}
	.site-header .navbar-brand img{margin: auto;}
	/*
	------------------------------MENU-----------------------------------------*/
	.navbar-default .navbar-toggle{margin-top: 25px;}
	.navbar-toggle{
		background: url(images/icon-bar.png) 240px center no-repeat;
		border: 1px solid #f2f2f2;
		width: 280px;
		margin: auto;
		font-size: 20px;
		color: #a6a6a6;
		display: block;
		padding: 10px 20px;
		float: none;
		text-align: left;
		border-radius: 0;
		height: 60px;
		position: relative;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
		background: #de4d57 url(images/icon-bar-active.png) 240px center no-repeat;
		color: #fff;
		box-shadow: none;
		font-weight: normal;
	}
	.mobile-size{position: relative;}
	.mobile-size .navbar-collapse.collapse{width: 100%;}
	.mobile-size .cat-menu.navbar-collapse.collapse.in{top: 60px;}
	.mobile-size .cat-menu{height: auto; background:#de4d57; position: absolute; padding-bottom: 20px;}
	.mobile-size .cat-menu li{
		width: 100%;
		text-align: center;
		padding: 5px 10px;
		border: none;
	}
	.mobile-size .cat-menu li:first-child {padding-top: 20px;}
	.mobile-size .cat-menu li a{color: #fff;}
	.mobile-size  .cat-menu li:hover > .sub-menu { display: none;}
	.mobile-size .cat-menu .sub-menu{display: none; visibility: hidden;}
	/*
	------------------------------SLIDESHOE------------------------------- */
	.home .site-header-image-bg {height: 360px !important;}
	#sliderarea{ width:100%; height:360px; display:block; padding:0px;}
	#sliderarea .bx-wrapper .bx-pager{position: relative; display: block; bottom: 0; font-size: 0;  margin: -35px auto 0; padding:0px; right: 0px; width: auto; z-index: 55; }
	#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:360px; background:none!important; }
	#custom-slideshows > .slide{ width:100%!important; height:360px; background-size: cover; }
	#custom-slideshows > .slide .container{height: 235px;max-width: 240px;position: relative;width: 100%;}
	#custom-slideshows > .slide .container .product-banner{display: none;}
	#custom-slideshows > .slide .container .text-banner {
	    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	    max-width: 100%;
	    text-align: center;
	    width: 100%;
	    bottom: 100px;
	    top: 100%;
	    padding: 0;
	    margin-top: 30px;
	}
	#custom-slideshows > .slide .container .text-banner h1{font-size: 28px;}
	#custom-slideshows > .slide .container .text-banner .view-all, #custom-slideshows > .slide .container .text-banner p{display: none;}
	#custom-slideshows > .slide:after{top: 100%;margin-top: -180px;	}
	#sliderarea .bx-wrapper .bx-pager.bx-default-pager a {
	    background: none;
	    border-radius: 100%;
	    display: block;
	    height: 11px;
	    margin: 0 4px;
	    outline: 0 none;
	    text-indent: -9999px;
	    width: 11px;
	    border: 2px solid #c1c1c1;
	}
	#sliderarea .bx-wrapper .bx-pager.bx-default-pager a:hover, #sliderarea .bx-wrapper .bx-pager.bx-default-pager a.active{
		border: 2px solid #de4d57;
		background: #de4d57;
	}
	/*
	-------------------------------------- CTA ------------------------------- */
	#cta-container{
		padding-top: 55px;
	}
	#custom-cta .col-md-3{width: 100%;}
	#custom-cta .cta {
	    background: #f2f2f2;
	    display: block;
	    margin: auto auto 105px;
	    max-width: 222px;
	    height: 260px;
	}
	#custom-cta .cta.col-3{margin-bottom: 0px;}
	#custom-cta .summary-title{margin: auto;}
	/*
	-------------------------------------- Site Main --------------------------*/
	.home .site-main{margin-top: 20px;}
	.site-main .container{max-width: 280px;}
	.front-content .custom-page{}
	.custom-page .col-left, .custom-page .col-right{
	    float: none;
	    height: 140px;
	    margin: auto;
	    max-width: 280px;
	    padding-left: 0;
	    padding: 0 15px;
	    position: relative;
	    width: 100%;
	}
	.custom-page .col-left .title, .custom-page .col-right .title{padding: 10px 20px;}
	.custom-page .col-left .title a, .custom-page .col-right .title a{font-size: 18px;}
	.custom-page .col-left .title h3, .custom-page .col-right .title h3{font-size: 28px;}
	.custom-page .col-left .thumb, .custom-page .col-right .thumb{top: 40px;}
	.custom-page .col-left .thumb img, .custom-page .col-right .thumb img{max-width: 100px;}
	.front-content .entry-content .content{width: 100%; text-align: center;padding: 0 15px; }
	.front-content .entry-content .social.col-md-3{width: 100%;text-align: center;}
	.front-content .entry-content .social .socials{
		max-width: 175px;
		width: 100%;
		margin: auto;
		display: block;
	}
	#get-stared .container, .site-footer .container{max-width: 280px;}
	#get-stared .gform_title{font-size: 32px;}
	#gform_wrapper_3 li {margin: 0px 0px 5px 0px !important; width: 100%;}
	#gform_wrapper_3 li.gf_right_third{margin-bottom: 25px !important;}
	/*
	----------------------------------Inner Page ----------------------------- */
	.site-main{margin-bottom: 30px;}
	.site-header-image-bg{height: 180px !important;}
	#content{text-align: center; padding: 0px 15px;}

	.page-template-page-templatescontact-us-php .col-left, .page-template-page-templatescontact-us-php .col-left .find-us, .page-template-page-templatescontact-us-php .col-left .reach-us {width: 100%;}
	.page-template-page-templatescontact-us-php .col-left .reach-us span{width: 100%;}
	.page-template-page-templatescontact-us-php .col-left .reach-us p{margin-bottom: 15px;}
	.page-template-page-templatescontact-us-php .col-right{position: absolute;width: 100%;bottom: 0; top: 150%; padding: 0;}
	.page-template-page-templatescontact-us-php .col-right .thumb-product{
		bottom: 0;
	    margin-top: 0;
	    max-height: 345px;
	    overflow: hidden;
	    position: relative;
	    right: 0;
	    max-width: 280px;
	    margin-top: 234px;
	}
	.page-template-page-templatescontact-us-php .col-right .thumb-product img{max-width: 280px;}
	.page-template-page-templatescontact-us-php .contact-form{margin-top: 0; padding-bottom: 280px;}
	.page-template-page-templatescontact-us-php .contact-form .gform_title{text-align: center; padding-bottom: 20px;}
	#gform_wrapper_1 li, #gform_wrapper_1 .ginput_container input, #gform_wrapper_1 .ginput_container textarea{ width: 100%;position: relative;}
	#gform_wrapper_1 .gform_footer input[type="submit"] {
	    background: none repeat scroll 0 0 rgba(222, 77, 87, 1);
	    border: medium none;
	    bottom: 13px;
	    box-shadow: none;
	    color: #fff;
	    float: none;
	    height: 48px;
	    letter-spacing: 1.2px;
	    margin: 15px auto auto;
	    position: relative;
	    text-shadow: none;
	    width: 100%;
	}
	/*
	-------------------------------Product Summary ---------------------------- */
	.shop-summary-container{margin-top: 0; float: none; padding: 0;}
	.shop-summary-container .shop-container #content{max-width: 280px; margin: auto;display: block;padding: 0 15px;}
	.shop-summary-container .navbar-toggle{
		margin: auto;
		display: block;
		background: url("images/icon-bar-active.png") no-repeat scroll 240px center rgba(222, 77, 87, 1);
		box-shadow: none;
		border: none;
		color: #fff;
		font-weight: normal;
	}
	.shop-summary-container .navbar-toggle:hover{
		background: url("images/icon-bar-active.png") no-repeat scroll 240px center rgba(222, 77, 87, 0.8);
	}
	.shop-summary-container ul.product-categories{ 
		left: 50%;
	    margin: auto auto auto -140px;
	    max-width: 280px;
	    position: relative;
	    text-align: center;
	    width: 100%;
	    z-index: 999;
	}
	.shop-summary-container ul.product-categories li{border-bottom: none; background: #de4d57;}
	.shop-summary-container ul.product-categories li:hover{ background: rgba(222, 77, 87, 0.8);}
	.shop-summary-container ul.product-categories li a{color: #fff;}
	.shop-summary-container .woocommerce-breadcrumb, .shop-summary-container .woocommerce-ordering{display: none;}
	.shop-summary-container .shop-container, .shop-summary-container .cat-sidebar{padding: 0; width: 100%;}
	.cat-sidebar .widget-title{display: none;}
	.cat-sidebar .widget_simpleimage{display: none;}
	.cat-sidebar .widget_product_categories{display: none; margin: auto; z-index: 999; }
	.shop-container ul.products{float: none;}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		width: 100% !important;
		margin: auto;
		display: block;
		max-width: 100%;
		border: none;
	}
	.woocommerce ul.products li.product .list-item-product, .woocommerce-page ul.products li.product .list-item-product{
		max-width: 280px;
		margin: auto;
		display: block;
		border: 1px solid #e6e6e6;
		margin-bottom: 30px;
	}
	.woocommerce ul.products li.product a img{
		box-shadow: none;
	    display: block;
	    float: none;
	    height: auto;
	    margin: auto;
	    width: auto;
	    padding-bottom: 20px;
	}
	/*
	-------------------------------- Single Product --------------------------- */
	.single-product div.product{margin-top: 15px;}
	.single-product .cat-sidebar{display: block;}
	.single-product .display-desktop{display: none;}
	.single-product .display-mobile{display: block;  padding: 0 15px;}
	.single-product .back-to-shop{display: none;}
	.single-product .display-mobile .product-description, .single-product .display-mobile .product-imgage{
		width: 100%;
		position: relative;
		text-align: left;
		padding: 0;
	}
	.single-product .product .product-description .single-product-title{border-bottom: 1px solid #f2f2f2; padding-bottom: 15px; margin-bottom: 15px; }
	.single-product #mobile-gallery{position: relative; margin: auto; width: 100%; margin-top: 30px;}
	.single-product #mobile-gallery .bx-wrapper{
		margin-bottom: 30px;
	}
	.single-product #mobile-gallery .bx-wrapper .bx-viewport{
		height: 320px;
		border: 1px solid #f2f2f2;
		box-shadow: none !important;
		left: 0;

	}
	#custom-gallery > .gallery-slide{ width:100%!important; height:320px; background-size: cover;margin-bottom: 20px; }
	#custom-gallery > .gallery-slide img{
		max-height: 320px; 
		height: 100%;
		width: auto;
		display: block;
		margin: auto;
	}
	.single-product .product .related{padding: 0px 15px;}
	/*
	----------------------------------- Footer -------------------------------- */
	.site-footer .footer-content .footer-content-info, .site-footer .footer-content #footer-sidebar{width: 100%; padding: 0; text-align: center; padding-top: 30px;}
	.site-footer .footer-content .footer-content-info .footer-social{width: 100%; margin: auto; display: block;}
	.site-footer .footer-content .footer-content-info .footer-social .socials{
		max-width: 175px;
		width: 100%;
		margin: auto;
		display: block;
	}
	.site-footer .footer-content .footer-content-info, .site-footer .footer-content #footer-sidebar .col-md-3{width: 100%; padding: 0;}
	.site-footer .footer-content .footer-content-info, .site-footer .footer-content #footer-sidebar .pwd-address .fa{float: none;width: 100%;}
	.btn-contact{max-width: 145px; margin: auto; display: block; float: none;}
	.site-footer .site-footer-info{padding-top: 20px;}
	.site-footer .site-footer-info .col-md-6{width: 100%; float: none;}
	.site-footer .site-footer-info .site-copyright, .site-footer .site-footer-info .pwd-footer{ float: none;text-align: center;padding: 0 10px;}
	/*
	-------------------------Enquire About Product------------------------------- */
	#gform_wrapper_4 .gform_title{font-size: 24px;}
	#gform_wrapper_4 .ginput_container input{width: 100% !important; }
	#gform_wrapper_4 .top_label li.gfield.gf_left_half, #gform_wrapper_4 .top_label li.gfield.gf_right_half{
		width: 100% !important;
	}
	#gform_wrapper_4 ul li{margin: 10px 0 0 !important;}
	#fancybox-wrap{
		left: 0 !important;
		width: 310px !important;

	}
	#fancybox-content{width: 280px !important; }

}