/*
Theme Name: York Music Hub
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */

.bgsolid h4, .bgsolid a {
    color: #fff;
}

.bgsolid a {
text-decoration: underline;
}
.bgsolid a:hover {

	color: #aaa;
}

html {
	scrollbar-gutter: stable;
}
@media (min-width: 1025px) and (max-width: 1200px) {
	.elementor-grid-6 .elementor-grid {
		    grid-template-columns: repeat(3, 1fr);	
	}
}
@media (min-width: 1201px) and (max-width: 1500px) {
	.elementor-grid-6 .elementor-grid {
		    grid-template-columns: repeat(4, 1fr);
	}
}

.elementor-grid-6 .elementor-grid .elementor-element > a {
	width: 100%;
}



@media (min-width: 1025px) and (max-width: 1500px)  {
.center-grid-items .elementor-grid { 
	display: flex; 
	justify-content: center; 
	gap: 20px; /* Adjust spacing as needed */ 
	flex-wrap: wrap; 
} 
.center-grid-items .elementor-grid > * { 
	width: 100%;
	max-width: 250px; /* Adjust to match your grid item width */ 
	flex: 0 1 auto; /* Prevents stretching */ }
}

#tutorfilter ul {
	display: block;
	width: 100%;
}
#tutorfilter ul>li {
	display: block;
	margin-bottom: 4px;
	border-bottom: solid 1px #CD2D73;
}
#tutorfilter ul>li>a {
	padding: 0;
}
#tutorfilter ul>li>a:hover,
#tutorfilter ul>li>a.active {
	padding: 0;
}

/* non-elementor pages */

.rag-1 td {
	background: #99FF99 !important;
	color:#000;
}

.rag-2 td {
	background: #FFC000 !important;
	color:#000;
}

.rag-3 td {
	background: #C00000 !important;
	color: #fff;
}

