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 +592 -781 1.5.51.2.3 View file →
@@ -1,311 +1,118 @@
1 1 .wp-full-overlay-sidebar * {
2 - box-sizing: border-box; }
2 + box-sizing: border-box;
3 +}
3 4
4 5 .accordion-section-content {
5 - overflow: visible; }
6 + overflow: visible;
7 +}
6 8
7 9 .control-section:not(.control-section-themes) .customize-control {
8 10 padding: 0px;
9 11 width: 100%;
10 - min-height: initial; }
12 + min-height: auto;
13 +}
11 14
12 -#customize-header-actions #customize-save-button-wrapper {
13 - margin-top: 7px; }
15 +#customize-header-actions {
16 + border-bottom: 0;
17 +}
14 18
15 -.wp-full-overlay-footer .devices button {
16 - float: left;
17 - border-radius: 0; }
18 -
19 19 .customize-controls-close {
20 20 width: 48px;
21 - height: 44px;
22 - color: #7da9c3;
23 - background: #ffffff;
24 - border-top: none;
25 - border-right-color: #e0e8ef; }
26 - .customize-controls-close:focus, .customize-controls-close:hover {
27 - background: #f5fcff; }
28 - .customize-controls-close:before {
29 - top: 0px; }
21 +}
30 22
31 23 #customize-controls .customize-info {
32 - border-bottom-color: #e0e8ef; }
24 + margin-bottom: 0;
25 +}
33 26
34 27 .customize-panel-back, .customize-section-back {
35 28 height: 74px;
36 - color: #7da9c3;
37 - border-right-color: #e0e8ef; }
38 - .customize-panel-back:hover, .customize-panel-back:focus, .customize-section-back:hover, .customize-section-back:focus {
39 - border-left-color: #f5fcff;
40 - background: #f5fcff; }
29 +}
41 30
42 31 #customize-theme-controls .theme * {
43 - box-sizing: content-box; }
32 + box-sizing: content-box;
33 +}
44 34
45 -#customize-theme-controls .accordion-section-content {
46 - padding: 17px; }
47 -
48 -#customize-theme-controls .customize-section-title {
49 - margin-top: -17px;
50 - margin-right: -17px; }
51 -
52 -#customize-theme-controls .control-panel-content .control-section:nth-child(2),
53 -#customize-theme-controls .control-panel-content .control-section:nth-child(3) {
54 - border-top: none; }
55 -
56 -#customize-theme-controls .control-panel-content .control-section:nth-last-child(2) {
57 - border-bottom: 1px solid #e0e8ef; }
58 -
59 -#customize-theme-controls #accordion-section-add_menu {
60 - border-bottom: none; }
61 - #customize-theme-controls #accordion-section-add_menu .add-menu-toggle {
62 - float: none; }
63 -
64 -#customize-theme-controls .customize-pane-child.open {
65 - height: 100%; }
66 -
67 35 #customize-controls .description {
68 - margin-bottom: 9px;
69 - font-size: 12px;
70 - font-weight: 300;
71 - font-style: normal;
72 - line-height: 1.6;
73 - color: #4d7b90;
74 - text-indent: 0; }
36 + font-size: 13px;
37 + color: #88B6CE;
38 + text-indent: 0;
39 +}
75 40
76 41 .customize-control-description {
77 - margin-top: 6px; }
42 + margin-top: 6px;
43 +}
78 44
79 45 .customize-control {
80 - margin-bottom: 24px; }
46 + margin-bottom: 24px;
47 +}
81 48
82 -#accordion-section-themes + .control-section {
83 - border-top: none; }
84 -
85 -#customize-controls .panel-meta.customize-info .accordion-section-title {
86 - border-top: none;
87 - height: 74px; }
88 -
89 -.button-controls:after {
90 - content: " ";
91 - display: table;
92 - clear: both; }
93 -
94 -.wp-core-ui .button:not(.theme-details):not(.collapse-sidebar):not(.wp-color-result),
95 -.wp-core-ui .button-primary,
96 -.wp-core-ui .button-secondary {
49 +/**
50 + * GENERAL Buttons
51 + */
52 +.wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary {
97 53 width: auto;
98 - padding-left: 15px;
99 - padding-right: 15px;
54 + padding: 6px 20px;
55 + font-size: 13px;
100 56 font-weight: 400;
101 57 color: #F5FCFF;
58 + line-height: 1.4;
102 59 text-shadow: none;
103 60 border: none;
104 61 background: #AED2E5;
105 62 box-shadow: 0px 2px 0px 0px #8DBED7;
106 63 border-radius: 4px;
107 - transition: all 0.1s; }
108 - .wp-core-ui .button:not(.theme-details):not(.collapse-sidebar):not(.wp-color-result):hover,
109 - .wp-core-ui .button-primary:hover,
110 - .wp-core-ui .button-secondary:hover {
111 - color: white;
112 - text-shadow: none;
113 - background: #98C6DD;
114 - box-shadow: 0px 2px 0px 0px #74A7C2; }
115 -
116 -.wp-core-ui #customize-header-actions .button-primary {
64 + transition: all 0.1s;
65 +}
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;
71 +}
72 +.wp-core-ui .button-primary {
117 73 background: #73C5EE;
118 - box-shadow: 0px 2px 0px 0px #57ABD5; }
119 - .wp-core-ui #customize-header-actions .button-primary:hover {
120 - background: #58B0DD;
121 - box-shadow: 0px 2px 0px 0px #3F8AAF; }
122 - .wp-core-ui #customize-header-actions .button-primary.has-next-sibling {
123 - border-right: 1px solid #57ABD5; }
124 - .wp-core-ui #customize-header-actions .button-primary:disabled {
125 - color: white !important;
126 - background: #AED2E5 !important;
127 - opacity: 0.7;
128 - box-shadow: 0px 2px 0px 0px #8db5ca !important; }
129 - .wp-core-ui #customize-header-actions .button-primary:disabled.has-next-sibling {
130 - border-right: none; }
131 -
74 + box-shadow: 0px 2px 0px 0px #57ABD5;
75 +}
76 +.wp-core-ui .button-primary:hover {
77 + background: #58B0DD;
78 + box-shadow: 0px 2px 0px 0px #3F8AAF;
79 +}
132 80 .wp-core-ui .reset_section,
133 81 .wp-core-ui .reset_panel {
134 82 width: 100%;
135 83 height: 4em;
136 84 display: block;
137 - margin: 0px 0 25px; }
138 -
85 + margin: 0px 0 25px;
86 +}
139 87 .wp-core-ui .reset_panel {
140 - margin-top: 10px; }
88 + margin-top: 10px;
89 +}
141 90
91 +/**
92 + * Separators Titles
93 + */
142 94 .separator.label {
143 95 display: block;
144 96 font-size: 14px;
145 97 line-height: 24px;
146 - font-weight: 600; }
98 + font-weight: 600;
99 +}
147 100
148 101 .customize-control-title, .separator.label {
149 - color: #416B7E; }
102 + color: #416B7E;
103 +}
150 104
151 -.separator.section:before, .separator.sub-section:before {
152 - content: "";
153 - position: absolute;
154 - top: 0;
155 - bottom: 0;
156 - left: -18px;
157 - right: -18px;
158 - z-index: -1; }
159 -
160 105 .separator.label {
161 - font-weight: 500; }
162 -
106 + margin-bottom: -3px;
107 + margin-bottom: -15px;
108 +}
163 109 .separator.large {
164 110 margin-top: 12px;
165 111 font-size: 16px;
166 - color: #39474D; }
112 + color: #39474D;
113 +}
167 114
168 -.separator.section {
169 - position: relative;
170 - padding: 14px 0;
171 - margin-bottom: 0;
172 - background: none;
173 - border: none; }
174 - .separator.section[id*="layout"] {
175 - margin-top: 0; }
176 - .separator.section[id*="layout"]:before {
177 - border: none; }
178 - .separator.section:before {
179 - border: 1px solid #e0e8ef;
180 - background-color: #ffffff;
181 - box-shadow: 0px 1px 0px 0px #DFE8EF; }
182 -
183 -.separator.sub-section {
184 - position: relative;
185 - padding: 12px 0; }
186 - .separator.sub-section:before {
187 - border-top: 1px solid #e0e8ef;
188 - border-bottom: 1px solid #e0e8ef;
189 - background-color: #f6fbff; }
190 - .separator.sub-section + span {
191 - margin-top: 20px;
192 - font-style: normal; }
193 -
194 -.section-navigation-wrapper {
195 - position: relative;
196 - height: 43px;
197 - margin: -15px -12px 0 -12px;
198 - margin-right: -17px;
199 - margin-left: -17px; }
200 -
201 -.section-navigation {
202 - display: -ms-flexbox;
203 - display: flex;
204 - margin-top: -1px;
205 - clear: both;
206 - border-top: 1px solid #e0e8ef; }
207 - .section-navigation a {
208 - -ms-flex: 1 1 auto;
209 - flex: 1 1 auto;
210 - display: block;
211 - padding: 12px 0;
212 - color: #3b484e;
213 - background-color: #ffffff;
214 - border-bottom: 1px solid #e0e8ef;
215 - border-right: 1px solid #e0e8ef;
216 - text-align: center;
217 - text-decoration: none;
218 - transition: background-color .15s ease-in-out; }
219 - .section-navigation a:last-child {
220 - border-right: 0; }
221 -
222 -#customize-controls .customize-info.is-sticky.is-sticky,
223 -#customize-controls .customize-section-title.is-sticky.is-sticky {
224 - top: 40px; }
225 -
226 -#customize-controls .customize-info.is-in-view.is-in-view,
227 -#customize-controls .customize-section-title.is-in-view.is-in-view {
228 - box-shadow: none; }
229 -
230 -#customize-controls .has-nav .customize-info,
231 -#customize-controls .has-nav .customize-section-title {
232 - margin-right: -12px; }
233 -
234 -#customize-controls .customize-section-title.customize-section-title {
235 - border-bottom: 0; }
236 -
237 -.customize-section-description-container.section-meta.has-nav {
238 - margin-bottom: 0; }
239 -
240 -.font-options__wrapper {
241 - position: relative; }
242 - .font-options__wrapper:after {
243 - content: "";
244 - position: absolute;
245 - top: 90%;
246 - left: 0;
247 - right: 0;
248 - z-index: 0;
249 - display: block;
250 - height: 100px; }
251 -
252 -.font-options__head {
253 - display: -ms-flexbox;
254 - display: flex;
255 - -ms-flex-pack: justify;
256 - justify-content: space-between; }
257 - .font-options__head.font-options__head {
258 - -webkit-appearance: none;
259 - text-overflow: ellipsis;
260 - white-space: nowrap; }
261 -
262 -.font-options__font-title {
263 - margin-right: 26px;
264 - margin-left: 10px;
265 - font-size: 12px;
266 - line-height: 20px;
267 - font-weight: 300;
268 - color: #98c6dd;
269 - text-overflow: ellipsis;
270 - overflow: hidden;
271 - white-space: nowrap; }
272 -
273 -.font-options__options-list {
274 - position: absolute;
275 - top: calc(100% + 6px);
276 - left: -6px;
277 - right: -6px;
278 - z-index: 2;
279 - display: block;
280 - padding: 10px;
281 - border: 1px solid #dfe8ef;
282 - border-radius: 5px;
283 - background-color: #ffffff;
284 - opacity: 0;
285 - display: none;
286 - transition: opacity .15s linear; }
287 - .font-options__options-list:last-child {
288 - margin-bottom: 0; }
289 - .font-options__options-list:before, .font-options__options-list:after {
290 - content: "";
291 - position: absolute;
292 - top: -20px;
293 - right: 25px;
294 - height: 0;
295 - width: 0;
296 - border: solid transparent;
297 - z-index: 10; }
298 - .font-options__options-list:before {
299 - border-bottom-color: white;
300 - border-width: 10px;
301 - z-index: 11; }
302 - .font-options__options-list:after {
303 - border-bottom-color: rgba(0, 0, 0, 0.075);
304 - border-width: 12px;
305 - top: -24px;
306 - right: 23px; }
307 -
308 115 .customize-control-color .wp-picker-container .wp-picker-open + .wp-picker-input-wrap:after {
309 116 content: "";
310 117 position: absolute;
311 118 bottom: 100%;
@@ -314,11 +121,12 @@
314 121 width: 0;
315 122 height: 0;
316 123 border-width: 0 9px 9px 9px;
317 124 border-style: solid;
318 - border-color: transparent transparent #fff transparent; }
125 + border-color: transparent transparent #fff transparent;
126 +}
319 127
320 -.font-options__head, .customize-control input[type=text],
128 +.customize-control input[type=text],
321 129 .customize-control input[type=checkbox],
322 130 .customize-control input[type=password],
323 131 .customize-control input[type=color],
324 132 .customize-control input[type=date],
@@ -334,9 +142,9 @@
334 142 .customize-control input[type=week],
335 143 .customize-control input[type=search],
336 144 .customize-control select,
337 145 .customize-control textarea,
338 -.customize-control input[type="number"].range-value, ul.font-options__options-list .select2-container .select2-selection--single {
146 +.customize-control input[type="number"].range-value {
339 147 width: 100%;
340 148 height: 44px;
341 149 padding: 10px 14px;
342 150 background: #FFFFFF;
@@ -344,142 +152,134 @@
344 152 border-radius: 4px;
345 153 font-size: 14px;
346 154 line-height: 1.5;
347 155 color: #416B7E;
348 - outline: 0; }
349 - .font-options__head:focus, .customize-control input[type=text]:focus,
350 - .customize-control input[type=checkbox]:focus,
351 - .customize-control input[type=password]:focus,
352 - .customize-control input[type=color]:focus,
353 - .customize-control input[type=date]:focus,
354 - .customize-control input[type=datetime]:focus,
355 - .customize-control input[type=datetime-local]:focus,
356 - .customize-control input[type=email]:focus,
357 - .customize-control input[type=month]:focus,
358 - .customize-control input[type=number]:focus,
359 - .customize-control input[type=radio]:focus,
360 - .customize-control input[type=tel]:focus,
361 - .customize-control input[type=time]:focus,
362 - .customize-control input[type=url]:focus,
363 - .customize-control input[type=week]:focus,
364 - .customize-control input[type=search]:focus,
365 - .customize-control select:focus,
366 - .customize-control textarea:focus,
367 - .customize-control input[type="number"].range-value:focus, ul.font-options__options-list .select2-container .select2-selection--single:focus {
368 - border-color: #73C5EE;
369 - box-shadow: none; }
370 -
371 -.font-options__head, .customize-control select, ul.font-options__options-list .select2-container .select2-selection--single {
372 - width: 100%;
373 - -webkit-appearance: button;
374 - -moz-appearance: none;
375 - font-weight: 600;
376 - background: white url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE1cHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMTUgOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDdXN0b21pZnktQ29weS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjU2LjAwMDAwMCwgLTM4Ni4wMDAwMDApIiBmaWxsPSIjOThDNkRFIj4KICAgICAgICAgICAgPGcgaWQ9IkhlYWRlciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxLjAwMDAwMCwgNDcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29udGVudCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCA3NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iVGl0bGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI2LjAwMDAwMCwgMjE5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iRmllbGQtLS1TZWxlY3QtQ29weSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iU2VsZWN0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMjcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI1NC40ODEyLDE4IEwyNTYsMTkuNTE0IEwyNDguNSwyNyBMMjQxLDE5LjUxNCBMMjQyLjUxODgsMTggTDI0OC41LDIzLjk2NzIgTDI1NC40ODEyLDE4IFoiIGlkPSJQYWdlLTEiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
377 - background-position: right 16px top 16px; }
378 - [multiple].font-options__head, .customize-control select[multiple], ul.font-options__options-list .select2-container [multiple].select2-selection--single {
379 - background: white; }
380 -
156 + outline: 0;
157 +}
158 +.customize-control input[type=text]:focus,
159 +.customize-control input[type=checkbox]:focus,
160 +.customize-control input[type=password]:focus,
161 +.customize-control input[type=color]:focus,
162 +.customize-control input[type=date]:focus,
163 +.customize-control input[type=datetime]:focus,
164 +.customize-control input[type=datetime-local]:focus,
165 +.customize-control input[type=email]:focus,
166 +.customize-control input[type=month]:focus,
167 +.customize-control input[type=number]:focus,
168 +.customize-control input[type=radio]:focus,
169 +.customize-control input[type=tel]:focus,
170 +.customize-control input[type=time]:focus,
171 +.customize-control input[type=url]:focus,
172 +.customize-control input[type=week]:focus,
173 +.customize-control input[type=search]:focus,
174 +.customize-control select:focus,
175 +.customize-control textarea:focus,
176 +.customize-control input[type="number"].range-value:focus {
177 + border-color: #73C5EE;
178 + box-shadow: none;
179 +}
381 180 .customize-control input[type=text],
382 181 .customize-control textarea {
383 - font-size: 13px; }
384 -
182 + font-size: 13px;
183 +}
385 184 .customize-control textarea {
386 - height: auto; }
387 -
185 + height: auto;
186 +}
388 187 .customize-control input[type=checkbox],
389 188 .customize-control input[type=radio] {
390 189 width: 22px;
391 - height: 22px; }
392 - .customize-control input[type=checkbox]:checked,
393 - .customize-control input[type=radio]:checked {
394 - background: #73C5EE;
395 - border-color: #5AB9E8; }
396 - .customize-control input[type=checkbox]:checked:before,
397 - .customize-control input[type=radio]:checked:before {
398 - color: white;
399 - margin: -1px 0 0 -2px; }
400 -
401 -.customize-control.customize-control-checkbox label:not(:only-of-type),
402 -.customize-control.customize-control-checkbox > .customize-inside-control-row:not(:only-of-type), .customize-control.customize-control-radio label:not(:only-of-type),
403 -.customize-control.customize-control-radio > .customize-inside-control-row:not(:only-of-type) {
190 + height: 22px;
191 +}
192 +.customize-control input[type=checkbox]:checked,
193 +.customize-control input[type=radio]:checked {
194 + background: #73C5EE;
195 + border-color: #5AB9E8;
196 +}
197 +.customize-control input[type=checkbox]:checked:before,
198 +.customize-control input[type=radio]:checked:before {
199 + color: white;
200 + margin: -1px 0 0 -2px;
201 +}
202 +.customize-control.customize-control-checkbox label, .customize-control.customize-control-radio label {
404 203 margin-left: 30px;
405 204 padding-top: 0;
406 205 padding-bottom: 0;
407 - display: inline-block;
408 - width: calc(49% - 30px);
409 - text-indent: -6px; }
410 -
411 -.customize-control.customize-control-checkbox label, .customize-control.customize-control-radio label {
412 - color: #416B7E; }
413 -
414 -[id*="divider"] + .customize-control.customize-control-checkbox, [id*="divider"] + .customize-control.customize-control-radio {
415 - margin-top: 0; }
416 -
206 + text-indent: -6px;
207 + color: #416B7E;
208 +}
417 209 .customize-control input[type=radio] {
418 - border-radius: 50%; }
419 - .customize-control input[type=radio]:checked:before {
420 - content: none; }
421 -
422 -.customize-control-html + .customize-control.customize-control-checkbox {
423 - margin-top: -24px; }
424 -
425 -.customize-control.customize-control-radio label,
426 -.customize-control.customize-control-radio .customize-inside-control-row {
427 - margin-top: 12px; }
428 -
429 -.customize-control.customize-control-radio#customize-control-changeset_status .customize-inside-control-row {
430 - margin-top: 0;
431 - text-indent: 0; }
432 -
210 + border-radius: 50%;
211 +}
212 +.customize-control input[type=radio]:checked:before {
213 + content: none;
214 +}
215 +.customize-control.customize-control-radio label {
216 + margin-top: 12px;
217 +}
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;
225 +}
226 +.customize-control select[multiple] {
227 + background: white;
228 +}
433 229 .customize-control input[type="range"] {
434 - width: 65%; }
435 -
230 + width: 65%;
231 +}
436 232 .customize-control input[type="range"] {
437 233 position: relative;
438 234 -webkit-appearance: none;
439 - width: calc(100% - 55px);
235 + width: 210px;
440 236 height: 22px;
441 237 overflow: hidden;
442 238 outline: none;
443 - background: none; }
444 - .customize-control input[type="range"]:before {
445 - content: " ";
446 - position: absolute;
447 - top: 8px;
448 - left: 0;
449 - height: 6px;
450 - width: 100%;
451 - background: #DFE8EF;
452 - box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
453 - border-radius: 10px; }
454 - .customize-control input[type="range"]::-webkit-slider-thumb {
455 - -webkit-appearance: none;
456 - width: 22px;
457 - height: 22px;
458 - background: #27ae60;
459 - position: relative;
460 - z-index: 3;
461 - background: #FFFFFF;
462 - border: 2px solid #B8DAEB;
463 - border-radius: 4px; }
464 - .customize-control input[type="range"]::-webkit-slider-thumb:before {
465 - content: "..";
466 - position: absolute;
467 - left: 5px;
468 - top: -5px;
469 - color: #B8DAEB;
470 - font-size: 1em;
471 - letter-spacing: 1px; }
472 - .customize-control input[type="range"]::-webkit-slider-thumb:after {
473 - content: " ";
474 - width: calc(100% - 55px);
475 - height: 6px;
476 - position: absolute;
477 - z-index: 1;
478 - right: 20px;
479 - top: 6px;
480 - background: #73C5EE; }
481 -
239 + background: none;
240 +}
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;
251 +}
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;
262 +}
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;
271 +}
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;
281 +}
482 282 .customize-control input[type="number"].range-value {
483 283 min-width: 40px;
484 284 max-width: 80px;
485 285 width: auto;
@@ -489,124 +289,135 @@
489 289 padding: 4px 0px 5px 0px;
490 290 margin-left: 10px;
491 291 font-size: 13px;
492 292 line-height: 1;
493 - text-align: center; }
494 -
293 + text-align: center;
294 +}
495 295 .customize-control input[type=number]::-webkit-inner-spin-button,
496 296 .customize-control input[type=number]::-webkit-outer-spin-button {
497 297 -webkit-appearance: none;
498 - margin: 0; }
298 + margin: 0;
299 +}
499 300
500 301 .customize-control-color {
501 - display: block; }
502 - .customize-control-color .customize-control-title, .customize-control-color .separator.label {
503 - float: left; }
504 - .customize-control-color .wp-picker-container {
505 - position: relative;
506 - float: right;
507 - top: -3px; }
508 - .customize-control-color .wp-picker-container .wp-picker-holder {
509 - position: relative; }
510 - .customize-control-color .wp-picker-container .iris-picker {
511 - position: absolute;
512 - top: 40px;
513 - right: 0;
514 - z-index: 1000;
515 - width: 275px !important;
516 - border-top: none;
517 - border-color: #DFDFDE;
518 - border-radius: 0 0 3px 3px;
519 - border: none;
520 - background: white; }
521 - .customize-control-color .wp-picker-container .iris-picker, .customize-control-color .wp-picker-container .iris-picker * {
522 - box-sizing: content-box; }
523 - .customize-control-color .wp-picker-container .iris-picker .iris-square {
524 - width: 215px !important;
525 - height: 173px !important;
526 - margin-right: 0; }
527 - .customize-control-color .wp-picker-container .iris-picker .iris-strip {
528 - float: right;
529 - box-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px inset; }
530 - .customize-control-color .wp-picker-container .iris-picker .iris-strip .ui-slider-handle {
531 - border-color: #aaa !important;
532 - opacity: 1;
533 - box-shadow: none; }
534 - .customize-control-color .wp-picker-container .iris-picker .iris-palette {
535 - width: 24px !important;
536 - height: 24px !important;
537 - border-radius: 50px;
538 - box-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px inset; }
539 - .customize-control-color .wp-picker-container .wp-picker-open + .wp-picker-input-wrap {
540 - position: absolute;
541 - z-index: 1000;
542 - top: 35px;
543 - right: 0;
544 - width: 275px;
545 - padding: 9px 12px;
546 - background: white;
547 - border: none;
548 - border-radius: 3px 3px 0 0; }
549 - .customize-control-color .wp-picker-container .wp-picker-open + .wp-picker-input-wrap input.wp-color-picker {
550 - float: left;
551 - width: 100px;
552 - font-size: 13px;
553 - text-align: left;
554 - margin: 0;
555 - padding: 6px 12px;
556 - height: auto; }
557 - .customize-control-color .wp-picker-container .wp-picker-open + .wp-picker-input-wrap input.button {
558 - float: right;
559 - padding: 4px 12px;
560 - height: 30px; }
561 - .customize-control-color .wp-color-result,
562 - .customize-control-color .wp-color-result.button {
563 - top: 0;
564 - height: 30px;
565 - width: 40px;
566 - margin: 0;
567 - padding: 0;
568 - border-radius: 4px;
569 - background: #2ECC71;
570 - border: 2px solid #B8DAEB;
571 - box-shadow: none; }
572 - .customize-control-color .wp-color-result:after,
573 - .customize-control-color .wp-color-result .wp-color-result-text,
574 - .customize-control-color .wp-color-result.button:after,
575 - .customize-control-color .wp-color-result.button .wp-color-result-text {
576 - display: none; }
302 + display: block;
303 +}
304 +.customize-control-color .customize-control-title, .customize-control-color .separator.label {
305 + float: left;
306 +}
307 +.customize-control-color .wp-picker-container {
308 + position: relative;
309 + float: right;
310 + top: -3px;
311 +}
312 +.customize-control-color .wp-picker-container .wp-picker-holder {
313 + position: relative;
314 +}
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;
326 +}
327 +.customize-control-color .wp-picker-container .iris-picker .iris-square {
328 + width: 215px !important;
329 + height: 173px !important;
330 + margin-right: 0;
331 +}
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;
335 +}
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;
340 +}
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;
346 +}
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;
357 +}
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;
366 +}
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;
371 +}
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;
382 +}
383 +.customize-control-color .wp-color-result:after {
384 + display: none;
385 +}
577 386
578 -.customize-control-font:last-child {
579 - margin-bottom: 150px; }
580 -
581 387 #accordion-section-live_css_edit_section .customize-section-title {
582 388 margin-top: -13px;
583 - border-bottom: 1px solid #ddd; }
584 -
389 + border-bottom: 1px solid #ddd;
390 +}
585 391 #accordion-section-live_css_edit_section #css_editor {
586 392 top: 70px;
587 393 border-top: 10px solid white;
588 - overflow: visible; }
589 - #accordion-section-live_css_edit_section #css_editor:before {
590 - content: "";
591 - width: 48px;
592 - height: 10px;
593 - display: block;
594 - background: #e8e8e8;
595 - top: -10px;
596 - position: absolute;
597 - z-index: 10000000;
598 - left: 0; }
599 -
394 + overflow: visible;
395 +}
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;
406 +}
600 407 #accordion-section-live_css_edit_section .ace_scroller {
601 - padding-left: 10px; }
408 + padding-left: 10px;
409 +}
602 410
603 411 .wp-full-overlay.editor_opened {
604 - margin-left: 500px; }
605 - .wp-full-overlay.editor_opened #customize-controls {
606 - width: 500px; }
607 - .wp-full-overlay.editor_opened.collapsed #customize-controls {
608 - width: 300px; }
412 + margin-left: 500px;
413 +}
414 +.wp-full-overlay.editor_opened #customize-controls {
415 + width: 500px;
416 +}
417 +.wp-full-overlay.editor_opened.collapsed #customize-controls {
418 + width: 300px;
419 +}
609 420
610 421 .customize-control-media .current,
611 422 .customize-control-site_icon .current,
612 423 li#customize-control-site_logo .current {
@@ -613,16 +424,17 @@
613 424 margin-bottom: 10px;
614 425 min-height: 44px;
615 426 background: #F5FCFF;
616 427 border: 2px solid #B8DAEB;
617 - border-radius: 4px; }
618 - .customize-control-media .current .container, .customize-control-media .current span,
619 - .customize-control-site_icon .current .container,
620 - .customize-control-site_icon .current span,
621 - li#customize-control-site_logo .current .container,
622 - li#customize-control-site_logo .current span {
623 - border: none; }
624 -
428 + border-radius: 4px;
429 +}
430 +.customize-control-media .current .container, .customize-control-media .current span,
431 +.customize-control-site_icon .current .container,
432 +.customize-control-site_icon .current span,
433 +li#customize-control-site_logo .current .container,
434 +li#customize-control-site_logo .current span {
435 + border: none;
436 +}
625 437 .customize-control-media .inner, .customize-control-media .current span,
626 438 .customize-control-site_icon .inner,
627 439 .customize-control-site_icon .current span,
628 440 li#customize-control-site_logo .inner,
@@ -627,40 +439,49 @@
627 439 .customize-control-site_icon .current span,
628 440 li#customize-control-site_logo .inner,
629 441 li#customize-control-site_logo .current span {
630 442 font-size: 13px;
631 - color: #98C6DD; }
632 -
443 + color: #98C6DD;
444 +}
633 445 .customize-control-media .inner,
634 446 .customize-control-site_icon .inner,
635 447 li#customize-control-site_logo .inner {
636 - line-height: 1.4; }
637 -
448 + line-height: 1.4;
449 +}
638 450 .customize-control-media .thumbnail-image,
639 451 .customize-control-site_icon .thumbnail-image,
640 452 li#customize-control-site_logo .thumbnail-image {
641 453 padding: 14px;
642 - text-align: center; }
643 - .customize-control-media .thumbnail-image img,
644 - .customize-control-site_icon .thumbnail-image img,
645 - li#customize-control-site_logo .thumbnail-image img {
646 - width: auto; }
647 -
454 + text-align: center;
455 +}
456 +.customize-control-media .thumbnail-image img,
457 +.customize-control-site_icon .thumbnail-image img,
458 +li#customize-control-site_logo .thumbnail-image img {
459 + width: auto;
460 +}
648 461 .customize-control-media .actions,
649 462 .customize-control-site_icon .actions,
650 463 li#customize-control-site_logo .actions {
651 - margin-bottom: 0; }
464 + margin-bottom: 0;
465 +}
652 466
653 -.customize-control-typography select, .customize-control-typography select {
654 - margin-bottom: 10px; }
655 -
656 -.customize-control-typography .description, .customize-control-typography .description {
657 - margin-top: -3px; }
658 -
659 -.customize-control-typography ul li, .customize-control-typography ul li {
467 +/**
468 + * Typography
469 + */
470 +.customize-control-typography select {
471 + margin-bottom: 10px;
472 +}
473 +.customize-control-typography .description {
474 + margin-top: -3px;
475 +}
476 +.customize-control-typography ul li {
660 477 width: 100%;
661 - margin: 0; }
478 + margin: 0;
479 +}
662 480
481 +/**
482 + ** Awesome presets
483 + */
663 484 .default-preset-button {
664 485 background-color: #F5F6F6;
665 486 float: right;
666 487 padding: 1px 8px;
@@ -667,13 +488,15 @@
667 488 border-radius: 3px;
668 489 border: 1px solid #CBCBCB;
669 490 margin-right: 4px;
670 491 font-family: "Open Sans",sans-serif;
671 - font-size: 13px; }
492 + font-size: 13px;
493 +}
672 494
673 495 .customize-control-preset .description {
674 496 margin-right: 5px;
675 - font-style: normal; }
497 + font-style: normal;
498 +}
676 499
677 500 .customify_preset.radio_buttons .customify_radio_button {
678 501 border: none;
679 502 display: inline-block;
@@ -680,30 +503,36 @@
680 503 padding: 2px;
681 504 margin: 3px;
682 505 position: relative;
683 506 overflow: hidden;
684 - height: auto; }
685 - .customify_preset.radio_buttons .customify_radio_button input[type="radio"] {
686 - opacity: 0;
687 - width: 100%;
688 - height: 100%;
689 - position: absolute;
690 - z-index: 9999; }
691 - .customify_preset.radio_buttons .customify_radio_button input[type="radio"]:checked + label {
692 - background-color: #ebebeb; }
693 - .customify_preset.radio_buttons .customify_radio_button input[type="radio"]:checked + label:before {
694 - content: '>';
695 - color: inherit; }
696 - .customify_preset.radio_buttons .customify_radio_button input[type="radio"]:checked + label:after {
697 - content: '<';
698 - color: inherit; }
699 - .customify_preset.radio_buttons .customify_radio_button input[type="radio"]:checked:before {
700 - opacity: 0; }
701 - .customify_preset.radio_buttons .customify_radio_button label {
702 - position: relative;
703 - z-index: 999;
704 - border-left: 4px solid; }
705 -
507 + height: auto;
508 +}
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;
515 +}
516 +.customify_preset.radio_buttons .customify_radio_button input[type="radio"]:checked + label {
517 + background-color: #ebebeb;
518 +}
519 +.customify_preset.radio_buttons .customify_radio_button input[type="radio"]:checked + label:before {
520 + content: '>';
521 + color: inherit;
522 +}
523 +.customify_preset.radio_buttons .customify_radio_button input[type="radio"]:checked + label:after {
524 + content: '<';
525 + color: inherit;
526 +}
527 +.customify_preset.radio_buttons .customify_radio_button input[type="radio"]:checked:before {
528 + opacity: 0;
529 +}
530 +.customify_preset.radio_buttons .customify_radio_button label {
531 + position: relative;
532 + z-index: 999;
533 + border-left: 4px solid;
534 +}
706 535 .customify_preset .awesome_preset {
707 536 width: 45%;
708 537 position: relative;
709 538 display: inline-block;
@@ -710,133 +539,154 @@
710 539 text-align: center;
711 540 color: white;
712 541 margin-top: 5px;
713 542 margin-bottom: 25px;
714 - transition: all 0.2s; }
715 - .customify_preset .awesome_preset:hover {
716 - opacity: 0.9; }
717 - .customify_preset .awesome_preset:before {
718 - content: '';
719 - position: absolute;
720 - top: 1px;
721 - left: 1px;
722 - right: 1px;
723 - bottom: 1px;
724 - border: 1px solid #FFF;
725 - background: transparent;
726 - opacity: .5;
727 - border-radius: 4px;
728 - z-index: 5; }
729 - .customify_preset .awesome_preset .preset-wrap .preset-color {
730 - height: 128px;
731 - border-radius: 4px 4px 0 0;
732 - padding: 17px 0 27px; }
733 - .customify_preset .awesome_preset .preset-wrap .preset-color .first-font {
734 - display: inline-block;
735 - width: 100%;
736 - font-size: 55px;
737 - line-height: 1; }
738 - .customify_preset .awesome_preset .preset-wrap .preset-color .secondary-font {
739 - display: inline-block;
740 - width: 100%;
741 - font-size: 20px;
742 - line-height: 1;
743 - margin-top: 8px; }
744 - .customify_preset .awesome_preset .preset-wrap .preset-name {
745 - position: relative;
746 - font-size: 11px;
747 - text-transform: UPPERCASE;
748 - border-radius: 0 0 4px 4px;
749 - padding: 1px; }
750 - .customify_preset .awesome_preset .preset-wrap .preset-name:before {
751 - content: '';
752 - position: absolute;
753 - border-color: inherit;
754 - border: 10px solid;
755 - border-left-color: transparent;
756 - border-right-color: transparent;
757 - border-top: transparent;
758 - top: -10px;
759 - border-bottom-color: inherit;
760 - left: 40%; }
761 - .customify_preset .awesome_preset:nth-child(odd) {
762 - margin-right: 7%; }
763 - .customify_preset .awesome_preset input[type=radio] {
764 - height: 100%;
765 - width: 100%;
766 - position: absolute;
767 - border: 0;
768 - box-shadow: none;
769 - color: #006505;
770 - background-color: transparent;
771 - border-radius: 0;
772 - margin: 0;
773 - display: inline-block;
774 - top: 0;
775 - left: 0;
776 - z-index: 10; }
777 - .customify_preset .awesome_preset input[type=radio]:checked:before {
778 - position: absolute;
779 - height: 25px;
780 - width: 25px;
781 - top: -13px;
782 - right: -14px;
783 - background: #FFF;
784 - z-index: 1; }
785 - .customify_preset .awesome_preset input[type=radio]:checked:after {
786 - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
787 - filter: alpha(opacity=0);
788 - content: '';
789 - position: absolute;
790 - width: 26px;
791 - height: 26px;
792 - border-radius: 50%;
793 - top: -5px;
794 - right: -5px;
795 - z-index: 10;
796 - background: #73C5EE url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEzcHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMTMgOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDdXN0b21pZnktQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxLjAwMDAwMCwgLTQwOC4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIj4KICAgICAgICAgICAgPGcgaWQ9IkhlYWRlciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxLjAwMDAwMCwgNDcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29udGVudCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCA3NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iRmllbGQtLS1DaGVja2JveC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNy4wMDAwMDAsIDI0OS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkNoZWNrYm94IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMzAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTAuMDM4NDk1LDE2IEwxNy4xMTYxMzc1LDguOTIxNDg3NiBMMTUuMTk0NjQ5OCw3IEwxMC4wMzg0OTUsMTIuMTU1MDY3NCBMNi45MjE0ODc2LDkuMDM4OTI5OTcgTDUsMTAuOTYwNDE3NiBMMTAuMDM4NDk1LDE2IFoiIGlkPSJQYWdlLTEiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
797 - background-position: center center; }
543 + transition: all 0.2s;
544 +}
545 +.customify_preset .awesome_preset:hover {
546 + opacity: 0.9;
547 +}
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;
560 +}
561 +.customify_preset .awesome_preset .preset-wrap .preset-color {
562 + height: 128px;
563 + border-radius: 4px 4px 0 0;
564 + padding: 17px 0 27px;
565 +}
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;
571 +}
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;
578 +}
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;
585 +}
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%;
597 +}
598 +.customify_preset .awesome_preset:nth-child(odd) {
599 + margin-right: 7%;
600 +}
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;
615 +}
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;
624 +}
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;
638 +}
798 639
799 640 .customify_radio_image {
800 - display: inline-block; }
801 - .customify_radio_image label {
802 - display: block;
803 - float: left;
804 - margin-right: 10px;
805 - position: relative; }
806 - .customify_radio_image label input[type=radio] {
807 - position: absolute;
808 - top: 0;
809 - bottom: 0;
810 - left: 0;
811 - right: 0;
812 - width: 100%;
813 - height: 100%;
814 - visibility: hidden; }
815 - .customify_radio_image label input[type=radio] img {
816 - cursor: pointer;
817 - border: 2px solid transparent; }
818 - .customify_radio_image label input[type=radio]:checked + img {
819 - border: 3px solid #73C5EE; }
641 + display: inline-block;
642 +}
643 +.customify_radio_image label {
644 + display: block;
645 + float: left;
646 + margin-right: 10px;
647 + position: relative;
648 +}
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;
658 +}
659 +.customify_radio_image label input[type=radio] img {
660 + cursor: pointer;
661 + border: 2px solid transparent;
662 +}
663 +.customify_radio_image label input[type=radio]:checked + img {
664 + border: 3px solid #73C5EE;
665 +}
820 666
821 667 .customify_ace_editor {
822 668 display: block;
823 669 min-height: 200px;
824 - border: 1px solid #ddd; }
670 + border: 1px solid #ddd;
671 +}
825 672
826 673 .customize-control-custom_background .hide {
827 - display: none; }
828 -
674 + display: none;
675 +}
829 676 .customize-control-custom_background .upload_button_div {
830 - margin: 10px 0; }
831 - .customize-control-custom_background .upload_button_div > * {
832 - margin-right: 10px; }
833 -
677 + margin: 10px 0;
678 +}
679 +.customize-control-custom_background .upload_button_div > * {
680 + margin-right: 10px;
681 +}
834 682 .customize-control-custom_background .preview_screenshot {
835 683 text-align: center;
836 - margin: 10px 0; }
837 - .customize-control-custom_background .preview_screenshot img {
838 - border: 2px solid #ccc; }
684 + margin: 10px 0;
685 +}
686 +.customize-control-custom_background .preview_screenshot img {
687 + border: 2px solid #ccc;
688 +}
839 689
840 690 #customify_import_demo_data_button {
841 691 width: 70%;
842 692 text-align: center;
@@ -842,75 +692,82 @@
842 692 text-align: center;
843 693 padding: 10px;
844 694 display: inline-block;
845 695 height: auto;
846 - margin: 0 15% 10% 15%; }
696 + margin: 0 15% 10% 15%;
697 +}
847 698
848 699 .import_step_note {
849 700 margin: 5px;
850 701 width: 100%;
851 - display: inline-block; }
852 - .import_step_note:before {
853 - content: "\1F449"; }
854 - .import_step_note.success:before {
855 - content: "\1F44D"; }
856 - .import_step_note.failed:before {
857 - content: "\274C"; }
702 + display: inline-block;
703 +}
704 +.import_step_note:before {
705 + content: "\1F449";
706 +}
707 +.import_step_note.success:before {
708 + content: "\1F44D";
709 +}
710 +.import_step_note.failed:before {
711 + content: "\274C";
712 +}
858 713
859 714 #customize-header-actions {
860 715 background: #ffffff;
861 - border-color: #e0e8ef; }
716 + border-color: #dfe8ef;
717 +}
862 718
719 +.customize-controls-close {
720 + color: #7da9c3;
721 + background: #ffffff;
722 + border-color: #dfe8ef;
723 +}
724 +.customize-controls-close:focus, .customize-controls-close:hover {
725 + background: #f5fcff;
726 +}
727 +
863 728 .wp-full-overlay-sidebar,
864 -.customize-themes-panel,
865 -#customize-sidebar-outer-content {
729 +.customize-themes-panel {
866 730 background: #eaf9fe;
867 - border-right: 1px solid #e0e8ef; }
731 + border-right: 1px solid #dfe8ef;
732 +}
868 733
869 -.outer-section-open #customize-controls .wp-full-overlay-sidebar-content,
870 -.attachment-media-view, .media-widget-preview.media_audio, .media-widget-preview.media_image {
871 - background: #eaf9fe; }
872 -
873 734 #customize-theme-controls #accordion-section-menu_locations {
874 - border-bottom: 1px solid #e0e8ef; }
735 + border-bottom: 1px solid #dfe8ef;
736 +}
875 737
876 738 #customize-controls #accordion-section-themes > .accordion-section-title {
877 739 font-weight: 600;
878 - border-bottom: 1px solid #e0e8ef; }
879 - #customize-controls #accordion-section-themes > .accordion-section-title:hover {
880 - background: #fff; }
881 -
740 + border-bottom: 1px solid #dfe8ef;
741 +}
742 +#customize-controls #accordion-section-themes > .accordion-section-title:hover {
743 + background: #fff;
744 +}
882 745 #customize-controls .panel-meta.customize-info {
883 - border-bottom-color: #e0e8ef; }
746 + border-bottom: none;
747 +}
884 748
885 749 #customize-theme-controls .control-section .accordion-section-title {
886 750 font-weight: 400;
887 - border-top: 1px solid #e0e8ef;
888 - border-bottom: none; }
889 -
751 + border-top: 1px solid #dfe8ef;
752 + border-bottom: none;
753 +}
890 754 #customize-theme-controls .control-section:last-of-type > .accordion-section-title {
891 - border-bottom: 1px solid #e0e8ef; }
892 -
755 + border-bottom: 1px solid #dfe8ef;
756 +}
893 757 #customize-theme-controls .customize-section-title {
894 - border-top: 1px solid #e0e8ef;
895 - border-bottom: 1px solid #e0e8ef; }
758 + border-top: 1px solid #dfe8ef;
759 + border-bottom: 1px solid #dfe8ef;
760 +}
896 761
897 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 {
898 763 color: #056184;
899 764 background: #f5fcff;
900 - border-left-color: #f5fcff; }
765 +}
901 766
902 -.wp-customizer {
903 - /* SECTION: NAV MENUS */ }
904 - .wp-customizer .menu-item-edit-active .menu-item-handle, .wp-customizer .section-open .menu-item-settings, .wp-customizer .menu-item-bar .menu-item-handle:hover {
905 - border-color: #e0e8ef; }
906 - .wp-customizer .section-open .menu-item-settings {
907 - background: #f5fcff; }
908 - .wp-customizer .control-section-nav_menu .menu-location-settings {
909 - border-top-color: #e0e8ef !important; }
910 -
911 767 [data-balloon] {
912 - position: relative; }
768 + position: relative;
769 +}
913 770
914 771 [data-balloon]::before {
915 772 opacity: 0;
916 773 pointer-events: none;
@@ -922,9 +779,10 @@
922 779 font-size: 12px;
923 780 padding: .5em 1em;
924 781 position: absolute;
925 782 white-space: nowrap;
926 - z-index: 10; }
783 + z-index: 10;
784 +}
927 785
928 786 [data-balloon]::after {
929 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>');
930 788 background-size: 100% auto;
@@ -934,46 +792,46 @@
934 792 pointer-events: none;
935 793 transition: all .18s ease-out;
936 794 content: '';
937 795 position: absolute;
938 - z-index: 10; }
796 + z-index: 10;
797 +}
939 798
940 799 [data-balloon]:hover::before, [data-balloon]:hover::after {
941 800 opacity: 1;
942 - pointer-events: auto; }
801 + pointer-events: auto;
802 +}
943 803
944 804 [data-balloon][data-balloon-pos="up"]::before {
945 805 bottom: 100%;
946 806 left: 50%;
947 807 margin-bottom: 11px;
948 - -webkit-transform: translate3d(-50%, 10px, 0);
949 - transform: translate3d(-50%, 10px, 0);
950 - -webkit-transform-origin: top;
951 - transform-origin: top; }
808 + transform: translate3d(-50%, 10px, 0);
809 + transform-origin: top;
810 +}
952 811
953 812 [data-balloon][data-balloon-pos="up"]::after {
954 813 bottom: 100%;
955 814 left: 50%;
956 815 margin-bottom: 5px;
957 - -webkit-transform: translate3d(-50%, 10px, 0);
958 - transform: translate3d(-50%, 10px, 0);
959 - -webkit-transform-origin: top;
960 - transform-origin: top; }
816 + transform: translate3d(-50%, 10px, 0);
817 + transform-origin: top;
818 +}
961 819
962 820 [data-balloon][data-balloon-pos="up"]:hover::before {
963 - -webkit-transform: translate3d(-50%, 0, 0);
964 - transform: translate3d(-50%, 0, 0); }
821 + transform: translate3d(-50%, 0, 0);
822 +}
965 823
966 824 [data-balloon][data-balloon-pos="up"]:hover::after {
967 - -webkit-transform: translate3d(-50%, 0, 0);
968 - transform: translate3d(-50%, 0, 0); }
825 + transform: translate3d(-50%, 0, 0);
826 +}
969 827
970 828 [data-balloon][data-balloon-pos='down']::before {
971 829 left: 50%;
972 830 margin-top: 11px;
973 831 top: 100%;
974 - -webkit-transform: translate3d(-50%, -10px, 0);
975 - transform: translate3d(-50%, -10px, 0); }
832 + transform: translate3d(-50%, -10px, 0);
833 +}
976 834
977 835 [data-balloon][data-balloon-pos='down']::after {
978 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>');
979 837 background-size: 100% auto;
@@ -981,25 +839,25 @@
981 839 height: 6px;
982 840 left: 50%;
983 841 margin-top: 5px;
984 842 top: 100%;
985 - -webkit-transform: translate3d(-50%, -10px, 0);
986 - transform: translate3d(-50%, -10px, 0); }
843 + transform: translate3d(-50%, -10px, 0);
844 +}
987 845
988 846 [data-balloon][data-balloon-pos='down']:hover::before {
989 - -webkit-transform: translate3d(-50%, 0, 0);
990 - transform: translate3d(-50%, 0, 0); }
847 + transform: translate3d(-50%, 0, 0);
848 +}
991 849
992 850 [data-balloon][data-balloon-pos='down']:hover::after {
993 - -webkit-transform: translate3d(-50%, 0, 0);
994 - transform: translate3d(-50%, 0, 0); }
851 + transform: translate3d(-50%, 0, 0);
852 +}
995 853
996 854 [data-balloon][data-balloon-pos='left']::before {
997 855 margin-right: 11px;
998 856 right: 100%;
999 857 top: 50%;
1000 - -webkit-transform: translate3d(10px, -50%, 0);
1001 - transform: translate3d(10px, -50%, 0); }
858 + transform: translate3d(10px, -50%, 0);
859 +}
1002 860
1003 861 [data-balloon][data-balloon-pos='left']::after {
1004 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>');
1005 863 background-size: 100% auto;
@@ -1007,25 +865,25 @@
1007 865 height: 18px;
1008 866 margin-right: 5px;
1009 867 right: 100%;
1010 868 top: 50%;
1011 - -webkit-transform: translate3d(10px, -50%, 0);
1012 - transform: translate3d(10px, -50%, 0); }
869 + transform: translate3d(10px, -50%, 0);
870 +}
1013 871
1014 872 [data-balloon][data-balloon-pos='left']:hover::before {
1015 - -webkit-transform: translate3d(0, -50%, 0);
1016 - transform: translate3d(0, -50%, 0); }
873 + transform: translate3d(0, -50%, 0);
874 +}
1017 875
1018 876 [data-balloon][data-balloon-pos='left']:hover::after {
1019 - -webkit-transform: translate3d(0, -50%, 0);
1020 - transform: translate3d(0, -50%, 0); }
877 + transform: translate3d(0, -50%, 0);
878 +}
1021 879
1022 880 [data-balloon][data-balloon-pos='right']::before {
1023 881 left: 100%;
1024 882 margin-left: 11px;
1025 883 top: 50%;
1026 - -webkit-transform: translate3d(-10px, -50%, 0);
1027 - transform: translate3d(-10px, -50%, 0); }
884 + transform: translate3d(-10px, -50%, 0);
885 +}
1028 886
1029 887 [data-balloon][data-balloon-pos='right']::after {
1030 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>');
1031 889 background-size: 100% auto;
@@ -1033,94 +891,47 @@
1033 891 height: 18px;
1034 892 left: 100%;
1035 893 margin-left: 5px;
1036 894 top: 50%;
1037 - -webkit-transform: translate3d(-10px, -50%, 0);
1038 - transform: translate3d(-10px, -50%, 0); }
895 + transform: translate3d(-10px, -50%, 0);
896 +}
1039 897
1040 898 [data-balloon][data-balloon-pos='right']:hover::before {
1041 - -webkit-transform: translate3d(0, -50%, 0);
1042 - transform: translate3d(0, -50%, 0); }
899 + transform: translate3d(0, -50%, 0);
900 +}
1043 901
1044 902 [data-balloon][data-balloon-pos='right']:hover::after {
1045 - -webkit-transform: translate3d(0, -50%, 0);
1046 - transform: translate3d(0, -50%, 0); }
903 + transform: translate3d(0, -50%, 0);
904 +}
1047 905
1048 906 [data-balloon][data-balloon-length='small']::before {
1049 907 white-space: normal;
1050 - width: 80px; }
908 + width: 80px;
909 +}
1051 910
1052 911 [data-balloon][data-balloon-length='medium']::before {
1053 912 white-space: normal;
1054 - width: 150px; }
913 + width: 150px;
914 +}
1055 915
1056 916 [data-balloon][data-balloon-length='large']::before {
1057 917 white-space: normal;
1058 - width: 260px; }
918 + width: 260px;
919 +}
1059 920
1060 921 [data-balloon][data-balloon-length='xlarge']::before {
1061 922 white-space: normal;
1062 - width: 380px; }
923 + width: 380px;
924 +}
1063 925
1064 926 @media screen and (max-width: 768px) {
1065 927 [data-balloon][data-balloon-length='xlarge']::before {
1066 928 white-space: normal;
1067 - width: 90vw; } }
1068 -
929 + width: 90vw;
930 + }
931 +}
1069 932 [data-balloon][data-balloon-length='fit']::before {
1070 933 white-space: normal;
1071 - width: 100%; }
934 + width: 100%;
935 +}
1072 936
1073 -.font-options__wrapper .font-options__options-list {
1074 - border-color: #B8DAEB;
1075 - box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15); }
1076 -
1077 -.font-options__wrapper .font-options__option {
1078 - margin-bottom: 12px; }
1079 - .font-options__wrapper .font-options__option label {
1080 - display: block;
1081 - margin-bottom: 6px; }
1082 -
1083 -.font-options__wrapper [type=checkbox]:checked ~ .font-options__options-list {
1084 - opacity: 1;
1085 - display: block; }
1086 -
1087 -input.customify_font_tooltip {
1088 - display: none; }
1089 -
1090 -ul.font-options__options-list .select2-container {
1091 - width: 100% !important; }
1092 - ul.font-options__options-list .select2-container .select2-selection--single {
1093 - -webkit-appearance: initial; }
1094 - ul.font-options__options-list .select2-container .select2-selection--single .select2-selection__arrow {
1095 - display: none; }
1096 -
1097 -ul.font-options__options-list .select2-container--default .select2-selection--single .select2-selection__rendered {
1098 - color: inherit;
1099 - line-height: initial; }
1100 -
1101 -.select2-container.select2-container--open {
1102 - z-index: 99999999; }
1103 -
1104 -.wp-customizer .widget-conditional .condition-control:after {
1105 - content: " ";
1106 - display: table;
1107 - clear: both; }
1108 -
1109 -.wp-customizer .widget-conditional .selection {
1110 - padding-right: 50px;
1111 - padding-left: 28px;
1112 - padding-bottom: 19px;
1113 - margin-left: 0;
1114 - margin-right: 0;
1115 - margin-bottom: 10px;
1116 - border-bottom: 1px solid #cbcfd4; }
1117 -
1118 -.wp-customizer .widget-conditional .condition:last-child .selection {
1119 - border: 0; }
1120 -
1121 -.wp-customizer .widget-conditional select {
1122 - max-width: 100%;
1123 - width: 170px; }
1124 -
1125 -.wp-customizer .widget-conditional .condition-top select {
1126 - width: 130px; }
937 +/*# sourceMappingURL=customizer.css.map */