/**
 * Theme Name:       Mai Success
 * Theme URI:        https://bizbudding.com/products/mai-success-theme/
 * Description:      Mai Success child theme for the Genesis Framework.
 * Author:           BizBudding
 * Author URI:       https://bizbudding.com/
 * Version:          2.0.0
 * Text Domain:      mai-success
 * Template:         genesis
 * Template Version: 3.3.2
 * License:          GPL-2.0-or-later
 * License URI:      http://www.gnu.org/licenses/gpl-2.0.html
 */

.tsml .page-header {
    justify-content: space-between;
    align-items: flex-end;
}
#tsml .page-header h1 {
    color: #3b3b3b;
}

@media only screen and (max-width: 600px) {
    #s2-counters {
        flex-direction: column !important;
    }
    .s2-counter {
        padding-bottom: 20px;
    }
    .s2-counter:last-of-type {
        padding-bottom: 0;
    }
}

ol.step2-lettered {
    list-style: upper-alpha;
}

article.birthday.entry {
    border: 2px solid var( --color-secondary );
    padding: 1em;
    margin-bottom: .5em;
    border-radius: 10px;
}
article.birthday.entry .entry-title {
    font-size: var( --font-size-xl );
    cursor: default;
}
article.birthday.entry .entry-content h2 {
    font-size: var( --font-size-lg );
    cursor: help;
}
article.birthday.entry .entry-content h2 span {
    font-size: var( --font-size-md );
    color: var( --color-link );
}
article.birthday.entry .entry-content .num-days {
    display: none;
}
input.facetwp-slider-reset {
    background-color: var( --color-link );
    box-shadow: none;
}
