/*
Theme Name: Random Nerds v1.0
Author: Friendy Design Co
Author URI: http://friendlydesign.co/
Version: 1.0
*/
@import url(stylesheets/font-awesome.min.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@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; }
@media screen and (min-width: 751px) {
  body {
    padding-left: 60px; } }
body {
  color: #666;
  font-family: 'Lora', serif;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none;
  color: #399; }
  a:hover {
    color: #3bb2af; }

.clearfix {
  clear: both; }

.text-center {
  text-align: center; }

div.divider-row {
  position: relative; }

hr.divider {
  padding: 0;
  border: none;
  border-top: 1px solid #dbd8d5;
  border-bottom: 1px solid #dbd8d5;
  height: 4px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
  width: 100%; }
  @media screen and (max-width: 750px) {
    hr.divider {
      margin-top: 40px;
      margin-bottom: 40px; } }

hr.divider:not(.signature):after {
  content: " ";
  border-left: 1px solid #dbd8d5;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -10px;
  background: blue;
  height: 25px; }

hr.divider:not(.signature):before {
  content: " ";
  border-left: 1px solid #dbd8d5;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -10px;
  background: blue;
  height: 25px; }

hr.small {
  width: 250px; }

hr.tiny {
  width: 100px; }

hr.tiny.left {
  margin-left: 0; }

hr.compact-top {
  margin-top: 30px; }

hr.compact-bottom {
  margin-bottom: 30px; }

.hidden {
  display: none; }

@media screen and (min-width: 751px) {
  .mobile-only {
    display: none; }

  .desktop-only {
    display: block; } }
@media screen and (max-width: 750px) {
  .mobile-only {
    display: block; }

  .desktop-only {
    display: none; } }
a.symbol:before {
  content: attr(title);
  margin-right: 0.3em;
  font-size: 130%; }

#mobile-home {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 9989; }
  @media screen and (min-width: 751px) {
    #mobile-home {
      display: none; } }
  #mobile-home.fixed {
    position: fixed;
    top: 10px; }
  #mobile-home img {
    max-width: 45px; }

body.past-header #menu-open .icon-bar {
  background-color: #e5e0d8; }
body.past-header #menu-open.open .icon-bar {
  background-color: #fff; }

#menu-open {
  z-index: 99999 !important;
  position: fixed;
  top: 35px;
  right: 35px;
  color: #fff;
  z-index: 20;
  background-color: transparent;
  border: 0;
  height: 41px;
  width: 30px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  @media (max-width: 1024px) {
    #menu-open {
      top: 35px;
      right: 25px;
      padding-left: 10px;
      padding-right: 10px; }
      #menu-open.open {
        right: 25px;
        padding-right: 0; } }
  @media (max-width: 750px) {
    #menu-open {
      position: absolute; }
      #menu-open.fixed {
        position: fixed;
        top: 10px; } }
  @media (min-width: 751px) {
    #menu-open {
      -webkit-transition: top 0.3s ease-in-out;
      -moz-transition: top 0.3s ease-in-out;
      -ms-transition: top 0.3s ease-in-out;
      -o-transition: top 0.3s ease-in-out;
      transition: top 0.3s ease-in-out; } }
  #menu-open .icon-bar {
    background-color: #e5e0d8;
    display: block;
    width: 30px;
    height: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    position: absolute; }
  #menu-open span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  #menu-open span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  #menu-open span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }

#menu-open.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 1px; }
#menu-open.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }
  @media (max-width: 1024px) {
    #menu-open.open span:nth-child(2) {
      right: 10px; } }
#menu-open.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19px;
  left: 1px; }

#menu-open:hover {
  opacity: 0.5; }

#main-menu {
  width: 350px;
  right: -350px;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  overflow-y: scroll;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 35px;
  box-sizing: border-box;
  background-color: #3f3d3b;
  color: #fff;
  -webkit-transition: right 0.5s ease-in-out;
  -moz-transition: right 0.5s ease-in-out;
  -ms-transition: right 0.5s ease-in-out;
  -o-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out; }
  @media screen and (max-width: 750px) {
    #main-menu {
      width: 100%;
      right: -100%; } }
  #main-menu hr {
    border: 0;
    border-color: #5a5959;
    border-top: 1px solid #5a5959;
    border-bottom: 1px solid #5a5959; }
  #main-menu li a {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1; }
  #main-menu li a:hover {
    opacity: 0.75; }
  #main-menu .categories li a {
    font-size: 30px; }
    #main-menu .categories li a.features {
      color: #399; }
    #main-menu .categories li a.gaming {
      color: #fdb548; }
    #main-menu .categories li a.tech {
      color: #a9c5d3; }
    #main-menu .categories li a.pop-culture {
      color: #ce4b43; }
    #main-menu .categories li a.politics {
      color: #865e81; }
  #main-menu #text-2 {
    margin-top: 15px; }
  #main-menu li {
    list-style-type: none; }
  #main-menu .textwidget ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 32px;
    margin-right: 16px; }
  #main-menu .textwidget ul li a {
    position: relative;
    color: #fff; }
    #main-menu .textwidget ul li a i {
      z-index: 10;
      -webkit-transition: color 0.25s ease-in-out;
      -moz-transition: color 0.25s ease-in-out;
      -ms-transition: color 0.25s ease-in-out;
      -o-transition: color 0.25s ease-in-out;
      transition: color 0.25s ease-in-out;
      font-size: 30px;
      width: 37px;
      text-align: center; }
  #main-menu .textwidget ul li a.facebook:hover {
    color: #3b5998;
    opacity: 1; }
  #main-menu .textwidget ul li a.twitter:hover {
    color: #44acee;
    opacity: 1; }
  #main-menu .textwidget ul li a.tumblr:hover {
    color: #35465c;
    opacity: 1; }
  #main-menu .textwidget ul li a.youtube:hover {
    color: #e52d27;
    opacity: 1; }
  #main-menu .textwidget ul li a.spotify:hover {
    color: #81b71a;
    opacity: 1; }

#main-menu.onscreen {
  right: 0; }

#main-menu #mailchimp-subscribe {
  margin-top: 30px; }
  #main-menu #mailchimp-subscribe p {
    font-family: 'Lora', sans-serif;
    line-height: 1.3em;
    margin-bottom: 10px;
    font-size: 19px; }
  #main-menu #mailchimp-subscribe input {
    padding: 10px;
    width: 215px;
    height: 37px;
    font-size: 20px;
    box-sizing: border-box;
    float: left;
    font-family: 'Lora', sans-serif;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-appearance: none; }
  #main-menu #mailchimp-subscribe a {
    display: inline-block;
    height: 37px;
    width: 45px;
    background-color: #399;
    color: #fff;
    text-align: center;
    line-height: 37px;
    float: left;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #main-menu #mailchimp-subscribe a:hover {
      background-color: #3bb2af; }

#main-menu #search-button {
  color: #fff;
  font-size: 30px;
  position: relative;
  top: -5px; }
  #main-menu #search-button:hover {
    opacity: 0.5; }

#avatar-select {
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #e5e0d8;
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  padding-top: 10px;
  z-index: 10; }
  #avatar-select a.apply-filter, #avatar-select a#collapse-sidebar {
    display: block;
    margin: 10px auto 10px;
    color: #96918f;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase; }
  #avatar-select #sidebar-home-link img {
    max-width: 100%;
    margin-left: 2px; }

.admin-bar #avatar-select {
  padding-top: 32px; }

#avatar-select ul li:first-child {
  margin-bottom: 20px; }

#avatar-select ul li {
  margin-bottom: 15px; }

.avatar-icon {
  display: block;
  width: 46px;
  height: 46px;
  margin: 0 auto;
  background-image: url("images/avatar-sprites.png");
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: relative; }
  .avatar-icon .hover {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("images/avatar-sprites.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }

#avatar-select:not(.none-selected) .avatar-icon:hover .hover {
  opacity: 1; }

#avatar-select .avatar-icon .border {
  position: absolute;
  top: -4px;
  left: -3px;
  width: 45px;
  height: 45px;
  border: 4px solid rgba(150, 145, 143, 0.5);
  opacity: 0;
  border-radius: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

#avatar-select.none-selected .avatar-icon:hover .border {
  opacity: 1; }

#avatar-select.sidebar-hidden {
  padding-top: 65px; }

#collapse-sidebar {
  width: 60px;
  height: 67px;
  display: block;
  font-weight: bolder;
  font-size: 22px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  text-align: center; }
  #collapse-sidebar i {
    line-height: 67px;
    color: #c1bebc; }
  @media screen and (max-width: 750px) {
    #collapse-sidebar {
      display: none; } }

body.admin-bar #collapse-sidebar {
  top: 32px; }

.icon-politics {
  background-position: -5px -342px; }
  .icon-politics.disabled {
    background-position: -5px -230px; }
  .icon-politics.disabled .hover {
    background-position: -5px -286px; }
  .icon-politics:not(.disabled) .hover {
    background-position: -5px -398px; }
  .icon-politics:not(.disabled):hover {
    background-position: -5px -286px; }

.icon-gaming {
  background-position: -5px -118px; }
  .icon-gaming.disabled {
    background-position: -5px 0; }
  .icon-gaming.disabled .hover {
    background-position: -5px -62px; }
  .icon-gaming:not(.disabled) .hover {
    background-position: -5px -174px; }
  .icon-gaming:not(.disabled):hover {
    background-position: -5px -62px; }

.icon-tech {
  background-position: -5px -790px; }
  .icon-tech.disabled {
    background-position: -5px -677px; }
  .icon-tech.disabled .hover {
    background-position: -5px -733px; }
  .icon-tech:not(.disabled) .hover {
    background-position: -5px -845px; }
  .icon-tech:not(.disabled):hover {
    background-position: -5px -734px; }

.icon-pop-culture {
  background-position: -5px -566px; }
  .icon-pop-culture.disabled {
    background-position: -5px -454px; }
  .icon-pop-culture.disabled .hover {
    background-position: -5px -510px; }
  .icon-pop-culture:not(.disabled) .hover {
    background-position: -6px -622px; }
  .icon-pop-culture:not(.disabled):hover {
    background-position: -5px -510px; }

@media screen and (max-width: 750px) {
  .admin-bar #avatar-select {
    padding-top: 0; }

  .filtering #avatar-select {
    margin-bottom: 40px; }

  #avatar-select {
    bottom: 0;
    left: 0;
    top: initial;
    width: 100%;
    height: 45px;
    text-align: center;
    -webkit-transition: margin-bottom 0.2s ease-in-out;
    -moz-transition: margin-bottom 0.2s ease-in-out;
    -ms-transition: margin-bottom 0.2s ease-in-out;
    -o-transition: margin-bottom 0.2s ease-in-out;
    transition: margin-bottom 0.2s ease-in-out; }
    #avatar-select #collapse-sidebar {
      display: none; }
    #avatar-select ul {
      margin-top: -30px; }
      #avatar-select ul li:first-child {
        width: 0;
        display: none; }
      #avatar-select ul li {
        display: inline-block;
        width: 25%;
        overflow: hidden;
        float: left; }
        #avatar-select ul li a {
          margin-top: 0;
          display: block;
          height: 80px; }

  .avatar-icon {
    padding-top: 5px;
    font-size: 11px; }
    .avatar-icon .close-button {
      display: none; } }
@media screen and (max-width: 750px) {
  #avatar-select:not(.none-selected) .avatar-icon:not(.disabled) .close-button {
    position: absolute;
    right: -16px;
    top: 10px;
    max-width: 25px;
    display: block;
    z-index: 25; } }
body.admin-bar #end-of-the-net {
  margin-bottom: 32px; }

#article-sidebar {
  position: fixed;
  width: 250px;
  background-color: #f4f1ed;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden; }
  #article-sidebar #end-of-the-net {
    width: 100%;
    display: block;
    background-image: url("images/end-of-the-internet.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #edeae5;
    font-family: 'Playfair Display', serif;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 16px;
    padding: 15px;
    padding-top: 100px;
    padding-bottom: 150px;
    box-sizing: border-box; }
    #article-sidebar #end-of-the-net p, #article-sidebar #end-of-the-net h2 {
      opacity: 0.5; }
    #article-sidebar #end-of-the-net h2 {
      font-size: 20px;
      margin-bottom: 10px; }
  #article-sidebar .article {
    padding: 25px 15px 30px 15px;
    box-sizing: border-box;
    color: #666;
    font-family: 'Playfair Display', serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform: translate3d(0, 0, 0);
    font-size: 16px;
    line-height: 1.2em;
    border-bottom: 1px solid #d3cfc9;
    position: relative; }
    #article-sidebar .article .content-icon {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      color: #a8a19d;
      border: 1px solid #a8a19d;
      border-radius: 100%;
      width: 30px;
      height: 30px;
      text-align: center;
      padding-top: 4px;
      padding-left: 0;
      box-sizing: border-box;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #article-sidebar .article h2 {
      padding-right: 35px; }
  #article-sidebar .article.featured {
    background-color: #232a36;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px; }
    #article-sidebar .article.featured h2 {
      font-family: 'Covered By Your Grace', cursive;
      line-height: 110%;
      font-size: 25px;
      padding-bottom: 10px;
      overflow: display;
      -webkit-font-smoothing: antialiased;
      -webkit-transition: opacity 0.1s ease-in-out;
      -moz-transition: opacity 0.1s ease-in-out;
      -ms-transition: opacity 0.1s ease-in-out;
      -o-transition: opacity 0.1s ease-in-out;
      transition: opacity 0.1s ease-in-out; }
      #article-sidebar .article.featured h2 a {
        color: #399;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        #article-sidebar .article.featured h2 a:hover {
          color: #3bb2af; }
    #article-sidebar .article.featured.collapsed {
      height: 68px; }
      #article-sidebar .article.featured.collapsed h2 {
        opacity: 0; }
  #article-sidebar .article .cover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: 'Covered By Your Grace', cursive;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    line-height: 20px;
    padding: 26px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased; }
    #article-sidebar .article .cover > div {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%); }
  #article-sidebar .article:hover .cover {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }
  #article-sidebar .article:hover h3, #article-sidebar .article:not(.featured):hover h2 {
    color: #fff;
    opacity: 0.15; }
  #article-sidebar .article:hover .content-icon {
    color: #fff;
    opacity: 0.15;
    border: 1px solid #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  #article-sidebar .article.primary-politics:hover {
    background-color: #865e81; }
  #article-sidebar .article.primary-gaming:hover {
    background-color: #fdb548; }
  #article-sidebar .article.primary-tech:hover {
    background-color: #a9c5d3; }
  #article-sidebar .article.primary-pop-culture:hover {
    background-color: #ce4b43; }
  #article-sidebar .article.primary-features:hover {
    background-color: #399; }
  #article-sidebar h3.category {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    color: #a8a19d; }
  #article-sidebar .status-update {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 120px;
    position: relative;
    border-bottom: 1px solid #d3cfc9;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    box-sizing: border-box; }
    #article-sidebar .status-update.hidden {
      display: none; }
    #article-sidebar .status-update h2 {
      font-family: 'Covered By Your Grace', cursive;
      font-size: 22px;
      width: 100%;
      box-sizing: border-box;
      padding-bottom: 40px; }
    #article-sidebar .status-update img {
      position: absolute;
      bottom: 0; }
    #article-sidebar .status-update a {
      text-decoration: underline; }
    #article-sidebar .status-update.avatar-left {
      background-position: bottom left; }
      #article-sidebar .status-update.avatar-left h2 {
        padding-left: 80px;
        padding-right: 20px;
        text-align: right; }
    #article-sidebar .status-update.avatar-right {
      background-position: bottom right; }
      #article-sidebar .status-update.avatar-right h2 {
        padding-left: 20px;
        padding-right: 80px;
        text-align: left; }
    #article-sidebar .status-update.avatar-features.avatar-left {
      background-image: url("images/avatar-sidebar-features-left.png"); }
      #article-sidebar .status-update.avatar-features.avatar-left:hover {
        background-image: url("images/avatar-sidebar-features-left-hover.png");
        background-color: #399;
        color: #fff; }
    #article-sidebar .status-update.avatar-features.avatar-right {
      background-image: url("images/avatar-sidebar-features-right.png"); }
      #article-sidebar .status-update.avatar-features.avatar-right:hover {
        background-image: url("images/avatar-sidebar-features-right-hover.png");
        background-color: #399;
        color: #fff; }
    #article-sidebar .status-update.avatar-gaming.avatar-left {
      background-image: url("images/avatar-sidebar-gaming-left.png"); }
      #article-sidebar .status-update.avatar-gaming.avatar-left:hover {
        background-image: url("images/avatar-sidebar-gaming-left-hover.png");
        background-color: #fdb548;
        color: #fff; }
    #article-sidebar .status-update.avatar-gaming.avatar-right {
      background-image: url("images/avatar-sidebar-gaming-right.png"); }
      #article-sidebar .status-update.avatar-gaming.avatar-right:hover {
        background-image: url("images/avatar-sidebar-gaming-right-hover.png");
        background-color: #fdb548;
        color: #fff; }
    #article-sidebar .status-update.avatar-tech.avatar-left {
      background-image: url("images/avatar-sidebar-tech-left.png"); }
      #article-sidebar .status-update.avatar-tech.avatar-left:hover {
        background-image: url("images/avatar-sidebar-tech-left-hover.png");
        background-color: #a9c5d3;
        color: #fff; }
    #article-sidebar .status-update.avatar-tech.avatar-right {
      background-image: url("images/avatar-sidebar-tech-right.png"); }
      #article-sidebar .status-update.avatar-tech.avatar-right:hover {
        background-image: url("images/avatar-sidebar-tech-right-hover.png");
        background-color: #a9c5d3;
        color: #fff; }
    #article-sidebar .status-update.avatar-pop-culture.avatar-left {
      background-image: url("images/avatar-sidebar-pop-culture-left.png"); }
      #article-sidebar .status-update.avatar-pop-culture.avatar-left:hover {
        background-image: url("images/avatar-sidebar-pop-culture-left-hover.png");
        background-color: #ce4b43;
        color: #fff; }
    #article-sidebar .status-update.avatar-pop-culture.avatar-right {
      background-image: url("images/avatar-sidebar-pop-culture-right.png"); }
      #article-sidebar .status-update.avatar-pop-culture.avatar-right:hover {
        background-image: url("images/avatar-sidebar-pop-culture-right-hover.png");
        background-color: #ce4b43;
        color: #fff; }
    #article-sidebar .status-update.avatar-politics.avatar-left {
      background-image: url("images/avatar-sidebar-politics-left.png"); }
      #article-sidebar .status-update.avatar-politics.avatar-left:hover {
        background-image: url("images/avatar-sidebar-politics-left-hover.png");
        background-color: #865e81;
        color: #fff; }
    #article-sidebar .status-update.avatar-politics.avatar-right {
      background-image: url("images/avatar-sidebar-politics-right.png"); }
      #article-sidebar .status-update.avatar-politics.avatar-right:hover {
        background-image: url("images/avatar-sidebar-politics-right-hover.png");
        background-color: #865e81;
        color: #fff; }
  #article-sidebar .status-update.avatar-politics {
    color: #865e81; }
    #article-sidebar .status-update.avatar-politics a {
      color: #865e81; }
  #article-sidebar .status-update.avatar-tech {
    color: #85b3c6; }
    #article-sidebar .status-update.avatar-tech a {
      color: #85b3c6; }
  #article-sidebar .status-update.avatar-pop-culture {
    color: #ce4b43; }
    #article-sidebar .status-update.avatar-pop-culture a {
      color: #ce4b43; }
  #article-sidebar .status-update.avatar-gaming {
    color: #a26300; }
    #article-sidebar .status-update.avatar-gaming a {
      color: #a26300; }
  #article-sidebar .load-more-sidebar-pages {
    background-color: #232a36;
    text-align: center;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    display: block;
    width: 100%;
    padding: 10px;
    font-weight: bold;
    box-sizing: border-box;
    font-size: 12px; }
  #article-sidebar .loader-container {
    background-color: #232a36;
    width: 100%;
    height: 80px; }

.admin-bar .loader-container {
  margin-bottom: 32px; }

@media screen and (max-width: 750px) {
  #article-sidebar {
    display: none; }

  #filtering {
    height: 40px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #96918f;
    text-align: center;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif; }
    #filtering .loader {
      font-size: 4px;
      margin-left: 0;
      margin-right: 0;
      display: inline-block;
      left: 16px;
      top: -9px; }
    #filtering .loader:before, #filtering .loader:after, #filtering .loader {
      width: 5px;
      height: 5px; } }
.random-angle-5 {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  transform: rotate(-5deg); }

.random-angle-6 {
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  transform: rotate(-6deg); }

.random-angle-7 {
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  transform: rotate(-7deg); }

.random-angle-8 {
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  transform: rotate(-8deg); }

.random-angle-9 {
  -webkit-transform: rotate(-9deg);
  -moz-transform: rotate(-9deg);
  transform: rotate(-9deg); }

.random-angle-10 {
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  transform: rotate(-8deg); }

.random-angle-11 {
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  transform: rotate(-7deg); }

.random-angle-12 {
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  transform: rotate(-6deg); }

.random-angle-13 {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  transform: rotate(-5deg); }

.random-angle-14 {
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  transform: rotate(-6deg); }

.random-angle-15 {
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  transform: rotate(-7deg); }

@media screen and (min-width: 751px) {
  body.sidebar-open #article-sidebar {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0); }
  body.sidebar-open #collapse-sidebar {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    left: 250px; }
  body.sidebar-open #content-body {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0); }

  body.sidebar-closed #article-sidebar {
    transform: translate3d(-250px, 0, 0);
    -webkit-transform: translate3d(-250px, 0, 0);
    transition-delay: 0s;
    -webkit-transition-delay: 0s; }
  body.sidebar-closed #collapse-sidebar {
    transform: translate3d(-250px, 0, 0) rotate(180deg);
    -webkit-transform: translate3d(-250px, 0, 0) rotate(180deg);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    left: 250px; }
  body.sidebar-closed #content-body {
    transform: translate3d(-250px, 0, 0);
    -webkit-transform: translate3d(-250px, 0, 0); }
  body.sidebar-closed #avatar-select {
    padding-top: 65px; }

  body.sidebar-closed.admin-bar #avatar-select {
    padding-top: 97px; } }
@media screen and (min-width: 751px) {
  .sidebar-visible #content-body {
    margin-left: 250px; }

  #sidebar-posts {
    position: relative; }

  .loading-overlay {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
    z-index: -1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .loading-overlay .loading-text {
      position: relative;
      top: 50px;
      padding: 20px;
      font-size: 12px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
    .loading-overlay .loader {
      font-size: 4px;
      margin-left: 0;
      margin-right: 0;
      display: inline-block;
      left: 16px;
      top: -9px; }
    .loading-overlay .loader:before, .loading-overlay .loader:after, .loading-overlay .loader {
      width: 5px;
      height: 5px; }

  .filtering .loading-overlay {
    opacity: 1;
    z-index: 15;
    background-color: rgba(150, 145, 143, 0.9);
    display: block; } }
#content-body {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow-x: hidden;
  /* Article Styling */
  /* Related Posts */ }
  #content-body article a, #content-body article a.author-link:hover {
    color: #399; }
  #content-body article .article-body p {
    margin-top: 30px; }
    #content-body article .article-body p a {
      position: relative;
      border-bottom: 1px solid #ffffff;
      transition: all 0.15s; }
    @media screen and (max-width: 750px) {
      #content-body article .article-body p {
        margin-top: 15px; } }
  #content-body .article-body.search, #content-body .page-content-box.search {
    padding-top: 0; }
  #content-body .article-body h1, #content-body .article-body h2, #content-body .article-body h3, #content-body .article-body h4, #content-body .article-body h5, #content-body .article-body h6, #content-body .page-content-box h1, #content-body .page-content-box h2, #content-body .page-content-box h3, #content-body .page-content-box h4, #content-body .page-content-box h5, #content-body .page-content-box h6 {
    line-height: 1.2em;
    margin: 1em 0;
    color: #666;
    text-align: inherit; }
  #content-body .article-body img, #content-body .page-content-box img {
    max-width: 100%; }
  #content-body .article-body .alignright, #content-body .page-content-box .alignright {
    float: right;
    padding-left: 10px;
    padding-bottom: 10px; }
  #content-body .article-body .aligncenter, #content-body .page-content-box .aligncenter {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px; }
  #content-body .article-body .alignleft, #content-body .page-content-box .alignleft {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px; }
  #content-body .article-body blockquote, #content-body .page-content-box blockquote {
    color: #588aaf;
    float: left;
    margin-left: -60px;
    border-top: 1px solid #ebe9e7;
    border-bottom: 1px solid #ebe9e7;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-right: 40px;
    margin-top: 20px;
    max-width: 50%;
    line-height: 1.2;
    position: relative; }
    #content-body .article-body blockquote.center, #content-body .page-content-box blockquote.center {
      border: none;
      box-sizing: border-box;
      margin: 30px 0;
      padding: 0 7%;
      max-width: 100%;
      float: none;
      clear: both; }
      #content-body .article-body blockquote.center:before, #content-body .article-body blockquote.center:after, #content-body .page-content-box blockquote.center:before, #content-body .page-content-box blockquote.center:after {
        font-size: 50px;
        position: absolute;
        font-weight: 900;
        font-family: 'Playfair Display', Georgia, serif; }
        @media screen and (max-width: 750px) {
          #content-body .article-body blockquote.center:before, #content-body .article-body blockquote.center:after, #content-body .page-content-box blockquote.center:before, #content-body .page-content-box blockquote.center:after {
            font-size: 40px;
            top: -4px; } }
      #content-body .article-body blockquote.center:before, #content-body .page-content-box blockquote.center:before {
        content: "\201C";
        left: 0px;
        top: -12px; }
      #content-body .article-body blockquote.center:after, #content-body .page-content-box blockquote.center:after {
        content: "\201D";
        right: 0px;
        top: -12px; }
      #content-body .article-body blockquote.center p, #content-body .page-content-box blockquote.center p {
        line-height: 1.4;
        font-size: 25px; }
        @media screen and (max-width: 750px) {
          #content-body .article-body blockquote.center p, #content-body .page-content-box blockquote.center p {
            font-size: 20px; } }
    @media screen and (max-width: 750px) {
      #content-body .article-body blockquote, #content-body .page-content-box blockquote {
        float: none;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
        padding-top: 20px;
        padding-bottom: 20px; } }
    #content-body .article-body blockquote.right, #content-body .page-content-box blockquote.right {
      float: right;
      margin-right: -60px;
      margin-left: 40px; }
      @media screen and (max-width: 750px) {
        #content-body .article-body blockquote.right, #content-body .page-content-box blockquote.right {
          font-size: 20px;
          float: none;
          margin-right: 0;
          margin-left: 0; } }
    #content-body .article-body blockquote p, #content-body .page-content-box blockquote p {
      font-size: 32px;
      font-family: 'Playfair Display', serif;
      line-height: 1.2;
      margin-top: 0;
      -webkit-font-smoothing: subpixel-antialiased; }
      @media screen and (max-width: 750px) {
        #content-body .article-body blockquote p, #content-body .page-content-box blockquote p {
          font-size: 20px; } }
  #content-body .article-body h1, #content-body .article-body h2, #content-body .article-body h3, #content-body .article-body h4, #content-body .page-content-box h1, #content-body .page-content-box h2, #content-body .page-content-box h3, #content-body .page-content-box h4 {
    font-family: 'Playfair Display', serif;
    -webkit-font-smoothing: subpixel-antialiased; }
  #content-body .article-body h1, #content-body .page-content-box h1 {
    font-weight: 900;
    font-size: 58px; }
    @media screen and (max-width: 750px) {
      #content-body .article-body h1, #content-body .page-content-box h1 {
        font-size: 2.5rem; } }
  #content-body .article-body h2, #content-body .page-content-box h2 {
    font-weight: normal;
    font-size: 58px;
    margin-bottom: 0; }
    @media screen and (max-width: 750px) {
      #content-body .article-body h2, #content-body .page-content-box h2 {
        font-size: 2rem; } }
  #content-body .article-body h3, #content-body .page-content-box h3 {
    font-weight: 900;
    font-size: 46px;
    margin-bottom: 0; }
    @media screen and (max-width: 750px) {
      #content-body .article-body h3, #content-body .page-content-box h3 {
        font-size: 1.75rem; } }
  #content-body .article-body h4, #content-body .page-content-box h4 {
    font-weight: normal;
    font-size: 46px;
    margin-bottom: 0; }
    @media screen and (max-width: 750px) {
      #content-body .article-body h4, #content-body .page-content-box h4 {
        font-size: 1.5rem; } }
  #content-body .article-body h5, #content-body .page-content-box h5 {
    font-family: 'Lora', serif;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 0; }
    @media screen and (max-width: 750px) {
      #content-body .article-body h5, #content-body .page-content-box h5 {
        font-size: 1.25rem; } }
  #content-body .article-body h6, #content-body .page-content-box h6 {
    font-family: 'Lora', serif;
    font-weight: normal;
    font-size: 32px;
    margin-bottom: 0; }
    @media screen and (max-width: 750px) {
      #content-body .article-body h6, #content-body .page-content-box h6 {
        font-size: 1.25rem; } }
  #content-body .article-body .wp-caption, #content-body .page-content-box .wp-caption {
    max-width: 100%; }
    #content-body .article-body .wp-caption .wp-caption-text, #content-body .page-content-box .wp-caption .wp-caption-text {
      font-style: italic;
      font-size: 16px;
      text-align: center;
      margin-top: 15px;
      padding-bottom: 10px; }
      @media screen and (max-width: 750px) {
        #content-body .article-body .wp-caption .wp-caption-text, #content-body .page-content-box .wp-caption .wp-caption-text {
          font-size: 12px; } }
      #content-body .article-body .wp-caption .wp-caption-text:after, #content-body .page-content-box .wp-caption .wp-caption-text:after {
        content: " ";
        display: block;
        width: 50%;
        padding-top: 10px;
        border-bottom: 1px solid #d3cfc9;
        margin: 0 auto; }
    #content-body .article-body .wp-caption img, #content-body .page-content-box .wp-caption img {
      max-width: 100%;
      height: auto; }
  #content-body .article-body strong, #content-body .page-content-box strong {
    font-weight: bold; }
  #content-body .article-body em, #content-body .page-content-box em {
    font-style: italic; }
  #content-body .article-body ul, #content-body .article-body ol, #content-body .page-content-box ul, #content-body .page-content-box ol {
    margin-left: 2em;
    line-height: 1.4; }
  #content-body .article-body ul, #content-body .page-content-box ul {
    list-style-type: circle; }
  #content-body .article-body ol, #content-body .page-content-box ol {
    list-style-type: decimal; }
    #content-body .article-body ol li::marker, #content-body .page-content-box ol li::marker {
      font-style: italic; }
    #content-body .article-body ol li, #content-body .page-content-box ol li {
      font-style: normal; }
  #content-body .article-body li, #content-body .page-content-box li {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
    line-height: 1.4; }
  #content-body article {
    /* Author Info */
    /* Post Featured Image */ }
    #content-body article .article-header {
      position: relative;
      background-color: #303946; }
      @media screen and (max-width: 750px) {
        #content-body article .article-header {
          margin-bottom: 20px; } }
    #content-body article h1.article-title {
      color: #666;
      font-family: 'Playfair Display', serif;
      -webkit-font-smoothing: subpixel-antialiased;
      font-size: 60px;
      font-weight: 900;
      line-height: 1.1em;
      margin-top: 40px; }
      @media screen and (max-width: 1024px) {
        #content-body article h1.article-title {
          font-size: 50px; } }
      @media screen and (max-width: 770px) {
        #content-body article h1.article-title {
          font-size: 35px; } }
      @media screen and (max-width: 750px) {
        #content-body article h1.article-title {
          text-align: left; } }
    #content-body article h5 {
      color: #ccc;
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      text-transform: uppercase;
      margin-top: 55px; }
    #content-body article .article {
      width: 70%;
      max-width: 1000px;
      margin: 0 auto;
      position: relative; }
      @media screen and (max-width: 1024px) {
        #content-body article .article {
          width: 90%; } }
      #content-body article .article hr:not(.divider) {
        background-color: #ccc;
        border: 0;
        height: 1px;
        margin-top: 0px;
        margin-bottom: 0px;
        clear: both; }
        @media screen and (max-width: 750px) {
          #content-body article .article hr:not(.divider) {
            margin: 20px 0; } }
    #content-body article h2 {
      font-family: 'Playfair Display', serif;
      -webkit-font-smoothing: subpixel-antialiased;
      font-size: 40px;
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: center;
      margin-bottom: 10px; }
    #content-body article h2:hover {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    #content-body article h2 a.article-title {
      position: relative;
      width: 100%;
      color: #333;
      margin-bottom: 20px;
      line-height: 1.2;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    #content-body article h2 a.article-title.neutral:hover {
      color: #399; }
    #content-body article .category-info {
      text-align: center;
      padding-top: 15px;
      padding-bottom: 15px;
      text-transform: uppercase;
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      letter-spacing: 0.1em;
      color: #ccc; }
      #content-body article .category-info a {
        position: relative;
        text-decoration: none; }
      #content-body article .category-info a.category-politics {
        color: #865e81; }
        #content-body article .category-info a.category-politics:before {
          background-color: #865e81; }
      #content-body article .category-info a.category-gaming {
        color: #fdb548; }
        #content-body article .category-info a.category-gaming:before {
          background-color: #fdb548; }
      #content-body article .category-info a.category-pop-culture {
        color: #ce4b43; }
        #content-body article .category-info a.category-pop-culture:before {
          background-color: #ce4b43; }
      #content-body article .category-info a.category-tech {
        color: #85b3c6; }
        #content-body article .category-info a.category-tech:before {
          background-color: #85b3c6; }
      #content-body article .category-info a.category-features {
        color: #399; }
        #content-body article .category-info a.category-features:before {
          background-color: #399; }
      #content-body article .category-info a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
      #content-body article .category-info a:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1); }
      #content-body article .category-info a.black {
        color: #333; }
      #content-body article .category-info a.grey {
        color: #ccc; }
    #content-body article .submitted-to {
      margin-top: 40px; }
      #content-body article .submitted-to .light-grey {
        font-family: 'Montserrat', sans-serif;
        color: #ccc;
        font-size: 16px;
        text-transform: uppercase; }
    #content-body article .meta-row {
      font-family: 'Lora', serif;
      font-size: 12px;
      color: #ccc;
      margin-bottom: 15px; }
      @media screen and (max-width: 750px) {
        #content-body article .meta-row {
          margin-bottom: 0;
          padding-top: 10px; } }
      #content-body article .meta-row .light-grey {
        color: #ccc; }
      #content-body article .meta-row .categories {
        font-family: 'Montserrat', sans-serif;
        font-size: 12px; }
        #content-body article .meta-row .categories.upper {
          text-transform: uppercase; }
        #content-body article .meta-row .categories a {
          position: relative;
          text-decoration: none; }
        #content-body article .meta-row .categories a:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 1px;
          bottom: 0;
          left: 0;
          visibility: hidden;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -o-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          -ms-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
        #content-body article .meta-row .categories a:hover:before {
          visibility: visible;
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); }
        #content-body article .meta-row .categories a {
          color: #399; }
          #content-body article .meta-row .categories a:before {
            background-color: #6291b4; }
        #content-body article .meta-row .categories a.category-politics {
          color: #865e81; }
          #content-body article .meta-row .categories a.category-politics:before {
            background-color: #865e81; }
        #content-body article .meta-row .categories a.category-gaming {
          color: #fdb548; }
          #content-body article .meta-row .categories a.category-gaming:before {
            background-color: #fdb548; }
        #content-body article .meta-row .categories a.category-pop-culture {
          color: #ce4b43; }
          #content-body article .meta-row .categories a.category-pop-culture:before {
            background-color: #ce4b43; }
        #content-body article .meta-row .categories a.category-tech {
          color: #85b3c6; }
          #content-body article .meta-row .categories a.category-tech:before {
            background-color: #85b3c6; }
      #content-body article .meta-row .date {
        font-family: 'Lora', serif;
        color: #666666;
        font-size: 16px;
        font-style: italic;
        margin-top: 20px;
        letter-spacing: 0; }
      @media screen and (min-width: 1024px) {
        #content-body article .meta-row ul li {
          display: inline;
          padding: 10px; } }
      @media screen and (max-width: 1023px) {
        #content-body article .meta-row ul li {
          margin-bottom: 5px; } }
      #content-body article .meta-row .light-grey {
        font-family: 'Montserrat', sans-serif;
        color: #ccc;
        font-size: 12px;
        text-transform: uppercase; }
      #content-body article .meta-row .author-link {
        color: #666666;
        font-family: 'Lora', serif;
        font-style: italic;
        font-size: 22px;
        letter-spacing: 0;
        -webkit-transition: color 0.25s ease-in-out;
        -moz-transition: color 0.25s ease-in-out;
        -ms-transition: color 0.25s ease-in-out;
        -o-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out; }
    #content-body article p {
      font-family: 'Lora', serif;
      font-size: 20px;
      line-height: 1.5em; }
    #content-body article p + p {
      margin-top: 1.5em; }
    #content-body article aside + p {
      margin-top: 2em; }
    #content-body article .read-more {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      width: 230px;
      margin: 0 auto;
      margin-top: 20px;
      text-align: center; }
      #content-body article .read-more a {
        color: #399;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-size: 24px;
        padding: 20px;
        display: block; }
        #content-body article .read-more a span {
          float: left;
          -webkit-transition: color 0.25s ease-in-out;
          -moz-transition: color 0.25s ease-in-out;
          -ms-transition: color 0.25s ease-in-out;
          -o-transition: color 0.25s ease-in-out;
          transition: color 0.25s ease-in-out; }
        #content-body article .read-more a .arrow {
          border: 1px solid #399;
          border-radius: 100%;
          font-weight: 100;
          float: right;
          width: 24px;
          height: 24px;
          margin-top: -1px;
          line-height: 26px;
          font-size: 15px;
          text-align: center;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          -ms-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
          #content-body article .read-more a .arrow > i {
            margin-left: 3px; }
      #content-body article .read-more a:hover {
        color: #3bb2af; }
        #content-body article .read-more a:hover .arrow {
          margin-right: -3px;
          border: 1px solid #3bb2af;
          background-color: #3bb2af;
          color: #fff; }
    #content-body article aside {
      width: 125px;
      transform: rotate(-10deg);
      -webkit-transform: rotate(-10deg);
      -moz-transform: rotate(-10deg);
      font-family: 'Covered By Your Grace', cursive;
      color: #588AAF;
      font-size: 22px; }
      #content-body article aside img {
        width: 30px;
        clear: both; }
      @media screen and (min-width: 1280px) {
        #content-body article aside {
          position: absolute;
          right: -140px;
          padding-bottom: 10px; } }
      @media screen and (max-width: 1279px) {
        #content-body article aside {
          padding-top: 30px;
          float: none;
          margin: 5px auto 0;
          width: 90%;
          padding-left: 40px;
          transform: rotate(-0.5deg);
          -webkit-transform: rotate(-0.5deg);
          -moz-transform: rotate(-0.5deg); }
          #content-body article aside br {
            display: none; }
          #content-body article aside img {
            margin-left: -40px;
            float: left;
            padding-right: 10px;
            transform: rotate(-75deg);
            -webkit-transform: rotate(-75deg);
            -moz-transform: rotate(-75deg); } }
    #content-body article iframe {
      margin: 0 auto 50px auto;
      display: block; }
    #content-body article .author-signature {
      padding-top: 60px;
      text-align: center; }
      #content-body article .author-signature img {
        opacity: 0.7; }
    #content-body article:not(.mobile-width) .author-info .author-image {
      float: left; }
    #content-body article:not(.mobile-width) .author-info .relatedthumb {
      width: 50%;
      float: left; }
    #content-body article.mobile-width .author-info .author-image {
      margin: 0 auto; }
    #content-body article.mobile-width .author-info h4 {
      text-align: center; }
    #content-body article.mobile-width .author-info .relatedthumb {
      width: 100%; }
    #content-body article .author-info a {
      -webkit-transition: color 0.25s ease-in-out;
      -moz-transition: color 0.25s ease-in-out;
      -ms-transition: color 0.25s ease-in-out;
      -o-transition: color 0.25s ease-in-out;
      transition: color 0.25s ease-in-out; }
    #content-body article .author-info .author-details .author-articles a {
      color: #333; }
    #content-body article .author-info a:hover {
      color: #3bb2af; }
    #content-body article .author-info .author-image {
      width: 150px;
      height: 150px;
      border-radius: 100%;
      border: 8px solid #e5e0d8;
      background-size: cover;
      margin-right: 30px;
      -webkit-transition: border-color 0.25s ease-in-out;
      -moz-transition: border-color 0.25s ease-in-out;
      -ms-transition: border-color 0.25s ease-in-out;
      -o-transition: border-color 0.25s ease-in-out;
      transition: border-color 0.25s ease-in-out; }
      @media screen and (max-width: 750px) {
        #content-body article .author-info .author-image {
          width: 100px;
          height: 100px; } }
    #content-body article .author-info a:hover .author-image {
      border: 8px solid #399; }
    #content-body article .author-info .author-details {
      padding-top: 20px; }
      @media screen and (min-width: 751px) {
        #content-body article .author-info .author-details {
          overflow: hidden; } }
      #content-body article .author-info .author-details h4 {
        font-family: 'Lora', serif;
        text-decoration: italic;
        font-size: 20px;
        margin-bottom: 20px; }
      #content-body article .author-info .author-details p.bio {
        font-size: 18px;
        line-height: 23px; }
        @media screen and (max-width: 750px) {
          #content-body article .author-info .author-details p.bio {
            overflow: auto;
            font-size: 16px; } }
      #content-body article .author-info .author-details ul {
        font-family: 'Playfair Display', serif;
        font-size: 27px;
        margin-top: 20px; }
        #content-body article .author-info .author-details ul li {
          padding-bottom: 30px; }
        #content-body article .author-info .author-details ul li:last-child {
          padding-bottom: 10px; }
    #content-body article .author-info .relatedthumb {
      padding-top: 20px;
      padding-right: 30px;
      box-sizing: border-box; }
      #content-body article .author-info .relatedthumb a {
        font-size: 27px;
        display: block;
        font-family: 'Playfair Display', serif; }
      #content-body article .author-info .relatedthumb span {
        display: inline-block;
        font-size: 16px;
        margin-top: 20px;
        line-height: 1.4em; }
    @media screen and (max-width: 750px) {
      #content-body article .author-info .relatedthumb:last-child {
        margin-top: 20px; } }
    #content-body article a h2 {
      color: #000; }
    #content-body article .dark-mode a h2 {
      color: #fff; }
    #content-body article .no-header-image {
      background-color: #96918f; }
      #content-body article .no-header-image a h2 {
        color: #fff; }
    #content-body article .loading {
      text-align: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      opacity: 0.5;
      font-size: 20px;
      z-index: 5;
      width: 100%; }
    #content-body article .article-header-image {
      z-index: 6;
      background-size: cover;
      background-position: right bottom;
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      /* 16:9 */ }
      #content-body article .article-header-image .cover {
        width: 100%;
        height: 100%;
        position: absolute;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0.65)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
        /* IE6-9 */ }
        #content-body article .article-header-image .cover a h2 {
          -webkit-transition: opacity 0.25s ease-in-out;
          -moz-transition: opacity 0.25s ease-in-out;
          -ms-transition: opacity 0.25s ease-in-out;
          -o-transition: opacity 0.25s ease-in-out;
          transition: opacity 0.25s ease-in-out;
          font-size: 80px;
          width: 80%;
          padding-left: 15px; }
          @media screen and (max-width: 1140px) {
            #content-body article .article-header-image .cover a h2 {
              font-size: 50px;
              line-height: 110%; } }
          @media screen and (max-width: 1024px) {
            #content-body article .article-header-image .cover a h2 {
              font-size: 40px;
              width: 90%;
              margin-bottom: 30px; } }
          @media screen and (max-width: 750px) {
            #content-body article .article-header-image .cover a h2 {
              font-size: 30px; } }
        #content-body article .article-header-image .cover a:hover h2 {
          opacity: 0.75; }
      #content-body article .article-header-image #logo {
        position: absolute;
        bottom: 5px;
        right: 40px;
        text-align: right;
        width: 100%;
        max-width: 235px;
        -webkit-transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        -ms-transition: opacity 0.25s ease-in-out;
        -o-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out; }
        #content-body article .article-header-image #logo img {
          padding-left: 10px; }
        @media screen and (max-width: 1140px) {
          #content-body article .article-header-image #logo {
            max-width: 150px; } }
        @media screen and (max-width: 750px) {
          #content-body article .article-header-image #logo {
            max-width: 30%; }
            #content-body article .article-header-image #logo img {
              max-width: 100%; } }
      #content-body article .article-header-image #logo:hover {
        opacity: 0.75; }
      #content-body article .article-header-image h2 {
        width: 80%;
        height: 340px;
        margin: 0 auto;
        padding-top: 50px;
        padding-left: 15px;
        text-align: left; }
        #content-body article .article-header-image h2 span {
          line-height: 100%;
          font-weight: 900; }
      @media screen and (max-width: 750px) {
        #content-body article .article-header-image h2 {
          width: 90%;
          padding-top: 25px;
          font-size: 20px;
          box-sizing: border-box;
          display: block; } }
  #content-body .article .meta-row {
    padding-top: 15px;
    margin-bottom: 15px; }
    @media screen and (max-width: 750px) {
      #content-body .article .meta-row {
        padding-top: 5px;
        margin-bottom: 5px; } }
  @media screen and (max-width: 750px) {
    #content-body .meta-row.text-center {
      text-align: left; }
    #content-body article p, #content-body article ol, #content-body article ul, #content-body article li {
      font-size: 16px; }
    #content-body article h2 {
      font-size: 20px;
      text-align: left;
      margin-bottom: 0; }
    #content-body article .category-info {
      text-align: left; }
    #content-body article .pad-bottom {
      padding-bottom: 20px; } }
  @media screen and (max-width: 750px) and (max-width: 750px) {
    #content-body article .pad-bottom {
      padding-bottom: 0px; } }
  @media screen and (max-width: 750px) {
    #content-body article .subtitle {
      color: #588aaf;
      font-family: 'Covered By Your Grace', cursive;
      line-height: 1.2em;
      font-size: 20px;
      padding-bottom: 0px;
      margin-top: 0px; }
    #content-body article .meta-row .light-grey {
      font-size: 12px; }
    #content-body article .meta-row .author-link {
      font-size: 16px; }
    #content-body article .read-more {
      margin: 0;
      border-top: 0;
      border-bottom: 0;
      width: 180px; }
      #content-body article .read-more a {
        padding-left: 0;
        font-size: 20px; }
        #content-body article .read-more a .arrow {
          width: 21px;
          height: 21px;
          line-height: 21px;
          font-size: 12px; } }
  #content-body .pad-bottom {
    padding-bottom: 10px; }
  #content-body #related-posts a {
    color: #333; }
  #content-body article.primary-features {
    /* Tipping */
    /* Author Info */ }
    #content-body article.primary-features a.article-title:hover, #content-body article.primary-features #related-posts a:hover, #content-body article.primary-features a.author-link:hover {
      color: #399; }
    #content-body article.primary-features p a, #content-body article.primary-features ul a, #content-body article.primary-features ol a {
      color: #399; }
      #content-body article.primary-features p a:hover, #content-body article.primary-features ul a:hover, #content-body article.primary-features ol a:hover {
        border-color: #399; }
    #content-body article.primary-features cite {
      background: #399; }
    #content-body article.primary-features blockquote {
      color: #399; }
    #content-body article.primary-features #love-it #tip-form .value-select {
      color: #399; }
      #content-body article.primary-features #love-it #tip-form .value-select .value-options li:hover {
        color: #fff;
        background-color: #399; }
    #content-body article.primary-features #love-it .button {
      background-color: #399; }
      #content-body article.primary-features #love-it .button:hover {
        background-color: #40bfbf; }
    #content-body article.primary-features .author-info .author-details h4 a {
      color: #399; }
  #content-body article .author-info .author-details .author-articles a.primary-features:hover {
    color: #399; }
  #content-body article.primary-gaming {
    /* Tipping */
    /* Author Info */ }
    #content-body article.primary-gaming a.article-title:hover, #content-body article.primary-gaming #related-posts a:hover, #content-body article.primary-gaming a.author-link:hover {
      color: #fdb548; }
    #content-body article.primary-gaming p a, #content-body article.primary-gaming ul a, #content-body article.primary-gaming ol a {
      color: #fdb548; }
      #content-body article.primary-gaming p a:hover, #content-body article.primary-gaming ul a:hover, #content-body article.primary-gaming ol a:hover {
        border-color: #fdb548; }
    #content-body article.primary-gaming cite {
      background: #fdb548; }
    #content-body article.primary-gaming blockquote {
      color: #fdb548; }
    #content-body article.primary-gaming #love-it #tip-form .value-select {
      color: #fdb548; }
      #content-body article.primary-gaming #love-it #tip-form .value-select .value-options li:hover {
        color: #fff;
        background-color: #fdb548; }
    #content-body article.primary-gaming #love-it .button {
      background-color: #fdb548; }
      #content-body article.primary-gaming #love-it .button:hover {
        background-color: #fec97a; }
    #content-body article.primary-gaming .author-info .author-details h4 a {
      color: #fdb548; }
  #content-body article .author-info .author-details .author-articles a.primary-gaming:hover {
    color: #fdb548; }
  #content-body article.primary-tech {
    /* Tipping */
    /* Author Info */ }
    #content-body article.primary-tech a.article-title:hover, #content-body article.primary-tech #related-posts a:hover, #content-body article.primary-tech a.author-link:hover {
      color: #a9c5d3; }
    #content-body article.primary-tech p a, #content-body article.primary-tech ul a, #content-body article.primary-tech ol a {
      color: #a9c5d3; }
      #content-body article.primary-tech p a:hover, #content-body article.primary-tech ul a:hover, #content-body article.primary-tech ol a:hover {
        border-color: #a9c5d3; }
    #content-body article.primary-tech cite {
      background: #a9c5d3; }
    #content-body article.primary-tech blockquote {
      color: #a9c5d3; }
    #content-body article.primary-tech #love-it #tip-form .value-select {
      color: #a9c5d3; }
      #content-body article.primary-tech #love-it #tip-form .value-select .value-options li:hover {
        color: #fff;
        background-color: #a9c5d3; }
    #content-body article.primary-tech #love-it .button {
      background-color: #a9c5d3; }
      #content-body article.primary-tech #love-it .button:hover {
        background-color: #cbdce4; }
    #content-body article.primary-tech .author-info .author-details h4 a {
      color: #a9c5d3; }
  #content-body article .author-info .author-details .author-articles a.primary-tech:hover {
    color: #a9c5d3; }
  #content-body article.primary-pop-culture {
    /* Tipping */
    /* Author Info */ }
    #content-body article.primary-pop-culture a.article-title:hover, #content-body article.primary-pop-culture #related-posts a:hover, #content-body article.primary-pop-culture a.author-link:hover {
      color: #ce4b43; }
    #content-body article.primary-pop-culture p a, #content-body article.primary-pop-culture ul a, #content-body article.primary-pop-culture ol a {
      color: #ce4b43; }
      #content-body article.primary-pop-culture p a:hover, #content-body article.primary-pop-culture ul a:hover, #content-body article.primary-pop-culture ol a:hover {
        border-color: #ce4b43; }
    #content-body article.primary-pop-culture cite {
      background: #ce4b43; }
    #content-body article.primary-pop-culture blockquote {
      color: #ce4b43; }
    #content-body article.primary-pop-culture #love-it #tip-form .value-select {
      color: #ce4b43; }
      #content-body article.primary-pop-culture #love-it #tip-form .value-select .value-options li:hover {
        color: #fff;
        background-color: #ce4b43; }
    #content-body article.primary-pop-culture #love-it .button {
      background-color: #ce4b43; }
      #content-body article.primary-pop-culture #love-it .button:hover {
        background-color: #d9726b; }
    #content-body article.primary-pop-culture .author-info .author-details h4 a {
      color: #ce4b43; }
  #content-body article .author-info .author-details .author-articles a.primary-pop-culture:hover {
    color: #ce4b43; }
  #content-body article.primary-politics {
    /* Tipping */
    /* Author Info */ }
    #content-body article.primary-politics a.article-title:hover, #content-body article.primary-politics #related-posts a:hover, #content-body article.primary-politics a.author-link:hover {
      color: #865e81; }
    #content-body article.primary-politics p a, #content-body article.primary-politics ul a, #content-body article.primary-politics ol a {
      color: #865e81; }
      #content-body article.primary-politics p a:hover, #content-body article.primary-politics ul a:hover, #content-body article.primary-politics ol a:hover {
        border-color: #865e81; }
    #content-body article.primary-politics cite {
      background: #865e81; }
    #content-body article.primary-politics blockquote {
      color: #865e81; }
    #content-body article.primary-politics #love-it #tip-form .value-select {
      color: #865e81; }
      #content-body article.primary-politics #love-it #tip-form .value-select .value-options li:hover {
        color: #fff;
        background-color: #865e81; }
    #content-body article.primary-politics #love-it .button {
      background-color: #865e81; }
      #content-body article.primary-politics #love-it .button:hover {
        background-color: #a0779b; }
    #content-body article.primary-politics .author-info .author-details h4 a {
      color: #865e81; }
  #content-body article .author-info .author-details .author-articles a.primary-politics:hover {
    color: #865e81; }
  #content-body article a.category-politics {
    color: #865e81; }
    #content-body article a.category-politics:before {
      background-color: #865e81; }
  #content-body article a.category-gaming {
    color: #fdb548; }
    #content-body article a.category-gaming:before {
      background-color: #fdb548; }
  #content-body article a.category-pop-culture {
    color: #ce4b43; }
    #content-body article a.category-pop-culture:before {
      background-color: #ce4b43; }
  #content-body article a.category-tech {
    color: #85b3c6; }
    #content-body article a.category-tech:before {
      background-color: #85b3c6; }
  #content-body article a.category-features {
    color: #399; }
    #content-body article a.category-features:before {
      background-color: #399; }
  #content-body .comment-divider {
    padding-bottom: 10px;
    text-align: center; }
    #content-body .comment-divider hr {
      padding: 0;
      border: none;
      border-top: 1px solid #399;
      border-bottom: 1px solid #399;
      height: 4px;
      text-align: center;
      margin-top: 80px;
      margin-bottom: 0; }
    #content-body .comment-divider .plus {
      width: 48px;
      background-color: #fff;
      height: 32px;
      margin: 0 auto;
      margin-top: -20px;
      text-align: center; }
      #content-body .comment-divider .plus a {
        margin: 0 auto;
        border: 1px solid #399;
        border-radius: 100%;
        color: #399;
        display: block;
        width: 32px;
        height: 32px;
        text-align: center;
        font-size: 23px;
        line-height: 31px;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
      #content-body .comment-divider .plus a:hover, #content-body .comment-divider .plus a.comments-loaded {
        background-color: #3bb2af;
        color: #fff; }
    #content-body .comment-divider .load-done {
      font-family: 'Montserrat', Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 16px;
      margin-top: 20px;
      color: #ccc; }
    #content-body .comment-divider a.load-comments, #content-body .comment-divider a.load-more {
      padding-top: 25px;
      display: block;
      color: #399;
      font-size: 20px;
      font-family: 'Montserrat',sans-serif;
      text-transform: uppercase;
      height: 50px;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      #content-body .comment-divider a.load-comments:hover, #content-body .comment-divider a.load-more:hover {
        color: #3bb2af; }
  #content-body #disqus_thread {
    width: 70%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 60px; }
    @media (max-width: 1024px) {
      #content-body #disqus_thread {
        width: 90%; } }

.page-content-box {
  width: 70%;
  margin: 0 auto;
  padding-top: 60px; }
  @media (max-width: 1024px) {
    .page-content-box {
      width: 90%; } }

@media screen and (max-width: 750px) {
  width: 90%; }
.error404 #content-body .page-content-box {
  padding-top: 0; }
  .error404 #content-body .page-content-box h1.article-title {
    text-align: center; }

@media screen and (max-width: 750px) {
  .authors-page {
    width: 90%; } }
.authors-page a.author {
  width: 29%;
  float: left;
  text-align: center;
  display: block;
  min-height: 320px;
  margin: 0 2% 40px; }
  @media screen and (max-width: 750px) {
    .authors-page a.author {
      width: 46%; } }
  .authors-page a.author .image img {
    max-width: 100%;
    width: 180px;
    height: auto;
    border: 10px solid #e5e0d8;
    border-radius: 100%;
    margin-bottom: 10px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    box-sizing: border-box; }
  .authors-page a.author .signature {
    width: 65%;
    margin: 0 auto;
    margin-top: 10px;
    opacity: 0.7; }
  .authors-page a.author hr {
    border: none;
    border-bottom: 1px solid #ccc; }
  .authors-page a.author .job-title {
    color: #666;
    font-size: 16px;
    font-style: italic; }
.authors-page .author:hover .image img {
  border-color: #399; }

#content-body.sub-1000 blockquote {
  margin-left: 0; }
  #content-body.sub-1000 blockquote.right {
    margin-right: 0; }

footer, body #content-body footer {
  min-height: 260px;
  background: #303b47;
  color: #fff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  box-sizing: border-box;
  margin-top: 60px; }
  @media screen and (max-width: 750px) {
    footer, body #content-body footer {
      margin-top: 30px; } }
  footer .footer-content, body #content-body footer .footer-content {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif; }
    footer .footer-content h3, body #content-body footer .footer-content h3 {
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 15px; }
    footer .footer-content hr, body #content-body footer .footer-content hr {
      margin-top: 5px;
      margin-bottom: 15px; }
    footer .footer-content p, body #content-body footer .footer-content p {
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      line-height: 19px;
      text-align: justify; }
  @media screen and (max-width: 750px) {
    footer, body #content-body footer {
      background-size: 30% auto;
      background-position-x: -40px; } }
  footer.avatar-gaming, body #content-body footer.avatar-gaming {
    background: #303b47 url("images/footer-avatar-gaming.png") no-repeat left bottom; }
    footer.avatar-gaming.right, body #content-body footer.avatar-gaming.right {
      background: #303b47 url("images/footer-avatar-gaming.png") no-repeat right bottom; }
  footer.avatar-pop-culture, body #content-body footer.avatar-pop-culture {
    background: #303b47 url("images/footer-avatar-pop-culture.png") no-repeat left bottom; }
    footer.avatar-pop-culture.right, body #content-body footer.avatar-pop-culture.right {
      background: #303b47 url("images/footer-avatar-pop-culture.png") no-repeat right bottom; }
  footer.avatar-tech, body #content-body footer.avatar-tech {
    background: #303b47 url("images/footer-avatar-tech.png") no-repeat left bottom; }
    footer.avatar-tech.right, body #content-body footer.avatar-tech.right {
      background: #303b47 url("images/footer-avatar-tech.png") no-repeat right bottom; }
  footer.avatar-politics, body #content-body footer.avatar-politics {
    background: #303b47 url("images/footer-avatar-politics.png") no-repeat left bottom; }
    footer.avatar-politics.right, body #content-body footer.avatar-politics.right {
      background: #303b47 url("images/footer-avatar-politics.png") no-repeat right bottom; }

.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.loader.blue:before,
.loader.blue:after,
.loader.blue {
  -webkit-animation: load7-blue 1.8s infinite ease-in-out;
  animation: load7-blue 1.8s infinite ease-in-out; }

.loader {
  margin: 0 auto;
  font-size: 3px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s; }

.loader.blue {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s; }

.loader:before {
  left: -3.5em; }

.loader:after {
  left: 3.5em;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s; }

.loader.blue:after {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s; }

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #399; }
  40% {
    box-shadow: 0 2.5em 0 0 #399; } }
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #399; }
  40% {
    box-shadow: 0 2.5em 0 0 #399; } }
@-webkit-keyframes load7-blue {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #399; }
  40% {
    box-shadow: 0 2.5em 0 0 #399; } }
@keyframes load7-blue {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #399; }
  40% {
    box-shadow: 0 2.5em 0 0 #399; } }
/* Blue Loader */
.loader-blue:before,
.loader-blue:after,
.loader-blue {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7blueloader 1.8s infinite ease-in-out;
  animation: load7blueloader 1.8s infinite ease-in-out; }

.loader-blue {
  margin: 0 auto;
  font-size: 5px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader-blue:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader-blue:after {
  left: 3.5em; }

.loader-blue:before,
.loader-blue:after {
  content: '';
  position: absolute;
  top: 0; }

@-webkit-keyframes load7blueloader {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #399; }
  40% {
    box-shadow: 0 2.5em 0 0 #399; } }
@keyframes load7blueloader {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #399; }
  40% {
    box-shadow: 0 2.5em 0 0 #399; } }
#content-body .category-header {
  background: #303B47;
  width: 100%;
  margin-bottom: 40px; }
  #content-body .category-header h1 {
    color: #fff;
    font-size: 52px;
    font-family: 'Playfair Display', serif;
    -webkit-font-smoothing: subpixel-antialiased;
    max-width: 100%;
    text-align: center;
    padding: 100px 5% 110px 5%; }
    @media screen and (max-width: 750px) {
      #content-body .category-header h1 {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center; } }
    #content-body .category-header h1 .category-name {
      text-transform: lowercase;
      border-bottom: 5px double #fff;
      word-wrap: break-word; }

body.page #content-body .page-header {
  background: #303B47;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  body.page #content-body .page-header img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body.page #content-body .page-header h2 {
    font-family: 'Playfair Display', serif;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #fff; }
  body.page #content-body .page-header .wrap {
    width: 70%;
    margin: 0 auto;
    padding: 100px 0; }
    @media screen and (max-width: 720px) {
      body.page #content-body .page-header .wrap {
        padding: 50px 0; } }
  body.page #content-body .page-header.fat .skinny-only {
    display: none; }
  body.page #content-body .page-header.fat .avatars {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 50%; }
  body.page #content-body .page-header.fat h2 {
    font-size: 80px;
    line-height: normal;
    font-weight: 900;
    text-align: center; }
    @media screen and (max-width: 720px) {
      body.page #content-body .page-header.fat h2 {
        font-size: 50px; } }
  body.page #content-body .page-header.skinny .fat-only {
    display: none; }
  body.page #content-body .page-header.skinny .avatars {
    width: 100%;
    margin-bottom: -5px; }
  body.page #content-body .page-header.skinny h2 {
    font-size: 80px;
    text-align: center;
    width: 100%;
    font-weight: 900; }
    @media screen and (max-width: 720px) {
      body.page #content-body .page-header.skinny h2 {
        font-size: 50px; } }

body.error404 .giphy {
  text-align: center; }
  body.error404 .giphy img {
    max-width: 100%;
    margin-bottom: 20px; }

body:not(.sub-1000) .random-articles .randomarticle {
  float: left;
  width: 45%;
  padding-right: 5%; }
  body:not(.sub-1000) .random-articles .randomarticle a h3 {
    color: #666;
    font-family: 'Playfair Display', serif;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 27px;
    padding-bottom: 15px; }

.page-content-box form {
  margin-top: 40px;
  margin-bottom: 40px; }
  .page-content-box form .placeholder {
    color: #a9a9a9; }
  .page-content-box form #reason-dropdown {
    margin-top: 10px; }
    .page-content-box form #reason-dropdown .value-select {
      background: #fff;
      position: relative;
      box-sizing: border-box;
      border: 1px solid #ccc;
      line-height: 50px;
      padding-left: 15px;
      width: 513px;
      max-width: 100%;
      cursor: pointer; }
      .page-content-box form #reason-dropdown .value-select i {
        position: absolute;
        right: 15px;
        top: 15px; }
      .page-content-box form #reason-dropdown .value-select .value-options {
        position: absolute;
        background: #fff;
        width: 513px;
        max-width: 100%;
        margin-top: -2px;
        border: 1px solid #ccc;
        z-index: 80;
        padding-top: 10px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        overflow: hidden;
        margin-left: -16px; }
        .page-content-box form #reason-dropdown .value-select .value-options ul {
          margin-left: 0; }
        .page-content-box form #reason-dropdown .value-select .value-options li {
          list-style: none;
          padding-left: 15px;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          -ms-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
          .page-content-box form #reason-dropdown .value-select .value-options li:hover {
            color: #fff;
            background: #399; }
  .page-content-box form.sent p {
    display: none; }
  .page-content-box form.sent div.wpcf7-mail-sent-ok {
    padding: 20px;
    border: 2px solid #399; }
  .page-content-box form label {
    font-size: 32px;
    font-family: 'Playfair Display', serif;
    -webkit-font-smoothing: subpixel-antialiased;
    margin-bottom: 5px;
    color: #666; }
    @media screen and (max-width: 750px) {
      .page-content-box form label {
        font-size: 24px; } }
    .page-content-box form label .wpcf7-list-item-label {
      font-size: 22px;
      font-family: 'Lora',sans-serif; }
  .page-content-box form input, .page-content-box form textarea {
    font-family: 'Lora',sans-serif;
    font-size: 22px;
    padding: 10px;
    color: #666;
    margin-top: 10px;
    max-width: 100%;
    box-sizing: border-box; }
  .page-content-box form textarea {
    width: 100%; }
  .page-content-box form select {
    font-family: 'Lora',sans-serif;
    font-size: 22px;
    padding: 10px;
    color: #666;
    margin-top: 10px;
    box-sizing: border-box; }
  .page-content-box form a.button {
    width: 160px;
    height: 60px;
    color: #fff !important;
    background-color: #399;
    display: block;
    margin: 0 auto;
    font-family: 'Montserrat', ssans-serif;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative; }
    .page-content-box form a.button > span:not(.circle) {
      padding-right: 30px; }
    .page-content-box form a.button:hover {
      background-color: #3bb2af; }
      .page-content-box form a.button:hover .circle {
        margin-right: -3px; }
    .page-content-box form a.button .circle {
      font-size: 12px;
      border: 1px solid #fff;
      border-radius: 100%;
      width: 24px;
      height: 24px;
      display: block;
      position: absolute;
      bottom: 10px;
      right: 15px;
      margin-bottom: 7px;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      .page-content-box form a.button .circle i {
        display: block;
        position: relative;
        top: 6px; }

#like-it {
  margin-top: 40px; }
  #like-it p + p {
    margin-top: 10px !important; }
  #like-it a.facebook {
    color: #3b5998 !important; }
    #like-it a.facebook:hover {
      color: #fff !important;
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
      #like-it a.facebook:hover i.fa-inverse {
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        color: #3b5998; }
  #like-it a.twitter {
    color: #44acee !important; }
    #like-it a.twitter:hover {
      color: #fff !important;
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
      #like-it a.twitter:hover i.fa-inverse {
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        color: #44acee; }
  #like-it a.reddit {
    color: #ff4500 !important; }
    #like-it a.reddit:hover {
      color: #fff !important;
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
      #like-it a.reddit:hover i.fa-inverse {
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        color: #ff4500; }

#like-it, #love-it {
  clear: both;
  text-align: center; }
  #like-it h3, #love-it h3 {
    color: #666;
    font-size: 24px;
    font-family: 'Montserrat',serif; }

#love-it {
  margin-top: 30px;
  background-color: #f7f6f3;
  padding: 30px;
  position: relative;
  z-index: 11; }
  @media screen and (max-width: 750px) {
    #love-it {
      padding: 20px;
      margin-top: 20px; } }
  #love-it #tip-form {
    padding: 20px; }
    @media screen and (max-width: 750px) {
      #love-it #tip-form {
        padding-left: 0;
        padding-right: 0; } }
    #love-it #tip-form .value-select {
      display: inline-block;
      background: #fff;
      height: 50px;
      box-sizing: border-box;
      position: relative;
      top: 3px;
      border: 1px solid #ccc;
      line-height: 50px;
      margin-right: -6px;
      padding-left: 15px;
      padding-right: 15px;
      color: #399;
      font-family: 'Covered By Your Grace', cursive;
      font-size: 28px;
      text-align: center;
      cursor: pointer;
      width: 95px; }
      #love-it #tip-form .value-select .value-options {
        position: absolute;
        background: #fff;
        width: 95px;
        left: -1px;
        margin-top: -2px;
        border: 1px solid #ccc;
        z-index: 80;
        padding-top: 10px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: hidden; }
        #love-it #tip-form .value-select .value-options li {
          line-height: 40px; }
          #love-it #tip-form .value-select .value-options li:hover {
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -ms-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            background: #399;
            color: #fff; }
      #love-it #tip-form .value-select i {
        font-size: 15px;
        color: #ccc;
        position: relative;
        top: -4px;
        -webkit-transition: color 0.25s ease-in-out;
        -moz-transition: color 0.25s ease-in-out;
        -ms-transition: color 0.25s ease-in-out;
        -o-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out; }
      #love-it #tip-form .value-select:hover i {
        color: #000; }
  #love-it p.error {
    color: #ce4b43;
    padding-top: 10px;
    font-style: italic; }
  #love-it .button {
    display: inline-block;
    height: 50px;
    background-color: #399;
    color: #fff;
    text-align: center;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out; }
    #love-it .button:hover {
      background-color: #3bb2af; }
    #love-it .button .circle {
      display: inline-block;
      font-size: 14px;
      border: 1px solid #fff;
      border-radius: 100%;
      height: 18px;
      width: 18px;
      position: relative;
      top: 4px; }
      #love-it .button .circle i {
        position: absolute;
        top: 1px;
        left: 4px; }
  #love-it #over-9000 {
    padding-top: 20px;
    max-width: 100%; }

.confetti-active #confetti {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.paypal-link a {
  font-style: italic;
  font-size: 16px;
  text-decoration: underline; }

cite {
  position: relative;
  display: inline-block;
  font-size: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 3px;
  border: 1px solid #666;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
  font-family: 'Montserrat';
  color: #fff;
  background: #399; }

#tooltip {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  z-index: 100;
  padding: 15px;
  font-family: 'Lora', serif;
  font-size: 12px; }

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px; }

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto; }

#tooltip.left:after {
  left: 10px;
  margin: 0; }

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0; }

#search-anywhere {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: rgba(48, 59, 71, 0.95); }
  #search-anywhere #cancel-search {
    color: #fff;
    position: absolute;
    top: 30px;
    right: 5%;
    font-size: 40px;
    opacity: 0.5;
    display: block;
    width: 30px;
    height: 41px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    #search-anywhere #cancel-search:hover {
      opacity: 1; }
    #search-anywhere #cancel-search .icon-bar {
      background-color: #fff;
      display: block;
      width: 30px;
      height: 5px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
      position: absolute; }
      #search-anywhere #cancel-search .icon-bar:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 1px; }
      #search-anywhere #cancel-search .icon-bar:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 19px;
        left: 1px; }
  #search-anywhere p {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    position: absolute;
    top: 30px;
    left: 5%;
    line-height: 1.3; }
  #search-anywhere .screen-reader-text {
    display: none; }
  #search-anywhere input.search-field {
    border: none;
    background: transparent;
    font-size: 120px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 900;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 90%;
    margin-left: 5%;
    margin-top: 80px;
    -webkit-appearance: none;
    border-radius: 0; }
    @media screen and (max-width: 750px) {
      #search-anywhere input.search-field {
        font-size: 50px; } }
    #search-anywhere input.search-field:focus {
      outline: 0; }
  #search-anywhere input[type=submit] {
    display: none; }

body.admin-bar #search-anywhere {
  top: 32px;
  z-index: 999999; }

body.author .author-header.large {
  height: 340px; }
body.author .author-header {
  font-family: 'Playfair Display', serif;
  -webkit-font-smoothing: subpixel-antialiased;
  width: 100%;
  position: relative;
  overflow: display;
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  -ms-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out; }
  @media screen and (max-width: 639px) {
    body.author .author-header {
      text-align: center; } }
  body.author .author-header .author-signature img {
    max-width: 70%; }
  body.author .author-header .author-image {
    width: 30%;
    max-width: 220px;
    height: auto;
    border-radius: 100%;
    border: 15px solid #e5e0d8;
    z-index: 6; }
  body.author .author-header.large .author-image {
    width: 300px;
    height: 300px; }
  body.author .author-header .author-info {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    body.author .author-header .author-info h1 {
      font-size: 75px;
      font-weight: 900;
      padding-bottom: 20px;
      max-width: 600px; }
    body.author .author-header .author-info a {
      color: #666;
      font-size: 20px;
      padding-bottom: 20px;
      -webkit-transition: color 0.25s ease-out;
      -moz-transition: color 0.25s ease-out;
      -ms-transition: color 0.25s ease-out;
      -o-transition: color 0.25s ease-out;
      transition: color 0.25s ease-out; }
      body.author .author-header .author-info a:hover {
        color: #3bb2af; }
    body.author .author-header .author-info .job-title {
      font-style: italic; }
    body.author .author-header .author-info hr {
      margin-top: 20px; }
  body.author .author-header.large .author-info {
    padding-left: 500px;
    padding-top: 155px; }
body.author .row {
  overflow: hidden; }
body.author .column-left {
  padding-left: 100px;
  padding-right: 50px;
  float: none;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
body.author .signature {
  opacity: 0.7; }
@media screen and (max-width: 750px) {
  body.author .column-left {
    padding-left: 10px;
    padding-right: 10px; } }
body.author .column-right {
  box-sizing: border-box;
  overflow: hidden; }
  body.author .column-right h5 {
    color: #ccc;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 40px; }
body.author #content-body {
  /* Large Content Body */
  /* Small Content Body */ }
  body.author #content-body:not(.sub-1000) .author-header {
    height: 240px;
    padding-left: 500px;
    padding-top: 55px;
    position: relative; }
    body.author #content-body:not(.sub-1000) .author-header .author-info {
      position: absolute;
      left: 500px;
      top: 80px; }
      body.author #content-body:not(.sub-1000) .author-header .author-info hr {
        margin-top: 30px; }
    body.author #content-body:not(.sub-1000) .author-header .author-image {
      position: absolute;
      bottom: 0;
      left: 150px;
      margin-bottom: -20px; }
  body.author #content-body:not(.sub-1000) .row {
    padding-top: 60px; }
  body.author #content-body:not(.sub-1000) .column-left {
    float: left;
    width: 500px; }
  body.author #content-body:not(.sub-1000) .column-right {
    padding-left: 0;
    box-sizing: content-box;
    margin-top: 5px;
    max-width: 700px;
    padding-right: 30px; }
  body.author #content-body.sub-1000 .author-header {
    padding-top: 20px;
    text-align: center; }
  body.author #content-body.sub-1000 .author-info hr {
    margin: 40px auto 20px auto; }
  body.author #content-body.sub-1000 .author-info h1 {
    margin: 0 auto; }
  body.author #content-body.sub-1000 .author-info .author-image {
    width: 40%;
    max-width: 220px; }
  body.author #content-body.sub-1000 .column-left {
    padding-left: 10%;
    padding-right: 10%; }
  body.author #content-body.sub-1000 .column-right {
    box-sizing: border-box;
    margin-top: 30px;
    padding-left: 10%;
    padding-right: 10%;
    max-width: 100%; }
body.author #content-body p {
  font-family: 'Lora', serif;
  font-size: 20px;
  line-height: 1.5em; }
  @media screen and (max-width: 750px) {
    body.author #content-body p {
      font-size: 16px; } }
body.author p + p {
  margin-top: 2em; }
body.author article a h3 {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-family: 'Playfair Display', serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 27px;
  color: #333;
  padding-bottom: 15px;
  line-height: 1.2; }
body.author article .article-info {
  font-family: 'Montserrat', sans-serif;
  color: #ccc;
  line-height: 20px; }
  body.author article .article-info span {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em; }
  body.author article .article-info span.tags {
    font-family: 'Lora', serif;
    text-transform: none;
    font-style: italic;
    letter-spacing: 0; }
    body.author article .article-info span.tags a {
      color: #666;
      font-size: 16px; }
  body.author article .article-info .colorize-categories a {
    position: relative;
    text-decoration: none; }
  body.author article .article-info .colorize-categories a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  body.author article .article-info .colorize-categories a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1); }
  body.author article .article-info .colorize-categories a {
    color: #6291b4; }
    body.author article .article-info .colorize-categories a:before {
      background-color: #6291b4; }
  body.author article .article-info .colorize-categories a.category-politics {
    color: #865e81; }
    body.author article .article-info .colorize-categories a.category-politics:before {
      background-color: #865e81; }
  body.author article .article-info .colorize-categories a.category-gaming {
    color: #fdb548; }
    body.author article .article-info .colorize-categories a.category-gaming:before {
      background-color: #fdb548; }
  body.author article .article-info .colorize-categories a.category-pop-culture {
    color: #ce4b43; }
    body.author article .article-info .colorize-categories a.category-pop-culture:before {
      background-color: #ce4b43; }
  body.author article .article-info .colorize-categories a.category-tech {
    color: #85b3c6; }
    body.author article .article-info .colorize-categories a.category-tech:before {
      background-color: #85b3c6; }
  body.author article .article-info a {
    color: #6291b4; }
  body.author article .article-info a.grey {
    color: #ccc; }
  body.author article .article-info a.category-tech {
    color: #a9c5d3; }
  body.author article .article-info a.category-politics {
    color: #865e81; }
  body.author article .article-info a.category-pop-culture {
    color: #ce4b43; }
  body.author article .article-info a.category-gaming {
    color: #fdb548; }
body.author article.primary-features a:hover h3 {
  color: #399; }
body.author article.primary-features .article-info .tags a {
  color: #399 !important; }
body.author article.primary-gaming a:hover h3 {
  color: #fdb548; }
body.author article.primary-gaming .article-info .tags a {
  color: #fdb548 !important; }
body.author article.primary-tech a:hover h3 {
  color: #a9c5d3; }
body.author article.primary-tech .article-info .tags a {
  color: #a9c5d3 !important; }
body.author article.primary-pop-culture a:hover h3 {
  color: #ce4b43; }
body.author article.primary-pop-culture .article-info .tags a {
  color: #ce4b43 !important; }
body.author article.primary-politics a:hover h3 {
  color: #865e81; }
body.author article.primary-politics .article-info .tags a {
  color: #865e81 !important; }
body.author hr.divider {
  margin-top: 40px;
  margin-bottom: 40px; }

@media screen and (max-width: 750px) {
  body.single #content-body article .article-title {
    margin-bottom: 10px; } }
body.single #content-body article .meta-row {
  font-size: 12px;
  letter-spacing: 0.1em; }
  body.single #content-body article .meta-row .light-grey {
    font-size: 12px; }
body.single #content-body article .article-header-image .cover {
  background: transparent; }

.black {
  color: #333; }

/*# sourceMappingURL=style.css.map */
