    /*
     Theme Name: Blogina Child
     Theme URI: https://tehranserver.ir/
     Description: A child theme for Blogina.
     Author: Ali Imanirad
     Template: blogina 
     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: blogina-child
    */

body {
    color: #7B8897;
}

.flex-1 {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}
.has-submenu-icon {
    transform: scale(1.5);
}

.pre-footer .custom-logo {
	width: 150px;
}

.pre-footer a.w-auto.flex.items-center svg {
	width: 32px;
    height: 32px;
}

.widget_nav_menu {
    font-family: var(--blg-font-heading);
    font-weight: 900;
    color: var(--blg-color-secondary200);
    font-size: 16px;
}

.widget_nav_menu .menu-item {
    font-family: var(--blg-font-primary);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    padding: 4px 0px;
}

.widget_nav_menu .menu-item:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: var(--blg-color-secondary200);
    border-radius: 3px;
    padding: 3px;
    margin-left: 8px;
}

.blg-single-entry-content {
    font-family: YekanBakh, sans-serif !important;
    text-align: justify;
    line-height: 2.2em;
}

.blg-single-entry-content p {
    line-height: 2.2em;
}

footer.entry-footer h3 {
    visibility: hidden;
}

footer.entry-footer .flex.gap-x-4 > a:nth-of-type(2) {
    display: none;
}

.blg-single-entry-content h2, .blg-single-entry-content h3, .blg-single-entry-content h4, .blg-single-entry-content h5, .blg-single-entry-content h6 {
    color: #004b88 !important;
}

.blg-single-entry-content ul {
    list-style: disc;
}

.blg-single-entry-content img {
    margin-left: auto;
    margin-right: auto;
}

.blg-single-entry-content strong {
    color: var(--blg-color-primary300);
}

.blg-single-entry-content a {
    color: var(--blg-color-secondary200);
    font-weight: 600;
}
.blg-single-entry-content a:hover {
    color: var(--blg-color-primary600);
}

.entry-footer .tags-links a {
    font-size: 12px !important;
    padding: 4px 10px;
}