forked from elmastudio/aino-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle-editor.min.css
298 lines (298 loc) · 32.4 KB
/
style-editor.min.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
/*! Editor Styles */:root{--global--font-primary:'IBM Plex Sans',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Helvetica,sans-serif;--global--font-secondary:'IBM Plex Sans',-apple-system,BlinkMacSystemFont,'Helvetica Neue',Helvetica,sans-serif;--global--font-code:'Monaco','Courier 10 Pitch',-apple-system,Courier,monospace;--heading--font-family:var(--global--font-primary);--body--font-family:var(--global--font-secondary);--code--font-family:var(--global--font-code);--global--max-content-width:93rem;--global--grid-gap:2rem;--global--border-radius-xxs:.625rem;--global--border-radius-xs:.938rem;--global--border-radius-s:1.25rem;--global--border-radius-m:1.563rem;--global--border-radius-l:1.875rem;--global--border-radius-xl:2.5rem;--global--border-radius-xxl:3.125rem;--global--border-radius-xxxl:3.75rem;--global--border-radius-xxxxl:4.375rem}
:root{--global--color-primary:#7358de;--global--color-text-one:#111;--global--color-text-two:#222;--global--color-border:#111;--global--color-background:#fff;--global--color-code-one:#b2cacd;--global--color-code-two:#062e32;--global--color-success:#19d37b;--global--color-notification:#1e90ff;--global--color-error:#e52424;--global--color-black:#000;--global--color-white:#fff;--global--color-white-60:rgba(255,255,255,0.6)}
.block-editor-block-list__block{margin-top:0;margin-bottom:0}
.wp-block{max-width:43.5rem}
.editor-styles-wrapper{text-rendering:optimizeLegibility;-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased;padding:0 !important}
.editor-styles-wrapper .wp-block[data-align="wide"] .wp-block[data-align="wide"],.editor-styles-wrapper .wp-block[data-align="full"] .wp-block[data-align="wide"]{max-width:93rem}
.wp-block[data-align="full"]{margin-left:-10px;margin-right:-10px}
.wp-block[data-align="full"] .wp-block[data-align="wide"]{padding-left:1.5rem;padding-right:1.5rem}
.wp-block .wp-block[data-type="core/group"]:not([data-align="full"]):not([data-align="wide"]):not([data-align="left"]):not([data-align="right"]),.wp-block .wp-block[data-type="core/cover"]:not([data-align="full"]):not([data-align="wide"]):not([data-align="left"]):not([data-align="right"]){margin-left:auto;margin-right:auto}
.wp-block[data-align="full"] .wp-block[data-type="core/group"]:not([data-align="full"]):not([data-align="wide"]),.wp-block[data-align="wide"] .wp-block[data-type="core/group"]:not([data-align="full"]):not([data-align="wide"]){max-width:100%}
*[data-align="right"] .wp-block-edit,*[data-align="left"] .wp-block-edit{max-width:50%}
.wp-block[data-align="wide"],.wp-block.alignwide{max-width:93rem}
.wp-block[data-align="wide"] .wp-block,.wp-block.alignwide .wp-block{max-width:87rem}
.wp-block[data-align="full"],.wp-block.alignfull{max-width:none}
.wp-block[data-align="full"] .wp-block,.wp-block.alignfull .wp-block{max-width:100%}
.tpl-fullwidth .wp-block{max-width:87rem}
.tpl-fullwidth .wp-block{max-width:87rem}
.editor-styles-wrapper .wp-block[data-align="right"]{margin-right:0}
.editor-styles-wrapper .wp-block[data-align="left"]{margin:0}
.editor-styles-wrapper .wp-block[data-align="left"],.editor-styles-wrapper .wp-block[data-align="right"]{margin:0 auto;max-width:87rem !important}
.edit-post-visual-editor__post-title-wrapper .editor-post-title{max-width:87rem;padding-left:1rem;padding-right:1rem}
body{font-family:var(--body--font-family);line-height:1.4;color:var(--global--color-text-two);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
.editor-post-title .editor-post-title__input{font-family:var(--body--font-family);line-height:1.4;line-height:1;text-align:center;max-width:77.5rem}
.editor-post-title__input,h1,h2,h3,h4,h5,h6{color:var(--global--color-text-one);font-weight:normal;line-height:1;margin-top:0;margin-bottom:0}
.editor-post-title__input a,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:var(--global--color-text-one);text-decoration:none}
.h-bold .editor-post-title__input,.h-bold h1,.h-bold h2,.h-bold h3,.h-bold h4,.h-bold h5,.h-bold h6{font-weight:bold}
h1.has-xxxxl-font-size{font-size:5.125rem !important}
h1.has-xxxl-font-size,h2.has-xxxxl-font-size{font-size:4.375rem !important}
h1.has-xxl-font-size,h2.has-xxxl-font-size,h3.has-xxxxl-font-size{font-size:3.75rem !important}
h1.has-xl-font-size,h2.has-xxl-font-size,h3.has-xxxl-font-size,h4.has-xxxxl-font-size{font-size:3.25rem !important}
h1.has-l-font-size,h2.has-xl-font-size,h3.has-xxl-font-size,h4.has-xxxl-font-size,h5.has-xxxxl-font-size{font-size:2.875rem !important}
.editor-post-title__input,h1.has-m-font-size,h2.has-l-font-size,h3.has-xl-font-size,h4.has-xxl-font-size,h5.has-xxxl-font-size,h6.has-xxxxl-font-size{font-size:2.375rem !important}
h1,h1.has-s-font-size,h2.has-m-font-size,h3.has-l-font-size,h4.has-xl-font-size,h5.has-xxl-font-size,h6.has-xxxl-font-size{font-size:2.125rem !important}
h2,h1.has-xs-font-size,h2.has-s-font-size,h3.has-m-font-size,h4.has-l-font-size,h5.has-xl-font-size,h6.has-xxl-font-size{font-size:1.75rem !important}
h3,h1.has-xxs-font-size,h2.has-xs-font-size,h3.has-s-font-size,h4.has-m-font-size,h5.has-l-font-size,h6.has-xl-font-size,.related-wrap .section-title,.comments-area .comments-title{font-size:1.5rem !important}
h2.has-xxs-font-size,h3.has-xs-font-size,h4,h4.has-s-font-size,h5.has-m-font-size,h6.has-l-font-size,h1.site-title,.site-title{font-size:1.375rem !important}
h3.has-xxs-font-size,h4.has-xs-font-size,h5,h5.has-s-font-size,h6.has-m-font-size{font-size:1.125rem !important}
h4.has-xxs-font-size,h5.has-xs-font-size,h5.has-xxs-font-size,h6,h6.has-s-font-size,h6.has-xs-font-size,h6.has-xxs-font-size,h6.has-xxs-font-size{font-size:1rem !important}
p,ol,ul{font-size:1.25rem}
p.has-background,ol.has-background,ul.has-background{padding:1rem}
p.has-xxs-font-size,ol.has-xxs-font-size,ul.has-xxs-font-size{font-size:.75rem}
p.has-xs-font-size,ol.has-xs-font-size,ul.has-xs-font-size{font-size:.875rem}
p.has-s-font-size,ol.has-s-font-size,ul.has-s-font-size{font-size:1rem}
p.has-m-font-size,ol.has-m-font-size,ul.has-m-font-size{font-size:1.125rem}
p.has-l-font-size,ol.has-l-font-size,ul.has-l-font-size{font-size:1.25rem}
p.has-xl-font-size,ol.has-xl-font-size,ul.has-xl-font-size{font-size:1.375rem}
p.has-xxl-font-size,ol.has-xxl-font-size,ul.has-xxl-font-size{font-size:1.5rem}
p.has-drop-cap:not(:focus):first-letter ,ol.has-drop-cap:not(:focus):first-letter ,ul.has-drop-cap:not(:focus):first-letter {float:left;font-family:var(--body--font-family);line-height:1.4;margin:5px 8px 0 -8px;line-height:.77;text-transform:uppercase;font-weight:normal;font-size:100px}
.wp-block-paragraph{padding-bottom:1rem}
.wp-block[data-align="wide"] .wp-block-group__inner-container .wp-block-paragraph,.wp-block[data-align="full"] .wp-block-group__inner-container .wp-block-paragraph{padding-bottom:0}
dfn,em,i{font-style:italic}
blockquote{margin:0;padding:0}
pre{background:rgba(0,0,0,0.15);font-family:"Courier 10 Pitch",Courier,monospace;font-size:15px;font-size:.9375rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}
code,kbd,tt,var{font-size:15px}
abbr,acronym{border-bottom:1px dotted #666;cursor:help}
ins,mark{background:#fff9c0;text-decoration:none}
big{font-size:125%}
.col1{max-width:7.75rem}
.col1.nogap{max-width:calc(7.75rem - 3rem)}
.col2{max-width:15.5rem}
.col2.nogap{max-width:calc(15.5rem - 3rem)}
.col3{max-width:23.25rem}
.col3.nogap{max-width:calc(23.25rem - 3rem)}
.col4{max-width:31rem}
.col4.nogap{max-width:calc(31rem - 3rem)}
.col5{max-width:35.75rem}
.col5.nogap{max-width:calc(35.75rem - 3rem)}
.col6{max-width:46.5rem}
.col6.nogap{max-width:calc(46.5rem - 3rem)}
.col7{max-width:54.25rem}
.col7.nogap{max-width:calc(54.25rem - 3rem)}
.col8{max-width:62rem}
.col8.nogap{max-width:calc(62rem - 3rem)}
.col9{max-width:69.75rem}
.col9.nogap{max-width:calc(69.75rem - 3rem)}
.col10{max-width:77.5rem}
.col10.nogap{max-width:calc(77.5rem - 3rem)}
.col11{max-width:85.25rem}
.col11.nogap{max-width:calc(85.25rem - 3rem)}
.col12{max-width:93rem}
.col12.nogap{max-width:calc(93rem - 3rem)}
a{color:currentColor;text-decoration:underline}
p a,blockquote:not(.has-text-color) .wp-block-pullquote__citation a{color:var(--global--color-text-two)}
a h1,h2 a,h3 a,h4 a,h5 a,h6 a{color:var(--global--color-text-one)}
.wp-block-image figcaption a:hover,.wp-block-embed figcaption a:hover,.wp-block-audio figcaption a:hover{color:var(--global--color-primary)}
blockquote:not(.has-text-color) .wp-block-pullquote__citation a:hover{color:var(--global--color-primary)}
.editor-post-title textarea{background-color:transparent}
*,*:after,*:before{-webkit-box-sizing:inherit;box-sizing:inherit}
hr{border:0;height:1px;margin-bottom:1.5em}
ol,ul{margin:0 0 1.5em 3em;padding:0}
ul{list-style:disc}
ol{list-style:decimal}
li>ol,li>ul{margin-bottom:0;margin-left:1.5rem}
dt{font-weight:bold}
dd{margin:0 1.5em 1.5em}
img{height:auto;max-width:100%}
.image-border img{border:4px solid var(--global--color-border)}
figure{margin:1em 0}
input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea{color:#666;border:1px solid #ccc;border-radius:3px;padding:3px}
input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,textarea:focus{color:#111}
select{border:1px solid #ccc}
textarea{width:100%}
.editor-default-block-appender .editor-default-block-appender__content{font-family:var(--body--font-family);line-height:1.4;font-size:1.125rem}
.wp-block-group.has-background{padding-left:0;padding-right:0}
.wp-block-image figcaption,.wp-block-embed figcaption,.wp-block-audio figcaption{max-width:100%;font-size:1rem;margin:6px 0 0;text-align:center}
.wp-block-gallery{margin:0}
.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{padding:40px 12px 8px;font-size:14px;font-weight:300}
.wp-block-image.ellipse-horizontal{-webkit-clip-path:ellipse(50% 45% at 50% 50%);clip-path:ellipse(50% 45% at 50% 50%)}
.wp-block-image.ellipse-vertical{-webkit-clip-path:ellipse(50% 50% at 50% 50%);clip-path:ellipse(50% 50% at 50% 50%)}
.wp-block-pullquote,.wp-block-quote{margin:0;padding:0;font-style:normal}
.wp-block-pullquote blockquote p,.wp-block-quote blockquote p{font-size:1.125rem}
.wp-block-pullquote p:last-child,.wp-block-pullquote blockquote p:last-child,.wp-block-quote p:last-child,.wp-block-quote blockquote p:last-child{margin:0}
.wp-block-pullquote:not(.is-large):not(.is-style-large),.wp-block-quote:not(.is-large):not(.is-style-large){border:0}
.wp-block-pullquote.is-large,.wp-block-pullquote.is-style-large p,.wp-block-quote.is-large,.wp-block-quote.is-style-large p{margin:0;font-size:1.25rem;font-style:normal}
.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote .wp-block-quote__citation,.wp-block-pullquote .wp-block-pullquote__citation,.wp-block-quote cite,.wp-block-quote footer,.wp-block-quote .wp-block-quote__citation,.wp-block-quote .wp-block-pullquote__citation{display:block;margin:0;padding:1rem 0 0;font-weight:bold;font-style:normal;text-transform:none;font-size:.875rem}
.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote .wp-block-quote__citation,.wp-block-pullquote blockquote:not(.has-text-color) .wp-block-pullquote__citation,.wp-block-quote cite,.wp-block-quote footer,.wp-block-quote .wp-block-quote__citation,.wp-block-quote blockquote:not(.has-text-color) .wp-block-pullquote__citation{color:var(--global--color-text-two)}
.wp-block-pullquote{text-align:left;border-radius:2.25rem;color:var(--global--color-text-two)}
.wp-block-pullquote.is-style-solid-color:not(.has-background){background:var(--global--color-background)}
.wp-block-pullquote.is-style-solid-color blockquote{max-width:100%;padding:1.5rem;border-radius:2.25rem}
.wp-block-pullquote.is-style-solid-color blockquote p{font-size:1.125rem}
.wp-block-pullquote .alignleft blockquote,.wp-block-pullquote .alignright blockquote{padding:0}
.wp-block[data-type="core/pullquote"][data-align="right"],.wp-block[data-type="core/pullquote"][data-align="left"]{height:auto;max-height:none}
.wp-block[data-type="core/pullquote"][data-align="right"]>.is-block-content,.wp-block[data-type="core/pullquote"][data-align="left"]>.is-block-content{max-width:23.25rem}
.editor-styles-wrapper .wp-block-table{display:table;width:100%}
.editor-styles-wrapper .wp-block-table .wp-block-table__cell-content{padding:1rem}
.editor-styles-wrapper .wp-block-table.alignfull{width:96vw}
.editor-styles-wrapper .wp-block-table td{border:0;padding:1rem}
.editor-styles-wrapper .wp-block-table table{background:transparent}
.editor-styles-wrapper .wp-block-table table tr{padding:1rem;border-bottom:1px solid var(--global--color-border)}
.editor-styles-wrapper .wp-block-table table tr:last-of-type{border-bottom:0}
.editor-styles-wrapper .wp-block-table.is-style-stripes{border-bottom:0}
.editor-styles-wrapper .wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:var(--global--color-background);border-bottom:0}
.editor-styles-wrapper .wp-block-table.is-style-stripes table tr{border-bottom:0}
.wp-block-cover-image{height:75vh;min-height:400px;margin-top:1.25rem;margin-bottom:1.25rem}
.wp-block-cover-image-text,.wp-block-cover-image h2{max-width:43.5rem;font-size:1.375rem !important}
.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:100%}
.wp-block-code .block-editor-plain-text{background:var(--global--color-code-one);color:var(--global--color-code-two);font-family:var(--code--font-family);font-size:14px;line-height:1.43;font-size:.875rem;border-radius:2.25rem;padding:1rem}
.wp-block-code .block-editor-plain-text .block-editor-plain-text{background:transparent}
.wp-block-preformatted{background-color:var(--global--color-code-two);color:var(--global--color-code-one);max-width:100%;overflow:auto;padding:1rem;margin-bottom:1rem;border-radius:2.25rem;font-family:var(--code--font-family);font-size:14px;line-height:1.43}
.wp-block-preformatted pre{margin:0;padding:0;background-color:var(--global--color-code-two);color:var(--global--color-code-one)}
.wp-block[data-type="core/verse"]{background:var(--global--color-background);border-radius:2.25rem;font-family:var(--code--font-family);font-size:14px;line-height:1.43;font-size:.875rem;font-weight:normal;padding:1rem}
.wp-block[data-type="core/verse"] pre{background:transparent}
.wp-block-verse pre,pre.wp-block-verse{color:var(--global--color-text-two);white-space:nowrap;font-family:inherit;font-size:inherit;line-height:1;padding:0;overflow:auto}
.block-editor-block-list__block[data-type="core/separator"]{max-width:100%}
.wp-block-separator{border-left:0;border-right:0;border-bottom:0;border-top:1px solid;opacity:1}
.wp-block-separator.is-style-wide{border:0}
.wp-block-separator.is-style-dots{border:0}
.wp-block-separator.is-style-dots:before{color:var(--global--color-border);font-size:1.25rem;letter-spacing:1em;padding-left:1em}
.wp-block-button .wp-block-button__link{display:inline-block;line-height:1;font-weight:normal;-webkit-transition:all .2s ease;transition:all .2s ease;padding:1.125rem;font-size:1.125rem;color:var(--global--color-white);fill:var(--global--color-white);background-color:var(--global--color-primary);font-weight:normal;color:var(--global--color-white)}
.wp-block-button .wp-block-button__link:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px)}
.wp-block-button:not(.is-style-squared) .wp-block-button__link{border-radius:8px}
.wp-block-button.is-style-outline .wp-block-button__link{color:var(--global--color-primary);fill:var(--global--color-primary);-webkit-box-shadow:inset 0 0 0 1px var(--global--color-primary);box-shadow:inset 0 0 0 1px var(--global--color-primary);background:transparent;-webkit-box-shadow:none;box-shadow:none;border:1px solid}
.wp-block-button.is-style-outline .wp-block-button__link:hover{color:var(--global--color-primary);fill:var(--global--color-primary)}
.wp-block-button.is-style-outline .wp-block-button__link:hover{color:var(--global--color-primary);fill:var(--global--color-primary)}
.wp-block-categories,.wp-block-latest-posts__post-date{margin-top:0;margin-left:0;margin-right:0;margin-bottom:1.5rem}
.wp-block-categories ul,.wp-block-latest-posts{padding-left:2.5em}
.wp-block-categories li,.wp-block-latest-posts li{margin:0;padding:0;text-align:left}
.wp-block-categories li a,.wp-block-latest-posts li a{border:0;text-decoration:none;color:var(--global--color-text-two)}
.wp-block[data-type="core/archives"] .wp-block-archives,.wp-block[data-type="core/latest-posts"] .wp-block-latest-posts{margin:0;padding-left:1.5rem;font-size:1.125rem}
.wp-block[data-type="core/latest-comments"] .wp-block-latest-comments{margin:0;padding:0}
.wp-block[data-type="core/latest-comments"] .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p{font-size:1rem;margin:0}
.wp-block[data-type="core/calendar"] caption{color:var(--global--color-text-one);margin-bottom:1rem;text-align:center;font-weight:bold}
.wp-block[data-type="core/calendar"] table{margin-bottom:1rem;background:var(--global--color-white)}
.wp-block[data-type="core/calendar"] table th{font-weight:bold;background:transparent;text-align:center}
.wp-block[data-type="core/calendar"] table tbody{color:var(--global--color-text-two);border-right:1px solid var(--global--color-border)}
.wp-block[data-type="core/calendar"] table td#today{background:var(--global--color-background)}
.wp-block[data-type="core/calendar"] table tbody td,.wp-block[data-type="core/calendar"] table th{padding:16px 8px;border:1px solid var(--global--color-border);text-align:center}
.has-primary-one-color{color:var(--global--color-primary);fill:var(--global--color-primary)}
p.has-primary-one-color a{text-decoration:underline}
.has-primary-one-background-color{background:var(--global--color-primary);border-color:var(--global--color-primary)}
.has-text-one-color{color:var(--global--color-text-one);fill:var(--global--color-text-one)}
.has-text-one-background-color{background:var(--global--color-text-one);border-color:var(--global--color-text-one)}
.has-text-two-color{color:var(--global--color-text-two);fill:var(--global--color-text-two)}
.has-text-two-background-color{background:var(--global--color-text-two);border-color:var(--global--color-text-two)}
.has-border-color{color:var(--global--color-border);fill:var(--global--color-border)}
.has-border-background-color{background:var(--global--color-border);border-color:var(--global--color-border)}
.has-background-color{color:var(--global--color-background);fill:var(--global--color-background)}
.has-background-background-color{background:var(--global--color-background);border-color:var(--global--color-background)}
.has-white-color{color:var(--global--color-white);fill:var(--global--color-white)}
.has-white-background-color{background:var(--global--color-white);border-color:var(--global--color-white)}
.has-black-color{color:var(--global--color-black);fill:var(--global--color-black)}
.has-black-background-color{background:var(--global--color-black);border-color:var(--global--color-black)}
.has-grayish-blue-to-dark-grayish-blue-gradient-background{background:-webkit-gradient(linear,left bottom,left top,from(#5b6c72),to(#3c4448));background:linear-gradient(0,#5b6c72 0,#3c4448 100%)}
.has-soft-orange-to-desaturated-dark-cyan-gradient-background{background:-webkit-gradient(linear,right top,left top,from(#435c67),color-stop(46%,#72a4a3),color-stop(74%,#fba289),to(#fccaa4));background:linear-gradient(270deg,#435c67 0,#72a4a3 46%,#fba289 74%,#fccaa4 100%)}
.has-light-grayish-magenta-to-very-dark-grayish-pink-gradient-background{background:-webkit-gradient(linear,left bottom,left top,from(#eddded),color-stop(21%,#e6c4df),color-stop(50%,#c4a5bf),to(#705d63));background:linear-gradient(0,#eddded 0,#e6c4df 21%,#c4a5bf 50%,#705d63 100%)}
.has-light-grayish-red-to-dark-red-gradient-background{background:-webkit-gradient(linear,left bottom,left top,from(#8f2228),color-stop(50%,#fa6e73),to(#dbbfc1));background:linear-gradient(0,#8f2228 0,#fa6e73 50%,#dbbfc1 100%)}
.has-slightly-desaturated-cyan-to-very-soft-red-gradient-background{background:-webkit-gradient(linear,left bottom,left top,from(#81c3c6),color-stop(48%,#fbc6a7),to(#faa8b6));background:linear-gradient(0,#81c3c6 0,#fbc6a7 48%,#faa8b6 100%)}
.has-very-soft-orange-to-very-soft-pink-gradient-background{background:radial-gradient(circle at bottom,#fbdbbe 0,#fcaaa1 26%,#fa98a2 54%,#f6b6d3 75%,#fae8f3 100%)}
.has-grayish-violet-to-soft-orange-gradient-background{background:-webkit-gradient(linear,left top,left bottom,from(#ada0bf),color-stop(29%,#e1cdec),color-stop(51%,#f3cee1),color-stop(72%,#f1c48d),to(#f0c161));background:linear-gradient(180deg,#ada0bf 0,#e1cdec 29%,#f3cee1 51%,#f1c48d 72%,#f0c161 100%)}
.has-light-grayish-red-to-dark-grayish-blue-gradient-background{background:-webkit-gradient(linear,left top,left bottom,from(#fccad2),color-stop(46%,#de9ea7),to(#767787));background:linear-gradient(180deg,#fccad2 0,#de9ea7 46%,#767787 100%)}
.has-light-grayish-red-to-very-soft-blue-gradient-background{background:linear-gradient(135deg,#edccd3 0,#b1b5e1 100%)}
.has-soft-blue-to-lime-green-gradient-background{background:-webkit-gradient(linear,left bottom,left top,from(#6886fe),color-stop(49%,white),color-stop(61%,white),color-stop(75%,#d5e9cf),to(#08b352));background:linear-gradient(0,#6886fe 0,white 49%,white 61%,#d5e9cf 75%,#08b352 100%)}
.has-soft-blue-to-dark-moderate-violet-gradient-background{background:linear-gradient(135deg,#677def 0,#7548a6 100%)}
.has-soft-red-to-very-soft-blue-gradient-background{background:-webkit-gradient(linear,left bottom,left top,from(#fa6e5a),color-stop(24%,#ffcac0),color-stop(48%,white),color-stop(62%,white),color-stop(77%,#dfe3ff),to(#9d90fa));background:linear-gradient(0,#fa6e5a 0,#ffcac0 24%,white 48%,white 62%,#dfe3ff 77%,#9d90fa 100%)}
.has-dark-blue-to-mostly-black-blue-gradient-background{background:radial-gradient(circle at bottom,#13148f 0,#0d0b18 100%)}
.has-very-soft-blue-to-dark-grayish-blue-gradient-background{background:radial-gradient(circle at bottom,#99cbe9 0,#79849d 100%)}
.has-soft-pink-to-mostly-pure-orange-gradient-background{background:radial-gradient(circle at bottom,#fd4f9c 0,#fe8400 100%)}
.has-bright-cyan-to-soft-magenta-gradient-background{background:-webkit-gradient(linear,left bottom,left top,from(#30cbf7),to(#fe80fe));background:linear-gradient(0,#30cbf7 0,#fe80fe 100%)}
.has-light-red-to-very-light-pink-gradient-background{background:-webkit-gradient(linear,left top,right top,from(#ff835c),to(#ff94c1));background:linear-gradient(90deg,#ff835c 0,#ff94c1 100%)}
.has-very-soft-violet-to-very-soft-pink-gradient-background{background:-webkit-gradient(linear,left top,right top,from(#c6a3f5),to(#f8a2c7));background:linear-gradient(90deg,#c6a3f5 0,#f8a2c7 100%)}
@media only screen{.is-dark-theme{--global--color-primary:#fff;--global--color-text-one:#fff;--global--color-text-two:#fff;--global--color-border:#fff;--global--color-background:#000;--global--color-code-one:#b2cacd;--global--color-code-two:#062e32;--global--color-success:#19d37b;--global--color-notification:#1e90ff;--global--color-error:#e52424;--global--color-white-60:rgba(255,255,255,0.6)}
body.is-dark-theme{color:var(--global--color-text-two)}
body.is-dark-theme.default-main-bg{background-color:var(--global--color-background)}
body.is-dark-theme.default-main-bg .menu-modal-inner,body.is-dark-theme.default-main-bg ul.primary-menu ul{background-color:var(--global--color-background)}
}@media only screen and (min-width:48em){:root{--global--border-radius-xxs:.625rem;--global--border-radius-xs:1.25rem;--global--border-radius-s:1.875rem;--global--border-radius-m:2.5rem;--global--border-radius-l:3.125rem;--global--border-radius-xl:3.75rem;--global--border-radius-xxl:4.375rem;--global--border-radius-xxxl:5rem;--global--border-radius-xxxxl:5.625rem}
}@media(min-width:48em){.edit-post-visual-editor__post-title-wrapper .editor-post-title{padding-left:2rem;padding-right:2rem}
h1.has-xxxxl-font-size{font-size:8.875rem !important}
h1.has-xxxl-font-size,h2.has-xxxxl-font-size{font-size:10.375rem !important}
h1.has-xxl-font-size,h2.has-xxxl-font-size,h3.has-xxxxl-font-size{font-size:6rem !important}
h1.has-xl-font-size,h2.has-xxl-font-size,h3.has-xxxl-font-size,h4.has-xxxxl-font-size{font-size:4.875rem !important}
h1.has-l-font-size,h2.has-xl-font-size,h3.has-xxl-font-size,h4.has-xxxl-font-size,h5.has-xxxxl-font-size{font-size:4rem !important}
.editor-post-title__input,h1.has-m-font-size,h2.has-l-font-size,h3.has-xl-font-size,h4.has-xxl-font-size,h5.has-xxxl-font-size,h6.has-xxxxl-font-size{font-size:3.25rem !important}
h1,h1.has-s-font-size,h2.has-m-font-size,h3.has-l-font-size,h4.has-xl-font-size,h5.has-xxl-font-size,h6.has-xxxl-font-size{font-size:2.75rem !important}
h2,h1.has-xs-font-size,h2.has-s-font-size,h3.has-m-font-size,h4.has-l-font-size,h5.has-xl-font-size,h6.has-xxl-font-size{font-size:2.25rem !important}
h3,h1.has-xxs-font-size,h2.has-xs-font-size,h3.has-s-font-size,h4.has-m-font-size,h5.has-l-font-size,h6.has-xl-font-size,.related-wrap .section-title,.comments-area .comments-title{font-size:1.875rem !important}
h2.has-xxs-font-size,h3.has-xs-font-size,h4,h4.has-s-font-size,h5.has-m-font-size,h6.has-l-font-size,h1.site-title,.site-title{font-size:1.5rem !important}
h3.has-xxs-font-size,h4.has-xs-font-size,h5,h5.has-s-font-size,h6.has-m-font-size{font-size:1.25rem !important}
p.has-background,ol.has-background,ul.has-background{padding:1.25rem}
p.has-xl-font-size,ol.has-xl-font-size,ul.has-xl-font-size{font-size:1.5rem}
p.has-xxl-font-size,ol.has-xxl-font-size,ul.has-xxl-font-size{font-size:1.75rem}
p.has-drop-cap:not(:focus):first-letter ,ol.has-drop-cap:not(:focus):first-letter ,ul.has-drop-cap:not(:focus):first-letter {font-size:120px;line-height:.77;margin:6px 12px 0 -8px}
p.intro.has-drop-cap:not(:focus):first-letter ,ol.intro.has-drop-cap:not(:focus):first-letter ,ul.intro.has-drop-cap:not(:focus):first-letter {font-size:142px}
.wp-block-cover-image{margin-top:1.5rem}
.wp-block-cover-image{margin-bottom:1.5rem}
.wp-block-cover-image-text,.wp-block-cover-image h2{font-size:1.5rem !important}
.wp-block-code .block-editor-plain-text{padding:1.25rem}
.wp-block-code .block-editor-plain-text{margin-bottom:2rem}
.wp-block-preformatted{padding:1.25rem}
.wp-block[data-type="core/verse"]{padding:1.25rem}
.wp-block-categories,.wp-block-latest-posts__post-date{margin-bottom:2rem}
}@media screen and (min-width:50em){.editor-post-title:after,.editor-post-title:before{left:-200%;width:200%}
.editor-post-title:after{display:none}
.editor-post-title>div:after,.editor-post-title>div:before{display:block}
}@media(min-width:64em){h1.has-xxxxl-font-size{font-size:15.125rem !important}
h1.has-xxxl-font-size,h2.has-xxxxl-font-size{font-size:11.75rem !important}
h1.has-xxl-font-size,h2.has-xxxl-font-size,h3.has-xxxxl-font-size{font-size:9.25rem !important}
h1.has-xl-font-size,h2.has-xxl-font-size,h3.has-xxxl-font-size,h4.has-xxxxl-font-size{font-size:7.25rem !important}
h1.has-l-font-size,h2.has-xl-font-size,h3.has-xxl-font-size,h4.has-xxxl-font-size,h5.has-xxxxl-font-size{font-size:5.625rem !important}
.editor-post-title__input,h1.has-m-font-size,h2.has-l-font-size,h3.has-xl-font-size,h4.has-xxl-font-size,h5.has-xxxl-font-size,h6.has-xxxxl-font-size{font-size:4.375rem !important}
h1,h1.has-s-font-size,h2.has-m-font-size,h3.has-l-font-size,h4.has-xl-font-size,h5.has-xxl-font-size,h6.has-xxxl-font-size{font-size:3.375rem !important}
h2,h1.has-xs-font-size,h2.has-s-font-size,h3.has-m-font-size,h4.has-l-font-size,h5.has-xl-font-size,h6.has-xxl-font-size{font-size:2.625rem !important}
h3,h1.has-xxs-font-size,h2.has-xs-font-size,h3.has-s-font-size,h4.has-m-font-size,h5.has-l-font-size,h6.has-xl-font-size,.related-wrap .section-title,.comments-area .comments-title{font-size:2.125rem !important}
h2.has-xxs-font-size,h3.has-xs-font-size,h4,h4.has-s-font-size,h5.has-m-font-size,h6.has-l-font-size,h1.site-title,.site-title{font-size:1.625rem !important}
p,ol,ul{font-size:1.375rem}
p.has-background,ol.has-background,ul.has-background{padding:1.5rem}
p.has-l-font-size,ol.has-l-font-size,ul.has-l-font-size{font-size:1.375rem}
p.has-xl-font-size,ol.has-xl-font-size,ul.has-xl-font-size{font-size:1.625rem}
p.has-xxl-font-size,ol.has-xxl-font-size,ul.has-xxl-font-size{font-size:1.875rem}
.wp-block-paragraph{padding-bottom:1.25rem}
.wp-block-pullquote.is-large,.wp-block-pullquote.is-style-large p,.wp-block-quote.is-large,.wp-block-quote.is-style-large p{font-size:1.375rem}
.wp-block-cover-image{margin-top:2rem}
.wp-block-cover-image{margin-bottom:2rem}
.wp-block-cover-image-text,.wp-block-cover-image h2{font-size:1.625rem !important}
.wp-block-code .block-editor-plain-text{padding:1.5rem}
.wp-block-preformatted{padding:1.5rem}
.wp-block-preformatted{margin-bottom:1.25rem}
.wp-block[data-type="core/verse"]{padding:1.5rem}
.wp-block-separator.is-style-dots:before{font-size:1.375rem}
.wp-block-categories,.wp-block-latest-posts__post-date{margin-bottom:2.5rem}
}@media(min-width:80em){.edit-post-visual-editor__post-title-wrapper .editor-post-title{padding-left:3rem;padding-right:3rem}
h1.has-xxxxl-font-size{font-size:25rem !important}
h1.has-xxxl-font-size,h2.has-xxxxl-font-size{font-size:18.625rem !important}
h1.has-xxl-font-size,h2.has-xxxl-font-size,h3.has-xxxxl-font-size{font-size:13.875rem !important}
h1.has-xl-font-size,h2.has-xxl-font-size,h3.has-xxxl-font-size,h4.has-xxxxl-font-size{font-size:10.375rem !important}
h1.has-l-font-size,h2.has-xl-font-size,h3.has-xxl-font-size,h4.has-xxxl-font-size,h5.has-xxxxl-font-size{font-size:7.75rem !important}
.editor-post-title__input,h1.has-m-font-size,h2.has-l-font-size,h3.has-xl-font-size,h4.has-xxl-font-size,h5.has-xxxl-font-size,h6.has-xxxxl-font-size{font-size:5.75rem !important}
h1,h1.has-s-font-size,h2.has-m-font-size,h3.has-l-font-size,h4.has-xl-font-size,h5.has-xxl-font-size,h6.has-xxxl-font-size{font-size:4.375rem !important}
h2,h1.has-xs-font-size,h2.has-s-font-size,h3.has-m-font-size,h4.has-l-font-size,h5.has-xl-font-size,h6.has-xxl-font-size{font-size:3.25rem !important}
h3,h1.has-xxs-font-size,h2.has-xs-font-size,h3.has-s-font-size,h4.has-m-font-size,h5.has-l-font-size,h6.has-xl-font-size,.related-wrap .section-title,.comments-area .comments-title{font-size:2.375rem !important}
h2.has-xxs-font-size,h3.has-xs-font-size,h4,h4.has-s-font-size,h5.has-m-font-size,h6.has-l-font-size,h1.site-title,.site-title{font-size:1.75rem !important}
h3.has-xxs-font-size,h4.has-xs-font-size,h5,h5.has-s-font-size,h6.has-m-font-size{font-size:1.375rem !important}
p,ol,ul{font-size:1.5rem}
p.has-background,ol.has-background,ul.has-background{padding:2rem}
p.has-m-font-size,ol.has-m-font-size,ul.has-m-font-size{font-size:1.25rem}
p.has-l-font-size,ol.has-l-font-size,ul.has-l-font-size{font-size:1.5rem}
p.has-xl-font-size,ol.has-xl-font-size,ul.has-xl-font-size{font-size:1.75rem}
p.has-xxl-font-size,ol.has-xxl-font-size,ul.has-xxl-font-size{font-size:2.125rem}
.wp-block-paragraph{padding-bottom:1.5rem}
.editor-default-block-appender .editor-default-block-appender__content{font-size:1.25rem}
.wp-block-pullquote blockquote p,.wp-block-quote blockquote p{font-size:1.25rem}
.wp-block-pullquote.is-large,.wp-block-pullquote.is-style-large p,.wp-block-quote.is-large,.wp-block-quote.is-style-large p{font-size:1.5rem}
.wp-block-pullquote.is-style-solid-color blockquote p{font-size:1.25rem}
.wp-block-cover-image{margin-top:2.5rem}
.wp-block-cover-image{margin-bottom:2.5rem}
.wp-block-cover-image-text,.wp-block-cover-image h2{font-size:1.75rem !important}
.wp-block-code .block-editor-plain-text{padding:2rem}
.wp-block-preformatted{padding:2rem}
.wp-block-preformatted{margin-bottom:1.5rem}
.wp-block[data-type="core/verse"]{padding:2rem}
.wp-block-separator.is-style-dots:before{font-size:1.5rem}
.wp-block-button .wp-block-button__link{padding:1.25rem;font-size:1.25rem}
.wp-block-categories,.wp-block-latest-posts__post-date{margin-bottom:3rem}
.wp-block[data-type="core/archives"] .wp-block-archives,.wp-block[data-type="core/latest-posts"] .wp-block-latest-posts{font-size:1.25rem}
}@media(min-width:96em){.wp-block[data-align="full"] .wp-block[data-align="wide"]{padding-left:0;padding-right:0}
.edit-post-visual-editor__post-title-wrapper .editor-post-title{padding-left:1.5rem;padding-right:1.5rem}
}@media(min-width:480px){.wp-block[data-type="core/pullquote"][data-align="right"],.wp-block[data-type="core/pullquote"][data-align="left"]{height:0}
}@media(min-width:1360px){.wp-block[data-type="core/pullquote"][data-align="left"],.wp-block[data-type="core/pullquote"][data-align="right"]{margin:0 auto;max-width:87rem}
}