/* 
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 */
.tribe-events-calendar-month__events article img {
	height: 5rem;
	object-fit: cover;
	object-position: center;
	margin-bottom: 4px;
}
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin: 32px 0;
    flex-wrap: wrap;
}
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown {
    margin: 0;
}
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container a.main_website_link {
    background: #334aff;
    color: #fff;
    display: block;
    font-weight: 500;
    padding: 7px 24px;
    border-radius: 4px;
    border: 1px solid #334aff;
    transition: all 0.33s;
}
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container a.main_website_link:hover {
    background: #fff;
    color: #334aff;
}