/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

::selection {
    background: #642263 !important;
    color: #ffffff !important;
}

header {
    display: none !important;
}

.content {
	background: url("https://webapp.randoxhealth.com/wp-content/uploads/2017/10/background-overlay.jpg");
	background-color: #642263 !important;
	background-size: cover;
}

.gf_stylespro.gform_wrapper, .gf_stylespro_wrapper.gform_wrapper {
    padding: 0px !important;
}

body .gform_wrapper .gform_fields .gfield {
    margin: 10px !important;
}

.gf_stylespro .large.full {
	width: 100% !important;
	max-width: 100%;
}

p, h1, h2 {
	color: #000000 !important;
}

.ult_modal-body p {
    color: #000000 !important;
}

.gf_stylespro .gfsp_dot input[type=checkbox]:not(old)+label, .gf_stylespro .gfsp_dot input[type=radio]:not(old)+label {
	opacity: 1 !important;
}

a {
	color: #c454c3;
}

a:hover {
	color: #ffffff;
}

label {
	font-weight: 700 !important;
}

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

.gfield_html.gf_scroll_text, .gsection.gf_scroll_text {
	background-color: #ffffff;
	color: #000000;
}

.gf_stylespro .gform_footer {
    margin-top: 25px !important;
    padding: 1em 0;
	border-top: 1px solid #000000 !important;
    float: left;
    width: 100%;
    margin-right: 0px;
}

body .gform_wrapper input[type=submit] {
	height: auto !important;
}

input#gform_submit_button_2 {
    /* background: #642263 !important; */
    /* border: 1px solid #642263 !important; */
    /* border-radius: 3px !important; */
    /* color: #ffffff !important; */
    /* padding: 50px 20px !important; */
    /* width: 100px !important; */
    /* height: 50px !important; */
    line-height: normal;
    text-align: center !important;
    display: block;
    margin: 0 auto;
}

a.submit-another {
    background-color: #642263;
    color: #ffffff;
    border: 1px solid #642263;
    border-radius: 3px;
    padding: 20px 50px;
}

a:hover.submit-another {
	background-color: #66696c;
    color: #ffffff;
    border: 1px solid #66696c;
    border-radius: 3px;
    padding: 20px 50px;
}

.gf_stylespro .gfield_description {
	opacity: 1 !important;
}

body .gform_wrapper div.validation_error {
    background-color: #da2128;
}

.gfield_description.validation_message {
	background-color: #da2128 !important;
	color: #ffffff !important;
    line-height: normal;
    text-align: left;
    display: block;
    padding-bottom: 5px !important;
}

/*

form input {
    height: auto;
	min-height: 40px;
    border: 1px solid;
    font-size: 16px;
    font-family: 'Proxima N W01 Reg', 'Helvetica Neue', Arial, sans-serif;
    color: #646464;
    padding: 14px 12px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
}

form input[type=text]:focus, form input[type=password]:focus, form input[type=email]:focus, form input[type=tel]:focus, form textarea:focus, form select:focus {
    outline: none;
	border: 1px solid #f4fbff;
    background: #f4fbff;
}*/


/*Gravity Forms Inputs*/


/*

input#input_2_2 {
    width: 100%;
}

input#input_2_5 {
    width: 100%;
}

select#input_2_12 {
    width: 100%;
}

select#input_2_12 {
    width: 100%;
	height:40px;
    background: #da2128;
    color: #fff;
    font-weight: 700;
	border:none;
    -webkit-appearance: none;
    background-color: #d82328;
    background-image: url('http://webapp.randoxhealth.com/wp-content/uploads/2017/10/iOS-select-arrow.png');
    background-position : 98% center;
    background-repeat: no-repeat;
    padding-right: 1.5em;
	line-height:20px !important;
	padding: 5px;

}

option {
    font-weight: 700;
}

 input[type="reset"] {
    background: #006f5b !important;
    border: none !important;
    color: #fff !important;
    padding: 0 45px !important;
    display: inline-block !important;
    height: auto !important;
	width: auto !important;
	text-align: center !important;
	border-radius: 3px !important;
	margin: auto;
}

li#field_2_17 {
	text-align: center;
    margin: auto;
    padding: 0;
    padding-top: 25px;
} 

.submit-another {
    background: #da2128 !important;
    border: none !important;
    color: #fff !important;
    padding: 10px 50px !important;
    display: inline-block !important;
    height: auto !important;
    width: auto !important;
    text-align: center !important;
    margin: 0;
    font-weight: 700;
    border-radius: 4px;
}

.gform_footer.top_label {
    text-align: center;
}

body img.gform_ajax_spinner {
    display: block;
	width:74px;
	height:64px;
	position:absolute;
	bottom:20px;
	right:20px;
}

@media only screen and (max-width: 641px) {
	
	.gfield_checkbox label {
	font-size: 14px!important;
	line-height: 3.5 !important;
	margin-left: 5px !important;
}

input[type=checkbox] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    padding: 10px;
	margin-left: 5px !important;
	vertical-align: bottom !important;
	}
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	border-color: red !important;
	color: red !important;
	background-color: #333 !important;
}

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_message,
.gform_wrapper .gfield_required {
	color: #FFFFFF !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 15px;
	margin-left: 30px;
}

body .gform_wrapper .gfield_description {
	padding: 1px 30px 0;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top: 12px;
	margin-left: 30px;
}

.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li {
	height: auto !important;
}

li#field_2_17 {
	text-align: center;
    margin: 0;
    padding: 0;
    padding-top: 25px;
}

p {
	color: #ffffff;
}

h2 {
	color: #6C207E !important;
	font-size: 20px !important;
}

h3 {
	color: #9d7da0;
}

h4 {
	color: #ffffff;
}

h5 {
	color: #ffffff;
}

.gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
    margin: 10px;
    font-size: 14px !important;
    color: #000000;
}

input[type=checkbox] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    padding: 10px;
    margin-right: 10px !important;
    margin-left: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

body .gform_wrapper .gfield_radio li label, body .gform_wrapper .gfield_checkbox li label {
    font-size: 14px;
}

body .gform_wrapper select {
	font-size: 18px;
}

.gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
	color: #818181;
}

*/

