/*

Theme Name: Jarrah Laser Designs

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: #f2f2f2;

}

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 {

	background: none repeat scroll 0 0 #F6F6F6;

    line-height: 1.4em;

    margin: 0;

    padding: 30px 30px 10px;

}

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: #000;

	font-family: 'Open Sans', sans-serif;

	font-size: 16px;

	line-height: 23px;

	font-weight:

}

.home body{

	color: #4c4c4c;

	line-height: 24px;

}



/* Headings */

h1,h2,h3,h4,h5,h6 {

	clear: both;

	color:#4c4c4c;

	line-height:1em;

	font-weight:600;

}



h1{ font-size: 44px; color:#269497; }

h2{ font-size: 40px;  }

h3{ font-size: 32px }

h4{ font-size: 25px; }

h5{ font-size: 22px; }

h6{ font-size: 18px }



hr {

	background-color: #ccc;

	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;

}

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"] {

	background: none repeat scroll 0 0 #4D4D4D;

    border: 1px solid #4D4D4D;

    border-radius: 0 0 0 0;

    box-shadow: none;

    color: #FFFFFF;

    cursor: pointer;

    font-size: 1em;

    font-weight: bold;

    height: 35px;

    line-height: 1;

    padding: 0 20px;

    text-shadow: none;

    text-transform: uppercase;

}

button:hover,

html input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover {

	background: none repeat scroll 0 0 #3D3D3D;

}

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 {

	background: none repeat scroll 0 0 #333;

}

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 {

	border: 1px solid #E2F1F1;

    border-radius: 0 0 0 0;

    color: #808080;

    font-size: 14px;

    height: 40px;

   

  

    width: 260px;

}

input[type=text]:focus,

input[type=email]:focus,

input[type=password]:focus,

textarea:focus {

	 color: #999;

}

input[type=text],

input[type=email],

input[type=password] {

	  padding: 0 15px;

	   line-height: 40px;

}

textarea {

	height: 100px;

    line-height: 22px;

    overflow: auto;

    padding: 15px;

    vertical-align: top;

    width: 94%;

}



/* Links */

a,

a:visited {

	color: #269497;

	text-decoration:none;

}

a:hover,

a:focus,

a:active {

	text-decoration:underline;

}



/* 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-container{ width:940px; padding:0 0px; margin:auto; position:relative;  }

.site-main{

	 background: none repeat scroll 0 0 #FFFFFF;

    margin: auto;

    padding: 60px 115px;

    position: relative;

    width: 940px;

 }





.site-header{ width:100%; min-width:940px; height:150px; background:#fff; }

.site-title{ font-size:4em; float:left;  }

.site-title a{

	background: url("images/logo.png") no-repeat scroll left top transparent;

    display: block;

    height: 150px;

    text-indent: -9999px;

    width: 280px;

}

.site-description{ font-size:1em;}



.site-featured{ width:100%; }

.site-header-image-bg{ height:160px!important; background:#269396; }

.page-template-page-templatescontact-us-php .site-main{ padding:0; margin:0; width:100%;}

.page-template-page-templatescontact-us-php .site-main .site-content{  margin: auto; width: 940px; }

.page-template-page-templatescontact-us-php .site-header-image-bg{ height:460px!important; }



.page-template-page-templatescontact-us-php .site-main .site-content {

    background: none repeat scroll 0 0 #FFFFFF;

    margin: auto;

    padding: 60px 115px;

    width: 940px;

}

.page-template-page-templatescontact-us-php .site-main .site-content .hentry .entry-header {

    height: auto;

    margin-bottom: 60px;

    margin-top: 0;

    padding: 0;

    position: inherit;

}



.page-template-page-templatescontact-us-php .site-main .site-content .hentry .entry-header .entry-title {

    color: #269497;

    font-size: 48px;

    font-weight: 600;

    margin-bottom: 20px;

}



.page-template-page-templatescontact-us-php .site-main .site-content .hentry .entry-content{ padding-bottom:63px;}

.page-template-page-templatescontact-us-php .site-main .site-content{ padding-bottom:400px; }

.page-template-page-templatescontact-us-php .site-main .site-content .gform_wrapper{

	background: none repeat scroll 0 0 #269497;

    left: 0;

    padding: 60px 0;

    position: absolute;

    right: 0;

}

.page-template-page-templatescontact-us-php .site-main .site-content form{

	margin: auto;

    width: 940px;

}







.site-main{ }

.home .site-main{ width:100%; padding:0; background:none;  }



#front-page{ background:#fff; width:940px; padding:60px 155px; margin:auto; vertical-align:top; text-align:left; }

#front-page .welcome{ font-size:40px; font-weight:600; margin:0;}

#front-page h1{ margin-bottom:30px; }

#front-page .hentry{

	display: inline-block;

    height: auto;

    margin-right: 60px;

    width: 470px;

	

	display: inline-block;

	*display: inline;

	zoom: 1;



}

.front-sidebar{

	display:block;

    float: right;

    padding-top: 120px;

    width: 400px;

 }



.site-footer{  background:none repeat scroll 0 0 #404040; width:100%; float:left; line-height:1em;  }

.site-footer .footer-content{

	clear: both;

    margin: auto;

    padding: 20px 10px 20px;

    position: relative;

    width: 940px;



}

.site-footer .footer-info {

	background: none repeat scroll 0 0 #393939;

    clear: both;

    float: left;

    margin: auto;

    padding: 20px 0;

    position: relative;

    width: 100%;

	font-size:11px;

	color:#fff;

}

.site-footer .footer-info a{ color:#fff; }



.footer-widgets{  padding:40px 0; color:#fff; float:left; }

.footer-widgets .widget{ float:left; }

.footer-widgets .widget .widget-title{

	border: medium none;

    color: #FFFFFF;

    font-size: 32px;

    font-weight: 700;

    line-height: 1;

    margin-bottom: 40px;

	}

.footer-widgets .widget.follow-us{ padding-left: 100px; width: 300px; }

.footer-widgets .widget.menu{ width:200px; float:right; padding-left:40px; }



.site-footer .footer-logo{ background:url(images/footer-logo.png) left top no-repeat; width:300px; height:150px; display:block; text-indent:-9999px; float:left; }

.site-footer .footer-info .site-info{ width:50%; text-align:right; float:right; margin-right: 90px;

    margin-top: -15px;}

.site-footer .footer-info .site-info p{ margin:0; }

.site-footer .footer-info .site-info #pwdlogo{ background:url(images/pwdlogo.png) right center no-repeat; width:85px; height:12px; display:inline-block; font-size:0; }

.site-footer .footer-info .site-copyright{ width:50%; text-align:left; float:left; }



.home .site-header-image-bg{ height:440px!important; }



#tagline{ background:#269497; position:relative; }

#tagline:before,

#gform_wrapper_3:before {

   	background: url("images/content-arrow-w.png") no-repeat scroll center top transparent;

    content: "";

    display: block;

    height: 38px;

    left: 50%;

    margin-left: -30px;

    position: absolute;

    top: 0;

    width: 60px;

}

#tagline:after,

#gform_wrapper_3:after {

   	background: url(images/content-arrow-sky.png) no-repeat scroll center top transparent;

    content: "";

    display: block;

    height: 38px;

    left: 50%;

    margin-left: -30px;

    position: absolute;

    top: 100%;

    width: 60px;

}





#tagline .tagline-content{ width:940px; margin:auto; padding:40px 155px; color:#fff; }



#gform_wrapper_3 h3{

	color: #FFFFFF;

    font-size: 44px;

    font-weight: 800;

    letter-spacing: -2px;

    margin-bottom: 30px;

}

#gform_wrapper_3 .gform_description{

	float:left;

	width:100%;

	margin-bottom:20px;

	color:#fff;

}

#gform_wrapper_3 .gform_body{ width:100%; float:left; margin-bottom:20px;  }

#gform_wrapper_3 .gform_footer{ text-align:center; padding:0 20px;}

#gform_wrapper_3 textarea{height: 135px;  width: 600px;}





#backtotop{ position:absolute; left:10px; margin-left:0px; bottom:0;}



.page .entry-header{

	height: 80px;

    margin-bottom: 80px;

    margin-top: -240px;

    padding-top: 80px;

    position: absolute;

}
.home #custom-product .entry-header{
    display:none;
}

#shopp .entry-header h1{

    position: absolute;
	
	color:#fff !important;
	
	text-align: left;
	
    width: 960px;

}

#front-page .entry-header{ }



.label{ width:80px; display:block; float:left; }



#contact-map{

	float:left;

  height:460px;

  margin-bottom:0;

  margin-top:-460px;

  width:100%;

}



#footer-address{

	 float: left;

    margin-right: 20px;

    width: 520px;

}

#footer-address .contact{

	float: left;

    margin: 0 20px 20px 0;

    width: 206px;

}

#footer-address .image-map{

	float: right;

}



/* =Layout: Content-Sidebar

----------------------------------------------- */

#primary {

	float: left;

	margin: 0 -320px 0 0;

	width: 100%;

}

#content {

	margin: 0 320px 0 0;

}

#secondary { /* Sidebar 1 */

	float: right;

	overflow: hidden;

	width: 320px;

}

#secondary .widget{ margin-left:20px; }

#tertiary { /* Sidebar 2 */

	clear: right;

}





/* =Menu

----------------------------------------------- */



.main-navigation .menu{  padding:0px; margin:auto; position:relative; }

#menu-primary-container{ text-align:center; }



.main-navigation {

	clear: none;

    display: block;

    float: right;

    line-height: 1;

    margin: 50px 0 0;

    text-align: center;

	margin-right:-25px;

}

.main-navigation ul {

    display: inline-block !important;

    text-align: left;

    width: 100%;

	list-style:none;

	margin:0;

	position:relative;

}

.main-navigation li {

	float: left;

	position: relative;

	margin: 0;

    

}

.main-navigation a {

	display: block;

	text-decoration: none;

	border-bottom: 0 none;

    color: #292929;

	font-size:15px;

    line-height: 24px;

    text-transform: uppercase;

	padding:0 25px;

	font-weight:600;

}

.main-navigation li.last a,

.main-navigation li:last-child a{}



.main-navigation li.last:hover a,

.main-navigation li.last.current-menu-item a{ padding:0 25px; }



.main-navigation ul ul {

    display:none;

    float: left;

    left: 0px;

    position: absolute;

    top: 100px;

    visibility:hidden;

    z-index: 99999;

	

}
.main-navigation ul ul li{

	background: none repeat scroll 0 0 #FFFFFF;

    border: 1px solid #EBEBEB;

    float: left;

    position: relative;

    width:200px;

    z-index: 99999;

	

}

.main-navigation ul ul li a{ 

    color: #292929;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
    text-transform: none;
 }


.main-navigation ul ul ul {

	left: 100%;

	top: -1px;

}


.main-navigation .menu > li.current_page_ancestor ul a,

.main-navigation .menu > li.current_page_ancestor ul ul a {

	

    font-size: 12px;

    font-weight: normal;

    line-height: 20px;

    text-align: left;
	
	margin-bottom: 10px;
    margin-top: 10px;

    text-transform: none;

	color: #292929;

}

.main-navigation ul ul li:last-child a{ border-bottom:none; }

.main-navigation ul ul li {}

.main-navigation .menu > li{ height: 24px; padding: 38px 0;}



.main-navigation .menu li:hover > a,

.main-navigation li.current_page_ancestor > a { color:#269396;  }



.main-navigation ul ul a:hover { }

.main-navigation ul li:hover > ul { display: block; visibility:visible;}

.main-navigation ul li:hover > ul ul{ display: none; visibility:hidden;}

.main-navigation ul li:hover > ul li:hover ul{ display: block; visibility:visible }



.main-navigation .menu > li:hover,

.main-navigation .menu > li.current_page_item,

.main-navigation .menu > li.current-menu-item,

.main-navigation .menu > li.current_page_ancestor{ background:url(images/nav-hover-bg.png) left repeat-x;}





.main-navigation li.current_page_item > a,

.main-navigation li.current-menu-item > a,

.main-navigation li.current_page_ancestor > a,

.main-navigation li.current_page_ancestor li.current-menu-item > a,

.main-navigation li.current_page_ancestor li.current-page-ancestor > a,

.main-navigation li.current_page_ancestor li.current-page-ancestor li.current-menu-item > a{ color:#269396; }



.main-navigation ul ul li:hover > a{ color:#269396!important; }







/* Small menu */

.menu-toggle {

	cursor: pointer;

}

.main-small-navigation .menu {

	display: none;

}



#footer-menu{ padding:0; margin:0; list-style:none; width:100%; }

#footer-menu li{ float:left; width:100%; }

#footer-menu li a{ display:block; float:left; padding:3px 10px; color:#fff;  }

#footer-menu li:first-child a{ }

#footer-menu li:hover > a {}

#footer-menu li.current_page_item a,

#footer-menu li.current-menu-item a { }



.socials{}

.socials li{ float:left; }

.socials li a{

	display: block;

    font-size: 0;

    height: 55px;

    margin-right: 10px;

    opacity: 0.8;

    width: 55px;

}

.socials li a:hover{ opacity:1; }

.socials li.facebook a{ background:url(images/footer-facebook.png) left top no-repeat;}

.socials li.twitter a{ background:url(images/footer-twitter.png) left top no-repeat;}

.socials li.google a{ background:url(/wp-content/uploads/2015/01/google-plus-icon.png) left top no-repeat;}











/* =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{

 	color: #FFFFFF;

    font-size: 48px;

    font-weight: 600;

    margin-bottom: 0;

}

.hentry .entry-header .entry-title a{ font-size: 30px; line-height: 30px; }

.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; }



.attachment .entry-meta{ clear:none; float:left; }

#image-navigation{ text-align:right; }



.page-blog-title,

.page-product-title{

	color: #FFFFFF;

    font-size: 48px;

    font-weight: 600;

    margin-top: -160px;

    position: absolute;

}

.single-product .entry-figure{

	border: 1px solid #E0E0E0;

    float: left;

    margin: 0 70px 70px 0;

}

.single-product .hentry .entry-header .entry-title{ 

	clear: right;

    color: #000000;

    font-size: 24px;

    font-weight: 600;

    line-height: 40px;

    margin-bottom: 0;

}



.single .hentry .entry-header{

	height: 100px;

    margin-bottom: 60px;

    margin-top: -160px;

    width: 960px;	

}

.single .hentry .entry-header .entry-meta,

.single .hentry .entry-header .entry-meta a{ color:#fff; }



.single-product .hentry .entry-header {

    height: auto;

    margin-bottom: auto;

    margin-top: 0;

    width: auto;

}



.entry-content h1,

.entry-content h2,

.entry-content h3,

.entry-content h4,

.entry-content h5,

.entry-content h6{ margin-bottom:20px; }



.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: none;

	height: auto;

	max-width: 90%;

}

.site-content .gallery dd { margin: 0; }

.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 {

	margin: 0 0 1.2em;

	overflow:visible;

}

.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 14px;

}



.commentlist{ padding:0; margin:0; list-style:none;}

.commentlist li.comment{ padding: 0; }

.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:70px; }

.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 */

#searchsubmit {

	display:none;

}



.front-sidebar .call-today{

	background: url("images/call.png") no-repeat scroll left top transparent;

    padding: 10px 10px 10px 90px;

	margin-bottom:20px;

	height:60px

 }

.front-sidebar  .email-at{

	 background: url(images/email.png) no-repeat scroll left top transparent;

    padding: 10px 10px 10px 90px;

	height:60px

 }





/* = Custom Post type

------------------------------------------------*/

#slidercontainer{ width:100%; margin:auto;}

#sliderarea{ width:100%; height:440px; display:block; padding:0px;}

#sliderarea .bx-wrapper .bx-pager{ bottom: 10px; font-size: 0; margin: 0 auto; padding:0px; right: 10px; width: auto; z-index: 55; }

#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:440px; background:none!important; overflow:visible!important; }

#custom-slideshows{ width:100%!important;}

#custom-slideshows > .slide{ width:100%!important; height:440px; }

#custom-slideshows > .slide .content{ width:940px; margin:auto; }

#custom-slideshows > .slide .content img{ max-width:none; }



#slidercontainer .bx-wrapper .bx-prev{ width:66px; height:66px; background:url(images/bx-prev.png) center center no-repeat; left:50%; margin-left:-625px; }

#slidercontainer .bx-wrapper .bx-next{ width:66px; height:66px; background:url(images/bx-next.png) center center no-repeat; left:50%; margin-left:560px; }





#product-container{

    margin: auto;

    padding: 60px 155px;

    width: 940px;

	background:#fff;

}

#custom-product{ width:940px; padding:0;  list-style:none; float:left; }

#custom-product .custom-product-header{ float:left; width:100%; margin-bottom:35px;}

#custom-product .custom-product-header a{ opacity:0.9; }

#custom-product .custom-product-header a:hover{ text-decoration:none; opacity:1;}

#custom-product .custom-product-header-title{

	background: none repeat scroll 0 0 #269497;

    color: #FFFFFF;

    float: left;

    font-weight: bold;

    line-height: 64px;

    padding: 0 20px;

	margin-top:20px;

	

	margin-right:70px; 

}

#custom-product .see-all-products{

	background: none repeat scroll 0 0 #4D4D4D;

    clear: none;

    color: #FFFFFF;

    display: block;

    float: right;

    font-weight: bold;

    line-height: 46px;

    margin-bottom: 10px;

    padding: 0 20px;

    text-align: center;

    width: 220px;

}

#custom-product .specials-products{

	background: none repeat scroll 0 0 #ef4123;

    clear: none;

    color: #FFFFFF;

    display: block;

    float: right;

    font-weight: bold;

    line-height: 46px;

    padding: 0 20px;

	 text-align: center;

    width: 220px;

	

}

#custom-product .product{
	 
   float: left;
    margin-bottom: 20px;
    margin-left: -8px;
    margin-right: 7px;
    overflow: hidden;
    padding: 0 10px 0px 0;
    position: relative;
    width: 218px;
	height:190px;

 }

#custom-product .product.col-0{ margin-left:0;}

#custom-product .product .info{ 

	padding:20px; color:#fff; background:#269497;  background:rgba(38,148,151,0.9); position:absolute; left:0; right:0; bottom:0; font-size:12px; line-height:1em; top:100%;

	

-webkit-transition: top 0.5s ease;

-moz-transition: top 0.5s ease;

-ms-transition: top 0.5s ease;

-o-transition: top 0.5s ease;

transition:top 0.5s ease;
	

}

#custom-product .product:hover .info{ top:80px;}

#custom-product .product .product-title{ font-size: 18px; font-weight: 600; line-height: 1em; margin-bottom: 10px;}

#custom-product .product .product-title a{ color:#fff;}

#custom-product .product .product-summary{}

#custom-product .product .product-summary p{ margin:0; }




.home .frame {
  float:left;
  overflow:hidden;
  text-align:center;
  width:218px;
  
}
.home .details{ width:218px; background:#269497;  
	background:rgba(38,148,151,0.9); position:absolute; 
	left:0; right:0;
	bottom:0;   top:100%;
	padding-top:10px;
	
	-webkit-transition: top 0.5s ease;
	
	-moz-transition: top 0.5s ease;
	
	-ms-transition: top 0.5s ease;
	
	-o-transition: top 0.5s ease;
	
	transition:top 0.5s ease; 
	
	}
.home .details h6 a{ 
	color:#fff;	
	font-size:18px; 
	line-height:1em; 
	
}
	
.home .frame:hover .details{ top:140px;}	
.home ul.products{ margin:0; padding:0;}
.home ul.products li{ margin:0; padding:0; list-style:none !important;}

.listview{ display:none;}


/* = Custom Plugins

------------------------------------------------*/



/* Plugin WP Pagenavi */

.wp-pagenavi{}

.wp-pagenavi a, .wp-pagenavi span {

    border: 1px solid #BFBFBF;

    margin: 2px;

    padding: 0 8px!important;

    text-decoration: none;

}

.wp-pagenavi a:hover, .wp-pagenavi span.current {

    border-color: #333;

}

.wp-pagenavi .pages{ border:none; }

.wp-pagenavi .nextpostslink,

.wp-pagenavi .previouspostslink{ border:none;}





/* 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; }

.ginput_container input { }



.gform_wrapper ul li.inline{ display:inline-block;}

.gform_wrapper ul li.inline.left{ float:left; }

.gform_wrapper ul li.inline.right{ float:right; }



.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; }





/* Fix ie 7   */



.ie7 #front-page .hentry { float:left; }

.ie7 .site-footer .footer-content{

   



}

.ie7 .site-footer .footer-info {

  

}



  /* Smaller than standard 960 (devices and browsers) */

@media only screen and (max-width: 1024px) {

	

	

	#page {

		margin: auto;

		max-width: 1024px;

		overflow: hidden;

	}



	#front-page {

		padding: 60px 42px;

	}

	

	#tagline .tagline-content {

		padding: 40px 42px;

	}

	

	#product-container {

		padding: 60px 42px;

	}

	

	#slidercontainer .bx-wrapper .bx-prev{ left:0; margin:0; margin-top:-30px; }

	#slidercontainer .bx-wrapper .bx-next{ right:0; margin:0; left:auto; margin-top:-30px;  }



} 
.single-shopp_product table{ line-height: 28px;
    margin: 0 0 1.2em;
    width: 50%;}