/*------------------------------------*\
	FONTS
\*------------------------------------*/
@font-face {
  font-family: 'Norwester';
  src: url("../fonts/norwester.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/norwester.eot?#iefix") format("embedded-opentype"), url("../fonts/norwester.woff") format("woff"), url("../fonts/norwester.ttf") format("truetype"), url("../fonts/norwester.svg#svgFontName") format("svg"); }
/*------------------------------------*\
// Overwriting PURE font stack
\*------------------------------------*/
html,
button,
input,
select,
textarea,
.pure-g [class*="pure-u"] {
  font-family: 'Roboto', sans-serif; }

/*------------------------------------*\
	SASS VARIABLES
\*------------------------------------*/
/*------------------------------------*\
	SASS PARTIALS
\*------------------------------------*/
/*------------------------------------*\
	SASS MIXINS
\*------------------------------------*/
/*------------------------------------*\
	MASTER RULES
\*------------------------------------*/
/* clearfix */
.clearfix, .header #fixed-header .nav-social .social > li #search-box.open form, .archive.author .author-description,
.search.author .author-description {
  *zoom: 1; }
  .clearfix:before, .header #fixed-header .nav-social .social > li #search-box.open form:before, .archive.author .author-description:before,
  .search.author .author-description:before, .clearfix:after, .header #fixed-header .nav-social .social > li #search-box.open form:after, .archive.author .author-description:after,
  .search.author .author-description:after {
    content: ' ';
    display: table; }
  .clearfix:after, .header #fixed-header .nav-social .social > li #search-box.open form:after, .archive.author .author-description:after,
  .search.author .author-description:after {
    clear: both; }

body:not(.home) .header #fixed-header .logo a {
  font-size: 40px;
  font-size: 4.0rem; }
body:not(.home) .header #fixed-header progress {
  height: 5px;
  background-color: #F6AB14;
  /* Reset the appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Get rid of the default border in Firefox/Opera. */
  border: none;
  /* Progress bar container for Firefox/IE10+ */
  background-color: transparent;
  /* Progress bar value for IE10+ */
  color: #F6AB14; }
  body:not(.home) .header #fixed-header progress::-webkit-progress-bar {
    background-color: transparent; }
  body:not(.home) .header #fixed-header progress::-webkit-progress-value {
    background-color: #F6AB14; }
  body:not(.home) .header #fixed-header progress::-moz-progress-bar {
    background-color: #F6AB14; }
body:not(.home) .header.fix-header + main {
  margin-top: 65px; }

.wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .wrapper .main {
    width: 100%;
    position: relative;
    z-index: 1; }
  .wrapper .theline span {
    width: 25%;
    height: 5px;
    display: block;
    float: left; }
    .wrapper .theline span.box1 {
      background-color: #DD5690; }
    .wrapper .theline span.box2 {
      background-color: #A6C132; }
    .wrapper .theline span.box3 {
      background-color: #FC9701; }
    .wrapper .theline span.box4 {
      background-color: #61C8F3; }
  @media only screen and (max-width: 1023px) {
    .wrapper .theline {
      display: none; } }

/*------------------------------------*\
	SIDEBAR
\*------------------------------------*/
.sidebar {
  padding: 20px 0 0; }
  .sidebar .ads {
    padding: 40px;
    border-top: 4px solid #212121; }
    .sidebar .ads div {
      margin: 0;
      text-align: center; }
      @media only screen and (max-width: 1023px) {
        .sidebar .ads div {
          margin-bottom: 20px; } }
    .sidebar .ads.single {
      padding: 40px 40px 0; }
      .sidebar .ads.single div {
        padding-top: 40px; }
        .sidebar .ads.single div:first-child, .sidebar .ads.single div:nth-child(2) {
          padding-top: 0; }

/*------------------------------------*\
	HEADER
\*------------------------------------*/
.header #top-banner {
  padding: 20px;
  text-align: center;
  background-color: #212121; }
  .header #top-banner a {
    display: inline-block; }
    .header #top-banner a img {
      width: 100%;
      max-width: 100%;
      height: auto; }
.header #top-featured {
  background-color: #000 !important; }
  .header #top-featured a {
    display: block;
    height: 200px;
    color: #FFF;
    padding: 20px 40px;
    position: relative;
    overflow: hidden; }
    .header #top-featured a h1 {
      margin: 0 0 20px 0;
      font-size: 70px;
      font-size: 7.0rem;
      font-weight: 900;
      position: relative;
      z-index: 20; }
      .header #top-featured a h1.dark {
        background-color: #212121;
        background-color: rgba(33, 33, 33, 0.8);
        padding: 10px; }
      @media only screen and (max-width: 1023px) {
        .header #top-featured a h1 {
          font-size: 40px;
          font-size: 4.0rem; } }
    .header #top-featured a h2 {
      font-size: 20px;
      font-size: 2.0rem;
      background: #FFF;
      display: inline-block;
      padding: 20px;
      color: #212121;
      position: relative;
      z-index: 20; }
      @media only screen and (max-width: 1023px) {
        .header #top-featured a h2 {
          font-size: 16px;
          font-size: 1.6rem;
          padding: 15px; } }
    .header #top-featured a > img {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 10; }
.header #fixed-header {
  background: #FFF;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .header #fixed-header .logo .burger {
    display: none;
    cursor: pointer;
    padding: 15px;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 1023px) {
      .header #fixed-header .logo .burger {
        display: inline-block; } }
  .header #fixed-header .logo a {
    font-family: "Norwester", sans-serif;
    font-size: 80px;
    font-size: 8.0rem;
    padding: 20px 0 20px 20px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media only screen and (max-width: 1023px) {
      .header #fixed-header .logo a {
        font-size: 20px !important;
        font-size: 2.0rem !important;
        padding-left: 10px;
        color: #FFF; } }
  .header #fixed-header .logo .beta {
    font-size: 12px;
    font-size: 1.2rem;
    color: #F6AB14; }
  @media only screen and (max-width: 1023px) {
    .header #fixed-header .logo {
      background-color: #212121;
      color: #FFF; } }
  .header #fixed-header .nav-social {
    text-align: right; }
    .header #fixed-header .nav-social .nav {
      opacity: 0;
      display: inline-block;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .header #fixed-header .nav-social .nav ul {
        text-align: center; }
        .header #fixed-header .nav-social .nav ul li {
          display: inline-block;
          padding: 20px 0 20px 10px; }
          .header #fixed-header .nav-social .nav ul li a {
            padding-right: 10px;
            border-right: 1px solid #212121;
            font-size: 14px;
            font-size: 1.4rem; }
            @media only screen and (max-width: 767px) {
              .header #fixed-header .nav-social .nav ul li a {
                padding-right: 5px; } }
          .header #fixed-header .nav-social .nav ul li:last-child a {
            border: 0; }
          @media only screen and (max-width: 767px) {
            .header #fixed-header .nav-social .nav ul li {
              padding: 20px 0 20px; } }
      @media only screen and (max-width: 1023px) {
        .header #fixed-header .nav-social .nav {
          display: block;
          opacity: 1; } }
    .header #fixed-header .nav-social .social {
      margin: 0 20px 0 0;
      padding: 0;
      text-align: right;
      display: inline-block; }
      .header #fixed-header .nav-social .social > li {
        display: inline-block;
        padding: 20px 0 20px 10px;
        position: relative; }
        .header #fixed-header .nav-social .social > li .number {
          margin-left: 9px;
          padding-left: 5px;
          border-left: 1px solid #212121;
          display: inline-block; }
        .header #fixed-header .nav-social .social > li #search-box {
          color: #FFF;
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transition: all 0.1s ease;
          -moz-transition: all 0.1s ease;
          -ms-transition: all 0.1s ease;
          -o-transition: all 0.1s ease;
          transition: all 0.1s ease; }
          .header #fixed-header .nav-social .social > li #search-box form .search {
            display: inline-block;
            border: 0;
            outline: 0;
            background-color: #F6AB14;
            padding: 10px 15px;
            font-weight: 100;
            width: 150px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            color: #212121;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            .header #fixed-header .nav-social .social > li #search-box form .search::-webkit-input-placeholder {
              color: #FFF;
              opacity: 1; }
            .header #fixed-header .nav-social .social > li #search-box form .search:-moz-placeholder {
              /* Firefox 18- */
              color: #FFF;
              opacity: 1; }
            .header #fixed-header .nav-social .social > li #search-box form .search::-moz-placeholder {
              /* Firefox 19+ */
              color: #FFF;
              opacity: 1; }
            .header #fixed-header .nav-social .social > li #search-box form .search:-ms-input-placeholder {
              color: #FFF;
              opacity: 1; }
          .header #fixed-header .nav-social .social > li #search-box form button {
            display: none; }
          .header #fixed-header .nav-social .social > li #search-box .close {
            display: none;
            position: fixed;
            top: 10px;
            right: 10px;
            font-size: 20px;
            font-size: 2.0rem;
            cursor: pointer;
            color: #212121; }
          .header #fixed-header .nav-social .social > li #search-box .content {
            display: none;
            margin: 40px 0 80px; }
            .header #fixed-header .nav-social .social > li #search-box .content > div {
              padding: 0 20px; }
              .header #fixed-header .nav-social .social > li #search-box .content > div h2 {
                text-align: center;
                font-size: 30px;
                font-size: 3.0rem; }
              .header #fixed-header .nav-social .social > li #search-box .content > div li {
                text-align: left;
                margin-top: 15px;
                padding-top: 14px;
                border-top: 1px solid rgba(255, 255, 255, 0.5); }
                .header #fixed-header .nav-social .social > li #search-box .content > div li a {
                  color: #FFF;
                  display: block;
                  -webkit-border-radius: 4px;
                  border-radius: 4px;
                  padding: 10px; }
                  .header #fixed-header .nav-social .social > li #search-box .content > div li a img {
                    width: 50px;
                    height: auto;
                    float: left;
                    -webkit-border-radius: 50%;
                    border-radius: 50%;
                    margin-right: 10px; }
                  .header #fixed-header .nav-social .social > li #search-box .content > div li a div {
                    float: left;
                    width: calc(100% - 90px); }
                    .header #fixed-header .nav-social .social > li #search-box .content > div li a div h3 {
                      font-size: 16px;
                      font-size: 1.6rem;
                      margin-bottom: 6px; }
                    .header #fixed-header .nav-social .social > li #search-box .content > div li a div .subtitle {
                      font-size: 14px;
                      font-size: 1.4rem;
                      font-weight: 100; }
                  .header #fixed-header .nav-social .social > li #search-box .content > div li a:hover {
                    background-color: #FFF;
                    color: #F6AB14; }
              .header #fixed-header .nav-social .social > li #search-box .content > div.search-authors a div {
                display: table;
                height: 50px; }
                .header #fixed-header .nav-social .social > li #search-box .content > div.search-authors a div h3 {
                  display: table-cell;
                  vertical-align: middle;
                  font-size: 20px;
                  font-size: 2.0rem; }
          .header #fixed-header .nav-social .social > li #search-box.open {
            background-color: #F6AB14;
            position: fixed;
            z-index: 100;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 80px;
            overflow: auto; }
            .header #fixed-header .nav-social .social > li #search-box.open form .search {
              width: calc(95% - 30px);
              float: left;
              font-size: 60px;
              font-size: 6.0rem;
              border-bottom: 2px solid white;
              color: #FFF; }
              .header #fixed-header .nav-social .social > li #search-box.open form .search::-webkit-input-placeholder {
                color: rgba(255, 255, 255, 0.6); }
              .header #fixed-header .nav-social .social > li #search-box.open form .search:-moz-placeholder {
                /* Firefox 18- */
                color: rgba(255, 255, 255, 0.6); }
              .header #fixed-header .nav-social .social > li #search-box.open form .search::-moz-placeholder {
                /* Firefox 19+ */
                color: rgba(255, 255, 255, 0.6); }
              .header #fixed-header .nav-social .social > li #search-box.open form .search:-ms-input-placeholder {
                color: rgba(255, 255, 255, 0.6); }
            .header #fixed-header .nav-social .social > li #search-box.open form button {
              display: inline-block;
              width: 5%;
              color: white;
              background: transparent none repeat scroll 0% 0%;
              border: 0px none;
              font-size: 40px;
              font-size: 4.0rem;
              margin: 0px;
              padding: 20px 0 0; }
            .header #fixed-header .nav-social .social > li #search-box.open .close,
            .header #fixed-header .nav-social .social > li #search-box.open .content {
              display: block; }
        .header #fixed-header .nav-social .social > li.comicdom-ring {
          display: none; }
          .header #fixed-header .nav-social .social > li.comicdom-ring a:hover + ul {
            display: block; }
          .header #fixed-header .nav-social .social > li.comicdom-ring ul {
            display: none;
            position: absolute;
            z-index: 1;
            top: 26px;
            right: -3px;
            background-color: #212121;
            padding: 0 10px 10px;
            margin: 0; }
            .header #fixed-header .nav-social .social > li.comicdom-ring ul li {
              padding-top: 10px; }
              .header #fixed-header .nav-social .social > li.comicdom-ring ul li a {
                color: #FFF; }
            .header #fixed-header .nav-social .social > li.comicdom-ring ul::after {
              bottom: 100%;
              right: 0;
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none;
              border-color: rgba(33, 33, 33, 0);
              border-bottom-color: #212121;
              border-width: 10px;
              margin-left: -10px; }
            .header #fixed-header .nav-social .social > li.comicdom-ring ul:hover {
              display: block; }
        .header #fixed-header .nav-social .social > li:first-child {
          padding: 0;
          position: relative;
          width: 175px;
          height: 22px; }
      @media only screen and (max-width: 1023px) {
        .header #fixed-header .nav-social .social {
          margin-right: 0; } }
    .header #fixed-header .nav-social.open {
      display: inline-block; }
    @media only screen and (max-width: 1023px) {
      .header #fixed-header .nav-social {
        text-align: center;
        display: none; } }
  @media only screen and (max-width: 1023px) {
    .header #fixed-header {
      width: auto;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; } }
.header .featured {
  height: 50%;
  height: 600px;
  color: #FFF;
  position: relative;
  overflow: hidden; }
  .header .featured > div figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    background: #F6AB14;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 225px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF; }
    .header .featured > div figure img {
      position: relative;
      display: block;
      min-height: 100%;
      max-width: 100%; }
    .header .featured > div figure figcaption {
      padding: 2em;
      color: #fff;
      font-size: 1.25em;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .header .featured > div figure figcaption > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        text-indent: 200%;
        white-space: nowrap;
        font-size: 0;
        opacity: 0; }
      .header .featured > div figure figcaption::before, .header .featured > div figure figcaption::after {
        pointer-events: none; }
    .header .featured > div figure h2 {
      font-size: 24px;
      font-size: 2.4rem;
      margin: 0; }
      @media only screen and (max-width: 1023px) {
        .header .featured > div figure h2 {
          font-size: 20px;
          font-size: 2.0rem; } }
    .header .featured > div figure .subtitle {
      margin: 0;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 100;
      font-family: 'Roboto Slab', serif;
      -webkit-box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.2); }
    .header .featured > div figure.effect-lily img {
      max-width: none;
      width: -webkit-calc(100% + 50px);
      width: calc(100% + 50px);
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(-40px, 0, 0);
      transform: translate3d(-40px, 0, 0); }
      @media only screen and (max-width: 1445px) {
        .header .featured > div figure.effect-lily img {
          width: auto; } }
    .header .featured > div figure.effect-lily figcaption {
      text-align: left; }
    .header .featured > div figure.effect-lily figcaption > div {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 2em;
      width: 100%;
      height: 50%; }
    .header .featured > div figure.effect-lily h2, .header .featured > div figure.effect-lily .subtitle {
      -webkit-transform: translate3d(0, 40px, 0);
      transform: translate3d(0, 40px, 0); }
    .header .featured > div figure.effect-lily h2 {
      background-color: #F6AB14;
      padding: 7px;
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
      background-color: #212121; }
      .header .featured > div figure.effect-lily h2 span {
        display: block;
        padding: 7px;
        border: 1px solid rgba(255, 255, 255, 0.7); }
    .header .featured > div figure.effect-lily .subtitle {
      opacity: 0;
      background-color: #fff;
      padding: 10px;
      color: #212121;
      display: inline-block;
      margin-top: 4px;
      margin-left: 7px;
      -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
      transition: opacity 0.2s, transform 0.35s; }
    .header .featured > div figure.effect-lily:hover img {
      opacity: 0.3; }
    .header .featured > div figure.effect-lily:hover h2 {
      background-color: transparent;
      padding: 7px 7px 0 7px; }
    .header .featured > div figure.effect-lily:hover .subtitle {
      opacity: 1; }
    .header .featured > div figure.effect-lily:hover img, .header .featured > div figure.effect-lily:hover h2, .header .featured > div figure.effect-lily:hover .subtitle {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .header .featured > div figure.effect-lily:hover .subtitle {
      -webkit-transition-delay: 0.05s;
      transition-delay: 0.05s;
      -webkit-transition-duration: 0.35s;
      transition-duration: 0.35s; }
    @media only screen and (max-width: 1023px) {
      .header .featured > div figure {
        border-right: 0 !important;
        border-bottom: 1px solid #FFF !important;
        height: 150px !important; } }
  .header .featured > div:first-child figure {
    height: 450px; }
  .header .featured > div:last-child figure, .header .featured > div:nth-child(2) figure {
    border-right: 0; }
  .header .featured > div.pure-u-lg-1-3 figure {
    height: 150px;
    border-bottom: 0; }
    .header .featured > div.pure-u-lg-1-3 figure h2 {
      font-size: 18px;
      font-size: 1.8rem; }
    @media only screen and (max-width: 1280px) {
      .header .featured > div.pure-u-lg-1-3 figure .subtitle {
        padding: 8px; } }
  @media only screen and (max-width: 1023px) {
    .header .featured > div.pure-u-lg-1-3 {
      display: none; } }
.header.fix-header #fixed-header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.125); }
  .header.fix-header #fixed-header .logo a {
    font-size: 20px !important;
    font-size: 2.0rem !important; }
    @media only screen and (max-width: 1023px) {
      .header.fix-header #fixed-header .logo a {
        display: none; } }
  .header.fix-header #fixed-header .nav {
    opacity: 1; }
.header.fix-header .featured {
  margin-top: 65px; }

/*------------------------------------*\
	HOME
\*------------------------------------*/
.home .header #top-featured a {
  height: 400px;
  padding: 150px 40px; }
.home main {
  padding: 20px; }
  .home main .grid-filter {
    text-align: right;
    font-size: 14px;
    font-size: 1.4rem; }
    .home main .grid-filter .grid-filter-title {
      opacity: 0.5;
      margin-right: 5px; }
    .home main .grid-filter .grid-filter-button {
      display: inline-block;
      padding: 7px 12px;
      background-color: #212121;
      color: #FFF;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      cursor: pointer;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease; }
      .home main .grid-filter .grid-filter-button sup {
        font-size: 12px;
        font-size: 1.2rem; }
      .home main .grid-filter .grid-filter-button:hover {
        background-color: #F6AB14; }

/*------------------------------------*\
	POST LISTING Masonry + Archive + Search
\*------------------------------------*/
article.hentry.grid-item {
  padding: 40px;
  margin: 20px 0;
  text-align: center;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }
  article.hentry.grid-item header,
  article.hentry.grid-item main,
  article.hentry.grid-item footer {
    position: relative;
    z-index: 1; }
  article.hentry.grid-item header a.cat {
    position: relative;
    top: -28px;
    border: solid #DDD;
    border-width: 0 1px;
    text-transform: uppercase;
    padding: 4px 14px;
    background-color: #FFF;
    font-size: 12px;
    line-height: 12px; }
    article.hentry.grid-item header a.cat:hover {
      padding: 4px 49px; }
  article.hentry.grid-item header .thumb {
    position: relative;
    height: 120px;
    margin-bottom: 20px; }
    article.hentry.grid-item header .thumb a {
      display: block;
      width: 100%;
      overflow: hidden;
      position: absolute;
      height: 120px; }
      article.hentry.grid-item header .thumb a img {
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease; }
        article.hentry.grid-item header .thumb a img:hover {
          width: calc(100% + 40px);
          top: -5px;
          left: -20px; }
    article.hentry.grid-item header .thumb.small {
      -webkit-border-radius: 50%;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      margin: 0 auto 20px;
      border: 1px dashed #CCC; }
      article.hentry.grid-item header .thumb.small a {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        margin: 10px;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
        article.hentry.grid-item header .thumb.small a img {
          width: 80px;
          height: 80px;
          display: block; }
          article.hentry.grid-item header .thumb.small a img:hover {
            width: 100px;
            height: 100px;
            top: -10px;
            left: -10px; }
  article.hentry.grid-item header h2 {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: lighter; }
  article.hentry.grid-item header h3 {
    padding: 20px 0 19px;
    position: relative; }
    article.hentry.grid-item header h3:after {
      content: '';
      position: absolute;
      width: 20%;
      height: 2px;
      top: calc(100% - 1px);
      left: 40%;
      background-color: #212121; }
  article.hentry.grid-item header .author {
    margin-top: 9px;
    display: block;
    font-size: 12px;
    font-size: 1.2rem; }
  article.hentry.grid-item header time {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    opacity: 0.5;
    margin-top: 5px; }
  article.hentry.grid-item main {
    padding: 20px; }
    article.hentry.grid-item main p {
      line-height: 1.4; }
  article.hentry.grid-item footer .comment-count {
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    width: 100%; }
    article.hentry.grid-item footer .comment-count .fa-comment {
      position: absolute;
      left: calc(50% - 15px);
      z-index: 1;
      font-size: 30px;
      font-size: 3.0rem;
      height: 30px;
      color: #212121; }
    article.hentry.grid-item footer .comment-count .comment-number {
      z-index: 3;
      color: #FFF;
      font-size: 12px;
      font-size: 1.2rem;
      width: 100%;
      position: relative;
      bottom: 1px; }
  article.hentry.grid-item footer .post-edit-link {
    padding: 5px 10px;
    display: inline-block;
    color: #212121;
    position: absolute;
    bottom: -20px;
    right: -20px; }
    article.hentry.grid-item footer .post-edit-link:hover {
      color: #F6AB14 !important; }
  article.hentry.grid-item:hover {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); }
  article.hentry.grid-item::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    border: 1px solid #DDD;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    z-index: 0; }

.home main .grid-item,
.home main .grid-sizer,
.archive main .grid-item,
.archive main .grid-sizer,
.search main .grid-item,
.search main .grid-sizer {
  width: calc(50% - 20px); }
  @media only screen and (max-width: 1023px) {
    .home main .grid-item,
    .home main .grid-sizer,
    .archive main .grid-item,
    .archive main .grid-sizer,
    .search main .grid-item,
    .search main .grid-sizer {
      width: 100%; } }

.grid article {
  opacity: 0; }

.grid article.shown,
.no-js .grid article,
.no-cssanimations .grid article {
  opacity: 1; }

.grid.move-up article.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards; }

@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
/*------------------------------------*\
	SINGLE
\*------------------------------------*/
.single article header {
  text-align: center; }
  .single article header h1 {
    font-size: 80px;
    font-size: 8.0rem;
    font-weight: 100;
    position: relative;
    margin: 0 0 80px;
    padding: 60px 20px 0; }
    .single article header h1::after {
      content: '';
      position: absolute;
      top: calc(100% - 1px + 40px);
      left: calc(50% - 50px);
      width: 100px;
      height: 2px;
      background-color: #212121; }
    @media only screen and (max-width: 1023px) {
      .single article header h1 {
        font-size: 50px;
        font-size: 5.0rem; } }
  .single article header .subtitle {
    font-size: 20px;
    font-size: 2.0rem;
    width: 50%;
    margin: 0 25% 40px; }
.single article .formats {
  margin-bottom: 80px;
  text-align: center;
  background-color: #F6AB14; }
  .single article .formats .fa {
    margin-bottom: 20px;
    font-size: 100px;
    font-size: 10rem; }
  .single article .formats.audio {
    padding: 100px; }
.single article .the-content {
  padding: 0 40px; }
  .single article .the-content .snapshot-message {
    margin-bottom: 39px;
    border: solid #212121;
    padding: 40px 0;
    display: block;
    border-width: 1px 0; }
    .single article .the-content .snapshot-message .fa {
      font-size: 34px;
      font-size: 3.4rem;
      float: left;
      margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      .single article .the-content .snapshot-message {
        font-size: 14px; } }
  .single article .the-content .sr-item .cover {
    padding-right: 20px; }
    .single article .the-content .sr-item .cover img {
      padding: 9px;
      border: 1px solid #212121; }
    @media only screen and (max-width: 767px) {
      .single article .the-content .sr-item .cover {
        margin-bottom: 20px; } }
  .single article .the-content .sr-item .data span {
    display: block;
    margin-bottom: 5px; }
    .single article .the-content .sr-item .data span strong {
      margin-right: 5px; }
  .single article .the-content .tl-item .position {
    text-align: right;
    overflow: hidden;
    height: 150px;
    border-bottom: 3px solid #000;
    margin-bottom: 40px; }
    .single article .the-content .tl-item .position span {
      display: inline-block;
      line-height: 200px;
      font-size: 200px;
      font-size: 20rem;
      font-weight: 900; }
  .single article .the-content .tl-item .cover {
    padding-right: 20px; }
    .single article .the-content .tl-item .cover img {
      padding: 9px;
      border: 1px solid #212121; }
    @media only screen and (max-width: 767px) {
      .single article .the-content .tl-item .cover {
        margin-bottom: 20px; } }
  .single article .the-content .tl-item .data span {
    display: block;
    margin-bottom: 5px; }
    .single article .the-content .tl-item .data span strong {
      margin-right: 5px; }
    .single article .the-content .tl-item .data span.year {
      margin-bottom: 20px;
      padding-bottom: 19px;
      border-bottom: 1px solid #212121;
      font-weight: 900;
      font-size: 20px;
      font-size: 2.0rem; }
  .single article .the-content .tl-item .author {
    text-align: right;
    margin-bottom: 20px; }
    .single article .the-content .tl-item .author a {
      display: inline-block;
      padding: 10px;
      font-weight: 700; }
      .single article .the-content .tl-item .author a img {
        width: 40px;
        display: inline-block;
        margin-right: 10px;
        border-radius: 50%; }
      .single article .the-content .tl-item .author a span {
        position: relative;
        bottom: 10px; }
  .single article .the-content .post-pagination {
    text-align: center;
    padding: 20px 0;
    font-size: 22px;
    font-size: 2.2rem; }
    .single article .the-content .post-pagination a {
      font-weight: 900;
      color: #212121;
      padding: 8px 8px 3px;
      display: inline-block; }
      .single article .the-content .post-pagination a:hover {
        color: #F6AB14; }
    .single article .the-content .post-pagination .current-post-page {
      color: #F6AB14;
      font-weight: 900; }
  .single article .the-content .pp-list > div {
    margin-bottom: 20px; }
  .single article .the-content .pp-list h2 {
    padding: 20px;
    color: #FFF;
    font-size: 250%;
    text-align: center;
    background-color: #558B2F;
    margin-bottom: 0; }
    .single article .the-content .pp-list h2.pp-blue {
      background-color: #4FC3F7; }
  .single article .the-content .pp-list .author a {
    text-align: center; }
    .single article .the-content .pp-list .author a img {
      width: 50px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      position: relative;
      bottom: 16px;
      background-color: #FFF;
      padding: 5px; }
    .single article .the-content .pp-list .author a span {
      width: 100%;
      display: inline-block;
      font-size: 20px;
      font-size: 2.0rem; }
  .single article .the-content .pp-list .pp-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .single article .the-content .pp-list .pp-item .cover {
      padding-right: 20px; }
      .single article .the-content .pp-list .pp-item .cover img {
        padding: 9px;
        border: 1px solid #212121; }
      @media only screen and (max-width: 767px) {
        .single article .the-content .pp-list .pp-item .cover {
          margin-bottom: 20px; } }
    .single article .the-content .pp-list .pp-item .data h3 span {
      font-size: 75%;
      display: inline-block; }
    .single article .the-content .pp-list .pp-item .data span {
      display: block;
      margin-bottom: 5px; }
      .single article .the-content .pp-list .pp-item .data span strong {
        margin-right: 5px; }
    .single article .the-content .pp-list .pp-item:nth-last-of-type(1) {
      border-bottom: 0; }
  .single article .the-content .pp-list .post-edit-link {
    padding: 5px 10px;
    display: inline-block;
    color: #212121; }
    .single article .the-content .pp-list .post-edit-link:hover {
      color: #F6AB14 !important; }
  .single article .the-content .amic-item {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 30px; }
    .single article .the-content .amic-item .data {
      padding-left: 20px; }
      .single article .the-content .amic-item .data h2 span {
        font-size: 75%; }
      .single article .the-content .amic-item .data > span {
        display: block;
        margin-bottom: 5px; }
      .single article .the-content .amic-item .data > div {
        margin: 10px 0; }
      @media only screen and (max-width: 1023px) {
        .single article .the-content .amic-item .data {
          margin-top: 20px;
          padding-left: 0; } }
    .single article .the-content .amic-item .cover img {
      max-width: 100%; }
    .single article .the-content .amic-item:nth-last-of-type(1) {
      border-bottom: 0; }
    @media only screen and (max-width: 1023px) {
      .single article .the-content .amic-item {
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        margin-bottom: 60px; } }
  .single article .the-content .ssbp-wrap a {
    color: #FFF; }
  .single article .the-content .ssbp-wrap .ssbp-list {
    margin-bottom: 0; }
    .single article .the-content .ssbp-wrap .ssbp-list li {
      padding-bottom: 0;
      line-height: 1; }
      .single article .the-content .ssbp-wrap .ssbp-list li a:hover {
        color: #FFF; }
  .single article .the-content .ssbp-wrap .ssbp-toggle-switch {
    padding: 0 5px; }
  .single article .the-content .related {
    padding-top: 35px;
    margin-top: 35px;
    border-top: 5px solid #212121; }
    .single article .the-content .related > div {
      padding: 0 20px; }
      .single article .the-content .related > div h2 {
        text-align: center;
        font-size: 30px;
        font-size: 3.0rem; }
      .single article .the-content .related > div ul {
        padding: 0; }
      .single article .the-content .related > div li {
        list-style-type: none;
        padding: 0;
        text-align: left;
        margin-top: 5px;
        padding-top: 4px;
        line-height: 1; }
        .single article .the-content .related > div li a {
          color: #212121;
          display: block;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          padding: 10px; }
          .single article .the-content .related > div li a time {
            font-size: 12px;
            font-size: 1.2rem;
            opacity: 0.5; }
          .single article .the-content .related > div li a img {
            width: 60px;
            height: auto;
            float: left;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            margin-right: 10px;
            padding: 5px;
            border: 1px dashed #CCC; }
          .single article .the-content .related > div li a div {
            float: left;
            width: calc(100% - 90px); }
            .single article .the-content .related > div li a div h3 {
              font-size: 16px;
              font-size: 1.6rem;
              margin-bottom: 6px; }
            .single article .the-content .related > div li a div .subtitle {
              font-size: 14px;
              font-size: 1.4rem;
              font-weight: 100; }
          .single article .the-content .related > div li a:hover {
            background-color: #F6AB14;
            color: #FFF; }
            .single article .the-content .related > div li a:hover img {
              border-color: #FFF; }
      .single article .the-content .related > div:last-child {
        border-left: 4px solid #212121; }
        @media only screen and (max-width: 767px) {
          .single article .the-content .related > div:last-child {
            border-left: 0; } }
  .single article .the-content .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list {
    margin: 0; }
    .single article .the-content .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list .responsive-tabs__list__item {
      border: 0;
      padding: 10px 15px; }
      .single article .the-content .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active {
        border: 0;
        padding: 10px;
        border-bottom: 4px solid #F6AB14;
        padding: 10px 15px; }
  .single article .the-content .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel {
    border: 0;
    padding: 20px 0 0; }
  @media only screen and (max-width: 1023px) {
    .single article .the-content {
      padding: 0 20px; } }
.single article .mejs-container {
  margin-bottom: 20px; }
  .single article .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #F6AB14; }
.single .featured--h {
  margin-bottom: 40px;
  max-height: 400px;
  overflow: hidden; }
  .single .featured--h img {
    width: 100%;
    height: auto;
    display: block; }
.single .featured--v {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20%; }
  .single .featured--v img {
    width: 100%;
    height: auto;
    display: block; }
  .single .featured--v.right {
    left: auto;
    right: 0; }
.single .post-info {
  padding: 0 20px;
  text-align: center; }
  .single .post-info .author img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 10px; }
  .single .post-info .author a {
    display: block; }
  .single .post-info .date {
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    opacity: 0.75; }
  .single .post-info .tags {
    -webkit-transition: max-height 0.6s ease;
    -moz-transition: max-height 0.6s ease;
    -ms-transition: max-height 0.6s ease;
    -o-transition: max-height 0.6s ease;
    transition: max-height 0.6s ease; }
    .single .post-info .tags .toggle {
      font-weight: normal;
      font-size: 12px;
      cursor: pointer; }
      .single .post-info .tags .toggle .fa {
        margin-left: 3px; }
      .single .post-info .tags .toggle:hover {
        color: #F6AB14; }
    .single .post-info .tags.closed {
      max-height: 200px;
      overflow: hidden; }
    .single .post-info .tags.open {
      max-height: 1200px; }
  .single .post-info strong {
    display: block;
    margin-top: 20px;
    margin-bottom: 5px; }
  .single .post-info .credit {
    margin-bottom: 9px;
    border-bottom: 1px solid #212121;
    padding-bottom: 10px;
    text-transform: capitalize;
    display: block; }
    .single .post-info .credit .label {
      text-align: left;
      font-weight: bold; }
    .single .post-info .credit span {
      text-align: right; }
    .single .post-info .credit:last-child {
      border-bottom: 0;
      margin-bottom: 0; }
    .single .post-info .credit.title {
      display: block;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.25;
      font-family: 'Roboto Slab', serif;
      text-transform: normal;
      border-bottom-width: 2px; }
      @media only screen and (max-width: 1023px) {
        .single .post-info .credit.title {
          font-size: 0; } }
  @media only screen and (max-width: 1023px) {
    .single .post-info {
      margin-bottom: 40px; } }
.single .review-article-info {
  margin-bottom: 55px;
  padding-bottom: 55px;
  border-bottom: 5px solid #212121; }
  .single .review-article-info > div .author-avatar {
    margin-right: 10px;
    display: inline-block;
    float: left; }
  .single .review-article-info > div .author,
  .single .review-article-info > div .date {
    width: calc(100% - 58px);
    float: left;
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    opacity: 0.75; }
  .single .review-article-info > div .categories,
  .single .review-article-info > div .tags {
    -webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    -ms-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease; }
    .single .review-article-info > div .categories a,
    .single .review-article-info > div .tags a {
      display: inline-block;
      text-transform: capitalize;
      line-height: 1.25; }
    .single .review-article-info > div .categories .toggle,
    .single .review-article-info > div .tags .toggle {
      font-weight: normal;
      font-size: 10px;
      cursor: pointer; }
      .single .review-article-info > div .categories .toggle .fa,
      .single .review-article-info > div .tags .toggle .fa {
        margin-left: 3px; }
      .single .review-article-info > div .categories .toggle:hover,
      .single .review-article-info > div .tags .toggle:hover {
        color: #F6AB14; }
    .single .review-article-info > div .categories.closed,
    .single .review-article-info > div .tags.closed {
      max-height: 140px;
      overflow: hidden; }
    .single .review-article-info > div .categories.open,
    .single .review-article-info > div .tags.open {
      max-height: 1200px; }
  .single .review-article-info > div .categories {
    margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .single .review-article-info > div:first-child {
      margin-bottom: 20px; } }

.wrapper.fixed-layout {
  width: 80%;
  margin-left: 20%; }
  .wrapper.fixed-layout .fix-header #fixed-header {
    width: 80%;
    margin-left: 20%; }
  .wrapper.fixed-layout.right {
    margin-left: 0;
    margin-right: 20%; }

/*------------------------------------*\
	PAGE
\*------------------------------------*/
.page main section {
  padding: 40px 20px; }
  .page main section h1 {
    font-size: 80px;
    font-size: 8.0rem;
    font-weight: 100;
    position: relative;
    margin-bottom: 80px;
    text-align: center; }
    .page main section h1::after {
      content: '';
      position: absolute;
      top: calc(100% - 1px + 40px);
      left: calc(50% - 50px);
      width: 100px;
      height: 2px;
      background-color: #212121; }
    @media only screen and (max-width: 1023px) {
      .page main section h1 {
        font-size: 50px;
        font-size: 5.0rem; } }
.page.contact-us .wpcf7 {
  text-align: center; }
  .page.contact-us .wpcf7 .wpcf7-form {
    display: inline-block; }
    .page.contact-us .wpcf7 .wpcf7-form input,
    .page.contact-us .wpcf7 .wpcf7-form textarea {
      border: 0;
      padding: 10px;
      background-color: #424242;
      color: #fff;
      font-weight: 100; }
    .page.contact-us .wpcf7 .wpcf7-form input[type=submit] {
      padding: 10px 20px;
      margin-top: 20px; }
      .page.contact-us .wpcf7 .wpcf7-form input[type=submit]:hover {
        background-color: #F6AB14; }
    .page.contact-us .wpcf7 .wpcf7-form .wpcf7-recaptcha {
      display: inline-block; }

/*------------------------------------*\
	SINGLE + PAGE
	WORDPRESS GALLERY
\*------------------------------------*/
.single article .the-content img.alignleft,
.page article .the-content img.alignleft {
  margin-right: 20px; }
.single article .the-content img.alignright,
.page article .the-content img.alignright {
  margin-left: 20px; }
.single article .the-content a,
.page article .the-content a {
  color: #F6AB14; }
  .single article .the-content a:hover,
  .page article .the-content a:hover {
    color: #212121; }
.single article .the-content p,
.page article .the-content p {
  line-height: 1.4;
  margin-bottom: 20px; }
  .single article .the-content p:last-child,
  .page article .the-content p:last-child {
    margin-bottom: 0; }
.single article .the-content ul,
.page article .the-content ul {
  padding-left: 40px;
  margin-bottom: 20px; }
  .single article .the-content ul li,
  .page article .the-content ul li {
    list-style-type: disc;
    padding-bottom: 10px;
    line-height: 1.4; }
    .single article .the-content ul li:last-child,
    .page article .the-content ul li:last-child {
      padding-bottom: 0; }
.single article .the-content ol,
.page article .the-content ol {
  padding-left: 40px;
  margin-bottom: 20px; }
  .single article .the-content ol li,
  .page article .the-content ol li {
    list-style-type: decimal-leading-zero;
    padding-bottom: 10px;
    line-height: 1.4; }
    .single article .the-content ol li:last-child,
    .page article .the-content ol li:last-child {
      padding-bottom: 0; }
.single article .the-content img,
.page article .the-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }
.single article .the-content h2,
.page article .the-content h2 {
  font-size: 200%;
  margin-bottom: 20px; }
.single article .the-content h3,
.page article .the-content h3 {
  font-size: 150%;
  margin-bottom: 20px; }
.single article .the-content h4,
.page article .the-content h4 {
  font-size: 120%;
  margin-bottom: 20px; }
.single article .the-content .gallery .gallery-item,
.page article .the-content .gallery .gallery-item {
  margin-bottom: 10px; }
  .single article .the-content .gallery .gallery-item img,
  .page article .the-content .gallery .gallery-item img {
    border: 1px solid #212121 !important;
    padding: 9px; }
.single article .the-content .wp-caption,
.page article .the-content .wp-caption {
  padding: 0;
  border: 0;
  margin: 0px auto 20px; }
  .single article .the-content .wp-caption .wp-caption-text,
  .page article .the-content .wp-caption .wp-caption-text {
    margin: 0px auto 20px;
    padding: 10px 0px 0px;
    font-size: 12px;
    font-size: 1.2rem; }

/*------------------------------------*\
	ARCHIVE + SEARCH RESULTS
\*------------------------------------*/
.archive main section,
.search main section {
  text-align: center;
  padding: 40px 20px; }
  .archive main section h1,
  .search main section h1 {
    font-size: 80px;
    font-size: 8.0rem;
    font-weight: 100;
    position: relative;
    margin-bottom: 80px; }
    .archive main section h1::after,
    .search main section h1::after {
      content: '';
      position: absolute;
      top: calc(100% - 1px + 40px);
      left: calc(50% - 50px);
      width: 100px;
      height: 2px;
      background-color: #212121; }
    @media only screen and (max-width: 1023px) {
      .archive main section h1,
      .search main section h1 {
        font-size: 50px;
        font-size: 5.0rem; } }
  .archive main section .more-categories h2,
  .search main section .more-categories h2 {
    font-size: 150%;
    margin-bottom: 10px; }
  .archive main section .more-categories ul,
  .search main section .more-categories ul {
    width: 80%;
    margin: 20px auto 0px; }
    .archive main section .more-categories ul li,
    .search main section .more-categories ul li {
      margin-bottom: 10px;
      width: 19%;
      font-size: 14px;
      font-size: 1.4rem;
      display: inline-block; }
      @media only screen and (max-width: 1023px) {
        .archive main section .more-categories ul li,
        .search main section .more-categories ul li {
          width: 49%; } }
      @media only screen and (max-width: 767px) {
        .archive main section .more-categories ul li,
        .search main section .more-categories ul li {
          width: 100%; } }
.archive.author .author-description,
.search.author .author-description {
  line-height: 1.5;
  padding: 20px;
  background: #424242;
  color: #fff;
  font-weight: 100;
  border-radius: 8px;
  margin: 0 40px;
  font-family: 'Roboto Slab',serif;
  font-size: 14px;
  text-align: left; }
  .archive.author .author-description .avatar,
  .search.author .author-description .avatar {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left; }
  .archive.author .author-description p,
  .search.author .author-description p {
    margin-bottom: 10px;
    margin-left: 115px; }
    .archive.author .author-description p:last-child,
    .search.author .author-description p:last-child {
      margin-bottom: 0; }
.archive .pagination,
.search .pagination {
  margin: 40px 0; }
  .archive .pagination .page-numbers,
  .search .pagination .page-numbers {
    display: inline-block;
    margin: 0 5px; }
    .archive .pagination .page-numbers.current,
    .search .pagination .page-numbers.current {
      opacity: 0.5;
      background: #F6AB14;
      color: #FFF;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      height: 40px;
      width: 40px;
      line-height: 40px; }

/*------------------------------------*\
	FOOTER
\*------------------------------------*/
.footer {
  background-color: #212121;
  color: #FFF;
  clear: both; }
  .footer .content > div {
    padding: 40px; }
    .footer .content > div h2 {
      text-align: center;
      font-size: 30px;
      font-size: 3.0rem; }
    .footer .content > div li {
      text-align: left;
      margin-top: 15px;
      padding-top: 14px;
      border-top: 1px solid rgba(255, 255, 255, 0.5); }
      .footer .content > div li a {
        color: #FFF;
        display: block;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 10px; }
        .footer .content > div li a img {
          width: 50px;
          height: auto;
          float: left;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          margin-right: 10px; }
          @media only screen and (max-width: 1023px) {
            .footer .content > div li a img {
              float: none;
              margin: 0 0 10px 0; } }
        .footer .content > div li a div {
          float: left;
          width: calc(100% - 90px); }
          .footer .content > div li a div h3 {
            font-size: 16px;
            font-size: 1.6rem;
            margin-bottom: 6px; }
          .footer .content > div li a div .subtitle,
          .footer .content > div li a div .comment {
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: 100; }
          @media only screen and (max-width: 1023px) {
            .footer .content > div li a div {
              float: none;
              width: 100%; } }
        .footer .content > div li a:hover {
          color: #F6AB14; }
        @media only screen and (max-width: 1023px) {
          .footer .content > div li a {
            text-align: center; } }
    @media only screen and (max-width: 1023px) {
      .footer .content > div {
        padding: 20px; } }
  .footer .motto {
    font-size: 10vw;
    line-height: 20px;
    font-family: "Norwester", sans-serif;
    text-align: center;
    padding: 70px 100px 50px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
    .footer .motto span:first-child {
      display: block;
      position: relative;
      z-index: 2; }
    .footer .motto span:last-child {
      display: inline-block;
      font-size: 20px;
      font-size: 2.0rem;
      background-color: #212121;
      color: rgba(255, 255, 255, 0.5);
      padding: 10px;
      position: relative;
      z-index: 1; }
    .footer .motto::before {
      content: '';
      width: 80%;
      height: 1px;
      position: absolute;
      background-color: rgba(255, 255, 255, 0.5);
      top: calc(100% - 50px - 22px);
      left: 10%; }
    .footer .motto::after {
      content: '';
      width: calc(80% - 20px);
      height: 1px;
      position: absolute;
      background-color: rgba(255, 255, 255, 0.5);
      top: calc(100% - 50px - 18px);
      left: calc(10% + 10px); }
    @media only screen and (max-width: 1023px) {
      .footer .motto {
        font-size: 17.5vw;
        padding: 70px 20px 50px; } }
    @media only screen and (max-width: 767px) {
      .footer .motto {
        font-size: 16.5vw; } }
  .footer .categories {
    text-align: center; }
    .footer .categories .category {
      padding: 10px; }
      .footer .categories .category a {
        color: #FFF;
        position: relative; }
        .footer .categories .category a .count {
          opacity: 0;
          position: absolute;
          left: 0;
          -webkit-transition: all 200ms ease;
          -moz-transition: all 200ms ease;
          -ms-transition: all 200ms ease;
          -o-transition: all 200ms ease;
          transition: all 200ms ease; }
        .footer .categories .category a:hover {
          color: #F6AB14; }
          .footer .categories .category a:hover .count {
            color: #FFF;
            opacity: 0.5;
            left: calc(100% + 8px); }
  .footer nav {
    border: solid rgba(255, 255, 255, 0.25);
    border-width: 1px 0;
    margin: 59px 0 19px;
    padding: 20px 0;
    display: block; }
    .footer nav ul {
      text-align: center; }
      .footer nav ul li {
        display: inline-block;
        padding: 10px 20px; }
        .footer nav ul li a {
          color: #FFF; }
          .footer nav ul li a:hover {
            color: #F6AB14; }
  .footer .copyright {
    text-align: center;
    padding: 40px 0; }

/*------------------------------------*\
	PLUGINS
\*------------------------------------*/
.tos-wrapper.tos-fixed {
  z-index: 100100 !important; }

#upprev_box {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-left: 0 !important;
  border-top: 0 !important;
  border-top: 3px solid #F6AB14 !important;
  background-color: #F5F5F5 !important; }
  #upprev_box > h6 {
    font-weight: normal !important; }
  #upprev_box .upprev_excerpt p {
    font-size: 14px;
    line-height: 18px; }
  #upprev_box .upprev_excerpt br {
    display: none !important; }

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