style.css 49 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538
  1. /**
  2. * Colors
  3. */
  4. /**
  5. * Breakpoints & Media Queries
  6. */
  7. /**
  8. * Often re-used variables
  9. */
  10. /**
  11. * Breakpoint mixins
  12. */
  13. /**
  14. * Long content fade mixin
  15. *
  16. * Creates a fading overlay to signify that the content is longer
  17. * than the space allows.
  18. */
  19. /**
  20. * Button states and focus styles
  21. */
  22. /**
  23. * Applies editor left position to the selector passed as argument
  24. */
  25. /**
  26. * Applies editor right position to the selector passed as argument
  27. */
  28. /**
  29. * Styles that are reused verbatim in a few places
  30. */
  31. /**
  32. * Allows users to opt-out of animations via OS-level preferences.
  33. */
  34. /**
  35. * Reset default styles for JavaScript UI based pages.
  36. * This is a WP-admin agnostic reset
  37. */
  38. /**
  39. * Reset the WP Admin page styles for Gutenberg-like pages.
  40. */
  41. .wp-block-audio figcaption {
  42. margin-top: 0.5em;
  43. margin-bottom: 1em; }
  44. .wp-block-audio audio {
  45. width: 100%;
  46. min-width: 300px; }
  47. .wp-block-button {
  48. color: #fff; }
  49. .wp-block-button.aligncenter {
  50. text-align: center; }
  51. .wp-block-button.alignright {
  52. /*rtl:ignore*/
  53. text-align: right; }
  54. .wp-block-button__link {
  55. background-color: #32373c;
  56. border: none;
  57. border-radius: 28px;
  58. box-shadow: none;
  59. color: inherit;
  60. cursor: pointer;
  61. display: inline-block;
  62. font-size: 18px;
  63. margin: 0;
  64. padding: 12px 24px;
  65. text-align: center;
  66. text-decoration: none;
  67. overflow-wrap: break-word; }
  68. .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-block-button__link:visited {
  69. color: inherit; }
  70. .is-style-squared .wp-block-button__link {
  71. border-radius: 0; }
  72. .no-border-radius.wp-block-button__link {
  73. border-radius: 0 !important; }
  74. .is-style-outline {
  75. color: #32373c; }
  76. .is-style-outline .wp-block-button__link {
  77. background-color: transparent;
  78. border: 2px solid; }
  79. .wp-block-calendar {
  80. text-align: center; }
  81. .wp-block-calendar th,
  82. .wp-block-calendar tbody td {
  83. padding: 4px;
  84. border: 1px solid #e2e4e7; }
  85. .wp-block-calendar tfoot td {
  86. border: none; }
  87. .wp-block-calendar table {
  88. width: 100%;
  89. border-collapse: collapse;
  90. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  91. .wp-block-calendar table th {
  92. font-weight: 400;
  93. background: #edeff0; }
  94. .wp-block-calendar a {
  95. text-decoration: underline; }
  96. .wp-block-calendar tfoot a {
  97. color: #00739c; }
  98. .wp-block-calendar table tbody,
  99. .wp-block-calendar table caption {
  100. color: #40464d; }
  101. .wp-block-categories.alignleft {
  102. /*rtl:ignore*/
  103. margin-right: 2em; }
  104. .wp-block-categories.alignright {
  105. /*rtl:ignore*/
  106. margin-left: 2em; }
  107. .wp-block-columns {
  108. display: flex;
  109. margin-bottom: 28px;
  110. flex-wrap: wrap; }
  111. @media (min-width: 782px) {
  112. .wp-block-columns {
  113. flex-wrap: nowrap; } }
  114. .wp-block-column {
  115. flex-grow: 1;
  116. min-width: 0;
  117. word-break: break-word;
  118. overflow-wrap: break-word; }
  119. @media (max-width: 599px) {
  120. .wp-block-column {
  121. flex-basis: 100% !important; } }
  122. @media (min-width: 600px) {
  123. .wp-block-column {
  124. flex-basis: calc(50% - 16px);
  125. flex-grow: 0; }
  126. .wp-block-column:nth-child(even) {
  127. margin-left: 32px; } }
  128. @media (min-width: 782px) {
  129. .wp-block-column:not(:first-child) {
  130. margin-left: 32px; } }
  131. /**
  132. * All Columns Alignment
  133. */
  134. .wp-block-columns.are-vertically-aligned-top {
  135. align-items: flex-start; }
  136. .wp-block-columns.are-vertically-aligned-center {
  137. align-items: center; }
  138. .wp-block-columns.are-vertically-aligned-bottom {
  139. align-items: flex-end; }
  140. /**
  141. * Individual Column Alignment
  142. */
  143. .wp-block-column.is-vertically-aligned-top {
  144. align-self: flex-start; }
  145. .wp-block-column.is-vertically-aligned-center {
  146. -ms-grid-row-align: center;
  147. align-self: center; }
  148. .wp-block-column.is-vertically-aligned-bottom {
  149. align-self: flex-end; }
  150. .wp-block-cover-image,
  151. .wp-block-cover {
  152. position: relative;
  153. background-color: #000;
  154. background-size: cover;
  155. background-position: center center;
  156. min-height: 430px;
  157. height: 100%;
  158. width: 100%;
  159. display: flex;
  160. justify-content: center;
  161. align-items: center;
  162. overflow: hidden; }
  163. .wp-block-cover-image.has-parallax,
  164. .wp-block-cover.has-parallax {
  165. background-attachment: fixed; }
  166. @supports (-webkit-overflow-scrolling: touch) {
  167. .wp-block-cover-image.has-parallax,
  168. .wp-block-cover.has-parallax {
  169. background-attachment: scroll; } }
  170. @media (prefers-reduced-motion: reduce) {
  171. .wp-block-cover-image.has-parallax,
  172. .wp-block-cover.has-parallax {
  173. background-attachment: scroll; } }
  174. .wp-block-cover-image.has-background-dim::before,
  175. .wp-block-cover.has-background-dim::before {
  176. content: "";
  177. position: absolute;
  178. top: 0;
  179. left: 0;
  180. bottom: 0;
  181. right: 0;
  182. background-color: inherit;
  183. opacity: 0.5;
  184. z-index: 1; }
  185. .wp-block-cover-image.has-background-dim.has-background-dim-10::before,
  186. .wp-block-cover.has-background-dim.has-background-dim-10::before {
  187. opacity: 0.1; }
  188. .wp-block-cover-image.has-background-dim.has-background-dim-20::before,
  189. .wp-block-cover.has-background-dim.has-background-dim-20::before {
  190. opacity: 0.2; }
  191. .wp-block-cover-image.has-background-dim.has-background-dim-30::before,
  192. .wp-block-cover.has-background-dim.has-background-dim-30::before {
  193. opacity: 0.3; }
  194. .wp-block-cover-image.has-background-dim.has-background-dim-40::before,
  195. .wp-block-cover.has-background-dim.has-background-dim-40::before {
  196. opacity: 0.4; }
  197. .wp-block-cover-image.has-background-dim.has-background-dim-50::before,
  198. .wp-block-cover.has-background-dim.has-background-dim-50::before {
  199. opacity: 0.5; }
  200. .wp-block-cover-image.has-background-dim.has-background-dim-60::before,
  201. .wp-block-cover.has-background-dim.has-background-dim-60::before {
  202. opacity: 0.6; }
  203. .wp-block-cover-image.has-background-dim.has-background-dim-70::before,
  204. .wp-block-cover.has-background-dim.has-background-dim-70::before {
  205. opacity: 0.7; }
  206. .wp-block-cover-image.has-background-dim.has-background-dim-80::before,
  207. .wp-block-cover.has-background-dim.has-background-dim-80::before {
  208. opacity: 0.8; }
  209. .wp-block-cover-image.has-background-dim.has-background-dim-90::before,
  210. .wp-block-cover.has-background-dim.has-background-dim-90::before {
  211. opacity: 0.9; }
  212. .wp-block-cover-image.has-background-dim.has-background-dim-100::before,
  213. .wp-block-cover.has-background-dim.has-background-dim-100::before {
  214. opacity: 1; }
  215. .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
  216. .wp-block-cover.alignleft,
  217. .wp-block-cover.alignright {
  218. max-width: 305px;
  219. width: 100%; }
  220. .wp-block-cover-image::after,
  221. .wp-block-cover::after {
  222. display: block;
  223. content: "";
  224. font-size: 0;
  225. min-height: inherit; }
  226. @supports ((position: -webkit-sticky) or (position: sticky)) {
  227. .wp-block-cover-image::after,
  228. .wp-block-cover::after {
  229. content: none; } }
  230. .wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
  231. .wp-block-cover.aligncenter,
  232. .wp-block-cover.alignleft,
  233. .wp-block-cover.alignright {
  234. display: flex; }
  235. .wp-block-cover-image .wp-block-cover__inner-container,
  236. .wp-block-cover .wp-block-cover__inner-container {
  237. width: calc(100% - 70px);
  238. z-index: 1;
  239. color: #f8f9f9; }
  240. .wp-block-cover-image p:not(.has-text-color),
  241. .wp-block-cover-image h1:not(.has-text-color),
  242. .wp-block-cover-image h2:not(.has-text-color),
  243. .wp-block-cover-image h3:not(.has-text-color),
  244. .wp-block-cover-image h4:not(.has-text-color),
  245. .wp-block-cover-image h5:not(.has-text-color),
  246. .wp-block-cover-image h6:not(.has-text-color),
  247. .wp-block-cover-image .wp-block-subhead:not(.has-text-color),
  248. .wp-block-cover p:not(.has-text-color),
  249. .wp-block-cover h1:not(.has-text-color),
  250. .wp-block-cover h2:not(.has-text-color),
  251. .wp-block-cover h3:not(.has-text-color),
  252. .wp-block-cover h4:not(.has-text-color),
  253. .wp-block-cover h5:not(.has-text-color),
  254. .wp-block-cover h6:not(.has-text-color),
  255. .wp-block-cover .wp-block-subhead:not(.has-text-color) {
  256. color: inherit; }
  257. .wp-block-cover__video-background {
  258. position: absolute;
  259. top: 50%;
  260. left: 50%;
  261. transform: translateX(-50%) translateY(-50%);
  262. width: 100%;
  263. height: 100%;
  264. z-index: 0;
  265. -o-object-fit: cover;
  266. object-fit: cover; }
  267. section.wp-block-cover-image h2,
  268. .wp-block-cover-image-text,
  269. .wp-block-cover-text {
  270. color: #fff; }
  271. section.wp-block-cover-image h2 a,
  272. section.wp-block-cover-image h2 a:hover,
  273. section.wp-block-cover-image h2 a:focus,
  274. section.wp-block-cover-image h2 a:active,
  275. .wp-block-cover-image-text a,
  276. .wp-block-cover-image-text a:hover,
  277. .wp-block-cover-image-text a:focus,
  278. .wp-block-cover-image-text a:active,
  279. .wp-block-cover-text a,
  280. .wp-block-cover-text a:hover,
  281. .wp-block-cover-text a:focus,
  282. .wp-block-cover-text a:active {
  283. color: #fff; }
  284. .wp-block-cover-image
  285. .wp-block-cover.has-left-content {
  286. justify-content: flex-start; }
  287. .wp-block-cover-image
  288. .wp-block-cover.has-right-content {
  289. justify-content: flex-end; }
  290. section.wp-block-cover-image.has-left-content > h2,
  291. .wp-block-cover-image.has-left-content .wp-block-cover-image-text,
  292. .wp-block-cover.has-left-content .wp-block-cover-text {
  293. margin-left: 0;
  294. text-align: left; }
  295. section.wp-block-cover-image.has-right-content > h2,
  296. .wp-block-cover-image.has-right-content .wp-block-cover-image-text,
  297. .wp-block-cover.has-right-content .wp-block-cover-text {
  298. margin-right: 0;
  299. text-align: right; }
  300. section.wp-block-cover-image > h2,
  301. .wp-block-cover-image .wp-block-cover-image-text,
  302. .wp-block-cover .wp-block-cover-text {
  303. font-size: 2em;
  304. line-height: 1.25;
  305. z-index: 1;
  306. margin-bottom: 0;
  307. max-width: 610px;
  308. padding: 14px;
  309. text-align: center; }
  310. .block-editor-block-list__block[data-type="core/embed"][data-align="left"] .block-editor-block-list__block-edit,
  311. .block-editor-block-list__block[data-type="core/embed"][data-align="right"] .block-editor-block-list__block-edit,
  312. .wp-block-embed.alignleft,
  313. .wp-block-embed.alignright {
  314. max-width: 360px;
  315. width: 100%; }
  316. .wp-block-embed {
  317. margin-bottom: 1em; }
  318. .wp-block-embed figcaption {
  319. margin-top: 0.5em;
  320. margin-bottom: 1em; }
  321. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
  322. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
  323. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
  324. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
  325. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
  326. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
  327. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper {
  328. position: relative; }
  329. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
  330. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
  331. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
  332. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
  333. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
  334. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before,
  335. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  336. content: "";
  337. display: block;
  338. padding-top: 50%; }
  339. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
  340. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
  341. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
  342. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
  343. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
  344. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
  345. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe {
  346. position: absolute;
  347. top: 0;
  348. right: 0;
  349. bottom: 0;
  350. left: 0;
  351. width: 100%;
  352. height: 100%; }
  353. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  354. padding-top: 42.85%; }
  355. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  356. padding-top: 50%; }
  357. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  358. padding-top: 56.25%; }
  359. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  360. padding-top: 75%; }
  361. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  362. padding-top: 100%; }
  363. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  364. padding-top: 177.78%; }
  365. .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  366. padding-top: 200%; }
  367. .wp-block-file {
  368. margin-bottom: 1.5em; }
  369. .wp-block-file.aligncenter {
  370. text-align: center; }
  371. .wp-block-file.alignright {
  372. /*rtl:ignore*/
  373. text-align: right; }
  374. .wp-block-file .wp-block-file__button {
  375. background: #32373c;
  376. border-radius: 2em;
  377. color: #fff;
  378. font-size: 13px;
  379. padding: 0.5em 1em; }
  380. .wp-block-file a.wp-block-file__button {
  381. text-decoration: none; }
  382. .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:active {
  383. box-shadow: none;
  384. color: #fff;
  385. opacity: 0.85;
  386. text-decoration: none; }
  387. .wp-block-file * + .wp-block-file__button {
  388. margin-left: 0.75em; }
  389. .wp-block-gallery,
  390. .blocks-gallery-grid {
  391. display: flex;
  392. flex-wrap: wrap;
  393. list-style-type: none;
  394. padding: 0;
  395. margin: 0; }
  396. .wp-block-gallery .blocks-gallery-image,
  397. .wp-block-gallery .blocks-gallery-item,
  398. .blocks-gallery-grid .blocks-gallery-image,
  399. .blocks-gallery-grid .blocks-gallery-item {
  400. margin: 0 16px 16px 0;
  401. display: flex;
  402. flex-grow: 1;
  403. flex-direction: column;
  404. justify-content: center;
  405. position: relative; }
  406. .wp-block-gallery .blocks-gallery-image figure,
  407. .wp-block-gallery .blocks-gallery-item figure,
  408. .blocks-gallery-grid .blocks-gallery-image figure,
  409. .blocks-gallery-grid .blocks-gallery-item figure {
  410. margin: 0;
  411. height: 100%; }
  412. @supports ((position: -webkit-sticky) or (position: sticky)) {
  413. .wp-block-gallery .blocks-gallery-image figure,
  414. .wp-block-gallery .blocks-gallery-item figure,
  415. .blocks-gallery-grid .blocks-gallery-image figure,
  416. .blocks-gallery-grid .blocks-gallery-item figure {
  417. display: flex;
  418. align-items: flex-end;
  419. justify-content: flex-start; } }
  420. .wp-block-gallery .blocks-gallery-image img,
  421. .wp-block-gallery .blocks-gallery-item img,
  422. .blocks-gallery-grid .blocks-gallery-image img,
  423. .blocks-gallery-grid .blocks-gallery-item img {
  424. display: block;
  425. max-width: 100%;
  426. height: auto; }
  427. .wp-block-gallery .blocks-gallery-image img,
  428. .wp-block-gallery .blocks-gallery-item img,
  429. .blocks-gallery-grid .blocks-gallery-image img,
  430. .blocks-gallery-grid .blocks-gallery-item img {
  431. width: 100%; }
  432. @supports ((position: -webkit-sticky) or (position: sticky)) {
  433. .wp-block-gallery .blocks-gallery-image img,
  434. .wp-block-gallery .blocks-gallery-item img,
  435. .blocks-gallery-grid .blocks-gallery-image img,
  436. .blocks-gallery-grid .blocks-gallery-item img {
  437. width: auto; } }
  438. .wp-block-gallery .blocks-gallery-image figcaption,
  439. .wp-block-gallery .blocks-gallery-item figcaption,
  440. .blocks-gallery-grid .blocks-gallery-image figcaption,
  441. .blocks-gallery-grid .blocks-gallery-item figcaption {
  442. position: absolute;
  443. bottom: 0;
  444. width: 100%;
  445. max-height: 100%;
  446. overflow: auto;
  447. padding: 40px 10px 9px;
  448. color: #fff;
  449. text-align: center;
  450. font-size: 13px;
  451. background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent); }
  452. .wp-block-gallery .blocks-gallery-image figcaption img,
  453. .wp-block-gallery .blocks-gallery-item figcaption img,
  454. .blocks-gallery-grid .blocks-gallery-image figcaption img,
  455. .blocks-gallery-grid .blocks-gallery-item figcaption img {
  456. display: inline; }
  457. .wp-block-gallery.is-cropped .blocks-gallery-image a,
  458. .wp-block-gallery.is-cropped .blocks-gallery-image img,
  459. .wp-block-gallery.is-cropped .blocks-gallery-item a,
  460. .wp-block-gallery.is-cropped .blocks-gallery-item img,
  461. .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
  462. .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
  463. .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
  464. .blocks-gallery-grid.is-cropped .blocks-gallery-item img {
  465. width: 100%; }
  466. @supports ((position: -webkit-sticky) or (position: sticky)) {
  467. .wp-block-gallery.is-cropped .blocks-gallery-image a,
  468. .wp-block-gallery.is-cropped .blocks-gallery-image img,
  469. .wp-block-gallery.is-cropped .blocks-gallery-item a,
  470. .wp-block-gallery.is-cropped .blocks-gallery-item img,
  471. .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
  472. .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
  473. .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
  474. .blocks-gallery-grid.is-cropped .blocks-gallery-item img {
  475. height: 100%;
  476. flex: 1;
  477. -o-object-fit: cover;
  478. object-fit: cover; } }
  479. .wp-block-gallery .blocks-gallery-image,
  480. .wp-block-gallery .blocks-gallery-item,
  481. .blocks-gallery-grid .blocks-gallery-image,
  482. .blocks-gallery-grid .blocks-gallery-item {
  483. width: calc((100% - 16px) / 2); }
  484. .wp-block-gallery .blocks-gallery-image:nth-of-type(even),
  485. .wp-block-gallery .blocks-gallery-item:nth-of-type(even),
  486. .blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),
  487. .blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) {
  488. margin-right: 0; }
  489. .wp-block-gallery.columns-1 .blocks-gallery-image,
  490. .wp-block-gallery.columns-1 .blocks-gallery-item,
  491. .blocks-gallery-grid.columns-1 .blocks-gallery-image,
  492. .blocks-gallery-grid.columns-1 .blocks-gallery-item {
  493. width: 100%;
  494. margin-right: 0; }
  495. @media (min-width: 600px) {
  496. .wp-block-gallery.columns-3 .blocks-gallery-image,
  497. .wp-block-gallery.columns-3 .blocks-gallery-item,
  498. .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  499. .blocks-gallery-grid.columns-3 .blocks-gallery-item {
  500. width: calc((100% - 16px * 2) / 3);
  501. margin-right: 16px; }
  502. @supports (-ms-ime-align: auto) {
  503. .wp-block-gallery.columns-3 .blocks-gallery-image,
  504. .wp-block-gallery.columns-3 .blocks-gallery-item,
  505. .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  506. .blocks-gallery-grid.columns-3 .blocks-gallery-item {
  507. width: calc((100% - 16px * 2) / 3 - 1px); } }
  508. .wp-block-gallery.columns-4 .blocks-gallery-image,
  509. .wp-block-gallery.columns-4 .blocks-gallery-item,
  510. .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  511. .blocks-gallery-grid.columns-4 .blocks-gallery-item {
  512. width: calc((100% - 16px * 3) / 4);
  513. margin-right: 16px; }
  514. @supports (-ms-ime-align: auto) {
  515. .wp-block-gallery.columns-4 .blocks-gallery-image,
  516. .wp-block-gallery.columns-4 .blocks-gallery-item,
  517. .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  518. .blocks-gallery-grid.columns-4 .blocks-gallery-item {
  519. width: calc((100% - 16px * 3) / 4 - 1px); } }
  520. .wp-block-gallery.columns-5 .blocks-gallery-image,
  521. .wp-block-gallery.columns-5 .blocks-gallery-item,
  522. .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  523. .blocks-gallery-grid.columns-5 .blocks-gallery-item {
  524. width: calc((100% - 16px * 4) / 5);
  525. margin-right: 16px; }
  526. @supports (-ms-ime-align: auto) {
  527. .wp-block-gallery.columns-5 .blocks-gallery-image,
  528. .wp-block-gallery.columns-5 .blocks-gallery-item,
  529. .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  530. .blocks-gallery-grid.columns-5 .blocks-gallery-item {
  531. width: calc((100% - 16px * 4) / 5 - 1px); } }
  532. .wp-block-gallery.columns-6 .blocks-gallery-image,
  533. .wp-block-gallery.columns-6 .blocks-gallery-item,
  534. .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  535. .blocks-gallery-grid.columns-6 .blocks-gallery-item {
  536. width: calc((100% - 16px * 5) / 6);
  537. margin-right: 16px; }
  538. @supports (-ms-ime-align: auto) {
  539. .wp-block-gallery.columns-6 .blocks-gallery-image,
  540. .wp-block-gallery.columns-6 .blocks-gallery-item,
  541. .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  542. .blocks-gallery-grid.columns-6 .blocks-gallery-item {
  543. width: calc((100% - 16px * 5) / 6 - 1px); } }
  544. .wp-block-gallery.columns-7 .blocks-gallery-image,
  545. .wp-block-gallery.columns-7 .blocks-gallery-item,
  546. .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  547. .blocks-gallery-grid.columns-7 .blocks-gallery-item {
  548. width: calc((100% - 16px * 6) / 7);
  549. margin-right: 16px; }
  550. @supports (-ms-ime-align: auto) {
  551. .wp-block-gallery.columns-7 .blocks-gallery-image,
  552. .wp-block-gallery.columns-7 .blocks-gallery-item,
  553. .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  554. .blocks-gallery-grid.columns-7 .blocks-gallery-item {
  555. width: calc((100% - 16px * 6) / 7 - 1px); } }
  556. .wp-block-gallery.columns-8 .blocks-gallery-image,
  557. .wp-block-gallery.columns-8 .blocks-gallery-item,
  558. .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  559. .blocks-gallery-grid.columns-8 .blocks-gallery-item {
  560. width: calc((100% - 16px * 7) / 8);
  561. margin-right: 16px; }
  562. @supports (-ms-ime-align: auto) {
  563. .wp-block-gallery.columns-8 .blocks-gallery-image,
  564. .wp-block-gallery.columns-8 .blocks-gallery-item,
  565. .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  566. .blocks-gallery-grid.columns-8 .blocks-gallery-item {
  567. width: calc((100% - 16px * 7) / 8 - 1px); } }
  568. .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  569. .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  570. .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  571. .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) {
  572. margin-right: 0; }
  573. .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  574. .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  575. .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  576. .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) {
  577. margin-right: 0; }
  578. .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  579. .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  580. .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  581. .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
  582. margin-right: 0; }
  583. .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  584. .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  585. .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
  586. .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) {
  587. margin-right: 0; }
  588. .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  589. .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  590. .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
  591. .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) {
  592. margin-right: 0; }
  593. .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  594. .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  595. .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
  596. .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) {
  597. margin-right: 0; }
  598. .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  599. .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  600. .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
  601. .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) {
  602. margin-right: 0; }
  603. .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  604. .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
  605. .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
  606. .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) {
  607. margin-right: 0; } }
  608. .wp-block-gallery .blocks-gallery-image:last-child,
  609. .wp-block-gallery .blocks-gallery-item:last-child,
  610. .blocks-gallery-grid .blocks-gallery-image:last-child,
  611. .blocks-gallery-grid .blocks-gallery-item:last-child {
  612. margin-right: 0; }
  613. .wp-block-gallery.alignleft, .wp-block-gallery.alignright,
  614. .blocks-gallery-grid.alignleft,
  615. .blocks-gallery-grid.alignright {
  616. max-width: 305px;
  617. width: 100%; }
  618. .wp-block-gallery.aligncenter .blocks-gallery-item figure,
  619. .blocks-gallery-grid.aligncenter .blocks-gallery-item figure {
  620. justify-content: center; }
  621. .wp-block-image {
  622. max-width: 100%;
  623. margin-bottom: 1em; }
  624. .wp-block-image img {
  625. max-width: 100%; }
  626. .wp-block-image.aligncenter {
  627. text-align: center; }
  628. .wp-block-image.alignfull img,
  629. .wp-block-image.alignwide img {
  630. width: 100%; }
  631. .wp-block-image .alignleft,
  632. .wp-block-image .alignright,
  633. .wp-block-image .aligncenter, .wp-block-image.is-resized {
  634. display: table;
  635. margin-left: 0;
  636. margin-right: 0; }
  637. .wp-block-image .alignleft > figcaption,
  638. .wp-block-image .alignright > figcaption,
  639. .wp-block-image .aligncenter > figcaption, .wp-block-image.is-resized > figcaption {
  640. display: table-caption;
  641. caption-side: bottom; }
  642. .wp-block-image .alignleft {
  643. /*rtl:ignore*/
  644. float: left;
  645. /*rtl:ignore*/
  646. margin-right: 1em; }
  647. .wp-block-image .alignright {
  648. /*rtl:ignore*/
  649. float: right;
  650. /*rtl:ignore*/
  651. margin-left: 1em; }
  652. .wp-block-image .aligncenter {
  653. margin-left: auto;
  654. margin-right: auto; }
  655. .wp-block-image figcaption {
  656. margin-top: 0.5em;
  657. margin-bottom: 1em; }
  658. .is-style-circle-mask img {
  659. border-radius: 9999px; }
  660. @supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
  661. .is-style-circle-mask img {
  662. /* stylelint-disable */
  663. -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
  664. mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
  665. /* stylelint-enable */
  666. mask-mode: alpha;
  667. -webkit-mask-repeat: no-repeat;
  668. mask-repeat: no-repeat;
  669. -webkit-mask-size: contain;
  670. mask-size: contain;
  671. -webkit-mask-position: center;
  672. mask-position: center;
  673. border-radius: none; } }
  674. .wp-block-latest-comments__comment {
  675. font-size: 15px;
  676. line-height: 1.1;
  677. list-style: none;
  678. margin-bottom: 1em; }
  679. .has-avatars .wp-block-latest-comments__comment {
  680. min-height: 36px;
  681. list-style: none; }
  682. .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
  683. .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  684. margin-left: 52px; }
  685. .has-dates .wp-block-latest-comments__comment,
  686. .has-excerpts .wp-block-latest-comments__comment {
  687. line-height: 1.5; }
  688. .wp-block-latest-comments__comment-excerpt p {
  689. font-size: 14px;
  690. line-height: 1.8;
  691. margin: 5px 0 20px; }
  692. .wp-block-latest-comments__comment-date {
  693. color: #8f98a1;
  694. display: block;
  695. font-size: 12px; }
  696. .wp-block-latest-comments .avatar,
  697. .wp-block-latest-comments__comment-avatar {
  698. border-radius: 24px;
  699. display: block;
  700. float: left;
  701. height: 40px;
  702. margin-right: 12px;
  703. width: 40px; }
  704. .wp-block-latest-posts.alignleft {
  705. /*rtl:ignore*/
  706. margin-right: 2em; }
  707. .wp-block-latest-posts.alignright {
  708. /*rtl:ignore*/
  709. margin-left: 2em; }
  710. .wp-block-latest-posts.wp-block-latest-posts__list {
  711. list-style: none; }
  712. .wp-block-latest-posts.is-grid {
  713. display: flex;
  714. flex-wrap: wrap;
  715. padding: 0; }
  716. .wp-block-latest-posts.is-grid li {
  717. margin: 0 16px 16px 0;
  718. width: 100%; }
  719. @media (min-width: 600px) {
  720. .wp-block-latest-posts.columns-2 li {
  721. width: calc((100% / 2) - 16px); }
  722. .wp-block-latest-posts.columns-3 li {
  723. width: calc((100% / 3) - 16px); }
  724. .wp-block-latest-posts.columns-4 li {
  725. width: calc((100% / 4) - 16px); }
  726. .wp-block-latest-posts.columns-5 li {
  727. width: calc((100% / 5) - 16px); }
  728. .wp-block-latest-posts.columns-6 li {
  729. width: calc((100% / 6) - 16px); } }
  730. .wp-block-latest-posts__post-date {
  731. display: block;
  732. color: #6c7781;
  733. font-size: 13px; }
  734. .wp-block-latest-posts__post-excerpt {
  735. margin-top: 8px;
  736. margin-bottom: 16px; }
  737. .wp-block-media-text {
  738. display: -ms-grid;
  739. display: grid;
  740. -ms-grid-rows: auto;
  741. grid-template-rows: auto;
  742. -ms-grid-columns: 50% 1fr;
  743. grid-template-columns: 50% 1fr; }
  744. .wp-block-media-text .has-media-on-the-right {
  745. -ms-grid-columns: 1fr 50%;
  746. grid-template-columns: 1fr 50%; }
  747. .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
  748. .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  749. -ms-grid-row-align: start;
  750. align-self: start; }
  751. .wp-block-media-text .wp-block-media-text__content,
  752. .wp-block-media-text .wp-block-media-text__media,
  753. .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
  754. .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  755. -ms-grid-row-align: center;
  756. align-self: center; }
  757. .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
  758. .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  759. -ms-grid-row-align: end;
  760. align-self: end; }
  761. .wp-block-media-text .wp-block-media-text__media {
  762. -ms-grid-column: 1;
  763. grid-column: 1;
  764. -ms-grid-row: 1;
  765. grid-row: 1;
  766. margin: 0; }
  767. .wp-block-media-text .wp-block-media-text__content {
  768. -ms-grid-column: 2;
  769. grid-column: 2;
  770. -ms-grid-row: 1;
  771. grid-row: 1;
  772. word-break: break-word;
  773. padding: 0 8% 0 8%; }
  774. .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  775. -ms-grid-column: 2;
  776. grid-column: 2;
  777. -ms-grid-row: 1;
  778. grid-row: 1; }
  779. .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  780. -ms-grid-column: 1;
  781. grid-column: 1;
  782. -ms-grid-row: 1;
  783. grid-row: 1; }
  784. .wp-block-media-text > figure > img,
  785. .wp-block-media-text > figure > video {
  786. max-width: unset;
  787. width: 100%;
  788. vertical-align: middle; }
  789. .wp-block-media-text.is-image-fill figure {
  790. height: 100%;
  791. min-height: 250px;
  792. background-size: cover; }
  793. .wp-block-media-text.is-image-fill figure > img {
  794. position: absolute;
  795. width: 1px;
  796. height: 1px;
  797. padding: 0;
  798. margin: -1px;
  799. overflow: hidden;
  800. clip: rect(0, 0, 0, 0);
  801. border: 0; }
  802. /*
  803. * Here we here not able to use a mobile first CSS approach.
  804. * Custom widths are set using inline styles, and on mobile,
  805. * we need 100% width, so we use important to overwrite the inline style.
  806. * If the style were set on mobile first, on desktop styles,
  807. * we would have no way of setting the style again to the inline style.
  808. */
  809. @media (max-width: 600px) {
  810. .wp-block-media-text.is-stacked-on-mobile {
  811. -ms-grid-columns: 100% !important;
  812. grid-template-columns: 100% !important; }
  813. .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
  814. -ms-grid-column: 1;
  815. grid-column: 1;
  816. -ms-grid-row: 1;
  817. grid-row: 1; }
  818. .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
  819. -ms-grid-column: 1;
  820. grid-column: 1;
  821. -ms-grid-row: 2;
  822. grid-row: 2; }
  823. .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
  824. -ms-grid-column: 1;
  825. grid-column: 1;
  826. -ms-grid-row: 2;
  827. grid-row: 2; }
  828. .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
  829. -ms-grid-column: 1;
  830. grid-column: 1;
  831. -ms-grid-row: 1;
  832. grid-row: 1; } }
  833. .is-small-text {
  834. font-size: 14px; }
  835. .is-regular-text {
  836. font-size: 16px; }
  837. .is-large-text {
  838. font-size: 36px; }
  839. .is-larger-text {
  840. font-size: 48px; }
  841. .has-drop-cap:not(:focus)::first-letter {
  842. float: left;
  843. font-size: 8.4em;
  844. line-height: 0.68;
  845. font-weight: 100;
  846. margin: 0.05em 0.1em 0 0;
  847. text-transform: uppercase;
  848. font-style: normal; }
  849. .has-drop-cap:not(:focus)::after {
  850. content: "";
  851. display: table;
  852. clear: both;
  853. padding-top: 14px; }
  854. p.has-background {
  855. padding: 20px 30px; }
  856. p.has-text-color a {
  857. color: inherit; }
  858. .wp-block-pullquote {
  859. padding: 3em 0;
  860. margin-left: 0;
  861. margin-right: 0;
  862. text-align: center; }
  863. .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  864. max-width: 305px; }
  865. .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
  866. font-size: 20px; }
  867. .wp-block-pullquote p {
  868. font-size: 28px;
  869. line-height: 1.6; }
  870. .wp-block-pullquote cite,
  871. .wp-block-pullquote footer {
  872. position: relative; }
  873. .wp-block-pullquote .has-text-color a {
  874. color: inherit; }
  875. .wp-block-pullquote:not(.is-style-solid-color) {
  876. background: none; }
  877. .wp-block-pullquote.is-style-solid-color {
  878. border: none; }
  879. .wp-block-pullquote.is-style-solid-color blockquote {
  880. margin-left: auto;
  881. margin-right: auto;
  882. text-align: left;
  883. max-width: 60%; }
  884. .wp-block-pullquote.is-style-solid-color blockquote p {
  885. margin-top: 0;
  886. margin-bottom: 0;
  887. font-size: 32px; }
  888. .wp-block-pullquote.is-style-solid-color blockquote cite {
  889. text-transform: none;
  890. font-style: normal; }
  891. .wp-block-pullquote cite {
  892. color: inherit; }
  893. .wp-block-quote.is-style-large, .wp-block-quote.is-large {
  894. margin: 0 0 16px;
  895. padding: 0 1em; }
  896. .wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
  897. font-size: 24px;
  898. font-style: italic;
  899. line-height: 1.6; }
  900. .wp-block-quote.is-style-large cite,
  901. .wp-block-quote.is-style-large footer, .wp-block-quote.is-large cite,
  902. .wp-block-quote.is-large footer {
  903. font-size: 18px;
  904. text-align: right; }
  905. .wp-block-rss.alignleft {
  906. /*rtl:ignore*/
  907. margin-right: 2em; }
  908. .wp-block-rss.alignright {
  909. /*rtl:ignore*/
  910. margin-left: 2em; }
  911. .wp-block-rss.is-grid {
  912. display: flex;
  913. flex-wrap: wrap;
  914. padding: 0;
  915. list-style: none; }
  916. .wp-block-rss.is-grid li {
  917. margin: 0 16px 16px 0;
  918. width: 100%; }
  919. @media (min-width: 600px) {
  920. .wp-block-rss.columns-2 li {
  921. width: calc(( 100% / 2 ) - 16px); }
  922. .wp-block-rss.columns-3 li {
  923. width: calc(( 100% / 3 ) - 16px); }
  924. .wp-block-rss.columns-4 li {
  925. width: calc(( 100% / 4 ) - 16px); }
  926. .wp-block-rss.columns-5 li {
  927. width: calc(( 100% / 5 ) - 16px); }
  928. .wp-block-rss.columns-6 li {
  929. width: calc(( 100% / 6 ) - 16px); } }
  930. .wp-block-rss__item-publish-date,
  931. .wp-block-rss__item-author {
  932. display: block;
  933. color: #6c7781;
  934. font-size: 13px; }
  935. .wp-block-search {
  936. display: flex;
  937. flex-wrap: wrap; }
  938. .wp-block-search .wp-block-search__label {
  939. width: 100%; }
  940. .wp-block-search .wp-block-search__input {
  941. flex-grow: 1; }
  942. .wp-block-search .wp-block-search__button {
  943. margin-left: 10px; }
  944. .wp-block-separator.is-style-wide {
  945. border-bottom-width: 1px; }
  946. .wp-block-separator.is-style-dots {
  947. background: none !important;
  948. border: none;
  949. text-align: center;
  950. max-width: none;
  951. line-height: 1;
  952. height: auto; }
  953. .wp-block-separator.is-style-dots::before {
  954. content: "\00b7 \00b7 \00b7";
  955. color: currentColor;
  956. font-size: 20px;
  957. letter-spacing: 2em;
  958. padding-left: 2em;
  959. font-family: serif; }
  960. .wp-block-social-links {
  961. display: flex;
  962. justify-content: flex-start;
  963. padding-left: 0;
  964. padding-right: 0;
  965. margin-left: 0; }
  966. .wp-social-link {
  967. display: block;
  968. width: 36px;
  969. height: 36px;
  970. border-radius: 36px;
  971. margin-right: 8px;
  972. transition: transform 0.1s ease; }
  973. .wp-social-link a {
  974. padding: 6px;
  975. display: block;
  976. line-height: 0;
  977. transition: transform 0.1s ease; }
  978. .wp-social-link a,
  979. .wp-social-link a:hover,
  980. .wp-social-link a:active,
  981. .wp-social-link a:visited,
  982. .wp-social-link svg {
  983. color: currentColor;
  984. fill: currentColor; }
  985. .wp-social-link:hover {
  986. transform: scale(1.1); }
  987. .wp-block-social-links.aligncenter {
  988. justify-content: center;
  989. display: flex; }
  990. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  991. background-color: #f0f0f0;
  992. color: #444; }
  993. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  994. background-color: #f90;
  995. color: #fff; }
  996. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  997. background-color: #1ea0c3;
  998. color: #fff; }
  999. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  1000. background-color: #0757fe;
  1001. color: #fff; }
  1002. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  1003. background-color: #1e1f26;
  1004. color: #fff; }
  1005. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  1006. background-color: #02e49b;
  1007. color: #fff; }
  1008. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  1009. background-color: #e94c89;
  1010. color: #fff; }
  1011. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  1012. background-color: #4280ff;
  1013. color: #fff; }
  1014. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  1015. background-color: #f45800;
  1016. color: #fff; }
  1017. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  1018. background-color: #1977f2;
  1019. color: #fff; }
  1020. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  1021. background-color: #000;
  1022. color: #fff; }
  1023. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  1024. background-color: #0461dd;
  1025. color: #fff; }
  1026. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  1027. background-color: #e65678;
  1028. color: #fff; }
  1029. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  1030. background-color: #24292d;
  1031. color: #fff; }
  1032. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  1033. background-color: #eceadd;
  1034. color: #382110; }
  1035. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  1036. background-color: #ea4434;
  1037. color: #fff; }
  1038. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  1039. background-color: #f00075;
  1040. color: #fff; }
  1041. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  1042. background-color: #e21b24;
  1043. color: #fff; }
  1044. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  1045. background-color: #0577b5;
  1046. color: #fff; }
  1047. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  1048. background-color: #3288d4;
  1049. color: #fff; }
  1050. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  1051. background-color: #02ab6c;
  1052. color: #fff; }
  1053. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  1054. background-color: #f6405f;
  1055. color: #fff; }
  1056. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  1057. background-color: #e60122;
  1058. color: #fff; }
  1059. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  1060. background-color: #ef4155;
  1061. color: #fff; }
  1062. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  1063. background-color: #fe4500;
  1064. color: #fff; }
  1065. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  1066. background-color: #0478d7;
  1067. color: #fff; }
  1068. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  1069. background-color: #fefc00;
  1070. color: #fff;
  1071. stroke: #000; }
  1072. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  1073. background-color: #ff5600;
  1074. color: #fff; }
  1075. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  1076. background-color: #1bd760;
  1077. color: #fff; }
  1078. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  1079. background-color: #011835;
  1080. color: #fff; }
  1081. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  1082. background-color: #6440a4;
  1083. color: #fff; }
  1084. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  1085. background-color: #21a1f3;
  1086. color: #fff; }
  1087. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  1088. background-color: #1eb7ea;
  1089. color: #fff; }
  1090. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  1091. background-color: #4680c2;
  1092. color: #fff; }
  1093. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  1094. background-color: #3499cd;
  1095. color: #fff; }
  1096. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  1097. background-color: #d32422;
  1098. color: #fff; }
  1099. .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  1100. background-color: #ff0100;
  1101. color: #fff; }
  1102. .wp-block-social-links.is-style-logos-only .wp-social-link {
  1103. background: none;
  1104. padding: 4px; }
  1105. .wp-block-social-links.is-style-logos-only .wp-social-link svg {
  1106. width: 28px;
  1107. height: 28px; }
  1108. .wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  1109. color: #f90; }
  1110. .wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  1111. color: #1ea0c3; }
  1112. .wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  1113. color: #0757fe; }
  1114. .wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  1115. color: #1e1f26; }
  1116. .wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  1117. color: #02e49b; }
  1118. .wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  1119. color: #e94c89; }
  1120. .wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  1121. color: #4280ff; }
  1122. .wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  1123. color: #f45800; }
  1124. .wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  1125. color: #1977f2; }
  1126. .wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  1127. color: #000; }
  1128. .wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  1129. color: #0461dd; }
  1130. .wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  1131. color: #e65678; }
  1132. .wp-block-social-links.is-style-logos-only .wp-social-link-github {
  1133. color: #24292d; }
  1134. .wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  1135. color: #382110; }
  1136. .wp-block-social-links.is-style-logos-only .wp-social-link-google {
  1137. color: #ea4434; }
  1138. .wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  1139. color: #f00075; }
  1140. .wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  1141. color: #e21b24; }
  1142. .wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  1143. color: #0577b5; }
  1144. .wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  1145. color: #3288d4; }
  1146. .wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  1147. color: #02ab6c; }
  1148. .wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  1149. color: #f6405f; }
  1150. .wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  1151. color: #e60122; }
  1152. .wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  1153. color: #ef4155; }
  1154. .wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  1155. color: #fe4500; }
  1156. .wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  1157. color: #0478d7; }
  1158. .wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  1159. color: #fff;
  1160. stroke: #000; }
  1161. .wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  1162. color: #ff5600; }
  1163. .wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  1164. color: #1bd760; }
  1165. .wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  1166. color: #011835; }
  1167. .wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  1168. color: #6440a4; }
  1169. .wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  1170. color: #21a1f3; }
  1171. .wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  1172. color: #1eb7ea; }
  1173. .wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  1174. color: #4680c2; }
  1175. .wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  1176. color: #3499cd; }
  1177. .wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  1178. background-color: #d32422;
  1179. color: #fff; }
  1180. .wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  1181. color: #ff0100; }
  1182. .wp-block-social-links.is-style-pill-shape .wp-social-link {
  1183. width: auto; }
  1184. .wp-block-social-links.is-style-pill-shape .wp-social-link a {
  1185. padding-left: 16px;
  1186. padding-right: 16px; }
  1187. .wp-block-spacer {
  1188. clear: both; }
  1189. p.wp-block-subhead {
  1190. font-size: 1.1em;
  1191. font-style: italic;
  1192. opacity: 0.75; }
  1193. .wp-block-table {
  1194. overflow-x: auto; }
  1195. .wp-block-table table {
  1196. width: 100%; }
  1197. .wp-block-table .has-fixed-layout {
  1198. table-layout: fixed;
  1199. width: 100%; }
  1200. .wp-block-table .has-fixed-layout td,
  1201. .wp-block-table .has-fixed-layout th {
  1202. word-break: break-word; }
  1203. .wp-block-table.alignleft, .wp-block-table.aligncenter, .wp-block-table.alignright {
  1204. display: table;
  1205. width: auto; }
  1206. .wp-block-table.alignleft td,
  1207. .wp-block-table.alignleft th, .wp-block-table.aligncenter td,
  1208. .wp-block-table.aligncenter th, .wp-block-table.alignright td,
  1209. .wp-block-table.alignright th {
  1210. word-break: break-word; }
  1211. .wp-block-table .has-subtle-light-gray-background-color {
  1212. background-color: #f3f4f5; }
  1213. .wp-block-table .has-subtle-pale-green-background-color {
  1214. background-color: #e9fbe5; }
  1215. .wp-block-table .has-subtle-pale-blue-background-color {
  1216. background-color: #e7f5fe; }
  1217. .wp-block-table .has-subtle-pale-pink-background-color {
  1218. background-color: #fcf0ef; }
  1219. .wp-block-table.is-style-stripes {
  1220. border-spacing: 0;
  1221. border-collapse: inherit;
  1222. background-color: transparent;
  1223. border-bottom: 1px solid #f3f4f5; }
  1224. .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  1225. background-color: #f3f4f5; }
  1226. .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  1227. background-color: #f3f4f5; }
  1228. .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  1229. background-color: #e9fbe5; }
  1230. .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  1231. background-color: #e7f5fe; }
  1232. .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  1233. background-color: #fcf0ef; }
  1234. .wp-block-table.is-style-stripes th,
  1235. .wp-block-table.is-style-stripes td {
  1236. border-color: transparent; }
  1237. .wp-block-text-columns {
  1238. display: flex; }
  1239. .wp-block-text-columns.aligncenter {
  1240. display: flex; }
  1241. .wp-block-text-columns .wp-block-column {
  1242. margin: 0 16px;
  1243. padding: 0; }
  1244. .wp-block-text-columns .wp-block-column:first-child {
  1245. margin-left: 0; }
  1246. .wp-block-text-columns .wp-block-column:last-child {
  1247. margin-right: 0; }
  1248. .wp-block-text-columns.columns-2 .wp-block-column {
  1249. width: calc(100% / 2); }
  1250. .wp-block-text-columns.columns-3 .wp-block-column {
  1251. width: calc(100% / 3); }
  1252. .wp-block-text-columns.columns-4 .wp-block-column {
  1253. width: calc(100% / 4); }
  1254. pre.wp-block-verse {
  1255. white-space: nowrap;
  1256. overflow: auto; }
  1257. .wp-block-video {
  1258. margin-left: 0;
  1259. margin-right: 0; }
  1260. .wp-block-video video {
  1261. max-width: 100%; }
  1262. @supports ((position: -webkit-sticky) or (position: sticky)) {
  1263. .wp-block-video [poster] {
  1264. -o-object-fit: cover;
  1265. object-fit: cover; } }
  1266. .wp-block-video.aligncenter {
  1267. text-align: center; }
  1268. .wp-block-video figcaption {
  1269. margin-top: 0.5em;
  1270. margin-bottom: 1em; }
  1271. :root .has-pale-pink-background-color {
  1272. background-color: #f78da7; }
  1273. :root .has-vivid-red-background-color {
  1274. background-color: #cf2e2e; }
  1275. :root .has-luminous-vivid-orange-background-color {
  1276. background-color: #ff6900; }
  1277. :root .has-luminous-vivid-amber-background-color {
  1278. background-color: #fcb900; }
  1279. :root .has-light-green-cyan-background-color {
  1280. background-color: #7bdcb5; }
  1281. :root .has-vivid-green-cyan-background-color {
  1282. background-color: #00d084; }
  1283. :root .has-pale-cyan-blue-background-color {
  1284. background-color: #8ed1fc; }
  1285. :root .has-vivid-cyan-blue-background-color {
  1286. background-color: #0693e3; }
  1287. :root .has-vivid-purple-background-color {
  1288. background-color: #9b51e0; }
  1289. :root .has-very-light-gray-background-color {
  1290. background-color: #eee; }
  1291. :root .has-cyan-bluish-gray-background-color {
  1292. background-color: #abb8c3; }
  1293. :root .has-very-dark-gray-background-color {
  1294. background-color: #313131; }
  1295. :root .has-pale-pink-color {
  1296. color: #f78da7; }
  1297. :root .has-vivid-red-color {
  1298. color: #cf2e2e; }
  1299. :root .has-luminous-vivid-orange-color {
  1300. color: #ff6900; }
  1301. :root .has-luminous-vivid-amber-color {
  1302. color: #fcb900; }
  1303. :root .has-light-green-cyan-color {
  1304. color: #7bdcb5; }
  1305. :root .has-vivid-green-cyan-color {
  1306. color: #00d084; }
  1307. :root .has-pale-cyan-blue-color {
  1308. color: #8ed1fc; }
  1309. :root .has-vivid-cyan-blue-color {
  1310. color: #0693e3; }
  1311. :root .has-vivid-purple-color {
  1312. color: #9b51e0; }
  1313. :root .has-very-light-gray-color {
  1314. color: #eee; }
  1315. :root .has-cyan-bluish-gray-color {
  1316. color: #abb8c3; }
  1317. :root .has-very-dark-gray-color {
  1318. color: #313131; }
  1319. .has-small-font-size {
  1320. font-size: 13px; }
  1321. .has-regular-font-size,
  1322. .has-normal-font-size {
  1323. font-size: 16px; }
  1324. .has-medium-font-size {
  1325. font-size: 20px; }
  1326. .has-large-font-size {
  1327. font-size: 36px; }
  1328. .has-larger-font-size,
  1329. .has-huge-font-size {
  1330. font-size: 42px; }
  1331. .has-text-align-center {
  1332. text-align: center; }
  1333. .has-text-align-left {
  1334. /*rtl:ignore*/
  1335. text-align: left; }
  1336. .has-text-align-right {
  1337. /*rtl:ignore*/
  1338. text-align: right; }