PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 4.11.02
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v4.11.02
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
← All changes | css/frm_old_grids.css +681 -1 6.3.24.11.02 View file →
@@ -1 +1,681 @@
1 -/* This file is deprecated! */
1 +.with_frm_style .frm_form_field{
2 + clear:both;
3 +}
4 +
5 +.frm_form_field,
6 +.frm_form_field.frm_inline_container,
7 +.frm_form_field.frm_right_container,
8 +.frm_form_field.frm_left_container{
9 + width:auto;
10 +}
11 +
12 +.frm_inline_form .frm_form_field.form-field{
13 + margin-right:2.5%;
14 + display:inline-block;
15 +}
16 +
17 +.frm_inline_form .frm_submit{
18 + display:inline-block;
19 +}
20 +
21 +.frm_form_field.frm2,
22 +.frm_submit.frm2,
23 +.frm_form_field.frm3,
24 +.frm_submit.frm3,
25 +.frm_form_field.frm4,
26 +.frm_submit.frm4,
27 +.frm_form_field.frm6,
28 +.frm_submit.frm6,
29 +.frm_form_field.frm8,
30 +.frm_submit.frm8,
31 +.frm_form_field.frm9,
32 +.frm_submit.frm9,
33 +.frm_form_field.frm10,
34 +.frm_submit.frm10,
35 +.frm_form_field.frm_right_half,
36 +.frm_form_field.frm_right_third,
37 +.frm_form_field.frm_right_two_thirds,
38 +.frm_form_field.frm_right_fourth,
39 +.frm_form_field.frm_right_fifth,
40 +.frm_form_field.frm_right_inline,
41 +.frm_form_field.frm_last_half,
42 +.frm_form_field.frm_last_third,
43 +.frm_form_field.frm_last_two_thirds,
44 +.frm_form_field.frm_last_fourth,
45 +.frm_form_field.frm_last_fifth,
46 +.frm_form_field.frm_last_sixth,
47 +.frm_form_field.frm_last_seventh,
48 +.frm_form_field.frm_last_eighth,
49 +.frm_form_field.frm_last_inline,
50 +.frm_form_field.frm_last,
51 +.frm_form_field.frm_half,
52 +.frm_submit.frm_half,
53 +.frm_form_field.frm_third,
54 +.frm_submit.frm_third,
55 +.frm_form_field.frm_two_thirds,
56 +.frm_form_field.frm_fourth,
57 +.frm_submit.frm_fourth,
58 +.frm_form_field.frm_three_fourths,
59 +.frm_form_field.frm_fifth,
60 +.frm_submit.frm_fifth,
61 +.frm_form_field.frm_two_fifths,
62 +.frm_form_field.frm_three_fifths,
63 +.frm_form_field.frm_four_fifths,
64 +.frm_form_field.frm_sixth,
65 +.frm_submit.frm_sixth,
66 +.frm_form_field.frm_seventh,
67 +.frm_submit.frm_seventh,
68 +.frm_form_field.frm_eighth,
69 +.frm_submit.frm_eighth,
70 +.frm_form_field.frm_inline,
71 +.frm_submit.frm_inline{
72 + clear:none;
73 + float:left;
74 + margin-left:2.5%;
75 +}
76 +
77 +.frm_form_field.frm_left_half,
78 +.frm_form_field.frm_left_third,
79 +.frm_form_field.frm_left_two_thirds,
80 +.frm_form_field.frm_left_fourth,
81 +.frm_form_field.frm_left_fifth,
82 +.frm_form_field.frm_left_inline,
83 +.frm_form_field.frm_first_half,
84 +.frm_form_field.frm_first_third,
85 +.frm_form_field.frm_first_two_thirds,
86 +.frm_form_field.frm_first_fourth,
87 +.frm_form_field.frm_first_fifth,
88 +.frm_form_field.frm_first_sixth,
89 +.frm_form_field.frm_first_seventh,
90 +.frm_form_field.frm_first_eighth,
91 +.frm_form_field.frm_first_inline,
92 +.frm_form_field.frm_first{
93 + clear:left;
94 + float:left;
95 + margin-left:0;
96 +}
97 +
98 +.frm_form_field.frm6,
99 +.frm_submit.frm6,
100 +.frm_form_field.frm_left_half,
101 +.frm_form_field.frm_right_half,
102 +.frm_form_field.frm_first_half,
103 +.frm_form_field.frm_last_half,
104 +.frm_form_field.frm_half,
105 +.frm_submit.frm_half{
106 + width:48.75%;
107 +}
108 +
109 +.frm_form_field.frm4,
110 +.frm_submit.frm4,
111 +.frm_form_field.frm_left_third,
112 +.frm_form_field.frm_third,
113 +.frm_submit.frm_third,
114 +.frm_form_field.frm_right_third,
115 +.frm_form_field.frm_first_third,
116 +.frm_form_field.frm_last_third{
117 + width:31.66%;
118 +}
119 +
120 +.frm_form_field.frm8,
121 +.frm_submit.frm8,
122 +.frm_form_field.frm_left_two_thirds,
123 +.frm_form_field.frm_right_two_thirds,
124 +.frm_form_field.frm_first_two_thirds,
125 +.frm_form_field.frm_last_two_thirds,
126 +.frm_form_field.frm_two_thirds{
127 + width:65.82%;
128 +}
129 +
130 +.frm_form_field.frm3,
131 +.frm_submit.frm3,
132 +.frm_form_field.frm_left_fourth,
133 +.frm_form_field.frm_fourth,
134 +.frm_submit.frm_fourth,
135 +.frm_form_field.frm_right_fourth,
136 +.frm_form_field.frm_first_fourth,
137 +.frm_form_field.frm_last_fourth{
138 + width:23.12%;
139 +}
140 +
141 +.frm_form_field.frm9,
142 +.frm_form_field.frm_three_fourths{
143 + width:74.36%;
144 +}
145 +
146 +.frm_form_field.frm_left_fifth,
147 +.frm_form_field.frm_fifth,
148 +.frm_submit.frm_fifth,
149 +.frm_form_field.frm_right_fifth,
150 +.frm_form_field.frm_first_fifth,
151 +.frm_form_field.frm_last_fifth{
152 + width:18%;
153 +}
154 +
155 +.frm_form_field.frm_two_fifths {
156 + width:38.5%;
157 +}
158 +
159 +.frm_form_field.frm_three_fifths {
160 + width:59%;
161 +}
162 +
163 +.frm_form_field.frm_four_fifths {
164 + width:79.5%;
165 +}
166 +
167 +.frm_form_field.frm2,
168 +.frm_submit.frm2,
169 +.frm_form_field.frm_sixth,
170 +.frm_submit.frm_sixth,
171 +.frm_form_field.frm_first_sixth,
172 +.frm_form_field.frm_last_sixth{
173 + width:14.58%;
174 +}
175 +
176 +.frm_form_field.frm10,
177 +.frm_submit.frm10{
178 + width:82.92%;
179 +}
180 +
181 +.frm_form_field.frm_seventh,
182 +.frm_submit.frm_seventh,
183 +.frm_form_field.frm_first_seventh,
184 +.frm_form_field.frm_last_seventh{
185 + width:12.14%;
186 +}
187 +
188 +.frm_form_field.frm_eighth,
189 +.frm_submit.frm_eighth,
190 +.frm_form_field.frm_first_eighth,
191 +.frm_form_field.frm_last_eighth{
192 + width:10.31%;
193 +}
194 +
195 +.frm_form_field.frm_left_inline,
196 +.frm_form_field.frm_first_inline,
197 +.frm_form_field.frm_inline,
198 +.frm_submit.frm_inline,
199 +.frm_form_field.frm_right_inline,
200 +.frm_form_field.frm_last_inline{
201 + width:auto;
202 +}
203 +
204 +.frm_full,
205 +.frm_full .wp-editor-wrap,
206 +.frm_full input:not([type='checkbox']):not([type='radio']):not([type='button']),
207 +.frm_full select,
208 +.frm_full textarea{
209 + width:100% !important;
210 +}
211 +
212 +.frm_full .wp-editor-wrap input{
213 + width:auto !important;
214 +}
215 +
216 +.frm_form_field.frm_inline_container,
217 +.frm_form_field.frm_right_container,
218 +.frm_form_field.frm_left_container,
219 +.frm_combo_inputs_container,
220 +.frm_grid_container,
221 +.frm_form_fields .frm_section_heading,
222 +.frm_form_fields .frm_fields_container,
223 +.frm_form_field.frm_two_col .frm_opt_container,
224 +.frm_form_field.frm_three_col .frm_opt_container,
225 +.frm_form_field.frm_four_col .frm_opt_container{
226 + display:block;
227 +}
228 +
229 +.frm_form_field.frm_left_container .frm_primary_label{
230 + float:left;
231 + display:inline;
232 + max-width:33%;
233 + margin-right:5%;
234 +}
235 +
236 +.with_frm_style .frm_conf_field.frm_left_container .frm_primary_label{
237 + display:inline;
238 + visibility:hidden;
239 +}
240 +
241 +.frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]),
242 +.frm_form_field.frm_left_container:not(.frm_dynamic_select_container) select,
243 +.frm_form_field.frm_left_container textarea,
244 +.frm_form_field.frm_left_container .wp-editor-wrap,
245 +.frm_form_field.frm_left_container .frm_opt_container,
246 +.frm_form_field.frm_left_container .frm_dropzone,
247 +.frm_form_field.frm_left_container .frm-g-recaptcha,
248 +.frm_form_field.frm_left_container .g-recaptcha,
249 +.frm_form_field.frm_left_container .chosen-container,
250 +.frm_form_field.frm_left_container .frm_combo_inputs_container,
251 +.frm_form_field.frm_right_container input:not([type=radio]):not([type=checkbox]),
252 +.frm_form_field.frm_right_container:not(.frm_dynamic_select_container) select,
253 +.frm_form_field.frm_right_container textarea,
254 +.frm_form_field.frm_right_container .wp-editor-wrap,
255 +.frm_form_field.frm_right_container .frm_opt_container,
256 +.frm_form_field.frm_right_container .frm_dropzone,
257 +.frm_form_field.frm_right_container .frm-g-recaptcha,
258 +.frm_form_field.frm_right_container .g-recaptcha,
259 +.frm_form_field.frm_right_container .chosen-container,
260 +.frm_form_field.frm_right_container .frm_combo_inputs_container{
261 + max-width:62%;
262 +}
263 +
264 +.frm_form_field.frm_left_container .frm_combo_inputs_container input,
265 +.frm_form_field.frm_left_container .frm_combo_inputs_container select,
266 +.frm_form_field.frm_right_container .frm_combo_inputs_container input,
267 +.frm_form_field.frm_right_container .frm_combo_inputs_container select{
268 + max-width:100%;
269 +}
270 +
271 +.frm_form_field.frm_left_container .frm_data_container,
272 +.frm_form_field.frm_right_container .frm_data_container,
273 +.frm_form_field.frm_inline_container .frm_data_container,
274 +.frm_form_field.frm_left_container .frm_opt_container,
275 +.frm_form_field.frm_right_container .frm_opt_container,
276 +.frm_form_field.frm_inline_container .frm_opt_container,
277 +.frm_form_field.frm_left_container .frm_combo_inputs_container,
278 +.frm_form_field.frm_right_container .frm_combo_inputs_container,
279 +.frm_form_field.frm_inline_container .frm_combo_inputs_container,
280 +.frm_form_field.frm_left_container .wp-editor-wrap,
281 +.frm_form_field.frm_right_container .wp-editor-wrap,
282 +.frm_form_field.frm_inline_container .wp-editor-wrap,
283 +.frm_form_field.frm_left_container .frm_dropzone,
284 +.frm_form_field.frm_right_container .frm_dropzone,
285 +.frm_form_field.frm_inline_container .frm_dropzone,
286 +.frm_form_field.frm_left_container .frm-g-recaptcha,
287 +.frm_form_field.frm_right_container .frm-g-recaptcha,
288 +.frm_form_field.frm_inline_container .frm-g-recaptcha,
289 +.frm_form_field.frm_left_container .g-recaptcha,
290 +.frm_form_field.frm_right_container .g-recaptcha,
291 +.frm_form_field.frm_inline_container .g-recaptcha{
292 + display:inline-block;
293 +}
294 +
295 +.frm_form_field.frm_left_half.frm_left_container .frm_primary_label,
296 +.frm_form_field.frm_right_half.frm_left_container .frm_primary_label,
297 +.frm_form_field.frm_left_half.frm_right_container .frm_primary_label,
298 +.frm_form_field.frm_right_half.frm_right_container .frm_primary_label,
299 +.frm_form_field.frm_first_half.frm_left_container .frm_primary_label,
300 +.frm_form_field.frm_last_half.frm_left_container .frm_primary_label,
301 +.frm_form_field.frm_first_half.frm_right_container .frm_primary_label,
302 +.frm_form_field.frm_last_half.frm_right_container .frm_primary_label,
303 +.frm_form_field.frm_half.frm_right_container .frm_primary_label,
304 +.frm_form_field.frm_half.frm_left_container .frm_primary_label{
305 + -webkit-box-sizing:border-box;
306 + -moz-box-sizing:border-box;
307 + box-sizing:border-box;
308 + max-width:33%;
309 +}
310 +
311 +.with_frm_style .frm_left_container .frm_primary_label{
312 + float:left;
313 + display:inline !important;
314 + width:150px;
315 + max-width:33% !important;
316 + margin-right:10px !important;
317 +}
318 +
319 +.with_frm_style .frm_right_container .frm_primary_label{
320 + display:inline !important;
321 + width:150px;
322 + max-width:33% !important;
323 + margin-left:10px !important;
324 +}
325 +
326 +.with_frm_style .frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]),
327 +.with_frm_style .frm_form_field.frm_left_container:not(.frm_dynamic_select_container) select,
328 +.with_frm_style .frm_form_field.frm_left_container textarea,
329 +.with_frm_style .frm_form_field.frm_left_container .frm_opt_container,
330 +.with_frm_style .frm_form_field.frm_left_container .frm-g-recaptcha,
331 +.with_frm_style .frm_form_field.frm_left_container .g-recaptcha,
332 +.with_frm_style .frm_form_field.frm_left_container .chosen-container,
333 +.with_frm_style .frm_form_field.frm_right_container input:not([type=radio]):not([type=checkbox]),
334 +.with_frm_style .frm_form_field.frm_right_container:not(.frm_dynamic_select_container) select,
335 +.with_frm_style .frm_form_field.frm_right_container textarea,
336 +.with_frm_style .frm_form_field.frm_right_container .frm_opt_container,
337 +.with_frm_style .frm_form_field.frm_right_container .g-recaptcha,
338 +.with_frm_style .frm_form_field.frm_right_container .frm-g-recaptcha,
339 +.with_frm_style .frm_form_field.frm_right_container .chosen-container{
340 + max-width:62% !important;
341 +}
342 +
343 +.with_frm_style .frm_form_field.frm_left_container .frm_combo_inputs_container .frm_form_field input,
344 +.with_frm_style .frm_form_field.frm_left_container .frm_combo_inputs_container .frm_form_field select,
345 +.with_frm_style .frm_form_field.frm_right_container .frm_combo_inputs_container .frm_form_field input,
346 +.with_frm_style .frm_form_field.frm_right_container .frm_combo_inputs_container .frm_form_field select{
347 + max-width:100% !important;
348 +}
349 +
350 +.with_frm_style .frm_form_field.frm_left_container .frm_opt_container,
351 +.with_frm_style .frm_form_field.frm_right_container .frm_opt_container,
352 +.with_frm_style .frm_form_field.frm_left_container .g-recaptcha,
353 +.with_frm_style .frm_form_field.frm_right_container .g-recaptcha,
354 +.with_frm_style .frm_form_field.frm_left_container .frm-g-recaptcha,
355 +.with_frm_style .frm_form_field.frm_right_container .frm-g-recaptcha{
356 + display:inline-block !important;
357 +}
358 +
359 +.with_frm_style .frm_left_container > p.description::before,
360 +.with_frm_style .frm_left_container > div.description::before,
361 +.with_frm_style .frm_left_container > div.frm_description::before,
362 +.with_frm_style .frm_left_container > .frm_error::before,
363 +.with_frm_style .frm_right_container > p.description::after,
364 +.with_frm_style .frm_right_container > div.description::after,
365 +.with_frm_style .frm_right_container > div.frm_description::after,
366 +.with_frm_style .frm_right_container > .frm_error::after{
367 + content:'' !important;
368 + display:inline-block !important;
369 + width:150px;
370 + max-width:33% !important;
371 + margin-right:10px !important;
372 +}
373 +
374 +.with_frm_style .frm_left_container.frm_inline .frm_primary_label{
375 + max-width:90% !important;
376 +}
377 +
378 +.with_frm_style .form-field.frm_col_field{
379 + clear:none;
380 + float:left;
381 + margin-right:20px;
382 +}
383 +
384 +.with_frm_style .form-field.frm_col_field div.frm_description{
385 + width:auto;
386 + max-width:100%;
387 +}
388 +
389 +.with_frm_style .frm_inline_container .frm_primary_label,
390 +.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container{
391 + display:inline !important;
392 +}
393 +
394 +.with_frm_style .frm_inline_container .frm_primary_label{
395 + margin-right:10px !important;
396 +}
397 +/* End of left and right label styling */
398 +
399 +/* Radio/checkbox columns */
400 +.frm_form_field.frm_two_col .frm_radio,
401 +.frm_form_field.frm_three_col .frm_radio,
402 +.frm_form_field.frm_four_col .frm_radio,
403 +.frm_form_field.frm_two_col .frm_checkbox,
404 +.frm_form_field.frm_three_col .frm_checkbox,
405 +.frm_form_field.frm_four_col .frm_checkbox{
406 + float:left;
407 +}
408 +
409 +.frm_form_field.frm_two_col .frm_radio,
410 +.frm_form_field.frm_two_col .frm_checkbox{
411 + width:48%;
412 + margin-right:4%;
413 +}
414 +
415 +.frm_form_field.frm_three_col .frm_radio,
416 +.frm_form_field.frm_three_col .frm_checkbox{
417 + width:30%;
418 + margin-right:5%;
419 +}
420 +
421 +.frm_form_field.frm_four_col .frm_radio,
422 +.frm_form_field.frm_four_col .frm_checkbox{
423 + width:22%;
424 + margin-right:4%;
425 +}
426 +
427 +.frm_form_field.frm_two_col .frm_radio:nth-child(2n+2),
428 +.frm_form_field.frm_two_col .frm_checkbox:nth-child(2n+2),
429 +.frm_form_field.frm_three_col .frm_radio:nth-child(3n+3),
430 +.frm_form_field.frm_three_col .frm_checkbox:nth-child(3n+3),
431 +.frm_form_field.frm_four_col .frm_radio:nth-child(4n+4),
432 +.frm_form_field.frm_four_col .frm_checkbox:nth-child(4n+4){
433 + margin-right:0;
434 +}
435 +
436 +/* RTL */
437 +
438 +.with_frm_style.frm_rtl .frm_form_field.frm2,
439 +.with_frm_style.frm_rtl .frm_form_field.frm3,
440 +.with_frm_style.frm_rtl .frm_form_field.frm4,
441 +.with_frm_style.frm_rtl .frm_form_field.frm6,
442 +.with_frm_style.frm_rtl .frm_form_field.frm8,
443 +.with_frm_style.frm_rtl .frm_form_field.frm9,
444 +.with_frm_style.frm_rtl .frm_form_field.frm10,
445 +.with_frm_style.frm_rtl .frm_form_field.frm_half,
446 +.with_frm_style.frm_rtl .frm_form_field.frm_third,
447 +.with_frm_style.frm_rtl .frm_form_field.frm_two_thirds,
448 +.with_frm_style.frm_rtl .frm_form_field.frm_fourth,
449 +.with_frm_style.frm_rtl .frm_form_field.frm_fifth,
450 +.with_frm_style.frm_rtl .frm_form_field.frm_sixth,
451 +.with_frm_style.frm_rtl .frm_form_field.frm_seventh,
452 +.with_frm_style.frm_rtl .frm_form_field.frm_eighth,
453 +.with_frm_style.frm_rtl .frm_form_field.frm_inline,
454 +.with_frm_style.frm_rtl .frm_form_field.frm_left_half,
455 +.with_frm_style.frm_rtl .frm_form_field.frm_left_third,
456 +.with_frm_style.frm_rtl .frm_form_field.frm_left_two_thirds,
457 +.with_frm_style.frm_rtl .frm_form_field.frm_left_fourth,
458 +.with_frm_style.frm_rtl .frm_form_field.frm_left_fifth,
459 +.with_frm_style.frm_rtl .frm_form_field.frm_left_inline,
460 +.with_frm_style.frm_rtl .frm_form_field.frm_first_half,
461 +.with_frm_style.frm_rtl .frm_form_field.frm_first_third,
462 +.with_frm_style.frm_rtl .frm_form_field.frm_first_two_thirds,
463 +.with_frm_style.frm_rtl .frm_form_field.frm_first_fourth,
464 +.with_frm_style.frm_rtl .frm_form_field.frm_first_fifth,
465 +.with_frm_style.frm_rtl .frm_form_field.frm_first_inline,
466 +.with_frm_style.frm_rtl .frm_form_field.frm_right_half,
467 +.with_frm_style.frm_rtl .frm_form_field.frm_right_third,
468 +.with_frm_style.frm_rtl .frm_form_field.frm_right_two_thirds,
469 +.with_frm_style.frm_rtl .frm_form_field.frm_right_fourth,
470 +.with_frm_style.frm_rtl .frm_form_field.frm_right_fifth,
471 +.with_frm_style.frm_rtl .frm_form_field.frm_right_inline,
472 +.with_frm_style.frm_rtl .frm_form_field.frm_last_half,
473 +.with_frm_style.frm_rtl .frm_form_field.frm_last_third,
474 +.with_frm_style.frm_rtl .frm_form_field.frm_last_two_thirds,
475 +.with_frm_style.frm_rtl .frm_form_field.frm_last_fourth,
476 +.with_frm_style.frm_rtl .frm_form_field.frm_last_fifth,
477 +.with_frm_style.frm_rtl .frm_form_field.frm_last_inline{
478 + float:right;
479 + margin-right:2.5%;
480 + margin-left:0;
481 + clear:none;
482 +}
483 +
484 +.with_frm_style.frm_rtl .frm_form_field.frm_left_half,
485 +.with_frm_style.frm_rtl .frm_form_field.frm_first_half,
486 +.with_frm_style.frm_rtl .frm_form_field.frm_first,
487 +.with_frm_style.frm_rtl .frm_form_field.frm_left_third,
488 +.with_frm_style.frm_rtl .frm_form_field.frm_first_third,
489 +.with_frm_style.frm_rtl .frm_form_field.frm_first_two_thirds,
490 +.with_frm_style.frm_rtl .frm_form_field.frm_left_two_thirds,
491 +.with_frm_style.frm_rtl .frm_form_field.frm_first_fourth,
492 +.with_frm_style.frm_rtl .frm_form_field.frm_left_fourth,
493 +.with_frm_style.frm_rtl .frm_form_field.frm_left_fifth,
494 +.with_frm_style.frm_rtl .frm_form_field.frm_first_fifth,
495 +.with_frm_style.frm_rtl .frm_form_field.frm_left_inline,
496 +.with_frm_style.frm_rtl .frm_form_field.frm_first_inline{
497 + clear:right;
498 + margin-right:0;
499 +}
500 +
501 +.with_frm_style.frm_rtl .frm_form_field.frm_two_col .frm_radio,
502 +.with_frm_style.frm_rtl .frm_form_field.frm_three_col .frm_radio,
503 +.with_frm_style.frm_rtl .frm_form_field.frm_four_col .frm_radio,
504 +.with_frm_style.frm_rtl .frm_form_field.frm_two_col .frm_checkbox,
505 +.with_frm_style.frm_rtl .frm_form_field.frm_three_col .frm_checkbox,
506 +.with_frm_style.frm_rtl .frm_form_field.frm_four_col .frm_checkbox{
507 + float:right;
508 +}
509 +
510 +/* End RTL */
511 +
512 +@media only screen and (max-width: 500px) {
513 + .with_frm_style .frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]),
514 + .with_frm_style .frm_form_field.frm_left_container:not(.frm_dynamic_select_container) select,
515 + .with_frm_style .frm_form_field.frm_left_container textarea,
516 + .with_frm_style .frm_form_field.frm_left_container .frm_opt_container,
517 + .with_frm_style .frm_form_field.frm_left_container .frm-g-recaptcha,
518 + .with_frm_style .frm_form_field.frm_left_container .g-recaptcha,
519 + .with_frm_style .frm_form_field.frm_left_container .chosen-container,
520 + .with_frm_style .frm_form_field.frm_right_container input:not([type=radio]):not([type=checkbox]),
521 + .with_frm_style .frm_form_field.frm_right_container:not(.frm_dynamic_select_container) select,
522 + .with_frm_style .frm_form_field.frm_right_container textarea,
523 + .with_frm_style .frm_form_field.frm_right_container .frm_opt_container,
524 + .with_frm_style .frm_form_field.frm_right_container .frm-g-recaptcha,
525 + .with_frm_style .frm_form_field.frm_right_container .g-recaptcha,
526 + .with_frm_style .frm_form_field.frm_right_container .chosen-container{
527 + max-width:100% !important;
528 + }
529 +
530 + .with_frm_style .frm_left_container > p.description::before,
531 + .with_frm_style .frm_left_container > div.description::before,
532 + .with_frm_style .frm_left_container > div.frm_description::before,
533 + .with_frm_style .frm_left_container > .frm_error::before,
534 + .with_frm_style .frm_right_container > p.description::after,
535 + .with_frm_style .frm_right_container > div.description::after,
536 + .with_frm_style .frm_right_container > div.frm_description::after,
537 + .with_frm_style .frm_right_container > .frm_error::after{
538 + display:none !important;
539 + }
540 +
541 + .with_frm_style .frm_left_container .frm_primary_label,
542 + .with_frm_style .frm_right_container .frm_primary_label{
543 + width:100% !important;
544 + max-width:100% !important;
545 + margin-right:0 !important;
546 + margin-left:0 !important;
547 + padding-right:0 !important;
548 + padding-left:0 !important;
549 + }
550 +}
551 +
552 +@media only screen and (max-width: 600px){
553 + .with_frm_style .frm_form_field.frm_half.frm_left_container input:not([type=radio]):not([type=checkbox]),
554 + .with_frm_style .frm_form_field.frm_half.frm_left_container select,
555 + .with_frm_style .frm_form_field.frm_half.frm_left_container textarea,
556 + .with_frm_style .frm_form_field.frm_half.frm_left_container .frm_opt_container,
557 + .with_frm_style .frm_form_field.frm_half.frm_left_container.frm-g-recaptcha,
558 + .with_frm_style .frm_form_field.frm_half.frm_left_container.g-recaptcha,
559 + .with_frm_style .frm_form_field.frm_half.frm_left_container .chosen-container,
560 + .with_frm_style .frm_form_field.frm_half.frm_right_container input:not([type=radio]):not([type=checkbox]),
561 + .with_frm_style .frm_form_field.frm_half.frm_right_container select,
562 + .with_frm_style .frm_form_field.frm_half.frm_right_container textarea,
563 + .with_frm_style .frm_form_field.frm_half.frm_right_container .frm_opt_container,
564 + .with_frm_style .frm_form_field.frm_half.frm_right_container.frm-g-recaptcha,
565 + .with_frm_style .frm_form_field.frm_half.frm_right_container.g-recaptcha,
566 + .with_frm_style .frm_form_field.frm_half.frm_right_container .chosen-container{
567 + max-width:100% !important;
568 + }
569 +
570 + .with_frm_style .frm_form_field.frm_left_half.frm_left_container .frm_primary_label,
571 + .with_frm_style .frm_form_field.frm_right_half.frm_left_container .frm_primary_label,
572 + .with_frm_style .frm_form_field.frm_first_half.frm_left_container .frm_primary_label,
573 + .with_frm_style .frm_form_field.frm_last_half.frm_left_container .frm_primary_label,
574 + .with_frm_style .frm_form_field.frm_half.frm_left_container .frm_primary_label,
575 + .with_frm_style .frm_form_field.frm_left_half.frm_right_container .frm_primary_label,
576 + .with_frm_style .frm_form_field.frm_right_half.frm_right_container .frm_primary_label,
577 + .with_frm_style .frm_form_field.frm_first_half.frm_right_container .frm_primary_label,
578 + .with_frm_style .frm_form_field.frm_last_half.frm_right_container .frm_primary_label,
579 + .with_frm_style .frm_form_field.frm_half.frm_right_container .frm_primary_label{
580 + max-width:100% !important;
581 + margin-right:0;
582 + margin-left:0;
583 + padding-right:0;
584 + padding-left:0;
585 + width:100% !important;
586 + }
587 +
588 +
589 + .with_frm_style .frm_repeat_inline,
590 + .with_frm_style .frm_repeat_grid{
591 + margin: 20px 0;
592 + }
593 +
594 + .with_frm_style .frm_form_field.frm_first_half.frm_right_container div.frm_description,
595 + .with_frm_style .frm_form_field.frm_first_half.frm_right_container .frm_error,
596 + .with_frm_style .frm_form_field.frm_first_half .frm_right_container div.frm_description,
597 + .with_frm_style .frm_form_field.frm_first_half .frm_right_container .frm_error,
598 + .with_frm_style .frm_form_field.frm_last_half.frm_right_container div.frm_description,
599 + .with_frm_style .frm_form_field.frm_last_half.frm_right_container .frm_error,
600 + .with_frm_style .frm_form_field.frm_half.frm_right_container div.frm_description,
601 + .with_frm_style .frm_form_field.frm_half.frm_right_container .frm_error,
602 + .with_frm_style .frm_form_field.frm_first_half.frm_left_container div.frm_description,
603 + .with_frm_style .frm_form_field.frm_first_half.frm_left_container .frm_error,
604 + .with_frm_style .frm_form_field.frm_first_half .frm_left_container div.frm_description,
605 + .with_frm_style .frm_form_field.frm_first_half .frm_left_container .frm_error,
606 + .with_frm_style .frm_form_field.frm_last_half.frm_left_container div.frm_description,
607 + .with_frm_style .frm_form_field.frm_last_half.frm_left_container .frm_error,
608 + .with_frm_style .frm_form_field.frm_half.frm_left_container div.frm_description,
609 + .with_frm_style .frm_form_field.frm_half.frm_left_container .frm_error{
610 + margin-right:0;
611 + margin-left:0;
612 + padding-right:0;
613 + padding-left:0;
614 + }
615 +
616 + .frm_form_field.frm2,
617 + .frm_submit.frm2,
618 + .frm_form_field.frm3,
619 + .frm_submit.frm3,
620 + .frm_form_field.frm4,
621 + .frm_submit.frm4,
622 + .frm_form_field.frm6,
623 + .frm_submit.frm6,
624 + .frm_form_field.frm8,
625 + .frm_submit.frm8,
626 + .frm_form_field.frm9,
627 + .frm_submit.frm9,
628 + .frm_form_field.frm10,
629 + .frm_submit.frm10,
630 + .frm_form_field.frm_half,
631 + .frm_submit.frm_half,
632 + .frm_form_field.frm_left_half,
633 + .frm_form_field.frm_right_half,
634 + .frm_form_field.frm_first_half,
635 + .frm_form_field.frm_last_half,
636 + .frm_form_field.frm_first_third,
637 + .frm_form_field.frm_third,
638 + .frm_submit.frm_third,
639 + .frm_form_field.frm_last_third,
640 + .frm_form_field.frm_first_two_thirds,
641 + .frm_form_field.frm_last_two_thirds,
642 + .frm_form_field.frm_two_thirds,
643 + .frm_form_field.frm_left_fourth,
644 + .frm_form_field.frm_fourth,
645 + .frm_submit.frm_fourth,
646 + .frm_form_field.frm_right_fourth,
647 + .frm_form_field.frm_first_fourth,
648 + .frm_form_field.frm_last_fourth,
649 + .frm_form_field.frm_three_fourths,
650 + .frm_form_field.frm_fifth,
651 + .frm_submit.frm_fifth,
652 + .frm_form_field.frm_two_fifths,
653 + .frm_form_field.frm_three_fifths,
654 + .frm_form_field.frm_four_fifths,
655 + .frm_form_field.frm_sixth,
656 + .frm_submit.frm_sixth,
657 + .frm_form_field.frm_seventh,
658 + .frm_submit.frm_seventh,
659 + .frm_form_field.frm_eighth,
660 + .frm_submit.frm_eighth,
661 + .frm_form_field.frm_first_inline,
662 + .frm_form_field.frm_inline,
663 + .frm_submit.frm_inline,
664 + .frm_form_field.frm_last_inline{
665 + width:100%;
666 + margin-left:0;
667 + margin-right:0;
668 + clear:both;
669 + float:none;
670 + }
671 +
672 + .frm_form_field.frm_four_col .frm_radio,
673 + .frm_form_field.frm_four_col .frm_checkbox{
674 + width:48%;
675 + }
676 +
677 + .frm_form_field.frm_four_col .frm_radio:nth-child(2n+2),
678 + .frm_form_field.frm_four_col .frm_checkbox:nth-child(2n+2){
679 + margin-right:0;
680 + }
681 +}