/*!
Theme Name: Das Improv Festival Kadence Child Theme
Template: kadence
Author: Josh Telson
Author URI: https://www.manwithpowers.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.8
Bitbucket Theme URI: https://bitbucket.org/dasimprov/kadence-das
Primary Branch: production
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-das
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* variables */
:root {
    --das-yellow: #FFD217;
}

/* Single Event */
.das-featured-image .wp-block-post-featured-image img {
    max-width: fit-content;
    margin: auto;
    border-radius: 5px;
}

.tribe-events-sub-nav {
    list-style: none;
}

.tribe-events-single .tribe-block__events-link {
    padding: unset;
}

.tribe-events-c-subscribe-dropdown button, .tribe-events-c-subscribe-dropdown button:hover {
    background: none !important;
    color: var(--global-palette3) !important;
    box-shadow: none !important;
    padding: 0 10px;
}
.tribe-events-c-subscribe-dropdown button:hover {
    text-decoration: var(--global-palette-highlight) underline;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown,
.tribe-events .tribe-events-c-subscribe-dropdown, .single-content .das-event-info h5 {
    margin: unset;
}

.single-content .das-event-info h5.das-datetime {
    margin: .25em 0;
}

/* Single Team & Individual */
.das-related-events__event {
    display: flex;
    column-gap: 1em;
}

.single-content h3.das-related-events-info__title {
    margin: 0;
}