/* 
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
*/

/* Elements */
button.primary {
    background-color: #69727d;
    border: none;
    border-radius: 25px;
}
button.primary a {
    color: #fff;
}
button.primary:hover {
    background-color: #fff;
}
button.primary:hover a {
    color: #69727d;
}
.tec-events-elementor-event-widget__venue-container {
    margin-left: 0 !important;
    border: none !important;
}

/* Page types */
/* Page types > Events */
.text-white {
    color: #fff;
}

/* Spacing and Alignment */
.center {
    align-items: center;
}
.inline {
    display: inline;
}

/* Typography */

/* Utility classes */
.flex {
    display: flex;
}

/* One-offs */
.tribe-events-calendar-month__body .tribe-events-calendar-month__day-date-daynum,
.tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-time,
.tribe-events-c-messages__message.tribe-events-c-messages__message--notice,
[class*="tec-events-elementor-event-widget"] [class*="tec-events-elementor-event-widget"]
{
	color: #fff !important;
}
.tribe-events-c-top-bar__nav-list li a svg path {
	fill: #fff !important;
}