/*
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'] {
    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 {
    width: 100%;
    color: white;
}
.form h4, .form h3 {
        margin: 0 0 10px 0;
    font-size: 16px;
    font-family: 'Barlow';
    font-weight: 700;
}

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

.form p {
    font-size: 14px;
    font-family: 'Barlow';
    line-height: 160%;
}

.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;
}

.form .btn {
    color: transparent;
    border: none;
    background: url(https://beta11.technodreamcenter.com/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%;
}

span.wpcf7-spinner{display:none;}
@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;
	}
}