/*
Theme Name: LexDigitize WordPress Theme
Description: A modern, responsive WordPress theme based on the Signflow HTML template. Features a business-focused design with multiple page templates, portfolio support, and blog functionality.
Version: 1.0
Author: Converted from Signflow HTML Template
License: GPL v2 or later
Text Domain: lexdigitize
*/

/* Import the original Signflow styles */
@import url('assets/HTWF/style.css');
@import url('assets/HTWF/css/content-box.css');
@import url('assets/HTWF/css/image-box.css');
@import url('assets/HTWF/css/animations.css');
@import url('assets/HTWF/css/components.css');
@import url('assets/skin.css');

/* WordPress specific styles */
.wp-block-image img {
    max-width: 100%;
    height: auto;
}

.aligncenter {
    text-align: center;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

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

.wp-caption-text {
    font-size: 14px;
    font-style: italic;
    margin-top: 10px;
}

/* WordPress menu compatibility */
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu li {
    display: inline-block;
    margin-right: 20px;
}

.menu li a {
    text-decoration: none;
    color: inherit;
}

/* WordPress widget areas */
.widget-area {
    margin-bottom: 30px;
}

.widget {
    margin-bottom: 30px;
}

.widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #5584ff;
}

/* WordPress pagination */
.pagination {
    margin: 30px 0;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 2px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
}

.pagination .current {
    background-color: #5584ff;
    color: white;
    border-color: #5584ff;
}

/* WordPress comments */
.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment {
    margin-bottom: 30px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 5px;
}

.comment-author {
    font-weight: bold;
    margin-bottom: 10px;
}

.comment-meta {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

.comment-content {
    line-height: 1.6;
}

/* WordPress search form */
.search-form {
    display: flex;
    margin-bottom: 20px;
}

.search-form input[type="search"] {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
}

.search-form input[type="submit"] {
    padding: 8px 16px;
    background: #5584ff;
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

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

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