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