/*!
Theme Name: Off-Road Re-Skin 2018
Theme URI: https://www.off-road.com
Author: VerticalScope Creative Team
Author URI: https://www.off-road.com
Description: Off-road.com Blog 
Version: 1.0.0
Text Domain: off-road-reskin
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! 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 {
  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 */
  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: 80%; }

/**
 * 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 {
  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"] {
  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; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Barlow", "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: "Barlow", Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */
  overflow: visible !important; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

button.alm-load-more-btn {
  color: #c50000;
  background-color: #f0f0f0;
  font-size: 24px;
  border-radius: 0;
  font-weight: 900;
  height: 57px;
  padding-left: 15px;
  margin: 0;
  outline: none; }

button.alm-load-more-btn:hover {
  background-color: #e5e5e5;
  color: #c50000;
  outline: none; }

button.alm-load-more-btn.loading:before {
  top: 9px; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #c50000; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: #c50000; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
  background: #000000;
  top: -90px;
  z-index: 1; }
  .site-header .ad_wrapper {
    height: 90px;
    background: #202020;
    display: block; }
    .site-header .ad_wrapper .ad-mobile {
      display: none; }
  .site-header .main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 61px;
    background: #000;
    line-height: 62px;
    width: 100%;
    z-index: 999;
    margin: 0 auto;
    position: relative; }
    .site-header .main-navigation .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 1000px; }
    .site-header .main-navigation .nav-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .site-header .main-navigation .menu-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .site-header .main-navigation .main-menu {
      width: 100%; }
      .site-header .main-navigation .main-menu #primary-menu .menu-item:hover {
        background-image: url("img/red-bar.png");
        background-size: 100% 8px;
        background-repeat: repeat-x;
        background-position: -100% 63%;
        display: inline-block;
        padding: 0 3px; }
      .site-header .main-navigation .main-menu #primary-menu li {
        outline: none; }
        .site-header .main-navigation .main-menu #primary-menu li a {
          outline: none; }
      .site-header .main-navigation .main-menu #primary-menu .sub-menu li {
        margin: 0 37.5px;
        outline: none; }
      .site-header .main-navigation .main-menu #primary-menu .sub-menu .menu-item:hover {
        background-image: url("img/red-bar.png");
        background-size: 100% 8px;
        background-repeat: repeat-x;
        background-position: -100% 35%;
        display: inline-block;
        padding: 0 3px; }
    .site-header .main-navigation .logo {
      padding: 13px 0 0 0;
      width: 308px;
      outline: none; }
    .site-header .main-navigation .toggled ul {
      display: none; }
    .site-header .main-navigation ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .site-header .main-navigation ul a {
        font-size: 13px;
        font-weight: 900; }
      .site-header .main-navigation ul ul {
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        float: left;
        position: absolute;
        top: 100%;
        left: -999em;
        z-index: 99999; }
        .site-header .main-navigation ul ul li:hover > ul, .site-header .main-navigation ul ul li.focus > ul {
          left: 100%; }
        .site-header .main-navigation ul ul a {
          text-transform: uppercase;
          font-size: 13px; }
      .site-header .main-navigation ul li:hover > ul,
      .site-header .main-navigation ul li.focus > ul {
        position: absolute;
        text-align: center;
        width: 100vw;
        margin-left: -50vw;
        left: 50%;
        z-index: 999 !important;
        background: #232323;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 36px;
        height: 136px; }
    .site-header .main-navigation li {
      float: left;
      list-style: none;
      margin-right: 15px;
      padding: 0 3px; }
      .site-header .main-navigation li .social {
        padding: 0; }
    .site-header .main-navigation a {
      display: block;
      text-decoration: none;
      color: #fff;
      text-transform: uppercase;
      font-size: 16px;
      height: 61px; }
    .site-header .main-navigation .social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-right: 1px solid #333333;
      border-left: 1px solid #333333;
      width: 146px; }
      .site-header .main-navigation .social li {
        margin: 0;
        padding: 0; }
      .site-header .main-navigation .social .facebook a {
        padding: 0 19px 0 16px;
        font-size: 15px; }
        .site-header .main-navigation .social .facebook a:hover {
          color: #808080; }
      .site-header .main-navigation .social .twitter a {
        padding: 0 18px 0 0;
        font-size: 15px; }
        .site-header .main-navigation .social .twitter a:hover {
          color: #808080; }
      .site-header .main-navigation .social .youtube a {
        padding: 0 19px 0 0;
        font-size: 15px; }
        .site-header .main-navigation .social .youtube a:hover {
          color: #808080; }
      .site-header .main-navigation .social .rss-feed a {
        padding: 0 17px 0 0;
        font-size: 15px; }
        .site-header .main-navigation .social .rss-feed a:hover {
          color: #808080; }
    .site-header .main-navigation .menu-toggle {
      display: none; }

/*  Search bar  */
.search-icon {
  display: block;
  cursor: pointer;
  margin-left: 13px; }

.search-icon ul {
  list-style: none;
  padding: 0 !important; }

.search-icon ul li {
  float: left;
  font-weight: bold; }

.search-icon ul li a {
  display: block;
  padding: 0 8px;
  margin-right: 8px;
  color: #363a3c;
  text-decoration: none; }

.icons {
  width: 25px;
  height: 17px;
  padding: 0 4px;
  line-height: 4.2; }

.icons:hover {
  background-image: url("img/red-bar.png");
  background-size: 100% 8px;
  background-repeat: repeat-x;
  background-position: -100% 62%;
  padding: 0 4px; }

.site-header .main-navigation .fa-search {
  margin: 0;
  color: #ffffff;
  font-size: 18px; }

/** hidden search field **/
#searchbar {
  display: none;
  position: absolute;
  width: 100%;
  height: 136px;
  z-index: 10;
  -webkit-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
  background: #202020;
  right: 0;
  z-index: 999; }

#search {
  display: flex;
  justify-content: center;
  margin-top: 47px; }

#searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 136px;
  width: 100%; }

#edit-query {
  display: block;
  font-size: 14px;
  line-height: 35px;
  border: 1px solid #b8b8b8;
  border-radius: 0;
  height: 42px;
  width: 749px;
  margin-right: 12px;
  padding: 0 1em;
  background: #202020;
  color: #fff;
  outline: none; }

#searchsubmit {
  display: block;
  float: right;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  border: 1px solid #c50000;
  border-radius: 0;
  padding: 0;
  height: 42px;
  width: 242px;
  background: #c50000;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase; }

/** clearfix **/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

/*	Mobile View	*/
@media screen and (max-width: 1130px) {
  .site-header .ad_wrapper {
    height: 50px; }
    .site-header .ad_wrapper .ad-desktop {
      display: none; }
    .site-header .ad_wrapper .ad-mobile {
      display: block; }

  .site-header .main-navigation {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    padding: 0 20px;
    height: 55px; }

  .site-header .main-navigation .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }

  .site-header .main-navigation .container .logo {
    padding: 9px 0 0 0; }

  .site-header .main-navigation .main-menu {
    width: 100%;
    margin-top: 11px; }

  .site-header .main-navigation .main-menu #primary-menu .menu-item:hover {
    background-image: none; }
  .site-header .main-navigation .main-menu #primary-menu .menu-item a {
    height: 100%;
    font-size: 16px; }
  .site-header .main-navigation .main-menu #primary-menu .menu-item a:active, .site-header .main-navigation .main-menu #primary-menu .menu-item a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none; }
  .site-header .main-navigation .main-menu #primary-menu .sub-menu li {
    margin-left: 14px; }
    .site-header .main-navigation .main-menu #primary-menu .sub-menu li a {
      text-transform: capitalize;
      font-size: 16px; }
    .site-header .main-navigation .main-menu #primary-menu .sub-menu li a:active, .site-header .main-navigation .main-menu #primary-menu .sub-menu li a:focus {
      outline: 0;
      border: none;
      -moz-outline-style: none; }
  .site-header .main-navigation .main-menu #primary-menu .sub-menu .menu-item:hover {
    background-image: url("img/red-bar.png");
    background-size: 100% 8px;
    background-repeat: repeat-x;
    background-position: -100% 60%;
    display: inline-block;
    padding: 0 3px; }

  .site-header .main-navigation.toggled .nav-menu .menu-container {
    position: absolute;
    margin-top: 55px;
    width: 272px;
    height: 100vh;
    right: 0;
    background: #202020;
    color: #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 999; }

  .site-header .main-navigation.toggled .nav-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 20px; }

  .site-header .main-navigation .nav-menu ul {
    display: none; }

  .site-header .main-navigation .nav-menu ul ul a {
    text-align: left;
    cursor: pointer; }

  .site-header .menu li {
    border-bottom: 1px solid #373737;
    margin-right: 0px; }

  .site-header .menu li.menu-item-has-children:before {
    position: absolute;
    right: 30px;
    content: url("img/dropdown-arrow.png");
    -webkit-transform: rotate(180deg);
    /* Chrome and other webkit browsers */
    /* FF */
    /* Opera */
    /* IE9 */
    transform: rotate(180deg); }

  .site-header .menu li.menu-item-has-children:hover:before {
    content: url("img/dropdown-arrow.png");
    -webkit-transform: rotate(0deg);
    /* Chrome and other webkit browsers */
    /* FF */
    /* Opera */
    /* IE9 */
    transform: rotate(0deg); }

  .site-header .menu .sub-menu {
    background: #202020;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .site-header .menu .sub-menu li {
    border: none;
    margin-left: 20px; }

  .site-header .main-navigation .icons-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 21px;
    cursor: pointer; }

  .site-header .main-navigation .search-icon {
    margin-top: -4px;
    margin-right: -5px; }

  .site-header .main-navigation .fa-search {
    font-size: 17px;
    line-height: 0; }

  .site-header .main-navigation .social {
    display: none; }
    .site-header .main-navigation .social li a:active, .site-header .main-navigation .social li a:focus {
      outline: 0;
      border: none;
      -moz-outline-style: none; }

  .site-header .main-navigation.toggled .nav-menu .social {
    position: relative;
    z-index: 333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 11em;
    padding: 0;
    border: 0; }

  .site-header .main-navigation.toggled .nav-menu .social a {
    padding: 0 30px 0 0; }

  .site-header .main-navigation .menu-toggle {
    display: initial;
    background: transparent;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 23px;
    padding: 0;
    outline: none;
    padding-right: 4px; }

  .site-header .main-navigation .nav-menu ul li:hover > ul,
  .site-header .main-navigation .nav-menu ul li.focus > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: static;
    text-align: center;
    width: auto;
    height: 100%;
    right: 0;
    z-index: 999;
    padding: 0;
    margin: 0;
    background: #202020; }

  #searchbar {
    width: 272px;
    height: 100vh;
    margin-top: -4px; }

  #search {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 2px; }

  #searchform {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  #edit-query {
    width: 232px;
    padding: 0 20px;
    margin: 36px 0 0 0; }

  #searchsubmit {
    width: 232px;
    margin-top: 10px; } }
.fixed-nav nav {
  position: fixed;
  top: 0;
  z-index: 999;
  display: block; }

.ajax-load-more-wrap {
  margin-bottom: 57px; }

.navigation.posts-navigation {
  position: inherit; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer .ad-desktop {
  margin-bottom: 44px;
  display: block;
  height: 90px; }
.site-footer .site-info {
  height: 150px;
  background-image: url("img/shade-bg.png");
  background-repeat: repeat;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center; }
  .site-footer .site-info .site-link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1000px; }
    .site-footer .site-info .site-link ul {
      display: flex;
      text-decoration: none;
      list-style: none;
      margin: 35px 0 0 0;
      padding: 0 0 0 1px;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase; }
      .site-footer .site-info .site-link ul li {
        padding-right: 18px; }
        .site-footer .site-info .site-link ul li a {
          color: #ffffff;
          text-decoration: none; }
    .site-footer .site-info .site-link .social {
      font-size: 16px;
      width: 114px; }
      .site-footer .site-info .site-link .social li {
        padding-right: 18px; }
        .site-footer .site-info .site-link .social li a:hover {
          color: #ff7d7d; }
  .site-footer .site-info .copyright {
    flex-basis: 100%;
    padding: 0 0 0 1px;
    display: flex;
    margin-top: -39px;
    font-size: 14px;
    font-weight: 500; }
    .site-footer .site-info .copyright a {
      color: #ffffff;
      text-decoration: none; }
.site-footer #vs-bottomFixedMobileAd {
  display: none; }

@media screen and (max-width: 1130px) {
  .site-footer .ad-desktop {
    display: none; }
  .site-footer .site-info {
    display: flex;
    height: 255px;
    flex-direction: column;
    padding: 0 20px; }
    .site-footer .site-info .site-link {
      flex-direction: column;
      padding: 3em 0;
      padding: 0;
      width: 100%; }
      .site-footer .site-info .site-link .link {
        flex-direction: column;
        margin: 0;
        padding-bottom: 63px;
        font-weight: 900; }
        .site-footer .site-info .site-link .link li {
          font-size: 12px; }
      .site-footer .site-info .site-link .social {
        margin: 0;
        padding: 0; }
        .site-footer .site-info .site-link .social:nth-child(2) {
          order: 3; }
      .site-footer .site-info .site-link .copyright {
        line-height: 0;
        padding-bottom: 26px;
        font-weight: 500;
        font-size: 14px;
        display: flex; } }
/*	Mobile View	*/
@media screen and (max-width: 642px) {
  #vs-bottomFixedMobileAd {
    display: block !important; }

  #Off-Road_com_320x50_Bottom_PS_Mobile {
    background: #fff;
    bottom: 0px;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 50;
    text-align: center; }

  #Off-Road_com_320x50_Bottom_PS_Mobile iframe {
    margin: 0 auto;
    text-align: center; }

  .site-footer {
    margin-bottom: 50px; } }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content {
  display: flex;
  /*justify-content: center;*/
  width: 1000px;
  margin: 28px auto 0; }
  .site-content .content-area {
    float: left;
    margin: 0 -302px 0 0;
    width: 699px;
    margin: 0 0 0;
    min-height: 230vh; }
    .site-content .content-area .site-main {
      width: 100%;
      max-width: 668px; }
  .site-content .sidebar-main {
    float: right;
    overflow: hidden;
    width: 302px; }
  .site-content .sidebar-area {
    display: block;
    width: 302px; }

#Off-Road_com_Pushdown_PS {
  margin: 28px auto 0; }

#Off-Road_com_Pushdown_PS > div {
  margin: 0 auto;
  text-align: center;
  display: inline-block; }

/* Consolidated footer */
.tos_dmca_policy {
  background-color: #b10000;
  padding-bottom: 6px; }

.tos_dmca_policy * {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  font-family: "Barlow";
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  padding: 0; }

.tos_dmca_policy a:hover {
  color: #fff;
  text-decoration: underline; }

.tos_dmca_policy a:visited {
  color: #ffffff; }

.tos_dmca_policy table td > div:after {
  content: "/";
  display: inline-block;
  margin-left: 8px;
  margin-right: 5px; }

.tos_dmca_policy > table:last-child td > div:after {
  content: "/";
  display: none; }

.tos_dmca_policy table {
  margin: 0 !important; }

@media screen and (max-width: 1130px) {
  .site-content {
    margin: 0 20px;
    flex-direction: column;
    justify-content: center;
    width: auto; }
    .site-content .content-area {
      display: flex;
      justify-content: center;
      width: 100%; }
      .site-content .content-area .site-main {
        margin-top: 15px; }
    .site-content .sidebar-area {
      /*display: none;*/
      margin: 0 auto; }
      .site-content .sidebar-area .reviews {
        display: none; }
      .site-content .sidebar-area > :nth-child(2) {
        display: none; }
      .site-content .sidebar-area .ad.widget:nth-child(4), .site-content .sidebar-area .ad.widget:nth-child(6) {
        display: none; }
    .site-content .sidebar-article {
      /*display: none;*/ }

  .site-footer {
    clear: both;
    width: 100%; } }
@media screen and (max-width: 425px) {
  .site-content .content-area {
    width: 100%; }
    .site-content .content-area .site-main {
      width: 100%; } }
.sidebar-article {
  margin-top: 239px;
  margin-bottom: 27em; }

.ad.ad_300 {
  max-width: 300px;
  max-height: 250px; }

.ad.widget {
  margin: 0; }

.ad.widget > div {
  width: 300px;
  height: 250px;
  margin: 0;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 1130px) {
    .ad.widget > div {
      margin: 14px 0 37px 0; } }

.ad.ad_skyscrapper {
  width: 300px;
  height: 600px; }

.sidebar-title {
  color: #111111;
  font-size: 30px;
  background-image: url(img/red-bar.png);
  background-origin: 0;
  background-size: 100% 9px;
  background-repeat: repeat-x;
  background-position: -100% 79%;
  display: inline-block;
  padding: 0 5px;
  text-transform: uppercase;
  margin: 22px 0 16px 0;
  font-weight: 900; }
  .sidebar-title a {
    color: #000000;
    text-decoration: none; }
  .sidebar-title a:hover {
    text-decoration: none; }

ul.reviews {
  margin: 0;
  padding: 0;
  width: 300px;
  position: relative; }

.reviews {
  display: flex;
  flex-direction: column; }

.reviews a {
  position: relative; }

.reviews a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+45,000000+100&0+46,0.79+91 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.79) 91%, rgba(0, 0, 0, 0.79) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.79) 91%, rgba(0, 0, 0, 0.79) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.79) 91%, rgba(0, 0, 0, 0.79) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#c9000000', GradientType=0);
  /* IE6-9 */ }

.reviews p {
  position: absolute;
  width: 230px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 900;
  padding-left: 10px;
  margin-top: 100px;
  z-index: 3;
  line-height: 17px;
  text-transform: capitalize;
  bottom: -9px; }

.reviews .overlay {
  height: 150px;
  width: 300px;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  transition: all 0.3s; }

.reviews .overlay:hover {
  transition: all 0.3s; }
  .reviews .overlay:hover .recent-post-title {
    text-decoration: underline;
    color: #ffffff; }
  .reviews .overlay:hover .sidebar-video-icon {
    background: url("img/play-button-hover.png");
    position: absolute;
    width: 42px;
    height: 42px;
    z-index: 2;
    margin-top: 98px;
    right: 10px;
    transition: all 0.3s; }

.reviews .overlay:nth-last-child(1) {
  margin-bottom: 39px; }

.reviews .recent-post {
  max-width: 300px; }

.recent-post-title:hover ~ .sidebar-video-icon {
  background: url("img/play-button-hover.png");
  position: absolute;
  width: 42px;
  height: 42px;
  z-index: 2;
  margin-top: 98px;
  right: 10px;
  transition: all 0.3s; }

.newsletter {
  margin: 40px 0;
  width: 300px;
  height: 169px;
  text-align: center;
  background-image: url("img/NLS-bg.png"); }
  @media screen and (max-width: 1130px) {
    .newsletter {
      margin: 0 0 40px 0;
      width: 100%;
      max-width: 395px;
      max-height: 390px;
      padding-bottom: 23px;
      background-position: center; } }

.newsletter h2 {
  padding: 14px 32px;
  color: #FFF;
  line-height: 27px;
  margin: 0 0 3px 0;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase; }

.newsletter p {
  color: #ffffff;
  margin: -11px 0 0 0;
  padding: 0 27px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500; }

.form {
  display: flex;
  justify-content: center;
  margin: 16px 16px 0 16px; }

.form .textfield_newsletters {
  border-radius: 0;
  font-size: 14px;
  border: 0;
  height: 27px;
  width: 205px;
  font-weight: 500;
  padding: 0px 0px 3px 9px;
  outline: none; }
  @media screen and (max-width: 1130px) {
    .form .textfield_newsletters {
      max-width: 266px;
      width: 100%; } }

.form .submit {
  width: 64px;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: #FFFFFF;
  background-color: #000000;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 0 3px 2px;
  outline: none; }

.sidebar-video-icon {
  background: url("img/play-button.png");
  position: absolute;
  width: 42px;
  height: 42px;
  z-index: 2;
  margin-top: 98px;
  right: 10px;
  transition: all 0.3s; }

.sidebar.img-gradient {
  margin-top: 60px;
  height: 90px;
  width: 100%; }

/*--------------------------------------------------------------
## Categories
--------------------------------------------------------------*/
.site-main h1 {
  background-image: url("img/red-bar.png");
  background-size: 100% 9px;
  background-repeat: repeat-x;
  background-position: -100% 79%;
  display: inline-block;
  padding: 0 4px;
  font-size: 30px;
  color: #111111;
  text-transform: uppercase;
  margin: -3px 0 5px 0;
  letter-spacing: 0.5px;
  font-weight: 900; }
  @media screen and (max-width: 1130px) {
    .site-main h1 {
      margin: 26px 0 0 0;
      display: inline;
      background-position: -100% 91%; } }
.site-main .home {
  margin-top: 27px; }
  @media screen and (max-width: 1130px) {
    .site-main .home {
      margin-top: 0;
      display: flex;
      flex-direction: column;
      justify-content: center; } }
.site-main .category-desc {
  margin: 0;
  letter-spacing: 0.46px;
  line-height: 25px; }
  .site-main .category-desc p {
    margin-bottom: 29px; }

.text_wrapper.big-artcl .category-tag {
  display: none; }

.text_wrapper.big-artcl .picture .img-gradient {
  display: none; }

.text_wrapper.big-artcl .picture .video-icon {
  display: none; }

.text_wrapper.big-artcl .picture a {
  line-height: 0px;
  width: 100%;
  height: 378px;
  overflow: hidden; }
  @media screen and (max-width: 1130px) {
    .text_wrapper.big-artcl .picture a {
      width: 100%;
      height: 100%; } }

.text_wrapper.big-artcl .picture a img {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: auto; }
  @media screen and (max-width: 1130px) {
    .text_wrapper.big-artcl .picture a img {
      width: 100%;
      height: 100%;
      max-width: 100%;
      overflow: hidden; } }

.text_wrapper.big-artcl .picture {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 16px;
  max-height: 100%;
  font-weight: 500; }

.main-column-text-wrapper.big-cont .byline {
  margin: 4px 0 8px 0;
  letter-spacing: 0;
  text-transform: uppercase; }

.byline .author a {
  color: #d90000;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px; }

.byline .date {
  color: #111111;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px; }

.text_wrapper.big-artcl .text h3 {
  margin: 0 0 -3px 0;
  text-transform: uppercase; }

.text_wrapper.big-artcl .text h3 a {
  color: #c40000;
  font-size: 26px;
  font-weight: 900;
  text-decoration: none; }

.text_wrapper.small-artcl .picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #f6f6f6;
  margin-top: 18px;
  margin-bottom: 20px;
  max-height: 137px;
  overflow: hidden; }

.text_wrapper.small-artcl .picture a {
  line-height: 0px;
  width: 270px;
  height: 135px; }

article.text_wrapper.small-artcl div.picture a.post-overlay:hover .video-icon {
  background: url("img/play-button-hover.png");
  transition: all 0.3s; }

.text_wrapper.small-artcl .picture img {
  max-width: 270px;
  width: 270px;
  overflow: hidden; }

.alm-reveal .text_wrapper .picture img {
  max-width: 270px;
  width: 270px;
  overflow: hidden; }

.alm-reveal .picture.main-column-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #f6f6f6;
  margin-top: 20px;
  max-height: 135px;
  overflow: hidden; }

.alm-reveal .picture .category-tag,
.text_wrapper .category-tag {
  position: absolute;
  background: black;
  color: #ffffff;
  margin: 0 0 0 5px;
  padding: 0px 8px;
  font-size: 10px;
  text-transform: uppercase;
  height: 19px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 900; }

.text_wrapper .picture .img-gradient {
  position: absolute;
  margin-top: 63px;
  height: 70px;
  width: 270px; }

.main-column-text-wrapper.small-cont {
  vertical-align: middle;
  line-height: 1;
  padding: 0 0 0 18px;
  margin-top: 3px; }

.main-column-text-wrapper.small-cont .text .byline .author a {
  color: #c50000;
  font-weight: 900;
  font-size: 12px; }

.main-column-text-wrapper.small-cont .text .byline .author a:hover {
  text-decoration: none; }

.main-column-text-wrapper.small-cont .text .byline .date {
  color: #000000;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px; }

.main-column-text-wrapper.small-cont .text h3 {
  margin: 9px 0 5px 0; }

.main-column-text-wrapper.small-cont .text .ofr-desc {
  color: #444444;
  font-size: 15px;
  font-weight: 500; }

.main-column-text-wrapper.small-cont .text a.ofr-news {
  text-decoration: none;
  color: #111111;
  font-size: 18px;
  font-weight: 900; }

.main-column-text-wrapper.small-cont .text a.ofr-news:hover {
  -webkit-text-decoration-color: #6b6b6b !important;
  text-decoration-color: #6b6b6b !important;
  text-decoration: underline; }

.editor-choice {
  border-top: 3px solid #f1f1f1;
  border-bottom: 3px solid #f1f1f1;
  margin: 58px 0 61px 0;
  height: 441px; }

.alm-btn-wrap {
  padding: 30px 0 0 0; }

.mobile-view {
  display: none; }

.video-icon {
  background: url("img/play-button.png");
  position: absolute;
  width: 42px !important;
  height: 42px;
  margin-top: 83px;
  margin-left: 218px;
  z-index: 10; }

.img-gradient {
  position: absolute;
  margin-top: -88px;
  height: 70px;
  width: 100%; }

@media screen and (max-width: 1130px) {
  .text_wrapper.big-artcl .picture {
    margin-bottom: 20px; }

  .text_wrapper.big-artcl .picture img {
    width: 100%; }

  .text_wrapper.small-artcl .picture {
    display: flex;
    border-bottom: 2px solid #f6f6f6;
    margin-top: 10px;
    margin-bottom: 4px; }

  .text_wrapper.small-artcl .picture img {
    max-width: 141px;
    width: 141px;
    max-height: 71px;
    height: 71px; }

  .alm-reveal .text_wrapper .picture img {
    max-width: 141px;
    width: 141px;
    max-height: 71px; }

  .text_wrapper.small-artcl .picture img.post-image {
    width: 232px; }

  .text_wrapper.small-artcl .picture a {
    height: 71px;
    max-width: 141px;
    margin-bottom: 15px; }

  .text_wrapper .category-tag {
    display: none; }

  .text_wrapper .picture .img-gradient {
    position: absolute;
    margin-top: 1px;
    height: 70px;
    width: 270px; }

  .main-column-text-wrapper.small-cont {
    margin: -5px 0 0 0;
    padding: 0 0 0 19px; }

  .main-column-text-wrapper.small-cont .text .byline .author a {
    color: #c50000;
    font-weight: 600;
    font-size: 12px; }

  .main-column-text-wrapper.small-cont .text .byline .date {
    color: #000000;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px; }

  .main-column-text-wrapper.small-cont .text h3 {
    margin: 9px 0 15px 0;
    font-size: 18px; }

  .main-column-text-wrapper.small-cont .text .ofr-desc {
    display: none; }

  .main-column-text-wrapper.small-cont .text a.ofr-news {
    text-decoration: none;
    color: #111111;
    font-size: 18px;
    margin-bottom: 15px; }

  .editor-choice {
    margin: 2px 0 30px 0;
    height: 483px; } }
  @media screen and (max-width: 1130px) and (max-width: 348px) {
    .editor-choice {
      height: 518px; } }

@media screen and (max-width: 1130px) {
  .mobile-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .mobile-view .mobile-ad {
      margin-top: 40px; }

  .mobile-view.middle {
    margin-bottom: 8px; }

  article.text_wrapper.small-artcl div.picture a.post-overlay:hover .video-icon {
    background: url("img/play-button-hover.png");
    background-size: 30px;
    background-repeat: no-repeat;
    transition: all 0.3s; }

  .video-icon {
    width: 30px !important;
    height: 30px !important;
    margin-top: 34px;
    margin-left: 103px;
    background-size: 30px;
    background-repeat: no-repeat; } }
.slider-tag {
  position: absolute;
  background: black;
  color: #ffffff;
  margin: 29px 0 0 19px;
  padding: 2px 10px;
  font-size: 13.73px;
  height: 26px;
  font-weight: 900;
  text-transform: uppercase; }
  @media screen and (max-width: 1130px) {
    .slider-tag {
      margin: 21px 0 0 16px;
      font-size: 10px;
      height: 19px; } }

h3.slider-headline {
  display: inline;
  line-height: 1.09;
  max-width: 586px;
  margin: 57px 0 0 14px;
  position: absolute;
  clear: none; }
  @media screen and (max-width: 1130px) {
    h3.slider-headline {
      margin: 42px 12px 0 12px;
      height: auto; } }
  h3.slider-headline a {
    text-decoration: none;
    color: #ffffff;
    display: inline;
    background: #c50000;
    font-size: 26.53px;
    text-transform: uppercase;
    padding: 0px 8px 3px 6px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-weight: 900; }
    @media screen and (max-width: 1130px) {
      h3.slider-headline a {
        font-size: 19px; } }

.editor-title {
  color: #000000;
  font-size: 24px;
  margin: 12px 0 21px 0;
  font-weight: 900; }
  .editor-title a {
    color: #000000;
    text-decoration: none; }
  .editor-title a:hover {
    color: #C50000;
    text-decoration: underline; }

.product-item {
  max-width: 148px;
  text-align: left; }

.product-image {
  width: 148px;
  height: 148px; }
  .product-image img {
    width: 148px;
    height: 148px; }

.product-detail {
  margin: 14px 0 0 0;
  width: 148px;
  text-transform: capitalize; }

.product-headline {
  color: #c50000;
  font-size: 17px; }

.product-headline h3 {
  margin: 0 0 12px 0;
  line-height: 24px; }

.product-headline a {
  color: #c50000;
  text-decoration: none;
  font-weight: 900;
  word-wrap: break-word; }

.product-headline a:hover {
  text-decoration: underline; }

.product-author {
  margin: 0 0 2px 0;
  padding: 0;
  display: block; }

.product-author a {
  padding-left: 1px;
  font-size: 12px;
  color: #c50000;
  text-transform: uppercase;
  font-weight: 900; }

.product-author a:hover {
  text-decoration: none; }

.product-date {
  font-size: 11px;
  color: #000000;
  display: block;
  font-weight: 900;
  margin-bottom: 7px;
  text-transform: uppercase;
  margin-top: -3px;
  letter-spacing: 0.6px; }

.product-rating {
  display: block; }
  @media screen and (max-width: 1130px) {
    .product-rating {
      margin-bottom: 59px; } }

.star-rating-outer {
  color: #dedede;
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: normal; }

.section-final-vertict .star-rating-outer {
  font-size: 4.5rem;
  line-height: 4rem; }

.star-rating-outer::before {
  content: "\2605 \2605 \2605 \2605 \2605"; }

.star-rating-outer .star-rating-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  color: #c50000; }

.star-rating-outer .star-rating-inner::before {
  content: "\2605 \2605 \2605 \2605 \2605"; }

#Off-Road_com_320x186_Yieldmo_PS_Homepage {
  margin-top: 45px;
  margin-bottom: -30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 40px 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-header {
  margin-bottom: 20px; }

h2.entry-title {
  color: #C50000;
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  text-decoration: none;
  margin: 0 0 10px 0; }

.entry-title a {
  color: #C50000;
  text-decoration: none; }

.entry-meta {
  font-size: 12px;
  font-weight: 900;
  margin: 0 0 20px 0;
  text-transform: capitalize; }

.entry-meta .posted-on a {
  text-decoration: none;
  color: #404040; }

.cat-links a {
  color: #404040; }

.cat-links a:hover {
  color: #C50000; }

.entry-content {
  margin: 0; }

.entry-content p {
  font-size: 16px;
  margin: 15px 0 0 0; }

a.more-link {
  float: right;
  font-weight: 900; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.posttitle {
  margin: 12px 0 0 0; }

.posttitle .title {
  font-size: 44px;
  padding: 0;
  margin: 0;
  color: #000000;
  font-weight: 900;
  width: 1000px;
  line-height: 53px;
  padding-bottom: 5px; }

.sub-title {
  margin: 0 0 24px 0;
  font-size: 24px;
  font-weight: 500; }

.post-byline {
  margin: -18px 0 50px 0; }

.post-byline .author a {
  color: #D90000;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px; }

.post-byline .date {
  color: #111111;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px; }

.postbody .post-img {
  height: auto;
  width: 668px; }

@media screen and (max-width: 1130px) {
  .sidebar-article {
    margin: 0; }

  .posttitle {
    margin: 12px 0 0 0; }

  .posttitle .title {
    font-size: 32px;
    padding: 0;
    margin: 0;
    color: #000000;
    margin-top: 25px;
    width: 100%;
    line-height: 40px;
    padding-bottom: 6px; }

  .sub-title {
    margin: 0;
    font-size: 18px; }

  .post-byline {
    margin: 5px 0 22px 0; }

  .post-byline .author a {
    color: #D90000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px; }

  .post-byline .date {
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px; }

  .size-full {
    max-height: 378px;
    overflow: hidden; }

  .size-full .post-img {
    height: 100%;
    margin-top: -60px; } }
@media screen and (max-width: 425px) {
  .size-full {
    max-height: 378px;
    overflow: hidden; }

  .size-full .post-img {
    height: 100%;
    margin-top: -60px; } }
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
#feature-slide {
  position: relative;
  left: 0; }

#slider {
  overflow: hidden;
  position: relative;
  padding-bottom: 60.22%;
  width: 100%; }

#slider .picture-slide {
  float: none !important;
  height: 378px;
  overflow: hidden; }

ul#slider {
  margin: 0; }

.plusslider {
  width: 100%;
  position: relative; }

.plusslider .child {
  float: left; }

/* temp - remove  Controls  */
.plusslider-pagination-wrapper {
  position: absolute;
  right: 4px;
  bottom: 0;
  z-index: 500;
  display: none; }

.plusslider-pagination li {
  background-color: rgba(75, 22, 23, 0.8);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  height: 8px;
  width: 8px;
  padding: 1px;
  margin: 0 2px 0px 0px;
  display: inline-block;
  text-indent: -999em;
  position: relative; }

.plusslider-pagination .current {
  background-color: #4b1617; }

.plusslider-pagination li:hover {
  background-color: white; }

.plusslider-arrows {
  margin: 0; }

.plusslider-arrows li {
  background: url("img/controls.png") no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  z-index: 8;
  display: block;
  margin-top: -32px;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -ms-transition-property: opacity;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: ease-in;
  -o-transition-property: opacity;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease-in;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in; }

.plusslider:hover .plusslider-arrows li {
  opacity: .7; }

.plusslider-arrows .prev {
  background-position: 0px 0px;
  left: 10px;
  height: 64px; }
  @media (max-width: 600px) {
    .plusslider-arrows .prev {
      left: 10px;
      margin-top: -39px;
      width: 18px; } }

.plusslider-arrows .next {
  background-position: -35px 0px;
  right: 10px;
  height: 64px; }
  @media (max-width: 600px) {
    .plusslider-arrows .next {
      background-position: -43px 0px !important;
      right: 10px;
      width: 17px;
      margin-top: -39px; } }

.plusslider:hover .plusslider-arrows li:hover {
  opacity: 1; }

.plustype-fader .current {
  z-index: 2; }

.plustype-fader .child {
  display: none;
  position: absolute;
  left: 0;
  top: 0; }

.plustype-fader .plusslider-pagination {
  position: relative;
  z-index: 200; }

/* no-javascript fallback */
#feature-slide #slider > *,
#feature-slide #slider li:not(:first-child) {
  display: none; }

#feature-slide #slider > *:first-child,
#feature-slide #slider > li:first-child {
  display: block; }

#slider-content .main-column-left-wrapper {
  float: left;
  margin-left: -408px;
  width: 100%;
  display: block; }

#slider-content .main-column-left {
  margin-left: 408px;
  display: block;
  display: block; }

#slider-content .main-column-right {
  width: 408px;
  float: right; }

#slider .picture-slide img {
  width: 668px; }

#list-slide {
  margin-top: 13px; }

.mac #list-slide,
.linux .mac #list-slide {
  margin-top: 20px; }

#list-slide .picture-slide {
  float: left;
  width: 100%;
  display: inline-block;
  height: 47px;
  overflow: hidden;
  z-index: 1; }

#list-slide .picture-slide img {
  width: 147px;
  margin-top: -20px; }

#list-slide .text {
  width: 100%;
  float: left;
  display: block;
  margin: 8px 10px 0px 0px;
  padding: 3px 0 6px 0;
  font-family: "ProximaNova-Regular", "Helvetica Neue", Helvetica, Arial;
  line-height: 1.1em;
  max-height: 70px;
  overflow: hidden; }

#list-slide li {
  margin: -71px 0 9px 0;
  padding: 0;
  line-height: 1.1em;
  height: 42px;
  min-height: 47px;
  max-width: 143px;
  float: left; }

/* #list-slide li:first-child {margin: 10px 1% 10px 0;} */
/* #list-slide li:last-child { margin: 0 0 10px 1%; } */
#list-slide li.on {
  border-bottom: 5px solid #c50000; }

#list-slide li.on .picture-slide {
  bottom: 0;
  vertical-align: bottom;
  position: relative;
  height: 42px;
  width: 143px; }

#list-slide li.on .picture-slide img {
  position: absolute; }

#list-slide li.on .text h3 a {
  color: #111; }

#slider-clone {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 2;
  padding: 0; }

#slider-clone .text {
  display: none; }

/*** Media Queries ***/
@media (min-width: 1200px) {
  .mac #feature-slide .text,
  .linux #feature-slide .text {
    padding: 16px 16px 13px 16px !important; } }
@media (max-width: 768px) {
  .plusslider {
    width: 100% !important; }

  .plusslider-arrows li {
    opacity: 1 !important; }

  #feature-slide li.child,
  #slider li a img {
    max-width: 100% !important; }

  #list-slide li {
    width: 20vw; }

  #list-slide .picture-slide img {
    width: 20vw;
    margin-top: -12px; }

  #list-slide li {
    height: 42px;
    min-height: 42px; }

  #list-slide li.on .picture-slide {
    height: 37px; }

  #list-slide li.on .picture-slide img {
    width: 20vw; }

  #list-slide .picture-slide {
    overflow: hidden;
    bottom: 0;
    vertical-align: bottom;
    position: relative;
    height: 42px;
    width: 143px; }

  #slider-clone {
    margin-top: 5px; } }
@media (min-width: 600px) {
  #feature-slide {
    position: relative;
    /*height: 409px; width: 668px;*/
    overflow: hidden; } }
@media (max-width: 600px) {
  .plusslider-arrows li {
    outline: none; }

  .plusslider-arrows .prev {
    left: 10px; }

  #slider-content {
    margin: 0 -20px; }

  #slider-clone {
    margin-top: 29px; } }
@media screen and (max-width: 480px) {
  #slider-clone {
    display: none; }

  #slider .picture-slide {
    height: 247px; } }
@media (max-width: 425px) {
  #list-slide li {
    min-height: 32px;
    margin: -53px 0 0 0; }

  #list-slide li.on {
    height: 32px; }

  #list-slide .picture-slide {
    float: left;
    width: 100%;
    display: inline-block;
    height: 32px;
    overflow: hidden; }

  #list-slide li.on .picture-slide {
    height: 28px;
    bottom: 0;
    vertical-align: bottom;
    position: relative;
    width: 99px;
    margin-top: -10px; }

  #list-slide li.on .picture-slide img {
    width: 99px;
    height: 52px; } }
@media (min-width: 350px) and (max-width: 450px) {
  #feature-slide {
    position: relative;
    overflow: hidden;
    width: 100% !important; }

  #feature-slide .picture-slide {
    max-height: 247px !important; }

  .plusslider-arrows li {
    top: 50% !important; } }
@media (max-width: 350px) {
  .plusslider-arrows li {
    top: 50% !important; } }
/*--------------------------------------------------------------
## Swiper
--------------------------------------------------------------*/
.swiper-container {
  width: 100%; }

.mobile-arrow {
  display: none; }

@media screen and (max-width: 1130px) {
  .swiper-slide img {
    max-width: 100%;
    height: auto; }

  .mobile-arrow {
    display: block; }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff; }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    cursor: pointer;
    background-size: 60px !important;
    background-position: 1px -15px !important;
    background-repeat: no-repeat;
    margin-top: -87px !important; }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    cursor: pointer;
    background-size: 60px !important;
    background-position: -29px -15px !important;
    background-repeat: no-repeat;
    margin-top: -87px !important; }

  .swiper-button-next,
  .swiper-button-prev {
    height: 30px !important;
    width: 30px !important;
    top: 448px !important; }

  .swiper-button-next {
    right: 0 !important; }

  .swiper-button-prev {
    left: 0 !important; }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next,
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-image: url("img/arrow-mobile.png") !important;
    left: 0; }

  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    background-image: url("img/arrow-mobile-disable.png") !important; } }
/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.gsc-control-cse {
  font-family: Arial, sans-serif;
  border-color: #ffffff;
  background-color: #FFFFFF; }

.gsc-control-cse .gsc-table-result {
  font-family: Arial, sans-serif; }

input.gsc-input {
  padding: 10px 6px !important;
  background: none !important;
  text-indent: 0 !important;
  border: 1px solid #C50000 !important;
  border-radius: 0; }

input.gsc-search-button {
  border-color: #666666;
  background-color: #CECECE; }

.gsc-tabHeader.gsc-tabhInactive {
  border-color: #FF9900;
  background-color: #FFFFFF; }

.gsc-tabHeader.gsc-tabhActive {
  background-color: #E9E9E9;
  border-top-color: #FF9900;
  border-bottom-color: #E9E9E9;
  border-right-color: #E9E9E9; }

.gsc-tabsArea {
  border-color: #E9E9E9; }

.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
  border-color: #FFFFFF;
  background-color: #FFFFFF; }

.gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
  border-color: #FFFFFF;
  background-color: #FFFFFF; }

.gsc-webResult.gsc-result.gsc-promotion:hover {
  border-color: #FFFFFF;
  background-color: #FFFFFF; }

.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
  color: #000000; }

.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
  color: #000000; }

.gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
  color: #C50000; }

.gs-webResult.gs-result a.gs-title:active, .gs-webResult.gs-result a.gs-title:active b, .gs-imageResult a.gs-title:active, .gs-imageResult a.gs-title:active b {
  color: #C50000; }

.gsc-cursor-page {
  color: #000000; }

a.gsc-trailing-more-results:link {
  color: #000000; }

.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
  color: #191919; }

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
  color: #C50000; }

.gs-webResult div.gs-visibleUrl-short {
  color: #C50000; }

.gs-webResult div.gs-visibleUrl-short {
  display: none; }

.gs-webResult div.gs-visibleUrl-long {
  display: block; }

.gs-promotion div.gs-visibleUrl-short {
  display: none; }

.gs-promotion div.gs-visibleUrl-long {
  display: block; }

.gsc-cursor-box {
  border-color: #FFFFFF; }

input.gsc-search-button, .gsc-search-box input.gsc-search-button {
  background: #C50000;
  color: #333;
  font-family: "ProximaNova-Regular", "Helvetica Neue", Helvetica, Arial;
  font-weight: normal;
  font-size: 16px;
  padding: 7px 12px 6px !important;
  height: 38px;
  border-radius: 0 !important;
  border: 0; }

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  border-color: #C50000;
  background-color: #cccccc;
  color: #000000; }

.gsc-webResult.gsc-result.gsc-promotion {
  border-color: #336699;
  background-color: #FFFFFF; }

.gsc-completion-title {
  color: #000000; }

.gsc-completion-snippet {
  color: #191919; }

.gs-promotion a.gs-title:link, .gs-promotion a.gs-title:link *, .gs-promotion .gs-snippet a:link {
  color: #C50000; }

.gs-promotion a.gs-title:visited, .gs-promotion a.gs-title:visited *, .gs-promotion .gs-snippet a:visited {
  color: #C50000; }

.gs-promotion a.gs-title:hover, .gs-promotion a.gs-title:hover *, .gs-promotion .gs-snippet a:hover {
  color: #C50000; }

.gs-promotion a.gs-title:active, .gs-promotion a.gs-title:active *, .gs-promotion .gs-snippet a:active {
  color: #C50000; }

.gs-promotion .gs-snippet, .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right * {
  color: #000000; }

.gs-promotion .gs-visibleUrl, .gs-promotion .gs-visibleUrl-short {
  color: #C50000; }

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  border-color: #E9E9E9;
  background-color: #FFFFFF;
  display: inline-block;
  min-width: 15px;
  text-decoration: none;
  border: 1px solid #dcdcdc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #444;
  font-size: 85%;
  font-weight: bold;
  height: 27px;
  padding: 0 8px;
  margin-bottom: 7px;
  line-height: 27px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 0;
  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#f1f1f1'); }

.gsc-results .gsc-cursor-box .gsc-cursor-page:hover,
.gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
  background-color: #666666;
  border-color: #C50000; }

/*# sourceMappingURL=style.css.map */

/* center 970x250 pushdown ad */
#Off-Road_com_Pushdown_PS {display:table; margin:0 auto;}

