/*
Theme Name: Kadence - Child
Description: Custom child theme of Kadence by Strong Avenue Creative
Author: Strong Avenue Creative
Template: kadence
Version: 1.0.0
*/

/**
 * ZealCast Player Styles
 */

:root {
    --player-radius: 7px;
}

ayg-player,
.ayg-thumbnail-image {
    border-radius: var(--player-radius);
}
.ayg-video.ayg-active,
.ayg-video.ayg-active:hover {
    background-color: #990000;
    border-radius: var(--player-radius);
    color: #fff;
}
.ayg-video:hover {
    background-color: #ececec;
    border-radius: var(--player-radius);
}
