/*
Theme Name: GrandPrix Child
Theme URI: https://grandprix.qodeinteractive.com
Description: A child theme of GrandPrix Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: grandprix
Template: grandprix
*/

/*=========================================================
* BEGIN: Custom CSS - Gravity Form
*=========================================================*/
.gform_wrapper.gravity-theme form {
	background-color: #fff;
	padding: 15px;
}
.gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    font-weight: 400;
    border-color: rgb(118, 118, 118);
    border-style: outset;
    padding: 15px 20px;
    margin-bottom: 8px;
    z-index: 7;
    background-color: rgb(237, 29, 36);
    font-family: Rajdhani;
    cursor: pointer;
    touch-action: pan-y;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 50px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 20px;
    padding-left: 20px;
    border-radius: 2px;
    padding-right: 20px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    border-width: 0px;
}
.gform_wrapper.gravity-theme .ginput_container .gform-field-label {
	font-weight: 400 !important;
}
.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description {
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 18px !important;
}
.gform_wrapper.gravity-theme .gform_title {
	line-height: 45px;
}
@media (max-width: 768px) {
	.gform_wrapper.gravity-theme .gform_title {
		line-height: 45px !important;
	}
	.gform_wrapper.gravity-theme {
		transform: translateY(-100px);
	}
	.gsection_title {
		margin-bottom: 0px !important;
	}
}
/*=========================================================
 * END: Custom CSS - Gravity Form 
 *=========================================================*/