/*
    Theme Name:   Finance Feeds
    Theme URI:    http://stiekemachen.com/
    Description:  New Finance Feeds theme
    Author:       Stiekema + Chen
    Author URI:   http://stiekemachen.com/
    Version:      3.0.0
    Text Domain:  financefeeds
*/
* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

html,
body {
  height: 100%; }

.container {
  min-height: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  background: #fff; }

.site-branding {
  line-height: 25px;
  padding: 45px 0;
  background: #fff;
  margin: 0 0 70px 0;
  position: relative;
  z-index: 50; }

@media screen and (max-width: 767px) {
  .site-branding {
    width: 100%;
    margin-bottom: 0;
    position: fixed;
    bottom: 0;
    left: 0; } }
.logo {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold; }

.logo img,
.logo svg {
  height: 25px; }

#short-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%); }

.navicon {
  height: 20px;
  width: 30px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  margin-right: 25px;
  position: relative;
  float: right; }
  .navicon:after {
    content: "";
    width: 100%;
    border-top: 2px solid;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    left: 0; }

.mobile-search {
  font-size: 25px;
  margin-left: 25px;
  float: left; }

article {
  padding-top: 1em;
  border-top: 2px solid;
  margin-bottom: 80px; }

.article-main {
  border: none;
  padding: 0;
  position: relative; }

article.widget {
  padding: 0;
  border: none; }

.article-ad .widget {
  margin-top: 1em; }

.pr-article {
  padding-top: 2em;
  border-color: #d1d1d1;
  margin-bottom: 2em; }

.job-listing-article {
  padding: 0 1em 2em 1em;
  border-top: none;
  border-bottom: 2px solid;
  margin-bottom: 2em; }

.slim-article article {
  margin-bottom: 35px; }

.offset-2 {
  margin-right: 5em; }

#sidebar {
  height: 100%;
  position: relative;
  overflow: visible; }

#sidebar .widget {
  height: 33.33%;
  padding-top: 2em; }
  #sidebar .widget:first-child {
    padding-top: 0; }

#sidebar .widget > div {
  position: relative; }

.sticky {
  position: fixed !important;
  top: 0;
  margin-top: 0 !important;
  padding-top: 1em; }

#sidebar .widget:nth-child(1) {
  margin-top: 0; }

.sticky-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  .sticky-sidebar.lefted {
    right: auto;
    left: 0; }

.sticky-main {
  position: relative; }

footer {
  padding: 5em 1em 0 1em;
  margin-top: 70px;
  color: #fff;
  background: #222; }

.site-legal {
  padding: 45px 0; }

#subscribe {
  display: inline-block;
  color: #ff0000;
  font-weight: bold;
  padding-right: 1em;
  position: relative; }

#subscribe:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.5em;
  border-top: 2px solid;
  border-right: 2px solid;
  position: absolute;
  bottom: 100%;
  right: 0; }

#reader-progress {
  width: 100%;
  color: #616161;
  background: #fff;
  padding: 0.5em 6em;
  border-top: 2px solid #d1d1d1;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: bottom 0.5s ease-in-out 0s;
  -moz-transition: bottom 0.5s ease-in-out 0s;
  -o-transition: bottom 0.5s ease-in-out 0s;
  -ms-transition: bottom 0.5s ease-in-out 0s;
  transition: bottom 0.5s ease-in-out 0s; }

.background {
  background: #f0f0f0;
  padding: 0 20px; }

.meta-bar .fa,
#reader-progress .fa {
  margin-right: 0.5em; }

.meta-bar {
  margin: 2em 0; }
  .meta-bar li {
    padding-bottom: 1em; }
  .meta-bar a {
    display: inline; }

#reader-progress nav {
  margin-left: 2em; }

.reader-progress-content {
  max-width: 1500px;
  margin: auto; }

.reader-progress-font {
  width: 150px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  background: #333; }

.reader-progress-right {
  padding-left: 1em;
  margin-left: 150px; }

.reader-progress-meta,
.reader-progress-share {
  width: 50%; }

.reader-progress-share {
  text-align: right; }

#progress-bar {
  width: 0;
  height: 2px;
  background: #ff0000;
  position: absolute;
  top: -2px;
  left: 0; }

.popup {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  overflow: hidden; }
  .popup.active-popup {
    height: 100%; }

.side-popup {
  width: 500px;
  max-width: 75%;
  height: 100%;
  margin-left: 45px;
  color: #000;
  background: #fff;
  padding: 1em;
  border-left: 1px solid #d1d1d1;
  position: fixed;
  top: 0;
  right: -150%;
  transition: right 0.5s ease-in-out 0s; }
  .active-popup .side-popup {
    right: 0; }

.popup-outer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.popup-inner {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;}

#subscribe-full-popup,
.full-popup {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  padding: 0 3em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600; }
  #subscribe-full-popup.active-popup,
  .full-popup.active-popup {
    display: block; }
  #subscribe-full-popup .close-btn,
  .full-popup .close-btn {
    border: none;
    top: 0;
    right: 0; }

.full-popup {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s 0s, height 0s 0.5s; }
  .full-popup.active-popup {
    height: 100%;
    opacity: 1;
    transition: opacity 0.5s 0s, height 0s 0s; }

.form-loader {
  display: none;
  width: 100%;
  height: 100%;
  font-size: 5em;
  line-height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0; }
  .form-loader:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .loading .form-loader {
    display: block; }

@media screen and (max-width: 767px) {
  #subscribe-full-popup {
    display: none !important; } }
.subscribe-full-inner,
.full-popup-inner {
  width: 100%;
  max-width: 1000px;
  background: #fff;
  border: 2px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .subscribe-full-inner form,
  .full-popup-inner form {
    padding: 45px; }

.subscribe-half {
  width: 50%;
  padding-top: 50%;
  background: #fff;
  position: relative;
  float: left; }
  .subscribe-half > div {
    width: 100%;
    height: 100%;
    padding: 3em;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto; }
    .subscribe-half > div ul {
      width: calc( 100% - 6em );
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  .subscribe-half:first-child {
    background: url(img/space.jpg) no-repeat;
    background-position: top right; }

.border {
  border-bottom: 3px solid;
  margin: 2em 0 3em 0; }

#cookie-disclaimer {
  display: none;
  width: 100%;
  line-height: 2em;
  background: rgba(255, 255, 255, 0.9);
  padding: 1em;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100; }
  #cookie-disclaimer button {
    margin-left: 1em; }

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2em; }

  .offset-2 {
    margin-right: 0; }

  .square-thumbnail {
    width: auto !important;
    float: none !important; }

  .hidden-xs {
    display: none; }

  .container {
    padding-top: 45px; } }
.article-heading {
  margin-bottom: 45px; }

.tabs {
  width: 100%;
  position: relative;
  overflow: auto; }
  .tabs input,
  .tabs input[type=text],
  .tabs select {
    height: 2em;
    line-height: 2em;
    color: #000;
    background: #fff;
    padding: 0 10px;
    border: none;
    border-radius: 5px;
    margin: 0.5em 0 2em 0; }
  .tabs button {
    height: 2em;
    line-height: 2em;
    padding: 0 1em;
    border-radius: 5px;
    margin-top: 1.7em; }
  .tabs label {
    display: block; }

.tab {
  color: #fff;
  background: #000;
  padding: 3em; }

.tab-checkbox {
  display: none; }

.tab-label {
  height: 2em;
  line-height: 2em;
  padding: 0 1em;
  float: left;
  cursor: pointer; }
  input:checked + .tab-label, .tab-label.active {
    color: #fff;
    background: #000; }
    input:checked + .tab-label + .tab-content, .tab-label.active + .tab-content {
      display: block; }

.tab-content {
  display: none;
  position: absolute;
  top: 2em;
  left: 0; }

.row {
  margin: 0 -20px; }

.col-xs-1 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-sm-1 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-md-1 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-lg-1 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-xs-2 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-sm-2 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-md-2 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-lg-2 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-xs-3 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-sm-3 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-md-3 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-lg-3 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-xs-4 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-sm-4 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-md-4 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-lg-4 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-xs-5 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-sm-5 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-md-5 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-lg-5 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-xs-6 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-sm-6 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-md-6 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-lg-6 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-xs-7 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-sm-7 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-md-7 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-lg-7 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-xs-8 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-sm-8 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-md-8 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-lg-8 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-xs-9 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-sm-9 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-md-9 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-lg-9 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-xs-10 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-sm-10 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-md-10 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-lg-10 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-xs-11 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-sm-11 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-md-11 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-lg-11 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-xs-12 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-sm-12 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-md-12 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-lg-12 {
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.row-cols-3 .col-xs-1 {
  width: 33.33%; }
.row-cols-3 .col-xs-2 {
  width: 66.66%; }
.row-cols-3 .col-xs-3 {
  width: 100%; }

.row-cols-4 .col-xs-1 {
  width: 25%; }
.row-cols-4 .col-xs-2 {
  width: 50%; }
.row-cols-4 .col-xs-3 {
  width: 75%; }
.row-cols-4 .col-xs-4 {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .row-cols-3 .col-sm-1 {
    width: 33.33%; }
  .row-cols-3 .col-sm-2 {
    width: 66.66%; }
  .row-cols-3 .col-sm-3 {
    width: 100%; }

  .row-cols-4 .col-sm-1 {
    width: 25%; }
  .row-cols-4 .col-sm-2 {
    width: 50%; }
  .row-cols-4 .col-sm-3 {
    width: 75%; }
  .row-cols-4 .col-sm-4 {
    width: 100%; } }
@media only screen and (min-width: 992px) {
  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .row-cols-3 .col-md-1 {
    width: 33.33%; }
  .row-cols-3 .col-md-2 {
    width: 66.66%; }
  .row-cols-3 .col-md-3 {
    width: 100%; }

  .row-cols-4 .col-md-1 {
    width: 25%; }
  .row-cols-4 .col-md-2 {
    width: 50%; }
  .row-cols-4 .col-md-3 {
    width: 75%; }
  .row-cols-4 .col-md-4 {
    width: 100%; } }
@media only screen and (min-width: 1200px) {
  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .row-cols-3 .col-lg-1 {
    width: 33.33%; }
  .row-cols-3 .col-lg-2 {
    width: 66.66%; }
  .row-cols-3 .col-lg-3 {
    width: 100%; }

  .row-cols-4 .col-lg-1 {
    width: 25%; }
  .row-cols-4 .col-lg-2 {
    width: 50%; }
  .row-cols-4 .col-lg-3 {
    width: 75%; }
  .row-cols-4 .col-lg-4 {
    width: 100%; } }
.col-offset-center {
  margin: 0 auto;
  float: none; }

.layout-0 .thumbnail {
  display: none; }

.layout-1 p {
  display: none; }

.layout-3:nth-child(odd) .layouts:nth-of-type(odd) p {
  display: none; }
.layout-3:nth-child(odd) .layouts:nth-of-type(even) .thumbnail {
  display: none; }
.layout-3:nth-child(even) .layouts:nth-of-type(even) p {
  display: none; }
.layout-3:nth-child(even) .layouts:nth-of-type(odd) .thumbnail {
  display: none; }

body {
  font-size: 17px;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  color: #000; }

h1,
h2,
h3,
h4,
h5,
p,
address {
  margin: 0 0 1em 0;
  line-height: 1.5em; }

h1 {
  font-size: 2.3em; }

.featured-title h1 {
  margin: 0; }

h2,
h3 {
  font-size: 1em; }

article h2 {
  margin-top: 1em;
  min-height: 4.5em; }

.pr-article h2 {
  min-height: 0; }
.pr-article p {
  margin-bottom: 1em; }

.featured-title {
  background: #fff;
  margin-right: 33.33%;
  position: absolute;
  bottom: -2.3em; }

#video-title {
  font-size: 2em; }

.no-featured-image {
  padding-left: 60px; }

.article-heading .featured-title {
  margin-top: -6em; }

.section-title {
  padding: 45px 0;
  border-top: 4px solid; }

.next-title {
  color: #d1d1d1;
  text-align: center; }

p {
  margin-bottom: 2em; }

small {
  font-size: 0.8em;
  color: #d1d1d1; }

blockquote {
  font-size: 20px;
  font-style: italic;
  margin-left: 60px;
  position: relative;
  z-index: 0; }
  blockquote p {
    position: relative;
    z-index: 2; }
  blockquote:before {
    /*content: "";*/
    width: 67px;
    height: 60px;
    background: #fff url(img/quote.svg) no-repeat;
    background-position: top left;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: -60px;
    z-index: 1; }
  blockquote:after {
    content: "";
    width: 6px;
    height: 100%;
    background: #ff0000;
    position: absolute;
    top: 0;
    left: -30px;
    z-index: 0; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: #ff0000;
    fill: #ff0000; }

.active-trigger {
  color: #ff0000; }

.close-btn {
  width: 3em;
  height: 3em;
  line-height: 3em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-right-color: #fff;
  position: absolute;
  top: 0.5em;
  right: 100%; }

ul, ol {
  margin: 0 0 1em 0; }
  ul.no-style, ol.no-style {
    padding: 0;
    margin: 0;
    list-style: none; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
nav li {
  position: relative; }
  nav li:last-child ul, nav li:nth-last-child(2) ul {
    left: auto !important;
    right: 0; }
nav.inline-menu > ul > li {
  float: left; }
nav.inline-menu li ul {
  display: none;
  width: 250px;
  font-size: 0.9375em;
  font-weight: normal;
  padding: 1em 0;
  position: absolute;
  top: 100%;
  left: 0; }
  nav.inline-menu li ul ul {
    top: 0;
    left: 100%; }
nav.inline-menu li:hover > ul {
  display: block; }
nav.inline-menu a {
  padding: 0 1em; }
nav.static-menu li ul {
  display: block;
  width: auto;
  position: static; }
nav a {
  display: block; }
nav .menu-item-has-children > a:after {
  content: "+";
  color: #ff0000;
  margin-left: 0.5em; }
nav.simple-menu li {
  padding-bottom: 1em; }

#main-menu {
  font-weight: bold; }
  #main-menu li.menu-item-has-children:hover {
    color: #fff;
    background: #222; }
    #main-menu li.menu-item-has-children:hover > a:after {
      color: #d1d1d1; }
  #main-menu li ul {
    background: #222; }

#top-menu {
  margin-bottom: 1em; }

.share-menu {
  width: auto;
  background: #fff;
  top: auto;
  bottom: 100%; }
  .share-menu li {
    padding: 1em 0; }

#mobile-menu nav > ul > li {
  font-weight: bold;
  padding-bottom: 1em; }
#mobile-menu ul ul {
  font-weight: normal; }

footer {
  font-size: 0.875em; }

.wp-caption-text {
  font-size: 0.8125em;
  padding-right: 10%; }

.text-uppercase {
  text-transform: uppercase; }

.text-italic {
  font-style: italic; }

.text-bold {
  font-weight: bold; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.text-ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.text-primary {
  color: #ff0000 !important; }

.tab-spacing {
  padding: 0 1em; }

.watchlist-link {
  position: relative; }
  .watchlist-link:before {
    content: "+";
    display: inline-block;
    height: 1em;
    width: 1em;
    line-height: 1em;
    text-align: center;
    text-indent: -1px;
    border: 1px solid;
    border-radius: 50%;
    margin-right: 1em; }

.hentry p a {
  color: #ff0000;
  text-decoration: underline; }
  .hentry p a:hover {
    opacity: 0.8; }
.hentry p {
  line-height: 1.7em; }
.hentry li {
  margin-bottom: 1em;
  line-height: 1.7em }

.excerpt {
  font-size: 1.5625em; }

.home p {
  margin-bottom: 1em; }

#current-date {
  color: #d1d1d1;
  font-size: 1.66667em;
  font-weight: bold;
  position: absolute;
  left: 100%;
  top: 100%;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right; }

#current-date:before {
  content: "";
  display: inline-block;
  width: 1em;
  border-bottom: 2px solid;
  vertical-align: middle; }

#current-time {
  color: #d1d1d1;
  font-size: 1.66667em;
  font-weight: bold;
  padding-bottom: 45px;
  position: absolute;
  right: 100%;
  top: 100%;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -o-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom; }

::-moz-selection {
  color: #fff;
  background: #ff0000; }

::selection {
  color: #fff;
  background: #ff0000; }

input,
textarea,
button,
.btn {
  line-height: 1em;
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  padding: 0.5em 0;
  border: none;
  outline: none; }

input[type=text],
input[type=search],
input[type=email],
input[type=tel],
input[type=password],
input[type=url],
input[type=number] {
  font-style: italic;
  border-bottom: 2px solid;
  background: transparent; }

textarea {
  border-bottom: 2px solid;
  resize: none; }

input[type=submit],
input[type=button],
button,
.btn {
  color: #fff;
  background: #ff0000;
  padding: 0.5em; }

.btn-normal {
  color: inherit;
  background: none;
  text-decoration: none; }

.load-more {
  font-size: 1.5em;
  padding: 1.5em 0; }

.form-control {
  width: 100%; }

.btn-subscribe {
  color: inherit;
  font-size: 1.53333em;
  font-weight: bold;
  background: transparent;
  padding: 0; }
  .btn-subscribe:after {
    content: "";
    display: inline-block;
    height: 1em;
    width: 1em;
    background: url(img/subscribe.svg) no-repeat;
    background-size: 100%;
    margin-left: 1em; }

.post-navigation {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0; }

.post-navigation-link {
  margin: 0 1em;
  position: absolute;
  bottom: 1em; }

.post-navigation-previous {
  left: 0; }

.post-navigation-next {
  right: 0; }

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2em; }

  .featured-title {
    margin-right: 0;
    position: static; }

  article.post h1 {
    font-size: 1.5em; }
  article.post .excerpt {
    font-size: 1em; } }

.ff-tag {
    color: #ff0000;
}

.ff-tag:hover {
    color: #000
}
.pull-right {
  float: right; }

.pull-left {
  float: left; }

header:before,
header:after,
nav:before,
nav:after,
.row:before,
.row:after,
article:before,
article:after,
footer:before,
footer:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

@media screen and (max-width: 767px) {
  .hidden-xs,
  .visible-sm,
  .visible-md,
  .visible-lg {
    display: none !important; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  .visible-xs,
  .visible-lg,
  .visible-md {
    display: none !important; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  .visible-xs,
  .visible-sm,
  .visible-lg {
    display: none !important; } }
@media screen and (min-width: 1200px) {
  .hidden-lg,
  .visible-xs,
  .visible-sm,
  .visible-md {
    display: none !important; } }
.fadeOut {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.25s, opacity 0.25s; }

img,
svg,
video,
object,
embed,
iframe,
pre,
.alignnone,
.wp-caption {
  max-width: 100%;
  border: none; }

img,
svg {
  height: auto;
  width: auto; }

.thumbnail {
  display: block;
  height: 0;
  padding-top: 70.37037%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }
  .thumbnail img {
    min-width: 100%;
    max-width: 150%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.single-featured {
  margin-bottom: 50px; }

@media screen and (min-width: 768px) {
  .small-thumbnail .thumbnail {
    width: 200px;
    padding-top: 7.3em;
    margin: 0 1em 1em 0;
    float: left; } }
.slim-thumbnail .thumbnail {
  margin-bottom: 1.5em; }

.ad-space {
  padding: 20px 0; }

.wp-caption {
  margin: 45px 0; }

.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

.aligncenter {
  display: block;
  margin: 0 auto 1em auto; }

.alignright {
  float: right;
  margin: 0 0 1em 1em; }

@media screen and (max-width: 767px) {
  .alignleft,
  .aligncenter,
  .alignright {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none; } }
.widget_top-posts {
  font-weight: bold;
  text-align: left; }
  .widget_top-posts ul {
    list-style: none;
    padding: 0;
    padding-left: 2em;
    margin: 0; }
  .widget_top-posts li {
    position: relative;
    counter-increment: topPost;
    z-index: 0; }
    .widget_top-posts li:before {
      content: "0" counter(topPost);
      font-size: 3em;
      color: #d1d1d1;
      position: absolute;
      top: 0.4em;
      left: -0.7em;
      z-index: -1; }
  .widget_top-posts .widgets-list-layout .widgets-list-layout-blavatar {
    max-width: none;
    margin-right: 1em; }
  .widget_top-posts .widgets-list-layout-links {
    float: none;
    width: auto;
    margin-left: 25%; }

#yt-video-wrapper {
  width: 100%;
  background: #000;
  padding-top: 56.25%;
  margin-bottom: 45px;
  position: relative; }
  #yt-video-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.video-thumbnail {
  color: #fff;
  padding-top: 56.25%; }
  .video-thumbnail img {
    height: auto;
    width: 100%; }
  .video-thumbnail .video-thumbnail-logo {
    position: absolute;
    bottom: 0.5em;
    left: 0.5em; }
  .playing .video-thumbnail {
    color: #ff0000; }

.slideshow {
  width: 100%;
  height: 577px;
  color: #fff;
  margin-bottom: 45px;
  position: relative;
  overflow: hidden; }
  .slideshow ul {
    width: 200%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
  .slideshow li {
    width: 50%;
    height: 100%;
    position: relative;
    float: left; }
  .slideshow img {
    min-width: 100%;
    min-height: 100%;
    max-width: none; }
  .slideshow .slideshow-content {
    padding: 0 2em 0 4em;
    position: absolute;
    bottom: 0;
    left: 0; }
  .slideshow .slideshow-title {
    font-size: 2.35294em; }
  .slideshow .dark {
    color: #000; }
  .slideshow .btn {
    width: 30px;
    height: 100%;
    background: url(img/controls.png) no-repeat;
    margin: 0 0.5em;
    position: absolute;
    top: 0;
    cursor: pointer; }
  .slideshow .btn-left {
    left: 0;
    background-position: 0 center; }
  .slideshow .btn-right {
    right: 0;
    background-position: -33px center; }

@media screen and (max-width: 767px) {
  footer {
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden; }

  body:after {
    content: "";
    display: block;
    height: 115px; } }
@media screen and (min-width: 768px) {
  .hp-section {
    margin-bottom: 80px; } }

