/*
Theme Name: Replay The Culture
Theme URI: https://replaytheculture.com
Author: Replay The Culture
Author URI: https://replaytheculture.com
Description: A professional WordPress theme for Replay The Culture - helping organizations replay their culture and gain insights through immersive experiences.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: replay-culture
Tags: business, corporate, agency, consulting, modern, creative

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

/*
 * All theme styles are loaded from /assets/css/style.css
 * This file is required by WordPress for theme recognition
 * but the actual styling is done in the assets folder
 */

/* Add any custom WordPress-specific overrides here if needed */

/* WordPress Core Styles */
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

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

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    padding: 0.5em 0;
}

.gallery-caption {
    display: block;
}

.bypostauthor {
    display: block;
}

.sticky {
    display: block;
}

/* WordPress Admin Bar Fix */
.admin-bar .sticky-wrapper {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .sticky-wrapper {
        top: 46px;
    }
}

/* Newsletter Success/Error Messages */
.newsletter-message {
    padding: 15px;
    margin: 15px 0;
    border-radius: 5px;
}

.newsletter-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.newsletter-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* WordPress Block Editor Styles */
.wp-block-image {
    margin-bottom: 1.5em;
}

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

/* Gutenberg Alignment */
.wp-block-image.alignleft,
.wp-block-image.alignright {
    margin-bottom: 1.5em;
}

/* Comment Form Styles */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.comment-form input[type="submit"] {
    background: #21356A;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

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