/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-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.
 */

.single.single-post .post-content  a.audioBtn {
    font-family: "Gilroy Regular", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    line-height: 23px;
    border-radius: 8px 8px 8px 8px;
    padding: 16px 28px 16px 28px;
    background-color: #2492c7;
    display: inline-block;
    color: #fff !important;
    margin: 10px 0;
    animation: pulse-animation 2s infinite;
}
.acf-buttons-container {
    display: flex;
    max-width: 500px;
    gap: 30px;
}
.acf-buttons-container .acf-button-wrapper a {
	display: block;
	position: relative;
}
.acf-buttons-container .acf-button-wrapper a h3 {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.acf-buttons-container .acf-button-wrapper a:hover img {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.acf-buttons-container .acf-button-wrapper a img {
    transition: 0.5s all ease-in-out;
    border-radius: 8px;
}
.recentPosts .elementskit-post-card {
    padding: 15px !important;!i;!;
}

.recentPosts .elementskit-post-body p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

