/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.site-main {
width: 100%;
max-width:100%!important;
background-color:#F8F9FA;
}

.logged-in .guest-only{
    display:none !important;
}
/* Tighten the restriction for logged-out users */
.login-only {
    display: none !important;
}

/* Re-enable display for logged-in users */
.logged-in .login-only {
    display: block !important;
}

#parent-category,
#child-category{
    width:100%;
    padding:10px;
    margin-bottom:15px;
    border:1px solid #ddd;
    border-radius:6px;
}
.working-hours-wrapper{
    margin-top:20px;
    padding:15px;
    background:#f8f8f8;
    border-radius:10px;
    border:1px solid #e5e5e5;
}

.working-hours-title{
    font-size:18px;
    font-weight:600;
    margin-bottom:10px;
    color:#222;
}

.working-hours-content{
    font-size:15px;
    line-height:1.7;
    color:#555;
}

.working-hours-content strong{
    color:#000;
}
	/* Social Media Row Alignment */
.social-media-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #edf2f7;
}

.social-icon {
    
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-flex;
}

.social-icon:hover {
    transform: translateY(-2px);
}

/* Custom color overrides on hover */
.social-icon.facebook {
    color: #1877f2;
}
.social-icon.facebook:hover {
color: #a0aec0;
}

.social-icon.twitter {
    color: #1da1f2;
}
.social-icon.twitter:hover {
    color: #a0aec0;
}

.social-icon.instagram {
    color: #e1306c;
}
.social-icon.instagram:hover {
    color: #a0aec0;
}
/* Custom hover color override for LinkedIn */
.social-icon.linkedin {
    color: #0077b5;
}
.social-icon.linkedin:hover {
    color: #a0aec0;
}
.social-icon.email {
    color: #cc3333;
}
.social-icon.email:hover {
    color: #a0aec0;
}
    /* Directory Profile Layout */
.directory-profile-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #333333;
    line-height: 1.6;
}

/* Header Styles */
.directory-header {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 30px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    margin-bottom: 30px;
}

.contact-featured-image {
    flex-shrink: 0;
}

.contact-featured-image img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #ddd;
    display: block;
}

.directory-header-content {
    flex: 1;
}

.entry-title {
    margin: 0 0 12px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #111827;
}

.directory-content {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.7;
}

.directory-content p:last-child {
    margin-bottom: 0;
}

/* Mobile */
@media (max-width: 768px) {
    .directory-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-featured-image img {
        width: 100px;
        height: 100px;
    }

    .entry-title {
        font-size: 26px;
    }
}

/* Content Columns & Responsive Grid */
.directory-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
}

/* Card Commonalities */
.card-contact, 
.card-location {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
    padding: 30px;
}

.card-contact {
    border-left: 5px solid #ef4444;
}

.card-title {
    font-size: 1.5rem;
    color: #1a365d;
    margin-top: 0;
    margin-bottom: 25px;
}

/* Labels and Field Data formatting */
.info-label {
    font-size: 1.1rem;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 600;
}

.info-label:first-of-type {
    margin-top: 0;
}

.info-value {
    color: #666666;
    font-size: 1rem;
    margin: 0 0 15px 0;
}

.info-value a {
    color: #3182ce;
    text-decoration: none;
}

.info-value a:hover {
    text-decoration: underline;
}

/* Map Containers */
.map-wrapper {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    height: 300px;
    background-color: #f7fafc;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.map-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #a0aec0;
}
/* Post Tags Module Design */
.post-tags-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 25px 0 10px 0;
    padding: 15px 0;
    border-top: 1px dashed #e2e8f0;
}

.tags-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #4a5568;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* Individual Pill Links */
.tags-list a {
    display: inline-block;
    background-color: #f7fafc;
    color: #4a5568;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

/* Hover Adjustments */
.tags-list a:hover {
    background-color: #ef4444;
    color: #ffffff;
    border-color: #ef4444;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(239, 68, 68, 0.2);
}

/* Desktop Media Queries */
@media (min-width: 768px) {
    .directory-grid {
        grid-template-columns: 1.2fr 1fr;
    }
}
.directory-archive-header {
    background-color: #F8F9FA;
    padding: 60px 20px 40px 20px;
    text-align: center;
    border-bottom: 1px solid #edf2f7;
    margin-bottom: 40px;
}

.directory-archive-header .header-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

/* Typography Enhancements */
.directory-archive-header .archive-title {
    font-size: 2.75rem;
    color: #1a365d;
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.directory-archive-header .archive-description-text {
    font-size: 1.15rem;
    color: #4a5568;
    line-height: 1.6;
    margin: 5px 0 0 0;
}

/* Subtle Layout Decorative Badge */
.directory-archive-header .header-badge {
    display: inline-block;
    background-color: #101D36;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid #fecaca;
    margin-top: 5px;
    order: -1; /* Forces the badge to sit beautifully right ABOVE the title */
}

/* Responsive tweaks for smaller devices */
@media (max-width: 768px) {
    .directory-archive-header {
        padding: 40px 15px 30px 15px;
    }
    .directory-archive-header .archive-title {
        font-size: 2rem;
    }
    .directory-archive-header .archive-description-text {
        font-size: 1rem;
    }
}
/* Container Wrapping Structure */
.directory-archive-container {
    max-width: 1200px;
    padding: 40px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* 3-Column Layout Controls */
.directory-card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

/* Base Style Settings for Individual Cards */
.directory-listing-card {
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.directory-listing-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Listing Title Settings */
.listing-title {
    font-size: 1.35rem;
    color: #1a365d;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.listing-title a {
    color: #1a365d;
    text-decoration: none;
}

.listing-title a:hover {
    color: #807c7c;
}
.wpuf-user-loggedin {
    padding: 20px;
}
/* Meta Rows (Phone & Website alignment) */
.listing-meta-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #718096;
    font-size: 0.95rem;
}

.meta-icon {
    color: #a0aec0;
    display: inline-flex;
}

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

.meta-text a:hover {
    text-decoration: underline;
}

/* Excerpt Custom Configurations */
.listing-excerpt {
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 15px 0 20px 0;
    flex-grow: 1;
}

/* Button Layout Specifications */
.listing-action-wrapper {
    margin-top: auto;
}

.btn-view-details {
    display: inline-block;
    background-color: #101D36;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 10px 18px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
}

.btn-view-details:hover {
    background-color: #9947D5;
    color: #ffffff;
}

/* Responsive Breakpoints Controls */
@media (min-width: 600px) {
    .directory-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .directory-card-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


/* Shortcode Pagination Layout Blocks */
.directory-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
    padding: 20px 0;
}

/* Base Link Styles */
.directory-pagination .page-numbers {
    display: inline-block;
    padding: 8px 16px;
    background-color: #ffffff;
    color: #4a5568;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

/* Active Page Highlights */
.directory-pagination .page-numbers.current {
    background-color: #ef4444;
    color: #ffffff;
    border-color: #ef4444;
    font-weight: 700;
}

/* Hover Configurations */
.directory-pagination .page-numbers:hover:not(.current) {
    background-color: #f7fafc;
    border-color: #cbd5e0;
    color: #1a365d;
}

body #wpuf-login-form label {
    display: block;
    font-size: large;
    font-weight: 500;
    margin-bottom: 10px;
}

.elementor-element.elementor-element-85972d0.elementor-widget.elementor-widget-shortcode {
    background-color: #f1f1f1!important;
    border: 1px solid #c7c7c9;
    border-radius: 10px;
    padding: 20px;
}

.elementor-element.elementor-element-4c5c336.elementor-widget.elementor-widget-shortcode {
	background-color: #f1f1f1!important;
    border: 1px solid #c7c7c9;
    border-radius: 10px;
    padding: 20px;
}