|
@@ -588,14 +588,14 @@ html {
|
|
* HTML resets
|
|
* HTML resets
|
|
*/
|
|
*/
|
|
html {
|
|
html {
|
|
- font-size: 18.64407px;
|
|
|
|
|
|
+ font-size: 16.94915px;
|
|
font-family: "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
|
|
font-family: "Rubik", Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
|
|
- line-height: 1.8;
|
|
|
|
|
|
+ line-height: 1.6;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
@media only screen and (min-width: 560px) {
|
|
html {
|
|
html {
|
|
- font-size: 22px;
|
|
|
|
|
|
+ font-size: 20px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1482,7 +1482,7 @@ img {
|
|
|
|
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment {
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment {
|
|
font-size: 0.84746rem;
|
|
font-size: 0.84746rem;
|
|
- line-height: 1.8;
|
|
|
|
|
|
+ line-height: 1.6;
|
|
/* Vertical margins logic */
|
|
/* Vertical margins logic */
|
|
margin-top: 32px;
|
|
margin-top: 32px;
|
|
margin-bottom: 32px;
|
|
margin-bottom: 32px;
|
|
@@ -1507,7 +1507,7 @@ img {
|
|
|
|
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
|
|
font-size: 0.84746rem;
|
|
font-size: 0.84746rem;
|
|
- line-height: 1.8;
|
|
|
|
|
|
+ line-height: 1.6;
|
|
margin: 0;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1539,12 +1539,12 @@ img {
|
|
.wp-block-latest-posts .wp-block-latest-posts__post-date {
|
|
.wp-block-latest-posts .wp-block-latest-posts__post-date {
|
|
color: #4a4a4a;
|
|
color: #4a4a4a;
|
|
font-size: 0.71818rem;
|
|
font-size: 0.71818rem;
|
|
- line-height: 1.8;
|
|
|
|
|
|
+ line-height: 1.6;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
|
|
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
|
|
font-size: 0.84746rem;
|
|
font-size: 0.84746rem;
|
|
- line-height: 1.8;
|
|
|
|
|
|
+ line-height: 1.6;
|
|
margin: 0;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2374,6 +2374,11 @@ table th,
|
|
z-index: 99999;
|
|
z-index: 99999;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.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 {
|
|
.main-navigation > div > ul li:hover, .main-navigation > div > ul li:focus-within {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
z-index: 99999;
|
|
z-index: 99999;
|
|
@@ -2394,6 +2399,14 @@ table th,
|
|
display: block;
|
|
display: block;
|
|
}
|
|
}
|
|
.main-navigation > div > ul li:hover > ul,
|
|
.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:focus-within > ul,
|
|
.main-navigation > div > ul li ul:hover,
|
|
.main-navigation > div > ul li ul:hover,
|
|
.main-navigation > div > ul li ul:focus {
|
|
.main-navigation > div > ul li ul:focus {
|
|
@@ -3401,7 +3414,7 @@ a {
|
|
@media only screen and (min-width: 560px) {
|
|
@media only screen and (min-width: 560px) {
|
|
.site-header {
|
|
.site-header {
|
|
max-width: calc( 560px - 32px);
|
|
max-width: calc( 560px - 32px);
|
|
- padding: 96px 0 64px;
|
|
|
|
|
|
+ padding: 64px 0 40px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|