/**
 * Default Theme - Based on original code.txt
 *
 * @package Events_Marquee_Pro
 */

.emp-marquee.emp-theme-default {
    background: #c8d96f;
    padding: 14px 0;
}

.emp-marquee.emp-theme-default .emp-marquee-item {
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.emp-marquee.emp-theme-default .emp-marquee-item::after {
    background: #1a1a1a;
}

/* Fade edges for default theme */
.emp-marquee.emp-theme-default + .emp-marquee-wrap::before {
    background: linear-gradient(to right, #c8d96f, transparent);
}

.emp-marquee.emp-theme-default + .emp-marquee-wrap::after {
    background: linear-gradient(to left, #c8d96f, transparent);
}
