|
@@ -128,17 +128,9 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|
* Responsive breakpoints
|
|
* Responsive breakpoints
|
|
* - breakpoints values are defined in _config-global.scss
|
|
* - breakpoints values are defined in _config-global.scss
|
|
*/
|
|
*/
|
|
-/**
|
|
|
|
- * Align widths
|
|
|
|
- * - Sets negative margin for .alignwide and .alignfull blocks
|
|
|
|
- */
|
|
|
|
/**
|
|
/**
|
|
* Align wide widths
|
|
* Align wide widths
|
|
- * - Sets negative margin for .alignwide and .alignfull blocks
|
|
|
|
- */
|
|
|
|
-/**
|
|
|
|
- * Align container widths
|
|
|
|
- * - Sets a fixed-width on content within alignwide and alignfull blocks
|
|
|
|
|
|
+ * - Sets .alignwide widths
|
|
*/
|
|
*/
|
|
/**
|
|
/**
|
|
* Crop Text Boundry
|
|
* Crop Text Boundry
|
|
@@ -818,6 +810,7 @@ footer {
|
|
.site-footer > *,
|
|
.site-footer > *,
|
|
.site-main > article > *,
|
|
.site-main > article > *,
|
|
.entry-content > *,
|
|
.entry-content > *,
|
|
|
|
+[class*="inner-container"] > *,
|
|
.widget-area > * {
|
|
.widget-area > * {
|
|
margin-top: 21.312px;
|
|
margin-top: 21.312px;
|
|
margin-bottom: 21.312px;
|
|
margin-bottom: 21.312px;
|
|
@@ -827,6 +820,7 @@ footer {
|
|
.site-footer > *,
|
|
.site-footer > *,
|
|
.site-main > article > *,
|
|
.site-main > article > *,
|
|
.entry-content > *,
|
|
.entry-content > *,
|
|
|
|
+ [class*="inner-container"] > *,
|
|
.widget-area > * {
|
|
.widget-area > * {
|
|
margin-top: 32px;
|
|
margin-top: 32px;
|
|
margin-bottom: 32px;
|
|
margin-bottom: 32px;
|
|
@@ -836,6 +830,7 @@ footer {
|
|
.site-footer > *:first-child,
|
|
.site-footer > *:first-child,
|
|
.site-main > article > *:first-child,
|
|
.site-main > article > *:first-child,
|
|
.entry-content > *:first-child,
|
|
.entry-content > *:first-child,
|
|
|
|
+[class*="inner-container"] > *:first-child,
|
|
.widget-area > *:first-child {
|
|
.widget-area > *:first-child {
|
|
margin-top: 0;
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
@@ -843,6 +838,7 @@ footer {
|
|
.site-footer > *:last-child,
|
|
.site-footer > *:last-child,
|
|
.site-main > article > *:last-child,
|
|
.site-main > article > *:last-child,
|
|
.entry-content > *:last-child,
|
|
.entry-content > *:last-child,
|
|
|
|
+[class*="inner-container"] > *:last-child,
|
|
.widget-area > *:last-child {
|
|
.widget-area > *:last-child {
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
@@ -1168,11 +1164,6 @@ input.has-focus[type="submit"],
|
|
*/
|
|
*/
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-block-columns .wp-block-column {
|
|
|
|
- /* Resetting margins to match _block-container.scss */
|
|
|
|
- margin-bottom: 0;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.wp-block-columns .wp-block-column > * {
|
|
.wp-block-columns .wp-block-column > * {
|
|
margin-top: 21.312px;
|
|
margin-top: 21.312px;
|
|
margin-bottom: 21.312px;
|
|
margin-bottom: 21.312px;
|
|
@@ -1193,6 +1184,27 @@ input.has-focus[type="submit"],
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-columns .wp-block-column:last-child {
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-columns .wp-block-column:not(:last-child) {
|
|
|
|
+ margin-bottom: 21.312px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
|
+ .wp-block-columns .wp-block-column:not(:last-child) {
|
|
|
|
+ margin-bottom: 32px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 782px) {
|
|
|
|
+ .wp-block-columns .wp-block-column:not(:last-child) {
|
|
|
|
+ /* Resetting margins to match _block-container.scss */
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-columns.alignfull {
|
|
.wp-block-columns.alignfull {
|
|
padding-left: 16px;
|
|
padding-left: 16px;
|
|
padding-right: 16px;
|
|
padding-right: 16px;
|
|
@@ -1215,7 +1227,6 @@ input.has-focus[type="submit"],
|
|
.wp-block-cover-image .wp-block-cover__inner-container,
|
|
.wp-block-cover-image .wp-block-cover__inner-container,
|
|
.wp-block-cover-image .wp-block-cover-image-text,
|
|
.wp-block-cover-image .wp-block-cover-image-text,
|
|
.wp-block-cover-image .wp-block-cover-text {
|
|
.wp-block-cover-image .wp-block-cover-text {
|
|
- width: calc(100% - 32px);
|
|
|
|
color: white;
|
|
color: white;
|
|
margin-top: 32px;
|
|
margin-top: 32px;
|
|
margin-bottom: 32px;
|
|
margin-bottom: 32px;
|
|
@@ -1255,6 +1266,35 @@ input.has-focus[type="submit"],
|
|
text-align: right;
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-cover .wp-block-cover__inner-container,
|
|
|
|
+.wp-block-cover-image .wp-block-cover__inner-container {
|
|
|
|
+ width: calc(100% - 64px);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-cover .wp-block-cover__inner-container > *,
|
|
|
|
+.wp-block-cover-image .wp-block-cover__inner-container > * {
|
|
|
|
+ margin-top: 21.312px;
|
|
|
|
+ margin-bottom: 21.312px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
|
+ .wp-block-cover .wp-block-cover__inner-container > *,
|
|
|
|
+ .wp-block-cover-image .wp-block-cover__inner-container > * {
|
|
|
|
+ margin-top: 32px;
|
|
|
|
+ margin-bottom: 32px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-cover .wp-block-cover__inner-container > *:first-child,
|
|
|
|
+.wp-block-cover-image .wp-block-cover__inner-container > *:first-child {
|
|
|
|
+ margin-top: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-cover .wp-block-cover__inner-container > *:last-child,
|
|
|
|
+.wp-block-cover-image .wp-block-cover__inner-container > *:last-child {
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-cover.alignleft, .wp-block-cover.alignright,
|
|
.wp-block-cover.alignleft, .wp-block-cover.alignright,
|
|
.wp-block-cover-image.alignleft,
|
|
.wp-block-cover-image.alignleft,
|
|
.wp-block-cover-image.alignright {
|
|
.wp-block-cover-image.alignright {
|
|
@@ -1322,49 +1362,34 @@ input.has-focus[type="submit"],
|
|
margin-right: auto;
|
|
margin-right: auto;
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-block-group .wp-block-group__inner-container h1, .wp-block-group .wp-block-group__inner-container h2, .wp-block-group .wp-block-group__inner-container h3, .wp-block-group .wp-block-group__inner-container h4, .wp-block-group .wp-block-group__inner-container h5, .wp-block-group .wp-block-group__inner-container h6, .wp-block-group .wp-block-group__inner-container p, .wp-block-group .wp-block-group__inner-container hr {
|
|
|
|
- margin-top: 16px;
|
|
|
|
- margin-bottom: 16px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.wp-block-group .wp-block-group__inner-container h1:first-child, .wp-block-group .wp-block-group__inner-container h2:first-child, .wp-block-group .wp-block-group__inner-container h3:first-child, .wp-block-group .wp-block-group__inner-container h4:first-child, .wp-block-group .wp-block-group__inner-container h5:first-child, .wp-block-group .wp-block-group__inner-container h6:first-child, .wp-block-group .wp-block-group__inner-container p:first-child, .wp-block-group .wp-block-group__inner-container hr:first-child {
|
|
|
|
- margin-top: 0;
|
|
|
|
|
|
+.wp-block-group .wp-block-group__inner-container > * {
|
|
|
|
+ margin-top: 21.312px;
|
|
|
|
+ margin-bottom: 21.312px;
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-block-group .wp-block-group__inner-container h1:last-child, .wp-block-group .wp-block-group__inner-container h2:last-child, .wp-block-group .wp-block-group__inner-container h3:last-child, .wp-block-group .wp-block-group__inner-container h4:last-child, .wp-block-group .wp-block-group__inner-container h5:last-child, .wp-block-group .wp-block-group__inner-container h6:last-child, .wp-block-group .wp-block-group__inner-container p:last-child, .wp-block-group .wp-block-group__inner-container hr:last-child {
|
|
|
|
- margin-bottom: 0;
|
|
|
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
|
+ .wp-block-group .wp-block-group__inner-container > * {
|
|
|
|
+ margin-top: 32px;
|
|
|
|
+ margin-bottom: 32px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-block-group.alignwide .alignwide,
|
|
|
|
-.wp-block-group.alignwide .alignfull,
|
|
|
|
-.wp-block-group.alignfull .alignwide {
|
|
|
|
- clear: both;
|
|
|
|
|
|
+.wp-block-group .wp-block-group__inner-container > *:first-child {
|
|
|
|
+ margin-top: 0;
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-block-group.alignfull .alignfull {
|
|
|
|
- clear: both;
|
|
|
|
|
|
+.wp-block-group .wp-block-group__inner-container > *:last-child {
|
|
|
|
+ margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-group.has-background {
|
|
.wp-block-group.has-background {
|
|
- padding: 16px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.wp-block-group.has-background.alignwide > .wp-block-group__inner-container > .alignwide:first-of-type,
|
|
|
|
-.wp-block-group.has-background.alignwide > .wp-block-group__inner-container > .alignfull:first-of-type {
|
|
|
|
- margin-top: -16px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.wp-block-group.has-background.alignwide > .wp-block-group__inner-container > .alignwide:last-of-type,
|
|
|
|
-.wp-block-group.has-background.alignwide > .wp-block-group__inner-container > .alignfull:last-of-type {
|
|
|
|
- margin-bottom: -16px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.wp-block-group.has-background.alignfull > .wp-block-group__inner-container > .alignfull:first-of-type {
|
|
|
|
- margin-top: -16px;
|
|
|
|
|
|
+ padding: 21.312px;
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-block-group.has-background.alignfull > .wp-block-group__inner-container > .alignfull:last-of-type {
|
|
|
|
- margin-bottom: -16px;
|
|
|
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
|
+ .wp-block-group.has-background {
|
|
|
|
+ padding: 32px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
h1, .h1,
|
|
h1, .h1,
|
|
@@ -1422,6 +1447,17 @@ h6, .h6 {
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.entry-content > *[class="wp-block-image"],
|
|
|
|
+.entry-content [class*="inner-container"] > *[class="wp-block-image"] {
|
|
|
|
+ margin-top: 0;
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.entry-content > *[class="wp-block-image"] + *,
|
|
|
|
+.entry-content [class*="inner-container"] > *[class="wp-block-image"] + * {
|
|
|
|
+ margin-top: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
img {
|
|
img {
|
|
height: auto;
|
|
height: auto;
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
@@ -1579,20 +1615,32 @@ dd {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-media-text .wp-block-media-text__content {
|
|
.wp-block-media-text .wp-block-media-text__content {
|
|
- padding-left: 16px;
|
|
|
|
- padding-right: 16px;
|
|
|
|
|
|
+ padding: 16px;
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-block-media-text .wp-block-media-text__content h1, .wp-block-media-text .wp-block-media-text__content h2, .wp-block-media-text .wp-block-media-text__content h3, .wp-block-media-text .wp-block-media-text__content h4, .wp-block-media-text .wp-block-media-text__content h5, .wp-block-media-text .wp-block-media-text__content h6, .wp-block-media-text .wp-block-media-text__content p, .wp-block-media-text .wp-block-media-text__content hr {
|
|
|
|
- margin-top: 16px;
|
|
|
|
- margin-bottom: 16px;
|
|
|
|
|
|
+@media only screen and (min-width: 640px) {
|
|
|
|
+ .wp-block-media-text .wp-block-media-text__content {
|
|
|
|
+ padding: 32px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-media-text .wp-block-media-text__content > * {
|
|
|
|
+ margin-top: 21.312px;
|
|
|
|
+ margin-bottom: 21.312px;
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-block-media-text .wp-block-media-text__content h1:first-child, .wp-block-media-text .wp-block-media-text__content h2:first-child, .wp-block-media-text .wp-block-media-text__content h3:first-child, .wp-block-media-text .wp-block-media-text__content h4:first-child, .wp-block-media-text .wp-block-media-text__content h5:first-child, .wp-block-media-text .wp-block-media-text__content h6:first-child, .wp-block-media-text .wp-block-media-text__content p:first-child, .wp-block-media-text .wp-block-media-text__content hr:first-child {
|
|
|
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
|
+ .wp-block-media-text .wp-block-media-text__content > * {
|
|
|
|
+ margin-top: 32px;
|
|
|
|
+ margin-bottom: 32px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-media-text .wp-block-media-text__content > *:first-child {
|
|
margin-top: 0;
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-block-media-text .wp-block-media-text__content h1:last-child, .wp-block-media-text .wp-block-media-text__content h2:last-child, .wp-block-media-text .wp-block-media-text__content h3:last-child, .wp-block-media-text .wp-block-media-text__content h4:last-child, .wp-block-media-text .wp-block-media-text__content h5:last-child, .wp-block-media-text .wp-block-media-text__content h6:last-child, .wp-block-media-text .wp-block-media-text__content p:last-child, .wp-block-media-text .wp-block-media-text__content hr:last-child {
|
|
|
|
|
|
+.wp-block-media-text .wp-block-media-text__content > *:last-child {
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1600,14 +1648,10 @@ dd {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
|
|
|
|
- padding-top: 32px;
|
|
|
|
- padding-bottom: 32px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media only screen and (min-width: 640px) {
|
|
|
|
|
|
+@media only screen and (min-width: 560px) {
|
|
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
|
|
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
|
|
- padding: 0 16px;
|
|
|
|
|
|
+ padding-top: 32px;
|
|
|
|
+ padding-bottom: 32px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1728,6 +1772,10 @@ p.has-background:not(.has-background-background-color) a {
|
|
background: none;
|
|
background: none;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-pullquote:not(.is-style-solid-color) blockquote {
|
|
|
|
+ padding-left: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
.wp-block-pullquote.is-style-default.alignleft blockquote > *, .wp-block-pullquote.is-style-default.aligncenter blockquote > *, .wp-block-pullquote.is-style-default.alignright blockquote > * {
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
@@ -1780,7 +1828,7 @@ p.has-background:not(.has-background-background-color) a {
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-quote p {
|
|
.wp-block-quote p {
|
|
- font-family: "Oswald", sans-serif;
|
|
|
|
|
|
+ font-family: "Source Sans Pro", Arial, sans-serif;
|
|
font-size: 1.2rem;
|
|
font-size: 1.2rem;
|
|
letter-spacing: normal;
|
|
letter-spacing: normal;
|
|
line-height: 1.125;
|
|
line-height: 1.125;
|
|
@@ -1794,6 +1842,12 @@ p.has-background:not(.has-background-background-color) a {
|
|
letter-spacing: normal;
|
|
letter-spacing: normal;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.has-background .wp-block-quote .wp-block-quote__citation, .has-background
|
|
|
|
+.wp-block-quote cite, .has-background
|
|
|
|
+.wp-block-quote footer {
|
|
|
|
+ color: currentColor;
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-quote[style*="text-align:right"], .wp-block-quote[style*="text-align: right"] {
|
|
.wp-block-quote[style*="text-align:right"], .wp-block-quote[style*="text-align: right"] {
|
|
border-right-color: #404040;
|
|
border-right-color: #404040;
|
|
}
|
|
}
|
|
@@ -1907,8 +1961,6 @@ table th,
|
|
text-align: left;
|
|
text-align: left;
|
|
/*rtl:ignore*/
|
|
/*rtl:ignore*/
|
|
float: left;
|
|
float: left;
|
|
- /*rtl:ignore*/
|
|
|
|
- margin-right: 16px;
|
|
|
|
margin-top: 0;
|
|
margin-top: 0;
|
|
margin-bottom: 32px;
|
|
margin-bottom: 32px;
|
|
}
|
|
}
|
|
@@ -1928,11 +1980,24 @@ table th,
|
|
margin-bottom: 32px;
|
|
margin-bottom: 32px;
|
|
}
|
|
}
|
|
|
|
|
|
-.entry-content > .alignwide {
|
|
|
|
|
|
+/**
|
|
|
|
+ * .aligndefault
|
|
|
|
+ */
|
|
|
|
+.entry-content [class*="inner-container"] {
|
|
|
|
+ max-width: inherit;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/**
|
|
|
|
+ * .alignwide
|
|
|
|
+ */
|
|
|
|
+.alignwide {
|
|
clear: both;
|
|
clear: both;
|
|
}
|
|
}
|
|
|
|
|
|
-.entry-content > .alignfull {
|
|
|
|
|
|
+/**
|
|
|
|
+ * .alignfull
|
|
|
|
+ */
|
|
|
|
+.alignfull {
|
|
clear: both;
|
|
clear: both;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2061,7 +2126,7 @@ table th,
|
|
.has-regular-font-size,
|
|
.has-regular-font-size,
|
|
.has-normal-font-size,
|
|
.has-normal-font-size,
|
|
.has-medium-font-size {
|
|
.has-medium-font-size {
|
|
- font-size: 1.2rem;
|
|
|
|
|
|
+ font-size: 1rem;
|
|
}
|
|
}
|
|
|
|
|
|
.is-large-text,
|
|
.is-large-text,
|
|
@@ -2105,6 +2170,111 @@ table th,
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * Spacing Overrides
|
|
|
|
+ */
|
|
|
|
+/*
|
|
|
|
+ * Margins
|
|
|
|
+ */
|
|
|
|
+.margin-top-none {
|
|
|
|
+ margin-top: 0 !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.margin-top-half {
|
|
|
|
+ margin-top: 16px !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.margin-top-default {
|
|
|
|
+ margin-top: 32px !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.margin-right-none {
|
|
|
|
+ margin-top: 0 !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.margin-right-half {
|
|
|
|
+ margin-top: 16px !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.margin-right-default {
|
|
|
|
+ margin-top: 32px !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.margin-bottom-none {
|
|
|
|
+ margin-bottom: 0 !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.margin-bottom-half {
|
|
|
|
+ margin-bottom: 16px !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.margin-bottom-default {
|
|
|
|
+ margin-bottom: 32px !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.margin-left-none {
|
|
|
|
+ margin-top: 0 !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.margin-left-half {
|
|
|
|
+ margin-top: 16px !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.margin-left-default {
|
|
|
|
+ margin-top: 32px !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/*
|
|
|
|
+ * Padding
|
|
|
|
+ */
|
|
|
|
+.padding-top-none {
|
|
|
|
+ padding-top: 0 !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.padding-top-half {
|
|
|
|
+ padding-top: 16px !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.padding-top-default {
|
|
|
|
+ padding-top: 32px !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.padding-right-none {
|
|
|
|
+ padding-top: 0 !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.padding-right-half {
|
|
|
|
+ padding-top: 16px !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.padding-right-default {
|
|
|
|
+ padding-top: 32px !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.padding-bottom-none {
|
|
|
|
+ padding-bottom: 0 !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.padding-bottom-half {
|
|
|
|
+ padding-bottom: 16px !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.padding-bottom-default {
|
|
|
|
+ padding-bottom: 32px !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.padding-left-none {
|
|
|
|
+ padding-top: 0 !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.padding-left-half {
|
|
|
|
+ padding-top: 16px !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.padding-left-default {
|
|
|
|
+ padding-top: 32px !important;
|
|
|
|
+}
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* Components
|
|
* Components
|
|
* - Similar to Blocks but exist outside of the "current" editor context
|
|
* - Similar to Blocks but exist outside of the "current" editor context
|
|
@@ -2195,8 +2365,8 @@ table th,
|
|
display: flex;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
list-style: none;
|
|
list-style: none;
|
|
|
|
+ margin: 0;
|
|
max-width: none;
|
|
max-width: none;
|
|
- margin: 0 -16px;
|
|
|
|
position: relative;
|
|
position: relative;
|
|
/* Sub-menus Flyout */
|
|
/* Sub-menus Flyout */
|
|
}
|
|
}
|
|
@@ -2242,6 +2412,14 @@ table th,
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.main-navigation > div > ul > li:first-of-type {
|
|
|
|
+ margin-left: -16px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.main-navigation > div > ul > li:last-of-type {
|
|
|
|
+ margin-right: -16px;
|
|
|
|
+}
|
|
|
|
+
|
|
.main-navigation > div > ul > li > a {
|
|
.main-navigation > div > ul > li > a {
|
|
line-height: 1;
|
|
line-height: 1;
|
|
}
|
|
}
|
|
@@ -2344,7 +2522,15 @@ table th,
|
|
align-content: center;
|
|
align-content: center;
|
|
display: flex;
|
|
display: flex;
|
|
list-style: none;
|
|
list-style: none;
|
|
- margin: 0 calc(-0.5 * 16px);
|
|
|
|
|
|
+ margin: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.social-navigation > div > ul > li:first-of-type {
|
|
|
|
+ margin-left: calc(-0.5 * 16px);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.social-navigation > div > ul > li:last-of-type {
|
|
|
|
+ margin-right: calc(-0.5 * 16px);
|
|
}
|
|
}
|
|
|
|
|
|
.social-navigation a {
|
|
.social-navigation a {
|
|
@@ -2362,6 +2548,10 @@ table th,
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.site-footer {
|
|
|
|
+ overflow: hidden;
|
|
|
|
+}
|
|
|
|
+
|
|
@media only screen and (min-width: 640px) {
|
|
@media only screen and (min-width: 640px) {
|
|
.site-footer {
|
|
.site-footer {
|
|
align-items: flex-end;
|
|
align-items: flex-end;
|
|
@@ -2422,9 +2612,8 @@ table th,
|
|
|
|
|
|
.footer-navigation .footer-menu {
|
|
.footer-navigation .footer-menu {
|
|
color: #404040;
|
|
color: #404040;
|
|
|
|
+ margin: 0;
|
|
padding-left: 0;
|
|
padding-left: 0;
|
|
- margin-left: -16px;
|
|
|
|
- margin-right: -16px;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
@media only screen and (min-width: 640px) {
|
|
@@ -2435,10 +2624,18 @@ table th,
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.footer-navigation .footer-menu li {
|
|
|
|
|
|
+.footer-navigation .footer-menu > li {
|
|
display: inline;
|
|
display: inline;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.footer-navigation .footer-menu > li:first-of-type {
|
|
|
|
+ margin-left: -16px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.footer-navigation .footer-menu > li:last-of-type {
|
|
|
|
+ margin-right: -16px;
|
|
|
|
+}
|
|
|
|
+
|
|
.footer-navigation .footer-menu a {
|
|
.footer-navigation .footer-menu a {
|
|
font-family: "Source Sans Pro", Arial, sans-serif;
|
|
font-family: "Source Sans Pro", Arial, sans-serif;
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
@@ -2934,277 +3131,231 @@ img#wpstats {
|
|
* Page Layout Styles & Repsonsive Styles
|
|
* Page Layout Styles & Repsonsive Styles
|
|
*/
|
|
*/
|
|
/* Responsive width-content overrides */
|
|
/* Responsive width-content overrides */
|
|
-.responsive-max-width {
|
|
|
|
|
|
+.responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
|
+.wp-block-pullquote.alignfull > p,
|
|
|
|
+.wp-block-pullquote.alignwide blockquote,
|
|
|
|
+.wp-block-pullquote.alignfull blockquote, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
|
|
|
|
+.entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
|
|
+ margin-left: auto;
|
|
|
|
+ margin-right: auto;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
@media only screen and (min-width: 560px) {
|
|
- .responsive-max-width {
|
|
|
|
|
|
+ .responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
|
+ .wp-block-pullquote.alignfull > p,
|
|
|
|
+ .wp-block-pullquote.alignwide blockquote,
|
|
|
|
+ .wp-block-pullquote.alignfull blockquote, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
|
|
|
|
+ .entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
max-width: calc( 560px - 32px);
|
|
max-width: calc( 560px - 32px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
@media only screen and (min-width: 640px) {
|
|
- .responsive-max-width {
|
|
|
|
|
|
+ .responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
|
+ .wp-block-pullquote.alignfull > p,
|
|
|
|
+ .wp-block-pullquote.alignwide blockquote,
|
|
|
|
+ .wp-block-pullquote.alignfull blockquote, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
|
|
|
|
+ .entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
max-width: calc( 640px - 32px);
|
|
max-width: calc( 640px - 32px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 782px) {
|
|
@media only screen and (min-width: 782px) {
|
|
- .responsive-max-width {
|
|
|
|
|
|
+ .responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
|
+ .wp-block-pullquote.alignfull > p,
|
|
|
|
+ .wp-block-pullquote.alignwide blockquote,
|
|
|
|
+ .wp-block-pullquote.alignfull blockquote, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
|
|
|
|
+ .entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
max-width: calc( 782px - 32px);
|
|
max-width: calc( 782px - 32px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
@media only screen and (min-width: 1024px) {
|
|
- .responsive-max-width {
|
|
|
|
|
|
+ .responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
|
+ .wp-block-pullquote.alignfull > p,
|
|
|
|
+ .wp-block-pullquote.alignwide blockquote,
|
|
|
|
+ .wp-block-pullquote.alignfull blockquote, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
|
|
|
|
+ .entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
max-width: calc( 782px - 32px);
|
|
max-width: calc( 782px - 32px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1280px) {
|
|
@media only screen and (min-width: 1280px) {
|
|
- .responsive-max-width {
|
|
|
|
|
|
+ .responsive-max-width, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
|
+ .wp-block-pullquote.alignfull > p,
|
|
|
|
+ .wp-block-pullquote.alignwide blockquote,
|
|
|
|
+ .wp-block-pullquote.alignfull blockquote, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
|
|
|
|
+ .entry-content [class*="inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
|
|
max-width: calc( 782px - 32px);
|
|
max-width: calc( 782px - 32px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-block-group.alignwide .alignwide,
|
|
|
|
-.wp-block-group.alignwide .alignfull,
|
|
|
|
-.wp-block-group.alignfull .alignwide, .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
|
|
- margin-left: calc( -0.25 * ( 100vw - 100% ));
|
|
|
|
- margin-right: calc( -0.25 * ( 100vw - 100% ));
|
|
|
|
- width: calc( 100% + (0.25 * 2) * ( 100vw - 100% ));
|
|
|
|
- max-width: calc( 100% + (0.25 * 2) * ( 100vw - 100% ));
|
|
|
|
|
|
+.entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
|
|
+ width: calc(100% + 256px);
|
|
|
|
+ max-width: calc(100vw - 32px);
|
|
|
|
+ margin-left: auto;
|
|
|
|
+ margin-right: auto;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
@media only screen and (min-width: 560px) {
|
|
- .wp-block-group.alignwide .alignwide,
|
|
|
|
- .wp-block-group.alignwide .alignfull,
|
|
|
|
- .wp-block-group.alignfull .alignwide, .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
|
|
- margin-left: calc( -0.25 * ( 100vw - calc( 560px - 32px) ));
|
|
|
|
- margin-right: calc( -0.25 * ( 100vw - calc( 560px - 32px) ));
|
|
|
|
- width: calc( calc( 560px - 32px) + (0.25 * 2) * ( 100vw - calc( 560px - 32px) ));
|
|
|
|
- max-width: calc( calc( 560px - 32px) + (0.25 * 2) * ( 100vw - calc( 560px - 32px) ));
|
|
|
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
|
|
+ width: calc(calc( 560px - 32px) + 256px);
|
|
|
|
+ max-width: calc(100vw - 32px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
@media only screen and (min-width: 640px) {
|
|
- .wp-block-group.alignwide .alignwide,
|
|
|
|
- .wp-block-group.alignwide .alignfull,
|
|
|
|
- .wp-block-group.alignfull .alignwide, .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
|
|
- margin-left: calc( -0.25 * ( 100vw - calc( 640px - 32px) ));
|
|
|
|
- margin-right: calc( -0.25 * ( 100vw - calc( 640px - 32px) ));
|
|
|
|
- width: calc( calc( 640px - 32px) + (0.25 * 2) * ( 100vw - calc( 640px - 32px) ));
|
|
|
|
- max-width: calc( calc( 640px - 32px) + (0.25 * 2) * ( 100vw - calc( 640px - 32px) ));
|
|
|
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
|
|
+ width: calc(calc( 640px - 32px) + 256px);
|
|
|
|
+ max-width: calc(100vw - 32px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 782px) {
|
|
@media only screen and (min-width: 782px) {
|
|
- .wp-block-group.alignwide .alignwide,
|
|
|
|
- .wp-block-group.alignwide .alignfull,
|
|
|
|
- .wp-block-group.alignfull .alignwide, .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
|
|
- margin-left: calc( -0.25 * ( 100vw - calc( 782px - 32px) ));
|
|
|
|
- margin-right: calc( -0.25 * ( 100vw - calc( 782px - 32px) ));
|
|
|
|
- width: calc( calc( 782px - 32px) + (0.25 * 2) * ( 100vw - calc( 782px - 32px) ));
|
|
|
|
- max-width: calc( calc( 782px - 32px) + (0.25 * 2) * ( 100vw - calc( 782px - 32px) ));
|
|
|
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
|
|
+ width: calc(calc( 782px - 32px) + 256px);
|
|
|
|
+ max-width: calc(100vw - 32px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
@media only screen and (min-width: 1024px) {
|
|
- .wp-block-group.alignwide .alignwide,
|
|
|
|
- .wp-block-group.alignwide .alignfull,
|
|
|
|
- .wp-block-group.alignfull .alignwide, .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
|
|
- margin-left: -128px;
|
|
|
|
- margin-right: -128px;
|
|
|
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
- max-width: calc(calc( 782px - 32px) + 256px);
|
|
|
|
|
|
+ max-width: calc(100vw - 32px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1280px) {
|
|
@media only screen and (min-width: 1280px) {
|
|
- .wp-block-group.alignwide .alignwide,
|
|
|
|
- .wp-block-group.alignwide .alignfull,
|
|
|
|
- .wp-block-group.alignfull .alignwide, .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
|
|
- margin-left: -128px;
|
|
|
|
- margin-right: -128px;
|
|
|
|
|
|
+ .entry-content > .alignwide, .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery {
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
- max-width: calc(calc( 782px - 32px) + 256px);
|
|
|
|
|
|
+ max-width: calc(100vw - 32px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, #masthead {
|
|
|
|
- margin-left: calc( -0.5 * ( 100vw - 100% ));
|
|
|
|
- margin-right: calc( -0.5 * ( 100vw - 100% ));
|
|
|
|
- width: calc( 100% + (0.5 * 2) * ( 100vw - 100% ));
|
|
|
|
- max-width: calc( 100% + (0.5 * 2) * ( 100vw - 100% ));
|
|
|
|
|
|
+.entry-content > .alignwide [class*="inner-container"] > .alignwide, .entry-content > .alignfull [class*="inner-container"] > .alignwide {
|
|
|
|
+ width: calc(100% + 256px);
|
|
|
|
+ max-width: 100%;
|
|
|
|
+ margin-left: auto;
|
|
|
|
+ margin-right: auto;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
@media only screen and (min-width: 560px) {
|
|
- .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, #masthead {
|
|
|
|
- margin-left: calc( -0.5 * ( 100vw - calc( 560px - 32px) ));
|
|
|
|
- margin-right: calc( -0.5 * ( 100vw - calc( 560px - 32px) ));
|
|
|
|
- width: calc( calc( 560px - 32px) + (0.5 * 2) * ( 100vw - calc( 560px - 32px) ));
|
|
|
|
- max-width: calc( calc( 560px - 32px) + (0.5 * 2) * ( 100vw - calc( 560px - 32px) ));
|
|
|
|
|
|
+ .entry-content > .alignwide [class*="inner-container"] > .alignwide, .entry-content > .alignfull [class*="inner-container"] > .alignwide {
|
|
|
|
+ width: calc(calc( 560px - 32px) + 256px);
|
|
|
|
+ max-width: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
@media only screen and (min-width: 640px) {
|
|
- .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, #masthead {
|
|
|
|
- margin-left: calc( -0.5 * ( 100vw - calc( 640px - 32px) ));
|
|
|
|
- margin-right: calc( -0.5 * ( 100vw - calc( 640px - 32px) ));
|
|
|
|
- width: calc( calc( 640px - 32px) + (0.5 * 2) * ( 100vw - calc( 640px - 32px) ));
|
|
|
|
- max-width: calc( calc( 640px - 32px) + (0.5 * 2) * ( 100vw - calc( 640px - 32px) ));
|
|
|
|
|
|
+ .entry-content > .alignwide [class*="inner-container"] > .alignwide, .entry-content > .alignfull [class*="inner-container"] > .alignwide {
|
|
|
|
+ width: calc(calc( 640px - 32px) + 256px);
|
|
|
|
+ max-width: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 782px) {
|
|
@media only screen and (min-width: 782px) {
|
|
- .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, #masthead {
|
|
|
|
- margin-left: calc( -0.5 * ( 100vw - calc( 782px - 32px) ));
|
|
|
|
- margin-right: calc( -0.5 * ( 100vw - calc( 782px - 32px) ));
|
|
|
|
- width: calc( calc( 782px - 32px) + (0.5 * 2) * ( 100vw - calc( 782px - 32px) ));
|
|
|
|
- max-width: calc( calc( 782px - 32px) + (0.5 * 2) * ( 100vw - calc( 782px - 32px) ));
|
|
|
|
|
|
+ .entry-content > .alignwide [class*="inner-container"] > .alignwide, .entry-content > .alignfull [class*="inner-container"] > .alignwide {
|
|
|
|
+ width: calc(calc( 782px - 32px) + 256px);
|
|
|
|
+ max-width: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
@media only screen and (min-width: 1024px) {
|
|
- .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, #masthead {
|
|
|
|
- margin-left: calc( -0.5 * ( 100vw - calc( 782px - 32px) ));
|
|
|
|
- margin-right: calc( -0.5 * ( 100vw - calc( 782px - 32px) ));
|
|
|
|
- width: calc( calc( 782px - 32px) + (0.5 * 2) * ( 100vw - calc( 782px - 32px) ));
|
|
|
|
- max-width: calc( calc( 782px - 32px) + (0.5 * 2) * ( 100vw - calc( 782px - 32px) ));
|
|
|
|
|
|
+ .entry-content > .alignwide [class*="inner-container"] > .alignwide, .entry-content > .alignfull [class*="inner-container"] > .alignwide {
|
|
|
|
+ width: calc(calc( 782px - 32px) + 256px);
|
|
|
|
+ max-width: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1280px) {
|
|
@media only screen and (min-width: 1280px) {
|
|
- .wp-block-group.alignfull .alignfull, .entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, #masthead {
|
|
|
|
- margin-left: calc( -0.5 * ( 100vw - calc( 782px - 32px) ));
|
|
|
|
- margin-right: calc( -0.5 * ( 100vw - calc( 782px - 32px) ));
|
|
|
|
- width: calc( calc( 782px - 32px) + (0.5 * 2) * ( 100vw - calc( 782px - 32px) ));
|
|
|
|
- max-width: calc( calc( 782px - 32px) + (0.5 * 2) * ( 100vw - calc( 782px - 32px) ));
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.wp-block-cover.alignwide .wp-block-cover__inner-container,
|
|
|
|
-.wp-block-cover.alignwide .wp-block-cover-image-text,
|
|
|
|
-.wp-block-cover.alignwide .wp-block-cover-text, .wp-block-cover.alignfull .wp-block-cover__inner-container,
|
|
|
|
-.wp-block-cover.alignfull .wp-block-cover-image-text,
|
|
|
|
-.wp-block-cover.alignfull .wp-block-cover-text,
|
|
|
|
-.wp-block-cover-image.alignwide .wp-block-cover__inner-container,
|
|
|
|
-.wp-block-cover-image.alignwide .wp-block-cover-image-text,
|
|
|
|
-.wp-block-cover-image.alignwide .wp-block-cover-text,
|
|
|
|
-.wp-block-cover-image.alignfull .wp-block-cover__inner-container,
|
|
|
|
-.wp-block-cover-image.alignfull .wp-block-cover-image-text,
|
|
|
|
-.wp-block-cover-image.alignfull .wp-block-cover-text, .wp-block-group.alignwide .wp-block-group__inner-container,
|
|
|
|
-.wp-block-group.alignfull .wp-block-group__inner-container, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
|
-.wp-block-pullquote.alignfull > p,
|
|
|
|
-.wp-block-pullquote.alignwide blockquote,
|
|
|
|
-.wp-block-pullquote.alignfull blockquote, .entry-content .wp-audio-shortcode {
|
|
|
|
- max-width: calc( calc( 100% - 32px));
|
|
|
|
- width: calc( calc( 100% - 32px));
|
|
|
|
|
|
+ .entry-content > .alignwide [class*="inner-container"] > .alignwide, .entry-content > .alignfull [class*="inner-container"] > .alignwide {
|
|
|
|
+ width: calc(calc( 782px - 32px) + 256px);
|
|
|
|
+ max-width: 100%;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, #masthead {
|
|
|
|
+ /* Letting the box-model do all the work here. */
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.alignright {
|
|
|
|
+ /*rtl:ignore*/
|
|
|
|
+ margin-right: 16px;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
@media only screen and (min-width: 560px) {
|
|
- .wp-block-cover.alignwide .wp-block-cover__inner-container,
|
|
|
|
- .wp-block-cover.alignwide .wp-block-cover-image-text,
|
|
|
|
- .wp-block-cover.alignwide .wp-block-cover-text, .wp-block-cover.alignfull .wp-block-cover__inner-container,
|
|
|
|
- .wp-block-cover.alignfull .wp-block-cover-image-text,
|
|
|
|
- .wp-block-cover.alignfull .wp-block-cover-text,
|
|
|
|
- .wp-block-cover-image.alignwide .wp-block-cover__inner-container,
|
|
|
|
- .wp-block-cover-image.alignwide .wp-block-cover-image-text,
|
|
|
|
- .wp-block-cover-image.alignwide .wp-block-cover-text,
|
|
|
|
- .wp-block-cover-image.alignfull .wp-block-cover__inner-container,
|
|
|
|
- .wp-block-cover-image.alignfull .wp-block-cover-image-text,
|
|
|
|
- .wp-block-cover-image.alignfull .wp-block-cover-text, .wp-block-group.alignwide .wp-block-group__inner-container,
|
|
|
|
- .wp-block-group.alignfull .wp-block-group__inner-container, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
|
- .wp-block-pullquote.alignfull > p,
|
|
|
|
- .wp-block-pullquote.alignwide blockquote,
|
|
|
|
- .wp-block-pullquote.alignfull blockquote, .entry-content .wp-audio-shortcode {
|
|
|
|
- max-width: calc( calc( 560px - 32px));
|
|
|
|
- width: calc( calc( 560px - 32px));
|
|
|
|
|
|
+ .alignright {
|
|
|
|
+ /*rtl:ignore*/
|
|
|
|
+ margin-right: calc( 0.5 * (100vw - calc( 560px - 32px)));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
@media only screen and (min-width: 640px) {
|
|
- .wp-block-cover.alignwide .wp-block-cover__inner-container,
|
|
|
|
- .wp-block-cover.alignwide .wp-block-cover-image-text,
|
|
|
|
- .wp-block-cover.alignwide .wp-block-cover-text, .wp-block-cover.alignfull .wp-block-cover__inner-container,
|
|
|
|
- .wp-block-cover.alignfull .wp-block-cover-image-text,
|
|
|
|
- .wp-block-cover.alignfull .wp-block-cover-text,
|
|
|
|
- .wp-block-cover-image.alignwide .wp-block-cover__inner-container,
|
|
|
|
- .wp-block-cover-image.alignwide .wp-block-cover-image-text,
|
|
|
|
- .wp-block-cover-image.alignwide .wp-block-cover-text,
|
|
|
|
- .wp-block-cover-image.alignfull .wp-block-cover__inner-container,
|
|
|
|
- .wp-block-cover-image.alignfull .wp-block-cover-image-text,
|
|
|
|
- .wp-block-cover-image.alignfull .wp-block-cover-text, .wp-block-group.alignwide .wp-block-group__inner-container,
|
|
|
|
- .wp-block-group.alignfull .wp-block-group__inner-container, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
|
- .wp-block-pullquote.alignfull > p,
|
|
|
|
- .wp-block-pullquote.alignwide blockquote,
|
|
|
|
- .wp-block-pullquote.alignfull blockquote, .entry-content .wp-audio-shortcode {
|
|
|
|
- max-width: calc( calc( 640px - 32px));
|
|
|
|
- width: calc( calc( 640px - 32px));
|
|
|
|
|
|
+ .alignright {
|
|
|
|
+ /*rtl:ignore*/
|
|
|
|
+ margin-right: calc( 0.5 * (100vw - calc( 640px - 32px)));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 782px) {
|
|
@media only screen and (min-width: 782px) {
|
|
- .wp-block-cover.alignwide .wp-block-cover__inner-container,
|
|
|
|
- .wp-block-cover.alignwide .wp-block-cover-image-text,
|
|
|
|
- .wp-block-cover.alignwide .wp-block-cover-text, .wp-block-cover.alignfull .wp-block-cover__inner-container,
|
|
|
|
- .wp-block-cover.alignfull .wp-block-cover-image-text,
|
|
|
|
- .wp-block-cover.alignfull .wp-block-cover-text,
|
|
|
|
- .wp-block-cover-image.alignwide .wp-block-cover__inner-container,
|
|
|
|
- .wp-block-cover-image.alignwide .wp-block-cover-image-text,
|
|
|
|
- .wp-block-cover-image.alignwide .wp-block-cover-text,
|
|
|
|
- .wp-block-cover-image.alignfull .wp-block-cover__inner-container,
|
|
|
|
- .wp-block-cover-image.alignfull .wp-block-cover-image-text,
|
|
|
|
- .wp-block-cover-image.alignfull .wp-block-cover-text, .wp-block-group.alignwide .wp-block-group__inner-container,
|
|
|
|
- .wp-block-group.alignfull .wp-block-group__inner-container, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
|
- .wp-block-pullquote.alignfull > p,
|
|
|
|
- .wp-block-pullquote.alignwide blockquote,
|
|
|
|
- .wp-block-pullquote.alignfull blockquote, .entry-content .wp-audio-shortcode {
|
|
|
|
- max-width: calc( calc( 782px - 32px));
|
|
|
|
- width: calc( calc( 782px - 32px));
|
|
|
|
|
|
+ .alignright {
|
|
|
|
+ /*rtl:ignore*/
|
|
|
|
+ margin-right: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
@media only screen and (min-width: 1024px) {
|
|
- .wp-block-cover.alignwide .wp-block-cover__inner-container,
|
|
|
|
- .wp-block-cover.alignwide .wp-block-cover-image-text,
|
|
|
|
- .wp-block-cover.alignwide .wp-block-cover-text, .wp-block-cover.alignfull .wp-block-cover__inner-container,
|
|
|
|
- .wp-block-cover.alignfull .wp-block-cover-image-text,
|
|
|
|
- .wp-block-cover.alignfull .wp-block-cover-text,
|
|
|
|
- .wp-block-cover-image.alignwide .wp-block-cover__inner-container,
|
|
|
|
- .wp-block-cover-image.alignwide .wp-block-cover-image-text,
|
|
|
|
- .wp-block-cover-image.alignwide .wp-block-cover-text,
|
|
|
|
- .wp-block-cover-image.alignfull .wp-block-cover__inner-container,
|
|
|
|
- .wp-block-cover-image.alignfull .wp-block-cover-image-text,
|
|
|
|
- .wp-block-cover-image.alignfull .wp-block-cover-text, .wp-block-group.alignwide .wp-block-group__inner-container,
|
|
|
|
- .wp-block-group.alignfull .wp-block-group__inner-container, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
|
- .wp-block-pullquote.alignfull > p,
|
|
|
|
- .wp-block-pullquote.alignwide blockquote,
|
|
|
|
- .wp-block-pullquote.alignfull blockquote, .entry-content .wp-audio-shortcode {
|
|
|
|
- max-width: calc( calc( 782px - 32px));
|
|
|
|
- width: calc( calc( 782px - 32px));
|
|
|
|
|
|
+ .alignright {
|
|
|
|
+ /*rtl:ignore*/
|
|
|
|
+ margin-right: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1280px) {
|
|
@media only screen and (min-width: 1280px) {
|
|
- .wp-block-cover.alignwide .wp-block-cover__inner-container,
|
|
|
|
- .wp-block-cover.alignwide .wp-block-cover-image-text,
|
|
|
|
- .wp-block-cover.alignwide .wp-block-cover-text, .wp-block-cover.alignfull .wp-block-cover__inner-container,
|
|
|
|
- .wp-block-cover.alignfull .wp-block-cover-image-text,
|
|
|
|
- .wp-block-cover.alignfull .wp-block-cover-text,
|
|
|
|
- .wp-block-cover-image.alignwide .wp-block-cover__inner-container,
|
|
|
|
- .wp-block-cover-image.alignwide .wp-block-cover-image-text,
|
|
|
|
- .wp-block-cover-image.alignwide .wp-block-cover-text,
|
|
|
|
- .wp-block-cover-image.alignfull .wp-block-cover__inner-container,
|
|
|
|
- .wp-block-cover-image.alignfull .wp-block-cover-image-text,
|
|
|
|
- .wp-block-cover-image.alignfull .wp-block-cover-text, .wp-block-group.alignwide .wp-block-group__inner-container,
|
|
|
|
- .wp-block-group.alignfull .wp-block-group__inner-container, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
|
- .wp-block-pullquote.alignfull > p,
|
|
|
|
- .wp-block-pullquote.alignwide blockquote,
|
|
|
|
- .wp-block-pullquote.alignfull blockquote, .entry-content .wp-audio-shortcode {
|
|
|
|
- max-width: calc( calc( 782px - 32px));
|
|
|
|
- width: calc( calc( 782px - 32px));
|
|
|
|
|
|
+ .alignright {
|
|
|
|
+ /*rtl:ignore*/
|
|
|
|
+ margin-right: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.alignleft {
|
|
|
|
+ /*rtl:ignore*/
|
|
|
|
+ margin-left: 16px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
|
+ .alignleft {
|
|
|
|
+ /*rtl:ignore*/
|
|
|
|
+ margin-left: calc( 0.5 * (100vw - calc( 560px - 32px)));
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 640px) {
|
|
|
|
+ .alignleft {
|
|
|
|
+ /*rtl:ignore*/
|
|
|
|
+ margin-left: calc( 0.5 * (100vw - calc( 640px - 32px)));
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 782px) {
|
|
|
|
+ .alignleft {
|
|
|
|
+ /*rtl:ignore*/
|
|
|
|
+ margin-left: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 1024px) {
|
|
|
|
+ .alignleft {
|
|
|
|
+ /*rtl:ignore*/
|
|
|
|
+ margin-left: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 1280px) {
|
|
|
|
+ .alignleft {
|
|
|
|
+ /*rtl:ignore*/
|
|
|
|
+ margin-left: calc( 0.5 * (100vw - calc( 782px - 32px)));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|