@charset "UTF-8";
/* ===========================================================
   ASSETS
=========================================================== */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   Additions
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
}

a, a img, img {
  text-decoration: none;
  outline: 0;
}

a img {
  border: none;
  outline: none;
}

ul {
  list-style: none;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ===========================================================
   FONT FACE
=========================================================== */
/*@font-face {
    font-family: 'Test';
    src: url('../fonts/test-webfont.eot?') format('eot'),
         url('../fonts/test-webfont.woff') format('woff'),
         url('../fonts/test-webfont.ttf') format('truetype'),
         url('../fonts/test-webfont.svg#test') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/* ===========================================================
   BREAKPOINTS
=========================================================== */
/*===========================================================
   FONTS
=========================================================== */
/* ===========================================================
   COLORS
=========================================================== */
/* ===========================================================
   SIZES
=========================================================== */
/* ===========================================================
   BLOG COLORS
=========================================================== */
/* ===========================================================
   MIXINS & EXTENDS
=========================================================== */
.post .postcontent:after, .post .bottommeta:after, .post .topmeta:after, .footer:after, .sidebar:after, .dual-sidebars .main:after, .main:after, .banner:after, .header .logo-wrap:after, .header .container:after, .container:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.lte-ie8 .post .postcontent, .post .lte-ie8 .postcontent, .lte-ie8 .post .bottommeta, .post .lte-ie8 .bottommeta, .lte-ie8 .post .topmeta, .post .lte-ie8 .topmeta, .lte-ie8 .footer, .lte-ie8 .sidebar, .lte-ie8 .main, .lte-ie8 .banner, .lte-ie8 .header .logo-wrap, .header .lte-ie8 .logo-wrap, .lte-ie8 .container {
  zoom: 1;
}

/*ex: @include transition(color, 0.1s); */
/*ex: @include rotate(90); */
/* ===========================================================
   TYPOGRAPHY
=========================================================== */
.page-wrap h1, .page-wrap .h1 {
  font: bold 24px/1.3 Arial, Verdana, sans-serif;
  color: #4a4a4a;
  margin-bottom: 10px;
}
.page-wrap h2, .page-wrap .h2 {
  font: bold 20px/1.3 Arial, Verdana, sans-serif;
  color: #4a4a4a;
  margin-bottom: 10px;
}
.page-wrap h3, .page-wrap .h3 {
  font: bold 16px/1.3 Arial, Verdana, sans-serif;
  color: #4a4a4a;
  margin-bottom: 10px;
}
.page-wrap h4, .page-wrap .h4 {
  font: bold 14px/1.3 Arial, Verdana, sans-serif;
  color: #4a4a4a;
  margin-bottom: 10px;
}
.page-wrap p {
  padding-bottom: 20px;
}
.page-wrap ul {
  margin: 0 0 15px 20px;
  list-style: disc outside;
}
.page-wrap ul.stripped {
  margin: 0;
  list-style-type: none;
}
.page-wrap ol {
  margin: 0 0 15px 20px;
  list-style: decimal outside;
}
.page-wrap ol.stripped {
  margin: 0;
  list-style-type: none;
}

/* ===========================================================
   VENDORS
=========================================================== */
/* ===========================================================
   WP STYLES
=========================================================== */
.aligncenter {
  text-align: center;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption img {
  max-width: 100%;
  height: auto;
}

img.alignleft, .wp-caption.alignleft,
img.alignright, .wp-caption.alignright,
img.aligncenter, .wp-caption.aligncenter {
  max-width: 100%;
  height: auto;
}

img.alignnone {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

img.alignleft, .wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

img.alignright, .wp-caption.alignright {
  margin: 0 0 20px 20px;
}

img.aligncenter, .wp-caption.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

.wp-caption {
  margin: 10px 0;
  padding: 4px 0 0;
  text-align: center;
  background-color: #ddd;
  border: 1px solid #ccc;
}
.wp-caption .wp-caption-text {
  padding: 6px 10px 10px;
  font-size: 14px;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  img.alignleft, .wp-caption.alignleft,
img.alignright, .wp-caption.alignright {
    max-width: 50%;
  }
}
@media (max-width: 640px) {
  img.alignleft, .wp-caption.alignleft,
img.alignright, .wp-caption.alignright {
    max-width: 100%;
  }
  .alignleft,
.alignright {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
  img.alignleft, .wp-caption.alignleft,
img.alignright, .wp-caption.alignright {
    display: block;
    margin: 0 auto 20px;
  }
}
/* ===========================================================
   DEFAULTS
=========================================================== */
/* ===========================================================
   DEFAULTS
=========================================================== */
html, *, *:before, *:after {
  -moz-box-sizing: border-box; /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box; /* Safari 3-4, also probably droppable */
  box-sizing: border-box; /* Everything else */
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: Arial, Verdana, sans-serif;
  color: #4a4a4a;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #2d85b5;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  color: #4a4a4a;
}

input, select, textarea {
  font: Arial, Verdana, sans-serif 16px;
  color: #4a4a4a;
  background: #fff;
  border: 1px #ccc solid;
}

input[type=submit] {
  padding: 3px 6px;
  font: 16px Arial, Verdana, sans-serif;
  color: #4a4a4a;
  border: 1px #ccc solid;
  border-radius: 5px;
  cursor: pointer;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

/* ===========================================================
   PAGE WRAPPER
=========================================================== */
.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
}

/* ===========================================================
   HEADER
=========================================================== */
.header {
  border-top: 3px solid #6a914a;
  border-bottom: 6px solid #d4d4d4;
  position: relative;
  height: 120px;
}
.header:after {
  background: #b1b1b1;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  z-index: 2;
}
.header .container {
  position: relative;
}
.header a {
  text-decoration: none;
}
.header .logo-wrap {
  float: left;
  width: 290px;
}
.header .logo-wrap h1 {
  font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
  margin-top: 25px;
}
.header .logo-wrap h1 a {
  color: #000;
  font-size: 24px;
}
.header .logo {
  display: block;
  float: left;
  margin-top: 16px;
}
.header .tagline {
  display: block;
  float: right;
  font-size: 18px;
  line-height: 1.2;
  margin: 10px 0 0 20px;
  padding: 24px 0 0 25px;
  position: relative;
}
.header .tagline:before {
  background: #a4e072;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 1px;
  height: 80px;
}
.header .contact-info {
  position: absolute;
  top: 74px;
  right: 0;
}
.header .contact-info a {
  color: #4a4a4a;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding-right: 25px;
  position: relative;
}
.header .contact-info a:after {
  background: url(../images/sprites.png) no-repeat 0 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
  .header .contact-info a:after {
    background-image: url(../images/sprites-2x.png);
    background-size: 500px 500px;
  }
}
.header .contact-info a.phone {
  padding-right: 25px;
}
.header .contact-info a.phone:after {
  background-position: 0 0;
  width: 14px;
  height: 15px;
}
.header .contact-info a.map {
  padding-right: 20px;
}
.header .contact-info a.map:after {
  background-position: -20px 0;
  width: 12px;
  height: 15px;
}
.header .contact-info a + a {
  font-weight: normal;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}
.header .contact-info a + a:before {
  background: #d4d4d4;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 17px;
}
.header .contact-info a:hover, .header .contact-info a:active, .header .contact-info a:focus {
  color: #2d85b5;
}
@media (max-width: 860px) {
  .header .contact-info {
    top: 20px;
  }
}
@media (max-width: 640px) {
  .header {
    height: 210px;
  }
  .header .logo-wrap {
    clear: both;
    float: none;
    margin: 0 auto;
  }
  .header .contact-info {
    clear: both;
    margin: 0 auto;
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
  }
  .header .contact-info a {
    display: inline-block;
    border-left: none;
    float: none;
  }
}

/* ===========================================================
   MAIN NAV
=========================================================== */
.nav {
  float: right;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}
.nav .menu-btn {
  display: none;
}
.nav .main-nav {
  float: right;
  position: relative;
}
.nav .main-nav li {
  float: left;
  position: relative;
}
.nav .main-nav li + li {
  border-left: 1px solid #d4d4d4;
  margin-left: 20px;
  padding-left: 20px;
}
.nav .main-nav li a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #4a4a4a;
}
.nav .main-nav li.current-menu-item > a, .nav .main-nav li a:hover, .nav .main-nav li:active, .nav .main-nav li a:focus {
  color: #2d85b5;
  text-decoration: none;
}
@media (max-width: 860px) {
  .nav .menu-btn {
    background: #2d85b5;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 6px 16px 6px 36px;
    position: absolute;
    top: 55px;
    right: 0;
    text-transform: uppercase;
  }
  .nav .menu-btn .icon,
.nav .menu-btn .icon:before,
.nav .menu-btn .icon:after {
    background: #fff;
    display: block;
    position: absolute;
    height: 2px;
    transition: 0.3s all;
  }
  .nav .menu-btn .icon {
    margin-top: -1px;
    top: 50%;
    left: 11px;
    width: 16px;
  }
  .nav .menu-btn .icon:before, .nav .menu-btn .icon:after {
    content: "";
    display: block;
    left: 0;
    right: 0;
  }
  .nav .menu-btn .icon:before {
    top: -5px;
  }
  .nav .menu-btn .icon:after {
    bottom: -5px;
  }
  .nav .menu-btn.active .icon, .nav .menu-btn.active:hover .icon, .nav .menu-btn.active:focus .icon, .nav .menu-btn.active:active .icon {
    background: transparent;
  }
  .nav .menu-btn.active .icon:before, .nav .menu-btn.active:hover .icon:before, .nav .menu-btn.active:focus .icon:before, .nav .menu-btn.active:active .icon:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0;
  }
  .nav .menu-btn.active .icon:after, .nav .menu-btn.active:hover .icon:after, .nav .menu-btn.active:focus .icon:after, .nav .menu-btn.active:active .icon:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    bottom: 0;
  }
  .nav .main-nav {
    display: none;
    float: none;
    position: absolute;
    top: 111px;
    right: 0;
    text-align: right;
    width: 150px;
  }
  .nav .main-nav.active {
    display: block;
  }
  .nav .main-nav li {
    display: block;
    float: none;
  }
  .nav .main-nav li + li {
    border: none;
    border-top: 1px solid #23678c;
    margin: 0;
    padding: 0;
  }
  .nav .main-nav li + li a {
    border-top: 1px solid #449fd1;
  }
  .nav .main-nav li a {
    background: #2d85b5;
    color: #fff;
    padding: 8px 16px;
  }
  .nav .main-nav li.current-menu-item > a, .nav .main-nav li a:hover, .nav .main-nav li:active, .nav .main-nav li a:focus {
    background: #23678c;
    color: #fff;
    text-decoration: none;
  }
}
@media (max-width: 640px) {
  .nav {
    width: 100%;
  }
  .nav .menu-btn {
    margin-left: -49px;
    position: absolute;
    top: 55px;
    left: 50%;
    right: auto;
    width: 98px;
  }
  .nav .main-nav {
    top: 109px;
    left: 2%;
    right: 2%;
    text-align: center;
    width: auto;
  }
}

/* ===========================================================
   BANNER
=========================================================== */
/* ===========================================================
   BANNER
=========================================================== */
.banner {
  min-height: 414px;
  position: relative;
}

/* ===========================================================
   MAIN COLUMN
=========================================================== */
.page-wrap {
  position: relative;
  background: white;
}
.page-wrap:before {
  background: #e0e0e0;
  content: "";
  margin-right: -326px;
  position: absolute;
  top: 28px;
  right: 50%;
  bottom: 30px;
  width: 1px;
}
.dual-sidebars .page-wrap:after {
  background: #e0e0e0;
  content: "";
  margin-left: -346px;
  position: absolute;
  top: 28px;
  left: 50%;
  bottom: 30px;
  width: 1px;
}
.page-template-tpl-full-width-php .page-wrap:before, .page-template-tpl-full-width-php .page-wrap:after, .page-template-tpl-faqs-php .page-wrap:before, .page-template-tpl-faqs-php .page-wrap:after {
  display: none;
}
.single-sidebar-woo .page-wrap:after {
  background: #e0e0e0;
  content: "";
  margin-left: -346px;
  position: absolute;
  top: 28px;
  left: 50%;
  bottom: 30px;
  width: 1px;
}
.single-sidebar-woo .page-wrap:before {
  display: none;
}
.woocommerce-account.logged-in .page-wrap:after {
  display: block;
  background: #e0e0e0;
  content: "";
  margin-left: -346px;
  position: absolute;
  top: 28px;
  left: 50%;
  bottom: 30px;
  width: 1px;
}
@media (max-width: 1240px) {
  .page-wrap:before {
    margin-right: 0;
    right: 300px;
  }
  .dual-sidebars .page-wrap:after {
    margin-left: 0;
    left: 280px;
  }
  .single-sidebar-woo .page-wrap:after {
    margin-left: 0;
    left: 260px;
  }
  .page-wrap:before, .dual-sidebars .page-wrap:after, .woocommerce-account.logged-in .page-wrap:after {
    display: none;
  }
}
@media (max-width: 860px) {
  .page-wrap:before, .single-sidebar-woo .page-wrap:after {
    display: none;
  }
}

/* ===========================================================
   MAIN
=========================================================== */
.main {
  float: left;
  margin-top: 24px;
  padding: 0 30px 10px 0;
  position: relative;
  width: calc(100% - 284px);
}
.page-template-tpl-full-width-php .main, .page-template-tpl-faqs-php .main {
  padding-right: 0;
  width: 100%;
}
.dual-sidebars .main {
  width: calc(100% - 568px);
}
@media (max-width: 1240px) {
  .dual-sidebars .main {
    float: none;
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 860px) {
  .main {
    float: none;
    padding-right: 0;
    width: 100%;
  }
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: left;
  width: calc(100% - 284px);
}
@media (max-width: 860px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    padding-right: 0;
    width: 100%;
  }
}

/* ===========================================================
   SIDEBAR
=========================================================== */
.sidebar {
  float: right;
  margin-top: 28px;
  padding: 0 0 10px 40px;
  width: 284px;
}
.sidebar .block {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
}
.sidebar .block:first-child {
  border-top: none;
  padding-top: 0;
}
.sidebar .block .oil-price-pg {
  display: block;
  padding-bottom: 20px;
}
.sidebar .block.quote {
  margin-bottom: 20px;
}
@media (max-width: 1240px) {
  .dual-sidebars .sidebar {
    margin-top: 10px;
    padding-left: 0;
    width: 100%;
  }
  .dual-sidebars .sidebar .block:first-child {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
  }
}
@media (max-width: 860px) {
  .sidebar {
    margin-top: 10px;
    padding-left: 0;
    width: 100%;
  }
  .sidebar .block:first-child {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
  }
}

/* ===========================================================
    ACCOUNT
=========================================================== */
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  margin-top: 0;
  width: 284px;
}
@media (max-width: 1240px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    width: 100%;
  }
}

.woocommerce-MyAccount-navigation-link--payment-methods {
  display: none !important;
}

/* ===========================================================
    SIDEBAR STEPS
=========================================================== */
.sidebar-steps {
  float: left;
  margin-top: 28px;
  width: 284px;
}
.sidebar-steps ol {
  margin: 0;
  list-style-type: none;
}
.sidebar-steps ol li {
  color: #90b771;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.sidebar-steps ol li:before {
  background: #90b771;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  padding-top: 3px;
  text-align: center;
  width: 36px;
  height: 36px;
}
.sidebar-steps ol li:nth-child(1):before {
  content: "1";
}
.sidebar-steps ol li:nth-child(2):before {
  content: "2";
}
.sidebar-steps ol li:nth-child(3):before {
  content: "3";
}
.sidebar-steps ol li.active {
  color: #6a914a;
}
.sidebar-steps ol li.active:before {
  background: #6a914a;
}
@media (max-width: 1240px) {
  .dual-sidebars .sidebar-steps {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 860px) {
  .sidebar-steps {
    width: 100%;
  }
}

/* ===========================================================
   FOOTER
=========================================================== */
.footer {
  border-top: 2px solid #d4d4d4;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.footer a {
  color: #4a4a4a;
}
.footer a:hover, .footer a:active, .footer a:focus {
  color: #2d85b5;
}
.footer .note {
  clear: both;
  font-size: 12px;
  padding-top: 8px;
}

/* ===========================================================
   SPECIFIC PAGES
=========================================================== */
/* ===========================================================
   DEFAULT BLOG LAYOUT
=========================================================== */
.post {
  margin: 15px 0 30px 0;
}
.post .topmeta {
  margin: 0 0 12px;
}
.post .topmeta .date {
  float: left;
  min-height: 16px;
  line-height: 16px;
  font-style: italic;
}
.post .topmeta .edit {
  float: right;
  min-height: 16px;
  line-height: 16px;
}
.post .topmeta .edit a {
  background: url(../images/pencil.png) no-repeat top left;
  padding: 1px 0 1px 20px;
}
.post .topmeta .category {
  float: right;
  padding: 0 0 0 20px;
  min-height: 16px;
  line-height: 16px;
  background: url(../images/folder.png) no-repeat top left;
}
.post .bottommeta .category {
  float: left;
  padding: 0 0 0 20px;
  min-height: 16px;
  line-height: 16px;
  background: url(../images/folder.png) no-repeat top left;
}
.post .bottommeta .comments {
  float: right;
  padding: 0 0 0 20px;
  min-height: 16px;
  line-height: 16px;
  background: url(../images/comments.png) no-repeat top left;
}
.post .bottommeta .edit {
  float: right;
}
.post .bottommeta .edit a {
  background: url(../images/pencil.png) no-repeat top left;
  padding: 1px 0 1px 20px;
}
.post .postcontent {
  margin: 12px 0 0;
}
.post .tags {
  display: block;
  min-height: 16px;
  padding: 0 0 7px 20px;
  background: url(../images/tag.png) no-repeat 0 0;
}

.archive .post .bottommeta {
  padding: 4px 6px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
.archive .post h2 {
  margin: 0 0 4px;
}
.archive .post h2 a {
  text-decoration: none;
}

.post-comments h2 {
  margin: 0;
}
.post-comments .comment-list {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}
.post-comments .comment-list ul {
  margin: 0;
  padding: 0 10px 0 10px;
  list-style: none;
}
.post-comments .comment-list li {
  margin: 10px 0;
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
}
.post-comments .comment-list li.thread-alt, .post-comments .comment-list li.alt {
  background-color: #f2f2f2;
  border-color: #d9d9d9;
}
.post-comments .comment-list ul li:first-child {
  margin-top: 0;
}
.post-comments .comment-list .comment-author {
  margin: 7px 0 0 7px;
}
.post-comments .comment-list .comment-author .avatar {
  float: left;
  margin: 0 8px 0 0;
}
.post-comments .comment-list .comment-author cite {
  float: left;
  height: 18px;
  font-weight: bold;
  font-style: normal;
}
.post-comments .comment-list .comment-author .says {
  display: none;
}
.post-comments .comment-list .comment-meta {
  padding: 18px 0 3px;
  margin: 0 7px 2px;
  border-bottom: 1px solid #e5e5e5;
}
.post-comments .comment-list p {
  margin: 0;
  padding: 6px 10px;
}
.post-comments .comment-list .reply {
  padding: 0 0 6px 10px;
}
.post-comments .comments-respond {
  margin: 20px 0 0;
}
.post-comments .comments-respond h3 {
  margin: 0 0 10px;
}
.post-comments .comments-respond p.form-field-wrapper {
  margin: 10px 0;
}
.post-comments .comments-respond label {
  margin: 0 0 3px;
  display: block;
}
.post-comments .comments-respond label.required {
  font-weight: bold;
}
.post-comments .comments-respond label .note {
  font-weight: normal;
  font-style: italic;
}
.post-comments .comments-respond input.textbox {
  width: 250px;
}
.post-comments .comments-respond textarea {
  width: 500px;
  height: 200px;
}

/* ===========================================================
   ACCORDIONS
=========================================================== */
.page-wrap .accordion-title {
  position: relative;
}
.page-wrap .accordion-title a {
  background: #eee;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}
.page-wrap .accordion-title:before {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #aaa;
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 10px;
}
.page-wrap .accordion-title.active a {
  color: #4a4a4a;
}
.page-wrap .accordion-title.active:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #aaa;
  border-bottom: none;
  top: 20px;
  right: 8px;
}
.page-wrap .accordion-copy {
  display: none;
  padding-left: 14px;
}
.page-wrap .accordion-copy.active {
  display: block;
}

/* ===========================================================
    CONTACT
=========================================================== */
.page-wrap .gform_wrapper#gform_wrapper_2 {
  margin-top: -10px;
}
.page-wrap .gform_wrapper#gform_wrapper_2 .gform_anchor {
  font-size: 0;
}
.page-wrap .gform_wrapper#gform_wrapper_2 .gform_footer input.button, .page-wrap .gform_wrapper#gform_wrapper_2 .gform_wrapper .gform_footer input[type=submit], .page-wrap .gform_wrapper#gform_wrapper_2 .gform_wrapper .gform_page_footer input.button, .page-wrap .gform_wrapper#gform_wrapper_2 .gform_wrapper .gform_page_footer input[type=submit] {
  background: #2d85b5;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
}

/* ===========================================================
   WOO/SINGLE PRODUCT
=========================================================== */
body.page-id-72 .woocommerce-message .button,
body.page-id-72 tr.shipping,
.woocommerce-MyAccount-navigation-link--downloads,
.product-thumbnail {
  display: none !important;
}

.woocommerce table.my_account_orders .button {
  margin: 0 2px;
}

.woocommerce-message {
  position: relative;
  z-index: 2;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin-bottom: 0;
  border-bottom: 20px solid #fff;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #2d85b5;
  border: none;
  border-radius: 0;
  clear: both;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px 20px;
}

.page-wrap .ginput_container_select {
  position: relative;
}
.page-wrap .ginput_container_select:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #aaa;
  border-bottom: none;
  content: "";
  position: absolute;
  top: 16px;
  right: 8px;
  z-index: 1;
}
.page-wrap input[type=text], .page-wrap input[type=tel], .page-wrap input[type=email], .page-wrap input[type=password], .page-wrap input[type=number] {
  height: 40px;
}
.page-wrap select {
  background: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 0 !important;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 26px !important;
  position: relative;
  height: 40px;
  z-index: 2;
}
.page-wrap select::-ms-expand {
  display: none;
}
.page-wrap .gform_wrapper .gfield_radio li input[type=radio] {
  margin: 0 !important;
}
.page-wrap .oil-price-pg {
  font-weight: bold;
}
.page-wrap .oil-price-pg .ppg {
  font-size: 24px;
}
.page-wrap .summary > p.price {
  display: none;
}
.page-wrap .woocommerce #content div.product div.summary, .page-wrap .woocommerce div.product div.summary, .page-wrap .woocommerce-page #content div.product div.summary, .page-wrap .woocommerce-page div.product div.summary {
  float: none;
  width: auto;
}
.page-wrap .summary .gform_wrapper ul.gform_fields li.gfield.hidden {
  display: block;
  overflow: hidden;
  height: 0;
}
.page-wrap .summary .gform_wrapper .gfield_total label {
  font-size: 18px;
  margin-right: 6px;
}
.page-wrap .summary .gform_wrapper .gfield_total label:after {
  content: ":";
}
.page-wrap .summary .gform_wrapper .gfield_total .ginput_container_total {
  font-size: 18px;
  display: inline-block;
}
.page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio {
  position: relative;
  height: 250px;
}
.page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio li {
  overflow: visible;
  position: absolute;
}
.page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio li.gchoice_1_8_0 {
  top: 82px;
  left: 94px;
}
.page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio li.gchoice_1_8_1 {
  top: 82px;
  left: 144px;
}
.page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio li.gchoice_1_8_2 {
  top: 82px;
  left: 244px;
}
.page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio li.gchoice_1_8_3 {
  top: 82px;
  left: 294px;
}
.page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio li.gchoice_1_8_4 {
  top: 144px;
  left: 294px;
}
.page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio li.gchoice_1_8_5 {
  top: 204px;
  left: 294px;
}
.page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio li.gchoice_1_8_6 {
  top: 204px;
  left: 244px;
}
.page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio li.gchoice_1_8_7 {
  top: 204px;
  left: 144px;
}
.page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio li.gchoice_1_8_8 {
  top: 204px;
  left: 94px;
}
.page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio li.gchoice_1_8_9 {
  top: 144px;
  left: 94px;
}
.page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio li label {
  display: none;
}
.page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio:before {
  background: url(../images/oil-position.png) no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 250px;
}
.page-wrap .summary .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 10px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  border-radius: 0;
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 5px;
}

td.product-name a {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
}

td.product-name p {
  padding-bottom: 10px;
}

@media (max-width: 480px) {
  .page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio {
    position: relative;
    height: 250px;
  }
  .page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio li.gchoice_1_8_0 {
    top: 55px;
    left: 69px;
  }
  .page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio li.gchoice_1_8_1 {
    top: 55px;
    left: 103px;
  }
  .page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio li.gchoice_1_8_2 {
    top: 55px;
    left: 184px;
  }
  .page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio li.gchoice_1_8_3 {
    top: 55px;
    left: 218px;
  }
  .page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio li.gchoice_1_8_4 {
    top: 100px;
    left: 218px;
  }
  .page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio li.gchoice_1_8_5 {
    top: 148px;
    left: 218px;
  }
  .page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio li.gchoice_1_8_6 {
    top: 148px;
    left: 184px;
  }
  .page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio li.gchoice_1_8_7 {
    top: 148px;
    left: 103px;
  }
  .page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio li.gchoice_1_8_8 {
    top: 148px;
    left: 69px;
  }
  .page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio li.gchoice_1_8_9 {
    top: 100px;
    left: 69px;
  }
  .page-wrap .summary .gform_wrapper .fill-location .ginput_container_radio:before {
    background-size: 300px 180px;
    width: 300px;
    height: 180px;
  }
}



.page-id-72 .woocommerce-notices-wrapper {
  display: none;
}

.page-wrap .woocommerce-result-count {
  display: none;
}

.page-wrap .woocommerce-ordering {
  display: none;
}

.page-wrap .products {
  display: none;
}
/*# sourceMappingURL=global.css.map */
