/********************************
Colours:-

Blue: #00AAAD
Light Blue: #00D6D9

Green: #99CC33
Light Green: #AEF028

Pink: #C90044
Light Pink: #FF0056

Yellow: #FFD600

Purple: #A50069
********************************/


/*******************************/
/* BODY/HTML
/*******************************/
body,
h1,
h2,
h3,
h4,
p,
span,
div,
td,
li,
a,
input,
select,
textarea
{
	font-family: "Arial W02 Rounded", Helvetica, Arial, Sans-Serif;
	/** Needs fixing to actual font being used **/
}

body
{
	overflow-x: hidden;
}

a
{
	transition: ease-in-out .3s;
}

a:hover
{
	color: #00D6D9;
}

p + form
{
	margin-top: 1em;
}

.et_pb_row,
.container,
.et_pb_pagebuilder_layout.single-post #page-container .et_pb_row,
.et_pb_pagebuilder_layout.single-post:not(.et-tb-has-body) #main-content .et_pb_row
{
	width: 80%;
}

.accessibility-text
{
	left: -9999px;
	position: absolute;
	top: auto;
}


/*******************************/
/* BUTTONS
/*******************************/
.et_pb_button,
button
{
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
}

.et_pb_button,
.et_pb_button:hover,
button:hover
{
	color: #FFFFFF;
}

.et_pb_button.green,
button.green
{
	background: #99CC33;
}

.et_pb_button.green:hover,
button.green:hover
{
	background: #AEF028 !important;
}

.et_pb_button.pink,
button.pink
{
	background: #C90044;
	border-radius: 40px;
	font-size: 1.6em;
}

.et_pb_button.pink:hover,
button.pink:hover
{
	background: #FF0056 !important;
}

.et_pb_button.pink:after,
button.pink:after,
.et_pb_button.with-arrow:after
{
	content: "";
	background: url('../img/arrow-right.svg') no-repeat;
	display: inline-block !important;
	height: 25px;
	line-height: 1;
	margin-left: 0.4em;
	opacity: 1;
	position: relative;
	vertical-align: middle;
	width: 28px;
}

.et_pb_button.download-button
{
	background: #99CC33;
}

.et_pb_button.download-button:after
{
	content: "";
	background: url('../img/download.svg') no-repeat;
	display: inline-block !important;
	height: 17px;
	line-height: 1;
	margin-left: 0.4em;
	opacity: 1;
	position: relative;
	vertical-align: middle;
	width: 16px;
}

.et_pb_button.download-button:hover
{
	background: #AEF028 !important;
}


/*******************************/
/* ACCOUNT AREA
/*******************************/
.account-area-section .header-section
{
	background: #00AAAD;
	padding: 0;
}

.account-area-section .header-section h1
{
	color: #FFFFFF;
	margin: 0;
}


.page-id-4601 .main-content-area,
.parent-pageid-4601 .main-content-area
{
	background: linear-gradient(to left, #FFFFFF 0%, #FFFFFF 67%, #F7F7FA 50%, #F7F7FA 100%);
}





.account-area-block.et_pb_section
{
	background: linear-gradient(to left, #FFFFFF 0%, #FFFFFF 67%, #F7F7FA 50%, #F7F7FA 100%);
	padding: 0;
}

.page-edit-plays .account-area-block
{
	padding-bottom: 200px;
}

.account-area-block .et_pb_row
{
	padding: 0;
	width: 90%;
}

.account-area-block > .et_pb_row > .et_pb_column
{
	padding: 2.5em 0 3.5em;
}

.account-links
{
	padding-right: 1.5em;
}

.account-links li
{
	display: block;
	padding-bottom: 1em;
}

.account-links li a
{
	color: #333333;
}

.account-links li a.current
{
	color: #00AAAD;
	font-weight: bold;
}

.account-links li a.link-1:before,
.account-links li a.link-2:before,
.account-links li a.link-3:before,
.account-links li a.link-4:before
{
	content: "";
	background: url('../img/icon-customers.svg') no-repeat;
	display: inline-block;
	height: 21px;
	margin-right: 0.8em;
	vertical-align: text-top;
	width: 21px;
}

.account-links li a.link-2:before
{
	background: url('../img/icon-marketing.svg') no-repeat;
}

.account-links li a.link-3:before
{
	background: url('../img/icon-history.svg') no-repeat;
}

.account-links li a.link-4:before
{
	background: url('../img/icon-payment.svg') no-repeat;
}

.account-links li a span
{
	display: inline-block;
	vertical-align: top;
	width: 81%;
}

.account-area-section .form-container
{
	float: left;
	margin: 0.5em 0 2em;
	width: 100%;
}

.account-area-section .password-form .gfield_label
{
	display: none;
}

.account-area-section .ginput_container_password
{
	float: left;
	margin: 0 -1%;
	width: 102%;
}

.account-area-block .gform_wrapper form ul#gform_fields_5 li
{
	width: 98%;
}

.account-area-block .gform_wrapper form ul#gform_fields_7 li,
.account-area-block .gform_wrapper form ul#gform_fields_8 li
{
	margin-bottom: 1em;
}

.account-area-block .gform_wrapper form ul li.current-balance-field input
{
	background: none;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0.2em 0;
}

.account-area-block .gform_wrapper form ul li.current-balance-field input:focus
{
	border: 0;
	padding: 0.2em 0;
}

.account-area-block .gform_wrapper form ul li.current-balance-field .feedback
{
	display: none;
}


.account-area-section .user-win-history
{
	margin-top: 2.5em;
}

.account-area-section .user-win-history table
{
	max-width: 400px;
}

.account-area-section .gform_footer
{
	margin-top: 1em;
	text-align: left;
}

.account-area-section .gform_footer input[type="submit"]
{
	background: #00AAAD;
	font-size: 1em;
	padding: 0.6em 2em;
}

.account-area-section .gform_footer input[type="submit"]:hover
{
	background: #00D6D9;
}

.account-area-section .gform_confirmation_wrapper
{
	text-align: left;
}


/*******************************/
/* CONTENT
/*******************************/
.intro-text
{
	font-size: 1.3em;
	line-height: 1.25;
}

.small-print
{
	font-size: 0.8em;
	line-height: 1.4;
}

.entry-content table:not(.variations),
.main-content-area table
{
	border: 0;
	margin-top: 1em;
	width: 100%;
}

.main-content-area table tr th
{
	color: #00AAAD;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0.4em;
}

.main-content-area table tr + tr
{
	border-top: 1px solid;
}

.main-content-area table tr td
{
	border: 0;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0.4em !important;
}

.main-content-area table tr td:last-child
{
	font-size: 2em;
	line-height: 1;
}

.white-box
{
	background: #FFFFFF;
	border-radius: 12px;
	box-shadow: 0 3px 30px 0 #D6D6D6;
	padding: 3.5em;
}

.grey-box
{
	background: #F7F7FA;
	border-radius: 24px;
	padding: 2em;
}

.blue-text
{
	color: #00AAAD;
}

.noahs-ark-blue-text
{
	color: #91D4CC;
}

.sightlife-yellow-text
{
	color: #FFD600;
}

.sightlife-grey-text
{
	color: #5D5E5F;
}

.sightlife-blue-text
{
	color: #4764AE;
}

.green-text
{
	color: #99CC33;
}

.sjacymru-green-text
{
	color: #03A475;
}

.sjacymru-orange-text
{
	color: #F4971B;
}

.sjacymru-yellow-text
{
	color: #FCC708;
}

.thewallich-moss-green-text
{
	color: #878C62;
}

.thewallich-light-purple-text
{
	color: #905567;
}

.thewallich-blue-text
{
	color: #4E7B98;
}

.stmichaels-blue-text
{
	color: #004794;
}

.stmichaels-grey-text
{
	color: #3F475A;
}

.stmichaels-light-blue-text
{
	color: #7798BB;
}

.pink-text
{
	color: #C90044;
}

.red-text
{
	color: #F22933;
}

.purple-text
{
	color: #A50069;
}

.clear-left
{
	clear: left;
}

.green-quote-closed-svg,
.blue-quote-closed-svg,
.moss-green-quote-closed-svg,
.pink-quote-closed-svg,
.stmichaels-light-blue-quote-closed-svg,
.stmichaels-blue-quote-closed-svg
{
	text-align: right;
}



/*******************************/
/* FAQs
/*******************************/
.draw-results-date
{
	text-align: center;
	margin-bottom: 40px;
}

.et_pb_toggle
{
	background: none;
	border: 0;
	padding-bottom: 0.2em;
}

.et_pb_toggle_title
{
	color: #333333 !important;
	font-size: 1.3em;
	font-weight: bold;
}

.et_pb_toggle_title:before
{
	content: "";
	border-radius: 24px;
	background: #99CC33;
	height: 24px;
	padding: 0.5em;
	top: 0;
	width: 24px;
}

.et_pb_toggle_title:after
{
	content: "";
	background: url('../img/plus.svg') no-repeat;
	height: 24px;
	margin-right: 0.3em;
	margin-top: 0em;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
}

.et_pb_toggle_open .et_pb_toggle_title:before
{
	content: "";
	background: #C90044;
	display: inline-block !important;
}

.et_pb_toggle_open .et_pb_toggle_title:after
{
	content: "";
	background: url('../img/minus.svg') no-repeat;
	height: 3px;
	margin-right: 0.51em;
	margin-top: 0.4em;
	width: 13px;
}

.this-week-results .et_pb_toggle_content
{
	/*max-width: 800px;*/
}

.et_pb_toggle + .et_pb_toggle
{
	border-top: 2px solid;
}


/*******************************/
/* FOOTER
/*******************************/
.footer
{
	background: #00AAAD;
	color: #FFFFFF;
	padding-top: 5em;
	position: relative;
	z-index: 2;
	-webkit-clip-path: ellipse(76% 100% at 47% 100%);
	clip-path: ellipse(76% 100% at 47% 100%);
}

.footer .et_pb_row
{
	padding-bottom: 0;
	width: 90%;
}

.footer-logo
{
	display: inline-block;
	margin-bottom: 1.5em;
}

.footer-menu-1
{
	margin-bottom: 0.7em;
}

.footer-menu-1 .menu-main-menu-container
{
	display: inline-block;
}

.footer-menu-2
{
	margin-bottom: 1.5em;
}

.footer li
{
	display: inline-block;
}

.footer li a
{
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 0.4em;
}

.footer li a:hover,
.footer li.current-menu-item a
{
	color: #FFD600;
	text-decoration: underline;
}

.footer-menu-1 li.first-child a,
.footer-menu-2 li.first_child a
{
	padding-left: 0;
}

.footer-menu-1 li.last-child a,
.footer-menu-2 li.last_child a
{
	padding-right: 0;
}

.footer-menu-2 li a
{
	font-size: 0.8em;
}

.footer li.header-play-button
{
	display: none;
}

.footer-copyright
{
	font-size: 0.8em;
	line-height: 1.4;
}


.footer-block-2
{
	margin-right: 0 !important;
	text-align: right;
}

.footer-tyhafan-logo
{
	margin-top: 2em;
}

.social-links
{
	margin-top: 1em;
}

.social-links a
{
	display: inline-block;
	vertical-align: middle;
}

.social-links a + a
{
	margin-left: 1em;
}

.footer-block-full
{
	margin: 1em 0 0.5em;
}


/*** Cookies ***/
.has-cookie-bar .footer
{
	padding-bottom: 2.4em;
}

#catapult-cookie-bar
{
	padding: 0.5em;
	text-align: center;
}

#catapult-cookie-bar .ctcc-left-side
{
	vertical-align: middle;
}

#catapult-cookie-bar .ctcc-right-side
{
	margin-left: 0.2em;
	vertical-align: middle;
}

#catapult-cookie-bar button
{
	cursor: pointer;
}

.footer-gotop
{
	clear: both;
	text-align: right;
	width: 100%;
}

.footer-gotop a
{
	background: #ffd600;
	border-top-left-radius: 32px;
	border-top-right-radius: 32px;
	display: inline-block;
	height: 64px;
	padding: 0.9em 0.4em;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 64px;
}

.footer-gotop a:after
{
	content: "";
	background-image: url('../img/arrow-up-blue.svg');
	background-repeat: no-repeat;
	bottom: 0;
	display: block;
	position: absolute;
	height: 28px;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	width: 24px;
}


/*******************************/
/* FORMS
/*******************************/
label,
.gravity-theme legend.gfield_label
{
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

input.text,
input.title,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea
{
	background: #F7F7FA;
	border: 0;
	border-radius: 24px;
	display: block;
	font-size: 1em;
	padding: 0.65em 0.8em;
	width: 100%;
}

input.text:focus,
input.title:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus
{
	border: 3px solid #6CB33F;
	padding: 0.465em 0.8em;
}

select
{
	background: #F7F7FA url('../img/arrow-down.svg') no-repeat;
	background-position: 95% 52%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea
{
	height: 9em;
}


.gform_wrapper form ul
{
	float: left;
	list-style: none;
	margin: 0 -1%;
	padding: 0;
	width: 102%;
}

.gform_wrapper form ul li
{
	float: left;
	margin: 1%;
	width: 48%;
}

.gform_wrapper form ul li.full-width,
.gform_wrapper form #gform_page_3_1 ul li,
.gform_wrapper form #gform_page_3_3 ul li,
.gform_wrapper form #gform_page_3_4 ul li
{
	width: 98%;
}

.ginput_container_consent
{
	margin: 0.5em 0;
}

.ginput_container_consent input,
.ginput_container_consent label
{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.form-note
{
	background: #FFFFFF;
	border-radius: 12px;
	box-shadow: 0 3px 30px 0 #D6D6D6;
	margin-top: 2em !important;
	margin-bottom: 2em !important;
	padding: 2em 3em;
}

/*** Address ***/
.gform_wrapper form .ginput_container_address span
{
	display: block;
	margin-bottom: 0.7em;
}

.gform_wrapper form .ginput_container_address span label
{
	display: none;
}

/*** Checkbox ***/
.gform_wrapper form .ginput_container_checkbox li
{
	display: block;
	margin-left: 0.4em;
	padding-left: 2.3em;
	position: relative;
}

.gform_wrapper form .ginput_container_checkbox li input
{
	cursor: pointer;
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.gform_wrapper form .ginput_container_checkbox span.checkmark
{
	background-color: #FFFFFF;
	border: 1px solid #333333;
	border-radius: 50%;
	height: 34px;
	left: 0;
	position: absolute;
	top: 0;
	width: 34px;
}

.gform_wrapper form .ginput_container_checkbox span.checkmark:after
{
	content: "";
	border: solid #000000;
	border-width: 0 3px 3px 0;
	display: none;
	height: 10px;
	left: 13px;
	position: absolute;
	top: 9px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 5px;
}

.gform_wrapper form .ginput_container_checkbox li input:checked + label > .checkmark:after
{
	display: block;
}

.gform_wrapper form .ginput_container_checkbox li input,
.gform_wrapper form .ginput_container_checkbox li label
{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.gform_wrapper form #gform_page_3_4 ul li#field_3_38,
.gform_wrapper form #gform_page_3_4 ul li#field_3_38 ul li,
.gform_wrapper form ul#gform_fields_5 li#field_5_6 ul li
{
	text-align: left;
}

.gform_wrapper form #gform_page_3_4 ul li#field_3_38 ul li,
.gform_wrapper form ul#gform_fields_5 li#field_5_6 ul li
{
	/*margin: 1%;
			padding-left: 0;
			padding-right: 2.3em;*/
}

.gform_wrapper form #gform_page_3_4 ul li#field_3_38 ul li label,
.gform_wrapper form ul#gform_fields_5 li#field_5_6 ul li label
{
	font-size: 1em;
	font-weight: normal;
}

.gform_wrapper form #gform_page_3_4 ul li#field_3_38 ul li label .checkmark,
.gform_wrapper form ul#gform_fields_5 li#field_5_6 ul li label .checkmark
{
	background-color: #F7F7FA;
	left: auto;
	right: 0;
}

/** Age Confirmation checkbox **/
.gform_wrapper form .age-confirmation .ginput_container_checkbox li
{
	margin: 1%;
	width: 81.33%;
}

.gform_wrapper form .age-confirmation .ginput_container_checkbox span.checkmark
{
	background-color: #F7F7FA;
}


/*** Credit Card ***/
.ginput_container_creditcard .gform_card_icon_container
{
	margin-bottom: 1.5em;
}

.ginput_container_creditcard .gform_card_icon_container div
{
	color: #00AAAD;
	display: inline-block;
	font-weight: bold;
	margin-right: 1em;
}

.ginput_container_creditcard .ginput_full
{
	display: block;
	margin-bottom: 1em;
}

.ginput_container_creditcard .ginput_full.ginput_cardextras
{
	margin-bottom: 0;
}

.ginput_container_creditcard .ginput_full.ginput_cardextras span
{
	display: block;
}

.ginput_container_creditcard .ginput_full.ginput_cardextras span + span
{
	margin-top: 0.5em;
}

.ginput_container_creditcard .ginput_full.ginput_cardextras select
{
	margin-bottom: 1em;
}


/*** Password ***/
.gform_wrapper form .password-block
{
	margin: 2em 0;
	width: 100%;
}

.gform_wrapper form .password-block .gfield_label
{
	float: left;
	margin: 1%;
	width: 98%;
}

.gform_wrapper form .ginput_container_password span
{
	float: left;
	margin: 1%;
	width: 48%;
}


/*** Page Steps ***/
.gf_page_steps
{
	max-width: 600px;
	margin: 0.5em auto 1em auto;
	text-align: center;
	width: 100%;
}

.gf_page_steps:before
{
	content: "";
	border-radius: 4px;
	border-top: 4px solid;
	display: block;
	margin: auto;
	width: 62%;
}

.gf_page_steps > div
{
	display: inline-block;
	margin-top: -0.45em;
	position: relative;
	width: 33%;
}

.gf_page_steps .gf_step_number
{
	display: none;
}

.gf_page_steps .gf_step_label
{
	display: block;
	font-weight: bold;
}

.gf_page_steps .gf_step:before
{
	content: "";
	background: #00AAAD;
	border-radius: 50%;
	display: block;
	height: 13px;
	margin: auto;
	text-align: center;
	width: 13px;
}

.gf_page_steps .gf_step.gf_step_active:after
{
	content: "";
	background: #99CC33;
	border-radius: 50%;
	height: 48px;
	left: 0;
	margin: -0.95em auto auto;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: middle;
	width: 48px;
}

.gf_page_steps .gf_step_last
{
	display: none;
}

/*** Pages ***/

/*** Page 1 ***/
.gform_wrapper form #gform_page_3_1
{
	text-align: center;
}

.gform_wrapper form #gform_page_3_1 ul li#field_3_39 select
{
	max-width: 500px;
	margin: auto;
}

/*** Page 3 ***/
.gform_wrapper form #gform_page_3_3 ul li#field_3_10,
.gform_wrapper form #gform_page_3_3 ul li#field_3_12,
.gform_wrapper form #gform_page_3_3 ul li#field_3_13,
.gform_wrapper form #gform_page_3_3 ul li#field_3_35
{
	float: none;
	margin: 1% auto;
	max-width: 700px;
	text-align: center;
}

.gform_wrapper form #gform_page_3_3 ul li#field_3_14,
.gform_wrapper form #gform_page_3_3 ul li#field_3_15,
.gform_wrapper form #gform_page_3_3 ul li#field_3_16,
.gform_wrapper form #gform_page_3_3 ul li#field_3_17
{
	width: 48%;
}

.gform_wrapper form #gform_page_3_3 ul li#field_3_35
{
	margin: 3em auto;
}

.gform_wrapper form #gform_page_3_3 ul li#field_3_35 select
{
	max-width: 500px;
	margin: auto;
}

/*** Page 4 ***/
.gform_wrapper form #gform_page_3_4 ul li#field_3_22,
.gform_wrapper form #gform_page_3_4 ul li#field_3_23
{
	float: none;
	margin: 1% auto;
	max-width: 700px;
}

.gform_wrapper form #gform_page_3_4 ul li
{
	text-align: center;
}

/*** Last page - Success ***/
.gform_confirmation_wrapper
{
	margin: auto;
	max-width: 800px;
	text-align: center;
	width: 100%;
}

/*** Price ***/
.gform_wrapper form ul li.gfield_price select
{
	max-width: 500px;
	margin: auto;
}

/*** Radio ***/
.gform_wrapper form #gform_page_3_4 ul li#field_3_26,
.gform_wrapper form #gform_page_3_4 ul li#field_3_27,
.gform_wrapper form #gform_page_3_4 ul li#field_3_28
{
	text-align: left;
}

.gform_wrapper form #gform_page_3_4 ul li#field_3_26 label,
.gform_wrapper form #gform_page_3_4 ul li#field_3_26 .ginput_container_radio,
.gform_wrapper form #gform_page_3_4 ul li#field_3_27 label,
.gform_wrapper form #gform_page_3_4 ul li#field_3_27 .ginput_container_radio,
.gform_wrapper form #gform_page_3_4 ul li#field_3_28 label,
.gform_wrapper form #gform_page_3_4 ul li#field_3_28 .ginput_container_radio,

.gform_wrapper form ul#gform_fields_5 li#field_5_1 label,
.gform_wrapper form ul#gform_fields_5 li#field_5_1 .ginput_container_radio,
.gform_wrapper form ul#gform_fields_5 li#field_5_2 label,
.gform_wrapper form ul#gform_fields_5 li#field_5_2 .ginput_container_radio,
.gform_wrapper form ul#gform_fields_5 li#field_5_3 label,
.gform_wrapper form ul#gform_fields_5 li#field_5_3 .ginput_container_radio
{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	width: 50%;
}

.gform_wrapper form .ginput_container_radio ul
{
	margin: 0;
	width: 100%;
}

.gravity-theme form .ginput_container_radio .gfield_radio > div,
.gform_wrapper form .ginput_container_radio li
{
	display: inline-block;
	float: none;
	margin: 0;
	vertical-align: middle;
	width: auto !important;
}

.gravity-theme form .ginput_container_radio input,
.gform_wrapper form .ginput_container_radio li input
{
	cursor: pointer;
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.gravity-theme form .ginput_container_radio label,
.gform_wrapper form .ginput_container_radio li label
{
	cursor: pointer;
	font-size: 1em;
	font-weight: normal;
	padding: 0.4em 0.8em;
	transition: all .3s ease-in-out;
	width: 100% !important;
}

.gravity-theme form .ginput_container_radio .gchoice:has(.gfield-choice-input:checked) label,
.gform_wrapper form .ginput_container_radio li input:checked + label
{
	background: #99CC33;
	border-radius: 24px;
	color: #FFFFFF;
}

.gravity-theme form .ginput_container_radio .gchoice:has(.gfield-choice-input[value="Paused"]:checked) label,
.gform_wrapper form .ginput_container_radio li input[value="No"]:checked + label,
.gform_wrapper form .ginput_container_radio li input[value="N"]:checked + label
{
	background: #C90044;
	border-radius: 24px;
	color: #FFFFFF;
}

/** Show bullets **/
.gform_wrapper form .show-bullets ul
{
	list-style-type: disc;
}



.gfield_visibility_hidden,
.hidden_label > .gfield_label
{
	display: none;
	opacity: 0;
	visibility: hidden;
}

.gform_footer
{
	float: left;
	margin-top: 1.5em;
	text-align: center;
	width: 100%;
}

.gform_footer input[type="submit"]
{
	background: #99CC33 url('../img/arrow-right.svg') no-repeat right center;
	background-position: 80% 50%;
	border: 0;
	border-radius: 35px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1.6em;
	font-weight: bold;
	padding: 0.5em 2.5em 0.5em 1.2em;
	transition: ease-in-out .3s;
}

.gform_footer input[type="submit"]:hover
{
	background-color: #AEF028;
}

/** Noahs Ark **/
.noahs-ark-contact-form .gform_footer input[type="submit"]
{
	background: #61C682 url('../img/arrow-right.svg') no-repeat right center;
	background-position: 80% 50%;
}

.noahs-ark-contact-form .gform_footer input[type="submit"]:hover
{
	background-color: #76ED9D;
}


/** Sightlife **/
.sightlife-contact-form .gform_footer input[type="submit"]
{
	background: #4764AE url('../img/arrow-right.svg') no-repeat right center;
	background-position: 80% 50%;
}

.sightlife-contact-form .gform_footer input[type="submit"]:hover
{
	background-color: #7193C6;
}

/** SJA Cymru **/
.sjacymru-contact-form .gform_footer input[type="submit"]
{
	background: #FEB605 url('../img/arrow-right.svg') no-repeat right center;
	background-position: 80% 50%;
}

.sjacymru-contact-form .gform_footer input[type="submit"]:hover
{
	background-color: #000000;
}



#gform_1 .gform_footer
{
	text-align: left;
}


.gform_page_footer
{
	float: left;
	margin-top: 1.5em;
	text-align: center;
	width: 100%;
}

.gform_page_footer input[type="button"],
.gform_page_footer input[type="submit"]
{
	background: #99CC33 url('../img/arrow-right.svg') no-repeat right center;
	background-position: 80% 50%;
	border: 0;
	border-radius: 35px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6em;
	font-weight: bold;
	padding: 0.5em 2.5em 0.5em 1.2em;
	transition: ease-in-out .3s;
}

.gform_page_footer input[type="button"]:hover,
.gform_page_footer input[type="submit"]:hover
{
	background-color: #AEF028;
}

.gform_page_footer input[type="button"].gform_previous_button
{
	color: #00AAAD;
	background: url('../img/arrow-left-blue.svg') no-repeat;
	background-position: 23% 50%;
	border: 3px solid;
	padding: 0.4em 1.2em 0.4em 2.5em;
}

.gform_page_footer input[type="button"].gform_previous_button:hover
{}


/** Noah Arks **/
.noahs-ark-form .gform_page_footer input[type="button"].gform_previous_button
{
	color: #F5BB28;
	background: url('../img/arrow-left-gold.svg') no-repeat;
	background-position: 23% 50%;
}


/** Sightlife **/
.sightlife-form .gform_page_footer input[type="button"].gform_previous_button
{
	color: #8E8E90;
	background: url('../img/arrow-left-grey.svg') no-repeat;
	background-position: 23% 50%;
}


/** SJA Cymru **/
.sjacymru-form .gform_page_footer input[type="button"].gform_previous_button
{
	color: #FEB605;
	background: url('../img/arrow-left-yellow.svg') no-repeat;
	background-position: 23% 50%;
}


.gform_page_footer input[type="button"] + input[type="button"],
.gform_page_footer input[type="button"] + input[type="submit"]
{
	margin-left: 1em;
}


/*******************************/
/* FORMS Activation pages
/*******************************/
body.gfur-activate
{
	font-size: 1em;
}

.gfur-activate .home-pebble
{
	display: none;
}

.widecolumn h2
{
	position: relative;
	max-width: 1200px;
	margin: auto;
	z-index: 100;
}

.widecolumn .lead-in,
.widecolumn #signup-welcome,
.widecolumn .view
{
	position: relative;
	margin: auto auto 2em;
	max-width: 1200px;
	z-index: 100;
}

/*******************************/
/* FORMS Reset Password page
/*******************************/
#lostpasswordform .somfrp-lost-pass-form-text
{
	margin-bottom: 0.5em;
}

.lostpassword-submit
{
	margin-top: 1em;
}

.lostpassword-submit button
{
	background: #00AAAD;
	border: 0;
	border-radius: 24px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	padding: 0.6em 2em;
}

.lostpassword-submit button:hover
{
	background: #00D6D9;
}

.som-password-sent-message
{
	background: #00AAAD !important;
	border: 0;
	padding: 1em !important;
}

.som-password-error-message
{
	background: #C90044 !important;
	border: 0;
	padding: 1em !important;
}



/*******************************/
/* FORMS Validations
/*******************************/
.validation_error
{
	background: #C90044;
	border-radius: 24px;
	color: #FFFFFF;
	margin-bottom: 0.5em;
	padding: 0.6em;
}

.validation_message
{
	color: #C90044;
	font-weight: bold;
}

/*******************************/
/* Gravity Theme - Not Legacy - Styles
/*******************************/
.gravity-theme .gfield
{
	margin-bottom: 20px;
}


/*******************************/
/* HEADER
/*******************************/
.header .et_pb_row,
.header-section .et_pb_row
{
	width: 90%;
	height: 127px !important;
	/* Prevent divi header jump */
}

.header-right
{
	padding-top: 0.7em;
	text-align: right;
}

.header-right .menu-main-menu-container,
.header-right .header-menu-2
{
	display: inline-block;
	vertical-align: middle;
}

.header .menu li
{
	display: inline-block;
}

.header .menu li a
{
	color: #333333;
	font-weight: bold;
	padding: 0 0.5em;
}

.header .menu li a:hover,
.header .menu li.current-menu-item a
{
	color: #00AAAD;
}

.header .menu li a.header-play-button
{
	background: #C90044;
	border-radius: 24px;
	display: inline-block;
	color: #FFFFFF;
	padding: 0.6em 1em;
}

.header .menu li a.header-play-button:hover
{
	background: #FF0056;
}

.header .menu li a.header-play-button:after
{
	content: "";
	background: url('../img/arrow-right.svg') no-repeat;
	display: inline-block !important;
	height: 25px;
	line-height: 1;
	margin-left: 0.4em;
	opacity: 1;
	position: relative;
	vertical-align: middle;
	width: 28px;
}

.header .menu li.first_child a
{
	padding-left: 0
}


/*******************************/
/* HEADER BANNER
/*******************************/
.header-banner
{
	height: 30em;
	-webkit-clip-path: ellipse(60% 100% at 48% 0%);
	clip-path: ellipse(60% 100% at 48% 0%);
}

.header-banner:before
{
	content: "";
	background: rgba(51, 51, 51, 0.2);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.header-banner .et_pb_row
{
	height: 100%;
}

.header-banner .et_pb_column
{
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.header-banner .et_pb_module
{
	display: table;
	height: 100%;
	width: 100%;
}

.header-banner .et_pb_text_inner
{
	display: table-cell;
	vertical-align: middle;
}


/*******************************/
/* HEADINGS
/*******************************/
h1
{
	font-size: 3em !important;
	font-weight: bold;
	margin-bottom: 0.25em;
}

h2
{
	font-size: 2.4em !important;
	font-weight: bold;
	margin-bottom: 0.25em;
}

h3
{
	font-size: 2em !important;
	margin-bottom: 0.25em;
}

h4
{
	font-size: 1.6em !important;
	margin-bottom: 0.25em;
}


/*******************************/
/* HOME
/*******************************/
.home-pebble
{
	background: url('../img/homepage-banner-pebble.svg') no-repeat;
	background-size: contain;
	display: block;
	height: 900px;
	left: 0;
	margin-left: -8em;
	margin-top: -10em;
	position: absolute;
	top: 0;
	width: 68%;
	z-index: 1;
}

@media(min-width: 1600px)
{
	.home-pebble
	{
		margin-top: -12em;
		margin-left: -14em;
		background-size: 100% !important;
		height: 1000px;
		background-position: bottom left !important;
	}
}

@media(min-width: 2100px)
{
	.home-pebble
	{
		margin-top: -5em;
	}
}

@media(min-width: 2700px)
{
	.home-pebble
	{
		margin-top: 0;
	}
}

@media(min-width: 3500px)
{
	.home-pebble
	{
		height: 1300px;
	}
}




.home-first-section:before
{
	content: "";
	background: url('/wp-content/uploads/2019/10/coins-left.png');
	height: 379px;
	left: 0;
	margin-left: -6em;
	margin-top: 10em;
	position: absolute;
	top: 0;
	width: 250px;
}

/*******************************/
/* HOW IT WORKS
/*******************************/
.how-it-works-section
{
	overflow: hidden;
}

.how-it-works-section:after
{
	content: "";
	background: url('/wp-content/uploads/2019/10/coins.png');
	height: 341px;
	right: 0;
	margin-right: -8em;
	margin-top: 8em;
	position: absolute;
	top: 0;
	width: 266px;
}

.how-it-works-block .et_pb_column
{
	z-index: auto;
}

.how-it-works-block .white-box
{
	padding: 2em;
}

.how-it-works-block .arrow-1
{
	position: absolute;
	margin-right: -5em;
	margin-top: -2em;
	right: 0;
	top: 0;
	z-index: 10;
}

.how-it-works-block .step-number-1
{
	margin-top: -3.5em;
	max-width: 146px;
	position: relative;
	width: 100%;
}

.how-it-works-block .step-number-1 h2
{
	color: #FFFFFF;
	margin-bottom: 0;
	margin-top: -25px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}

.how-it-works-block .arrow-2
{
	position: absolute;
	margin-right: -7em;
	margin-top: -2em;
	right: 0;
	top: 0;
	z-index: 10;
}

.how-it-works-block .step-number-2
{
	margin: -3.5em auto auto;
	max-width: 146px;
	position: relative;
	width: 100%;
}

.how-it-works-block .step-number-2 h2
{
	color: #FFFFFF;
	margin-bottom: 0;
	margin-top: -25px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}

.how-it-works-block .step-number-3
{
	margin: -3.5em 0 auto auto;
	max-width: 146px;
	position: relative;
	width: 100%;
}

.how-it-works-block .step-number-3 h2
{
	color: #FFFFFF;
	margin-bottom: 0;
	margin-left: 0.1em;
	margin-top: -25px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}


.how-it-works-block h4
{
	display: inline-block;
	padding-right: 0.3em;
	width: 72%;
}

.how-it-works-block .icon
{
	display: inline-block;
	text-align: right;
	vertical-align: bottom;
	width: 25%;
}


/*******************************/
/* IMAGES
/******************************/
img.img-right
{
	float: right;
	margin-left: 0.5em;
	margin-top: -1.9em;
}


/*******************************/
/* LOGIN
/******************************/
.login-pebble
{
	background: url('../img/homepage-banner-pebble.svg') no-repeat;
	background-size: contain;
	display: block;
	height: 1050px;
	left: 0;
	margin-top: -12em;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.gform_login_widget
{
	margin: 0 !important;
	position: relative;
	width: 100% !important;
}

.gform_login_widget .widgettitle
{
	display: none;
}

.gform_login_widget .gform_wrapper .gform_fields > .gfield
{
	margin-bottom: 0.7em;
}

.gform_login_widget .gform_wrapper .gform_fields > .gfield .gfield_label
{
	margin-bottom: 0.2em;
}


.gform_login_widget .gform_wrapper .gform_fields > .gfield .gfield_checkbox input,
.gform_login_widget .gform_wrapper .gform_fields > .gfield .gfield_checkbox label
{
	display: inline-block;
}


.gform_login_widget .gform_wrapper form ul li
{
	width: 98%;
}

.gform_login_widget .gform_wrapper form .ginput_container_checkbox li label
{
	font-size: 1em;
}

.gform_login_widget .gform_wrapper form .ginput_container_checkbox span.checkmark
{
	left: auto;
	margin-right: 7em;
	right: 0;
}

.gform_login_widget .gform_wrapper form ul li#field_3
{
	float: right;
	margin-top: 0.9em;
	text-align: right;
	width: 48%;
}

.gform_login_widget .gform_footer
{
	/*position: absolute;
		bottom: 0;
		left: 0;*/
	margin-bottom: 0em;
	margin-top: 0;
	text-align: left;
	width: 100%;
}

.gform_login_widget .gform_footer input[type="submit"]
{
	background: #00AAAD;
	border-radius: 24px;
	font-size: 1em;
	padding: 0.6em 2em;
}

.gform_login_widget .gform_footer input[type="submit"]:hover
{
	background: #00D6D9;
}

.gform_login_widget .gf_login_links
{
	clear: both;
	padding-top: 0.4em;
}

.gform_login_widget .gf_login_links a
{
	color: #00AAAD;
}


/*******************************/
/* TESTIMONIALS
/*******************************/
.testimonial-white-boxes .green-quote-open-svg svg,
.testimonial-white-boxes .blue-quote-open-svg svg
{
	position: absolute;
	left: 0;
	margin-left: 1em;
	margin-top: -1em;
}


.testimonial-white-boxes .green-quote-closed-svg svg,
.testimonial-white-boxes .blue-quote-closed-svg svg
{
	position: absolute;
	margin-right: 1em;
	margin-top: -2.5em;
	right: 0;
}


/*******************************/
/* Sign up to play Form
/*******************************/
.play-now-form-section .header-section
{
	background: #00AAAD;
	padding: 0;
}

.play-now-form-section .header-section h1
{
	color: #FFFFFF;
	margin: 0;
}

.play-now-form-section .gform_wrapper
{
	margin: auto;
	max-width: 875px;
	width: 100%;
}

.pcaautocomplete.pcatext

/** Postcode results **/
{
	font-size: 1em !important;
}

/*******************************/
/* SVGs
/*******************************/
.green-pebble-svg
{
	display: block;
	position: absolute;
	margin-left: -1em;
	margin-top: 2em;
	max-width: 290px;
	left: 0;
	top: 0;
	width: 100%;
}


/*******************************/
/* Video
/*******************************/
.video-modal a .et_pb_image_wrap:before
{
	content: "";
	background: url('../img/play-button.svg') no-repeat;
	display: inline-block;
	height: 80px;
	left: -2%;
	margin: -3em auto auto;
	position: absolute;
	right: 2%;
	top: 50%;
	width: 80px;
	z-index: 1;
}

.home-video-column
{
	position: relative;
	height: 580px;
}

.home-video-image,
.home-video-video
{
	position: absolute;
	top: 0;
}

.home-video-image
{
	z-index: 100;
	pointer-events: none;
	overflow: hidden;
	width: 100%;
	height: 695px;
	background-position: top center !important;
}

.home-video-image img
{
	width: 295px;
	margin-left: 300px;
	max-width: 295px;
}

.home-video-video
{
	z-index: 50;
	width: 230px;
	margin-left: 50%;
	left: -195px;
}

.home-video-video .et_pb_image_0
{}

.home-video-video video
{
	width: 250px !important;
	margin-left: 24%;
	margin-top: 40px;
}

.home-video-video .et_pb_video_overlay
{
	width: 230px !important;
	margin-left: 24%;
	margin-top: 40px;
}


/*******************************/
/* Where Money Goes
/*******************************/
.where-money-goes-section:before
{
	content: "";
	background: url('/wp-content/uploads/2019/10/brushes.jpg');
	height: 456px;
	left: 0;
	margin-left: -7em;
	margin-top: -2.3em;
	position: absolute;
	top: 0;
	width: 250px;
}

.where-money-goes-section:after
{
	content: "";
	background: url('/wp-content/uploads/2019/10/guitar.jpg');
	height: 620px;
	right: 0;
	margin-right: -5em;
	position: absolute;
	top: 0;
	width: 150px;
	-webkit-transform: rotate(-24deg);
	-ms-transform: rotate(-24deg);
	transform: rotate(-24deg);
}

.where-money-goes-row .white-box
{
	padding: 1em;
}

.where-money-goes-row .price-5,
.where-money-goes-row .price-50,
.where-money-goes-row .price-500
{
	display: inline-block;
	margin-top: -3.6em;
	max-width: 146px;
	position: relative;
	width: 100%;
}

.where-money-goes-row .price-50
{
	margin-top: -4.2em;
	max-width: 159px;
}

.where-money-goes-row .price-500
{
	margin-top: -4.3em;
	max-width: 163px;
}

.where-money-goes-row .price-5 h2,
.where-money-goes-row .price-50 h2,
.where-money-goes-row .price-500 h2
{
	color: #FFFFFF;
	margin-bottom: 0;
	margin-left: -0.1em;
	margin-top: -25px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}

.where-money-goes-row .price-500 h2
{
	margin-left: 0;
}

.where-money-goes-row .icon
{
	display: inline-block;
	margin-right: 1.2em;
	position: absolute;
	right: 0;
}

.where-money-goes-row .text
{
	font-weight: bold;
	margin-top: 0.9em;
}


/*******************************/
/* Winners Page
/*******************************/
.winners-weeks-results:after
{
	content: "";
	background: url('/wp-content/uploads/2019/10/coins.png');
	height: 341px;
	right: 0;
	margin-right: -8em;
	margin-top: 6em;
	position: absolute;
	top: 0;
	width: 266px;
}

.this-week-results table tr + tr
{
	border: 0;
}

.this-week-results table tr th:first-child,
.this-week-results table tr td:first-child
{
	padding-left: 0;
}

select.draw-dates
{
	background-position: 97% 52%;
	margin: auto;
	max-width: 500px;
}

.draw-results-block
{
	display: none;
}


/*******************************/
/* Winners Stories
/*******************************/
.stories-list:nth-child(3n)
{
	margin-right: 0;
}

.stories-list:nth-child(3n+1)
{
	clear: left;
}

.stories-list
{
	background: #FFFFFF;
	border-radius: 15px;
	box-shadow: 0 3px 30px 0 #D6D6D6;
	margin-bottom: 2em;
}

.stories-image
{
	border-radius: 15px;
}

.stories-summary
{
	background: #FFFFFF;
	border-radius: 15px;
	margin-top: -3em;
	padding: 1em;
	position: relative;
}

.stories-content
{
	display: inline-block;
	width: 70%;
}

.stories-summary .intro-text
{
	margin-bottom: 0.5em;
}

.stories-link
{
	display: inline-block;
	text-align: right;
	width: 25%;

}


/*******************************/
/* Parallax - Animations
/*******************************/


/******************** RESPONSIVE *******************/

@media (min-width: 1600px)
{
	.et_pb_section
	{
		margin: auto;
		max-width: 1800px;
		overflow: visible;
		width: 100%;
	}

	.home-first-section:before
	{
		margin-left: 3.5em;
		margin-top: 9em;
	}

	.how-it-works-section:after,
	.where-money-goes-section:after
	{
		margin-right: 0;
	}

	.where-money-goes-section:before
	{
		margin-left: 0;
	}

}


/*** Header Banner ***/
@media (max-width: 1550px)
{
	.header-banner
	{
		height: 25em;
	}
}

@media (max-width: 1200px)
{
	.header-banner
	{
		height: 22em;
	}
}

/*** END ***/


/*** Login Pebble ***/
@media (max-width: 1730px)
{
	.login-pebble
	{
		margin-left: -10em;
	}
}

@media (max-width: 1450px)
{
	.login-pebble
	{
		margin-left: -15em;
	}
}

/*** END  ***/


@media (max-width: 1250px)
{

	/*** Header Pebble - Home ***/
	.home-pebble
	{
		margin-left: -6em;
		margin-top: -8em;
	}
}


@media (max-width: 1150px)
{
	h1
	{
		font-size: 2.7em !important;
	}

	.home-first-section:before
	{
		margin-left: -9em;
	}

	.how-it-works-block .white-box
	{
		padding: 1.6em;
	}

	.how-it-works-block h4
	{
		font-size: 1.2em !important;
	}

	.how-it-works-section:after
	{
		margin-right: -10em;
	}

	.white-box
	{
		padding: 2em;
	}

}


@media (max-width: 1100px)
{
	.header .menu li a
	{
		font-size: 0.9em;
		padding: 0 0.3em;
	}

	.home .et_pb_section.et_pb_section_0 .et_pb_text
	{
		padding-left: 0 !important;
	}

	h1
	{
		font-size: 3em !important;
	}

}


@media (max-width: 980px)
{

	/*** Content ***/
	.et_pb_section
	{
		padding: 10px 0;
	}

	.main-content-area .et_pb_module.et_pb_text
	{
		text-align: center;
	}

	.main-content-area .et_pb_module.et_pb_text.mob-text-left
	{
		text-align: left;
	}

	.white-box
	{
		padding: 3.5em;
	}

	/*** Account ***/
	.play-now-form-section .header-section,
	.account-area-section .header-section
	{
		text-align: center;
	}

	.play-now-form-section .header-section h1,
	.account-area-section .header-section h1
	{
		padding-bottom: 0;
	}

	.account-area-block.et_pb_section
	{
		background: none;
	}

	.account-area-block > .et_pb_row > .et_pb_column_1_3
	{
		padding-bottom: 0;
	}

	.account-links
	{
		padding-right: 0;
	}

	.account-area-block > .et_pb_row > .et_pb_column_2_3
	{
		padding-top: 0;
	}


	/*** Footer ***/
	.footer
	{
		-webkit-clip-path: ellipse(340% 100% at 50% 100%);
		clip-path: ellipse(340% 100% at 50% 100%);
		padding-top: 1em;
		text-align: center;
	}

	.footer-logo
	{
		margin-bottom: 1em;
	}

	.footer li
	{
		padding-top: 0.7em;
	}

	.footer-block-2
	{
		text-align: center;
	}

	.footer-tyhafan-logo
	{
		margin-top: 0;
	}

	.footer-gotop
	{
		text-align: center;
	}


	/*** Forms ***/
	.gform_wrapper form .ginput_container_checkbox span.checkmark
	{
		background-color: #F7F7FA;
	}

	/*** Header ***/
	.header
	{
		text-align: center;
	}

	.home .header
	{
		background: #FFD600;
		-webkit-clip-path: ellipse(61% 84% at 43% 13%);
		clip-path: ellipse(61% 84% at 43% 13%);
		padding-bottom: 6.5em;
		padding-top: 0.6em;
	}

	.header .et_pb_row
	{
		padding-top: 0;
		padding-bottom: 0;
	}

	.home .header .et_pb_row
	{
		padding-bottom: 1.7em;
	}

	.header-right
	{
		display: none;
	}

	.header-banner
	{
		-webkit-clip-path: ellipse(140% 100% at 48% 0%);
		clip-path: ellipse(140% 100% at 48% 0%);
	}

	.home-pebble,
	.login-pebble
	{
		display: none;
	}


	.home-first-section:before
	{
		display: none;
	}


	/*** Home ***/
	.home .et_pb_section.et_pb_with_background
	{
		background-image: none !important;
	}

	.how-it-works-block h4
	{
		font-size: 1.4em !important;
	}


	/*** How it works ***/
	.how-it-works-block .arrow-1,
	.how-it-works-block .arrow-2
	{
		bottom: 0;
		margin-bottom: -7em;
		margin-right: 0;
		margin-top: 0;
		max-width: 152px;
		width: 100%;
		top: auto;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.how-it-works-block .step-number-2,
	.how-it-works-block .step-number-3
	{
		margin: -3.5em 0 0;
	}

	.how-it-works-section:after
	{
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: 62%;
		bottom: 0;
		margin-right: -9.3em;
		top: auto;
	}


	/*** Login ***/
	.page-login .header
	{
		background: #00AAAD;
		margin-top: 1em;
		padding-top: 1em;
	}

	.page-login .header img
	{
		display: block;
	}


	/*** Winners ***/
	.winners-weeks-results:after
	{
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 52%;
		margin-top: 0;
	}


	/*** Where Money Goes **/
	.where-money-goes-section:after
	{
		margin-top: 5em;
	}

	.where-money-goes-row .price-5,
	.where-money-goes-row .price-50,
	.where-money-goes-row .price-500
	{
		margin-top: -1em;
	}

}


@media (max-width: 768px)
{

	/*** Button ***/
	.et_pb_button.pink
	{
		font-size: 1.3em;
	}

	/*** Content ***/
	.et_pb_row,
	.container,
	.et_pb_pagebuilder_layout.single-post #page-container .et_pb_row,
	.et_pb_pagebuilder_layout.single-post:not(.et-tb-has-body) #main-content .et_pb_row
	{
		width: 90%;
	}

	.white-box,
	.form-note
	{
		padding: 1.5em;
	}


	/*** Header ***/
	.header-banner
	{
		height: 19em;
	}


	/*** Headings ***/
	h1
	{
		font-size: 2em !important;
	}

	h2,
	h3
	{
		font-size: 1.6em !important;
	}


	/*** How it works ***/
	.how-it-works-block h2
	{
		font-size: 2.4em !important;
	}


	/*** Forms ***/
	.gform_wrapper form ul li,
	.gform_wrapper form .ginput_container_password span,
	.gform_wrapper form #gform_page_3_3 ul li#field_3_14,
	.gform_wrapper form #gform_page_3_3 ul li#field_3_15,
	.gform_wrapper form #gform_page_3_3 ul li#field_3_16,
	.gform_wrapper form #gform_page_3_3 ul li#field_3_17,
	.gform_wrapper form #gform_page_3_4 ul li#field_3_26,
	.gform_wrapper form #gform_page_3_4 ul li#field_3_27,
	.gform_wrapper form #gform_page_3_4 ul li#field_3_28,
	.gform_wrapper form #gform_page_3_4 ul li#field_3_29,
	.account-area-block .gform_wrapper form ul#gform_fields_5 li
	{
		width: 98%;
	}

	.gform_wrapper form .ginput_container_radio
	{
		text-align: right;
	}

	.account-area-block .gform_wrapper form .ginput_container_radio
	{
		text-align: left;
	}


	/*** Images ***/
	img.img-right
	{
		display: block;
		float: none;
		margin: 0 0 1em;
	}


	/*** Table ***/
	.main-content-area table tr td
	{
		font-size: 1em;
	}

	.main-content-area table tr td:last-child
	{
		font-size: 1.5em;
	}

}


@media (max-width: 580px)
{

	/*** Content ***/
	.ty-hafan-logo-svg svg
	{
		height: 90px;
		width: 260px;
	}

	/*** How it works ***/
	.how-it-works-block h4
	{
		font-size: 1.3em !important;
	}

	/*** Where Money Goes **/
	.where-money-goes-section:after
	{
		margin-top: -5em;
		top: 50%;
	}

}


@media (max-width: 500px)
{

	/*** Footer ***/
	.has-cookie-bar .footer
	{
		padding-bottom: 3.8em;
	}

	/*** Forms ***/
	.gform_login_widget .gform_wrapper form ul li#field_3
	{
		float: left;
		margin-bottom: 1em;
		text-align: left;
		width: 98%;
	}

	.gform_login_widget .gform_wrapper form .ginput_container_checkbox span.checkmark
	{
		left: 0;
		margin: 0;
		right: auto;
	}

	.gform_login_widget .gform_footer
	{
		position: static;
		margin: 0;
	}

	.gform_page_footer input[type="button"]
	{
		margin: auto;
		display: block;
	}

	.gform_page_footer input[type="button"] + input[type="button"],
	.gform_page_footer input[type="button"] + input[type="submit"]
	{
		margin: 1em auto auto;
	}

	.gform_page_footer input[type="button"].gform_previous_button
	{
		background-position: 17% 50%;
		padding: 0.4em 1em 0.4em 2.3em;
	}


	/*** Header ***/
	.home .header
	{}

	/*** Table ***/
	.main-content-area table tr th,
	.main-content-area table tr td,
	.main-content-area table tr td:last-child
	{
		font-size: 0.8em;
	}

}

/* LOADER ICON */
.loading-icon
{
	display: none;
	width: 100%;
	text-align: center;
	padding: 30px;
}

.loading-icon img
{}

.loading-icon-layer
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	/*background-color: rgba(255,255,255,0.9);*/
}


/* ------------------------------
Countdown
------------------------------ */
#countdown_timer
{
	float: left;
	color: #333333;
	font-weight: bold;
	width: 100%;
	text-align: right;
	height: 23.4px;
}

.countdown-time
{
	color: #00aaad;
}

@media(max-width: 400px)
{
	#countdown_timer
	{
		font-size: 0.9rem;
	}
}

/* ------------------------------
Lottery Number Checker
------------------------------ */

/* All Sites */

/*
.lottery-number-checker
{
	padding: 40px;
	background: #00AAAD;
	color: #ffffff;
}

.lottery-number-checker h2,
.lottery-number-checker h3,
.lottery-number-checker a
{
	color: #ffffff;
}*/

.lottery-number-checker input[type=text]
{}

.lottery-number-checker button
{
	background: #C90044;
	color: #ffffff;
	padding: 0.6em 2em;
	border-radius: 40px;
	border: 0;
	transition: all .3s ease-in-out;
}

.lottery-number-checker button.clear
{
	background: #ffffff;
	border: 1px solid #cecece;
	color: #8d8d8d;
	margin-right: 20px;
}

.lottery-number-checker button.clear:hover
{
	background: #eeeeee;
}

.lottery-number-checker button.submit:hover
{
	background: #FF0056;
}


/* Ty-Hafan */
.site-id-1
{
	.lottery-number-checker button.submit
	{}

	.lottery-number-checker button.submit:hover
	{}
}

/* Longfield */
.site-id-5
{
	.lottery-number-checker button.submit
	{}

	.lottery-number-checker button.submit:hover
	{}
}

/* Noahs Ark */
.site-id-6
{
	.lottery-number-checker button.submit
	{
		background: #F55961;
	}

	.lottery-number-checker button.submit:hover
	{
		background: #F9888E;
	}
}

/* Sightlife */
.site-id-7
{
	.lottery-number-checker button.submit
	{
		background: #4764AE;
	}

	.lottery-number-checker button.submit:hover
	{
		background: #7093C5;
	}
}

/* St. Johns */
.site-id-8
{
	.lottery-number-checker button.submit
	{
		background: #000000;
	}

	.lottery-number-checker button.submit:hover
	{
		background: #FEB605;
	}
}