/**
Theme Name: Tomkinson Stained Glass
Author: Uncontainable Digital
Author URI: https://uncontainable.co.uk
Description: Theme built for Tomkinson Stained Glass as a rescue for a previously lost website.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tomkinson-stained-glass
Template: astra
*/

/* GLOBAL STYLING */

/* Callout Boxes */
a.fl-callout-title-link.fl-callout-title-text {
    color: var(--ast-global-color-2);
    text-decoration: none;
}

/* Ceneral Center Titles & Text */
h1.page-title.ast-archive-title {
    text-align: center;
}

/* WOOCOMMERCE */

/* Out of Stock Products */
span.ast-shop-product-out-of-stock {
    background-color: rgba(0, 0, 0, .88) !important;
}