/**
Theme Name: Astra Child Theme for TEC
Template: astra
Author: Hansel Rodrigues
Description: Astra child theme to customize TEC components
Version: 1.0.0
*/

.tribe-events-pro-photo__event {
    height: 400px;
}
.tribe-events-pro-photo__event-details-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    box-shadow: 3px 3px 6px #aaa;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    height: 100%;
    position: relative;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
    top: 0;
    left: 0;
}
.tribe-events-pro-photo__event-details-wrapper .row-date-time,
.tribe-events-pro-photo__event-details-wrapper .row-title {
    display: flex;
    justify-content: space-between;
}
.tribe-events-pro-photo__event-details-wrapper .row-title {
    flex-direction: column;
}
.tribe-events-pro .tribe-events-pro-photo__event-date-tag {
    padding-left: 12px;
    background-color: #fff;
    padding-right: 12px;
    padding-top: 4px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 16px;
    opacity: 0.8;
}
.tribe-events-pro.alternative-photo-view .tribe-events-pro-photo__event-date-tag {
    width: auto;
}
.tribe-events-pro-photo .tribe-events-pro-photo__event .tribe-events-pro-photo__event-datetime {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-top: 12px;
    margin-right: 12px;
    text-shadow: 1px 1px 2px #333;
}
.tribe-events-pro-photo__event-details-wrapper .row-title {
    width: 100%;
}
/* To make the time go to the right */
.row-date-time {
    flex-grow: 1;
}
.tribe-events-pro .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-cost,
.tribe-events-pro .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-cost a {
    color: #fff;
    margin-top: unset;
    text-shadow: 1px 1px 2px #666;
}
.tribe-common .tribe-common-cta--thin-alt {
    border-bottom-color: #fff;
}
.tribe-events-pro-photo__event .tribe-events-pro-photo__event-datetime-featured-container {
    display: inline-table;
    background-color: #fff;
    opacity: 0.8;
    padding-left: 8px;
    margin-bottom: 8px;
}
.tribe-events-pro-photo__event .tribe-events-c-small-cta__stock {
    color: #fff;
    float: right;
}
.tribe-events-pro-photo__event .tribe-events-pro-photo__event-datetime-recurring-icon {
    height: 12px;
    width: 12px;
}