|
@@ -1401,12 +1401,21 @@ button[data-load-more-btn], .button {
|
|
|
*/
|
|
|
.wp-block-button.is-style-outline.wp-block-button__link,
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link {
|
|
|
- color: #0C80A1;
|
|
|
- background: transparent;
|
|
|
+ color: inherit;
|
|
|
border: 2px solid currentcolor;
|
|
|
padding: 16px-2px 24px;
|
|
|
}
|
|
|
|
|
|
+.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background-color),
|
|
|
+.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background-color) {
|
|
|
+ background: transparent;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-button.is-style-outline.wp-block-button__link:not(.has-text-color),
|
|
|
+.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
|
|
|
+ color: #0C80A1;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-button.is-style-outline.wp-block-button__link:active,
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:active {
|
|
|
color: #0C80A1;
|
|
@@ -1501,13 +1510,18 @@ button[data-load-more-btn], .button {
|
|
|
min-height: 576px;
|
|
|
margin-top: inherit;
|
|
|
margin-bottom: inherit;
|
|
|
- /* default & custom background-color */
|
|
|
/* Treating H2 separately to account for legacy /core styles */
|
|
|
/**
|
|
|
* Block Options
|
|
|
*/
|
|
|
}
|
|
|
|
|
|
+.wp-block-cover.has-background-dim,
|
|
|
+.wp-block-cover-image.has-background-dim {
|
|
|
+ background-color: black;
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-cover .wp-block-cover__inner-container,
|
|
|
.wp-block-cover .wp-block-cover-image-text,
|
|
|
.wp-block-cover .wp-block-cover-text,
|
|
@@ -1519,24 +1533,21 @@ button[data-load-more-btn], .button {
|
|
|
margin-bottom: 32px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover .wp-block-cover__inner-container a,
|
|
|
-.wp-block-cover .wp-block-cover-image-text a,
|
|
|
-.wp-block-cover .wp-block-cover-text a,
|
|
|
-.wp-block-cover-image .wp-block-cover__inner-container a,
|
|
|
-.wp-block-cover-image .wp-block-cover-image-text a,
|
|
|
-.wp-block-cover-image .wp-block-cover-text a {
|
|
|
+.wp-block-cover .wp-block-cover__inner-container a:not(.wp-block-button__link),
|
|
|
+.wp-block-cover .wp-block-cover__inner-container a.wp-block-button__link:hover,
|
|
|
+.wp-block-cover .wp-block-cover-image-text a:not(.wp-block-button__link),
|
|
|
+.wp-block-cover .wp-block-cover-image-text a.wp-block-button__link:hover,
|
|
|
+.wp-block-cover .wp-block-cover-text a:not(.wp-block-button__link),
|
|
|
+.wp-block-cover .wp-block-cover-text a.wp-block-button__link:hover,
|
|
|
+.wp-block-cover-image .wp-block-cover__inner-container a:not(.wp-block-button__link),
|
|
|
+.wp-block-cover-image .wp-block-cover__inner-container a.wp-block-button__link:hover,
|
|
|
+.wp-block-cover-image .wp-block-cover-image-text a:not(.wp-block-button__link),
|
|
|
+.wp-block-cover-image .wp-block-cover-image-text a.wp-block-button__link:hover,
|
|
|
+.wp-block-cover-image .wp-block-cover-text a:not(.wp-block-button__link),
|
|
|
+.wp-block-cover-image .wp-block-cover-text a.wp-block-button__link:hover {
|
|
|
color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover:not([class*='background-color']) .wp-block-cover__inner-container,
|
|
|
-.wp-block-cover:not([class*='background-color']) .wp-block-cover-image-text,
|
|
|
-.wp-block-cover:not([class*='background-color']) .wp-block-cover-text,
|
|
|
-.wp-block-cover-image:not([class*='background-color']) .wp-block-cover__inner-container,
|
|
|
-.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-image-text,
|
|
|
-.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-text {
|
|
|
- color: white;
|
|
|
-}
|
|
|
-
|
|
|
.wp-block-cover h2,
|
|
|
.wp-block-cover-image h2 {
|
|
|
font-size: 1.728rem;
|
|
@@ -1806,6 +1817,7 @@ img {
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-posts > li {
|
|
|
+ word-wrap: break-word;
|
|
|
/* Vertical margins logic */
|
|
|
margin-top: 32px;
|
|
|
margin-bottom: 32px;
|
|
@@ -2249,6 +2261,10 @@ hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
|
|
|
max-width: 96px;
|
|
|
}
|
|
|
|
|
|
+hr.wp-block-separator.is-style-wide {
|
|
|
+ border-bottom-width: 1px;
|
|
|
+}
|
|
|
+
|
|
|
hr.wp-block-separator.is-style-dots.has-background, hr.wp-block-separator.is-style-dots.has-text-color {
|
|
|
background-color: transparent !important;
|
|
|
}
|
|
@@ -2315,6 +2331,12 @@ table th,
|
|
|
word-break: break-all;
|
|
|
}
|
|
|
|
|
|
+table.is-style-stripes tbody tr:nth-child(odd),
|
|
|
+.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
|
|
|
+ background-color: #FAFAFA;
|
|
|
+ color: #444444;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-video figcaption {
|
|
|
color: #767676;
|
|
|
font-size: 0.69444rem;
|
|
@@ -2397,80 +2419,96 @@ table th,
|
|
|
background-attachment: fixed;
|
|
|
}
|
|
|
|
|
|
-.has-primary-color[class] {
|
|
|
- color: #0C80A1 !important;
|
|
|
+.has-primary-color {
|
|
|
+ color: #0C80A1;
|
|
|
}
|
|
|
|
|
|
-.has-secondary-color[class] {
|
|
|
- color: #D4401C !important;
|
|
|
+.has-secondary-color {
|
|
|
+ color: #D4401C;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-color[class] {
|
|
|
- color: #444444 !important;
|
|
|
+.has-foreground-color {
|
|
|
+ color: #444444;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-light-color[class] {
|
|
|
- color: #767676 !important;
|
|
|
+.has-foreground-light-color {
|
|
|
+ color: #767676;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-dark-color[class] {
|
|
|
- color: #222222 !important;
|
|
|
+.has-foreground-dark-color {
|
|
|
+ color: #222222;
|
|
|
}
|
|
|
|
|
|
-.has-background-light-color[class] {
|
|
|
- color: #FAFAFA !important;
|
|
|
+.has-background-light-color {
|
|
|
+ color: #FAFAFA;
|
|
|
}
|
|
|
|
|
|
-.has-background-dark-color[class] {
|
|
|
- color: #EAEAEA !important;
|
|
|
+.has-background-dark-color {
|
|
|
+ color: #EAEAEA;
|
|
|
}
|
|
|
|
|
|
-.has-background-color[class] {
|
|
|
- color: white !important;
|
|
|
+.has-background-dim,
|
|
|
+.has-background-color {
|
|
|
+ color: white;
|
|
|
}
|
|
|
|
|
|
-.has-background:not(.has-background-background-color) a,
|
|
|
-.has-background p, .has-background h1, .has-background h2, .has-background h3, .has-background h4, .has-background h5, .has-background h6 {
|
|
|
+.has-background:not(.has-background-background-color) a:not(.wp-block-button__link),
|
|
|
+.has-background p:not(.has-text-color),
|
|
|
+.has-background h1:not(.has-text-color),
|
|
|
+.has-background h2:not(.has-text-color),
|
|
|
+.has-background h3:not(.has-text-color),
|
|
|
+.has-background h4:not(.has-text-color),
|
|
|
+.has-background h5:not(.has-text-color),
|
|
|
+.has-background h6:not(.has-text-color) {
|
|
|
color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.has-primary-background-color[class] {
|
|
|
- background-color: #0C80A1 !important;
|
|
|
+.has-primary-background-color,
|
|
|
+.has-primary-background-color.has-background-dim {
|
|
|
+ background-color: #0C80A1;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
|
-.has-secondary-background-color[class] {
|
|
|
- background-color: #D4401C !important;
|
|
|
+.has-secondary-background-color,
|
|
|
+.has-secondary-background-color.has-background-dim {
|
|
|
+ background-color: #D4401C;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-background-color[class] {
|
|
|
- background-color: #444444 !important;
|
|
|
+.has-background-dim,
|
|
|
+.has-foreground-background-color,
|
|
|
+.has-foreground-background-color.has-background-dim {
|
|
|
+ background-color: #444444;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-light-background-color[class] {
|
|
|
- background-color: #767676 !important;
|
|
|
+.has-foreground-light-background-color,
|
|
|
+.has-foreground-light-background-color.has-background-dim {
|
|
|
+ background-color: #767676;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-dark-background-color[class] {
|
|
|
- background-color: #222222 !important;
|
|
|
+.has-foreground-dark-background-color,
|
|
|
+.has-foreground-dark-background-color.has-background-dim {
|
|
|
+ background-color: #222222;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
|
-.has-background-light-background-color[class] {
|
|
|
- background-color: #FAFAFA !important;
|
|
|
+.has-background-light-background-color,
|
|
|
+.has-background-light-background-color.has-background-dim {
|
|
|
+ background-color: #FAFAFA;
|
|
|
color: #444444;
|
|
|
}
|
|
|
|
|
|
-.has-background-dark-background-color[class] {
|
|
|
- background-color: #EAEAEA !important;
|
|
|
+.has-background-dark-background-color,
|
|
|
+.has-background-dark-background-color.has-background-dim {
|
|
|
+ background-color: #EAEAEA;
|
|
|
color: #444444;
|
|
|
}
|
|
|
|
|
|
-.has-background-background-color[class] {
|
|
|
- background-color: white !important;
|
|
|
+.has-background-background-color,
|
|
|
+.has-background-background-color.has-background-dim {
|
|
|
+ background-color: white;
|
|
|
color: #444444;
|
|
|
}
|
|
|
|
|
@@ -3204,6 +3242,7 @@ body:not(.fse-enabled) .footer-menu a {
|
|
|
.pagination .nav-links .svg-icon {
|
|
|
display: inline-block;
|
|
|
vertical-align: middle;
|
|
|
+ fill: currentColor;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
@@ -4186,8 +4225,8 @@ hr.wp-block-separator.is-style-wide,
|
|
|
* Blocks
|
|
|
*/
|
|
|
.entry-content > .wp-block-button:not(.alignleft):not(.alignright) {
|
|
|
- margin-left: auto;
|
|
|
margin-right: auto;
|
|
|
+ margin-left: auto;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|