|
@@ -4473,6 +4473,61 @@ body.page .main-navigation {
|
|
color: #FFF;
|
|
color: #FFF;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+/* Site Builder */
|
|
|
|
+/* !Site Builder styles */
|
|
|
|
+.entry .entry-content {
|
|
|
|
+ /* Adjust Crimson Text font vertical alignment in Firefox */
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.entry .entry-content .site-builder__header {
|
|
|
|
+ align-items: center;
|
|
|
|
+ color: #767676;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-wrap: wrap;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ max-width: 100%;
|
|
|
|
+ position: relative;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.entry .entry-content .site-builder__title {
|
|
|
|
+ color: #1e1e1e;
|
|
|
|
+ flex: 1 1 auto;
|
|
|
|
+ font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
|
|
|
+ font-size: 1.125em;
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
|
+ -moz-osx-font-smoothing: grayscale;
|
|
|
|
+ line-height: 1.2;
|
|
|
|
+ margin: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.entry .entry-content .site-builder__title a {
|
|
|
|
+ color: #1e1e1e;
|
|
|
|
+ text-decoration: none;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.entry .entry-content .site-builder__title a:link, .entry .entry-content .site-builder__title a:visited {
|
|
|
|
+ color: #1e1e1e;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.entry .entry-content .site-builder__title a:hover {
|
|
|
|
+ color: #4a4a4a;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@-moz-document url-prefix() {
|
|
|
|
+ .entry .entry-content .site-builder__title {
|
|
|
|
+ padding-top: 8px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.entry .entry-content .site-builder__description {
|
|
|
|
+ color: #1e1e1e;
|
|
|
|
+ flex: initial;
|
|
|
|
+ font-size: 0.71111em;
|
|
|
|
+ font-weight: normal;
|
|
|
|
+ margin: 7px 0 0;
|
|
|
|
+}
|
|
|
|
+
|
|
/* Media */
|
|
/* Media */
|
|
.page-content .wp-smiley,
|
|
.page-content .wp-smiley,
|
|
.entry-content .wp-smiley,
|
|
.entry-content .wp-smiley,
|