/*===============================

Theme Name: VentureVision
Theme URI: #
Version: 1.0.0
Author: Arun Paul
Author URI: https://arunpaul.site
Text Domain: arunvvision
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Description: Venture Vision is a sleek and professional WordPress theme designed specifically for business-related websites. Perfect for startups, agencies, and corporate firms, Venture Vision offers a modern and clean design that showcases your services and products effectively. With customizable sections, a responsive layout, and a variety of widgets, this theme ensures your website looks great on all devices. Venture Vision includes a powerful theme customizer, allowing you to tailor colors, fonts, and layouts to match your brand. It also features seamless integration with popular plugins like WooCommerce and Contact Form 7, making it the ideal choice for growing businesses looking to create a strong online presence.
Tags: translation-ready, two-columns, three-columns, right-sidebar, footer-widgets, blog, custom-logo, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce-support, entertainment, one-column, microformats, post-formats
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html

=================================*/


/* ******By Arun Paul****** */


/*========================= 
Style All Header & and Para 
=========================*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Outfit, sans-serif;
}

p, span {
    font-family: "Abel", sans-serif;
}


/*======================== 
For posts or blogs page 
========================*/
.post-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.post-item {
    border: 1px solid #ddd;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 5px;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
}

.post-title {
    font-size: 24px;
    margin: 10px 0;
    font-family: Outfit, sans-serif;
}

.post-meta {
    font-size: 14px;
    color: #000000;
    margin-top: 15px;
}

.post-date{
    background-color: #e9e9e9;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: Outfit, sans-serif;
    font-weight: 400;

}

.post-author{
    background-color: orange;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: Outfit, sans-serif;
    font-weight: 400;
    margin-left: 5px;
}

.post-excerpt {
    font-size: 15px;
    font-family: "Abel", sans-serif;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
    color: black;
    text-decoration: none;
    border-radius: 4px;
    font-size: 15px;
}

.read-more:hover {
    opacity: 0.8;
    text-decoration: none;
    color: white;
}

.post-meta .post-category {
    color: #333;
}


