/*
Theme Name: SevenClicksDigital
Description: A professional coaching and life coach WordPress theme based on the SevenClicksDigital template. Perfect for life coaches, business coaches, and coaching professionals.
Version: 1.0.0
Author: Your Name
Text Domain: sevenclicksdigital
*/

/* Import the main CSS from the original template */
@import url('assets/css/bootstrap.min.css');
@import url('assets/css/slicknav.min.css');
@import url('assets/css/swiper-bundle.min.css');
@import url('assets/css/all.css');
@import url('assets/css/animate.css');
@import url('assets/css/magnific-popup.css');
@import url('assets/css/mousecursor.css');
@import url('assets/css/custom.css');

/* WordPress specific styles */
.alignleft {
    float: left;
    margin-right: 1rem;
}

.alignright {
    float: right;
    margin-left: 1rem;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.9rem;
    color: #666;
    text-align: center;
    margin-top: 0.5rem;
}

/* WordPress admin bar adjustment */
body.admin-bar .main-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .main-header {
        top: 46px;
    }
}

/* WordPress comment styles */
.comment-list {
    list-style: none;
    padding: 0;
}

.comment-list .comment {
    margin-bottom: 2rem;
    padding: 1rem;
    border: 1px solid #eee;
    border-radius: 5px;
}

.comment-author {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.comment-meta {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

.comment-content {
    margin-bottom: 1rem;
}

/* WordPress search form */
.search-form {
    display: flex;
    margin: 1rem 0;
}

.search-form input[type="search"] {
    flex: 1;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
}

.search-form input[type="submit"] {
    padding: 0.5rem 1rem;
    background: #007cba;
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

/* WordPress navigation menu styles */
.main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu ul li {
    position: relative;
}

.main-menu ul li a {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: inherit;
}

.main-menu ul li:hover > ul {
    display: block;
}

.main-menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 999;
    min-width: 200px;
}

.main-menu ul ul li {
    display: block;
    width: 100%;
}

/* WordPress post styles */
.entry-header {
    margin-bottom: 2rem;
}

.entry-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.entry-meta {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.entry-content {
    line-height: 1.6;
    margin-bottom: 2rem;
}

.entry-footer {
    border-top: 1px solid #eee;
    padding-top: 1rem;
    margin-top: 2rem;
}

/* WordPress pagination */
.pagination {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0 0.25rem;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #007cba;
}

.pagination .current {
    background: #007cba;
    color: white;
    border-color: #007cba;
}

/* WordPress widget styles */
.widget {
    margin-bottom: 2rem;
}

.widget-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #007cba;
}

.widget ul {
    list-style: none;
    padding: 0;
}

.widget ul li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.widget ul li:last-child {
    border-bottom: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .main-menu ul ul {
        position: static;
        display: block;
        box-shadow: none;
        background: transparent;
    }
    
    .entry-title {
        font-size: 1.5rem;
    }
}
