/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* main header */

.header-main-section::before {
    width: 30vw;
    height: 30vw;
    right: 0;
    top: 0;
    transform: translate(50%,-50%);
    filter: blur(150px);
    opacity: 0.2;
}

.header-main-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-color: var( --e-global-color-9bbd9a9 );
    width: 50vw;
    height: 50vw;
    right: 0;
    top: 0;
    transform: translate(30%,-30%);
    filter: blur(250px);
    opacity: 0.2;
}

.header-main-menu .e-n-menu-title.e-current .e-n-menu-title-text {
    font-weight: 700 !important;
}

.header-main-menu .e-n-menu-title .e-n-menu-title-text {
    position: relative;
}

.header-main-menu .e-n-menu-title .e-n-menu-title-text::before {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 100%;
    height: 3px;
    background-color: var(--e-global-color-3733222);
    border-radius: 9px;
    transition: transform 0.35s ease;
}

.header-main-menu .e-n-menu-title:not(.e-current):hover .e-n-menu-title-text::before {
    transform: translateX(-50%) scaleX(1);
}

.header-main-menu .e-n-menu-title.e-current .e-n-menu-title-text::before {
    transform: translateX(-50%) scaleX(1);
}

.header-search-icon .elementor-icon-wrapper {
    display: flex;
}

.header-bar-menu .elementor-icon-wrapper {
    display: flex;
}

/* main header */

/* main footer */

.footer-main-section .footer-main-container {
    box-shadow:
    -352px 323px 250px 0px rgba(184, 184, 184, 0.05),
    -626px 574px 250px 0px rgba(184, 184, 184, 0.01),
    -978px 896px 250px 0px rgba(184, 184, 184, 0);
}


.footer-main-section .footer-main-container::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    transform: translate(-50%,-50%);
    background-image: linear-gradient(255.38deg, #FFFFFF 36.87%, #999999 109.86%);
    border-radius: inherit;
    z-index: -1;
}

.footer-main-menu .e-n-menu-title.e-current .e-n-menu-title-text {
    font-weight: 700 !important;
}

.footer-main-menu .e-n-menu-title .e-n-menu-title-text {
    position: relative;
}

.footer-main-menu .e-n-menu-title .e-n-menu-title-text::before {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 100%;
    height: 3px;
    background-color: var(--e-global-color-3733222);
    border-radius: 9px;
    transition: transform 0.35s ease;
}

.footer-main-menu .e-n-menu-title:not(.e-current):hover .e-n-menu-title-text::before {
    transform: translateX(-50%) scaleX(1);
}

.footer-main-menu .e-n-menu-title.e-current .e-n-menu-title-text::before {
    transform: translateX(-50%) scaleX(1);
}

.footer-item-list .elementor-icon-list-item .elementor-icon-list-icon {
    width: 25px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.footer-item-list .elementor-icon-list-item:hover .elementor-icon-list-icon {
    transform: scaleX(1);
}

.footer-item-list .elementor-icon-list-text {
    padding-right: 0 !important;
}

/* main footer */

/* post item listing */

.post-item-listing-section {
    
}

/* post item listing */

/* post item grid */

.post-item-grid-section {
    
}

.post-item-grid-meta {
    transform: translate(-50%,0);
    white-space: nowrap;
    width: calc(100% - 20px);
}

.post-item-grid-meta .elementor-icon-list-items {
    justify-content: space-between;
}

/* post item grid */

/* post single page */

.post-single-aside-widget-container::after {
    content: '';
    position: absolute;
    right: -2px;
    top: 0;
    width: 2px;
    height: 40%;
    background-color: var(--e-global-color-primary);
}

/* post single page */