style-editor.css 43 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669
  1. @charset "UTF-8";
  2. /**
  3. * These styles should be loaded by the Block Editor only
  4. */
  5. /**
  6. * Abstracts
  7. * - Mixins, variables and functions
  8. */
  9. /**
  10. * Abstracts
  11. * - Mixins, variables and functions
  12. */
  13. /* Sass Functions go here */
  14. /**
  15. * Map deep get
  16. * @author Hugo Giraudel
  17. * @access public
  18. * @param {Map} $map - Map
  19. * @param {Arglist} $keys - Key chain
  20. * @return {*} - Desired value
  21. *
  22. * Example:
  23. * $m-breakpoint: map-deep-get($__prefix-default-config, "layouts", "M");
  24. */
  25. /**
  26. * Deep set function to set a value in nested maps
  27. * @author Hugo Giraudel
  28. * @access public
  29. * @param {Map} $map - Map
  30. * @param {List} $keys - Key chaine
  31. * @param {*} $value - Value to assign
  32. * @return {Map}
  33. *
  34. * Example:
  35. * $__prefix-default-config: map-deep-set($__prefix-default-config, "layouts" "M", 650px);
  36. */
  37. /**
  38. * jQuery-style extend function
  39. * - Child themes can use this function to `reset` the values in
  40. * config maps without editing the `master` Sass files.
  41. * - src: https://www.sitepoint.com/extra-map-functions-sass/
  42. * - About `map-merge()`:
  43. * - - only takes 2 arguments
  44. * - - is not recursive
  45. * @param {Map} $map - first map
  46. * @param {ArgList} $maps - other maps
  47. * @param {Bool} $deep - recursive mode
  48. * @return {Map}
  49. *
  50. * Examples:
  51. $grid-configuration-default: (
  52. 'columns': 12,
  53. 'layouts': (
  54. 'small': 800px,
  55. 'medium': 1000px,
  56. 'large': 1200px,
  57. ),
  58. );
  59. $grid-configuration-custom: (
  60. 'layouts': (
  61. 'large': 1300px,
  62. 'huge': 1500px
  63. ),
  64. );
  65. $grid-configuration-user: (
  66. 'direction': 'ltr',
  67. 'columns': 16,
  68. 'layouts': (
  69. 'large': 1300px,
  70. 'huge': 1500px
  71. ),
  72. );
  73. // $deep: false
  74. $grid-configuration: map-extend($grid-configuration-default, $grid-configuration-custom, $grid-configuration-user);
  75. // --> ("columns": 16, "layouts": (("large": 1300px, "huge": 1500px)), "direction": "ltr")
  76. // $deep: true
  77. $grid-configuration: map-extend($grid-configuration-default, $grid-configuration-custom, $grid-configuration-user, true);
  78. // --> ("columns": 16, "layouts": (("small": 800px, "medium": 1000px, "large": 1300px, "huge": 1500px)), "direction": "ltr")
  79. */
  80. /**
  81. * Button
  82. */
  83. /**
  84. * Cover
  85. */
  86. /**
  87. * Heading
  88. */
  89. /**
  90. * List
  91. */
  92. /**
  93. * Pullquote
  94. */
  95. /**
  96. * Quote
  97. */
  98. /**
  99. * Separator
  100. */
  101. /**
  102. * Responsive breakpoints
  103. * - breakpoints values are defined in _config-global.scss
  104. */
  105. /**
  106. * Align wide widths
  107. * - Sets .alignwide widths
  108. */
  109. /**
  110. * Crop Text Boundry
  111. * - Sets a fixed-width on content within alignwide and alignfull blocks
  112. */
  113. /**
  114. * Add font-family using CSS variables.
  115. * It also adds the proper fallback for browsers without support.
  116. */
  117. /**
  118. * Global variables
  119. */
  120. :root, body {
  121. /* Colors */
  122. --wp--preset--color--primary: #2c313f;
  123. --wp--preset--color--primary-hover: #3e69dc;
  124. --wp--preset--color--secondary: #3e69dc;
  125. --wp--preset--color--secondary-hover: #2c313f;
  126. --wp--preset--color--foreground: #74767e;
  127. --wp--preset--color--foreground-low-contrast: #767676;
  128. --wp--preset--color--foreground-high-contrast: #111;
  129. --wp--preset--color--background: #fff;
  130. --wp--preset--color--background-low-contrast: #ddd;
  131. --wp--preset--color--background-high-contrast: #f3f3f3;
  132. --wp--preset--color--tertiary: #ddd;
  133. --wp--preset--color--border: #ddd;
  134. --wp--preset--color--border-low-contrast: #aaa;
  135. --wp--preset--color--border-high-contrast: #fafafa;
  136. --wp--preset--color--text-selection: #c6d5ff;
  137. --wp--preset--color--alert-success: #4caf50;
  138. --wp--preset--color--alert-info: #3e69dc;
  139. --wp--preset--color--alert-warning: #ffc107;
  140. --wp--preset--color--alert-error: #f44336;
  141. --wp--preset--color--black: black;
  142. --wp--preset--color--white: white;
  143. }
  144. /**
  145. * Child Theme Name
  146. */
  147. /**
  148. * Redefine Sass map values for child theme output.
  149. * - See: style-child-theme.scss
  150. */
  151. /**
  152. * Global
  153. */
  154. /**
  155. * Elements
  156. */
  157. /**
  158. * Button
  159. */
  160. /**
  161. * Cover
  162. */
  163. /**
  164. * Heading
  165. */
  166. /**
  167. * List
  168. */
  169. /**
  170. * Pullquote
  171. */
  172. /**
  173. * Quote
  174. */
  175. /**
  176. * Separator
  177. */
  178. /**
  179. * Header
  180. */
  181. /**
  182. * Footer
  183. */
  184. /**
  185. * Base
  186. * - Reset the browser
  187. */
  188. body {
  189. color: var(--wp--preset--color--foreground);
  190. background-color: var(--wp--preset--color--background);
  191. font-family: "Lato", sans-serif;
  192. font-family: var(--font-base, "Lato", sans-serif);
  193. font-size: 20px;
  194. font-weight: normal;
  195. line-height: 1.6;
  196. -moz-osx-font-smoothing: grayscale;
  197. -webkit-font-smoothing: antialiased;
  198. }
  199. .editor-post-title__block {
  200. font-size: 20px;
  201. }
  202. p {
  203. font-size: 1em;
  204. line-height: 1.6;
  205. }
  206. a {
  207. color: var(--wp--preset--color--primary);
  208. }
  209. a:hover {
  210. color: var(--wp--preset--color--primary-hover);
  211. }
  212. .has-primary-background-color a:not(.has-text-color) {
  213. color: var(--wp--preset--color--background);
  214. }
  215. button,
  216. a {
  217. cursor: pointer;
  218. }
  219. button,
  220. input,
  221. optgroup,
  222. select,
  223. textarea {
  224. font-family: inherit;
  225. font-size: 100%;
  226. line-height: 1.15;
  227. margin: 0;
  228. }
  229. /**
  230. * Elements
  231. * - Styles for basic HTML elemants
  232. */
  233. /**
  234. * Elements
  235. * - Styles for basic HTML elemants
  236. */
  237. blockquote {
  238. padding-left: 16px;
  239. }
  240. blockquote p {
  241. font-size: 1.728rem;
  242. letter-spacing: normal;
  243. line-height: 1.125;
  244. }
  245. blockquote cite,
  246. blockquote footer {
  247. font-size: 0.83333rem;
  248. letter-spacing: normal;
  249. }
  250. blockquote > * {
  251. margin-top: 16px;
  252. margin-bottom: 16px;
  253. }
  254. blockquote > *:first-child {
  255. margin-top: 0;
  256. }
  257. blockquote > *:last-child {
  258. margin-bottom: 0;
  259. }
  260. blockquote.alignleft, blockquote.alignright {
  261. padding-left: inherit;
  262. }
  263. blockquote.alignleft p, blockquote.alignright p {
  264. font-size: 1.44rem;
  265. max-width: inherit;
  266. width: inherit;
  267. }
  268. blockquote.alignleft cite,
  269. blockquote.alignleft footer, blockquote.alignright cite,
  270. blockquote.alignright footer {
  271. font-size: 0.69444rem;
  272. letter-spacing: normal;
  273. }
  274. figcaption {
  275. color: var(--wp--preset--color--foreground-low-contrast);
  276. font-size: 0.69444rem;
  277. margin-top: calc(0.5 * 16px);
  278. margin-bottom: 16px;
  279. text-align: center;
  280. }
  281. .alignleft figcaption,
  282. .alignright figcaption {
  283. margin-bottom: 0;
  284. }
  285. /* WP Smiley */
  286. .page-content .wp-smiley,
  287. .entry-content .wp-smiley,
  288. .comment-content .wp-smiley {
  289. border: none;
  290. margin-bottom: 0;
  291. margin-top: 0;
  292. padding: 0;
  293. }
  294. /* Make sure embeds and iframes fit their containers. */
  295. embed,
  296. iframe,
  297. object {
  298. max-width: 100%;
  299. }
  300. /* Center-align getty image embeds */
  301. .getty.embed.image {
  302. display: block !important;
  303. }
  304. /**
  305. * Blocks
  306. * - These styles replace key Gutenberg Block styles for fonts, colors, and
  307. * spacing with CSS-variables overrides
  308. */
  309. /**
  310. * Block Styles for the Editor
  311. *
  312. * - These styles replace key Gutenberg Block styles for fonts, colors, and
  313. * spacing with CSS-variables overrides in the Block Editor
  314. * - In the future the Block styles may get compiled to individual .css
  315. * files and conditionally loaded
  316. */
  317. .wp-block-a8c-blog-posts.image-aligntop .post-thumbnail {
  318. margin-bottom: 16px;
  319. }
  320. .wp-block-a8c-blog-posts.image-alignleft .post-thumbnail {
  321. margin-right: 32px;
  322. }
  323. .wp-block-a8c-blog-posts.image-alignright .post-thumbnail {
  324. margin-left: 32px;
  325. }
  326. .wp-block-a8c-blog-posts.image-alignbehind .post-has-image .entry-wrapper {
  327. padding: 32px;
  328. }
  329. .wp-block-a8c-blog-posts.image-alignbehind .post-has-image .cat-links {
  330. color: #fff;
  331. }
  332. .wp-block-a8c-blog-posts.image-alignbehind .post-has-image a:hover {
  333. color: currentColor;
  334. }
  335. .wp-block-a8c-blog-posts .article-section-title {
  336. font-size: 1em;
  337. margin-top: 0;
  338. margin-bottom: 16px;
  339. }
  340. .wp-block-a8c-blog-posts article {
  341. margin-bottom: 64px;
  342. }
  343. @media only screen and (min-width: 560px) {
  344. .wp-block-a8c-blog-posts article {
  345. margin-bottom: 96px;
  346. }
  347. }
  348. .wp-block-a8c-blog-posts .post-thumbnail img {
  349. vertical-align: middle;
  350. width: auto;
  351. }
  352. .wp-block-a8c-blog-posts .entry-wrapper > * {
  353. /* Vertical margins logic between post details */
  354. margin-top: 16px;
  355. margin-bottom: 16px;
  356. }
  357. .wp-block-a8c-blog-posts .entry-wrapper > *:first-child {
  358. margin-top: 0;
  359. }
  360. .wp-block-a8c-blog-posts .entry-wrapper > *:last-child {
  361. margin-bottom: 0;
  362. }
  363. .wp-block-a8c-blog-posts .entry-title a {
  364. color: var(--wp--preset--color--primary);
  365. }
  366. .has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a,
  367. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a,
  368. [style*="background-color"] .wp-block-a8c-blog-posts .entry-title a {
  369. color: currentColor;
  370. }
  371. .wp-block-a8c-blog-posts .entry-title a:hover {
  372. color: var(--wp--preset--color--primary-hover);
  373. text-decoration: underline;
  374. }
  375. .has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a,
  376. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a,
  377. [style*="background-color"] .wp-block-a8c-blog-posts .entry-title a {
  378. color: currentColor;
  379. }
  380. .wp-block-a8c-blog-posts .more-link {
  381. display: block;
  382. color: inherit;
  383. margin-top: 16px;
  384. }
  385. .wp-block-a8c-blog-posts .more-link:after {
  386. content: "→" /*rtl:"←"*/;
  387. display: inline-block;
  388. margin-left: 0.5em;
  389. }
  390. .wp-block-a8c-blog-posts .more-link:hover, .wp-block-a8c-blog-posts .more-link:active {
  391. color: var(--wp--preset--color--primary-hover);
  392. text-decoration: none;
  393. }
  394. .has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .more-link:hover,
  395. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .more-link:hover,
  396. [style*="background-color"] .wp-block-a8c-blog-posts .more-link:hover, .has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .more-link:active,
  397. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .more-link:active,
  398. [style*="background-color"] .wp-block-a8c-blog-posts .more-link:active {
  399. color: currentColor;
  400. }
  401. .wp-block-a8c-blog-posts .entry-meta,
  402. .wp-block-a8c-blog-posts .cat-links {
  403. color: var(--wp--preset--color--foreground-low-contrast);
  404. font-size: 0.83333em;
  405. }
  406. .has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-meta,
  407. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-meta,
  408. [style*="background-color"] .wp-block-a8c-blog-posts .entry-meta, .has-background:not(.has-background-background-color)
  409. .wp-block-a8c-blog-posts .cat-links,
  410. [class*="background-color"]:not(.has-background-background-color)
  411. .wp-block-a8c-blog-posts .cat-links,
  412. [style*="background-color"]
  413. .wp-block-a8c-blog-posts .cat-links {
  414. color: currentColor;
  415. }
  416. .wp-block-a8c-blog-posts .entry-meta .byline:not(:last-child),
  417. .wp-block-a8c-blog-posts .cat-links .byline:not(:last-child) {
  418. margin-right: 16px;
  419. }
  420. .wp-block-a8c-blog-posts .entry-meta .published + .updated,
  421. .wp-block-a8c-blog-posts .cat-links .published + .updated {
  422. display: none;
  423. }
  424. .wp-block-a8c-blog-posts .entry-meta a,
  425. .wp-block-a8c-blog-posts .cat-links a {
  426. color: currentColor;
  427. text-decoration: underline;
  428. }
  429. .wp-block-a8c-blog-posts .entry-meta a:hover, .wp-block-a8c-blog-posts .entry-meta a:active,
  430. .wp-block-a8c-blog-posts .cat-links a:hover,
  431. .wp-block-a8c-blog-posts .cat-links a:active {
  432. color: var(--wp--preset--color--primary-hover);
  433. text-decoration: none;
  434. }
  435. .has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-meta a:hover,
  436. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-meta a:hover,
  437. [style*="background-color"] .wp-block-a8c-blog-posts .entry-meta a:hover, .has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-meta a:active,
  438. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-meta a:active,
  439. [style*="background-color"] .wp-block-a8c-blog-posts .entry-meta a:active, .has-background:not(.has-background-background-color)
  440. .wp-block-a8c-blog-posts .cat-links a:hover,
  441. [class*="background-color"]:not(.has-background-background-color)
  442. .wp-block-a8c-blog-posts .cat-links a:hover,
  443. [style*="background-color"]
  444. .wp-block-a8c-blog-posts .cat-links a:hover, .has-background:not(.has-background-background-color)
  445. .wp-block-a8c-blog-posts .cat-links a:active,
  446. [class*="background-color"]:not(.has-background-background-color)
  447. .wp-block-a8c-blog-posts .cat-links a:active,
  448. [style*="background-color"]
  449. .wp-block-a8c-blog-posts .cat-links a:active {
  450. color: currentColor;
  451. }
  452. /**
  453. * Button Placeholder style
  454. * - Since buttons appear in various blocks,
  455. * let’s use a placeholder to keep them all
  456. * in-sync
  457. */
  458. .wp-block-a8c-blog-posts + .button, .wp-block-button__link,
  459. .wp-block-file__button, .wp-block-search .wp-block-search__button {
  460. line-height: 1.44;
  461. color: var(--wp--preset--color--background);
  462. cursor: pointer;
  463. font-weight: 700;
  464. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  465. font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
  466. font-size: 0.83333rem;
  467. background-color: var(--wp--preset--color--primary-hover);
  468. border-radius: 10px;
  469. border-width: 0;
  470. text-decoration: none;
  471. padding: 16px 16px;
  472. }
  473. .wp-block-a8c-blog-posts + .button:before, .wp-block-button__link:before,
  474. .wp-block-file__button:before, .wp-block-search .wp-block-search__button:before, .wp-block-a8c-blog-posts + .button:after, .wp-block-button__link:after,
  475. .wp-block-file__button:after, .wp-block-search .wp-block-search__button:after {
  476. content: '';
  477. display: block;
  478. height: 0;
  479. width: 0;
  480. }
  481. .wp-block-a8c-blog-posts + .button:before, .wp-block-button__link:before,
  482. .wp-block-file__button:before, .wp-block-search .wp-block-search__button:before {
  483. margin-bottom: -0.34em;
  484. }
  485. .wp-block-a8c-blog-posts + .button:after, .wp-block-button__link:after,
  486. .wp-block-file__button:after, .wp-block-search .wp-block-search__button:after {
  487. margin-top: -0.33em;
  488. }
  489. .wp-block-a8c-blog-posts + .button:not(.has-background):hover, .wp-block-button__link:not(.has-background):hover,
  490. .wp-block-file__button:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, .wp-block-a8c-blog-posts + .button:focus, .wp-block-button__link:focus,
  491. .wp-block-file__button:focus, .wp-block-search .wp-block-search__button:focus, .wp-block-a8c-blog-posts + .has-focus.button, .has-focus.wp-block-button__link,
  492. .has-focus.wp-block-file__button, .wp-block-search .has-focus.wp-block-search__button {
  493. color: var(--wp--preset--color--background);
  494. background-color: var(--wp--preset--color--primary);
  495. }
  496. /**
  497. * Onsale Placeholder style
  498. * - Since buttons appear in various blocks,
  499. * let’s use a placeholder to keep them all
  500. * in-sync
  501. */
  502. .wp-block-a8c-blog-posts + .button {
  503. display: inline-block;
  504. font-size: 1.2em;
  505. }
  506. .wp-block-a8c-blog-posts + .button:hover {
  507. cursor: default;
  508. }
  509. .has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts + .button,
  510. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts + .button,
  511. [style*="background-color"] .wp-block-a8c-blog-posts + .button {
  512. background-color: transparent;
  513. border: 2px solid currentColor;
  514. color: currentColor;
  515. }
  516. /**
  517. * Button
  518. */
  519. /* Default Style */
  520. .wp-block-button__link {
  521. color: var(--wp--preset--color--background);
  522. font-weight: 700;
  523. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  524. font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
  525. font-size: 0.83333em;
  526. line-height: 1.44;
  527. background-color: var(--wp--preset--color--primary-hover);
  528. border-radius: 10px;
  529. padding: 16px 16px;
  530. /* Outline Style */
  531. /* Squared Style */
  532. }
  533. .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link.has-focus {
  534. color: var(--wp--preset--color--background);
  535. background-color: var(--wp--preset--color--primary);
  536. }
  537. .wp-block-button__link.is-style-outline,
  538. .is-style-outline .wp-block-button__link {
  539. border: 2px solid currentcolor;
  540. }
  541. .wp-block-button__link.is-style-outline:not(.has-text-color),
  542. .is-style-outline .wp-block-button__link:not(.has-text-color) {
  543. color: var(--wp--preset--color--primary-hover);
  544. }
  545. .wp-block-button__link.is-style-outline:hover, .wp-block-button__link.is-style-outline:focus, .wp-block-button__link.is-style-outline.has-focus,
  546. .is-style-outline .wp-block-button__link:hover,
  547. .is-style-outline .wp-block-button__link:focus,
  548. .is-style-outline .wp-block-button__link.has-focus {
  549. color: var(--wp--preset--color--primary-hover);
  550. background: transparent;
  551. }
  552. .has-primary-background-color .wp-block-button__link.is-style-outline:not(.has-text-color), .has-primary-background-color
  553. .is-style-outline .wp-block-button__link:not(.has-text-color) {
  554. color: var(--wp--preset--color--background);
  555. }
  556. .wp-block-button__link.is-style-squared,
  557. .is-style-squared .wp-block-button__link {
  558. border-radius: 0;
  559. }
  560. /* Default Style */
  561. .button {
  562. color: var(--wp--preset--color--background);
  563. font-weight: 700;
  564. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  565. font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
  566. font-size: 0.83333em;
  567. line-height: 1.44;
  568. background-color: var(--wp--preset--color--primary-hover);
  569. border-radius: 10px;
  570. padding: 16px 16px;
  571. }
  572. .button:hover, .button:focus, .button.has-focus {
  573. color: var(--wp--preset--color--background);
  574. background-color: var(--wp--preset--color--primary);
  575. }
  576. .wp-block-columns .wp-block[data-align=full],
  577. .wp-block-columns .alignfull {
  578. margin-left: inherit;
  579. margin-right: inherit;
  580. }
  581. .wp-block-cover,
  582. .wp-block-cover-image {
  583. background-color: var(--wp--preset--color--foreground);
  584. color: var(--wp--preset--color--background);
  585. min-height: 480px;
  586. margin-top: inherit;
  587. margin-bottom: inherit;
  588. /* Treating H2 separately to account for legacy /core styles */
  589. }
  590. .wp-block-cover.has-background-dim,
  591. .wp-block-cover-image.has-background-dim {
  592. background-color: var(--wp--preset--color--foreground);
  593. color: var(--wp--preset--color--background);
  594. }
  595. .wp-block-cover .wp-block-cover-image-text,
  596. .wp-block-cover .wp-block-cover-text,
  597. .wp-block-cover .block-editor-block-list__block,
  598. .wp-block-cover-image .wp-block-cover-image-text,
  599. .wp-block-cover-image .wp-block-cover-text,
  600. .wp-block-cover-image .block-editor-block-list__block {
  601. color: currentColor;
  602. }
  603. .wp-block-cover h2,
  604. .wp-block-cover-image h2 {
  605. font-size: 2.48832;
  606. letter-spacing: normal;
  607. line-height: 1.125;
  608. padding: 0;
  609. max-width: inherit;
  610. text-align: inherit;
  611. }
  612. .wp-block-cover h2.has-text-align-left,
  613. .wp-block-cover-image h2.has-text-align-left {
  614. text-align: left;
  615. }
  616. .wp-block-cover h2.has-text-align-center,
  617. .wp-block-cover-image h2.has-text-align-center {
  618. text-align: center;
  619. }
  620. .wp-block-cover h2.has-text-align-right,
  621. .wp-block-cover-image h2.has-text-align-right {
  622. text-align: right;
  623. }
  624. .wp-block-heading h1, h1, .h1,
  625. .wp-block-heading h2, h2, .h2,
  626. .wp-block-heading h3, h3, .h3,
  627. .wp-block-heading h4, h4, .h4,
  628. .wp-block-heading h5, h5, .h5,
  629. .wp-block-heading h6, h6, .h6 {
  630. font-family: "Poppins", sans-serif;
  631. font-family: var(--font-headings, "Poppins", sans-serif);
  632. font-weight: 700;
  633. clear: both;
  634. }
  635. .wp-block-heading h1, h1, .h1 {
  636. font-size: 2.98598em;
  637. letter-spacing: normal;
  638. line-height: 1.125;
  639. }
  640. .wp-block-heading h2, h2, .h2 {
  641. font-size: 2.48832em;
  642. letter-spacing: normal;
  643. line-height: 1.125;
  644. }
  645. .wp-block-heading h3, h3, .h3 {
  646. font-size: 2.0736em;
  647. letter-spacing: normal;
  648. line-height: 1.125;
  649. }
  650. .wp-block-heading h4, h4, .h4 {
  651. font-size: 1.728em;
  652. letter-spacing: normal;
  653. line-height: 1.125;
  654. }
  655. .wp-block-heading h5, h5, .h5 {
  656. font-size: 1.44em;
  657. letter-spacing: normal;
  658. line-height: 1.125;
  659. }
  660. .wp-block-heading h6, h6, .h6 {
  661. font-size: 1.2em;
  662. letter-spacing: normal;
  663. line-height: 1.125;
  664. }
  665. /* Center image block by default in the editor */
  666. .wp-block-image > div {
  667. text-align: center;
  668. }
  669. [data-type="core/image"] .block-editor-block-list__block-edit figure.is-resized {
  670. margin: 0 auto;
  671. }
  672. .wp-block-gallery figcaption {
  673. margin-bottom: 0;
  674. }
  675. .wp-block-group.has-background {
  676. padding: 21.312px;
  677. }
  678. @media only screen and (min-width: 560px) {
  679. .wp-block-group.has-background {
  680. padding: 32px;
  681. }
  682. }
  683. .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] {
  684. margin: 0;
  685. width: 100%;
  686. }
  687. .wp-block-latest-comments {
  688. margin-left: 0;
  689. }
  690. .wp-block-latest-posts {
  691. padding-left: 0;
  692. }
  693. .wp-block-latest-posts > li > a {
  694. font-family: "Poppins", sans-serif;
  695. font-family: var(--font-headings, "Poppins", sans-serif);
  696. font-size: 1.728rem;
  697. font-weight: 700;
  698. line-height: 1.125;
  699. }
  700. .wp-block-latest-posts:not(.is-grid) > li {
  701. /* Vertical margins logic */
  702. margin-top: 32px;
  703. margin-bottom: 32px;
  704. }
  705. .wp-block-latest-posts:not(.is-grid) > li:first-child {
  706. margin-top: 0;
  707. }
  708. .wp-block-latest-posts:not(.is-grid) > li:last-child {
  709. margin-bottom: 0;
  710. }
  711. .wp-block-latest-posts .wp-block-latest-posts__post-date {
  712. color: var(--wp--preset--color--foreground-low-contrast);
  713. font-size: 0.83333rem;
  714. line-height: 1.6;
  715. }
  716. [class*="inner-container"] .wp-block-latest-posts .wp-block-latest-posts__post-date,
  717. .has-background .wp-block-latest-posts .wp-block-latest-posts__post-date {
  718. color: currentColor;
  719. }
  720. .wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
  721. .wp-block-latest-posts .wp-block-latest-posts__post-full-content {
  722. font-size: 0.83333rem;
  723. line-height: 1.6;
  724. margin: 0;
  725. }
  726. ul,
  727. ol {
  728. margin: 32px 0;
  729. padding-left: 32px;
  730. }
  731. ul.aligncenter,
  732. ol.aligncenter {
  733. list-style-position: inside;
  734. padding: 0;
  735. }
  736. ul.alignright,
  737. ol.alignright {
  738. list-style-position: inside;
  739. text-align: right;
  740. padding: 0;
  741. }
  742. li > ul,
  743. li > ol {
  744. margin: 0;
  745. }
  746. .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
  747. color: currentColor;
  748. }
  749. .a8c-posts-list {
  750. padding-left: 0;
  751. }
  752. p.has-background {
  753. padding: 16px 16px;
  754. }
  755. p.has-background:not(.has-background-background-color) a {
  756. color: currentColor;
  757. }
  758. .wp-block-pullquote {
  759. border-top-color: var(--wp--preset--color--border);
  760. border-top-width: 4px;
  761. border-bottom-color: var(--wp--preset--color--border);
  762. border-bottom-width: 4px;
  763. color: var(--wp--preset--color--foreground);
  764. }
  765. .wp-block-pullquote blockquote p {
  766. font-family: "Poppins", sans-serif;
  767. font-family: var(--font-headings, "Poppins", sans-serif);
  768. font-size: 1.728rem;
  769. letter-spacing: normal;
  770. line-height: 1.125;
  771. }
  772. .wp-block-pullquote.is-style-solid-color blockquote p {
  773. font-size: 1.728rem;
  774. }
  775. .wp-block-pullquote a {
  776. color: currentColor;
  777. }
  778. .wp-block-pullquote .wp-block-pullquote__citation,
  779. .wp-block-pullquote cite,
  780. .wp-block-pullquote footer {
  781. color: var(--wp--preset--color--foreground-low-contrast);
  782. font-size: 0.83333rem;
  783. letter-spacing: normal;
  784. }
  785. .wp-block-pullquote blockquote {
  786. padding-left: 0;
  787. }
  788. .wp-block-pullquote.is-style-solid-color {
  789. color: var(--wp--preset--color--background);
  790. }
  791. .wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
  792. .wp-block-pullquote.is-style-solid-color cite,
  793. .wp-block-pullquote.is-style-solid-color footer {
  794. color: currentColor;
  795. }
  796. .wp-block-pullquote.is-style-solid-color:not(.has-background) {
  797. background-color: var(--wp--preset--color--primary);
  798. }
  799. .wp-block-quote {
  800. border-left-color: var(--wp--preset--color--primary);
  801. padding-left: 16px;
  802. }
  803. .wp-block-quote p {
  804. font-family: "Poppins", sans-serif;
  805. font-family: var(--font-headings, "Poppins", sans-serif);
  806. font-size: 1.728em;
  807. letter-spacing: normal;
  808. }
  809. .wp-block-quote.is-large, .wp-block-quote.is-style-large {
  810. border: none;
  811. padding: 0;
  812. }
  813. .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  814. font-family: "Poppins", sans-serif;
  815. font-family: var(--font-headings, "Poppins", sans-serif);
  816. font-size: 2.0736em;
  817. letter-spacing: normal;
  818. line-height: 1.125;
  819. }
  820. .has-background:not(.has-background-background-color) .wp-block-quote,
  821. [class*="background-color"]:not(.has-background-background-color) .wp-block-quote,
  822. [style*="background-color"]:not(.has-background-background-color) .wp-block-quote,
  823. .wp-block-cover[style*="background-image"] .wp-block-quote {
  824. border-color: currentColor;
  825. }
  826. .wp-block-quote .wp-block-quote__citation {
  827. color: var(--wp--preset--color--foreground-low-contrast);
  828. font-size: 0.83333em;
  829. letter-spacing: normal;
  830. }
  831. .has-background:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation,
  832. [class*="background-color"]:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation,
  833. [style*="background-color"]:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation,
  834. .wp-block-cover[style*="background-image"] .wp-block-quote .wp-block-quote__citation {
  835. color: currentColor;
  836. }
  837. .wp-block-search {
  838. flex-wrap: wrap;
  839. }
  840. .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  841. background: var(--wp--preset--color--white);
  842. color: var(--wp--preset--color--black);
  843. border: 1px solid var(--wp--preset--color--border);
  844. border-radius: 3px;
  845. }
  846. .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  847. padding: 16px;
  848. }
  849. .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  850. padding: 16px 16px;
  851. }
  852. .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
  853. padding: 0;
  854. }
  855. .wp-block-search .wp-block-search__label {
  856. font-weight: normal;
  857. }
  858. .wp-block-search .wp-block-search__input {
  859. color: var(--wp--preset--color--black);
  860. border: 1px solid var(--wp--preset--color--border);
  861. border-radius: 3px;
  862. padding: 16px;
  863. font-size: 1rem;
  864. line-height: 1rem;
  865. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  866. font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
  867. max-width: inherit;
  868. margin-right: calc( .66 * 16px);
  869. background: var(--wp--preset--color--white);
  870. }
  871. .wp-block-search .wp-block-search__input:focus {
  872. color: var(--wp--preset--color--black);
  873. border-color: var(--wp--preset--color--border);
  874. }
  875. .wp-block-search .wp-block-search__button {
  876. border: none;
  877. box-shadow: none;
  878. }
  879. .wp-block-search .wp-block-search__button.has-icon {
  880. transform: scaleX(-1);
  881. padding: 0;
  882. min-width: calc(2* 16px + 1rem + 4px);
  883. min-height: calc(2* 16px + 1rem + 4px);
  884. }
  885. .wp-block-search .wp-block-search__button.has-icon svg {
  886. fill: currentColor;
  887. width: 29px;
  888. height: 29px;
  889. }
  890. .wp-block-separator,
  891. hr {
  892. border-bottom: 2px solid var(--wp--preset--color--border);
  893. clear: both;
  894. }
  895. .wp-block-separator[style*="text-align:right"], .wp-block-separator[style*="text-align: right"],
  896. hr[style*="text-align:right"],
  897. hr[style*="text-align: right"] {
  898. border-right-color: var(--wp--preset--color--border);
  899. }
  900. .wp-block-separator.is-style-wide,
  901. hr.is-style-wide {
  902. border-bottom-width: 2px;
  903. }
  904. .wp-block-separator.is-style-dots,
  905. hr.is-style-dots {
  906. border-bottom: none;
  907. }
  908. .wp-block-separator.is-style-dots.has-background, .wp-block-separator.is-style-dots.has-text-color,
  909. hr.is-style-dots.has-background,
  910. hr.is-style-dots.has-text-color {
  911. background-color: transparent !important;
  912. }
  913. .wp-block-separator.is-style-dots.has-background:before, .wp-block-separator.is-style-dots.has-text-color:before,
  914. hr.is-style-dots.has-background:before,
  915. hr.is-style-dots.has-text-color:before {
  916. color: currentColor !important;
  917. }
  918. .wp-block-separator.is-style-dots:before,
  919. hr.is-style-dots:before {
  920. color: var(--wp--preset--color--border);
  921. }
  922. .has-background:not(.has-background-background-color) .wp-block-separator,
  923. [class*="background-color"]:not(.has-background-background-color) .wp-block-separator,
  924. [style*="background-color"]:not(.has-background-background-color) .wp-block-separator,
  925. .wp-block-cover[style*="background-image"] .wp-block-separator, .has-background:not(.has-background-background-color)
  926. hr,
  927. [class*="background-color"]:not(.has-background-background-color)
  928. hr,
  929. [style*="background-color"]:not(.has-background-background-color)
  930. hr,
  931. .wp-block-cover[style*="background-image"]
  932. hr {
  933. border-color: currentColor;
  934. }
  935. table th,
  936. .wp-block-table th {
  937. font-family: "Poppins", sans-serif;
  938. font-family: var(--font-headings, "Poppins", sans-serif);
  939. }
  940. table td,
  941. table th,
  942. .wp-block-table td,
  943. .wp-block-table th {
  944. padding: calc( 0.5 * 16px);
  945. }
  946. table.is-style-stripes tbody tr:nth-child(odd),
  947. .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  948. background-color: var(--wp--preset--color--border-low-contrast);
  949. color: var(--wp--preset--color--foreground);
  950. }
  951. pre.wp-block-verse {
  952. font-family: monospace, monospace;
  953. color: var(--wp--preset--color--foreground);
  954. }
  955. /**
  956. * Editor Post Title
  957. * - Needs a special styles
  958. */
  959. .editor-post-title__block .editor-post-title__input {
  960. color: var(--wp--preset--color--foreground);
  961. font-family: "Poppins", sans-serif;
  962. font-family: var(--font-headings, "Poppins", sans-serif);
  963. font-weight: 700;
  964. font-size: 2.48832;
  965. letter-spacing: normal;
  966. line-height: 1.125;
  967. }
  968. .wp-block .has-primary-color,
  969. .has-primary-color {
  970. color: var(--wp--preset--color--primary);
  971. }
  972. .wp-block .has-secondary-color,
  973. .has-secondary-color {
  974. color: var(--wp--preset--color--secondary);
  975. }
  976. .wp-block .has-foreground-color,
  977. .has-foreground-color {
  978. color: var(--wp--preset--color--foreground);
  979. }
  980. .wp-block .has-foreground-light-color,
  981. .has-foreground-light-color {
  982. color: var(--wp--preset--color--foreground-low-contrast);
  983. }
  984. .wp-block .has-foreground-dark-color,
  985. .has-foreground-dark-color {
  986. color: var(--wp--preset--color--foreground-high-contrast);
  987. }
  988. .wp-block .has-background-light-color,
  989. .has-background-light-color {
  990. color: var(--wp--preset--color--background-high-contrast);
  991. }
  992. .wp-block .has-background-dark-color,
  993. .has-background-dark-color {
  994. color: var(--wp--preset--color--background-low-contrast);
  995. }
  996. .wp-block .has-background-color,
  997. .has-background-color {
  998. color: var(--wp--preset--color--background);
  999. }
  1000. .wp-block .has-tertiary-color,
  1001. .has-tertiary-color {
  1002. color: var(--wp--preset--color--tertiary);
  1003. }
  1004. .has-background p:not(.has-text-color),
  1005. .has-background h1:not(.has-text-color),
  1006. .has-background h2:not(.has-text-color),
  1007. .has-background h3:not(.has-text-color),
  1008. .has-background h4:not(.has-text-color),
  1009. .has-background h5:not(.has-text-color),
  1010. .has-background h6:not(.has-text-color) {
  1011. color: currentColor;
  1012. }
  1013. .has-primary-background-color,
  1014. .has-primary-background-color.has-background-dim {
  1015. background-color: var(--wp--preset--color--primary);
  1016. color: var(--wp--preset--color--background);
  1017. }
  1018. .has-primary-background-color:not(.has-text-color),
  1019. .has-primary-background-color.has-background-dim:not(.has-text-color) {
  1020. color: var(--wp--preset--color--background);
  1021. }
  1022. .has-secondary-background-color,
  1023. .has-secondary-background-color.has-background-dim {
  1024. background-color: var(--wp--preset--color--secondary);
  1025. }
  1026. .has-secondary-background-color:not(.has-text-color),
  1027. .has-secondary-background-color.has-background-dim:not(.has-text-color) {
  1028. color: var(--wp--preset--color--background);
  1029. }
  1030. .has-background-dim,
  1031. .has-foreground-background-color,
  1032. .has-foreground-background-color.has-background-dim {
  1033. background-color: var(--wp--preset--color--foreground);
  1034. }
  1035. .has-background-dim,
  1036. .has-foreground-background-color,
  1037. .has-foreground-background-color.has-background-dim {
  1038. color: var(--wp--preset--color--background);
  1039. }
  1040. .has-foreground-light-background-color,
  1041. .has-foreground-light-background-color.has-background-dim {
  1042. background-color: var(--wp--preset--color--foreground-low-contrast);
  1043. }
  1044. .has-foreground-light-background-color:not(.has-text-color),
  1045. .has-foreground-light-background-color.has-background-dim:not(.has-text-color) {
  1046. color: var(--wp--preset--color--background);
  1047. }
  1048. .has-foreground-dark-background-color,
  1049. .has-foreground-dark-background-color.has-background-dim {
  1050. background-color: var(--wp--preset--color--foreground-high-contrast);
  1051. }
  1052. .has-foreground-dark-background-color:not(.has-text-color),
  1053. .has-foreground-dark-background-color.has-background-dim:not(.has-text-color) {
  1054. color: var(--wp--preset--color--background);
  1055. }
  1056. .has-background-light-background-color,
  1057. .has-background-light-background-color.has-background-dim {
  1058. background-color: var(--wp--preset--color--background-high-contrast);
  1059. }
  1060. .has-background-light-background-color:not(.has-text-color),
  1061. .has-background-light-background-color.has-background-dim:not(.has-text-color) {
  1062. color: var(--wp--preset--color--foreground);
  1063. }
  1064. .has-background-dark-background-color,
  1065. .has-background-dark-background-color.has-background-dim {
  1066. background-color: var(--wp--preset--color--background-low-contrast);
  1067. }
  1068. .has-background-dark-background-color:not(.has-text-color),
  1069. .has-background-dark-background-color.has-background-dim:not(.has-text-color) {
  1070. color: var(--wp--preset--color--foreground);
  1071. }
  1072. .has-background-background-color,
  1073. .has-background-background-color.has-background-dim {
  1074. background-color: var(--wp--preset--color--background);
  1075. color: var(--wp--preset--color--foreground);
  1076. }
  1077. .has-background-background-color:not(.has-text-color),
  1078. .has-background-background-color.has-background-dim:not(.has-text-color) {
  1079. color: var(--wp--preset--color--foreground);
  1080. }
  1081. .has-tertiary-background-color,
  1082. .has-tertiary-background-color.has-background-dim {
  1083. background-color: var(--wp--preset--color--tertiary);
  1084. }
  1085. .has-tertiary-background-color:not(.has-text-color),
  1086. .has-tertiary-background-color.has-background-dim:not(.has-text-color) {
  1087. color: var(--wp--preset--color--foreground);
  1088. }
  1089. .is-small-text,
  1090. .has-small-font-size {
  1091. font-size: 0.83333;
  1092. }
  1093. .is-regular-text,
  1094. .has-regular-font-size,
  1095. .has-normal-font-size,
  1096. .has-medium-font-size {
  1097. font-size: 1.2;
  1098. }
  1099. .is-large-text,
  1100. .has-large-font-size {
  1101. font-size: 1.44;
  1102. line-height: 1.125;
  1103. }
  1104. .is-larger-text,
  1105. .has-larger-font-size,
  1106. .has-huge-font-size {
  1107. font-size: 1.728;
  1108. line-height: 1.125;
  1109. }
  1110. .has-drop-cap:not(:focus)::first-letter {
  1111. font-family: "Poppins", sans-serif;
  1112. font-family: var(--font-headings, "Poppins", sans-serif);
  1113. font-size: calc(2 * 2.98598em);
  1114. font-weight: 700;
  1115. }
  1116. /**
  1117. * Spacing Overrides
  1118. */
  1119. [data-block] {
  1120. margin-top: 21.312px;
  1121. margin-bottom: 21.312px;
  1122. }
  1123. @media only screen and (min-width: 560px) {
  1124. [data-block] {
  1125. margin-top: 32px;
  1126. margin-bottom: 32px;
  1127. }
  1128. }
  1129. /*
  1130. * Margins
  1131. */
  1132. .margin-top-none {
  1133. margin-top: 0 !important;
  1134. }
  1135. .margin-top-half {
  1136. margin-top: 16px !important;
  1137. }
  1138. .margin-top-default {
  1139. margin-top: 32px !important;
  1140. }
  1141. .margin-right-none {
  1142. /*rtl:ignore*/
  1143. margin-right: 0 !important;
  1144. }
  1145. .margin-right-half {
  1146. /*rtl:ignore*/
  1147. margin-right: 16px !important;
  1148. }
  1149. .margin-right-default {
  1150. /*rtl:ignore*/
  1151. margin-right: 32px !important;
  1152. }
  1153. .margin-bottom-none {
  1154. margin-bottom: 0 !important;
  1155. }
  1156. .margin-bottom-half {
  1157. margin-bottom: 16px !important;
  1158. }
  1159. .margin-bottom-default {
  1160. margin-bottom: 32px !important;
  1161. }
  1162. .margin-left-none {
  1163. /*rtl:ignore*/
  1164. margin-left: 0 !important;
  1165. }
  1166. .margin-left-half {
  1167. /*rtl:ignore*/
  1168. margin-left: 16px !important;
  1169. }
  1170. .margin-left-default {
  1171. /*rtl:ignore*/
  1172. margin-left: 32px !important;
  1173. }
  1174. /*
  1175. * Padding
  1176. */
  1177. .padding-top-none {
  1178. padding-top: 0 !important;
  1179. }
  1180. .padding-top-half {
  1181. padding-top: 16px !important;
  1182. }
  1183. .padding-top-default {
  1184. padding-top: 32px !important;
  1185. }
  1186. .padding-right-none {
  1187. /*rtl:ignore*/
  1188. padding-right: 0 !important;
  1189. }
  1190. .padding-right-half {
  1191. /*rtl:ignore*/
  1192. padding-right: 16px !important;
  1193. }
  1194. .padding-right-default {
  1195. /*rtl:ignore*/
  1196. padding-right: 32px !important;
  1197. }
  1198. .padding-bottom-none {
  1199. padding-bottom: 0 !important;
  1200. }
  1201. .padding-bottom-half {
  1202. padding-bottom: 16px !important;
  1203. }
  1204. .padding-bottom-default {
  1205. padding-bottom: 32px !important;
  1206. }
  1207. .padding-left-none {
  1208. /*rtl:ignore*/
  1209. padding-left: 0 !important;
  1210. }
  1211. .padding-left-half {
  1212. /*rtl:ignore*/
  1213. padding-left: 16px !important;
  1214. }
  1215. .padding-left-default {
  1216. /*rtl:ignore*/
  1217. padding-left: 32px !important;
  1218. }
  1219. /**
  1220. * Vendors
  1221. * - Styles for 3rd party plugins and WP extensions
  1222. */
  1223. /**
  1224. * Vendors
  1225. * - 3rd-party compatibility styles
  1226. */
  1227. /**
  1228. * Set Jetpack form text color
  1229. */
  1230. .jetpack-contact-info-block .is-selected textarea.block-editor-plain-text {
  1231. color: var(--wp--preset--color--black);
  1232. }
  1233. /**
  1234. * Extras
  1235. */
  1236. /**
  1237. * 1. General Styles
  1238. */
  1239. a {
  1240. text-decoration: none;
  1241. }
  1242. .wp-block-group a,
  1243. .wp-block-cover a,
  1244. .wp-block-cover-image a,
  1245. .wp-block-media-text a,
  1246. p:not(.site-title) a {
  1247. text-decoration: underline;
  1248. }
  1249. .wp-block-group a.wp-block-button__link, .wp-block-group a:hover,
  1250. .wp-block-cover a.wp-block-button__link,
  1251. .wp-block-cover a:hover,
  1252. .wp-block-cover-image a.wp-block-button__link,
  1253. .wp-block-cover-image a:hover,
  1254. .wp-block-media-text a.wp-block-button__link,
  1255. .wp-block-media-text a:hover,
  1256. p:not(.site-title) a.wp-block-button__link,
  1257. p:not(.site-title) a:hover {
  1258. text-decoration: none;
  1259. }
  1260. .editor-post-title__block .editor-post-title__input {
  1261. text-align: left;
  1262. color: var(--wp--preset--color--primary);
  1263. }
  1264. h1,
  1265. h2,
  1266. h3,
  1267. h4,
  1268. h5,
  1269. h6 {
  1270. color: var(--wp--preset--color--primary);
  1271. }
  1272. /**
  1273. * 2. Block Specific Styles
  1274. */
  1275. /**
  1276. * 2.1. Column Block
  1277. */
  1278. .wp-block-columns .wp-block-latest-posts {
  1279. border-bottom: 1px solid var(--wp--preset--color--background-high-contrast);
  1280. }
  1281. .wp-block-columns .wp-block-latest-posts > li {
  1282. border-top: 1px solid var(--wp--preset--color--background-high-contrast);
  1283. margin: 0;
  1284. padding-top: 16px;
  1285. padding-bottom: 16px;
  1286. }
  1287. .wp-block-columns .wp-block-latest-posts > li > a {
  1288. font-size: 1rem;
  1289. font-weight: normal;
  1290. font-family: "Lato", sans-serif;
  1291. font-family: var(--font-base, "Lato", sans-serif);
  1292. line-height: 1.6;
  1293. }
  1294. .wp-block-columns .wp-block-latest-posts > li > time.wp-block-latest-posts__post-date {
  1295. font-size: 1rem;
  1296. }
  1297. /**
  1298. * 2.2. Quote Block
  1299. */
  1300. .wp-block-quote,
  1301. .wp-block-quote[style*="text-align:center"],
  1302. .wp-block-quote[style*="text-align:right"] {
  1303. border: 1px solid var(--wp--preset--color--background-high-contrast);
  1304. padding: 16px;
  1305. }
  1306. .wp-block-quote p,
  1307. .wp-block-quote[style*="text-align:center"] p,
  1308. .wp-block-quote[style*="text-align:right"] p {
  1309. font-family: "Lato", sans-serif;
  1310. font-family: var(--font-base, "Lato", sans-serif);
  1311. font-size: 1.2rem;
  1312. line-height: 1.6;
  1313. }
  1314. .wp-block-quote .wp-block-quote__citation,
  1315. .wp-block-quote[style*="text-align:center"] .wp-block-quote__citation,
  1316. .wp-block-quote[style*="text-align:right"] .wp-block-quote__citation {
  1317. color: inherit;
  1318. font-size: 1.2rem;
  1319. }
  1320. /**
  1321. * 2.3. File Block
  1322. */
  1323. .wp-block-file div.wp-block-file__button {
  1324. line-height: 1.44;
  1325. cursor: pointer;
  1326. font-weight: 700;
  1327. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  1328. font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
  1329. background-color: var(--wp--preset--color--primary-hover);
  1330. font-size: 0.83333rem;
  1331. padding: 16px 16px;
  1332. text-transform: uppercase;
  1333. display: inline-block;
  1334. }
  1335. .wp-block-file div.wp-block-file__button:focus, .wp-block-file div.wp-block-file__button:hover {
  1336. color: var(--wp--preset--color--background);
  1337. background-color: var(--wp--preset--color--primary);
  1338. opacity: 1;
  1339. }
  1340. /**
  1341. * 2.4. Pre Block, Code Block and Verse Block
  1342. */
  1343. .wp-block-preformatted pre,
  1344. .wp-block-verse pre {
  1345. font-family: "Inconsolata", monospace;
  1346. font-size: 1rem;
  1347. }
  1348. .wp-block-code .block-editor-plain-text {
  1349. font-family: "Inconsolata", monospace;
  1350. font-size: 1rem;
  1351. }
  1352. /**
  1353. * 2.5. Button Block
  1354. */
  1355. .wp-block-button div.wp-block-button__link {
  1356. text-transform: uppercase;
  1357. border: 0;
  1358. border-radius: 5em;
  1359. text-transform: uppercase;
  1360. }
  1361. .wp-block-button div.wp-block-button__link.has-background:focus, .wp-block-button div.wp-block-button__link.has-background:hover, .wp-block-button div.wp-block-button__link.has-background:visited {
  1362. opacity: .8;
  1363. }
  1364. .wp-block-button.minimal .wp-block-button__link {
  1365. background: 0 0;
  1366. border: 2px solid;
  1367. }
  1368. /**
  1369. * 2.6. Search Block
  1370. */
  1371. .wp-block-search .wp-block-search__button {
  1372. text-transform: uppercase;
  1373. line-height: 1.44;
  1374. color: var(--wp--preset--color--background);
  1375. cursor: pointer;
  1376. font-weight: 700;
  1377. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  1378. font-family: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
  1379. font-size: 0.83333rem;
  1380. background-color: var(--wp--preset--color--primary-hover);
  1381. border-radius: 5em;
  1382. border-width: 0;
  1383. padding: 16px 16px;
  1384. display: inline-block;
  1385. border: none;
  1386. box-shadow: none;
  1387. }
  1388. .wp-block-search .wp-block-search__button:focus, .wp-block-search .wp-block-search__button:hover, .wp-block-search .wp-block-search__button:visited {
  1389. color: var(--wp--preset--color--background);
  1390. background-color: var(--wp--preset--color--primary);
  1391. opacity: 1;
  1392. }
  1393. .wp-block-a8c-blog-posts .entry-title a:active, .wp-block-a8c-blog-posts .entry-title a:focus, .wp-block-a8c-blog-posts .entry-title a:hover {
  1394. text-decoration: none;
  1395. }
  1396. .wp-block-a8c-blog-posts .cat-links a,
  1397. .wp-block-a8c-blog-posts .more-link,
  1398. .wp-block-a8c-blog-posts .entry-meta a {
  1399. text-decoration: none;
  1400. }
  1401. .wp-block-a8c-blog-posts .cat-links a:active, .wp-block-a8c-blog-posts .cat-links a:focus, .wp-block-a8c-blog-posts .cat-links a:hover,
  1402. .wp-block-a8c-blog-posts .more-link:active,
  1403. .wp-block-a8c-blog-posts .more-link:focus,
  1404. .wp-block-a8c-blog-posts .more-link:hover,
  1405. .wp-block-a8c-blog-posts .entry-meta a:active,
  1406. .wp-block-a8c-blog-posts .entry-meta a:focus,
  1407. .wp-block-a8c-blog-posts .entry-meta a:hover {
  1408. text-decoration: underline;
  1409. }
  1410. .wp-block-a8c-blog-posts.image-alignbehind article .entry-title a:active, .wp-block-a8c-blog-posts.image-alignbehind article .entry-title a:focus, .wp-block-a8c-blog-posts.image-alignbehind article .entry-title a:hover {
  1411. color: #fff;
  1412. text-decoration: underline;
  1413. }
  1414. .has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a,
  1415. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a,
  1416. [style*="background-color"] .wp-block-a8c-blog-posts .entry-title a {
  1417. text-decoration: none;
  1418. }
  1419. .has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a:active, .has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a:focus, .has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a:hover,
  1420. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a:active,
  1421. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a:focus,
  1422. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a:hover,
  1423. [style*="background-color"] .wp-block-a8c-blog-posts .entry-title a:active,
  1424. [style*="background-color"] .wp-block-a8c-blog-posts .entry-title a:focus,
  1425. [style*="background-color"] .wp-block-a8c-blog-posts .entry-title a:hover {
  1426. text-decoration: underline;
  1427. }
  1428. .wp-block-a8c-blog-posts + .button {
  1429. font-size: 0.83333em;
  1430. }