/* Basic Block Editor CSS */ .editor-styles-wrapper { color: #888888; font-size: 15px; line-height: 1.5; font-family: 'Roboto', sans-serif; font-weight: 300; word-wrap: break-word; } .editor-styles-wrapper > * { color: #888888; font-family: 'Roboto', sans-serif; } .editor-styles-wrapper .wp-block.editor-post-title__block .editor-post-title__input { font-size: 24px; padding-bottom: 0; color: #666666; font-family: 'Roboto', sans-serif; line-height: 1.4; font-weight: normal; } .wp-block { max-width: 1100px; } .editor-styles-wrapper .wp-block[data-align="wide"] { max-width: 1180px; } /* Theme specific CSS */ /* Headings */ .editor-styles-wrapper h1, .editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4, .editor-styles-wrapper h5, .editor-styles-wrapper h6 { color: #666666; line-height: 1.4; padding-bottom: 15px; font-weight: normal; } .editor-styles-wrapper .wp-block h1 { font-size: 30px; } .editor-styles-wrapper .wp-block h2 { font-size: 28px; } .editor-styles-wrapper .wp-block h3 { font-size: 26px; } .editor-styles-wrapper .wp-block h4 { font-size: 24px; } .editor-styles-wrapper .wp-block h5 { font-size: 22px; } .editor-styles-wrapper .wp-block h6 { font-size: 19px; } /* Horizontal Lines */ .editor-styles-wrapper hr { background: #f2f2f2; border: 0; height: 1px; margin: 30px 0; } .editor-styles-wrapper hr.is-style-dots { height: auto; } /* Text Elements */ .editor-styles-wrapper p { color: #888888; font-size: 15px; line-height: 1.5; margin-bottom: 15px; font-weight: 300; } .editor-styles-wrapper strong { font-weight: bold; } .editor-styles-wrapper cite, .editor-styles-wrapper em, .editor-styles-wrapper i { font-style: italic; } .editor-styles-wrapper pre { background-color: #f2f2f2; margin-bottom: 20px; overflow: auto; padding: 20px; border: 1px solid #eaeaea; } .editor-styles-wrapper pre, .editor-styles-wrapper code, .editor-styles-wrapper kbd, .editor-styles-wrapper var, .editor-styles-wrapper samp, .editor-styles-wrapper tt { font-family: "Courier 10 Pitch", Courier, monospace; font-size: 14px; line-height: 19px; white-space: pre-wrap; } .editor-styles-wrapper abbr, .editor-styles-wrapper acronym, .editor-styles-wrapper dfn { border-bottom: 1px dotted #f2f2f2; cursor: help; } .editor-styles-wrapper address { display: block; font-style: italic; margin: 0 0 15px; } .editor-styles-wrapper ins { background-color: #f2f2f2; } .editor-styles-wrapper dl { margin-bottom: 24px; font-size: 16px; } .editor-styles-wrapper dt { font-weight: bold; margin-bottom: 5px; } .editor-styles-wrapper dd { margin-bottom: 24px; } .editor-styles-wrapper table { border-collapse: collapse; border-spacing: 0; margin: 0 0 1.5em; width: 100%; } .editor-styles-wrapper sup, .editor-styles-wrapper sub { font-size: 10px; height: 0; line-height: 1; position: relative; vertical-align: baseline; } .editor-styles-wrapper sup { bottom: 1ex; } .editor-styles-wrapper sub { top: .5ex; } .editor-styles-wrapper dl { margin-bottom: 24px; font-size: 16px; } .editor-styles-wrapper dt { font-weight: bold; margin-bottom: 5px; } .editor-styles-wrapper dd { margin-bottom: 24px; } .editor-styles-wrapper ul, .editor-styles-wrapper ol { list-style: none; } .editor-styles-wrapper ol { list-style: decimal; } .editor-styles-wrapper li > ul, .editor-styles-wrapper li > ol { margin: 0 0 0 20px; } /* ====> 3.4 Blockquote --------------------------------------------------------------*/ .editor-styles-wrapper blockquote, .editor-styles-wrapper .wp-block-quote, .editor-styles-wrapper .wp-block-quote.is-style-large { font-style: italic; font-weight: normal; padding: 20px; border: 1px solid #f2f2f2; border-left: 3px solid #80abc8; margin-bottom: 20px; } .editor-styles-wrapper blockquote.wp-block-quote.has-text-align-right { border-right: 3px solid #80abc8; border-left: none; } .editor-styles-wrapper blockquote.wp-block-quote.has-text-align-center { border: none; } .editor-styles-wrapper blockquote em, .editor-styles-wrapper blockquote i, .editor-styles-wrapper blockquote cite, .editor-styles-wrapper .wp-block-quote em, .editor-styles-wrapper .wp-block-quote i, .editor-styles-wrapper .wp-block-quote cite, .editor-styles-wrapper .wp-block-quote.is-style-large em, .editor-styles-wrapper .wp-block-quote.is-style-large i, .editor-styles-wrapper .wp-block-quote.is-style-large cite, .editor-styles-wrapper .wp-block-quote.has-text-align-right em, .editor-styles-wrapper .wp-block-quote.has-text-align-right i, .editor-styles-wrapper .wp-block-quote.has-text-align-right cite { font-style: normal; } .editor-styles-wrapper blockquote cite, .editor-styles-wrapper .wp-block-quote cite, .editor-styles-wrapper .wp-block-quote.is-style-large cite, .editor-styles-wrapper .wp-block-quote.has-text-align-right cite { color: #666666; font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; letter-spacing: 0.05em; text-transform: uppercase; } .editor-styles-wrapper .block-editor-plain-text { background : #ffffff; border: none; } .editor-styles-wrapper .wp-block-code { background-color: #f2f2f2; } /* Forms */ .editor-styles-wrapper input[type="text"], .editor-styles-wrapper input[type="url"], .editor-styles-wrapper input[type="email"], .editor-styles-wrapper input[type="search"], .editor-styles-wrapper input[type="password"], .editor-styles-wrapper textarea { appearance: none !important; padding: 1%; border: 1px solid #f2f2f2; line-height: 20px; width: 98%; margin: 0 0 30px; background-color: #f8f8f8; border-radius: 3px; } .editor-styles-wrapper input[type="text"]:focus, .editor-styles-wrapper input[type="email"]:focus, .editor-styles-wrapper input[type="url"]:focus, .editor-styles-wrapper input[type="search"]:focus, .editor-styles-wrapper input[type="password"]:focus, .editor-styles-wrapper textarea:focus { border: 1px solid #eaeaea; } .editor-styles-wrapper input.s { width: 60%; padding: 4px 54px 4px 10px; height: 36px; color: #666666; background-color: #ffffff; margin: 0; border: 1px solid #f2f2f2; } .editor-styles-wrapper input.s:focus { padding-left: 10px; border-color: #eaeaea; text-indent: 0; } .editor-styles-wrapper input[type="reset"], .editor-styles-wrapper input[type="button"], .editor-styles-wrapper input[type="submit"] { appearance: none !important; color: #FFFFFF; display: inline-block; margin-bottom: 30px; padding: 5px 25px; cursor: pointer; background-color: #80abc8; border: 0px; border-radius: 3px; font-size: 16px; } .editor-styles-wrapper input[type="reset"]:hover, .editor-styles-wrapper input[type="button"]:hover, .editor-styles-wrapper input[type="submit"]:hover { box-shadow: 0 0 2px rgba(0, 0, 0, 0.6); } /* Links */ .editor-styles-wrapper a { color: #80abc8; text-decoration: none; } .editor-styles-wrapper a:focus, .editor-styles-wrapper a:active, .editor-styles-wrapper a:hover { text-decoration: none; } /* Tables */ .editor-styles-wrapper table { border-collapse: collapse; border-spacing: 0; margin: 0 0 1.5em; width: 100%; } .editor-styles-wrapper th { font-weight: bold; } .editor-styles-wrapper th, .editor-styles-wrapper td, .editor-styles-wrapper .wp-block-table th, .editor-styles-wrapper .wp-block-table td { border: 1px solid #f2f2f2; padding: 6px 10px; } .editor-styles-wrapper caption, .editor-styles-wrapper th, .editor-styles-wrapper td, .editor-styles-wrapper .wp-block caption, .editor-styles-wrapper .wp-block th, .editor-styles-wrapper .wp-block td { text-align: left; } .editor-styles-wrapper th.has-text-align-center, .editor-styles-wrapper td.has-text-align-center { text-align: center; } .editor-styles-wrapper th.has-text-align-right, .editor-styles-wrapper td.has-text-align-right { text-align: right; } /* Alignments */ .editor-styles-wrapper .alignleft, .editor-styles-wrapper .wp-block .mce-content-body .alignleft { display: inline; float: left; margin-right: 30px; } .editor-styles-wrapper .alignright, .editor-styles-wrapper .wp-block .mce-content-body .alignright { display: inline; float: right; margin-left: 30px; } .editor-styles-wrapper .aligncenter, .editor-styles-wrapper .wp-block .mce-content-body .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; text-align: center; } /* Make sure embeds and iframes fit their containers */ .editor-styles-wrapper embed, .editor-styles-wrapper iframe, .editor-styles-wrapper object { max-width: 100%; } /* Media */ .editor-styles-wrapper .wp-caption { border: 1px solid #ccc; margin-bottom: 1.5rem; max-width: 100%; } .editor-styles-wrapper .wp-caption img[class*="wp-image-"] { display: block; margin: 1.2% auto 0; max-width: 98%; } .editor-styles-wrapper .wp-caption-text { text-align: center; } .editor-styles-wrapper .wp-caption .wp-caption-text { margin: 0.8075rem 0; } /* WordPress Gallery */ .editor-styles-wrapper .gallery { margin: 0 auto 15px; } .editor-styles-wrapper .gallery-item { display: inline-block; padding: 15px 2%; text-align: center; vertical-align: top; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .editor-styles-wrapper.gallery-columns-3 .gallery-item, .editor-styles-wrapper .gallery-columns-4 .gallery-item, .editor-styles-wrapper .gallery-columns-5 .gallery-item { padding: 15px 1%; } .editor-styles-wrapper .gallery-columns-6 .gallery-item, .editor-styles-wrapper .gallery-columns-7 .gallery-item, .editor-styles-wrapper .gallery-columns-8 .gallery-item, .editor-styles-wrapper .gallery-columns-9 .gallery-item { padding: 10px 0.5%; } .editor-styles-wrapper .gallery-columns-2 .gallery-item { width: 50%; } .editor-styles-wrapper .gallery-columns-3 .gallery-item { width: 33.33%; } .editor-styles-wrapper .gallery-columns-4 .gallery-item { width: 25%; } .editor-styles-wrapper .gallery-columns-5 .gallery-item { width: 20%; } .editor-styles-wrapper .gallery-columns-6 .gallery-item { width: 16.66%; } .editor-styles-wrapper .gallery-columns-7 .gallery-item { width: 14.28%; } .editor-styles-wrapper .gallery-columns-8 .gallery-item { width: 12.5%; } .editor-styles-wrapper .gallery-columns-9 .gallery-item { width: 11.11%; } .editor-styles-wrapper .gallery-icon img { margin: 0 auto; } .editor-styles-wrapper .gallery .gallery-caption { font-size: 12px; line-height: 1.2; padding-top: 5px; } /* Responsive Structure */ @media only screen and (max-width: 600px) { .editor-styles-wrapper .wp-block .gallery-columns-4 .gallery-item, .editor-styles-wrapper .wp-block .gallery-columns-5 .gallery-item, .editor-styles-wrapper .wp-block .gallery-columns-6 .gallery-item, .editor-styles-wrapper .wp-block .gallery-columns-7 .gallery-item, .editor-styles-wrapper .wp-block .gallery-columns-8 .gallery-item, .editor-styles-wrapper .wp-block .gallery-columns-9 .gallery-item { width: 25%; } } @media only screen and (max-width: 420px) { .editor-styles-wrapper .wp-block .gallery-columns-4 .gallery-item, .editor-styles-wrapper .wp-block .gallery-columns-5 .gallery-item, .editor-styles-wrapper .wp-block .gallery-columns-6 .gallery-item, .editor-styles-wrapper .wp-block .gallery-columns-7 .gallery-item, .editor-styles-wrapper .wp-block .gallery-columns-8 .gallery-item, .editor-styles-wrapper .wp-block .gallery-columns-9 .gallery-item { width: 33.33%; } }