/*
Theme Name: Accrington Wildcats
Theme URI: https://www.urbanedgemedia.co.uk/wildcats/
Author: Luke Davis & Urban Edge Media
Author URI: https://www.urbanedgemedia.co.uk
Description: A high-impact, full-width custom theme for Accrington Wildcats ARLFC. Built for the Pride of Accrington.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: accrington-wildcats
*/

/* * WordPress Core Alignment Classes
 * These ensure that images and blocks aligned in the editor display correctly.
 */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 1.5rem auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.alignwide {
    margin-left: -10vw;
    margin-right: -10vw;
    max-width: 120vw;
    width: 120vw;
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
}

/* Clearfix for aligned elements */
.site-main::after {
    content: "";
    display: table;
    clear: both;
}

/* * Hide scrollbar for the Filter Bars used in Gallery and Fixtures 
 */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* * Accessibility: Screen Reader Text 
 */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}