/*
Theme Name:     Foxiz child
Template:      	foxiz
Theme URI:      https://foxiz.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/portfolio/
Description:    Make your modifications to Foxiz in this child theme.
Version:        1.0
Tags:           custom-background, custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments, translation-ready
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */


.main-menu-wrap {
	margin-right: 40px;
}

.single-event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 18px 0 14px;
    padding: 0;
}

.single-event-meta__item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 60px;
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
}

.single-event-meta__item:hover {
    background: rgba(0, 0, 0, 0.045);
    border-color: rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.single-event-meta__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06);
    font-size: 16px;
    line-height: 1;
}

.single-event-meta__content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.single-event-meta__label {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.6;
}

.single-event-meta__value {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: inherit;
    word-break: break-word;
}

.single-standard-1 .single-header .single-event-meta {
    max-width: 100%;
}

@media (max-width: 767px) {
    .single-event-meta {
        flex-direction: column;
        gap: 10px;
        margin: 16px 0 12px;
    }

    .single-event-meta__item {
        width: 100%;
        padding: 12px 14px;
        border-radius: 12px;
    }

    .single-event-meta__value {
        font-size: 14px;
    }
}

.single-event-meta__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--g-color, #e10600);
    flex: 0 0 10px;
}

.foxiz-event-list-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 10px;
}

.foxiz-event-list-meta__item {
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1.35;
}

.foxiz-event-list-meta__icon {
    font-size: 12px;
    line-height: 1;
}

.foxiz-event-list-meta__value {
    font-size: 13px;
    font-weight: 500;
}

.foxiz-event-list-meta {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
}

.foxiz-event-list-meta__item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    line-height: 1.35;
}

.foxiz-event-list-meta {
    display: flex;
    flex-direction: column;
    gap: 1px; /* prije je bilo 4px */
    margin-top: 6px;

    font-family: Oxygen, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13.79px;
    line-height: 24.83px;
    letter-spacing: 0%;
}

.foxiz-event-list-meta__item {
    display: flex;
    align-items: center;
    gap: 5px; /* manji razmak između ikone i teksta */
}

.foxiz-event-list-meta__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.foxiz-event-list-meta__icon svg {
    width: 14px;
    height: 14px;
}

.foxiz-event-list-meta__value {
    font-family: Oxygen, sans-serif;
    font-weight: 400;
    font-size: 13.79px;
    line-height: 24.83px;
}

.single-nadnaslov {
    color: #d40000;
    text-transform: uppercase;
    font-family: Oxygen, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}

.overlay-nadnaslov {
    color: #ff3b30;
    text-transform: uppercase;
    font-family: Oxygen, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin-bottom: 2px!important;
}

.overlay-nadnaslov-badge {
    display: inline-flex;
    align-items: center;
    margin: 6px 0 10px;
    padding: 4px 10px;
    border-radius: 4px;
    background: #e53935;
    color: #fff;
    text-transform: uppercase;
    font-family: Oxygen, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.045em;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}