/**
 * Theme Name:     Custom Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   custom-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */




.event-map p iframe {
  width: 100%;
  height: 250px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.clr-filter {
	filter: brightness(0) saturate(100%) invert(63%) sepia(8%) saturate(2096%) hue-rotate(354deg) brightness(91%) contrast(86%);
}

.carousel-item {
            padding: 15px;
            background: #f9f9f9;
            text-align: center;
            border-radius: 8px;
            margin: 0 10px;
        }
        .carousel-item img {
            width: 100%;
            height: auto;
            border-radius: 5px;
        }
        .carousel-item h4 {
            margin-top: 10px;
            font-size: 16px;
            color: #333;
        }
        .carousel-excerpt {
            font-size: 14px;
            color: #555;
            margin: 10px 0;
            height: 3em;
            overflow: hidden;
        }
        .learn-more-btn {
            display: inline-block;
            padding: 6px 14px;
            background-color: #000;
            color: #fff;
            text-decoration: none;
            border-radius: 4px;
            font-size: 14px;
            transition: background 0.3s;
        }
        .learn-more-btn:hover {
            background-color: #444;
        }

        .custom-arrow {
            background-color: #e91e63;
            border: none;
            color: white;
            font-size: 18px;
            padding: 8px 14px;
            border-radius: 50%;
            position: absolute;
            top: 40%;
            z-index: 999;
            cursor: pointer;
        }
        .slick-prev {
            left: -40px;
        }
        .slick-next {
            right: -40px;
        }

	.slick-prev:before, .slick-next:before {
		display: none;
	}
.latest-post-carousel button {
    border: 1px solid #F8B6C0 !important;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    line-height: 20px;
}
.latest-post-carousel button span {
	color: #F8B6C0 !important;
}
.latest-post-carousel button:hover, .latest-post-carousel button:focus{
	background-color: transparent;
}

.learn-more-btn {
    padding: 8px 24px;
    border-radius: 100px;
}