|
@@ -3431,6 +3431,10 @@ strong {
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
+.main-navigation > div > ul li.current-menu-item a {
|
|
|
+ text-decoration: underline;
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* CSS-grid Desktop Menu
|
|
|
*/
|
|
@@ -3581,6 +3585,15 @@ strong {
|
|
|
/**
|
|
|
* Widgets
|
|
|
*/
|
|
|
+@media only screen and (min-width: 782px) {
|
|
|
+ .site-footer .widget-area {
|
|
|
+ max-width: 100%;
|
|
|
+ }
|
|
|
+ .site-footer .widget-area > * {
|
|
|
+ max-width: 50%;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
.widget select {
|
|
|
max-width: 100%;
|
|
|
}
|