<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: Skilt
Theme URI: https://codestag.com/themes/skilt
Author: Codestag
Author URI: https://codestag.com
Description: An elegant WordPress theme for frequent bloggers. Comes with three unique blog layouts and offers supports for several post formats.
Version: 1.0.7
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme-options, fluid-layout, editor-style, featured-images, translation-ready
Text Domain: stag
*/
/*---------------------------------------------------------
 1. Reset (_reset.scss)
-------------------------------------------------------- */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

.site-header, .site-content, .gallery, .post-links, .post-meta-info, .entry-content,
.comment-content, .paging-navigation, .entry-meta-wrapper, .stag-gallery-slideshow {
  zoom: 1;
}
.site-header:before, .site-content:before, .gallery:before, .post-links:before, .post-meta-info:before, .entry-content:before,
.comment-content:before, .paging-navigation:before, .entry-meta-wrapper:before, .stag-gallery-slideshow:before, .site-header:after, .site-content:after, .gallery:after, .post-links:after, .post-meta-info:after, .entry-content:after,
.comment-content:after, .paging-navigation:after, .entry-meta-wrapper:after, .stag-gallery-slideshow:after {
  display: table;
  content: "";
}
.site-header:after, .site-content:after, .gallery:after, .post-links:after, .post-meta-info:after, .entry-content:after,
.comment-content:after, .paging-navigation:after, .entry-meta-wrapper:after, .stag-gallery-slideshow:after {
  clear: both;
}

.site {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1210px) {
  .site {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.site-navigation-toggle, .menu-header {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.g,
.grid {
  margin-left: -3%;
  max-width: 105%;
}

.unit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-left: 3%;
  margin-right: -.2em;
  /* Clearfix */
  overflow: hidden;
  *overflow: visible;
}

.span-grid {
  width: 97%;
}

.one-of-two {
  width: 47%;
}

.one-of-three {
  width: 30.36%;
}

.two-of-three {
  width: 63.666666666%;
}

.one-of-four {
  width: 22.05%;
}

.three-of-four {
  width: 72%;
}

.one-of-five {
  width: 17.07%;
}

.two-of-five {
  width: 37%;
}

.three-of-five {
  width: 57%;
}

.four-of-five {
  width: 77%;
}

@media screen and (max-width: 650px) {
  .grid {
    margin-left: 0;
    max-width: none;
  }

  .unit {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}
/*---------------------------------------------------------
 2. Scaffolding (_scaffolding.scss)
-------------------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
}
@media screen and (max-width: 480px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9a9a9a;
  line-height: 1.55;
  background-color: #fefefe;
  text-rendering: optimizeLegibility;
}

a {
  color: #f56f6c;
  text-decoration: none;
  -moz-transition: color 150ms ease-in-out;
  -o-transition: color 150ms ease-in-out;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
a:hover {
  color: #13171a;
}

.container {
  position: relative;
  overflow: hidden;
  z-index: 6;
  -webkit-overflow-scrolling: touch;
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -o-transition: -o-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}

.page-cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: animation;
  -webkit-animation: zoom-out 900ms ease-out;
  -moz-animation: zoom-out 900ms ease-out;
  animation: zoom-out 900ms ease-out;
}

.site {
  position: relative;
  z-index: auto;
}

.site-nav-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 600;
}

.site-header {
  position: relative;
  z-index: 100;
  padding: 30px 0;
  padding:  3rem 0;
}
.site-header a {
  color: inherit;
}

.site-title {
  line-height: 1;
  margin: 0;
}

.site-description {
  margin: 0;
}

@media screen and (min-width: 480px) {
  .site-title,
  .site-description {
    display: inline-block;
    vertical-align: middle;
  }

  .custom-logo {
    display: inline-block !important;
    vertical-align: middle;
  }

  .site-description {
    margin: 0 0 0 10px;
  }
}
.site-branding {
  float: left;
}

.site-navigation-toggle {
  color: #252931;
  right: 0;
  line-height: 1;
  z-index: 9000;
  font-size: 30px;
  font-size: 3rem;
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.site-navigation-toggle .fa-bars {
  position: relative;
  top: -3px;
  max-height: 25px;
  display: inline-block;
  overflow: hidden;
}

.custom-logo {
  display: block;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.custom-logo a {
  display: block;
  width: 100%;
  height: 0;
  font: 0/0 a;
  text-decoration: none;
  text-shadow: none;
  color: transparent;
}

.site-main {
  display: block;
}
.single .site-main, .page .site-main {
  background-color: #fff;
  padding: 30px;
  padding: 3rem;
}

.has-background .site-header,
.has-background .site-footer,
.has-background .social-links,
.has-background .paging-navigation,
.has-background .site-title {
  color: #fff;
}

/*---------------------------------------------------------
 Navigation (_scaffolding.scss)
-------------------------------------------------------- */
.navigation {
  list-style: none;
  margin: 15px 0;
  margin:  1.5rem 0;
}
.navigation li {
  display: inline-block;
  margin-right: 15px;
}

.site-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  outline: 0;
  max-width: 350px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 5;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.site-nav--scrollable-container {
  position: relative;
  padding: 50px 25px;
  padding:  5rem 2.5rem;
  overflow: auto;
  width: 350px;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  position: relative;
  background: white;
  -moz-transition: -moz-transform 180ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -o-transition: -o-transform 180ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -webkit-transition: -webkit-transform 180ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition: transform 180ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -moz-transform: translateX(350px);
  -ms-transform: translateX(350px);
  -webkit-transform: translateX(350px);
  transform: translateX(350px);
}
.admin-bar .site-nav--scrollable-container {
  padding-top: 80px;
}
.site-nav__section:after,
.site-nav .primary-menu:after {
  content: '';
  display: block;
  width: 145px;
  height: 1px;
  background: #c2c2c2;
  margin: 50px 0;
  margin:  5rem 0;
}
.site-nav__section:last-child:after,
.site-nav .primary-menu:last-child:after {
  display: none;
}
.site-nav #close-nav {
  position: absolute;
  top: 50px;
  right: 30px;
  font-size: 30px;
  cursor: pointer;
  z-index: 50;
  color: #252931;
}
.admin-bar .site-nav #close-nav {
  top: 80px;
}
.site-nav #close-nav + .widget_search {
  margin-top: 50px;
}

.menu-sidebar .sub-menu,
.menu-sidebar .children {
  margin: 0;
  padding: 0;
}
.menu-sidebar .sub-menu li,
.menu-sidebar .children li {
  margin: 7px 0;
}
.menu-sidebar .sub-menu a,
.menu-sidebar .children a {
  padding-left: 15px;
}
.menu-sidebar .sub-menu a:before,
.menu-sidebar .children a:before {
  content: "\2013 ";
  display: inline-block;
  padding-right: 10px;
}

.menu-header {
  right: 50px;
  font-size: 16px !important;
  font-size: 1.6rem !important;
}
@media screen and (max-width: 799px) {
  .menu-header {
    display: none;
  }
}
.menu-header &gt; li {
  text-transform: uppercase;
  display: inline-block;
}
.menu-header li {
  line-height: 1;
  margin: 0 !important;
  position: relative;
  padding: 10px 15px;
  padding:  1rem 1.5rem;
}
.menu-header li:hover {
  background: black;
  background: rgba(0, 0, 0, 0.7);
}
.menu-header li:hover ul {
  display: block;
  overflow: inherit;
  clip: inherit;
  width: inherit;
  height: inherit;
}
.menu-header a {
  color: #fff !important;
}
@media screen and (min-width: 800px) {
  .menu-header .children,
  .menu-header .sub-menu {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0px;
    top: 36px;
    min-width: 150px;
    z-index: 99999;
    overflow: hidden;
    background: black;
    background: rgba(0, 0, 0, 0.7);
    text-transform: none;
    display: none;
  }
  .menu-header .children li,
  .menu-header .sub-menu li {
    line-height: 1.2;
  }
}

@media screen and (min-width: 800px) {
  .hide-on-desktop {
    display: none;
  }
}

.site-nav-transition {
  overflow: hidden;
  height: 100%;
}
.site-nav-transition .site-navigation-toggle {
  opacity: 0;
}
.site-nav-transition .site-nav--scrollable-container {
  display: block;
  width: 350px;
}
@media screen and (max-width: 350px) {
  .site-nav-transition .site-nav--scrollable-container {
    max-width: 320px;
  }
}
.site-nav-transition .container {
  z-index: 3;
  -moz-transform: translateX(-350px);
  -ms-transform: translateX(-350px);
  -webkit-transform: translateX(-350px);
  transform: translateX(-350px);
}

.site-nav-drawer-open .site-nav-overlay {
  display: block;
  right: 350px;
  z-index: 900;
}
.site-nav-drawer-open .site-nav--scrollable-container {
  z-index: 20;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.site-nav--scrollable-container::-webkit-scrollbar {
  display: none;
}

/*---------------------------------------------------------
 Content Area (_scaffolding.scss)
-------------------------------------------------------- */
.site-footer {
  margin: 60px 0 30px 0;
  margin:  6rem 0 3rem 0;
}
.site-footer a {
  color: inherit;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.site-footer a:hover {
  opacity: .5;
}
.site-footer .site-info a {
  border-bottom: 1px solid;
}

.footer-menu {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 650px) {
  .footer-menu {
    text-align: right;
  }
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li:first-of-type .divider {
  display: none;
}
.footer-menu .divider {
  display: inline-block;
  padding: 0 10px;
}

/*---------------------------------------------------------
 Footer Area (_scaffolding.scss)
-------------------------------------------------------- */
.social-links {
  margin: 0;
  padding: 0;
}
.social-links li {
  display: inline-block;
  width: 1.2857142857142858em;
  text-align: center;
}
.social-links a {
  color: inherit;
}

/*---------------------------------------------------------
 Select (_scaffolding.scss)
-------------------------------------------------------- */
::-moz-selection {
  background-color: #f3f4f5;
  color: #13171a;
  text-shadow: none;
}

::-webkit-selection {
  background-color: #f3f4f5;
  color: #13171a;
  text-shadow: none;
}

::selection {
  background-color: #f3f4f5;
  color: #13171a;
  text-shadow: none;
}

img::selection {
  background-color: transparent;
}

img::-moz-selection {
  background-color: transparent;
}

/*---------------------------------------------------------
 3. Elements (_elements.scss)
-------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  color: #252931;
  margin: 11px 0;
  margin:  1.1rem 0;
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

h2 {
  font-size: 30px;
  font-size: 3rem;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

h4 {
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
}

h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

h6 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

blockquote {
  clear: both;
  position: relative;
  font-style: italic;
  padding-left: 100px;
  padding-left: 10rem;
}
blockquote:before {
  content: "\f10e";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  position: absolute;
  font-size: 40px;
  font-size: 4rem;
  top: 4px;
  left: 25px;
}
blockquote p {
  color: #252931;
  line-height: 1.45;
  word-spacing: -1px;
  word-spacing: -0.1rem;
  font-size: 20px;
  font-size: 2rem;
}
blockquote cite {
  color: #484b50;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-size: 17px;
  font-size: 1.7rem;
}
blockquote cite:before {
  content: "\2014  ";
}

q:before {
  content: "\201C";
}
q:after {
  content: "\201D";
}

tt,
kbd,
pre,
code,
samp,
var {
  font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, monospace;
  background-color: #EAECEE;
  font-size: .85em;
  padding: 4px 6px;
  padding:  0.4rem 0.6rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  tab-size: 4;
  padding: 20px;
  padding: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

abbr, acronym, dfn {
  cursor: help;
  font-size: 0.95em;
  text-transform: uppercase;
  border-bottom: 1px dotted #171717;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

details summary {
  font-weight: 700;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
details :focus {
  outline: none;
}

ins,
mark {
  background-color: #fff9c0;
}

ins {
  text-decoration: none;
}
ins:before {
  content: "\005B";
  position: relative;
  right: 1px;
  right: 0.1rem;
}
ins:after {
  content: "\005D";
  position: relative;
  left: 1px;
  left: 0.1rem;
}

small {
  font-size: .75em;
}

big {
  font-size: 1.25em;
}

sub,
sup {
  font-size: 75%;
}
@media screen and (min-width: 800px) {
  sub,
  sup {
    font-size: 68.75%;
  }
}

hr:not(.stag-divider) {
  height: 0px;
  border-top: 1px solid #c2c2c2;
  border-bottom: none;
  margin: 50px auto;
  position: relative;
  font-size: 20px;
}
hr:not(.stag-divider)::after {
  content: "\f097";
  font-family: "FontAwesome";
  position: absolute;
  background: #fff;
  top: 50%;
  width: 70px;
  left: 50%;
  right: 50%;
  margin-left: -35px;
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

ul,
ol {
  margin: 0 0 22px 0;
  margin:  0 0 2.2rem 0;
  padding-left: 20px;
  padding-left: 2rem;
}
li &gt; ul, li &gt;
ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

[hidden] {
  display: none;
}

/*---------------------------------------------------------
 Definition lists (_elements.scss)
-------------------------------------------------------- */
dl dt {
  margin-bottom: 0;
}
dl dd {
  margin-left: 40px;
  margin-left: 4rem;
}

dt {
  font-weight: bold;
}

/*---------------------------------------------------------
 Tables (_elements.scss)
-------------------------------------------------------- */
table {
  width: 100%;
  text-align: center;
  border: 1px solid #c2c2c2;
  font-size: 16px;
  font-size: 1.6rem;
}
table caption {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
table th,
table td {
  padding: 10px 0;
  padding:  1rem 0;
}
table th {
  color: #13171a;
  border-left: 1px solid #c2c2c2;
}
table td {
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
}
table td[valign="top"] {
  vertical-align: top;
}
table td[valign="bottom"] {
  vertical-align: bottom;
}

/*---------------------------------------------------------
 Galleries (_elements.scss)
-------------------------------------------------------- */
.gallery {
  margin: 20px 0 10px !important;
}

.gallery-item {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  margin: 0 4px 4px 0;
  margin:  0 0.4rem 0.4rem 0;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 48%;
}
.gallery-columns-3 .gallery-item {
  width: 32%;
}
.gallery-columns-4 .gallery-item {
  width: 23%;
}
.gallery-columns-5 .gallery-item {
  width: 19%;
}
.gallery-columns-6 .gallery-item {
  width: 15%;
}
.gallery-columns-7 .gallery-item {
  width: 13%;
}
.gallery-columns-8 .gallery-item {
  width: 11%;
}
.gallery-columns-9 .gallery-item {
  width: 9%;
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-icon {
  line-height: 0;
}

/*---------------------------------------------------------
 4. Patterns (_patterns.scss)
-------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
img.size-full, img.size-large, img.wp-post-image {
  height: auto;
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
}
img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
img.wp-smiley {
  margin: 0;
  padding: 0;
  background: 0;
}

/*---------------------------------------------------------
 Captions (_patterns.scss)
-------------------------------------------------------- */
.wp-caption {
  max-width: 100%;
}
.wp-caption img {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

.wp-caption-text,
.wp-caption-dd {
  color: #859093;
  margin-top: 5px;
  margin-top: 0.5rem;
}

/*---------------------------------------------------------
 Media (_patterns.scss)
-------------------------------------------------------- */
embed,
object,
video,
iframe {
  max-width: 100%;
}

.fluid-width-video-wrapper {
  width: auto !important;
}

/*---------------------------------------------------------
 General (_patterns.scss)
-------------------------------------------------------- */
.clear {
  clear: both;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

.hide, .updated {
  display: none;
  visibility: hidden;
}

.hidden {
  visibility: hidden;
}

.visuallyhidden, .screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.noborder {
  border: none;
}

div .alignleft {
  text-align: left;
  margin-right: 20px;
  margin-right: 2rem;
}
div .alignright {
  text-align: right;
  margin-left: 20px;
  margin-left: 2rem;
}
div .aligncenter {
  text-align: center;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes zoom-out {
  0% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}
.search-form {
  display: block;
  position: relative;
}
.search-form label {
  display: block;
}

.search-field {
  width: 100%;
  padding: 10px 30px 10px 0;
  border-bottom: 1px solid #c2c2c2;
  background-color: transparent;
}

.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0;
  background: transparent;
  color: #9a9a9a;
}
.search-submit:hover {
  color: #747474;
}

.gallery-caption,
.bypostauthor {
  color: inherit;
}

/*---------------------------------------------------------
 Shortcodes (_patterns.scss)
-------------------------------------------------------- */
.stag-divider {
  background-color: #c2c2c2;
}

.stag-divider--dashed,
.stag-divider--dotted,
.stag-divider--double:after {
  border-bottom-color: #c2c2c2;
}

.stag-divider--dotted,
.stag-divider--dashed {
  background-color: transparent;
}

.stag-alert--white {
  color: #9a9a9a;
}

.stag-button {
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

/*---------------------------------------------------------
 5. Posts (_posts.scss)
-------------------------------------------------------- */
.entry-title {
  font-weight: normal;
  color: #252931;
}
@media screen and (max-width: 480px) {
  .entry-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
.single .entry-title {
  margin: 0;
}

.entry-thumbnail img {
  width: 100%;
}

.hentry:not(.has-post-thumbnail) .entry-header {
  margin-top: 20px;
  margin-top: 2rem;
}

.page .entry-content,
.page .post-navigation,
.page .entry-meta-wrapper,
.single .entry-content,
.single .post-navigation,
.single .entry-meta-wrapper {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.post-navigation {
  margin-top: 0;
  margin-bottom: 0;
}

.post-links {
  border-bottom: 1px solid #c2c2c2;
}
.post-links a {
  color: inherit;
}
.post-links .post-link {
  padding: 10px 0;
  padding:  1rem 0;
}
@media screen and (min-width: 650px) {
  .post-links .post-link {
    width: 50%;
    float: left;
  }
  .post-links .post-link:nth-child(2) {
    border-left: 1px solid #c2c2c2;
    text-align: right;
  }
}
@media screen and (max-width: 649px) {
  .post-links .nav-previous {
    text-align: left;
  }
  .post-links .nav-next {
    text-align: right;
  }
  .post-links .post-link:nth-child(2) {
    border-top: 1px solid #c2c2c2;
  }
}
.post-links--icon {
  font-size: 23px;
  font-size: 2.3rem;
  vertical-align: text-top;
}
.nav-previous .post-links--icon {
  padding-right: 15px;
  padding-right: 1.5rem;
}
.nav-next .post-links--icon {
  padding-left: 15px;
  padding-left: 1.5rem;
}

.entry-author {
  display: inline-block;
}

.post-meta-info {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  padding: 10px 0;
  padding:  1rem 0;
  margin: 50px 0 40px 0;
  margin:  5rem 0 4rem 0;
}
@media screen and (max-width: 480px) {
  .post-meta-info {
    margin: 40px 0 40px 0;
    margin:  4rem 0 4rem 0;
  }
}

#posts-wrapper .entry-header {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
#posts-wrapper .entry-title {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-size: 2.3rem;
}
#posts-wrapper .entry-title a {
  color: #252931;
}
#posts-wrapper .entry-date {
  display: inline-block;
}
#posts-wrapper .entry-date a {
  color: inherit;
}
#posts-wrapper .entry-date a:hover {
  opacity: .7;
}
#posts-wrapper .entry-content p {
  margin: 0;
}

.entry-meta {
  margin-top: 30px;
  margin-top: 3rem;
  padding-top: 30px;
  padding-top: 3rem;
  line-height: 1;
}
.entry-meta::before {
  content: '';
  border-top: 1px solid #c2c2c2;
  display: block;
  max-width: 145px;
  position: relative;
  top: -26px;
}
.entry-meta a,
.entry-meta time,
.entry-meta span {
  vertical-align: middle;
  line-height: 1;
}

.return-to {
  color: inherit;
}
.return-to__icon {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.post-likes {
  display: inline-block;
  float: right;
}
@media screen and (max-width: 480px) {
  .single .post-likes {
    display: block;
    float: none;
  }
}
.post-likes span {
  display: inline-block;
  margin-right: 5px;
  color: #9a9a9a;
}
.post-likes:not(.active) .fa::before {
  color: #dbdbdb;
}
.post-likes .fa {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.post-likes .liked.active .fa {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.post-likes.liked .fa {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-play-state: running;
  -webkit-animation-play-state: running;
}
.post-likes.invalid .fa {
  -webkit-animation-name: shake;
  animation-name: shake;
  animation-play-state: running !important;
  -webkit-animation-play-state: running !important;
}

.read-more {
  margin-top: 35px;
  margin-top: 3.5rem;
}

.more-link {
  color: #fff;
  padding: 6px 15px;
  width: 134px;
  text-align: center;
  display: inline-block;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.more-link:hover {
  color: white;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
}

ul,
ol,
dl,
p,
details,
address,
.vcard,
figure,
pre,
fieldset,
table,
dt,
dd,
hr {
  margin-bottom: 1.94444em;
}

.entry-content,
.comment-content {
  word-break: break-word;
  word-wrap: break-word;
}
.entry-content ul,
.comment-content ul {
  list-style-type: disc;
}
.entry-content ol,
.comment-content ol {
  list-style-type: decimal;
}

.paging-navigation a, .paging-navigation span {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.paging-navigation .nav-page-links {
  float: left;
  padding-top: 9px;
}
.paging-navigation .nav-links {
  float: right;
}

.nav-page-links {
  font-size: 20px;
  font-size: 2rem;
}
.nav-page-links a {
  color: inherit;
}
.nav-page-links a span:hover {
  opacity: .5;
}
.nav-page-links .current span {
  opacity: .5;
}
.nav-page-links .page-numbers:after {
  content: '\2044';
  display: inline-block;
  padding: 0 14px;
  opacity: 1;
}
.nav-page-links .page-numbers:last-child:after {
  display: none;
}

.nav-links a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color: inherit;
}
.nav-links a i {
  padding-top: 16px;
}
.nav-links a:hover {
  opacity: .5;
}
.nav-links span {
  margin-left: 15px;
}

@media screen and (max-width: 480px) {
  .paging-navigation .nav-links,
  .paging-navigation .nav-page-links {
    float: none;
  }
  .paging-navigation .nav-page-links {
    text-align: center;
  }
  .paging-navigation .nav-links {
    margin-top: 25px;
  }
  .paging-navigation .nav-previous {
    float: left;
    margin: 0;
  }
  .paging-navigation .nav-next {
    float: right;
    margin: 0;
  }
}
#gutter-sizer {
  width: 0;
  height: 0;
  box-sizing: content-box;
}
@media screen and (min-width: 800px) {
  #gutter-sizer {
    width: 2.5%;
  }
  [data-layout="sticky-column"] #gutter-sizer {
    width: 3% !important;
  }
}

#posts-wrapper {
  position: relative;
  box-sizing: content-box;
}
#posts-wrapper .masonry-post {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px;
  padding: 3rem;
}
#posts-wrapper .masonry-post:not(.unit) {
  width: 100%;
}
@media screen and (min-width: 800px) {
  [data-layout="3-column"] #posts-wrapper .masonry-post {
    width: 48.7%;
  }
}
@media screen and (min-width: 1100px) {
  [data-layout="3-column"] #posts-wrapper .masonry-post {
    width: 31.66667%;
  }
}
@media screen and (min-width: 800px) {
  [data-layout="2-column"] #posts-wrapper .masonry-post {
    width: 48.7%;
  }
}
body:not(.has-background) #posts-wrapper .masonry-post {
  border: 1px solid #c2c2c2;
}

@media screen and (min-width: 800px) {
  [data-layout="sticky-column"] #posts-wrapper .masonry-post {
    width: 31.66667%;
  }
}
@media screen and (min-width: 1100px) {
  [data-layout="sticky-column"] #posts-wrapper .sticky.masonry-post:first-of-type {
    width: 65.83% !important;
  }
}

.post-header,
.format-gallery .post-format-content,
.format-image .post-format-content {
  margin: -30px;
  margin: -3rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.single .post-header, .page .post-header, .single
.format-gallery .post-format-content, .page
.format-gallery .post-format-content, .single
.format-image .post-format-content, .page
.format-image .post-format-content {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 480px) {
  .single .post-header, .page .post-header, .single
  .format-gallery .post-format-content, .page
  .format-gallery .post-format-content, .single
  .format-image .post-format-content, .page
  .format-image .post-format-content {
    margin-bottom: 40px;
    margin-bottom: 4rem;
  }
}

.entry-meta-wrapper {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  padding: 10px 0;
  padding:  1rem 0;
  position: relative;
}
@media screen and (min-width: 481px) {
  .entry-meta-wrapper {
    display: table;
    width: 100%;
  }
  .entry-meta-wrapper div {
    display: table-cell;
    vertical-align: middle;
  }
  .entry-meta-wrapper .post-share-buttons {
    width: 120px;
    text-align: right;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .entry-meta-wrapper .entry-categories,
  .entry-meta-wrapper .entry-tags {
    display: block;
    margin-bottom: 10px;
  }
  .entry-meta-wrapper .divider {
    display: none;
  }
  .entry-meta-wrapper .post-share-buttons {
    margin-top: 10px;
  }
}

.entry-taxonomy {
  font-size: 17px;
  font-size: 1.7rem;
}

.post-share-buttons {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
}
.post-share-buttons a {
  color: #dbdbdb;
}
.post-share-buttons a:hover {
  color: #a8a8a8;
}

.related-posts {
  margin-top: 30px;
  margin-top: 3rem;
}
.related-posts .slideshow-wrapper {
  margin: 0 !important;
}

/*---------------------------------------------------------
 Post Formats (_posts.scss)
-------------------------------------------------------- */
.format-aside .entry-content,
.format-status .entry-content {
  color: #252931;
  font-size: 23px;
  font-size: 2.3rem;
}
.format-aside .entry-meta,
.format-status .entry-meta {
  margin-top: 35px;
  margin-top: 3.5rem;
}

.format-audio.has-post-thumbnail .post-format-content {
  margin-top: -100px;
  margin-top: -10rem;
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.format-audio:not(.has-post-thumbnail) .post-format-content {
  margin: -30px -30px 30px -30px;
  margin:  -3rem -3rem 3rem -3rem;
}

.format-video .post-format-content {
  margin: -30px -30px 30px -30px;
  margin:  -3rem -3rem 3rem -3rem;
}

.format-image .entry-thumbnail,
.format-gallery .entry-thumbnail {
  position: relative;
}
.format-image .post-format-content img,
.format-gallery .post-format-content img {
  width: 100%;
}
.format-image .entry-caption,
.format-gallery .entry-caption {
  position: absolute;
  background: #fff;
  left: 30px;
  bottom: 30px;
  padding: 7px 10px;
}

.slideshow-wrapper {
  position: relative;
  overflow: hidden;
}
.single .slideshow-wrapper {
  margin: -30px;
  margin: -3rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.stag-gallery-slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.stag-gallery-slideshow figure {
  margin-bottom: 0;
}
.stag-gallery-slideshow img {
  width: 100%;
}
.stag-gallery-slideshow li {
  display: block;
  width: 100%;
}

.rslides_tabs {
  position: absolute;
  display: block;
  left: 30px;
  right: 30px;
  padding: 0;
  bottom: 30px;
  width: 80%;
  z-index: 100;
  margin-bottom: 0;
}
.rslides_tabs li {
  display: inline-block;
  line-height: 1;
}
.rslides_tabs a {
  display: inline-block;
  text-indent: -9999px;
  border: 2px solid #fff;
  width: 13px;
  height: 13px;
  background-color: transparent;
  border-radius: 45px;
  margin-right: 5px;
}
.rslides_tabs .rslides_here a {
  background-color: #fff;
}

body:not(.single):not(.page) .format-quote blockquote {
  padding-left: 0;
}
body:not(.single):not(.page) .format-quote blockquote::before {
  display: none;
}

.empty-content .post-meta-info {
  margin-bottom: 0;
  border-bottom: none;
}

.intro-page {
  color: white;
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 5rem;
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (max-width: 480px) {
  .intro-page {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
body:not(.has-background) .intro-page {
  color: inherit;
}
.intro-page h1, .intro-page h2, .intro-page h3, .intro-page h4, .intro-page h5, .intro-page h6 {
  color: inherit;
}
.intro-page .intro-title {
  font-weight: 100;
  font-size: 75px;
  font-size: 7.5rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .intro-page .intro-title {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.intro-page a {
  color: #fff !important;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
body:not(.has-background) .intro-page a {
  color: inherit !important;
}
.intro-page a:hover {
  opacity: .85;
}

.entry-pagination {
  margin: 30px 0;
  margin:  3rem 0;
}
.entry-pagination .separator:first-of-type {
  display: none;
}
.entry-pagination .page-number {
  margin: 0 5px;
  padding: 0 5px;
}
.entry-pagination span:not(.separator) {
  display: inline-block;
}

/*---------------------------------------------------------
 6. Pages (_pages.scss)
-------------------------------------------------------- */
body.page .entry-header {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}

.page-template-contact-php .entry-content {
  text-align: center;
}

/*---------------------------------------------------------
 Contact Page Template (_pages.scss)
-------------------------------------------------------- */
.form-wrapper {
  text-align: center;
  background: #272727;
  background: rgba(39, 39, 39, 0.7);
  padding: 55px 30px;
  padding:  5.5rem 3rem;
}
.form-wrapper .contact-form-title {
  font-weight: normal;
  color: #fff;
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.form-wrapper .inside {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.form-wrapper .form-row {
  margin-bottom: 20px;
}
.form-wrapper .form-row textarea,
.form-wrapper .form-row input:not([type="submit"]) {
  width: 100%;
}

/*---------------------------------------------------------
 Archives (_pages.scss)
-------------------------------------------------------- */
.section-header {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.section-header p:last-child {
  margin: 0;
}
body:not(.has-background) .section-header {
  color: inherit;
}

.section-title {
  margin-top: 0;
  color: inherit;
  font-weight: 100;
}
.section-title strong {
  font-weight: inherit;
}

/*---------------------------------------------------------
 Author (_pages.scss)
-------------------------------------------------------- */
.author-social-profiles {
  margin: 40px 0;
  margin:  4rem 0;
  font-size: 35px;
  font-size: 3.5rem;
}
.author-social-profiles a {
  color: #fff;
  display: inline-block;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.author-social-profiles a:hover {
  opacity: .95;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
body:not(.has-background) .author-social-profiles a {
  color: inherit !important;
}
.author-social-profiles li {
  list-style: none;
  display: inline-block;
  margin: 0 20px;
  margin:  0 2rem;
}

body.author .section-title {
  font-weight: 100;
  font-size: 75px;
  font-size: 7.5rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  body.author .section-title {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
body.author .section-description {
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (max-width: 480px) {
  body.author .section-description {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.author-posts-count {
  text-align: center;
}

.posts-count {
  color: inherit;
  font-weight: 100;
  line-height: 1;
  margin: 0;
  font-size: 35px;
  font-size: 3.5rem;
  position: relative;
}
body:not(.has-background) .posts-count::before, body:not(.has-background) .posts-count::after {
  background: #9a9a9a;
}
@media screen and (min-width: 650px) {
  .posts-count::before {
    content: '';
    position: absolute;
    width: 35%;
    height: 1px;
    background: #fff;
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
  }
  .posts-count::after {
    content: '';
    position: absolute;
    width: 35%;
    height: 1px;
    background: #fff;
    top: 50%;
    bottom: 50%;
    right: 0;
  }
}

/*---------------------------------------------------------
 404 Page (_pages.scss)
-------------------------------------------------------- */
.error-404 {
  color: #fff;
  text-align: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.error-404 .entry-title {
  font-weight: normal;
  line-height: 1;
  font-size: 150px;
  font-size: 15rem;
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
.error-404 h1 {
  color: inherit;
}
.error-404 .home-button-row {
  margin-top: 100px;
  margin-top: 10rem;
}
.error-404 a {
  color: #fff !important;
  border-bottom: 1px solid #fff;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
.error-404 a:hover {
  opacity: .85;
}
.error-404 .stag-social-icons a {
  border-bottom: none;
}

/*---------------------------------------------------------
 7. Sidebar (_sidebar.scss)
-------------------------------------------------------- */
#sidebar {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}

/*---------------------------------------------------------
 Widgets (_sidebar.scss)
-------------------------------------------------------- */
.widgettitle {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-size: 25px;
  font-size: 2.5rem;
}

.widget-area .widget {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.site-nav__section ul {
  padding: 0;
}
.site-nav__section .widgettitle {
  margin: 0 0 35px 0;
  margin:  0 0 3.5rem 0;
}

.widget_pages &gt; ul {
  margin: 0;
  padding: 0;
}
.widget_pages .children {
  margin-left: 0;
}

.widget_recent_entries a,
.widget_recent_entries .post-date {
  display: block;
}
.widget_recent_entries .post-date {
  margin-top: 5px;
  color: #cbcbcb;
  font-size: 16px;
  font-size: 1.6rem;
}

.widget_pages,
.primary-menu,
.widget_nav_menu,
.widget_recent_entries {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
}
.widget_pages a,
.primary-menu a,
.widget_nav_menu a,
.widget_recent_entries a {
  color: #252931;
}
.widget_pages li,
.primary-menu li,
.widget_nav_menu li,
.widget_recent_entries li {
  margin-bottom: 7px;
}

.stag-twitter-widget li,
.widget_recent_entries li {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.stag-twitter-widget li:last-of-type,
.widget_recent_entries li:last-of-type {
  margin-bottom: 0;
}

/*---------------------------------------------------------
 StagTools Widgets (_sidebar.scss)
-------------------------------------------------------- */
.dribbbles .dribbble-shot {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
.dribbbles .dribbble-shot:last-of-type {
  margin-bottom: 0;
}

.stag-twitter-widget p {
  margin: 0;
}
.stag-twitter-widget time {
  color: #cbcbcb;
}
.stag-twitter-widget time a {
  color: inherit;
}

.dribbble-shot img,
.flickr-photos img {
  -moz-transition: opacity 100ms ease;
  -o-transition: opacity 100ms ease;
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
}
.dribbble-shot img:hover,
.flickr-photos img:hover {
  opacity: .75;
}

.flickr-photos li {
  display: inline-block;
  max-width: 60px;
  margin: 0 5px 5px 0;
}

/*---------------------------------------------------------
 8. Comments (_comments.scss)
-------------------------------------------------------- */
.comment {
  list-style: none;
}
.comment:first-of-type {
  padding-top: 0;
}

.comment-respond a:hover {
  color: #fff;
}

.comment-list-wrapper {
  background: #fff;
  overflow: hidden;
}

.comment-list-inner {
  max-width: 830px;
  margin: 0 auto;
  padding: 30px 30px 50px 30px;
  padding:  3rem 3rem 5rem 3rem;
}

.comments-title {
  font-weight: normal;
  margin: 0;
  font-size: 40px;
  font-size: 4rem;
}

.comment-awaiting-moderation {
  font-style: italic;
  color: #ff8080;
}

.comment-list {
  margin: 0;
  padding: 0;
}
.comment-list .comment:before {
  content: '';
  display: block;
  width: 145px;
  height: 1px;
  background-color: #c2c2c2;
  margin: 40px 0;
}
.comment-list .comment:last-of-type:before:not(:only-of-type) {
  display: none;
}
.comment-list input:not([type="submit"]), .comment-list textarea {
  border: 1px solid #c2c2c2;
}
.comment-list .comment-reply-title {
  color: #252931;
}
.comment-list .comment-respond {
  border-top: 1px solid #c2c2c2;
  padding-left: 0;
  padding-right: 0;
  margin-top: 30px;
  margin-top: 3rem;
  padding-top: 30px;
  padding-top: 3rem;
}

.comment-content p:last-child {
  margin-bottom: 0;
}

.comment-meta {
  margin-bottom: 10px;
}

.comment-author {
  color: #252931;
  font-size: 20px;
  font-size: 2rem;
  padding-right: 10px;
}
.comment-author a {
  color: inherit;
}

.comment-metadata time {
  color: #9a9a9a;
}

.comment-reply-link {
  display: inline-block;
  margin-left: 5px;
  text-transform: lowercase;
}

.no-comments {
  color: #fff;
  margin: 30px 0;
  margin:  3rem 0;
}

/*---------------------------------------------------------
 Pingbacks / trackbacks (_comments.scss)
-------------------------------------------------------- */
.pingback,
.trackback {
  padding-top: 0;
  list-style: none;
}

/*---------------------------------------------------------
 Respond form (_comments.scss)
-------------------------------------------------------- */
.comment-reply-title {
  color: #fff;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 50px;
  margin-bottom: 5rem;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 480px) {
  .comment-reply-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
.comment-reply-title small {
  font-size: 15px;
}

.comment-form-wrapper {
  background-color: #272727;
  background-color: rgba(39, 39, 39, 0.8);
  color: #fff;
}

.comment-respond {
  max-width: 830px;
  margin: 0 auto;
  padding: 60px 30px;
  padding:  6rem 3rem;
}

.respond-type {
  width: 100%;
}

.comment-guidelines {
  display: block;
  color: #c2c2c2;
}

.respond-body {
  margin: 0;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 40px;
  padding-bottom: 4rem;
}

#respond .form-submit,
#respond input[type="submit"] {
  margin-bottom: 0;
}
li + #respond {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}

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

  .comment-form-email {
    margin-left: 2%;
  }
}
.comment-form p {
  margin-bottom: 20px;
}

/*---------------------------------------------------------
 9. Forms (_forms.scss)
-------------------------------------------------------- */
textarea,
input {
  max-width: 100%;
  font-family: inherit;
  border: none;
  border-radius: 0;
  padding: 10px;
  padding: 1rem;
}
textarea:focus,
input:focus {
  outline: none;
}

textarea {
  resize: vertical;
  color: #9a9a9a;
}

select {
  max-width: 100%;
  outline: none;
}

input,
button,
textarea {
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}

/*---------------------------------------------------------
 Buttons (_forms.scss)
-------------------------------------------------------- */
button,
.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  background: #f56f6c;
  font: inherit;
  color: #fff;
  opacity: 1;
  border: none;
  max-width: 100%;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 8px 25px;
  padding:  0.8rem 2.5rem;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
button:hover,
.button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #fefefe;
  opacity: .85;
}

.page,
.container {
  -webkit-overflow-scrolling: touch;
}
</pre></body></html>