body {
    --90deg: 90deg;
    --270deg: 90deg;
}

#header-container {
    padding: 20px 0 20px;
}

.header-logo::before {
    height: 2px;
    bottom: -21px;
}
#header-toggle-mobile-menu i {
    color: var(--primary-100);
}
body.home.sticky-header:not(.sticky-header-active) #header-toggle-mobile-menu i {
    color: var(--primary-100);
}


#footer {
    padding-top: 80px;
    padding-bottom: 70px;
    background: #000000;
}

.footer-social-item {
    background: #ffffff24;
}
.footer-social-item:hover {
    background: var(--primary-100);
}
.footer-social-item:hover .footer-social-item-arrow-icon {
    color: #000000b5;
}
.footer-social-item:hover .footer-social-item-arrow-icon {
    transform: rotate(45deg);
}

#footer::after {
    height: 4px;
}

.sina_sh {
    background-color: #000000;
    text-align: center;
    padding: 6px 0;
    color: #c5c5c5;
    font-size: 13px;
}

.content-area:not(.content-area-empty) .entry-content {
    background-color: #1a3b4112;
}

.site-content h2 {
    font-size: 20px;
    margin-top: 26px;
}

.luxina_services_title_bg-wrap {
    max-width: 120%;
}

#header_inner .luxina-menu-wrap .menu .menu-item a, #header_inner .luxina-menu-wrap .menu li a, #header_inner .luxina-menu-wrap .menu>ul .menu-item a, #header_inner .luxina-menu-wrap .menu>ul li a {
    color: #000000;
}
.luxina-menu-wrap .menu .menu-item-icons-wrap .menu-item-icon, .luxina-menu-wrap .menu>ul .menu-item-icons-wrap .menu-item-icon {
    color: #000000;
}
#header_inner .luxina-menu-wrap .menu .menu-item-icons-wrap .menu-item-icon.hover-icon, #header_inner .luxina-menu-wrap .menu>ul .menu-item-icons-wrap .menu-item-icon.hover-icon {
    color: var(--primary-100);
}


#post-tags a, #post-categories a {
    border: 1px solid #dbdbdb;
    padding: 1px 6px;
    border-radius: 4px;
}
.post-term-title {
    margin-inline-end: 12px;
}
.post-terms a:not(:first-child) {
    margin-inline-start: 2px;
}
#post-tags {
    gap: 6px 4px;
}

.archive .luxina_post_thumbnail-wrap .post-thumbnail {
    max-height: unset !important;
    height: 270px;
}

@media screen and (max-width: 768px) {
    .elementor-837 .elementor-element.elementor-element-bc7fe9d::before {
        background: unset !important;
        display: none;
    }
    
    .luxina_heading_title, .luxina_heading_subtitle {
        line-height: 1.75rem;
    }
}

@media screen and (max-width: 480px) {
    .post-meta-wrap {
        margin-bottom: 24px;
    }
}