/* ==========================================================================
   COMPONENTS - FashionX Custom Components & Elements
   ========================================================================== */

/* Custom Contact Info Component */
.custom-contact-info {
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
}

/* .custom-contact-heading {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 2px solid black;
    display: inline-block;
    padding-bottom: 5px;
    font-weight: bold;
} */

.custom-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

/* .custom-contact-icon {
    font-size: 20px;
    margin-right: 10px;
} */

.custom-contact-text {
    font-size: 16px;
    font-weight: 500;
}

/* Breadcrumbs */
.custom-breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px 5%;
    background-color: #f7f7f7;
    border-radius: 5px;
}

.custom-breadcrumb a {
    text-decoration: none;
    color: #333;
    font-weight: normal;
}

.custom-breadcrumb .current-job-title {
    color: #000;
    font-weight: 600;
}

.custom-breadcrumb span {
    color: #888;
}

/* Links */
.event-info a, 
.ticket-info a {
    text-decoration: underline;
    color: #D6B46C !important;
}

#newsletter:hover {
    color: #D6B46C !important;
}

/* Logo */
.eltdf-logo-wrapper {
    position: relative;
}

/* Responsive Layout Adjustments */
@media (min-width: 1024px) {
    .eltdf-title-image {
        width: 970px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    footer .wp-block-social-links,
    footer .wp-block-buttons {
        display: flex !important;
        justify-content: center !important;
    }
}

/* Page-Specific Spacing */
body.page-id-5576 .eltdf-container-inner {
    padding: 0 0 50px !important;
}

body.page-id-4978 .eltdf-container {
    padding-bottom: 100px;
}
