/*
Theme Name: Fallsky
Theme URI: https://demo.loftocean.com/fallsky
Author: Loft.Ocean
Author URI: https://www.loftocean.com
Description: Fallsky is a lifestyle WordPress magazine theme.
Version: 1.10.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, sticky-post, threaded-comments, translation-ready
Text Domain: fallsky
Tested up to: 6.6
Requires PHP: 5.4

Elegant Icon font License: GPL v2.0 and MIT license
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/**
 * Table of Contents:
 *
 * 1.0 - Normalize
 * 2.0 - Elements
 * 3.0 - Typography
 * 4.0 - Header & Menu
 * 5.0 - Main Content
 * 6.0 - Single Page & Post
 * 7.0 - Widgets
 * 8.0 - Forms
 * 9.0 - Media
 * 10.0 - Blocks
 */
:root {
  --heading-font: Source Sans Pro, sans-serif;
  --body-font: Roboto, sans-serif;
  --primary-color: #c09f68;
  /* Colors for Light Scheme */
  --light-bg-color: #fff;
  --light-text-color: #212121;
  --light-content-color: #515151;
  /* Colors for Dark Scheme */
  --dark-bg-color: #282828;
  --dark-text-color: #fff;
  --dark-content-color: #e2e2e2; }
  :root .light-color,
  :root .home-widget.light-color {
    --bg-color: var(--light-bg-color);
    --text-color: var(--light-text-color);
    --content-color: var(--light-content-color);
    --btn-bg-color: #000;
    --btn-text-color: #fff; }
  :root .dark-color,
  :root .home-widget.dark-color {
    --bg-color: var(--dark-bg-color);
    --text-color: var(--dark-text-color);
    --content-color: var(--dark-content-color);
    --btn-bg-color: #fff;
    --btn-text-color: #000; }

.container:after,
.site-header ul:after,
.site-header .site-header-menu .main-navigation li.mega-menu ul:after,
ul.social-nav:after,
.main:after,
.featured-section .top-blocks .blocks-wrapper:after,
.featured-section .post:after,
.posts-wrapper:after,
.section-header:after,
.posts[class*="cols-"]:after,
.posts.layout-list .post:after,
.posts.layout-card .post .post-content:after,
.post-navigation .nav-links:after,
.post-entry:after,
.post-entry .gallery:after,
.single #primary > .post:after,
.single #primary > .author-info-box:after,
.related-posts .related-posts-container:after,
.comments .navigation .nav-links:after,
.site-footer .widget-area .widget-area-row:after,
.footer-bottom.column-2:after,
.authors-list.layout-grid:after,
.lo-row:after,
.wp-block-columns:after,
.accordion-content:after,
.widget.fallsky-widget_cat:after,
.widget.fallsky-widget_instagram ul:after,
.widget.widget_categories ul li:after,
.widget.widget_archive ul li:after,
.widget.widget_tag_cloud .tagcloud:after,
.widget.widget_media_gallery .gallery:after,
.woocommerce ul.products:not(.style-overlay) li.product:after,
.woocommerce-page ul.products:not(.style-overlay) li.product:after,
.site-header #site-header-cart .widget.woocommerce.widget_shopping_cart .cart_list li:after,
.wp-block-tag-cloud:after,
.wp-block-latest-posts li:after {
  position: relative;
  display: block;
  content: "";
  clear: both; }

@-webkit-keyframes loadingSpin {
  0% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes loadingSpin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
/* ==========================================================================
   1.0 Normalize
   
   - Normalizing styles have been helped along thanks to the fine work of
   Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
   ========================================================================== */
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; }

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

b,
strong {
  font-weight: 700; }

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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

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

select {
  text-transform: none; }

button {
  overflow: visible; }

button,
input,
select,
textarea {
  max-width: 100%; }

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

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

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

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0; }

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

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

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

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  padding: 0.875em; }

fieldset > :last-child {
  margin-bottom: 0; }

legend {
  border: 0;
  padding: 0; }

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

optgroup {
  font-weight: bold; }

/* ==========================================================================
   2.0 Elements
   ========================================================================== */
* {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  *:focus {
    outline: 0; }

html {
  width: 100%;
  min-height: 100%; }
  html:not(.no-touch) div {
    background-attachment: scroll !important; }

body {
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
  background: #fff;
  color: #212121; }

#page {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  overflow-x: hidden; }

ul,
ol {
  margin: 0 0 30px 30px;
  padding: 0; }

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

dl {
  margin: 0 0 30px; }

dt {
  font-weight: 700; }

dd {
  margin: 0 0 30px; }

figure {
  position: relative;
  max-width: 100%;
  margin: 0;
  overflow: hidden; }
  figure img {
    display: block; }

img {
  height: auto;
  max-width: 100%;
  border: 0; }

hr {
  height: 1px;
  margin: 0 auto 30px;
  background-color: rgba(0, 0, 0, 0.1);
  border: none; }
  .dark-color hr {
    background-color: rgba(255, 255, 255, 0.2); }
  hr.lo-divider {
    background: none !important; }

.hide {
  display: none !important; }

/**
 * Clearing
 */
/**
 * Accessibility
 */
.says,
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  overflow: hidden;
  word-wrap: normal !important; }

.site .skip-link {
  top: -9999em;
  left: -9999em;
  display: block;
  padding: 15px 23px 14px;
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  text-decoration: none;
  text-transform: none; }
  .logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    font-family: "Open Sans", sans-serif; }
  .site .skip-link:focus {
    top: 7px;
    left: 6px;
    z-index: 100000;
    width: auto;
    height: auto;
    clip: auto; }

/* Alignments
   ========================================================================== */
.alignleft {
  float: left;
  display: inline; }

.alignleft[class*="wp-block-"] {
  margin-right: 30px; }

.alignright {
  float: right;
  display: inline; }

.alignright[class*="wp-block-"] {
  margin-left: 30px; }

.aligncenter {
  display: block;
  margin-right: auto !important;
  margin-left: auto !important; }

figure.alignleft,
img.alignleft {
  margin: 0 30px 30px 0; }

figure.alignright,
img.alignright {
  margin: 0 0 30px 30px; }

/* Button
   ========================================================================== */
#page .button {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 20px;
  background: var(--btn-bg-color);
  border: none;
  border-radius: 2px;
  color: var(--btn-text-color);
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.4s;
  will-change: opacity;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em; }
  .no-touch #page .button:hover {
    opacity: 0.9; }
  .primary-color-enabled #page .button {
    background: var(--primary-color);
    color: #fff; }
  #page .button.lo-button {
    margin-bottom: 2px;
    background: currentColor;
    color: var(--btn-bg-color);
    vertical-align: text-bottom; }
    #page .button.lo-button span {
      color: var(--btn-text-color); }
    .primary-color-enabled #page .button.lo-button {
      background: currentColor;
      color: var(--primary-color); }
      .primary-color-enabled #page .button.lo-button span {
        color: #fff; }
    #page .button.lo-button.small {
      padding: 0 14px;
      font-size: 10px;
      font-size: 0.625rem;
      line-height: 28px; }
    #page .button.lo-button.large {
      padding: 0 25px;
      font-size: 16px;
      font-size: 1rem;
      line-height: 42px; }
    #page .button.lo-button.extra-large {
      padding: 0 35px;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 60px; }
  #page .button + hr {
    margin-top: 30px; }

/* Author Photo
   ========================================================================== */
.author-photo {
  width: 105px; }
  .author-photo img {
    display: block;
    border-radius: 50%; }

/* Tagcloud
   ========================================================================== */
.tagcloud a,
.wp-block-tag-cloud a {
  display: inline-block;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  border: none;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.05em;
  line-height: 20px;
  text-transform: capitalize; }
  .no-touch .tagcloud a:hover, .tagcloud a:focus,
  .no-touch .wp-block-tag-cloud a:hover,
  .wp-block-tag-cloud a:focus {
    text-decoration: underline; }

body#tinymce {
  padding: 20px !important;
  background: #fff; }

#page a[class*="btn"] {
  text-decoration: none; }

#page .wpb_gallery ul li {
  position: static; }
  #page .wpb_gallery ul li:before {
    display: none; }

.n2-section-smartslider * {
  margin: 0; }

@media screen and (min-width: 768px) {
  .site-layout-frame {
    padding: 35px; } }
/* ==========================================================================
   3.0 Typography
   ========================================================================== */
body,
button,
input,
select,
textarea,
.ui-widget,
.section-title,
.widget-title,
.related-posts .related-posts-title,
.comments h2.comments-title,
.comment-respond h3.comment-reply-title,
.search-screen .shortcuts-cat span.counts,
.error404 .page-404-page-header h1.page-title,
blockquote cite,
blockquote small,
.widget.fallsky-widget_author_list ul li a .post-count {
  font-family: var(--body-font); }

.site-branding .site-title,
.post-title,
.cat-links,
blockquote,
.wp-caption-text,
.fallsky-fullmenu .main-navigation,
.fallsky-fullmenu .search input,
.search-screen .search input,
.search-screen .shortcuts-cat,
.comments ol.comment-list li .comment-author b.fn,
h1,
h2,
h3,
h4,
h5,
h6,
.post-entry .dropcap:first-letter,
.widget.widget_rss ul li a.rsswidget,
.widget.widget_recent_entries a,
.widget_recent_comments ul li > a,
.wp-block-rss .wp-block-rss__item-title {
  font-family: var(--heading-font); }

body {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7; }

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.4s; }
  .primary-color-enabled a {
    color: var(--primary-color); }

.post-entry a:not(.button),
.comment-content a:not(.button),
.custom-content a:not(.button) {
  text-decoration: underline; }
  .no-touch .post-entry a:not(.button):hover,
  .no-touch .comment-content a:not(.button):hover,
  .no-touch .custom-content a:not(.button):hover {
    text-decoration: none; }
.post-entry li,
.comment-content li,
.custom-content li {
  margin-bottom: 10px; }
  .post-entry li ul,
  .post-entry li ol,
  .comment-content li ul,
  .comment-content li ol,
  .custom-content li ul,
  .custom-content li ol {
    margin-top: 10px; }
.post-entry ul,
.comment-content ul,
.custom-content ul {
  margin-left: 0; }
  .post-entry ul li,
  .comment-content ul li,
  .custom-content ul li {
    position: relative; }
  .post-entry ul > li,
  .post-entry ul ul > li,
  .comment-content ul > li,
  .comment-content ul ul > li,
  .custom-content ul > li,
  .custom-content ul ul > li {
    padding-left: 30px;
    list-style: none; }
    .post-entry ul > li:before, .post-entry ul ul > li:before, .comment-content ul > li:before,
    .comment-content ul ul > li:before, .custom-content ul > li:before,
    .custom-content ul ul > li:before {
      position: absolute;
      top: 10px;
      left: 15px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: currentColor;
      content: "";
      line-height: 24px; }
      .primary-color-enabled .post-entry ul > li:before,
      .primary-color-enabled .post-entry ul ul > li:before,
      .primary-color-enabled .comment-content ul > li:before,
      .primary-color-enabled
      .comment-content ul ul > li:before,
      .primary-color-enabled .custom-content ul > li:before,
      .primary-color-enabled
      .custom-content ul ul > li:before {
        background: var(--primary-color); }

.post-entry nav li:before,
.post-entry nav ul > li:before,
.post-entry ul[class*="tab"] li:before,
.post-entry li[class*="share"]:before {
  display: none; }

.post-entry,
.post-excerpt,
.home-widget .section-content {
  font-size: 14px;
  font-size: 0.875rem; }

.post-entry {
  color: var(--content-color);
  line-height: 1.8; }
  .post-entry h1,
  .post-entry h2,
  .post-entry h3,
  .post-entry h4,
  .post-entry h5,
  .post-entry h6,
  .post-entry form,
  .post-entry > *[class*="wp-block"]:not(.has-text-color) {
    color: var(--text-color); }
  .post-entry .wp-block-columns,
  .post-entry .wp-block-media-text {
    color: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.5; }
  .post-entry h1, .home-widget .section-content h1, .featured-section .custom-content h1, .comment-content h1,
  .post-entry h2, .home-widget .section-content h2, .featured-section .custom-content h2, .comment-content h2,
  .post-entry h3, .home-widget .section-content h3, .featured-section .custom-content h3, .comment-content h3,
  .post-entry h4, .home-widget .section-content h4, .featured-section .custom-content h4, .comment-content h4,
  .post-entry h5, .home-widget .section-content h5, .featured-section .custom-content h5, .comment-content h5,
  .post-entry h6, .home-widget .section-content h6, .featured-section .custom-content h6, .comment-content h6 {
    margin-bottom: 30px;
    line-height: 1.2; }
  .home-widget.custom-content .section-content h1:last-child, .home-widget.custom-content .section-content h2:last-child, .home-widget.custom-content .section-content h3:last-child, .home-widget.custom-content .section-content h4:last-child, .home-widget.custom-content .section-content h5:last-child, .home-widget.custom-content .section-content h6:last-child {
    margin-bottom: 0; }
  .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
    margin-bottom: 15px; }
  .single #primary > .signup-form h1, .single #primary > .signup-form h2, .single #primary > .signup-form h3, .single #primary > .signup-form h4, .single #primary > .signup-form h5, .single #primary > .signup-form h6 {
    margin-bottom: 5px; }
  .widget-area .widget h1, .widget-area .widget h2, .widget-area .widget h3, .widget-area .widget h4, .widget-area .widget h5, .widget-area .widget h6 {
    margin-bottom: 15px; }

.post-entry h1,
.featured-section .custom-content h1,
.home-widget .section-content h1,
.single #primary > .signup-form h1 {
  font-size: 36px;
  font-size: 2.25rem; }
.post-entry h2,
.featured-section .custom-content h2,
.home-widget .section-content h2,
.single #primary > .signup-form h2 {
  font-size: 32px;
  font-size: 2rem; }
.post-entry h3,
.featured-section .custom-content h3,
.home-widget .section-content h3,
.single #primary > .signup-form h3 {
  font-size: 28px;
  font-size: 1.75rem; }
.post-entry h4,
.featured-section .custom-content h4,
.home-widget .section-content h4,
.single #primary > .signup-form h4 {
  font-size: 24px;
  font-size: 1.5rem; }
.post-entry h5,
.featured-section .custom-content h5,
.home-widget .section-content h5,
.single #primary > .signup-form h5 {
  font-size: 21px;
  font-size: 1.3125rem; }
.post-entry h6,
.featured-section .custom-content h6,
.home-widget .section-content h6,
.single #primary > .signup-form h6 {
  font-size: 18px;
  font-size: 1.125rem; }

.comment-content h1,
.widget-area .widget h1 {
  font-size: 28px;
  font-size: 1.75rem; }
.comment-content h2,
.widget-area .widget h2 {
  font-size: 24px;
  font-size: 1.5rem; }
.comment-content h3,
.widget-area .widget h3 {
  font-size: 21px;
  font-size: 1.3125rem; }
.comment-content h4,
.widget-area .widget h4 {
  font-size: 18px;
  font-size: 1.125rem; }
.comment-content h5,
.widget-area .widget h5 {
  font-size: 16px;
  font-size: 1rem; }
.comment-content h6,
.widget-area .widget h6 {
  font-size: 14px;
  font-size: 0.875rem; }

.comment-content * + h1,
.comment-content * + h2,
.comment-content * + h3,
.comment-content * + h4,
.comment-content * + h5,
.comment-content * + h6 {
  margin-top: 30px; }

.post-title,
.page-title {
  -ms-word-break: break-word;
  word-break: break-word; }

.post-title {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2; }
  .post-title a {
    color: inherit; }
    .primary-color-enabled .post-title a {
      color: inherit; }

.page-title,
.no-post-found .no-article .post-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2; }

.page-header-text *:not(.page-title) {
  font-size: 16px;
  font-size: 1rem; }

h5.section-title,
h5.widget-title,
.related-posts .related-posts-title,
.comments h2.comments-title,
.comment-respond h3.comment-reply-title,
.comments .click-to-reply {
  position: relative;
  display: block;
  text-align: left;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0; }

h5.section-title {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid;
  font-size: 18px;
  font-size: 1.125rem; }
  h5.section-title a {
    color: inherit; }
    .no-touch h5.section-title a:hover {
      opacity: 0.5; }
  .hide-section-title-decor h5.section-title {
    border-bottom: none;
    margin-bottom: 15px; }

p.section-subtitle {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--content-color); }

.section-header.align-center {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
  text-align: center; }
  .section-header.align-center h5.section-title {
    position: relative;
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
    border-bottom: none; }
    .section-header.align-center h5.section-title:before, .section-header.align-center h5.section-title:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block;
      width: 50vw;
      height: 2px;
      background: currentColor;
      content: ""; }
    .section-header.align-center h5.section-title:before {
      left: -30px;
      -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
      transform: translate(-100%, -50%); }
    .section-header.align-center h5.section-title:after {
      right: -30px;
      -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
      transform: translate(100%, -50%); }
    .section-header.align-center h5.section-title + p.section-subtitle {
      margin-top: 10px; }
    .hide-section-title-decor .section-header.align-center h5.section-title:before, .hide-section-title-decor .section-header.align-center h5.section-title:after {
      display: none; }
    .hide-section-title-decor .section-header.align-center h5.section-title + p.section-subtitle {
      margin-top: 0; }

.section-header:not(.align-center) h5.section-title:not(:only-child) {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }
.section-header:not(.align-center) h5.section-title + p.section-subtitle {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid var(--text-color); }
  .hide-section-title-decor .section-header:not(.align-center) h5.section-title + p.section-subtitle {
    border-bottom: none;
    margin-bottom: 15px; }

h5.widget-title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
  padding-bottom: 10px; }
  .widget-area .widget h5.widget-title {
    margin-bottom: 20px;
    border-bottom: 2px solid;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 32px; }
    .hide-widget-title-decor .widget-area .widget h5.widget-title {
      margin-bottom: 0;
      border-bottom: none; }
  .sidebar .widget:first-child h5.widget-title {
    padding-top: 5px; }

.related-posts .related-posts-title,
.comments h2.comments-title,
.comment-respond h3.comment-reply-title,
.comments .click-to-reply {
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.125rem; }

p {
  margin: 0 auto 30px;
  font-size: inherit; }

blockquote {
  position: relative;
  margin: 0;
  padding-left: 40px;
  color: inherit; }
  .post-entry blockquote, .featured-section .custom-content blockquote {
    margin: 50px 0; }
    .post-entry blockquote:first-child, .featured-section .custom-content blockquote:first-child {
      margin-top: 0; }
  .post-entry blockquote {
    color: var(--text-color); }
  .widget-area .widget blockquote:not(:last-child) {
    margin-bottom: 30px; }
  blockquote:before {
    position: absolute;
    top: 15px;
    left: -5px;
    z-index: 1;
    display: block;
    width: 30px;
    height: 30px;
    font-family: sans-serif;
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 30px;
    text-align: center;
    content: "\201C"; }
    .primary-color-enabled blockquote:before {
      color: var(--primary-color); }
  blockquote p {
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: normal;
    line-height: 30px; }
  blockquote cite,
  blockquote small {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    opacity: 0.7; }
  blockquote cite:before {
    position: relative;
    bottom: 3px;
    display: inline-block;
    width: 20px;
    height: 1px;
    margin-right: 10px;
    background: currentColor;
    content: ""; }
  .comment-content blockquote {
    margin: 30px 0;
    padding-left: 30px; }
    .comment-content blockquote p {
      line-height: 1.7; }
    .comment-content blockquote:before {
      top: 10px;
      left: -6px;
      font-size: 48px;
      font-size: 3rem; }

table {
  width: 100%;
  max-width: 100%;
  margin: 0 0 30px;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
  background: none;
  color: inherit; }
  table th,
  table td {
    padding: 10px 6px;
    vertical-align: top;
    line-height: 1.5; }
  table th {
    background: none;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: left; }
  table td {
    font-size: 14px;
    font-size: 0.875rem; }
  table thead th {
    border-bottom: 1px solid; }
  table caption {
    margin: 15px auto;
    font-size: 12px;
    font-size: 0.75rem; }
  .post-entry table, .comment-content table {
    border-color: rgba(0, 0, 0, 0.1);
    border-collapse: separate;
    border-spacing: 1px; }
    .post-entry table th,
    .post-entry table td, .comment-content table th,
    .comment-content table td {
      border-bottom: 1px dotted;
      border-color: inherit; }
    .post-entry table tbody:last-child tr:last-child th,
    .post-entry table tbody:last-child tr:last-child td, .comment-content table tbody:last-child tr:last-child th,
    .comment-content table tbody:last-child tr:last-child td {
      border-bottom: none; }
    .dark-color .post-entry table, .dark-color .comment-content table {
      border-color: rgba(255, 255, 255, 0.2); }

pre {
  display: block;
  padding: 30px;
  margin: 30px 0;
  background-color: #f7f7f7;
  border: 1px solid #eee;
  color: #212121;
  font-size: 14px;
  tab-size: 4;
  overflow: auto; }

code,
kbd,
tt {
  font-size: 14px; }

fieldset {
  padding: 0;
  margin: 0;
  border: none; }

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

address {
  margin: 0 0 30px;
  font-style: italic; }

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

var {
  font-size: 14px; }

abbr,
acronym {
  border-bottom: 1px dotted;
  text-decoration: none;
  cursor: help; }

mark {
  padding: 1.75px 3.5px;
  background: #eee;
  text-decoration: none; }
  .primary-color-enabled mark {
    background: var(--primary-color); }

ins {
  background: #eee;
  text-decoration: none; }

big {
  font-size: 125%; }

dd {
  margin-left: 30px; }

/* Dropcaps Shortcode
   ========================================================================== */
.post-entry .dropcap {
  text-align: left; }
  .post-entry .dropcap.has-drop-cap:first-letter, .post-entry .dropcap:first-letter {
    float: left;
    padding: 0;
    margin: 0.02em 0.15em 0 0;
    box-sizing: border-box;
    font-size: 500%;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 0.8; }
  .post-entry .dropcap.light:first-letter {
    float: none;
    margin: 0;
    color: rgba(0, 0, 0, 0.1); }
    .dark-color .post-entry .dropcap.light:first-letter {
      color: rgba(255, 255, 255, 0.2); }
  .post-entry .dropcap.square:first-letter {
    display: block;
    padding: 0.1em 0.15em;
    margin-top: 10px;
    margin-right: 0.3em;
    border: 3px solid #eee;
    border-radius: 0;
    font-size: 300%;
    text-align: center; }
  .post-entry .dropcap.dark-bg:first-letter {
    background: #000;
    border-color: #000;
    color: #fff; }
  .post-entry .dropcap.light-bg:first-letter {
    background: #f7f7f7;
    border-color: #f7f7f7;
    color: #000; }

.post-entry h1.dropcap,
.post-entry h2.dropcap,
.post-entry h3.dropcap,
.post-entry h4.dropcap,
.post-entry h5.dropcap,
.post-entry h6.dropcap {
  line-height: 1.5; }

/* Highlight Shortcode
   ========================================================================== */
.post-entry .highlight:not(.bottomline) {
  background: var(--text-color);
  color: var(--btn-text-color); }
.post-entry .highlight.bottomline {
  border-bottom: 2px solid currentColor; }
.primary-color-enabled #page .post-entry .highlight:not(.bottomline) {
  background: var(--primary-color);
  color: #fff; }

.post-entry .highlight-bottomline {
  border-bottom: 2px solid currentColor; }

/* Tweet it Shortcode
   ========================================================================== */
.post-entry a.tweet-it {
  position: relative;
  border-bottom: none;
  font-weight: 600; }
  .post-entry a.tweet-it:before, .post-entry a.tweet-it:after {
    position: absolute;
    display: block;
    opacity: 0;
    transition: 0.4s; }
  .post-entry a.tweet-it:before {
    top: -35px;
    left: 0;
    width: 30px;
    height: 30px;
    background: var(--text-color);
    border-radius: 0;
    color: var(--bg-color);
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e094";
    font-size: 16px;
    line-height: 30px;
    text-align: center; }
  .post-entry a.tweet-it:after {
    top: -5px;
    left: 11px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid var(--text-color);
    content: ""; }
  .no-touch .post-entry a.tweet-it:hover {
    opacity: 1; }
    .no-touch .post-entry a.tweet-it:hover:before, .no-touch .post-entry a.tweet-it:hover:after {
      opacity: 1; }

.post-entry .tweet-it-paragraph {
  padding: 50px 30px 30px;
  max-width: 600px;
  text-align: center; }
  .post-entry .tweet-it-paragraph a.tweet-it {
    display: block;
    font-weight: inherit;
    opacity: 1;
    color: inherit;
    text-decoration: none; }
    .no-touch .post-entry .tweet-it-paragraph a.tweet-it:hover {
      text-decoration: underline; }
    .post-entry .tweet-it-paragraph a.tweet-it:before, .post-entry .tweet-it-paragraph a.tweet-it:after {
      top: -40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 1; }
    .post-entry .tweet-it-paragraph a.tweet-it:after {
      top: -10px; }

@media screen and (min-width: 600px) {
  .page-title,
  .no-post-found .no-article .post-title {
    font-size: 36px;
    font-size: 2.25rem; }

  table th,
  table td {
    padding: 16px; } }
@media screen and (min-width: 768px) {
  blockquote {
    padding-left: 100px; }
    .post-entry blockquote:before, .featured-section .custom-content blockquote:before {
      left: 0;
      width: 90px;
      height: 40px;
      font-size: 90px;
      font-size: 5.625rem;
      line-height: 40px; }
    .post-entry blockquote p code,
    .post-entry blockquote p kbd,
    .post-entry blockquote p tt, .featured-section .custom-content blockquote p code,
    .featured-section .custom-content blockquote p kbd,
    .featured-section .custom-content blockquote p tt {
      font-size: 16px; }
    blockquote p {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 40px; }

  #page .xl-heading {
    font-size: 56px;
    font-size: 3.5rem; }

  #page .l-heading {
    font-size: 48px;
    font-size: 3rem; }

  #page .m-heading {
    font-size: 36px;
    font-size: 2.25rem; } }
@media screen and (min-width: 1025px) {
  .page-title,
  .no-post-found .no-article .post-title {
    font-size: 48px;
    font-size: 3rem; }

  #page .xl-heading {
    font-size: 80px;
    font-size: 5rem; }

  #page .l-heading {
    font-size: 60px;
    font-size: 3.75rem; }

  #page .m-heading {
    font-size: 50px;
    font-size: 3.125rem; } }
/* ==========================================================================
   4.0 Site Header & Menu
   ========================================================================== */
nav ul {
  margin: 0;
  list-style: none; }

/* Site Branding
   ========================================================================== */
.site-branding {
  padding: 15px 0;
  font-size: 0; }
  .site-header .site-branding {
    max-width: 50%; }
  .site-branding.invisible .site-title,
  .site-branding.invisible .site-description {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px); }
  .site-branding p {
    margin-bottom: 0; }
  .site-branding .site-title {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.2em;
    text-transform: uppercase; }
  .site-branding .site-description {
    display: block;
    margin-top: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.2;
    transition: color 0.4s; }
  .site-branding a {
    display: inline-block;
    color: currentColor; }
    .primary-color-enabled .site-branding a {
      color: currentColor; }
  .site-branding img {
    display: block; }
  .site-branding a.custom-logo-link.with-logo-alt {
    position: relative; }
    .site-branding a.custom-logo-link.with-logo-alt img {
      transition: opacity 0.4s;
      will-change: opacity; }
    .site-branding a.custom-logo-link.with-logo-alt img.custom-logo-alt {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
  .site-header.sticky .site-branding .custom-logo-link + .site-title,
  .site-header.sticky .site-branding .site-description, .site-header.is-sticky .site-branding .custom-logo-link + .site-title,
  .site-header.is-sticky .site-branding .site-description {
    display: none; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .site-branding img {
    width: 100% !important; } }
/* Site Header
   ========================================================================== */
.site-header {
  position: relative;
  z-index: 999;
  width: 100%;
  height: auto;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  color: #212121;
  line-height: 1.5; }
  .site-header.transparent {
    position: absolute;
    transition: background-color 0.4s; }
    .site-header.transparent:not(.sticky):not(.is-sticky) {
      background: none !important;
      color: #fff; }
      .site-header.transparent:not(.sticky):not(.is-sticky) .site-branding a.custom-logo-link.with-logo-alt img.custom-logo-alt {
        opacity: 1; }
      .site-header.transparent:not(.sticky):not(.is-sticky) .site-branding a.custom-logo-link.with-logo-alt img.custom-logo {
        opacity: 0; }
      .site-header.transparent:not(.sticky):not(.is-sticky) .secondary-navigation {
        border-color: rgba(255, 255, 255, 0.15); }
    .site-header.transparent.site-header-layout-6:not(.sticky):not(.is-sticky) .site-header-menu {
      border-color: rgba(255, 255, 255, 0.15); }
    .site-header.transparent.is-sticky.show-header, .site-header.transparent.is-sticky.hide-header {
      transition: transform 0.4s ease-out, background-color 0.4s; }
  .site-header > * {
    width: 100%; }
  .site-header .site-header-main {
    padding: 0; }
    .site-header .site-header-main .container {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      min-height: 80px; }
  .site-header .menu-toggle {
    position: relative;
    z-index: 999;
    min-width: 34px;
    height: 34px;
    padding: 0 10px 0 30px;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition: 0.4s; }
    .site-header .menu-toggle i {
      position: absolute;
      top: 4px;
      left: 3px;
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1; }
    .no-touch .site-header .menu-toggle:hover, .site-header .menu-toggle:focus {
      outline: 0; }
    .no-touch .site-header .menu-toggle:hover, .site-header .menu-toggle:focus {
      background: #000;
      color: #fff; }
    .site-header .menu-toggle.icon-only {
      padding-right: 3px;
      font-size: 0; }
  .site-header .site-header-menu {
    display: none;
    /* Hide menu on small screens */ }
  .site-header .misc-wrapper {
    z-index: 3; }
  #page .site-header li.button {
    padding: 0;
    background: none;
    box-shadow: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    color: inherit; }
  .no-touch .site-header .primary-menu:hover > li > a, .no-touch
  .site-header .secondary-menu:hover > li > a {
    opacity: 0.6; }
  .no-touch .site-header .primary-menu:hover > li:hover > a, .no-touch
  .site-header .secondary-menu:hover > li:hover > a {
    opacity: 1; }
  .site-header .secondary-navigation {
    display: none;
    /* Hide Secondary Navigation on small screens */
    padding: 5px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    overflow: hidden; }
    .site-header .secondary-navigation ul {
      display: inline-block;
      width: auto;
      font-size: 0;
      text-align: center; }
      .site-header .secondary-navigation ul li {
        display: inline-block; }
        .site-header .secondary-navigation ul li a {
          padding: 0 15px;
          line-height: 40px;
          font-size: 10px;
          font-size: 0.625rem;
          font-weight: 600;
          opacity: 0.6; }
        .site-header .secondary-navigation ul li.current-menu-item > a {
          color: inherit;
          opacity: 1; }
  .site-header #site-header-search {
    display: none; }
  .site-header nav ul li {
    font-size: 0;
    line-height: 1;
    transition: opacity 0.4s ease-in-out; }
    .site-header nav ul li a {
      position: relative;
      display: block;
      font-size: 11px;
      font-size: 0.6875rem;
      font-weight: 400;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      line-height: 34px;
      color: inherit; }
    .site-header nav ul li ul.sub-menu li a {
      line-height: 34px; }
  .site-header nav ul.primary-menu > li.button > a {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 20px;
    background: var(--btn-bg-color);
    border: none;
    border-radius: 2px;
    color: var(--btn-text-color);
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.4s;
    will-change: opacity;
    will-change: opacity, transform; }
    .no-touch .site-header nav ul.primary-menu > li.button > a:hover {
      opacity: 0.9; }
    .primary-color-enabled .site-header nav ul.primary-menu > li.button > a {
      background: var(--primary-color);
      color: #fff; }
  .site-header nav ul.primary-menu > li.current-menu-item:not(.button) > a:after,
  .site-header nav ul.primary-menu > li.current-menu-ancestor:not(.button) > a:after {
    position: absolute;
    bottom: 5px;
    left: 15px;
    display: block;
    width: calc(100% - 32px);
    height: 2px;
    background: currentColor;
    content: "";
    will-change: opacity; }
  .site-header .social-navigation {
    display: none; }
  body:not(.primary-color-enabled) .site-header.site-header-color-light nav ul.primary-menu > li.button > a {
    background: #000;
    color: #fff; }
  .site-header.site-header-color-dark {
    background-color: #131313;
    color: #fff; }
    .site-header.site-header-color-dark .secondary-navigation, .site-header.site-header-color-dark.site-header-layout-6 .site-header-menu {
      border-color: rgba(255, 255, 255, 0.1) !important; }
    .no-touch .site-header.site-header-color-dark .menu-toggle:hover, .site-header.site-header-color-dark .menu-toggle:focus {
      background: #fff;
      color: #000; }
    body:not(.primary-color-enabled) .site-header.site-header-color-dark nav ul.primary-menu > li.button > a {
      background: #fff;
      color: #000; }
  .site-header.site-header-layout-1 .site-branding, .site-header.site-header-layout-2 .site-branding {
    margin-left: 0; }
  .site-header.site-header-layout-1 .site-header-menu, .site-header.site-header-layout-2 .site-header-menu {
    margin: 0; }
  .site-header.site-header-layout-1 #menu-toggle, .site-header.site-header-layout-2 #menu-toggle {
    order: 4;
    margin-left: 5px; }
  .site-header.site-header-layout-3 .site-branding, .site-header.site-header-layout-6 .site-branding {
    text-align: center; }
  .site-header.site-header-layout-3 .menu-toggle, .site-header.site-header-layout-6 .menu-toggle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px; }
  .site-header.site-header-layout-3 .misc-wrapper, .site-header.site-header-layout-6 .misc-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    width: 25%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end; }
  .site-header.site-header-layout-4 .site-branding, .site-header.site-header-layout-5 .site-branding {
    order: 2;
    margin-left: 0; }
  .site-header.site-header-layout-4 .menu-toggle, .site-header.site-header-layout-5 .menu-toggle {
    order: 1;
    margin: 0 15px 0 0; }
  .site-header.site-header-layout-4 .misc-wrapper, .site-header.site-header-layout-5 .misc-wrapper {
    order: 3;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-right: 0; }
  .site-header.site-header-layout-5 #menu-toggle {
    order: 4;
    margin: 0 0 0 5px; }
  .site-header.site-header-layout-6 .secondary-navigation {
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .site-header.site-header-layout-6 .site-header-menu {
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .site-header.site-header-layout-7 .site-header-menu {
    order: 1;
    margin-left: 0; }
  .site-header.site-header-layout-7 .social-navigation {
    order: 2; }
  .site-header.site-header-layout-7 #site-header-search {
    order: 4;
    margin-right: 0; }
  .site-header.site-header-layout-7 #menu-toggle {
    order: 5;
    margin-right: 0; }
  .site-header.site-header-layout-7 .site-branding-wrapper {
    width: 100%;
    padding: 50px 0;
    background: #f9f9f9;
    color: #000; }
  .site-header.site-header-layout-7.site-header-color-light:not(.sticky):not(.is-sticky) .site-header-main .container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .site-header.site-header-layout-7.site-header-color-dark:not(.sticky):not(.is-sticky) .site-header-main .container, .site-header.site-header-layout-7.transparent:not(.sticky):not(.is-sticky) .site-header-main .container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .site-header.site-header-layout-7 .site-branding {
    order: 9;
    margin: 0 auto;
    padding: 0;
    text-align: center; }
  .site-header.site-header-layout-7.sticky .site-branding-wrapper, .site-header.site-header-layout-7.is-sticky .site-branding-wrapper {
    display: none; }
  .site-header.site-header-layout-7.transparent:not(.sticky):not(.is-sticky) .site-branding-wrapper {
    background: inherit !important;
    color: inherit !important; }
  .site-header.sticky, .site-header.is-sticky {
    position: fixed !important;
    top: 0; }
    @media screen and (min-width: 601px) and (max-width: 782px) {
      .logged-in.admin-bar .site-header.sticky, .logged-in.admin-bar .site-header.is-sticky {
        top: 46px; } }
    @media screen and (min-width: 783px) {
      .logged-in.admin-bar .site-header.sticky, .logged-in.admin-bar .site-header.is-sticky {
        top: 32px; } }
  .site-header.sticky {
    -webkit-animation: stickyHeaderShow 0.4s ease-out;
    animation: stickyHeaderShow 0.4s ease-out; }
  .site-header.is-sticky {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
    .site-header.is-sticky.show-header {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      transition: transform 0.4s ease-out; }
    .site-header.is-sticky.hide-header {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      transition: transform 0.4s ease-out; }
      .site-header.is-sticky.hide-header #site-header-menu ul.sub-menu {
        opacity: 0;
        pointer-events: none;
        visibility: hidden; }

@keyframes stickyHeaderShow {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes stickyHeaderShow {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
/* Social Nav Icons
   ========================================================================== */
ul.social-nav {
  list-style: none;
  font-size: 0; }
  ul.social-nav li {
    display: inline-block; }
    ul.social-nav li a {
      display: block;
      width: 30px;
      height: 30px;
      padding: 0;
      border-radius: 0;
      text-align: center;
      line-height: 30px;
      font-size: 0 !important; }
      ul.social-nav li a:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: inherit;
        font-size: 15px;
        font-size: 0.9375rem;
        content: "\f1e0";
        /* Default share icon */
        line-height: inherit !important; }
      ul.social-nav li a[href*="etsy"]:before {
        content: "\f2d7"; }
      ul.social-nav li a[href*="snapchat"]:before {
        content: "\f2ac"; }
      ul.social-nav li a[href*="medium"]:before {
        content: "\f23a"; }
      ul.social-nav li a[href*="yelp"]:before {
        content: "\f1e9"; }
      ul.social-nav li a[href*="500px"]:before {
        content: "\f26e" !important; }
      ul.social-nav li a[href*="vine"]:before {
        content: "\f1ca"; }
      ul.social-nav li a[href*="tripadvisor"]:before {
        font-family: "Font Awesome 5 Brands";
        content: "\f262"; }
      ul.social-nav li a[href*="vk"]:before {
        content: "\f189"; }
      ul.social-nav li a[href*="behance"]:before {
        content: "\f1b4"; }
      ul.social-nav li a[href*="soundcloud"]:before {
        content: "\f1be"; }
      ul.social-nav li a[href*="foursquare"]:before {
        content: "\f180"; }
      ul.social-nav li a[href*="houzz"]:before {
        content: "\f27c"; }
      ul.social-nav li a[href*="digg"]:before {
        content: "\f1a6"; }
      ul.social-nav li a[href*="twitter"]:before {
        content: "\f099"; }
      ul.social-nav li a[href*="facebook"]:before {
        content: "\f09a"; }
      ul.social-nav li a[href*="google"]:before {
        content: "\f0d5"; }
      ul.social-nav li a[href*="pinterest"]:before {
        content: "\f231"; }
      ul.social-nav li a[href*="instagram"]:before {
        content: "\f16d"; }
      ul.social-nav li a[href*="vimeo"]:before {
        content: "\f27d"; }
      ul.social-nav li a[href*="youtube"]:before {
        content: "\f16a"; }
      ul.social-nav li a[href*="linkedin"]:before {
        content: "\f0e1"; }
      ul.social-nav li a[href*="flickr"]:before {
        content: "\f16e"; }
      ul.social-nav li a[href*="dribbble"]:before {
        content: "\f17d"; }
      ul.social-nav li a[href*="tumblr"]:before {
        content: "\f173"; }
      ul.social-nav li a[href*="bloglovin"]:before {
        content: "\f004"; }
      ul.social-nav li a[title="website"]:before {
        content: "\f0c1"; }
      ul.social-nav li a[href*="/feed/"]:before, ul.social-nav li a[href*="?feed="]:before {
        content: "\f09e"; }
      ul.social-nav li a[href*="del.icio"]:before {
        content: "\f1a5"; }
      ul.social-nav li a[href*="reddit"]:before {
        content: "\f281"; }
      ul.social-nav li a[href*="apple"]:before {
        content: "\f179"; }
      ul.social-nav li a[href*="patreon"]:before {
        font-family: "Font Awesome 5 Brands";
        content: "\f3d9"; }
      ul.social-nav li a[href*="ello"]:before {
        font-family: "Font Awesome 5 Brands";
        content: "\f5f1"; }
      ul.social-nav li a[href*="play.google"]:before {
        font-family: "Font Awesome 5 Brands";
        content: "\f3ab"; }
      ul.social-nav li a[href*="tiktok"]:before {
        font-family: "Font Awesome 5 Brands";
        content: "\e07b"; }
      ul.social-nav li a[href*="unsplash"]:before {
        font-family: "Font Awesome 5 Brands";
        content: "\e07c"; }
      ul.social-nav li a[href*="spotify"]:before {
        content: "\f1bc"; }
      ul.social-nav li a[href*="wa.me"]:before {
        content: "\f232"; }
      ul.social-nav li a[href*="x.com"]:before {
        font-family: "Font Awesome 6 Brands";
        content: "\e61b"; }

/* Fullscreen Menu & Search
   ========================================================================== */
.fallsky-fullmenu, .search-screen {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  display: block;
  width: 100vw;
  height: 100vh;
  padding: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s; }
  .fallsky-fullmenu.show,
  .search-screen.show {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  @media screen and (min-width: 601px) and (max-width: 782px) {
    .logged-in.admin-bar .fallsky-fullmenu,
    .logged-in.admin-bar .search-screen {
      top: 46px;
      height: calc(100vh - 46px); } }
  @media screen and (min-width: 783px) {
    .logged-in.admin-bar .fallsky-fullmenu,
    .logged-in.admin-bar .search-screen {
      top: 32px;
      height: calc(100vh - 32px); } }
  .fallsky-fullmenu .close-button, .search-screen .close-button {
    position: absolute;
    top: 30px;
    z-index: 9;
    display: inline-block;
    height: 30px;
    padding-left: 22px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 30px;
    letter-spacing: 0.2em;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.4s; }
    .no-touch .fallsky-fullmenu .close-button:hover, .no-touch .search-screen .close-button:hover {
      opacity: 0.75; }
    .fallsky-fullmenu .close-button:before, .search-screen .close-button:before {
      position: absolute;
      left: 0;
      height: 30px;
      font-family: 'ElegantIcons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      font-size: 19px;
      line-height: 30px;
      content: "\4d"; }
  .fallsky-fullmenu .fullscreen-bg, .search-screen .fullscreen-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #f7f7f7; }
  .fallsky-fullmenu.has-overlay .fullscreen-bg:after, .search-screen.has-overlay .fullscreen-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000;
    content: "";
    opacity: 0.4; }
  .fallsky-fullmenu .container, .search-screen .container {
    z-index: 9;
    width: 100%;
    height: 100%;
    max-width: none;
    padding: 100px 30px;
    margin: 0;
    background: none;
    color: #212121;
    overflow: auto;
    text-align: left; }
    .fallsky-fullmenu .container > *, .search-screen .container > * {
      margin-bottom: 50px; }
      .fallsky-fullmenu .container > *:first-child, .fallsky-fullmenu .container > *:last-child, .search-screen .container > *:first-child, .search-screen .container > *:last-child {
        margin-bottom: 0; }
  .fallsky-fullmenu .search form.search-form, .search-screen .search form.search-form {
    margin: 0; }
    .fallsky-fullmenu .search form.search-form input[type="search"], .search-screen .search form.search-form input[type="search"] {
      font-size: 24px;
      font-size: 1.5rem; }

/* Fullscreen Menu
   ========================================================================== */
.fallsky-fullmenu .close-button {
  left: 25px; }
.fallsky-fullmenu nav ul li a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-transform: capitalize;
  opacity: 0.75; }
.fallsky-fullmenu nav ul li.current-menu-item > a, .fallsky-fullmenu nav ul li.current-menu-ancestor > a, .no-touch .fallsky-fullmenu nav ul li a:hover {
  opacity: 1; }
.fallsky-fullmenu .main-navigation > ul > li > a {
  padding: 8px 0;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 30px; }
.fallsky-fullmenu .main-navigation > ul > li.current-menu-item > a:before, .fallsky-fullmenu .main-navigation > ul > li.current-menu-ancestor > a:before {
  position: absolute;
  top: 0;
  left: -10px;
  -webkit-transform: translate(-200px, 23px);
  -ms-transform: translate(-200px, 23px);
  transform: translate(-200px, 23px);
  display: block;
  width: 200px;
  height: 2px;
  background: currentColor;
  content: ""; }
.fallsky-fullmenu .main-navigation li {
  position: relative;
  margin-bottom: 2px; }
  .fallsky-fullmenu .main-navigation li.current-menu-item > .dropdown-toggle {
    opacity: 1; }
    .no-touch .fallsky-fullmenu .main-navigation li.current-menu-item > .dropdown-toggle:hover {
      opacity: 0.75; }
.fallsky-fullmenu .main-navigation ul.sub-menu {
  display: none;
  margin-top: 2px;
  margin-left: 30px; }
  .fallsky-fullmenu .main-navigation ul.sub-menu li a {
    padding: 4px 0;
    font-size: 18px;
    font-size: 1.125rem; }
  .fallsky-fullmenu .main-navigation ul.sub-menu ul.sub-menu li a {
    font-size: 15px;
    font-size: 0.9375rem; }
.fallsky-fullmenu .dropdown-toggle {
  position: relative;
  width: 30px;
  height: 20px;
  background: none;
  border: none;
  opacity: 0.75;
  transition: 0.4s; }
  .no-touch .fallsky-fullmenu .dropdown-toggle:hover {
    opacity: 1; }
  .fallsky-fullmenu .dropdown-toggle:before {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    display: block;
    width: 30px;
    height: 30px;
    font-size: 18px;
    content: "\35"; }
  .fallsky-fullmenu .dropdown-toggle.toggled-on:before {
    content: "\33"; }
  .fallsky-fullmenu .dropdown-toggle.toggled-on + ul.sub-menu {
    display: block; }
.fallsky-fullmenu .secondary-navigation ul li a {
  padding: 2px 0;
  font-size: 16px;
  font-size: 1rem; }
.fallsky-fullmenu .social-navigation ul.social-nav {
  margin-left: -10px;
  text-align: left; }
  .fallsky-fullmenu .social-navigation ul.social-nav li {
    margin: 3px;
    font-size: 0; }
    .fallsky-fullmenu .social-navigation ul.social-nav li a {
      opacity: 1;
      line-height: 30px; }
      .no-touch .fallsky-fullmenu .social-navigation ul.social-nav li a:hover {
        opacity: 0.75; }
.fallsky-fullmenu .text {
  font-size: 13px;
  font-size: 0.8125rem; }

/* Search Screen
   ========================================================================== */
.search-screen .search .hint {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.4s; }
  .search-screen .search .hint.show {
    opacity: 0.6;
    pointer-events: auto;
    visibility: visible; }
.search-screen .search .search-form .search-submit {
  width: 50px;
  text-align: right; }
  .search-screen .search .search-form .search-submit.searching:before {
    display: block;
    width: 50px;
    height: 34px;
    margin-left: 10px;
    text-align: center;
    content: "\e02d";
    -webkit-animation: loadingSpin 1s infinite linear;
    animation: loadingSpin 1s infinite linear;
    transform-origin: 50% 50%; }
.search-screen .close-button {
  right: 30px; }
.search-screen .shortcuts-cat {
  margin-top: 90px; }
  .search-screen .shortcuts-cat ul {
    margin: 0;
    font-size: 0;
    list-style: none; }
    .search-screen .shortcuts-cat ul li {
      display: inline-block;
      font-size: 16px;
      font-size: 1rem;
      text-transform: capitalize; }
      .search-screen .shortcuts-cat ul li a {
        color: inherit;
        line-height: 2;
        opacity: 0.5; }
        .no-touch .search-screen .shortcuts-cat ul li a:hover {
          opacity: 1; }
          .no-touch .search-screen .shortcuts-cat ul li a:hover .category-name {
            border-bottom: 1px solid; }
        .search-screen .shortcuts-cat ul li a .counts {
          display: inline-block;
          -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          transform: translateY(-10px);
          margin-right: -2px;
          font-size: 10px;
          font-size: 0.625rem; }
      .search-screen .shortcuts-cat ul li:after {
        margin: 0 10px;
        content: "/";
        opacity: 0.5; }
      .search-screen .shortcuts-cat ul li:last-child:after {
        display: none; }
  .search-screen .shortcuts-cat ul li:after {
    margin-left: 6px; }
.search-screen .search-results {
  margin-top: 80px; }
  .search-screen .search-results h4.title {
    position: relative;
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400; }
  .search-screen .search-results .results-list {
    margin: 0;
    list-style: none; }
    .search-screen .search-results .results-list li {
      margin: 10px 0;
      text-align: center; }
      .search-screen .search-results .results-list li .post {
        margin-bottom: 30px; }
      .search-screen .search-results .results-list li .featured-img {
        margin-bottom: 15px; }
        .search-screen .search-results .results-list li .featured-img .featured-img-container {
          display: block;
          width: 100%;
          height: 0;
          padding-top: 66%;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
      .search-screen .search-results .results-list li .post-title {
        margin-bottom: 5px;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 600; }
      .search-screen .search-results .results-list li .meta-item {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 22px; }
        .search-screen .search-results .results-list li .meta-item a {
          color: inherit;
          opacity: 0.6; }
      .no-touch .search-screen .search-results .results-list li:hover .featured-img a {
        display: block;
        filter: brightness(90%); }

@media screen and (min-width: 600px) {
  .site-header #site-header-search {
    position: relative;
    display: block;
    margin: 0 0 0 5px; }
    .site-header #site-header-search .search-button {
      display: inline-block;
      height: 34px;
      padding: 0 10px;
      color: inherit;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 600;
      line-height: 34px;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      cursor: pointer;
      transition: 0.4s; }
      .no-touch .site-header #site-header-search .search-button:hover {
        opacity: 0.75; }
    .site-header #site-header-search.icon-only .search-button {
      font-family: 'ElegantIcons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 600;
      line-height: 35px; }
      .site-header #site-header-search.icon-only .search-button:before {
        content: "\55"; }

  .fallsky-fullmenu,
  .search-screen {
    padding: 20px; }
    .fallsky-fullmenu.no-border,
    .search-screen.no-border {
      padding: 0; }
    .fallsky-fullmenu:not(.no-border) .fullscreen-bg,
    .search-screen:not(.no-border) .fullscreen-bg {
      top: 20px;
      left: 20px;
      width: calc(100% - 40px);
      height: calc(100% - 40px); }

  .fallsky-fullmenu .container {
    padding: 100px; }
  .fallsky-fullmenu .main-navigation > ul > li > a {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px; }
  .fallsky-fullmenu .main-navigation > ul > li.current-menu-item > a:before, .fallsky-fullmenu .main-navigation > ul > li.current-menu-ancestor > a:before {
    left: -20px;
    -webkit-transform: translate(-200px, 29px);
    -ms-transform: translate(-200px, 29px);
    transform: translate(-200px, 29px); }
  .fallsky-fullmenu .main-navigation > ul > li > .dropdown-toggle {
    width: 40px;
    height: 40px; }
    .fallsky-fullmenu .main-navigation > ul > li > .dropdown-toggle:before {
      -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
      transform: translateY(3px);
      width: 40px;
      height: 40px;
      font-size: 30px; }
  .fallsky-fullmenu .main-navigation ul.sub-menu li a {
    font-size: 21px;
    font-size: 1.3125rem; }
  .fallsky-fullmenu .main-navigation ul.sub-menu ul.sub-menu li a {
    font-size: 18px;
    font-size: 1.125rem; }

  .search-screen .container {
    padding: 100px 100px 20px; }
  .search-screen .search-results .results-list {
    margin: 0 -10px; }
    .search-screen .search-results .results-list li {
      float: left;
      width: calc(33% - 20px);
      margin: 10px; } }
@media screen and (min-width: 768px) {
  .site-layout-frame .site-header.sticky,
  .site-layout-frame .site-header.is-sticky,
  .site-layout-frame .site-header.site-header-layout-6.sticky .site-header-menu,
  .site-layout-frame .site-header.site-header-layout-6.is-sticky .site-header-menu {
    width: calc(100% - 70px); }

  .site-header .social-navigation {
    display: block;
    margin: 0; }
    .site-header .social-navigation ul.social-nav li a {
      width: 34px;
      height: 34px; }
  .site-header.site-header-layout-3 .misc-wrapper .social-navigation, .site-header.site-header-layout-4 .misc-wrapper .social-navigation, .site-header.site-header-layout-6 .misc-wrapper .social-navigation {
    margin-left: auto; }
  .site-header.site-header-layout-3 .misc-wrapper, .site-header.site-header-layout-5 .misc-wrapper, .site-header.site-header-layout-6 .misc-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .site-header.site-header-layout-3 .misc-wrapper .social-navigation ul.social-nav, .site-header.site-header-layout-5 .misc-wrapper .social-navigation ul.social-nav, .site-header.site-header-layout-6 .misc-wrapper .social-navigation ul.social-nav {
      white-space: nowrap; } }
@media screen and (min-width: 1120px) {
  .site-header .site-header-menu {
    position: relative;
    z-index: 1;
    width: auto;
    height: auto;
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
    .site-header .site-header-menu .main-navigation {
      position: relative;
      width: auto;
      height: auto;
      padding: 0;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      overflow: visible; }
      .site-header .site-header-menu .main-navigation li {
        position: relative;
        white-space: nowrap; }
        .no-touch .site-header .site-header-menu .main-navigation li:hover ul.sub-menu {
          will-change: opacity, transform; }
      .site-header .site-header-menu .main-navigation ul.sub-menu {
        position: absolute;
        z-index: -1;
        display: block;
        min-width: 200px;
        padding: 20px 0;
        margin: 0;
        background: #f9f9f9;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
        color: #000;
        text-align: left;
        transition: 0.3s;
        opacity: 0;
        pointer-events: none;
        visibility: hidden; }
        .primary-color-enabled .site-header .site-header-menu .main-navigation ul.sub-menu li.current-menu-item > a, .primary-color-enabled .site-header .site-header-menu .main-navigation ul.sub-menu li.current-menu-ancestor > a {
          color: var(--primary-color); }
        .no-touch .site-header .site-header-menu .main-navigation ul.sub-menu:hover > li > a {
          opacity: 0.6; }
        .no-touch .site-header .site-header-menu .main-navigation ul.sub-menu:hover > li:hover > a {
          opacity: 1; }
        .site-header .site-header-menu .main-navigation ul.sub-menu ul.sub-menu {
          padding-top: 20px;
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05); }
        .site-header .site-header-menu .main-navigation ul.sub-menu li {
          padding: 0 25px; }
        .site-header .site-header-menu .main-navigation ul.sub-menu a {
          font-size: 13px;
          font-size: 0.8125rem;
          letter-spacing: 0;
          font-weight: 400;
          text-transform: capitalize; }
      .site-header .site-header-menu .main-navigation > ul > li {
        float: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        height: 80px; }
        #page .site-header .site-header-menu .main-navigation > ul > li.button {
          line-height: 80px; }
        .site-header .site-header-menu .main-navigation > ul > li > a {
          padding: 0 15px;
          font-size: 12px;
          font-size: 0.75rem;
          font-weight: 600; }
        .site-header .site-header-menu .main-navigation > ul > li > ul.sub-menu {
          bottom: 0;
          left: -15px;
          -webkit-transform: translateY(105%);
          -ms-transform: translateY(105%);
          transform: translateY(105%); }
          .no-touch .site-header .site-header-menu .main-navigation > ul > li > ul.sub-menu a:hover {
            -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
            transform: translateX(5px); }
          .site-header .site-header-menu .main-navigation > ul > li > ul.sub-menu ul.sub-menu {
            top: -20px;
            left: 100%; }
        .site-header .site-header-menu .main-navigation > ul > li:hover > ul.sub-menu,
        .site-header .site-header-menu .main-navigation > ul > li ul.sub-menu li:hover > ul.sub-menu, .site-header .site-header-menu .main-navigation > ul > li.focus > ul.sub-menu,
        .site-header .site-header-menu .main-navigation > ul > li ul.sub-menu li.focus > ul.sub-menu {
          z-index: 99;
          opacity: 1;
          pointer-events: auto;
          visibility: visible; }
        .site-header .site-header-menu .main-navigation > ul > li:hover > ul.sub-menu, .site-header .site-header-menu .main-navigation > ul > li.focus > ul.sub-menu {
          -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
          transform: translateY(100%); }
      .site-header .site-header-menu .main-navigation li.mega-menu li {
        white-space: normal; }
      .site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu {
        width: 100vw;
        padding: 20px 40px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
        .site-layout-frame .site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu {
          width: calc(100vw - 70px); }
        .site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu > li {
          display: block;
          width: 20%;
          margin: 0;
          padding: 0 30px;
          vertical-align: top; }
          .site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu > li > a {
            padding: 8px 0;
            margin-bottom: 8px;
            font-weight: 800;
            font-size: 11px;
            font-size: 0.6875rem;
            line-height: 18px;
            text-transform: uppercase;
            letter-spacing: 0.1em; }
          .site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu > li > ul {
            position: relative;
            top: auto;
            left: auto;
            display: block;
            padding: 0;
            margin-bottom: 10px;
            box-shadow: none; }
            .site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu > li > ul li {
              padding: 0; }
              .site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu > li > ul li a {
                padding: 6px 0;
                line-height: 18px; }
        .site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu .mega-menu-post {
          text-align: center; }
          .no-touch .site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu .mega-menu-post a:hover {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none; }
          .site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu .mega-menu-post .featured-img {
            margin-bottom: 15px; }
          .site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu .mega-menu-post .featured-img-container {
            display: block;
            width: 100%;
            height: 0;
            padding-top: 66%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat; }
          .site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu .mega-menu-post .post-title {
            margin-bottom: 10px;
            font-size: 16px;
            font-size: 1rem;
            line-height: 1.3;
            white-space: normal; }
            .site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu .mega-menu-post .post-title a {
              font: inherit;
              letter-spacing: inherit;
              text-transform: inherit;
              will-change: opacity; }
              .no-touch .site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu .mega-menu-post .post-title a:hover {
                opacity: 0.5; }
      .no-touch .site-header .site-header-menu .main-navigation li.mega-menu:hover > ul.sub-menu > li > ul {
        z-index: 99;
        opacity: 1;
        pointer-events: auto;
        visibility: visible; }
      .site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category ul li {
        display: block;
        float: left;
        width: 25%;
        padding: 0 20px; }
        .no-touch .site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category ul li:hover .post-meta .meta-item a {
          will-change: opacity, color; }
      .site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category > ul {
        padding-top: 30px; }
      .site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-list {
        width: 20%; }
        .site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-list li {
          float: none;
          width: 100%;
          padding-left: 50px;
          white-space: nowrap; }
          .site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-list li a {
            display: inline;
            line-height: 30px; }
        .site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-list li.current a {
          text-decoration: underline; }
      .site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-posts {
        width: 80%; }
        .site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-posts .sub-cat {
          display: none; }
          .site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-posts .sub-cat.current {
            display: block; }
          .site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-posts .sub-cat > ul {
            position: relative; }
            .site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-posts .sub-cat > ul:after {
              display: none; }
            .site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-posts .sub-cat > ul > li {
              width: 33.33%; }
      .site-header .site-header-menu .main-navigation li.mega-menu.cat-list > ul.sub-menu > li {
        flex-grow: 1;
        padding: 20px;
        width: auto; }
        .no-touch .site-header .site-header-menu .main-navigation li.mega-menu.cat-list > ul.sub-menu > li a:hover {
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; }
          .no-touch .site-header .site-header-menu .main-navigation li.mega-menu.cat-list > ul.sub-menu > li a:hover .cat-bg:after {
            opacity: 0.5; }
      .site-header .site-header-menu .main-navigation li.mega-menu.cat-list .cat-bg {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 0;
        padding-top: 66.6666%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        .site-header .site-header-menu .main-navigation li.mega-menu.cat-list .cat-bg:after {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          background: #000;
          content: "";
          opacity: 0.3;
          pointer-events: none;
          transition: opacity 0.4s;
          will-change: opacity; }
        .site-header .site-header-menu .main-navigation li.mega-menu.cat-list .cat-bg + .cat-meta {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: 3;
          color: #fff;
          font-size: 16px;
          font-size: 1rem;
          font-weight: 600;
          line-height: 1.3;
          text-align: center; }
  .site-header .secondary-navigation {
    display: block; }
  .site-header.site-header-color-dark .site-header-menu .main-navigation ul.sub-menu {
    background: #1c1c1c;
    color: #fff; }
  .site-header.site-header-layout-1:not(.menu-btn-show) .menu-toggle {
    display: none; }
  .site-header.site-header-layout-1 .site-header-menu {
    display: block; }
    .site-header.site-header-layout-1 .site-header-menu .main-navigation > ul > li:last-child:not(.mega-menu) > ul.sub-menu ul.sub-menu {
      left: auto;
      right: 100%; }
  .site-header.site-header-layout-5 .site-branding,
  .site-header.site-header-layout-5 .misc-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 180px; }
  .site-header.site-header-layout-5 .site-branding {
    left: 30px; }
    .site-header.site-header-layout-5 .site-branding img {
      width: auto;
      max-height: 70px; }
  .site-header.site-header-layout-5:not(.menu-btn-show) .menu-toggle {
    display: none; }
  .site-header.site-header-layout-5 .misc-wrapper {
    right: 30px; }
  .site-header.site-header-layout-5.menu-btn-show .menu-toggle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px; }
  .site-header.site-header-layout-5.menu-btn-show .misc-wrapper {
    right: 114px; }
  .site-header.site-header-layout-5.menu-btn-show .menu-toggle.icon-only ~ .misc-wrapper {
    right: 70px; }
  .site-header.site-header-layout-5 .site-header-menu {
    display: block;
    width: calc(100% - 400px); }
    .site-header.site-header-layout-5 .site-header-menu .main-navigation {
      font-size: 0;
      text-align: center; }
      .site-header.site-header-layout-5 .site-header-menu .main-navigation .primary-menu {
        display: inline-block; }
  .site-header.site-header-layout-6:not(.menu-btn-show) .menu-toggle {
    display: none; }
  .site-header.site-header-layout-6 .site-header-menu {
    display: block; }
    .site-header.site-header-layout-6 .site-header-menu .main-navigation {
      font-size: 0;
      text-align: center; }
      .site-header.site-header-layout-6 .site-header-menu .main-navigation .primary-menu {
        display: inline-block; }
      .site-header.site-header-layout-6 .site-header-menu .main-navigation > ul > li {
        height: 60px; }
        #page .site-header.site-header-layout-6 .site-header-menu .main-navigation > ul > li.button {
          line-height: 60px; }
  .site-header.site-header-layout-6.sticky, .site-header.site-header-layout-6.is-sticky {
    top: 0; }
    .site-header.site-header-layout-6.sticky:not(.transparent), .site-header.site-header-layout-6.is-sticky:not(.transparent) {
      position: relative !important; }
    .site-header.site-header-layout-6.sticky.transparent, .site-header.site-header-layout-6.is-sticky.transparent {
      position: absolute !important; }
    .site-header.site-header-layout-6.sticky .site-header-menu, .site-header.site-header-layout-6.is-sticky .site-header-menu {
      position: fixed;
      top: 0;
      width: 100%;
      background: inherit; }
      .logged-in.admin-bar .site-header.site-header-layout-6.sticky .site-header-menu, .logged-in.admin-bar .site-header.site-header-layout-6.is-sticky .site-header-menu {
        top: 32px; }
  .site-header.site-header-layout-6.sticky {
    -webkit-animation: none;
    animation: none; }
    .site-header.site-header-layout-6.sticky .site-header-menu {
      -webkit-animation: stickyHeaderShow 0.4s ease-out;
      animation: stickyHeaderShow 0.4s ease-out; }
  .site-header.site-header-layout-6.is-sticky {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
    .site-header.site-header-layout-6.is-sticky .site-header-menu {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%); }
    .site-header.site-header-layout-6.is-sticky.show-header {
      transition: 0s; }
      .site-header.site-header-layout-6.is-sticky.show-header .site-header-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        transition: transform 0.4s ease-out; }
    .site-header.site-header-layout-6.is-sticky.hide-header {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      transition: 0s; }
      .site-header.site-header-layout-6.is-sticky.hide-header .site-header-menu {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: transform 0.4s ease-out; }
  .site-header.site-header-layout-7:not(.menu-btn-show) .menu-toggle {
    display: none; }
  .site-header.site-header-layout-7 .site-header-menu {
    display: block; } }
@media screen and (min-width: 1500px) {
  .site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu {
    padding-right: calc(50vw - 750px);
    padding-left: calc(50vw - 750px); } }
@media screen and (max-width: 1119px) {
  .site-header.site-header-layout-7 .site-header-main .container {
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 50px; } }
@media screen and (max-width: 600px) {
  .logged-in.admin-bar .fallsky-fullmenu .container,
  .logged-in.admin-bar .search-screen .container {
    padding-top: 150px; }
  .logged-in.admin-bar .fallsky-fullmenu .close-button,
  .logged-in.admin-bar .search-screen .close-button {
    top: 70px; } }
@media screen and (max-width: 599px) {
  .site-header .menu-toggle {
    padding-right: 3px;
    font-size: 0; } }
@media screen and (max-width: 400px) {
  .site-header:not(.site-header-layout-3):not(.site-header-layout-6):not(.site-header-layout-7) .site-branding {
    max-width: calc(100% - 100px); } }
/* ==========================================================================
   5.0 Main Content Area, Homepage Widgets & Posts Layouts
   ========================================================================== */
.container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  padding: 0 30px; }

/**
 * General Colors
 */
.light-color,
.dark-color {
  background: var(--bg-color);
  color: var(--text-color); }
  .light-color #page,
  .dark-color #page {
    background-color: var(--bg-color); }

/**
 * Slider Arrows
 */
.slider-arrows {
  z-index: 99;
  width: 100%;
  height: 50px;
  overflow: hidden;
  pointer-events: none; }
  .slider-arrows .slick-arrow {
    display: block;
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 0;
    cursor: pointer;
    transition: 0.4s;
    will-change: opacity;
    pointer-events: auto; }
    .slider-arrows .slick-arrow:before {
      font-size: 18px;
      font-size: 1.125rem; }
  .slider-arrows .slick-arrow {
    background: none;
    border: none;
    box-shadow: none; }
  .slider-arrows .slick-prev:before {
    content: "\34"; }
  .slider-arrows .slick-next:before {
    content: "\35"; }

/**
 * Slick Dots
 */
.slick-dots {
  z-index: 99;
  margin: 0 auto;
  font-size: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 30px;
    counter-increment: step-counter;
    cursor: pointer;
    opacity: 0.3; }
    .slick-dots li button {
      display: none; }
    .slick-dots li:before {
      position: relative;
      top: auto;
      left: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      width: auto;
      height: auto;
      background: none;
      border-radius: 0;
      content: counter(step-counter,decimal-leading-zero); }
    .slick-dots li.slick-active {
      opacity: 1; }

/* Site Content
   ========================================================================== */
.site-content {
  position: relative;
  z-index: 9; }
  .site-content > .container {
    margin-top: 50px; }
  .home.front-page .site-content:not([class*="with-sidebar-"]) .main > .container {
    max-width: none;
    padding: 0; }

#primary {
  padding-bottom: 60px; }
  .home.front-page .site-content:not([class*="with-sidebar-"]) #primary {
    padding-bottom: 0; }
  #primary > *:last-child {
    margin-bottom: 0; }

.sidebar {
  max-width: 600px; }

/* Fullwidth Featured Section
   ========================================================================== */
.featured-section .post {
  position: relative;
  height: auto; }
  .no-touch .featured-section .post:hover .post-bg {
    filter: brightness(90%); }
  .featured-section .post .post-bg {
    z-index: 1;
    overflow: hidden;
    transition: 0.4s; }
    .featured-section .post .post-bg .background-video-wrapper {
      pointer-events: none; }
      .featured-section .post .post-bg .background-video-wrapper iframe,
      .featured-section .post .post-bg .background-video-wrapper video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-bottom: 0; }
  .featured-section .post .post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .featured-section .post .post-content {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9;
    padding: 30px;
    overflow: hidden;
    pointer-events: none; }
    .featured-section .post .post-content > * {
      width: 100%;
      max-width: 1000px; }
    .featured-section .post .post-content a {
      color: inherit; }
    .featured-section .post .post-content .post-title a,
    .featured-section .post .post-content .cat-links a {
      pointer-events: auto;
      opacity: 1; }
  .featured-section .post .post-title {
    font-size: 24px;
    font-size: 1.5rem; }
  .featured-section .post .post-excerpt p {
    margin-bottom: 0; }
.featured-section .post-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.featured-section .top-slider {
  position: relative;
  max-width: 100%;
  color: #fff; }
  .featured-section .top-slider .slider-wrapper {
    position: relative;
    width: 100%; }
  .featured-section .top-slider .post {
    width: 100%; }
    .featured-section .top-slider .post .post-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .featured-section .top-slider .post .post-content {
      z-index: 3;
      width: 100%;
      height: 100%; }
      .featured-section .top-slider .post .post-content > * {
        position: relative;
        z-index: 9; }
        .featured-section .top-slider .post .post-content > *:not(:first-child) {
          margin-top: 15px; }
      .featured-section .top-slider .post .post-content .post-excerpt {
        font-size: 18px;
        font-size: 1.125rem; }
      .featured-section .top-slider .post .post-content:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: #000;
        content: "";
        pointer-events: none;
        opacity: 0.3;
        transition: opacity 0.4s; }
  .featured-section .top-slider.style-slider-1 .slider-arrows, .featured-section .top-slider.style-slider-2 .slider-arrows {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 120px;
    height: 60px;
    font-size: 0;
    transition: background 0.3s; }
    .no-touch .featured-section .top-slider.style-slider-1 .slider-arrows:hover, .no-touch .featured-section .top-slider.style-slider-2 .slider-arrows:hover {
      background: #fff;
      color: #000; }
    .featured-section .top-slider.style-slider-1 .slider-arrows:after, .featured-section .top-slider.style-slider-2 .slider-arrows:after {
      position: absolute;
      top: 20px;
      left: 60px;
      display: block;
      width: 1px;
      height: 20px;
      background: currentColor;
      content: "";
      opacity: 0.1;
      pointer-events: none; }
    .featured-section .top-slider.style-slider-1 .slider-arrows .slick-arrow, .featured-section .top-slider.style-slider-2 .slider-arrows .slick-arrow {
      display: inline-block;
      width: 60px;
      height: 60px;
      text-align: center;
      line-height: 60px; }
  .featured-section .top-slider.style-slider-1 .post, .featured-section .top-slider.style-slider-3 .post {
    height: calc(100vh - 80px);
    min-height: 400px; }
    @media screen and (max-width: 1024px) {
      .touch .featured-section .top-slider.style-slider-1 .post, .touch .featured-section .top-slider.style-slider-3 .post {
        height: 480px; } }
    .site-header.transparent ~ .site-content .featured-section .top-slider.style-slider-1 .post, .site-header.transparent ~ .site-content .featured-section .top-slider.style-slider-3 .post {
      height: 100vh; }
      @media screen and (max-width: 1024px) {
        .touch .site-header.transparent ~ .site-content .featured-section .top-slider.style-slider-1 .post, .touch .site-header.transparent ~ .site-content .featured-section .top-slider.style-slider-3 .post {
          height: 560px; } }
  .featured-section .top-slider.style-slider-1 .post .post-bg a.post-link {
    width: calc(100% + 40px);
    transition: transform 4s ease-out 0.5s; }
  .featured-section .top-slider.style-slider-1 .post .post-content {
    position: relative;
    text-align: center; }
    .featured-section .top-slider.style-slider-1 .post .post-content > * {
      transition: opacity 1s ease-out 0.5s;
      opacity: 0; }
    .site-header.site-header-layout-7.transparent ~ .site-content .featured-section .top-slider.style-slider-1 .post .post-content {
      padding-top: 100px; }
  .featured-section .top-slider.style-slider-1 .current-post .post-bg a.post-link {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    transition-delay: 0s; }
  .featured-section .top-slider.style-slider-1 .current-post .post-content > * {
    opacity: 1; }
    .featured-section .top-slider.style-slider-1 .current-post .post-content > *:nth-child(2) {
      transition-delay: 1s; }
    .featured-section .top-slider.style-slider-1 .current-post .post-content > *:nth-child(3) {
      transition-delay: 1.5s; }
  .featured-section .top-slider.style-slider-1 .slick-dots {
    position: absolute;
    right: 0;
    bottom: 60px;
    z-index: 9;
    width: 60px;
    height: auto;
    padding-bottom: 20px;
    margin: 0;
    text-align: center; }
    .featured-section .top-slider.style-slider-1 .slick-dots li {
      display: block;
      width: 60px; }
  .featured-section .top-slider.style-slider-2 {
    max-width: 1200px; }
    .remove-page-top-space .featured-section .top-slider.style-slider-2 {
      padding-top: 0; }
    .featured-section .top-slider.style-slider-2 .post {
      height: 500px; }
      .featured-section .top-slider.style-slider-2 .post .post-content {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9; }
        .featured-section .top-slider.style-slider-2 .post .post-content > * {
          max-width: 700px;
          margin-left: 0;
          opacity: 0;
          -webkit-transform: translateX(-20px);
          -ms-transform: translateX(-20px);
          transform: translateX(-20px);
          transition: transform 1s ease-out 0.5s, opacity 1s ease-out 0.5s; }
    .featured-section .top-slider.style-slider-2 .current-post .post-content > * {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
      .featured-section .top-slider.style-slider-2 .current-post .post-content > *:nth-child(2) {
        transition-delay: 1s; }
      .featured-section .top-slider.style-slider-2 .current-post .post-content > *:nth-child(3) {
        transition-delay: 1.5s; }
  .featured-section .top-slider.style-slider-3 .post .post-bg a.post-link {
    height: calc(100% + 40px);
    transition: transform 4s ease-out 0.5s; }
  .featured-section .top-slider.style-slider-3 .post .post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding-bottom: 90px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .featured-section .top-slider.style-slider-3 .post .post-content > * {
      transition: opacity 1s ease-out 0.5s;
      opacity: 0; }
  .featured-section .top-slider.style-slider-3 .current-post .post-bg a.post-link {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition-delay: 0s; }
  .featured-section .top-slider.style-slider-3 .current-post .post-content > * {
    opacity: 1; }
    .featured-section .top-slider.style-slider-3 .current-post .post-content > *:nth-child(2) {
      transition-delay: 1s; }
    .featured-section .top-slider.style-slider-3 .current-post .post-content > *:nth-child(3) {
      transition-delay: 1.5s; }
  .featured-section .top-slider.style-slider-3 .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 22px;
    z-index: 9;
    width: auto;
    height: 40px;
    margin: 0;
    text-align: center; }
    .featured-section .top-slider.style-slider-3 .slick-dots li {
      width: 32px;
      height: 40px;
      line-height: 40px; }
      .featured-section .top-slider.style-slider-3 .slick-dots li:before {
        border-bottom: 2px solid transparent; }
      .featured-section .top-slider.style-slider-3 .slick-dots li.slick-active:before {
        display: block;
        border-bottom-color: currentColor; }
        .primary-color-enabled .featured-section .top-slider.style-slider-3 .slick-dots li.slick-active:before {
          border-bottom-color: var(--primary-color); }
.featured-section .top-blocks {
  position: relative; }
  .featured-section .top-blocks .post-title {
    font-size: 24px;
    font-size: 1.5rem; }
    .featured-section .top-blocks .post-title + .cat-links {
      margin-top: 10px; }
  .featured-section .top-blocks.style-blocks-1 {
    max-width: 1200px;
    padding: 30px; }
    .remove-page-top-space .featured-section .top-blocks.style-blocks-1 {
      padding-top: 0; }
    .featured-section .top-blocks.style-blocks-1 .post-title {
      font-size: 21px;
      font-size: 1.3125rem; }
      .featured-section .top-blocks.style-blocks-1 .post-title + .cat-links {
        margin-top: 5px; }
    .featured-section .top-blocks.style-blocks-1 .post {
      margin-top: 50px; }
      .featured-section .top-blocks.style-blocks-1 .post:first-child {
        margin-top: 0; }
      .featured-section .top-blocks.style-blocks-1 .post .post-bg {
        position: relative;
        height: 0;
        padding-top: 66%; }
      .featured-section .top-blocks.style-blocks-1 .post.without-featured-img .post-bg:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: currentColor;
        opacity: 0.1;
        content: ""; }
      .featured-section .top-blocks.style-blocks-1 .post .post-content {
        padding: 20px 0 0; }
        .featured-section .top-blocks.style-blocks-1 .post .post-content .cat-links a {
          opacity: 0.6; }
          .no-touch .featured-section .top-blocks.style-blocks-1 .post .post-content .cat-links a:hover {
            opacity: 1; }
  .featured-section .top-blocks.style-blocks-2 .post {
    min-height: 400px; }
    .featured-section .top-blocks.style-blocks-2 .post .post-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .featured-section .top-blocks.style-blocks-2 .post .post-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding: 30px 30px 40px;
      color: #fff;
      text-align: center; }
      .featured-section .top-blocks.style-blocks-2 .post .post-content:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: #000;
        content: "";
        pointer-events: none;
        opacity: 0.35;
        transition: opacity 0.4s ease-out;
        will-change: opacity; }
      .featured-section .top-blocks.style-blocks-2 .post .post-content > * {
        position: relative;
        z-index: 9; }
    .featured-section .top-blocks.style-blocks-2 .post.without-featured-img .post-bg:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.35;
      content: ""; }
    .featured-section .top-blocks.style-blocks-2 .post.without-featured-img .post-content > * {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .featured-section .top-blocks.style-blocks-3 {
    height: calc(100vh - 80px);
    min-height: 560px; }
    .site-header.transparent ~ .site-content .featured-section .top-blocks.style-blocks-3 {
      height: 100vh; }
      .site-header.transparent ~ .site-content .featured-section .top-blocks.style-blocks-3 .blocks-wrapper {
        margin-top: 15px; }
    .featured-section .top-blocks.style-blocks-3:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      content: "";
      background: #000;
      opacity: 0.3;
      pointer-events: none; }
    .featured-section .top-blocks.style-blocks-3 .blocks-3-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .featured-section .top-blocks.style-blocks-3 .blocks-3-bg .post-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        overflow: hidden;
        transition: opacity 1s ease-out; }
        .featured-section .top-blocks.style-blocks-3 .blocks-3-bg .post-bg.active {
          opacity: 1; }
    .featured-section .top-blocks.style-blocks-3 .blocks-wrapper {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      z-index: 9;
      width: 260px;
      margin-top: -15px; }
      .featured-section .top-blocks.style-blocks-3 .blocks-wrapper .post {
        color: #fff;
        counter-increment: step-counter;
        opacity: 0.7;
        transition: opacity 0.4s ease-out, transform 0.4s ease-out; }
        .featured-section .top-blocks.style-blocks-3 .blocks-wrapper .post .post-title {
          font-size: 21px;
          font-size: 1.3125rem; }
        .featured-section .top-blocks.style-blocks-3 .blocks-wrapper .post:before {
          position: absolute;
          top: 18px;
          left: -30px;
          width: 50px;
          content: counter(step-counter,decimal-leading-zero);
          font-size: 30px;
          font-size: 1.875rem;
          font-weight: 800;
          opacity: 0.5; }
        .featured-section .top-blocks.style-blocks-3 .blocks-wrapper .post:after {
          position: absolute;
          bottom: 0;
          left: 30px;
          display: block;
          width: 240px;
          height: 1px;
          background: currentColor;
          content: "";
          opacity: 0.7; }
        .featured-section .top-blocks.style-blocks-3 .blocks-wrapper .post:hover {
          opacity: 1; }
          @media screen and (min-width: 600px) {
            .featured-section .top-blocks.style-blocks-3 .blocks-wrapper .post:hover {
              -webkit-transform: translateX(-20px);
              -ms-transform: translateX(-20px);
              transform: translateX(-20px); } }
.featured-section .custom-content {
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 600px;
  overflow: hidden; }
  .featured-section .custom-content .section-bg,
  .featured-section .custom-content .section-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .featured-section .custom-content .section-bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .featured-section .custom-content .container {
    width: 100%; }
    .featured-section .custom-content .container .content.align-left {
      margin-left: 0;
      text-align: left; }
    .featured-section .custom-content .container .content.align-right {
      margin-right: 0;
      text-align: right; }
    .featured-section .custom-content .container .content > * {
      margin-bottom: 30px; }
      .featured-section .custom-content .container .content > *:first-child {
        margin-top: 30px; }
  .featured-section .custom-content.height-auto {
    min-height: 0; }
    .featured-section .custom-content.height-auto .container .content > * {
      margin-bottom: 0; }
      .featured-section .custom-content.height-auto .container .content > *:first-child {
        margin-top: 0; }

/* Home Widgets
   ========================================================================== */
.home-widget {
  padding: 50px 0;
  background: var(--bg-color);
  color: var(--text-color); }
  .home-widget.fullwidth .container {
    max-width: 100%;
    padding: 0 !important; }
    .home-widget.fullwidth .container .section-header {
      max-width: calc(100% - 80px); }
  .home-widget.default-color {
    background: none; }
  .site-content[class*="with-sidebar-"] .home-widget:not(.default-color) {
    margin-top: 30px; }
  .site-content[class*="with-sidebar-"] .home-widget:first-child {
    margin-top: 50px; }
  .site-content[class*="with-sidebar-"] .home-widget.default-color {
    margin-top: 0; }
    .site-content[class*="with-sidebar-"] .home-widget.default-color .container {
      padding: 0; }
    .site-content[class*="with-sidebar-"] .home-widget.default-color + .home-widget:not(.default-color) {
      margin-top: 0; }
  .home-widget.signup-form .widget.widget_mc4wp_form_widget {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5; }
    .home-widget.signup-form .widget.widget_mc4wp_form_widget form .fields-container {
      margin-top: 20px; }
    .home-widget.signup-form .widget.widget_mc4wp_form_widget > * {
      margin-left: 0; }
  .home-widget.signup-form.align-center .section-content {
    text-align: center; }
    .home-widget.signup-form.align-center .section-content .widget.widget_mc4wp_form_widget > * {
      margin-left: auto; }
    .home-widget.signup-form.align-center .section-content h5.widget-title,
    .home-widget.signup-form.align-center .section-content p {
      text-align: center; }
  .home-widget.signup-form .widget-title {
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2; }
  .light-color #page .home-widget.signup-form.default-color form input[type="submit"]:not(:hover), #page .home-widget.signup-form.light-color form input[type="submit"]:not(:hover) {
    background: #131313;
    color: #fff; }
  .dark-color #page .home-widget.signup-form.default-color form input[type="submit"]:not(:hover), #page .home-widget.signup-form.dark-color form input[type="submit"]:not(:hover) {
    background: #fff;
    color: #212121; }
  .home-widget.fallsky-bannr .container {
    overflow: hidden; }
  .home-widget.fallsky-bannr .section-content {
    text-align: center;
    font-size: 0; }
    .home-widget.fallsky-bannr .section-content a {
      display: inline-block;
      max-width: 100%; }
    .home-widget.fallsky-bannr .section-content img {
      display: block;
      width: auto; }
  .home-widget.call-to-action.align-center .section-content {
    text-align: center; }
  .home-widget.call-to-action.align-left .section-content {
    text-align: left; }
  .home-widget.call-to-action.align-right .section-content {
    text-align: right; }
  .home-widget.call-to-action figure.cta-img {
    margin-bottom: 30px; }
  .home-widget.call-to-action.column-1 figure.cta-img {
    width: 100%; }
  .home-widget.call-to-action.column-1.reverse figure.cta-img {
    order: 3;
    margin-top: 30px;
    margin-bottom: 0; }
  .home-widget.custom-content {
    position: relative; }
    .home-widget.custom-content .bg-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .home-widget.custom-content > .container {
      z-index: 3; }
  @media screen and (min-width: 600px) {
    .home-widget .widget.fallsky-widget_cat {
      margin: 0 -5px; }
      .home-widget .widget.fallsky-widget_cat .cat {
        padding: 0 5px;
        margin-bottom: 10px; }
        .home-widget .widget.fallsky-widget_cat .cat:nth-child(2n+1) {
          margin-right: 0; }
      .home-widget .widget.fallsky-widget_cat.column-2 .cat {
        width: 50%; }
      .home-widget .widget.fallsky-widget_cat.column-3 .cat {
        width: 33.33%; }
      .home-widget .widget.fallsky-widget_cat.column-4 .cat {
        width: 25%; }
      .home-widget .widget.fallsky-widget_cat.column-5 .cat {
        width: 20%; } }
  @media screen and (min-width: 768px) {
    .home-widget .widget.fallsky-widget_cat.style-circle {
      margin: 0 -15px; }
      .home-widget .widget.fallsky-widget_cat.style-circle .cat {
        padding: 0 15px;
        margin-bottom: 30px; }
    .home-widget .widget.fallsky-widget_cat.column-2 .cat a span.category-name, .home-widget .widget.fallsky-widget_cat.column-3 .cat a span.category-name {
      font-size: 18px;
      font-size: 1.125rem; }
    .home-widget .widget.fallsky-widget_cat.column-2 .cat a span.counts, .home-widget .widget.fallsky-widget_cat.column-3 .cat a span.counts {
      font-size: 12px;
      font-size: 0.75rem; }
    .home-widget .widget.fallsky-widget_cat.column-2.style-rectangle .cat a span.category-name, .home-widget .widget.fallsky-widget_cat.column-3.style-rectangle .cat a span.category-name {
      padding: 20px; }
    .home-widget .widget.fallsky-widget_cat.column-2.style-rectangle .cat a span.counts, .home-widget .widget.fallsky-widget_cat.column-3.style-rectangle .cat a span.counts {
      margin-top: 14px;
      margin-left: -14px; } }

/* Posts
   ========================================================================== */
.cat-links {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1; }
  .cat-links a {
    position: relative;
    display: inline-block;
    margin-bottom: 3px;
    color: currentColor;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    opacity: 0.6; }
    .primary-color-enabled .cat-links a {
      color: currentColor; }
    .cat-links a:before {
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      transform-origin: 100% 50%;
      width: calc(100% - 1px);
      height: 2px;
      background: currentColor;
      content: "";
      transition: transform 0.4s; }
      .primary-color-enabled .cat-links a:before {
        background: var(--primary-color); }
    .no-touch .cat-links a:hover {
      opacity: 1; }
      .no-touch .cat-links a:hover:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        transform-origin: 0% 50%; }

.post-meta {
  font-size: 0; }
  .posts .post .post-meta {
    opacity: 0.6; }
  .post-meta .meta-item {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize; }
    .no-touch .post-meta .meta-item > a:hover {
      opacity: 0.7; }
    .post-meta .meta-item:after {
      position: absolute;
      top: 9px;
      right: 9px;
      display: inline-block;
      width: 3px;
      height: 3px;
      background: currentColor;
      border-radius: 50%;
      -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
      transform: scale(0.85);
      box-sizing: border-box;
      line-height: inherit;
      content: ""; }
    .post-meta .meta-item:last-child {
      padding-right: 0; }
      .post-meta .meta-item:last-child:after {
        display: none; }
    .post-meta .meta-item a {
      color: inherit; }

/**
 * Posts Archive General Styles
 */
.posts + .posts {
  margin-top: 50px; }
.posts .post {
  position: relative;
  margin-top: 50px;
  overflow: hidden; }
  .posts .post:first-child {
    margin-top: 0; }
  .posts .post a {
    color: inherit; }
  .posts .post .post-title {
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.125rem; }
    .posts .post .post-title:last-child {
      margin-bottom: 0; }
  .posts .post .post-excerpt {
    font-size: 14px;
    font-size: 0.875rem; }
    .posts .post .post-excerpt p {
      margin-bottom: 15px;
      font: inherit; }
      .posts .post .post-excerpt p:last-child {
        margin-bottom: 0; }
    .posts .post .post-excerpt > *:last-child {
      margin-bottom: 0; }
  .posts .post .featured-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px; }
    .posts .post .featured-img a,
    .posts .post .featured-img img {
      display: block; }
    .posts .post .featured-img img {
      width: 100%; }
  .no-touch .posts .post:hover .featured-img a {
    filter: brightness(80%); }
  .posts .post .featured-img-container, .posts .post.format-gallery .featured-img .image-gallery .gallery-item div {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 70%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .posts .post.format-gallery .featured-img:after, .posts .post.format-video .featured-img:after, .posts .post.format-audio .featured-img:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9; }
  .no-touch .posts .post.format-gallery .featured-img:hover:after, .no-touch .posts .post.format-video .featured-img:hover:after, .no-touch .posts .post.format-audio .featured-img:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8); }
  .posts .post.format-gallery .featured-img:after {
    display: block;
    border: 2px solid;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    text-align: center;
    pointer-events: none;
    will-change: transform;
    transition: transform 0.4s;
    box-sizing: border-box;
    content: "\e005";
    width: 60px;
    height: 60px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 56px; }
  .posts .post.format-video .featured-img:after {
    display: block;
    border: 2px solid;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    text-align: center;
    pointer-events: none;
    will-change: transform;
    transition: transform 0.4s;
    box-sizing: border-box;
    content: "\45";
    width: 60px;
    height: 60px;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 56px; }
  .posts .post.format-audio .featured-img:after {
    display: block;
    border: 2px solid;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    text-align: center;
    pointer-events: none;
    will-change: transform;
    transition: transform 0.4s;
    box-sizing: border-box;
    content: "\e08e";
    width: 60px;
    height: 60px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 56px; }
  .posts .post .post-content .post-header,
  .posts .post .post-content .post-excerpt {
    margin-bottom: 15px; }
  .posts .post .post-content .more-btn {
    margin-top: 20px; }
  .posts .post .post-content > *:last-child {
    margin-bottom: 0; }
  .posts .post .more-btn .read-more-btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: 34px;
    padding: 0 20px;
    border-radius: 2px;
    background: var(--btn-bg-color);
    color: var(--btn-text-color);
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 34px;
    will-change: opacity; }
    .no-touch .posts .post .more-btn .read-more-btn:hover {
      opacity: 0.7; }
  .posts .post.sticky .sticky-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 50px;
    height: 50px;
    color: #fff;
    overflow: hidden;
    pointer-events: none; }
    .posts .post.sticky .sticky-icon:after {
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      font-family: 'ElegantIcons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 50px;
      text-align: center;
      content: "\e01e";
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
.no-touch .primary-color-enabled .posts:not(.layout-overlay) .post .post-title a:hover {
  color: var(--primary-color); }

.posts.layout-masonry .post .post-content {
  padding: 30px; }
  .posts.layout-masonry .post .post-content .post-excerpt {
    opacity: 0.75;
    transition: opacity 0.4s; }
  .posts.layout-masonry .post .post-content .post-header:last-child .cat-links {
    margin-bottom: -10px; }
.no-touch .posts.layout-masonry .post:hover .post-content .post-excerpt {
  opacity: 1; }
.posts.layout-masonry .post .featured-img + .post-content {
  padding-top: 0; }
.posts.layout-masonry .post.format-gallery .featured-img .image-gallery .gallery-item div {
  padding-top: 135%; }
.light-color .posts.layout-masonry .post, .home-widget.light-color .posts.layout-masonry .post {
  background: #fff; }
.dark-color .posts.layout-masonry .post, .home-widget.dark-color .posts.layout-masonry .post {
  background: #000; }
.posts.layout-masonry.text-centered .post {
  text-align: center; }

.posts.layout-grid .post .post-header + .post-meta {
  margin-top: -10px; }
.posts.layout-grid.img-square .post .featured-img-container, .posts.layout-grid.img-square .post.format-gallery .featured-img .image-gallery .gallery-item div {
  padding-top: 100%; }
.posts.layout-grid.img-portrait .post .featured-img-container, .posts.layout-grid.img-portrait .post.format-gallery .featured-img .image-gallery .gallery-item div {
  padding-top: 150%; }
.posts.layout-grid.text-centered .post {
  text-align: center; }

.posts.layout-card .post {
  border-color: transparent;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  color: inherit;
  transition: 0.4s; }
  .site-content:not([class*="with-sidebar-"]) .posts.layout-card .post {
    max-width: 800px; }
  .posts.layout-card .post .featured-img {
    margin-bottom: 0; }
  .posts.layout-card .post .post-content {
    padding: 20px;
    text-align: center; }
    .posts.layout-card .post .post-content:first-child {
      padding-top: 30px; }
    .posts.layout-card .post .post-content .more-btn {
      margin-bottom: 10px; }
    .posts.layout-card .post .post-content .post-excerpt:last-child {
      margin-bottom: 5px; }
.posts.layout-card.light-card .post {
  background: #fff;
  color: #212121; }
  .posts.layout-card.light-card .post .more-btn .read-more-btn {
    background: #000;
    color: #fff; }
.posts.layout-card.dark-card .post {
  background: #000;
  color: #fff; }
  .posts.layout-card.dark-card .post .more-btn .read-more-btn {
    background: #fff;
    color: #000; }
.posts.layout-card.column-1 .post.format-gallery .slider-arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 80px; }
  .posts.layout-card.column-1 .post.format-gallery .slider-arrows .slick-arrow {
    position: absolute;
    width: 30px;
    height: 80px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    line-height: 80px;
    text-align: center; }
    .posts.layout-card.column-1 .post.format-gallery .slider-arrows .slick-arrow:before {
      font-size: 21px;
      font-size: 1.3125rem; }
    .posts.layout-card.column-1 .post.format-gallery .slider-arrows .slick-arrow.slick-prev {
      left: 0;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
    .posts.layout-card.column-1 .post.format-gallery .slider-arrows .slick-arrow.slick-next {
      right: 0;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%); }
  .touch .posts.layout-card.column-1 .post.format-gallery .slider-arrows.display-on-mobile .slick-arrow.slick-prev, .touch .posts.layout-card.column-1 .post.format-gallery .slider-arrows.display-on-mobile .slick-arrow.slick-next {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
.posts.layout-card.column-1 .post.format-gallery .featured-img:hover .slick-arrow.slick-prev, .posts.layout-card.column-1 .post.format-gallery .featured-img:hover .slick-arrow.slick-next {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.home-widget.fullwidth .posts.layout-list.column-1 .post {
  padding-right: 20px;
  padding-left: 20px; }

.posts.layout-overlay .post {
  height: 300px;
  overflow: hidden; }
  .posts.layout-overlay .post .featured-img-container {
    height: 100%;
    padding-top: 0; }
  .posts.layout-overlay .post.format-gallery .featured-img .image-gallery .gallery-item div {
    height: 300px;
    padding-top: 0; }
  .posts.layout-overlay .post.format-gallery .featured-img:after, .posts.layout-overlay .post.format-video .featured-img:after, .posts.layout-overlay .post.format-audio .featured-img:after {
    display: none; }
  .posts.layout-overlay .post.format-gallery .post-content:after, .posts.layout-overlay .post.format-video .post-content:after, .posts.layout-overlay .post.format-audio .post-content:after {
    position: relative;
    margin-top: 20px; }
  .posts.layout-overlay .post.format-gallery .post-content:after {
    display: block;
    border: 2px solid;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    text-align: center;
    pointer-events: none;
    will-change: transform;
    transition: transform 0.4s;
    box-sizing: border-box;
    content: "\e005";
    width: 60px;
    height: 60px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 56px; }
  .posts.layout-overlay .post.format-video .post-content:after {
    display: block;
    border: 2px solid;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    text-align: center;
    pointer-events: none;
    will-change: transform;
    transition: transform 0.4s;
    box-sizing: border-box;
    content: "\45";
    width: 60px;
    height: 60px;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 56px; }
  .posts.layout-overlay .post.format-audio .post-content:after {
    display: block;
    border: 2px solid;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    text-align: center;
    pointer-events: none;
    will-change: transform;
    transition: transform 0.4s;
    box-sizing: border-box;
    content: "\e08e";
    width: 60px;
    height: 60px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 56px; }
  .no-touch .posts.layout-overlay .post:hover .featured-img a {
    filter: brightness(50%); }
.posts.layout-overlay .featured-img,
.posts.layout-overlay .featured-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin-bottom: 0; }
.posts.layout-overlay .post-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  padding: 30px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  pointer-events: none; }
  .posts.layout-overlay .post-content .post-header {
    max-width: 100%; }
  .posts.layout-overlay .post-content .post-title {
    margin-bottom: 0; }
    .posts.layout-overlay .post-content .post-title + .cat-links {
      margin-top: 15px; }
  .posts.layout-overlay .post-content .cat-links a,
  .posts.layout-overlay .post-content .post-meta {
    opacity: 1; }
  .posts.layout-overlay .post-content a {
    pointer-events: auto; }

.posts:not(.layout-overlay) .post.sticky:not(.has-post-thumbnail) .sticky-icon {
  position: relative;
  color: inherit; }
.posts.layout-zigzag .post.sticky:not(.has-post-thumbnail) .sticky-icon, .posts.layout-list .post.sticky:not(.has-post-thumbnail) .sticky-icon, .posts.layout-grid .post.sticky:not(.has-post-thumbnail) .sticky-icon {
  margin-left: 0; }
  .posts.layout-zigzag .post.sticky:not(.has-post-thumbnail) .sticky-icon:after, .posts.layout-list .post.sticky:not(.has-post-thumbnail) .sticky-icon:after, .posts.layout-grid .post.sticky:not(.has-post-thumbnail) .sticky-icon:after {
    text-align: left; }
.posts.layout-card .post.sticky:not(.has-post-thumbnail) .sticky-icon {
  margin: 15px auto -30px; }
.posts.layout-masonry .post.sticky:not(.has-post-thumbnail) .sticky-icon {
  margin: 15px auto 0 10px; }
  .posts.layout-masonry .post.sticky:not(.has-post-thumbnail) .sticky-icon + .post-content {
    padding-top: 0; }
.posts.layout-masonry.text-centered .post.sticky:not(.has-post-thumbnail) .sticky-icon {
  margin-left: auto; }

/* Post Navigation
   ========================================================================== */
.pagination {
  width: 100%;
  margin: 50px 0 10px;
  text-align: center;
  clear: both; }
  .pagination a.load-more-btn {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 50px;
    color: inherit;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 34px;
    text-transform: uppercase; }
  .pagination .pagination-container {
    display: inline-block;
    width: auto;
    padding: 0;
    border: none; }
    .pagination .pagination-container.loading {
      pointer-events: none; }
      .pagination .pagination-container.loading a.load-more-btn {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px); }
        .pagination .pagination-container.loading a.load-more-btn:after {
          position: absolute;
          top: 5px;
          right: 18px;
          display: block;
          width: 34px;
          height: 34px;
          font-family: 'ElegantIcons';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          content: "\e02d";
          font-size: 15px;
          font-size: 0.9375rem;
          line-height: 34px;
          -webkit-animation: loadingSpin 1s infinite linear;
          animation: loadingSpin 1s infinite linear; }
    .pagination .pagination-container.load-more {
      position: relative;
      border-radius: 4px;
      transition: background 0.4s; }
      .pagination .pagination-container.load-more:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid;
        border-radius: 4px;
        box-sizing: border-box;
        opacity: 0.1;
        content: "";
        will-change: opacity; }
      .pagination .pagination-container.load-more span.load-more-btn {
        display: block;
        padding: 5px 50px;
        color: inherit;
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: 600;
        letter-spacing: 0.2em;
        line-height: 34px;
        text-transform: uppercase; }
      .no-touch .pagination .pagination-container.load-more:hover {
        background: currentColor; }
      .no-touch .light-color .pagination .pagination-container.load-more:hover a.load-more-btn, .no-touch .home-widget.light-color .pagination .pagination-container.load-more:hover a.load-more-btn {
        color: #fff; }
      .no-touch .dark-color .pagination .pagination-container.load-more:hover a.load-more-btn, .no-touch .home-widget.dark-color .pagination .pagination-container.load-more:hover a.load-more-btn {
        color: #000; }
  .pagination .page-numbers {
    display: inline-block;
    padding: 5px 7px;
    margin: 0;
    color: inherit;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 34px;
    text-transform: uppercase; }
    .pagination .page-numbers.prev {
      width: auto;
      margin-right: 10px; }
      .pagination .page-numbers.prev span {
        margin-right: 7px; }
    .pagination .page-numbers.next {
      width: auto;
      margin-left: 10px; }
      .pagination .page-numbers.next span {
        margin-left: 7px; }
    .pagination .page-numbers.link {
      width: auto;
      padding: 5px 20px;
      font-size: 11px;
      font-size: 0.6875rem;
      letter-spacing: 0.1em;
      text-transform: uppercase; }
      .pagination .page-numbers.link.prev {
        margin-right: 10px; }
        .pagination .page-numbers.link.prev span {
          margin-right: 12px; }
      .pagination .page-numbers.link.next {
        margin-left: 10px; }
        .pagination .page-numbers.link.next span {
          margin-left: 12px; }
    .pagination .page-numbers.current {
      position: relative; }
      .pagination .page-numbers.current:after {
        position: absolute;
        bottom: 10px;
        left: 20%;
        display: block;
        width: 50%;
        height: 2px;
        background: currentColor;
        content: ""; }
        .primary-color-enabled .pagination .page-numbers.current:after {
          background: var(--primary-color); }
  .pagination span.page-numbers {
    pointer-events: none; }
    .pagination span.page-numbers.prev, .pagination span.page-numbers.next {
      opacity: 0.5; }
  .no-touch .pagination a.page-numbers:hover {
    opacity: 0.5; }

/* Site Footer
   ========================================================================== */
.site-footer {
  position: relative;
  z-index: 99; }
  .site-footer .footer-bottom {
    padding: 50px 0; }
    .site-footer .footer-bottom a {
      opacity: 0.5; }
      .no-touch .site-footer .footer-bottom a:hover {
        color: inherit;
        opacity: 1; }
  .site-footer .container > *:nth-child(2) {
    margin-top: 20px; }
  .site-footer.light-color {
    background: #fff;
    color: #212121; }
    .site-footer.light-color .footer-bottom {
      background: #f7f7f7; }
  .site-footer.dark-color {
    background: #131313;
    color: #fff; }
    .site-footer.dark-color .footer-bottom {
      background: #000; }

/* Advertisement Areas
   ========================================================================== */
.sitetop-ad {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center; }
  .sitetop-ad > a > img,
  .sitetop-ad > img {
    display: block; }
  @media screen and (min-width: 601px) {
    .sitetop-ad {
      position: fixed; } }
  @media screen and (max-width: 782px) and (min-width: 601px) {
    .logged-in.admin-bar .sitetop-ad {
      top: 46px; } }
  @media screen and (min-width: 783px) {
    .logged-in.admin-bar .sitetop-ad {
      top: 32px; } }

@media screen and (min-width: 600px) {
  .slick-dots li {
    font-size: 16px;
    font-size: 1rem; }

  .featured-section .top-slider.style-slider-1 .post .post-content {
    padding: 30px 100px; }
  .featured-section .top-slider.style-slider-3 .post .post-content {
    padding: 40px 40px 100px; }
  .featured-section .top-slider.style-slider-3 .slick-dots {
    bottom: 40px;
    left: 30px; }
    .featured-section .top-slider.style-slider-3 .slick-dots li {
      width: 40px; }
  .featured-section .top-blocks.style-blocks-1 .blocks-wrapper {
    margin: 0 -20px; }
  .featured-section .top-blocks.style-blocks-1 .post {
    float: left;
    width: 45%;
    padding: 0 20px;
    margin-top: 0; }
    .featured-section .top-blocks.style-blocks-1 .post:first-child {
      width: 55%; }
      .featured-section .top-blocks.style-blocks-1 .post:first-child .post-bg {
        padding-top: 120%; }
    .featured-section .top-blocks.style-blocks-1 .post:nth-child(2) {
      margin-bottom: 50px; }
    .featured-section .top-blocks.style-blocks-1 .post .post-title {
      font-size: 24px;
      font-size: 1.5rem; }

  .pagination .pagination-container:not(.load-more) {
    padding: 0 20px; }
  .pagination .page-numbers.prev {
    margin-right: 30px; }
  .pagination .page-numbers.next {
    margin-left: 30px; }

  .posts.layout-list.column-2 .posts-wrapper {
    margin-right: -20px;
    margin-left: -20px; }
    .home-widget.fullwidth .posts.layout-list.column-2 .posts-wrapper {
      margin-right: 20px;
      margin-left: 20px; }
  .posts.layout-list.column-2 .post {
    float: left;
    width: calc(50% - 40px);
    margin-right: 20px;
    margin-left: 20px;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start; }
    #page .posts.layout-list.column-2 .post .post-title {
      font-size: 18px;
      font-size: 1.125rem; }
    .posts.layout-list.column-2 .post:nth-child(2n+1) {
      clear: left; }
    .posts.layout-list.column-2 .post:nth-child(2) {
      margin-top: 0; } }
@media screen and (min-width: 768px) {
  .featured-section .top-slider .post .post-title {
    font-size: 36px;
    font-size: 2.25rem; }
  .logged-in.admin-bar .featured-section .top-slider.style-slider-1 .post, .logged-in.admin-bar .featured-section .top-slider.style-slider-3 .post {
    height: calc(100vh - 112px); }
  .logged-in.admin-bar .site-header.transparent ~ .site-content .featured-section .top-slider.style-slider-1 .post, .logged-in.admin-bar .site-header.transparent ~ .site-content .featured-section .top-slider.style-slider-3 .post {
    height: calc(100vh - 32px); }
  .featured-section .top-slider.style-slider-2 {
    padding: 30px 30px 0;
    margin-bottom: 30px; }
    .site-content[class*="with-sidebar-"] .featured-section .top-slider.style-slider-2 {
      margin-bottom: 0; }
    .featured-section .top-slider.style-slider-2 .post .post-content {
      padding: 30px 100px; }
    .featured-section .top-slider.style-slider-2 .slider-arrows {
      right: 30px; }
  .featured-section .top-blocks.style-blocks-2 .post {
    float: left;
    width: 33.333333%;
    height: calc(100vh - 80px); }
    .site-header.transparent ~ .site-content .featured-section .top-blocks.style-blocks-2 .post {
      height: 100vh; }
    .logged-in.admin-bar .featured-section .top-blocks.style-blocks-2 .post {
      height: calc(100vh - 112px); }
    .logged-in.admin-bar .site-header.transparent ~ .site-content .featured-section .top-blocks.style-blocks-2 .post {
      height: calc(100vh - 32px); }
  .logged-in.admin-bar .featured-section .top-blocks.style-blocks-3 {
    height: calc(100vh - 112px); }
  .logged-in.admin-bar .site-header.transparent ~ .site-content .featured-section .top-blocks.style-blocks-3 {
    height: calc(100vh - 32px); }
  .featured-section .top-blocks.style-blocks-3 .blocks-wrapper {
    width: 300px; }

  .home-widget.call-to-action .section-content {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .home-widget.call-to-action.column-2 figure.cta-img {
    width: 60%;
    margin-bottom: 0; }
  .home-widget.call-to-action.column-2 .cta-text {
    width: 40%;
    padding-left: 30px; }
  .home-widget.call-to-action.column-2.reverse .section-content {
    flex-direction: row-reverse; }
  .home-widget.call-to-action.column-2.reverse .cta-text {
    padding-right: 30px;
    padding-left: 0; }

  .posts .post {
    width: 100%; }
    .posts .post .post-title {
      font-size: 21px;
      font-size: 1.3125rem; }
  .posts.layout-card.column-1 .post .post-title, .posts.layout-overlay.column-1 .post .post-title {
    font-size: 30px;
    font-size: 1.875rem; }
  .posts.layout-masonry .posts-wrapper {
    margin-right: -20px;
    margin-left: -20px; }
    .home-widget.fullwidth .posts.layout-masonry .posts-wrapper {
      margin-right: 20px;
      margin-left: 20px; }
  .posts.layout-masonry .masonry-column {
    float: left;
    padding-right: 20px;
    padding-left: 20px; }
  .posts.layout-masonry.column-2 .masonry-column {
    width: 50%; }
  .posts.layout-masonry.column-3 .masonry-column {
    width: 33.333333%; }
  .posts.layout-grid .posts-wrapper, .posts.layout-card .posts-wrapper {
    margin-right: -20px;
    margin-left: -20px; }
    .home-widget.fullwidth .posts.layout-grid .posts-wrapper, .home-widget.fullwidth .posts.layout-card .posts-wrapper {
      margin-right: 20px;
      margin-left: 20px; }
  .posts.layout-grid .post, .posts.layout-card .post {
    margin-right: 20px;
    margin-left: 20px; }
  .posts.layout-grid.column-2 .post, .posts.layout-card.column-2 .post {
    width: calc(50% - 40px); }
    .posts.layout-grid.column-2 .post:nth-child(-n+2), .posts.layout-card.column-2 .post:nth-child(-n+2) {
      margin-top: 0; }
  .posts.layout-grid.column-3 .post, .posts.layout-card.column-3 .post {
    width: calc(33.333333% - 40px); }
    .posts.layout-grid.column-3 .post:nth-child(-n+3), .posts.layout-card.column-3 .post:nth-child(-n+3) {
      margin-top: 0; }
  .posts.layout-grid.column-4 .post, .posts.layout-card.column-4 .post {
    width: calc(25% - 40px); }
    .posts.layout-grid.column-4 .post:nth-child(-n+4), .posts.layout-card.column-4 .post:nth-child(-n+4) {
      margin-top: 0; }
    .posts.layout-grid.column-4 .post .post-title, .posts.layout-card.column-4 .post .post-title {
      font-size: 16px;
      font-size: 1rem; }
  .posts.layout-card.column-1 .posts-wrapper {
    margin-right: 0;
    margin-left: 0; }
  .posts.layout-card.column-1 .post {
    margin-right: auto;
    margin-left: auto; }
    .posts.layout-card.column-1 .post .post-content {
      padding: 30px 50px 40px; }
      .posts.layout-card.column-1 .post .post-content:first-child {
        padding-top: 40px; }
      .posts.layout-card.column-1 .post .post-content .more-btn {
        margin-bottom: 0; }
    .posts.layout-card.column-1 .post .post-excerpt {
      font-size: 16px;
      font-size: 1rem; }
  .posts.layout-card:not(.column-1) .posts-wrapper {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch; }
  .posts.layout-card.column-4 .post .post-content {
    padding: 15px; }
  .posts.layout-grid .post {
    float: left; }
  .posts.layout-grid.column-2 .post:nth-child(2n+1), .posts.layout-grid.column-3 .post:nth-child(3n+1), .posts.layout-grid.column-4 .post:nth-child(4n+1) {
    clear: left; }
  .posts.layout-list .post, .posts.layout-zigzag .post {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .posts.layout-list .post .post-content, .posts.layout-zigzag .post .post-content {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center; }
      .posts.layout-list .post .post-content > *, .posts.layout-zigzag .post .post-content > * {
        width: 100%; }
    .posts.layout-list .post:not(.has-post-thumbnail) .post-content, .posts.layout-zigzag .post:not(.has-post-thumbnail) .post-content {
      width: 100%; }
  .posts.layout-list .featured-img, .posts.layout-zigzag .featured-img {
    margin-bottom: 0; }
  .posts.layout-list .featured-img {
    width: calc(50% - 30px);
    margin-right: 30px; }
  .posts.layout-list .featured-img + .post-content {
    width: 50%; }
  .posts.layout-list.column-2 .post .featured-img {
    width: calc(50% - 20px);
    margin-right: 20px; }
  .posts.layout-zigzag .featured-img {
    width: 60%;
    margin-right: 0;
    transition: 0.4s; }
  .posts.layout-zigzag .post-content {
    position: relative;
    z-index: 9; }
  .posts.layout-zigzag .featured-img + .post-content {
    width: 40%; }
  .posts.layout-zigzag .post {
    overflow: visible; }
    .posts.layout-zigzag .post:not(:first-child) {
      margin-top: 80px; }
    .posts.layout-zigzag .post:nth-child(2n+1) .featured-img + .post-content {
      padding-left: 35px; }
      .home-widget.fullwidth .posts.layout-zigzag .post:nth-child(2n+1) .featured-img + .post-content {
        padding-right: 35px; }
    .posts.layout-zigzag .post:nth-child(2n) {
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .posts.layout-zigzag .post:nth-child(2n).sticky.has-post-thumbnail .sticky-icon {
        left: 40%; }
      .posts.layout-zigzag .post:nth-child(2n) .featured-img + .post-content {
        padding-right: 35px;
        text-align: right; }
        .home-widget.fullwidth .posts.layout-zigzag .post:nth-child(2n) .featured-img + .post-content {
          padding-left: 35px; }
  .posts.layout-overlay .posts-wrapper {
    margin: 0 -5px; }
  .posts.layout-overlay .post {
    float: left;
    width: calc(100% - 10px);
    margin: 5px; }
    .posts.layout-overlay .post, .posts.layout-overlay .post.format-gallery .featured-img .image-gallery .gallery-item div {
      height: 360px; }
  .posts.layout-overlay.column-2 .post {
    width: calc(50% - 10px); }
    .posts.layout-overlay.column-2 .post .post-title {
      font-size: 24px;
      font-size: 1.5rem; }
  .posts.layout-overlay.column-3 .post {
    width: calc(33.333333% - 10px); }
  .posts.layout-overlay.column-4 .post {
    width: calc(25% - 10px); }
    .posts.layout-overlay.column-4 .post .post-title {
      font-size: 18px;
      font-size: 1.125rem; }
  .posts.layout-overlay.column-4 .post-content {
    padding: 20px; }
    .posts.layout-overlay.column-4 .post-content:after {
      display: none; }
  .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+1), .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+6) {
    width: calc(50% - 10px); }
    .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+1) .post-title, .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+6) .post-title {
      font-size: 24px;
      font-size: 1.5rem; }
  .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+2), .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+3), .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+4), .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+5) {
    width: calc(25% - 10px); }
    .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+2) .post-title, .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+3) .post-title, .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+4) .post-title, .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+5) .post-title {
      font-size: 18px;
      font-size: 1.125rem; }
    .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+2) .post-content:after, .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+3) .post-content:after, .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+4) .post-content:after, .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+5) .post-content:after {
      display: none; }
  .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+1), .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+8) {
    width: calc(50% - 10px); }
    .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+1) .post-title, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+8) .post-title {
      font-size: 24px;
      font-size: 1.5rem; }
  .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+2), .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+3), .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+4), .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+5), .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+6), .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+7), .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+9), .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+10) {
    width: calc(25% - 10px);
    height: 175px; }
    .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+2) .post-content, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+3) .post-content, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+4) .post-content, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+5) .post-content, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+6) .post-content, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+7) .post-content, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+9) .post-content, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+10) .post-content {
      padding: 20px; }
      .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+2) .post-content .post-title, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+3) .post-content .post-title, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+4) .post-content .post-title, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+5) .post-content .post-title, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+6) .post-content .post-title, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+7) .post-content .post-title, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+9) .post-content .post-title, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+10) .post-content .post-title {
        font-size: 18px;
        font-size: 1.125rem; }
      .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+2) .post-content:after, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+3) .post-content:after, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+4) .post-content:after, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+5) .post-content:after, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+6) .post-content:after, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+7) .post-content:after, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+9) .post-content:after, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+10) .post-content:after {
        display: none; }
    .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+2).format-gallery .featured-img .image-gallery .gallery-item div, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+3).format-gallery .featured-img .image-gallery .gallery-item div, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+4).format-gallery .featured-img .image-gallery .gallery-item div, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+5).format-gallery .featured-img .image-gallery .gallery-item div, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+6).format-gallery .featured-img .image-gallery .gallery-item div, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+7).format-gallery .featured-img .image-gallery .gallery-item div, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+9).format-gallery .featured-img .image-gallery .gallery-item div, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+10).format-gallery .featured-img .image-gallery .gallery-item div {
      height: 175px; }
  .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+8) {
    float: right; }
  .posts.layout-overlay.column-2-3-mix .post:nth-child(5n+1), .posts.layout-overlay.column-2-3-mix .post:nth-child(5n+2) {
    width: calc(50% - 10px); }
    .posts.layout-overlay.column-2-3-mix .post:nth-child(5n+1) .post-title, .posts.layout-overlay.column-2-3-mix .post:nth-child(5n+2) .post-title {
      font-size: 24px;
      font-size: 1.5rem; }
  .posts.layout-overlay.column-2-3-mix .post:nth-child(5n+3), .posts.layout-overlay.column-2-3-mix .post:nth-child(5n+4), .posts.layout-overlay.column-2-3-mix .post:nth-child(5n+5) {
    width: calc(33.333333% - 10px); }
  .posts.layout-overlay.column-1-2-2-mix .post .post-title {
    font-size: 24px;
    font-size: 1.5rem; }
  .posts.layout-overlay.column-1-2-2-mix .post:first-child {
    margin-top: 0; }
  .posts.layout-overlay.column-1-2-2-mix .post:nth-child(5n+2), .posts.layout-overlay.column-1-2-2-mix .post:nth-child(5n+5) {
    width: calc(60% - 10px); }
  .posts.layout-overlay.column-1-2-2-mix .post:nth-child(5n+3), .posts.layout-overlay.column-1-2-2-mix .post:nth-child(5n+4) {
    width: calc(40% - 10px); }
  .posts.layout-overlay.column-1-2-2-mix .post:nth-child(5n+1) .post-title {
    font-size: 30px;
    font-size: 1.875rem; }

  .authors-list.layout-grid:not(.cols-1) {
    margin-left: -35px; }
    .authors-list.layout-grid:not(.cols-1) .authors-list-item {
      float: left;
      margin-left: 35px; }
  .authors-list.layout-grid.cols-2 .authors-list-item {
    width: calc(50% - 35px); }
    .authors-list.layout-grid.cols-2 .authors-list-item:nth-child(2n+1) {
      clear: both; }
    .authors-list.layout-grid.cols-2 .authors-list-item:nth-child(-n+2) {
      margin-top: 0; }
  .authors-list.layout-grid.cols-3 .authors-list-item {
    width: calc(33.333333% - 35px); }
    .authors-list.layout-grid.cols-3 .authors-list-item:nth-child(3n+1) {
      clear: both; }
    .authors-list.layout-grid.cols-3 .authors-list-item:nth-child(-n+3) {
      margin-top: 0; }
  .authors-list.layout-grid.cols-4 .authors-list-item {
    width: calc(25% - 40px); }
    .authors-list.layout-grid.cols-4 .authors-list-item:nth-child(4n+1) {
      clear: both; }
    .authors-list.layout-grid.cols-4 .authors-list-item:nth-child(-n+4) {
      margin-top: 0; }
  .authors-list.layout-grid .author-info {
    padding: 0 20px; }

  .site-footer .footer-bottom.column-2 .container > *:nth-child(2) {
    margin-top: 0; }
  .site-footer .footer-bottom.column-2 .container > *:first-child {
    float: right;
    width: 50%;
    text-align: right; }
  .site-footer .footer-bottom.column-2 .container > *:last-child {
    float: left;
    width: 50%;
    text-align: left; }
  .site-footer .footer-bottom.column-2 .container > *:only-child {
    float: none;
    width: 100%; }
  .site-footer .footer-bottom.column-2 .container .widget {
    margin-top: 0; } }
@media screen and (min-width: 1025px) {
  .featured-section .top-slider .post .post-title {
    font-size: 44px;
    font-size: 2.75rem; }
  .featured-section .top-slider.style-slider-1 .post .post-content > * {
    max-width: 800px; }
  .featured-section .top-slider.style-slider-3 .post .post-content {
    padding: 60px 60px 120px; }
    .featured-section .top-slider.style-slider-3 .post .post-content > * {
      max-width: 60%;
      margin-left: 0; }
  .featured-section .top-slider.style-slider-3 .slick-dots {
    bottom: 55px;
    left: 50px; }
  .featured-section .top-blocks.style-blocks-1 .post:first-child .post-title {
    font-size: 28px;
    font-size: 1.75rem; }
  .no-touch .featured-section .top-blocks.style-blocks-2 .post .post-content > * {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: transform 0.4s ease-out, opacity 0.4s ease-out; }
    .no-touch .featured-section .top-blocks.style-blocks-2 .post .post-content > *:nth-child(2) {
      transition-delay: 0s; }
  .no-touch .featured-section .top-blocks.style-blocks-2 .post:not(:hover) .post-content:before {
    opacity: 0; }
  .no-touch .featured-section .top-blocks.style-blocks-2 .post:hover .post-content > * {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .no-touch .featured-section .top-blocks.style-blocks-2 .post:hover .post-content > *:nth-child(2) {
      transition-delay: 0.15s; }

  .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay .post, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay .post.format-gallery .featured-img .image-gallery .gallery-item div {
    height: 480px; }
  .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1 .post .post-content {
    padding-right: 80px;
    padding-left: 80px; }
  .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1 .post .post-title {
    font-size: 44px;
    font-size: 2.75rem; }
  .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-2 .post .post-title {
    font-size: 32px;
    font-size: 2rem; }
  .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-2-mix .post .post-title {
    font-size: 24px;
    font-size: 1.5rem; }
  .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+1) .post-title, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+6) .post-title {
    font-size: 32px;
    font-size: 2rem; }
  .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+1) .post-title, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+8) .post-title {
    font-size: 32px;
    font-size: 2rem; }
  .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+2), .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+3), .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+4), .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+5), .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+6), .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+7), .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+9), .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+10) {
    height: 235px; }
    .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+2).format-gallery .featured-img .image-gallery .gallery-item div, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+3).format-gallery .featured-img .image-gallery .gallery-item div, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+4).format-gallery .featured-img .image-gallery .gallery-item div, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+5).format-gallery .featured-img .image-gallery .gallery-item div, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+6).format-gallery .featured-img .image-gallery .gallery-item div, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+7).format-gallery .featured-img .image-gallery .gallery-item div, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+9).format-gallery .featured-img .image-gallery .gallery-item div, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+10).format-gallery .featured-img .image-gallery .gallery-item div {
      height: 235px; }
  .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-2-3-mix .post .post-title {
    font-size: 24px;
    font-size: 1.5rem; }
  .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-2-3-mix .post:nth-child(5n+1) .post-title, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-2-3-mix .post:nth-child(5n+2) .post-title {
    font-size: 32px;
    font-size: 2rem; }
  .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-2-2-mix .post .post-title {
    font-size: 32px;
    font-size: 2rem; }
  .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-2-2-mix .post:nth-child(5n+1) .post-content {
    padding-right: 80px;
    padding-left: 80px; }
  .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-2-2-mix .post:nth-child(5n+1) .post-title {
    font-size: 44px;
    font-size: 2.75rem; }

  .home-widget.fallsky-bannr.large-banner-special .section-content {
    height: 400px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .home-widget.fallsky-bannr.large-banner-special .section-content a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block; }
    .home-widget.fallsky-bannr.large-banner-special .section-content img {
      opacity: 0;
      visibility: hidden; }

  .home-widget.hide-on-desktop {
    display: none; } }
@media screen and (min-width: 1120px) {
  .site-content[class*="with-sidebar-"] #primary {
    float: left;
    width: calc(100% - 360px); }
  .site-content[class*="with-sidebar-"] #secondary {
    float: left;
    width: 300px; }
    body.home.front-page .site-content[class*="with-sidebar-"] #secondary {
      margin-top: 70px; }
  .site-content[class*="with-sidebar-"] .home-widget:first-child {
    margin-top: 70px; }
  .site-content[class*="with-sidebar-"] .home-widget:first-child.default-color {
    margin-top: 20px; }
  .site-content.with-sidebar-left #primary {
    float: right; }
  .site-content.with-sidebar-right #secondary {
    float: right; }
  .site-content:not([class*="with-sidebar-"]) .posts.layout-zigzag .post .post-title, .site-content:not([class*="with-sidebar-"]) .posts.layout-list.column-1 .post .post-title {
    font-size: 32px;
    font-size: 2rem; }
  .site-content:not([class*="with-sidebar-"]) .posts.layout-zigzag .post .post-excerpt, .site-content:not([class*="with-sidebar-"]) .posts.layout-list.column-1 .post .post-excerpt {
    font-size: 16px;
    font-size: 1rem; }
  .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-2 .post .post-content {
    padding-right: 50px;
    padding-left: 50px; }
  .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-3 .post .post-title {
    font-size: 24px;
    font-size: 1.5rem; }
  .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-2-3-mix .post:nth-child(5n+1) .post-content,
  .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-2-3-mix .post:nth-child(5n+2) .post-content {
    padding-right: 50px;
    padding-left: 50px; }
  .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+1) .post-content, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+8) .post-content {
    padding-right: 50px;
    padding-left: 50px; }
  .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-2-2-mix .post:not(:nth-child(5n+1)) .post-content {
    padding-right: 50px;
    padding-left: 50px; }
  .site-content:not([class*="with-sidebar-"]) .posts.layout-card.column-2 .post .post-content {
    padding: 30px 50px; }
  .site-content:not([class*="with-sidebar-"]) .posts.layout-grid.column-4 .post .post-title, .site-content:not([class*="with-sidebar-"]) .posts.layout-card.column-4 .post .post-title {
    font-size: 18px;
    font-size: 1.125rem; }

  .sidebar-sticky .sidebar-container {
    position: absolute;
    width: 300px; } }
@media screen and (min-width: 1200px) {
  .featured-section .top-slider.style-slider-2 {
    padding-top: 50px;
    margin-bottom: 50px; }
  .featured-section .top-slider.style-slider-3 .post .post-content {
    padding-left: calc(50vw - 570px); }
  .featured-section .top-slider.style-slider-3 .slick-dots {
    left: calc(50vw - 580px); }
  .featured-section .top-blocks.style-blocks-1 {
    padding-top: 50px; }
    .site-content:not([class*="with-sidebar-"]) .featured-section .top-blocks.style-blocks-1 {
      padding-bottom: 50px; }

  .site-header.site-header-layout-7.transparent ~ .site-content .featured-section .top-slider.style-slider-1 .post .post-content {
    padding-top: 140px; } }
@media screen and (min-width: 1440px) {
  .container,
  .featured-section .top-slider.style-slider-2,
  .featured-section .top-blocks.style-blocks-1 {
    max-width: 1500px; }

  .featured-section .top-slider.style-slider-3 .post .post-content {
    padding-left: calc(50vw - 720px); }
  .featured-section .top-slider.style-slider-3 .slick-dots {
    left: calc(50vw - 730px); }

  .home.front-page .site-content:not([class*="with-sidebar-"]) .section-header.align-center {
    margin-bottom: 50px; } }
@media screen and (min-width: 1120px) and (max-width: 1439px) {
  .wide-container .site-header-main .container,
  .wide-container .home-widget .container,
  .wide-container .site-footer .container, .wide-container.archive .main .container, .wide-container.page .main .container, .wide-container.single .main .container,
  .wide-container .post-nav .container {
    max-width: calc(100% - 20px); }
  .wide-container .home-widget.fullwidth .container {
    max-width: 100%; }
  .wide-container .featured-section .top-blocks.style-blocks-1,
  .wide-container .featured-section .top-slider.style-slider-2 {
    max-width: calc(100% - 20px); } }
@media screen and (max-width: 1119px) {
  .home.front-page .site-content[class*="with-sidebar-"] .main > .container {
    padding: 0; }
    .home.front-page .site-content[class*="with-sidebar-"] .main > .container .home-widget.default-color {
      padding-right: 30px;
      padding-left: 30px; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-widget.hide-on-tablet {
    display: none; } }
@media screen and (max-width: 767px) {
  .home-widget.fullwidth .posts.layout-grid .post .post-content, .home-widget.fullwidth .posts.layout-masonry .post .post-content, .home-widget.fullwidth .posts.layout-zigzag .post .post-content {
    padding-right: 30px;
    padding-left: 30px; }
  .home-widget.fullwidth .posts.layout-list.column-1 .post {
    padding-right: 30px;
    padding-left: 30px; }

  .home-widget.hide-on-mobile {
    display: none; }

  .posts.layout-overlay .post:not(:first-child) {
    margin-top: 10px; }

  .home-widget.call-to-action.column-1 .section-content {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
@media screen and (max-width: 660px) {
  .home.front-page .site-content[class*="with-sidebar-"] .sidebar {
    margin-right: 30px;
    margin-left: 30px; } }
@media screen and (max-width: 599px) {
  .home-widget.fullwidth .posts.layout-list.column-2 .post {
    padding-right: 30px;
    padding-left: 30px; } }
@media screen and (max-width: 400px) {
  .container,
  .posts.layout-masonry .post .post-content {
    padding-right: 20px;
    padding-left: 20px; } }
@media (orientation: portrait) {
  .featured-section .custom-content .section-bg embed,
  .featured-section .custom-content .section-bg iframe,
  .featured-section .custom-content .section-bg object,
  .featured-section .custom-content .section-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none; } }
/* ==========================================================================
   6.0 Single Page & Post, Archive Pages & 404 Page
   ========================================================================== */
/**
 * Remove Margin Bottom for Single Content Last Element
 */
article .post-entry > *:last-child {
  margin-bottom: 0; }

.page .featured-media-section,
.archive .featured-media-section,
.single .featured-media-section {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .page .featured-media-section .header-img,
  .archive .featured-media-section .header-img,
  .single .featured-media-section .header-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
@media screen and (min-width: 600px) {
  .page #primary .widget.fallsky-widget_cat,
  .archive #primary .widget.fallsky-widget_cat,
  .single #primary .widget.fallsky-widget_cat {
    margin: 0 -5px; }
    .page #primary .widget.fallsky-widget_cat .cat,
    .archive #primary .widget.fallsky-widget_cat .cat,
    .single #primary .widget.fallsky-widget_cat .cat {
      padding: 0 5px;
      margin-bottom: 10px; }
      .page #primary .widget.fallsky-widget_cat .cat:nth-child(2n+1),
      .archive #primary .widget.fallsky-widget_cat .cat:nth-child(2n+1),
      .single #primary .widget.fallsky-widget_cat .cat:nth-child(2n+1) {
        margin-right: 0; }
    .page #primary .widget.fallsky-widget_cat.column-2 .cat,
    .archive #primary .widget.fallsky-widget_cat.column-2 .cat,
    .single #primary .widget.fallsky-widget_cat.column-2 .cat {
      width: 50%; }
    .page #primary .widget.fallsky-widget_cat.column-3 .cat,
    .archive #primary .widget.fallsky-widget_cat.column-3 .cat,
    .single #primary .widget.fallsky-widget_cat.column-3 .cat {
      width: 33.33%; }
    .page #primary .widget.fallsky-widget_cat.column-4 .cat,
    .archive #primary .widget.fallsky-widget_cat.column-4 .cat,
    .single #primary .widget.fallsky-widget_cat.column-4 .cat {
      width: 25%; }
    .page #primary .widget.fallsky-widget_cat.column-5 .cat,
    .archive #primary .widget.fallsky-widget_cat.column-5 .cat,
    .single #primary .widget.fallsky-widget_cat.column-5 .cat {
      width: 20%; } }
@media screen and (min-width: 768px) {
  .page #primary .widget.fallsky-widget_cat.style-circle,
  .archive #primary .widget.fallsky-widget_cat.style-circle,
  .single #primary .widget.fallsky-widget_cat.style-circle {
    margin: 0 -15px; }
    .page #primary .widget.fallsky-widget_cat.style-circle .cat,
    .archive #primary .widget.fallsky-widget_cat.style-circle .cat,
    .single #primary .widget.fallsky-widget_cat.style-circle .cat {
      padding: 0 15px;
      margin-bottom: 30px; }
  .page #primary .widget.fallsky-widget_cat.column-2 .cat a span.category-name, .page #primary .widget.fallsky-widget_cat.column-3 .cat a span.category-name,
  .archive #primary .widget.fallsky-widget_cat.column-2 .cat a span.category-name,
  .archive #primary .widget.fallsky-widget_cat.column-3 .cat a span.category-name,
  .single #primary .widget.fallsky-widget_cat.column-2 .cat a span.category-name,
  .single #primary .widget.fallsky-widget_cat.column-3 .cat a span.category-name {
    font-size: 18px;
    font-size: 1.125rem; }
  .page #primary .widget.fallsky-widget_cat.column-2 .cat a span.counts, .page #primary .widget.fallsky-widget_cat.column-3 .cat a span.counts,
  .archive #primary .widget.fallsky-widget_cat.column-2 .cat a span.counts,
  .archive #primary .widget.fallsky-widget_cat.column-3 .cat a span.counts,
  .single #primary .widget.fallsky-widget_cat.column-2 .cat a span.counts,
  .single #primary .widget.fallsky-widget_cat.column-3 .cat a span.counts {
    font-size: 12px;
    font-size: 0.75rem; }
  .page #primary .widget.fallsky-widget_cat.column-2.style-rectangle .cat a span.category-name, .page #primary .widget.fallsky-widget_cat.column-3.style-rectangle .cat a span.category-name,
  .archive #primary .widget.fallsky-widget_cat.column-2.style-rectangle .cat a span.category-name,
  .archive #primary .widget.fallsky-widget_cat.column-3.style-rectangle .cat a span.category-name,
  .single #primary .widget.fallsky-widget_cat.column-2.style-rectangle .cat a span.category-name,
  .single #primary .widget.fallsky-widget_cat.column-3.style-rectangle .cat a span.category-name {
    padding: 20px; }
  .page #primary .widget.fallsky-widget_cat.column-2.style-rectangle .cat a span.counts, .page #primary .widget.fallsky-widget_cat.column-3.style-rectangle .cat a span.counts,
  .archive #primary .widget.fallsky-widget_cat.column-2.style-rectangle .cat a span.counts,
  .archive #primary .widget.fallsky-widget_cat.column-3.style-rectangle .cat a span.counts,
  .single #primary .widget.fallsky-widget_cat.column-2.style-rectangle .cat a span.counts,
  .single #primary .widget.fallsky-widget_cat.column-3.style-rectangle .cat a span.counts {
    margin-top: 14px;
    margin-left: -14px; } }
.page .main,
.archive .main,
.single .main {
  margin-top: 50px; }

/**
 * Remove the Large Space Below Site Header
 */
.single.remove-page-top-space .main:first-child,
.archive.category.remove-page-top-space .main:first-child,
.archive.tag.remove-page-top-space .main:first-child {
  margin-top: 0; }

.single:not(.post-header-with-bg).remove-page-top-space .main:first-child,
.page:not(.page-header-with-bg).remove-page-top-space .main:first-child {
  margin-top: 20px; }

.single.remove-page-top-space.post-template-7 .site-content > .post-header {
  padding-top: 20px; }

.page .featured-media-section .image-caption,
.page .featured-media-section ~ .image-caption,
.single .featured-media-section .image-caption,
.single .featured-media-section ~ .image-caption {
  display: none; }
.page #primary .page-links,
.single #primary .page-links {
  width: 100%;
  margin-top: 60px;
  clear: both;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1; }
  .page #primary .page-links .page-links-title,
  .single #primary .page-links .page-links-title {
    margin-right: 5px; }
    .page #primary .page-links .page-links-title ~ span:not(.screen-reader-text),
    .page #primary .page-links .page-links-title ~ a,
    .single #primary .page-links .page-links-title ~ span:not(.screen-reader-text),
    .single #primary .page-links .page-links-title ~ a {
      display: inline-block;
      padding: 5px;
      margin-right: 5px; }
    .page #primary .page-links .page-links-title ~ span:not(.screen-reader-text),
    .single #primary .page-links .page-links-title ~ span:not(.screen-reader-text) {
      border-bottom: 1px solid; }
    .no-touch .page #primary .page-links .page-links-title ~ a:hover, .no-touch
    .single #primary .page-links .page-links-title ~ a:hover {
      opacity: 0.5; }

.page #primary > .page .meta-item.edit-link a:before,
.single #primary > .post .meta-item.edit-link a:before,
.attachment #primary .meta-item.edit-link a:before {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\6c";
  margin-right: 6px; }

.page #primary .page-links {
  margin-top: 0;
  padding-top: 30px; }
.page #primary .post-meta {
  margin-top: 60px; }

/* Single Page & Archive Page
   ========================================================================== */
.page .featured-media-section,
.archive .featured-media-section {
  height: 0;
  padding-top: 66%; }

.author-bio .author-bio-top .author-photo {
  margin-bottom: 10px; }
.author-bio .author-bio-top .author-name {
  font-weight: 600; }

.author-social ul.social-nav {
  margin: 10px 0 0; }
  .author-social ul.social-nav li a {
    color: inherit; }
    .author-social ul.social-nav li a:before {
      font-size: 12px;
      font-size: 0.75rem; }
    .no-touch .author-social ul.social-nav li a:hover {
      opacity: 0.5; }
    .no-touch .primary-color-enabled .author-social ul.social-nav li a:hover {
      color: var(--primary-color);
      opacity: 1; }

.page.page-header-layout-1 .page-title {
  margin-bottom: 50px; }
.page.page-header-layout-2 .page-header-text {
  z-index: 9;
  width: 100%;
  max-width: 860px;
  padding: 0 30px;
  text-align: center; }
.page.page-header-layout-2.page-header-with-bg .page-header {
  position: relative;
  height: 60vh;
  min-height: 420px;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .touch .page.page-header-layout-2.page-header-with-bg .page-header {
      height: 420px; } }
  .page.page-header-layout-2.page-header-with-bg .page-header .page-header-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff; }
  .page.page-header-layout-2.page-header-with-bg .page-header .page-title {
    font-size: 48px;
    font-size: 3rem; }
  .page.page-header-layout-2.page-header-with-bg .page-header .featured-media-section {
    height: 100%;
    padding-top: 0; }
    .page.page-header-layout-2.page-header-with-bg .page-header .featured-media-section:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      background: #000;
      content: "";
      opacity: 0.4; }
@media screen and (min-width: 768px) {
  .page.page-header-layout-2.page-header-with-bg .page-header .page-title {
    font-size: 60px;
    font-size: 3.75rem; } }
@media screen and (min-width: 1120px) {
  .page.page-header-layout-2.page-header-with-bg.has-secondary-menu .page-header {
    min-height: 480px; }
  .page.page-header-layout-2.page-header-with-bg.has-secondary-menu .site-header.transparent + .site-content .page-header .page-header-text {
    padding-top: 80px; }
  .page.page-header-layout-2.page-header-with-bg .page-header .page-title {
    font-size: 80px;
    font-size: 5rem; } }
.page.page-header-layout-2:not(.page-header-with-bg) .page-header {
  margin-top: 50px; }
.page.page-header-layout-2:not(.page-header-with-bg).remove-page-top-space .page-header {
  margin-top: 20px; }

.archive .page-header-text {
  z-index: 9;
  width: 100%;
  max-width: 860px;
  padding: 0 30px;
  text-align: center; }
.archive.page-header-with-bg .page-header {
  position: relative;
  height: 60vh;
  min-height: 420px;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .touch .archive.page-header-with-bg .page-header {
      height: 420px; } }
  .archive.page-header-with-bg .page-header .page-header-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff; }
  .archive.page-header-with-bg .page-header .page-title {
    font-size: 48px;
    font-size: 3rem; }
  .archive.page-header-with-bg .page-header .featured-media-section {
    height: 100%;
    padding-top: 0; }
    .archive.page-header-with-bg .page-header .featured-media-section:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      background: #000;
      content: "";
      opacity: 0.4; }
@media screen and (min-width: 768px) {
  .archive.page-header-with-bg .page-header .page-title {
    font-size: 60px;
    font-size: 3.75rem; } }
@media screen and (min-width: 1120px) {
  .archive.page-header-with-bg.has-secondary-menu .page-header {
    min-height: 480px; }
  .archive.page-header-with-bg.has-secondary-menu .site-header.transparent + .site-content .page-header .page-header-text {
    padding-top: 80px; }
  .archive.page-header-with-bg .page-header .page-title {
    font-size: 80px;
    font-size: 5rem; } }
.archive:not(.page-header-with-bg) .page-header {
  margin-top: 50px; }
.archive:not(.page-header-with-bg).remove-page-top-space .page-header {
  margin-top: 20px; }
.archive .page-header .category-description,
.archive .page-header .tag-description,
.archive .page-header .author-bio-text {
  max-width: 640px;
  margin-top: 15px; }
  .archive .page-header .category-description p,
  .archive .page-header .tag-description p,
  .archive .page-header .author-bio-text p {
    margin-bottom: 15px; }
    .archive .page-header .category-description p:last-child,
    .archive .page-header .tag-description p:last-child,
    .archive .page-header .author-bio-text p:last-child {
      margin-bottom: 0; }
.archive .page-header .category-description p,
.archive .page-header .tag-description p {
  line-height: 1.5; }
.archive .site-content[class*="with-sidebar-"] #primary .container {
  padding: 0; }
.archive .cat-filter {
  margin: 50px 0;
  text-align: center; }
  .archive .cat-filter ul {
    margin: 0;
    font-size: 0;
    list-style: none; }
    .archive .cat-filter ul li {
      display: inline-block;
      font-size: 16px;
      font-size: 1rem;
      text-transform: capitalize; }
      .archive .cat-filter ul li a {
        color: inherit;
        line-height: 2;
        opacity: 0.5; }
        .no-touch .archive .cat-filter ul li a:hover {
          opacity: 1; }
          .no-touch .archive .cat-filter ul li a:hover .category-name {
            border-bottom: 1px solid; }
        .archive .cat-filter ul li a .counts {
          display: inline-block;
          -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          transform: translateY(-10px);
          margin-right: -2px;
          font-size: 10px;
          font-size: 0.625rem; }
      .archive .cat-filter ul li:after {
        margin: 0 10px;
        content: "/";
        opacity: 0.5; }
      .archive .cat-filter ul li:last-child:after {
        display: none; }
  .archive .cat-filter ul li {
    font-size: 14px;
    font-size: 0.875rem; }
    .archive .cat-filter ul li.active a {
      opacity: 1; }
      .archive .cat-filter ul li.active a .category-name {
        border-bottom: 1px solid; }
.archive.author .page-header .author-bio {
  max-width: 1000px; }
  .archive.author .page-header .author-bio .author-bio-top .author-photo {
    margin-bottom: 20px; }
  .archive.author .page-header .author-bio .author-bio-top .page-title {
    font-family: inherit;
    font-size: 32px;
    font-size: 2rem; }
.archive.author .page-header:after {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  content: "";
  background: currentColor;
  opacity: 0.1; }

.page.page-header-layout-2.page-header-with-bg .site-header.site-header-layout-7.transparent ~ .site-content .page-header .page-header-text,
.archive.page-header-with-bg .site-header.site-header-layout-7.transparent ~ .site-content .page-header .page-header-text {
  padding-top: 80px; }

.page .site-content #primary > *:not(:last-child) {
  margin-bottom: 60px; }
.page .site-content #primary > article .fallsky-bannr {
  margin: 60px auto 0;
  text-align: center;
  clear: both; }
  .page .site-content #primary > article .fallsky-bannr:first-child {
    margin: 0 auto 50px; }
  .page .site-content #primary > article .fallsky-bannr:last-child {
    margin-bottom: 0; }
.page .site-content #primary > article .page-header + .fallsky-bannr {
  margin-bottom: 50px; }
.page .site-content:not([class*="with-sidebar-"]) #primary > * {
  max-width: 1000px; }

.page.hide-page-header .page-header,
.page.hide-page-header .site-content > .featured-media-section {
  display: none; }
.page.hide-page-header .main {
  margin-top: 0; }

.archive.category .subcat-posts {
  margin-top: 60px; }

/* Search Results
   ========================================================================== */
.search.search-results .page-header {
  padding: 50px 0;
  text-align: center; }

/* When no search results
   ========================================================================== */
.no-post-found .no-article {
  padding-top: 100px; }
  .no-post-found .no-article .post-title {
    margin-bottom: 30px; }
  .no-post-found .no-article .search form {
    margin-left: 0; }
    .no-post-found .no-article .search form input[type="search"] {
      font-size: 18px;
      font-size: 1.125rem; }
    .no-post-found .no-article .search form input {
      opacity: 1; }

/* Page 404
   ========================================================================== */
.error404 #primary .container {
  text-align: center; }
.error404 .page-404-page-header {
  position: relative;
  margin-top: 100px; }
  .error404 .page-404-page-header h1.page-title {
    font-size: 110px;
    font-size: 6.875rem;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0; }
  .error404 .page-404-page-header h2 {
    margin-bottom: 40px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1; }
.error404 .page-404-container {
  max-width: 600px;
  padding-bottom: 50px; }
  .error404 .page-404-container p {
    margin-bottom: 40px;
    color: var(--content-color); }
  .error404 .page-404-container .search form.search-form input[type="search"] {
    font-size: 18px;
    font-size: 1.125rem; }

/* Single Post
   ========================================================================== */
.single #primary {
  position: relative; }
  .single #primary > *:not(:last-child) {
    margin-bottom: 60px; }
  .single #primary > .post {
    position: relative; }
  .single #primary > .author-info-box .author-bio:not(:first-child) {
    margin-top: 50px; }
  .single #primary > .author-info-box .author-bio .author-bio-text > *:last-child {
    margin-bottom: 0; }
.single.single-format-gallery .featured-media-section .image-gallery .gallery-item div {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.single.single-format-gallery .featured-media-section .image-gallery,
.single.single-format-gallery .featured-media-section .slick-list,
.single.single-format-gallery .featured-media-section .slick-track {
  height: 100%; }
.single.single-format-gallery .featured-media-section .slider-arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 80px; }
  .single.single-format-gallery .featured-media-section .slider-arrows .slick-arrow {
    position: absolute;
    width: 30px;
    height: 80px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    line-height: 80px;
    text-align: center; }
    .single.single-format-gallery .featured-media-section .slider-arrows .slick-arrow:before {
      font-size: 21px;
      font-size: 1.3125rem; }
    .single.single-format-gallery .featured-media-section .slider-arrows .slick-arrow.slick-prev {
      left: 0;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
    .single.single-format-gallery .featured-media-section .slider-arrows .slick-arrow.slick-next {
      right: 0;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%); }
  .touch .single.single-format-gallery .featured-media-section .slider-arrows.display-on-mobile .slick-arrow.slick-prev, .touch .single.single-format-gallery .featured-media-section .slider-arrows.display-on-mobile .slick-arrow.slick-next {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
.single.single-format-gallery .featured-media-section:hover .slick-arrow.slick-prev, .single.single-format-gallery .featured-media-section:hover .slick-arrow.slick-next {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
.single.single-format-video .play-video-btn {
  width: 90px;
  height: 90px;
  cursor: pointer; }
  .single.single-format-video .play-video-btn:after {
    display: block;
    border: 2px solid;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    text-align: center;
    pointer-events: none;
    will-change: transform;
    transition: transform 0.4s;
    box-sizing: border-box;
    content: "\45";
    width: 90px;
    height: 90px;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 86px; }
  .no-touch .single.single-format-video .play-video-btn:hover:after {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
.single.single-format-video .featured-media-section .background-video-wrapper iframe,
.single.single-format-video .featured-media-section .background-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0; }
.single.single-format-video .featured-media-section .play-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9; }
.single.single-format-audio .play-audio-btn {
  width: 90px;
  height: 90px;
  cursor: pointer; }
  .single.single-format-audio .play-audio-btn:after {
    display: block;
    border: 2px solid;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    text-align: center;
    pointer-events: none;
    will-change: transform;
    transition: transform 0.4s;
    box-sizing: border-box;
    content: "\e08e";
    width: 90px;
    height: 90px;
    font-size: 32px;
    font-size: 2rem;
    line-height: 86px; }
  .single.single-format-audio .play-audio-btn.playing:after {
    content: "\60";
    font-size: 60px;
    font-size: 3.75rem; }
  .no-touch .single.single-format-audio .play-audio-btn:hover:after {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
.single.single-format-audio .featured-media-section .play-audio-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9; }
.single .post-header .post-header-text .post-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 1.5rem; }
.single .post-header .post-meta {
  display: flex;
  align-items: baseline;
  width: fit-content; }
  .single .post-header .post-meta .cat-links + .meta-item.read-time {
    padding-left: 20px; }
    .single .post-header .post-meta .cat-links + .meta-item.read-time:before {
      position: absolute;
      top: 9px;
      left: 9px;
      display: inline-block;
      width: 3px;
      height: 3px;
      background: currentColor;
      border-radius: 50%;
      -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
      transform: scale(0.85);
      box-sizing: border-box;
      line-height: inherit;
      content: ""; }
.single .main #primary > article .post-header {
  margin-bottom: 40px; }
.single.post-template-1 .post-header-text {
  z-index: 9;
  width: 100%;
  padding: 0 30px;
  text-align: center; }
.single.post-template-1.post-header-with-bg .site-content > .post-header {
  position: relative;
  height: 100vh;
  min-height: 420px; }
  @media screen and (max-width: 1024px) {
    .touch .single.post-template-1.post-header-with-bg .site-content > .post-header {
      height: 580px; } }
  .single.post-template-1.post-header-with-bg .site-content > .post-header .post-header-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff; }
  .single.post-template-1.post-header-with-bg .site-content > .post-header .post-title {
    margin-top: 25px;
    font-size: 36px;
    font-size: 2.25rem; }
  .single.post-template-1.post-header-with-bg .site-content > .post-header .cat-links a {
    opacity: 1; }
  .single.post-template-1.post-header-with-bg .site-content > .post-header .featured-media-section .header-img:after,
  .single.post-template-1.post-header-with-bg .site-content > .post-header .featured-media-section .image-gallery:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #000;
    content: "";
    opacity: 0.35; }
.single.post-template-1:not(.post-header-with-bg) .site-content > .post-header {
  padding: 50px 0 0 0; }
.single.post-template-1 .featured-media-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.single.post-template-2 .featured-media-section {
  height: calc(100vh + 30px); }
  @media screen and (orientation: portrait) {
    .single.post-template-2 .featured-media-section {
      height: 50vh; } }
  .single.post-template-2 .featured-media-section + .main #primary > article {
    z-index: 9;
    margin-top: -160px;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    background: var(--bg-color); }
.single.post-template-2.gallery-zoom .featured-media-section + .main #primary > article {
  z-index: 11; }
.single.post-template-2.single-format-video .featured-media-section .play-video-btn, .single.post-template-2.single-format-audio .featured-media-section .play-audio-btn {
  margin-top: -55px; }
.single.post-template-2 .main #primary > article > .post-header {
  padding: 0 30px;
  text-align: center; }
.single.post-template-3 .featured-media-section, .single.post-template-7 .featured-media-section {
  height: 66vw; }
.single.post-template-4:not(.single-format-gallery) .featured-media-section .header-img, .single.post-template-5:not(.single-format-gallery) .featured-media-section .header-img {
  position: relative; }
.single.post-template-4.single-format-gallery .featured-media-section, .single.post-template-5.single-format-gallery .featured-media-section {
  height: 0;
  padding-top: 60%; }
  .single.post-template-4.single-format-gallery .featured-media-section .image-gallery, .single.post-template-5.single-format-gallery .featured-media-section .image-gallery {
    position: absolute;
    top: 0;
    width: 100%; }
.single.post-template-4 .featured-media-section {
  margin-bottom: 30px; }
.single.post-template-5 .post-header-text, .single.post-template-7 .post-header-text {
  width: 100%;
  max-width: 700px;
  padding: 0 20px;
  text-align: center; }
.single.post-template-5 .featured-media-section, .single.post-template-7 .featured-media-section {
  margin-top: 40px; }
.single.post-template-6.post-header-with-bg .main #primary > article .post-header {
  position: relative; }
  .single.post-template-6.post-header-with-bg .main #primary > article .post-header .post-header-text {
    position: relative;
    z-index: 9;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
    min-height: 400px;
    padding: 100px 30% 25px 30px;
    color: #fff;
    pointer-events: none; }
    .single.post-template-6.post-header-with-bg .main #primary > article .post-header .post-header-text .cat-links a {
      opacity: 1; }
    .single.post-template-6.post-header-with-bg .main #primary > article .post-header .post-header-text > * {
      margin-left: 0;
      pointer-events: auto; }
  .single.post-template-6.post-header-with-bg .main #primary > article .post-header .featured-media-section .header-img:after,
  .single.post-template-6.post-header-with-bg .main #primary > article .post-header .featured-media-section .image-gallery:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #000;
    content: "";
    opacity: 0.35; }
.single.post-template-6.single-format-video .play-video-btn, .single.post-template-6.single-format-audio .play-audio-btn {
  width: 60px;
  height: 60px;
  margin-bottom: 15px; }
  .single.post-template-6.single-format-video .play-video-btn:after, .single.post-template-6.single-format-audio .play-audio-btn:after {
    width: 60px;
    height: 60px;
    border-color: #fff;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 56px;
    box-sizing: border-box; }
.single.post-template-6.single-format-audio .play-audio-btn:after {
  font-size: 20px;
  font-size: 1.25rem; }
.single.post-template-6 .featured-media-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0; }
.single.post-template-7 .site-content > .post-header {
  padding-top: 40px; }
.single.primary-color-enabled.post-header-with-bg.post-template-1 .site-content .post-header-text .cat-links, .single.primary-color-enabled.post-header-with-bg.post-template-6 .site-content .post-header-text .cat-links {
  color: #fff; }
.single #primary > * {
  max-width: 1000px; }
.single #primary > article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px; }
  .single #primary > article .fallsky-bannr,
  .single #primary > article .post-tag-cloud,
  .single #primary > article .post-meta {
    margin: 60px auto 0;
    clear: both; }
  .single #primary > article .post-tag-cloud + .post-meta {
    margin-top: 30px; }
  .single #primary > article footer.post-meta .meta-item {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 27px; }
    .single #primary > article footer.post-meta .meta-item:after {
      top: 12px; }
  .single #primary > article .fallsky-bannr {
    text-align: center; }
    .single #primary > article .fallsky-bannr:first-child {
      margin: 0 auto 50px; }
  .single #primary > article .post-header + .fallsky-bannr {
    margin-bottom: 50px; }
  .single #primary > article .post-tag-cloud {
    font-size: 0; }
    .single #primary > article .post-tag-cloud .tagcloud {
      position: relative;
      padding-left: 35px; }
      .single #primary > article .post-tag-cloud .tagcloud:before {
        position: absolute;
        top: 0;
        left: 0;
        font-family: 'ElegantIcons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 20px;
        content: "\e017"; }
      .single #primary > article .post-tag-cloud .tagcloud a {
        margin: 0 4px 4px 0;
        border-bottom: 2px solid transparent;
        color: inherit;
        font-weight: 500; }
        .single #primary > article .post-tag-cloud .tagcloud a:not(:last-child):after {
          content: ","; }
        .no-touch .single #primary > article .post-tag-cloud .tagcloud a:hover, .single #primary > article .post-tag-cloud .tagcloud a:focus {
          border-bottom-color: currentColor;
          text-decoration: none; }
  .single #primary > article .article-like-comment {
    margin-top: 30px; }
.single #primary .author-bio {
  text-align: center; }
  .single #primary .author-bio .author-name {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: inherit; }
    .single #primary .author-bio .author-name a {
      color: inherit; }
      .no-touch .single #primary .author-bio .author-name a:hover {
        opacity: 0.5; }
  .single #primary .author-bio .author-bio-text {
    margin-top: 20px;
    font-size: 14px;
    font-size: 0.875rem;
    color: var(--content-color); }
    .single #primary .author-bio .author-bio-text p:not(:last-child) {
      margin-bottom: 15px; }
.single #primary .signup-form {
  position: relative;
  padding: 60px 30px;
  background: rgba(10, 0, 0, 0.03);
  text-align: center; }
  .single #primary .signup-form .widget {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5; }
    .single #primary .signup-form .widget p {
      text-align: center; }
    .single #primary .signup-form .widget .widgettitle {
      margin-bottom: 10px;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.2; }
    .single #primary .signup-form .widget form input[type="submit"]:not(:hover) {
      background: #131313;
      color: #fff; }
    .single #primary .signup-form .widget.widget_mc4wp_form_widget form .fields-container {
      margin: 20px auto 0; }
  .single #primary .signup-form .button {
    display: block; }
.single.dark-color #primary > article {
  border-bottom-color: rgba(255, 255, 255, 0.1); }
.single.dark-color #primary .signup-form {
  background: rgba(255, 255, 255, 0.07); }
  .single.dark-color #primary .signup-form .widget form input[type="submit"]:not(:hover) {
    background: #fff;
    color: #212121; }
.no-touch .single.primary-color-enabled #primary > article .post-tag-cloud .tagcloud a:hover, .single.primary-color-enabled #primary > article .post-tag-cloud .tagcloud a:focus {
  border-bottom-color: var(--primary-color); }

.content-after-post .post-navigation .nav-links > * {
  position: relative;
  width: 100%;
  height: 200px;
  vertical-align: middle;
  overflow: hidden; }
.content-after-post .post-navigation a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 30px;
  background: #ddd;
  color: #fff;
  text-align: center; }
  .content-after-post .post-navigation a .post-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: transform 5s ease-out; }
  .no-touch .content-after-post .post-navigation a:hover .post-img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .content-after-post .post-navigation a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000;
    content: "";
    opacity: 0.35;
    transition: opacity 0.4s; }
  .content-after-post .post-navigation a span.meta-nav,
  .content-after-post .post-navigation a .post-title {
    position: relative;
    z-index: 9;
    color: #fff; }
  .content-after-post .post-navigation a:hover:after {
    opacity: 0.65; }
.content-after-post .post-navigation span.meta-nav {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400; }
.content-after-post .post-navigation .post-title {
  width: 100%;
  max-width: 100%;
  margin-top: 8px;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center; }
.content-after-post .post-navigation .nav-previous span.meta-nav:before {
  float: left;
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1rem;
  line-height: 23px;
  content: "\34";
  margin-right: 6px; }
.content-after-post .post-navigation .nav-next span.meta-nav:after {
  float: right;
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1rem;
  line-height: 23px;
  content: "\35";
  margin-left: 6px; }
.content-after-post .post-navigation .nav-previous + .nav-next a {
  background: #eee; }
.content-after-post .comments {
  padding: 60px 30px; }
  .content-after-post .comments > * {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto; }
.content-after-post .related-posts + .comments {
  padding-top: 0; }
  .content-after-post .related-posts + .comments > .comments-title:first-child {
    padding-top: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .dark-color .content-after-post .related-posts + .comments > .comments-title:first-child {
      border-top-color: rgba(255, 255, 255, 0.2); }

.related-posts {
  padding: 60px 0;
  text-align: center; }
  .related-posts .related-posts-title {
    text-align: center; }
  .related-posts .related-posts-container {
    max-width: 1200px;
    padding: 0 30px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center; }
    .related-posts .related-posts-container.column-3 .related-post {
      width: 100%; }
      .related-posts .related-posts-container.column-3 .related-post:not(:first-child) {
        padding-top: 30px; }
      .related-posts .related-posts-container.column-3 .related-post .featured-img {
        margin-bottom: 15px; }
    .related-posts .related-posts-container.column-6 {
      padding: 0 22px; }
      .related-posts .related-posts-container.column-6 .related-post {
        width: 50%;
        padding: 30px 8px 0; }
        .related-posts .related-posts-container.column-6 .related-post:nth-child(-n+2) {
          padding-top: 0; }
        @media screen and (max-width: 500px) {
          .related-posts .related-posts-container.column-6 .related-post {
            width: 100%; }
            .related-posts .related-posts-container.column-6 .related-post:nth-child(2) {
              padding-top: 30px; } }
  .related-posts .related-post {
    position: relative;
    margin: 0; }
    .related-posts .related-post .featured-img {
      margin-bottom: 12px; }
      .related-posts .related-post .featured-img a {
        display: block;
        width: 100%;
        height: 0;
        padding-top: 75%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        .related-posts .related-post .featured-img a img {
          display: none; }
    .no-touch .related-posts .related-post:hover .featured-img a {
      filter: brightness(80%); }
    .related-posts .related-post .post-content h4.post-title {
      font-size: 16px;
      font-size: 1rem;
      text-align: center; }
      .related-posts .related-post .post-content h4.post-title + .meta-item {
        margin-top: 5px; }
    .related-posts .related-post .post-content .meta-item {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 22px; }
      .related-posts .related-post .post-content .meta-item a {
        opacity: 0.6; }
    .related-posts .related-post a {
      color: inherit; }

.comments {
  text-align: center; }
  .comments .click-to-reply {
    display: block;
    width: 100%;
    padding: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    cursor: pointer; }
    .single.dark-color .comments .click-to-reply, .page.dark-color .comments .click-to-reply {
      border-top-color: rgba(255, 255, 255, 0.2);
      border-bottom-color: rgba(255, 255, 255, 0.2); }
    .comments .click-to-reply span {
      display: inline-block;
      border-bottom: 3px solid transparent;
      line-height: 30px;
      transition: 0.4s; }
    .no-touch .comments .click-to-reply:hover span {
      border-bottom-color: currentColor; }
    .no-touch .primary-color-enabled .comments .click-to-reply:hover span {
      border-bottom-color: var(--primary-color); }
    .comments .click-to-reply.clicked {
      display: none; }
      .comments .click-to-reply.clicked + #respond {
        display: block; }
  .comments .comment-list + .click-to-reply {
    margin-top: 60px; }
  .comments .comment-list + .click-to-reply.clicked {
    margin-top: 0; }
    .comments .comment-list + .click-to-reply.clicked + #respond {
      margin-top: 60px; }
  .comments #respond {
    display: none;
    text-align: left; }
    .comments #respond + .comments-title {
      margin-top: 60px; }
    .comments #respond .comment-notes {
      color: var(--content-color); }
    .comments #respond .comment-reply-title small {
      margin-left: 10px; }
  .comments ol.comment-list {
    margin: 0 auto;
    list-style: none;
    text-align: left; }
    .comments ol.comment-list ol.children {
      margin: 50px 0 0 30px; }
    .comments ol.comment-list li:not(.depth-1):last-of-type {
      padding-bottom: 0; }
    .comments ol.comment-list li.comment, .comments ol.comment-list li.pingback, .comments ol.comment-list li.trackback {
      position: relative;
      padding: 0 0 30px;
      overflow: hidden; }
    .comments ol.comment-list li.pingback .comment-body, .comments ol.comment-list li.trackback .comment-body {
      font-size: 14px;
      font-size: 0.875rem; }
      .comments ol.comment-list li.pingback .comment-body .edit-link, .comments ol.comment-list li.trackback .comment-body .edit-link {
        margin-left: 15px; }
    .comments ol.comment-list li:last-child {
      margin-bottom: 0 !important;
      padding-bottom: 0; }
    .comments ol.comment-list li.comment .comment-body {
      position: relative; }
      .comments ol.comment-list li.comment .comment-body .comment-meta {
        position: relative;
        padding-top: 15px;
        padding-left: 95px;
        height: 80px; }
      .comments ol.comment-list li.comment .comment-body + #respond {
        margin-top: 30px;
        padding: 30px;
        background: rgba(0, 0, 0, 0.02); }
        .single.dark-color .comments ol.comment-list li.comment .comment-body + #respond, .page.dark-color .comments ol.comment-list li.comment .comment-body + #respond {
          background: rgba(255, 255, 255, 0.02); }
    .comments ol.comment-list li .comment-author {
      font-size: 16px;
      font-size: 1rem; }
      .comments ol.comment-list li .comment-author.vcard img {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        border-radius: 50%; }
      .comments ol.comment-list li .comment-author a {
        color: inherit; }
        .no-touch .comments ol.comment-list li .comment-author a:hover {
          opacity: 0.5; }
    .comments ol.comment-list li .comment-metadata {
      font-size: 12px;
      font-size: 0.75rem; }
      .comments ol.comment-list li .comment-metadata > *:not(:last-child) {
        margin-right: 15px; }
      .primary-color-enabled .comments ol.comment-list li .comment-metadata {
        color: var(--primary-color); }
    .comments ol.comment-list li a.comment-edit-link {
      font-size: 12px;
      font-size: 0.75rem; }
      .comments ol.comment-list li a.comment-edit-link:before {
        font-family: 'ElegantIcons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-size: 12px;
        font-size: 0.75rem;
        content: "\6c";
        margin-right: 6px; }
    .comments ol.comment-list li .comment-content {
      margin: 15px 0;
      font-size: 14px;
      font-size: 0.875rem; }
      .comments ol.comment-list li .comment-content p {
        margin: 0 0 15px;
        font-size: 14px;
        font-size: 0.875rem;
        color: var(--content-color); }
        .comments ol.comment-list li .comment-content p:last-child {
          margin-bottom: 0; }
      .comments ol.comment-list li .comment-content li {
        padding-bottom: 0; }
      .comments ol.comment-list li .comment-content blockquote p {
        font-size: 16px;
        font-size: 1rem; }
    .comments ol.comment-list li.bypostauthor {
      display: block; }
    .comments ol.comment-list li a.comment-reply-link {
      color: inherit;
      font-size: 12px;
      font-size: 0.75rem;
      letter-spacing: 0.05em;
      font-weight: 600;
      opacity: 0.5; }
      .no-touch .comments ol.comment-list li a.comment-reply-link:hover {
        opacity: 1; }
      .no-touch .primary-color-enabled .comments ol.comment-list li a.comment-reply-link:hover {
        color: var(--primary-color); }
  .comments .navigation {
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .dark-color .comments .navigation {
      border-top-color: rgba(255, 255, 255, 0.1); }
    .comments .navigation .nav-links {
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: 600;
      line-height: 30px;
      text-transform: uppercase;
      letter-spacing: 0.1em; }
      .comments .navigation .nav-links a {
        display: block;
        color: inherit; }
        .no-touch .comments .navigation .nav-links a:hover {
          opacity: 0.5; }
      .comments .navigation .nav-links > * a:before {
        font-family: 'ElegantIcons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        line-height: 30px; }
      .comments .navigation .nav-links .nav-previous {
        float: left; }
        .comments .navigation .nav-links .nav-previous a:before {
          float: left;
          margin-right: 6px;
          content: "\34"; }
      .comments .navigation .nav-links .nav-next {
        float: right; }
        .comments .navigation .nav-links .nav-next a:before {
          float: right;
          margin-left: 6px;
          content: "\35"; }
  .comments .comment-respond form.comment-form {
    margin: 0 -15px;
    font-size: 13px;
    font-size: 0.8125rem; }
    .comments .comment-respond form.comment-form > * {
      padding: 0 15px; }
    .comments .comment-respond form.comment-form > p.comment-subscription-form {
      margin-top: 30px;
      margin-bottom: 0; }
      .comments .comment-respond form.comment-form > p.comment-subscription-form + p.comment-subscription-form {
        margin-top: 10px; }
    .comments .comment-respond form.comment-form label {
      display: block;
      margin-bottom: 0;
      line-height: 2; }
    .comments .comment-respond form.comment-form .comment-form-cookies-consent {
      clear: both; }
      .comments .comment-respond form.comment-form .comment-form-cookies-consent label {
        display: inline; }
    .comments .comment-respond form.comment-form textarea {
      height: 125px; }
    .comments .comment-respond form.comment-form p.form-submit {
      margin-bottom: 0; }
    .comments .comment-respond form.comment-form input[type="submit"] {
      margin: 0 0 10px; }
  .comments .comments-closed {
    margin-top: 30px;
    font-weight: 600;
    text-align: left;
    opacity: 0.5; }

.article-like-comment {
  display: flex;
  flex-direction: row-reverse;
  gap: 25px; }
  .article-like-comment > div {
    transition: opacity 0.4s; }
    .no-touch .article-like-comment > div:hover {
      opacity: 0.75; }
  .article-like-comment .article-comment a,
  .article-like-comment .article-like {
    display: flex;
    gap: 2px; }
  .article-like-comment a {
    color: currentColor; }
    .primary-color-enabled .article-like-comment a {
      color: currentColor; }
  .article-like-comment span[class*="icon_"] {
    font-size: 16px;
    font-size: 1rem; }
  .article-like-comment .article-comment span.icon_comment_alt {
    padding-top: 2px; }
  .article-like-comment span.counts {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    font-size: 9px;
    font-size: 0.5625rem;
    letter-spacing: 0.05em; }
  .article-like-comment .article-like {
    cursor: pointer; }
    .article-like-comment .article-like.liked .icon_heart_alt:before {
      content: "\e089"; }

.post-nav {
  display: none; }
  @media screen and (min-width: 601px) and (max-width: 782px) {
    .logged-in.admin-bar .post-nav {
      top: 46px; } }
  @media screen and (min-width: 783px) {
    .logged-in.admin-bar .post-nav {
      top: 32px; } }

.side-share-icons {
  position: fixed;
  z-index: 10;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s; }
  .side-share-icons.mobile-sticky {
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    text-align: center; }
    .dark-color .side-share-icons.mobile-sticky {
      background: #000;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      color: #fff; }
    .side-share-icons.mobile-sticky .share-title {
      padding: 0 15px 0 0;
      font-size: 12px;
      font-weight: 600; }
    .side-share-icons.mobile-sticky a {
      padding: 0 15px; }
  .side-share-icons.show {
    opacity: 1;
    visibility: visible; }
  .side-share-icons a {
    display: inline-block;
    height: 50px;
    padding: 0 15px;
    color: inherit;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 50px;
    text-align: center; }
    .primary-color-enabled .side-share-icons a {
      color: inherit; }
    .no-touch .side-share-icons a:hover {
      opacity: 0.5; }
  .side-share-icons a i.fa-whatsapp {
    font-size: 16px;
    font-size: 1rem;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px); }

/* Justified Gallery on Single Page/Post
   ========================================================================== */
article .post-entry .gallery-justified {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  clear: both; }

/* Gallery Slider on Single Page/Post
   ========================================================================== */
article .post-entry .gallery-slider,
.single .entry-content .gallery-slider {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 30px;
  clear: both; }
  article .post-entry .gallery-slider .image-gallery .gallery-item div,
  .single .entry-content .gallery-slider .image-gallery .gallery-item div {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  article .post-entry .gallery-slider .image-gallery,
  article .post-entry .gallery-slider .slick-list,
  article .post-entry .gallery-slider .slick-track,
  .single .entry-content .gallery-slider .image-gallery,
  .single .entry-content .gallery-slider .slick-list,
  .single .entry-content .gallery-slider .slick-track {
    height: 100%; }
  article .post-entry .gallery-slider .slider-arrows,
  .single .entry-content .gallery-slider .slider-arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 80px; }
    article .post-entry .gallery-slider .slider-arrows .slick-arrow,
    .single .entry-content .gallery-slider .slider-arrows .slick-arrow {
      position: absolute;
      width: 30px;
      height: 80px;
      background: rgba(0, 0, 0, 0.8);
      color: #fff;
      line-height: 80px;
      text-align: center; }
      article .post-entry .gallery-slider .slider-arrows .slick-arrow:before,
      .single .entry-content .gallery-slider .slider-arrows .slick-arrow:before {
        font-size: 21px;
        font-size: 1.3125rem; }
      article .post-entry .gallery-slider .slider-arrows .slick-arrow.slick-prev,
      .single .entry-content .gallery-slider .slider-arrows .slick-arrow.slick-prev {
        left: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
      article .post-entry .gallery-slider .slider-arrows .slick-arrow.slick-next,
      .single .entry-content .gallery-slider .slider-arrows .slick-arrow.slick-next {
        right: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%); }
    .touch article .post-entry .gallery-slider .slider-arrows.display-on-mobile .slick-arrow.slick-prev, .touch article .post-entry .gallery-slider .slider-arrows.display-on-mobile .slick-arrow.slick-next,
    .touch .single .entry-content .gallery-slider .slider-arrows.display-on-mobile .slick-arrow.slick-prev,
    .touch .single .entry-content .gallery-slider .slider-arrows.display-on-mobile .slick-arrow.slick-next {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  article .post-entry .gallery-slider:hover .slick-arrow.slick-prev, article .post-entry .gallery-slider:hover .slick-arrow.slick-next,
  .single .entry-content .gallery-slider:hover .slick-arrow.slick-prev,
  .single .entry-content .gallery-slider:hover .slick-arrow.slick-next {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  article .post-entry .gallery-slider.ratio-3-2,
  .single .entry-content .gallery-slider.ratio-3-2 {
    padding-top: 66.666666%; }
  article .post-entry .gallery-slider.ratio-4-5,
  .single .entry-content .gallery-slider.ratio-4-5 {
    padding-top: 125%; }
  article .post-entry .gallery-slider.ratio-1-1,
  .single .entry-content .gallery-slider.ratio-1-1 {
    padding-top: 100%; }
  article .post-entry .gallery-slider .image-gallery,
  .single .entry-content .gallery-slider .image-gallery {
    position: absolute;
    top: 0;
    width: 100%; }
  article .post-entry .gallery-slider .wp-caption-text,
  .single .entry-content .gallery-slider .wp-caption-text {
    display: none; }
  article .post-entry .gallery-slider .zoom,
  .single .entry-content .gallery-slider .zoom {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: none;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.4s; }
    article .post-entry .gallery-slider .zoom:after,
    .single .entry-content .gallery-slider .zoom:after {
      font-family: 'ElegantIcons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      content: "\30";
      font-size: 14px;
      font-size: 0.875rem;
      line-height: inherit; }
  article .post-entry .gallery-slider.fullscreen,
  .single .entry-content .gallery-slider.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    padding: 0;
    background: var(--bg-color); }
    article .post-entry .gallery-slider.fullscreen .image-gallery,
    .single .entry-content .gallery-slider.fullscreen .image-gallery {
      top: 60px; }
    article .post-entry .gallery-slider.fullscreen .gallery-item div,
    .single .entry-content .gallery-slider.fullscreen .gallery-item div {
      height: calc(100vh - 200px);
      padding: 0;
      background-size: contain; }
    article .post-entry .gallery-slider.fullscreen .wp-caption-text,
    .single .entry-content .gallery-slider.fullscreen .wp-caption-text {
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      z-index: 9;
      display: block;
      width: 100%;
      max-height: 50px;
      overflow: auto;
      padding: 10px 30px;
      text-align: center;
      opacity: 1; }
    article .post-entry .gallery-slider.fullscreen .slider-arrows,
    .single .entry-content .gallery-slider.fullscreen .slider-arrows {
      top: auto;
      left: 50%;
      bottom: 30px;
      width: 320px;
      height: 50px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      article .post-entry .gallery-slider.fullscreen .slider-arrows .slick-arrow,
      .single .entry-content .gallery-slider.fullscreen .slider-arrows .slick-arrow {
        background: none;
        height: 50px;
        line-height: 50px; }
        article .post-entry .gallery-slider.fullscreen .slider-arrows .slick-arrow.slick-prev, article .post-entry .gallery-slider.fullscreen .slider-arrows .slick-arrow.slick-next,
        .single .entry-content .gallery-slider.fullscreen .slider-arrows .slick-arrow.slick-prev,
        .single .entry-content .gallery-slider.fullscreen .slider-arrows .slick-arrow.slick-next {
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); }
        article .post-entry .gallery-slider.fullscreen .slider-arrows .slick-arrow:before,
        .single .entry-content .gallery-slider.fullscreen .slider-arrows .slick-arrow:before {
          font-size: 21px;
          font-size: 1.3125rem; }
    article .post-entry .gallery-slider.fullscreen .zoom,
    .single .entry-content .gallery-slider.fullscreen .zoom {
      right: auto;
      bottom: 30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      display: block;
      background: none;
      opacity: 1; }
      article .post-entry .gallery-slider.fullscreen .zoom:after,
      .single .entry-content .gallery-slider.fullscreen .zoom:after {
        content: "\4d";
        font-size: 21px;
        font-size: 1.3125rem; }

.light-color .post-entry .gallery-slider.fullscreen .slider-arrows .slick-arrow,
.light-color .post-entry .gallery-slider.fullscreen .zoom,
.light-color .entry-content .gallery-slider.fullscreen .slider-arrows .slick-arrow,
.light-color
.entry-content .gallery-slider.fullscreen .zoom {
  color: #000; }
.dark-color .post-entry .gallery-slider.fullscreen .slider-arrows .slick-arrow, .dark-color .post-entry .gallery-slider.fullscreen .zoom, .dark-color .entry-content .gallery-slider.fullscreen .slider-arrows .slick-arrow,
.dark-color .entry-content .gallery-slider.fullscreen .zoom {
  color: #fff; }

.gallery-zoom {
  overflow: hidden;
  height: 100vh; }
  .gallery-zoom .site-content {
    z-index: 99999; }
  .gallery-zoom .content-after-post {
    display: none; }

/* Single Attachment Page
   ========================================================================== */
.single.single-attachment #primary {
  text-align: center; }
  .single.single-attachment #primary p {
    margin-bottom: 30px; }
  .single.single-attachment #primary p + .wp-caption-text {
    padding-top: 0;
    margin-top: -15px; }

/* Authors List Shortcode
   ========================================================================== */
.authors-list {
  margin-bottom: 50px; }
  .authors-list:last-child {
    margin-bottom: 0; }
  .authors-list .authors-list-item {
    width: 100%;
    margin: 50px 0 0;
    text-align: center; }
    .authors-list .authors-list-item:first-child {
      margin-top: 0; }
    .authors-list .authors-list-item .author-info p {
      margin-top: 5px;
      margin-bottom: 10px;
      font-size: 14px;
      font-size: 0.875rem; }
    .authors-list .authors-list-item h5 {
      margin: 15px auto 0; }
  .authors-list a.author-link {
    border-bottom: none;
    color: inherit;
    text-decoration: none; }
    .no-touch .authors-list a.author-link:hover {
      opacity: 0.5; }
  .authors-list span {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 800;
    opacity: 0.5; }
  .authors-list .author-social ul.social-nav li {
    padding: 0; }
    .authors-list .author-social ul.social-nav li:before {
      display: none; }
    .authors-list .author-social ul.social-nav li a {
      border-bottom: none;
      text-decoration: none; }
      .post-entry .authors-list .author-social ul.social-nav li a {
        color: var(--text-color); }

/* Tabs Shortcode
   ========================================================================== */
.lo-tabs {
  margin-bottom: 30px; }
  .lo-tabs .lo-tabs-titles {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center; }
    .lo-tabs .lo-tabs-titles a {
      display: table-cell;
      width: auto;
      padding: 10px;
      margin: 0;
      border: 1px solid;
      border-radius: 0;
      color: inherit;
      font-size: 12px;
      font-size: 0.75rem;
      letter-spacing: 0;
      font-weight: 600;
      text-decoration: none; }
      .no-touch .lo-tabs .lo-tabs-titles a:not(.active):hover {
        border-bottom: 1px solid; }
      .lo-tabs .lo-tabs-titles a + a {
        border-left: none; }
      .lo-tabs .lo-tabs-titles a.active {
        border-bottom-color: transparent; }
  .lo-tabs .lo-tabs-content {
    padding: 30px;
    border: 1px solid;
    border-top: none; }
    .lo-tabs .lo-tabs-content .lo-tab-content > *:last-child {
      margin-bottom: 0; }

/* Accordions Shortcode
   ========================================================================== */
.lo-accordions {
  margin-bottom: 30px; }
  .lo-accordions .accordion-item {
    margin-bottom: 10px;
    border: 1px solid; }
    .lo-accordions .accordion-item .accordion-title {
      position: relative;
      padding: 10px 40px 10px 20px;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 2;
      letter-spacing: 0.05em;
      font-weight: 600; }
      .lo-accordions .accordion-item .accordion-title .accordion-icon {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: inherit;
        position: absolute;
        right: 0;
        width: 40px;
        font-size: 11px;
        line-height: 28px;
        text-align: center; }
        .lo-accordions .accordion-item .accordion-title .accordion-icon:before {
          content: "\f067"; }
      .lo-accordions .accordion-item .accordion-title.ui-state-active .accordion-icon:before {
        content: "\f068"; }
    .lo-accordions .accordion-item .accordion-content {
      padding: 15px 20px 20px;
      border-top: 1px dashed; }
      .lo-accordions .accordion-item .accordion-content > *:last-child {
        margin-bottom: 0; }

.single.post-template-1.post-header-with-bg .site-header.site-header-layout-7.transparent ~ .site-content > .post-header .post-header-text {
  padding-top: 50px; }

.wp-block-column,
.lo-column {
  margin-bottom: 30px; }
  .wp-block-column > *:last-child,
  .lo-column > *:last-child {
    margin-bottom: 0; }

.vce-row-content {
  max-width: 100%; }

@media screen and (min-width: 600px) {
  .archive.author .page-header .author-social ul.social-nav li a {
    width: 40px;
    height: 40px;
    line-height: 40px; }
    .archive.author .page-header .author-social ul.social-nav li a:before {
      font-size: 14px;
      font-size: 0.875rem; }

  .page .featured-media-section {
    padding-top: 50%; }

  .archive .cat-filter {
    margin: 70px 0; }

  .single.post-template-2 .featured-media-section {
    height: 60vh;
    min-height: 320px;
    max-height: 500px; }
    .single.post-template-2 .featured-media-section + .main #primary > article {
      padding-top: 50px;
      padding-right: 30px;
      padding-left: 30px; }
  .single.post-template-3
  .single.post-template-7 .featured-media-section {
    height: 50vw; }
  .single #primary > article footer.post-meta {
    float: left; }
  .single #primary > article .article-like-comment {
    float: right;
    margin-top: 60px; }
  .single #primary > article .post-tag-cloud ~ .article-like-comment {
    margin-top: 30px; }
  .single #primary > article .post-tag-cloud + .article-like-comment {
    float: none; }
  .single #primary > .author-info-box .author-bio {
    position: relative;
    min-height: 120px;
    padding-left: 130px;
    text-align: left; }
    .single #primary > .author-info-box .author-bio .author-photo {
      position: absolute;
      top: 0;
      left: 0; }
    .single #primary > .author-info-box .author-bio .author-bio-top .author-info .author-social {
      margin-left: -7px; }
  .single .content-after-post .post-navigation .nav-links {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .single .content-after-post .post-navigation .nav-links > * {
      display: table-cell;
      height: 300px; }
  .single .content-after-post .related-posts .related-posts-container.column-3 .related-post,
  .single .content-after-post .related-posts .related-posts-container.column-6 .related-post {
    width: 33.3333%; }
    .single .content-after-post .related-posts .related-posts-container.column-3 .related-post:nth-child(-n+3),
    .single .content-after-post .related-posts .related-posts-container.column-6 .related-post:nth-child(-n+3) {
      padding-top: 0; }
  .single .content-after-post .related-posts .related-posts-container.column-3 .related-post {
    padding: 0 8px; }

  .comments ol.comment-list li.comment .comment-body {
    padding-top: 15px;
    padding-left: 95px; }
    .comments ol.comment-list li.comment .comment-body .comment-meta {
      position: static;
      padding: 0;
      height: auto; }
    .comments ol.comment-list li.comment .comment-body + #respond {
      padding: 50px; }
  .comments ol.comment-list li.comment a.comment-reply-link {
    position: absolute;
    top: 15px;
    right: 0; }

  .post-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 999;
    width: 100%;
    height: 60px;
    background: #fff;
    color: #000;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-out, opacity 0s 0.3s; }
    .no-touch .post-nav {
      display: block;
      opacity: 0; }
    .post-nav.show {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      transition: transform 0.3s ease-out, opacity 0s 0s; }
    .post-nav.dark-color {
      background: #000;
      color: #fff; }
    .post-nav .container {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: inherit; }
    .post-nav .breadcrumb {
      width: 60%;
      margin-left: 0;
      font-size: 13px;
      font-size: 0.8125rem;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      .post-nav .breadcrumb a {
        color: inherit;
        font-weight: 500;
        opacity: 0.75; }
        .no-touch .post-nav .breadcrumb a:hover {
          opacity: 1; }
      .post-nav .breadcrumb span.current-position {
        font-weight: 500; }
      .post-nav .breadcrumb a,
      .post-nav .breadcrumb span {
        margin: 0 5px; }
      .post-nav .breadcrumb a:first-child {
        margin-left: 0; }
    .post-nav .article-like-comment {
      margin: 0;
      width: auto; }
    .post-nav #post-nav-site-search {
      position: relative;
      padding: 0 5px;
      margin: 0 15px; }
      .post-nav #post-nav-site-search .search-button {
        display: inline-block;
        height: 34px;
        padding: 0 10px;
        color: inherit;
        font-family: 'ElegantIcons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        font-size: 1rem;
        line-height: 35px;
        cursor: pointer;
        transition: 0.4s; }
        .post-nav #post-nav-site-search .search-button:before {
          content: "\55"; }
        .no-touch .post-nav #post-nav-site-search .search-button:hover {
          opacity: 0.75; }

  .authors-list.layout-list .authors-list-item {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    text-align: left; }
    .authors-list.layout-list .authors-list-item .author-photo {
      margin: 0; }
    .authors-list.layout-list .authors-list-item .author-info {
      width: calc(100% - 105px);
      padding-left: 30px;
      margin: 0; }
      .authors-list.layout-list .authors-list-item .author-info h5 {
        margin-top: 0; }
      .authors-list.layout-list .authors-list-item .author-info .author-social ul li:first-child {
        margin-left: -7px; }

  /* Row and Column Shortcode
     ========================================================================== */
  .lo-row {
    margin: 0 -20px 30px; }
    .lo-row .lo-column {
      padding: 0 20px;
      margin: 0; }

  .lo-column {
    float: left;
    margin-right: 20px; }
    .lo-column.one-half {
      width: 50%; }
    .lo-column.one-third {
      width: 33.333333%; }
    .lo-column.one-fourth {
      width: 25%; }
    .lo-column.one-fifth {
      width: 20%; }
    .lo-column.two-thirds {
      width: 66.666666%; }
    .lo-column.three-fourths {
      width: 75%; }
    .lo-column.two-fifths {
      width: 40%; }
    .lo-column.three-fifths {
      width: 60%; }
    .lo-column.four-fifths {
      width: 80%; }

  /* Restyle Gutenberg Columns
     ========================================================================== */
  .wp-block-columns {
    margin: 0 -20px; }
    .wp-block-columns .wp-block-column {
      padding: 0 20px;
      margin: 0 0 30px; }
    .wp-block-columns.has-2-columns .wp-block-column {
      width: 50%; }
    .wp-block-columns.has-3-columns .wp-block-column {
      width: 33.3333%; }
    .wp-block-columns.has-4-columns .wp-block-column {
      width: 25%; }
    .wp-block-columns.has-5-columns .wp-block-column {
      width: 20%; }
    .wp-block-columns.has-6-columns .wp-block-column {
      width: 16.6666%; }
    .wp-block-columns.has-2-columns.one-two .wp-block-column:first-child {
      flex-basis: 33.3333%; }
    .wp-block-columns.has-2-columns.one-two .wp-block-column:last-child {
      flex-basis: 66.6666%; }
    .wp-block-columns.has-2-columns.two-one .wp-block-column:first-child {
      flex-basis: 66.6666%; }
    .wp-block-columns.has-2-columns.two-one .wp-block-column:last-child {
      flex-basis: 33.3333%; }
    .wp-block-columns.has-2-columns.one-three .wp-block-column:first-child {
      flex-basis: 25%; }
    .wp-block-columns.has-2-columns.one-three .wp-block-column:last-child {
      flex-basis: 75%; }
    .wp-block-columns.has-2-columns.three-one .wp-block-column:first-child {
      flex-basis: 75%; }
    .wp-block-columns.has-2-columns.three-one .wp-block-column:last-child {
      flex-basis: 25%; }
    .wp-block-columns.has-2-columns.one-four .wp-block-column:first-child {
      flex-basis: 20%; }
    .wp-block-columns.has-2-columns.one-four .wp-block-column:last-child {
      flex-basis: 80%; }
    .wp-block-columns.has-2-columns.two-three .wp-block-column:first-child {
      flex-basis: 40%; }
    .wp-block-columns.has-2-columns.two-three .wp-block-column:last-child {
      flex-basis: 60%; }
    .wp-block-columns.has-2-columns.three-two .wp-block-column:first-child {
      flex-basis: 60%; }
    .wp-block-columns.has-2-columns.three-two .wp-block-column:last-child {
      flex-basis: 40%; }
    .wp-block-columns.has-2-columns.four-one .wp-block-column:first-child {
      flex-basis: 80%; }
    .wp-block-columns.has-2-columns.four-one .wp-block-column:last-child {
      flex-basis: 20%; }

  .lo-tabs.vertical-tab {
    position: relative;
    padding-left: 100px; }
    .lo-tabs.vertical-tab .lo-tabs-titles {
      position: absolute;
      left: 0;
      display: block;
      width: 100px;
      height: 100%;
      border-right: 1px solid;
      margin-bottom: 0; }
      .lo-tabs.vertical-tab .lo-tabs-titles a {
        position: relative;
        display: block;
        width: 100px; }
        .lo-tabs.vertical-tab .lo-tabs-titles a:before {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: currentColor;
          opacity: 0.2;
          content: ""; }
        .lo-tabs.vertical-tab .lo-tabs-titles a + a {
          border-left: 1px solid;
          border-top: none; }
        .lo-tabs.vertical-tab .lo-tabs-titles a.active {
          border-right-color: transparent;
          border-bottom-color: currentColor; }
          .lo-tabs.vertical-tab .lo-tabs-titles a.active:before {
            opacity: 0; }
          .no-touch .lo-tabs.vertical-tab .lo-tabs-titles a.active:hover {
            border-bottom: 1px solid; }
    .lo-tabs.vertical-tab .lo-tabs-content {
      border: 1px solid;
      border-left: none; }

  .single .post-header .post-header-text .post-title {
    font-size: 36px;
    font-size: 2.25rem; } }
@media screen and (min-width: 768px) {
  .comments .comment-respond form.comment-form p.comment-form-author,
  .comments .comment-respond form.comment-form p.comment-form-email,
  .comments .comment-respond form.comment-form p.comment-form-url {
    float: left;
    width: 33.333333%; }

  .side-share-icons, .side-share-icons.mobile-sticky {
    right: 20px;
    left: auto;
    bottom: 20px;
    display: block;
    width: 40px;
    height: auto;
    background: none !important;
    border: none !important;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    flex-direction: column-reverse; }
    .side-share-icons .share-title, .side-share-icons.mobile-sticky .share-title {
      z-index: 9;
      display: block;
      width: 40px;
      height: 40px;
      padding: 0;
      margin-top: 8px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.9);
      color: #fff;
      font-size: 0;
      line-height: 41px;
      cursor: pointer; }
      .side-share-icons .share-title:after, .side-share-icons.mobile-sticky .share-title:after {
        font-family: 'ElegantIcons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 41px;
        content: "\e0a0"; }
    .side-share-icons:hover a, .side-share-icons.mobile-sticky:hover a {
      position: relative;
      opacity: 1;
      visibility: visible; }
    .side-share-icons a, .side-share-icons.mobile-sticky a {
      position: absolute;
      display: block;
      width: 30px;
      height: 30px;
      padding: 0;
      margin-top: 8px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.9);
      color: #fff;
      line-height: 31px;
      opacity: 0;
      visibility: hidden; }
      .side-share-icons a i, .side-share-icons.mobile-sticky a i {
        line-height: 31px;
        font-size: 12px;
        font-size: 0.75rem; }
      .no-touch .side-share-icons a:hover, .no-touch .side-share-icons.mobile-sticky a:hover {
        color: #fff;
        opacity: 1; }
      .no-touch .side-share-icons a[title="Facebook"]:hover, .no-touch .side-share-icons.mobile-sticky a[title="Facebook"]:hover {
        background: #3b5998; }
      .no-touch .side-share-icons a[title="Twitter"]:hover, .no-touch .side-share-icons.mobile-sticky a[title="Twitter"]:hover {
        background: #0084b4; }
      .no-touch .side-share-icons a[title="Pinterest"]:hover, .no-touch .side-share-icons.mobile-sticky a[title="Pinterest"]:hover {
        background: #bd081c; }
      .no-touch .side-share-icons a[title="Google plus"]:hover, .no-touch .side-share-icons.mobile-sticky a[title="Google plus"]:hover {
        background: #dd4b39; }
      .no-touch .side-share-icons a[title="WhatsApp"]:hover, .no-touch .side-share-icons.mobile-sticky a[title="WhatsApp"]:hover {
        background: #25d366; }
      .side-share-icons a[title="Google plus"] i, .side-share-icons.mobile-sticky a[title="Google plus"] i {
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: 600; }
  .site-layout-frame .side-share-icons {
    right: 15px; }

  .single #primary > .author-info-box .author-bio {
    float: left;
    position: relative;
    width: calc(50% - 25px);
    padding-left: 130px;
    text-align: left; }
    .single #primary > .author-info-box .author-bio:nth-child(2) {
      margin-top: 0; }
    .single #primary > .author-info-box .author-bio:nth-child(2n+1) {
      margin-right: 50px; }
    .single #primary > .author-info-box .author-bio:only-child {
      float: none;
      width: 100%;
      margin-right: 0; }
  .single.post-template-5 .post-header-text {
    padding: 20px; }

  .no-touch article .post-entry .gallery-slider .zoom,
  .no-touch .single .entry-content .gallery-slider .zoom {
    display: block; }
  .no-touch article .post-entry .gallery-slider:hover .zoom,
  .no-touch .single .entry-content .gallery-slider:hover .zoom {
    opacity: 1; }

  .site-layout-frame .post-nav {
    width: calc(100% - 70px); } }
@media screen and (min-width: 1025px) {
  .page.page-header-layout-1 .featured-media-section {
    padding-top: 35%; }

  .single.post-template-1 .post-header-text, .single.post-template-5 .post-header-text, .single.post-template-7 .post-header-text {
    max-width: 860px; }
  .single.post-template-2 .featured-media-section {
    height: 70vh; }
  .single.post-template-6.post-header-with-bg .main #primary > article .post-header .post-header-text {
    padding-bottom: 40px;
    padding-left: 50px; }
  .single.post-template-3 .featured-media-section, .single.post-template-7 .featured-media-section {
    height: 35vw; }
  .single .content-after-post .related-posts .related-posts-container.column-3 .related-post {
    padding: 0 20px; }
  .single .content-after-post .related-posts .related-posts-container.column-6 .related-post {
    width: 16.6666%;
    padding-top: 0; }

  .single #page .site-content > .post-header .post-header-text .post-title,
  .single .site-content:not([class*="with-sidebar-"]) #primary > article .post-header .post-header-text .post-title,
  .archive.author .page-header .author-bio .author-bio-top .page-title {
    font-size: 48px;
    font-size: 3rem; } }
@media screen and (min-width: 1120px) {
  .page .main,
  .archive .main,
  .single .main {
    margin-top: 70px; }

  .page.page-header-layout-2:not(.page-header-with-bg) .page-header {
    margin-top: 70px; }

  .archive .site-content[class*="with-sidebar-"] .cat-filter {
    margin-top: 20px; }
  .archive:not(.page-header-with-bg) .page-header {
    margin-top: 70px; }
  .archive:not(.page-header-with-bg) .site-content[class*="with-sidebar-"] .cat-filter {
    margin-top: 0; }
  .archive.author .page-header:after {
    margin-top: 70px; }

  .page.page-header-layout-2.page-header-with-bg .site-header.site-header-layout-7.transparent ~ .site-content .page-header,
  .archive.page-header-with-bg .site-header.site-header-layout-7.transparent ~ .site-content .page-header {
    height: calc(60vh + 100px); }
    .page.page-header-layout-2.page-header-with-bg .site-header.site-header-layout-7.transparent ~ .site-content .page-header .page-header-text,
    .archive.page-header-with-bg .site-header.site-header-layout-7.transparent ~ .site-content .page-header .page-header-text {
      padding-top: 120px; }

  .page .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-4 .cat a span.category-name, .page .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-5 .cat a span.category-name,
  .archive .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-4 .cat a span.category-name,
  .archive .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-5 .cat a span.category-name,
  .single .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-4 .cat a span.category-name,
  .single .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-5 .cat a span.category-name {
    padding: 20px;
    font-size: 16px;
    font-size: 1rem; }
  .page .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-4 .cat a span.counts, .page .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-5 .cat a span.counts,
  .archive .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-4 .cat a span.counts,
  .archive .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-5 .cat a span.counts,
  .single .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-4 .cat a span.counts,
  .single .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-5 .cat a span.counts {
    top: 10px;
    right: 0;
    font-size: 12px;
    font-size: 0.75rem; }

  .single.post-template-2 .featured-media-section + .main #primary > article {
    margin-top: -180px; }
  .single.post-template-7 .site-content > .post-header {
    padding-top: 70px; }
  .single.post-template-7 .featured-media-section {
    margin-top: 50px; }
  .single.post-template-1:not(.post-header-with-bg) .site-content > .post-header {
    padding-top: 70px; } }
@media screen and (min-width: 1440px) {
  .related-posts .related-posts-container.column-6 {
    max-width: 1500px; } }
@media screen and (min-width: 1120px) and (max-width: 1439px) {
  .wide-container .related-posts .related-posts-container.column-6 {
    max-width: calc(100% - 20px); } }
@media screen and (max-width: 1119px) {
  .single.single-format-video .featured-media-section .play-video-btn, .single.single-format-audio .featured-media-section .play-audio-btn {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    -ms-transform: translate(-50%, -50%) scale(0.6);
    transform: translate(-50%, -50%) scale(0.6); }
  .single.single-format-video.post-template-1 .post-header-text .play-video-btn, .single.single-format-audio.post-template-1 .post-header-text .play-audio-btn {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
    .single.single-format-video.post-template-1 .post-header-text .play-video-btn + .post-title, .single.single-format-audio.post-template-1 .post-header-text .play-audio-btn + .post-title {
      margin-top: 0; }
  .single.post-template-3 .featured-media-section, .single.post-template-7 .featured-media-section {
    max-height: 360px; }

  .single .site-content[class*="with-sidebar-"] #primary .content-after-post {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    max-width: 100vw;
    text-align: center; }
    .single .site-content[class*="with-sidebar-"] #primary .content-after-post .related-posts:last-child,
    .single .site-content[class*="with-sidebar-"] #primary .content-after-post .comments:last-child {
      padding-bottom: 0; } }
@media screen and (min-width: 600px) and (max-width: 1119px) {
  .single #primary,
  .page #primary,
  .archive #primary {
    padding-right: 30px;
    padding-left: 30px; } }
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .single.side-share-enabled .site-content[class*="with-sidebar-"] #primary {
    padding-right: 50px;
    padding-left: 50px; } }
@media screen and (min-width: 1120px) and (max-width: 1280px) {
  .single.side-share-enabled .site-content[class*="with-sidebar-"] .main > .container {
    padding: 0 40px; } }
@media screen and (max-width: 599px) {
  .lo-column > img {
    margin-bottom: 30px; } }
@media screen and (max-width: 400px) {
  .content-after-post .post-navigation .post-title {
    font-size: 18px;
    font-size: 1.125rem; } }
/* ==========================================================================
   7.0 Widgets & Widgets Areas
   ========================================================================== */
.widget {
  position: relative;
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem; }
  .widget a:not(.button) {
    color: inherit; }
    .no-touch .primary-color-enabled .widget a:not(.button):hover {
      color: var(--primary-color); }
  .widget:not(:first-child) {
    margin-top: 50px; }
  .widget p {
    margin-bottom: 15px;
    font-size: inherit;
    text-align: left; }
  .widget p:last-child {
    margin-bottom: 0; }
  .widget select {
    display: block;
    width: 100%;
    margin: 0 auto; }
  .widget ul {
    margin: 0;
    list-style: none; }
    .widget ul li {
      margin-bottom: 12px;
      text-align: left;
      font-size: 13px;
      font-size: 0.8125rem; }
      .widget ul li:last-child {
        margin-bottom: 0; }
    .widget ul ul {
      margin-left: 20px;
      padding-top: 7.5px;
      clear: both; }
      .widget ul ul li {
        margin-bottom: 7.5px;
        border: none; }
  .widget .wp-caption {
    margin: 0 0 15px; }
    .widget .wp-caption:last-child {
      margin-bottom: 0; }
      .widget .wp-caption:last-child .wp-caption-text {
        padding-bottom: 0; }
  .widget-area .widget .textwidget p {
    line-height: 1.85; }
  .widget-area .widget .textwidget ul {
    margin: 0 0 10px 20px;
    list-style: disc; }
    .widget-area .widget .textwidget ul li {
      padding-bottom: 0;
      margin-bottom: 0;
      border: none; }
  .widget-area .widget .textwidget ol {
    margin: 0 0 10px 20px; }
    .widget-area .widget .textwidget ol ol {
      padding-top: 7.5px; }
  .widget-area .widget .textwidget code,
  .widget-area .widget .textwidget kbd,
  .widget-area .widget .textwidget tt {
    padding: 3px; }
  .widget-area .widget .textwidget pre {
    padding: 15px;
    font-size: 14px; }
  .primary-color-enabled .widget-area .widget .textwidget a:not(.button) {
    color: var(--primary-color); }
  .widget-area .widget .textwidget a:not(.button) {
    text-decoration: underline; }
    .no-touch .widget-area .widget .textwidget a:not(.button):hover {
      text-decoration: none; }
  .widget-area .widget .textwidget > *:last-child {
    margin-bottom: 0; }
  .widget-area .widget .textwidget blockquote {
    padding-left: 0;
    margin-top: 0; }
    .widget-area .widget .textwidget blockquote p {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.7;
      text-align: center; }
    .widget-area .widget .textwidget blockquote:before {
      position: relative;
      top: 15px;
      width: 100%;
      height: 40px;
      font-size: 70px;
      font-size: 4.375rem; }
  .widget.widget_categories ul li a, .widget.widget_archive ul li a, .widget.widget_nav_menu ul li a, .widget.widget_meta ul li a, .widget.widget_pages ul li a, .widget.widget_rss ul li a, .widget.widget_recent_entries ul li a {
    display: block; }
    .no-touch body:not(.primary-color-enabled) .widget.widget_categories ul li a:hover, .no-touch body:not(.primary-color-enabled) .widget.widget_archive ul li a:hover, .no-touch body:not(.primary-color-enabled) .widget.widget_nav_menu ul li a:hover, .no-touch body:not(.primary-color-enabled) .widget.widget_meta ul li a:hover, .no-touch body:not(.primary-color-enabled) .widget.widget_pages ul li a:hover, .no-touch body:not(.primary-color-enabled) .widget.widget_rss ul li a:hover, .no-touch body:not(.primary-color-enabled) .widget.widget_recent_entries ul li a:hover {
      opacity: 0.5; }
  .widget.widget_categories ul li, .widget.widget_archive ul li {
    text-align: right;
    line-height: 22px; }
    .widget.widget_categories ul li a, .widget.widget_archive ul li a {
      float: left;
      width: 80%;
      font-size: 13px;
      font-size: 0.8125rem;
      text-align: left; }
  .widget.widget_categories a, .widget.widget_archive a, .widget.widget_nav_menu a, .widget.widget_pages a, .widget.widget_meta a {
    position: relative;
    padding-left: 20px; }
    .widget.widget_categories a:before, .widget.widget_archive a:before, .widget.widget_nav_menu a:before, .widget.widget_pages a:before, .widget.widget_meta a:before {
      position: absolute;
      top: 0;
      left: -5px;
      width: 20px;
      color: inherit;
      font-family: 'ElegantIcons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      content: "\35";
      line-height: inherit;
      text-align: left; }
  .widget.widget_search form.search-form {
    position: relative; }
    .widget.widget_search form.search-form input[type="search"] {
      height: 42px;
      padding: 5px 42px 5px 15px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      font-size: 13px;
      font-size: 0.8125rem; }
      .dark-color .sidebar .widget.widget_search form.search-form input[type="search"], .site-footer.dark-color .widget.widget_search form.search-form input[type="search"] {
        border-color: rgba(255, 255, 255, 0.2); }
    .widget.widget_search form.search-form button.search-submit {
      width: 42px;
      height: 42px;
      font-size: 13px;
      font-size: 0.8125rem; }
  .widget.widget_rss ul li, .widget.widget_recent_entries ul li, .widget.widget_recent_comments ul li {
    position: relative; }
    .widget.widget_rss ul li:not(:last-child), .widget.widget_recent_entries ul li:not(:last-child), .widget.widget_recent_comments ul li:not(:last-child) {
      margin-bottom: 15px; }
      .widget.widget_rss ul li:not(:last-child):after, .widget.widget_recent_entries ul li:not(:last-child):after, .widget.widget_recent_comments ul li:not(:last-child):after {
        position: relative;
        display: block;
        width: 100%;
        height: 1px;
        margin-top: 15px;
        background: currentColor;
        opacity: 0.1;
        content: ""; }
  .widget.widget_rss .widget-title .rsswidget:first-child .rss-widget-icon {
    display: none; }
  .widget.widget_rss .widget-title .rsswidget:first-child:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit;
    content: "\f09e"; }
  .widget.widget_rss ul li a.rsswidget {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3; }
    .widget.widget_rss ul li a.rsswidget + .rss-date {
      margin-top: 5px; }
  .widget.widget_rss ul li .rss-date {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    opacity: 0.5; }
  .widget.widget_rss ul li .rssSummary {
    margin-top: 10px; }
    .widget.widget_rss ul li .rssSummary + cite {
      display: block;
      margin-top: 10px;
      font-style: normal;
      font-weight: 600;
      opacity: 0.5; }
  .widget.widget_recent_entries .post-date {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-size: 0.75rem;
    opacity: 0.5; }
  .widget.widget_recent_entries a {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3; }
  .widget.widget_recent_comments ul li > a {
    display: block !important;
    margin-top: 2px !important;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3; }
  .widget.widget_tag_cloud {
    font-size: 0; }
    .widget.widget_tag_cloud .tagcloud a {
      display: block;
      float: left;
      width: 50%;
      text-align: left;
      line-height: 25px; }
  .widget.fallsky-widget_social .socialwidget ul {
    margin: -5px auto; }
    .widget-area .widget.fallsky-widget_social .socialwidget ul {
      margin-left: -15px; }
    .widget.fallsky-widget_social .socialwidget ul li {
      padding: 0;
      margin: 5px;
      border: none; }
      .widget.fallsky-widget_social .socialwidget ul li a {
        width: 40px;
        height: 40px;
        color: inherit;
        line-height: 40px; }
        .no-touch .widget.fallsky-widget_social .socialwidget ul li a:hover {
          opacity: 0.7; }
        .no-touch .primary-color-enabled .widget.fallsky-widget_social .socialwidget ul li a:hover {
          opacity: 1; }
  .widget.fallsky-widget_aboutme .profile-img {
    display: block;
    margin-bottom: 20px; }
  .widget.fallsky-widget_aboutme .textwidget {
    text-align: center; }
    .widget.fallsky-widget_aboutme .textwidget h6.subheading {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 800; }
  .widget.fallsky-widget_aboutme .signature-img + .button {
    margin-top: 20px; }
  .widget.fallsky-widget_posts .thumbnail {
    position: relative;
    overflow: hidden;
    transition: 0.4s; }
    .widget.fallsky-widget_posts .thumbnail img {
      display: block;
      width: 100%; }
  .widget.fallsky-widget_posts .post-title {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
    transition: 0.4s; }
  .widget.fallsky-widget_posts .post-meta {
    margin-top: 6px; }
  .widget.fallsky-widget_posts .meta-item {
    padding-right: 14px;
    font-size: 12px;
    font-size: 0.75rem;
    opacity: 0.5; }
    .widget.fallsky-widget_posts .meta-item:after {
      right: 6px; }
  .widget.fallsky-widget_posts ul li:not(:last-child) {
    margin-bottom: 24px; }
  .widget.fallsky-widget_posts ul li .post-title {
    line-height: 1.3; }
  .widget.fallsky-widget_posts ul li a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word; }
    .no-touch .widget.fallsky-widget_posts ul li a:hover {
      color: inherit; }
      .no-touch .widget.fallsky-widget_posts ul li a:hover .thumbnail {
        filter: brightness(90%); }
      .no-touch .widget.fallsky-widget_posts ul li a:hover .post-title {
        opacity: 0.7; }
    .no-touch .primary-color-enabled .widget.fallsky-widget_posts ul li a:hover {
      color: inherit; }
  .widget.fallsky-widget_posts.small-thumbnail ul li a, .widget.fallsky-widget_posts.mixed-thumbnail ul li a {
    display: table;
    width: 100%;
    clear: both; }
    .widget.fallsky-widget_posts.small-thumbnail ul li a .thumbnail, .widget.fallsky-widget_posts.mixed-thumbnail ul li a .thumbnail {
      width: 80px;
      margin-right: 15px; }
    .widget.fallsky-widget_posts.small-thumbnail ul li a .post-content, .widget.fallsky-widget_posts.mixed-thumbnail ul li a .post-content {
      display: table-cell;
      width: 100%;
      vertical-align: middle; }
  .widget.fallsky-widget_posts.large-thumbnail .thumbnail, .widget.fallsky-widget_posts.mixed-thumbnail ul li:first-child .thumbnail {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66%;
    margin-bottom: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .widget.fallsky-widget_posts.large-thumbnail .thumbnail img, .widget.fallsky-widget_posts.mixed-thumbnail ul li:first-child .thumbnail img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0; }
  .widget.fallsky-widget_posts.large-thumbnail .post-title, .widget.fallsky-widget_posts.mixed-thumbnail ul li:first-child .post-title {
    font-size: 18px;
    font-size: 1.125rem; }
  .widget.fallsky-widget_posts.mixed-thumbnail ul li:first-child a {
    display: block; }
    .widget.fallsky-widget_posts.mixed-thumbnail ul li:first-child a .thumbnail {
      width: 100%;
      margin-right: 0; }
    .widget.fallsky-widget_posts.mixed-thumbnail ul li:first-child a .post-content {
      display: block; }
  .widget.fallsky-widget_posts.with-post-number ul li {
    position: relative;
    counter-increment: step-counter; }
    .widget.fallsky-widget_posts.with-post-number ul li a .post-content:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9;
      display: block;
      color: #fff;
      text-align: center;
      font-weight: 800;
      content: counter(step-counter);
      pointer-events: none; }
    .widget.fallsky-widget_posts.with-post-number ul li a .post-content:first-child {
      padding-left: 44px; }
      .widget.fallsky-widget_posts.with-post-number ul li a .post-content:first-child:before {
        color: currentColor;
        text-align: left;
        opacity: 0.35; }
    .widget.fallsky-widget_posts.with-post-number ul li .thumbnail:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      background: #000;
      content: "";
      opacity: 0.15; }
  .widget.fallsky-widget_posts.with-post-number.small-thumbnail ul li a .post-content:before, .widget.fallsky-widget_posts.with-post-number.mixed-thumbnail ul li:not(:first-child) a .post-content:before {
    width: 30px;
    height: 34px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 34px; }
  .widget.fallsky-widget_posts.with-post-number.small-thumbnail ul li a .post-content:first-child:before, .widget.fallsky-widget_posts.with-post-number.mixed-thumbnail ul li:not(:first-child) a .post-content:first-child:before {
    line-height: 28px; }
  .widget.fallsky-widget_posts.with-post-number.large-thumbnail ul li a .thumbnail + .post-content:before, .widget.fallsky-widget_posts.with-post-number.mixed-thumbnail ul li:first-child a .thumbnail + .post-content:before {
    width: 60px;
    height: 80px;
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 80px;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.15); }
  .widget.fallsky-widget_posts.with-post-number.large-thumbnail ul li a .post-content:first-child:before, .widget.fallsky-widget_posts.with-post-number.mixed-thumbnail ul li:first-child a .post-content:first-child:before {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px; }
  .widget.fallsky-widget_ad a,
  .widget.fallsky-widget_ad img {
    display: block; }
  .widget.fallsky-widget_cat .cat {
    float: left;
    width: calc(50% - 3px);
    margin-bottom: 5px;
    color: #fff; }
    .widget.fallsky-widget_cat .cat:nth-child(2n+1) {
      margin-right: 5px; }
    .widget.fallsky-widget_cat .cat a {
      position: relative;
      display: block;
      width: 100%;
      height: 0;
      padding-top: 70%;
      border: none;
      color: inherit;
      overflow: hidden;
      transition: all 0s; }
      .widget.fallsky-widget_cat .cat a:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: #000;
        content: "";
        opacity: 0.3;
        transition: opacity 0.4s; }
      .widget.fallsky-widget_cat .cat a .cat-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
      .widget.fallsky-widget_cat .cat a .cat-meta {
        z-index: 3;
        width: 100%; }
      .widget.fallsky-widget_cat .cat a .cat-meta-wrapper {
        position: relative;
        width: auto;
        max-width: 100%;
        font-size: 0; }
      .widget.fallsky-widget_cat .cat a span.category-name {
        display: inline-block;
        max-width: calc(100% - 40px);
        padding: 12px;
        margin-left: 0;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1;
        text-transform: capitalize;
        -ms-word-wrap: break-word;
        word-wrap: break-word; }
      .widget.fallsky-widget_cat .cat a span.counts {
        position: relative;
        display: inline-block;
        width: 16px;
        margin-top: 6px;
        margin-left: -8px;
        text-align: left;
        vertical-align: top;
        font-size: 10px;
        font-size: 0.625rem;
        white-space: nowrap;
        word-wrap: normal; }
      .no-touch .widget.fallsky-widget_cat .cat a:hover {
        color: inherit; }
        .no-touch .widget.fallsky-widget_cat .cat a:hover:before {
          will-change: opacity;
          opacity: 0.5; }
      .no-touch .primary-color-enabled .widget.fallsky-widget_cat .cat a:hover {
        color: inherit; }
  .widget.fallsky-widget_cat.style-rectangle .cat a .cat-meta {
    position: absolute;
    bottom: 0;
    left: 0; }
  .widget.fallsky-widget_cat.style-circle .cat {
    border-radius: 50%;
    overflow: hidden; }
    .widget.fallsky-widget_cat.style-circle .cat a {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-top: 100%; }
      .widget.fallsky-widget_cat.style-circle .cat a, .widget.fallsky-widget_cat.style-circle .cat a:before,
      .widget.fallsky-widget_cat.style-circle .cat a .cat-bg {
        border-radius: 50%;
        overflow: hidden; }
      .widget.fallsky-widget_cat.style-circle .cat a .cat-meta {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        left: 10px;
        width: calc(100% - 20px); }
      .widget.fallsky-widget_cat.style-circle .cat a .cat-meta-wrapper {
        width: 100%; }
      .widget.fallsky-widget_cat.style-circle .cat a span.category-name {
        display: block;
        padding: 0;
        margin-left: auto;
        text-align: center; }
      .widget.fallsky-widget_cat.style-circle .cat a span.counts {
        position: absolute;
        top: auto;
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center; }
  .widget.fallsky-widget_cat.style-stripe .cat {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
    .widget.fallsky-widget_cat.style-stripe .cat:last-child {
      margin-bottom: 0; }
    .widget.fallsky-widget_cat.style-stripe .cat a {
      height: 100px;
      padding: 0; }
      .widget.fallsky-widget_cat.style-stripe .cat a:before {
        opacity: 0.15; }
      .widget.fallsky-widget_cat.style-stripe .cat a .cat-meta {
        position: absolute;
        top: 50%;
        bottom: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: none; }
      .widget.fallsky-widget_cat.style-stripe .cat a .cat-meta-wrapper {
        text-align: center; }
      .widget.fallsky-widget_cat.style-stripe .cat a span.category-name {
        font-weight: 800;
        font-size: 18px;
        font-size: 1.125rem;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        margin-left: auto; }
  .widget.fallsky-widget_instagram ul li {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
    border: none; }
    .widget.fallsky-widget_instagram ul li a {
      position: relative;
      display: block;
      overflow: hidden; }
      .no-touch .widget.fallsky-widget_instagram ul li a:hover .feed-bg {
        -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
        transform: scale(1.06); }
    .widget.fallsky-widget_instagram ul li .feed-bg {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 0;
      padding-top: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      transition: transform 0.4s ease-out;
      will-change: transform;
      -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02); }
  .widget.loftocean-widget_facebook {
    overflow: hidden; }
    .widget.loftocean-widget_facebook > div {
      text-align: center; }
  .widget.fallsky-widget_author_list ul li:not(:last-child) {
    margin-bottom: 20px; }
  .widget.fallsky-widget_author_list ul li a {
    display: table;
    width: 100%;
    clear: both;
    color: inherit; }
    .widget.fallsky-widget_author_list ul li a .author-photo {
      width: 40px;
      margin-right: 15px; }
      .widget.fallsky-widget_author_list ul li a .author-photo img {
        display: block;
        border-radius: 50%; }
    .widget.fallsky-widget_author_list ul li a .author-info {
      display: table-cell;
      width: 100%;
      vertical-align: middle; }
    .widget.fallsky-widget_author_list ul li a .author-name {
      margin-bottom: 0;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 600; }
    .widget.fallsky-widget_author_list ul li a .post-count {
      float: right;
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: 400;
      line-height: 24px; }
    .widget.fallsky-widget_author_list ul li a span.role {
      display: block;
      margin-top: 0;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 16px;
      opacity: 0.5; }
    .no-touch .widget.fallsky-widget_author_list ul li a:hover {
      color: inherit; }
    .no-touch body:not(.primary-color-enabled) .widget.fallsky-widget_author_list ul li a:hover .author-name {
      opacity: 0.5; }
  .widget.widget_mc4wp_form_widget form input[type="email"] + input[type="submit"] {
    margin-top: 15px; }
  .widget.widget_mc4wp_form_widget form input:not([type="submit"]) {
    padding: 5px 10px;
    background: none;
    border: 1px solid;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0; }
  #page .widget.widget_mc4wp_form_widget form input[type="submit"] {
    display: block; }
  #page .widget-area .widget.widget_mc4wp_form_widget form input[type="submit"] {
    width: 100%; }
  body.light-color #page .widget-area.sidebar .widget.widget_mc4wp_form_widget form input:not([type="submit"]), #page .site-footer.light-color .widget-area .widget.widget_mc4wp_form_widget form input:not([type="submit"]) {
    border: 1px solid rgba(0, 0, 0, 0.1); }
  body.light-color #page .widget-area.sidebar .widget.widget_mc4wp_form_widget form input[type="submit"]:not(:hover), #page .site-footer.light-color .widget-area .widget.widget_mc4wp_form_widget form input[type="submit"]:not(:hover) {
    background: #131313;
    color: #fff; }
  body.dark-color #page .widget-area.sidebar .widget.widget_mc4wp_form_widget form input:not([type="submit"]), #page .site-footer.dark-color .widget-area .widget.widget_mc4wp_form_widget form input:not([type="submit"]) {
    border: 1px solid rgba(255, 255, 255, 0.2); }
  body.dark-color #page .widget-area.sidebar .widget.widget_mc4wp_form_widget form input[type="submit"]:not(:hover), #page .site-footer.dark-color .widget-area .widget.widget_mc4wp_form_widget form input[type="submit"]:not(:hover) {
    background: #fff;
    color: #212121; }
  .widget.widget_mc4wp_form_widget form .fields-container {
    position: relative;
    margin: 15px 0 0; }
    .align-center .widget.widget_mc4wp_form_widget form .fields-container {
      margin: 15px auto 0; }
    .widget.widget_mc4wp_form_widget form .fields-container input[type="email"] + .button {
      margin-top: 0; }
    .widget.widget_mc4wp_form_widget form .fields-container input[type="email"] {
      text-align: left; }
      .widget-area .widget.widget_mc4wp_form_widget form .fields-container input[type="email"] {
        padding-right: 42px; }
    .widget.widget_mc4wp_form_widget form .fields-container + p {
      margin-top: 15px; }
    #page .widget.widget_mc4wp_form_widget form .fields-container .button {
      position: absolute;
      top: 0;
      right: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      width: 120px;
      height: 42px;
      padding: 0;
      margin-bottom: 0;
      background: none;
      box-shadow: none;
      color: inherit;
      font-size: 0; }
      #page .widget.widget_mc4wp_form_widget form .fields-container .button input[type="submit"] {
        width: 120px;
        height: 42px;
        padding: 0;
        text-align: center; }
    #page .widget-area .widget.widget_mc4wp_form_widget form .fields-container .button {
      width: 42px;
      overflow: visible; }
      #page .widget-area .widget.widget_mc4wp_form_widget form .fields-container .button input[type="submit"] {
        position: relative;
        width: 42px;
        background: none !important;
        color: inherit !important;
        font-size: 0; }
      #page .widget-area .widget.widget_mc4wp_form_widget form .fields-container .button:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-top: -2px;
        font-family: 'ElegantIcons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-size: 14px;
        font-size: 0.875rem;
        content: "\e010";
        pointer-events: none; }
  .single #primary .signup-form .widget.widget_mc4wp_form_widget form input, .home-widget.signup-form .widget.widget_mc4wp_form_widget form input {
    max-width: 320px; }
  .single #primary .signup-form .widget.widget_mc4wp_form_widget form .fields-container, .home-widget.signup-form .widget.widget_mc4wp_form_widget form .fields-container {
    max-width: 400px;
    padding-right: 125px; }
    @media screen and (max-width: 500px) {
      .single #primary .signup-form .widget.widget_mc4wp_form_widget form .fields-container, .home-widget.signup-form .widget.widget_mc4wp_form_widget form .fields-container {
        padding-right: 0; } }
  @media screen and (max-width: 500px) {
    .single #page #primary .signup-form .widget.widget_mc4wp_form_widget form .fields-container .button, #page .home-widget.signup-form .widget.widget_mc4wp_form_widget form .fields-container .button {
      position: relative;
      width: 100%;
      margin-top: 10px; }
      .single #page #primary .signup-form .widget.widget_mc4wp_form_widget form .fields-container .button input[type="submit"], #page .home-widget.signup-form .widget.widget_mc4wp_form_widget form .fields-container .button input[type="submit"] {
        width: 100%; } }
  .widget.widget_mc4wp_form_widget p:last-of-type {
    margin-bottom: 0; }
  .widget.widget_mc4wp_form_widget p + input[type="email"],
  .widget.widget_mc4wp_form_widget .mc4wp-response > * {
    margin-top: 15px; }
  .single #primary .signup-form .widget.widget_mc4wp_form_widget > *, .home-widget.signup-form .widget.widget_mc4wp_form_widget > * {
    max-width: 560px; }
  .single #primary .signup-form .widget.widget_mc4wp_form_widget > *, .home-widget.signup-form.align-center .widget.widget_mc4wp_form_widget > * {
    margin-right: auto;
    margin-left: auto; }

table#wp-calendar {
  margin-bottom: 0;
  background: none;
  border: none;
  color: inherit;
  table-layout: fixed; }
  table#wp-calendar caption {
    margin-top: 0; }
  table#wp-calendar th,
  table#wp-calendar td {
    padding: 5px 0;
    border: none;
    text-align: center; }
  table#wp-calendar th {
    background: none;
    font-weight: 800; }
  table#wp-calendar td {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 20px; }
  table#wp-calendar tbody a {
    display: block;
    width: 20px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    text-decoration: none; }
    .no-touch .primary-color-enabled table#wp-calendar tbody a:hover {
      background: var(--primary-color); }

/* Sidebar Widgets Area
   ========================================================================== */
.sidebar .widget:last-child {
  margin-bottom: 60px; }
.sidebar .widget.fallsky-widget_social .socialwidget ul {
  margin-top: -2px;
  margin-bottom: -2px; }
  .sidebar .widget.fallsky-widget_social .socialwidget ul li {
    margin: 2px; }
.sidebar .widget.fallsky-widget_instagram ul {
  margin: -3px; }
  .sidebar .widget.fallsky-widget_instagram ul li {
    padding: 3px; }
.sidebar.with-bg .widget, .sidebar.with-border .widget {
  padding: 30px; }
  .sidebar.with-bg .widget:not(:first-child), .sidebar.with-border .widget:not(:first-child) {
    margin-top: 30px; }
  .sidebar.with-bg .widget h5.widget-title, .sidebar.with-border .widget h5.widget-title {
    margin-top: -10px; }
.sidebar.with-bg .widget {
  background: #f7f7f7; }
  .dark-color .sidebar.with-bg .widget {
    background: #000; }
.sidebar.with-border .widget {
  border: 1px solid #e6e6e6; }
  .dark-color .sidebar.with-border .widget {
    border-color: #333; }

/* Site Footer Widgets Area
   ========================================================================== */
.site-footer .widget-area {
  padding-bottom: 50px; }
  .site-footer .widget-area:first-child {
    padding-top: 50px; }
  .site-footer .widget-area .widget-area-column:not(:first-child) {
    margin-top: 50px; }
  .site-footer .widget-area .widget-area-column .widget {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto; }
    .site-footer .widget-area .widget-area-column .widget.fallsky-widget_instagram ul li a {
      margin: 2px; }
.site-footer > .widget.fallsky-widget_instagram {
  position: relative;
  margin: 0;
  text-align: center; }
  .site-footer > .widget.fallsky-widget_instagram:not(.fullwidth) {
    margin: 0 auto;
    max-width: 1140px; }
  .site-footer > .widget.fallsky-widget_instagram .widget-title {
    min-height: 50px;
    padding: 20px;
    margin-bottom: 0;
    line-height: 50px;
    text-align: center; }
    .site-footer > .widget.fallsky-widget_instagram .widget-title.overlay-title {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 99;
      max-width: 60%;
      padding-top: 0;
      padding-bottom: 0;
      background: #fff;
      color: #000;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
  .site-footer > .widget.fallsky-widget_instagram.column-4 ul li {
    width: 25%; }
  .site-footer > .widget.fallsky-widget_instagram.column-5 ul li {
    width: 20%; }
  .site-footer > .widget.fallsky-widget_instagram.column-6 ul li {
    width: 16.666%; }
  .site-footer > .widget.fallsky-widget_instagram.column-7 ul li {
    width: 14.285%; }
  .site-footer > .widget.fallsky-widget_instagram.column-8 ul li {
    width: 12.5%; }
.site-footer .fallsky-widget_instagram + .widget-area {
  margin-top: 50px; }

/* Footer Bottom
   ========================================================================== */
.footer-bottom .footer-social .widget.fallsky-widget_social .socialwidget ul {
  margin: 0 auto;
  text-align: center; }
  .footer-bottom .footer-social .widget.fallsky-widget_social .socialwidget ul li {
    margin: 0; }
    .footer-bottom .footer-social .widget.fallsky-widget_social .socialwidget ul li a {
      opacity: 1; }
      .footer-bottom .footer-social .widget.fallsky-widget_social .socialwidget ul li a:before {
        font-size: 14px;
        font-size: 0.875rem; }
      .no-touch body:not(.primary-color-enabled) .footer-bottom .footer-social .widget.fallsky-widget_social .socialwidget ul li a:hover {
        opacity: 0.7; }
.footer-bottom .footer-bottom-menu .widget {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 40px; }
  .footer-bottom .footer-bottom-menu .widget > * {
    width: 100%; }
.footer-bottom .footer-bottom-menu ul.menu {
  text-align: center; }
  .footer-bottom .footer-bottom-menu ul.menu li {
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center; }
    .footer-bottom .footer-bottom-menu ul.menu li a {
      display: inline;
      padding: 0 10px; }
      .footer-bottom .footer-bottom-menu ul.menu li a:before {
        display: none; }
.footer-bottom .footer-site-info {
  text-align: center; }
  .footer-bottom .footer-site-info .widget {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 40px; }
    .footer-bottom .footer-site-info .widget > * {
      width: 100%; }
  .footer-bottom .footer-site-info .widget {
    font-size: 13px;
    font-size: 0.8125rem; }

.post-entry .mc4wp-form input[type="email"] {
  padding: 0 10px;
  margin-bottom: 5px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1); }
.post-entry .mc4wp-form input[type="submit"] {
  width: 100%;
  height: 42px; }
.post-entry .mc4wp-form .mc4wp-form-fields > *:not(:last-child) {
  margin-bottom: 30px; }

@media screen and (min-width: 600px) {
  .post-entry .mc4wp-form input[type="email"] {
    float: left;
    margin-right: 5px;
    margin-bottom: 0;
    max-width: 70%; }
  .post-entry .mc4wp-form input[type="submit"] {
    width: calc(30% - 5px); } }
@media screen and (min-width: 768px) {
  .site-footer .widget-area .widget-area-row {
    margin: 0 -30px; }
  .site-footer .widget-area .widget-area-column {
    float: left;
    width: 33.333333%;
    padding: 0 30px; }
    .site-footer .widget-area .widget-area-column:not(:first-child) {
      margin-top: 0; }
    .site-footer .widget-area .widget-area-column .widget {
      max-width: none; }
      .site-footer .widget-area .widget-area-column .widget.fallsky-widget_instagram ul li {
        width: 25%; }

  .footer-bottom:not(.column-2) .footer-social .widget.fallsky-widget_social .socialwidget ul li {
    margin: 0 8px; }
  .footer-bottom.column-2 .footer-social .widget.fallsky-widget_social .socialwidget ul,
  .footer-bottom.column-2 .footer-bottom-menu ul {
    text-align: right; }
  .footer-bottom.column-2 .footer-site-info {
    text-align: left; } }
@media screen and (min-width: 1440px) {
  .site-footer > .widget.fallsky-widget_instagram:not(.fullwidth) {
    max-width: 1440px; } }
@media screen and (min-width: 1120px) and (max-width: 1439px) {
  .wide-container .site-footer > .widget.fallsky-widget_instagram:not(.fullwidth) {
    max-width: calc(100% - 80px); } }
@media screen and (max-width: 600px) {
  #fallsky-site-footer-instagram > ul {
    margin: 0 !important; }
    #fallsky-site-footer-instagram > ul > li {
      padding: 0 !important; }
  #fallsky-site-footer-instagram.column-4 ul li {
    width: 50%; }
  #fallsky-site-footer-instagram.column-5 ul li {
    width: 50%; }
    #fallsky-site-footer-instagram.column-5 ul li:last-child {
      display: none; }
  #fallsky-site-footer-instagram.column-6 ul li {
    width: 33.3333%; }
  #fallsky-site-footer-instagram.column-7 ul li {
    width: 33.3333%; }
    #fallsky-site-footer-instagram.column-7 ul li:last-child {
      display: none; }
  #fallsky-site-footer-instagram.column-8 ul li {
    width: 25%; } }
@media screen and (max-width: 599px) {
  .fallsky-widget_cat.style-rectangle.column-3 .cat, .fallsky-widget_cat.style-rectangle.column-5 .cat {
    float: none;
    width: 100%;
    margin-right: 0; }
    .fallsky-widget_cat.style-rectangle.column-3 .cat a, .fallsky-widget_cat.style-rectangle.column-5 .cat a {
      padding-top: 35%; } }
/* ==========================================================================
   8.0 Forms
   ========================================================================== */
::-webkit-input-placeholder {
  color: currentColor;
  opacity: 0.5; }

:-moz-placeholder {
  color: currentColor;
  opacity: 0.5; }

:-ms-input-placeholder {
  color: currentColor;
  opacity: 0.5; }

form * {
  outline: 0; }
form ul {
  position: relative;
  margin: 0 auto;
  list-style: none; }
  form ul > li > label {
    display: block;
    margin-bottom: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2; }
form li fieldset {
  padding: 0;
  margin: 0;
  border: none; }

input[type="text"], input[type="email"], input[type="url"], input[type="file"], input[type="password"], input[type="number"], input[type="date"], input[type="search"], input[type="tel"], textarea {
  width: 100%;
  height: 42px;
  padding: 5px 0;
  background: none;
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  -webkit-appearance: none !important;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  font-weight: 400; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="file"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="date"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  textarea:focus {
    outline: 0; }
  .post-entry input[type="text"],
  .post-entry input[type="email"],
  .post-entry input[type="url"],
  .post-entry input[type="file"],
  .post-entry input[type="password"],
  .post-entry input[type="number"],
  .post-entry input[type="date"],
  .post-entry input[type="search"],
  .post-entry input[type="tel"],
  .post-entry textarea {
    opacity: 0.5; }
    .post-entry input[type="text"]:focus,
    .post-entry input[type="email"]:focus,
    .post-entry input[type="url"]:focus,
    .post-entry input[type="file"]:focus,
    .post-entry input[type="password"]:focus,
    .post-entry input[type="number"]:focus,
    .post-entry input[type="date"]:focus,
    .post-entry input[type="search"]:focus,
    .post-entry input[type="tel"]:focus,
    .post-entry textarea:focus {
      opacity: 1; }

textarea {
  min-height: 125px;
  resize: vertical; }

#page input[type="submit"] {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 20px;
  background: var(--btn-bg-color);
  border: none;
  border-radius: 2px;
  color: var(--btn-text-color);
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.4s;
  will-change: opacity;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 0 35px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.2em; }
  .no-touch #page input[type="submit"]:hover {
    opacity: 0.9; }
  .primary-color-enabled #page input[type="submit"] {
    background: var(--primary-color);
    color: #fff; }

select {
  height: 32px;
  padding: 2px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: none;
  color: #212121;
  outline: 0;
  line-height: 32px;
  vertical-align: middle;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.05em;
  text-transform: none;
  -webkit-font-smoothing: subpixel-antialiased; }

#page form.post-password-form input[type="password"] {
  padding: 5px 10px;
  border: 1px solid; }
#page form.post-password-form input[type="submit"] {
  margin-top: 15px; }

form.search-form {
  position: relative;
  max-width: 420px; }
  form.search-form input[type="search"] {
    height: 50px;
    padding: 0 30px 0 0;
    background: none;
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
    color: inherit;
    font-weight: 400; }
  form.search-form ::-webkit-input-placeholder {
    opacity: 1; }
  form.search-form :-moz-placeholder {
    opacity: 1; }
  form.search-form :-ms-input-placeholder {
    opacity: 1; }
  form.search-form button.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 50px;
    background: none;
    border: none;
    box-shadow: none;
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 35px; }
    form.search-form button.search-submit:before {
      content: "\55"; }

.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0; }

.no-touch #page button[disabled]:hover,
.no-touch #page input[disabled]:hover {
  opacity: 0.5; }

/* ==========================================================================
   9.0 Media
   ========================================================================== */
.site .avatar {
  border-radius: 50%; }

.post-entry .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none; }

.comment-content a img,
.textwidget a img {
  display: block; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  margin-bottom: 30px;
  max-width: 100%;
  border: none;
  vertical-align: middle; }
  p > embed, p >
  iframe, p >
  object, p >
  video {
    margin-bottom: 0; }

.fluid-width-video-wrapper {
  margin-bottom: 30px; }
  .fluid-width-video-wrapper iframe {
    margin-bottom: 0; }

/* Disable padding top for Gutenberg video embed. */
.wp-embed-responsive .wp-block-embed.is-type-video[class*="wp-embed-aspect-"] .wp-block-embed__wrapper:before {
  display: none; }

.wp-video-shortcode {
  margin-bottom: 30px; }

#page .wp-playlist {
  margin: 0 0 30px;
  padding: 30px 30px 10px; }
  #page .wp-playlist .wp-playlist-tracks {
    margin-top: 0; }
  #page .wp-playlist a {
    text-decoration: none; }

.wp-playlist-item .wp-playlist-caption {
  padding: 15px 0;
  margin-left: 0;
  color: inherit !important; }

.wp-playlist-item .wp-playlist-item-length {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.mejs-container a {
  padding-bottom: 0;
  border-bottom: none;
  text-decoration: none; }

/**
 * Captions
 */
.wp-caption {
  margin: 30px 0;
  max-width: 100%;
  clear: both; }
  .wp-caption.aligncenter {
    text-align: center; }
  .post-entry > .wp-caption:first-child {
    margin-top: 0; }

.wp-caption-text,
.wp-block-image figcaption,
.wp-block-gallery figcaption,
.wp-block-video figcaption,
.wp-block-audio figcaption,
.wp-block-embed figcaption {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.5;
  opacity: 0.75; }

img[class*="wp-image-"] {
  display: inline-block; }
  p img[class*="wp-image-"].aligncenter {
    display: block; }

.post-entry figure > a {
  padding-bottom: 0;
  border: none;
  text-decoration: none; }

/**
 * Galleries
 */
.gallery {
  margin: 0 -2px 30px; }
  .gallery .gallery-item {
    float: left;
    display: inline-block;
    width: 100%;
    max-width: 33.33%;
    text-align: center;
    vertical-align: top; }
    .gallery .gallery-item .gallery-icon {
      font-size: 0;
      padding: 0 2px 4px; }
      .gallery .gallery-item .gallery-icon a {
        transition: 0s; }
      .gallery .gallery-item .gallery-icon img {
        margin: 0 auto; }
  .gallery.gallery-columns-1 .gallery-item {
    max-width: 100%; }
  .gallery.gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery.gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery.gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery.gallery-columns-6 .gallery-item {
    max-width: 16.666%; }
  .gallery.gallery-columns-7 .gallery-item {
    max-width: 14.285%; }
  .gallery.gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery.gallery-columns-9 .gallery-item {
    max-width: 11.11%; }
  .gallery.gallery-columns-1 .gallery-item, .gallery.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery.gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery.gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery.gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery.gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery.gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery.gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

/**
 * Embeded Twitter Tweet
 */
.post-entry .twitter-tweet.twitter-tweet-rendered {
  margin-left: 0; }

/**
 * Fullscreen Video
 */
.fallsky-media-wrapper.fallsky-media-fullscreen-playing {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #000; }
  .fallsky-media-wrapper.fallsky-media-fullscreen-playing .close-button {
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 0;
    line-height: 36px;
    text-align: center;
    cursor: pointer; }
    .fallsky-media-wrapper.fallsky-media-fullscreen-playing .close-button:before {
      display: block;
      font-family: 'ElegantIcons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      font-size: 30px;
      line-height: 36px;
      -webkit-transform: translateX(-1px);
      -ms-transform: translateX(-1px);
      transform: translateX(-1px);
      content: "\4d"; }
  .fallsky-media-wrapper.fallsky-media-fullscreen-playing embed,
  .fallsky-media-wrapper.fallsky-media-fullscreen-playing iframe,
  .fallsky-media-wrapper.fallsky-media-fullscreen-playing object,
  .fallsky-media-wrapper.fallsky-media-fullscreen-playing video {
    max-height: 100%; }
  .fallsky-media-wrapper.fallsky-media-fullscreen-playing.show {
    display: block; }
  @media screen and (max-width: 782px) and (min-width: 601px) {
    .logged-in.admin-bar .fallsky-media-wrapper.fallsky-media-fullscreen-playing {
      top: 46px;
      height: calc(100% - 46px); } }
  @media screen and (min-width: 783px) {
    .logged-in.admin-bar .fallsky-media-wrapper.fallsky-media-fullscreen-playing {
      top: 32px;
      height: calc(100% - 32px); } }

/**
 * Wide Image - only works when there is no sidebar
 */
.site-content:not([class*="with-sidebar"]) .wide-image {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  text-align: center; }
  .site-content:not([class*="with-sidebar"]) .wide-image > img {
    margin: 0 auto 30px; }
  .site-content:not([class*="with-sidebar"]) .wide-image > .wp-caption {
    margin-right: auto;
    margin-left: auto; }
  @media screen and (min-width: 768px) {
    .site-layout-frame .site-content:not([class*="with-sidebar"]) .wide-image {
      width: calc(100vw - 70px); } }

/**
 * Show justified gallery after initialization
 */
.post-content-gallery.gallery-justified {
  opacity: 0; }
  .post-content-gallery.gallery-justified.justified-gallery-initialized {
    opacity: 1;
    transition: opacity 0.4s; }
  .post-content-gallery.gallery-justified img {
    cursor: zoom-in; }

.loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  padding: 0;
  background: var(--bg-color); }
  .loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .image-gallery {
    top: 60px; }
    .loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .image-gallery,
    .loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .image-gallery .slick-list,
    .loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .image-gallery .slick-track {
      height: 100%; }
      .loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .image-gallery .slick-slide,
      .loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .image-gallery .slick-list .slick-slide,
      .loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .image-gallery .slick-track .slick-slide {
        height: auto; }
  .loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .gallery-item div {
    height: calc(100vh - 200px);
    padding: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 9;
    display: block;
    width: 100%;
    max-height: 50px;
    overflow: auto;
    padding: 10px 30px;
    text-align: center;
    opacity: 1; }
  .loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .slider-arrows {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 30px;
    width: 320px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .slider-arrows .slick-arrow {
      position: absolute;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center; }
      .loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .slider-arrows .slick-arrow.slick-prev {
        left: 0; }
      .loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .slider-arrows .slick-arrow.slick-next {
        right: 0; }
      .loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .slider-arrows .slick-arrow:before {
        font-size: 21px;
        font-size: 1.3125rem; }
  .loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .loftocean-popup-gallery-close {
    position: absolute;
    right: auto;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
    display: block;
    width: 50px;
    height: 50px;
    background: none;
    line-height: 50px;
    text-align: center;
    cursor: pointer; }
    .loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .loftocean-popup-gallery-close:after {
      font-family: 'ElegantIcons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      content: "\4d";
      font-size: 21px;
      font-size: 1.3125rem;
      line-height: inherit; }
  .light-color .loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .slider-arrows .slick-arrow {
    color: #000; }

@media screen and (max-width: 600px) {
  .logged-in.admin-bar .fallsky-media-wrapper.fallsky-media-fullscreen-playing .close-button {
    top: 70px; } }
@media screen and (max-width: 599px) {
  .gallery:not(.gallery-columns-1) .gallery-item .gallery-caption {
    display: none; } }
/* ==========================================================================
   10.0 Gutenberg Blocks
   ========================================================================== */
/**
 * Gutenberg Heading Font Size
 */
.post-entry .has-small-font-size {
  font-size: 13px; }
.post-entry .has-normal-font-size,
.post-entry .has-regular-font-size {
  font-size: 16px; }
.post-entry .has-medium-font-size {
  font-size: 20px; }
.post-entry .has-large-font-size {
  font-size: 36px; }
.post-entry .has-huge-font-size,
.post-entry .has-larger-font-size {
  font-size: 42px; }

/**
 * Gutenberg Drop Cap
 */
#page .post-entry p.has-drop-cap:first-letter {
  padding: 0;
  margin: 10px 15px 0 0;
  box-sizing: border-box;
  font-size: 500%;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.8; }

/**
 * Gutenberg Columns
 */
#page .wp-block-columns {
  margin-bottom: 0; }

/**
 * Gutenberg Verse
 */
.wp-block-verse {
  padding: 0 30px;
  background: none;
  border: 0;
  white-space: pre-wrap !important; }

/**
 * Gutenberg Table
 */
.wp-block-table.is-style-stripes {
  border: none;
  border-bottom: 1px solid #f3f4f5; }

/* Gutenberg Image
   ========================================================================== */
.wp-block-image .alignleft {
  margin-right: 2em; }
.wp-block-image .alignright {
  margin-left: 2em; }
.wp-block-image figcaption {
  color: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.5;
  opacity: 0.75; }

/* Gutenberg Gallery
   ========================================================================== */
.wp-block-gallery {
  margin-bottom: 30px; }
  .wp-block-gallery:not(.alignleft):not(.alignright) {
    clear: both; }
  .post-entry .wp-block-gallery > li,
  .post-entry .wp-block-gallery ul > li {
    padding: 0; }
    .post-entry .wp-block-gallery > li:before,
    .post-entry .wp-block-gallery ul > li:before {
      display: none; }

/* Gutenberg Blockquote & Pullquote
   ========================================================================== */
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding: 0 0 0 40px;
  margin: 50px 0;
  font-weight: 600; }
  .wp-block-quote.is-large cite,
  .wp-block-quote.is-large footer,
  .wp-block-quote.is-style-large cite,
  .wp-block-quote.is-style-large footer {
    margin-top: 0;
    text-align: left; }

.wp-block-quote.has-text-align-center cite,
.wp-block-quote.has-text-align-center footer {
  text-align: center; }

.wp-block-pullquote {
  border-top: 4px solid;
  border-bottom: 4px solid; }
  .wp-block-pullquote:not(:last-child) {
    margin-bottom: 30px; }
  .wp-block-pullquote blockquote {
    padding: 0;
    margin: 0; }
  .wp-block-pullquote blockquote:before,
  .wp-block-pullquote blockquote cite:before {
    display: none; }

/* Gutenberg Group
   ========================================================================== */
.wp-block-group {
  margin-bottom: 30px; }
  .wp-block-group.has-background {
    padding: 30px; }
  .wp-block-group.alignfull {
    padding: 30px 0; }
    .wp-block-group.alignfull .wp-block-group__inner-container {
      max-width: 1140px;
      padding: 0 50px; }

.wp-block-group__inner-container > *:last-child {
  margin-bottom: 0; }

/* Gutenberg Cover
   ========================================================================== */
.wp-block-cover,
.wp-block-cover-image {
  padding: 0;
  margin-bottom: 30px;
  color: #fff; }
  .post-entry > .wp-block-cover:not(.has-text-color), .post-entry >
  .wp-block-cover-image:not(.has-text-color) {
    color: #fff; }
  .wp-block-cover .wp-block-cover-image-text,
  .wp-block-cover .wp-block-cover-text,
  .wp-block-cover h2,
  .wp-block-cover .wp-block-cover__inner-container,
  .wp-block-cover-image .wp-block-cover-image-text,
  .wp-block-cover-image .wp-block-cover-text,
  .wp-block-cover-image h2,
  .wp-block-cover-image .wp-block-cover__inner-container {
    width: 100%;
    max-width: 860px;
    padding: 30px;
    line-height: 1.35; }
  .wp-block-cover .wp-block-cover__inner-container > *:last-child,
  .wp-block-cover-image .wp-block-cover__inner-container > *:last-child {
    margin-bottom: 0; }
  .wp-block-cover .wp-block-cover__inner-container a,
  .wp-block-cover form,
  .wp-block-cover a,
  .wp-block-cover blockquote,
  .wp-block-cover-image .wp-block-cover__inner-container a,
  .wp-block-cover-image form,
  .wp-block-cover-image a,
  .wp-block-cover-image blockquote {
    color: inherit; }

.wp-block-column .wp-block-cover {
  height: auto; }

/* Gutenberg Media & Text
   ========================================================================== */
.wp-block-media-text {
  margin-bottom: 30px; }
  .wp-block-media-text .wp-block-media-text__content {
    width: 100%; }

.wp-block-media-text__content > *:first-child {
  margin-top: 30px; }

/* Gutenberg Button
   ========================================================================== */
#page .wp-block-button__link,
#page .wp-block-file__button {
  text-decoration: none; }

.wp-block-button {
  margin-bottom: 30px; }

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: inherit; }

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color), .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):active, .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):hover {
  color: #fff !important; }

/* Gutenberg Video, Audio & Embed
   ========================================================================== */
.wp-block-video,
.wp-block-audio,
.wp-block-embed {
  margin-bottom: 30px; }

.wp-block-video video,
.wp-block-embed .fluid-width-video-wrapper {
  margin-bottom: 0; }

/* Gutenberg Separator
   ========================================================================== */
.wp-block-separator {
  background: transparent;
  border: none;
  border-bottom: 2px solid #8f98a1;
  margin: 1.65em auto;
  clear: both; }
  .wp-block-separator.is-style-wide, .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px; }

.wp-block-separator.has-background {
  border-bottom: none; }

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px; }

/* Gutenberg Widgets
   ========================================================================== */
#page .wp-block-latest-posts,
#page .wp-block-categories,
#page .wp-block-archives,
#page .wp-block-latest-comments {
  margin-right: 0;
  margin-left: 0;
  list-style: none; }
  #page .wp-block-latest-posts a,
  #page .wp-block-categories a,
  #page .wp-block-archives a,
  #page .wp-block-latest-comments a {
    padding-bottom: 0;
    border-bottom: none;
    color: inherit;
    font-weight: 600;
    text-decoration: none; }
  #page .wp-block-latest-posts li,
  #page .wp-block-categories li,
  #page .wp-block-archives li,
  #page .wp-block-latest-comments li {
    padding-right: 0;
    padding-left: 0; }
    #page .wp-block-latest-posts li:before,
    #page .wp-block-categories li:before,
    #page .wp-block-archives li:before,
    #page .wp-block-latest-comments li:before {
      display: none; }

.wp-block-latest-posts li {
  margin-bottom: 20px; }
  .wp-block-latest-posts li > a {
    display: block; }
.wp-block-latest-posts a {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.35; }
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt a {
  font-size: inherit; }
.wp-block-latest-posts .wp-block-latest-posts__featured-image {
  margin-bottom: 15px; }
.wp-block-latest-posts .wp-block-latest-posts__featured-image.alignleft {
  margin-right: 1em; }
.wp-block-latest-posts .wp-block-latest-posts__featured-image.alignright {
  margin-left: 1em; }
.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts time {
  display: inline-block;
  margin-top: 8px; }
.wp-block-latest-posts .wp-block-latest-posts__post-author + .wp-block-latest-posts__post-date {
  margin-left: 10px; }

.wp-block-latest-posts__post-date {
  margin-top: 8px; }

.wp-block-categories,
.wp-block-archives {
  margin-bottom: 30px; }

.wp-block-categories li {
  margin-bottom: 6px; }
.wp-block-categories ul {
  margin-top: 6px;
  margin-left: 20px; }

.wp-block-tag-cloud a {
  display: block;
  float: left;
  width: 50%;
  text-align: left;
  line-height: 25px; }
  .wp-block-tag-cloud a:not(:hover) {
    color: inherit;
    text-decoration: none; }
  .no-touch .wp-block-tag-cloud a:hover, .wp-block-tag-cloud a:focus {
    text-decoration: underline; }

.wp-block-calendar,
.wp-block-search {
  margin-bottom: 30px; }

.wp-block-calendar tfoot a {
  color: inherit;
  text-decoration: none !important; }

.wp-block-search {
  position: relative;
  max-width: 360px;
  margin-right: 0;
  margin-left: 0; }
  .wp-block-search input[type="search"] {
    max-width: 360px;
    height: 42px;
    padding: 5px 42px 5px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    font-size: 0.8125rem; }
  .wp-block-search .wp-block-search__button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background: none;
    border: none;
    box-shadow: none;
    font-size: 0; }
    .wp-block-search .wp-block-search__button:before {
      font-family: 'ElegantIcons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 35px;
      content: "\55"; }

.wp-block-rss {
  margin: 0 0 30px;
  list-style: none;
  font-size: 13px;
  font-size: 0.8125rem; }
  .wp-block-rss .wp-block-rss__item {
    padding: 0; }
    .wp-block-rss .wp-block-rss__item:before {
      display: none; }
    .wp-block-rss .wp-block-rss__item:not(:last-child) {
      margin-bottom: 15px; }
      .wp-block-rss .wp-block-rss__item:not(:last-child):after {
        position: relative;
        display: block;
        width: 100%;
        height: 1px;
        margin-top: 15px;
        background: currentColor;
        opacity: 0.1;
        content: ""; }
    .wp-block-rss .wp-block-rss__item > *:not(:last-child) {
      margin-bottom: 10px; }
  .wp-block-rss .wp-block-rss__item-title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3; }
    .wp-block-rss .wp-block-rss__item-title a {
      text-decoration: none; }
    .wp-block-rss .wp-block-rss__item-title a:not(:hover) {
      color: inherit; }
  .wp-block-rss .wp-block-rss__item-publish-date,
  .wp-block-rss .wp-block-rss__item-author {
    display: inline-block;
    color: inherit;
    font-size: 12px;
    font-size: 0.75rem;
    opacity: 0.5; }
  .wp-block-rss .wp-block-rss__item-author {
    font-weight: 600; }
  .wp-block-rss .wp-block-rss__item-publish-date + .wp-block-rss__item-author {
    margin-left: 8px; }

.post-entry .wp-social-link {
  margin-left: 0;
  padding: 0; }
  .post-entry .wp-social-link:before {
    display: none; }
  .post-entry .wp-social-link a,
  .post-entry .wp-social-link a:active,
  .post-entry .wp-social-link a:hover,
  .post-entry .wp-social-link a:visited,
  .post-entry .wp-social-link svg {
    color: #fff; }

.post-entry .wp-block-social-links.is-style-logos-only .wp-social-link a {
  padding: 0; }
.post-entry .wp-block-social-links.is-style-logos-only .wp-social-link a,
.post-entry .wp-block-social-links.is-style-logos-only .wp-social-link a:active,
.post-entry .wp-block-social-links.is-style-logos-only .wp-social-link a:hover,
.post-entry .wp-block-social-links.is-style-logos-only .wp-social-link a:visited,
.post-entry .wp-block-social-links.is-style-logos-only .wp-social-link svg {
  color: inherit; }

/* Gutenberg Alignments
   ========================================================================== */
.post-entry > .alignfull {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 0 30px;
  width: 100vw;
  max-width: 100vw;
  clear: both; }
  .post-entry > .alignfull.gallery-slider, .post-entry > .alignfull.gallery-justified {
    width: 100vw;
    max-width: 100vw; }
  .post-entry > .alignfull.wp-block-cover.has-parallax {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: -50vw; }
  @media screen and (min-width: 768px) {
    .site-layout-frame .post-entry > .alignfull {
      width: calc(100vw - 70px); }
      .site-layout-frame .post-entry > .alignfull.wp-block-cover.has-parallax {
        margin-left: calc(35px - 50vw); } }

/* Theme Posts Block
   ========================================================================== */
.main #primary .post-entry .posts {
  margin-bottom: 50px; }
  .main #primary .post-entry .posts .post {
    color: var(--text-color); }
    .main #primary .post-entry .posts .post .post-content .post-header {
      margin-bottom: 15px; }
    .main #primary .post-entry .posts .post .post-meta {
      float: none;
      margin-top: 0; }
      .main #primary .post-entry .posts .post .post-meta .meta-item {
        line-height: 20px; }
    .main #primary .post-entry .posts .post a {
      text-decoration: none; }
  .main #primary .post-entry .posts.layout-card.dark-card .post, .main #primary .post-entry .posts.layout-card.dark-card .post .post-title, .main #primary .post-entry .posts.layout-overlay .post-content .post-title {
    color: #fff; }

@media screen and (min-width: 600px) {
  .wp-block-cover.has-left-content .wp-block-cover-image-text,
  .wp-block-cover.has-left-content .wp-block-cover-text,
  .wp-block-cover.has-left-content h2,
  .wp-block-cover-image.has-left-content .wp-block-cover-image-text,
  .wp-block-cover-image.has-left-content .wp-block-cover-text,
  .wp-block-cover-image.has-left-content h2 {
    margin: auto; }
  .wp-block-cover:not(.alignleft):not(.alignright) .wp-block-cover-image-text,
  .wp-block-cover:not(.alignleft):not(.alignright) .wp-block-cover-text,
  .wp-block-cover:not(.alignleft):not(.alignright) h2,
  .wp-block-cover-image:not(.alignleft):not(.alignright) .wp-block-cover-image-text,
  .wp-block-cover-image:not(.alignleft):not(.alignright) .wp-block-cover-text,
  .wp-block-cover-image:not(.alignleft):not(.alignright) h2 {
    font-size: 40px;
    font-size: 2.5rem; }

  .post-entry > *.alignwide {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 60px);
    max-width: 100vw; }
    .post-entry > *.alignwide.wp-block-cover.has-parallax {
      left: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      margin-left: -30px; } }
@media screen and (min-width: 768px) {
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large {
    padding-left: 100px; }
    .wp-block-quote.is-large p,
    .wp-block-quote.is-style-large p {
      font-size: 28px;
      font-size: 1.75rem; } }
@media screen and (min-width: 1120px) {
  .wp-block-cover:not(.alignleft):not(.alignright) .wp-block-cover-image-text,
  .wp-block-cover:not(.alignleft):not(.alignright) .wp-block-cover-text,
  .wp-block-cover:not(.alignleft):not(.alignright) h2,
  .wp-block-cover-image:not(.alignleft):not(.alignright) .wp-block-cover-image-text,
  .wp-block-cover-image:not(.alignleft):not(.alignright) .wp-block-cover-text,
  .wp-block-cover-image:not(.alignleft):not(.alignright) h2 {
    font-size: 50px;
    font-size: 3.125rem; }

  .wp-block-group.has-background {
    padding: 50px 30px; }
  .wp-block-group.alignfull {
    padding: 80px 0; }

  .site-content:not([class*="with-sidebar"]) .post-entry > *.alignwide {
    max-width: 1140px; }

  .site-content[class*="with-sidebar"] .post-entry > *.alignfull,
  .site-content[class*="with-sidebar"] .post-entry > *.alignwide {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto; }
    .site-content[class*="with-sidebar"] .post-entry > *.alignfull.wp-block-cover.has-parallax,
    .site-content[class*="with-sidebar"] .post-entry > *.alignwide.wp-block-cover.has-parallax {
      margin-left: 0; } }
@media screen and (min-width: 1200px) {
  .site-content:not([class*="with-sidebar"]) .post-entry > *.alignwide {
    width: calc(100% + 140px); }
    .site-content:not([class*="with-sidebar"]) .post-entry > *.alignwide.wp-block-cover.has-parallax {
      margin-left: -70px; } }
@media screen and (max-width: 599px) {
  .wp-block-columns.alignfull {
    padding: 0 30px; } }
@media screen and (max-width: 400px) {
  .wp-block-columns.alignfull {
    padding: 0 20px; } }

