|
@@ -594,9 +594,9 @@ html {
|
|
|
body {
|
|
|
font-size: 1rem;
|
|
|
font-weight: normal;
|
|
|
- color: #F1ECE4;
|
|
|
+ color: #f2f2f2;
|
|
|
text-align: right;
|
|
|
- background-color: #080808;
|
|
|
+ background-color: #060f29;
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -631,12 +631,12 @@ a {
|
|
|
}
|
|
|
|
|
|
.screen-reader-text:focus {
|
|
|
- background-color: #080808;
|
|
|
+ background-color: #060f29;
|
|
|
border-radius: 3px;
|
|
|
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
|
|
|
clip: auto !important;
|
|
|
clip-path: none;
|
|
|
- color: #F1ECE4;
|
|
|
+ color: #f2f2f2;
|
|
|
display: block;
|
|
|
font-size: 1.25rem;
|
|
|
font-weight: bold;
|
|
@@ -972,10 +972,10 @@ input[type="datetime"],
|
|
|
input[type="datetime-local"],
|
|
|
input[type="color"],
|
|
|
textarea {
|
|
|
- color: #F1ECE4;
|
|
|
- border: 1px solid #595959;
|
|
|
+ color: #060f29;
|
|
|
+ border: 0 solid #353a46;
|
|
|
border-radius: 3px;
|
|
|
- padding: 16px;
|
|
|
+ padding: 8px 16px;
|
|
|
}
|
|
|
|
|
|
input[type="text"]:focus,
|
|
@@ -994,12 +994,12 @@ input[type="datetime"]:focus,
|
|
|
input[type="datetime-local"]:focus,
|
|
|
input[type="color"]:focus,
|
|
|
textarea:focus {
|
|
|
- color: #F1ECE4;
|
|
|
+ color: #060f29;
|
|
|
border-color: #b59439;
|
|
|
}
|
|
|
|
|
|
select {
|
|
|
- border: 1px solid #595959;
|
|
|
+ border: 0 solid #353a46;
|
|
|
}
|
|
|
|
|
|
textarea {
|
|
@@ -1014,7 +1014,7 @@ input[type=checkbox] + label {
|
|
|
}
|
|
|
|
|
|
figcaption {
|
|
|
- color: #faf8f5;
|
|
|
+ color: white;
|
|
|
font-size: 0.64rem;
|
|
|
margin-top: calc(0.5 * 16px);
|
|
|
margin-bottom: 16px;
|
|
@@ -1076,16 +1076,16 @@ button,
|
|
|
input[type="submit"],
|
|
|
.wp-block-button__link,
|
|
|
.wp-block-file__button, .a8c-posts-list__view-all {
|
|
|
- line-height: 1;
|
|
|
- color: #080808;
|
|
|
+ line-height: 1.15;
|
|
|
+ color: #060f29;
|
|
|
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: 1rem;
|
|
|
background-color: #CAAB57;
|
|
|
- border-radius: 4.5px;
|
|
|
+ border-radius: 3px;
|
|
|
border-width: 0;
|
|
|
- padding: 16px 16px;
|
|
|
+ padding: 8px 16px;
|
|
|
}
|
|
|
|
|
|
button:before,
|
|
@@ -1108,7 +1108,7 @@ button:before,
|
|
|
input[type="submit"]:before,
|
|
|
.wp-block-button__link:before,
|
|
|
.wp-block-file__button:before, .a8c-posts-list__view-all:before {
|
|
|
- margin-bottom: -0.12em;
|
|
|
+ margin-bottom: -0.195em;
|
|
|
}
|
|
|
|
|
|
button:after,
|
|
@@ -1116,7 +1116,7 @@ button:after,
|
|
|
input[type="submit"]:after,
|
|
|
.wp-block-button__link:after,
|
|
|
.wp-block-file__button:after, .a8c-posts-list__view-all:after {
|
|
|
- margin-top: -0.11em;
|
|
|
+ margin-top: -0.185em;
|
|
|
}
|
|
|
|
|
|
button:hover,
|
|
@@ -1132,7 +1132,7 @@ 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: #080808;
|
|
|
+ color: #060f29;
|
|
|
background-color: #b59439;
|
|
|
}
|
|
|
|
|
@@ -1143,7 +1143,7 @@ input.has-focus[type="submit"],
|
|
|
color: #CAAB57;
|
|
|
background: transparent;
|
|
|
border: 2px solid currentcolor;
|
|
|
- padding: 14px 16px;
|
|
|
+ padding: 8px-2px 16px;
|
|
|
}
|
|
|
|
|
|
.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 {
|
|
@@ -1155,14 +1155,14 @@ input.has-focus[type="submit"],
|
|
|
}
|
|
|
|
|
|
.wp-block-code {
|
|
|
- color: #F1ECE4;
|
|
|
+ color: #f2f2f2;
|
|
|
font-size: 0.8rem;
|
|
|
padding: 16px;
|
|
|
- border-color: #595959;
|
|
|
+ border-color: #353a46;
|
|
|
}
|
|
|
|
|
|
.wp-block-code pre {
|
|
|
- color: #F1ECE4;
|
|
|
+ color: #f2f2f2;
|
|
|
}
|
|
|
|
|
|
.wp-block-columns {
|
|
@@ -1326,7 +1326,7 @@ input.has-focus[type="submit"],
|
|
|
|
|
|
.wp-block-file .wp-block-file__button {
|
|
|
background-color: #CAAB57;
|
|
|
- color: #080808;
|
|
|
+ color: #060f29;
|
|
|
font-size: 0.8rem;
|
|
|
margin-right: 16px;
|
|
|
margin-left: 16px;
|
|
@@ -1340,7 +1340,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: #080808;
|
|
|
+ color: #060f29;
|
|
|
opacity: .85;
|
|
|
}
|
|
|
|
|
@@ -1447,7 +1447,7 @@ h6, .h6 {
|
|
|
}
|
|
|
|
|
|
.wp-block-image figcaption {
|
|
|
- color: #faf8f5;
|
|
|
+ color: white;
|
|
|
font-size: 0.64rem;
|
|
|
margin-top: calc(0.5 * 16px);
|
|
|
margin-bottom: 16px;
|
|
@@ -1497,7 +1497,7 @@ img {
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
|
|
|
- color: #faf8f5;
|
|
|
+ color: white;
|
|
|
font-size: 0.8rem;
|
|
|
}
|
|
|
|
|
@@ -1533,7 +1533,7 @@ img {
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-posts .wp-block-latest-posts__post-date {
|
|
|
- color: #faf8f5;
|
|
|
+ color: white;
|
|
|
font-size: 0.64rem;
|
|
|
line-height: 1.778;
|
|
|
}
|
|
@@ -1695,7 +1695,7 @@ p.has-background {
|
|
|
}
|
|
|
|
|
|
.a8c-posts-list-item__featured span {
|
|
|
- color: #080808;
|
|
|
+ color: #060f29;
|
|
|
background-color: #CAAB57;
|
|
|
font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
font-weight: bold;
|
|
@@ -1734,7 +1734,7 @@ p.has-background {
|
|
|
}
|
|
|
|
|
|
.a8c-posts-list__item .a8c-posts-list-item__meta {
|
|
|
- color: #faf8f5;
|
|
|
+ color: white;
|
|
|
font-size: 0.8rem;
|
|
|
}
|
|
|
|
|
@@ -1759,11 +1759,11 @@ p.has-background {
|
|
|
margin-right: 0;
|
|
|
margin-left: 0;
|
|
|
text-align: center;
|
|
|
- border-top-color: #595959;
|
|
|
+ border-top-color: #353a46;
|
|
|
border-top-width: 4px;
|
|
|
- border-bottom-color: #595959;
|
|
|
+ border-bottom-color: #353a46;
|
|
|
border-bottom-width: 4px;
|
|
|
- color: #F1ECE4;
|
|
|
+ color: #f2f2f2;
|
|
|
/**
|
|
|
* Block Options
|
|
|
*/
|
|
@@ -1783,7 +1783,7 @@ p.has-background {
|
|
|
.wp-block-pullquote .wp-block-pullquote__citation,
|
|
|
.wp-block-pullquote cite,
|
|
|
.wp-block-pullquote footer {
|
|
|
- color: #faf8f5;
|
|
|
+ color: white;
|
|
|
font-size: 0.8rem;
|
|
|
letter-spacing: normal;
|
|
|
display: block;
|
|
@@ -1803,7 +1803,7 @@ p.has-background {
|
|
|
|
|
|
.wp-block-pullquote.is-style-solid-color {
|
|
|
background-color: #CAAB57;
|
|
|
- color: #080808;
|
|
|
+ color: #060f29;
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
@@ -1858,7 +1858,7 @@ p.has-background {
|
|
|
.wp-block-quote .wp-block-quote__citation,
|
|
|
.wp-block-quote cite,
|
|
|
.wp-block-quote footer {
|
|
|
- color: #faf8f5;
|
|
|
+ color: white;
|
|
|
font-size: 0.8rem;
|
|
|
letter-spacing: normal;
|
|
|
}
|
|
@@ -1890,13 +1890,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: #faf8f5;
|
|
|
+ color: white;
|
|
|
font-size: 0.8rem;
|
|
|
letter-spacing: normal;
|
|
|
}
|
|
|
|
|
|
hr {
|
|
|
- border-bottom-color: #595959;
|
|
|
+ border-bottom-color: #353a46;
|
|
|
border-bottom-width: 2px;
|
|
|
clear: both;
|
|
|
margin-right: auto;
|
|
@@ -1904,19 +1904,19 @@ hr {
|
|
|
}
|
|
|
|
|
|
hr.wp-block-separator {
|
|
|
- border-bottom-color: #595959;
|
|
|
+ border-bottom-color: #353a46;
|
|
|
/**
|
|
|
* Block Options
|
|
|
*/
|
|
|
}
|
|
|
|
|
|
hr.wp-block-separator.is-style-wide {
|
|
|
- border-bottom-color: #595959;
|
|
|
+ border-bottom-color: #353a46;
|
|
|
border-bottom-width: 2px;
|
|
|
}
|
|
|
|
|
|
hr.wp-block-separator.is-style-dots:before {
|
|
|
- color: #595959;
|
|
|
+ color: #353a46;
|
|
|
font-size: 1.95312rem;
|
|
|
letter-spacing: 0.8rem;
|
|
|
padding-right: 0.8rem;
|
|
@@ -1940,7 +1940,7 @@ hr.wp-block-separator.is-style-dots:before {
|
|
|
}
|
|
|
|
|
|
.jetpack_subscription_widget input[type="text"] {
|
|
|
- padding: 16px !important;
|
|
|
+ padding: 8px 16px !important;
|
|
|
width: 100% !important;
|
|
|
}
|
|
|
|
|
@@ -1966,7 +1966,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.wp-block-video figcaption {
|
|
|
- color: #faf8f5;
|
|
|
+ color: white;
|
|
|
font-size: 0.64rem;
|
|
|
margin-top: calc(0.5 * 16px);
|
|
|
margin-bottom: 16px;
|
|
@@ -2053,31 +2053,31 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-secondary-color[class] {
|
|
|
- color: #CAAB57 !important;
|
|
|
+ color: #EE4266 !important;
|
|
|
}
|
|
|
|
|
|
.has-foreground-color[class] {
|
|
|
- color: #F1ECE4 !important;
|
|
|
+ color: #f2f2f2 !important;
|
|
|
}
|
|
|
|
|
|
.has-foreground-light-color[class] {
|
|
|
- color: #faf8f5 !important;
|
|
|
+ color: white !important;
|
|
|
}
|
|
|
|
|
|
.has-foreground-dark-color[class] {
|
|
|
- color: #e0d4c2 !important;
|
|
|
+ color: #8F8F8F !important;
|
|
|
}
|
|
|
|
|
|
.has-background-light-color[class] {
|
|
|
- color: #151515 !important;
|
|
|
+ color: #0d1f55 !important;
|
|
|
}
|
|
|
|
|
|
.has-background-dark-color[class] {
|
|
|
- color: #000000 !important;
|
|
|
+ color: #030713 !important;
|
|
|
}
|
|
|
|
|
|
.has-background-color[class] {
|
|
|
- color: #080808 !important;
|
|
|
+ color: #060f29 !important;
|
|
|
}
|
|
|
|
|
|
.has-background:not(.has-background-background-color) a,
|
|
@@ -2088,42 +2088,42 @@ table th,
|
|
|
|
|
|
.has-primary-background-color[class] {
|
|
|
background-color: #CAAB57 !important;
|
|
|
- color: #080808;
|
|
|
+ color: #060f29;
|
|
|
}
|
|
|
|
|
|
.has-secondary-background-color[class] {
|
|
|
- background-color: #CAAB57 !important;
|
|
|
- color: #080808;
|
|
|
+ background-color: #EE4266 !important;
|
|
|
+ color: #060f29;
|
|
|
}
|
|
|
|
|
|
.has-foreground-background-color[class] {
|
|
|
- background-color: #F1ECE4 !important;
|
|
|
- color: #080808;
|
|
|
+ background-color: #f2f2f2 !important;
|
|
|
+ color: #060f29;
|
|
|
}
|
|
|
|
|
|
.has-foreground-light-background-color[class] {
|
|
|
- background-color: #faf8f5 !important;
|
|
|
- color: #080808;
|
|
|
+ background-color: white !important;
|
|
|
+ color: #060f29;
|
|
|
}
|
|
|
|
|
|
.has-foreground-dark-background-color[class] {
|
|
|
- background-color: #e0d4c2 !important;
|
|
|
- color: #080808;
|
|
|
+ background-color: #8F8F8F !important;
|
|
|
+ color: #060f29;
|
|
|
}
|
|
|
|
|
|
.has-background-light-background-color[class] {
|
|
|
- background-color: #151515 !important;
|
|
|
- color: #F1ECE4;
|
|
|
+ background-color: #0d1f55 !important;
|
|
|
+ color: #f2f2f2;
|
|
|
}
|
|
|
|
|
|
.has-background-dark-background-color[class] {
|
|
|
- background-color: #000000 !important;
|
|
|
- color: #F1ECE4;
|
|
|
+ background-color: #030713 !important;
|
|
|
+ color: #f2f2f2;
|
|
|
}
|
|
|
|
|
|
.has-background-background-color[class] {
|
|
|
- background-color: #080808 !important;
|
|
|
- color: #F1ECE4;
|
|
|
+ background-color: #060f29 !important;
|
|
|
+ color: #f2f2f2;
|
|
|
}
|
|
|
|
|
|
.is-small-text,
|
|
@@ -2293,13 +2293,13 @@ table th,
|
|
|
* - Similar to Blocks but exist outside of the "current" editor context
|
|
|
*/
|
|
|
.site-branding {
|
|
|
- color: #F1ECE4;
|
|
|
+ color: #f2f2f2;
|
|
|
}
|
|
|
|
|
|
.site-title {
|
|
|
- color: #F1ECE4;
|
|
|
+ color: #f2f2f2;
|
|
|
font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
- font-size: 1.5625rem;
|
|
|
+ font-size: 1.25rem;
|
|
|
letter-spacing: normal;
|
|
|
line-height: 1;
|
|
|
}
|
|
@@ -2324,7 +2324,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.main-navigation {
|
|
|
- color: #F1ECE4;
|
|
|
+ color: #f2f2f2;
|
|
|
}
|
|
|
|
|
|
.main-navigation > div {
|
|
@@ -2341,7 +2341,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.main-navigation #toggle:focus + #toggle-menu {
|
|
|
- background-color: #b59439;
|
|
|
+ background-color: #CAAB57;
|
|
|
outline: inherit;
|
|
|
text-decoration: underline;
|
|
|
}
|
|
@@ -2452,7 +2452,7 @@ table th,
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
.main-navigation > div > ul > li > .sub-menu {
|
|
|
- background: #080808;
|
|
|
+ background: #060f29;
|
|
|
box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
|
|
|
right: 0;
|
|
|
top: 100%;
|
|
@@ -2469,7 +2469,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.main-navigation a {
|
|
|
- color: #CAAB57;
|
|
|
+ color: #f2f2f2;
|
|
|
display: block;
|
|
|
font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
font-size: 1rem;
|
|
@@ -2484,11 +2484,11 @@ table th,
|
|
|
}
|
|
|
|
|
|
.main-navigation a:link, .main-navigation a:visited {
|
|
|
- color: #CAAB57;
|
|
|
+ color: #f2f2f2;
|
|
|
}
|
|
|
|
|
|
.main-navigation a:hover {
|
|
|
- color: #b59439;
|
|
|
+ color: #CAAB57;
|
|
|
}
|
|
|
|
|
|
.main-navigation .sub-menu {
|
|
@@ -2546,7 +2546,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.social-navigation a {
|
|
|
- color: #F1ECE4;
|
|
|
+ color: #f2f2f2;
|
|
|
display: inline-block;
|
|
|
padding: 0 calc( 0.5 * calc(0.66 * 16px ));
|
|
|
}
|
|
@@ -2574,7 +2574,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.site-info {
|
|
|
- color: #faf8f5;
|
|
|
+ color: white;
|
|
|
font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
font-size: 0.8rem;
|
|
|
}
|
|
@@ -2623,7 +2623,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.footer-navigation .footer-menu {
|
|
|
- color: #faf8f5;
|
|
|
+ color: white;
|
|
|
margin: 0;
|
|
|
padding-right: 0;
|
|
|
}
|
|
@@ -2672,7 +2672,7 @@ table th,
|
|
|
|
|
|
.entry-meta,
|
|
|
.entry-footer {
|
|
|
- color: #faf8f5;
|
|
|
+ color: white;
|
|
|
clear: both;
|
|
|
float: none;
|
|
|
font-size: 0.8rem;
|
|
@@ -2881,13 +2881,13 @@ table th,
|
|
|
* Comment Lists
|
|
|
*/
|
|
|
.comment-list {
|
|
|
- border-bottom: 1px solid #595959;
|
|
|
+ border-bottom: 1px solid #353a46;
|
|
|
margin-right: 0;
|
|
|
list-style: none;
|
|
|
}
|
|
|
|
|
|
.comment-list > li {
|
|
|
- border-top: 1px solid #595959;
|
|
|
+ border-top: 1px solid #353a46;
|
|
|
margin-top: 32px;
|
|
|
margin-bottom: 32px;
|
|
|
}
|
|
@@ -2898,7 +2898,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.children > li {
|
|
|
- border-top: 1px solid #595959;
|
|
|
+ border-top: 1px solid #353a46;
|
|
|
margin-top: 32px;
|
|
|
margin-bottom: 32px;
|
|
|
}
|
|
@@ -2945,7 +2945,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.comment-meta .comment-metadata {
|
|
|
- color: #F1ECE4;
|
|
|
+ color: #f2f2f2;
|
|
|
}
|
|
|
|
|
|
.comment-meta .comment-metadata a {
|
|
@@ -3122,7 +3122,7 @@ img#wpstats {
|
|
|
* - Page specific styles
|
|
|
*/
|
|
|
.sticky-post {
|
|
|
- color: #080808;
|
|
|
+ color: #060f29;
|
|
|
background-color: #CAAB57;
|
|
|
font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
font-weight: bold;
|
|
@@ -3448,7 +3448,7 @@ p:not(.site-title) a:hover {
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
.site-header {
|
|
|
- padding: 16px 32px;
|
|
|
+ padding: 24px 32px;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3462,7 +3462,7 @@ p:not(.site-title) a:hover {
|
|
|
grid-template-columns: auto;
|
|
|
grid-template-rows: auto;
|
|
|
grid-column-gap: 16px;
|
|
|
- grid-template-areas: "site-logo site-logo" "site-title main-navigation" "site-description social-navigation";
|
|
|
+ grid-template-areas: "site-branding main-navigation";
|
|
|
}
|
|
|
.site-header:before, .site-header:after {
|
|
|
content: none;
|
|
@@ -3472,20 +3472,15 @@ p:not(.site-title) a:hover {
|
|
|
margin-top: 0;
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
- .site-header .site-logo {
|
|
|
- grid-area: site-logo;
|
|
|
- margin-bottom: 16px;
|
|
|
+ .site-header .site-branding {
|
|
|
+ grid-area: site-branding;
|
|
|
+ align-self: center;
|
|
|
}
|
|
|
- .site-header .site-title {
|
|
|
- align-self: flex-end;
|
|
|
- grid-area: site-title;
|
|
|
+ .site-header .site-logo + .site-title {
|
|
|
+ margin-top: 16px;
|
|
|
}
|
|
|
.site-header .site-title + .site-description {
|
|
|
- margin-top: 0;
|
|
|
- }
|
|
|
- .site-header .site-description {
|
|
|
- align-self: center;
|
|
|
- grid-area: site-description;
|
|
|
+ margin-top: 4px;
|
|
|
}
|
|
|
.site-header .main-navigation {
|
|
|
align-self: center;
|
|
@@ -3529,7 +3524,7 @@ p:not(.site-title) a:hover {
|
|
|
.site-header .main-navigation > div > ul > li.focus li > a,
|
|
|
.site-header .main-navigation > div > ul > li.current-menu-item li > a {
|
|
|
background: #CAAB57;
|
|
|
- color: #080808;
|
|
|
+ color: #060f29;
|
|
|
}
|
|
|
.site-header .main-navigation > div > ul > li:hover li:hover > a,
|
|
|
.site-header .main-navigation > div > ul > li:hover li.focus > a,
|
|
@@ -3544,7 +3539,6 @@ p:not(.site-title) a:hover {
|
|
|
}
|
|
|
.site-header .social-navigation {
|
|
|
align-self: center;
|
|
|
- grid-area: social-navigation;
|
|
|
justify-self: flex-end;
|
|
|
}
|
|
|
}
|
|
@@ -3556,12 +3550,16 @@ p:not(.site-title) a:hover {
|
|
|
padding-top: 0;
|
|
|
}
|
|
|
|
|
|
-.site-main > article > .entry-header {
|
|
|
+.site-main > article > .entry-header,
|
|
|
+.site-main > .page-header,
|
|
|
+.site-main > .not-found > .page-header {
|
|
|
margin-top: 21.312px;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
- .site-main > article > .entry-header {
|
|
|
+ .site-main > article > .entry-header,
|
|
|
+ .site-main > .page-header,
|
|
|
+ .site-main > .not-found > .page-header {
|
|
|
margin-top: 64px;
|
|
|
}
|
|
|
}
|
|
@@ -3595,7 +3593,7 @@ p:not(.site-title) a:hover {
|
|
|
* Next/Previous navigation
|
|
|
*/
|
|
|
.post-navigation .meta-nav {
|
|
|
- color: #faf8f5;
|
|
|
+ color: white;
|
|
|
}
|
|
|
|
|
|
.post-navigation .post-title {
|
|
@@ -3617,7 +3615,7 @@ p:not(.site-title) a:hover {
|
|
|
}
|
|
|
|
|
|
.comment-notes {
|
|
|
- color: #faf8f5;
|
|
|
+ color: white;
|
|
|
}
|
|
|
|
|
|
.comment-form > p:not(.comment-form-cookies-consent) label {
|
|
@@ -3627,32 +3625,52 @@ p:not(.site-title) a:hover {
|
|
|
/**
|
|
|
* Blocks
|
|
|
*/
|
|
|
-.wp-block-cover h1, .wp-block-cover h2, .wp-block-cover h3, .wp-block-cover h4, .wp-block-cover h5, .wp-block-cover h6 {
|
|
|
+.wp-block-cover h1, .wp-block-cover h2, .wp-block-cover h3, .wp-block-cover h4, .wp-block-cover h5, .wp-block-cover h6,
|
|
|
+.wp-block-cover-image h1,
|
|
|
+.wp-block-cover-image h2,
|
|
|
+.wp-block-cover-image h3,
|
|
|
+.wp-block-cover-image h4,
|
|
|
+.wp-block-cover-image h5,
|
|
|
+.wp-block-cover-image h6 {
|
|
|
font-weight: 700;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover h6 {
|
|
|
- font-size: 1.5625rem;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-cover h5 {
|
|
|
- font-size: 1.95312rem;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-cover h4 {
|
|
|
- font-size: 2.44141rem;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-cover h3 {
|
|
|
- font-size: 3.05176rem;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-cover h2 {
|
|
|
- font-size: 3.8147rem;
|
|
|
+@media only screen and (min-width: 1024px) {
|
|
|
+ .wp-block-cover,
|
|
|
+ .wp-block-cover-image {
|
|
|
+ min-height: 640px;
|
|
|
+ }
|
|
|
+ .wp-block-cover h1,
|
|
|
+ .wp-block-cover-image h1 {
|
|
|
+ font-size: 3.8147rem;
|
|
|
+ }
|
|
|
+ .wp-block-cover h2,
|
|
|
+ .wp-block-cover-image h2 {
|
|
|
+ font-size: 3.05176rem;
|
|
|
+ }
|
|
|
+ .wp-block-cover h3,
|
|
|
+ .wp-block-cover-image h3 {
|
|
|
+ font-size: 2.44141rem;
|
|
|
+ }
|
|
|
+ .wp-block-cover h4,
|
|
|
+ .wp-block-cover-image h4 {
|
|
|
+ font-size: 1.95312rem;
|
|
|
+ }
|
|
|
+ .wp-block-cover h5,
|
|
|
+ .wp-block-cover-image h5 {
|
|
|
+ font-size: 1.5625rem;
|
|
|
+ }
|
|
|
+ .wp-block-cover h6,
|
|
|
+ .wp-block-cover-image h6 {
|
|
|
+ font-size: 1.25rem;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover h1 {
|
|
|
- font-size: 3.8147rem;
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .wp-block-columns.alignfull {
|
|
|
+ padding-left: 32px;
|
|
|
+ padding-right: 32px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -3688,7 +3706,7 @@ p:not(.site-title) a:hover {
|
|
|
.widget_recent_comments ul li,
|
|
|
.widget_recent_entries ul li,
|
|
|
.widget_rss ul li {
|
|
|
- color: #faf8f5;
|
|
|
+ color: white;
|
|
|
font-weight: 600;
|
|
|
}
|
|
|
|