/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.main-container {
    width: 100%;
    background-color: #9CA3AF;
    margin: 0;
    padding: 100px 0;
}

.fa-file-lines {
    color: var(--swiper-theme-color);
}

.event-card__image img {
    max-width: 300px;
    border-radius: 8px;
}

.event-card {
    display: flex;
    gap: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 25px;
    border-radius: 10px;
}

.event-card__content {
    color: var( --e-global-color-secondary );
}

.event-card__title {
    margin: 0;
    color: var( --e-global-color-accent )!important;
}

.event-card__description {
    color: var(--e-a-color-txt-muted);
    margin-bottom: 0;
    display: inline-block;
}

.event-card__button {
    background: var( --e-global-color-primary );
    color: #ffffff!important;
    padding: 8px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 8px;
}

.event-card__title , .event-card__meta {
    margin-bottom: 5px;
}

.event-card__venue {
    margin-top: 5px;
}

.event-register-form-sumit-btn .ff-btn-submit {
	background-color: #9333EA!important;
}

#footer-menu-links h5 a{
	color:#fff;
}

#footer-menu-links h5 a:hover{
	color: var(--e-global-color-primary);
	transition: 0.3s;
}

@media (max-width: 1024px) {
	.event-card {
    	flex-direction: column;
	}
}

@media (max-width: 400px){
    .event-card__image img {
    max-width: 270px;
    }
	.event-card{ 
		margin:0px 10px;
	}
}
