|
@@ -3998,32 +3998,30 @@ body.page .main-navigation {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
|
|
|
-.entry .entry-content .wp-block-cover-image .wp-block-cover-text,
|
|
|
-.entry .entry-content .wp-block-cover-image h2,
|
|
|
-.entry .entry-content .wp-block-cover .wp-block-cover-image-text,
|
|
|
-.entry .entry-content .wp-block-cover .wp-block-cover-text,
|
|
|
-.entry .entry-content .wp-block-cover h2 {
|
|
|
- font-family: "Poppins", sans-serif;
|
|
|
- font-size: 1.6875em;
|
|
|
- font-weight: 700;
|
|
|
- line-height: 1.25;
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover__inner-container,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover__inner-container {
|
|
|
padding: 0;
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
- .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
|
|
|
- .entry .entry-content .wp-block-cover-image .wp-block-cover-text,
|
|
|
- .entry .entry-content .wp-block-cover-image h2,
|
|
|
- .entry .entry-content .wp-block-cover .wp-block-cover-image-text,
|
|
|
- .entry .entry-content .wp-block-cover .wp-block-cover-text,
|
|
|
- .entry .entry-content .wp-block-cover h2 {
|
|
|
- font-size: 2.8125em;
|
|
|
+ .entry .entry-content .wp-block-cover-image .wp-block-cover__inner-container,
|
|
|
+ .entry .entry-content .wp-block-cover .wp-block-cover__inner-container {
|
|
|
max-width: 100%;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text,
|
|
|
+.entry .entry-content .wp-block-cover-image h2,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover-text,
|
|
|
+.entry .entry-content .wp-block-cover h2 {
|
|
|
+ margin-right: auto;
|
|
|
+ margin-left: auto;
|
|
|
+ margin-bottom: 1rem;
|
|
|
+}
|
|
|
+
|
|
|
.entry .entry-content .wp-block-cover-image.alignleft, .entry .entry-content .wp-block-cover-image.alignright,
|
|
|
.entry .entry-content .wp-block-cover.alignleft,
|
|
|
.entry .entry-content .wp-block-cover.alignright {
|
|
@@ -4038,12 +4036,8 @@ body.page .main-navigation {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
|
|
|
-.entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
|
|
|
-.entry .entry-content .wp-block-cover-image.alignfull h2,
|
|
|
-.entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
|
|
|
-.entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
|
|
|
-.entry .entry-content .wp-block-cover.alignfull h2 {
|
|
|
+.entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover__inner-container,
|
|
|
+.entry .entry-content .wp-block-cover.alignfull .wp-block-cover__inner-container {
|
|
|
max-width: 100%;
|
|
|
}
|
|
|
|
|
@@ -4053,12 +4047,8 @@ body.page .main-navigation {
|
|
|
padding-right: calc(10% + 58px + (2 * 1rem));
|
|
|
padding-left: calc(10% + 58px + (2 * 1rem));
|
|
|
}
|
|
|
- .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
|
|
|
- .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
|
|
|
- .entry .entry-content .wp-block-cover-image.alignfull h2,
|
|
|
- .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
|
|
|
- .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
|
|
|
- .entry .entry-content .wp-block-cover.alignfull h2 {
|
|
|
+ .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover__inner-container,
|
|
|
+ .entry .entry-content .wp-block-cover.alignfull .wp-block-cover__inner-container {
|
|
|
padding: 0;
|
|
|
}
|
|
|
}
|
|
@@ -4121,6 +4111,7 @@ body.page .main-navigation {
|
|
|
|
|
|
.entry .entry-content .wp-block-separator.is-style-wide,
|
|
|
.entry .entry-content hr.is-style-wide {
|
|
|
+ background-color: #2E2E2E;
|
|
|
max-width: 100%;
|
|
|
}
|
|
|
|
|
@@ -4138,6 +4129,11 @@ body.page .main-navigation {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.entry .entry-content .wp-block-separator.is-style-wide:after,
|
|
|
+.entry .entry-content hr.is-style-wide:after {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
.entry .entry-content .wp-block-separator.is-style-dots,
|
|
|
.entry .entry-content hr.is-style-dots {
|
|
|
max-width: 100%;
|
|
@@ -4163,12 +4159,17 @@ body.page .main-navigation {
|
|
|
|
|
|
.entry .entry-content .wp-block-separator.is-style-dots:before,
|
|
|
.entry .entry-content hr.is-style-dots:before {
|
|
|
- color: #fff;
|
|
|
+ color: #2E2E2E;
|
|
|
font-size: 1.6875em;
|
|
|
letter-spacing: 0.88889em;
|
|
|
padding-right: 0.88889em;
|
|
|
}
|
|
|
|
|
|
+.entry .entry-content .wp-block-separator.is-style-dots:after,
|
|
|
+.entry .entry-content hr.is-style-dots:after {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
.entry .entry-content .wp-block-separator + h1:before,
|
|
|
.entry .entry-content .wp-block-separator + h2:before,
|
|
|
.entry .entry-content hr + h1:before,
|