/*!
Theme Name: herock
Theme URI: https://themeforest.net/user/templines/portfolio
Author: Templines
Author URI: https://themeforest.net/user/templines
Description: herock is an easy-to-use portfolio WordPress theme for freelancers and agencies. Graphic designers, illustrators, photographers or any type of creative is now easily able to create a quick & easy portfolio to showcase their work with a unique and creative touch. herock is an automated theme which means that all you have to do is create your posts and upload your images and herock will automatically arrange your projects into sliders and grids.
Version: 1.0.3
Requires at least: 6.1
Tested up to: 6.5
Requires PHP: 5.6
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses
Tags: one-column, two-columns, three-columns, right-sidebar, custom-header, custom-menu, flexible-header, featured-images, sticky-post, threaded-comments, editor-style, translation-ready
Text Domain: herock
*/



/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Global CSS variables
2.0 Normalize
3.0 Fonts
4.0 Accessibility
5.0 Alignments
6.0 Clearings
7.0 Animations
8.0 Typography
9.0 Elements
10.0 Forms
  10.1 Buttons
  10.2 Fields
11.0 Navigation
	11.1 Links
	11.2 Menus
  11.3 Navigations
12.0 Media
	12.1 Captions
	12.2 Galleries
  12.3 Carousels
13.0 Blocks
14.0 Widgets
15.0 Content
  15.1 Layout
  15.2 Header
  15.3 Regular Content
  15.4 Pages
	15.5 Posts
  15.6 Post Cards
  15.7 Author Info
  15.8 Related Posts
	15.9 Comments
  15.10 Sidebar
  15.11 Footer
16.0 Color Schemes
17.0 Multisites
18.0 Customizer
19.0 Media Queries
--------------------------------------------------------------*/




/*--------------------------------------------------------------
1.0 Global CSS variables
--------------------------------------------------------------*/

:root {
    --body__BackgroundColor: #141415;
    --secondary__BackgroundColor: #1b1b1d;
    --text--primary__Color: #ffffff;
    --text--secondary__Color: #7c7c83;
    --text--secondary--hover__Color: #e0e0e1;
    --accent__Color: #afa186;
    --accent--hover__Color: #a19071;
    --success__Color: #00893c;
    --info__Color: #7448ff;
    --warning__Color: #fb8c00;
    --danger__Color: #bf0125;
    --border__Color: #2d2d2f;
    --page-preloader__BackgroundColor: #0b0b0c;
    --header__BackgroundColor: #141415;
    --header-site-title__Color: #ffffff;
    --header-menu-link__Color: #ffffff;
    --header-menu-link--hover__Color: #ffffff;
    --main-nav-overlay__BackgroundColor: #0b0b0c;
    --main-nav-overlay__BorderColor: #2d2d2f;
    --main-nav-close-button__Color: #ffffff;
    --main-nav-close-button--hover__Color: #ffffff;
    --main-nav-link__Color: #ffffff;
    --main-nav-link--hover__Color: #afa186;
    --main-nav-sub-menu-link__Color: #99999e;
    --main-nav-sub-menu-link--hover__Color: #afa186;
    --content-text__Color: #99999e;
    --footer__BackgroundColor: #141415;
    --footer-text--primary__Color: #ffffff;
    --footer-text--secondary__Color: #ffffff;
    --sidebar-overlay__BackgroundColor: #141415;
    --sidebar__BackgroundColor: #1b1b1d;
    --sidebar-opener__BackgroundColor: #1b1b1d;
    --sidebar__BorderColor: #39393c;
    --sidebar-widget-title__Color: #000;
    --sidebar-text--primary__Color: #ffffff;
    --sidebar-text--secondary__Color: #8c8c92;
    --sidebar-link__Color: #99999e;
    --sidebar-link--hover__Color: #ffffff;

 --font-family--base: 'Crimson Pro', -apple-system, BlinkMacSystemFont, Roboto, Segoe UI,
    Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;

  --font-family--headings: 'Lora', -apple-system, BlinkMacSystemFont, Roboto, Segoe UI,
    Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;

  --font-family--content: 'Crimson Pro', -apple-system, BlinkMacSystemFont, Roboto, Segoe UI,
    Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;

  --font-family--entry-headings: 'Lora', -apple-system, BlinkMacSystemFont, Roboto, Segoe UI,
    Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;

  --font-family--monospace: 'Courier Prime', Consolas, Liberation Mono, Courier New, monospace;


    --font-size--base: 0.9em;
    --font-size--xs: 0.75em;
    --font-size--sm: 0.875em;
    --font-size--md: 1.125em;
    --font-size--lg: 1.3125em;
    --font-size--xl: 1.5em;
    --font-size--xxl: 1.875em;
    --font-size--xxxl: 2.25em;
    --font-size--xxxxl: 2.625em;
    --font-size--xxxxxl: 3em;
    --font-size--xxxxxxl: 4.75em;
    --font-size--xxxxxxxl: 4.5em;
    --font-weight--light: 300;
    --font-weight--normal: 400;
    --font-weight--medium: 500;
    --font-weight--semi-bold: 600;
    --font-weight--bold: 700;
    --line-height--base: 1.75;
    --line-height--headings: 1.1;
}

/*--------------------------------------------------------------
2.0 Normalize
--------------------------------------------------------------*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    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;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

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: sans-serif;
    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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    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;
}

/*--------------------------------------------------------------
3.0 Fonts
--------------------------------------------------------------*/

@font-face {
    font-family: "Muli";
    font-weight: 200 900;
    font-style: normal;
    font-display: swap;
    src: url("./assets/fonts/Muli-VariableFont_wght.ttf") format("truetype");
}

@font-face {
    font-family: "Muli";
    font-weight: 200 900;
    font-style: italic;
    font-display: swap;
    src: url("./assets/fonts/Muli-Italic-VariableFont_wght.ttf") format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Poppins Regular"), local("Poppins-Regular"), url("./assets/fonts/poppins-v9-latin-regular.woff2") format("woff2"), url("./assets/fonts/poppins-v9-latin-regular.woff") format("woff");
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Poppins Italic"), local("Poppins-Italic"), url("./assets/fonts/poppins-v9-latin-italic.woff2") format("woff2"), url("./assets/fonts/poppins-v9-latin-italic.woff") format("woff");
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Poppins Medium"), local("Poppins-Medium"), url("./assets/fonts/poppins-v9-latin-500.woff2") format("woff2"), url("./assets/fonts/poppins-v9-latin-500.woff") format("woff");
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Poppins Medium Italic"), local("Poppins-MediumItalic"), url("./assets/fonts/poppins-v9-latin-500italic.woff2") format("woff2"), url("./assets/fonts/poppins-v9-latin-500italic.woff") format("woff");
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("./assets/fonts/poppins-v9-latin-600.woff2") format("woff2"), url("./assets/fonts/poppins-v9-latin-600.woff") format("woff");
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local("Poppins SemiBold Italic"), local("Poppins-SemiBoldItalic"), url("./assets/fonts/poppins-v9-latin-600italic.woff2") format("woff2"), url("./assets/fonts/poppins-v9-latin-600italic.woff") format("woff");
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Poppins Bold"), local("Poppins-Bold"), url("./assets/fonts/poppins-v9-latin-700.woff2") format("woff2"), url("./assets/fonts/poppins-v9-latin-700.woff") format("woff");
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Poppins Bold Italic"), local("Poppins-BoldItalic"), url("./assets/fonts/poppins-v9-latin-700italic.woff2") format("woff2"), url("./assets/fonts/poppins-v9-latin-700italic.woff") format("woff");
}

/*--------------------------------------------------------------
4.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
    position: absolute !important;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    overflow: hidden;
    word-wrap: normal !important;
    border: 0;
}

.screen-reader-text:focus {
    display: block;
    width: auto;
    height: auto;
    left: .5rem;
    top: .5rem;
    padding: .625rem 1.5rem;
    z-index: 100000;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: var(--button__Color, var(--body__BackgroundColor));
    font-family: var(--button__FontFamily, var(--font-family--base));
    font-size: var(--button__FontSize, var(--font-size--sm));
    font-weight: var(--button__FontWeight, var(--font-weight--semi-bold));
    line-height: var(--button__LineHeight, 2);
    text-decoration: none;
    letter-spacing: .25px;
    background-color: var(--button__BackgroundColor, var(--accent__Color));
    border-radius: var(--button__BorderRadius, 0.25rem);
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
5.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    float: left;
    margin-right: 2.5rem;
    margin-top: .25rem;
    margin-bottom: 1.75rem;
}

.alignright {
    float: right;
    margin-left: 2.5rem;
    margin-top: .25rem;
    margin-bottom: 1.75rem;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
6.0 Clearings
--------------------------------------------------------------*/

.clear::after,
.header::after,
.content::after,
.footer::after,
.entry__content::after,
.entry__summary::after,
.tags-links::after,
.comment-content::after,
.page-links::after,
.tagcloud::after,
.textwidget::after {
    content: "";
    display: block;
    clear: both;
}

/*--------------------------------------------------------------
7.0 Animations
--------------------------------------------------------------*/

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideOutUp {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    30% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }

    70% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
}

@keyframes slideOutUp {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    30% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }

    70% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
}

@-webkit-keyframes rotate90 {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rotate90 {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes rotate45 {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0, 45deg);
        transform: translate3d(0, 0, 0, 45deg);
    }
}

@keyframes rotate45 {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0, 45deg);
        transform: translate3d(0, 0, 0, 45deg);
    }
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate(-100%) matrix(1, 0, 0, 1, 0, 0);
        transform: translate(-100%) matrix(1, 0, 0, 1, 0, 0);
    }

    to {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate(-100%) matrix(1, 0, 0, 1, 0, 0);
        transform: translate(-100%) matrix(1, 0, 0, 1, 0, 0);
    }

    to {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate(100%) matrix(1, 0, 0, 1, 0, 0);
        transform: translate(100%) matrix(1, 0, 0, 1, 0, 0);
    }

    to {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate(100%) matrix(1, 0, 0, 1, 0, 0);
        transform: translate(100%) matrix(1, 0, 0, 1, 0, 0);
    }

    to {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}

/* Scroll animations */

.animation--fade-in {
    animation-name: texttotop;
    animation-duration: .8s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    opacity: 1;
}

.animation--fade-in-up {
    animation-name: texttotop;
    animation-duration: .8s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    opacity: 1;
}


@keyframes texttotop {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        -webkit-transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0)
    }
}


/*--------------------------------------------------------------
8.0 Typography
--------------------------------------------------------------*/

html {
    font-size: 16px;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--body__Color, var(--text--primary__Color));
    font-family: var(--body__FontFamily, var(--font-family--base));
    font-size: var(--body__FontSize, var(--font-size--base));
    font-weight: var(--body__FontWeight, var(--font-weight--normal));
    line-height: var(--body__LineHeight, var(--line-height--base));
    text-rendering: optimizeLegibility;
}

button,
input,
select,
optgroup,
textarea {
    color: var(--body__Color);
    font-family: var(--body__FontFamily);
    font-weight: var(--body__FontWeight);
    line-height: var(--body__LineHeight);
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin-top: 0.2rem;
    margin-bottom: 1rem;
    color: var(--headings__Color, var(--text--primary__Color));
    font-family: var(--headings__FontFamily, var(--font-family--headings));
    font-weight: var(--headings__FontWeight, var(--font-weight--bold));
    line-height: var(--headings__LineHeight, var(--line-height--headings));
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

h1 {
    font-size: var(--font-size--xxxl);
}

h2 {
    font-size: var(--font-size--xxl);
}

h3 {
    font-size: var(--font-size--xl);
}

h4 {
    font-size: var(--font-size--lg);
}

h5 {
    font-size: var(--font-size--md);
}

h6 {
    font-size: var(--font-size--base);
}

p {
    margin: 0 0 1.75rem;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

b,
strong {
    font-weight: var(--font-weight--bold);
}

dfn,
cite,
em,
i {
    font-style: italic;
}

del {
    opacity: .8;
}

blockquote {
    position: relative;
    margin: 3.5rem 0;
    padding-left: 1.75rem;
    color: var(--blockquote__Color, var(--text--secondary--hover__Color));
    border-left: 0.5rem solid var(--blockquote__BorderColor, var(--border__Color));
}

blockquote p {
    font-family: var(--blockquote__FontFamily, var(--font-family--base));
    font-size: var(--blockquote__FontSize, var(--font-size--md));
    font-weight: var(--blockquote__FontWeight, var(--font-weight--normal));
    font-style: normal;
    line-height: var(--blockquote__LineHeight, 1.55556);
}

blockquote p b,
blockquote p strong {
    font-weight: var(--font-weight--bold);
}

blockquote cite,
blockquote footer {
    display: block;
    color: var(--blockquote-cite__Color, var(--text--secondary__Color));
    font-family: var(--blockquote-cite__FontFamily, var(--font-family--base));
    font-size: var(--blockquote-cite__FontSize, 0.8125em);
    font-style: normal;
    font-weight: var(--blockquote-cite__FontWeight, var(--font-weight--normal));
    line-height: var(--blockquote-cite__LineHeight, 2.33333);
    letter-spacing: .4px;
}

blockquote cite::before,
blockquote footer::before {
    content: "\2014";
    display: inline;
    margin-right: .75em;
}

blockquote:first-child {
    margin-top: 0;
}

blockquote:last-child,
blockquote > :last-child {
    margin-bottom: 0;
}

blockquote {
    quotes: """";
}

blockquote::before,
blockquote::after {
    content: "";
}

q {
    quotes: "\201c""\201d""\2018""\2019";
}

address {
    margin: 0 0 1.75rem;
    font-style: italic;
}

pre {
    margin-top: 0;
    color: var(--pre__Color, var(--content-text__Color));
    font-family: var(--pre__FontFamily, var(--font-family--monospace));
    font-size: var(--pre__FontSize, var(--font-size--base));
    line-height: var(--pre__LineHeight, var(--line-height--base));
    white-space: pre-wrap;
}

pre code,
pre kbd,
pre tt,
pre var {
    padding: 0;
    font-size: inherit;
    background-color: transparent;
}

code,
kbd,
tt,
var {
    padding: 0 .25em;
    color: var(--code__Color, var(--content-text__Color));
    font-family: var(--code__FontFamily, var(--font-family--monospace));
    font-size: var(--code__FontSize, var(--font-size--base));
    line-height: var(--code__LineHeight, var(--line-height--base));
    word-wrap: break-word;
    background-color: var(--code__BackgroundColor, var(--secondary__BackgroundColor));
}

abbr,
acronym {
    border-bottom: 1px dotted currentColor;
    cursor: help;
}

mark,
ins {
    padding-left: .25em;
    padding-right: .25em;
    color: var(--mark__Color, var(--body__BackgroundColor));
    text-decoration: none;
    background-color: var(--mark__BackgroundColor, var(--accent__Color));
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
9.0 Elements
--------------------------------------------------------------*/

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    color: var(--selection__Color, var(--body__BackgroundColor));
    background-color: var(--selection__BackgroundColor, var(--accent__Color));
}

::selection {
    color: var(--selection__Color, var(--body__BackgroundColor));
    background-color: var(--selection__BackgroundColor, var(--accent__Color));
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

hr {
    margin-bottom: 1.75rem;
    height: 1px;
    background-color: var(--hr__BackgroundColor, var(--border__Color));
    border: 0;
}

ul,
ol {
    margin: 0 0 1.75rem;
    padding-left: 2.5rem;
}

ul {
    list-style: disc;
}

ul ul {
    list-style-type: circle;
}

ol {
    list-style: decimal;
}

li {
    line-height: inherit;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dt {
    font-weight: var(--font-weight--bold);
}

dd {
    margin: 0 0 1.75rem 2.5rem;
}

.entry__summary li,
.entry__content li,
.comment-content li {
    margin-top: .4375rem;
    margin-bottom: .4375rem;
    line-height: inherit;
}

table {
    border-collapse: collapse;
    margin: 0 0 1.75rem;
    width: 100%;
    font-family: var(--table__FontFamily, var(--font-family--base));
    font-size: var(--table__FontSize, var(--font-size--sm));
    letter-spacing: .25px;
}

table th,
table td {
    padding: .70313rem 1rem;
    border: 1px solid var(--table__BorderColor, var(--border__Color));
    word-break: normal;
}

table th {
    color: var(--table-th__Color, var(--text--primary__Color));
    font-weight: var(--table-th__FontWeight, var(--font-weight--bold));
    text-align: left;
    background-color: var(--table-th__BackgroundColor, var(--secondary__BackgroundColor));
}

table tfoot td {
    color: var(--table-tfoot__Color, var(--text--secondary__Color));
}

/*--------------------------------------------------------------
10.0 Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.1 Buttons
--------------------------------------------------------------*/

.button,
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    padding: .5rem 1.5rem;
    color: var(--button__Color, var(--body__BackgroundColor));
    font-family: var(--button__FontFamily, var(--font-family--base));
    font-size: var(--button__FontSize, var(--font-size--sm));
    font-weight: var(--button__FontWeight, var(--font-weight--semi-bold));
    line-height: var(--button__LineHeight, 2);
    text-align: center;
    text-shadow: none;
    letter-spacing: .25px;
    white-space: nowrap;
    vertical-align: middle;
    outline: none;
    background-color: var(--button__BackgroundColor, var(--accent__Color));
    border: 2px solid var(--button__BorderColor, var(--accent__Color));
    border-radius: var(--button__BorderRadius, 0.25rem);
    -webkit-appearance: none;
    -webkit-border-radius: var(--button__BorderRadius, 0.25rem);
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 100px;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    cursor: pointer;
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    color: var(--button--hover__Color, var(--body__BackgroundColor));
    background-color: var(--button--hover__BackgroundColor, var(--accent--hover__Color));
    border-color: var(--button--hover__BorderColor, var(--accent--hover__Color));
}

.button:focus,
.button:active,
button:focus,
button:active,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:focus,
input[type="submit"]:active {
    outline: thin dotted;
    outline-offset: -.25em;
}

.button.disabled,
button.disabled,
input[type="button"].disabled,
input[type="reset"].disabled,
input[type="submit"].disabled {
    opacity: .65;
    cursor: not-allowed;
}

a.button {
    text-decoration: none;
}

/*--------------------------------------------------------------
10.2 Fields
--------------------------------------------------------------*/

label {
    display: block;
    margin-bottom: .4375rem;
    color: var(--label__Color, var(--text--secondary__Color));
    font-family: var(--label__FontFamily, var(--font-family--base));
    font-size: 1.1rem;
    font-weight: var(--label__FontWeight, var(--font-weight--normal));
    letter-spacing: .4px;
}

fieldset {
    margin-bottom: 1.75rem;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    -webkit-backface-visibility: hidden;
    -webkit-appearance: none;
    -webkit-border-radius: var(--input__BorderRadius, 0.25rem);
    display: block;
    width: 100%;
    padding: .5625rem 1.125rem;
    min-height: 3rem;
    color: var(--input__Color, var(--content-text__Color));
    font-family: var(--input__FontFamily, var(--font-family--base));
    font-size: var(--input__FontSize, var(--font-size--base));
    font-weight: var(--input__FontWeight, var(--font-weight--normal));
    line-height: var(--input__LineHeight, var(--line-height--base));
    outline: none;
    background-color: var(--input__BackgroundColor, rgba(255, 255, 255, 0.05));
    border: 1px solid var(--input__BorderColor, transparent);
    border-radius: var(--input__BorderRadius, 0.25rem);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="range"]:hover,
input[type="range"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="week"]:hover,
input[type="week"]: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="color"]:hover,
input[type="color"]:focus,
textarea:hover,
textarea:focus {
    background-color: var(--input--hover__BackgroundColor, rgba(255, 255, 255, 0.075));
}

input[type="search"]::-webkit-search-decoration {
    display: none;
}

textarea {
    max-width: 100%;
    resize: vertical;
    padding-top: 1rem;
    padding-bottom: 1rem;
}


element.style {
}
.wpcf7-form-control {
    margin-top: .4375rem;
}
select {
    height: 3.2rem;
    max-width: 100%;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    color: var(--select__Color, var(--content-text__Color));
    font-family: var(--select__FontFamily, var(--font-family--base));
    font-size: var(--select__FontSize, var(--font-size--base));
    font-weight: var(--select__FontWeight, var(--font-weight--normal));
    line-height: var(--select__LineHeight, var(--line-height--base));
    outline: none;
    background-color: rgb(105 105 105 / 5%);
    border: 1px solid #59595900;
    border-radius: 0.25rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .25s ease-in-out;
    transition: border-color .25s ease-in-out;
    -webkit-border-radius: var(--select__BorderRadius, 0.25rem);
    padding-right: 2px;
}

select:hover,
select:focus {
    background-color: var(--select--hover__BackgroundColor, rgba(255, 255, 255, 0.075));
}

input[type="radio"],
input[type="checkbox"] {
    position: relative;
    top: .0625em;
    margin-right: .25em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
    margin-bottom: 0;
    font-weight: var(--font-weight--normal);
    display: inline;
}

form > :last-child {
    margin-bottom: 0;
}

/* Post Password Form */

.post-password-form > p:first-child {
    font-size: var(--font-size--sm);
    line-height: 2;
    letter-spacing: .25px;
}

.post-password-form > :last-child {
    margin-bottom: 0;
}

.post-password-form label {
    margin-bottom: 0;
}

.post-password-form input[type="password"] {
    margin-top: .4375rem;
    margin-bottom: 1.75rem;
    font-size: 16px;
    font-size: 1rem;
}


#menu-toggle svg {
    fill: #222;
}

/* Search Form */

.search-form {
    position: relative;
}

.search-form__label {
    margin-bottom: 0;
}

.search-form input[type="search"] {
    padding-right: 4rem;
}

.search-form__button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: .84375rem;
    color: var(--search-form-button__Color, var(--text--secondary__Color));
    background-color: transparent;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-form__button:hover,
.search-form__button:focus {
    color: var(--search-form-button--hover__Color, var(--text--secondary--hover__Color));
    background-color: transparent;
}

.search-form__button > .svg-icon {
    display: block;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: var(--input-placeholder__Color, var(--text--secondary__Color));
    font-family: var(--input-placeholder__FontFamily, var(--font-family--base));
}

:-moz-placeholder {
    color: var(--input-placeholder__Color, var(--text--secondary__Color));
    font-family: var(--input-placeholder__FontFamily, var(--font-family--base));
}

::-moz-placeholder {
    opacity: 1;
    color: var(--input-placeholder__Color, var(--text--secondary__Color));
    font-family: var(--input-placeholder__FontFamily, var(--font-family--base));
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: var(--input-placeholder__Color, var(--text--secondary__Color));
    font-family: var(--input-placeholder__FontFamily, var(--font-family--base));
}

/*--------------------------------------------------------------
11.0 Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
11.1 Links
--------------------------------------------------------------*/

a {
    color: var(--link__Color, var(--accent__Color));
    text-decoration: underline;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

a:hover,
a:focus,
a:active {
    color: var(--link--hover__Color, var(--accent--hover__Color));
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

:target {
    margin-top: -6.5rem;
    padding-top: 6.5rem;
}

/*--------------------------------------------------------------
11.2 Menus
--------------------------------------------------------------*/

/* Main Navigation */

.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10010;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: transform;
    pointer-events: none;
    background-color: var(--main-nav-overlay__BackgroundColor);
}

.main-nav.toggled-on {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    pointer-events: auto;
    background-image: url("images/black-bg.png");
}

.admin-bar .main-nav {
    top: 46px;
    height: calc(100% - 46px);
}

.main-nav__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    min-height: 100%;
    padding-top: 7rem;
    padding-bottom: 1.75rem;
}

.main-nav__column {
    margin-bottom: 3.5rem;
}

.main-nav__column > :not(:last-child) {
    margin-bottom: 3.5rem;
}

.main-nav__row {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-top: auto;
    padding-top: 1.75rem;
    border-top: 1px solid var(--main-nav-overlay__BorderColor);
}

/* Button Menu Close */

.button--menu-close {
    position: absolute;
    top: 1.375rem;
    right: 1.25rem;
    z-index: 10;
    margin-right: -.5rem;
    padding: .5rem;
    color: var(--main-nav-close-button__Color);
    font-family: var(--button-menu-close__FontFamily, var(--font-family--headings));
    font-size: var(--button-menu-close__FontSize, var(--font-size--xs));
    font-weight: var(--button-menu-close__FontWeight, var(--font-weight--semi-bold));
    line-height: 1;
    text-transform: none;
    letter-spacing: .4px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button--menu-close:hover,
.button--menu-close:focus {
    color: var(--main-nav-close-button--hover__Color);
    background-color: transparent;
}

.button--menu-close:focus {
    outline: 0;
}

.button--menu-close span {
    display: none;
    margin-right: 4px;
    vertical-align: -14%;
}

/* Main Navigation */

.main-navigation {
    position: relative;
}

.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation ul.toggled-on {
    display: block;
}

.main-navigation li {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

.main-navigation a {
    display: inline-block;
    padding: 0.29167rem 0;
    color: var(--main-nav-link__Color);
    font-family: var(--main-nav-link__FontFamily, var(--font-family--entry-headings));
    font-size: var(--main-nav-link__FontSize, var(--font-size--xxxl));
    font-weight: var(--main-nav-link__FontWeight, var(--font-weight--bold));
    text-decoration: none;
    line-height: var(--main-nav-link__LineHeight, var(--line-height--headings));
    letter-spacing: .25px;
}

.main-navigation a:hover,
.main-navigation a:focus {
    color: var(--main-nav-link--hover__Color);
}


.main-navigation a {
    text-decoration: none;
    background-image: linear-gradient(rgb(23, 23, 25), rgb(23, 23, 25)), linear-gradient(#FDF322, #FDF322);
    background-size: 100% 15px, 0 7px;
    background-position: 100% 100%, 0 78%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
    text-decoration: none;
    font-size: 34px;
}


.main-navigation a:hover {
    background-size: 0 10px, 100% 7px;
    text-decoration: none !important;
    cursor: pointer;
}


.main-navigation li li a {
    background-image: none;
}



.main-navigation a:focus {
    outline: none;
}

.main-navigation .current-menu-item > a {
    color: var(--main-nav-link--current__Color, var(--main-nav-link--hover__Color));
}



.main-navigation .current-menu-ancestor > a:hover,
.main-navigation .current-menu-ancestor > a:focus {}

.main-navigation .menu-item-has-children > a {
    margin-right: .5rem;
}

.main-navigation ul ul {
    display: none;
    margin: 0.25rem 0 0.75rem 1.5rem;
}

.main-navigation ul ul a {
    padding: .25rem 0;
    color: var(--main-nav-sub-menu-link__Color);
    font-family: var(--main-nav-sub-menu-link__FontFamily, var(--font-family--base));
    font-size: var(--main-nav-sub-menu-link__FontSize, var(--font-size--lg));
    font-weight: var(--main-nav-sub-menu-link__FontWeight, var(--font-weight--semi-bold));
    line-height: var(--main-nav-sub-menu-link__LineHeight, 2);
    letter-spacing: .25px;
    text-transform: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin-bottom: 0;
}



.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
    color: var(--main-nav-sub-menu-link--hover__Color);
}

.main-navigation ul ul .current-menu-item > a {
    color: var(--main-nav-sub-menu-link--current__Color, var(--main-nav-link--hover__Color));
}

.main-navigation ul ul .current-menu-ancestor > a {
    color: var(--main-nav-sub-menu-link--ancestor__Color, var(--main-nav-link__Color));
}

.main-navigation ul ul .current-menu-ancestor > a:hover,
.main-navigation ul ul .current-menu-ancestor > a:focus {
    color: var(--main-nav-sub-menu-link--ancestor--hover__Color, var(--main-nav-link--hover__Color));
}

.no-js .main-navigation ul ul {
    display: block;
}

/* Dropdown Toggle */

.dropdown-toggle {
    padding: .5rem;
    vertical-align: 12%;
    color: var(--dropdown-toggle-sub-menu__Color, var(--main-nav-sub-menu-link__Color));
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    color: var(--dropdown-toggle-sub-menu--hover__Color, var(--main-nav-sub-menu-link__Color));
    background-color: transparent;
}

.dropdown-toggle:hover .svg-icon,
.dropdown-toggle:focus .svg-icon {
    -webkit-animation: rotate90 .2s ease-out;
    animation: rotate90 .2s ease-out;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-toggle.toggled-on {
    color: var(--dropdown-toggle-sub-menu--toggled-on__Color, var(--main-nav-sub-menu-link__Color));
}

.dropdown-toggle.toggled-on .svg-icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.dropdown-toggle.toggled-on:hover .svg-icon,
.dropdown-toggle.toggled-on:focus .svg-icon {
    -webkit-animation: rotate45 .2s ease-out;
    animation: rotate45 .2s ease-out;
}

.menu--primary > li > .dropdown-toggle {
    vertical-align: 60%;
    color: var(--dropdown-toggle__Color, var(--main-nav-link__Color));
}

.menu--primary > li > .dropdown-toggle > .svg-icon {
    width: 1.5rem;
    height: 1.5rem;
}


.menu--primary .dropdown-toggle  svg {
    fill: #fff;
}

/* Animation for main navigation overlay elements */

.main-nav .main-nav__column,
.main-nav .main-nav__row {
    -webkit-transform: translateX(3rem);
    transform: translateX(3rem);
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: opacity 0.22s ease-out 0.35s, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 1) 0.25s;
    transition: opacity 0.22s ease-out 0.35s, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 1) 0.25s;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 1) 0.25s, opacity 0.22s ease-out 0.35s;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 1) 0.25s, opacity 0.22s ease-out 0.35s, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 1) 0.25s;
}

.main-nav.toggled-on .main-nav__column,
.main-nav.toggled-on .main-nav__row {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

/* Social Menu */

.main-nav {
    --social-nav__Color: var(--main-nav-sub-menu-link__Color);
    --social-nav--hover__Color: var(--main-nav-link__Color);
}

/* Privacy Policy Link */

.privacy-policy-link {
    display: inline-block;
    color: #ffffff;
    font-size: 1em;
    font-weight: var(--privacy-link__FontWeight, var(--font-weight--bold));
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--privacy-link-underline__Color, rgba(255, 255, 255, 0.35))), to(var(--privacy-link-underline__Color, rgba(255, 255, 255, 0.35))));
    background-image: linear-gradient(to right, var(--privacy-link-underline__Color, rgba(255, 255, 255, 0.35)) 0%, var(--privacy-link-underline__Color, rgba(255, 255, 255, 0.35)) 100%);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 100% 95%;
    -webkit-transition: color .25s ease-in-out, background-size .25s ease-in-out;
    transition: color .25s ease-in-out, background-size .25s ease-in-out;
}

.privacy-policy-link:hover,
.privacy-policy-link:focus {
    color: var(--privacy-link--hover__Color, var(--main-nav-link__Color));
    background-size: 100% 1px;
    background-position: 0 95%;
}

/* Social Menu */

.social-navigation {
    font-size: var(--social-nav__FontSize, 0.8125em);
    font-weight: var(--social-nav__FontWeight, var(--font-weight--bold));
    line-height: var(--social-nav__LineHeight, 2.15385);
}

.menu--social {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu--social li {
    display: inline-block;
}

.menu--social li:not(:last-child) {
    margin-right: 1.25rem;
}

.menu--social li a {
    color: var(--social-nav__Color, var(--footer-text--primary__Color));
    text-decoration: none;
    padding-bottom: .25rem;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--social-nav-underline__Color, rgba(255, 255, 255, 0.35))), to(var(--social-nav-underline__Color, rgba(255, 255, 255, 0.35))));
    background-image: linear-gradient(to right, var(--social-nav-underline__Color, rgba(255, 255, 255, 0.35)) 0%, var(--social-nav-underline__Color, rgba(255, 255, 255, 0.35)) 100%);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 100% 95%;
    -webkit-transition: color .25s ease-in-out, background-size .25s ease-in-out;
    transition: color .25s ease-in-out, background-size .25s ease-in-out;
}

.menu--social li a:hover,
.menu--social li a:focus {
    color: var(--social-nav--hover__Color, var(--footer-text--primary__Color));
    text-decoration: none;
    background-size: 100% 1px;
    background-position: 0 95%;
}

/*--------------------------------------------------------------
11.3 Navigations
--------------------------------------------------------------*/

/* Page Links */

.page-links {
    clear: both;
    margin-top: 1.75rem;
    font-family: var(--page-links__FontFamily, var(--font-family--base));
    font-size: var(--page-links__FontSize, var(--font-size--sm));
    font-weight: var(--page-links__FontWeight, var(--font-weight--medium));
    letter-spacing: .25px;
}

.page-links a,
.page-links > span {
    display: inline-block;
    margin-right: .875em;
    padding: .125em .25em;
    color: var(--page-links__Color, var(--text--secondary__Color));
    background-image: -webkit-gradient(linear, left top, right top, from(var(--page-links-underline__Color, rgba(255, 255, 255, 0.15))), to(var(--page-links-underline__Color, rgba(255, 255, 255, 0.15))));
    background-image: linear-gradient(to right, var(--page-links-underline__Color, rgba(255, 255, 255, 0.15)) 0%, var(--page-links-underline__Color, rgba(255, 255, 255, 0.15)) 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: 0 94%;
}

.page-links a {
    text-decoration: none;
}

.page-links a:hover,
.page-links a:focus {
    color: var(--page-links--hover__Color, var(--text--primary__Color));
}

.page-links > span:not(.page-links-title) {
    color: var(--page-links--active__Color, var(--text--primary__Color));
}

.page-links > span.page-links-title {
    padding-left: .0625em;
    padding-right: .0625em;
}

/* Post Navigation */

.post-navigation-area {
    position: relative;
    clear: both;
    margin-bottom: 5.25rem;
}

.post-navigation {
    clear: both;
    overflow: hidden;
}

.post-navigation .nav-previous {
    position: relative;
}

.post-navigation .meta-nav {
    display: block;
    margin-bottom: .4375rem;
    color: var(--post-nav-meta__Color, var(--text--secondary__Color));
    font-family: var(--post-nav-meta__FontFamily, var(--font-family--headings));
    font-size: var(--post-nav-meta__FontSize, 0.8125em);
    font-weight: var(--post-nav-meta__FontWeight, var(--font-weight--medium));
    text-transform: var(--post-nav-meta__TextTransform, uppercase);
    letter-spacing: .4px;
}

.post-navigation .post-title {
    margin-top: 0;
    font-family: var(--post-nav-title__FontFamily, var(--font-family--entry-headings));
    font-size: var(--post-nav-title__FontSize, calc(1.35em + .75vw));
    font-weight: var(--post-nav-title__FontWeight, var(--font-weight--bold));
    line-height: var(--post-nav-title__LineHeight, var(--line-height--headings));
    text-rendering: optimizeLegibility;
}

.post-navigation .post-title a {
    color: var(--post-nav-title__Color, var(--text--primary__Color));
    text-decoration: none;
}

.post-navigation .post-title a:hover,
.post-navigation .post-title a:focus {}

.post-navigation .post-title a:focus {
    outline: 0;
}

.attachment .post-navigation .nav-previous a {
    display: block;
    color: var(--post-nav-title__Color, var(--text--primary__Color));
    text-decoration: none;
}

.attachment .post-navigation .nav-previous a:hover,
.attachment .post-navigation .nav-previous a:focus {
    color: var(--post-nav-title--hover__Color, var(--accent__Color));
}

.attachment .post-navigation .nav-previous a:focus {
    outline: 0;
}

/* Comment Navigation */

.comment-navigation {
    overflow: hidden;
    padding-bottom: 2.625rem;
}

.comment-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0.875rem;
    border-top: 1px solid var(--comment-nav__BorderColor, var(--border__Color));
}

.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
    display: inline-block;
}

.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty) {
    margin-left: 1.5rem;
}

.comment-navigation .nav-next {
    margin-left: auto;
}

.comment-navigation a {
    color: var(--comment-nav__Color, var(--text--secondary__Color));
    font-family: var(--comment-nav__FontFamily, var(--font-family--base));
    font-size: var(--comment-nav__FontSize, var(--font-size--xs));
    letter-spacing: .4px;
    text-decoration: none;
}

.comment-navigation a:hover,
.comment-navigation a:focus {
    color: var(--comment-nav--hover__Color, var(--text--secondary--hover__Color));
}

.comment-navigation a:focus {
    outline: none;
}

/* Pagination */

.pagination {
    position: relative;
}

.pagination .page-numbers {
    display: none;
    margin-right: .75em;
    color: var(--pagination__Color, var(--text--secondary__Color));
    font-family: var(--pagination__FontFamily, var(--font-family--headings));
    font-size: var(--pagination__FontSize, var(--font-size--lg));
    font-weight: var(--pagination__FontWeight, var(--font-weight--semi-bold));
    letter-spacing: -.25px;
}

.pagination .page-numbers:last-child {
    margin-right: 0;
}

.pagination .page-numbers.current {
    color: var(--pagination--current__Color, var(--text--primary__Color));
}

.pagination a {
    text-decoration: none;
}

.pagination a:hover,
.pagination a:focus {
    color: var(--pagination--hover__Color, var(--text--primary__Color));
}

.pagination a:focus {
    outline: 0;
}

.pagination .current,
.pagination .prev,
.pagination .next {
    display: inline-block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/

img,
video {
    max-width: 100%;
    /* Adhere to container width. */
    height: auto;
    /* Make sure images are scaled correctly. */
    vertical-align: middle;
}

figure {
    margin: 0 0 1.75rem;
    /* Extra wide images within figure tags don't overflow the content area. */
}

figure > a {
    display: block;
}

.site .avatar {
    border-radius: 50%;
}

.page__content .wp-smiley,
.entry__content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
    margin-bottom: 1.75rem;
    vertical-align: middle;
}

embed:last-child,
iframe:last-child,
object:last-child {
    margin-bottom: 0;
}

.wp-playlist.wp-audio-playlist,
.wp-audio-shortcode,
.wp-video {
    margin: 0 0 1.75rem;
}

.mejs-container {
    max-width: 640px !important;
}

svg {
    -webkit-transition: fill .12s ease-in-out;
    transition: fill .12s ease-in-out;
    fill: transparent;
}

.svg-icon {
    vertical-align: middle;
}

#menu-close .svg-icon {
    fill: #fff;
}

.mejs-controls button {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/

.wp-caption {
    max-width: 100%;
    margin-bottom: 1.75rem;
}

.wp-caption.aligncenter {
    text-align: center;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text {
    margin: .75em auto 0;
    color: var(--caption__Color, var(--text--secondary__Color));
    font-family: var(--caption__FontFamily, var(--font-family--base));
    font-size: var(--caption__FontSize, var(--font-size--xs));
    font-weight: var(--caption__FontWeight, var(--font-weight--normal));
    line-height: var(--caption__LineHeight, var(--line-height--base));
    letter-spacing: .4px;
    text-align: center;
}

.wp-caption-text > :last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: calc(1.75rem - 16px);
}

.gallery-item {
    display: inline-block;
    width: 100%;
    margin-right: 1rem;
    margin-bottom: 1rem;
    vertical-align: top;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    max-width: calc((100% - 1rem * 1) / 2 - .01px);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
    margin-right: 0;
}

.gallery-columns-3 .gallery-item {
    max-width: calc((100% - 1rem * 2) / 3 - .01px);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
    margin-right: 0;
}

.gallery-columns-4 .gallery-item {
    max-width: calc((100% - 1rem * 3) / 4 - .01px);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
    margin-right: 0;
}

.gallery-columns-5 .gallery-item {
    max-width: calc((100% - 1rem * 4) / 5 - .01px);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
    margin-right: 0;
}

.gallery-columns-6 .gallery-item {
    max-width: calc((100% - 1rem * 5) / 6 - .01px);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
    margin-right: 0;
}

.gallery-columns-7 .gallery-item {
    max-width: calc((100% - 1rem * 6) / 7 - .01px);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
    margin-right: 0;
}

.gallery-columns-8 .gallery-item {
    max-width: calc((100% - 1rem * 7) / 8 - .01px);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
    margin-right: 0;
}

.gallery-columns-9 .gallery-item {
    max-width: calc((100% - 1rem * 8) / 9 - .01px);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
    margin-right: 0;
}

.gallery-item:last-of-type {
    margin-right: 0;
}

.gallery-item > div > a {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    position: relative;
}

.gallery-item > div > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #141415;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.gallery-item > div > a:hover::before,
.gallery-item > div > a:focus::before {
    opacity: 0.35;
}

.gallery-item > div > a img {
    display: block;
}

.gallery-caption {
    display: block;
    margin: .75em 0 0;
    color: var(--caption__Color, var(--text--secondary__Color));
    font-family: var(--caption__FontFamily, var(--font-family--base));
    font-size: var(--caption__FontSize, var(--font-size--xs));
    font-weight: var(--caption__FontWeight, var(--font-weight--normal));
    line-height: var(--caption__LineHeight, var(--line-height--base));
    letter-spacing: .4px;
    text-align: center;
}

.gallery-caption > :last-child {
    margin-bottom: 0;
}

.gallery-columns-6 .gallery-caption {
    display: none;
}

.gallery-columns-7 .gallery-caption {
    display: none;
}

.gallery-columns-8 .gallery-caption {
    display: none;
}

.gallery-columns-9 .gallery-caption {
    display: none;
}

/*--------------------------------------------------------------
12.3 Carousels
--------------------------------------------------------------*/

.swiper-container {
    --swiper-theme-color: var(--text--primary__Color);
    --swiper-navigation-size: 30px;
}

/*--------------------------------------------------------------
13.0 Blocks
--------------------------------------------------------------*/

.entry__summary > *.alignwide,
.entry__content > *.alignwide {
    clear: both;
    max-width: 100%;
}

.entry__summary > *.alignfull,
.entry__content > *.alignfull {
    position: relative;
    clear: both;
    left: calc(-50vw + 50% + var(--scrollbar-width) / 2);
    width: calc(100vw - var(--scrollbar-width));
    max-width: calc(100vw - var(--scrollbar-width));
}

.entry__summary > *.alignleft,
.entry__content > *.alignleft {
    float: left;
    margin-right: 2.5rem;
    margin-top: .25rem;
    margin-bottom: 1.75rem;
}

.entry__summary > *.alignright,
.entry__content > *.alignright {
    float: right;
    margin-left: 2.5rem;
    margin-top: .25rem;
    margin-bottom: 1.75rem;
}

.entry__summary > *.aligncenter,
.entry__content > *.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.entry__content .has-small-font-size {
    font-size: var(--font-size--sm);
}

.entry__content .has-normal-font-size {
    font-size: var(--font-size--base);
}

.entry__content .has-large-font-size {
    font-size: var(--font-size--md);
}

.entry__content .has-huge-font-size {
    font-size: var(--font-size--lg);
}

.entry__content .has-accent-color {
    color: var(--accent__Color);
}

.entry__content .has-success-color {
    color: var(--success__Color);
}

.entry__content .has-info-color {
    color: var(--info__Color);
}

.entry__content .has-warning-color {
    color: var(--warning__Color);
}

.entry__content .has-danger-color {
    color: var(--danger__Color);
}

.entry__content .has-content-text-color {
    color: var(--content-text__Color);
}

.entry__content .has-primary-text-color {
    color: var(--text--primary__Color);
}

.entry__content .has-secondary-text-color {
    color: var(--text--secondary__Color);
}

.entry__content .has-secondary-background-color {
    color: var(--secondary__BackgroundColor);
}

.entry__content .has-background-color {
    color: var(--body__BackgroundColor);
}

.entry__content .has-border-color {
    color: var(--border__Color);
}

.entry__content .has-accent-background-color {
    background-color: var(--accent__Color);
}

.entry__content .has-success-background-color {
    background-color: var(--success__Color);
}

.entry__content .has-info-background-color {
    background-color: var(--info__Color);
}

.entry__content .has-warning-background-color {
    background-color: var(--warning__Color);
}

.entry__content .has-danger-background-color {
    background-color: var(--danger__Color);
}

.entry__content .has-content-text-background-color {
    background-color: var(--content-text__Color);
}

.entry__content .has-primary-text-background-color {
    background-color: var(--text--primary__Color);
}

.entry__content .has-secondary-text-background-color {
    background-color: var(--text--secondary__Color);
}

.entry__content .has-secondary-background-background-color {
    background-color: var(--secondary__BackgroundColor);
}

.entry__content .has-background-background-color {
    background-color: var(--body__BackgroundColor);
}

.entry__content .has-border-background-color {
    background-color: var(--border__Color);
}

.entry__content p.has-background {
    padding: .875em 1.5em;
}

.entry__content p.has-drop-cap::first-letter {
    margin: .15625em .375em 0 0;
    padding: .5em;
    font-size: var(--font-size--xxxxl);
    font-weight: var(--font-weight--bold);
    line-height: 1;
    background-color: var(--drop-cap__BackgroundColor, rgba(255, 255, 255, 0.075));
}

.entry__content p.has-drop-cap.has-background::first-letter {
    background-color: var(--drop-cap--has-bg__BackgroundColor, rgba(20, 20, 21, 0.075));
}

.entry__content .wp-block-quote {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}



.entry__content .wp-block-quote:not(.is-large):not(.is-style-large) {
    padding-left: 1.75rem;
    border-left: 0.5rem solid var(--wp-block-quote__BorderColor, var(--border__Color));
}

.entry__content .wp-block-quote:not(.is-large):not(.is-style-large).has-text-align-right {
    padding-left: 0;
    border-left: none;
    padding-right: 1.75rem;
    border-right: 0.5rem solid var(--wp-block-quote__BorderColor, var(--border__Color));
}

.entry__content .wp-block-quote:not(.is-large):not(.is-style-large).has-text-align-center {
    border-left: none;
    padding-right: 1.75rem;
}

.entry__content .wp-block-quote cite,
.entry__content .wp-block-quote footer {
    margin-top: 0;
    color: var(--wp-block-quote-cite__Color, var(--text--secondary__Color));
    font-size: var(--wp-block-quote-cite__FontSize, 0.8125em);
    font-style: var(--wp-block-quote-cite__FontStyle, normal);
    line-height: var(--wp-block-quote-cite__LineHeight, 2.33333);
    letter-spacing: .4px;
    text-align: right;
    font-size: 15px;
    color: #222;
    font-weight: 700;
}

.entry__content .wp-block-quote.is-large,
.entry__content .wp-block-quote.is-style-large {
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.75rem;
}

.entry__content .wp-block-quote.is-large p,
.entry__content .wp-block-quote.is-style-large p {
    font-size: var(--wp-block-quote--large__FontSize, var(--font-size--lg));
    font-style: normal;
}

.entry__content .wp-block-quote.is-large cite,
.entry__content .wp-block-quote.is-large footer,
.entry__content .wp-block-quote.is-style-large cite,
.entry__content .wp-block-quote.is-style-large footer {
    text-align: inherit;
}

.entry__content .wp-block-code {
    padding: 1rem 1.5rem;
    overflow: auto;
    white-space: pre;
    color: var(--wp-block-code__Color, var(--content-text__Color));
    font-family: var(--wp-block-code__FontFamily, var(--font-family--monospace));
    font-size: var(--wp-block-code__FontSize, var(--font-size--base));
    line-height: var(--wp-block-code__LineHeight, var(--line-height--base));
    background-color: var(--wp-block-code__BackgroundColor, var(--secondary__BackgroundColor));
    border: 0;
    border-radius: 0.25rem;
}

.entry__content .wp-block-code code {
    padding: 0;
    background-color: transparent;
}

.entry__content .wp-block-verse {
    white-space: pre-wrap;
}

.entry__content .wp-block-table table {
    margin-bottom: 0;
}

.entry__content .wp-block-table th,
.entry__content .wp-block-table td {
    padding: .70313rem 1rem;
    border: 1px solid var(--wp-block-table__BorderColor, var(--border__Color));
    word-break: normal;
}

.entry__content .wp-block-table:not(.alignleft):not(.alignright) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.entry__content .wp-block-table.alignfull {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.entry__content .wp-block-audio figcaption,
.entry__content .wp-block-video figcaption,
.entry__content .wp-block-embed figcaption,
.entry__content .wp-block-image figcaption,
.entry__content .wp-block-gallery .blocks-gallery-image figcaption,
.entry__content .wp-block-gallery .blocks-gallery-item figcaption,
.entry__content .wp-block-table figcaption {
    max-width: 640px;
    margin: .75em auto 0;
    color: var(--caption__Color, var(--text--secondary__Color));
    font-family: var(--caption__FontFamily, var(--font-family--base));
    font-size: var(--caption__FontSize, var(--font-size--xs));
    font-weight: var(--caption__FontWeight, var(--font-weight--normal));
    line-height: var(--caption__LineHeight, var(--line-height--base));
    letter-spacing: .4px;
    text-align: center;
}

.entry__content .wp-block-audio figcaption > :last-child,
.entry__content .wp-block-video figcaption > :last-child,
.entry__content .wp-block-embed figcaption > :last-child,
.entry__content .wp-block-image figcaption > :last-child,
.entry__content .wp-block-gallery .blocks-gallery-image figcaption > :last-child,
.entry__content .wp-block-gallery .blocks-gallery-item figcaption > :last-child,
.entry__content .wp-block-table figcaption > :last-child {
    margin-bottom: 0;
}

.entry__content .wp-block-gallery .blocks-gallery-image figcaption,
.entry__content .wp-block-gallery .blocks-gallery-item figcaption {
    max-width: 100%;
}

.entry__content .wp-block-audio.alignfull figcaption,
.entry__content .wp-block-video.alignfull figcaption,
.entry__content .wp-block-embed.alignfull figcaption,
.entry__content .wp-block-image.alignfull figcaption,
.entry__content .wp-block-gallery.alignfull figcaption,
.entry__content .wp-block-table.alignfull figcaption {
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.entry__content .wp-block-image {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    border-radius: 25px;
    overflow: hidden;
}

.entry__content .wp-block-image .alignleft {
    margin-right: 2.5em;
}

.entry__content .wp-block-image .alignright {
    margin-left: 2.5em;
}

.entry__content .wp-block-image figure > a {
    position: relative;
}

.entry__content .wp-block-image figure > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #141415;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.entry__content .wp-block-image figure > a:hover::before,
.entry__content .wp-block-image figure > a:focus::before {
    opacity: 0.35;
}

.entry__content div.wp-block-image {
    max-width: 100%;
}

.entry__content .wp-block-gallery.alignleft,
.entry__content .wp-block-gallery.alignright {
    margin-top: .25rem;
    margin-bottom: 1.75rem;
}

.entry__content .wp-block-gallery .blocks-gallery-item figcaption {
    z-index: 10;
    padding-top: 9px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4);
}

.entry__content .wp-block-gallery .blocks-gallery-item figcaption a {
    color: #ffffff;
}

.entry__content .wp-block-gallery .blocks-gallery-image figure > a::before,
.entry__content .wp-block-gallery .blocks-gallery-item figure > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #141415;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.entry__content .wp-block-gallery .blocks-gallery-image figure > a:hover::before,
.entry__content .wp-block-gallery .blocks-gallery-image figure > a:focus::before,
.entry__content .wp-block-gallery .blocks-gallery-item figure > a:hover::before,
.entry__content .wp-block-gallery .blocks-gallery-item figure > a:focus::before {
    opacity: 0.35;
}

.entry__content .wp-block-gallery .blocks-gallery-caption {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: var(--caption__Color, var(--text--secondary__Color));
    font-family: var(--caption__FontFamily, var(--font-family--base));
    font-size: var(--caption__FontSize, var(--font-size--xs));
    font-weight: var(--caption__FontWeight, var(--font-weight--normal));
    line-height: var(--caption__LineHeight, var(--line-height--base));
    letter-spacing: .4px;
}

.entry__content .wp-block-gallery.alignleft,
.entry__content .wp-block-gallery.alignright {
    max-width: 38.75rem;
}

.entry__content .wp-block-audio audio {
    min-width: 280px;
}

.entry__content .wp-block-audio.alignleft,
.entry__content .wp-block-audio.alignright {
    max-width: 38.75rem;
}

.entry__content .wp-block-audio:not(.alignleft):not(.alignright) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.entry__content .wp-block-audio.alignfull {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.entry__content .wp-block-buttons {
    width: auto;
    margin-bottom: 1.25rem;
}

.entry__content .wp-block-button {
    width: auto;
    margin: 0 0.5rem 0.5rem 0;
}

.entry__content .wp-block-button__link {
    padding: .625rem 1.625rem;
    font-family: var(--wp-block-button__FontFamily, var(--font-family--base));
    font-size: var(--wp-block-button__FontSize, var(--font-size--sm));
    font-weight: var(--wp-block-button__FontWeight, var(--font-weight--semi-bold));
    line-height: var(--wp-block-button__LineHeight, 2);
    border-radius: var(--wp-block-button__BorderRadius, 0.25rem);
}

.entry__content .wp-block-button__link:not(.has-text-color) {
    color: var(--wp-block-button__Color, var(--body__BackgroundColor));
}

.entry__content .wp-block-button__link:not(.has-background) {
    background-color: var(--wp-block-button__BackgroundColor, var(--accent__Color));
}

.entry__content .wp-block-button__link:hover,
.entry__content .wp-block-button__link:focus {
    opacity: .85;
}

.entry__content .wp-block-button__link:focus {
    outline: thin dotted;
    outline-offset: -.25em;
}

.entry__content .wp-block-button.is-style-outline .wp-block-button__link {
    padding: .5rem 1.5rem;
    border: 2px solid currentColor;
}

.entry__content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
    color: var(--wp-block-button--outline__Color, var(--text--primary__Color));
}

.entry__content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
    background-color: transparent;
}

.entry__content .wp-block-file:not(.alignwide):not(.alignfull) {
    width: auto;
}

.entry__content .wp-block-file a:not(.wp-block-file__button) {
    font-family: var(--wp-block-file__FontFamily, var(--font-family--base));
    font-size: var(--wp-block-file__FontSize, var(--font-size--base));
    line-height: var(--wp-block-file__LineHeight, var(--line-height--base));
    letter-spacing: .25px;
}

.entry__content .wp-block-file .wp-block-file__button {
    display: inline-block;
    padding: .625rem 1.625rem;
    color: var(--wp-block-file-button__Color, var(--body__BackgroundColor));
    font-family: var(--wp-block-file-button__FontFamily, var(--font-family--base));
    font-size: var(--wp-block-file-button__FontSize, var(--font-size--sm));
    font-weight: var(--wp-block-file-button__FontWeight, var(--font-weight--semi-bold));
    line-height: var(--wp-block-file-button__LineHeight, 2);
    background-color: var(--wp-block-file-button__BackgroundColor, var(--accent__Color));
    border-radius: var(--wp-block-file-button__BorderRadius, 0.25rem);
}

.entry__content .wp-block-file .wp-block-file__button:hover,
.entry__content .wp-block-file .wp-block-file__button:focus {
    color: var(--wp-block-file-button--hover__Color, var(--body__BackgroundColor));
    background-color: var(--wp-block-file-button--hover__BackgroundColor, var(--accent--hover__Color));
}

.entry__content .wp-block-file * + .wp-block-file__button {
    margin-left: 1.5rem;
}

.entry__content .wp-block-file.alignwide,
.entry__content .wp-block-file.alignfull {
    text-align: center;
}

.entry__content .wp-block-separator {
    height: 0;
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    border-color: var(--wp-block-separator__BorderColor, var(--border__Color));
}

.entry__content .wp-block-separator.is-style-dots {
    height: auto;
}

.entry__content .wp-block-pullquote {
    padding: 2.625rem 0;
    color: var(--wp-block-pullquote__Color, var(--text--primary__Color));
    border-top: 0.25rem solid var(--wp-block-pullquote__BorderColor, var(--border__Color));
    border-bottom: 0.25rem solid var(--wp-block-pullquote__BorderColor, var(--border__Color));
}

.entry__content .wp-block-pullquote blockquote {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    border-left: none;
}

.entry__content .wp-block-pullquote p {
    font-size: var(--wp-block-pullquote__FontSize, var(--font-size--md));
    line-height: var(--wp-block-pullquote__LineHeight, var(--line-height--base));
}

.entry__content .wp-block-pullquote cite,
.entry__content .wp-block-pullquote footer {
    color: var(--wp-block-pullquote-cite__Color, var(--text--secondary__Color));
    font-size: var(--wp-block-pullquote-cite__FontSize, 0.8125em);
    font-weight: var(--wp-block-pullquote-cite__FontWeight, var(--font-weight--normal));
    line-height: var(--wp-block-pullquote-cite__LineHeight, 2.33333);
    letter-spacing: .4px;
    text-transform: none;
}

.entry__content .wp-block-pullquote .has-text-color cite,
.entry__content .wp-block-pullquote .has-text-color footer {
    color: inherit;
}

.entry__content .wp-block-pullquote.is-style-solid-color {
    border: none;
}

.entry__content .wp-block-pullquote.is-style-solid-color:not(.has-accent-background-color),
.entry__content .wp-block-pullquote.is-style-solid-color:not(.has-success-background-color),
.entry__content .wp-block-pullquote.is-style-solid-color:not(.has-info-background-color),
.entry__content .wp-block-pullquote.is-style-solid-color:not(.has-warning-background-color),
.entry__content .wp-block-pullquote.is-style-solid-color:not(.has-danger-background-color),
.entry__content .wp-block-pullquote.is-style-solid-color:not(.has-content-text-background-color),
.entry__content .wp-block-pullquote.is-style-solid-color:not(.has-primary-text-background-color),
.entry__content .wp-block-pullquote.is-style-solid-color:not(.has-secondary-text-background-color),
.entry__content .wp-block-pullquote.is-style-solid-color:not(.has-secondary-background-background-color),
.entry__content .wp-block-pullquote.is-style-solid-color:not(.has-background-background-color),
.entry__content .wp-block-pullquote.is-style-solid-color:not(.has-border-background-color) {
    background-color: var(--wp-block-pullquote--solid__BackgroundColor, var(--secondary__BackgroundColor));
}

.entry__content .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 90%;
    text-align: center;
}

.entry__content .wp-block-pullquote.is-style-solid-color p {
    margin-bottom: 1.75rem;
    font-size: var(--wp-block-pullquote--solid__FontSize, var(--font-size--md));
    line-height: var(--wp-block-pullquote--solid__LineHeight, var(--line-height--base));
}

.entry__content .wp-block-pullquote.is-style-solid-color p:last-child {
    margin-bottom: 0;
}

.entry__content .wp-block-pullquote.is-style-solid-color cite,
.entry__content .wp-block-pullquote.is-style-solid-color footer {
    text-transform: none;
}

.entry__content .wp-block-pullquote.alignleft,
.entry__content .wp-block-pullquote.alignright {
    max-width: 30rem;
}

.entry__content .wp-block-pullquote:not(.alignleft):not(.alignright) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.entry__content .wp-block-pullquote.alignfull {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.entry__content .wp-block-cover .wp-block-cover__inner-container,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container {
    width: calc(100% - 64px);
    padding: 1.75rem 0;
}

.entry__content .wp-block-cover .wp-block-cover__inner-container > *,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container > * {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 1.75rem;
    padding: 0;
}

.entry__content .wp-block-cover .wp-block-cover__inner-container > * a:not(.wp-block-button__link),
.entry__content .wp-block-cover-image .wp-block-cover__inner-container > * a:not(.wp-block-button__link) {
    color: inherit;
}

.entry__content .wp-block-cover .wp-block-cover__inner-container > *:last-child,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container > *:last-child {
    margin-bottom: 0;
}

.entry__content .wp-block-cover .wp-block-cover__inner-container h1,
.entry__content .wp-block-cover .wp-block-cover__inner-container h2,
.entry__content .wp-block-cover .wp-block-cover__inner-container h3,
.entry__content .wp-block-cover .wp-block-cover__inner-container h4,
.entry__content .wp-block-cover .wp-block-cover__inner-container h5,
.entry__content .wp-block-cover .wp-block-cover__inner-container h6,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container h1,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container h2,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container h3,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container h4,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container h5,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container h6 {
    line-height: var(--line-height--headings);
}

.entry__content .wp-block-cover .wp-block-cover__inner-container h1,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container h1 {
    font-size: var(--font-size--xxxl);
}

.entry__content .wp-block-cover .wp-block-cover__inner-container h2,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container h2 {
    font-size: var(--font-size--xxl);
}

.entry__content .wp-block-cover .wp-block-cover__inner-container h3,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container h3 {
    font-size: var(--font-size--xl);
}

.entry__content .wp-block-cover .wp-block-cover__inner-container h4,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container h4 {
    font-size: var(--font-size--lg);
}

.entry__content .wp-block-cover .wp-block-cover__inner-container h5,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container h5 {
    font-size: var(--font-size--md);
}

.entry__content .wp-block-cover .wp-block-cover__inner-container h6,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container h6 {
    font-size: var(--font-size--base);
}

.entry__content .wp-block-cover .wp-block-cover__inner-container p,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container p {
    font-family: var(--font-family--content);
    line-height: var(--line-height--base);
    letter-spacing: .25px;
}

.entry__content .wp-block-cover .wp-block-cover__inner-container p.has-background,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container p.has-background {
    padding: .875em 1.5em;
}

.entry__content .wp-block-cover.has-left-content,
.entry__content .wp-block-cover.has-right-content,
.entry__content .wp-block-cover-image.has-left-content,
.entry__content .wp-block-cover-image.has-right-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.entry__content .wp-block-cover.alignfull,
.entry__content .wp-block-cover-image.alignfull {
    min-height: 100vh;
}

.entry__content .wp-block-cover.alignleft,
.entry__content .wp-block-cover.alignright,
.entry__content .wp-block-cover-image.alignleft,
.entry__content .wp-block-cover-image.alignright {
    max-width: 17.5rem;
}

.entry__content .wp-block-cover:not(.alignleft):not(.alignright),
.entry__content .wp-block-cover-image:not(.alignleft):not(.alignright) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.entry__content .wp-block-cover-image .wp-block-cover-image-text,
.entry__content .wp-block-cover .wp-block-cover-text,
.entry__content section.wp-block-cover-image > h2 {
    width: calc(100% - 64px);
    padding: 1.75rem 0;
    color: var(--text--primary__Color);
    font-family: var(--font-family--content);
    font-size: var(--font-size--base);
    line-height: var(--line-height--base);
    letter-spacing: .25px;
}

.entry__content .wp-block-columns {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.entry__content .wp-block-columns p,
.entry__content .wp-block-columns ul,
.entry__content .wp-block-columns ol {
    font-family: var(--font-family--content);
    font-size: var(--font-size--base);
    line-height: var(--line-height--base);
    letter-spacing: .25px;
}

.entry__content .wp-block-columns .wp-block-column {
    margin-bottom: 1.75rem;
}

.entry__content .wp-block-columns .wp-block-column > * {
    margin-bottom: 1.75rem;
}

.entry__content .wp-block-columns .wp-block-column > :first-child {
    margin-top: 0;
}

.entry__content .wp-block-columns .wp-block-column > :last-child {
    margin-bottom: 0;
}

.entry__content .wp-block-columns.alignfull {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.entry__content .wp-block-columns.has-background {
    padding: 1.75rem;
}

.entry__content .wp-block-group {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.entry__content .wp-block-group__inner-container > :first-child {
    margin-top: 0;
}

.entry__content .wp-block-group__inner-container > :last-child {
    margin-bottom: 0;
}

.entry__content .wp-block-group.has-background {
    padding: 1.75rem;
}

.entry__content .wp-block-media-text {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.entry__content .wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 1.5rem;
}

.entry__content .wp-block-media-text .wp-block-media-text__content > * {
    margin-bottom: 1.75rem;
}

.entry__content .wp-block-media-text .wp-block-media-text__content > :first-child {
    margin-top: 0;
}

.entry__content .wp-block-media-text .wp-block-media-text__content > :last-child {
    margin-bottom: 0;
}

.entry__content .wp-block-media-text .wp-block-media-text__content p,
.entry__content .wp-block-media-text .wp-block-media-text__content ul,
.entry__content .wp-block-media-text .wp-block-media-text__content ol {
    font-family: var(--font-family--content);
    line-height: var(--line-height--base);
    letter-spacing: .25px;
}

.entry__content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0 1.5rem 0 0;
}

.entry__content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 1.5rem 0 0;
}

.entry__content .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    padding: 0 0 1.5rem;
}

.entry__content .wp-block-media-text.has-accent-background-color .wp-block-media-text__content,
.entry__content .wp-block-media-text.has-success-background-color .wp-block-media-text__content,
.entry__content .wp-block-media-text.has-info-background-color .wp-block-media-text__content,
.entry__content .wp-block-media-text.has-warning-background-color .wp-block-media-text__content,
.entry__content .wp-block-media-text.has-danger-background-color .wp-block-media-text__content,
.entry__content .wp-block-media-text.has-content-text-background-color .wp-block-media-text__content,
.entry__content .wp-block-media-text.has-primary-text-background-color .wp-block-media-text__content,
.entry__content .wp-block-media-text.has-secondary-text-background-color .wp-block-media-text__content,
.entry__content .wp-block-media-text.has-secondary-background-background-color .wp-block-media-text__content,
.entry__content .wp-block-media-text.has-background-background-color .wp-block-media-text__content,
.entry__content .wp-block-media-text.has-border-background-color .wp-block-media-text__content,
.entry__content .wp-block-media-text[style^="background-color"] .wp-block-media-text__content {
    padding: 1.5rem !important;
}

.entry__content .wp-block-media-text.alignfull .wp-block-media-text__content {
    padding: 1.5rem !important;
}

.entry__content .wp-block-archives,
.entry__content .wp-block-categories,
.entry__content .wp-block-latest-posts {
    padding-left: 0;
    list-style: none;
}

.entry__content .wp-block-archives:not(.alignleft):not(.alignright),
.entry__content .wp-block-categories:not(.alignleft):not(.alignright),
.entry__content .wp-block-latest-posts:not(.alignleft):not(.alignright) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.entry__content .wp-block-archives:not(.alignleft):not(.alignright).is-grid,
.entry__content .wp-block-categories:not(.alignleft):not(.alignright).is-grid,
.entry__content .wp-block-latest-posts:not(.alignleft):not(.alignright).is-grid {
    margin-bottom: 1.75rem;
}

.entry__content .wp-block-archives ul,
.entry__content .wp-block-categories ul,
.entry__content .wp-block-latest-posts ul {
    padding-left: 0;
    list-style: none;
}

.entry__content .wp-block-archives li,
.entry__content .wp-block-categories li,
.entry__content .wp-block-latest-posts li {
    color: var(--text--secondary__Color);
}

.entry__content .wp-block-archives li ul,
.entry__content .wp-block-categories li ul,
.entry__content .wp-block-latest-posts li ul {
    padding-left: 1.125rem;
}

.entry__content .wp-block-archives.aligncenter,
.entry__content .wp-block-categories.aligncenter {
    text-align: center;
}

.entry__content .wp-block-archives.alignleft,
.entry__content .wp-block-archives.alignright,
.entry__content .wp-block-categories.alignleft,
.entry__content .wp-block-categories.alignright {
    width: auto;
    max-width: 38.75rem;
    margin-top: 0;
}

.entry__content .wp-block-categories.alignfull {
    text-align: center;
}

.entry__content .wp-block-latest-posts li:not(:last-child) {
    margin-top: 0;
    margin-bottom: 0.875rem;
}

.entry__content .wp-block-latest-posts__featured-image {
    margin-bottom: 0.875rem;
}

.entry__content .wp-block-latest-posts__post-date {
    margin-top: 0.4375rem;
    color: var(--text--secondary__Color);
    font-family: var(--font-family--base);
    font-weight: var(--font-weight--medium);
    letter-spacing: .25px;
}

.entry__content .wp-block-latest-posts__post-excerpt {
    margin-top: 0.4375rem;
    margin-bottom: 1.75rem;
    font-size: var(--font-size--sm);
}

.entry__content .wp-block-latest-posts.alignleft,
.entry__content .wp-block-latest-posts.alignright {
    width: auto;
    max-width: 38.75rem;
}

.entry__content .wp-block-latest-posts.aligncenter,
.entry__content .wp-block-latest-posts.alignwide,
.entry__content .wp-block-latest-posts.alignfull {
    text-align: center;
}

.entry__content .wp-block-archives.alignfull,
.entry__content .wp-block-categories.alignfull,
.entry__content .wp-block-latest-posts.alignfull {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.entry__content .wp-block-latest-comments {
    padding-left: 0;
}

.entry__content .wp-block-latest-comments__comment {
    margin-bottom: 1.75rem;
    font-size: var(--font-size--base);
    line-height: var(--line-height--base);
}

.entry__content .wp-block-latest-comments__comment:last-child {
    margin-bottom: 0;
}

.entry__content .wp-block-latest-comments__comment-meta {
    margin-bottom: 0.4375rem;
    font-family: var(--font-family--base);
    font-size: var(--font-size--xs);
    letter-spacing: .4px;
}

.entry__content .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
    color: var(--text--secondary__Color);
    margin-top: .125em;
}

.entry__content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    color: var(--content-text__Color);
    font-size: var(--font-size--sm);
    line-height: var(--line-height--base);
    letter-spacing: .25px;
}

.entry__content .wp-block-latest-comments:not(.alignleft):not(.alignright) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.entry__content .wp-block-latest-comments.alignleft,
.entry__content .wp-block-latest-comments.alignright {
    width: auto;
    max-width: 38.75rem;
}

.entry__content .wp-block-latest-comments.aligncenter {
    text-align: center;
}

.entry__content .wp-block-latest-comments.alignfull {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.entry__content .wp-block-calendar {
    text-align: inherit;
}

.entry__content .wp-block-calendar caption {
    margin-bottom: .25rem;
    color: var(--text--secondary__Color);
    font-size: 14px;
    font-size: .875rem;
    font-weight: var(--font-weight--medium);
    letter-spacing: .1px;
    text-align: left;
}

.entry__content .wp-block-calendar table {
    display: table !important;
    margin-bottom: 0;
    font-family: var(--font-family--base);
}

.entry__content .wp-block-calendar th {
    color: var(--text--primary__Color);
    font-weight: var(--font-weight--bold);
    background-color: var(--secondary__BackgroundColor);
}

.entry__content .wp-block-calendar td {
    color: var(--text--secondary__Color);
}

.entry__content .wp-block-calendar th,
.entry__content .wp-block-calendar td {
    padding: 0;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 3;
    text-align: center;
    border-color: var(--border__Color);
}

.entry__content .wp-block-calendar tbody a {
    display: block;
    color: var(--text--secondary--hover__Color);
    font-weight: var(--font-weight--medium);
    text-decoration: none;
    background-color: var(--secondary__BackgroundColor);
}

.entry__content .wp-block-calendar tbody a:hover,
.entry__content .wp-block-calendar tbody a:focus {
    color: var(--text--primary__Color);
    background-color: var(--accent__Color);
}

.entry__content .wp-block-calendar .wp-calendar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0.4375rem;
    font-size: var(--font-size--sm);
    line-height: 2;
    letter-spacing: .25px;
}

.entry__content .wp-block-calendar .wp-calendar-nav-prev,
.entry__content .wp-block-calendar .wp-calendar-nav-next {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.entry__content .wp-block-calendar .wp-calendar-nav-next {
    text-align: right;
}

.entry__content .wp-block-calendar .wp-calendar-nav a {
    color: var(--text--secondary__Color);
    text-decoration: none;
}

.entry__content .wp-block-calendar .wp-calendar-nav a:hover,
.entry__content .wp-block-calendar .wp-calendar-nav a:focus {
    color: var(--text--primary__Color);
}

.entry__content .wp-block-calendar:not(.alignleft):not(.alignright) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.entry__content .wp-block-calendar.alignleft,
.entry__content .wp-block-calendar.alignright {
    width: auto;
    min-width: 17.5rem;
    max-width: 38.75rem;
}

.entry__content .wp-block-calendar.alignfull {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.entry__content .wp-block-tag-cloud {
    text-align: center;
    line-height: 1.5;
}

.entry__content .wp-block-tag-cloud .tag-cloud-link {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: .5rem;
    padding-bottom: .125rem;
    color: var(--wp-block-tag-cloud__Color, var(--text--secondary__Color));
    font-family: var(--wp-block-tag-cloud__FontFamily, var(--font-family--headings));
    font-size: var(--wp-block-tag-cloud__FontSize, 0.8125rem) !important;
    font-weight: var(--wp-block-tag-cloud__FontWeight, var(--font-weight--medium));
    text-decoration: none;
    letter-spacing: .4px;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--wp-block-tag-cloud-underline__Color, rgba(255, 255, 255, 0.15))), to(var(--wp-block-tag-cloud-underline__Color, rgba(255, 255, 255, 0.15))));
    background-image: linear-gradient(to right, var(--wp-block-tag-cloud-underline__Color, rgba(255, 255, 255, 0.15)) 0%, var(--wp-block-tag-cloud-underline__Color, rgba(255, 255, 255, 0.15)) 100%);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 100% 100%;
    -webkit-transition: color .25s ease-in-out, background-size .25s ease-in-out;
    transition: color .25s ease-in-out, background-size .25s ease-in-out;
}

.entry__content .wp-block-tag-cloud .tag-cloud-link::before {
    margin-right: .125em;
    content: "\0023";
    display: inline;
}

.entry__content .wp-block-tag-cloud .tag-cloud-link .tag-link-count {
    color: var(--wp-block-tag-cloud-count__Color, var(--text--secondary__Color));
    font-weight: var(--wp-block-tag-cloud-count__FontWeight, var(--font-weight--normal));
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.entry__content .wp-block-tag-cloud .tag-cloud-link:hover,
.entry__content .wp-block-tag-cloud .tag-cloud-link:focus {
    color: var(--wp-block-tag-cloud--hover__Color, var(--text--secondary--hover__Color));
    background-size: 100% 1px;
    background-position: 0 100%;
}

.entry__content .wp-block-tag-cloud .tag-cloud-link:hover .tag-link-count,
.entry__content .wp-block-tag-cloud .tag-cloud-link:focus .tag-link-count {
    color: var(--wp-block-tag-cloud-count--hover__Color, var(--text--secondary__Color));
}

.entry__content .wp-block-tag-cloud:not(.alignleft):not(.alignright) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.entry__content .wp-block-tag-cloud.alignleft,
.entry__content .wp-block-tag-cloud.alignright {
    width: auto;
    max-width: 38.75rem;
}

.entry__content .wp-block-tag-cloud.alignfull {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.entry__content .wp-block-search__label {
    font-weight: var(--font-weight--normal);
}

.entry__content .wp-block-search__input {
    border: 1px solid var(--input__BorderColor, transparent);
}

.entry__content .wp-block-search__button {
    margin-top: 1rem;
    margin-left: 0;
}

.entry__content .wp-block-search:not(.alignleft):not(.alignright) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.entry__content .wp-block-search.alignleft,
.entry__content .wp-block-search.alignright {
    width: auto;
    max-width: 38.75rem;
}

.entry__content .wp-block-search.alignfull {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.entry__content .wp-block-rss {
    padding-left: 0;
    list-style: none;
}

.entry__content .wp-block-rss__item {
    margin-bottom: 1.75rem;
    font-size: 14px;
    font-size: .875rem;
}

.entry__content .wp-block-rss__item-title a {
    color: var(--text--primary__Color);
    font-family: var(--font-family--base);
    font-weight: var(--font-weight--medium);
    line-height: var(--line-height--headings);
    text-decoration: none;
    letter-spacing: .25px;
}

.entry__content .wp-block-rss__item-title a:hover,
.entry__content .wp-block-rss__item-title a:focus {
    color: var(--accent__Color);
}

.entry__content .wp-block-rss__item-publish-date,
.entry__content .wp-block-rss__item-author {
    display: inline-block;
    margin-top: .75em;
    color: var(--text--secondary__Color);
    font-size: 12px;
    font-size: .75rem;
    font-weight: var(--font-weight--normal);
    letter-spacing: .4px;
}

.entry__content .wp-block-rss__item-excerpt {
    margin-top: .75em;
    color: var(--content-text__Color);
    font-family: var(--font-family--base);
    font-size: 13px;
    font-size: .8125rem;
}

.entry__content .wp-block-rss.is-grid {
    margin-bottom: calc(3.5rem - 16px) !important;
}

.entry__content .wp-block-rss:not(.alignleft):not(.alignright) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.entry__content .wp-block-rss.alignleft,
.entry__content .wp-block-rss.alignright {
    max-width: 38.75rem;
}

.entry__content .wp-block-rss.alignfull {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.entry__content .wp-block-video.alignleft,
.entry__content .wp-block-video.alignright {
    max-width: 38.75rem;
}

.entry__content .wp-block-embed:not(.alignleft):not(.alignright) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.entry__content .wp-block-embed.alignleft,
.entry__content .wp-block-embed.alignright {
    max-width: 38.75rem;
}

.entry__content .wp-block-embed.wp-block-embed-twitter {
    max-width: 27rem;
}

.entry__content .wp-block-embed__wrapper > * {
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
14.0 Widgets
--------------------------------------------------------------*/

.widget:not(:last-child) {
    margin-bottom: 3.5rem;
    padding-bottom: 3.5rem;
    border-bottom: 1px solid var(--widget__BorderColor, var(--sidebar__BorderColor));
}

.widget > :last-child {
    margin-bottom: 0;
}

.widget .widget-title {
    position: relative;
    margin-top: 0;
    margin-bottom: 1.75rem;
    color: #000;
    font-family: var(--widget-title__FontFamily, var(--font-family--headings));
    font-size: var(--widget-title__FontSize, var(--font-size--lg));
    font-weight: var(--widget-title__FontWeight, var(--font-weight--semi-bold));
    letter-spacing: .15px;
}

.widget .widget-title :empty {
    margin-bottom: 0;
}

.widget ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    color: var(--sidebar-text--primary__Color);
}

.widget ul li {
    position: relative;
    margin-bottom: 0.4375rem;
}

.widget ul li > a {
    color: #171717;
    text-decoration: none;
}

.widget ul li > a:hover,
.widget ul li > a:focus {
    color: var(--sidebar-link--hover__Color);
}

.widget ul li:last-child {
    margin-bottom: 0;
}

.widget ul.children,
.widget ul.sub-menu {
    margin-top: 0.4375rem;
    padding-left: 1.125rem;
}

.widget ul.children li::before,
.widget ul.sub-menu li::before {
    content: "\2013";
    display: inline-block;
    margin-right: .625rem;
    margin-left: -1.125rem;
    opacity: .25;
}

.widget ul .current-cat,
.widget ul .current-menu-item,
.widget ul .current_page_item {
    color: var(--sidebar-link--hover__Color);
}

.widget ul .current-cat a,
.widget ul .current-menu-item a,
.widget ul .current_page_item a {
    color: var(--sidebar-link--hover__Color);
}

/* Calendar widget */

.widget_calendar table {
    margin-bottom: 0;
}

.widget_calendar caption {
    margin-bottom: .25em;
    color: var(--widget-calendar-caption__Color, var(--sidebar-text--secondary__Color));
    font-size: var(--widget-calendar-caption__FontSize, 0.875rem);
    font-weight: var(--widget-calendar-caption__FontWeight, var(--font-weight--medium));
    letter-spacing: .1px;
    text-align: left;
}

.widget_calendar th {
    color: var(--sidebar-widget-title__Color);
    background-color: var(--sidebar__BorderColor);
}

.widget_calendar td {
    color: var(--sidebar-text--secondary__Color);
}

.widget_calendar th,
.widget_calendar td {
    padding: 0;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 3;
    text-align: center;
    border-color: var(--sidebar__BorderColor);
}

.widget_calendar tbody a {
    display: block;
    color: var(--sidebar-link--hover__Color);
    font-weight: var(--font-weight--medium);
    text-decoration: none;
    background-color: var(--sidebar__BorderColor);
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    color: var(--sidebar-link--hover__Color);
    background-color: var(--accent__Color);
}

.widget_calendar .wp-calendar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0.4375rem;
    font-size: var(--font-size--sm);
    line-height: 2;
    letter-spacing: .25px;
}

.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.widget_calendar .wp-calendar-nav-next {
    text-align: right;
}

.widget_calendar .wp-calendar-nav a {
    color: var(--sidebar-text--secondary__Color);
    text-decoration: none;
}

.widget_calendar .wp-calendar-nav a:hover,
.widget_calendar .wp-calendar-nav a:focus {
    color: var(--sidebar-link--hover__Color);
}

/* Recent Posts widget */

.widget_recent_entries ul {
    line-height: 1.5;
}

.widget_recent_entries ul li {
    margin-bottom: 1.75rem;
}

.widget_recent_entries ul li a {
    position: relative;
    color: var(--sidebar-link--hover__Color);
    font-family: var(--font-family--base);
    font-size: var(--font-size--base);
    font-weight: var(--font-weight--medium);
    letter-spacing: .25px;
}

.widget_recent_entries ul li a i,
.widget_recent_entries ul li a em {
    font-style: normal;
}

.widget_recent_entries ul li a:hover,
.widget_recent_entries ul li a:focus {
    color: var(--accent__Color);
}

.widget_recent_entries .post-date {
    display: block;
    margin-top: .5rem;
    color: var(--sidebar-text--secondary__Color);
    font-size: var(--font-size--xs);
    font-weight: var(--font-weight--normal);
    letter-spacing: .4px;
}

/* Recent Comments widget */

.widget_recent_comments ul {
    line-height: 1.5;
}

.widget_recent_comments ul li {
    margin-bottom: 1.75rem;
    color: var(--sidebar-text--secondary__Color);
    font-size: var(--font-size--xs);
    letter-spacing: .4px;
}

.widget_recent_comments ul li .comment-author-link a {
    color: var(--sidebar-text--secondary__Color);
}

.widget_recent_comments ul li .comment-author-link a:hover,
.widget_recent_comments ul li .comment-author-link a:focus {
    color: var(--sidebar-text--secondary__Color);
}

.widget_recent_comments ul li > a {
    display: block !important;
    margin-top: .5rem !important;
    position: relative;
    color: var(--sidebar-link--hover__Color);
    font-family: var(--font-family--base);
    font-size: 1rem;
    font-weight: var(--font-weight--medium);
    letter-spacing: .25px;
}

.widget_recent_comments ul li > a i,
.widget_recent_comments ul li > a em {
    font-style: normal;
}

.widget_recent_comments ul li > a:hover,
.widget_recent_comments ul li > a:focus {
    color: var(--accent__Color);
}

/* RSS widget */

.widget_rss .widget-title > a {
    color: var(--sidebar-widget-title__Color);
    text-decoration: none;
}

.widget_rss .widget-title > a:hover,
.widget_rss .widget-title > a:focus {
    color: var(--accent__Color);
}

.widget_rss .rss-widget-icon {
    vertical-align: 0;
    margin-right: .5em;
}

.widget_rss ul {
    line-height: 1.5;
}

.widget_rss ul li {
    margin-bottom: 1.75rem;
}

.widget_rss ul li .rsswidget {
    color: var(--sidebar-link--hover__Color);
    font-family: var(--font-family--base);
    font-size: var(--font-size--sm);
    font-weight: var(--font-weight--medium);
    letter-spacing: .25px;
}

.widget_rss ul li .rsswidget:hover,
.widget_rss ul li .rsswidget:focus {
    color: var(--accent__Color);
}

.widget_rss .rss-date,
.widget_rss cite {
    display: block;
    margin-top: .75rem;
    color: var(--sidebar-text--secondary__Color);
    font-size: var(--font-size--xs);
    font-weight: var(--font-weight--normal);
    letter-spacing: .4px;
}

.widget_rss .rssSummary {
    margin-top: .75rem;
    color: var(--sidebar-link__Color);
    font-size: .8125rem;
    letter-spacing: .25px;
}

.widget_rss cite {
    font-style: normal;
}

.widget_rss cite:empty {
    margin: 0;
}

/* Tag Cloud widget */

.tagcloud {
    line-height: var(--tag-cloud-link__LineHeight, 1.5);
}

.tagcloud .tag-cloud-link {
    float: left;
    margin-right: 1rem;
    margin-bottom: .5rem;
    padding-bottom: .125rem;
    color: var(--tag-cloud-link__Color, var(--sidebar-link__Color));
    font-family: var(--tag-cloud-link__FontFamily, var(--font-family--headings));
    font-size: var(--tag-cloud-link__FontSize, 0.8125rem) !important;
    font-weight: var(--tag-cloud-link__FontWeight, var(--font-weight--medium));
    text-decoration: none;
    letter-spacing: .4px;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--tag-cloud-link-underline__Color, rgba(255, 255, 255, 0.15))), to(var(--tag-cloud-link-underline__Color, rgba(255, 255, 255, 0.15))));
    background-image: linear-gradient(to right, var(--tag-cloud-link-underline__Color, rgba(255, 255, 255, 0.15)) 0%, var(--tag-cloud-link-underline__Color, rgba(255, 255, 255, 0.15)) 100%);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 100% 100%;
    -webkit-transition: color .25s ease-in-out, background-size .25s ease-in-out;
    transition: color .25s ease-in-out, background-size .25s ease-in-out;
}

.tagcloud .tag-cloud-link::before {
    margin-right: .125em;
    content: "\0023";
    display: inline;
}

.tagcloud .tag-cloud-link .tag-link-count {
    color: var(--tag-cloud-link-count__Color, var(--sidebar-text--secondary__Color));
    font-weight: var(--tag-cloud-link-count__FontWeight, var(--font-weight--normal));
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.tagcloud .tag-cloud-link:hover,
.tagcloud .tag-cloud-link:focus {
    color: var(--tag-cloud-link--hover__Color, var(--sidebar-link--hover__Color));
    background-size: 100% 1px;
    background-position: 0 100%;
}

.tagcloud .tag-cloud-link:hover .tag-link-count,
.tagcloud .tag-cloud-link:focus .tag-link-count {
    color: var(--tag-cloud-link-count--hover__Color, var(--sidebar-link--hover__Color));
}

/* Other widgets */

.widget_archive > ul,
.widget_categories > ul,
.widget_meta > ul,
.widget_nav_menu .menu-primary-menu-container > ul,
.widget_pages > ul {
    font-size: var(--font-size--sm);
    line-height: 1.5;
    letter-spacing: .25px;
}

.widget_archive > ul a,
.widget_categories > ul a,
.widget_meta > ul a,
.widget_nav_menu .menu-primary-menu-container > ul a,
.widget_pages > ul a {
    font-weight: var(--font-weight--medium);
}

.widget_archive ul li,
.widget_categories ul li {
    color: var(--sidebar-text--secondary__Color);
}

.widget_archive ul li > a,
.widget_categories ul li > a {
    color: var(--sidebar-link__Color);
}

.widget_archive ul li > a:hover,
.widget_archive ul li > a:focus,
.widget_categories ul li > a:hover,
.widget_categories ul li > a:focus {
    color: var(--sidebar-link--hover__Color);
}

.widget_search .search-form > label {
    margin-bottom: 0;
}

.widget_search .search-form input[type="search"] {
    color: var(--widget-search-input__Color, var(--sidebar-link__Color));
    background-color: var(--widget-search-input__BackgroundColor, rgba(255, 255, 255, 0.05));
}

.widget_search .search-form input[type="search"]:hover,
.widget_search .search-form input[type="search"]:focus {
    background-color: var(--widget-search-input--hover__BackgroundColor, rgba(255, 255, 255, 0.075));
}

.textwidget {
    color: var(--textwidget__Color, var(--sidebar-text--secondary__Color));
    font-size: var(--textwidget__FontSize, 0.9375em);
    line-height: var(--textwidget__LineHeight, 1.86667);
    letter-spacing: .25px;
}

.textwidget select {
    max-width: 100%;
}

.textwidget > :last-child {
    margin-bottom: 0;
}

.widget_media_gallery .gallery-item {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.widget_media_gallery .gallery-columns-2 .gallery-item {
    max-width: calc((100% - 0.5rem * 1) / 2 - .01px);
}

.widget_media_gallery .gallery-columns-3 .gallery-item {
    max-width: calc((100% - 0.5rem * 2) / 3 - .01px);
}

.widget_media_gallery .gallery-columns-4 .gallery-item {
    max-width: calc((100% - 0.5rem * 3) / 4 - .01px);
}

.widget_media_gallery .gallery-columns-5 .gallery-item {
    max-width: calc((100% - 0.5rem * 4) / 5 - .01px);
}

.widget_media_gallery .gallery-columns-6 .gallery-item {
    max-width: calc((100% - 0.5rem * 5) / 6 - .01px);
}

.widget_media_gallery .gallery-columns-7 .gallery-item {
    max-width: calc((100% - 0.5rem * 6) / 7 - .01px);
}

.widget_media_gallery .gallery-columns-8 .gallery-item {
    max-width: calc((100% - 0.5rem * 7) / 8 - .01px);
}

.widget_media_gallery .gallery-columns-9 .gallery-item {
    max-width: calc((100% - 0.5rem * 8) / 9 - .01px);
}

.widget_media_gallery .wp-caption-text {
    display: none;
}

.widget_media_image .wp-caption > a,
.widget_media_image > a {
    position: relative;
    display: block;
}

.widget_media_image .wp-caption > a::before,
.widget_media_image > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #141415;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.widget_media_image .wp-caption > a:hover::before,
.widget_media_image .wp-caption > a:focus::before,
.widget_media_image > a:hover::before,
.widget_media_image > a:focus::before {
    opacity: 0.35;
}

.widget_media_image .wp-caption-text {
    color: var(--caption__Color, var(--text--secondary__Color));
    font-size: var(--caption__FontSize, var(--font-size--xs));
    letter-spacing: .4px;
}

.widget_media_audio .mejs-container,
.widget_media_audio .mejs-container .mejs-controls,
.widget_media_audio .mejs-embed,
.widget_media_audio .mejs-embed body,
.widget_media_video .mejs-container,
.widget_media_video .mejs-container .mejs-controls,
.widget_media_video .mejs-embed,
.widget_media_video .mejs-embed body {
    background-color: #2d2d2f;
}

.widget_media_audio .mejs-button > button,
.widget_media_video .mejs-button > button {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*--------------------------------------------------------------
15.0 Content
--------------------------------------------------------------*/

body {
    margin: 0;
    background-color: var(--body__BackgroundColor);
    background-image: url("images/bg.png");
}

body.main-nav--is-open,
body.sidebar--is-open {
    height: 100%;
    overflow: hidden;
    margin-right: var(--scrollbar-width);
}

.site {
    position: relative;
}

/*--------------------------------------------------------------
15.1 Layout
--------------------------------------------------------------*/

.header__container,
.main-nav__container,
.page__header,
.page__content,
.loop-container,
.entry__header,
.entry__thumbnail,
.entry__summary,
.entry__content,
.entry__footer,
.author-info,
.comments-area,
.post-navigation-area,
.related-posts,
.pagination,
.footer__container,
.widecolumn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.main-nav__container,
.page__header,
.page__content,
.loop-container,
.entry__header,
.entry__thumbnail,
.entry__summary,
.entry__content,
.entry__footer,
.author-info,
.comments-area,
.post-navigation-area,
.related-posts,
.pagination,
.widecolumn {
    max-width: 100%;
}



body.post-template-fullscreen-featured-post .entry__header,
body.page-template-fullscreen-featured-page .entry__header {
    border-radius: 15px;
}

.page__header > *,
.page__content > *,
.entry__header > *,
.entry__summary > *,
.entry__content > *,
.entry__footer > *,
.author-info > *,
.comments-area > *,
.post-navigation-area > *,
.widecolumn > * {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.entry__content--attachment {
    max-width: 100%;
}

.entry__content--attachment .entry__attachment {
    max-width: 100%;
}

.entry__content--attachment .entry__attachment img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.entry__content--attachment .entry__attachment figcaption {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

/* Page Preloader */

.page-preloader,
.page-preloader-click {
    position: fixed;
    z-index: 10100;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-color: var(--page-preloader__BackgroundColor);
}

.page-preloader {
    bottom: 0;
    height: 100%;
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
}

body.loaded .page-preloader,
.no-js .page-preloader {
    height: 0;
}

.page-preloader-click {
    top: 0;
    height: 0;
}

/*--------------------------------------------------------------
15.2 Header
--------------------------------------------------------------*/

body.single-portfolio .header {
    background: transparent;
}

.header.navbar-fixed .header__container {
    background-color: rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    -webkit-filter: contrast(.958);
    filter: contrast(.958);
}


@media only screen and (max-width: 500px) {

.header.navbar-fixed .header__container {
    background-color: #fff;
}
}


.header {
    width: 100%;
    z-index: 10000;
}


.page-template-blank-v2-page .header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;

}


@media only screen and (max-width: 768px) {
.page-template-blank-v2-page .header {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0 !important;

}
}



.navbar-fixed .header__container {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    animation: enable_fixed_nav_bar .3s ease;
    z-index: 99;
}



.admin-bar .navbar-fixed .header__container {
    top: 30px;
}




@-webkit-keyframes enable_fixed_nav_bar {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes enable_fixed_nav_bar {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}




.admin-bar .header {
    top: 46px;
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



/* Site Branding */


@keyframes pulse {

    0%,
    100% {
        transform: scale(var(--scale, 1));
        animation-timing-function: ease-in;
    }

    50% {
        transform: scale(var(--scale, 1.13));
    }
}

.site__branding:hover img {
    animation: pulse 2s infinite;
}



.site__branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 0;
    max-width: 100%;
    margin-right: 1.5rem;
}

.site__title {
    margin: 0;
    font-family: var(--header-site-title__FontFamily, var(--font-family--headings));
    font-size: 20px;
}

.site__title--hidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}

.site__title a {
    display: inline-block;
    padding: 1.75rem 0;
    color: var(--header-site-title__Color);
    text-decoration: none;
    outline: 0;
    font-weight: bold;
    letter-spacing: 1px;
}

.site__title a:hover,
.site__title a:focus {
    color: var(--header-site-title__Color);
}

/* Custom Logo */

.custom-logo-link {
    position: relative;
    display: inline-block;
    padding: 1.375rem 0;
    color: var(--header-site-title__Color);
    text-decoration: none;
}

.custom-logo-link:hover,
.custom-logo-link:focus {
    color: var(--header-site-title__Color);
}

.custom-logo-link:focus {
    outline: 0;
}

.custom-logo-link + .site__title {
    padding-left: 10px;
    padding-top: 3px;
}

.custom-logo {
    width: auto;
    max-width: 220px;
    max-height: 220px;
}

/* Header Buttons */


.header-menu-decor-wrap {
    position: relative;
}

.header__buttons {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    position: relative;
}

@media only screen and (max-width: 1500px) {

    .header__buttons {
        left: -40px;
        position: relative;
    }


}


.header-menu-decor svg path {
    stroke: #222;
    fill: transparent;
}

.main-nav.toggled-on .header-menu-decor svg path {
    stroke: #fff;
}

.header-menu-decor svg {
    position: absolute;
    top: -9px;
    left: -19px;
}


@media only screen and (max-width: 768px) {


    .header__buttons .header-menu-decor svg {
        top: -9px;
        left: -49px !important;
    }


}


@media only screen and (max-width: 500px) {


    .header__buttons .header-menu-decor svg {
       display: none !important;
    }
    
        .header__buttons {
        left: 0;
        position: relative;
    }


}


.header-menu-decor.header-menu-decor-close svg {
    position: absolute;
    top: 41px;
    right: 52px;
    left: auto;
}

@media only screen and (max-width: 1440px) {

    .main-nav .header-menu-decor.header-menu-decor-close svg {
        top: 29px;
        right: 15px;
        left: auto;
    }

}



@media only screen and (max-width: 768px) {

    .main-nav .header-menu-decor.header-menu-decor-close svg {
        display: none;
    }


}



.button.button--menu-close span {
    text-transform: uppercase;
}

.header-menu-decor {
    position: relative;
}

.header.navbar-fixed .header-menu-decor {
    display: none;
}

/* Button menu-toggle */

.button--menu-toggle {
    margin-right: -.5rem;
    padding: .5rem;
    color: var(--header-menu-toggle__Color, var(--header-menu-link__Color));
    font-family: var(--header-menu-toggle__FontFamily, var(--font-family--headings));
    font-size: 14px;
    font-weight: var(--header-menu-toggle__FontWeight, var(--font-weight--semi-bold));
    line-height: var(--header-menu-toggle__LineHeight, 1);
    text-transform: var(--header-menu-toggle__TextTransform, none);
    letter-spacing: .4px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    position: relative;
    z-index: 77;
}

@media only screen and (min-width: 1500px) {


.button--menu-toggle{
     margin-right:2.5rem;
}
    
}



.button--menu-toggle:hover,
.button--menu-toggle:focus {
    color: var(--header-menu-toggle--hover__Color, var(--header-menu-link--hover__Color));
    background-color: transparent;
}

.button--menu-toggle:focus {
    outline: 0;
}

.button--menu-toggle span {
    display: none;
    margin-right: 4px;
    vertical-align: -14%;
}

/* Button open-sidebar */

.button--sidebar-open {
    padding: .5rem;
    color: var(--header-sidebar-open__Color, var(--header-menu-link__Color));
    line-height: var(--header-sidebar-open__LineHeight, 1);
    background-color: transparent;
    border: none;
    border-radius: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
}

.button--sidebar-open:hover,
.button--sidebar-open:focus {
    color: var(--header-sidebar-open--hover__Color, var(--header-menu-link--hover__Color));
    background-color: transparent;
}

.button--sidebar-open:focus {
    outline: 0;
}

/*--------------------------------------------------------------
15.3 Regular Content
--------------------------------------------------------------*/

.content {
    position: relative;
    word-wrap: break-word;
    padding-top: 5.25rem;
}

.content-area {
    position: relative;
    padding-top: 1.75rem;
    padding-bottom: 5.25rem;
}

.main-content {
    overflow: hidden;
}

.main-content > :last-child {
    margin-bottom: 0 !important;
}

.loop-container {
    position: relative;
}

.loop-container:last-child {
    margin-bottom: 0;
}

.loop-container .grid__item {
    overflow: hidden;
}

/* Simple list layout */

.posts-list-layout--list-simple .page__header > * {
    margin-left: 0;
}

.loop-container--list-simple {
    margin-bottom: 5.25rem;
}

.loop-container--list-simple .list:hover .post-item__title a {
    color: var(--text--secondary__Color);
}

.loop-container--list-simple .list:hover .post-item__title a:hover,
.loop-container--list-simple .list:hover .post-item__title a:focus {
    color: var(--text--primary__Color);
}

.loop-container--list-simple .list__item {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
    border-top: 2px solid var(--secondary__BackgroundColor);
    animation-fill-mode: backwards;
}

.loop-container--list-simple .list__item:last-child {
    border-bottom: 2px solid var(--secondary__BackgroundColor);
}

.loop-container--list-simple .list__item:hover .post-item {
    z-index: 100;
}

.loop-container--list-simple .post-item {
    position: relative;
}

.loop-container--list-simple .post-item .hover-reveal {
    position: fixed;
    width: calc(100vw / 3);
    height: calc(100vw / 3 / 1.5);
    left: 0;
    opacity: 0;
    pointer-events: none;
    top: 0;
    z-index: 999 !important;
    border-radius: 15px;
    overflow: hidden;
}

.loop-container--list-simple .post-item .hover-reveal__inner {
    overflow: hidden;
    -webkit-transform: translate(100%) matrix(1, 0, 0, 1, 0, 0);
    transform: translate(100%) matrix(1, 0, 0, 1, 0, 0);
}

.loop-container--list-simple .post-item .hover-reveal__inner,
.loop-container--list-simple .post-item .hover-reveal__img {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.loop-container--list-simple .post-item .hover-reveal__img {
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transform: translate(-100%) matrix(1, 0, 0, 1, 0, 0);
    transform: translate(-100%) matrix(1, 0, 0, 1, 0, 0);
}

.loop-container--list-simple .post-item__title {
    max-width: 48rem;
    margin-top: 0;
    margin-bottom: 0.875rem;
    font-family: var(--post-item-title__FontFamily, var(--font-family--entry-headings));
    font-size: var(--post-item-title__FontSize, var(--font-size--xxl));
    font-weight: var(--post-item-title__FontWeight, var(--font-weight--bold));
    line-height: var(--post-item-title__LineHeight, var(--line-height--headings));
}

.loop-container--list-simple .post-item__title a {
    color: var(--post-item-title__Color, var(--text--primary__Color));
    text-decoration: none;
}

.loop-container--list-simple .post-item__title a:hover,
.loop-container--list-simple .post-item__title a:focus {
    color: var(--post-item-title--hover__Color, var(--accent__Color));
}

.loop-container--list-simple .post-item__title a:focus {
    outline: 0;
}

.loop-container--list-simple .post-item__title a.active {
    z-index: 10000;
}

.loop-container--list-simple .post-item__title a.active .hover-reveal {
    opacity: 1;
}

.loop-container--list-simple .post-item__title a.active .hover-reveal__inner {
    -webkit-animation: slideInRight .25s ease-in-out;
    animation: slideInRight .25s ease-in-out;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.loop-container--list-simple .post-item__title a.active .hover-reveal__img {
    -webkit-animation: slideInLeft .25s ease-in-out;
    animation: slideInLeft .25s ease-in-out;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.loop-container--list-simple .post-item__meta {
    margin-bottom: 0.4375rem;
    color: var(--post-item-meta__Color, var(--text--secondary__Color));
    font-family: var(--post-item-meta__FontFamily, var(--font-family--headings));
    font-size: var(--post-item-meta__FontSize, 0.8125rem);
    font-weight: var(--post-item-meta__FontWeight, var(--font-weight--medium));
    line-height: var(--post-item-meta__LineHeight, 2.15385);
    letter-spacing: .4px;
}

.loop-container--list-simple .post-item__meta > span {
    display: inline;
    position: relative;
}

.loop-container--list-simple .post-item__meta a {
    color: var(--post-item-meta-link__Color, var(--text--secondary__Color));
    text-decoration: none;
    padding-bottom: .125rem;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--post-item-meta-underline__Color, rgba(255, 255, 255, 0.25))), to(var(--post-item-meta-underline__Color, rgba(255, 255, 255, 0.25))));
    background-image: linear-gradient(to right, var(--post-item-meta-underline__Color, rgba(255, 255, 255, 0.25)) 0%, var(--post-item-meta-underline__Color, rgba(255, 255, 255, 0.25)) 100%);
    background-repeat: no-repeat;
    background-size: 0 .0625rem;
    background-position: 100% 100%;
    -webkit-transition: color .25s ease-in-out, background-size .25s ease-in-out;
    transition: color .25s ease-in-out, background-size .25s ease-in-out;
}

.loop-container--list-simple .post-item__meta a:hover,
.loop-container--list-simple .post-item__meta a:focus {
    color: var(--post-item-meta-link--hover__Color, var(--text--secondary--hover__Color));
    background-size: 100% .0625rem;
    background-position: 0 100%;
}

.loop-container--list-simple .post-item__meta a:focus {
    outline: 0;
}

/* Simple list (without images) layout */

.posts-list-layout--list-simple-v2 .page__header > * {
    margin-left: 0;
}

.loop-container--list-simple-v2 {
    margin-bottom: 5.25rem;
}

.loop-container--list-simple-v2 .list:hover .post-item__title a {
    color: var(--text--secondary__Color);
}

.loop-container--list-simple-v2 .list:hover .post-item__title a:hover,
.loop-container--list-simple-v2 .list:hover .post-item__title a:focus {
    color: var(--text--primary__Color);
}

.loop-container--list-simple-v2 .list__item {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
    border-top: 2px solid var(--secondary__BackgroundColor);
}

.loop-container--list-simple-v2 .list__item:last-child {
    border-bottom: 2px solid var(--secondary__BackgroundColor);
}

.loop-container--list-simple-v2 .list__item:hover .post-item {
    z-index: 100;
}

.loop-container--list-simple-v2 .post-item {
    position: relative;
}

.loop-container--list-simple-v2 .post-item__title {
    max-width: 48rem;
    margin-top: 0;
    margin-bottom: 0.875rem;
    font-family: var(--post-item-title__FontFamily, var(--font-family--entry-headings));
    font-size: var(--post-item-title__FontSize, var(--font-size--xxl));
    font-weight: var(--post-item-title__FontWeight, var(--font-weight--bold));
    line-height: var(--post-item-title__LineHeight, var(--line-height--headings));
}

.loop-container--list-simple-v2 .post-item__title a {
    color: var(--post-item-title__Color, var(--text--primary__Color));
    text-decoration: none;
}

.loop-container--list-simple-v2 .post-item__title a:hover,
.loop-container--list-simple-v2 .post-item__title a:focus {
    color: var(--post-item-title--hover__Color, var(--accent__Color));
}

.loop-container--list-simple-v2 .post-item__title a:focus {
    outline: 0;
}

.loop-container--list-simple-v2 .post-item__meta {
    margin-bottom: 0.4375rem;
    color: var(--post-item-meta__Color, var(--text--secondary__Color));
    font-family: var(--post-item-meta__FontFamily, var(--font-family--headings));
    font-size: var(--post-item-meta__FontSize, 0.8125rem);
    font-weight: var(--post-item-meta__FontWeight, var(--font-weight--medium));
    line-height: var(--post-item-meta__LineHeight, 2.15385);
    letter-spacing: .4px;
}

.loop-container--list-simple-v2 .post-item__meta > span {
    display: inline;
    position: relative;
}

.loop-container--list-simple-v2 .post-item__meta a {
    color: var(--post-item-meta-link__Color, var(--text--secondary__Color));
    text-decoration: none;
    padding-bottom: .125rem;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--post-item-meta-underline__Color, rgba(255, 255, 255, 0.25))), to(var(--post-item-meta-underline__Color, rgba(255, 255, 255, 0.25))));
    background-image: linear-gradient(to right, var(--post-item-meta-underline__Color, rgba(255, 255, 255, 0.25)) 0%, var(--post-item-meta-underline__Color, rgba(255, 255, 255, 0.25)) 100%);
    background-repeat: no-repeat;
    background-size: 0 .0625rem;
    background-position: 100% 100%;
    -webkit-transition: color .25s ease-in-out, background-size .25s ease-in-out;
    transition: color .25s ease-in-out, background-size .25s ease-in-out;
}

.loop-container--list-simple-v2 .post-item__meta a:hover,
.loop-container--list-simple-v2 .post-item__meta a:focus {
    color: var(--post-item-meta-link--hover__Color, var(--text--secondary--hover__Color));
    background-size: 100% .0625rem;
    background-position: 0 100%;
}

.loop-container--list-simple-v2 .post-item__meta a:focus {
    outline: 0;
}

/* Chess layout */

.posts-list-layout--list-chess .page__header > * {
    margin-left: 0;
}

.loop-container--list-chess {
    margin-bottom: 5.25rem;
}

.loop-container--list-chess .list__item {
    margin-bottom: 5.25rem;
}

.loop-container--list-chess .list__item:last-child {
    margin-bottom: 0;
}

.loop-container--list-chess .post-card__title {
    --post-card-title__FontSize: calc(1.275em + 1.125vw);
}

/* Two-column grid layout */

.loop-container--grid-2-col {
    margin-bottom: 1.75rem;
}

.loop-container--grid-2-col .grid__item {
    margin-bottom: 3.5rem;
}

/* Three-column grid layout */

.loop-container--grid-3-col {
    margin-bottom: 1.75rem;
}

.loop-container--grid-3-col .grid__item {
    margin-bottom: 3.5rem;
}

/* Four-column grid layout */

.loop-container.loop-container--grid-4-col {
    max-width: 100%;
    margin-bottom: 1.75rem;
}

.loop-container.loop-container--grid-4-col .grid__item {
    margin-bottom: 3.5rem;
}

/* Mixed: large and small post cards */

.loop-container--mixed-v1 {
    margin-bottom: 1.75rem;
}

.loop-container--mixed-v1 .grid__item {
    margin-bottom: 3.5rem;
}

/* Two-column masonry layout */

.loop-container--masonry-2-col {
    margin-bottom: 1.75rem;
}

.loop-container--masonry-2-col .grid__item {
    position: relative;
    width: 100%;
    margin-bottom: 3.5rem;
}

/* Three-column masonry layout */

.loop-container--masonry-3-col {
    margin-bottom: 1.75rem;
}

.loop-container--masonry-3-col .grid__item {
    position: relative;
    width: 100%;
    margin-bottom: 3.5rem;
}

/* Four-column masonry layout */

.loop-container.loop-container--masonry-4-col {
    max-width: 100%;
    margin-bottom: 1.75rem;
}

.loop-container.loop-container--masonry-4-col .grid__item {
    position: relative;
    width: 100%;
    margin-bottom: 3.5rem;
}

/*--------------------------------------------------------------
15.4 Pages
--------------------------------------------------------------*/

.page__header {
    position: relative;
    margin-bottom: 5.25rem;
}


     .post-type-archive-portfolio .page__header {
        margin-bottom: 2.75rem;
    }

.page__title {
    color: var(--page-title__Color, var(--text--primary__Color));
    font-family: var(--page-title__FontFamily, var(--font-family--headings));
    font-size: var(--page-title__FontSize, var(--font-size--xxxl));
    font-weight: var(--page-title__FontWeight, var(--font-weight--bold));
}

.page__content {
    color: var(--page-content__Color, var(--content-text__Color));
}

.page__content > * {
    margin-bottom: 1.75rem;
}

.page__content > p {
    font-family: var(--page-content__FontFamily, var(--font-family--content));
    font-size: var(--page-content__FontSize, var(--font-size--base));
    line-height: var(--page-content__LineHeight, var(--line-height--base));
    letter-spacing: .25px;
}

.page__content > :last-child {
    margin-bottom: 0;
}

.archive-description {
    position: relative;
    color: var(--archive-description__Color, var(--content-text__Color));
    font-family: var(--archive-description__FontFamily, var(--font-family--content));
    font-size: var(--archive-description__FontSize, var(--font-size--base));
    line-height: var(--archive-description__LineHeight, var(--line-height--base));
    letter-spacing: .25px;
}

.archive-description > * {
    margin-bottom: 1.75rem;
}

.archive-description > :last-child {
    margin-bottom: 0;
}

/* 404 page */

.error404 .error-404__container {
    min-height: 45vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.error404 .error-404__container h1 {
    margin-bottom: 0.875rem;
    color: var(--error404-h1__Color, var(--text--primary__Color));
    font-family: var(--error404-h1__FontFamily, var(--font-family--entry-headings));
    font-size: var(--error404-h1__FontSize, 6em);
    -webkit-text-stroke: 1px var(--text--primary__Color);
    -webkit-text-fill-color: transparent;
}

.error404 .error-404__container p {
    margin-bottom: 1.75rem;
    color: var(--error404-p__Color, var(--content-text__Color));
    font-family: var(--error404-p__FontFamily, var(--font-family--content));
    font-size: var(--error404-p__FontSize, var(--font-size--base));
    line-height: var(--error404-p__LineHeight, var(--line-height--base));
    letter-spacing: .25px;
}

/* No Results Page */

.no-results.not-found {
    min-height: 45vh;
    text-align: center;
}

.no-results.not-found .page__header {
    margin-bottom: 5.25rem;
}

.no-results.not-found .page__header > * {
    margin-left: auto;
    margin-right: auto;
}

/* Blog Header */

.page__header.page__header--hero > * {
    margin-left: 0;
    text-align: left !important;
}



.page__header.page__header--hero .page__subtitle {
    font-family: var(--hero-page-subtitle__FontFamily, var(--font-family--headings));
    font-weight: var(--hero-page-subtitle__FontWeight, var(--font-weight--bold));
    line-height: var(--hero-page-subtitle__LineHeight, var(--line-height--headings));
    font-size: 25px;
    font-weight: 300;
}

/*--------------------------------------------------------------
15.5 Posts
--------------------------------------------------------------*/

.main-content > article {
    position: relative;
    overflow: hidden;
    margin-bottom: 5.25rem;
}

.entry__header {
    margin-bottom: 1.75rem;
    position: relative;
}

.entry__header > :last-child {
    margin-bottom: 0;
}

.entry__title {
    margin-top: 0;
    color: var(--entry-title__Color, var(--text--primary__Color));
    font-family: var(--entry-title__FontFamily, var(--font-family--entry-headings));
    font-size: var(--entry-title__FontSize, calc(2.125em + .75vw));
    font-weight: var(--entry-title__FontWeight, var(--font-weight--bold));
    line-height: var(--entry-title__LineHeight, var(--line-height--headings));
}

.entry__title a {
    color: var(--entry-title__Color, var(--text--primary__Color));
    text-decoration: none;
}


.entry__title a,
.post-title a {
    text-decoration: none;
    background-image: linear-gradient(rgb(255, 255, 255, 0.1), rgb(255, 255, 255, 0.0)), linear-gradient(#FDF322, #FDF322);
    background-size: 100% 15px, 0 15px;
    background-position: 100% 100%, 0 78%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
    text-decoration: none;
    cursor: pointer;
}


.entry__title:hover a,
.post-title a:hover {
    background-size: 0 15px, 100% 15px;
    text-decoration: none !important;
}



.fl-post-info h6 a,
.fl-post-grid-iteam3-1 h6 a,
.fl-post-grid-iteam3-3-link {
    text-decoration: none;
    background-image: linear-gradient(rgb(255, 255, 255, 0.0), rgb(255, 255, 255, 0.0)), linear-gradient(#FDF322, #FDF322);
    background-size: 100% 15px, 0 15px;
    background-position: 100% 100%, 0 78%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
    text-decoration: none;
    cursor: pointer;
}


.fl-post-info h6:hover a,
.fl-post-grid-iteam3-1 h6:hover a,
.fl-post-grid-iteam3-3-link:hover {
    background-size: 0 15px, 100% 15px;
    text-decoration: none !important;
}

.fl-post-grid-iteam3-3-link {
    color: #222;
}

.fl-post-img-wrap img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.fl-post-img-wrap {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 210px;
}

.fl-post-img-wrap:hover img {
    transform: scale(1.1);
}


.entry__title a:focus {
    outline: 0;
}

.entry__meta {
    margin-bottom: 0.875rem;
    color: var(--entry-meta__Color, var(--text--secondary__Color));
    font-family: var(--entry-meta__FontFamily, var(--font-family--headings));
    font-size: var(--entry-meta__FontSize, 0.8125rem);
    font-weight: var(--entry-meta__FontWeight, var(--font-weight--medium));
    line-height: var(--entry-meta__LineHeight, 2.15385);
    letter-spacing: .4px;
}

.entry__meta > span {
    display: inline;
    position: relative;
}

.entry__meta > span:not(:last-child) {
    margin-right: 1.5rem;
}

.entry__meta > span:not(:last-child)::after {
    content: "";
    position: absolute;
    top: .25rem;
    right: -.8125rem;
    width: 1px;
    height: .75rem;
    background-color: var(--entry-meta__Color, var(--text--secondary__Color));
    opacity: .35;
}

.entry__meta a {
    color: var(--entry-meta__Color, var(--text--secondary__Color));
    text-decoration: none;
    padding-bottom: .125rem;
    background-image:
        -webkit-gradient(linear, left top, right top, from(var(--more-link-underline--hover__Color, rgba(255, 255, 255, 0.25))),
            to(var(--more-link-underline--hover__Color, rgba(255, 255, 255, 0.25)))),
        -webkit-gradient(linear, left top, right top, from(var(--more-link-underline__Color, rgba(255, 255, 255, 0.15))), to(var(--more-link-underline__Color, rgba(255, 255, 255, 0.15))));
    background-image: linear-gradient(to right, var(--more-link-underline--hover__Color, rgba(255, 255, 255, 0.25)) 0%, var(--more-link-underline--hover__Color, rgba(255, 255, 255, 0.25)) 100%), linear-gradient(to right, var(--more-link-underline__Color, rgba(255, 255, 255, 0.15)) 0%, var(--more-link-underline__Color, rgba(255, 255, 255, 0.15)) 100%);
    background-repeat: no-repeat;
    background-size: 0 .0625rem;
    background-position: 100% 100%;
    -webkit-transition: color .25s ease-in-out, background-size .25s ease-in-out;
    transition: color .25s ease-in-out, background-size .25s ease-in-out;
    padding-left: 10px !important;
    padding-right: 10px !important;
}


.entry__meta .cat-links a{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.entry__meta a:hover,
.entry__meta a:focus {
    color: var(--entry-meta--hover__Color, var(--text--secondary--hover__Color));
    background-size: 100% .0625rem;
    background-position: 0 100%;
}

.entry__meta a:focus {
    outline: 0;
}

.sticky-post {
    color: var(--sticky-post__Color, var(--accent__Color));
}

.updated:not(.published) {
    display: none;
}

.entry__thumbnail {
    position: relative;
    display: block;
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
}


.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure.entry__thumbnail{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
}

.entry__thumbnail .thumbnail__wrapper {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: transparent;
    border-radius: 15px;
}



.entry__thumbnail .thumbnail__wrapper > * {
    display: block;
}

.entry__thumbnail a {
    color: var(--text--secondary__Color);
    font-size: var(--font-size--xs);
}

.entry__thumbnail a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #141415;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.entry__thumbnail a:hover::before,
.entry__thumbnail a:focus::before {
    opacity: 0.35;
}

.entry__thumbnail img {
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    max-width: 1000%;
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-height: 4wv;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .entry__thumbnail img {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-transform: none;
        transform: none;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.entry__summary,
.entry__content {
    color: var(--entry-content__Color, var(--content-text__Color));
}

.entry__summary > *,
.entry__content > * {
    margin-bottom: 1.75rem;
}

.entry__summary > p,
.entry__summary > ul,
.entry__summary > ol,
.entry__content > p,
.entry__content > ul,
.entry__content > ol {
    font-family: var(--entry-content__FontFamily, var(--font-family--content));
    line-height: var(--entry-content__LineHeight, var(--line-height--base));
    letter-spacing: .25px;
}

.entry__summary blockquote,
.entry__content blockquote {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.entry__summary .gallery,
.entry__summary .wp-block-gallery,
.entry__content .gallery,
.entry__content .wp-block-gallery {
    margin-top: 2.1875rem;
    margin-bottom: calc(2.1875rem - 16px);
}

.entry__summary > :last-child,
.entry__content > :last-child {
    margin-bottom: 0 !important;
}

.entry__summary:not(:last-child) {
    margin-bottom: 1.75rem;
}

.entry__summary:not(:last-child) > p,
.entry__summary:not(:last-child) > ul,
.entry__summary:not(:last-child) > ol {
    font-size: var(--entry-summary__FontSize, var(--font-size--md));
    font-weight: var(--entry-summary__FontWeight, var(--font-weight--medium));
    line-height: var(--entry-summary__LineHeight, 1.55556);
}




.more-link {
    cursor: pointer;
    position: relative;
    color: var(--entry-title__Color, var(--text--primary__Color));
    font-size: var(--more-link__FontSize, 1.3125rem);
    font-weight: var(--more-link__FontWeight, var(--font-weight--medium));
    line-height: var(--more-link__LineHeight, 2.15385);
    letter-spacing: .4px;
    white-space: nowrap;
    text-decoration: none;
    padding-bottom: .125rem;

    background-image:
        -webkit-gradient(linear, left top, right top, from(var(--more-link-underline--hover__Color, rgba(255, 255, 255, 0.25))),
            to(var(--more-link-underline--hover__Color, rgba(255, 255, 255, 0.25)))),
        -webkit-gradient(linear, left top, right top, from(var(--more-link-underline__Color, rgba(255, 255, 255, 0.15))), to(var(--more-link-underline__Color, rgba(255, 255, 255, 0.15))));
    background-image: linear-gradient(to right, var(--more-link-underline--hover__Color, rgba(255, 255, 255, 0.25)) 0%, var(--more-link-underline--hover__Color, rgba(255, 255, 255, 0.25)) 100%), linear-gradient(to right, var(--more-link-underline__Color, rgba(255, 255, 255, 0.15)) 0%, var(--more-link-underline__Color, rgba(255, 255, 255, 0.15)) 100%);

    background-repeat: no-repeat;
    background-size: 0 .0625rem, 100% .0625rem;
    background-position: 100% 100%, 0 100%;
    -webkit-transition: color .25s ease-in-out, background-size .25s ease-in-out;
    transition: color .25s ease-in-out, background-size .25s ease-in-out;
}


.btn-arrow-w {
    width: 70px;
    height: 70px;
    cursor: pointer;
    border: solid 2px #222;
    display: block;
    overflow: hidden;
    position: absolute;
    right: -70px;
    bottom: 0;
    border-radius: 5px;
}


.btn-arrow-w.btn-arrow-small {
    width: 30px;
    height: 27px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: absolute;
    right: -47px;
    bottom: -2px;
    border-radius: 0;
    border: 0;
}



.post-card__title .btn-arrow-w.btn-arrow-small {
    width: 55px;
    height: 55px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: absolute;
    right: -53px;
    top: 0px;
    border-radius: 100px;
    border: 0;
    background: #fff;
    padding: 0;
    text-align: center;
}

.regards-effect .btn-arrow-w.btn-arrow-small {
    width: 55px;
    height: 55px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 35px;
    bottom: 35px;
    border-radius: 100px;
    border: 0;
    background: #fff;
    padding: 0;
    text-align: center;
    z-index: 7;
    -webkit-transform:  scale(0);
    -ms-transform:  scale(0);
    transform: scale(0);
} 


.regards-effect:hover .btn-arrow-w.btn-arrow-small{
    -webkit-transform:  scale(1);
    -ms-transform:  scale(1);
    transform: scale(1);
}




.regards-effect .btn-arrow-w.btn-arrow-small .btn-arrow-f {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: 0.5s;
    display: block;
    transform: rotate(133deg);
    top: 24px;
    right: -45px;
}





.post-card__title .btn-arrow-w.btn-arrow-small .btn-arrow-f {
    top: 23px;
    right: -44px;
}



.btn-arrow-w.btn-arrow-small .btn-arrow-f:before {
    width: 13px;
    height: 13px;
    top: 34px;
    left: 11px;
}


.btn-arrow-f {
    position: relative;
    width: 54px;
    height: 54px;
    cursor: pointer;
    transition: 0.5s;
    display: block;
    transform: rotate(133deg);
    top: 13px;
    right: -11px;
}

.btn-arrow-w.btn-arrow-small .btn-arrow-f {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: 0.5s;
    display: block;
    transform: rotate(133deg);
    top: 10px;
    right: -30px;
}


.btn-arrow-f:after {
    position: absolute;
    display: block;
    content: "";
    color: #222;
    width: 24px;
    height: 17px;
    top: 18px;
    left: 9px;
    border-bottom: solid 2px;
    transform: translatex(4px);
}

.btn-arrow-f:before {
    position: absolute;
    display: block;
    content: "";
    color: #222;
    width: 19px;
    height: 19px;
    border-top: solid 2px;
    border-left: solid 2px;
    top: 34px;
    left: 11px;
    transform-origin: 0% 0%;
    transform: rotatez(-43deg);

}








.post-card__footer .more-link:hover .btn-arrow-w {
    border-color: #ef282f;
}


.post-card__footer .more-link:hover .btn-arrow-f:after,
.post-card__footer .more-link:hover .btn-arrow-f:before {
    border-color: #ef282f;
}

.post-card__footer .more-link:hover .btn-arrow-f:before,
.list__item:hover .btn-arrow-f:before,
.more-icon-hover:hover .btn-arrow-f:before ,
.post-card:hover .btn-arrow-f:before{
    animation: aniArrow01 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.post-card__footer .more-link:hover .btn-arrow-f:after,
.list__item:hover .btn-arrow-f:after,
.more-icon-hover:hover .btn-arrow-f:after,
.post-card:hover .btn-arrow-f:after{
    animation: aniArrow02 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}


.post-item .more-link {
    position: absolute;
    right: 8rem;
    top: 100%;
}


@keyframes aniArrow01 {
    0% {
        transform: rotatez(-45deg) translateY(30px) translateX(30px);
    }

    100% {
        transform: rotatez(-45deg) translateY(-35px) translateX(-35px);
    }
}


@keyframes aniArrow02 {
    0% {
        transform: translateX(45px);
    }

    100% {
        transform: translateX(-44px);
    }
}

@keyframes borderAni {
    0% {
        border: solid 2px #222;
    }

    100% {
        border: solid 2px #222;
        border-radius: 50%;
    }
}



.more-link:hover,
.more-link:focus {

    background-size: 100% .0625rem;
    background-position: 0 100%;
}

.more-link:focus {
    outline: 0;
}

.entry__footer {
    margin-top: 1.75rem;
    color: var(--entry-footer__Color, var(--text--secondary__Color));
    font-size: var(--entry-footer__FontSize, 0.8125rem);
    font-weight: var(--entry-footer__FontWeight, var(--font-weight--medium));
    line-height: var(--entry-footer__LineHeight, 2.15385);
    letter-spacing: .4px;
}

.entry__footer > span {
    display: block;
}

.entry__footer a {
    color: var(--entry-footer__Color, var(--text--secondary__Color));
    text-decoration: none;
}

.entry__footer a:hover,
.entry__footer a:focus {
    color: var(--entry-footer--hover__Color, var(--text--secondary--hover__Color));
}

.entry__footer a:focus {
    outline: 0;
}

.entry__footer .tags-links a,
.comment-reply-link,
.logged-in-as a,
.portfolio-meta-item__description a {
    position: relative;
    padding-bottom: .125rem;
    background-image:
        -webkit-gradient(linear, left top, right top, from(var(--more-link-underline--hover__Color, rgba(255, 255, 255, 0.25))),
            to(var(--more-link-underline--hover__Color, rgba(255, 255, 255, 0.25)))),
        -webkit-gradient(linear, left top, right top, from(var(--more-link-underline__Color, rgba(255, 255, 255, 0.15))), to(var(--more-link-underline__Color, rgba(255, 255, 255, 0.15))));
    background-image: linear-gradient(to right, var(--more-link-underline--hover__Color, rgba(255, 255, 255, 0.25)) 0%, var(--more-link-underline--hover__Color, rgba(255, 255, 255, 0.25)) 100%), linear-gradient(to right, var(--more-link-underline__Color, rgba(255, 255, 255, 0.15)) 0%, var(--more-link-underline__Color, rgba(255, 255, 255, 0.15)) 100%);
    background-repeat: no-repeat;
    background-size: 0 .0625rem;
    background-position: 100% 100%;
    -webkit-transition: color .25s ease-in-out, background-size .25s ease-in-out;
    transition: color .25s ease-in-out, background-size .25s ease-in-out;
    text-decoration: none;
}

.entry__footer .tags-links a:hover,
.entry__footer .tags-links a:focus,
.comment-reply-link:hover,
.comment-reply-link:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.portfolio-meta-item__description a:hover,
.portfolio-meta-item__description a:focus {
    background-size: 100% .0625rem;
    background-position: 0 100%;
}

.content .entry__footer .tags-links a:not(:last-child) {
    margin-right: 1.5rem;
    color: #222;
}

.content .entry__footer .tags-links a {
    color: #222;
}

.entry__footer .tags-links a:not(:last-child)::after {
    content: "";
    position: absolute;
    top: .1875rem;
    right: -.8125rem;
    width: 1px;
    height: .675rem;
    background-color: var(--entry-footer__Color, var(--text--secondary__Color));
    opacity: .35;
}

.entry__footer .tags-links a::before {
    margin-right: .125em;
    content: "\0023";
    display: inline;
}

.entry__footer .byline {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-top: 1.75rem;
    line-height: 1;
    letter-spacing: .25px;
}

.entry__footer .byline a {
    color: var(--byline__Color, var(--text--primary__Color));
    font-family: var(--byline__FontFamily, var(--font-family--headings));
    font-size: var(--byline__FontSize, 0.875rem);
    font-weight: var(--byline__FontWeight, var(--font-weight--semi-bold));
}

.entry__footer .byline a:hover,
.entry__footer .byline a:focus {
    color: var(--byline--hover__Color, var(--text--primary__Color));
}

.entry__footer .byline a:hover .author__name,
.entry__footer .byline a:focus .author__name {
    background-size: 100% .0625rem;
    background-position: 0 100%;
}

.entry__footer .byline .author__name {
    padding-bottom: .125rem;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--byline-underline--hover__Color, rgba(255, 255, 255, 0.25))), to(var(--byline-underline--hover__Color, rgba(255, 255, 255, 0.25)))), -webkit-gradient(linear, left top, right top, from(var(--byline-underline__Color, rgba(255, 255, 255, 0.15))), to(var(--byline-underline__Color, rgba(255, 255, 255, 0.15))));
    background-image: linear-gradient(to right, var(--byline-underline--hover__Color, rgba(255, 255, 255, 0.25)) 0%, var(--byline-underline--hover__Color, rgba(255, 255, 255, 0.25)) 100%), linear-gradient(to right, var(--byline-underline__Color, rgba(255, 255, 255, 0.15)) 0%, var(--byline-underline__Color, rgba(255, 255, 255, 0.15)) 100%);
    background-repeat: no-repeat;
    background-size: 0 .0625rem, 100% .0625rem;
    background-position: 100% 100%, 0 100%;
    -webkit-transition: color .25s ease-in-out, background-size .25s ease-in-out;
    transition: color .25s ease-in-out, background-size .25s ease-in-out;
}

.entry__footer .byline .avatar__wrapper {
    display: inline-block;
    position: relative;
    width: 1.75rem;
    height: 1.75rem;
    margin-right: 0.75rem;
    vertical-align: -.5625rem;
    border-radius: 50%;
    overflow: hidden;
}

.entry__footer .byline .avatar__wrapper img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 1000%;
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 0;
    width: 1.75rem;
    height: 1.75rem;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .entry__footer .byline .avatar__wrapper img {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-transform: none;
        transform: none;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.entry-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.attachment .entry__attachment {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
}

.attachment .full-size-link .svg-icon {
    vertical-align: -25%;
    margin-right: .5em;
}

/* Blank v.2 page template */

.page-template-blank-v2-page .header {
    background-color: transparent;
}

.page-template-blank-v2-page .content,
.page-template-blank-v2-page .content-area,
.page-template-blank-v1-page .content,
.page-template-blank-v1-page .content-area,
.elementor-template-full-width .content,
.elementor-template-full-width .content-area {
    padding-top: 0;
    padding-bottom: 0;
}

.page-template-blank-v2-page .entry__content > :first-child {
    margin-top: 0 !important;
}

/* Fullscreen featured image post/page template */

.post-template-fullscreen-featured-post .header,
.page-template-fullscreen-featured-page .header {
    background-color: transparent;
}

.page-template-fullscreen-featured-page .content .entry__header,
body.post-template-fullscreen-featured-post .entry__header{
      max-width: max(94vw);
}




.post-template-fullscreen-featured-post .entry__header,
.page-template-fullscreen-featured-page .entry__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
    z-index: 10;
    text-align: center;
    background-color: var(--secondary__BackgroundColor);
}

.post-template-fullscreen-featured-post .entry__title,
.post-template-fullscreen-featured-post .entry__meta,
.page-template-fullscreen-featured-page .entry__title,
.page-template-fullscreen-featured-page .entry__meta {
    z-index: 10;
}

.post-template-fullscreen-featured-post .entry__title,
.page-template-fullscreen-featured-page .entry__title {
    --entry-title__FontSize: calc(1.5em + 1.875vw);
    margin-bottom: 0;
}

.post-template-fullscreen-featured-post .entry__meta,
.page-template-fullscreen-featured-page .entry__meta {
    color: var(--fullscreen-featured-entry-meta__Color, var(--text--primary__Color));
}

.post-template-fullscreen-featured-post .entry__meta > span:not(:last-child)::after,
.page-template-fullscreen-featured-page .entry__meta > span:not(:last-child)::after {
    background-color: var(--fullscreen-featured-entry-meta__BorderColor, rgba(255, 255, 255, 0.65));
}

.post-template-fullscreen-featured-post .entry__meta a,
.page-template-fullscreen-featured-page .entry__meta a {
    color: var(--fullscreen-featured-entry-meta__Color, var(--text--primary__Color));
    background-image: -webkit-gradient(linear, left top, right top, from(var(--fullscreen-featured-entry-meta-underline__Color, rgba(255, 255, 255, 0.25))), to(var(--fullscreen-featured-entry-meta-underline__Color, rgba(255, 255, 255, 0.25))));
    background-image: linear-gradient(to right, var(--fullscreen-featured-entry-meta-underline__Color, rgba(255, 255, 255, 0.25)) 0%, var(--fullscreen-featured-entry-meta-underline__Color, rgba(255, 255, 255, 0.25)) 100%);
}

.post-template-fullscreen-featured-post .entry__meta a:hover,
.post-template-fullscreen-featured-post .entry__meta a:focus,
.page-template-fullscreen-featured-page .entry__meta a:hover,
.page-template-fullscreen-featured-page .entry__meta a:focus {
    color: var(--fullscreen-featured-entry-meta--hover__Color, var(--text--primary__Color));
}

.post-template-fullscreen-featured-post .entry__thumbnail,
.page-template-fullscreen-featured-page .entry__thumbnail {
    margin: 0;
    position: unset;
}

.post-template-fullscreen-featured-post .entry__thumbnail .thumbnail__wrapper,
.page-template-fullscreen-featured-page .entry__thumbnail .thumbnail__wrapper {
    position: unset;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.post-template-fullscreen-featured-post .entry__thumbnail .thumbnail__wrapper::before,
.page-template-fullscreen-featured-page .entry__thumbnail .thumbnail__wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #141415;
    opacity: 0.35;
    z-index: 1;
}

.post-template-fullscreen-featured-post .entry__thumbnail .thumbnail__wrapper > div,
.page-template-fullscreen-featured-page .entry__thumbnail .thumbnail__wrapper > div {
    padding-top: 0 !important;
}

.post-template-fullscreen-featured-post .entry__thumbnail .thumbnail__wrapper img,
.page-template-fullscreen-featured-page .entry__thumbnail .thumbnail__wrapper img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 1000%;
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {

    .post-template-fullscreen-featured-post .entry__thumbnail .thumbnail__wrapper img,
    .page-template-fullscreen-featured-page .entry__thumbnail .thumbnail__wrapper img {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-transform: none;
        transform: none;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

/*--------------------------------------------------------------
15.6 Post Cards
--------------------------------------------------------------*/

.post-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    position: relative;
    word-wrap: break-word;
    background-clip: border-box;
}


#loop-list.loop-container--portfolio-list .post-card {
        background: #fff;
        padding: 50px;
        border-radius: 15px;
    }



#loop-list.loop-container--portfolio-list  .list__item{
    border: 0 !important;
    padding-bottom: 0 !important;
}

 @media only screen and (max-width: 768px) {

#loop-list.loop-container--portfolio-list .post-card {
    padding: 20px;
}
     
     
#loop-list.loop-container--portfolio-list  .post-card__body {
        padding-top: 30px;
    }
     
     
     
}

.post-card:not(.has-post-card-thumbnail) {
    padding: 1.75rem;
    background-color: var(--post-card__BackgroundColor, var(--secondary__BackgroundColor));
    border-radius: 0.25rem;
}

.post-card__thumbnail {
    position: relative;
    display: block;
    max-width: 100%;
    margin-bottom: 0;
    background-color: var(--post-card-thumbnail__BackgroundColor, var(--secondary__BackgroundColor));
}




#loop-grid .post-card__thumbnail,
#loop-masonry .post-card__thumbnail,
.post-card__thumbnail,
.thumbnail__link img,
.thumbnail__wrapper div {
    border-radius: 15px;
    overflow: hidden;
}

.post-card__thumbnail a {
    display: block;
    position: relative;
    overflow: hidden;
}

.post-card__thumbnail a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #141415;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.post-card__thumbnail a:hover::before,
.post-card__thumbnail a:focus::before {
    opacity: 0.35;
}

.post-card__thumbnail a img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 1000%;
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .post-card__thumbnail a img {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-transform: none;
        transform: none;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.post-card__thumbnail--cropped a {
    padding-top: 66.66667%;
}

.post-card__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.post-card__body > :last-child {
    margin-bottom: 0;
}


.style-title-two .post-card__title  span {
    background: #fff;
    color: #222;
    padding: 8px 25px 8px;
    border-radius: 100px;
    z-index: 8;
    letter-spacing: 1px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    width: 80%;
    -webkit-filter: url(#goo2);
    filter: url(#goo2);
    display: inline !important;
    line-height: 38px;
    position: relative;
}



#loop-grid .post-card__title a,
#loop-masonry .post-card__title a {
    text-decoration: none;
    background-image: linear-gradient(rgb(255, 255, 255, 0), rgb(255, 255, 255, 0)), linear-gradient(#FDF322, #FDF322);
    background-size: 100% 15px, 0 7px;
    background-position: 100% 100%, 0 78%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
    text-decoration: none;
}


#loop-grid .post-card__title:hover a:not(.btn-arrow-w ) ,
#loop-masonry .post-card__title:hover a:not(.btn-arrow-w ) {
    background-size: 0 10px, 100% 7px;
    text-decoration: none !important;
    color: inherit !important;
}


#loop-masonry.ajax_main_block{
padding-bottom: 120px;
}


#loop-masonry .block_wrap_more{
    position: absolute;
    bottom: -60px;
    padding: 0;
    margin: 0;
}





.style-title-two .post-card__title{
   position: absolute;
    bottom: 35px;
    left: 30px;
    z-index: 3;
    max-width: 50%;
}

.post-card__title {
    margin-top: 0;
    margin-bottom: 0.875rem;
    font-family: var(--post-card-title__FontFamily, var(--font-family--entry-headings));
    font-size: var(--post-card-title__FontSize, var(--font-size--xl));
    font-weight: var(--post-card-title__FontWeight, var(--font-weight--bold));
    line-height: var(--post-card-title__LineHeight, var(--line-height--headings));
}

.post-card__title a {
    color: var(--post-card-title__Color, var(--text--primary__Color));
    text-decoration: none;
}

.post-card__title a:hover,
.post-card__title a:focus {
    color: var(--post-card-title--hover__Color, var(--accent__Color));
}


.post-card__title a {
    text-decoration: none;
    background-image: linear-gradient(rgb(255, 255, 255, 0.1), rgb(255, 255, 255, 0.1)), linear-gradient(#FDF322, #FDF322);
    background-size: 100% 15px, 0 15px;
    background-position: 100% 100%, 0 78%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
    text-decoration: none;
    cursor: pointer;
}


.post-card__title a:hover {
    background-size: 0 15px, 100% 15px;
    text-decoration: none !important;
    cursor: pointer;
}




.post-card__title a:focus {
    outline: 0;
}

.post-card__meta {
    margin-bottom: 0.4375rem;
    color: var(--post-card-meta__Color, var(--text--secondary__Color));
    font-size: var(--post-card-meta__FontSize, 0.8125rem);
    font-weight: var(--post-card-meta__FontWeight, var(--font-weight--medium));
    line-height: var(--post-card-meta__LineHeight, 2.15385);
    letter-spacing: .4px;
}



#loop-grid .post-card__meta,
#loop-masonry .post-card__meta,
.grid__item .post-card__meta,
.loop-container--list .post-card__meta,
.style-title-two .post-card__meta{

    z-index: 7;
    border-radius: 100px;
    padding: 2px 20px;
    background-color: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    -webkit-filter: contrast(.958);
    filter: contrast(.958);
}


.style-title-one .post-card__meta{
    position: absolute;
    left: 35px;
    bottom: 20px;
    top: auto;
    display: flex;

}

.style-title-one.loop-container--portfolio-list  .post-card__meta{
    display: none !important;
}


.style-title-one .loop-container:nth-of-type(even).list_chess-enable  .post-card__meta{
    position: absolute;
    left: auto;
    right: 35px;
    bottom: 20px;
    top: auto;
}

.style-title-two .post-card__meta, .style-title-two  .post-card__meta {
    top: 25px;
    position: absolute;
    left: 40px;
}


.style-title-two .post-card__meta a, .style-title-two  .post-card__meta a ,
.style-title-two .post-card__meta span, .style-title-two  .post-card__meta span{
    color: #fff !important;
}


.carousel-item__meta {
    display: none !important;
}

.grid__item .post-card__title {
    padding-top: 25px;
}



.post-card__meta > span {
    display: inline;
    position: relative;
}

.post-card__meta > span:not(:last-child) {
    margin-right: 1.5rem;
}

.post-card__meta > span:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10%;
    right: -.8125rem;
    width: 1px;
    height: .75rem;
    background-color: var(--post-card-meta__Color, var(--text--secondary__Color));
    opacity: .35;
}

.post-card__meta a , .post-card__meta span {
    color: var(--post-card-meta__Color, var(--text--secondary__Color));
    text-decoration: none !important;
    padding-bottom: .125rem;
    background-image: none;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 0 .0625rem;
    background-position: 100% 100%;
    -webkit-transition: color .25s ease-in-out, background-size .25s ease-in-out;
    transition: color .25s ease-in-out, background-size .25s ease-in-out;
}

.regard-wrapper .post-card__meta a ,.regard-wrapper  .post-card__meta span , .loop-container--list .post-card__meta a , .loop-container--list .post-card__meta span {
    color: #fff !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}



.loop-container--list .post-card__meta span:not(:last-child)::after ,.style-title-two .post-card__meta > span:not(:last-child)::after {
    background-color: #fff !important; 
}


.post-card__meta a:hover,
.post-card__meta a:focus {
    color: var(--post-card-meta--hover__Color, var(--text--secondary--hover__Color));
    background-size: 100% .0625rem;
    background-position: 0 100%;
}

.post-card__meta a:focus {
    outline: 0;
}

.post-card__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0.875rem;
    color: var(--post-card-content__Color, var(--content-text__Color));
    font-family: var(--post-card-content__FontFamily, var(--font-family--content));
    font-size: var(--post-card-content__FontSize, var(--font-size--base));
    line-height: var(--post-card-content__LineHeight, var(--line-height--base));
    letter-spacing: .25px;
}


.style-title-two .post-card__content ,.style-title-two  .post-card__footer{
    display: none;
}

.post-card__content > :last-child {
    margin-bottom: 0;
}

.post-card__footer {
    color: var(--post-card-footer__Color, var(--text--secondary__Color));
    font-size: var(--post-card-footer__FontSize, 0.8125rem);
    font-weight: var(--post-card-footer__FontWeight, var(--font-weight--medium));
    line-height: var(--post-card-footer__LineHeight, 2.15385);
    letter-spacing: .4px;
}

.post-card__footer > span {
    display: inline-block;
}

.post-card__footer > span:not(:last-child) {
    margin-right: 1.5rem;
}

.post-card__footer a {
    color: var(--post-card-footer__Color, var(--text--secondary__Color));
    text-decoration: none;
}

.post-card__footer a:hover,
.post-card__footer a:focus {
    color: var(--post-card-footer--hover__Color, var(--text--secondary--hover__Color));
}

.post-card__footer a:focus {
    outline: 0;
}

.post-card__footer .more-link {
    cursor: pointer;
    color: var(--entry-title__Color, var(--text--primary__Color));
    font-size: var(--more-link__FontSize, 1.3125rem);
    font-weight: var(--more-link__FontWeight, var(--font-weight--medium));
    line-height: var(--more-link__LineHeight, 2.15385);
    letter-spacing: .4px;
    white-space: nowrap;
    font-size: 20px;
    color: #222;
    font-weight: 400;
}

/*--------------------------------------------------------------
15.7 Author Info
--------------------------------------------------------------*/

.author-info {
    position: relative;
    clear: both;
    margin-bottom: 5.25rem;
}

.author-info__wrapper {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
    border-top: 1px solid var(--author-info__BorderColor, var(--border__Color));
    border-bottom: 1px solid var(--author-info__BorderColor, var(--border__Color));
}

.author-info__avatar {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 1.75rem;
    overflow: hidden;
    background-color: var(--secondary__BackgroundColor);
    border-radius: 50%;
}

.author-info__avatar .avatar {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 1000%;
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .author-info__avatar .avatar {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-transform: none;
        transform: none;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.author-info__description > :last-child {
    margin-bottom: 0;
}

.author-info__subtitle {
    margin-bottom: .125rem;
    color: var(--author-info-subtitle__Color, var(--text--secondary__Color));
    font-family: var(--author-info-subtitle__FontFamily, var(--font-family--headings));
    font-size: var(--author-info-subtitle__FontSize, 0.8125em);
    font-weight: var(--author-info-subtitle__FontWeight, var(--font-weight--medium));
    line-height: var(--author-info-subtitle__LineHeight, 2);
    text-transform: var(--author-info-subtitle__TextTransform, uppercase);
    letter-spacing: .4px;
}

.author-info__title {
    margin-top: 0;
    margin-bottom: 0.875rem;
    font-size: var(--author-info-title__FontSize, var(--font-size--lg));
    font-weight: var(--author-info-title__FontWeight, var(--font-weight--semi-bold));
    line-height: var(--author-info-title__LineHeight, 1.33333);
    letter-spacing: .25px;
}

.author-info__title a {
    color: var(--author-info-title__Color, var(--text--primary__Color));
    text-decoration: none;
}

.author-info__title a {
    text-decoration: none;
    background-image: linear-gradient(rgb(255, 255, 255, 0.1), rgb(255, 255, 255, 0.1)), linear-gradient(#FDF322, #FDF322);
    background-size: 100% 15px, 0 5px;
    background-position: 100% 100%, 0 78%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
    text-decoration: none;
    cursor: pointer;
}


.author-info__title a:hover {
    background-size: 0 15px, 100% 5px;
    text-decoration: none !important;
}




.author-info__title a:hover,
.author-info__title a:focus {}

.author-info__bio {
    color: var(--author-info-title__Color, var(--content-text__Color));
    font-family: var(--author-info-title__FontFamily, var(--font-family--content));
    font-size: var(--author-info-title__FontSize, 0.9375em);
    line-height: var(--author-info-title__LineHeight, 1.86667);
}

.author-info__bio > * {
    margin-bottom: 1.5rem;
}

.author-info__bio > :last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
15.8 Related Posts
--------------------------------------------------------------*/

.related-posts {
    position: relative;
    margin-bottom: 5.25rem;
}

.related-posts__header {
    margin-bottom: 3.5rem;
    padding-bottom: 0.4375rem;
    border-bottom: 1px solid var(--related-posts__BorderColor, var(--border__Color));
}

.related-posts__title {
    color: var(--related-posts-title__Color, var(--footer-text--secondary__Color));
    font-family: var(--related-posts-title__FontFamily, var(--font-family--headings));
    font-size: var(--font-size--xxl);
    text-transform: none;
    letter-spacing: normal;
}

.related-posts__item {
    overflow: hidden;
    margin-bottom: 3.5rem;
}

.related-posts__item:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
15.9 Comments
--------------------------------------------------------------*/

button.button--show-comments {
    display: block;
    width: 100%;
    padding-top: .85714em;
    padding-bottom: .85714em;
    color: var(--button-show-comments__Color, var(--accent__Color));
    font-weight: var(--button-show-comments__FontWeight, var(--font-weight--semi-bold));
    background-color: var(--button-show-comments__BackgroundColor, transparent);
    border: 1px solid var(--button-show-comments__BorderColor, var(--accent__Color));
}

button.button--show-comments:focus {
    outline: 0;
}

button.button--show-comments .button__count {
    margin-left: .5em;
    color: var(--button-show-comments__Color, var(--accent__Color));
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

button.button--show-comments:hover,
button.button--show-comments:focus {
    color: var(--button-show-comments--hover__Color, var(--accent--hover__Color));
    background-color: var(--button-show-comments--hover__BackgroundColor, transparent);
    border-color: var(--button-show-comments--hover__BorderColor, var(--accent--hover__Color));
}

button.button--show-comments:hover .button__count,
button.button--show-comments:focus .button__count {
    color: var(--button-show-comments--hover__Color, var(--accent--hover__Color));
}

.no-js button.button--show-comments {
    display: none;
}

.comments-area {
    position: relative;
}

.comments-area__wrapper {
    display: none;
    position: relative;
    overflow: hidden;
}

.comments--expanded .comments-area__wrapper {
    display: block;
}

.no-js .comments-area__wrapper {
    display: block !important;
}

.comments-title,
.comment-reply-title {
    font-size: var(--font-size--xl);
}

.comment-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.comment-list .comment {
    position: relative;
}

.comment-list article {
    position: relative;
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
    border-top: 1px solid var(--comment__BorderColor, var(--border__Color));
}

.comment-list .pingback,
.comment-list .trackback {
    padding-bottom: 1em;
}

.comment-list .pingback + .comment,
.comment-list .trackback + .comment {
    padding-top: 2.625rem;
}

.comment-list .children {
    padding-left: 0;
    list-style: none;
}

.comment-list .children > li {
    padding-left: 1.5rem;
}

.comment-list .comment-respond {
    margin-top: 0;
    padding-bottom: 2.625rem;
}

.comment-author {
    position: relative;
    color: var(--comment-author__Color, var(--text--primary__Color));
    font-family: var(--comment-author__FontFamily, var(--font-family--headings));
    font-size: var(--comment-author__FontSize, var(--font-size--sm));
    font-weight: var(--comment-author__FontWeight, var(--font-weight--semi-bold));
    letter-spacing: .25px;
}

.comment-author .url {
    color: var(--comment-author__Color, var(--text--primary__Color));
    text-decoration: underline;
}

.comment-author .url:hover,
.comment-author .url:focus {
    color: var(--comment-author--hover__Color, var(--text--primary__Color));
}

.comment-author__avatar {
    position: relative;
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 1rem;
    top: -.125rem;
    overflow: hidden;
    border-radius: 50%;
}

.comment-author .avatar {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 1000%;
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 0;
    width: 48px;
    height: 48px;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .comment-author .avatar {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-transform: none;
        transform: none;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.comment-author .post-author-badge {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    left: 38px;
    top: 0;
    background-color: var(--post-author-badge__BackgroundColor, var(--accent__Color));
    border-radius: 50%;
}

.comment-author .post-author-badge .svg-icon {
    display: block;
    width: inherit;
    height: inherit;
    fill: var(--post-author-badge__Color, var(--body__BackgroundColor));
    -webkit-transform: scale(0.875);
    transform: scale(0.875);
}

.comment.bypostauthor:not(.comment--has-avatar) > article .comment-author .fn {
    position: relative;
}

.comment.bypostauthor:not(.comment--has-avatar) > article .comment-author .fn::after {
    content: "";
    position: absolute;
    width: .375rem;
    height: .375rem;
    top: .125rem;
    right: -.75rem;
    background-color: var(--post-author-badge__BackgroundColor, var(--accent__Color));
    border-radius: 50%;
}

.comment-metadata,
.pingback .edit-link {
    color: var(--comment-metadata__Color, var(--text--secondary__Color));
    font-family: var(--comment-metadata__FontFamily, var(--font-family--headings));
    font-size: var(--comment-metadata__FontSize, 0.8125rem);
    font-weight: var(--comment-metadata__FontWeight, var(--font-weight--normal));
    line-height: var(--comment-metadata__LineHeight, 1.53846);
    letter-spacing: .25px;
}

.comment-metadata {
    margin-bottom: 0.875rem;
}

.comment-metadata a,
.pingback .comment-edit-link {
    color: var(--comment-metadata-link__Color, var(--text--secondary__Color));
    text-decoration: none;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: var(--comment-metadata-link--hover__Color, var(--text--secondary--hover__Color));
}

.comment-metadata .edit-link,
.pingback .edit-link {
    display: inline-block;
}

.comment-metadata .edit-link::before,
.pingback .edit-link::before {
    display: inline-block;
    padding: 0 .625em 0 .325em;
    content: "\2014";
    opacity: .7;
}

.comment-content {
    color: var(--comment-content__Color, var(--content-text__Color));
    font-family: var(--comment-content__FontFamily, var(--font-family--content));
    font-size: var(--comment-content__FontSize, var(--font-size--base));
    line-height: var(--comment-content__LineHeight, var(--line-height--base));
}

.comment-content > * {
    margin-bottom: 1.75rem;
}

.comment-content a {
    word-wrap: break-word;
}

.comment-content > :last-child {
    margin-bottom: 0;
}

.comment-reply {
    margin-top: 0.875rem;
}

.comment-reply-link {
    position: relative;
    color: var(--comment-reply-link__Color, var(--accent__Color));
    font-size: var(--comment-reply-link__FontSize, var(--font-size--sm));
    text-decoration: none;
    letter-spacing: .25px;
    font-size: 16px;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    color: var(--comment-reply-link--hover__Color, var(--accent--hover__Color));
}

.comment-reply-link:focus {
    outline: 0;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: var(--comment-notes__Color, var(--text--secondary__Color));
    font-family: var(--comment-notes__FontFamily, var(--font-family--base));
    font-size: var(--comment-notes__FontSize, var(--font-size--xs));
    letter-spacing: .4px;
    font-size: 15px;
}

.logged-in-as a {
    color: var(--comment-notes-link__Color, var(--accent__Color));
    text-decoration: none;
}

.logged-in-as a:hover,
.logged-in-as a:focus {
    color: var(--comment-notes-link--hover__Color, var(--accent--hover__Color));
    text-decoration: none;
}

.comment-awaiting-moderation {
    margin-bottom: 0.875rem;
    color: var(--comment-awaiting-moderation__Color, var(--danger__Color));
    font-weight: var(--comment-awaiting-moderation__FontWeight, var(--font-weight--semi-bold));
}

.no-comments {
    margin-bottom: 0;
    font-size: var(--no-comments__FontSize, var(--font-size--sm));
    font-weight: var(--no-comments__FontWeight, var(--font-weight--semi-bold));
    line-height: var(--no-comments__LineHeight, 2);
    letter-spacing: .25px;
}

.comment-reply-title small a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    top: -12px;
    width: 20px;
    height: 20px;
    color: var(--comment-reply-title-small__color, var(--text--secondary__Color));
    font-size: 0;
    font-weight: var(--font-weight--normal);
    text-decoration: none;
    vertical-align: 30%;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: var(--comment-reply-title-small--hover__color, var(--text--secondary--hover__Color));
}

.comment-reply-title small a::before {
    display: block;
    position: relative;
    height: 20px;
    width: 20px;
    content: "\02df";
    font-size: 32px;
    line-height: 1;
    text-align: center;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    margin-top: 2.625rem;
}

.required {
    color: var(--danger__Color);
}

.form-allowed-tags code {
    font-family: var(--font-family--monospace);
}

.comment-form-comment textarea {
    height: 12.25rem;
}



.comment-form-comment label {
    font-size: 15px;
}

.comment-form-cookies-consent {
    clear: both;
}

.comment-form-cookies-consent label {
    color: var(--text--secondary__Color);
}

/*--------------------------------------------------------------
15.10 Sidebar
--------------------------------------------------------------*/

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 444px;
    height: 100%;
    z-index: 10005;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: transform;
    background-color: var(--sidebar__BackgroundColor);
}

.admin-bar .sidebar {
    top: 46px;
}

.sidebar.toggled-on {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
    transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
}

.sidebar .button--sidebar-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: .5rem;
    z-index: 10;
    color: var(--sidebar-text--secondary__Color);
    background-color: transparent;
    border: none;
    border-radius: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidebar .button--sidebar-close:hover,
.sidebar .button--sidebar-close:focus {
    color: var(--sidebar-text--primary__Color);
    background-color: transparent;
}

.sidebar .button--sidebar-close:focus {
    outline: 0;
}

.sidebar .widget-area {
    position: relative;
    min-height: 100%;
    padding: 5.25rem 1.25rem;
}

.sidebar .widget-area > * {
    -webkit-transform: translateX(3rem);
    transform: translateX(3rem);
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: opacity 0.35s ease-out 0.5s, -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 1) 0.5s;
    transition: opacity 0.35s ease-out 0.5s, -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 1) 0.5s;
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 1) 0.5s, opacity 0.35s ease-out 0.5s;
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 1) 0.5s, opacity 0.35s ease-out 0.5s, -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 1) 0.5s;
}

.sidebar.toggled-on .widget-area > * {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

/* Sidebar Opener */

.sidebar__opener {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 10003;
    background-color: var(--sidebar-opener__BackgroundColor);
}

.sidebar__opener .button--sidebar-toggle {
    width: 1.75rem;
    height: 100%;
    padding: .25rem;
    color: var(--sidebar-text--primary__Color);
    background-color: transparent;
    border: none;
    border-radius: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidebar__opener .button--sidebar-toggle:hover,
.sidebar__opener .button--sidebar-toggle:focus {
    width: 2rem;
}

.sidebar__opener .button--sidebar-toggle:focus {
    outline: none;
}

.sidebar__opener .button--sidebar-toggle .svg-icon {
    vertical-align: middle;
}

/* Sidebar Overlay */

.sidebar-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10004;
    opacity: 0.93;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    cursor: pointer;
    background-color: var(--sidebar-overlay__BackgroundColor);
    -webkit-transition: visibility 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
    transition: visibility 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, visibility 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, visibility 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
    will-change: transform, visibility;
}

body.sidebar--is-open .sidebar-overlay {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: visibility 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: visibility 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/*--------------------------------------------------------------
15.11 Footer
--------------------------------------------------------------*/




.footer {
    position: relative;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    color: var(--footer-text--primary__Color);
    background-color: var(--footer__BackgroundColor);
}

.page-template-blank-v2-page .footer {
    margin-top: 0px;
}

.footer a {
    color: var(--footer-text--primary__Color);
}

.footer a:hover,
.footer a:focus {
    color: var(--footer-text--primary__Color);
}

.footer .copyright {
    color: var(--footer-copyright__Color, var(--footer-text--secondary__Color));
    font-size: var(--footer-copyright__FontSize, 0.8125em);
    line-height: var(--footer-copyright__LineHeight, var(--line-height--base));
    letter-spacing: .25px;
}

.footer .copyright a {
    color: var(--footer-copyright__Color, var(--footer-text--secondary__Color));
    text-decoration: none;
    font-weight: bold;
}

.footer .copyright a:hover {
    text-decoration: underline;
}


.footer-custom .elementor-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer-custom a #Layer_1 {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.footer-custom a:hover #Layer_1 {
    rotate: 45deg;
}


.footer-custom {
    overflow: hidden;
}

/*--------------------------------------------------------------
16.0 Color Schemes
--------------------------------------------------------------*/

/* Color Scheme Light */

.color-scheme--light {
    --input__BackgroundColor: rgba(23, 22, 26, .05);
    --input--hover__BackgroundColor: rgba(23, 22, 26, .075);
    --entry-meta-underline__Color: rgba(23, 22, 26, .25);
    --page-links-underline__Color: rgba(23, 22, 26, .25);
    --entry-footer-underline__Color: rgba(23, 22, 26, .25);
    --byline-underline--hover__Color: rgba(23, 22, 26, .25);
    --more-link-underline__Color: rgba(23, 22, 26, .15);
    --more-link-underline--hover__Color: #ef282f;
    --fullscreen-featured-entry-meta__BorderColor: rgba(23, 22, 26, .65);
    --fullscreen-featured-entry-meta-underline__Color: rgba(23, 22, 26, .25);
    --wp-block-tag-cloud-underline__Color: rgba(23, 22, 26, .15);
    --post-card-meta-underline__Color: rgba(23, 22, 26, .25);
    --post-item-meta-underline__Color: rgba(23, 22, 26, .25);
    --social-nav-underline__Color: rgba(23, 22, 26, .25);
    --tag-cloud-link-underline__Color: rgba(255, 255, 255, .15);
    --carousel-item-meta-underline__Color: rgba(23, 22, 26, .25);
    --swiper-scrollbar__BackgroundColor: rgba(23, 22, 26, .15);
    --swiper-scrollbar-drag__BackgroundColor: rgba(23, 22, 26, .75);
}

.color-scheme--light.post-template-fullscreen-featured-post .entry__thumbnail .thumbnail__wrapper::before,
.color-scheme--light.page-template-fullscreen-featured-page .entry__thumbnail .thumbnail__wrapper::before {
    opacity: 0;
}

.color-scheme--light .main-nav {
    --social-nav-underline__Color: rgba(255, 255, 255, .35);
    --privacy-link-underline__Color: rgba(255, 255, 255, .35);
}

.color-scheme--light .loop-container--portfolio-carousel .carousel-item__thumbnail a::before,
.color-scheme--light .loop-container--portfolio-carousel-large .carousel-item__thumbnail a::before {
    opacity: 0;
}

.color-scheme--light.single-portfolio .entry__thumbnail .thumbnail__wrapper::before,
.color-scheme--light .portfolio-item-navigation .portfolio-item__thumbnail a::before {
    opacity: 0;
}

/* Color Scheme Grey */

.color-scheme--grey {
    --input__BackgroundColor: rgba(0, 0, 0, .05);
    --input--hover__BackgroundColor: rgba(0, 0, 0, .075);
    --entry-meta-underline__Color: rgba(0, 0, 0, .2);
    --page-links-underline__Color: rgba(0, 0, 0, .2);
    --entry-footer-underline__Color: rgba(0, 0, 0, .2);
    --byline-underline--hover__Color: rgba(0, 0, 0, .2);
    --more-link-underline__Color: rgba(0, 0, 0, .15);
    --more-link-underline--hover__Color: rgba(0, 0, 0, .2);
    --fullscreen-featured-entry-meta__BorderColor: rgba(0, 0, 0, .65);
    --fullscreen-featured-entry-meta-underline__Color: rgba(0, 0, 0, .25);
    --wp-block-tag-cloud-underline__Color: rgba(0, 0, 0, .15);
    --post-card-meta-underline__Color: rgba(0, 0, 0, .2);
    --post-item-meta-underline__Color: rgba(0, 0, 0, .2);
    --social-nav-underline__Color: rgba(0, 0, 0, .2);
    --tag-cloud-link-underline__Color: rgba(255, 255, 255, .15);
    --carousel-item-meta-underline__Color: rgba(0, 0, 0, .2);
    --swiper-scrollbar__BackgroundColor: rgba(0, 0, 0, .15);
    --swiper-scrollbar-drag__BackgroundColor: rgba(0, 0, 0, .75);
}

.color-scheme--grey.post-template-fullscreen-featured-post .entry__thumbnail .thumbnail__wrapper::before,
.color-scheme--grey.page-template-fullscreen-featured-page .entry__thumbnail .thumbnail__wrapper::before {
    opacity: 0;
}

.color-scheme--grey .main-nav {
    --social-nav-underline__Color: rgba(255, 255, 255, .35);
    --privacy-link-underline__Color: rgba(255, 255, 255, .35);
}

.color-scheme--grey .loop-container--portfolio-carousel .carousel-item__thumbnail a::before,
.color-scheme--grey .loop-container--portfolio-carousel-large .carousel-item__thumbnail a::before {
    opacity: 0;
}

.color-scheme--grey.single-portfolio .entry__thumbnail .thumbnail__wrapper::before,
.color-scheme--grey .portfolio-item-navigation .portfolio-item__thumbnail a::before {
    opacity: 0;
}

/* Color Scheme Dark Grey */

.color-scheme--dark-grey {
    --input__BackgroundColor: rgba(255, 255, 255, .05);
    --input--hover__BackgroundColor: rgba(255, 255, 255, .075);
    --entry-meta-underline__Color: rgba(255, 255, 255, .25);
    --page-links-underline__Color: rgba(255, 255, 255, .25);
    --entry-footer-underline__Color: rgba(255, 255, 255, .25);
    --byline-underline--hover__Color: rgba(255, 255, 255, .25);
    --more-link-underline__Color: rgba(255, 255, 255, .15);
    --more-link-underline--hover__Color: rgba(255, 255, 255, .25);
    --fullscreen-featured-entry-meta__BorderColor: rgba(255, 255, 255, .65);
    --fullscreen-featured-entry-meta-underline__Color: rgba(255, 255, 255, .25);
    --wp-block-tag-cloud-underline__Color: rgba(255, 255, 255, .15);
    --post-card-meta-underline__Color: rgba(255, 255, 255, .25);
    --post-item-meta-underline__Color: rgba(255, 255, 255, .25);
    --social-nav-underline__Color: rgba(255, 255, 255, .25);
    --tag-cloud-link-underline__Color: rgba(255, 255, 255, .15);
    --carousel-item-meta-underline__Color: rgba(255, 255, 255, .25);
    --swiper-scrollbar__BackgroundColor: rgba(255, 255, 255, .15);
    --swiper-scrollbar-drag__BackgroundColor: rgba(255, 255, 255, .75);
}

.color-scheme--dark-grey .main-nav {
    --social-nav-underline__Color: rgba(255, 255, 255, .35);
    --privacy-link-underline__Color: rgba(255, 255, 255, .35);
}

/*--------------------------------------------------------------
17.0 Multisites
--------------------------------------------------------------*/

.widecolumn {
    position: relative;
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
}

.widecolumn .mu_register {
    color: var(--mu-register__Color, var(--content-text__Color));
    font-size: var(--mu-register__FontSize, var(--font-size--base));
}

.widecolumn .mu_register .mu_alert,
.widecolumn .mu_register .error {
    margin: 0 0 .75rem;
    padding: .75em 1.5em;
    color: var(--mu_alert__Color, var(--danger__Color));
    font-family: var(--mu_alert__FontFamily, var(--font-family--base));
    font-size: var(--mu_alert__FontSize, 13px);
    font-weight: var(--mu_alert__FontWeight, var(--font-weight--medium));
    letter-spacing: .25px;
    background-color: transparent;
    border-color: var(--mu_alert__BorderColor, var(--danger__Color));
    border-radius: var(--mu_alert__BorderRadius, var(--border-radius--base));
}

.widecolumn .mu_register label {
    margin: 2rem 0 .4375rem;
}

.widecolumn .mu_register label.checkbox {
    display: inline-block !important;
    margin: .5em 1em 0 0;
}

.widecolumn .mu_register label strong {
    font-weight: var(--font-weight--normal);
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
    font-size: inherit;
}

.widecolumn form,
.widecolumn .mu_register form {
    margin-top: 0;
    font-family: var(--mu-register-form__FontFamily, var(--font-family--base));
}

.widecolumn h2 em {
    font-style: normal;
}

.widecolumn p {
    margin: 1.75rem 0;
}

.widecolumn p + h2 {
    margin: 3.5rem 0 1.75rem;
}

.widecolumn label,
.widecolumn .mu_register label {
    font-size: .75em;
    font-weight: var(--font-weight--normal);
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
    width: 100%;
    font-size: var(--font-size--base);
    font-weight: var(--font-weight--normal);
}

.widecolumn .mu_register #blogname {
    margin: 0 .5rem 0 0;
    width: auto;
    display: inline-block;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
    margin: 0;
}

.widecolumn #submit,
.widecolumn .mu_register input[type='submit'] {
    margin: 0;
    font-size: var(--font-size--sm);
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
    margin-bottom: 0;
}

.widecolumn span.h3 {
    padding: 0 .5em 0 0;
    font-size: inherit;
    font-weight: var(--font-weight--medium);
}

/*--------------------------------------------------------------
18.0 Customizer
--------------------------------------------------------------*/

/* Used for placeholder text */

.herock-customizer .placeholder__title {
    margin-top: 0;
    padding: 1.75rem;
    font-family: var(--customizer-placeholder-title__FontFamily, var(--font-family--headings));
    font-size: var(--customizer-placeholder-title__FontSize, var(--font-size--sm));
    font-weight: var(--customizer-placeholder-title__FontWeight, var(--font-weight--medium));
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .25px;
}

.customize-partial-edit-shortcut {
    z-index: 1000 !important;
}

.customize-partial-edit-shortcut > button {
    border: 2px solid #fff;
}

.custom-logo-link .customize-partial-edit-shortcut > button {
    top: 5px;
}

.site__title .customize-partial-edit-shortcut > button {
    top: -2px;
}

.main-nav .main-navigation .customize-partial-edit-shortcut > button {
    top: 16px;
    left: -40px;
}

.page__header--hero .page__title .customize-partial-edit-shortcut > button {
    top: 1px;
    left: -40px;
}

.page__header--hero .page__subtitle .customize-partial-edit-shortcut > button {
    top: 16px;
    left: -40px;
}

.widget .customize-partial-edit-shortcut > button,
.copyright__text .customize-partial-edit-shortcut > button,
.social-navigation .customize-partial-edit-shortcut > button {
    top: -6px;
    left: -40px;
}

/* Post navigation placeholder */

.herock-customizer .post-navigation--placeholder {
    display: block;
}

.herock-customizer .post-navigation--placeholder > * {
    position: relative;
    z-index: 2;
    /* Prevent ::after from preventing interactions within the section */
}

.herock-customizer .post-navigation--placeholder::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 1.25rem;
    right: 1.25rem;
    border: 2px dashed #0085ba;
    /* Matches visible edit shortcuts. */
    z-index: 1;
}

/* Add some space around the visual edit shortcut button. */

.post-navigation-area > .customize-partial-edit-shortcut > button {
    top: 0;
    left: -40px;
}

/* Related posts placeholder */

.herock-customizer .related-posts--placeholder {
    display: block;
}

.herock-customizer .related-posts--placeholder > * {
    position: relative;
    z-index: 2;
    /* Prevent ::after from preventing interactions within the section */
}

.herock-customizer .related-posts--placeholder::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 1.25rem;
    right: 1.25rem;
    border: 2px dashed #0085ba;
    /* Matches visible edit shortcuts. */
    z-index: 1;
}

/* Add some space around the visual edit shortcut button. */

.related-posts > .customize-partial-edit-shortcut > button {
    top: 0;
    left: -40px;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

.menu--social li {
    position: relative;
}

.menu--social li:after {
    border-right: 1px solid var(--footer-text--primary__Color);
    content: '';
    position: absolute;
    display: block;
    height: 10px;
    right: -14px;
    top: 10px;
    transform: rotate(9deg);
}


.menu--social li:last-child:after {
    display: none;
}

@media only screen and (min-width: 480px) {
    .button--menu-close {
        right: 1.5rem;
    }

    .menu--social li:not(:last-child) {
        margin-right: 1.75rem;
    }

    .comment-navigation .nav-previous a::before,
    .comment-navigation .nav-next a::after {
        font-size: 18px;
        font-size: 1.125rem;
        font-style: normal;
        line-height: 1;
    }

    .comment-navigation .nav-previous a::before {
        margin-right: 0.75rem;
        content: "\2190";
    }

    .comment-navigation .nav-next a::after {
        margin-left: 0.75rem;
        content: "\2192";
    }

    .pagination .page-numbers {
        font-size: var(--pagination__FontSize, var(--font-size--xl));
    }

    .entry__content .wp-block-audio.alignfull figcaption,
    .entry__content .wp-block-video.alignfull figcaption,
    .entry__content .wp-block-embed.alignfull figcaption,
    .entry__content .wp-block-image.alignfull figcaption,
    .entry__content .wp-block-gallery.alignfull figcaption,
    .entry__content .wp-block-table.alignfull figcaption {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .entry__content .wp-block-pullquote.alignfull {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .entry__content .wp-block-columns.alignfull {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .entry__content .wp-block-search__input {
        width: auto;
        max-width: 100%;
    }

    .entry__content .wp-block-search__button {
        margin-top: 0;
        margin-left: 1rem;
    }

    .header__container,
    .main-nav__container,
    .page__header,
    .page__content,
    .loop-container,
    .entry__header,
    .entry__thumbnail,
    .entry__summary,
    .entry__content,
    .entry__footer,
    .author-info,
    .comments-area,
    .post-navigation-area,
    .related-posts,
    .pagination,
    .footer__container,
    .widecolumn {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .author-info__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .author-info__avatar {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 1.5rem;
        margin-bottom: 0;
    }

    .sidebar .button--sidebar-close {
        top: 1.5rem;
        right: 1.5rem;
    }

    .sidebar .widget-area {
        padding: 6.125rem 4.5rem;
    }

    .herock-customizer .post-navigation--placeholder::after {
        left: 1.5rem;
        right: 1.5rem;
    }

    .herock-customizer .related-posts--placeholder::after {
        left: 1.5rem;
        right: 1.5rem;
    }
}

@media only screen and (min-width: 600px) {
    .button--menu-close {
        right: 2rem;
    }

    .pagination .page-numbers {
        display: inline-block;
        margin-right: .625em;
    }

    .pagination .prev::after,
    .pagination .next::before {
        content: "";
        position: relative;
        display: inline-block;
        width: 1px;
        height: 1.125rem;
        background-color: var(--pagination__BorderColor, var(--text--secondary__Color));
        opacity: .35;
        vertical-align: -1px;
    }

    .pagination .prev::after {
        margin-left: 1.25em;
        margin-right: .625em;
    }

    .pagination .next::before {
        margin-right: 1.25em;
        margin-left: .625em;
    }

    .entry__content .wp-block-audio.alignfull figcaption,
    .entry__content .wp-block-video.alignfull figcaption,
    .entry__content .wp-block-embed.alignfull figcaption,
    .entry__content .wp-block-image.alignfull figcaption,
    .entry__content .wp-block-gallery.alignfull figcaption,
    .entry__content .wp-block-table.alignfull figcaption {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .entry__content .wp-block-image {
        margin-top: 2.625rem;
        margin-bottom: 2.625rem;
    }

    .entry__content .wp-block-gallery.columns-3 .blocks-gallery-image,
    .entry__content .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 16px * 2) / 3 - .01px);
    }

    .entry__content .wp-block-gallery.columns-4 .blocks-gallery-image,
    .entry__content .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 16px * 3) / 4 - .01px);
    }

    .entry__content .wp-block-gallery.columns-5 .blocks-gallery-image,
    .entry__content .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 16px * 4) / 5 - .01px);
    }

    .entry__content .wp-block-gallery.columns-6 .blocks-gallery-image,
    .entry__content .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 16px * 5) / 6 - .01px);
    }

    .entry__content .wp-block-gallery.columns-7 .blocks-gallery-image,
    .entry__content .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 16px * 6) / 7 - .01px);
    }

    .entry__content .wp-block-gallery.columns-8 .blocks-gallery-image,
    .entry__content .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 16px * 7) / 8 - .01px);
    }

    .entry__content .wp-block-pullquote.alignfull {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .entry__content .wp-block-columns .wp-block-column {
        -ms-flex-preferred-size: calc(50% - 1.5rem);
        flex-basis: calc(50% - 1.5rem);
        margin-bottom: 0;
    }

    .entry__content .wp-block-columns .wp-block-column:nth-child(even) {
        margin-left: 1.5rem;
    }

    .entry__content .wp-block-columns.alignfull {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .header__container,
    .main-nav__container,
    .page__header,
    .page__content,
    .loop-container,
    .entry__header,
    .entry__thumbnail,
    .entry__summary,
    .entry__content,
    .entry__footer,
    .author-info,
    .comments-area,
    .post-navigation-area,
    .related-posts,
    .pagination,
    .footer__container,
    .widecolumn {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .error404 .error-404__container h1 {
        font-size: var(--error404-h1__FontSize, 6.875em);
    }

    .entry__thumbnail {
        margin-top: 2.625rem;
        margin-bottom: 2.625rem;
    }

    .entry__summary .gallery,
    .entry__summary .wp-block-gallery,
    .entry__content .gallery,
    .entry__content .wp-block-gallery {
        margin-top: 2.625rem;
        margin-bottom: calc(2.625rem - 16px);
    }

    .attachment .entry__attachment {
        margin-top: 2.625rem;
        margin-bottom: 2.625rem;
    }

    button.button--show-comments {
        padding-top: .875em;
        padding-bottom: .875em;
        font-size: var(--font-size--base);
    }

    .herock-customizer .post-navigation--placeholder::after {
        left: 2rem;
        right: 2rem;
    }

    .herock-customizer .related-posts--placeholder::after {
        left: 2rem;
        right: 2rem;
    }
}

@media only screen and (min-width: 704px) {

    .entry__content .wp-block-audio.alignfull figcaption,
    .entry__content .wp-block-video.alignfull figcaption,
    .entry__content .wp-block-embed.alignfull figcaption,
    .entry__content .wp-block-image.alignfull figcaption,
    .entry__content .wp-block-gallery.alignfull figcaption,
    .entry__content .wp-block-table.alignfull figcaption {
        max-width: calc(640px + 4rem);
    }

    .entry__content .wp-block-cover .wp-block-cover__inner-container > *,
    .entry__content .wp-block-cover-image .wp-block-cover__inner-container > * {
        max-width: 640px;
    }

    .page__header > *,
    .page__content > *,
    .entry__header > *,
    .entry__summary > *,
    .entry__content > *,
    .entry__footer > *,
    .author-info > *,
    .comments-area > *,
    .post-navigation-area > *,
   
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: var(--font-size--xxxxl);
    }

    h2 {
        font-size: var(--font-size--xxxl);
    }

    h3 {
        font-size: var(--font-size--xxl);
    }

    h4 {
        font-size: var(--font-size--xl);
    }

    h5 {
        font-size: var(--font-size--lg);
    }

    h6 {
        font-size: var(--font-size--md);
    }

    .main-nav {
        -webkit-transition-duration: .35s;
        transition-duration: .35s;
    }

    .main-nav.toggled-on {
        -webkit-transition-duration: .35s;
        transition-duration: .35s;
    }

    .main-nav__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 8.75rem;
    }

    .main-nav__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1.5rem);
        flex: 0 0 calc(50% - 1.5rem);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-nav__row--bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main-nav__row--bottom .social-navigation + .privacy-policy-link {
        margin-left: 1.5rem;
    }

    .button--menu-close {
        top: calc(1.375rem + 0.875rem);
        right: 2.5rem;
    }

    .button--menu-close span {
        display: inline-block;
    }

    .main-nav .main-nav__column,
    .main-nav .main-nav__row {
        -webkit-transition-duration: .5s, .25s;
        transition-duration: .5s, .25s;
        -webkit-transition-delay: .35s, .45s;
        transition-delay: .35s, .45s;
    }

    .post-navigation-area {
        margin-bottom: 7rem;
    }

    .attachment .post-navigation .nav-previous {
        width: 100%;
    }

    .pagination {
        text-align: center;
    }

    .entry__content .wp-block-table.alignfull {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .entry__content .wp-block-audio.alignfull figcaption,
    .entry__content .wp-block-video.alignfull figcaption,
    .entry__content .wp-block-embed.alignfull figcaption,
    .entry__content .wp-block-image.alignfull figcaption,
    .entry__content .wp-block-gallery.alignfull figcaption,
    .entry__content .wp-block-table.alignfull figcaption {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        max-width: calc(1240px + 5rem);
    }

    .entry__content .wp-block-audio.alignfull {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .entry__content .wp-block-pullquote {
        padding: 2.625rem 1.75rem;
    }

    .entry__content .wp-block-pullquote.is-style-solid-color p {
        font-size: var(--wp-block-pullquote--solid__FontSize, var(--font-size--lg));
    }

    .entry__content .wp-block-pullquote.is-style-solid-color.alignwide p,
    .entry__content .wp-block-pullquote.is-style-solid-color.alignfull p {
        font-size: var(--wp-block-pullquote--solid__FontSize, var(--font-size--xl));
    }

    .entry__content .wp-block-pullquote.alignwide p,
    .entry__content .wp-block-pullquote.alignfull p {
        font-size: var(--wp-block-pullquote__FontSize, var(--font-size--xl));
    }

    .entry__content .wp-block-pullquote.alignfull {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .entry__content .wp-block-cover .wp-block-cover__inner-container h1,
    .entry__content .wp-block-cover-image .wp-block-cover__inner-container h1 {
        font-size: var(--font-size--xxxxl);
    }

    .entry__content .wp-block-cover .wp-block-cover__inner-container h2,
    .entry__content .wp-block-cover-image .wp-block-cover__inner-container h2 {
        font-size: var(--font-size--xxxl);
    }

    .entry__content .wp-block-cover .wp-block-cover__inner-container h3,
    .entry__content .wp-block-cover-image .wp-block-cover__inner-container h3 {
        font-size: var(--font-size--xxl);
    }

    .entry__content .wp-block-cover .wp-block-cover__inner-container h4,
    .entry__content .wp-block-cover-image .wp-block-cover__inner-container h4 {
        font-size: var(--font-size--xl);
    }

    .entry__content .wp-block-cover .wp-block-cover__inner-container h5,
    .entry__content .wp-block-cover-image .wp-block-cover__inner-container h5 {
        font-size: var(--font-size--lg);
    }

    .entry__content .wp-block-cover .wp-block-cover__inner-container h6,
    .entry__content .wp-block-cover-image .wp-block-cover__inner-container h6 {
        font-size: var(--font-size--md);
    }

    .entry__content .wp-block-columns.alignfull {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .entry__content .wp-block-media-text .wp-block-media-text__content {
        padding-left: 3rem;
    }

    .entry__content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        padding-right: 3rem;
    }

    .entry__content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        padding: 0 0 0 3rem;
    }

    .entry__content .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
        padding: 0 3rem 0 0;
    }

    .entry__content .wp-block-media-text.has-accent-background-color .wp-block-media-text__content,
    .entry__content .wp-block-media-text.has-success-background-color .wp-block-media-text__content,
    .entry__content .wp-block-media-text.has-info-background-color .wp-block-media-text__content,
    .entry__content .wp-block-media-text.has-warning-background-color .wp-block-media-text__content,
    .entry__content .wp-block-media-text.has-danger-background-color .wp-block-media-text__content,
    .entry__content .wp-block-media-text.has-content-text-background-color .wp-block-media-text__content,
    .entry__content .wp-block-media-text.has-primary-text-background-color .wp-block-media-text__content,
    .entry__content .wp-block-media-text.has-secondary-text-background-color .wp-block-media-text__content,
    .entry__content .wp-block-media-text.has-secondary-background-background-color .wp-block-media-text__content,
    .entry__content .wp-block-media-text.has-background-background-color .wp-block-media-text__content,
    .entry__content .wp-block-media-text.has-border-background-color .wp-block-media-text__content,
    .entry__content .wp-block-media-text[style^="background-color"] .wp-block-media-text__content {
        padding: 3rem !important;
    }

    .entry__content .wp-block-media-text.alignfull .wp-block-media-text__content {
        padding: 3rem !important;
    }

    .entry__content .wp-block-archives.alignfull,
    .entry__content .wp-block-categories.alignfull,
    .entry__content .wp-block-latest-posts.alignfull {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .entry__content .wp-block-latest-comments.alignfull {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .entry__content .wp-block-calendar.alignfull {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .entry__content .wp-block-tag-cloud.alignfull {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .entry__content .wp-block-search.alignfull {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .entry__content .wp-block-rss.alignfull {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .header__container,
    .main-nav__container,
    .page__header,
    .page__content,
    .loop-container,
    .entry__header,
    .entry__thumbnail,
    .entry__summary,
    .entry__content,
    .entry__footer,
    .author-info,
    .comments-area,
    .post-navigation-area,
    .related-posts,
    .pagination,
    .footer__container,
    .widecolumn {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    
    

    .header {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }

    .button--menu-toggle:hover span,
    .button--menu-toggle:focus span {
        -webkit-animation: slideOutUp 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        animation: slideOutUp 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    .button--menu-toggle span {
        display: inline-block;
    }

    .button--sidebar-open {
        display: none;
    }

    .content {
        padding-top: 0;
    }

    .content-area {
        padding-top: 1.75rem;
        padding-bottom: 7rem;
    }

    .loop-container .grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .loop-container .grid__item {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .loop-container--list-simple {
        margin-bottom: 7rem;
    }

    .loop-container--list-simple .post-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }




    .loop-container--list-simple .post-item__meta {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10.5rem;
        flex: 0 0 10.5rem;
        margin-bottom: 0;
        margin-right: 1.5rem;
    }

    .loop-container--list-simple .post-item__meta > span {
        display: block;
    }

    .loop-container--list-simple-v2 {
        margin-bottom: 7rem;
    }

    .loop-container--list-simple-v2 .post-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .loop-container--list-simple-v2 .post-item__meta {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10.5rem;
        flex: 0 0 10.5rem;
        margin-top: .125rem;
        margin-bottom: 0;
        margin-right: 1.5rem;
    }

    .loop-container--list-simple-v2 .post-item__meta > span {
        display: block;
    }

    .loop-container--list-chess {
        margin-bottom: 7rem;
    }

    .loop-container--list-chess .list__item {
        margin-bottom: 7rem;
    }

    .loop-container--list-chess .list__item:nth-child(2n) .post-card__thumbnail {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 0;
        margin-left: 3rem;
    }

    .loop-container--list-chess .post-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .loop-container--list-chess .post-card__thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 0;
        margin-right: 3rem;
    }

    .loop-container--list-chess .post-card__thumbnail a {
        height: 100%;
    }

    .loop-container--list-chess .post-card__body {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .loop-container--list-chess .post-card__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .posts-list-layout--grid-2-col .page__header > * {
        text-align: center;
    }

    .loop-container--grid-2-col {
        margin-bottom: 3.5rem;
    }

    .loop-container--grid-2-col .grid__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .posts-list-layout--grid-3-col .page__header > * {
        text-align: center;
    }

    .loop-container--grid-3-col {
        margin-bottom: 3.5rem;
    }

    .loop-container--grid-3-col .grid__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .posts-list-layout--grid-4-col .page__header > * {
        text-align: center;
    }

    .loop-container.loop-container--grid-4-col {
        margin-bottom: 3.5rem;
    }

    .loop-container.loop-container--grid-4-col .grid__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .posts-list-layout--mixed-v1 .page__header > * {
        text-align: center;
    }

    .loop-container--mixed-v1 {
        margin-bottom: 3.5rem;
    }

    .loop-container--mixed-v1 .grid__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .posts-list-layout--masonry-2-col .page__header > * {
        text-align: center;
    }

    .loop-container--masonry-2-col {
        margin-bottom: 3.5rem;
    }

    .loop-container--masonry-2-col .grid__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
    }

    .posts-list-layout--masonry-3-col .page__header > * {
        text-align: center;
    }

    .loop-container--masonry-3-col {
        margin-bottom: 3.5rem;
    }

    .loop-container--masonry-3-col .grid__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
    }

    .posts-list-layout--masonry-4-col .page__header > * {
        text-align: center;
    }

    .loop-container.loop-container--masonry-4-col {
        margin-bottom: 3.5rem;
    }

    .loop-container.loop-container--masonry-4-col .grid__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
    }

    .page__header {
        margin-bottom: 4rem;
    }
    
      .post-type-archive-portfolio .page__header {
        margin-bottom: 2.75rem;
    }
    

    .page__title {
        font-size: var(--page-title__FontSize, var(--font-size--xxxxl));
    }

    .main-content > article {
        margin-bottom: 3.5rem;
    }

    body:not(.hfeed) .entry__header {
        margin-bottom: 3.5rem;
    }

    .entry__footer {
        margin-top: 2.625rem;
    }

    .post-template-fullscreen-featured-post .entry__header,
    .page-template-fullscreen-featured-page .entry__header {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }

    .author-info {
        margin-bottom: 7rem;
    }

    .related-posts {
        margin-bottom: 7rem;
    }

    .related-posts__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .related-posts__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 0;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .related-posts__item:last-child {
        display: none;
    }

    .comments-title,
    .comment-reply-title {
        font-size: var(--font-size--xxl);
    }

    .comment-list .children > li {
        padding-left: calc(48px + 1rem);
    }

    .comment--has-avatar .comment-content,
    .comment--has-avatar .comment-reply,
    .comment--has-avatar .comment-awaiting-moderation {
        margin-left: calc(48px + 1rem);
    }

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        float: left;
        width: 32%;
    }

    .comment-form-author,
    .comment-form-email {
        margin-right: 2%;
    }

    .sidebar {
        -webkit-transition-duration: .35s;
        transition-duration: .35s;
    }

    .sidebar.toggled-on {
        -webkit-transition-duration: .35s;
        transition-duration: .35s;
        -webkit-transition-delay: .27s;
        transition-delay: .27s;
    }

    .sidebar .widget-area > * {
        -webkit-transition-duration: .45s;
        transition-duration: .45s;
        -webkit-transition-delay: .55s;
        transition-delay: .55s;
    }

    .sidebar-overlay {
        -webkit-transition-duration: .35s;
        transition-duration: .35s;
        -webkit-transition-delay: .27s;
        transition-delay: .27s;
    }

    body.sidebar--is-open .sidebar-overlay {
        -webkit-transition-duration: .35s;
        transition-duration: .35s;
    }

    .footer {
        padding-top: 2.625rem;
        padding-bottom: 2.625rem;
    }

    .footer__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer .social-navigation {
        margin-right: 1.5rem;
    }

    .footer__site-info {
        margin-left: auto;
    }

    .widecolumn {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .herock-customizer .post-navigation--placeholder::after {
        left: 2.5rem;
        right: 2.5rem;
    }

    .herock-customizer .related-posts--placeholder::after {
        left: 2.5rem;
        right: 2.5rem;
    }
}

@media only screen and (min-width: 782px) {
    .entry__content .wp-block-columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .entry__content .wp-block-columns .wp-block-column:not(:first-child) {
        margin-left: 0;
    }
}

@media only screen and (min-width: 783px) {
    .admin-bar .main-nav {
        top: 32px;
        height: calc(100% - 32px);
    }

    .admin-bar .header {
        top: 32px;
    }

    .admin-bar .sidebar {
        top: 32px;
    }
}

@media only screen and (min-width: 960px) {
    .page__header.page__header--hero > * {
        max-width: 960px;
    }
}

@media only screen and (min-width: 1280px) {
    :target {
        margin-top: -9rem;
        padding-top: 9rem;
    }

    .main-nav {
        -webkit-transition-duration: .45s;
        transition-duration: .45s;
    }

    .main-nav.toggled-on {
        -webkit-transition-duration: .45s;
        transition-duration: .45s;
    }

    .main-nav__container {
        padding-top: 10.5rem;
    }

    .main-nav__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 3rem);
        flex: 0 0 calc(50% - 3rem);
    }

    @supports not (--css: variables) {
        .button--menu-close {
            right: calc(3rem + 17px);
        }
    }

    @supports (--css: variables) {
        .button--menu-close {
            right: calc(3rem + var(--scrollbar-width));
        }
    }

    .button--menu-close:hover span,
    .button--menu-close:focus span {
        -webkit-animation: slideOutUp 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        animation: slideOutUp 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    .main-navigation a {
        font-size: 3.1vw;
        margin-bottom: 1.1rem;
    }

    .main-navigation ul ul {
        margin-left: 2.5rem;
    }

    .menu--primary > li > .dropdown-toggle {
        vertical-align: 100%;
    }

    .main-nav .main-nav__column,
    .main-nav .main-nav__row {
        -webkit-transition-duration: .7s, .35s;
        transition-duration: .7s, .35s;
        -webkit-transition-delay: .45s, .55s;
        transition-delay: .45s, .55s;
    }

    .entry__content .wp-block-audio.alignfull figcaption,
    .entry__content .wp-block-video.alignfull figcaption,
    .entry__content .wp-block-embed.alignfull figcaption,
    .entry__content .wp-block-image.alignfull figcaption,
    .entry__content .wp-block-gallery.alignfull figcaption,
    .entry__content .wp-block-table.alignfull figcaption {
        padding-left: 3rem;
        padding-right: 3rem;
        max-width: calc(640px + 6rem);
    }

    .entry__content .wp-block-image {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .entry__content .wp-block-pullquote.alignfull {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .entry__content .wp-block-columns {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .entry__content .wp-block-columns .wp-block-column:not(:first-child) {
        margin-left: 1.5rem;
    }

    .entry__content .wp-block-columns.alignfull {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .header__container,
    .main-nav__container,
    .page__header,
    .page__content,
    .loop-container,
    .entry__header,
    .entry__thumbnail,
    .entry__summary,
    .entry__content,
    .entry__footer,
    .author-info,
    .comments-area,
    .post-navigation-area,
    .related-posts,
    .pagination,
    .footer__container,
    .widecolumn {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .main-nav__container,
    .page__header,
    .page__content,
    .loop-container,
    .entry__header,
    .entry__thumbnail,
    .entry__summary,
    .entry__content,
    .entry__footer,
    .author-info,
    .comments-area,
    .post-navigation-area,
    .related-posts,
    .pagination,
    .widecolumn {
        max-width: calc(1280px + 6rem);
    }

    body.hfeed .entry__thumbnail {
        max-width: calc(960px + 6rem);
    }

    body.post-template-fullscreen-featured-post .entry__meta,
    body.post-template-fullscreen-featured-post .entry__title,
    body.page-template-fullscreen-featured-page .entry__meta,
    body.page-template-fullscreen-featured-page .entry__title {
        max-width: 960px;
    }

    .loop-container--list-chess .list__item:nth-child(2n) .post-card__thumbnail {
        margin-left: 4.5rem;
    }

    .loop-container--list-chess .post-card__thumbnail,
    .elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) .loop-container--list-chess figure.post-card__thumbnail {
        margin-right: 4.5rem;
    }


    .loop-container--grid-2-col .post-card__title {
        font-size: var(--font-size--xxl);
    }

    .loop-container--grid-3-col .grid__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3);
    }

    .loop-container.loop-container--grid-4-col .grid__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3);
    }

    .loop-container--mixed-v1 .grid__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3);
    }

    .loop-container--mixed-v1 .grid__item--large,
    .loop-container--mixed-v1 .grid__item:nth-child(1),
    .loop-container--mixed-v1 .grid__item:nth-child(2),
    .loop-container--mixed-v1 .grid__item:nth-child(6),
    .loop-container--mixed-v1 .grid__item:nth-child(7),
    .loop-container--mixed-v1 .grid__item:nth-child(11),
    .loop-container--mixed-v1 .grid__item:nth-child(12),
    .loop-container--mixed-v1 .grid__item:nth-child(16),
    .loop-container--mixed-v1 .grid__item:nth-child(17),
    .loop-container--mixed-v1 .grid__item:nth-child(21),
    .loop-container--mixed-v1 .grid__item:nth-child(22),
    .loop-container--mixed-v1 .grid__item:nth-child(26),
    .loop-container--mixed-v1 .grid__item:nth-child(27),
    .loop-container--mixed-v1 .grid__item:nth-child(32),
    .loop-container--mixed-v1 .grid__item:nth-child(33){
        -webkit-box-flex: 0;
       -ms-flex: 0 0 calc(100% / 2);
        flex: 0 0 calc(100% / 2);
    }

    .loop-container--mixed-v1 .post-card__thumbnail a {
        padding-top: 125%;
    }

    .loop-container--mixed-v1 .grid__item--large .post-card__thumbnail a,
    .loop-container--mixed-v1 .grid__item:nth-child(7) .post-card__thumbnail a {
        padding-top: 58.618%;
    }

    .loop-container--masonry-2-col .post-card__title {
        font-size: var(--font-size--xxl);
    }

    .loop-container--masonry-3-col .grid__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3);
        width: calc(100% / 3);
    }

    .loop-container.loop-container--masonry-4-col .grid__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3);
        width: calc(100% / 3);
    }

    .page__title {
        font-size: var(--page-title__FontSize, var(--font-size--xxxxxl));
    }

    .error404 .error-404__container h1 {
        font-size: var(--error404-h1__FontSize, 12em);
    }

    .entry__thumbnail,
    .elementor .elementor-widget figure.entry__thumbnail.thumbnail,
    .elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure.entry__thumbnail.thumbnail {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .entry__summary .gallery,
    .entry__summary .wp-block-gallery,
    .entry__content .gallery,
    .entry__content .wp-block-gallery {
        margin-top: 3.5rem;
        margin-bottom: calc(3.5rem - 16px);
    }

    .attachment .entry__attachment {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

   

    .related-posts__item:last-child {
        display: block;
    }

    .sidebar {
        -webkit-transition-duration: .45s;
        transition-duration: .45s;
    }

    .sidebar.toggled-on {
        -webkit-transition-duration: .45s;
        transition-duration: .45s;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }

    .sidebar .widget-area > * {
        -webkit-transition-duration: .55s;
        transition-duration: .55s;
        -webkit-transition-delay: .65s;
        transition-delay: .65s;
    }

    .sidebar-overlay {
        -webkit-transition-duration: .45s;
        transition-duration: .45s;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }

    body.sidebar--is-open .sidebar-overlay {
        -webkit-transition-duration: .45s;
        transition-duration: .45s;
    }

    .herock-customizer .post-navigation--placeholder::after {
        left: 3rem;
        right: 3rem;
    }

    .herock-customizer .related-posts--placeholder::after {
        left: 3rem;
        right: 3rem;
    }
}

@media only screen and (min-width: 1440px) {
    :target {
        margin-top: -10rem;
        padding-top: 10rem;
    }

    .main-nav__container {
        padding-top: 14rem;
        padding-bottom: 3.5rem;
    }

    .main-nav__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5rem);
        flex: 0 0 calc(50% - 5rem);
    }

    .button--menu-close {
        top: calc(1.375rem + 1.75rem);
    }

    @supports not (--css: variables) {
        .button--menu-close {
            right: calc(5rem + 17px);
        }
    }

    @supports (--css: variables) {
        .button--menu-close {
            right: calc(5rem + var(--scrollbar-width));
        }
    }

    .post-navigation-area {
        margin-bottom: 5.75rem;
    }

    .entry__content .wp-block-audio.alignfull figcaption,
    .entry__content .wp-block-video.alignfull figcaption,
    .entry__content .wp-block-embed.alignfull figcaption,
    .entry__content .wp-block-image.alignfull figcaption,
    .entry__content .wp-block-gallery.alignfull figcaption,
    .entry__content .wp-block-table.alignfull figcaption {
        padding-left: 5rem;
        padding-right: 5rem;
        max-width: calc(640px + 10rem);
    }

    .entry__content .wp-block-image.alignfull {
        margin-top: 5.25rem;
        margin-bottom: 5.25rem;
    }

    .entry__content .wp-block-gallery.alignfull {
        margin-top: 5.25rem;
        margin-bottom: calc(5.25rem - 16px);
    }

    .entry__content .wp-block-pullquote:not(.alignleft):not(.alignright).alignfull {
        margin-top: 5.25rem;
        margin-bottom: 5.25rem;
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .entry__content .wp-block-pullquote.alignfull {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .entry__content .wp-block-columns.alignfull {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .entry__content .wp-block-media-text.alignfull {
        margin-top: 5.25rem;
        margin-bottom: 5.25rem;
    }

    .entry__content .wp-block-video.alignfull {
        margin-top: 5.25rem;
        margin-bottom: 5.25rem;
    }

    .entry__content .wp-block-embed.alignfull:not(.alignleft):not(.alignright) {
        margin-top: 5.25rem;
        margin-bottom: 5.25rem;
    }

    .header__container,
    .main-nav__container,
    .page__header,
    .page__content,
    .loop-container,
    .entry__header,
    .entry__thumbnail,
    .entry__summary,
    .entry__content,
    .entry__footer,
    .author-info,
    .comments-area,
    .post-navigation-area,
    .related-posts,
    .pagination,
    .footer__container,
    .widecolumn {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .main-nav__container,
    .page__header,
    .page__content,
    .loop-container,
    .entry__header,
    .entry__thumbnail,
    .entry__summary,
    .entry__content,
    .entry__footer,
    .author-info,
    .comments-area,
    .post-navigation-area,
    .related-posts,
    .pagination,
    .widecolumn {
        max-width: 100%;
    }

    body.hfeed .entry__thumbnail {
        max-width: calc(1110px + 10rem);
    }

    .header {
        padding-top: 0;
        padding-bottom: 0;
    }

    .content {
        padding-top: 1.75rem;
    }

    .content-area {
        /* padding-top: 8.75rem; */
        padding-top: 0;
        padding-bottom: 4.75rem;
    }


    .loop-container--list-simple {
        margin-bottom: 8.75rem;
    }

    .loop-container--list-simple-v2 {
        margin-bottom: 8.75rem;
    }

    .loop-container--list-chess {
        margin-bottom: 8.75rem;
    }

    .loop-container--list-chess .list__item {
        margin-bottom: 8.75rem;
    }

    .loop-container--grid-2-col {
        margin-bottom: 5.25rem;
    }

    .loop-container--grid-3-col {
        margin-bottom: 5.25rem;
    }

    .loop-container.loop-container--grid-4-col {
        margin-bottom: 5.25rem;
    }

    .loop-container.loop-container--grid-4-col .grid__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .loop-container--mixed-v1 {
        margin-bottom: 5.25rem;
    }

    .loop-container--mixed-v1 .grid__item--large .post-card__thumbnail a,
    .loop-container--mixed-v1 .grid__item:nth-child(7) .post-card__thumbnail a {
        padding-top: 58.915%;
    }

    .loop-container--masonry-2-col {
        margin-bottom: 5.25rem;
    }

    .loop-container--masonry-3-col {
        margin-bottom: 5.25rem;
    }

    .loop-container.loop-container--masonry-4-col {
        margin-bottom: 5.25rem;
    }

    .loop-container.loop-container--masonry-4-col .grid__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
    }

    .page__header {
        margin-bottom: 5.75rem;
    }
    
    .post-type-archive-portfolio .page__header {
        margin-bottom: 2.75rem;
    }

    .page__title {
        font-size: var(--page-title__FontSize, var(--font-size--xxxxxxl));
    }

    .hfeed .main-content > article,
    article.elementor-post-list {
        margin-bottom: 4.75rem;
    }

    .post-template-fullscreen-featured-post .entry__header,
    .page-template-fullscreen-featured-page .entry__header {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }

    .related-posts {
        margin-bottom: 8.75rem;
    }

    .widecolumn {
        padding-top: 8.75rem;
        padding-bottom: 8.75rem;
    }

    .herock-customizer .post-navigation--placeholder::after {
        left: 5rem;
        right: 5rem;
    }

    .herock-customizer .related-posts--placeholder::after {
        left: 5rem;
        right: 5rem;
    }
}

@media only screen and (min-width: 1920px) {

    .entry__content .wp-block-audio figcaption,
    .entry__content .wp-block-video figcaption,
    .entry__content .wp-block-embed figcaption,
    .entry__content .wp-block-image figcaption,
    .entry__content .wp-block-gallery .blocks-gallery-image figcaption,
    .entry__content .wp-block-gallery .blocks-gallery-item figcaption,
    .entry__content .wp-block-table figcaption {
        max-width: calc(100vw / 3);
    }

    .entry__content .wp-block-audio.alignfull figcaption,
    .entry__content .wp-block-video.alignfull figcaption,
    .entry__content .wp-block-embed.alignfull figcaption,
    .entry__content .wp-block-image.alignfull figcaption,
    .entry__content .wp-block-gallery.alignfull figcaption,
    .entry__content .wp-block-table.alignfull figcaption {
        max-width: calc(100vw / 3 + 10rem);
    }

    .entry__content .wp-block-gallery.alignleft,
    .entry__content .wp-block-gallery.alignright {
        max-width: calc(100vw / 3 - 1.25rem);
    }

    .entry__content .wp-block-cover .wp-block-cover__inner-container > *,
    .entry__content .wp-block-cover-image .wp-block-cover__inner-container > * {
        max-width: calc(100vw / 3);
    }

    .entry__content .wp-block-cover.alignleft,
    .entry__content .wp-block-cover.alignright,
    .entry__content .wp-block-cover-image.alignleft,
    .entry__content .wp-block-cover-image.alignright {
        max-width: calc(100vw / 6 - 2.5rem);
    }

    .main-nav__container,
    .page__header,
    .page__content,
    .loop-container,
    .entry__header,
    .entry__thumbnail,
    .entry__summary,
    .entry__content,
    .entry__footer,
    .author-info,
    .comments-area,
    .post-navigation-area,
    .related-posts,
    .pagination,
    .widecolumn,
    .regard-wrapper.entry__thumbnail{
        max-width: 100%;
    }

    body.hfeed .entry__thumbnail {
        max-width: calc(1200px + 10rem);
    }

    body.post-template-fullscreen-featured-post .entry__meta,
    body.post-template-fullscreen-featured-post .entry__title,
    body.page-template-fullscreen-featured-page .entry__meta,
    body.page-template-fullscreen-featured-page .entry__title {
        max-width: calc(100vw / 2);
    }

    .page__header > *,
    .page__content > *,
    .entry__header > *,
    .entry__summary > *,
    .entry__content > *,
    .entry__footer > *,
    .author-info > *,
    .comments-area > *,
    .post-navigation-area > *,
    .widecolumn > * {
        max-width: calc(100vw);
    
    }
    



    .page__header.page__header--hero > * {
        max-width: calc(100vw / 6 * 3);
    }

    .entry__content--attachment .entry__attachment figcaption {
        max-width: calc(100vw / 3);
    }
}

@media only screen and (max-width: 767px) {
    .main-nav__row--bottom .social-navigation + .privacy-policy-link {
        margin-top: 0.875rem;
    }

    .gallery-caption {
        display: none;
    }

    .entry__content .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
        grid-template-areas: "media-text-media""media-text-content";
    }

    .entry__content .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
        grid-template-areas: "media-text-content""media-text-media";
    }

    .loop-container--list-simple .post-item__meta > span:not(:last-child) {
        margin-right: 1.5rem;
    }

    .loop-container--list-simple .post-item__meta > span:not(:last-child)::after {
        content: "";
        position: absolute;
        top: .25rem;
        right: -.8125rem;
        width: 1px;
        height: .75rem;
        background-color: var(--post-item-meta__Color, var(--text--secondary__Color));
        opacity: .35;
    }

    .loop-container--list-simple-v2 .post-item__meta > span:not(:last-child) {
        margin-right: 1.5rem;
    }

    .loop-container--list-simple-v2 .post-item__meta > span:not(:last-child)::after {
        content: "";
        position: absolute;
        top: .25rem;
        right: -.8125rem;
        width: 1px;
        height: .75rem;
        background-color: var(--post-item-meta__Color, var(--text--secondary__Color));
        opacity: .35;
    }

    .sidebar__opener {
        display: none;
    }

    .footer .social-navigation {
        margin-bottom: 0.875rem;
    }
}

@media only screen and (max-width: 599px) {
    table {
        display: block;
        overflow-x: hidden;
    }

    .pagination .current .screen-reader-text {
        position: static !important;
        -webkit-clip-path: none;
        clip-path: none;
        margin: 0 .25rem 0 0;
    }

    .widget_calendar table {
        display: table;
        overflow-x: visible;
    }
}

@media only screen and (max-width: 479px) {
    .sticky-post::after {
        content: "";
        display: block;
        clear: both;
    }

    .post-navigation .post-title {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .loop-container--list-simple .post-item__title {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .loop-container--list-simple-v2 .post-item__title {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .page__title {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .page__content {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .archive-description {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .entry__title {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .entry__summary,
    .entry__content {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .post-card__title {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .post-card__content {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .author-info__bio {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .comment-content {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}


body.single-portfolio .entry__meta a,
.portfolio-item-navigation .portfolio-item__title,
.portfolio-item-navigation .meta-nav,
body.single-portfolio .entry__meta,
body.single-portfolio .entry__title:not(.entry__title_interactive),
.post-template-fullscreen-featured-post .entry__title:not(.entry__title_interactive) span,
.page-template-fullscreen-featured-page .entry__title:not(.entry__title_interactive) span,
.page-template-fullscreen-featured-page .entry__title:not(.entry__title_interactive) {
    color: #222 !important;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: #fff;
    display: inline !important;
    max-width: fit-content !important;
    padding: 10px 32px;
    border-radius: 40px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.block_wrap_more {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 50px;
}





@media(max-width: 1200px) {

    .cursor,
    .cursor-follower {
        display: none !important;
    }

}



.cursor {
    position: absolute;
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    z-index: 999999;
    transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
    user-select: none;
    pointer-events: none;
    transform: scale(0.8);
    font-size: 11px !important;
}


.cursor.active {
    opacity: 1;
    transform: scale(8);
    background: rgba(255, 255, 255, 0.3);

}

.cursor.active::before {
    opacity: 1;
    font-size: 11px !important;
}



.cursor-follower {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 999999;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
    user-select: none;
    pointer-events: none;
    transform: translate(4px, 4px);
}

.cursor-follower.active {
    opacity: 0.3;
    transform: scale(0);
}



.btn-hover {
    position: relative;
    overflow: hidden;
    border-radius: 100px;
    border: 0;
    min-width: 150px;
}


.btn-hover::before {
    content: "";
    position: absolute;
    left: -4pt;
    top: 0;
    display: block;
    width: calc(100% + 8pt);
    height: 100%;
    background: var(--button-show-comments__Color, var(--accent__Color));
    pointer-events: none;
    z-index: 1;
    border-radius: 100% 100% 0 0;
    -webkit-transition: border-radius .5s cubic-bezier(.1, 0, .3, 1), -webkit-transform 0s cubic-bezier(.1, 0, .3, 1);
    transition: border-radius .5s cubic-bezier(.1, 0, .3, 1), -webkit-transform 0s cubic-bezier(.1, 0, .3, 1);
    transition: transform 0s cubic-bezier(.1, 0, .3, 1), border-radius .5s cubic-bezier(.1, 0, .3, 1);
    transition: transform 0s cubic-bezier(.1, 0, .3, 1), border-radius .5s cubic-bezier(.1, 0, .3, 1), -webkit-transform 0s cubic-bezier(.1, 0, .3, 1);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}


.btn-hover::after {
    height: 100%;
    left: -4pt;
    top: 0;
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.1, 0, .3, 1);
    transition: -webkit-transform .4s cubic-bezier(.1, 0, .3, 1);
    transition: transform .4s cubic-bezier(.1, 0, .3, 1);
    transition: transform .4s cubic-bezier(.1, 0, .3, 1), -webkit-transform .4s cubic-bezier(.1, 0, .3, 1);
    width: calc(100% + 8pt);
    background: var(--button-show-comments__Color, var(--accent__Color));
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
}

.btn-hover:hover .ms-btn__text {
    -webkit-animation: MoveScaleUpInitial .3s forwards, MoveScaleUpEnd .3s .2s forwards;
    animation: MoveScaleUpInitial .3s forwards, MoveScaleUpEnd .3s .2s forwards;
    color: var(--button-show-comments__Color, var(--accent__Color));
}


.btn-hover:hover::before {
    border-radius: 0;
    -webkit-transform: translateZ(0) scaleX(1);
    transform: translateZ(0) scaleX(1);
    -webkit-transition: border-radius .5s cubic-bezier(.1, 0, .3, 1), -webkit-transform .2s cubic-bezier(.1, 0, .3, 1);
    transition: border-radius .5s cubic-bezier(.1, 0, .3, 1), -webkit-transform .2s cubic-bezier(.1, 0, .3, 1);
    transition: transform .2s cubic-bezier(.1, 0, .3, 1), border-radius .5s cubic-bezier(.1, 0, .3, 1);
    transition: transform .2s cubic-bezier(.1, 0, .3, 1), border-radius .5s cubic-bezier(.1, 0, .3, 1), -webkit-transform .2s cubic-bezier(.1, 0, .3, 1);
}


.btn-hover:hover::after {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transition-duration: .05s;
    transition-duration: .05s;
    -webkit-transition-timing-function: linear;
}


.btn-hover {
    -webkit-transition: color .3s ease, fill .3s ease;
    transition: color .3s ease, fill .3s ease;
    color: var(--button-show-comments__Color, var(--accent__Color));
    font-weight: var(--button-show-comments__FontWeight, var(--font-weight--semi-bold));
    background-color: var(--button-show-comments__BackgroundColor, transparent);
    border: 1px solid var(--button-show-comments__BorderColor, var(--accent__Color));
}


.btn-hover .ms-btn__text {
    position: relative;
    z-index: 2;
    will-change: transform;
    display: flex;
    -webkit-transition: color .3s ease, fill .3s ease;
    transition: color .3s ease, fill .3s ease;
    justify-content: center;
    align-items: center;
}

.btn-hover:hover .ms-btn__text {
    animation: MoveScaleUpInitial .3s forwards, MoveScaleUpEnd .3s .2s forwards;
    color: #fff;
    position: relative;
    z-index: 2;
}

@keyframes MoveScaleUpInitial {
    to {
        opacity: 0;
        transform: translate3d(0, -105%, 0) scaleY(2);
    }
}

@keyframes MoveScaleUpEnd {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0) scaleY(2);
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}


body:not(.elementor-editor-active )   .regards-true .regard-wrapper {
    visibility: hidden;
}


   .regards-true .regard-wrapper {
    position: relative;
    overflow: hidden;
}


body:not(.elementor-editor-active )   .regards-true .regard-wrapper .regards-effect {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

body:not(.elementor-editor-active )  .regards-true .regard-wrapper .regards-effect .regard-bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

body:not(.elementor-editor-active )   .regards-true .regard-wrapper .regards-effect .regard-entry-content {
    visibility: hidden;
}


body:not(.elementor-editor-active )   .regards-true .regards-effect .regard-bg {
    background: #ddd;
}



.regard-entry-content  .post-card__thumbnail{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.regard-entry-content  .entry__thumbnail{
        padding-left:  0 !important;
        padding-right:  0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

.entry__content  .elementor-section p {
    margin:0;
    }


.entry__content   .elementor-widget-wrap {
    padding: 0 !important;
}


    .post .entry__content  .elementor-section.elementor-section-stretched{
            left: 0 !important;
            width: auto !important;
    }



    @media only screen and (max-width: 1440px) {
    .hfeed .main-content > article, article.elementor-post-list {
        margin-bottom: 2.75rem;
    }
}



 .related-posts__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3 - .01px);
        flex: 0 0 calc(100% / 3 - .01px);
    }




.style-title-two .related-posts__item  .post-card__title {
    max-width: 80%;
}





@media only screen and (max-width: 1600px) and (min-width: 1280px)   {

.style-title-two .related-posts__item  .post-card__title a {
    font-size: 15px;
}
    
}


@media only screen and (max-width: 1280px) {
    
.related-posts__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2 - .01px);
    flex: 0 0 calc(100% / 2 - .01px);
}
    
}
 


body.post-template-fullscreen-featured-post .entry__meta{
    display: none;
}



.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img,
picture.jarallax-img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.jarallax-container{
    z-index: 1 !important;
}

div.wpcf7 .btn{
    margin-top: 25px;
}


#loop-grid  .entry__thumbnail{
    max-height: 500px;
}



.hero-title  strong {
    mix-blend-mode: screen;
    background-color: white;
    color: #222;
}

.footer-widgets{
	display:flex;
	flex-wrap:wrap;
	gap:2rem;
}
.footer-widget{
	flex:1 1 100%;
}
@media(min-width:768px){
	.footer-widget{
		flex:1 1 calc(33.333% - 2rem);
	}
}


.footer{
	background:#f7f7f7;
}

/* ograniczenie szerokości (box) */
.footer--boxed .footer__container{
	max-width:1240px;
	margin-inline:auto;
	padding:clamp(2rem,4vw,4rem) 1rem;
}

/* kolumny z widżetami */
.footer-widgets{
	display:grid;
	gap:2rem;
	grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
}

/* SEKACJA SOCIAL – opcjonalnie */
.footer-social{
	margin-block:1.5rem 0;
	text-align:center;
}

/* divider + copyright */
.footer-divider{
	border:none;
	border-top:1px solid #dadada;  /* lekko szary */
	margin-block:clamp(1.5rem,3vw,2.5rem);
	width:100%;
}
.footer-bottom{
	text-align:center;
	font-size:.875rem;
	color:#666;
	line-height:1.5;
}

 /* pionowe menu ------------------------------------------------------------*/
.footer-menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:0.5rem;
  align-items:flex-start;          /* ❶ wyrównanie do lewej */
}

/* każda pozycja dostaje pseudo-element ze strzałką ------------------------*/
.footer-menu li{
  position:relative;
  padding-left:1.2rem;             /* miejsce na strzałkę */
}

.footer-menu li::before{
  content:'\203A';                 /* ›  – niewielka, „web-safe” strzałka */
  position:absolute;
  left:0;
  top:0.15em;
  font-size:0.85rem;
  line-height:1;                   /* żeby strzałka była wyśrodkowana pionowo */
  color:currentColor;              /* odziedzicz kolor z linku */
}

.footer-menu a{
  color:#ddd;
  text-decoration:none;
  transition:color .2s;
}

.footer-menu a:hover,
.footer-menu a:focus{
  color:#aaa !important;                      /* ❸ szary zamiast białego */
}


/* responsywność już obsługują auto-fit + minmax */

/* =========================================================
   VERTICAL TIMELINE
   =======================================================*/
.vtl-timeline{
	position:relative;
	margin:0 auto;
	padding:2rem 0;
	max-width:1100px;
}
.vtl-timeline::before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:50%;
	width:2px;
	background:#d6d6d6;
	transform:translateX(-50%);
}
.vtl-timeline-item{
	position:relative;
	width:50%;
	padding:2rem 3rem;
	box-sizing:border-box;
}
.vtl-timeline-item.left { left:0; text-align:right; }


.vtl-timeline-item.right{ left:50%; }
.vtl-timeline-item.right::before{
    content: '';
    position: absolute;
    top: 4.25rem;
    width: 28px;
    height: 28px;
    border: 4px solid #8d8c8c;
    background: #000;
    border-radius: 50%;
    margin-left: -4px;
    z-index: 2;
	
}

.vtl-timeline-item.left::before{
    content: '';
    position: absolute;
    top: 4.25rem;
    width: 28px;
    height: 28px;
    border: 4px solid #8d8c8c;
    background: #000;
    border-radius: 50%;
    margin-right: -4px;
    z-index: 2;
	
}


.vtl-timeline-item.left::before{ right:-9px; }
.vtl-timeline-item.right::before{ left:-9px; }

.vtl-item-content{
	padding:1.5rem;
	margin-top: -90px;
}
.vtl-item-img{
	width:500px;
	height:auto;
	border-radius:4px;
	margin-bottom:1.25rem;
}
.vtl-item-date{
	margin:0 0 .25em;
	font-size:1.25rem;
	color:#8d8c8c;
}
.vtl-item-title{
	margin:.25em 0 1em;
	font-size:1.2rem;
	text-transform:uppercase;
	letter-spacing:.02em;
	color:#222;
}
.vtl-item-text p{ 
	margin:.5em 0; 
	font-size: 0.9rem;
	line-height: 1.2rem;
}

/* -----------  RESPONSYWNOŚĆ  ----------- */
@media(max-width:768px){
	.vtl-timeline::before{ left:20px; }
	.vtl-timeline-item,	
	.vtl-timeline-item.right{
		width:100%; left:19px; text-align:left;
		padding-left:3.5rem;
	}
	
	.vtl-timeline-item.left
	{
		width:100%; left:7px; text-align:left;
		padding-left:3.2rem;
	}
	
	.vtl-timeline-item::before{
			right:1px; left:auto;
	}
		
	.vtl-timeline-item::before{
		left:-1px; right:auto;
	}
}


.z-index {
	z-index: 0;
}

/* CSS */
.audio-btn .vc_btn3-icon {
  color: #fff;        /* strzałka na biało */
  margin-right: .5em; /* odstęp między ikoną a tekstem */
}

/* jeśli potrzebujesz białego też tekstu lub tła, dodaj: */
.audio-btn {
  color: #fff;        /* biały napis */
  /* background: #0075ff; przykładowe tło */
}

