| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- .editor-styles-wrapper,
- .editor-styles-wrapper p {
- color: #404040;
- font-family: 'PT Serif', serif;
- font-size: 17px !important;
- font-size: 1rem;
- line-height: 1.6;
- }
- .editor-styles-wrapper h1,
- .editor-styles-wrapper h2,
- .editor-styles-wrapper h3,
- .editor-styles-wrapper h4,
- .editor-styles-wrapper h5,
- .editor-styles-wrapper h6,
- .editor-post-title__block .editor-post-title__input {
- clear: both;
- font-family: 'Crete Round', serif;
- font-weight: 700;
- margin-top: 0;
- letter-spacing: 1px;
- }
- .wp-block-video video {
- max-width: 636px;
- }
- .wp-block-image img {
- display: block;
- }
- .wp-block-image.alignleft,
- .wp-block-image.alignright {
- width: 100%
- }
- .wp-block-image.alignfull img {
- width: 100vw;
- }
- .wp-block-gallery:not(.components-placeholder) {
- margin: 1.5em auto;
- }
- .wp-block-cover-text p {
- padding: 1.5em 14px;
- }
- ul.wp-block-latest-posts.alignwide,
- ul.wp-block-latest-posts.alignfull,
- ul.wp-block-latest-posts.is-grid.alignwide,
- ul.wp-block-latest-posts.is-grid.alignwide {
- padding: 0 14px;
- }
- .wp-block-table {
- display: block;
- overflow-x: auto;
- }
- .wp-block-table table {
- border-collapse: collapse;
- width: 100%
- }
- .wp-block-table td, .wp-block-table th {
- padding: .5em;
- }
- .wp-block-embed.type-video > .wp-block-embed__wrapper {
- position: relative;
- width: 100%;
- height: 0;
- padding-top: 56.25%;
- }
- .wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- }
- .wp-block-quote.is-large {
- margin: 0 auto 16px;
- }
- .wp-block-pullquote>p:first-child {
- margin-top: 0;
- }
- .wp-block-separator {
- margin: 3em auto;
- padding: 0;
- }
- @media screen and (min-width: 768px) {
- .wp-block-cover-text p {
- padding: 1.5em 0;
- }
- }
- /*--------------------------------------------------------------
- # Block Color Palette Colors
- --------------------------------------------------------------*/
- .has-strong-blue-color {
- color: #0073aa;
- }
- .has-strong-blue-background-color {
- background-color: #0073aa;
- }
- .has-lighter-blue-color {
- color: #229fd8;
- }
- .has-lighter-blue-background-color {
- background-color: #229fd8;
- }
- .has-very-light-gray-color {
- color: #eee;
- }
- .has-very-light-gray-background-color {
- background-color: #eee;
- }
- .has-very-dark-gray-color {
- color: #444;
- }
- .has-very-dark-gray-background-color {
- background-color: #444;
- }
|