15 * |
45 * |
16 * Creates a fading overlay to signify that the content is longer |
46 * Creates a fading overlay to signify that the content is longer |
17 * than the space allows. |
47 * than the space allows. |
18 */ |
48 */ |
19 /** |
49 /** |
20 * Button states and focus styles |
50 * Focus styles. |
21 */ |
51 */ |
22 /** |
52 /** |
23 * Applies editor left position to the selector passed as argument |
53 * Applies editor left position to the selector passed as argument |
24 */ |
54 */ |
25 /** |
55 /** |
26 * Applies editor right position to the selector passed as argument |
|
27 */ |
|
28 /** |
|
29 * Styles that are reused verbatim in a few places |
56 * Styles that are reused verbatim in a few places |
30 */ |
57 */ |
31 /** |
58 /** |
32 * Allows users to opt-out of animations via OS-level preferences. |
59 * Allows users to opt-out of animations via OS-level preferences. |
33 */ |
60 */ |
|
61 /** |
|
62 * Reset default styles for JavaScript UI based pages. |
|
63 * This is a WP-admin agnostic reset |
|
64 */ |
|
65 /** |
|
66 * Reset the WP Admin page styles for Gutenberg-like pages. |
|
67 */ |
|
68 :root { |
|
69 --wp-admin-theme-color: #007cba; |
|
70 --wp-admin-theme-color-darker-10: #006ba1; |
|
71 --wp-admin-theme-color-darker-20: #005a87; } |
|
72 |
|
73 #start-resizable-editor-section { |
|
74 display: none; } |
|
75 |
34 .wp-block-audio figcaption { |
76 .wp-block-audio figcaption { |
35 margin-top: 0.5em; |
77 margin-top: 0.5em; |
36 margin-bottom: 1em; |
78 margin-bottom: 1em; } |
37 color: #555d66; |
|
38 text-align: center; |
|
39 font-size: 13px; } |
|
40 |
79 |
41 .wp-block-audio audio { |
80 .wp-block-audio audio { |
42 width: 100%; |
81 width: 100%; |
43 min-width: 300px; } |
82 min-width: 300px; } |
44 |
83 |
45 .block-editor-block-list__layout .reusable-block-edit-panel { |
84 .wp-block-button__link { |
46 align-items: center; |
|
47 background: #f8f9f9; |
|
48 color: #555d66; |
|
49 display: flex; |
|
50 flex-wrap: wrap; |
|
51 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
|
52 font-size: 13px; |
|
53 position: relative; |
|
54 top: -14px; |
|
55 margin: 0 -14px; |
|
56 padding: 8px 14px; |
|
57 position: relative; |
|
58 border: 1px dashed rgba(145, 151, 162, 0.25); |
|
59 border-bottom: none; } |
|
60 .block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel { |
|
61 margin: 0 -14px; |
|
62 padding: 8px 14px; } |
|
63 .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner { |
|
64 margin: 0 5px; } |
|
65 .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info { |
|
66 margin-left: auto; } |
|
67 .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label { |
|
68 margin-left: 8px; |
|
69 white-space: nowrap; |
|
70 font-weight: 600; } |
|
71 .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title { |
|
72 flex: 1 1 100%; |
|
73 font-size: 14px; |
|
74 height: 30px; |
|
75 margin: 4px 0 8px; } |
|
76 .block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button { |
|
77 flex-shrink: 0; } |
|
78 @media (min-width: 960px) { |
|
79 .block-editor-block-list__layout .reusable-block-edit-panel { |
|
80 flex-wrap: nowrap; } |
|
81 .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title { |
|
82 margin: 0; } |
|
83 .block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button { |
|
84 margin: 0 5px 0 0; } } |
|
85 |
|
86 .editor-block-list__layout .is-selected .reusable-block-edit-panel { |
|
87 border-color: rgba(66, 88, 99, 0.4); |
|
88 border-right-color: transparent; } |
|
89 .is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel { |
|
90 border-color: rgba(255, 255, 255, 0.45); |
|
91 border-right-color: transparent; } |
|
92 |
|
93 .block-editor-block-list__layout .reusable-block-indicator { |
|
94 background: #fff; |
|
95 border: 1px dashed #e2e4e7; |
|
96 color: #555d66; |
|
97 top: -14px; |
|
98 height: 30px; |
|
99 padding: 4px; |
|
100 position: absolute; |
|
101 z-index: 1; |
|
102 width: 30px; |
|
103 left: -14px; } |
|
104 |
|
105 .wp-block-button { |
|
106 color: #fff; |
85 color: #fff; |
107 margin-bottom: 1.5em; } |
|
108 .wp-block-button.aligncenter { |
|
109 text-align: center; } |
|
110 .wp-block-button.alignright { |
|
111 text-align: right; } |
|
112 |
|
113 .wp-block-button__link { |
|
114 background-color: #32373c; |
86 background-color: #32373c; |
115 border: none; |
87 border: none; |
116 border-radius: 28px; |
88 border-radius: 28px; |
117 box-shadow: none; |
89 box-shadow: none; |
118 color: inherit; |
|
119 cursor: pointer; |
90 cursor: pointer; |
120 display: inline-block; |
91 display: inline-block; |
121 font-size: 18px; |
92 font-size: 18px; |
122 margin: 0; |
|
123 padding: 12px 24px; |
93 padding: 12px 24px; |
124 text-align: center; |
94 text-align: center; |
125 text-decoration: none; |
95 text-decoration: none; |
126 overflow-wrap: break-word; } |
96 overflow-wrap: break-word; } |
127 .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-block-button__link:visited { |
97 .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-block-button__link:visited { |
128 color: inherit; } |
98 color: #fff; } |
129 |
99 .wp-block-button__link.aligncenter { |
130 .is-style-squared .wp-block-button__link { |
100 text-align: center; } |
|
101 .wp-block-button__link.alignright { |
|
102 text-align: right; } |
|
103 |
|
104 .wp-block-button.is-style-squared, |
|
105 .wp-block-button__link.wp-block-button.is-style-squared { |
131 border-radius: 0; } |
106 border-radius: 0; } |
132 |
107 |
133 .is-style-outline { |
108 .wp-block-button.no-border-radius, |
134 color: #32373c; } |
109 .wp-block-button__link.no-border-radius { |
135 .is-style-outline .wp-block-button__link { |
110 border-radius: 0 !important; } |
136 background-color: transparent; |
111 |
137 border: 2px solid currentcolor; } |
112 .is-style-outline .wp-block-button__link, |
|
113 .wp-block-button__link.is-style-outline { |
|
114 color: #32373c; |
|
115 background-color: transparent; |
|
116 border: 2px solid; } |
|
117 |
|
118 .wp-block-buttons .wp-block-button { |
|
119 display: inline-block; |
|
120 margin-left: 8px; |
|
121 margin-bottom: 8px; } |
|
122 .wp-block-buttons .wp-block-button:last-child { |
|
123 margin-left: 0; } |
|
124 |
|
125 .wp-block-buttons.alignright .wp-block-button { |
|
126 margin-right: 0; |
|
127 margin-left: 8px; } |
|
128 .wp-block-buttons.alignright .wp-block-button:first-child { |
|
129 margin-right: 0; } |
|
130 |
|
131 .wp-block-buttons.alignleft .wp-block-button { |
|
132 margin-left: 0; |
|
133 margin-right: 8px; } |
|
134 .wp-block-buttons.alignleft .wp-block-button:last-child { |
|
135 margin-left: 0; } |
|
136 |
|
137 .wp-block-button.aligncenter, |
|
138 .wp-block-buttons.aligncenter { |
|
139 text-align: center; } |
138 |
140 |
139 .wp-block-calendar { |
141 .wp-block-calendar { |
140 text-align: center; } |
142 text-align: center; } |
141 .wp-block-calendar th, |
143 .wp-block-calendar th, |
142 .wp-block-calendar tbody td { |
144 .wp-block-calendar tbody td { |
143 padding: 4px; |
145 padding: 4px; |
144 border: 1px solid #e2e4e7; } |
146 border: 1px solid #ddd; } |
145 .wp-block-calendar tfoot td { |
147 .wp-block-calendar tfoot td { |
146 border: none; } |
148 border: none; } |
147 .wp-block-calendar table { |
149 .wp-block-calendar table { |
148 width: 100%; |
150 width: 100%; |
149 border-collapse: collapse; |
151 border-collapse: collapse; |
150 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; } |
152 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; } |
151 .wp-block-calendar table th { |
153 .wp-block-calendar table th { |
152 font-weight: 440; |
154 font-weight: 400; |
153 background: #edeff0; } |
155 background: #ddd; } |
154 .wp-block-calendar a { |
156 .wp-block-calendar a { |
155 text-decoration: underline; } |
157 text-decoration: underline; } |
156 .wp-block-calendar tfoot a { |
158 .wp-block-calendar tfoot a { |
157 color: #00739c; } |
159 color: #007cba; |
|
160 color: var(--wp-admin-theme-color); } |
158 .wp-block-calendar table tbody, |
161 .wp-block-calendar table tbody, |
159 .wp-block-calendar table caption { |
162 .wp-block-calendar table caption { |
160 color: #40464d; } |
163 color: #40464d; } |
161 |
164 |
162 .wp-block-categories.alignleft { |
165 .wp-block-categories.alignleft { |
165 .wp-block-categories.alignright { |
168 .wp-block-categories.alignright { |
166 margin-left: 2em; } |
169 margin-left: 2em; } |
167 |
170 |
168 .wp-block-columns { |
171 .wp-block-columns { |
169 display: flex; |
172 display: flex; |
|
173 margin-bottom: 28px; |
170 flex-wrap: wrap; } |
174 flex-wrap: wrap; } |
171 @media (min-width: 782px) { |
175 @media (min-width: 782px) { |
172 .wp-block-columns { |
176 .wp-block-columns { |
173 flex-wrap: nowrap; } } |
177 flex-wrap: nowrap; } } |
|
178 .wp-block-columns.has-background { |
|
179 padding: 20px 38px; } |
174 |
180 |
175 .wp-block-column { |
181 .wp-block-column { |
176 flex-grow: 1; |
182 flex-grow: 1; |
177 margin-bottom: 1em; |
|
178 flex-basis: 100%; |
|
179 min-width: 0; |
183 min-width: 0; |
180 word-break: break-word; |
184 word-break: break-word; |
181 overflow-wrap: break-word; } |
185 overflow-wrap: break-word; } |
182 @media (min-width: 600px) { |
186 @media (max-width: 599px) { |
183 .wp-block-column { |
187 .wp-block-column { |
184 flex-basis: calc(50% - 16px); |
188 flex-basis: 100% !important; } } |
|
189 @media (min-width: 600px) and (max-width: 781px) { |
|
190 .wp-block-column { |
|
191 flex-basis: calc(50% - 16px) !important; |
185 flex-grow: 0; } |
192 flex-grow: 0; } |
186 .wp-block-column:nth-child(even) { |
193 .wp-block-column:nth-child(even) { |
187 margin-right: 32px; } } |
194 margin-right: 32px; } } |
188 @media (min-width: 782px) { |
195 @media (min-width: 782px) { |
189 .wp-block-column:not(:first-child) { |
196 .wp-block-column { |
190 margin-right: 32px; } } |
197 flex-basis: 0; |
|
198 flex-grow: 1; } |
|
199 .wp-block-column[style*="flex-basis"] { |
|
200 flex-grow: 0; } |
|
201 .wp-block-column:not(:first-child) { |
|
202 margin-right: 32px; } } |
|
203 |
|
204 /** |
|
205 * All Columns Alignment |
|
206 */ |
|
207 .wp-block-columns.are-vertically-aligned-top { |
|
208 align-items: flex-start; } |
|
209 |
|
210 .wp-block-columns.are-vertically-aligned-center { |
|
211 align-items: center; } |
|
212 |
|
213 .wp-block-columns.are-vertically-aligned-bottom { |
|
214 align-items: flex-end; } |
|
215 |
|
216 /** |
|
217 * Individual Column Alignment |
|
218 */ |
|
219 .wp-block-column.is-vertically-aligned-top { |
|
220 align-self: flex-start; } |
|
221 |
|
222 .wp-block-column.is-vertically-aligned-center { |
|
223 -ms-grid-row-align: center; |
|
224 align-self: center; } |
|
225 |
|
226 .wp-block-column.is-vertically-aligned-bottom { |
|
227 align-self: flex-end; } |
|
228 |
|
229 .wp-block-column.is-vertically-aligned-top, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-bottom { |
|
230 width: 100%; } |
191 |
231 |
192 .wp-block-cover-image, |
232 .wp-block-cover-image, |
193 .wp-block-cover { |
233 .wp-block-cover { |
194 position: relative; |
234 position: relative; |
195 background-color: #000; |
|
196 background-size: cover; |
235 background-size: cover; |
197 background-position: center center; |
236 background-position: center center; |
198 min-height: 430px; |
237 min-height: 430px; |
|
238 height: 100%; |
199 width: 100%; |
239 width: 100%; |
200 margin: 0 0 1.5em 0; |
|
201 display: flex; |
240 display: flex; |
202 justify-content: center; |
241 justify-content: center; |
203 align-items: center; |
242 align-items: center; |
204 overflow: hidden; } |
243 padding: 16px; } |
205 .wp-block-cover-image.has-left-content, |
|
206 .wp-block-cover.has-left-content { |
|
207 justify-content: flex-start; } |
|
208 .wp-block-cover-image.has-left-content h2, |
|
209 .wp-block-cover-image.has-left-content .wp-block-cover-image-text, |
|
210 .wp-block-cover-image.has-left-content .wp-block-cover-text, |
|
211 .wp-block-cover.has-left-content h2, |
|
212 .wp-block-cover.has-left-content .wp-block-cover-image-text, |
|
213 .wp-block-cover.has-left-content .wp-block-cover-text { |
|
214 margin-right: 0; |
|
215 text-align: right; } |
|
216 .wp-block-cover-image.has-right-content, |
|
217 .wp-block-cover.has-right-content { |
|
218 justify-content: flex-end; } |
|
219 .wp-block-cover-image.has-right-content h2, |
|
220 .wp-block-cover-image.has-right-content .wp-block-cover-image-text, |
|
221 .wp-block-cover-image.has-right-content .wp-block-cover-text, |
|
222 .wp-block-cover.has-right-content h2, |
|
223 .wp-block-cover.has-right-content .wp-block-cover-image-text, |
|
224 .wp-block-cover.has-right-content .wp-block-cover-text { |
|
225 margin-left: 0; |
|
226 text-align: left; } |
|
227 .wp-block-cover-image h2, |
|
228 .wp-block-cover-image .wp-block-cover-image-text, |
|
229 .wp-block-cover-image .wp-block-cover-text, |
|
230 .wp-block-cover h2, |
|
231 .wp-block-cover .wp-block-cover-image-text, |
|
232 .wp-block-cover .wp-block-cover-text { |
|
233 color: #fff; |
|
234 font-size: 2em; |
|
235 line-height: 1.25; |
|
236 z-index: 1; |
|
237 margin-bottom: 0; |
|
238 max-width: 610px; |
|
239 padding: 14px; |
|
240 text-align: center; } |
|
241 .wp-block-cover-image h2 a, |
|
242 .wp-block-cover-image h2 a:hover, |
|
243 .wp-block-cover-image h2 a:focus, |
|
244 .wp-block-cover-image h2 a:active, |
|
245 .wp-block-cover-image .wp-block-cover-image-text a, |
|
246 .wp-block-cover-image .wp-block-cover-image-text a:hover, |
|
247 .wp-block-cover-image .wp-block-cover-image-text a:focus, |
|
248 .wp-block-cover-image .wp-block-cover-image-text a:active, |
|
249 .wp-block-cover-image .wp-block-cover-text a, |
|
250 .wp-block-cover-image .wp-block-cover-text a:hover, |
|
251 .wp-block-cover-image .wp-block-cover-text a:focus, |
|
252 .wp-block-cover-image .wp-block-cover-text a:active, |
|
253 .wp-block-cover h2 a, |
|
254 .wp-block-cover h2 a:hover, |
|
255 .wp-block-cover h2 a:focus, |
|
256 .wp-block-cover h2 a:active, |
|
257 .wp-block-cover .wp-block-cover-image-text a, |
|
258 .wp-block-cover .wp-block-cover-image-text a:hover, |
|
259 .wp-block-cover .wp-block-cover-image-text a:focus, |
|
260 .wp-block-cover .wp-block-cover-image-text a:active, |
|
261 .wp-block-cover .wp-block-cover-text a, |
|
262 .wp-block-cover .wp-block-cover-text a:hover, |
|
263 .wp-block-cover .wp-block-cover-text a:focus, |
|
264 .wp-block-cover .wp-block-cover-text a:active { |
|
265 color: #fff; } |
|
266 .wp-block-cover-image.has-parallax, |
244 .wp-block-cover-image.has-parallax, |
267 .wp-block-cover.has-parallax { |
245 .wp-block-cover.has-parallax { |
268 background-attachment: fixed; } |
246 background-attachment: fixed; } |
269 @supports (-webkit-overflow-scrolling: touch) { |
247 @supports (-webkit-overflow-scrolling: touch) { |
270 .wp-block-cover-image.has-parallax, |
248 .wp-block-cover-image.has-parallax, |
271 .wp-block-cover.has-parallax { |
249 .wp-block-cover.has-parallax { |
272 background-attachment: scroll; } } |
250 background-attachment: scroll; } } |
273 .wp-block-cover-image.has-background-dim::before, |
251 @media (prefers-reduced-motion: reduce) { |
274 .wp-block-cover.has-background-dim::before { |
252 .wp-block-cover-image.has-parallax, |
275 content: ""; |
253 .wp-block-cover.has-parallax { |
|
254 background-attachment: scroll; } } |
|
255 .wp-block-cover-image.has-background-dim, |
|
256 .wp-block-cover.has-background-dim { |
|
257 background-color: #000; } |
|
258 .wp-block-cover-image.has-background-dim::before, |
|
259 .wp-block-cover.has-background-dim::before { |
|
260 content: ""; |
|
261 background-color: inherit; } |
|
262 .wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before, |
|
263 .wp-block-cover-image .wp-block-cover__gradient-background, |
|
264 .wp-block-cover.has-background-dim:not(.has-background-gradient)::before, |
|
265 .wp-block-cover .wp-block-cover__gradient-background { |
276 position: absolute; |
266 position: absolute; |
277 top: 0; |
267 top: 0; |
278 right: 0; |
268 right: 0; |
279 bottom: 0; |
269 bottom: 0; |
280 left: 0; |
270 left: 0; |
281 background-color: inherit; |
|
282 opacity: 0.5; |
|
283 z-index: 1; } |
271 z-index: 1; } |
284 .wp-block-cover-image.has-background-dim.has-background-dim-10::before, |
272 .wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before, |
285 .wp-block-cover.has-background-dim.has-background-dim-10::before { |
273 .wp-block-cover-image .wp-block-cover__gradient-background, |
|
274 .wp-block-cover.has-background-dim:not(.has-background-gradient)::before, |
|
275 .wp-block-cover .wp-block-cover__gradient-background { |
|
276 opacity: 0.5; } |
|
277 .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before, |
|
278 .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before { |
286 opacity: 0.1; } |
279 opacity: 0.1; } |
287 .wp-block-cover-image.has-background-dim.has-background-dim-20::before, |
280 .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, |
288 .wp-block-cover.has-background-dim.has-background-dim-20::before { |
281 .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background { |
|
282 opacity: 0.1; } |
|
283 .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before, |
|
284 .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before { |
289 opacity: 0.2; } |
285 opacity: 0.2; } |
290 .wp-block-cover-image.has-background-dim.has-background-dim-30::before, |
286 .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, |
291 .wp-block-cover.has-background-dim.has-background-dim-30::before { |
287 .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background { |
|
288 opacity: 0.2; } |
|
289 .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before, |
|
290 .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before { |
292 opacity: 0.3; } |
291 opacity: 0.3; } |
293 .wp-block-cover-image.has-background-dim.has-background-dim-40::before, |
292 .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, |
294 .wp-block-cover.has-background-dim.has-background-dim-40::before { |
293 .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background { |
|
294 opacity: 0.3; } |
|
295 .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before, |
|
296 .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before { |
295 opacity: 0.4; } |
297 opacity: 0.4; } |
296 .wp-block-cover-image.has-background-dim.has-background-dim-50::before, |
298 .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, |
297 .wp-block-cover.has-background-dim.has-background-dim-50::before { |
299 .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background { |
|
300 opacity: 0.4; } |
|
301 .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before, |
|
302 .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before { |
298 opacity: 0.5; } |
303 opacity: 0.5; } |
299 .wp-block-cover-image.has-background-dim.has-background-dim-60::before, |
304 .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, |
300 .wp-block-cover.has-background-dim.has-background-dim-60::before { |
305 .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background { |
|
306 opacity: 0.5; } |
|
307 .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before, |
|
308 .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before { |
301 opacity: 0.6; } |
309 opacity: 0.6; } |
302 .wp-block-cover-image.has-background-dim.has-background-dim-70::before, |
310 .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, |
303 .wp-block-cover.has-background-dim.has-background-dim-70::before { |
311 .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background { |
|
312 opacity: 0.6; } |
|
313 .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before, |
|
314 .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before { |
304 opacity: 0.7; } |
315 opacity: 0.7; } |
305 .wp-block-cover-image.has-background-dim.has-background-dim-80::before, |
316 .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, |
306 .wp-block-cover.has-background-dim.has-background-dim-80::before { |
317 .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background { |
|
318 opacity: 0.7; } |
|
319 .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before, |
|
320 .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before { |
307 opacity: 0.8; } |
321 opacity: 0.8; } |
308 .wp-block-cover-image.has-background-dim.has-background-dim-90::before, |
322 .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, |
309 .wp-block-cover.has-background-dim.has-background-dim-90::before { |
323 .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background { |
|
324 opacity: 0.8; } |
|
325 .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before, |
|
326 .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before { |
310 opacity: 0.9; } |
327 opacity: 0.9; } |
311 .wp-block-cover-image.has-background-dim.has-background-dim-100::before, |
328 .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, |
312 .wp-block-cover.has-background-dim.has-background-dim-100::before { |
329 .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background { |
|
330 opacity: 0.9; } |
|
331 .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before, |
|
332 .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before { |
|
333 opacity: 1; } |
|
334 .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, |
|
335 .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background { |
313 opacity: 1; } |
336 opacity: 1; } |
314 .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, |
337 .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, |
315 .wp-block-cover.alignleft, |
338 .wp-block-cover.alignleft, |
316 .wp-block-cover.alignright { |
339 .wp-block-cover.alignright { |
317 max-width: 305px; |
340 max-width: 290px; |
318 width: 100%; } |
341 width: 100%; } |
319 .wp-block-cover-image::after, |
342 .wp-block-cover-image::after, |
320 .wp-block-cover::after { |
343 .wp-block-cover::after { |
321 display: block; |
344 display: block; |
322 content: ""; |
345 content: ""; |
333 display: flex; } |
356 display: flex; } |
334 .wp-block-cover-image .wp-block-cover__inner-container, |
357 .wp-block-cover-image .wp-block-cover__inner-container, |
335 .wp-block-cover .wp-block-cover__inner-container { |
358 .wp-block-cover .wp-block-cover__inner-container { |
336 width: calc(100% - 70px); |
359 width: calc(100% - 70px); |
337 z-index: 1; |
360 z-index: 1; |
338 color: #f8f9f9; } |
361 color: #fff; } |
339 .wp-block-cover-image p, |
362 .wp-block-cover-image p:not(.has-text-color), |
340 .wp-block-cover-image h1, |
363 .wp-block-cover-image h1:not(.has-text-color), |
341 .wp-block-cover-image h2, |
364 .wp-block-cover-image h2:not(.has-text-color), |
342 .wp-block-cover-image h3, |
365 .wp-block-cover-image h3:not(.has-text-color), |
343 .wp-block-cover-image h4, |
366 .wp-block-cover-image h4:not(.has-text-color), |
344 .wp-block-cover-image h5, |
367 .wp-block-cover-image h5:not(.has-text-color), |
345 .wp-block-cover-image h6, |
368 .wp-block-cover-image h6:not(.has-text-color), |
346 .wp-block-cover-image .wp-block-subhead, |
369 .wp-block-cover-image .wp-block-subhead:not(.has-text-color), |
347 .wp-block-cover p, |
370 .wp-block-cover p:not(.has-text-color), |
348 .wp-block-cover h1, |
371 .wp-block-cover h1:not(.has-text-color), |
349 .wp-block-cover h2, |
372 .wp-block-cover h2:not(.has-text-color), |
350 .wp-block-cover h3, |
373 .wp-block-cover h3:not(.has-text-color), |
351 .wp-block-cover h4, |
374 .wp-block-cover h4:not(.has-text-color), |
352 .wp-block-cover h5, |
375 .wp-block-cover h5:not(.has-text-color), |
353 .wp-block-cover h6, |
376 .wp-block-cover h6:not(.has-text-color), |
354 .wp-block-cover .wp-block-subhead { |
377 .wp-block-cover .wp-block-subhead:not(.has-text-color) { |
355 color: inherit; } |
378 color: inherit; } |
|
379 .wp-block-cover-image.is-position-top-left, |
|
380 .wp-block-cover.is-position-top-left { |
|
381 align-items: flex-start; |
|
382 justify-content: flex-start; } |
|
383 .wp-block-cover-image.is-position-top-center, |
|
384 .wp-block-cover.is-position-top-center { |
|
385 align-items: flex-start; |
|
386 justify-content: center; } |
|
387 .wp-block-cover-image.is-position-top-right, |
|
388 .wp-block-cover.is-position-top-right { |
|
389 align-items: flex-start; |
|
390 justify-content: flex-end; } |
|
391 .wp-block-cover-image.is-position-center-left, |
|
392 .wp-block-cover.is-position-center-left { |
|
393 align-items: center; |
|
394 justify-content: flex-start; } |
|
395 .wp-block-cover-image.is-position-center-center, |
|
396 .wp-block-cover.is-position-center-center { |
|
397 align-items: center; |
|
398 justify-content: center; } |
|
399 .wp-block-cover-image.is-position-center-right, |
|
400 .wp-block-cover.is-position-center-right { |
|
401 align-items: center; |
|
402 justify-content: flex-end; } |
|
403 .wp-block-cover-image.is-position-bottom-left, |
|
404 .wp-block-cover.is-position-bottom-left { |
|
405 align-items: flex-end; |
|
406 justify-content: flex-start; } |
|
407 .wp-block-cover-image.is-position-bottom-center, |
|
408 .wp-block-cover.is-position-bottom-center { |
|
409 align-items: flex-end; |
|
410 justify-content: center; } |
|
411 .wp-block-cover-image.is-position-bottom-right, |
|
412 .wp-block-cover.is-position-bottom-right { |
|
413 align-items: flex-end; |
|
414 justify-content: flex-end; } |
|
415 .wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, |
|
416 .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container { |
|
417 margin: 0; |
|
418 width: auto; } |
356 |
419 |
357 .wp-block-cover__video-background { |
420 .wp-block-cover__video-background { |
358 position: absolute; |
421 position: absolute; |
359 top: 50%; |
422 top: 50%; |
360 right: 50%; |
423 right: 50%; |
361 transform: translateX(50%) translateY(-50%); |
424 transform: translateX(50%) translateY(-50%); |
362 width: 100%; |
425 width: 100%; |
363 height: 100%; |
426 height: 100%; |
364 z-index: 0; |
427 z-index: 0; |
365 -o-object-fit: cover; |
428 object-fit: cover; } |
366 object-fit: cover; } |
429 |
367 |
430 section.wp-block-cover-image h2, |
368 .block-editor-block-list__block[data-type="core/embed"][data-align="left"] .block-editor-block-list__block-edit, |
431 .wp-block-cover-image-text, |
369 .block-editor-block-list__block[data-type="core/embed"][data-align="right"] .block-editor-block-list__block-edit, |
432 .wp-block-cover-text { |
|
433 color: #fff; } |
|
434 section.wp-block-cover-image h2 a, |
|
435 section.wp-block-cover-image h2 a:hover, |
|
436 section.wp-block-cover-image h2 a:focus, |
|
437 section.wp-block-cover-image h2 a:active, |
|
438 .wp-block-cover-image-text a, |
|
439 .wp-block-cover-image-text a:hover, |
|
440 .wp-block-cover-image-text a:focus, |
|
441 .wp-block-cover-image-text a:active, |
|
442 .wp-block-cover-text a, |
|
443 .wp-block-cover-text a:hover, |
|
444 .wp-block-cover-text a:focus, |
|
445 .wp-block-cover-text a:active { |
|
446 color: #fff; } |
|
447 |
|
448 .wp-block-cover-image |
|
449 .wp-block-cover.has-left-content { |
|
450 justify-content: flex-start; } |
|
451 |
|
452 .wp-block-cover-image |
|
453 .wp-block-cover.has-right-content { |
|
454 justify-content: flex-end; } |
|
455 |
|
456 section.wp-block-cover-image.has-left-content > h2, |
|
457 .wp-block-cover-image.has-left-content .wp-block-cover-image-text, |
|
458 .wp-block-cover.has-left-content .wp-block-cover-text { |
|
459 margin-right: 0; |
|
460 text-align: right; } |
|
461 |
|
462 section.wp-block-cover-image.has-right-content > h2, |
|
463 .wp-block-cover-image.has-right-content .wp-block-cover-image-text, |
|
464 .wp-block-cover.has-right-content .wp-block-cover-text { |
|
465 margin-left: 0; |
|
466 text-align: left; } |
|
467 |
|
468 section.wp-block-cover-image > h2, |
|
469 .wp-block-cover-image .wp-block-cover-image-text, |
|
470 .wp-block-cover .wp-block-cover-text { |
|
471 font-size: 2em; |
|
472 line-height: 1.25; |
|
473 z-index: 1; |
|
474 margin-bottom: 0; |
|
475 max-width: 580px; |
|
476 padding: 14px; |
|
477 text-align: center; } |
|
478 |
|
479 .wp-block[data-align="left"] > [data-type^="core-embed"], |
|
480 .wp-block[data-align="right"] > [data-type^="core-embed"], |
370 .wp-block-embed.alignleft, |
481 .wp-block-embed.alignleft, |
371 .wp-block-embed.alignright { |
482 .wp-block-embed.alignright { |
372 max-width: 360px; |
483 max-width: 360px; |
373 width: 100%; } |
484 width: 100%; } |
|
485 .wp-block[data-align="left"] > [data-type^="core-embed"] .wp-block-embed__wrapper, |
|
486 .wp-block[data-align="right"] > [data-type^="core-embed"] .wp-block-embed__wrapper, |
|
487 .wp-block-embed.alignleft .wp-block-embed__wrapper, |
|
488 .wp-block-embed.alignright .wp-block-embed__wrapper { |
|
489 min-width: 280px; } |
374 |
490 |
375 .wp-block-embed { |
491 .wp-block-embed { |
376 margin-bottom: 1em; } |
492 margin-bottom: 1em; } |
377 .wp-block-embed figcaption { |
493 .wp-block-embed figcaption { |
378 margin-top: 0.5em; |
494 margin-top: 0.5em; |
379 margin-bottom: 1em; |
495 margin-bottom: 1em; } |
380 color: #555d66; |
496 .wp-block-embed iframe { |
381 text-align: center; |
497 max-width: 100%; } |
382 font-size: 13px; } |
498 |
383 |
499 .wp-block-embed__wrapper { |
384 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper, |
|
385 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, |
|
386 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, |
|
387 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, |
|
388 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, |
|
389 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper, |
|
390 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper { |
|
391 position: relative; } |
500 position: relative; } |
392 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before, |
501 |
393 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before, |
502 .wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before { |
394 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before, |
503 content: ""; |
395 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before, |
504 display: block; |
396 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before, |
505 padding-top: 50%; } |
397 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before, |
506 |
398 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before { |
507 .wp-embed-responsive .wp-has-aspect-ratio iframe { |
399 content: ""; |
508 position: absolute; |
400 display: block; |
509 top: 0; |
401 padding-top: 50%; } |
510 left: 0; |
402 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe, |
511 bottom: 0; |
403 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, |
512 right: 0; |
404 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, |
513 height: 100%; |
405 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, |
514 width: 100%; } |
406 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, |
515 |
407 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe, |
516 .wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before { |
408 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe { |
|
409 position: absolute; |
|
410 top: 0; |
|
411 left: 0; |
|
412 bottom: 0; |
|
413 right: 0; |
|
414 width: 100%; |
|
415 height: 100%; } |
|
416 |
|
417 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before { |
|
418 padding-top: 42.85%; } |
517 padding-top: 42.85%; } |
419 |
518 |
420 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before { |
519 .wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before { |
421 padding-top: 50%; } |
520 padding-top: 50%; } |
422 |
521 |
423 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before { |
522 .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before { |
424 padding-top: 56.25%; } |
523 padding-top: 56.25%; } |
425 |
524 |
426 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before { |
525 .wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before { |
427 padding-top: 75%; } |
526 padding-top: 75%; } |
428 |
527 |
429 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before { |
528 .wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before { |
430 padding-top: 100%; } |
529 padding-top: 100%; } |
431 |
530 |
432 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper::before { |
531 .wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper::before { |
433 padding-top: 66.66%; } |
532 padding-top: 66.66%; } |
434 |
533 |
435 .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before { |
534 .wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before { |
436 padding-top: 200%; } |
535 padding-top: 200%; } |
437 |
536 |
438 .wp-block-file { |
537 .wp-block-file { |
439 margin-bottom: 1.5em; } |
538 margin-bottom: 1.5em; } |
440 .wp-block-file.aligncenter { |
539 .wp-block-file.aligncenter { |
455 opacity: 0.85; |
554 opacity: 0.85; |
456 text-decoration: none; } |
555 text-decoration: none; } |
457 .wp-block-file * + .wp-block-file__button { |
556 .wp-block-file * + .wp-block-file__button { |
458 margin-right: 0.75em; } |
557 margin-right: 0.75em; } |
459 |
558 |
460 .wp-block-gallery { |
559 .wp-block-gallery, |
|
560 .blocks-gallery-grid { |
461 display: flex; |
561 display: flex; |
462 flex-wrap: wrap; |
562 flex-wrap: wrap; |
463 list-style-type: none; |
563 list-style-type: none; |
464 padding: 0; } |
564 padding: 0; |
|
565 margin: 0; } |
465 .wp-block-gallery .blocks-gallery-image, |
566 .wp-block-gallery .blocks-gallery-image, |
466 .wp-block-gallery .blocks-gallery-item { |
567 .wp-block-gallery .blocks-gallery-item, |
|
568 .blocks-gallery-grid .blocks-gallery-image, |
|
569 .blocks-gallery-grid .blocks-gallery-item { |
467 margin: 0 0 16px 16px; |
570 margin: 0 0 16px 16px; |
468 display: flex; |
571 display: flex; |
469 flex-grow: 1; |
572 flex-grow: 1; |
470 flex-direction: column; |
573 flex-direction: column; |
471 justify-content: center; |
574 justify-content: center; |
472 position: relative; } |
575 position: relative; } |
473 .wp-block-gallery .blocks-gallery-image figure, |
576 .wp-block-gallery .blocks-gallery-image figure, |
474 .wp-block-gallery .blocks-gallery-item figure { |
577 .wp-block-gallery .blocks-gallery-item figure, |
|
578 .blocks-gallery-grid .blocks-gallery-image figure, |
|
579 .blocks-gallery-grid .blocks-gallery-item figure { |
475 margin: 0; |
580 margin: 0; |
476 height: 100%; } |
581 height: 100%; } |
477 @supports ((position: -webkit-sticky) or (position: sticky)) { |
582 @supports ((position: -webkit-sticky) or (position: sticky)) { |
478 .wp-block-gallery .blocks-gallery-image figure, |
583 .wp-block-gallery .blocks-gallery-image figure, |
479 .wp-block-gallery .blocks-gallery-item figure { |
584 .wp-block-gallery .blocks-gallery-item figure, |
|
585 .blocks-gallery-grid .blocks-gallery-image figure, |
|
586 .blocks-gallery-grid .blocks-gallery-item figure { |
480 display: flex; |
587 display: flex; |
481 align-items: flex-end; |
588 align-items: flex-end; |
482 justify-content: flex-start; } } |
589 justify-content: flex-start; } } |
483 .wp-block-gallery .blocks-gallery-image img, |
590 .wp-block-gallery .blocks-gallery-image img, |
484 .wp-block-gallery .blocks-gallery-item img { |
591 .wp-block-gallery .blocks-gallery-item img, |
|
592 .blocks-gallery-grid .blocks-gallery-image img, |
|
593 .blocks-gallery-grid .blocks-gallery-item img { |
485 display: block; |
594 display: block; |
486 max-width: 100%; |
595 max-width: 100%; |
487 height: auto; } |
596 height: auto; } |
488 .wp-block-gallery .blocks-gallery-image img, |
597 .wp-block-gallery .blocks-gallery-image img, |
489 .wp-block-gallery .blocks-gallery-item img { |
598 .wp-block-gallery .blocks-gallery-item img, |
|
599 .blocks-gallery-grid .blocks-gallery-image img, |
|
600 .blocks-gallery-grid .blocks-gallery-item img { |
490 width: 100%; } |
601 width: 100%; } |
491 @supports ((position: -webkit-sticky) or (position: sticky)) { |
602 @supports ((position: -webkit-sticky) or (position: sticky)) { |
492 .wp-block-gallery .blocks-gallery-image img, |
603 .wp-block-gallery .blocks-gallery-image img, |
493 .wp-block-gallery .blocks-gallery-item img { |
604 .wp-block-gallery .blocks-gallery-item img, |
|
605 .blocks-gallery-grid .blocks-gallery-image img, |
|
606 .blocks-gallery-grid .blocks-gallery-item img { |
494 width: auto; } } |
607 width: auto; } } |
495 .wp-block-gallery .blocks-gallery-image figcaption, |
608 .wp-block-gallery .blocks-gallery-image figcaption, |
496 .wp-block-gallery .blocks-gallery-item figcaption { |
609 .wp-block-gallery .blocks-gallery-item figcaption, |
|
610 .blocks-gallery-grid .blocks-gallery-image figcaption, |
|
611 .blocks-gallery-grid .blocks-gallery-item figcaption { |
497 position: absolute; |
612 position: absolute; |
498 bottom: 0; |
613 bottom: 0; |
499 width: 100%; |
614 width: 100%; |
500 max-height: 100%; |
615 max-height: 100%; |
501 overflow: auto; |
616 overflow: auto; |
503 color: #fff; |
618 color: #fff; |
504 text-align: center; |
619 text-align: center; |
505 font-size: 13px; |
620 font-size: 13px; |
506 background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent); } |
621 background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent); } |
507 .wp-block-gallery .blocks-gallery-image figcaption img, |
622 .wp-block-gallery .blocks-gallery-image figcaption img, |
508 .wp-block-gallery .blocks-gallery-item figcaption img { |
623 .wp-block-gallery .blocks-gallery-item figcaption img, |
|
624 .blocks-gallery-grid .blocks-gallery-image figcaption img, |
|
625 .blocks-gallery-grid .blocks-gallery-item figcaption img { |
509 display: inline; } |
626 display: inline; } |
510 .wp-block-gallery.is-cropped .blocks-gallery-image a, |
627 .wp-block-gallery.is-cropped .blocks-gallery-image a, |
511 .wp-block-gallery.is-cropped .blocks-gallery-image img, |
628 .wp-block-gallery.is-cropped .blocks-gallery-image img, |
512 .wp-block-gallery.is-cropped .blocks-gallery-item a, |
629 .wp-block-gallery.is-cropped .blocks-gallery-item a, |
513 .wp-block-gallery.is-cropped .blocks-gallery-item img { |
630 .wp-block-gallery.is-cropped .blocks-gallery-item img, |
|
631 .blocks-gallery-grid.is-cropped .blocks-gallery-image a, |
|
632 .blocks-gallery-grid.is-cropped .blocks-gallery-image img, |
|
633 .blocks-gallery-grid.is-cropped .blocks-gallery-item a, |
|
634 .blocks-gallery-grid.is-cropped .blocks-gallery-item img { |
514 width: 100%; } |
635 width: 100%; } |
515 @supports ((position: -webkit-sticky) or (position: sticky)) { |
636 @supports ((position: -webkit-sticky) or (position: sticky)) { |
516 .wp-block-gallery.is-cropped .blocks-gallery-image a, |
637 .wp-block-gallery.is-cropped .blocks-gallery-image a, |
517 .wp-block-gallery.is-cropped .blocks-gallery-image img, |
638 .wp-block-gallery.is-cropped .blocks-gallery-image img, |
518 .wp-block-gallery.is-cropped .blocks-gallery-item a, |
639 .wp-block-gallery.is-cropped .blocks-gallery-item a, |
519 .wp-block-gallery.is-cropped .blocks-gallery-item img { |
640 .wp-block-gallery.is-cropped .blocks-gallery-item img, |
|
641 .blocks-gallery-grid.is-cropped .blocks-gallery-image a, |
|
642 .blocks-gallery-grid.is-cropped .blocks-gallery-image img, |
|
643 .blocks-gallery-grid.is-cropped .blocks-gallery-item a, |
|
644 .blocks-gallery-grid.is-cropped .blocks-gallery-item img { |
520 height: 100%; |
645 height: 100%; |
521 flex: 1; |
646 flex: 1; |
522 -o-object-fit: cover; |
647 object-fit: cover; } } |
523 object-fit: cover; } } |
|
524 .wp-block-gallery .blocks-gallery-image, |
648 .wp-block-gallery .blocks-gallery-image, |
525 .wp-block-gallery .blocks-gallery-item { |
649 .wp-block-gallery .blocks-gallery-item, |
526 width: calc((100% - 16px) / 2); } |
650 .blocks-gallery-grid .blocks-gallery-image, |
|
651 .blocks-gallery-grid .blocks-gallery-item { |
|
652 width: calc(50% - 16px); } |
527 .wp-block-gallery .blocks-gallery-image:nth-of-type(even), |
653 .wp-block-gallery .blocks-gallery-image:nth-of-type(even), |
528 .wp-block-gallery .blocks-gallery-item:nth-of-type(even) { |
654 .wp-block-gallery .blocks-gallery-item:nth-of-type(even), |
|
655 .blocks-gallery-grid .blocks-gallery-image:nth-of-type(even), |
|
656 .blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) { |
529 margin-left: 0; } |
657 margin-left: 0; } |
530 .wp-block-gallery.columns-1 .blocks-gallery-image, |
658 .wp-block-gallery.columns-1 .blocks-gallery-image, |
531 .wp-block-gallery.columns-1 .blocks-gallery-item { |
659 .wp-block-gallery.columns-1 .blocks-gallery-item, |
|
660 .blocks-gallery-grid.columns-1 .blocks-gallery-image, |
|
661 .blocks-gallery-grid.columns-1 .blocks-gallery-item { |
532 width: 100%; |
662 width: 100%; |
533 margin-left: 0; } |
663 margin-left: 0; } |
534 @media (min-width: 600px) { |
664 @media (min-width: 600px) { |
535 .wp-block-gallery.columns-3 .blocks-gallery-image, |
665 .wp-block-gallery.columns-3 .blocks-gallery-image, |
536 .wp-block-gallery.columns-3 .blocks-gallery-item { |
666 .wp-block-gallery.columns-3 .blocks-gallery-item, |
537 width: calc((100% - 16px * 2) / 3); |
667 .blocks-gallery-grid.columns-3 .blocks-gallery-image, |
|
668 .blocks-gallery-grid.columns-3 .blocks-gallery-item { |
|
669 width: calc(33.33333% - 10.66667px); |
538 margin-left: 16px; } |
670 margin-left: 16px; } |
539 @supports (-ms-ime-align: auto) { |
|
540 .wp-block-gallery.columns-3 .blocks-gallery-image, |
|
541 .wp-block-gallery.columns-3 .blocks-gallery-item { |
|
542 width: calc((100% - 16px * 2) / 3 - 1px); } } |
|
543 .wp-block-gallery.columns-4 .blocks-gallery-image, |
671 .wp-block-gallery.columns-4 .blocks-gallery-image, |
544 .wp-block-gallery.columns-4 .blocks-gallery-item { |
672 .wp-block-gallery.columns-4 .blocks-gallery-item, |
545 width: calc((100% - 16px * 3) / 4); |
673 .blocks-gallery-grid.columns-4 .blocks-gallery-image, |
|
674 .blocks-gallery-grid.columns-4 .blocks-gallery-item { |
|
675 width: calc(25% - 12px); |
546 margin-left: 16px; } |
676 margin-left: 16px; } |
547 @supports (-ms-ime-align: auto) { |
|
548 .wp-block-gallery.columns-4 .blocks-gallery-image, |
|
549 .wp-block-gallery.columns-4 .blocks-gallery-item { |
|
550 width: calc((100% - 16px * 3) / 4 - 1px); } } |
|
551 .wp-block-gallery.columns-5 .blocks-gallery-image, |
677 .wp-block-gallery.columns-5 .blocks-gallery-image, |
552 .wp-block-gallery.columns-5 .blocks-gallery-item { |
678 .wp-block-gallery.columns-5 .blocks-gallery-item, |
553 width: calc((100% - 16px * 4) / 5); |
679 .blocks-gallery-grid.columns-5 .blocks-gallery-image, |
|
680 .blocks-gallery-grid.columns-5 .blocks-gallery-item { |
|
681 width: calc(20% - 12.8px); |
554 margin-left: 16px; } |
682 margin-left: 16px; } |
555 @supports (-ms-ime-align: auto) { |
|
556 .wp-block-gallery.columns-5 .blocks-gallery-image, |
|
557 .wp-block-gallery.columns-5 .blocks-gallery-item { |
|
558 width: calc((100% - 16px * 4) / 5 - 1px); } } |
|
559 .wp-block-gallery.columns-6 .blocks-gallery-image, |
683 .wp-block-gallery.columns-6 .blocks-gallery-image, |
560 .wp-block-gallery.columns-6 .blocks-gallery-item { |
684 .wp-block-gallery.columns-6 .blocks-gallery-item, |
561 width: calc((100% - 16px * 5) / 6); |
685 .blocks-gallery-grid.columns-6 .blocks-gallery-image, |
|
686 .blocks-gallery-grid.columns-6 .blocks-gallery-item { |
|
687 width: calc(16.66667% - 13.33333px); |
562 margin-left: 16px; } |
688 margin-left: 16px; } |
563 @supports (-ms-ime-align: auto) { |
|
564 .wp-block-gallery.columns-6 .blocks-gallery-image, |
|
565 .wp-block-gallery.columns-6 .blocks-gallery-item { |
|
566 width: calc((100% - 16px * 5) / 6 - 1px); } } |
|
567 .wp-block-gallery.columns-7 .blocks-gallery-image, |
689 .wp-block-gallery.columns-7 .blocks-gallery-image, |
568 .wp-block-gallery.columns-7 .blocks-gallery-item { |
690 .wp-block-gallery.columns-7 .blocks-gallery-item, |
569 width: calc((100% - 16px * 6) / 7); |
691 .blocks-gallery-grid.columns-7 .blocks-gallery-image, |
|
692 .blocks-gallery-grid.columns-7 .blocks-gallery-item { |
|
693 width: calc(14.28571% - 13.71429px); |
570 margin-left: 16px; } |
694 margin-left: 16px; } |
571 @supports (-ms-ime-align: auto) { |
|
572 .wp-block-gallery.columns-7 .blocks-gallery-image, |
|
573 .wp-block-gallery.columns-7 .blocks-gallery-item { |
|
574 width: calc((100% - 16px * 6) / 7 - 1px); } } |
|
575 .wp-block-gallery.columns-8 .blocks-gallery-image, |
695 .wp-block-gallery.columns-8 .blocks-gallery-image, |
576 .wp-block-gallery.columns-8 .blocks-gallery-item { |
696 .wp-block-gallery.columns-8 .blocks-gallery-item, |
577 width: calc((100% - 16px * 7) / 8); |
697 .blocks-gallery-grid.columns-8 .blocks-gallery-image, |
|
698 .blocks-gallery-grid.columns-8 .blocks-gallery-item { |
|
699 width: calc(12.5% - 14px); |
578 margin-left: 16px; } |
700 margin-left: 16px; } |
579 @supports (-ms-ime-align: auto) { |
|
580 .wp-block-gallery.columns-8 .blocks-gallery-image, |
|
581 .wp-block-gallery.columns-8 .blocks-gallery-item { |
|
582 width: calc((100% - 16px * 7) / 8 - 1px); } } |
|
583 .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), |
701 .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), |
584 .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) { |
702 .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), |
|
703 .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), |
|
704 .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) { |
585 margin-left: 0; } |
705 margin-left: 0; } |
586 .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), |
706 .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), |
587 .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) { |
707 .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), |
|
708 .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), |
|
709 .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) { |
588 margin-left: 0; } |
710 margin-left: 0; } |
589 .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), |
711 .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), |
590 .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) { |
712 .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), |
|
713 .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), |
|
714 .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) { |
591 margin-left: 0; } |
715 margin-left: 0; } |
592 .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), |
716 .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), |
593 .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) { |
717 .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), |
|
718 .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), |
|
719 .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) { |
594 margin-left: 0; } |
720 margin-left: 0; } |
595 .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), |
721 .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), |
596 .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) { |
722 .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), |
|
723 .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), |
|
724 .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) { |
597 margin-left: 0; } |
725 margin-left: 0; } |
598 .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), |
726 .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), |
599 .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) { |
727 .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), |
|
728 .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), |
|
729 .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) { |
600 margin-left: 0; } |
730 margin-left: 0; } |
601 .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), |
731 .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), |
602 .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) { |
732 .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), |
|
733 .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), |
|
734 .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) { |
603 margin-left: 0; } |
735 margin-left: 0; } |
604 .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), |
736 .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), |
605 .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) { |
737 .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n), |
|
738 .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), |
|
739 .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) { |
606 margin-left: 0; } } |
740 margin-left: 0; } } |
607 .wp-block-gallery .blocks-gallery-image:last-child, |
741 .wp-block-gallery .blocks-gallery-image:last-child, |
608 .wp-block-gallery .blocks-gallery-item:last-child { |
742 .wp-block-gallery .blocks-gallery-item:last-child, |
|
743 .blocks-gallery-grid .blocks-gallery-image:last-child, |
|
744 .blocks-gallery-grid .blocks-gallery-item:last-child { |
609 margin-left: 0; } |
745 margin-left: 0; } |
610 .wp-block-gallery .blocks-gallery-item.has-add-item-button { |
746 .wp-block-gallery.alignleft, .wp-block-gallery.alignright, |
|
747 .blocks-gallery-grid.alignleft, |
|
748 .blocks-gallery-grid.alignright { |
|
749 max-width: 290px; |
611 width: 100%; } |
750 width: 100%; } |
612 .wp-block-gallery.alignleft, .wp-block-gallery.alignright { |
751 .wp-block-gallery.aligncenter .blocks-gallery-item figure, |
613 max-width: 305px; |
752 .blocks-gallery-grid.aligncenter .blocks-gallery-item figure { |
614 width: 100%; } |
|
615 .wp-block-gallery.alignleft, .wp-block-gallery.aligncenter, .wp-block-gallery.alignright { |
|
616 display: flex; } |
|
617 .wp-block-gallery.aligncenter .blocks-gallery-item figure { |
|
618 justify-content: center; } |
753 justify-content: center; } |
619 |
754 |
|
755 h1.has-background, |
|
756 h2.has-background, |
|
757 h3.has-background, |
|
758 h4.has-background, |
|
759 h5.has-background, |
|
760 h6.has-background { |
|
761 padding: 20px 38px; } |
|
762 |
620 .wp-block-image { |
763 .wp-block-image { |
621 max-width: 100%; |
764 margin-bottom: 1em; } |
622 margin-bottom: 1em; |
|
623 margin-right: 0; |
|
624 margin-left: 0; } |
|
625 .wp-block-image img { |
765 .wp-block-image img { |
626 max-width: 100%; } |
766 max-width: 100%; } |
627 .wp-block-image.aligncenter { |
767 .wp-block-image.aligncenter { |
628 text-align: center; } |
768 text-align: center; } |
629 .wp-block-image.alignfull img, |
769 .wp-block-image.alignfull img, |
630 .wp-block-image.alignwide img { |
770 .wp-block-image.alignwide img { |
631 width: 100%; } |
771 width: 100%; } |
632 .wp-block-image .alignleft, |
772 .wp-block-image .alignleft, |
633 .wp-block-image .alignright, |
773 .wp-block-image .alignright, |
634 .wp-block-image .aligncenter, .wp-block-image.is-resized { |
774 .wp-block-image .aligncenter, .wp-block-image.is-resized { |
635 display: table; |
775 display: table; } |
636 margin-right: 0; |
|
637 margin-left: 0; } |
|
638 .wp-block-image .alignleft > figcaption, |
776 .wp-block-image .alignleft > figcaption, |
639 .wp-block-image .alignright > figcaption, |
777 .wp-block-image .alignright > figcaption, |
640 .wp-block-image .aligncenter > figcaption, .wp-block-image.is-resized > figcaption { |
778 .wp-block-image .aligncenter > figcaption, .wp-block-image.is-resized > figcaption { |
641 display: table-caption; |
779 display: table-caption; |
642 caption-side: bottom; } |
780 caption-side: bottom; } |
643 .wp-block-image .alignleft { |
781 .wp-block-image .alignleft { |
644 float: left; |
782 float: left; |
645 margin-right: 1em; } |
783 margin-left: 0; |
|
784 margin-left: 1em; |
|
785 margin-top: 0.5em; |
|
786 margin-bottom: 0.5em; } |
646 .wp-block-image .alignright { |
787 .wp-block-image .alignright { |
647 float: right; |
788 float: right; |
648 margin-left: 1em; } |
789 margin-right: 0; |
|
790 margin-right: 1em; |
|
791 margin-top: 0.5em; |
|
792 margin-bottom: 0.5em; } |
649 .wp-block-image .aligncenter { |
793 .wp-block-image .aligncenter { |
650 margin-right: auto; |
794 margin-right: auto; |
651 margin-left: auto; } |
795 margin-left: auto; } |
652 .wp-block-image figcaption { |
796 .wp-block-image figcaption { |
653 margin-top: 0.5em; |
797 margin-top: 0.5em; |
654 margin-bottom: 1em; |
798 margin-bottom: 1em; } |
655 color: #555d66; |
799 |
656 text-align: center; |
800 .is-style-rounded img { |
657 font-size: 13px; } |
801 border-radius: 9999px; } |
|
802 |
|
803 .is-style-circle-mask img { |
|
804 border-radius: 9999px; } |
|
805 @supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) { |
|
806 .is-style-circle-mask img { |
|
807 /* stylelint-disable */ |
|
808 -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>'); |
|
809 mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>'); |
|
810 /* stylelint-enable */ |
|
811 mask-mode: alpha; |
|
812 -webkit-mask-repeat: no-repeat; |
|
813 mask-repeat: no-repeat; |
|
814 -webkit-mask-size: contain; |
|
815 mask-size: contain; |
|
816 -webkit-mask-position: center; |
|
817 mask-position: center; |
|
818 border-radius: 0; } } |
658 |
819 |
659 .wp-block-latest-comments__comment { |
820 .wp-block-latest-comments__comment { |
660 font-size: 15px; |
821 font-size: 15px; |
661 line-height: 1.1; |
822 line-height: 1.1; |
662 list-style: none; |
823 list-style: none; |
694 margin-right: 2em; } |
855 margin-right: 2em; } |
695 |
856 |
696 .wp-block-latest-posts.alignright { |
857 .wp-block-latest-posts.alignright { |
697 margin-left: 2em; } |
858 margin-left: 2em; } |
698 |
859 |
|
860 .wp-block-latest-posts.wp-block-latest-posts__list { |
|
861 list-style: none; } |
|
862 .wp-block-latest-posts.wp-block-latest-posts__list li { |
|
863 clear: both; } |
|
864 |
699 .wp-block-latest-posts.is-grid { |
865 .wp-block-latest-posts.is-grid { |
700 display: flex; |
866 display: flex; |
701 flex-wrap: wrap; |
867 flex-wrap: wrap; |
702 padding: 0; |
868 padding: 0; } |
703 list-style: none; } |
|
704 .wp-block-latest-posts.is-grid li { |
869 .wp-block-latest-posts.is-grid li { |
705 margin: 0 0 16px 16px; |
870 margin: 0 0 20px 20px; |
706 width: 100%; } |
871 width: 100%; } |
707 |
872 |
708 @media (min-width: 600px) { |
873 @media (min-width: 600px) { |
709 .wp-block-latest-posts.columns-2 li { |
874 .wp-block-latest-posts.columns-2 li { |
710 width: calc((100% / 2) - 16px); } |
875 width: calc((100% / 2) - 20px); } |
711 .wp-block-latest-posts.columns-3 li { |
876 .wp-block-latest-posts.columns-3 li { |
712 width: calc((100% / 3) - 16px); } |
877 width: calc((100% / 3) - 20px); } |
713 .wp-block-latest-posts.columns-4 li { |
878 .wp-block-latest-posts.columns-4 li { |
714 width: calc((100% / 4) - 16px); } |
879 width: calc((100% / 4) - 20px); } |
715 .wp-block-latest-posts.columns-5 li { |
880 .wp-block-latest-posts.columns-5 li { |
716 width: calc((100% / 5) - 16px); } |
881 width: calc((100% / 5) - 20px); } |
717 .wp-block-latest-posts.columns-6 li { |
882 .wp-block-latest-posts.columns-6 li { |
718 width: calc((100% / 6) - 16px); } } |
883 width: calc((100% / 6) - 20px); } } |
719 |
884 |
720 .wp-block-latest-posts__post-date { |
885 .wp-block-latest-posts__post-date, |
|
886 .wp-block-latest-posts__post-author { |
721 display: block; |
887 display: block; |
722 color: #6c7781; |
888 color: #6c7781; |
723 font-size: 13px; } |
889 font-size: 13px; } |
724 |
890 |
|
891 .wp-block-latest-posts__post-excerpt { |
|
892 margin-top: 8px; |
|
893 margin-bottom: 16px; } |
|
894 |
|
895 .wp-block-latest-posts__featured-image img { |
|
896 height: auto; |
|
897 width: auto; } |
|
898 |
|
899 .wp-block-latest-posts__featured-image.alignleft { |
|
900 margin-right: 1em; } |
|
901 |
|
902 .wp-block-latest-posts__featured-image.alignright { |
|
903 margin-left: 1em; } |
|
904 |
|
905 .wp-block-latest-posts__featured-image.aligncenter { |
|
906 margin-bottom: 1em; |
|
907 text-align: center; } |
|
908 |
|
909 .edit-post-visual-editor .wp-block-latest-posts.is-grid li { |
|
910 margin-bottom: 20px; } |
|
911 |
725 .wp-block-media-text { |
912 .wp-block-media-text { |
726 display: grid; } |
913 direction: ltr; |
727 |
914 display: -ms-grid; |
728 .wp-block-media-text { |
915 display: grid; |
729 grid-template-rows: auto; |
916 -ms-grid-columns: 50% 1fr; |
730 align-items: center; |
917 grid-template-columns: 50% 1fr; |
731 grid-template-areas: "media-text-media media-text-content"; |
918 -ms-grid-rows: auto; |
732 grid-template-columns: 50% auto; } |
919 grid-template-rows: auto; } |
733 .wp-block-media-text.has-media-on-the-right { |
920 .wp-block-media-text.has-media-on-the-right { |
734 grid-template-areas: "media-text-content media-text-media"; |
921 -ms-grid-columns: 1fr 50%; |
735 grid-template-columns: auto 50%; } |
922 grid-template-columns: 1fr 50%; } |
|
923 |
|
924 .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, |
|
925 .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media { |
|
926 -ms-grid-row-align: start; |
|
927 align-self: start; } |
|
928 |
|
929 .wp-block-media-text .wp-block-media-text__content, |
|
930 .wp-block-media-text .wp-block-media-text__media, |
|
931 .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, |
|
932 .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media { |
|
933 -ms-grid-row-align: center; |
|
934 align-self: center; } |
|
935 |
|
936 .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, |
|
937 .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media { |
|
938 -ms-grid-row-align: end; |
|
939 align-self: end; } |
736 |
940 |
737 .wp-block-media-text .wp-block-media-text__media { |
941 .wp-block-media-text .wp-block-media-text__media { |
738 grid-area: media-text-media; |
942 -ms-grid-column: 1; |
|
943 grid-column: 1; |
|
944 -ms-grid-row: 1; |
|
945 grid-row: 1; |
739 margin: 0; } |
946 margin: 0; } |
740 |
947 |
741 .wp-block-media-text .wp-block-media-text__content { |
948 .wp-block-media-text .wp-block-media-text__content { |
742 word-break: break-word; |
949 direction: rtl; |
743 grid-area: media-text-content; |
950 -ms-grid-column: 2; |
744 padding: 0 8% 0 8%; } |
951 grid-column: 2; |
745 |
952 -ms-grid-row: 1; |
746 .wp-block-media-text > figure > img, |
953 grid-row: 1; |
747 .wp-block-media-text > figure > video { |
954 padding: 0 8% 0 8%; |
|
955 word-break: break-word; } |
|
956 |
|
957 .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media { |
|
958 -ms-grid-column: 2; |
|
959 grid-column: 2; |
|
960 -ms-grid-row: 1; |
|
961 grid-row: 1; } |
|
962 |
|
963 .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content { |
|
964 -ms-grid-column: 1; |
|
965 grid-column: 1; |
|
966 -ms-grid-row: 1; |
|
967 grid-row: 1; } |
|
968 |
|
969 .wp-block-media-text__media img, |
|
970 .wp-block-media-text__media video { |
748 max-width: unset; |
971 max-width: unset; |
749 width: 100%; |
972 width: 100%; |
750 vertical-align: middle; } |
973 vertical-align: middle; } |
|
974 |
|
975 .wp-block-media-text.is-image-fill figure.wp-block-media-text__media { |
|
976 height: 100%; |
|
977 min-height: 250px; |
|
978 background-size: cover; } |
|
979 |
|
980 .wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img { |
|
981 position: absolute; |
|
982 width: 1px; |
|
983 height: 1px; |
|
984 padding: 0; |
|
985 margin: -1px; |
|
986 overflow: hidden; |
|
987 clip: rect(0, 0, 0, 0); |
|
988 border: 0; } |
751 |
989 |
752 /* |
990 /* |
753 * Here we here not able to use a mobile first CSS approach. |
991 * Here we here not able to use a mobile first CSS approach. |
754 * Custom widths are set using inline styles, and on mobile, |
992 * Custom widths are set using inline styles, and on mobile, |
755 * we need 100% width, so we use important to overwrite the inline style. |
993 * we need 100% width, so we use important to overwrite the inline style. |
756 * If the style were set on mobile first, on desktop styles, |
994 * If the style were set on mobile first, on desktop styles, |
757 * we would have no way of setting the style again to the inline style. |
995 * we would have no way of setting the style again to the inline style. |
758 */ |
996 */ |
759 @media (max-width: 600px) { |
997 @media (max-width: 600px) { |
760 .wp-block-media-text.is-stacked-on-mobile { |
998 .wp-block-media-text.is-stacked-on-mobile { |
761 grid-template-columns: 100% !important; |
999 -ms-grid-columns: 100% !important; |
762 grid-template-areas: "media-text-media" "media-text-content"; } |
1000 grid-template-columns: 100% !important; } |
763 .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right { |
1001 .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media { |
764 grid-template-areas: "media-text-content" "media-text-media"; } } |
1002 -ms-grid-column: 1; |
|
1003 grid-column: 1; |
|
1004 -ms-grid-row: 1; |
|
1005 grid-row: 1; } |
|
1006 .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content { |
|
1007 -ms-grid-column: 1; |
|
1008 grid-column: 1; |
|
1009 -ms-grid-row: 2; |
|
1010 grid-row: 2; } |
|
1011 .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media { |
|
1012 -ms-grid-column: 1; |
|
1013 grid-column: 1; |
|
1014 -ms-grid-row: 2; |
|
1015 grid-row: 2; } |
|
1016 .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content { |
|
1017 -ms-grid-column: 1; |
|
1018 grid-column: 1; |
|
1019 -ms-grid-row: 1; |
|
1020 grid-row: 1; } } |
|
1021 |
|
1022 .wp-block-navigation .wp-block-navigation-link:not(.has-text-color), |
|
1023 .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) { |
|
1024 color: #1e1e1e; } |
|
1025 |
|
1026 .wp-block-navigation:not(.has-background) .wp-block-navigation__container, |
|
1027 .wp-block-navigation.is-style-light:not(.has-background) .wp-block-navigation__container { |
|
1028 background-color: #fff; } |
|
1029 |
|
1030 .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) { |
|
1031 color: #fff; } |
|
1032 |
|
1033 .wp-block-navigation.is-style-dark:not(.has-background) .wp-block-navigation__container { |
|
1034 background-color: #1e1e1e; } |
|
1035 |
|
1036 .items-justified-left > ul { |
|
1037 justify-content: flex-start; } |
|
1038 |
|
1039 .items-justified-center > ul { |
|
1040 justify-content: center; } |
|
1041 |
|
1042 .items-justified-right > ul { |
|
1043 justify-content: flex-end; } |
|
1044 |
|
1045 .wp-block-navigation-link { |
|
1046 display: flex; |
|
1047 align-items: center; |
|
1048 position: relative; |
|
1049 margin: 0; } |
|
1050 .wp-block-navigation-link .wp-block-navigation__container:empty { |
|
1051 display: none; } |
|
1052 |
|
1053 .wp-block-navigation__container { |
|
1054 list-style: none; |
|
1055 margin: 0; |
|
1056 padding-right: 0; |
|
1057 display: flex; |
|
1058 flex-wrap: wrap; } |
|
1059 .is-vertical .wp-block-navigation__container { |
|
1060 display: block; } |
|
1061 |
|
1062 .has-child .wp-block-navigation__container { |
|
1063 border: 1px solid rgba(0, 0, 0, 0.15); |
|
1064 background-color: inherit; |
|
1065 color: inherit; |
|
1066 position: absolute; |
|
1067 right: 0; |
|
1068 top: 100%; |
|
1069 width: fit-content; |
|
1070 z-index: 1; |
|
1071 opacity: 0; |
|
1072 transition: opacity 0.1s linear; |
|
1073 visibility: hidden; } |
|
1074 .has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__content { |
|
1075 flex-grow: 1; } |
|
1076 .has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon { |
|
1077 padding-left: 8px; } |
|
1078 @media (min-width: 782px) { |
|
1079 .has-child .wp-block-navigation__container { |
|
1080 right: 24px; } |
|
1081 .has-child .wp-block-navigation__container .wp-block-navigation__container { |
|
1082 right: 100%; |
|
1083 top: -1px; } |
|
1084 .has-child .wp-block-navigation__container .wp-block-navigation__container::before { |
|
1085 content: ""; |
|
1086 position: absolute; |
|
1087 left: 100%; |
|
1088 height: 100%; |
|
1089 display: block; |
|
1090 width: 8px; |
|
1091 background: transparent; } |
|
1092 .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg { |
|
1093 transform: rotate(0); } } |
|
1094 |
|
1095 .has-child:hover { |
|
1096 cursor: pointer; } |
|
1097 .has-child:hover > .wp-block-navigation__container { |
|
1098 visibility: visible; |
|
1099 opacity: 1; |
|
1100 display: flex; |
|
1101 flex-direction: column; } |
|
1102 |
|
1103 .has-child:focus-within { |
|
1104 cursor: pointer; } |
|
1105 .has-child:focus-within > .wp-block-navigation__container { |
|
1106 visibility: visible; |
|
1107 opacity: 1; |
|
1108 display: flex; |
|
1109 flex-direction: column; } |
|
1110 |
|
1111 .wp-block-navigation-link__content { |
|
1112 text-decoration: none; |
|
1113 padding: 8px 16px; } |
|
1114 .wp-block-navigation-link__content + .wp-block-navigation-link__content { |
|
1115 padding-top: 0; } |
|
1116 .has-text-color .wp-block-navigation-link__content { |
|
1117 color: inherit; } |
|
1118 |
|
1119 .wp-block-navigation-link__label { |
|
1120 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
|
1121 word-break: normal; |
|
1122 overflow-wrap: break-word; } |
|
1123 |
|
1124 .wp-block-navigation-link__submenu-icon { |
|
1125 height: inherit; |
|
1126 padding: 6px 16px; } |
|
1127 .wp-block-navigation-link__submenu-icon svg { |
|
1128 fill: currentColor; } |
|
1129 @media (min-width: 782px) { |
|
1130 .wp-block-navigation-link__submenu-icon svg { |
|
1131 transform: rotate(-90deg); } } |
765 |
1132 |
766 .is-small-text { |
1133 .is-small-text { |
767 font-size: 14px; } |
1134 font-size: 14px; } |
768 |
1135 |
769 .is-regular-text { |
1136 .is-regular-text { |
875 .wp-block-rss.columns-6 li { |
1257 .wp-block-rss.columns-6 li { |
876 width: calc(( 100% / 6 ) - 16px); } } |
1258 width: calc(( 100% / 6 ) - 16px); } } |
877 |
1259 |
878 .wp-block-rss__item-publish-date, |
1260 .wp-block-rss__item-publish-date, |
879 .wp-block-rss__item-author { |
1261 .wp-block-rss__item-author { |
|
1262 display: block; |
880 color: #6c7781; |
1263 color: #6c7781; |
881 font-size: 13px; } |
1264 font-size: 13px; } |
882 |
1265 |
883 .wp-block-search { |
1266 .wp-block-search { |
884 display: flex; |
1267 display: flex; |
885 flex-wrap: wrap; } |
1268 flex-wrap: wrap; } |
886 .wp-block-search .wp-block-search__label { |
1269 .wp-block-search .wp-block-search__label { |
887 width: 100%; } |
1270 width: 100%; } |
888 .wp-block-search .wp-block-search__input { |
1271 .wp-block-search .wp-block-search__input { |
889 flex-grow: 1; } |
1272 flex-grow: 1; |
|
1273 max-width: 360px; } |
890 .wp-block-search .wp-block-search__button { |
1274 .wp-block-search .wp-block-search__button { |
891 margin-right: 10px; } |
1275 margin-right: 10px; } |
892 |
1276 |
893 .wp-block-separator.is-style-wide { |
1277 .wp-block-separator.is-style-wide { |
894 border-bottom-width: 1px; } |
1278 border-bottom-width: 1px; } |
895 |
1279 |
896 .wp-block-separator.is-style-dots { |
1280 .wp-block-separator.is-style-dots { |
897 background: none; |
1281 background: none !important; |
898 border: none; |
1282 border: none; |
899 text-align: center; |
1283 text-align: center; |
900 max-width: none; |
1284 max-width: none; |
901 line-height: 1; |
1285 line-height: 1; |
902 height: auto; } |
1286 height: auto; } |
903 .wp-block-separator.is-style-dots::before { |
1287 .wp-block-separator.is-style-dots::before { |
904 content: "\00b7 \00b7 \00b7"; |
1288 content: "\00b7 \00b7 \00b7"; |
905 color: #191e23; |
1289 color: currentColor; |
906 font-size: 20px; |
1290 font-size: 20px; |
907 letter-spacing: 2em; |
1291 letter-spacing: 2em; |
908 padding-right: 2em; |
1292 padding-left: 2em; |
909 font-family: serif; } |
1293 font-family: serif; } |
|
1294 |
|
1295 .wp-block-social-links { |
|
1296 display: flex; |
|
1297 justify-content: flex-start; |
|
1298 padding-right: 0; |
|
1299 padding-left: 0; |
|
1300 margin-right: 0; } |
|
1301 .wp-block-social-links .wp-social-link a, |
|
1302 .wp-block-social-links .wp-social-link a:hover { |
|
1303 text-decoration: none; |
|
1304 border-bottom: 0; |
|
1305 box-shadow: none; } |
|
1306 |
|
1307 .wp-social-link { |
|
1308 display: block; |
|
1309 width: 36px; |
|
1310 height: 36px; |
|
1311 border-radius: 36px; |
|
1312 margin-left: 8px; |
|
1313 transition: transform 0.1s ease; } |
|
1314 @media (prefers-reduced-motion: reduce) { |
|
1315 .wp-social-link { |
|
1316 transition-duration: 0s; } } |
|
1317 .wp-social-link a { |
|
1318 padding: 6px; |
|
1319 display: block; |
|
1320 line-height: 0; |
|
1321 transition: transform 0.1s ease; } |
|
1322 .wp-social-link a, |
|
1323 .wp-social-link a:hover, |
|
1324 .wp-social-link a:active, |
|
1325 .wp-social-link a:visited, |
|
1326 .wp-social-link svg { |
|
1327 color: currentColor; |
|
1328 fill: currentColor; } |
|
1329 .wp-social-link:hover { |
|
1330 transform: scale(1.1); } |
|
1331 |
|
1332 .wp-block-social-links.aligncenter { |
|
1333 justify-content: center; |
|
1334 display: flex; } |
|
1335 |
|
1336 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link { |
|
1337 background-color: #f0f0f0; |
|
1338 color: #444; } |
|
1339 |
|
1340 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon { |
|
1341 background-color: #f90; |
|
1342 color: #fff; } |
|
1343 |
|
1344 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp { |
|
1345 background-color: #1ea0c3; |
|
1346 color: #fff; } |
|
1347 |
|
1348 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance { |
|
1349 background-color: #0757fe; |
|
1350 color: #fff; } |
|
1351 |
|
1352 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen { |
|
1353 background-color: #1e1f26; |
|
1354 color: #fff; } |
|
1355 |
|
1356 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart { |
|
1357 background-color: #02e49b; |
|
1358 color: #fff; } |
|
1359 |
|
1360 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble { |
|
1361 background-color: #e94c89; |
|
1362 color: #fff; } |
|
1363 |
|
1364 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox { |
|
1365 background-color: #4280ff; |
|
1366 color: #fff; } |
|
1367 |
|
1368 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy { |
|
1369 background-color: #f45800; |
|
1370 color: #fff; } |
|
1371 |
|
1372 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook { |
|
1373 background-color: #1778f2; |
|
1374 color: #fff; } |
|
1375 |
|
1376 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx { |
|
1377 background-color: #000; |
|
1378 color: #fff; } |
|
1379 |
|
1380 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr { |
|
1381 background-color: #0461dd; |
|
1382 color: #fff; } |
|
1383 |
|
1384 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare { |
|
1385 background-color: #e65678; |
|
1386 color: #fff; } |
|
1387 |
|
1388 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github { |
|
1389 background-color: #24292d; |
|
1390 color: #fff; } |
|
1391 |
|
1392 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads { |
|
1393 background-color: #eceadd; |
|
1394 color: #382110; } |
|
1395 |
|
1396 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google { |
|
1397 background-color: #ea4434; |
|
1398 color: #fff; } |
|
1399 |
|
1400 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram { |
|
1401 background-color: #f00075; |
|
1402 color: #fff; } |
|
1403 |
|
1404 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm { |
|
1405 background-color: #e21b24; |
|
1406 color: #fff; } |
|
1407 |
|
1408 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin { |
|
1409 background-color: #0d66c2; |
|
1410 color: #fff; } |
|
1411 |
|
1412 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon { |
|
1413 background-color: #3288d4; |
|
1414 color: #fff; } |
|
1415 |
|
1416 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium { |
|
1417 background-color: #02ab6c; |
|
1418 color: #fff; } |
|
1419 |
|
1420 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup { |
|
1421 background-color: #f6405f; |
|
1422 color: #fff; } |
|
1423 |
|
1424 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest { |
|
1425 background-color: #e60122; |
|
1426 color: #fff; } |
|
1427 |
|
1428 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket { |
|
1429 background-color: #ef4155; |
|
1430 color: #fff; } |
|
1431 |
|
1432 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit { |
|
1433 background-color: #fe4500; |
|
1434 color: #fff; } |
|
1435 |
|
1436 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype { |
|
1437 background-color: #0478d7; |
|
1438 color: #fff; } |
|
1439 |
|
1440 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat { |
|
1441 background-color: #fefc00; |
|
1442 color: #fff; |
|
1443 stroke: #000; } |
|
1444 |
|
1445 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud { |
|
1446 background-color: #ff5600; |
|
1447 color: #fff; } |
|
1448 |
|
1449 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify { |
|
1450 background-color: #1bd760; |
|
1451 color: #fff; } |
|
1452 |
|
1453 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr { |
|
1454 background-color: #011835; |
|
1455 color: #fff; } |
|
1456 |
|
1457 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch { |
|
1458 background-color: #6440a4; |
|
1459 color: #fff; } |
|
1460 |
|
1461 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter { |
|
1462 background-color: #1da1f2; |
|
1463 color: #fff; } |
|
1464 |
|
1465 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo { |
|
1466 background-color: #1eb7ea; |
|
1467 color: #fff; } |
|
1468 |
|
1469 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk { |
|
1470 background-color: #4680c2; |
|
1471 color: #fff; } |
|
1472 |
|
1473 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress { |
|
1474 background-color: #3499cd; |
|
1475 color: #fff; } |
|
1476 |
|
1477 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp { |
|
1478 background-color: #d32422; |
|
1479 color: #fff; } |
|
1480 |
|
1481 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube { |
|
1482 background-color: #f00; |
|
1483 color: #fff; } |
|
1484 |
|
1485 .wp-block-social-links.is-style-logos-only .wp-social-link { |
|
1486 background: none; |
|
1487 padding: 4px; } |
|
1488 .wp-block-social-links.is-style-logos-only .wp-social-link svg { |
|
1489 width: 28px; |
|
1490 height: 28px; } |
|
1491 |
|
1492 .wp-block-social-links.is-style-logos-only .wp-social-link-amazon { |
|
1493 color: #f90; } |
|
1494 |
|
1495 .wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp { |
|
1496 color: #1ea0c3; } |
|
1497 |
|
1498 .wp-block-social-links.is-style-logos-only .wp-social-link-behance { |
|
1499 color: #0757fe; } |
|
1500 |
|
1501 .wp-block-social-links.is-style-logos-only .wp-social-link-codepen { |
|
1502 color: #1e1f26; } |
|
1503 |
|
1504 .wp-block-social-links.is-style-logos-only .wp-social-link-deviantart { |
|
1505 color: #02e49b; } |
|
1506 |
|
1507 .wp-block-social-links.is-style-logos-only .wp-social-link-dribbble { |
|
1508 color: #e94c89; } |
|
1509 |
|
1510 .wp-block-social-links.is-style-logos-only .wp-social-link-dropbox { |
|
1511 color: #4280ff; } |
|
1512 |
|
1513 .wp-block-social-links.is-style-logos-only .wp-social-link-etsy { |
|
1514 color: #f45800; } |
|
1515 |
|
1516 .wp-block-social-links.is-style-logos-only .wp-social-link-facebook { |
|
1517 color: #1778f2; } |
|
1518 |
|
1519 .wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx { |
|
1520 color: #000; } |
|
1521 |
|
1522 .wp-block-social-links.is-style-logos-only .wp-social-link-flickr { |
|
1523 color: #0461dd; } |
|
1524 |
|
1525 .wp-block-social-links.is-style-logos-only .wp-social-link-foursquare { |
|
1526 color: #e65678; } |
|
1527 |
|
1528 .wp-block-social-links.is-style-logos-only .wp-social-link-github { |
|
1529 color: #24292d; } |
|
1530 |
|
1531 .wp-block-social-links.is-style-logos-only .wp-social-link-goodreads { |
|
1532 color: #382110; } |
|
1533 |
|
1534 .wp-block-social-links.is-style-logos-only .wp-social-link-google { |
|
1535 color: #ea4434; } |
|
1536 |
|
1537 .wp-block-social-links.is-style-logos-only .wp-social-link-instagram { |
|
1538 color: #f00075; } |
|
1539 |
|
1540 .wp-block-social-links.is-style-logos-only .wp-social-link-lastfm { |
|
1541 color: #e21b24; } |
|
1542 |
|
1543 .wp-block-social-links.is-style-logos-only .wp-social-link-linkedin { |
|
1544 color: #0d66c2; } |
|
1545 |
|
1546 .wp-block-social-links.is-style-logos-only .wp-social-link-mastodon { |
|
1547 color: #3288d4; } |
|
1548 |
|
1549 .wp-block-social-links.is-style-logos-only .wp-social-link-medium { |
|
1550 color: #02ab6c; } |
|
1551 |
|
1552 .wp-block-social-links.is-style-logos-only .wp-social-link-meetup { |
|
1553 color: #f6405f; } |
|
1554 |
|
1555 .wp-block-social-links.is-style-logos-only .wp-social-link-pinterest { |
|
1556 color: #e60122; } |
|
1557 |
|
1558 .wp-block-social-links.is-style-logos-only .wp-social-link-pocket { |
|
1559 color: #ef4155; } |
|
1560 |
|
1561 .wp-block-social-links.is-style-logos-only .wp-social-link-reddit { |
|
1562 color: #fe4500; } |
|
1563 |
|
1564 .wp-block-social-links.is-style-logos-only .wp-social-link-skype { |
|
1565 color: #0478d7; } |
|
1566 |
|
1567 .wp-block-social-links.is-style-logos-only .wp-social-link-snapchat { |
|
1568 color: #fff; |
|
1569 stroke: #000; } |
|
1570 |
|
1571 .wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud { |
|
1572 color: #ff5600; } |
|
1573 |
|
1574 .wp-block-social-links.is-style-logos-only .wp-social-link-spotify { |
|
1575 color: #1bd760; } |
|
1576 |
|
1577 .wp-block-social-links.is-style-logos-only .wp-social-link-tumblr { |
|
1578 color: #011835; } |
|
1579 |
|
1580 .wp-block-social-links.is-style-logos-only .wp-social-link-twitch { |
|
1581 color: #6440a4; } |
|
1582 |
|
1583 .wp-block-social-links.is-style-logos-only .wp-social-link-twitter { |
|
1584 color: #1da1f2; } |
|
1585 |
|
1586 .wp-block-social-links.is-style-logos-only .wp-social-link-vimeo { |
|
1587 color: #1eb7ea; } |
|
1588 |
|
1589 .wp-block-social-links.is-style-logos-only .wp-social-link-vk { |
|
1590 color: #4680c2; } |
|
1591 |
|
1592 .wp-block-social-links.is-style-logos-only .wp-social-link-wordpress { |
|
1593 color: #3499cd; } |
|
1594 |
|
1595 .wp-block-social-links.is-style-logos-only .wp-social-link-yelp { |
|
1596 background-color: #d32422; |
|
1597 color: #fff; } |
|
1598 |
|
1599 .wp-block-social-links.is-style-logos-only .wp-social-link-youtube { |
|
1600 color: #f00; } |
|
1601 |
|
1602 .wp-block-social-links.is-style-pill-shape .wp-social-link { |
|
1603 width: auto; } |
|
1604 |
|
1605 .wp-block-social-links.is-style-pill-shape .wp-social-link a { |
|
1606 padding-right: 16px; |
|
1607 padding-left: 16px; } |
|
1608 |
|
1609 .wp-block-spacer { |
|
1610 clear: both; } |
910 |
1611 |
911 p.wp-block-subhead { |
1612 p.wp-block-subhead { |
912 font-size: 1.1em; |
1613 font-size: 1.1em; |
913 font-style: italic; |
1614 font-style: italic; |
914 opacity: 0.75; } |
1615 opacity: 0.75; } |
915 |
1616 |
916 .wp-block-table.has-fixed-layout { |
1617 .wp-block-table { |
917 table-layout: fixed; |
1618 overflow-x: auto; } |
918 width: 100%; } |
1619 .wp-block-table table { |
919 |
1620 width: 100%; } |
920 .wp-block-table.alignleft, .wp-block-table.aligncenter, .wp-block-table.alignright { |
1621 .wp-block-table .has-fixed-layout { |
921 display: table; |
1622 table-layout: fixed; |
922 width: auto; } |
1623 width: 100%; } |
923 |
1624 .wp-block-table .has-fixed-layout td, |
924 .wp-block-table.has-subtle-light-gray-background-color { |
1625 .wp-block-table .has-fixed-layout th { |
925 background-color: #f3f4f5; } |
1626 word-break: break-word; } |
926 |
1627 .wp-block-table.alignleft, .wp-block-table.aligncenter, .wp-block-table.alignright { |
927 .wp-block-table.has-subtle-pale-green-background-color { |
1628 display: table; |
928 background-color: #e9fbe5; } |
1629 width: auto; } |
929 |
1630 .wp-block-table.alignleft td, |
930 .wp-block-table.has-subtle-pale-blue-background-color { |
1631 .wp-block-table.alignleft th, .wp-block-table.aligncenter td, |
931 background-color: #e7f5fe; } |
1632 .wp-block-table.aligncenter th, .wp-block-table.alignright td, |
932 |
1633 .wp-block-table.alignright th { |
933 .wp-block-table.has-subtle-pale-pink-background-color { |
1634 word-break: break-word; } |
934 background-color: #fcf0ef; } |
1635 .wp-block-table .has-subtle-light-gray-background-color { |
935 |
|
936 .wp-block-table.is-style-stripes { |
|
937 border-spacing: 0; |
|
938 border-collapse: inherit; |
|
939 background-color: transparent; |
|
940 border-bottom: 1px solid #f3f4f5; } |
|
941 .wp-block-table.is-style-stripes tr:nth-child(odd) { |
|
942 background-color: #f3f4f5; } |
1636 background-color: #f3f4f5; } |
943 .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd) { |
1637 .wp-block-table .has-subtle-pale-green-background-color { |
944 background-color: #f3f4f5; } |
|
945 .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd) { |
|
946 background-color: #e9fbe5; } |
1638 background-color: #e9fbe5; } |
947 .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd) { |
1639 .wp-block-table .has-subtle-pale-blue-background-color { |
948 background-color: #e7f5fe; } |
1640 background-color: #e7f5fe; } |
949 .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd) { |
1641 .wp-block-table .has-subtle-pale-pink-background-color { |
950 background-color: #fcf0ef; } |
1642 background-color: #fcf0ef; } |
951 .wp-block-table.is-style-stripes td { |
1643 .wp-block-table.is-style-stripes { |
952 border-color: transparent; } |
1644 border-spacing: 0; |
|
1645 border-collapse: inherit; |
|
1646 background-color: transparent; |
|
1647 border-bottom: 1px solid #f0f0f0; } |
|
1648 .wp-block-table.is-style-stripes tbody tr:nth-child(odd) { |
|
1649 background-color: #f0f0f0; } |
|
1650 .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) { |
|
1651 background-color: #f3f4f5; } |
|
1652 .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) { |
|
1653 background-color: #e9fbe5; } |
|
1654 .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) { |
|
1655 background-color: #e7f5fe; } |
|
1656 .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) { |
|
1657 background-color: #fcf0ef; } |
|
1658 .wp-block-table.is-style-stripes th, |
|
1659 .wp-block-table.is-style-stripes td { |
|
1660 border-color: transparent; } |
953 |
1661 |
954 .wp-block-text-columns { |
1662 .wp-block-text-columns { |
955 display: flex; } |
1663 display: flex; } |
956 .wp-block-text-columns.aligncenter { |
1664 .wp-block-text-columns.aligncenter { |
957 display: flex; } |
1665 display: flex; } |
967 .wp-block-text-columns.columns-3 .wp-block-column { |
1675 .wp-block-text-columns.columns-3 .wp-block-column { |
968 width: calc(100% / 3); } |
1676 width: calc(100% / 3); } |
969 .wp-block-text-columns.columns-4 .wp-block-column { |
1677 .wp-block-text-columns.columns-4 .wp-block-column { |
970 width: calc(100% / 4); } |
1678 width: calc(100% / 4); } |
971 |
1679 |
972 pre.wp-block-verse { |
|
973 white-space: nowrap; |
|
974 overflow: auto; } |
|
975 |
|
976 .wp-block-video { |
1680 .wp-block-video { |
977 margin-right: 0; |
1681 margin-right: 0; |
978 margin-left: 0; } |
1682 margin-left: 0; } |
979 .wp-block-video video { |
1683 .wp-block-video video { |
980 max-width: 100%; } |
1684 max-width: 100%; } |
981 @supports ((position: -webkit-sticky) or (position: sticky)) { |
1685 @supports ((position: -webkit-sticky) or (position: sticky)) { |
982 .wp-block-video [poster] { |
1686 .wp-block-video [poster] { |
983 -o-object-fit: cover; |
1687 object-fit: cover; } } |
984 object-fit: cover; } } |
|
985 .wp-block-video.aligncenter { |
1688 .wp-block-video.aligncenter { |
986 text-align: center; } |
1689 text-align: center; } |
987 .wp-block-video figcaption { |
1690 .wp-block-video figcaption { |
988 margin-top: 0.5em; |
1691 margin-top: 0.5em; |
989 margin-bottom: 1em; |
1692 margin-bottom: 1em; } |
990 color: #555d66; |
1693 |
991 text-align: center; |
1694 :root .editor-styles-wrapper, |
992 font-size: 13px; } |
1695 :root { |
993 |
1696 /* stylelint-disable function-comma-space-after */ |
994 .has-pale-pink-background-color.has-pale-pink-background-color { |
1697 /* stylelint-enable function-comma-space-after */ } |
995 background-color: #f78da7; } |
1698 :root .editor-styles-wrapper .has-pale-pink-background-color, |
996 |
1699 :root .has-pale-pink-background-color { |
997 .has-vivid-red-background-color.has-vivid-red-background-color { |
1700 background-color: #f78da7; } |
998 background-color: #cf2e2e; } |
1701 :root .editor-styles-wrapper .has-vivid-red-background-color, |
999 |
1702 :root .has-vivid-red-background-color { |
1000 .has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color { |
1703 background-color: #cf2e2e; } |
1001 background-color: #ff6900; } |
1704 :root .editor-styles-wrapper .has-luminous-vivid-orange-background-color, |
1002 |
1705 :root .has-luminous-vivid-orange-background-color { |
1003 .has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color { |
1706 background-color: #ff6900; } |
1004 background-color: #fcb900; } |
1707 :root .editor-styles-wrapper .has-luminous-vivid-amber-background-color, |
1005 |
1708 :root .has-luminous-vivid-amber-background-color { |
1006 .has-light-green-cyan-background-color.has-light-green-cyan-background-color { |
1709 background-color: #fcb900; } |
1007 background-color: #7bdcb5; } |
1710 :root .editor-styles-wrapper .has-light-green-cyan-background-color, |
1008 |
1711 :root .has-light-green-cyan-background-color { |
1009 .has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color { |
1712 background-color: #7bdcb5; } |
1010 background-color: #00d084; } |
1713 :root .editor-styles-wrapper .has-vivid-green-cyan-background-color, |
1011 |
1714 :root .has-vivid-green-cyan-background-color { |
1012 .has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color { |
1715 background-color: #00d084; } |
1013 background-color: #8ed1fc; } |
1716 :root .editor-styles-wrapper .has-pale-cyan-blue-background-color, |
1014 |
1717 :root .has-pale-cyan-blue-background-color { |
1015 .has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color { |
1718 background-color: #8ed1fc; } |
1016 background-color: #0693e3; } |
1719 :root .editor-styles-wrapper .has-vivid-cyan-blue-background-color, |
1017 |
1720 :root .has-vivid-cyan-blue-background-color { |
1018 .has-very-light-gray-background-color.has-very-light-gray-background-color { |
1721 background-color: #0693e3; } |
1019 background-color: #eee; } |
1722 :root .editor-styles-wrapper .has-vivid-purple-background-color, |
1020 |
1723 :root .has-vivid-purple-background-color { |
1021 .has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color { |
1724 background-color: #9b51e0; } |
1022 background-color: #abb8c3; } |
1725 :root .editor-styles-wrapper .has-white-background-color, |
1023 |
1726 :root .has-white-background-color { |
1024 .has-very-dark-gray-background-color.has-very-dark-gray-background-color { |
1727 background-color: #fff; } |
1025 background-color: #313131; } |
1728 :root .editor-styles-wrapper .has-very-light-gray-background-color, |
1026 |
1729 :root .has-very-light-gray-background-color { |
1027 .has-pale-pink-color.has-pale-pink-color { |
1730 background-color: #eee; } |
1028 color: #f78da7; } |
1731 :root .editor-styles-wrapper .has-cyan-bluish-gray-background-color, |
1029 |
1732 :root .has-cyan-bluish-gray-background-color { |
1030 .has-vivid-red-color.has-vivid-red-color { |
1733 background-color: #abb8c3; } |
1031 color: #cf2e2e; } |
1734 :root .editor-styles-wrapper .has-very-dark-gray-background-color, |
1032 |
1735 :root .has-very-dark-gray-background-color { |
1033 .has-luminous-vivid-orange-color.has-luminous-vivid-orange-color { |
1736 background-color: #313131; } |
1034 color: #ff6900; } |
1737 :root .editor-styles-wrapper .has-black-background-color, |
1035 |
1738 :root .has-black-background-color { |
1036 .has-luminous-vivid-amber-color.has-luminous-vivid-amber-color { |
1739 background-color: #000; } |
1037 color: #fcb900; } |
1740 :root .editor-styles-wrapper .has-pale-pink-color, |
1038 |
1741 :root .has-pale-pink-color { |
1039 .has-light-green-cyan-color.has-light-green-cyan-color { |
1742 color: #f78da7; } |
1040 color: #7bdcb5; } |
1743 :root .editor-styles-wrapper .has-vivid-red-color, |
1041 |
1744 :root .has-vivid-red-color { |
1042 .has-vivid-green-cyan-color.has-vivid-green-cyan-color { |
1745 color: #cf2e2e; } |
1043 color: #00d084; } |
1746 :root .editor-styles-wrapper .has-luminous-vivid-orange-color, |
1044 |
1747 :root .has-luminous-vivid-orange-color { |
1045 .has-pale-cyan-blue-color.has-pale-cyan-blue-color { |
1748 color: #ff6900; } |
1046 color: #8ed1fc; } |
1749 :root .editor-styles-wrapper .has-luminous-vivid-amber-color, |
1047 |
1750 :root .has-luminous-vivid-amber-color { |
1048 .has-vivid-cyan-blue-color.has-vivid-cyan-blue-color { |
1751 color: #fcb900; } |
1049 color: #0693e3; } |
1752 :root .editor-styles-wrapper .has-light-green-cyan-color, |
1050 |
1753 :root .has-light-green-cyan-color { |
1051 .has-very-light-gray-color.has-very-light-gray-color { |
1754 color: #7bdcb5; } |
1052 color: #eee; } |
1755 :root .editor-styles-wrapper .has-vivid-green-cyan-color, |
1053 |
1756 :root .has-vivid-green-cyan-color { |
1054 .has-cyan-bluish-gray-color.has-cyan-bluish-gray-color { |
1757 color: #00d084; } |
1055 color: #abb8c3; } |
1758 :root .editor-styles-wrapper .has-pale-cyan-blue-color, |
1056 |
1759 :root .has-pale-cyan-blue-color { |
1057 .has-very-dark-gray-color.has-very-dark-gray-color { |
1760 color: #8ed1fc; } |
1058 color: #313131; } |
1761 :root .editor-styles-wrapper .has-vivid-cyan-blue-color, |
1059 |
1762 :root .has-vivid-cyan-blue-color { |
|
1763 color: #0693e3; } |
|
1764 :root .editor-styles-wrapper .has-vivid-purple-color, |
|
1765 :root .has-vivid-purple-color { |
|
1766 color: #9b51e0; } |
|
1767 :root .editor-styles-wrapper .has-white-color, |
|
1768 :root .has-white-color { |
|
1769 color: #fff; } |
|
1770 :root .editor-styles-wrapper .has-very-light-gray-color, |
|
1771 :root .has-very-light-gray-color { |
|
1772 color: #eee; } |
|
1773 :root .editor-styles-wrapper .has-cyan-bluish-gray-color, |
|
1774 :root .has-cyan-bluish-gray-color { |
|
1775 color: #abb8c3; } |
|
1776 :root .editor-styles-wrapper .has-very-dark-gray-color, |
|
1777 :root .has-very-dark-gray-color { |
|
1778 color: #313131; } |
|
1779 :root .editor-styles-wrapper .has-black-color, |
|
1780 :root .has-black-color { |
|
1781 color: #000; } |
|
1782 :root .editor-styles-wrapper .has-vivid-cyan-blue-to-vivid-purple-gradient-background, |
|
1783 :root .has-vivid-cyan-blue-to-vivid-purple-gradient-background { |
|
1784 background: linear-gradient(-135deg, #0693e3 0%, #9b51e0 100%); } |
|
1785 :root .editor-styles-wrapper .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background, |
|
1786 :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background { |
|
1787 background: linear-gradient(-135deg, #00d084 0%, #0693e3 100%); } |
|
1788 :root .editor-styles-wrapper .has-light-green-cyan-to-vivid-green-cyan-gradient-background, |
|
1789 :root .has-light-green-cyan-to-vivid-green-cyan-gradient-background { |
|
1790 background: linear-gradient(-135deg, #7adcb4 0%, #00d082 100%); } |
|
1791 :root .editor-styles-wrapper .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background, |
|
1792 :root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background { |
|
1793 background: linear-gradient(-135deg, #fcb900 0%, #ff6900 100%); } |
|
1794 :root .editor-styles-wrapper .has-luminous-vivid-orange-to-vivid-red-gradient-background, |
|
1795 :root .has-luminous-vivid-orange-to-vivid-red-gradient-background { |
|
1796 background: linear-gradient(-135deg, #ff6900 0%, #cf2e2e 100%); } |
|
1797 :root .editor-styles-wrapper .has-very-light-gray-to-cyan-bluish-gray-gradient-background, |
|
1798 :root .has-very-light-gray-to-cyan-bluish-gray-gradient-background { |
|
1799 background: linear-gradient(-135deg, #eeeeee 0%, #a9b8c3 100%); } |
|
1800 :root .editor-styles-wrapper .has-cool-to-warm-spectrum-gradient-background, |
|
1801 :root .has-cool-to-warm-spectrum-gradient-background { |
|
1802 background: linear-gradient(-135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%); } |
|
1803 :root .editor-styles-wrapper .has-blush-light-purple-gradient-background, |
|
1804 :root .has-blush-light-purple-gradient-background { |
|
1805 background: linear-gradient(-135deg, #ffceec 0%, #9896f0 100%); } |
|
1806 :root .editor-styles-wrapper .has-blush-bordeaux-gradient-background, |
|
1807 :root .has-blush-bordeaux-gradient-background { |
|
1808 background: linear-gradient(-135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%); } |
|
1809 :root .editor-styles-wrapper .has-purple-crush-gradient-background, |
|
1810 :root .has-purple-crush-gradient-background { |
|
1811 background: linear-gradient(-135deg, #34e2e4 0%, #4721fb 50%, #ab1dfe 100%); } |
|
1812 :root .editor-styles-wrapper .has-luminous-dusk-gradient-background, |
|
1813 :root .has-luminous-dusk-gradient-background { |
|
1814 background: linear-gradient(-135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%); } |
|
1815 :root .editor-styles-wrapper .has-hazy-dawn-gradient-background, |
|
1816 :root .has-hazy-dawn-gradient-background { |
|
1817 background: linear-gradient(-135deg, #faaca8 0%, #dad0ec 100%); } |
|
1818 :root .editor-styles-wrapper .has-pale-ocean-gradient-background, |
|
1819 :root .has-pale-ocean-gradient-background { |
|
1820 background: linear-gradient(-135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%); } |
|
1821 :root .editor-styles-wrapper .has-electric-grass-gradient-background, |
|
1822 :root .has-electric-grass-gradient-background { |
|
1823 background: linear-gradient(-135deg, #caf880 0%, #71ce7e 100%); } |
|
1824 :root .editor-styles-wrapper .has-subdued-olive-gradient-background, |
|
1825 :root .has-subdued-olive-gradient-background { |
|
1826 background: linear-gradient(-135deg, #fafae1 0%, #67a671 100%); } |
|
1827 :root .editor-styles-wrapper .has-atomic-cream-gradient-background, |
|
1828 :root .has-atomic-cream-gradient-background { |
|
1829 background: linear-gradient(-135deg, #fdd79a 0%, #004a59 100%); } |
|
1830 :root .editor-styles-wrapper .has-nightshade-gradient-background, |
|
1831 :root .has-nightshade-gradient-background { |
|
1832 background: linear-gradient(-135deg, #330968 0%, #31cdcf 100%); } |
|
1833 :root .editor-styles-wrapper .has-midnight-gradient-background, |
|
1834 :root .has-midnight-gradient-background { |
|
1835 background: linear-gradient(-135deg, #020381 0%, #2874fc 100%); } |
|
1836 :root .editor-styles-wrapper .has-link-color a, |
|
1837 :root .has-link-color a { |
|
1838 color: #00e; |
|
1839 color: var(--wp--style--color--link, #00e); } |
|
1840 |
|
1841 .editor-styles-wrapper .has-small-font-size, |
1060 .has-small-font-size { |
1842 .has-small-font-size { |
1061 font-size: 13px; } |
1843 font-size: 13px; } |
1062 |
1844 |
|
1845 .editor-styles-wrapper .has-regular-font-size, |
|
1846 .editor-styles-wrapper .has-normal-font-size, |
1063 .has-regular-font-size, |
1847 .has-regular-font-size, |
1064 .has-normal-font-size { |
1848 .has-normal-font-size { |
1065 font-size: 16px; } |
1849 font-size: 16px; } |
1066 |
1850 |
|
1851 .editor-styles-wrapper .has-medium-font-size, |
1067 .has-medium-font-size { |
1852 .has-medium-font-size { |
1068 font-size: 20px; } |
1853 font-size: 20px; } |
1069 |
1854 |
|
1855 .editor-styles-wrapper .has-large-font-size, |
1070 .has-large-font-size { |
1856 .has-large-font-size { |
1071 font-size: 36px; } |
1857 font-size: 36px; } |
1072 |
1858 |
|
1859 .editor-styles-wrapper .has-larger-font-size, |
|
1860 .editor-styles-wrapper .has-huge-font-size, |
1073 .has-larger-font-size, |
1861 .has-larger-font-size, |
1074 .has-huge-font-size { |
1862 .has-huge-font-size { |
1075 font-size: 42px; } |
1863 font-size: 42px; } |
|
1864 |
|
1865 .has-text-align-center { |
|
1866 text-align: center; } |
|
1867 |
|
1868 .has-text-align-left { |
|
1869 text-align: left; } |
|
1870 |
|
1871 .has-text-align-right { |
|
1872 text-align: right; } |
|
1873 |
|
1874 #end-resizable-editor-section { |
|
1875 display: none; } |
|
1876 |
|
1877 .aligncenter { |
|
1878 clear: both; } |