/*

	Theme Name: Lowes 2015

	Theme URI: http://my.studiopress.com/themes/enterprise/

	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.

	Author: StudioPress

	Author URI: http://www.studiopress.com/

	

	Version: 2.1.1

	

	Tags: black, blue, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	

	Template: genesis

	Template Version: 2.1



	License: GPL-2.0+

	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/



/* Table of Contents



	- Imports

	- HTML5 Reset

		- Baseline Normalize

		- Box Sizing

		- Float Clearing

	- Defaults

		- Typographical Elements

		- Headings

		- Objects

		- Gallery

		- Forms

		- Tables

	- Structure and Layout

		- Site Containers

		- Column Widths and Positions

		- Column Classes

	- Common Classes

		- Avatar

		- Genesis

		- Search Form

		- Titles

		- WordPress

	- Widgets

		- Featured Content

	- Plugins

		- Genesis eNews Extended

		- Genesis Responsive Slider

		- Gravity Forms

		- Jetpack

	- Site Header

		- Title Area

		- Widget Area

	- Site Navigation

		- Header Navigation

		- Primary Navigation

		- Secondary Navigation

		- Responsive Menu

	- Content Area

		- Home Page

		- Entries

		- Entry Meta

		- After Entry

		- Pagination

		- Comments

	- Sidebars

	- Footer Widgets

	- Site Footer

	- Theme Colors

		- Enterprise Pro Black

		- Enterprise Pro Green

		- Enterprise Pro Orange

		- Enterprise Pro Red

		- Enterprise Pro Teal

	- Media Queries

		- Retina Display

		- Max-width: 1139px

		- Max-width: 1023px

		- Max-width: 767px



*/





/*

Imports

---------------------------------------------------------------------------------------------------- */



@font-face {

	font-family: 'Icon';

	src:url('fonts/Icon.eot');

	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),

		url('fonts/Icon.woff') format('woff'),

		url('fonts/Icon.ttf') format('truetype'),

		url('fonts/Icon.svg#Icon') format('svg');

	font-weight: normal;

	font-style: normal;

}





/*

HTML5 Reset

---------------------------------------------------------------------------------------------------- */



/* Baseline Normalize

	normalize.css v2.1.3 | MIT License | git.io/normalize

--------------------------------------------- */



article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}

hr {

    border-top: 1px solid #339933;

    box-sizing: content-box;

    margin: 24px 0;

    opacity: 0.3;

}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}



/* Box Sizing

--------------------------------------------- */



*,

input[type="search"] {

	-webkit-box-sizing: border-box;

	-moz-box-sizing:    border-box;

	box-sizing:         border-box;

}



/* Float Clearing

--------------------------------------------- */



.author-box:before,

.clearfix:before,

.entry:before,

.entry-content:before,

.footer-widgets:before,

.nav-primary:before,

.nav-secondary:before,

.pagination:before,

.site-container:before,

.site-footer:before,

.site-header:before,

.site-inner:before,

.wrap:before {

	content: " ";

	display: table;

}



.author-box:after,

.clearfix:after,

.entry:after,

.entry-content:after,

.footer-widgets:after,

.nav-primary:after,

.nav-secondary:after,

.pagination:after,

.site-container:after,

.site-footer:after,

.site-header:after,

.site-inner:after,

.wrap:after {

	clear: both;

	content: " ";

	display: table;

}





/*

Defaults

---------------------------------------------------------------------------------------------------- */



/* Typographical Elements

--------------------------------------------- */



body {

	background-color: #fff;

	color: #777;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: 300;

	line-height: 1.625;

}



a,

button,

input:focus,

input[type="button"],

input[type="reset"],

input[type="submit"],

textarea:focus,

.button {

	-webkit-transition: all 0.1s ease-in-out;

	-moz-transition:    all 0.1s ease-in-out;

	-ms-transition:     all 0.1s ease-in-out;

	-o-transition:      all 0.1s ease-in-out;

	transition:         all 0.1s ease-in-out;

}



::-moz-selection {

	background-color: #333;

	color: #fff;

}



::selection {

	background-color: #333;

	color: #fff;

}



a {

	color: #269548;

	text-decoration: none;

}



a:hover {

	color: #333;

}



p {

	margin: 0 0 24px;

	padding: 0;

}



strong {

	font-weight: 700;

}



ol,

ul {

	margin: 0;

	padding: 0;

}



li {

	list-style-type: none;

}



blockquote,

blockquote::before {

	color: #999;

}



blockquote {

	margin: 30px 0px;

	background: #efefef;

	padding: 20px 36px 16px;

	color: #000;

}



blockquote::before {

	display: block;

	font-size: 30px;

	height: 0;

	left: -20px;

	position: relative;

	top: -10px;

}



cite {

	font-style: normal;

}



/* Headings

--------------------------------------------- */



h1,

h2,

h3,

h4,

h5,

h6 {

	color: #005baa;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: 700;

	line-height: 1.2;

	margin: 0 0 24px;

}



h1 {

    border-bottom: 4px solid #777;

    font-size: 34px;

    padding-bottom: 6px;

}





h2 {

    color: #339933;

    font-size: 24px;

    margin-top: 24px;

}



h3 {

	font-size: 18px;

	margin: 24px 0 12px !important;

}



h4 {

	font-size: 14px;

}



h5 {

	font-size: 12px;

}



h6 {

	font-size: 10px;

}



/* Objects

--------------------------------------------- */



embed,

iframe,

img,

object,

video,

.wp-caption {

	/*max-width: 100%;*/

}



img {

	height: auto;

}



.featured-content img,

.gallery img {

	width: auto;

}



.page-id-33 div.entry-content p a img{

	margin-right:16px;

	box-shadow: 3px 3px 3px #bbb; 

}



.page-id-33 div.entry-content p a img:hover{ 

	position: relative; 

    top: 1px; left:1px;

} 



hr {

	clear:both;

}



/* Gallery

--------------------------------------------- */



.gallery {

	overflow: hidden;

	margin-bottom: 28px;

}



.gallery-item {

	float: left;

	margin: 0;

	padding: 0 4px;

	text-align: center;

	width: 100%;

}



.gallery-columns-2 .gallery-item {

	width: 50%;

}



.gallery-columns-3 .gallery-item {

	width: 33%;

}



.gallery-columns-4 .gallery-item {

	width: 25%;

}



.gallery-columns-5 .gallery-item {

	width: 20%;

}



.gallery-columns-6 .gallery-item {

	width: 16.6666%;

}



.gallery-columns-7 .gallery-item {

	width: 14.2857%;

}



.gallery-columns-8 .gallery-item {

	width: 12.5%;

}



.gallery-columns-9 .gallery-item {

	width: 11.1111%;

}



.gallery-columns-2 .gallery-item:nth-child(2n+1),

.gallery-columns-3 .gallery-item:nth-child(3n+1),

.gallery-columns-4 .gallery-item:nth-child(4n+1),

.gallery-columns-5 .gallery-item:nth-child(5n+1),

.gallery-columns-6 .gallery-item:nth-child(6n+1),

.gallery-columns-7 .gallery-item:nth-child(7n+1),

.gallery-columns-8 .gallery-item:nth-child(8n+1),

.gallery-columns-9 .gallery-item:nth-child(9n+1) {

	clear: left;

}



.gallery .gallery-item img {

	border: none;

	height: auto;

}



/* Forms

--------------------------------------------- */



input,

select,

textarea {

	background-color: #fff;

	border: 1px solid #ececec;

	border-radius: 3px;

	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.06);

	color: #999;

	font-size: 16px;

	font-weight: 400;

	padding: 16px;

	width: 100%;

}



input:focus,

textarea:focus {

	border: 1px solid #999;

	outline: none;

}



input[type="checkbox"],

input[type="image"],

input[type="radio"] {

	width: auto;

}



::-moz-placeholder {

	color: #666;

	opacity: 1;

	font-weight: 400;

}



::-webkit-input-placeholder {

	color: #666;

	font-weight: 400;

}



button,

input[type="button"],

input[type="reset"],

input[type="submit"],

.button,

.home-top .more-link {

	background-color: #0b4599;

	border: none;

	border-radius: 3px;

	color: #fff;

	cursor: pointer;

	font-size: 16px;

	font-weight: 400;

	padding: 16px 24px;

	width: auto;

}



button:hover,

input:hover[type="button"],

input:hover[type="reset"],

input:hover[type="submit"],

.button:hover,

.home-top .more-link:hover {

	background-color: #333;

	color: #fff;

}



.entry-content .button:hover,

.footer-widgets .button {

	color: #fff;

}



.button {

	display: inline-block;

}



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-results-button {

	display: none;

}



.cse input.gsc-search-button, input.gsc-search-button {

    border: 0 solid #000 !important;

    height: 32px !important;

    min-width: 54px;

    padding: 9px 10px !important;

}



/* Tables

--------------------------------------------- */



table {

	border-collapse: collapse;

	border-spacing: 0;

	line-height: 1.5;

	-176px #e6e6e6;

}





div.home-bottom.widget-area img {

	margin-bottom:12px;

}







/* Column Widths and Positions

--------------------------------------------- */



/* Wrapping div for .content and .sideb

}



th {

	font-weight: 700;

	text-transform: uppercase;

}





/*

Structure and Layout

---------------------------------------------------------------------------------------------------- */



/* Site Containers

--------------------------------------------- */



.wrap {

	margin: 0 auto;

	max-width: 1140px;

}



.home-top.widget-area div.wrap {

	max-width: 100%;

}



.enterprise-pro-landing .wrap {

	max-width: 800px;

}



.site-inner {

	background: #f5f5f5 url(https://www.lowespetrol.com.au/wp-content/themes/Lowes15/images/bgimage.png) no-repeat fixed -68px 180px;

	border-top: 1px solid #ececec;

	clear: both;

	padding-top: 30px;

}



.home .site-inner {

    background: url("https://www.lowespetrol.com.au/wp-content/themes/Lowes15/images/bgimage.png") no-repeat scroll -68px -176px #e6e6e6;

}





div.home-bottom.widget-area img {

	margin-bottom:12px;

}







/* Column Widths and Positions

--------------------------------------------- */



/* Wrapping div for .content and .sidebar-primary */



.content-sidebar-sidebar .content-sidebar-wrap,

.sidebar-content-sidebar .content-sidebar-wrap,

.sidebar-sidebar-content .content-sidebar-wrap {

	width: 920px;

}



.content-sidebar-sidebar .content-sidebar-wrap {

	float: left;

}



.sidebar-content-sidebar .content-sidebar-wrap,

.sidebar-sidebar-content .content-sidebar-wrap {

	float: right;

}



/* Content */



.content {

	float: right;

	width: 740px;

}



.content-sidebar .content,

.content-sidebar-sidebar .content,

.sidebar-content-sidebar .content {

	float: left;

}



.content-sidebar-sidebar .content,

.sidebar-content-sidebar .content,

.sidebar-sidebar-content .content {

	width: 520px;

}



.full-width-content .content {

	width: 100%;

}



/* Primary Sidebar */



.sidebar-primary {

	float: right;

	width: 360px;

}



.sidebar-content .sidebar-primary,

.sidebar-sidebar-content .sidebar-primary {

	float: left;

}



/* Secondary Sidebar */



.sidebar-secondary {

	float: left;

	width: 180px;

}



.content-sidebar-sidebar .sidebar-secondary {

	float: right;

}



/* Column Classes

	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css

--------------------------------------------- */



.five-sixths,

.four-sixths,

.one-fourth,

.one-half,

.one-sixth,

.one-third,

.three-fourths,

.three-sixths,

.two-fourths,

.two-sixths,

.two-thirds {

	float: left;

	margin-left: 2.564102564102564%;

}



.one-half,

.three-sixths,

.two-fourths {

	width: 48.717948717948715%;

}



.one-third,

.two-sixths {

	width: 31.623931623931625%;

}



.four-sixths,

.two-thirds {

	width: 65.81196581196582%;

}



.one-fourth {

	width: 23.076923076923077%;

}



.three-fourths {

	width: 74.35897435897436%;

}



.one-sixth {

	width: 14.52991452991453%;

}



.five-sixths {

	width: 82.90598290598291%;

}



.first {

	clear: both;

	margin-left: 0;

}





/*

Common Classes

---------------------------------------------------------------------------------------------------- */



/* Avatar

--------------------------------------------- */



.avatar {

	float: left;

}



.alignleft .avatar,

.author-box .avatar {

	margin-right: 24px;

}



.alignright .avatar {

	margin-left: 24px;

}



.comment .avatar {

	margin: 0 16px 24px 0;

}



/* Genesis

--------------------------------------------- */



.breadcrumb {

	margin-bottom: 20px;

}



.page-id-1211 div.breadcrumb {

	display:none;

}



.archive-description,

.author-box {

	background-color: #fff;

	border: 1px solid #ececec;

	box-shadow: 0 1px #ececec;

	margin-bottom: 40px;

	padding: 40px;

}



.author-box-title {

	color: #333;

	font-family: 'Lato', sans-serif;

	font-size: 16px;

	margin-bottom: 4px;

}



.archive-description p:last-child,

.author-box p:last-child {

	margin-bottom: 0;

}



/* Search Form

--------------------------------------------- */



.search-form {

	overflow: hidden;

}



.site-header .search-form {

	float: right;

	margin-top: 8px;

}



.entry-content .search-form,

.site-header .search-form {

	width: 50%;

}



.genesis-nav-menu .search input[type="submit"],

.widget_search input[type="submit"] {

	border: 0;

	clip: rect(0, 0, 0, 0);

	height: 1px;

	margin: -1px;

	padding: 0;

	position: absolute;

	width: 1px;

}



/* Titles

--------------------------------------------- */



.archive-title {

	font-size: 20px;

}



.entry-title {

	font-size: 34px;

	margin: 0;

}



.entry-title a,

.sidebar .widget-title a {

	color: #333;

}



.entry-title a:hover {

	color: #96bb38;

}



.widget-title,

.footer-widgets .featured-content .widget-title {

	border-bottom: 1px solid #ececec;

	font-size: 16px;

	margin: 0 0 20px;

	padding: 0 0 20px;

}



.home-bottom .widget-title, .sidebar .widget-title {

    background: #0b4599 none repeat scroll 0 0;

    color: #fff;

    margin: -40px -40px 24px;

    padding: 20px 40px;

}



/* WordPress

--------------------------------------------- */



.alignleft {

	float: left;

	text-align: left;

}



.alignright {

	float: right;

	text-align: right;

}



a.alignleft,

a.alignnone,

a.alignright {

	max-width: 100%;

}



a.alignnone {

	display: inline-block;

}



a.aligncenter img {

	display: block;

	margin: 0 auto;

}



img.centered,

.aligncenter {

	display: block;

	margin: 0 auto 24px;

}



img.alignnone,

.alignnone {

	margin-bottom: 12px;

}



a.alignleft,

img.alignleft,

.wp-caption.alignleft {

	margin: 0 24px 12px 0;

}



a.alignright,

img.alignright,

.wp-caption.alignright {

	margin: 0 0 12px 24px;

}



.wp-caption-text {

	font-weight: 700;

	text-align: center;

}



.entry-content p.wp-caption-text {

	margin-bottom: 0;

}



.gallery-caption {

	margin: 0 0 10px;

}





/*

Widgets

---------------------------------------------------------------------------------------------------- */



.widget {

	word-wrap: break-word;

	margin-bottom: 10px;

}



.widget li {

	/*border-bottom: 1px dotted #ececec;*/

	margin-bottom: 10px;

	padding-bottom: 10px;

}



#menu-frequently-asked-questions.menu li {

	border-bottom: 1px dotted #ececec;

	margin-bottom: 16px;

	padding-bottom: 16px;

}



.widget ol > li {

	list-style-position: inside;

	list-style-type: decimal;

	padding-left: 20px;

	text-indent: -20px;

}



.widget li li {

	border: none;

	margin: 0 0 0 30px;

	padding: 0;

}



.widget ul > li:last-child,

.widget p:last-child {

	margin-bottom: 0;

}



.widget_calendar table {

	width: 100%;

}



.widget_calendar td,

.widget_calendar th {

	text-align: center;

}



/* Featured Content

--------------------------------------------- */



.after-entry .widget.featured-content,

.featured-content,

.home-bottom .widget.featured-content,

.sidebar .widget.featured-content {

	border-bottom-width: 0;

	padding: 0;

}



.after-entry .featured-content .widget-title,

.featured-content .widget-title {

	margin: 0;

	padding: 30px 40px;

}



.featured-content .entry {

	background: none;

	border: none;

	border-bottom: 1px solid #ececec;

	box-shadow: none;

	margin: 0;

	padding: 0;

}



.featured-content .entry-header {

	margin: 0;

	padding: 14px 40px 0px;

}



.featured-content .entry-title {

	font-size: 20px;

	margin: 0;

}



.featured-content .entry-content {

	padding: 40px;

}



.featured-content .alignnone {

	margin-bottom: 0;

}

	

.featured-content img {

    margin: 20px 40px -7px;

}



.featured-content .more-link {

	display: block;

	font-weight: 700;

	margin-top: 20px;

}



.featured-content .more-from-category,

.featured-content ul {

	border-bottom: 1px solid #ececec;

	margin: 0;

	padding: 40px;

}



.footer-widgets  .featured-content .alignnone {

	margin-bottom: 24px;

}



.footer-widgets .featured-content .entry {

	background: none;

	border: none;

	margin-bottom: 30px;

}



.footer-widgets .featured-content .entry-header,

.footer-widgets .featured-content .more-from-category,

.footer-widgets .featured-content ul {

	border: none;

	padding: 0 0 10px;

}



.footer-widgets .featured-content .entry-content {

	padding: 0;

}





/*

Plugins

---------------------------------------------------------------------------------------------------- */



/* Genesis eNews Extended

--------------------------------------------- */



.enews-widget input {

	margin-bottom: 16px;

}



.enews-widget input[type="submit"] {

	margin: 0;

	width: 100%;

}



.enews form + p {

	margin-top: 24px;

}



/* Genesis Responsive Slider

--------------------------------------------- */



.home-top .genesis_responsive_slider {

	margin: 0;

}



.site-container #genesis-responsive-slider {

	border-width: 0;

	padding: 0;

}



.site-container #genesis-responsive-slider .flex-control-nav {

	margin-top: -40px;

}



.site-container #genesis-responsive-slider .more-link {

	float: none;

	text-align: center;

}



.site-container #genesis-responsive-slider li {

	border-width: 0;

	margin: 0;

	padding: 0;

	text-indent: 0;

}



/* Gravity Forms

--------------------------------------------- */



div.gform_wrapper input[type="email"],

div.gform_wrapper input[type="text"],

div.gform_wrapper textarea,

div.gform_wrapper .ginput_complex label {

	font-size: 12px;

	padding: 8px;

}



div.gform_wrapper .ginput_complex label {

	padding: 0;

}



div.gform_wrapper li,

div.gform_wrapper form li {

	margin: 16px 0 0;

}


.gfield.hide-label.field_sublabel_below.field_description_below.gfield_visibility_visible label.gfield_label {
display:none !important; 
}

/* Jetpack

--------------------------------------------- */



#wpstats {

	display: none;

}





/*

Site Header

---------------------------------------------------------------------------------------------------- */



.site-header {

	background-color: #fff;

	min-height: 120px;

}



.site-header .wrap {

	padding: 0;

}



/* Title Area

--------------------------------------------- */



.title-area {

	float: left;

	padding: 0 0 4px;

	width: 235px;

	margin-top: 55px;

}



.header-full-width .title-area {

	width: 100%;

}



.site-title {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 36px;

	font-weight: 700;

	line-height: 1.2;

	border: 0 none;

}



.site-title a,

.site-title a:hover {

	color: #96bb38;

}



.header-image .site-title > a {

	background-position: top !important;

	float: left;

	min-height: 93px;

	width: 100%;

}



.site-description {

	color: #aaa;

	font-family: 'Lato', sans-serif;

	font-size: 16px;

	font-weight: 300;

	letter-spacing: 1px;

	line-height: 1.5;

	text-transform: uppercase;

}



.site-description,

.site-title {

	margin-bottom: 0;

}



.header-image .site-description,

.header-image .site-title {

	display: block;

	text-indent: -9999px;

}



/* Widget Area

--------------------------------------------- */



.site-header .widget-area {

	float: right;

	text-align: right;

	width: 730px;

}



.site-header .widget-area .widget {

	margin-bottom: 0;

}



.site-header .genesis-nav-menu li {

	border: none;

	margin: 0;

	padding: 0;

}



.site-header td, .site-header tbody {

	border:0 !important;

}



#call {

	float:left;

	width: 300px;

	margin-top: 76px;

}



#bp {

	float:right;

	width:150px;

}



input.gsc-input {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;

    border: 1px solid #ddd;

    padding: 5px 8px;

    width: 99%;

}



.gsc-search-button {

    font-size: 14px !important;

    line-height: 0.3 !important;

}

 .wgs_wrapper {

	 width:380px;

	 float:right;

 }

 

#text-19.widget.widget_text {

	max-width:1140px;

	margin:0px auto 8px;

	min-height: 56px;

}

 

td.gsc-clear-button {

    width: 2px !important;

}



body {

	color: #555;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	line-height: 1.6;

	min-width: 600px;

}

body, html {

    height: 100%;

    margin: 0;

    padding: 0;

}

div.gsc-clear-button {

    display: none !important;

}



/*

Site Navigation

---------------------------------------------------------------------------------------------------- */



.genesis-nav-menu {

	clear: both;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: 600;

	font-size: 14px;

	line-height: 1.5;

	width: 100%;

}



.genesis-nav-menu a {

	color: #333;

}



.genesis-nav-menu .menu-item {

	display: inline-block;

	text-align: left;

}



.genesis-nav-menu a {

	display: block;

	padding: 14px 13px 14px 12px;

}



.genesis-nav-menu a:hover,

.genesis-nav-menu .current-menu-item > a,

.genesis-nav-menu .sub-menu a:hover,

.genesis-nav-menu .sub-menu .current-menu-item > a:hover {

	color: #96bb38;

}



.genesis-nav-menu .sub-menu {

	border-top: 1px solid #ececec;

	left: -9999px;

	opacity: 0;

	position: absolute;

	-webkit-transition: opacity .4s ease-in-out;

	-moz-transition:    opacity .4s ease-in-out;

	-ms-transition:     opacity .4s ease-in-out;

	-o-transition:      opacity .4s ease-in-out;

	transition:         opacity .4s ease-in-out;

	width: 200px;

	z-index: 501;

}



.genesis-nav-menu .sub-menu a {

	background-color: #f8f8f8;

	border: 1px solid #ececec;

	border-top: none;

	color: #333;

	font-size: 12px;

	padding: 16px 24px;

	position: relative;

	width: 200px;

}



.genesis-nav-menu .sub-menu .sub-menu {

	margin: -52px 0 0 199px;

}



.genesis-nav-menu .menu-item:hover {

	position: static;

}



.genesis-nav-menu .menu-item:hover > .sub-menu {

	left: auto;

	opacity: 1;

}



.genesis-nav-menu > .first > a {

	padding-left: 0;

}



.genesis-nav-menu > .last > a {

	padding-right: 0;

}



.genesis-nav-menu > .right {

	float: right;

	list-style-type: none;

	padding: 0;

}



.genesis-nav-menu > .date,

.genesis-nav-menu > .right > a {

	display: inline-block;

	padding: 20px 24px;

}



.genesis-nav-menu > .search {

	padding: 8px 0 0;

}



.genesis-nav-menu > .search input {

	font-size: 12px;

	padding: 12px 20px;

}



/* Site Header Navigation

--------------------------------------------- */



.site-header .widget_nav_menu {

	color: #333;

}



.site-header .genesis-nav-menu li li {

	margin-left: 0;

}



/* Primary Navigation

--------------------------------------------- */



.nav-primary {

	background-color: #0b4599;

}



.nav-primary,

.nav-primary a {

	color: #fff;

}



.nav-primary .sub-menu {

	border-color: #222;

}



.nav-primary .sub-menu a {

	background-color: #333;

	border-color: #222;

	color: #fff;

}



/* Secondary Navigation

--------------------------------------------- */



.nav-secondary {

	text-transform: none;

	letter-spacing: 0;

	margin-bottom: 20px;

}



.nav-secondary .genesis-nav-menu a {

	padding: 6px 20px;

}



.site-footer .nav-secondary .genesis-nav-menu a {

	color: #aaa;

}



.nav-secondary .genesis-nav-menu a:hover {

	color: #96bb38;

}



/* Responsive Menu

--------------------------------------------- */



.responsive-menu-icon {

	cursor: pointer;

	display: none;

}



.responsive-menu-icon::before {

	content: "\f333";

	display: block;

	font: normal 20px/1 'dashicons';

	margin: 0 auto;

	padding: 10px;

	text-align: center;

}



.site-header .responsive-menu-icon::before {

	padding: 0;

}





/*

Content Area

---------------------------------------------------------------------------------------------------- */



/* Home Page

--------------------------------------------- */



.home-top {

	border-top: 1px solid #ececec;

}



.home-top .widget:first-child h4 {

	padding-top: 20px;

}



.home-top .entry {

	background: none;

}



.home-top .featured-content a.alignleft,

.home-top .featured-content a.alignnone,

.home-top .featured-content a.alignright {

	margin-bottom: 0;

}



.home-top a.alignleft, 

.home-top a.alignright {

	width: 66%;

}



.home-top .featured-content,

.home-top .featured-content .entry {

	border: none;

	margin-bottom: 0;

	padding-bottom: 0;

}



.home-top .featured-content .entry-header {

	border: none;

	padding: 10% 40px 0;

}



.home-top .featured-content .entry-title {

	font-size: 30px;

}



.home-top .featured-content .entry-content {

	padding: 0 40px;

}



.home-top .more-link {

	display: table;

	text-align: center;

}



.content .home-bottom {

	margin-bottom: 240px;

    min-height: 230px;

}



.home-bottom .widget {

	float: left;

	margin-left: 1.8%;

	padding: 0;

	width: 32.06%;

}



.home-bottom .widget:nth-child(4n+1) {

	clear: both;

	margin-left: 0;

}



#text-10.widget.widget_text, #text-5.widget.widget_text, #text-13.widget.widget_text {

    margin: 0 auto;

    max-width: 100%;

    width: 1140px;

}



/* Entries

--------------------------------------------- */



.entry {

	background-color: #fff;

	border: 1px solid #ececec;

	box-shadow: 0 1px #ececec;

	padding: 40px;

	margin-bottom: 40px;

}



.entry-header {

	margin: -40px -40px 18px;

	padding: 40px 40px 0px;

}



.entry-content ol,

.entry-content p,

.entry-content ul {

	margin-bottom: 16px;

}



.entry-content ol,

.entry-content ul {

	margin-left: 40px;

}



.entry-content ol > li {

	list-style-type: decimal;

}



.entry-content ul > li {

	list-style-type: disc;

}



.entry-content ol ol,

.entry-content ul ul {

	margin-bottom: 0;

}



.entry-content code {

	background-color: #333;

	color: #ddd;

}



/* Entry Meta

--------------------------------------------- */



p.entry-meta {

	color: #aaa;

	font-size: 14px;

	margin-bottom: 0;

}



.entry-meta a {

	font-weight: 700;

}



.entry-header .entry-meta {

	margin: 10px 0 0;

}



.entry-footer {

	margin-top: 22px;

}



.entry-footer .entry-meta {

	border-top: 1px solid #ececec;

	margin: 0 -40px;

	padding: 40px 40px 0;

}



.entry-tags {

	float: right;

}



.entry-comments-link::before {

	content: "\2014";

	margin: 0 6px 0 2px;

}



#footertext {

    float: right;

    letter-spacing: 0;

    text-align: right;

    text-transform: none;

}



.gototop a {

	text-transform:uppercase;

	color:#4874bc !important;

}



/* After Entry

--------------------------------------------- */



.after-entry {

	background-color: #fff;

	border: 1px solid #ececec;

	box-shadow: 0 1px #ececec;

	margin-bottom: 40px;

}



.after-entry .widget {

	margin: 0;

	padding: 40px;

}



.after-entry .widget-title {

	border-top: 1px solid #ececec;

	margin: -40px -40px 30px;

	padding: 30px 40px;

}



.after-entry .widget:first-child .widget-title {

	border-top: 0;

}



.after-entry .featured-content .entry:last-of-type,

.after-entry .featured-content .more-from-category {

	border-bottom: none;

}



.after-entry .featured-content .more-from-category {

	padding: 20px 40px;

}



.after-entry li {

	list-style-type: none;

}



/* Pagination

--------------------------------------------- */



.pagination {

	margin: 40px 0;

}



.adjacent-entry-pagination {

	margin-bottom: 0;

}



.archive-pagination li {

	display: inline;

}



.archive-pagination li a {

	background-color: #fff;

	border: 1px solid #ececec;

	box-shadow: 0 1px #ececec;

	color: #333;

	cursor: pointer;

	display: inline-block;

	padding: 8px 12px;

}



.archive-pagination li a:hover,

.archive-pagination .active a {

	background-color: #96bb38;

	color: #fff;

}



.entry-pagination.pagination {

	margin: 0 0 10px;

}



/* Comments

--------------------------------------------- */



.comment-respond,

.entry-comments,

.entry-pings {

	background-color: #fff;

	border: 1px solid #ececec;

	box-shadow: 0 1px #ececec;

	margin-bottom: 40px;

}



.comment-respond {

	padding: 40px 40px 16px;

}



.comment-respond h3 {

	border-bottom: 1px solid #ececec;

	margin: -40px -40px 40px;

	padding: 30px 40px;

}



.entry-comments {

	border-bottom-width: 0;

}



.entry-comments h3,

.entry-pings h3 {

	border-bottom: 1px solid #ececec;

	margin: 0;

	padding: 30px 40px;

}



.comment-list li.depth-1 {

	border-bottom: 1px solid #ececec;

	padding-bottom: 40px;

}



.comment-content {

	clear: both;

}



.comment-list li {

	padding: 40px 40px 0;

}



.comment-list li li {

	padding-right: 0;

}



.comment-respond input[type="email"],

.comment-respond input[type="text"],

.comment-respond input[type="url"] {

	width: 50%;

}



.comment-respond label {

	display: block;

	margin-right: 12px;

}



.entry-comments .comment-author,

.entry-comments .comment-author a {

	color: #333;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: 700;

	margin-bottom: 0;

}



.comment-meta,

.comment-meta a {

	color: #aaa;

	font-size: 14px;

}



.entry-comments .comment-author a:hover,

.comment-meta a:hover {

	color: #96bb38;

}



.ping-list li {

	padding: 40px 40px 16px;

}



.entry-pings .reply {

	display: none;

}



.comment-reply-link {

	font-family: Arial, Helvetica, sans-serif;

	font-weight: 700;

}



.form-allowed-tags {

	background-color: #f5f5f5;

	padding: 24px;

}





/*

Sidebars

---------------------------------------------------------------------------------------------------- */



.sidebar .widget {

	background-color: #fff;

	border: 1px solid #ececec;

	box-shadow: 0 1px #ececec;

	padding: 40px;

}



#text-7.widget.widget_text, #text-9.widget.widget_text, #text-10.widget.widget_text {

	padding:0;

}



#nav_menu-8.widget.widget_nav_menu {

	font-weight: 600;

	color: #FFF;

	background: #269548;

}



#nav_menu-8.widget.widget_nav_menu a {

	color: #FFF;

}



#nav_menu-8.widget.widget_nav_menu a:hover {

	color: #fedd00;

}



/*

Footer Widgets

---------------------------------------------------------------------------------------------------- */



.footer-widgets {

	background-color: #d6d6d6;

	clear: both;

	padding-top: 40px;

	padding-bottom: 60px;

}



.footer-widgets input {

	border: 1px solid #333;

}



.footer-widgets li {

	border-bottom: 1px dotted #ececec;

	margin-bottom: 10px;

	padding-bottom: 10px;

}



.footer-widgets-3 {

	width: 300px;

}



.footer-widgets-2 {

	width: 360px;

}



.footer-widgets-1 {

	width: 310px;

}



.footer-widgets-1 {

	margin-right: 80px;

}



.footer-widgets-1,

.footer-widgets-2 {

	float: left;

}



.footer-widgets-3 {

	float: right;

}



.footer-widgets a {

	color:#e50025 !important;

	font-size:16px;

}



.footer-widgets a:hover {

	color:#005baa !important;

}



/*

Site Footer

---------------------------------------------------------------------------------------------------- */



.site-footer {

	background-color: #fff;

	border-top: 1px solid #ececec;

	color: #aaa;

	font-size: 12px;

	letter-spacing: 1px;

	padding: 24px 0;

	text-align: center;

	text-transform: uppercase;

}



.site-footer a {

	color: #aaa;

}



.site-footer a:hover {

	color: #96bb38;

}



.site-footer p {

	margin-bottom: 0;

}


.ssi-facebook > a {
    background-color: #2f5c9f !important;
}

.team-list>.grid { min-height: 340px;}

/*

Theme Colors

---------------------------------------------------------------------------------------------------- */



/* Enterprise Pro Black

--------------------------------------------- */



.enterprise-pro-black .comment-meta a,

.enterprise-pro-black .genesis-nav-menu .current-menu-item > a,

.enterprise-pro-black .genesis-nav-menu .sub-menu .current-menu-item > a:hover,

.enterprise-pro-black .genesis-nav-menu .sub-menu a:hover,

.enterprise-pro-black .genesis-nav-menu a:hover,

.enterprise-pro-black .site-footer a,

.enterprise-pro-black a:hover {

	color: #aaa;

}



.enterprise-pro-black .comment-meta a:hover,

.enterprise-pro-black .entry-comments .comment-author a,

.enterprise-pro-black .entry-title a,

.enterprise-pro-black .genesis-nav-menu a,

.enterprise-pro-black .sidebar .widget-title a,

.enterprise-pro-black .site-footer a:hover,

.enterprise-pro-black .site-title a,

.enterprise-pro-black .site-title a:hover,

.enterprise-pro-black a {

	color: #333;

}



.enterprise-pro-black .nav-primary a {

	color: #fff;

}



.enterprise-pro-black .archive-pagination .active a,

.enterprise-pro-black .archive-pagination li a:hover,

.enterprise-pro-black .button,

.enterprise-pro-black .home-top .more-link,

.enterprise-pro-black button,

.enterprise-pro-black input[type="button"],

.enterprise-pro-black input[type="reset"],

.enterprise-pro-black input[type="submit"] {

	background-color: #333;

	color: #fff;

}



.enterprise-pro-black .button:hover,

.enterprise-pro-black .home-top .more-link:hover,

.enterprise-pro-black button:hover,

.enterprise-pro-black input:hover[type="button"],

.enterprise-pro-black input:hover[type="reset"],

.enterprise-pro-black input:hover[type="submit"] {

	background-color: #aaa;

	color: #fff;

}



/* Enterprise Pro Green

--------------------------------------------- */



.enterprise-pro-green .comment-meta a:hover,

.enterprise-pro-green .entry-comments .comment-author a:hover,

.enterprise-pro-green .entry-title a:hover,

.enterprise-pro-green .genesis-nav-menu .current-menu-item > a,

.enterprise-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,

.enterprise-pro-green .genesis-nav-menu .sub-menu a:hover,

.enterprise-pro-green .genesis-nav-menu a:hover,

.enterprise-pro-green .site-footer a:hover,

.enterprise-pro-green .site-title a,

.enterprise-pro-green .site-title a:hover,

.enterprise-pro-green a {

	color: #2bc876;

}



.enterprise-pro-green .comment-meta a,

.enterprise-pro-green .site-footer a {

	color: #aaa;

}



.enterprise-pro-green .entry-comments .comment-author a,

.enterprise-pro-green .entry-title a,

.enterprise-pro-green .genesis-nav-menu a,

.enterprise-pro-green .sidebar .widget-title a,

.enterprise-pro-green a:hover {

	color: #333;

}



.enterprise-pro-green .nav-primary a {

	color: #fff;

}



.enterprise-pro-green .archive-pagination .active a,

.enterprise-pro-green .archive-pagination li a:hover,

.enterprise-pro-green .button,

.enterprise-pro-green .home-top .more-link,

.enterprise-pro-green button,

.enterprise-pro-green input[type="button"],

.enterprise-pro-green input[type="reset"],

.enterprise-pro-green input[type="submit"] {

	background-color: #2bc876;

	color: #fff;

}



.enterprise-pro-green .button:hover,

.enterprise-pro-green .home-top .more-link:hover,

.enterprise-pro-green button:hover,

.enterprise-pro-green input:hover[type="button"],

.enterprise-pro-green input:hover[type="reset"],

.enterprise-pro-green input:hover[type="submit"] {

	background-color: #333;

	color: #fff;

}



/* Enterprise Pro Orange

--------------------------------------------- */



.enterprise-pro-orange .comment-meta a:hover,

.enterprise-pro-orange .entry-comments .comment-author a:hover,

.enterprise-pro-orange .entry-title a:hover,

.enterprise-pro-orange .genesis-nav-menu .current-menu-item > a,

.enterprise-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,

.enterprise-pro-orange .genesis-nav-menu .sub-menu a:hover,

.enterprise-pro-orange .genesis-nav-menu a:hover,

.enterprise-pro-orange .site-footer a:hover,

.enterprise-pro-orange .site-title a,

.enterprise-pro-orange .site-title a:hover,

.enterprise-pro-orange a {

	color: #ff6f00;

}



.enterprise-pro-orange .comment-meta a,

.enterprise-pro-orange .site-footer a {

	color: #aaa;

}



.enterprise-pro-orange .entry-comments .comment-author a,

.enterprise-pro-orange .entry-title a,

.enterprise-pro-orange .genesis-nav-menu a,

.enterprise-pro-orange .sidebar .widget-title a,

.enterprise-pro-orange a:hover {

	color: #333;

}



.enterprise-pro-orange .nav-primary a {

	color: #fff;

}



.enterprise-pro-orange .archive-pagination .active a,

.enterprise-pro-orange .archive-pagination li a:hover,

.enterprise-pro-orange .button,

.enterprise-pro-orange .home-top .more-link,

.enterprise-pro-orange button,

.enterprise-pro-orange input[type="button"],

.enterprise-pro-orange input[type="reset"],

.enterprise-pro-orange input[type="submit"] {

	background-color: #ff6f00;

	color: #fff;

}



.enterprise-pro-orange .button:hover,

.enterprise-pro-orange .home-top .more-link:hover,

.enterprise-pro-orange button:hover,

.enterprise-pro-orange input:hover[type="button"],

.enterprise-pro-orange input:hover[type="reset"],

.enterprise-pro-orange input:hover[type="submit"] {

	background-color: #333;

	color: #fff;

}



/* Enterprise Pro Red

--------------------------------------------- */



.enterprise-pro-red .comment-meta a:hover,

.enterprise-pro-red .entry-comments .comment-author a:hover,

.enterprise-pro-red .entry-title a:hover,

.enterprise-pro-red .site-footer a:hover,

.enterprise-pro-red .site-title a,

.enterprise-pro-red .site-title a:hover,

.enterprise-pro-red a {

	color: #4874bc;

}



.enterprise-pro-red .genesis-nav-menu .current-menu-item > a,

.enterprise-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover,

.enterprise-pro-red .genesis-nav-menu .sub-menu a:hover,

.enterprise-pro-red .genesis-nav-menu a:hover {

	color: #fea621;

}



.enterprise-pro-red .comment-meta a,

.enterprise-pro-red .site-footer a {

	color: #aaa;

}



.enterprise-pro-red .entry-comments .comment-author a,

.enterprise-pro-red .entry-title a,

.enterprise-pro-red .genesis-nav-menu a,

.enterprise-pro-red .sidebar .widget-title a,

.enterprise-pro-red a:hover {

	color: #333;

}



.enterprise-pro-red .nav-primary a {

	color: #fff;

}



.enterprise-pro-red .archive-pagination .active a,

.enterprise-pro-red .archive-pagination li a:hover,

.enterprise-pro-red .button,

.enterprise-pro-red .home-top .more-link,

.enterprise-pro-red button,

.enterprise-pro-red input[type="button"],

.enterprise-pro-red input[type="reset"],

.enterprise-pro-red input[type="submit"] {

	background-color: #ff473a;

	color: #fff;

}



.enterprise-pro-red .button:hover,

.enterprise-pro-red .home-top .more-link:hover,

.enterprise-pro-red button:hover,

.enterprise-pro-red input:hover[type="button"],

.enterprise-pro-red input:hover[type="reset"],

.enterprise-pro-red input:hover[type="submit"] {

	background-color: #333;

	color: #fff;

}



/* Enterprise Pro Teal

--------------------------------------------- */



.enterprise-pro-teal .comment-meta a:hover,

.enterprise-pro-teal .entry-comments .comment-author a:hover,

.enterprise-pro-teal .entry-title a:hover,

.enterprise-pro-teal .genesis-nav-menu .current-menu-item > a,

.enterprise-pro-teal .genesis-nav-menu .sub-menu .current-menu-item > a:hover,

.enterprise-pro-teal .genesis-nav-menu .sub-menu a:hover,

.enterprise-pro-teal .genesis-nav-menu a:hover,

.enterprise-pro-teal .site-footer a:hover,

.enterprise-pro-teal .site-title a,

.enterprise-pro-teal .site-title a:hover,

.enterprise-pro-teal a {

	color: #34bfba;

}



.enterprise-pro-teal .comment-meta a,

.enterprise-pro-teal .site-footer a {

	color: #aaa;

}



.enterprise-pro-teal .entry-comments .comment-author a,

.enterprise-pro-teal .entry-title a,

.enterprise-pro-teal .genesis-nav-menu a,

.enterprise-pro-teal .sidebar .widget-title a,

.enterprise-pro-teal a:hover {

	color: #333;

}



.enterprise-pro-teal .nav-primary a {

	color: #fff;

}



.enterprise-pro-teal .archive-pagination .active a,

.enterprise-pro-teal .archive-pagination li a:hover,

.enterprise-pro-teal .button,

.enterprise-pro-teal .home-top .more-link,

.enterprise-pro-teal button,

.enterprise-pro-teal input[type="button"],

.enterprise-pro-teal input[type="reset"],

.enterprise-pro-teal input[type="submit"] {

	background-color: #34bfba;

	color: #fff;

}



.enterprise-pro-teal .button:hover,

.enterprise-pro-teal .home-top .more-link:hover,

.enterprise-pro-teal button:hover,

.enterprise-pro-teal input:hover[type="button"],

.enterprise-pro-teal input:hover[type="reset"],

.enterprise-pro-teal input:hover[type="submit"] {

	background-color: #333;

	color: #fff;

}



/* slider container */

			.iosSlider {

				width: 100%;

				height: 460px;

			}

			

			.iosSlider .slider {

				width: 100%;

				height: 100%;

			}

			

			.iosSlider .slider .item {

				position: relative;

				top: 0;

				left: 0;

				width: 100%;

				height: 460px;

				margin: 0 0 0 0;

				background: #aaa;

			}

			

			.iosSlider .slider #item1 {

				background: url(https://lubesdirect.com.au/_resources/h-slider-1.jpg) repeat 0 0;

			}

			

			.iosSlider .slider #item2 {

				background: url(https://lubesdirect.com.au/_resources/h-slider-2.jpg) repeat 0 0;

			}

			

			.iosSlider .slider #item3 {

				background: url(https://lubesdirect.com.au/_resources/h-slider-3.jpg) repeat 0 0;

			}

			

			.iosSlider .slider #item4 {

				background: url(https://lubesdirect.com.au/_resources/h-slider-4.jpg) repeat 0 0;

			}

			

			.iosSlider .slider .item .text1 {

				position: relative;

				top: 30px;

				right: 150px;

				opacity: 0;

				filter: alpha(opacity:0);

				background: #000;

				float:right;

			}

			

			.iosSlider .slider .item .text1 span {

				color: #fff;

				font: bold 50px/60px "Helvetica Neue",Helvetica,Arial,sans-serif;

				padding: 0 8px;

			}

			

			.iosSlider .slider .item .text2 {

				position: relative;

				top: 90px;

				right: 0;

				opacity: 0;

				filter: alpha(opacity:0);

				background: #000;

				padding: 5px 7px 7px 7px;

				float:right;

			}

			

			.iosSlider .slider .item .text2 span {

				color: #fff;

				font: normal 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;	

			}

			

			.iosSliderButtons {

				position: absolute;

				bottom: 10px;

				left: 10px;

				width: 200px;

				height: 10px;

			}

			

			.iosSliderButtons .button {

				float: left;

				width: 9px;

				height: 9px;

				background: #999;

				margin: 0 10px 0 0;

				opacity: 0.25;

				filter: alpha(opacity:25);

				border: 1px solid #000;

				border-radius:0;

				padding:6px;

			}

			

			.iosSliderButtons .selected {

				background: #000;

				opacity: 1;

				filter: alpha(opacity:100);

			}



			.iosSlider .textpanels {

	width:100%;

	margin:0 auto;

			}

			

/*woo edits*/



/*.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {

    display: none !important;

}





.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {

     display: none !important;

}*/



.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {

    float: none !important;

    width: 100% !important;

}



.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {

    border: medium none !important;

    font-size: 120% !important;

    padding: 8px 14px !important;

    text-shadow: none !important;

	background: -moz-linear-gradient(center top , #e50025 100%, #e50025 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;

    color: #fff !important;

}



/*.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {

    float: none !important;

    width: 100% !important;

	margin-bottom:20px !important;

}*/



.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {

    width: 29.05% !important;

}



.woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products {

    clear: none !important;

    max-width: 760px !important;

	float:left !important;

    width: 100%;

}





.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {

    float: none !important;

}





/*.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {

    display: none !important;

}*/



ul.products .entry p {

	padding: 10px;

}



.woocommerce .related {

	border-top: solid 1px #333;

	padding-top: 12px;

	margin-top: 32px;

}



/*.woocommerce div.product, .woocommerce #content div.product, .woocommerce-page div.product, .woocommerce-page #content div.product {

    float: left !important;

    margin-bottom: 12px !important;

    max-width: 760px !important;

}*/



.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {

    margin: 0 !important;

}



/*.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {

    display: none !important;

}*/

.woocommerce-page.content-sidebar h1.page-title {

	

}



.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {

    background-color: #005baa;

    color: #fff !important;

    display: block;

    font-size: 1.5em !important;

    margin: 0;

    padding: 0.5em !important;

}



/*.woocommerce-tabs ul.tabs {

	display:none;

}*/



.woocommerce-page .entry-content h2 {

	font-size:24px;

}



.woocommerce .related {

    margin-top: 48px !important;

}





.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {

    width: 35% !important;

	margin-right: 28px;

}



.woocommerce div.product div.images div.thumbnails {

    display: none !important;

}



.woocommerce div.product p.price, .woocommerce div.product span.price {

	color: #FFCC00;

	font-size: 1.5em !important;

	margin-top: 18px !important;

}



.woocommerce div.product form.cart {

    margin-bottom: 20px !important;

    margin-top: 24px;

}



.woocommerce ul.products li.product .price {

    padding: 10px !important;

}



.woocommerce ul.products li.product .button {

    margin-top: 0 !important;

    padding: 16px !important;

}



.woocommerce ul.products li.product h2 {

    font-size:18px !important;

	padding: 10px !important;

	margin:0 !important;

}



.woocommerce ul.products li.product a img {

    margin: 0 !important;

}

.cta {

	display:block;

    background-color: #005baa;

	color:#fff;

	padding:14px;

	font-size:16px;

	text-align:center;

}



.cta p {

	margin:0;

	line-height: 20px;

}



.widget.soliloquy {

	background-color:#fcfcfc;

	padding-bottom: 0;

	margin-bottom: 0 !important;

}



.single-product .description {

	font-weight:bold;

	font-size:16px;

	line-height:1.5;

}



mark {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;

    color: #fc0 !important;

}



.soliloquy-theme-metro .soliloquy-pager-link {

    background: none repeat scroll 0 0 #666 !important;

}



.soliloquy-theme-metro .soliloquy-pager-link:hover, .soliloquy-theme-metro .soliloquy-pager-link.active {

    background: none repeat scroll 0 0 #ccc !important;

}



li.social-email a, li.social-email a:hover {

    background-color: #000 !important;

    color: #fff !important;

}



li.social-facebook a, li.social-facebook a:hover {

    background-color: #4874bc !important;

    color: #fff !important;

}



li.social-gplus a, li.social-gplus a:hover {

    background-color: #dd0b00 !important;

    color: #fff !important;

}



li.social-youtube a, li.social-youtube a:hover {

    background-color: #ff0d00 !important;

    color: #000 !important;

}



#text-21.widget.widget_text {

	display:none;

}



.popmake.scrollable .popmake-content {

    padding: 30px;

}



.show-mobile {

	display: none;

}





input#gform_submit_button_2.gform_button.button {

	background-color:#ff0000;

}



.page-id-871 div#BP {

	display:none;

}



.page-id-871 div#call {

    float: right;

}





.page-id-871 .footer-widgets-1 {

    display: none;

}

.page-id-871 div.pf-content ol, .page-id-1685 div.pf-content ol { counter-reset: item }

.page-id-871 div.pf-content li, .page-id-1685 div.pf-content li { display: block; margin-left: 20px; }

.page-id-871 div.pf-content li:before, .page-id-1685 div.pf-content li:before { content: counters(item, ".") "."; counter-increment: item; padding-right:10px; margin-left:-36px;}



#tablepress-3.tablepress.tablepress-id-3 td {



    line-height: 1.3 !important;



}



#tablepress-3.tablepress.tablepress-id-3 td.column-1 {

	font-weight:600;

}



.selecter-options {


    bottom: auto !important;

    max-height: 600px !important;

}



.mpfy-tooltip .center {

    margin-top: 30px;

    padding: 20px !important;

}



.mpfy-mll-location .mpfy-mll-l-title {

    font-weight: 400 !important;

    text-transform: uppercase;

}



.treeview li, ul.treeview li {

    list-style-type: none !important;

}



.cardblock a {

	color:#fff;

}

/*PROMO PAGE STYLES */

body.page.page-template-page_promo,
body.page.page-id-1358.page-template-page_landing, 
body.page.page-id-2274.page-template-page_landing, 
body.page.page-id-2160, body.page.page-id-2162
body.page.page-id-2262, body.page.page-id-2263 {
	background-color: #565656;
}

body.page.page-template-page_promo .site-inner,
.page-id-1358.page-template-page_landing .site-inner, 
.page-id-2274.page-template-page_landing .site-inner, 
.page-id-2160 .site-inner, .page-id-2162 .site-inner,
.page-id-2262 .site-inner, .page-id-2263 .site-inner {
    background: #565656 url("") repeat scroll 0 0;
    border-top: 0 solid #ececec;
    padding-top: 0;
}

.page-id-1358.page-template-default .site-inner,
.page-id-2274.page-template-default .site-inner,
.page-id-2177 .site-inner {
    background: #565656 url("") repeat scroll 0 0;
    border-top: 0 solid #ececec;
    padding-top: 0;
}

.page-id-1358.page-template-default .entry,
.page-id-2274.page-template-default .entry,
.page-id-2177 .entry {
    background-color: #565656;
    border: 0;
box-shadow: 0 0px #ececec;    
margin-bottom: 40px;
    padding: 0;
}

.page-id-1358.page-template-default .entry img,
.page-id-2274.page-template-default .entry img,
.page-id-2177 .entry img {
-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.5);
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.5);   
}

.page-id-1358.page-template-default .content,
.page-id-2274.page-template-default .content,
.page-id-2177 .content {
    float: none !important;
    margin: auto;
    width: 800px !important;
}

.page-id-1358.page-template-default .entry-title,
.page-id-2274.page-template-default .entry-title,
.post-2177 .entry-title {
    border: medium none;
    color: #fff;
    font-size: 34px;
    margin: 0;
}

.page-id-1358.page-template-default .breadcrumb,
.page-id-2274.page-template-default .breadcrumb,
.page-id-2177 .breadcrumb {
    display: none;
}

.page-id-1358.page-template-default .entry-header,
.page-id-2274.page-template-default .entry-header,
.post-2177 .entry-header {
    margin: 0 -40px 18px;
}

.page-id-1358.page-template-default div.entry-content p a img:hover,
.page-id-2274.page-template-default div.entry-content p a img:hover,
.page-id-2177 div.entry-content p a img:hover {
    left: 1px;
    position: relative;
    top: 1px;
}

.page-id-1358.page-template-page_landing .entry, 
.page-id-2274.page-template-page_landing .entry, 
.page-id-2162 .entry {
    background-color: #000;
    border: 0;
    box-shadow: none;
    margin-bottom: 40px;
    padding: 0;
}

.page-template-page_promo .entry,
.page-id-2262 .entry,
.page-id-2263 .entry,
.page-id-2160 .entry {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    margin-bottom: 40px;
    padding: 0;
}

.page-template-page_promo .entry-header,
.page-id-1358.page-template-page_landing .entry-header, 
.page-id-2274.page-template-page_landing .entry-header, 
.post-2160 .entry-header, .post-2162 .entry-header, 
.post-2262 .entry-header, .post-2263 .entry-header {
    display: none;
}

.page-template-page_promo p,
.page-id-1358.page-template-page_landing p, 
.page-id-2274.page-template-page_landing p, 
.post-2160 p, .post-2162 p,
.post-2262 p, .post-2263 p
 {
    margin: 0 !important;
    padding: 0;
}

.gform_wrapper li.gfield.gfield_error {
    background-color: rgba(255, 200, 200, 1.0) !important;
    border-bottom: 1px solid #c89797;
    border-top: 0 solid #c89797 !important;
    padding-top: 0 !important;
}

.gform_wrapper div.validation_error {
    font-size: 1.3em !important;
    background-color: rgba(255, 200, 200, 1.0) !important;
}

#gform_12 input, .gform_12 select, .gform_12 textarea {
    border: 1px solid #d2d2d2;
}

#input_12_7_1_label {
display: none;
}

/*

Media Queries

---------------------------------------------------------------------------------------------------- */



@media only screen and (-webkit-min-device-pixel-ratio: 1.5),

	only screen and (-moz-min-device-pixel-ratio: 1.5),

	only screen and (-o-min-device-pixel-ratio: 3/2),

	only screen and (min-device-pixel-ratio: 1.5) {



}



@media only screen and (max-width: 1139px) {



	.wrap {

		max-width: 960px;

	}



	.content-sidebar-sidebar .content-sidebar-wrap,

	.sidebar-content-sidebar .content-sidebar-wrap,

	.sidebar-sidebar-content .content-sidebar-wrap {

		width: 740px;

	}



	.content {

		width: 620px;

	}

	

	.site-header .widget-area {

		width: 600px;

	}



	.sidebar-content-sidebar .content,

	.sidebar-sidebar-content .content,

	.content-sidebar-sidebar .content {

		width: 400px;

	}



	.footer-widgets-1,

	.footer-widgets-2,

	.footer-widgets-3,

	.sidebar-primary {

		width: 300px;

	}



	.footer-widgets-1 {

		margin-right: 30px;

	}



}



@media only screen and (max-width: 1023px) {



	.wrap {

		max-width: 768px;

	}

	

	.home-top .wrap {

		max-width: 750px;

	}



	.content,

	.content-sidebar-sidebar .content,

	.content-sidebar-sidebar .content-sidebar-wrap,

	.footer-widgets-1,

	.footer-widgets-2,

	.footer-widgets-3,

	.sidebar-content-sidebar .content,

	.sidebar-content-sidebar .content-sidebar-wrap,

	.sidebar-primary,

	.sidebar-secondary,

	.sidebar-sidebar-content .content,

	.sidebar-sidebar-content .content-sidebar-wrap,

	.site-header .widget-area,

	.title-area {

		width: 100%;

	}



	.site-header .wrap {

		padding: 20px 5%;

	}



	.genesis-nav-menu li,

	.site-header ul.genesis-nav-menu,

	.site-header .search-form {

		float: none;

	}



	.genesis-nav-menu,

	.site-description,

	.site-header .search-form,

	.site-header .title-area,

	.site-header .widget-area,

	.site-title {

		text-align: center;         
	}



	.site-header .search-form {

		margin: 16px auto;

	}



	.genesis-nav-menu li.right {

		display: none;

	}



	.footer-widgets-1 {

		margin-right: 0;

	}

	

	.featured-content .alignnone {

		display: block;

		text-align: center;

	}

	

	.home-top a.alignleft, 

	.home-top a.alignright {

		width: 100%;

	}

	

	.home-top .featured-content .entry-header {

		clear: both;

		padding: 40px 40px 0;

	}

	

	.home-top .featured-content .entry-content {

		padding: 0 40px 40px;

	}





}



@media only screen and (max-width: 768px) {



	.wrap {

		padding-left: 5%;

		padding-right: 5%;

	}



	.archive-pagination li a {

		margin-bottom: 4px;

	}



	.five-sixths,

	.four-sixths,

	.one-fourth,

	.one-half,

	.one-sixth,

	.one-third,

	.three-fourths,

	.three-sixths,

	.two-fourths,

	.two-sixths,

	.two-thirds {

		margin: 0;

		width: 100%;

	}

	

	.home-top .more-link {

		display: block;

	}

	

	.home-bottom .widget {

		margin: 0 0 40px;

		width: 100%;

	}



    .header-image .site-title a {
        background-size: contain !important;
        /*background: rgba(0, 0, 0, 0) url("https://www.lowespetrol.com.au/wp-content/themes/Lowes15/images/logo-mobile.png") no-repeat scroll center !important;*/
        background: rgba(0, 0, 0, 0) url("../Client/logo.png") no-repeat scroll center !important;
    }

	

	.genesis-nav-menu.responsive-menu,

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {

		display: none;

	}

	

	.genesis-nav-menu.responsive-menu .menu-item,

	.responsive-menu-icon {

		display: block;

	}

	

	.genesis-nav-menu.responsive-menu .menu-item:hover {

		position: static;

	}

	

	.genesis-nav-menu.responsive-menu li a,

	.genesis-nav-menu.responsive-menu li a:hover {

		background: none;

		border: none;

		display: block;

		line-height: 1;

		padding: 16px 20px;

		text-transform: none;

	}

	

	.genesis-nav-menu.responsive-menu .menu-item-has-children {

		cursor: pointer;	

	}

	

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {

		margin-right: 60px;

	}

	

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {

		content: "\f347";

		float: right;

		font: normal 16px/1 'dashicons';

		height: 16px;

		padding: 15px 20px;

		right: 0;

		text-align: right;

		z-index: 9999;

	}

	

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {

		content: "\f343";

	}

	

	.genesis-nav-menu.responsive-menu .sub-menu {

		background-color: rgba(0, 0, 0, 0.05);

		border: none;

		left: auto;

		opacity: 1;

		position: relative;

		-moz-transition:    opacity .4s ease-in-out;

		-ms-transition:     opacity .4s ease-in-out;

		-o-transition:      opacity .4s ease-in-out;

		-webkit-transition: opacity .4s ease-in-out;

		transition:         opacity .4s ease-in-out;

		width: 100%;

		z-index: 99;

	}

	

	.genesis-nav-menu.responsive-menu .sub-menu li a,

	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {

		padding: 12px 20px;

		position: relative;

		text-transform: none;

		width: 100%;

	}

	

	.nav-primary .genesis-nav-menu.responsive-menu {

		padding-bottom: 16px;

	}

	

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu {

		background-color: rgba(0, 0, 0, 0.07);

	}

	

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu,

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {

		background-color: transparent;

		margin: 0;

		padding-left: 25px;

	}

	

	form.gsc-search-box {

    display:none;

}

.content {

    max-width: 100%;

}



.soliloquy-container {

    display:none;

}



.wrap {

    max-width: 100%;

}

img {

	max-width: 100%;

}

#text-19.widget.widget_text {

	max-width:100%;

}

.site-header .widget-area {

    max-width: 100%;

}



#text-3.widget.widget_text {

	display:none;

}



#text-21.widget.widget_text {

	display: block;

}



.site-inner, .home .site-inner {

    background: none;

}



.content-sidebar-sidebar .content-sidebar-wrap,

.sidebar-content-sidebar .content-sidebar-wrap,

.sidebar-sidebar-content .content-sidebar-wrap {

	max-width: 100%;

}



.content-sidebar-sidebar .content-sidebar-wrap,

.sidebar-content-sidebar .content-sidebar-wrap,

.sidebar-sidebar-content .content-sidebar-wrap {

	max-width: 100%;

}



body {

	min-width: 100%;

}



.entry {

    padding: 16px;

}



.hide-mobile, #BP {

	display: none;

}



.show-mobile {

	display: block;

}



div.home-bottom.widget-area .widget_text {

	margin-bottom:0;

}



.header-image .site-title > a {

    min-height: 220px;

}



.title-area {

    margin-top: 35px;

    margin-bottom: 2px;

}





#call {

    margin-top: 16px;

}


}