|
@@ -4511,6 +4511,54 @@ body.page .main-navigation {
|
|
|
color: #FFF;
|
|
|
}
|
|
|
|
|
|
+/* Site Builder */
|
|
|
+/* !Site Builder styles */
|
|
|
+.entry .entry-content .site-builder__header {
|
|
|
+ color: #686868;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ max-width: 100%;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.entry .entry-content .site-builder__title {
|
|
|
+ color: #181818;
|
|
|
+ font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
+ font-weight: 700;
|
|
|
+ font-size: 1.125em;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+ -moz-osx-font-smoothing: grayscale;
|
|
|
+ letter-spacing: 0;
|
|
|
+ line-height: 1.2;
|
|
|
+ margin: 0;
|
|
|
+ order: 2;
|
|
|
+}
|
|
|
+
|
|
|
+.entry .entry-content .site-builder__title a {
|
|
|
+ color: #181818;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+.entry .entry-content .site-builder__title a:link, .entry .entry-content .site-builder__title a:visited {
|
|
|
+ color: #181818;
|
|
|
+}
|
|
|
+
|
|
|
+.entry .entry-content .site-builder__title a:hover {
|
|
|
+ color: #4a4a4a;
|
|
|
+}
|
|
|
+
|
|
|
+.entry .entry-content .site-builder__title:not(:empty) + .site-description:not(:empty):before {
|
|
|
+ margin: 0 0.2em;
|
|
|
+}
|
|
|
+
|
|
|
+.entry .entry-content .site-builder__description {
|
|
|
+ color: #181818;
|
|
|
+ font-size: 0.71111em;
|
|
|
+ font-weight: 300;
|
|
|
+ margin: 0 0 calc(0.5 * 1rem);
|
|
|
+ order: 1;
|
|
|
+}
|
|
|
+
|
|
|
/* Media */
|
|
|
.page-content .wp-smiley,
|
|
|
.entry-content .wp-smiley,
|