/*
Theme Name: Aery Child Theme
Theme URI: https://aery.ancorathemes.com/
Description: Aery is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.6.0
Tested up to: 6.9
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: aery
Template: aery
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
.post_footer_single .post_meta_item.post_categories a {
    display: inline-block;
    padding: 4px 12px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: var(--theme-font-info_category-border-radius, 0);
    -ms-border-radius: var(--theme-font-info_category-border-radius, 0);
    border-radius: var(--theme-font-info_category-border-radius, 0);
    color: var(--theme-color-alt_title);
    background-color: var(--theme-color-alt_link);
}
	