/*
Theme Name: Theatre Femina
Description: WordPress theme based on Theatre Femina design - Blog and Single post pages
Version: 1.0
Author: Custom Theme
*/

/* Additional WordPress specific styles */
.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    font-style: italic;
    margin-top: 5px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

.screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* Comment form styles */
.comment-form .form-group {
    margin-bottom: 15px;
}

.comment-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.comment-list {
    list-style: none;
    padding: 0;
}

.comment-list .comment {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
}

/* Pagination styles */
.page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 2px;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #333;
}

.page-numbers:hover,
.page-numbers.current {
    background-color: #007cba;
    color: white;
    border-color: #007cba;
}

/* Search form in widget */
.widget .search-form {
    position: relative;
}

.widget .search-form .search-submit {
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .col-md-8 {
        margin-bottom: 30px;
    }
    
    .grid-item {
        margin-bottom: 20px;
    }
}

/* Additional styles for better WordPress integration */
.post-meta {
    margin-bottom: 15px;
    color: #666;
    font-size: 14px;
}

.post-meta a {
    color: #666;
    text-decoration: none;
}

.post-meta a:hover {
    color: #333;
}

.post-navigation {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 30px;
}

.post-navigation a {
    text-decoration: none;
    color: #007cba;
}

.post-navigation a:hover {
    text-decoration: underline;
}