/*
Theme Name:     ROSiR
Theme URI:      n/a
Template:       kadence
Author:         Pro Author
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
h2, h3 {
    position: relative;
}

h2:before,
h3:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 3px;
    bottom: -20px;
    margin-bottom: 16px;
    background: #fff;
    transition: .3s;
}

h2:after,
h3:after {
    content: '';
    width: 35px;
    height: 3px;
    background: #F18917;
    position: absolute;
    bottom: -20px;
    margin-bottom: 16px;
    left: 0;
}


img[src$='.svg'], svg {
    width: 100%;
}

.post-date {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
}

.date-day {
    font-size: 3em;
    color: #333;
}

.date-month {
    text-transform: uppercase;
    color: #0073aa;
}

.date-year {
    color: #666;
    font-size: 16px;
}


.tickets-button {
    margin-right: 8px !important;
}

.tickets-button > a {
    background: var(--global-palette-btn-bg) !important;
    color: var(--global-palette-btn) !important;
    border-radius: 5px;
    display: block;
}
