/*!
Theme Name: Rummy Ares
Theme URI: https://suvroweb.com/
Author: Shuvrodeb Roy
Author URI: https://suvroweb.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rummy_ares
Tags: Blog cms, custom-background, custom-logo, custom-menu, editor-style, featured-images, rtl-language-support, theme-options, threaded-comments, translation-ready

Development Start: September 30, 2025

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

rummy_ares is based on Shuvro https://suvroweb.com/, (C) 2012-2020 Automattic, Inc.  
*/
 

/* Basic Reset & Typography */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
 

.page-template-front-page .container { 
    padding: 0%;
	background-color: #6f2c02;
  	color: #fff; 
}
.page-content {
	padding: 1rem 1.5rem;
}
/* Header */
.site-header {  
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-title a {
    color: #333;
    text-decoration: none;
}

.primary-menu {
    display: flex;
    list-style: none;
    gap: 30px;
}

.primary-menu a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.primary-menu a:hover {
    color: #0066cc;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: #333;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
}

.hero-title {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero-description {
    font-size: 20px;
    margin-bottom: 30px;
}  
 

/* Blog Layout */
.blog-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

/* Single Post */
.post-header {
    margin-bottom: 30px;
}

.post-featured-image {
    margin-bottom: 30px;
}

.post-featured-image img {
    width: 100%;
    border-radius: 10px;
}

.post-footer {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.author-bio {
    display: flex;
    gap: 20px;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
    margin: 40px 0;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}

/* Sidebar */
.sidebar,
.blog-sidebar,
.post-sidebar { 
    padding: 30px;
    border-radius: 10px;
}

.widget {
    margin-bottom: 30px;
}

/* Footer */
.site-footer { 
    color: white; 
    background-color: #622600;
} 
.page-template-front-page .site-footer { background-color: transparent !important; }

.footer-menu {
    display: flex;
    list-style: none;
    gap: 20px;
    justify-content: center;
}

.footer-menu a {
    color: white;
    text-decoration: none;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.pagination a,
.pagination span {
    padding: 10px 15px;
    background: #f0f0f0;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
}

.pagination .current {
    background: #667eea;
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .main-navigation {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .services-grid,
    .blog-grid {
        grid-template-columns: 1fr;
    }
    
    .blog-layout {
        grid-template-columns: 1fr;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
    }
}



/* COMMENTS WRAPPER */
.comments-area {
    margin-top: 3rem;
}

/* COMMENT LIST */
.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list .children {
    list-style: none;
    margin-left: 2rem;
    margin-top: 1.5rem;
}

/* SINGLE COMMENT */
.comment {
    margin-bottom: 1.5rem;
}

.comment-body {
    margin-bottom: 1.5rem;
}

.comment-meta {
    margin-bottom: 0.3rem;
}

.comment-author {
    font-weight: 700;
}

.comment-author .avatar {
    float: left;width: 3rem;height: 3rem;
    margin-right: 1rem;
    border-radius: 50%;
}

.comment-metadata {
    font-size: 0.875rem;
    opacity: 0.8;
}

.comment-content {
    clear: both;
    margin-top: 0.75rem;
}

.reply {
    margin-top: 0.5rem;
}
.reply a {
    font-size: 0.875rem;
}

/* COMMENT FORM */
.comment-respond {
    margin-top: 2rem;
}

.comment-reply-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.comment-form label {
    display: block;
    margin-bottom: 0.3rem;
    font-weight: 600;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
    margin-bottom: 1rem;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
    max-width: 100%;
    padding: 0.7rem;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.comment-form p {
    margin: 0 0 1rem;
}

.form-submit input[type="submit"] {
    display: inline-block;
    padding: 0.7rem 1.2rem;
    background: #0073aa;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}

.form-submit input[type="submit"]:hover {
    background: #005177;
}
