|
@@ -4619,6 +4619,82 @@ body.page .main-navigation {
|
|
|
color: #FFF;
|
|
|
}
|
|
|
|
|
|
+/* Site Builder */
|
|
|
+/* !Site Builder styles */
|
|
|
+.entry .entry-content .site-builder__header {
|
|
|
+ padding: 1rem 0 0.75rem;
|
|
|
+ text-align: center;
|
|
|
+ color: #fff;
|
|
|
+ position: relative;
|
|
|
+ max-width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
+ .entry .entry-content .site-builder__header {
|
|
|
+ max-width: calc(8 * (100vw / 12) - 28px);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 1168px) {
|
|
|
+ .entry .entry-content .site-builder__header {
|
|
|
+ max-width: calc(6 * (100vw / 12) - 28px);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
+ .entry .entry-content .site-builder__header {
|
|
|
+ margin: 0;
|
|
|
+ padding: 2rem 0 1.5rem;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
+ .entry .entry-content .site-builder__header {
|
|
|
+ margin: 0 calc(10% + 60px);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.entry .entry-content .site-builder__title {
|
|
|
+ color: #242424;
|
|
|
+ display: block;
|
|
|
+ font-family: "Poppins", sans-serif;
|
|
|
+ font-size: 1.6875em;
|
|
|
+ font-weight: 700;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+ -moz-osx-font-smoothing: grayscale;
|
|
|
+ letter-spacing: normal;
|
|
|
+ line-height: 1.2;
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.entry .entry-content .site-builder__title a {
|
|
|
+ color: #242424;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+.entry .entry-content .site-builder__title a:link, .entry .entry-content .site-builder__title a:visited {
|
|
|
+ color: #242424;
|
|
|
+}
|
|
|
+
|
|
|
+.entry .entry-content .site-builder__title a:hover {
|
|
|
+ color: #4a4a4a;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
+ .entry .entry-content .site-builder__title {
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.entry .entry-content .site-builder__description {
|
|
|
+ color: #242424;
|
|
|
+ display: block;
|
|
|
+ font-size: 0.71111em;
|
|
|
+ font-weight: normal;
|
|
|
+ letter-spacing: normal;
|
|
|
+ margin: 8px 0 0;
|
|
|
+}
|
|
|
+
|
|
|
/* Media */
|
|
|
.page-content .wp-smiley,
|
|
|
.entry-content .wp-smiley,
|