
#shopRegisterForm { display: none !important; }

.gft {
	position: absolute;
	cursor:pointer;
	max-width:50px;
	height:auto;
	z-index:10000;
}

.gft-prompt { 
	position: fixed; 
	bottom: 0; 
	right: 0; 
	background-color: #5563ab; 
	padding: 20px;
	z-index: 99999; 
	transition: 0.2s transform ease-out; 
	box-shadow: 0 10px 40px -5px #000;
	animation: 0.3s 2s SHOP_REGISTER_POPIN 1 backwards; 
	width: 420px; 
	max-width: 100%; 
	height: 420px;
}
.gft-prompt h3, .gft-prompt p { color: #fff; }
.gft-prompt h3 { font-weight: 500; font-size: 42px; line-height: 1.1; margin-bottom: 0.8rem;
	padding-right: 50px; position: relative; text-shadow: 3px 3px 0px #232947; }
.gft-prompt h3 .egg { content: ''; display: block; width: 35px; height: 50px; position: relative; 
	background-size: 100% auto; }
.gft-prompt p { font-size: 17px; line-height: 1.1; margin-bottom: 15px; }
.gft-prompt .close { width: 20px; height: 20px; position: absolute; right: 50px; top: 45px;
	stroke: #fff; stroke-width: 2px; fill: transparent; cursor: pointer; }
.gft-prompt .button { 
	padding: 15px 40px; 
	background-color: white;
	text-align: center;
	border-radius: 25px;
	-webkit-box-shadow: 12px 12px 13px -7px rgba(0,0,0,0.8); 
	box-shadow: 12px 12px 13px -7px rgba(0,0,0,0.8);
	font-weight: 500;
    text-transform: uppercase;
	font-size: 12px;
}
.gft-prompt .expand { display: none; background-color: #5563ab; position: absolute;
	bottom: 0; right: 100%; width: 3em; height: 3em; transition: 0.2s right ease-out; }
.gft-prompt .expand .egg { width: 2em; height: 2em; position: absolute; top: 0.5em; left: 0.5em;
	background-size: auto 100%; background-position: center; }

@media all and (max-width: 1000px) {
	.gft-prompt .expand { display: block; }
	
}

@keyframes SHOP_REGISTER_POPIN { 0% { transform: translate(100%, 0); box-shadow: 0 10px 40px -5px rgba(0,0,0,0); }
	100% { transform: translate(0%, 0); box-shadow: 0 10px 40px -5px #000; } }

.gft-modal {
	position: fixed;
	width:100%;
	height:100%;
	top:0;
	background:rgba(0,0,0,0.8);
	display:none;
	z-index: 10001;
}

.gft-form {
	width: 100%;
	max-width: 600px;
	max-height: 100%;
	overflow-y: auto;
	background-color: #5563ab;
	padding: 15px;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index:101;
	overflow: hidden;
}

.gft-form .inner {
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='3' stroke-linecap='square'/%3e%3c/svg%3e");
}

.gft-form_form { display: none; }
.gft-modal.complete .gft-form_form { display: block; }
.gft-modal.complete .gft-form_found { display: none; }

.gft-form_found .button { margin-top: 2rem; }


.gft-form { text-align: center; }
.gft-form .gform_wrapper { padding: 0; margin: 0 !important; text-align: center; background-color: transparent; }
.gft-form .gform_wrapper form { text-align: center; }
.gft-form .gform_wrapper .gfield_label { display: none !important; }
.gft-form .gform_wrapper .gfield_checkbox label { display: inline-block !important; color: #959595; }
.gft-form .gform_wrapper .gfield_checkbox .gchoice input[type="checkbox"] { margin: 0 10px 0 0; }
.gft-form .gform_wrapper .gfield { 
	background-color: transparent !important; 
	border-width: 0 !important; 
    border: none;
    padding: 0px;
}
.gft-form .ginput_container_text input, .gft-form .ginput_container_email input {
	background-color: #fff; border: 1px solid #c0c0c0; padding: 0 20px !important;
	border-bottom-width: 3px; width: 100% !important; height: 54px; }
.gft-form h2, .gft-form .gform_wrapper h2 { font-weight: bold; font-size: 1.5em; line-height: 1.2;
	margin-bottom: 1rem; }
.gft-form p, .gft-form .gform_wrapper p { font-size: 0.9em; line-height: 1.7; margin: 1rem 0; }



.gft-form .validation_error { display: none; }
.gft-form .validation_message { padding-top: 5px !important; }

.gft-modal.active {
	display:block;
}

.gft-close {
	position: absolute;
	top:1.5em;
	right:1.5em;
	z-index: 1000;
	color:white;
	cursor:pointer;
	padding: 0 1em; line-height: 2em; background-color: rgba(0,0,0,0.8);
}

@media all and (max-width: 480px) {
	.gft-form { 
		padding: 30px 20px; 
		overflow: scroll;
	}

	.gft-form .gform_wrapper .gfield_checkbox .gchoice input[type="checkbox"] {
		-webkit-appearance: checkbox;
		padding: 5px 5px !important;
	}

	.gft-form_form .gform_wrapper .top_label input[type="text"] {
		line-height: normal;
	}
}

.gft-copy-inner {
	display: flex;
    flex-wrap: wrap;
    align-self: center;
    width: 100%;
}

.gft-copy-container {
	display: flex;
	padding-left: 1.5rem !important;
}

.gft-image-inner {
	width: 100%;
	height: 100%;
	display: flex;
	align-self: center;
}

.gft-image-inner .egg {
	height: 240px;
	width: 100%;
	margin-top: 70%;
}

.gft-copy-container {
	height: 100%;
	padding: 1rem;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='3' stroke-linecap='square'/%3e%3c/svg%3e");
}

.gft-prompt. p h3 {
	font-family: "Berthold Akzidenz-Grotesk", sans-serif;
}

.gft-form_found {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.gft-form_form {
	padding: 0 2rem 2rem 2rem;
}

.gft-form_form .gform_wrapper{
	padding: 0 3rem;
}

.gft-form_form h2 {
	width: 100%;
	color: white;
	text-shadow: 3px 3px 0px #232947;
	padding-top: 1rem;
	font-size: 30px;
}

.gft-form_form p {
	padding: 0 3rem;
	text-align: left;
	color: white;
	font-size: 16px;
	line-height: 1.1;
}

.gft-form_form-puddy {
	background-image: url(https://realyorks.co.uk/wp-content/uploads/2022/01/puddy.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 171px;
	height: 165px;
	display: block;
	margin: auto;
}

.gft-form_form .gform_wrapper .top_label input[type="submit"] {
	max-width: none;
	width: unset;
	height: unset;
	line-height: unset;
	padding: 15px 40px; 
	color: black;
	background-color: #f0e7d0;
}

.gft-form_form .gform_wrapper .top_label input[type="text"]{
	height: 0;
	padding: 1rem;
	background-color: white;
}

.gft-form_form .gform_wrapper .ginput_container_email input[type="text"]{
	height: 0;
	padding: 1.2rem !important;
	border-bottom-width: unset;
	border: unset;
}

.gft-form_form .gform_wrapper .gfield-choice-input {
	appearance: auto;
	-webkit-appearance: auto;
}

.gft-form_form .gform_wrapper .ginput_container_checkbox .gfield-choice-input {
	height: 20px;
	width: 20px;
	cursor: pointer;
}

@media all and (max-width: 480px) {
	.gft-form_form .gform_wrapper .ginput_container_checkbox .gfield-choice-input {
		width: 10%;
	}

	.gft-form_form .gform_wrapper .ginput_container_checkbox .gchoice label {
		width: 90%;
	}

	.gft-form_form .gform_wrapper .ginput_container_checkbox .gchoice {
		margin-bottom: 10px;
	}
}

.gform_body .gfield {
	margin-bottom: 9px !important;
}

.gft-form_form .gform_wrapper .ginput_container_checkbox .gchoice {
	display: flex;
	text-align: left;
	font-size: 14px;
}

.gft-form_form .gform_wrapper .ginput_container_checkbox .gchoice label {
	color: white;
}

.gft-form_found h2 {
	width: 100%;
	color: white;
	text-shadow: 3px 3px 0px #232947;
	padding: 1rem 2rem 0 2rem;
	font-size: 35px;
}

.gft-form_found p {
	padding: 0 8rem;
	color: white;
	line-height: 1.1;
	font-size: 18px;
}

.gft-form_found .button {
	padding: 15px 40px; 
	background-color: white;
	text-align: center;
	border-radius: 25px;
	-webkit-box-shadow: 12px 12px 13px -7px rgba(0,0,0,0.8); 
	box-shadow: 12px 12px 13px -7px rgba(0,0,0,0.8);
	font-weight: 500;
    text-transform: uppercase;
	font-size: 12px;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.gft_eggs {
	width: 100%;
	margin-bottom: unset !important;
}

.gft_eggs { 
	list-style-type: none; 
	display: block; 
	margin: 0 auto 1rem; 
	text-align: center; 
}

.gft_eggs li { 
	width: 100px; 
	height: 220px; 
	display: inline-block; 
	margin: 0 0.25rem !important; 
	padding: 0;
	background-repeat: no-repeat; 
	background-position: center;
	background-size: contain;
}

.gft_found-num {
	font-weight: 600 !important;
}

.gft_eggs li:nth-child(1) {
	background-image: url(https://realyorks.co.uk/wp-content/uploads/2022/01/puddy_01.png);
}
.gft_eggs li:nth-child(2) {
	background-image: url(https://realyorks.co.uk/wp-content/uploads/2022/01/puddy_02.png);
}
.gft_eggs li:nth-child(3) {
	background-image: url(https://realyorks.co.uk/wp-content/uploads/2022/01/puddy_03.png);
}
.gft_eggs li:nth-child(4) {
	background-image: url(https://realyorks.co.uk/wp-content/uploads/2022/01/puddy_04.png);
}
.gft_eggs li:nth-child(5) {
	background-image: url(https://realyorks.co.uk/wp-content/uploads/2022/01/puddy_05.png);
}

.gft_eggs li.on, .gft-prompt .egg {
	background-repeat: no-repeat; 
	background-image: url(https://realyorks.co.uk/wp-content/uploads/2022/01/puddy.png);
	background-size: contain;
	background-position: center;
}

@media all and (max-width: 606px) {
	.gft-form_found h2 {
		font-size: 28px;
		padding: 0 1rem;
		padding-top: 1rem;
	}

	.gft-form_form h2 {
		font-size: 26px;
	}

	.gft-form_form {
		padding: 0 1rem 2rem 1rem;
	}

	.gft-form_found p {
		padding: 0 1rem;
	}

	.gft_eggs li {
		width: 55px !important;
		height: 225px !important;
	}

	.gft-form_form p {
		padding: 0 1rem;
	}

	.gft-form_form .gform_wrapper {
		padding: 0 1rem;
	}

	.gft-form_form-puddy {
		height: 130px;
	}
}

@media all and (max-height: 670px) {
	.gft_eggs li { 
		height: 170px;
		width: 85px; 
	}
}

.fieldset {
	margin: 0 0 !important;
}