|
@@ -1,10 +1,10 @@
|
|
@charset "UTF-8";
|
|
@charset "UTF-8";
|
|
/*
|
|
/*
|
|
Theme Name: Brompton
|
|
Theme Name: Brompton
|
|
-Theme URI: https://github.com/Automattic/themes/varia
|
|
|
|
-Author: the WordPress team
|
|
|
|
-Author URI: https://wordpress.org/
|
|
|
|
-Description: A design system for WordPress sites built with Gutenberg.
|
|
|
|
|
|
+Theme URI: https://github.com/Automattic/themes/brompton
|
|
|
|
+Author: Automattic
|
|
|
|
+Author URI: https://automattic.com/
|
|
|
|
+Description: Running a business is no small task. But with the right tools and support, creating a website doesn’t have to be another chore on your to-do list: enter Brompton, a simple yet powerful theme for small-business owners and entrepreneurs.
|
|
Requires at least: WordPress 4.9.6
|
|
Requires at least: WordPress 4.9.6
|
|
Version: 1.0
|
|
Version: 1.0
|
|
License: GNU General Public License v2 or later
|
|
License: GNU General Public License v2 or later
|
|
@@ -16,7 +16,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
This theme, like WordPress, is licensed under the GPL.
|
|
This theme, like WordPress, is licensed under the GPL.
|
|
Use it to make something cool, have fun, and share what you've learned with others.
|
|
Use it to make something cool, have fun, and share what you've learned with others.
|
|
|
|
|
|
-Varia is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
|
|
|
|
|
|
+Varia is based on Underscores https://underscores.me/, (C) 2012-2019 Automattic, Inc.
|
|
Underscores is distributed under the terms of the GNU GPL v2 or later.
|
|
Underscores is distributed under the terms of the GNU GPL v2 or later.
|
|
|
|
|
|
Normalizing styles have been helped along thanks to the fine work of
|
|
Normalizing styles have been helped along thanks to the fine work of
|
|
@@ -1215,6 +1215,7 @@ 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: #E8E4DD;
|
|
color: #E8E4DD;
|
|
margin-top: 32px;
|
|
margin-top: 32px;
|
|
margin-bottom: 32px;
|
|
margin-bottom: 32px;
|
|
@@ -1312,6 +1313,10 @@ input.has-focus[type="submit"],
|
|
width: calc( (100% - 16px) / 2);
|
|
width: calc( (100% - 16px) / 2);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
|
|
|
|
+ max-width: 50%;
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-group .wp-block-group__inner-container {
|
|
.wp-block-group .wp-block-group__inner-container {
|
|
margin-left: auto;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-right: auto;
|
|
@@ -1732,17 +1737,12 @@ p.has-background:not(.has-background-background-color) a {
|
|
color: #E8E4DD;
|
|
color: #E8E4DD;
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
|
|
|
|
-.wp-block-pullquote.is-style-solid-color.alignright blockquote {
|
|
|
|
|
|
+.wp-block-pullquote.is-style-solid-color blockquote {
|
|
padding-left: 16px;
|
|
padding-left: 16px;
|
|
padding-right: 16px;
|
|
padding-right: 16px;
|
|
max-width: inherit;
|
|
max-width: inherit;
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-block-pullquote.is-style-solid-color blockquote {
|
|
|
|
- padding-left: 0;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
|
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
|
|
.wp-block-pullquote.is-style-solid-color cite,
|
|
.wp-block-pullquote.is-style-solid-color cite,
|
|
.wp-block-pullquote.is-style-solid-color footer {
|
|
.wp-block-pullquote.is-style-solid-color footer {
|
|
@@ -1851,8 +1851,14 @@ hr.is-style-dots:before {
|
|
|
|
|
|
.wp-block-spacer {
|
|
.wp-block-spacer {
|
|
display: block;
|
|
display: block;
|
|
- margin-bottom: 0;
|
|
|
|
- margin-top: 0;
|
|
|
|
|
|
+ margin-bottom: 0 !important;
|
|
|
|
+ margin-top: 0 !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (max-width: 559px) {
|
|
|
|
+ .wp-block-spacer[style] {
|
|
|
|
+ height: 16px !important;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
table,
|
|
table,
|
|
@@ -2176,11 +2182,6 @@ table th,
|
|
z-index: 99999;
|
|
z-index: 99999;
|
|
}
|
|
}
|
|
|
|
|
|
-.main-navigation > div > ul li:hover, .main-navigation > div > ul li[focus-within] {
|
|
|
|
- cursor: pointer;
|
|
|
|
- z-index: 99999;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.main-navigation > div > ul li:hover, .main-navigation > div > ul li:focus-within {
|
|
.main-navigation > div > ul li:hover, .main-navigation > div > ul li:focus-within {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
z-index: 99999;
|
|
z-index: 99999;
|
|
@@ -2201,14 +2202,6 @@ table th,
|
|
display: block;
|
|
display: block;
|
|
}
|
|
}
|
|
.main-navigation > div > ul li:hover > ul,
|
|
.main-navigation > div > ul li:hover > ul,
|
|
- .main-navigation > div > ul li[focus-within] > ul,
|
|
|
|
- .main-navigation > div > ul li ul:hover,
|
|
|
|
- .main-navigation > div > ul li ul:focus {
|
|
|
|
- visibility: visible;
|
|
|
|
- opacity: 1;
|
|
|
|
- display: block;
|
|
|
|
- }
|
|
|
|
- .main-navigation > div > ul li:hover > ul,
|
|
|
|
.main-navigation > div > ul li:focus-within > ul,
|
|
.main-navigation > div > ul li:focus-within > ul,
|
|
.main-navigation > div > ul li ul:hover,
|
|
.main-navigation > div > ul li ul:hover,
|
|
.main-navigation > div > ul li ul:focus {
|
|
.main-navigation > div > ul li ul:focus {
|
|
@@ -2899,36 +2892,36 @@ table th,
|
|
* Page Layout Styles & Repsonsive Styles
|
|
* Page Layout Styles & Repsonsive Styles
|
|
*/
|
|
*/
|
|
/* Responsive width-content overrides */
|
|
/* Responsive width-content overrides */
|
|
-.responsive-max-width, .wp-block-group .wp-block-group__inner-container {
|
|
|
|
|
|
+.responsive-max-width {
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
@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);
|
|
max-width: calc( 560px - 32px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
@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);
|
|
max-width: calc( 640px - 32px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 782px) {
|
|
@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);
|
|
max-width: calc( 782px - 32px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
@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);
|
|
max-width: calc( 782px - 32px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1280px) {
|
|
@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);
|
|
max-width: calc( 782px - 32px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -3049,73 +3042,127 @@ 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.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.alignfull > p,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
.wp-block-pullquote.alignfull blockquote, .entry-content .wp-audio-shortcode {
|
|
.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) {
|
|
@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.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.alignfull > p,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
.wp-block-pullquote.alignfull blockquote, .entry-content .wp-audio-shortcode {
|
|
.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) {
|
|
@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.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.alignfull > p,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
.wp-block-pullquote.alignfull blockquote, .entry-content .wp-audio-shortcode {
|
|
.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) {
|
|
@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.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.alignfull > p,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
.wp-block-pullquote.alignfull blockquote, .entry-content .wp-audio-shortcode {
|
|
.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) {
|
|
@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.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.alignfull > p,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
.wp-block-pullquote.alignfull blockquote, .entry-content .wp-audio-shortcode {
|
|
.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) {
|
|
@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.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.alignfull > p,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
.wp-block-pullquote.alignwide blockquote,
|
|
.wp-block-pullquote.alignfull blockquote, .entry-content .wp-audio-shortcode {
|
|
.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));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3137,7 +3184,7 @@ table th,
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
|
|
-#page:before, #page:after {
|
|
|
|
|
|
+#page:before {
|
|
background: #252E36;
|
|
background: #252E36;
|
|
border-top-left-radius: 200px;
|
|
border-top-left-radius: 200px;
|
|
border-top-right-radius: 200px;
|
|
border-top-right-radius: 200px;
|
|
@@ -3147,25 +3194,11 @@ table th,
|
|
left: 50%;
|
|
left: 50%;
|
|
margin-left: -100px;
|
|
margin-left: -100px;
|
|
position: absolute;
|
|
position: absolute;
|
|
- top: -32px;
|
|
|
|
|
|
+ top: -37px;
|
|
width: 200px;
|
|
width: 200px;
|
|
-}
|
|
|
|
-
|
|
|
|
-#page:before {
|
|
|
|
z-index: 1;
|
|
z-index: 1;
|
|
}
|
|
}
|
|
|
|
|
|
-#page:after {
|
|
|
|
- background: #C04239;
|
|
|
|
- border-top-left-radius: 210px;
|
|
|
|
- border-top-right-radius: 210px;
|
|
|
|
- height: 110px;
|
|
|
|
- margin-left: -105px;
|
|
|
|
- transform: translateY(-5px);
|
|
|
|
- width: 210px;
|
|
|
|
- z-index: -1;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
#masthead {
|
|
#masthead {
|
|
align-content: center;
|
|
align-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -3177,12 +3210,12 @@ table th,
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
margin: 64px 0 32px;
|
|
margin: 64px 0 32px;
|
|
max-width: 100vw;
|
|
max-width: 100vw;
|
|
- min-height: 78px;
|
|
|
|
|
|
+ min-height: 68px;
|
|
padding-top: 16px;
|
|
padding-top: 16px;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
|
|
-#masthead:before, #masthead:after {
|
|
|
|
|
|
+#masthead:before {
|
|
background: #252E36;
|
|
background: #252E36;
|
|
border-bottom-left-radius: 200px;
|
|
border-bottom-left-radius: 200px;
|
|
border-bottom-right-radius: 200px;
|
|
border-bottom-right-radius: 200px;
|
|
@@ -3192,21 +3225,10 @@ table th,
|
|
left: 50%;
|
|
left: 50%;
|
|
margin-left: -100px;
|
|
margin-left: -100px;
|
|
position: absolute;
|
|
position: absolute;
|
|
- bottom: -32px;
|
|
|
|
|
|
+ bottom: -37px;
|
|
width: 200px;
|
|
width: 200px;
|
|
}
|
|
}
|
|
|
|
|
|
-#masthead:after {
|
|
|
|
- background: #C04239;
|
|
|
|
- border-bottom-left-radius: 210px;
|
|
|
|
- border-bottom-right-radius: 210px;
|
|
|
|
- height: 110px;
|
|
|
|
- margin-left: -105px;
|
|
|
|
- transform: translateY(5px);
|
|
|
|
- width: 210px;
|
|
|
|
- z-index: -1;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
#masthead a {
|
|
#masthead a {
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
@@ -3260,8 +3282,9 @@ table th,
|
|
#masthead > *:nth-child(1):nth-last-child(3),
|
|
#masthead > *:nth-child(1):nth-last-child(3),
|
|
#masthead > *:nth-child(2):nth-last-child(2),
|
|
#masthead > *:nth-child(2):nth-last-child(2),
|
|
#masthead > *:nth-child(3):nth-last-child(1) {
|
|
#masthead > *:nth-child(3):nth-last-child(1) {
|
|
- margin: 0 8px;
|
|
|
|
- width: 33.3333%;
|
|
|
|
|
|
+ margin: 0;
|
|
|
|
+ padding: 0 8px;
|
|
|
|
+ width: 30%;
|
|
width: calc(33.3333% - 16px);
|
|
width: calc(33.3333% - 16px);
|
|
}
|
|
}
|
|
#masthead > *:nth-child(2):nth-last-child(2) {
|
|
#masthead > *:nth-child(2):nth-last-child(2) {
|
|
@@ -3764,3 +3787,12 @@ table th,
|
|
margin-bottom: 8px;
|
|
margin-bottom: 8px;
|
|
width: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.home.hide-homepage-title #masthead:before {
|
|
|
|
+ z-index: 1;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.home.hide-homepage-title .entry-content > *:first-child.alignfull {
|
|
|
|
+ margin-top: -64px;
|
|
|
|
+ position: relative;
|
|
|
|
+}
|