/*
Theme Name:  Resource4u Hub
Theme URI:   https://resource4uhub.co.uk/
Author:      Resource4u Hub
Author URI:  https://resource4uhub.co.uk/
Description: Fully dynamic custom WordPress theme for Resource4u Hub. Every section is editable through Secure Custom Fields, with a centralised Theme Options panel, a Services custom post type, AJAX powered forms stored in custom database tables, built-in SMTP and jQuery based filtering.
Version:     1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: resource4uhub
Tags:        custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks
*/

/*
 * The compiled presentation layer lives in assets/css/main.css and the
 * conditional page styles in assets/css/page-*.css. They are enqueued from
 * inc/enqueue.php so the browser can cache each file independently.
 *
 * This file only carries the theme header required by WordPress plus the
 * accessibility helpers WordPress expects every theme to provide.
 */

.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 !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #0d6e70;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.skip-link:focus {
	outline: 2px solid #0d6e70;
}

.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption-text {
	color: #6a7a8a;
	font-size: 14px;
	text-align: center;
}

.sticky .post-title::before {
	content: "\2605";
	margin-right: 6px;
}

.bypostauthor > .comment-body {
	border-left: 2px solid #0d6e70;
}

.page-id-10 .testimonials{
	display: none !important;
}





