/*
Theme Name: Hamon
Theme URI: https://rascalsthemes.com/hamon
Author: Rascals Themes
Author URI: https://rascalsthemes.com
Description: Ajax Photography WordPress Theme
License: GNU General Public License
License URI: https://www.gnu.org/copyleft/gpl.html
Version: 1.0.1
Text Domain: hamon
Tags:custom-menu, threaded-comments
Tested up to: 5.0
Requires PHP: 7
*/
/*------------------------------------------------------------------


                                                 
                                                    

~ Hamon by Rascals Themes 2021 ~
--------------------------------------------------------------------

[Table of contents]

1. Reset & Clearfix
2. Global Styling
3. Basic Elements & Classes
4. Forms
5. Helper Classes
6. WordPress Core Styles
7. Pagination
8. Loader 
9. Layout
10. Grid
11. Header
12. Navigation
13. Content
14. Page Header
15. Blog
16. Category / Tags / Archives / Search
17. Comments
18. Footer
19. Widgets 
20. Modules 
21. Elements
22. FX
22. Animations 
*/
/* -------------------------------------------
   1. Reset & Clearfix
= ----------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0
}

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

body {
    line-height: 1
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

del {
    text-decoration: line-through
}

hr {
    border: 0;
    clear: both;
    background-color:var(--dark_color3);
    height: 1px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

mark {
    background-color: #ffffb3;
    font-style: italic
}

input, select {
    vertical-align: middle
}

ins {
    font-weight: 700;
    text-decoration: none
}

ol, ul {
    list-style: none
}

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

/* Set box sizing for all elements */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
}

/* -------------------------------------------
   2. Global Styling
= ----------------------------------------- */
/* Globals Variables
= -------------------------------- */
:root {
    --base_color: #b7b7b7;
    --base_color2: #fff;
    --base_color3: #aaa;
    --base_color4: #555;
    --background_color: #111;
    --heading_color: #fff;
    --dark_color: #111;
    --dark_color2: #333333;
    --dark_color3: #444444;
    --brand_color: #f71f19;

    --btn_color: #ffffff;
    --btn_bg_color: #111;
    --btn_hov_color: #ffffff;
    --btn_hov_bg_color: #111;
    --btn_border_color: #333;
    --btn_hov_border_color: #fff;

    --btn2_color: #111;
    --btn2_bg_color:#fff;
    --btn2_hov_color: #fff;
    --btn2_hov_bg_color:#333;

    --widgets_color: #aaa;
    --layer_nav_bg: #111;
    --page_trans_bg: #111;
    --footer_bg: transparent;
    --logo_height: 20px;
    --transition-delay-stagger: 40ms;
    --meta_top_margin: 10px;
    --nav_meta_top_margin: 5px;
    --select_bg_color: #111;
    --select_border_color: #333;
}

/* Fonts
= -------------------------------- */
body, input, textarea, select {
    font-family: 'Poppins', sans-serif;
}

input[type="submit"], button, .btn {
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.l-nav li a, .fx-parallax-text {
     font-family: 'Poppins', sans-serif;
    
}


/* Scrollbars
= -------------------------------- */
body.hide-scrollbars ::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, .6)
}

/* Hide scrollbar for Chrome, Safari and Opera */
body.hide-scrollbars::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body.hide-scrollbars {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* Custom  */
body.is-custom-scrollbars::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.1);
    width: 7px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

body.is-custom-scrollbars::-webkit-scrollbar-track {
    background-color: transparent;
}

body.is-custom-scrollbars::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    border-radius: 4px
}

/* Selection
= -------------------------------- */
::-moz-selection {
    background: var(--brand_color);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: var(--brand_color);
    color: #fff;
    text-shadow: none;
}

/* -------------------------------------------
   3. Basic Elements & Classes
= ----------------------------------------- */
/* HTML and Body
= -------------------------------- */
html.is-fullscreen {
    height: 100%;
}

body {
    color: var(--base_color);
    background-color: var(--background_color);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

body.is-fullscreen {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

/* Headings
= -------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    color: var(--heading_color);
}

h1 {
    font-size: 3.19em;
    line-height: 1.06em;
    margin-bottom: 0.333em;
}

h2 {
    font-size: 2.38em;
    line-height: 1.4em;
    margin-bottom: 0.342em;
}

h3 {
    font-size: 1.75em;
    line-height: 1.4em;
    margin-bottom: 0.357em;
}

h4 {
    font-size: 1.31em;
    line-height: 1.29em;
    margin-bottom: 1.00em;
}

h5,h6 {
    font-size: 1.2em;
    line-height: 1.24em;
    margin-bottom: 1.00em;
}

@media (max-width: 575.98px) {
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 20px;
    }
}

/* P
= -------------------------------- */
p {
    font-size: 1.00em;
    line-height: 1.80em;
    padding-top: 0.500em;
    margin-bottom: 1.19em;
}

/* Links
= -------------------------------- */
a {
    color: var(--base_color2);
    text-decoration: none;
}

/* Lists
= -------------------------------- */
ol {
    list-style: decimal;
}

ul {
    list-style: circle;
}

ul ul, ul ul ul, ol ol, ol ol ol, ul ol, ol ul {
    margin-bottom: 0
}

body:not(.elementor-page) article.main-content ul, body:not(.elementor-page) article.main-content ol, .comment-body ul, .comment-body ol {
    margin-left: 25px;
    margin-bottom: 25px; 
}
body:not(.elementor-page) article.main-content ul li, 
body:not(.elementor-page) article.main-content ol li, 
.comment-body ul li, 
.comment-body ol li {
    margin-bottom: 4px; 
}
dt {
    font-weight: bold;
    font-size: 16px;
}

dd {
    padding: 0 0 20px 0;
}

ul ul, ul ul ul, ol ol, ol ol ol, ul ol, ol ul {
    margin-bottom: 0 !important
}


/* Table
= -------------------------------- */
table {
    width: 100%;
    background: var(--dark_color);
}

.comments table, body:not(.elementor-page) article.main-content table {
    margin-bottom: 25px;
}

table td, table th {
   
    border: 1px solid var(--dark_color2);
    text-align: left;
    color: var(--base_color);
}

table th {
    border-width:2px;
    background: var(--dark_color);
    font-weight: bold;
    color: var(--base_color2);
}

table caption {
    padding: 1em 0;
    text-align: center;
}

/* HTML Various small tags
= -------------------------------- */
cite {
    text-align: right;
    font-style: normal;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
    display: inline-block;
}

cite a {
    font-weight: bold;
}

small {
    font-size: 12px;
}

del {
    text-decoration: line-through;
}

em, i {
    font-style: italic;
}

strong, b {
    font-weight: 600;
}

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

sup {
    top: -0.5em;
    bottom: -0.25em;
}

abbr, acronym {
    border-bottom: 1px dotted;
}

address {
    margin: 0 0 1.5em;
    font-style: italic;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
    margin: 0px;
}

/* Code
= -------------------------------- */
code, kbd, pre, samp, tt {
    font: 0.8em 'Andale Mono', 'Lucida Console', monospace;
}

pre, code {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #1a1a1a;
    color: #FFF;
    padding: 2px 4px;
    font-size: 14px;
}

pre {
    white-space: pre;
    word-wrap: normal;
    overflow-x: scroll;
    line-height: 1.3;
    padding: 15px;
}

.main-content pre, .comment-body pre {
    margin-bottom: 30px;
}

/* Blockquote
= -------------------------------- */
blockquote {
    font-size: 16px;
    font-style: italic;
    padding: 0 0 0 30px;
    border-left:2px solid #fff;
}

body:not(.elementor-page) article.main-content blockquote {
    margin-bottom: 30px;
}

blockquote.single {
    padding: 30px 0 0 0;
    margin: 0 0 30px 30px;
}

blockquote .author {
    padding-top: 20px;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 800;
    font-style: italic;
    text-align: right;
    text-transform: uppercase;
}

blockquote .author:before {
    content: "- "
}
blockquote p {
    color:#fff;
    font-size:18px;
}
blockquote p:last-of-type {
    margin-bottom: 0;
}

blockquote small {
    font-size: 12px;
}

@media (max-width: 575.98px) {
    .wp-block-pullquote p {
        font-size: 23px;
        line-height: 1.2;
    }
}


/* Select styled */
.select-styled {
    position: relative;
    display: inline-block;
}

.select-styled select {
    border: none !important;
    border-radius: 3px;
    height: 40px;
    font-size: 14px;
    padding: 0 38px 0 16px !important;
    color: var(--base_color);
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
}

.select-styled:after {
    font-family: "Ionicons";
    content: "\f123";
    font-size: 16px;
    top: 50%;
    position: absolute;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    z-index: 10;
    -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    transition: all cubic-bezier(.4, 0, .2, 1) .4s;
}

.contact-form-holder {
}

.contact-form-holder textarea, .contact-form-holder input {
    background-color: rgb(255 255 255 / 42%);
    transition: 0.6s ease;
}

.contact-form-holder textarea:focus, .contact-form-holder input:focus {
    background-color: #fff
}

.contact-form-holder input[type="submit"] {
    background-color: var(--btn_bg_color);
    color: var(--btn_color);
}

.contact-form-holder input[type="submit"]:hover {
    background-color: var(--btn_hov_bg_color);
    color: var(--btn_hov_color);
}

/* -------------------------------------------
   Helper Classes
= ----------------------------------------- */
.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    margin-top: -1px;
    overflow: hidden;
    visibility: hidden;
    width: 0
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0
}

* html .clearfix, :first-child+html .clearfix {
    zoom: 1 }

.opacity-01 {
    opacity: 0.1
}

.opacity-02 {
    opacity: 0.2
}

.opacity-03 {
    opacity: 0.3
}

.opacity-04 {
    opacity: 0.4
}

.opacity-05 {
    opacity: 0.5
}

.opacity-06 {
    opacity: 0.6
}

.opacity-07 {
    opacity: 0.7
}

.opacity-08 {
    opacity: 0.8
}

.opacity-09 {
    opacity: 0.9
}



/* -------------------------------------------
   6. WordPress Core Styles
= ----------------------------------------- */
article iframe, article object, .post-content__article embed {
    max-width: 100%;
    min-width: 100%;
}

.alignfull, .alignwide {
    margin-bottom: 32px;
    margin-top: 32px;
}

article .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 1000%;
    width: 100vw;
    padding-left: -webkit-calc(2*1rem);
    padding-left: calc(2*1rem);
    padding-right: -webkit-calc(2*1rem);
    padding-right: calc(2*1rem);
}

article .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
}

.alignwide video {
    min-width: 100%;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    article .alignfull, article .alignwide {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

/* Wp caption */
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
}

.caption-txt {
    font-size: 14px;
}

.wp-caption .wp-caption-text {
    font-size: 14px;
    position: absolute;
    left: 10px;
    margin-right: 10px;
    bottom: 10px;
    line-height: 1.6em;
    background-color: #121212;
    text-align: left;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}

.wp-caption {
    margin-bottom: 30px;
    max-width: 100%;
    position: relative;
    color: #aaa;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0 0 0px 0;
    max-width: 100%;
    padding: 0;
    width: auto;
    vertical-align: middle;
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 2px 8px;
    color: #fff;
}

.sticky.post {
}

.gallery-item {
    float: left;
}

.gallery-item .thumb {
    margin: 0.05em;
}

.gallery-item {
    padding: 2px;
}

.gallery-item img {
    border: none;
    vertical-align: middle;
}

.bypostauthor {
    width: 100%;
}

.gallery {
    clear: both;
    position: relative;
    margin-bottom: 32px;
}

.main.thin .gallery {
    margin-left: -80px;
    margin-right: -80px;
}

.gallery:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0
}

.gallery-item {
    float: left;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

.gallery-item img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    width: 14.285%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.111%;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}

.gallery-caption {
    background-color: rgba(33, 34, 37, 0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    padding: 8px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

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

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    max-height: 50px;
    display: inline-block;
    width: auto;
    padding: 5px 13px;
    color: #fff;
    background: rgb(20 20 20 / 82%);
    border-radius: 3px;
    text-align: left;
    font-size: 13px;
    line-height: 1.6;
}

/* Paragraph color fix  */
.has-text-color[style="color:#1e0566"] {
    color: inherit !important;
}

/* Gallery block */
#app article .blocks-gallery-grid {
    margin-left: 0px;
    margin-bottom: 0;
    list-style: none;
}

.blocks-gallery-caption {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
    text-align: center;
    padding: 0 20px;
}

.editor-styles-wrapper .has-large-font-size, .has-large-font-size {
    /* line-height: 1.3; */
}

/* Image block */
.wp-block-image {
    margin-bottom: 30px
}

/* Audio Block */
.wp-block-audio figcaption {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
}

/* Videos Block */
.wp-block-video figcaption {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
}

/* Embed */
.wp-block-embed figcaption {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
}

/* Password Post */
.post-password-form label:first-child input {
    display: block;
    width: 100%;
}

.post-password-form p>input {
    margin-top: 15px;
    display: block;
}

/* Separator */
.wp-block-separator {
    height: 1px;
    background-color: #FFFFFF;
    border: 0px;
    opacity: .2;
    margin: 30px auto;
    clear: both;
}

.wp-block-separator.is-style-dots {
    background: none;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto;
    opacity: .5;
}

.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: var(--base_color);
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif;
}

/* Widgets */
.wp-block-search {
    margin-bottom: 30px;
}

.wp-block-search .wp-block-search__input {
    border:none;
    border-bottom: 1px solid var(--dark_color3);
    transition: border 0.7s ease;
}
.wp-block-search .wp-block-search__input:hover,
.wp-block-search .wp-block-search__input:focus {
    border-color:#fff
}
.wp-block-search .wp-block-search__button {
    background: var(--btn_bg_color);
    border: 2px solid var(--btn_border_color);
    padding: 10px 20px;
    color: var(--btn_color);
    margin-left: .625em;
    word-break: normal;
}
.wp-block-search .wp-block-search__button:hover {
    border-color:#fff
}
@media (max-width: 575.98px) {
    .wp-block-search .wp-block-search__button {
        margin-left: 0px;
    }
}

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

.wp-block-group__inner-container {
    padding: 30px;
    margin-bottom: 32px;
    color: #000000
}

.wp-block-archives li {
    list-style: square;
    margin: 0;
    color: #000000;
    margin-left: 0px;
    padding: 5px 0;
}

.wp-block-calendar {
    margin-bottom: 20px;
}

.wp-block-calendar table {
    background-color: transparent;
    margin-bottom: 5px;
}

.wp-block-calendar table td {
    background: transparent;
}

.wp-block-calendar table th {
    background: transparent;
    font-weight: 700;
    text-align: center;
    color:#fff;
    border-width:3px;
}

.wp-block-calendar table td {
    font-weight: 400;
    text-align: center;
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar tfoot a {
    color: #ffffff
}

.wp-block-calendar tfoot td {
    border-color: transparent;
    background-color: transparent;
}

.wp-block-calendar tfoot td#prev {
    text-align: left;
}

.wp-block-calendar tfoot td#next {
    text-align: right;
}

.wp-block-calendar table caption, .wp-block-calendar table tbody {
    color: var(--base_color);
    text-align: center;
}

.wp-block-calendar tbody td {
    border: 1px solid #333;
}

.wp-block-calendar th {
    padding: 4px;
    font-weight: 800;
    border: 1px solid #333;
}

/* Latest Comments */
.wp-block-latest-comments {
}

.wp-block-latest-comments__comment-date {
    color: var(--base_color3);
    /* opacity:0.8; */
}

/* Tags */
.wp-block-tag-cloud a {
   padding: 10px 24px;
    margin: 2px 2px 4px 2px;
    display: inline-block;
    line-height: normal;
    color: var(--base_color);
    font-weight: 400;
    border:1px solid var(--dark_color2);
    -moz-border-radius: 99em;
    -webkit-border-radius: 99em;
    border-radius: 99em;
    transition: all 0.4s ease;
}

.wp-block-tag-cloud a:hover {
    text-decoration: none;
    line-height: normal;
    color:var(--dark_color);
    background-color: #fff
}

/* Latest post */
.wp-block-latest-posts__post-date {
    color: var(--base_color3);
    opacity:0.8
}

.wp-block-latest-posts {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-left: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.wp-block-latest-posts li {
    margin-bottom: 5px;
    font-weight: 300;
}

.wp-block-latest-posts li a {
    font-weight: 500;
}

/* Blockquote */
.wp-block-quote {
    padding: 10px 30px;
    margin: 35px 0px;
}

.wp-block-quote p {
    font-style: italic;
    margin-bottom: 0px;
}

.wp-block-quote.is-large {
    margin: 35px 0px;
}

.wp-block-button__link {
    background-color: var(--btn2_bg_color);
    color: var(--btn2_color) !important;
    border: none;
    transition: all 0.3s ease;
    line-height: 1.4;
    font-weight: 700;
    font-size: 15px;
}

.wp-block-button.is-style-squared .wp-block-button__link, .wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-file .wp-block-file__button {
    background-color: var(--btn2_bg_color);
    transition: all 0.3s ease;
    font-weight: 700;
}

.wp-block-file .wp-block-file__button:hover {
    background-color: var(--btn2_hov_bg_color);
    color: var(--btn2_hov_color); !important
}

.wp-block-button {
    margin-bottom: 20px !important;
}

.wp-block-button__link:hover {
    background-color: var(--btn2_hov_bg_color);
    color: var(--btn2_hov_color) !important;
    opacity: 1;
    border: none;
}

.is-style-outline .wp-block-button__link, .wp-block-button__link.is-style-outline {
    color: var(--btn_color) !important;
    border: 2px solid var(--btn_border_color);
}

.is-style-outline .wp-block-button__link:hover, .wp-block-button__link.is-style-outline:hover {
    border: 2px solid var(--btn_hov_border_color);
    background-color: transparent;
    color: var(--btn_hov_color) !important;
}

/* Cover */
.wp-block-cover .wp-block-cover-text p {
    color: #fff;
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.5;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center;
    color: #fff !important;
}

.wp-block-categories-list {
    list-style: none;
    font-size: 16px;
}

.wp-block-image figcaption {
    color: var(--base_color);
    text-align: left;
    font-size: 14px;
}

.wp-caption p, .wp-caption-text {
    font-size: 13px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* Audio */
.wp-block-audio {
    margin-bottom: 32px;
}

/* Pullquotes */
.wp-block-pullquote {
    border: 4px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.15);
    color: inherit;
    padding: 40px 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 32px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    text-align: center
}

.wp-block-pullquote blockquote {
    border: 0;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    background: none;
}

.wp-block-pullquote blockquote cite {
    text-align: center;
}

.wp-block-pullquote>p {
    font-family: inherit;
}

.wp-block-pullquote cite {
    color: inherit;
    opacity: 0.8;
}

/* Table */
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #1e1e1e;
}

.wp-block-table.is-style-stripes {
    border-bottom: 0;
}

.wp-block-file a.wp-block-file__button {
    color: var(--btn2_color);
}

.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
    color: var(--btn2_hov_color);
    opacity:1
}

/* -------------------------------------------
   7. Pagination/Post Navigation
= ----------------------------------------- */
.paging-navigation {
    margin: 40px 0 0 0;
}

.paging-navigation .loop-pagination {
    text-align: center;
}

.paging-navigation .page-numbers {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-right: 0;
    line-height: normal;
    vertical-align: middle;
    color: var(--base_color);
    min-width: 45px;
    min-height: 45px;
    line-height: 40px;
    text-align: center;
}

.paging-navigation .page-numbers:first-child:before {
    display: none;
}

.paging-navigation .page-numbers.current {
    border: 2px solid var(--dark_color2);
    border-radius: 100%;
    top: -2px;
    position: relative;
    opacity:1;
    color:#fff;
    font-weight:600;
}

.paging-navigation a {
    transition: all 0.5s ease;
}

.paging-navigation a:hover {
    color:#fff
}

@media only screen and (max-width: 479.98px) {
    .paging-navigation .page-numbers {
        min-width: 35px;
        min-height: 35px;
        line-height: 30px;
        font-size: 16px;
    }

    .paging-navigation .prev, .paging-navigation .next {
        color:#fff
    }
}

/* Page links */
.page-links {
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
    color: var(--base_color)
}

.page-links a {
    display: inline-block;
    margin: 0 4px;
    color: var(--base_color)
}

/* Post Navigation */
.post-navigation {
    clear: both;
    margin-top: 40px;
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}

.nav-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.nav-link {
    width: 100px;
    flex: auto;
    border-radius: 3px;
    padding: 0 30px;
    margin: 5px;
    border: 2px solid var(--dark_color2);
}

@media (max-width: 575.98px) {
    .nav-link {
        width: 100%;
        min-width: 100px;
    }
}

.nav-link__top {
    padding-top: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-link__caption {
    color:var(--base_color3);
   
}
.nav-link__title {
    padding-bottom: 30px;
    font-weight: 700;
    max-width: 70%;
    transition: 0.3s color ease;
}

.nav-link__title:hover {
   
}
.nav-link__btn.btn-circle {
    border: 2px solid var(--btn_border_color);
}
.nav-link__btn.btn-circle:hover {
    border:2px solid var(--btn_hov_border_color)
}
.nav-link__btn.btn-circle .ion {
    font-size: 24px;
}

/* Next */
.nav-link--next .nav-link__btn {
    margin-left: auto;
}

.nav-link--next .nav-link__title {
    margin-top: 10px;
    float: left;
    word-break: break-word
}

/* Prev */
.nav-link--prev .nav-link__caption {
    margin-left: auto;
}

.nav-link--prev .nav-link__title {
    text-align: right;
    margin-top: 10px;
    float: right;
    word-break: break-word;
}

/* Empty */
.nav-link--empty {
    visibility: hidden;
    min-width: 0;
    padding: 10px;
}

/* -------------------------------------------
   8. Loader
= ----------------------------------------- */
.app-loader {
    display:none;
}
.app--init .app-loader {
    display:block;
}
.app--show-loading .app-loader {
    display:block;
}

.loader-layer {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    background-color: var(--background_color);
    pointer-events: none;
    opacity: 0;
    transition:opacity 0.75s ease;
}
.app--loading:not(.app--fx-loading) .loader-layer {
    opacity: 1
}


/* First Load */
.loader-intro {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color:var(--page_trans_bg);
    /* pointer-events: none; */
    display:none;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    opacity:1;
    transition: opacity .75s ease;
}
.app--init .loader-intro {
     display: flex;
}

.app--init.app--end-loading .loader-intro {
	opacity: 0;
}
    .loader-intro__center {
       position:relative
    }
    .loadbar-holder {
         font-size:90px;
         margin-bottom:0;
         position:relative;
         transition: all 0.75s cubic-bezier(.25,.1,.25,1) 0.3s;
    }
    .loader-intro.off .loadbar-holder {
        transform:translateY(-100px);
        opacity:0;
    }
    .loadbar-holder .loadbar {
        top:0;
        right:0;
        height:100%;
        width: 100%;
        position:absolute;
        opacity:0.8;
        background-color:var(--page_trans_bg);
        transition:height 0.4s ease;
    }
    
    @media (max-width: 991.98px) { 
        .loadbar-holder {
             font-size: 7vw;
        }
    }   
        
    .loader-precentage {
        margin-top:0px;
        color: #fff;
        font-size:24px;
        text-align:center;
        transition: all 0.75s cubic-bezier(.25,.1,.25,1) 0.4s;
    }
    .loader-intro.off .loader-precentage {
        transform:translateY(-100px);
        opacity:0;
    }


/* -------------------------------------------
   9. Layout
= ----------------------------------------- */
/* Site and Smooth Scroll
= -------------------------------- */
#app {
    z-index: 1;
    position: relative;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    background-size: cover;
    background-position: center;
}

#ajax-content {}
.is-fullscreen #ajax-content {
	overflow: hidden;
}


/* Content
= -------------------------------- */
.content {
    padding: 0px 0 100px 0;
    clear: both;
    width: 100%;
    position: relative;
    z-index: 2;
}

.is-fullscreen .content {
    padding: 0;
}

.content-full {
    position: relative;
    z-index: 2;
    display: block;
}

/* Post Content */
.post-content {
    position: relative;
}
.page-container {
    z-index:3
}
.app--show-loading .page-container {
    opacity:0;
    transform:translateY(50px)
}
.app--visible .page-container {
    transition:transform 0.75s, opacity 0.75s ease 0.2s;
    opacity:1;
    transform:translateY(0);
}


/* Sidebar
= -------------------------------- */
/* Sidebar
 ------------------------------ */
#sidebar {}
.sidebar__block {
    position: fixed;
    top: 0px;
    width: 400px;
    height: 100%;
    z-index: 2003;
    -webkit-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    opacity: 1;
}
.sidebar__layer {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgb(0 0 0 / 85%);
    top: 0;
    left: 0;
    right: 0;
    z-index: 2002;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.3s linear, opacity 0.3s linear;
}
.is-sidebar-open .sidebar__layer {
    opacity: 1;
    visibility: visible;
}
#sidebar__trigger {
    position: absolute;
    top: 50%;
    bottom:0;
    height:60px;
    background-color: var(--background_color);
    width: 30px;
    z-index: 1;
}
#sidebar-trigger {
    position:absolute;
    transform:rotate(-90deg)
}
#sidebar-trigger {
    width:100%;
    height:100%;
}
#sidebar-trigger path {
    stroke: rgb(255, 255, 255);
    transition: all .3s ease-out;
}
#sidebar-trigger-g1,
#sidebar-trigger-g2,
#sidebar-trigger-g3 {
    transition: all .3s ease-out 0.4s;
}
.is-sidebar-open #sidebar-trigger-g1 {
    transform:matrix(0.7071067690849304,0.7071067690849304,-0.7071067690849304,0.7071067690849304,12,12);
    opacity:0;
}
.is-sidebar-open #sidebar-trigger-g2 {
    transform:matrix(0,-1,1,0,12,12);
   
}
.is-sidebar-open #sidebar-trigger-g3 {
    transform:matrix(1,0,0,1,12,12);
}

.sidebar--left #sidebar__trigger:before {
   
}
.sidebar--right #sidebar__trigger:before {
    
}
.sidebar__inner {
    background-color: var(--background_color);
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sidebar__content {
    padding: 100px 50px;
    padding-right: 60px;
    width: calc(100% + 30px);
    height: 100%;
    overflow-y: scroll;
}
/* Right */
.sidebar--right {
    right: 0px;
    -webkit-transform: translateX(430px);
    transform: translateX(430px);
}
.sidebar--right #sidebar__trigger {
    left: -29px;
    border:1px solid var(--dark_color2);
    border-right:0;
    border-radius:3px;
}

.is-sidebar-ready .sidebar--right {
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
}
.is-sidebar-open .sidebar--right {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.sidebar--right .sidebar__inner {
    border-left:1px solid var(--dark_color2)
}
/* Left */
.sidebar--left {
    left: 0px;
    -webkit-transform: translateX(-430px);
    transform: translateX(-430px);
}
.sidebar--left #sidebar__trigger {
    right: -29px;
    border:1px solid var(--dark_color2);
    border-left:0;
    border-radius:3px;
}
.is-sidebar-ready .sidebar--left {
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
}
.is-sidebar-open .sidebar--left {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.sidebar--left .sidebar__inner {
    border-right:1px solid var(--dark_color2)
}
@media only screen and (max-width: 479.98px) {
    .sidebar__block {
        width: 280px
    }
    .sidebar__content {
        padding: 100px 20px;
        padding-right: 50px;
        width: calc(100% + 30px);
    }
    /* Right */
    .sidebar--right {
        -webkit-transform: translateX(310px);
        transform: translateX(310px);
    }
    .is-sidebar-ready .sidebar--right {
        -webkit-transform: translateX(280px);
        transform: translateX(280px);
    }
    .is-sidebar-open .sidebar--right {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    /* Left */
    .sidebar--left {
        -webkit-transform: translateX(-310px);
        transform: translateX(-310px);
    }
    .is-sidebar-ready .sidebar--left {
        -webkit-transform: translateX(-280px);
        transform: translateX(-280px);
    }
    .is-sidebar-open .sidebar--left {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    /* Trigger */
    #sidebar__trigger {
        width:20px;
        background-color:#333;
    }
    .sidebar--left #sidebar__trigger {
        right: -19px;
    }
    .sidebar--right #sidebar__trigger {
        left: -19px;
    }
}


/* Container
= -------------------------------- */
.container-wide {
    margin: 0 auto;
    position: relative;
    max-width: 1300px;
}
.container-narrow {
    margin: 0 auto;
    position: relative;
    max-width: 880px;
}
.container-fluid {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
    position: relative;
}
.container-fullwidth {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.container {
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}

.container-wide:after, .container:after, .container-fluid:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

@media only screen and (max-width: 1580px) {
    .container-wide {
        max-width: 1080px;
    }
}

@media only screen and (max-width: 1380px) {
    .container-wide, .container {
        max-width: 1040px;
    }
}

@media only screen and (max-width: 1260px) {
    .container-wide, .container {
        max-width: 100%;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
    }
    .container-narrow {
        max-width:980px;
        padding-left: 100px;
        padding-right: 100px;
     }
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Mobile portrait and landscape modes */
@media only screen and (max-width: 767.98px) {
    .container-wide, .container, .container-narrow, .container-fluid {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Mobile portrait mode */
@media only screen and (max-width: 479.98px) {
    .container-wide, .container, .container-narrow, .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/* -------------------------------------------
   10. Grid 
= ----------------------------------------- */
/* Gutter */
.flex-col-1-1, .flex-col-1-2, .flex-col-1-3, .flex-col-1-4, .flex-col-1-5 {
    float: left;
}

.flex-col-1-1 {
    width: 100%;
}

.flex-col-1-2 {
    width: 50%;
}

.flex-col-1-3 {
    width: 33.33%;
}

.flex-col-1-4 {
    width: 25%
}

.flex-col-1-5 {
    width: 20%
}

/* Creative Grid
= -------------------------------- */ 
.creative-grid {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.creative-grid .grid-item {
	position: relative;
	float:left
}
.creative-grid--s .grid-item {
    margin: 40px;
    width: calc(50% - 80px);
}
@media (max-width: 1199.98px) { 
    .creative-grid--s .grid-item {
        margin: 20px;
        width: calc(50% - 40px);
    }
}  
@media (max-width: 991.98px) { 
    .creative-grid--s .grid-item {
        margin: 0 0 60px 0;
        width:100%;
    }
}

/* 1 */
.creative-grid--1 .grid-item {
    margin: 40px;
    width: calc(50% - 80px);
}
.creative-grid--1 .grid-item:nth-of-type(2n+1) {
    margin-bottom:80px;
}
.creative-grid--1 .grid-item:nth-of-type(2n+2) {
    margin-top:80px;
}
@media (max-width: 1199.98px) {
    .creative-grid--1 .grid-item {
        margin: 20px;
        width: calc(50% - 40px);
    }
    .creative-grid--1 .grid-item:nth-of-type(2n+1) {
        margin-bottom:60px; 
    }
    .creative-grid--1 .grid-item:nth-of-type(2n+2) {
        margin-top:60px;
    }
}  
@media (max-width: 991.98px) { 
   .creative-grid--1 .grid-item {
        margin: 0 0 40px 0 !important;
        width:100% !important;
    }
}  

/* 2 */
.creative-grid--2 .grid-item {
    margin: 40px;
    width: calc(50% - 80px);
}

.creative-grid--2 .grid-item:nth-child(3n-3),
.creative-grid--2 .grid-item:nth-child(3n-1) {
    width: calc(50% - 80px);
}

.creative-grid--2 .grid-item:nth-child(3n+1) {
    width:100%;
    width: calc(100% - 80px);
}

@media (max-width: 991.98px) { 
    .creative-grid--2 .grid-item {
        margin: 20px;
    }
    .creative-grid--2 .grid-item:nth-child(3n-3),
    .creative-grid--2 .grid-item:nth-child(3n-1) {
        width: calc(50% - 40px);
    }
    .creative-grid--2 .grid-item:nth-child(3n+1) {
        width:100%;
        width: calc(100% - 40px);
    }
}  

@media (max-width: 767.98px) { 
    .creative-grid--2 .grid-item {
        margin: 0px 0 40px 0;
    }
    .creative-grid--2 .grid-item:nth-child(3n-3),
    .creative-grid--2 .grid-item:nth-child(3n-1) {
        width: 100%;
    }
    .creative-grid--2 .grid-item:nth-child(3n+1) {
        width:100%;
    }
}  

/* 3 */
.creative-grid--3 .grid-item {
    margin: 40px;
    width: calc(50% - 80px);
}

.creative-grid--3 .grid-item:nth-child(3n-3),
.creative-grid--3 .grid-item:nth-child(3n-1) {
    width: calc(50% - 80px);
}

.creative-grid--3 .grid-item:nth-child(3n-1) {
    margin-top:100px;

}
.creative-grid--3 .grid-item:nth-child(3n+1) {
    width: calc(80% - 80px);
    margin-left:10vw;
}

@media (max-width: 991.98px) { 
    .creative-grid--3 .grid-item {
        margin: 20px;
    }
    .creative-grid--3 .grid-item:nth-child(3n-3),
    .creative-grid--3 .grid-item:nth-child(3n-1) {
        width: calc(50% - 40px);
    }
    .creative-grid--3 .grid-item:nth-child(3n+1) {
        width:100%;
        margin-left:20px;
        width: calc(100% - 40px);
    }
}  

@media (max-width: 767.98px) { 
    .creative-grid--3 .grid-item {
        margin: 0px 0 40px 0;
    }
    .creative-grid--3 .grid-item:nth-child(3n-3),
    .creative-grid--3 .grid-item:nth-child(3n-1) {
        margin-top:0;
        width: 100%;
    }
    .creative-grid--3 .grid-item:nth-child(3n+1) {
        width:100%;
        margin-left:0
    }
}


/* -------------------------------------------
   11. Header
= ----------------------------------------- */
/* Header
 = -------------------------------- */
#header {
    width: 100%;
    z-index: 2002;
    backface-visibility: hidden;
    top: 0;
    background-color: transparent;
    position: absolute;
}
.is-smoothscroll #header {
    pointer-events:none
}
.elementor-editor-active #header {
    pointer-events: none
}

#header.no-transtion {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

#header.is-sticky.is-scrolled {
    position: fixed;
    opacity: 0;
    background-color: var(--background_color);
    transform: translateY(-20px);
    opacity: 0 !important;
    visibility: hidden !important;
}
@media (max-width: 991.98px) { 
    #header.is-sticky.is-scrolled {
        background-color:transparent;
    }
}  
.app--show #header.is-sticky.is-scrolled,
#header.menu-type-hamburger.is-sticky.is-scrolled {
    background-color: transparent
}

#header.is-sticky.appear {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0px);
    transition: all 0.3s ease 0.4s;
}

.header__container {
    transition: height 0.5s ease;
    height: 150px;
}

#header.is-empty-offset .header__container {
    transition: all 0.3s ease;
}

#header.is-sticky.is-scrolled:not(.menu-type-hamburger) .header__container {
    height: 100px;
}

@media (max-width: 1118px) {
    .header__container {
        height: 100px;
    }
}

@media (max-width: 767.98px) {
    #header.is-sticky.is-scrolled .header__container {
        height: 70px;
    }
}

.header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}

.header__left, .header__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events:all;
}

.header__right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* Disable sticky on mobiles */
@media (max-width: 767.98px) {
    #header.is-scrolled.no-sticky-mobile {
        position: absolute;
        left: 0;
        top: 0;
    }
}

/* Admin bar space */
.is-admin-bar #header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .is-admin-bar #header {
        top: 46px;
    }
}

/* Header Container */
.header__container {
    position: relative;
}

/* Logo
= -------------------------------- */
.site-logo {
    z-index: 21;
    flex: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-center-logo .site-logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    padding: 0 30px;
}

@media (max-width: 1300px) {
    .header-center-logo .site-logo {
        padding: 0 10px;
    }
}

@media (max-width: 575.98px) {
    .header-standard .site-logo {
        margin-right: 10px;
    }

    .header-center-logo .site-logo {
        position: relative;
        padding: 0;
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

/* First run animation */
.app--init .site-logo  {
    transition: all 0.6s ease 0.1s;
    opacity: 0;
}

.app--init .app--visible .site-logo {
    opacity: 1;
}

.site-logo a {
    position: relative;
    z-index: 2;
    display: flex;
}

.site-logo a img {
    max-height: var(--logo_height);
}

.logo-dark {
    display: none;
}
body:not(.menu-open) .menu-type-hamburger.light-content .logo-dark {
	display: initial;
}
body:not(.menu-open) .menu-type-hamburger.light-content .logo-light {
	display: none;
}


/* -------------------------------------------
   12. Navigation
= ----------------------------------------- */
/* Primary navigation
= -------------------------------- */
.header-center .primary-navigation, .header-center-logo .primary-navigation {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20;
}

.header-standard .primary-navigation {
    margin-right: 20px;
}

/* First run animation */
.app--init .primary-navigation li > a  {
    transition: all 0.6s ease 0.2s;
    opacity: 0;
}

.app--init .app--visible .primary-navigation li > a {
    opacity: 1;
}

.primary-navigation div>ul {
    margin-bottom: 0;
    text-align: center;
    position: relative;
}

.primary-navigation li {
    list-style: none;
    display: block;
    margin: 0;
    position: relative;
    z-index: 2;
}

.primary-navigation div>ul>li {
    float: left;
    margin: 0px;
    position: relative;
}

.primary-navigation a {
    font-size: 15px;
    display: block;
    margin: 0 20px;
    position: relative;
    text-align: center;
    font-weight: 400;
    transition: color .6s ease;
    -webkit-transition: color .6s ease;
}

@media (max-width: 1300px) {
    .primary-navigation a {
        margin: 0 15px;
    }
}

.primary-navigation div>ul>li>a {
    color: var(--base_color2);
}

.primary-navigation div>ul>li>a:hover {
    color: #fff;
}

/* Current */
.primary-navigation div>ul>li.current-menu-item>a {
    /*     color: var(--brand_color); */
}

.primary-navigation>div>ul>li.current-menu-ancestor:before, .primary-navigation>div>ul>li.current-page-ancestor:before, .primary-navigation>div>ul>li.current-menu-parent:before, .primary-navigation>div>ul>li.current-menu-item:before {
    content: "";
    transition: transform .5s cubic-bezier(.4,.8,.6,1.2);
}

.app--loading .primary-navigation>div>ul>li.current-menu-ancestor:before, .app--loading .primary-navigation>div>ul>li.current-page-ancestor:before, .app--loading .primary-navigation>div>ul>li.current-menu-parent:before, .app--loading .primary-navigation>div>ul>li.current-menu-item:before {
}

.primary-navigation .active>a, .primary-navigation .current-menu-item>a {
}

.primary-navigation li.hot>a:after {
    content: "hot";
    font-size: 10px;
    font-weight: 500;
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    padding: 2px 6px;
    margin-left: 5px;
    border-radius: 2px;
    text-transform: uppercase;
}

/*= Dropdown
 */
.primary-navigation li>ul.sub-menu {
    z-index: 10;
    opacity: 0;
    display: none;
    -webkit-transform-origin: 50% -50px;
    -ms-transform-origin: 50% -50px;
    transform-origin: 50% -50px;
    transform: translateY(40px) scale(0.8);
    -webkit-box-shadow: 0 20px 32px -8px rgba(0, 0, 0, .30), 0 0 1px rgba(0, 0, 0, .3);
    box-shadow: 0 20px 32px -8px rgba(0, 0, 0, .30), 0 0 1px rgba(0, 0, 0, .3);
}

.primary-navigation ul ul {
    top: 50px;
    background: #111;
    left: 0;
    padding: 0;
    position: absolute;
    width: 230px;
    opacity: 0;
    display: block;
    padding: 10px 0 10px;
    border-radius: 3px;
    border:1px solid rgb(255 255 255 / 15%);
}

.primary-navigation ul ul.show-list {
}

.primary-navigation ul ul li {
    float: none;
    padding: 0 10px;
    border-radius: 3px;
}

.primary-navigation ul ul a {
    color: var(--base_color);
    display: block;
    letter-spacing: 0;
    padding: 10px 15px;
    margin: 0;
    text-align: left;
    text-transform: none;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
    border-radius: 3px;
    transition: color 0.5s, background 0.5s ease;
    background-color: transparent;
}

.primary-navigation ul ul>li.menu-item-has-children>a:after {
    content: "\f218";
    font-family: 'Ionicons';
    font-style: normal;
    position: absolute;
    right: 10px;
    opacity: 0.7;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.primary-navigation ul ul .active>a:after,
.primary-navigation ul ul>li.menu-item-has-children>a:hover:after {
    opacity: 1;
    transform: rotate(45deg);
}

.primary-navigation ul ul a:hover {

}

.primary-navigation ul ul {
    z-index: 20
}

.primary-navigation ul ul ul {
    z-index: 21
}

.primary-navigation ul ul ul ul {
    z-index: 22
}

.primary-navigation ul li.current-menu-parent ul a {
}

.primary-navigation ul ul a:hover, .primary-navigation ul ul .hover>a, .primary-navigation ul ul .current>a:hover, .primary-navigation ul ul a.selected {
}

.primary-navigation ul ul .active>a, .primary-navigation ul ul a:hover {
    color:#fff
}

.primary-navigation ul ul .current>a {
    color: #fff;
}

.primary-navigation ul ul li.current-menu-item a {
}

.primary-navigation li:not(.super-menu) ul ul {
    left: 100% !important;
    top: 0px !important;
}

.primary-navigation li:not(.super-menu) ul li>.edge {
    right: 100% !important;
    left: -100% !important;
}

.primary-navigation li:not(.super-menu) ul .edge {
    right: 100% !important;
    left: auto !important;
}

/* Media Query */
@media (max-width: 991.98px) {
    .primary-navigation {
        display: none;
    }
}

/* Super Menu
= -------------------------------- */
.super-menu-wrap {
    position: absolute;
    top: 48px;
    display: none;
    opacity: 0;
    transform: translateY(40px) scale(0.8);
    width: 100vw;
    left: 0;
    right: 0px;
    -webkit-transform-origin: 50% -50px;
    -ms-transform-origin: 50% -50px;
    transform-origin: 50% -50px;
}

.primary-navigation .super-menu {
}

.primary-navigation .super-menu-wrap>ul {
    background: #222;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 3px;
    transform: translateY(0) scale(1) !important;
    opacity: 1 !important;
    -webkit-box-shadow: 0 20px 32px -8px rgba(0, 0, 0, .30), 0 0 1px rgba(0, 0, 0, .3);
    box-shadow: 0 20px 32px -8px rgba(0, 0, 0, .30), 0 0 1px rgba(0, 0, 0, .3);
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: none;
    width: 100%;
    width: -webkit-calc(100vw - 170px) !important;
    width: calc(100vw - 170px) !important;
    right: 0px !important;
    left: 80px !important;
    position: relative;
    margin: 0;
}

.primary-navigation .super-menu-wrap>ul>li {
    padding: 0px;
    border-radius: 0;
    width: -webkit-calc(100% / 6);
    width: calc(100% / 6);
    float: left;
    margin-left: 0;
}

.primary-navigation .super-menu-wrap>ul ul li.menu-item-has-children {
}

.primary-navigation .super-menu-wrap>ul ul.sub-menu {
    position: relative;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    padding: 0;
    transform: translateY(0) scale(1) !important;
    display: inline-block !important;
    opacity: 1 !important;
    display: block !important;
    box-shadow: none !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.primary-navigation .super-menu-wrap>ul ul.sub-menu:after {
    display: none
}

.primary-navigation .super-menu-wrap ul ul li {
    padding: 0;
}

.primary-navigation .super-menu-wrap ul li a {
    line-height: normal;
    padding: 0;
    padding: 10px;
    border-radius: 3px;
}

.primary-navigation .super-menu-wrap>ul>li>a {
    color: inherit !important;
    font-weight: 600;
}

.primary-navigation .super-menu-wrap>ul>li>a:after {
    display: none
}

.primary-navigation .super-menu-wrap ul ul li:first-child>a {
}

.primary-navigation .super-menu-wrap ul ul li:last-child>a {
}

/* Extra Menu
= -------------------------------- */
.extra-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.extra-menu {
    list-style: none;
}

.extra-menu li {
    margin-left: 15px;
}

@media (max-width: 575.98px) {
    .extra-menu li {
        margin-left: 5px
    }
}

.extra-menu li:first-child, .extra-menu li:last-child {
    margin-left: 0;
}


/* Layer Navigation
= -------------------------------- */
/*= Hamburger button
 */

.l-nav-btn:hover .btn-circle-border circle {
    stroke-dashoffset: 0;
}

#header.hamburger-position-left .l-nav-btn {
    margin-right: 20px;
    z-index: 21;
}

#header.hamburger-position-right .l-nav-btn {
    z-index: 21;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
}
#header.menu-type-standard .l-nav-btn {
    display: none;
}
@media (max-width: 991.98px) {
    #header.menu-type-standard .l-nav-btn {
        display: flex;
    }
}
#header.hamburger-position-right .l-nav-btn .btn-circle {
    z-index: 21
}

@media (max-width: 767.98px) { 
        
     #header.is-sticky.is-scrolled:not(.light-content) .l-nav-btn .btn-circle {
        background-color:rgb(31 31 31)
        
    }
}  
@media (max-width: 575.98px) {
    #header.hamburger-position-left .l-nav-btn {
        margin-right: 10px;
    }

    #header.hamburger-position-right .l-nav-btn {
        margin-left: 5px;
    }
}

.menu-open .l-nav-btn:after {
    /* background-color: #fff; */
}

/* Hamburger dots */
.hamburger-dots {
    display: inline-block;
    width: 18px;
    height: 3px;
    position: relative;
}
/* First run animation */
.app--init .hamburger-dots {
    opacity: 0;
    transition:opacity 0.7s ease;
    transition-delay:0.8s
}
.app--init .app--visible .hamburger-dots {
     opacity: 1;
    -webkit-transform: none;
    transform:none;
}

.hamburger-dot {
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    transition: all 0.3s ease;
}
.menu-type-hamburger.light-content .hamburger-dot {
    background-color:var(--dark_color)
}

.hamburger-dot._1 {
    left: 50%;
    margin-left: -1px;
}

.hamburger-dot._2 {
    left: 0;
}

.hamburger-dot._3 {
    right: 0;
}

.menu-open .hamburger-dots {
    opacity: 0;
}

.hamburger-lines {
    position: absolute;
    right: 1px;
    width: 50px;
    height: 50px;
    margin: 0;
    opacity: 0;
}

.menu-open .hamburger-lines {
    opacity: 1;
}

.hamburger-lines span {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 2px;
    z-index: 2222;
    background: #fff;
    height: 2px;
    width: 2px;
    border-radius: 1px;
    left: calc(50% - 7px);
    top: calc(50% - 1px);
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

.hamburger-lines span:nth-child(2) {
    left: 50%;
    top: calc(50% - 1px)
}

.hamburger-lines span:nth-child(3) {
    top: calc(50% - 1px);
    right: calc(50% - 9px);
    left: auto
}

.menu-open .hamburger-lines span:nth-child(1) {
    -webkit-animation-name: menu_btn_close1;
    animation-name: menu_btn_close1
}

.menu-open .hamburger-lines span:nth-child(2) {
    -webkit-animation-name: menu_btn_close2;
    animation-name: menu_btn_close2
}

.menu-open .hamburger-lines span:nth-child(3) {
    -webkit-animation-name: menu_btn_close3;
    animation-name: menu_btn_close3
}

@-webkit-keyframes menu_btn_close1 {
    from {
        width: 2px;
        -webkit-transform: none;
        transform: none
    }

    50% {
        width: 16px;
        -webkit-transform: none;
        transform: none
    }

    to {
        width: 16px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@keyframes menu_btn_close1 {
    from {
        width: 2px;
        -webkit-transform: none;
        transform: none
    }

    50% {
        width: 16px;
        -webkit-transform: none;
        transform: none
    }

    to {
        width: 16px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@-webkit-keyframes menu_btn_close2 {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes menu_btn_close2 {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes menu_btn_close3 {
    from {
        width: 2px;
        -webkit-transform: none;
        transform: none
    }

    50% {
        width: 16px;
        -webkit-transform: none;
        transform: none
    }

    to {
        width: 16px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@keyframes menu_btn_close3 {
    from {
        width: 2px;
        -webkit-transform: none;
        transform: none
    }

    50% {
        width: 16px;
        -webkit-transform: none;
        transform: none
    }

    to {
        width: 16px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

/* Titles */
.hamburger-titles {
    position: relative;
    font-size: 14px;
    line-height: 1.625rem;
    font-weight: 300;
    margin: 0 15px 0 0;
    transition: transform .75s;
    z-index:21;
    mix-blend-mode: difference;
}
@media (max-width: 767.98px) { 
    .hamburger-titles {
        display:none
    }
} 
body:not(.menu-open) .menu-type-hamburger.light-content .hamburger-titles {
    color:var(--dark_color);
}
    .hamburger-open {
        position: relative;
        -webkit-transition: .75s;
        transition: .75s
    }

    .hamburger-close {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: .75s;
        transition: .75s;
        -webkit-transform: rotate(-8deg) translateY(1rem);
        transform: rotate(-8deg) translateY(1rem)
    }

    .menu-open .hamburger-close {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    .menu-open .hamburger-open {
        opacity: 0;
        -webkit-transform: rotate(8deg) translateY(-1rem);
        transform: rotate(8deg) translateY(-1rem)
    }
    
    /* First run animation */
	.l-nav-btn.hide .hamburger-open,
    .app--init .hamburger-open {
        opacity: 0;
        -webkit-transform: rotate(8deg) translateY(-1rem);
        transform: rotate(8deg) translateY(-1rem);
        transition-delay:0.5s
    }
    .app--init .app--visible .hamburger-open {
         opacity: 1;
        -webkit-transform: none;
        transform:none;
    }

    /* Hide - back button */
    .l-nav-btn.disappear .hamburger-open {
        opacity: 0;
        -webkit-transform: rotate(8deg) translateY(-1rem);
        transform: rotate(8deg) translateY(-1rem);
        transition-delay:0s
    }
    .l-nav-btn.disappear .btn-circle-border-bg circle {
    	 stroke-dashoffset: 144;
    	transition-delay:0s;
	}

	.l-nav-btn.disappear .hamburger-dots {
	    opacity: 0;
	    transition:opacity 0.7s ease;
	    transition-delay:0s
	}
	.l-nav-btn.hide {
		display: none !important;
	}


/* Back Button
= -------------------------------- */ 
.menu-back {
    z-index: 21;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-back .btn-circle {
    z-index: 21
}

@media (max-width: 767.98px) { 
        
    #header.is-sticky.is-scrolled:not(.light-content) .menu-back .btn-circle {
        background-color: rgb(31 31 31 / 60%);
    }
     #header.is-sticky.is-scrolled.light-content .menu-back .btn-circle {
        background-color: rgb(255 255 255 / 80%)
    }
}  
@media (max-width: 575.98px) {
    .menu-back {
        margin-left: 5px;
    }
}

/* Icon */
.menu-back .icon {
	transition:opacity 0.7s ease;
	transition-delay:0.8s
}

/* Titles */
.menu-back__title {
    position: relative;
    font-size: 14px;
    line-height: 1.625rem;
    font-weight: 300;
    margin: 0 15px 0 0;
    transition: .75s;
    z-index:21;
}
body:not(.menu-open) .menu-type-hamburger.light-content .menu-back__title {
    color:var(--dark_color);
}
@media (max-width: 767.98px) { 
    .menu-back__title {
        display:none
    }
} 

    /* First run animation */
    .app--init .menu-back__title  {
        opacity: 0;
        -webkit-transform: rotate(8deg) translateY(-1rem);
        transform: rotate(8deg) translateY(-1rem);
        transition-delay:0s
    }
    .app--init .app--visible .menu-back__title {
         opacity: 1;
         transition-delay:0.5s
        -webkit-transform: none;
        transform:none;
    }
    .app--init .menu-back .icon {
        opacity: 0;
    }
     .app--init .app--visible .menu-back .icon {
        opacity: 1;
    }


 /* Hide - back button */
.menu-back.disappear .menu-back__title {
	 opacity: 0;
	-webkit-transform: rotate(8deg) translateY(-1rem);
	transform: rotate(8deg) translateY(-1rem);
	transition-delay:0s
}
.menu-back.disappear .btn-circle-border-bg circle {
	 stroke-dashoffset: 144;
	transition-delay:0s;
}
.menu-back.disappear .icon {
    opacity: 0;
    transition-delay:0s
}
.menu-back.hide {
	display: none !important;
}


/* Data */	
.back-button-data {
	display: none;
}


/* Layer Header
= */
.layer-header {
    height: 128px;
    position: absolute;
    left: 0;
    top: 0;
}

.layer-header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.layer-navigation.hamburger-position-right .btn-close-layer {
    margin-left: auto;
}

.is-admin-bar .layer-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .is-admin-bar .layer-header {
        top: 46px;
    }
}

/* Layer Navigation
=  */
.layer-navigation {
    z-index: 20;
    visibility: hidden;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    pointer-events: all;
}

.l-nav {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/* Bg animation */
.l-nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:0;
    background: var(--layer_nav_bg);
    transition: opacity 0.5s cubic-bezier(.25,.1,.25,1)
}
.menu-opening .l-nav:before,
.menu-open .l-nav:before { 
    opacity:1;
}

/* Wrap */
.l-nav__wrap {
    -webkit-mask-image: linear-gradient(180deg, transparent 20px, #000000 20%, #000000 80%, transparent);
    mask-image: linear-gradient(180deg, transparent 20px, #000000 20%, #000000 80%, transparent);
}

.l-nav__wrap {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    z-index: 4;
    overflow-y: scroll;
    width: calc(100% + 30px);
}

/* Inner */
.l-nav__inner {
    display: flex;
    width: 100%;
    padding: 0 4vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 767.98px) {
    .l-nav__inner {
        padding:0 36px;
    }
}

@media (max-width: 575.98px) {
    .l-nav__inner {
        padding:0 24px;
    }
}

.l-nav-list {
    position: relative;
    width: 100%;
}

/* Only for Mobile */
.mobile-navigation .l-nav__inner  {
     height: 100vh;
}

/* Only for dekstop */
.desktop-navigation .l-nav__inner {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 250px 0 0;
}
.desktop-navigation .l-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
     -webkit-justify-content: center;
    justify-content: center; 
}

/* 2 Columns Layout */
.layer-nav__2-cols .l-nav__right {
    width: 50%;
    display:block;
}
.l-nav__right {

}
.l-nav__left {
    width: 50%;
    padding-right:100px;
}

/* Naviagtion Layer */
.l-nav-list__layer {
    display: none;
    transition: opacity .75s;
    opacity:0;
}
.l-nav-list__layer.submenu {
    transition: opacity .30s;
}
.l-nav-list__layer.appear {
    opacity:1;
}
.l-nav-list__layer.is-open {
    display: block;
}

/* Navigation list */
.l-nav ul {
    list-style: none;
    padding: 0;
    counter-reset: main-menu-counter 0;
    margin-bottom: 0;
    position: relative;
    counter-reset: main-menu-counter 0;
}

@media (max-width: 1199.98px) {
    .l-nav ul {
    }
}

@media (max-width: 991.98px) {
    .l-nav ul {
        width: -webkit-calc(100vw / 2);
        width: calc(100vw / 2);
    }
}

@media (max-width: 767.98px) {
    .l-nav ul {
        width: 70%;
    }
}

@media (max-width: 575.98px) {
    .l-nav ul {
        width: 100%;
    }
}

.l-nav div>ul>li {
    margin-left: 0;
    position: relative;
    width: 100%;
    margin: 16px 0;
    padding-left:10px;
    counter-increment: main-menu-counter 1;
}
.l-nav div>ul.sub-menu>li {
     counter-increment: main-menu-counter 0;
}
.l-nav div>ul.sub-menu>li:not(:first-child) {
     counter-increment: main-menu-counter 1;
}
.l-nav div>ul>li a:before {
    content: counter(main-menu-counter, decimal-leading-zero);
    display: block;
    position: absolute;
    top: -12px;
    left: -10px;
    font-size: 14px;
    font-weight:400;
    color: rgb(255 255 255 / 40%);
}
@media (max-width: 767.98px) { 
    .l-nav div>ul>li {
        padding-left:0;
    }
    .l-nav div>ul>li a:before {
        display:none;
    }
}  
.l-nav-list__layer ul li {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .75s,-webkit-transform .75s;
    transition: opacity .75s,-webkit-transform .75s;
    transition: transform .75s,opacity .75s;
    transition: transform .75s,opacity .75s,-webkit-transform .75s;
    -webkit-transform: translate(0,50px);
    transform: translate(0,50px);
    opacity: 0;
}

.l-nav-list__layer.appear ul li {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
}
.l-nav li a {
    position: relative;
    z-index: 2;
    font-weight:500;
    letter-spacing:0.03em;
    font-size: 3vw;
    line-height: 1.3;
    transition: opacity .35s cubic-bezier(.39,.575,.565,1), color .3s;
    padding-right: 15px;
}
@media (max-width: 1199.98px) { 
    .l-nav li a {
        font-size: 2.6em;
    }
}  
.l-nav li a * {
    pointer-events: none;
}

.l-nav ul li a .letter {
    transition: opacity .35s cubic-bezier(.39,.575,.565,1);
    transition-delay: calc(var(--letter_index)*var(--transition-delay-stagger));
}

/* Active */
.l-nav ul:hover li a .letter {
    opacity: 1;
}

.l-nav ul:hover li a .letter {
    opacity:0.3;
}
.l-nav ul li a:hover .letter{
    opacity:1;
}

.l-nav ul li a.active {
}

/* Toggle */
.l-nav-list__toggle {
    margin-right: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity:0.3
}
.l-nav ul li:hover .l-nav-list__toggle {
    opacity:1;
}
.l-nav-list__toggle > * {
    pointer-events: none;
}
.l-nav-list__toggle i {
    font-family: 'Ionicons';
    font-style: normal;
    font-size: 1.2em;
    vertical-align:middle;
    color:#fff;
    margin-left:10px;
    position:relative;
    display:inline-block;
    transition:all 0.5s ease;
}

.l-nav-list__toggle i:after {
    content: "\f218";
}
.l-nav-list__toggle:hover i {
    transform: rotate(45deg);
}

@media (min-width: 1199.98px) {
    .l-nav-list__toggle i {
        font-size: 1.6em;
    }
}

@media (max-width: 575.98px) {
    .l-nav-list__toggle {
        margin-right:20px;
    }

    .l-nav-list__toggle i {
        font-size: 1em;
        margin-left: 5px;
    }
}

/* Sub Navigation
=  */
.l-nav-list .submenu {
    padding-left: 0;
}

/* Back link */
.l-nav div>ul>li.submenu__back {
    margin: 0;
    z-index: 6;
    overflow: hidden;
    width: auto;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 10px;
}

.l-nav div>ul>li.submenu__back .btn-circle {
    background-color: rgb(255 255 255 / 10%);
    
}
.l-nav div>ul>li.submenu__back .btn-circle:hover {
    background-color: rgb(255 255 255 / 20%);
}
body:not(.hide-browser-cursor) .l-nav div>ul>li.submenu__back .btn-circle {
    cursor:pointer;
}

@media (max-width: 575.98px) {
    .l-nav div>ul>li.submenu__back {
        left: 0;
        position: relative
    }
}

.l-nav li.submenu__back>div {
    position: relative
}

.l-nav .submenu__back:hover .submenu__back-title, .l-nav .submenu__back:hover .rt-arrow {
    opacity: 1;
}

@media only screen and (max-width: 767.98px) {
    .l-nav li a {
        font-size: 30px;
    }

    .l-nav-list__toggle {
        line-height: 34px;
    }

    .submenu__back span {
        font-size: 40px;
    }

    .l-nav div>ul>li {
        margin: 8px 0;
    }
}

@media only screen and (max-width: 479.98px) {
    .menu__main {
        align-items: center;
    }

    .l-nav div>ul>li {
        margin: 15px 0;
    }

    .l-nav li a {
        font-size: 22px;
        /* font-weight: 600; */
    }

    .l-nav ul li a:hover {
        padding-left: 0
    }

    .l-nav-list__toggle {
        font-size: 20px;
        line-height: 22px;
    }
}

/* Layer Bottom
= -------------------------------- */ 
.l-nav-bottom {
    margin-top: 4.875rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1rem;
    padding-bottom: 2.5rem;
    -webkit-transition: .75s;
    transition: .75s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translate(0,2rem);
    transform: translate(0,2rem);
    opacity: 0;
}

.l-nav-bottom.appear {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

    .l-nav-bottom__right {
        
    }
    .l-nav-bottom__right.appear {
       
    }


/* Extra Content
= -------------------------------- */   
.l-nav-extra {
     width: 100%;
     transition:opacity 0.30s;
     opacity:0;
    color: rgb(255 255 255 / 40%);
    
}
.l-nav-extra.appear {
     opacity:1
}


/* Socials
= -------------------------------- */

.l-nav__socials {
    position: relative;
    color: #fff;
    text-align: right;
}
.l-nav__socials-inner {
}

.l-nav__social {
    margin: 10px 0;
    font-size:22px;
    -webkit-transition: opacity .75s,-webkit-transform .75s;
    transition: opacity .75s,-webkit-transform .75s;
    transition: transform .75s,opacity .75s;
    transition: transform .75s,opacity .75s,-webkit-transform .75s;
    -webkit-transform: translate(0,50px);
    transform: translate(0,50px);
    opacity: 0;
}
.l-nav__social a {
	opacity: 0.7;
     transition: opacity .35s cubic-bezier(.39,.575,.565,1), color .3s;
}
.l-nav__socials.appear .l-nav__social {
     -webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
}
.l-nav__social .icon {
    display:none;
}

.l-nav__socials:hover .l-nav__social a {
    opacity:0.3
}
.l-nav__socials .l-nav__social:hover a {
    opacity:1;
}

/* -------------------------------------------
   13. Content
= ----------------------------------------- */
/* -------------------------------------------
   14. Page
= ----------------------------------------- */
	
/* Socials
= -------------------------------- */ 
.socials {
    height: 40px;
    position: relative;
    z-index:20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; 
    pointer-events:all;
}
.socials:hover .btn-circle-border circle {
    stroke-dashoffset: 0;
}

.socials__list {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 50px;
    transition: visibility 0.15s linear;
    visibility: hidden;
    opacity:1;
    z-index: 2;
    white-space:nowrap;
}
.socials:hover .socials__list {
    visibility: visible;
}
.socials__list li {
     -webkit-transform: translate(0,-2.5rem) rotate(-18deg);
     transform: translate(0,-2.5rem) rotate(-18deg);
     transition:all 1s cubic-bezier(.25,.1,.25,1);
     margin-left: 0;
     position: relative;
     opacity:0;
}

.socials:hover .socials__list li {
    transform: translate(0,0) rotate(0);
    opacity: 1
}
.socials__list a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color:#999;
    transition:color 0.5s ease;
    line-height: normal;
    position: relative;
}
.socials__list a:hover {
    color:#fff
}
.footer-sticky.light-content .socials__list a {
    color:var(--dark_color)
}
.socials__list .icon,
.social-title {
    display: inline-block;
}
.socials__list .icon {
    font-size: 14px;
    color: #fff;
    margin-right:10px;
    display:none;
}
.socials .social-title {
   line-height: 2.3;
}

/* Icon */
.socials-icon {
    width:16px;
    fill:#fff;
}
.footer-sticky.light-content .socials-icon {
    fill:var(--dark_color)
}
/* First run animation */
.app--init .socials-icon {
    transition: all 0.75s ease 0.6s;
    opacity: 0;
}

.app--init .app--visible .socials-icon {
    opacity: 1;
}

/* Titles */
.socials-titles {
    position: relative;
    font-size: 14px;
    line-height: 1.625rem;
    margin-left:15px;
    transition: transform .75s;
    z-index:21;
    mix-blend-mode: difference;
    color:#fff;   
}
.footer-sticky.light-content .socials-titles {
    color:var(--dark_color)
}
@media only screen and (max-width: 1380px) {
    .socials-titles {
        display:none
    }
}

    .socials-open {
        position: relative;
        -webkit-transition: .75s;
        transition: .75s
    }
    .socials-close {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: .75s;
        transition: .75s;
        -webkit-transform: rotate(8deg) translateY(1rem);
        transform: rotate(8deg) translateY(1rem)
    }

    .socials:hover .socials-close {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    .socials:hover .socials-open {
        opacity: 0;
        -webkit-transform: rotate(-8deg) translateY(-1rem);
        transform: rotate(-8deg) translateY(-1rem)
    }
     /* First run animation */
    .app--init .socials-open {
        opacity: 0;
        -webkit-transform: rotate(-8deg) translateY(-1rem);
        transform: rotate(-8deg) translateY(-1rem);
        transition-delay:0.5s
    }
    .app--init .app--visible .socials-open {
         opacity: 1;
        -webkit-transform: none;
        transform:none;
    }


/* MQ */
@media (max-width: 767.98px) { 
    
    .socials {
        max-width: 100%;
        height: 20px;
    }
    .socials__list {
        visibility: visible;
        opacity: 1;
        position: relative;
        display: block;
        bottom: 0;;
        white-space:inherit
    }
    .socials__list li {
        opacity: 1;
        transform: none;
        display: inline-block;
        margin-bottom: 0;
        margin-right:10px;
    }
    .socials__icon, .socials .socials__text {
        display: none
    }
    .socials__list a {
        opacity: 1;
        font-size: 14px;
        background-color: transparent;
        color: #fff;
    }
    
    .socials__list .icon {
        display:inline-block;
        transition:color 0.3 ease; 
    }
    .socials__list a:hover .icon {

    }
    .socials__list .social-title {
        display:none;
    }
    .socials .btn-circle {
        display:none;
    }

}
/* Label */
.share-panel__label {
    position: absolute;
    bottom: -30px;
    left: -77px;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    font-weight: 500;
    transform: rotate(-90deg);
    transform-origin: center right;
}

@media (max-width: 767.98px) {
    .share-panel__label {
        display: none
    }
}

.share-panel__label .wave-line {
    width: 40px;
    margin-left: 20px;
    display: inline-block;
}



/* Page Navigation
= -------------------------------- */ 
.page-nav {
    padding-top: 200px;
    padding-bottom: 150px;
    position: relative;
    width: 100%;
    position: relative;
    overflow:hidden;
    transition:opacity .8s ease;
}
.filter-is-visible .page-nav {
    opacity:0;
}
.page-nav-fs {
    margin-bottom:-100px;
}
@media only screen and (max-width: 767.98px) {
    .page-nav-fs {
        margin-bottom:-167px;
    }
} 
.page-nav-holder--center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 12;
    position: relative;
}

.page-nav-simple {padding-top: 100px;}
.page-nav-fs {
    height: 100vh;
    padding-top: 0;
    padding-bottom:0;
}

.page-nav-fs .page-nav-holder--center {
   height:100vh
}
.page-nav-title {
    position: relative;
    font-size: 90px;
    line-height: 1.1;
    text-align:center;
    width: 100%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    letter-spacing: 0.03em;
    margin-bottom: 0;
    margin-top:5px;
}
.page-nav-simple .page-nav-title {
    margin-top:0;
}
.page-nav-fs  .page-nav-title {
    margin-bottom:-5px;
}
@media (min-width: 1600px) { 
    .page-nav-title {
        font-size: 90px;
    }
}
@media (max-width: 767.98px) {
   .page-nav-title {
        font-size:11vw;
    }
    
}  
.page-nav-meta {
    font-size: 17px;
    color: rgb(255 255 255);
    font-weight: 500;
    text-align:center;
    margin-top: var(--meta_top_margin);
}
.page-nav-meta p {
    margin-bottom: 15px;
}
.page-nav-opacity-layer {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	background-color: rgb(0 0 0 / 40%);
	pointer-events: none;
	opacity:1;
}
.page-nav-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
    .page-nav-fs .fx-parallax-img,
    .page-nav-fs .fx-parallax-img__holder,
    .page-nav-fs .fx-parallax-img__inner {
        height:100vh;
        width:100vw;
    }

.page-nav-img-fs {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
    opacity: 1;
    transition:opacity 1s;
}
.page-nav-img-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.page-nav-trigger {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 25;
}


/* Hero
= -------------------------------- */
.hero {
    padding-top: 300px;
    padding-bottom: 100px;
    position: relative;
    margin-bottom: 80px;
    width: 100%;
    position: relative;
}
@media (max-width: 575.98px) { 
    .hero {
        padding-top:200px;
    }    
}   
.hero-holder--center {
    ddisplay: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
    position: relative;
}
.hero-container {
}


/*= Simple
 */
.hero-simple {
  
}


/*= Featured Image
 */
.hero-fi {
    margin-bottom:0px;
    padding-bottom:80px;
}

.hero-fi .hero-container, .hero-color .hero-container {
  
}

/*= Fullscreen Image
 */
.hero-fs {
    height: 100vh;
    padding-top: 0;
    padding-bottom:0;
}
.hero-fs .hero-holder--center {
   height:100vh
}


/*= Project
 */
.hero-project {
    height: 100vh;
    padding-top: 0;
    padding-bottom:0;
}
.hero-project .hero-holder--center {
   height:100vh
}


/*= Empty
 */
.hero-empty {
}

/*= Title
 */
.hero-title {
    position: relative;
    font-size: 90px;
    line-height: 1.1;
    text-align:center;
    width: 100%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom:0;
    letter-spacing: 0.03em;
}
.hero-fs .hero-title {
    margin-top:5px;
}
.hero-compact-view .hero-title {
    font-size: 60px;
    /* Extra margin */
    margin-bottom:20px; 
}
@media (min-width: 1600px) { 
    .hero-title {
        font-size: 90px;
    }
}
@media (max-width: 767.98px) {
   .hero-title {
        font-size:11vw;
    }
    .hero-compact-view .hero-title {
        font-size: 8vw;
    }
}  

 
/*= Meta
 */
.hero-meta-bottom {
    font-size: 17px;
    color:rgb(255 255 255);
    font-weight: 500;
    text-align:center;
    margin-top:var(--meta_top_margin)
}
.hero-meta-bottom .anim-slide-up__text {
    transition-delay: 0.6s;
}

.hero-meta-bottom p {
    margin-bottom: 15px;
}

/*= Post Meta
 */
.hero-post-date {
    text-align:center;
    position: relative;
    z-index: 2;
    font-weight: 400;
    font-size:17px;
    color:rgb(255 255 255 / 0.7);
    margin-bottom: 10px;
}
.hero-post-date .anim-slide-up__text {
    transition-delay: 0.6s;
}
.hero-post-cats {
    text-align:center;
    position: relative;
    z-index: 2;
    font-size:17px;
    margin-top:var(--meta_top_margin);
    line-height:1;
     font-weight: 500;
    color: rgb(255 255 255);
    transition-delay: 0.8s;
}
.hero-post-cats .anim-slide-up__text {
    transition-delay: 0.8s;
}
.hero-post-cats .cat {
    color:rgb(255 255 255);
    margin:0 4px;
    line-height:1.3em;
    transition:color 0.4s ease;
}
.hero-post-cats .cat:hover {
    color:#fff
}

/*= Cats
 */
@media (max-width: 575.98px) {
    .hero-meta-top__value .cat {
        display: block;
    }

    .hero-meta-top__value .cat:after {
        display: none;
    }
}

/* Scroll Bottom
= -------------------------------- */ 
.hero .btn-scroll-down {
    position:absolute;
    bottom:40px;
    left:50%;
    margin-left:-25px;
    overflow:hidden;
}
.hero .btn-scroll-down .btn-circle-border-bg circle {
	stroke-dashoffset: 144;
}

.hero .btn-scroll-down .scroll-ball {
    opacity: 0;
    transition-duration:1s;
    transform:translateY(50px);
}

.app--visible .hero .btn-scroll-down .btn-circle-border-bg circle {
	stroke-dashoffset: 0;
}
.app--visible .hero .btn-scroll-down .scroll-ball {
    opacity: 1;
    transition-duration:1s;
    transform:translateY(0px);
}
.btn-scroll-down .scroll-bottom-arrow {
    opacity:0;
    transform: translateY(-20px) scale(0.8);
}
.btn-scroll-down:hover .scroll-bottom-arrow {
    opacity:1;
    transform: translateY(0px) scale(1);
}
.scroll-ball {
	width:6px;
	height: 50px;
	position:absolute;
}
.scroll-ball:before {
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-color: rgb(255 255 255 / 60%);
    border-radius: 100%;
    -webkit-animation: anim_scroll_ball 2s infinite;
    animation: anim_scroll_ball 2s infinite;
    box-sizing: border-box;
}
.hero .btn-scroll-down:hover .scroll-ball {
    opacity:0
}

@-webkit-keyframes anim_scroll_ball {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anim_scroll_ball {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


/* Images
= -------------------------------- */ 
.hero-img {
    position:relative;
    margin-top:60px;
    margin-left:-80px;
    margin-right:-80px;
}
    .hero-img .fx-parallax-img {
        border-radius:3px;
    }
    .hero-img .anim-scale img {
        transition-delay: 0s;
        overflow:hidden;
        border-radius:3px;
    }
.hero-img-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
    .hero-img-fs .fx-parallax-img,
    .hero-img-fs .fx-parallax-img__holder,
    .hero-img-fs .fx-parallax-img__inner {
        height:100vh;
        width:100vw;
    }
    .hero-img-bg .anim-scale .img {
        transition-delay: 0s;
    }

/* FS */
.hero-img-fs {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
    opacity:0;
    transition:opacity 1s;
}
.app--visible .hero-img-fs {
    opacity:1;
}
.elementor-editor-active .hero-img-fs {
    opacity:1;
}

/* Reset animation for holder */
.app--fx-holder .hero .hero-img-fs {
    opacity:1;
    transition:none;
}
/* .hero .hero-img-fs .anim-scale .img, */
.app--fx-holder .hero .hero-img-fs .anim-scale .img {
    transform: translateY(0) scale(1);
    transform-origin:center;
    opacity: 1;
}

/* Large Parallax Text
= -------------------------------- */ 
.hero-large-text.fx-parallax-text {
    position: absolute;
    top: 60%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    overflow:hidden;
    width:100%;
}
.hero--is-image .hero-large-text.fx-parallax-text {
   
}
.hero-large-text .fx-parallax-text__holder {
	opacity: 0;
}
.app--visible .hero-large-text .fx-parallax-text__holder {
        opacity:1;
   }
    
@media (max-width: 575.98px) { 
    .hero-large-text .fx-parallax-text__holder {
        font-size: 280px;
    }     
} 


/* Opacity Layer
= -------------------------------- */ 
.hero-opacity-layer {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgb(0 0 0 / 40%);
	pointer-events: none;
	opacity:0;
	transition:opacity 1s;
}
.app--visible .hero-opacity-layer {
    opacity:1;
}
.app--fx-clone .hero .hero-opacity-layer {
    opacity:1;
}

/* Page Content
= -------------------------------- */
.page-content {
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    margin-bottom: 30px;
}

.page-content a {
    color: var(--brand_color);
    font-weight: 500;
    transition: opacity 0.5s ease;
}

.page-content a:hover {
    opacity: 0.7
}

.page-content li {
    margin: 1px 0 1px 28px;
}

/* -------------------------------------------
   15. Blog
= ----------------------------------------- */
/* Post Footer */
.post-footer {
    clear: both;
}

/* Tags */
.meta-tags {
    width: 100%;
    padding-top: 20px;
}

.meta-tags__icon {
    display: inline-block;
    margin-right:20px;
    font-size:18px;
    line-height:1;
}

.meta-tags__wrap {
    display: inline-block;
    line-height:1;
    vertical-align:middle;
}

.meta-tags a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 4px;
    font-size: 15px;
    color: #fff;
    font-weight:600;
    transition:color 0.3s ease;
}

.meta-tags a:hover {
    color:#fff;
}

/* Sticky Featured
= -------------------------------- */
.fc__content {
    width: 100%;
    float: left;
}

.fc__content.featured-on-left {
    width: 72%;
    padding-left: 45px;
    float: right;
}

.fc__content.featured-on-right {
    width: 72%;
    padding-right: 45px;
    float: left;
}

.fc__sidebar {
    position: relative;
}

.fc__sidebar-block {
    width: 28%;
    float: right;
    padding: 0px 0px 60px;
    position: relative;
    z-index: 10;
}

.fc__sidebar.featured-on-right .fc__sidebar-block {
    float: right;
}

.fc__sidebar.featured-on-left .fc__sidebar-block {
    float: left;
}

.fc__media img {
    border-radius: 3px;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .fc__sidebar-block {
        /* padding:40px; */ width: 25%;
    }

    .fc__content.featured-on-left {
        width: 75%;
        padding-left: 30px;
    }

    .fc__content.featured-on-right {
        width: 75%;
        padding-right: 30px;
    }
}

@media (max-width: 991.98px) {
    .fc__sidebar-block {
        /* margin-top: 60px; */ /* padding:40px !important; */ width: 100%;
        float: none;
    }

    .fc__content.featured-on-left {
        padding: 0;
        width: 100%;
    }

    .fc__content.featured-on-right {
        padding: 0;
        width: 100%;
    }

    .fc__sidebar-block:before {
        display: none
    }
}

@media (max-width: 575.98px) {
    .fc__sidebar-block {
        padding: 20px !important;
    }
}

/* Related
= -------------------------------- */
.related-posts {
    margin-top: 40px;
}

.related-posts h3 {
}

.related-posts .grid-item {
    margin-bottom: 30px;
}

.related-posts .mod-blog-minimal .mod__cats {
    text-align:center;
}
.related-posts .mod-blog-minimal .cat {
    font-size:12px;
}
.related-posts .mod-blog-minimal .mod__title {
    font-size:13px;
}
.related-posts .mod-blog-minimal .mod__title h2 {
    font-weight:500
}
.related-posts  .mod-blog-minimal .mod__meta {
    bottom:10px;
}


/* -------------------------------------------
   16. Category / Tags / Archives / Search
= ----------------------------------------- */
/* 404 Page
= -------------------------------- */
.container--404 {
    padding-top: 180px;
    padding-bottom: 0px;
    text-align: center;
}

.container--404 p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.holder-404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* V Center */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    align-items: center;
    margin-bottom: 30px;
}
.holder-404 img {
    max-width:300px;
}
.container--404 h4 {
    font-size: 30px;
    max-width: 500px;
    display: inline-block;
    margin-bottom: 30px;
}

@media only screen and (max-width: 479.98px) {
    .container--404 {
        padding-top: 140px;
        padding-bottom: 0px;
        text-align: center;
    }

    .container--404 h4 {
        font-size: 22px;
    }
}

/* Search
 = -------------------------------- */
.search-404 {
}

.search-404 .big-text {
    margin-bottom: 0;
}

.search-404 #searchform {
    width: 100%;
}

.search-404 .search-input-wrap input {
    max-width: 600px;
    min-width: 400px;
    height: 45px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767.98px) {
    .search-404 .search-input-wrap input {
        min-width: 300px
    }
}

@media only screen and (max-width: 479.98px) {
    .search-404 .search-input-wrap input {
        min-width: 0
    }
}

/* -------------------------------------------
    17. Comments
= ----------------------------------------- */
.comments {
    position: relative;
    padding-bottom: 80px;
}

.comments-inner {
  
}

/* Comments */
.comments__message {
    font-size: 16px;
    font-weight: 400;
    color: #222;
}

.comments__title {
    margin-bottom: 0px;
    font-size: 1.6;
    position: relative;
}

/* Comments list */
.comments-list {
    margin: 30px 0 60px;
    padding: 0 0 30px;
    overflow: hidden;
}

.comments__container {
    position: relative;
    overflow: hidden;
}

.comment {
    list-style: none;
    padding: 0px 0 0 0;
    margin: 0;
}

.comment:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.comment>ul {
    margin-bottom: 30px
}

.comment:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.logged-in-as {
    position: relative;
    top: 0px;
    margin-bottom: 20px;
    font-size: 15px;
}

.logged-in-as a {
}

.logged-in-as a:hover {
}

.comment-field {
    overflow: hidden;
    clear: both;
    margin-bottom: 0px;
    line-height: 0;
}

.comment-field #comment {
}

.comment-field #comment:focus {
 
}

.comment>article {
    margin: 0;
    position: relative;
    padding-top: 30px;
}

.theme_comment .avatar-wrap {
    float: left;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    overflow: hidden;
}

.theme_comment .avatar-wrap img {
    margin: 0;
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 2px;
}

.comment .comment-body {
    margin: 0 0 30px 80px;
    font-size: 16px;
}

.comment-body>ul:first-of-type, .comment-body>ol:first-of-type {
    margin-bottom: 20px !important;
}

.comment .comment-body p:last-child {
    margin-bottom: 0;
}

.comment .comment-meta {
    margin: 0 0 0px 80px;
    font-size: 16px;
}

.comment .comment-meta {
    margin-bottom: 0;
}

.comment .author {
    font-size: 1em;
    line-height: 1em;
}

.comment .author, .comment .author a {
    margin: 0;
}

.comment .date {
    color:#fff;
    margin: 0 0 10px;
    font-size: 0.95em;
}

.comment .reply a {
    background-color:var(--)
    font-weight: 600;
    margin-left: 5px;
}

.comment .children {
    margin: 0;
    padding: 0px 0 0;
    position: relative;
}

.comment .children .comment {
    margin: 30px 0 0;
    padding: 0px 0 0 80px;
    position: relative;
}

.comment .children .comment.depth-4, .comment .children .comment.depth-5, .comment .children .comment.depth-6, .comment .children .comment.depth-7, .comment .children .comment.depth-8, .comment .children .comment.depth-9, .comment .children .comment.depth-10 {
    padding-left: 0;
}

.comment .children .comment:first-child {
    margin-top: 0;
}

.comment .children .comment-body, .comment .children .comment-meta {
}

/* Pingbacks / Trackbacks */
.comment-list {
    list-style: none;
    margin-bottom: 40px;
}

.comment-list .pingback, .comment-list .trackback {
    list-style: none;
    margin-left: 0;
    padding-top: 30px;
    padding-left: 0;
    border-top: 1px dotted rgb(255 255 255 / 30%);
}

.comment-list .pingback .avatar-wrap, .comment-list .trackback .avatar-wrap {
    display: none;
}

.comment-list .pingback:first-child, .comment-list .trackback:first-child {
    border-top: none;
    margin-top: 30px;
    padding-top: 0;
}

.comment-list .pingback .author, .comment-list .trackback .author, .comment-list .pingback .author a, .comment-list .trackback .author a, .comment-list .pingback .author a:hover, .comment-list .trackback .author a:hover {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 400;
}

.comment-list .pingback .author a, 
.comment-list .trackback .author a {
    transition:all 0.5s ease;
}
.comment-list .pingback .author a:hover, .comment-list .trackback .author a:hover {
    color: var(--base_color2);
    opacity:0.5;
}

.comment-list .pingback .date, .comment-list .trackback .date {
    color: var(--base_color2);
    font-size: 13px;
    margin: 0 0 5px;
    position: relative;
    top: -5px;
}

/* Response */
#respond {
    /* margin-top: 80px; */
    /* padding: 0 40px; */
    position: relative;
}

.comment #respond {
    margin-top: 0px;
    margin-bottom: 40px;
}

.comment #respond:after {
    display: none;
}

@media (max-width: 767.98px) {
    #respond {
        /* padding:30px; */
    }
}

#reply-title {
    font-size: 1.6em;
    margin-bottom:20px;
}

#reply-title small a {
    font-size: 14px;
    font-weight: 400;
    color: var(--btn_color);
    transition: color 0.3s ease;
    margin-left: 10px;
    padding: 10px 16px;
    border-radius: 3px;
    background-color: var(--btn_bg_color);
    transition:all 0.3s ease
}

#reply-title small a:hover {
    background-color: var(--btn_hov_bg_color);
    color: var(--btn_hov_color)
}

.comment-form {
}

#respond input, #respond textarea {

}

#respond input::-webkit-input-placeholder, #respond textarea::-webkit-input-placeholder {
    font-size: 14px;
}

#respond input:-moz-placeholder, #respond textarea:-moz-placeholder {
    font-size: 16px;
}

/* Submit */
#respond #submit {
    padding:15px 30px;
    border-radius:99em;
}

.comment-form-cookies-consent {
    margin-top: 20px;
    margin-bottom:10px;
    display: block;
}

.comment-form-cookies-consent label {
    display: inline;
    line-height: 1em;
    margin-left: 10px;
    font-size: 14px;
}

#wp-comment-cookies-consent {
    display: inline-block;
}

#respond input[type=text] {
    width: 100%;
    background-color: transparent;
    transition: 0.6s ease;
}

#respond input[type=text]:focus {

}

.form-allowed-tags {
    font-size: 12px;
    display: none;
}

.form-allowed-tags span {
    font-size: 12px;
    display: block
}

.form-submit {
    clear: both;
    padding-top: 30px;
}

/* Media Query */
@media only screen and (max-width: 767.98px) {
    .theme_comment .avatar-wrap img {
        width: 54px;
        height: 54px;
    }

    .comment .comment-meta {
        padding-top: 10px;
        margin: 0px 0 0px 80px;
    }

    .comment .comment-body {
        margin-left: 0px;
        margin-top: 0px;
        clear: both;
    }

    .comment .children .comment {
        padding: 0;
        padding-left: 20px;
    }

    #respond input[type=text] {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 479.98px) {
    .comments__title {
        font-size: 28px;
    }
}

/* -------------------------------------------
   18. Footer 
= ----------------------------------------- */
#footer {
    width: 100%;
    padding-bottom:60px;
    padding-top:40px;
    z-index: 1;
}

.no-footer #footer {
	display: none;
}
.error404 #footer, .no-footer #footer {
    display: none;
}
.is-fullscreen #footer {
    padding:0;
}
.footer-sticky {
	left:0;
	position: fixed;
	bottom: 0px;
	z-index:30;
	padding-top:40px;
	padding-bottom:40px;
	color:rgb(255 255 255 / 40%);
	z-index: 46;
	pointer-events:none;
	opacity:1;
	transition:opacity 0.5s ease;
}
.is-smoothscroll .footer-sticky {
    position:absolute;
    bottom:20px;
    top:auto;
}
.is-fullscreen .footer-sticky {
    top:auto !important;
    bottom:40px;
    position:absolute;
    padding-bottom:0;
    padding-top:0;
}
@media (max-width: 575.98px) { 
    .is-fullscreen .footer-sticky {
       bottom:40px;
       display: none;
    }
} 
.app--fx-loading .footer-sticky {
    opacity:0;
}
@media only screen and (max-width: 767.98px) {
    #footer {
        padding-top:0;
   }
   .is-fullscreen #footer {
   }
   body:not(.is-fullscreen) .footer-sticky,
   body:not(.is-fullscreen).is-smoothscroll .footer-sticky {
        position:relative;
        top:0 !important;
        bottom: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    /* height: 100%; */
}

    .footer-left, .footer-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width:50%;
    }

    .footer-right {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
     .app--init .footer-right {
        transition: all 0.75s ease 0.6s;
        transform:translateY(50px);
        opacity: 0;
    }

    .app--init .app--visible .footer-right {
        opacity: 1;
        transform:none;
    }
.footer-note {
    pointer-events:all;
    font-size:14px;
    font-weight:300;
    letter-spacing:0.03em;
}
.is-fullscreen .footer-note {
    font-size:12px;
}
.footer-sticky.light-content .footer-note {
    color:var(--dark_color)
}
.footer-sticky.light-content .footer-note a {
    color:var(--base_color4)
}
.footer-note a { transition: color 0.3s ease }
.footer-note a:hover {}
.footer-music {
   pointer-events:all;
}
.footer-music .bg-player:before {
    content:"|";
    display:inline-block;
    margin-right:12px;
    margin-left:12px;
    color:inherit;
    position:relative;
    top:-2px;
}
.footer-sticky.light-content .footer-music .bg-player:before  {
    color:var(--dark_color)
}
 @media (max-width: 767.98px) { 
    .footer-inner {
        flex-wrap: wrap;
    }
    .footer-left, .footer-right {
        text-align:center;
        width:100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
         -webkit-justify-content: center;
        justify-content: center; 
    }
    .footer-right {
        padding-top:20px;
    }
    .is-fullscreen .footer-right {
        padding-top:10px;
    }
    .is-fullscreen .footer-inner {
     
    }
}  

/* Scroll To Top 
= -------------------------------- */   
.scroll-to-top.btn-circle {
    position:absolute;
    left:50%;
    bottom: 36px;
    margin-left:-25px;
    overflow:hidden;
    z-index:50
}
.is-fullscreen .scroll-to-top.btn-circle {
    display:none
}
.scroll-to-top.btn-circle .btn-circle-border-bg circle {
	stroke-dashoffset: 144;
}
.scroll-to-top .icon {
    opacity: 0;
    transition-duration:1s;
    transform:translateY(40px) scale(0.5);
}
#footer.is-visible .scroll-to-top.btn-circle .btn-circle-border-bg circle {
	stroke-dashoffset: 0;
	transition-duration:1s;
	transition-delay:0.5s;
}
#footer.is-visible .scroll-to-top .icon {
    opacity: 1;
    transform:translateY(0px) scale(1);
    transition-delay:0.5s
}


.posts-loading .scroll-to-top {
    opacity:0;
    
}
@media (max-width: 575.98px) { 
    .scroll-to-top.btn-circle {
       display:none
    }
} 
@media (max-width: 767.98px) { 
    .scroll-to-top.btn-circle {
        bottom:10px;
    }
}  

/* -------------------------------------------
   19. Widgets 
= ----------------------------------------- */
/* Basics styles
= -------------------------------- */
.widget {
    margin-bottom: 50px;
    clear: both;
    overflow: hidden;
    font-size: 16px;
    font-size: 0.95em;
}

.widget-title {
    color: var(--heading_color);
    font-size: 1.3em;
    padding-top: 0;
    margin-bottom: 0.6em;
    line-height: 1.3;
}

#footer .widget-title {
    font-size: 1.6em;
}

.widget a {
    color: var(--base_color);
    transition: color 0.3s ease;
}

.widget a:hover {
    color: var(--base_color);
}

.widget .textwidget a {
}

.widget .textwidget a:hover {
}

.widget address {
    margin-bottom: 18px;
}

.widget abbr[title] {
    border-color: rgba(255, 255, 255, 0.1);
}

.widget mark, .widget ins {
    color: var(--base_color);
}

.widget pre, .widget fieldset {
    border-color: rgba(255, 255, 255, 0.1);
}

.widget code, .widget kbd, .widget tt, .widget var, .widget samp, .widget pre {
    font-size: 16px;
}

.widget blockquote {
    color: var(--base_color);
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.widget blockquote cite {
    color: #444;
}

.widget dl, .widget dd {
    margin-bottom: 18px;
}

.widget ul, .widget ol {
    list-style: none;
    margin: 0;
}

.widget li>ol, .widget li>ul {
    margin-left: 10px;
}

.widget table, .widget th, .widget td {
    padding: 0;
    border: none;
}

.widget table {
    margin-bottom: 18px;
}

.widget del {
    color: rgba(255, 255, 255, 0.4);
}

.widget hr {
    background-color: rgba(255, 255, 255, 0.1);
}

.widget p {
    margin-bottom: 30px;
}

.widget p strong {
    font-weight: 500;
}

.widget p:last-child {
    margin-bottom: 0;
}

.widget select {
    padding: 10px;
    padding-left:20px;
    padding-right: 26px;
    min-width: 200px;
    max-width: 100%;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--select_bg);
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23999' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position: calc(100%) 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.widget select:hover {
}

.widget select option {
    color: #222;
    font-size: 14px;
    text-transform: none;
}

.widget input, .widget textarea {
    border: none;
    font-size: 16px;
    margin-bottom: 18px;
    background-color: #eee
}

.widget input:focus, .widget textarea:focus {
    border-color: rgba(255, 255, 255, 0.5);
}

.widget button, .widget .button, .widget input[type="button"], .widget input[type="reset"], .widget input[type="submit"] {
    border: 0;
    font-size: 14px;
    padding: 13px 16px;
}

.widget input[type="button"]:hover, .widget input[type="button"]:focus, .widget input[type="reset"]:hover, .widget input[type="reset"]:focus, .widget input[type="submit"]:hover, .widget input[type="submit"]:focus {
}

.widget input[type="button"]:active, .widget input[type="reset"]:active, .widget input[type="submit"]:active {
}

.widget .wp-caption {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 18px;
}

/* Categories / archives / recent posts / meta / menu / pages / links */
.widget_categories ul, .widget_archive ul, .widget_recent_entries ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_links ul {
    margin: 0;
}

.widget_categories li, .widget_archive li, .widget_recent_entries li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_links li {
    list-style: none;
    margin: 0;
    margin-left: 0px;
    padding: 4px 0;
    margin-bottom: 5px;
    color:var(--base_color)
}

.widget_categories ul ul li, .widget_archive ul ul li, .widget_recent_entries ul ul li, .widget_meta ul ul li, .widget_nav_menu ul ul li, .widget_pages ul ul li, .widget_links ul ul li {
    margin-left: 5px;
    padding-left: 0;
    margin-bottom: 0;
}

.widget_categories a, .widget_archive a, .widget_recent_entries a, .widget_meta a, .widget_nav_menu a, .widget_pages a, .widget_links a {
    position: relative;
    color: var(--widgets_color);
    transition: all 0.3s ease;
}

.widget_recent_entries .post-date {
    color: #666;
    display: block;
    font-size: 11px;
}
.widget li.page_item_has_children {
    margin-bottom:0;
    padding-bottom:0
}
.widget.widget_categories a:hover, .widget.widget_archive a:hover, .widget.widget_recent_entries a:hover, .widget.widget_meta a:hover, .widget.widget_nav_menu a:hover, .widget.widget_pages a:hover, .widget.widget_links a:hover, .widget_recent_comments ul li a:hover {
   color:#fff
}

.recentcomments a:after {
    display: none
}

/* Nav menu */
.widget_nav_menu ul ul {
    margin-bottom: 0
}

.widget_nav_menu ul ul ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.widget_nav_menu ul ul ul li {
    margin-left: 0;
    padding-left: 10px;
}

.widget_nav_menu ul ul ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.widget_nav_menu div > ul > li > a {
    font-weight: 500;
}

/* Search */
#searchform fieldset {
    position: relative;
    margin-bottom: 0;
}

#search {
    position: relative;
}

input#s, input.search-field {
    border: 0;
    width: 100%;
    overflow: hidden;
    padding-right: 36px;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 0px;
    border-bottom: 2px solid var(--dark_color2);
    background-color:transparent;
}
input#s:focus, input.search-field:focus, 
input#s:hover, input.search-field:hover {
    border-color:#fff
} 
input.search-field::placeholder {
    opacity: 0;
}

input.search-field:-ms-input-placeholder {
    opacity: 0;
}

input.search-field::-ms-input-placeholder {
    opacity: 0;
}

#s::placeholder {
    color:#fff;
    font-size: 16px;
}

#s:-ms-input-placeholder {
    color:#fff;
    font-size: 16px;
}

#s::-ms-input-placeholder {
    color:#fff;
    font-size: 16px;
}

#searchsubmit {
    position: absolute;
    right: 0px;
    margin-bottom: 0;
    top: 8px;
    padding: 0;
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    margin-right: 0;
}

.widget_product_search button {
    position: absolute;
    right: 0px;
    margin-bottom: 0;
    top: 0px;
    border: none;
    padding-top: 16px;
    padding-bottom: 16px;
}

.searchform fieldset .icon {
    opacity: 0.7;
    font-size: 22px;
    color: #ffffff;
    transition: opacity 0.3s ease;
}

.searchform:hover .icon-search {
    opacity: 1;
}

/* Text Widget */
.widget_text p {
    margin-bottom: 10px;
}

/* Recent Comments Widgets */
.widget_recent_comments ul {
    list-style: none;
    margin: 0;
}

.widget_recent_comments ul li {
    padding: 5px 0;
    margin: 0;
    color: var(--base_color3);
}

.widget_recent_comments ul li a {
    color: var(--base_color2);
    transition: all 0.3s ease;
}
.widget_recent_comments ul li a:hover {
    color:var(--base_color1);
}
/* Tag Cloud Widget */
.widget_tag_cloud a {
    padding: 10px 24px;
    margin: 2px 2px 4px 2px;
    display: inline-block;
    line-height: normal;
    color: var(--base_color);
    font-weight: 400;
    border:1px solid var(--dark_color2);
    -moz-border-radius: 99em;
    -webkit-border-radius: 99em;
    border-radius: 99em;
    transition: all 0.4s ease;
}

.widget.widget_tag_cloud a:hover {
    text-decoration: none;
    line-height: normal;
    color:var(--dark_color);
    background-color: #fff
}

/* RSS Widget */
.widget_rss ul {
    list-style: none;
    margin: 0;
}

.widget_rss li {
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 14px;
    color: var(--base_color);
}

a.rsswidget {
    color: var(--base_color2);
    font-size: 16px
}

.widget_rss li:last-child {
    padding: 0;
}

.widget_rss li .rss-date {
    display: block;
    opacity: 0.8;
}

.widget_rss li .rssSummary {
    padding-top: 10px;
    color:var(--base_color)
}

.widget_rss li cite {
    display: block;
    padding: 4px 0;
    font-weight:400;
    color: var(--base_color);
}

a.rsswidget img {
    top: -2px;
    position: relative;
}

/* Calendar Widget
= -------------------------------- */
.widget table#wp-calendar {
    overflow: hidden
}

.widget table#wp-calendar thead {
    overflow: hidden;
}

.widget table#wp-calendar a {
    display: block;
    color: var(--base_color2);
    line-height: 31px;
    text-decoration: none;
    font-weight: 600;
}

.widget table#wp-calendar a:hover {
    background: #fff;
    color: var(--dark_color);
    line-height: 31px;
    text-decoration: none;
}

.widget table td, .widget table th {
    border: none;
    background: transparent;
    border:2px solid var(--dark_color2)
}

.widget table#wp-calendar {
    width: 99%;
    margin-bottom: 0;
    background-color: transparent;
}

.widget table#wp-calendar tbody td {
    text-align: center;
    border: none;
    background: transparent);
    color: var(--base_color3);
    font-size: 12px;
    line-height: 25px;
    padding: 5px;
    border:1px solid var(--dark_color2)
}

.widget table#wp-calendar caption {
    font-size: 13px;
    width: 100%;
    padding: 0;
    padding-bottom: 5px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
}

.widget table#wp-calendar th {
    font-weight: normal;
    color: var(--base_color2);
    text-align: center;
    padding: 0;
    font-weight: 500
}

.widget table#wp-calendar #next a {
    text-align: right;
    line-height: 10px;
    background: none;
}

.widget table#wp-calendar #prev a {
    text-align: left;
    line-height: 15px;
    background: none;
}

.widget table#wp-calendar #next a:hover, .widget table#wp-calendar #prev a:hover {
    color: var(--brand_color);
}

/* Subscribe */
.subscribe-form {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}

.subscribe-form .subscribe-form__email {
    width: 100%;
    padding: 12px 12px;
    margin-bottom: 0;
    background-color: #fff;
}

/* Placeholders */
.subscribe-form .subscribe-form__email::-webkit-input-placeholder {
    color: var(--base_color);
    font-weight: 400;
    font-size: 0.95em
}

.subscribe-form .subscribe-form__email:-moz-placeholder {
    color: var(--base_color);
    font-weight: 400;
    font-size: 0.95em
}

.widget .subscribe-form .subscribe-form__submit {
    white-space: nowrap;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 14px 14px;
}

.widget .subscribe-form .subscribe-form__submit:hover {
}

.subscribe-note {
    font-size: 0.95em;
    opacity: 0.7;
}

/* ==================================================
  20. Modules
================================================== */
.mod, .mod__inner {
    position: relative;
}

/*= Image
 */
.mod__image {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.mod__image-holder {
    display: block;
    position: relative;
}

/*= Categories
 */
.mod__cats {
    color:rgb(255 255 255 / 0.7);
}

.mod__cats a:last-child:after {
    display: none;
}

.mod__cats a {
    font-size: 14px;
    color:rgb(255 255 255 / 0.7);
    transition: all 0.5s ease;
    margin-right:5px;
    margin-left:5px;
}
.mod__cats a:first-child {
    margin-left:0
}
.mod__cats a:hover {
    color:#fff
}

/*= Title
 */
.mod__title h2 {
    font-size: 18px;
    margin-bottom: 16px;
    word-break: break-word;
}

.mod__image .mod__title h2 {
    margin-bottom: 0;
}

.mod__title h2 a {
    transition: color 0.5s ease;
}

.mod__title h2 a:hover {
}

/*= Title with Thumbnails
 */
.mod__thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mod__thumb .mod__col--image {
    padding-right: 20px;
}

.mod__thumb img {
    min-width: 80px;
    overflow: hidden;
    border-radius: 3px;
    display: inline-block;
}

/*= Read More
 */
.mod__readmore a {
    transition: all 0.5s ease;
    position: relative;
    display: inline-block;
}

/*= Meta Top
    Above Title
 */
.mod__meta-top {
    font-size: 14px;
    transition: all 0.5s ease;
}

/*= Caption
 */
.mod__caption {
    opacity: 0.8
}

.mod__caption p {
    padding-top: 0;
}

/*= Overlay Layer
 */
.mod__overlay {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    pointer-events: none;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 50%) 100%);
    transition: opacity 0.5s ease;
    opacity: 0;
    z-index: 2;
}

.mod:hover .mod__overlay {
    opacity: 1;
}

/*= Split Content
 */
.mod-split-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.mod-split-col__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 767.98px) {
    .mod-split-content {
        display: block;
    }
    .mod-split-col__details {
        margin-top:10px;
    }
}

/*= List
 */
.mod-list {
    osition: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 767.98px) {
    .mod-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.mod-list .mod-list-cell:first-child {
    min-width: 20%;
}

.mod-list .mod-list-cell:nth-child(2) {
    margin-left: 5vh;
    margin-right: 5vh;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 767.98px) {
    .mod-list .mod-list-cell:nth-child(2) {
        margin: 20px 0 0 0;
    }
}

.mod-list .mod-list-cell:last-child {
    white-space: nowrap;
}

/*= Meta
 */
.mod__meta {
    max-width: 100%;
    position: relative;
    z-index: 2;
    transition: opacity 0.3s, transform 0.3s ease-out;
    opacity: 0;
}

.mod:hover .mod__meta {
    opacity: 1;
    transform: translateY(0);
}

.mod__meta-inner {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mod__meta-col {
    margin-right: 16px;
    text-align: left;
    font-size: 14px;
}

.mod__meta-name {
    line-height: 1.6;
}

.mod__meta-name strong {
    font-weight: 600;
}

.mod__meta-value {
    line-height: 1.6;
}

.mod__meta-author-avatar {
    border-radius: 3px;
    width: 46px;
    max-width: 46px;
}



/* Blog Appear animations
= -------------------------------- */ 

/*= Appearance Animations
 */
.mod-blog .mod__inner, .mod-blog .mod__image-holder, .mod-blog .mod__image-holder:after {
    -webkit-transition: all ease-out .4s;
    -o-transition: all ease-out .4s;
    transition: all ease-out .4s;
}

.mod-blog .mod__image-holder:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


/* Fade */
.mod-blog.appear--fade .mod__inner {
    opacity: 0;
}
.app--visible .mod-blog.appear--fade.on.done .mod__inner {
    opacity: 1
}

/* Fade Up */
.mod-blog.appear--fade-up .mod__inner {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
}

.app--visible .mod-blog.appear--fade-up.on.done .mod__inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

/* Fade Down */
.mod-blog.appear--fade-down .mod__inner {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

.app--visible .mod-blog.appear--fade-down.on.done .mod__inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/* Fade Left */
.mod-blog.appear--fade-left .mod__inner {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
}

.app--visible .mod-blog.appear--fade-left.on.done .mod__inner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

/* Fade Right */
.mod-blog.appear--fade-right .mod__inner {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
}

.app--visible .mod-blog.appear--fade-right.on.done .mod__inner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

/* Zoom In */
.mod-blog.appear--zoom-in .mod__inner {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
}

.app--visible .mod-blog.appear--zoom-in.on.done .mod__inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Zoom Out */
.mod-blog.appear--zoom-out .mod__inner {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
}

.app--visible .mod-blog.appear--zoom-out.on.done .mod__inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


/* Blog Hover animations
= -------------------------------- */ 

/* Greyscale */
.mod-blog.hover--greyscale .mod__image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition:filter 0.8s ease;
}
.mod-blog.hover--greyscale:hover .mod__image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.mod-blog.hover--greyscale-inverted .mod__image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition:filter 0.8s ease;
}
.mod-blog.hover--greyscale-inverted:hover .mod__image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}


/*  Blog - Simple Grid
= -------------------------------- */
.mod-blog-simple {
    margin-bottom: 40px;
}

.mod-blog-simple .mod__readmore {
    text-align: right;
}

.mod-blog-simple .mod__readmore a {
    opacity: 0;
    transform: translateY(20px);
}

.mod-blog-simple:hover .mod__readmore a {
    opacity: 1;
    transform: translateY(0);
}

.mod-blog-simple .mod__meta {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 3;
    color: #fff;
    pointer-events: none;
}

.mod-blog-simple .mod__title h2 {
    margin-bottom:0;
    font-size:18px;
    font-weight:600;
}
.mod-blog-simple .mod__image {
    margin-bottom:16px
}
.mod-blog-simple  .mod__details {
    text-align:center;

}


/* Blog - Search Results
 = -------------------------------- */
.mod-search {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom:1px solid var(--dark_color2);
}
.grid-row .mod-search:last-child {
    border: none;
    padding-bottom:0
}

.mod-search .mod__title h2 {
    font-size: 32px;
}
@media (max-width: 575.98px) { 
    .mod-search .mod__title h2 {
        font-size: 22px;
    }
} 

.mod-search .mod__meta {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 3;
    color: #fff;
}

.mod-search .mod-split-col__image {
    max-width: 50%;
    min-width: 50%;
}

@media (max-width: 767.98px) {
    .mod-search .mod-split-col__image {
        max-width:100%;
        min-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .mod-search .mod-split-col__image {
        max-width:100%;
        min-width: 100%;
    }
}

.mod-search .mod__details {
    padding: 0 4vh;
}

.mod-search.mod--no-image .mod__details {
    padding: 0;
}


/*  Blog - Minimal 
 = -------------------------------- */
.mod-blog-minimal {
    margin-bottom: 40px;
}

.mod-blog-minimal .mod__meta {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 3;
    color: #fff;
    text-align:center;
}
@media (max-width: 575.98px) { 
    .mod-blog-minimal .mod__meta {
        left: 20px;
        right: 20px;
        bottom: 10px;
    }
} 
.mod-blog-minimal .mod__title h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    text-align:center;
}
@media (max-width: 575.98px) { 
    .mod-blog-minimal .mod__title h2 {
        margin-bottom: 0px;
    }
} 
.mod-blog-minimal .mod__title h2 a {
    color: #fff;
}

.mod-blog-minimal .cat:hover {
    opacity: 1;
}

.mod-blog-minimal .mod__overlay {
    opacity: 1;
}

.mod-blog-minimal .mod__meta {
    opacity: 1;
    pointer-events: none;
}

.mod-blog-minimal .mod__meta-inner {
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transform: translateY(100%);
}

.mod-blog-minimal:hover .mod__meta-inner {
    transform: translateY(0);
}

.mod-blog-minimal:hover .cat {
    opacity: 1
}

.mod-blog-minimal.mod--no-image .mod__image-holder {
    height: 300px;
}


/*  Blog - Split
 = -------------------------------- */
.mod-blog-split {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom:1px solid var(--dark_color2);
}
.grid-row .mod-blog-split:last-child {
    border: none;
    padding-bottom:0
}

.mod-blog-split .mod__title h2 {
    font-size: 32px;
}
@media (max-width: 575.98px) { 
    .mod-blog-split .mod__title h2 {
        font-size: 22px;
    }
} 

.mod-blog-split .mod__meta {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 3;
    color: #fff;
}

.mod-blog-split .mod-split-col__image {
    max-width: 50%;
    min-width: 50%;
}

@media (max-width: 767.98px) {
    .mod-blog-split .mod-split-col__image {
        max-width:100%;
        min-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .mod-blog-split .mod-split-col__image {
        max-width:100%;
        min-width: 100%;
    }
}

.mod-blog-split .mod__details {
    padding: 0 4vh;
}

.mod-blog-split.mod--no-image .mod__details {
    padding: 0;
}

.mod-blog-split .sticky .mod__title:before {
	content: '\f2a6';
	font-family: "Ionicons";
    border-radius: 100%;
    color:#fff;
    background-color:var(--background_color);
    display:inline-block;
    width: 40px;
    height: 40px;
    line-height:38px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top:2px;
    left:0;
    border-radius:100%;
    border: 2px solid rgb(255 255 255 / 0.2);	
}
.mod-blog-split .sticky .mod__title {
    position:relative;
    padding-left:55px;
}
@media (max-width: 767.98px) {
    .mod-blog-split .mod__details {
        padding: 0;
    }
}


/*  Blog -Classic
 = -------------------------------- */
.mod-blog-classic {
    margin-bottom: 80px;
}
.mod-blog-classic .mod__image {
    margin-bottom:30px;
    margin-left:-40px;
    margin-right:-40px;
    max-width: 1000%;
}
.mod-blog-classic__details {
    text-align:center;
}

@media (max-width: 767.98px) { 
    .mod-blog-classic .mod__image {
        margin-left:0px;
        margin-right:0px;
        max-width: 100%;
    }
}  
    .mod-blog-classic__details .mod__date {
        font-weight: 400;
        font-size: 17px;
        color: rgb(255 255 255 / 0.7);
    }
    .mod-blog-classic .mod__title h2 {
        font-size:40px;
        margin-bottom:10px
    } 
    @media (max-width: 575.98px) { 
        .mod-blog-classic .mod__title h2 {
            font-size:30px;
        }
    } 

/* Anim */
.mod-blog-classic__details .mod__date .anim-slide-up .anim-slide-up__text {
	transition-delay: 0.3s;
}
.mod-blog-classic__details .mod__title .anim-slide-up .anim-slide-up__text {
	transition-delay: 0.5s;
}
.mod-blog-classic__details .mod__cats .anim-slide-up .anim-slide-up__text {
	transition-delay: 0.7s;
}

/* Sticky */
.mod-blog-classic .mod__inner .sticky:before {
	content: '\f2a6';
	font-family: "Ionicons";
    border-radius: 100%;
    color:#fff;
    background-color:var(--background_color);
    display:inline-block;
    width: 40px;
    height: 40px;
    line-height:38px;
    text-align: center;
    font-size: 20px;
    position: relative;
    top:-5px;
    left:50%;
    margin-left:-20px;
    border-radius:100%;
    border: 2px solid rgb(255 255 255 / 0.2);
}

/*  Portfolio - BG Slider 
 = -------------------------------- */
.mod-portfolio-bs {
    margin-bottom: 40px;
    transition: filter 0.5s ease;
}
.lg-gutters .mod-portfolio-bs {
    margin-bottom: 70px;
}
.mod-portfolio-bs:hover {
}

.mod-portfolio-bs .mod__meta {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 3;
    color: #fff;
    transform: translateY(0);
    pointer-events: none
}
@media (max-width: 575.98px) { 
    .lg-gutters .mod-portfolio-bs {
        margin-bottom: 40px;
    }
    .mod-portfolio-bs .mod__meta {
        left: 10px;
        right: 10px;
        bottom:10px;
    }
} 

.mod-portfolio-bs .mod__title h2 {
    margin-bottom: 0;
    text-align:center;
}

.mod-portfolio-bs .mod__title h2 a {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}
@media (max-width: 575.98px) { 
    .mod-portfolio-bs .mod__title h2 a {
        font-size:18px;
    }
} 
.mod-portfolio-bs.done.on .mod__overlay {
    opacity: 1;
}

.mod-portfolio-bs.done.on:hover .mod__overlay {
    opacity: 0;
}

.mod-portfolio-bs .mod__meta {
    opacity: 1;
}
.mod-portfolio-bs .mod__cats {
    text-align:center;
    margin-bottom:0;
}
.mod-portfolio-bs .mod__cats a {
    font-size:16px;
}
.mod-portfolio-bs.mod--no-image .mod__image-holder {
    height: 300px;
}

/* -- anim */
.mod-portfolio-bs  .mod__image-holder {
	position: relative;
    clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
    -webkit-clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
    -o-clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
    -ms-clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
    overflow: hidden;
    background-color: #171717;
    transition:all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}
	.mod-portfolio-bs  .mod__image-holder img {
		position: relative;
        width: 100%;
        display: block;
        clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
        -webkit-clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
        -o-clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
        -ms-clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
        transform: scale(1.4);
        transition:all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
	}
.app--visible .mod-portfolio-bs.on.done .mod__image-holder {
     clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
    -o-clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
    -ms-clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
}
.app--visible .mod-portfolio-bs.on.done .mod__image-holder img {
     clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
    -o-clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
    -ms-clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: scale(1);
}


/* Zoom In */
.mod-portfolio-bs .mod__image-holder figure {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition:all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    
} 
.mod-portfolio-bs:hover .mod__image-holder figure {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* Captions */
.app--visible .mod-portfolio-bs.caption-on .mod__meta {
    opacity:0;
    transform: translateY(50px);
    transition-duration:1s;
}
.app--visible .mod-portfolio-bs.caption-on.on.done .mod__meta {
    opacity:1;
    transform: translateY(0px);
}
.app--visible .mod-portfolio-bs.caption-on.on.done:hover .mod__meta {
    opacity:0;
    transform: translateY(50px);
}

/* -- cats */
.mod-portfolio-bs .mod__cats {
    transition:all 0.5s ease;
}
.app--visible .mod-portfolio-bs.caption-on .mod__cats {
    opacity:0;
    transform: translateY(80px);  
}
.app--visible .mod-portfolio-bs.caption-on.on.done .mod__cats {
    opacity:1;
    transform: translateY(0px);
}
.app--visible .mod-portfolio-bs.caption-on.on.done:hover .mod__cats {
    opacity:0;
    transform: translateY(80px);
}


/* Title */
.app--visible .mod-portfolio-bs.on.done .anim-split-text .letter {
    transition-duration:0.3s
}
.app--visible .mod-portfolio-bs.caption-on.on.done .anim-split-text .letter {
	opacity: 1;
	transform: translateY(0) scaleY(1);
}
.app--visible .mod-portfolio-bs.caption-on.on.done:hover .anim-split-text .letter {
	opacity: 0;
	transform: translateY(100px) scaleY(2);
}

/* Caption on hover */
.mod-portfolio-bs.caption-hover.on.done .mod__overlay {
    opacity: 0;
}
.mod-portfolio-bs.caption-hover.on.done:hover .mod__overlay {
    opacity: 1;
}
.app--visible .mod-portfolio-bs.caption-hover.on.done .mod__cats {
    opacity:0;
    transform: translateY(30%);
}
.app--visible .mod-portfolio-bs.caption-hover.on.done:hover .mod__cats {
    opacity:1;
    transform: translateY(0);
    transition-delay:0.2s
}
.mod-portfolio-bs.caption-hover .mod__title h2 {
    opacity:0;
    transition:0.5s opacity ease;
}
.mod-portfolio-bs.caption-hover:hover .mod__title h2 {
    opacity:1;
}
.app--visible .mod-portfolio-bs.caption-hover.on.done .anim-split-text .letter {
	opacity: 0;

}
.app--visible .mod-portfolio-bs.caption-hover.on.done:hover .anim-split-text .letter {
	opacity: 1;
	transform: translateY(0) scaleY(1);
}

/* Captions off */
.mod-portfolio-bs.caption-off .mod__meta,
.mod-portfolio-bs.caption-off .mod__overlay {
    display:none;
}

/*  Mod Off */
.mod-portfolio-bs.fx-load-source--off .mod__cats {
	transition-delay:0s !important;
    opacity:0 !important;
    transform: translateY(80px) !important;
}.mod-portfolio-bs.fx-load-source--off .anim-split-text .letter {
    opacity:0 !important;
    transform: translateY(100px) scaleY(2) !important;
}
.mod-portfolio-bs.fx-load-source--off .mod__image-holder figure {
    transform:scale(1)
}


/* -------------------------------------------
   Blocks
= ----------------------------------------- */
/* Loop Header
= -------------------------------- */
.loop-header {
    line-height: 1;
    display: flex;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center; 
}

@media (max-width: 575.98px) {
    .loop-header {
    }
}

.posts-loading .ajax-grid {
    min-height:100vh;
}

/* Heleprs
= -------------------------------- */
.load-more {
    display: flex;
    /* V Center */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-justify-content: center;
    justify-content: center; 
    clear:both;
}

.load-more .icon {
    transform: rotate(-45deg)
}

.load-more .caption {
    display: inline-block;
    margin-left: 16px;
    font-weight: 600;
}

.loaded>.load-more {
    display: none;
}
.load-more .btn-circle svg {
    width:100%;
    height:100%;
}
.load-more .btn-circle {
/*     width:60px;
    height:60px; */
}
.load-more .btn-circle .icon {
    font-size: 24px;
}
.loading>.load-more .icon {
    transform-origin: center;
    -webkit-animation: rotating 0.8s ease-in-out infinite;
    animation: rotating 0.8s ease-in-out infinite;
}
.loading>.load-more,
.posts-loading .load-more {
    visibility:hidden;
    pointer-events:none;
}
.ajax-options {
    display: none;
}


/* Filters
= -------------------------------- */
.ajax-filters {
    margin-bottom: 40px;
}

.ajax-filter {
    margin-left: 10px;
    margin-right:10px;
}

@media (max-width: 575.98px) {
    .ajax-filter {
        margin-left: 0;
        margin-right: 10px;
        display: block;
        margin-bottom: 10px;
    }
}

/* List Filters
= -------------------------------- */
.fs-filters {
    position:fixed;
    left:0;
    top:0;
    width:100vw;
    height:100vh;
    z-index: 9999;
    pointer-events:none;
    visibility:hidden;
    pointer-events:all;
    opacity:0;
}

.fs-filters__close {
    position:fixed;
    left:0;
    top:0;
    width:100vw;
    height:100vh;
    z-index: 1;
    background-color: rgb(0 0 0 / 58%);
    visibility:hidden;
    pointer-events:all;
    opacity:0;
    transition: visibility 0.5s linear, opacity 0.5s linear;
}
.fs-filters__close.on {
    opacity:1;
    visibility:visible;
}

.fs-filters .filters-trigger {
    position:absolute;
    right:4vw;
    top:50%;
    pointer-events:all;
    opacity: 1;
    visibility:visible;
    transition: visibility 0.3s linear, opacity 0.3s linear;
}
.filter-open .fs-filters .filters-trigger {
    opacity: 0;
    visibility:hidden;
} 
.fs-filters .filters-trigger .filter-icon {
    width:26px;
    font-size:16px;
}
@media only screen and (max-width: 1260px) {
    .fs-filters .filters-trigger {
        right: 30px;
    }
}
@media only screen and (max-width: 479.98px) {
    .fs-filters .filters-trigger {
        right: 24px;
    }

}

.app--visible.menu-opening .fs-filters,
.app--visible.menu-open .fs-filters {
    opacity:0;
}
.app--visible .fs-filters {
    opacity:1;
}
.app--loading .fs-filters {
    opacity:0
}

.fs-filters .ajax-filter {
    z-index:3;
    position:relative;
    pointer-events: all;
}
.fs-filters .ajax-filters {
	margin-bottom: 0;
	position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    pointer-events:none;
    visibility: hidden;
    opacity:0;
    transition: visibility 0.3s linear, opacity 0.3s linear;
}
.fs-filters .ajax-filters.on {
    opacity:1;
    visibility: visible;
}

.fs-filters ul {
    list-style:none;
    margin:0;
}
    .fs-filters ul li {
        list-style:none;
        margin: 6px 0;
        text-align:center;
        position: relative;
    }
    .fs-filters ul li {
         -webkit-transform: translate(0,-80px) rotate(-18deg);
         transform: translate(0,-80px) rotate(-18deg);
         transition:all 1s cubic-bezier(.25,.1,.25,1);
         margin-left: 0;
         position: relative;
         opacity:0;
    }
    .filter-is-visible .fs-filters ul li {
        transform: translate(0,0) rotate(0);
        opacity: 1
    }
         .fs-filters ul li a {
            list-style:none;
            margin:0;
            font-size: 36px;
            pointer-events:all;
            font-weight: 500;
            letter-spacing: 0.03em;
        }
        @media (max-width: 575.98px) { 
            .fs-filters ul li a {
                font-size:18px;
            }
        } 

.filter-open .mod {
     transition:all 0.5s ease;
}
.filter-is-visible .mod {
    filter:grayscale(100%);
    transform:scale(0.8);
}

.fs-filters ul li a .letter {
    transition: opacity .35s cubic-bezier(.39,.575,.565,1);
    transition-delay: calc(var(--letter_index)*var(--transition-delay-stagger));
}

/* Active */
.fs-filters ul:hover li a .letter {
    opacity: 1;
    
}

.fs-filters ul:hover li a .letter {
    opacity:0.3;
}
.fs-filters ul li a:hover .letter {
    opacity:1;
}

/* -------------------------------------------
   21. Components
= ----------------------------------------- */

/* ScrollLine
= -------------------------------- */ 
.scroll-line {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 4px;
   
}

.scroll-line__progress {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    width: 0;
    background: #ffffff;
    transition:width 0.2s;
}



/* Parallax
= -------------------------------- */
.parallax-img {
}

.hero-fi .parallax-img {
}

/* Image Featured
= -------------------------------- */
.img-featured figcaption {
    font-size: 14px;
    color: var(--base_color4);
}

/* Responsive Iframe
= -------------------------------- */
.resp-container {
    margin-bottom: 20px;
}

.resp-container__holder {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.ratio-4by3 {
    padding-top: 75%;
    /* 4:3 Aspect Ratio */
}

.ratio-3by2 {
    padding-top: 66.66%;
    /* 3:2 Aspect Ratio */
}

.ratio-8by5 {
    padding-top: 62.5%;
    /* 8:5 Aspect Ratio */
}

.ratio-1by1 {
    padding-top: 100%;
    /* 1:1 Aspect Ratio */
}

.resp-container__holder>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 3px;
}

.resp-container__caption {
    font-size: 14px;
    color: var(--base_color4);
    margin-top: 5px;
}

/* Messages
 = -------------------------------- */
.message {
    padding: 5px 30px;
    background-color: var(--brand_color);
    color: #fff;
    display: inline-block;
    border-radius: 3px;
}

/* Mini Image
= -------------------------------- */
.mini-image {
    overflow: hidden;
}

.mini-image__filter {
    filter: blur(20px);
    z-index: 1;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.mini-image__new {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    height: 100%;
    transition: opacity 0.5s ease;
}

.mini-image--appear .mini-image__new {
    opacity: 1;
}

.mini-image--done .mini-image__filter {
    visibility: hidden;
    filter: none;
}

.mini-image img {
    min-width: 100%;
}

/* Select 
= -------------------------------- */
.dropdown-select {
    display: inline-block;
    position: relative;
    cursor: pointer;
    z-index: 20;
}

.dropdown-select .select-title {
    display: block;
    padding: 16px 20px;
    position: relative;
    z-index: 2;
    width: 160px;
    overflow: hidden;
    background-color: transparent;
    border:2px solid var(--dark_color2);
    font-size: 14px;
    font-weight: 400;
    border-radius: 99em;
    color: #fff;
}

.active-filter.dropdown-select .select-title {
    border-color: #fff;
}

.dropdown-select.active .select-title {
    /* color: var(--dark_color); */
    /* background-color:#fff; */
    /* border-color:transparent; */
}

.dropdown-select .select-title:hover {
    text-decoration: none;
}

.dropdown-select i.icon {
    width: auto;
    height: auto;
    padding: 0;
    margin-left: 5px;
    font-size: 16px;
    vertical-align: -2px;
    display: inline-block;
    line-height: 16px;
    position: relative;
    top: 15px;
    right: 17px;
    position: absolute;
    -webkit-transform-origin: 45% 45%;
    -ms-transform-origin: 45% 45%;
    transform-origin: 45% 45%;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    -o-transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

.dropdown-select .select-menu {
    background: var(--dark_color);
    border:2px solid var(--dark_color2);
    position: absolute;
    font-weight: normal;
    min-width: 160px;
    max-height: 312px;
    overflow-y: auto;
    left: 0px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    list-style: none;
    text-align: left;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition-property: width, opacity, visibility, top;
    -o-transition-property: width, opacity, visibility, top;
    transition-property: width, opacity, visibility, top;
    -webkit-transition-duration: 0s, .1s, .1s;
    -o-transition-duration: 0s, .1s, .1s;
    transition-duration: 0s, .1s, .1s;
    -webkit-transition-delay: .2s, 0s, 0s;
    -o-transition-delay: .2s, 0s, 0s;
    transition-delay: .2s, 0s, 0s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-box-shadow: 0 5px 29px rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 29px rgba(0, 0, 0, 0.12);
}

.dropdown-select .select-menu::-webkit-scrollbar {
    background: rgb(0 0 0)10%);
    width: 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.dropdown-select .select-menu::-webkit-scrollbar-thumb {
    background: rgb(68 68 68);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.dropdown-select .select-menu::-webkit-scrollbar-thumb:hover {
    background: #535353
}

.dropdown-select .select-menu li {
    line-height: 1;
    padding: 0;
}
.dropdown-select .select-menu li:last-child {
}
.dropdown-select .select-menu .icon {
    width: 20px;
    display: inline-block;
    text-align: center;
    margin-right: 4px;
}

.dropdown-select .select-menu a {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    vertical-align: middle;
    color: var(--dark_color4);
    white-space: nowrap;
    display: inline-block;
}

.dropdown-select .select-menu a:not(.filter-reset).is-active {
    font-weight: 500;
    color:#fff;
}

.dropdown-select .select-menu a:hover {
    background: var(--dark_color2);
    color:#fff;
    cursor: pointer;
    text-decoration: none;
}

.dropdown-select.active .select-title .icon {
    -webkit-transform: rotateZ(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotateZ(-180deg);
}

.dropdown-select.active .select-menu {
    top: 55px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s, 0s, 0s;
    -o-transition-delay: 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s;
}

/* Buttons
= -------------------------------- */
/*Holder*/
.buttons-holder {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.buttons-holder--center {
    -webkit-justify-content: center;
    justify-content: center;
}

/* Default button */
input[type="submit"], button, .btn {
    background-color: var(--btn_bg_color);
    color: var(--btn_color);
    font-weight: 600;
    padding: 10px 26px;
    text-decoration: none;
    border: 2px solid var(--btn_border_color);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-radius:99em;
    font-size: 14px;
    -webkit-transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    justify-content: center;
}
.center-buttons  {
    display: inline-flex;
    justify-content: center;
}
input[type="submit"]:hover, button:hover, .btn:hover {
    color: var(--btn_hov_color);
    background-color: var(--btn_hov_bg_color);
    transform:scale(1.1);
    border: 2px solid var(--btn_hov_border_color);
}

input[type="submit"].btn-alt, button.btn-alt, .btn-alt {
    color: var(--btn_color);
    background-color: var(--btn_bg_color);
}

input[type="submit"].btn-alt:hover, button.btn-alt:hover, .btn-alt:hover {
    background-color: var(--btn_hov_bg_color);
    color: var(--btn_hov_color);
}

.btn--lg {
	 padding: 14px 28px;
}
.btn--sm {
    padding: 4px 12px;
    font-size: 14px;
}

/* Circle Button
= -------------------------------- */
.btn-circle {
    color: var(--base_color);
    position: relative;
    z-index: 10;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* V Center */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* H Center */
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 100%;
}

.btn-circle:hover {
  
}

.btn-circle:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: transparent;
    border-radius: 100%;
    opacity: 0.05;
}

.btn-circle svg {
    fill:#fff;
}

.btn-circle i, .btn-circle .ion {
    line-height: 50px;
    font-size: 28px;
    text-align: center;
    position: relative;
    color: var(--base_color);
    outline: 0;
}
body:not(.menu-open) .menu-type-hamburger.light-content .btn-circle i,
body:not(.menu-open) .menu-type-hamburger.light-content .btn-circle .ion {
    color:var(--dark_color);
}

.btn-circle .ion, .btn-circle i, .btn-circle:before {
    height: 50px;
    width: 50px;
    z-index: 1;
    font-size: 24px;
    color:var(--base_color2);
    -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .5s;
    -o-transition: all cubic-bezier(.5, 0, .2, 1) .4s;
}

.btn-circle .btn-svg {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg );
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(.25,.1,.25,1);
    transition-timing-function: cubic-bezier(.25,.1,.25,1);
}

.btn-circle .btn-svg circle {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(.25,.1,.25,1);
    transition-timing-function: cubic-bezier(.25,.1,.25,1);
    stroke-dasharray: 144px;
    stroke-dashoffset: 144px;
}
body:not(.menu-open) .menu-type-hamburger.light-content .btn-circle .btn-svg circle,
.footer-sticky.light-content .btn-circle .btn-svg circle {
    stroke:var(--dark_color)
}
.footer-sticky.light-content  {

}
.btn-circle:hover .btn-circle-border circle {
    stroke-dashoffset: 0;
}

.btn-circle .btn-circle-border-bg circle {
    stroke-dashoffset: 0;
}

/* First run animation */
.app--init .btn-circle .btn-circle-border-bg circle  {
    stroke-dashoffset: 144;
    transition-delay:0.3s;
}

.app--init .app--visible .btn-circle .btn-circle-border-bg circle  {
   stroke-dashoffset: 0;
}


/* App Cursor
= -------------------------------- */
#cursor {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    pointer-events: none;
    mix-blend-mode: difference;
}

.elementor-editor-active #cursor, .is-mobile #cursor, .is-touch #cursor {
    display: none;
}

body.hide-browser-cursor:not(.elementor-editor-active), .hide-browser-cursor:not(.elementor-editor-active) a, .hide-browser-cursor:not(.elementor-editor-active) button, .hide-browser-cursor:not(.elementor-editor-active) h1, .hide-browser-cursor:not(.elementor-editor-active) h2, .hide-browser-cursor:not(.elementor-editor-active) h3, .hide-browser-cursor:not(.elementor-editor-active) h4, .hide-browser-cursor:not(.elementor-editor-active) input, .hide-browser-cursor:not(.elementor-editor-active) label, .hide-browser-cursor:not(.elementor-editor-active) p, .hide-browser-cursor:not(.elementor-editor-active) span {
    cursor: none!important
}

.is-cursor-effects a, .is-cursor-effects button {
    -webkit-tap-highlight-color: transparent
}

.cursor__point {
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    margin-left: -1px;
    margin-top: -1px;
    transition:all .5s cubic-bezier(.215,.61,.355,1);
    z-index: 100;
    will-change: transform;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    overflow:hidden;
    background-color: #fff;
}

.cursor__circle {
    width: 48px;
    height: 48px;
    transform: scale(0.7);
    border-radius: 50%;
    border: 2px solid #fff;
    transform-origin: center center;
    border-color: #fff;
    will-change: transform;
    transition: all 0.3s ease;
}

.cursor__loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    transform-origin: center center;
    will-change: transform;
    transition: all 0.3s ease;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #fff;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    -webkit-animation: rotating 0.8s ease-in-out infinite;
    animation: rotating 0.8s ease-in-out infinite;
    -webkit-transition: opacity 0s ease-in-out 0s;
    opacity: 0;
}

/* Text
= -------------------------------- */ 
.cursor__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    color: var(--dark_color);
    background-color:#fff;
    white-space: nowrap;
    position: absolute;
    width: 80px;
    height: 80px;
    left: -20px;
    top: -20px;
    border-radius:80px;
    opacity: 0;
    transform:scale(0);
    transition:all .5s cubic-bezier(.215,.61,.355,1);
}
#cursor.text {
    mix-blend-mode:normal
}
#cursor.text .cursor__text {
    opacity:1;
    transform:scale(1);
}
#cursor.text  .cursor__circle  {
    transform:scale(0);
}
#cursor.text .cursor__point {
     transform:scale(0);
}

/* Hover
= -------------------------------- */
#cursor.hover .cursor__circle {
    transform: scale(0);
    border-radius:100%;
    overflow:hidden;
}

#cursor.hover .cursor__point {
    opacity: 0.1;
    width: 80px;
    height: 80px;
     margin-left: -40px;
    margin-top: -40px;
}

/* Click
= -------------------------------- */
#cursor.click .cursor__circle {
    transform: scale(1);
}

/* Magnet
= -------------------------------- */
#cursor.magnet .cursor__circle {
    transform: scale(1);
    opacity: 0
}

#cursor.magnet .cursor__point {
   opacity:0
}



/* Move / Drag
= -------------------------------- */ 
#cursor.move-h .cursor__circle:before,
#cursor.move-h .cursor__circle:after {
    font-family: "Ionicons";
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    transition: all .7s ease;
}
#cursor.move-h .cursor__circle:before {
    content: "\f124";
    left: 0px;
    transform: translate(-30px, -50%);
}
#cursor.move-h .cursor__circle:after {
    content: "\f125";
    transform: translate(30px, -50%);
    right: 0px;
}
#cursor.move-h .cursor__circle {
    width: 60px;
    height: 60px;
    left: -15px;
    top: -15px;
}
.is-drag #cursor.move-h .cursor__circle {
    width: 80px;
    height: 80px;
    left: -20px;
    top: -20px;
}
.is-drag #cursor.move-h .cursor__circle:before {
    transform: translate(-40px, -50%);
}
.is-drag #cursor.move-h .cursor__circle:after {
    transform: translate(40px, -50%);
}

/*Hide H*/
#cursor.move-hide-h .cursor__circle:before,
#cursor.move-hide-h .cursor__circle:after {
    font-family: "Ionicons";
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    opacity: 0;
    transition: all .7s ease;
}
#cursor.move-hide-h .cursor__circle:before {
    content: "\f124";
    left: 0px;
    transform: translate(-20px, -50%);
}
#cursor.move-hide-h .cursor__circle:after {
    content: "\f125";
    transform: translate(20px, -50%);
    right: 0px;
}
#cursor.move-hide-h .cursor__circle {
    width: 60px;
    height: 60px;
    left: -15px;
    top: -15px;
}
.is-drag #cursor.move-hide-h .cursor__circle {
    width: 80px;
    height: 80px;
    left: -20px;
    top: -20px;
}
.is-drag #cursor.move-hide-h .cursor__circle:before {
    transform: translate(-50px, -50%);
    opacity: 1;
}
.is-drag #cursor.move-hide-h .cursor__circle:after {
    transform: translate(50px, -50%);
    opacity: 1;
}

/* V */
#cursor.move-v .cursor__circle:before,
#cursor.move-v .cursor__circle:after {
    font-family: "Ionicons";
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 50%;
    transition: all .7s ease;
}
#cursor.move-v .cursor__circle:before {
    content: "\f126";
    top: 0px;
    transform: translate(-50%, -40px);
}
#cursor.move-v .cursor__circle:after {
    content: "\f123";
    transform: translate(-50%, 40px);
    bottom: 0px;
}
#cursor.move-v .cursor__circle {
    width: 60px;
    height: 60px;
    left: -15px;
    top: -15px;
}
.is-drag #cursor.move-v .cursor__circle {
    width: 80px;
    height: 80px;
    left: -20px;
    top: -20px;
}
.is-drag #cursor.move-v .cursor__circle:before {
    transform: translate(-50%, -50px );
}
.is-drag #cursor.move-v .cursor__circle:after {
    transform: translate(-50%, 50px );
}

/* Hide V */
#cursor.move-hide-v .cursor__circle:before,
#cursor.move-hide-v .cursor__circle:after {
    font-family: "Ionicons";
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 50%;
    opacity: 0;
    transition: all .7s ease;
}
#cursor.move-hide-v .cursor__circle:before {
    content: "\f126";
    top: 0px;
    transform: translate(-50%, -30px);
}
#cursor.move-hide-v .cursor__circle:after {
    content: "\f123";
    transform: translate(-50%, 30px);
    bottom: 0px;
}
#cursor.move-hide-v .cursor__circle {
    width: 60px;
    height: 60px;
    left: -15px;
    top: -15px;
}
.is-drag #cursor.move-hide-v .cursor__circle {
    width: 80px;
    height: 80px;
    left: -20px;
    top: -20px;
}
.is-drag #cursor.move-hide-v .cursor__circle:before {
    transform: translate(-50%, -50px );
    opacity: 1;
}
.is-drag #cursor.move-hide-v .cursor__circle:after {
    transform: translate(-50%, 50px );
    opacity: 1;
}


/* Loading
= -------------------------------- */
.app--loading .cursor__circle{
    opacity: 0;
}

.app--loading .cursor__loader {
    opacity: 1;
}

/* Close / Click 
= -------------------------------- */

/* Close */
html:not(.app--loading) #cursor.close .cursor__circle-inner:after {
    content: "\e641";
    font-family: "icomoon";
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 5px;
    top: 0px;
}

/* Click */
html:not(.app--loading) #cursor.click .cursor__circle-inner:after {
    content: "\e641";
    font-family: "icomoon";
    font-size: 18px;
    color: #fff;
    position: absolute;
    transform: rotate(45deg);
    left: 5px;
    top: 0px;
}

html:not(.app--loading) #cursor.close .cursor__circle-inner, html:not(.app--loading) #cursor.click .cursor__circle-inner, html:not(.app--loading) #cursor.hover-img .cursor__circle-inner {
    opacity: 1;
}


/* Smooth Scroll
= -------------------------------- */
.is-smoothscroll {
    overflow: hidden;
}
.is-smoothscroll #app {
    position: absolute;
    top: 0;
    left: 0;
    height:100vh;
    width:100vw;
    overflow: hidden;
    outline:none;
}
.is-fullscreen.is-smoothscroll #app {
    height: 100vh;
}
.is-smoothscroll #app .scrollbar-track {
    background: rgba(59, 59, 59, 0.23)
}
.is-smoothscroll .scrollbar-thumb {
    background: rgba(65, 65, 65, 0.41)
}
.is-smoothscroll.is-scroll-mask.no-fullscreen #apps {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(20px, transparent), color-stop(30%, #000000), color-stop(70%, #000000), to(transparent));
    -webkit-mask-image: linear-gradient(180deg, transparent 20px, #000000 20%, #000000 100%, transparent);
    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(20px, transparent), color-stop(30%, #000000), color-stop(70%, #000000), to(transparent));
    mask-image: linear-gradient(180deg, transparent 20px, #000000 30%, #000000 70%, transparent);
}

/* -------------------------------------------
    22. FX
= ----------------------------------------- */

/* Smooth Parallax Scroll
= -------------------------------- */ 
.fx-sp {}
.fx-sp__holder,
.fx-sp__trigger {
	position: relative;
}


/* Parallax Text
= -------------------------------- */ 
.fx-parallax-text {
    position:relative;
}

   .fx-parallax-text__holder {
       color: rgb(255 255 255 / 7%);
       font-size: calc(29.5rem + (500vw - 3000px)/840);
       white-space: nowrap;
       line-height: 1.16;
       transition:opacity 0.6s ease 0.4s;
       font-weight:500;
       line-height: 1.3em;
   }
@media (max-width: 575.98px) { 
    .fx-parallax-text__holder {
        font-size:150px
        
    }
} 
       

/* FX Scroll Panels
= -------------------------------- */ 
.fx-sp-image-holder,
.fx-sp-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 1;
}
.fx-sp-image {
    opacity:1;
}
.fx-sp-image-holder {
	 z-index: 1;
    overflow: hidden;
}
.fx-sp-image {
	transform: translateY(0%);
}
.fx-sp-title,
.fx-sp-bottom {
    position:relative;
    opacity:1;
    transform: translateY(0%);
    z-index:3;
}



/* FX Holder
= -------------------------------- */ 
#fx-load-holder {
    position: fixed;
    width: 0px;
    height: 0px;
    background-position: center;
    background-size: cover;
    z-index: 2000;
    /* pointer-events:none; */
}
#fx-load-holder.fx-load-clone {
	top:0;
	width: 100vw;
	height:100vh;
}
#fx-load-holder.fx-load-clone-simple {
	width: 100vw;
	top: 0;
	height: auto;
}
.fx-load-holder__img {
    position:absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
#fx-wgl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 100;
}

#loader-canvas {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
}

.loader-plane {
    position:absolute;
    z-index:100;
}
.loader-plane img {
    display:none;
}

/* Pattern */
.fx-load-pattern {
	display: none;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
	.fx-load-pattern__captions {
		 display: -webkit-box;
		 display: -webkit-flex;
		 display: -ms-flexbox;
		 display: flex;
		 -webkit-justify-content: center;
		 justify-content: center;
		 -webkit-box-align: center;
		 -webkit-align-items: center;
		 -ms-flex-align: center;
		 align-items: center;
		 z-index: 120;
		 position: absolute;
		 left:0;
		 top:0;
		 width: 100%;
		 height: 100%;
		 pointer-events:none;
	}

		.fx-load-pattern__title {
			 position: relative;
			 font-size: 90px;
			 line-height: 1.1;
			 text-align:center;
			 width: 100%;
			 -ms-word-wrap: break-word;
			 word-wrap: break-word;
			 letter-spacing: 0.03em;
			 margin-bottom: -5px;
			 margin-top:5px;
		}
		@media (min-width: 1600px) { 
		    .fx-load-pattern__title {
		        font-size: 90px;
		    }
		}
		@media (max-width: 767.98px) {
		   .fx-load-pattern__title {
		        font-size:11vw;
		    }
		    
		} 

		.fx-load-pattern__meta-bottom {
		    font-size: 17px;
		    color: rgb(255 255 255);
		    font-weight: 500;
		    text-align:center;
		    margin-top: var(--meta_top_margin);
		}


/* Opacity  */
.fx-load-pattern__opacity-layer {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	background-color: rgb(0 0 0 / 40%);
	pointer-events: none;
	opacity:1;
}


	


/* Parallax Image
= -------------------------------- */ 
.el-img-box--parallax  .el-img-box__inner {
    position:relative;
    z-index:1;
    /* overflow:hidden; */
}

    .el-img-box__inner {
        position:relative;
    }
    .el-img-box__thumb {
        position:relative;
    }



/* Split Text
= -------------------------------- */ 
.fx-split-text .word,
.fx-split-text .word-holder {
   display: inline-block;
}



/* Swap Text Hover
= -------------------------------- */


/* Text A */
.fx-swap-txt {
    position:relative;
    display: inline-block;
    overflow: hidden;
    vertical-align:middle;
}

.fx-swap-txt__text {
    -webkit-transition: -webkit-transform .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

html.no-touch .fx-trigger:hover .fx-swap-txt__text, html.no-touch a:hover .fx-swap-txt__text {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    -webkit-animation: anim-pos-up 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: anim-pos-up 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) forwards
}



/* -------------------------------------------
   23. Animations 
= ----------------------------------------- */


/* BG Slide
= -------------------------------- */ 
.anim-bg-slide {
	position: relative;
    clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
    -webkit-clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
    -o-clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
    -ms-clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
    overflow: hidden;
    background-color: #212121;
    transition:all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.light-content .anim-bg-slide  {
    background-color:#ddd;
}
    .anim-bg-slide img {
        position: relative;
        width: 100%;
        display: block;
        clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
        -webkit-clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
        -o-clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
        -ms-clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
        transform: scale(1.4);
        transition:all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
    }
.app--visible .anim-bg-slide.done {
     clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
    -o-clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
    -ms-clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
}
.app--visible .anim-bg-slide.done img {
     clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
     -webkit-clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
     -o-clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
     -ms-clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
     transform: scale(1);
}


/* Scale 
= -------------------------------- */ 
.anim-scale img,
.anim-scale .img
 {
    -webkit-transition: opacity 1s linear,-webkit-transform 1.3s cubic-bezier(.19,1,.22,1);
    transition: opacity 1s linear,-webkit-transform 1.3s cubic-bezier(.19,1,.22,1);
    transition: opacity 1s linear,transform 1.3s cubic-bezier(.19,1,.22,1);
    transition: opacity 1s linear,transform 1.3s cubic-bezier(.19,1,.22,1),-webkit-transform 1.3s cubic-bezier(.19,1,.22,1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(1.8) translateY(80px);
    -ms-transform: scaleY(1.8) translateY(80px);
    transform: scaleY(1.8) translateY(80px);
    opacity: 0;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.app--visible .done.anim-scale img,
.app--visible .done.anim-scale .img {
    opacity: 1;
    -webkit-transform: scaleY(1) translateY(0);
    -ms-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
}
.elementor-editor-active .anim-scale img,
.elementor-editor-active .anim-scale .img {
    opacity: 1;
    -webkit-transform: scaleY(1) translateY(0);
    -ms-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
}

/* Slide Text UP
= -------------------------------- */
.anim-slide-up {
    overflow: hidden;
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.anim-slide-up__text {
    -webkit-transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: inline-block;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.app--visible .anim-slide-up.done .anim-slide-up__text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.elementor-editor-active .anim-slide-up .anim-slide-up__text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.app--fx-clone .hero .anim-slide-up .anim-slide-up__text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/* Split Text Anim
= -------------------------------- */ 
.anim-split-text .letter {
	opacity: 0;
	transform: translateX(-30%) scaleY(1);
	position: relative;
	display:inline-block;
	transition: opacity 1s, transform .65s  cubic-bezier(0.13, 0.47, 0.56, 1);
    transition-delay: calc(var(--letter_index)*var(--transition-delay-stagger));

}
.anim-split-text .letter {
	
}
.anim-trigger:hover .anim-split-text .letter,
.app--visible .anim-split-text.done .letter {
	opacity: 1;
	transform: translateX(0) scaleY(1);
}
.app--fx-clone .hero .anim-split-text .letter {
    opacity: 1;
	transform: translateX(0) scaleY(1);
}
.elementor-editor-active .anim-split-text .letter {
    opacity: 1;
	transform: translateX(0) scaleY(1);
}

/* Words  */
.anim-split-text--words .word {
	opacity: 0;
	transform: translateX(-30%) scaleY(1);
	position: relative;
	transition: opacity 1s, transform .65s  cubic-bezier(0.13, 0.47, 0.56, 1);
	transition-delay: calc(var(--letter_index)*var(--transition-delay-stagger));
}
.anim-split-text--words .word {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.anim-trigger:hover .anim-split-text--words .word,
.app--visible .anim-split-text--words.done .word {
	opacity: 1;
	transform: translateX(0) scaleY(1);
}
.app--fx-clone .hero .anim-split-text--words .word {
    opacity: 1;
	transform: translateX(0) scaleY(1);
}
.elementor-editor-active .anim-split-text--words .word {
    opacity: 1;
	transform: translateX(0) scaleY(1);
}

/* Random Split Text Anim
= -------------------------------- */ 
.anim-rand-split-text .letter {
	opacity: 0;
	transform: translateY(100px) scaleY(2);
	position: relative;
	display:inline-block;
	
}
.anim-rand-split-text .letter {
	transition: opacity 1s, transform .45s  ease-out;
}
.anim-trigger:hover .anim-rand-split-text .letter,
.app--visible .anim-rand-split-text.done .letter {
	opacity: 1;
	transform: translateY(0) scaleY(1);
}


/* Fade Up
= -------------------------------- */ 
.anim-fade-up {
    opacity: 0;
    position:relative;
    transition:all 0.75s cubic-bezier(.25,.1,.25,1);
	transform: translateY(50px);
}
.app--visible .anim-fade-up.done {
    opacity: 1;
    transform: translateY(0);
}


/* Rotate
= -------------------------------- */ 
@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}


/* Rotating
= -------------------------------- */ 
@keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    95% {
        -webkit-transform: rotate(350deg);
        transform: rotate(350deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Spin
= -------------------------------- */ 
@keyframes anim__spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes anim__spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

/* Blink */
@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0.5
    }

    100% {
        opacity: 1
    }
}

.blink {
    animation: blink normal 0.5s infinite ease-in-out;
    -webkit-animation: blink normal 0.5s infinite ease-in-out;
}

/* Position Up */
@-webkit-keyframes anim-pos-up {
    0% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
        transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%)
    }

    30% {
        -webkit-transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -160%);
        transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -160%)
    }

    30.1% {
        -webkit-transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
        transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%)
    }

    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
        transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%)
    }
}

@keyframes anim-pos-up {
    0% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
        transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%)
    }

    30% {
        -webkit-transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -130%);
        transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -130%)
    }

    30.1% {
        -webkit-transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
        transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%)
    }

    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
        transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%)
    }
}
.hamon_portfolio {
    padding: 0% 20%;
    text-align: justify;
}

@media only screen and (max-width: 600px) {
.hero-img-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 96%;
}
	.page-nav-img-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 96%;
}
	.hamon_portfolio {
    padding: 0% 15%;
   
}
}
.col-md-3 {
    text-align: center;
    text-transform: capitalize;
    padding-top: 20px;
	
}
@media (min-width: 768px) {
.col-md-3 {
    flex: 0 0 auto;
    width: 25%;
	
	
}
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.pt7 {
    padding-top: 7px;
	font-size: 16px;
}
.p40 {
	padding-top: 40px;
}


	article#post-28 {
    padding: 15%;
    text-align: justify;
}

