diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 986d0122..56430a4e 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -8,6 +8,17 @@ - +## Release 1.1.0-beta + +** Enhancements ** + + - Now supports Bootstrap 5 in addition to Bootstrap 4. Update your site in the Customizer. (If using a child theme, please check with your child theme author before updating.) + - New Feature: Offcanvas responsive menu support (Bootstrap 5 only) + +** Fixes ** + + - + ## Release 1.0.1 October 7th 2021 ** Fixes ** diff --git a/.github/ISSUE_TEMPLATE/2-support-request.md b/.github/ISSUE_TEMPLATE/2-support-request.md index aab8000f..fe21f2c6 100644 --- a/.github/ISSUE_TEMPLATE/2-support-request.md +++ b/.github/ISSUE_TEMPLATE/2-support-request.md @@ -21,6 +21,14 @@ assignees: '' **Describe the problem** A clear and concise description of the problem. +**Debug Checklist** +Please include all of the following: +- [ ] The version of Understrap you're using (located in the package.json file) +- [ ] Whether you are developing with Understrap or the Understrap child theme +- [ ] The output of `node -v` +- [ ] The output of `git --version` +- [ ] The output of `gulp -v` (if using an Understrap version below 1.0.0) + **Screenshots / Videos** If applicable, add screenshots/videos to help explain your problem. diff --git a/.github/README.md b/.github/README.md index c799b94c..d6cd94da 100644 --- a/.github/README.md +++ b/.github/README.md @@ -34,7 +34,7 @@ Full documentation for this theme is available at [docs.understrap.com](https:// ## Basic Features - Combines Underscore’s PHP/JS files and Bootstrap’s HTML/CSS/JS. -- Comes with Bootstrap (v4) Sass source files and additional .scss files. Nicely sorted and ready to add your own variables and customize the Bootstrap variables. +- Comes with Bootstrap (v4 and/or v5) Sass source files and additional .scss files. Nicely sorted and ready to add your own variables and customize the Bootstrap variables. - Uses a single minified CSS file for all the basic stuff. - [Font Awesome](http://fortawesome.github.io/Font-Awesome/) integration (v4.7.0) - Jetpack ready @@ -106,12 +106,25 @@ module.exports = { }; ``` -then run: +then run: ```bash npm run watch-bs ``` +## Bootstrap 4 Legacy Build Process + +Some of our build tasks have been duplicated to support both Bootstrap 4 and Boostrap 5 asset generation. The *default* version of tasks will generate v5 assets. + +**CSS Tasks** `npm run css` will generate v5 assets, while `npm run css-bs4` will generate necessary assets for v4. + +**JS Tasks** `npm run js` will generate v5 assets, while `npm run js-bs4` will generate necessary assets for v4. + +**Watch Tasks** `npm run watch` and `npm run watch-bs` will only generate for v5. Once complete, run `npm run dist` to update v4. + +**Dist Task** `npm run dist` will generate both v4 & v5 assets. + +**Other Assets** This theme also includes a few additional files directories to support Bootstrap 4 in `/src/build-bootstrap4/`, `/src/sass/assets/bootstrap4/`, and `/src/js/bootstrap4.js` ## Block Editor (Gutenberg) Support @@ -148,7 +161,7 @@ The theme also includes a number of templates for enabling the right and left si ### Full Width Template -The `fullwidthpage.php` template has full width layout without a sidebar. +The `fullwidthpage.php` template has full width layout without a sidebar. Licenses & Credits diff --git a/composer.json b/composer.json index 0b526d4d..74026210 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "homepage": "https://github.com/understrap/understrap", "require": { - "composer/installers": "^1.11", + "composer/installers": "^1.12", "php": ">=5.6" }, "require-dev": { diff --git a/composer.lock b/composer.lock index cac0f83f..3b88995a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "eeb7619b5a84ccfa676de01c01546b32", + "content-hash": "cc8dd90dde5fc82c8fa62b36a84db9af", "packages": [ { "name": "composer/installers", - "version": "v1.11.0", + "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", - "reference": "ae03311f45dfe194412081526be2e003960df74b" + "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/installers/zipball/ae03311f45dfe194412081526be2e003960df74b", - "reference": "ae03311f45dfe194412081526be2e003960df74b", + "url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19", + "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19", "shasum": "" }, "require": { @@ -116,6 +116,7 @@ "modx", "moodle", "osclass", + "pantheon", "phpbb", "piwik", "ppi", @@ -138,7 +139,7 @@ ], "support": { "issues": "https://github.com/composer/installers/issues", - "source": "https://github.com/composer/installers/tree/v1.11.0" + "source": "https://github.com/composer/installers/tree/v1.12.0" }, "funding": [ { @@ -154,7 +155,7 @@ "type": "tidelift" } ], - "time": "2021-04-28T06:42:17+00:00" + "time": "2021-09-13T08:19:44+00:00" } ], "packages-dev": [ @@ -1032,5 +1033,5 @@ "php": ">=5.6" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.1.0" } diff --git a/css/custom-editor-style-bootstrap4.css b/css/custom-editor-style-bootstrap4.css new file mode 100644 index 00000000..9498bf1f --- /dev/null +++ b/css/custom-editor-style-bootstrap4.css @@ -0,0 +1,1141 @@ +@charset "UTF-8"; +*, +*::before, +*::after { + box-sizing: border-box; +} + +html { + font-family: sans-serif; + line-height: 1.15; + -webkit-text-size-adjust: 100%; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} + +article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { + display: block; +} + +body { + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #212529; + text-align: left; + background-color: #fff; +} + +[tabindex="-1"]:focus:not(:focus-visible) { + outline: 0 !important; +} + +hr { + box-sizing: content-box; + height: 0; + overflow: visible; +} + +h1, h2, h3, h4, h5, h6 { + margin-top: 0; + margin-bottom: 0.5rem; +} + +p { + margin-top: 0; + margin-bottom: 1rem; +} + +abbr[title], +abbr[data-original-title] { + text-decoration: underline; + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; + cursor: help; + border-bottom: 0; + -webkit-text-decoration-skip-ink: none; + text-decoration-skip-ink: none; +} + +address { + margin-bottom: 1rem; + font-style: normal; + line-height: inherit; +} + +ol, +ul, +dl { + margin-top: 0; + margin-bottom: 1rem; +} + +ol ol, +ul ul, +ol ul, +ul ol { + margin-bottom: 0; +} + +dt { + font-weight: 700; +} + +dd { + margin-bottom: 0.5rem; + margin-left: 0; +} + +blockquote { + margin: 0 0 1rem; +} + +b, +strong { + font-weight: bolder; +} + +small { + font-size: 80%; +} + +sub, +sup { + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +a { + color: #5533ff; + text-decoration: none; + background-color: transparent; +} +a:hover { + color: #2600e6; + text-decoration: underline; +} + +a:not([href]):not([class]) { + color: inherit; + text-decoration: none; +} +a:not([href]):not([class]):hover { + color: inherit; + text-decoration: none; +} + +pre, +code, +kbd, +samp { + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + font-size: 1em; +} + +pre { + margin-top: 0; + margin-bottom: 1rem; + overflow: auto; + -ms-overflow-style: scrollbar; +} + +figure { + margin: 0 0 1rem; +} + +img { + vertical-align: middle; + border-style: none; +} + +svg { + overflow: hidden; + vertical-align: middle; +} + +table { + border-collapse: collapse; +} + +caption { + padding-top: 0.75rem; + padding-bottom: 0.75rem; + color: #6c757d; + text-align: left; + caption-side: bottom; +} + +th { + text-align: inherit; + text-align: -webkit-match-parent; +} + +label { + display: inline-block; + margin-bottom: 0.5rem; +} + +button { + border-radius: 0; +} + +button:focus:not(:focus-visible) { + outline: 0; +} + +input, +button, +select, +optgroup, +textarea { + margin: 0; + font-family: inherit; + font-size: inherit; + line-height: inherit; +} + +button, +input { + overflow: visible; +} + +button, +select { + text-transform: none; +} + +[role=button] { + cursor: pointer; +} + +select { + word-wrap: normal; +} + +button, +[type=button], +[type=reset], +[type=submit] { + -webkit-appearance: button; +} + +button:not(:disabled), +[type=button]:not(:disabled), +[type=reset]:not(:disabled), +[type=submit]:not(:disabled) { + cursor: pointer; +} + +button::-moz-focus-inner, +[type=button]::-moz-focus-inner, +[type=reset]::-moz-focus-inner, +[type=submit]::-moz-focus-inner { + padding: 0; + border-style: none; +} + +input[type=radio], +input[type=checkbox] { + box-sizing: border-box; + padding: 0; +} + +textarea { + overflow: auto; + resize: vertical; +} + +fieldset { + min-width: 0; + padding: 0; + margin: 0; + border: 0; +} + +legend { + display: block; + width: 100%; + max-width: 100%; + padding: 0; + margin-bottom: 0.5rem; + font-size: 1.5rem; + line-height: inherit; + color: inherit; + white-space: normal; +} + +progress { + vertical-align: baseline; +} + +[type=number]::-webkit-inner-spin-button, +[type=number]::-webkit-outer-spin-button { + height: auto; +} + +[type=search] { + outline-offset: -2px; + -webkit-appearance: none; +} + +[type=search]::-webkit-search-decoration { + -webkit-appearance: none; +} + +::-webkit-file-upload-button { + font: inherit; + -webkit-appearance: button; +} + +output { + display: inline-block; +} + +summary { + display: list-item; + cursor: pointer; +} + +template { + display: none; +} + +[hidden] { + display: none !important; +} + +:root { + --blue: #007bff; + --indigo: #6610f2; + --purple: #5533ff; + --pink: #e83e8c; + --red: #dc3545; + --orange: #fd7e14; + --yellow: #ffc107; + --green: #28a745; + --teal: #20c997; + --cyan: #17a2b8; + --white: #fff; + --gray: #6c757d; + --gray-dark: #343a40; + --primary: #5533ff; + --secondary: #6c757d; + --success: #28a745; + --info: #17a2b8; + --warning: #ffc107; + --danger: #dc3545; + --light: #f8f9fa; + --dark: #343a40; + --breakpoint-xs: 0; + --breakpoint-sm: 576px; + --breakpoint-md: 768px; + --breakpoint-lg: 992px; + --breakpoint-xl: 1200px; + --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; +} + +.table, .wp-block-table table { + width: 100%; + margin-bottom: 1rem; + color: #212529; +} +.table th, .wp-block-table table th, +.table td, +.wp-block-table table td { + padding: 0.75rem; + vertical-align: top; + border-top: 1px solid #dee2e6; +} +.table thead th, .wp-block-table table thead th { + vertical-align: bottom; + border-bottom: 2px solid #dee2e6; +} +.table tbody + tbody, .wp-block-table table tbody + tbody { + border-top: 2px solid #dee2e6; +} + +.table-sm th, +.table-sm td { + padding: 0.3rem; +} + +.table-bordered, .wp-block-table table { + border: 1px solid #dee2e6; +} +.table-bordered th, .wp-block-table table th, +.table-bordered td, +.wp-block-table table td { + border: 1px solid #dee2e6; +} +.table-bordered thead th, .wp-block-table table thead th, +.table-bordered thead td, +.wp-block-table table thead td { + border-bottom-width: 2px; +} + +.table-borderless th, +.table-borderless td, +.table-borderless thead th, +.table-borderless tbody + tbody { + border: 0; +} + +.table-striped tbody tr:nth-of-type(odd) { + background-color: rgba(0, 0, 0, 0.05); +} + +.table-hover tbody tr:hover { + color: #212529; + background-color: rgba(0, 0, 0, 0.075); +} + +.table-primary, +.table-primary > th, +.table-primary > td { + background-color: #cfc6ff; +} +.table-primary th, +.table-primary td, +.table-primary thead th, +.table-primary tbody + tbody { + border-color: #a795ff; +} + +.table-hover .table-primary:hover { + background-color: #baadff; +} +.table-hover .table-primary:hover > td, +.table-hover .table-primary:hover > th { + background-color: #baadff; +} + +.table-secondary, +.table-secondary > th, +.table-secondary > td { + background-color: #d6d8db; +} +.table-secondary th, +.table-secondary td, +.table-secondary thead th, +.table-secondary tbody + tbody { + border-color: #b3b7bb; +} + +.table-hover .table-secondary:hover { + background-color: #c8cbcf; +} +.table-hover .table-secondary:hover > td, +.table-hover .table-secondary:hover > th { + background-color: #c8cbcf; +} + +.table-success, +.table-success > th, +.table-success > td { + background-color: #c3e6cb; +} +.table-success th, +.table-success td, +.table-success thead th, +.table-success tbody + tbody { + border-color: #8fd19e; +} + +.table-hover .table-success:hover { + background-color: #b1dfbb; +} +.table-hover .table-success:hover > td, +.table-hover .table-success:hover > th { + background-color: #b1dfbb; +} + +.table-info, +.table-info > th, +.table-info > td { + background-color: #bee5eb; +} +.table-info th, +.table-info td, +.table-info thead th, +.table-info tbody + tbody { + border-color: #86cfda; +} + +.table-hover .table-info:hover { + background-color: #abdde5; +} +.table-hover .table-info:hover > td, +.table-hover .table-info:hover > th { + background-color: #abdde5; +} + +.table-warning, +.table-warning > th, +.table-warning > td { + background-color: #ffeeba; +} +.table-warning th, +.table-warning td, +.table-warning thead th, +.table-warning tbody + tbody { + border-color: #ffdf7e; +} + +.table-hover .table-warning:hover { + background-color: #ffe8a1; +} +.table-hover .table-warning:hover > td, +.table-hover .table-warning:hover > th { + background-color: #ffe8a1; +} + +.table-danger, +.table-danger > th, +.table-danger > td { + background-color: #f5c6cb; +} +.table-danger th, +.table-danger td, +.table-danger thead th, +.table-danger tbody + tbody { + border-color: #ed969e; +} + +.table-hover .table-danger:hover { + background-color: #f1b0b7; +} +.table-hover .table-danger:hover > td, +.table-hover .table-danger:hover > th { + background-color: #f1b0b7; +} + +.table-light, +.table-light > th, +.table-light > td { + background-color: #fdfdfe; +} +.table-light th, +.table-light td, +.table-light thead th, +.table-light tbody + tbody { + border-color: #fbfcfc; +} + +.table-hover .table-light:hover { + background-color: #ececf6; +} +.table-hover .table-light:hover > td, +.table-hover .table-light:hover > th { + background-color: #ececf6; +} + +.table-dark, +.table-dark > th, +.table-dark > td { + background-color: #c6c8ca; +} +.table-dark th, +.table-dark td, +.table-dark thead th, +.table-dark tbody + tbody { + border-color: #95999c; +} + +.table-hover .table-dark:hover { + background-color: #b9bbbe; +} +.table-hover .table-dark:hover > td, +.table-hover .table-dark:hover > th { + background-color: #b9bbbe; +} + +.table-active, +.table-active > th, +.table-active > td { + background-color: rgba(0, 0, 0, 0.075); +} + +.table-hover .table-active:hover { + background-color: rgba(0, 0, 0, 0.075); +} +.table-hover .table-active:hover > td, +.table-hover .table-active:hover > th { + background-color: rgba(0, 0, 0, 0.075); +} + +.table .thead-dark th, .wp-block-table table .thead-dark th { + color: #fff; + background-color: #343a40; + border-color: #454d55; +} +.table .thead-light th, .wp-block-table table .thead-light th { + color: #495057; + background-color: #e9ecef; + border-color: #dee2e6; +} + +.table-dark { + color: #fff; + background-color: #343a40; +} +.table-dark th, +.table-dark td, +.table-dark thead th { + border-color: #454d55; +} +.table-dark.table-bordered, .wp-block-table table.table-dark { + border: 0; +} +.table-dark.table-striped tbody tr:nth-of-type(odd) { + background-color: rgba(255, 255, 255, 0.05); +} +.table-dark.table-hover tbody tr:hover { + color: #fff; + background-color: rgba(255, 255, 255, 0.075); +} + +@media (max-width: 575.98px) { + .table-responsive-sm { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } + .table-responsive-sm > .table-bordered, .wp-block-table .table-responsive-sm > table { + border: 0; + } +} +@media (max-width: 767.98px) { + .table-responsive-md { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } + .table-responsive-md > .table-bordered, .wp-block-table .table-responsive-md > table { + border: 0; + } +} +@media (max-width: 991.98px) { + .table-responsive-lg { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } + .table-responsive-lg > .table-bordered, .wp-block-table .table-responsive-lg > table { + border: 0; + } +} +@media (max-width: 1199.98px) { + .table-responsive-xl { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } + .table-responsive-xl > .table-bordered, .wp-block-table .table-responsive-xl > table { + border: 0; + } +} +.table-responsive { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; +} +.table-responsive > .table-bordered, .wp-block-table .table-responsive > table { + border: 0; +} + +.img-fluid { + max-width: 100%; + height: auto; +} + +.img-thumbnail { + padding: 0.25rem; + background-color: #fff; + border: 1px solid #dee2e6; + border-radius: 0.25rem; + max-width: 100%; + height: auto; +} + +.figure, .wp-block-image > figure, figure.wp-block-image { + display: inline-block; +} + +.figure-img, .wp-block-image > figure img, figure.wp-block-image img { + margin-bottom: 0.5rem; + line-height: 1; +} + +.figure-caption, .wp-block-image > figure figcaption, figure.wp-block-image figcaption { + font-size: 90%; + color: #6c757d; +} + +h1, h2, h3, h4, h5, h6, +.h1, .h2, .h3, .h4, .h5, .h6 { + margin-bottom: 0.5rem; + font-weight: 500; + line-height: 1.2; +} + +h1, .h1 { + font-size: 2.5rem; +} + +h2, .h2 { + font-size: 2rem; +} + +h3, .h3 { + font-size: 1.75rem; +} + +h4, .h4 { + font-size: 1.5rem; +} + +h5, .h5 { + font-size: 1.25rem; +} + +h6, .h6 { + font-size: 1rem; +} + +.lead { + font-size: 1.25rem; + font-weight: 300; +} + +.display-1 { + font-size: 6rem; + font-weight: 300; + line-height: 1.2; +} + +.display-2 { + font-size: 5.5rem; + font-weight: 300; + line-height: 1.2; +} + +.display-3 { + font-size: 4.5rem; + font-weight: 300; + line-height: 1.2; +} + +.display-4 { + font-size: 3.5rem; + font-weight: 300; + line-height: 1.2; +} + +hr { + margin-top: 1rem; + margin-bottom: 1rem; + border: 0; + border-top: 1px solid rgba(0, 0, 0, 0.1); +} + +small, +.small { + font-size: 80%; + font-weight: 400; +} + +mark, +.mark { + padding: 0.2em; + background-color: #fcf8e3; +} + +.list-unstyled { + padding-left: 0; + list-style: none; +} + +.list-inline { + padding-left: 0; + list-style: none; +} + +.list-inline-item { + display: inline-block; +} +.list-inline-item:not(:last-child) { + margin-right: 0.5rem; +} + +.initialism { + font-size: 90%; + text-transform: uppercase; +} + +.blockquote, .wp-block-quote { + margin-bottom: 1rem; + font-size: 1.25rem; +} + +.blockquote-footer, .wp-block-quote cite { + display: block; + font-size: 80%; + color: #6c757d; +} +.blockquote-footer::before, .wp-block-quote cite::before { + content: "— "; +} + +.has-blue-color, +.has-blue-color:visited { + color: #007bff; +} + +.has-blue-background-color { + background-color: #007bff; + border-color: #007bff; +} + +.has-indigo-color, +.has-indigo-color:visited { + color: #6610f2; +} + +.has-indigo-background-color { + background-color: #6610f2; + border-color: #6610f2; +} + +.has-purple-color, +.has-purple-color:visited { + color: #5533ff; +} + +.has-purple-background-color { + background-color: #5533ff; + border-color: #5533ff; +} + +.has-pink-color, +.has-pink-color:visited { + color: #e83e8c; +} + +.has-pink-background-color { + background-color: #e83e8c; + border-color: #e83e8c; +} + +.has-red-color, +.has-red-color:visited { + color: #dc3545; +} + +.has-red-background-color { + background-color: #dc3545; + border-color: #dc3545; +} + +.has-orange-color, +.has-orange-color:visited { + color: #fd7e14; +} + +.has-orange-background-color { + background-color: #fd7e14; + border-color: #fd7e14; +} + +.has-yellow-color, +.has-yellow-color:visited { + color: #ffc107; +} + +.has-yellow-background-color { + background-color: #ffc107; + border-color: #ffc107; +} + +.has-green-color, +.has-green-color:visited { + color: #28a745; +} + +.has-green-background-color { + background-color: #28a745; + border-color: #28a745; +} + +.has-teal-color, +.has-teal-color:visited { + color: #20c997; +} + +.has-teal-background-color { + background-color: #20c997; + border-color: #20c997; +} + +.has-cyan-color, +.has-cyan-color:visited { + color: #17a2b8; +} + +.has-cyan-background-color { + background-color: #17a2b8; + border-color: #17a2b8; +} + +.has-white-color, +.has-white-color:visited { + color: #fff; +} + +.has-white-background-color { + background-color: #fff; + border-color: #fff; +} + +.has-gray-color, +.has-gray-color:visited { + color: #6c757d; +} + +.has-gray-background-color { + background-color: #6c757d; + border-color: #6c757d; +} + +.has-gray-dark-color, +.has-gray-dark-color:visited { + color: #343a40; +} + +.has-gray-dark-background-color { + background-color: #343a40; + border-color: #343a40; +} + +.has-primary-color, +.has-primary-color:visited { + color: #5533ff; +} + +.has-primary-background-color { + background-color: #5533ff; + border-color: #5533ff; +} + +.has-secondary-color, +.has-secondary-color:visited { + color: #6c757d; +} + +.has-secondary-background-color { + background-color: #6c757d; + border-color: #6c757d; +} + +.has-success-color, +.has-success-color:visited { + color: #28a745; +} + +.has-success-background-color { + background-color: #28a745; + border-color: #28a745; +} + +.has-info-color, +.has-info-color:visited { + color: #17a2b8; +} + +.has-info-background-color { + background-color: #17a2b8; + border-color: #17a2b8; +} + +.has-warning-color, +.has-warning-color:visited { + color: #ffc107; +} + +.has-warning-background-color { + background-color: #ffc107; + border-color: #ffc107; +} + +.has-danger-color, +.has-danger-color:visited { + color: #dc3545; +} + +.has-danger-background-color { + background-color: #dc3545; + border-color: #dc3545; +} + +.has-light-color, +.has-light-color:visited { + color: #f8f9fa; +} + +.has-light-background-color { + background-color: #f8f9fa; + border-color: #f8f9fa; +} + +.has-dark-color, +.has-dark-color:visited { + color: #343a40; +} + +.has-dark-background-color { + background-color: #343a40; + border-color: #343a40; +} + +figure.wp-block-image { + display: block; +} +.wp-block-image > figure { + display: block; +} +body.understrap-no-sidebar .alignwide, +body.understrap-no-sidebar .alignfull, +body.understrap-no-sidebar .wp-block-cover.alignwide, +body.understrap-no-sidebar .wp-block-cover.alignfull { + margin: 0px -webkit-calc(50% - 50vw); + margin: 0px calc(50% - 50vw); + max-width: 100vw; + width: 100vw; +} +body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container, +body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container, +body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container, +body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container { + width: 100%; + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} +@media (min-width: 576px) { + body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container, +body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container, +body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container, +body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container { + max-width: 540px; + } +} +@media (min-width: 768px) { + body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container, +body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container, +body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container, +body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container { + max-width: 720px; + } +} +@media (min-width: 992px) { + body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container, +body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container, +body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container, +body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container { + max-width: 960px; + } +} +@media (min-width: 1200px) { + body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container, +body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container, +body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container, +body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container { + max-width: 1140px; + } +} +body.understrap-no-sidebar .alignwide, +body.understrap-no-sidebar .wp-block-cover.alignwide { + margin: 0px -webkit-calc(50% - 45vw); + margin: 0px calc(50% - 45vw); + max-width: 90vw; + width: 100vw; +} +body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container, +body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container { + width: 100%; + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} +@media (min-width: 576px) { + body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container, +body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container { + max-width: 540px; + } +} +@media (min-width: 768px) { + body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container, +body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container { + max-width: 720px; + } +} +@media (min-width: 992px) { + body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container, +body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container { + max-width: 960px; + } +} +@media (min-width: 1200px) { + body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container, +body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container { + max-width: 1140px; + } +} +@media (max-width: 920px) { + body.understrap-no-sidebar .alignwide, +body.understrap-no-sidebar .wp-block-cover.alignwide { + margin: 0px -webkit-calc(50% - 48vw); + margin: 0px calc(50% - 48vw); + max-width: 96vw; + width: 100vw; + } +} + +.wp-block-buttons .wp-block-button .wp-block-button__link { + padding: 0.375rem 0.75rem; + font-size: 1rem; + line-height: 1.5; + border-radius: 0.25rem; +} +.wp-block-buttons .wp-block-button:not(.is-style-outline) .wp-block-button__link { + border: 1px solid transparent; +} + +.components-circular-option-picker__option { + border-radius: 50%; +} + +.editor-post-title .editor-post-title__input { + font-size: 2.5rem; + font-weight: 500; +} + +/*# sourceMappingURL=custom-editor-style-bootstrap4.css.map */ \ No newline at end of file diff --git a/css/custom-editor-style-bootstrap4.css.map b/css/custom-editor-style-bootstrap4.css.map new file mode 100644 index 00000000..6b0332bf --- /dev/null +++ b/css/custom-editor-style-bootstrap4.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["custom-editor-style-bootstrap4.css","../src/sass/assets/bootstrap4/_reboot.scss","../src/sass/assets/bootstrap4/_variables.scss","../src/sass/assets/bootstrap4/vendor/_rfs.scss","../src/sass/assets/bootstrap4/mixins/_hover.scss","../src/sass/assets/bootstrap4/_root.scss","../src/sass/assets/bootstrap4/_tables.scss","../src/sass/assets/bootstrap4/mixins/_table-row.scss","../src/sass/assets/bootstrap4/mixins/_breakpoints.scss","../src/sass/assets/bootstrap4/_images.scss","../src/sass/assets/bootstrap4/mixins/_image.scss","../src/sass/assets/bootstrap4/mixins/_border-radius.scss","../src/sass/assets/bootstrap4/_type.scss","../src/sass/assets/bootstrap4/mixins/_lists.scss","../src/sass/theme/_colors.scss","../src/sass/theme/_blocks-bootstrap4.scss","../src/sass/assets/bootstrap4/mixins/_grid.scss","../src/sass/assets/bootstrap4/mixins/_buttons.scss","../src/sass/custom-editor-style-bootstrap4.scss"],"names":[],"mappings":"AAAA,gBAAgB;ACkBhB;;;EAGE,sBAAA;ADhBF;;ACmBA;EACE,uBAAA;EACA,iBAAA;EACA,8BAAA;EACA,6CAAA;ADhBF;;ACsBA;EACE,cAAA;ADnBF;;AC6BA;EACE,SAAA;EACA,qNCqO4B;ECrJxB,eAtCa;EFxCjB,gBC8O4B;ED7O5B,gBCkP4B;EDjP5B,cCnCS;EDoCT,gBAAA;EACA,sBC9CS;AFoBX;;ACsCA;EACE,qBAAA;ADnCF;;AC4CA;EACE,uBAAA;EACA,SAAA;EACA,iBAAA;ADzCF;;ACsDA;EACE,aAAA;EACA,qBCgN4B;AFnQ9B;;AC0DA;EACE,aAAA;EACA,mBCoF0B;AF3I5B;;ACkEA;;EAEE,0BAAA;EACA,yCAAA;EAAA,iCAAA;EACA,YAAA;EACA,gBAAA;EACA,sCAAA;EAAA,8BAAA;AD/DF;;ACkEA;EACE,mBAAA;EACA,kBAAA;EACA,oBAAA;AD/DF;;ACkEA;;;EAGE,aAAA;EACA,mBAAA;AD/DF;;ACkEA;;;;EAIE,gBAAA;AD/DF;;ACkEA;EACE,gBCiJ4B;AFhN9B;;ACkEA;EACE,qBAAA;EACA,cAAA;AD/DF;;ACkEA;EACE,gBAAA;AD/DF;;ACkEA;;EAEE,mBCoI4B;AFnM9B;;ACkEA;EExFI,cAAA;AH0BJ;;ACuEA;;EAEE,kBAAA;EEnGE,cAAA;EFqGF,cAAA;EACA,wBAAA;ADpEF;;ACuEA;EAAM,eAAA;ADnEN;;ACoEA;EAAM,WAAA;ADhEN;;ACuEA;EACE,cCXwC;EDYxC,qBCXwC;EDYxC,6BAAA;ADpEF;AI5GE;EHmLE,cCdsC;EDetC,0BCdsC;AFtD1C;;AC6EA;EACE,cAAA;EACA,qBAAA;AD1EF;AIrHE;EHkME,cAAA;EACA,qBAAA;AD1EJ;;ACmFA;;;;EAIE,iGCyD4B;EC7M1B,cAAA;AHqEJ;;ACmFA;EAEE,aAAA;EAEA,mBAAA;EAEA,cAAA;EAGA,6BAAA;ADrFF;;AC6FA;EAEE,gBAAA;AD3FF;;ACmGA;EACE,sBAAA;EACA,kBAAA;ADhGF;;ACmGA;EAGE,gBAAA;EACA,sBAAA;ADlGF;;AC0GA;EACE,yBAAA;ADvGF;;AC0GA;EACE,oBC6E4B;ED5E5B,uBC4E4B;ED3E5B,cCtQS;EDuQT,gBAAA;EACA,oBAAA;ADvGF;;AC8GA;EAEE,mBAAA;EACA,gCAAA;AD5GF;;ACoHA;EAEE,qBAAA;EACA,qBC2JsC;AF7QxC;;ACwHA;EAEE,gBAAA;ADtHF;;AC8HA;EACE,UAAA;AD3HF;;AC8HA;;;;;EAKE,SAAA;EACA,oBAAA;EE5PE,kBAAA;EF8PF,oBAAA;AD3HF;;AC8HA;;EAEE,iBAAA;AD3HF;;AC8HA;;EAEE,oBAAA;AD3HF;;ACiIA;EACE,eAAA;AD9HF;;ACoIA;EACE,iBAAA;ADjIF;;ACwIA;;;;EAIE,0BAAA;ADrIF;;AC8II;;;;EACE,eAAA;ADxIN;;AC8IA;;;;EAIE,UAAA;EACA,kBAAA;AD3IF;;AC8IA;;EAEE,sBAAA;EACA,UAAA;AD3IF;;AC+IA;EACE,cAAA;EAEA,gBAAA;AD7IF;;ACgJA;EAME,YAAA;EAEA,UAAA;EACA,SAAA;EACA,SAAA;ADnJF;;ACwJA;EACE,cAAA;EACA,WAAA;EACA,eAAA;EACA,UAAA;EACA,qBAAA;EEnSI,iBAtCa;EF2UjB,oBAAA;EACA,cAAA;EACA,mBAAA;ADrJF;;ACwJA;EACE,wBAAA;ADrJF;;ACyJA;;EAEE,YAAA;ADtJF;;ACyJA;EAKE,oBAAA;EACA,wBAAA;AD1JF;;ACiKA;EACE,wBAAA;AD9JF;;ACsKA;EACE,aAAA;EACA,0BAAA;ADnKF;;AC0KA;EACE,qBAAA;ADvKF;;AC0KA;EACE,kBAAA;EACA,eAAA;ADvKF;;AC0KA;EACE,aAAA;ADvKF;;AC4KA;EACE,wBAAA;ADzKF;;AKzTA;EAGI,eAAA;EAAA,iBAAA;EAAA,iBAAA;EAAA,eAAA;EAAA,cAAA;EAAA,iBAAA;EAAA,iBAAA;EAAA,gBAAA;EAAA,eAAA;EAAA,eAAA;EAAA,aAAA;EAAA,eAAA;EAAA,oBAAA;EAIA,kBAAA;EAAA,oBAAA;EAAA,kBAAA;EAAA,eAAA;EAAA,kBAAA;EAAA,iBAAA;EAAA,gBAAA;EAAA,eAAA;EAIA,kBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,uBAAA;EAKF,kOAAA;EACA,6GAAA;ALuUF;;AMpVA;EACE,WAAA;EACA,mBJiIO;EIhIP,cJSS;AF8UX;AMpVE;;;EAEE,gBJkV0B;EIjV1B,mBAAA;EACA,6BAAA;ANuVJ;AMpVE;EACE,sBAAA;EACA,gCAAA;ANsVJ;AMnVE;EACE,6BAAA;ANqVJ;;AM3UE;;EAEE,eJ4T0B;AFkB9B;;AMrUA;EACE,yBAAA;ANwUF;AMtUE;;;EAEE,yBAAA;ANyUJ;AMrUI;;;EAEE,wBAAA;ANwUN;;AMlUE;;;;EAIE,SAAA;ANqUJ;;AM5TE;EACE,qCJwR0B;AFuC9B;;AI9XE;EE2EI,cJvEK;EIwEL,sCJ6QwB;AF0C9B;;AOzYI;;;EAGE,yBD2F+B;ANiTrC;AOxYM;;;;EAIE,qBDmFyE;ANuTjF;;AI/YE;EGiBM,yBAJe;APsYvB;AOhYQ;;EAEE,yBARa;AP0YvB;;AO7ZI;;;EAGE,yBD2F+B;ANqUrC;AO5ZM;;;;EAIE,qBDmFyE;AN2UjF;;AInaE;EGiBM,yBAJe;AP0ZvB;AOpZQ;;EAEE,yBARa;AP8ZvB;;AOjbI;;;EAGE,yBD2F+B;ANyVrC;AOhbM;;;;EAIE,qBDmFyE;AN+VjF;;AIvbE;EGiBM,yBAJe;AP8avB;AOxaQ;;EAEE,yBARa;APkbvB;;AOrcI;;;EAGE,yBD2F+B;AN6WrC;AOpcM;;;;EAIE,qBDmFyE;ANmXjF;;AI3cE;EGiBM,yBAJe;APkcvB;AO5bQ;;EAEE,yBARa;APscvB;;AOzdI;;;EAGE,yBD2F+B;ANiYrC;AOxdM;;;;EAIE,qBDmFyE;ANuYjF;;AI/dE;EGiBM,yBAJe;APsdvB;AOhdQ;;EAEE,yBARa;AP0dvB;;AO7eI;;;EAGE,yBD2F+B;ANqZrC;AO5eM;;;;EAIE,qBDmFyE;AN2ZjF;;AInfE;EGiBM,yBAJe;AP0evB;AOpeQ;;EAEE,yBARa;AP8evB;;AOjgBI;;;EAGE,yBD2F+B;ANyarC;AOhgBM;;;;EAIE,qBDmFyE;AN+ajF;;AIvgBE;EGiBM,yBAJe;AP8fvB;AOxfQ;;EAEE,yBARa;APkgBvB;;AOrhBI;;;EAGE,yBD2F+B;AN6brC;AOphBM;;;;EAIE,qBDmFyE;ANmcjF;;AI3hBE;EGiBM,yBAJe;APkhBvB;AO5gBQ;;EAEE,yBARa;APshBvB;;AOziBI;;;EAGE,sCL4VwB;AFgN9B;;AIziBE;EGiBM,sCAJe;APgiBvB;AO1hBQ;;EAEE,sCARa;APoiBvB;;AM5cI;EACE,WJ3GK;EI4GL,yBJpGK;EIqGL,qBJgQwB;AF+M9B;AM1cI;EACE,cJ5GK;EI6GL,yBJlHK;EImHL,qBJlHK;AF8jBX;;AMvcA;EACE,WJ3HS;EI4HT,yBJpHS;AF8jBX;AMxcE;;;EAGE,qBJ4O0B;AF8N9B;AMvcE;EACE,SAAA;ANycJ;AMrcI;EACE,2CJgOwB;AFuO9B;AI5kBE;EE4IM,WJjJG;EIkJH,4CJ0NsB;AFyO9B;;AQnhBI;EFiGA;IAEI,cAAA;IACA,WAAA;IACA,gBAAA;IACA,iCAAA;ENqbN;EMlbM;IACE,SAAA;ENobR;AACF;AQ/hBI;EFiGA;IAEI,cAAA;IACA,WAAA;IACA,gBAAA;IACA,iCAAA;ENgcN;EM7bM;IACE,SAAA;EN+bR;AACF;AQ1iBI;EFiGA;IAEI,cAAA;IACA,WAAA;IACA,gBAAA;IACA,iCAAA;EN2cN;EMxcM;IACE,SAAA;EN0cR;AACF;AQrjBI;EFiGA;IAEI,cAAA;IACA,WAAA;IACA,gBAAA;IACA,iCAAA;ENsdN;EMndM;IACE,SAAA;ENqdR;AACF;AM/dI;EAEI,cAAA;EACA,WAAA;EACA,gBAAA;EACA,iCAAA;ANgeR;AM7dQ;EACE,SAAA;AN+dV;;AS3oBA;ECIE,eAAA;EAGA,YAAA;AVyoBF;;AS1oBA;EACE,gBPmgCkC;EOlgClC,sBPRS;EOST,yBAAA;EEEE,sBAAA;EDPF,eAAA;EAGA,YAAA;AVkpBF;;ASpoBA;EAEE,qBAAA;ATsoBF;;ASnoBA;EACE,qBAAA;EACA,cAAA;ATsoBF;;ASnoBA;ENkCI,cAAA;EMhCF,cP3BS;AFiqBX;;AYxqBA;;EAEE,qBVqS4B;EUnS5B,gBVqS4B;EUpS5B,gBVqS4B;AFqY9B;;AYtqBA;ETgHM,iBAtCa;AHgmBnB;;AYzqBA;ET+GM,eAtCa;AHomBnB;;AY5qBA;ET8GM,kBAtCa;AHwmBnB;;AY/qBA;ET6GM,iBAtCa;AH4mBnB;;AYlrBA;ET4GM,kBAtCa;AHgnBnB;;AYrrBA;ET2GM,eAtCa;AHonBnB;;AYvrBA;ETyGM,kBAtCa;ESjEjB,gBVuS4B;AFmZ9B;;AYtrBA;ETmGM,eAtCa;ES3DjB,gBV0R4B;EUzR5B,gBViR4B;AFwa9B;;AYvrBA;ET8FM,iBAtCa;EStDjB,gBVsR4B;EUrR5B,gBV4Q4B;AF8a9B;;AYxrBA;ETyFM,iBAtCa;ESjDjB,gBVkR4B;EUjR5B,gBVuQ4B;AFob9B;;AYzrBA;EToFM,iBAtCa;ES5CjB,gBV8Q4B;EU7Q5B,gBVkQ4B;AF0b9B;;AYprBA;EACE,gBVgFO;EU/EP,mBV+EO;EU9EP,SAAA;EACA,wCAAA;AZurBF;;AY/qBA;;ETMI,cAAA;ESHF,gBV0N4B;AFwd9B;;AY/qBA;;EAEE,cVkQ4B;EUjQ5B,yBV0Q4B;AFwa9B;;AY1qBA;EC/EE,eAAA;EACA,gBAAA;Ab6vBF;;AY1qBA;ECpFE,eAAA;EACA,gBAAA;AbkwBF;;AY5qBA;EACE,qBAAA;AZ+qBF;AY7qBE;EACE,oBVoP0B;AF2b9B;;AYrqBA;ETjCI,cAAA;ESmCF,yBAAA;AZwqBF;;AYpqBA;EACE,mBVuBO;ECRH,kBAtCa;AH+rBnB;;AYpqBA;EACE,cAAA;ET7CE,cAAA;ES+CF,cV1GS;AFixBX;AYrqBE;EACE,aAAA;AZuqBJ;;Ac/xBC;;EAEC,cZ2CO;AFuvBT;;AchyBC;EACC,yBZwCO;EYvCP,qBZuCO;AF4vBT;;AczyBC;;EAEC,cZ2CO;AFiwBT;;Ac1yBC;EACC,yBZwCO;EYvCP,qBZuCO;AFswBT;;AcnzBC;;EAEC,cZ2CO;AF2wBT;;AcpzBC;EACC,yBZwCO;EYvCP,qBZuCO;AFgxBT;;Ac7zBC;;EAEC,cZ2CO;AFqxBT;;Ac9zBC;EACC,yBZwCO;EYvCP,qBZuCO;AF0xBT;;Acv0BC;;EAEC,cZ2CO;AF+xBT;;Acx0BC;EACC,yBZwCO;EYvCP,qBZuCO;AFoyBT;;Acj1BC;;EAEC,cZ2CO;AFyyBT;;Acl1BC;EACC,yBZwCO;EYvCP,qBZuCO;AF8yBT;;Ac31BC;;EAEC,cZ2CO;AFmzBT;;Ac51BC;EACC,yBZwCO;EYvCP,qBZuCO;AFwzBT;;Acr2BC;;EAEC,cZ2CO;AF6zBT;;Act2BC;EACC,yBZwCO;EYvCP,qBZuCO;AFk0BT;;Ac/2BC;;EAEC,cZ2CO;AFu0BT;;Ach3BC;EACC,yBZwCO;EYvCP,qBZuCO;AF40BT;;Acz3BC;;EAEC,cZ2CO;AFi1BT;;Ac13BC;EACC,yBZwCO;EYvCP,qBZuCO;AFs1BT;;Acn4BC;;EAEC,WZ2CO;AF21BT;;Acp4BC;EACC,sBZwCO;EYvCP,kBZuCO;AFg2BT;;Ac74BC;;EAEC,cZ2CO;AFq2BT;;Ac94BC;EACC,yBZwCO;EYvCP,qBZuCO;AF02BT;;Acv5BC;;EAEC,cZ2CO;AF+2BT;;Acx5BC;EACC,yBZwCO;EYvCP,qBZuCO;AFo3BT;;Act5BC;;EAEC,cZ6Da;AF41Bf;;Acv5BC;EACC,yBZ0Da;EYzDb,qBZyDa;AFi2Bf;;Ach6BC;;EAEC,cZ6Da;AFs2Bf;;Acj6BC;EACC,yBZ0Da;EYzDb,qBZyDa;AF22Bf;;Ac16BC;;EAEC,cZ6Da;AFg3Bf;;Ac36BC;EACC,yBZ0Da;EYzDb,qBZyDa;AFq3Bf;;Acp7BC;;EAEC,cZ6Da;AF03Bf;;Acr7BC;EACC,yBZ0Da;EYzDb,qBZyDa;AF+3Bf;;Ac97BC;;EAEC,cZ6Da;AFo4Bf;;Ac/7BC;EACC,yBZ0Da;EYzDb,qBZyDa;AFy4Bf;;Acx8BC;;EAEC,cZ6Da;AF84Bf;;Acz8BC;EACC,yBZ0Da;EYzDb,qBZyDa;AFm5Bf;;Acl9BC;;EAEC,cZ6Da;AFw5Bf;;Acn9BC;EACC,yBZ0Da;EYzDb,qBZyDa;AF65Bf;;Ac59BC;;EAEC,cZ6Da;AFk6Bf;;Ac79BC;EACC,yBZ0Da;EYzDb,qBZyDa;AFu6Bf;;Aep+BA;EAEC,cAAA;Afs+BD;Ae59BA;EAEC,cAAA;Af69BD;Aej9BC;;;;EAIC,oCAAA;EAAA,4BAAA;EACA,gBAAA;EACA,YAAA;Afm9BF;Aej9BE;;;;EC5CA,WAAA;EACA,mBAAA;EACA,kBAAA;EACA,kBAAA;EACA,iBAAA;AhBmgCF;AQh9BI;EOXF;;;;IC1BI,gBd2LiB;EFi0BrB;AACF;AQx9BI;EOXF;;;;IC1BI,gBd2LiB;EFy0BrB;AACF;AQh+BI;EOXF;;;;IC1BI,gBd2LiB;EFi1BrB;AACF;AQx+BI;EOXF;;;;IC1BI,iBd2LiB;EFy1BrB;AACF;Aer/BC;;EAEC,oCAAA;EAAA,4BAAA;EACA,eAAA;EACA,YAAA;Afu/BF;Aer/BE;;ECxDA,WAAA;EACA,mBAAA;EACA,kBAAA;EACA,kBAAA;EACA,iBAAA;AhBijCF;AQ9/BI;EOCF;;ICtCI,gBd2LiB;EF62BrB;AACF;AQpgCI;EOCF;;ICtCI,gBd2LiB;EFm3BrB;AACF;AQ1gCI;EOCF;;ICtCI,gBd2LiB;EFy3BrB;AACF;AQhhCI;EOCF;;ICtCI,iBd2LiB;EF+3BrB;AACF;Ae9gCC;EACC;;IAEC,oCAAA;IAAA,4BAAA;IACA,eAAA;IACA,YAAA;EfghCD;AACF;;AezgCE;EEuBA,yBAAA;EduBI,eAtCa;EciBjB,gBf0L4B;ESlR1B,sBAAA;AX+kCJ;Ae7gCE;EACC,6BAAA;Af+gCH;;AkB5kCA;EACC,kBAAA;AlB+kCD;;AkB3kCA;EACC,iBhBwQ6B;EgBvQ7B,gBhBgR6B;AF8zB9B","file":"custom-editor-style-bootstrap4.css","sourcesContent":["@charset \"UTF-8\";\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #212529;\n text-align: left;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n text-decoration: underline dotted;\n cursor: help;\n border-bottom: 0;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 700;\n}\n\ndd {\n margin-bottom: 0.5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\na {\n color: #5533ff;\n text-decoration: none;\n background-color: transparent;\n}\na:hover {\n color: #2600e6;\n text-decoration: underline;\n}\n\na:not([href]):not([class]) {\n color: inherit;\n text-decoration: none;\n}\na:not([href]):not([class]):hover {\n color: inherit;\n text-decoration: none;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n -ms-overflow-style: scrollbar;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n vertical-align: middle;\n border-style: none;\n}\n\nsvg {\n overflow: hidden;\n vertical-align: middle;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n color: #6c757d;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n text-align: inherit;\n text-align: -webkit-match-parent;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 0.5rem;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus:not(:focus-visible) {\n outline: 0;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\n[role=button] {\n cursor: pointer;\n}\n\nselect {\n word-wrap: normal;\n}\n\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=button]:not(:disabled),\n[type=reset]:not(:disabled),\n[type=submit]:not(:disabled) {\n cursor: pointer;\n}\n\nbutton::-moz-focus-inner,\n[type=button]::-moz-focus-inner,\n[type=reset]::-moz-focus-inner,\n[type=submit]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=radio],\ninput[type=checkbox] {\n box-sizing: border-box;\n padding: 0;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n padding: 0;\n margin-bottom: 0.5rem;\n font-size: 1.5rem;\n line-height: inherit;\n color: inherit;\n white-space: normal;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=number]::-webkit-inner-spin-button,\n[type=number]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=search] {\n outline-offset: -2px;\n -webkit-appearance: none;\n}\n\n[type=search]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n\n:root {\n --blue: #007bff;\n --indigo: #6610f2;\n --purple: #5533ff;\n --pink: #e83e8c;\n --red: #dc3545;\n --orange: #fd7e14;\n --yellow: #ffc107;\n --green: #28a745;\n --teal: #20c997;\n --cyan: #17a2b8;\n --white: #fff;\n --gray: #6c757d;\n --gray-dark: #343a40;\n --primary: #5533ff;\n --secondary: #6c757d;\n --success: #28a745;\n --info: #17a2b8;\n --warning: #ffc107;\n --danger: #dc3545;\n --light: #f8f9fa;\n --dark: #343a40;\n --breakpoint-xs: 0;\n --breakpoint-sm: 576px;\n --breakpoint-md: 768px;\n --breakpoint-lg: 992px;\n --breakpoint-xl: 1200px;\n --font-family-sans-serif: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n}\n\n.table, .wp-block-table table {\n width: 100%;\n margin-bottom: 1rem;\n color: #212529;\n}\n.table th, .wp-block-table table th,\n.table td,\n.wp-block-table table td {\n padding: 0.75rem;\n vertical-align: top;\n border-top: 1px solid #dee2e6;\n}\n.table thead th, .wp-block-table table thead th {\n vertical-align: bottom;\n border-bottom: 2px solid #dee2e6;\n}\n.table tbody + tbody, .wp-block-table table tbody + tbody {\n border-top: 2px solid #dee2e6;\n}\n\n.table-sm th,\n.table-sm td {\n padding: 0.3rem;\n}\n\n.table-bordered, .wp-block-table table {\n border: 1px solid #dee2e6;\n}\n.table-bordered th, .wp-block-table table th,\n.table-bordered td,\n.wp-block-table table td {\n border: 1px solid #dee2e6;\n}\n.table-bordered thead th, .wp-block-table table thead th,\n.table-bordered thead td,\n.wp-block-table table thead td {\n border-bottom-width: 2px;\n}\n\n.table-borderless th,\n.table-borderless td,\n.table-borderless thead th,\n.table-borderless tbody + tbody {\n border: 0;\n}\n\n.table-striped tbody tr:nth-of-type(odd) {\n background-color: rgba(0, 0, 0, 0.05);\n}\n\n.table-hover tbody tr:hover {\n color: #212529;\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table-primary,\n.table-primary > th,\n.table-primary > td {\n background-color: #cfc6ff;\n}\n.table-primary th,\n.table-primary td,\n.table-primary thead th,\n.table-primary tbody + tbody {\n border-color: #a795ff;\n}\n\n.table-hover .table-primary:hover {\n background-color: #baadff;\n}\n.table-hover .table-primary:hover > td,\n.table-hover .table-primary:hover > th {\n background-color: #baadff;\n}\n\n.table-secondary,\n.table-secondary > th,\n.table-secondary > td {\n background-color: #d6d8db;\n}\n.table-secondary th,\n.table-secondary td,\n.table-secondary thead th,\n.table-secondary tbody + tbody {\n border-color: #b3b7bb;\n}\n\n.table-hover .table-secondary:hover {\n background-color: #c8cbcf;\n}\n.table-hover .table-secondary:hover > td,\n.table-hover .table-secondary:hover > th {\n background-color: #c8cbcf;\n}\n\n.table-success,\n.table-success > th,\n.table-success > td {\n background-color: #c3e6cb;\n}\n.table-success th,\n.table-success td,\n.table-success thead th,\n.table-success tbody + tbody {\n border-color: #8fd19e;\n}\n\n.table-hover .table-success:hover {\n background-color: #b1dfbb;\n}\n.table-hover .table-success:hover > td,\n.table-hover .table-success:hover > th {\n background-color: #b1dfbb;\n}\n\n.table-info,\n.table-info > th,\n.table-info > td {\n background-color: #bee5eb;\n}\n.table-info th,\n.table-info td,\n.table-info thead th,\n.table-info tbody + tbody {\n border-color: #86cfda;\n}\n\n.table-hover .table-info:hover {\n background-color: #abdde5;\n}\n.table-hover .table-info:hover > td,\n.table-hover .table-info:hover > th {\n background-color: #abdde5;\n}\n\n.table-warning,\n.table-warning > th,\n.table-warning > td {\n background-color: #ffeeba;\n}\n.table-warning th,\n.table-warning td,\n.table-warning thead th,\n.table-warning tbody + tbody {\n border-color: #ffdf7e;\n}\n\n.table-hover .table-warning:hover {\n background-color: #ffe8a1;\n}\n.table-hover .table-warning:hover > td,\n.table-hover .table-warning:hover > th {\n background-color: #ffe8a1;\n}\n\n.table-danger,\n.table-danger > th,\n.table-danger > td {\n background-color: #f5c6cb;\n}\n.table-danger th,\n.table-danger td,\n.table-danger thead th,\n.table-danger tbody + tbody {\n border-color: #ed969e;\n}\n\n.table-hover .table-danger:hover {\n background-color: #f1b0b7;\n}\n.table-hover .table-danger:hover > td,\n.table-hover .table-danger:hover > th {\n background-color: #f1b0b7;\n}\n\n.table-light,\n.table-light > th,\n.table-light > td {\n background-color: #fdfdfe;\n}\n.table-light th,\n.table-light td,\n.table-light thead th,\n.table-light tbody + tbody {\n border-color: #fbfcfc;\n}\n\n.table-hover .table-light:hover {\n background-color: #ececf6;\n}\n.table-hover .table-light:hover > td,\n.table-hover .table-light:hover > th {\n background-color: #ececf6;\n}\n\n.table-dark,\n.table-dark > th,\n.table-dark > td {\n background-color: #c6c8ca;\n}\n.table-dark th,\n.table-dark td,\n.table-dark thead th,\n.table-dark tbody + tbody {\n border-color: #95999c;\n}\n\n.table-hover .table-dark:hover {\n background-color: #b9bbbe;\n}\n.table-hover .table-dark:hover > td,\n.table-hover .table-dark:hover > th {\n background-color: #b9bbbe;\n}\n\n.table-active,\n.table-active > th,\n.table-active > td {\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table-hover .table-active:hover {\n background-color: rgba(0, 0, 0, 0.075);\n}\n.table-hover .table-active:hover > td,\n.table-hover .table-active:hover > th {\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table .thead-dark th, .wp-block-table table .thead-dark th {\n color: #fff;\n background-color: #343a40;\n border-color: #454d55;\n}\n.table .thead-light th, .wp-block-table table .thead-light th {\n color: #495057;\n background-color: #e9ecef;\n border-color: #dee2e6;\n}\n\n.table-dark {\n color: #fff;\n background-color: #343a40;\n}\n.table-dark th,\n.table-dark td,\n.table-dark thead th {\n border-color: #454d55;\n}\n.table-dark.table-bordered, .wp-block-table table.table-dark {\n border: 0;\n}\n.table-dark.table-striped tbody tr:nth-of-type(odd) {\n background-color: rgba(255, 255, 255, 0.05);\n}\n.table-dark.table-hover tbody tr:hover {\n color: #fff;\n background-color: rgba(255, 255, 255, 0.075);\n}\n\n@media (max-width: 575.98px) {\n .table-responsive-sm {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-sm > .table-bordered, .wp-block-table .table-responsive-sm > table {\n border: 0;\n }\n}\n@media (max-width: 767.98px) {\n .table-responsive-md {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-md > .table-bordered, .wp-block-table .table-responsive-md > table {\n border: 0;\n }\n}\n@media (max-width: 991.98px) {\n .table-responsive-lg {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-lg > .table-bordered, .wp-block-table .table-responsive-lg > table {\n border: 0;\n }\n}\n@media (max-width: 1199.98px) {\n .table-responsive-xl {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-xl > .table-bordered, .wp-block-table .table-responsive-xl > table {\n border: 0;\n }\n}\n.table-responsive {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n}\n.table-responsive > .table-bordered, .wp-block-table .table-responsive > table {\n border: 0;\n}\n\n.img-fluid {\n max-width: 100%;\n height: auto;\n}\n\n.img-thumbnail {\n padding: 0.25rem;\n background-color: #fff;\n border: 1px solid #dee2e6;\n border-radius: 0.25rem;\n max-width: 100%;\n height: auto;\n}\n\n.figure, .wp-block-image > figure, figure.wp-block-image {\n display: inline-block;\n}\n\n.figure-img, .wp-block-image > figure img, figure.wp-block-image img {\n margin-bottom: 0.5rem;\n line-height: 1;\n}\n\n.figure-caption, .wp-block-image > figure figcaption, figure.wp-block-image figcaption {\n font-size: 90%;\n color: #6c757d;\n}\n\nh1, h2, h3, h4, h5, h6,\n.h1, .h2, .h3, .h4, .h5, .h6 {\n margin-bottom: 0.5rem;\n font-weight: 500;\n line-height: 1.2;\n}\n\nh1, .h1 {\n font-size: 2.5rem;\n}\n\nh2, .h2 {\n font-size: 2rem;\n}\n\nh3, .h3 {\n font-size: 1.75rem;\n}\n\nh4, .h4 {\n font-size: 1.5rem;\n}\n\nh5, .h5 {\n font-size: 1.25rem;\n}\n\nh6, .h6 {\n font-size: 1rem;\n}\n\n.lead {\n font-size: 1.25rem;\n font-weight: 300;\n}\n\n.display-1 {\n font-size: 6rem;\n font-weight: 300;\n line-height: 1.2;\n}\n\n.display-2 {\n font-size: 5.5rem;\n font-weight: 300;\n line-height: 1.2;\n}\n\n.display-3 {\n font-size: 4.5rem;\n font-weight: 300;\n line-height: 1.2;\n}\n\n.display-4 {\n font-size: 3.5rem;\n font-weight: 300;\n line-height: 1.2;\n}\n\nhr {\n margin-top: 1rem;\n margin-bottom: 1rem;\n border: 0;\n border-top: 1px solid rgba(0, 0, 0, 0.1);\n}\n\nsmall,\n.small {\n font-size: 80%;\n font-weight: 400;\n}\n\nmark,\n.mark {\n padding: 0.2em;\n background-color: #fcf8e3;\n}\n\n.list-unstyled {\n padding-left: 0;\n list-style: none;\n}\n\n.list-inline {\n padding-left: 0;\n list-style: none;\n}\n\n.list-inline-item {\n display: inline-block;\n}\n.list-inline-item:not(:last-child) {\n margin-right: 0.5rem;\n}\n\n.initialism {\n font-size: 90%;\n text-transform: uppercase;\n}\n\n.blockquote, .wp-block-quote {\n margin-bottom: 1rem;\n font-size: 1.25rem;\n}\n\n.blockquote-footer, .wp-block-quote cite {\n display: block;\n font-size: 80%;\n color: #6c757d;\n}\n.blockquote-footer::before, .wp-block-quote cite::before {\n content: \"— \";\n}\n\n.has-blue-color,\n.has-blue-color:visited {\n color: #007bff;\n}\n\n.has-blue-background-color {\n background-color: #007bff;\n border-color: #007bff;\n}\n\n.has-indigo-color,\n.has-indigo-color:visited {\n color: #6610f2;\n}\n\n.has-indigo-background-color {\n background-color: #6610f2;\n border-color: #6610f2;\n}\n\n.has-purple-color,\n.has-purple-color:visited {\n color: #5533ff;\n}\n\n.has-purple-background-color {\n background-color: #5533ff;\n border-color: #5533ff;\n}\n\n.has-pink-color,\n.has-pink-color:visited {\n color: #e83e8c;\n}\n\n.has-pink-background-color {\n background-color: #e83e8c;\n border-color: #e83e8c;\n}\n\n.has-red-color,\n.has-red-color:visited {\n color: #dc3545;\n}\n\n.has-red-background-color {\n background-color: #dc3545;\n border-color: #dc3545;\n}\n\n.has-orange-color,\n.has-orange-color:visited {\n color: #fd7e14;\n}\n\n.has-orange-background-color {\n background-color: #fd7e14;\n border-color: #fd7e14;\n}\n\n.has-yellow-color,\n.has-yellow-color:visited {\n color: #ffc107;\n}\n\n.has-yellow-background-color {\n background-color: #ffc107;\n border-color: #ffc107;\n}\n\n.has-green-color,\n.has-green-color:visited {\n color: #28a745;\n}\n\n.has-green-background-color {\n background-color: #28a745;\n border-color: #28a745;\n}\n\n.has-teal-color,\n.has-teal-color:visited {\n color: #20c997;\n}\n\n.has-teal-background-color {\n background-color: #20c997;\n border-color: #20c997;\n}\n\n.has-cyan-color,\n.has-cyan-color:visited {\n color: #17a2b8;\n}\n\n.has-cyan-background-color {\n background-color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.has-white-color,\n.has-white-color:visited {\n color: #fff;\n}\n\n.has-white-background-color {\n background-color: #fff;\n border-color: #fff;\n}\n\n.has-gray-color,\n.has-gray-color:visited {\n color: #6c757d;\n}\n\n.has-gray-background-color {\n background-color: #6c757d;\n border-color: #6c757d;\n}\n\n.has-gray-dark-color,\n.has-gray-dark-color:visited {\n color: #343a40;\n}\n\n.has-gray-dark-background-color {\n background-color: #343a40;\n border-color: #343a40;\n}\n\n.has-primary-color,\n.has-primary-color:visited {\n color: #5533ff;\n}\n\n.has-primary-background-color {\n background-color: #5533ff;\n border-color: #5533ff;\n}\n\n.has-secondary-color,\n.has-secondary-color:visited {\n color: #6c757d;\n}\n\n.has-secondary-background-color {\n background-color: #6c757d;\n border-color: #6c757d;\n}\n\n.has-success-color,\n.has-success-color:visited {\n color: #28a745;\n}\n\n.has-success-background-color {\n background-color: #28a745;\n border-color: #28a745;\n}\n\n.has-info-color,\n.has-info-color:visited {\n color: #17a2b8;\n}\n\n.has-info-background-color {\n background-color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.has-warning-color,\n.has-warning-color:visited {\n color: #ffc107;\n}\n\n.has-warning-background-color {\n background-color: #ffc107;\n border-color: #ffc107;\n}\n\n.has-danger-color,\n.has-danger-color:visited {\n color: #dc3545;\n}\n\n.has-danger-background-color {\n background-color: #dc3545;\n border-color: #dc3545;\n}\n\n.has-light-color,\n.has-light-color:visited {\n color: #f8f9fa;\n}\n\n.has-light-background-color {\n background-color: #f8f9fa;\n border-color: #f8f9fa;\n}\n\n.has-dark-color,\n.has-dark-color:visited {\n color: #343a40;\n}\n\n.has-dark-background-color {\n background-color: #343a40;\n border-color: #343a40;\n}\n\nfigure.wp-block-image {\n display: block;\n}\n.wp-block-image > figure {\n display: block;\n}\nbody.understrap-no-sidebar .alignwide,\nbody.understrap-no-sidebar .alignfull,\nbody.understrap-no-sidebar .wp-block-cover.alignwide,\nbody.understrap-no-sidebar .wp-block-cover.alignfull {\n margin: 0px calc(50% - 50vw);\n max-width: 100vw;\n width: 100vw;\n}\nbody.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,\nbody.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,\nbody.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,\nbody.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n margin-right: auto;\n margin-left: auto;\n}\n@media (min-width: 576px) {\n body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,\nbody.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,\nbody.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,\nbody.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {\n max-width: 540px;\n }\n}\n@media (min-width: 768px) {\n body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,\nbody.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,\nbody.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,\nbody.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {\n max-width: 720px;\n }\n}\n@media (min-width: 992px) {\n body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,\nbody.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,\nbody.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,\nbody.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {\n max-width: 960px;\n }\n}\n@media (min-width: 1200px) {\n body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,\nbody.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,\nbody.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,\nbody.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {\n max-width: 1140px;\n }\n}\nbody.understrap-no-sidebar .alignwide,\nbody.understrap-no-sidebar .wp-block-cover.alignwide {\n margin: 0px calc(50% - 45vw);\n max-width: 90vw;\n width: 100vw;\n}\nbody.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,\nbody.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n margin-right: auto;\n margin-left: auto;\n}\n@media (min-width: 576px) {\n body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,\nbody.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {\n max-width: 540px;\n }\n}\n@media (min-width: 768px) {\n body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,\nbody.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {\n max-width: 720px;\n }\n}\n@media (min-width: 992px) {\n body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,\nbody.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {\n max-width: 960px;\n }\n}\n@media (min-width: 1200px) {\n body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,\nbody.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {\n max-width: 1140px;\n }\n}\n@media (max-width: 920px) {\n body.understrap-no-sidebar .alignwide,\nbody.understrap-no-sidebar .wp-block-cover.alignwide {\n margin: 0px calc(50% - 48vw);\n max-width: 96vw;\n width: 100vw;\n }\n}\n\n.wp-block-buttons .wp-block-button .wp-block-button__link {\n padding: 0.375rem 0.75rem;\n font-size: 1rem;\n line-height: 1.5;\n border-radius: 0.25rem;\n}\n.wp-block-buttons .wp-block-button:not(.is-style-outline) .wp-block-button__link {\n border: 1px solid transparent;\n}\n\n.components-circular-option-picker__option {\n border-radius: 50%;\n}\n\n.editor-post-title .editor-post-title__input {\n font-size: 2.5rem;\n font-weight: 500;\n}\n\n/*# sourceMappingURL=custom-editor-style-bootstrap4.css.map */\n","// stylelint-disable declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n// 2. Change the default font family in all browsers.\n// 3. Correct the line height in all browsers.\n// 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.\n// 5. Change the default tap highlight to be completely transparent in iOS.\n\n*,\n*::before,\n*::after {\n box-sizing: border-box; // 1\n}\n\nhtml {\n font-family: sans-serif; // 2\n line-height: 1.15; // 3\n -webkit-text-size-adjust: 100%; // 4\n -webkit-tap-highlight-color: rgba($black, 0); // 5\n}\n\n// Shim for \"new\" HTML5 structural elements to display correctly (IE10, older browsers)\n// TODO: remove in v5\n// stylelint-disable-next-line selector-list-comma-newline-after\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Set an explicit initial text-align value so that we can later use\n// the `inherit` value on things like `` elements.\n\nbody {\n margin: 0; // 1\n font-family: $font-family-base;\n @include font-size($font-size-base);\n font-weight: $font-weight-base;\n line-height: $line-height-base;\n color: $body-color;\n text-align: left; // 3\n background-color: $body-bg; // 2\n}\n\n// Future-proof rule: in browsers that support :focus-visible, suppress the focus outline\n// on elements that programmatically receive focus but wouldn't normally show a visible\n// focus outline. In general, this would mean that the outline is only applied if the\n// interaction that led to the element receiving programmatic focus was a keyboard interaction,\n// or the browser has somehow determined that the user is primarily a keyboard user and/or\n// wants focus outlines to always be presented.\n//\n// See https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible\n// and https://developer.paciellogroup.com/blog/2018/03/focus-visible-and-backwards-compatibility/\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\n}\n\n\n// Content grouping\n//\n// 1. Add the correct box sizing in Firefox.\n// 2. Show the overflow in Edge and IE.\n\nhr {\n box-sizing: content-box; // 1\n height: 0; // 1\n overflow: visible; // 2\n}\n\n\n//\n// Typography\n//\n\n// Remove top margins from headings\n//\n// By default, `

`-`

` all receive top and bottom margins. We nuke the top\n// margin for easier control within type scales as it avoids margin collapsing.\n// stylelint-disable-next-line selector-list-comma-newline-after\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: $headings-margin-bottom;\n}\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `

`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover() {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([class]) {\n color: inherit;\n text-decoration: none;\n\n @include hover() {\n color: inherit;\n text-decoration: none;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n // Disable auto-hiding scrollbar in IE & legacy Edge to avoid overlap,\n // making it impossible to interact with the content\n -ms-overflow-style: scrollbar;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\n// 1. Removes font-weight bold by inheriting\n// 2. Matches default `` alignment by inheriting `text-align`.\n// 3. Fix alignment for Safari\n\nth {\n font-weight: $table-th-font-weight; // 1\n text-align: inherit; // 2\n text-align: -webkit-match-parent; // 3\n}\n\n\n//\n// Forms\n//\n\nlabel {\n // Allow labels to use `margin` for spacing.\n display: inline-block;\n margin-bottom: $label-margin-bottom;\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24093\nbutton {\n // stylelint-disable-next-line property-disallowed-list\n border-radius: 0;\n}\n\n// Explicitly remove focus outline in Chromium when it shouldn't be\n// visible (e.g. as result of mouse click or touch tap). It already\n// should be doing this automatically, but seems to currently be\n// confused and applies its very visible two-tone outline anyway.\n\nbutton:focus:not(:focus-visible) {\n outline: 0;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0; // Remove the margin in Firefox and Safari\n font-family: inherit;\n @include font-size(inherit);\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible; // Show the overflow in Edge\n}\n\nbutton,\nselect {\n text-transform: none; // Remove the inheritance of text transform in Firefox\n}\n\n// Set the cursor for non-` + + + 'primary', + 'container_class' => 'collapse navbar-collapse', + 'container_id' => 'navbarNavDropdown', + 'menu_class' => 'navbar-nav ml-auto', + 'fallback_cb' => '', + 'menu_id' => 'main-menu', + 'depth' => 2, + 'walker' => new Understrap_WP_Bootstrap_Navwalker(), + ) + ); + ?> + + + + + + diff --git a/global-templates/navbar-collapse-bootstrap5.php b/global-templates/navbar-collapse-bootstrap5.php new file mode 100644 index 00000000..ba270f49 --- /dev/null +++ b/global-templates/navbar-collapse-bootstrap5.php @@ -0,0 +1,65 @@ + + +

diff --git a/global-templates/navbar-offcanvas-bootstrap5.php b/global-templates/navbar-offcanvas-bootstrap5.php new file mode 100644 index 00000000..4746659a --- /dev/null +++ b/global-templates/navbar-offcanvas-bootstrap5.php @@ -0,0 +1,72 @@ + + + diff --git a/header.php b/header.php index 607261c9..527d0b19 100644 --- a/header.php +++ b/header.php @@ -10,7 +10,8 @@ // Exit if accessed directly. defined( 'ABSPATH' ) || exit; -$container = get_theme_mod( 'understrap_container_type' ); +$bootstrap_version = get_theme_mod( 'understrap_bootstrap_version', 'bootstrap4' ); +$navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse' ); ?> > @@ -26,63 +27,10 @@ $container = get_theme_mod( 'understrap_container_type' );
-
+
- - -
+ diff --git a/inc/block-editor.php b/inc/block-editor.php index 5fb1bf09..da5f9336 100644 --- a/inc/block-editor.php +++ b/inc/block-editor.php @@ -44,7 +44,7 @@ if ( ! function_exists( 'understrap_generate_color_palette' ) ) { if ( $color_palette_json ) { $color_palette_json = json_decode( $color_palette_json, true ); foreach ( $color_palette_json as $key => $value ) { - $key = ltrim( $key, '--' ); + $key = str_replace( array( '--bs-', '--' ), '', $key ); $color_palette[] = array( 'name' => $key, 'slug' => $key, diff --git a/inc/class-wp-bootstrap-navwalker.php b/inc/class-wp-bootstrap-navwalker.php index f63628f4..7cb30367 100644 --- a/inc/class-wp-bootstrap-navwalker.php +++ b/inc/class-wp-bootstrap-navwalker.php @@ -190,12 +190,13 @@ if ( ! class_exists( 'Understrap_WP_Bootstrap_Navwalker' ) ) { // If item has_children add atts to . if ( isset( $args->has_children ) && $args->has_children && 0 === $depth && 1 !== $args->depth ) { - $atts['href'] = '#'; - $atts['data-toggle'] = 'dropdown'; - $atts['aria-haspopup'] = 'true'; - $atts['aria-expanded'] = 'false'; - $atts['class'] = 'dropdown-toggle nav-link'; - $atts['id'] = 'menu-item-dropdown-' . $item->ID; + $atts['href'] = '#'; + $atts['data-toggle'] = 'dropdown'; + $atts['data-bs-toggle'] = 'dropdown'; + $atts['aria-haspopup'] = 'true'; + $atts['aria-expanded'] = 'false'; + $atts['class'] = 'dropdown-toggle nav-link'; + $atts['id'] = 'menu-item-dropdown-' . $item->ID; } else { $atts['href'] = ! empty( $item->url ) ? $item->url : '#'; // Items in dropdowns use .dropdown-item instead of .nav-link. diff --git a/inc/custom-comments.php b/inc/custom-comments.php index 155df2e3..cfe1822a 100644 --- a/inc/custom-comments.php +++ b/inc/custom-comments.php @@ -29,7 +29,7 @@ if ( ! function_exists( 'understrap_bootstrap_comment_form_fields' ) ) { function understrap_bootstrap_comment_form_fields( $fields ) { $replace = array( - '

'' => '

', ); @@ -45,7 +45,7 @@ if ( ! function_exists( 'understrap_bootstrap_comment_form_fields' ) ) { } $replace = array( - '

' '

'