style-editor.css 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783
  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. * Child Theme Name
  119. */
  120. /**
  121. * Redefine Sass map values for child theme output.
  122. * - See: style-child-theme.scss
  123. */
  124. /**
  125. * Global
  126. */
  127. /**
  128. * Elements
  129. */
  130. /**
  131. * Button
  132. */
  133. /**
  134. * Cover
  135. */
  136. /**
  137. * Heading
  138. */
  139. /**
  140. * List
  141. */
  142. /**
  143. * Pullquote
  144. */
  145. /**
  146. * Quote
  147. */
  148. /**
  149. * Separator
  150. */
  151. /**
  152. * Header
  153. */
  154. /**
  155. * Footer
  156. */
  157. /**
  158. * Base
  159. * - Reset the browser
  160. */
  161. body {
  162. color: #394d55;
  163. background-color: #ffffff;
  164. font-family: "Karla", Arial, sans-serif;
  165. font-family: var(--font-base, "Karla", Arial, sans-serif);
  166. font-size: 16px;
  167. font-weight: normal;
  168. line-height: 1.6;
  169. -moz-osx-font-smoothing: grayscale;
  170. -webkit-font-smoothing: antialiased;
  171. }
  172. .editor-post-title__block {
  173. font-size: 16px;
  174. }
  175. p {
  176. font-size: 1.25em;
  177. line-height: 1.6;
  178. }
  179. a {
  180. color: #3E7D98;
  181. }
  182. a:hover {
  183. color: #2f5f74;
  184. }
  185. button,
  186. a {
  187. cursor: pointer;
  188. }
  189. /**
  190. * Elements
  191. * - Styles for basic HTML elemants
  192. */
  193. /**
  194. * Elements
  195. * - Styles for basic HTML elemants
  196. */
  197. blockquote {
  198. padding-left: 16px;
  199. }
  200. blockquote p {
  201. font-size: 1.8rem;
  202. letter-spacing: normal;
  203. line-height: 1.125;
  204. }
  205. blockquote cite,
  206. blockquote footer {
  207. font-size: 1.04167rem;
  208. letter-spacing: normal;
  209. }
  210. blockquote > * {
  211. margin-top: 16px;
  212. margin-bottom: 16px;
  213. }
  214. blockquote > *:first-child {
  215. margin-top: 0;
  216. }
  217. blockquote > *:last-child {
  218. margin-bottom: 0;
  219. }
  220. blockquote.alignleft, blockquote.alignright {
  221. padding-left: inherit;
  222. }
  223. blockquote.alignleft p, blockquote.alignright p {
  224. font-size: 1.5rem;
  225. max-width: inherit;
  226. width: inherit;
  227. }
  228. blockquote.alignleft cite,
  229. blockquote.alignleft footer, blockquote.alignright cite,
  230. blockquote.alignright footer {
  231. font-size: 0.86806rem;
  232. letter-spacing: normal;
  233. }
  234. figcaption {
  235. color: #4d6974;
  236. font-size: 0.86806rem;
  237. margin-top: calc(0.5 * 16px);
  238. margin-bottom: 16px;
  239. text-align: center;
  240. }
  241. .alignleft figcaption,
  242. .alignright figcaption {
  243. margin-bottom: 0;
  244. }
  245. /* WP Smiley */
  246. .page-content .wp-smiley,
  247. .entry-content .wp-smiley,
  248. .comment-content .wp-smiley {
  249. border: none;
  250. margin-bottom: 0;
  251. margin-top: 0;
  252. padding: 0;
  253. }
  254. /* Make sure embeds and iframes fit their containers. */
  255. embed,
  256. iframe,
  257. object {
  258. max-width: 100%;
  259. }
  260. /**
  261. * Blocks
  262. * - These styles replace key Gutenberg Block styles for fonts, colors, and
  263. * spacing with CSS-variables overrides
  264. */
  265. /**
  266. * Block Styles for the Editor
  267. *
  268. * - These styles replace key Gutenberg Block styles for fonts, colors, and
  269. * spacing with CSS-variables overrides in the Block Editor
  270. * - In the future the Block styles may get compiled to individual .css
  271. * files and conditionally loaded
  272. */
  273. .wp-block-a8c-blog-posts.image-aligntop .post-thumbnail {
  274. margin-bottom: 16px;
  275. }
  276. .wp-block-a8c-blog-posts.image-alignleft .post-thumbnail {
  277. margin-right: 32px;
  278. }
  279. .wp-block-a8c-blog-posts.image-alignright .post-thumbnail {
  280. margin-left: 32px;
  281. }
  282. .wp-block-a8c-blog-posts.image-alignbehind .post-has-image .entry-wrapper {
  283. padding: 32px;
  284. }
  285. .wp-block-a8c-blog-posts.image-alignbehind .post-has-image .cat-links {
  286. color: #fff;
  287. }
  288. .wp-block-a8c-blog-posts.image-alignbehind .post-has-image a:hover {
  289. color: currentColor;
  290. }
  291. .wp-block-a8c-blog-posts .article-section-title {
  292. font-size: 1.25em;
  293. margin-top: 0;
  294. margin-bottom: 16px;
  295. }
  296. .wp-block-a8c-blog-posts article {
  297. margin-bottom: 64px;
  298. }
  299. @media only screen and (min-width: 560px) {
  300. .wp-block-a8c-blog-posts article {
  301. margin-bottom: 96px;
  302. }
  303. }
  304. .wp-block-a8c-blog-posts .post-thumbnail img {
  305. vertical-align: middle;
  306. width: auto;
  307. }
  308. .wp-block-a8c-blog-posts .entry-wrapper > * {
  309. /* Vertical margins logic between post details */
  310. margin-top: 16px;
  311. margin-bottom: 16px;
  312. }
  313. .wp-block-a8c-blog-posts .entry-wrapper > *:first-child {
  314. margin-top: 0;
  315. }
  316. .wp-block-a8c-blog-posts .entry-wrapper > *:last-child {
  317. margin-bottom: 0;
  318. }
  319. .wp-block-a8c-blog-posts .entry-title a {
  320. color: #3E7D98;
  321. }
  322. .has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a,
  323. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a,
  324. [style*="background-color"] .wp-block-a8c-blog-posts .entry-title a {
  325. color: currentColor;
  326. }
  327. .wp-block-a8c-blog-posts .entry-title a:hover {
  328. color: #2f5f74;
  329. text-decoration: underline;
  330. }
  331. .has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a,
  332. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a,
  333. [style*="background-color"] .wp-block-a8c-blog-posts .entry-title a {
  334. color: currentColor;
  335. }
  336. .wp-block-a8c-blog-posts .more-link {
  337. display: block;
  338. color: inherit;
  339. margin-top: 16px;
  340. }
  341. .wp-block-a8c-blog-posts .more-link:after {
  342. content: "→" /*rtl:"←"*/;
  343. display: inline-block;
  344. margin-left: 0.5em;
  345. }
  346. .wp-block-a8c-blog-posts .more-link:hover, .wp-block-a8c-blog-posts .more-link:active {
  347. color: #2f5f74;
  348. text-decoration: none;
  349. }
  350. .has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .more-link:hover,
  351. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .more-link:hover,
  352. [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,
  353. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .more-link:active,
  354. [style*="background-color"] .wp-block-a8c-blog-posts .more-link:active {
  355. color: currentColor;
  356. }
  357. .wp-block-a8c-blog-posts .entry-meta,
  358. .wp-block-a8c-blog-posts .cat-links {
  359. color: #4d6974;
  360. font-size: 1.04167em;
  361. }
  362. .has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-meta,
  363. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-meta,
  364. [style*="background-color"] .wp-block-a8c-blog-posts .entry-meta, .has-background:not(.has-background-background-color)
  365. .wp-block-a8c-blog-posts .cat-links,
  366. [class*="background-color"]:not(.has-background-background-color)
  367. .wp-block-a8c-blog-posts .cat-links,
  368. [style*="background-color"]
  369. .wp-block-a8c-blog-posts .cat-links {
  370. color: currentColor;
  371. }
  372. .wp-block-a8c-blog-posts .entry-meta .byline:not(:last-child),
  373. .wp-block-a8c-blog-posts .cat-links .byline:not(:last-child) {
  374. margin-right: 16px;
  375. }
  376. .wp-block-a8c-blog-posts .entry-meta .published + .updated,
  377. .wp-block-a8c-blog-posts .cat-links .published + .updated {
  378. display: none;
  379. }
  380. .wp-block-a8c-blog-posts .entry-meta a,
  381. .wp-block-a8c-blog-posts .cat-links a {
  382. color: currentColor;
  383. text-decoration: underline;
  384. }
  385. .wp-block-a8c-blog-posts .entry-meta a:hover, .wp-block-a8c-blog-posts .entry-meta a:active,
  386. .wp-block-a8c-blog-posts .cat-links a:hover,
  387. .wp-block-a8c-blog-posts .cat-links a:active {
  388. color: #2f5f74;
  389. text-decoration: none;
  390. }
  391. .has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-meta a:hover,
  392. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-meta a:hover,
  393. [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,
  394. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-meta a:active,
  395. [style*="background-color"] .wp-block-a8c-blog-posts .entry-meta a:active, .has-background:not(.has-background-background-color)
  396. .wp-block-a8c-blog-posts .cat-links a:hover,
  397. [class*="background-color"]:not(.has-background-background-color)
  398. .wp-block-a8c-blog-posts .cat-links a:hover,
  399. [style*="background-color"]
  400. .wp-block-a8c-blog-posts .cat-links a:hover, .has-background:not(.has-background-background-color)
  401. .wp-block-a8c-blog-posts .cat-links a:active,
  402. [class*="background-color"]:not(.has-background-background-color)
  403. .wp-block-a8c-blog-posts .cat-links a:active,
  404. [style*="background-color"]
  405. .wp-block-a8c-blog-posts .cat-links a:active {
  406. color: currentColor;
  407. }
  408. /**
  409. * Button Placeholder style
  410. * - Since buttons appear in various blocks,
  411. * let’s use a placeholder to keep them all
  412. * in-sync
  413. */
  414. .wp-block-a8c-blog-posts + .button, .fse-template-part .main-navigation .button {
  415. line-height: 1;
  416. color: #ffffff;
  417. cursor: pointer;
  418. font-weight: bold;
  419. font-family: "Karla", Arial, sans-serif;
  420. font-family: var(--font-base, "Karla", Arial, sans-serif);
  421. font-size: 1.04167rem;
  422. background-color: #3E7D98;
  423. border-radius: 160px;
  424. border-width: 0;
  425. text-decoration: none;
  426. padding: 16px 48px;
  427. }
  428. .wp-block-a8c-blog-posts + .button:before, .fse-template-part .main-navigation .button:before, .wp-block-a8c-blog-posts + .button:after, .fse-template-part .main-navigation .button:after {
  429. content: '';
  430. display: block;
  431. height: 0;
  432. width: 0;
  433. }
  434. .wp-block-a8c-blog-posts + .button:before, .fse-template-part .main-navigation .button:before {
  435. margin-bottom: -0.12em;
  436. }
  437. .wp-block-a8c-blog-posts + .button:after, .fse-template-part .main-navigation .button:after {
  438. margin-top: -0.11em;
  439. }
  440. .wp-block-a8c-blog-posts + .button:hover, .fse-template-part .main-navigation .button:hover, .wp-block-a8c-blog-posts + .button:focus, .fse-template-part .main-navigation .button:focus, .wp-block-a8c-blog-posts + .has-focus.button, .fse-template-part .main-navigation .has-focus.button {
  441. color: #ffffff;
  442. background-color: #2f5f74;
  443. }
  444. /**
  445. * Onsale Placeholder style
  446. * - Since buttons appear in various blocks,
  447. * let’s use a placeholder to keep them all
  448. * in-sync
  449. */
  450. .wp-block-a8c-blog-posts + .button {
  451. display: inline-block;
  452. font-size: 1.5em;
  453. }
  454. .wp-block-a8c-blog-posts + .button:hover {
  455. cursor: default;
  456. }
  457. .has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts + .button,
  458. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts + .button,
  459. [style*="background-color"] .wp-block-a8c-blog-posts + .button {
  460. background-color: transparent;
  461. border: 2px solid currentColor;
  462. color: currentColor;
  463. }
  464. /* Default Style */
  465. .wp-block-button__link {
  466. color: #ffffff;
  467. font-weight: bold;
  468. font-family: "Karla", Arial, sans-serif;
  469. font-family: var(--font-base, "Karla", Arial, sans-serif);
  470. font-size: 1.04167em;
  471. line-height: 1;
  472. background-color: #3E7D98;
  473. border-radius: 160px;
  474. padding: 16px 48px;
  475. /* Outline Style */
  476. /* Squared Style */
  477. }
  478. .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link.has-focus {
  479. color: #ffffff;
  480. background-color: #2f5f74;
  481. }
  482. .wp-block-button__link.is-style-outline,
  483. .is-style-outline .wp-block-button__link {
  484. background: transparent;
  485. border: 2px solid currentcolor;
  486. }
  487. .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,
  488. .is-style-outline .wp-block-button__link:hover,
  489. .is-style-outline .wp-block-button__link:focus,
  490. .is-style-outline .wp-block-button__link.has-focus {
  491. color: #2f5f74;
  492. background: transparent;
  493. }
  494. .wp-block-button__link.is-style-squared,
  495. .is-style-squared .wp-block-button__link {
  496. border-radius: 0;
  497. }
  498. /* Default Style */
  499. .button {
  500. color: #ffffff;
  501. font-weight: bold;
  502. font-family: "Karla", Arial, sans-serif;
  503. font-family: var(--font-base, "Karla", Arial, sans-serif);
  504. font-size: 1.04167em;
  505. line-height: 1;
  506. background-color: #3E7D98;
  507. border-radius: 160px;
  508. padding: 16px 48px;
  509. }
  510. .button:hover, .button:focus, .button.has-focus {
  511. color: #ffffff;
  512. background-color: #2f5f74;
  513. }
  514. .wp-block-columns .wp-block[data-align=full],
  515. .wp-block-columns .alignfull {
  516. margin-left: inherit;
  517. margin-right: inherit;
  518. }
  519. .wp-block-cover,
  520. .wp-block-cover-image {
  521. background-color: black;
  522. color: white;
  523. min-height: calc( 17 * 32px);
  524. margin-top: inherit;
  525. margin-bottom: inherit;
  526. /* default & custom background-color */
  527. /* Treating H2 separately to account for legacy /core styles */
  528. }
  529. .wp-block-cover.has-background-dim,
  530. .wp-block-cover-image.has-background-dim {
  531. background-color: black;
  532. color: white;
  533. }
  534. .wp-block-cover .wp-block-cover__inner-container,
  535. .wp-block-cover .wp-block-cover-image-text,
  536. .wp-block-cover .wp-block-cover-text,
  537. .wp-block-cover .block-editor-block-list__block,
  538. .wp-block-cover-image .wp-block-cover__inner-container,
  539. .wp-block-cover-image .wp-block-cover-image-text,
  540. .wp-block-cover-image .wp-block-cover-text,
  541. .wp-block-cover-image .block-editor-block-list__block {
  542. color: currentColor;
  543. }
  544. .wp-block-cover .wp-block-cover__inner-container a,
  545. .wp-block-cover .wp-block-cover-image-text a,
  546. .wp-block-cover .wp-block-cover-text a,
  547. .wp-block-cover .block-editor-block-list__block a,
  548. .wp-block-cover-image .wp-block-cover__inner-container a,
  549. .wp-block-cover-image .wp-block-cover-image-text a,
  550. .wp-block-cover-image .wp-block-cover-text a,
  551. .wp-block-cover-image .block-editor-block-list__block a {
  552. color: currentColor;
  553. }
  554. .wp-block-cover:not([class*='background-color']) .wp-block-cover__inner-container,
  555. .wp-block-cover:not([class*='background-color']) .wp-block-cover-image-text,
  556. .wp-block-cover:not([class*='background-color']) .wp-block-cover-text,
  557. .wp-block-cover:not([class*='background-color']) .block-editor-block-list__block,
  558. .wp-block-cover-image:not([class*='background-color']) .wp-block-cover__inner-container,
  559. .wp-block-cover-image:not([class*='background-color']) .wp-block-cover-image-text,
  560. .wp-block-cover-image:not([class*='background-color']) .wp-block-cover-text,
  561. .wp-block-cover-image:not([class*='background-color']) .block-editor-block-list__block {
  562. color: white;
  563. }
  564. .wp-block-cover h2,
  565. .wp-block-cover-image h2 {
  566. font-size: 2.592em;
  567. letter-spacing: normal;
  568. line-height: 1.125;
  569. padding: 0;
  570. max-width: inherit;
  571. text-align: inherit;
  572. }
  573. .wp-block-cover h2.has-text-align-left,
  574. .wp-block-cover-image h2.has-text-align-left {
  575. text-align: left;
  576. }
  577. .wp-block-cover h2.has-text-align-center,
  578. .wp-block-cover-image h2.has-text-align-center {
  579. text-align: center;
  580. }
  581. .wp-block-cover h2.has-text-align-right,
  582. .wp-block-cover-image h2.has-text-align-right {
  583. text-align: right;
  584. }
  585. .wp-block-heading h1, h1, .h1,
  586. .wp-block-heading h2, h2, .h2,
  587. .wp-block-heading h3, h3, .h3,
  588. .wp-block-heading h4, h4, .h4,
  589. .wp-block-heading h5, h5, .h5,
  590. .wp-block-heading h6, h6, .h6 {
  591. font-family: "Lora", Georgia, sans-serif;
  592. font-family: var(--font-headings, "Lora", Georgia, sans-serif);
  593. font-weight: normal;
  594. clear: both;
  595. }
  596. .wp-block-heading h1, h1, .h1 {
  597. font-size: 3.1104em;
  598. letter-spacing: normal;
  599. line-height: 1.125;
  600. }
  601. .wp-block-heading h2, h2, .h2 {
  602. font-size: 2.592em;
  603. letter-spacing: normal;
  604. line-height: 1.125;
  605. }
  606. .wp-block-heading h3, h3, .h3 {
  607. font-size: 2.16em;
  608. letter-spacing: normal;
  609. line-height: 1.125;
  610. }
  611. .wp-block-heading h4, h4, .h4 {
  612. font-size: 1.8em;
  613. letter-spacing: normal;
  614. line-height: 1.125;
  615. }
  616. .wp-block-heading h5, h5, .h5 {
  617. font-size: 1.5em;
  618. letter-spacing: normal;
  619. line-height: 1.125;
  620. }
  621. .wp-block-heading h6, h6, .h6 {
  622. font-size: 1.25em;
  623. letter-spacing: normal;
  624. line-height: 1.125;
  625. }
  626. /* Center image block by default in the editor */
  627. .wp-block-image > div {
  628. text-align: center;
  629. }
  630. [data-type="core/image"] .block-editor-block-list__block-edit figure.is-resized {
  631. margin: 0 auto;
  632. }
  633. .wp-block-gallery figcaption {
  634. margin-bottom: 0;
  635. }
  636. .wp-block-group.has-background {
  637. padding: 21.312px;
  638. }
  639. @media only screen and (min-width: 560px) {
  640. .wp-block-group.has-background {
  641. padding: 32px;
  642. }
  643. }
  644. .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] {
  645. margin: 0;
  646. width: 100%;
  647. }
  648. .wp-block-latest-comments {
  649. margin-left: 0;
  650. }
  651. .wp-block-latest-posts {
  652. padding-left: 0;
  653. }
  654. .wp-block-latest-posts > li > a {
  655. font-family: "Lora", Georgia, sans-serif;
  656. font-family: var(--font-headings, "Lora", Georgia, sans-serif);
  657. font-size: 1.8rem;
  658. font-weight: normal;
  659. line-height: 1.125;
  660. }
  661. .wp-block-latest-posts:not(.is-grid) > li {
  662. /* Vertical margins logic */
  663. margin-top: 32px;
  664. margin-bottom: 32px;
  665. }
  666. .wp-block-latest-posts:not(.is-grid) > li:first-child {
  667. margin-top: 0;
  668. }
  669. .wp-block-latest-posts:not(.is-grid) > li:last-child {
  670. margin-bottom: 0;
  671. }
  672. .wp-block-latest-posts .wp-block-latest-posts__post-date {
  673. color: #4d6974;
  674. font-size: 1.04167rem;
  675. line-height: 1.6;
  676. }
  677. [class*="inner-container"] .wp-block-latest-posts .wp-block-latest-posts__post-date,
  678. .has-background .wp-block-latest-posts .wp-block-latest-posts__post-date {
  679. color: currentColor;
  680. }
  681. .wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
  682. .wp-block-latest-posts .wp-block-latest-posts__post-full-content {
  683. font-size: 1.04167rem;
  684. line-height: 1.6;
  685. margin: 0;
  686. }
  687. ul,
  688. ol {
  689. margin: 32px 0;
  690. padding-left: 32px;
  691. }
  692. ul.aligncenter,
  693. ol.aligncenter {
  694. list-style-position: inside;
  695. padding: 0;
  696. }
  697. ul.alignright,
  698. ol.alignright {
  699. list-style-position: inside;
  700. text-align: right;
  701. padding: 0;
  702. }
  703. li > ul,
  704. li > ol {
  705. margin: 0;
  706. }
  707. .wp-block-media-text .block-editor-inner-blocks {
  708. padding-right: 16px;
  709. padding-left: 16px;
  710. }
  711. @media only screen and (min-width: 640px) {
  712. .wp-block-media-text .block-editor-inner-blocks {
  713. padding-right: 32px;
  714. padding-left: 32px;
  715. }
  716. }
  717. .wp-block-media-text[style*="background-color"]:not(.has-background-background-color) a {
  718. color: currentColor;
  719. }
  720. .a8c-posts-list {
  721. padding-left: 0;
  722. }
  723. p.has-background {
  724. padding: 16px 16px;
  725. }
  726. p.has-background:not(.has-background-background-color) a {
  727. color: currentColor;
  728. }
  729. .wp-block-pullquote {
  730. border-top-color: #3E7D98;
  731. border-top-width: 4px;
  732. border-bottom-color: #3E7D98;
  733. border-bottom-width: 4px;
  734. color: #394d55;
  735. }
  736. .wp-block-pullquote blockquote p {
  737. font-family: "Lora", Georgia, sans-serif;
  738. font-family: var(--font-headings, "Lora", Georgia, sans-serif);
  739. font-size: 1.8rem;
  740. letter-spacing: normal;
  741. line-height: 1.125;
  742. }
  743. .wp-block-pullquote.is-style-solid-color blockquote p {
  744. font-size: 1.8rem;
  745. }
  746. .wp-block-pullquote a {
  747. color: currentColor;
  748. }
  749. .wp-block-pullquote .wp-block-pullquote__citation,
  750. .wp-block-pullquote cite,
  751. .wp-block-pullquote footer {
  752. color: #4d6974;
  753. font-size: 1.04167rem;
  754. letter-spacing: normal;
  755. }
  756. .wp-block-pullquote blockquote {
  757. padding-left: 0;
  758. }
  759. .wp-block-pullquote.is-style-solid-color {
  760. color: #ffffff;
  761. }
  762. .wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
  763. .wp-block-pullquote.is-style-solid-color cite,
  764. .wp-block-pullquote.is-style-solid-color footer {
  765. color: currentColor;
  766. }
  767. .wp-block-pullquote.is-style-solid-color:not(.has-background) {
  768. background-color: #3E7D98;
  769. }
  770. .wp-block-quote {
  771. border-left-color: #3E7D98;
  772. padding-left: 16px;
  773. }
  774. .wp-block-quote p {
  775. font-family: "Lora", Georgia, sans-serif;
  776. font-family: var(--font-headings, "Lora", Georgia, sans-serif);
  777. font-size: 1.8em;
  778. letter-spacing: normal;
  779. }
  780. .wp-block-quote.is-large, .wp-block-quote.is-style-large {
  781. border: none;
  782. padding: 0;
  783. }
  784. .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  785. font-family: "Lora", Georgia, sans-serif;
  786. font-family: var(--font-headings, "Lora", Georgia, sans-serif);
  787. font-size: 2.16em;
  788. letter-spacing: normal;
  789. line-height: 1.125;
  790. }
  791. .has-background:not(.has-background-background-color) .wp-block-quote,
  792. [class*="background-color"]:not(.has-background-background-color) .wp-block-quote,
  793. [style*="background-color"]:not(.has-background-background-color) .wp-block-quote,
  794. .wp-block-cover[style*="background-image"] .wp-block-quote {
  795. border-color: currentColor;
  796. }
  797. .wp-block-quote .wp-block-quote__citation {
  798. color: #4d6974;
  799. font-size: 1.04167em;
  800. letter-spacing: normal;
  801. }
  802. .has-background:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation,
  803. [class*="background-color"]:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation,
  804. [style*="background-color"]:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation,
  805. .wp-block-cover[style*="background-image"] .wp-block-quote .wp-block-quote__citation {
  806. color: currentColor;
  807. }
  808. .wp-block-separator,
  809. hr {
  810. border-bottom: 2px solid #3E7D98;
  811. clear: both;
  812. }
  813. .wp-block-separator[style*="text-align:right"], .wp-block-separator[style*="text-align: right"],
  814. hr[style*="text-align:right"],
  815. hr[style*="text-align: right"] {
  816. border-right-color: #3E7D98;
  817. }
  818. .wp-block-separator.is-style-wide,
  819. hr.is-style-wide {
  820. border-bottom-width: 2px;
  821. }
  822. .wp-block-separator.is-style-dots,
  823. hr.is-style-dots {
  824. border-bottom: none;
  825. }
  826. .wp-block-separator.is-style-dots.has-background, .wp-block-separator.is-style-dots.has-text-color,
  827. hr.is-style-dots.has-background,
  828. hr.is-style-dots.has-text-color {
  829. background-color: transparent !important;
  830. }
  831. .wp-block-separator.is-style-dots.has-background:before, .wp-block-separator.is-style-dots.has-text-color:before,
  832. hr.is-style-dots.has-background:before,
  833. hr.is-style-dots.has-text-color:before {
  834. color: currentColor !important;
  835. }
  836. .wp-block-separator.is-style-dots:before,
  837. hr.is-style-dots:before {
  838. color: #3E7D98;
  839. }
  840. .has-background:not(.has-background-background-color) .wp-block-separator,
  841. [class*="background-color"]:not(.has-background-background-color) .wp-block-separator,
  842. [style*="background-color"]:not(.has-background-background-color) .wp-block-separator,
  843. .wp-block-cover[style*="background-image"] .wp-block-separator, .has-background:not(.has-background-background-color)
  844. hr,
  845. [class*="background-color"]:not(.has-background-background-color)
  846. hr,
  847. [style*="background-color"]:not(.has-background-background-color)
  848. hr,
  849. .wp-block-cover[style*="background-image"]
  850. hr {
  851. border-color: currentColor;
  852. }
  853. table th,
  854. .wp-block-table th {
  855. font-family: "Lora", Georgia, sans-serif;
  856. font-family: var(--font-headings, "Lora", Georgia, sans-serif);
  857. }
  858. table td,
  859. table th,
  860. .wp-block-table td,
  861. .wp-block-table th {
  862. padding: calc( 0.5 * 16px);
  863. }
  864. table.is-style-stripes tbody tr:nth-child(odd),
  865. .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  866. background-color: #fcfbf9;
  867. color: #394d55;
  868. }
  869. pre.wp-block-verse {
  870. font-family: monospace, monospace;
  871. color: #394d55;
  872. }
  873. /**
  874. * Editor Post Title
  875. * - Needs a special styles
  876. */
  877. .editor-post-title__block .editor-post-title__input {
  878. color: #394d55;
  879. font-family: "Lora", Georgia, sans-serif;
  880. font-family: var(--font-headings, "Lora", Georgia, sans-serif);
  881. font-weight: normal;
  882. font-size: 2.592em;
  883. letter-spacing: normal;
  884. line-height: 1.125;
  885. }
  886. .wp-block .has-primary-color,
  887. .has-primary-color {
  888. color: #3E7D98;
  889. }
  890. .wp-block .has-secondary-color,
  891. .has-secondary-color {
  892. color: #9B6A36;
  893. }
  894. .wp-block .has-foreground-color,
  895. .has-foreground-color {
  896. color: #394d55;
  897. }
  898. .wp-block .has-foreground-light-color,
  899. .has-foreground-light-color {
  900. color: #4d6974;
  901. }
  902. .wp-block .has-foreground-dark-color,
  903. .has-foreground-dark-color {
  904. color: #253136;
  905. }
  906. .wp-block .has-background-light-color,
  907. .has-background-light-color {
  908. color: #fafafa;
  909. }
  910. .wp-block .has-background-dark-color,
  911. .has-background-dark-color {
  912. color: #d9d9d9;
  913. }
  914. .wp-block .has-background-color,
  915. .has-background-color {
  916. color: #ffffff;
  917. }
  918. .has-background:not(.has-background-background-color) a:not(.wp-block-button__link),
  919. .has-background p:not(.has-text-color),
  920. .has-background h1:not(.has-text-color),
  921. .has-background h2:not(.has-text-color),
  922. .has-background h3:not(.has-text-color),
  923. .has-background h4:not(.has-text-color),
  924. .has-background h5:not(.has-text-color),
  925. .has-background h6:not(.has-text-color) {
  926. color: currentColor;
  927. }
  928. .wp-block .has-primary-background-color,
  929. .has-primary-background-color {
  930. background-color: #3E7D98;
  931. color: #ffffff;
  932. }
  933. .wp-block .has-secondary-background-color,
  934. .has-secondary-background-color {
  935. background-color: #9B6A36;
  936. color: #ffffff;
  937. }
  938. .wp-block .has-foreground-background-color,
  939. .has-foreground-background-color {
  940. background-color: #394d55;
  941. color: #ffffff;
  942. }
  943. .wp-block .has-foreground-light-background-color,
  944. .has-foreground-light-background-color {
  945. background-color: #4d6974;
  946. color: #ffffff;
  947. }
  948. .wp-block .has-foreground-dark-background-color,
  949. .has-foreground-dark-background-color {
  950. background-color: #253136;
  951. color: #ffffff;
  952. }
  953. .wp-block .has-background-light-background-color,
  954. .has-background-light-background-color {
  955. background-color: #fafafa;
  956. color: #394d55;
  957. }
  958. .wp-block .has-background-dark-background-color,
  959. .has-background-dark-background-color {
  960. background-color: #d9d9d9;
  961. color: #394d55;
  962. }
  963. .wp-block .has-background-background-color,
  964. .has-background-background-color {
  965. background-color: #ffffff;
  966. color: #394d55;
  967. }
  968. .is-small-text,
  969. .has-small-font-size {
  970. font-size: 1.04167em;
  971. }
  972. .is-regular-text,
  973. .has-regular-font-size,
  974. .has-normal-font-size,
  975. .has-medium-font-size {
  976. font-size: 1.5em;
  977. }
  978. .is-large-text,
  979. .has-large-font-size {
  980. font-size: 1.8em;
  981. line-height: 1.125;
  982. }
  983. .is-larger-text,
  984. .has-larger-font-size,
  985. .has-huge-font-size {
  986. font-size: 2.16em;
  987. line-height: 1.125;
  988. }
  989. .has-drop-cap:not(:focus)::first-letter {
  990. font-family: "Lora", Georgia, sans-serif;
  991. font-family: var(--font-headings, "Lora", Georgia, sans-serif);
  992. font-size: calc(2 * 3.1104em);
  993. font-weight: normal;
  994. }
  995. /**
  996. * Spacing Overrides
  997. */
  998. [data-block] {
  999. margin-top: 21.312px;
  1000. margin-bottom: 21.312px;
  1001. }
  1002. @media only screen and (min-width: 560px) {
  1003. [data-block] {
  1004. margin-top: 32px;
  1005. margin-bottom: 32px;
  1006. }
  1007. }
  1008. /*
  1009. * Margins
  1010. */
  1011. .margin-top-none {
  1012. margin-top: 0 !important;
  1013. }
  1014. .margin-top-half {
  1015. margin-top: 16px !important;
  1016. }
  1017. .margin-top-default {
  1018. margin-top: 32px !important;
  1019. }
  1020. .margin-right-none {
  1021. /*rtl:ignore*/
  1022. margin-right: 0 !important;
  1023. }
  1024. .margin-right-half {
  1025. /*rtl:ignore*/
  1026. margin-right: 16px !important;
  1027. }
  1028. .margin-right-default {
  1029. /*rtl:ignore*/
  1030. margin-right: 32px !important;
  1031. }
  1032. .margin-bottom-none {
  1033. margin-bottom: 0 !important;
  1034. }
  1035. .margin-bottom-half {
  1036. margin-bottom: 16px !important;
  1037. }
  1038. .margin-bottom-default {
  1039. margin-bottom: 32px !important;
  1040. }
  1041. .margin-left-none {
  1042. /*rtl:ignore*/
  1043. margin-left: 0 !important;
  1044. }
  1045. .margin-left-half {
  1046. /*rtl:ignore*/
  1047. margin-left: 16px !important;
  1048. }
  1049. .margin-left-default {
  1050. /*rtl:ignore*/
  1051. margin-left: 32px !important;
  1052. }
  1053. /*
  1054. * Padding
  1055. */
  1056. .padding-top-none {
  1057. padding-top: 0 !important;
  1058. }
  1059. .padding-top-half {
  1060. padding-top: 16px !important;
  1061. }
  1062. .padding-top-default {
  1063. padding-top: 32px !important;
  1064. }
  1065. .padding-right-none {
  1066. /*rtl:ignore*/
  1067. padding-right: 0 !important;
  1068. }
  1069. .padding-right-half {
  1070. /*rtl:ignore*/
  1071. padding-right: 16px !important;
  1072. }
  1073. .padding-right-default {
  1074. /*rtl:ignore*/
  1075. padding-right: 32px !important;
  1076. }
  1077. .padding-bottom-none {
  1078. padding-bottom: 0 !important;
  1079. }
  1080. .padding-bottom-half {
  1081. padding-bottom: 16px !important;
  1082. }
  1083. .padding-bottom-default {
  1084. padding-bottom: 32px !important;
  1085. }
  1086. .padding-left-none {
  1087. /*rtl:ignore*/
  1088. padding-left: 0 !important;
  1089. }
  1090. .padding-left-half {
  1091. /*rtl:ignore*/
  1092. padding-left: 16px !important;
  1093. }
  1094. .padding-left-default {
  1095. /*rtl:ignore*/
  1096. padding-left: 32px !important;
  1097. }
  1098. /**
  1099. * Vendors
  1100. * - Styles for 3rd party plugins and WP extensions
  1101. */
  1102. /**
  1103. * Vendors
  1104. * - 3rd-party compatibility styles
  1105. */
  1106. /**
  1107. * Set Jetpack form text color
  1108. */
  1109. .jetpack-contact-info-block .is-selected textarea.block-editor-plain-text {
  1110. color: black;
  1111. }
  1112. /**
  1113. * Extras
  1114. */
  1115. .editor-post-title__input {
  1116. text-align: center;
  1117. }
  1118. /**
  1119. * 1. General Styles
  1120. */
  1121. a {
  1122. text-decoration: none;
  1123. }
  1124. .wp-block-group a,
  1125. .wp-block-cover a,
  1126. .wp-block-cover-image a,
  1127. .wp-block-media-text a,
  1128. p:not(.site-title) a {
  1129. text-decoration: underline;
  1130. }
  1131. .wp-block-group a.wp-block-button__link, .wp-block-group a:hover,
  1132. .wp-block-cover a.wp-block-button__link,
  1133. .wp-block-cover a:hover,
  1134. .wp-block-cover-image a.wp-block-button__link,
  1135. .wp-block-cover-image a:hover,
  1136. .wp-block-media-text a.wp-block-button__link,
  1137. .wp-block-media-text a:hover,
  1138. p:not(.site-title) a.wp-block-button__link,
  1139. p:not(.site-title) a:hover {
  1140. text-decoration: none;
  1141. }
  1142. .has-background a {
  1143. color: currentColor;
  1144. }
  1145. .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 {
  1146. text-decoration: none;
  1147. }
  1148. .wp-block-a8c-blog-posts .cat-links a,
  1149. .wp-block-a8c-blog-posts .more-link,
  1150. .wp-block-a8c-blog-posts .entry-meta a {
  1151. text-decoration: none;
  1152. }
  1153. .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,
  1154. .wp-block-a8c-blog-posts .more-link:active,
  1155. .wp-block-a8c-blog-posts .more-link:focus,
  1156. .wp-block-a8c-blog-posts .more-link:hover,
  1157. .wp-block-a8c-blog-posts .entry-meta a:active,
  1158. .wp-block-a8c-blog-posts .entry-meta a:focus,
  1159. .wp-block-a8c-blog-posts .entry-meta a:hover {
  1160. text-decoration: underline;
  1161. }
  1162. .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 {
  1163. text-decoration: underline;
  1164. }
  1165. .has-background:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a,
  1166. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a,
  1167. [style*="background-color"] .wp-block-a8c-blog-posts .entry-title a {
  1168. text-decoration: none;
  1169. }
  1170. .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,
  1171. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a:active,
  1172. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a:focus,
  1173. [class*="background-color"]:not(.has-background-background-color) .wp-block-a8c-blog-posts .entry-title a:hover,
  1174. [style*="background-color"] .wp-block-a8c-blog-posts .entry-title a:active,
  1175. [style*="background-color"] .wp-block-a8c-blog-posts .entry-title a:focus,
  1176. [style*="background-color"] .wp-block-a8c-blog-posts .entry-title a:hover {
  1177. text-decoration: underline;
  1178. }
  1179. .wp-block-a8c-blog-posts + .button {
  1180. font-size: 1.04167em;
  1181. }
  1182. /**
  1183. * Full Site Editing
  1184. * - Full Site Editing overrides
  1185. */
  1186. @media (min-width: 600px) {
  1187. .a8c-template-editor .block-editor-block-list__layout .block-editor-block-list__block[data-align="full"] .block-editor-block-list__layout .block-editor-block-list__block[data-align="full"] {
  1188. margin-left: 0;
  1189. margin-right: 0;
  1190. }
  1191. }
  1192. .a8c-template-editor .block-editor-block-list__block-edit [data-block] {
  1193. margin: 12px 0 0 0;
  1194. }
  1195. .template-block .fse-template-part {
  1196. padding: 16px;
  1197. }
  1198. @media only screen and (min-width: 560px) {
  1199. .template-block .fse-template-part {
  1200. padding: 32px 0;
  1201. }
  1202. }
  1203. .template-block .fse-template-part figure.fse-site-logo {
  1204. width: auto;
  1205. }
  1206. .template-block .fse-template-part .block-list-appender {
  1207. display: none;
  1208. }
  1209. .template-block .fse-template-part .wp-block-column .block-editor-block-list__layout [data-type='a8c/site-title']:first-child .site-title {
  1210. margin-top: 0;
  1211. }
  1212. .fse-template-part .wp-block-cover .site-title,
  1213. .fse-template-part .wp-block-cover .site-description,
  1214. .fse-template-part .wp-block-cover-image .site-title,
  1215. .fse-template-part .wp-block-cover-image .site-description {
  1216. background: transparent;
  1217. color: inherit;
  1218. }
  1219. .fse-template-part .block-editor-block-list__layout .block-editor-block-list__block[data-align='full'] > .block-editor-block-list__block-edit figure.fse-site-logo {
  1220. width: auto;
  1221. }
  1222. .fse-template-part .wp-block-column {
  1223. width: 100%;
  1224. }
  1225. .fse-template-part .wp-block-columns .wp-block-column > * {
  1226. margin: 0 0 5px 0;
  1227. }
  1228. .fse-template-part .main-navigation {
  1229. color: #394d55;
  1230. }
  1231. .fse-template-part .main-navigation > div {
  1232. display: none;
  1233. }
  1234. .fse-template-part .main-navigation #toggle-menu {
  1235. display: inline-block;
  1236. margin: 0;
  1237. }
  1238. .fse-template-part .main-navigation #toggle:checked ~ div:not(.woocommerce-menu-container) {
  1239. display: block;
  1240. }
  1241. .fse-template-part .main-navigation #toggle:focus + #toggle-menu {
  1242. background-color: #2f5f74;
  1243. outline: inherit;
  1244. text-decoration: underline;
  1245. }
  1246. .fse-template-part .main-navigation .dropdown-icon.close {
  1247. display: none;
  1248. }
  1249. .fse-template-part .main-navigation #toggle:checked + #toggle-menu .open {
  1250. display: none;
  1251. }
  1252. .fse-template-part .main-navigation #toggle:checked + #toggle-menu .close {
  1253. display: inline;
  1254. }
  1255. @media only screen and (min-width: 560px) {
  1256. .fse-template-part .main-navigation > div {
  1257. display: inline-block;
  1258. }
  1259. .fse-template-part .main-navigation #toggle-menu {
  1260. display: none;
  1261. }
  1262. .fse-template-part .main-navigation > div > ul > li > ul {
  1263. display: none;
  1264. }
  1265. }
  1266. .fse-template-part .main-navigation > div > ul {
  1267. display: flex;
  1268. flex-wrap: wrap;
  1269. list-style: none;
  1270. margin: 0;
  1271. max-width: none;
  1272. padding-left: 0;
  1273. position: relative;
  1274. /* Sub-menus Flyout */
  1275. }
  1276. .fse-template-part .main-navigation > div > ul ul {
  1277. padding-left: 0;
  1278. }
  1279. .fse-template-part .main-navigation > div > ul li {
  1280. display: block;
  1281. position: relative;
  1282. width: 100%;
  1283. z-index: 1;
  1284. }
  1285. .fse-template-part .main-navigation > div > ul li:hover, .fse-template-part .main-navigation > div > ul li[focus-within] {
  1286. cursor: pointer;
  1287. z-index: 99999;
  1288. }
  1289. .fse-template-part .main-navigation > div > ul li:hover, .fse-template-part .main-navigation > div > ul li:focus-within {
  1290. cursor: pointer;
  1291. z-index: 99999;
  1292. }
  1293. @media only screen and (min-width: 560px) {
  1294. .fse-template-part .main-navigation > div > ul li {
  1295. display: inherit;
  1296. width: inherit;
  1297. /* Submenu display */
  1298. }
  1299. .fse-template-part .main-navigation > div > ul li:hover > ul,
  1300. .fse-template-part .main-navigation > div > ul li[focus-within] > ul,
  1301. .fse-template-part .main-navigation > div > ul li ul:hover,
  1302. .fse-template-part .main-navigation > div > ul li ul:focus {
  1303. visibility: visible;
  1304. opacity: 1;
  1305. display: block;
  1306. }
  1307. .fse-template-part .main-navigation > div > ul li:hover > ul,
  1308. .fse-template-part .main-navigation > div > ul li:focus-within > ul,
  1309. .fse-template-part .main-navigation > div > ul li ul:hover,
  1310. .fse-template-part .main-navigation > div > ul li ul:focus {
  1311. visibility: visible;
  1312. opacity: 1;
  1313. display: block;
  1314. }
  1315. }
  1316. @media only screen and (min-width: 560px) {
  1317. .fse-template-part .main-navigation > div > ul > li > a {
  1318. line-height: 1;
  1319. }
  1320. .fse-template-part .main-navigation > div > ul > li > a:before, .fse-template-part .main-navigation > div > ul > li > a:after {
  1321. content: '';
  1322. display: block;
  1323. height: 0;
  1324. width: 0;
  1325. }
  1326. .fse-template-part .main-navigation > div > ul > li > a:before {
  1327. margin-bottom: -0.12em;
  1328. }
  1329. .fse-template-part .main-navigation > div > ul > li > a:after {
  1330. margin-top: -0.11em;
  1331. }
  1332. .fse-template-part .main-navigation > div > ul > li:first-of-type > a {
  1333. padding-left: 0;
  1334. }
  1335. .fse-template-part .main-navigation > div > ul > li:last-of-type > a {
  1336. padding-right: 0;
  1337. }
  1338. }
  1339. .fse-template-part .main-navigation > div > ul > li > .sub-menu {
  1340. margin: 0;
  1341. position: relative;
  1342. }
  1343. @media only screen and (min-width: 560px) {
  1344. .fse-template-part .main-navigation > div > ul > li > .sub-menu {
  1345. background: #ffffff;
  1346. box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  1347. left: 0;
  1348. top: 100%;
  1349. min-width: max-content;
  1350. opacity: 0;
  1351. position: absolute;
  1352. transition: all 0.5s ease;
  1353. visibility: hidden;
  1354. }
  1355. }
  1356. .fse-template-part .main-navigation > div > ul > li > .sub-menu .sub-menu {
  1357. width: 100%;
  1358. }
  1359. .fse-template-part .main-navigation a {
  1360. color: #394d55;
  1361. display: block;
  1362. font-family: "Karla", Arial, sans-serif;
  1363. font-family: var(--font-base, "Karla", Arial, sans-serif);
  1364. font-weight: bold;
  1365. padding: 8px 0;
  1366. }
  1367. @media only screen and (min-width: 560px) {
  1368. .fse-template-part .main-navigation a {
  1369. padding: 16px;
  1370. }
  1371. }
  1372. .fse-template-part .main-navigation a:link, .fse-template-part .main-navigation a:visited {
  1373. color: #394d55;
  1374. }
  1375. .fse-template-part .main-navigation a:hover {
  1376. color: #2f5f74;
  1377. }
  1378. .fse-template-part .main-navigation .sub-menu {
  1379. list-style: none;
  1380. margin-left: 0;
  1381. /* Reset the counter for each UL */
  1382. counter-reset: nested-list;
  1383. }
  1384. .fse-template-part .main-navigation .sub-menu .menu-item a {
  1385. padding-top: 8px;
  1386. padding-bottom: 8px;
  1387. }
  1388. .fse-template-part .main-navigation .sub-menu .menu-item a::before {
  1389. /* Increment the dashes */
  1390. counter-increment: nested-list;
  1391. /* Insert dashes with spaces in between */
  1392. content: "– " counters(nested-list, "– ", none);
  1393. }
  1394. @media only screen and (min-width: 560px) {
  1395. .fse-template-part .main-navigation > div > ul > .menu-item-has-children > a::after {
  1396. content: "\00a0\25BC";
  1397. display: inline-block;
  1398. font-size: 0.86806rem;
  1399. height: inherit;
  1400. width: inherit;
  1401. }
  1402. }
  1403. .fse-template-part .main-navigation .hide-visually {
  1404. position: absolute !important;
  1405. clip: rect(1px, 1px, 1px, 1px);
  1406. padding: 0 !important;
  1407. border: 0 !important;
  1408. height: 1px !important;
  1409. width: 1px !important;
  1410. overflow: hidden;
  1411. }
  1412. .fse-template-part body:not(.fse-enabled) .main-navigation a {
  1413. font-size: 1.04167rem;
  1414. }
  1415. .fse-template-part .main-navigation {
  1416. text-align: center;
  1417. /**
  1418. * Button Placeholder style
  1419. * - Since buttons appear in various blocks,
  1420. * let’s use a placeholder to keep them all
  1421. * in-sync
  1422. */
  1423. /**
  1424. * Onsale Placeholder style
  1425. * - Since buttons appear in various blocks,
  1426. * let’s use a placeholder to keep them all
  1427. * in-sync
  1428. */
  1429. }
  1430. .fse-template-part .main-navigation .alignwide, .fse-template-part .main-navigation .alignfull {
  1431. width: 100%;
  1432. }
  1433. .fse-template-part .main-navigation .button {
  1434. line-height: 1;
  1435. color: #ffffff;
  1436. cursor: pointer;
  1437. font-weight: bold;
  1438. font-family: "Karla", Arial, sans-serif;
  1439. font-family: var(--font-base, "Karla", Arial, sans-serif);
  1440. font-size: 1.04167rem;
  1441. background-color: #3E7D98;
  1442. border-radius: 160px;
  1443. border-width: 0;
  1444. text-decoration: none;
  1445. padding: 16px 48px;
  1446. }
  1447. .fse-template-part .main-navigation .button:before, .fse-template-part .main-navigation .button:after {
  1448. content: '';
  1449. display: block;
  1450. height: 0;
  1451. width: 0;
  1452. }
  1453. .fse-template-part .main-navigation .button:before {
  1454. margin-bottom: -0.12em;
  1455. }
  1456. .fse-template-part .main-navigation .button:after {
  1457. margin-top: -0.11em;
  1458. }
  1459. .fse-template-part .main-navigation .button:hover, .fse-template-part .main-navigation .button:focus, .fse-template-part .main-navigation .has-focus.button {
  1460. color: #ffffff;
  1461. background-color: #2f5f74;
  1462. }
  1463. .fse-template-part .main-navigation .main-menu.footer-menu li a {
  1464. font-size: inherit;
  1465. }
  1466. .fse-template-part .main-navigation .main-menu.footer-menu li.menu-item-has-children > a::after {
  1467. font-size: 0.6em;
  1468. vertical-align: middle;
  1469. }
  1470. .fse-template-part .main-navigation .has-text-color > .main-menu.footer-menu > li > a {
  1471. color: inherit;
  1472. }
  1473. .fse-template-part .main-navigation .has-text-align-left > .main-menu.footer-menu {
  1474. justify-content: flex-start;
  1475. }
  1476. .fse-template-part .main-navigation .has-text-align-center > .main-menu.footer-menu {
  1477. justify-content: center;
  1478. }
  1479. .fse-template-part .main-navigation .has-text-align-right > .main-menu.footer-menu {
  1480. justify-content: flex-end;
  1481. }
  1482. .fse-template-part .main-navigation .has-background > .main-menu.footer-menu {
  1483. padding: 16px;
  1484. }
  1485. @media only screen and (min-width: 560px) {
  1486. .a8c-template-editor.fse-header .block-editor-block-list__layout > .block-editor-block-list__block.is-selected:first-child[data-align='full'] > .block-editor-block-list__block-edit > [data-block] {
  1487. margin-top: 14px;
  1488. }
  1489. .a8c-template-editor.fse-header .block-editor-block-list__layout > .block-editor-block-list__block:not(.is-selected):first-child[data-align='full'] > .block-editor-block-list__block-edit > [data-block] {
  1490. margin-top: 0;
  1491. }
  1492. }
  1493. .template-block .fse-header .block-editor-block-list__layout > .block-editor-block-list__block:first-child[data-align='full'] {
  1494. margin-top: -16px;
  1495. }
  1496. @media only screen and (min-width: 560px) {
  1497. .template-block .fse-header .block-editor-block-list__layout > .block-editor-block-list__block:first-child[data-align='full'] {
  1498. margin-top: -32px;
  1499. }
  1500. }
  1501. .post-content__block {
  1502. margin-bottom: 160px;
  1503. margin-top: 36px;
  1504. z-index: 20;
  1505. }
  1506. .fse-template-part .has-normal-font-size {
  1507. font-size: 1.5rem;
  1508. }
  1509. .fse-template-part .site-title {
  1510. font-weight: bold;
  1511. }
  1512. .fse-template-part .main-navigation a {
  1513. text-decoration: none;
  1514. }
  1515. .fse-template-part .wp-block-cover .has-background,
  1516. .fse-template-part .wp-block-cover-image .has-background {
  1517. text-shadow: none;
  1518. }
  1519. .post-content__block {
  1520. margin-top: -36px;
  1521. }