|
@@ -588,8 +588,8 @@ html {
|
|
|
* HTML resets
|
|
|
*/
|
|
|
html {
|
|
|
- font-size: 15px;
|
|
|
- font-family: serif;
|
|
|
+ font-size: 13.50338px;
|
|
|
+ font-family: "Work Sans", sans-serif;
|
|
|
line-height: 1.78;
|
|
|
}
|
|
|
|
|
@@ -611,11 +611,11 @@ body {
|
|
|
* Links styles
|
|
|
*/
|
|
|
a {
|
|
|
- color: blue;
|
|
|
+ color: black;
|
|
|
}
|
|
|
|
|
|
a:hover {
|
|
|
- color: indigo;
|
|
|
+ color: #FF7A5C;
|
|
|
}
|
|
|
|
|
|
button,
|
|
@@ -646,7 +646,7 @@ a {
|
|
|
clip-path: none;
|
|
|
color: #444444;
|
|
|
display: block;
|
|
|
- font-size: 1.2rem;
|
|
|
+ font-size: 1.333rem;
|
|
|
font-weight: bold;
|
|
|
height: auto;
|
|
|
right: 5px;
|
|
@@ -699,7 +699,7 @@ a {
|
|
|
header *,
|
|
|
main *,
|
|
|
footer * {
|
|
|
- max-width: inherit;
|
|
|
+ max-width: unset;
|
|
|
}
|
|
|
|
|
|
html,
|
|
@@ -912,14 +912,14 @@ blockquote {
|
|
|
}
|
|
|
|
|
|
blockquote p {
|
|
|
- font-size: 1.728rem;
|
|
|
+ font-size: 2.36859rem;
|
|
|
letter-spacing: normal;
|
|
|
- line-height: 1.125;
|
|
|
+ line-height: 1;
|
|
|
}
|
|
|
|
|
|
blockquote cite,
|
|
|
blockquote footer {
|
|
|
- font-size: 0.83333rem;
|
|
|
+ font-size: 0.75019rem;
|
|
|
letter-spacing: normal;
|
|
|
}
|
|
|
|
|
@@ -941,7 +941,7 @@ blockquote.alignleft, blockquote.alignright {
|
|
|
}
|
|
|
|
|
|
blockquote.alignleft p, blockquote.alignright p {
|
|
|
- font-size: 1.44rem;
|
|
|
+ font-size: 1.77689rem;
|
|
|
max-width: inherit;
|
|
|
width: inherit;
|
|
|
}
|
|
@@ -949,7 +949,7 @@ blockquote.alignleft p, blockquote.alignright p {
|
|
|
blockquote.alignleft cite,
|
|
|
blockquote.alignleft footer, blockquote.alignright cite,
|
|
|
blockquote.alignright footer {
|
|
|
- font-size: 0.69444rem;
|
|
|
+ font-size: 0.75019rem;
|
|
|
letter-spacing: normal;
|
|
|
}
|
|
|
|
|
@@ -992,7 +992,7 @@ input[type="datetime-local"]:focus,
|
|
|
input[type="color"]:focus,
|
|
|
textarea:focus {
|
|
|
color: #444444;
|
|
|
- border-color: indigo;
|
|
|
+ border-color: #FF7A5C;
|
|
|
}
|
|
|
|
|
|
select {
|
|
@@ -1012,7 +1012,7 @@ input[type=checkbox] + label {
|
|
|
|
|
|
figcaption {
|
|
|
color: #767676;
|
|
|
- font-size: 0.69444rem;
|
|
|
+ font-size: 0.75019rem;
|
|
|
margin-top: calc(0.5 * 16px);
|
|
|
margin-bottom: 16px;
|
|
|
text-align: center;
|
|
@@ -1074,15 +1074,14 @@ input[type="submit"],
|
|
|
.wp-block-button__link,
|
|
|
.wp-block-file__button, .a8c-posts-list__view-all {
|
|
|
line-height: 1;
|
|
|
- color: ("default": white, "light": #FAFAFA, "dark": #DDDDDD);
|
|
|
+ color: white;
|
|
|
cursor: pointer;
|
|
|
font-weight: 600;
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
- font-size: 1.2rem;
|
|
|
- background-color: blue;
|
|
|
- border-radius: 9px;
|
|
|
+ font-size: 0.75019rem;
|
|
|
+ background-color: black;
|
|
|
border-width: 0;
|
|
|
- padding: 16px 16px;
|
|
|
+ padding: 11.6px 11.6px;
|
|
|
}
|
|
|
|
|
|
button:before,
|
|
@@ -1129,22 +1128,22 @@ input:focus[type="submit"],
|
|
|
input.has-focus[type="submit"],
|
|
|
.has-focus.wp-block-button__link,
|
|
|
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all {
|
|
|
- color: ("default": white, "light": #FAFAFA, "dark": #DDDDDD);
|
|
|
- background-color: indigo;
|
|
|
+ color: white;
|
|
|
+ background-color: #FF7A5C;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* Block Options
|
|
|
*/
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link {
|
|
|
- color: blue;
|
|
|
+ color: black;
|
|
|
background: transparent;
|
|
|
border: 2px solid currentcolor;
|
|
|
- padding: 14px 16px;
|
|
|
+ padding: 9.6px 11.6px;
|
|
|
}
|
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-focus {
|
|
|
- color: indigo;
|
|
|
+ color: #FF7A5C;
|
|
|
}
|
|
|
|
|
|
.wp-block-button.is-style-squared .wp-block-button__link {
|
|
@@ -1153,7 +1152,7 @@ input.has-focus[type="submit"],
|
|
|
|
|
|
.wp-block-code {
|
|
|
color: #444444;
|
|
|
- font-size: 0.83333rem;
|
|
|
+ font-size: 0.75019rem;
|
|
|
padding: 16px;
|
|
|
border-color: #DDDDDD;
|
|
|
}
|
|
@@ -1232,9 +1231,9 @@ input.has-focus[type="submit"],
|
|
|
|
|
|
.wp-block-cover h2,
|
|
|
.wp-block-cover-image h2 {
|
|
|
- font-size: 2.48832rem;
|
|
|
+ font-size: 4.20873rem;
|
|
|
letter-spacing: normal;
|
|
|
- line-height: 1.125;
|
|
|
+ line-height: 1;
|
|
|
max-width: inherit;
|
|
|
text-align: inherit;
|
|
|
padding: 0;
|
|
@@ -1278,9 +1277,9 @@ input.has-focus[type="submit"],
|
|
|
}
|
|
|
|
|
|
.wp-block-file .wp-block-file__button {
|
|
|
- background-color: blue;
|
|
|
- color: ("default": white, "light": #FAFAFA, "dark": #DDDDDD);
|
|
|
- font-size: 0.83333rem;
|
|
|
+ background-color: black;
|
|
|
+ color: white;
|
|
|
+ font-size: 0.75019rem;
|
|
|
margin-right: 16px;
|
|
|
margin-left: 16px;
|
|
|
}
|
|
@@ -1293,7 +1292,7 @@ input.has-focus[type="submit"],
|
|
|
.wp-block-file a.wp-block-file__button:focus,
|
|
|
.wp-block-file a.wp-block-file__button:hover,
|
|
|
.wp-block-file a.wp-block-file__button:visited {
|
|
|
- color: ("default": white, "light": #FAFAFA, "dark": #DDDDDD);
|
|
|
+ color: white;
|
|
|
opacity: .85;
|
|
|
}
|
|
|
|
|
@@ -1305,7 +1304,7 @@ input.has-focus[type="submit"],
|
|
|
.wp-block-gallery .blocks-gallery-item figcaption {
|
|
|
margin: 0;
|
|
|
color: white;
|
|
|
- font-size: 0.69444rem;
|
|
|
+ font-size: 0.75019rem;
|
|
|
}
|
|
|
|
|
|
.wp-block-gallery .blocks-gallery-image,
|
|
@@ -1373,50 +1372,50 @@ h3, .h3,
|
|
|
h4, .h4,
|
|
|
h5, .h5,
|
|
|
h6, .h6 {
|
|
|
- font-family: sans-serif;
|
|
|
- font-weight: normal;
|
|
|
+ font-family: "EB Garamond", serif;
|
|
|
+ font-weight: 200;
|
|
|
clear: both;
|
|
|
}
|
|
|
|
|
|
h1, .h1 {
|
|
|
- font-size: 2.98598rem;
|
|
|
+ font-size: 5.61023rem;
|
|
|
letter-spacing: normal;
|
|
|
- line-height: 1.125;
|
|
|
+ line-height: 1;
|
|
|
}
|
|
|
|
|
|
h2, .h2 {
|
|
|
- font-size: 2.48832rem;
|
|
|
+ font-size: 4.20873rem;
|
|
|
letter-spacing: normal;
|
|
|
- line-height: 1.125;
|
|
|
+ line-height: 1;
|
|
|
}
|
|
|
|
|
|
h3, .h3 {
|
|
|
- font-size: 2.0736rem;
|
|
|
+ font-size: 3.15733rem;
|
|
|
letter-spacing: normal;
|
|
|
- line-height: 1.125;
|
|
|
+ line-height: 1;
|
|
|
}
|
|
|
|
|
|
h4, .h4 {
|
|
|
- font-size: 1.728rem;
|
|
|
+ font-size: 2.36859rem;
|
|
|
letter-spacing: normal;
|
|
|
- line-height: 1.125;
|
|
|
+ line-height: 1;
|
|
|
}
|
|
|
|
|
|
h5, .h5 {
|
|
|
- font-size: 1.44rem;
|
|
|
+ font-size: 1.77689rem;
|
|
|
letter-spacing: normal;
|
|
|
- line-height: 1.125;
|
|
|
+ line-height: 1;
|
|
|
}
|
|
|
|
|
|
h6, .h6 {
|
|
|
- font-size: 1.2rem;
|
|
|
+ font-size: 1.333rem;
|
|
|
letter-spacing: normal;
|
|
|
- line-height: 1.125;
|
|
|
+ line-height: 1;
|
|
|
}
|
|
|
|
|
|
.wp-block-image figcaption {
|
|
|
color: #767676;
|
|
|
- font-size: 0.69444rem;
|
|
|
+ font-size: 0.75019rem;
|
|
|
margin-top: calc(0.5 * 16px);
|
|
|
margin-bottom: 16px;
|
|
|
text-align: center;
|
|
@@ -1434,7 +1433,7 @@ img {
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment {
|
|
|
- font-size: 0.83333rem;
|
|
|
+ font-size: 0.75019rem;
|
|
|
line-height: 1.78;
|
|
|
/* Vertical margins logic */
|
|
|
margin-top: 32px;
|
|
@@ -1450,16 +1449,16 @@ img {
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
|
|
|
- font-family: sans-serif;
|
|
|
+ font-family: "EB Garamond", serif;
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
|
|
|
color: #767676;
|
|
|
- font-size: 0.83333rem;
|
|
|
+ font-size: 0.75019rem;
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
|
|
|
- font-size: 0.83333rem;
|
|
|
+ font-size: 0.75019rem;
|
|
|
line-height: 1.78;
|
|
|
margin: 0;
|
|
|
}
|
|
@@ -1483,20 +1482,20 @@ img {
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-posts > li > a {
|
|
|
- font-family: sans-serif;
|
|
|
- font-size: 1.728rem;
|
|
|
- font-weight: normal;
|
|
|
- line-height: 1.125;
|
|
|
+ font-family: "EB Garamond", serif;
|
|
|
+ font-size: 2.36859rem;
|
|
|
+ font-weight: 200;
|
|
|
+ line-height: 1;
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-posts .wp-block-latest-posts__post-date {
|
|
|
color: #767676;
|
|
|
- font-size: 0.69444rem;
|
|
|
+ font-size: 0.75019rem;
|
|
|
line-height: 1.78;
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
|
|
|
- font-size: 0.83333rem;
|
|
|
+ font-size: 0.75019rem;
|
|
|
line-height: 1.78;
|
|
|
margin: 0;
|
|
|
}
|
|
@@ -1550,7 +1549,7 @@ img {
|
|
|
|
|
|
ul,
|
|
|
ol {
|
|
|
- font-family: serif;
|
|
|
+ font-family: "Work Sans", sans-serif;
|
|
|
margin: 0 16px 0 0;
|
|
|
padding: 0;
|
|
|
}
|
|
@@ -1564,7 +1563,7 @@ ol {
|
|
|
}
|
|
|
|
|
|
dt {
|
|
|
- font-family: sans-serif;
|
|
|
+ font-family: "EB Garamond", serif;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
|
|
@@ -1631,10 +1630,10 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
|
|
|
.a8c-posts-list-item__featured span {
|
|
|
color: white;
|
|
|
- background-color: blue;
|
|
|
- font-family: sans-serif;
|
|
|
+ background-color: black;
|
|
|
+ font-family: "EB Garamond", serif;
|
|
|
font-weight: bold;
|
|
|
- font-size: 0.83333rem;
|
|
|
+ font-size: 0.75019rem;
|
|
|
line-height: 1;
|
|
|
padding: calc(0.5 * 16px) calc(0.66 * 16px);
|
|
|
}
|
|
@@ -1670,7 +1669,7 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
|
|
|
.a8c-posts-list__item .a8c-posts-list-item__meta {
|
|
|
color: #767676;
|
|
|
- font-size: 0.83333rem;
|
|
|
+ font-size: 0.75019rem;
|
|
|
}
|
|
|
|
|
|
.a8c-posts-list__item .a8c-posts-list-item__meta a {
|
|
@@ -1678,7 +1677,7 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
}
|
|
|
|
|
|
.a8c-posts-list__item .a8c-posts-list-item__meta a:hover, .a8c-posts-list__item .a8c-posts-list-item__meta a:active {
|
|
|
- color: indigo;
|
|
|
+ color: #FF7A5C;
|
|
|
}
|
|
|
|
|
|
.a8c-posts-list__item .a8c-posts-list-item__edit-link {
|
|
@@ -1705,10 +1704,10 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote p {
|
|
|
- font-family: sans-serif;
|
|
|
- font-size: 1.728rem;
|
|
|
+ font-family: "EB Garamond", serif;
|
|
|
+ font-size: 2.36859rem;
|
|
|
letter-spacing: normal;
|
|
|
- line-height: 1.125;
|
|
|
+ line-height: 1;
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote a {
|
|
@@ -1719,7 +1718,7 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
.wp-block-pullquote cite,
|
|
|
.wp-block-pullquote footer {
|
|
|
color: #767676;
|
|
|
- font-size: 0.83333rem;
|
|
|
+ font-size: 0.75019rem;
|
|
|
letter-spacing: normal;
|
|
|
display: block;
|
|
|
}
|
|
@@ -1733,7 +1732,7 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote.is-style-solid-color {
|
|
|
- background-color: blue;
|
|
|
+ background-color: black;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
@@ -1758,7 +1757,7 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
}
|
|
|
|
|
|
.wp-block-quote {
|
|
|
- border-right-color: blue;
|
|
|
+ border-right-color: black;
|
|
|
margin: 32px 0;
|
|
|
padding: 0 16px;
|
|
|
/**
|
|
@@ -1780,22 +1779,22 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
}
|
|
|
|
|
|
.wp-block-quote p {
|
|
|
- font-family: sans-serif;
|
|
|
- font-size: 1.728rem;
|
|
|
+ font-family: "EB Garamond", serif;
|
|
|
+ font-size: 2.36859rem;
|
|
|
letter-spacing: normal;
|
|
|
- line-height: 1.125;
|
|
|
+ line-height: 1;
|
|
|
}
|
|
|
|
|
|
.wp-block-quote .wp-block-quote__citation,
|
|
|
.wp-block-quote cite,
|
|
|
.wp-block-quote footer {
|
|
|
color: #767676;
|
|
|
- font-size: 0.83333rem;
|
|
|
+ font-size: 0.75019rem;
|
|
|
letter-spacing: normal;
|
|
|
}
|
|
|
|
|
|
.wp-block-quote[style*="text-align:right"], .wp-block-quote[style*="text-align: right"] {
|
|
|
- border-left-color: blue;
|
|
|
+ border-left-color: black;
|
|
|
}
|
|
|
|
|
|
.wp-block-quote.is-style-large, .wp-block-quote.is-large {
|
|
@@ -1805,9 +1804,9 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
}
|
|
|
|
|
|
.wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
|
|
|
- font-size: 2.0736rem;
|
|
|
+ font-size: 3.15733rem;
|
|
|
letter-spacing: normal;
|
|
|
- line-height: 1.125;
|
|
|
+ line-height: 1;
|
|
|
}
|
|
|
|
|
|
.wp-block-quote.is-style-large .wp-block-quote__citation,
|
|
@@ -1816,7 +1815,7 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
.wp-block-quote.is-large cite,
|
|
|
.wp-block-quote.is-large footer {
|
|
|
color: #767676;
|
|
|
- font-size: 0.83333rem;
|
|
|
+ font-size: 0.75019rem;
|
|
|
letter-spacing: normal;
|
|
|
}
|
|
|
|
|
@@ -1839,9 +1838,9 @@ hr.is-style-wide {
|
|
|
.wp-block-separator.is-style-dots:before,
|
|
|
hr.is-style-dots:before {
|
|
|
color: #DDDDDD;
|
|
|
- font-size: 1.728rem;
|
|
|
- letter-spacing: 0.83333rem;
|
|
|
- padding-right: 0.83333rem;
|
|
|
+ font-size: 2.36859rem;
|
|
|
+ letter-spacing: 0.75019rem;
|
|
|
+ padding-right: 0.75019rem;
|
|
|
}
|
|
|
|
|
|
.wp-block-jetpack-slideshow ul {
|
|
@@ -1870,7 +1869,7 @@ table,
|
|
|
|
|
|
table th,
|
|
|
.wp-block-table th {
|
|
|
- font-family: sans-serif;
|
|
|
+ font-family: "EB Garamond", serif;
|
|
|
}
|
|
|
|
|
|
table td,
|
|
@@ -1884,7 +1883,7 @@ table th,
|
|
|
|
|
|
.wp-block-video figcaption {
|
|
|
color: #767676;
|
|
|
- font-size: 0.69444rem;
|
|
|
+ font-size: 0.75019rem;
|
|
|
margin-top: calc(0.5 * 16px);
|
|
|
margin-bottom: 16px;
|
|
|
text-align: center;
|
|
@@ -1939,11 +1938,11 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-primary-color[class] {
|
|
|
- color: blue !important;
|
|
|
+ color: black !important;
|
|
|
}
|
|
|
|
|
|
.has-secondary-color[class] {
|
|
|
- color: red !important;
|
|
|
+ color: #FF7A5C !important;
|
|
|
}
|
|
|
|
|
|
.has-foreground-color[class] {
|
|
@@ -1971,7 +1970,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-primary-background-color[class] {
|
|
|
- background-color: blue !important;
|
|
|
+ background-color: black !important;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
@@ -1980,7 +1979,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-secondary-background-color[class] {
|
|
|
- background-color: red !important;
|
|
|
+ background-color: #FF7A5C !important;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
@@ -2044,33 +2043,33 @@ table th,
|
|
|
|
|
|
.is-small-text,
|
|
|
.has-small-font-size {
|
|
|
- font-size: 0.83333rem;
|
|
|
+ font-size: 0.75019rem;
|
|
|
}
|
|
|
|
|
|
.is-regular-text,
|
|
|
.has-regular-font-size,
|
|
|
.has-normal-font-size,
|
|
|
.has-medium-font-size {
|
|
|
- font-size: 1.2rem;
|
|
|
+ font-size: 1.333rem;
|
|
|
}
|
|
|
|
|
|
.is-large-text,
|
|
|
.has-large-font-size {
|
|
|
- font-size: 1.44rem;
|
|
|
- line-height: 1.125;
|
|
|
+ font-size: 1.77689rem;
|
|
|
+ line-height: 1;
|
|
|
}
|
|
|
|
|
|
.is-larger-text,
|
|
|
.has-larger-font-size,
|
|
|
.has-huge-font-size {
|
|
|
- font-size: 1.728rem;
|
|
|
- line-height: 1.125;
|
|
|
+ font-size: 2.36859rem;
|
|
|
+ line-height: 1;
|
|
|
}
|
|
|
|
|
|
.has-drop-cap:not(:focus)::first-letter {
|
|
|
- font-family: sans-serif;
|
|
|
- font-size: calc(2 * 2.98598rem);
|
|
|
- font-weight: normal;
|
|
|
+ font-family: "EB Garamond", serif;
|
|
|
+ font-size: calc(2 * 5.61023rem);
|
|
|
+ font-weight: 200;
|
|
|
line-height: 0.66;
|
|
|
text-transform: uppercase;
|
|
|
font-style: normal;
|
|
@@ -2108,9 +2107,9 @@ table th,
|
|
|
}
|
|
|
|
|
|
.site-title {
|
|
|
- color: blue;
|
|
|
- font-family: sans-serif;
|
|
|
- font-size: 1.2rem;
|
|
|
+ color: black;
|
|
|
+ font-family: "EB Garamond", serif;
|
|
|
+ font-size: 2.36859rem;
|
|
|
letter-spacing: normal;
|
|
|
line-height: 1;
|
|
|
}
|
|
@@ -2125,13 +2124,13 @@ table th,
|
|
|
}
|
|
|
|
|
|
.site-title a:hover {
|
|
|
- color: indigo;
|
|
|
+ color: #FF7A5C;
|
|
|
}
|
|
|
|
|
|
.site-description {
|
|
|
color: currentColor;
|
|
|
- font-family: serif;
|
|
|
- font-size: 0.83333rem;
|
|
|
+ font-family: "EB Garamond", serif;
|
|
|
+ font-size: 2.36859rem;
|
|
|
}
|
|
|
|
|
|
.main-navigation {
|
|
@@ -2152,7 +2151,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.main-navigation #toggle:focus + #toggle-menu {
|
|
|
- background-color: indigo;
|
|
|
+ background-color: #FF7A5C;
|
|
|
outline: inherit;
|
|
|
text-decoration: underline;
|
|
|
}
|
|
@@ -2186,7 +2185,7 @@ table th,
|
|
|
flex-wrap: wrap;
|
|
|
list-style: none;
|
|
|
max-width: none;
|
|
|
- margin: 0 -16px;
|
|
|
+ margin: 0 -10px;
|
|
|
position: relative;
|
|
|
/* Sub-menus Flyout */
|
|
|
}
|
|
@@ -2275,20 +2274,20 @@ table th,
|
|
|
}
|
|
|
|
|
|
.main-navigation a {
|
|
|
- color: blue;
|
|
|
+ color: black;
|
|
|
display: block;
|
|
|
- font-family: serif;
|
|
|
- font-size: 1.2rem;
|
|
|
- font-weight: normal;
|
|
|
- padding: 16px;
|
|
|
+ font-family: "Work Sans", sans-serif;
|
|
|
+ font-size: 0.75019rem;
|
|
|
+ font-weight: 600;
|
|
|
+ padding: 10px;
|
|
|
}
|
|
|
|
|
|
.main-navigation a:link, .main-navigation a:visited {
|
|
|
- color: blue;
|
|
|
+ color: black;
|
|
|
}
|
|
|
|
|
|
.main-navigation a:hover {
|
|
|
- color: indigo;
|
|
|
+ color: #FF7A5C;
|
|
|
}
|
|
|
|
|
|
.main-navigation .sub-menu {
|
|
@@ -2299,8 +2298,8 @@ table th,
|
|
|
}
|
|
|
|
|
|
.main-navigation .sub-menu .menu-item a {
|
|
|
- padding-top: 8px;
|
|
|
- padding-bottom: 8px;
|
|
|
+ padding-top: 5px;
|
|
|
+ padding-bottom: 5px;
|
|
|
}
|
|
|
|
|
|
.main-navigation .sub-menu .menu-item a::before {
|
|
@@ -2314,7 +2313,7 @@ table th,
|
|
|
.main-navigation > div > ul > .menu-item-has-children > a::after {
|
|
|
content: "\00a0\25BC";
|
|
|
display: inline-block;
|
|
|
- font-size: 0.69444rem;
|
|
|
+ font-size: 0.75019rem;
|
|
|
height: inherit;
|
|
|
width: inherit;
|
|
|
}
|
|
@@ -2338,13 +2337,13 @@ table th,
|
|
|
}
|
|
|
|
|
|
.social-navigation a {
|
|
|
- color: blue;
|
|
|
+ color: black;
|
|
|
display: inline-block;
|
|
|
padding: 0 calc( 0.5 * calc(0.66 * 16px ));
|
|
|
}
|
|
|
|
|
|
.social-navigation a:hover {
|
|
|
- color: indigo;
|
|
|
+ color: #FF7A5C;
|
|
|
}
|
|
|
|
|
|
.social-navigation svg {
|
|
@@ -2363,8 +2362,8 @@ table th,
|
|
|
|
|
|
.site-info {
|
|
|
color: #767676;
|
|
|
- font-family: sans-serif;
|
|
|
- font-size: 0.83333rem;
|
|
|
+ font-family: "Work Sans", sans-serif;
|
|
|
+ font-size: 0.75019rem;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
@@ -2389,7 +2388,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.site-info a:hover {
|
|
|
- color: indigo;
|
|
|
+ color: #FF7A5C;
|
|
|
}
|
|
|
|
|
|
.footer-navigation {
|
|
@@ -2430,10 +2429,10 @@ table th,
|
|
|
}
|
|
|
|
|
|
.footer-navigation .footer-menu a {
|
|
|
- font-family: serif;
|
|
|
- font-size: 0.83333rem;
|
|
|
- font-weight: normal;
|
|
|
- padding: 16px;
|
|
|
+ font-family: "Work Sans", sans-serif;
|
|
|
+ font-size: 0.75019rem;
|
|
|
+ font-weight: 600;
|
|
|
+ padding: 10px;
|
|
|
color: currentColor;
|
|
|
}
|
|
|
|
|
@@ -2442,13 +2441,13 @@ table th,
|
|
|
}
|
|
|
|
|
|
.footer-navigation .footer-menu a:hover {
|
|
|
- color: indigo;
|
|
|
+ color: #FF7A5C;
|
|
|
}
|
|
|
|
|
|
.entry-title {
|
|
|
- font-size: 2.48832rem;
|
|
|
+ font-size: 4.20873rem;
|
|
|
letter-spacing: normal;
|
|
|
- line-height: 1.125;
|
|
|
+ line-height: 1;
|
|
|
}
|
|
|
|
|
|
.entry-meta,
|
|
@@ -2456,7 +2455,7 @@ table th,
|
|
|
color: #767676;
|
|
|
clear: both;
|
|
|
float: none;
|
|
|
- font-size: 0.83333rem;
|
|
|
+ font-size: 0.75019rem;
|
|
|
display: block;
|
|
|
}
|
|
|
|
|
@@ -2490,7 +2489,7 @@ table th,
|
|
|
.entry-meta a:hover, .entry-meta a:active,
|
|
|
.entry-footer a:hover,
|
|
|
.entry-footer a:active {
|
|
|
- color: indigo;
|
|
|
+ color: #FF7A5C;
|
|
|
}
|
|
|
|
|
|
.entry-meta .svg-icon,
|
|
@@ -2555,17 +2554,17 @@ table th,
|
|
|
}
|
|
|
|
|
|
.author-bio .author-title {
|
|
|
- font-size: 2.0736rem;
|
|
|
+ font-size: 3.15733rem;
|
|
|
}
|
|
|
|
|
|
/* Next/Previous navigation */
|
|
|
.post-navigation .meta-nav {
|
|
|
- font-size: 0.83333rem;
|
|
|
+ font-size: 0.75019rem;
|
|
|
}
|
|
|
|
|
|
.post-navigation .post-title {
|
|
|
- font-family: sans-serif;
|
|
|
- font-size: 1.44rem;
|
|
|
+ font-family: "EB Garamond", serif;
|
|
|
+ font-size: 1.77689rem;
|
|
|
font-weight: 600;
|
|
|
}
|
|
|
|
|
@@ -2591,8 +2590,8 @@ table th,
|
|
|
}
|
|
|
|
|
|
.pagination .nav-links > * {
|
|
|
- font-family: sans-serif;
|
|
|
- font-size: 1.2rem;
|
|
|
+ font-family: "EB Garamond", serif;
|
|
|
+ font-size: 1.333rem;
|
|
|
font-weight: 600;
|
|
|
padding-right: calc(0.66 * 16px);
|
|
|
padding-left: calc(0.66 * 16px);
|
|
@@ -2640,12 +2639,12 @@ table th,
|
|
|
* Comment Title
|
|
|
*/
|
|
|
.comments-title {
|
|
|
- font-size: 2.0736rem;
|
|
|
+ font-size: 3.15733rem;
|
|
|
letter-spacing: normal;
|
|
|
}
|
|
|
|
|
|
.comment-reply-title {
|
|
|
- font-size: 1.728rem;
|
|
|
+ font-size: 2.36859rem;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
@@ -2653,9 +2652,9 @@ table th,
|
|
|
|
|
|
.comment-reply-title small {
|
|
|
font-size: 1rem;
|
|
|
- font-family: serif;
|
|
|
+ font-family: "Work Sans", sans-serif;
|
|
|
letter-spacing: normal;
|
|
|
- line-height: 1.125;
|
|
|
+ line-height: 1;
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -2734,7 +2733,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.comment-meta .comment-metadata a:hover, .comment-meta .comment-metadata a:active {
|
|
|
- color: indigo;
|
|
|
+ color: #FF7A5C;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
@@ -2747,8 +2746,8 @@ table th,
|
|
|
|
|
|
.comment-metadata,
|
|
|
.reply {
|
|
|
- font-size: 0.69444rem;
|
|
|
- line-height: 1.125;
|
|
|
+ font-size: 0.75019rem;
|
|
|
+ line-height: 1;
|
|
|
}
|
|
|
|
|
|
.reply {
|
|
@@ -2772,7 +2771,7 @@ table th,
|
|
|
.comment-author .fn,
|
|
|
.pingback .url,
|
|
|
.trackback .url {
|
|
|
- font-family: sans-serif;
|
|
|
+ font-family: "EB Garamond", serif;
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -2874,8 +2873,8 @@ table th,
|
|
|
* Comment Nav
|
|
|
*/
|
|
|
.comment-navigation a {
|
|
|
- font-family: sans-serif;
|
|
|
- font-size: 1.2rem;
|
|
|
+ font-family: "EB Garamond", serif;
|
|
|
+ font-size: 1.333rem;
|
|
|
font-weight: 600;
|
|
|
}
|
|
|
|
|
@@ -2904,16 +2903,16 @@ img#wpstats {
|
|
|
*/
|
|
|
.sticky-post {
|
|
|
color: white;
|
|
|
- background-color: blue;
|
|
|
- font-family: sans-serif;
|
|
|
+ background-color: black;
|
|
|
+ font-family: "EB Garamond", serif;
|
|
|
font-weight: bold;
|
|
|
- font-size: 0.83333rem;
|
|
|
+ font-size: 0.75019rem;
|
|
|
line-height: 1;
|
|
|
padding: calc(0.5 * 16px) calc(0.66 * 16px);
|
|
|
}
|
|
|
|
|
|
.page-title {
|
|
|
- font-size: 1.728rem;
|
|
|
+ font-size: 2.36859rem;
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -3212,36 +3211,238 @@ img#wpstats {
|
|
|
/**
|
|
|
* Extra Child Theme Styles
|
|
|
*/
|
|
|
+/**
|
|
|
+ * Elements
|
|
|
+ */
|
|
|
+html {
|
|
|
+ font-size: 18px;
|
|
|
+}
|
|
|
+
|
|
|
+body {
|
|
|
+ font-weight: 300;
|
|
|
+}
|
|
|
+
|
|
|
a {
|
|
|
+ text-decoration-color: #FF7A5C;
|
|
|
+}
|
|
|
+
|
|
|
+a:hover, a:focus {
|
|
|
+ background: white;
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-.site-branding,
|
|
|
-.site-info,
|
|
|
-.main-navigation,
|
|
|
-.entry-header,
|
|
|
-.entry-footer,
|
|
|
-.page-title,
|
|
|
-.author-title,
|
|
|
-.comments-title,
|
|
|
-.comment-reply-title {
|
|
|
- text-align: center;
|
|
|
+/**
|
|
|
+ * Components
|
|
|
+ */
|
|
|
+.site-title,
|
|
|
+.site-description {
|
|
|
+ color: black;
|
|
|
+ text-transform: uppercase;
|
|
|
+ line-height: 1;
|
|
|
+ max-width: 100%;
|
|
|
}
|
|
|
|
|
|
-.main-navigation > div {
|
|
|
- text-align: right;
|
|
|
+.site-title a,
|
|
|
+.site-description a {
|
|
|
+ color: currentColor;
|
|
|
+ padding-right: 5px;
|
|
|
+ padding-left: 5px;
|
|
|
+ margin-right: -5px;
|
|
|
+ margin-left: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.main-navigation > div > ul > li > a,
|
|
|
+.entry-content a {
|
|
|
+ text-decoration: underline;
|
|
|
+ text-decoration-color: #FF7A5C;
|
|
|
+}
|
|
|
+
|
|
|
+.main-navigation > div > ul > li > a:hover,
|
|
|
+.entry-content a:hover {
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
|
|
|
+.main-navigation {
|
|
|
+ text-transform: uppercase;
|
|
|
+}
|
|
|
+
|
|
|
+.sticky-post {
|
|
|
+ text-transform: uppercase;
|
|
|
+ font-family: "Work Sans", sans-serif;
|
|
|
+}
|
|
|
+
|
|
|
+.page-header .page-title {
|
|
|
+ font-size: 1rem;
|
|
|
+ font-family: "Work Sans", sans-serif;
|
|
|
+ font-weight: 500;
|
|
|
+ text-transform: uppercase;
|
|
|
+ line-height: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.entry-title,
|
|
|
+.post-navigation .post-title,
|
|
|
.comment-reply-title {
|
|
|
- display: inherit;
|
|
|
+ font-size: 2.36859rem;
|
|
|
+ letter-spacing: normal;
|
|
|
+ line-height: 1;
|
|
|
+ text-transform: uppercase;
|
|
|
}
|
|
|
|
|
|
-.comment .comment-reply-title {
|
|
|
- display: flex;
|
|
|
+.entry-meta,
|
|
|
+.entry-footer {
|
|
|
+ text-transform: uppercase;
|
|
|
+ font-weight: 500;
|
|
|
+ letter-spacing: .1em;
|
|
|
}
|
|
|
|
|
|
-.main-navigation > div > ul,
|
|
|
-.social-navigation > div > ul,
|
|
|
-.pagination .nav-links {
|
|
|
- justify-content: center;
|
|
|
+.entry-meta > span,
|
|
|
+.entry-footer > span {
|
|
|
+ display: inline;
|
|
|
+}
|
|
|
+
|
|
|
+.entry-meta a,
|
|
|
+.entry-footer a {
|
|
|
+ text-decoration-color: currentColor;
|
|
|
+}
|
|
|
+
|
|
|
+.nav-links .meta-nav {
|
|
|
+ text-transform: uppercase;
|
|
|
+ font-weight: 500;
|
|
|
+ letter-spacing: .1em;
|
|
|
+}
|
|
|
+
|
|
|
+.post-navigation .post-title {
|
|
|
+ font-weight: 300;
|
|
|
+}
|
|
|
+
|
|
|
+.footer-navigation,
|
|
|
+.footer-navigation .footer-menu a {
|
|
|
+ font-weight: 500;
|
|
|
+ text-transform: uppercase;
|
|
|
+ text-decoration-color: currentColor;
|
|
|
+}
|
|
|
+
|
|
|
+.site-info a {
|
|
|
+ text-decoration-color: currentColor;
|
|
|
+}
|
|
|
+
|
|
|
+.imprint {
|
|
|
+ font-weight: 500;
|
|
|
+}
|
|
|
+
|
|
|
+.has-drop-cap:not(:focus):first-letter {
|
|
|
+ color: black;
|
|
|
+}
|
|
|
+
|
|
|
+/**
|
|
|
+ * Blocks
|
|
|
+ */
|
|
|
+button,
|
|
|
+.button,
|
|
|
+input[type="submit"],
|
|
|
+.wp-block-button__link,
|
|
|
+.wp-block-file__button {
|
|
|
+ font-weight: 800;
|
|
|
+ text-transform: uppercase;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (max-width: 559px) {
|
|
|
+ .site-header {
|
|
|
+ position: relative;
|
|
|
+ padding-left: 112px;
|
|
|
+ }
|
|
|
+ .site-title,
|
|
|
+ .site-description {
|
|
|
+ font-size: 1.77689rem;
|
|
|
+ hyphens: auto;
|
|
|
+ }
|
|
|
+ #toggle-menu {
|
|
|
+ position: absolute;
|
|
|
+ top: 16px;
|
|
|
+ left: 16px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .site-header.alignfull {
|
|
|
+ align-items: flex-end;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ justify-content: space-between;
|
|
|
+ max-width: 100vw;
|
|
|
+ padding-right: 32px;
|
|
|
+ padding-left: 32px;
|
|
|
+ margin-bottom: 0;
|
|
|
+ width: 100%;
|
|
|
+ z-index: 10;
|
|
|
+ }
|
|
|
+ .site-branding {
|
|
|
+ margin-bottom: 0;
|
|
|
+ flex: 6 1 70%;
|
|
|
+ }
|
|
|
+ .main-navigation {
|
|
|
+ align-self: flex-start;
|
|
|
+ flex: 1 1 auto;
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
+ .social-navigation {
|
|
|
+ margin: 0;
|
|
|
+ width: auto;
|
|
|
+ }
|
|
|
+ .main-navigation > div > ul {
|
|
|
+ display: inherit;
|
|
|
+ }
|
|
|
+ .main-navigation > div > ul > li > .sub-menu {
|
|
|
+ right: inherit;
|
|
|
+ left: 0;
|
|
|
+ }
|
|
|
+ .wp-block-columns.alignfull {
|
|
|
+ padding-right: 32px;
|
|
|
+ padding-left: 32px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 640px) {
|
|
|
+ .site-header.alignfull {
|
|
|
+ position: fixed;
|
|
|
+ }
|
|
|
+ .site-branding {
|
|
|
+ position: relative;
|
|
|
+ z-index: 99;
|
|
|
+ }
|
|
|
+ .main-navigation,
|
|
|
+ .social-navigation {
|
|
|
+ margin-top: 0;
|
|
|
+ }
|
|
|
+ .main-navigation {
|
|
|
+ z-index: 999;
|
|
|
+ }
|
|
|
+ .social-navigation {
|
|
|
+ position: fixed;
|
|
|
+ right: 32px;
|
|
|
+ bottom: 32px;
|
|
|
+ z-index: 888;
|
|
|
+ }
|
|
|
+ .social-navigation > div > ul {
|
|
|
+ flex-direction: column-reverse;
|
|
|
+ }
|
|
|
+ .main-navigation > div > ul {
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+ .content-area {
|
|
|
+ margin-top: 160px;
|
|
|
+ position: relative;
|
|
|
+ z-index: 2;
|
|
|
+ }
|
|
|
+ .nav-links {
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+ .nav-links .nav-next,
|
|
|
+ .nav-links .nav-previous {
|
|
|
+ max-width: 100%;
|
|
|
+ margin-bottom: 32px;
|
|
|
+ }
|
|
|
+ .nav-links .nav-next {
|
|
|
+ text-align: right;
|
|
|
+ }
|
|
|
}
|