Selaa lähdekoodia

Varia: Reverting upstream changes.

Allan Cole 5 vuotta sitten
vanhempi
commit
17a570f737

+ 0 - 2
alves/package.json

@@ -36,9 +36,7 @@
     "start": "chokidar \"**/*.scss\" -c \"npm run build\" --initial",
     "start": "chokidar \"**/*.scss\" -c \"npm run build\" --initial",
     "build:style": "node-sass sass/style-child-theme.scss style.css --output-style expanded --indent-type tab --indent-width 1 && postcss -r style.css",
     "build:style": "node-sass sass/style-child-theme.scss style.css --output-style expanded --indent-type tab --indent-width 1 && postcss -r style.css",
     "build:style-editor": "node-sass sass/style-child-theme-editor.scss style-editor.css --output-style expanded --indent-type tab --indent-width 1 && postcss -r style-editor.css",
     "build:style-editor": "node-sass sass/style-child-theme-editor.scss style-editor.css --output-style expanded --indent-type tab --indent-width 1 && postcss -r style-editor.css",
-    "build:style-woocommerce": "node-sass sass/style-child-theme-woocommerce.scss style-woocommerce.css --output-style expanded --indent-type tab --indent-width 1 && postcss -r style-woocommerce.css",
     "build:rtl": "rtlcss style.css style-rtl.css",
     "build:rtl": "rtlcss style.css style-rtl.css",
-    "build:woocommerce-rtl": "rtlcss style-woocommerce.css style-woocommerce-rtl.css",
     "build:print": "node-sass sass/print.scss print.css --output-style expanded --indent-type tab --indent-width 1 && postcss -r print.css",
     "build:print": "node-sass sass/print.scss print.css --output-style expanded --indent-type tab --indent-width 1 && postcss -r print.css",
     "build": "run-p \"build:*\"",
     "build": "run-p \"build:*\"",
     "watch": "chokidar \"**/*.scss\" -c \"npm run build\" --initial"
     "watch": "chokidar \"**/*.scss\" -c \"npm run build\" --initial"

+ 2 - 8
alves/sass/_config-child-theme-deep.scss

@@ -92,12 +92,6 @@ $config-global: (
 			"light": #fcfbf9,
 			"light": #fcfbf9,
 			"dark": #9B6A36,
 			"dark": #9B6A36,
 		),
 		),
-		"alert": (
-			"success": yellowgreen,
-			"info": skyblue,
-			"warning": gold,
-			"error": salmon,
-		),
 		"text-selection": lightblue,
 		"text-selection": lightblue,
 		"black": black,
 		"black": black,
 		"white": white,
 		"white": white,
@@ -200,8 +194,8 @@ $config-button: (
 	"border-width": 2px,
 	"border-width": 2px,
 	// Padding
 	// Padding
 	"padding": (
 	"padding": (
-		"vertical": (2 * $baseline-unit),
-		"horizontal": (6 * $baseline-unit),
+	"vertical": (2 * $baseline-unit),
+	"horizontal": (6 * $baseline-unit),
 	),
 	),
 );
 );
 
 

+ 92 - 135
alves/style-rtl.css

@@ -11,7 +11,7 @@ License: GNU General Public License v2 or later
 License URI: LICENSE
 License URI: LICENSE
 Template: varia
 Template: varia
 Text Domain: alves
 Text Domain: alves
-Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, auto-loading-homepage, jetpack-global-styles
+Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, auto-loading-homepage, a8c-global-styles
 
 
 This theme, like WordPress, is licensed under the GPL.
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 Use it to make something cool, have fun, and share what you've learned with others.
@@ -188,84 +188,6 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Base
  * Base
  * - Reset the browser
  * - Reset the browser
  */
  */
-/**
- * Button Placeholder style
- * - Since buttons appear in various blocks,
- *   let’s use a placeholder to keep them all
- *   in-sync
- */
-button,
-.button,
-input[type="submit"],
-.wp-block-button__link,
-.wp-block-file__button, .a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
-	line-height: 1;
-	color: #ffffff;
-	cursor: pointer;
-	font-weight: bold;
-	font-family: "Karla", Arial, sans-serif;
-	font-family: var(--font-base, "Karla", Arial, sans-serif);
-	font-size: 1.04167rem;
-	background-color: #3E7D98;
-	border-radius: 160px;
-	border-width: 0;
-	padding: 16px 48px;
-}
-
-button:before,
-.button:before,
-input[type="submit"]:before,
-.wp-block-button__link:before,
-.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button:after,
-.button:after,
-input[type="submit"]:after,
-.wp-block-button__link:after,
-.wp-block-file__button:after, .a8c-posts-list__view-all:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
-	content: '';
-	display: block;
-	height: 0;
-	width: 0;
-}
-
-button:before,
-.button:before,
-input[type="submit"]:before,
-.wp-block-button__link:before,
-.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
-	margin-bottom: -0.12em;
-}
-
-button:after,
-.button:after,
-input[type="submit"]:after,
-.wp-block-button__link:after,
-.wp-block-file__button:after, .a8c-posts-list__view-all:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
-	margin-top: -0.11em;
-}
-
-button:hover,
-.button:hover,
-input:hover[type="submit"],
-.wp-block-button__link:hover,
-.wp-block-file__button:hover, .a8c-posts-list__view-all:hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:hover, button:focus,
-.button:focus,
-input:focus[type="submit"],
-.wp-block-button__link:focus,
-.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, button.has-focus,
-.has-focus.button,
-input.has-focus[type="submit"],
-.has-focus.wp-block-button__link,
-.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
-	color: #ffffff;
-	background-color: #2f5f74;
-}
-
-/**
- * Onsale Placeholder style
- * - Since buttons appear in various blocks,
- *   let’s use a placeholder to keep them all
- *   in-sync
- */
 /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
 /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
 /* Document
 /* Document
    ========================================================================== */
    ========================================================================== */
@@ -762,7 +684,9 @@ a {
 .site-header:after,
 .site-header:after,
 .site-content:after,
 .site-content:after,
 .site-footer:after {
 .site-footer:after {
-	clear: both;
+	content: "";
+	display: table;
+	table-layout: fixed;
 }
 }
 
 
 /**
 /**
@@ -937,8 +861,7 @@ footer {
 .post-thumbnail > *,
 .post-thumbnail > *,
 .page-content > *,
 .page-content > *,
 .comment-content > *,
 .comment-content > *,
-.author-bio > *,
-.widget-area > .widget > * {
+.author-bio > * {
 	margin-top: 16px;
 	margin-top: 16px;
 	margin-bottom: 16px;
 	margin-bottom: 16px;
 }
 }
@@ -948,8 +871,7 @@ footer {
 .post-thumbnail > *:first-child,
 .post-thumbnail > *:first-child,
 .page-content > *:first-child,
 .page-content > *:first-child,
 .comment-content > *:first-child,
 .comment-content > *:first-child,
-.author-bio > *:first-child,
-.widget-area > .widget > *:first-child {
+.author-bio > *:first-child {
 	margin-top: 0;
 	margin-top: 0;
 }
 }
 
 
@@ -958,8 +880,7 @@ footer {
 .post-thumbnail > *:last-child,
 .post-thumbnail > *:last-child,
 .page-content > *:last-child,
 .page-content > *:last-child,
 .comment-content > *:last-child,
 .comment-content > *:last-child,
-.author-bio > *:last-child,
-.widget-area > .widget > *:last-child {
+.author-bio > *:last-child {
 	margin-bottom: 0;
 	margin-bottom: 0;
 }
 }
 
 
@@ -1150,8 +1071,77 @@ object {
 }
 }
 
 
 /**
 /**
- * Button
+ * Placeholder button style
+ * - Since buttons appear in various blocks,
+ *   let’s use a placeholder to keep them all
+ *   in-sync
  */
  */
+button,
+.button,
+input[type="submit"],
+.wp-block-button__link,
+.wp-block-file__button, .a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
+	line-height: 1;
+	color: #ffffff;
+	cursor: pointer;
+	font-weight: bold;
+	font-family: "Karla", Arial, sans-serif;
+	font-family: var(--font-base, "Karla", Arial, sans-serif);
+	font-size: 1.04167rem;
+	background-color: #3E7D98;
+	border-radius: 160px;
+	border-width: 0;
+	padding: 16px 48px;
+}
+
+button:before,
+.button:before,
+input[type="submit"]:before,
+.wp-block-button__link:before,
+.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button:after,
+.button:after,
+input[type="submit"]:after,
+.wp-block-button__link:after,
+.wp-block-file__button:after, .a8c-posts-list__view-all:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
+	content: '';
+	display: block;
+	height: 0;
+	width: 0;
+}
+
+button:before,
+.button:before,
+input[type="submit"]:before,
+.wp-block-button__link:before,
+.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
+	margin-bottom: -0.12em;
+}
+
+button:after,
+.button:after,
+input[type="submit"]:after,
+.wp-block-button__link:after,
+.wp-block-file__button:after, .a8c-posts-list__view-all:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
+	margin-top: -0.11em;
+}
+
+button:hover,
+.button:hover,
+input:hover[type="submit"],
+.wp-block-button__link:hover,
+.wp-block-file__button:hover, .a8c-posts-list__view-all:hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:hover, button:focus,
+.button:focus,
+input:focus[type="submit"],
+.wp-block-button__link:focus,
+.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, button.has-focus,
+.has-focus.button,
+input.has-focus[type="submit"],
+.has-focus.wp-block-button__link,
+.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
+	color: #ffffff;
+	background-color: #2f5f74;
+}
+
 /**
 /**
  * Block Options
  * Block Options
  */
  */
@@ -1977,10 +1967,6 @@ hr.wp-block-separator {
 		 */
 		 */
 }
 }
 
 
-hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
-	max-width: 96px;
-}
-
 hr.wp-block-separator.is-style-dots:before {
 hr.wp-block-separator.is-style-dots:before {
 	color: #3E7D98;
 	color: #3E7D98;
 	font-size: 2.16rem;
 	font-size: 2.16rem;
@@ -2070,10 +2056,7 @@ table th,
  */
  */
 .aligncenter {
 .aligncenter {
 	clear: both;
 	clear: both;
-	display: block;
 	float: none;
 	float: none;
-	margin-left: auto;
-	margin-right: auto;
 	text-align: center;
 	text-align: center;
 }
 }
 
 
@@ -2417,7 +2400,7 @@ body:not(.fse-enabled) .site-description {
 	margin: 0;
 	margin: 0;
 }
 }
 
 
-.main-navigation #toggle:checked ~ div:not(.woocommerce-menu-container) {
+.main-navigation #toggle:checked ~ div {
 	display: block;
 	display: block;
 }
 }
 
 
@@ -2441,7 +2424,7 @@ body:not(.fse-enabled) .site-description {
 
 
 @media only screen and (min-width: 560px) {
 @media only screen and (min-width: 560px) {
 	.main-navigation > div {
 	.main-navigation > div {
-		display: inline-block;
+		display: block;
 	}
 	}
 	.main-navigation #toggle-menu {
 	.main-navigation #toggle-menu {
 		display: none;
 		display: none;
@@ -3019,45 +3002,38 @@ body:not(.fse-enabled) .footer-menu a {
 	margin-left: calc( $avatar-size + (0.5 * 16px));
 	margin-left: calc( $avatar-size + (0.5 * 16px));
 }
 }
 
 
-.comment-meta .comment-author {
-	line-height: 1.125;
-	margin-bottom: 4px;
-	padding-left: 40px;
-	max-width: calc(100% - 48px);
+@media only screen and (min-width: 560px) {
+	.comment-meta {
+		margin-left: inherit;
+	}
 }
 }
 
 
 @media only screen and (min-width: 560px) {
 @media only screen and (min-width: 560px) {
 	.comment-meta .comment-author {
 	.comment-meta .comment-author {
 		display: flex;
 		display: flex;
 		align-items: center;
 		align-items: center;
-		margin-bottom: 0;
-		padding-left: 0;
 	}
 	}
 }
 }
 
 
-.comment-meta .comment-author .fn {
-	word-wrap: break-word;
-	word-break: break-word;
-	hyphens: auto;
-}
-
 .comment-meta .comment-author .avatar {
 .comment-meta .comment-author .avatar {
 	display: block;
 	display: block;
 	position: absolute;
 	position: absolute;
 	left: 0;
 	left: 0;
 }
 }
 
 
-.comment-meta .comment-metadata {
-	color: #394d55;
-	padding-left: 40px;
-}
-
 @media only screen and (min-width: 560px) {
 @media only screen and (min-width: 560px) {
-	.comment-meta .comment-metadata {
-		padding-left: 0;
+	.comment-meta .comment-author .avatar {
+		margin-left: 16px;
+		display: inherit;
+		position: inherit;
+		left: inherit;
 	}
 	}
 }
 }
 
 
+.comment-meta .comment-metadata {
+	color: #394d55;
+}
+
 .comment-meta .comment-metadata a {
 .comment-meta .comment-metadata a {
 	color: currentColor;
 	color: currentColor;
 }
 }
@@ -3068,29 +3044,10 @@ body:not(.fse-enabled) .footer-menu a {
 
 
 @media only screen and (min-width: 560px) {
 @media only screen and (min-width: 560px) {
 	.comment-meta {
 	.comment-meta {
-		margin-left: inherit;
 		align-items: center;
 		align-items: center;
 		display: flex;
 		display: flex;
 		justify-content: space-between;
 		justify-content: space-between;
 	}
 	}
-	.comment-meta .comment-author {
-		display: flex;
-		align-items: center;
-		max-width: inherit;
-		flex: 0 1 auto;
-	}
-	.comment-meta .comment-author .fn {
-		padding-left: 16px;
-	}
-	.comment-meta .comment-author .avatar {
-		margin-left: 16px;
-		display: inherit;
-		position: inherit;
-		left: inherit;
-	}
-	.comment-meta .comment-metadata {
-		flex: 0 1 auto;
-	}
 }
 }
 
 
 .comment-metadata,
 .comment-metadata,

+ 92 - 135
alves/style.css

@@ -11,7 +11,7 @@ License: GNU General Public License v2 or later
 License URI: LICENSE
 License URI: LICENSE
 Template: varia
 Template: varia
 Text Domain: alves
 Text Domain: alves
-Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, auto-loading-homepage, jetpack-global-styles
+Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, auto-loading-homepage, a8c-global-styles
 
 
 This theme, like WordPress, is licensed under the GPL.
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 Use it to make something cool, have fun, and share what you've learned with others.
@@ -188,84 +188,6 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Base
  * Base
  * - Reset the browser
  * - Reset the browser
  */
  */
-/**
- * Button Placeholder style
- * - Since buttons appear in various blocks,
- *   let’s use a placeholder to keep them all
- *   in-sync
- */
-button,
-.button,
-input[type="submit"],
-.wp-block-button__link,
-.wp-block-file__button, .a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
-	line-height: 1;
-	color: #ffffff;
-	cursor: pointer;
-	font-weight: bold;
-	font-family: "Karla", Arial, sans-serif;
-	font-family: var(--font-base, "Karla", Arial, sans-serif);
-	font-size: 1.04167rem;
-	background-color: #3E7D98;
-	border-radius: 160px;
-	border-width: 0;
-	padding: 16px 48px;
-}
-
-button:before,
-.button:before,
-input[type="submit"]:before,
-.wp-block-button__link:before,
-.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button:after,
-.button:after,
-input[type="submit"]:after,
-.wp-block-button__link:after,
-.wp-block-file__button:after, .a8c-posts-list__view-all:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
-	content: '';
-	display: block;
-	height: 0;
-	width: 0;
-}
-
-button:before,
-.button:before,
-input[type="submit"]:before,
-.wp-block-button__link:before,
-.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
-	margin-bottom: -0.12em;
-}
-
-button:after,
-.button:after,
-input[type="submit"]:after,
-.wp-block-button__link:after,
-.wp-block-file__button:after, .a8c-posts-list__view-all:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
-	margin-top: -0.11em;
-}
-
-button:hover,
-.button:hover,
-input:hover[type="submit"],
-.wp-block-button__link:hover,
-.wp-block-file__button:hover, .a8c-posts-list__view-all:hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:hover, button:focus,
-.button:focus,
-input:focus[type="submit"],
-.wp-block-button__link:focus,
-.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, button.has-focus,
-.has-focus.button,
-input.has-focus[type="submit"],
-.has-focus.wp-block-button__link,
-.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
-	color: #ffffff;
-	background-color: #2f5f74;
-}
-
-/**
- * Onsale Placeholder style
- * - Since buttons appear in various blocks,
- *   let’s use a placeholder to keep them all
- *   in-sync
- */
 /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
 /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
 /* Document
 /* Document
    ========================================================================== */
    ========================================================================== */
@@ -762,7 +684,9 @@ a {
 .site-header:after,
 .site-header:after,
 .site-content:after,
 .site-content:after,
 .site-footer:after {
 .site-footer:after {
-	clear: both;
+	content: "";
+	display: table;
+	table-layout: fixed;
 }
 }
 
 
 /**
 /**
@@ -937,8 +861,7 @@ footer {
 .post-thumbnail > *,
 .post-thumbnail > *,
 .page-content > *,
 .page-content > *,
 .comment-content > *,
 .comment-content > *,
-.author-bio > *,
-.widget-area > .widget > * {
+.author-bio > * {
 	margin-top: 16px;
 	margin-top: 16px;
 	margin-bottom: 16px;
 	margin-bottom: 16px;
 }
 }
@@ -948,8 +871,7 @@ footer {
 .post-thumbnail > *:first-child,
 .post-thumbnail > *:first-child,
 .page-content > *:first-child,
 .page-content > *:first-child,
 .comment-content > *:first-child,
 .comment-content > *:first-child,
-.author-bio > *:first-child,
-.widget-area > .widget > *:first-child {
+.author-bio > *:first-child {
 	margin-top: 0;
 	margin-top: 0;
 }
 }
 
 
@@ -958,8 +880,7 @@ footer {
 .post-thumbnail > *:last-child,
 .post-thumbnail > *:last-child,
 .page-content > *:last-child,
 .page-content > *:last-child,
 .comment-content > *:last-child,
 .comment-content > *:last-child,
-.author-bio > *:last-child,
-.widget-area > .widget > *:last-child {
+.author-bio > *:last-child {
 	margin-bottom: 0;
 	margin-bottom: 0;
 }
 }
 
 
@@ -1150,8 +1071,77 @@ object {
 }
 }
 
 
 /**
 /**
- * Button
+ * Placeholder button style
+ * - Since buttons appear in various blocks,
+ *   let’s use a placeholder to keep them all
+ *   in-sync
  */
  */
+button,
+.button,
+input[type="submit"],
+.wp-block-button__link,
+.wp-block-file__button, .a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
+	line-height: 1;
+	color: #ffffff;
+	cursor: pointer;
+	font-weight: bold;
+	font-family: "Karla", Arial, sans-serif;
+	font-family: var(--font-base, "Karla", Arial, sans-serif);
+	font-size: 1.04167rem;
+	background-color: #3E7D98;
+	border-radius: 160px;
+	border-width: 0;
+	padding: 16px 48px;
+}
+
+button:before,
+.button:before,
+input[type="submit"]:before,
+.wp-block-button__link:before,
+.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button:after,
+.button:after,
+input[type="submit"]:after,
+.wp-block-button__link:after,
+.wp-block-file__button:after, .a8c-posts-list__view-all:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
+	content: '';
+	display: block;
+	height: 0;
+	width: 0;
+}
+
+button:before,
+.button:before,
+input[type="submit"]:before,
+.wp-block-button__link:before,
+.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
+	margin-bottom: -0.12em;
+}
+
+button:after,
+.button:after,
+input[type="submit"]:after,
+.wp-block-button__link:after,
+.wp-block-file__button:after, .a8c-posts-list__view-all:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
+	margin-top: -0.11em;
+}
+
+button:hover,
+.button:hover,
+input:hover[type="submit"],
+.wp-block-button__link:hover,
+.wp-block-file__button:hover, .a8c-posts-list__view-all:hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:hover, button:focus,
+.button:focus,
+input:focus[type="submit"],
+.wp-block-button__link:focus,
+.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, button.has-focus,
+.has-focus.button,
+input.has-focus[type="submit"],
+.has-focus.wp-block-button__link,
+.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
+	color: #ffffff;
+	background-color: #2f5f74;
+}
+
 /**
 /**
  * Block Options
  * Block Options
  */
  */
@@ -1977,10 +1967,6 @@ hr.wp-block-separator {
 		 */
 		 */
 }
 }
 
 
-hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
-	max-width: 96px;
-}
-
 hr.wp-block-separator.is-style-dots:before {
 hr.wp-block-separator.is-style-dots:before {
 	color: #3E7D98;
 	color: #3E7D98;
 	font-size: 2.16rem;
 	font-size: 2.16rem;
@@ -2073,10 +2059,7 @@ table th,
  */
  */
 .aligncenter {
 .aligncenter {
 	clear: both;
 	clear: both;
-	display: block;
 	float: none;
 	float: none;
-	margin-right: auto;
-	margin-left: auto;
 	text-align: center;
 	text-align: center;
 }
 }
 
 
@@ -2434,7 +2417,7 @@ body:not(.fse-enabled) .site-description {
 	margin: 0;
 	margin: 0;
 }
 }
 
 
-.main-navigation #toggle:checked ~ div:not(.woocommerce-menu-container) {
+.main-navigation #toggle:checked ~ div {
 	display: block;
 	display: block;
 }
 }
 
 
@@ -2458,7 +2441,7 @@ body:not(.fse-enabled) .site-description {
 
 
 @media only screen and (min-width: 560px) {
 @media only screen and (min-width: 560px) {
 	.main-navigation > div {
 	.main-navigation > div {
-		display: inline-block;
+		display: block;
 	}
 	}
 	.main-navigation #toggle-menu {
 	.main-navigation #toggle-menu {
 		display: none;
 		display: none;
@@ -3036,45 +3019,38 @@ body:not(.fse-enabled) .footer-menu a {
 	margin-right: calc( $avatar-size + (0.5 * 16px));
 	margin-right: calc( $avatar-size + (0.5 * 16px));
 }
 }
 
 
-.comment-meta .comment-author {
-	line-height: 1.125;
-	margin-bottom: 4px;
-	padding-right: 40px;
-	max-width: calc(100% - 48px);
+@media only screen and (min-width: 560px) {
+	.comment-meta {
+		margin-right: inherit;
+	}
 }
 }
 
 
 @media only screen and (min-width: 560px) {
 @media only screen and (min-width: 560px) {
 	.comment-meta .comment-author {
 	.comment-meta .comment-author {
 		display: flex;
 		display: flex;
 		align-items: center;
 		align-items: center;
-		margin-bottom: 0;
-		padding-right: 0;
 	}
 	}
 }
 }
 
 
-.comment-meta .comment-author .fn {
-	word-wrap: break-word;
-	word-break: break-word;
-	hyphens: auto;
-}
-
 .comment-meta .comment-author .avatar {
 .comment-meta .comment-author .avatar {
 	display: block;
 	display: block;
 	position: absolute;
 	position: absolute;
 	right: 0;
 	right: 0;
 }
 }
 
 
-.comment-meta .comment-metadata {
-	color: #394d55;
-	padding-right: 40px;
-}
-
 @media only screen and (min-width: 560px) {
 @media only screen and (min-width: 560px) {
-	.comment-meta .comment-metadata {
-		padding-right: 0;
+	.comment-meta .comment-author .avatar {
+		margin-right: 16px;
+		display: inherit;
+		position: inherit;
+		right: inherit;
 	}
 	}
 }
 }
 
 
+.comment-meta .comment-metadata {
+	color: #394d55;
+}
+
 .comment-meta .comment-metadata a {
 .comment-meta .comment-metadata a {
 	color: currentColor;
 	color: currentColor;
 }
 }
@@ -3085,29 +3061,10 @@ body:not(.fse-enabled) .footer-menu a {
 
 
 @media only screen and (min-width: 560px) {
 @media only screen and (min-width: 560px) {
 	.comment-meta {
 	.comment-meta {
-		margin-right: inherit;
 		align-items: center;
 		align-items: center;
 		display: flex;
 		display: flex;
 		justify-content: space-between;
 		justify-content: space-between;
 	}
 	}
-	.comment-meta .comment-author {
-		display: flex;
-		align-items: center;
-		max-width: inherit;
-		flex: 0 1 auto;
-	}
-	.comment-meta .comment-author .fn {
-		padding-right: 16px;
-	}
-	.comment-meta .comment-author .avatar {
-		margin-right: 16px;
-		display: inherit;
-		position: inherit;
-		right: inherit;
-	}
-	.comment-meta .comment-metadata {
-		flex: 0 1 auto;
-	}
 }
 }
 
 
 .comment-metadata,
 .comment-metadata,

+ 0 - 2
balasana/package.json

@@ -37,8 +37,6 @@
     "build:style": "node-sass sass/style-child-theme.scss style.css --output-style expanded --indent-type tab --indent-width 1 && postcss -r style.css",
     "build:style": "node-sass sass/style-child-theme.scss style.css --output-style expanded --indent-type tab --indent-width 1 && postcss -r style.css",
     "build:style-editor": "node-sass sass/style-child-theme-editor.scss style-editor.css --output-style expanded --indent-type tab --indent-width 1 && postcss -r style-editor.css",
     "build:style-editor": "node-sass sass/style-child-theme-editor.scss style-editor.css --output-style expanded --indent-type tab --indent-width 1 && postcss -r style-editor.css",
     "build:rtl": "rtlcss style.css style-rtl.css",
     "build:rtl": "rtlcss style.css style-rtl.css",
-    "build:woocommerce": "node-sass sass/style-child-theme-woocommerce.scss style-woocommerce.css --output-style expanded --indent-type tab --indent-width 1 && postcss -r style-woocommerce.css",
-    "build:woocommerce-rtl": "rtlcss style-woocommerce.css style-woocommerce-rtl.css",
     "build:print": "node-sass sass/print.scss print.css --output-style expanded --indent-type tab --indent-width 1 && postcss -r print.css",
     "build:print": "node-sass sass/print.scss print.css --output-style expanded --indent-type tab --indent-width 1 && postcss -r print.css",
     "build": "run-p \"build:*\"",
     "build": "run-p \"build:*\"",
     "watch": "chokidar \"**/*.scss\" -c \"npm run build\" --initial"
     "watch": "chokidar \"**/*.scss\" -c \"npm run build\" --initial"

+ 0 - 6
balasana/sass/_config-child-theme-deep.scss

@@ -92,12 +92,6 @@ $config-global: (
 			"light": #F0F0F0,
 			"light": #F0F0F0,
 			"dark": #B0B0B0,
 			"dark": #B0B0B0,
 		),
 		),
-		"alert": (
-			"success": #19744C,
-			"info": #3e8bff,
-			"warning": #e8a600,
-			"error": #d20000,
-		),
 		"text-selection": lighten(#19744C, 60%),
 		"text-selection": lighten(#19744C, 60%),
 		"black": black,
 		"black": black,
 		"white": white,
 		"white": white,

+ 76 - 108
balasana/style-rtl.css

@@ -188,84 +188,6 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Base
  * Base
  * - Reset the browser
  * - Reset the browser
  */
  */
-/**
- * Button Placeholder style
- * - Since buttons appear in various blocks,
- *   let’s use a placeholder to keep them all
- *   in-sync
- */
-button,
-.button,
-input[type="submit"],
-.wp-block-button__link,
-.wp-block-file__button, .a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
-	line-height: 1;
-	color: white;
-	cursor: pointer;
-	font-weight: 700;
-	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
-	font-family: var(--font-base, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
-	font-size: 0.83333rem;
-	background-color: #19744C;
-	border-radius: 4px;
-	border-width: 0;
-	padding: 16px 16px;
-}
-
-button:before,
-.button:before,
-input[type="submit"]:before,
-.wp-block-button__link:before,
-.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button:after,
-.button:after,
-input[type="submit"]:after,
-.wp-block-button__link:after,
-.wp-block-file__button:after, .a8c-posts-list__view-all:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
-	content: '';
-	display: block;
-	height: 0;
-	width: 0;
-}
-
-button:before,
-.button:before,
-input[type="submit"]:before,
-.wp-block-button__link:before,
-.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
-	margin-bottom: -0.12em;
-}
-
-button:after,
-.button:after,
-input[type="submit"]:after,
-.wp-block-button__link:after,
-.wp-block-file__button:after, .a8c-posts-list__view-all:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
-	margin-top: -0.11em;
-}
-
-button:hover,
-.button:hover,
-input:hover[type="submit"],
-.wp-block-button__link:hover,
-.wp-block-file__button:hover, .a8c-posts-list__view-all:hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:hover, button:focus,
-.button:focus,
-input:focus[type="submit"],
-.wp-block-button__link:focus,
-.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, button.has-focus,
-.has-focus.button,
-input.has-focus[type="submit"],
-.has-focus.wp-block-button__link,
-.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
-	color: white;
-	background-color: #145f3e;
-}
-
-/**
- * Onsale Placeholder style
- * - Since buttons appear in various blocks,
- *   let’s use a placeholder to keep them all
- *   in-sync
- */
 /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
 /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
 /* Document
 /* Document
    ========================================================================== */
    ========================================================================== */
@@ -762,7 +684,9 @@ a {
 .site-header:after,
 .site-header:after,
 .site-content:after,
 .site-content:after,
 .site-footer:after {
 .site-footer:after {
-	clear: both;
+	content: "";
+	display: table;
+	table-layout: fixed;
 }
 }
 
 
 /**
 /**
@@ -937,8 +861,7 @@ footer {
 .post-thumbnail > *,
 .post-thumbnail > *,
 .page-content > *,
 .page-content > *,
 .comment-content > *,
 .comment-content > *,
-.author-bio > *,
-.widget-area > .widget > * {
+.author-bio > * {
 	margin-top: 16px;
 	margin-top: 16px;
 	margin-bottom: 16px;
 	margin-bottom: 16px;
 }
 }
@@ -948,8 +871,7 @@ footer {
 .post-thumbnail > *:first-child,
 .post-thumbnail > *:first-child,
 .page-content > *:first-child,
 .page-content > *:first-child,
 .comment-content > *:first-child,
 .comment-content > *:first-child,
-.author-bio > *:first-child,
-.widget-area > .widget > *:first-child {
+.author-bio > *:first-child {
 	margin-top: 0;
 	margin-top: 0;
 }
 }
 
 
@@ -958,8 +880,7 @@ footer {
 .post-thumbnail > *:last-child,
 .post-thumbnail > *:last-child,
 .page-content > *:last-child,
 .page-content > *:last-child,
 .comment-content > *:last-child,
 .comment-content > *:last-child,
-.author-bio > *:last-child,
-.widget-area > .widget > *:last-child {
+.author-bio > *:last-child {
 	margin-bottom: 0;
 	margin-bottom: 0;
 }
 }
 
 
@@ -1150,8 +1071,77 @@ object {
 }
 }
 
 
 /**
 /**
- * Button
+ * Placeholder button style
+ * - Since buttons appear in various blocks,
+ *   let’s use a placeholder to keep them all
+ *   in-sync
  */
  */
+button,
+.button,
+input[type="submit"],
+.wp-block-button__link,
+.wp-block-file__button, .a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
+	line-height: 1;
+	color: white;
+	cursor: pointer;
+	font-weight: 700;
+	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
+	font-family: var(--font-base, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
+	font-size: 0.83333rem;
+	background-color: #19744C;
+	border-radius: 4px;
+	border-width: 0;
+	padding: 16px 16px;
+}
+
+button:before,
+.button:before,
+input[type="submit"]:before,
+.wp-block-button__link:before,
+.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button:after,
+.button:after,
+input[type="submit"]:after,
+.wp-block-button__link:after,
+.wp-block-file__button:after, .a8c-posts-list__view-all:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
+	content: '';
+	display: block;
+	height: 0;
+	width: 0;
+}
+
+button:before,
+.button:before,
+input[type="submit"]:before,
+.wp-block-button__link:before,
+.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
+	margin-bottom: -0.12em;
+}
+
+button:after,
+.button:after,
+input[type="submit"]:after,
+.wp-block-button__link:after,
+.wp-block-file__button:after, .a8c-posts-list__view-all:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
+	margin-top: -0.11em;
+}
+
+button:hover,
+.button:hover,
+input:hover[type="submit"],
+.wp-block-button__link:hover,
+.wp-block-file__button:hover, .a8c-posts-list__view-all:hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:hover, button:focus,
+.button:focus,
+input:focus[type="submit"],
+.wp-block-button__link:focus,
+.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, button.has-focus,
+.has-focus.button,
+input.has-focus[type="submit"],
+.has-focus.wp-block-button__link,
+.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
+	color: white;
+	background-color: #145f3e;
+}
+
 /**
 /**
  * Block Options
  * Block Options
  */
  */
@@ -1977,10 +1967,6 @@ hr.wp-block-separator {
 		 */
 		 */
 }
 }
 
 
-hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
-	max-width: 96px;
-}
-
 hr.wp-block-separator.is-style-dots:before {
 hr.wp-block-separator.is-style-dots:before {
 	color: #D0D0D0;
 	color: #D0D0D0;
 	font-size: 1.728rem;
 	font-size: 1.728rem;
@@ -2070,10 +2056,7 @@ table th,
  */
  */
 .aligncenter {
 .aligncenter {
 	clear: both;
 	clear: both;
-	display: block;
 	float: none;
 	float: none;
-	margin-left: auto;
-	margin-right: auto;
 	text-align: center;
 	text-align: center;
 }
 }
 
 
@@ -3025,18 +3008,10 @@ body:not(.fse-enabled) .footer-menu a {
 	}
 	}
 }
 }
 
 
-.comment-meta .comment-author {
-	line-height: 1.125;
-	margin-bottom: 4px;
-	padding-left: 40px;
-}
-
 @media only screen and (min-width: 560px) {
 @media only screen and (min-width: 560px) {
 	.comment-meta .comment-author {
 	.comment-meta .comment-author {
 		display: flex;
 		display: flex;
 		align-items: center;
 		align-items: center;
-		margin-bottom: 0;
-		padding-left: 0;
 	}
 	}
 }
 }
 
 
@@ -3057,13 +3032,6 @@ body:not(.fse-enabled) .footer-menu a {
 
 
 .comment-meta .comment-metadata {
 .comment-meta .comment-metadata {
 	color: #303030;
 	color: #303030;
-	padding-left: 40px;
-}
-
-@media only screen and (min-width: 560px) {
-	.comment-meta .comment-metadata {
-		padding-left: 0;
-	}
 }
 }
 
 
 .comment-meta .comment-metadata a {
 .comment-meta .comment-metadata a {

+ 76 - 108
balasana/style.css

@@ -188,84 +188,6 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Base
  * Base
  * - Reset the browser
  * - Reset the browser
  */
  */
-/**
- * Button Placeholder style
- * - Since buttons appear in various blocks,
- *   let’s use a placeholder to keep them all
- *   in-sync
- */
-button,
-.button,
-input[type="submit"],
-.wp-block-button__link,
-.wp-block-file__button, .a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
-	line-height: 1;
-	color: white;
-	cursor: pointer;
-	font-weight: 700;
-	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
-	font-family: var(--font-base, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
-	font-size: 0.83333rem;
-	background-color: #19744C;
-	border-radius: 4px;
-	border-width: 0;
-	padding: 16px 16px;
-}
-
-button:before,
-.button:before,
-input[type="submit"]:before,
-.wp-block-button__link:before,
-.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button:after,
-.button:after,
-input[type="submit"]:after,
-.wp-block-button__link:after,
-.wp-block-file__button:after, .a8c-posts-list__view-all:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
-	content: '';
-	display: block;
-	height: 0;
-	width: 0;
-}
-
-button:before,
-.button:before,
-input[type="submit"]:before,
-.wp-block-button__link:before,
-.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
-	margin-bottom: -0.12em;
-}
-
-button:after,
-.button:after,
-input[type="submit"]:after,
-.wp-block-button__link:after,
-.wp-block-file__button:after, .a8c-posts-list__view-all:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
-	margin-top: -0.11em;
-}
-
-button:hover,
-.button:hover,
-input:hover[type="submit"],
-.wp-block-button__link:hover,
-.wp-block-file__button:hover, .a8c-posts-list__view-all:hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:hover, button:focus,
-.button:focus,
-input:focus[type="submit"],
-.wp-block-button__link:focus,
-.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, button.has-focus,
-.has-focus.button,
-input.has-focus[type="submit"],
-.has-focus.wp-block-button__link,
-.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
-	color: white;
-	background-color: #145f3e;
-}
-
-/**
- * Onsale Placeholder style
- * - Since buttons appear in various blocks,
- *   let’s use a placeholder to keep them all
- *   in-sync
- */
 /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
 /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
 /* Document
 /* Document
    ========================================================================== */
    ========================================================================== */
@@ -762,7 +684,9 @@ a {
 .site-header:after,
 .site-header:after,
 .site-content:after,
 .site-content:after,
 .site-footer:after {
 .site-footer:after {
-	clear: both;
+	content: "";
+	display: table;
+	table-layout: fixed;
 }
 }
 
 
 /**
 /**
@@ -937,8 +861,7 @@ footer {
 .post-thumbnail > *,
 .post-thumbnail > *,
 .page-content > *,
 .page-content > *,
 .comment-content > *,
 .comment-content > *,
-.author-bio > *,
-.widget-area > .widget > * {
+.author-bio > * {
 	margin-top: 16px;
 	margin-top: 16px;
 	margin-bottom: 16px;
 	margin-bottom: 16px;
 }
 }
@@ -948,8 +871,7 @@ footer {
 .post-thumbnail > *:first-child,
 .post-thumbnail > *:first-child,
 .page-content > *:first-child,
 .page-content > *:first-child,
 .comment-content > *:first-child,
 .comment-content > *:first-child,
-.author-bio > *:first-child,
-.widget-area > .widget > *:first-child {
+.author-bio > *:first-child {
 	margin-top: 0;
 	margin-top: 0;
 }
 }
 
 
@@ -958,8 +880,7 @@ footer {
 .post-thumbnail > *:last-child,
 .post-thumbnail > *:last-child,
 .page-content > *:last-child,
 .page-content > *:last-child,
 .comment-content > *:last-child,
 .comment-content > *:last-child,
-.author-bio > *:last-child,
-.widget-area > .widget > *:last-child {
+.author-bio > *:last-child {
 	margin-bottom: 0;
 	margin-bottom: 0;
 }
 }
 
 
@@ -1150,8 +1071,77 @@ object {
 }
 }
 
 
 /**
 /**
- * Button
+ * Placeholder button style
+ * - Since buttons appear in various blocks,
+ *   let’s use a placeholder to keep them all
+ *   in-sync
  */
  */
+button,
+.button,
+input[type="submit"],
+.wp-block-button__link,
+.wp-block-file__button, .a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
+	line-height: 1;
+	color: white;
+	cursor: pointer;
+	font-weight: 700;
+	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
+	font-family: var(--font-base, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
+	font-size: 0.83333rem;
+	background-color: #19744C;
+	border-radius: 4px;
+	border-width: 0;
+	padding: 16px 16px;
+}
+
+button:before,
+.button:before,
+input[type="submit"]:before,
+.wp-block-button__link:before,
+.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button:after,
+.button:after,
+input[type="submit"]:after,
+.wp-block-button__link:after,
+.wp-block-file__button:after, .a8c-posts-list__view-all:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
+	content: '';
+	display: block;
+	height: 0;
+	width: 0;
+}
+
+button:before,
+.button:before,
+input[type="submit"]:before,
+.wp-block-button__link:before,
+.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before {
+	margin-bottom: -0.12em;
+}
+
+button:after,
+.button:after,
+input[type="submit"]:after,
+.wp-block-button__link:after,
+.wp-block-file__button:after, .a8c-posts-list__view-all:after, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after {
+	margin-top: -0.11em;
+}
+
+button:hover,
+.button:hover,
+input:hover[type="submit"],
+.wp-block-button__link:hover,
+.wp-block-file__button:hover, .a8c-posts-list__view-all:hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:hover, button:focus,
+.button:focus,
+input:focus[type="submit"],
+.wp-block-button__link:focus,
+.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, button.has-focus,
+.has-focus.button,
+input.has-focus[type="submit"],
+.has-focus.wp-block-button__link,
+.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
+	color: white;
+	background-color: #145f3e;
+}
+
 /**
 /**
  * Block Options
  * Block Options
  */
  */
@@ -1977,10 +1967,6 @@ hr.wp-block-separator {
 		 */
 		 */
 }
 }
 
 
-hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
-	max-width: 96px;
-}
-
 hr.wp-block-separator.is-style-dots:before {
 hr.wp-block-separator.is-style-dots:before {
 	color: #D0D0D0;
 	color: #D0D0D0;
 	font-size: 1.728rem;
 	font-size: 1.728rem;
@@ -2073,10 +2059,7 @@ table th,
  */
  */
 .aligncenter {
 .aligncenter {
 	clear: both;
 	clear: both;
-	display: block;
 	float: none;
 	float: none;
-	margin-right: auto;
-	margin-left: auto;
 	text-align: center;
 	text-align: center;
 }
 }
 
 
@@ -3042,18 +3025,10 @@ body:not(.fse-enabled) .footer-menu a {
 	}
 	}
 }
 }
 
 
-.comment-meta .comment-author {
-	line-height: 1.125;
-	margin-bottom: 4px;
-	padding-right: 40px;
-}
-
 @media only screen and (min-width: 560px) {
 @media only screen and (min-width: 560px) {
 	.comment-meta .comment-author {
 	.comment-meta .comment-author {
 		display: flex;
 		display: flex;
 		align-items: center;
 		align-items: center;
-		margin-bottom: 0;
-		padding-right: 0;
 	}
 	}
 }
 }
 
 
@@ -3074,13 +3049,6 @@ body:not(.fse-enabled) .footer-menu a {
 
 
 .comment-meta .comment-metadata {
 .comment-meta .comment-metadata {
 	color: #303030;
 	color: #303030;
-	padding-right: 40px;
-}
-
-@media only screen and (min-width: 560px) {
-	.comment-meta .comment-metadata {
-		padding-right: 0;
-	}
 }
 }
 
 
 .comment-meta .comment-metadata a {
 .comment-meta .comment-metadata a {