|
@@ -1676,10 +1676,6 @@ p.has-background {
|
|
|
padding: 16px 16px;
|
|
|
}
|
|
|
|
|
|
-p.has-background:not(.has-background-background-color) a {
|
|
|
- color: currentColor;
|
|
|
-}
|
|
|
-
|
|
|
.a8c-posts-list__listing {
|
|
|
list-style: none;
|
|
|
margin: 0;
|
|
@@ -2076,7 +2072,9 @@ table th,
|
|
|
color: #ffffff !important;
|
|
|
}
|
|
|
|
|
|
-.has-background p, .has-background a, .has-background h1, .has-background h2, .has-background h3, .has-background h4, .has-background h5, .has-background h6 {
|
|
|
+.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,
|
|
|
+.has-background .wp-block-quote__citation {
|
|
|
color: currentColor;
|
|
|
}
|
|
|
|
|
@@ -2381,6 +2379,11 @@ table th,
|
|
|
z-index: 1;
|
|
|
}
|
|
|
|
|
|
+.main-navigation > div > ul li:hover, .main-navigation > div > ul li[focus-within] {
|
|
|
+ cursor: pointer;
|
|
|
+ z-index: 99999;
|
|
|
+}
|
|
|
+
|
|
|
.main-navigation > div > ul li:hover, .main-navigation > div > ul li:focus-within {
|
|
|
cursor: pointer;
|
|
|
z-index: 99999;
|
|
@@ -2393,6 +2396,14 @@ table th,
|
|
|
/* Submenu display */
|
|
|
}
|
|
|
.main-navigation > div > ul li:hover > ul,
|
|
|
+ .main-navigation > div > ul li[focus-within] > ul,
|
|
|
+ .main-navigation > div > ul li ul:hover,
|
|
|
+ .main-navigation > div > ul li ul:focus {
|
|
|
+ visibility: visible;
|
|
|
+ opacity: 1;
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+ .main-navigation > div > ul li:hover > ul,
|
|
|
.main-navigation > div > ul li:focus-within > ul,
|
|
|
.main-navigation > div > ul li ul:hover,
|
|
|
.main-navigation > div > ul li ul:focus {
|
|
@@ -2402,31 +2413,28 @@ table th,
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.main-navigation > div > ul > li:first-of-type > a {
|
|
|
- padding-right: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.main-navigation > div > ul > li:last-of-type > a {
|
|
|
- padding-left: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.main-navigation > div > ul > li > a {
|
|
|
- line-height: 1;
|
|
|
-}
|
|
|
-
|
|
|
-.main-navigation > div > ul > li > a:before, .main-navigation > div > ul > li > a:after {
|
|
|
- content: '';
|
|
|
- display: block;
|
|
|
- height: 0;
|
|
|
- width: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.main-navigation > div > ul > li > a:before {
|
|
|
- margin-bottom: -0.12em;
|
|
|
-}
|
|
|
-
|
|
|
-.main-navigation > div > ul > li > a:after {
|
|
|
- margin-top: -0.11em;
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .main-navigation > div > ul > li > a {
|
|
|
+ line-height: 1;
|
|
|
+ }
|
|
|
+ .main-navigation > div > ul > li > a:before, .main-navigation > div > ul > li > a:after {
|
|
|
+ content: '';
|
|
|
+ display: block;
|
|
|
+ height: 0;
|
|
|
+ width: 0;
|
|
|
+ }
|
|
|
+ .main-navigation > div > ul > li > a:before {
|
|
|
+ margin-bottom: -0.12em;
|
|
|
+ }
|
|
|
+ .main-navigation > div > ul > li > a:after {
|
|
|
+ margin-top: -0.11em;
|
|
|
+ }
|
|
|
+ .main-navigation > div > ul > li:first-of-type > a {
|
|
|
+ padding-right: 0;
|
|
|
+ }
|
|
|
+ .main-navigation > div > ul > li:last-of-type > a {
|
|
|
+ padding-left: 0;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.main-navigation > div > ul > li > .sub-menu {
|
|
@@ -2458,7 +2466,13 @@ table th,
|
|
|
font-family: "Karla", Arial, sans-serif;
|
|
|
font-size: 1.04167rem;
|
|
|
font-weight: bold;
|
|
|
- padding: 16px;
|
|
|
+ padding: 8px 0;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .main-navigation a {
|
|
|
+ padding: 16px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.main-navigation a:link, .main-navigation a:visited {
|
|
@@ -3181,7 +3195,7 @@ img#wpstats {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead, .site-footer #footer-info-wrapper {
|
|
|
+.entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead {
|
|
|
width: calc(100% + 256px);
|
|
|
max-width: calc(100% - 32px);
|
|
|
margin-right: auto;
|
|
@@ -3189,41 +3203,41 @@ img#wpstats {
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
- .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead, .site-footer #footer-info-wrapper {
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead {
|
|
|
width: calc(calc( 560px - 32px) + 256px);
|
|
|
max-width: calc(100% - 32px);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
|
- .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead, .site-footer #footer-info-wrapper {
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead {
|
|
|
width: calc(calc( 640px - 32px) + 256px);
|
|
|
max-width: calc(100% - 32px);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 782px) {
|
|
|
- .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead, .site-footer #footer-info-wrapper {
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead {
|
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
|
max-width: calc(100% - 32px);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
|
- .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead, .site-footer #footer-info-wrapper {
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead {
|
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
|
max-width: calc(100% - 32px);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1280px) {
|
|
|
- .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead, .site-footer #footer-info-wrapper {
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, #masthead {
|
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
|
max-width: calc(100% - 32px);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.entry-content > .alignwide [class*="inner-container"] > .alignwide, .entry-content > .alignfull [class*="inner-container"] > .alignwide, .site-footer #footer-widgets {
|
|
|
+.entry-content > .alignwide [class*="inner-container"] > .alignwide, .entry-content > .alignfull [class*="inner-container"] > .alignwide, .site-footer #footer-widgets, .site-footer #footer-info-wrapper {
|
|
|
width: calc(100% + 256px);
|
|
|
max-width: 100%;
|
|
|
margin-right: auto;
|
|
@@ -3231,35 +3245,35 @@ img#wpstats {
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
- .entry-content > .alignwide [class*="inner-container"] > .alignwide, .entry-content > .alignfull [class*="inner-container"] > .alignwide, .site-footer #footer-widgets {
|
|
|
+ .entry-content > .alignwide [class*="inner-container"] > .alignwide, .entry-content > .alignfull [class*="inner-container"] > .alignwide, .site-footer #footer-widgets, .site-footer #footer-info-wrapper {
|
|
|
width: calc(calc( 560px - 32px) + 256px);
|
|
|
max-width: 100%;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
|
- .entry-content > .alignwide [class*="inner-container"] > .alignwide, .entry-content > .alignfull [class*="inner-container"] > .alignwide, .site-footer #footer-widgets {
|
|
|
+ .entry-content > .alignwide [class*="inner-container"] > .alignwide, .entry-content > .alignfull [class*="inner-container"] > .alignwide, .site-footer #footer-widgets, .site-footer #footer-info-wrapper {
|
|
|
width: calc(calc( 640px - 32px) + 256px);
|
|
|
max-width: 100%;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 782px) {
|
|
|
- .entry-content > .alignwide [class*="inner-container"] > .alignwide, .entry-content > .alignfull [class*="inner-container"] > .alignwide, .site-footer #footer-widgets {
|
|
|
+ .entry-content > .alignwide [class*="inner-container"] > .alignwide, .entry-content > .alignfull [class*="inner-container"] > .alignwide, .site-footer #footer-widgets, .site-footer #footer-info-wrapper {
|
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
|
max-width: 100%;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
|
- .entry-content > .alignwide [class*="inner-container"] > .alignwide, .entry-content > .alignfull [class*="inner-container"] > .alignwide, .site-footer #footer-widgets {
|
|
|
+ .entry-content > .alignwide [class*="inner-container"] > .alignwide, .entry-content > .alignfull [class*="inner-container"] > .alignwide, .site-footer #footer-widgets, .site-footer #footer-info-wrapper {
|
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
|
max-width: 100%;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1280px) {
|
|
|
- .entry-content > .alignwide [class*="inner-container"] > .alignwide, .entry-content > .alignfull [class*="inner-container"] > .alignwide, .site-footer #footer-widgets {
|
|
|
+ .entry-content > .alignwide [class*="inner-container"] > .alignwide, .entry-content > .alignfull [class*="inner-container"] > .alignwide, .site-footer #footer-widgets, .site-footer #footer-info-wrapper {
|
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
|
max-width: 100%;
|
|
|
}
|