PluginProbe ʕ •ᴥ•ʔ
Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder with AI / 3.5.2
Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder with AI v3.5.2
3.5.2 3.5.1 3.5.0 3.4.8 3.4.7 3.4.6 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.5.1 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5.0 1.5.1 1.5.10 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.6.1 1.6.7 1.7.0 1.7.0.1 1.7.0.2 1.7.0.3 1.7.1 1.7.2 1.7.2.1 1.7.2.2 1.7.3 1.7.4 1.7.5 1.7.5.1 1.7.5.2 1.7.6 1.7.7 1.7.7.1 1.7.7.2 1.7.8 1.7.9 1.8.0 1.8.0.1 1.8.1 1.8.2 1.8.2.1 1.8.2.2 1.8.2.3 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9.0 1.9.0.1 1.9.1 1.9.2 1.9.3 1.9.4 1.9.4.1 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.0.1 2.0.1 2.0.2 2.0.3 2.0.3.1 2.0.4 2.0.4.1 2.0.5 2.0.6 2.0.7 2.0.8 2.0.8.1 2.0.9 3.0.0 3.0.0.1 3.0.1 3.0.2 3.0.3 3.0.3.1 3.0.4 3.0.4.1 3.0.4.2 3.0.5 3.0.5.1 3.0.5.2 3.0.6 3.0.6.1 3.0.7.1 3.0.8 3.0.8.1 3.0.9 3.0.9.1 3.0.9.2 3.0.9.3 3.0.9.4 3.0.9.5 3.1.0 3.1.1 3.1.2 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.3.0 3.4.0 3.4.1 3.4.2 3.4.2.1 3.4.3 3.4.4 3.4.5 trunk 1.0 1.0.1 1.0.2 1.0.3
everest-forms / addons / StyleCustomizer / assets / wp-json / default-templates.json
everest-forms / addons / StyleCustomizer / assets / wp-json Last commit date
default-templates.json 1 year ago
default-templates.json
1762 lines
1 {
2 "default": {
3 "name": "Default Template",
4 "image": "https://raw.githubusercontent.com/wpeverest/everest-forms-style-templates/main/images/default.png",
5 "data": {
6 "font":{
7 "show_theme_font" : 0,
8 "font_family" : ""
9 },
10 "form_container" : {
11 "width": "100",
12 "background_color": "red",
13 "background_image": "",
14 "background_preset": "default",
15 "background_position_x": "left",
16 "background_position_y": "top",
17 "background_size": "auto",
18 "background_repeat": "repeat",
19 "background_attachment": "scroll",
20 "border_type": "solid",
21 "border_width": {
22 "top": 1,
23 "right": 1,
24 "bottom": 1,
25 "left": 1
26 },
27 "border_color": "#ddd",
28 "border_radius": {
29 "top": 0,
30 "right": 0,
31 "bottom": 0,
32 "left": 0,
33 "unit": "px"
34 },
35 "margin": {
36 "desktop": {
37 "top": 0,
38 "right": 0,
39 "bottom": 30,
40 "left": 0
41 }
42 },
43 "padding": {
44 "desktop": {
45 "top": 20,
46 "right": 20,
47 "bottom": 20,
48 "left": 20
49 }
50 }
51 },
52 "field_styles" : {
53 "border_type" : "solid",
54 "border_width": {
55 "top": 1,
56 "right": 1,
57 "bottom": 1,
58 "left": 1
59 },
60 "border_radius": {
61 "top": 3,
62 "right": 3,
63 "bottom": 3,
64 "left": 3,
65 "unit": "px"
66 }
67 },
68 "button" : {
69 "border_type": "",
70 "border_width": {
71 "top": 1,
72 "right": 1,
73 "bottom": 1,
74 "left": 1
75 },
76 "border_radius": {
77 "top": 3,
78 "right": 3,
79 "bottom": 3,
80 "left": 3,
81 "unit": "px"
82 }
83 },
84 "typography" :{
85 "field_labels_font_size": "14",
86 "field_labels_font_color": "",
87 "field_labels_font_style": {
88 "bold": false,
89 "italic": false,
90 "underline": false,
91 "uppercase": false
92 },
93 "field_labels_text_alignment": "left",
94 "field_labels_line_height": "",
95 "field_labels_padding": {
96 "desktop": {
97 "top": 0,
98 "right": 0,
99 "bottom": 0,
100 "left": 0
101 }
102 },
103 "field_description_font_size": "12",
104 "field_description_font_color": "",
105 "field_description_font_style": {
106 "bold": false,
107 "italic": false,
108 "underline": false,
109 "uppercase": false
110 },
111 "field_description_text_alignment": "left",
112 "field_description_line_height": "1.25",
113 "field_description_margin": {
114 "desktop": {
115 "top": 0,
116 "right": 0,
117 "bottom": 0,
118 "left": 0
119 }
120 },
121 "field_description_padding": {
122 "desktop": {
123 "top": 0,
124 "right": 0,
125 "bottom": 0,
126 "left": 0
127 }
128 },
129 "field_styles_font_size": "14",
130 "field_styles_font_color": "",
131 "field_styles_placeholder_font_color": "",
132 "field_styles_font_style": {
133 "bold": false,
134 "italic": false,
135 "underline": false,
136 "uppercase": false
137 },
138 "field_styles_alignment": "left",
139 "field_styles_border_color": "",
140 "field_styles_border_focus_color": "",
141 "field_styles_background_color": "rgba(255,255,255,0.99)",
142
143 "field_styles_padding": {
144 "desktop": {
145 "top": 6,
146 "right": 12,
147 "bottom": 6,
148 "left": 12
149 }
150 },
151 "checkbox_radio_font_size": "14",
152 "checkbox_radio_font_color": "",
153 "checkbox_radio_font_style": {
154 "bold": false,
155 "italic": false,
156 "underline": false,
157 "uppercase": false
158 },
159 "checkbox_radio_alignment": "left",
160 "checkbox_radio_inline_style": "default",
161 "checkbox_radio_style_variation": "default",
162 "checkbox_radio_size": "18",
163 "checkbox_radio_color": "#575757",
164 "checkbox_radio_checked_color": "#575757",
165 "checkbox_radio_margin": {
166 "desktop": {
167 "top": 0,
168 "right": 0,
169 "bottom": 10,
170 "left": 0
171 }
172 },
173 "checkbox_radio_padding": {
174 "desktop": {
175 "top": 0,
176 "right": 0,
177 "bottom": 0,
178 "left": 0
179 }
180 },
181 "section_title_font_size": "14",
182 "section_title_font_color": "",
183 "section_title_font_style": {
184 "bold": true,
185 "italic": false,
186 "underline": false,
187 "uppercase": false
188 },
189 "section_title_text_alignment": "left",
190 "section_title_line_height": "",
191 "section_title_margin": {
192 "desktop": {
193 "top": "0",
194 "right": "0",
195 "bottom": "0",
196 "left": "0"
197 }
198 },
199 "section_title_padding": {
200 "desktop": {
201 "top": 0,
202 "right": 0,
203 "bottom": 0,
204 "left": 0
205 }
206 },
207 "button_font_size": "14",
208 "button_font_style": {
209 "bold": false,
210 "italic": false,
211 "underline": false,
212 "uppercase": false
213 },
214 "button_font_color": "",
215 "button_hover_font_color": "",
216 "button_background_color": "",
217 "button_hover_background_color": "",
218 "button_alignment": "right",
219 "button_border_color": "",
220 "border_hover_color": "",
221 "button_line_height": "1.5",
222 "button_margin": {
223 "desktop": {
224 "top": 0,
225 "right": 0,
226 "bottom": 0,
227 "left": 0
228 }
229 },
230 "button_padding": {
231 "desktop": {
232 "top": 10,
233 "right": 20,
234 "bottom": 10,
235 "left": 20
236 }
237 }
238 },
239 "messages": {
240 "show_error_message": false,
241 "error_font_size": "14",
242 "error_font_color": "#f4000a",
243 "error_background_color": "rgba(255,65,73,.1)",
244 "error_font_style": {
245 "bold": false,
246 "italic": false,
247 "underline": false,
248 "uppercase": false
249 },
250 "error_alignment": "left",
251 "error_border_type": "solid",
252 "error_border_width": {
253 "top": 3,
254 "right": 0,
255 "bottom": 0,
256 "left": 0
257 },
258 "error_border_color": "#ff4149",
259 "error_border_radius": {
260 "top": 0,
261 "right": 0,
262 "bottom": 0,
263 "left": 0,
264 "unit": "px"
265 },
266 "error_line_height": "1.25",
267 "error_margin": {
268 "desktop": {
269 "top": 0,
270 "right": 0,
271 "bottom": 10,
272 "left": 0
273 }
274 },
275 "error_padding": {
276 "desktop": {
277 "top": 10,
278 "right": 15,
279 "bottom": 10,
280 "left": 15
281 }
282 },
283 "show_success_message": false,
284 "success_font_size": "14",
285 "success_font_color": "#8fae1b",
286 "success_background_color": "rgba(143,174,27,.1)",
287 "success_font_style": {
288 "bold": false,
289 "italic": false,
290 "underline": false,
291 "uppercase": false
292 },
293 "success_alignment": "left",
294 "success_border_type": "solid",
295 "success_border_width": {
296 "top": 3,
297 "right": 0,
298 "bottom": 0,
299 "left": 0
300 },
301 "success_border_color": "#8fae1b",
302 "success_border_radius": {
303 "top": 0,
304 "right": 0,
305 "bottom": 0,
306 "left": 0,
307 "unit": "px"
308 },
309 "success_line_height": "1.25",
310 "success_margin": {
311 "desktop": {
312 "top": 20,
313 "right": 0,
314 "bottom": 0,
315 "left": 0
316 }
317 },
318 "success_padding": {
319 "desktop": {
320 "top": 10,
321 "right": 15,
322 "bottom": 10,
323 "left": 15
324 }
325 }
326 }
327 }
328 },
329 "layout-two": {
330 "name": "Classic Template",
331 "image": "https://raw.githubusercontent.com/wpeverest/everest-forms-style-templates/main/images/classic-layout.png",
332 "data": {
333 "font":{
334 "show_theme_font" : 0,
335 "font_family": "Open Sans"
336 },
337 "form_container" : {
338 "width": "100",
339 "background_color": "#e7ebef",
340 "background_image": "",
341 "background_preset": "default",
342 "background_position_x": "left",
343 "background_position_y": "top",
344 "background_size": "auto",
345 "background_repeat": "repeat",
346 "background_attachment": "scroll",
347 "border_type": "none",
348 "border_width": {
349 "top": 1,
350 "right": 1,
351 "bottom": 1,
352 "left": 1
353 },
354 "border_color": "#d0d5da",
355 "border_radius": {
356 "top": "10",
357 "right": "10",
358 "bottom": "10",
359 "left": "10",
360 "unit": "px"
361 },
362 "margin": {
363 "desktop": {
364 "top": "20",
365 "right": "0",
366 "bottom": "20",
367 "left": "0"
368 }
369 },
370 "padding": {
371 "desktop": {
372 "top": "30",
373 "right": "20",
374 "bottom": "30",
375 "left": "20"
376 }
377 }
378 },
379 "field_styles" : {
380 "border_type": "solid",
381 "border_width": {
382 "top": "0",
383 "right": "0",
384 "bottom": "2",
385 "left": "0"
386 },
387 "border_radius": {
388 "top": "0",
389 "right": "0",
390 "bottom": "0",
391 "left": "0",
392 "unit": "px"
393 }
394 },
395 "button" : {
396 "border_type": "none",
397 "border_width": {
398 "top": "0",
399 "right": "0",
400 "bottom": "0",
401 "left": "0"
402 },
403 "border_radius": {
404 "top": "0",
405 "right": "0",
406 "bottom": "0",
407 "left": "0",
408 "unit": "px"
409 }
410 },
411 "typography" :{
412 "field_labels_font_size": "14",
413 "field_labels_font_color": "#444a50",
414 "field_labels_font_style": {
415 "bold": false,
416 "italic": false,
417 "underline": false,
418 "uppercase": false
419 },
420 "field_labels_text_alignment": "left",
421 "field_labels_line_height": "1.5",
422 "field_labels_margin": {
423 "desktop": {
424 "top": 0,
425 "right": 0,
426 "bottom": "8",
427 "left": 0
428 }
429 },
430 "field_labels_padding": {
431 "desktop": {
432 "top": 0,
433 "right": 0,
434 "bottom": 0,
435 "left": 0
436 }
437 },
438 "field_description_font_size": "10",
439 "field_description_font_color": "#575757",
440 "field_description_font_style": {
441 "bold": false,
442 "italic": false,
443 "underline": false,
444 "uppercase": false
445 },
446 "field_description_text_alignment": "left",
447 "field_description_line_height": "1.7",
448 "field_description_margin": {
449 "desktop": {
450 "top": 0,
451 "right": 0,
452 "bottom": 10,
453 "left": 0
454 }
455 },
456 "field_description_padding": {
457 "desktop": {
458 "top": 0,
459 "right": 0,
460 "bottom": 0,
461 "left": 0
462 }
463 },
464 "field_styles_font_size": "14",
465 "field_styles_font_color": "#444a50",
466 "field_styles_placeholder_font_color": "#afb9bf",
467 "field_styles_font_style": {
468 "bold": false,
469 "italic": false,
470 "underline": false,
471 "uppercase": false
472 },
473 "field_styles_alignment": "left",
474 "field_styles_border_color": "#b3bec9",
475 "field_styles_border_focus_color": "#27b9f7",
476 "field_styles_background_color": "rgba(255,255,255,0.99)",
477 "field_styles_padding": {
478 "desktop": {
479 "top": 6,
480 "right": 12,
481 "bottom": 6,
482 "left": 12
483 }
484 },
485 "checkbox_radio_font_size": "14",
486 "checkbox_radio_font_color": "#575757",
487 "checkbox_radio_font_style": {
488 "bold": false,
489 "italic": false,
490 "underline": false,
491 "uppercase": false
492 },
493 "checkbox_radio_alignment": "left",
494 "checkbox_radio_inline_style": "default",
495 "checkbox_radio_style_variation": "default",
496 "checkbox_radio_size": "18",
497 "checkbox_radio_color": "#575757",
498 "checkbox_radio_checked_color": "#575757",
499 "checkbox_radio_margin": {
500 "desktop": {
501 "top": 0,
502 "right": 0,
503 "bottom": 0,
504 "left": 0
505 }
506 },
507 "checkbox_radio_padding": {
508 "desktop": {
509 "top": 0,
510 "right": 0,
511 "bottom": 0,
512 "left": 0
513 }
514 },
515 "section_title_font_size": "16",
516 "section_title_font_color": "#575757",
517 "section_title_font_style": {
518 "bold": false,
519 "italic": false,
520 "underline": false,
521 "uppercase": false
522 },
523 "section_title_text_alignment": "left",
524 "section_title_line_height": "1.5",
525 "section_title_margin": {
526 "desktop": {
527 "top": 25,
528 "right": 0,
529 "bottom": 25,
530 "left": 0
531 }
532 },
533 "section_title_padding": {
534 "desktop": {
535 "top": 0,
536 "right": 0,
537 "bottom": 0,
538 "left": 0
539 }
540 },
541 "button_font_size": "14",
542 "button_font_style": {
543 "bold": false,
544 "italic": false,
545 "underline": false,
546 "uppercase": false
547 },
548 "button_font_color": "#ffffff",
549 "button_hover_font_color": "#ffffff",
550 "button_background_color": "#ea4741",
551 "button_hover_background_color": "#ea0700",
552 "button_alignment": "left",
553 "button_border_color": "#cccccc",
554 "button_border_hover_color": "#cccccc",
555 "button_border_radius": {
556 "top": "0",
557 "right": "0",
558 "bottom": "0",
559 "left": "0",
560 "unit": "px"
561 },
562 "button_line_height": "1.5",
563 "button_margin": {
564 "desktop": {
565 "top": "0",
566 "right": "0",
567 "bottom": "0",
568 "left": "0"
569 }
570 },
571 "button_padding": {
572 "desktop": {
573 "top": 10,
574 "right": "30",
575 "bottom": 10,
576 "left": "30"
577 }
578 }
579 },
580 "messages": {
581 "show_error_message": false,
582 "error_font_size": "14",
583 "error_font_color": "#f4000a",
584 "error_background_color": "rgba(255,65,73,.1)",
585 "error_font_style": {
586 "bold": false,
587 "italic": false,
588 "underline": false,
589 "uppercase": false
590 },
591 "error_alignment": "left",
592 "error_border_type": "solid",
593 "error_border_width": {
594 "top": 3,
595 "right": 0,
596 "bottom": 0,
597 "left": 0
598 },
599 "error_border_color": "#ff4149",
600 "error_border_radius": {
601 "top": 0,
602 "right": 0,
603 "bottom": 0,
604 "left": 0,
605 "unit": "px"
606 },
607 "error_line_height": "1.25",
608 "error_margin": {
609 "desktop": {
610 "top": 0,
611 "right": 0,
612 "bottom": 10,
613 "left": 0
614 }
615 },
616 "error_padding": {
617 "desktop": {
618 "top": 10,
619 "right": 15,
620 "bottom": 10,
621 "left": 15
622 }
623 },
624 "show_success_message": false,
625 "success_font_size": "14",
626 "success_font_color": "#8fae1b",
627 "success_background_color": "rgba(143,174,27,.1)",
628 "success_font_style": {
629 "bold": false,
630 "italic": false,
631 "underline": false,
632 "uppercase": false
633 },
634 "success_alignment": "left",
635 "success_border_type": "solid",
636 "success_border_width": {
637 "top": 3,
638 "right": 0,
639 "bottom": 0,
640 "left": 0
641 },
642 "success_border_color": "#8fae1b",
643 "success_border_radius": {
644 "top": 0,
645 "right": 0,
646 "bottom": 0,
647 "left": 0,
648 "unit": "px"
649 },
650 "success_line_height": "1.25",
651 "success_margin": {
652 "desktop": {
653 "top": 20,
654 "right": 0,
655 "bottom": 0,
656 "left": 0
657 }
658 },
659 "success_padding": {
660 "desktop": {
661 "top": 10,
662 "right": 15,
663 "bottom": 10,
664 "left": 15
665 }
666 }
667 }
668 }
669 },
670 "layout-three": {
671 "name": "In-Line Flair",
672 "image": "https://raw.githubusercontent.com/wpeverest/everest-forms-style-templates/main/images/ln-line-flair.png",
673 "data": {
674 "font":{
675 "show_theme_font" : 0,
676 "font_family": "Roboto"
677 },
678 "form_container" : {
679 "width": "100",
680 "border_type": "none",
681 "background_image": "",
682 "background_position_x": "center",
683 "background_position_y": "center",
684 "background_size": "cover",
685 "background_repeat": "no-repeat",
686 "background_attachment": "scroll",
687 "border_radius": {
688 "top": "20",
689 "right": "20",
690 "bottom": "20",
691 "left": "20",
692 "unit": "px"
693 },
694 "padding": {
695 "desktop": {
696 "top": "46",
697 "right": "46",
698 "bottom": "46",
699 "left": "46"
700 }
701 }
702 },
703 "field_styles" : {
704 "border_type": "solid",
705 "border_width": {
706 "top": "2",
707 "right": "2",
708 "bottom": "2",
709 "left": "2"
710 },
711 "border_radius": {
712 "top": "2",
713 "right": "2",
714 "bottom": "2",
715 "left": "2",
716 "unit": "px"
717 }
718 },
719 "button" : {
720 "border_type": "none",
721 "border_width": {
722 "top": "2",
723 "right": "2",
724 "bottom": "2",
725 "left": "2"
726 },
727 "border_radius": {
728 "top": "2",
729 "right": "2",
730 "bottom": "2",
731 "left": "2",
732 "unit": "px"
733 }
734 },
735 "typography" :{
736 "field_labels_font_style": {
737 "bold": false,
738 "italic": false,
739 "underline": false,
740 "uppercase": false
741 },
742 "field_labels_font_size": "16",
743 "field_labels_font_color": "#576380",
744 "field_sublabels_font_color": "#576380",
745 "field_description_font_size": "16",
746 "field_styles_font_size": "14",
747 "field_styles_border_color": "#edeef5",
748 "field_styles_background_color": "#edeef5",
749 "field_styles_font_color": "#7a7a7a",
750 "field_styles_border_focus_color": "#3951ff",
751 "field_styles_padding": {
752 "desktop": {
753 "top": "10",
754 "right": 12,
755 "bottom": "10",
756 "left": 12
757 }
758 },
759 "field_styles_placeholder_font_color": "#26262e",
760 "field_styles_alignment": "left",
761 "checkbox_radio_font_size": "16",
762 "checkbox_radio_font_color": "#576380",
763 "section_title_font_size": "20",
764 "section_title_font_color": "#1e2536",
765 "section_title_font_style": {
766 "bold": false,
767 "italic": false,
768 "underline": false,
769 "uppercase": false
770 },
771 "section_title_text_alignment": "center",
772 "button_font_color": "#ffffff",
773 "button_hover_font_color": "#ffffff",
774 "button_background_color": "#26262e",
775 "button_hover_background_color": "#0f0c0c",
776 "button_alignment": "center",
777 "button_font_size": "16",
778 "button_border_color": "#26262e",
779 "button_padding": {
780 "desktop": {
781 "top": 10,
782 "right": "30",
783 "bottom": "10",
784 "left": "30"
785 }
786 },
787 "button_border_hover_color": "#0f0000"
788 }
789 }
790 },
791 "layout-four": {
792 "name": "Classic Flow",
793 "image": "https://raw.githubusercontent.com/wpeverest/everest-forms-style-templates/main/images/classic-flow.png",
794 "data": {
795 "font":{
796 "show_theme_font" : 0,
797 "font_family": "Roboto"
798 },
799 "form_container" : {
800 "width": "100",
801 "border_type": "none",
802 "background_image": "",
803 "background_position_x": "center",
804 "background_position_y": "center",
805 "background_size": "cover",
806 "background_repeat": "no-repeat",
807 "background_attachment": "scroll",
808 "border_radius": {
809 "top": "20",
810 "right": "20",
811 "bottom": "20",
812 "left": "20",
813 "unit": "px"
814 },
815 "padding": {
816 "desktop": {
817 "top": "46",
818 "right": "46",
819 "bottom": "46",
820 "left": "46"
821 }
822 }
823 },
824 "field_styles" : {
825 "border_type": "solid",
826 "border_width": {
827 "top": "2",
828 "right": "2",
829 "bottom": "2",
830 "left": "2"
831 },
832 "border_radius": {
833 "top": "2",
834 "right": "2",
835 "bottom": "2",
836 "left": "2",
837 "unit": "px"
838 }
839 },
840 "button" : {
841 "border_type": "none",
842 "border_width": {
843 "top": "2",
844 "right": "2",
845 "bottom": "2",
846 "left": "2"
847 },
848 "border_radius": {
849 "top": "2",
850 "right": "2",
851 "bottom": "2",
852 "left": "2",
853 "unit": "px"
854 }
855 },
856 "typography" :{
857 "field_labels_font_style": {
858 "bold": false,
859 "italic": false,
860 "underline": false,
861 "uppercase": false
862 },
863 "field_labels_font_size": "16",
864 "field_labels_font_color": "#576380",
865 "field_sublabels_font_color": "#576380",
866 "field_description_font_size": "16",
867 "field_styles_font_size": "14",
868 "field_styles_border_color": "#edeef5",
869 "field_styles_background_color": "#edeef5",
870 "field_styles_font_color": "#7a7a7a",
871 "field_styles_border_focus_color": "#3951ff",
872 "field_styles_padding": {
873 "desktop": {
874 "top": "10",
875 "right": 12,
876 "bottom": "10",
877 "left": 12
878 }
879 },
880 "field_styles_placeholder_font_color": "#26262e",
881 "field_styles_alignment": "left",
882 "checkbox_radio_font_size": "16",
883 "checkbox_radio_font_color": "#576380",
884 "section_title_font_size": "20",
885 "section_title_font_color": "#1e2536",
886 "section_title_font_style": {
887 "bold": false,
888 "italic": false,
889 "underline": false,
890 "uppercase": false
891 },
892 "section_title_text_alignment": "center",
893 "button_font_color": "#ffffff",
894 "button_hover_font_color": "#ffffff",
895 "button_background_color": "#26262e",
896 "button_hover_background_color": "#0f0c0c",
897 "button_alignment": "center",
898 "button_font_size": "16",
899 "button_border_color": "#26262e",
900 "button_padding": {
901 "desktop": {
902 "top": 10,
903 "right": "30",
904 "bottom": "10",
905 "left": "30"
906 }
907 },
908 "button_border_hover_color": "#0f0000"
909 }
910 }
911 },
912 "layout-five": {
913 "name": "Underline Aura",
914 "image": "https://raw.githubusercontent.com/wpeverest/everest-forms-style-templates/main/images/underline-aura.png",
915 "data": {
916 "font":{
917 "show_theme_font" : 0,
918 "font_family": "Roboto"
919 },
920 "form_container" : {
921 "width": "100",
922 "background_color": "",
923 "background_image": "https://raw.githubusercontent.com/wpeverest/everest-forms-style-templates/main/images/underline-aura-bg.png",
924 "background_preset": "default",
925 "background_position_x": "center",
926 "background_position_y": "center",
927 "background_size": "cover",
928 "background_repeat": "no-repeat",
929 "background_attachment": "scroll",
930 "border_type": "none",
931 "border_radius": {
932 "top": "8",
933 "right": "8",
934 "bottom": "8",
935 "left": "8",
936 "unit": "px"
937 },
938 "padding": {
939 "desktop": {
940 "top": "46",
941 "right": "46",
942 "bottom": "46",
943 "left": "46"
944 }
945 }
946 },
947 "field_styles" : {
948 "border_type": "solid",
949 "border_width": {
950 "top": "0",
951 "right": "0",
952 "bottom": "2",
953 "left": "0"
954 },
955 "border_radius": {
956 "top": "0",
957 "right": "0",
958 "bottom": "0",
959 "left": "0",
960 "unit": "px"
961 }
962 },
963 "button" : {
964 "border_type": "none",
965 "border_width": {
966 "top": "2",
967 "right": "2",
968 "bottom": "2",
969 "left": "2"
970 },
971 "border_radius": {
972 "top": "2",
973 "right": "2",
974 "bottom": "2",
975 "left": "2",
976 "unit": "px"
977 }
978 },
979 "typography" :{
980 "field_labels_font_style": {
981 "bold": false,
982 "italic": false,
983 "underline": false,
984 "uppercase": false
985 },
986 "field_labels_font_size": "16",
987 "field_labels_font_color": "#ffffff",
988 "field_description_font_size": "16",
989 "field_description_font_color": "#ffffff",
990 "field_styles_font_size": "14",
991 "field_styles_border_color": "#b0b0b0",
992 "field_styles_background_color": "rgba(255,255,255,0)",
993 "field_styles_border_focus_color": "#e5e5e5",
994 "border_focus_color": "#3951ff",
995 "field_styles_placeholder_font_color": "#e5e5e5",
996 "field_styles_alignment": "left",
997 "field_styles_padding": {
998 "desktop": {
999 "top": "-58",
1000 "right": 0,
1001 "bottom": "28",
1002 "left": 0
1003 }
1004 },
1005 "checkbox_radio_font_size": "16",
1006 "checkbox_radio_font_color": "#576380",
1007 "section_title_font_size": "20",
1008 "section_title_font_color": "#1e2536",
1009 "section_title_font_style": {
1010 "bold": false,
1011 "italic": false,
1012 "underline": false,
1013 "uppercase": false
1014 },
1015 "section_title_text_alignment": "center",
1016 "button_font_color": "#ffffff",
1017 "button_hover_font_color": "#ffffff",
1018 "button_background_color": "#26262e",
1019 "button_hover_background_color": "#0f0c0c",
1020 "button_alignment": "center",
1021 "button_font_size": "16",
1022
1023 "button_border_color": "#26262e",
1024 "button_padding": {
1025 "desktop": {
1026 "top": 10,
1027 "right": "30",
1028 "bottom": "10",
1029 "left": "30"
1030 }
1031 },
1032 "button_border_hover_color": "#0f0000"
1033 }
1034 }
1035 },
1036 "layout-six": {
1037 "name": "Bubble Wrap",
1038 "image": "https://raw.githubusercontent.com/wpeverest/everest-forms-style-templates/main/images/bubble-wrap.png",
1039 "data": {
1040 "font":{
1041 "show_theme_font" : 0,
1042 "font_family": "Roboto"
1043 },
1044 "form_container" : {
1045 "width": "100",
1046 "border_type": "none",
1047 "background_image": "",
1048 "background_preset": "default",
1049 "background_position_x": "left",
1050 "background_position_y": "top",
1051 "background_size": "auto",
1052 "background_repeat": "repeat",
1053 "background_attachment": "scroll",
1054 "border_radius": {
1055 "top": "20",
1056 "right": "20",
1057 "bottom": "20",
1058 "left": "20",
1059 "unit": "px"
1060 },
1061 "padding": {
1062 "desktop": {
1063 "top": "46",
1064 "right": "46",
1065 "bottom": "46",
1066 "left": "46"
1067 }
1068 }
1069 },
1070 "field_styles" : {
1071 "border_type": "solid",
1072 "border_width": {
1073 "top": "2",
1074 "right": "2",
1075 "bottom": "2",
1076 "left": "2"
1077 },
1078 "border_radius": {
1079 "top": "50",
1080 "right": "50",
1081 "bottom": "50",
1082 "left": "50",
1083 "unit": "px"
1084 }
1085 },
1086 "button" : {
1087 "border_type": "none",
1088 "border_width": {
1089 "top": "2",
1090 "right": "2",
1091 "bottom": "2",
1092 "left": "2"
1093 },
1094 "border_radius": {
1095 "top": "50",
1096 "right": "50",
1097 "bottom": "50",
1098 "left": "50",
1099 "unit": "px"
1100 }
1101 },
1102 "typography" :{
1103 "field_labels_font_style": {
1104 "bold": false,
1105 "italic": false,
1106 "underline": false,
1107 "uppercase": false
1108 },
1109 "field_labels_font_size": "16",
1110 "field_labels_font_color": "#576380",
1111 "field_description_font_size": "16",
1112 "field_styles_font_size": "14",
1113 "field_styles_border_color": "#edeef5",
1114 "field_styles_background_color": "#edeef5",
1115 "field_styles_font_color": "#7a7a7a",
1116 "field_styles_border_focus_color": "#3951ff",
1117 "field_styles_padding": {
1118 "desktop": {
1119 "top": "14",
1120 "right": "77",
1121 "bottom": "15",
1122 "left": "23"
1123 }
1124 },
1125 "field_styles_placeholder_font_color": "#26262e",
1126 "field_styles_alignment": "left",
1127 "checkbox_radio_font_size": "16",
1128 "checkbox_radio_font_color": "#576380",
1129 "section_title_font_size": "20",
1130 "section_title_font_color": "#1e2536",
1131 "section_title_font_style": {
1132 "bold": false,
1133 "italic": false,
1134 "underline": false,
1135 "uppercase": false
1136 },
1137 "section_title_text_alignment": "center",
1138 "button_font_color": "#ffffff",
1139 "button_hover_font_color": "#ffffff",
1140 "button_background_color": "#26262e",
1141 "button_hover_background_color": "#0f0c0c",
1142 "button_alignment": "center",
1143 "button_font_size": "16",
1144 "button_border_color": "#26262e",
1145 "button_padding": {
1146 "desktop": {
1147 "top": 10,
1148 "right": "30",
1149 "bottom": "10",
1150 "left": "30"
1151 }
1152 },
1153 "button_border_hover_color": "#0f0000"
1154 }
1155 }
1156 },
1157 "layout-seven": {
1158 "name": "Leafy Frame",
1159 "image": "https://raw.githubusercontent.com/wpeverest/everest-forms-style-templates/main/images/leafy-frame.png",
1160 "data": {
1161 "font":{
1162 "show_theme_font" : 0,
1163 "font_family": "Roboto"
1164 },
1165 "form_container" : {
1166 "width": "100",
1167 "border_type": "none",
1168 "background_image": "https://raw.githubusercontent.com/wpeverest/everest-forms-style-templates/main/images/leafy-frame-bg.png",
1169 "background_position_x": "center",
1170 "background_position_y": "center",
1171 "background_size": "cover",
1172 "background_repeat": "no-repeat",
1173 "background_attachment": "scroll",
1174 "border_radius": {
1175 "top": "8",
1176 "right": "8",
1177 "bottom": "8",
1178 "left": "8",
1179 "unit": "px"
1180 },
1181 "padding": {
1182 "desktop": {
1183 "top": "46",
1184 "right": "46",
1185 "bottom": "46",
1186 "left": "46"
1187 }
1188 }
1189 },
1190 "field_styles" : {
1191 "border_type": "solid",
1192 "border_width": {
1193 "top": "2",
1194 "right": "2",
1195 "bottom": "2",
1196 "left": "2"
1197 },
1198 "border_radius": {
1199 "top": "2",
1200 "right": "2",
1201 "bottom": "2",
1202 "left": "2",
1203 "unit": "px"
1204 }
1205 },
1206 "button" : {
1207 "border_type": "none",
1208 "border_width": {
1209 "top": "2",
1210 "right": "2",
1211 "bottom": "2",
1212 "left": "2"
1213 },
1214 "border_radius": {
1215 "top": "2",
1216 "right": "2",
1217 "bottom": "2",
1218 "left": "2",
1219 "unit": "px"
1220 }
1221 },
1222 "typography" :{
1223 "field_labels_font_style": {
1224 "bold": false,
1225 "italic": false,
1226 "underline": false,
1227 "uppercase": false
1228 },
1229 "field_labels_font_size": "16",
1230 "field_labels_font_color": "#ffffff",
1231 "field_description_font_size": "16",
1232 "field_styles_font_size": "14",
1233 "field_styles_border_color": "#edeef5",
1234 "field_styles_background_color": "#edeef5",
1235 "field_styles_font_color": "#7a7a7a",
1236 "field_styles_border_focus_color": "#3951ff",
1237 "field_styles_padding": {
1238 "desktop": {
1239 "top": "10",
1240 "right": 12,
1241 "bottom": "10",
1242 "left": 12
1243 }
1244 },
1245 "field_styles_placeholder_font_color": "#26262e",
1246 "field_styles_alignment": "left",
1247 "checkbox_radio_font_size": "16",
1248 "checkbox_radio_ont_color": "#576380",
1249 "section_title_font_size": "20",
1250 "section_title_font_color": "#1e2536",
1251 "section_title_font_style": {
1252 "bold": false,
1253 "italic": false,
1254 "underline": false,
1255 "uppercase": false
1256 },
1257 "section_title_text_alignment": "center",
1258 "button_font_color": "#ffffff",
1259 "button_hover_font_color": "#ffffff",
1260 "button_background_color": "#26262e",
1261 "button_hover_background_color": "#0f0c0c",
1262 "button_alignment": "center",
1263 "button_font_size": "16",
1264 "button_border_color": "#26262e",
1265 "button_padding": {
1266 "desktop": {
1267 "top": 10,
1268 "right": "30",
1269 "bottom": "10",
1270 "left": "30"
1271 }
1272 },
1273 "button_border_hover_color": "#0f0000"
1274 }
1275 }
1276 },
1277 "layout-eight": {
1278 "name": "Rounded Titan",
1279 "image": "https://raw.githubusercontent.com/wpeverest/everest-forms-style-templates/main/images/rounded-titan.png",
1280 "data": {
1281 "font":{
1282 "show_theme_font" : 0,
1283 "font_family": "Roboto"
1284 },
1285 "form_container" : {
1286 "width": "100",
1287 "border_type": "none",
1288 "background_image": "",
1289 "background_position_x": "center",
1290 "background_position_y": "center",
1291 "background_size": "cover",
1292 "background_repeat": "no-repeat",
1293 "background_attachment": "scroll",
1294 "border_radius": {
1295 "top": "20",
1296 "right": "20",
1297 "bottom": "20",
1298 "left": "20",
1299 "unit": "px"
1300 },
1301 "padding": {
1302 "desktop": {
1303 "top": "46",
1304 "right": "46",
1305 "bottom": "46",
1306 "left": "46"
1307 }
1308 }
1309 },
1310 "field_styles" : {
1311 "border_type": "solid",
1312 "border_width": {
1313 "top": "2",
1314 "right": "2",
1315 "bottom": "2",
1316 "left": "2"
1317 },
1318 "border_radius": {
1319 "top": "50",
1320 "right": "50",
1321 "bottom": "50",
1322 "left": "50",
1323 "unit": "px"
1324 }
1325 },
1326 "button" : {
1327 "border_type": "none",
1328 "border_width": {
1329 "top": "2",
1330 "right": "2",
1331 "bottom": "2",
1332 "left": "2"
1333 },
1334 "border_radius": {
1335 "top": "50",
1336 "right": "50",
1337 "bottom": "50",
1338 "left": "50",
1339 "unit": "px"
1340 }
1341 },
1342 "typography" :{
1343 "field_labels_font_style": {
1344 "bold": false,
1345 "italic": false,
1346 "underline": false,
1347 "uppercase": false
1348 },
1349 "field_labels_font_size": "24",
1350 "field_labels_font_color": "#576380",
1351 "field_sublabels_font_color": "#576380",
1352 "field_description_font_size": "16",
1353 "field_styles_font_size": "16",
1354 "field_styles_border_color": "#edeef5",
1355 "field_styles_background_color": "#edeef5",
1356 "field_styles_font_color": "#7a7a7a",
1357 "field_styles_border_focus_color": "#3951ff",
1358 "field_styles_padding": {
1359 "desktop": {
1360 "top": "22",
1361 "right": "18",
1362 "bottom": "20",
1363 "left": "49"
1364 }
1365 },
1366 "field_styles_placeholder_font_color": "#26262e",
1367 "field_styles_alignment": "left",
1368 "checkbox_radio_font_size": "16",
1369 "checkbox_radio_font_color": "#576380",
1370 "section_title_font_size": "20",
1371 "section_title_font_color": "#1e2536",
1372 "section_title_font_style": {
1373 "bold": false,
1374 "italic": false,
1375 "underline": false,
1376 "uppercase": false
1377 },
1378 "section_title_text_alignment": "center",
1379 "button_font_color": "#ffffff",
1380 "button_hover_font_color": "#ffffff",
1381 "button_background_color": "#26262e",
1382 "button_hover_background_color": "#0f0c0c",
1383 "button_alignment": "center",
1384 "button_font_size": "24",
1385 "button_border_color": "#26262e",
1386 "button_padding": {
1387 "desktop": {
1388 "top": "10",
1389 "right": "37",
1390 "bottom": "10",
1391 "left": "30"
1392 }
1393 },
1394 "button_border_hover_color": "#0f0000"
1395 }
1396 }
1397 },
1398 "layout-nine": {
1399 "name": "Royal Giant",
1400 "image": "https://raw.githubusercontent.com/wpeverest/everest-forms-style-templates/main/images/royal-giant.png",
1401 "data": {
1402 "font":{
1403 "show_theme_font" : 0,
1404 "font_family": "Roboto"
1405 },
1406 "form_container" : {
1407 "width": "100",
1408 "border_type": "none",
1409 "background_image": "",
1410 "background_position_x": "center",
1411 "background_position_y": "center",
1412 "background_size": "cover",
1413 "background_repeat": "no-repeat",
1414 "background_attachment": "scroll",
1415 "border_radius": {
1416 "top": "20",
1417 "right": "20",
1418 "bottom": "20",
1419 "left": "20",
1420 "unit": "px"
1421 },
1422 "padding": {
1423 "desktop": {
1424 "top": "46",
1425 "right": "46",
1426 "bottom": "46",
1427 "left": "46"
1428 }
1429 }
1430 },
1431 "field_styles" : {
1432 "border_type": "solid",
1433 "border_width": {
1434 "top": "2",
1435 "right": "2",
1436 "bottom": "2",
1437 "left": "2"
1438 },
1439 "border_radius": {
1440 "top": "2",
1441 "right": "2",
1442 "bottom": "2",
1443 "left": "2",
1444 "unit": "px"
1445 }
1446 },
1447 "button" : {
1448 "border_type": "none",
1449 "border_width": {
1450 "top": "2",
1451 "right": "2",
1452 "bottom": "2",
1453 "left": "2"
1454 },
1455 "border_radius": {
1456 "top": "2",
1457 "right": "2",
1458 "bottom": "2",
1459 "left": "2",
1460 "unit": "px"
1461 }
1462 },
1463 "typography" :{
1464 "field_labels_font_style": {
1465 "bold": false,
1466 "italic": false,
1467 "underline": false,
1468 "uppercase": false
1469 },
1470 "field_labels_font_size": "24",
1471 "field_labels_font_color": "#576380",
1472 "field_sublabels_font_color": "#576380",
1473 "field_description_font_size": "16",
1474 "field_styles_font_size": "16",
1475 "field_styles_border_color": "#edeef5",
1476 "field_styles_background_color": "#edeef5",
1477 "field_styles_font_color": "#7a7a7a",
1478 "field_styles_border_focus_color": "#3951ff",
1479 "field_styles_padding": {
1480 "desktop": {
1481 "top": "22",
1482 "right": "18",
1483 "bottom": "20",
1484 "left": "49"
1485 }
1486 },
1487 "field_styles_placeholder_font_color": "#26262e",
1488 "field_styles_alignment": "left",
1489 "checkbox_radio_font_size": "16",
1490 "checkbox_radio_font_color": "#576380",
1491 "section_title_font_size": "20",
1492 "section_title_font_color": "#1e2536",
1493 "section_title_font_style": {
1494 "bold": false,
1495 "italic": false,
1496 "underline": false,
1497 "uppercase": false
1498 },
1499 "section_title_text_alignment": "center",
1500 "button_font_color": "#ffffff",
1501 "button_hover_font_color": "#ffffff",
1502 "button_background_color": "#26262e",
1503 "button_hover_background_color": "#0f0c0c",
1504 "button_alignment": "center",
1505 "button_font_size": "24",
1506 "button_border_color": "#26262e",
1507 "button_padding": {
1508 "desktop": {
1509 "top": "10",
1510 "right": "37",
1511 "bottom": "10",
1512 "left": "30"
1513 }
1514 },
1515 "button_border_hover_color": "#0f000"
1516 }
1517 }
1518 },
1519 "layout-ten": {
1520 "name": "Underline Lead",
1521 "image": "https://raw.githubusercontent.com/wpeverest/everest-forms-style-templates/main/images/underline-lead.png",
1522 "data": {
1523 "font":{
1524 "show_theme_font" : 0,
1525 "font_family": "Roboto"
1526 },
1527 "form_container" : {
1528 "width": "100",
1529 "border_type": "none",
1530 "background_image": "",
1531 "background_position_x": "center",
1532 "background_position_y": "center",
1533 "background_size": "cover",
1534 "background_repeat": "no-repeat",
1535 "background_attachment": "scroll",
1536 "border_radius": {
1537 "top": "20",
1538 "right": "20",
1539 "bottom": "20",
1540 "left": "20",
1541 "unit": "px"
1542 },
1543 "padding": {
1544 "desktop": {
1545 "top": "46",
1546 "right": "46",
1547 "bottom": "46",
1548 "left": "46"
1549 }
1550 }
1551 },
1552 "field_styles" : {
1553 "border_type": "solid",
1554 "border_width": {
1555 "top": "0",
1556 "right": "0",
1557 "bottom": "2",
1558 "left": "0"
1559 },
1560 "border_radius": {
1561 "top": "0",
1562 "right": "0",
1563 "bottom": "0",
1564 "left": "0",
1565 "unit": "px"
1566 }
1567 },
1568 "button" : {
1569 "border_type": "none",
1570 "border_width": {
1571 "top": "2",
1572 "right": "2",
1573 "bottom": "2",
1574 "left": "2"
1575 },
1576 "border_radius": {
1577 "top": "2",
1578 "right": "2",
1579 "bottom": "2",
1580 "left": "2",
1581 "unit": "px"
1582 }
1583 },
1584 "typography" :{
1585 "field_labels_font_style": {
1586 "bold": false,
1587 "italic": false,
1588 "underline": false,
1589 "uppercase": false
1590 },
1591 "field_labels_font_size": "16",
1592 "field_labels_font_color": "#576380",
1593 "field_sublabels_font_color": "#576380",
1594 "field_description_font_size": "10",
1595 "field_styles_font_size": "14",
1596 "field_styles_border_color": "#b0b0b0",
1597 "field_styles_background_color": "rgba(255,255,255,0)",
1598 "field_styles_font_color": "#7a7a7a",
1599 "field_styles_border_focus_color": "#3951ff",
1600 "field_styles_padding": {
1601 "desktop": {
1602 "top": "10",
1603 "right": 12,
1604 "bottom": "10",
1605 "left": 12
1606 }
1607 },
1608 "field_styles_placeholder_font_color": "#26262e",
1609 "field_styles_alignment": "left",
1610 "checkbox_radio_font_size": "16",
1611 "checkbox_radio_font_color": "#576380",
1612 "section_title_font_size": "20",
1613 "section_title_font_color": "#1e2536",
1614 "section_title_font_style": {
1615 "bold": false,
1616 "italic": false,
1617 "underline": false,
1618 "uppercase": false
1619 },
1620 "section_title_text_alignment": "center",
1621 "button_font_color": "#ffffff",
1622 "button_hover_font_color": "#ffffff",
1623 "button_background_color": "#26262e",
1624 "button_hover_background_color": "#0f0c0c",
1625 "button_alignment": "center",
1626 "button_font_size": "16",
1627 "button_border_color": "#26262e",
1628 "button_padding": {
1629 "desktop": {
1630 "top": 10,
1631 "right": "30",
1632 "bottom": "10",
1633 "left": "30"
1634 }
1635 },
1636 "button_border_hover_color": "#0f0000"
1637 }
1638 }
1639 },
1640 "layout-eleven": {
1641 "name": "Curved Canvas",
1642 "image": "https://raw.githubusercontent.com/wpeverest/everest-forms-style-templates/main/images/curved-canvas.png",
1643 "data": {
1644 "font":{
1645 "show_theme_font" : 0,
1646 "font_family": "Roboto"
1647 },
1648 "form_container" : {
1649 "width": "100",
1650 "border_type": "none",
1651 "background_image": "https://raw.githubusercontent.com/wpeverest/everest-forms-style-templates/main/images/curved-canvas-bg.png",
1652 "background_preset": "default",
1653 "background_position_x": "center",
1654 "background_position_y": "center",
1655 "background_size": "cover",
1656 "background_repeat": "no-repeat",
1657 "background_attachment": "scroll",
1658 "border_radius": {
1659 "top": "8",
1660 "right": "8",
1661 "bottom": "8",
1662 "left": "8",
1663 "unit": "px"
1664 },
1665 "padding": {
1666 "desktop": {
1667 "top": "46",
1668 "right": "46",
1669 "bottom": "46",
1670 "left": "46"
1671 }
1672 }
1673 },
1674 "field_styles" : {
1675 "border_type": "solid",
1676 "border_width": {
1677 "top": "0",
1678 "right": "0",
1679 "bottom": "0",
1680 "left": "0"
1681 },
1682 "border_radius": {
1683 "top": "50",
1684 "right": "50",
1685 "bottom": "50",
1686 "left": "50",
1687 "unit": "px"
1688 }
1689 },
1690 "button" : {
1691 "border_type": "none",
1692 "border_width": {
1693 "top": "2",
1694 "right": "2",
1695 "bottom": "2",
1696 "left": "2"
1697 },
1698 "border_radius": {
1699 "top": "50",
1700 "right": "50",
1701 "bottom": "50",
1702 "left": "50",
1703 "unit": "px"
1704 }
1705 },
1706 "typography" :{
1707 "field_labels_font_style": {
1708 "bold": false,
1709 "italic": false,
1710 "underline": false,
1711 "uppercase": false
1712 },
1713 "field_labels_font_size": "16",
1714 "field_labels_font_color": "#ffffff",
1715 "field_sublabels_font_color": "#576380",
1716 "field_styles_font_size": "14",
1717 "field_styles_border_color": "#edeef5",
1718 "field_styles_background_color": "rgba(237,238,245,0.47)",
1719 "field_styles_font_color": "#ffffff",
1720 "field_styles_border_focus_color": "#3951ff",
1721 "field_styles_padding": {
1722 "desktop": {
1723 "top": "10",
1724 "right": 12,
1725 "bottom": "10",
1726 "left": 12
1727 }
1728 },
1729 "field_styles_placeholder_font_color": "#ffffff",
1730 "field_styles_alignment": "left",
1731 "checkbox_radio_font_size": "16",
1732 "checkbox_radio_font_color": "#576380",
1733 "section_title_font_size": "20",
1734 "section_title_font_color": "#1e2536",
1735 "section_title_font_style": {
1736 "bold": false,
1737 "italic": false,
1738 "underline": false,
1739 "uppercase": false
1740 },
1741 "section_title_text_alignment": "center",
1742 "button_font_color": "#ffffff",
1743 "button_hover_font_color": "#ffffff",
1744 "button_background_color": "#26262e",
1745 "button_hover_background_color": "#0f0c0c",
1746 "button_alignment": "center",
1747 "button_font_size": "16",
1748 "button_border_color": "#26262e",
1749 "button_padding": {
1750 "desktop": {
1751 "top": 10,
1752 "right": "30",
1753 "bottom": "10",
1754 "left": "30"
1755 }
1756 },
1757 "button_border_hover_color": "#0f0000"
1758 }
1759 }
1760 }
1761 }
1762