/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1773644372
Updated: 2026-03-16 06:59:32

*/
/* 
html,body{
	min-width:1200px;
	overflow-x:hidden;
} */
a, a:hover{color:unset;}
.menu-item a { border-radius: 100px; }
.form ::placeholder {
    color: #CCCCCC;
}
.form input[type='text'], .form input[type='tel'], .form input[type='email'], .form input[type='date'] {
    padding: 20px;
    font-size: 16px;
    font-family: 'Barlow';
    font-weight: 500;
}
.form .flex {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.form {
    color: white;
}
.form label, .form span:not(.wpcf7-spinner), .form .flex > div {
    width: 100%;
    color: white;
}

.form .payment-method { display: flex; align-items: center; }
.form .payment-method h4 { text-wrap-mode: nowrap; }
.form .payment-method .payment-check { display: flex; justify-content: space-around; }
.form .payment-method .payment-check input { height: 45px; width: 45px; }
.form .payment-method .payment-check .wpcf7-list-item { font-size: 18px; font-weight: 600; width: auto; }
.form .payment-method .payment-check .wpcf7-list-item label { align-items: center; display: flex; gap: 24px }
.form h4, .form h3 {
        margin: 0 0 10px 0;
    font-size: 16px;
    font-family: 'Barlow';
    font-weight: 400;
}

.form input[type="radio"] {
    padding: 20px !important;
    height: 18px;
    width: 24px;
    vertical-align: middle;
    margin-top: -5px;
}

.form .date-field {
    position: relative;
}

.form .date-field label {
    position: absolute;
    left: 20px;
    top: 5px;
    color: #CCCCCC;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    transition: 0.2s;
    pointer-events: none;
    z-index: 10;
}

.form p, .form ol li {
    font-size: 14px;
    font-family: 'Barlow';
    line-height: 160%;
	    margin-bottom: 5px;
}
.form ol { padding-left: 16px; margin-bottom: 35px; }
.form .text-center { text-align: center; width: 100%; }
/* .form .wpcf7-spinner { display: none; } */
.form span.wpcf7-list-item {
    margin: 4px 0;
    font-size: 16px;
    font-family: 'Barlow';
}

.form span.wpcf7-list-item.first.last {
    margin-top: 23px;
}

.flex.border {
    border-bottom: 1px solid white;
    margin-bottom: 10px;
	padding-bottom: 20px;
}

.form .btn {
    color: transparent;
    border: none;
    background: url(https://gamereadyofficiating.com/wp-content/uploads/2026/03/Untitled-13.fw_.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 230px;
    width: 100%;
    display: block;
    height: 43px;
}

span.wpcf7-list-item-label {
    line-height: 150%;
}


@media(max-width:1440px){
	body{ zoom: 80% !important; }
}


@media(max-width:1024px){
	body{ zoom: unset !important; }
	
	.menu-item a{border-radius:0;}
	.flex.last {
		margin-top: 30px;
	}
}


@media(max-width:768px){
	.form .flex{
		flex-direction:column;
	}
	.form .btn{
		margin:0 auto;
	}
	.flex.last {
		margin-top: 0px;
	}
	.form span.wpcf7-list-item.first.last {
		margin-top: 0px;
	}
	
	.form .payment-method { flex-wrap: wrap; }
}