|
@@ -3422,6 +3422,37 @@ img#wpstats {
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * Mailchimp Subscription Form
|
|
|
|
+ */
|
|
|
|
+.wp-block-jetpack-mailchimp p {
|
|
|
|
+ margin-top: 21.312px;
|
|
|
|
+ margin-bottom: 21.312px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
|
+ .wp-block-jetpack-mailchimp p {
|
|
|
|
+ margin-top: 32px;
|
|
|
|
+ margin-bottom: 32px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-jetpack-mailchimp p:first-child {
|
|
|
|
+ margin-top: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-jetpack-mailchimp p:last-child {
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-jetpack-mailchimp input[type=email] {
|
|
|
|
+ width: 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#wp-block-jetpack-mailchimp_consent-text {
|
|
|
|
+ font-size: 0.83333rem;
|
|
|
|
+}
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* Child Theme Extra Styles
|
|
* Child Theme Extra Styles
|
|
*/
|
|
*/
|
|
@@ -3843,6 +3874,16 @@ p:not(.site-title) a:hover {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.fse-enabled.home.page.hide-homepage-title .site-header.entry-content {
|
|
|
|
+ padding-bottom: 32px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
|
+ .fse-enabled.home.page.hide-homepage-title .site-header.entry-content {
|
|
|
|
+ padding-bottom: 48px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
@media only screen and (min-width: 640px) {
|
|
@media only screen and (min-width: 640px) {
|
|
.fse-enabled .site-footer .wp-block-a8c-navigation-menu {
|
|
.fse-enabled .site-footer .wp-block-a8c-navigation-menu {
|
|
margin-bottom: 21.312px;
|
|
margin-bottom: 21.312px;
|