/*
Theme Name: Seosight
Description: A professional SEO and Digital Marketing WordPress theme converted from HTML template. Features include responsive design, custom post types for services and testimonials, WooCommerce support, and extensive customization options.
Author: Your Name
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seosight
Tags: business, marketing, seo, responsive, custom-post-types, woocommerce

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

/* Import the original theme styles */
@import url('assets/css/fonts.css');
@import url('assets/css/crumina-fonts.css');
@import url('assets/css/normalize.css');
@import url('assets/css/grid.css');
@import url('assets/css/base.css');
@import url('assets/css/blocks.css');
@import url('assets/css/layouts.css');
@import url('assets/css/modules.css');
@import url('assets/css/widgets-styles.css');
@import url('assets/css/jquery.mCustomScrollbar.min.css');
@import url('assets/css/swiper.min.css');
@import url('assets/css/primary-menu.css');
@import url('assets/css/magnific-popup.css');

/* WordPress specific styles */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

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

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

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

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

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* Comment styles */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Pagination */
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* WordPress admin bar compatibility */
.admin-bar .header {
    top: 32px;
}

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

/* Custom WordPress integration styles */
.post-thumbnail {
    margin-bottom: 1.5em;
}

.entry-meta {
    margin-bottom: 1.5em;
    font-size: 0.9em;
    color: #666;
}

.entry-meta a {
    color: #666;
    text-decoration: none;
}

.entry-meta a:hover {
    color: #333;
}

.post-navigation {
    margin: 2em 0;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    flex: 1;
}

.post-navigation .nav-next {
    text-align: right;
}

/* Widget styles */
.widget {
    margin-bottom: 2em;
}

.widget-title {
    margin-bottom: 1em;
    font-size: 1.2em;
    font-weight: bold;
}

.widget ul {
    list-style: none;
    padding: 0;
}

.widget li {
    margin-bottom: 0.5em;
}

/* Search form */
.search-form {
    position: relative;
}

.search-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.search-submit {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .alignleft,
    .alignright {
        float: none;
        margin: 0 0 1.5em 0;
    }
}
