/*
Theme Name: Reliable Remodeler Desktop
Description: Reliable Remodeler Desktop Theme
Author: AdLift Media
Version: 1.0
Template: simple-nova
*/
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,700');
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.special-video-container {
  padding: 10px 0 20px 0;
}
.special-video-container #featuredVideoContainer_wrapper {
  width: 100% !important;
}
/* TODO: Consolidate to simple-nova once all desktop themes inherit from this */
#leaderboard-horizontal-results {
  margin-bottom: 10px;
  /* Small Desktop */
  /* Tablet */
  /* Mobile */
}
#leaderboard-horizontal-results * {
  box-sizing: border-box;
}
#leaderboard-horizontal-results .search-container .disclaimer span.sponsored {
  display: block;
  font-size: 11px;
  color: #bbb;
  text-align: right;
  margin-right: 10px;
}
#leaderboard-horizontal-results .search-container .search-results {
  display: table;
  border-collapse: separate;
  border-spacing: 10px 0;
}
#leaderboard-horizontal-results .search-container .search-result {
  position: relative;
  font-family: Arial, Sans-serif;
  display: table-cell;
  width: 25%;
  background-color: #f9f9f9;
  border: 1px solid #edebec;
  padding: 10px;
  padding-bottom: 65px;
  border-collapse: separate;
  border-spacing: 10px 0;
}
#leaderboard-horizontal-results .search-container .search-result a {
  text-decoration: none;
}
#leaderboard-horizontal-results .search-container .search-result .title-container {
  font-size: 17px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
#leaderboard-horizontal-results .search-container .search-result .title-container .title {
  color: #9c27b0;
  text-decoration: underline;
}
#leaderboard-horizontal-results .search-container .search-result .title-container .title:hover {
  color: #d31e28;
}
#leaderboard-horizontal-results .search-container .search-result .description-container {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 10px;
}
#leaderboard-horizontal-results .search-container .search-result .description-container .description {
  color: #333;
}
#leaderboard-horizontal-results .search-container .search-result .ad-image {
  width: 50px;
  float: left;
  margin-right: 10px;
  border: 1px solid #edebec;
}
#leaderboard-horizontal-results .search-container .search-result .sites {
  clear: both;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 5px;
}
#leaderboard-horizontal-results .search-container .search-result .sites .site {
  display: block;
  text-decoration: underline;
  line-height: 1.4;
  min-width: 50%;
  float: left;
}
#leaderboard-horizontal-results .search-container .search-result .sites .site a {
  color: #d31e28;
}
#leaderboard-horizontal-results .search-container .search-result .sites .site a:hover {
  color: #0286d0;
}
#leaderboard-horizontal-results .search-container .search-result .sites .site::before {
  content: '»';
  color: #333;
  display: inline-block;
  padding-right: 2px;
}
#leaderboard-horizontal-results .search-container .search-result .sites .marker {
  color: #333;
  margin-right: 2px;
}
#leaderboard-horizontal-results .search-container .search-result .link {
  color: #999;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 200px;
}
#leaderboard-horizontal-results .search-container .search-result .link:hover {
  color: #0286d0;
}
#leaderboard-horizontal-results .search-container .search-result .see-it-container .see-it {
  display: block;
  width: 90%;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: linear-gradient(to bottom, #06a4ee 0, #1283d3 100%);
  border-radius: 6px;
}
#leaderboard-horizontal-results .search-container .search-result .see-it-container .see-it:hover {
  background: linear-gradient(to bottom, #1283d3 0, #06a4ee 100%);
}
#leaderboard-horizontal-results .search-container .search-result .see-it-container .see-it .see-it-marker {
  position: absolute;
  right: 15px;
  font-size: 26px;
  font-weight: 400;
  line-height: 45px;
}
@media (max-width: 900px) {
  #leaderboard-horizontal-results .search-container .search-result {
    width: 33%;
  }
  #leaderboard-horizontal-results .search-container .search-result:last-child {
    display: none;
  }
}
@media (max-width: 768px) {
  #leaderboard-horizontal-results .search-container .search-result {
    width: 50%;
  }
  #leaderboard-horizontal-results .search-container .search-result:last-child,
  #leaderboard-horizontal-results .search-container .search-result:nth-child(3) {
    display: none;
  }
}
@media (max-width: 480px) {
  #leaderboard-horizontal-results .search-container .search-result {
    width: 100%;
    display: none;
  }
  #leaderboard-horizontal-results .search-container .search-result:first-child {
    display: block;
  }
}
#shop-page #sponsored-results-content {
  height: 300px;
  overflow: hidden;
}
#shop-page .main {
  overflow: hidden;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#shop-page .products-container .products-header {
  font-size: 14px;
  padding: 5px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #fff;
}
#shop-page .products-container .products-results {
  padding-top: 10px;
}
#shop-page .products-container .products-footer-search {
  padding: 30px;
  padding-bottom: 0px;
  padding-top: 0;
}
#shop-page #internal-results h5 {
  font-size: 14px;
}
#shop-page #internal-results a {
  color: #313131;
}
#shop-page #internal-results a:hover {
  text-decoration: underline;
}
#shop-page #internal-results .internal-post-header {
  padding-left: 15px;
  padding-right: 15px;
}
#shop-page #internal-results .post-cell {
  margin-bottom: 15px;
}
#shop-page #shop-sidebar {
  padding: 30px;
  background-color: #fff;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
#shop-page #shop-sidebar h5 {
  font-size: 18px;
}
#shop-page #shop-sidebar a {
  font-weight: 600;
  color: #4496bf;
}
#shop-page #shop-sidebar ul {
  margin-bottom: 30px;
}
#shop-page #shop-sidebar .related-searches a:hover {
  text-decoration: underline;
}
#shop-page #shop-sidebar .sb-products {
  font-size: 14px;
  line-height: 1.3;
}
#shop-page #shop-sidebar .sb-products .sb-product {
  margin-bottom: 15px;
}
#shop-page #shop-sidebar .sb-products .sb-product .sb-product-image {
  padding-right: 0;
}
#shop-page #shop-sidebar .sb-products .sb-product a.store {
  color: #269300;
}
#shop-page #shop-sidebar .sb-products a {
  display: inline-block;
  font-weight: 400;
}
#shop-page #shop-sidebar .sb-products a:hover {
  text-decoration: underline;
}
#shop-page .product {
  margin-bottom: 15px;
}
#shop-page .product .product-image {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
#shop-page .product span.description {
  display: inline-block;
  font-size: 13px;
  line-height: 1.3;
}
#shop-page .product .product-info div.chevron {
  display: none;
}
#shop-page .product .morecontent span {
  display: none;
}
#shop-page .product .morelink {
  display: inline-block;
  color: #333;
}
#shop-page .product .morelink:hover {
  color: #000;
}
#shop-page .product div.pricing ul {
  float: left;
}
#shop-page .product div.pricing ul li.price {
  font-size: 14px;
}
#shop-page .product div.pricing ul li.price a {
  color: #000;
}
#shop-page .product div.pricing ul li.store {
  font-size: 12px;
  line-height: 1;
  width: 60%;
}
#shop-page .product div.pricing ul li.store a {
  color: #323331;
}
#shop-page .product div.pricing ul li.store a:hover {
  text-decoration: underline;
}
#shop-page .product div.pricing div.chevron {
  float: right;
}
#shop-page .product a.name {
  font-size: 14px;
  color: #323331;
}
#shop-page .product a.name:hover {
  color: #323331;
  text-decoration: underline;
}
@media (max-width: 990px) {
  #shop-page .product .product-info span.description {
    float: left;
    max-width: 90%;
  }
  #shop-page .product .product-info div.chevron {
    display: block;
    float: right;
  }
  #shop-page .product div.pricing {
    text-align: left;
  }
  #shop-page .product div.pricing ul {
    margin-top: 10px;
  }
  #shop-page .product div.pricing ul li {
    float: left;
    display: block;
    padding-right: 10px;
    line-height: 16px !important;
    vertical-align: bottom;
  }
  #shop-page .product div.pricing div.chevron {
    display: none;
  }
}
@media (max-width: 480px) {
  #shop-page .products-container .products-header {
    font-size: 12px;
    text-align: center;
    padding: 5px;
    padding-top: 0;
  }
  #shop-page .products-container .product {
    margin-bottom: 5px;
  }
}
#shop-page pre {
  font-size: 12px;
  word-break: break-all;
  margin-bottom: 15px;
}
#shop-page pre.line {
  white-space: pre-line;
}
@font-face {
  font-family: 'Mono Social Icons Font';
  src: url('fonts/MonoSocialIconsFont-1.10.eot');
  src: url('fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'), url('fonts/MonoSocialIconsFont-1.10.woff') format('woff'), url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'), url('fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
  src: url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}
.nivoSlider a.nivo-imageLink img {
  width: 748px !important;
  height: 430px !important;
}
/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}
.nivo-box img {
  display: block;
}
/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.nivo-caption p {
  padding: 5px;
  margin: 0;
}
.nivo-caption a {
  display: inline !important;
}
.nivo-html-caption {
  display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}
.nivo-prevNav {
  left: 0px;
}
.nivo-nextNav {
  right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0;
}
.nivo-controlNav a {
  cursor: pointer;
}
.nivo-controlNav a.active {
  font-weight: bold;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
#facebox .popup {
  position: relative;
  border: 3px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
}
#facebox .content {
  display: table;
  width: 700px;
  padding: 10px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#facebox .content > p:first-child {
  margin-top: 0;
}
#facebox .content > p:last-child {
  margin-bottom: 0;
}
#facebox .close {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px;
  background: #fff;
}
#facebox .close img {
  opacity: 0.3;
}
#facebox .close:hover img {
  opacity: 1.0;
}
#facebox .loading {
  text-align: center;
}
#facebox .image {
  text-align: center;
}
#facebox img {
  border: 0;
  margin: 0;
}
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.facebox_hide {
  z-index: -100;
}
.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
body {
  font-family: 'Quicksand', sans-serif;
  color: #313131;
  background-color: #F1F1F1;
}
img {
  max-width: 100%;
}
/**** Components ****/
.branded-heading-tag {
  background: #558000;
  color: #FFF;
  margin: 0;
  padding: 7px 20px;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
}
/***** Modules *****/
.pagination {
  display: inline-block;
  height: 1%;
  display: block;
  padding: 5px 0 20px 0;
}
.pagination:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pagination a {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #323331;
  color: white;
  line-height: 1;
  font-size: 36px;
  padding: 8px 0;
  font-weight: bold;
  width: 52px;
}
.pagination a.previous-link {
  float: left;
  box-shadow: 3px 3px 6px #AAA;
}
.pagination a.next-link {
  float: right;
  box-shadow: -3px 3px 6px #AAA;
}
.pagination span.next-heading {
  float: right;
  line-height: 61px;
  margin-right: 25px;
  color: #666;
}
.pagination ul.page-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
  height: 1%;
  display: block;
}
.pagination ul.page-links:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pagination ul.page-links li {
  display: inline-block;
  margin: 0;
}
.pagination ul.page-links li a {
  background: none;
  color: black;
  font-size: 1em;
  line-height: 1;
  margin: 0;
  padding: 5px 0;
  width: 26px;
  text-align: center;
}
.pagination ul.page-links li a:hover {
  text-decoration: underline;
}
.pagination ul.page-links li a.current-page-link {
  color: white;
  background: #323331;
}
#leaderboard-horizontal-results {
  margin-top: -20px;
}
#container {
  max-width: 1100px;
  padding: 0;
  margin: 0 auto;
  background: #FFF;
}
footer#main-footer {
  background-color: #323331;
  padding: 20px 0 180px 0;
  margin: 0;
}
footer#main-footer a.logo {
  display: block;
  float: left;
  max-width: 140px;
}
footer#main-footer .menu {
  display: inline-block;
  height: 1%;
  display: block;
  float: left;
}
footer#main-footer .menu:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
footer#main-footer .menu li {
  float: left;
}
footer#main-footer .menu li a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  display: block;
  padding: 1px 20px;
  border-right: 1px solid #FFF;
}
footer#main-footer .menu li:last-child a {
  border: none;
}
footer#main-footer .social-bar {
  float: right;
}
header#main-header {
  border-bottom: 7px solid #323331;
  background: white;
}
header#main-header .wrapper {
  display: inline-block;
  height: 1%;
  display: block;
  padding-bottom: 0;
}
header#main-header .wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
header#main-header #logo {
  display: block;
  float: left;
  z-index: 2;
  padding: 30px 10px 20px 10px;
  margin: 0;
  max-width: 200px;
}
header#main-header nav {
  display: inline-block;
  height: 1%;
  display: block;
  clear: right;
  float: right;
}
header#main-header nav:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
header#main-header nav .menu {
  float: right;
  margin: 20px 0;
  padding: 0;
}
header#main-header nav .menu li {
  float: left;
}
header#main-header nav .menu li a {
  text-decoration: none;
  display: block;
  color: #323331;
  font-weight: 400;
  padding: 1px 0 1px 25px;
  text-transform: uppercase;
  font-size: 1.1em;
}
header#main-header nav .menu li a:hover {
  color: #558000;
}
header#main-header nav .menu li:last-child a:after {
  display: none;
}
header#main-header nav .menu li.current-menu-item a {
  color: #558000;
  font-weight: bold;
}
header#main-header .social-bar {
  float: right;
  margin: 18px 0 0 30px;
}
header#main-header form {
  height: 30px;
  margin-top: 20px;
  float: right;
  width: 35%;
  text-align: right;
}
header#main-header form input[type=text] {
  border: none;
  font-size: 0.875em;
  padding: 8px;
  background: transparent;
  background: rgba(0, 0, 0, 0.1);
  color: #FFF;
  display: inline-block;
  width: 75%;
}
header#main-header form ::-webkit-input-placeholder {
  color: #FFF;
}
header#main-header form :-moz-placeholder {
  color: #FFF;
}
header#main-header form ::-moz-placeholder {
  color: #FFF;
}
header#main-header form :-ms-input-placeholder {
  color: #FFF;
}
header#main-header form input[type=submit] {
  margin: 0 0 0 5px;
  padding: 0 0 0 0;
  background: none;
  border: none;
  background: url('img/search-icon.png') center top no-repeat;
  width: 17px;
  height: 18px;
  display: inline-block;
}
#middle {
  padding: 20px 0;
  background: white;
  display: inline-block;
  height: 1%;
  display: block;
}
#middle:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#middle #main-content {
  width: 68%;
  float: left;
  margin: 0 1%;
}
#middle #sidebar {
  width: 28%;
  margin: 0 1%;
  max-width: 300px;
  float: right;
}
.wrapper {
  max-width: 1100px;
  padding: 0;
  margin: 0 auto;
}
h1.lb-post-title {
  font-size: 21px !important;
  color: #888 !important;
  min-width: 400px !important;
}
.lb-post-content {
  font-size: 15px !important;
  color: #888 !important;
}
.lb-post-content h1,
.lb-post-content h2 {
  color: #888 !important;
  font-size: 21px !important;
}
.lb-post-content p {
  color: #888 !important;
  font-size: 15px !important;
}
.lb-post-author {
  color: #888 !important;
}
.lb-post-author span {
  color: #888 !important;
}
.lb-post-author a {
  color: #888 !important;
}
#slider {
  max-height: 405px;
}
#slider .nivo-imageLink img {
  max-height: 405px;
}
#slider img {
  max-height: 405px;
}
.nivo-caption {
  text-transform: uppercase;
  color: white;
  padding: 30px 40px 30px 20px;
  background: #000000;
}
.nivo-controlNav a {
  background: #CCC;
  color: transparent;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.nivo-controlNav a.active {
  background: #F5303A;
}
article.post-wrap .post-header {
  padding: 30px 3% 0 3%;
  border-bottom: 1px solid black;
}
article.post-wrap .post-header p.post-date {
  font-size: 0.875em;
  color: #656565;
  margin: 0;
  padding: 0;
}
article.post-wrap .post-header h1.post-title {
  margin: 0;
  padding: 0;
  text-transform: none;
  font-weight: 400;
}
article.post-wrap .post-header .author-block {
  display: inline-block;
  height: 1%;
  display: block;
  padding: 10px 0 0 0;
}
article.post-wrap .post-header .author-block:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
article.post-wrap .post-header .author-block img.post-author-image {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 10px;
  border-radius: 24px;
}
article.post-wrap .post-header .author-block p.post-author {
  color: #000;
  margin: 25px 0 5px 0;
  float: left;
}
article.post-wrap .post-header .author-block p.post-author span {
  color: #F5303A;
}
article.post-wrap .post-header .author-block p.post-author a {
  color: #323331;
  text-decoration: none;
}
article.post-wrap .short-content-outer-wrap {
  width: 80%;
  margin: 10px auto;
}
article.post-wrap .short-content-outer-wrap img {
  height: auto !important;
}
article.post-wrap .short-content-wrap {
  padding: 15px 25px;
  background: #F1F1F1;
  color: #FFF;
  margin-top: -1em;
}
article.post-wrap .short-content-wrap:empty {
  display: none;
}
article.post-wrap .post-content iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
h1.category-title {
  color: #323331;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1;
  padding: 15px 0;
  margin: 0;
}
.category-first-post {
  position: relative;
  margin-bottom: 20px;
}
.category-first-post a {
  color: #558000;
}
.category-first-post img {
  width: 100%;
}
.category-first-post h3 {
  position: absolute;
  bottom: -15px;
  padding: 25px 5% 25px 5%;
  background: black;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
}
.content-block {
  padding: 25px 0;
}
/*_contact_*/
.wpcf7-form {
  display: inline-block;
  height: 1%;
  display: block;
  /*.wpcf7-form-control.wpcf7-submit {
    border: none;
  }*/
}
.wpcf7-form:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.wpcf7-form .wpcf7-form-control.wpcf7-select {
  color: #363a3d;
}
.wpcf7-form .wpcf7-response-output {
  float: left;
  overflow: hidden;
  font-size: 14px;
}
.wpcf7-form p > span {
  float: left;
}
.wpcf7-form .input {
  position: relative;
  border: 1px solid #707070;
  background: #FFF;
  color: #363a3d;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding: 0px 10px;
}
.wpcf7-form .input_width {
  width: 357px;
  height: 33px;
  line-height: 33px;
}
.wpcf7-form .textarea_width {
  width: 745px;
  height: 99px;
  line-height: 24px;
  padding: 4px 10px 10px 10px;
}
.wpcf7-form .input_img {
  position: relative;
  float: left;
  background: url(img/down.png) scroll 379px 55% no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: "";
  text-indent: 0.01px;
  width: 379px;
  color: #a9a9a9;
  height: 35px;
  line-height: 15px;
  padding-top: 6px;
}
.wpcf7-form .margin_r10 {
  margin-right: 10px;
}
.wpcf7-form .margin_top10 {
  margin-top: 10px;
}
.wpcf7-form #input_button {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.wpcf7-form #input_button .input_code {
  width: 166px !important;
  line-height: 32px;
  height: 32px;
  margin-top: 2px;
}
.wpcf7-form input[type=submit] {
  position: relative;
  float: none;
  cursor: pointer;
  border: solid 1px #707070;
  margin-top: 2px;
  display: block;
  clear: both;
  margin-top: 10px;
  padding: 10px;
}
.from-the-web .m3_container {
  width: 100%;
}
.from-the-web h4 {
  position: relative;
  z-index: 2;
}
.from-the-web .center-content-ads-wrap {
  position: relative;
}
.from-the-web .center-content-ads-wrap a {
  display: block;
  width: 22%;
  float: left;
  margin: 0 4% 15px 0%;
  text-align: center;
  text-decoration: none;
  color: #323331;
}
.from-the-web .center-content-ads-wrap a:nth-child(4n + 1) {
  clear: left;
}
.from-the-web .center-content-ads-wrap a:nth-child(4n) {
  margin-right: 0;
}
.from-the-web .center-content-ads-wrap a .x .d {
  font-weight: 700;
  text-align: left;
  font-size: 0.8em;
  color: #000;
}
.from-the-web .center-content-ads-wrap a .x .u {
  font-weight: 700;
  text-align: left;
  color: #323331;
  font-size: 0.8em;
  margin-top: 5px;
}
.latest-news-block h2,
.latest-news-block h1 {
  position: relative;
  z-index: 2;
}
.latest-news-block ul.post-list {
  position: relative;
  top: -30px;
}
.load-more-btn {
  display: inline-block;
  height: 1%;
  background: #558000;
  color: white;
  text-decoration: none;
  padding: 15px 30px;
  float: right;
  font-weight: bold;
  display: block;
  margin: 10px auto;
}
.load-more-btn:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#marketplace {
  background: #f1f1f1;
  padding-bottom: 5px;
}
#marketplace h3 {
  position: relative;
  left: -5px;
  top: -5px;
  background: #558000;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 200;
  text-align: center;
  padding: 7px 20px;
  display: inline;
}
#marketplace ol {
  list-style-type: none;
  color: #000;
  padding: 0 0 0 0;
}
#marketplace ol li {
  width: 100%;
}
#marketplace ol li:last-child {
  border: none;
}
#marketplace ol li a {
  background: url('img/green-right-arrow.png') 10px 9px no-repeat;
  display: block;
  text-decoration: none;
  color: #000;
  padding: 3px 0 3px 27px;
}
#marketplace ol li a:hover {
  color: #558000;
}
#marketplace-body {
  width: 100%;
}
#marketplace-body h3 {
  font-weight: 700;
  font-size: 0.9em;
  margin-top: 0;
  margin-bottom: 5px;
  color: #323331;
}
#marketplace-body .search-header-wrapper {
  margin-top: 15px;
  margin-bottom: 10px;
}
#marketplace-body .search-header {
  display: table-cell;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  background-color: #323331;
  margin-top: 10px;
  margin-bottom: 15px;
}
#marketplace-body .search-form {
  margin-bottom: 30px;
}
#marketplace-body .search-form input[type=text] {
  width: 80%;
  padding: 8px;
  padding-right: 35px;
}
#marketplace-body .search-form button[type=submit] {
  color: #323331;
  background-color: transparent;
  border: 0;
  margin-left: -35px;
}
#marketplace-body .column-2 {
  float: left;
  width: 50%;
  padding-right: 0px;
}
#marketplace-body .column-2:last-child {
  padding-left: 0px;
  padding-right: 0px;
  border-right: 0;
}
#marketplace-body ol {
  list-style: none;
  color: #D8D8D8;
  margin: 0;
  padding: 0;
}
#marketplace-body ol li {
  /*padding: 10px;*/
  line-height: 30px;
}
#marketplace-body ol li a {
  text-decoration: underline;
  color: #437fb7;
  margin-right: 25px;
}
#marketplace-body ol li:hover {
  background-color: #f5fafe;
}
.pagination {
  display: inline-block;
  height: 1%;
  display: block;
  padding: 0 0 20px 0;
}
.pagination:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pagination a {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #cccccc;
  color: white;
  line-height: 0;
  font-size: 36px;
  padding: 0;
  font-weight: bold;
  width: 82px;
}
.pagination a img {
  border-width: 0;
  height: 28px;
  margin-left: 2px;
  margin-top: 16px;
}
.pagination a.previous-link {
  height: 61px;
  float: left;
  box-shadow: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border-width: 0px;
}
.pagination a.next-link {
  height: 61px;
  box-shadow: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border-width: 0px;
}
.pagination .pagenumbs {
  position: relative;
  top: 35px;
  text-align: center;
  color: #cccccc;
  margin: auto;
  width: 60%;
}
.paid-pager a.next-link {
  display: block;
  background: #323331 !important;
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-align: right !important;
  visibility: visible !important;
  font-size: 1.5em;
  padding: 20px 20px;
  margin: 20px 0;
}
.paid-pager a.next-link img {
  border-width: 0;
  height: 28px;
  margin-top: 0px;
  margin-left: 10px;
  vertical-align: bottom;
}
.paid-pager a.next-link-results {
  display: block;
  background: #323331 !important;
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-align: right !important;
  visibility: visible !important;
  font-size: 1.5em;
  padding: 20px 20px;
  margin: 20px 0;
}
.paid-pager a.next-link-results img {
  border-width: 0;
  height: 28px;
  margin-top: 0px;
  margin-left: 10px;
  vertical-align: bottom;
}
.paid-pager a.next-link-results span.sponsored {
  font-size: .75em;
  display: block;
  float: left;
  font-weight: normal;
  max-width: 550px;
  word-wrap: break-word;
  line-height: 1.5em;
}
h1.post-title {
  display: inline-block;
  line-height: 1.2;
  font-size: 40px;
  font-weight: bold;
  color: #000;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px 10px;
}
.post-content img {
  height: auto;
}
.post-content h1,
.post-content h2 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
  line-height: 1 !important;
}
.post-content p {
  font-size: 18px;
  line-height: 1.6em;
  margin-top: 0;
}
.post-content .content-block.from-the-web {
  padding: 15px 0;
}
article.post-wrap .post-header {
  display: inline-block;
  height: 1%;
  display: block;
  padding: 10px 0;
  border: none;
}
article.post-wrap .post-header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
article.post-wrap .post-header .author-block {
  display: inline-block;
  height: 1%;
  display: block;
  padding: 0 0 0 0;
  width: 38%;
  float: left;
}
article.post-wrap .post-header .author-block:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
article.post-wrap .post-header .author-block img.post-author-image {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 10px;
  border-radius: 24px;
}
article.post-wrap .post-header .author-block > div {
  float: left;
}
article.post-wrap .post-header .author-block > div p.post-author {
  color: #999;
  margin: 1px 0 0 0;
  clear: left;
  float: left;
}
article.post-wrap .post-header .author-block > div p.post-author span {
  color: #323331;
}
article.post-wrap .post-header .author-block > div p.post-date {
  float: left;
  font-size: 0.875em;
  color: #999;
  margin: 8px 0 0 0;
  padding: 0;
  text-transform: uppercase;
}
ul#post-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  height: 1%;
  display: block;
}
ul#post-list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
ul#post-list li {
  display: inline-block;
  height: 1%;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #313131;
}
ul#post-list li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
ul#post-list li:last-child {
  border-bottom: 1px solid #558000;
}
ul#post-list li .post-title-block span {
  display: inline;
  color: #F5303A;
}
ul#post-list li .post-title-block h3 {
  display: inline;
  margin: 0 0 0 2%;
}
ul#post-list li .post-title-block h3 a {
  text-decoration: none;
  color: inherit;
  transition: 1s;
  text-transform: uppercase;
  font-weight: 400;
}
ul#post-list li .post-title-block h3 a:hover {
  opacity: 0.7;
}
ul#post-list li .post-title-block,
ul#post-list li .post-teaser,
ul#post-list li .post-action-block,
ul#post-list li .post-date {
  width: 59%;
  float: right;
  margin: 0;
}
ul#post-list li .post-date {
  font-size: 0.9em;
  padding: 10px 0 0 0;
}
ul#post-list li .post-date .date {
  color: #555;
  font-style: italic;
  display: inline-block;
}
ul#post-list li ul.like-share-widget {
  display: inline-block;
  margin: 0 0 0 10px !important;
  position: relative;
  top: 8px;
}
ul#post-list li img {
  width: 38%;
  float: left;
}
#related {
  position: relative;
  top: 0;
  max-width: 300px;
  background-color: #fff;
}
#related a {
  text-decoration: none;
}
#related .article {
  clear: both;
  height: 100px;
  margin-bottom: 10px;
}
#related .article img {
  float: left;
  width: 100px;
  height: 100px;
  padding-right: 10px;
}
#related .article span {
  display: table-cell;
  height: 100px;
  vertical-align: middle;
  color: #558000;
}
.biobox {
  margin: 20px 0 40px;
}
.bio-avatar {
  -webkit-border-radius: 96px;
  -moz-border-radius: 96px;
  border-radius: 96px;
  overflow: hidden;
  margin-right: 20px;
  width: 96px;
  height: 96px;
}
.bio-avatar img {
  width: 96px;
  height: 96px;
}
.bio-avatar .alignnone {
  margin-top: 0px;
}
.mini-avatar {
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
  overflow: hidden;
  margin-right: 10px;
  width: 48px;
  height: 48px;
}
.mini-avatar img {
  margin: 0;
  width: 48px;
  height: 48px;
}
.related-posts {
  width: 80%;
  margin: 30px auto 50px auto;
}
.related-posts h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 1em;
}
.related-posts ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.related-posts ul li {
  margin: 5px 0;
}
.related-posts ul li a {
  text-decoration: none;
  color: #323331;
  font-size: 0.9em;
  font-weight: bold;
}
.related-posts.inline {
  margin: 20px 0;
  padding: 0;
  width: 100%;
}
.related-posts.inline h3 {
  float: left;
  margin: 0 7px 0 0;
}
#shop-container * {
  box-sizing: border-box;
}
#shop-page a {
  text-decoration: none;
}
#shop-page ul {
  margin-top: 0;
}
#shop-page ul li {
  line-height: 1.6;
}
#shop-page ul.no-bullet {
  padding-left: 0 !important;
  margin-left: 0;
  list-style: none;
}
#shop-page #sponsored-results-content {
  height: 285px;
}
#shop-page #sponsored-results-content iframe {
  width: 100%;
}
#shop-page input[type=text] {
  width: 100%;
  padding: 5px;
}
#sidebar-lock {
  position: relative;
  top: 0;
  max-width: 300px;
}
.social-bar {
  font-family: 'Mono Social Icons Font';
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.social-bar li {
  float: left;
  margin: 0 2px;
}
.social-bar li a {
  color: #323331;
  padding: 2px 5px;
  margin: 0;
  display: block;
  font-size: 2em;
  line-height: 1;
  text-decoration: none;
}
.social-bar li a.pinterest:after {
  content: '\e064';
}
.social-bar li a.facebook:after {
  content: '\e027';
}
.social-bar li a.twitter:after {
  content: '\e086';
}
.social-bar li a.google-plus:after {
  content: '\e039';
}
.social-bar li a.rss:after {
  content: '\e071';
}
.social-share-block {
  float: right;
}
.alm-social-share-facebook-bar {
  text-decoration: none;
}
.alm-social-share-facebook-bar .bar {
  width: 100%;
  height: 51px;
  line-height: 51px;
  text-decoration: none;
  color: #fff;
  background-color: #3b5998;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alm-social-share-facebook-bar .icon {
  float: left;
  font-family: 'Mono Social Icons Font';
  font-size: 48px;
  color: #fff;
}
.alm-social-share-facebook-bar .label {
  font-family: 'Arial';
  font-size: 22px;
  text-align: center;
  text-decoration: none;
}
#top-feature a {
  text-decoration: none;
  padding: 0 0 30px 0;
  display: inline-block;
  height: 1%;
  display: block;
}
#top-feature a:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#top-feature a img {
  width: 100%;
  margin: 0;
  padding: 0;
}
#top-feature a p {
  background: #000;
  color: white;
  text-transform: uppercase;
  padding: 25px 3% 35px 3%;
  margin: -5px 0 0 0;
}
.top-stories-bar {
  padding: 0 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #313131;
}
.top-stories-bar h3.branded-heading-tag {
  position: relative;
  z-index: 2;
}
.top-stories-bar ul {
  display: inline-block;
  height: 1%;
  display: block;
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
  top: -10px;
}
.top-stories-bar ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.top-stories-bar ul li {
  width: 18%;
  float: left;
  margin: 0 2.5% 0 0;
  padding: 0;
}
.top-stories-bar ul li:last-child {
  margin-right: 0;
}
.top-stories-bar ul li a {
  text-decoration: none;
}
.top-stories-bar ul li a h3 {
  line-height: 1.2;
  font-size: 0.9em;
  font-weight: 700;
  color: #313131;
  margin: 0;
  padding: 0;
}
.trending-now-block {
  display: inline-block;
  height: 1%;
  display: block;
}
.trending-now-block:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.trending-now-block h4 {
  z-index: 2;
  position: relative;
}
.trending-now-block ul.trending-now {
  z-index: 1;
  position: relative;
  top: -15px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.trending-now-block ul.trending-now li {
  padding: 10px 0;
}
.trending-now-block ul.trending-now li a {
  text-decoration: none;
  display: inline-block;
  height: 1%;
  display: block;
}
.trending-now-block ul.trending-now li a:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.trending-now-block ul.trending-now li a h5 {
  color: #313131;
  width: 48%;
  float: right;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  line-height: 1.4;
  font-weight: 400;
}
.trending-now-block ul.trending-now li a h5 span.counter {
  color: #F5303A;
  opacity: 0.9;
  font-size: 1.3em;
  line-height: 1;
}
.trending-now-block ul.trending-now li a .thumbnail {
  display: inline-block;
  height: 1%;
  display: block;
  position: relative;
  width: 50%;
  float: left;
}
.trending-now-block ul.trending-now li a .thumbnail:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
body {
  color: #313131;
  background: #ffffff;
}
.wrapper,
#container {
  max-width: 1200px;
  padding: unset;
}
.container-fluid {
  max-width: 1200px;
}
.btn-secondary {
  background-color: #323331;
}
.btn.btn-secondary:active,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  background-color: #558000 !important;
}
h2,
h2.catheader {
  color: #313131;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
/* SEARCH FORM */
header#main-header {
  background: url('img/wood-grain.jpg');
}
header#main-header #logo {
  padding: unset;
  max-width: 100%;
}
header#main-header #logo img {
  max-height: unset;
}
header#main-header form input[type=text] {
  font-size: inherit;
  line-height: 24px;
}
header#main-header form {
  height: unset;
  float: right;
  width: 100%;
  margin-top: 0px;
  border: 1px solid white;
}
.form-control {
  font-size: 19px;
  height: 58px;
  line-height: 58px;
}
/*footer#main-footer .footer-search{
  padding: 10px 0px;
  border-bottom: 1px solid @footerBar;
  margin-bottom: 10px;
}*/
/* HOME PAGE HERO */
.home-hero {
  color: #fff;
  background: url('img/rr_hero_image.jpg');
  background-size: cover;
}
.home-hero-wrapper {
  padding-top: 7vw;
  padding-bottom: 7vw;
}
.home-hero-heading {
  font-size: 33px;
  text-align: center;
  font-weight: bold;
}
.home-hero-popular {
  padding: 30px 0px;
}
.home-hero-popular span {
  padding-right: 0.33em;
}
.home-hero-popular .popular-search {
  border-radius: 24px;
  font-size: 14px;
  padding: 0 1em;
  margin-bottom: 0.5em;
  background-color: #323331;
}
.home-hero-popular .popular-search:hover {
  background-color: #558000 !important;
  color: #fff;
}
/* ARTICLE SECTION */
.latest-news-block {
  margin-top: 20px;
  margin-bottom: 30px;
}
.article-body {
  color: #868686;
  min-height: 5em;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 0.6em;
}
.article-title a {
  color: #222;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
.article-title a:hover {
  text-decoration: none;
  color: #F5303A;
}
.article-category {
  color: #BABABA;
  margin-top: 0.25em;
}
/* FOOTER SECTION */
footer#main-footer {
  /*background-color: @footer;*/
  background: url('img/wood-grain.jpg');
  padding: unset;
  margin-top: 0px;
}
footer#main-footer a.logo {
  max-width: unset;
}
footer#main-footer .menu {
  float: right;
}
.wrapper-bar {
  max-width: 100%;
  /*background-color: @footerBar;*/
  padding: 10px 0px;
}
.logo-link {
  color: #fff;
  text-decoration: none;
}
nav ul {
  margin: 0;
}
/* Read/Load More button on Category Pages */
ul#post-list li a.read-more-btn {
  display: block;
  width: auto;
  float: right;
  border: 1px solid #558000;
  padding: 10px;
  border-radius: 5px;
  color: #558000;
  font-weight: bold;
  text-decoration: none;
  clear: both;
}
ul#post-list li a.read-more-btn:hover {
  color: #fff;
  background: #558000;
}
.load-more-btn {
  text-transform: uppercase;
  width: 170px;
  text-align: center;
  border-radius: 5px;
  float: unset !important;
  color: #558000;
  background: #fff;
  border: 1px solid #558000;
}
.load-more-btn:hover {
  color: #fff;
  background: #558000;
}
/* OLDER parent theme colour allocation overrides */
.branded-heading-tag {
  background: transparent !important;
  color: #313131;
  font-size: 28px;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
}
.trending-now-block ul.trending-now li a h5 {
  color: #323331;
  font-size: 20px;
}
ul#post-list li .post-title-block span {
  color: #F5303A !important;
}
ul#post-list li .post-title-block h3 {
  color: #323331 !important;
}
#search-results * {
  box-sizing: border-box;
}
.y-au-button .icon {
  margin-top: 0px !important;
}
