PluginProbe
Customify / 1.5.3
Customify v1.5.3
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.3, at css/customizer.css

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