/*
Theme Name:     SP Theme: ISFTD.org
Theme URI:      https://www.statusplus.com
Description:    Child theme for the Impreza theme customized for ISFTD
Author:         Status Plus BV - JW
Author URI:     https://www.statusplus.com
Template:       Impreza
Version:        0.1
Text Domain:    spt-isftd
*/


/*.gform_wrapper .gform_required_legend {*/
/*    display: none;*/
/*}*/

/*.gform_wrapper form * {*/
/*    font-size: inherit !important*/
/*}*/

/*body .gform_confirmation_message {*/
/*    color: black;*/
/*    font-size: unset !important;*/
/*    line-height: 1.5;*/
/*}*/

/*body .gform_confirmation_message a:not([class*=btn]) {*/
/*    text-decoration: underline;*/
/*}*/
.cards-webinar {
    .w-grid-item-h {
        border-radius: 25px !important;
        border:1px solid var(--color-content-border);
    }
    /*.w-btn {
        border-radius: 25px !important;
    }*/

}

.watch-on-demand-elem {
    position: absolute;
    right:.8rem;
    top: .8rem;
    background: var(--color-content-primary);
    color: white;
    display: flex;
    padding: 0 .7rem;
    border-radius: 1rem;
    font-size: .6rem;
    font-weight: 600;
    pointer-events: none;
}
@media screen and (max-width: 660px) {
    .watch-on-demand-elem {

    }
}