/*
Theme Name: Ollie Child
Theme URI: https://olliewp.com
Author: Mike McAlister
Author URI: https://olliewp.com
Description: A child theme for the Ollie block theme. Download the free Ollie theme at OllieWP.com.
Requires at least: 6.0
Tested up to: 6.2
Requires PHP: 5.7
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ollie
Text Domain: ollie-child
Tags: blog, entertainment, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, wide-blocks, accessibility-ready, block-patterns, block-styles, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, full-width-template, rtl-language-support, style-variations, template-editing, theme-options, translation-ready, 
*/

body {
    font-feature-settings: "onum" 1;
}
@supports (font-variant-numeric: oldstyle-nums) {
    body {
        font-feature-settings: normal;
        font-variant-numeric: oldstyle-nums;
    }
}

body .sc {
font-variant-caps: all-small-caps;
}


.video-link{
	border-radius: 20px;
	overflow:hidden;
}

.video-link img, video-link .stk-img{
	filter: url(#wp-duotone-001115-00ffe5-21);
}
.video-link a.stk-link:after{
	background-image: url(assets/img/audiominis-icon-white.png);
	background-repeat:no-repeat;
	background-position: 7% 91%;
	background-size: 50px auto;
	opacity:1;
}