| @@ -352,9 +352,8 @@ | ||
| 352 | 352 | .et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper { |
| 353 | 353 | justify-content: space-between; |
| 354 | 354 | } |
| 355 | 355 | |
| 356 | - | |
| 357 | 356 | .clearfix:after { |
| 358 | 357 | display: block; |
| 359 | 358 | visibility: hidden; |
| 360 | 359 | clear: both; |
| @@ -364,5 +363,31 @@ | ||
| 364 | 363 | } |
| 365 | 364 | |
| 366 | 365 | .et_pb_contact_form_container.et_flex_module .et_flex_module { |
| 367 | 366 | margin-bottom: 20px; |
| 367 | +} | |
| 368 | + | |
| 369 | +.et_flex_module .et_pb_contact .et_pb_contact_field input[type=checkbox], .et_flex_module .et_pb_contact .et_pb_contact_field input[type=radio] { | |
| 370 | + display: inline-block; | |
| 371 | + width: 18px; | |
| 372 | + height: 18px; | |
| 373 | + margin-right: 6px; | |
| 374 | +} | |
| 375 | + | |
| 376 | +.et_flex_module .et_pb_contact .et_pb_contact_field input[type=checkbox]+label, .et_flex_module .et_pb_contact .et_pb_contact_field input[type=radio]+label { | |
| 377 | + display: inline; | |
| 378 | +} | |
| 379 | + | |
| 380 | +.et_flex_module .et_pb_contact .et_pb_contact_field input[type=checkbox]+label i, .et_flex_module .et_pb_contact .et_pb_contact_field input[type=radio]+label i { | |
| 381 | + display: none; | |
| 382 | +} | |
| 383 | + | |
| 384 | +.et_flex_module .stars_wapper, .et_flex_module .canvas__container, | |
| 385 | +.et_flex_module .et_pb_file_upload_button, | |
| 386 | +.et_flex_module .et_pb_files_container | |
| 387 | +{ | |
| 388 | + display: none; | |
| 389 | +} | |
| 390 | + | |
| 391 | +.et_flex_module [data-type="signature-pad"] input { | |
| 392 | + height: 150px; | |
| 368 | 393 | } |