style-rtl.css 49 KB

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