/*
 Theme Name:   Papzimeos Theme 2025
 Description:  Papzimeos (Twenty Twenty-Five theme)
 Author:       Eversana
 Author URI:   https://eversana.com
 Template:     twentytwentyfive
 Version:      1.0.1
*/

/* Import the parent theme's stylesheet */
/* this is one in the functions.php file since it is faster */
/* @import url("../twentytwentyfive/style.css"); */


/* THIS SITE USES SASS */
/* USING THIS FILE IS NOT RECOMMENDED  */

/* ANY CODE BELOW NEEDS TO BE MOVED TO THE APPROPRIATE SASS FILE  */

.loader::before {
    background-image: radial-gradient(circle 8px at 18px 18px, #6D42BD 100%, transparent 0), radial-gradient(circle 4px at 18px 0, #6D42BD 100%, transparent 0), radial-gradient(circle 4px at 0 18px, #6D42BD 100%, transparent 0), radial-gradient(circle 4px at 36px 18px, #6D42BD 100%, transparent 0), radial-gradient(circle 4px at 18px 36px, #6D42BD 100%, transparent 0), radial-gradient(circle 4px at 30px 5px, #6D42BD 100%, transparent 0), radial-gradient(circle 4px at 30px 5px, #6D42BD 100%, transparent 0), radial-gradient(circle 4px at 30px 30px, #6D42BD 100%, transparent 0), radial-gradient(circle 4px at 5px 30px, #6D42BD 100%, transparent 0), radial-gradient(circle 4px at 5px 5px, #6D42BD 100%, transparent 0);
	left:5px;
	top:3px;
}

.form .form-label--checkbox:has(input.omn-field-error):before,
.form .form-label--radio:has(input.omn-field-error):before
{
	border-color: #FF0073;
}

.form .form-error-message:has(+.omn-field-error),
.form .form-error-message:has(+label.omn-field-error),
p.form-error-message:has( + .omn-field-error),
p.form-error-message:has( + label .omn-field-error) {
	display: inline-block;
}