/*
Theme Name: Businora
Theme URI: https://businora.com
Author: Businora Team
Author URI: https://businora.com
Description: Businora is a modern, lightweight, and highly flexible WordPress theme built for startups, businesses, agencies, and one-page websites. Designed with performance and usability in mind, Businora delivers a smooth, fast, and professional website-building experience powered by Elementor. With three unique header and footer styles, you can easily create different layouts without touching a single line of code. The theme includes custom Elementor widgets specially crafted to help you build attractive sections such as marquee logos, Teams, Blogs and more - all with full design control. Every demo is fully customizable, mobile-responsive, and ready to import with One Click Demo Import, allowing you to launch your website in minutes.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Copyright: (c) 2026 Businora Team
License: GNU General Public License v2 or later
Text Domain: businora
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-logo, custom-menu, featured-images, theme-options, translation-ready, blog
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* WordPress image caption */
.wp-caption {
    max-width: 100%;
    margin-bottom: 1.5em;
}

.wp-caption img {
    display: block;
    max-width: 100%;
    height: auto;
}

.wp-caption-text {
    font-size: 0.9em;
    text-align: center;
    margin-top: 5px;
    color: #666;
}

/* Sticky post */
.sticky {
    position: relative;
}

/* Gallery caption */
.gallery-caption {
    font-size: 0.9em;
    color: #666;
}

/* Post author comment */
.bypostauthor {
    font-weight: 600;
}

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

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

.aligncenter {
    display: block;
    margin: 0 auto;
}

/* Hide visually but keep accessible */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

/* Show when focused */
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    clip: auto;
    clip-path: none;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    left: 5px;
    padding: 10px 15px;
    top: 5px;
    width: auto;
    z-index: 100000;
}
a.screen-reader-text.skip-link:hover{
    color: #000000;
}