/*===== Variables =====*/ /* Theme Colors */ /* Social Media Brand Colors */ /*===== Mixins =====*/ /***** Silent Classes *****/ h1, .editor-post-title textarea { font-size: 2.3125em; /* 37px / 16px */ line-height: 1; } h2 { font-size: 1.75em; /* 28px / 16px */ line-height: 1.321; /* 37px */ } h3 { font-size: 1.3125em; /* 21px / 16px */ line-height: 1.143; /* 24px */ } .wp-caption-text, .wp-caption-dd, .wp-block-image figcaption, .alignright figcaption, .alignleft figcaption, .aligncenter figcaption, .alignnone figcaption, .alignwide figcaption, .alignfull figcaption, .size-auto figcaption, .size-full figcaption, .size-large figcaption, .size-medium figcaption, .size-thumbnail figcaption, .wp-block-table figcaption { font-size: 0.75em; /* 12px / 16px */ line-height: 1.5; /* 18px */ } .mce-content-body.wp-editor { margin: 0 auto; padding: 0 24px !important; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: subpixel-antialiased !important; background: #fff; font-family: "Lato", sans-serif; max-width: 670px; } body { font-size: 16px; line-height: 1.5; font-family: "Lato", sans-serif; color: #27292B; -webkit-font-smoothing: subpixel-antialiased; word-wrap: break-word; -ms-word-wrap: break-word; } p { margin: 1.5em 0; } a { color: #27292B; transition: color 0.2s ease-in-out; } a:link, a:visited { color: #27292B; } a:hover, a:active, a:focus { color: #5c6066; } h1, .editor-post-title textarea, h2, h3, h4, h5, h6 { font-family: "Rokkitt", sans-serif; margin: 0; padding: 0; font-weight: 400; } h4, h5, h6 { font-size: 1em; line-height: 1.5; } ul, ol { font-size: 1em; padding: 0; margin: 1.5em; } ul ul, ul ol, ol ul, ol ol { margin: 0 1.5em; } ul ul, ol ol, ul ol, ol ul, li li { font-size: 1em; } /* Markup styles */ pre { word-wrap: break-word; white-space: pre-wrap; background: #F0F1F2; padding: 0.75em; } code { background: #F0F1F2; padding: 0 0.375em; } blockquote { margin: 1.5em 1.5em 1.5em 0; padding-left: 1.5em; border-left: solid 3px #27292B; } blockquote cite { display: block; text-align: right; } hr { margin: 0.69em 0; } /* Table styles */ table { border-spacing: 0; border-collapse: collapse; margin: 1.5em 0; } td { padding: 0.5em 0.75em; border: solid 1px #D9D9D9; } th { padding: 0.5em 0.75em; border: solid 1px #D9D9D9; } .wp-block-table { margin: 0; } .wp-block-table thead { background: #F0F1F2; } .wp-block-table td, .wp-block-table th { border-color: #D9D9D9; } .wp-block-table figcaption { line-height: 1.5; margin: -18px 0 18px 0; color: #5c6066; text-align: center; } .wp-block-table.is-style-stripes thead { background: none; } .wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th { border-color: #D9D9D9; } /* Images */ .alignright, .alignleft, .aligncenter, .alignnone, .alignwide, .alignfull, .size-auto, .size-full, .size-large, .size-medium, .size-thumbnail { height: auto; line-height: 0; max-width: 100%; } .alignright img, .alignleft img, .aligncenter img, .alignnone img, .alignwide img, .alignfull img, .size-auto img, .size-full img, .size-large img, .size-medium img, .size-thumbnail img { max-width: 100%; } .alignright figcaption, .alignleft figcaption, .aligncenter figcaption, .alignnone figcaption, .alignwide figcaption, .alignfull figcaption, .size-auto figcaption, .size-full figcaption, .size-large figcaption, .size-medium figcaption, .size-thumbnail figcaption { line-height: 1.5; margin: 3px 0 0 0; color: #5c6066; text-align: center; } .wp-block-image { margin: 0; line-height: 0; } .wp-block-image figcaption { line-height: 1.5; margin: 3px 0 0 0; color: #5c6066; } .alignleft { float: left; margin: 0 1.5em 1.5em 0; } .alignright { float: right; margin: 0 0 1.5em 1.5em; } .aligncenter { text-align: center; margin: 1.5em auto; display: block; max-width: 100%; } .alignnone { margin: 1.5em; } img { height: auto; line-height: 0; } .singular-attachment img { max-width: 100%; } .wp-caption-text, .wp-caption-dd { margin: 3px 0 0 0; color: #5c6066; } .wp-block { max-width: 645px; } .editor-post-title textarea { color: #27292B; text-align: center; outline: none; } .wp-block[data-align=wide], .wp-block[data-align=full] { max-width: none; } .wp-block-quote.is-large { padding-left: 0; border-left: none; } .wp-block-embed { margin: 1.5em 0; } .has-small-font-size { font-size: 12px; } .has-regular-font-size { font-size: 16px; } .has-large-font-size { font-size: 21px; } .has-extra-large-font-size { font-size: 37px; } @media all and (min-width: 1200px) { .editor-post-title textarea { font-size: 3.1875em; /* 51px / 16px */ } } /*# sourceMappingURL=editor-style.css.map */