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 -1445 1.5.31.2.3 View file →
@@ -1,492 +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 -.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 80 .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;
81 +.wp-core-ui .reset_panel {
82 + width: 100%;
83 + height: 4em;
84 + display: block;
85 + margin: 0px 0 25px;
196 86 }
197 -
198 -.wp-core-ui .reset_panel
199 -{
200 - margin-top: 10px;
87 +.wp-core-ui .reset_panel {
88 + margin-top: 10px;
201 89 }
202 90
203 -.separator.label
204 -{
205 - font-size: 14px;
206 - font-weight: 600;
207 - line-height: 24px;
208 -
209 - 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;
210 99 }
211 100
212 -.customize-control-title,
213 -.separator.label
214 -{
215 - color: #416b7e;
101 +.customize-control-title, .separator.label {
102 + color: #416B7E;
216 103 }
217 104
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: '';
105 +.separator.label {
106 + margin-bottom: -3px;
107 + margin-bottom: -15px;
229 108 }
230 -
231 -.separator.label
232 -{
233 - font-weight: 500;
234 -
235 - margin-bottom: -3px;
236 - margin-bottom: -15px;
109 +.separator.large {
110 + margin-top: 12px;
111 + font-size: 16px;
112 + color: #39474D;
237 113 }
238 114
239 -.separator.large
240 -{
241 - font-size: 16px;
242 -
243 - margin-top: 12px;
244 -
245 - 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;
246 126 }
247 127
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 128 .customize-control input[type=text],
490 129 .customize-control input[type=checkbox],
491 130 .customize-control input[type=password],
492 131 .customize-control input[type=color],
@@ -503,25 +142,20 @@
503 142 .customize-control input[type=week],
504 143 .customize-control input[type=search],
505 144 .customize-control select,
506 145 .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;
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;
522 157 }
523 -.font-options__head:focus,
524 158 .customize-control input[type=text]:focus,
525 159 .customize-control input[type=checkbox]:focus,
526 160 .customize-control input[type=password]:focus,
527 161 .customize-control input[type=color]:focus,
@@ -538,1177 +172,766 @@
538 172 .customize-control input[type=week]:focus,
539 173 .customize-control input[type=search]:focus,
540 174 .customize-control select:focus,
541 175 .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;
176 +.customize-control input[type="number"].range-value:focus {
177 + border-color: #73C5EE;
178 + box-shadow: none;
547 179 }
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 180 .customize-control input[type=text],
571 -.customize-control textarea
572 -{
573 - font-size: 13px;
181 +.customize-control textarea {
182 + font-size: 13px;
574 183 }
575 -
576 -.customize-control textarea
577 -{
578 - height: auto;
184 +.customize-control textarea {
185 + height: auto;
579 186 }
580 -
581 187 .customize-control input[type=checkbox],
582 -.customize-control input[type=radio]
583 -{
584 - width: 22px;
585 - height: 22px;
188 +.customize-control input[type=radio] {
189 + width: 22px;
190 + height: 22px;
586 191 }
587 192 .customize-control input[type=checkbox]:checked,
588 -.customize-control input[type=radio]:checked
589 -{
590 - border-color: #5ab9e8;
591 - background: #73c5ee;
193 +.customize-control input[type=radio]:checked {
194 + background: #73C5EE;
195 + border-color: #5AB9E8;
592 196 }
593 197 .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;
198 +.customize-control input[type=radio]:checked:before {
199 + color: white;
200 + margin: -1px 0 0 -2px;
599 201 }
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;
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;
612 208 }
613 -
614 -.customize-control.customize-control-checkbox label,
615 -.customize-control.customize-control-radio label
616 -{
617 - color: #416b7e;
209 +.customize-control input[type=radio] {
210 + border-radius: 50%;
618 211 }
619 -
620 -[id*='divider'] + .customize-control.customize-control-checkbox,
621 -[id*='divider'] + .customize-control.customize-control-radio
622 -{
623 - margin-top: 0;
212 +.customize-control input[type=radio]:checked:before {
213 + content: none;
624 214 }
625 -
626 -.customize-control input[type=radio]
627 -{
628 - border-radius: 50%;
215 +.customize-control.customize-control-radio label {
216 + margin-top: 12px;
629 217 }
630 -.customize-control input[type=radio]:checked:before
631 -{
632 - content: none;
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;
633 225 }
634 -
635 -.customize-control-html + .customize-control.customize-control-checkbox
636 -{
637 - margin-top: -24px;
226 +.customize-control select[multiple] {
227 + background: white;
638 228 }
639 -
640 -.customize-control.customize-control-radio label
641 -{
642 - margin-top: 12px;
229 +.customize-control input[type="range"] {
230 + width: 65%;
643 231 }
644 -
645 -.customize-control input[type='range']
646 -{
647 - 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;
648 240 }
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;
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;
663 251 }
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);
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;
678 262 }
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;
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;
693 271 }
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;
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;
706 281 }
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;
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;
720 294 }
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 295 .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;
296 +.customize-control input[type=number]::-webkit-outer-spin-button {
297 + -webkit-appearance: none;
298 + margin: 0;
747 299 }
748 300
749 -.customize-control-color
750 -{
751 - display: block;
301 +.customize-control-color {
302 + display: block;
752 303 }
753 -.customize-control-color .customize-control-title,
754 -.customize-control-color .separator.label
755 -{
756 - float: left;
304 +.customize-control-color .customize-control-title, .customize-control-color .separator.label {
305 + float: left;
757 306 }
758 -.customize-control-color .wp-picker-container
759 -{
760 - position: relative;
761 - top: -3px;
762 -
763 - float: right;
307 +.customize-control-color .wp-picker-container {
308 + position: relative;
309 + float: right;
310 + top: -3px;
764 311 }
765 -.customize-control-color .wp-picker-container .wp-picker-holder
766 -{
767 - position: relative;
312 +.customize-control-color .wp-picker-container .wp-picker-holder {
313 + position: relative;
768 314 }
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;
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;
783 326 }
784 -.customize-control-color .wp-picker-container .iris-picker .iris-square
785 -{
786 - width: 215px !important;
787 - height: 173px !important;
788 - 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;
789 331 }
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;
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;
795 335 }
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;
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;
801 340 }
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;
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;
809 346 }
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;
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;
823 357 }
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;
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;
836 366 }
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;
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;
843 371 }
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;
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;
857 382 }
858 -.customize-control-color .wp-color-result:after
859 -{
860 - display: none;
383 +.customize-control-color .wp-color-result:after {
384 + display: none;
861 385 }
862 386
863 -#accordion-section-live_css_edit_section .customize-section-title
864 -{
865 - margin-top: -13px;
866 -
867 - 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;
868 390 }
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;
391 +#accordion-section-live_css_edit_section #css_editor {
392 + top: 70px;
393 + border-top: 10px solid white;
394 + overflow: visible;
877 395 }
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;
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;
893 406 }
894 -
895 -#accordion-section-live_css_edit_section .ace_scroller
896 -{
897 - padding-left: 10px;
407 +#accordion-section-live_css_edit_section .ace_scroller {
408 + padding-left: 10px;
898 409 }
899 410
900 -.wp-full-overlay.editor_opened
901 -{
902 - margin-left: 500px;
411 +.wp-full-overlay.editor_opened {
412 + margin-left: 500px;
903 413 }
904 -.wp-full-overlay.editor_opened #customize-controls
905 -{
906 - width: 500px;
414 +.wp-full-overlay.editor_opened #customize-controls {
415 + width: 500px;
907 416 }
908 -.wp-full-overlay.editor_opened.collapsed #customize-controls
909 -{
910 - width: 300px;
417 +.wp-full-overlay.editor_opened.collapsed #customize-controls {
418 + width: 300px;
911 419 }
912 420
913 421 .customize-control-media .current,
914 422 .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;
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;
923 429 }
924 -.customize-control-media .current .container,
925 -.customize-control-media .current span,
430 +.customize-control-media .current .container, .customize-control-media .current span,
926 431 .customize-control-site_icon .current .container,
927 432 .customize-control-site_icon .current span,
928 433 li#customize-control-site_logo .current .container,
929 -li#customize-control-site_logo .current span
930 -{
931 - border: none;
434 +li#customize-control-site_logo .current span {
435 + border: none;
932 436 }
933 -
934 -.customize-control-media .inner,
935 -.customize-control-media .current span,
437 +.customize-control-media .inner, .customize-control-media .current span,
936 438 .customize-control-site_icon .inner,
937 439 .customize-control-site_icon .current span,
938 440 li#customize-control-site_logo .inner,
939 -li#customize-control-site_logo .current span
940 -{
941 - font-size: 13px;
942 -
943 - color: #98c6dd;
441 +li#customize-control-site_logo .current span {
442 + font-size: 13px;
443 + color: #98C6DD;
944 444 }
945 -
946 445 .customize-control-media .inner,
947 446 .customize-control-site_icon .inner,
948 -li#customize-control-site_logo .inner
949 -{
950 - line-height: 1.4;
447 +li#customize-control-site_logo .inner {
448 + line-height: 1.4;
951 449 }
952 -
953 450 .customize-control-media .thumbnail-image,
954 451 .customize-control-site_icon .thumbnail-image,
955 -li#customize-control-site_logo .thumbnail-image
956 -{
957 - padding: 14px;
958 -
959 - text-align: center;
452 +li#customize-control-site_logo .thumbnail-image {
453 + padding: 14px;
454 + text-align: center;
960 455 }
961 456 .customize-control-media .thumbnail-image img,
962 457 .customize-control-site_icon .thumbnail-image img,
963 -li#customize-control-site_logo .thumbnail-image img
964 -{
965 - width: auto;
458 +li#customize-control-site_logo .thumbnail-image img {
459 + width: auto;
966 460 }
967 -
968 461 .customize-control-media .actions,
969 462 .customize-control-site_icon .actions,
970 -li#customize-control-site_logo .actions
971 -{
972 - margin-bottom: 0;
463 +li#customize-control-site_logo .actions {
464 + margin-bottom: 0;
973 465 }
974 466
975 -.customize-control-typography select,
976 -.customize-control-typography select
977 -{
978 - margin-bottom: 10px;
467 +/**
468 + * Typography
469 + */
470 +.customize-control-typography select {
471 + margin-bottom: 10px;
979 472 }
980 -
981 -.customize-control-typography .description,
982 -.customize-control-typography .description
983 -{
984 - margin-top: -3px;
473 +.customize-control-typography .description {
474 + margin-top: -3px;
985 475 }
986 -
987 -.customize-control-typography ul li,
988 -.customize-control-typography ul li
989 -{
990 - width: 100%;
991 - margin: 0;
476 +.customize-control-typography ul li {
477 + width: 100%;
478 + margin: 0;
992 479 }
993 480
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;
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;
1007 493 }
1008 494
1009 -.customize-control-preset .description
1010 -{
1011 - font-style: normal;
1012 -
1013 - margin-right: 5px;
495 +.customize-control-preset .description {
496 + margin-right: 5px;
497 + font-style: normal;
1014 498 }
1015 499
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;
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;
1028 508 }
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;
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;
1038 515 }
1039 -.customify_preset.radio_buttons .customify_radio_button input[type='radio']:checked + label
1040 -{
1041 - background-color: #ebebeb;
516 +.customify_preset.radio_buttons .customify_radio_button input[type="radio"]:checked + label {
517 + background-color: #ebebeb;
1042 518 }
1043 -.customify_preset.radio_buttons .customify_radio_button input[type='radio']:checked + label:before
1044 -{
1045 - content: '>';
1046 -
1047 - color: inherit;
519 +.customify_preset.radio_buttons .customify_radio_button input[type="radio"]:checked + label:before {
520 + content: '>';
521 + color: inherit;
1048 522 }
1049 -.customify_preset.radio_buttons .customify_radio_button input[type='radio']:checked + label:after
1050 -{
1051 - content: '<';
1052 -
1053 - color: inherit;
523 +.customify_preset.radio_buttons .customify_radio_button input[type="radio"]:checked + label:after {
524 + content: '<';
525 + color: inherit;
1054 526 }
1055 -.customify_preset.radio_buttons .customify_radio_button input[type='radio']:checked:before
1056 -{
1057 - opacity: 0;
527 +.customify_preset.radio_buttons .customify_radio_button input[type="radio"]:checked:before {
528 + opacity: 0;
1058 529 }
1059 -.customify_preset.radio_buttons .customify_radio_button label
1060 -{
1061 - position: relative;
1062 - z-index: 999;
1063 -
1064 - 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;
1065 534 }
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;
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;
1081 544 }
1082 -.customify_preset .awesome_preset:hover
1083 -{
1084 - opacity: .9;
545 +.customify_preset .awesome_preset:hover {
546 + opacity: 0.9;
1085 547 }
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;
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;
1101 560 }
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;
561 +.customify_preset .awesome_preset .preset-wrap .preset-color {
562 + height: 128px;
563 + border-radius: 4px 4px 0 0;
564 + padding: 17px 0 27px;
1108 565 }
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%;
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;
1117 571 }
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;
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;
1127 578 }
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;
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;
1139 585 }
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;
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%;
1154 597 }
1155 -.customify_preset .awesome_preset:nth-child(odd)
1156 -{
1157 - margin-right: 7%;
598 +.customify_preset .awesome_preset:nth-child(odd) {
599 + margin-right: 7%;
1158 600 }
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;
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;
1177 615 }
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;
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;
1189 624 }
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);
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;
1208 638 }
1209 639
1210 -.customify_radio_image
1211 -{
1212 - display: inline-block;
640 +.customify_radio_image {
641 + display: inline-block;
1213 642 }
1214 -.customify_radio_image label
1215 -{
1216 - position: relative;
1217 -
1218 - display: block;
1219 - float: left;
1220 -
1221 - margin-right: 10px;
643 +.customify_radio_image label {
644 + display: block;
645 + float: left;
646 + margin-right: 10px;
647 + position: relative;
1222 648 }
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%;
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;
1235 658 }
1236 -.customify_radio_image label input[type=radio] img
1237 -{
1238 - cursor: pointer;
1239 -
1240 - border: 2px solid transparent;
659 +.customify_radio_image label input[type=radio] img {
660 + cursor: pointer;
661 + border: 2px solid transparent;
1241 662 }
1242 -.customify_radio_image label input[type=radio]:checked + img
1243 -{
1244 - border: 3px solid #73c5ee;
663 +.customify_radio_image label input[type=radio]:checked + img {
664 + border: 3px solid #73C5EE;
1245 665 }
1246 666
1247 -.customify_ace_editor
1248 -{
1249 - display: block;
1250 -
1251 - min-height: 200px;
1252 -
1253 - border: 1px solid #ddd;
667 +.customify_ace_editor {
668 + display: block;
669 + min-height: 200px;
670 + border: 1px solid #ddd;
1254 671 }
1255 672
1256 -.customize-control-custom_background .hide
1257 -{
1258 - display: none;
673 +.customize-control-custom_background .hide {
674 + display: none;
1259 675 }
1260 -
1261 -.customize-control-custom_background .upload_button_div
1262 -{
1263 - margin: 10px 0;
676 +.customize-control-custom_background .upload_button_div {
677 + margin: 10px 0;
1264 678 }
1265 -.customize-control-custom_background .upload_button_div > *
1266 -{
1267 - margin-right: 10px;
679 +.customize-control-custom_background .upload_button_div > * {
680 + margin-right: 10px;
1268 681 }
1269 -
1270 -.customize-control-custom_background .preview_screenshot
1271 -{
1272 - margin: 10px 0;
1273 -
1274 - text-align: center;
682 +.customize-control-custom_background .preview_screenshot {
683 + text-align: center;
684 + margin: 10px 0;
1275 685 }
1276 -.customize-control-custom_background .preview_screenshot img
1277 -{
1278 - border: 2px solid #ccc;
686 +.customize-control-custom_background .preview_screenshot img {
687 + border: 2px solid #ccc;
1279 688 }
1280 689
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;
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%;
1291 697 }
1292 698
1293 -.import_step_note
1294 -{
1295 - display: inline-block;
1296 -
1297 - width: 100%;
1298 - margin: 5px;
699 +.import_step_note {
700 + margin: 5px;
701 + width: 100%;
702 + display: inline-block;
1299 703 }
1300 -.import_step_note:before
1301 -{
1302 - content: '\1F449';
704 +.import_step_note:before {
705 + content: "\1F449";
1303 706 }
1304 -.import_step_note.success:before
1305 -{
1306 - content: '\1F44D';
707 +.import_step_note.success:before {
708 + content: "\1F44D";
1307 709 }
1308 -.import_step_note.failed:before
1309 -{
1310 - content: '\274C';
710 +.import_step_note.failed:before {
711 + content: "\274C";
1311 712 }
1312 713
1313 -#customize-header-actions
1314 -{
1315 - border-color: #e0e8ef;
1316 - background: #fff;
714 +#customize-header-actions {
715 + background: #ffffff;
716 + border-color: #dfe8ef;
1317 717 }
1318 718
1319 -.wp-full-overlay-sidebar,
1320 -.customize-themes-panel
1321 -{
1322 - border-right: 1px solid #e0e8ef;
1323 - background: #eaf9fe;
719 +.customize-controls-close {
720 + color: #7da9c3;
721 + background: #ffffff;
722 + border-color: #dfe8ef;
1324 723 }
1325 -
1326 -#customize-theme-controls #accordion-section-menu_locations
1327 -{
1328 - border-bottom: 1px solid #e0e8ef;
724 +.customize-controls-close:focus, .customize-controls-close:hover {
725 + background: #f5fcff;
1329 726 }
1330 727
1331 -#customize-controls #accordion-section-themes > .accordion-section-title
1332 -{
1333 - font-weight: 600;
1334 -
1335 - border-bottom: 1px solid #e0e8ef;
728 +.wp-full-overlay-sidebar,
729 +.customize-themes-panel {
730 + background: #eaf9fe;
731 + border-right: 1px solid #dfe8ef;
1336 732 }
1337 -#customize-controls #accordion-section-themes > .accordion-section-title:hover
1338 -{
1339 - background: #fff;
1340 -}
1341 733
1342 -#customize-controls .panel-meta.customize-info
1343 -{
1344 - border-bottom-color: #e0e8ef;
734 +#customize-theme-controls #accordion-section-menu_locations {
735 + border-bottom: 1px solid #dfe8ef;
1345 736 }
1346 737
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;
738 +#customize-controls #accordion-section-themes > .accordion-section-title {
739 + font-weight: 600;
740 + border-bottom: 1px solid #dfe8ef;
1353 741 }
1354 -
1355 -#customize-theme-controls .control-section:last-of-type > .accordion-section-title
1356 -{
1357 - border-bottom: 1px solid #e0e8ef;
742 +#customize-controls #accordion-section-themes > .accordion-section-title:hover {
743 + background: #fff;
1358 744 }
1359 -
1360 -#customize-theme-controls .customize-section-title
1361 -{
1362 - border-top: 1px solid #e0e8ef;
1363 - border-bottom: 1px solid #e0e8ef;
745 +#customize-controls .panel-meta.customize-info {
746 + border-bottom: none;
1364 747 }
1365 748
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;
749 +#customize-theme-controls .control-section .accordion-section-title {
750 + font-weight: 400;
751 + border-top: 1px solid #dfe8ef;
752 + border-bottom: none;
1374 753 }
1375 -
1376 -[data-balloon]
1377 -{
1378 - position: relative;
754 +#customize-theme-controls .control-section:last-of-type > .accordion-section-title {
755 + border-bottom: 1px solid #dfe8ef;
1379 756 }
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);
757 +#customize-theme-controls .customize-section-title {
758 + border-top: 1px solid #dfe8ef;
759 + border-bottom: 1px solid #dfe8ef;
1399 760 }
1400 761
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;
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;
1416 765 }
1417 766
1418 -[data-balloon]:hover::before,
1419 -[data-balloon]:hover::after
1420 -{
1421 - pointer-events: auto;
1422 -
1423 - opacity: 1;
767 +[data-balloon] {
768 + position: relative;
1424 769 }
1425 770
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;
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;
1437 784 }
1438 785
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;
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;
1450 797 }
1451 798
1452 -[data-balloon][data-balloon-pos='up']:hover::before
1453 -{
1454 - -webkit-transform: translate3d(-50%, 0, 0);
1455 - transform: translate3d(-50%, 0, 0);
799 +[data-balloon]:hover::before, [data-balloon]:hover::after {
800 + opacity: 1;
801 + pointer-events: auto;
1456 802 }
1457 803
1458 -[data-balloon][data-balloon-pos='up']:hover::after
1459 -{
1460 - -webkit-transform: translate3d(-50%, 0, 0);
1461 - 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;
1462 810 }
1463 811
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);
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;
1473 818 }
1474 819
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;
820 +[data-balloon][data-balloon-pos="up"]:hover::before {
821 + transform: translate3d(-50%, 0, 0);
1489 822 }
1490 823
1491 -[data-balloon][data-balloon-pos='down']:hover::before
1492 -{
1493 - -webkit-transform: translate3d(-50%, 0, 0);
1494 - transform: translate3d(-50%, 0, 0);
824 +[data-balloon][data-balloon-pos="up"]:hover::after {
825 + transform: translate3d(-50%, 0, 0);
1495 826 }
1496 827
1497 -[data-balloon][data-balloon-pos='down']:hover::after
1498 -{
1499 - -webkit-transform: translate3d(-50%, 0, 0);
1500 - 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);
1501 833 }
1502 834
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);
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);
1512 844 }
1513 845
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;
846 +[data-balloon][data-balloon-pos='down']:hover::before {
847 + transform: translate3d(-50%, 0, 0);
1528 848 }
1529 849
1530 -[data-balloon][data-balloon-pos='left']:hover::before
1531 -{
1532 - -webkit-transform: translate3d(0, -50%, 0);
1533 - transform: translate3d(0, -50%, 0);
850 +[data-balloon][data-balloon-pos='down']:hover::after {
851 + transform: translate3d(-50%, 0, 0);
1534 852 }
1535 853
1536 -[data-balloon][data-balloon-pos='left']:hover::after
1537 -{
1538 - -webkit-transform: translate3d(0, -50%, 0);
1539 - 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);
1540 859 }
1541 860
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);
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);
1551 870 }
1552 871
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;
872 +[data-balloon][data-balloon-pos='left']:hover::before {
873 + transform: translate3d(0, -50%, 0);
1567 874 }
1568 875
1569 -[data-balloon][data-balloon-pos='right']:hover::before
1570 -{
1571 - -webkit-transform: translate3d(0, -50%, 0);
1572 - transform: translate3d(0, -50%, 0);
876 +[data-balloon][data-balloon-pos='left']:hover::after {
877 + transform: translate3d(0, -50%, 0);
1573 878 }
1574 879
1575 -[data-balloon][data-balloon-pos='right']:hover::after
1576 -{
1577 - -webkit-transform: translate3d(0, -50%, 0);
1578 - 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);
1579 885 }
1580 886
1581 -[data-balloon][data-balloon-length='small']::before
1582 -{
1583 - width: 80px;
1584 -
1585 - 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);
1586 896 }
1587 897
1588 -[data-balloon][data-balloon-length='medium']::before
1589 -{
1590 - width: 150px;
1591 -
1592 - white-space: normal;
898 +[data-balloon][data-balloon-pos='right']:hover::before {
899 + transform: translate3d(0, -50%, 0);
1593 900 }
1594 901
1595 -[data-balloon][data-balloon-length='large']::before
1596 -{
1597 - width: 260px;
1598 -
1599 - white-space: normal;
902 +[data-balloon][data-balloon-pos='right']:hover::after {
903 + transform: translate3d(0, -50%, 0);
1600 904 }
1601 905
1602 -[data-balloon][data-balloon-length='xlarge']::before
1603 -{
1604 - width: 380px;
1605 -
1606 - white-space: normal;
906 +[data-balloon][data-balloon-length='small']::before {
907 + white-space: normal;
908 + width: 80px;
1607 909 }
1608 910
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 - }
911 +[data-balloon][data-balloon-length='medium']::before {
912 + white-space: normal;
913 + width: 150px;
1617 914 }
1618 915
1619 -[data-balloon][data-balloon-length='fit']::before
1620 -{
1621 - width: 100%;
1622 -
1623 - white-space: normal;
916 +[data-balloon][data-balloon-length='large']::before {
917 + white-space: normal;
918 + width: 260px;
1624 919 }
1625 920
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);
921 +[data-balloon][data-balloon-length='xlarge']::before {
922 + white-space: normal;
923 + width: 380px;
1630 924 }
1631 925
1632 -.font-options__wrapper .font-options__option
1633 -{
1634 - 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 + }
1635 931 }
1636 -.font-options__wrapper .font-options__option label
1637 -{
1638 - display: block;
1639 -
1640 - margin-bottom: 6px;
932 +[data-balloon][data-balloon-length='fit']::before {
933 + white-space: normal;
934 + width: 100%;
1641 935 }
1642 936
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 -}
937 +/*# sourceMappingURL=customizer.css.map */