/*
Theme Name: Astra Child
Theme URI: https://example.com/astra-child
Description: A child theme for Astra
Author: Your Name
Author URI: https://example.com
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

.event-slider { max-width: 1179px; margin: 0 auto 30px; }
img.event-image {height: 240px; object-fit:cover;}
.event-slider .slick-slide { padding: 0 15px; }
.event-slider .slick-slide .event-title { font-family: "Roboto", Sans-serif; font-size: 24px; color: #213163; margin: 0 0 10px 0; font-weight: 600; }
.event-slider .slick-next::before, .event-slider .slick-prev::before { font-size: 30px; color: var(--ast-global-color-0); }
.event-slider .slick-next, .event-slider .slick-prev { border:none; width: 30px; height: 30px; top: 30%; }
p.photo-credit {
    font-size: 12px;
}
.elementor-grid-item {
    position: relative;
    display: inline-block;
}

nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow {
    width: 100% !important;
}

/* Tooltip text */
.elementor-grid-item::after {
    content: "CONNECT"; /* Tooltip text */
    visibility: hidden;
    background-color: #0077B5;
    color: #fff;
    text-align: center;
    padding: 5px 8px;
    border-radius: 5px;
    position: absolute;
    bottom: 125%; /* Position above the icon */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    white-space: nowrap;
    font-size: 12px;
}

/* Show tooltip on hover */
.elementor-grid-item:hover::after {
    visibility: visible;
    opacity: 1;
}


@media (max-width:1200px) {
    .event-slider { max-width: 90%; }
}

