/*---GIVEX FORM CSS--*/
#gform_fields_28 legend, #gform_fields_28 .gfield_label,  #gform_fields_29 legend {
	color: #ffffff;
    font-family: velocista;
    text-transform: uppercase;
	font-size: 30px;
	padding-bottom: 10px;
}

@media only screen and (max-width: 600px) {
	#gform_fields_28 legend, #gform_fields_28 .gfield_label, #gform_fields_29 legend {
		line-height: 40px;
		padding-bottom: 20px;
	}
}

#gform_confirmation_message_28 h3 {
	text-align: center;
	font-size: 25px;
	font-family: velocista;
}
#gform_confirmation_message_28 a {
	text-decoration: none;
	color: #ffffff;
}

/**/
/* Buttonize Radio & Checkbox Fields */
.gform_wrapper .gfield.buttonized .gfield_radio .gchoice,
.gform_wrapper .gfield.buttonized .gfield_checkbox .gchoice {
	position: relative;
	text-align: center;
}
.gform_wrapper .gfield.buttonized input[type="radio"],
.gform_wrapper .gfield.buttonized input[type="checkbox"] {
	position: absolute;
	left: -9999px;
}
.gform_wrapper .gfield.buttonized .gfield_radio label,
.gform_wrapper .gfield.buttonized .gfield_checkbox label {
	display: block !important;
	position: relative;
	max-width: 100%;
	padding: 8px;
	font-size: 14px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: transparent;
	cursor: pointer;
	text-transform: uppercase;
}

.gform_wrapper .gfield.buttonized .gfield_radio .gchoice:first-child label {
	border-left: 1px solid #cccccc; 
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.gform_wrapper .gfield.buttonized .gfield_radio .gchoice:last-child label {
	border-right: 1px solid #638fb4; 
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.gform_wrapper .gfield.buttonized input[type="radio"]:focus+label,
.gform_wrapper .gfield.buttonized input[type="checkbox"]:focus+label {
/* 	border-color: #040404; */
}
.gform_wrapper .gfield.buttonized input[type="radio"]:checked+label,
.gform_wrapper .gfield.buttonized input[type="checkbox"]:checked+label {
/* 	border-color: #040404; */
	background-color: #abde9b;
	font-weight: 600;
	color: #ffffff;
	transition: background-color 0.5s ease;
	overflow: hidden;
}

.gform_wrapper .gfield.teatype input[type="radio"]:checked+label,
.gform_wrapper .gfield.teatype input[type="checkbox"]:checked+label {
	background-color: #769abc;
}

.gform_wrapper .gfield.teatype .gfield_radio .gchoice:first-child input[type="radio"]:checked+label {
	background-color: #abde9b; 
}

.gform_wrapper .gfield.teatype .gfield_radio .gchoice:last-child input[type="radio"]:checked+label {
	background-color: #f2807d; 
}

/* .gform_wrapper .gfield.buttonized input[type="radio"]:checked+label::before,
.gform_wrapper .gfield.buttonized input[type="checkbox"]:checked+label::before {
	content: '';
	display: block;
	position: absolute;
	top: -.75em;
	right: -.75em;
	left: auto;
	width: 1.5em;
	height: 1.5em;
	background-color: #e1b653;
	border-radius: 0;
	border: 0;
	transform: rotate(45deg);
} */
/* .gform_wrapper .gfield.buttonized .gfield_radio label::before,
.gform_wrapper .gfield.buttonized .gfield_checkbox label::before {
	display: none;
} */
/* Layout Buttonized Inputs As Grid */
.gform_wrapper .gfield.buttonized .gfield_radio,
.gform_wrapper .gfield.buttonized .gfield_checkbox {
	display: grid;
	grid-template-columns: repeat( 2, 1fr );
	grid-gap: 0px 0px;
}
.gform_wrapper .gfield.grid5 .gfield_radio {
		grid-template-columns: repeat( 5, 1fr );
}
.gform_wrapper .gfield.grid4 .gfield_radio {
		grid-template-columns: repeat( 4, 1fr );
}
.gform_wrapper .gfield.grid2 .gfield_radio {
		grid-template-columns: repeat( 2, 1fr );
}

.gform_wrapper .gfield.buttonized .gfield_radio label {
	color: #ffffff;
}
.gform_wrapper.gravity-theme .gfield_label {
	color: #ffffff;
}

.gform_wrapper.gravity-theme .gfield textarea.small {
	    border: 1px solid;
}
.gform_wrapper .gfield_required {
	display:none;
}
/*****/
/*---END---*/

/*---GIVEX BALANCE CHECK--*/
.card_number_container {
	width:490px;
	margin:0 auto;
}

.card_number_container input {
	border-radius: 5px;
	border: 1px solid #cccccc;
	height: 50px;
}

.givex_submit {
	width: 490px;
    border: 2px solid #ed0000;
    padding: 6px 18px 6px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    margin: 26px auto;
    box-shadow: none;
    background: #ed0000;
    border-radius: 70px !important;
    font-family: 'acumin-pro';
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .3px;
    font-size: 14px;
	transition: all 0.1s ease-in-out;
}

.givex_submit:hover {
    background-color: #111111;
	border-color: #111111;
	color: #ffffff;
	transition: all 0.1s ease-in-out;
}

#response2 {
	text-align:center;
	padding: 50px 20px;
	min-height: 101px;
}

.response_buttons {
	display: inline-flex;
	justify-content: space-evenly;
	width: 50%;
}

body div#header-outer, body[data-header-color="dark"] div#header-outer {
    background-color: #0A0A0A;
    border-bottom: 1px solid #484848;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%) !important;
}
.givex_form_container .card_number_container, .givex_form_container .submit_container {
    display: inline-block;
    vertical-align: bottom;
}
.givex_form_container .submit_container .givex_submit {
    width: 190px;
    border-radius: 0px 40px 40px 0px !important;
    margin-left: -4px;
    padding: 10.5px 10px;
    font-size: 16px;
    margin: 0px 0px 0px -4px;
    transition: all 0.15s ease-in-out;
}
.givex_form_container .card_number_container {
    width: auto;
}
.givex_form_container .card_number_container #card_number {
    width: 340px;
    font-size: 18px;
    border-radius: 40px 0px 0px 40px;
    padding: 6px 12px 6px;
    border-right: none;
}
.givex_form_container form {
    text-align: center;
}
.giftcardIntro .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}
.giftcardTerms .wpb_text_column.wpb_content_element {
    margin-bottom: 6px;
}
.giftcardTerms, .giftcardBalance, .giftcardIntro {
    /*max-width: 750px;*/
    margin: 0 auto;
}
.giftcardIntro h1 {
    max-width: 600px;
    margin: 0 auto;
}
.giftcardTerms li {
    line-height:20px;
    margin-bottom:8px;
}
.giftcardTerms li:last-child {
    margin-bottom:0px;
}

.giftcardFAQ .row-bg-wrap {
    border-bottom: 1px solid #555555;
}
.giftcardFAQ p, .giftcardFAQ ul li {
    color: #a9a9a9;
}
.giftcardFAQ div .toggle h3 a.toggle-heading {
    color: #ffffff;
}
.giftcardFAQ div[data-style="minimal"] .toggle {
    border-bottom: 2px solid rgba(250,250,250,0.2);
}
.giftcardFAQ div[data-style="minimal"] .toggle:last-child {
    border-bottom: 0px solid rgba(250,250,250,0.2);
}
.giftcardFAQ h2 {
    color: #ffffff;
    font-size: 38px;
    text-align: center;
}
.balance {
    font-size: 28px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 68px;
}
.balance .red {
    font-weight: 600;
}
#response2 .nectar-cta.border_thickness_2px .link_wrap {
    border-width: 2px;
    border-style: solid;
}
#response2 div.nectar-cta.btnFullcolour span.nectar-button-type span.link_wrap:hover {
    background: #ed0000;
}


/* -- MEDIA QUERIES -- */

@media only screen and (max-width: 768px) {
    .giftcardIntro h1 {
        max-width: 490px;
    }
    .giftcardFAQ h2 {
        line-height: 42px;
    }
	.response_buttons {
		display: block;
		width:100%;
	}
	.lp_spinner {
		left: 45%;
		top: 45%;
	}
}

@media only screen and (max-width: 690px) {
    .giftcardFAQ p, .giftcardFAQ ul li {
        font-size: 14px;
        line-height: 18px;
        margin-bottom:4px;
    }
    .giftcardIntro {
        margin: 50px auto 0px !important;
    }
	
    .givex_form_container .submit_container .givex_submit {
         width: 190px !important;
        font-size: 14px !important;
        padding: 5.5px 10px !important;
        border-radius: 40px !important;
    }
	
    .givex_form_container .card_number_container #card_number {
        width: 378px !important;
        font-size: 16px !important;
        border: 1px solid #ccc;
        border-radius: 40px !important;
		margin-bottom: 15px !important;
    }
}

@media only screen and (max-width: 500px) {
    .giftcardIntro h1 {
        font-size: 22px;
        line-height: 26px;
    }
    .giftcardBalance .nectar-cta.btnFullcolour {
        margin-bottom: 0px;
    }
    .giftcardBalance .nectar-cta span.nectar-button-type .link_wrap a.link_text {
        vertical-align: middle;
        padding: 3px 0px 3px 40px;
    }
    body .giftcardFAQ h2 {
        font-size: 22px!important;
        line-height: 26px!important;
    }
    .givex_form_container .submit_container .givex_submit {
        width: 180px !important;
        font-size: 14px !important;
		padding: 5.5px 10px;
		border-radius: 40px !important;
    }
    .givex_form_container .card_number_container #card_number {
         width: 378px !important;
        font-size: 14px !important;
        border: 1px solid #ccc;
    }
    .balance {
        font-size: 22px;
        margin-bottom: 50px;
        line-height: 34px;
    }
}


/*---END---*/