1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564 |
- @charset "UTF-8";
- /**
- * These styles should be loaded by the Block Editor only
- */
- /**
- * Abstracts
- * - Mixins, variables and functions
- */
- /* Sass Functions go here */
- /**
- * Map deep get
- * @author Hugo Giraudel
- * @access public
- * @param {Map} $map - Map
- * @param {Arglist} $keys - Key chain
- * @return {*} - Desired value
- *
- * Example:
- * $m-breakpoint: map-deep-get($__prefix-default-config, "layouts", "M");
- */
- /**
- * Deep set function to set a value in nested maps
- * @author Hugo Giraudel
- * @access public
- * @param {Map} $map - Map
- * @param {List} $keys - Key chaine
- * @param {*} $value - Value to assign
- * @return {Map}
- *
- * Example:
- * $__prefix-default-config: map-deep-set($__prefix-default-config, "layouts" "M", 650px);
- */
- /**
- * jQuery-style extend function
- * - Child themes can use this function to `reset` the values in
- * config maps without editing the `master` Sass files.
- * - src: https://www.sitepoint.com/extra-map-functions-sass/
- * - About `map-merge()`:
- * - - only takes 2 arguments
- * - - is not recursive
- * @param {Map} $map - first map
- * @param {ArgList} $maps - other maps
- * @param {Bool} $deep - recursive mode
- * @return {Map}
- *
- * Examples:
- $grid-configuration-default: (
- 'columns': 12,
- 'layouts': (
- 'small': 800px,
- 'medium': 1000px,
- 'large': 1200px,
- ),
- );
- $grid-configuration-custom: (
- 'layouts': (
- 'large': 1300px,
- 'huge': 1500px
- ),
- );
- $grid-configuration-user: (
- 'direction': 'ltr',
- 'columns': 16,
- 'layouts': (
- 'large': 1300px,
- 'huge': 1500px
- ),
- );
- // $deep: false
- $grid-configuration: map-extend($grid-configuration-default, $grid-configuration-custom, $grid-configuration-user);
- // --> ("columns": 16, "layouts": (("large": 1300px, "huge": 1500px)), "direction": "ltr")
- // $deep: true
- $grid-configuration: map-extend($grid-configuration-default, $grid-configuration-custom, $grid-configuration-user, true);
- // --> ("columns": 16, "layouts": (("small": 800px, "medium": 1000px, "large": 1300px, "huge": 1500px)), "direction": "ltr")
- */
- /**
- * Button
- */
- /**
- * Cover
- */
- /**
- * Heading
- */
- /**
- * List
- */
- /**
- * Pullquote
- */
- /**
- * Quote
- */
- /**
- * Separator
- */
- /**
- * Responsive breakpoints
- * - breakpoints values are defined in _config-global.scss
- */
- /**
- * Align wide widths
- * - Sets .alignwide widths
- */
- /**
- * Crop Text Boundry
- * - Sets a fixed-width on content within alignwide and alignfull blocks
- */
- /**
- * Add font-family using CSS variables.
- * It also adds the proper fallback for browsers without support.
- */
- /**
- * Base
- * - Reset the browser
- */
- body {
- color: #444444;
- background-color: white;
- font-family: serif;
- font-family: var(--font-base, serif);
- font-size: 18px;
- font-weight: normal;
- line-height: 1.78;
- -moz-osx-font-smoothing: grayscale;
- -webkit-font-smoothing: antialiased;
- }
- .editor-post-title__block {
- font-size: 18px;
- }
- p {
- font-size: 1em;
- line-height: 1.78;
- }
- a {
- color: blue;
- }
- a:hover {
- color: indigo;
- }
- button,
- a {
- cursor: pointer;
- }
- /**
- * Elements
- * - Styles for basic HTML elemants
- */
- /**
- * Elements
- * - Styles for basic HTML elemants
- */
- blockquote {
- padding-left: 16px;
- }
- blockquote p {
- font-size: 1.728rem;
- letter-spacing: normal;
- line-height: 1.125;
- }
- blockquote cite,
- blockquote footer {
- font-size: 0.83333rem;
- letter-spacing: normal;
- }
- blockquote > * {
- margin-top: 16px;
- margin-bottom: 16px;
- }
- blockquote > *:first-child {
- margin-top: 0;
- }
- blockquote > *:last-child {
- margin-bottom: 0;
- }
- blockquote.alignleft, blockquote.alignright {
- padding-left: inherit;
- }
- blockquote.alignleft p, blockquote.alignright p {
- font-size: 1.44rem;
- max-width: inherit;
- width: inherit;
- }
- blockquote.alignleft cite,
- blockquote.alignleft footer, blockquote.alignright cite,
- blockquote.alignright footer {
- font-size: 0.69444rem;
- letter-spacing: normal;
- }
- figcaption {
- color: #767676;
- font-size: 0.69444rem;
- margin-top: calc(0.5 * 16px);
- margin-bottom: 16px;
- text-align: center;
- }
- .alignleft figcaption,
- .alignright figcaption {
- margin-bottom: 0;
- }
- /* WP Smiley */
- .page-content .wp-smiley,
- .entry-content .wp-smiley,
- .comment-content .wp-smiley {
- border: none;
- margin-bottom: 0;
- margin-top: 0;
- padding: 0;
- }
- /* Make sure embeds and iframes fit their containers. */
- embed,
- iframe,
- object {
- max-width: 100%;
- }
- /**
- * Blocks
- * - These styles replace key Gutenberg Block styles for fonts, colors, and
- * spacing with CSS-variables overrides
- */
- /**
- * Block Styles for the Editor
- *
- * - These styles replace key Gutenberg Block styles for fonts, colors, and
- * spacing with CSS-variables overrides in the Block Editor
- * - In the future the Block styles may get compiled to individual .css
- * files and conditionally loaded
- */
- .wp-block-button {
- /* Default Style */
- /* Outline Style */
- /* Squared Style */
- }
- .wp-block-button .wp-block-button__link {
- color: white;
- font-weight: bold;
- font-family: sans-serif;
- font-family: var(--font-headings, sans-serif);
- font-size: 1.2em;
- line-height: 1;
- background-color: blue;
- border-radius: 9px;
- padding: 16px 16px;
- }
- .wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link.has-focus {
- color: white;
- background-color: indigo;
- }
- .wp-block-button.is-style-outline .wp-block-button__link {
- color: blue;
- background: transparent;
- border: 2px solid currentcolor;
- }
- .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-focus {
- color: indigo;
- }
- .wp-block-button.is-style-squared .wp-block-button__link {
- border-radius: 0;
- }
- .wp-block-cover,
- .wp-block-cover-image {
- background-color: black;
- color: white;
- min-height: 480px;
- /* default & custom background-color */
- /* Treating H2 separately to account for legacy /core styles */
- }
- .wp-block-cover .wp-block-cover__inner-container,
- .wp-block-cover .wp-block-cover-image-text,
- .wp-block-cover .wp-block-cover-text,
- .wp-block-cover .block-editor-block-list__block,
- .wp-block-cover-image .wp-block-cover__inner-container,
- .wp-block-cover-image .wp-block-cover-image-text,
- .wp-block-cover-image .wp-block-cover-text,
- .wp-block-cover-image .block-editor-block-list__block {
- color: currentColor;
- }
- .wp-block-cover .wp-block-cover__inner-container a,
- .wp-block-cover .wp-block-cover-image-text a,
- .wp-block-cover .wp-block-cover-text a,
- .wp-block-cover .block-editor-block-list__block a,
- .wp-block-cover-image .wp-block-cover__inner-container a,
- .wp-block-cover-image .wp-block-cover-image-text a,
- .wp-block-cover-image .wp-block-cover-text a,
- .wp-block-cover-image .block-editor-block-list__block a {
- color: currentColor;
- }
- .wp-block-cover:not([class*='background-color']) .wp-block-cover__inner-container,
- .wp-block-cover:not([class*='background-color']) .wp-block-cover-image-text,
- .wp-block-cover:not([class*='background-color']) .wp-block-cover-text,
- .wp-block-cover:not([class*='background-color']) .block-editor-block-list__block,
- .wp-block-cover-image:not([class*='background-color']) .wp-block-cover__inner-container,
- .wp-block-cover-image:not([class*='background-color']) .wp-block-cover-image-text,
- .wp-block-cover-image:not([class*='background-color']) .wp-block-cover-text,
- .wp-block-cover-image:not([class*='background-color']) .block-editor-block-list__block {
- color: white;
- }
- .wp-block-cover h2,
- .wp-block-cover-image h2 {
- font-size: 2.48832em;
- letter-spacing: normal;
- line-height: 1.125;
- padding: 0;
- max-width: inherit;
- text-align: inherit;
- }
- .wp-block-cover h2.has-text-align-left,
- .wp-block-cover-image h2.has-text-align-left {
- text-align: left;
- }
- .wp-block-cover h2.has-text-align-center,
- .wp-block-cover-image h2.has-text-align-center {
- text-align: center;
- }
- .wp-block-cover h2.has-text-align-right,
- .wp-block-cover-image h2.has-text-align-right {
- text-align: right;
- }
- .wp-block-heading h1, h1, .h1,
- .wp-block-heading h2, h2, .h2,
- .wp-block-heading h3, h3, .h3,
- .wp-block-heading h4, h4, .h4,
- .wp-block-heading h5, h5, .h5,
- .wp-block-heading h6, h6, .h6 {
- font-family: sans-serif;
- font-family: var(--font-headings, sans-serif);
- font-weight: bold;
- clear: both;
- }
- .wp-block-heading h1, h1, .h1 {
- font-size: 2.98598em;
- letter-spacing: normal;
- line-height: 1.125;
- }
- .wp-block-heading h2, h2, .h2 {
- font-size: 2.48832em;
- letter-spacing: normal;
- line-height: 1.125;
- }
- .wp-block-heading h3, h3, .h3 {
- font-size: 2.0736em;
- letter-spacing: normal;
- line-height: 1.125;
- }
- .wp-block-heading h4, h4, .h4 {
- font-size: 1.728em;
- letter-spacing: normal;
- line-height: 1.125;
- }
- .wp-block-heading h5, h5, .h5 {
- font-size: 1.44em;
- letter-spacing: normal;
- line-height: 1.125;
- }
- .wp-block-heading h6, h6, .h6 {
- font-size: 1.2em;
- letter-spacing: normal;
- line-height: 1.125;
- }
- /* Center image block by default in the editor */
- .wp-block-image > div {
- text-align: center;
- }
- [data-type="core/image"] .block-editor-block-list__block-edit figure.is-resized {
- margin: 0 auto;
- }
- .wp-block-gallery figcaption {
- margin-bottom: 0;
- }
- .wp-block-group.has-background {
- padding: 21.312px;
- }
- @media only screen and (min-width: 560px) {
- .wp-block-group.has-background {
- padding: 32px;
- }
- }
- .wp-block[data-type="core/group"] > .editor-block-list__block-edit > div > .wp-block-group.has-background > .wp-block-group__inner-container > .editor-inner-blocks > .editor-block-list__layout > .wp-block[data-align=full] {
- margin: 0;
- width: 100%;
- }
- .wp-block-latest-comments {
- margin-left: 0;
- }
- .wp-block-latest-posts {
- padding-left: 0;
- }
- .wp-block-latest-posts > li > a {
- font-family: sans-serif;
- font-family: var(--font-headings, sans-serif);
- font-size: 1.728rem;
- font-weight: bold;
- line-height: 1.125;
- }
- .wp-block-latest-posts:not(.is-grid) > li {
- /* Vertical margins logic */
- margin-top: 32px;
- margin-bottom: 32px;
- }
- .wp-block-latest-posts:not(.is-grid) > li:first-child {
- margin-top: 0;
- }
- .wp-block-latest-posts:not(.is-grid) > li:last-child {
- margin-bottom: 0;
- }
- .wp-block-latest-posts .wp-block-latest-posts__post-date {
- color: #767676;
- font-size: 0.83333rem;
- line-height: 1.78;
- }
- [class*="inner-container"] .wp-block-latest-posts .wp-block-latest-posts__post-date,
- .has-background .wp-block-latest-posts .wp-block-latest-posts__post-date {
- color: currentColor;
- }
- .wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
- .wp-block-latest-posts .wp-block-latest-posts__post-full-content {
- font-size: 0.83333rem;
- line-height: 1.78;
- margin: 0;
- }
- .block-library-list ul,
- .block-library-list ol {
- margin: 32px 0;
- padding-left: 32px;
- }
- .block-library-list li > ul,
- .block-library-list li > ol {
- margin: 0;
- }
- .wp-block-media-text .block-editor-inner-blocks {
- padding-right: 16px;
- padding-left: 16px;
- }
- @media only screen and (min-width: 640px) {
- .wp-block-media-text .block-editor-inner-blocks {
- padding-right: 32px;
- padding-left: 32px;
- }
- }
- .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
- color: currentColor;
- }
- .a8c-posts-list {
- padding-left: 0;
- }
- p.has-background {
- padding: 16px 16px;
- }
- p.has-background:not(.has-background-background-color) a {
- color: currentColor;
- }
- .wp-block-pullquote {
- padding: calc( 3 * 16px) 0;
- margin-left: 0;
- margin-right: 0;
- text-align: center;
- border-top-color: #DDDDDD;
- border-top-width: 4px;
- border-bottom-color: #DDDDDD;
- border-bottom-width: 4px;
- color: #444444;
- /**
- * Block Options
- */
- }
- .wp-block-pullquote blockquote {
- padding-left: 0;
- }
- .wp-block-pullquote p {
- font-family: sans-serif;
- font-family: var(--font-headings, sans-serif);
- font-size: 1.728em;
- letter-spacing: normal;
- line-height: 1.125;
- }
- .wp-block-pullquote a {
- color: currentColor;
- }
- .wp-block-pullquote .wp-block-pullquote__citation,
- .wp-block-pullquote cite,
- .wp-block-pullquote footer {
- color: #767676;
- font-size: 0.83333em;
- letter-spacing: normal;
- }
- .wp-block-pullquote:not(.is-style-solid-color) {
- background: none;
- }
- .wp-block-pullquote.is-style-solid-color {
- background-color: blue;
- color: white;
- }
- .wp-block-pullquote.is-style-solid-color.alignleft blockquote,
- .wp-block-pullquote.is-style-solid-color.alignright blockquote {
- padding-left: 16px;
- padding-right: 16px;
- 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 cite,
- .wp-block-pullquote.is-style-solid-color footer {
- color: currentColor;
- }
- .wp-block-pullquote.alignwide > p,
- .wp-block-pullquote.alignfull > p,
- .wp-block-pullquote.alignwide blockquote,
- .wp-block-pullquote.alignfull blockquote {
- margin-left: auto;
- margin-right: auto;
- }
- .wp-block-quote {
- border-left-color: blue;
- margin: 32px 0;
- padding-left: 16px;
- }
- .wp-block-quote p {
- font-family: sans-serif;
- font-family: var(--font-headings, sans-serif);
- font-size: 1.728em;
- letter-spacing: normal;
- }
- .wp-block-quote.is-large, .wp-block-quote.is-style-large {
- border: none;
- padding: 0;
- }
- .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
- font-family: sans-serif;
- font-family: var(--font-headings, sans-serif);
- font-size: 2.0736em;
- letter-spacing: normal;
- line-height: 1.125;
- }
- .has-background:not(.has-background-background-color) .wp-block-quote,
- [class*="background-color"]:not(.has-background-background-color) .wp-block-quote,
- [style*="background-color"]:not(.has-background-background-color) .wp-block-quote,
- .wp-block-cover[style*="background-image"] .wp-block-quote {
- border-color: currentColor;
- }
- .wp-block-quote .wp-block-quote__citation {
- color: #767676;
- font-size: 0.83333em;
- letter-spacing: normal;
- }
- .has-background:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation,
- [class*="background-color"]:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation,
- [style*="background-color"]:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation,
- .wp-block-cover[style*="background-image"] .wp-block-quote .wp-block-quote__citation {
- color: currentColor;
- }
- .wp-block-separator,
- hr {
- border-bottom: 2px solid #DDDDDD;
- clear: both;
- }
- .wp-block-separator[style*="text-align:right"], .wp-block-separator[style*="text-align: right"],
- hr[style*="text-align:right"],
- hr[style*="text-align: right"] {
- border-right-color: #DDDDDD;
- }
- .wp-block-separator.is-style-wide,
- hr.is-style-wide {
- border-bottom-width: 2px;
- }
- .wp-block-separator.is-style-dots,
- hr.is-style-dots {
- border-bottom: none;
- }
- .wp-block-separator.is-style-dots:before,
- hr.is-style-dots:before {
- color: #DDDDDD;
- }
- .has-background:not(.has-background-background-color) .wp-block-separator,
- [class*="background-color"]:not(.has-background-background-color) .wp-block-separator,
- [style*="background-color"]:not(.has-background-background-color) .wp-block-separator,
- .wp-block-cover[style*="background-image"] .wp-block-separator, .has-background:not(.has-background-background-color)
- hr,
- [class*="background-color"]:not(.has-background-background-color)
- hr,
- [style*="background-color"]:not(.has-background-background-color)
- hr,
- .wp-block-cover[style*="background-image"]
- hr {
- border-color: currentColor;
- }
- table th,
- .wp-block-table th {
- font-family: sans-serif;
- font-family: var(--font-headings, sans-serif);
- }
- table td,
- table th,
- .wp-block-table td,
- .wp-block-table th {
- padding: calc( 0.5 * 16px);
- }
- /**
- * Editor Post Title
- * - Needs a special styles
- */
- .editor-post-title__block .editor-post-title__input {
- color: #444444;
- font-family: sans-serif;
- font-family: var(--font-headings, sans-serif);
- font-weight: bold;
- font-size: 2.48832em;
- letter-spacing: normal;
- line-height: 1.125;
- }
- .has-primary-color[class] {
- color: blue !important;
- }
- .has-secondary-color[class] {
- color: red !important;
- }
- .has-foreground-color[class] {
- color: #444444 !important;
- }
- .has-foreground-light-color[class] {
- color: #767676 !important;
- }
- .has-foreground-dark-color[class] {
- color: #111111 !important;
- }
- .has-background-light-color[class] {
- color: #FAFAFA !important;
- }
- .has-background-dark-color[class] {
- color: #DDDDDD !important;
- }
- .has-background-color[class] {
- color: white !important;
- }
- .has-background:not(.has-background-background-color) a,
- .has-background p, .has-background h1, .has-background h2, .has-background h3, .has-background h4, .has-background h5, .has-background h6 {
- color: currentColor;
- }
- .has-primary-background-color[class] {
- background-color: blue !important;
- color: white;
- }
- .has-primary-background-color[class] {
- background-color: blue !important;
- color: white;
- }
- .has-secondary-background-color[class] {
- background-color: red !important;
- color: white;
- }
- .has-foreground-background-color[class] {
- background-color: #444444 !important;
- color: white;
- }
- .has-foreground-light-background-color[class] {
- background-color: #767676 !important;
- color: white;
- }
- .has-foreground-dark-background-color[class] {
- background-color: #111111 !important;
- color: white;
- }
- .has-background-light-background-color[class] {
- background-color: #FAFAFA !important;
- color: #444444;
- }
- .has-background-dark-background-color[class] {
- background-color: #DDDDDD !important;
- color: #444444;
- }
- .has-background-background-color[class] {
- background-color: white !important;
- color: #444444;
- }
- .is-small-text,
- .has-small-font-size {
- font-size: 0.83333em;
- }
- .is-regular-text,
- .has-regular-font-size,
- .has-normal-font-size,
- .has-medium-font-size {
- font-size: 1.2em;
- }
- .is-large-text,
- .has-large-font-size {
- font-size: 1.44em;
- line-height: 1.125;
- }
- .is-larger-text,
- .has-larger-font-size,
- .has-huge-font-size {
- font-size: 1.728em;
- line-height: 1.125;
- }
- .has-drop-cap:not(:focus)::first-letter {
- font-family: sans-serif;
- font-family: var(--font-headings, sans-serif);
- font-size: calc(2 * 2.98598em);
- font-weight: bold;
- }
- /**
- * Spacing Overrides
- */
- [data-block] {
- margin-top: 21.312px;
- margin-bottom: 21.312px;
- }
- @media only screen and (min-width: 560px) {
- [data-block] {
- margin-top: 32px;
- margin-bottom: 32px;
- }
- }
- /*
- * Margins
- */
- .margin-top-none {
- margin-top: 0 !important;
- }
- .margin-top-half {
- margin-top: 16px !important;
- }
- .margin-top-default {
- margin-top: 32px !important;
- }
- .margin-right-none {
- /*rtl:ignore*/
- margin-right: 0 !important;
- }
- .margin-right-half {
- /*rtl:ignore*/
- margin-right: 16px !important;
- }
- .margin-right-default {
- /*rtl:ignore*/
- margin-right: 32px !important;
- }
- .margin-bottom-none {
- margin-bottom: 0 !important;
- }
- .margin-bottom-half {
- margin-bottom: 16px !important;
- }
- .margin-bottom-default {
- margin-bottom: 32px !important;
- }
- .margin-left-none {
- /*rtl:ignore*/
- margin-left: 0 !important;
- }
- .margin-left-half {
- /*rtl:ignore*/
- margin-left: 16px !important;
- }
- .margin-left-default {
- /*rtl:ignore*/
- margin-left: 32px !important;
- }
- /*
- * Padding
- */
- .padding-top-none {
- padding-top: 0 !important;
- }
- .padding-top-half {
- padding-top: 16px !important;
- }
- .padding-top-default {
- padding-top: 32px !important;
- }
- .padding-right-none {
- /*rtl:ignore*/
- padding-right: 0 !important;
- }
- .padding-right-half {
- /*rtl:ignore*/
- padding-right: 16px !important;
- }
- .padding-right-default {
- /*rtl:ignore*/
- padding-right: 32px !important;
- }
- .padding-bottom-none {
- padding-bottom: 0 !important;
- }
- .padding-bottom-half {
- padding-bottom: 16px !important;
- }
- .padding-bottom-default {
- padding-bottom: 32px !important;
- }
- .padding-left-none {
- /*rtl:ignore*/
- padding-left: 0 !important;
- }
- .padding-left-half {
- /*rtl:ignore*/
- padding-left: 16px !important;
- }
- .padding-left-default {
- /*rtl:ignore*/
- padding-left: 32px !important;
- }
- /**
- * Full Site Editing
- * - Full Site Editing overrides
- */
- .site-branding {
- color: #444444;
- }
- .site-title {
- color: blue;
- font-family: sans-serif;
- font-family: var(--font-headings, sans-serif);
- letter-spacing: normal;
- line-height: 1;
- }
- .site-title a {
- color: currentColor;
- font-weight: bold;
- }
- .site-title a:link, .site-title a:visited {
- color: currentColor;
- }
- .site-title a:hover {
- color: indigo;
- }
- .site-description {
- color: currentColor;
- font-family: serif;
- font-family: var(--font-base, serif);
- }
- body:not(.fse-enabled) .site-title {
- font-size: 1.2rem;
- }
- body:not(.fse-enabled) .site-description {
- font-size: 0.83333rem;
- }
- .main-navigation {
- color: #444444;
- }
- .main-navigation > div {
- display: none;
- }
- .main-navigation #toggle-menu {
- display: inline-block;
- margin: 0;
- }
- .main-navigation #toggle:checked ~ div {
- display: block;
- }
- .main-navigation #toggle:focus + #toggle-menu {
- background-color: indigo;
- outline: inherit;
- text-decoration: underline;
- }
- .main-navigation .dropdown-icon.close {
- display: none;
- }
- .main-navigation #toggle:checked + #toggle-menu .open {
- display: none;
- }
- .main-navigation #toggle:checked + #toggle-menu .close {
- display: inline;
- }
- @media only screen and (min-width: 560px) {
- .main-navigation > div {
- display: block;
- }
- .main-navigation #toggle-menu {
- display: none;
- }
- .main-navigation > div > ul > li > ul {
- display: none;
- }
- }
- .main-navigation > div > ul {
- display: flex;
- flex-wrap: wrap;
- list-style: none;
- margin: 0;
- max-width: none;
- padding-left: 0;
- position: relative;
- /* Sub-menus Flyout */
- }
- .main-navigation > div > ul ul {
- padding-left: 0;
- }
- .main-navigation > div > ul li {
- display: block;
- position: relative;
- width: 100%;
- z-index: 1;
- }
- .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 {
- cursor: pointer;
- z-index: 99999;
- }
- @media only screen and (min-width: 560px) {
- .main-navigation > div > ul li {
- display: inherit;
- width: inherit;
- /* Submenu display */
- }
- .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 ul:hover,
- .main-navigation > div > ul li ul:focus {
- visibility: visible;
- opacity: 1;
- display: block;
- }
- }
- @media only screen and (min-width: 560px) {
- .main-navigation > div > ul > li > a {
- line-height: 1;
- }
- .main-navigation > div > ul > li > a:before, .main-navigation > div > ul > li > a:after {
- content: '';
- display: block;
- height: 0;
- width: 0;
- }
- .main-navigation > div > ul > li > a:before {
- margin-bottom: -0.12em;
- }
- .main-navigation > div > ul > li > a:after {
- margin-top: -0.11em;
- }
- .main-navigation > div > ul > li:first-of-type > a {
- padding-left: 0;
- }
- .main-navigation > div > ul > li:last-of-type > a {
- padding-right: 0;
- }
- }
- .main-navigation > div > ul > li > .sub-menu {
- margin: 0;
- position: relative;
- }
- @media only screen and (min-width: 560px) {
- .main-navigation > div > ul > li > .sub-menu {
- background: white;
- box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
- left: 0;
- top: 100%;
- min-width: max-content;
- opacity: 0;
- position: absolute;
- transition: all 0.5s ease;
- visibility: hidden;
- }
- }
- .main-navigation > div > ul > li > .sub-menu .sub-menu {
- width: 100%;
- }
- .main-navigation a {
- color: blue;
- display: block;
- font-family: sans-serif;
- font-family: var(--font-headings, sans-serif);
- font-weight: bold;
- padding: 8px 0;
- }
- @media only screen and (min-width: 560px) {
- .main-navigation a {
- padding: 16px;
- }
- }
- .main-navigation a:link, .main-navigation a:visited {
- color: blue;
- }
- .main-navigation a:hover {
- color: indigo;
- }
- .main-navigation .sub-menu {
- list-style: none;
- margin-left: 0;
- /* Reset the counter for each UL */
- counter-reset: nested-list;
- }
- .main-navigation .sub-menu .menu-item a {
- padding-top: 8px;
- padding-bottom: 8px;
- }
- .main-navigation .sub-menu .menu-item a::before {
- /* Increment the dashes */
- counter-increment: nested-list;
- /* Insert dashes with spaces in between */
- content: "– " counters(nested-list, "– ", none);
- }
- @media only screen and (min-width: 560px) {
- .main-navigation > div > ul > .menu-item-has-children > a::after {
- content: "\00a0\25BC";
- display: inline-block;
- font-size: 0.69444rem;
- height: inherit;
- width: inherit;
- }
- }
- .main-navigation .hide-visually {
- position: absolute !important;
- clip: rect(1px, 1px, 1px, 1px);
- padding: 0 !important;
- border: 0 !important;
- height: 1px !important;
- width: 1px !important;
- overflow: hidden;
- }
- body:not(.fse-enabled) .main-navigation a {
- font-size: 1.2rem;
- }
- .social-navigation > div > ul {
- align-content: center;
- display: flex;
- list-style: none;
- margin: 0;
- padding-left: 0;
- }
- .social-navigation > div > ul > li:first-of-type > a {
- padding-left: 0;
- }
- .social-navigation > div > ul > li:last-of-type > a {
- padding-right: 0;
- }
- .social-navigation a {
- color: blue;
- display: inline-block;
- padding: 0 calc( 0.5 * calc(0.66 * 16px ));
- }
- .social-navigation a:hover {
- color: indigo;
- }
- .social-navigation svg {
- fill: currentColor;
- vertical-align: middle;
- }
- .site-footer {
- overflow: hidden;
- }
- @media only screen and (min-width: 640px) {
- .site-footer {
- align-items: flex-end;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- }
- }
- .site-info {
- color: #767676;
- font-family: sans-serif;
- font-family: var(--font-headings, sans-serif);
- font-size: 0.83333rem;
- }
- @media only screen and (min-width: 640px) {
- .site-info {
- order: 1;
- flex: 1 0 50%;
- margin-top: 0;
- margin-bottom: 0;
- }
- }
- .site-info .site-name {
- font-weight: bold;
- }
- .site-info a {
- color: currentColor;
- }
- .site-info a:link, .site-info a:visited {
- color: currentColor;
- }
- .site-info a:hover {
- color: indigo;
- }
- .footer-navigation, .site-footer .main-navigation {
- display: inline;
- }
- @media only screen and (min-width: 640px) {
- .footer-navigation, .site-footer .main-navigation {
- flex: 1 0 50%;
- order: 2;
- margin-top: 0;
- margin-bottom: 0;
- text-align: right;
- }
- }
- .footer-navigation > div, .site-footer .main-navigation > div {
- display: inline;
- }
- .footer-navigation .footer-menu, .site-footer .main-navigation .footer-menu {
- color: #767676;
- margin: 0;
- padding-left: 0;
- }
- @media only screen and (min-width: 640px) {
- .footer-navigation .footer-menu, .site-footer .main-navigation .footer-menu {
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-end;
- }
- }
- .footer-navigation .footer-menu > li, .site-footer .main-navigation .footer-menu > li {
- display: inline;
- }
- .footer-navigation .footer-menu > li:first-of-type > a, .site-footer .main-navigation .footer-menu > li:first-of-type > a {
- padding-left: 0;
- }
- .footer-navigation .footer-menu > li:last-of-type, .site-footer .main-navigation .footer-menu > li:last-of-type {
- padding-right: 0;
- }
- .footer-navigation .footer-menu a, .site-footer .main-navigation .footer-menu a {
- font-family: sans-serif;
- font-family: var(--font-headings, sans-serif);
- font-weight: bold;
- padding: 16px;
- color: currentColor;
- }
- .footer-navigation .footer-menu a:link, .site-footer .main-navigation .footer-menu a:link, .footer-navigation .footer-menu a:visited, .site-footer .main-navigation .footer-menu a:visited {
- color: currentColor;
- }
- .footer-navigation .footer-menu a:hover, .site-footer .main-navigation .footer-menu a:hover {
- color: indigo;
- }
- body:not(.fse-enabled) .footer-menu a {
- font-size: 0.83333rem;
- }
- .template-block .site-header,
- .template-block .site-footer {
- padding: 16px;
- }
- @media only screen and (min-width: 560px) {
- .template-block .site-header,
- .template-block .site-footer {
- padding: 32px 0;
- }
- }
- .template-block .wp-block-cover .site-title,
- .template-block .wp-block-cover .site-description,
- .template-block .wp-block-cover-image .site-title,
- .template-block .wp-block-cover-image .site-description {
- background: transparent;
- color: inherit;
- }
- .a8c-template-editor .wp-block-cover .site-title,
- .a8c-template-editor .wp-block-cover .site-description,
- .a8c-template-editor .wp-block-cover-image .site-title,
- .a8c-template-editor .wp-block-cover-image .site-description {
- background: transparent;
- color: inherit;
- }
- .site-header .site-title {
- font-size: 21.6px;
- font-weight: 700;
- text-decoration: underline;
- }
- .site-header .site-description {
- font-size: 15px;
- }
- .site-header .main-navigation {
- /**
- * Placeholder button style
- * - Since buttons appear in various blocks,
- * let’s use a placeholder to keep them all
- * in-sync
- */
- /**
- * Block Options
- */
- }
- .site-header .main-navigation button,
- .site-header .main-navigation .button,
- .site-header .main-navigation input[type="submit"],
- .site-header .main-navigation .wp-block-button__link,
- .site-header .main-navigation .wp-block-file__button {
- line-height: 1;
- color: white;
- cursor: pointer;
- font-weight: bold;
- font-family: sans-serif;
- font-family: var(--font-headings, sans-serif);
- font-size: 1.2rem;
- background-color: blue;
- border-radius: 9px;
- border-width: 0;
- padding: 16px 16px;
- }
- .site-header .main-navigation button:before,
- .site-header .main-navigation .button:before,
- .site-header .main-navigation input[type="submit"]:before,
- .site-header .main-navigation .wp-block-button__link:before,
- .site-header .main-navigation .wp-block-file__button:before, .site-header .main-navigation button:after,
- .site-header .main-navigation .button:after,
- .site-header .main-navigation input[type="submit"]:after,
- .site-header .main-navigation .wp-block-button__link:after,
- .site-header .main-navigation .wp-block-file__button:after {
- content: '';
- display: block;
- height: 0;
- width: 0;
- }
- .site-header .main-navigation button:before,
- .site-header .main-navigation .button:before,
- .site-header .main-navigation input[type="submit"]:before,
- .site-header .main-navigation .wp-block-button__link:before,
- .site-header .main-navigation .wp-block-file__button:before {
- margin-bottom: -0.12em;
- }
- .site-header .main-navigation button:after,
- .site-header .main-navigation .button:after,
- .site-header .main-navigation input[type="submit"]:after,
- .site-header .main-navigation .wp-block-button__link:after,
- .site-header .main-navigation .wp-block-file__button:after {
- margin-top: -0.11em;
- }
- .site-header .main-navigation button:hover,
- .site-header .main-navigation .button:hover,
- .site-header .main-navigation input:hover[type="submit"],
- .site-header .main-navigation .wp-block-button__link:hover,
- .site-header .main-navigation .wp-block-file__button:hover, .site-header .main-navigation button:focus,
- .site-header .main-navigation .button:focus,
- .site-header .main-navigation input:focus[type="submit"],
- .site-header .main-navigation .wp-block-button__link:focus,
- .site-header .main-navigation .wp-block-file__button:focus, .site-header .main-navigation button.has-focus,
- .site-header .main-navigation .has-focus.button,
- .site-header .main-navigation input.has-focus[type="submit"],
- .site-header .main-navigation .has-focus.wp-block-button__link,
- .site-header .main-navigation .has-focus.wp-block-file__button {
- color: white;
- background-color: indigo;
- }
- .site-header .main-navigation .wp-block-button.is-style-outline .wp-block-button__link {
- color: blue;
- background: transparent;
- border: 2px solid currentcolor;
- padding: 14px 16px;
- }
- .site-header .main-navigation .wp-block-button.is-style-outline .wp-block-button__link:hover, .site-header .main-navigation .wp-block-button.is-style-outline .wp-block-button__link:focus, .site-header .main-navigation .wp-block-button.is-style-outline .wp-block-button__link.has-focus {
- color: indigo;
- }
- .site-header .main-navigation .wp-block-button.is-style-squared .wp-block-button__link {
- border-radius: 0;
- }
- .post-content__block {
- margin-bottom: 160px;
- margin-top: 36px;
- z-index: 20;
- }
- @media only screen and (min-width: 640px) {
- .site-footer {
- display: block;
- }
- }
- .site-footer .main-navigation {
- display: block;
- }
- .site-footer .main-navigation .footer-menu {
- color: inherit;
- }
- .site-footer .main-navigation > div {
- display: block;
- }
- .site-footer .main-navigation .hide-visually,
- .site-footer .main-navigation #toggle-menu {
- display: none;
- }
- @media only screen and (max-width: 559px) {
- .site-footer .main-navigation > div {
- display: block;
- }
- .site-footer .main-navigation li {
- width: auto;
- }
- .site-footer .main-navigation li .sub-menu {
- display: none;
- }
- }
- .site-header .site-title.has-background,
- .site-header .site-description.has-background,
- .site-footer .site-title.has-background,
- .site-footer .site-description.has-background {
- border-radius: 0;
- padding: 16px;
- }
- .site-header .main-navigation .main-menu.footer-menu li a,
- .site-footer .main-navigation .main-menu.footer-menu li a {
- font-size: inherit;
- }
- .site-header .main-navigation .main-menu.footer-menu li.menu-item-has-children > a::after,
- .site-footer .main-navigation .main-menu.footer-menu li.menu-item-has-children > a::after {
- font-size: 0.6em;
- vertical-align: middle;
- }
- .site-header .main-navigation .has-text-color > .main-menu.footer-menu > li > a,
- .site-footer .main-navigation .has-text-color > .main-menu.footer-menu > li > a {
- color: inherit;
- }
- .site-header .main-navigation .has-text-align-left > .main-menu.footer-menu,
- .site-footer .main-navigation .has-text-align-left > .main-menu.footer-menu {
- justify-content: flex-start;
- }
- .site-header .main-navigation .has-text-align-center > .main-menu.footer-menu,
- .site-footer .main-navigation .has-text-align-center > .main-menu.footer-menu {
- justify-content: center;
- }
- .site-header .main-navigation .has-text-align-right > .main-menu.footer-menu,
- .site-footer .main-navigation .has-text-align-right > .main-menu.footer-menu {
- justify-content: flex-end;
- }
- .site-header .main-navigation .has-background > .main-menu.footer-menu,
- .site-footer .main-navigation .has-background > .main-menu.footer-menu {
- padding: 16px;
- }
|