/*
Theme Name: Charleston Pro
Theme URI: https://www.themeinwp.com/theme/charleston
Author: ThemeInWP
Author URI: https://www.themeinwp.com
Description: Charleston is a stunning, fully responsive, WordPress blogging theme designed specifically to showcase your fabulous content. With its minimal clean design and endless customization options, Charleston is the perfect choice for online businesses, creatives, bloggers, and influencers looking to transform their online presence.
Requires at least: 5.3
Tested up to: 6.4
Requires PHP: 5.6
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: charleston-pro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Search
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Gutenberg
# Media
	## Captions
	## Galleries
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    border: none;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 85%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0; /* 3 */
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
@media (max-width: 575px) {
    .hidden-xxs-screen {
        display: none !important;
    }
}
/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px) {
    .hidden-xs-screen {
        display: none !important;
    }
}
/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm-screen {
        display: none !important;
    }
}
/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md-screen {
        display: none !important;
    }
}
/* Breakpoint XL */
@media (min-width: 1200px) {
    .hidden-lg-screen {
        display: none !important;
    }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* Fonts ------------------------------------- */
/* ----------------------------------------------
Inter variable font. Usage:
@supports (font-variation-settings: normal) {
	html { font-family: 'Inter var', sans-serif; }
}
---------------------------------------------- */
@font-face {
    font-family: "Inter var";
    font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
    font-style: normal;
    font-display: swap;
    src: url(./assets/lib/fonts/inter/Inter-upright-var.woff2) format("woff2");
}
@font-face {
    font-family: "Inter var";
    font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
    font-style: italic;
    font-display: swap;
    src: url(./assets/lib/fonts/inter/Inter-italic-var.woff2) format("woff2");
}
html {
    font-size: 62.5%; /* 1rem = 10px */
}
body,
button,
input,
select,
optgroup,
textarea {
    color: #1A1B1F;
    font-family: "Inter var";
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6,
.secondary-font,
.header-titles .site-title,
.post-content-count .entry-header .post-order-count,
.wp-block-cover-image h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
    font-family: 'Playfair Display', sans-serif;
}
.header-titles .site-title,
.site-navigation .primary-menu a,
.offcanvas-main-navigation a,
.navigation .entry-title,
h1, h2, h3, h4, h5, h6 {
    text-transform: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    clear: both;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
h1,
h2 {
    margin: 0 0 2.5rem;
    line-height: 1.138888889;
}
h3,
h4,
h5,
h6 {
    margin: 0 0 1.5rem;
    line-height: 1.25;
}
label,
.primary-menu a,
.widget table th,
.widget table caption,
.widget_rss li a.rsswidget,
.entry-meta a,
.footer-navigation li a,
#comments h3.comment-reply-title #cancel-comment-reply-link,
#comments .comment-reply-link {
    font-weight: 500;
}
.entry-title-xlarge {
    font-size: 6.8rem;
}
.entry-title-large {
    font-size: 3.8rem;
}
.entry-title-big {
    font-size: 2.8rem;
}
.entry-title-medium,
#comments .comments-title,
#comments .comment-reply-title {
    font-size: 2.2rem
}
.entry-title-small {
    font-size: 1.7rem
}
#comments .comment-meta .comment-metadata {
    font-size: 1.2rem
}
@media screen and (max-width: 991px) {
    .entry-title-xlarge {
        font-size: 5rem;
    }
}
@media screen and (max-width: 767px) {
    .entry-title-xlarge {
        font-size: 4.5rem;
    }
    .entry-title-large {
        font-size: 3.5rem;
    }
    .entry-title-big {
        font-size: 2.2rem;
    }
    .entry-title-medium {
        font-size: 1.5rem;
    }
}
p {
    margin-bottom: 1.5em;
    margin-top: 0;
}
dfn, cite, em, i {
    font-weight: 400;
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}
@media screen and (max-width: 782px) {
    html {
        position: inherit !important;
    }
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
body {
    background: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
figure {
    margin: 1em 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
.data-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}
.data-bg-fixed {
    background-attachment: fixed;
}
.data-bg-large {
    height: 560px;
}
.data-bg-big {
    height: 420px;
}
.data-bg-medium {
    height: 220px;
}
.data-bg-small {
    height: 170px;
}
.data-bg-thumbnail {
    height: 100px;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
fieldset {
    border: .2rem solid #e1e1e3;
    margin-bottom: 3rem;
    margin-top: 3rem;
    padding: 2rem;
}
fieldset > *:first-child {
    margin-top: 0;
}
fieldset > *:last-child {
    margin-bottom: 0;
}
legend {
    font-size: .85em;
    font-weight: 700;
    padding: 0 1rem;
}
label {
    display: block;
    font-size: 1.5rem;
    margin: 0 0 .5rem 0;
}
label.inline,
input[type="checkbox"] + label {
    display: inline;
    font-weight: 400;
    margin-left: .5rem;
}
input,
textarea,
button,
select {
    font-family: inherit;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: .1rem;
    box-shadow: none;
    color: inherit;
    display: block;
    font-size: 1.6rem;
    margin: 0;
    max-width: 100%;
    outline: none;
    padding: 1.5rem 1.5rem;
    width: 100%;
}
textarea {
    height: 12rem;
    line-height: 1.5;
    width: 100%;
}
select {
    font-family: inherit;
    font-size: inherit;
}
input::-webkit-input-placeholder {
    line-height: normal;
}
input:-ms-input-placeholder {
    line-height: normal;
}
input::-moz-placeholder {
    line-height: normal;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
button,
.button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #1A1B1F;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    margin: 0;
    padding: 1rem 2.5rem;
    text-align: center;
    text-decoration: none;
    transition: opacity .15s linear;
    box-shadow: none;
}
button:hover,
.button:hover,
.wp-block-button__link:hover,
.wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
.button:focus,
.wp-block-button__link:focus,
.wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    text-decoration: none;
}
button:hover,
button:focus,
button:active {
    outline: 0;
}
.button-transparent {
    background: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: inherit;
    font-family: inherit;
    padding: 0;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: inherit;
    user-select: none;
}
.button-transparent:hover,
.button-transparent:focus {
    background: transparent;
    filter: alpha(opacity=65);
    opacity: .65;
}
.post-password-form {
    padding: 40px;
    background: #f8f9fa;
}
.post-password-form label {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.post-password-form input[type="password"] {
    background-color: #fff;
    min-height: 40px;
}
.post-password-form input[type="submit"] {
    border: 1px solid currentColor;
    padding: 1rem 3rem;
    min-height: 40px;
    height: 100%;
}
.post-password-form > p:first-child {
    margin-bottom: 2rem;
}
.post-password-form > p:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 0;
}
.home .theme-separator-hr {
    background-color: rgba(26, 27, 31, 0.085);
    display: block;
    height: 1px;
    width: 100%;
}
.home .has-banner-overlap .theme-separator-hr {
    background-color: rgba(255, 255, 255, 0.095);
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
}
.preloader {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transform: all 0.7s ease;
    transition: all 0.7s ease;
}
.page-loaded .preloader {
    transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
.preloader-style-1 {
    width: 56px;
    height: 56px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s ease-in-out infinite;
    top: 50%;
    margin: -28px auto 0 auto;
}
.preloader-style-1:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px;
}
@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-titles .site-title {
    display: block;
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .header-layout-3 .header-titles .site-title {
        font-size: 8.8rem;
    }
}
.header-titles .site-title a {
    color: inherit;
}
.header-titles .site-description {
    margin-bottom: 0;
}
.site-navigation {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9;
}
.header-layout-1 .site-navigation,
.header-layout-3 .site-navigation {
    border-bottom: 1px solid;
    border-top: 1px solid;
}
.header-layout-3 .site-navigation {
    text-align: center;
}
@media (min-width: 992px) {
    #site-header.has-banner-overlap {
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 99;
    }
}
.header-navbar {
    align-items: center;
    background: transparent;
    display: flex;
    position: relative;
    transition: none;
}
.header-layout-3 .header-navbar {
    padding-bottom: 4.5rem;
    padding-top: 4.5rem;
}
.header-navbar .wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.header-navbar .navbar-item-left {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
@media (min-width: 1000px) {
    .header-navbar .navbar-item-left {
        flex-shrink: 0;
    }
}
.header-navbar .navbar-item-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.header-navbar .navbar-item-right {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
@media (min-width: 576px) {
    .header-layout-3 .header-navbar .navbar-item-right {
        position: absolute;
        right: 15px;
    }
}
.navbar-controls {
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
    margin-left: 1rem;
}
.navbar-control {
    align-items: center;
    display: flex;
    height: 8rem;
    justify-content: flex-end;
    padding: 0 0.25rem;
    position: relative;
    text-decoration: none;
}
.action-control-trigger:focus {
    outline: none;
}
.navbar-item-right .button-transparent .action-control-trigger {
    margin-left: 2rem;
}
.navbar-control:focus-visible > .action-control-trigger,
.button-style:focus-visible > .action-control-trigger {
    outline: 2px solid #2568ef;
}
@media (min-width: 700px) {
    .navbar-controls .navbar-control {
        height: 10rem;
    }
}
.header-searchbar {
    background: rgba(0, 0, 0, 0.42);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.header-searchbar.header-searchbar-active {
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.admin-bar .header-searchbar.header-searchbar-active {
    top: 32px;
}
@media (max-width: 782px) {
    .admin-bar .header-searchbar.header-searchbar-active {
        top: 46px;
    }
}
.header-searchbar-inner {
    transform: translateY(-100%);
    transition: transform 0.15s linear, box-shadow 0.15s linear;
}
.header-searchbar-active .header-searchbar-inner {
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}
.header-searchbar-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50vh;
}
.header-searchbar form {
    margin: 0;
    position: relative;
    width: 100%;
}
.header-searchbar .search-field {
    background: none;
}
.header-searchbar .search-form .search-submit {
    width: 33%;
}
.header-searchbar .search-form .exit-search {
    padding: 1.4rem 1.8rem;
}
.header-searchbar #search-closer .action-control-trigger {
    padding: 2rem;
}
@media screen and (min-width: 992px) {
    .desktop-disabled-responsive-menu .navbar-control-offcanvas {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}
.hide-desktop-navigation {
    display: none;
    visibility: hidden;
    opacity: 0;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #000;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #2568ef;
}
a:hover,
a:focus,
a:active {
    outline: none;
}
a:focus-visible {
    outline: 2px solid #2568ef;
}
.entry-content a:not(.more-link):not(.button):not(.wp-block-button__link):not(.btn-fancy):not([class*='twp_cat']),
.entry-summary a:not(.more-link):not(.button),
.widget_text a:not(.more-link):not(.button) {
    text-decoration: underline;
}
/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.search-form {
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 -0.8rem -0.8rem;
}
.search-form label {
    align-items: stretch;
    display: flex;
    font-size: inherit;
    margin: 0;
    width: 100%;
}
.search-form .search-field {
    width: 100%;
}
.search-form .search-submit {
    flex-shrink: 0;
}
.search-form-default {
    display: flex;
    position: relative;
    margin: 0 auto;
}
.search-form-default label {
    width: 100%;
    margin: 0 auto;
}
.search-form-default .search-field-default {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f1f1f1;
    border: none;
    height: 45px;
    margin: 0;
    padding: 10px 20px 10px 40px;
}
.search-form-default svg {
    height: 18px;
    left: 10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    transition: fill .2s;
    width: 20px;
    filter: alpha(opacity=75);
    opacity: .75;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-navigation ul {
    list-style: none;
}
.site-navigation .primary-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    align-items: center;
}
.header-layout-2 .site-navigation .primary-menu {
    margin: -0.8rem 0 0 -2rem;
    justify-content: flex-end;
}
.header-layout-3 .site-navigation .primary-menu {
    justify-content: center;
}
.primary-menu a {
    color: inherit;
}
.site-navigation .primary-menu .icon {
    display: block;
    height: 0.7rem;
    position: absolute;
    pointer-events: none;
    transform: rotate(-45deg);
    width: 1.3rem;
}
.site-navigation .primary-menu .icon::before,
.site-navigation .primary-menu .icon::after {
    content: "";
    display: block;
    background-color: currentColor;
    position: absolute;
    bottom: calc(50% - 0.1rem);
    left: 0;
}
.site-navigation .primary-menu .icon::before {
    height: 0.9rem;
    width: 0.2rem;
}
.site-navigation .primary-menu .icon::after {
    height: 0.2rem;
    width: 0.9rem;
}
.site-navigation .primary-menu li {
    font-size: inherit;
    line-height: 1.25;
    position: relative;
}
.site-navigation .primary-menu > li {
    margin: 0.8rem 0 0 2rem;
}
.header-layout-1 .site-navigation .primary-menu > li {
    margin: 2rem 2rem 2rem 0;
}
.header-layout-3 .site-navigation .primary-menu > li {
    margin: 1.8rem 1.5rem;
}
.site-navigation .primary-menu > li.menu-item-has-children > a {
    padding-right: 2rem;
}
.site-navigation .primary-menu > li > .icon {
    right: -0.5rem;
    top: calc(50% - 0.4rem);
}
.site-navigation .primary-menu a {
    display: block;
    text-decoration: none;
    word-break: normal;
    word-wrap: normal;
}
/* SUB MENU */
.site-navigation .primary-menu ul {
    background: #000;
    border-radius: 0.4rem;
    color: #fff;
    font-size: 1.7rem;
    opacity: 0;
    padding: 1rem 0;
    position: absolute;
    left: -99999rem;
    top: calc(100% + 2rem);
    transition: opacity 0.15s linear, transform 0.15s linear, left 0s 0.15s;
    transform: translateY(0.6rem);
    width: 24rem;
    z-index: 1;
    margin-left: 0;
    margin-right: 0;
}
.site-navigation .primary-menu li.menu-item-has-children:hover > ul,
.site-navigation .primary-menu li.menu-item-has-children:focus > ul {
    left: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
}
.site-navigation .primary-menu li.menu-item-has-children:focus-within > ul {
    left: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
}
.site-navigation .primary-menu ul::before,
.site-navigation .primary-menu ul::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
}
.site-navigation .primary-menu ul::before {
    height: 2rem;
    left: 0;
    width: 100%;
}
.site-navigation .primary-menu ul::after {
    border: 0.8rem solid transparent;
    border-bottom-color: #000;
    left: 1.8rem;
}
.site-navigation .primary-menu ul a {
    background: transparent;
    border: none;
    color: inherit;
    display: block;
    padding: 1rem 2rem;
    transition: background-color 0.15s linear;
    width: 100%;
}
.site-navigation .primary-menu ul li.menu-item-has-children > a {
    padding-right: 4.5rem;
}
.site-navigation .primary-menu ul li.menu-item-has-children .icon {
    position: absolute;
    right: 1.5rem;
    top: calc(50% - 0.5rem);
}
/* DEEP DOWN */
.site-navigation .primary-menu ul ul {
    top: -1rem;
}
.site-navigation .primary-menu ul li.menu-item-has-children:hover > ul,
.site-navigation .primary-menu ul li.menu-item-has-children:focus > ul,
.site-navigation .primary-menu ul li.page_item_has_children:hover > ul,
.site-navigation .primary-menu ul li.page_item_has_children:focus > ul {
    left: calc(100% + 2rem);
}
.site-navigation .primary-menu ul li.menu-item-has-children:focus-within > ul,
.site-navigation .primary-menu ul li.page_item_has_children:focus-within > ul {
    left: calc(100% + 2rem);
}

.site-navigation .primary-menu ul ul::before {
    bottom: 0;
    height: auto;
    left: auto;
    left: -2rem;
    top: 0;
    width: 2rem;
}
.site-navigation .primary-menu ul ul::after {
    border-bottom-color: transparent;
    /*rtl:ignore*/
    border-right-color: #000;
    bottom: auto;
    left: -1.6rem;
    top: 2rem;
}
/*
 * Enable nav submenu expansion with tapping on arrows on large-viewport
 * touch interfaces (e.g. tablets or laptops with touch screens).
 * These rules are supported by all browsers (>IE11) and when JS is disabled.
 */
@media (any-pointer: coarse) {
    .site-navigation .primary-menu > li.menu-item-has-children > a {
        padding-right: 0;
        margin-right: 2rem;
    }
    .site-navigation .primary-menu ul li.menu-item-has-children > a {
        margin-right: 4.5rem;
        padding-right: 0;
        width: unset;
    }
}
/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu > li.menu-item-has-children > a {
    padding-right: 0;
    margin-right: 2rem;
}
body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
    margin-right: 4.5rem;
    padding-right: 0;
    width: unset;
}
@media screen and (max-width: 991px) {
    .site-navigation {
        display: none;
    }
}
@media (min-width: 992px) {
    .header-layout-4 .nav-panel {
        border-left: none;
        border-right: 1px solid;
        transition: left 150ms;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        width: 70px;
        z-index: 99;
    }
    .header-layout-4 .header-navbar {
        border-left: none;
        border-right: 1px solid;
        transition: left 150ms;
        position: absolute;
        height: 100%;
        width: 300px;
        left: -300px;
        top: 0;
        z-index: 100;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .header-layout-4 .header-navbar {
        background: #fff;
    }
    .extended-menu .header-layout-4 .header-navbar {
        left: 70px;
    }
}
@media (max-width: 991px) {
    .header-layout-4 .nav-panel {
        display: none;
        visibility: hidden;
    }
}
.header-layout-4 .header-navbar::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.nav-icon-toggle {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 40px auto 0 auto;
    cursor: pointer;
    text-align: center;
}
.nav-icon-toggle .svg-icon {
    height: 24px;
    width: 24px;
}
.navbar-control-search .svg-icon,
.navbar-control-offcanvas .bars {
    margin-top: 1rem;
}
.navbar-control-offcanvas .bars,
.button-offcanvas-close .bars {
    display: block;
    padding-top: 0.6rem;
    position: relative;
    height: 20px;
    width: 2rem;
}
.navbar-control-offcanvas .bar,
.button-offcanvas-close .bar {
    background: currentColor;
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    transition: transform 0.2s ease-in, opacity 0s ease-out 0.2s, margin 0.2s ease-out 0.2s;
    width: 100%;
}
.navbar-control-offcanvas .bar:nth-child(1),
.button-offcanvas-close .bar:nth-child(1) {
    margin-top: -.6rem;
}
.navbar-control-offcanvas .bar:nth-child(3),
.button-offcanvas-close .bar:nth-child(3) {
    margin-top: 0.6rem;
}
.navbar-control-offcanvas.active .bar,
.offcanvas-menu-active .button-offcanvas-close .bar {
    transition: margin 0.2s ease-in, opacity 0s ease-in 0.2s, transform 0.2s ease-out 0.25s;
}
.navbar-control-offcanvas.active .bar:nth-child(1),
.offcanvas-menu-active .button-offcanvas-close .bar:nth-child(1) {
    margin-top: 0;
    transform: rotate(45deg);
}
.navbar-control-offcanvas.active .bar:nth-child(2),
.offcanvas-menu-active .button-offcanvas-close .bar:nth-child(2) {
    opacity: 0;
}
.navbar-control-offcanvas.active .bar:nth-child(3),
.offcanvas-menu-active .button-offcanvas-close .bar:nth-child(3) {
    margin-top: 0;
    transform: rotate(-45deg);
}
#offcanvas-menu {
    background: rgba(0, 0, 0, 0.42);
    position: fixed;
    top: 0;
    height: 100%;
    right: -100%;
    width: 100%;
    z-index: 1000;
    justify-content: flex-end;
    -webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
    -ms-transition: right 0.5s;
    -o-transition: right 0.5s;
    transition: right 0.5s;
}
#offcanvas-menu .offcanvas-wraper {
    height: 100%;
    padding: 20px 100px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
}
#offcanvas-menu .offcanvas-wraper::-webkit-scrollbar {
    width: 0;
    height: 0;
}
@media screen and (max-width: 991px) {
    #offcanvas-menu .offcanvas-wraper {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        padding: 20px;
    }
}
@media screen and (max-width: 767px) {
    #offcanvas-menu .offcanvas-wraper {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
#offcanvas-menu .close-offcanvas-menu {
    text-align: right;
    cursor: pointer;
}
#offcanvas-menu .close-offcanvas-menu .offcanvas-close {
    font-size: 14px;
    font-weight: 700;
    margin: 10px auto;
    display: block;
    text-transform: uppercase;
    text-align: right;
}
.admin-bar #offcanvas-menu .close-offcanvas-menu .offcanvas-close {
    margin-top: 40px;
}
.offcanvas-wraper > * {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    will-change: transform, opacity;
}
.offcanvas-menu-active .offcanvas-wraper > * {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.offcanvas-menu-active .offcanvas-wraper .offcanvas-branding {
    transition-delay: 0.3s;
}
.offcanvas-menu-active .offcanvas-wraper .offcanvas-main-navigation {
    transition-delay: 0.6s;
}
.offcanvas-menu-active .offcanvas-wraper .offcanvas-social-navigation {
    transition-delay: 0.9s;
}
.offcanvas-close span {
    display: inline-block;
    vertical-align: middle;
}
#offcanvas-menu.offcanvas-menu-active {
    display: -ms-flexbox;
    display: flex;
    right: 0;
}
.offcanvas-main-navigation {
    width: 100%;
}
.offcanvas-item {
    margin-bottom: 15px;
}
.offcanvas-item .primary-menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.offcanvas-main-navigation li {
    border-bottom: 1px solid;
    position: relative;
}
.offcanvas-main-navigation li:last-child {
    border-bottom: none;
}
.offcanvas-main-navigation a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    position: relative;
}
.offcanvas-main-navigation .sub-menu {
    border-top: 1px solid;
    display: none;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.offcanvas-main-navigation .sub-menu.submenu-toggle-active {
    display: block;
}
.offcanvas-main-navigation .submenu-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle {
    border-style: solid;
    border-width: 0 0 0 1px;
    padding-left: 2rem;
    padding-right: 2rem;
}
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle .svg-icon {
    height: .9rem;
    transition: transform .15s linear;
    width: 1.8rem;
}
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle.button-toggle-active .svg-icon {
    transform: rotate(180deg);
}
.offcanvas-social-navigation ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.offcanvas-social-navigation li {
    display: inline-block;
    vertical-align: middle;
}
.offcanvas-social-navigation li a {
    color: inherit;
    display: block;
    font-size: 150%;
    text-decoration: none;
    padding-right: 4px;
    margin-right: 4px;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.skip-link {
    font-size: 16px !important;
}
#content[tabindex="-1"]:focus {
    outline: 0;
}
@media ( prefers-reduced-motion: reduce ) {
    * {
        animation-duration: 0s !important;
        transition-duration: 0s !important;
    }
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.offcanvas-search:before,
.offcanvas-search:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.widget:before,
.widget:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.offcanvas-search:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.widget:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    display: block;
    margin: 0 0 2.5rem;
}
.widget select {
    max-width: 100%;
}
.widget .button {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget {
    padding: 1.25em;
    border: 4px solid;
}
@media (min-width: 1024px) {
    .widget {
        padding: 1.7em;
    }
}
.widget.highlight {
    text-align: center;
    background-color: #f2f2f2;
}
.widget_search {
    padding: 0;
    border: 0;
}
.widget .widget-title,
.widget .textwidget > :first-child,
.widget .custom-html-widget > :first-child {
    margin-top: 0;
}
.widget .widget-title:after {
    content: '';
    display: block;
    width: 32px;
    height: 4px;
    margin-top: 1rem;
}
.widget_text .widget-title:after,
.widget.text-center .widget-title:after {
    margin-left: auto;
    margin-right: auto;
}
.widget ul,
.widget ol {
    padding-left: 0;
    padding-right: 0;
    list-style: none;
    margin-bottom: 0;
}
.widget li {
    margin-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    list-style: none;
}
.widget ul > li:last-child {
    margin-bottom: 0;
}
.widget ul .current-cat > a {
    color: #222;
}
.widget ul ul {
    padding-left: 1em;
}
.widget table {
    margin-bottom: 0;
}
.widget table caption {
    padding-top: 0;
    padding-bottom: 0;
}
.widget table tbody th,
.widget table tbody td {
    padding: .2em;
    text-align: center;
}
.widget table th,
.widget table caption {
    text-align: center;
}
.widget table tfoot td {
    padding: .2em .2em 0;
}
.widget_rss li {
    margin-bottom: 1.5em;
}
.widget_search .widget-title {
    display: none;
}
.widget_search .searchform {
    margin-bottom: 0;
}
.widget_rss a.rsswidget img {
    display: none;
}
.widget_rss li a.rsswidget {
    display: inline-block;
    line-height: 1.25em;
}
.widget_rss li .rss-date {
    display: block;
    margin-bottom: .25em;
    color: #797d86;
    font-size: 12px;
}
.widget_recent_entries .post-date {
    display: block;
    filter: alpha(opacity=45);
    opacity: 0.45;
    font-size: 11px;
    padding-top: 5px;
}
.widget_text .textwidget > :last-child,
.widget_archive select,
.widget_categories form,
.widget_categories select,
.widget_rss li:last-child {
    margin-bottom: 0;
}
.widget_categories select {
    width: 100%;
}
.widget_categories li,
.widget_archive li {
    overflow: hidden;
    text-align: right;
}
.widget_categories li a,
.widget_archive li a {
    float: left;
}
.widget_categories > ul:not(.hierarchy) {
    overflow: hidden;
    margin: -10px -15px;
}
.widget_categories > ul:not(.hierarchy) li {
    width: 50%;
    float: left;
    padding: 0 1rem;
}
.widget_tag_cloud a {
    display: inline-block;
    padding: 6px 10px;
    margin: 0 5px 8px 0;
    font-size: 12px !important;
    -webkit-transition: background-color .2s, color .2s;
    -o-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s;
}
.widget_tag_cloud a:before {
    content: '#';
    padding-right: 5px;
}
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus {
    background-color: #222;
    color: #fff;
    text-decoration: none;
}
.widget_media_gallery .gallery,
.widget_custom_html iframe.twitter-follow-button {
    margin-bottom: 0;
}
.widget_calendar thead {
    border: 1px solid #efefef;
}
.widget_calendar th {
    text-align: center;
    padding: 10px 0;
    border: 0;
    font-size: 11px;
    color: #999;
}
.widget_calendar caption {
    padding-bottom: 14px;
    text-align: left;
    font-size: 13px;
    color: #82af7c;
}
.widget_calendar tr td {
    padding: 7px 0;
    background: transparent;
    border: 1px solid #efefef;
    color: #999;
    font-size: 11px;
    text-align: center;
}
.widget_calendar td a {
    font-weight: 700;
    color: #82af7c;
}
.widget_calendar #today {
    font-weight: 700;
}
.widget_calendar tfoot a {
    font-weight: 600;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.theme-breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
}
.breadcrumbs {
    font-size: 90%;
    margin: 30px auto 0;
}
.single-featured-banner .featured-banner-content .breadcrumbs {
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .breadcrumbs {
        display: none;
    }
}
.breadcrumbs a {
    color: inherit;
}
.breadcrumbs ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.breadcrumbs ul li {
    display: inline-block;
    margin-bottom: 5px;
}
.breadcrumbs ul .trail-item span {
    position: relative;
    margin: 0 .5rem .4rem 0;
    background: rgba(0, 0, 0, 0.045);
    padding: .3rem .6rem .4rem .4rem;
    border-radius: 2px;
    line-height: 1;
    max-width: 18em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.breadcrumbs ul .trail-item span:hover,
.breadcrumbs ul .trail-item span:focus {
    background: rgba(0, 0, 0, 0.085);
}
.breadcrumbs ul .trail-item.trail-begin span {
    margin-left: 0;
}
.breadcrumbs ul .trail-item span:before {
    content: "";
    background: #000;
    display: inline-block;
    margin-left: .45rem;
    margin-right: .65rem;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    vertical-align: middle;
    margin-top: -2px;
}
.single-featured-banner .breadcrumbs ul .trail-item span:before {
    background: #fff;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.updated:not(.published) {
    display: none;
}
.post-content-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.post-content-wrap .post-content-share,
.post-content-wrap .post-content {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
.post-content-wrap .post-content-share {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}
.post-content-wrap .post-content {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
}
.single-layout .post-thumbnail {
    margin-bottom: 20px;
}
.single-layout .post-content-wrap .post-content ul li,
.single-layout .post-content-wrap .post-content ol li {
    margin-bottom: 10px;
}
.single-layout .post-content-wrap .post-content .entry-content p a {
    box-shadow: 0 -2px 0 #3062ff inset;
}
.entry-title a {
    color: inherit;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 2px), currentColor 2px);
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
    background-image: -ms-linear-gradient(transparent 95%, currentColor 2px);
    background-size: 0 96%;
    width: auto;
    -webkit-transition: .6s cubic-bezier(.215, .61, .355, 1);
    -o-transition: .6s cubic-bezier(.215, .61, .355, 1);
    transition: .6s cubic-bezier(.215, .61, .355, 1);
}
.entry-title a:hover,
.entry-title a:focus {
    background-size: 100% 96%;
    color: currentColor;
}
.theme-article-wrapper {
    position: relative;
}
.theme-listview-section .theme-article-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    display: block;
    border-bottom: 1px solid currentColor;
    filter: alpha(opacity=0.08);
    opacity: 0.08;
}
.theme-article-wrapper .post-content {
    padding: 20px 0;
}
.theme-article-alt .post-thumbnail,
.latest-blog-wrapper .post-thumbnail {
    position: relative;
    overflow: hidden;
}
.post-thumbnail-effects {
    overflow: hidden;
    position: relative;
}
.post-thumbnail-overlay {
    position: absolute;
    left: 0;
    text-align: left;
    bottom: 0;
    padding: 15px;
    z-index: 1;
}
.latest-blog-block-3 .post-thumbnail-overlay {
    bottom: inherit;
    left: inherit;
    right: 0;
    top: 0;
}
.latest-blog-block .post-thumbnail-overlay .entry-meta .entry-meta-item {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
}
.post-thumbnail-effects .data-bg {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform, filter, opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(.57, .21, .69, 1);
}
.has-post-thumbnail .post-thumbnail-effects .data-bg:before {
    position: absolute;
    bottom: 0;
    top: 50%;
    left: 0;
    right: 0;
    content: "";
    display: inline-block;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .95) 0%, transparent 100%);
    z-index: 1;
    transition: 500ms ease-in-out;
    pointer-events: none;
    will-change: transform;
}
.post-thumbnail-effects:hover .data-bg,
.post-thumbnail-effects:focus .data-bg {
    transform: scale(1.05, 1.05);
}
.post-thumbnail-effects:hover .data-bg:before {
    top: 0;
}
.post-format-icon {
    color: #fff;
    position: absolute;
    top: 0;
    z-index: 3;
    left: 0;
    display: block;
}
.post-format-icon:before {
    content: "";
    height: 110px;
    transform: rotate(45deg);
    width: 70px;
    display: block;
    top: -40px;
    left: -30px;
    position: absolute;
}
.format-video .post-format-icon:before {
    background: #7e40b6;
}
.format-image .post-format-icon:before {
    background: #7f87de;
}
.format-gallery .post-format-icon:before {
    background: #f89d2b;
}
.format-quote .post-format-icon:before {
    background: #ff8763;
}
.format-audio .post-format-icon:before {
    background: #d0021b;
}
.post-format-icon .svg-icon {
    position: relative;
    height: 2.1rem;
    width: 2.1rem;
    margin: 1rem 0 0 1rem;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.wrapper,
.vertical-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.wrapper-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
@media (min-width: 576px) {
    .wrapper {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .wrapper {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .wrapper {
        max-width: 1140px;
    }
}
@media screen and (min-width: 1400px) {
    .wrapper {
        max-width: 1240px;
    }
}
.site-layout-4 .wrapper {
    max-width: inherit;
}
.wrapper-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.vertical-wrapper-inner {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100vh;
}
@media screen and (max-width: 991px) {
    .vertical-wrapper-inner {
        height: inherit;
    }
}
.vertical-wrapper-inner .navbar-item {
    width: 100%;
}
.vertical-wrapper-inner .navbar-item-top {
    margin: 30px auto 15px;
}
.vertical-wrapper-inner .navbar-item-middle {
    margin: 0 auto auto;
}
.vertical-wrapper-inner .navbar-item-bottom {
    margin: 30px auto;
}
@media screen and (max-width: 991px) {
    .vertical-wrapper-inner .navbar-item-top {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }
}
.column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.column-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.column-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.column-2a {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.column-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.column-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.column-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.column-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.column-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.column-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.column-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.column-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.column-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.column-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media screen and (max-width: 991px) {
    .column-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .column-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.content-area,
.widget-area {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
.content-area {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.no-sidebar .content-area {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.widget-area {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
@media screen and (min-width: 992px) {
    .left-sidebar .content-area {
        -ms-flex-order: 2;
        order: 2;
    }
    .left-sidebar .widget-area {
        -ms-flex-order: 1;
        order: 1;
    }
}
@media screen and (max-width: 991px) {
    .content-area,
    .widget-area {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.alignnone,
.aligncenter {
    margin-bottom: 4rem;
    margin-top: 4rem;
}
.alignwide,
.alignfull {
    margin-bottom: 6rem;
    margin-top: 6rem;
}
.alignleft {
    margin: .5rem 2.5rem 2.5rem 0;
}
.alignright {
    margin: .5rem 0 2.5rem 2.5rem;
}
.entry-content > .alignfull {
    margin-left: -4rem;
}
.entry-content > .alignwide {
    max-width: calc(100vw - 8rem);
    width: calc(100vw - 8rem);
}
.alignfull > figcaption,
.alignfull > .wp-caption-text {
    width: calc(100% - 8rem);
}
.entry-excerpt-muted {
    filter: alpha(opacity=65);
    opacity: 0.65;
}
.entry-meta {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.entry-meta a {
    color: inherit;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 1.4rem;
}
.entry-meta .entry-meta-item {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-right: 2rem;
    max-width: calc(100% - 2rem);
    gap:0.5rem;
}
.entry-meta-item .svg-icon {
    display: inherit;
    color: #d0021b;
}
.entry-meta-label {
    margin-right: 5px;
}
.entry-meta .entry-meta-categories > a {
    color: #fff;
    padding: 8px 10px;
    display: inline-block;
    position: relative;
    margin: 0 auto 4px;
    line-height: 1em;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.single-default-banner {
    margin-bottom: 30px;
}
.single-featured-banner {
    background: rgba(0, 0, 0, 0.035);
    position: relative;
}
.banner-has-image {
    color: #fff;
    margin-bottom: 30px;
}
.banner-has-image .entry-meta a {
    color: inherit;
}
.featured-banner-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.featured-banner-media .data-bg-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.featured-banner-content {
    padding-bottom: 6rem;
    padding-top: 10rem;
    z-index: 9;
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
@media (max-width: 575px) {
    .featured-banner-content {
        padding-bottom: 3rem;
    }
}
.site-layout-4 .featured-banner-content {
    align-items: center;
}
.featured-banner-overlay {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.post-navigation {
    border-style: solid;
    border-width: .1rem 0;
    margin-top: 5rem;
    padding: 3rem 0;
}
.post-navigation .nav-links {
    display: flex;
    flex-direction: column;
}
.post-navigation .nav-links > div + div {
    margin-top: 1rem;
}
.post-navigation a {
    align-items: baseline;
    display: flex;
    text-decoration: none;
}
.post-navigation .arrow {
    margin-right: 1rem;
}
/* SINGLE PAGINATION */
.post-navigation {
    padding: 3.5rem 0;
    margin-bottom: 8rem;
    margin-top: 8rem;
}
.post-navigation .nav-links {
    flex-direction: row;
    justify-content: space-between;
}
.post-navigation .nav-links a {
    color: inherit;
}
.post-navigation .nav-links a:hover,
.post-navigation .nav-links a:focus {
    color: #2568ef;
}
.post-navigation .nav-links > div {
    max-width: calc(50% - 2rem);
}
.post-navigation .nav-links > div + div {
    margin: 0 0 0 4rem;
}
.post-navigation .arrow {
    margin: 0 2rem 0 0;
}
.post-navigation .nav-next:only-child {
    margin-left: auto;
}
.post-navigation .nav-next a {
    flex-direction: row-reverse;
    text-align: right;
}
.post-navigation .nav-next .arrow {
    margin: 0 0 0 2rem;
}
.floating-post-navigation {
    position: fixed;
    top: 50%;
    z-index: 999;
    width: 340px;
    height: 200px;
    overflow: hidden;
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: all .4s cubic-bezier(.24, .6, .25, 1);
    -moz-transition: all .4s cubic-bezier(.24, .6, .25, 1);
    -o-transition: all .4s cubic-bezier(.24, .6, .25, 1);
    transition: all .4s cubic-bezier(.24, .6, .25, 1);
}
.floating-post-navigation img {
    filter: alpha(opacity=65);
    opacity: .65;
}
.floating-navigation-prev {
    right: calc(100% - 50px);
}
.floating-navigation-prev:hover {
    right: calc(100% - 339px);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}
.floating-navigation-next {
    left: calc(100% - 50px);
}
.floating-navigation-next:hover {
    left: calc(100% - 339px);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}
.floating-post-navigation img {
    object-fit: cover;
    position: absolute;
    top: 0;
    height: 100% !important;
}
.floating-navigation-prev img {
    right: 50px;
}
.floating-navigation-next img {
    left: 50px;
}
.floating-post-navigation a {
    color: inherit;
}
.floating-post-navigation a:hover,
.floating-post-navigation a:focus {
    color: inherit !important;
}
.floating-post-navigation .floating-navigation-label {
    position: absolute;
    top: 0;
    writing-mode: vertical-rl;
    right: 0;
    height: 100%;
    text-align: center;
    width: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 4px;
    z-index: 2;
}
.floating-navigation-next .floating-navigation-label {
    right: auto;
    left: 0;
}
.floating-post-navigation .floating-navigation-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 100%;
    padding: 20px 60px 20px 20px;
    z-index: 2;
}
.floating-navigation-next .floating-navigation-title {
    padding: 20px 20px 20px 60px;
}
.related-post-item {
    margin-bottom: 30px;
}
/* HomePage Template */
#page {
    position: relative;
}
@media (min-width: 992px) {
    .site-layout-4 .page-wrapper {
        margin-left: 70px;
        transition: margin-left 150ms;
        -webkit-transition: margin-left 150ms;
        -moz-transition: margin-left 150ms;
        -ms-transition: margin-left 150ms;
        -o-transition: margin-left 150ms;
    }
    .site-layout-4.extended-menu .page-wrapper {
        margin-left: 370px;
    }
}
@media (min-width: 1400px) {
    .page-template-homepage-template-aside.site-layout-4 .page-wrapper:not(.page-wrapper-full) {
        padding-left: 550px;
    }
    .page-template-homepage-template-aside.site-layout-4 .page-wrapper-full {
        padding-left: 300px;
    }
    .page-template-homepage-template-aside.site-layout-4 .page-wrapper:not(.page-wrapper-full) .featured-banner-block .theme-article {
        position: fixed;
        top: 0;
        left: 70px;
        height: 100vh;
        width: 550px;
        transition: left 150ms;
    }
    .page-template-homepage-template-aside.site-layout-4.extended-menu .page-wrapper:not(.page-wrapper-full) .featured-banner-block .theme-article {
        left: 370px;
    }
    .page-template-homepage-template-aside.site-layout-4 .page-wrapper:not(.page-wrapper-full) .featured-banner-block .theme-article .theme-article-wrapper {
        display: flex;
        align-items: flex-end;
        flex-wrap: nowrap;
        height: 100%
    }
}
.page-template-homepage-template-aside.site-layout-4 .page-wrapper .featured-banner-block .theme-article .post-content {
    position: relative;
    z-index: 1;
}
.page-template-homepage-template-aside.site-layout-4 .page-wrapper .featured-banner-block .theme-article .post-content-has-overlay {
    color: #fff;
}
.page-template-homepage-template-aside.site-layout-4 .page-wrapper .featured-banner-block .theme-article .theme-article-wrapper .post-content {
    padding: 100px 0;
}
@media (min-width: 992px) {
    .site-layout-4 .page-wrapper .header-layout-4 {
        transition: width 150ms;
        position: fixed;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 10;
    }
}
.site-content-wrapper .featured-banner-block {
    height: 600px;
    position: relative;
    margin-bottom: 50px;
}
.site-content-wrapper .featured-banner-block .data-bg-featured {
    display: block;
    height: 600px;
}
.site-content-wrapper .featured-banner-block .post-content {
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 15px 80px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    z-index: 2;
}
.site-content-wrapper .featured-banner-block .post-content .featured-banner-wrapper {
    width: 100%;
    -webkit-align-self: flex-end;
    align-self: flex-end;
}
@media (min-width: 992px) {
    .site-layout-4 .site-content-wrapper .featured-banner-block {
        position: fixed;
        top: 0;
        left: 70px;
        width: calc(60% - 370px);
        height: 100vh;
        transition: left 150ms;
        -webkit-transition: left 150ms;
        -moz-transition: left 150ms;
        -ms-transition: left 150ms;
        -o-transition: left 150ms;
    }
    .extended-menu.site-layout-4 .site-content-wrapper .featured-banner-block {
        left: 370px;
    }
}
.site-layout-4 .featured-banner-block .data-bg-featured {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 991px) {
    .site-layout-4 .site-content-wrapper .featured-banner-block {
        margin-bottom: 0;
    }
}
.latest-blog-block {
    padding: 30px 15px;
}
.latest-blog-block-1 .latest-blog-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.latest-blog-block-1 .latest-blog-wrapper .theme-article {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
}
.site-content-wrapper-1 .latest-blog-block-1 .latest-blog-wrapper .theme-article {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.site-content-wrapper-2 .latest-blog-block-1 .latest-blog-wrapper .theme-article {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
@media screen and (max-width: 767px) {
    .site-content-wrapper-1 .latest-blog-block-1 .latest-blog-wrapper .theme-article,
    .site-content-wrapper-2 .latest-blog-block-1 .latest-blog-wrapper .theme-article {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.site-content-wrapper-1 .latest-blog-block-1 .data-bg-default {
    height: 300px;
}
.site-layout-4 .site-content-wrapper-1 .latest-blog-block-1 .data-bg-default {
    height: 200px;
}
.site-content-wrapper-2 .latest-blog-block-1 .data-bg-default {
    height: 270px;
}
.site-content-wrapper-1 .latest-blog-block-2 .data-bg-lateral {
    height: 300px;
}
.site-content-wrapper-2 .latest-blog-block-2 .data-bg-lateral {
    height: 370px;
}
.latest-blog-block-2 .latest-blog-wrapper .theme-article .theme-article-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 30px;
}
.latest-blog-block-2 .latest-blog-wrapper .theme-article .post-thumbnail,
.latest-blog-block-2 .latest-blog-wrapper .theme-article .post-content {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.latest-blog-block-2 .latest-blog-wrapper .theme-article .post-thumbnail,
.latest-blog-block-2 .latest-blog-wrapper .theme-article .post-content {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.site-layout-4 .latest-blog-block.latest-blog-block-3 .wrapper {
    padding-right: 0;
    padding-left: 0;
}
.latest-blog-block-3 .latest-blog-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.latest-blog-block-3 .latest-blog-wrapper .theme-article {
    position: relative;
    width: 100%;
}
.latest-blog-block-3 .latest-blog-wrapper .article-item-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .latest-blog-block-3 .latest-blog-wrapper .article-item-1 .entry-title {
        font-size: 4.8rem;
    }
}
.latest-blog-block-3 .latest-blog-wrapper .article-item-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.latest-blog-block-3 .latest-blog-wrapper .theme-article .post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 9;
    max-width: 85%;
}
.latest-blog-block-3 .latest-blog-wrapper .theme-article.has-post-thumbnail .post-content {
    color: #fff;
}
.site-content-wrapper-1 .latest-blog-block-3 .article-item-1 .data-bg-metro {
    height: 400px;
}
.site-content-wrapper-1 .latest-blog-block-3 .article-item-2 .data-bg-metro {
    height: 320px;
}
body:not(.site-layout-4) .site-content-wrapper-1 .latest-blog-block-3 .article-item-1 .data-bg-metro,
.site-content-wrapper-2 .latest-blog-block-3 .article-item-1 .data-bg-metro {
    height: 700px;
}
body:not(.site-layout-4) .site-content-wrapper-1 .latest-blog-block-3 .article-item-2 .data-bg-metro,
.site-content-wrapper-2 .latest-blog-block-3 .article-item-2 .data-bg-metro {
    height: 470px;
}
.featured-cover-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media (min-width: 768px) {
    .featured-cover-banner {
        min-height: 60rem;
    }
}
.template-slider-main .theme-slick-item .theme-article {
    position: relative;
}
.template-slider-main .theme-slick-item .theme-article .post-content {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 576px) {
    .template-slider-main .theme-slick-item .theme-article .post-content {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .template-slider-main .theme-slick-item .theme-article .post-content {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .template-slider-main .theme-slick-item .theme-article .post-content {
        max-width: 1140px;
    }
}
@media screen and (min-width: 1400px) {
    .template-slider-main .theme-slick-item .theme-article .post-content {
        max-width: 1240px;
    }
}
.template-carousel-main .theme-slick-item .theme-article-wrapper {
    display: flex;
    display: -webkit-flex;
    flex-flow: column nowrap;
}
.template-carousel-main .theme-slick-item .theme-article-wrapper .post-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    text-align: center;
}
.template-carousel-main .theme-slick-item.reverse .theme-article-wrapper {
    flex-flow: column-reverse nowrap;
}
/* ARCHIVE LAYOUT */
.archive-layout-lateral .theme-article,
.archive-layout-default,
.archive-layout-metro,
.archive-layout-masonry {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.archive-layout-lateral .theme-article,
.archive-layout-default {
    margin-right: -15px;
    margin-left: -15px;
}
.archive-layout-default .theme-article,
.archive-layout-lateral .theme-article {
    margin-bottom: 30px;
}
.archive-layout-lateral .theme-article .post-thumbnail,
.archive-layout-lateral .theme-article .post-content,
.archive-layout-default .theme-article {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
.archive-layout-metro .theme-article,
.archive-layout-masonry .theme-article {
    position: relative;
    width: 100%;
}
.archive-layout-lateral .theme-article .post-thumbnail,
.archive-layout-lateral .theme-article .post-content,
.left-sidebar .archive-layout-default .theme-article,
.right-sidebar .archive-layout-default .theme-article,
.archive-layout-metro .theme-article,
.left-sidebar .archive-layout-masonry .theme-article,
.right-sidebar .archive-layout-masonry .theme-article {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.no-sidebar .archive-layout-default .theme-article,
.no-sidebar .archive-layout-masonry .theme-article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.archive-layout-metro .theme-article:nth-child(3n+1) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.archive-layout-masonry .theme-article .post-content,
.archive-layout-metro .theme-article .post-content {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px;
    z-index: 9;
    max-width: 85%;
}
.pagination {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
}
.pagination a {
    color: inherit;
}
.pagination .page-numbers {
    display: inline-block;
    margin-right: 1.25em;
    filter: alpha(opacity=54);
    opacity: 0.54;
}
.pagination .page-numbers.current {
    filter: alpha(opacity=100);
    opacity: 1;
}
.pagination .page-numbers:last-child {
    margin-right: 0;
}
@media only screen and (min-width: 600px) {
    .pagination .prev:after,
    .pagination .next:before {
        position: relative;
        display: inline-block;
        width: 2.25rem;
        height: 1px;
        content: '';
        vertical-align: middle;
        background-color: #eaebee;
    }
    .pagination .prev:after {
        margin-left: 1.25em;
    }
    .pagination .next:before {
        margin-right: 1.25em;
    }
}
.theme-ajax-post-load {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.theme-ajax-post-load .theme-loading-button {
    min-width: 300px;
}
.slick-slider,
.slick-slider * {
    outline: none !important;
}
.template-carousel-main {
    padding: 30px 15px;
}
.template-carousel-slide .slick-list {
    margin: 0 -5px;
}
.template-carousel-slide .slick-slide {
    padding: 0 5px;
}
.slide-btn {
    position: absolute;
    top: 50%;
    display: block;
    overflow: hidden;
    margin-top: -50px;
    width: 32px;
    height: 100px;
    background-color: #333;
    -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 1px 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    text-align: center;
    font-weight: 400;
    opacity: 0;
    cursor: pointer;
    padding: 0;
    -webkit-transition: opacity .3s cubic-bezier(.32, .74, .57, 1), background-color .3s cubic-bezier(.32, .74, .57, 1);
    -moz-transition: opacity .3s cubic-bezier(.32, .74, .57, 1), background-color .3s cubic-bezier(.32, .74, .57, 1);
    -ms-transition: opacity .3s cubic-bezier(.32, .74, .57, 1), background-color .3s cubic-bezier(.32, .74, .57, 1);
    -o-transition: opacity .3s cubic-bezier(.32, .74, .57, 1), background-color .3s cubic-bezier(.32, .74, .57, 1);
    transition: opacity .3s cubic-bezier(.32, .74, .57, 1), background-color .3s cubic-bezier(.32, .74, .57, 1);
    z-index: 1;
}
.slide-prev-icon {
    left: 15px;
}
.slide-next-icon {
    right: 15px;
}
.slick-slider:hover .slide-btn,
.slick-slider:focus .slide-btn {
    opacity: .5;
}
.slide-btn i {
    position: relative;
    display: block;
    width: 32px;
    text-align: center;
    font-size: 18px;
    line-height: 100px;
    -webkit-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    -moz-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    -ms-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    -o-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    transition: all .3s cubic-bezier(.32, .74, .57, 1);
}
.slide-btn:hover i {
    -webkit-transform: translate3d(32px, 0, 0);
    -moz-transform: translate3d(32px, 0, 0);
    -ms-transform: translate3d(32px, 0, 0);
    -o-transform: translate3d(32px, 0, 0);
    transform: translate3d(32px, 0, 0);
    transform: translate3d(32px, 0, 0);
}
.slide-prev-icon:hover i {
    -webkit-transform: translate3d(-32px, 0, 0);
    -moz-transform: translate3d(-32px, 0, 0);
    -ms-transform: translate3d(-32px, 0, 0);
    -o-transform: translate3d(-32px, 0, 0);
    transform: translate3d(-32px, 0, 0);
}
.slide-btn span {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    display: block;
    padding-left: .4em;
    width: 100px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: .7rem;
    line-height: 32px;
    -webkit-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    -moz-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    -ms-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    -o-transition: all .3s cubic-bezier(.32, .74, .57, 1);
    transition: all .3s cubic-bezier(.32, .74, .57, 1);
    -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
    -moz-transform: rotate(90deg) translate3d(0, 0, 0);
    -ms-transform: rotate(90deg) translate3d(0, 0, 0);
    -o-transform: rotate(90deg) translate3d(0, 0, 0);
    transform: rotate(90deg) translate3d(0, 0, 0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
.slide-prev-icon span {
    top: auto;
    bottom: 0;
    padding-left: 0;
    -webkit-transform: rotate(-90deg) translate3d(0, 64px, 0);
    -moz-transform: rotate(-90deg) translate3d(0, 64px, 0);
    -ms-transform: rotate(-90deg) translate3d(0, 64px, 0);
    -o-transform: rotate(-90deg) translate3d(0, 64px, 0);
    transform: rotate(-90deg) translate3d(0, 64px, 0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.slide-btn:hover span {
    -webkit-transform: rotate(90deg) translate3d(0, -30px, 0);
    -moz-transform: rotate(90deg) translate3d(0, -30px, 0);
    -ms-transform: rotate(90deg) translate3d(0, -30px, 0);
    -o-transform: rotate(90deg) translate3d(0, -30px, 0);
    transform: rotate(90deg) translate3d(0, -30px, 0);
}
.slide-prev-icon:hover span {
    top: auto;
    bottom: 0;
    -webkit-transform: rotate(-90deg) translate3d(0, 32px, 0);
    -moz-transform: rotate(-90deg) translate3d(0, 32px, 0);
    -ms-transform: rotate(-90deg) translate3d(0, 32px, 0);
    -o-transform: rotate(-90deg) translate3d(0, 32px, 0);
    transform: rotate(-90deg) translate3d(0, 32px, 0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.slide-btn:hover,
.slide-btn:focus {
    background: #fff;
    color: #333;
    opacity: 1;
}
.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 15px auto;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.slick-dots li button {
    background: #000;
    border: 0;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 5px;
    font-size: 1px;
    line-height: 1px;
    color: #000;
    opacity: .45;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus {
    opacity: 1;
}
.slick-dots li.slick-active button {
    width: 20px;
    border-radius: 6px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.theme-comment-toggle {
    text-align: left;
    position: relative;
    width: 100%;
}
.comment-toggle-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    z-index: 1;
    padding: 0 10px;
    display: inline-block;
    line-height: 1px;
}
.comment-toggle-icon.active:after {
    width: 13px;
    height: 1px;
}
.comment-toggle-icon:before,
.comment-toggle-icon:after {
    content: '';
    width: 13px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.comment-toggle-icon:after {
    width: 1px;
    height: 13px;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
#comments .comments-title {
    margin-bottom: 60px;
}
.page #comments .comments-title {
    margin-top: 60px;
}
#comments .comment-list {
    list-style: none;
    margin: 40px auto;
    padding: 0;
}
#comments .comment-list li {
    border-bottom: 1px solid;
    margin-bottom: 40px;
}
#comments .comment-list li article {
    padding: 0;
    margin-bottom: 20px;
}
#comments .comment-list .children {
    list-style: none;
    margin: 0;
    padding-left: 30px;
    position: relative;
}
#comments .comment-list .comment-content li {
    margin-bottom: 10px;
    border: none;
}
#comments .comment-list .comment-content h1,
#comments .comment-list .comment-content h2,
#comments .comment-list .comment-content h3,
#comments .comment-list .comment-content h4,
#comments .comment-list .comment-content h5,
#comments .comment-list .comment-content h6 {
    margin-bottom: 30px;
    margin-top: 30px;
}
#comments .comment-body {
    min-height: 60px;
    display: block;
    position: relative;
    clear: both;
}
#comments .comment-body p:last-child {
    margin-bottom: 0;
}
#comments .comment-body footer {
    margin-bottom: 20px;
}
#comments .comment-body footer a {
    color: inherit;
}
#comments .comment-author img {
    border-radius: 100%;
    float: left;
    margin-right: 15px;
}
#comments .comment-author .fn {
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    display: inline-block;
    padding-top: 5px;
}
#comments .comment-author .says {
    display: none;
}
#comments .comment-meta .comment-metadata {
    margin-top: 10px;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
#comments .comment-meta .comment-metadata .edit-link {
    margin-left: 10px;
}
#comments .reply {
    margin-top: 20px;
}
#comments .comment-reply-link {
    text-decoration: none;
}
#comments .comment-reply-link:hover {
    filter: alpha(opacity=85);
    opacity: .85;
}
#comments .comment-form {
    margin-top: 15px;
}
#comments .comment-form p {
    margin-bottom: 10px;
}
#comments .comment-form p:last-child {
    margin-bottom: 0;
}
#comments .comment-list #respond {
    margin: -20px 0 40px 0;
}
#comments .comment-form-info-fields {
    margin-bottom: 25px;
}
#comments p.form-submit {
    clear: both;
}
#comments span.required {
    color: #ff7979;
}
#comments .comment-awaiting-moderation {
    color: #DB6A23;
}
#comments p.comment-notes,
#comments p.logged-in-as,
#comments p.must-log-in {
    margin-bottom: 30px;
}
#comments p.form-allowed-tags {
    margin-bottom: 25px;
}
#comments h3.comment-reply-title {
    margin-bottom: 5px;
    clear: both;
}
#comments ol li h3.comment-reply-title {
    margin-top: 60px;
}
#comments h3.comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
    margin-left: 10px;
    text-transform: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
#comments .comment-form p.form-submit {
    margin-bottom: 0;
    margin-top: 30px;
}
#comments .comment-form .comment-subscription-form, #comments .comment-form .comment-subscription-form:only-child {
    margin-top: 20px;
}
#comments .comment-form .comment-subscription-form:last-child {
    margin-top: 0;
}
@media (min-width: 600px) {
    .comments-area .comment-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .comments-area .comment-form-comment {
        margin-bottom: 1.5rem;
    }
    .comments-area .comment-notes,
    .comments-area .comment-form-comment,
    .comments-area .logged-in-as {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 1.5rem;
    }
    .comments-area .comment-form-author,
    .comments-area .comment-form-ratings,
    .comments-area .comment-form-email,
    .comments-area .comment-form-url {
        -webkit-box-flex: 0;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 1.5rem;
    }
    .comments-area .comment-form-author,
    .comments-area .comment-form-email,
    .comments-area .comment-form-url {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .comments-area .comment-form-ratings {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .comments-area .comment-form-cookies-consent,
    .comments-area .comment-subscription-form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}
.form-submit {
    margin: 0;
}
@media (min-width: 600px) {
    .form-submit {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Gutenberg
--------------------------------------------------------------*/
.wp-block-separator {
    background-color: #222;
    background-color: rgba(34, 34, 34, .1);
    width: 32px;
    clear: both;
}
.wp-block-separator.is-style-dots,
.wp-block-separator.is-style-wide {
    width: 100%;
}
.wp-block-separator.is-style-dots {
    height: 0;
    border-bottom: 2px dotted #222;
    border-bottom: 2px dotted rgba(34, 34, 34, .1);
    background-color: transparent;
}
.wp-block-separator.is-style-dots:before {
    content: none;
}
.wp-block-cover-image {
    width: auto;
}
.wp-block-video {
    margin-bottom: 1.25rem;
}
.alignfull.wp-block-cover-image.has-parallax {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.wp-block-image,
.wp-block-video,
.wp-block-cover,
.wp-block-gallery,
.wp-block-embed,
.wp-block-media-text {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.wp-block-image.alignwide {
    max-width: none;
}
.wp-block-embed,
.wp-block-embed iframe {
    width: 100%;
}
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper {
    position: relative;
}
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%;
}
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%;
}
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%;
}
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%;
}
.wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
    padding-top: 66.66%;
}
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%;
}
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wp-block-gallery.alignfull .blocks-gallery-item {
    margin: 0;
}
.wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #f2f2f2;
}
.wp-block-button.alignleft,
.wp-block-button.alignright {
    margin-bottom: .85rem;
}
.wp-block-button,
.wp-block-button__link {
    color: #222;
}
.wp-block-button__link {
    background-color: #ffc962;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.48;
    padding: 13px 30px 14px;
    -webkit-box-shadow: 0 -4px 0 0 rgba(34, 34, 34, .1) inset;
    box-shadow: 0 -4px 0 0 rgba(34, 34, 34, .1) inset;
    opacity: 1;
    -webkit-transition: color .1s, background-color .1s, border-color .1s;
    -o-transition: color .1s, background-color .1s, border-color .1s;
    transition: color .1s, background-color .1s, border-color .1s;
}
.is-style-outline .wp-block-button__link {
    padding: 9px 26px 10px;
    border: 4px solid #222;
    border: 4px solid rgba(34, 34, 34, .1);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wp-block-button__link:hover,
.wp-block-button__link:focus {
    text-decoration: none;
}
.wp-block-button__link:not(.has-background):not(.has-text-color):hover,
.wp-block-button__link:not(.has-background):not(.has-text-color):focus {
    background-color: #797d86;
    color: #fff;
}
.entry-content .wp-block-subhead {
    color: #797d86;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    opacity: 1;
}
.wp-block-quote,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}
.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
    margin: 1.75em 0 1.25em 0;
}
.wp-block-pullquote p,
.wp-block-quote.is-style-large p,
.wp-block-quote.is-large p {
    font-size: inherit;
    font-style: normal;
    line-height: 1.15;
}
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
    font-size: 1rem;
    text-align: inherit;
}
.wp-block-pullquote cite,
.wp-block-quote cite,
.wp-block-pullquote__citation,
.wp-block-quote__citation {
    color: #797d86;
}
.wp-block-cover-image h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
    font-size: 2.441em;
    font-weight: 700;
    line-height: 1.15;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    margin-top: 0;
    margin-bottom: 1.25em;
}
.wp-block-pullquote {
    padding: 0;
}
.wp-block-pullquote blockquote {
    margin: 1.25em 0 .75em 0;
}
.wp-block-pullquote.alignfull blockquote {
    padding-left: 15px;
    padding-right: 15px;
}
.wp-block-categories select {
    width: auto;
}
.has-primary-background-color {
    background-color: #ffc962;
}
.has-primary-color {
    color: #ffc962;
}
.has-links-background-color {
    background-color: #ed553b;
}
.has-links-color {
    color: #ed553b;
}
.has-black-background-color {
    background-color: #222;
}
.has-black-color {
    color: #222;
}
.has-grey-background-color {
    background-color: #797d86;
}
.has-grey-color {
    color: #797d86;
}
.has-light-grey-background-color {
    background-color: #f2f2f2;
}
.has-light-grey-color {
    color: #f2f2f2;
}
.wp-block-image.alignleft,
.wp-block-image.alignright {
    margin: 0 1.25em 1.25rem;
}
.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: 1000%;
}
.entry-content > .wp-block-cover.alignfull:first-child,
.entry-content > .wp-block-image.alignfull:first-child,
.entry-content > .wp-block-video.alignfull:first-child,
.entry-content > .wp-block-embed-youtube.alignfull:first-child {
    margin-top: -44px;
}
.entry-content > .wp-block-cover.alignfull:last-child,
.entry-content > .wp-block-image.alignfull:last-child,
.entry-content > .wp-block-video.alignfull:last-child,
.entry-content > .wp-block-embed-youtube.alignfull:last-child {
    margin-bottom: -44px;
}
@media (min-width: 1440px) {
    .entry-content > .wp-block-cover.alignfull:first-child,
    .entry-content > .wp-block-image.alignfull:first-child,
    .entry-content > .wp-block-video.alignfull:first-child,
    .entry-content > .wp-block-embed-youtube.alignfull:first-child {
        margin-top: -88px;
    }
    .entry-content > .wp-block-cover.alignfull:last-child,
    .entry-content > .wp-block-image.alignfull:last-child,
    .entry-content > .wp-block-video.alignfull:last-child,
    .entry-content > .wp-block-embed-youtube.alignfull:last-child {
        margin-bottom: -88px;
    }
}
.alignfull img {
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .alignwide {
        margin-left: -140px;
        margin-right: -140px;
        width: 920px;
    }
}
@media screen and (min-width: 1280px) {
    .alignwide {
        margin-left: -235px;
        margin-right: -235px;
        width: 1110px;
    }
}
.wp-block-column {
    margin-bottom: 1.25rem;
}
@media (min-width: 600px) and (max-width: 767px) {
    .wp-block-column {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .wp-block-column:not(:last-child),
    .wp-block-column:not(:first-child) {
        margin-left: 0;
    }
    .wp-block-column:nth-child(odd),
    .wp-block-column:not(:last-child) {
        margin-right: 0;
    }
}
@media (min-width: 768px) {
    .wp-block-columns {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .wp-block-column:not(:first-child) {
        margin-left: 15px;
    }
    .wp-block-column:nth-child(odd),
    .wp-block-column:not(:last-child) {
        margin-right: 15px;
    }
    .wp-block-column:last-child {
        margin-right: 0;
    }
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
embed,
iframe,
object {
    max-width: 100%;
}
.custom-logo-link {
    display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin: 1em 0 1.5em;
    max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.wp-caption.alignleft {
    margin-right: 20px;
}
.wp-caption.alignright {
    margin-left: 20px;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5rem;
}
@media (min-width: 600px) {
    div[class^='gallery-columns-'], div[class*=' gallery-columns-'] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
@media (min-width: 600px) {
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        position: relative;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
}
@media (min-width: 600px) {
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
}
@media (min-width: 600px) {
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }
}
@media (min-width: 600px) {
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
}
@media (min-width: 600px) {
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }
}
@media (min-width: 600px) {
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }
}
@media (min-width: 600px) {
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }
}
@media (min-width: 600px) {
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }
}
@media (min-width: 600px) {
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-widgetarea {
    padding-bottom: 8rem;
    padding-top: 7.5rem;
}
.site-info {
    padding: 6rem 0;
}
.footer-credits {
    align-items: baseline;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
}
.footer-credits .footer-logo {
    margin: 0 2.5rem 0 0;
    width: 160px;
}
.footer-copyright,
.footer-navigation {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.footer-navigation {
    border-top: 1px solid;
    padding-top: 20px;
}
.footer-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.footer-navigation li {
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
}
.footer-navigation li a {
    color: inherit;
    display: block;
    text-decoration: none;
    position: relative;
}
.to-the-top {
    display: inline-block;
    float: right;
}
.to-the-top > * {
    pointer-events: none;
}
.to-the-top-long {
    display: none;
}
@media ( min-width: 768px ) {
    .to-the-top-long {
        display: inline;
    }
    .to-the-top-short {
        display: none;
    }
}
/*--------------------------------------------------------------
## Rough
--------------------------------------------------------------*/
.entry-content .alignwide {
    margin-left: -80px;
    margin-right: -80px;
}
.entry-content .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}
.alignfull img {
    width: 100vw;
}
.wp-block-gallery.columns-1 {
    display: block;
}
ul.wp-block-gallery.columns-1,
.wp-block-gallery .blocks-gallery-grid,
.wp-block-gallery {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.featured-banner-media img {
    width: 100vmax;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none
}
body.hide-comment-rating .tpk-single-rating,
body.hide-comment-rating .tpk-comment-rating-label,
body.hide-comment-rating .comments-rating,
body.hide-comment-rating .tpk-star-rating {
    display: none;
}
/*--------------------------------------------------------------
## Plugin Support
--------------------------------------------------------------*/
.elementor-html .preloader {
    display: none;
}
.site-content .entry-meta .entry-meta-like-dislike {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.single .singular-main-block .content-area .booster-read-block {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.site-content .booster-ratings-block {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px 30px 0;
    border: 1px solid rgba(0, 0, 0, .05);
}
.post-content-share .twp-social-share .twp-share-container {
    display: block;
}
.post-content-share .twp-social-share .twp-social-icons .twp-icon-holder {
    border: 0;
}
.post-content-share .twp-icon-holder .twp-social-count,
.post-content-share .twp-icon-holder .twp-share-media,
.post-content-share .share-media-nocount {
    display: block;
    width: 50px;
}
.post-content-share .share-media-nocount:after,
.post-content-share .twp-icon-holder .twp-social-count:after {
    border: solid 6px transparent;
    border-top-color: #f1f1f1;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: -12px;
}
.post-content-share .twp-social-facebook .twp-icon-holder:hover .twp-social-count:after,
.post-content-share .twp-social-facebook .twp-icon-holder:focus .twp-social-count:after {
    border-left-color: transparent;
    border-top-color: #3b5998;
}
.post-content-share .twp-social-twitter .twp-icon-holder:hover .twp-social-count:after,
.post-content-share .twp-social-twitter .twp-icon-holder:focus .twp-social-count:after {
    border-left-color: transparent;
    border-top-color: #24a5db;
}
.post-content-share .twp-social-pinterest .twp-icon-holder:hover .twp-social-count:after,
.post-content-share .twp-social-pinterest .twp-icon-holder:focus .twp-social-count:after {
    border-left-color: transparent;
    border-top-color: #ca2128;
}
.post-content-share .twp-social-facebook .twp-icon-holder:hover .twp-social-count:after,
.post-content-share .twp-social-facebook .twp-icon-holder:focus .twp-social-count:after {
    border-left-color: transparent;
    border-top-color: #3b5998;
}
.post-content-share .twp-social-linkedin .twp-icon-holder:hover .share-media-nocount:after,
.post-content-share .twp-social-linkedin .twp-icon-holder:focus .twp-social-count:after {
    border-left-color: transparent;
    border-top-color: #0077b5;
}
.post-content-share .twp-social-email .twp-icon-holder:hover .share-media-nocount:after,
.post-content-share .twp-social-email .twp-icon-holder:focus .twp-social-count:after {
    border-left-color: transparent;
    border-top-color: #f75454;
}
.post-content-share .twp-social-vk .twp-icon-holder:hover .share-media-nocount:after,
.post-content-share .twp-social-vk .twp-icon-holder:focus .twp-social-count:after {
    border-left-color: transparent;
    border-top-color: #1A4B78;
}
.post-content-share .twp-icon-holder .twp-share-media {
    font-size: 28px;
    margin-top: 10px;
}
.post-content-share .twp-social-linkedin .twp-icon-holder .twp-share-media,
.post-content-share .twp-social-email .twp-icon-holder .twp-share-media {
    margin-top: 0;
}
.post-content-share .twp-share-media .twp-label-title {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.post-content-share .twp-plugin-title.twp-share-title h2 {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.post-wrapper .post-thumbnail .twp-like-dislike-button,
.post-thumb .twp-like-dislike-button {
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.post-wrapper .post-thumbnail .twp-like-dislike-button,
.post-wrapper .post-thumbnail .twp-like-dislike-button a,
.post-thumb .twp-like-dislike-button,
.post-thumb .twp-like-dislike-button a {
    color: #fff;
}
.widget.widget_media_gallery {
    position: relative;
}
.gallery-popup,
.gallery-popup-close {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 26px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
}
.gallery-popup {
    position: absolute;
    bottom: 27px;
    right: 15px;
}
.widget .gallery-popup {
    bottom: inherit;
    top: 40px;
    right: 30px;
}
.error-block {
    padding-top: 20px;
    padding-bottom: 0;
}
.error-block-heading {
    padding-top: 100px;
}
.data-bg-archive {
    height: 280px;
}
.archive-layout-metro .data-bg-archive {
    height: 450px;
}
.archive-layout-metro .theme-article:nth-child(3n+1) .data-bg-archive {
    height: 560px;
}
.archive-layout-masonry .theme-article:nth-child(2n+1) .data-bg-archive {
    height: 380px;
}
.archive-layout-masonry .theme-article:nth-child(3n+2) .data-bg-archive {
    height: 520px;
}
.archive-layout-masonry .theme-article:nth-child(5n+3) .data-bg-archive {
    height: 280px;
}
.archive-layout-masonry .theme-article:nth-child(7n+5) .data-bg-archive {
    height: 440px;
}
.archive-layout-masonry .theme-article:nth-child(11n+7) .data-bg-archive {
    height: 300px;
}
.latest-blog-block-3 .latest-blog-wrapper .theme-article,
.archive-layout-masonry .theme-article {
    border: 1px solid #fff;
}
.search-no-results .no-results.not-found {
    margin-bottom: 10rem;
    margin-top: 5rem;
    max-width: 720px;
}
/* Hide JS Functionalities ------------------------ */
.js .show-js {
    display: block !important;
}
.js .hide-js {
    display: none !important;
}
.no-js .show-no-js {
    display: block !important;
}
.no-js .hide-no-js {
    display: none !important;
}
.theme-single-infinity {
    height: 1px;
    width: 1px;
    opacity: 0;
}
.archive-main-block,
.singular-main-block {
    padding-top: 15px;
    padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
    .no-sidebar .archive-layout-default .theme-article,
    .no-sidebar .archive-layout-masonry .theme-article {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .post-content-wrap .post-content-share {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }
    .post-content-wrap .post-content {
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }
}
@media screen and (max-width: 767px) {
    .archive-layout-lateral .theme-article .post-thumbnail,
    .archive-layout-lateral .theme-article .post-content,
    .left-sidebar .archive-layout-default .theme-article,
    .right-sidebar .archive-layout-default .theme-article,
    .archive-layout-metro .theme-article,
    .left-sidebar .archive-layout-masonry .theme-article,
    .right-sidebar .archive-layout-masonry .theme-article,
    .no-sidebar .archive-layout-default .theme-article,
    .no-sidebar .archive-layout-masonry .theme-article,
    .latest-blog-block-3 .latest-blog-wrapper .article-item-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .archive-layout-metro .theme-article:nth-child(3n+1) .data-bg-archive,
    body:not(.site-layout-4) .site-content-wrapper-1 .latest-blog-block-3 .article-item-2 .data-bg-metro,
    .site-content-wrapper-2 .latest-blog-block-3 .article-item-2 .data-bg-metro {
        height: 380px;
    }
    .archive-layout-metro .data-bg-archive,
    body:not(.site-layout-4) .site-content-wrapper-1 .latest-blog-block-3 .article-item-1 .data-bg-metro,
    .site-content-wrapper-2 .latest-blog-block-3 .article-item-1 .data-bg-metro {
        height: 320px;
    }
    .site-content-wrapper .featured-banner-block .post-content,
    .latest-blog-block {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 575px) {
    .header-titles .site-title {
        font-size: 2.8rem;
    }
    .header-titles .site-description {
        font-size: 1.2rem;
    }
    .navbar-controls {
        margin: 0;
    }
}
.header-seperator {
    height: 4px;
    width: 32px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
}
.cover-content-area .button-group {
    margin-bottom: 30px;
    margin-top: 30px;
}
.cover-content-area .button-group .button {
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    padding: 1.5rem 2.5rem;
}
.cover-content-area .button-group .button-secondary {
    background-color: #5928ed;
    min-width: 180px;
}
.cover-content-area .button-group .button-outline {
    background: rgba(251, 24, 61, 0.25);
    color: #fff;
    border: 2px solid #fb183d;
    min-width: 200px;
}
.cover-content-area .button-group .button:hover,
.cover-content-area .button-group .button:focus {
    background: #007C89;
    color: #fff;
}
.featured-cover-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cover-video-icon {
    position: relative;
    color: #fff;
    display: flex;
}
.cover-video-icon:before,
.cover-video-icon:after {
    background: #fa183d;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
}
.cover-video-icon:before {
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.cover-video-icon:after {
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all 200ms;
}
.cover-video-icon .svg-icon {
    position: relative;
    z-index: 2;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
/* 6. Contact Form 7 */
div.wpcf7-response-output {
    position: relative;
    margin: 0;
    padding: 1em 2.15em 1.0715em;
    font-weight: 600;
    background-color: #ed553b;
    color: #fff;
    border: 0;
}
div.wpcf7-mail-sent-ok {
    background-color: #f2f2f2;
    color: #222;
    -webkit-box-shadow: 0 -4px 0 0 rgba(34, 34, 34, .1) inset;
    box-shadow: 0 -4px 0 0 rgba(34, 34, 34, .1) inset;
}
span.wpcf7-form-control-wrap {
    display: block;
}
div.wpcf7 .wpcf7-display-none {
    display: none;
}
span.wpcf7-not-valid-tip {
    display: block;
    border: 0;
    font-size: 85.7142%;
    line-height: 1;
    color: #ed553b;
    margin-top: -1em;
    margin-bottom: 1.25em;
}
div.wpcf7 .ajax-loader {
    margin: 0 .5em;
}
div.wpcf7 .wpcf7-form-control-wrap br,
div.wpcf7 .wpcf7-form-control-wrap p:empty {
    display: none;
}
div.wpcf7 .wpcf7-submit {
    margin-bottom: 0;
}
div.wpcf7 .wpcf7-text,
div.wpcf7 .wpcf7-textarea,
div.wpcf7 .wpcf7-select {
    max-width: none;
}
div.wpcf7 .wpcf7-text.wpcf7-not-valid,
div.wpcf7 .wpcf7-textarea.wpcf7-not-valid,
div.wpcf7 .wpcf7-select.wpcf7-not-valid {
    border-color: #ed553b;
}
/* 7. MailChimp Form */
.mc4wp-form {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}
.mc4wp-form .mc4wp-alert,
.mc4wp-form .mc4wp-error {
    padding: 0.5em 1em;
    background-color: #fffad4;
    border: 4px solid #fcf08d;
}
.mc4wp-form .mc4wp-alert p,
.mc4wp-form .mc4wp-error p {
    margin-bottom: 0;
}
.mc4wp-form .one-line input[type=email] {
    border-width: 0 0 4px 0;
    background-color: transparent;
    max-width: 280px;
    margin-bottom: .5em;
}
.mc4wp-form .one-line button,
.mc4wp-form .one-line input[type=submit] {
    margin: 0;
}
@media (max-width: 482px) {
    .mc4wp-form .one-line input[type=email] {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .mc4wp-form .one-line input[type=email] {
        margin-bottom: 0;
    }
}
.theme-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.theme-section .section-header {
    position: relative;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    margin-bottom: 30px;
}
.section-header .section-title {
    display: block;
    float: none;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    line-height: 1;
    flex-shrink: 0;
}
.section-header .section-title:before,
.section-header .section-title:after {
    position: absolute;
    top: 50%;
    right: 110%;
    right: calc(100% + 10px);
    left: auto;
    display: block;
    width: 40px;
    height: 1px;
    background-color: currentColor;
    content: '';
}
.section-header .section-title:after {
    right: auto;
    left: 110%;
    left: calc(100% + 10px);
}
.theme-article-wrapper .post-content.post-content-count {
    padding-bottom: 0;
}
.post-content-count .entry-header {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    flex-flow: row nowrap;
}
.post-content-count .entry-header .post-order-count {
    margin: 0 1rem 1.5rem 0;
    font-size: 2.2rem;
    font-style: italic;
    line-height: 1;
    flex-shrink: 0;
}
.post-content-count .entry-header .entry-title {
    flex-grow: 1;
}
.pk-subscribe-form-block:not(.pk-subscribe-with-bg),
.pk-subscribe-with-bg .pk-subscribe-container {
    padding-bottom: 8rem;
    padding-top: 8rem;
}
.pk-subscribe-form-wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 1600px) {
    .pk-subscribe-form-wrap {
        max-width: 1280px;
    }
}
@media only screen and (max-width: 1400px) {
    .pk-subscribe-form-wrap {
        max-width: 980px;
    }
}
@media only screen and (max-width: 1200px) {
    .pk-subscribe-form-wrap {
        max-width: 860px;
    }
}
.pk-subscribe-with-bg .subscription {
    max-width: 720px;
}
.pk-subscribe-with-bg .pk-input-group input,
.pk-subscribe-with-bg .pk-input-group button {
    border-color: #fff;
    color: #fff;
    margin: 0 5px 0 0;
}
.pk-subscribe-with-bg .pk-input-group button:hover,
.pk-subscribe-with-bg .pk-input-group button:focus {
    border-color: #000;
    background-color: #000;
}
.pk-subscribe-with-bg input::-webkit-input-placeholder {
    color: #fff;
}
.pk-subscribe-with-bg input:-ms-input-placeholder {
    color: #fff;
}
.pk-subscribe-with-bg input::-moz-placeholder {
    color: #fff;
}
.theme-instagram-area {
    background-color: rgba(0, 0, 0, 0.02);
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.theme-instagram-area .pk-instagram-header {
    margin-bottom: 4rem;
}
.theme-instagram-area .pk-instagram-header .pk-instagram-container {
    justify-content: center;
}
.theme-instagram-area .pk-instagram-header .pk-instagram-username {
    font-size: 2.5rem;
    text-transform: uppercase;
}
.theme-instagram-area .pk-instagram-footer {
    margin-top: 4rem;
}
.comments-wrapper {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
