123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404 |
- body {
- color: #333;
- font-family: 'Montserrat', sans-serif;
- font-size: 15px;
- font-weight: 300;
- letter-spacing: .5px;
- line-height: 2;
- }
- p,
- ul,
- ol,
- dl {
- font-size: 15px;
- line-height: 2;
- }
- /* Regular content width.
- /* 702px + 27px to match paragraph width on front-end and editor.
- ---------------------------------------------------------------------------- */
- .wp-block {
- max-width: 732px;
- }
- /* Width of "wide" blocks
- /* 1062px + 30px so wide images match width in front-end and editor.
- /* 1062px = default column width of 702px + .alignwide negative margin of 360px
- ---------------------------------------------------------------------------- */
- .wp-block[data-align="wide"] {
- max-width: 1092px;
- }
- .wp-block[data-align="full"] {
- max-width: none;
- }
- /* Typography
- ---------------------------------------------------------------------------- */
- a {
- color: #55c7cf;
- text-decoration: none;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- color: #333;
- font-family: 'Playfair Display', serif;
- font-style: normal;
- font-weight: 400;
- letter-spacing: .5px;
- line-height: 1.2;
- margin: 0 0 25px;
- }
- h1 {
- font-family: 'Montserrat', sans-serif;
- font-size: 28px;
- font-weight: 300;
- color: #55c7cf;
- }
- h2 {
- font-family: 'Montserrat', sans-serif;
- font-size: 22px;
- text-transform: uppercase;
- }
- h3 {
- color: #55c7cf;
- font-family: 'Montserrat', sans-serif;
- font-size: 20px;
- text-transform: uppercase;
- }
- h4 {
- color: #55c7cf;
- font-size: 22px;
- font-style: italic;
- }
- h5 {
- font-size: 16px;
- text-transform: uppercase;
- letter-spacing: 2px;
- }
- .editor-post-title__block .editor-post-title__input {
- font-family: 'Playfair Display', serif;
- font-size: 30px;
- font-weight: 400;
- line-height: 1.2;
- margin: 0 0 20px;
- }
- p.has-drop-cap:not(:focus)::first-letter {
- margin: 0.02em 0.08em 0 -0.08em;
- }
- p.has-larger-font-size.has-drop-cap:not(:focus)::first-letter,
- p.has-small-font-size.has-drop-cap:not(:focus)::first-letter {
- margin-right: 0.01em;
- }
- /* Background Color
- ---------------------------------------------------------------------------- */
- p.has-background {
- padding: 25px 30px;
- }
- p.box-shadow {
- box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
- }
- p.has-text-color a,
- p.has-background a {
- color: inherit;
- }
- p.has-text-color a:focus,
- p.has-background a:focus,
- p.has-text-color a:hover,
- p.has-background a:hover {
- color: inherit;
- text-decoration: none;
- }
- p.has-background.light-text a {
- color: #fff;
- text-decoration: underline;
- }
- p.has-background.light-text a:focus,
- p.has-background.light-text a:hover {
- text-decoration: none;
- }
- /* Blockquotes and captions
- ---------------------------------------------------------------------------- */
- .wp-block-quote,
- .wp-block-pullquote {
- border: none;
- margin: 24px 0 36px;
- }
- .wp-block-quote:not(.is-large):not(.is-style-large) {
- border: none;
- padding: 0;
- }
- .wp-block-quote p,
- .wp-block-pullquote p {
- font-size: 16px !important;
- font-style: italic;
- line-height: 2;
- margin-bottom: 42px;
- }
- .wp-block-pullquote p,
- .wp-block-quote.is-style-large p {
- font-size: 32px !important;
- }
- .wp-block-pullquote.is-style-solid-color p {
- color: #fff;
- margin-bottom: 42px;
- text-align: center;
- }
- .wp-block-pullquote.is-style-solid-color {
- background-color: #333;
- }
- .wp-block-pullquote:not(.is-style-solid-color)[style*="border-color"] {
- border: 2px solid;
- border-left: none;
- border-right: none;
- }
- .wp-block-quote .wp-block-quote__citation,
- .wp-block-pullquote .wp-block-pullquote__citation {
- color: #666;
- display: block;
- font-size: 16px;
- font-style: italic;
- margin-top: -25px;
- text-align: inherit;
- text-transform: none;
- }
- .wp-block-pullquote .wp-block-pullquote__citation {
- text-align: center;
- }
- .wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation {
- color: #fff;
- font-style: italic;
- }
- .wp-block-pullquote .has-text-color .wp-block-pullquote__citation,
- .wp-block-pullquote .has-text-color p {
- color: currentColor;
- }
- .wp-block-audio figcaption,
- .wp-block-embed figcaption,
- .wp-block-image figcaption {
- color: #666;
- font-size: 16px;
- font-style: italic;
- margin-bottom: 30px;
- margin-top: 10px;
- }
- .wp-block-quote[class*="align"] .wp-block-quote__citation,
- .wp-block-pullquote[class*="align"] .wp-block-pullquote__citation {
- text-align: center;
- }
- /* Cover Image
- ---------------------------------------------------------------------------- */
- .wp-block-cover .wp-block-cover-text {
- color: #fff;
- font-size: 45px;
- }
- /* Figcaption
- ---------------------------------------------------------------------------- */
- .wp-block-image figcaption {
- color: #666;
- font-size: 14px;
- font-style: italic;
- margin-top: 10px;
- }
- /* Font Sizes
- ---------------------------------------------------------------------------- */
- p.has-small-font-size {
- font-size: 12px;
- }
- p.has-regular-font-size {
- font-size: 16px;
- }
- p.has-large-font-size {
- font-size: 20px;
- }
- p.has-larger-font-size {
- font-size: 24px;
- }
- /* Lists
- ---------------------------------------------------------------------------- */
- .editor-block-list__block li {
- line-height: 1.625;
- margin-bottom: 0;
- }
- /* Preformatted elements
- ---------------------------------------------------------------------------- */
- .wp-block-verse pre,
- .wp-block-preformatted pre {
- font-family: monospace;
- font-size: 18px;
- line-height: 1.625 !important;
- }
- /* Separators
- ---------------------------------------------------------------------------- */
- hr.wp-block-separator {
- border: none;
- border-top: 1px solid #eee;
- margin: 1.65em auto;
- }
- hr.wp-block-separator.is-style-dots {
- border: none;
- }
- /* Tables
- ---------------------------------------------------------------------------- */
- .wp-block-table {
- font-size: 18px;
- line-height: 2;
- }
- .wp-block-table td,
- .wp-block-table th,
- .wp-block-table tr {
- border: none;
- }
- .wp-block-table tr {
- border-top: 1px solid #eee;
- }
- .wp-block-table tbody {
- border-bottom: 1px solid #eee;
- }
- /* Buttons
- ---------------------------------------------------------------------------- */
- .wp-block-button .wp-block-button__link {
- background-color: #333;
- border: 0;
- border-radius: 5px;
- color: #fff;
- cursor: pointer;
- font-size: 16px;
- font-weight: 400;
- line-height: 24px;
- padding: 15px 30px;
- text-align: center;
- text-decoration: none;
- white-space: normal;
- width: auto;
- }
- .wp-block-button.is-style-squared .wp-block-button__link {
- border-radius: 0;
- }
- .wp-block-button.is-style-outline .wp-block-button__link {
- background-color: transparent;
- border: 1px solid currentColor;
- border-radius: 0;
- color: currentColor;
- padding: 13px 28px;
- }
- .wp-block-button.is-style-outline .wp-block-button__link:focus,
- .wp-block-button.is-style-outline .wp-block-button__link:hover {
- color: #55c7cf;
- }
- /* Galleries
- ---------------------------------------------------------------------------- */
- .wp-block-gallery .blocks-gallery-item {
- margin-bottom: 16px;
- }
- /* Category Block
- ---------------------------------------------------------------------------- */
- .wp-block-categories ul {
- margin-left: 0;
- padding-left: 0;
- }
- .wp-block-categories li {
- list-style-type: none;
- }
- .wp-block[data-align="right"] .wp-block-categories__list {
- text-align: right;
- }
- .wp-block[data-align="full"] .wp-block-categories__list {
- padding: 0 30px;
- }
- /* Latest Posts Block
- ---------------------------------------------------------------------------- */
- .wp-block-latest-posts {
- margin-left: 0;
- padding-left: 0;
- }
- .wp-block-latest-posts li {
- list-style-type: none;
- }
- .wp-block[data-align="center"] .wp-block-latest-posts {
- text-align: center;
- }
- .wp-block[data-align="full"] .wp-block-latest-posts {
- padding: 0 30px;
- }
- /* Columns block
- ---------------------------------------------------------------------------- */
- .wp-block[data-align="full"] .wp-block-columns > .editor-inner-blocks {
- padding: 0 30px;
- }
|