/*!
Theme Name: Slope
Theme URI: https://codestag.com/themes/slope/
Author: Codestag
Author URI: https://codestag.com
Description: Slope is an easy to setup, customise and manage theme for WordPress. It offers the flexibility you really need, packed with solid, consistent design and layout and handy features all under the Customizer, without additional theme options panel. It is an ideal WordPress theme for any website with a magazine approach, and <strong>WooCommerce</strong> support allows you to sell your products in beautiful style.
Version: 1.2.1
Requires at least: 5.6
Tested up to: 6.3.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: slope
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, grid-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, sticky-post, theme-options, translation-ready, blog, e-commerce

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.container, .slope_post_slider .slope-slider-content-container, .woocommerce-page .site-content #main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.grid {
  list-style: none;
  margin-left: -30px;
}

.grid__col--1-of-1, .grid__col--2-of-2, .grid__col--3-of-3, .grid__col--4-of-4, .grid__col--5-of-5, .grid__col--6-of-6, .grid__col--8-of-8, .grid__col--12-of-12 {
  width: 100%;
}

.grid__col--1-of-2, .grid__col--2-of-4, .grid__col--3-of-6, .grid__col--4-of-8, .grid__col--6-of-12 {
  width: 50%;
}

.grid__col--1-of-3, .grid__col--2-of-6, .grid__col--4-of-12 {
  width: 33.33333%;
}

.grid__col--2-of-3, .grid__col--4-of-6, .grid__col--8-of-12 {
  width: 66.66667%;
}

.grid__col--1-of-4, .grid__col--2-of-8, .grid__col--3-of-12 {
  width: 25%;
}

.grid__col--3-of-4, .grid__col--6-of-8, .grid__col--9-of-12 {
  width: 75%;
}

.grid__col--push-1-of-1, .grid__col--push-2-of-2, .grid__col--push-3-of-3, .grid__col--push-4-of-4, .grid__col--push-5-of-5, .grid__col--push-6-of-6, .grid__col--push-8-of-8, .grid__col--push-12-of-12 {
  margin-left: 100%;
}

.grid__col--push-1-of-2, .grid__col--push-2-of-4, .grid__col--push-3-of-6, .grid__col--push-4-of-8, .grid__col--push-6-of-12 {
  margin-left: 50%;
}

.grid__col--push-1-of-3, .grid__col--push-2-of-6, .grid__col--push-4-of-12 {
  margin-left: 33.33333%;
}

.grid__col--push-2-of-3, .grid__col--push-4-of-6, .grid__col--push-8-of-12 {
  margin-left: 66.66667%;
}

.grid__col--push-1-of-4, .grid__col--push-2-of-8, .grid__col--push-3-of-12 {
  margin-left: 25%;
}

.grid__col--push-3-of-4, .grid__col--push-6-of-8, .grid__col--push-9-of-12 {
  margin-left: 75%;
}

.grid__col--pull-1-of-1, .grid__col--pull-2-of-2, .grid__col--pull-3-of-3, .grid__col--pull-4-of-4, .grid__col--pull-5-of-5, .grid__col--pull-6-of-6, .grid__col--pull-8-of-8, .grid__col--pull-12-of-12 {
  margin-left: -100%;
}

.grid__col--pull-1-of-2, .grid__col--pull-2-of-4, .grid__col--pull-3-of-6, .grid__col--pull-4-of-8, .grid__col--pull-6-of-12 {
  margin-left: -50%;
}

.grid__col--pull-1-of-3, .grid__col--pull-2-of-6, .grid__col--pull-4-of-12 {
  margin-left: -33.33333%;
}

.grid__col--pull-2-of-3, .grid__col--pull-4-of-6, .grid__col--pull-8-of-12 {
  margin-left: -66.66667%;
}

.grid__col--pull-1-of-4, .grid__col--pull-2-of-8, .grid__col--pull-3-of-12 {
  margin-left: -25%;
}

.grid__col--pull-3-of-4, .grid__col--pull-6-of-8, .grid__col--pull-9-of-12 {
  margin-left: -75%;
}

.grid__col--1-of-5 {
  width: 20%;
}

.grid__col--push-1-of-5 {
  margin-left: 20%;
}

.grid__col--pull-1-of-5 {
  margin-left: -20%;
}

.grid__col--2-of-5 {
  width: 40%;
}

.grid__col--push-2-of-5 {
  margin-left: 40%;
}

.grid__col--pull-2-of-5 {
  margin-left: -40%;
}

.grid__col--3-of-5 {
  width: 60%;
}

.grid__col--push-3-of-5 {
  margin-left: 60%;
}

.grid__col--pull-3-of-5 {
  margin-left: -60%;
}

.grid__col--4-of-5 {
  width: 80%;
}

.grid__col--push-4-of-5 {
  margin-left: 80%;
}

.grid__col--pull-4-of-5 {
  margin-left: -80%;
}

.grid__col--1-of-6 {
  width: 16.66667%;
}

.grid__col--push-1-of-6 {
  margin-left: 16.66667%;
}

.grid__col--pull-1-of-6 {
  margin-left: -16.66667%;
}

.grid__col--5-of-6 {
  width: 83.33333%;
}

.grid__col--push-5-of-6 {
  margin-left: 83.33333%;
}

.grid__col--pull-5-of-6 {
  margin-left: -83.33333%;
}

.grid__col--1-of-8 {
  width: 12.5%;
}

.grid__col--push-1-of-8 {
  margin-left: 12.5%;
}

.grid__col--pull-1-of-8 {
  margin-left: -12.5%;
}

.grid__col--3-of-8 {
  width: 37.5%;
}

.grid__col--push-3-of-8 {
  margin-left: 37.5%;
}

.grid__col--pull-3-of-8 {
  margin-left: -37.5%;
}

.grid__col--5-of-8 {
  width: 62.5%;
}

.grid__col--push-5-of-8 {
  margin-left: 62.5%;
}

.grid__col--pull-5-of-8 {
  margin-left: -62.5%;
}

.grid__col--7-of-8 {
  width: 87.5%;
}

.grid__col--push-7-of-8 {
  margin-left: 87.5%;
}

.grid__col--pull-7-of-8 {
  margin-left: -87.5%;
}

.grid__col--1-of-12 {
  width: 8.33333%;
}

.grid__col--push-1-of-12 {
  margin-left: 8.33333%;
}

.grid__col--pull-1-of-12 {
  margin-left: -8.33333%;
}

.grid__col--2-of-12 {
  width: 16.66667%;
}

.grid__col--push-2-of-12 {
  margin-left: 16.66667%;
}

.grid__col--pull-2-of-12 {
  margin-left: -16.66667%;
}

.grid__col--5-of-12 {
  width: 41.66667%;
}

.grid__col--push-5-of-12 {
  margin-left: 41.66667%;
}

.grid__col--pull-5-of-12 {
  margin-left: -41.66667%;
}

.grid__col--7-of-12 {
  width: 58.33333%;
}

.grid__col--push-7-of-12 {
  margin-left: 58.33333%;
}

.grid__col--pull-7-of-12 {
  margin-left: -58.33333%;
}

.grid__col--10-of-12 {
  width: 83.33333%;
}

.grid__col--push-10-of-12 {
  margin-left: 83.33333%;
}

.grid__col--pull-10-of-12 {
  margin-left: -83.33333%;
}

.grid__col--11-of-12 {
  width: 91.66667%;
}

.grid__col--push-11-of-12 {
  margin-left: 91.66667%;
}

.grid__col--pull-11-of-12 {
  margin-left: -91.66667%;
}

.grid__col {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -.25em;
  min-height: 1px;
  padding-left: 30px;
  vertical-align: top;
}
@media (max-width: 800px) {
  .grid__col {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}
@media (max-width: 800px) and (min-width: 480px) {
  .grid__col[class*="grid__col--m-"] {
    display: inline-block;
    margin-right: -.24em;
  }
  .grid__col.grid__col--m-1-of-2, .grid__col.grid__col--m-2-of-4 {
    width: 50%;
  }
  .grid__col.grid__col--m-1-of-3 {
    width: 33.33333%;
  }
  .grid__col.grid__col--m-2-of-3 {
    width: 66.66667%;
  }
  .grid__col.grid__col--m-1-of-4 {
    width: 25%;
  }
  .grid__col.grid__col--m-3-of-4 {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .grid__col[class*="grid__col--s-"] {
    display: inline-block;
    margin-right: -.24em;
  }
  .grid__col.grid__col--s-1-of-2, .grid__col.grid__col--s-2-of-4 {
    width: 50%;
  }
  .grid__col.grid__col--s-1-of-3 {
    width: 33.33333%;
  }
  .grid__col.grid__col--s-2-of-3 {
    width: 66.66667%;
  }
  .grid__col.grid__col--s-1-of-4 {
    width: 25%;
  }
  .grid__col.grid__col--s-3-of-4 {
    width: 75%;
  }
}

.grid__col--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.grid__col--d-first {
  float: left;
}

.grid__col--d-last {
  float: right;
}

.grid--no-gutter {
  margin-left: 0;
  width: 100%;
}
.grid--no-gutter .grid__col {
  padding-left: 0;
}
.grid--no-gutter .grid__col--span-all {
  margin-left: 0;
  width: 100%;
}

.grid__col--ab {
  vertical-align: bottom;
}

.grid__col--am {
  vertical-align: middle;
}

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

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

h1 {
  font-size: 36px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14.94px;
}

h6 {
  font-size: 12px;
}

h5, h6 {
  text-transform: uppercase;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 0 0 100px;
  font-size: 25px;
}

address {
  margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
:root {
  --slope-site-width: 1400px;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

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

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  font-size: 18px;
  font-size: 1.8rem;
  color: #191919;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

table {
  width: 100%;
  text-align: left;
  border: 0;
  margin: 0 0 1.5em;
}
table th {
  font-family: var(--slope-font-header);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400 !important;
  letter-spacing: 1px;
}

table caption {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}

table th,
table td {
  padding: 12.5px 9px;
  padding: 1.25rem 0.9rem;
  border-left: 0;
  border-top: 2px solid;
}

table th,
table td {
  border-bottom: 2px solid #191919;
}

table td[valign="top"] {
  vertical-align: top;
}

table td[valign="bottom"] {
  vertical-align: bottom;
}

table thead {
  background: #191919;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--slope-font-header);
}

table thead th {
  padding: 15px;
}

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

@media screen and (min-width: 800px) {
  .site-branding {
    float: left;
    max-width: 40%;
  }

  .main-navigation {
    float: right;
    max-width: 60%;
  }
}
.run-in {
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  .run-in {
    font-size: 22px;
  }
}

.wp-block-pullquote.alignleft {
  margin-right: 20px;
}

.wp-block-pullquote.alignright {
  margin-left: 20px;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: var(--slope-color-accent);
  color: #1b1b1b;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  padding: 15px 20px;
  text-align: center;
  display: inline-block;
  transition: all 200ms ease-in-out;
  text-transform: uppercase;
}
button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #191919;
  color: #fff !important;
}
button:active, button:focus,
.button:active,
.button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

.button-small {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: none;
  border-radius: 0;
  padding: 13px 10px;
  font-size: inherit;
  outline: 0;
  background: #f1f1f1;
  box-shadow: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
  font-size: inherit;
}

textarea {
  font-size: inherit;
  width: 100%;
}

label {
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-branding {
  padding: 35px 0;
}

.site-title {
  color: #1b1b1b;
  font-size: 25px;
  font-weight: bold;
}
.site-title a {
  text-decoration: none;
  color: #1b1b1b !important;
}

.site-title, .site-description {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.site-title + .site-description {
  border-left: 2px solid #E7E7E7;
  padding-left: 10px;
  margin-left: 10px;
  display: inline-block;
}

.site-description {
  font-size: 0.88889em;
}
@media screen and (max-width: 600px) {
  .site-description {
    display: none !important;
  }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: var(--slope-color-accent);
  text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.main-navigation a {
  color: #191919;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
  background: #fff;
  padding: 10px;
  cursor: pointer;
}
.main-navigation ul ul a:hover {
  background: #000;
  color: #fff;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: inline-block;
  text-decoration: none;
}

.primary-menu > li:hover,
.primary-menu li.current-menu-item {
  border-color: var(--slope-color-accent);
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

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

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 40px 0;
  margin:  4rem 0;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 48%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 48%;
}
.comment-navigation a,
.posts-navigation a,
.post-navigation a {
  color: currentColor;
}
@media screen and (max-width: 480px) {
  .comment-navigation .nav-next,
  .comment-navigation .nav-previous,
  .posts-navigation .nav-next,
  .posts-navigation .nav-previous,
  .post-navigation .nav-next,
  .post-navigation .nav-previous {
    width: 100%;
    float: none;
    text-align: left;
  }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    border-top: 3px solid #191919;
    margin-top: 30px;
    padding-top: 40px;
  }
}

.post-navigation {
  border-top: 3px solid #191919;
  padding-top: 45px;
  font-weight: bold;
  font-size: 22px;
}
.post-navigation .nav-label {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.primary-menu > li {
  padding: 35px 0;
  margin-left: 35px;
  border-top: 5px solid transparent;
  -moz-transition: border 250ms;
  -o-transition: border 250ms;
  -webkit-transition: border 250ms;
  transition: border 250ms;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 800px) {
  .footer-menu {
    text-align: right;
  }
}
.footer-menu li {
  display: inline-block;
  margin-left: 40px;
}
.footer-menu li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 800px) {
  .footer-menu li {
    display: block;
    margin: 10px 0 0;
  }
}

ul.nav-menu > li.menu-item-has-children:after {
  display: inline-block;
  font-family: Dashicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -1px;
  content: "\f347";
}

.main-navigation .sub-menu > li.menu-item-has-children {
  position: relative;
}
.main-navigation .sub-menu > li.menu-item-has-children > a:hover:after {
  color: #fff;
}
.main-navigation .sub-menu > li.menu-item-has-children > a:after {
  display: inline-block;
  font-family: Dashicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 13px;
  z-index: 1;
  content: "\f345";
}

.hamburger-menu {
  display: inline-block;
  height: 30px;
  padding: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 20px;
  right: constant(safe-area-inset-right);
  top: 40px;
}
.hamburger-menu:hover {
  cursor: pointer;
}
.hamburger-menu .menu-item {
  background: black;
  display: block;
  height: 3px;
  margin: 0 0 10px;
  transition: all 0.3s ease-in-out;
  width: 40px;
}
.hamburger-menu.open .menu-item {
  margin: 0 0 5px;
}
.hamburger-menu.open .menu-item:first-child {
  transform: rotate(45deg);
  transform-origin: 10px;
}
.hamburger-menu.open .menu-item:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.open .menu-item:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 8px;
}

.site-header {
  position: relative;
}

@media screen and (max-width: 900px) {
  .site-header-cart {
    display: none;
  }

  .site-branding {
    display: inline-block;
    float: none;
  }
}
.mobile-navigation {
  background: #f7f7f7;
  margin: 0 -20px;
  color: #191919;
  font-weight: bold;
  font-family: var(--slope-font-header);
  font-size: 16px;
  display: none;
}
.mobile-navigation a {
  color: currentColor;
}
.mobile-navigation .search-field {
  color: #191919;
  width: 100%;
  background: #fff;
  border-top: 1px solid #f7f7f7;
  font-size: 16px;
  padding-left: 50px;
}
.mobile-navigation label {
  position: relative;
}
.mobile-navigation label:before {
  display: inline-block;
  font-family: Dashicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  position: absolute;
  left: 18px;
  top: 17px;
  z-index: 1;
  content: "\f179";
}
.mobile-navigation .search-submit {
  display: none;
}

.mobile-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu a {
  display: block;
  padding: .8em 1.3em;
}
.mobile-menu a:hover {
  background: var(--slope-color-accent);
}
.mobile-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}

.woo-mobile-cart {
  background: #191919;
  color: #fff;
  padding: 1em 1.3em;
}
.woo-mobile-cart .count {
  color: var(--slope-color-accent);
}
.woo-mobile-cart .dashicons {
  vertical-align: sub;
}
.woo-mobile-cart .cart-amount:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 38px;
  background: #E7E7E7;
  opacity: .14;
  margin: 0 10px;
}
.woo-mobile-cart .cart-link {
  text-transform: uppercase;
  font-size: 11px;
  float: right;
  border-bottom: 2px solid var(--slope-color-accent);
  position: relative;
  top: 9px;
}

@media screen and (min-width: 900px) {
  .mobile-navigation,
  .mobile-menu-toggle {
    display: none !important;
  }
}
.jetpack-social-navigation.jetpack-social-navigation {
  text-align: right;
}
.jetpack-social-navigation.jetpack-social-navigation ul {
  margin-bottom: 9px;
}
.jetpack-social-navigation.jetpack-social-navigation li + li {
  margin-left: 10px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

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

.alignfull,
.alignwide {
  clear: both;
}

body.sidebar-none figure {
  margin: 20px 0;
}
@media (min-width: 750px) {
  body.sidebar-none .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
  }
  body.sidebar-none .alignfull img {
    width: 100%;
  }
  body.sidebar-none .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
  }
  body.sidebar-none .alignwide img {
    width: 100%;
  }
}

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

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area--footer {
  padding: 100px 0 20px;
  margin-top: 50px;
  color: var(--slope-color-footer);
  background: var(--slope-background-footer);
}
.widget-area--footer a {
  color: currentColor;
}
.widget-area--footer mark, .widget-area--footer ins {
  background: transparent;
}
.error404 .widget-area--footer, .page-template-template-widgetized .widget-area--footer {
  margin-top: 0;
}
.widget-area--footer .widget {
  margin-bottom: 80px;
}

.widget-area--shop .widget,
.widget-area--single-page .widget,
.widget-area--single-post .widget {
  margin-top: 70px;
}

.widget select {
  max-width: 100%;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-title {
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: -1px;
  font-size: 20px;
}
.widget-title:before {
  content: '';
  width: 33px;
  height: 3px;
  display: block;
  margin-bottom: 10px;
}

.site-info a {
  color: currentColor;
  border-bottom: 2px solid var(--slope-color-accent);
}

.site-info {
  padding: 40px 0;
}

.site-info-footer {
  font-size: 15px;
}
.site-info-footer .site-copyright + .site-credits {
  margin-top: 15px;
}

.home-widget-section-title {
  margin: 0 0 2em 0;
}

.home-widget-title {
  position: relative;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0;
  font-size: 30px;
  font-size: 3rem;
}
.home-widget-title:before {
  content: '';
  width: 40px;
  height: 8px;
  display: block;
  margin-bottom: 20px;
}

.home-widget-subtitle {
  max-width: 700px;
  margin-bottom: 0;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 480px) {
  .home-widget-subtitle {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.home-widget-title + .home-widget-subtitle {
  margin-top: 10px;
}

.page-widget {
  position: relative;
  overflow: hidden;
}
.page-widget .static-content-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center;
  background-size: cover;
}
.page-widget .container {
  position: relative;
  z-index: 2;
}
.page-widget .widget-content a:not(.button),
.page-widget .entry-content a:not(.button) {
  color: currentColor;
  border-bottom: 1px solid currentColor;
}
.page-widget .category-link {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  color: currentColor;
  letter-spacing: 0;
  display: block;
  border-bottom: 2px solid transparent;
  transition: border 200ms ease-in;
  line-height: 1.5;
}
.page-widget .category-link:hover {
  border-color: var(--slope-color-accent);
}
@media screen and (max-width: 479px) {
  .page-widget .category-link {
    margin-top: 25px;
  }
}
@media screen and (min-width: 480px) {
  .page-widget .category-link {
    position: absolute;
    right: 0;
    bottom: 9px;
  }
}
.page-widget--centered {
  text-align: center;
}

.page-widget.page-widget a:not(.button) {
  color: currentColor;
}

.slope_call_to_action {
  text-align: center;
}
.slope_call_to_action .home-widget-title:before {
  margin-left: auto;
  margin-right: auto;
}
.slope_call_to_action .container > div {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.slope_call_to_action .align-right .home-widget-title:before {
  margin-right: 0;
}
.slope_call_to_action .align-left .home-widget-title:before {
  margin-left: 0;
}

.widget_recent_entries {
  font-size: 18px;
}
.widget_recent_entries .post-date {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  order: -1;
}
.widget_recent_entries li {
  margin: 15px 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.widget_recent_entries a {
  color: currentColor;
  font-weight: 800;
  font-size: 20px;
}

.widget_meta li,
.widget_categories li,
.widget_nav_menu li {
  border-bottom: 2px solid rgba(25, 25, 25, 0.2);
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.widget-area--footer .widget_meta li, .widget-area--footer
.widget_categories li, .widget-area--footer
.widget_nav_menu li {
  border-bottom: 2px solid white;
}
.widget_meta li:last-child,
.widget_categories li:last-child,
.widget_nav_menu li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget_meta li:only-of-type,
.widget_categories li:only-of-type,
.widget_nav_menu li:only-of-type {
  border-top: 2px solid;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 5px;
  padding-top: 5px;
}
.widget_meta li .children,
.widget_categories li .children,
.widget_nav_menu li .children {
  padding-left: 10px;
}
.widget_meta li .children > :first-child,
.widget_categories li .children > :first-child,
.widget_nav_menu li .children > :first-child {
  border-top: 2px solid;
  margin-top: 5px;
  padding-top: 5px;
}
.widget_meta a,
.widget_categories a,
.widget_nav_menu a {
  color: currentColor;
}

.widget_nav_menu a:after {
  display: none !important;
}
.widget_nav_menu .sub-menu {
  padding-left: 10px;
}

.slope_post_slider .slides {
  margin: 0;
  padding: 0;
}
.slope_post_slider .flexslider {
  position: relative;
}
.slope_post_slider .flex-disabled .background-secondary {
  background: grey;
  pointer-events: none;
}
.slope_post_slider .flex-direction-nav {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: right;
  z-index: 20;
  bottom: 140px;
  width: 100%;
  max-width: 1140px;
  margin: 0;
  padding: 0;
  right: 0;
}
@media screen and (max-width: 800px) {
  .slope_post_slider .flex-direction-nav {
    display: none;
  }
}
.slope_post_slider .flex-direction-nav li {
  display: inline-block;
}
.slope_post_slider .flex-direction-nav li + li {
  margin-left: 1px;
}
@media screen and (max-width: 900px) {
  .slope_post_slider .flex-direction-nav {
    bottom: 0;
  }
}
.slope_post_slider .dashicons {
  width: 65px;
  height: 65px;
}
.slope_post_slider .dashicons:before {
  position: relative;
  top: 24px;
}
.slope_post_slider .slope-slider-image {
  margin-bottom: 165px;
  height: 555px;
  background-size: cover;
  background-position: center;
}
.slope_post_slider .slope-slider-image img {
  width: 100%;
}
.slope_post_slider .slope-slider-wrapper {
  position: relative;
  overflow: hidden;
}
.slope_post_slider .slope-slider-content-container {
  padding-right: 20px;
}
.slope_post_slider .slope-slider-content {
  position: absolute;
  bottom: 0;
  display: block;
  width: 750px;
  max-width: 100%;
  max-width: calc( 100% - 40px );
  z-index: 50;
}
@media screen and (min-width: 800px) {
  .slope_post_slider .slope-slider-content {
    font-size: 25px;
  }
}
.slope_post_slider .slope-slider-content p {
  font-size: 20px;
}
.slope_post_slider .slope-slider-content p:last-child {
  margin-bottom: 0;
}
.slope_post_slider .slope-slider-content .entry-meta {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 12px;
}
.slope_post_slider .slope-slider-content .background-secondary {
  padding: 50px;
}
@media screen and (min-width: 800px) {
  .slope_post_slider .button {
    width: 280px;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 17px;
    font-weight: bold;
  }
}
.slope_post_slider .slope-slider-title {
  font-size: 35px;
  font-size: 3.5rem;
  margin: 0;
  word-break: break-word;
  hyphens: auto;
  line-height: 1.2;
}
@media screen and (min-width: 800px) {
  .slope_post_slider .slope-slider-title {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 480px) {
  .slope_post_slider .slope-slider-excerpt {
    display: none;
  }
}

.read-more {
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px;
}

@media screen and (min-width: 800px) {
  .slope_posts .grid__col--1-of-1 .post-cover {
    height: 450px;
  }
}
.feature-callout img {
  vertical-align: bottom;
}

.feature-callout.image-pull {
  padding: 50px 0;
}

.feature-callout.text-center.image-cover {
  text-align: center;
}

.feature-callout__title {
  margin-bottom: 30px;
  font-size: 30px;
}

.feature-callout__cover {
  position: relative;
  padding: 50px 0;
  background-position: center center;
  background-size: cover;
}

.feature-callout__cover .container {
  position: relative;
  z-index: 2;
}

.feature-callout__content {
  word-break: break-word;
}

.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: " ";
}

@media (min-width: 900px) {
  .feature-callout__cover,
  .feature-callout.image-pull {
    padding: 100px 0;
  }

  .feature-callout.text-left .text-container {
    padding-right: 100px;
  }

  .feature-callout.text-right .text-container {
    padding-left: 100px;
  }
}
.valign-top .grid__col {
  vertical-align: top;
}

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

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

.contributors-list {
  display: flex;
  overflow: hidden;
  margin: 0 -2px -2px 0;
  flex-wrap: wrap;
  justify-content: center;
}
.contributors-list .contributor {
  display: flex;
  justify-content: center;
  padding: 50px 15px;
  flex: 0 1 380px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.contributors-list .contributor:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.contributors-list .contributor-name {
  margin-bottom: 0;
}
.contributors-list img {
  max-width: 122px;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  will-change: transform;
}

.contributor-archive-link {
  text-transform: uppercase;
  border-bottom: 2px solid currentColor;
  font-size: .75em;
  font-weight: bold;
  font-family: var(--slope-font-header);
}

.contributor-description {
  margin: 1em 0;
}

.slope_testimonials .slides {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slope_testimonials .testimonials {
  margin-top: 30px;
}
.slope_testimonials .testimonial-title {
  margin-top: 0;
  font-size: 40px;
  font-size: 4rem;
}
.slope_testimonials .testimonial-content {
  font-size: 30px;
  margin: 0 0 30px;
  padding-left: 100px;
  max-width: 1000px;
}
.slope_testimonials .testimonial-content p {
  margin: 0;
}
.slope_testimonials cite {
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  font-family: var(--slope-font-header);
  font-style: normal;
  font-size: 13px;
}
.slope_testimonials .testimonial-avatar {
  max-width: 80px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  margin-top: 8px;
}
.slope_testimonials .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 100px;
}
.slope_testimonials .flex-direction-nav li {
  display: inline-block;
}
.slope_testimonials .flex-nav-prev {
  margin-right: 20px;
}
.slope_testimonials .home-widget--centered {
  text-align: center;
}
.slope_testimonials .home-widget--centered .home-widget-title:before {
  position: absolute;
  top: -25px;
  left: calc( 50% - 75px );
  right: 50%;
}
.slope_testimonials .home-widget--centered .testimonial-content {
  margin-left: auto;
  margin-right: auto;
}
.slope_testimonials .home-widget--centered .flex-direction-nav,
.slope_testimonials .home-widget--centered .testimonial-content {
  padding-left: 0;
  padding-bottom: 0;
}
.slope_testimonials .home-widget--centered .testimonial-avatar {
  float: none;
  margin: 0 0 20px;
}
.slope_testimonials .home-widget--centered .flex-direction-nav {
  left: 50%;
  transform: translate(-50%, -50%);
}
.slope_testimonials .flex-direction-nav {
  position: absolute;
  z-index: 100;
  bottom: 0;
  position: absolute;
  bottom: -30px;
}

.home-widget .home-widget--centered {
  text-align: center;
}
.home-widget .home-widget--centered .home-widget-title:before {
  position: absolute;
  top: -25px;
  left: calc( 50% - 75px );
  right: 50%;
}
.home-widget .home-widget--centered .home-widget-subtitle {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 800px) {
  .slope_category_fold .container {
    display: flex;
  }
  .slope_category_fold .fold-content {
    flex: 0 1 70%;
    padding-right: 100px;
  }
  .slope_category_fold .fold-cover {
    flex: 1 0 30%;
    margin-right: -130px;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (min-width: 800px) {
  .category-fold-posts article:first-child .entry-title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 480px) {
  .category-fold-posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .category-fold-posts article:first-child {
    grid-column: 1/3;
    margin: 50px 0;
  }
}
@media screen and (max-width: 480px) {
  .category-fold-posts article + article {
    margin-top: 30px;
  }
}
@supports not (display: grid) {
  .category-fold-posts article + article {
    margin-top: 30px;
  }
}
.category-fold-posts .entry-date {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.category-fold-posts .entry-title {
  margin-top: 10px;
  margin-bottom: 0;
}
.category-fold-posts .button {
  font-weight: normal;
  font-size: inherit;
}

.slope_features .feature--icon {
  max-width: 120px;
}

.slope_images figure {
  position: relative;
}
.slope_images img {
  margin-bottom: 1em;
  vertical-align: bottom;
}
.slope_images figcaption {
  position: absolute;
  bottom: 0;
  font-size: 20px;
  padding: 10px 20px;
  background: var(--slope-color-accent);
  font-family: var(--slope-font-header);
  font-weight: bold;
  transition: all 200ms;
}
.slope_images .image:hover figcaption {
  background: #191919;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .slope_images .image {
    margin-bottom: 1.5em;
  }
}

.widget_recent_entries .post-date {
  font-family: var(--slope-font-header);
}

.widget_search .search-field {
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
}
.widget_search label {
  margin-bottom: 0;
}
.widget_search .search-submit {
  width: 100%;
}

.widget_product_search input {
  width: 100%;
  text-align: center;
}

.recentcomments + .recentcomments {
  margin-top: 10px;
}

.widget_rss li + li {
  margin-top: 10px;
}

@media (min-width: 769px) {
  .slope_products ul.products li.product,
  .slope_products ul.products li.product {
    width: 30.8%;
  }
}

.tag-cloud-link {
  color: currentColor;
  background: #FAC94D;
  padding: 6px 12px;
  text-transform: uppercase;
  line-height: 3em;
  font-weight: 800;
  font-size: 12px !important;
  border: transparent 2px solid;
}
.tag-cloud-link:hover {
  background: transparent;
  border: #000 2px solid;
}

.site-footer .tag-cloud-link {
  background: #FAC94D;
  margin: 10px 0 10px 0;
  color: #000 !important;
}

.site-footer .tag-cloud-link:hover {
  background: transparent;
  color: #fff !important;
  border: #fff 2px solid;
}

.grid__col.feature {
  padding-bottom: 50px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
  max-width: var(--slope-site-width);
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

@media screen and (min-width: 800px) {
  .sidebar-right .content-area {
    width: 65%;
    float: left;
  }
  .sidebar-right .widget-area--shop,
  .sidebar-right .widget-area--single-page,
  .sidebar-right .widget-area--blog-page,
  .sidebar-right .widget-area--single-post {
    float: right;
    width: 25%;
    margin-left: 10%;
  }

  .widget-area--shop .widget:first-of-type {
    margin-top: 155px;
  }
  .woocommerce-category .widget-area--shop .widget:first-of-type {
    margin-top: 255px;
  }

  .sidebar-left .content-area {
    width: 65%;
    float: right;
  }
  .sidebar-left .widget-area--shop,
  .sidebar-left .widget-area--single-page,
  .sidebar-left .widget-area--blog-page,
  .sidebar-left .widget-area--single-post {
    float: left;
    width: 25%;
    margin-right: 10%;
  }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  color: inherit;
}

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

.single .byline,
.group-blog .byline {
  display: inline;
  white-space: pre;
  letter-spacing: 1px;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.entry-content a,
.comment-content a,
.comment-respond a {
  color: #000;
  border-bottom: 2px solid #000;
}
.entry-content a:hover,
.comment-content a:hover,
.comment-respond a:hover {
  border-color: transparent;
}

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

.post-cover {
  position: relative;
  overflow: hidden;
  height: 220px;
  display: block;
}
.post-cover span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.grid--no-gutter .post-cover {
  height: 280px;
}

article.auto-grid {
  margin-bottom: 50px;
}
article.auto-grid a {
  color: #191919;
}
article.auto-grid:hover .post-cover span {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
article.auto-grid .entry-title {
  line-height: 1.4;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 0;
}
article.auto-grid .entry-meta {
  font-size: 12px;
  text-transform: uppercase;
}
article.auto-grid .post-content {
  padding: 0 20px;
}
article.auto-grid .post-cover + .post-content {
  margin-top: 20px;
}
article.auto-grid .entry-content {
  margin-top: 1.12em;
}
article.auto-grid .entry-content p:only-of-type {
  margin: 0;
}

.entry-meta > span + span:before {
  content: '\2022';
  margin-left: 5px;
}

.grid__tile {
  position: relative;
  background: #191919;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 800px) {
  .grid__tile {
    min-height: 281px;
    border-left: 1px solid #fff;
  }
}
@media screen and (max-width: 800px) {
  .grid__tile .post-content.post-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.grid__tile:hover .post-content {
  opacity: 1;
}
.grid__tile .entry-meta > span:not(.posted-on) {
  display: none;
}
.grid__tile .post-content {
  color: #ffffff;
}
@media screen and (min-width: 800px) {
  .grid__tile .post-content {
    position: absolute;
    bottom: 20px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: rgba(25, 25, 25, 0.8);
    opacity: 0;
    -moz-transition: opacity 350ms;
    -o-transition: opacity 350ms;
    -webkit-transition: opacity 350ms;
    transition: opacity 350ms;
  }
  .grid__tile .post-content .entry-header {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
.grid__tile .post-content a:not(.read-more) {
  color: currentColor;
}
.grid__tile .post-content .read-more {
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 20px;
}

span.entry-subtitle {
  font-size: 0.78em;
  display: block;
}
.entry-title-primary + span.entry-subtitle {
  margin-top: 0.8em;
}

.section-highlight {
  padding: 40px;
  color: #fff;
  position: relative;
  max-width: 760px;
  margin-top: -100px;
}
@media screen and (max-width: 480px) {
  .section-highlight {
    padding: 20px;
  }
}
.section-highlight .entry-title {
  margin: 0;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.2;
  word-wrap: break-word;
}
@media screen and (min-width: 480px) {
  .section-highlight .entry-title {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
.section-highlight .entry-subtitle {
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (min-width: 800px) {
  .section-highlight .entry-subtitle {
    font-size: 30px;
    font-size: 3rem;
  }
}
.section-highlight .entry-meta {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 12px;
}
.section-highlight .entry-meta a {
  color: currentColor;
}

.post-cover-section {
  background-size: cover;
  background-position: center;
  min-height: 150px;
  position: relative;
}
.has-category-thumb .post-cover-section, .has-post-thumbnail .post-cover-section {
  height: 75vh;
  max-height: 555px;
}
@media screen and (max-width: 480px) {
  .has-post-thumbnail .post-cover-section {
    height: 40vh;
  }
}

@media screen and (min-width: 480px) {
  .blog .post-cover-section,
  .search .post-cover-section,
  .archive .post-cover-section {
    height: 350px;
  }
}

.error-404-wrapper {
  margin: 200px 0;
  position: relative;
  z-index: 10;
}

.error-404 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 100px;
  text-align: center;
}
.error-404 .page-title {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .error-404 {
    padding: 20px;
  }
}
@media screen and (min-width: 800px) {
  .error-404 .page-title {
    font-size: 65px;
    font-size: 6.5rem;
  }
  .error-404 .page-content {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.error-404 .search-form {
  margin-top: 20px;
}
.error-404 .search-form label {
  display: block;
  width: 100%;
}
.error-404 .search-form .search-field {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 480px) {
  .error-404 .search-form {
    display: flex;
  }
  .error-404 .search-form label {
    flex: 1;
  }
  .error-404 .search-form .search-submit {
    flex: 0 1 145px;
  }
}

.site-content {
  position: relative;
}

.error-page-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 5;
}

.background-secondary {
  background-color: var(--slope-color-secondary);
  color: white;
}

.highlight-heading {
  position: relative;
}
.highlight-heading:before {
  content: '';
  width: 151px;
  height: 8px;
  display: block;
  margin-bottom: 20px;
  background: var(--slope-color-accent);
}

.related-posts__title {
  margin: 0 0 1em;
  line-height: 1;
}
@media screen and (min-width: 800px) {
  .related-posts__title {
    font-size: 45px;
  }
}

@media screen and (min-width: 800px) {
  .comments-title {
    font-size: 45px;
  }
}

.archive-header {
  max-width: 745px;
  padding: 30px;
  margin-bottom: 40px;
}
.archive-header .page-title {
  margin: 0;
  line-height: 1.2;
}
@media screen and (min-width: 480px) {
  .archive-header .page-title {
    font-size: 45px;
  }
}
.archive-header .archive-description {
  margin-top: 20px;
}
@media screen and (min-width: 480px) {
  .archive-header .archive-description {
    font-size: 25px;
  }
}
.archive-header .archive-description p {
  margin: 0;
}
.has-category-thumb .archive-header {
  margin-top: -60px;
}

.has-category-thumb .container {
  position: relative;
}

.content-pagination {
  font-family: var(--slope-font-header);
  text-align: center;
}
.grid > .content-pagination {
  margin-left: 30px;
  margin-right: -30px;
}
.content-pagination .page-numbers {
  display: inline-block;
  vertical-align: top;
  padding: 19px 23px;
  background: #191919;
  color: #fff;
  line-height: 1;
  transition: background 100ms ease-in;
}
.content-pagination .page-numbers.current, .content-pagination .page-numbers:hover:not(.dots) {
  background: var(--slope-color-accent);
}
.content-pagination .page-numbers:not(.prev):not(.next) {
  width: 56px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 480px) {
  .content-pagination .page-numbers:not(.prev):not(.next) {
    display: none;
  }
}

body:not(.single-product) [data-columns]:before {
  content: '3 .grid__col.grid__col--1-of-3';
  font-size: 0;
}

.sidebar-left .related-posts [data-columns]:before,
.sidebar-right .related-posts [data-columns]:before {
  content: '2 .grid__col.grid__col--1-of-2';
}

.container.sidebar-left [data-columns]:before, .container.sidebar-right [data-columns]:before {
  content: '2 .grid__col.grid__col--1-of-2';
}
.container.column-4 [data-columns]:before {
  content: '4 .grid__col.grid__col--1-of-4';
}

.archive .author-title {
  text-align: center;
  padding: 45px 0;
  margin-bottom: 30px;
}
.archive .author-title .page-title {
  margin: 0;
  line-height: 1;
}
@media screen and (min-width: 800px) {
  .archive .author-title .page-title {
    font-size: 65px;
  }
}

.author-info {
  text-align: center;
  margin: 30px auto 60px;
  max-width: 720px;
}
.author-info .avatar {
  max-width: 120px;
  border-radius: 50%;
}
.author-info .about-author {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}
@media screen and (min-width: 800px) {
  .author-info .archive-description {
    font-size: 30px;
  }
}
@media screen and (min-width: 800px) {
  .author-info .all-posts {
    font-size: 40px;
  }
}
.author-info .all-posts:before {
  content: '';
  width: 151px;
  height: 8px;
  display: block;
  margin: 50px auto 20px;
  background: var(--slope-color-accent);
}

.entry-author {
  background: var(--slope-color-secondary);
  color: #fff;
  padding: 40px 20px;
  margin: 40px 0;
  overflow: hidden;
}
.entry-author .author-avatar {
  display: inline-block;
}
.entry-author .author-title {
  margin: 0;
}
.entry-author .avatar {
  max-width: 100px;
  border-radius: 50%;
}
.entry-author .author-title {
  font-size: 21px;
}
@media screen and (min-width: 480px) {
  .entry-author .author-avatar {
    float: left;
  }
  .entry-author .author-heading,
  .entry-author .author-bio {
    float: right;
    width: calc(100% - 130px);
  }
}

.custom-header {
  position: relative;
  margin-bottom: 50px;
  min-height: 555px;
  background-position: center;
  background-size: cover;
  margin-bottom: 165px;
}
.custom-header__content {
  max-width: 1180px;
  margin: 0 auto;
}
.custom-header__content-wrapper {
  position: absolute;
  bottom: -125px;
  padding: 0 20px;
  max-width: 790px;
}
.custom-header .background-secondary {
  padding: 50px;
}
.custom-header .button {
  width: 280px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: 17px;
  font-weight: bold;
}
.custom-header__description p:last-child {
  margin-bottom: 0;
}
.custom-header__title {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .custom-header__title {
    font-size: 45px;
  }
}

.wp-custom-header img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  width: 100%;
}

.footer-meta {
  font-family: var(--slope-font-header);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.footer-meta a {
  color: currentColor;
  border-bottom: 2px solid;
}
.footer-meta > div {
  margin: 20px 0;
}

div.sharedaddy h3.sd-title {
  font-family: var(--slope-font-header);
  text-transform: uppercase;
}

.post-type-archive-jetpack-testimonial .page-title {
  margin-top: 0;
  line-height: 1;
}
.post-type-archive-jetpack-testimonial .testimonial-description p:last-of-type {
  margin-bottom: 0;
}
.post-type-archive-jetpack-testimonial .entry-header.section-highlight {
  margin: -100px 40px 40px 40px;
}
.post-type-archive-jetpack-testimonial [data-columns]:before {
  content: '2 .grid__col.grid__col--1-of-2' !important;
}
.post-type-archive-jetpack-testimonial article.jetpack-testimonial {
  text-align: center;
}
.post-type-archive-jetpack-testimonial .testimonial-content {
  font-size: 22px;
}
@media screen and (min-width: 480px) {
  .post-type-archive-jetpack-testimonial .testimonial-content {
    font-size: 30px;
  }
}
.post-type-archive-jetpack-testimonial .testimonial-author {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.testimonial-avatar {
  max-width: 120px;
  border-radius: 50%;
}

a.stag-button {
  border: none;
}
a.stag-button--black {
  color: #fff;
}
a.stag-button--orange {
  background-color: var(--slope-color-accent);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list label {
  font-size: 13px;
}
.comment-list .comment {
  margin-bottom: 40px;
}
.comment-list .avatar {
  max-width: 62px;
  float: left;
  margin-right: 30px;
}
.comment-list .fn {
  text-transform: uppercase;
}
.comment-list .children {
  list-style: none;
  margin-top: 40px;
  padding: 0;
}
@media screen and (min-width: 480px) {
  .comment-list .children {
    margin-left: 90px;
  }
}

.comment-reply-link {
  margin-left: 90px;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 2px solid var(--slope-color-accent);
  color: currentColor;
}

.comment-meta,
.comment-metadata {
  font-size: 14px;
}
.comment-meta a,
.comment-metadata a {
  color: currentColor;
}

.comment-content {
  margin-left: 90px;
}

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

.comment-respond label {
  margin-bottom: 5px;
}

#cancel-comment-reply-link {
  margin-left: 20px;
}

.container,
.woocommerce-store-notice.demo_store {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
}

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  font-size: 16px;
  font-size: 1.6rem;
}

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/* Block: Pullquote */
.wp-block-pullquote {
  border-top: 4px solid;
  border-bottom: 4px solid;
  margin: 0;
}
.wp-block-pullquote blockquote {
  margin: 0 auto;
}
.wp-block-pullquote p {
  margin: 0 0 1em;
  font-size: 40px;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote .wp-block-pullquote__citation {
  color: inherit;
  font-size: 20px;
}
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
  font-size: 25px;
}
.wp-block-pullquote.alignleft cite, .wp-block-pullquote.alignleft footer, .wp-block-pullquote.alignleft .wp-block-pullquote__citation, .wp-block-pullquote.alignright cite, .wp-block-pullquote.alignright footer, .wp-block-pullquote.alignright .wp-block-pullquote__citation {
  font-size: 20px;
}

/* Block: Quote */
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote .wp-block-quote__citation {
  font-size: 20px;
}
.wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
  font-size: 35px;
}
.wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer, .wp-block-quote.is-style-large .wp-block-quote__citation, .wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-large .wp-block-quote__citation {
  font-size: 22px;
}

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

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

/* Lists in post content */
.entry-content ol, .entry-content ul {
  padding-left: 0;
  margin-right: 0;
}

/* Block: Latest Posts */
ul.wp-block-latest-posts {
  margin-left: 0;
}

/* Block: Button */
a.wp-block-button__link {
  color: #fff;
  line-height: 24px;
}

/* Block: Categories */
ul.wp-block-categories-list, ul.wp-block-categories-list ul {
  list-style-position: inside;
}

/* Block: Archives */
ul.wp-block-archives-list {
  margin-left: 0;
  list-style-position: inside;
}
