@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
/*
Theme Name: Apex Oil, Inc.
Theme URI: http://mynorthmedia.com
Author: MyNorthMedia
Author URI: http://mynorthmedia.com
Description: Custom WP theme for Apex Oil, Inc.
Version: 1.0
License: CC BY-ND 3.0
License URI: http://creativecommons.org/licenses/by-nd/3.0/deed.en_US
*/
/**
 * MyNorthMedia ManStrap
 * ===
 * Because we're in the business of building websites
 * and smashing two words together.
 *
 * Getting Started: adjust the "$main_*" variables,
 * define some of your own. If you have to dig through
 * other files or modify this, THAT'S OKAY. That's how
 * it works. It's a square pile of soft clay, ready
 * for the sweet caress of your fingers. Trim it,
 * mold it, get weird with it.
 *
 * We were going to use CSSDoc, but that seems to have
 * died, like, years ago. So we made some shit up.
 */
/**
 * Express Customizations
 * ---
 * START HERE. Then dig deeper when you start to hate
 * choosing this and wish you'd just written things
 * yourself from scratch because customizing this is
 * going to suck and you don't trust the authors.
 *
 * For anything else you see in this file, just override
 * it here and the "!default" bits below honor it.
 */
/**
 * Core Styles
 * ---
 * These are used throughout other files, but
 * if you define them above it will override what's
 * here. That's what that "!default" bit does.
 *
 * Yup, pink. If you hate it so much, why don't you
 * change it above? This isn't Bootstrap, customize!
 */
/**
 * Colors
 * ---
 */
/**
 * Typography
 * ---
 */
/**
 * Scaffolding
 * ---
 */
/**
 * Layout
 * ---
 */
/**
 * WordPress
 * ---
 * Used for anything that the WP editor can align left,
 * right, center or none. Also...captions.
 *
 * TODO: add image gallery style support, even though
 * WP has inline styles in fucking 2013
 */
/**
 * Mapping
 * ---
 */
/**
 * EOF
 * ---
 * That's it, shows over
 */
/**
 * Mixins, mostly stolen from Compass and Boostrap
 * ---
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

a:hover,
a:active {
  outline: 0; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
.google-maps img {
  max-width: none; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button,
input {
  *overflow: visible;
  line-height: normal; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/**
 * Scaffolding
 */
html, body {
  background-color: whitesmoke;
  border: 0;
  color: #333333;
  font-family: Oxygen, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  padding: 0; }

a {
  color: #688921;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline;
    color: #576c31; }

p {
  margin: 9px 0; }

h1, h2, h3, h4, h5, h6 {
  color: #688921;
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 18px;
  margin: 18px 0 9px 0;
  text-rendering: optimizelegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: inherit;
    font-weight: normal; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: bold; }

h1,
h2,
h3 {
  line-height: 36px; }

h1 {
  font-size: 35.75px; }
  h1 small {
    font-size: 29.25px; }

h2 {
  font-size: 29.25px; }
  h2 small {
    font-size: 22.75px; }

h3 {
  font-size: 22.75px; }
  h3 small {
    font-size: 16.25px; }

h4 {
  font-size: 16.25px; }
  h4 small {
    font-size: 13px; }

h5 {
  font-size: 13px; }
  h5 small {
    font-size: 11.05px; }

h6 {
  font-size: 11.05px; }
  h6 small {
    font-size: 9.75px; }

ul, ol {
  padding: 0;
  margin: 0 0 9px 26px; }
  ul li, ol li {
    line-height: 18px; }
  ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0; }

dl {
  margin-bottom: 18px; }
  dl dt {
    font-weight: bold;
    line-height: 18px; }
  dl dd {
    line-height: 18px;
    margin-left: 13px; }

blockquote {
  border-left: 5px solid #e4e4e4;
  margin: 0 0 18px;
  padding: 0 0 0 13px; }
  blockquote p {
    margin-bottom: 0; }

address {
  display: block;
  font-style: normal;
  line-height: 18px;
  margin-bottom: 18px; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.page-heading {
  color: #555555;
  font-size: 22.75px;
  font-weight: normal;
  margin-bottom: 18px;
  margin-top: 9px; }
  .page-heading small {
    color: #999999;
    font-size: 16.25px; }
  .page-heading a {
    color: #555555; }
  .page-heading.color {
    color: #688921; }
    .page-heading.color a {
      color: #688921; }

/**
 * Layouts.scss
 * ---
 * Some simple grid work
 */
/*
 * FUTURE: Quick Responsive Example
 */
/*
@media(max-width: $main_width) {
  .global-header,
  .main-wrapper,
  .global-footer {
    width: auto;
  }
}
*/
.global-header,
.main-wrapper,
.global-footer {
  *zoom: 1;
  margin: 0 auto;
  padding: 9px 30px;
  width: 900px; }
  .global-header:before, .global-header:after,
  .main-wrapper:before,
  .main-wrapper:after,
  .global-footer:before,
  .global-footer:after {
    display: table;
    content: "";
    line-height: 0; }
  .global-header:after,
  .main-wrapper:after,
  .global-footer:after {
    clear: both; }

.main-wrapper {
  background: white;
  padding: 0;
  width: 960px; }

.nav-inline {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: table; }
  .nav-inline:before, .nav-inline:after {
    display: table;
    content: "";
    line-height: 0; }
  .nav-inline:after {
    clear: both; }
  .nav-inline li {
    padding: 0;
    margin: 0; }
  .nav-inline li {
    float: left; }
    .nav-inline li a {
      display: block;
      padding: 9px 15px; }
      .nav-inline li a:hover, .nav-inline li a:focus {
        background: white; }
  .nav-inline.float-right {
    margin-right: -15px; }
  .nav-inline.float-left {
    margin-left: -15px; }

.global-header {
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, white, #e4e4e4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e4e4e4));
  background-image: -webkit-linear-gradient(top, white, #e4e4e4);
  background-image: -o-linear-gradient(top, white, #e4e4e4);
  background-image: linear-gradient(to bottom, white, #e4e4e4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE4E4E4', GradientType=0);
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  padding-top: 0;
  padding-bottom: 0;
  margin: 30px auto 0; }
  .global-header .brand,
  .global-header .nav-inline li a {
    color: #555555;
    padding: 30px 15px 15px; }
    .global-header .brand:hover,
    .global-header .nav-inline li a:hover {
      color: #688921;
      text-decoration: none; }
  .global-header .brand {
    background: url(https://joondougoilgas.com.ng/logo.png) no-repeat 15px 23px;
    display: block;
    height: 90px;
    margin-left: -15px;
    overflow: hidden;
    text-indent: 270px;
    line-height: 5150px;
    width: 450px; }
  .global-header .nav-inline {
    z-index: 9999; }
    .global-header .nav-inline li {
      position: relative; }
      .global-header .nav-inline li a {
        padding: 30px 15px 15px;
        margin-top: 22.5px;
        margin-bottom: 7.5px;
        padding: 7.5px 15px 7.5px;
        position: relative; }
        .global-header .nav-inline li a:hover {
          -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
      .global-header .nav-inline li.dropped > a {
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        background: white; }
      .global-header .nav-inline li ul {
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        list-style: none;
        margin: 0;
        padding: 0;
        background: white;
        display: none;
        float: none;
        left: 0;
        padding: 9px 0;
        position: absolute;
        top: 55px;
        z-index: 9999; }
        .global-header .nav-inline li ul li {
          padding: 0;
          margin: 0; }
        .global-header .nav-inline li ul li {
          float: none; }
          .global-header .nav-inline li ul li a {
            border-bottom: 1px solid #e4e4e4;
            display: block;
            font-size: 11.05px;
            line-height: 15.3px;
            margin: 0 7.5px;
            padding: 7.65px 7.5px;
            white-space: pre; }
            .global-header .nav-inline li ul li a:hover {
              -webkit-box-shadow: none;
              -moz-box-shadow: none;
              box-shadow: none;
              text-decoration: underline; }
          .global-header .nav-inline li ul li:last-child a {
            border-bottom: 0; }
      .global-header .nav-inline li:hover ul {
        display: block; }
      .global-header .nav-inline li.dropdown-right ul {
        left: auto;
        right: 0; }
    .global-header .nav-inline > li.current-menu-item > a, .global-header .nav-inline > li.current-menu-ancestor > a {
      font-weight: bold;
      color: #688921; }
      .global-header .nav-inline > li.current-menu-item > a:after, .global-header .nav-inline > li.current-menu-ancestor > a:after {
        bottom: 0;
        content: '';
        height: 0;
        left: 48%;
        position: absolute;
        width: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 5px solid #999999; }

.global-footer {
  background: #e4e4e4;
  font-size: 12.4px;
  color: #555555; }
  .global-footer a,
  .global-footer .nav-inline li a {
    color: #555555; }
  .global-footer a:hover,
  .global-footer .nav-inline li a:hover {
    background: none; }

.main-content {
  *zoom: 1;
  float: right;
  font-size: 14px;
  margin: 0 0 0 -313px;
  padding: 15px 0;
  width: 647px; }
  .main-content:before, .main-content:after {
    display: table;
    content: "";
    line-height: 0; }
  .main-content:after {
    clear: both; }
  .main-content.full {
    float: none;
    margin: 0;
    padding: 15px 30px;
    width: 900px; }
  .main-content .page-image {
    margin: 18px 0;
    padding: 0; }
    a .main-content .page-image {
      border: none; }
  .main-content .content {
    padding: 0 30px 0 0; }

.hero {
  display: block;
  position: relative; }
  .hero .page-heading {
    padding: 15px 30px; }

.sidebar {
  float: left;
  font-size: 11.05px;
  line-height: 15.3px;
  margin: 0;
  padding: 15px 30px;
  width: 253px; }
  .sidebar .sidebar-heading {
    border-bottom: 1px solid #e4e4e4;
    color: #555555;
    font-size: 16.25px;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 9px;
    margin-top: 9px; }
  .sidebar .nav {
    list-style: none;
    margin: 0;
    padding: 0; }
    .sidebar .nav ul ul,
    .sidebar .nav .current-menu-item ul ul,
    .sidebar .nav .current-menu-ancestor ul ul,
    .sidebar .nav .current-menu-ancestor .current-menu-item ul ul,
    .sidebar .nav .current-menu-ancestor .current-menu-ancestor ul ul {
      display: none; }
    .sidebar .nav .current-menu-item ul,
    .sidebar .nav .current-menu-ancestor ul,
    .sidebar .nav .current-menu-ancestor .current-menu-item ul,
    .sidebar .nav .current-menu-ancestor .current-menu-ancestor ul,
    .sidebar .nav .current-menu-ancestor .current-menu-ancestor .current-menu-item ul,
    .sidebar .nav .current-menu-ancestor .current-menu-ancestor .current-menu-ancestor ul {
      display: block; }
    .sidebar .nav .current-menu-ancestor, .sidebar .nav .current-menu-ancestor li,
    .sidebar .nav .current-menu-parent,
    .sidebar .nav .current-menu-parent li,
    .sidebar .nav .current-menu-item,
    .sidebar .nav .current-menu-item li {
      display: list-item; }
    .sidebar .nav li {
      display: none;
      margin: 0;
      padding: 0;
      list-style: none; }
      .sidebar .nav li a {
        border-bottom: 1px solid #e4e4e4;
        display: block;
        padding: 7.65px 0; }
      .sidebar .nav li ul {
        margin-left: 0; }
      .sidebar .nav li .current-menu-item > a {
        font-weight: bold; }
    .sidebar .nav > li > a {
      font: normal 16.25px/18px "Droid Sans", Helvetica, Arial, sans-serif;
      text-rendering: optimizelegibility;
      color: #555555;
      margin: 0;
      padding: 9px 0;
      border-bottom: 1px solid #e4e4e4; }
  .sidebar form {
    margin: 36px 0;
    position: relative;
    width: 100%; }
    .sidebar form .input-text {
      border: 1px solid #e4e4e4;
      display: block;
      padding: 9px 41px 9px 9px;
      width: 201px; }
      .sidebar form .input-text:focus {
        border-color: #999999; }
    .sidebar form button {
      background: white url(assets/img/icon-search.png) no-repeat 50% 50%;
      line-height: 9px;
      border: 0;
      height: 27px;
      overflow: hidden;
      position: absolute;
      right: 3px;
      text-indent: 50px;
      top: 3px;
      width: 28px; }

.location-details {
  border-collapse: collapse; }
  .location-details .label {
    width: 156px; }

.alignnone {
  margin: 9px 0 18px; }

.aligncenter {
  display: block;
  margin: 9px auto 18px; }

.alignright {
  float: right;
  margin: 9px 0 18px 13px; }

.alignleft {
  float: left;
  margin: 9px 13px 18px 0; }

.wp-caption {
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 6.5px 6.5px 9px;
  text-align: center; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11.7px;
    color: #555555;
    line-height: 16.2px;
    margin: 0;
    padding: 9px 6.5px; }

.fader {
  *zoom: 1;
  z-index: 10;
  position: relative; }
  .fader:before, .fader:after {
    display: table;
    content: "";
    line-height: 0; }
  .fader:after {
    clear: both; }
  .fader ul {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
    height: 550px;
    overflow: hidden;
    position: relative;
    width: 960px; }
    .fader ul li {
      padding: 0;
      margin: 0; }
    .fader ul li {
      display: none;
      height: 550px;
      left: 0;
      position: absolute;
      top: 0;
      width: 960px; }
      .fader ul li.fader_active {
        display: block;
        z-index: 99; }
  .fader .fader_controls {
    display: none; }
    .fader .fader_controls ul {
      height: auto;
      width: auto;
      position: static; }
      .fader .fader_controls ul li {
        height: auto;
        display: block;
        position: static;
        width: auto; }
  .fader .fader_controlsNextPrev {
    display: block; }
    .fader .fader_controlsNextPrev a {
      display: block;
      position: absolute;
      z-index: 12;
      top: 50%;
      margin-top: -30px;
      width: 30px;
      height: 60px;
      text-indent: 30px;
      line-height: 60px;
      overflow: hidden;
      background: white url("assets/img/fader-arrows.png") no-repeat 0 0;
      background-color: rgba(255, 255, 255, 0.6); }
      .fader .fader_controlsNextPrev a.fader_prev {
        left: 0;
        background-position: 0 center; }
      .fader .fader_controlsNextPrev a.fader_next {
        right: 0;
        background-position: -30px center; }

/**
 * Mapping.scss
 * ---
 * Map styles
 */
.map-overlay {
  *zoom: 1;
  background: white;
  border: 1px solid #999999;
  line-height: 16px;
  font-size: 11px;
  height: 294px;
  overflow: hidden;
  padding: 0 0 15px;
  position: absolute;
  right: 3px;
  top: 3px;
  width: 262px; }
  .map-overlay:before, .map-overlay:after {
    display: table;
    content: "";
    line-height: 0; }
  .map-overlay:after {
    clear: both; }
  .map-overlay .close {
    background: white;
    color: #999999;
    display: block;
    font-size: 16.25px;
    padding: 9px 13px;
    position: absolute;
    right: 1px;
    top: 1px; }
    .map-overlay .close:hover {
      background: #e4e4e4;
      color: #555555;
      text-decoration: none; }
  .map-overlay .heading {
    border-bottom: 1px solid #e4e4e4;
    font-size: 14.95px;
    line-height: 20.7px;
    margin: 9px 0;
    padding: 4.5px 15px; }
  .map-overlay .address,
  .map-overlay .contact,
  .map-overlay .details,
  .map-overlay .products,
  .map-overlay .link-single {
    margin: 0 15px; }
  .map-overlay .details {
    border-collapse: collapse;
    font-size: 11.05px;
    margin-top: 9px;
    margin-bottom: 9px;
    width: 228px; }
    .map-overlay .details .label {
      width: 60%; }
    .map-overlay .details .info {
      font-weight: bold;
      width: 40%; }
  .map-overlay .products {
    margin-top: 9px;
    margin-bottom: 18px; }
  .map-overlay .products:after {
    background-color: rgba(254, 254, 254, 0.36);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#E6FFFFFF', GradientType=0);
    border-bottom: 33px solid white;
    content: "";
    bottom: 0;
    height: 18%;
    left: 0;
    position: absolute;
    width: 100%; }
  .map-overlay .link-single {
    background-color: #617d27;
    background-image: -moz-linear-gradient(top, #688921, #576c31);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#688921), to(#576c31));
    background-image: -webkit-linear-gradient(top, #688921, #576c31);
    background-image: -o-linear-gradient(top, #688921, #576c31);
    background-image: linear-gradient(to bottom, #688921, #576c31);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF688921', endColorstr='#FF576C31', GradientType=0);
    bottom: 15px;
    color: white;
    display: block;
    font-size: 11.05px;
    font-weight: bold;
    left: 0;
    line-height: 15.3px;
    padding: 4.5px 0;
    position: absolute;
    right: 0;
    text-align: center; }
    .map-overlay .link-single:focus, .map-overlay .link-single:hover {
      background-color: #70912d;
      background-image: -moz-linear-gradient(top, #789e26, #657e39);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#789e26), to(#657e39));
      background-image: -webkit-linear-gradient(top, #789e26, #657e39);
      background-image: -o-linear-gradient(top, #789e26, #657e39);
      background-image: linear-gradient(to bottom, #789e26, #657e39);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF789E26', endColorstr='#FF657E39', GradientType=0);
      text-decoration: none; }
    .map-overlay .link-single:active {
      background-color: #5d772a;
      background-image: -moz-linear-gradient(top, #576c31, #688921);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#576c31), to(#688921));
      background-image: -webkit-linear-gradient(top, #576c31, #688921);
      background-image: -o-linear-gradient(top, #576c31, #688921);
      background-image: linear-gradient(to bottom, #576c31, #688921);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF576C31', endColorstr='#FF688921', GradientType=0); }

.locations-list li {
  width: 161.75px; }
