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

/*Begin Event Category in Event List Page*/
.tribe-events-calendar-list__event-header {
    display: flex !important;
    flex-direction: column !important;
}

.tribe-events-calendar-list__event-title {
    order: 1;
    margin-bottom: 5px !important;
}

.tribe-events-calendar-list__event-datetime-wrapper {
    order: 2;
    margin-bottom: 10px !important;
}

.tribe-event-categories {
    order: 3;
    list-style: none;
    padding: 0;
}

.tribe-event-categories li {
    display: inline-block !important;
    background: #8C3D3D;
    padding: 4px 12px;
    border-radius: 30px;
    margin: 0 6px 5px 0;
    font-size: 13px;
}

.tribe-event-categories li a {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
}

/*End Event Category in Event List Page*/

/* Force The Events Calendar to use Lora */
.tribe-common,
.tribe-events,
.tribe-events * {
    font-family: "Lora", Georgia, serif !important;
}

/*Hide event description in event list */
.tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description p {
    display: none;
}

/* Hide venue/location in The Events Calendar list view */
.tribe-events .tribe-events-calendar-list__event-venue {
	display: none !important;
}