| @@ -85,10 +85,10 @@ | ||
| 85 | 85 | } |
| 86 | 86 | |
| 87 | 87 | .et_pb_contact p select { |
| 88 | 88 | padding: 0 16px; |
| 89 | - height: 48px; | |
| 90 | - line-height: 48px; | |
| 89 | + height: 60px; | |
| 90 | + line-height: 60px; | |
| 91 | 91 | } |
| 92 | 92 | |
| 93 | 93 | .et_pb_contact p textarea { |
| 94 | 94 | font-family: inherit; |
| @@ -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; |
| @@ -360,5 +359,35 @@ | ||
| 360 | 359 | clear: both; |
| 361 | 360 | height: 0; |
| 362 | 361 | font-size: 0; |
| 363 | 362 | content: " "; |
| 363 | +} | |
| 364 | + | |
| 365 | +.et_pb_contact_form_container.et_flex_module .et_flex_module { | |
| 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; | |
| 364 | 393 | } |