|
@@ -2848,36 +2848,36 @@ table th,
|
|
|
* Page Layout Styles & Repsonsive Styles
|
|
|
*/
|
|
|
/* Responsive width-content overrides */
|
|
|
-.responsive-max-width, .wp-block-group .wp-block-group__inner-container {
|
|
|
+.responsive-max-width {
|
|
|
max-width: 100%;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
- .responsive-max-width, .wp-block-group .wp-block-group__inner-container {
|
|
|
+ .responsive-max-width {
|
|
|
max-width: calc( 560px - 32px);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
|
- .responsive-max-width, .wp-block-group .wp-block-group__inner-container {
|
|
|
+ .responsive-max-width {
|
|
|
max-width: calc( 640px - 32px);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 782px) {
|
|
|
- .responsive-max-width, .wp-block-group .wp-block-group__inner-container {
|
|
|
+ .responsive-max-width {
|
|
|
max-width: calc( 782px - 32px);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
|
- .responsive-max-width, .wp-block-group .wp-block-group__inner-container {
|
|
|
+ .responsive-max-width {
|
|
|
max-width: calc( 782px - 32px);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1280px) {
|
|
|
- .responsive-max-width, .wp-block-group .wp-block-group__inner-container {
|
|
|
+ .responsive-max-width {
|
|
|
max-width: calc( 782px - 32px);
|
|
|
}
|
|
|
}
|
|
@@ -2998,73 +2998,91 @@ table th,
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover__inner-container,
|
|
|
-.wp-block-cover-image-text,
|
|
|
-.wp-block-cover-text, .wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
+.wp-block-cover .wp-block-cover__inner-container,
|
|
|
+.wp-block-cover .wp-block-cover-image-text,
|
|
|
+.wp-block-cover .wp-block-cover-text,
|
|
|
+.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-text, .wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-group .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( 100% - (2 * ( 100% / 12 )));
|
|
|
- width: calc( 100% - (2 * ( 100% / 12 )));
|
|
|
+ max-width: calc( calc( 100% - 32px));
|
|
|
+ width: calc( calc( 100% - 32px));
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
- .wp-block-cover__inner-container,
|
|
|
- .wp-block-cover-image-text,
|
|
|
- .wp-block-cover-text, .wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
+ .wp-block-cover .wp-block-cover__inner-container,
|
|
|
+ .wp-block-cover .wp-block-cover-image-text,
|
|
|
+ .wp-block-cover .wp-block-cover-text,
|
|
|
+ .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-text, .wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-group .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) - (2 * ( calc( 560px - 32px) / 12 )));
|
|
|
- width: calc( calc( 560px - 32px) - (2 * ( calc( 560px - 32px) / 12 )));
|
|
|
+ max-width: calc( calc( 560px - 32px));
|
|
|
+ width: calc( calc( 560px - 32px));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
|
- .wp-block-cover__inner-container,
|
|
|
- .wp-block-cover-image-text,
|
|
|
- .wp-block-cover-text, .wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
+ .wp-block-cover .wp-block-cover__inner-container,
|
|
|
+ .wp-block-cover .wp-block-cover-image-text,
|
|
|
+ .wp-block-cover .wp-block-cover-text,
|
|
|
+ .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-text, .wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-group .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) - (2 * ( calc( 640px - 32px) / 12 )));
|
|
|
- width: calc( calc( 640px - 32px) - (2 * ( calc( 640px - 32px) / 12 )));
|
|
|
+ max-width: calc( calc( 640px - 32px));
|
|
|
+ width: calc( calc( 640px - 32px));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 782px) {
|
|
|
- .wp-block-cover__inner-container,
|
|
|
- .wp-block-cover-image-text,
|
|
|
- .wp-block-cover-text, .wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
+ .wp-block-cover .wp-block-cover__inner-container,
|
|
|
+ .wp-block-cover .wp-block-cover-image-text,
|
|
|
+ .wp-block-cover .wp-block-cover-text,
|
|
|
+ .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-text, .wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-group .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) - (2 * ( calc( 782px - 32px) / 12 )));
|
|
|
- width: calc( calc( 782px - 32px) - (2 * ( calc( 782px - 32px) / 12 )));
|
|
|
+ max-width: calc( calc( 782px - 32px));
|
|
|
+ width: calc( calc( 782px - 32px));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
|
- .wp-block-cover__inner-container,
|
|
|
- .wp-block-cover-image-text,
|
|
|
- .wp-block-cover-text, .wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
+ .wp-block-cover .wp-block-cover__inner-container,
|
|
|
+ .wp-block-cover .wp-block-cover-image-text,
|
|
|
+ .wp-block-cover .wp-block-cover-text,
|
|
|
+ .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-text, .wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-group .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) - (2 * ( calc( 782px - 32px) / 12 )));
|
|
|
- width: calc( calc( 782px - 32px) - (2 * ( calc( 782px - 32px) / 12 )));
|
|
|
+ max-width: calc( calc( 782px - 32px));
|
|
|
+ width: calc( calc( 782px - 32px));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1280px) {
|
|
|
- .wp-block-cover__inner-container,
|
|
|
- .wp-block-cover-image-text,
|
|
|
- .wp-block-cover-text, .wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-pullquote.is-style-solid-color:not(.alignleft):not(.alignright) blockquote, .wp-block-pullquote.alignwide > p,
|
|
|
+ .wp-block-cover .wp-block-cover__inner-container,
|
|
|
+ .wp-block-cover .wp-block-cover-image-text,
|
|
|
+ .wp-block-cover .wp-block-cover-text,
|
|
|
+ .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-text, .wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-group .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) - (2 * ( calc( 782px - 32px) / 12 )));
|
|
|
- width: calc( calc( 782px - 32px) - (2 * ( calc( 782px - 32px) / 12 )));
|
|
|
+ max-width: calc( calc( 782px - 32px));
|
|
|
+ width: calc( calc( 782px - 32px));
|
|
|
}
|
|
|
}
|
|
|
|