/*
Theme Name: doctor kimbo
Template: astra
Description: Doctor Kimbo
Version: 1.0
Author: enovate
*/

/* General Layout */
body {
    font-family: 'Nunito', monospace;
    font-size: 1.1em; /* Adjust the size as needed */
    font-weight:bold !important;
    letter-spacing: -1px;
    background-color: #f0f2f5; /*light background */
    margin: 0;
    padding: 0;
}
.site-content{
    background-color: #f8f2fa; /*very light purple background */
}
.comments-area p.logged-in-as {
    margin-bottom: 0;
    display: none;
}

.entry-content .wp-audio-shortcode, .entry-content .wp-embedded-audio, .entry-content .wp-embedded-video, .entry-content .wp-video, .entry-content p {
    margin-bottom: 0.1em; 

}

.ast-blog-layout-5-grid .ast-article-post {
    margin-bottom: 0.5em;
    padding: 0;
    border-bottom: 0;
    font-size: 1em;
}
.site-title a, .site-title a:focus, .site-title a:hover, .site-title a:visited {
    color: #e7e4e4;
     text-decoration: none;
}

#primary, .ast-separate-container.ast-right-sidebar #primary {
        margin: 1em 0;
        padding: 0;
    }
#secondary {
    margin: 1em 0 1.5em;
    word-break: break-word;
    line-height: 2;
}
.post-content .read-more {
    display: inline-block;
    background-color: #4267B2;
    color: #ffffff;
     padding: 1px 4px; 
    border-radius: 4px;
    text-decoration: none;
     margin-top: 1px; 
    cursor: pointer;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Header */
.header-main {
    background-color: #a9c0f5; /* vibrant blue:  #4267B2 */
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}

.ast-above-header-wrap{
 background-color: #a9c0f5; /* vibrant blue:  #4267B2 */   
}

.header-main a {
    color: #ffffff;
    text-decoration: none;
}

/* Typography */
h1, h2, h3, h4, h5, h6,.entry-title,.entry-title a {
    font-family: 'Nunito', monospace;
    font-size: 1.2em !important;
    letter-spacing: -1px;
    color: #060097; /*Blue*/
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    text-decoration: none;
}
.entry-title{
  font-weight: bold !important;   
}
p,li {
    color: #000000;
    line-height: 1.2em;
    margin: 1em 0;
    font-weight: bold;
}

/* Posts */
.post-content {
    background: #ffffff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
}

.post-content .read-more {
    display: inline-block;
    background-color: #4267B2;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 10px;
    cursor: pointer;
}

.post-content .read-more:hover {
    background-color: #365899;
}

/* Comments Area */
.comment-area {
    margin-top: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.comment-area h3 {
    font-size: 1.2em;
    color: #4267B2;
    margin-bottom: 10px;
}

.comment-area .comment {
    margin-bottom: 15px;
    padding: 10px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.comment-area .comment p {
    margin: 0;
}

.comment-area .comment .comment-author {
    font-weight: bold;
    color: #333333;
}

.comment-area .comment .comment-date {
    font-size: 0.9em;
    color: #888888;
}

/* Sidebar */
.sidebar {
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.sidebar h3 {
    font-size: 1.2em;
    color: #4267B2;
    margin-bottom: 15px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    margin-bottom: 10px;
}

.sidebar ul li a {
    color: #4267B2;
    text-decoration: none;
}

.sidebar ul li a:hover {
    text-decoration: underline;
}

/* Footer */
.footer {
    background-color: #333333;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    font-size: 0.9em;
}

/* Responsive Design */
@media (max-width: 768px) {
    body,h1,h2,h3,h4,h5,h6, .entry-title, .entry-title a{
        font-weight:700;
    letter-spacing: -1px;
    }
    .container {
        padding: 10px;
    }

    .post-content {
        padding: 10px;
    }

    .sidebar {
        margin-top: 20px;
    }
}

/* Custom Post Meta */
.custom-post-meta {
    display: flex;
    align-items: flex-start; /* Align items to the top */
    margin-bottom: 20px;
}

.custom-post-meta .avatar {
    border-radius: 50%; /* Circular profile photo */
    margin-right: 15px;
    flex-shrink: 0; /* Prevent the image from shrinking */
    width: 50px; /* Fixed size for consistency */
    height: 50px;
}

.custom-post-meta .meta-details {
    margin-left: 1em;
    display: flex;
    flex-direction: column; /* Stack items vertically */
}
/**test*/
.custom-post-meta .author-name {
    font-size: 1rem;
    font-weight: bold;
    color: #4267B2; /* Vibrant blue for the author's name */
    margin-bottom: 5px; /* Space between rows */
}

.custom-post-meta .post-category {
    font-size: 0.9rem;
    font-weight: normal;
    color: #999; /* Grey color for the category */
}

.custom-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.comments-title{
    display:none;
}

/* Facebook-style Comments */
.kimbo-style-comments .comment {
    display: flex;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1rem;
}

.kimbo-style-comments .comment .avatar {
    margin-right: 1rem;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.kimbo-style-comments .comment .comment-content {
    flex: 1;
}

.kimbo-style-comments .comment .comment-author {
    font-weight: bold;
    color: #1877f2;
    text-decoration: none;
}

.kimbo-style-comments .comment .comment-author:hover {
    text-decoration: underline;
}

.kimbo-style-comments .comment .comment-text {
    margin: 0.5rem 0;
    color: #333;
}

.kimbo-style-comments .comment .comment-metadata {
    font-size: 12px;
    color: #777;

.kimbo-style-comments .comment .reply {
    font-size: 12px;
    color: #1877f2;
    text-decoration: none;
}

.kimbo-style-comments .comment .reply:hover {
    text-decoration: underline;
}

.comment-textarea {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 24px;
    padding: 10px;
    margin-bottom: 1rem;
    background-color: #f5f5f5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.comment-textarea .comment-form-comment {
    flex-grow: 1;
    margin: 0;
}

.comment-textarea textarea {
    width: 100%;
    border: none;
    outline: none;
    resize: none;
    font-size: 14px;
    padding: 8px;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.comment-textarea textarea::placeholder {
    color: #999;
}

.comment-textarea textarea:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.comment-textarea .submit-button {
    margin-left: 10px;
    background-color: #1877f2;
    color: #ffffff;
    border: none;
    border-radius: 24px;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.comment-textarea .submit-button:hover {
    background-color: #155cba;
}

.table,table {
    border-collapse: collapse;
    margin: 15px 0;
    font-size: 0.9em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
table th, table td, tr {
    padding: 12px 15px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
table tbody tr {
    border-bottom: 1px solid #dddddd;
}

table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

/* Card container */
.ssp-product-card {
    display: flex;
    flex-direction:column;
    gap: 20px;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
}

/* Main product image */
.ssp-main-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Product info section */
.ssp-product-info {
    flex: 1;
    min-width: 300px;
}

/* Product price */
.ssp-product-price {
    font-size: 1.5em;
    color: #333;
     padding-right: 2em;
    margin-bottom: 20px;
}
button,.button{
    padding:0.5em;
    border-radius: 10px;
}
/* Product description */
.ssp-product-description {
    font-size: 1em;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

/* Product gallery */
.ssp-product-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.ssp-product-gallery img {
    max-width: 100px;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.ssp-product-gallery img:hover {
    transform: scale(1.1);
}

/* Buy Now section */
.ssp-buy-section {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

#ssp_phone_number {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    flex: 1;
}

#ssp_buy_button {
    padding: 10px 20px;
    background-color: #0073e6;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#ssp_buy_button:hover {
    background-color: #005bb5;
}

/* Modal styles */
.ssp-modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.ssp-modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.ssp-close-modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.ssp-close-modal:hover,
.ssp-close-modal:focus {
    color: #000;
    text-decoration: none;
}

/* Form styles */
#ssp-modal-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#ssp-modal-form label {
    font-weight: bold;
}

#ssp-modal-form input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#ssp-modal-form button {
    padding: 10px 20px;
    background-color: #0073e6;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#ssp-modal-form button:hover {
    background-color: #005bb5;
}

/* Modal styles */
.ssp-modal2 {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.ssp-modal2-content {
    display: block;
    margin: 10% auto;
    max-width: 90%;
    max-height: 80vh;
    border-radius: 5px;
}

.ssp-close-modal2 {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.ssp-close-modal2:hover,
.ssp-close-modal2:focus {
    color: #ccc;
    text-decoration: none;
}

/* Gallery styles */
.ssp-product-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.ssp-gallery-image {
    max-width: 100px;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.ssp-gallery-image:hover {
    transform: scale(1.1);
}

/* Modal styles */
.ssp-modal3 {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.ssp-modal3-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.ssp-close-modal3 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.ssp-close-modal3:hover,
.ssp-close-modal3:focus {
    color: #000;
    text-decoration: none;
}

/* Form styles */
#ssp-update-status-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#ssp-update-status-form label {
    font-weight: bold;
}

#ssp-update-status-form select,
#ssp-update-status-form button {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#ssp-update-status-form button {
    background-color: #0073e6;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#ssp-update-status-form button:hover {
    background-color: #005bb5;
}

.mobile-search-container {
  display: none; /* Hide by default */
}

@media (max-width: 768px) { /* Adjust breakpoint as needed */
  .mobile-search-container {
    display: block; /* Show on smaller screens */
    margin-bottom: 20px; /* Add some spacing */
  }
}

.social-share-container {
    position: relative;
    display: inline-block;
}

.share-icon {
    cursor: pointer;
   /* Adjust size as needed */
    
}

.share-dropdown {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.share-dropdown a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.share-dropdown a:hover {
    background-color: #f1f1f1;
}

.ast-separate-container .comment-respond {
     padding:0 1em 1em 1em; 
}

.comment-respond {
     padding-top: 0em; 
     padding-bottom: 0em; 
}
.single .post-navigation {
    display: none;
}
			article {
    background-color: #dcfce7 !important;
}

aside {
    background-color: #dcfce7 !important;

}

.post-content {
    background-color: #dcfce7 !important;
}

article p {
    border-bottom: 1px solid rgba(0, 100, 0, 0.1);
    padding-bottom: 0.5rem;
}
.ast-primary-header-bar {
    background-color: #060097;
    background-image: none;
}
.ast-below-header-bar {
    background-color: #1711cc;
    background-image: none;
}