/*
Theme Name: Kadence-child2
Author: Admin
Description: Your description goes here
Version: 1.0
Template: kadence

This is the child theme for Kadence theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/*Оформление фона загаловка категорий*/
.entry-hero-container-inner {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/*Стили для кнопки Play*/
span.play-icon {
    font-size: 37px;
    font-weight: bold;
    line-height: 1;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    text-decoration: none;
    color: #e21e51;
    transition: color 0.3s ease;
}