diff --git a/assets/css/blocks/defaults/core/audio.css b/assets/css/blocks/defaults/core/audio.css
index 9019fe30..c55afcdc 100644
--- a/assets/css/blocks/defaults/core/audio.css
+++ b/assets/css/blocks/defaults/core/audio.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
@@ -77,6 +69,6 @@
min-width: 300px; }
.wp-block-audio figcaption {
- color: #555d66;
+ color: #555;
font-size: 13px;
text-align: center; }
diff --git a/assets/css/blocks/defaults/core/audio.min.css b/assets/css/blocks/defaults/core/audio.min.css
index 00c55f46..a2c7ebe6 100644
--- a/assets/css/blocks/defaults/core/audio.min.css
+++ b/assets/css/blocks/defaults/core/audio.min.css
@@ -1 +1 @@
-.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-audio figcaption{color:#555d66;font-size:13px;text-align:center}
\ No newline at end of file
+.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}
\ No newline at end of file
diff --git a/assets/css/blocks/defaults/core/button.css b/assets/css/blocks/defaults/core/button.css
index bcda3308..10d7ce01 100644
--- a/assets/css/blocks/defaults/core/button.css
+++ b/assets/css/blocks/defaults/core/button.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
diff --git a/assets/css/blocks/defaults/core/buttons.css b/assets/css/blocks/defaults/core/buttons.css
index 1c6e4fb4..cbf8ec5e 100644
--- a/assets/css/blocks/defaults/core/buttons.css
+++ b/assets/css/blocks/defaults/core/buttons.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
diff --git a/assets/css/blocks/defaults/core/calendar.css b/assets/css/blocks/defaults/core/calendar.css
index e3cd70f9..c08221db 100644
--- a/assets/css/blocks/defaults/core/calendar.css
+++ b/assets/css/blocks/defaults/core/calendar.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
diff --git a/assets/css/blocks/defaults/core/categories.css b/assets/css/blocks/defaults/core/categories.css
index 80af7818..46619896 100644
--- a/assets/css/blocks/defaults/core/categories.css
+++ b/assets/css/blocks/defaults/core/categories.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
diff --git a/assets/css/blocks/defaults/core/code.css b/assets/css/blocks/defaults/core/code.css
index 6c649a0d..5dc2dbf3 100644
--- a/assets/css/blocks/defaults/core/code.css
+++ b/assets/css/blocks/defaults/core/code.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
diff --git a/assets/css/blocks/defaults/core/columns.css b/assets/css/blocks/defaults/core/columns.css
index a72a6834..21bc88c3 100644
--- a/assets/css/blocks/defaults/core/columns.css
+++ b/assets/css/blocks/defaults/core/columns.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
diff --git a/assets/css/blocks/defaults/core/cover.css b/assets/css/blocks/defaults/core/cover.css
index bc3dab9e..8f5e0ea0 100644
--- a/assets/css/blocks/defaults/core/cover.css
+++ b/assets/css/blocks/defaults/core/cover.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
@@ -79,7 +71,8 @@
display: flex;
justify-content: center;
align-items: center;
- padding: 1em; }
+ padding: 1em;
+ box-sizing: border-box; }
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
background-attachment: fixed; }
@@ -195,7 +188,6 @@
display: flex; }
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
- width: calc(100% - 4.375em);
z-index: 1;
color: #fff; }
.wp-block-cover-image p:not(.has-text-color),
diff --git a/assets/css/blocks/defaults/core/cover.min.css b/assets/css/blocks/defaults/core/cover.min.css
index 9e7c41dc..6c9bdec4 100644
--- a/assets/css/blocks/defaults/core/cover.min.css
+++ b/assets/css/blocks/defaults/core/cover.min.css
@@ -1 +1 @@
-.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:center center;min-height:430px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;padding:1em}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim,.wp-block-cover.has-background-dim{background-color:#000}.wp-block-cover-image.has-background-dim::before,.wp-block-cover.has-background-dim::before{content:"";background-color:inherit}.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim:not(.has-background-gradient)::before{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1}.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim:not(.has-background-gradient)::before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before{opacity:1}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:290px;width:100%}.wp-block-cover-image::after,.wp-block-cover::after{display:block;content:"";font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image::after,.wp-block-cover::after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{width:calc(100% - 4.375em);z-index:1;color:#fff}.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color),.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;object-fit:cover}.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2{color:#fff}.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:580px;padding:.44em;text-align:center}
\ No newline at end of file
+.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:center center;min-height:430px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;padding:1em;box-sizing:border-box}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim,.wp-block-cover.has-background-dim{background-color:#000}.wp-block-cover-image.has-background-dim::before,.wp-block-cover.has-background-dim::before{content:"";background-color:inherit}.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim:not(.has-background-gradient)::before{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1}.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim:not(.has-background-gradient)::before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before{opacity:1}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:290px;width:100%}.wp-block-cover-image::after,.wp-block-cover::after{display:block;content:"";font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image::after,.wp-block-cover::after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{z-index:1;color:#fff}.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color),.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;object-fit:cover}.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2{color:#fff}.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:580px;padding:.44em;text-align:center}
\ No newline at end of file
diff --git a/assets/css/blocks/defaults/core/embed.css b/assets/css/blocks/defaults/core/embed.css
index 21a0372b..2aa078b7 100644
--- a/assets/css/blocks/defaults/core/embed.css
+++ b/assets/css/blocks/defaults/core/embed.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
@@ -127,6 +119,6 @@
padding-top: 200%; }
.wp-block-embed figcaption {
- color: #555d66;
+ color: #555;
font-size: 13px;
text-align: center; }
diff --git a/assets/css/blocks/defaults/core/embed.min.css b/assets/css/blocks/defaults/core/embed.min.css
index 94b2872b..47142315 100644
--- a/assets/css/blocks/defaults/core/embed.min.css
+++ b/assets/css/blocks/defaults/core/embed.min.css
@@ -1 +1 @@
-.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper::before{padding-top:66.66%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before{padding-top:200%}.wp-block-embed figcaption{color:#555d66;font-size:13px;text-align:center}
\ No newline at end of file
+.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper::before{padding-top:66.66%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before{padding-top:200%}.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}
\ No newline at end of file
diff --git a/assets/css/blocks/defaults/core/file.css b/assets/css/blocks/defaults/core/file.css
index 9ae803e4..6e0d39b1 100644
--- a/assets/css/blocks/defaults/core/file.css
+++ b/assets/css/blocks/defaults/core/file.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
diff --git a/assets/css/blocks/defaults/core/gallery.css b/assets/css/blocks/defaults/core/gallery.css
index 09405bb8..95da1550 100644
--- a/assets/css/blocks/defaults/core/gallery.css
+++ b/assets/css/blocks/defaults/core/gallery.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
@@ -131,7 +123,8 @@
text-align: center;
font-size: 0.8em;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
- box-sizing: border-box; }
+ box-sizing: border-box;
+ margin: 0; }
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img,
.blocks-gallery-grid .blocks-gallery-image figcaption img,
@@ -266,6 +259,6 @@
justify-content: center; }
.blocks-gallery-caption {
- color: #555d66;
+ color: #555;
font-size: 13px;
text-align: center; }
diff --git a/assets/css/blocks/defaults/core/gallery.min.css b/assets/css/blocks/defaults/core/gallery.min.css
index 78904f73..7abb5e71 100644
--- a/assets/css/blocks/defaults/core/gallery.min.css
+++ b/assets/css/blocks/defaults/core/gallery.min.css
@@ -1 +1 @@
-.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports (position:sticky){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:100%}@supports (position:sticky){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.3) 70%,transparent);box-sizing:border-box}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports (position:sticky){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;object-fit:cover}}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc(50% - 1em)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(even),.wp-block-gallery .blocks-gallery-image:nth-of-type(even),.wp-block-gallery .blocks-gallery-item:nth-of-type(even){margin-right:0}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - .66667em);margin-right:1em}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - .75em);margin-right:1em}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - .8em);margin-right:1em}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - .83333em);margin-right:1em}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - .85714em);margin-right:1em}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - .875em);margin-right:1em}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:290px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.blocks-gallery-caption{color:#555d66;font-size:13px;text-align:center}
\ No newline at end of file
+.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports (position:sticky){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:100%}@supports (position:sticky){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.3) 70%,transparent);box-sizing:border-box;margin:0}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports (position:sticky){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;object-fit:cover}}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc(50% - 1em)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(even),.wp-block-gallery .blocks-gallery-image:nth-of-type(even),.wp-block-gallery .blocks-gallery-item:nth-of-type(even){margin-right:0}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - .66667em);margin-right:1em}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - .75em);margin-right:1em}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - .8em);margin-right:1em}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - .83333em);margin-right:1em}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - .85714em);margin-right:1em}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - .875em);margin-right:1em}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:290px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}
\ No newline at end of file
diff --git a/assets/css/blocks/defaults/core/group.css b/assets/css/blocks/defaults/core/group.css
index 31cbe95a..89b93f93 100644
--- a/assets/css/blocks/defaults/core/group.css
+++ b/assets/css/blocks/defaults/core/group.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
@@ -68,6 +60,9 @@
/**
* Block paddings.
*/
+.wp-block-group {
+ box-sizing: border-box; }
+
.wp-block-group.has-background {
padding: 20px 30px;
margin-top: 0;
diff --git a/assets/css/blocks/defaults/core/group.min.css b/assets/css/blocks/defaults/core/group.min.css
index 869d90f8..85bc5799 100644
--- a/assets/css/blocks/defaults/core/group.min.css
+++ b/assets/css/blocks/defaults/core/group.min.css
@@ -1 +1 @@
-.wp-block-group.has-background{padding:20px 30px;margin-top:0;margin-bottom:0}
\ No newline at end of file
+.wp-block-group{box-sizing:border-box}.wp-block-group.has-background{padding:20px 30px;margin-top:0;margin-bottom:0}
\ No newline at end of file
diff --git a/assets/css/blocks/defaults/core/heading.css b/assets/css/blocks/defaults/core/heading.css
index d7d96ed1..683317e4 100644
--- a/assets/css/blocks/defaults/core/heading.css
+++ b/assets/css/blocks/defaults/core/heading.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
diff --git a/assets/css/blocks/defaults/core/image.css b/assets/css/blocks/defaults/core/image.css
index 622b3717..d574807f 100644
--- a/assets/css/blocks/defaults/core/image.css
+++ b/assets/css/blocks/defaults/core/image.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
@@ -126,6 +118,6 @@
border-radius: 0; } }
.wp-block-image figcaption {
- color: #555d66;
+ color: #555;
font-size: 13px;
text-align: center; }
diff --git a/assets/css/blocks/defaults/core/image.min.css b/assets/css/blocks/defaults/core/image.min.css
index 7b38076f..b3f24701 100644
--- a/assets/css/blocks/defaults/core/image.min.css
+++ b/assets/css/blocks/defaults/core/image.min.css
@@ -1 +1 @@
-.wp-block-image{margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin-left:0;margin-right:1em;margin-top:.5em;margin-bottom:.5em}.wp-block-image .alignright{float:right;margin-right:0;margin-left:1em;margin-top:.5em;margin-bottom:.5em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.is-style-rounded img{border-radius:9999px}.is-style-circle-mask img{border-radius:9999px}@supports (mask-image:none) or (-webkit-mask-image:none){.is-style-circle-mask img{mask-image:url('data:image/svg+xml;utf8,');mask-mode:alpha;mask-repeat:no-repeat;mask-size:contain;mask-position:center;border-radius:0}}.wp-block-image figcaption{color:#555d66;font-size:13px;text-align:center}
\ No newline at end of file
+.wp-block-image{margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin-left:0;margin-right:1em;margin-top:.5em;margin-bottom:.5em}.wp-block-image .alignright{float:right;margin-right:0;margin-left:1em;margin-top:.5em;margin-bottom:.5em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.is-style-rounded img{border-radius:9999px}.is-style-circle-mask img{border-radius:9999px}@supports (mask-image:none) or (-webkit-mask-image:none){.is-style-circle-mask img{mask-image:url('data:image/svg+xml;utf8,');mask-mode:alpha;mask-repeat:no-repeat;mask-size:contain;mask-position:center;border-radius:0}}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}
\ No newline at end of file
diff --git a/assets/css/blocks/defaults/core/latest-comments.css b/assets/css/blocks/defaults/core/latest-comments.css
index 6cfdcdaa..29c5dbe3 100644
--- a/assets/css/blocks/defaults/core/latest-comments.css
+++ b/assets/css/blocks/defaults/core/latest-comments.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
diff --git a/assets/css/blocks/defaults/core/latest-posts.css b/assets/css/blocks/defaults/core/latest-posts.css
index 9945f54b..68c3f373 100644
--- a/assets/css/blocks/defaults/core/latest-posts.css
+++ b/assets/css/blocks/defaults/core/latest-posts.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
@@ -91,20 +83,30 @@
@media (min-width: 600px) {
.wp-block-latest-posts.columns-2 li {
- width: calc((100% / 2) - 1.25em); }
+ width: calc((100% / 2) - 1.25em + (1.25em / 2)); }
+ .wp-block-latest-posts.columns-2 li:nth-child(2n) {
+ margin-right: 0; }
.wp-block-latest-posts.columns-3 li {
- width: calc((100% / 3) - 1.25em); }
+ width: calc((100% / 3) - 1.25em + (1.25em / 3)); }
+ .wp-block-latest-posts.columns-3 li:nth-child(3n) {
+ margin-right: 0; }
.wp-block-latest-posts.columns-4 li {
- width: calc((100% / 4) - 1.25em); }
+ width: calc((100% / 4) - 1.25em + (1.25em / 4)); }
+ .wp-block-latest-posts.columns-4 li:nth-child(4n) {
+ margin-right: 0; }
.wp-block-latest-posts.columns-5 li {
- width: calc((100% / 5) - 1.25em); }
+ width: calc((100% / 5) - 1.25em + (1.25em / 5)); }
+ .wp-block-latest-posts.columns-5 li:nth-child(5n) {
+ margin-right: 0; }
.wp-block-latest-posts.columns-6 li {
- width: calc((100% / 6) - 1.25em); } }
+ width: calc((100% / 6) - 1.25em + (1.25em / 6)); }
+ .wp-block-latest-posts.columns-6 li:nth-child(6n) {
+ margin-right: 0; } }
.wp-block-latest-posts__post-date,
.wp-block-latest-posts__post-author {
display: block;
- color: #6c7781;
+ color: #555;
font-size: 0.8125em; }
.wp-block-latest-posts__post-excerpt {
diff --git a/assets/css/blocks/defaults/core/latest-posts.min.css b/assets/css/blocks/defaults/core/latest-posts.min.css
index 52d03b64..6d38a32e 100644
--- a/assets/css/blocks/defaults/core/latest-posts.min.css
+++ b/assets/css/blocks/defaults/core/latest-posts.min.css
@@ -1 +1 @@
-.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc((100% / 2) - 1.25em)}.wp-block-latest-posts.columns-3 li{width:calc((100% / 3) - 1.25em)}.wp-block-latest-posts.columns-4 li{width:calc((100% / 4) - 1.25em)}.wp-block-latest-posts.columns-5 li{width:calc((100% / 5) - 1.25em)}.wp-block-latest-posts.columns-6 li{width:calc((100% / 6) - 1.25em)}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-top:.5em;margin-bottom:1em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;width:auto}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.block-editor-image-alignment-control__row .components-base-control__field{display:flex;justify-content:space-between;align-items:center}.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label{margin-bottom:0}
\ No newline at end of file
+.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc((100% / 2) - 1.25em + (1.25em / 2))}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc((100% / 3) - 1.25em + (1.25em / 3))}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc((100% / 4) - 1.25em + (1.25em / 4))}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc((100% / 5) - 1.25em + (1.25em / 5))}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc((100% / 6) - 1.25em + (1.25em / 6))}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;color:#555;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-top:.5em;margin-bottom:1em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;width:auto}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.block-editor-image-alignment-control__row .components-base-control__field{display:flex;justify-content:space-between;align-items:center}.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label{margin-bottom:0}
\ No newline at end of file
diff --git a/assets/css/blocks/defaults/core/list.css b/assets/css/blocks/defaults/core/list.css
index d238720c..b6a8b50e 100644
--- a/assets/css/blocks/defaults/core/list.css
+++ b/assets/css/blocks/defaults/core/list.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
diff --git a/assets/css/blocks/defaults/core/media-text.css b/assets/css/blocks/defaults/core/media-text.css
index f95c14b5..0fdb5ca3 100644
--- a/assets/css/blocks/defaults/core/media-text.css
+++ b/assets/css/blocks/defaults/core/media-text.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
diff --git a/assets/css/blocks/defaults/core/navigation-link.css b/assets/css/blocks/defaults/core/navigation-link.css
index 1417a720..51e1fbc5 100644
--- a/assets/css/blocks/defaults/core/navigation-link.css
+++ b/assets/css/blocks/defaults/core/navigation-link.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
@@ -85,6 +77,9 @@
.is-vertical .wp-block-navigation__container {
display: block; }
+.has-child > .wp-block-navigation-link__content {
+ padding-right: 0.5em; }
+
.has-child .wp-block-navigation__container {
border: 1px solid rgba(0, 0, 0, 0.15);
background-color: inherit;
@@ -149,7 +144,7 @@
.wp-block-navigation-link__submenu-icon {
height: inherit;
- padding: 0.375em 1em; }
+ padding: 0.375em 1em 0.375em 0; }
.wp-block-navigation-link__submenu-icon svg {
fill: currentColor; }
@media (min-width: 782px) {
diff --git a/assets/css/blocks/defaults/core/navigation-link.min.css b/assets/css/blocks/defaults/core/navigation-link.min.css
index 19b292b9..8b33e964 100644
--- a/assets/css/blocks/defaults/core/navigation-link.min.css
+++ b/assets/css/blocks/defaults/core/navigation-link.min.css
@@ -1 +1 @@
-.wp-block-navigation-link{display:flex;align-items:center;position:relative;margin:0}.wp-block-navigation-link .wp-block-navigation__container:empty{display:none}.wp-block-navigation__container{list-style:none;margin:0;padding-left:0;display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block}.has-child .wp-block-navigation__container{border:1px solid rgba(0,0,0,.15);background-color:inherit;color:inherit;position:absolute;left:0;top:100%;width:fit-content;z-index:2;opacity:0;transition:opacity .1s linear;visibility:hidden}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content{flex-grow:1}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon{padding-right:.5em}@media (min-width:782px){.has-child .wp-block-navigation__container{left:1.5em}.has-child .wp-block-navigation__container .wp-block-navigation__container{left:100%;top:-1px}.has-child .wp-block-navigation__container .wp-block-navigation__container::before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:0 0}.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg{transform:rotate(0)}}.has-child:hover{cursor:pointer}.has-child:hover>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.has-child:focus-within{cursor:pointer}.has-child:focus-within>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation-link__content{color:inherit;text-decoration:none;padding:.5em 1em}.wp-block-navigation-link__content+.wp-block-navigation-link__content{padding-top:0}.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation-link__label{word-break:normal;overflow-wrap:break-word}.wp-block-navigation-link__submenu-icon{height:inherit;padding:.375em 1em}.wp-block-navigation-link__submenu-icon svg{fill:currentColor}@media (min-width:782px){.wp-block-navigation-link__submenu-icon svg{transform:rotate(90deg)}}
\ No newline at end of file
+.wp-block-navigation-link{display:flex;align-items:center;position:relative;margin:0}.wp-block-navigation-link .wp-block-navigation__container:empty{display:none}.wp-block-navigation__container{list-style:none;margin:0;padding-left:0;display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block}.has-child>.wp-block-navigation-link__content{padding-right:.5em}.has-child .wp-block-navigation__container{border:1px solid rgba(0,0,0,.15);background-color:inherit;color:inherit;position:absolute;left:0;top:100%;width:fit-content;z-index:2;opacity:0;transition:opacity .1s linear;visibility:hidden}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content{flex-grow:1}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon{padding-right:.5em}@media (min-width:782px){.has-child .wp-block-navigation__container{left:1.5em}.has-child .wp-block-navigation__container .wp-block-navigation__container{left:100%;top:-1px}.has-child .wp-block-navigation__container .wp-block-navigation__container::before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:0 0}.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg{transform:rotate(0)}}.has-child:hover{cursor:pointer}.has-child:hover>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.has-child:focus-within{cursor:pointer}.has-child:focus-within>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation-link__content{color:inherit;text-decoration:none;padding:.5em 1em}.wp-block-navigation-link__content+.wp-block-navigation-link__content{padding-top:0}.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation-link__label{word-break:normal;overflow-wrap:break-word}.wp-block-navigation-link__submenu-icon{height:inherit;padding:.375em 1em .375em 0}.wp-block-navigation-link__submenu-icon svg{fill:currentColor}@media (min-width:782px){.wp-block-navigation-link__submenu-icon svg{transform:rotate(90deg)}}
\ No newline at end of file
diff --git a/assets/css/blocks/defaults/core/navigation.css b/assets/css/blocks/defaults/core/navigation.css
index 419c0133..96fb4e6c 100644
--- a/assets/css/blocks/defaults/core/navigation.css
+++ b/assets/css/blocks/defaults/core/navigation.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
diff --git a/assets/css/blocks/defaults/core/paragraph.css b/assets/css/blocks/defaults/core/paragraph.css
index e72cae6a..a151fa64 100644
--- a/assets/css/blocks/defaults/core/paragraph.css
+++ b/assets/css/blocks/defaults/core/paragraph.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
diff --git a/assets/css/blocks/defaults/core/post-author.css b/assets/css/blocks/defaults/core/post-author.css
index 3e4dbbc5..22f5d2ba 100644
--- a/assets/css/blocks/defaults/core/post-author.css
+++ b/assets/css/blocks/defaults/core/post-author.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
diff --git a/assets/css/blocks/defaults/core/post-featured-image.css b/assets/css/blocks/defaults/core/post-featured-image.css
index 0ce18546..47bddc47 100644
--- a/assets/css/blocks/defaults/core/post-featured-image.css
+++ b/assets/css/blocks/defaults/core/post-featured-image.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
@@ -68,3 +60,5 @@
/**
* Block paddings.
*/
+.wp-block-post-featured-image a {
+ display: inline-block; }
diff --git a/assets/css/blocks/defaults/core/post-featured-image.min.css b/assets/css/blocks/defaults/core/post-featured-image.min.css
index e69de29b..ace0df4a 100644
--- a/assets/css/blocks/defaults/core/post-featured-image.min.css
+++ b/assets/css/blocks/defaults/core/post-featured-image.min.css
@@ -0,0 +1 @@
+.wp-block-post-featured-image a{display:inline-block}
\ No newline at end of file
diff --git a/assets/css/blocks/defaults/core/pullquote.css b/assets/css/blocks/defaults/core/pullquote.css
index 4a8b3197..79017e2f 100644
--- a/assets/css/blocks/defaults/core/pullquote.css
+++ b/assets/css/blocks/defaults/core/pullquote.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
@@ -108,13 +100,13 @@
color: inherit; }
.wp-block-pullquote {
- border-top: 4px solid #555d66;
- border-bottom: 4px solid #555d66;
+ border-top: 4px solid #555;
+ border-bottom: 4px solid #555;
margin-bottom: 1.75em;
- color: #40464d; }
+ color: #555; }
.wp-block-pullquote cite,
.wp-block-pullquote footer, .wp-block-pullquote__citation {
- color: #40464d;
+ color: #555;
text-transform: uppercase;
font-size: 0.8125em;
font-style: normal; }
diff --git a/assets/css/blocks/defaults/core/pullquote.min.css b/assets/css/blocks/defaults/core/pullquote.min.css
index fa19a6a2..934514fe 100644
--- a/assets/css/blocks/defaults/core/pullquote.min.css
+++ b/assets/css/blocks/defaults/core/pullquote.min.css
@@ -1 +1 @@
-.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:290px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:1.25em}.wp-block-pullquote p{font-size:1.75em;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:0 0}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:2em}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-pullquote{border-top:4px solid #555d66;border-bottom:4px solid #555d66;margin-bottom:1.75em;color:#40464d}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:#40464d;text-transform:uppercase;font-size:.8125em;font-style:normal}
\ No newline at end of file
+.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:290px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:1.25em}.wp-block-pullquote p{font-size:1.75em;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:0 0}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:2em}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-pullquote{border-top:4px solid #555;border-bottom:4px solid #555;margin-bottom:1.75em;color:#555}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:#555;text-transform:uppercase;font-size:.8125em;font-style:normal}
\ No newline at end of file
diff --git a/assets/css/blocks/defaults/core/quote.css b/assets/css/blocks/defaults/core/quote.css
index 34044eca..ea4a5dc7 100644
--- a/assets/css/blocks/defaults/core/quote.css
+++ b/assets/css/blocks/defaults/core/quote.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
@@ -87,7 +79,7 @@
padding-left: 1em; }
.wp-block-quote cite,
.wp-block-quote footer, .wp-block-quote__citation {
- color: #6c7781;
+ color: #555;
font-size: 0.8125em;
margin-top: 1em;
position: relative;
diff --git a/assets/css/blocks/defaults/core/quote.min.css b/assets/css/blocks/defaults/core/quote.min.css
index 51004931..99a235f2 100644
--- a/assets/css/blocks/defaults/core/quote.min.css
+++ b/assets/css/blocks/defaults/core/quote.min.css
@@ -1 +1 @@
-.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 1em;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:1.125em;text-align:right}.wp-block-quote{border-left:.25em solid #000;margin:0 0 1.75em 0;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer,.wp-block-quote__citation{color:#6c7781;font-size:.8125em;margin-top:1em;position:relative;font-style:normal}.wp-block-quote.has-text-align-right{border-left:none;border-right:.25em solid #000;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{border:none}
\ No newline at end of file
+.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 1em;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:1.125em;text-align:right}.wp-block-quote{border-left:.25em solid #000;margin:0 0 1.75em 0;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer,.wp-block-quote__citation{color:#555;font-size:.8125em;margin-top:1em;position:relative;font-style:normal}.wp-block-quote.has-text-align-right{border-left:none;border-right:.25em solid #000;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{border:none}
\ No newline at end of file
diff --git a/assets/css/blocks/defaults/core/rss.css b/assets/css/blocks/defaults/core/rss.css
index 943bd6dd..7bee6cd7 100644
--- a/assets/css/blocks/defaults/core/rss.css
+++ b/assets/css/blocks/defaults/core/rss.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
@@ -100,5 +92,5 @@
.wp-block-rss__item-publish-date,
.wp-block-rss__item-author {
display: block;
- color: #6c7781;
+ color: #555;
font-size: 0.8125em; }
diff --git a/assets/css/blocks/defaults/core/rss.min.css b/assets/css/blocks/defaults/core/rss.min.css
index c08e2f13..a7e10ec5 100644
--- a/assets/css/blocks/defaults/core/rss.min.css
+++ b/assets/css/blocks/defaults/core/rss.min.css
@@ -1 +1 @@
-.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc((100% / 2) - 1em)}.wp-block-rss.columns-3 li{width:calc((100% / 3) - 1em)}.wp-block-rss.columns-4 li{width:calc((100% / 4) - 1em)}.wp-block-rss.columns-5 li{width:calc((100% / 5) - 1em)}.wp-block-rss.columns-6 li{width:calc((100% / 6) - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#6c7781;font-size:.8125em}
\ No newline at end of file
+.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc((100% / 2) - 1em)}.wp-block-rss.columns-3 li{width:calc((100% / 3) - 1em)}.wp-block-rss.columns-4 li{width:calc((100% / 4) - 1em)}.wp-block-rss.columns-5 li{width:calc((100% / 5) - 1em)}.wp-block-rss.columns-6 li{width:calc((100% / 6) - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#555;font-size:.8125em}
\ No newline at end of file
diff --git a/assets/css/blocks/defaults/core/search.css b/assets/css/blocks/defaults/core/search.css
index d7dadc15..1d7d757a 100644
--- a/assets/css/blocks/defaults/core/search.css
+++ b/assets/css/blocks/defaults/core/search.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
@@ -80,7 +72,7 @@
.wp-block-search .wp-block-search__input {
flex-grow: 1;
min-width: 3em;
- border: 1px solid #7e8993; }
+ border: 1px solid #949494; }
.wp-block-search .wp-block-search__button {
margin-left: 0.625em;
@@ -94,7 +86,7 @@
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
padding: 4px;
- border: 1px solid #7e8993; }
+ border: 1px solid #949494; }
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
border-radius: 0;
border: none;
diff --git a/assets/css/blocks/defaults/core/search.min.css b/assets/css/blocks/defaults/core/search.min.css
index 3bbeb26a..1367a635 100644
--- a/assets/css/blocks/defaults/core/search.min.css
+++ b/assets/css/blocks/defaults/core/search.min.css
@@ -1 +1 @@
-.wp-block-search .wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;min-width:3em;border:1px solid #7e8993}.wp-block-search .wp-block-search__button{margin-left:.625em;word-break:normal}.wp-block-search .wp-block-search__button svg{min-width:1.5em;min-height:1.5em}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{padding:4px;border:1px solid #7e8993}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus{outline:0}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{padding:.125em .5em}.wp-block-search .wp-block-search__label{font-weight:700}
\ No newline at end of file
+.wp-block-search .wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;min-width:3em;border:1px solid #949494}.wp-block-search .wp-block-search__button{margin-left:.625em;word-break:normal}.wp-block-search .wp-block-search__button svg{min-width:1.5em;min-height:1.5em}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{padding:4px;border:1px solid #949494}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus{outline:0}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{padding:.125em .5em}.wp-block-search .wp-block-search__label{font-weight:700}
\ No newline at end of file
diff --git a/assets/css/blocks/defaults/core/separator.css b/assets/css/blocks/defaults/core/separator.css
index 4e8a9bdb..e739e0c8 100644
--- a/assets/css/blocks/defaults/core/separator.css
+++ b/assets/css/blocks/defaults/core/separator.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
diff --git a/assets/css/blocks/defaults/core/site-logo.css b/assets/css/blocks/defaults/core/site-logo.css
index 9359d944..5f8bc8be 100644
--- a/assets/css/blocks/defaults/core/site-logo.css
+++ b/assets/css/blocks/defaults/core/site-logo.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
diff --git a/assets/css/blocks/defaults/core/spacer.css b/assets/css/blocks/defaults/core/spacer.css
index c4a73333..f9c84d49 100644
--- a/assets/css/blocks/defaults/core/spacer.css
+++ b/assets/css/blocks/defaults/core/spacer.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
diff --git a/assets/css/blocks/defaults/core/subhead.css b/assets/css/blocks/defaults/core/subhead.css
index bddba430..6f67a58a 100644
--- a/assets/css/blocks/defaults/core/subhead.css
+++ b/assets/css/blocks/defaults/core/subhead.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
diff --git a/assets/css/blocks/defaults/core/table.css b/assets/css/blocks/defaults/core/table.css
index 062002a1..094b4399 100644
--- a/assets/css/blocks/defaults/core/table.css
+++ b/assets/css/blocks/defaults/core/table.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
@@ -125,6 +117,6 @@
border: 1px solid;
word-break: normal; }
.wp-block-table figcaption {
- color: #555d66;
+ color: #555;
font-size: 13px;
text-align: center; }
diff --git a/assets/css/blocks/defaults/core/table.min.css b/assets/css/blocks/defaults/core/table.min.css
index f648c70e..6bb1fba5 100644
--- a/assets/css/blocks/defaults/core/table.min.css
+++ b/assets/css/blocks/defaults/core/table.min.css
@@ -1 +1 @@
-.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-table{border-collapse:collapse}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{padding:.5em;border:1px solid;word-break:normal}.wp-block-table figcaption{color:#555d66;font-size:13px;text-align:center}
\ No newline at end of file
+.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-table{border-collapse:collapse}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{padding:.5em;border:1px solid;word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}
\ No newline at end of file
diff --git a/assets/css/blocks/defaults/core/template-part.css b/assets/css/blocks/defaults/core/template-part.css
index 84960b7d..1703b53a 100644
--- a/assets/css/blocks/defaults/core/template-part.css
+++ b/assets/css/blocks/defaults/core/template-part.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
diff --git a/assets/css/blocks/defaults/core/text-columns.css b/assets/css/blocks/defaults/core/text-columns.css
index c10e147a..22aa47d7 100644
--- a/assets/css/blocks/defaults/core/text-columns.css
+++ b/assets/css/blocks/defaults/core/text-columns.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
diff --git a/assets/css/blocks/defaults/core/video.css b/assets/css/blocks/defaults/core/video.css
index 95d7bffd..e5e14b21 100644
--- a/assets/css/blocks/defaults/core/video.css
+++ b/assets/css/blocks/defaults/core/video.css
@@ -4,10 +4,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Breakpoint mixins
*/
@@ -39,10 +35,6 @@
/**
* Colors
*/
-/**
- * Deprecated colors.
- * Please avoid using these.
- */
/**
* Fonts & basic variables.
*/
@@ -83,6 +75,6 @@
margin-bottom: 1em; }
.wp-block-video figcaption {
- color: #555d66;
+ color: #555;
font-size: 13px;
text-align: center; }
diff --git a/assets/css/blocks/defaults/core/video.min.css b/assets/css/blocks/defaults/core/video.min.css
index 42b0d3c9..2d60ca29 100644
--- a/assets/css/blocks/defaults/core/video.min.css
+++ b/assets/css/blocks/defaults/core/video.min.css
@@ -1 +1 @@
-.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-video figcaption{color:#555d66;font-size:13px;text-align:center}
\ No newline at end of file
+.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}
\ No newline at end of file