|
@@ -185,33 +185,33 @@ hr.wp-block-separator.is-style-wide {
|
|
max-width: 602px;
|
|
max-width: 602px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-.entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
|
|
|
|
|
|
+*[class*="inner-container"] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce) {
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
margin-left: auto;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-right: auto;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 482px) {
|
|
@media only screen and (min-width: 482px) {
|
|
- .entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
|
|
|
|
|
|
+ *[class*="inner-container"] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce) {
|
|
max-width: 432px;
|
|
max-width: 432px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@media only screen and (min-width: 592px) {
|
|
@media only screen and (min-width: 592px) {
|
|
- .entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
|
|
|
|
|
|
+ *[class*="inner-container"] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce) {
|
|
max-width: 432px;
|
|
max-width: 432px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@media only screen and (min-width: 652px) {
|
|
@media only screen and (min-width: 652px) {
|
|
- .entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
|
|
|
|
|
|
+ *[class*="inner-container"] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce) {
|
|
max-width: 542px;
|
|
max-width: 542px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@media only screen and (min-width: 822px) {
|
|
@media only screen and (min-width: 822px) {
|
|
- .entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
|
|
|
|
|
|
+ *[class*="inner-container"] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce) {
|
|
max-width: 602px;
|
|
max-width: 602px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1024px) {
|
|
@media only screen and (min-width: 1024px) {
|
|
- .entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
|
|
|
|
|
|
+ *[class*="inner-container"] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce) {
|
|
max-width: 602px;
|
|
max-width: 602px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -776,32 +776,32 @@ hr.wp-block-separator.is-style-wide {
|
|
* - Sets spacing-vertical margin logic
|
|
* - Sets spacing-vertical margin logic
|
|
*/
|
|
*/
|
|
.site-footer > * {
|
|
.site-footer > * {
|
|
- margin-top: 19.98px;
|
|
|
|
- margin-bottom: 19.98px;
|
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
+ margin-bottom: 20px;
|
|
}
|
|
}
|
|
.site-main > article > * {
|
|
.site-main > article > * {
|
|
- margin-top: 19.98px;
|
|
|
|
- margin-bottom: 19.98px;
|
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
+ margin-bottom: 20px;
|
|
}
|
|
}
|
|
.site-main > .not-found > * {
|
|
.site-main > .not-found > * {
|
|
- margin-top: 19.98px;
|
|
|
|
- margin-bottom: 19.98px;
|
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
+ margin-bottom: 20px;
|
|
}
|
|
}
|
|
.entry-content > * {
|
|
.entry-content > * {
|
|
- margin-top: 19.98px;
|
|
|
|
- margin-bottom: 19.98px;
|
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
+ margin-bottom: 20px;
|
|
}
|
|
}
|
|
[class*="inner-container"] > * {
|
|
[class*="inner-container"] > * {
|
|
- margin-top: 19.98px;
|
|
|
|
- margin-bottom: 19.98px;
|
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
+ margin-bottom: 20px;
|
|
}
|
|
}
|
|
.widget-area > * {
|
|
.widget-area > * {
|
|
- margin-top: 19.98px;
|
|
|
|
- margin-bottom: 19.98px;
|
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
+ margin-bottom: 20px;
|
|
}
|
|
}
|
|
.widget-column > * {
|
|
.widget-column > * {
|
|
- margin-top: 19.98px;
|
|
|
|
- margin-bottom: 19.98px;
|
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
+ margin-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 482px) {
|
|
@media only screen and (min-width: 482px) {
|
|
@@ -1044,59 +1044,59 @@ input[type="submit"]:after,
|
|
}
|
|
}
|
|
|
|
|
|
button:before {
|
|
button:before {
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
|
|
|
+ margin-bottom: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
.button:before {
|
|
.button:before {
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
|
|
|
+ margin-bottom: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
input[type="submit"]:before {
|
|
input[type="submit"]:before {
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
|
|
|
+ margin-bottom: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-button__link:before {
|
|
.wp-block-button__link:before {
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
|
|
|
+ margin-bottom: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-file .wp-block-file__button:before {
|
|
.wp-block-file .wp-block-file__button:before {
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
|
|
|
+ margin-bottom: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
.a8c-posts-list__view-all:before {
|
|
.a8c-posts-list__view-all:before {
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
|
|
|
+ margin-bottom: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
button[data-load-more-btn]:before {
|
|
button[data-load-more-btn]:before {
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
|
|
|
+ margin-bottom: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
button:after {
|
|
button:after {
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
|
|
|
+ margin-top: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
.button:after {
|
|
.button:after {
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
|
|
|
+ margin-top: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
input[type="submit"]:after {
|
|
input[type="submit"]:after {
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
|
|
|
+ margin-top: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-button__link:after {
|
|
.wp-block-button__link:after {
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
|
|
|
+ margin-top: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-file .wp-block-file__button:after {
|
|
.wp-block-file .wp-block-file__button:after {
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
|
|
|
+ margin-top: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
.a8c-posts-list__view-all:after {
|
|
.a8c-posts-list__view-all:after {
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
|
|
|
+ margin-top: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
button[data-load-more-btn]:after {
|
|
button[data-load-more-btn]:after {
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
|
|
|
+ margin-top: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
button:active {
|
|
button:active {
|
|
@@ -1520,9 +1520,17 @@ a:focus {
|
|
}
|
|
}
|
|
|
|
|
|
a:active {
|
|
a:active {
|
|
|
|
+ color: undefined;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+p.has-background.has-link-color:not(.has-background-background-color) a {
|
|
color: #000000;
|
|
color: #000000;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.has-link-color a {
|
|
|
|
+ border-bottom: 1px solid #000000;
|
|
|
|
+}
|
|
|
|
+
|
|
*:focus {
|
|
*:focus {
|
|
outline-width: 1px;
|
|
outline-width: 1px;
|
|
outline-style: dotted;
|
|
outline-style: dotted;
|
|
@@ -2080,8 +2088,8 @@ object {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-columns .wp-block-column > * {
|
|
.wp-block-columns .wp-block-column > * {
|
|
- margin-top: 19.8px;
|
|
|
|
- margin-bottom: 19.8px;
|
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
+ margin-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 482px) {
|
|
@media only screen and (min-width: 482px) {
|
|
@@ -2104,7 +2112,7 @@ object {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-columns .wp-block-column:not(:last-child) {
|
|
.wp-block-columns .wp-block-column:not(:last-child) {
|
|
- margin-bottom: 19.8px;
|
|
|
|
|
|
+ margin-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 482px) {
|
|
@media only screen and (min-width: 482px) {
|
|
@@ -2254,13 +2262,13 @@ object {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-cover .wp-block-cover__inner-container > * {
|
|
.wp-block-cover .wp-block-cover__inner-container > * {
|
|
- margin-top: 19.98px;
|
|
|
|
- margin-bottom: 19.98px;
|
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
+ margin-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-cover-image .wp-block-cover__inner-container > * {
|
|
.wp-block-cover-image .wp-block-cover__inner-container > * {
|
|
- margin-top: 19.98px;
|
|
|
|
- margin-bottom: 19.98px;
|
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
+ margin-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 482px) {
|
|
@media only screen and (min-width: 482px) {
|
|
@@ -2350,7 +2358,7 @@ object {
|
|
|
|
|
|
.wp-block-file .wp-block-file__button {
|
|
.wp-block-file .wp-block-file__button {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
- padding: 11.5px 12.5px;
|
|
|
|
|
|
+ padding: 12px 13px;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-gallery {
|
|
.wp-block-gallery {
|
|
@@ -2389,8 +2397,8 @@ object {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-group .wp-block-group__inner-container > * {
|
|
.wp-block-group .wp-block-group__inner-container > * {
|
|
- margin-top: 19.98px;
|
|
|
|
- margin-bottom: 19.98px;
|
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
+ margin-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 482px) {
|
|
@media only screen and (min-width: 482px) {
|
|
@@ -2409,7 +2417,7 @@ object {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-group.has-background {
|
|
.wp-block-group.has-background {
|
|
- padding: 19.98px;
|
|
|
|
|
|
+ padding: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 482px) {
|
|
@media only screen and (min-width: 482px) {
|
|
@@ -2882,8 +2890,8 @@ dd {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-media-text .wp-block-media-text__content > * {
|
|
.wp-block-media-text .wp-block-media-text__content > * {
|
|
- margin-top: 19.98px;
|
|
|
|
- margin-bottom: 19.98px;
|
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
+ margin-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 482px) {
|
|
@media only screen and (min-width: 482px) {
|
|
@@ -2917,7 +2925,7 @@ dd {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
|
|
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
|
|
- padding: 13.2px;
|
|
|
|
|
|
+ padding: 13px;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__label {
|
|
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__label {
|
|
@@ -2937,7 +2945,7 @@ dd {
|
|
.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container {
|
|
.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container {
|
|
border: none;
|
|
border: none;
|
|
left: 0;
|
|
left: 0;
|
|
- margin-left: 13.2px;
|
|
|
|
|
|
+ margin-left: 13px;
|
|
min-width: max-content;
|
|
min-width: max-content;
|
|
opacity: 0;
|
|
opacity: 0;
|
|
padding: 0;
|
|
padding: 0;
|
|
@@ -2947,7 +2955,7 @@ dd {
|
|
|
|
|
|
.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link .wp-block-navigation-link__content {
|
|
.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link .wp-block-navigation-link__content {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
- padding: 6.6px 13.2px;
|
|
|
|
|
|
+ padding: 7px 13px;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon {
|
|
.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon {
|
|
@@ -3006,7 +3014,7 @@ p.has-background {
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
line-height: 1;
|
|
line-height: 1;
|
|
- padding: 10px 13.2px;
|
|
|
|
|
|
+ padding: 10px 13px;
|
|
}
|
|
}
|
|
|
|
|
|
.a8c-posts-list__item {
|
|
.a8c-posts-list__item {
|
|
@@ -3415,7 +3423,7 @@ p.has-background {
|
|
color: #333333;
|
|
color: #333333;
|
|
line-height: 1.7;
|
|
line-height: 1.7;
|
|
max-width: inherit;
|
|
max-width: inherit;
|
|
- margin-right: 16.5px;
|
|
|
|
|
|
+ margin-right: 17px;
|
|
padding: 10px;
|
|
padding: 10px;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -4391,16 +4399,16 @@ nav a {
|
|
width: 0;
|
|
width: 0;
|
|
}
|
|
}
|
|
.primary-navigation > div > ul > li > a:before {
|
|
.primary-navigation > div > ul > li > a:before {
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
|
|
|
+ margin-bottom: -calc(1em + 0);
|
|
}
|
|
}
|
|
.woo-navigation > div > ul > li > a:before {
|
|
.woo-navigation > div > ul > li > a:before {
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
|
|
|
+ margin-bottom: -calc(1em + 0);
|
|
}
|
|
}
|
|
.primary-navigation > div > ul > li > a:after {
|
|
.primary-navigation > div > ul > li > a:after {
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
|
|
|
+ margin-top: -calc(1em + 0);
|
|
}
|
|
}
|
|
.woo-navigation > div > ul > li > a:after {
|
|
.woo-navigation > div > ul > li > a:after {
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
|
|
|
+ margin-top: -calc(1em + 0);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -4487,7 +4495,7 @@ nav a {
|
|
font-family: 'Playfair Display', Georgia, Times, serif;
|
|
font-family: 'Playfair Display', Georgia, Times, serif;
|
|
font-size: 32px;
|
|
font-size: 32px;
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
- padding: 6.6px 0;
|
|
|
|
|
|
+ padding: 7px 0;
|
|
}
|
|
}
|
|
|
|
|
|
.woo-navigation a {
|
|
.woo-navigation a {
|
|
@@ -4496,7 +4504,7 @@ nav a {
|
|
font-family: 'Playfair Display', Georgia, Times, serif;
|
|
font-family: 'Playfair Display', Georgia, Times, serif;
|
|
font-size: 32px;
|
|
font-size: 32px;
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
- padding: 6.6px 0;
|
|
|
|
|
|
+ padding: 7px 0;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 482px) {
|
|
@media only screen and (min-width: 482px) {
|
|
@@ -4504,13 +4512,13 @@ nav a {
|
|
font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
- padding: 13.2px;
|
|
|
|
|
|
+ padding: 13px;
|
|
}
|
|
}
|
|
.woo-navigation a {
|
|
.woo-navigation a {
|
|
font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
- padding: 13.2px;
|
|
|
|
|
|
+ padding: 13px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -4528,26 +4536,26 @@ nav a {
|
|
|
|
|
|
.primary-navigation .sub-menu {
|
|
.primary-navigation .sub-menu {
|
|
list-style: none;
|
|
list-style: none;
|
|
- margin-left: 13.2px;
|
|
|
|
|
|
+ margin-left: 13px;
|
|
}
|
|
}
|
|
|
|
|
|
.woo-navigation .sub-menu {
|
|
.woo-navigation .sub-menu {
|
|
list-style: none;
|
|
list-style: none;
|
|
- margin-left: 13.2px;
|
|
|
|
|
|
+ margin-left: 13px;
|
|
}
|
|
}
|
|
|
|
|
|
.primary-navigation .sub-menu .menu-item a {
|
|
.primary-navigation .sub-menu .menu-item a {
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
font-style: italic;
|
|
font-style: italic;
|
|
- padding-top: 6.6px;
|
|
|
|
- padding-bottom: 6.6px;
|
|
|
|
|
|
+ padding-top: 7px;
|
|
|
|
+ padding-bottom: 7px;
|
|
}
|
|
}
|
|
|
|
|
|
.woo-navigation .sub-menu .menu-item a {
|
|
.woo-navigation .sub-menu .menu-item a {
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
font-style: italic;
|
|
font-style: italic;
|
|
- padding-top: 6.6px;
|
|
|
|
- padding-bottom: 6.6px;
|
|
|
|
|
|
+ padding-top: 7px;
|
|
|
|
+ padding-bottom: 7px;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 482px) {
|
|
@media only screen and (min-width: 482px) {
|
|
@@ -4574,12 +4582,12 @@ nav a {
|
|
.primary-navigation .menu-item-has-children > .svg-icon {
|
|
.primary-navigation .menu-item-has-children > .svg-icon {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
height: 100%;
|
|
height: 100%;
|
|
- margin-right: 13.2px;
|
|
|
|
|
|
+ margin-right: 13px;
|
|
}
|
|
}
|
|
.woo-navigation .menu-item-has-children > .svg-icon {
|
|
.woo-navigation .menu-item-has-children > .svg-icon {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
height: 100%;
|
|
height: 100%;
|
|
- margin-right: 13.2px;
|
|
|
|
|
|
+ margin-right: 13px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -4612,7 +4620,7 @@ nav a {
|
|
}
|
|
}
|
|
|
|
|
|
.social-navigation > div > ul > li {
|
|
.social-navigation > div > ul > li {
|
|
- margin-bottom: 13.2px;
|
|
|
|
|
|
+ margin-bottom: 13px;
|
|
}
|
|
}
|
|
|
|
|
|
.social-navigation > div > ul > li:first-of-type > a {
|
|
.social-navigation > div > ul > li:first-of-type > a {
|
|
@@ -4626,7 +4634,7 @@ nav a {
|
|
.social-navigation a {
|
|
.social-navigation a {
|
|
color: #333333;
|
|
color: #333333;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
- padding: 0 6.6px;
|
|
|
|
|
|
+ padding: 0 7px;
|
|
}
|
|
}
|
|
|
|
|
|
.social-navigation a:hover {
|
|
.social-navigation a:hover {
|
|
@@ -4738,7 +4746,7 @@ nav a {
|
|
font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
- padding: 13.2px;
|
|
|
|
|
|
+ padding: 13px;
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -5082,8 +5090,8 @@ nav a {
|
|
font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
- margin-left: 13.2px;
|
|
|
|
- margin-right: 13.2px;
|
|
|
|
|
|
+ margin-left: 13px;
|
|
|
|
+ margin-right: 13px;
|
|
}
|
|
}
|
|
|
|
|
|
.pagination .nav-links > *.current {
|
|
.pagination .nav-links > *.current {
|
|
@@ -5195,7 +5203,7 @@ nav a {
|
|
.comment-meta .comment-author {
|
|
.comment-meta .comment-author {
|
|
line-height: 1.3;
|
|
line-height: 1.3;
|
|
margin-bottom: 5px;
|
|
margin-bottom: 5px;
|
|
- padding-right: 62.5px;
|
|
|
|
|
|
+ padding-right: 63px;
|
|
max-width: calc(100% - 75px);
|
|
max-width: calc(100% - 75px);
|
|
}
|
|
}
|
|
|
|
|
|
@@ -5459,7 +5467,7 @@ nav a {
|
|
|
|
|
|
@media only screen and (min-width: 482px) {
|
|
@media only screen and (min-width: 482px) {
|
|
.comment-form > p.comment-form-author {
|
|
.comment-form > p.comment-form-author {
|
|
- margin-right: 37.5px;
|
|
|
|
|
|
+ margin-right: 38px;
|
|
}
|
|
}
|
|
.comment-form > p.comment-notes, .comment-form > p.logged-in-as {
|
|
.comment-form > p.comment-notes, .comment-form > p.logged-in-as {
|
|
display: block;
|
|
display: block;
|
|
@@ -5543,7 +5551,7 @@ img#wpstats {
|
|
font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
line-height: 1;
|
|
line-height: 1;
|
|
- padding: 5px 6.6px;
|
|
|
|
|
|
+ padding: 5px 7px;
|
|
}
|
|
}
|
|
|
|
|
|
.page-title {
|
|
.page-title {
|
|
@@ -6025,59 +6033,59 @@ input[type="submit"]:after,
|
|
}
|
|
}
|
|
|
|
|
|
button:before {
|
|
button:before {
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
|
|
|
+ margin-bottom: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
.button:before {
|
|
.button:before {
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
|
|
|
+ margin-bottom: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
input[type="submit"]:before {
|
|
input[type="submit"]:before {
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
|
|
|
+ margin-bottom: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-button__link:before {
|
|
.wp-block-button__link:before {
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
|
|
|
+ margin-bottom: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-file .wp-block-file__button:before {
|
|
.wp-block-file .wp-block-file__button:before {
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
|
|
|
+ margin-bottom: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
.a8c-posts-list__view-all:before {
|
|
.a8c-posts-list__view-all:before {
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
|
|
|
+ margin-bottom: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
button[data-load-more-btn]:before {
|
|
button[data-load-more-btn]:before {
|
|
- margin-bottom: -calc(0.5em + -0.38);
|
|
|
|
|
|
+ margin-bottom: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
button:after {
|
|
button:after {
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
|
|
|
+ margin-top: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
.button:after {
|
|
.button:after {
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
|
|
|
+ margin-top: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
input[type="submit"]:after {
|
|
input[type="submit"]:after {
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
|
|
|
+ margin-top: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-button__link:after {
|
|
.wp-block-button__link:after {
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
|
|
|
+ margin-top: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-file .wp-block-file__button:after {
|
|
.wp-block-file .wp-block-file__button:after {
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
|
|
|
+ margin-top: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
.a8c-posts-list__view-all:after {
|
|
.a8c-posts-list__view-all:after {
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
|
|
|
+ margin-top: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
button[data-load-more-btn]:after {
|
|
button[data-load-more-btn]:after {
|
|
- margin-top: -calc(0.5em + -0.39);
|
|
|
|
|
|
+ margin-top: -calc(1em + 0);
|
|
}
|
|
}
|
|
|
|
|
|
button:active {
|
|
button:active {
|
|
@@ -6265,6 +6273,26 @@ button[data-load-more-btn],
|
|
padding-right: 20px !important;
|
|
padding-right: 20px !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > * {
|
|
|
|
+ margin-top: 20px;
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 482px) {
|
|
|
|
+ .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > * {
|
|
|
|
+ margin-top: 30px;
|
|
|
|
+ margin-bottom: 30px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > *:first-child {
|
|
|
|
+ margin-top: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > *:last-child {
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
/* Gutter Options */
|
|
/* Gutter Options */
|
|
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-gutter__none {
|
|
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-gutter__none {
|
|
grid-gap: 0px !important;
|
|
grid-gap: 0px !important;
|