/*
Theme Name:     OOP Hello Child
Theme URI:      
Description:    Hello-elementor child theme. Just basing this on Hello Elementor for now, as good a starting place as any I think.
Author:         AH
Author URI:     
Template:       hello-elementor
Version:        0.1.0
*/

.loader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
}
.loader span {
    margin: 94px auto 0px;
    display: block;
    width: 75px;
    height: 75px;
    -webkit-animation: spin .8s linear infinite;
    -moz-animation: spin .8s linear infinite;
    -o-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
    background-image: url(https://lux.org.uk/wp-content/uploads/2021/09/Lux-Loader.png);
    background-repeat: no-repeat;
    background-size: 75px;
}
.filter-controls {
	margin-bottom: 30px;
}
.filter-controls .letters {
	margin-left: 0px;
	margin-top: 10px;
}
.letters a {
	color: var( --e-global-color-secondary );
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin: 0 20px 5px 0;
	display: inline-block;
}
.letters a.on {
	color: var( --e-global-color-accent );
	font-weight: 600;
}
.artists_list_alphabets {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	grid-template-columns: repeat(1,1fr);
	display: grid;
	grid-column-gap: 1px;
	grid-row-gap: 3px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.artists_list_alphabets > li {
	overflow: hidden;
}
.artists_list_alphabets > li > a {
	color: var( --e-global-color-secondary );
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height : 1.2;
}
@media (min-width : 768px) {
	.artists_list_alphabets {
		grid-template-columns: repeat(2,1fr);
	}
}
@media (min-width : 1025px) {
	.artists_list_alphabets {
		grid-template-columns: repeat(4,1fr);
	}
}
