/*
Theme Name: Blogoralite
Theme URI:
Author: MD Muslim
Description: Blogoralite is a clean and lightweight blog theme designed for writers, bloggers, and online magazines. It is responsive, SEO-friendly, and easy to customize with the WordPress Customizer.
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blogoralite
Tested up to: 6.8
Requires PHP: 7.4
Tags: news, custom-background, custom-header, custom-menu, featured-images, threaded-comments, translation-ready
Screenshot: screenshot.png
License: GPL v2 or later
Source: Created by Theme Author
Copyright: (c) 2025 Md Muslim. All rights reserved.
*/
/*------------------------------------*\
    #Screen Reader Text
\*------------------------------------*/

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/* WordPress recommended classes */
.alignleft { 
    float: left; 
    margin-right: 1.5em; 
}
.alignright {
     float: right; 
     margin-left: 1.5em; 
    }
.aligncenter { 
    display: block; 
    margin: 0 auto; 
}

.wp-caption { 
    border: 1px solid #ddd; 
    padding: 4px; 
    text-align: center; 
}
.wp-caption-text { 
    font-size: 0.9em; 
    color: #f10404; 
}

.sticky { font-weight: bold; }
.gallery-caption { font-style: italic; }
.bypostauthor { font-weight: bold; }

/* Submenu Arrow Styles */
.submenu-arrow {
    margin-left: 5px;
    font-size: 12px;
    color: #333;
    transition: transform 0.3s ease;
}

.menu-item-has-children:hover .submenu-arrow {
    transform: rotate(180deg);
}