/*
Theme Name:     Voice Child
Theme URI:      https://mekshq.com/theme/voice/
Description:    Child theme for the Voice Theme
Author:         meks
Author URI:     https://mekshq.com
Template:       voice
Version:        0.1.0
*/

.vce-single .entry-content{
    text-align: justify;
}


/* Layout F - Search Engine Result Style */
.vce-lay-f.vce-search-result-style {
    padding: 15px 20px 15px 15px;
    border-bottom: 1px solid #e5e5e5;
    transition: background-color 0.2s ease;
}

form.searchwp-form .searchwp-form-input-container .swp-input {
    height: 50px;
    color: #dd4040;
    font-family: 'Roboto Slab', serif;
}

.searchwp-live-search-results-showing {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.vce-lay-f.vce-search-result-style:hover {
    background-color: #f9f9f9;
}

.vce-lay-f.vce-search-result-style .entry-header {
    margin-bottom: 8px;
}

.vce-lay-f.vce-search-result-style .entry-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 6px 0;
    padding: 0;
    text-align: justify;
}

.vce-lay-f.vce-search-result-style .entry-title a {
    text-decoration: none;
    transition: color 0.2s ease;
}

.vce-lay-f.vce-search-result-style .entry-title a:hover {
    color: #dd4040;
}


.vce-lay-f.vce-search-result-style .meta-category {
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 0;
}

.vce-lay-f.vce-search-result-style .meta-category a {
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.2s ease;
    background-color: #FFF5F5;
}

/* .meta-category before icon */
.vce-lay-f.vce-search-result-style .meta-category a:before {
    content: "\f073"; /* FontAwesome icon code */
    font-family: FontAwesome;
    margin-right: 5px;
}

.vce-lay-f.vce-search-result-style .meta-category a:hover {
    background-color: #e8eaed;
    color: #202124;
}

.vce-lay-f.vce-search-result-style .entry-headline {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.6;
    color: #545454;
    font-size: 14px;
    text-align: justify;
}

.vce-lay-f.vce-search-result-style .entry-headline p {
    margin: 0;
    line-height: 1.6;
}

.vce-lay-f.vce-search-result-style .entry-read-more {
    margin: 0;
    padding: 0;
}

.vce-lay-f.vce-search-result-style .vce-read-more-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 600;
    /*color: #1a73e8;*/
    text-decoration: none;
    transition: all 0.2s ease;
}

.vce-lay-f.vce-search-result-style .vce-read-more-link:hover {
    text-decoration: underline;
}

.vce-lay-f.vce-search-result-style .vce-read-more-link i {
    font-size: 14px;
    transition: transform 0.2s ease;
}

.vce-lay-f.vce-search-result-style .vce-read-more-link:hover i {
    transform: translateX(3px);
}

.mks-bredcrumbs-container {
    border-top: 2px solid #dd4040;
    border-radius: 5px;
}

#primary > .main-box {
    border-top: 2px solid #dd4040;
}

/* Custom Metadata Section Styles */
.vce-custom-metadata {
    padding: 30px 30px 0 30px;
}

.vce-metadata-wrapper {
    max-width: 100%;
}

.vce-metadata-section {
    margin-bottom: 30px;
}

.vce-metadata-section:last-child {
    margin-bottom: 0;
}

.vce-metadata-title {
    font-size: 1.3em;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #333;
    color: #333;
}

/* Summary Section */
.vce-metadata-summary .vce-metadata-content {
    line-height: 1.7;
    color: #555;
}

.vce-metadata-summary .vce-metadata-content p {
    margin-bottom: 15px;
}

/* Grid Layout for Info Sections */
.vce-metadata-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

/* List Styles */
.vce-metadata-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vce-metadata-item {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.vce-metadata-item:last-child {
    border-bottom: none;
}

.vce-metadata-icon {
    font-size: 1.2em;
    margin-right: 10px;
    flex-shrink: 0;
}

.vce-metadata-label {
    font-weight: 600;
    margin-right: 8px;
    color: #333;
    flex-shrink: 0;
}

.vce-metadata-value {
    color: #555;
}

.vce-metadata-link {
    color: #0073aa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.vce-metadata-link:hover {
    color: #005177;
    text-decoration: underline;
}

/* Social Media Section */
.vce-metadata-social {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
}

.vce-metadata-social-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.vce-metadata-social-item {
    flex: 0 0 auto;
}

.vce-metadata-social-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #f5f5f5;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
}

.vce-metadata-social-link:hover {
    background: #333;
    color: #fff;
    border-color: #333;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.vce-metadata-social-link i {
    font-size: 1.2em;
}

.vce-metadata-social-label {
    font-weight: 500;
    font-size: 0.95em;
}

/* Specific social media colors on hover */
.vce-social-youtube:hover {
    background: #FF0000;
    border-color: #FF0000;
}

.vce-social-x:hover {
    background: #000000;
    border-color: #000000;
}

.vce-social-facebook:hover {
    background: #1877F2;
    border-color: #1877F2;
}

.vce-social-linkedin:hover {
    background: #0A66C2;
    border-color: #0A66C2;
}

.vce-social-bluesky:hover {
    background: #1185FE;
    border-color: #1185FE;
}

.vce-social-tiktok:hover {
    background: #000000;
    border-color: #000000;
}

.vce-social-instagram:hover {
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
    border-color: #DD2A7B;
}

/* Action Buttons Section */
.vce-metadata-actions {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
}

.vce-metadata-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.vce-metadata-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #000000;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.vce-metadata-button:hover {
    background: #005177;
    border-color: #005177;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,115,170,0.3);
    color: #fff;
    text-decoration: none;
}

.vce-metadata-button i {
    font-size: 1.1em;
}


.vce-button-newsletter:hover {
    background: #218838;
    border-color: #218838;
    box-shadow: 0 4px 12px rgba(40,167,69,0.3);
    text-decoration: none;
}


.vce-button-partner:hover {
    text-decoration: none;
}

/* CTA Sections */
.vce-metadata-cta {
    margin: 30px 0;
}

/* Registration CTA - Prominent Style */
.vce-metadata-cta-registration {
    background: linear-gradient(187deg, #cd6565 0%, #6f4ba2 100%);
    border-radius: 8px;
    padding: 0;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    overflow: hidden;
    transition: all 0.3s ease;
}

.vce-metadata-cta-registration:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.vce-cta-content {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 30px;
    color: #fff;
}

.vce-cta-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5em;
}

.vce-cta-icon i {
    color: #fff;
}

.vce-cta-text {
    flex: 1;
}

.vce-cta-title {
    margin: 0 0 10px 0;
    font-size: 1.5em;
    font-weight: 700;
    color: #fff;
}

.vce-cta-description {
    margin: 0;
    font-size: 1em;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
}

.vce-cta-action {
    flex-shrink: 0;
}

.vce-cta-button-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.05em;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.vce-cta-button-primary:hover {
    background: #f0f0f0;
    color: #5568d3;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.vce-cta-button-primary i {
    font-size: 1.2em;
}

/* Report CTA - Subtle Style */
.vce-metadata-cta-report {

    border-radius: 6px;
    padding: 0;
    margin-top: 20px;
}

.vce-cta-content-inline {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
}

.vce-cta-icon-small {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #fff3cd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
}

.vce-cta-icon-small i {
    color: #856404;
}

.vce-cta-text-inline {
    flex: 1;
}

.vce-cta-label {
    font-size: 0.95em;
    color: #495057;
    font-weight: 500;
}

.vce-cta-action-inline {
    flex-shrink: 0;
}

.vce-cta-button-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #fff;
    color: #6c757d;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.9em;
    border: 1px solid #ced4da;
    transition: all 0.3s ease;
}

.vce-cta-button-secondary:hover {
    background: #6c757d;
    color: #fff;
    border-color: #6c757d;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(108, 117, 125, 0.3);
}

.vce-cta-button-secondary i {
    font-size: 1em;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .vce-custom-metadata {
        padding: 20px;
        margin: 30px 0;
    }

    .vce-metadata-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .vce-metadata-social-list {
        gap: 8px;
    }

    .vce-metadata-social-link {
        padding: 8px 12px;
        font-size: 0.9em;
    }

    .vce-metadata-buttons {
        flex-direction: column;
    }

    .vce-metadata-button {
        width: 100%;
        justify-content: center;
    }

    .vce-metadata-item {
        flex-wrap: wrap;
    }

    .vce-metadata-label {
        flex-basis: 100%;
        margin-bottom: 5px;
    }

    /* CTA responsive styles */
    .vce-cta-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 25px;
    }

    .vce-cta-icon {
        width: 70px;
        height: 70px;
        font-size: 2em;
    }

    .vce-cta-title {
        font-size: 1.3em;
    }

    .vce-cta-description {
        font-size: 0.95em;
    }

    .vce-cta-button-primary {
        padding: 12px 25px;
        font-size: 1em;
    }

    .vce-cta-content-inline {
        flex-direction: column;
        text-align: center;
        gap: 12px;
        padding: 20px;
    }

    .vce-cta-action-inline {
        width: 100%;
    }

    .vce-cta-button-secondary {
        width: 100%;
        justify-content: center;
    }

    /* Layout F responsive styles */
    .vce-lay-f.vce-search-result-style {
        width: 100%;
        padding: 12px 15px;
    }

    .vce-lay-f.vce-search-result-style .entry-title {
        font-size: 1.5rem;
    }

    .vce-lay-f.vce-search-result-style .entry-headline {
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    .vce-metadata-social-label {
        display: none;
    }

    .vce-metadata-social-link {
        padding: 10px;
    }

    .vce-metadata-social-link i {
        font-size: 1.4em;
    }

    /* CTA mobile styles */
    .vce-cta-content {
        padding: 20px;
    }

    .vce-cta-icon {
        width: 60px;
        height: 60px;
        font-size: 1.8em;
    }

    .vce-cta-title {
        font-size: 1.2em;
    }

    .vce-cta-description {
        font-size: 0.9em;
    }

    .vce-cta-button-primary {
        padding: 12px 20px;
        font-size: 0.95em;
    }

    .vce-cta-button-primary span {
        font-size: 0.9em;
    }

    .vce-cta-content-inline {
        padding: 15px;
    }

    .vce-cta-label {
        font-size: 0.85em;
    }

    .vce-cta-button-secondary {
        padding: 10px 15px;
        font-size: 0.85em;
    }

    /* Layout F mobile styles */
    .vce-lay-f.vce-search-result-style {
        padding: 10px 12px;
    }

    .vce-lay-f.vce-search-result-style .entry-title {
        font-size: 1.3rem;
        line-height: 1.4;
        text-align: justify;
    }

    .vce-lay-f.vce-search-result-style .entry-headline {
        font-size: 12px;
        line-height: 1.5;
        text-align: justify;
    }

    .vce-lay-f.vce-search-result-style .meta-category a {
        font-size: 11px;
        padding: 2px 8px;
    }

    .vce-lay-f.vce-search-result-style .vce-read-more-link {
        font-size: 12px;
    }
}

/* Search widget */
#searchwp-form-2 .searchwp-form-input-container .swp-select {
    width: 30%;
}

/* Color and bold */
.biocolor {
        color: #dd4040;
}

.biocolor-cite > blockquote {
        color: #dd4040;
        text-align: justify;
}

.biocolor-cite > blockquote > cite {
        color: black;
        opacity: .8 !important;
        text-align: justify;
}

.biobold {
        font-weight: 700;
}

/* Override terrible widget_categories hover animation */
.widget_categories li:before,
.widget_categories a .count {
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.widget_categories a .category-text {
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

span.count-hidden {
    background: #F8F9FA;
    color: #dd4040;
}

/* X icon */
.soc-nav-menu li a[href*="x."]::before {
    content: "𝕏";
}

/* biocolor-menu */
.biocolor-menu a {
    background-color: #FFF5F5;
}