@charset "UTF-8";

/*
Theme Name: Ghangri
Theme URI: https://www.themeinwp.com/theme/ghangri
Author: Themeinwp
Author URI: https://www.themeinwp.com/
Description: Ghangri is a unique blog, fashion, food, travel, lifestyle, personal theme for you to start sharing your content with beautiful aesthetics! This minimal, clean & modern theme is ideal for all types of sites that aim to provide users with content. With help of theme options based on WordPress Customizer with real-time live preview and various unique reusable homepage theme sections that you can drag and drop in design your homepage, unique blog listing layouts, full Gutenberg editor support you can build any site structure with ease and control your site design, appearance, layouts, and features on the fly.
Requires at least: 5.3
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ghangri
Tags: blog, portfolio, entertainment,grid-layout, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-colors, custom-header, custom-logo, custom-menu, featured-image-header, featured-images, flexible-header, footer-widgets, rtl-language-support, theme-options, threaded-comments, translation-ready
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Gutenberg
# Media
    ## Captions
    ## Galleries
# Footer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
    /*font-size: 62.5%;*/
    /* 1rem = 10px */
    /*line-height: 1.15;*/
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/***
====================================================================
## Start CSS
====================================================================
***/

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #333;
    background: #333;
}


/**
 * Typography
 * -------------------------------------------------------------
 */

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 15px;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}

.h3-space {
    letter-spacing: 1.5px;
}


/**
 * Links
 * -------------------------------------------------------------
 */

a {
    background-color: transparent;
    transition: all 0.3s;
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #7e3bd0;
}

a:focus {
    outline: thin dotted;
    /*outline: solid 2px #7e3bd0;*/
}

a:hover,
a:active {
    outline: 0;
}


/**
 * Elements
 * -------------------------------------------------------------
 */

.clr {
    clear: both;
}


/***
====================================================================
## Page
====================================================================
***/

.theme-page-wrapper {
    display: block;
    position: relative;
    max-width: 1580px;
    margin: auto;
    /*border-bottom: solid 1px #e6e6e6;*/
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23e8e8e8' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.theme-page-layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (max-width: 991px) {
    .theme-page-layout {
        display: block;
    }
}



/***
====================================================================
## Header
====================================================================
***/

@media only screen and (min-width: 992px) {
    #site-header {
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        width: 100%;
        max-width: 320px;
        min-height: 100vh;
        border-left: solid 1px #f5f5f5;
    }
}

.header-individual-component {
    /*border-bottom: solid 1px #e6e6e6;*/
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

.header-individual-component:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.site-header-items .branding-components {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1580px) {
    body .site .header-individual-component {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (max-width: 992px) {
    body .site .header-individual-component {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-bottom: 0;
        border-bottom: none;
    }
}


/**
 * Logo
 * -------------------------------------------------------------
 */

.header-titles {}

.header-titles img {
    max-width: 100%;
}


/**
 * Navigation
 * -------------------------------------------------------------
 */

.navigation-components {
    position: relative;
}

#site-header .offcanvas-main-navigation {
  width: 100%;
}

#site-header .offcanvas-main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#site-header .offcanvas-main-navigation ul li {
    position: relative;
    padding: 10px 0 10px 0;
    border-bottom: solid 1px #e3e3e3;
}

#site-header .offcanvas-main-navigation ul li:last-child {
    border-bottom: none;
}

#site-header .offcanvas-main-navigation .submenu-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#site-header .offcanvas-main-navigation ul li a {
    display: block;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

#site-header .offcanvas-main-navigation ul li.current_page_item a,
#site-header .offcanvas-main-navigation ul li a:hover,
#site-header .offcanvas-main-navigation ul li:hover a {
    color: #7e3bd0;
}


/**
 * Social
 * -------------------------------------------------------------
 */

#navbar-social-nav.theme-social-navigation li:not(:last-child) {
    margin-right: 0.5rem;   
}

#navbar-social-nav.theme-social-navigation li a {
    color: #666;
}

#navbar-social-nav.theme-social-navigation li a:hover {
    color: #7e3bd0;
}


/***
====================================================================
## Content Layout
====================================================================
***/

.site-content {
    position: relative;
    -ms-flex: 0 0 calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
    min-height: calc(100vh - 120px);
    /*border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;*/
}

@media screen and (max-width: 991px) {
    .site-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        border-left: none;
        border-right: none;
    }
}

.site-content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*border-left: solid 1px #f5f5f5;
    border-right: solid 1px #f5f5f5;
    border-bottom: solid 1px #f5f5f5;*/
    background: #f8f8f8;
}

@media screen and (max-width: 991px) {
    .site-content-wrapper {
        /*margin-left: 20px;
        margin-right: 20px;*/
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .site-content-wrapper {
        /*margin-left: 15px;
        margin-right: 15px;*/
    }
}

.site-content-wrapper #theme-primary {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    width: 100%;
    max-width: 70%;
}

@media ( max-width: 1400px) {
    .site-content-wrapper #theme-primary {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
}

.widget-area {
    width: 100%;
    /*border-left: solid 1px #e6e6e6;*/
}

@media screen and (min-width: 1401px) {
    .widget-area {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}


/***
====================================================================
## Theme Primary
====================================================================
***/

.theme-block {
    overflow: hidden;
    position: relative;
    border-bottom: solid 1px #e6e6e6;
    padding: 5rem 2rem;
}

@media screen and (max-width: 991px) {
    .theme-block {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

.theme-block:last-child {
    border: none;
}


/**
 * Banner
 * -------------------------------------------------------------
 */

.theme-block-large {
    display: block;
    position: relative;
    padding-top: 12rem;
    padding-bottom: 12rem;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .theme-block-large {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

.theme-block-large:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    top: 0;
    left: 0;
}

.theme-block-large .wrapper {}

.theme-main-banner {}

.theme-main-banner .main-banner-details {
    text-align: center;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.theme-main-banner .main-banner-description {}

.theme-main-banner .main-banner-description p {
    margin: 0;
    padding: 0;
    color: #fff;
}


/**
 * Elements
 * -------------------------------------------------------------
 */

.theme-block-blog {}

.theme-panelarea-block {}


/**
 * Categories
 * -------------------------------------------------------------
 */

.article-panel-blocks {}

article.type-post {
    margin-bottom: 40px;
}

article.type-post .entry-wrapper {}

article.type-post .entry-thumbnail {
    position: relative;
    margin-bottom: 10px;
}

article.type-post .entry-thumbnail img {
    object-fit: cover;
    width: 100%;
}

article.type-post .post-content {
    background: #f1f1f1;
    border-left: solid 5px #7e3bd0;
    border-bottom: solid 3px #d7d7d7;
    padding: 20px;
}

article.type-post .post-content .entry-header {}

article.type-post .post-content h2.entry-title {}

article.type-post .post-content .entry-content {}

article.type-post .post-content .entry-content p {
    margin: 0;
}

@media screen and (max-width: 767px) {
    article.type-post .post-content {
        padding: 15px;
        margin: -40px 15px 0;
    }
    article.type-post .entry-thumbnail img {
        margin-bottom: 50px;
    }
}


/**
 * Posts
 * -------------------------------------------------------------
 */

.theme-article-post-main {}

article.theme-article-post {
    float: left;
    width: 48%;
    margin-right: 0;
    margin-bottom: 40px;
    border: solid 1px #e3e3e3;
    padding: 5px;
}

article.theme-article-post:nth-child(2n+1) {
    clear: both;
    margin-right: 4%;
}

article.theme-article-post .entry-wrapper {
    overflow: hidden;
    background-color: #f8f8f8;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23cecece' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

article.theme-article-post .entry-thumbnail {
    overflow: hidden;
    position: relative;
    /*margin-bottom: 20px;*/
}

article.theme-article-post .entry-thumbnail img {
    object-fit: cover;
    width: 100%;
}

article.theme-article-post .post-content {
    padding: 20px;
}

article.theme-article-post .post-content .entry-header {}

article.theme-article-post .post-content h3.entry-title {}

article.theme-article-post .post-content h3.entry-title a {
    color: #333;
}

article.theme-article-post .post-content .entry-content {}

article.theme-article-post .post-content .entry-content p {
    margin: 0;
}

@media screen and (max-width: 767px) {
    article.theme-article-post {
        width: 100%;
        margin-right: 0;
    }
    article.theme-article-post:nth-child(2n+1) {
        margin-right: 0;
    }
    article.theme-article-post:last-child {
        margin-bottom: 0;
    }
}


/**
 * Content Six
 * -------------------------------------------------------------
 */

article.has-post-thumbnail {
    margin-top: 40px;
    margin-bottom: 40px;
}

article.has-post-thumbnail .entry-wrapper {}

article.has-post-thumbnail .entry-thumbnail {
    margin-bottom: 20px;
}

article.has-post-thumbnail .entry-thumbnail img {
    object-fit: cover;
    width: 100%;
}

article.has-post-thumbnail .post-content {}

article.has-post-thumbnail .post-content .entry-header {}

article.has-post-thumbnail .post-content h2.entry-title {
    font-weight: normal;
}

article.has-post-thumbnail .post-content .entry-content {}

article.has-post-thumbnail .post-content .entry-content h3 {
    border-bottom: solid 1px #0094E7;
}

article.has-post-thumbnail .post-content .entry-content p {}


/***
====================================================================
## Theme Secondary
====================================================================
***/

.widget-area-wrapper {}

.widget-area .widget {
    margin-bottom: 2rem;
    padding: 0 2rem 2rem;
}

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

@media screen and (max-width: 992px) {
    .widget-area .widget {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/**
 * Popular Post Widget
 * -------------------------------------------------------------
 */

.ghangri_popular_post_widget {
    margin-top: 2rem;
}

.ghangri_popular_post_widget h2.widget-title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1rem;
    /*padding-bottom: 1rem;
    border-bottom: solid 1px #e6e6e6;*/
    border-left: solid 5px #7e3bd0;
    padding-left: 15px;
}

.ghangri_popular_post_widget h2.widget-title a {
    color: #333;
}

@media screen and (min-width: 992px) {
    .ghangri_popular_post_widget h2.widget-title {
        /*padding-left: 2rem;
        padding-right: 2rem;
        margin-left: -2rem;
        margin-right: -2rem;*/
    }
}

.twp-recent-widget {}

.recent-widget-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.recent-widget-list li {
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    background: #fff;
}

.recent-widget-list li:last-child {
    margin-bottom: 0;
    /*padding-bottom: 0;
    border-bottom: none;*/
}

.recent-widget-list li .article-list {}

.recent-widget-list .entry-thumbnail {
    position: relative;
    margin: 0 auto;
}

.recent-widget-list .entry-thumbnail img {
    object-fit: cover;
    width: 100%;
}

.recent-widget-list .entry-thumbnail .trend-item {
    text-align: center;
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #0c1831;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #fff;
    bottom: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
}

.recent-widget-list .column.column-8 {
    -ms-flex-item-align: center;
    align-self: center;
}

.recent-widget-list .article-body {}

.recent-widget-list .article-body h3.entry-title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
}

@media screen and (min-width: 992px) {
    .recent-widget-list .article-body h3.entry-title {
        font-size: 15px;
    }
}

.recent-widget-list .article-body h3.entry-title a {
    color: #333;
}

.recent-widget-list .article-body h3.entry-title a:hover,
.recent-widget-list li .article-list:hover .article-body h3.entry-title a {
    color: #7e3bd0;
}


/***
====================================================================
## Single
====================================================================
***/

#site-contentarea {}

#main.site-main {}

.article-wraper {}

.single article.post {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 4rem;
    background: #fff;
    border: solid 1px #e3e3e3;
    padding: 20px;
}

@media (max-width: 991px) {
    .single article.post {
        max-width: 100%;
    }
}

.single article.post .entry-featured-thumbnail {
    position: relative;
    margin-bottom: 20px;
}

/*@media only screen and (min-width: 1200px) {
    .single article.post .entry-featured-thumbnail {
        margin: 30px -65px;
    }
}*/

.single article.post .entry-featured-thumbnail img {
    object-fit: cover;
    width: 100%;
}

/*.theme-page-vitals {
    position: absolute;
    background: #7e3bd0;
    color: #fff;
    padding: 25px;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.theme-page-vitals:after {
    position: absolute;
    content: '';
    width: 0;
    border-right: 10px solid #7e3bd0;
    border-bottom: 10px solid transparent;
    border-right-color: #7e3bd0;
    top: 100%;
    left: 0;
    z-index: 1;
}*/

.single article.post .entry-header {}

.single article.post h1.entry-title {
    font-size: 28px;
    font-weight: normal;
}

.booster-extension .post-content-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.booster-extension .post-content-wrap .post-content {
    position: relative;
    /*-ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);*/
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.single article.post .post-content {}

.single article.post .entry-content {}

.single article.post .entry-content h2 {
    font-size: 20px;
    font-weight: bold;
}

.single article.post .entry-content p {}


/***
====================================================================
## Footer
====================================================================
***/

.site-content-footer {
    background: #f8f8f8;
    border-top: solid 5px #e5e5e5;
}

#site-footer {
    text-align: center;
}

.footer-social-navigation {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.theme-block-heading {}

.theme-block-heading h2.theme-block-title {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#footer-social-nav.theme-social-navigation li {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: none;
    border-radius: 50%;
}

#footer-social-nav.theme-social-navigation li:hover {
    background: #7e3bd0;
}

#footer-social-nav.theme-social-navigation li:not(:last-child) {
    /*margin-right: 0.5rem;*/
}

#footer-social-nav.theme-social-navigation li a {
    color: #666;
}

#footer-social-nav.theme-social-navigation li a:hover,
#footer-social-nav.theme-social-navigation li:hover a {
    color: #fff;
}

.site-info {
    position: relative;
    padding: 2rem 0;
    padding-top: 0;
}

.footer-credits {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
}

.footer-copyright {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.footer-copyright a {
    text-transform: uppercase;
    color: #7e3bd0;
}


/***
====================================================================
## Offcanvas
====================================================================
***/

#offcanvas-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    top: 0;
    right: -100%;
    justify-content: flex-end;
    -webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
    -ms-transition: right 0.5s;
    -o-transition: right 0.5s;
    transition: right 0.5s;
    z-index: 1000;
}

#offcanvas-menu .offcanvas-wraper {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 2rem 0 rgb(0 0 0 / 10%);
    padding: 20px 100px;
}

#offcanvas-menu .offcanvas-wraper::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@media screen and (max-width: 991px) {
    #offcanvas-menu .offcanvas-wraper {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    #offcanvas-menu .offcanvas-wraper {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#offcanvas-menu.offcanvas-menu-active {
    display: -ms-flexbox;
    display: flex;
    right: 0;
}

#offcanvas-menu .close-offcanvas-menu {
    text-align: right;
    cursor: pointer;
}

#offcanvas-menu .close-offcanvas-menu .offcanvas-close {
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    margin: 10px auto;
}

.offcanvas-wraper>* {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    will-change: transform, opacity;
}

.offcanvas-menu-active .offcanvas-wraper>* {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.button-offcanvas-close {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 54px;
    background: #333;
    border: none;
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 0;
    transition: opacity .15s linear;
    cursor: pointer;
}

.button-offcanvas-close:hover,
.button-offcanvas-close:focus {}

.offcanvas-menu-active .offcanvas-wraper .offcanvas-main-navigation {
    transition-delay: 0.6s;
}

.offcanvas-item {
    margin-bottom: 30px;
}

.offcanvas-item.offcanvas-main-navigation {}

.offcanvas-item.theme-social-navigation {
    margin-bottom: 0;
}


/**
 * Main Navigation Offcanvas
 * -------------------------------------------------------------
 */

#primary-nav-offcanvas.offcanvas-main-navigation {
    width: 100%;
}

#primary-nav-offcanvas.offcanvas-main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#primary-nav-offcanvas.offcanvas-main-navigation ul li {
    position: relative;
    padding: 10px 0;
    border-bottom: solid 1px #e3e3e3;
}

#primary-nav-offcanvas.offcanvas-main-navigation ul li:last-child {
    border-bottom: none;
}

#primary-nav-offcanvas.offcanvas-main-navigation .submenu-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#primary-nav-offcanvas.offcanvas-main-navigation ul li a {
    display: block;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

#primary-nav-offcanvas.offcanvas-main-navigation ul li.current_page_item a,
#primary-nav-offcanvas.offcanvas-main-navigation ul li a:hover,
#primary-nav-offcanvas.offcanvas-main-navigation ul li:hover a {
    color: #7e3bd0;
}


/**
 * Social Nav Offcanvas
 * -------------------------------------------------------------
 */

#social-nav-offcanvas.theme-social-navigation li:not(:last-child) {
    margin-right: 0.5rem;
}

#social-nav-offcanvas.theme-social-navigation li a {
    color: #666;
}

#social-nav-offcanvas.theme-social-navigation li a:hover {
    color: #7e3bd0;
}


/***
====================================================================
## SOCIAL
====================================================================
***/

.social-menu {}

.theme-social-navigation ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.theme-social-navigation li {
    display: inline-block;
    vertical-align: middle;
}

.theme-social-navigation li a {
    color: #333;
    /*margin-right: 0.5rem;*/
}

.theme-social-navigation li a .svg-icon {
    vertical-align: middle;
    display: inline-block;
    /*width: 1.5rem;
    height: 1.5rem;*/
    width: 1rem;
    height: 1rem;
}


/***
====================================================================
## Back To Top
====================================================================
***/

.scroll-up {
    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;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 55px;
    height: 55px;
    background: #fff;
    border: none;
    border-radius: 50%;
    font-size: 1.8rem;
    font-weight: 700;
    color: #7e3bd0;
    right: 20px;
    bottom: 20px;
    margin: 0;
    padding: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    z-index: 99999999;
}

.scroll-up.enable-scroll-up {
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
}


/***
====================================================================
## PRELOADER
====================================================================
***/

.theme-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 999999;
}

.page-loaded .theme-preloader {
    transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.theme-preloader-wrapper {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    transform: translate3d(0, 0, 0);
    overflow: hidden
}

.theme-preloader-target {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 350px;
    z-index: 1;
    margin: -175px 0 0 -125px;
    animation: target2 4.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite
}

.theme-preloader-target:before,
.theme-preloader-target:after {
    content: '';
    position: absolute;
    background: #eee;
}

.theme-preloader-target:before {
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0
}

.theme-preloader-target:after {
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%
}

@keyframes target2 {
    0% {
        margin: -175px 0 0 -125px
    }
    20% {
        margin: -225px 0 0 -115px
    }
    40% {
        margin: -185px 0 0 -15px
    }
    60% {
        margin: -125px 0 0 -215px
    }
    100% {
        margin: -175px 0 0 -125px
    }
}

.page-load {
    position: fixed;
    top: 80px;
    left: 280px;
    right: 0;
    bottom: 0;
    z-index: 50;
    transform: translate3d(0, 0, 0);
    display: none
}

.theme-preloader-throbber {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    z-index: 10;
    transform: scale(0);
    transition: all 500ms cubic-bezier(.19, 1, .22, 1) 0ms
}

.visspin,
.theme-preloader-wrapper .theme-preloader-throbber {
    transform: scale(1.0)
}

.theme-preloader-wrapper .theme-preloader-throbber.novisspin {
    transform: scale(0)
}

.theme-preloader-throbber:before {
    content: '';
    background: #7e3bd0;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    z-index: 2
}

.theme-preloader-throbber:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 42px;
    height: 42px;
    margin: -21px 0 0 -21px;
    border: 1px solid #eee;
    border-radius: 50%;
    z-index: 1;
    background: #f9f9f9;
}

.theme-preloader-throbber span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
    border: 8px solid #ccc;
    box-sizing: border-box;
    border-top-color: transparent;
    border-bottom-color: transparent;
    animation: rotate 1s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    z-index: 2
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}


/***
====================================================================
## End CSS
====================================================================
***/


/***
====================================================================
## End CSS
====================================================================
***/

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

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

small {
    font-size: 85%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    /* 3 */
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

button,
input,
select,
optgroup,
textarea {
    color: #000;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.4;
}

.header-titles .site-title,
.header-titles .site-description,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
.theme-button,
.entry-meta,
.category-widget-header .category-title,
.site .widget .tab-head .twp-nav-tabs>li>a,
.category-widget-header .post-count {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.2;
}

.entry-title-normal {
    font-size: 1.5rem;
}

.entry-title-small {
    font-size: 2rem;
}

.theme-block-title-xlarge {
    font-size: 7.2rem;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    letter-spacing: -4px;
}

.entry-title-large,
.theme-block-title-large,
.header-titles .site-title {
    font-size: 5.2rem;
    letter-spacing: -2.4px;
}

.entry-title-big,
.theme-block-title-big {
    font-size: 4.2rem;
    letter-spacing: -2.4px;
}

.entry-title-medium,
.theme-block-title-medium {
    font-size: 2.4rem;
    letter-spacing: -1.4px;
}

@media screen and (max-width: 1400px) {
    .theme-block-title-xlarge {
        font-size: 5.2rem;
    }
    .entry-title-big,
    .theme-block-title-big {
        font-size: 3.6rem;
    }
}

@media screen and (max-width: 991px) {
    .theme-block-title-xlarge {
        font-size: 4.2rem;
    }
    .entry-title-large,
    .theme-block-title-large,
    .header-titles .site-title {
        font-size: 4.2rem;
    }
}

@media screen and (max-width: 767px) {
    .theme-block-title-xlarge {
        font-size: 3.2rem;
    }
    .entry-title-large,
    .theme-block-title-large,
    .header-titles .site-title {
        font-size: 3.2rem;
    }
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #7e3bd0;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

.body-scroll-locked {
    overflow: hidden;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

video {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

.svg-icon {
    fill: currentColor;
}

.data-bg {
    display: block;
    background-color: #F5F3F1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.data-bg-fixed {
    background-attachment: fixed;
}

.data-bg-large {
    height: 640px;
}

.data-bg-big {
    height: 440px;
}

.data-bg-medium-large {
    height: 300px;
}

.data-bg-medium {
    height: 220px;
}

.data-bg-small {
    height: 160px;
}

.data-bg-thumbnail {
    /*height: 100px;*/
}

::-moz-selection {
    background: #7e3bd0;
    color: #000000;
}

::selection {
    background: #7e3bd0;
    color: #000000;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.rtl .header-individual-component {
    padding-left: 2rem;
    padding-right: 0;
}

.header-titles .site-logo {
    margin: 0;
}

.header-titles .site-title {
    display: block;
    font-weight: 900;
    margin: 0 auto .5rem;
    position: relative;
}

.header-titles .site-title a {
    color: inherit;
}

.header-navigation-wrapper {
    position: relative;
}

.navbar-control {
    display: none;
    filter: alpha(opacity=0);
    opacity: 0;
    visiibility: hidden;
}

@media screen and (max-width: 991px) {
    .navbar-control {
        display: flex;
        filter: alpha(opacity=100);
        opacity: 1;
        visiibility: visible;
    }
}

.theme-action-control {
    background: transparent;
    color: #666;
    border-color: transparent;
    padding: 0;
    margin: 0 0 0 2rem;
    position: relative;
}

.theme-action-control:hover,
.theme-action-control:focus,
.theme-action-control:active {
    background: transparent;
    outline: none;
    border-color: transparent;
}

.action-control-trigger:focus,
.btn__content:focus {
    outline: none;
}

.theme-action-control:focus>.action-control-trigger,
.submenu-toggle:focus>.btn__content {
    outline: 2px solid #7e3bd0;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

.entry-summary a:not(.more-link):not(.button):not(.wp-block-button__link),
.widget_text a:not(.more-link):not(.button) {
    text-decoration: underline;
}

abbr,
acronym,
abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.theme-menu,
.theme-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.admin-bar #offcanvas-menu .close-offcanvas-menu .offcanvas-close {
    margin-top: 40px;
}

.offcanvas-menu-active .offcanvas-wraper .offcanvas-branding {
    transition-delay: 0.3s;
}

.offcanvas-menu-active .offcanvas-wraper .offcanvas-social-navigation {
    transition-delay: 0.9s;
}

.offcanvas-main-navigation .sub-menu {
    display: none;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.offcanvas-main-navigation .submenu-wrapper .submenu-toggle {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background: transparent;
    border: 0;
    color: inherit;
}

.offcanvas-main-navigation .submenu-wrapper .submenu-toggle .submenu-dropdown-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    transition: transform 0.15s linear 0s;
}

.submenu-toggle .submenu-dropdown-icon:before,
.submenu-toggle .submenu-dropdown-icon:after {
    content: '';
    width: 14px;
    height: 2px;
    background-color: #333;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.submenu-toggle .submenu-dropdown-icon:after {
    width: 2px;
    height: 14px;
}

.submenu-toggle.button-toggle-active .submenu-dropdown-icon:after {
    width: 14px;
    height: 2px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

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

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.skip-link {
    font-size: 16px !important;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

@media ( prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0s !important;
        transition-duration: 0s !important;
    }
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.theme-block:before,
.theme-block:after,
.widget:before,
.widget:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.site-header:after,
.site-content:after,
.theme-block:after,
.widget:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget select {
    max-width: 100%;
}

/*.widget ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}*/

.widget ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.widget .button {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/

.widget_nav_menu a {
    display: block;
    padding: .75rem 0;
}

.widget_nav_menu .menu-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.widget_nav_menu .menu-item-has-children>a {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.widget_nav_menu .menu-item-has-children>span {
    cursor: pointer;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.widget_nav_menu .menu-item-has-children>ul {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.widget_nav_menu .menu>.menu-item>.sub-menu {
    padding-bottom: 1rem;
}

.widget_nav_menu .sub-menu {
    display: none;
}

.widget_nav_menu .sub-menu a {
    padding: 0.5rem 0;
    line-height: 1;
}

.widget_nav_menu .sub-menu .sub-menu {
    padding: 0.5rem 0;
}

.widget_nav_menu .sub-menu .sub-menu a {
    padding-left: 1rem;
}

.widget_nav_menu .submenu-visible {
    display: block;
}

.search-form label {
    display: block;
    margin: 0 auto;
    padding-right: 4px;
    width: 65%;
    float: left;
}

.search-form label .search-field {
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    -webkit-appearance: none;
}

.search-form .search-submit {
    float: left;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 35%;
    -webkit-appearance: none;
}

.search-form-default {
    display: flex;
    position: relative;
    margin: 0;
}

.search-form-default label {
    width: 100%;
}

.search-form-default .search-field-default {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    margin: 0;
    padding: 10px 20px 10px 45px;
}

.search-form-default .search-field-default:focus {
    outline: thin dotted;
}

.search-form-default .search-field-default:hover,
.search-form-default .search-field-default:active {
    outline: 0;
}

.search-form-default svg {
    height: 20px;
    left: 15px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    transition: fill .2s;
    width: 20px;
    filter: alpha(opacity=75);
    opacity: .75;
}

.widget_recent_entries ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_block .wp-block-latest-posts li,
.widget_block .wp-block-archives li,
.widget_block .wp-block-categories li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 0 0 1rem;
    margin-bottom: 1rem;
}

.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_block .wp-block-latest-posts li a,
.widget_block .wp-block-archives li a,
.widget_block .wp-block-categories li a {
    padding-right: 0.6666666667rem;
    margin-right: auto;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.widget_categories ul ul.children,
.widget_pages ul ul.children,
.widget_archive ul ul.children {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    border-top: 1px #e9ecef solid;
    margin-top: 1rem;
    margin-left: 0;
    padding-left: 1.5em;
}

.widget_categories ul ul.children li,
.widget_pages ul ul.children li,
.widget_archive ul ul.children li {
    padding: 1rem 0 1rem 1rem;
}

.widget_categories ul ul.children li:last-child,
.widget_pages ul ul.children li:last-child,
.widget_archive ul ul.children li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget_categories ul ul.children ul.children li,
.widget_pages ul ul.children ul.children li,
.widget_archive ul ul.children ul.children li {
    margin-left: 1rem;
    padding-left: 0;
}

.site .widget .tab-head .twp-nav-tabs {
    border-bottom: 2px solid;
    margin-bottom: 30px;
}

.site .widget .tab-head .twp-nav-tabs li {
    float: left;
    margin: 0 auto;
    width: 33.33%;
}

.site .widget .tab-head .twp-nav-tabs>li>a {
    background: rgba(0, 0, 0, .05);
    display: block;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.site .widget .tab-head .twp-nav-tabs>li:hover>a,
.site .widget .tab-head .twp-nav-tabs>li:focus>a,
.site .widget .tab-head .twp-nav-tabs>li.active>a {
    background: #000;
    color: #fff;
}

.site .widget .tab-head .post-description {
    margin-top: 20px;
}

.tab-icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.site-content .tab-icon {
    width: 20px;
    height: 20px;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.theme-widget-list li .article-list .entry-meta .entry-meta-item {
    font-size: 1.4rem;
    margin-bottom: .5rem;
}

.widget .latest-category-post {
    font-weight: 700;
}

.category-widget-header .post-count {
    background: #7e3bd0;
    color: #fff;
    height: 35px;
    line-height: 35px;
    width: 35px;
}

.category-widget-header .category-title,
.category-widget-header .post-count {
    display: inline-block;
    vertical-align: middle;
}

.category-widget-header .category-title {
    font-weight: 700;
    text-transform: uppercase;
}

.category-widget-header .post-count {
    display: inline-block;
    float: right;
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.category-widget-description {
    margin-top: 15px;
    margin-bottom: 0;
}

.twp-social-widget ul li {
    display: inline-block;
    vertical-align: middle;
}

.twp-social-widget ul li a {
    display: block;
    background: #fff;
    color: #000;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    padding: 10px;
    margin: 2px auto;
}

.twp-social-widget ul li:hover a,
.twp-social-widget ul li:focus a {
    filter: alpha(opacity=75);
    opacity: .75;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

@media (min-width: 1300px) {
    .theme-block-header {
        padding: 3rem 0;
    }
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.post-content-small {
    font-size: 1.5rem;
    line-height: 1.4;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.widget .be-author-details .be-author-wrapper {
    background: none;
    padding: 0;
}

.booster-extension .post-content-wrap .post-content-share {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.booster-extension .post-content-wrap .post-content-share {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
}

.wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    /*max-width: 690px;*/
    max-width: 780px;
}

@media only screen and (max-width: 991px) {
    .wrapper {
        max-width: 100%;
    }
}

.column-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.column-row-small {
    margin-left: -5px;
    margin-right: -5px;
}

.column-row-collapse {
    margin-left: 0;
    margin-right: 0;
}

.column-row-small>.column {
    padding-left: 5px;
    padding-right: 5px;
}

.column-row-center .column {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-content: center;
    align-items: center;
}

.single-featured-banner {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}

.single-featured-banner .single-featured-background {
    position: relative;
}

.single-featured-banner,
.single-featured-banner a:not(:hover):not(:focus) {
    color: #fff;
}

.single-featured-banner .featured-banner-content {
    padding-top: 4rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
}

.single-featured-banner .featured-banner-content .entry-breadcrumb {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

.column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.column-row-collapse>.column {
    padding-right: 0;
    padding-left: 0;
}

.column-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.column-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.column-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.column-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

@media screen and (max-width: 1400px) {
    .column-4 {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }
}

@media screen and (max-width: 767px) {
    .column-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.column-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.column-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.column-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.column-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.column-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.column-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.column-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.column-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (max-width: 991px) {
    .column-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .hidden-sm-screen {
        display: none;
        visibility: hidden;
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .column-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .hidden-xs-screen {
        display: none;
        visibility: hidden;
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@media (max-width: 575px) {
    .column-xxs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-xxs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-xxs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-xxs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .hidden-xxs-screen {
        display: none;
        visibility: hidden;
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

.alignnone,
.aligncenter {
    margin-bottom: 4rem;
    margin-top: 4rem;
}

.alignwide,
.alignfull {
    margin-bottom: 6rem;
    margin-top: 6rem;
}

.alignleft {
    margin: .5rem 2.5rem 2.5rem 0;
}

.alignright {
    margin: .5rem 0 2.5rem 2.5rem;
}

.entry-content>.alignfull {
    margin-left: -4rem;
}

.entry-content>.alignwide {
    max-width: calc(100vw - 8rem);
    width: calc(100vw - 8rem);
}

.alignfull>figcaption,
.alignfull>.wp-caption-text {
    width: calc(100% - 8rem);
}

.entry-thumbnail {
    display: block;
    width: 100%;
}

.theme-more-link {
    line-height: 1;
}

.theme-more-link .svg-icon {
    display: inline-block;
    vertical-align: middle;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: .5rem;
}

.theme-ajax-loadpost {
    text-align: center;
    margin-bottom: 6rem;
}

.slide-btn {
    background: rgba(0, 0, 0, .5);
}

.slide-btn {
    border: 0;
    display: block;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 50%;
    margin-top: -25px;
    padding: 0;
    width: 25px;
    height: 40px;
}

.slide-btn:after {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-color: #fff;
    content: '';
    display: inline-block;
    height: 12px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 15px;
    width: 12px;
}

.slide-prev-icon:after {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.slide-next-icon:after {
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.slide-prev-icon:hover,
.slide-prev-icon:focus,
.slide-next-icon:hover,
.slide-next-icon:focus {
    outline: none !important;
}

.slide-prev-icon {
    left: 15px;
}

.slide-next-icon {
    right: 15px;
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 15px auto;
    position: absolute;
    bottom: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.slick-dots li button {
    background: #fff;
    border: 0;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 5px;
    font-size: 1px;
    line-height: 1px;
    color: #fff;
    opacity: .45;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slick-dots li.slick-active button {
    width: 20px;
    border-radius: 6px;
}

.slick-space .slick-slide {
    margin: 0 1.5rem;
}

.slick-space .slick-list {
    margin: 0 -1.5rem;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.theme-section-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    .theme-section-heading .theme-section-title {
        margin: 0 auto;
        transform: rotate(-90deg) translate(0, 0);
        display: block;
        white-space: nowrap;
    }
}


/*--------------------------------------------------------------
# Related Post
--------------------------------------------------------------*/

.related-post-item {
    border-bottom: .1rem solid;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}

.related-posts .related-post-item:last-child {
    border: 0;
}


/*--------------------------------------------------------------
# Gutenberg
--------------------------------------------------------------*/

.wp-block-search {
    margin: 0 auto;
}

.wp-block-cover.alignwide+.wp-block-cover.alignwide,
.wp-block-cover.alignfull+.wp-block-cover.alignfull,
.wp-block-group.has-background.alignwide+.wp-block-group.has-background.alignwide,
.wp-block-group.has-background.alignfull+.wp-block-group.has-background.alignfull {
    margin-top: -6rem;
}

.wp-block-columns.alignwide,
.wp-block-columns.alignfull {
    margin-bottom: 2rem;
}

.wp-block-columns+.wp-block-columns {
    margin-top: 0;
}

.wp-block-columns.alignwide+.wp-block-columns.alignwide,
.wp-block-columns.alignfull+.wp-block-columns.alignfull {
    margin-top: -2rem;
}

.wp-block-column {
    font-size: 1.8rem;
    margin-bottom: 4rem;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 8rem);
}

.wp-block-embed {
    margin-bottom: 6rem;
    margin-top: 6rem;
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    margin-top: .5rem;
}

.wp-block-embed figcaption {
    margin-top: 1.8rem;
}

.wp-block-file {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.wp-block-file.aligncenter {
    justify-content: center;
}

.wp-block-file.alignright {
    justify-content: flex-end;
    align-items: center;
}

.wp-block-file *+.wp-block-file__button {
    margin-left: 1rem;
}

.wp-block-image .alignleft,
.wp-block-image .alignright {
    margin-top: .5rem;
}

.wp-block-image.alignleft,
.wp-block-image .alignleft {
    margin-right: 2.5rem;
}

.wp-block-image.alignright,
.wp-block-image .alignright {
    margin-left: 2.5rem;
}

.wp-block-image figcaption {
    margin-bottom: 0;
    margin-top: 1.8rem;
}

.wp-block-gallery.alignwide,
.wp-block-gallery.alignfull {
    margin-bottom: 4.4rem;
}

.wp-block-group.has-background {
    padding: 4rem 3rem;
}

.wp-block-latest-posts.is-grid li {
    margin: 0 4rem 4rem 0;
    padding-top: 1.8rem;
    width: calc(50% - 4rem);
}

.wp-block-latest-posts.is-grid li>a {
    font-size: 1.33em;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 8%;
}

p.has-background {
    padding: 3rem;
}

.wp-block-pullquote.alignwide p,
.wp-block-pullquote.alignfull p,
.wp-block-pullquote.is-style-solid-color.alignfull blockquote p,
.wp-block-pullquote.is-style-solid-color.alignwide blockquote p {
    font-size: 2.5em;
}

.wp-block-pullquote.is-style-solid-color {
    padding: 4rem 3rem;
}

.wp-block-separator.is-style-wide {
    width: calc(100vw - 8rem);
}

@media ( min-width: 768px) {
    .wp-block-columns.alignwide,
    .wp-block-columns.alignfull {
        margin-bottom: 6rem;
    }
    .wp-block-column {
        margin-bottom: 0;
    }
}

@media ( min-width: 992px) {
    .wp-block-cover.alignwide+.wp-block-cover.alignwide,
    .wp-block-cover.alignfull+.wp-block-cover.alignfull,
    .wp-block-group.has-background.alignwide+.wp-block-group.has-background.alignwide,
    .wp-block-group.has-background.alignfull+.wp-block-group.has-background.alignfull {
        margin-top: -8rem;
    }
    .wp-block-columns.alignwide,
    .wp-block-columns.alignfull {
        margin-bottom: 8rem;
    }
    .wp-block-columns.alignwide+.wp-block-columns.alignwide,
    .wp-block-columns.alignfull+.wp-block-columns.alignfull {
        margin-top: -4rem;
    }
    .wp-block-column {
        font-size: 1.8rem;
    }
    .wp-block-cover-image .wp-block-cover__inner-container,
    .wp-block-cover .wp-block-cover__inner-container {
        width: calc(100% - 10rem);
    }
    .wp-block-gallery.alignwide,
    .wp-block-gallery.alignfull {
        margin-bottom: 6.4rem;
    }
    .wp-block-latest-posts.is-grid li {
        margin: 0 4rem 6rem 0;
        padding-top: 2.4rem;
    }
    .wp-block-separator.is-style-wide {
        width: calc(100vw - 10rem);
    }
}

@media ( min-width: 1200px) {
    .wp-block-cover.alignfull+.wp-block-cover.alignfull,
    .wp-block-group.has-background.alignfull+.wp-block-group.has-background.alignfull {
        margin-top: -10rem;
    }
    .wp-block-columns.alignfull {
        margin-bottom: 10rem;
    }
    .wp-block-columns.alignfull+.wp-block-columns.alignfull {
        margin-top: -6rem;
    }
    .wp-block-gallery.alignfull {
        margin-bottom: 8.4rem;
    }
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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

embed,
iframe,
object {
    max-width: 100%;
}

.custom-logo-link {
    display: inline-block;
    margin-bottom: 2rem;
}


/*--------------------------------------------------------------
## Plugin Support
--------------------------------------------------------------*/

.elementor-html .theme-preloader {
    display: none;
}

.booster-block.booster-ratings-block {
    background: rgba(0, 0, 0, 0.03);
    border: 2px solid rgba(0, 0, 0, 0.03);
    padding: 30px;
    margin: 30px auto;
}

.booster-block.booster-ratings-block .individual-bar-bg {
    background-color: #ffffff;
}

.booster-ratings-block .twp-average-title {
    font-size: 2.2rem;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.booster-block.booster-reactions-block {
    background: #fff;
}

.archive-main-block {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.single .theme-block,
.nav-links {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    .single .theme-block,
    .nav-links {
        max-width: 100%;
    }
}

.entry-thumbnail a,
.gallery-icon a,
.blocks-gallery-item a {
    cursor: pointer;
    display: block;
    position: relative;
}

.entry-thumbnail a:before,
.entry-thumbnail a:after,
.blocks-gallery-item a:before,
.blocks-gallery-item a:after {
    content: '';
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.entry-thumbnail a:hover:before,
.entry-thumbnail a:focus:before,
.entry-thumbnail a:hover:after,
.entry-thumbnail a:focus:after,
.blocks-gallery-item a:hover:before,
.blocks-gallery-item a:focus:before,
.blocks-gallery-item a:hover:after,
.blocks-gallery-item a:focus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.blocks-gallery-item a:hover:before,
.blocks-gallery-item a:focus:before {
    background-color: #000;
    mix-blend-mode: color;
}

.blocks-gallery-item a:hover:after,
.blocks-gallery-item a:focus:after {
    background-color: #fff;
    mix-blend-mode: multiply;
}

.wp-block-gallery.columns-1 {
    display: block;
}

ul.wp-block-gallery.columns-1,
.wp-block-gallery .blocks-gallery-grid,
.wp-block-gallery {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.mp-read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 20px;
}

.mp-read-more:before {
    display: block;
    content: '';
    border-top: 2px solid;
    width: 0;
    margin-top: 4px;
}

.mp-read-more:before {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    filter: alpha(opacity=0);
    opacity: 0;
    pointer-events: none;
}

.post-content:hover .mp-read-more:before,
.post-content:focus .mp-read-more:before {
    width: 29px;
    filter: alpha(opacity=100);
    opacity: 1;
    margin-right: 0.5rem;
    pointer-events: all;
}

.theme-block-small {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}

.theme-block-nospace {
    padding-bottom: 0;
    padding-top: 0;
}

.theme-block-space-top {
    padding-bottom: 0;
    padding-top: 10rem;
}

.main-slides-item {
    position: relative;
}

.main-slides-item .theme-slider-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 5rem;
    text-align: center;
    width: 100%;
}

.theme-cta-panel {
    overflow: hidden;
    padding-bottom: 8rem;
    padding-top: 8rem;
    position: relative;
}

.wrapper .theme-cta-panel {
    border-radius: 10px;
}

.theme-cta-panel .cta-panel {
    padding: 5rem 10rem;
}

@media screen and (max-width: 991px) {
    .theme-cta-panel .cta-panel,
    .theme-cta-panel .theme-block-link {
        padding: 2rem 3rem;
    }
}

.theme-block-bg {
    background-color: #fafafa;
}

.theme-block-recommended .theme-block-link {
    margin: 6rem auto 3rem;
    text-align: center;
}

.data-bg-overlay {
    background-color: rgba(0, 0, 0, .3);
    opacity: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


/* Hide JS Functionalities ------------------------ */

.js .show-js {
    display: block !important;
}

.js .hide-js {
    display: none !important;
}

.no-js .show-no-js {
    display: block !important;
}

.no-js .hide-no-js {
    display: none !important;
}

.post-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(217, 111, 65, 0.9);
    opacity: 0;
    transition: 0.4s ease;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.post-content-overlay .theme-overlay-icon {
    position: absolute;
    top: 2rem;
    right: 4rem;
    font-size: 3.3rem;
}

.post-content-overlay .portfolio-caption {
    color: #fff;
}

.post-content-overlay .portfolio-caption,
.post-content-overlay .portfolio-caption * {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.theme-portfolio-article:hover .post-content-overlay,
.theme-portfolio-article:focus .post-content-overlay {
    opacity: 1;
}

.header-individual-component
.related-post-item {
    border-color: rgba(230, 230, 230, 1);
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

:root {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url('/assets/psychicexpos.com/css/style.css');
    --wp--preset--duotone--grayscale: url('/assets/psychicexpos.com/css/style.css');
    --wp--preset--duotone--purple-yellow: url('/assets/psychicexpos.com/css/style.css');
    --wp--preset--duotone--blue-red: url('/assets/psychicexpos.com/css/style.css');
    --wp--preset--duotone--midnight: url('/assets/psychicexpos.com/css/style.css');
    --wp--preset--duotone--magenta-yellow: url('/assets/psychicexpos.com/css/style.css');
    --wp--preset--duotone--purple-green: url('/assets/psychicexpos.com/css/style.css');
    --wp--preset--duotone--blue-orange: url('/assets/psychicexpos.com/css/style.css');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.ghangri-cat-color-1 {
    background-color: #7e3bd0 !important;
}

.site-logo .custom-logo {
    max-width: 200px;
}

input,
select,
optgroup,
textarea {
    color: #000000;
}

.theme-preloader .loader-circles span {
    background: #000000;
}

.theme-block-sliders,
.theme-block-sliders .theme-block-title a:not(:hover):not(:focus) {
    color: #fff;
}

.theiaStickySidebar:after {
    content: "";
    display: table;
    clear: both;
}
/*
     FILE ARCHIVED ON 04:12:17 May 11, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:20:44 Jul 24, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.787
  exclusion.robots: 0.065
  exclusion.robots.policy: 0.051
  esindex: 0.016
  cdx.remote: 47.865
  LoadShardBlock: 341.943 (3)
  PetaboxLoader3.datanode: 359.36 (5)
  PetaboxLoader3.resolve: 197.601 (2)
  load_resource: 332.874
  loaddict: 105.687
*/