|
@@ -499,6 +499,12 @@ h1 {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-cover .wp-block-cover-image-text,
|
|
|
|
+.wp-block-cover .wp-block-cover-text,
|
|
|
|
+.wp-block-cover h2,
|
|
|
|
+.wp-block-cover-image .wp-block-cover-image-text,
|
|
|
|
+.wp-block-cover-image .wp-block-cover-text,
|
|
|
|
+.wp-block-cover-image h2,
|
|
.not-found .page-title,
|
|
.not-found .page-title,
|
|
.error-404 .page-title,
|
|
.error-404 .page-title,
|
|
.has-larger-font-size,
|
|
.has-larger-font-size,
|
|
@@ -506,6 +512,21 @@ h2 {
|
|
font-size: 1.125em;
|
|
font-size: 1.125em;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
|
+ .wp-block-cover .wp-block-cover-image-text,
|
|
|
|
+ .wp-block-cover .wp-block-cover-text,
|
|
|
|
+ .wp-block-cover h2,
|
|
|
|
+ .wp-block-cover-image .wp-block-cover-image-text,
|
|
|
|
+ .wp-block-cover-image .wp-block-cover-text,
|
|
|
|
+ .wp-block-cover-image h2,
|
|
|
|
+ .not-found .page-title,
|
|
|
|
+ .error-404 .page-title,
|
|
|
|
+ .has-larger-font-size,
|
|
|
|
+ h2 {
|
|
|
|
+ font-size: 1.6875em;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
.has-regular-font-size,
|
|
.has-regular-font-size,
|
|
.has-large-font-size,
|
|
.has-large-font-size,
|
|
.comments-title,
|
|
.comments-title,
|
|
@@ -3843,36 +3864,6 @@ body.page .main-navigation {
|
|
display: block;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 768px) {
|
|
|
|
- .entry .entry-content .wp-block-image .aligncenter {
|
|
|
|
- max-width: calc(8 * (100vw / 12) - 28px);
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media only screen and (min-width: 1168px) {
|
|
|
|
- .entry .entry-content .wp-block-image .aligncenter {
|
|
|
|
- max-width: calc(6 * (100vw / 12) - 28px);
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media only screen and (min-width: 768px) {
|
|
|
|
- .entry .entry-content .wp-block-image .aligncenter {
|
|
|
|
- width: calc(8 * (100vw / 12) - 28px);
|
|
|
|
- }
|
|
|
|
- .entry .entry-content .wp-block-image .aligncenter img {
|
|
|
|
- margin: 0 auto;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media only screen and (min-width: 1168px) {
|
|
|
|
- .entry .entry-content .wp-block-image .aligncenter {
|
|
|
|
- width: calc(6 * (100vw / 12) - 28px);
|
|
|
|
- }
|
|
|
|
- .entry .entry-content .wp-block-image .aligncenter img {
|
|
|
|
- margin: 0 auto;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.entry .entry-content .wp-block-image.alignfull img {
|
|
.entry .entry-content .wp-block-image.alignfull img {
|
|
width: 100vw;
|
|
width: 100vw;
|
|
max-width: calc( 100% + (2 * 1rem));
|
|
max-width: calc( 100% + (2 * 1rem));
|
|
@@ -3901,34 +3892,28 @@ 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", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", 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;
|
|
padding: 0;
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
@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%;
|
|
max-width: 100%;
|
|
margin-right: auto;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
margin-left: auto;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.entry .entry-content .wp-block-cover-image h2,
|
|
|
|
+.entry .entry-content .wp-block-cover h2 {
|
|
|
|
+ margin: inherit;
|
|
|
|
+ max-width: inherit;
|
|
|
|
+ text-align: inherit;
|
|
|
|
+}
|
|
|
|
+
|
|
.entry .entry-content .wp-block-cover-image.alignleft, .entry .entry-content .wp-block-cover-image.alignright,
|
|
.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.alignleft,
|
|
.entry .entry-content .wp-block-cover.alignright {
|
|
.entry .entry-content .wp-block-cover.alignright {
|
|
@@ -3944,45 +3929,28 @@ body.page .main-navigation {
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
@media only screen and (min-width: 768px) {
|
|
- .entry .entry-content .wp-block-cover-image.alignwide .wp-block-cover-image-text,
|
|
|
|
- .entry .entry-content .wp-block-cover-image.alignwide .wp-block-cover-text,
|
|
|
|
- .entry .entry-content .wp-block-cover-image.alignwide h2,
|
|
|
|
- .entry .entry-content .wp-block-cover.alignwide .wp-block-cover-image-text,
|
|
|
|
- .entry .entry-content .wp-block-cover.alignwide .wp-block-cover-text,
|
|
|
|
- .entry .entry-content .wp-block-cover.alignwide h2 {
|
|
|
|
|
|
+ .entry .entry-content .wp-block-cover-image.alignwide .wp-block-cover__inner-container,
|
|
|
|
+ .entry .entry-content .wp-block-cover.alignwide .wp-block-cover__inner-container {
|
|
max-width: calc(8 * (100vw / 12) - 28px);
|
|
max-width: calc(8 * (100vw / 12) - 28px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1168px) {
|
|
@media only screen and (min-width: 1168px) {
|
|
- .entry .entry-content .wp-block-cover-image.alignwide .wp-block-cover-image-text,
|
|
|
|
- .entry .entry-content .wp-block-cover-image.alignwide .wp-block-cover-text,
|
|
|
|
- .entry .entry-content .wp-block-cover-image.alignwide h2,
|
|
|
|
- .entry .entry-content .wp-block-cover.alignwide .wp-block-cover-image-text,
|
|
|
|
- .entry .entry-content .wp-block-cover.alignwide .wp-block-cover-text,
|
|
|
|
- .entry .entry-content .wp-block-cover.alignwide h2 {
|
|
|
|
|
|
+ .entry .entry-content .wp-block-cover-image.alignwide .wp-block-cover__inner-container,
|
|
|
|
+ .entry .entry-content .wp-block-cover.alignwide .wp-block-cover__inner-container {
|
|
max-width: calc(6 * (100vw / 12) - 28px);
|
|
max-width: calc(6 * (100vw / 12) - 28px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
@media only screen and (min-width: 768px) {
|
|
- .entry .entry-content .wp-block-cover-image.alignwide .wp-block-cover-image-text,
|
|
|
|
- .entry .entry-content .wp-block-cover-image.alignwide .wp-block-cover-text,
|
|
|
|
- .entry .entry-content .wp-block-cover-image.alignwide h2,
|
|
|
|
- .entry .entry-content .wp-block-cover.alignwide .wp-block-cover-image-text,
|
|
|
|
- .entry .entry-content .wp-block-cover.alignwide .wp-block-cover-text,
|
|
|
|
- .entry .entry-content .wp-block-cover.alignwide h2 {
|
|
|
|
|
|
+ .entry .entry-content .wp-block-cover-image.alignwide .wp-block-cover__inner-container,
|
|
|
|
+ .entry .entry-content .wp-block-cover.alignwide .wp-block-cover__inner-container {
|
|
padding: 0;
|
|
padding: 0;
|
|
- font-size: 4.5em;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.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: calc(8 * (100vw / 12));
|
|
max-width: calc(8 * (100vw / 12));
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3992,14 +3960,9 @@ body.page .main-navigation {
|
|
padding-right: calc(10% + 58px + (2 * 1rem));
|
|
padding-right: calc(10% + 58px + (2 * 1rem));
|
|
padding-left: 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;
|
|
padding: 0;
|
|
- font-size: 4.5em;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|