/*
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.3.0.1742311085
Updated: 2025-03-18 15:18:05

*/

/* SPONSOR FORM */
.custom_field.checkboxes .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.custom_field.checkboxes .gfield_checkbox div input {
    display: none;
}

.custom_field.checkboxes .gfield_checkbox div label {
    width: 100%;
    min-width: max-content;
    border: 1px solid rgba(0, 0, 0, 0.20);
    color: #484444;
    border-radius: 10px;
    padding: 30px;
    cursor: pointer;
	font-family: 'General Sans' !important;
}

.custom_field .gfield_checkbox div label {	
	font-family: 'General Sans' !important;
}


.custom_field .gfield_checkbox div{
	text-align: center;
}

.custom_field.checkboxes .gfield_checkbox div input:checked ~ label {
    background: #fff;
    border-color: #685AD9;
    color: black;	
}

.custom_field.checkboxes .gfield_checkbox div label:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: #685ad9;
    top: 3px;
    right: 3px;
    border-radius: 100%;
    background-image: url(http://ringgame.wolfpackservices.ca/wp-content/uploads/2025/03/arr_white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    transform: scale(0);
    transition: all .3s ease;
}

.custom_field.checkboxes .gfield_checkbox div label {
    position: relative;
}

.custom_field.checkboxes .gfield_checkbox div input:checked ~ label:after {
    transform: scale(1);
}
/* END */

.signup_form .gform_heading,
.form_wrapper .gform_heading {
	display: none !important;
}

.gform_wrapper .validation_message {
	padding: 10px 20px;
	font-family: 'General Sans' !important;
	border-radius: 15px;
}

.gform_wrapper .gfield_validation_message{
	text-align: center;
}

.gform_validation_errors {
	border-radius: 10px !important;
	box-shadow: none !important;
}

#sign_up_wrap{
	height: 100%;
	max-height: 1000px;
}

.signup_form .gfield {
	position: relative;
	margin-bottom: 20px;
}

.signup_form .gfield .ginput_container input {
	width: 100% !important;
	padding: 15px !important;
	border-radius: 10px;
	border: 1px solid #0064E0;
	outline: none;
	box-shadow: none;
	min-height: 70px;
	line-height: 100% !important;
	font-family: 'General Sans';
	font-size: 16px !important;
}

.signup_form .gfield .gfield_label {
	color: #000;
	background: #fff;
	font-family: "Cal Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
	padding: 0 15px !important;
	display: block;
	margin: 0 !important;
	position: absolute;
	top: 0;
	left: 15px;
	transform: translateY(-50%);
}

.signup_form .gfield:not(.gfield_contains_required) .gfield_label::after {
	content: "Optional";
	color: #868181;
	font-size: 12px;
	margin-left: 10px;
}

.signup_form .gform_button {
	width: 100%;
	border-radius: 10px;
	background: linear-gradient(90deg, #9939FF 0%, #96CCFF 100%);
	background-color: transparent;
	border: transparent;
	font-family: 'Cal Sans';
	font-weight: 600;
	color: #fff;
	font-size: 20px;
	line-height: 100%;
	padding: 20px;
	animation: pulse-animation 2s infinite;
}

.signup_form .gform_button:hover{
	background: #000;
}

.signup_form .gform_footer{
	padding: 0!important;
}

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgb(153 57 255 / 30%);
	}
	100% {
		box-shadow: 0 0 0 10px rgb(153 57 255 / 0%);
	}
}

#form_video_container{
	display: none;
}

.thank_you_close,
.video_close {
	cursor: pointer;
}

.coming-soon-banner > .e-con-inner {
	position: relative;
}

.form_wrapper, .bg_blur {
	-webkit-backdrop-filter: blur(84px);
	backdrop-filter: blur(84px);
}

.form_wrapper .ginput_container,
.form_wrapper #gform_fields_1{
	max-width: 750px;
	margin: 0 auto;
}

.form_wrapper #field_3_2 .ginput_container{
	max-width: 1000px;
}

.gf_progressbar_wrapper, 
.gf_progressbar_wrapper+.gform_body {
	max-width: 950px;
	margin: 0 auto 50px auto;
}

.gf_progressbar_wrapper .gf_progressbar_title {
	display: none;
}

.gf_progressbar_wrapper .gf_progressbar.gf_progressbar_blue {
	margin-top: 50px;
	filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.25));
	background: #fff !important;
	height: 25px !important;
	border-radius: 100px !important;
}

.gf_progressbar_wrapper .gf_progressbar.gf_progressbar_blue .gf_progressbar_percentage {
	height: 100%;
	border-radius: 100px !important;
	background: linear-gradient(91deg, #685AD9 54.42%, #FFF 111.3%);
	position: relative;
}

.gf_progressbar_wrapper .gf_progressbar.gf_progressbar_blue .gf_progressbar_percentage span {
	position: relative;
	top: -45px;
	right: 0;
	background: #fff;
	border-radius: 50px;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	font-family: 'Cal Sans';
	padding: 8px 12px 6px 12px;
	line-height: 100%;
	filter: drop-shadow(0px 14px 34px rgba(0, 0, 0, 0.25));
	z-index: 10;
	transform: translateX(50%);
}

.gf_progressbar_wrapper .gf_progressbar.gf_progressbar_blue .gf_progressbar_percentage span::before {
	content: "";
	width: 10px;
	height: 10px;
	background: #ffffff;
	position: absolute;
	bottom: -5px;
	right: 0;
	left: 0;
	margin: auto;
	transform: rotate(45deg);
}

.form_wrapper .gform_wrapper.gravity-theme .qs_heading h4,
.form_wrapper .gform_wrapper.gravity-theme .gfield_label {
	color: #000;
	font-family: "Cal Sans";
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
	display: block;
	width: 100%;
}

.form_wrapper #gform_page_1_1 .ginput_container, 
.form_wrapper #gform_page_1_1 #gform_fields_1{
	max-width: 850px !important;
}
.address_input .ginput_container_address {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 20px;
}
.address_input .ginput_container_address > span {
	width: 100%;
	flex: unset !important;
	padding: 0 !important;
	margin: 0 !important;
}

.address_input .ginput_container_address > span.ginput_address_country{
	order: -3;
}

.address_input .ginput_container_address > span.ginput_address_state{
	order: -2;
}
.address_input .ginput_container_address > span select,
.address_input select{
	-webkit-appearance: none;
	background-image: url('http://ringgame.wolfpackservices.ca/wp-content/uploads/2025/03/select-arrow.svg');
	background-repeat: no-repeat;
	background-position: center right 15px;
	background-size: 20px;
}

.custom_field .ginput_container > span input,
.custom_field .ginput_container > input,
.address_input .ginput_container_address > span select,
.address_input .ginput_container_address > span input,
.address_input select, 
.custom_field .ginput_container > select,
.custom_field textarea {
	padding: 16px 24px;
	border-radius: 10px;
	border: 1px solid #00000020;
	background-color: transparent;
	font-family: 'General Sans';
	font-size: 16px;
	color: #484444;
	line-height: normal;
	min-height: 55px;
	outline: none;
}
.custom_field textarea {
	
	max-height: 200px;
}
.custom_heading label.gfield_label {
    text-decoration: underline;
}
.custom_field input::placeholder {
	color: #484444;
}

.custom_heading input {
	display: none;
}

/* .opacity-zero {
	opacity: 0;
} */

.custom_heading label {
    margin-bottom: 0 !important;
    position: absolute;
    top: -95px;
    left: 0;
    right: 0;
}

@media (max-width: 1036px) {
	.custom_heading label {
    	top: -110px;
	}
}

@media (max-width: 820px) {
	.custom_heading label {
    	top: -130px;
	}
}

@media (max-width: 767px) {
	.custom_heading label {
    	top: -120px;
	}
}

.custom_field .ginput_container > span input:focus,
.custom_field .ginput_container > input:focus,
.address_input .ginput_container_address > span select:focus,
.address_input .ginput_container_address > span input:focus,
.address_input select:focus, .custom_field .ginput_container > select:focus, .custom_field textarea:focus{
	border-color: #685AD9;
	background-color: #fff;
}

.form_wrapper .pc_image_choice.box_radio .gfield_radio .gchoice label, 
.form_wrapper .pc_image_choice.box_radio .gfield_checkbox .gchoice label {
	padding: 20px;
	box-shadow: none !important;
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.20);
	color: #484444;
	font-family: "General Sans";
	font-size: 20px !important;
	font-style: normal;
	font-weight: 500;
	min-height: 150px;
	justify-content: center;
	gap: 0;
	align-items: center;
	text-align: center;
	position: relative;
}

.form_wrapper .pc_image_choice.box_radio .gfield_radio .gchoice label::before, 
.form_wrapper .pc_image_choice.box_radio .gfield_checkbox .gchoice label::before {
	content: "";
	width: 28px;
	height: 28px;
	position: absolute;
	background-color: #685ad9;
	top: 8px;
	right: 8px;
	border-radius: 100%;
	background-image: url('http://ringgame.wolfpackservices.ca/wp-content/uploads/2025/03/arr_white.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
	transform: scale(0);
	transition: all .3s ease;
}

.form_wrapper .pc_image_choice.box_radio .gfield_radio .gchoice input:checked+label::before, 
.form_wrapper .pc_image_choice.box_radio .gfield_checkbox .gchoice input:checked+label::before {
	transform: scale(1);
}

.form_wrapper .pc_image_choice.box_radio .gfield_radio .gchoice label img, 
.form_wrapper .pc_image_choice.box_radio .gfield_checkbox .gchoice label img {
	max-width: 35px;
	max-height: 35px;
	height: 35px;
	object-fit: contain;
	margin-bottom: 20px;
	transition: all .3s ease; 
}

.form_wrapper .pc_image_choice.box_radio .gfield_radio .gchoice input:checked+label, 
.form_wrapper .pc_image_choice.box_radio .gfield_checkbox .gchoice input:checked+label {
	background: #fff;
	border-color: #685AD9;
	color: #000;
}

.form_wrapper .pc_image_choice.box_radio .gfield_radio .gchoice input:checked+label img, 
.form_wrapper .pc_image_choice.box_radio .gfield_checkbox .gchoice input:checked+label img {
	transform: scale(1.1);
	filter: invert(0) brightness(0);
}

.form_wrapper .pc_image_choice.box_radio .gfield_radio .gchoice label:has(.num_option), 
.form_wrapper .pc_image_choice.box_radio .gfield_checkbox .gchoice label:has(.num_option){
	flex-direction: column;
}


.form_wrapper .pc_image_choice.box_radio .gfield_radio .gchoice label .num_option, 
.form_wrapper .pc_image_choice.box_radio .gfield_checkbox .gchoice label .num_option{
	font-size: 50px;
	display: block;
	line-height: 100%;
	margin-bottom: 20px;
}

.form_wrapper .inline_radio .gfield_radio {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.form_wrapper .inline_radio .gfield_radio .gchoice label {
	display: flex !important;
	justify-content: start;
	align-items: center;
	gap: 16px;
	padding: 15px 20px;
	min-height: 60px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.20);
	position: relative;
	color: #484444;
	font-family: "General Sans";
	font-size: 16px !important;
	font-style: normal;
	font-weight: 500;
	flex-direction: row;
	line-height: 100%;
}

.form_wrapper .inline_radio .gfield_radio {
	max-width: 650px;
	margin: 0 auto;
}

.form_wrapper .inline_radio .gfield_radio .gchoice{
	width: 100% !important;
	max-width: 130px;
	margin: 0 !important;
}

.form_wrapper .inline_radio .gfield_radio .gchoice:nth-child(3) {
	max-width: 100%;
}

.form_wrapper .inline_radio .gfield_radio#input_3_5 {
	max-width: 490px;
}

.form_wrapper .inline_radio .gfield_radio .gchoice label::before {
	content: "";
	width: 28px;
	height: 28px;
	border: 1px solid #484444;
	border-radius: 100%;
	box-shadow: none !important;
	transition: all .3s ease;
}

.form_wrapper .inline_radio .gfield_radio .gchoice input:checked+label {
	border-color: #685ad9;
	background-color: #fff;
}

.form_wrapper .inline_radio .gfield_radio .gchoice input:checked+label::before {
	background-color: #685ad9;
	border-color: #685ad9;
	background-image: url('http://ringgame.wolfpackservices.ca/wp-content/uploads/2025/03/arr_white.png');
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
}


.form_wrapper .gform_page_footer {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding-top: 70px !important;
}

.form_wrapper .gform_page_footer input.button{
	background: #000000;
	font-family: "General Sans", Sans-serif;
	font-size: 20px;
	font-weight: 600 !important;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 10px 30px;
	margin: 0 !important;
	color: #ffff;
	font-family: 'General Sans';
	font-weight: 500;
	text-align: center;
	min-width: 160px;
}

.form_wrapper .gform_page_footer input.button.gform_previous_button{
	background: transparent !important;
	color: #484444 !important;
	border: 1px solid #00000040;
	font-weight: 500 !important; 
}

.form_wrapper .gform_page_footer input.button:hover{
	background: #C34EFD !important;
	color: #fff !important;
	border: 1px solid #C34EFD;
}

.form_wrapper .gform_page_footer input:disabled {
    opacity: 0.5;
    pointer-events: none !important;
    cursor: not-allowed !important;
}

.gform_wrapper .gform_validation_errors{
	margin-bottom: 30px !important;
	margin-top: 0 !important;
}

.gform_wrapper .validation_message {
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	font-size: 14px !important;
}

.gform_wrapper .gform_validation_errors .gform_submission_error.hide_summary {
	font-family: "Cal Sans", Sans-serif;
}

.gform_wrapper .gfield_error.box_radio .validation_message,
.gform_wrapper .gfield_error.inline_radio .validation_message {
	text-align: center;
	margin-top: 20px;
}

.gform_anchor,
#gf_form_focus{
	display: none !important;
}

.gform_wrapper .gform_validation_errors>h2{
    font-size: 0 !important;
}
.gform_wrapper .gform_validation_errors>h2 .gform-icon::after {
    content: "Looks like we missed a spot! Kindly review the fields below and give it another go.";
    font-size: 14px !important;
    font-family: "Cal Sans";
    margin: 5px 0 0 10px;
}
.gform_wrapper .sub_label_text {
    text-align: center;
    font-family: 'General Sans';
    color: #000;
    margin-top: 20px;
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    body .gform_wrapper .gfield.pcafe_imgp_col_2 .gfield_radio, 
	body .gform_wrapper .gfield.pcafe_imgp_col_2 .gfield_checkbox {
        grid-template-columns: 1fr 1fr !important;
    }
}
@media only screen and (max-width: 767px) {
	.custom_field.checkboxes .gfield_checkbox div label {
		min-width: 100%;
		text-align: center;
		padding: 20px;
	}
	.form_wrapper .gform_wrapper .gfield.pcafe_imgp_col_3 .gfield_radio, 
	.form_wrapper .gform_wrapper .gfield.pcafe_imgp_col_3 .gfield_checkbox {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 16px;
	}
	.form_wrapper .pc_image_choice.box_radio .gfield_radio .gchoice label, 
	.form_wrapper .pc_image_choice.box_radio .gfield_checkbox .gchoice label {
		font-size: 16px !important;
		min-height: 120px;
	}

	.form_wrapper .pc_image_choice.box_radio .gfield_radio .gchoice label img, 
	.form_wrapper .pc_image_choice.box_radio .gfield_checkbox .gchoice label img {
		width: 30px;
		height: 30px;
		margin-bottom: 15px;
	}

	.form_wrapper .gform_wrapper.gravity-theme .qs_heading h4, 
	.form_wrapper .gform_wrapper.gravity-theme .gfield_label {
		margin-bottom: 25px;
		font-size: 24px;
	}

	.gf_progressbar_wrapper,
	.gf_progressbar_wrapper+.gform_body {
		margin-bottom: 28px;
	}

	.gf_progressbar_wrapper .gf_progressbar.gf_progressbar_blue {
		height: 15px !important;
	}

	.form_wrapper .gform_page_footer input.button {
		font-size: 16px;
		padding: 10px 20px;
		min-width: 120px;
	}

	.form_wrapper .gform_page_footer {
		padding-top: 40px !important;
	}
	.form_wrapper .pc_image_choice.box_radio .gfield_radio .gchoice label .num_option, 
	.form_wrapper .pc_image_choice.box_radio .gfield_checkbox .gchoice label .num_option {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.form_wrapper .pc_image_choice.box_radio .gfield_radio .gchoice label::before, 
	.form_wrapper .pc_image_choice.box_radio .gfield_checkbox .gchoice label::before{
		width:20px;
		height:20px;
	}
	.address_input .ginput_container_address {
		flex-wrap: wrap !important;
		gap: 20px;
		flex-direction: column !important;
	}
}

@media only screen and (max-width: 575px) {
	.form_wrapper .gform_wrapper .gfield .gfield_radio, 
	.form_wrapper .gform_wrapper .gfield .gfield_checkbox {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px !important;
	}
	.form_wrapper .gform_wrapper .gfield .gfield_radio .gchoice, 
	.form_wrapper .gform_wrapper .gfield .gfield_checkbox .gchoice {
		max-width: 180px;
		width: 100%;
	}
	.form_wrapper .gform_wrapper .gfield.inline_radio .gfield_radio .gchoice {
		max-width: fit-content;
		width: fit-content;
		min-width: 110px;
	}
	.form_wrapper .pc_image_choice.box_radio .gfield_radio .gchoice label, 
	.form_wrapper .pc_image_choice.box_radio .gfield_checkbox .gchoice label {
		padding: 15px;
		min-height: 100px;
		font-size: 14px !important;
		border-radius: 15px;
	}

	.form_wrapper .pc_image_choice.box_radio .gfield_radio .gchoice label img, 
	.form_wrapper .pc_image_choice.box_radio .gfield_checkbox .gchoice label img {
		width: 24px;
		height: 24px;
		margin-bottom: 15px;
	}
	.form_wrapper .gform_wrapper.gravity-theme .qs_heading h4, 
	.form_wrapper .gform_wrapper.gravity-theme .gfield_label {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.form_wrapper .gform_page_footer input.button {
		font-size: 14px;
		padding: 10px 20px;
		min-width: 100px;
		line-height: 1.4 !important;
	}
	.form_wrapper .pc_image_choice.box_radio .gfield_radio .gchoice label::before, 
	.form_wrapper .pc_image_choice.box_radio .gfield_checkbox .gchoice label::before {
		width: 16px;
		height: 16px;
		right: 7px;
		top: 7px;
	}
	.form_wrapper .inline_radio .gfield_radio .gchoice label{
		gap: 10px;
		font-size: 14px !important;
		min-height: auto;
		padding: 15px;
	}
	.form_wrapper .inline_radio .gfield_radio .gchoice label::before {
		width: 20px;
		height: 20px;
	}

	.signup_form .gfield .gfield_label{
		font-size: 14px !important;
	}

	.signup_form .gform_button{
		padding: 10px 15px;
		font-size: 16px;
	}
}
