/* 
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-common .tribe-common-l-container {
    max-width: 1440px;
}

.tribe-common-g-col.tribe-events-calendar-list__event-col {
    width: var(--tec-grid-width-1-of-4);
    border: 1px solid #dcdcdc;
    background: #fff;
    border-radius: 15px;
    margin: 5px 10px;
}

.tribe-events .tribe-events-calendar-list__month-separator {
    align-items: center;
    display: flex;
    width: var(--tec-grid-width);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag {
    min-width: 90px;
    top: 15px;
    background: #17469e;
    color: #1ec2ec;
    margin-bottom: -3rem;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
    margin-bottom: 0;
    border-radius: 15px 15px 0 0;
    height: 185px;
    width: 100%;
    overflow: hidden;
}

.tribe-events-calendar-list__event-datetime-wrapper.tribe-common-b2 {
    color: #17469e;
    background: #1ec2ec;
    font-weight: 700;
    font-size: 12px;
    padding: 5px 15px;
    letter-spacing: -0.5px;
    position: relative;
    top: -15px;
    left: -12%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
    min-width: 280px;
    padding: 0 20px 30px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description {
    display: block !important;
    margin-top: var(--tec-spacer-3);
    visibility: visible;
    font-size: 12px;
    color: #666;
    overflow: hidden;
}

.tribe-events .tribe-events-calendar-list__event-title  {
    font-family: "FT Grosa", Sans-Serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    background: transparent;
    color: #17469e;
    display: block;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
    padding-left: 0;
    padding-right: 0;
}*/

:root {
    --tec-grid-width: 1650px;
}

address {
    font-style: normal;
}

.single.elementor-default #tribe-events-pg-template {
    max-width: none;
    padding: initial;
}

.elementor-element b, .elementor-element strong {
    font-weight: 500;
}
.single.elementor-default #tribe-events-pg-template [class*=tec-events-elementor-event-widget] {
    margin-bottom: 0.5rem;
}
.single.elementor-default #tribe-events-pg-template .tec-events-elementor-event-widget__venue-container {
    max-width: none;
}
.single.elementor-default #tribe-events-pg-template [class*=tec-events-elementor-event-widget] a {
    font-size: 14px;
}

.tribe-common .tribe-events-pro-photo .tribe-common-g-row article.tribe-events-pro-photo__event {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.01);
}

.tribe-common .tribe-events-pro-photo .tribe-common-g-row article.tribe-events-pro-photo__event {
    padding: 0;
    margin-right: var(--tec-spacer-1);
    margin-bottom: var(--tec-spacer-9);
    width: calc(var(--tec-grid-width-1-of-4)*0.97);
}

body[data-elementor-device-mode="desktop"] .tribe-common .tribe-events-pro-photo .tribe-common-g-row article.tribe-events-pro-photo__event {
    padding: 0;
    margin-right: var(--tec-spacer-1);
    margin-bottom: var(--tec-spacer-9);
    width: calc(var(--tec-grid-width-1-of-4)*0.97);
}

body[data-elementor-device-mode="laptop"] .tribe-common .tribe-events-pro-photo .tribe-common-g-row article.tribe-events-pro-photo__event {
    padding: 0;
    margin-right: var(--tec-spacer-1);
    margin-bottom: var(--tec-spacer-9);
    width: calc(var(--tec-grid-width-1-of-3)*0.97);
}

body[data-elementor-device-mode="tablet"] .tribe-common .tribe-events-pro-photo .tribe-common-g-row article.tribe-events-pro-photo__event {
    padding: 0;
    margin-right: var(--tec-spacer-1);
    margin-bottom: var(--tec-spacer-9);
    width: calc(var(--tec-grid-width-1-of-2)*0.97);
}

body[data-elementor-device-mode="mobile"] .tribe-common .tribe-events-pro-photo .tribe-common-g-row article.tribe-events-pro-photo__event {
    padding: 0;
    margin-right: var(--tec-spacer-1);
    margin-bottom: var(--tec-spacer-9);
    width: 100%;
}

.tribe-common .tribe-events-pro-photo .tribe-common-g-row article.tribe-events-pro-photo__event .event-flex-end {
    padding: 1rem;
}

.tribe-events-pro .tribe-events-pro-photo__event-details-wrapper {
    padding: 0 var(--tec-grid-gutter-small-half) var(--tec-grid-gutter-half);
}

.tribe-events-pro .tribe-events-pro-photo__event-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 200px;
}

.tribe-common .tribe-events-pro-photo .tribe-common-g-row article.tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-link {
    border-bottom: 0px solid;
    background-color: var(--e-global-color-primary);
    padding: 5px 20px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.tribe-common .tribe-events-pro-photo .tribe-common-g-row article.tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-link:hover {
    border-bottom: 0px solid;
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
}

.tribe-common .tribe-events-pro-photo .tribe-common-g-row article.tribe-events-pro-photo__event .tribe-events-pro-photo__event-date-tag {
    display: inline-flex;
    z-index: 2;
    position: relative;
    background: var(--e-global-color-accent);
    padding: 10px 15px;
    width: auto;
    border-radius: 15px 0;
    box-shadow: 5px 5px 0 var(--e-global-color-primary);
    color: var(--e-global-color-primary);
}

.tribe-common .tribe-events-pro-photo .tribe-common-g-row article.tribe-events-pro-photo__event .tribe-events-pro-photo__event-date-tag .tribe-events-pro-photo__event-date-tag-datetime > span:first-child {
    font-weight: 700;
    color: #031328;
}

.tribe-common .tribe-events-pro-photo .tribe-common-g-row article.tribe-events-pro-photo__event .tribe-events-pro-photo__event-date-tag .tribe-events-pro-photo__event-date-tag-datetime > span:last-child {
    color: #fff;
}

.tribe-common .tribe-events-pro-photo__event-excerpt {
    font-size: 14px;
    color: var(--e-global-color-text);
}

.tribe-common .tribe-events-pro-photo .tribe-common-g-row article.tribe-events-pro-photo__event .tribe-events-pro-photo__event-datetime {
    text-align: right;
    background: #f2f6ff;
    position: relative;
    z-index: 1;
    color: var(--e-global-color-primary);
    font-weight: 700;
    padding: 0 15px;
}