/* 
* Made with Template by studio.bio
* Based on Bones by Eddie Machado.
* One love :)
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 60%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  display: table;
  content: "";
}
.clearfix:after, .cf:after {
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
FONT STACKS
*********************/
/*
 Commented out since WP uses system fonts now but if you can't let go I won't be upset. 
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: none;
  -ms-hyphens: none;
      hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

Some cool simple examples here:
https://vanseodesign.com/css/custom-sass-functions/

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/************************
MORE SASS FUNCTIONS
*************************/
/* Example:
$length: 42em;
$int: strip-unit($length); // 42
*/
/**
 * Calculate rems based on a base unit.
 */
/* Example:
$list: a b, c d, e f;
$value: match($list, e); // returns f
$value: match($list, b); // returns a
$value: match($list, z); // returns false
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
.foo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.foo-parent {
  position: relative;
}

/*********************
TINTS/SHADES
https://css-tricks.com/snippets/sass/tint-shade-functions/
*********************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*--------------------------------------------------
Flexbox SASS mixins
The spec: http://www.w3.org/TR/css3-flexbox
https://gist.github.com/richardtorres314/26b18e12958ba418bb37993fdcbfc1bd

Checkout this Flexbox guide for more info:
https://css-tricks.com/snippets/css/a-guide-to-flexbox/

2018: probably can remove these with autoprefixer(?)
---------------------------------------------------*/
/*@include flexbox(); */
/* Usage Examples
    .my-level-1-heading-class {
        @include text-crop; // Will use default line height of 1.3
        font-size: 48px;
        margin: 0 0 0 16px;
    }

    .my-level-2-heading-class {
        @include text-crop; // Will use default line height of 1.3
        font-size: 32px; // Don't need to change any settings, will work with any font size automatically
        margin: 0 0 0 16px;
    }

    .my-body-copy-class {
        @include text-crop($line-height: 2); // Larger line height desired, set the line height via the mixin
        font-size: 16px;
    }

    // Sometimes depending on the font-size, the rendering, the browser, etc. you may need to tweak the output. 
    // You can adjust the top and bottom cropping when invoking the component using the $top-adjustment and $bottom-adjustment settings 

    .slight-adjustment-needed {
        @include text-crop($top-adjustment: -0.5px, $bottom-adjustment: 2px);
        font-size: 17px;
    }

    .dont-do-this {
        @include text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@supports (grid-area: auto) {
  /**
  * Grid defaults. 
  * If you don't want to use CSS Grid, remove the .grid class 
  * from #container in header.php
  * 
  */
  .home-grid {
    display: grid;
  }
  .grid {
    display: grid;
    margin: 0 auto;
    width: 100%;
  }
  .grid #content {
    grid-column: 1/-1;
  }
  .grid-full {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  @media only screen and (min-width: 768px) {
    .grid-aside {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .grid-aside #header, .grid-aside #footer {
      grid-column: span 12;
    }
    .grid-aside #content {
      grid-column: span 12;
    }
    .grid-aside aside {
      grid-column: span 12;
    }
    .grid-full {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .grid-full #header, .grid-full #footer {
      grid-column: span 12;
    }
    .grid-full #content {
      grid-column: 1/-1;
    }
  }
  @media only screen and (min-width: 1170px) {
    .grid-aside #content {
      grid-column: span 9;
    }
    .grid-aside aside {
      grid-column: span 3;
    }
    .grid-full #content {
      grid-column: 0/12;
    }
  }
  @media only screen and (min-width: 1600px) {
    .grid-aside #content {
      grid-column: span 9;
    }
    .grid-aside aside {
      grid-column: span 3;
    }
    .grid-full #content {
      grid-column: 0/12;
    }
  }
}
/* Ye Olde Bones Grid
* Hear Ye, hear ye!
* This is the old style grid, now commented out
* You *should* make the move to css grid now but
* if you need this or can't let go, it's still here
* so uncomment to use (and comment the cssgrid out).
* Just know that Rachel Andrew is watching.
*/
/**
* Gutenberg Styles.
*
* Now enqueued in a separate function in functions.php to
* keep styles out of the main stylesheet. Alternatively
* you can comment out the Gutenberg styles enqueue and 
* uncomment this below to have a single stylesheet.
* You do you.
*/
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet. Or roll your own.

******************************************************************/
.alert-success, .alert-error, .alert-info, .alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

See here on placeholder selectors and why you should
use @extend instead of @include:
http://thesassway.com/intermediate/understanding-placeholder-selectors

Also, don't use cursor: pointer; for buttons as they already should 
signify that they are clickable:

https://medium.com/simple-human/buttons-shouldnt-have-a-hand-cursor-b11e99ca374b

*********************/
.yellow-button, .black-button, .button {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0.5em 1em;
  border: 0;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: 0.1s ease-in-out all;
  transition: 0.1s ease-in-out all;
}
.yellow-button:hover, .black-button:hover, .button:hover, .yellow-button:focus, .black-button:focus, .button:focus {
  background: #333333;
}
.yellow-button:active, .black-button:active, .button:active {
  top: 1px;
}

.black-button {
  background: #000000;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  padding: 0.25em 1em;
  font-size: 1.2em;
  line-height: 2;
}
.black-button:after {
  content: "";
  background: url(../images/oilswell-icon-dark.svg);
  width: 25px;
  position: relative;
  height: 25px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1em;
  vertical-align: sub;
  line-height: 1;
}
.black-button img {
  display: inline-block;
  margin-left: 0.25em;
  vertical-align: middle;
}
.black-button:hover, .black-button:focus {
  color: #fff;
  text-decoration: none;
  background: #333333;
}
.black-button:visited, .black-button:visited:hover {
  color: #fff;
}

.yellow-button {
  background: #ecc51f;
  font-style: italic;
  font-weight: 700;
  color: #000000;
  padding: 0.25em 1em;
  font-size: 1.2em;
  line-height: 2;
  text-align: center;
}
.yellow-button:after {
  content: "";
  background: url(../images/oilswell-icon-black.svg);
  width: 25px;
  position: relative;
  height: 25px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1em;
  vertical-align: sub;
  line-height: 1;
}
.yellow-button img {
  display: inline-block;
  margin-left: 0.25em;
  vertical-align: middle;
}
.yellow-button:hover, .yellow-button:focus {
  color: #000000;
  text-decoration: none;
  background: #f0d14e;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

Here are a few defaults for forms and stuffs.

******************************************************************/
/*********************
INPUTS
*********************/
span.ajax-loader {
  display: block;
  text-align: center;
}

#contact-us-form label {
  font-weight: 600;
  display: none;
}

input[type=text], input[type=email], input[type=tel], select, textarea, input[type=password] {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  border-bottom: 1px solid #f2d766;
  padding: 0.5em;
  margin: 1.5em 0;
  outline: 0;
  line-height: 1;
  color: #000000;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  -webkit-font-feature-settings: "liga" 0, "lnum";
  font-feature-settings: "liga" 0, "lnum";
  box-sizing: border-box;
  background: none;
  background-clip: padding-box;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  text-align: left;
  width: 100%;
  font-weight: 500;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
  color: black;
  opacity: 1;
  font-weight: 300;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, input[type=password]::-moz-placeholder {
  color: black;
  opacity: 1;
  font-weight: 300;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
  color: black;
  opacity: 1;
  font-weight: 300;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder, input[type=password]::-ms-input-placeholder {
  color: black;
  opacity: 1;
  font-weight: 300;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, select::placeholder, textarea::placeholder, input[type=password]::placeholder {
  color: black;
  opacity: 1;
  font-weight: 300;
}
input[type=text]:-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select:-ms-input-placeholder, select::-ms-input-placeholder, textarea:-ms-input-placeholder, textarea::-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=password]::-ms-input-placeholder {
  color: black;
  font-weight: 300;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, select:focus, textarea:focus, input[type=password]:focus {
  border: 1px solid #ecc51f;
  -webkit-box-shadow: 0 0 0 1px #ecc51f;
          box-shadow: 0 0 0 1px #ecc51f;
  outline: none;
}

select option {
  color: #000000;
}

select:invalid {
  color: #6e6a58;
}

select[disabled] {
  color: #6e6a58;
}

input[type=number] {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f2d766;
  padding: 0.55em 0.5em;
  margin: 0;
  outline: 0;
  line-height: 1;
  box-sizing: border-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  text-align: left;
  border-radius: 25px;
  width: 100%;
  font-size: 17px;
}
input[type=number]:focus {
  border: 1px solid #ecc51f;
  -webkit-box-shadow: 0 0 0 1px #ecc51f;
          box-shadow: 0 0 0 1px #ecc51f;
  outline: none;
}

button[type=submit] {
  cursor: pointer;
}
button[type=submit] i, button[type=submit] svg {
  margin-right: 0.25em;
}

input {
  border-radius: 0;
}

input[type=search] {
  -webkit-appearance: none;
}

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
  select, textarea, input[type=text], input[type=password],
  input[type=datetime], input[type=datetime-local],
  input[type=date], input[type=month], input[type=time],
  input[type=week], input[type=number], input[type=email],
  input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
  select, textarea, input[type=text], input[type=password],
  input[type=datetime], input[type=datetime-local],
  input[type=date], input[type=month], input[type=time],
  input[type=week], input[type=number], input[type=email],
  input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
  select, textarea, input[type=text], input[type=password],
  input[type=datetime], input[type=datetime-local],
  input[type=date], input[type=month], input[type=time],
  input[type=week], input[type=number], input[type=email],
  input[type=tel], input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
  select, textarea, input[type=text], input[type=password],
  input[type=datetime], input[type=datetime-local],
  input[type=date], input[type=month], input[type=time],
  input[type=week], input[type=number], input[type=email],
  input[type=tel], input[type=url] {
    font-size: 16px;
  }
}
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  display: block;
}
input[type=text][disabled], input[type=text].is-disabled,
input[type=password][disabled],
input[type=password].is-disabled,
input[type=datetime][disabled],
input[type=datetime].is-disabled,
input[type=datetime-local][disabled],
input[type=datetime-local].is-disabled,
input[type=date][disabled],
input[type=date].is-disabled,
input[type=month][disabled],
input[type=month].is-disabled,
input[type=time][disabled],
input[type=time].is-disabled,
input[type=week][disabled],
input[type=week].is-disabled,
input[type=number][disabled],
input[type=number].is-disabled,
input[type=email][disabled],
input[type=email].is-disabled,
input[type=url][disabled],
input[type=url].is-disabled,
input[type=search][disabled],
input[type=search].is-disabled,
input[type=tel][disabled],
input[type=tel].is-disabled,
input[type=color][disabled],
input[type=color].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
input[type=password] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  width: 100%;
}

fieldset {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 1em;
}
fieldset label {
  font-weight: 600;
}
fieldset p {
  margin-bottom: 0;
}

legend {
  padding: 0 0.5em;
}

.radio-buttons {
  margin-top: 0;
}
.radio-buttons li {
  margin-left: 2px;
  list-style-type: none;
}
.radio-buttons label {
  font-weight: normal;
}

/*********************
BASE STYLESHEET
These are the base styles and it's loaded on every device. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Stylesheet

As the name implies, this is the base stylesheet. This will be
loaded by all devices and viewports so keep it as light as possible.

If you are using progressive enhancement, load styles that will be
only seen on tablets or desktops in the stylesheets targeted for
those viewpoints.

******************************************************************/
/*********************
GLOBAL STYLES
Use this section for
site-wide stuffs.
*********************/
html {
  font-size: 1em;
}

body {
  color: #333333;
  font-size: 100%;
  font-family: noto-sans, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

pre code {
  white-space: pre-line;
}

.main-heading {
  vertical-align: middle;
  background: #000000;
  padding: 1em 2em;
  text-align: center;
  border-radius: 0 0 10px 10px;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
}
.main-heading h2 {
  color: #fff;
  font-size: 1.4em;
}
.main-heading img {
  display: inline-block;
  margin-right: 0.25em;
  vertical-align: middle;
  width: 30px;
  height: 34px;
}

#breadcrumbs {
  margin: 1em 0 0;
  font-weight: 600;
  border-bottom: 2px solid #ecc51f;
  padding-bottom: 0.5em;
}
#breadcrumbs svg, #breadcrumbs i {
  font-size: 0.8em;
  color: #ecc51f;
  vertical-align: middle;
  margin: 0 0.15em;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  padding: 1em;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  text-decoration: none;
  color: #000000;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  text-decoration: underline;
  color: #1a1a1a;
}
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

ul li {
  /*
  plan your menus and drop-downs wisely.
  */
}
ul li a {
  /*
  you can use hover styles here even though this size
  has the possibility of being a mobile device.
  */
}
ul li ul.sub-menu,
ul li ul.children {
  display: none;
}

/******************************************************************
HEADING STYLES
******************************************************************/
/* Heading defaults */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  color: #000000;
  line-height: 1.2;
  text-rendering: optimizelegibility;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* 
  Removing text decoration from all headline links.
  If you want it, then delete this. Do it your way.
  */
}
h1::before, .h1::before, h2::before, .h2::before, h3::before, .h3::before, h4::before, .h4::before, h5::before, .h5::before, h6::before, .h6::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((0.7 - 1.2) * 0.5em);
}
h1::after, .h1::after, h2::after, .h2::after, h3::after, .h3::after, h4::after, .h4::after, h5::after, .h5::after, h6::after, .h6::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((0.7 - 1.2) * 0.5em);
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}

h1, .h1 {
  margin-top: 0;
  font-size: 2.4em;
  font-style: italic;
  font-weight: 700;
}

h2, .h2 {
  font-size: 1.8em;
  font-style: italic;
  font-weight: 700;
}

h3, .h3 {
  font-size: 1.5em;
  font-weight: 400;
  font-style: normal;
}

h4, .h4 {
  font-size: 1.3em;
}

h5, .h5 {
  font-size: 1em;
}

h6, .h6 {
  text-transform: uppercase;
  letter-spacing: 4.333px;
}

/*********************
HEADER STYLES
*********************/
.header {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

#inner-header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#site-title {
  margin: 0 0.5em 0 0;
  font-size: 2em;
  line-height: inherit;
}
#site-title a {
  color: #303030;
}

#bloginfo {
  background: #000000;
  padding: 1em;
  border-radius: 0 0 10px 0;
  -ms-grid-column-span: 8;
  grid-column: span 8;
}

#logo img {
  width: 201px;
  height: 64px;
}

#home-featured {
  text-align: center;
}

#header-contact {
  display: none;
}

.oilswell-banner {
  display: none;
}

/*********************
HOME STYLES
*********************/
#home-hero {
  background-image: url(../images/oilswell-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  margin-top: 1em;
  grid-gap: 2em 0;
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

#home-hero-banner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home-hero-banner {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

#home-hero-products {
  padding: 2em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#home-hero-image {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

#home-hero-text {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
#home-hero-text h1 {
  margin-bottom: 1em;
}
#home-hero-text .black-button {
  margin-top: 2em;
}

#home-featured {
  margin: 0 0 2em 0;
  padding: 0 1em;
  -ms-grid-column-span: 12;
  grid-column: span 12;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#home-products {
  margin-top: 1em;
}

#home-categories {
  background: #4c4c4c;
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
#home-categories .main-heading {
  background: #fff;
}
#home-categories .main-heading h2 {
  color: #000000;
}

#industry-grid {
  grid-gap: 2em 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  padding-bottom: 4em;
  margin-top: 1em;
}

.category-item {
  -ms-grid-column-span: 6;
  grid-column: span 6;
  text-align: center;
}
.category-item img {
  margin: 1em auto;
}
.category-item h5 {
  color: #fff;
  font-size: 1.2em;
  font-style: italic;
}

#home-delivery {
  background: #cfcdc3;
  grid-gap: 2em 0;
  text-align: center;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

.home-delivery-text {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  padding: 2em;
}
.home-delivery-text h2 {
  color: #000000;
}

.home-delivery-image {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

/*********************
LIST STYLES
*********************/
/********************
SHOP STYLES
**********************/
#block-8, #block-10 {
  display: none;
}

.grid #content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.sidebar {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/*********************
END SHOP STYLES
**********************/
ul, ol {
  -webkit-padding-start: 20px;
}

.list-square {
  margin-bottom: 1.5em;
  list-style-position: outside;
  list-style-type: square;
}

.nostyle {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.related-posts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-numbers {
  margin: 1em 0;
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-numbers li {
  margin-right: 1em;
}

#oilswell-hoses {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  background: #000000;
  padding: 0;
  text-align: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

#oilswell-hoses-text {
  text-align: center;
  padding: 2em;
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
#oilswell-hoses-text h1, #oilswell-hoses-text h3, #oilswell-hoses-text p {
  color: #fff;
  margin-bottom: 0.75em;
}

#oilswell-hoses-image {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
#oilswell-hoses-image img {
  margin: 0 0 0 auto;
  width: 100%;
}

/*********************
WOOCOMMERCE STYLES
**********************/
.woo-wrap {
  padding: 1em;
  grid-gap: 2em 0;
}

#bottom-shop-section .button {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  width: 100%;
}

#container-icons {
  margin: 1em 0;
  padding: 0;
}

.container-icon {
  display: inline-block;
  padding-right: 0.25em;
}
.container-icon img {
  width: 100%;
  height: auto;
}

.single-product-layout {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 0 2em;
}

.related.products h2 {
  margin-bottom: 1em;
}

#order_review_heading {
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0.5em;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
.error404 .search-outer {
  padding: 1.5em 0;
}
.error404 .search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.error404 input[type=search] {
  margin: 0 1em 0 0;
  height: 40px;
  min-width: 250px;
}
.error404 .search-submit {
  width: 100px;
}

.page-blog .entry-content .alignfull, .page-blog .entry-content .alignwide {
  margin: 0;
  max-width: 100%;
}

/**
 * put all your custom page classes here  
 * e.g. .page-yourpage {}
 */
/*******************
CONTACT US STYLES
********************/
#contact-us-container {
  padding: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#contact-us-details, #contact-us-form {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

#contact-us-form {
  padding: 5%;
  border-radius: 10px;
  background: #f6f5f3;
}
#contact-us-form input:first-of-type {
  margin-top: 0;
}
#contact-us-form h4 {
  margin-bottom: 1.5em;
  margin-top: 0.5em;
  font-style: italic;
}

#contact-us-details {
  font-weight: 700;
}
#contact-us-details p:nth-of-type(1) {
  padding-top: 0;
}
#contact-us-details h4 {
  margin-bottom: 1.5em;
  margin-top: 2em;
  font-style: italic;
}
#contact-us-details h4:nth-child(1) {
  margin-top: 0;
}
#contact-us-details i, #contact-us-details svg {
  color: #ecc51f;
  margin-right: 0.25em;
}
#contact-us-details table {
  border: none;
  text-align: left;
}
#contact-us-details table td {
  vertical-align: top;
}

#map {
  width: 100%;
  height: 400px;
  border-top: 2px solid #ecc51f;
}

#delivery-map {
  width: 100%;
  height: 600px;
  border-top: 2px solid #ecc51f;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* post meta */
.byline-wrap {
  margin-bottom: 1.5em;
}
/* entry content */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
.entry-content table {
  margin-bottom: 1.5em;
  width: 100%;
  border: 1px solid #ccc;
  border-spacing: 0;
}
.entry-content th {
  background-color: #efefef;
}
/* end .entry-content */
.wp-caption {
  /* images inside wp-caption */
} /* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* default WP image classes */
.page-title {
  vertical-align: middle;
  background: #ecc51f;
  padding: 0.75em 1em;
  text-align: center;
  border-radius: 0 0 10px 10px;
  display: inline-block;
  margin: 0 auto 1em;
  vertical-align: middle;
  color: #000000;
  font-size: 1.6em;
}
.page-title:after {
  content: "";
  background: url(../images/oilswell-icon-black.svg);
  width: 22px;
  position: relative;
  height: 22px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.5em;
  vertical-align: baseline;
  line-height: 1;
}

/******************************************************************
SCREEN READER STYLES
******************************************************************/
/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar. */
  display: block;
  clip: auto !important;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.875rem;
  font-size: 14px;
  line-height: normal;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* end plate_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/**********************
COMMENT FORM STYLES
***********************/
/* comment submit button */
/* comment form title */
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* no comments */
/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  margin-top: 1em;
}

.inner-sidebar {
  position: sticky;
  position: -webkit-sticky; /* Safari */
  top: 1em;
}

.wp-block-search__inside-wrapper input[type=search] {
  border-radius: 10px;
  border: 2px solid #000000;
}
.wp-block-search__inside-wrapper button {
  background: #000000;
  padding: 0.25em 0.75em;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  font-style: italic;
  border: none;
  -webkit-transition: 0.1s ease-in-out all;
  transition: 0.1s ease-in-out all;
}
.wp-block-search__inside-wrapper button:hover {
  background: #ecc51f;
  color: #000000;
}

.widgettitle {
  font-style: italic;
  margin-bottom: 0.5em;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  background: #000000;
  padding: 2em 2em 1em;
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

#inner-footer #logo {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
#inner-footer nav {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
#inner-footer .yellow-button {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  width: auto;
  text-align: center;
}
#inner-footer #footer-contact {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  color: #fff;
}
#inner-footer #footer-contact a {
  color: #fff;
}
#inner-footer #footer-contact a:hover, #inner-footer #footer-contact a:visited:hover {
  color: #ecc51f;
}
#inner-footer #footer-contact i, #inner-footer #footer-contact svg {
  color: #ecc51f;
  margin-right: 0.25em;
}
#inner-footer #footer-contact table {
  text-align: left;
  border-spacing: 0;
}
#inner-footer #footer-contact table td {
  vertical-align: top;
}
#inner-footer #footer-contact table td:nth-child(2) {
  padding-right: 0.75em;
}
#inner-footer #footer-address {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  color: #fff;
}
#inner-footer #footer-address a {
  color: #fff;
}
#inner-footer #footer-address i, #inner-footer #footer-address svg {
  color: #ecc51f;
  margin-right: 0.25em;
}
#inner-footer #footer-address table {
  border-spacing: 0;
}
#inner-footer #footer-address table td {
  vertical-align: top;
  padding: 0 0.25em;
}

#lower-footer {
  font-size: 0.8em;
}
#lower-footer .copyright {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  color: #fff;
}
#lower-footer .kiseki {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
#lower-footer .kiseki a {
  color: #fff;
}
#lower-footer .kiseki a:hover, #lower-footer .kiseki a:visited:hover {
  color: #ecc51f;
}

.footer-links ul {
  margin: 1em auto;
  padding: 0;
  text-align: left;
}
.footer-links ul li {
  display: block;
}
.footer-links ul li a {
  color: #fff;
  font-weight: 500;
}
.footer-links ul li a:hover, .footer-links ul li a:visited:hover {
  color: #ecc51f;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: 481px and Up Stylesheet

  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.

  Not sure if people use this breakpoint much anymore. We don't.
  I can't remember the last time I used this stylesheet but keeping
  it in for now.

  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  ul li ul.sub-menu,
  ul li ul.children {
    display: block;
  }
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
    margin-top: 11px;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
    margin-top: 11px;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: table;
    clear: both;
    margin-top: 11px;
  }
  .entry-content .wp-block-media-text.alignfull {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*********************
BELOW TABLET
This is for everything that's below an iPad including mobile
phones. This way we can keep mobile styles separate and not
compete with the base styles.
*********************/
@media only screen and (max-width: 767px) {
  /******************************************************************
  Site Name: 
  Author:

  Stylesheet: Below Tablet

  This stylesheet will show on devices smaller than an iPad or tablet.
  Use this to add styles that will *only* show on mobile phones.

  I find it easier to do it this way than to have to override base styles.

  ******************************************************************/
  /*********************
  WOOCOMMERCE OVERRIDES
  *********************/
  /**
   * Style begins
   */
  .woocommerce,
  .woocommerce-page {
    /**
     * General layout
     */
    /**
     * Products
     */
    /**
     * Product Details
     */
    /**
     * Cart
     */
    /**
     * Checkout
     */
    /**
     * Account
     */
  }
  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
  .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0;
  }
  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  .woocommerce table.shop_table_responsive tr td.order-actions,
  .woocommerce-page table.shop_table_responsive tr td.order-actions {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce table.shop_table_responsive tr td.actions::before,
  .woocommerce-page table.shop_table_responsive tr td.product-remove::before,
  .woocommerce-page table.shop_table_responsive tr td.actions::before {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.025);
  }
  .woocommerce table.my_account_orders tr td.order-actions,
  .woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: left;
  }
  .woocommerce table.my_account_orders tr td.order-actions::before,
  .woocommerce-page table.my_account_orders tr td.order-actions::before {
    display: none;
  }
  .woocommerce table.my_account_orders tr td.order-actions .button,
  .woocommerce-page table.my_account_orders tr td.order-actions .button {
    float: none;
    margin: 0.125em 0.25em 0.125em 0;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
  }
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    margin: 0 0 2em;
    text-align: center;
  }
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce #content div.product div.images,
  .woocommerce #content div.product div.summary,
  .woocommerce-page div.product div.images,
  .woocommerce-page div.product div.summary,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page #content div.product div.summary {
    float: none;
    width: 100%;
  }
  .woocommerce table.cart .product-thumbnail,
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail {
    display: none;
  }
  .woocommerce table.cart td.actions,
  .woocommerce #content table.cart td.actions,
  .woocommerce-page table.cart td.actions,
  .woocommerce-page #content table.cart td.actions {
    text-align: left;
  }
  .woocommerce table.cart td.actions .coupon,
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon {
    float: none;
    padding-bottom: 0.5em;
  }
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce #content table.cart td.actions .coupon .button,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce-page table.cart td.actions .coupon input,
  .woocommerce-page table.cart td.actions .coupon .button,
  .woocommerce-page table.cart td.actions .coupon .input-text,
  .woocommerce-page #content table.cart td.actions .coupon input,
  .woocommerce-page #content table.cart td.actions .coupon .button,
  .woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .woocommerce table.cart td.actions .coupon .input-text + .button,
  .woocommerce table.cart td.actions .coupon .button.alt,
  .woocommerce #content table.cart td.actions .coupon .input-text + .button,
  .woocommerce #content table.cart td.actions .coupon .button.alt,
  .woocommerce-page table.cart td.actions .coupon .input-text + .button,
  .woocommerce-page table.cart td.actions .coupon .button.alt,
  .woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
  .woocommerce-page #content table.cart td.actions .coupon .button.alt {
    float: right;
  }
  .woocommerce table.cart td.actions .button,
  .woocommerce #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button {
    display: block;
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce .cart-collaterals .shipping_calculator,
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .shipping_calculator,
  .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: none;
    text-align: left;
  }
  .woocommerce.woocommerce-checkout form.login .form-row,
  .woocommerce-page.woocommerce-checkout form.login .form-row {
    width: 100%;
    float: none;
  }
  .woocommerce #payment .terms,
  .woocommerce-page #payment .terms {
    text-align: left;
    padding: 0;
  }
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 1em;
  }
  .woocommerce .lost_reset_password .form-row-first,
  .woocommerce .lost_reset_password .form-row-last,
  .woocommerce-page .lost_reset_password .form-row-first,
  .woocommerce-page .lost_reset_password .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
  /**
   * Twenty Thirteen specific styles
   */
  .single-product .twentythirteen .panel {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet & Small Desktop Stylesheet

  This stylesheet will be used for tablets and larger devices
  like desktops. CSS Grid starts working its magic here so you
  can start to have fun with your layout(s).

  ******************************************************************/
  /******************************************************************
  HEADING STYLES
  ******************************************************************/
  /* Heading defaults */
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0;
    color: #000000;
    line-height: 1.2;
    text-rendering: optimizelegibility;
    /*
    if you're going to use webfonts, be sure to check your weights
    http://css-tricks.com/watch-your-font-weight/
    */
    /* 
    Removing text decoration from all headline links.
    If you want it, then delete this. Do it your way.
    */
  }
  h1::before, .h1::before, h2::before, .h2::before, h3::before, .h3::before, h4::before, .h4::before, h5::before, .h5::before, h6::before, .h6::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.7 - 1.2) * 0.5em);
  }
  h1::after, .h1::after, h2::after, .h2::after, h3::after, .h3::after, h4::after, .h4::after, h5::after, .h5::after, h6::after, .h6::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.2) * 0.5em);
  }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none;
  }
  h1, .h1 {
    margin-top: 0;
    font-size: 2.4em;
    font-style: italic;
    font-weight: 700;
  }
  h2, .h2 {
    font-size: 2.2em;
  }
  h3, .h3 {
    font-size: 1.4em;
    font-weight: 400;
    font-style: normal;
  }
  h4, .h4 {
    font-size: 1.2em;
  }
  h5, .h5 {
    font-size: 1.1em;
  }
  h6, .h6 {
    text-transform: uppercase;
    letter-spacing: 4.333px;
  }
  /*********************
  GLOBAL STYLES
  *********************/
  .entry-content .alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
  }
  .entry-content .alignwide {
    margin-right: calc(25% - 25vw);
    margin-left: calc(25% - 25vw);
    max-width: 1000%;
    width: auto;
  }
  .entry-content .alignwide img,
  .entry-content .alignfull img {
    display: block;
    margin: 0 auto;
  }
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    padding: 0 5%;
  }
  /*********************
  HEADER STYLES
  *********************/
  #inner-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #logo img {
    margin: 0 auto;
    text-align: center;
  }
  #bloginfo {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  /********************
  HOME STYLES
  *********************/
  #home-hero {
    padding: 0;
    grid-gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #home-hero-image {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 2em;
  }
  #home-hero-text {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 2em;
  }
  #home-hero-text h1 {
    margin-bottom: 1em;
  }
  #home-hero-text .black-button {
    margin-top: 2em;
  }
  #home-products {
    margin-top: 2em;
  }
  .category-item {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    text-align: center;
  }
  #oilswell-hoses {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 1em;
  }
  #oilswell-hoses-text {
    text-align: left;
    padding: 3em;
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }
  #oilswell-hoses-text h1, #oilswell-hoses-text h3, #oilswell-hoses-text p {
    color: #fff;
  }
  #oilswell-hoses-image {
    -ms-grid-column-span: 5;
    grid-column: span 5;
    padding: 1em 0;
  }
  #oilswell-hoses-image img {
    margin: 0 0 0 auto;
    width: 100%;
  }
  /********************
  WORDPRESS BODY CLASSES
  style a page via class
  ********************/
  .single-full #main {
    max-width: 640px;
    float: none;
    margin: 0 auto;
  }
  /********************
  SHOP STYLES
  **********************/
  #block-8, #block-10 {
    display: block;
  }
  .grid #content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sidebar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  /*********************
  END SHOP STYLES
  **********************/
  /*********************
  FOOTER STYLES
  *********************/
  #inner-footer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-gap: 1em 2em;
  }
  #inner-footer #logo {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #inner-footer #logo img {
    margin: 0;
  }
  #inner-footer nav {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #inner-footer .yellow-button {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: inline;
    width: auto;
  }
  #inner-footer #footer-contact {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #inner-footer #footer-contact p {
    margin: 0 0 0.5em;
    padding: 0;
  }
  #inner-footer #footer-address {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #lower-footer {
    font-size: 0.8em;
    margin-top: 2em;
  }
  #lower-footer .copyright {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    color: #fff;
  }
  #lower-footer .kiseki {
    text-align: right;
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  #lower-footer .kiseki a {
    color: #fff;
  }
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }
  /* end .footer-links */
}
@media only screen and (max-width: 899px) {
  /******************************************************************
  Site Name: 
  Author:

  Stylesheet: Below Tweener

  This stylesheet will show on devices smaller than large tablets but
  below desktops.

  Use this for tweener device sizes. We don't use this stylesheet
  often but on occasion it comes in handy.

  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  #menu {
    background: #ecc51f;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
  }
  #menu .menu-spacer {
    display: none;
  }
  #menu.open {
    opacity: 1;
    visibility: visible;
  }
  #menu.open li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  #menu.open li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  #menu.open li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  #menu.open li:nth-child(4) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  #menu.open li:nth-child(5) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  #menu.open li:nth-child(6) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  #menu.open li:nth-child(7) {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  #menu.open li:nth-child(8) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  #menu.open li:nth-child(9) {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  #menu.open li:nth-child(10) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  #menu.open li {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
  }
  #menu ul:hover a {
    opacity: 0.5;
  }
  #menu ul a {
    -webkit-transform: translateZ(0);
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  #menu ul a:hover {
    opacity: 1;
  }
  #menu .header-nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #menu .header-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #menu .header-nav ul li.black-button a {
    color: #fff;
  }
  #menu .header-nav a {
    color: #000000;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    font-style: italic;
    padding: 0.25rem;
    text-decoration: none;
  }
  #menu .header-nav a:first {
    padding-top: 0;
  }
  .toggle-menu {
    background-color: #ecc51f;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 45px;
    outline: none;
    padding: 0;
    pointer-events: initial;
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 0 0 0 5px;
    vertical-align: middle;
    width: 45px;
    z-index: 1010;
  }
  .toggle-menu span {
    background-color: #000000;
    content: "";
    display: block;
    height: 3px;
    left: calc(50% - 13px);
    position: absolute;
    top: calc(50% - 2px);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 26px;
  }
  .toggle-menu span:before, .toggle-menu span:after {
    background-color: #000000;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 26px;
  }
  .toggle-menu span:before {
    top: 7px;
  }
  .toggle-menu span:after {
    top: -7px;
  }
  .toggle-menu.active span {
    background-color: transparent;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
  }
  .toggle-menu.active span:before, .toggle-menu.active span:after {
    -webkit-transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  }
  .toggle-menu.active span:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
  }
  .toggle-menu.active span:after {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
  }
  .menu-phone, .menu-email {
    display: block;
  }
  .menu-phone i, .menu-phone svg, .menu-email i, .menu-email svg {
    margin-right: 0.25em;
  }
}
@media only screen and (max-width: 1029px) {
  /******************************************************************
  Site Name: 
  Author:

  Stylesheet: Smaller Desktops + Tablets

  This stylesheet affects desktops and some tablets but often I find
  that 1029px and below is a good breakpoint for showing a mobile 
  hamburger menu so you can add styles for that here.

  I find it easier to do it this way than to have to override base styles.

  ******************************************************************/
}
/*********************
TWEENER
This targets some trickier 'tweener' devices like large
tablets. You probably won't need to add too much to this stylesheet.
If you're not using it, delete it.
*********************/
@media only screen and (min-width: 900px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tweener Stylsheet

  This is for some trickier in-between 'tweener' sizes like larger 
  tablets.

  ******************************************************************/
  /*******************
  GLOBAL STYLES
  *********************/
  .toggle-nav {
    display: none;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  #menu {
    -ms-grid-column: 4;
    -ms-grid-column-span: 9;
    grid-column: 4/span 9;
  }
  .menu-phone, .menu-email {
    display: none !important;
  }
  .nav {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    text-align: center;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav li {
    list-style: none;
    display: inline;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  .nav li.black-button a {
    color: #fff;
  }
  .nav li a {
    display: inline;
    border-bottom: 0;
    padding: 0.5em;
    text-decoration: none;
    font-weight: 700;
    color: #000000;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  .nav li a:hover, .nav li a:focus {
    text-decoration: underline;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    position: absolute;
    z-index: 8999;
    visibility: hidden;
    background: #cfcdc3;
    padding: 1em;
    width: 70%;
    /* highlight sub-menu current page */
  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li:hover > ul {
    top: auto;
    visibility: visible;
  }
  /* end .nav */
  /****************
  HOME STYLES
  *****************/
  #home-delivery {
    background: #cfcdc3;
    grid-gap: 2em 0;
    text-align: center;
    padding: 2em 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-delivery-text {
    -ms-grid-column-span: 5;
    grid-column: span 5;
    padding: 2em;
    text-align: left;
  }
  .home-delivery-text h2 {
    color: #000000;
  }
  .home-delivery-image {
    -ms-grid-column-span: 7;
    grid-column: span 7;
    padding-top: 1em;
  }
  /*******************
  CONTACT US STYLES
  ********************/
  #contact-us-container {
    padding: 2em 10%;
    grid-gap: 0 2em;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #contact-us-details, #contact-us-form {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  #map {
    width: 100%;
    height: 600px;
  }
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Larger Laptop + Desktop

  You can add some advanced styles for larger devices here if you like. 

  ******************************************************************/
  /* Heading defaults */
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0;
    color: #000000;
    line-height: 1.2;
    text-rendering: optimizelegibility;
    /*
    if you're going to use webfonts, be sure to check your weights
    http://css-tricks.com/watch-your-font-weight/
    */
    /* 
    Removing text decoration from all headline links.
    If you want it, then delete this. Do it your way.
    */
  }
  h1::before, .h1::before, h2::before, .h2::before, h3::before, .h3::before, h4::before, .h4::before, h5::before, .h5::before, h6::before, .h6::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.7 - 1.2) * 0.5em);
  }
  h1::after, .h1::after, h2::after, .h2::after, h3::after, .h3::after, h4::after, .h4::after, h5::after, .h5::after, h6::after, .h6::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.2) * 0.5em);
  }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none;
  }
  h1, .h1 {
    margin-top: 0;
    font-size: 2.2em;
    font-style: italic;
    font-weight: 700;
  }
  h2, .h2 {
    font-size: 1.8em;
  }
  h3, .h3 {
    font-size: 1.6em;
    font-weight: 400;
    font-style: normal;
  }
  h4, .h4 {
    font-size: 1.4em;
  }
  h5, .h5 {
    font-size: 1em;
  }
  h6, .h6 {
    text-transform: uppercase;
    letter-spacing: 4.333px;
  }
  /*********************
  HEADER STYLES
  *********************/
  #inner-header {
    grid-gap: 0 3em;
  }
  #bloginfo {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    grid-gap: 0 2em;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #menu {
    -ms-grid-column: 3;
    -ms-grid-column-span: 7;
    grid-column: 3/span 7;
  }
  .nav {
    text-align: left;
  }
  #header-contact {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10/span 3;
    text-align: right;
    padding-top: 1em;
    display: block;
  }
  #header-contact a {
    color: #000000;
    font-weight: 700;
    font-size: 1.1em;
  }
  #header-contact i, #header-contact svg {
    color: #ecc51f;
    margin-right: 0.25em;
    font-weight: normal;
  }
  #header-contact p {
    margin: 0 1em 0.25em 0;
    padding: 0;
  }
  .times-header {
    background: #000000;
    border-radius: 10px 0 0 10px;
    padding: 0.5em 1em;
    margin: 0 0 0 auto;
  }
  .times-header td {
    color: #fff;
    font-weight: 700;
    text-align: left;
    padding: 0 0.25em;
  }
  .times-header tr {
    margin: 0;
    padding: 0;
  }
  .oilswell-banner {
    display: block;
  }
  /********************
  HOME STYLES
  *********************/
  #home-hero-products {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #home-hero-image {
    -ms-grid-column-span: 5;
    grid-column: span 5;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 2em 8%;
  }
  #home-hero-image img {
    width: 70%;
    margin: 0 auto;
  }
  #home-hero-text {
    -ms-grid-column: 2;
    -ms-grid-column-span: 6;
    grid-column: 2/span 6;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 2em 8%;
  }
  #home-hero-text h1 {
    margin-bottom: 1em;
  }
  #home-hero-text .black-button {
    margin-top: 2em;
  }
  #home-categories {
    padding: 0 8%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .category-item {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  #home-delivery {
    padding: 2em 8%;
  }
  #home-featured {
    padding: 0 5%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #oilswell-hoses-text {
    text-align: left;
    padding: 3em;
    -ms-grid-column: 2;
    -ms-grid-column-span: 6;
    grid-column: 2/span 6;
  }
  #oilswell-hoses-text h1, #oilswell-hoses-text h3, #oilswell-hoses-text p {
    color: #fff;
  }
  #oilswell-hoses-image {
    -ms-grid-column-span: 5;
    grid-column: span 5;
    padding: 2em 0;
  }
  #oilswell-hoses-image img {
    margin: 0 0 0 auto;
    width: 70%;
  }
  /*********************
  WOOCOMMERCE STYLES
  **********************/
  .woo-wrap {
    padding: 1em 5%;
    grid-gap: 2em;
  }
  /*********************
  FOOTER STYLES
  *********************/
  #inner-footer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-gap: 1em 2em;
  }
  #inner-footer #logo {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #inner-footer nav {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #inner-footer .yellow-button {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: auto;
    display: inline-block;
  }
  #inner-footer #footer-contact {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #inner-footer #footer-address {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
/*********************
HIMALAYA XL 9000 SIZE
This is for super ginormous monitors like your one friend has.
*********************/
@media only screen and (min-width: 1600px) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here for extra large monitors.

  ******************************************************************/
  .wrap {
    padding: 2em 8%;
  }
  /**********************
  HEADER STYLES
  ***********************/
  #inner-header {
    grid-gap: 0 4em;
  }
  /***********************
  HOME STYLES
  ***********************/
  #home-featured {
    padding: 0 8% 2em;
  }
  #oilswell-hoses-image {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
  #oilswell-hoses-image img {
    margin: 0 0 0 auto;
    width: 50%;
  }
  /********************
  WOOCOMMERCE STYLES
  ********************/
  .woo-wrap {
    padding: 2em 8%;
  }
  /*********************
  FOOTER STYLES
  *********************/
  #inner-footer .yellow-button {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  #inner-footer #footer-contact {
    -ms-grid-column: 8;
    -ms-grid-column-span: 3;
    grid-column: 8/span 3;
  }
  .category-item {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. You probably don't need to edit much
  in here but if you want to, do your thang.

  Adapted from here:
  https://www.noupe.com/design/css-perfect-print-stylesheet-98272.html

  Updated 2018-05-25

  ******************************************************************/
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -ms-filter: none !important;
    -webkit-filter: none !important;
            filter: none !important;
  }
  /* Setting content width, unsetting floats and margins */
  /* Attention: the classes and IDs vary from theme to theme. Thus, set own classes here */
  #content {
    width: 100%;
    margin: 0;
    float: none;
  }
  /** Setting margins */
  @page {
    margin: 2cm;
  }
  /* Or: */
  @page :left {
    margin: 1cm;
  }
  @page :right {
    margin: 1cm;
  }
  /* The first page of a print can be manipulated as well */
  @page :first {
    margin: 1cm 2cm;
  }
  /* Set font to 16px/13pt, set background to white and font to black.*/
  /* This saves ink */
  body {
    font-size: 13pt;
    line-height: 1.3;
    background: #fff !important;
    color: #000;
  }
  h1 {
    font-size: 24pt;
  }
  h2, h3, h4 {
    font-size: 14pt;
    margin-top: 25px;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  /* Defining all page breaks */
  a {
    page-break-inside: avoid;
  }
  blockquote {
    page-break-inside: avoid;
  }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  table, pre {
    page-break-inside: avoid;
  }
  ul, ol, dl {
    page-break-before: avoid;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* Displaying link color and link behaviour */
  a:link, a:visited, a {
    background: transparent;
    color: #0088cc;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
  }
  a[href^=http]:after {
    content: " < " attr(href) "> ";
  }
  article a[href^="#"]:after {
    content: "";
  }
  a:not(:local-link):after {
    content: " < " attr(href) "> ";
  }
  /**
  * Making intergated videos disappear, and removing the iframes' whitespace to zero. 
  */
  .entry-content iframe, ins {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
  }
  .embed-youtube, .embed-responsive, .embed-container {
    display: none;
    position: absolute;
    height: 0;
    overflow: hidden;
  }
  /* Hiding unnecessary elements for the print */
  #header-widgets, nav, aside,
  .sidebar, .content-ads, .make-comment, .author-bio,
  .heading, .related-posts, #decomments-form-add-comment,
  #breadcrumbs, #footer, .post-byline, .byline, .meta-single,
  .site-title img, .post-tags, .readability, .sidebar, .page-navigation, .wp-prev-next,
  .respond-form {
    display: none;
  }
}