|
@@ -604,7 +604,7 @@ body {
|
|
|
font-weight: normal;
|
|
|
color: #444444;
|
|
|
text-align: right;
|
|
|
- background-color: #f0f0f0;
|
|
|
+ background-color: white;
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -639,7 +639,7 @@ a {
|
|
|
}
|
|
|
|
|
|
.screen-reader-text:focus {
|
|
|
- background-color: #f0f0f0;
|
|
|
+ background-color: white;
|
|
|
border-radius: 3px;
|
|
|
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
|
|
|
clip: auto !important;
|
|
@@ -913,14 +913,14 @@ blockquote {
|
|
|
|
|
|
blockquote p {
|
|
|
font-size: 1.2rem;
|
|
|
- letter-spacing: 2px;
|
|
|
+ letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
blockquote cite,
|
|
|
blockquote footer {
|
|
|
font-size: 0.83333rem;
|
|
|
- letter-spacing: 2px;
|
|
|
+ letter-spacing: normal;
|
|
|
}
|
|
|
|
|
|
blockquote > * {
|
|
@@ -950,7 +950,7 @@ blockquote.alignleft cite,
|
|
|
blockquote.alignleft footer, blockquote.alignright cite,
|
|
|
blockquote.alignright footer {
|
|
|
font-size: 0.69444rem;
|
|
|
- letter-spacing: 2px;
|
|
|
+ letter-spacing: normal;
|
|
|
}
|
|
|
|
|
|
input[type="text"],
|
|
@@ -1074,7 +1074,7 @@ input[type="submit"],
|
|
|
.wp-block-button__link,
|
|
|
.wp-block-file__button, .a8c-posts-list__view-all {
|
|
|
line-height: 1;
|
|
|
- color: #f0f0f0;
|
|
|
+ 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;
|
|
@@ -1129,7 +1129,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: #f0f0f0;
|
|
|
+ color: white;
|
|
|
background-color: #4f4f4f;
|
|
|
}
|
|
|
|
|
@@ -1216,7 +1216,7 @@ input.has-focus[type="submit"],
|
|
|
.wp-block-cover-image .wp-block-cover-image-text,
|
|
|
.wp-block-cover-image .wp-block-cover-text {
|
|
|
width: calc(100% - 32px);
|
|
|
- color: #f0f0f0;
|
|
|
+ color: white;
|
|
|
margin-top: 32px;
|
|
|
margin-bottom: 32px;
|
|
|
}
|
|
@@ -1233,7 +1233,7 @@ input.has-focus[type="submit"],
|
|
|
.wp-block-cover h2,
|
|
|
.wp-block-cover-image h2 {
|
|
|
font-size: 1.728rem;
|
|
|
- letter-spacing: 2px;
|
|
|
+ letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
max-width: inherit;
|
|
|
text-align: inherit;
|
|
@@ -1279,7 +1279,7 @@ input.has-focus[type="submit"],
|
|
|
|
|
|
.wp-block-file .wp-block-file__button {
|
|
|
background-color: #f25f70;
|
|
|
- color: #f0f0f0;
|
|
|
+ color: white;
|
|
|
font-size: 0.83333rem;
|
|
|
margin-right: 16px;
|
|
|
margin-left: 16px;
|
|
@@ -1293,7 +1293,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: #f0f0f0;
|
|
|
+ color: white;
|
|
|
opacity: .85;
|
|
|
}
|
|
|
|
|
@@ -1380,37 +1380,37 @@ h6, .h6 {
|
|
|
|
|
|
h1, .h1 {
|
|
|
font-size: 2.0736rem;
|
|
|
- letter-spacing: 2px;
|
|
|
+ letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
h2, .h2 {
|
|
|
font-size: 1.728rem;
|
|
|
- letter-spacing: 2px;
|
|
|
+ letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
h3, .h3 {
|
|
|
font-size: 1.44rem;
|
|
|
- letter-spacing: 2px;
|
|
|
+ letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
h4, .h4 {
|
|
|
font-size: 1.2rem;
|
|
|
- letter-spacing: 2px;
|
|
|
+ letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
h5, .h5 {
|
|
|
font-size: 1rem;
|
|
|
- letter-spacing: 2px;
|
|
|
+ letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
h6, .h6 {
|
|
|
font-size: 0.83333rem;
|
|
|
- letter-spacing: 2px;
|
|
|
+ letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
@@ -1630,7 +1630,7 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
}
|
|
|
|
|
|
.a8c-posts-list-item__featured span {
|
|
|
- color: #f0f0f0;
|
|
|
+ color: white;
|
|
|
background-color: #404040;
|
|
|
font-family: "Oswald", sans-serif;
|
|
|
font-weight: bold;
|
|
@@ -1707,7 +1707,7 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
.wp-block-pullquote p {
|
|
|
font-family: "Source Sans Pro", Arial, sans-serif;
|
|
|
font-size: 1.2rem;
|
|
|
- letter-spacing: 2px;
|
|
|
+ letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
@@ -1720,7 +1720,7 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
.wp-block-pullquote footer {
|
|
|
color: #767676;
|
|
|
font-size: 0.83333rem;
|
|
|
- letter-spacing: 2px;
|
|
|
+ letter-spacing: normal;
|
|
|
display: block;
|
|
|
}
|
|
|
|
|
@@ -1734,7 +1734,7 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
|
|
|
.wp-block-pullquote.is-style-solid-color {
|
|
|
background-color: #404040;
|
|
|
- color: #f0f0f0;
|
|
|
+ color: white;
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote.is-style-solid-color blockquote {
|
|
@@ -1782,7 +1782,7 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
.wp-block-quote p {
|
|
|
font-family: "Oswald", sans-serif;
|
|
|
font-size: 1.2rem;
|
|
|
- letter-spacing: 2px;
|
|
|
+ letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
@@ -1791,7 +1791,7 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
.wp-block-quote footer {
|
|
|
color: #767676;
|
|
|
font-size: 0.83333rem;
|
|
|
- letter-spacing: 2px;
|
|
|
+ letter-spacing: normal;
|
|
|
}
|
|
|
|
|
|
.wp-block-quote[style*="text-align:right"], .wp-block-quote[style*="text-align: right"] {
|
|
@@ -1806,7 +1806,7 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
|
|
|
.wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
|
|
|
font-size: 1.44rem;
|
|
|
- letter-spacing: 2px;
|
|
|
+ letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
@@ -1817,7 +1817,7 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
.wp-block-quote.is-large footer {
|
|
|
color: #767676;
|
|
|
font-size: 0.83333rem;
|
|
|
- letter-spacing: 2px;
|
|
|
+ letter-spacing: normal;
|
|
|
}
|
|
|
|
|
|
.wp-block-separator,
|
|
@@ -1967,12 +1967,12 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-background-color[class] {
|
|
|
- color: #f0f0f0 !important;
|
|
|
+ color: white !important;
|
|
|
}
|
|
|
|
|
|
.has-primary-background-color[class] {
|
|
|
background-color: #404040 !important;
|
|
|
- color: #f0f0f0;
|
|
|
+ color: white;
|
|
|
}
|
|
|
|
|
|
.has-primary-background-color[class] p, .has-primary-background-color[class] h1, .has-primary-background-color[class] h2, .has-primary-background-color[class] h3, .has-primary-background-color[class] h4, .has-primary-background-color[class] h5, .has-primary-background-color[class] h6 {
|
|
@@ -1981,7 +1981,7 @@ table th,
|
|
|
|
|
|
.has-secondary-background-color[class] {
|
|
|
background-color: #f25f70 !important;
|
|
|
- color: #f0f0f0;
|
|
|
+ color: white;
|
|
|
}
|
|
|
|
|
|
.has-secondary-background-color[class] p, .has-secondary-background-color[class] h1, .has-secondary-background-color[class] h2, .has-secondary-background-color[class] h3, .has-secondary-background-color[class] h4, .has-secondary-background-color[class] h5, .has-secondary-background-color[class] h6 {
|
|
@@ -1990,7 +1990,7 @@ table th,
|
|
|
|
|
|
.has-foreground-background-color[class] {
|
|
|
background-color: #444444 !important;
|
|
|
- color: #f0f0f0;
|
|
|
+ color: white;
|
|
|
}
|
|
|
|
|
|
.has-foreground-background-color[class] p, .has-foreground-background-color[class] h1, .has-foreground-background-color[class] h2, .has-foreground-background-color[class] h3, .has-foreground-background-color[class] h4, .has-foreground-background-color[class] h5, .has-foreground-background-color[class] h6 {
|
|
@@ -1999,7 +1999,7 @@ table th,
|
|
|
|
|
|
.has-foreground-light-background-color[class] {
|
|
|
background-color: #767676 !important;
|
|
|
- color: #f0f0f0;
|
|
|
+ color: white;
|
|
|
}
|
|
|
|
|
|
.has-foreground-light-background-color[class] p, .has-foreground-light-background-color[class] h1, .has-foreground-light-background-color[class] h2, .has-foreground-light-background-color[class] h3, .has-foreground-light-background-color[class] h4, .has-foreground-light-background-color[class] h5, .has-foreground-light-background-color[class] h6 {
|
|
@@ -2008,7 +2008,7 @@ table th,
|
|
|
|
|
|
.has-foreground-dark-background-color[class] {
|
|
|
background-color: #111111 !important;
|
|
|
- color: #f0f0f0;
|
|
|
+ color: white;
|
|
|
}
|
|
|
|
|
|
.has-foreground-dark-background-color[class] p, .has-foreground-dark-background-color[class] h1, .has-foreground-dark-background-color[class] h2, .has-foreground-dark-background-color[class] h3, .has-foreground-dark-background-color[class] h4, .has-foreground-dark-background-color[class] h5, .has-foreground-dark-background-color[class] h6 {
|
|
@@ -2034,7 +2034,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-background-background-color[class] {
|
|
|
- background-color: #f0f0f0 !important;
|
|
|
+ background-color: white !important;
|
|
|
color: #444444;
|
|
|
}
|
|
|
|
|
@@ -2258,7 +2258,7 @@ table th,
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
.main-navigation > div > ul > li > .sub-menu {
|
|
|
- background: #f0f0f0;
|
|
|
+ background: white;
|
|
|
box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
|
|
|
right: 0;
|
|
|
top: 100%;
|
|
@@ -2447,7 +2447,7 @@ table th,
|
|
|
|
|
|
.entry-title {
|
|
|
font-size: 1.728rem;
|
|
|
- letter-spacing: 2px;
|
|
|
+ letter-spacing: normal;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
@@ -2641,7 +2641,7 @@ table th,
|
|
|
*/
|
|
|
.comments-title {
|
|
|
font-size: 1.44rem;
|
|
|
- letter-spacing: 2px;
|
|
|
+ letter-spacing: normal;
|
|
|
}
|
|
|
|
|
|
.comment-reply-title {
|
|
@@ -2903,7 +2903,7 @@ img#wpstats {
|
|
|
* - Page specific styles
|
|
|
*/
|
|
|
.sticky-post {
|
|
|
- color: #f0f0f0;
|
|
|
+ color: white;
|
|
|
background-color: #404040;
|
|
|
font-family: "Oswald", sans-serif;
|
|
|
font-weight: bold;
|
|
@@ -3022,7 +3022,7 @@ img#wpstats {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery {
|
|
|
+.wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, #masthead, .site-footer {
|
|
|
margin-right: calc( -0.5 * ( 100vw - 100% ));
|
|
|
margin-left: calc( -0.5 * ( 100vw - 100% ));
|
|
|
width: calc( 100% + (0.5 * 2) * ( 100vw - 100% ));
|
|
@@ -3030,7 +3030,7 @@ img#wpstats {
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
- .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery {
|
|
|
+ .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, #masthead, .site-footer {
|
|
|
margin-right: calc( -0.5 * ( 100vw - calc( 560px - 32px) ));
|
|
|
margin-left: calc( -0.5 * ( 100vw - calc( 560px - 32px) ));
|
|
|
width: calc( calc( 560px - 32px) + (0.5 * 2) * ( 100vw - calc( 560px - 32px) ));
|
|
@@ -3039,7 +3039,7 @@ img#wpstats {
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
|
- .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery {
|
|
|
+ .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, #masthead, .site-footer {
|
|
|
margin-right: calc( -0.5 * ( 100vw - calc( 640px - 32px) ));
|
|
|
margin-left: calc( -0.5 * ( 100vw - calc( 640px - 32px) ));
|
|
|
width: calc( calc( 640px - 32px) + (0.5 * 2) * ( 100vw - calc( 640px - 32px) ));
|
|
@@ -3048,7 +3048,7 @@ img#wpstats {
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 782px) {
|
|
|
- .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery {
|
|
|
+ .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, #masthead, .site-footer {
|
|
|
margin-right: calc( -0.5 * ( 100vw - calc( 782px - 32px) ));
|
|
|
margin-left: calc( -0.5 * ( 100vw - calc( 782px - 32px) ));
|
|
|
width: calc( calc( 782px - 32px) + (0.5 * 2) * ( 100vw - calc( 782px - 32px) ));
|
|
@@ -3057,7 +3057,7 @@ img#wpstats {
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
|
- .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery {
|
|
|
+ .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, #masthead, .site-footer {
|
|
|
margin-right: calc( -0.5 * ( 100vw - calc( 782px - 32px) ));
|
|
|
margin-left: calc( -0.5 * ( 100vw - calc( 782px - 32px) ));
|
|
|
width: calc( calc( 782px - 32px) + (0.5 * 2) * ( 100vw - calc( 782px - 32px) ));
|
|
@@ -3066,7 +3066,7 @@ img#wpstats {
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1280px) {
|
|
|
- .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery {
|
|
|
+ .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, #masthead, .site-footer {
|
|
|
margin-right: calc( -0.5 * ( 100vw - calc( 782px - 32px) ));
|
|
|
margin-left: calc( -0.5 * ( 100vw - calc( 782px - 32px) ));
|
|
|
width: calc( calc( 782px - 32px) + (0.5 * 2) * ( 100vw - calc( 782px - 32px) ));
|
|
@@ -3240,15 +3240,7 @@ a {
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-.site-branding,
|
|
|
-.site-info,
|
|
|
-.main-navigation,
|
|
|
-.entry-header,
|
|
|
-.entry-footer,
|
|
|
-.page-title,
|
|
|
-.author-title,
|
|
|
-.comments-title,
|
|
|
-.comment-reply-title {
|
|
|
+.main-navigation {
|
|
|
text-transform: uppercase;
|
|
|
}
|
|
|
|
|
@@ -3265,7 +3257,6 @@ a {
|
|
|
background-color: white;
|
|
|
padding: 0;
|
|
|
margin: 0 auto;
|
|
|
- max-width: 1180px;
|
|
|
}
|
|
|
|
|
|
#masthead .site-title {
|
|
@@ -3304,7 +3295,6 @@ a {
|
|
|
* 3. Main Wrapper
|
|
|
*/
|
|
|
.site {
|
|
|
- max-width: 1180px;
|
|
|
margin: 0 auto;
|
|
|
padding: 0;
|
|
|
}
|
|
@@ -3313,6 +3303,17 @@ a {
|
|
|
background-color: white;
|
|
|
}
|
|
|
|
|
|
+#page .entry-header,
|
|
|
+#page .page-header,
|
|
|
+#page .entry-footer,
|
|
|
+#page .a8c-posts-list {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+#page .a8c-posts-list-item__excerpt {
|
|
|
+ text-align: right;
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* 4. Navigation Menu
|
|
|
*/
|
|
@@ -3382,7 +3383,7 @@ a {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-#site-navigation.main-navigation .menu-main-menu-container {
|
|
|
+#site-navigation.main-navigation .main-menu {
|
|
|
background-color: #f25f70;
|
|
|
border-bottom: 2px solid rgba(0, 0, 0, 0.15);
|
|
|
}
|
|
@@ -3399,11 +3400,26 @@ a {
|
|
|
*/
|
|
|
.site-footer {
|
|
|
background-color: #404040;
|
|
|
- max-width: 1180px;
|
|
|
margin: 0 auto;
|
|
|
padding: 32px;
|
|
|
}
|
|
|
|
|
|
+@media only screen and (min-width: 640px) {
|
|
|
+ .site-footer aside.widget-area {
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: flex-start;
|
|
|
+ align-items: stretch;
|
|
|
+ }
|
|
|
+ .site-footer aside.widget-area section.widget {
|
|
|
+ flex-basis: 50%;
|
|
|
+ }
|
|
|
+ .site-footer aside.widget-area > *:first-child {
|
|
|
+ margin-top: 32px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* 6. Archive Pagination and Post Navigation
|
|
|
*/
|
|
@@ -3462,8 +3478,6 @@ a {
|
|
|
*/
|
|
|
.wp-block-coblocks-hero__box,
|
|
|
.wp-block-cover__inner-container {
|
|
|
- background: #fff;
|
|
|
- box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
|
|
|
padding: 32px;
|
|
|
}
|
|
|
|
|
@@ -3493,7 +3507,7 @@ a {
|
|
|
.wp-block-file a.wp-block-file__button {
|
|
|
text-transform: uppercase;
|
|
|
line-height: 1;
|
|
|
- color: #f0f0f0;
|
|
|
+ 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;
|
|
@@ -3506,7 +3520,7 @@ a {
|
|
|
}
|
|
|
|
|
|
.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: #f0f0f0;
|
|
|
+ color: white;
|
|
|
background-color: #4f4f4f;
|
|
|
opacity: 1;
|
|
|
}
|