/*!
Theme Name: Raiden
Theme URI: https://codestag.com/themes/raiden/
Author: Codestag
Author URI: https://codestag.com
Description: A responsive + retina ready theme with focus on readability.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: raiden
Tags: custom-colors, custom-menu, author-bio, theme-options, translation-ready, featured-images, site-logo

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Raiden is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.clear, .post-navigation .nav-links, .site, .entry-footer, .author-info {
  zoom: 1;
}

.clear:before, .post-navigation .nav-links:before, .site:before, .entry-footer:before, .author-info:before, .clear:after, .post-navigation .nav-links:after, .site:after, .entry-footer:after, .author-info:after {
  display: table;
  content: "";
}

.clear:after, .post-navigation .nav-links:after, .site:after, .entry-footer:after, .author-info:after {
  clear: both;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
  font-family: Inconsolata, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

body {
  background: #24252f;
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.stag-button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: #33c5ab;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: bold;
  line-height: 1;
  outline: 0;
}

button:hover,
.stag-button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
.stag-button:active,
.stag-button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

.stag-button {
  color: #fff !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #333;
  border: 1px solid #e7e7e7;
  background: #f8f8f8;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #e7e7e7;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 12px 10px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

label {
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 4px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #00b796;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #333333;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  margin: 50px 0 0;
  padding: 0;
  text-transform: uppercase;
}

.main-navigation ul {
  margin: 0;
  padding: 0;
}

.main-navigation li {
  display: block;
  line-height: 1.7;
}

.main-navigation a {
  padding: 9px 0;
  color: inherit;
}

.comment-navigation,
.posts-navigation {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  text-transform: uppercase;
}

.site-main .comment-navigation, .site-main
.posts-navigation {
  margin: 1.5em auto;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.expand-menu {
  -webkit-appearance: none;
  background: #24252f;
  background: rgba(36, 37, 47, 0.5);
  color: #fff;
  width: 100%;
  border: none;
  padding: 12px 10px;
  margin: 20px 0 20px;
  height: 40px;
  position: relative;
}

.expand-menu:before {
  color: #333;
  content: "\f419";
  line-height: 40px;
  width: 40px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  color: #fff;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

.expand-menu.toggled-on:before {
  content: "\f405";
  font-size: 28px;
  position: relative;
  top: -6px;
  left: -1px;
}

@media screen and (min-width: 768px) {
  .expand-menu {
    display: none;
  }
}

.expand-menu .genericon {
  font-size: 1.8em;
}

.post-navigation {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  text-transform: uppercase;
}

.post-navigation a {
  color: inherit;
}

.post-navigation .meta-nav {
  font-size: 10px;
}

.post-navigation .post-title {
  margin-top: 10px;
}

.post-navigation .nav-links {
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .post-navigation .nav-links {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .post-navigation .nav-links .nav-link {
    width: 50%;
    float: left;
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .post-navigation .nav-links .nav-link > a {
    display: inline-block;
    max-width: 270px;
  }
  .post-navigation .nav-links .nav-link:only-of-type {
    width: auto;
    border: none;
  }
  .post-navigation .nav-links .nav-next {
    border-left: 2px solid #000;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .post-navigation .nav-links .nav-next > a {
    float: right;
  }
}

.entry-footer + .post-navigation {
  border-top: none;
}

.posts-navigation {
  max-width: 790px;
  margin: 0 auto;
  border-top: 2px solid #000;
  padding: 20px 0 10px;
}

.posts-navigation a {
  color: inherit;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text, .expand-menu .button-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus, .expand-menu .button-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

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

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

.clear:after, .post-navigation .nav-links:after, .site:after, .entry-footer:after, .author-info:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 70px 0 30px 0;
  margin: 4.375rem 0 1.875rem 0;
  /* Make sure select elements fit in widgets. */
}

.widget .widget-title {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  padding-bottom: 20px;
}

.widget .widget-title:after {
  content: '';
  width: 68px;
  height: 2px;
  background: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
}

.widget select {
  max-width: 100%;
}

.widget .post-date {
  display: block;
  font-size: 13px;
  opacity: .8;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget li {
  display: block;
  margin-bottom: 10px;
}

.stag-flickr-widget ul {
  list-style: none;
}

.stag-flickr-widget li {
  display: inline-block;
  margin: 0 5px 5px 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Site Layout
--------------------------------------------------------------*/
.sidebar {
  padding: 30px;
  background-color: #00b796;
  color: #ffffff;
}

.sidebar a {
  color: inherit;
}

@media screen and (min-width: 768px) {
  .sidebar {
    float: left;
    position: fixed;
    height: 100%;
    width: 330px;
    overflow: scroll;
  }
}

.sidebar .search-field {
  border: none;
  width: 100%;
  outline: 0;
}

.sidebar .search-submit {
  display: none;
}

.site-content {
  max-width: 1100px;
  background: #ffffff;
  color: #252323;
}

@media screen and (min-width: 768px) {
  .site-content {
    margin-left: 330px;
  }
}

.content-area {
  padding: 15px;
}

.custom-logo-link {
  display: inline-block;
  margin-bottom: 10px;
}

.site-title {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 900;
  margin: 0 0 0 0;
}

@media screen and (min-width: 768px) {
  .secondary,
  .site-header {
    max-width: 270px;
  }
}

.secondary {
  display: none;
}

@media screen and (min-width: 768px) {
  .secondary {
    display: block;
  }
}

.secondary.toggled-on {
  display: block;
}

.site-footer {
  max-width: 790px;
  border-top: 2px solid #000;
  font-size: 12px;
  margin: 20px auto;
  padding-top: 20px;
}

.home.layout-one-ex .entry-content,
.archive.layout-one-ex .entry-content,
.search.layout-one-ex .entry-content {
  margin: 0;
}

.home.layout-one-ex .entry-content p:last-child,
.archive.layout-one-ex .entry-content p:last-child,
.search.layout-one-ex .entry-content p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
  .layout-odd .site-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .layout-odd .post-tile {
    height: 450px;
  }
}

.layout-odd .post-tile .entry-title {
  font-size: 35px;
  font-size: 2.1875rem;
}

.layout-odd .hentry {
  position: relative;
}

@media screen and (min-width: 1000px) {
  .layout-odd .hentry {
    -webkit-box-flex: 0 1 49%;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
  }
  .layout-odd .hentry:nth-child(3n+1) {
    -webkit-box-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

@media screen and (min-width: 1000px) and (min-width: 768px) {
  .layout-odd .hentry:nth-child(3n+1) .entry-title {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}

.layout-one-ex .entry-meta {
  background: #00b796;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 10px;
  width: auto;
  display: inline-block;
}

.layout-one-ex .entry-meta a {
  color: inherit;
}

.layout-one-ex .content-wrap {
  max-width: 790px;
  border-bottom: 2px solid #000;
  padding-bottom: 40px;
  margin: 0 auto 40px auto;
}

.layout-one-ex .hentry:last-of-type .content-wrap {
  margin-bottom: 0;
  border: none;
}

.layout-one-ex .post-thumbnail {
  margin: 0;
}

.layout-one-ex .has-post-thumbnail .content-wrap {
  margin-top: -15px;
}

.layout-one-ex .entry-title {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: 900;
  margin: 40px 0;
  cursor: pointer;
}

.layout-one-ex .entry-title a {
  color: inherit;
}

@media screen and (min-width: 768px) {
  .layout-one-ex .entry-title {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}

.more-link {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: inherit;
  display: block;
  padding-top: 30px;
}

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

.post-tile {
  background-size: cover;
  background-position: center;
  background-color: #f0f0f0;
  position: relative;
  margin: 0 0 15px 0;
  overflow: hidden;
  padding-top: 50%;
  padding-bottom: 50px;
  min-height: 350px;
  max-height: 480px;
}

.post-tile .entry-header {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0 30px;
}

.post-tile.has-post-thumbnail {
  color: #fff;
}

.post-tile.has-post-thumbnail a {
  color: inherit;
}

.post-tile:not(.has-post-thumbnail) {
  color: #000;
}

.post-tile:not(.has-post-thumbnail) .entry-meta {
  color: #838383;
}

.post-tile:not(.has-post-thumbnail) a {
  color: inherit;
}

.post-tile .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.26);
}

.post-tile .entry-title {
  font-size: 55px;
  font-size: 3.4375rem;
  line-height: 1;
  font-weight: 900;
  margin: 0 0 10px;
}

.post-tile .entry-meta {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .entry-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

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

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content {
  margin: 30px 0 40px;
  margin: 1.875rem 0 2.5rem;
  font-size: 19px;
  font-size: 1.1875rem;
}

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

.single-post-cover {
  color: #fff;
}

.entry-content,
.post-navigation,
.comments-area,
.secondary-post-meta,
.entry-footer {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.entry-footer {
  text-transform: uppercase;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 20px 0;
  font-size: 11px;
  font-weight: bold;
}

.entry-footer:empty {
  display: none;
}

.entry-footer a {
  color: inherit;
}

.entry-footer .tags-links a {
  text-decoration: underline;
}

.entry-footer .sharedaddy h3.sd-title {
  display: inline;
  padding-right: 10px;
}

.entry-footer .sharedaddy h3.sd-title:before {
  display: none;
}

.entry-footer .sd-content {
  display: inline;
}

.entry-footer .sd-content ul {
  display: inline;
}

.entry-footer .post-tags,
.entry-footer .post-share {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: -.25em;
}

@media screen and (min-width: 768px) {
  .entry-footer .post-share {
    text-align: right;
  }
}

.entry-footer .full-span {
  margin-right: 0;
  width: 100%;
  text-align: left;
}

.search .page-header,
.archive .page-header,
.page-template-custom-archives .page-header {
  max-width: 790px;
  margin: 0 auto;
}

.search .page-header:after,
.archive .page-header:after,
.page-template-custom-archives .page-header:after {
  display: block;
  width: 77px;
  height: 2px;
  margin: 35px 0 70px 0;
  background: #000;
  content: "";
}

.archive-page-title .page-title {
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 0;
  font-size: 28px;
  font-size: 1.75rem;
}

.archive-page-title .author-description {
  float: right;
  font-size: 16px;
  max-width: 470px;
  margin-top: 15px;
}

.archive-page-title span:first-of-type {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
}

.author-info {
  background-color: #00b796;
  color: #ffffff;
  padding: 22px;
  font-size: 16px;
  font-size: 1rem;
}

.author-info .author-title {
  clear: none;
}

.author-info .author-heading {
  text-transform: uppercase;
  font-size: 15px;
}

.author-info .author-bio {
  overflow: hidden;
  margin: 0;
}

.author-info .avatar {
  border-radius: 50%;
  float: left;
  height: 70px;
  margin: 0 1.75em 1.75em 0;
  width: 70px;
}

.author-info .author-link {
  white-space: nowrap;
  display: block;
  margin-top: 5px;
  color: inherit;
}

.custom-archive-widgets {
  max-width: 790px;
  margin: 0 auto;
}

.custom-archive-widgets .widget-title {
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.custom-archive-widgets .archive-widget:not(:last-child) {
  border-bottom: 2px solid #000;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.custom-archive-widgets .custom-recent-posts ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-archive-widgets .custom-recent-posts li:not(:last-child) {
  margin-bottom: 30px;
}

.custom-archive-widgets .custom-recent-posts .entry-title {
  font-size: 35px;
  font-size: 2.1875rem;
  margin: 0 0 10px;
}

.custom-archive-widgets .custom-recent-posts a {
  color: inherit;
}

.custom-archive-widgets .custom-recent-posts .post-meta {
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
}

.custom-archive-widgets .custom-categories {
  font-size: 22px;
  font-size: 1.375rem;
}

.custom-archive-widgets .custom-categories ul {
  margin: 0;
  padding: 0;
}

.custom-archive-widgets .custom-categories li {
  list-style: none;
  display: inline-block;
}

.custom-archive-widgets .custom-categories li:after {
  content: ',';
  position: relative;
  left: -4px;
}

body.page .entry-content {
  margin-bottom: 0;
}

.stag-intro-text {
  font-size: 110%;
  margin-top: 0;
}

.instagram-follow-link {
  display: inline-block;
}

.entry-subtitle {
  margin-top: 20px;
}

.no-page-cover .entry-header {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-title {
  margin-bottom: 50px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-respond input:not([type="submit"]) {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .comment-form-author,
  .comment-form-email {
    width: 49%;
    display: inline-block;
    margin-left: -.25em;
  }
  .comment-form-author {
    margin-right: 2%;
  }
}

.comments-area {
  margin-top: 40px;
  margin-bottom: 40px;
}

.comment-reply-title {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .comment-reply-title {
    font-size: 28px;
  }
}

.comment-list {
  padding: 0 0 50px;
  margin: 0 0 50px;
  list-style: none;
  border-bottom: 2px solid #000;
}

.comment .children {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}

@media screen and (min-width: 768px) {
  .comment .children {
    padding: 0 0 0 100px;
  }
}

.comment .avatar {
  max-width: 70px;
  border-radius: 50%;
  float: left;
  margin-right: 30px;
}

.comment .comment-author {
  text-transform: uppercase;
  color: #252323;
}

.comment .comment-body:after {
  display: block;
  width: 77px;
  height: 2px;
  margin: 40px 0 40px 100px;
  background: #000;
  content: "";
}

.comment a {
  color: inherit;
}

.comment .says {
  text-transform: lowercase;
}

.comment .comment-metadata {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

.comment-content {
  padding-left: 100px;
}

.comment-reply-link {
  padding-left: 100px;
  color: inherit;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.entry-footer,
.comments-area,
.post-navigation {
  width: 100%;
}

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
