/*
  GAYLE PRINTZ THEME - FORMS STYLES
  ============================================================================
  This file contains Gravity forms and contact form styles
  Last Updated: [Current Date]
  ============================================================================
*/

/* ============================================================================
   SITE GRAVITY FORM CSS
   ============================================================================ */

.Subscribe-form h2.gform_title {
	padding: 0;
	margin-bottom: 27px;
}
.Subscribe-form .gform-body input[type=text],
.Subscribe-form .gform-body input[type=email] {
	border-bottom: 1px solid #000;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 5px 5px 8px 0px;
}
.Subscribe-form .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    padding: 5px 5px 8px 5px;
}
.Subscribe-form .gform-body .gfield_validation_message {
    width: 100%;
    margin-top: 12px !important;
    margin-bottom: 0 !important;
}
.Subscribe-form .gform-body label {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin: 0 !important;
	width: fit-content;
}
.Subscribe-form .gform-body input::placeholder,
.Subscribe-form .gform-body input,
.contact-form .gform-body textarea,
.Subscribe-form .gform_confirmation_message {
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 500;
}
.Subscribe-form .gform_footer.top_label {
	padding: 0 !important;
	margin-top: 32px !important;
}
.Subscribe-form .gform_wrapper .gform-footer input.gform_button.button,
.contact-form .gform_wrapper .gform-footer .gform_button.button,
.gform_confirmation_message .thank-wrap a.thank-button {
	color: #FFFFFF !important;
	border-width: 1px !important;
	border-color: #000000 !important;
	border-radius: 0px;
	letter-spacing: 0.7px;
	font-size: 14px;
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	background-color: #000000;
	padding: 10px 24px !important;
	margin-bottom: 0 !important;
	box-shadow: 0px 1px 10px 0px RGBA(255, 255, 255, 0);
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.Subscribe-form .gform_wrapper .gform-footer input.gform_button.button:hover,
.contact-form .gform_wrapper .gform-footer .gform_button.button:hover,
.gform_confirmation_message .thank-wrap a.thank-button:hover {
	color: #000000 !important;
	background-image: initial;
	background-color: rgba(0, 0, 0, 0.01);
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
}
h3.sub-title {
    padding-bottom: 22px;
}

.contact-form label.gfield_label {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.57em;
    color: #000;
}
.contact-form span.gfield_required {
    display: none !important;
}
.contact-form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0 !important;
}
.contact-form input,
.contact-form textarea {
    padding: 12px !important;
    margin-bottom: 24px !important;
    border: 1px solid rgba(112, 112, 112, 0.50) !important;
    background: #FFF;
}
.contact-form .gform_footer.top_label {
    padding: 0 !important;
    margin: 0 !important;
}
.contact-form .gform-body input::placeholder {
    text-align: right;
    color: #707070;
    font-style: italic;
    font-weight: 500;
    line-height: 1.57em;
    font-size: 13px;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
}
.contact-form .gform-body input[type=text],
.contact-form .gform-body input[type=email],
.contact-form .gform-body textarea {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.6em;
    color: #000;
}
.get-in-touch-form .gform_confirmation_message {
    font-size: 20px;
    text-align: center;
    line-height: 1.4em;
    font-weight: 400;
}
.contact-form .ginput_container input,
.ginput_container textarea {
    color: #000;
}
.contact-form .gform_heading h2.gform_title {
    text-align: center;
    padding: 8px 0 !important;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 32px;
    font-weight: 300 !important;
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
}
.contact-form p:first-of-type {
    padding: 0;
}
.gform_confirmation_message .thank-wrap .thank-icon img {
    width: 70px;
    height: 70px;
}
.gform_confirmation_message .thank-wrap {
    display: flex;
    padding-top: 24px;
    border-top: 1px solid #000;
    flex-wrap: wrap;
    justify-content: center;
}
.Subscribe-form .gform_confirmation_message .thank-wrap {
    border: unset;
}
.gform_confirmation_message .thank-wrap p.thank-message {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.4em;
    margin: 24px 0;
	text-align: center;
}
.gform_confirmation_message .thank-wrap a.thank-button {
    border: 1px solid #000;
}
.gfield_validation_message {
    padding: 0 !important;
    border: unset !important;
    background: transparent !important;
	margin-bottom: 20px;
    margin-top: 0 !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 0 !important;
    border: unset !important;
    box-shadow: unset !important;
    background: transparent !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2.hide_summary {
    padding-left: 35px !important;
	text-align: left !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon {
    left: 0 !important;
}
