PluginProbe
Customify / 1.5.4
Customify v1.5.4
2.10.9 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.7.1 1.3.0 1.3.1 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.6.0 1.6.0.1 1.6.5 1.7.0 1.7.1 All 77 releases
customify / css / customizer.css

customizer.css in Customify 1.5.4, at css/customizer.css

1,712 lines 35.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wp-full-overlay-sidebar *
2 {
3 box-sizing: border-box;
4 }
5
6 .accordion-section-content
7 {
8 overflow: visible;
9 }
10
11 .control-section:not(.control-section-themes) .customize-control
12 {
13 width: 100%;
14 min-height: initial;
15 padding: 0;
16 }
17
18 .customize-controls-close
19 {
20 width: 48px;
21 height: 44px;
22
23 color: #7da9c3;
24 border-top: none;
25 border-right-color: #e0e8ef;
26 background: #fff;
27 }
28 .customize-controls-close:focus,
29 .customize-controls-close:hover
30 {
31 background: #f5fcff;
32 }
33 .customize-controls-close:before
34 {
35 top: 0;
36 }
37
38 #customize-controls .customize-info
39 {
40 border-bottom-color: #e0e8ef;
41 }
42
43 .customize-panel-back,
44 .customize-section-back
45 {
46 height: 74px;
47
48 color: #7da9c3;
49 border-right-color: #e0e8ef;
50 }
51 .customize-panel-back:hover,
52 .customize-panel-back:focus,
53 .customize-section-back:hover,
54 .customize-section-back:focus
55 {
56 border-left-color: #f5fcff;
57 background: #f5fcff;
58 }
59
60 #customize-theme-controls .theme *
61 {
62 box-sizing: content-box;
63 }
64
65 #customize-theme-controls .accordion-section-content
66 {
67 padding: 17px;
68 }
69
70 #customize-theme-controls .customize-section-title
71 {
72 margin-top: -17px;
73 margin-right: -17px;
74 }
75
76 #customize-theme-controls .control-panel-content .control-section:nth-child(2),
77 #customize-theme-controls .control-panel-content .control-section:nth-child(3)
78 {
79 border-top: none;
80 }
81
82 #customize-theme-controls .control-panel-content .control-section:nth-last-child(2)
83 {
84 border-bottom: 1px solid #e0e8ef;
85 }
86
87 #customize-theme-controls #accordion-section-add_menu
88 {
89 overflow: visible;
90
91 text-align: right;
92 }
93 #customize-theme-controls #accordion-section-add_menu .add-menu-toggle
94 {
95 float: none;
96 }
97
98 #customize-theme-controls .customize-pane-child.open
99 {
100 height: 100%;
101 }
102
103 #customize-controls .description
104 {
105 font-size: 12px;
106 font-weight: 300;
107 font-style: normal;
108 line-height: 1.6;
109
110 margin-bottom: 9px;
111
112 text-indent: 0;
113
114 color: #4d7b90;
115 }
116
117 .customize-control-description
118 {
119 margin-top: 6px;
120 }
121
122 .customize-control
123 {
124 margin-bottom: 24px;
125 }
126
127 #accordion-section-themes + .control-section
128 {
129 border-top: none;
130 }
131
132 #customize-controls .panel-meta.customize-info .accordion-section-title
133 {
134 height: 74px;
135
136 border-top: none;
137 }
138
139 .button-controls:after
140 {
141 display: table;
142 clear: both;
143
144 content: ' ';
145 }
146
147 .wp-core-ui .button:not(.theme-details):not(.collapse-sidebar),
148 .wp-core-ui .button-primary,
149 .wp-core-ui .button-secondary
150 {
151 font-size: 13px;
152 font-weight: 400;
153 line-height: 1.4;
154
155 width: auto;
156 padding: 6px 20px;
157
158 transition: all .1s;
159
160 color: #f5fcff;
161 border: none;
162 border-radius: 4px;
163 background: #aed2e5;
164 box-shadow: 0 2px 0 0 #8dbed7;
165 text-shadow: none;
166 }
167 .wp-core-ui .button:not(.theme-details):not(.collapse-sidebar):hover,
168 .wp-core-ui .button-primary:hover,
169 .wp-core-ui .button-secondary:hover
170 {
171 color: white;
172 background: #98c6dd;
173 box-shadow: 0 2px 0 0 #74a7c2;
174 text-shadow: none;
175 }
176
177 .wp-core-ui .button-primary
178 {
179 background: #73c5ee;
180 box-shadow: 0 2px 0 0 #57abd5;
181 }
182 .wp-core-ui .button-primary:hover
183 {
184 background: #58b0dd;
185 box-shadow: 0 2px 0 0 #3f8aaf;
186 }
187
188 .wp-core-ui .reset_section,
189 .wp-core-ui .reset_panel
190 {
191 display: block;
192
193 width: 100%;
194 height: 4em;
195 margin: 0 0 25px;
196 }
197
198 .wp-core-ui .reset_panel
199 {
200 margin-top: 10px;
201 }
202
203 .separator.label
204 {
205 font-size: 14px;
206 font-weight: 600;
207 line-height: 24px;
208
209 display: block;
210 }
211
212 .customize-control-title,
213 .separator.label
214 {
215 color: #416b7e;
216 }
217
218 .separator.section:before,
219 .separator.sub-section:before
220 {
221 position: absolute;
222 z-index: -1;
223 top: 0;
224 right: -18px;
225 bottom: 0;
226 left: -18px;
227
228 content: '';
229 }
230
231 .separator.label
232 {
233 font-weight: 500;
234 }
235
236 .separator.large
237 {
238 font-size: 16px;
239
240 margin-top: 12px;
241
242 color: #39474d;
243 }
244
245 .separator.section
246 {
247 position: relative;
248
249 margin-bottom: 0;
250 padding: 14px 0;
251
252 border: none;
253 background: none;
254 }
255 .separator.section[id*='layout']
256 {
257 margin-top: 0;
258 }
259 .separator.section[id*='layout']:before
260 {
261 border: none;
262 }
263 .separator.section:before
264 {
265 border: 1px solid #e0e8ef;
266 background-color: #fff;
267 box-shadow: 0 1px 0 0 #dfe8ef;
268 }
269
270 .separator.sub-section
271 {
272 position: relative;
273
274 padding: 12px 0;
275 }
276 .separator.sub-section:before
277 {
278 border-top: 1px solid #e0e8ef;
279 border-bottom: 1px solid #e0e8ef;
280 background-color: #f6fbff;
281 }
282 .separator.sub-section + span
283 {
284 font-style: normal;
285
286 margin-top: 20px;
287 }
288
289 .section-navigation-wrapper
290 {
291 position: relative;
292
293 height: 43px;
294 margin: -15px -12px 0 -12px;
295 margin-right: -17px;
296 margin-left: -17px;
297 }
298
299 .section-navigation
300 {
301 display: -ms-flexbox;
302 display: flex;
303 clear: both;
304
305 margin-top: -1px;
306
307 border-top: 1px solid #e0e8ef;
308 }
309 .section-navigation a
310 {
311 display: block;
312
313 padding: 12px 0;
314
315 transition: background-color .15s ease-in-out;
316 text-align: center;
317 text-decoration: none;
318
319 color: #3b484e;
320 border-right: 1px solid #e0e8ef;
321 border-bottom: 1px solid #e0e8ef;
322 background-color: #fff;
323
324 -ms-flex: 1 1 auto;
325 flex: 1 1 auto;
326 }
327 .section-navigation a:last-child
328 {
329 border-right: 0;
330 }
331
332 #customize-controls .customize-info.is-sticky.is-sticky,
333 #customize-controls .customize-section-title.is-sticky.is-sticky
334 {
335 top: 40px;
336 }
337
338 #customize-controls .customize-info.is-in-view.is-in-view,
339 #customize-controls .customize-section-title.is-in-view.is-in-view
340 {
341 box-shadow: none;
342 }
343
344 #customize-controls .has-nav .customize-info,
345 #customize-controls .has-nav .customize-section-title
346 {
347 margin-right: -12px;
348 }
349
350 #customize-controls .customize-section-title.customize-section-title
351 {
352 border-bottom: 0;
353 }
354
355 .customize-section-description-container.section-meta.has-nav
356 {
357 margin-bottom: 0;
358 }
359
360 .font-options__wrapper
361 {
362 position: relative;
363 }
364 .font-options__wrapper:after
365 {
366 position: absolute;
367 z-index: 0;
368 top: 90%;
369 right: 0;
370 left: 0;
371
372 display: block;
373
374 height: 100px;
375
376 content: '';
377 }
378
379 .font-options__head
380 {
381 display: -ms-flexbox;
382 display: flex;
383
384 -ms-flex-pack: justify;
385 justify-content: space-between;
386 }
387 .font-options__head.font-options__head
388 {
389 white-space: nowrap;
390 text-overflow: ellipsis;
391
392 -webkit-appearance: none;
393 }
394
395 .font-options__font-title
396 {
397 font-size: 12px;
398 font-weight: 300;
399 line-height: 20px;
400
401 overflow: hidden;
402
403 margin-right: 26px;
404 margin-left: 10px;
405
406 white-space: nowrap;
407 text-overflow: ellipsis;
408
409 color: #98c6dd;
410 }
411
412 .font-options__options-list
413 {
414 position: absolute;
415 z-index: 2;
416 top: calc(100% + 6px);
417 right: -6px;
418 left: -6px;
419
420 display: block;
421 display: none;
422
423 padding: 10px;
424
425 transition: opacity .15s linear;
426
427 opacity: 0;
428 border: 1px solid #dfe8ef;
429 border-radius: 5px;
430 background-color: #fff;
431 }
432 .font-options__options-list:last-child
433 {
434 margin-bottom: 0;
435 }
436 .font-options__options-list:before,
437 .font-options__options-list:after
438 {
439 position: absolute;
440 z-index: 10;
441 top: -20px;
442 right: 25px;
443
444 width: 0;
445 height: 0;
446
447 content: '';
448
449 border: solid transparent;
450 }
451 .font-options__options-list:before
452 {
453 z-index: 11;
454
455 border-width: 10px;
456 border-bottom-color: white;
457 }
458 .font-options__options-list:after
459 {
460 top: -24px;
461 right: 23px;
462
463 border-width: 12px;
464 border-bottom-color: rgba(0, 0, 0, .075);
465 }
466
467 .customize-control-color .wp-picker-container .wp-picker-open + .wp-picker-input-wrap:after
468 {
469 position: absolute;
470 right: 12px;
471 bottom: 100%;
472
473 width: 0;
474 height: 0;
475
476 border-collapse: separate;
477
478 content: '';
479
480 border-width: 0 9px 9px 9px;
481 border-style: solid;
482 border-color: transparent transparent #fff transparent;
483 }
484
485 .font-options__head,
486 .customize-control input[type=text],
487 .customize-control input[type=checkbox],
488 .customize-control input[type=password],
489 .customize-control input[type=color],
490 .customize-control input[type=date],
491 .customize-control input[type=datetime],
492 .customize-control input[type=datetime-local],
493 .customize-control input[type=email],
494 .customize-control input[type=month],
495 .customize-control input[type=number],
496 .customize-control input[type=radio],
497 .customize-control input[type=tel],
498 .customize-control input[type=time],
499 .customize-control input[type=url],
500 .customize-control input[type=week],
501 .customize-control input[type=search],
502 .customize-control select,
503 .customize-control textarea,
504 .customize-control input[type='number'].range-value,
505 ul.font-options__options-list .select2-container .select2-selection--single
506 {
507 font-size: 14px;
508 line-height: 1.5;
509
510 width: 100%;
511 height: 44px;
512 padding: 10px 14px;
513
514 color: #416b7e;
515 border: 2px solid #b8daeb;
516 border-radius: 4px;
517 outline: 0;
518 background: #fff;
519 }
520 .font-options__head:focus,
521 .customize-control input[type=text]:focus,
522 .customize-control input[type=checkbox]:focus,
523 .customize-control input[type=password]:focus,
524 .customize-control input[type=color]:focus,
525 .customize-control input[type=date]:focus,
526 .customize-control input[type=datetime]:focus,
527 .customize-control input[type=datetime-local]:focus,
528 .customize-control input[type=email]:focus,
529 .customize-control input[type=month]:focus,
530 .customize-control input[type=number]:focus,
531 .customize-control input[type=radio]:focus,
532 .customize-control input[type=tel]:focus,
533 .customize-control input[type=time]:focus,
534 .customize-control input[type=url]:focus,
535 .customize-control input[type=week]:focus,
536 .customize-control input[type=search]:focus,
537 .customize-control select:focus,
538 .customize-control textarea:focus,
539 .customize-control input[type='number'].range-value:focus,
540 ul.font-options__options-list .select2-container .select2-selection--single:focus
541 {
542 border-color: #73c5ee;
543 box-shadow: none;
544 }
545
546 .font-options__head,
547 .customize-control select,
548 ul.font-options__options-list .select2-container .select2-selection--single
549 {
550 font-weight: 600;
551
552 width: 100%;
553
554 background: white url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE1cHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMTUgOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDdXN0b21pZnktQ29weS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjU2LjAwMDAwMCwgLTM4Ni4wMDAwMDApIiBmaWxsPSIjOThDNkRFIj4KICAgICAgICAgICAgPGcgaWQ9IkhlYWRlciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxLjAwMDAwMCwgNDcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29udGVudCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCA3NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iVGl0bGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI2LjAwMDAwMCwgMjE5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iRmllbGQtLS1TZWxlY3QtQ29weSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iU2VsZWN0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMjcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI1NC40ODEyLDE4IEwyNTYsMTkuNTE0IEwyNDguNSwyNyBMMjQxLDE5LjUxNCBMMjQyLjUxODgsMTggTDI0OC41LDIzLjk2NzIgTDI1NC40ODEyLDE4IFoiIGlkPSJQYWdlLTEiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
555 background-position: right 16px top 16px;
556
557 -webkit-appearance: button;
558 -moz-appearance: none;
559 }
560 [multiple].font-options__head,
561 .customize-control select[multiple],
562 ul.font-options__options-list .select2-container [multiple].select2-selection--single
563 {
564 background: white;
565 }
566
567 .customize-control input[type=text],
568 .customize-control textarea
569 {
570 font-size: 13px;
571 }
572
573 .customize-control textarea
574 {
575 height: auto;
576 }
577
578 .customize-control input[type=checkbox],
579 .customize-control input[type=radio]
580 {
581 width: 22px;
582 height: 22px;
583 }
584 .customize-control input[type=checkbox]:checked,
585 .customize-control input[type=radio]:checked
586 {
587 border-color: #5ab9e8;
588 background: #73c5ee;
589 }
590 .customize-control input[type=checkbox]:checked:before,
591 .customize-control input[type=radio]:checked:before
592 {
593 margin: -1px 0 0 -2px;
594
595 color: white;
596 }
597
598 .customize-control.customize-control-checkbox label:not(:only-of-type),
599 .customize-control.customize-control-radio label:not(:only-of-type)
600 {
601 display: inline-block;
602
603 width: calc(49% - 30px);
604 margin-left: 30px;
605 padding-top: 0;
606 padding-bottom: 0;
607
608 text-indent: -6px;
609 }
610
611 .customize-control.customize-control-checkbox label,
612 .customize-control.customize-control-radio label
613 {
614 color: #416b7e;
615 }
616
617 [id*='divider'] + .customize-control.customize-control-checkbox,
618 [id*='divider'] + .customize-control.customize-control-radio
619 {
620 margin-top: 0;
621 }
622
623 .customize-control input[type=radio]
624 {
625 border-radius: 50%;
626 }
627 .customize-control input[type=radio]:checked:before
628 {
629 content: none;
630 }
631
632 .customize-control-html + .customize-control.customize-control-checkbox
633 {
634 margin-top: -24px;
635 }
636
637 .customize-control.customize-control-radio label
638 {
639 margin-top: 12px;
640 }
641
642 .customize-control input[type='range']
643 {
644 width: 65%;
645 }
646
647 .customize-control input[type='range']
648 {
649 position: relative;
650
651 overflow: hidden;
652
653 width: 200px;
654 height: 22px;
655
656 outline: none;
657 background: none;
658
659 -webkit-appearance: none;
660 }
661 .customize-control input[type='range']:before
662 {
663 position: absolute;
664 top: 8px;
665 left: 0;
666
667 width: 100%;
668 height: 6px;
669
670 content: ' ';
671
672 border-radius: 10px;
673 background: #dfe8ef;
674 box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .3);
675 }
676 .customize-control input[type='range']::-webkit-slider-thumb
677 {
678 position: relative;
679 z-index: 3;
680
681 width: 22px;
682 height: 22px;
683
684 border: 2px solid #b8daeb;
685 border-radius: 4px;
686 background: #27ae60;
687 background: #fff;
688
689 -webkit-appearance: none;
690 }
691 .customize-control input[type='range']::-webkit-slider-thumb:before
692 {
693 font-size: 1em;
694
695 position: absolute;
696 top: -5px;
697 left: 5px;
698
699 content: '..';
700 letter-spacing: 1px;
701
702 color: #b8daeb;
703 }
704 .customize-control input[type='range']::-webkit-slider-thumb:after
705 {
706 position: absolute;
707 z-index: 1;
708 top: 6px;
709 right: 20px;
710
711 width: 200px;
712 height: 6px;
713
714 content: ' ';
715
716 background: #73c5ee;
717 }
718
719 .customize-control input[type='number'].range-value
720 {
721 font-size: 13px;
722 line-height: 1;
723
724 top: -5px;
725
726 float: right;
727
728 width: auto;
729 min-width: 40px;
730 max-width: 80px;
731 height: 30px;
732 margin-left: 10px;
733 padding: 4px 0 5px 0;
734
735 text-align: center;
736 }
737
738 .customize-control input[type=number]::-webkit-inner-spin-button,
739 .customize-control input[type=number]::-webkit-outer-spin-button
740 {
741 margin: 0;
742
743 -webkit-appearance: none;
744 }
745
746 .customize-control-color
747 {
748 display: block;
749 }
750 .customize-control-color .customize-control-title,
751 .customize-control-color .separator.label
752 {
753 float: left;
754 }
755 .customize-control-color .wp-picker-container
756 {
757 position: relative;
758 top: -3px;
759
760 float: right;
761 }
762 .customize-control-color .wp-picker-container .wp-picker-holder
763 {
764 position: relative;
765 }
766 .customize-control-color .wp-picker-container .iris-picker
767 {
768 position: absolute;
769 z-index: 1000;
770 top: 40px;
771 right: 0;
772
773 width: 275px !important;
774
775 border: none;
776 border-color: #dfdfde;
777 border-top: none;
778 border-radius: 0 0 3px 3px;
779 background: white;
780 }
781 .customize-control-color .wp-picker-container .iris-picker .iris-square
782 {
783 width: 215px !important;
784 height: 173px !important;
785 margin-right: 0;
786 }
787 .customize-control-color .wp-picker-container .iris-picker .iris-strip
788 {
789 float: right;
790
791 box-shadow: rgba(0, 0, 0, .4) 0 1px 1px inset;
792 }
793 .customize-control-color .wp-picker-container .iris-picker .iris-strip .ui-slider-handle
794 {
795 opacity: 1;
796 border-color: #aaa !important;
797 box-shadow: none;
798 }
799 .customize-control-color .wp-picker-container .iris-picker .iris-palette
800 {
801 width: 24px !important;
802 height: 24px !important;
803
804 border-radius: 50px;
805 box-shadow: rgba(0, 0, 0, .4) 0 1px 1px inset;
806 }
807 .customize-control-color .wp-picker-container .wp-picker-open + .wp-picker-input-wrap
808 {
809 position: absolute;
810 z-index: 1000;
811 top: 35px;
812 right: 0;
813
814 width: 275px;
815 padding: 9px 12px;
816
817 border: none;
818 border-radius: 3px 3px 0 0;
819 background: white;
820 }
821 .customize-control-color .wp-picker-container .wp-picker-open + .wp-picker-input-wrap input.wp-color-picker
822 {
823 font-size: 13px;
824
825 float: left;
826
827 width: 100px;
828 height: auto;
829 margin: 0;
830 padding: 6px 12px;
831
832 text-align: left;
833 }
834 .customize-control-color .wp-picker-container .wp-picker-open + .wp-picker-input-wrap input.button
835 {
836 float: right;
837
838 height: 30px;
839 padding: 4px 12px;
840 }
841 .customize-control-color .wp-color-result
842 {
843 top: 0;
844
845 width: 40px;
846 height: 30px;
847 margin: 0;
848 padding: 0;
849
850 border: 2px solid #b8daeb;
851 border-radius: 4px;
852 background: #2ecc71;
853 box-shadow: none;
854 }
855 .customize-control-color .wp-color-result:after
856 {
857 display: none;
858 }
859
860 #accordion-section-live_css_edit_section .customize-section-title
861 {
862 margin-top: -13px;
863
864 border-bottom: 1px solid #ddd;
865 }
866
867 #accordion-section-live_css_edit_section #css_editor
868 {
869 top: 70px;
870
871 overflow: visible;
872
873 border-top: 10px solid white;
874 }
875 #accordion-section-live_css_edit_section #css_editor:before
876 {
877 position: absolute;
878 z-index: 10000000;
879 top: -10px;
880 left: 0;
881
882 display: block;
883
884 width: 48px;
885 height: 10px;
886
887 content: '';
888
889 background: #e8e8e8;
890 }
891
892 #accordion-section-live_css_edit_section .ace_scroller
893 {
894 padding-left: 10px;
895 }
896
897 .wp-full-overlay.editor_opened
898 {
899 margin-left: 500px;
900 }
901 .wp-full-overlay.editor_opened #customize-controls
902 {
903 width: 500px;
904 }
905 .wp-full-overlay.editor_opened.collapsed #customize-controls
906 {
907 width: 300px;
908 }
909
910 .customize-control-media .current,
911 .customize-control-site_icon .current,
912 li#customize-control-site_logo .current
913 {
914 min-height: 44px;
915 margin-bottom: 10px;
916
917 border: 2px solid #b8daeb;
918 border-radius: 4px;
919 background: #f5fcff;
920 }
921 .customize-control-media .current .container,
922 .customize-control-media .current span,
923 .customize-control-site_icon .current .container,
924 .customize-control-site_icon .current span,
925 li#customize-control-site_logo .current .container,
926 li#customize-control-site_logo .current span
927 {
928 border: none;
929 }
930
931 .customize-control-media .inner,
932 .customize-control-media .current span,
933 .customize-control-site_icon .inner,
934 .customize-control-site_icon .current span,
935 li#customize-control-site_logo .inner,
936 li#customize-control-site_logo .current span
937 {
938 font-size: 13px;
939
940 color: #98c6dd;
941 }
942
943 .customize-control-media .inner,
944 .customize-control-site_icon .inner,
945 li#customize-control-site_logo .inner
946 {
947 line-height: 1.4;
948 }
949
950 .customize-control-media .thumbnail-image,
951 .customize-control-site_icon .thumbnail-image,
952 li#customize-control-site_logo .thumbnail-image
953 {
954 padding: 14px;
955
956 text-align: center;
957 }
958 .customize-control-media .thumbnail-image img,
959 .customize-control-site_icon .thumbnail-image img,
960 li#customize-control-site_logo .thumbnail-image img
961 {
962 width: auto;
963 }
964
965 .customize-control-media .actions,
966 .customize-control-site_icon .actions,
967 li#customize-control-site_logo .actions
968 {
969 margin-bottom: 0;
970 }
971
972 .customize-control-typography select,
973 .customize-control-typography select
974 {
975 margin-bottom: 10px;
976 }
977
978 .customize-control-typography .description,
979 .customize-control-typography .description
980 {
981 margin-top: -3px;
982 }
983
984 .customize-control-typography ul li,
985 .customize-control-typography ul li
986 {
987 width: 100%;
988 margin: 0;
989 }
990
991 .default-preset-button
992 {
993 font-family: 'Open Sans',sans-serif;
994 font-size: 13px;
995
996 float: right;
997
998 margin-right: 4px;
999 padding: 1px 8px;
1000
1001 border: 1px solid #cbcbcb;
1002 border-radius: 3px;
1003 background-color: #f5f6f6;
1004 }
1005
1006 .customize-control-preset .description
1007 {
1008 font-style: normal;
1009
1010 margin-right: 5px;
1011 }
1012
1013 .customify_preset.radio_buttons .customify_radio_button
1014 {
1015 position: relative;
1016
1017 display: inline-block;
1018 overflow: hidden;
1019
1020 height: auto;
1021 margin: 3px;
1022 padding: 2px;
1023
1024 border: none;
1025 }
1026 .customify_preset.radio_buttons .customify_radio_button input[type='radio']
1027 {
1028 position: absolute;
1029 z-index: 9999;
1030
1031 width: 100%;
1032 height: 100%;
1033
1034 opacity: 0;
1035 }
1036 .customify_preset.radio_buttons .customify_radio_button input[type='radio']:checked + label
1037 {
1038 background-color: #ebebeb;
1039 }
1040 .customify_preset.radio_buttons .customify_radio_button input[type='radio']:checked + label:before
1041 {
1042 content: '>';
1043
1044 color: inherit;
1045 }
1046 .customify_preset.radio_buttons .customify_radio_button input[type='radio']:checked + label:after
1047 {
1048 content: '<';
1049
1050 color: inherit;
1051 }
1052 .customify_preset.radio_buttons .customify_radio_button input[type='radio']:checked:before
1053 {
1054 opacity: 0;
1055 }
1056 .customify_preset.radio_buttons .customify_radio_button label
1057 {
1058 position: relative;
1059 z-index: 999;
1060
1061 border-left: 4px solid;
1062 }
1063
1064 .customify_preset .awesome_preset
1065 {
1066 position: relative;
1067
1068 display: inline-block;
1069
1070 width: 45%;
1071 margin-top: 5px;
1072 margin-bottom: 25px;
1073
1074 transition: all .2s;
1075 text-align: center;
1076
1077 color: white;
1078 }
1079 .customify_preset .awesome_preset:hover
1080 {
1081 opacity: .9;
1082 }
1083 .customify_preset .awesome_preset:before
1084 {
1085 position: absolute;
1086 z-index: 5;
1087 top: 1px;
1088 right: 1px;
1089 bottom: 1px;
1090 left: 1px;
1091
1092 content: '';
1093
1094 opacity: .5;
1095 border: 1px solid #fff;
1096 border-radius: 4px;
1097 background: transparent;
1098 }
1099 .customify_preset .awesome_preset .preset-wrap .preset-color
1100 {
1101 height: 128px;
1102 padding: 17px 0 27px;
1103
1104 border-radius: 4px 4px 0 0;
1105 }
1106 .customify_preset .awesome_preset .preset-wrap .preset-color .first-font
1107 {
1108 font-size: 55px;
1109 line-height: 1;
1110
1111 display: inline-block;
1112
1113 width: 100%;
1114 }
1115 .customify_preset .awesome_preset .preset-wrap .preset-color .secondary-font
1116 {
1117 font-size: 20px;
1118 line-height: 1;
1119
1120 display: inline-block;
1121
1122 width: 100%;
1123 margin-top: 8px;
1124 }
1125 .customify_preset .awesome_preset .preset-wrap .preset-name
1126 {
1127 font-size: 11px;
1128
1129 position: relative;
1130
1131 padding: 1px;
1132
1133 text-transform: UPPERCASE;
1134
1135 border-radius: 0 0 4px 4px;
1136 }
1137 .customify_preset .awesome_preset .preset-wrap .preset-name:before
1138 {
1139 position: absolute;
1140 top: -10px;
1141 left: 40%;
1142
1143 content: '';
1144
1145 border: 10px solid;
1146 border-color: inherit;
1147 border-top: transparent;
1148 border-right-color: transparent;
1149 border-bottom-color: inherit;
1150 border-left-color: transparent;
1151 }
1152 .customify_preset .awesome_preset:nth-child(odd)
1153 {
1154 margin-right: 7%;
1155 }
1156 .customify_preset .awesome_preset input[type=radio]
1157 {
1158 position: absolute;
1159 z-index: 10;
1160 top: 0;
1161 left: 0;
1162
1163 display: inline-block;
1164
1165 width: 100%;
1166 height: 100%;
1167 margin: 0;
1168
1169 color: #006505;
1170 border: 0;
1171 border-radius: 0;
1172 background-color: transparent;
1173 box-shadow: none;
1174 }
1175 .customify_preset .awesome_preset input[type=radio]:checked:before
1176 {
1177 position: absolute;
1178 z-index: 1;
1179 top: -13px;
1180 right: -14px;
1181
1182 width: 25px;
1183 height: 25px;
1184
1185 background: #fff;
1186 }
1187 .customify_preset .awesome_preset input[type=radio]:checked:after
1188 {
1189 position: absolute;
1190 z-index: 10;
1191 top: -5px;
1192 right: -5px;
1193
1194 width: 26px;
1195 height: 26px;
1196
1197 content: '';
1198
1199 border-radius: 50%;
1200 background: #73c5ee url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEzcHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMTMgOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDdXN0b21pZnktQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxLjAwMDAwMCwgLTQwOC4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIj4KICAgICAgICAgICAgPGcgaWQ9IkhlYWRlciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxLjAwMDAwMCwgNDcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29udGVudCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCA3NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iRmllbGQtLS1DaGVja2JveC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNy4wMDAwMDAsIDI0OS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkNoZWNrYm94IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMzAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTAuMDM4NDk1LDE2IEwxNy4xMTYxMzc1LDguOTIxNDg3NiBMMTUuMTk0NjQ5OCw3IEwxMC4wMzg0OTUsMTIuMTU1MDY3NCBMNi45MjE0ODc2LDkuMDM4OTI5OTcgTDUsMTAuOTYwNDE3NiBMMTAuMDM4NDk1LDE2IFoiIGlkPSJQYWdlLTEiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
1201 background-position: center center;
1202
1203 -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
1204 filter: alpha(opacity=0);
1205 }
1206
1207 .customify_radio_image
1208 {
1209 display: inline-block;
1210 }
1211 .customify_radio_image label
1212 {
1213 position: relative;
1214
1215 display: block;
1216 float: left;
1217
1218 margin-right: 10px;
1219 }
1220 .customify_radio_image label input[type=radio]
1221 {
1222 position: absolute;
1223 top: 0;
1224 right: 0;
1225 bottom: 0;
1226 left: 0;
1227
1228 visibility: hidden;
1229
1230 width: 100%;
1231 height: 100%;
1232 }
1233 .customify_radio_image label input[type=radio] img
1234 {
1235 cursor: pointer;
1236
1237 border: 2px solid transparent;
1238 }
1239 .customify_radio_image label input[type=radio]:checked + img
1240 {
1241 border: 3px solid #73c5ee;
1242 }
1243
1244 .customify_ace_editor
1245 {
1246 display: block;
1247
1248 min-height: 200px;
1249
1250 border: 1px solid #ddd;
1251 }
1252
1253 .customize-control-custom_background .hide
1254 {
1255 display: none;
1256 }
1257
1258 .customize-control-custom_background .upload_button_div
1259 {
1260 margin: 10px 0;
1261 }
1262 .customize-control-custom_background .upload_button_div > *
1263 {
1264 margin-right: 10px;
1265 }
1266
1267 .customize-control-custom_background .preview_screenshot
1268 {
1269 margin: 10px 0;
1270
1271 text-align: center;
1272 }
1273 .customize-control-custom_background .preview_screenshot img
1274 {
1275 border: 2px solid #ccc;
1276 }
1277
1278 #customify_import_demo_data_button
1279 {
1280 display: inline-block;
1281
1282 width: 70%;
1283 height: auto;
1284 margin: 0 15% 10% 15%;
1285 padding: 10px;
1286
1287 text-align: center;
1288 }
1289
1290 .import_step_note
1291 {
1292 display: inline-block;
1293
1294 width: 100%;
1295 margin: 5px;
1296 }
1297 .import_step_note:before
1298 {
1299 content: '\1F449';
1300 }
1301 .import_step_note.success:before
1302 {
1303 content: '\1F44D';
1304 }
1305 .import_step_note.failed:before
1306 {
1307 content: '\274C';
1308 }
1309
1310 #customize-header-actions
1311 {
1312 border-color: #e0e8ef;
1313 background: #fff;
1314 }
1315
1316 .wp-full-overlay-sidebar,
1317 .customize-themes-panel
1318 {
1319 border-right: 1px solid #e0e8ef;
1320 background: #eaf9fe;
1321 }
1322
1323 #customize-theme-controls #accordion-section-menu_locations
1324 {
1325 border-bottom: 1px solid #e0e8ef;
1326 }
1327
1328 #customize-controls #accordion-section-themes > .accordion-section-title
1329 {
1330 font-weight: 600;
1331
1332 border-bottom: 1px solid #e0e8ef;
1333 }
1334 #customize-controls #accordion-section-themes > .accordion-section-title:hover
1335 {
1336 background: #fff;
1337 }
1338
1339 #customize-controls .panel-meta.customize-info
1340 {
1341 border-bottom-color: #e0e8ef;
1342 }
1343
1344 #customize-theme-controls .control-section .accordion-section-title
1345 {
1346 font-weight: 400;
1347
1348 border-top: 1px solid #e0e8ef;
1349 border-bottom: none;
1350 }
1351
1352 #customize-theme-controls .control-section:last-of-type > .accordion-section-title
1353 {
1354 border-bottom: 1px solid #e0e8ef;
1355 }
1356
1357 #customize-theme-controls .customize-section-title
1358 {
1359 border-top: 1px solid #e0e8ef;
1360 border-bottom: 1px solid #e0e8ef;
1361 }
1362
1363 #customize-controls .control-section .accordion-section-title:focus,
1364 #customize-controls .control-section .accordion-section-title:hover,
1365 #customize-controls .control-section.open .accordion-section-title,
1366 #customize-controls .control-section:hover > .accordion-section-title
1367 {
1368 color: #056184;
1369 border-left-color: #f5fcff;
1370 background: #f5fcff;
1371 }
1372
1373 [data-balloon]
1374 {
1375 position: relative;
1376 }
1377
1378 [data-balloon]::before
1379 {
1380 font-size: 12px;
1381
1382 position: absolute;
1383 z-index: 10;
1384
1385 padding: .5em 1em;
1386
1387 content: attr(data-balloon);
1388 transition: all .18s ease-out;
1389 white-space: nowrap;
1390 pointer-events: none;
1391
1392 opacity: 0;
1393 color: #fff;
1394 border-radius: 4px;
1395 background: rgba(17, 17, 17, .9);
1396 }
1397
1398 [data-balloon]::after
1399 {
1400 position: absolute;
1401 z-index: 10;
1402
1403 width: 18px;
1404 height: 6px;
1405
1406 content: '';
1407 transition: all .18s ease-out;
1408 pointer-events: none;
1409
1410 opacity: 0;
1411 background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
1412 background-size: 100% auto;
1413 }
1414
1415 [data-balloon]:hover::before,
1416 [data-balloon]:hover::after
1417 {
1418 pointer-events: auto;
1419
1420 opacity: 1;
1421 }
1422
1423 [data-balloon][data-balloon-pos='up']::before
1424 {
1425 bottom: 100%;
1426 left: 50%;
1427
1428 margin-bottom: 11px;
1429
1430 -webkit-transform: translate3d(-50%, 10px, 0);
1431 transform: translate3d(-50%, 10px, 0);
1432 -webkit-transform-origin: top;
1433 transform-origin: top;
1434 }
1435
1436 [data-balloon][data-balloon-pos='up']::after
1437 {
1438 bottom: 100%;
1439 left: 50%;
1440
1441 margin-bottom: 5px;
1442
1443 -webkit-transform: translate3d(-50%, 10px, 0);
1444 transform: translate3d(-50%, 10px, 0);
1445 -webkit-transform-origin: top;
1446 transform-origin: top;
1447 }
1448
1449 [data-balloon][data-balloon-pos='up']:hover::before
1450 {
1451 -webkit-transform: translate3d(-50%, 0, 0);
1452 transform: translate3d(-50%, 0, 0);
1453 }
1454
1455 [data-balloon][data-balloon-pos='up']:hover::after
1456 {
1457 -webkit-transform: translate3d(-50%, 0, 0);
1458 transform: translate3d(-50%, 0, 0);
1459 }
1460
1461 [data-balloon][data-balloon-pos='down']::before
1462 {
1463 top: 100%;
1464 left: 50%;
1465
1466 margin-top: 11px;
1467
1468 -webkit-transform: translate3d(-50%, -10px, 0);
1469 transform: translate3d(-50%, -10px, 0);
1470 }
1471
1472 [data-balloon][data-balloon-pos='down']::after
1473 {
1474 top: 100%;
1475 left: 50%;
1476
1477 width: 18px;
1478 height: 6px;
1479 margin-top: 5px;
1480
1481 -webkit-transform: translate3d(-50%, -10px, 0);
1482 transform: translate3d(-50%, -10px, 0);
1483
1484 background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
1485 background-size: 100% auto;
1486 }
1487
1488 [data-balloon][data-balloon-pos='down']:hover::before
1489 {
1490 -webkit-transform: translate3d(-50%, 0, 0);
1491 transform: translate3d(-50%, 0, 0);
1492 }
1493
1494 [data-balloon][data-balloon-pos='down']:hover::after
1495 {
1496 -webkit-transform: translate3d(-50%, 0, 0);
1497 transform: translate3d(-50%, 0, 0);
1498 }
1499
1500 [data-balloon][data-balloon-pos='left']::before
1501 {
1502 top: 50%;
1503 right: 100%;
1504
1505 margin-right: 11px;
1506
1507 -webkit-transform: translate3d(10px, -50%, 0);
1508 transform: translate3d(10px, -50%, 0);
1509 }
1510
1511 [data-balloon][data-balloon-pos='left']::after
1512 {
1513 top: 50%;
1514 right: 100%;
1515
1516 width: 6px;
1517 height: 18px;
1518 margin-right: 5px;
1519
1520 -webkit-transform: translate3d(10px, -50%, 0);
1521 transform: translate3d(10px, -50%, 0);
1522
1523 background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(-90 18 18)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
1524 background-size: 100% auto;
1525 }
1526
1527 [data-balloon][data-balloon-pos='left']:hover::before
1528 {
1529 -webkit-transform: translate3d(0, -50%, 0);
1530 transform: translate3d(0, -50%, 0);
1531 }
1532
1533 [data-balloon][data-balloon-pos='left']:hover::after
1534 {
1535 -webkit-transform: translate3d(0, -50%, 0);
1536 transform: translate3d(0, -50%, 0);
1537 }
1538
1539 [data-balloon][data-balloon-pos='right']::before
1540 {
1541 top: 50%;
1542 left: 100%;
1543
1544 margin-left: 11px;
1545
1546 -webkit-transform: translate3d(-10px, -50%, 0);
1547 transform: translate3d(-10px, -50%, 0);
1548 }
1549
1550 [data-balloon][data-balloon-pos='right']::after
1551 {
1552 top: 50%;
1553 left: 100%;
1554
1555 width: 6px;
1556 height: 18px;
1557 margin-left: 5px;
1558
1559 -webkit-transform: translate3d(-10px, -50%, 0);
1560 transform: translate3d(-10px, -50%, 0);
1561
1562 background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(90 6 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
1563 background-size: 100% auto;
1564 }
1565
1566 [data-balloon][data-balloon-pos='right']:hover::before
1567 {
1568 -webkit-transform: translate3d(0, -50%, 0);
1569 transform: translate3d(0, -50%, 0);
1570 }
1571
1572 [data-balloon][data-balloon-pos='right']:hover::after
1573 {
1574 -webkit-transform: translate3d(0, -50%, 0);
1575 transform: translate3d(0, -50%, 0);
1576 }
1577
1578 [data-balloon][data-balloon-length='small']::before
1579 {
1580 width: 80px;
1581
1582 white-space: normal;
1583 }
1584
1585 [data-balloon][data-balloon-length='medium']::before
1586 {
1587 width: 150px;
1588
1589 white-space: normal;
1590 }
1591
1592 [data-balloon][data-balloon-length='large']::before
1593 {
1594 width: 260px;
1595
1596 white-space: normal;
1597 }
1598
1599 [data-balloon][data-balloon-length='xlarge']::before
1600 {
1601 width: 380px;
1602
1603 white-space: normal;
1604 }
1605
1606 @media screen and (max-width: 768px)
1607 {
1608 [data-balloon][data-balloon-length='xlarge']::before
1609 {
1610 width: 90vw;
1611
1612 white-space: normal;
1613 }
1614 }
1615
1616 [data-balloon][data-balloon-length='fit']::before
1617 {
1618 width: 100%;
1619
1620 white-space: normal;
1621 }
1622
1623 .font-options__wrapper .font-options__options-list
1624 {
1625 border-color: #b8daeb;
1626 box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
1627 }
1628
1629 .font-options__wrapper .font-options__option
1630 {
1631 margin-bottom: 12px;
1632 }
1633 .font-options__wrapper .font-options__option label
1634 {
1635 display: block;
1636
1637 margin-bottom: 6px;
1638 }
1639
1640 .font-options__wrapper [type=checkbox]:checked ~ .font-options__options-list
1641 {
1642 display: block;
1643
1644 opacity: 1;
1645 }
1646
1647 input.customify_font_tooltip
1648 {
1649 display: none;
1650 }
1651
1652 ul.font-options__options-list .select2-container
1653 {
1654 width: 100% !important;
1655 }
1656 ul.font-options__options-list .select2-container .select2-selection--single
1657 {
1658 -webkit-appearance: initial;
1659 }
1660 ul.font-options__options-list .select2-container .select2-selection--single .select2-selection__arrow
1661 {
1662 display: none;
1663 }
1664
1665 ul.font-options__options-list .select2-container--default .select2-selection--single .select2-selection__rendered
1666 {
1667 line-height: initial;
1668
1669 color: inherit;
1670 }
1671
1672 .select2-container.select2-container--open
1673 {
1674 z-index: 99999999;
1675 }
1676
1677 .wp-customizer .widget-conditional .condition-control:after
1678 {
1679 display: table;
1680 clear: both;
1681
1682 content: ' ';
1683 }
1684
1685 .wp-customizer .widget-conditional .selection
1686 {
1687 margin-right: 0;
1688 margin-bottom: 10px;
1689 margin-left: 0;
1690 padding-right: 50px;
1691 padding-bottom: 19px;
1692 padding-left: 28px;
1693
1694 border-bottom: 1px solid #cbcfd4;
1695 }
1696
1697 .wp-customizer .widget-conditional .condition:last-child .selection
1698 {
1699 border: 0;
1700 }
1701
1702 .wp-customizer .widget-conditional select
1703 {
1704 width: 170px;
1705 max-width: 100%;
1706 }
1707
1708 .wp-customizer .widget-conditional .condition-top select
1709 {
1710 width: 130px;
1711 }
1712