/*
Theme Name: Streaming
Theme URI: https://www.themeinwp.com/theme/streaming
Author: Themeinwp
Author URI: https://www.themeinwp.com/
Description: The search is over. Streaming is the best WordPress video theme with an engaging design that will grab everyone’s attention immediately. Streaming is mobile-ready, cross-browser compatible, and in tune with RTL languages.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: streaming
Tags: blog, photography, grid-layout, one-column, two-columns, three-columns, custom-colors, custom-header, custom-logo, custom-menu, featured-image-header, featured-images, flexible-header, rtl-language-support, theme-options, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
    --theme-brand-color: #c00;
    --theme-white-color: #fff;
    --theme-dark-color: #000;
}
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;
}
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;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
    font-size: 62.5%; /* 1rem = 10px */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body,
button,
input,
select,
optgroup,
textarea {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
}
body,
input,
select,
optgroup,
textarea {
    color: #0f0f0f;
}
body.theme-darkmode-enabled,
.theme-darkmode-enabled input,
.theme-darkmode-enabled select,
.theme-darkmode-enabled optgroup,
.theme-darkmode-enabled textarea {
    color: #fff;
}
.header-titles .custom-logo-name,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
h1,
h2 {
    margin: 0 0 1rem;
}
h3,
h4,
h5,
h6 {
    margin: 0 0 .5rem;
}
.theme-block-title,
.entry-title {
    font-weight: 700;
}
.entry-title-large {
    font-size: 7.7rem;
}
.entry-title-big {
    font-size: 2.8rem;
}
@media (max-width: 1199px) {
    .entry-title-big {
        font-size: 2.6rem;
    }
}
@media (max-width: 1024px) {
    .entry-title-big {
        font-size: 2.4rem;
    }
}
@media (max-width: 575px) {
    .entry-title-big {
        font-size: 2.2rem;
    }
}
.theme-block-title-medium,
.entry-title-medium {
    font-size: 2rem;
    font-weight: 700;
}
.entry-title-small {
    font-size: 1.4rem;
    font-weight: 500;
}
@media only screen and (max-width: 768px) {
    .entry-title-large {
        font-size: 4.2rem;
    }
}
p {
    margin-bottom: 1.5em;
    margin-top: 0;
}
dfn,
cite,
em,
i {
    font-style: normal;
}
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;
}
body {
    background: #ffffff;
}
body.theme-darkmode-enabled,
body.custom-background.theme-darkmode-enabled {
    background: #000;
}
.body-scroll-locked {
    overflow: hidden;
}
.theme-site {
    position: relative;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
hr {
    background-color: rgba(0, 0, 0, 0.12);
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
.theme-darkmode-enabled hr {
    background-color: rgba(255, 255, 255, 0.12);
}
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;
    border-style: none;
    width: 100%;
}
video {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
figure {
    margin: 0 0 1em;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
.svg-icon {
    fill: currentColor;
}
.data-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.data-bg {
    background-color: rgba(0, 0, 0, 0.12);
}
.data-bg-fixed {
    background-attachment: fixed;
}
.data-bg-big {
    height: 620px;
    border-radius: 16px;
}
@media (max-width: 1199px) {
    .data-bg-big {
        height: 490px;
    }
}
.data-bg-medium {
    border-radius: 14px;
    height: 280px;
}
.data-bg-small {
    border-radius: 12px;
    height: 200px;
}
.data-bg-thumbnail {
    border-radius: 8px;
    height: 120px;
}
.data-bg-micro {
    border-radius: 100%;
    height: 6rem;
    width: 6rem;
}
::-moz-selection {
    background: #f67280;
    color: #ffffff;
}
::selection {
    background: #f67280;
    color: #ffffff;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
fieldset {
    border: 0.1rem solid;
    margin-bottom: 3rem;
    margin-top: 3rem;
    padding: 2rem;
}
fieldset > *:first-child {
    margin-top: 0;
}
fieldset > *:last-child {
    margin-bottom: 0;
}
form {
    margin-bottom: 3rem;
    margin-top: 3rem;
}
form > *:first-child {
    margin-top: 0;
}
form > *:last-child {
    margin-bottom: 0;
}
legend {
    font-size: 0.85em;
    font-weight: 700;
    padding: 0 1rem;
}
label {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
}
label.inline,
input[type="checkbox"] + label {
    display: inline;
    font-weight: 400;
    margin-left: 0.5rem;
}
input,
textarea,
button,
.select {
    font-family: inherit;
    line-height: 1;
}
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 {
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    color: inherit;
    display: block;
    font-weight: 700;
    margin: 0;
    max-width: 100%;
    outline: none;
    padding: 2rem 1.5rem;
    width: 100%;
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
textarea:hover,
textarea:focus {
    border-color: #f67280;
}
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-color: var(--theme-brand-color);
    color: var(--theme-white-color);
    border-radius: 4px;
    border-style: solid;
    border-width: 0.1rem;
    border-color: var(--theme-brand-color);
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    padding: 2.2rem 1.5rem;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.15s linear;
}
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;
    background-color: var(--theme-dark-color);
    border-color: var(--theme-dark-color);
    color: var(--theme-white-color);
}
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 {
    border-color: #f67280;
}
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,
button:active,
.button:active,
.wp-block-button__link:active,
.wp-block-file__button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    outline: 0;
}
.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"] {
    padding: 0.1rem;
    min-height: 40px;
    height: 100%;
}
.post-password-form > p:first-child {
    font-size: 1.25rem;
    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;
}
.search-form {
    -webkit-transition: 0.2s ease box-shadow;
    transition: 0.2s ease box-shadow;
    margin-top: 0;
    margin-bottom: 0;
}
/*--------------------------------------------------------------
## PRELOADER
--------------------------------------------------------------*/
.preloader {
    background: #000000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 999999;
    width: 100%;
    height: 100%;
    -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: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-titles h1 {
    margin-bottom: 0;
}
.header-titles .custom-logo-name {
    font-size: 3.2rem;
    margin: 0 auto;
}
.header-titles .custom-logo-name {
    color: inherit;
    display: block;
}
@media only screen and (max-width: 640px) {
    .header-titles {
        max-width: 240px;
    }
    .header-titles .custom-logo-name {
        font-size: 2.4rem;
    }
}
.header-navigation-wrapper {
    position: relative;
}
.theme-site-header {
    border-bottom: 1px solid;
}
.theme-site-header .svg-icon {
    height: 1.6rem;
    width: 1.6rem;
}
.theme-site-header .navbar-control-browse .svg-icon {
    height: 2.4rem;
    width: 2.4rem;
}
.theme-site-header .wrapper-inner {
    align-items: center;
    justify-content: space-between;
}
.theme-site-header .header-component-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.theme-site-header .header-component-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
@media (min-width: 1200px) {
    .theme-site-header .header-component-left {
        flex-shrink: 0;
    }
}
.theme-site-header .header-component-center {
    display: flex;
    align-items: center;
}
/* btn link sign  */
.search-form {
    display: flex;
    align-items: center;
}
.search-form .search-field,
.search-form .header-search-btn {
    height: 4.5rem;
    padding: 0 2rem;
}
.theme-site-header .header-search-btn {
    margin-left: .5rem;
    margin-right: .5rem;
}
.theme-site-header .search-field {
    width: 55rem;
}
@media (max-width: 1600px) {
    .theme-site-header .search-field {
        width: 45rem;
    }
}
@media (max-width: 1024px) {
    .theme-site-header .search-field {
        width: 30rem;
    }
}
@media (max-width: 991px) {
    .theme-site-header .search-field {
        width: 30rem;
    }
}
@media (max-width: 991px) {
    .theme-site-header .header-component-center {
        display: none;
    }
}
.theme-site-header .header-component-right,
.theme-site-header .header-component-right .social-navigation ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: flex-end;
}
.theme-site-header .header-component-right .social-navigation ul {
    max-width: 40rem;
    flex-wrap: wrap;
}
.theme-site-header .header-component-right {
    justify-content: flex-end;
}
.theme-site-header .header-component-right .social-navigation ul {
    margin: 0 1rem;
    padding: 0;
}
.theme-site-header .header-component-right .social-navigation ul li {
    margin: 0 0.3rem;
    list-style: none;
    line-height: 0;
}
@media (max-width: 1199px) {
    .theme-site-header .header-component-right .social-navigation {
        display: none !important;
    }
}
.theme-site-header .social-navigation .svg-icon {
    height: 2.4rem;
    width: 2.4rem;
}
.theme-site-header .social-navigation a[href*="facebook.com"] .svg-icon {
    height: 2.2rem;
    width: 2.2rem;
}
.navbar-controls {
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
    min-height: 80px;
}
.navbar-control {
    background: none;
    color: var(--theme-dark-color);
    border-width: 0 .1rem 0 0;
    border-style: solid;
    border-radius: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.navbar-control:hover,
.navbar-control:focus {
    background: none;
    color: var(--theme-dark-color);
}
.theme-darkmode-enabled .navbar-control {
    color: var(--theme-white-color);
}
.theme-darkmode-enabled .navbar-control:hover,
.theme-darkmode-enabled .navbar-control:focus {
    color: var(--theme-white-color);
}
.navbar-control:first-child {
    border-width: 0 .1rem;
}
@media (max-width: 575px) {
    .navbar-control {
        margin: 0;
    }
}
@media (min-width: 992px) {
    .navbar-controls .navbar-control-search {
        display: none;
    }
}
.theme-action-control {
    position: relative;
    padding-left: 3rem;
    padding-right: 3rem;
}
@media (max-width: 991px) {
    .theme-action-control {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (max-width: 575px) {
    .theme-action-control {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.theme-action-control:focus {
    outline: none;
}
.action-control-trigger {
    display: flex;
    align-items: center;
}
.action-control-trigger:focus {
    outline: none;
}
.theme-action-control:focus-visible > .action-control-trigger {
    outline: 2px solid #f67280;
}
#mode-icon-switch {
    background: #d2d2d2;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    display: block;
    width: 64px;
    height: 32px;
    margin-left: 1rem;
    border-radius: 15px;
}
#mode-icon-switch:before {
    background: #333;
    transition: all .25s;
    border: 4px solid #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.theme-darkmode-enabled #mode-icon-switch:before {
    background: #fff;
    border-color: #1a1a1a;
    top: 2px;
    left: 34px;
}
.theme-colormode-switcher .mode-icon-change:before {
    content: "";
    background-color: currentColor;
    height: 22px;
    width: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-mask-size: 22px;
    mask-size: 22px;
}
.theme-colormode-switcher .mode-icon-light:before {
    -webkit-mask: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 22 22' version='1.1'%3E%3Cpath d='M 15.53125 0.0507812 C 15.75 0.140625 15.902344 0.335938 15.945312 0.5625 L 16.800781 5.199219 L 21.4375 6.050781 C 21.664062 6.09375 21.859375 6.246094 21.949219 6.460938 C 22.039062 6.675781 22.011719 6.921875 21.878906 7.117188 L 19.203125 11 L 21.878906 14.878906 C 22.011719 15.074219 22.039062 15.320312 21.949219 15.53125 C 21.859375 15.75 21.664062 15.902344 21.4375 15.945312 L 16.800781 16.800781 L 15.945312 21.4375 C 15.902344 21.664062 15.75 21.859375 15.53125 21.949219 C 15.320312 22.039062 15.074219 22.011719 14.878906 21.878906 L 11 19.203125 L 7.121094 21.878906 C 6.925781 22.011719 6.679688 22.039062 6.46875 21.949219 C 6.25 21.859375 6.097656 21.664062 6.054688 21.4375 L 5.199219 16.800781 L 0.5625 15.945312 C 0.335938 15.902344 0.140625 15.75 0.0507812 15.53125 C -0.0390625 15.320312 -0.0117188 15.074219 0.121094 14.878906 L 2.796875 11 L 0.121094 7.121094 C -0.0117188 6.925781 -0.0390625 6.679688 0.0507812 6.46875 C 0.140625 6.25 0.335938 6.097656 0.5625 6.054688 L 5.199219 5.199219 L 6.054688 0.5625 C 6.097656 0.335938 6.25 0.140625 6.46875 0.0507812 C 6.679688 -0.0390625 6.925781 -0.0117188 7.121094 0.121094 L 11 2.796875 L 14.878906 0.121094 C 15.074219 -0.0117188 15.320312 -0.0390625 15.53125 0.0507812 Z M 15.125 11 C 15.125 13.277344 13.277344 15.125 11 15.125 C 8.722656 15.125 6.875 13.277344 6.875 11 C 6.875 8.722656 8.722656 6.875 11 6.875 C 13.277344 6.875 15.125 8.722656 15.125 11 Z M 16.5 11 C 16.5 7.960938 14.039062 5.5 11 5.5 C 7.960938 5.5 5.5 7.960938 5.5 11 C 5.5 14.039062 7.960938 16.5 11 16.5 C 14.039062 16.5 16.5 14.039062 16.5 11 Z M 16.5 11 '/%3E%3C/svg%3E%0A") no-repeat;
    mask: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 22 22' version='1.1'%3E%3Cpath d='M 15.53125 0.0507812 C 15.75 0.140625 15.902344 0.335938 15.945312 0.5625 L 16.800781 5.199219 L 21.4375 6.050781 C 21.664062 6.09375 21.859375 6.246094 21.949219 6.460938 C 22.039062 6.675781 22.011719 6.921875 21.878906 7.117188 L 19.203125 11 L 21.878906 14.878906 C 22.011719 15.074219 22.039062 15.320312 21.949219 15.53125 C 21.859375 15.75 21.664062 15.902344 21.4375 15.945312 L 16.800781 16.800781 L 15.945312 21.4375 C 15.902344 21.664062 15.75 21.859375 15.53125 21.949219 C 15.320312 22.039062 15.074219 22.011719 14.878906 21.878906 L 11 19.203125 L 7.121094 21.878906 C 6.925781 22.011719 6.679688 22.039062 6.46875 21.949219 C 6.25 21.859375 6.097656 21.664062 6.054688 21.4375 L 5.199219 16.800781 L 0.5625 15.945312 C 0.335938 15.902344 0.140625 15.75 0.0507812 15.53125 C -0.0390625 15.320312 -0.0117188 15.074219 0.121094 14.878906 L 2.796875 11 L 0.121094 7.121094 C -0.0117188 6.925781 -0.0390625 6.679688 0.0507812 6.46875 C 0.140625 6.25 0.335938 6.097656 0.5625 6.054688 L 5.199219 5.199219 L 6.054688 0.5625 C 6.097656 0.335938 6.25 0.140625 6.46875 0.0507812 C 6.679688 -0.0390625 6.925781 -0.0117188 7.121094 0.121094 L 11 2.796875 L 14.878906 0.121094 C 15.074219 -0.0117188 15.320312 -0.0390625 15.53125 0.0507812 Z M 15.125 11 C 15.125 13.277344 13.277344 15.125 11 15.125 C 8.722656 15.125 6.875 13.277344 6.875 11 C 6.875 8.722656 8.722656 6.875 11 6.875 C 13.277344 6.875 15.125 8.722656 15.125 11 Z M 16.5 11 C 16.5 7.960938 14.039062 5.5 11 5.5 C 7.960938 5.5 5.5 7.960938 5.5 11 C 5.5 14.039062 7.960938 16.5 11 16.5 C 14.039062 16.5 16.5 14.039062 16.5 11 Z M 16.5 11 '/%3E%3C/svg%3E%0A") no-repeat;
}
.theme-colormode-switcher .mode-icon-night:before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath d='M10.544,8.717l1.166-0.855l1.166,0.855l-0.467-1.399l1.012-0.778h-1.244L11.71,5.297l-0.466,1.244H10l1.011,0.778L10.544,8.717z M15.986,9.572l-0.467,1.244h-1.244l1.011,0.777l-0.467,1.4l1.167-0.855l1.165,0.855l-0.466-1.4l1.011-0.777h-1.244L15.986,9.572z M7.007,6.552c0-2.259,0.795-4.33,2.117-5.955C4.34,1.042,0.594,5.07,0.594,9.98c0,5.207,4.211,9.426,9.406,9.426c2.94,0,5.972-1.354,7.696-3.472c-0.289,0.026-0.987,0.044-1.283,0.044C11.219,15.979,7.007,11.759,7.007,6.552 M10,18.55c-4.715,0-8.551-3.845-8.551-8.57c0-3.783,2.407-6.999,5.842-8.131C6.549,3.295,6.152,4.911,6.152,6.552c0,5.368,4.125,9.788,9.365,10.245C13.972,17.893,11.973,18.55,10,18.55 M19.406,2.304h-1.71l-0.642-1.71l-0.642,1.71h-1.71l1.39,1.069l-0.642,1.924l1.604-1.176l1.604,1.176l-0.642-1.924L19.406,2.304z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath d='M10.544,8.717l1.166-0.855l1.166,0.855l-0.467-1.399l1.012-0.778h-1.244L11.71,5.297l-0.466,1.244H10l1.011,0.778L10.544,8.717z M15.986,9.572l-0.467,1.244h-1.244l1.011,0.777l-0.467,1.4l1.167-0.855l1.165,0.855l-0.466-1.4l1.011-0.777h-1.244L15.986,9.572z M7.007,6.552c0-2.259,0.795-4.33,2.117-5.955C4.34,1.042,0.594,5.07,0.594,9.98c0,5.207,4.211,9.426,9.406,9.426c2.94,0,5.972-1.354,7.696-3.472c-0.289,0.026-0.987,0.044-1.283,0.044C11.219,15.979,7.007,11.759,7.007,6.552 M10,18.55c-4.715,0-8.551-3.845-8.551-8.57c0-3.783,2.407-6.999,5.842-8.131C6.549,3.295,6.152,4.911,6.152,6.552c0,5.368,4.125,9.788,9.365,10.245C13.972,17.893,11.973,18.55,10,18.55 M19.406,2.304h-1.71l-0.642-1.71l-0.642,1.71h-1.71l1.39,1.069l-0.642,1.924l1.604-1.176l1.604,1.176l-0.642-1.924L19.406,2.304z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
}
@media (max-width: 575px) {
    #mode-icon-switch {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}
@media only screen and (min-width: 1199px) {
    .enabled-desktop-menu .navbar-control-offcanvas {
        display: none;
        filter: alpha(opacity=0);
        opacity: 0;
        visiibility: hidden;
    }
}
.header-searchbar {
    background: rgba(0, 0, 0, 0.2);
    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.1rem 0 rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    background-color: #fff;
    transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}
.header-searchbar-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 100px;
    padding-top: 100px;
    justify-content: space-between;
}
.header-searchbar form {
    margin: 0;
    position: relative;
    width: 100%;
}
.header-searchbar .search-field {
    background: none;
}
.header-searchbar #search-closer {
    position: absolute;
    top: 2rem;
    right: 3rem;
    padding: 1rem;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #000;
    text-decoration: none;
}
.theme-darkmode-enabled a {
    color: #2fd0b5;
}
a:hover,
a:focus {
    color: #f67280;
    outline: none;
}
a:focus-visible {
    outline: 2px solid #f67280;
}
a:hover,
a:active {
    outline: 0;
}
.entry-content a:not(.more-link):not(.button):not(.wp-block-button__link),
.entry-summary a:not(.more-link):not(.button):not(.wp-block-button__link),
.widget_text a:not(.more-link):not(.button) {
    text-decoration: underline;
}
abbr,
acronym,
abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* 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;
}
.nav-icon-toggle {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 40px auto 0 auto;
    cursor: pointer;
}
#offcanvas-menu {
    background: rgba(0, 0, 0, .1);
    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.1rem 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
#offcanvas-menu .offcanvas-wraper a:hover {
    color: #f67280;
}
#offcanvas-menu .offcanvas-wraper::-webkit-scrollbar {
    width: 0;
    height: 0;
}
@media screen and (max-width: 1199px) {
    #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-align: right;
}
.admin-bar #offcanvas-menu .close-offcanvas-menu .offcanvas-close {
    margin-top: 40px;
}
#offcanvas-menu .close-offcanvas-menu .offcanvas-close .button-offcanvas-close {
    padding: 1.5rem 2rem;
}
.offcanvas-wraper > * {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    filter: alpha(opacity=0);
    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);
    filter: alpha(opacity=100);
    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: 30px;
}
.offcanvas-item .primary-menu {
    border-style: solid;
    border-width: 0.1rem 0;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.offcanvas-main-navigation li {
    border-bottom: 0.1rem solid;
    position: relative;
}
.offcanvas-main-navigation li:last-child {
    border-bottom: none;
}
.offcanvas-main-navigation a {
    display: block;
    font-size: 1.8rem;
    padding: 20px 0;
    text-decoration: none;
    position: relative;
}
.offcanvas-main-navigation .sub-menu {
    border-top: 0.1rem 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: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle {
    border-style: solid;
    border-width: 0 0 0 0.1rem;
    padding: 0;
}
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle .svg-icon {
    height: 1.5rem;
    transition: transform 0.15s linear;
    width: 1.5rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}
.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;
    height: 5rem;
    width: 5rem;
}
.offcanvas-social-navigation li a svg {
    height: 2rem;
    width: 2rem;
}
.offcanvas-social-navigation li a {
    color: inherit;
    display: inline-block;
    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,
.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,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.widget:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.breadcrumbs {
    margin: 30px auto;
}
@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 0.5rem 0.4rem 0;
    border: 1px solid;
    padding: 0.3rem 0.6rem 0.4rem 0.4rem;
    line-height: 2;
    max-width: 18em;
}
.breadcrumbs ul .trail-item.trail-begin span {
    margin-left: 0;
}
.breadcrumbs ul .trail-item span:hover,
.breadcrumbs ul .trail-item span:focus,
.breadcrumbs ul .trail-item.trail-end span {
    background: #000;
    color: #fff;
}
.breadcrumbs ul .trail-item span:before {
    content: "";
    display: inline-block;
    margin-left: 0.45rem;
    margin-right: 0.65rem;
    vertical-align: middle;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #000;
}
.breadcrumbs ul .trail-item.trail-end span:before,
.breadcrumbs ul .trail-item:hover span:before,
.breadcrumbs ul .trail-item:focus span:before {
    border-left-color: #fff;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.updated:not(.published) {
    display: none;
}
.wrapper {
    width: 100%;
    padding-right: 3rem;
    padding-left: 3rem;
    margin-right: auto;
    margin-left: auto;
}
.wrapper-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}
.wrapper-inner-large {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}
.wrapper-inner-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.site-content {
    position: relative;
    margin-bottom: 12rem;
}
.block {
    margin-bottom: 4rem;
}
.theme-panel-blocks img.entry-responsive-thumbnail {
    width: 100%;
}
.column {
    position: relative;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
}
.wrapper-inner-large > .column {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.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-fifth {
    -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%;
}
.mb-10 {
    margin-bottom: 10px
}
.mb-20 {
    margin-bottom: 20px
}
.mb-30 {
    margin-bottom: 30px
}
.mb-40 {
    margin-bottom: 40px
}
.mb-50 {
    margin-bottom: 50px
}
.mt-10 {
    margin-top: 10px
}
.mt-20 {
    margin-top: 20px
}
.mt-30 {
    margin-top: 30px
}
.mt-40 {
    margin-top: 40px
}
.mt-50 {
    margin-top: 50px
}
@media screen and (min-width: 1400px) {
    .column-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .column-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (max-width: 1199px) {
    .column-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (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%;
    }
    .column-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .hidden-sm-screen {
        display: none;
        visibility: hidden;
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .mb-sm-10 {
        margin-bottom: 10px
    }
    .mb-sm-20 {
        margin-bottom: 20px
    }
    .mb-sm-30 {
        margin-bottom: 30px
    }
    .mb-sm-40 {
        margin-bottom: 40px
    }
    .mb-sm-50 {
        margin-bottom: 50px
    }
    .mt-sm-10 {
        margin-top: 10px
    }
    .mt-sm-20 {
        margin-top: 20px
    }
    .mt-sm-30 {
        margin-top: 30px
    }
    .mt-sm-40 {
        margin-top: 40px
    }
    .mt-sm-50 {
        margin-top: 50px
    }
    .pb-sm-10 {
        padding-bottom: 10px
    }
    .pb-sm-20 {
        padding-bottom: 20px
    }
    .pb-sm-30 {
        padding-bottom: 30px
    }
    .pb-sm-40 {
        padding-bottom: 40px
    }
    .pb-sm-50 {
        padding-bottom: 50px
    }
    .pt-sm-10 {
        padding-top: 10px
    }
    .pt-sm-20 {
        padding-top: 20px
    }
    .pt-sm-30 {
        padding-top: 30px
    }
    .pt-sm-40 {
        padding-top: 40px
    }
    .pt-sm-50 {
        padding-top: 50px
    }
}
@media (max-width: 767px) {
    .column-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .hidden-xs-screen {
        display: none;
        visibility: hidden;
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .mb-xs-10 {
        margin-bottom: 10px
    }
    .mb-xs-20 {
        margin-bottom: 20px
    }
    .mb-xs-30 {
        margin-bottom: 30px
    }
    .mb-xs-40 {
        margin-bottom: 40px
    }
    .mb-xs-50 {
        margin-bottom: 50px
    }
    .mt-xs-10 {
        margin-top: 10px
    }
    .mt-xs-20 {
        margin-top: 20px
    }
    .mt-xs-30 {
        margin-top: 30px
    }
    .mt-xs-40 {
        margin-top: 40px
    }
    .mt-xs-50 {
        margin-top: 50px
    }
    .pb-xs-10 {
        padding-bottom: 10px
    }
    .pb-xs-20 {
        padding-bottom: 20px
    }
    .pb-xs-30 {
        padding-bottom: 30px
    }
    .pb-xs-40 {
        padding-bottom: 40px
    }
    .pb-xs-50 {
        padding-bottom: 50px
    }
    .pt-xs-10 {
        padding-top: 10px
    }
    .pt-xs-20 {
        padding-top: 20px
    }
    .pt-xs-30 {
        padding-top: 30px
    }
    .pt-xs-40 {
        padding-top: 40px
    }
    .pt-xs-50 {
        padding-top: 50px
    }
}
@media (max-width: 575px) {
    .column-xxs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-xxs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-xxs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-xxs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .hidden-xxs-screen {
        display: none;
        visibility: hidden;
        filter: alpha(opacity=0);
        opacity: 0;
    }
}
.column-order-1 {
    order: 1;
}
.column-order-2 {
    order: 2;
}
.column-order-3 {
    order: 3;
}
.alignnone,
.aligncenter {
    margin-bottom: 4rem;
    margin-top: 4rem;
}
.alignwide,
.alignfull {
    margin-bottom: 6rem;
    margin-top: 6rem;
}
.alignleft {
    margin: 0.5rem 2.5rem 2.5rem 0;
}
.alignright {
    margin: 0.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-meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.2rem;
    text-transform: capitalize;
}
.entry-meta a {
    text-decoration: none;
}
.theme-author-image {
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    overflow: hidden;
}
.theme-meta-categories {
    margin-bottom: 1rem;
}
.entry-meta .entry-meta-author .byline .author,
.entry-meta .entry-meta-date .posted-on .entry-date {
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.entry-meta .entry-meta-item {
    position: relative;
    margin-right: .5rem;
}
.entry-meta-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
}
.entry-meta-item .entry-meta-icon {
    margin-right: 1rem;
}
.entry-meta-label {
    margin-right: 5px;
}
.entry-content ol li,
.entry-content ul li {
    margin-bottom: 1.5rem;
}
.posts-navigation {
    margin-bottom: 6rem;
}
.post-navigation {
    border-style: solid;
    border-width: 0.1rem 0;
    font-size: 1.8rem;
    margin-top: 5rem;
    padding: 3rem 0;
}
.post-navigation .nav-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.post-navigation .nav-links > div + div {
    margin-top: 1rem;
}
.post-navigation a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    text-decoration: none;
}
.post-navigation .arrow {
    margin-right: 1rem;
}
/* SINGLE PAGINATION */
.post-navigation {
    padding: 3.5rem 0;
}
.post-navigation .nav-links {
    flex-direction: row;
    justify-content: space-between;
}
.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.1rem 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.1rem;
}
.pagination {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.pagination a {
    color: inherit;
}
.pagination .page-numbers,
.posts-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-next {
    display: inline-block;
    font-weight: 700;
    font-size: 1.8rem;
    margin-left: 1.25em;
    margin-right: 1.25em;
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.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: rgba(0, 0, 0, 0.25);
    }
    .pagination .prev:after {
        margin-left: 1.25em;
    }
    .pagination .next:before {
        margin-right: 1.25em;
    }
}
.posts-navigation .nav-links .nav-previous .svg-icon,
.posts-navigation .nav-links .nav-previous .nav-link-label,
.posts-navigation .nav-links .nav-next .svg-icon,
.posts-navigation .nav-links .nav-next .nav-link-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.theme-ajax-loadpost {
    text-align: center;
    margin-bottom: 6rem;
    margin-top: 5rem;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-wrapper {
    margin-top: 2rem;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
#comments .comments-title {
    margin-bottom: 60px;
    font-size: 26px;
}
.page #comments .comments-title {
    margin-top: 60px;
}
#comments .comment-list {
    list-style: none;
    margin: 40px auto;
    padding: 0;
}
#comments .comment-list li {
    border-bottom: 2px 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 .children li {
    margin: 0;
    border: none;
}
#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:not(:hover):not(:focus) {
    color: inherit;
}
#comments .comment-author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 1rem;
}
#comments .comment-author img {
    margin-right: 10px;
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    object-fit: cover;
}
#comments .comment-author .fn {
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    display: inline-block;
    margin-right: 1rem;
}
#comments .comment-author .says {
    display: none;
}
#comments .comment-meta .comment-metadata {
    font-size: 85%;
    margin-top: 5px;
    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 {
    font-weight: 600;
    text-decoration: none;
}
#comments .comment-reply-link:hover {
    filter: alpha(opacity=85);
    opacity: 0.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;
    font-size: 85%;
}
#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;
    font-size: 14px;
}
#comments h3.comment-reply-title {
    font-size: 3.4rem;
    margin-bottom: 30px;
    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;
    font-size: 14px;
    font-weight: 600;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
#comments .comment-form p.form-submit {
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
#comments .comment-form .comment-subscription-form,
#comments .comment-form .comment-subscription-form:only-child {
    font-size: 14px;
    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: -1rem;
        margin-left: -1rem;
    }
    .comments-area .comment-form-comment {
        margin-bottom: 1.5rem;
    }
    .comments-area .comment-form-ratings {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px;
    }
    .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-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-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: 20px;
        padding-left: 20px;
    }
}
/*--------------------------------------------------------------
# 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;
}
/*--------------------------------------------------------------
# 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: block;
}
body:not(.theme-darkmode-enabled) .custom-logo-link.custom-dark-logo-link,
.theme-darkmode-enabled .custom-logo-link:not(.custom-dark-logo-link) {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.custom-logo-link ~ .custom-logo-name {
    margin-top: .5rem;
}
.site-logo .custom-logo-link img {
    max-height: 6rem;
    margin: 0 auto;
    width: auto
}
@media screen and (max-width: 575px) {
    #site-header .site-logo .custom-logo-link {
        max-width: 150px;
    }
}
/*--------------------------------------------------------------
## 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
--------------------------------------------------------------*/
@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: -5px;
        margin-right: -5px;
    }
    .site-content .gallery-columns-1 {
        margin-left: auto;
        margin-right: auto;
    }
}
.gallery-item {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    vertical-align: top;
    width: 100%;
}
.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 {
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 auto 10px;
    position: relative;
    width: 100%;
}
@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;
}
.twp-content-gallery .blocks-gallery-grid .blocks-gallery-image figcaption,
.twp-content-gallery .blocks-gallery-grid .blocks-gallery-item figcaption,
.twp-content-gallery .wp-block-gallery .blocks-gallery-image figcaption,
.twp-content-gallery .wp-block-gallery .blocks-gallery-item figcaption,
.twp-content-gallery .gallery .gallery-caption {
    display: none;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
@media (min-width: 1200px) {
    #site-footer {
        left: 26rem;
        position: absolute;
        bottom: 0;
        z-index: 1;
        width: calc(100% - 26rem);
    }
}
.footer-credits {
    margin: 3rem 0;
}
.footer-copyright a {
    border-bottom: 1px solid;
}
.offcanvas-item .primary-menu,
.offcanvas-main-navigation li,
.offcanvas-main-navigation .sub-menu,
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle,
.post-navigation {
    border-color: rgba(0, 0, 0, 0.12);
}
/*--------------------------------------------------------------
## Plugin Support
--------------------------------------------------------------*/
.elementor-html .preloader {
    display: none;
}
.post-content-share .twp-social-share .twp-share-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.post-content-share .twp-social-share .twp-share-container .twp-social-icons {
    margin: 0 1rem;
}
.post-content-share
.twp-social-share
.twp-share-container
.twp-social-icons:first-child {
    margin-left: 0;
}
.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 .twp-icon-holder .twp-social-count,
.post-content-share .twp-social-icons .share-media-nocount {
    border-radius: 2px;
    color: #fff;
}
.post-content-share .twp-icon-holder .twp-social-count:hover,
.post-content-share .twp-icon-holder .twp-social-count:focus,
.post-content-share .twp-social-icons .share-media-nocount:hover,
.post-content-share .twp-social-icons .share-media-nocount:focus {
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.post-content-share .share-media-nocount:after,
.post-content-share .twp-icon-holder .twp-social-count:after {
    border: solid 6px transparent;
    border-top-color: inherit;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: -12px;
}
.post-content-share .twp-social-icons .twp-icon-holder .twp-social-count,
.post-content-share .twp-social-icons .twp-icon-holder .share-media-nocount {
    color: #fff;
}
.post-content-share .twp-social-facebook .twp-icon-holder .twp-social-count {
    background: #3b5998;
}
.post-content-share .twp-social-twitter .twp-icon-holder .twp-social-count {
    background: #24a5db;
}
.post-content-share .twp-social-pinterest .twp-icon-holder .twp-social-count {
    background: #ca2128;
}
.post-content-share .twp-social-linkedin .twp-icon-holder .share-media-nocount {
    background: #0077b5;
}
.post-content-share .twp-social-email .twp-icon-holder .share-media-nocount {
    background: #f75454;
}
.post-content-share .twp-social-vk .twp-icon-holder .share-media-nocount {
    background: #1a4b78;
}
.post-content-share .twp-social-icons .twp-icon-holder .twp-social-count:hover,
.post-content-share .twp-social-icons .twp-icon-holder .twp-social-count:focus,
.post-content-share
.twp-social-icons
.twp-icon-holder
.share-media-nocount:hover,
.post-content-share
.twp-social-icons
.twp-icon-holder
.share-media-nocount:focus {
    filter: alpha(opacity=65);
    opacity: 0.65;
}
.post-content-share
.twp-social-facebook
.twp-icon-holder
.twp-social-count:after {
    border-left-color: transparent;
    border-top-color: #3b5998;
}
.post-content-share
.twp-social-twitter
.twp-icon-holder
.twp-social-count:after {
    border-left-color: transparent;
    border-top-color: #24a5db;
}
.post-content-share
.twp-social-pinterest
.twp-icon-holder
.twp-social-count:after {
    border-left-color: transparent;
    border-top-color: #ca2128;
}
.post-content-share
.twp-social-facebook
.twp-icon-holder
.twp-social-count:after {
    border-left-color: transparent;
    border-top-color: #3b5998;
}
.post-content-share
.twp-social-linkedin
.twp-icon-holder
.share-media-nocount:after {
    border-left-color: transparent;
    border-top-color: #0077b5;
}
.post-content-share
.twp-social-email
.twp-icon-holder
.share-media-nocount:after {
    border-left-color: transparent;
    border-top-color: #f75454;
}
.post-content-share .twp-social-vk .twp-icon-holder .share-media-nocount:after {
    border-left-color: transparent;
    border-top-color: #1a4b78;
}
.post-content-share
.twp-social-icons
.twp-icon-holder:hover
.twp-social-count:after,
.post-content-share
.twp-social-icons
.twp-icon-holder:focus
.twp-social-count:after,
.post-content-share
.twp-social-icons
.twp-icon-holder:hover
.share-media-nocount:after,
.post-content-share
.twp-social-icons
.twp-icon-holder:focus
.share-media-nocount:after {
    border-left-color: transparent;
}
.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-vk .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;
    filter: alpha(opacity=0);
    opacity: 0;
}
.post-content-share .twp-plugin-title.twp-share-title h2 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}
.archive-main-block {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
#comments .comment-body .comment-content,
#comments .comment-reply-link,
#comments p.comment-notes,
#comments p.logged-in-as,
#comments p.must-log-in {
    line-height: 1.8;
}
/*--------------------------------------------------------------
##Back to top
--------------------------------------------------------------*/
#site-footer .to-the-top {
    display: inline-block;
    float: right;
    border-radius: 0.4rem;
}
.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;
    }
}
.posts-navigation .nav-links,
.pagination .nav-links {
    text-align: center;
}
.entry-featured-thumbnail {
    position: relative;
    margin-bottom: 2rem;
}
.theme-page-vitals {
    background: #f67280;
    color: #fff;
    padding: 20px;
}
.theme-page-vitals:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    border-right: 10px solid;
    border-bottom: 10px solid transparent;
    border-right-color: #f67280;
    width: 0;
    z-index: 1;
}
.has-post-thumbnail .theme-page-vitals {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.theme-page-vitals .twp-post-visit,
.theme-page-vitals .twp-read-time {
    display: inline-block;
    vertical-align: middle;
}
.theme-page-vitals .twp-read-time {
    margin-right: 10px;
}
.theme-page-vitals .twp-read-time ~ .twp-post-visit:before {
    content: "/";
    padding-right: 10px;
}
.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;
}
.entry-meta-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 20px;
}
.entry-meta-link:before {
    display: block;
    content: "";
    border-top: 2px solid;
    width: 0;
    margin-top: 4px;
}
.entry-meta-link:before {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    filter: alpha(opacity=0);
    opacity: 0;
    pointer-events: none;
}
.post-content:hover .entry-meta-link:before,
.post-content:focus .entry-meta-link:before {
    width: 29px;
    filter: alpha(opacity=100);
    opacity: 1;
    margin-right: 0.5rem;
    pointer-events: all;
}
.theme-block,
.theme-custom-widget {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.theme-block-carousel .theme-main-slider:not(.slick-initialized),
.custom-widget-carousel .theme-widget-carousel:not(.slick-initialized) {
    opacity: 0;
    visibility: hidden;
    max-height: 30rem;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.theme-block-carousel .theme-main-slider,
.custom-widget-carousel .theme-widget-carousel {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.block-title-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 2rem;
}
.block-footer-wrapper {
    position: relative;
}
.block-footer-wrapper > hr {
    border: 0;
    height: 1px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.block-footer-wrapper > .block-footer-link {
    background: var(--theme-white-color);
    font-weight: 600;
    display: flex;
    align-items: center;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 15px;
    border-radius: 0;
}
.theme-darkmode-enabled .block-footer-wrapper > .block-footer-link {
    background: var(--theme-dark-color);
}
.entry-wrapper {
    position: relative;
    overflow: hidden;
}
.entry-wrapper .entry-thumbnail {
    position: relative;
}
.widget select {
    max-width: 100%;
}
.widget ul,
.widget ol {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.widget_recent_comments li,
.widget_pages li,
.widget_archive li,
.widget_meta li a,
.widget_categories li,
.widget_nav_menu li,
.widget_recent_entries li a,
.wp-block-latest-posts li a,
.wp-block-archives-list li a,
.wp-block-categories-list li a {
    border-bottom: 1px solid;
    padding: 10px 0;
    position: relative;
    display: table;
    width: 100%;
}
.widget_categories ul.children,
.widget_pages ul.children,
.widget_nav_menu .sub-menu {
    border-top: 1px solid;
    margin-top: 10px;
    margin-bottom: -10px;
}
.widget_recent_comments li:last-child,
.widget_pages li:last-child,
.widget_archive li:last-child,
.widget_meta li:last-child a,
.widget_categories li:last-child,
.widget_nav_menu li:last-child,
.widget_recent_entries li:last-child a,
.wp-block-latest-posts li:last-child a,
.wp-block-archives-list li:last-child a,
.wp-block-categories-list li:last-child a {
    border: 0;
}
/* 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-slick-space .slick-list {
    margin: 0 -1rem;
}
.theme-slick-space .slick-slide {
    padding-left: 1rem;
    padding-right: 1rem;
}
.slide-btn {
    padding: 0;
    height: 4rem;
    width: 4rem;
}
.theme-darkmode-enabled .slide-btn {
    color: var(--theme-white-color);
}
.slick-prev,
.slick-next {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 999;
}
.slick-prev {
    left: 2rem;
}
.slick-next {
    right: 2rem;
}
@media (max-width: 575px) {
    .slick-arrow {
        display: none !important;
    }
}
.slick-dots {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 .4rem;
}
.slick-dots li button {
    width: 1rem;
    height: 1rem;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    font-size: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover {
    opacity: 1;
}
.slick-dots li.slick-active button {
    border-color: #2d3042;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    opacity: 1;
}
/* aside left  */
@media (min-width: 1200px) {
    .theme-aside-right,
    .theme-aside-content {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
    }
    .theme-aside-right,
    .admin-bar .theme-aside-left .theme-aside-content {
        top: 3rem;
    }
    .theme-aside-left .theme-aside-content {
        display: block !important;
    }
}
.theme-body-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.theme-aside-left,
.theme-main-panel {
    position: relative;
    width: 100%;
}
@media (min-width: 1200px) {
    .theme-aside-left {
        order: 1;
    }
    .theme-main-panel {
        order: 2;
    }
}
.theme-aside-left {
    max-width: 26rem;
}
.theme-aside-left ul {
    padding: 0;
}
.theme-aside-left ul li {
    list-style: none;
    margin-bottom: 0.8rem;
}
@media (max-width: 1199px) {
    .theme-aside-left ul li {
        margin-right: 1rem;
        border: 1px solid;
        padding: .2rem 1rem;
        white-space: nowrap;
    }
}
.theme-aside-left a {
    font-weight: 500;
    text-transform: capitalize;
}
.theme-aside-left .theme-filter-toggle {
    background-color: rgba(0, 0, 0, 0.05);
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 2rem 3rem;
    justify-content: center;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}
.theme-darkmode-enabled .theme-aside-left .theme-filter-toggle {
    background-color: rgba(255, 255, 255, 0.05);
}
.theme-aside-left .theme-filter-toggle span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
@media (min-width: 992px) {
    .theme-aside-left .theme-filter-toggle {
        display: none;
    }
}
.theme-aside .theme-filter {
    border-bottom: 1px solid;
    padding: 3rem;
}
.theme-aside .theme-filter .aside-filter-title {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: .25rem;
    text-transform: uppercase;
    margin-bottom: 3rem;
}
.theme-aside-left .theme-aside-content {
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: none;
    scrollbar-color: #888 #f1f1f1;
}
@media (max-width: 1199px) {
    .theme-filter ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .theme-aside-left .theme-aside-content {
        display: none;
        height: auto;
    }
    .theme-filter ul {
        margin-bottom: 0;
    }
    .filter-toggle-button,
    .theme-aside-left .footer-credits {
        display: none;
    }
}
.theme-aside-left .theme-aside-content:hover,
.theme-aside-left .theme-aside-content:focus {
    scrollbar-width: thin;
}
.theme-aside-left .theme-aside-content::-webkit-scrollbar {
    width: 8px;
    display: none;
}
@media (max-width: 1199px) {
    .theme-aside-left .theme-aside-content::-webkit-scrollbar {
        height: 0.6rem;
    }
}
.theme-aside-left .theme-aside-content:hover::-webkit-scrollbar,
.theme-aside-left .theme-aside-content:focus::-webkit-scrollbar {
    display: block;
}
.theme-aside-left .theme-aside-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.theme-aside-left .theme-aside-content::-webkit-scrollbar-thumb {
    background: #888;
}
.theme-aside-left .theme-aside-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.theme-aside-left ul li.hide {
    display: none;
}
@media (max-width: 1199px) {
    .theme-aside-left ul li.hide {
        display: block;
    }
}
.filter-toggle-button span {
    cursor: pointer;
}
/* main block styling  */
.theme-main-panel {
    max-width: calc(100% - 26rem);
}
@media (max-width: 1199px) {
    .theme-aside-left,
    .theme-main-panel {
        max-width: 100%;
    }
}
.article-content {
    position: relative;
    cursor: pointer;
    margin: 1.5rem 0;
    display: -ms-flexbox;
    display: flex;
}
.article-content .article-content-left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    height: 4.5rem;
    width: 4.5rem;
    margin-right: 1rem;
}
.article-content .article-content-right {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.theme-page-views {
    position: absolute;
    inset: auto auto 0 0;
    padding: 0 1rem;
    z-index: 15;
    background-color: #e0e0e0;
    color: #000;
    font-weight: 500;
    font-size: 1.5rem;
}
/* single  */
.single .site-content {
    padding-top: 0;
}
.single .list-block {
    margin-bottom: 2rem;
}
.single #comment {
    height: 7rem;
    resize: none;
}
/* page  */
@media (min-width: 992px) {
    .page .site-content {
        padding-bottom: 5rem;
    }
}
.page .theme-main-panel {
    padding-bottom: 5rem;
}
/* browse page  */
.theme-block-categories .entry-thumbnail {
    position: relative;
}
.theme-block-categories .entry-title {
    margin-bottom: 0;
    font-size: 2rem;
}
.theme-block-categories .entry-title a:not(:hover):not(:focus) {
    color: #fff !important;
}
/* search no result  */
.search-no-results .no-result-icon svg {
    height: 10rem;
    width: 10rem;
    fill: #fff;
}
.search-no-results .no-result-icon {
    margin-bottom: 5rem;
}
.search-no-results .theme-main-panel .wrapper-inner {
    justify-content: center;
}
.search-no-results .theme-main-panel {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/* footer  */
#site-footer .streaming_popular_post_widget .article-body .entry-meta {
    margin-bottom: 1rem;
}
/* line clamp  */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* error404 */
.error404 .site-main {
    width: calc(100% - 25rem);
    padding: 5rem 3rem 0;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
}
.error404 .site-main a:not(:hover):not(:focus) {
    color: #fff;
}
@media (max-width: 1199px) {
    .error404 .site-main {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .error404 .site-main {
        padding: 0 1rem;
    }
}
/* no result found  */
.no-results {
    padding: 0 1rem;
}
.search-no-results .theme-main-panel {
    padding-bottom: 5rem;
}
/* article detail position  */
.article-detail-position .theme-article-detail {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
/* entry title sign  */
.entry-title {
    position: relative;
}
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,
.navbar-control,
.navbar-control:hover,
.navbar-control:focus,
.theme-site-header,
.theme-aside .theme-filter,
.slick-dots li button,
.widget_recent_comments li,
.widget_pages li,
.widget_archive li,
.widget_meta li a,
.widget_categories li,
.widget_nav_menu li,
.widget_recent_entries li a,
.wp-block-latest-posts li a,
.wp-block-archives-list li a,
.wp-block-categories-list li a,
.widget_categories ul.children,
.widget_pages ul.children,
.widget_nav_menu .sub-menu {
    border-color: rgba(0, 0, 0, 0.12);
}
.block-footer-wrapper > hr {
    background-color: rgba(0, 0, 0, 0.12);
}
.theme-darkmode-enabled input[type="text"],
.theme-darkmode-enabled input[type="password"],
.theme-darkmode-enabled input[type="email"],
.theme-darkmode-enabled input[type="url"],
.theme-darkmode-enabled input[type="date"],
.theme-darkmode-enabled input[type="month"],
.theme-darkmode-enabled input[type="time"],
.theme-darkmode-enabled input[type="datetime"],
.theme-darkmode-enabled input[type="datetime-local"],
.theme-darkmode-enabled input[type="week"],
.theme-darkmode-enabled input[type="number"],
.theme-darkmode-enabled input[type="search"],
.theme-darkmode-enabled input[type="tel"],
.theme-darkmode-enabled input[type="color"],
.theme-darkmode-enabled textarea,
.theme-darkmode-enabled .navbar-control,
.theme-darkmode-enabled .navbar-control:hover,
.theme-darkmode-enabled .navbar-control:focus,
.theme-darkmode-enabled .theme-site-header,
.theme-darkmode-enabled .theme-aside .theme-filter,
.theme-darkmode-enabled .slick-dots li button,
.theme-darkmode-enabled .widget_pages li,
.theme-darkmode-enabled .widget_archive li,
.theme-darkmode-enabled .widget_meta li a,
.theme-darkmode-enabled .widget_categories li,
.theme-darkmode-enabled .widget_nav_menu li,
.theme-darkmode-enabled .widget_recent_entries li a,
.theme-darkmode-enabled .wp-block-latest-posts li a,
.theme-darkmode-enabled .wp-block-archives-list li a,
.theme-darkmode-enabled .wp-block-categories-list li a,
.theme-darkmode-enabled .widget_categories ul.children,
.theme-darkmode-enabled .widget_pages ul.children,
.theme-darkmode-enabled .widget_nav_menu .sub-menu {
    border-color: rgba(255, 255, 255, 0.12);
}
.theme-darkmode-enabled .block-footer-wrapper > hr {
    background-color: rgba(255, 255, 255, 0.12);
}
.mfp-iframe-holder .mfp-close {
    font: 100 4rem/1 "Roboto", sans-serif;
}
#video-icon-holder,
#media-video-icon {
    display: block;
}
#video-icon-holder {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 54px;
    height: 54px;
    background-color: var(--theme-dark-color);
    border-radius: 50%;
    position: relative;
    border: 2px solid #fff;
    box-shadow: 5px 5px 7px -2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
#video-icon-holder::after {
    display: block;
    content: "";
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: background 1s ease;
}
#media-video-icon {
    position: relative;
    z-index: 1;
    height: 22px;
    width: 4px;
    background: white;
    border-radius: 3px;
    margin: 14px 20px 0 18px;
    left: 0;
    transition: background 0.2s ease;
}
.theme-post-article:hover #media-video-icon,
.theme-post-article:focus #media-video-icon {
    background-color: var(--theme-brand-color);
}
.theme-post-article:hover #video-icon-holder::after,
.theme-post-article:focus #video-icon-holder::after {
    background: white;
}
#media-video-icon::before, #media-video-icon::after {
    display: block;
    content: "";
    position: absolute;
    height: 20px;
    width: 4px;
    background: inherit;
    border-radius: 3px;
    left: 15px;
}
#media-video-icon::before {
    top: 11px;
    transform: rotate(56deg);
    transform-origin: top center;
}
#media-video-icon::after {
    top: -8px;
    transform: rotate(-56deg);
    transform-origin: bottom center;
}
.toggle #media-video-icon {
    height: 22px;
}
.toggle #media-video-icon::before, .toggle #media-video-icon::after {
    transform: rotate(0deg);
    left: 10px;
    height: 13px;
}
.toggle #media-video-icon::before {
    top: 9px;
}
.toggle #media-video-icon::after {
    transform: rotate(0deg);
    top: 0;
}
.mfp-bottom-bar-video > h3,
.mfp-bottom-bar .mfp-title > .entry-title {
    font-weight: 500;
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.img-hover-shine {
    overflow: hidden;
    position: relative;
}
.img-hover-shine:after {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.theme-post-article:hover .img-hover-shine:after,
.theme-post-article:focus .img-hover-shine:after {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.theme-category-image {
    margin-bottom: 1rem;
}
.latest-category-post {
    background-color: var(--theme-brand-color);
    color: var(--theme-white-color);
    border-radius: 4px;
    display: inline-block;
    padding: 0.2rem 1rem;
    margin-bottom: 1rem;
}
.theme-post-category {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.theme-post-category .theme-media-panel {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 6rem;
    margin-right: 1rem;
}
.theme-post-category .article-content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
}
.single article.has-embed {
    position: relative;
}
.single article.has-embed .post-content-single .entry-content .wp-video:nth-of-type(1),
.single article.has-embed .post-content-single .entry-content .wp-block-video,
.single article.has-embed .post-content-single .entry-content .theme-featured-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
}
.single .post-content-single .theme-article-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
}
.single-entry-meta-wrapper .entry-meta-item {
    margin-right: 3rem;
    position: relative;
}
.single-entry-meta-wrapper .entry-meta-item a {
    text-decoration: none !important;
}
.single-entry-meta-wrapper .entry-meta-item:after {
    content: "";
    background-color: #000;
    width: 10px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: -15px;
    top: 10px;
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.single-entry-meta-wrapper .entry-meta-item:last-child:after {
    content: none;
    display: none;
}
.single-entry-meta-wrapper .entry-meta-wrapper .svg-icon {
    margin-right: .5rem;
    height: 1.8rem;
    width: 1.8rem;
}