/*	css_convertforms.css
===========================================================================*/
.cf-form-wrap.cf-col-16 {
padding: 30px 4px;
}
.convertforms input,
.convertforms button {
border-radius: 0px !important;
}
.convertforms input,
.convertforms .cf-control-input {
font-size: 14px !important;
}
.convertforms input, .convertforms textarea {
--input-color: #000;
}
.convertforms .cf-control-group {
padding: 5px !important;
}
.convertforms .cf-control-input a {
display: contents;
}
select,
input[type="text"],
input[type="email"] {
height: 41px !important;
}
/* GDPR */
.convertforms .gdpr_info .cf-control-input,
.convertforms .gdpr_checkbox label.cf-label {
color: #878787;
font-size: 13px !important;
font-weight: 300 !important;
font-style: italic;
letter-spacing: 0.03em;
}
.convertforms .gdpr_info .cf-control-input {
line-height: 20px;
}
.convertforms .gdpr_info .cf-control-input a {
color: #f9921c;
}
.convertforms .gdpr_info .cf-control-input a:hover {
color: #748189 !important;
}
/*.convertforms .gdpr_info { margin-top: 8px; }*/
.cf-control-group.gdpr_checkbox {
padding-top: 4px;
}
.convertforms .gdpr_checkbox input[type=checkbox] {
width: 24px;
height: 24px;
margin-right: 3px;
}
@media only screen and (min-device-width :320px) and (max-device-width :599px) { /* 320 - 599 */
.cf-control-group.cf-one-half {
	width: 100%;
}
}
@media only screen and (min-device-width :376px) and (max-device-width :424px) { /* 376 - 424 */
.convertforms .gdpr_checkbox input[type=checkbox] {
	width: 48px;
	height: 48px;
	margin-right: 6px;
}
}
@media only screen and (min-device-width :320px) and (max-device-width :375px) { /* 320 - 375 */
.convertforms .gdpr_checkbox label.cf-label {
	text-align: left;
}
.convertforms .gdpr_checkbox input[type=checkbox] {
	width: 52px;
	height: 52px;
	margin-right: 6px;
}
}
/* THANKS / SUCCESS MESSAGE  */
.convertforms.cf-success.cf-success-hideform .cf-response {
padding: 30px;
align-items: center;
}
.convertforms.cf-success.cf-success-hideform .cf-response h3 {
margin: 0;
line-height: 30px;
}
.convertforms.cf-success.cf-success-hideform .cf-response p {
margin: 10px 0 0;
}
@media only screen and (min-device-width :320px) and (max-device-width :424px) { /* 320 - 424 */
.convertforms.cf-success.cf-success-hideform .cf-response {
	padding: 30px 22px;
}
.convertforms.cf-success.cf-success-hideform .cf-response h4 {
	font-size: 18px;
	line-height: 22px;
}
}