|
@@ -582,7 +582,7 @@ html {
|
|
|
html {
|
|
|
font-size: 14.4px;
|
|
|
font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
- line-height: 1.6;
|
|
|
+ line-height: 1.778;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
@@ -594,7 +594,7 @@ html {
|
|
|
body {
|
|
|
font-size: 1rem;
|
|
|
font-weight: normal;
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #F1ECE4;
|
|
|
text-align: right;
|
|
|
background-color: #080808;
|
|
|
}
|
|
@@ -607,7 +607,7 @@ a {
|
|
|
}
|
|
|
|
|
|
a:hover {
|
|
|
- color: #B59439;
|
|
|
+ color: #b59439;
|
|
|
}
|
|
|
|
|
|
button,
|
|
@@ -636,7 +636,7 @@ a {
|
|
|
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
|
|
|
clip: auto !important;
|
|
|
clip-path: none;
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #F1ECE4;
|
|
|
display: block;
|
|
|
font-size: 1.25rem;
|
|
|
font-weight: bold;
|
|
@@ -965,8 +965,8 @@ input[type="datetime"],
|
|
|
input[type="datetime-local"],
|
|
|
input[type="color"],
|
|
|
textarea {
|
|
|
- color: #FFFFFF;
|
|
|
- border: 1px solid #DDDDDD;
|
|
|
+ color: #F1ECE4;
|
|
|
+ border: 1px solid #595959;
|
|
|
border-radius: 3px;
|
|
|
padding: 16px;
|
|
|
}
|
|
@@ -987,12 +987,12 @@ input[type="datetime"]:focus,
|
|
|
input[type="datetime-local"]:focus,
|
|
|
input[type="color"]:focus,
|
|
|
textarea:focus {
|
|
|
- color: #FFFFFF;
|
|
|
- border-color: #B59439;
|
|
|
+ color: #F1ECE4;
|
|
|
+ border-color: #b59439;
|
|
|
}
|
|
|
|
|
|
select {
|
|
|
- border: 1px solid #DDDDDD;
|
|
|
+ border: 1px solid #595959;
|
|
|
}
|
|
|
|
|
|
textarea {
|
|
@@ -1007,7 +1007,7 @@ input[type=checkbox] + label {
|
|
|
}
|
|
|
|
|
|
figcaption {
|
|
|
- color: #cccccc;
|
|
|
+ color: #faf8f5;
|
|
|
font-size: 0.64rem;
|
|
|
margin-top: calc(0.5 * 16px);
|
|
|
margin-bottom: 16px;
|
|
@@ -1074,9 +1074,9 @@ input[type="submit"],
|
|
|
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.25rem;
|
|
|
+ font-size: 1rem;
|
|
|
background-color: #CAAB57;
|
|
|
- border-radius: 9px;
|
|
|
+ border-radius: 4.5px;
|
|
|
border-width: 0;
|
|
|
padding: 16px 16px;
|
|
|
}
|
|
@@ -1126,7 +1126,7 @@ 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: #080808;
|
|
|
- background-color: #B59439;
|
|
|
+ background-color: #b59439;
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -1140,7 +1140,7 @@ input.has-focus[type="submit"],
|
|
|
}
|
|
|
|
|
|
.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: #B59439;
|
|
|
+ color: #b59439;
|
|
|
}
|
|
|
|
|
|
.wp-block-button.is-style-squared .wp-block-button__link {
|
|
@@ -1148,14 +1148,14 @@ input.has-focus[type="submit"],
|
|
|
}
|
|
|
|
|
|
.wp-block-code {
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #F1ECE4;
|
|
|
font-size: 0.8rem;
|
|
|
padding: 16px;
|
|
|
- border-color: #DDDDDD;
|
|
|
+ border-color: #595959;
|
|
|
}
|
|
|
|
|
|
.wp-block-code pre {
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #F1ECE4;
|
|
|
}
|
|
|
|
|
|
.wp-block-columns {
|
|
@@ -1440,7 +1440,7 @@ h6, .h6 {
|
|
|
}
|
|
|
|
|
|
.wp-block-image figcaption {
|
|
|
- color: #cccccc;
|
|
|
+ color: #faf8f5;
|
|
|
font-size: 0.64rem;
|
|
|
margin-top: calc(0.5 * 16px);
|
|
|
margin-bottom: 16px;
|
|
@@ -1471,7 +1471,7 @@ img {
|
|
|
|
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment {
|
|
|
font-size: 0.8rem;
|
|
|
- line-height: 1.6;
|
|
|
+ line-height: 1.778;
|
|
|
/* Vertical margins logic */
|
|
|
margin-top: 32px;
|
|
|
margin-bottom: 32px;
|
|
@@ -1490,13 +1490,13 @@ img {
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
|
|
|
- color: #cccccc;
|
|
|
+ color: #faf8f5;
|
|
|
font-size: 0.8rem;
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
|
|
|
font-size: 0.8rem;
|
|
|
- line-height: 1.6;
|
|
|
+ line-height: 1.778;
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
@@ -1526,9 +1526,9 @@ img {
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-posts .wp-block-latest-posts__post-date {
|
|
|
- color: #cccccc;
|
|
|
+ color: #faf8f5;
|
|
|
font-size: 0.64rem;
|
|
|
- line-height: 1.6;
|
|
|
+ line-height: 1.778;
|
|
|
}
|
|
|
|
|
|
.entry-content [class*="inner-container"] .wp-block-latest-posts .wp-block-latest-posts__post-date,
|
|
@@ -1539,7 +1539,7 @@ img {
|
|
|
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
|
|
|
.wp-block-latest-posts .wp-block-latest-posts__post-full-content {
|
|
|
font-size: 0.8rem;
|
|
|
- line-height: 1.6;
|
|
|
+ line-height: 1.778;
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
@@ -1726,7 +1726,7 @@ p.has-background {
|
|
|
}
|
|
|
|
|
|
.a8c-posts-list__item .a8c-posts-list-item__meta {
|
|
|
- color: #cccccc;
|
|
|
+ color: #faf8f5;
|
|
|
font-size: 0.8rem;
|
|
|
}
|
|
|
|
|
@@ -1735,7 +1735,7 @@ p.has-background {
|
|
|
}
|
|
|
|
|
|
.a8c-posts-list__item .a8c-posts-list-item__meta a:hover, .a8c-posts-list__item .a8c-posts-list-item__meta a:active {
|
|
|
- color: #B59439;
|
|
|
+ color: #b59439;
|
|
|
}
|
|
|
|
|
|
.a8c-posts-list__item .a8c-posts-list-item__edit-link {
|
|
@@ -1751,11 +1751,11 @@ p.has-background {
|
|
|
margin-right: 0;
|
|
|
margin-left: 0;
|
|
|
text-align: center;
|
|
|
- border-top-color: #DDDDDD;
|
|
|
+ border-top-color: #595959;
|
|
|
border-top-width: 4px;
|
|
|
- border-bottom-color: #DDDDDD;
|
|
|
+ border-bottom-color: #595959;
|
|
|
border-bottom-width: 4px;
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #F1ECE4;
|
|
|
/**
|
|
|
* Block Options
|
|
|
*/
|
|
@@ -1775,7 +1775,7 @@ p.has-background {
|
|
|
.wp-block-pullquote .wp-block-pullquote__citation,
|
|
|
.wp-block-pullquote cite,
|
|
|
.wp-block-pullquote footer {
|
|
|
- color: #cccccc;
|
|
|
+ color: #faf8f5;
|
|
|
font-size: 0.8rem;
|
|
|
letter-spacing: normal;
|
|
|
display: block;
|
|
@@ -1850,7 +1850,7 @@ p.has-background {
|
|
|
.wp-block-quote .wp-block-quote__citation,
|
|
|
.wp-block-quote cite,
|
|
|
.wp-block-quote footer {
|
|
|
- color: #cccccc;
|
|
|
+ color: #faf8f5;
|
|
|
font-size: 0.8rem;
|
|
|
letter-spacing: normal;
|
|
|
}
|
|
@@ -1882,13 +1882,13 @@ p.has-background {
|
|
|
.wp-block-quote.is-style-large footer, .wp-block-quote.is-large .wp-block-quote__citation,
|
|
|
.wp-block-quote.is-large cite,
|
|
|
.wp-block-quote.is-large footer {
|
|
|
- color: #cccccc;
|
|
|
+ color: #faf8f5;
|
|
|
font-size: 0.8rem;
|
|
|
letter-spacing: normal;
|
|
|
}
|
|
|
|
|
|
hr {
|
|
|
- border-bottom-color: #DDDDDD;
|
|
|
+ border-bottom-color: #595959;
|
|
|
border-bottom-width: 2px;
|
|
|
clear: both;
|
|
|
margin-right: auto;
|
|
@@ -1896,19 +1896,19 @@ hr {
|
|
|
}
|
|
|
|
|
|
hr.wp-block-separator {
|
|
|
- border-bottom-color: #DDDDDD;
|
|
|
+ border-bottom-color: #595959;
|
|
|
/**
|
|
|
* Block Options
|
|
|
*/
|
|
|
}
|
|
|
|
|
|
hr.wp-block-separator.is-style-wide {
|
|
|
- border-bottom-color: #DDDDDD;
|
|
|
+ border-bottom-color: #595959;
|
|
|
border-bottom-width: 2px;
|
|
|
}
|
|
|
|
|
|
hr.wp-block-separator.is-style-dots:before {
|
|
|
- color: #DDDDDD;
|
|
|
+ color: #595959;
|
|
|
font-size: 1.95312rem;
|
|
|
letter-spacing: 0.8rem;
|
|
|
padding-right: 0.8rem;
|
|
@@ -1958,7 +1958,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.wp-block-video figcaption {
|
|
|
- color: #cccccc;
|
|
|
+ color: #faf8f5;
|
|
|
font-size: 0.64rem;
|
|
|
margin-top: calc(0.5 * 16px);
|
|
|
margin-bottom: 16px;
|
|
@@ -2049,23 +2049,23 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-foreground-color[class] {
|
|
|
- color: #FFFFFF !important;
|
|
|
+ color: #F1ECE4 !important;
|
|
|
}
|
|
|
|
|
|
.has-foreground-light-color[class] {
|
|
|
- color: #cccccc !important;
|
|
|
+ color: #faf8f5 !important;
|
|
|
}
|
|
|
|
|
|
.has-foreground-dark-color[class] {
|
|
|
- color: #111111 !important;
|
|
|
+ color: #e0d4c2 !important;
|
|
|
}
|
|
|
|
|
|
.has-background-light-color[class] {
|
|
|
- color: #FAFAFA !important;
|
|
|
+ color: #151515 !important;
|
|
|
}
|
|
|
|
|
|
.has-background-dark-color[class] {
|
|
|
- color: #DDDDDD !important;
|
|
|
+ color: #000000 !important;
|
|
|
}
|
|
|
|
|
|
.has-background-color[class] {
|
|
@@ -2089,33 +2089,33 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-foreground-background-color[class] {
|
|
|
- background-color: #FFFFFF !important;
|
|
|
+ background-color: #F1ECE4 !important;
|
|
|
color: #080808;
|
|
|
}
|
|
|
|
|
|
.has-foreground-light-background-color[class] {
|
|
|
- background-color: #cccccc !important;
|
|
|
+ background-color: #faf8f5 !important;
|
|
|
color: #080808;
|
|
|
}
|
|
|
|
|
|
.has-foreground-dark-background-color[class] {
|
|
|
- background-color: #111111 !important;
|
|
|
+ background-color: #e0d4c2 !important;
|
|
|
color: #080808;
|
|
|
}
|
|
|
|
|
|
.has-background-light-background-color[class] {
|
|
|
- background-color: #FAFAFA !important;
|
|
|
- color: #FFFFFF;
|
|
|
+ background-color: #151515 !important;
|
|
|
+ color: #F1ECE4;
|
|
|
}
|
|
|
|
|
|
.has-background-dark-background-color[class] {
|
|
|
- background-color: #DDDDDD !important;
|
|
|
- color: #FFFFFF;
|
|
|
+ background-color: #000000 !important;
|
|
|
+ color: #F1ECE4;
|
|
|
}
|
|
|
|
|
|
.has-background-background-color[class] {
|
|
|
background-color: #080808 !important;
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #F1ECE4;
|
|
|
}
|
|
|
|
|
|
.is-small-text,
|
|
@@ -2285,11 +2285,11 @@ table th,
|
|
|
* - Similar to Blocks but exist outside of the "current" editor context
|
|
|
*/
|
|
|
.site-branding {
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #F1ECE4;
|
|
|
}
|
|
|
|
|
|
.site-title {
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #F1ECE4;
|
|
|
font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
font-size: 1.5625rem;
|
|
|
letter-spacing: normal;
|
|
@@ -2312,11 +2312,11 @@ table th,
|
|
|
.site-description {
|
|
|
color: currentColor;
|
|
|
font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
- font-size: 0.64rem;
|
|
|
+ font-size: 0.8rem;
|
|
|
}
|
|
|
|
|
|
.main-navigation {
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #F1ECE4;
|
|
|
}
|
|
|
|
|
|
.main-navigation > div {
|
|
@@ -2333,7 +2333,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.main-navigation #toggle:focus + #toggle-menu {
|
|
|
- background-color: #B59439;
|
|
|
+ background-color: #b59439;
|
|
|
outline: inherit;
|
|
|
text-decoration: underline;
|
|
|
}
|
|
@@ -2480,7 +2480,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.main-navigation a:hover {
|
|
|
- color: #B59439;
|
|
|
+ color: #b59439;
|
|
|
}
|
|
|
|
|
|
.main-navigation .sub-menu {
|
|
@@ -2538,13 +2538,13 @@ table th,
|
|
|
}
|
|
|
|
|
|
.social-navigation a {
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #F1ECE4;
|
|
|
display: inline-block;
|
|
|
padding: 0 calc( 0.5 * calc(0.66 * 16px ));
|
|
|
}
|
|
|
|
|
|
.social-navigation a:hover {
|
|
|
- color: #B59439;
|
|
|
+ color: #b59439;
|
|
|
}
|
|
|
|
|
|
.social-navigation svg {
|
|
@@ -2566,7 +2566,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.site-info {
|
|
|
- color: #cccccc;
|
|
|
+ color: #faf8f5;
|
|
|
font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
font-size: 0.8rem;
|
|
|
}
|
|
@@ -2593,7 +2593,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.site-info a:hover {
|
|
|
- color: #B59439;
|
|
|
+ color: #b59439;
|
|
|
}
|
|
|
|
|
|
.footer-navigation {
|
|
@@ -2615,7 +2615,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.footer-navigation .footer-menu {
|
|
|
- color: #cccccc;
|
|
|
+ color: #faf8f5;
|
|
|
margin: 0;
|
|
|
padding-right: 0;
|
|
|
}
|
|
@@ -2653,7 +2653,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.footer-navigation .footer-menu a:hover {
|
|
|
- color: #B59439;
|
|
|
+ color: #b59439;
|
|
|
}
|
|
|
|
|
|
.entry-title {
|
|
@@ -2664,7 +2664,7 @@ table th,
|
|
|
|
|
|
.entry-meta,
|
|
|
.entry-footer {
|
|
|
- color: #cccccc;
|
|
|
+ color: #faf8f5;
|
|
|
clear: both;
|
|
|
float: none;
|
|
|
font-size: 0.8rem;
|
|
@@ -2701,7 +2701,7 @@ table th,
|
|
|
.entry-meta a:hover, .entry-meta a:active,
|
|
|
.entry-footer a:hover,
|
|
|
.entry-footer a:active {
|
|
|
- color: #B59439;
|
|
|
+ color: #b59439;
|
|
|
}
|
|
|
|
|
|
.entry-meta .svg-icon,
|
|
@@ -2873,13 +2873,13 @@ table th,
|
|
|
* Comment Lists
|
|
|
*/
|
|
|
.comment-list {
|
|
|
- border-bottom: 1px solid #DDDDDD;
|
|
|
+ border-bottom: 1px solid #595959;
|
|
|
margin-right: 0;
|
|
|
list-style: none;
|
|
|
}
|
|
|
|
|
|
.comment-list > li {
|
|
|
- border-top: 1px solid #DDDDDD;
|
|
|
+ border-top: 1px solid #595959;
|
|
|
margin-top: 32px;
|
|
|
margin-bottom: 32px;
|
|
|
}
|
|
@@ -2890,7 +2890,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.children > li {
|
|
|
- border-top: 1px solid #DDDDDD;
|
|
|
+ border-top: 1px solid #595959;
|
|
|
margin-top: 32px;
|
|
|
margin-bottom: 32px;
|
|
|
}
|
|
@@ -2937,7 +2937,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.comment-meta .comment-metadata {
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #F1ECE4;
|
|
|
}
|
|
|
|
|
|
.comment-meta .comment-metadata a {
|
|
@@ -2945,7 +2945,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.comment-meta .comment-metadata a:hover, .comment-meta .comment-metadata a:active {
|
|
|
- color: #B59439;
|
|
|
+ color: #b59439;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
@@ -3406,10 +3406,27 @@ a {
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
+.wp-block-cover a,
|
|
|
+.wp-block-cover-image a,
|
|
|
+.wp-block-media-text a,
|
|
|
+p:not(.site-title) a {
|
|
|
+ text-decoration: underline;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-cover a.wp-block-button__link, .wp-block-cover a:hover,
|
|
|
+.wp-block-cover-image a.wp-block-button__link,
|
|
|
+.wp-block-cover-image a:hover,
|
|
|
+.wp-block-media-text a.wp-block-button__link,
|
|
|
+.wp-block-media-text a:hover,
|
|
|
+p:not(.site-title) a.wp-block-button__link,
|
|
|
+p:not(.site-title) a:hover {
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* Header
|
|
|
*/
|
|
|
-#masthead {
|
|
|
+.site-header {
|
|
|
max-width: 100%;
|
|
|
padding-right: 16px;
|
|
|
padding-left: 16px;
|
|
@@ -3417,9 +3434,8 @@ a {
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
- #masthead {
|
|
|
- padding-right: 32px;
|
|
|
- padding-left: 32px;
|
|
|
+ .site-header {
|
|
|
+ padding: 16px 32px;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3511,7 +3527,7 @@ a {
|
|
|
.site-header .main-navigation > div > ul > li.current-menu-item li:hover > a,
|
|
|
.site-header .main-navigation > div > ul > li.current-menu-item li.focus > a,
|
|
|
.site-header .main-navigation > div > ul > li.current-menu-item li.current-menu-item > a {
|
|
|
- background: #B59439;
|
|
|
+ background: #b59439;
|
|
|
}
|
|
|
.site-header .social-navigation {
|
|
|
align-self: center;
|
|
@@ -3520,36 +3536,79 @@ a {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+/**
|
|
|
+ * Main
|
|
|
+ */
|
|
|
+#main {
|
|
|
+ padding-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.site-main > article > .entry-header {
|
|
|
+ margin-top: 21.312px;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .site-main > article > .entry-header {
|
|
|
+ margin-top: 64px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* Content
|
|
|
*/
|
|
|
-.entry .entry-title a {
|
|
|
- color: #FFFFFF;
|
|
|
+.entry-title a,
|
|
|
+.page-title a,
|
|
|
+.a8c-posts-list .a8c-posts-list-item__title a {
|
|
|
+ color: inherit;
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-.entry .entry-title a:hover, .entry .entry-title a:active {
|
|
|
- color: #cccccc;
|
|
|
+.entry-title a:active, .entry-title a:focus, .entry-title a:hover,
|
|
|
+.page-title a:active,
|
|
|
+.page-title a:focus,
|
|
|
+.page-title a:hover,
|
|
|
+.a8c-posts-list .a8c-posts-list-item__title a:active,
|
|
|
+.a8c-posts-list .a8c-posts-list-item__title a:focus,
|
|
|
+.a8c-posts-list .a8c-posts-list-item__title a:hover {
|
|
|
+ color: #CAAB57;
|
|
|
}
|
|
|
|
|
|
-.entry-header,
|
|
|
-.entry-footer,
|
|
|
-.page-title,
|
|
|
-.author-title,
|
|
|
-.comments-title,
|
|
|
-.comment-reply-title {
|
|
|
- text-align: center;
|
|
|
+.sticky-post,
|
|
|
+.a8c-posts-list .a8c-posts-list-item__featured span {
|
|
|
+ padding: 4px 10.56px;
|
|
|
}
|
|
|
|
|
|
-.comment-reply-title {
|
|
|
- display: inherit;
|
|
|
+/**
|
|
|
+ * Next/Previous navigation
|
|
|
+ */
|
|
|
+.post-navigation .meta-nav {
|
|
|
+ color: #faf8f5;
|
|
|
}
|
|
|
|
|
|
-.comment .comment-reply-title {
|
|
|
- display: flex;
|
|
|
+.post-navigation .post-title {
|
|
|
+ font-size: 1.25rem;
|
|
|
+ line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
-.pagination .nav-links {
|
|
|
- justify-content: center;
|
|
|
+/**
|
|
|
+ * Comments
|
|
|
+ */
|
|
|
+.logged-in-as,
|
|
|
+.comment-notes,
|
|
|
+.comment-form-cookies-consent {
|
|
|
+ font-size: 0.8rem;
|
|
|
+}
|
|
|
+
|
|
|
+.comment-form-cookies-consent input[type=checkbox] + label {
|
|
|
+ line-height: 1.778;
|
|
|
+}
|
|
|
+
|
|
|
+.comment-notes {
|
|
|
+ color: #faf8f5;
|
|
|
+}
|
|
|
+
|
|
|
+.comment-form > p:not(.comment-form-cookies-consent) label {
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -3582,3 +3641,113 @@ a {
|
|
|
.wp-block-cover h1 {
|
|
|
font-size: 3.8147rem;
|
|
|
}
|
|
|
+
|
|
|
+/**
|
|
|
+ * Widgets
|
|
|
+ */
|
|
|
+.widget select {
|
|
|
+ max-width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.widget-title {
|
|
|
+ font-size: 1.5625rem;
|
|
|
+ margin-bottom: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.widget_archive ul,
|
|
|
+.widget_categories ul,
|
|
|
+.widget_meta ul,
|
|
|
+.widget_nav_menu ul,
|
|
|
+.widget_pages ul,
|
|
|
+.widget_recent_comments ul,
|
|
|
+.widget_recent_entries ul,
|
|
|
+.widget_rss ul {
|
|
|
+ margin-right: 0;
|
|
|
+ margin-left: 0;
|
|
|
+ list-style: none;
|
|
|
+}
|
|
|
+
|
|
|
+.widget_archive ul li,
|
|
|
+.widget_categories ul li,
|
|
|
+.widget_meta ul li,
|
|
|
+.widget_nav_menu ul li,
|
|
|
+.widget_pages ul li,
|
|
|
+.widget_recent_comments ul li,
|
|
|
+.widget_recent_entries ul li,
|
|
|
+.widget_rss ul li {
|
|
|
+ color: #faf8f5;
|
|
|
+ font-weight: 600;
|
|
|
+}
|
|
|
+
|
|
|
+.widget_archive ul ul,
|
|
|
+.widget_categories ul ul,
|
|
|
+.widget_meta ul ul,
|
|
|
+.widget_nav_menu ul ul,
|
|
|
+.widget_pages ul ul,
|
|
|
+.widget_recent_comments ul ul,
|
|
|
+.widget_recent_entries ul ul,
|
|
|
+.widget_rss ul ul {
|
|
|
+ counter-reset: submenu;
|
|
|
+}
|
|
|
+
|
|
|
+.widget_archive ul ul > li > a::before,
|
|
|
+.widget_categories ul ul > li > a::before,
|
|
|
+.widget_meta ul ul > li > a::before,
|
|
|
+.widget_nav_menu ul ul > li > a::before,
|
|
|
+.widget_pages ul ul > li > a::before,
|
|
|
+.widget_recent_comments ul ul > li > a::before,
|
|
|
+.widget_recent_entries ul ul > li > a::before,
|
|
|
+.widget_rss ul ul > li > a::before {
|
|
|
+ font-weight: normal;
|
|
|
+ content: "– " counters(submenu, "– ", none);
|
|
|
+ counter-increment: submenu;
|
|
|
+}
|
|
|
+
|
|
|
+.widget_tag_cloud .tagcloud {
|
|
|
+ font-weight: 600;
|
|
|
+}
|
|
|
+
|
|
|
+.widget_search .search-field {
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .widget_search .search-field {
|
|
|
+ width: auto;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.widget_search .search-submit {
|
|
|
+ display: block;
|
|
|
+ margin-top: 1rem;
|
|
|
+}
|
|
|
+
|
|
|
+.widget_calendar .calendar_wrap {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.widget_calendar .calendar_wrap table td,
|
|
|
+.widget_calendar .calendar_wrap table th {
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+
|
|
|
+.widget_calendar .calendar_wrap a {
|
|
|
+ text-decoration: underline;
|
|
|
+}
|
|
|
+
|
|
|
+.widget_links li,
|
|
|
+.widget_jp_blogs_i_follow li,
|
|
|
+.widget_rss_links li {
|
|
|
+ font-family: inherit;
|
|
|
+}
|
|
|
+
|
|
|
+/**
|
|
|
+ * Footer Navigation
|
|
|
+ */
|
|
|
+.footer-navigation .footer-menu a {
|
|
|
+ padding: 0 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.footer-navigation .footer-menu > li:last-of-type {
|
|
|
+ margin-left: -8px;
|
|
|
+}
|