/**
 * Theme Name: Ink
 * Theme URI: https://codestag.com/themes/ink
 * Author: Codestag
 * Author URI: https://codestag.com
 * Description: Ink is a WordPress theme with a minimalist design that lets your narrative take centre stage, so your content can shine. Uncluttered, straight-forward theme options, are inside the default WordPress live customizer, ensuring an experience with a native look and feel, and a great blog right out of the box.
 * Version: 2.3.5
 * License: GNU General Public License v2.0
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom-header, custom-colors, gutenberg, custom-menu, editor-style, fluid-layout, featured-images, sticky-post, theme-options, threaded-comments, footer-widgets, blog, entertainment, photography, translation-ready
 * Text Domain: ink
 */
/*---------------------------------------------------------
 Contents (_contents.scss)
-----------------------------------------------------------
1. Reset
2. Structure
3. Elements
4. Media and classes
5. Posts
6. Pages
7. Sidebar
8. Comments
9. Forms and buttons
10. Support
-------------------------------------------------------- */
/*---------------------------------------------------------
 1. Reset (_reset.scss)
-------------------------------------------------------- */
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;
}

main {
  display: block;
}

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;
}

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

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

.site-main, .textwidget,
.entry-content,
.page-content,
.comment-content, .related-posts, .post-navigation, .stag-custom-widget-area .stag-instagram ul, .contributors-list, .comment-list {
  zoom: 1;
}
.site-main:before, .textwidget:before,
.entry-content:before,
.page-content:before,
.comment-content:before, .related-posts:before, .post-navigation:before, .stag-custom-widget-area .stag-instagram ul:before, .contributors-list:before, .comment-list:before, .site-main:after, .textwidget:after,
.entry-content:after,
.page-content:after,
.comment-content:after, .related-posts:after, .post-navigation:after, .stag-custom-widget-area .stag-instagram ul:after, .contributors-list:after, .comment-list:after {
  display: table;
  content: '';
}
.site-main:after, .textwidget:after,
.entry-content:after,
.page-content:after,
.comment-content:after, .related-posts:after, .post-navigation:after, .stag-custom-widget-area .stag-instagram ul:after, .contributors-list:after, .comment-list:after {
  clear: both;
}

table, .entry-title {
  word-break: break-word;
  word-wrap: break-word;
}

.hover-overlay .post-content-overlay button, .post-content {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inside, body[class*="page-id"]:not(.page-template-current-php) .entry-header, .stag-custom-widget-area .full-wrap .widgettitle,
.stag-custom-widget-area .widget:not(.full-wrap),
.stag-custom-widget-area .stag-instagram .widgettitle,
.stag-custom-widget-area .widget_text {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 970px) {
  .inside, body[class*="page-id"]:not(.page-template-current-php) .entry-header, .stag-custom-widget-area .full-wrap .widgettitle,
  .stag-custom-widget-area .widget:not(.full-wrap),
  .stag-custom-widget-area .stag-instagram .widgettitle,
  .stag-custom-widget-area .widget_text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.single .entry-meta,
.single .entry-footer,
.single .post-navigation,
.single .comments-area,
.page .entry-meta,
.page .entry-footer,
.page .post-navigation,
.page .comments-area, .page-content,
.entry-content, .page-header, .ink-contact-form {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 970px) {
  .single .entry-meta,
  .single .entry-footer,
  .single .post-navigation,
  .single .comments-area,
  .page .entry-meta,
  .page .entry-footer,
  .page .post-navigation,
  .page .comments-area, .page-content,
  .entry-content, .page-header, .ink-contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

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

.gallery-columns-1 .gallery-item, .span-grid {
  width: 97%;
}

.gallery-columns-2 .gallery-item, .one-of-two {
  width: 47%;
}

.gallery-columns-3 .gallery-item, .one-of-three {
  width: 30.36%;
}

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

.gallery-columns-4 .gallery-item, .one-of-four {
  width: 22.05%;
}

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

.gallery-columns-5 .gallery-item, .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;
    display: block;
  }
}
/*
New Flex Grid
@since 2.2.0
 */
.Grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.Grid.restricted-post {
  text-align: left;
  padding-bottom: 0;
}
@media screen and (min-width: 800px) {
  .Grid {
    min-height: 600px;
  }
}
@media screen and (min-width: 800px) {
  .Grid:first-of-type {
    position: relative;
  }
  .Grid:first-of-type > .Grid-cell {
    flex: 100%;
  }
  .Grid:first-of-type .Grid-content {
    width: 100%;
    max-width: 930px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
    color: #fff;
  }
  .Grid:first-of-type .Grid-content a {
    color: inherit;
  }
  .Grid:first-of-type .Grid-content .premium-tag, .Grid:first-of-type .Grid-content .sticky-tag {
    border-color: #fff;
  }
  .Grid:first-of-type .Grid-align-center {
    width: 100%;
  }
  .Grid:first-of-type .Grid-background {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100% !important;
  }
}

.Grid-background {
  position: relative;
}
.Grid-background__overlay {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.Grid-content {
  padding: 75px;
}

@media screen and (max-width: 800px) {
  .Grid-background {
    width: 100%;
    height: auto;
  }

  .Grid-content {
    padding: 45px 30px;
  }
}
@media screen and (min-width: 800px) {
  .Grid-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  .Grid-content {
    max-width: 50%;
  }

  [data-layout="seven"] .Grid-background {
    height: auto !important;
  }
  [data-layout="seven"] .Grid:nth-of-type(odd) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
[data-layout="seven"] article .button,
[data-layout="eight"] article .button,
[data-layout="nine"] article .button {
  margin-top: 25px;
}
[data-layout="seven"] article a:not(.button),
[data-layout="eight"] article a:not(.button),
[data-layout="nine"] article a:not(.button) {
  border: none;
}
[data-layout="seven"] article .entry-title,
[data-layout="eight"] article .entry-title,
[data-layout="nine"] article .entry-title {
  font-size: 55px;
  line-height: 1.2;
}
@media screen and (max-width: 500px) {
  [data-layout="seven"] article .entry-title,
  [data-layout="eight"] article .entry-title,
  [data-layout="nine"] article .entry-title {
    font-size: 40px;
  }
}
[data-layout="seven"] article span.entry-subtitle,
[data-layout="eight"] article span.entry-subtitle,
[data-layout="nine"] article span.entry-subtitle {
  margin: 15px 0 20px 0;
  font-size: 30px;
  max-width: none;
}
@media screen and (max-width: 500px) {
  [data-layout="seven"] article span.entry-subtitle,
  [data-layout="eight"] article span.entry-subtitle,
  [data-layout="nine"] article span.entry-subtitle {
    font-size: 22px;
  }
}

[data-layout="eight"] .grid-post:first-of-type {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 800px) {
  [data-layout="eight"] .grid-post {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-right: -.25em;
  }
}

[data-layout="eight"] .grid-post,
[data-layout="nine"] .grid-post {
  padding-bottom: 0;
  text-align: left;
}
[data-layout="eight"] .grid-cover,
[data-layout="nine"] .grid-cover {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 800px) {
  [data-layout="eight"] .grid-cover,
  [data-layout="nine"] .grid-cover {
    min-height: 568px !important;
  }
}
[data-layout="eight"] .grid-cover-image,
[data-layout="nine"] .grid-cover-image {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
[data-layout="eight"] .grid-content,
[data-layout="nine"] .grid-content {
  padding: 75px;
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 799px) {
  [data-layout="eight"] .grid-content,
  [data-layout="nine"] .grid-content {
    padding: 45px 30px;
  }
}

[data-layout="seven"] .premium-tag, [data-layout="seven"] .sticky-tag,
[data-layout="eight"] .premium-tag,
[data-layout="eight"] .sticky-tag,
[data-layout="nine"] .premium-tag,
[data-layout="nine"] .sticky-tag {
  border-color: #333;
  margin: 0 10px 20px 0;
}

.grid-cover-image,
.Grid-background__overlay {
  transition: opacity 200ms;
}

.hover-overlay[data-layout="seven"] article:hover .Grid-background__overlay {
  opacity: .35;
}
.hover-overlay[data-layout="eight"] article:hover .grid-cover-image, .hover-overlay[data-layout="nine"] article:hover .grid-cover-image {
  opacity: .35;
}

/*---------------------------------------------------------
 2. Scaffolding (_scaffolding.scss)
-------------------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 93.75%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  html {
    font-size: 100%;
  }
}

*, *:before, *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

a {
  color: #111;
  text-decoration: none;
  border-bottom: 2px solid #53B38C;
}
a:hover {
  color: #13171a;
}

/*---------------------------------------------------------
 Header (_scaffolding.scss)
-------------------------------------------------------- */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 21;
  overflow: hidden;
  color: #fff;
  padding: 30px;
}
.site-header a {
  color: inherit;
  border: 0;
}
.header-normal .site-header, .search-no-results .site-header {
  position: relative;
  color: #333;
}
.header-normal .site-header .archive-header, .search-no-results .site-header .archive-header {
  color: white;
}

.site-title {
  font-size: 50px;
  font-size: 3.125rem;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .site-title {
    font-size: 40px;
    font-size: 2.5rem;
    padding-right: 30px;
  }
}

.site-title,
.custom-logo {
  display: inline-block;
  vertical-align: middle;
}

.site-description {
  color: white;
  margin-top: 10px;
}
.header-normal .site-description {
  color: #333;
}
@media screen and (max-width: 650px) {
  .site-description {
    display: none;
  }
}

.site-branding {
  display: inline-block;
  vertical-align: top;
  padding: 13px 0;
}

.site-navigation-toggle {
  position: absolute;
  right: 30px;
  line-height: 1;
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: -5px;
  top: 40px;
}

@media screen and (max-width: 800px) {
  .traditional-navigation .traditional-nav {
    display: none;
  }
}
.traditional-navigation .site-header {
  padding: 15px 30px;
  position: relative;
  color: #000;
  overflow: visible;
  min-height: 110px;
}
.traditional-navigation .site-description {
  color: inherit;
}

.traditional-nav {
  position: absolute;
  right: 80px;
  top: 40px;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.1875rem;
}
.admin-bar .traditional-nav {
  top: 40px;
}
.traditional-nav ul ul li:hover > ul {
  right: 100%;
  top: 0;
}
.traditional-nav ul {
  list-style: none;
}
.traditional-nav ul ul {
  background: #000;
  float: right;
  position: absolute;
  z-index: 99999;
  top: 2em;
  left: -999em;
  text-align: left;
}
.traditional-nav ul ul a {
  color: #fff;
  margin: 0;
  display: block;
  width: 200px;
}
.traditional-nav ul ul li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin: 0;
}
.traditional-nav ul li.menu-item-has-children {
  padding-bottom: 10px;
}
.traditional-nav ul li:hover > ul {
  left: auto;
  right: 0;
}
.traditional-nav li {
  position: relative;
  display: inline-block;
  margin-left: 45px;
}

.header-over .site-header {
  pointer-events: none;
}
.header-over .site-branding, .header-over .site-navigation-toggle {
  pointer-events: all;
}

/*---------------------------------------------------------
 Navigation (_scaffolding.scss)
-------------------------------------------------------- */
.navigation {
  list-style: none;
}

.main-navigation {
  margin-bottom: 50px;
}
@media screen and (min-width: 800px) {
  .traditional-navigation .main-navigation {
    display: none;
  }
}

.site-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  outline: 0;
  background-color: #f9f9f9;
  max-width: 330px;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.site-nav-transition .site-nav {
  display: block;
}
.site-nav--scrollable-container {
  opacity: 0;
  overflow: auto;
  padding: 30px;
  padding: 1.875rem;
  width: 330px;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  position: relative;
}
.site-nav-transition .site-nav--scrollable-container {
  opacity: 1;
}
.site-nav__section {
  position: relative;
  padding: 30px 0;
  padding:  1.875rem 0;
}
.site-nav__section:last-of-type {
  border: none;
  padding-bottom: 0;
}
.site-nav__section:first-of-type {
  padding-top: 10px;
}
.admin-bar .site-nav__section:first-of-type {
  padding-top: 0;
}
.site-nav a {
  border: 0;
}
.site-nav .widgettitle {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.site-nav .close-nav {
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 30px;
  cursor: pointer;
  z-index: 50;
  padding-top: 10px;
}
.admin-bar .site-nav .close-nav {
  padding-top: 0;
}
.admin-bar .site-nav {
  padding-top: 40px;
}
@media screen and (max-width: 780px) {
  .admin-bar .site-nav {
    padding-top: 56px;
  }
}

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

.site-nav-drawer-open .site-nav-overlay,
.site-nav:focus ~ .site-nav-overlay {
  display: block;
  right: 330px;
  z-index: 900;
}

.site-nav-transition #page {
  left: 0;
  top: 0;
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 800;
}
.site-nav-drawer-open #page {
  -moz-transform: translate(-330px, 0, 0);
  -ms-transform: translate(-330px, 0, 0);
  -webkit-transform: translate(-330px, 0, 0);
  transform: translate(-330px, 0, 0);
  -moz-transform: translate3d(-330px, 0, 0);
  -ms-transform: translate3d(-330px, 0, 0);
  -webkit-transform: translate3d(-330px, 0, 0);
  transform: translate3d(-330px, 0, 0);
}
.admin-bar.site-nav-transition #page {
  top: auto;
}

.hide-drawer .site-nav,
.hide-drawer .site-navigation-toggle {
  display: none;
}

@media screen and (min-width: 800px) {
  .hide-partial-drawer .site-navigation-toggle {
    display: none;
  }
}
/*---------------------------------------------------------
 Content Area (_scaffolding.scss)
-------------------------------------------------------- */
.site-main {
  display: block;
}

/*---------------------------------------------------------
 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;
}

/*---------------------------------------------------------
 Footer (_scaffolding.scss)
-------------------------------------------------------- */
body:not(.header-over) .site-footer,
.page-template-default .site-footer {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.page-template-widgetized-php .site-footer {
  margin-top: 0 !important;
}
.page-template-widgetized-php .footer-widgets-container {
  border: none;
}

.site-footer {
  padding-top: 50px;
}
.single .site-footer {
  margin-top: 50px;
  margin-top: 3.125rem;
  border-top: 2px solid #000;
}

.stag-custom-widget-area + .site-footer {
  border-top: 2px solid #000;
  padding-top: 50px;
}

.footer-widgets-container {
  border-top: 2px solid #000;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
.footer-widgets-container .widget {
  margin-top: 50px;
  margin-top: 3.125rem;
}
.footer-widgets-container .widgettitle {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.footer-widgets-container .entry-subtitle {
  display: none;
}

.copyright {
  border-top: 2px solid #000;
  padding: 30px 0;
  padding:  1.875rem 0;
  font-size: 13px;
  font-size: 0.8125rem;
}

.site {
  overflow: hidden;
  z-index: 100;
  -moz-transition: -moz-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: -o-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.footer-menu {
  list-style: none;
}
@media screen and (min-width: 650px) {
  .footer-menu {
    text-align: right;
  }
}
@media screen and (max-width: 649px) {
  .footer-menu {
    margin-top: 15px;
  }
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li:first-child .divider {
  display: none;
}
.footer-menu a {
  color: #333;
  -moz-transition: color 150ms ease-in;
  -o-transition: color 150ms ease-in;
  -webkit-transition: color 150ms ease-in;
  transition: color 150ms ease-in;
}
.footer-menu .divider {
  display: inline-block;
  margin: 0 7px 0 4px;
}

/*---------------------------------------------------------
 Blog Layouts (_scaffolding.scss)
-------------------------------------------------------- */
.post-grid {
  height: 450px;
  position: relative;
  border-bottom: 2px solid;
}
@media screen and (min-width: 650px) {
  [data-layout="1-2-1-2"] .post-grid {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    float: left;
  }
}
[data-layout="1-2-1-2"] .post-grid:nth-of-type(3n+1) {
  width: 100%;
}
@media screen and (min-width: 650px) {
  [data-layout="1-2-1-2"] .post-grid:nth-of-type(3n+1) {
    height: 700px;
  }
  [data-layout="1-2-1-2"] .post-grid:nth-of-type(3n+1) .entry-title {
    font-size: 75px;
    font-size: 4.6875rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    line-height: 1.2;
  }
  [data-layout="1-2-1-2"] .post-grid:nth-of-type(3n+1) .entry-subtitle {
    font-size: 27px;
    font-size: 1.6875rem;
    margin: 20px auto;
  }
  [data-layout="1-2-1-2"] .post-grid:nth-of-type(3n+1) .entry-subtitle::after {
    top: 30px;
  }
}
@media screen and (min-width: 650px) {
  [data-layout="1-2-1-2"] .post-grid:nth-of-type(3n+2) {
    border-right: 1px solid;
  }
  [data-layout="1-2-1-2"] .post-grid:nth-of-type(3n+3) {
    border-left: 1px solid;
  }
}
[data-layout="1-2-1-2"] .post-grid .entry-subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 20px auto;
}
[data-layout="1-2-1-2"] .post-grid .entry-subtitle::after {
  top: 20px;
}
@media screen and (min-width: 650px) {
  [data-layout="2-2-2-2"] .post-grid {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 650px) {
  [data-layout="2-2-2-2"] .post-grid:nth-of-type(odd) {
    border-right: 1px solid;
  }
  [data-layout="2-2-2-2"] .post-grid:nth-of-type(even) {
    border-left: 1px solid;
  }
}
[data-layout="2-2-2-2"] .post-grid .entry-subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 20px auto;
}
[data-layout="2-2-2-2"] .post-grid .entry-subtitle::after {
  top: 20px;
}
@media screen and (min-width: 800px) {
  [data-layout="3-3-3-3"] .post-grid {
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    float: left;
    border-right: 2px solid;
  }
}
@media screen and (min-width: 800px) {
  [data-layout="3-3-3-3"] .post-grid:nth-of-type(3n+3) {
    border-right: none;
  }
}
[data-layout="3-3-3-3"] .post-grid .entry-subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 20px auto;
}
[data-layout="3-3-3-3"] .post-grid .entry-subtitle::after {
  top: 20px;
}
@media screen and (min-width: 800px) {
  [data-layout="3-7-7-3"] .post-grid {
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    float: left;
  }
  [data-layout="3-7-7-3"] .post-grid:not(:nth-of-type(4n + 1)):not(:nth-of-type(4n + 4)) {
    width: 66.66667%;
  }
  [data-layout="3-7-7-3"] .post-grid:nth-of-type(odd) {
    border-right: 2px solid;
  }
}
[data-layout="3-7-7-3"] .post-grid .entry-subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 20px auto;
}
[data-layout="3-7-7-3"] .post-grid .entry-subtitle::after {
  top: 20px;
}
@media screen and (min-width: 650px) {
  [data-layout="1-1-1-1"] .post-grid {
    height: 700px;
  }
  [data-layout="1-1-1-1"] .post-grid .entry-title {
    font-size: 75px;
    font-size: 4.6875rem;
    margin-bottom: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 650px) {
  [data-layout="1-1-1-1"] .post-grid .entry-subtitle {
    margin: 20px auto;
  }
  [data-layout="1-1-1-1"] .post-grid .entry-subtitle::after {
    top: 20px;
  }
}
[data-layout="1-1-1-1"] .post-grid .entry-subtitle {
  margin: 20px auto;
}
[data-layout="1-1-1-1"] .post-grid .entry-subtitle::after {
  top: 20px;
}
@media screen and (min-width: 650px) {
  [data-layout="1-2-2-2"] .post-grid {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    float: left;
  }
}
[data-layout="1-2-2-2"] .post-grid:first-of-type {
  width: 100%;
  border-left: none !important;
}
@media screen and (min-width: 650px) {
  [data-layout="1-2-2-2"] .post-grid:first-of-type {
    height: 700px;
  }
  [data-layout="1-2-2-2"] .post-grid:first-of-type .entry-title {
    font-size: 75px;
    font-size: 4.6875rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    line-height: 1.2;
  }
}
[data-layout="1-2-2-2"] .post-grid:first-of-type .entry-subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 20px auto;
}
[data-layout="1-2-2-2"] .post-grid:first-of-type .entry-subtitle::after {
  top: 30px;
}
@media screen and (min-width: 650px) {
  [data-layout="1-2-2-2"] .post-grid:first-of-type .entry-subtitle {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 650px) {
  [data-layout="1-2-2-2"] .post-grid:nth-of-type(odd) {
    border-left: 1px solid;
  }
  [data-layout="1-2-2-2"] .post-grid:nth-of-type(even) {
    border-right: 1px solid;
  }
}
[data-layout="1-2-2-2"] .post-grid .entry-subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 20px auto;
}
[data-layout="1-2-2-2"] .post-grid .entry-subtitle::after {
  top: 20px;
}
@media screen and (max-width: 600px) {
  .post-grid .entry-title {
    line-height: 30px;
    margin-bottom: 15px;
  }
  .post-grid .entry-meta {
    line-height: 20px;
  }
  .post-grid .entry-subtitle {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 20px auto;
  }
}

span.entry-subtitle.entry-subtitle {
  display: block;
  font-weight: normal;
  max-width: 500px;
  font-size: 27px;
  font-size: 1.6875rem;
  margin: 30px auto 30px;
  letter-spacing: 1px;
  line-height: 1.25;
}
@media screen and (max-width: 600px) {
  span.entry-subtitle.entry-subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.alignnone {
  max-width: 100%;
  position: relative;
}
.alignnone .wp-caption-text {
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  font-size: .9em;
  top: 30px;
  left: 30px;
  color: #000;
  padding: 15px 15px;
  padding:  0.9375rem 0.9375rem;
}

/*---------------------------------------------------------
 3. Elements (_elements.scss)
-------------------------------------------------------- */
h1 {
  font-size: 30px;
  font-size: 1.875rem;
}

h2 {
  font-size: 27px;
  font-size: 1.6875rem;
}

h3 {
  font-size: 23px;
  font-size: 1.4375rem;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

h5 {
  font-size: 17px;
  font-size: 1.0625rem;
}

h6 {
  font-size: 14px;
  font-size: 0.875rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.button,
.stag-button,
input[type='submit'],
input[type='reset'],
.button-secondary {
  font-weight: normal;
  font-weight: 700;
}

blockquote {
  clear: both;
  color: #bdbdbd;
  padding-left: 1em;
  padding-right: 1em;
}
blockquote p {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 800px) {
  blockquote p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
blockquote cite {
  color: #b1b7ba;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 17px;
  font-size: 1.0625rem;
}

.entry-content .wp-block-pullquote:not(.alignleft):not(.alignright) {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

tt,
kbd,
pre,
code,
samp {
  font-family: "Andale Mono", AndaleMono, Consolas, Monaco, monospace;
  color: #859093;
  border: 1px solid #f3f4f5;
  padding: 1px 3px;
  padding:  0.0625rem 0.1875rem;
  word-spacing: -1px;
  word-spacing: -0.0625rem;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  padding: 20px;
  padding: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

del,
strike {
  color: #b1b7ba;
}

abbr,
acronym,
dfn {
  cursor: help;
  border-bottom: 1px solid #f3f4f5;
}
a abbr, a
acronym, a
dfn {
  border-bottom: 0;
}

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

mark {
  background-color: #fff9c0;
}

ins {
  text-decoration: none;
}

small {
  font-size: 0.75em;
}

big {
  font-size: 1.25em;
}

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

address {
  font-style: normal;
  font-weight: 700;
}

hr:not(.stag-divider):not(.is-style-dots),
.stag-divider--plain {
  height: 1px;
  border: 1px solid #333;
  max-width: 370px;
  margin: 50px auto;
  position: relative;
  overflow: visible;
}
hr:not(.stag-divider):not(.is-style-dots)::before,
.stag-divider--plain::before {
  content: '\f02e';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  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%);
}

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

/*---------------------------------------------------------
 Tables (_elements.scss)
-------------------------------------------------------- */
table {
  width: 100%;
  border: none;
  margin-bottom: 70px;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
}
table caption {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
table th,
table td {
  border: none;
  padding: 15px 0;
  border-bottom: 2px solid #e6e4e4;
}
table th[valign='top'],
table td[valign='top'] {
  vertical-align: top;
}
table th[valign='bottom'],
table td[valign='bottom'] {
  vertical-align: bottom;
}
table a {
  display: inline-block;
  margin-bottom: 5px;
}
table tr:first-child th {
  padding-bottom: 25px;
}
table tr th {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  padding: 15px 15px 15px 0;
}
table tr td {
  font-size: 18px;
  line-height: 1.6;
}
table tr th:first-child,
table tr td:first-child {
  text-align: left;
}
table tr th:last-child,
table tr td:last-child {
  text-align: right;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}

.button-secondary {
  background: transparent;
  display: inline-block;
  color: #333;
  border: 2px solid #333;
  line-height: 1;
  padding: 14px 20px;
  padding:  0.875rem 1.25rem;
}

.block-button,
#infinite-handle {
  max-width: 970px;
  margin: 50px auto;
  background: #f6f6f6;
  letter-spacing: 3px;
  color: #494949;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.block-button span,
#infinite-handle span {
  background: transparent;
  color: #000;
  padding: 0;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}
.block-button a,
#infinite-handle a {
  color: inherit;
}
.block-button:hover,
#infinite-handle:hover {
  background: #000;
  color: white;
}
.block-button:hover span,
#infinite-handle:hover span {
  color: inherit;
}
@media screen and (max-width: 971px) {
  .block-button,
  #infinite-handle {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#infinite-handle {
  padding: 0;
}
#infinite-handle a {
  display: block;
  padding: 25px;
  line-height: 1;
  border: 0;
}

.infinite-loader {
  margin: 50px auto;
}
.infinite-loader .spinner {
  margin: 0 auto;
  left: 0 !important;
}

.stag-button--stroke {
  border-width: 2px;
  color: inherit;
}

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

/*---------------------------------------------------------
 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: 1.25rem;
}
img.wp-smiley {
  margin: 0;
  padding: 0;
  background: 0;
}

/*---------------------------------------------------------
 Captions (_patterns.scss)
-------------------------------------------------------- */
.wp-caption {
  max-width: 100%;
  font-size: 16px;
  font-size: 1rem;
  margin: 60px;
  margin: 3.75rem;
}
@media screen and (min-width: 650px) {
  .wp-caption.alignleft {
    margin-left: 20px !important;
  }
  .wp-caption.alignright {
    margin-right: 20px !important;
  }
}

.wp-caption-text,
.wp-caption-dd {
  color: #545c5e;
  line-height: 1.4;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

/*---------------------------------------------------------
 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: 1.25rem;
}
div .alignright {
  text-align: right;
  margin-left: 20px;
  margin-left: 1.25rem;
}
div .aligncenter {
  text-align: center;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.gallery {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.gallery-item {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.gallery-columns-1 .gallery-item {
  text-align: center;
}

.wp-caption-text {
  font-size: 15px;
}

/*---------------------------------------------------------
 Shortcodes (_patterns.scss)
-------------------------------------------------------- */
.stag-button--normal.stag-button--grey {
  background: #979797;
  color: #fff !important;
}

.stag-button--stroke.stag-button--grey {
  background: transparent;
  color: #979797;
  border: 2px solid #979797 !important;
}
.stag-button--stroke.stag-button--grey:hover {
  background: #979797;
}

.stag-button--normal.stag-button--green {
  background: #99bb6d;
  color: #fff !important;
}

.stag-button--stroke.stag-button--green {
  background: transparent;
  color: #99bb6d;
  border: 2px solid #99bb6d !important;
}
.stag-button--stroke.stag-button--green:hover {
  background: #99bb6d;
}

.stag-button--normal.stag-button--light-blue {
  background: #66b6d9;
  color: #fff !important;
}

.stag-button--stroke.stag-button--light-blue {
  background: transparent;
  color: #66b6d9;
  border: 2px solid #66b6d9 !important;
}
.stag-button--stroke.stag-button--light-blue:hover {
  background: #66b6d9;
}

.stag-button--normal.stag-button--red {
  background: #d15858;
  color: #fff !important;
}

.stag-button--stroke.stag-button--red {
  background: transparent;
  color: #d15858;
  border: 2px solid #d15858 !important;
}
.stag-button--stroke.stag-button--red:hover {
  background: #d15858;
}

.stag-button--normal.stag-button--orange {
  background: #f6a443;
  color: #fff !important;
}

.stag-button--stroke.stag-button--orange {
  background: transparent;
  color: #f6a443;
  border: 2px solid #f6a443 !important;
}
.stag-button--stroke.stag-button--orange:hover {
  background: #f6a443;
}

.stag-button--normal.stag-button--purple {
  background: #9270b4;
  color: #fff !important;
}

.stag-button--stroke.stag-button--purple {
  background: transparent;
  color: #9270b4;
  border: 2px solid #9270b4 !important;
}
.stag-button--stroke.stag-button--purple:hover {
  background: #9270b4;
}

.stag-button--normal.stag-button--blue {
  background: #1a92ca;
  color: #fff !important;
}

.stag-button--stroke.stag-button--blue {
  background: transparent;
  color: #1a92ca;
  border: 2px solid #1a92ca !important;
}
.stag-button--stroke.stag-button--blue:hover {
  background: #1a92ca;
}

.stag-button--normal.stag-button--black {
  background: #000;
  color: #fff !important;
}

.stag-button--stroke.stag-button--black {
  background: transparent;
  color: #000;
  border: 2px solid #000 !important;
}
.stag-button--stroke.stag-button--black:hover {
  background: #000;
}

.stag-button {
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.stag-alert--white {
  background: #f5f5f5;
}

.stag-alert--yellow {
  background: #f0ad2c;
}

.stag-alert--blue {
  background: #66b6d9;
}

.stag-alert--grey {
  background: #979797;
}

.stag-alert--red {
  background: #d15858;
}

.stag-alert--green {
  background: #99bb6d;
}

.stag-tabs--normal .stag-nav a,
.stag-toggle--normal .stag-toggle-title {
  background: #000;
}

.stag-tabs--stroke .stag-nav a,
.stag-toggle--stroke .stag-toggle-title {
  border-color: #d8d4ca;
  color: #5d5454;
}

.stag-tabs--stroke .stag-tab {
  border-color: #d8d4ca;
}

.stag-button--stroke.stag-button--white:hover {
  background: black;
  color: white;
}

.stag-nav {
  margin: 0 !important;
}

.stag-section {
  margin: 50px 0;
  margin:  3.125rem 0;
}

/*---------------------------------------------------------
 5. Posts (_posts.scss)
-------------------------------------------------------- */
.post-grid {
  text-align: center;
  position: relative;
  background-color: #000;
  color: #fff;
  overflow: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.post-grid a {
  color: #fff;
  border: 0;
  line-height: 1.25;
}

.hover-overlay .post-grid {
  position: relative;
}
.hover-overlay .post-grid .post-content,
.hover-overlay .post-grid .post-content-overlay,
.hover-overlay .post-grid .entry-header,
.hover-overlay .post-grid .entry-meta,
.hover-overlay .post-grid .entry-categories,
.hover-overlay .post-grid .post-excerpt {
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.hover-overlay .post-content-overlay {
  position: absolute;
  z-index: 1100;
  opacity: 0;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.hover-overlay .post-content-overlay button {
  color: #fff;
  border-color: currentColor;
}
.hover-overlay .post-content-overlay button:hover {
  background: #53b38c;
}
.hover-overlay.no-touch .post-content:hover .post-content-overlay {
  opacity: 1;
}
.hover-overlay.no-touch .post-content:hover:after {
  opacity: 1;
  margin-left: 0;
}
.hover-overlay.no-touch .post-content:hover .entry-header,
.hover-overlay.no-touch .post-content:hover .entry-meta,
.hover-overlay.no-touch .post-content:hover .entry-categories,
.hover-overlay.no-touch .post-content:hover .post-excerpt {
  opacity: 0;
}
.hover-overlay.no-touch .post-content:hover .entry-header a,
.hover-overlay.no-touch .post-content:hover .entry-meta a,
.hover-overlay.no-touch .post-content:hover .entry-categories a,
.hover-overlay.no-touch .post-content:hover .post-excerpt a {
  pointer-events: none;
}

.post-grid.post-grid {
  padding-bottom: 0;
}

.post-content {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1002;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
}
.post-content .entry-title a {
  display: block;
  border: 0;
}
.post-content .entry-header {
  margin-bottom: 20px;
}

.post-excerpt {
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 1.8;
  max-height: 195px;
  overflow: hidden;
}

.run-in,
.stag-intro-text {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.post-cover-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.textwidget,
.entry-content,
.page-content,
.comment-content {
  line-height: 1.8;
  word-break: break-word;
  font-size: 20px;
  font-size: 1.25rem;
}
.textwidget p,
.textwidget ul,
.textwidget dl,
.textwidget table,
.textwidget blockquote,
.entry-content p,
.entry-content ul,
.entry-content dl,
.entry-content table,
.entry-content blockquote,
.page-content p,
.page-content ul,
.page-content dl,
.page-content table,
.page-content blockquote,
.comment-content p,
.comment-content ul,
.comment-content dl,
.comment-content table,
.comment-content blockquote {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
.textwidget h1,
.entry-content h1,
.page-content h1,
.comment-content h1 {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.textwidget h2,
.entry-content h2,
.page-content h2,
.comment-content h2 {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.textwidget h3,
.entry-content h3,
.page-content h3,
.comment-content h3 {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}
.textwidget h4,
.entry-content h4,
.page-content h4,
.comment-content h4 {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
.textwidget h5,
.entry-content h5,
.page-content h5,
.comment-content h5 {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-weight: normal;
}
.textwidget h6,
.entry-content h6,
.page-content h6,
.comment-content h6 {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-weight: normal;
}
.textwidget ul,
.entry-content ul,
.page-content ul,
.comment-content ul {
  list-style: disc;
}
.textwidget ol,
.entry-content ol,
.page-content ol,
.comment-content ol {
  list-style: decimal;
}
.textwidget ul,
.textwidget ol,
.entry-content ul,
.entry-content ol,
.page-content ul,
.page-content ol,
.comment-content ul,
.comment-content ol {
  list-style-position: inside;
}
.textwidget ul ul,
.textwidget ul ol,
.textwidget ol ul,
.textwidget ol ol,
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol,
.page-content ul ul,
.page-content ul ol,
.page-content ol ul,
.page-content ol ol,
.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ul,
.comment-content ol ol {
  padding-left: 30px;
  margin-bottom: 0;
}
.textwidget .stag-icon-link,
.entry-content .stag-icon-link,
.page-content .stag-icon-link,
.comment-content .stag-icon-link {
  border: 0;
}

.site-footer .textwidget {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #2c2c2c;
}
.textwidget p,
.textwidget ul,
.textwidget dl,
.textwidget table {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.textwidget p:last-child {
  margin-bottom: 0;
}

.comment-content {
  font-size: 16px;
  font-size: 1rem;
}
.comment-content p,
.comment-content ul,
.comment-content dl,
.comment-content table {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.entry-footer {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 20px 0;
  padding:  1.25rem 0;
}
.entry-footer .one-of-two {
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .entry-footer .one-of-two {
    text-align: center;
    padding-top: 10px;
  }
}

@media screen and (min-width: 650px) {
  .post-share-buttons {
    text-align: right;
  }
  .post-share-buttons h5 {
    display: inline-block;
    margin-right: 10px;
  }
}
@media screen and (min-width: max-width(649px)) {
  .post-share-buttons h5 {
    margin: 20px 0;
  }
  .post-share-buttons .button {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

.entry-meta span:first-child::before {
  display: none;
}
.entry-meta span::before {
  content: '\2022';
  display: inline-block;
  padding: 0 7px 0 7px;
  font-size: 20px;
  position: relative;
  top: 3px;
}

.site,
.post {
  position: relative;
}

.post-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.premium-tag,
.sticky-tag {
  display: inline-block;
  padding: 6px 18px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #fff;
  font-weight: 700;
  margin: 0 10px 40px 10px;
}
@media screen and (max-width: 600px) {
  .premium-tag,
  .sticky-tag {
    padding: 6px 14px;
    font-size: 12px;
    margin: 0 5px 20px 5px;
  }
}

.article-cover {
  position: relative;
  overflow: hidden;
  height: 100%;
  height: 100vh;
  background: #000;
  color: #fff;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 80px;
  margin-bottom: 5rem;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 650px) {
  .article-cover {
    min-height: 500px;
  }
}
.admin-bar .article-cover {
  height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
  .admin-bar .article-cover {
    height: calc(100vh - 46px);
  }
}
@media screen and (max-width: 650px) {
  .article-cover {
    min-height: 400px;
  }
}
.article-cover a {
  color: #fff;
  border: 0;
}
.article-cover__content {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0px;
  right: 0px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-overflow-scrolling: touch;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.article-cover__inner {
  position: relative;
  z-index: 3;
  height: 100%;
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
.article-cover__background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.article-cover .entry-meta {
  margin-top: 20px;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.article-cover .entry-title {
  font-size: 75px;
  font-size: 4.6875rem;
  line-height: 1.1;
}
@media screen and (max-width: 480px) {
  .article-cover .entry-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .article-cover .entry-title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.article-cover__arrow {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 4;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  padding-top: 60px;
  font-size: 15px;
  border: 0;
}
.article-cover__arrow.no-text {
  right: 45px;
}
.article-cover__arrow span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
}
.article-cover__arrow span:before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
}
@media screen and (max-width: 600px) {
  .article-cover__arrow {
    display: none;
  }
}
.article-cover__caption {
  position: absolute;
  bottom: 35px;
  color: white;
  z-index: 4;
  font-size: 15px;
  font-size: 0.9375rem;
  opacity: 0.75;
  width: 100%;
}
.article-cover__caption p {
  padding-left: 30px;
  max-width: 80%;
}
.article-cover__caption a {
  border-bottom: 1px solid;
}

.article-cover.page-cover {
  min-height: auto;
  height: auto;
  position: relative;
}

.page-cover {
  padding: 125px 0;
  padding:  7.8125rem 0;
}
.page-cover .entry-meta,
.page-cover .article-cover__arrow {
  display: none;
}
.page-cover .article-cover__background {
  top: 0;
}
.page-cover .article-cover__content {
  position: relative;
  top: 0;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.background-video {
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 3;
  overflow: hidden;
  max-width: none;
  object-fit: cover;
  left: 0;
}
@media screen and (max-width: 650px) {
  .background-video {
    display: none;
  }
}

@media screen and (min-width: 650px) {
  .has-video .article-cover__caption,
  .has-video .article-cover__background {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .background-video {
    display: none;
  }

  .article-cover__caption, .article-cover__background {
    display: block !important;
  }
}
@media screen and (max-width: 970px) {
  div.wp-caption {
    max-width: 100% !important;
  }
}

.site-nav-drawer-open .site-content, .site-nav-drawer-open
.screen-content {
  overflow: hidden;
}

.tiled-gallery {
  margin: 50px 0;
  margin:  3.125rem 0;
}

.related-posts {
  margin-top: 50px;
  margin-top: 3.125rem;
}
.related-posts .post-grid:nth-last-child(2), .related-posts .post-grid:nth-last-child(1) {
  border-bottom: none;
}
@media screen and (max-width: 600px) {
  .related-posts .post-grid:nth-last-child(2), .related-posts .post-grid:nth-last-child(1) {
    border-bottom: 2px solid #fff;
  }
}

.restricted-post {
  padding-bottom: 80px;
  padding-bottom: 5rem;
  text-align: center;
}

.page-links {
  margin: 20px 0;
  margin:  1.25rem 0;
  padding-top: 20px;
  padding-top: 1.25rem;
  border-top: 2px solid #333;
  text-align: center;
  font-size: 16px;
}
.page-links h5,
.page-links span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: auto;
}
.page-links h5 {
  margin-right: 10px;
}
.page-links a {
  color: inherit !important;
  display: inline-block;
}
.page-links > a,
.page-links > span {
  margin: 0 9px;
}
.page-links span {
  width: 46px;
  height: 46px;
  text-align: center;
  padding-top: 14px;
  border: 2px solid #020303;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.page-links span:hover {
  background-color: #020303;
  color: white;
}
.page-links > span {
  background-color: #020303;
  color: white;
}

.entry-meta a,
.entry-categories a {
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.entry-meta a:hover,
.entry-categories a:hover {
  opacity: 0.6;
}

.entry-categories {
  margin-top: 5px;
}

.post-navigation {
  padding-top: 20px;
  padding-top: 1.25rem;
  border-top: 2px solid #333;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 650px) {
  .post-navigation .nav-previous {
    float: left;
  }
  .post-navigation .nav-next {
    float: right;
  }
}
@media screen and (min-width: max-width(649px)) {
  .post-navigation .nav-link {
    text-align: center;
  }
  .post-navigation .nav-link:first-of-type {
    margin-bottom: 10px;
  }
}
.post-navigation a {
  color: currentColor;
  border: 0;
}
.post-navigation .arrow {
  -moz-transition: padding 200ms;
  -o-transition: padding 200ms;
  -webkit-transition: padding 200ms;
  transition: padding 200ms;
  -moz-transform: translated3d(0, 0, 0);
  -ms-transform: translated3d(0, 0, 0);
  -webkit-transform: translated3d(0, 0, 0);
  transform: translated3d(0, 0, 0);
}
.post-navigation .nav-previous:hover .arrow {
  padding-right: 7px;
}
.post-navigation .nav-next:hover .arrow {
  padding-left: 7px;
}

.post-grid,
.article-cover {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.author .author-avatar {
  margin-bottom: 30px;
}
.author .author-avatar img {
  border-radius: 50%;
  max-width: 84px;
}

.custom-header-media img,
.custom-header-media video,
.custom-header-media iframe {
  height: auto;
  left: 50%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  min-width: 100vw;
  	/* vw prevents 1px gap on left that 100% has
  width: auto;
  top: 50%;
  padding-bottom: 1px; /* Prevent header from extending beyond the footer */
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.custom-header-media {
  position: absolute;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* For browsers that support 'object-fit' */
@supports (object-fit: cover) {
  .custom-header-media img,
  .custom-header-media video,
  .custom-header-media iframe {
    position: absolute;
    height: auto;
    left: 50%;
    max-width: 1000%;
    min-height: 100%;
    min-width: 100%;
    min-width: 100vw;
    width: auto;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.wp-custom-header-video-button {
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  border-color: #fff;
  background: transparent;
  z-index: 21;
  padding: 16px;
}
.wp-custom-header-video-button:hover {
  background: transparent;
}
.wp-custom-header-video-button .fas {
  width: 14px;
  text-align: center;
}
.site-nav-drawer-open .wp-custom-header-video-button {
  display: none;
}
.header-over .wp-custom-header-video-button {
  top: auto;
  bottom: 30px;
}
@media screen and (max-width: 480px) {
  .wp-custom-header-video-button {
    display: none;
  }
}

.content-area,
.site-footer {
  position: relative;
  z-index: 20;
}

figure {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

@media (min-width: 750px) {
  .site-main:not(.single-sidebar-on) .wp-caption.alignnone,
  .site-main:not(.single-sidebar-on) img.alignnone {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: 1000%;
  }

  .site-main:not(.single-sidebar-on) .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
  }
  .site-main:not(.single-sidebar-on) .alignfull img {
    width: 100%;
  }

  .site-main:not(.single-sidebar-on) .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
  }
}
.pagination {
  text-align: center;
  color: #494949;
  font-weight: bold;
}
.pagination a {
  color: inherit;
  border: none;
}
.pagination a:hover {
  background: #000;
  color: white;
}
.pagination .page-numbers {
  display: inline-flex;
  text-transform: uppercase;
  background: #f6f6f6;
  min-width: 46px;
  justify-content: center;
  padding: 10px 15px;
  border: 1px solid transparent;
}
.pagination .current {
  border-color: #dddddd;
}
.pagination .dots,
.pagination .current {
  background: transparent;
}

.wp-block-quote {
  border-left: 0 !important;
}

.entry-content p,
.entry-content ul,
.entry-content dl,
.entry-content table,
.entry-content blockquote {
  margin-bottom: 28px;
}

/*---------------------------------------------------------
 6. Pages (_pages.scss)
-------------------------------------------------------- */
.page-header {
  text-align: center;
}
.page-header__content {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 65px;
  padding-bottom: 4.0625rem;
}
@media screen and (max-width: 649px) {
  .page-header__content {
    padding: 60px 0;
    padding:  3.75rem 0;
  }
}

.hide-page-title .site-main .entry-header {
  display: none;
}

body[class*="page-id"]:not(.page-template-current-php) .entry-header {
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
  color: #fff;
  text-align: center;
}
body[class*="page-id"]:not(.page-template-current-php) .entry-title {
  line-height: 1.3;
  font-size: 65px;
  font-size: 4.0625rem;
}
@media screen and (max-width: 480px) {
  body[class*="page-id"]:not(.page-template-current-php) .entry-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
  }
}

.site-main .page .entry-meta {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.page-template-widgetized .page {
  padding: 90px 0;
  padding:  5.625rem 0;
}

.page-template-widgetized .entry-content p:last-of-type {
  margin-bottom: 0;
}

.header-over[class*="page-id-"].page-template-widgetized .hentry {
  padding-top: 200px;
  padding-top: 12.5rem;
}

.search .page {
  padding: 0;
}
.search .page .entry-meta {
  margin-top: 0;
  margin-bottom: 0;
}

.page-cover {
  position: relative;
  border-bottom: 2px solid #fff;
}
.page-cover__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.page-cover .hentry {
  position: relative;
  z-index: 3;
}

/*---------------------------------------------------------
 Author Page (_pages.scss)
-------------------------------------------------------- */
.current-author__name {
  line-height: 1.1;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 650px) {
  .current-author__name {
    font-size: 65px;
    font-size: 4.0625rem;
  }
}
.current-author__description {
  line-height: 1.6;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 649px) {
  .current-author__description {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.current-author__social-profiles {
  list-style: none;
  font-size: 50px;
  font-size: 3.125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 480px) {
  .current-author__social-profiles {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.current-author__social-profiles li {
  display: inline-block;
  margin: 0 20px;
  margin:  0 1.25rem;
}
@media screen and (max-width: 480px) {
  .current-author__social-profiles li {
    margin: 0 15px;
    margin:  0 0.9375rem;
  }
}
.current-author__social-profiles a {
  color: inherit;
  -moz-transition: color 200ms;
  -o-transition: color 200ms;
  -webkit-transition: color 200ms;
  transition: color 200ms;
  border: 0;
}
.current-author__social-profiles a:hover {
  color: #a3a3a3;
}

.hide-author .byline {
  display: none;
}

.author .block-button {
  margin-top: 0;
  margin-bottom: 0;
}

/*---------------------------------------------------------
 Widgetized Page Template (_pages.scss)
-------------------------------------------------------- */
.page-template-widgetized-php.header-over .stag_widget_intro {
  padding-top: 250px;
  padding-top: 15.625rem;
}

/*---------------------------------------------------------
 404 Error Page (_pages.scss)
-------------------------------------------------------- */
.error-404 .page-header {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.error-404 .page-content .widget {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.error-404 .search-form {
  margin-top: 49.9px;
  margin-top: 3.11875rem;
}
.error-404 .search-field {
  width: 100%;
}
.error-404 .search-submit {
  display: none;
}

.traditional-navigation .archive-header-wrapper {
  margin: 40px 0;
  text-align: center;
}
.traditional-navigation .archive-header {
  position: static;
  top: initial;
  right: 0;
  padding: 0;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  background: none;
  color: #000;
}
.traditional-navigation .archive-header__title {
  color: inherit;
  position: relative;
}
.traditional-navigation .archive-header__title > span {
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  color: #000;
}
.traditional-navigation .archive-header__title:before {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000;
}

.archive-header {
  background: #000;
  position: absolute;
  right: 70px;
  top: 33px;
  padding: 10px;
  line-height: 1;
}
.archive-header__title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 800px) {
  .archive-header {
    display: none;
  }
}
.archive-header .term {
  color: inherit;
}

.ink-contact-form {
  margin-top: 80px;
  margin-top: 5rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
.ink-contact-form__title {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  color: #2C2C2C;
}
.ink-contact-form form {
  background: #f6f6f6;
  padding: 35px 35px 0 35px;
}
.ink-contact-form .unit {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.ink-contact-form textarea,
.ink-contact-form input[type="text"],
.ink-contact-form input[type="email"] {
  width: 100%;
}
.ink-contact-form .contact-form-button {
  display: block;
}
.ink-contact-form .error {
  color: #D15858;
  display: block;
  margin-top: 5px;
}
.ink-contact-form .buttons {
  margin-left: -35px;
  background: #ffffff;
  margin-right: -35px;
  padding: 40px 0;
}
.ink-contact-form .stag-alert {
  background: none;
  border: 2px solid #53b38c;
  font-size: 20px;
  line-height: 1.8;
  color: #53b38c;
}

.no-results {
  text-align: center;
  margin-bottom: 50px;
}
.no-results .search-field {
  display: block;
  width: 100%;
  padding-right: 50px;
  padding-right: 3.125rem;
}
.no-results .page-header {
  margin-bottom: 30px;
}
.no-results .search-form {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.author .block-button {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.error-post {
  padding-top: 200px;
  padding-bottom: 150px;
  text-align: center;
  color: #fff;
}
.error-post .entry-title {
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
  font-size: 65px;
  font-size: 4.0625rem;
  line-height: 1.3;
}

.error404 .page-cover {
  margin-bottom: 50px;
}

.custom-header {
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #000;
  background-position: center;
  background-size: cover;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid #fff;
  z-index: 1;
  overflow: hidden;
}
.custom-header a {
  color: currentColor !important;
}
.custom-header .sharedaddy {
  display: none;
}
.custom-header .custom-header-title {
  font-size: 75px;
  font-size: 4.6875rem;
  line-height: 1.25;
}
@media screen and (max-width: 480px) {
  .custom-header .custom-header-title {
    font-size: 40px;
  }
}
.custom-header .custom-header-description {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.25;
}
@media screen and (max-width: 600px) {
  .custom-header .custom-header-description {
    font-size: 20px;
  }
}
.custom-header .custom-header-description p {
  margin-top: 20px;
}
.custom-header .custom-header-title + .custom-header-description {
  margin-top: 30px;
}
.custom-header .inner-header-content {
  max-width: 740px;
  margin: 0 auto;
  padding: 250px 20px;
  position: relative;
  z-index: 2;
}

.custom-header-content {
  width: 100%;
}

.custom-header-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .8;
  z-index: 1;
}

.page .entry-content p:last-child {
  margin-bottom: 0;
}
.page .site-footer {
  border-top: 2px solid #000;
  padding-top: 50px;
}

.single .single-sidebar-on.site-main, .single .single-sidebar-on + .site-footer .inside,
.page .single-sidebar-on.site-main,
.page .single-sidebar-on + .site-footer .inside {
  max-width: 1210px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 970px) {
  .single .single-sidebar-on.site-main, .single .single-sidebar-on + .site-footer .inside,
  .page .single-sidebar-on.site-main,
  .page .single-sidebar-on + .site-footer .inside {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.single .single-sidebar-on .content-area,
.page .single-sidebar-on .content-area {
  float: left;
  width: 74%;
  max-width: 800px;
}
@media screen and (max-width: 970px) {
  .single .single-sidebar-on .content-area,
  .page .single-sidebar-on .content-area {
    float: none;
    max-width: 100%;
    width: 100%;
  }
}
.single .single-sidebar-on .widget-area,
.page .single-sidebar-on .widget-area {
  float: left;
  max-width: 270px;
  width: 24%;
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (min-width: 800px) {
  .single .single-sidebar-on .widget-area,
  .page .single-sidebar-on .widget-area {
    margin-left: 2%;
  }
}
@media screen and (min-width: 1170px) {
  .single .single-sidebar-on .widget-area,
  .page .single-sidebar-on .widget-area {
    margin-left: 5%;
  }
}
@media screen and (max-width: 970px) {
  .single .single-sidebar-on .widget-area,
  .page .single-sidebar-on .widget-area {
    float: none;
    max-width: 100%;
    width: 100%;
  }
}
.single .single-sidebar-on .widget-area .widget-title,
.page .single-sidebar-on .widget-area .widget-title {
  font-size: 18px;
  margin-bottom: 30px;
}
.single .single-sidebar-on .widget-area .textwidget,
.single .single-sidebar-on .widget-area .widget_categories a,
.single .single-sidebar-on .widget-area .widget_archive a,
.single .single-sidebar-on .widget-area .widget_pages a,
.single .single-sidebar-on .widget-area .widget_meta a,
.single .single-sidebar-on .widget-area .widget_recent_comments a,
.single .single-sidebar-on .widget-area .widget_nav_menu a,
.single .single-sidebar-on .widget-area .main-navigation a,
.page .single-sidebar-on .widget-area .textwidget,
.page .single-sidebar-on .widget-area .widget_categories a,
.page .single-sidebar-on .widget-area .widget_archive a,
.page .single-sidebar-on .widget-area .widget_pages a,
.page .single-sidebar-on .widget-area .widget_meta a,
.page .single-sidebar-on .widget-area .widget_recent_comments a,
.page .single-sidebar-on .widget-area .widget_nav_menu a,
.page .single-sidebar-on .widget-area .main-navigation a {
  font-size: 17px;
  line-height: 1.8;
}
.single .single-sidebar-on .entry-content img.size-full.alignnone,
.page .single-sidebar-on .entry-content img.size-full.alignnone {
  width: 125%;
  max-width: 125%;
  margin-left: -25%;
}
@media screen and (max-width: 970px) {
  .single .single-sidebar-on .entry-content img.size-full.alignnone,
  .page .single-sidebar-on .entry-content img.size-full.alignnone {
    margin-left: -10%;
  }
}

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

/*---------------------------------------------------------
 Widgets (_sidebar.scss)
-------------------------------------------------------- */
.widgettitle {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 1px;
  color: #2C2C2C;
}

.widget-area .widget,
.site-nav .widget {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.widget-area .widget a,
.site-nav .widget a {
  border: 0;
}
.widget-area .widget .textwidget a:not(.stag-button),
.site-nav .widget .textwidget a:not(.stag-button) {
  border-bottom: 2px solid #53b38c;
}
.widget-area .widget .textwidget a:not(.stag-button).button,
.site-nav .widget .textwidget a:not(.stag-button).button {
  border-bottom: none;
}
.widget-area form,
.site-nav form {
  padding: 40px;
  background: #f6f6f6;
}
.widget-area form div,
.site-nav form div {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none;
  margin-bottom: 20px !important;
}
.widget-area form input,
.site-nav form input {
  border-radius: 3px;
  padding: 10px;
  line-height: 1.25;
}
.widget-area form .contact-submit,
.widget-area form .subscribe-submit,
.site-nav form .contact-submit,
.site-nav form .subscribe-submit {
  margin: 0;
  padding-top: 0;
  background: transparent;
}
.widget-area form .contact-submit input,
.widget-area form .subscribe-submit input,
.site-nav form .contact-submit input,
.site-nav form .subscribe-submit input {
  min-height: 35px;
  padding: 10px 26px;
  font-size: 12px;
}
.widget-area .search-form,
.site-nav .search-form {
  padding: 0;
  background: transparent;
}
.widget-area .stag-button,
.site-nav .stag-button {
  display: inline-block;
  font-size: 12px;
  line-height: 1.25;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.widget-area .instagram-follow-link,
.site-nav .instagram-follow-link {
  background: #53b38c;
  padding: 10px 26px;
  color: #fff;
  margin: 15px 0 0 0;
}
.widget-area .instagram-follow-link:hover,
.site-nav .instagram-follow-link:hover {
  background: #111;
}

.site-nav form {
  padding: 20px;
}
.site-nav form div {
  margin-bottom: 10px !important;
}
.site-nav .textwidget a:not(.stag-button) {
  border-bottom: 2px solid #53b38c;
}
.site-nav .textwidget a:not(.stag-button).button {
  border-bottom: none;
}

.widget_recent_entries li {
  margin-bottom: 30px !important;
  margin-bottom: 1.875rem !important;
  font-size: 18px;
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
}
.widget_recent_entries a {
  border: 0;
  order: 1;
}
.widget_recent_entries .post-date {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2C2C2C;
  opacity: .5;
  margin-bottom: 10px;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_comments li,
.widget_nav_menu li,
.main-navigation li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #2C2C2C;
  color: rgba(44, 44, 44, 0.5);
}
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_pages li:first-child,
.widget_meta li:first-child,
.widget_recent_comments li:first-child,
.widget_nav_menu li:first-child,
.main-navigation li:first-child {
  padding-top: 0;
}
.widget_archive li > ul,
.widget_categories li > ul,
.widget_pages li > ul,
.widget_meta li > ul,
.widget_recent_comments li > ul,
.widget_nav_menu li > ul,
.main-navigation li > ul {
  border-top: 2px solid #2C2C27;
  margin-top: 10px;
  padding-top: 10px;
}
.widget_archive li > ul a,
.widget_categories li > ul a,
.widget_pages li > ul a,
.widget_meta li > ul a,
.widget_recent_comments li > ul a,
.widget_nav_menu li > ul a,
.main-navigation li > ul a {
  padding-left: 30px;
}
.widget_archive li > ul > li,
.widget_categories li > ul > li,
.widget_pages li > ul > li,
.widget_meta li > ul > li,
.widget_recent_comments li > ul > li,
.widget_nav_menu li > ul > li,
.main-navigation li > ul > li {
  padding-top: 10px;
}
.widget_archive li > ul > li:last-child,
.widget_categories li > ul > li:last-child,
.widget_pages li > ul > li:last-child,
.widget_meta li > ul > li:last-child,
.widget_recent_comments li > ul > li:last-child,
.widget_nav_menu li > ul > li:last-child,
.main-navigation li > ul > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_recent_comments a,
.widget_nav_menu a,
.main-navigation a {
  font-size: 17px;
  line-height: 1.6;
}

.widget_rss a {
  font-weight: 700;
}
.widget_rss span {
  margin-bottom: 10px;
  color: rgba(44, 44, 44, 0.5);
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2C2C2C;
  opacity: .5;
  margin-bottom: 10px;
}
.widget_rss li {
  padding-bottom: 30px;
}
.widget_rss cite {
  display: inline-block;
  padding-top: 10px;
  color: rgba(44, 44, 44, 0.5);
}

.widget_calendar a {
  font-size: inherit !important;
  font-weight: 700;
}
.widget_calendar caption {
  text-align: left;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: .5;
  font-size: 13px;
}
.widget_calendar table tr th {
  padding: 15px 0;
}
.widget_calendar table tr td {
  font-size: 15px;
  line-height: 1;
}
.widget_calendar table tr th:last-child,
.widget_calendar table tr td:last-child {
  text-align: left;
}

.static-content-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.stag-custom-widget-area .widgettitle {
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
  font-size: 30px;
  font-size: 1.875rem;
}
.stag-custom-widget-area .widget {
  padding: 90px 0;
  padding:  5.625rem 0;
}
.stag-custom-widget-area .stag-instagram {
  padding: 0 !important;
}
.stag-custom-widget-area .stag-instagram .widgettitle {
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.stag-custom-widget-area .stag-instagram .thumbnail img {
  max-width: 150px;
}
.stag-custom-widget-area .stag-instagram .thumbnail .instagram_badge_image {
  margin: 0 !important;
}
.stag-custom-widget-area .stag-instagram .size-large img {
  width: 100%;
  max-width: none;
}
.stag-custom-widget-area .size-large .instagram_badge_image {
  margin: 0;
  display: inline-block;
  float: left;
  vertical-align: middle;
  width: 25%;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  position: relative;
}
@media screen and (max-width: 650px) {
  .stag-custom-widget-area .size-large .instagram_badge_image {
    width: 33.33333%;
  }
}
.stag-custom-widget-area .size-large .instagram_badge_image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.stag-custom-widget-area .size-large .instagram_badge_image:hover:before {
  background: transparent;
}
.stag-custom-widget-area .stag-instagram {
  text-align: center;
  max-width: 970px;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 970px) {
  .stag-custom-widget-area .stag-instagram ul {
    padding: 0 20px;
  }
}
.stag-custom-widget-area .stag-instagram .standard_resolution li {
  float: left;
  max-width: 48%;
  margin: 1%;
}
.stag-custom-widget-area .stag-instagram .low_resolution li {
  float: left;
  max-width: 31%;
  margin: 1%;
}

.stag-flickr,
.instagram-widget.thumbnail,
.stag-dribbble {
  margin-right: -10px;
}
.stag-flickr li,
.instagram-widget.thumbnail li,
.stag-dribbble li {
  width: 30%;
  margin: 0 3% 3% 0;
}
.stag-flickr img,
.instagram-widget.thumbnail img,
.stag-dribbble img {
  max-width: 100%;
  width: 100%;
}

.dribbbles {
  font-size: 0;
}
.dribbbles li {
  display: inline-block;
}

.site-nav .textwidget {
  font-size: 16px;
  font-size: 1rem;
}

.stag_widget_recent_posts,
.stag_widget_static_content {
  text-align: center;
  position: relative;
}
.stag_widget_recent_posts .inner-section,
.stag_widget_static_content .inner-section {
  position: relative;
  z-index: 2;
}

.stag_widget_recent_posts {
  text-align: center;
}
.stag_widget_recent_posts .widgettitle {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.stag_widget_recent_posts a {
  border-bottom: 0;
}
.stag_widget_recent_posts .entry-header {
  margin-bottom: 10px !important;
  margin-bottom: 0.625rem !important;
}
.stag_widget_recent_posts .entry-title {
  font-size: 30px !important;
  font-size: 1.875rem !important;
  text-transform: none;
  font-weight: normal;
}
.stag_widget_recent_posts article {
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}
.stag_widget_recent_posts article:last-of-type {
  margin-bottom: 0;
}
.stag_widget_recent_posts .all-posts {
  margin-top: 80px;
  margin-top: 5rem;
}
.stag_widget_recent_posts .entry-subtitle.entry-subtitle {
  font-size: 20px;
  margin: 10px auto;
}
.stag_widget_recent_posts .entry-content {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.stag-twitter li {
  margin-bottom: 20px !important;
  margin-bottom: 1.25rem !important;
  color: rgba(44, 44, 44, 0.5);
}
.stag-twitter time {
  color: #a3a3a3;
  font-size: 14px;
  font-size: 0.875rem;
}
.stag-twitter time a {
  color: inherit;
}
.stag-twitter .twitter-follow-button {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 4px 14px;
  padding:  0.25rem 0.875rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.stag-twitter .twitter-follow-button:hover {
  color: white;
}

.stag_widget_static_content .page {
  padding-top: 0 !important;
}

.stag_widget_recent_posts_grid {
  padding: 0 !important;
  overflow: hidden;
  margin-top: 2px;
}
.stag_widget_recent_posts_grid .entry-title {
  font-size: 35px !important;
  font-size: 2.1875rem !important;
}
.stag_widget_recent_posts_grid .widgettitle {
  text-align: center;
  margin-top: 90px;
  margin-top: 5.625rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.stag_widget_recent_posts_grid .entry-header {
  margin-bottom: 0 !important;
}
.stag_widget_recent_posts_grid .entry-content {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  text-align: center;
}
.header-over .stag_widget_recent_posts_grid .hentry {
  padding-top: 0 !important;
}

.site-contributors {
  text-align: center;
  padding-bottom: 0 !important;
}
.site-contributors.widget:last-of-type {
  position: relative;
  bottom: -2px;
  margin-top: -2px;
}
.site-contributors .widgettitle {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.site-contributors .entry-content {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.contributors-list {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
.contributors-list .contributor {
  padding: 35px 15px;
  padding:  2.1875rem 0.9375rem;
}
@media screen and (max-width: 650px) {
  .contributors-list .contributor {
    border-bottom: 2px solid #333;
  }
  .contributors-list .contributor:last-of-type {
    border-bottom: none;
  }
}
.contributors-list .inside {
  padding: 0;
}
.contributors-list .contributor-avatar img {
  max-width: 110px;
  overflow: hidden;
  border-radius: 50%;
}
.contributors-list .contributor-avatar .contributor-posts-link {
  border-bottom: 0;
}
.contributors-list .contributor-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.contributors-list .contributor-name a {
  color: inherit;
}
.contributors-list .contributor-name a:hover {
  opacity: .92;
}
@media screen and (min-width: 650px) {
  .contributors-list .contributor {
    float: left;
    display: inline-block;
    vertical-align: middle;
    border-left: 2px solid #333;
  }
  .contributors-list .one-column {
    width: 100%;
  }
  .contributors-list .two-column {
    width: 50%;
  }
  .contributors-list .three-column {
    width: 33.33333%;
  }
  .contributors-list .four-column {
    width: 25%;
  }
  .contributors-list .one-column:first-of-type,
  .contributors-list .two-column:first-of-type,
  .contributors-list .three-column:first-of-type {
    border-left: none;
  }
  .contributors-list .four-column {
    position: relative;
    bottom: -2px;
    margin-top: -2px;
    border-bottom: 2px solid #333;
  }
  .contributors-list .four-column:nth-child(4n+1) {
    border-left: none;
  }
}

.stag_widget_feature_callout {
  padding: 0 !important;
  overflow: hidden;
}
.stag_widget_feature_callout .container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.stag_widget_feature_callout .feature-callout__title {
  font-size: 35px !important;
  font-size: 2.1875rem !important;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.stag_widget_feature_callout .feature-callout__content {
  font-size: 20px;
  line-height: 1.8;
}
.stag_widget_feature_callout .feature-callout__cover {
  position: relative;
  padding: 90px 0;
  padding:  5.625rem 0;
  background-position: center center;
  background-size: cover;
}
.stag_widget_feature_callout .feature-callout__cover .container {
  position: relative;
  z-index: 2;
}
.stag_widget_feature_callout .feature-callout__content {
  word-break: break-word;
}
.stag_widget_feature_callout .feature-callout__cover.has-overlay:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: " ";
}
.stag_widget_feature_callout .image-pull .container {
  padding: 90px 0;
  padding:  5.625rem 0;
}
.stag_widget_feature_callout .text-right .text-container,
.stag_widget_feature_callout .text-right .unit {
  margin-left: 50%;
}
.stag_widget_feature_callout .text-right.image-pull .image-container {
  margin-left: -100%;
}
.stag_widget_feature_callout .feature-callout.text-center.image-cover {
  text-align: center;
}

.valign-top .unit {
  vertical-align: top;
}

.valign-middle .unit {
  vertical-align: middle;
}

.valign-bottom .unit {
  vertical-align: bottom;
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.stag-custom-widget-area .stag_widget_feature_slides {
  padding: 0;
}

.stag_widget_feature_slides .container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
.stag_widget_feature_slides .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.stag_widget_feature_slides .site-slider {
  overflow: hidden;
}
.stag_widget_feature_slides .site-slider ul {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.stag_widget_feature_slides .site-slider li {
  position: relative;
  height: 100%;
}
.stag_widget_feature_slides .site-slider .slide-desc-wrapper {
  text-align: center;
}
.stag_widget_feature_slides .site-slider .slide-desc {
  width: 50%;
  padding: 60px;
  box-shadow: 1px 8px 65px rgba(0, 0, 0, 0.07);
  position: relative;
}
.stag_widget_feature_slides .site-slider .slide-desc h1,
.stag_widget_feature_slides .site-slider .slide-desc h2,
.stag_widget_feature_slides .site-slider .slide-desc h3,
.stag_widget_feature_slides .site-slider .slide-desc h4 {
  margin-bottom: 25px;
  font-weight: 700;
}
.stag_widget_feature_slides .site-slider .slide-desc h4,
.stag_widget_feature_slides .site-slider .slide-desc h5,
.stag_widget_feature_slides .site-slider .slide-desc p {
  margin-bottom: 25px;
  font-weight: 400;
}
.stag_widget_feature_slides .site-slider .slide-desc h6 {
  margin-bottom: 10px;
  font-weight: 700;
}
.stag_widget_feature_slides .site-slider .slide-desc .button {
  position: relative;
}
.stag_widget_feature_slides .site-slider .slide-desc a:not(.button) {
  transition: all 0.2s ease-in;
}
.stag_widget_feature_slides .site-slider .slide-desc a:not(.button):hover {
  border-bottom: transparent;
}
.stag_widget_feature_slides .site-slider .slide-desc-content {
  position: relative;
}
.stag_widget_feature_slides .site-slider .slide-desc-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
.stag_widget_feature_slides .slide-content-left .slide-desc {
  margin-left: 0;
  text-align: left;
}
.stag_widget_feature_slides .slide-content-right .slide-desc {
  margin-left: auto;
  text-align: left;
}
.stag_widget_feature_slides .slide-content-center .slide-desc {
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 959px) {
  .site-slider {
    min-height: calc(100vh - 96px);
  }

  .site-slider .slide-desc {
    width: 100%;
    max-width: 480px;
    padding: 40px 20px;
  }

  .slide-content-center .slide-desc,
  .slide-content-right .slide-desc,
  .slide-content-left .slide-desc {
    margin: 0 auto;
    text-align: center;
  }
}
/*--------------------------------------------------------------
# Flexslider
--------------------------------------------------------------*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* RESETS */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* BASE STYLES */
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.product-thumbnails.flexslider .slides img {
  border-radius: 3px;
}

.flexslider .slides:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  content: "\0020";
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* DEFAULT THEME */
.flexslider {
  zoom: 1;
  position: relative;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 89px;
  height: 89px;
  margin: -45px 0 0;
  border-radius: 3px;
  opacity: 0;
  color: #fff;
  background: #1c2220;
  line-height: 89px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-thumbnails.flexslider .flex-direction-nav a {
  top: 0;
  left: 0;
  margin: 0;
}

.product-thumbnails.flexslider .flex-direction-nav a.flex-prev {
  line-height: 85px;
}

.flex-direction-nav a:before {
  display: inline-block;
  font-family: "Genericons";
  font-size: 30px;
  content: "\f432";
}

.flex-direction-nav a.flex-next:before {
  content: "\f431";
}

.flex-direction-nav .flex-prev {
  top: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  z-index: -1;
  border: 2px dashed #ccc;
  outline: 0;
  opacity: 1 !important;
  background: transparent !important;
  cursor: default;
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=0);
}

.flex-direction-nav .flex-disabled:before {
  color: #ddd;
}

.flex-pauseplay a {
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  bottom: 5px;
  left: 10px;
  width: 20px;
  height: 20px;
  opacity: 0.8;
  color: #000;
  cursor: pointer;
}

.flex-pauseplay a:before {
  display: inline-block;
  font-family: "flexslider-icon";
  font-size: 20px;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: inherit;
  list-style: none;
}

.control-nav-container {
  overflow: hidden;
  position: absolute;
  z-index: 100;
  bottom: 40px;
  width: 100%;
  height: 11px;
}

.control-nav-container.slide-content-center {
  text-align: center;
}

.control-nav-container.slide-content-right {
  text-align: right;
}

.site-slider {
  position: relative;
}

.flex-control-nav li {
  display: inline-block;
  zoom: 1;
  width: auto;
  margin: 0 6px;
  *display: inline;
}

.flex-control-paging li a {
  display: block;
  width: 11px;
  height: 11px;
  border: 2px solid transparent;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  text-indent: -9999px;
  cursor: pointer;
}

.flex-control-paging li a:hover {
  border: 2px solid #fff;
  background: transparent;
}

.flex-control-paging li a.flex-active {
  border: 2px solid #fff;
  background: transparent;
  cursor: default;
}

.flex-control-thumbs {
  overflow: hidden;
  position: static;
  margin: 5px 0 0;
}

.flex-control-thumbs li {
  float: left;
  width: 25%;
  margin: 0;
}

.flex-control-thumbs img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* Fixed for first slide fade */
.site-slider.loading .slides {
  opacity: 0 !important;
}

@media (max-width: 640px) {
  .stag_widget_feature_slides .featured-slides[data-hideonmobile="1"] {
    display: none;
  }
}
/*---------------------------------------------------------
 8. Comments (_comments.scss)
-------------------------------------------------------- */
.comment {
  list-style: none;
  margin: 50px 0;
  margin:  3.125rem 0;
}
.comment:first-of-type {
  margin-top: 0;
}
.comment .children {
  margin-top: 70px;
  margin-top: 4.375rem;
  margin-left: 100px;
  margin-left: 6.25rem;
}
@media screen and (max-width: 480px) {
  .comment .children {
    margin-left: 50px;
    margin-left: 3.125rem;
  }
}
.comment .divider {
  display: inline-block;
  padding: 0 10px 0 6px;
}

.comments-area {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.comment-author {
  font-weight: bold;
  color: #111112;
  font-size: 23px;
  font-size: 1.4375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.comments-title {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
}

#cancel-comment-reply-link {
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 650px) {
  .comment-form-actions {
    display: inline-block;
    float: right;
    vertical-align: middle;
  }
}
@media screen and (max-width: 649px) {
  .comment-form-actions {
    margin-top: 20px;
  }
  .comment-form-actions button {
    width: 100%;
  }
}

.comment-meta {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.comment-meta a {
  color: inherit;
  border: 0;
}

.comment-form-email {
  margin-left: 3%;
}
@media screen and (max-width: 600px) {
  .comment-form-email {
    margin-left: 0;
  }
}

@media screen and (min-width: 650px) {
  .comment-form-email,
  .comment-form-author {
    width: 48.4%;
    display: inline-block;
    vertical-align: top;
    margin-right: -.25em;
  }
}
.comment-form {
  background: #f6f6f6;
  padding: 35px 35px 0 35px;
}
.comment-form input:not([type=submit]), .comment-form textarea {
  width: 100%;
}
.comment-form textarea {
  height: 150px;
  resize: none;
  line-height: 1.6;
}
.comment-form .comment-notes {
  font-size: 0.9em;
  margin: 0 0 20px 0;
}
.comment-form > p {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.comment-form .comment-form-comment {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.comment-form .logged-in-as {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  margin-top: 0;
}
.comment-form .submit:focus {
  background: #000;
}

.comment-list {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (max-width: 480px) {
  .comment-metadata {
    display: block;
  }
}

.comments-title,
.comment-reply-title {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #2C2C2C;
}

#reply-title {
  background: #f6f6f6;
  padding: 60px 35px 0 35px;
}

.blog-textarea {
  resize: none;
}

.form-submit {
  background: #fff;
  padding-top: 40px;
  padding-top: 2.5rem;
  margin-left: -35px;
  margin-right: -35px;
}

.comment-avatar {
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.comment-avatar img {
  border-radius: 50%;
  max-width: 84px;
}

.show-avatars .comment-content {
  padding-left: 104px;
}

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

/*---------------------------------------------------------
 Respond form (_comments.scss)
-------------------------------------------------------- */
.respond-type {
  width: 100%;
}

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

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

#respond .form-submit,
#respond input[type="submit"] {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  #respond input[type="submit"] {
    width: 100%;
  }
}
li + #respond {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.comment-respond {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 600px) {
  .comment-respond {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.toggle-comments:after {
  content: "\f106";
  margin-left: 5px;
  font: normal 900 normal 14px/1 "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toggle-comments.is-visible:after {
  content: '\f106';
}
.toggle-comments.is-collapsed:after {
  content: '\f107';
}

.toggle-comments .hide-label {
  display: none;
}

.is-visible .hide-label {
  display: inline-block;
}
.is-visible .show-label {
  display: none;
}

.comments-visible .show-label, .is-collapsed .show-label {
  display: inline-block;
}
.comments-visible .hide-label, .is-collapsed .hide-label {
  display: none;
}

.comments-wrap {
  width: 100%;
  display: inline-block;
}
.comments-wrap.is-collapsed {
  display: none;
}

/*---------------------------------------------------------
 9. Forms (_forms.scss)
-------------------------------------------------------- */
button,
input,
textarea {
  max-width: 100%;
  font-family: inherit;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  border: none;
  border-bottom: 2px solid #333;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  padding: 10px 0;
  padding:  0.625rem 0;
}
button:focus,
input:focus,
textarea:focus {
  outline: none;
}

label {
  display: block;
  padding-bottom: 8px;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  color: #494949;
}

legend {
  text-transform: uppercase;
}

textarea {
  resize: vertical;
  border: 2px solid #333;
  padding: 10px;
  padding: 0.625rem;
  background: #fff;
  border: 2px solid #F0F0F0;
}

input {
  background: #fff;
  border: 2px solid #F0F0F0;
  min-height: 54px;
  padding: 10px;
  padding: 0.625rem;
}

select {
  max-width: 100%;
  width: 100%;
  outline: none;
  background: #fff;
  font-size: 18px;
  line-height: 30px;
  color: #2C2C2C;
  height: 54px;
  border: 2px solid #F0F0F0;
  background: url(assets/img/down.png) no-repeat right #fff;
  background-size: 14px;
  background-position: calc(100% - 13px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px 35px 8px 8px;
}

/*---------------------------------------------------------
 Buttons (_forms.scss)
-------------------------------------------------------- */
button,
.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  display: inline-block;
  color: #fff;
  padding: 16px 45px;
  padding:  1rem 2.8125rem;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  -webkit-transition: all 150ms;
  transition: all 150ms;
  transition: all 150ms;
  background: #53b38c;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 3px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  border-radius: 1px;
}
button:hover,
.button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #111112;
  color: #fff;
}

.search-form {
  position: relative;
}
.search-form label {
  padding-top: 0;
}

.search-field {
  -webkit-appearance: none !important;
  width: 100%;
  border: 2px solid #f0f0f0;
  border-radius: 3px;
  font-size: 15px;
  font-size: 0.9375rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
}
.widget_search .search-field {
  padding-right: 50px;
  padding-right: 3.125rem;
}

.search-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  text-align: center;
  padding: 5px;
  height: 100%;
  max-height: 54px;
  background: transparent;
  color: #b1b1b1;
  border-radius: 0 3px 3px 0;
}
.search-submit:hover {
  background: transparent;
  color: inherit;
}

/*---------------------------------------------------------
 10. Support (_support.scss)
-------------------------------------------------------- */
.stag-image img {
  width: 100%;
}

.jetpack_subscription_widget p {
  margin-bottom: 30px;
}

@supports (object-fit: cover) {
  .type-square .tiled-gallery-item img {
    object-fit: cover;
  }
}
.load-more-posts {
  text-transform: uppercase;
  font-weight: bold;
}

div.sharedaddy h3.sd-title.sd-title {
  font-size: 16px;
  padding-right: 5px;
  margin: 0;
  vertical-align: middle;
}
div.sharedaddy h3.sd-title.sd-title:before {
  display: none;
  opacity: 0;
}

.sd-content.sd-content {
  display: inline-block;
  vertical-align: middle;
}
.sd-content.sd-content ul {
  margin: 0 !important;
}

/* jetpack contact form */
.contact-form {
  padding: 50px 35px 0 35px;
  background-color: #f6f6f6;
  text-align: left;
}
.contact-form .contact-form input[type='text'],
.contact-form .contact-form input[type='email'] {
  border-radius: 3px;
}
.contact-form select,
.contact-form input,
.contact-form textarea {
  width: 100% !important;
  max-width: 100% !important;
}
.contact-form div {
  margin-bottom: 40px;
  float: left;
  width: 50%;
}
.contact-form div:nth-child(odd) {
  padding-right: 15px;
}
.contact-form div:nth-child(even) {
  padding-left: 15px;
}
.contact-form div:last-of-type {
  clear: both;
  float: none;
  width: 100%;
  padding: 0;
}
.contact-form .contact-submit {
  background: #fff;
  padding: 0;
  margin-left: -35px;
  margin-right: -35px;
  margin-bottom: -50px;
  padding-top: 40px;
}
.contact-form .contact-submit input {
  width: auto !important;
}

/* Jetpack Social Icon Widgets */
.widget_wpcom_social_media_icons_widget .genericon {
  font-size: 30px;
}

/*---------------------------------------------------------
 Restrict Content Pro styles (_support.scss)
-------------------------------------------------------- */
#rcp_registration_form {
  padding: 0 !important;
}

.rcp_form {
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
}
.rcp_form input[type="text"],
.rcp_form input[type="email"],
.rcp_form input[type="url"],
.rcp_form input[type="password"] {
  width: 100%;
  border: 2px solid #F0F0F0;
  border-radius: 3px;
  background: #fff;
  padding: 10px;
  height: 54px;
  transition: all 150ms ease-in-out;
  color: #2C2C2C;
}
.rcp_form input[type="text"]:focus, .rcp_form input[type="text"]:hover,
.rcp_form input[type="email"]:focus,
.rcp_form input[type="email"]:hover,
.rcp_form input[type="url"]:focus,
.rcp_form input[type="url"]:hover,
.rcp_form input[type="password"]:focus,
.rcp_form input[type="password"]:hover {
  border-color: #bdbdbd;
}
.rcp_form label[for="rcp_user_remember"],
.rcp_form label[for="rcp_auto_renew"],
.rcp_form #rcp_user_remember {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.rcp_form label[for="rcp_user_remember"],
.rcp_form label[for="rcp_auto_renew"] {
  padding: 0;
  display: inline-block;
  float: none;
  width: auto !important;
  vertical-align: middle;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: initial;
  font-family: inherit;
  font-size: 15px;
  line-height: 2;
  color: #797979;
}
.rcp_form #rcp_user_remember,
.rcp_form #rcp_auto_renew {
  float: none;
  vertical-align: middle;
  display: inline-block;
  margin: 0 7px 0 0;
}
.rcp_form .unit.one-of-two {
  width: 49.5%;
}
@media screen and (max-width: 800px) {
  .rcp_form .unit.one-of-two {
    width: 100%;
  }
}
.rcp_form .unit.one-of-three {
  width: 33%;
}
@media screen and (max-width: 800px) {
  .rcp_form .unit.one-of-three {
    width: 49.5%;
  }
}
@media screen and (max-width: 600px) {
  .rcp_form .unit.one-of-three {
    width: 100%;
  }
}
.rcp_form input.required {
  color: #2C2C2C;
}
.rcp_form legend {
  margin-bottom: 20px !important;
}
.rcp_form label {
  width: 100% !important;
  font-size: 13px;
  text-transform: uppercase;
  color: #494949;
  letter-spacing: 3px;
  font-weight: 700;
  padding: 0 0 8px 0;
  display: inline;
}
.rcp_form li {
  padding: 40px 30px;
  transition: background-color 300ms ease-in-out;
  margin: 0 0 5px !important;
}
.rcp_form li:hover, .rcp_form li.checked {
  background-color: #F6F6F6;
}
.rcp_form p {
  padding: 20px 30px 20px 0;
  margin: 0 !important;
  color: #797979;
  font-size: 15px;
  line-height: 2;
}
.rcp_form p:last-child {
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .rcp_form p {
    width: 100%;
  }
}
.rcp_form select {
  background: #fff;
  font-size: 18px;
  line-height: 30px;
  color: #2C2C2C;
  height: 54px;
  border: 2px solid #F0F0F0;
  background: url(assets/img/down.png) no-repeat right #fff;
  background-size: 14px;
  background-position: calc(100% - 13px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px 35px 8px 8px;
}
.rcp_form select:focus, .rcp_form select:hover {
  border-color: #bdbdbd;
}
.rcp_form select.half-width {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .rcp_form select.half-width {
    width: 100%;
  }
}
.rcp_form select.full-width {
  width: 100%;
}
.rcp_form .form-header {
  font-weight: normal;
  margin: 25px 0 50px 0;
}
.rcp_form .grid-section {
  padding: 35px 0 35px 35px;
  margin-top: 10px;
  margin-bottom: 40px;
  background: #f6f6f6;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}
.rcp_form h3 {
  text-align: left;
  padding: 20px 0;
  font-size: 20px;
  font-weight: normal;
  color: #2C2C2C;
  line-height: 1.2;
  margin-bottom: 0 !important;
}
.rcp_form fieldset {
  margin-left: 0;
}

#rcp_payment_gateways {
  margin-right: 65px !important;
  padding: 0 !important;
}
@media screen and (max-width: 800px) {
  #rcp_payment_gateways {
    margin-right: 35px !important;
  }
}

.rcp_login_link p {
  padding-top: 0 !important;
  padding-bottom: 60px !important;
  color: #2C2C2C;
  font-size: 18px;
}

.accent-background {
  color: #fff;
}

#rcp_login_submit {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px;
}

.rcp_form .rcp_subscription_message {
  font-size: 25px;
  color: #2C2C2C;
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 40px;
}
.rcp_form #rcp_subscription_levels {
  background: none;
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.rcp_form #rcp_subscription_levels li {
  padding: 0;
  margin: 0;
}
.rcp_form #rcp_subscription_levels input[type="radio"] {
  margin-right: 12px;
  margin-top: 4px;
}
.rcp_form #rcp_subscription_levels input,
.rcp_form #rcp_subscription_levels label {
  float: left;
}
.rcp_form #rcp_subscription_levels input {
  padding-top: 0;
  margin-top: 0;
}
.rcp_form #rcp_subscription_levels label {
  display: inline-block;
  width: auto !important;
  width: calc(100% - 40px ) !important;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}

.rcp_price,
.rcp_level_duration {
  text-transform: uppercase;
  color: #A9A9A9;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
}

.rcp_header {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
  text-align: left;
}

.entry-content .rcp_header {
  margin-bottom: 15px;
}

.rcp_subscription_level .rcp_level_description {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 26px;
  border: none;
  color: #636363;
}

.rcp_lost_password {
  float: right;
  width: 30%;
  text-align: right;
  text-transform: initial;
  letter-spacing: 0;
  font-weight: normal;
}

.rcp_message {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #d15858;
}
.rcp_message p {
  margin: 0;
}

.rcp_subscription_level {
  padding-left: 2px;
}

.rcp_logged_in {
  margin-bottom: 20px;
}

#rcp_profile_display_name_wrap select {
  margin-left: 1px;
}

.full-width-button {
  display: block;
  width: 100%;
}

#rcp_submit_wrap {
  margin-top: 20px !important;
}

.locked-options {
  width: 450px;
  max-width: 100%;
  margin: 50px auto;
  padding: 30px;
  background-color: #f6f6f6;
}

.locked-options.white-buttons {
  border-color: white;
}

.locked-options.white-buttons .form-divider {
  border-color: white;
}

.locked-options.has-access {
  display: none;
}

.locked-options .stag-button {
  display: block;
  width: 100%;
  margin: 0;
  padding: 16px 45px;
  border: 0;
  margin-bottom: 30px;
  background: #53b38c;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
}
.locked-options .stag-button:last-child {
  margin-bottom: 0;
}

.locked-options .stag-button:nth-of-type(2) {
  position: relative;
  top: -3px;
}

.rcp_subscription_level_name {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 6px;
  display: block;
}

p.rcp_error {
  background: transparent !important;
  color: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.page table th {
  color: inherit;
}

.blockOverlay {
  background: transparent !important;
}

#rcp_discount_code_wrap .rcp_button {
  margin-top: 10px;
  color: inherit;
  border-color: inherit;
}
#rcp_discount_code_wrap .rcp_button:hover {
  background-color: transparent;
}

.rcp_registration_total .rcp-total,
.rcp_registration_total .rcp-recurring-total {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
}
.rcp_registration_total .rcp-total th,
.rcp_registration_total .rcp-recurring-total th {
  font-family: inherit;
  letter-spacing: 0;
  font-size: 18px;
  text-transform: initial;
}

.rcp_gateway_fields {
  margin-bottom: 0 !important;
}
.rcp_gateway_fields label {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: initial;
  padding: 0;
  display: block;
}

.rcp_gateways_fieldset {
  padding: 35px !important;
  background: #f6f6f6;
}

.rcp_card_fieldset {
  padding: 0 35px 0 35px !important;
  background: #f6f6f6;
}
.rcp_card_fieldset p {
  width: 50%;
  float: left;
}
.rcp_card_fieldset p:nth-child(2n) {
  padding-right: 0 !important;
}
@media screen and (max-width: 800px) {
  .rcp_card_fieldset p {
    width: 100%;
    padding: 20px 0;
  }
}
.rcp_card_fieldset .rcp_expiry_separator {
  display: none;
}
.rcp_card_fieldset #rcp_card_exp_wrap select {
  float: left;
  width: 47%;
  margin-right: 6%;
}
.rcp_card_fieldset #rcp_card_exp_wrap select:last-child {
  margin-right: 0;
}

#rcp_auto_renew_wrap {
  background: #f6f6f6;
  padding: 25px 35px;
}
#rcp_auto_renew_wrap.adjust-padding {
  padding: 15px 35px 50px 35px;
}

.rcp_login_data .rcp_submit {
  padding: 0;
}

.rcp_agree_to_terms_fieldset input, .rcp_agree_to_privacy_policy_fieldset input {
  min-height: auto;
}

/* Add compatibility with iPhone X */
.site {
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

#rcp_registration_form fieldset:not(:last-of-type),
#rcp_profile_editor_form fieldset:not(:last-of-type) {
  background: #F6F6F6;
  padding: 35px 0 35px 35px;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 800px) {
  #rcp_registration_form fieldset:not(:last-of-type),
  #rcp_profile_editor_form fieldset:not(:last-of-type) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
#rcp_registration_form legend,
#rcp_profile_editor_form legend {
  text-align: left;
  padding: 20px 0;
  font-size: 20px;
  font-weight: normal;
  color: #2C2C2C;
  line-height: 1.2;
  position: relative;
  top: 50px;
  text-transform: none;
}

.rcp_login_data {
  background: #f6f6f6;
  padding: 35px;
}

.site-nav-drawer-open.ie9 .site-nav,
.site-nav-drawer-open.ie9 .site-nav--scrollable-container {
  z-index: 10000;
}

.animate {
  -webkit-animation: bounceIn 100ms;
  -moz-animation: bounceIn 100ms;
  animation: bounceIn 100ms;
}

@-webkit-keyframes bounceIn {
  from {
    -webkit-transform: scale(0.85);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  from {
    -moz-transform: scale(0.85);
  }
  to {
    -moz-transform: scale(1);
  }
}
@keyframes bounceIn {
  from {
    transform: scale(0.85);
  }
  to {
    transform: scale(1);
  }
}
#infinite-handle {
  overflow: hidden;
}
#infinite-handle a {
  transition: none;
}
#infinite-handle.loading {
  border: none;
  text-indent: -9999px;
  background: none;
}
#infinite-handle.loading a {
  color: transparent;
}
#infinite-handle.loading:hover {
  background: none;
}

#disqus_thread {
  max-width: 1010px;
  margin: 30px auto 10px auto;
  padding: 0 20px;
}

[class*='wp-block-sgb-'] h1,
[class*='wp-block-sgb-'] h2,
[class*='wp-block-sgb-'] h3,
[class*='wp-block-sgb-'] h4,
[class*='wp-block-sgb-'] h5,
[class*='wp-block-sgb-'] h6,
[class*='wp-block-sgb-'] p {
  margin: 0;
}

.wp-block-pullquote, .wp-block-pullquote blockquote {
  margin: 0;
}

/* Spacing fixes for block editor */
.page .entry-content h1,
.page .entry-content h2,
.page .entry-content h3,
.page .entry-content h4,
.page .entry-content h5,
.page .entry-content h6,
.page .entry-content p,
.single .entry-content h1,
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6,
.single .entry-content p,
.entry-content > [class^="wp-block-"],
.entry-content > [class*=" wp-block-"] {
  margin-top: 28px;
  margin-bottom: 28px;
}

.blocks-gallery-caption {
  width: 100%;
}

/* Gallery Block */
.blocks-gallery-item figure > a {
  border-bottom: 0;
}

.blocks-gallery-item .blocks-gallery-item__caption a {
  color: inherit;
}

/* Block: Cover */
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color) {
  color: #fff;
}

.wp-block-embed.aligncenter {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-button__link {
  line-height: 1;
  padding: 0.5em 1em;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border-bottom: none;
}

/* Editor color palette */
.has-primary-color,
.entry-content .has-primary-color {
  color: var(--wp--preset--color--accent);
}

.has-primary-background-color,
.entry-content .has-primary-background-color {
  background-color: var(--wp--preset--color--accent);
}

.has-secondary-color,
.entry-content .has-secondary-color {
  color: var(--wp--preset--color--secondary);
}

.has-secondary-background-color,
.entry-content .has-secondary-background-color {
  background-color: var(--wp--preset--color--secondary);
}

.has-tertiary-color,
.entry-content .has-tertiary-color {
  color: var(--wp--preset--color--tertiary);
}

.has-tertiary-background-color,
.entry-content .has-tertiary-background-color {
  background-color: var(--wp--preset--color--tertiary);
}

.has-quaternary-color,
.entry-content .has-quaternary-color {
  color: var(--wp--preset--color--quaternary);
}

.has-quaternary-background-color,
.entry-content .has-quaternary-background-color {
  background-color: var(--wp--preset--color--quaternary);
}
