/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* *** Event Import Custom Styles *** */

.event-header-container {
    background-color: #efefef;
    border-radius: 8px;
    padding: 20px;
}

.event-header-container img {
    max-height: 420px;
    object-fit: contain;
}

.event-header-container p {
    font-size: 24px;
}

.event-header-starts {
    margin-bottom: 0 !important;
}

.event-header-starts span, .event-header-location {
    font-weight: 600;
}

.single-event-description-header {
    margin-top: 20px;
}

.tribe-events-single-event-description {
    margin-left: 30px;
}

.eim-purchase-policy-button-container a {
    background-color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-weight: 700;
    text-decoration: none;
    fill: #fff;
    color: #fff;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #000;
    border-radius: 50px 50px 50px 50px;
    padding: 13px 48px 13px 48px;
    font-size: 14px;
    transition: transform 0.2s ease;
    transform-origin: center;
    display: inline-block;

}

.eim-purchase-policy-button-container a:hover {
    background-color: transparent;
    background-image: linear-gradient(130deg, #E300FF 0%, #FF7B49 78%);
    transform: scale(1.05);
    color: #fff;

}

.event-date-information, .event-location-container {
    margin-top: 20px;
}

.event-date-container, .event-location-container {
    margin-left: 30px;
}

.event-date-meta, .event-location-meta {
    font-weight: 500;
    font-size: 16px;
}

.event-date-information h3, .event-location-information h3 {
    font-size: 21px;
}

#tribe-events-view-selector-content {
    display: none !important;
}

.tribe-common-c-btn {
    margin-right: 15px !important;
}

/* Hide 'Add to Calendar' Button */
.tribe-events-c-subscribe-dropdown__container {
    display: none !important;
}

.imported-from-csv-additional-button {
    margin-top: 16px;
}

@media only screen and (max-width: 834px) {
    .tribe-filter-bar {
        display: block !important;
    }
}



/* *** End Event Importer Custom Styles *** */