|
@@ -1269,12 +1269,12 @@ b, strong {
|
|
|
color: #685636;
|
|
|
}
|
|
|
|
|
|
-.footer-navigation {
|
|
|
+.footer-navigation, .site-footer .main-navigation {
|
|
|
display: inline;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
|
- .footer-navigation {
|
|
|
+ .footer-navigation, .site-footer .main-navigation {
|
|
|
flex: 1 0 50%;
|
|
|
order: 2;
|
|
|
margin-top: 0;
|
|
@@ -1283,37 +1283,37 @@ b, strong {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.footer-navigation > div {
|
|
|
+.footer-navigation > div, .site-footer .main-navigation > div {
|
|
|
display: inline;
|
|
|
}
|
|
|
|
|
|
-.footer-navigation .footer-menu {
|
|
|
+.footer-navigation .footer-menu, .site-footer .main-navigation .footer-menu {
|
|
|
color: #686868;
|
|
|
margin: 0;
|
|
|
padding-left: 0;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
|
- .footer-navigation .footer-menu {
|
|
|
+ .footer-navigation .footer-menu, .site-footer .main-navigation .footer-menu {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.footer-navigation .footer-menu > li {
|
|
|
+.footer-navigation .footer-menu > li, .site-footer .main-navigation .footer-menu > li {
|
|
|
display: inline;
|
|
|
}
|
|
|
|
|
|
-.footer-navigation .footer-menu > li:first-of-type > a {
|
|
|
+.footer-navigation .footer-menu > li:first-of-type > a, .site-footer .main-navigation .footer-menu > li:first-of-type > a {
|
|
|
padding-left: 0;
|
|
|
}
|
|
|
|
|
|
-.footer-navigation .footer-menu > li:last-of-type {
|
|
|
+.footer-navigation .footer-menu > li:last-of-type, .site-footer .main-navigation .footer-menu > li:last-of-type {
|
|
|
padding-right: 0;
|
|
|
}
|
|
|
|
|
|
-.footer-navigation .footer-menu a {
|
|
|
+.footer-navigation .footer-menu a, .site-footer .main-navigation .footer-menu a {
|
|
|
font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
font-size: 0.83333rem;
|
|
|
font-weight: 700;
|
|
@@ -1321,11 +1321,11 @@ b, strong {
|
|
|
color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.footer-navigation .footer-menu a:link, .footer-navigation .footer-menu a:visited {
|
|
|
+.footer-navigation .footer-menu a:link, .site-footer .main-navigation .footer-menu a:link, .footer-navigation .footer-menu a:visited, .site-footer .main-navigation .footer-menu a:visited {
|
|
|
color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.footer-navigation .footer-menu a:hover {
|
|
|
+.footer-navigation .footer-menu a:hover, .site-footer .main-navigation .footer-menu a:hover {
|
|
|
color: #685636;
|
|
|
}
|
|
|
|
|
@@ -1363,6 +1363,98 @@ b, strong {
|
|
|
font-size: 15px;
|
|
|
}
|
|
|
|
|
|
+.site-header .main-navigation {
|
|
|
+ /**
|
|
|
+ * Placeholder button style
|
|
|
+ * - Since buttons appear in various blocks,
|
|
|
+ * let’s use a placeholder to keep them all
|
|
|
+ * in-sync
|
|
|
+ */
|
|
|
+ /**
|
|
|
+ * Block Options
|
|
|
+ */
|
|
|
+}
|
|
|
+
|
|
|
+.site-header .main-navigation button,
|
|
|
+.site-header .main-navigation .button,
|
|
|
+.site-header .main-navigation input[type="submit"],
|
|
|
+.site-header .main-navigation .wp-block-button__link,
|
|
|
+.site-header .main-navigation .wp-block-file__button {
|
|
|
+ line-height: 1;
|
|
|
+ color: white;
|
|
|
+ cursor: pointer;
|
|
|
+ font-weight: 700;
|
|
|
+ font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
+ font-size: 0.83333rem;
|
|
|
+ background-color: #897248;
|
|
|
+ border-radius: 5px;
|
|
|
+ border-width: 0;
|
|
|
+ padding: 16px 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.site-header .main-navigation button:before,
|
|
|
+.site-header .main-navigation .button:before,
|
|
|
+.site-header .main-navigation input[type="submit"]:before,
|
|
|
+.site-header .main-navigation .wp-block-button__link:before,
|
|
|
+.site-header .main-navigation .wp-block-file__button:before, .site-header .main-navigation button:after,
|
|
|
+.site-header .main-navigation .button:after,
|
|
|
+.site-header .main-navigation input[type="submit"]:after,
|
|
|
+.site-header .main-navigation .wp-block-button__link:after,
|
|
|
+.site-header .main-navigation .wp-block-file__button:after {
|
|
|
+ content: '';
|
|
|
+ display: block;
|
|
|
+ height: 0;
|
|
|
+ width: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.site-header .main-navigation button:before,
|
|
|
+.site-header .main-navigation .button:before,
|
|
|
+.site-header .main-navigation input[type="submit"]:before,
|
|
|
+.site-header .main-navigation .wp-block-button__link:before,
|
|
|
+.site-header .main-navigation .wp-block-file__button:before {
|
|
|
+ margin-bottom: -0.12em;
|
|
|
+}
|
|
|
+
|
|
|
+.site-header .main-navigation button:after,
|
|
|
+.site-header .main-navigation .button:after,
|
|
|
+.site-header .main-navigation input[type="submit"]:after,
|
|
|
+.site-header .main-navigation .wp-block-button__link:after,
|
|
|
+.site-header .main-navigation .wp-block-file__button:after {
|
|
|
+ margin-top: -0.11em;
|
|
|
+}
|
|
|
+
|
|
|
+.site-header .main-navigation button:hover,
|
|
|
+.site-header .main-navigation .button:hover,
|
|
|
+.site-header .main-navigation input:hover[type="submit"],
|
|
|
+.site-header .main-navigation .wp-block-button__link:hover,
|
|
|
+.site-header .main-navigation .wp-block-file__button:hover, .site-header .main-navigation button:focus,
|
|
|
+.site-header .main-navigation .button:focus,
|
|
|
+.site-header .main-navigation input:focus[type="submit"],
|
|
|
+.site-header .main-navigation .wp-block-button__link:focus,
|
|
|
+.site-header .main-navigation .wp-block-file__button:focus, .site-header .main-navigation button.has-focus,
|
|
|
+.site-header .main-navigation .has-focus.button,
|
|
|
+.site-header .main-navigation input.has-focus[type="submit"],
|
|
|
+.site-header .main-navigation .has-focus.wp-block-button__link,
|
|
|
+.site-header .main-navigation .has-focus.wp-block-file__button {
|
|
|
+ color: white;
|
|
|
+ background-color: #685636;
|
|
|
+}
|
|
|
+
|
|
|
+.site-header .main-navigation .wp-block-button.is-style-outline .wp-block-button__link {
|
|
|
+ color: #897248;
|
|
|
+ background: transparent;
|
|
|
+ border: 2px solid currentcolor;
|
|
|
+ padding: 14px 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.site-header .main-navigation .wp-block-button.is-style-outline .wp-block-button__link:hover, .site-header .main-navigation .wp-block-button.is-style-outline .wp-block-button__link:focus, .site-header .main-navigation .wp-block-button.is-style-outline .wp-block-button__link.has-focus {
|
|
|
+ color: #685636;
|
|
|
+}
|
|
|
+
|
|
|
+.site-header .main-navigation .wp-block-button.is-style-squared .wp-block-button__link {
|
|
|
+ border-radius: 0;
|
|
|
+}
|
|
|
+
|
|
|
.site-header .main-navigation a {
|
|
|
font-size: 21.6px;
|
|
|
}
|
|
@@ -1373,23 +1465,24 @@ b, strong {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.site-footer .main-navigation {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.site-footer .main-navigation .hide-visually,
|
|
|
+.site-footer .main-navigation #toggle-menu {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
@media only screen and (max-width: 559px) {
|
|
|
- .main-navigation {
|
|
|
- background-color: #897248;
|
|
|
- border-radius: 5px;
|
|
|
- color: white;
|
|
|
- display: inline-block;
|
|
|
- font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
- font-size: 18px;
|
|
|
- font-weight: 700;
|
|
|
- line-height: 1;
|
|
|
- padding: 16px 16px;
|
|
|
+ .site-footer .main-navigation .menu-primary-container {
|
|
|
+ display: block;
|
|
|
}
|
|
|
- .main-navigation:before {
|
|
|
- content: "Menu";
|
|
|
+ .site-footer .main-navigation li {
|
|
|
+ width: auto;
|
|
|
}
|
|
|
- .main-navigation:after {
|
|
|
- content: "+";
|
|
|
+ .site-footer .main-navigation li .sub-menu {
|
|
|
+ display: none;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -1404,6 +1497,10 @@ b, strong {
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
+.site-header .main-navigation {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
.site-header .main-navigation ul {
|
|
|
justify-content: center;
|
|
|
}
|
|
@@ -1412,3 +1509,30 @@ b, strong {
|
|
|
font-size: 20px;
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
+
|
|
|
+.site-footer .main-navigation .footer-menu {
|
|
|
+ justify-content: flex-start;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .site-footer .main-navigation .footer-menu {
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 640px) {
|
|
|
+ .site-footer .main-navigation .footer-menu {
|
|
|
+ justify-content: flex-end;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.site-footer .main-navigation .footer-menu a {
|
|
|
+ font-size: 16.6px;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (max-width: 559px) {
|
|
|
+ .site-footer .main-navigation .footer-menu a {
|
|
|
+ font-size: 13.8px;
|
|
|
+ }
|
|
|
+}
|