/*
 Theme Name:   Verse Child Theme
 Theme URI:    https://verse.themerex.net
 Description:  Verse Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     verse
 Version:      1.0.0    
 Tags:         album, artist, discography, festival, music, music artist, music label, music player, music festival, dj, radio, music store, musician, record label, singer
 Text Domain:  verse
*/

/* Stilovi za dugme kupovine ulaznica */
.tribe-events-ticket-purchase {
    margin-top: 15px;
}

.tribe-events-ticket-button {
    display: inline-block;
    background: #007cba;
    color: white !important;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tribe-events-ticket-button:hover {
    background: #005a87;
    color: white !important;
    text-decoration: none;
}

.tribe-events-ticket-button:visited {
    color: white !important;
}

/* Responsive design */
@media (max-width: 768px) {
    .tribe-events-ticket-button {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}

/* Stilovi za event sidebar shortcode-ove */
.event-details-sidebar,
.event-organizer-sidebar,
.event-venue-sidebar {
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.event-details-sidebar h3,
.event-organizer-sidebar h3,
.event-venue-sidebar h3 {
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #007cba;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.event-details-list,
.event-organizer-list,
.event-venue-list {
    margin: 0;
    padding: 0;
}

.event-details-list dt,
.event-organizer-list dt,
.event-venue-list dt {
    font-weight: bold;
    color: #555;
    margin: 12px 0 5px 0;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.event-details-list dd,
.event-organizer-list dd,
.event-venue-list dd {
    margin: 0 0 8px 0;
    padding: 5px 0;
    color: #666;
    line-height: 1.5;
}

.event-details-list dt:first-child {
    margin-top: 0;
}

.event-details-sidebar a,
.event-organizer-sidebar a,
.event-venue-sidebar a {
    color: #007cba;
    text-decoration: none;
    transition: color 0.3s ease;
}

.event-details-sidebar a:hover,
.event-organizer-sidebar a:hover,
.event-venue-sidebar a:hover {
    color: #005a87;
    text-decoration: underline;
}

/* Responsive design za sidebar */
@media (max-width: 768px) {
    .event-details-sidebar,
    .event-organizer-sidebar,
    .event-venue-sidebar {
        margin-bottom: 20px;
        padding: 15px;
    }
    
    .event-details-sidebar h3,
    .event-organizer-sidebar h3,
    .event-venue-sidebar h3 {
        font-size: 1.1em;
        margin-bottom: 12px;
    }
}

/* Wrapper za kombiniran event info shortcode */
.event-info-wrapper {
    margin: 0;
}

.event-info-wrapper > div:last-child {
    margin-bottom: 0;
}

/* =Theme customization starts here
------------------------------------------------------------ */

/* Drustvene mreze (TRX Addons sticky socials) uvijek u jednom redu */
.sticky_socials_wrap.sticky_socials_modern {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    overflow: visible;
    gap: 14px;
    -webkit-overflow-scrolling: touch;
    min-height: 78px; /* osigurava visinu da stane jedan red */
    padding: 8px 20px; /* vrati normalan razmak i sirinu */
    background: #ffffff;
    width: auto;
    height: auto;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: auto;
}

.sticky_socials_wrap.sticky_socials_modern .social_item {
    white-space: nowrap;
    flex-shrink: 0;
}

.sticky_socials_wrap.sticky_socials_modern .social_item,
.sticky_socials_wrap.sticky_socials_modern .social_item .social_icon,
.sticky_socials_wrap.sticky_socials_modern .social_item .social_icon span,
.sticky_socials_wrap.sticky_socials_modern .social_item .social_name {
    color: #000000;
    fill: #000000;
}

/* Testimonial carousel (widget 9124f98) - veći gumbi i čišći prikaz */
.elementor-element-9124f98 .swiper-lazy-preloader {
    display: none !important; /* makni stalni spinner */
}
.elementor-element-9124f98 .elementor-swiper-button {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(0,0,0,0.12);
    color: #000;
    font-size: 16px;
    transition: all 0.2s ease;
}
.elementor-element-9124f98 .elementor-swiper-button:hover {
    background: rgba(0,0,0,0.22);
    color: #000;
}
.elementor-element-9124f98 .swiper-pagination-bullet,
.elementor-element-9124f98 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px !important;
    height: 12px !important;
    margin: 0 8px !important;
    background: #74B5DD !important;
    opacity: 0.55 !important;
    transition: all 0.2s ease;
}
.elementor-element-9124f98 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important;
    transform: scale(1.25) !important;
}