/*!
Theme Name:     Fora11y
Theme URI:      https://fora11y.com/
Author:         WebAlly B.V.
Author URI:     https://webally.nl/
Description:    Accessible Design System for WordPress
Version:        3.16.0
Tested up to:   6.6.2
Requires PHP:   8.1
License:        GNU General Public License v2 or later
License URI:    LICENSE
Text Domain:    awp-theme
Domain Path:    /languages
Tags:           custom-logo, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

AWP is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.awp-thread-replies-wrapper ul {
	list-style: none;
	padding: 0 !important;
}
.awp-thread-replies-wrapper ul li:before,
.awp-thread-replies-wrapper ul li:after {
	display: none;
}
.awp-thread-replies-wrapper ul ul li {
	border-left: 2px dashed var(--neutral-600);
	padding-left: 32px;
}
.awp-thread-replies-wrapper {
	margin-top: -32px;
}
.awp-thread-replies-wrapper ul li {
	margin-top: 32px;
}

/*
 * Add a small line of CSS to disable showing the AJAX spinner
 * not on all buttons is the spinner shown correctly and not certain if the spinner is WCAG complient
 */
body img.gform_ajax_spinner {
	display: none!important;
}
body .gform_legacy_markup_wrapper ul.section__inputs li.gfield.gform_validation_container {
	display: none!important;
	position: absolute!important;
	left: -9000px
}

div#awp-readspeaker-container .rsbtn {
    margin: 0;
}
