|
@@ -1274,7 +1274,7 @@ hr.wp-block-separator.is-style-wide {
|
|
|
* Base
|
|
|
* - Reset the browser
|
|
|
*/
|
|
|
-button[data-load-more-btn] {
|
|
|
+button {
|
|
|
line-height: 1;
|
|
|
color: #FFFFFF;
|
|
|
cursor: pointer;
|
|
@@ -1300,7 +1300,7 @@ button[data-load-more-btn] {
|
|
|
text-decoration: none;
|
|
|
padding: 23px 25px;
|
|
|
}
|
|
|
-button {
|
|
|
+input[type="submit"] {
|
|
|
line-height: 1;
|
|
|
color: #FFFFFF;
|
|
|
cursor: pointer;
|
|
@@ -1313,7 +1313,7 @@ button {
|
|
|
text-decoration: none;
|
|
|
padding: 23px 25px;
|
|
|
}
|
|
|
-input[type="submit"] {
|
|
|
+.wp-block-button__link {
|
|
|
line-height: 1;
|
|
|
color: #FFFFFF;
|
|
|
cursor: pointer;
|
|
@@ -1326,7 +1326,7 @@ input[type="submit"] {
|
|
|
text-decoration: none;
|
|
|
padding: 23px 25px;
|
|
|
}
|
|
|
-.wp-block-button__link {
|
|
|
+.wp-block-file .wp-block-file__button {
|
|
|
line-height: 1;
|
|
|
color: #FFFFFF;
|
|
|
cursor: pointer;
|
|
@@ -1339,7 +1339,7 @@ input[type="submit"] {
|
|
|
text-decoration: none;
|
|
|
padding: 23px 25px;
|
|
|
}
|
|
|
-.wp-block-file .wp-block-file__button {
|
|
|
+.a8c-posts-list__view-all {
|
|
|
line-height: 1;
|
|
|
color: #FFFFFF;
|
|
|
cursor: pointer;
|
|
@@ -1352,7 +1352,7 @@ input[type="submit"] {
|
|
|
text-decoration: none;
|
|
|
padding: 23px 25px;
|
|
|
}
|
|
|
-.a8c-posts-list__view-all {
|
|
|
+button[data-load-more-btn] {
|
|
|
line-height: 1;
|
|
|
color: #FFFFFF;
|
|
|
cursor: pointer;
|
|
@@ -1366,20 +1366,20 @@ input[type="submit"] {
|
|
|
padding: 23px 25px;
|
|
|
}
|
|
|
|
|
|
-button[data-load-more-btn]:before,
|
|
|
-.button:before, button:before,
|
|
|
+button:before,
|
|
|
+.button:before,
|
|
|
input[type="submit"]:before,
|
|
|
-.wp-block-button__link:before, .wp-block-file .wp-block-file__button:before, .a8c-posts-list__view-all:before, button[data-load-more-btn]:after,
|
|
|
-.button:after, button:after,
|
|
|
+.wp-block-button__link:before, .wp-block-file .wp-block-file__button:before, .a8c-posts-list__view-all:before, button[data-load-more-btn]:before, button:after,
|
|
|
+.button:after,
|
|
|
input[type="submit"]:after,
|
|
|
-.wp-block-button__link:after, .wp-block-file .wp-block-file__button:after, .a8c-posts-list__view-all:after {
|
|
|
+.wp-block-button__link:after, .wp-block-file .wp-block-file__button:after, .a8c-posts-list__view-all:after, button[data-load-more-btn]:after {
|
|
|
content: '';
|
|
|
display: block;
|
|
|
height: 0;
|
|
|
width: 0;
|
|
|
}
|
|
|
|
|
|
-button[data-load-more-btn]:before {
|
|
|
+button:before {
|
|
|
margin-bottom: -calc(0.5em + -0.38);
|
|
|
}
|
|
|
|
|
@@ -1387,10 +1387,6 @@ button[data-load-more-btn]:before {
|
|
|
margin-bottom: -calc(0.5em + -0.38);
|
|
|
}
|
|
|
|
|
|
-button:before {
|
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
-}
|
|
|
-
|
|
|
input[type="submit"]:before {
|
|
|
margin-bottom: -calc(0.5em + -0.38);
|
|
|
}
|
|
@@ -1407,15 +1403,15 @@ input[type="submit"]:before {
|
|
|
margin-bottom: -calc(0.5em + -0.38);
|
|
|
}
|
|
|
|
|
|
-button[data-load-more-btn]:after {
|
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
+button[data-load-more-btn]:before {
|
|
|
+ margin-bottom: -calc(0.5em + -0.38);
|
|
|
}
|
|
|
|
|
|
-.button:after {
|
|
|
+button:after {
|
|
|
margin-top: -calc(0.5em + -0.39);
|
|
|
}
|
|
|
|
|
|
-button:after {
|
|
|
+.button:after {
|
|
|
margin-top: -calc(0.5em + -0.39);
|
|
|
}
|
|
|
|
|
@@ -1435,145 +1431,125 @@ input[type="submit"]:after {
|
|
|
margin-top: -calc(0.5em + -0.39);
|
|
|
}
|
|
|
|
|
|
+button[data-load-more-btn]:after {
|
|
|
+ margin-top: -calc(0.5em + -0.39);
|
|
|
+}
|
|
|
|
|
|
-.button:active {
|
|
|
+button:active {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #000000;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-button:active {
|
|
|
+.button:active {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #000000;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
input:active[type="submit"] {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #000000;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.wp-block-button__link:active {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #000000;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.wp-block-file .wp-block-file__button:active {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #000000;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.a8c-posts-list__view-all:active {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #000000;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-.button:hover {
|
|
|
+button:hover {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-button:hover {
|
|
|
+.button:hover {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
input:hover[type="submit"] {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.wp-block-button__link:hover {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.wp-block-file .wp-block-file__button:hover {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.a8c-posts-list__view-all:hover {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-.button:focus {
|
|
|
+button:focus {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-button:focus {
|
|
|
+.button:focus {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
input:focus[type="submit"] {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.wp-block-button__link:focus {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.wp-block-file .wp-block-file__button:focus {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.a8c-posts-list__view-all:focus {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-.has-focus.button {
|
|
|
+button.has-focus {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-button.has-focus {
|
|
|
+.has-focus.button {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
input.has-focus[type="submit"] {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.has-focus.wp-block-button__link {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.wp-block-file .has-focus.wp-block-file__button {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.has-focus.a8c-posts-list__view-all {
|
|
|
color: #FFFFFF;
|
|
|
background-color: #336D58;
|
|
@@ -2355,4053 +2331,4189 @@ object {
|
|
|
min-width: 300px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles.image-aligntop .post-thumbnail {
|
|
|
- margin-bottom: 15px;
|
|
|
+/**
|
|
|
+ * Button
|
|
|
+ */
|
|
|
+/**
|
|
|
+ * Block Options
|
|
|
+ */
|
|
|
+.wp-block-button {
|
|
|
+ font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
+ font-size: 1em;
|
|
|
+ font-weight: normal;
|
|
|
+ line-height: 1;
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles.image-alignleft .post-thumbnail {
|
|
|
- margin-right: 30px;
|
|
|
+.wp-block-button.is-style-outline {
|
|
|
+ border: none;
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles.image-alignright .post-thumbnail {
|
|
|
- margin-left: 30px;
|
|
|
+.wp-block-button.is-style-outline.wp-block-button__link {
|
|
|
+ color: #3C8067;
|
|
|
+ background: transparent;
|
|
|
+ border: 2px solid currentcolor;
|
|
|
+ padding: 23px 25px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles.image-alignbehind .post-has-image .entry-wrapper {
|
|
|
- padding: 30px;
|
|
|
+.wp-block-button.is-style-outline .wp-block-button__link {
|
|
|
+ color: #3C8067;
|
|
|
+ background: transparent;
|
|
|
+ border: 2px solid currentcolor;
|
|
|
+ padding: 23px 25px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles.is-grid article {
|
|
|
- margin-top: 0;
|
|
|
- margin-bottom: 30px;
|
|
|
+.wp-block-button.is-style-outline.wp-block-button__link:active {
|
|
|
+ color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .wp-block-newspack-blocks-homepage-articles.is-grid article {
|
|
|
- margin-bottom: 90px;
|
|
|
- }
|
|
|
+.wp-block-button.is-style-outline .wp-block-button__link:active {
|
|
|
+ color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles .article-section-title {
|
|
|
- font-size: 1em;
|
|
|
- margin-bottom: 15px;
|
|
|
+.wp-block-button.is-style-outline.wp-block-button__link:hover {
|
|
|
+ color: #336D58;
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles .article-section-title + article {
|
|
|
- margin-top: 0;
|
|
|
+.wp-block-button.is-style-outline.wp-block-button__link:focus {
|
|
|
+ color: #336D58;
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles article {
|
|
|
- display: block;
|
|
|
- /* Vertical margins logic between posts */
|
|
|
- margin-top: 60px;
|
|
|
- margin-bottom: 60px;
|
|
|
+.wp-block-button.is-style-outline.wp-block-button__link.has-focus {
|
|
|
+ color: #336D58;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .wp-block-newspack-blocks-homepage-articles article {
|
|
|
- margin-top: 90px;
|
|
|
- margin-bottom: 90px;
|
|
|
- }
|
|
|
+.wp-block-button.is-style-outline .wp-block-button__link:hover {
|
|
|
+ color: #336D58;
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles article:first-child {
|
|
|
- margin-top: 0;
|
|
|
+.wp-block-button.is-style-outline .wp-block-button__link:focus {
|
|
|
+ color: #336D58;
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles article:last-child {
|
|
|
- margin-bottom: 90px;
|
|
|
+.wp-block-button.is-style-outline .wp-block-button__link.has-focus {
|
|
|
+ color: #336D58;
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .post-thumbnail img {
|
|
|
- width: auto;
|
|
|
+.wp-block-button.is-style-squared .wp-block-button__link {
|
|
|
+ border-radius: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > * {
|
|
|
- /* Vertical margins logic between post details */
|
|
|
- margin-top: 20px;
|
|
|
- margin-bottom: 20px;
|
|
|
+.wp-block-code {
|
|
|
+ color: #333333;
|
|
|
+ font-size: 16px;
|
|
|
+ padding: 20px;
|
|
|
+ border-color: #EFEFEF;
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:first-child {
|
|
|
- margin-top: 0;
|
|
|
+.wp-block-code pre {
|
|
|
+ color: #333333;
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:last-child {
|
|
|
- margin-bottom: 0;
|
|
|
+.wp-block-columns {
|
|
|
+ /**
|
|
|
+ * Block Options
|
|
|
+ */
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .entry-title a {
|
|
|
- color: #000000;
|
|
|
+.wp-block-columns .wp-block-column > * {
|
|
|
+ margin-top: 19.8px;
|
|
|
+ margin-bottom: 19.8px;
|
|
|
}
|
|
|
|
|
|
-.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a,
|
|
|
-[class*="background-color"]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a,
|
|
|
-[style*="background-color"] .wp-block-newspack-blocks-homepage-articles article .entry-title a {
|
|
|
- color: currentColor;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .wp-block-columns .wp-block-column > * {
|
|
|
+ margin-top: 30px;
|
|
|
+ margin-bottom: 30px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
|
|
|
- color: #3C8067;
|
|
|
- text-decoration: underline;
|
|
|
+.wp-block-columns .wp-block-column > *:first-child {
|
|
|
+ margin-top: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .entry-title a:focus {
|
|
|
- color: #3C8067;
|
|
|
- text-decoration: underline;
|
|
|
+.wp-block-columns .wp-block-column > *:last-child {
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a:hover,
|
|
|
-[class*="background-color"]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a:hover,
|
|
|
-[style*="background-color"] .wp-block-newspack-blocks-homepage-articles article .entry-title a:hover, .has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a:focus,
|
|
|
-[class*="background-color"]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a:focus,
|
|
|
-[style*="background-color"] .wp-block-newspack-blocks-homepage-articles article .entry-title a:focus {
|
|
|
- color: currentColor;
|
|
|
+.wp-block-columns .wp-block-column:last-child {
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .entry-title a:active {
|
|
|
- color: #000000;
|
|
|
+.wp-block-columns .wp-block-column:not(:last-child) {
|
|
|
+ margin-bottom: 19.8px;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 482px) {
|
|
|
- .wp-block-newspack-blocks-homepage-articles article .more-link {
|
|
|
- margin-top: 20px;
|
|
|
+ .wp-block-columns .wp-block-column:not(:last-child) {
|
|
|
+ margin-bottom: 30px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .entry-meta {
|
|
|
- color: #444444;
|
|
|
- font-size: 16px;
|
|
|
+@media only screen and (min-width: 652px) {
|
|
|
+ .wp-block-columns .wp-block-column:not(:last-child) {
|
|
|
+ /* Resetting margins to match _block-container.scss */
|
|
|
+ margin-bottom: 0;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .cat-links {
|
|
|
- color: #444444;
|
|
|
- font-size: 16px;
|
|
|
+.wp-block-columns.alignfull {
|
|
|
+ padding-left: 20px;
|
|
|
+ padding-right: 20px;
|
|
|
}
|
|
|
|
|
|
-.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta,
|
|
|
-[class*="background-color"]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta,
|
|
|
-[style*="background-color"] .wp-block-newspack-blocks-homepage-articles article .entry-meta, .has-background:not(.has-background-background-color)
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .cat-links,
|
|
|
-[class*="background-color"]:not(.has-background-background-color)
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .cat-links,
|
|
|
-[style*="background-color"]
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .cat-links {
|
|
|
- color: currentColor;
|
|
|
+.wp-block-cover {
|
|
|
+ background-color: #000000;
|
|
|
+ min-height: 450px;
|
|
|
+ margin-top: inherit;
|
|
|
+ margin-bottom: inherit;
|
|
|
+ /* default & custom background-color */
|
|
|
+ /* Treating H2 separately to account for legacy /core styles */
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .entry-meta > span > *,
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .cat-links > span > * {
|
|
|
- vertical-align: top;
|
|
|
+.wp-block-cover-image {
|
|
|
+ background-color: #000000;
|
|
|
+ min-height: 450px;
|
|
|
+ margin-top: inherit;
|
|
|
+ margin-bottom: inherit;
|
|
|
+ /* default & custom background-color */
|
|
|
+ /* Treating H2 separately to account for legacy /core styles */
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .entry-meta .byline:not(:last-child) {
|
|
|
- margin-right: 20px;
|
|
|
+.wp-block-cover .wp-block-cover__inner-container {
|
|
|
+ color: currentColor;
|
|
|
+ margin-top: 30px;
|
|
|
+ margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .cat-links .byline:not(:last-child) {
|
|
|
- margin-right: 20px;
|
|
|
+.wp-block-cover .wp-block-cover-image-text {
|
|
|
+ color: currentColor;
|
|
|
+ margin-top: 30px;
|
|
|
+ margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .entry-meta .published + .updated,
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .cat-links .published + .updated {
|
|
|
- display: none;
|
|
|
+.wp-block-cover .wp-block-cover-text {
|
|
|
+ color: currentColor;
|
|
|
+ margin-top: 30px;
|
|
|
+ margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .entry-meta a,
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .cat-links a {
|
|
|
+.wp-block-cover-image .wp-block-cover__inner-container {
|
|
|
color: currentColor;
|
|
|
- text-decoration: underline;
|
|
|
+ margin-top: 30px;
|
|
|
+ margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover {
|
|
|
- color: #3C8067;
|
|
|
- text-decoration: none;
|
|
|
+.wp-block-cover-image .wp-block-cover-image-text {
|
|
|
+ color: currentColor;
|
|
|
+ margin-top: 30px;
|
|
|
+ margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .entry-meta a:active {
|
|
|
- color: #3C8067;
|
|
|
- text-decoration: none;
|
|
|
+.wp-block-cover-image .wp-block-cover-text {
|
|
|
+ color: currentColor;
|
|
|
+ margin-top: 30px;
|
|
|
+ margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover {
|
|
|
- color: #3C8067;
|
|
|
- text-decoration: none;
|
|
|
+.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 {
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .cat-links a:active {
|
|
|
- color: #3C8067;
|
|
|
- text-decoration: none;
|
|
|
+.wp-block-cover:not([class*='background-color']) .wp-block-cover__inner-container {
|
|
|
+ color: #FAFBF6;
|
|
|
}
|
|
|
|
|
|
-.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover,
|
|
|
-[class*="background-color"]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover,
|
|
|
-[style*="background-color"] .wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, .has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
|
|
|
-[class*="background-color"]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
|
|
|
-[style*="background-color"] .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active, .has-background:not(.has-background-background-color)
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
|
|
|
-[class*="background-color"]:not(.has-background-background-color)
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
|
|
|
-[style*="background-color"]
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover, .has-background:not(.has-background-background-color)
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .cat-links a:active,
|
|
|
-[class*="background-color"]:not(.has-background-background-color)
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .cat-links a:active,
|
|
|
-[style*="background-color"]
|
|
|
-.wp-block-newspack-blocks-homepage-articles article .cat-links a:active {
|
|
|
- color: currentColor;
|
|
|
+.wp-block-cover:not([class*='background-color']) .wp-block-cover-image-text {
|
|
|
+ color: #FAFBF6;
|
|
|
}
|
|
|
|
|
|
-button[data-load-more-btn] {
|
|
|
- line-height: 1;
|
|
|
- color: #FFFFFF;
|
|
|
- cursor: pointer;
|
|
|
- font-weight: normal;
|
|
|
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
- font-size: 1em;
|
|
|
- background-color: #3C8067;
|
|
|
- border-radius: 4px;
|
|
|
- border-width: 0;
|
|
|
- text-decoration: none;
|
|
|
- padding: 23px 25px;
|
|
|
+.wp-block-cover:not([class*='background-color']) .wp-block-cover-text {
|
|
|
+ color: #FAFBF6;
|
|
|
}
|
|
|
|
|
|
-.button {
|
|
|
- line-height: 1;
|
|
|
- color: #FFFFFF;
|
|
|
- cursor: pointer;
|
|
|
- font-weight: normal;
|
|
|
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
- font-size: 1em;
|
|
|
- background-color: #3C8067;
|
|
|
- border-radius: 4px;
|
|
|
- border-width: 0;
|
|
|
- text-decoration: none;
|
|
|
- padding: 23px 25px;
|
|
|
+.wp-block-cover-image:not([class*='background-color']) .wp-block-cover__inner-container {
|
|
|
+ color: #FAFBF6;
|
|
|
}
|
|
|
|
|
|
-button {
|
|
|
- line-height: 1;
|
|
|
- color: #FFFFFF;
|
|
|
- cursor: pointer;
|
|
|
- font-weight: normal;
|
|
|
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
- font-size: 1em;
|
|
|
- background-color: #3C8067;
|
|
|
- border-radius: 4px;
|
|
|
- border-width: 0;
|
|
|
- text-decoration: none;
|
|
|
- padding: 23px 25px;
|
|
|
+.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-image-text {
|
|
|
+ color: #FAFBF6;
|
|
|
}
|
|
|
|
|
|
-input[type="submit"] {
|
|
|
- line-height: 1;
|
|
|
- color: #FFFFFF;
|
|
|
- cursor: pointer;
|
|
|
- font-weight: normal;
|
|
|
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
- font-size: 1em;
|
|
|
- background-color: #3C8067;
|
|
|
- border-radius: 4px;
|
|
|
- border-width: 0;
|
|
|
- text-decoration: none;
|
|
|
- padding: 23px 25px;
|
|
|
+.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-text {
|
|
|
+ color: #FAFBF6;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button__link {
|
|
|
- line-height: 1;
|
|
|
- color: #FFFFFF;
|
|
|
- cursor: pointer;
|
|
|
- font-weight: normal;
|
|
|
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
- font-size: 1em;
|
|
|
- background-color: #3C8067;
|
|
|
- border-radius: 4px;
|
|
|
- border-width: 0;
|
|
|
- text-decoration: none;
|
|
|
- padding: 23px 25px;
|
|
|
+.wp-block-cover h2 {
|
|
|
+ font-size: 32px;
|
|
|
+ letter-spacing: undefined;
|
|
|
+ line-height: 1.3;
|
|
|
+ max-width: inherit;
|
|
|
+ text-align: inherit;
|
|
|
+ padding: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-file .wp-block-file__button {
|
|
|
- line-height: 1;
|
|
|
- color: #FFFFFF;
|
|
|
- cursor: pointer;
|
|
|
- font-weight: normal;
|
|
|
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
- font-size: 1em;
|
|
|
- background-color: #3C8067;
|
|
|
- border-radius: 4px;
|
|
|
- border-width: 0;
|
|
|
- text-decoration: none;
|
|
|
- padding: 23px 25px;
|
|
|
+.wp-block-cover-image h2 {
|
|
|
+ font-size: 32px;
|
|
|
+ letter-spacing: undefined;
|
|
|
+ line-height: 1.3;
|
|
|
+ max-width: inherit;
|
|
|
+ text-align: inherit;
|
|
|
+ padding: 0;
|
|
|
}
|
|
|
|
|
|
-.a8c-posts-list__view-all {
|
|
|
- line-height: 1;
|
|
|
- color: #FFFFFF;
|
|
|
- cursor: pointer;
|
|
|
- font-weight: normal;
|
|
|
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
- font-size: 1em;
|
|
|
- background-color: #3C8067;
|
|
|
- border-radius: 4px;
|
|
|
- border-width: 0;
|
|
|
- text-decoration: none;
|
|
|
- padding: 23px 25px;
|
|
|
+.wp-block-cover h2.has-text-align-left,
|
|
|
+.wp-block-cover-image h2.has-text-align-left {
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
|
|
|
-button[data-load-more-btn]:before,
|
|
|
-.button:before, button:before,
|
|
|
-input[type="submit"]:before,
|
|
|
-.wp-block-button__link:before, .wp-block-file .wp-block-file__button:before, .a8c-posts-list__view-all:before, button[data-load-more-btn]:after,
|
|
|
-.button:after, button:after,
|
|
|
-input[type="submit"]:after,
|
|
|
-.wp-block-button__link:after, .wp-block-file .wp-block-file__button:after, .a8c-posts-list__view-all:after {
|
|
|
- content: '';
|
|
|
- display: block;
|
|
|
- height: 0;
|
|
|
- width: 0;
|
|
|
+.wp-block-cover h2.has-text-align-center,
|
|
|
+.wp-block-cover-image h2.has-text-align-center {
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
|
|
|
-button[data-load-more-btn]:before {
|
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
+.wp-block-cover h2.has-text-align-right,
|
|
|
+.wp-block-cover-image h2.has-text-align-right {
|
|
|
+ text-align: right;
|
|
|
}
|
|
|
|
|
|
-.button:before {
|
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
+.wp-block-cover .wp-block-cover__inner-container {
|
|
|
+ width: calc(100% - 60px);
|
|
|
}
|
|
|
|
|
|
-button:before {
|
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
+.wp-block-cover-image .wp-block-cover__inner-container {
|
|
|
+ width: calc(100% - 60px);
|
|
|
}
|
|
|
|
|
|
-input[type="submit"]:before {
|
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
+.wp-block-cover .wp-block-cover__inner-container > * {
|
|
|
+ margin-top: 19.98px;
|
|
|
+ margin-bottom: 19.98px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button__link:before {
|
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
+.wp-block-cover-image .wp-block-cover__inner-container > * {
|
|
|
+ margin-top: 19.98px;
|
|
|
+ margin-bottom: 19.98px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-file .wp-block-file__button:before {
|
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .wp-block-cover .wp-block-cover__inner-container > * {
|
|
|
+ margin-top: 30px;
|
|
|
+ margin-bottom: 30px;
|
|
|
+ }
|
|
|
+ .wp-block-cover-image .wp-block-cover__inner-container > * {
|
|
|
+ margin-top: 30px;
|
|
|
+ margin-bottom: 30px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.a8c-posts-list__view-all:before {
|
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
+.wp-block-cover .wp-block-cover__inner-container > *:first-child,
|
|
|
+.wp-block-cover-image .wp-block-cover__inner-container > *:first-child {
|
|
|
+ margin-top: 0;
|
|
|
}
|
|
|
|
|
|
-button[data-load-more-btn]:after {
|
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
+.wp-block-cover .wp-block-cover__inner-container > *:last-child,
|
|
|
+.wp-block-cover-image .wp-block-cover__inner-container > *:last-child {
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-.button:after {
|
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
+.wp-block-cover.alignleft, .wp-block-cover.alignright,
|
|
|
+.wp-block-cover-image.alignleft,
|
|
|
+.wp-block-cover-image.alignright {
|
|
|
+ margin-top: 0;
|
|
|
}
|
|
|
|
|
|
-button:after {
|
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
+.wp-block-cover.alignleft > * {
|
|
|
+ margin-top: 60px;
|
|
|
+ margin-bottom: 60px;
|
|
|
+ padding-left: 25px;
|
|
|
+ padding-right: 25px;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
-input[type="submit"]:after {
|
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
+.wp-block-cover.alignright > * {
|
|
|
+ margin-top: 60px;
|
|
|
+ margin-bottom: 60px;
|
|
|
+ padding-left: 25px;
|
|
|
+ padding-right: 25px;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button__link:after {
|
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
+.wp-block-cover-image.alignleft > * {
|
|
|
+ margin-top: 60px;
|
|
|
+ margin-bottom: 60px;
|
|
|
+ padding-left: 25px;
|
|
|
+ padding-right: 25px;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
-.wp-block-file .wp-block-file__button:after {
|
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
+.wp-block-cover-image.alignright > * {
|
|
|
+ margin-top: 60px;
|
|
|
+ margin-bottom: 60px;
|
|
|
+ padding-left: 25px;
|
|
|
+ padding-right: 25px;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
-.a8c-posts-list__view-all:after {
|
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
+.wp-block-cover.has-left-content, .wp-block-cover.has-right-content,
|
|
|
+.wp-block-cover-image.has-left-content,
|
|
|
+.wp-block-cover-image.has-right-content {
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-.button:active {
|
|
|
+.wp-block-file a.wp-block-file__button:active {
|
|
|
color: #FFFFFF;
|
|
|
- background-color: #000000;
|
|
|
+ opacity: inherit;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-button:active {
|
|
|
+.wp-block-file a.wp-block-file__button:focus {
|
|
|
color: #FFFFFF;
|
|
|
- background-color: #000000;
|
|
|
+ opacity: inherit;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-input:active[type="submit"] {
|
|
|
+.wp-block-file a.wp-block-file__button:hover {
|
|
|
color: #FFFFFF;
|
|
|
- background-color: #000000;
|
|
|
+ opacity: inherit;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-.wp-block-button__link:active {
|
|
|
+.wp-block-file a.wp-block-file__button:visited {
|
|
|
color: #FFFFFF;
|
|
|
- background-color: #000000;
|
|
|
+ opacity: inherit;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-.wp-block-file .wp-block-file__button:active {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #000000;
|
|
|
+.wp-block-file .wp-block-file__button {
|
|
|
+ display: inline-block;
|
|
|
+ padding: 11.5px 12.5px;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-.a8c-posts-list__view-all:active {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #000000;
|
|
|
+.wp-block-gallery {
|
|
|
+ margin: 0;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-.button:hover {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #336D58;
|
|
|
+.wp-block-gallery .blocks-gallery-image figcaption {
|
|
|
+ margin: 0;
|
|
|
+ color: white;
|
|
|
+ font: 16px;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-button:hover {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #336D58;
|
|
|
+.wp-block-gallery .blocks-gallery-item figcaption {
|
|
|
+ margin: 0;
|
|
|
+ color: white;
|
|
|
+ font: 16px;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-input:hover[type="submit"] {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #336D58;
|
|
|
+.wp-block-gallery .blocks-gallery-image {
|
|
|
+ width: calc((100% - 20px)/2);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-.wp-block-button__link:hover {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #336D58;
|
|
|
+.wp-block-gallery .blocks-gallery-item {
|
|
|
+ width: calc((100% - 20px)/2);
|
|
|
}
|
|
|
|
|
|
+.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
|
|
|
+ max-width: 50%;
|
|
|
+}
|
|
|
|
|
|
-.wp-block-file .wp-block-file__button:hover {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #336D58;
|
|
|
+.wp-block-group .wp-block-group__inner-container {
|
|
|
+ margin-left: auto;
|
|
|
+ margin-right: auto;
|
|
|
+ padding-left: 25px;
|
|
|
+ padding-right: 25px;
|
|
|
}
|
|
|
|
|
|
+.wp-block-group .wp-block-group__inner-container > * {
|
|
|
+ margin-top: 19.98px;
|
|
|
+ margin-bottom: 19.98px;
|
|
|
+}
|
|
|
|
|
|
-.a8c-posts-list__view-all:hover {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #336D58;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .wp-block-group .wp-block-group__inner-container > * {
|
|
|
+ margin-top: 30px;
|
|
|
+ margin-bottom: 30px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
+.wp-block-group .wp-block-group__inner-container > *:first-child {
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
|
|
|
-.button:focus {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #336D58;
|
|
|
+.wp-block-group .wp-block-group__inner-container > *:last-child {
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
+.wp-block-group.has-background {
|
|
|
+ padding: 19.98px;
|
|
|
+}
|
|
|
|
|
|
-button:focus {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #336D58;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .wp-block-group.has-background {
|
|
|
+ padding: 30px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
+h1 {
|
|
|
+ clear: both;
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+ font-weight: normal;
|
|
|
+}
|
|
|
|
|
|
-input:focus[type="submit"] {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #336D58;
|
|
|
+.h1 {
|
|
|
+ clear: both;
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+ font-weight: normal;
|
|
|
}
|
|
|
|
|
|
+h2 {
|
|
|
+ clear: both;
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+ font-weight: normal;
|
|
|
+}
|
|
|
|
|
|
-.wp-block-button__link:focus {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #336D58;
|
|
|
+.h2 {
|
|
|
+ clear: both;
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+ font-weight: normal;
|
|
|
}
|
|
|
|
|
|
+h3 {
|
|
|
+ clear: both;
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+ font-weight: normal;
|
|
|
+}
|
|
|
|
|
|
-.wp-block-file .wp-block-file__button:focus {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #336D58;
|
|
|
+.h3 {
|
|
|
+ clear: both;
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+ font-weight: normal;
|
|
|
}
|
|
|
|
|
|
+h4 {
|
|
|
+ clear: both;
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+ font-weight: normal;
|
|
|
+}
|
|
|
|
|
|
-.a8c-posts-list__view-all:focus {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #336D58;
|
|
|
+.h4 {
|
|
|
+ clear: both;
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+ font-weight: normal;
|
|
|
}
|
|
|
|
|
|
+h5 {
|
|
|
+ clear: both;
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+ font-weight: normal;
|
|
|
+}
|
|
|
|
|
|
-.has-focus.button {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #336D58;
|
|
|
+.h5 {
|
|
|
+ clear: both;
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+ font-weight: normal;
|
|
|
}
|
|
|
|
|
|
+h6 {
|
|
|
+ clear: both;
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+ font-weight: normal;
|
|
|
+}
|
|
|
|
|
|
-button.has-focus {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #336D58;
|
|
|
+.h6 {
|
|
|
+ clear: both;
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+ font-weight: normal;
|
|
|
}
|
|
|
|
|
|
+h1 strong {
|
|
|
+ font-weight: 600;
|
|
|
+}
|
|
|
|
|
|
-input.has-focus[type="submit"] {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #336D58;
|
|
|
+.h1 strong {
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
|
|
|
|
+h2 strong {
|
|
|
+ font-weight: 600;
|
|
|
+}
|
|
|
|
|
|
-.has-focus.wp-block-button__link {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #336D58;
|
|
|
+.h2 strong {
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
|
|
|
|
+h3 strong {
|
|
|
+ font-weight: 600;
|
|
|
+}
|
|
|
|
|
|
-.wp-block-file .has-focus.wp-block-file__button {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #336D58;
|
|
|
+.h3 strong {
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
|
|
|
|
+h4 strong {
|
|
|
+ font-weight: 600;
|
|
|
+}
|
|
|
|
|
|
-.has-focus.a8c-posts-list__view-all {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #336D58;
|
|
|
+.h4 strong {
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
|
|
|
|
-button[data-load-more-btn],
|
|
|
-.button {
|
|
|
- display: inline-block;
|
|
|
+h5 strong {
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
|
|
|
|
-.has-background:not(.has-background-background-color) button[data-load-more-btn] {
|
|
|
- background-color: transparent;
|
|
|
- border: 2px solid currentColor;
|
|
|
- color: currentColor;
|
|
|
+.h5 strong {
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
|
|
|
|
-[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn] {
|
|
|
- background-color: transparent;
|
|
|
- border: 2px solid currentColor;
|
|
|
- color: currentColor;
|
|
|
+h6 strong {
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
|
|
|
|
-[style*="background-color"] button[data-load-more-btn] {
|
|
|
- background-color: transparent;
|
|
|
- border: 2px solid currentColor;
|
|
|
- color: currentColor;
|
|
|
+.h6 strong {
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
|
|
|
|
-.has-background:not(.has-background-background-color)
|
|
|
-.button {
|
|
|
- background-color: transparent;
|
|
|
- border: 2px solid currentColor;
|
|
|
- color: currentColor;
|
|
|
+h1 {
|
|
|
+ font-size: 48px;
|
|
|
+ letter-spacing: undefined;
|
|
|
+ line-height: 1.3;
|
|
|
}
|
|
|
|
|
|
-[class*="background-color"]:not(.has-background-background-color)
|
|
|
-.button {
|
|
|
- background-color: transparent;
|
|
|
- border: 2px solid currentColor;
|
|
|
- color: currentColor;
|
|
|
+.h1 {
|
|
|
+ font-size: 48px;
|
|
|
+ letter-spacing: undefined;
|
|
|
+ line-height: 1.3;
|
|
|
}
|
|
|
|
|
|
-[style*="background-color"]
|
|
|
-.button {
|
|
|
- background-color: transparent;
|
|
|
- border: 2px solid currentColor;
|
|
|
- color: currentColor;
|
|
|
+h2 {
|
|
|
+ font-size: 32px;
|
|
|
+ letter-spacing: undefined;
|
|
|
+ line-height: 1.3;
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * Button
|
|
|
- */
|
|
|
-/**
|
|
|
- * Block Options
|
|
|
- */
|
|
|
-.wp-block-button {
|
|
|
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
- font-size: 1em;
|
|
|
- font-weight: normal;
|
|
|
- line-height: 1;
|
|
|
+.h2 {
|
|
|
+ font-size: 32px;
|
|
|
+ letter-spacing: undefined;
|
|
|
+ line-height: 1.3;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button.is-style-outline {
|
|
|
- border: none;
|
|
|
+h3 {
|
|
|
+ font-size: 28px;
|
|
|
+ letter-spacing: undefined;
|
|
|
+ line-height: 1.3;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button.is-style-outline.wp-block-button__link {
|
|
|
- color: #3C8067;
|
|
|
- background: transparent;
|
|
|
- border: 2px solid currentcolor;
|
|
|
- padding: 23px 25px;
|
|
|
+.h3 {
|
|
|
+ font-size: 28px;
|
|
|
+ letter-spacing: undefined;
|
|
|
+ line-height: 1.3;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button.is-style-outline .wp-block-button__link {
|
|
|
- color: #3C8067;
|
|
|
- background: transparent;
|
|
|
- border: 2px solid currentcolor;
|
|
|
- padding: 23px 25px;
|
|
|
+h4 {
|
|
|
+ font-size: 24px;
|
|
|
+ letter-spacing: undefined;
|
|
|
+ line-height: 1.3;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button.is-style-outline.wp-block-button__link:active {
|
|
|
- color: #3C8067;
|
|
|
+.h4 {
|
|
|
+ font-size: 24px;
|
|
|
+ letter-spacing: undefined;
|
|
|
+ line-height: 1.3;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button.is-style-outline .wp-block-button__link:active {
|
|
|
- color: #3C8067;
|
|
|
+h5 {
|
|
|
+ font-size: 18px;
|
|
|
+ letter-spacing: undefined;
|
|
|
+ line-height: 1.3;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button.is-style-outline.wp-block-button__link:hover {
|
|
|
- color: #336D58;
|
|
|
+.h5 {
|
|
|
+ font-size: 18px;
|
|
|
+ letter-spacing: undefined;
|
|
|
+ line-height: 1.3;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button.is-style-outline.wp-block-button__link:focus {
|
|
|
- color: #336D58;
|
|
|
+h6 {
|
|
|
+ font-size: 1em;
|
|
|
+ letter-spacing: undefined;
|
|
|
+ line-height: 1.3;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button.is-style-outline.wp-block-button__link.has-focus {
|
|
|
- color: #336D58;
|
|
|
+.h6 {
|
|
|
+ font-size: 1em;
|
|
|
+ letter-spacing: undefined;
|
|
|
+ line-height: 1.3;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button.is-style-outline .wp-block-button__link:hover {
|
|
|
- color: #336D58;
|
|
|
+.wp-block-image {
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button.is-style-outline .wp-block-button__link:focus {
|
|
|
- color: #336D58;
|
|
|
+.wp-block-image figcaption {
|
|
|
+ color: #444444;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: undefined;
|
|
|
+ margin-top: 10px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button.is-style-outline .wp-block-button__link.has-focus {
|
|
|
- color: #336D58;
|
|
|
+.wp-block-image .alignright {
|
|
|
+ margin-left: 25px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button.is-style-squared .wp-block-button__link {
|
|
|
- border-radius: 0;
|
|
|
+.wp-block-image .alignleft {
|
|
|
+ margin-right: 25px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-code {
|
|
|
- color: #333333;
|
|
|
- font-size: 16px;
|
|
|
- padding: 20px;
|
|
|
- border-color: #EFEFEF;
|
|
|
+.entry-content > *[class="wp-block-image"],
|
|
|
+.entry-content [class*="inner-container"] > *[class="wp-block-image"] {
|
|
|
+ margin-top: 0;
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-code pre {
|
|
|
- color: #333333;
|
|
|
+.entry-content > *[class="wp-block-image"] + *,
|
|
|
+.entry-content [class*="inner-container"] > *[class="wp-block-image"] + * {
|
|
|
+ margin-top: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-columns {
|
|
|
- /**
|
|
|
- * Block Options
|
|
|
- */
|
|
|
+img {
|
|
|
+ height: auto;
|
|
|
+ max-width: 100%;
|
|
|
+ vertical-align: middle;
|
|
|
}
|
|
|
|
|
|
-.wp-block-columns .wp-block-column > * {
|
|
|
- margin-top: 19.8px;
|
|
|
- margin-bottom: 19.8px;
|
|
|
+.wp-block-latest-comments {
|
|
|
+ margin-left: 0;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .wp-block-columns .wp-block-column > * {
|
|
|
- margin-top: 30px;
|
|
|
- margin-bottom: 30px;
|
|
|
- }
|
|
|
+.wp-block-latest-comments .wp-block-latest-comments__comment {
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 1.7;
|
|
|
+ /* Vertical margins logic */
|
|
|
+ margin-top: 30px;
|
|
|
+ margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-columns .wp-block-column > *:first-child {
|
|
|
+.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
|
|
|
margin-top: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-columns .wp-block-column > *:last-child {
|
|
|
- margin-bottom: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-columns .wp-block-column:last-child {
|
|
|
+.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-columns .wp-block-column:not(:last-child) {
|
|
|
- margin-bottom: 19.8px;
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .wp-block-columns .wp-block-column:not(:last-child) {
|
|
|
- margin-bottom: 30px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 652px) {
|
|
|
- .wp-block-columns .wp-block-column:not(:last-child) {
|
|
|
- /* Resetting margins to match _block-container.scss */
|
|
|
- margin-bottom: 0;
|
|
|
- }
|
|
|
+.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
}
|
|
|
|
|
|
-.wp-block-columns.alignfull {
|
|
|
- padding-left: 20px;
|
|
|
- padding-right: 20px;
|
|
|
+.wp-block-latest-comments .wp-block-latest-comments__comment-date {
|
|
|
+ color: #444444;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover {
|
|
|
- background-color: #000000;
|
|
|
- min-height: 450px;
|
|
|
- margin-top: inherit;
|
|
|
- margin-bottom: inherit;
|
|
|
- /* default & custom background-color */
|
|
|
- /* Treating H2 separately to account for legacy /core styles */
|
|
|
+.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 1.7;
|
|
|
+ margin: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover-image {
|
|
|
- background-color: #000000;
|
|
|
- min-height: 450px;
|
|
|
- margin-top: inherit;
|
|
|
- margin-bottom: inherit;
|
|
|
- /* default & custom background-color */
|
|
|
- /* Treating H2 separately to account for legacy /core styles */
|
|
|
+.wp-block-latest-posts {
|
|
|
+ padding-left: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover .wp-block-cover__inner-container {
|
|
|
- color: currentColor;
|
|
|
+.wp-block-latest-posts:not(.is-grid) > li {
|
|
|
margin-top: 30px;
|
|
|
margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover .wp-block-cover-image-text {
|
|
|
- color: currentColor;
|
|
|
- margin-top: 30px;
|
|
|
- margin-bottom: 30px;
|
|
|
+.wp-block-latest-posts:not(.is-grid) > li:first-child {
|
|
|
+ margin-top: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover .wp-block-cover-text {
|
|
|
- color: currentColor;
|
|
|
- margin-top: 30px;
|
|
|
- margin-bottom: 30px;
|
|
|
+.wp-block-latest-posts:not(.is-grid) > li:last-child {
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover-image .wp-block-cover__inner-container {
|
|
|
- color: currentColor;
|
|
|
- margin-top: 30px;
|
|
|
+.wp-block-latest-posts.is-grid > li {
|
|
|
margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover-image .wp-block-cover-image-text {
|
|
|
- color: currentColor;
|
|
|
- margin-top: 30px;
|
|
|
- margin-bottom: 30px;
|
|
|
+.wp-block-latest-posts.is-grid > li:last-child {
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover-image .wp-block-cover-text {
|
|
|
- color: currentColor;
|
|
|
- margin-top: 30px;
|
|
|
- margin-bottom: 30px;
|
|
|
+.wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n + 2):nth-child(2n + 1),
|
|
|
+.wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n + 2):nth-child(2n + 1) ~ li,
|
|
|
+.wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n + 3):nth-child(3n + 1),
|
|
|
+.wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n + 3):nth-child(3n + 1) ~ li,
|
|
|
+.wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n + 4):nth-child(4n + 1),
|
|
|
+.wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n + 4):nth-child(4n + 1) ~ li,
|
|
|
+.wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n + 5):nth-child(5n + 1),
|
|
|
+.wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n + 5):nth-child(5n + 1) ~ li,
|
|
|
+.wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n + 6):nth-child(6n + 1),
|
|
|
+.wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n + 6):nth-child(6n + 1) ~ li {
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-.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 {
|
|
|
- color: currentColor;
|
|
|
+.wp-block-latest-posts > li > * {
|
|
|
+ margin-top: 15px;
|
|
|
+ margin-bottom: 15px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover:not([class*='background-color']) .wp-block-cover__inner-container {
|
|
|
- color: #FAFBF6;
|
|
|
+.wp-block-latest-posts > li > *:first-child {
|
|
|
+ margin-top: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover:not([class*='background-color']) .wp-block-cover-image-text {
|
|
|
- color: #FAFBF6;
|
|
|
+.wp-block-latest-posts > li > *:last-child {
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover:not([class*='background-color']) .wp-block-cover-text {
|
|
|
- color: #FAFBF6;
|
|
|
+.wp-block-latest-posts > li > a {
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+ font-size: 28px;
|
|
|
+ font-weight: normal;
|
|
|
+ line-height: 1.3;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover-image:not([class*='background-color']) .wp-block-cover__inner-container {
|
|
|
- color: #FAFBF6;
|
|
|
+.wp-block-latest-posts .wp-block-latest-posts__post-date {
|
|
|
+ color: #444444;
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 1.7;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-image-text {
|
|
|
- color: #FAFBF6;
|
|
|
+.entry-content [class*="inner-container"] .wp-block-latest-posts .wp-block-latest-posts__post-date,
|
|
|
+.entry-content .has-background .wp-block-latest-posts .wp-block-latest-posts__post-date {
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-text {
|
|
|
- color: #FAFBF6;
|
|
|
+.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
|
|
|
+ font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 1.7;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover h2 {
|
|
|
- font-size: 32px;
|
|
|
- letter-spacing: undefined;
|
|
|
- line-height: 1.3;
|
|
|
- max-width: inherit;
|
|
|
- text-align: inherit;
|
|
|
- padding: 0;
|
|
|
+.wp-block-latest-posts .wp-block-latest-posts__post-full-content {
|
|
|
+ font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 1.7;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover-image h2 {
|
|
|
- font-size: 32px;
|
|
|
- letter-spacing: undefined;
|
|
|
- line-height: 1.3;
|
|
|
- max-width: inherit;
|
|
|
- text-align: inherit;
|
|
|
- padding: 0;
|
|
|
+.wp-block-latest-posts.alignfull {
|
|
|
+ padding-left: 20px;
|
|
|
+ padding-right: 20px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover h2.has-text-align-left,
|
|
|
-.wp-block-cover-image h2.has-text-align-left {
|
|
|
- text-align: left;
|
|
|
+.entry-content [class*="inner-container"] .wp-block-latest-posts.alignfull,
|
|
|
+.entry-content .has-background .wp-block-latest-posts.alignfull {
|
|
|
+ padding-left: 0;
|
|
|
+ padding-right: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover h2.has-text-align-center,
|
|
|
-.wp-block-cover-image h2.has-text-align-center {
|
|
|
+.gallery-item {
|
|
|
+ display: inline-block;
|
|
|
text-align: center;
|
|
|
+ vertical-align: top;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover h2.has-text-align-right,
|
|
|
-.wp-block-cover-image h2.has-text-align-right {
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-cover .wp-block-cover__inner-container {
|
|
|
- width: calc(100% - 60px);
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-cover-image .wp-block-cover__inner-container {
|
|
|
- width: calc(100% - 60px);
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-cover .wp-block-cover__inner-container > * {
|
|
|
- margin-top: 19.98px;
|
|
|
- margin-bottom: 19.98px;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-cover-image .wp-block-cover__inner-container > * {
|
|
|
- margin-top: 19.98px;
|
|
|
- margin-bottom: 19.98px;
|
|
|
+.gallery-item a {
|
|
|
+ display: block;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .wp-block-cover .wp-block-cover__inner-container > * {
|
|
|
- margin-top: 30px;
|
|
|
- margin-bottom: 30px;
|
|
|
- }
|
|
|
- .wp-block-cover-image .wp-block-cover__inner-container > * {
|
|
|
- margin-top: 30px;
|
|
|
- margin-bottom: 30px;
|
|
|
- }
|
|
|
+.gallery-columns-2 .gallery-item {
|
|
|
+ max-width: 50%;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover .wp-block-cover__inner-container > *:first-child,
|
|
|
-.wp-block-cover-image .wp-block-cover__inner-container > *:first-child {
|
|
|
- margin-top: 0;
|
|
|
+.gallery-columns-3 .gallery-item {
|
|
|
+ max-width: 33.33%;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover .wp-block-cover__inner-container > *:last-child,
|
|
|
-.wp-block-cover-image .wp-block-cover__inner-container > *:last-child {
|
|
|
- margin-bottom: 0;
|
|
|
+.gallery-columns-4 .gallery-item {
|
|
|
+ max-width: 25%;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover.alignleft, .wp-block-cover.alignright,
|
|
|
-.wp-block-cover-image.alignleft,
|
|
|
-.wp-block-cover-image.alignright {
|
|
|
- margin-top: 0;
|
|
|
+.gallery-columns-5 .gallery-item {
|
|
|
+ max-width: 20%;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover.alignleft > * {
|
|
|
- margin-top: 60px;
|
|
|
- margin-bottom: 60px;
|
|
|
- padding-left: 25px;
|
|
|
- padding-right: 25px;
|
|
|
- width: 100%;
|
|
|
+.gallery-columns-6 .gallery-item {
|
|
|
+ max-width: 16.66%;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover.alignright > * {
|
|
|
- margin-top: 60px;
|
|
|
- margin-bottom: 60px;
|
|
|
- padding-left: 25px;
|
|
|
- padding-right: 25px;
|
|
|
- width: 100%;
|
|
|
+.gallery-columns-7 .gallery-item {
|
|
|
+ max-width: 14.28%;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover-image.alignleft > * {
|
|
|
- margin-top: 60px;
|
|
|
- margin-bottom: 60px;
|
|
|
- padding-left: 25px;
|
|
|
- padding-right: 25px;
|
|
|
- width: 100%;
|
|
|
+.gallery-columns-8 .gallery-item {
|
|
|
+ max-width: 12.5%;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover-image.alignright > * {
|
|
|
- margin-top: 60px;
|
|
|
- margin-bottom: 60px;
|
|
|
- padding-left: 25px;
|
|
|
- padding-right: 25px;
|
|
|
- width: 100%;
|
|
|
+.gallery-columns-9 .gallery-item {
|
|
|
+ max-width: 11.11%;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover.has-left-content, .wp-block-cover.has-right-content,
|
|
|
-.wp-block-cover-image.has-left-content,
|
|
|
-.wp-block-cover-image.has-right-content {
|
|
|
- justify-content: center;
|
|
|
+.gallery-caption {
|
|
|
+ display: block;
|
|
|
}
|
|
|
|
|
|
-.wp-block-file a.wp-block-file__button:active {
|
|
|
- color: #FFFFFF;
|
|
|
- opacity: inherit;
|
|
|
+ul {
|
|
|
+ font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
+ margin: 0;
|
|
|
+ padding-left: 50px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-file a.wp-block-file__button:focus {
|
|
|
- color: #FFFFFF;
|
|
|
- opacity: inherit;
|
|
|
+ol {
|
|
|
+ font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
+ margin: 0;
|
|
|
+ padding-left: 50px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-file a.wp-block-file__button:hover {
|
|
|
- color: #FFFFFF;
|
|
|
- opacity: inherit;
|
|
|
+ul.aligncenter,
|
|
|
+ol.aligncenter {
|
|
|
+ list-style-position: inside;
|
|
|
+ padding: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-file a.wp-block-file__button:visited {
|
|
|
- color: #FFFFFF;
|
|
|
- opacity: inherit;
|
|
|
+ul.alignright,
|
|
|
+ol.alignright {
|
|
|
+ list-style-position: inside;
|
|
|
+ text-align: right;
|
|
|
+ padding: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-file .wp-block-file__button {
|
|
|
- display: inline-block;
|
|
|
- padding: 11.5px 12.5px;
|
|
|
+ul {
|
|
|
+ list-style-type: disc;
|
|
|
}
|
|
|
|
|
|
-.wp-block-gallery {
|
|
|
- margin: 0;
|
|
|
+ol {
|
|
|
+ list-style-type: decimal;
|
|
|
}
|
|
|
|
|
|
-.wp-block-gallery .blocks-gallery-image figcaption {
|
|
|
- margin: 0;
|
|
|
- color: white;
|
|
|
- font: 16px;
|
|
|
+dt {
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
|
|
|
-.wp-block-gallery .blocks-gallery-item figcaption {
|
|
|
+dd {
|
|
|
margin: 0;
|
|
|
- color: white;
|
|
|
- font: 16px;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-gallery .blocks-gallery-image {
|
|
|
- width: calc((100% - 20px)/2);
|
|
|
+ padding-left: 50px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-gallery .blocks-gallery-item {
|
|
|
- width: calc((100% - 20px)/2);
|
|
|
+.wp-block-media-text {
|
|
|
+ /**
|
|
|
+ * Block Options
|
|
|
+ */
|
|
|
}
|
|
|
|
|
|
-.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
|
|
|
- max-width: 50%;
|
|
|
+.wp-block-media-text .wp-block-media-text__content {
|
|
|
+ padding: 25px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-group .wp-block-group__inner-container {
|
|
|
- margin-left: auto;
|
|
|
- margin-right: auto;
|
|
|
- padding-left: 25px;
|
|
|
- padding-right: 25px;
|
|
|
+@media only screen and (min-width: 592px) {
|
|
|
+ .wp-block-media-text .wp-block-media-text__content {
|
|
|
+ padding: 30px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.wp-block-group .wp-block-group__inner-container > * {
|
|
|
+.wp-block-media-text .wp-block-media-text__content > * {
|
|
|
margin-top: 19.98px;
|
|
|
margin-bottom: 19.98px;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 482px) {
|
|
|
- .wp-block-group .wp-block-group__inner-container > * {
|
|
|
+ .wp-block-media-text .wp-block-media-text__content > * {
|
|
|
margin-top: 30px;
|
|
|
margin-bottom: 30px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.wp-block-group .wp-block-group__inner-container > *:first-child {
|
|
|
+.wp-block-media-text .wp-block-media-text__content > *:first-child {
|
|
|
margin-top: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-group .wp-block-group__inner-container > *:last-child {
|
|
|
+.wp-block-media-text .wp-block-media-text__content > *:last-child {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-group.has-background {
|
|
|
- padding: 19.98px;
|
|
|
+.wp-block-media-text[class*="background-color"]:not(.has-background-background-color) .wp-block-media-text__content a, .wp-block-media-text[style*="background-color"] .wp-block-media-text__content a {
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 482px) {
|
|
|
- .wp-block-group.has-background {
|
|
|
- padding: 30px;
|
|
|
+ .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
|
|
|
+ padding-top: 30px;
|
|
|
+ padding-bottom: 30px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-h1 {
|
|
|
- clear: both;
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
- font-weight: normal;
|
|
|
-}
|
|
|
-
|
|
|
-.h1 {
|
|
|
- clear: both;
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
- font-weight: normal;
|
|
|
+.wp-block-navigation .wp-block-navigation-link {
|
|
|
+ padding: 0;
|
|
|
}
|
|
|
|
|
|
-h2 {
|
|
|
- clear: both;
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
- font-weight: normal;
|
|
|
+.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
|
|
|
+ padding: 13.2px;
|
|
|
}
|
|
|
|
|
|
-.h2 {
|
|
|
- clear: both;
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__label {
|
|
|
+ font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
+ font-size: 16px;
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
|
|
|
-h3 {
|
|
|
- clear: both;
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
- font-weight: normal;
|
|
|
+.wp-block-navigation .wp-block-navigation-link__submenu-icon {
|
|
|
+ padding: 0;
|
|
|
}
|
|
|
|
|
|
-.h3 {
|
|
|
- clear: both;
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
- font-weight: normal;
|
|
|
+.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation-link {
|
|
|
+ display: inherit;
|
|
|
}
|
|
|
|
|
|
-h4 {
|
|
|
- clear: both;
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
- font-weight: normal;
|
|
|
+.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container {
|
|
|
+ border: none;
|
|
|
+ left: 0;
|
|
|
+ margin-left: 13.2px;
|
|
|
+ min-width: max-content;
|
|
|
+ opacity: 0;
|
|
|
+ padding: 0;
|
|
|
+ position: inherit;
|
|
|
+ top: inherit;
|
|
|
}
|
|
|
|
|
|
-.h4 {
|
|
|
- clear: both;
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
- font-weight: normal;
|
|
|
+.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link .wp-block-navigation-link__content {
|
|
|
+ display: inline-block;
|
|
|
+ padding: 6.6px 13.2px;
|
|
|
}
|
|
|
|
|
|
-h5 {
|
|
|
- clear: both;
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
- font-weight: normal;
|
|
|
+.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon {
|
|
|
+ display: none;
|
|
|
}
|
|
|
|
|
|
-.h5 {
|
|
|
- clear: both;
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
- font-weight: normal;
|
|
|
+.wp-block-navigation > .wp-block-navigation__container .has-child:hover .wp-block-navigation__container, .wp-block-navigation > .wp-block-navigation__container .has-child:focus-within .wp-block-navigation__container {
|
|
|
+ display: block;
|
|
|
+ opacity: 1;
|
|
|
+ visibility: visible;
|
|
|
}
|
|
|
|
|
|
-h6 {
|
|
|
- clear: both;
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
- font-weight: normal;
|
|
|
+.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container {
|
|
|
+ background: #FFFFFF;
|
|
|
+ box-shadow: 1px 1px 3px 0px rgba( 0, 0, 0, 0.2 );
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ position: absolute;
|
|
|
+ top: 100%;
|
|
|
}
|
|
|
|
|
|
-.h6 {
|
|
|
- clear: both;
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
- font-weight: normal;
|
|
|
+.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover {
|
|
|
+ color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-h1 strong {
|
|
|
- font-weight: 600;
|
|
|
+.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:focus {
|
|
|
+ color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-.h1 strong {
|
|
|
- font-weight: 600;
|
|
|
+.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link__content {
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-h2 strong {
|
|
|
- font-weight: 600;
|
|
|
+p {
|
|
|
+ line-height: --global--line-height-body;
|
|
|
}
|
|
|
|
|
|
-.h2 strong {
|
|
|
- font-weight: 600;
|
|
|
+p.has-background {
|
|
|
+ padding: 20px;
|
|
|
}
|
|
|
|
|
|
-h3 strong {
|
|
|
- font-weight: 600;
|
|
|
+.a8c-posts-list__listing {
|
|
|
+ list-style: none;
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
}
|
|
|
|
|
|
-.h3 strong {
|
|
|
- font-weight: 600;
|
|
|
+.a8c-posts-list__listing:not(:last-child) {
|
|
|
+ margin-bottom: 90px;
|
|
|
}
|
|
|
|
|
|
-h4 strong {
|
|
|
- font-weight: 600;
|
|
|
+.a8c-posts-list-item__featured span {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #000000;
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 1;
|
|
|
+ padding: 10px 13.2px;
|
|
|
}
|
|
|
|
|
|
-.h4 strong {
|
|
|
- font-weight: 600;
|
|
|
+.a8c-posts-list__item {
|
|
|
+ display: block;
|
|
|
+ /* Vertical margins logic between posts */
|
|
|
+ margin-top: 90px;
|
|
|
+ margin-bottom: 90px;
|
|
|
}
|
|
|
|
|
|
-h5 strong {
|
|
|
- font-weight: 600;
|
|
|
+.a8c-posts-list__item:first-child {
|
|
|
+ margin-top: 0;
|
|
|
}
|
|
|
|
|
|
-.h5 strong {
|
|
|
- font-weight: 600;
|
|
|
+.a8c-posts-list__item:last-child {
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-h6 strong {
|
|
|
- font-weight: 600;
|
|
|
+.a8c-posts-list__item .entry > * {
|
|
|
+ /* Vertical margins logic between post details */
|
|
|
+ margin-top: 20px;
|
|
|
+ margin-bottom: 20px;
|
|
|
}
|
|
|
|
|
|
-.h6 strong {
|
|
|
- font-weight: 600;
|
|
|
+.a8c-posts-list__item .entry > *:first-child {
|
|
|
+ margin-top: 0;
|
|
|
}
|
|
|
|
|
|
-h1 {
|
|
|
- font-size: 48px;
|
|
|
- letter-spacing: undefined;
|
|
|
- line-height: 1.3;
|
|
|
+.a8c-posts-list__item .entry > *:last-child {
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-.h1 {
|
|
|
- font-size: 48px;
|
|
|
- letter-spacing: undefined;
|
|
|
- line-height: 1.3;
|
|
|
+.a8c-posts-list__item .a8c-posts-list-item__meta {
|
|
|
+ color: #444444;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
|
|
|
-h2 {
|
|
|
- font-size: 32px;
|
|
|
- letter-spacing: undefined;
|
|
|
- line-height: 1.3;
|
|
|
+.a8c-posts-list__item .a8c-posts-list-item__meta a {
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.h2 {
|
|
|
- font-size: 32px;
|
|
|
- letter-spacing: undefined;
|
|
|
- line-height: 1.3;
|
|
|
+.a8c-posts-list__item .a8c-posts-list-item__meta a:hover {
|
|
|
+ color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-h3 {
|
|
|
- font-size: 28px;
|
|
|
- letter-spacing: undefined;
|
|
|
- line-height: 1.3;
|
|
|
+.a8c-posts-list__item .a8c-posts-list-item__meta a:active {
|
|
|
+ color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-.h3 {
|
|
|
- font-size: 28px;
|
|
|
- letter-spacing: undefined;
|
|
|
- line-height: 1.3;
|
|
|
+.a8c-posts-list__item .a8c-posts-list-item__edit-link {
|
|
|
+ margin-left: 20px;
|
|
|
}
|
|
|
|
|
|
-h4 {
|
|
|
- font-size: 24px;
|
|
|
- letter-spacing: undefined;
|
|
|
- line-height: 1.3;
|
|
|
+.a8c-posts-list__view-all {
|
|
|
+ display: inline-block;
|
|
|
}
|
|
|
|
|
|
-.h4 {
|
|
|
- font-size: 24px;
|
|
|
- letter-spacing: undefined;
|
|
|
- line-height: 1.3;
|
|
|
+.wp-block-pullquote {
|
|
|
+ padding: 40px 0;
|
|
|
+ margin-left: 0;
|
|
|
+ margin-right: 0;
|
|
|
+ text-align: left;
|
|
|
+ border-top-color: transparent;
|
|
|
+ border-top-width: 0;
|
|
|
+ border-bottom-color: transparent;
|
|
|
+ border-bottom-width: 0;
|
|
|
+ color: #333333;
|
|
|
+ /**
|
|
|
+ * Block Options
|
|
|
+ */
|
|
|
}
|
|
|
|
|
|
-h5 {
|
|
|
- font-size: 18px;
|
|
|
+.wp-block-pullquote p {
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+ font-size: 32px;
|
|
|
+ font-style: italic;
|
|
|
letter-spacing: undefined;
|
|
|
line-height: 1.3;
|
|
|
+ margin: 0;
|
|
|
}
|
|
|
|
|
|
-.h5 {
|
|
|
- font-size: 18px;
|
|
|
- letter-spacing: undefined;
|
|
|
- line-height: 1.3;
|
|
|
+.wp-block-pullquote a {
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-h6 {
|
|
|
- font-size: 1em;
|
|
|
- letter-spacing: undefined;
|
|
|
- line-height: 1.3;
|
|
|
+.wp-block-pullquote .wp-block-pullquote__citation {
|
|
|
+ color: currentColor;
|
|
|
+ display: block;
|
|
|
+ font-size: 14px;
|
|
|
+ text-transform: none;
|
|
|
}
|
|
|
|
|
|
-.h6 {
|
|
|
- font-size: 1em;
|
|
|
- letter-spacing: undefined;
|
|
|
- line-height: 1.3;
|
|
|
+.wp-block-pullquote cite {
|
|
|
+ color: currentColor;
|
|
|
+ display: block;
|
|
|
+ font-size: 14px;
|
|
|
+ text-transform: none;
|
|
|
}
|
|
|
|
|
|
-.wp-block-image {
|
|
|
- text-align: center;
|
|
|
+.wp-block-pullquote footer {
|
|
|
+ color: currentColor;
|
|
|
+ display: block;
|
|
|
+ font-size: 14px;
|
|
|
+ text-transform: none;
|
|
|
}
|
|
|
|
|
|
-.wp-block-image figcaption {
|
|
|
- color: #444444;
|
|
|
- font-size: 14px;
|
|
|
- line-height: undefined;
|
|
|
- margin-top: 10px;
|
|
|
- margin-bottom: 20px;
|
|
|
- text-align: center;
|
|
|
+.wp-block-pullquote:not(.is-style-solid-color) {
|
|
|
+ background: none;
|
|
|
}
|
|
|
|
|
|
-.wp-block-image .alignright {
|
|
|
- margin-left: 25px;
|
|
|
+.wp-block-pullquote.is-style-large {
|
|
|
+ border-left-color: #3C8067;
|
|
|
+ border-left-style: solid;
|
|
|
+ border-left-width: 1px;
|
|
|
+ font-style: normal;
|
|
|
}
|
|
|
|
|
|
-.wp-block-image .alignleft {
|
|
|
- margin-right: 25px;
|
|
|
+.wp-block-pullquote.alignwide > p {
|
|
|
+ max-width: 100%;
|
|
|
}
|
|
|
|
|
|
-.entry-content > *[class="wp-block-image"],
|
|
|
-.entry-content [class*="inner-container"] > *[class="wp-block-image"] {
|
|
|
- margin-top: 0;
|
|
|
- margin-bottom: 0;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .wp-block-pullquote.alignwide > p {
|
|
|
+ max-width: 432px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.entry-content > *[class="wp-block-image"] + *,
|
|
|
-.entry-content [class*="inner-container"] > *[class="wp-block-image"] + * {
|
|
|
- margin-top: 0;
|
|
|
+@media only screen and (min-width: 592px) {
|
|
|
+ .wp-block-pullquote.alignwide > p {
|
|
|
+ max-width: 542px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-img {
|
|
|
- height: auto;
|
|
|
- max-width: 100%;
|
|
|
- vertical-align: middle;
|
|
|
+@media only screen and (min-width: 652px) {
|
|
|
+ .wp-block-pullquote.alignwide > p {
|
|
|
+ max-width: 602px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.wp-block-latest-comments {
|
|
|
- margin-left: 0;
|
|
|
+@media only screen and (min-width: 822px) {
|
|
|
+ .wp-block-pullquote.alignwide > p {
|
|
|
+ max-width: 772px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.wp-block-latest-comments .wp-block-latest-comments__comment {
|
|
|
- font-size: 16px;
|
|
|
- line-height: 1.7;
|
|
|
- /* Vertical margins logic */
|
|
|
- margin-top: 30px;
|
|
|
- margin-bottom: 30px;
|
|
|
+@media only screen and (min-width: 1024px) {
|
|
|
+ .wp-block-pullquote.alignwide > p {
|
|
|
+ max-width: 772px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
|
|
|
- margin-top: 0;
|
|
|
+.wp-block-pullquote.alignwide blockquote {
|
|
|
+ max-width: 100%;
|
|
|
}
|
|
|
|
|
|
-.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
|
|
|
- margin-bottom: 0;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .wp-block-pullquote.alignwide blockquote {
|
|
|
+ max-width: 432px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+@media only screen and (min-width: 592px) {
|
|
|
+ .wp-block-pullquote.alignwide blockquote {
|
|
|
+ max-width: 542px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.wp-block-latest-comments .wp-block-latest-comments__comment-date {
|
|
|
- color: #444444;
|
|
|
- font-size: 16px;
|
|
|
+@media only screen and (min-width: 652px) {
|
|
|
+ .wp-block-pullquote.alignwide blockquote {
|
|
|
+ max-width: 602px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
|
|
|
- font-size: 16px;
|
|
|
- line-height: 1.7;
|
|
|
- margin: 0;
|
|
|
+@media only screen and (min-width: 822px) {
|
|
|
+ .wp-block-pullquote.alignwide blockquote {
|
|
|
+ max-width: 772px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.wp-block-latest-posts {
|
|
|
- padding-left: 0;
|
|
|
+@media only screen and (min-width: 1024px) {
|
|
|
+ .wp-block-pullquote.alignwide blockquote {
|
|
|
+ max-width: 772px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.wp-block-latest-posts:not(.is-grid) > li {
|
|
|
- margin-top: 30px;
|
|
|
- margin-bottom: 30px;
|
|
|
+.wp-block-pullquote.alignfull:not(.is-style-solid-color) > p {
|
|
|
+ padding: 0 40px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-latest-posts:not(.is-grid) > li:first-child {
|
|
|
- margin-top: 0;
|
|
|
+.wp-block-pullquote.alignfull:not(.is-style-solid-color) blockquote {
|
|
|
+ padding: 0 40px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-latest-posts:not(.is-grid) > li:last-child {
|
|
|
- margin-bottom: 0;
|
|
|
+.wp-block-pullquote.is-style-solid-color {
|
|
|
+ background-color: #333333;
|
|
|
+ color: #FFFFFF;
|
|
|
+ padding: 40px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-latest-posts.is-grid > li {
|
|
|
- margin-bottom: 30px;
|
|
|
+.wp-block-pullquote.is-style-solid-color blockquote {
|
|
|
+ max-width: inherit;
|
|
|
}
|
|
|
|
|
|
-.wp-block-latest-posts.is-grid > li:last-child {
|
|
|
- margin-bottom: 0;
|
|
|
+.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
|
|
+.wp-block-pullquote.is-style-solid-color cite,
|
|
|
+.wp-block-pullquote.is-style-solid-color footer {
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n + 2):nth-child(2n + 1),
|
|
|
-.wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n + 2):nth-child(2n + 1) ~ li,
|
|
|
-.wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n + 3):nth-child(3n + 1),
|
|
|
-.wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n + 3):nth-child(3n + 1) ~ li,
|
|
|
-.wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n + 4):nth-child(4n + 1),
|
|
|
-.wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n + 4):nth-child(4n + 1) ~ li,
|
|
|
-.wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n + 5):nth-child(5n + 1),
|
|
|
-.wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n + 5):nth-child(5n + 1) ~ li,
|
|
|
-.wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n + 6):nth-child(6n + 1),
|
|
|
-.wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n + 6):nth-child(6n + 1) ~ li {
|
|
|
- margin-bottom: 0;
|
|
|
+.wp-block-quote {
|
|
|
+ border-left: 1px solid #3C8067;
|
|
|
+ margin: 30px 0;
|
|
|
+ padding-left: 25px;
|
|
|
+ /**
|
|
|
+ * Block Options
|
|
|
+ */
|
|
|
}
|
|
|
|
|
|
-.wp-block-latest-posts > li > * {
|
|
|
- margin-top: 15px;
|
|
|
- margin-bottom: 15px;
|
|
|
+.wp-block-quote > * {
|
|
|
+ margin-top: 20px;
|
|
|
+ margin-bottom: 20px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-latest-posts > li > *:first-child {
|
|
|
+.wp-block-quote > *:first-child {
|
|
|
margin-top: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-latest-posts > li > *:last-child {
|
|
|
+.wp-block-quote > *:last-child {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-latest-posts > li > a {
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
- font-size: 28px;
|
|
|
- font-weight: normal;
|
|
|
- line-height: 1.3;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-latest-posts .wp-block-latest-posts__post-date {
|
|
|
- color: #444444;
|
|
|
- font-size: 16px;
|
|
|
+.wp-block-quote p {
|
|
|
+ font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
+ font-size: 18px;
|
|
|
+ font-style: normal;
|
|
|
line-height: 1.7;
|
|
|
}
|
|
|
|
|
|
-.entry-content [class*="inner-container"] .wp-block-latest-posts .wp-block-latest-posts__post-date,
|
|
|
-.entry-content .has-background .wp-block-latest-posts .wp-block-latest-posts__post-date {
|
|
|
- color: currentColor;
|
|
|
+.wp-block-quote .wp-block-quote__citation {
|
|
|
+ color: #444444;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
|
|
|
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
- font-size: 16px;
|
|
|
- line-height: 1.7;
|
|
|
+.wp-block-quote cite {
|
|
|
+ color: #444444;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-latest-posts .wp-block-latest-posts__post-full-content {
|
|
|
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
- font-size: 16px;
|
|
|
- line-height: 1.7;
|
|
|
+.wp-block-quote footer {
|
|
|
+ color: #444444;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-latest-posts.alignfull {
|
|
|
- padding-left: 20px;
|
|
|
- padding-right: 20px;
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation,
|
|
|
+[style*="background-color"] .wp-block-quote .wp-block-quote__citation,
|
|
|
+.wp-block-cover[style*="background-image"] .wp-block-quote .wp-block-quote__citation, .has-background:not(.has-background-background-color)
|
|
|
+.wp-block-quote cite,
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
+.wp-block-quote cite,
|
|
|
+[style*="background-color"]
|
|
|
+.wp-block-quote cite,
|
|
|
+.wp-block-cover[style*="background-image"]
|
|
|
+.wp-block-quote cite, .has-background:not(.has-background-background-color)
|
|
|
+.wp-block-quote footer,
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
+.wp-block-quote footer,
|
|
|
+[style*="background-color"]
|
|
|
+.wp-block-quote footer,
|
|
|
+.wp-block-cover[style*="background-image"]
|
|
|
+.wp-block-quote footer {
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.entry-content [class*="inner-container"] .wp-block-latest-posts.alignfull,
|
|
|
-.entry-content .has-background .wp-block-latest-posts.alignfull {
|
|
|
+.wp-block-quote.has-text-align-right {
|
|
|
+ border-left: none;
|
|
|
+ border-right: 1px solid #3C8067;
|
|
|
padding-left: 0;
|
|
|
- padding-right: 0;
|
|
|
+ padding-right: 25px;
|
|
|
}
|
|
|
|
|
|
-.gallery-item {
|
|
|
- display: inline-block;
|
|
|
- text-align: center;
|
|
|
- vertical-align: top;
|
|
|
- width: 100%;
|
|
|
+.wp-block-quote.has-text-align-center {
|
|
|
+ border: none;
|
|
|
}
|
|
|
|
|
|
-.gallery-item a {
|
|
|
- display: block;
|
|
|
+.wp-block-quote.is-style-large {
|
|
|
+ /* Resetting margins to match _block-container.scss */
|
|
|
+ margin-top: 30px;
|
|
|
+ margin-bottom: 30px;
|
|
|
+ padding-left: 25px;
|
|
|
}
|
|
|
|
|
|
-.gallery-columns-2 .gallery-item {
|
|
|
- max-width: 50%;
|
|
|
+.wp-block-quote.is-large {
|
|
|
+ /* Resetting margins to match _block-container.scss */
|
|
|
+ margin-top: 30px;
|
|
|
+ margin-bottom: 30px;
|
|
|
+ padding-left: 25px;
|
|
|
}
|
|
|
|
|
|
-.gallery-columns-3 .gallery-item {
|
|
|
- max-width: 33.33%;
|
|
|
+.wp-block-quote.is-style-large.has-text-align-right {
|
|
|
+ padding-left: 0;
|
|
|
+ padding-right: 25px;
|
|
|
}
|
|
|
|
|
|
-.gallery-columns-4 .gallery-item {
|
|
|
- max-width: 25%;
|
|
|
+.wp-block-quote.is-large.has-text-align-right {
|
|
|
+ padding-left: 0;
|
|
|
+ padding-right: 25px;
|
|
|
}
|
|
|
|
|
|
-.gallery-columns-5 .gallery-item {
|
|
|
- max-width: 20%;
|
|
|
+.wp-block-quote.is-style-large.has-text-align-center {
|
|
|
+ padding: 0 25px;
|
|
|
}
|
|
|
|
|
|
-.gallery-columns-6 .gallery-item {
|
|
|
- max-width: 16.66%;
|
|
|
+.wp-block-quote.is-large.has-text-align-center {
|
|
|
+ padding: 0 25px;
|
|
|
}
|
|
|
|
|
|
-.gallery-columns-7 .gallery-item {
|
|
|
- max-width: 14.28%;
|
|
|
+.wp-block-quote.is-style-large p {
|
|
|
+ font-size: 24px;
|
|
|
+ font-style: normal;
|
|
|
+ line-height: 1.5;
|
|
|
}
|
|
|
|
|
|
-.gallery-columns-8 .gallery-item {
|
|
|
- max-width: 12.5%;
|
|
|
+.wp-block-quote.is-large p {
|
|
|
+ font-size: 24px;
|
|
|
+ font-style: normal;
|
|
|
+ line-height: 1.5;
|
|
|
}
|
|
|
|
|
|
-.gallery-columns-9 .gallery-item {
|
|
|
- max-width: 11.11%;
|
|
|
+.wp-block-quote.is-style-large .wp-block-quote__citation {
|
|
|
+ color: #444444;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
|
|
|
-.gallery-caption {
|
|
|
- display: block;
|
|
|
+.wp-block-quote.is-style-large cite {
|
|
|
+ color: #444444;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
|
|
|
-ul {
|
|
|
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
- margin: 0;
|
|
|
- padding-left: 50px;
|
|
|
+.wp-block-quote.is-style-large footer {
|
|
|
+ color: #444444;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
|
|
|
-ol {
|
|
|
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
- margin: 0;
|
|
|
- padding-left: 50px;
|
|
|
+.wp-block-quote.is-large .wp-block-quote__citation {
|
|
|
+ color: #444444;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
|
|
|
-ul.aligncenter,
|
|
|
-ol.aligncenter {
|
|
|
- list-style-position: inside;
|
|
|
- padding: 0;
|
|
|
+.wp-block-quote.is-large cite {
|
|
|
+ color: #444444;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
|
|
|
-ul.alignright,
|
|
|
-ol.alignright {
|
|
|
- list-style-position: inside;
|
|
|
- text-align: right;
|
|
|
- padding: 0;
|
|
|
+.wp-block-quote.is-large footer {
|
|
|
+ color: #444444;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
|
|
|
-ul {
|
|
|
- list-style-type: disc;
|
|
|
-}
|
|
|
-
|
|
|
-ol {
|
|
|
- list-style-type: decimal;
|
|
|
-}
|
|
|
-
|
|
|
-dt {
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-
|
|
|
-dd {
|
|
|
- margin: 0;
|
|
|
- padding-left: 50px;
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-quote,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-quote,
|
|
|
+[style*="background-color"] .wp-block-quote,
|
|
|
+.wp-block-cover[style*="background-image"] .wp-block-quote {
|
|
|
+ border-color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.wp-block-media-text {
|
|
|
- /**
|
|
|
- * Block Options
|
|
|
- */
|
|
|
+.wp-block-search {
|
|
|
+ display: flex;
|
|
|
+ max-width: 100%;
|
|
|
}
|
|
|
|
|
|
-.wp-block-media-text .wp-block-media-text__content {
|
|
|
- padding: 25px;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .wp-block-search {
|
|
|
+ max-width: 432px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 592px) {
|
|
|
- .wp-block-media-text .wp-block-media-text__content {
|
|
|
- padding: 30px;
|
|
|
+ .wp-block-search {
|
|
|
+ max-width: 432px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.wp-block-media-text .wp-block-media-text__content > * {
|
|
|
- margin-top: 19.98px;
|
|
|
- margin-bottom: 19.98px;
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .wp-block-media-text .wp-block-media-text__content > * {
|
|
|
- margin-top: 30px;
|
|
|
- margin-bottom: 30px;
|
|
|
+@media only screen and (min-width: 652px) {
|
|
|
+ .wp-block-search {
|
|
|
+ max-width: 542px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.wp-block-media-text .wp-block-media-text__content > *:first-child {
|
|
|
- margin-top: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-media-text .wp-block-media-text__content > *:last-child {
|
|
|
- margin-bottom: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-media-text[class*="background-color"]:not(.has-background-background-color) .wp-block-media-text__content a, .wp-block-media-text[style*="background-color"] .wp-block-media-text__content a {
|
|
|
- color: currentColor;
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
|
|
|
- padding-top: 30px;
|
|
|
- padding-bottom: 30px;
|
|
|
+@media only screen and (min-width: 822px) {
|
|
|
+ .wp-block-search {
|
|
|
+ max-width: 602px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.wp-block-navigation .wp-block-navigation-link {
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
|
|
|
- padding: 13.2px;
|
|
|
+@media only screen and (min-width: 1024px) {
|
|
|
+ .wp-block-search {
|
|
|
+ max-width: 602px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__label {
|
|
|
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
- font-size: 16px;
|
|
|
+.wp-block-search .wp-block-search__label {
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
|
|
|
-.wp-block-navigation .wp-block-navigation-link__submenu-icon {
|
|
|
- padding: 0;
|
|
|
+.wp-block-search .wp-block-search__input {
|
|
|
+ border: 2px solid #EFEFEF;
|
|
|
+ border-radius: 0;
|
|
|
+ color: #333333;
|
|
|
+ line-height: 1.7;
|
|
|
+ max-width: inherit;
|
|
|
+ margin-right: 16.5px;
|
|
|
+ padding: 10px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation-link {
|
|
|
- display: inherit;
|
|
|
+.wp-block-search .wp-block-search__input:focus {
|
|
|
+ color: #333333;
|
|
|
+ border-color: #EFEFEF;
|
|
|
}
|
|
|
|
|
|
-.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container {
|
|
|
- border: none;
|
|
|
- left: 0;
|
|
|
- margin-left: 13.2px;
|
|
|
- min-width: max-content;
|
|
|
- opacity: 0;
|
|
|
- padding: 0;
|
|
|
- position: inherit;
|
|
|
- top: inherit;
|
|
|
+hr {
|
|
|
+ border-style: none;
|
|
|
+ border-bottom: 2px solid #EFEFEF;
|
|
|
+ clear: both;
|
|
|
+ margin-left: auto;
|
|
|
+ margin-right: auto;
|
|
|
}
|
|
|
|
|
|
-.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link .wp-block-navigation-link__content {
|
|
|
- display: inline-block;
|
|
|
- padding: 6.6px 13.2px;
|
|
|
+hr.wp-block-separator {
|
|
|
+ border-bottom: 2px solid #EFEFEF;
|
|
|
+ /**
|
|
|
+ * Block Options
|
|
|
+ */
|
|
|
}
|
|
|
|
|
|
-.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon {
|
|
|
- display: none;
|
|
|
+hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
|
|
|
+ max-width: 150px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-navigation > .wp-block-navigation__container .has-child:hover .wp-block-navigation__container, .wp-block-navigation > .wp-block-navigation__container .has-child:focus-within .wp-block-navigation__container {
|
|
|
- display: block;
|
|
|
- opacity: 1;
|
|
|
- visibility: visible;
|
|
|
+hr.wp-block-separator.is-style-dots.has-background, hr.wp-block-separator.is-style-dots.has-text-color {
|
|
|
+ background-color: transparent !important;
|
|
|
}
|
|
|
|
|
|
-.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container {
|
|
|
- background: #FFFFFF;
|
|
|
- box-shadow: 1px 1px 3px 0px rgba( 0, 0, 0, 0.2 );
|
|
|
- margin: 0;
|
|
|
- padding: 0;
|
|
|
- position: absolute;
|
|
|
- top: 100%;
|
|
|
+hr.wp-block-separator.is-style-dots.has-background:before, hr.wp-block-separator.is-style-dots.has-text-color:before {
|
|
|
+ color: currentColor !important;
|
|
|
}
|
|
|
|
|
|
-.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover {
|
|
|
- color: #3C8067;
|
|
|
+hr.wp-block-separator.is-style-dots:before {
|
|
|
+ color: #EFEFEF;
|
|
|
+ font-size: 28px;
|
|
|
+ letter-spacing: 16px;
|
|
|
+ padding-left: 16px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:focus {
|
|
|
- color: #3C8067;
|
|
|
+.has-background:not(.has-background-background-color) hr.wp-block-separator,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) hr.wp-block-separator,
|
|
|
+[style*="background-color"] hr.wp-block-separator,
|
|
|
+.wp-block-cover[style*="background-image"] hr.wp-block-separator {
|
|
|
+ border-color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link__content {
|
|
|
- color: currentColor;
|
|
|
+.wp-block-jetpack-slideshow ul {
|
|
|
+ margin-left: 0;
|
|
|
+ margin-right: 0;
|
|
|
}
|
|
|
|
|
|
-p {
|
|
|
- line-height: --global--line-height-body;
|
|
|
+.wp-block-spacer {
|
|
|
+ display: block;
|
|
|
+ margin-bottom: 0 !important;
|
|
|
+ margin-top: 0 !important;
|
|
|
}
|
|
|
|
|
|
-p.has-background {
|
|
|
- padding: 20px;
|
|
|
+@media only screen and (max-width: 481px) {
|
|
|
+ .wp-block-spacer[style] {
|
|
|
+ height: 20px !important;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.a8c-posts-list__listing {
|
|
|
- list-style: none;
|
|
|
- margin: 0;
|
|
|
- padding: 0;
|
|
|
+.jetpack_subscription_widget input[type="text"] {
|
|
|
+ padding: undefined !important;
|
|
|
+ width: 100% !important;
|
|
|
}
|
|
|
|
|
|
-.a8c-posts-list__listing:not(:last-child) {
|
|
|
- margin-bottom: 90px;
|
|
|
+table,
|
|
|
+.wp-block-table {
|
|
|
+ width: 100%;
|
|
|
+ min-width: 240px;
|
|
|
+ border-collapse: collapse;
|
|
|
}
|
|
|
|
|
|
-.a8c-posts-list-item__featured span {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #000000;
|
|
|
+table th {
|
|
|
font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
- font-weight: bold;
|
|
|
- font-size: 16px;
|
|
|
- line-height: 1;
|
|
|
- padding: 10px 13.2px;
|
|
|
}
|
|
|
|
|
|
-.a8c-posts-list__item {
|
|
|
- display: block;
|
|
|
- /* Vertical margins logic between posts */
|
|
|
- margin-top: 90px;
|
|
|
- margin-bottom: 90px;
|
|
|
+.wp-block-table th {
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
}
|
|
|
|
|
|
-.a8c-posts-list__item:first-child {
|
|
|
- margin-top: 0;
|
|
|
+table td {
|
|
|
+ padding: 10px;
|
|
|
+ border: 1px solid;
|
|
|
+ word-break: break-all;
|
|
|
}
|
|
|
|
|
|
-.a8c-posts-list__item:last-child {
|
|
|
- margin-bottom: 0;
|
|
|
+table th {
|
|
|
+ padding: 10px;
|
|
|
+ border: 1px solid;
|
|
|
+ word-break: break-all;
|
|
|
}
|
|
|
|
|
|
-.a8c-posts-list__item .entry > * {
|
|
|
- /* Vertical margins logic between post details */
|
|
|
- margin-top: 20px;
|
|
|
- margin-bottom: 20px;
|
|
|
+.wp-block-table td {
|
|
|
+ padding: 10px;
|
|
|
+ border: 1px solid;
|
|
|
+ word-break: break-all;
|
|
|
}
|
|
|
|
|
|
-.a8c-posts-list__item .entry > *:first-child {
|
|
|
- margin-top: 0;
|
|
|
+.wp-block-table th {
|
|
|
+ padding: 10px;
|
|
|
+ border: 1px solid;
|
|
|
+ word-break: break-all;
|
|
|
}
|
|
|
|
|
|
-.a8c-posts-list__item .entry > *:last-child {
|
|
|
- margin-bottom: 0;
|
|
|
+.wp-block-verse {
|
|
|
+ font-family: 32px;
|
|
|
}
|
|
|
|
|
|
-.a8c-posts-list__item .a8c-posts-list-item__meta {
|
|
|
+.wp-block-video figcaption {
|
|
|
color: #444444;
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 14px;
|
|
|
+ margin-top: 10px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
|
|
|
-.a8c-posts-list__item .a8c-posts-list-item__meta a {
|
|
|
- color: currentColor;
|
|
|
+* > figure > video {
|
|
|
+ max-width: unset;
|
|
|
+ width: 100%;
|
|
|
+ vertical-align: middle;
|
|
|
}
|
|
|
|
|
|
-.a8c-posts-list__item .a8c-posts-list-item__meta a:hover {
|
|
|
- color: #3C8067;
|
|
|
+/* Block Alignments */
|
|
|
+/**
|
|
|
+ * .alignleft
|
|
|
+ */
|
|
|
+.alignleft {
|
|
|
+ /*rtl:ignore*/
|
|
|
+ text-align: left;
|
|
|
+ /*rtl:ignore*/
|
|
|
+ float: left;
|
|
|
+ margin-top: 0;
|
|
|
+ /*rtl:ignore*/
|
|
|
+ margin-right: 25px;
|
|
|
+ margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
-.a8c-posts-list__item .a8c-posts-list-item__meta a:active {
|
|
|
- color: #3C8067;
|
|
|
+/**
|
|
|
+ * .aligncenter
|
|
|
+ */
|
|
|
+.aligncenter {
|
|
|
+ clear: both;
|
|
|
+ display: block;
|
|
|
+ float: none;
|
|
|
+ margin-right: auto;
|
|
|
+ margin-left: auto;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
|
|
|
-.a8c-posts-list__item .a8c-posts-list-item__edit-link {
|
|
|
- margin-left: 20px;
|
|
|
+/**
|
|
|
+ * .alignright
|
|
|
+ */
|
|
|
+.alignright {
|
|
|
+ /*rtl:ignore*/
|
|
|
+ float: right;
|
|
|
+ margin-top: 0;
|
|
|
+ margin-bottom: 30px;
|
|
|
+ /*rtl:ignore*/
|
|
|
+ margin-left: 25px;
|
|
|
}
|
|
|
|
|
|
-.a8c-posts-list__view-all {
|
|
|
- display: inline-block;
|
|
|
+.entry-content * > .alignleft + *,
|
|
|
+.entry-content * > .alignright + * {
|
|
|
+ margin-top: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-pullquote {
|
|
|
- padding: 40px 0;
|
|
|
- margin-left: 0;
|
|
|
- margin-right: 0;
|
|
|
- text-align: left;
|
|
|
- border-top-color: transparent;
|
|
|
- border-top-width: 0;
|
|
|
- border-bottom-color: transparent;
|
|
|
- border-bottom-width: 0;
|
|
|
- color: #333333;
|
|
|
- /**
|
|
|
- * Block Options
|
|
|
- */
|
|
|
+/**
|
|
|
+ * .aligndefault
|
|
|
+ */
|
|
|
+/**
|
|
|
+ * .alignwide
|
|
|
+ */
|
|
|
+.alignwide {
|
|
|
+ clear: both;
|
|
|
}
|
|
|
|
|
|
-.wp-block-pullquote p {
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
- font-size: 32px;
|
|
|
- font-style: italic;
|
|
|
- letter-spacing: undefined;
|
|
|
- line-height: 1.3;
|
|
|
- margin: 0;
|
|
|
+/**
|
|
|
+ * .alignfull
|
|
|
+ */
|
|
|
+.alignfull {
|
|
|
+ clear: both;
|
|
|
}
|
|
|
|
|
|
-.wp-block-pullquote a {
|
|
|
- color: currentColor;
|
|
|
+.has-left-content {
|
|
|
+ justify-content: flex-start;
|
|
|
}
|
|
|
|
|
|
-.wp-block-pullquote .wp-block-pullquote__citation {
|
|
|
- color: currentColor;
|
|
|
- display: block;
|
|
|
- font-size: 14px;
|
|
|
- text-transform: none;
|
|
|
+.has-right-content {
|
|
|
+ justify-content: flex-end;
|
|
|
}
|
|
|
|
|
|
-.wp-block-pullquote cite {
|
|
|
- color: currentColor;
|
|
|
- display: block;
|
|
|
- font-size: 14px;
|
|
|
- text-transform: none;
|
|
|
+.has-parallax {
|
|
|
+ background-attachment: fixed;
|
|
|
}
|
|
|
|
|
|
-.wp-block-pullquote footer {
|
|
|
- color: currentColor;
|
|
|
- display: block;
|
|
|
- font-size: 14px;
|
|
|
- text-transform: none;
|
|
|
+.has-primary-color[class] {
|
|
|
+ color: #000000 !important;
|
|
|
}
|
|
|
|
|
|
-.wp-block-pullquote:not(.is-style-solid-color) {
|
|
|
- background: none;
|
|
|
+.has-secondary-color[class] {
|
|
|
+ color: #3C8067 !important;
|
|
|
}
|
|
|
|
|
|
-.wp-block-pullquote.is-style-large {
|
|
|
- border-left-color: #3C8067;
|
|
|
- border-left-style: solid;
|
|
|
- border-left-width: 1px;
|
|
|
- font-style: normal;
|
|
|
+.has-foreground-color[class] {
|
|
|
+ color: #333333 !important;
|
|
|
}
|
|
|
|
|
|
-.wp-block-pullquote.alignwide > p {
|
|
|
- max-width: 100%;
|
|
|
+.has-foreground-light-color[class] {
|
|
|
+ color: #444444 !important;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .wp-block-pullquote.alignwide > p {
|
|
|
- max-width: 432px;
|
|
|
- }
|
|
|
+.has-foreground-dark-color[class] {
|
|
|
+ color: #000000 !important;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 592px) {
|
|
|
- .wp-block-pullquote.alignwide > p {
|
|
|
- max-width: 542px;
|
|
|
- }
|
|
|
+.has-tertiary-color[class] {
|
|
|
+ color: #FAFBF6 !important;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 652px) {
|
|
|
- .wp-block-pullquote.alignwide > p {
|
|
|
- max-width: 602px;
|
|
|
- }
|
|
|
+.has-background-dark-color[class] {
|
|
|
+ color: #DDDDDD !important;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 822px) {
|
|
|
- .wp-block-pullquote.alignwide > p {
|
|
|
- max-width: 772px;
|
|
|
- }
|
|
|
+.has-background-color[class] {
|
|
|
+ color: #FFFFFF !important;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 1024px) {
|
|
|
- .wp-block-pullquote.alignwide > p {
|
|
|
- max-width: 772px;
|
|
|
- }
|
|
|
+.has-white-color[class] {
|
|
|
+ color: white !important;
|
|
|
}
|
|
|
|
|
|
-.wp-block-pullquote.alignwide blockquote {
|
|
|
- max-width: 100%;
|
|
|
+.has-black-color[class] {
|
|
|
+ color: black !important;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .wp-block-pullquote.alignwide blockquote {
|
|
|
- max-width: 432px;
|
|
|
- }
|
|
|
+.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 {
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 592px) {
|
|
|
- .wp-block-pullquote.alignwide blockquote {
|
|
|
- max-width: 542px;
|
|
|
- }
|
|
|
+.has-primary-background-color[class] {
|
|
|
+ background-color: #000000 !important;
|
|
|
+ color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 652px) {
|
|
|
- .wp-block-pullquote.alignwide blockquote {
|
|
|
- max-width: 602px;
|
|
|
- }
|
|
|
+.has-secondary-background-color[class] {
|
|
|
+ background-color: #3C8067 !important;
|
|
|
+ color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 822px) {
|
|
|
- .wp-block-pullquote.alignwide blockquote {
|
|
|
- max-width: 772px;
|
|
|
- }
|
|
|
+.has-foreground-background-color[class] {
|
|
|
+ background-color: #333333 !important;
|
|
|
+ color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 1024px) {
|
|
|
- .wp-block-pullquote.alignwide blockquote {
|
|
|
- max-width: 772px;
|
|
|
- }
|
|
|
+.has-foreground-light-background-color[class] {
|
|
|
+ background-color: #444444 !important;
|
|
|
+ color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-.wp-block-pullquote.alignfull:not(.is-style-solid-color) > p {
|
|
|
- padding: 0 40px;
|
|
|
+.has-foreground-dark-background-color[class] {
|
|
|
+ background-color: #000000 !important;
|
|
|
+ color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-.wp-block-pullquote.alignfull:not(.is-style-solid-color) blockquote {
|
|
|
- padding: 0 40px;
|
|
|
+.has-tertiary-background-color[class] {
|
|
|
+ background-color: #FAFBF6 !important;
|
|
|
+ color: #333333;
|
|
|
}
|
|
|
|
|
|
-.wp-block-pullquote.is-style-solid-color {
|
|
|
- background-color: #333333;
|
|
|
- color: #FFFFFF;
|
|
|
- padding: 40px;
|
|
|
+.has-background-dark-background-color[class] {
|
|
|
+ background-color: #DDDDDD !important;
|
|
|
+ color: #333333;
|
|
|
}
|
|
|
|
|
|
-.wp-block-pullquote.is-style-solid-color blockquote {
|
|
|
- max-width: inherit;
|
|
|
+.has-background-background-color[class] {
|
|
|
+ background-color: #FFFFFF !important;
|
|
|
+ color: #333333;
|
|
|
}
|
|
|
|
|
|
-.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
|
|
-.wp-block-pullquote.is-style-solid-color cite,
|
|
|
-.wp-block-pullquote.is-style-solid-color footer {
|
|
|
- color: currentColor;
|
|
|
+.has-white-background-color[class] {
|
|
|
+ background-color: white !important;
|
|
|
+ color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote {
|
|
|
- border-left: 1px solid #3C8067;
|
|
|
- margin: 30px 0;
|
|
|
- padding-left: 25px;
|
|
|
- /**
|
|
|
- * Block Options
|
|
|
- */
|
|
|
+.has-black-background-color[class] {
|
|
|
+ background-color: black !important;
|
|
|
+ color: #000000;
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote > * {
|
|
|
- margin-top: 20px;
|
|
|
- margin-bottom: 20px;
|
|
|
+:root .is-tiny-text {
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote > *:first-child {
|
|
|
- margin-top: 0;
|
|
|
+:root .has-tiny-font-size {
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote > *:last-child {
|
|
|
- margin-bottom: 0;
|
|
|
+:root .is-small-text {
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote p {
|
|
|
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
- font-size: 18px;
|
|
|
- font-style: normal;
|
|
|
- line-height: 1.7;
|
|
|
+:root .has-small-font-size {
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote .wp-block-quote__citation {
|
|
|
- color: #444444;
|
|
|
- font-size: 14px;
|
|
|
+:root .is-regular-text {
|
|
|
+ font-size: 1em;
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote cite {
|
|
|
- color: #444444;
|
|
|
- font-size: 14px;
|
|
|
+:root .has-regular-font-size {
|
|
|
+ font-size: 1em;
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote footer {
|
|
|
- color: #444444;
|
|
|
- font-size: 14px;
|
|
|
+:root .has-normal-font-size {
|
|
|
+ font-size: 1em;
|
|
|
}
|
|
|
|
|
|
-.has-background:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation,
|
|
|
-[class*="background-color"]:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation,
|
|
|
-[style*="background-color"] .wp-block-quote .wp-block-quote__citation,
|
|
|
-.wp-block-cover[style*="background-image"] .wp-block-quote .wp-block-quote__citation, .has-background:not(.has-background-background-color)
|
|
|
-.wp-block-quote cite,
|
|
|
-[class*="background-color"]:not(.has-background-background-color)
|
|
|
-.wp-block-quote cite,
|
|
|
-[style*="background-color"]
|
|
|
-.wp-block-quote cite,
|
|
|
-.wp-block-cover[style*="background-image"]
|
|
|
-.wp-block-quote cite, .has-background:not(.has-background-background-color)
|
|
|
-.wp-block-quote footer,
|
|
|
-[class*="background-color"]:not(.has-background-background-color)
|
|
|
-.wp-block-quote footer,
|
|
|
-[style*="background-color"]
|
|
|
-.wp-block-quote footer,
|
|
|
-.wp-block-cover[style*="background-image"]
|
|
|
-.wp-block-quote footer {
|
|
|
- color: currentColor;
|
|
|
+:root .has-medium-font-size {
|
|
|
+ font-size: 1em;
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote.has-text-align-right {
|
|
|
- border-left: none;
|
|
|
- border-right: 1px solid #3C8067;
|
|
|
- padding-left: 0;
|
|
|
- padding-right: 25px;
|
|
|
+:root .is-large-text {
|
|
|
+ font-size: 24px;
|
|
|
+ line-height: 1.3;
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote.has-text-align-center {
|
|
|
- border: none;
|
|
|
+:root .has-large-font-size {
|
|
|
+ font-size: 24px;
|
|
|
+ line-height: 1.3;
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote.is-style-large {
|
|
|
- /* Resetting margins to match _block-container.scss */
|
|
|
- margin-top: 30px;
|
|
|
- margin-bottom: 30px;
|
|
|
- padding-left: 25px;
|
|
|
+:root .is-larger-text {
|
|
|
+ font-size: 28px;
|
|
|
+ line-height: 1.3;
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote.is-large {
|
|
|
- /* Resetting margins to match _block-container.scss */
|
|
|
- margin-top: 30px;
|
|
|
- margin-bottom: 30px;
|
|
|
- padding-left: 25px;
|
|
|
+:root .has-larger-font-size {
|
|
|
+ font-size: 28px;
|
|
|
+ line-height: 1.3;
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote.is-style-large.has-text-align-right {
|
|
|
- padding-left: 0;
|
|
|
- padding-right: 25px;
|
|
|
+:root .has-huge-font-size {
|
|
|
+ font-size: 28px;
|
|
|
+ line-height: 1.3;
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote.is-large.has-text-align-right {
|
|
|
- padding-left: 0;
|
|
|
- padding-right: 25px;
|
|
|
+.has-drop-cap:not(:focus)::first-letter {
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+ font-size: 96px;
|
|
|
+ font-weight: normal;
|
|
|
+ line-height: 0.66;
|
|
|
+ text-transform: uppercase;
|
|
|
+ font-style: normal;
|
|
|
+ float: left;
|
|
|
+ margin: 0.1em 0.1em 0 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote.is-style-large.has-text-align-center {
|
|
|
- padding: 0 25px;
|
|
|
+.has-drop-cap:not(:focus)::after {
|
|
|
+ content: "";
|
|
|
+ display: table;
|
|
|
+ clear: both;
|
|
|
+ padding-top: 14px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote.is-large.has-text-align-center {
|
|
|
- padding: 0 25px;
|
|
|
+.desktop-only {
|
|
|
+ display: none;
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote.is-style-large p {
|
|
|
- font-size: 24px;
|
|
|
- font-style: normal;
|
|
|
- line-height: 1.5;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .desktop-only {
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote.is-large p {
|
|
|
- font-size: 24px;
|
|
|
- font-style: normal;
|
|
|
- line-height: 1.5;
|
|
|
+/**
|
|
|
+ * Spacing Overrides
|
|
|
+ */
|
|
|
+/*
|
|
|
+ * Margins
|
|
|
+ */
|
|
|
+.margin-top-none {
|
|
|
+ margin-top: 0 !important;
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote.is-style-large .wp-block-quote__citation {
|
|
|
- color: #444444;
|
|
|
- font-size: 14px;
|
|
|
+.margin-top-half {
|
|
|
+ margin-top: 15px !important;
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote.is-style-large cite {
|
|
|
- color: #444444;
|
|
|
- font-size: 14px;
|
|
|
+.margin-top-default {
|
|
|
+ margin-top: 30px !important;
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote.is-style-large footer {
|
|
|
- color: #444444;
|
|
|
- font-size: 14px;
|
|
|
+.margin-right-none {
|
|
|
+ /*rtl:ignore*/
|
|
|
+ margin-right: 0 !important;
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote.is-large .wp-block-quote__citation {
|
|
|
- color: #444444;
|
|
|
- font-size: 14px;
|
|
|
+.margin-right-half {
|
|
|
+ /*rtl:ignore*/
|
|
|
+ margin-right: 15px !important;
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote.is-large cite {
|
|
|
- color: #444444;
|
|
|
- font-size: 14px;
|
|
|
+.margin-right-default {
|
|
|
+ /*rtl:ignore*/
|
|
|
+ margin-right: 30px !important;
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote.is-large footer {
|
|
|
- color: #444444;
|
|
|
- font-size: 14px;
|
|
|
+.margin-bottom-none {
|
|
|
+ margin-bottom: 0 !important;
|
|
|
}
|
|
|
|
|
|
-.has-background:not(.has-background-background-color) .wp-block-quote,
|
|
|
-[class*="background-color"]:not(.has-background-background-color) .wp-block-quote,
|
|
|
-[style*="background-color"] .wp-block-quote,
|
|
|
-.wp-block-cover[style*="background-image"] .wp-block-quote {
|
|
|
- border-color: currentColor;
|
|
|
+.margin-bottom-half {
|
|
|
+ margin-bottom: 15px !important;
|
|
|
}
|
|
|
|
|
|
-.wp-block-search {
|
|
|
- display: flex;
|
|
|
- max-width: 100%;
|
|
|
+.margin-bottom-default {
|
|
|
+ margin-bottom: 30px !important;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .wp-block-search {
|
|
|
- max-width: 432px;
|
|
|
- }
|
|
|
+.margin-left-none {
|
|
|
+ /*rtl:ignore*/
|
|
|
+ margin-left: 0 !important;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 592px) {
|
|
|
- .wp-block-search {
|
|
|
- max-width: 432px;
|
|
|
- }
|
|
|
+.margin-left-half {
|
|
|
+ /*rtl:ignore*/
|
|
|
+ margin-left: 15px !important;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 652px) {
|
|
|
- .wp-block-search {
|
|
|
- max-width: 542px;
|
|
|
- }
|
|
|
+.margin-left-default {
|
|
|
+ /*rtl:ignore*/
|
|
|
+ margin-left: 30px !important;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 822px) {
|
|
|
- .wp-block-search {
|
|
|
- max-width: 602px;
|
|
|
- }
|
|
|
+/*
|
|
|
+ * Padding
|
|
|
+ */
|
|
|
+.padding-top-none {
|
|
|
+ padding-top: 0 !important;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 1024px) {
|
|
|
- .wp-block-search {
|
|
|
- max-width: 602px;
|
|
|
- }
|
|
|
+.padding-top-half {
|
|
|
+ padding-top: 15px !important;
|
|
|
}
|
|
|
|
|
|
-.wp-block-search .wp-block-search__label {
|
|
|
- font-weight: normal;
|
|
|
+.padding-top-default {
|
|
|
+ padding-top: 30px !important;
|
|
|
}
|
|
|
|
|
|
-.wp-block-search .wp-block-search__input {
|
|
|
- border: 2px solid #EFEFEF;
|
|
|
- border-radius: 0;
|
|
|
- color: #333333;
|
|
|
- line-height: 1.7;
|
|
|
- max-width: inherit;
|
|
|
- margin-right: 16.5px;
|
|
|
- padding: 10px;
|
|
|
+.padding-right-none {
|
|
|
+ /*rtl:ignore*/
|
|
|
+ padding-right: 0 !important;
|
|
|
}
|
|
|
|
|
|
-.wp-block-search .wp-block-search__input:focus {
|
|
|
- color: #333333;
|
|
|
- border-color: #EFEFEF;
|
|
|
+.padding-right-half {
|
|
|
+ /*rtl:ignore*/
|
|
|
+ padding-right: 15px !important;
|
|
|
}
|
|
|
|
|
|
-hr {
|
|
|
- border-style: none;
|
|
|
- border-bottom: 2px solid #EFEFEF;
|
|
|
- clear: both;
|
|
|
- margin-left: auto;
|
|
|
- margin-right: auto;
|
|
|
+.padding-right-default {
|
|
|
+ /*rtl:ignore*/
|
|
|
+ padding-right: 30px !important;
|
|
|
}
|
|
|
|
|
|
-hr.wp-block-separator {
|
|
|
- border-bottom: 2px solid #EFEFEF;
|
|
|
- /**
|
|
|
- * Block Options
|
|
|
- */
|
|
|
+.padding-bottom-none {
|
|
|
+ padding-bottom: 0 !important;
|
|
|
}
|
|
|
|
|
|
-hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
|
|
|
- max-width: 150px;
|
|
|
+.padding-bottom-half {
|
|
|
+ padding-bottom: 15px !important;
|
|
|
}
|
|
|
|
|
|
-hr.wp-block-separator.is-style-dots.has-background, hr.wp-block-separator.is-style-dots.has-text-color {
|
|
|
- background-color: transparent !important;
|
|
|
+.padding-bottom-default {
|
|
|
+ padding-bottom: 30px !important;
|
|
|
}
|
|
|
|
|
|
-hr.wp-block-separator.is-style-dots.has-background:before, hr.wp-block-separator.is-style-dots.has-text-color:before {
|
|
|
- color: currentColor !important;
|
|
|
+.padding-left-none {
|
|
|
+ /*rtl:ignore*/
|
|
|
+ padding-left: 0 !important;
|
|
|
}
|
|
|
|
|
|
-hr.wp-block-separator.is-style-dots:before {
|
|
|
- color: #EFEFEF;
|
|
|
- font-size: 28px;
|
|
|
- letter-spacing: 16px;
|
|
|
- padding-left: 16px;
|
|
|
+.padding-left-half {
|
|
|
+ /*rtl:ignore*/
|
|
|
+ padding-left: 15px !important;
|
|
|
}
|
|
|
|
|
|
-.has-background:not(.has-background-background-color) hr.wp-block-separator,
|
|
|
-[class*="background-color"]:not(.has-background-background-color) hr.wp-block-separator,
|
|
|
-[style*="background-color"] hr.wp-block-separator,
|
|
|
-.wp-block-cover[style*="background-image"] hr.wp-block-separator {
|
|
|
- border-color: currentColor;
|
|
|
+.padding-left-default {
|
|
|
+ /*rtl:ignore*/
|
|
|
+ padding-left: 30px !important;
|
|
|
}
|
|
|
|
|
|
-.wp-block-jetpack-slideshow ul {
|
|
|
- margin-left: 0;
|
|
|
- margin-right: 0;
|
|
|
+/*
|
|
|
+ * Custom gradients
|
|
|
+*/
|
|
|
+.has-hard-diagonal-gradient-background {
|
|
|
+ background: linear-gradient(to bottom right, #3C8067 49.9%, #FAFBF6 50%);
|
|
|
}
|
|
|
|
|
|
-.wp-block-spacer {
|
|
|
- display: block;
|
|
|
- margin-bottom: 0 !important;
|
|
|
- margin-top: 0 !important;
|
|
|
+.has-hard-diagonal-inverted-gradient-background {
|
|
|
+ background: linear-gradient(to top left, #3C8067 49.9%, #FAFBF6 50%);
|
|
|
}
|
|
|
|
|
|
-@media only screen and (max-width: 481px) {
|
|
|
- .wp-block-spacer[style] {
|
|
|
- height: 20px !important;
|
|
|
- }
|
|
|
+.has-diagonal-gradient-background {
|
|
|
+ background: linear-gradient(to bottom right, #3C8067, #FAFBF6);
|
|
|
}
|
|
|
|
|
|
-.jetpack_subscription_widget input[type="text"] {
|
|
|
- padding: undefined !important;
|
|
|
- width: 100% !important;
|
|
|
+.has-diagonal-inverted-gradient-background {
|
|
|
+ background: linear-gradient(to top left, #3C8067, #FAFBF6);
|
|
|
}
|
|
|
|
|
|
-table,
|
|
|
-.wp-block-table {
|
|
|
- width: 100%;
|
|
|
- min-width: 240px;
|
|
|
- border-collapse: collapse;
|
|
|
+.has-hard-horizontal-gradient-background {
|
|
|
+ background: linear-gradient(to bottom, #3C8067 50%, #FAFBF6 50%);
|
|
|
}
|
|
|
|
|
|
-table th {
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+.has-hard-horizontal-inverted-gradient-background {
|
|
|
+ background: linear-gradient(to top, #3C8067 50%, #FAFBF6 50%);
|
|
|
}
|
|
|
|
|
|
-.wp-block-table th {
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+.has-horizontal-gradient-background {
|
|
|
+ background: linear-gradient(to bottom, #3C8067, #FAFBF6);
|
|
|
}
|
|
|
|
|
|
-table td {
|
|
|
- padding: 10px;
|
|
|
- border: 1px solid;
|
|
|
- word-break: break-all;
|
|
|
+.has-horizontal-inverted-gradient-background {
|
|
|
+ background: linear-gradient(to top, #3C8067, #FAFBF6);
|
|
|
}
|
|
|
|
|
|
-table th {
|
|
|
- padding: 10px;
|
|
|
- border: 1px solid;
|
|
|
- word-break: break-all;
|
|
|
+.has-stripe-gradient-background {
|
|
|
+ background: linear-gradient(to bottom, transparent 20%, #3C8067 20%, #3C8067 80%, transparent 80%);
|
|
|
}
|
|
|
|
|
|
-.wp-block-table td {
|
|
|
- padding: 10px;
|
|
|
- border: 1px solid;
|
|
|
- word-break: break-all;
|
|
|
+/*
|
|
|
+ * Components
|
|
|
+ * - Similar to Blocks but exist outside of the "current" editor context
|
|
|
+ */
|
|
|
+.site-branding {
|
|
|
+ color: #333333;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
|
|
|
-.wp-block-table th {
|
|
|
- padding: 10px;
|
|
|
- border: 1px solid;
|
|
|
- word-break: break-all;
|
|
|
+.site-title {
|
|
|
+ color: #000000;
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+ font-size: 48px;
|
|
|
+ letter-spacing: normal;
|
|
|
+ line-height: 1.3;
|
|
|
+ margin-bottom: 15px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-verse {
|
|
|
- font-family: 32px;
|
|
|
+.site-title a {
|
|
|
+ background-image: linear-gradient(to right, #3C8067 100%, transparent 100%);
|
|
|
+ background-position: 0 1.22em;
|
|
|
+ background-repeat: repeat-x;
|
|
|
+ background-size: 8px 1.5px;
|
|
|
+ border-bottom: none;
|
|
|
+ color: currentColor;
|
|
|
+ font-weight: 700;
|
|
|
+ text-shadow: 1px 0px #FFFFFF, -1px 0px #FFFFFF, -2px 0px #FFFFFF, 2px 0px #FFFFFF, -3px 0px #FFFFFF, 3px 0px #FFFFFF, -4px 0px #FFFFFF, 4px 0px #FFFFFF, -5px 0px #FFFFFF, 5px 0px #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-.wp-block-video figcaption {
|
|
|
- color: #444444;
|
|
|
- font-size: 14px;
|
|
|
- margin-top: 10px;
|
|
|
- margin-bottom: 20px;
|
|
|
- text-align: center;
|
|
|
+.site-title a:link, .site-title a:visited, .site-title a:active {
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-* > figure > video {
|
|
|
- max-width: unset;
|
|
|
- width: 100%;
|
|
|
- vertical-align: middle;
|
|
|
+.site-title a:hover {
|
|
|
+ color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-/* Block Alignments */
|
|
|
-/**
|
|
|
- * .alignleft
|
|
|
- */
|
|
|
-.alignleft {
|
|
|
- /*rtl:ignore*/
|
|
|
- text-align: left;
|
|
|
- /*rtl:ignore*/
|
|
|
- float: left;
|
|
|
- margin-top: 0;
|
|
|
- /*rtl:ignore*/
|
|
|
- margin-right: 25px;
|
|
|
- margin-bottom: 30px;
|
|
|
+.site-title a:focus {
|
|
|
+ color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * .aligncenter
|
|
|
- */
|
|
|
-.aligncenter {
|
|
|
- clear: both;
|
|
|
- display: block;
|
|
|
- float: none;
|
|
|
- margin-right: auto;
|
|
|
- margin-left: auto;
|
|
|
- text-align: center;
|
|
|
+.site-title a::selection {
|
|
|
+ text-shadow: 1px 0px #EBF2F0, -1px 0px #EBF2F0, -2px 0px #EBF2F0, 2px 0px #EBF2F0, -3px 0px #EBF2F0, 3px 0px #EBF2F0, -4px 0px #EBF2F0, 4px 0px #EBF2F0, -5px 0px #EBF2F0, 5px 0px #EBF2F0;
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * .alignright
|
|
|
- */
|
|
|
-.alignright {
|
|
|
- /*rtl:ignore*/
|
|
|
- float: right;
|
|
|
- margin-top: 0;
|
|
|
- margin-bottom: 30px;
|
|
|
- /*rtl:ignore*/
|
|
|
- margin-left: 25px;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .site-title {
|
|
|
+ font-size: 60px;
|
|
|
+ }
|
|
|
+ .site-title a {
|
|
|
+ background-size: 8px 2px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.entry-content * > .alignleft + *,
|
|
|
-.entry-content * > .alignright + * {
|
|
|
- margin-top: 0;
|
|
|
+.site-description {
|
|
|
+ color: currentColor;
|
|
|
+ font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * .aligndefault
|
|
|
- */
|
|
|
-/**
|
|
|
- * .alignwide
|
|
|
- */
|
|
|
-.alignwide {
|
|
|
- clear: both;
|
|
|
+a.custom-logo-link,
|
|
|
+nav a {
|
|
|
+ border-bottom: none;
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * .alignfull
|
|
|
- */
|
|
|
-.alignfull {
|
|
|
- clear: both;
|
|
|
+.site-title > a {
|
|
|
+ text-underline-width: .125em;
|
|
|
+ text-decoration-color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-.has-left-content {
|
|
|
- justify-content: flex-start;
|
|
|
+.site-logo {
|
|
|
+ margin: 15px 25px;
|
|
|
}
|
|
|
|
|
|
-.has-right-content {
|
|
|
- justify-content: flex-end;
|
|
|
+.site-logo .custom-logo {
|
|
|
+ max-width: 96px;
|
|
|
+ max-height: 96px;
|
|
|
+ height: auto;
|
|
|
}
|
|
|
|
|
|
-.has-parallax {
|
|
|
- background-attachment: fixed;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .site-logo .custom-logo {
|
|
|
+ max-width: 120px;
|
|
|
+ max-height: 120px;
|
|
|
+ height: auto;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.has-primary-color[class] {
|
|
|
- color: #000000 !important;
|
|
|
+.primary-navigation {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ right: 0;
|
|
|
+ color: #333333;
|
|
|
+ font-size: 16px;
|
|
|
+ margin-top: 0;
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-.has-secondary-color[class] {
|
|
|
- color: #3C8067 !important;
|
|
|
+.woo-navigation {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ right: 0;
|
|
|
+ color: #333333;
|
|
|
+ font-size: 16px;
|
|
|
+ margin-top: 0;
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-color[class] {
|
|
|
- color: #333333 !important;
|
|
|
+@media only screen and (max-width: 481px) {
|
|
|
+ .primary-navigation,
|
|
|
+ .woo-navigation {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.has-foreground-light-color[class] {
|
|
|
- color: #444444 !important;
|
|
|
+.primary-navigation > div {
|
|
|
+ visibility: hidden;
|
|
|
+ opacity: 0;
|
|
|
+ position: fixed;
|
|
|
+ top: 0;
|
|
|
+ right: 0;
|
|
|
+ bottom: 0;
|
|
|
+ left: 0;
|
|
|
+ padding: 80px 20px 25px;
|
|
|
+ background-color: #FFFFFF;
|
|
|
+ overflow-x: hidden;
|
|
|
+ overflow-y: scroll;
|
|
|
+ transition: all .15s ease-in-out;
|
|
|
+ transform: translateY(30px);
|
|
|
}
|
|
|
|
|
|
-.has-foreground-dark-color[class] {
|
|
|
- color: #000000 !important;
|
|
|
+.woo-navigation > div {
|
|
|
+ visibility: hidden;
|
|
|
+ opacity: 0;
|
|
|
+ position: fixed;
|
|
|
+ top: 0;
|
|
|
+ right: 0;
|
|
|
+ bottom: 0;
|
|
|
+ left: 0;
|
|
|
+ padding: 80px 20px 25px;
|
|
|
+ background-color: #FFFFFF;
|
|
|
+ overflow-x: hidden;
|
|
|
+ overflow-y: scroll;
|
|
|
+ transition: all .15s ease-in-out;
|
|
|
+ transform: translateY(30px);
|
|
|
}
|
|
|
|
|
|
-.has-tertiary-color[class] {
|
|
|
- color: #FAFBF6 !important;
|
|
|
+@media only screen and (max-width: 481px) {
|
|
|
+ .primary-navigation > div,
|
|
|
+ .woo-navigation > div {
|
|
|
+ z-index: 499;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.has-background-dark-color[class] {
|
|
|
- color: #DDDDDD !important;
|
|
|
+.primary-navigation > .button {
|
|
|
+ position: absolute;
|
|
|
+ display: inline-block;
|
|
|
+ margin: 0;
|
|
|
+ right: 0;
|
|
|
+ top: 0;
|
|
|
+ background-color: transparent;
|
|
|
+ color: #000000;
|
|
|
}
|
|
|
|
|
|
-.has-background-color[class] {
|
|
|
- color: #FFFFFF !important;
|
|
|
+.woo-navigation > .button {
|
|
|
+ position: absolute;
|
|
|
+ display: inline-block;
|
|
|
+ margin: 0;
|
|
|
+ right: 0;
|
|
|
+ top: 0;
|
|
|
+ background-color: transparent;
|
|
|
+ color: #000000;
|
|
|
}
|
|
|
|
|
|
-.has-white-color[class] {
|
|
|
- color: white !important;
|
|
|
+.primary-navigation > .button:hover {
|
|
|
+ color: undefined;
|
|
|
}
|
|
|
|
|
|
-.has-black-color[class] {
|
|
|
- color: black !important;
|
|
|
+.woo-navigation > .button:hover {
|
|
|
+ color: undefined;
|
|
|
}
|
|
|
|
|
|
-.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 {
|
|
|
- color: currentColor;
|
|
|
+.primary-navigation-open .primary-navigation > .primary-menu-container, .primary-navigation-open
|
|
|
+.woo-navigation > .primary-menu-container {
|
|
|
+ visibility: visible;
|
|
|
+ opacity: 1;
|
|
|
+ transform: translateY(0);
|
|
|
}
|
|
|
|
|
|
-.has-primary-background-color[class] {
|
|
|
- background-color: #000000 !important;
|
|
|
- color: #FFFFFF;
|
|
|
+.primary-navigation-open .primary-navigation > #toggle-menu, .primary-navigation-open
|
|
|
+.woo-navigation > #toggle-menu {
|
|
|
+ z-index: 500;
|
|
|
}
|
|
|
|
|
|
-.has-secondary-background-color[class] {
|
|
|
- background-color: #3C8067 !important;
|
|
|
- color: #FFFFFF;
|
|
|
+.primary-navigation-open .primary-navigation > #toggle-menu .open, .primary-navigation-open
|
|
|
+.woo-navigation > #toggle-menu .open {
|
|
|
+ display: none;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-background-color[class] {
|
|
|
- background-color: #333333 !important;
|
|
|
- color: #FFFFFF;
|
|
|
+.primary-navigation-open .primary-navigation > #toggle-menu .close, .primary-navigation-open
|
|
|
+.woo-navigation > #toggle-menu .close {
|
|
|
+ display: flex;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-light-background-color[class] {
|
|
|
- background-color: #444444 !important;
|
|
|
- color: #FFFFFF;
|
|
|
+.primary-navigation .dropdown-icon,
|
|
|
+.woo-navigation .dropdown-icon {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-dark-background-color[class] {
|
|
|
- background-color: #000000 !important;
|
|
|
- color: #FFFFFF;
|
|
|
+.primary-navigation .dropdown-icon .svg-icon {
|
|
|
+ margin-left: 5px;
|
|
|
}
|
|
|
|
|
|
-.has-tertiary-background-color[class] {
|
|
|
- background-color: #FAFBF6 !important;
|
|
|
- color: #333333;
|
|
|
+.woo-navigation .dropdown-icon .svg-icon {
|
|
|
+ margin-left: 5px;
|
|
|
}
|
|
|
|
|
|
-.has-background-dark-background-color[class] {
|
|
|
- background-color: #DDDDDD !important;
|
|
|
- color: #333333;
|
|
|
+.primary-navigation .dropdown-icon.open .svg-icon,
|
|
|
+.woo-navigation .dropdown-icon.open .svg-icon {
|
|
|
+ position: relative;
|
|
|
+ top: -1px;
|
|
|
}
|
|
|
|
|
|
-.has-background-background-color[class] {
|
|
|
- background-color: #FFFFFF !important;
|
|
|
- color: #333333;
|
|
|
+.primary-navigation .dropdown-icon.close,
|
|
|
+.woo-navigation .dropdown-icon.close {
|
|
|
+ display: none;
|
|
|
}
|
|
|
|
|
|
-.has-white-background-color[class] {
|
|
|
- background-color: white !important;
|
|
|
- color: #3C8067;
|
|
|
+.lock-scrolling .primary-navigation > .button, .lock-scrolling
|
|
|
+.woo-navigation > .button {
|
|
|
+ position: fixed;
|
|
|
+ top: 0;
|
|
|
+ right: 0;
|
|
|
}
|
|
|
|
|
|
-.has-black-background-color[class] {
|
|
|
- background-color: black !important;
|
|
|
- color: #000000;
|
|
|
+.admin-bar .primary-navigation,
|
|
|
+.admin-bar .primary-navigation > div,
|
|
|
+.admin-bar.lock-scrolling .primary-navigation > .button, .admin-bar
|
|
|
+.woo-navigation,
|
|
|
+.admin-bar
|
|
|
+.woo-navigation > div,
|
|
|
+.admin-bar.lock-scrolling
|
|
|
+.woo-navigation > .button {
|
|
|
+ top: 46px;
|
|
|
}
|
|
|
|
|
|
-:root .is-tiny-text {
|
|
|
- font-size: 14px;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .primary-navigation {
|
|
|
+ position: relative;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ margin-top: 45px;
|
|
|
+ }
|
|
|
+ .woo-navigation {
|
|
|
+ position: relative;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ margin-top: 45px;
|
|
|
+ }
|
|
|
+ .primary-navigation > div,
|
|
|
+ .woo-navigation > div {
|
|
|
+ visibility: visible;
|
|
|
+ opacity: 1;
|
|
|
+ position: relative;
|
|
|
+ padding: 0;
|
|
|
+ background-color: transparent;
|
|
|
+ overflow: initial;
|
|
|
+ transform: none;
|
|
|
+ }
|
|
|
+ .primary-navigation #toggle-menu,
|
|
|
+ .woo-navigation #toggle-menu {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ .primary-navigation > div > ul > li > ul,
|
|
|
+ .woo-navigation > div > ul > li > ul {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ .admin-bar .primary-navigation, .admin-bar
|
|
|
+ .woo-navigation {
|
|
|
+ top: initial;
|
|
|
+ }
|
|
|
+ .admin-bar .primary-navigation > div, .admin-bar
|
|
|
+ .woo-navigation > div {
|
|
|
+ top: initial;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-:root .has-tiny-font-size {
|
|
|
- font-size: 14px;
|
|
|
+.primary-navigation > div > ul {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ list-style: none;
|
|
|
+ margin: 0;
|
|
|
+ max-width: none;
|
|
|
+ padding-left: 0;
|
|
|
+ position: relative;
|
|
|
+ /* Sub-menus Flyout */
|
|
|
}
|
|
|
|
|
|
-:root .is-small-text {
|
|
|
- font-size: 16px;
|
|
|
+.woo-navigation > div > ul {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ list-style: none;
|
|
|
+ margin: 0;
|
|
|
+ max-width: none;
|
|
|
+ padding-left: 0;
|
|
|
+ position: relative;
|
|
|
+ /* Sub-menus Flyout */
|
|
|
}
|
|
|
|
|
|
-:root .has-small-font-size {
|
|
|
- font-size: 16px;
|
|
|
+.primary-navigation > div > ul ul,
|
|
|
+.woo-navigation > div > ul ul {
|
|
|
+ padding-left: 0;
|
|
|
}
|
|
|
|
|
|
-:root .is-regular-text {
|
|
|
- font-size: 1em;
|
|
|
+.primary-navigation > div > ul li,
|
|
|
+.woo-navigation > div > ul li {
|
|
|
+ display: block;
|
|
|
+ position: relative;
|
|
|
+ width: 100%;
|
|
|
+ z-index: 1;
|
|
|
}
|
|
|
|
|
|
-:root .has-regular-font-size {
|
|
|
- font-size: 1em;
|
|
|
+.primary-navigation > div > ul li:hover, .primary-navigation > div > ul li:focus-within,
|
|
|
+.woo-navigation > div > ul li:hover,
|
|
|
+.woo-navigation > div > ul li:focus-within {
|
|
|
+ cursor: pointer;
|
|
|
+ z-index: 99999;
|
|
|
}
|
|
|
|
|
|
-:root .has-normal-font-size {
|
|
|
- font-size: 1em;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .primary-navigation > div > ul li,
|
|
|
+ .woo-navigation > div > ul li {
|
|
|
+ display: inherit;
|
|
|
+ width: inherit;
|
|
|
+ /* Submenu display */
|
|
|
+ }
|
|
|
+ .primary-navigation > div > ul li:hover > ul,
|
|
|
+ .primary-navigation > div > ul li:focus-within > ul,
|
|
|
+ .primary-navigation > div > ul li ul:hover,
|
|
|
+ .primary-navigation > div > ul li ul:focus,
|
|
|
+ .woo-navigation > div > ul li:hover > ul,
|
|
|
+ .woo-navigation > div > ul li:focus-within > ul,
|
|
|
+ .woo-navigation > div > ul li ul:hover,
|
|
|
+ .woo-navigation > div > ul li ul:focus {
|
|
|
+ visibility: visible;
|
|
|
+ opacity: 1;
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-:root .has-medium-font-size {
|
|
|
- font-size: 1em;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .primary-navigation > div > ul > li > a {
|
|
|
+ line-height: 1;
|
|
|
+ }
|
|
|
+ .woo-navigation > div > ul > li > a {
|
|
|
+ line-height: 1;
|
|
|
+ }
|
|
|
+ .primary-navigation > div > ul > li > a:before, .primary-navigation > div > ul > li > a:after,
|
|
|
+ .woo-navigation > div > ul > li > a:before,
|
|
|
+ .woo-navigation > div > ul > li > a:after {
|
|
|
+ content: '';
|
|
|
+ display: block;
|
|
|
+ height: 0;
|
|
|
+ width: 0;
|
|
|
+ }
|
|
|
+ .primary-navigation > div > ul > li > a:before {
|
|
|
+ margin-bottom: -calc(0.5em + -0.38);
|
|
|
+ }
|
|
|
+ .woo-navigation > div > ul > li > a:before {
|
|
|
+ margin-bottom: -calc(0.5em + -0.38);
|
|
|
+ }
|
|
|
+ .primary-navigation > div > ul > li > a:after {
|
|
|
+ margin-top: -calc(0.5em + -0.39);
|
|
|
+ }
|
|
|
+ .woo-navigation > div > ul > li > a:after {
|
|
|
+ margin-top: -calc(0.5em + -0.39);
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-:root .is-large-text {
|
|
|
- font-size: 24px;
|
|
|
- line-height: 1.3;
|
|
|
+.primary-navigation > div > ul > li > .sub-menu,
|
|
|
+.woo-navigation > div > ul > li > .sub-menu {
|
|
|
+ position: relative;
|
|
|
}
|
|
|
|
|
|
-:root .has-large-font-size {
|
|
|
- font-size: 24px;
|
|
|
- line-height: 1.3;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .primary-navigation > div > ul > li > .sub-menu {
|
|
|
+ margin: 0;
|
|
|
+ background: #FFFFFF;
|
|
|
+ box-shadow: 1px 1px 3px 0px rgba( 0, 0, 0, 0.2 );
|
|
|
+ left: 0;
|
|
|
+ top: 100%;
|
|
|
+ min-width: max-content;
|
|
|
+ opacity: 0;
|
|
|
+ position: absolute;
|
|
|
+ transition: all 0.5s ease;
|
|
|
+ visibility: hidden;
|
|
|
+ }
|
|
|
+ .woo-navigation > div > ul > li > .sub-menu {
|
|
|
+ margin: 0;
|
|
|
+ background: #FFFFFF;
|
|
|
+ box-shadow: 1px 1px 3px 0px rgba( 0, 0, 0, 0.2 );
|
|
|
+ left: 0;
|
|
|
+ top: 100%;
|
|
|
+ min-width: max-content;
|
|
|
+ opacity: 0;
|
|
|
+ position: absolute;
|
|
|
+ transition: all 0.5s ease;
|
|
|
+ visibility: hidden;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-:root .is-larger-text {
|
|
|
- font-size: 28px;
|
|
|
- line-height: 1.3;
|
|
|
+.primary-navigation > div > ul > li > .sub-menu .sub-menu,
|
|
|
+.woo-navigation > div > ul > li > .sub-menu .sub-menu {
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
-:root .has-larger-font-size {
|
|
|
- font-size: 28px;
|
|
|
- line-height: 1.3;
|
|
|
+.primary-navigation .primary-menu > .menu-item:hover > a {
|
|
|
+ color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-:root .has-huge-font-size {
|
|
|
- font-size: 28px;
|
|
|
- line-height: 1.3;
|
|
|
+.woo-navigation .primary-menu > .menu-item:hover > a {
|
|
|
+ color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-.has-drop-cap:not(:focus)::first-letter {
|
|
|
+.primary-navigation .menu-item > a {
|
|
|
+ color: #000000;
|
|
|
+}
|
|
|
+
|
|
|
+.woo-navigation .menu-item > a {
|
|
|
+ color: #000000;
|
|
|
+}
|
|
|
+
|
|
|
+.primary-navigation .menu-item > a:hover {
|
|
|
+ color: #3C8067;
|
|
|
+}
|
|
|
+
|
|
|
+.primary-navigation .menu-item > a:focus {
|
|
|
+ color: #3C8067;
|
|
|
+}
|
|
|
+
|
|
|
+.woo-navigation .menu-item > a:hover {
|
|
|
+ color: #3C8067;
|
|
|
+}
|
|
|
+
|
|
|
+.woo-navigation .menu-item > a:focus {
|
|
|
+ color: #3C8067;
|
|
|
+}
|
|
|
+
|
|
|
+.primary-navigation .menu-item > a:active {
|
|
|
+ color: #000000;
|
|
|
+}
|
|
|
+
|
|
|
+.woo-navigation .menu-item > a:active {
|
|
|
+ color: #000000;
|
|
|
+}
|
|
|
+
|
|
|
+.primary-navigation a {
|
|
|
+ color: currentColor;
|
|
|
+ display: block;
|
|
|
font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
- font-size: 96px;
|
|
|
+ font-size: 32px;
|
|
|
font-weight: normal;
|
|
|
- line-height: 0.66;
|
|
|
- text-transform: uppercase;
|
|
|
- font-style: normal;
|
|
|
- float: left;
|
|
|
- margin: 0.1em 0.1em 0 0;
|
|
|
+ padding: 6.6px 0;
|
|
|
}
|
|
|
|
|
|
-.has-drop-cap:not(:focus)::after {
|
|
|
- content: "";
|
|
|
- display: table;
|
|
|
- clear: both;
|
|
|
- padding-top: 14px;
|
|
|
+.woo-navigation a {
|
|
|
+ color: currentColor;
|
|
|
+ display: block;
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+ font-size: 32px;
|
|
|
+ font-weight: normal;
|
|
|
+ padding: 6.6px 0;
|
|
|
}
|
|
|
|
|
|
-.desktop-only {
|
|
|
- display: none;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .primary-navigation a {
|
|
|
+ font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: normal;
|
|
|
+ padding: 13.2px;
|
|
|
+ }
|
|
|
+ .woo-navigation a {
|
|
|
+ font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: normal;
|
|
|
+ padding: 13.2px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.primary-navigation a + svg,
|
|
|
+.woo-navigation a + svg {
|
|
|
+ fill: currentColor;
|
|
|
+}
|
|
|
+
|
|
|
+.primary-navigation a:hover, .primary-navigation a:link, .primary-navigation a:visited,
|
|
|
+.woo-navigation a:hover,
|
|
|
+.woo-navigation a:link,
|
|
|
+.woo-navigation a:visited {
|
|
|
+ color: currentColor;
|
|
|
+}
|
|
|
+
|
|
|
+.primary-navigation .sub-menu {
|
|
|
+ list-style: none;
|
|
|
+ margin-left: 13.2px;
|
|
|
+}
|
|
|
+
|
|
|
+.woo-navigation .sub-menu {
|
|
|
+ list-style: none;
|
|
|
+ margin-left: 13.2px;
|
|
|
+}
|
|
|
+
|
|
|
+.primary-navigation .sub-menu .menu-item a {
|
|
|
+ font-size: 24px;
|
|
|
+ font-style: italic;
|
|
|
+ padding-top: 6.6px;
|
|
|
+ padding-bottom: 6.6px;
|
|
|
+}
|
|
|
+
|
|
|
+.woo-navigation .sub-menu .menu-item a {
|
|
|
+ font-size: 24px;
|
|
|
+ font-style: italic;
|
|
|
+ padding-top: 6.6px;
|
|
|
+ padding-bottom: 6.6px;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 482px) {
|
|
|
- .desktop-only {
|
|
|
- display: block;
|
|
|
+ .primary-navigation .sub-menu .menu-item a {
|
|
|
+ font-size: 16px;
|
|
|
+ font-style: normal;
|
|
|
+ }
|
|
|
+ .woo-navigation .sub-menu .menu-item a {
|
|
|
+ font-size: 16px;
|
|
|
+ font-style: normal;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * Spacing Overrides
|
|
|
- */
|
|
|
-/*
|
|
|
- * Margins
|
|
|
- */
|
|
|
-.margin-top-none {
|
|
|
- margin-top: 0 !important;
|
|
|
+.primary-navigation .menu-item-has-children > .svg-icon,
|
|
|
+.woo-navigation .menu-item-has-children > .svg-icon {
|
|
|
+ display: none;
|
|
|
}
|
|
|
|
|
|
-.margin-top-half {
|
|
|
- margin-top: 15px !important;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .primary-navigation .menu-item-has-children > a,
|
|
|
+ .woo-navigation .menu-item-has-children > a {
|
|
|
+ padding-right: 0;
|
|
|
+ }
|
|
|
+ .primary-navigation .menu-item-has-children > .svg-icon {
|
|
|
+ display: inline-block;
|
|
|
+ height: 100%;
|
|
|
+ margin-right: 13.2px;
|
|
|
+ }
|
|
|
+ .woo-navigation .menu-item-has-children > .svg-icon {
|
|
|
+ display: inline-block;
|
|
|
+ height: 100%;
|
|
|
+ margin-right: 13.2px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.margin-top-default {
|
|
|
- margin-top: 30px !important;
|
|
|
+.primary-navigation .hide-visually,
|
|
|
+.woo-navigation .hide-visually {
|
|
|
+ position: absolute !important;
|
|
|
+ clip: rect(1px, 1px, 1px, 1px);
|
|
|
+ padding: 0 !important;
|
|
|
+ border: 0 !important;
|
|
|
+ height: 1px !important;
|
|
|
+ width: 1px !important;
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
|
|
|
|
-.margin-right-none {
|
|
|
- /*rtl:ignore*/
|
|
|
- margin-right: 0 !important;
|
|
|
+@media only screen and (max-width: 481px) {
|
|
|
+ .lock-scrolling .site {
|
|
|
+ position: fixed;
|
|
|
+ max-width: 100%;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.margin-right-half {
|
|
|
- /*rtl:ignore*/
|
|
|
- margin-right: 15px !important;
|
|
|
+.social-navigation > div > ul {
|
|
|
+ align-content: center;
|
|
|
+ justify-content: center;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ list-style: none;
|
|
|
+ margin: 0;
|
|
|
+ padding-left: 0;
|
|
|
}
|
|
|
|
|
|
-.margin-right-default {
|
|
|
- /*rtl:ignore*/
|
|
|
- margin-right: 30px !important;
|
|
|
+.social-navigation > div > ul > li {
|
|
|
+ margin-bottom: 13.2px;
|
|
|
}
|
|
|
|
|
|
-.margin-bottom-none {
|
|
|
- margin-bottom: 0 !important;
|
|
|
+.social-navigation > div > ul > li:first-of-type > a {
|
|
|
+ padding-left: 0;
|
|
|
}
|
|
|
|
|
|
-.margin-bottom-half {
|
|
|
- margin-bottom: 15px !important;
|
|
|
+.social-navigation > div > ul > li:last-of-type > a {
|
|
|
+ padding-right: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.social-navigation a {
|
|
|
+ color: #333333;
|
|
|
+ display: inline-block;
|
|
|
+ padding: 0 6.6px;
|
|
|
}
|
|
|
|
|
|
-.margin-bottom-default {
|
|
|
- margin-bottom: 30px !important;
|
|
|
+.social-navigation a:hover {
|
|
|
+ color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-.margin-left-none {
|
|
|
- /*rtl:ignore*/
|
|
|
- margin-left: 0 !important;
|
|
|
+.social-navigation a:focus {
|
|
|
+ color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-.margin-left-half {
|
|
|
- /*rtl:ignore*/
|
|
|
- margin-left: 15px !important;
|
|
|
+.social-navigation a:active {
|
|
|
+ color: #333333;
|
|
|
}
|
|
|
|
|
|
-.margin-left-default {
|
|
|
- /*rtl:ignore*/
|
|
|
- margin-left: 30px !important;
|
|
|
+.social-navigation svg {
|
|
|
+ fill: currentColor;
|
|
|
+ vertical-align: middle;
|
|
|
}
|
|
|
|
|
|
-/*
|
|
|
- * Padding
|
|
|
- */
|
|
|
-.padding-top-none {
|
|
|
- padding-top: 0 !important;
|
|
|
+.site-footer {
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
|
|
|
|
-.padding-top-half {
|
|
|
- padding-top: 15px !important;
|
|
|
+@media only screen and (min-width: 822px) {
|
|
|
+ .site-footer {
|
|
|
+ align-items: flex-end;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.padding-top-default {
|
|
|
- padding-top: 30px !important;
|
|
|
+.site-footer > .site-info {
|
|
|
+ color: #333333;
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 1.7;
|
|
|
}
|
|
|
|
|
|
-.padding-right-none {
|
|
|
- /*rtl:ignore*/
|
|
|
- padding-right: 0 !important;
|
|
|
+@media only screen and (min-width: 822px) {
|
|
|
+ .site-footer > .site-info {
|
|
|
+ margin-top: 0;
|
|
|
+ margin-bottom: 0;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.padding-right-half {
|
|
|
- /*rtl:ignore*/
|
|
|
- padding-right: 15px !important;
|
|
|
+.site-footer > .site-info .site-name {
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
|
|
|
-.padding-right-default {
|
|
|
- /*rtl:ignore*/
|
|
|
- padding-right: 30px !important;
|
|
|
+.site-footer > .site-info a {
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.padding-bottom-none {
|
|
|
- padding-bottom: 0 !important;
|
|
|
+.site-footer > .site-info a:link, .site-footer > .site-info a:visited, .site-footer > .site-info a:active {
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.padding-bottom-half {
|
|
|
- padding-bottom: 15px !important;
|
|
|
+.site-footer > .site-info a:hover {
|
|
|
+ color: #000000;
|
|
|
}
|
|
|
|
|
|
-.padding-bottom-default {
|
|
|
- padding-bottom: 30px !important;
|
|
|
+.site-footer > .site-info a:focus {
|
|
|
+ color: #000000;
|
|
|
}
|
|
|
|
|
|
-.padding-left-none {
|
|
|
- /*rtl:ignore*/
|
|
|
- padding-left: 0 !important;
|
|
|
+.site-footer > .footer-navigation {
|
|
|
+ display: inline;
|
|
|
}
|
|
|
|
|
|
-.padding-left-half {
|
|
|
- /*rtl:ignore*/
|
|
|
- padding-left: 15px !important;
|
|
|
+@media only screen and (min-width: 822px) {
|
|
|
+ .site-footer > .footer-navigation {
|
|
|
+ margin-top: 20px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ text-align: left;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.padding-left-default {
|
|
|
- /*rtl:ignore*/
|
|
|
- padding-left: 30px !important;
|
|
|
+.site-footer > .footer-navigation > div {
|
|
|
+ display: inline;
|
|
|
}
|
|
|
|
|
|
-/*
|
|
|
- * Custom gradients
|
|
|
-*/
|
|
|
-.has-hard-diagonal-gradient-background {
|
|
|
- background: linear-gradient(to bottom right, #3C8067 49.9%, #FAFBF6 50%);
|
|
|
+.site-footer > .footer-navigation .footer-menu {
|
|
|
+ color: #333333;
|
|
|
+ margin: 0;
|
|
|
+ padding-left: 0;
|
|
|
}
|
|
|
|
|
|
-.has-hard-diagonal-inverted-gradient-background {
|
|
|
- background: linear-gradient(to top left, #3C8067 49.9%, #FAFBF6 50%);
|
|
|
+@media only screen and (min-width: 822px) {
|
|
|
+ .site-footer > .footer-navigation .footer-menu {
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ justify-content: flex-end;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.has-diagonal-gradient-background {
|
|
|
- background: linear-gradient(to bottom right, #3C8067, #FAFBF6);
|
|
|
+.site-footer > .footer-navigation .footer-menu > li {
|
|
|
+ display: inline;
|
|
|
}
|
|
|
|
|
|
-.has-diagonal-inverted-gradient-background {
|
|
|
- background: linear-gradient(to top left, #3C8067, #FAFBF6);
|
|
|
+.site-footer > .footer-navigation .footer-menu > li:first-of-type > a {
|
|
|
+ padding-left: 0;
|
|
|
}
|
|
|
|
|
|
-.has-hard-horizontal-gradient-background {
|
|
|
- background: linear-gradient(to bottom, #3C8067 50%, #FAFBF6 50%);
|
|
|
+.site-footer > .footer-navigation .footer-menu > li:last-of-type {
|
|
|
+ padding-right: 0;
|
|
|
}
|
|
|
|
|
|
-.has-hard-horizontal-inverted-gradient-background {
|
|
|
- background: linear-gradient(to top, #3C8067 50%, #FAFBF6 50%);
|
|
|
+.site-footer > .footer-navigation .footer-menu a {
|
|
|
+ font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: normal;
|
|
|
+ padding: 13.2px;
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.has-horizontal-gradient-background {
|
|
|
- background: linear-gradient(to bottom, #3C8067, #FAFBF6);
|
|
|
+.site-footer > .footer-navigation .footer-menu a:link, .site-footer > .footer-navigation .footer-menu a:visited, .site-footer > .footer-navigation .footer-menu a:active {
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.has-horizontal-inverted-gradient-background {
|
|
|
- background: linear-gradient(to top, #3C8067, #FAFBF6);
|
|
|
+.site-footer > .footer-navigation .footer-menu a:hover {
|
|
|
+ color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-.has-stripe-gradient-background {
|
|
|
- background: linear-gradient(to bottom, transparent 20%, #3C8067 20%, #3C8067 80%, transparent 80%);
|
|
|
+.site-footer > .footer-navigation .footer-menu a:focus {
|
|
|
+ color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-/*
|
|
|
- * Components
|
|
|
- * - Similar to Blocks but exist outside of the "current" editor context
|
|
|
+/**
|
|
|
+ * Content
|
|
|
*/
|
|
|
-.site-branding {
|
|
|
- color: #333333;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-
|
|
|
-.site-title {
|
|
|
+.entry-title {
|
|
|
color: #000000;
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
- font-size: 48px;
|
|
|
- letter-spacing: normal;
|
|
|
+ font-size: 32px;
|
|
|
+ letter-spacing: undefined;
|
|
|
line-height: 1.3;
|
|
|
- margin-bottom: 15px;
|
|
|
-}
|
|
|
-
|
|
|
-.site-title a {
|
|
|
- background-image: linear-gradient(to right, #3C8067 100%, transparent 100%);
|
|
|
- background-position: 0 1.22em;
|
|
|
- background-repeat: repeat-x;
|
|
|
- background-size: 8px 1.5px;
|
|
|
- border-bottom: none;
|
|
|
- color: currentColor;
|
|
|
- font-weight: 700;
|
|
|
- text-shadow: 1px 0px #FFFFFF, -1px 0px #FFFFFF, -2px 0px #FFFFFF, 2px 0px #FFFFFF, -3px 0px #FFFFFF, 3px 0px #FFFFFF, -4px 0px #FFFFFF, 4px 0px #FFFFFF, -5px 0px #FFFFFF, 5px 0px #FFFFFF;
|
|
|
+ overflow-wrap: break-word;
|
|
|
}
|
|
|
|
|
|
-.site-title a:link, .site-title a:visited, .site-title a:active {
|
|
|
+.entry-title a {
|
|
|
color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.site-title a:hover {
|
|
|
+.entry-title a:hover {
|
|
|
color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-.site-title a:focus {
|
|
|
+.entry-title a:focus {
|
|
|
color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-.site-title a::selection {
|
|
|
- text-shadow: 1px 0px #EBF2F0, -1px 0px #EBF2F0, -2px 0px #EBF2F0, 2px 0px #EBF2F0, -3px 0px #EBF2F0, 3px 0px #EBF2F0, -4px 0px #EBF2F0, 4px 0px #EBF2F0, -5px 0px #EBF2F0, 5px 0px #EBF2F0;
|
|
|
+.entry-title a:active {
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .site-title {
|
|
|
- font-size: 60px;
|
|
|
- }
|
|
|
- .site-title a {
|
|
|
- background-size: 8px 2px;
|
|
|
- }
|
|
|
+/**
|
|
|
+ * Entry Content
|
|
|
+ */
|
|
|
+.entry-content {
|
|
|
+ font-family: 32px;
|
|
|
}
|
|
|
-
|
|
|
-.site-description {
|
|
|
- color: currentColor;
|
|
|
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
- font-size: 16px;
|
|
|
+.entry-summary {
|
|
|
+ font-family: 32px;
|
|
|
}
|
|
|
|
|
|
-a.custom-logo-link,
|
|
|
-nav a {
|
|
|
- border-bottom: none;
|
|
|
- text-decoration: none;
|
|
|
+.entry-content p {
|
|
|
+ word-wrap: break-word;
|
|
|
}
|
|
|
|
|
|
-.site-title > a {
|
|
|
- text-underline-width: .125em;
|
|
|
- text-decoration-color: #3C8067;
|
|
|
+.entry-content .more-link {
|
|
|
+ display: table;
|
|
|
+ color: inherit;
|
|
|
+ margin-top: 20px;
|
|
|
}
|
|
|
|
|
|
-.site-logo {
|
|
|
- margin: 15px 25px;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .entry-content .more-link {
|
|
|
+ margin-top: 30px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.site-logo .custom-logo {
|
|
|
- max-width: 96px;
|
|
|
- max-height: 96px;
|
|
|
- height: auto;
|
|
|
+.entry-content .more-link:after {
|
|
|
+ content: "\02192";
|
|
|
+ display: inline-block;
|
|
|
+ margin-left: 0.5em;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .site-logo .custom-logo {
|
|
|
- max-width: 120px;
|
|
|
- max-height: 120px;
|
|
|
- height: auto;
|
|
|
- }
|
|
|
+.entry-content .more-link:hover {
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- color: #333333;
|
|
|
- font-size: 16px;
|
|
|
- margin-top: 0;
|
|
|
- margin-bottom: 0;
|
|
|
+.entry-content > iframe[style] {
|
|
|
+ margin: 30px 0 !important;
|
|
|
+ max-width: 100% !important;
|
|
|
}
|
|
|
|
|
|
-.woo-navigation {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- color: #333333;
|
|
|
- font-size: 16px;
|
|
|
- margin-top: 0;
|
|
|
- margin-bottom: 0;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .entry-content > iframe[style] {
|
|
|
+ max-width: 30px !important;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-@media only screen and (max-width: 481px) {
|
|
|
- .primary-navigation,
|
|
|
- .woo-navigation {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
+.entry-attachment {
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation > div {
|
|
|
- visibility: hidden;
|
|
|
- opacity: 0;
|
|
|
- position: fixed;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- bottom: 0;
|
|
|
- left: 0;
|
|
|
- padding: 80px 20px 25px;
|
|
|
- background-color: #FFFFFF;
|
|
|
- overflow-x: hidden;
|
|
|
- overflow-y: scroll;
|
|
|
- transition: all .15s ease-in-out;
|
|
|
- transform: translateY(30px);
|
|
|
+.entry-meta {
|
|
|
+ color: #333333;
|
|
|
+ clear: both;
|
|
|
+ float: none;
|
|
|
+ font-size: 14px;
|
|
|
+ display: block;
|
|
|
}
|
|
|
|
|
|
-.woo-navigation > div {
|
|
|
- visibility: hidden;
|
|
|
- opacity: 0;
|
|
|
- position: fixed;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- bottom: 0;
|
|
|
- left: 0;
|
|
|
- padding: 80px 20px 25px;
|
|
|
- background-color: #FFFFFF;
|
|
|
- overflow-x: hidden;
|
|
|
- overflow-y: scroll;
|
|
|
- transition: all .15s ease-in-out;
|
|
|
- transform: translateY(30px);
|
|
|
+.entry-footer {
|
|
|
+ color: #333333;
|
|
|
+ clear: both;
|
|
|
+ float: none;
|
|
|
+ font-size: 14px;
|
|
|
+ display: block;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (max-width: 481px) {
|
|
|
- .primary-navigation > div,
|
|
|
- .woo-navigation > div {
|
|
|
- z-index: 499;
|
|
|
- }
|
|
|
+.entry-meta > span {
|
|
|
+ display: inline-block;
|
|
|
+ margin-right: 20px;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation > .button {
|
|
|
- position: absolute;
|
|
|
+.entry-footer > span {
|
|
|
display: inline-block;
|
|
|
- margin: 0;
|
|
|
- right: 0;
|
|
|
- top: 0;
|
|
|
- background-color: transparent;
|
|
|
- color: #000000;
|
|
|
+ margin-right: 20px;
|
|
|
}
|
|
|
|
|
|
-.woo-navigation > .button {
|
|
|
- position: absolute;
|
|
|
+.entry-meta > span > *,
|
|
|
+.entry-meta > span span .fn,
|
|
|
+.entry-footer > span > *,
|
|
|
+.entry-footer > span span .fn {
|
|
|
display: inline-block;
|
|
|
- margin: 0;
|
|
|
- right: 0;
|
|
|
- top: 0;
|
|
|
- background-color: transparent;
|
|
|
- color: #000000;
|
|
|
+ vertical-align: middle;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation > .button:hover {
|
|
|
- color: undefined;
|
|
|
+.entry-meta > span:last-child,
|
|
|
+.entry-footer > span:last-child {
|
|
|
+ margin-right: 0;
|
|
|
}
|
|
|
|
|
|
-.woo-navigation > .button:hover {
|
|
|
- color: undefined;
|
|
|
+.entry-meta > span .published + .updated,
|
|
|
+.entry-footer > span .published + .updated {
|
|
|
+ display: none;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation-open .primary-navigation > .primary-menu-container, .primary-navigation-open
|
|
|
-.woo-navigation > .primary-menu-container {
|
|
|
- visibility: visible;
|
|
|
- opacity: 1;
|
|
|
- transform: translateY(0);
|
|
|
+.entry-meta a {
|
|
|
+ border-bottom: none;
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation-open .primary-navigation > #toggle-menu, .primary-navigation-open
|
|
|
-.woo-navigation > #toggle-menu {
|
|
|
- z-index: 500;
|
|
|
+.entry-footer a {
|
|
|
+ border-bottom: none;
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation-open .primary-navigation > #toggle-menu .open, .primary-navigation-open
|
|
|
-.woo-navigation > #toggle-menu .open {
|
|
|
- display: none;
|
|
|
+.entry-meta a:hover {
|
|
|
+ color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation-open .primary-navigation > #toggle-menu .close, .primary-navigation-open
|
|
|
-.woo-navigation > #toggle-menu .close {
|
|
|
- display: flex;
|
|
|
+.entry-meta a:focus {
|
|
|
+ color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation .dropdown-icon,
|
|
|
-.woo-navigation .dropdown-icon {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
+.entry-footer a:hover {
|
|
|
+ color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation .dropdown-icon .svg-icon {
|
|
|
- margin-left: 5px;
|
|
|
+.entry-footer a:focus {
|
|
|
+ color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-.woo-navigation .dropdown-icon .svg-icon {
|
|
|
- margin-left: 5px;
|
|
|
+.entry-meta a:active {
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation .dropdown-icon.open .svg-icon,
|
|
|
-.woo-navigation .dropdown-icon.open .svg-icon {
|
|
|
+.entry-footer a:active {
|
|
|
+ color: currentColor;
|
|
|
+}
|
|
|
+
|
|
|
+.entry-meta .svg-icon {
|
|
|
+ fill: currentColor;
|
|
|
position: relative;
|
|
|
- top: -1px;
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: middle;
|
|
|
+ margin-right: 5px;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation .dropdown-icon.close,
|
|
|
-.woo-navigation .dropdown-icon.close {
|
|
|
- display: none;
|
|
|
+.entry-footer .svg-icon {
|
|
|
+ fill: currentColor;
|
|
|
+ position: relative;
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: middle;
|
|
|
+ margin-right: 5px;
|
|
|
}
|
|
|
|
|
|
-.lock-scrolling .primary-navigation > .button, .lock-scrolling
|
|
|
-.woo-navigation > .button {
|
|
|
- position: fixed;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
+.site-main > article > .entry-footer {
|
|
|
+ margin-top: 90px;
|
|
|
+ padding-top: 20px;
|
|
|
+ border-top: 2px solid #EFEFEF;
|
|
|
}
|
|
|
|
|
|
-.admin-bar .primary-navigation,
|
|
|
-.admin-bar .primary-navigation > div,
|
|
|
-.admin-bar.lock-scrolling .primary-navigation > .button, .admin-bar
|
|
|
-.woo-navigation,
|
|
|
-.admin-bar
|
|
|
-.woo-navigation > div,
|
|
|
-.admin-bar.lock-scrolling
|
|
|
-.woo-navigation > .button {
|
|
|
- top: 46px;
|
|
|
+/**
|
|
|
+ * Post Thumbnails
|
|
|
+ */
|
|
|
+.post-thumbnail {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.post-thumbnail .post-thumbnail-inner {
|
|
|
+ display: block;
|
|
|
}
|
|
|
|
|
|
+/**
|
|
|
+ * Author
|
|
|
+ */
|
|
|
+/* Author description */
|
|
|
+.author-bio {
|
|
|
+ font-size: 14px;
|
|
|
+ max-width: 100%;
|
|
|
+}
|
|
|
@media only screen and (min-width: 482px) {
|
|
|
- .primary-navigation {
|
|
|
- position: relative;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- margin-top: 45px;
|
|
|
- }
|
|
|
- .woo-navigation {
|
|
|
- position: relative;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- margin-top: 45px;
|
|
|
- }
|
|
|
- .primary-navigation > div,
|
|
|
- .woo-navigation > div {
|
|
|
- visibility: visible;
|
|
|
- opacity: 1;
|
|
|
- position: relative;
|
|
|
- padding: 0;
|
|
|
- background-color: transparent;
|
|
|
- overflow: initial;
|
|
|
- transform: none;
|
|
|
+ .author-bio {
|
|
|
+ max-width: 432px;
|
|
|
}
|
|
|
- .primary-navigation #toggle-menu,
|
|
|
- .woo-navigation #toggle-menu {
|
|
|
- display: none;
|
|
|
+}
|
|
|
+@media only screen and (min-width: 592px) {
|
|
|
+ .author-bio {
|
|
|
+ max-width: 432px;
|
|
|
}
|
|
|
- .primary-navigation > div > ul > li > ul,
|
|
|
- .woo-navigation > div > ul > li > ul {
|
|
|
- display: none;
|
|
|
+}
|
|
|
+@media only screen and (min-width: 652px) {
|
|
|
+ .author-bio {
|
|
|
+ max-width: 542px;
|
|
|
}
|
|
|
- .admin-bar .primary-navigation, .admin-bar
|
|
|
- .woo-navigation {
|
|
|
- top: initial;
|
|
|
+}
|
|
|
+@media only screen and (min-width: 822px) {
|
|
|
+ .author-bio {
|
|
|
+ max-width: 602px;
|
|
|
}
|
|
|
- .admin-bar .primary-navigation > div, .admin-bar
|
|
|
- .woo-navigation > div {
|
|
|
- top: initial;
|
|
|
+}
|
|
|
+@media only screen and (min-width: 1024px) {
|
|
|
+ .author-bio {
|
|
|
+ max-width: 602px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.primary-navigation > div > ul {
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- flex-wrap: wrap;
|
|
|
- list-style: none;
|
|
|
- margin: 0;
|
|
|
- max-width: none;
|
|
|
- padding-left: 0;
|
|
|
- position: relative;
|
|
|
- /* Sub-menus Flyout */
|
|
|
+.site-main > article > .author-bio {
|
|
|
+ margin-top: 60px;
|
|
|
}
|
|
|
|
|
|
-.woo-navigation > div > ul {
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- flex-wrap: wrap;
|
|
|
- list-style: none;
|
|
|
- margin: 0;
|
|
|
- max-width: none;
|
|
|
- padding-left: 0;
|
|
|
- position: relative;
|
|
|
- /* Sub-menus Flyout */
|
|
|
+.author-bio .author-title {
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+ font-size: 28px;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation > div > ul ul,
|
|
|
-.woo-navigation > div > ul ul {
|
|
|
- padding-left: 0;
|
|
|
+.author-bio .author-description {
|
|
|
+ font-size: 18px;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation > div > ul li,
|
|
|
-.woo-navigation > div > ul li {
|
|
|
- display: block;
|
|
|
- position: relative;
|
|
|
- width: 100%;
|
|
|
- z-index: 1;
|
|
|
+/* Next/Previous navigation */
|
|
|
+.navigation {
|
|
|
+ color: #333333;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation > div > ul li:hover, .primary-navigation > div > ul li:focus-within,
|
|
|
-.woo-navigation > div > ul li:hover,
|
|
|
-.woo-navigation > div > ul li:focus-within {
|
|
|
- cursor: pointer;
|
|
|
- z-index: 99999;
|
|
|
+.navigation a {
|
|
|
+ color: #000000;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .primary-navigation > div > ul li,
|
|
|
- .woo-navigation > div > ul li {
|
|
|
- display: inherit;
|
|
|
- width: inherit;
|
|
|
- /* Submenu display */
|
|
|
- }
|
|
|
- .primary-navigation > div > ul li:hover > ul,
|
|
|
- .primary-navigation > div > ul li:focus-within > ul,
|
|
|
- .primary-navigation > div > ul li ul:hover,
|
|
|
- .primary-navigation > div > ul li ul:focus,
|
|
|
- .woo-navigation > div > ul li:hover > ul,
|
|
|
- .woo-navigation > div > ul li:focus-within > ul,
|
|
|
- .woo-navigation > div > ul li ul:hover,
|
|
|
- .woo-navigation > div > ul li ul:focus {
|
|
|
- visibility: visible;
|
|
|
- opacity: 1;
|
|
|
- display: block;
|
|
|
- }
|
|
|
+.navigation a:hover {
|
|
|
+ color: #3C8067;
|
|
|
+}
|
|
|
+
|
|
|
+.navigation a:focus {
|
|
|
+ color: #3C8067;
|
|
|
+}
|
|
|
+
|
|
|
+.navigation a:active {
|
|
|
+ color: #000000;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 482px) {
|
|
|
- .primary-navigation > div > ul > li > a {
|
|
|
- line-height: 1;
|
|
|
- }
|
|
|
- .woo-navigation > div > ul > li > a {
|
|
|
- line-height: 1;
|
|
|
- }
|
|
|
- .primary-navigation > div > ul > li > a:before, .primary-navigation > div > ul > li > a:after,
|
|
|
- .woo-navigation > div > ul > li > a:before,
|
|
|
- .woo-navigation > div > ul > li > a:after {
|
|
|
- content: '';
|
|
|
- display: block;
|
|
|
- height: 0;
|
|
|
- width: 0;
|
|
|
- }
|
|
|
- .primary-navigation > div > ul > li > a:before {
|
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
+ .navigation .nav-links {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
- .woo-navigation > div > ul > li > a:before {
|
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
+ .navigation .nav-links .nav-next {
|
|
|
+ flex: 0 1 auto;
|
|
|
+ margin-bottom: inherit;
|
|
|
+ margin-top: inherit;
|
|
|
+ max-width: calc(50% - 10px);
|
|
|
}
|
|
|
- .primary-navigation > div > ul > li > a:after {
|
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
+ .navigation .nav-links .nav-previous {
|
|
|
+ flex: 0 1 auto;
|
|
|
+ margin-bottom: inherit;
|
|
|
+ margin-top: inherit;
|
|
|
+ max-width: calc(50% - 10px);
|
|
|
}
|
|
|
- .woo-navigation > div > ul > li > a:after {
|
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
+ .navigation .nav-links .nav-next {
|
|
|
+ text-align: right;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.primary-navigation > div > ul > li > .sub-menu,
|
|
|
-.woo-navigation > div > ul > li > .sub-menu {
|
|
|
- position: relative;
|
|
|
+.navigation .svg-icon {
|
|
|
+ display: inline-block;
|
|
|
+ fill: currentColor;
|
|
|
+ vertical-align: middle;
|
|
|
+}
|
|
|
+
|
|
|
+.post-navigation .meta-nav {
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 1.7;
|
|
|
+ color: #333333;
|
|
|
+}
|
|
|
+
|
|
|
+.post-navigation .post-title {
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+ font-size: 24px;
|
|
|
+ line-height: 1.3;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 482px) {
|
|
|
- .primary-navigation > div > ul > li > .sub-menu {
|
|
|
- margin: 0;
|
|
|
- background: #FFFFFF;
|
|
|
- box-shadow: 1px 1px 3px 0px rgba( 0, 0, 0, 0.2 );
|
|
|
- left: 0;
|
|
|
- top: 100%;
|
|
|
- min-width: max-content;
|
|
|
- opacity: 0;
|
|
|
- position: absolute;
|
|
|
- transition: all 0.5s ease;
|
|
|
- visibility: hidden;
|
|
|
- }
|
|
|
- .woo-navigation > div > ul > li > .sub-menu {
|
|
|
- margin: 0;
|
|
|
- background: #FFFFFF;
|
|
|
- box-shadow: 1px 1px 3px 0px rgba( 0, 0, 0, 0.2 );
|
|
|
- left: 0;
|
|
|
- top: 100%;
|
|
|
- min-width: max-content;
|
|
|
- opacity: 0;
|
|
|
- position: absolute;
|
|
|
- transition: all 0.5s ease;
|
|
|
- visibility: hidden;
|
|
|
+ .post-navigation .nav-links {
|
|
|
+ justify-content: space-between;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.primary-navigation > div > ul > li > .sub-menu .sub-menu,
|
|
|
-.woo-navigation > div > ul > li > .sub-menu .sub-menu {
|
|
|
- width: 100%;
|
|
|
+.post-navigation .nav-next {
|
|
|
+ margin-top: 30px;
|
|
|
+ margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation .primary-menu > .menu-item:hover > a {
|
|
|
- color: #3C8067;
|
|
|
+.post-navigation .nav-previous {
|
|
|
+ margin-top: 30px;
|
|
|
+ margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
-.woo-navigation .primary-menu > .menu-item:hover > a {
|
|
|
- color: #3C8067;
|
|
|
+.post-navigation .nav-next:first-child,
|
|
|
+.post-navigation .nav-previous:first-child {
|
|
|
+ margin-top: 0;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation .menu-item > a {
|
|
|
- color: #000000;
|
|
|
+.post-navigation .nav-next:last-child,
|
|
|
+.post-navigation .nav-previous:last-child {
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-.woo-navigation .menu-item > a {
|
|
|
- color: #000000;
|
|
|
+.pagination .nav-links > * {
|
|
|
+ color: #333333;
|
|
|
+ font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: normal;
|
|
|
+ margin-left: 13.2px;
|
|
|
+ margin-right: 13.2px;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation .menu-item > a:hover {
|
|
|
- color: #3C8067;
|
|
|
+.pagination .nav-links > *.current {
|
|
|
+ border-bottom: 1px solid #333333;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation .menu-item > a:focus {
|
|
|
- color: #3C8067;
|
|
|
+.pagination .nav-links > *:first-child {
|
|
|
+ margin-left: 0;
|
|
|
}
|
|
|
|
|
|
-.woo-navigation .menu-item > a:hover {
|
|
|
+.pagination .nav-links > *a:hover {
|
|
|
color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-.woo-navigation .menu-item > a:focus {
|
|
|
- color: #3C8067;
|
|
|
+.pagination .nav-links > *:last-child {
|
|
|
+ margin-right: 0;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation .menu-item > a:active {
|
|
|
- color: #000000;
|
|
|
+.pagination .nav-links > *.next {
|
|
|
+ margin-left: auto;
|
|
|
}
|
|
|
|
|
|
-.woo-navigation .menu-item > a:active {
|
|
|
- color: #000000;
|
|
|
+.pagination .nav-links > *.prev {
|
|
|
+ margin-right: auto;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation a {
|
|
|
- color: currentColor;
|
|
|
- display: block;
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
- font-size: 32px;
|
|
|
- font-weight: normal;
|
|
|
- padding: 6.6px 0;
|
|
|
+/**
|
|
|
+ * Comments Wrapper
|
|
|
+ */
|
|
|
+.comments-area > * {
|
|
|
+ margin-top: 30px;
|
|
|
+ margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
-.woo-navigation a {
|
|
|
- color: currentColor;
|
|
|
- display: block;
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
- font-size: 32px;
|
|
|
- font-weight: normal;
|
|
|
- padding: 6.6px 0;
|
|
|
+.comments-area > *:first-child {
|
|
|
+ margin-top: 0;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .primary-navigation a {
|
|
|
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
- font-size: 16px;
|
|
|
- font-weight: normal;
|
|
|
- padding: 13.2px;
|
|
|
- }
|
|
|
- .woo-navigation a {
|
|
|
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
- font-size: 16px;
|
|
|
- font-weight: normal;
|
|
|
- padding: 13.2px;
|
|
|
- }
|
|
|
+.comments-area > *:last-child {
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation a + svg,
|
|
|
-.woo-navigation a + svg {
|
|
|
- fill: currentColor;
|
|
|
+/**
|
|
|
+ * Comment Title
|
|
|
+ */
|
|
|
+.comments-title {
|
|
|
+ font-size: 28px;
|
|
|
+ font-style: italic;
|
|
|
+ letter-spacing: undefined;
|
|
|
+}
|
|
|
+.comment-reply-title {
|
|
|
+ font-size: 28px;
|
|
|
+ font-style: italic;
|
|
|
+ letter-spacing: undefined;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation a:hover, .primary-navigation a:link, .primary-navigation a:visited,
|
|
|
-.woo-navigation a:hover,
|
|
|
-.woo-navigation a:link,
|
|
|
-.woo-navigation a:visited {
|
|
|
- color: currentColor;
|
|
|
+.comment-reply-title {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation .sub-menu {
|
|
|
- list-style: none;
|
|
|
- margin-left: 13.2px;
|
|
|
+.comment-reply-title small a {
|
|
|
+ border-bottom: none;
|
|
|
+ color: currentColor;
|
|
|
+ font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
+ font-size: 14px;
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: normal;
|
|
|
+ letter-spacing: normal;
|
|
|
}
|
|
|
|
|
|
-.woo-navigation .sub-menu {
|
|
|
+/**
|
|
|
+ * Comment Lists
|
|
|
+ */
|
|
|
+.comment-list {
|
|
|
+ padding-left: 0;
|
|
|
list-style: none;
|
|
|
- margin-left: 13.2px;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation .sub-menu .menu-item a {
|
|
|
- font-size: 24px;
|
|
|
- font-style: italic;
|
|
|
- padding-top: 6.6px;
|
|
|
- padding-bottom: 6.6px;
|
|
|
+.comment-list > li {
|
|
|
+ margin-top: 30px;
|
|
|
+ margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
-.woo-navigation .sub-menu .menu-item a {
|
|
|
- font-size: 24px;
|
|
|
- font-style: italic;
|
|
|
- padding-top: 6.6px;
|
|
|
- padding-bottom: 6.6px;
|
|
|
+.comment-list > li:not(first-child) {
|
|
|
+ border-bottom: 1px solid #EFEFEF;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .primary-navigation .sub-menu .menu-item a {
|
|
|
- font-size: 16px;
|
|
|
- font-style: normal;
|
|
|
- }
|
|
|
- .woo-navigation .sub-menu .menu-item a {
|
|
|
- font-size: 16px;
|
|
|
- font-style: normal;
|
|
|
- }
|
|
|
+.comment-list .children {
|
|
|
+ list-style: none;
|
|
|
+ padding-left: 25px;
|
|
|
}
|
|
|
|
|
|
-.primary-navigation .menu-item-has-children > .svg-icon,
|
|
|
-.woo-navigation .menu-item-has-children > .svg-icon {
|
|
|
- display: none;
|
|
|
+.comment-list .children > li {
|
|
|
+ border-top: 1px solid #EFEFEF;
|
|
|
+ margin-top: 30px;
|
|
|
+ margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 482px) {
|
|
|
- .primary-navigation .menu-item-has-children > a,
|
|
|
- .woo-navigation .menu-item-has-children > a {
|
|
|
- padding-right: 0;
|
|
|
- }
|
|
|
- .primary-navigation .menu-item-has-children > .svg-icon {
|
|
|
- display: inline-block;
|
|
|
- height: 100%;
|
|
|
- margin-right: 13.2px;
|
|
|
- }
|
|
|
- .woo-navigation .menu-item-has-children > .svg-icon {
|
|
|
- display: inline-block;
|
|
|
- height: 100%;
|
|
|
- margin-right: 13.2px;
|
|
|
+ .comment-list .children {
|
|
|
+ padding-left: 50px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.primary-navigation .hide-visually,
|
|
|
-.woo-navigation .hide-visually {
|
|
|
- position: absolute !important;
|
|
|
- clip: rect(1px, 1px, 1px, 1px);
|
|
|
- padding: 0 !important;
|
|
|
- border: 0 !important;
|
|
|
- height: 1px !important;
|
|
|
- width: 1px !important;
|
|
|
- overflow: hidden;
|
|
|
+/**
|
|
|
+ * Comment Meta
|
|
|
+ */
|
|
|
+.comment-meta .comment-author {
|
|
|
+ line-height: 1.3;
|
|
|
+ margin-bottom: 5px;
|
|
|
+ padding-right: 62.5px;
|
|
|
+ max-width: calc(100% - 75px);
|
|
|
}
|
|
|
|
|
|
-@media only screen and (max-width: 481px) {
|
|
|
- .lock-scrolling .site {
|
|
|
- position: fixed;
|
|
|
- max-width: 100%;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .comment-meta .comment-author {
|
|
|
+ margin-bottom: 0;
|
|
|
+ padding-right: 0;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.social-navigation > div > ul {
|
|
|
- align-content: center;
|
|
|
- justify-content: center;
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- list-style: none;
|
|
|
- margin: 0;
|
|
|
- padding-left: 0;
|
|
|
+.comment-meta .comment-author .fn {
|
|
|
+ font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
+ font-weight: normal;
|
|
|
+ font-size: 14px;
|
|
|
+ hyphens: auto;
|
|
|
+ padding-left: 60px;
|
|
|
+ word-wrap: break-word;
|
|
|
+ word-break: break-word;
|
|
|
}
|
|
|
|
|
|
-.social-navigation > div > ul > li {
|
|
|
- margin-bottom: 13.2px;
|
|
|
+.comment-meta .comment-author .avatar {
|
|
|
+ border: undefined;
|
|
|
+ border-radius: 50%;
|
|
|
+ position: absolute;
|
|
|
+ top: 5px;
|
|
|
}
|
|
|
|
|
|
-.social-navigation > div > ul > li:first-of-type > a {
|
|
|
- padding-left: 0;
|
|
|
+.comment-meta .comment-metadata {
|
|
|
+ color: #333333;
|
|
|
+ font-size: 14px;
|
|
|
+ padding-left: 60px;
|
|
|
}
|
|
|
|
|
|
-.social-navigation > div > ul > li:last-of-type > a {
|
|
|
- padding-right: 0;
|
|
|
+.comment-meta .comment-metadata a {
|
|
|
+ border-bottom: none;
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.social-navigation a {
|
|
|
- color: #333333;
|
|
|
- display: inline-block;
|
|
|
- padding: 0 6.6px;
|
|
|
+.comment-meta .comment-metadata a:hover {
|
|
|
+ color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-.social-navigation a:hover {
|
|
|
+.comment-meta .comment-metadata a:focus {
|
|
|
color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-.social-navigation a:focus {
|
|
|
- color: #3C8067;
|
|
|
+.comment-meta .comment-metadata a:active {
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.social-navigation a:active {
|
|
|
- color: #333333;
|
|
|
+.comment-meta .comment-metadata .edit-link {
|
|
|
+ float: right;
|
|
|
}
|
|
|
|
|
|
-.social-navigation svg {
|
|
|
- fill: currentColor;
|
|
|
- vertical-align: middle;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .comment-meta {
|
|
|
+ margin-right: inherit;
|
|
|
+ }
|
|
|
+ .comment-meta .comment-author {
|
|
|
+ max-width: inherit;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.site-footer {
|
|
|
- overflow: hidden;
|
|
|
+.reply {
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 1.3;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 822px) {
|
|
|
- .site-footer {
|
|
|
- align-items: flex-end;
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- }
|
|
|
+.reply a {
|
|
|
+ background-color: #3C8067;
|
|
|
+ border-radius: 4px;
|
|
|
+ border-bottom: none;
|
|
|
+ color: #FFFFFF;
|
|
|
+ font-weight: normal;
|
|
|
+ font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
+ font-size: 1em;
|
|
|
+ line-height: 1;
|
|
|
+ padding: 23px 25px;
|
|
|
}
|
|
|
|
|
|
-.site-footer > .site-info {
|
|
|
- color: #333333;
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
- font-size: 16px;
|
|
|
- line-height: 1.7;
|
|
|
+.reply a:hover {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 822px) {
|
|
|
- .site-footer > .site-info {
|
|
|
- margin-top: 0;
|
|
|
- margin-bottom: 0;
|
|
|
- }
|
|
|
+.reply a:focus {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-.site-footer > .site-info .site-name {
|
|
|
- font-weight: bold;
|
|
|
+.reply a.has-focus {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-.site-footer > .site-info a {
|
|
|
- color: currentColor;
|
|
|
+.reply {
|
|
|
+ text-align: right;
|
|
|
}
|
|
|
|
|
|
-.site-footer > .site-info a:link, .site-footer > .site-info a:visited, .site-footer > .site-info a:active {
|
|
|
- color: currentColor;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .reply {
|
|
|
+ text-align: left;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.site-footer > .site-info a:hover {
|
|
|
- color: #000000;
|
|
|
+.bypostauthor {
|
|
|
+ display: block;
|
|
|
}
|
|
|
|
|
|
-.site-footer > .site-info a:focus {
|
|
|
- color: #000000;
|
|
|
+.says {
|
|
|
+ display: none;
|
|
|
}
|
|
|
|
|
|
-.site-footer > .footer-navigation {
|
|
|
- display: inline;
|
|
|
+.pingback .url {
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 822px) {
|
|
|
- .site-footer > .footer-navigation {
|
|
|
- margin-top: 20px;
|
|
|
- margin-bottom: 20px;
|
|
|
- text-align: left;
|
|
|
- }
|
|
|
+.trackback .url {
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
}
|
|
|
|
|
|
-.site-footer > .footer-navigation > div {
|
|
|
- display: inline;
|
|
|
+.comment-body {
|
|
|
+ position: relative;
|
|
|
}
|
|
|
|
|
|
-.site-footer > .footer-navigation .footer-menu {
|
|
|
- color: #333333;
|
|
|
- margin: 0;
|
|
|
- padding-left: 0;
|
|
|
+.comment-body > * {
|
|
|
+ margin-top: 30px;
|
|
|
+ margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 822px) {
|
|
|
- .site-footer > .footer-navigation .footer-menu {
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- justify-content: flex-end;
|
|
|
- }
|
|
|
+.comment-body .reply {
|
|
|
+ margin: 45px 0;
|
|
|
}
|
|
|
|
|
|
-.site-footer > .footer-navigation .footer-menu > li {
|
|
|
- display: inline;
|
|
|
+.comment-content a {
|
|
|
+ word-wrap: break-word;
|
|
|
}
|
|
|
|
|
|
-.site-footer > .footer-navigation .footer-menu > li:first-of-type > a {
|
|
|
- padding-left: 0;
|
|
|
+.pingback .comment-body {
|
|
|
+ margin-top: 30px;
|
|
|
+ margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
-.site-footer > .footer-navigation .footer-menu > li:last-of-type {
|
|
|
- padding-right: 0;
|
|
|
+.trackback .comment-body {
|
|
|
+ margin-top: 30px;
|
|
|
+ margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
-.site-footer > .footer-navigation .footer-menu a {
|
|
|
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
- font-size: 16px;
|
|
|
- font-weight: normal;
|
|
|
- padding: 13.2px;
|
|
|
- color: currentColor;
|
|
|
+.comment-respond {
|
|
|
+ margin-top: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+.comment-respond > * {
|
|
|
+ margin-top: 20px;
|
|
|
+ margin-bottom: 20px;
|
|
|
}
|
|
|
|
|
|
-.site-footer > .footer-navigation .footer-menu a:link, .site-footer > .footer-navigation .footer-menu a:visited, .site-footer > .footer-navigation .footer-menu a:active {
|
|
|
- color: currentColor;
|
|
|
+.comment-respond > *:first-child {
|
|
|
+ margin-top: 0;
|
|
|
}
|
|
|
|
|
|
-.site-footer > .footer-navigation .footer-menu a:hover {
|
|
|
- color: #3C8067;
|
|
|
+.comment-respond > *:last-child {
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-.site-footer > .footer-navigation .footer-menu a:focus {
|
|
|
- color: #3C8067;
|
|
|
+.comment-respond > *:last-child.comment-form {
|
|
|
+ margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * Content
|
|
|
- */
|
|
|
-.entry-title {
|
|
|
- color: #000000;
|
|
|
- font-size: 32px;
|
|
|
- letter-spacing: undefined;
|
|
|
- line-height: 1.3;
|
|
|
- overflow-wrap: break-word;
|
|
|
+.comment-author {
|
|
|
+ padding-top: 3px;
|
|
|
}
|
|
|
|
|
|
-.entry-title a {
|
|
|
+.comment-author .url {
|
|
|
+ border-bottom: none;
|
|
|
color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.entry-title a:hover {
|
|
|
- color: #3C8067;
|
|
|
+.comment-form {
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
}
|
|
|
|
|
|
-.entry-title a:focus {
|
|
|
- color: #3C8067;
|
|
|
+.comment-form > * {
|
|
|
+ flex-basis: 100%;
|
|
|
}
|
|
|
|
|
|
-.entry-title a:active {
|
|
|
- color: currentColor;
|
|
|
+.comment-form .comment-notes {
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * Entry Content
|
|
|
- */
|
|
|
-.entry-content {
|
|
|
- font-family: 32px;
|
|
|
-}
|
|
|
-.entry-summary {
|
|
|
- font-family: 32px;
|
|
|
+.comment-form .comment-form-url,
|
|
|
+.comment-form .comment-form-comment {
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
-.entry-content p {
|
|
|
- word-wrap: break-word;
|
|
|
+.comment-form .comment-form-author,
|
|
|
+.comment-form .comment-form-email {
|
|
|
+ flex-basis: 0;
|
|
|
+ flex-grow: 1;
|
|
|
}
|
|
|
|
|
|
-.entry-content .more-link {
|
|
|
- display: table;
|
|
|
- color: inherit;
|
|
|
- margin-top: 20px;
|
|
|
+.comment-form .comment-form-cookies-consent > label {
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .entry-content .more-link {
|
|
|
- margin-top: 30px;
|
|
|
- }
|
|
|
+.comment-form .comment-notes {
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
|
|
|
-.entry-content .more-link:after {
|
|
|
- content: "\02192";
|
|
|
- display: inline-block;
|
|
|
- margin-left: 0.5em;
|
|
|
+.comment-form > p {
|
|
|
+ margin-bottom: 20px;
|
|
|
}
|
|
|
|
|
|
-.entry-content .more-link:hover {
|
|
|
- text-decoration: none;
|
|
|
+.comment-form > p:first-of-type {
|
|
|
+ margin-top: 0;
|
|
|
}
|
|
|
|
|
|
-.entry-content > iframe[style] {
|
|
|
- margin: 30px 0 !important;
|
|
|
- max-width: 100% !important;
|
|
|
+.comment-form > p:last-of-type {
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .entry-content > iframe[style] {
|
|
|
- max-width: 30px !important;
|
|
|
- }
|
|
|
+.comment-form > p label {
|
|
|
+ display: block;
|
|
|
+ font-size: 16px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
-.entry-attachment {
|
|
|
- text-align: center;
|
|
|
+.comment-form > p input[type="email"] {
|
|
|
+ display: block;
|
|
|
+ font-size: 16px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
-.entry-meta {
|
|
|
- color: #333333;
|
|
|
- clear: both;
|
|
|
- float: none;
|
|
|
- font-size: 14px;
|
|
|
+.comment-form > p input[type="text"] {
|
|
|
display: block;
|
|
|
+ font-size: 16px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
-.entry-footer {
|
|
|
- color: #333333;
|
|
|
- clear: both;
|
|
|
- float: none;
|
|
|
- font-size: 14px;
|
|
|
+.comment-form > p input[type="url"] {
|
|
|
display: block;
|
|
|
+ font-size: 16px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
-.entry-meta > span {
|
|
|
- display: inline-block;
|
|
|
- margin-right: 20px;
|
|
|
+.comment-form > p textarea {
|
|
|
+ display: block;
|
|
|
+ font-size: 16px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
-.entry-footer > span {
|
|
|
- display: inline-block;
|
|
|
- margin-right: 20px;
|
|
|
+.comment-form > p.comment-form-cookies-consent {
|
|
|
+ display: flex;
|
|
|
}
|
|
|
|
|
|
-.entry-meta > span > *,
|
|
|
-.entry-meta > span span .fn,
|
|
|
-.entry-footer > span > *,
|
|
|
-.entry-footer > span span .fn {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: middle;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .comment-form > p.comment-form-author {
|
|
|
+ margin-right: 37.5px;
|
|
|
+ }
|
|
|
+ .comment-form > p.comment-notes, .comment-form > p.logged-in-as {
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.entry-meta > span:last-child,
|
|
|
-.entry-footer > span:last-child {
|
|
|
- margin-right: 0;
|
|
|
+.comment-navigation a {
|
|
|
+ font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
|
|
|
|
-.entry-meta > span .published + .updated,
|
|
|
-.entry-footer > span .published + .updated {
|
|
|
- display: none;
|
|
|
+.widget-area {
|
|
|
+ flex: 0 0 100%;
|
|
|
}
|
|
|
|
|
|
-.entry-meta a {
|
|
|
- border-bottom: none;
|
|
|
- color: currentColor;
|
|
|
+.search-form {
|
|
|
+ display: flex;
|
|
|
+ margin: auto;
|
|
|
+ max-width: 100%;
|
|
|
}
|
|
|
|
|
|
-.entry-footer a {
|
|
|
- border-bottom: none;
|
|
|
- color: currentColor;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .search-form {
|
|
|
+ max-width: 432px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.entry-meta a:hover {
|
|
|
- color: #3C8067;
|
|
|
+@media only screen and (min-width: 592px) {
|
|
|
+ .search-form {
|
|
|
+ max-width: 432px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.entry-meta a:focus {
|
|
|
- color: #3C8067;
|
|
|
+@media only screen and (min-width: 652px) {
|
|
|
+ .search-form {
|
|
|
+ max-width: 542px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.entry-footer a:hover {
|
|
|
- color: #3C8067;
|
|
|
+@media only screen and (min-width: 822px) {
|
|
|
+ .search-form {
|
|
|
+ max-width: 602px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.entry-footer a:focus {
|
|
|
- color: #3C8067;
|
|
|
+@media only screen and (min-width: 1024px) {
|
|
|
+ .search-form {
|
|
|
+ max-width: 602px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.entry-meta a:active {
|
|
|
- color: currentColor;
|
|
|
+.search-form > label {
|
|
|
+ display: flex;
|
|
|
+ margin-right: 25px;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
-.entry-footer a:active {
|
|
|
- color: currentColor;
|
|
|
+.search-form > label .search-field {
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
-.entry-meta .svg-icon {
|
|
|
- fill: currentColor;
|
|
|
- position: relative;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: middle;
|
|
|
- margin-right: 5px;
|
|
|
+/* Utilities */
|
|
|
+img#wpstats {
|
|
|
+ position: absolute !important;
|
|
|
+ clip: rect(0, 0, 0, 0);
|
|
|
+ padding: 0 !important;
|
|
|
+ border: 0 !important;
|
|
|
+ height: 0 !important;
|
|
|
+ width: 0 !important;
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
|
|
|
|
-.entry-footer .svg-icon {
|
|
|
- fill: currentColor;
|
|
|
- position: relative;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: middle;
|
|
|
- margin-right: 5px;
|
|
|
+/**
|
|
|
+ * Site Pages
|
|
|
+ * - Page specific styles
|
|
|
+ */
|
|
|
+.sticky-post {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #3C8067;
|
|
|
+ font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 1;
|
|
|
+ padding: 5px 6.6px;
|
|
|
}
|
|
|
|
|
|
-.site-main > article > .entry-footer {
|
|
|
- margin-top: 90px;
|
|
|
- padding-top: 20px;
|
|
|
- border-top: 2px solid #EFEFEF;
|
|
|
+.page-title {
|
|
|
+ font-size: 24px;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * Post Thumbnails
|
|
|
+ * Jetpack styles
|
|
|
*/
|
|
|
-.post-thumbnail {
|
|
|
- text-align: center;
|
|
|
+/**
|
|
|
+ * Jetpack Block styles
|
|
|
+ */
|
|
|
+.wp-block-newspack-blocks-homepage-articles.image-aligntop .post-thumbnail {
|
|
|
+ margin-bottom: 15px;
|
|
|
+}
|
|
|
+.wp-block-a8c-blog-posts.image-aligntop .post-thumbnail {
|
|
|
+ margin-bottom: 15px;
|
|
|
}
|
|
|
|
|
|
-.post-thumbnail .post-thumbnail-inner {
|
|
|
- display: block;
|
|
|
+.wp-block-newspack-blocks-homepage-articles.image-alignleft .post-thumbnail {
|
|
|
+ margin-right: 30px;
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * Author
|
|
|
- */
|
|
|
-/* Author description */
|
|
|
-.author-bio {
|
|
|
- font-size: 14px;
|
|
|
- max-width: 100%;
|
|
|
-}
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .author-bio {
|
|
|
- max-width: 432px;
|
|
|
- }
|
|
|
+.wp-block-a8c-blog-posts.image-alignleft .post-thumbnail {
|
|
|
+ margin-right: 30px;
|
|
|
}
|
|
|
-@media only screen and (min-width: 592px) {
|
|
|
- .author-bio {
|
|
|
- max-width: 432px;
|
|
|
- }
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles.image-alignright .post-thumbnail {
|
|
|
+ margin-left: 30px;
|
|
|
}
|
|
|
-@media only screen and (min-width: 652px) {
|
|
|
- .author-bio {
|
|
|
- max-width: 542px;
|
|
|
- }
|
|
|
+
|
|
|
+.wp-block-a8c-blog-posts.image-alignright .post-thumbnail {
|
|
|
+ margin-left: 30px;
|
|
|
}
|
|
|
-@media only screen and (min-width: 822px) {
|
|
|
- .author-bio {
|
|
|
- max-width: 602px;
|
|
|
- }
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles.image-alignbehind .post-has-image .entry-wrapper {
|
|
|
+ padding: 30px;
|
|
|
}
|
|
|
-@media only screen and (min-width: 1024px) {
|
|
|
- .author-bio {
|
|
|
- max-width: 602px;
|
|
|
- }
|
|
|
+
|
|
|
+.wp-block-a8c-blog-posts.image-alignbehind .post-has-image .entry-wrapper {
|
|
|
+ padding: 30px;
|
|
|
}
|
|
|
|
|
|
-.site-main > article > .author-bio {
|
|
|
- margin-top: 60px;
|
|
|
+.wp-block-newspack-blocks-homepage-articles.is-grid article {
|
|
|
+ margin-top: 0;
|
|
|
+ margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
-.author-bio .author-title {
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
- font-size: 28px;
|
|
|
+.wp-block-a8c-blog-posts.is-grid article {
|
|
|
+ margin-top: 0;
|
|
|
+ margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
-.author-bio .author-description {
|
|
|
- font-size: 18px;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .wp-block-newspack-blocks-homepage-articles.is-grid article {
|
|
|
+ margin-bottom: 90px;
|
|
|
+ }
|
|
|
+ .wp-block-a8c-blog-posts.is-grid article {
|
|
|
+ margin-bottom: 90px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-/* Next/Previous navigation */
|
|
|
-.navigation {
|
|
|
- color: #333333;
|
|
|
+.wp-block-newspack-blocks-homepage-articles .article-section-title {
|
|
|
+ font-size: 1em;
|
|
|
+ margin-bottom: 15px;
|
|
|
}
|
|
|
|
|
|
-.navigation a {
|
|
|
- color: #000000;
|
|
|
+.wp-block-a8c-blog-posts .article-section-title {
|
|
|
+ font-size: 1em;
|
|
|
+ margin-bottom: 15px;
|
|
|
}
|
|
|
|
|
|
-.navigation a:hover {
|
|
|
- color: #3C8067;
|
|
|
+.wp-block-newspack-blocks-homepage-articles .article-section-title + article,
|
|
|
+.wp-block-a8c-blog-posts .article-section-title + article {
|
|
|
+ margin-top: 0;
|
|
|
}
|
|
|
|
|
|
-.navigation a:focus {
|
|
|
- color: #3C8067;
|
|
|
+.wp-block-newspack-blocks-homepage-articles article {
|
|
|
+ display: block;
|
|
|
+ /* Vertical margins logic between posts */
|
|
|
+ margin-top: 60px;
|
|
|
+ margin-bottom: 60px;
|
|
|
}
|
|
|
|
|
|
-.navigation a:active {
|
|
|
- color: #000000;
|
|
|
+.wp-block-a8c-blog-posts article {
|
|
|
+ display: block;
|
|
|
+ /* Vertical margins logic between posts */
|
|
|
+ margin-top: 60px;
|
|
|
+ margin-bottom: 60px;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 482px) {
|
|
|
- .navigation .nav-links {
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- }
|
|
|
- .navigation .nav-links .nav-next {
|
|
|
- flex: 0 1 auto;
|
|
|
- margin-bottom: inherit;
|
|
|
- margin-top: inherit;
|
|
|
- max-width: calc(50% - 10px);
|
|
|
- }
|
|
|
- .navigation .nav-links .nav-previous {
|
|
|
- flex: 0 1 auto;
|
|
|
- margin-bottom: inherit;
|
|
|
- margin-top: inherit;
|
|
|
- max-width: calc(50% - 10px);
|
|
|
+ .wp-block-newspack-blocks-homepage-articles article {
|
|
|
+ margin-top: 90px;
|
|
|
+ margin-bottom: 90px;
|
|
|
}
|
|
|
- .navigation .nav-links .nav-next {
|
|
|
- text-align: right;
|
|
|
+ .wp-block-a8c-blog-posts article {
|
|
|
+ margin-top: 90px;
|
|
|
+ margin-bottom: 90px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.navigation .svg-icon {
|
|
|
- display: inline-block;
|
|
|
- fill: currentColor;
|
|
|
- vertical-align: middle;
|
|
|
+.wp-block-newspack-blocks-homepage-articles article:first-child,
|
|
|
+.wp-block-a8c-blog-posts article:first-child {
|
|
|
+ margin-top: 0;
|
|
|
}
|
|
|
|
|
|
-.post-navigation .meta-nav {
|
|
|
- font-size: 14px;
|
|
|
- line-height: 1.7;
|
|
|
- color: #333333;
|
|
|
+.wp-block-newspack-blocks-homepage-articles article:last-child {
|
|
|
+ margin-bottom: 90px;
|
|
|
}
|
|
|
|
|
|
-.post-navigation .post-title {
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
- font-size: 24px;
|
|
|
- line-height: 1.3;
|
|
|
+.wp-block-a8c-blog-posts article:last-child {
|
|
|
+ margin-bottom: 90px;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .post-navigation .nav-links {
|
|
|
- justify-content: space-between;
|
|
|
- }
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .post-thumbnail img,
|
|
|
+.wp-block-a8c-blog-posts article .post-thumbnail img {
|
|
|
+ width: auto;
|
|
|
}
|
|
|
|
|
|
-.post-navigation .nav-next {
|
|
|
- margin-top: 30px;
|
|
|
- margin-bottom: 30px;
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > * {
|
|
|
+ /* Vertical margins logic between post details */
|
|
|
+ margin-top: 20px;
|
|
|
+ margin-bottom: 20px;
|
|
|
}
|
|
|
|
|
|
-.post-navigation .nav-previous {
|
|
|
- margin-top: 30px;
|
|
|
- margin-bottom: 30px;
|
|
|
+.wp-block-a8c-blog-posts article .entry-wrapper > * {
|
|
|
+ /* Vertical margins logic between post details */
|
|
|
+ margin-top: 20px;
|
|
|
+ margin-bottom: 20px;
|
|
|
}
|
|
|
|
|
|
-.post-navigation .nav-next:first-child,
|
|
|
-.post-navigation .nav-previous:first-child {
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:first-child,
|
|
|
+.wp-block-a8c-blog-posts article .entry-wrapper > *:first-child {
|
|
|
margin-top: 0;
|
|
|
}
|
|
|
|
|
|
-.post-navigation .nav-next:last-child,
|
|
|
-.post-navigation .nav-previous:last-child {
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:last-child,
|
|
|
+.wp-block-a8c-blog-posts article .entry-wrapper > *:last-child {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-.pagination .nav-links > * {
|
|
|
- color: #333333;
|
|
|
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
- font-size: 16px;
|
|
|
- font-weight: normal;
|
|
|
- margin-left: 13.2px;
|
|
|
- margin-right: 13.2px;
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-title a {
|
|
|
+ color: #000000;
|
|
|
}
|
|
|
|
|
|
-.pagination .nav-links > *.current {
|
|
|
- border-bottom: 1px solid #333333;
|
|
|
+.wp-block-a8c-blog-posts article .entry-title a {
|
|
|
+ color: #000000;
|
|
|
}
|
|
|
|
|
|
-.pagination .nav-links > *:first-child {
|
|
|
- margin-left: 0;
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a,
|
|
|
+[style*="background-color"] .wp-block-newspack-blocks-homepage-articles article .entry-title a, .has-background:not(.has-background-background-color)
|
|
|
+.wp-block-a8c-blog-posts article .entry-title a,
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
+.wp-block-a8c-blog-posts article .entry-title a,
|
|
|
+[style*="background-color"]
|
|
|
+.wp-block-a8c-blog-posts article .entry-title a {
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.pagination .nav-links > *a:hover {
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
|
|
|
color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-.pagination .nav-links > *:last-child {
|
|
|
- margin-right: 0;
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-title a:focus {
|
|
|
+ color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-.pagination .nav-links > *.next {
|
|
|
- margin-left: auto;
|
|
|
+.wp-block-a8c-blog-posts article .entry-title a:hover {
|
|
|
+ color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-.pagination .nav-links > *.prev {
|
|
|
- margin-right: auto;
|
|
|
+.wp-block-a8c-blog-posts article .entry-title a:focus {
|
|
|
+ color: #3C8067;
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * Comments Wrapper
|
|
|
- */
|
|
|
-.comments-area > * {
|
|
|
- margin-top: 30px;
|
|
|
- margin-bottom: 30px;
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a:hover,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a:hover,
|
|
|
+[style*="background-color"] .wp-block-newspack-blocks-homepage-articles article .entry-title a:hover, .has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a:focus,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a:focus,
|
|
|
+[style*="background-color"] .wp-block-newspack-blocks-homepage-articles article .entry-title a:focus, .has-background:not(.has-background-background-color)
|
|
|
+.wp-block-a8c-blog-posts article .entry-title a:hover,
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
+.wp-block-a8c-blog-posts article .entry-title a:hover,
|
|
|
+[style*="background-color"]
|
|
|
+.wp-block-a8c-blog-posts article .entry-title a:hover, .has-background:not(.has-background-background-color)
|
|
|
+.wp-block-a8c-blog-posts article .entry-title a:focus,
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
+.wp-block-a8c-blog-posts article .entry-title a:focus,
|
|
|
+[style*="background-color"]
|
|
|
+.wp-block-a8c-blog-posts article .entry-title a:focus {
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.comments-area > *:first-child {
|
|
|
- margin-top: 0;
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-title a:active {
|
|
|
+ color: #000000;
|
|
|
}
|
|
|
|
|
|
-.comments-area > *:last-child {
|
|
|
- margin-bottom: 0;
|
|
|
+.wp-block-a8c-blog-posts article .entry-title a:active {
|
|
|
+ color: #000000;
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * Comment Title
|
|
|
- */
|
|
|
-.comments-title {
|
|
|
- font-size: 28px;
|
|
|
- font-style: italic;
|
|
|
- letter-spacing: undefined;
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
+ .wp-block-newspack-blocks-homepage-articles article .more-link {
|
|
|
+ margin-top: 20px;
|
|
|
+ }
|
|
|
+ .wp-block-a8c-blog-posts article .more-link {
|
|
|
+ margin-top: 20px;
|
|
|
+ }
|
|
|
}
|
|
|
-.comment-reply-title {
|
|
|
- font-size: 28px;
|
|
|
- font-style: italic;
|
|
|
- letter-spacing: undefined;
|
|
|
+
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-meta {
|
|
|
+ color: #444444;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
|
|
|
-.comment-reply-title {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links {
|
|
|
+ color: #444444;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
|
|
|
-.comment-reply-title small a {
|
|
|
- border-bottom: none;
|
|
|
- color: currentColor;
|
|
|
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
- font-size: 14px;
|
|
|
- font-style: normal;
|
|
|
- font-weight: normal;
|
|
|
- letter-spacing: normal;
|
|
|
+.wp-block-a8c-blog-posts article .entry-meta {
|
|
|
+ color: #444444;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * Comment Lists
|
|
|
- */
|
|
|
-.comment-list {
|
|
|
- padding-left: 0;
|
|
|
- list-style: none;
|
|
|
+.wp-block-a8c-blog-posts article .cat-links {
|
|
|
+ color: #444444;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
|
|
|
-.comment-list > li {
|
|
|
- margin-top: 30px;
|
|
|
- margin-bottom: 30px;
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta,
|
|
|
+[style*="background-color"] .wp-block-newspack-blocks-homepage-articles article .entry-meta, .has-background:not(.has-background-background-color)
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links,
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links,
|
|
|
+[style*="background-color"]
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links, .has-background:not(.has-background-background-color)
|
|
|
+.wp-block-a8c-blog-posts article .entry-meta,
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
+.wp-block-a8c-blog-posts article .entry-meta,
|
|
|
+[style*="background-color"]
|
|
|
+.wp-block-a8c-blog-posts article .entry-meta, .has-background:not(.has-background-background-color)
|
|
|
+.wp-block-a8c-blog-posts article .cat-links,
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
+.wp-block-a8c-blog-posts article .cat-links,
|
|
|
+[style*="background-color"]
|
|
|
+.wp-block-a8c-blog-posts article .cat-links {
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.comment-list > li:not(first-child) {
|
|
|
- border-bottom: 1px solid #EFEFEF;
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-meta > span > *,
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links > span > *,
|
|
|
+.wp-block-a8c-blog-posts article .entry-meta > span > *,
|
|
|
+.wp-block-a8c-blog-posts article .cat-links > span > * {
|
|
|
+ vertical-align: top;
|
|
|
}
|
|
|
|
|
|
-.comment-list .children {
|
|
|
- list-style: none;
|
|
|
- padding-left: 25px;
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-meta .byline:not(:last-child) {
|
|
|
+ margin-right: 20px;
|
|
|
}
|
|
|
|
|
|
-.comment-list .children > li {
|
|
|
- border-top: 1px solid #EFEFEF;
|
|
|
- margin-top: 30px;
|
|
|
- margin-bottom: 30px;
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links .byline:not(:last-child) {
|
|
|
+ margin-right: 20px;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .comment-list .children {
|
|
|
- padding-left: 50px;
|
|
|
- }
|
|
|
+.wp-block-a8c-blog-posts article .entry-meta .byline:not(:last-child) {
|
|
|
+ margin-right: 20px;
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * Comment Meta
|
|
|
- */
|
|
|
-.comment-meta .comment-author {
|
|
|
- line-height: 1.3;
|
|
|
- margin-bottom: 5px;
|
|
|
- padding-right: 62.5px;
|
|
|
- max-width: calc(100% - 75px);
|
|
|
+.wp-block-a8c-blog-posts article .cat-links .byline:not(:last-child) {
|
|
|
+ margin-right: 20px;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .comment-meta .comment-author {
|
|
|
- margin-bottom: 0;
|
|
|
- padding-right: 0;
|
|
|
- }
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-meta .published + .updated,
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links .published + .updated,
|
|
|
+.wp-block-a8c-blog-posts article .entry-meta .published + .updated,
|
|
|
+.wp-block-a8c-blog-posts article .cat-links .published + .updated {
|
|
|
+ display: none;
|
|
|
}
|
|
|
|
|
|
-.comment-meta .comment-author .fn {
|
|
|
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
- font-weight: normal;
|
|
|
- font-size: 14px;
|
|
|
- hyphens: auto;
|
|
|
- padding-left: 60px;
|
|
|
- word-wrap: break-word;
|
|
|
- word-break: break-word;
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-meta a,
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links a,
|
|
|
+.wp-block-a8c-blog-posts article .entry-meta a,
|
|
|
+.wp-block-a8c-blog-posts article .cat-links a {
|
|
|
+ color: currentColor;
|
|
|
+ text-decoration: underline;
|
|
|
}
|
|
|
|
|
|
-.comment-meta .comment-author .avatar {
|
|
|
- border: undefined;
|
|
|
- border-radius: 50%;
|
|
|
- position: absolute;
|
|
|
- top: 5px;
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover {
|
|
|
+ color: #3C8067;
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-.comment-meta .comment-metadata {
|
|
|
- color: #333333;
|
|
|
- font-size: 14px;
|
|
|
- padding-left: 60px;
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .entry-meta a:active {
|
|
|
+ color: #3C8067;
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-.comment-meta .comment-metadata a {
|
|
|
- border-bottom: none;
|
|
|
- color: currentColor;
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover {
|
|
|
+ color: #3C8067;
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-.comment-meta .comment-metadata a:hover {
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links a:active {
|
|
|
color: #3C8067;
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-.comment-meta .comment-metadata a:focus {
|
|
|
+.wp-block-a8c-blog-posts article .entry-meta a:hover {
|
|
|
color: #3C8067;
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-.comment-meta .comment-metadata a:active {
|
|
|
- color: currentColor;
|
|
|
+.wp-block-a8c-blog-posts article .entry-meta a:active {
|
|
|
+ color: #3C8067;
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-.comment-meta .comment-metadata .edit-link {
|
|
|
- float: right;
|
|
|
+.wp-block-a8c-blog-posts article .cat-links a:hover {
|
|
|
+ color: #3C8067;
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .comment-meta {
|
|
|
- margin-right: inherit;
|
|
|
- }
|
|
|
- .comment-meta .comment-author {
|
|
|
- max-width: inherit;
|
|
|
- }
|
|
|
+.wp-block-a8c-blog-posts article .cat-links a:active {
|
|
|
+ color: #3C8067;
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-.reply {
|
|
|
- font-size: 16px;
|
|
|
- line-height: 1.3;
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover,
|
|
|
+[style*="background-color"] .wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, .has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
|
|
|
+[style*="background-color"] .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active, .has-background:not(.has-background-background-color)
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
|
|
|
+[style*="background-color"]
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover, .has-background:not(.has-background-background-color)
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links a:active,
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links a:active,
|
|
|
+[style*="background-color"]
|
|
|
+.wp-block-newspack-blocks-homepage-articles article .cat-links a:active, .has-background:not(.has-background-background-color)
|
|
|
+.wp-block-a8c-blog-posts article .entry-meta a:hover,
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
+.wp-block-a8c-blog-posts article .entry-meta a:hover,
|
|
|
+[style*="background-color"]
|
|
|
+.wp-block-a8c-blog-posts article .entry-meta a:hover, .has-background:not(.has-background-background-color)
|
|
|
+.wp-block-a8c-blog-posts article .entry-meta a:active,
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
+.wp-block-a8c-blog-posts article .entry-meta a:active,
|
|
|
+[style*="background-color"]
|
|
|
+.wp-block-a8c-blog-posts article .entry-meta a:active, .has-background:not(.has-background-background-color)
|
|
|
+.wp-block-a8c-blog-posts article .cat-links a:hover,
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
+.wp-block-a8c-blog-posts article .cat-links a:hover,
|
|
|
+[style*="background-color"]
|
|
|
+.wp-block-a8c-blog-posts article .cat-links a:hover, .has-background:not(.has-background-background-color)
|
|
|
+.wp-block-a8c-blog-posts article .cat-links a:active,
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
+.wp-block-a8c-blog-posts article .cat-links a:active,
|
|
|
+[style*="background-color"]
|
|
|
+.wp-block-a8c-blog-posts article .cat-links a:active {
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.reply a {
|
|
|
+button {
|
|
|
+ line-height: 1;
|
|
|
+ color: #FFFFFF;
|
|
|
+ cursor: pointer;
|
|
|
+ font-weight: normal;
|
|
|
+ font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
+ font-size: 1em;
|
|
|
background-color: #3C8067;
|
|
|
border-radius: 4px;
|
|
|
- border-bottom: none;
|
|
|
+ border-width: 0;
|
|
|
+ text-decoration: none;
|
|
|
+ padding: 23px 25px;
|
|
|
+}
|
|
|
+
|
|
|
+.button {
|
|
|
+ line-height: 1;
|
|
|
color: #FFFFFF;
|
|
|
+ cursor: pointer;
|
|
|
font-weight: normal;
|
|
|
font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
font-size: 1em;
|
|
|
- line-height: 1;
|
|
|
+ background-color: #3C8067;
|
|
|
+ border-radius: 4px;
|
|
|
+ border-width: 0;
|
|
|
+ text-decoration: none;
|
|
|
padding: 23px 25px;
|
|
|
}
|
|
|
|
|
|
-.reply a:hover {
|
|
|
+input[type="submit"] {
|
|
|
+ line-height: 1;
|
|
|
color: #FFFFFF;
|
|
|
- background-color: #336D58;
|
|
|
+ cursor: pointer;
|
|
|
+ font-weight: normal;
|
|
|
+ font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
+ font-size: 1em;
|
|
|
+ background-color: #3C8067;
|
|
|
+ border-radius: 4px;
|
|
|
+ border-width: 0;
|
|
|
+ text-decoration: none;
|
|
|
+ padding: 23px 25px;
|
|
|
}
|
|
|
|
|
|
-.reply a:focus {
|
|
|
+.wp-block-button__link {
|
|
|
+ line-height: 1;
|
|
|
color: #FFFFFF;
|
|
|
- background-color: #336D58;
|
|
|
+ cursor: pointer;
|
|
|
+ font-weight: normal;
|
|
|
+ font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
+ font-size: 1em;
|
|
|
+ background-color: #3C8067;
|
|
|
+ border-radius: 4px;
|
|
|
+ border-width: 0;
|
|
|
+ text-decoration: none;
|
|
|
+ padding: 23px 25px;
|
|
|
}
|
|
|
|
|
|
-.reply a.has-focus {
|
|
|
+.wp-block-file .wp-block-file__button {
|
|
|
+ line-height: 1;
|
|
|
color: #FFFFFF;
|
|
|
- background-color: #336D58;
|
|
|
+ cursor: pointer;
|
|
|
+ font-weight: normal;
|
|
|
+ font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
+ font-size: 1em;
|
|
|
+ background-color: #3C8067;
|
|
|
+ border-radius: 4px;
|
|
|
+ border-width: 0;
|
|
|
+ text-decoration: none;
|
|
|
+ padding: 23px 25px;
|
|
|
}
|
|
|
|
|
|
-.reply {
|
|
|
- text-align: right;
|
|
|
+.a8c-posts-list__view-all {
|
|
|
+ line-height: 1;
|
|
|
+ color: #FFFFFF;
|
|
|
+ cursor: pointer;
|
|
|
+ font-weight: normal;
|
|
|
+ font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
+ font-size: 1em;
|
|
|
+ background-color: #3C8067;
|
|
|
+ border-radius: 4px;
|
|
|
+ border-width: 0;
|
|
|
+ text-decoration: none;
|
|
|
+ padding: 23px 25px;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .reply {
|
|
|
- text-align: left;
|
|
|
- }
|
|
|
+button[data-load-more-btn] {
|
|
|
+ line-height: 1;
|
|
|
+ color: #FFFFFF;
|
|
|
+ cursor: pointer;
|
|
|
+ font-weight: normal;
|
|
|
+ font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
+ font-size: 1em;
|
|
|
+ background-color: #3C8067;
|
|
|
+ border-radius: 4px;
|
|
|
+ border-width: 0;
|
|
|
+ text-decoration: none;
|
|
|
+ padding: 23px 25px;
|
|
|
}
|
|
|
|
|
|
-.bypostauthor {
|
|
|
+button:before,
|
|
|
+.button:before,
|
|
|
+input[type="submit"]:before,
|
|
|
+.wp-block-button__link:before, .wp-block-file .wp-block-file__button:before, .a8c-posts-list__view-all:before, button[data-load-more-btn]:before, button:after,
|
|
|
+.button:after,
|
|
|
+input[type="submit"]:after,
|
|
|
+.wp-block-button__link:after, .wp-block-file .wp-block-file__button:after, .a8c-posts-list__view-all:after, button[data-load-more-btn]:after {
|
|
|
+ content: '';
|
|
|
display: block;
|
|
|
+ height: 0;
|
|
|
+ width: 0;
|
|
|
}
|
|
|
|
|
|
-.says {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-
|
|
|
-.pingback .url {
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
-}
|
|
|
-
|
|
|
-.trackback .url {
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
+button:before {
|
|
|
+ margin-bottom: -calc(0.5em + -0.38);
|
|
|
}
|
|
|
|
|
|
-.comment-body {
|
|
|
- position: relative;
|
|
|
+.button:before {
|
|
|
+ margin-bottom: -calc(0.5em + -0.38);
|
|
|
}
|
|
|
|
|
|
-.comment-body > * {
|
|
|
- margin-top: 30px;
|
|
|
- margin-bottom: 30px;
|
|
|
+input[type="submit"]:before {
|
|
|
+ margin-bottom: -calc(0.5em + -0.38);
|
|
|
}
|
|
|
|
|
|
-.comment-body .reply {
|
|
|
- margin: 45px 0;
|
|
|
+.wp-block-button__link:before {
|
|
|
+ margin-bottom: -calc(0.5em + -0.38);
|
|
|
}
|
|
|
|
|
|
-.comment-content a {
|
|
|
- word-wrap: break-word;
|
|
|
+.wp-block-file .wp-block-file__button:before {
|
|
|
+ margin-bottom: -calc(0.5em + -0.38);
|
|
|
}
|
|
|
|
|
|
-.pingback .comment-body {
|
|
|
- margin-top: 30px;
|
|
|
- margin-bottom: 30px;
|
|
|
+.a8c-posts-list__view-all:before {
|
|
|
+ margin-bottom: -calc(0.5em + -0.38);
|
|
|
}
|
|
|
|
|
|
-.trackback .comment-body {
|
|
|
- margin-top: 30px;
|
|
|
- margin-bottom: 30px;
|
|
|
+button[data-load-more-btn]:before {
|
|
|
+ margin-bottom: -calc(0.5em + -0.38);
|
|
|
}
|
|
|
|
|
|
-.comment-respond {
|
|
|
- margin-top: 30px;
|
|
|
+button:after {
|
|
|
+ margin-top: -calc(0.5em + -0.39);
|
|
|
}
|
|
|
|
|
|
-.comment-respond > * {
|
|
|
- margin-top: 20px;
|
|
|
- margin-bottom: 20px;
|
|
|
+.button:after {
|
|
|
+ margin-top: -calc(0.5em + -0.39);
|
|
|
}
|
|
|
|
|
|
-.comment-respond > *:first-child {
|
|
|
- margin-top: 0;
|
|
|
+input[type="submit"]:after {
|
|
|
+ margin-top: -calc(0.5em + -0.39);
|
|
|
}
|
|
|
|
|
|
-.comment-respond > *:last-child {
|
|
|
- margin-bottom: 0;
|
|
|
+.wp-block-button__link:after {
|
|
|
+ margin-top: -calc(0.5em + -0.39);
|
|
|
}
|
|
|
|
|
|
-.comment-respond > *:last-child.comment-form {
|
|
|
- margin-bottom: 30px;
|
|
|
+.wp-block-file .wp-block-file__button:after {
|
|
|
+ margin-top: -calc(0.5em + -0.39);
|
|
|
}
|
|
|
|
|
|
-.comment-author {
|
|
|
- padding-top: 3px;
|
|
|
+.a8c-posts-list__view-all:after {
|
|
|
+ margin-top: -calc(0.5em + -0.39);
|
|
|
}
|
|
|
|
|
|
-.comment-author .url {
|
|
|
- border-bottom: none;
|
|
|
- color: currentColor;
|
|
|
+button[data-load-more-btn]:after {
|
|
|
+ margin-top: -calc(0.5em + -0.39);
|
|
|
}
|
|
|
|
|
|
-.comment-form {
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
+button:active {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #000000;
|
|
|
}
|
|
|
|
|
|
-.comment-form > * {
|
|
|
- flex-basis: 100%;
|
|
|
+.button:active {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #000000;
|
|
|
}
|
|
|
|
|
|
-.comment-form .comment-notes {
|
|
|
- font-size: 16px;
|
|
|
+input:active[type="submit"] {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #000000;
|
|
|
}
|
|
|
|
|
|
-.comment-form .comment-form-url,
|
|
|
-.comment-form .comment-form-comment {
|
|
|
- width: 100%;
|
|
|
+.wp-block-button__link:active {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #000000;
|
|
|
}
|
|
|
|
|
|
-.comment-form .comment-form-author,
|
|
|
-.comment-form .comment-form-email {
|
|
|
- flex-basis: 0;
|
|
|
- flex-grow: 1;
|
|
|
+.wp-block-file .wp-block-file__button:active {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #000000;
|
|
|
}
|
|
|
|
|
|
-.comment-form .comment-form-cookies-consent > label {
|
|
|
- font-size: 14px;
|
|
|
+.a8c-posts-list__view-all:active {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #000000;
|
|
|
}
|
|
|
|
|
|
-.comment-form .comment-notes {
|
|
|
- font-size: 14px;
|
|
|
+button:hover {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-.comment-form > p {
|
|
|
- margin-bottom: 20px;
|
|
|
+.button:hover {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-.comment-form > p:first-of-type {
|
|
|
- margin-top: 0;
|
|
|
+input:hover[type="submit"] {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-.comment-form > p:last-of-type {
|
|
|
- margin-bottom: 0;
|
|
|
+.wp-block-button__link:hover {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-.comment-form > p label {
|
|
|
- display: block;
|
|
|
- font-size: 16px;
|
|
|
- margin-bottom: 10px;
|
|
|
- width: 100%;
|
|
|
+.wp-block-file .wp-block-file__button:hover {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-.comment-form > p input[type="email"] {
|
|
|
- display: block;
|
|
|
- font-size: 16px;
|
|
|
- margin-bottom: 10px;
|
|
|
- width: 100%;
|
|
|
+.a8c-posts-list__view-all:hover {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-.comment-form > p input[type="text"] {
|
|
|
- display: block;
|
|
|
- font-size: 16px;
|
|
|
- margin-bottom: 10px;
|
|
|
- width: 100%;
|
|
|
+button:focus {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-.comment-form > p input[type="url"] {
|
|
|
- display: block;
|
|
|
- font-size: 16px;
|
|
|
- margin-bottom: 10px;
|
|
|
- width: 100%;
|
|
|
+.button:focus {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-.comment-form > p textarea {
|
|
|
- display: block;
|
|
|
- font-size: 16px;
|
|
|
- margin-bottom: 10px;
|
|
|
- width: 100%;
|
|
|
+input:focus[type="submit"] {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-.comment-form > p.comment-form-cookies-consent {
|
|
|
- display: flex;
|
|
|
+.wp-block-button__link:focus {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .comment-form > p.comment-form-author {
|
|
|
- margin-right: 37.5px;
|
|
|
- }
|
|
|
- .comment-form > p.comment-notes, .comment-form > p.logged-in-as {
|
|
|
- display: block;
|
|
|
- }
|
|
|
+.wp-block-file .wp-block-file__button:focus {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-.comment-navigation a {
|
|
|
- font-family: 'Playfair Display', Georgia, Times, serif;
|
|
|
- font-size: 18px;
|
|
|
- font-weight: 600;
|
|
|
+.a8c-posts-list__view-all:focus {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-.widget-area {
|
|
|
- flex: 0 0 100%;
|
|
|
+button.has-focus {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-.search-form {
|
|
|
- display: flex;
|
|
|
- margin: auto;
|
|
|
- max-width: 100%;
|
|
|
+.has-focus.button {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 482px) {
|
|
|
- .search-form {
|
|
|
- max-width: 432px;
|
|
|
- }
|
|
|
+input.has-focus[type="submit"] {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 592px) {
|
|
|
- .search-form {
|
|
|
- max-width: 432px;
|
|
|
- }
|
|
|
+.has-focus.wp-block-button__link {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 652px) {
|
|
|
- .search-form {
|
|
|
- max-width: 542px;
|
|
|
- }
|
|
|
+.wp-block-file .has-focus.wp-block-file__button {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 822px) {
|
|
|
- .search-form {
|
|
|
- max-width: 602px;
|
|
|
- }
|
|
|
+.has-focus.a8c-posts-list__view-all {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #336D58;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 1024px) {
|
|
|
- .search-form {
|
|
|
- max-width: 602px;
|
|
|
- }
|
|
|
+button[data-load-more-btn],
|
|
|
+.button {
|
|
|
+ display: inline-block;
|
|
|
}
|
|
|
|
|
|
-.search-form > label {
|
|
|
- display: flex;
|
|
|
- margin-right: 25px;
|
|
|
- width: 100%;
|
|
|
+.has-background:not(.has-background-background-color) button[data-load-more-btn] {
|
|
|
+ background-color: transparent;
|
|
|
+ border: 2px solid currentColor;
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.search-form > label .search-field {
|
|
|
- width: 100%;
|
|
|
+[class*="background-color"]:not(.has-background-background-color) button[data-load-more-btn] {
|
|
|
+ background-color: transparent;
|
|
|
+ border: 2px solid currentColor;
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-/* Utilities */
|
|
|
-img#wpstats {
|
|
|
- position: absolute !important;
|
|
|
- clip: rect(0, 0, 0, 0);
|
|
|
- padding: 0 !important;
|
|
|
- border: 0 !important;
|
|
|
- height: 0 !important;
|
|
|
- width: 0 !important;
|
|
|
- overflow: hidden;
|
|
|
+[style*="background-color"] button[data-load-more-btn] {
|
|
|
+ background-color: transparent;
|
|
|
+ border: 2px solid currentColor;
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * Site Pages
|
|
|
- * - Page specific styles
|
|
|
- */
|
|
|
-.sticky-post {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #3C8067;
|
|
|
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
|
- font-size: 14px;
|
|
|
- line-height: 1;
|
|
|
- padding: 5px 6.6px;
|
|
|
+.has-background:not(.has-background-background-color)
|
|
|
+.button {
|
|
|
+ background-color: transparent;
|
|
|
+ border: 2px solid currentColor;
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.page-title {
|
|
|
- font-size: 24px;
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
+.button {
|
|
|
+ background-color: transparent;
|
|
|
+ border: 2px solid currentColor;
|
|
|
+ color: currentColor;
|
|
|
+}
|
|
|
+
|
|
|
+[style*="background-color"]
|
|
|
+.button {
|
|
|
+ background-color: transparent;
|
|
|
+ border: 2px solid currentColor;
|
|
|
+ color: currentColor;
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * Jetpack styles
|
|
|
- */
|
|
|
-/**
|
|
|
- * Jetpack Block styles
|
|
|
- */
|
|
|
.wp-block-jetpack-layout-grid {
|
|
|
grid-gap: 40px !important;
|
|
|
padding-left: 40px !important;
|