/* Theme Name: Amethyst Description: Used to style the TinyMCE editor. */ /** * Foundation for Sites by ZURB * Version 6.1.1 * foundation.zurb.com * Licensed under MIT Open Source */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS and IE text size adjust after device orientation change, * without disabling user zoom. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove default margin. */ body { margin: 0; } /* HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */ audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */ [hidden], template { display: none; } /* Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ a { background-color: transparent; } /** * Improve readability of focused elements when they are also in an * active/hover state. */ a:active, a:hover { outline: 0; } /* Text-level semantics ========================================================================== */ /** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */ b, strong { font-weight: bold; } /** * Address styling not present in Safari and Chrome. */ dfn { font-style: italic; } /** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Address styling not present in IE 8/9. */ mark { background: #ff0; color: #000; } /** * Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* Embedded content ========================================================================== */ /** * Remove border when inside `a` element in IE 8/9/10. */ img { border: 0; } /** * Correct overflow not hidden in IE 9/10/11. */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** * Address margin not present in IE 8/9 and Safari. */ figure { margin: 1em 40px; } /** * Address differences between Firefox and other browsers. */ hr { box-sizing: content-box; height: 0; } /** * Contain overflow in all browsers. */ pre { overflow: auto; } /** * Address odd `em`-unit font size rendering in all browsers. */ code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } /* Forms ========================================================================== */ /** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. */ /** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */ button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ } /** * Address `overflow` set to `hidden` in IE 8/9/10/11. */ button { overflow: visible; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */ button, select { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } /** * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { cursor: default; } /** * Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ input { line-height: normal; } /** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ box-sizing: content-box; /* 2 */ } /** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Define consistent border, margin, and padding. */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ legend { border: 0; /* 1 */ padding: 0; /* 2 */ } /** * Remove default vertical scrollbar in IE 8/9/10/11. */ textarea { overflow: auto; } /** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */ optgroup { font-weight: bold; } /* Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } .foundation-mq { font-family: "small=0em&medium=48em&large=64em&xlarge=90em&xxlarge=120em"; } html { font-size: 100%; box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { padding: 0; margin: 0; font-family: "Helvetica Neue", "Helvetica", "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Arial, Sans-Serif; font-weight: 300; line-height: 1.5; color: #454545; background: #fefefe; } img { max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; display: inline-block; vertical-align: middle; } textarea { height: auto; min-height: 50px; border-radius: 0; } select { width: 100%; border-radius: 0; } #map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object { max-width: none !important; } button { -webkit-appearance: none; -moz-appearance: none; background: transparent; padding: 0; border: 0; border-radius: 0; line-height: 1; } /* -------------------------------------------------------------- */ /* Amethyst default styles /* -------------------------------------------------------------- */ /** * root element */ @media screen and (min-width: 0em) and (max-width: 47.9375em) { body { position: static; } } /** * text-level semantics */ h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", "Helvetica", "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Arial, Sans-Serif; } h1, h1 > a, h2, h2 > a, h3, h3 > a, h4, h4 > a, h5, h5 > a, h6, h6 > a { color: #222222; } h1:hover, h1 > a:hover, h2:hover, h2 > a:hover, h3:hover, h3 > a:hover, h4:hover, h4 > a:hover, h5:hover, h5 > a:hover, h6:hover, h6 > a:hover { text-decoration: none; } a { color: #e80c7a; text-decoration: none; transition: 0.3s; } a:focus { outline: thin dotted; } a:link, a:visited { color: #e80c7a; } a:hover, a:active, a:focus { outline: 0; color: #91074c; text-decoration: none; } p { color: #222222; font-family: "Helvetica Neue", "Helvetica", "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Arial, Sans-Serif; } ::-moz-selection { background: transparent; background-color: #0c7ae8; color: #fff; } ::selection { background: transparent; background-color: #0c7ae8; color: #fff; } /** * list items */ ul, ol { margin: 0; padding: 0; font-family: "Helvetica Neue", "Helvetica", "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Arial, Sans-Serif; list-style: none; } dl { margin-bottom: 2em; } dl:last-child { margin-bottom: 0; } dl dt { margin-bottom: 1em; font-weight: bold; } dl dd { margin-bottom: 1em; } dl dd:last-child { margin-bottom: 0; } /** * grouping content */ iframe { vertical-align: middle; } /** * embeded content */ figure { margin: 0; } img, embed, iframe, object { max-width: 100%; line-height: 1.0; border: 0; } svg:not(:root) { overflow: hidden; } /** * table */ table { width: 100%; background-color: #ffffff; border-spacing: 0; border-collapse: collapse; font-size: inherit; } table caption { margin: 5px 0; } table thead, table tfoot { background-color: #fafafa; } table thead th, table tfoot th { padding: 8px; font-weight: 600; } table tbody th { padding: 8px; font-weight: 500; } table tbody tr:nth-child(odd) { background-color: #ffffff; } table tbody tr:nth-child(even) { background-color: #fafafa; } table td { padding: 6px; } /** * screen reader text */ .screen-reader-text { display: none; } /* -------------------------------------------------------------- */ /* forms /* -------------------------------------------------------------- */ [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea { display: block; box-sizing: border-box; width: 100%; height: 2.5rem; padding: 0.5625rem; border: 1px solid #cacaca; margin: 0 0 1.125rem; font-family: inherit; font-size: 0.875rem; color: #222222; background-color: #fefefe; box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); border-radius: 0; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; -webkit-appearance: none; -moz-appearance: none; } [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus { border: 1px solid #8a8a8a; background-color: #fefefe; outline: none; box-shadow: 0 0 5px #cacaca; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; } textarea { max-width: 100%; } textarea[rows] { height: auto; } input:disabled, input[readonly], textarea:disabled, textarea[readonly] { background-color: #e6e6e6; cursor: default; } [type='submit'], [type='button'] { border-radius: 0; -webkit-appearance: none; -moz-appearance: none; } input[type='search'] { box-sizing: border-box; } [type='file'], [type='checkbox'], [type='radio'] { margin: 0 0 1.125rem; } [type='checkbox'] + label, [type='radio'] + label { display: inline-block; margin-left: 0.5625rem; margin-right: 1.125rem; margin-bottom: 0; vertical-align: baseline; } label > [type='checkbox'], label > [type='label'] { margin-right: 0.5625rem; } [type='file'] { width: 100%; } label { display: block; margin: 0; font-size: 0.875rem; font-weight: 300; line-height: 1.8; color: #222222; } label.middle { margin: 0 0 1.125rem; padding: 0.625rem 0; } .help-text { margin-top: -0.5625rem; font-size: 0.8125rem; font-style: italic; color: #333; } .input-group { display: table; width: 100%; margin-bottom: 1.125rem; } .input-group > :first-child { border-radius: 0 0 0 0; } .input-group > :last-child > * { border-radius: 0 0 0 0; } .input-group-label, .input-group-field, .input-group-button { display: table-cell; margin: 0; vertical-align: middle; } .input-group-label { text-align: center; width: 1%; height: 100%; padding: 0 1rem; background: #e6e6e6; color: #0a0a0a; border: 1px solid #cacaca; } .input-group-label:first-child { border-right: 0; } .input-group-label:last-child { border-left: 0; } .input-group-field { border-radius: 0; height: 2.5625rem; } .input-group-button { height: 100%; padding-top: 0; padding-bottom: 0; text-align: center; width: 1%; } .input-group-button a, .input-group-button input, .input-group-button button { margin: 0; } fieldset { border: 0; padding: 0; margin: 0; } legend { margin-bottom: 0.5625rem; } .fieldset { border: 1px solid #cacaca; padding: 1.5rem; margin: 1.125rem 0; } .fieldset legend { background: #fefefe; padding: 0 0.1875rem; margin: 0; margin-left: -0.1875rem; } select { height: 2.5rem; padding: 0.5625rem; border: 1px solid #cacaca; margin: 0 0 1.125rem; font-size: 0.875rem; font-family: inherit; line-height: normal; color: #222222; background-color: #fefefe; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; background-image: url('data:image/svg+xml;utf8,'); background-size: 9px 6px; background-position: right 0.5625rem center; background-repeat: no-repeat; } @media screen and (min-width: 0\0) { select { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } } select:disabled { background-color: #e6e6e6; cursor: default; } select::-ms-expand { display: none; } select[multiple] { height: auto; } .is-invalid-input:not(:focus) { background-color: rgba(240, 189, 36, 0.1); border-color: #f0bd24; } .is-invalid-label { color: #f0bd24; } .form-error { display: none; margin-top: -0.5625rem; margin-bottom: 1.125rem; font-size: 0.75rem; font-weight: bold; color: #f0bd24; } .form-error.is-visible { display: block; } /** * buttons */ button, input[type="button"], input[type="submit"], input[type="reset"] { display: inline-block; margin: 1rem 0; padding: 0.875rem 1.75rem 0.9375rem 1.75rem; text-align: center; background-color: #e80c7a; border: none; box-shadow: 0 2px 0 #cb0a6b; color: #ffffff; cursor: pointer; font-size: 1rem; transition: background-color 300ms ease-out; font-family: "Helvetica Neue", "Helvetica", "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Arial, Sans-Serif; } button:focus, input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus { outline: 0; } button:link, button:visited, input[type="button"]:link, input[type="button"]:visited, input[type="submit"]:link, input[type="submit"]:visited, input[type="reset"]:link, input[type="reset"]:visited { color: #ffffff; } button:hover, button:active, button:focus, input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"]:focus { background-color: #c10a66; color: #ffffff; outline: 0; text-decoration: none; } /** * required */ .required { color: #f04124; } /* -------------------------------------------------------------- */ /* buttons /* -------------------------------------------------------------- */ .btn { display: inline-block; margin: 1rem 0; padding: 0.875rem 1.75rem 0.9375rem 1.75rem; text-align: center; background-color: #e80c7a; border: none; box-shadow: 0 2px 0 #cb0a6b; color: #ffffff; cursor: pointer; font-size: 1rem; transition: background-color 300ms ease-out; } .btn:focus { outline: 0; } .btn:link, .btn:visited { color: #ffffff; } .btn:hover, .btn:active, .btn:focus { background-color: #c10a66; color: #ffffff; outline: 0; text-decoration: none; } .btn-full { display: inline-block; margin: 1rem 0; padding: 0.875rem 1.75rem 0.9375rem 1.75rem; text-align: center; background-color: #e80c7a; border: none; box-shadow: 0 2px 0 #cb0a6b; color: #ffffff; cursor: pointer; font-size: 1rem; transition: background-color 300ms ease-out; width: 100%; } .btn-full:focus { outline: 0; } .btn-full:link, .btn-full:visited { color: #ffffff; } .btn-full:hover, .btn-full:active, .btn-full:focus { background-color: #c10a66; color: #ffffff; outline: 0; text-decoration: none; } /* -------------------------------------------------------------- */ /* WordPress editor styles /* -------------------------------------------------------------- */ .post__content p, .comment-content p, .post__content dl, .comment-content dl, .post__content ul, .post__content ol, .comment-content ul, .comment-content ol, .post__content blockquote, .comment-content blockquote, .post__content pre, .comment-content pre { margin: 14px 0 24px 0; } @media screen and (min-width: 48em) { .post__content p, .comment-content p, .post__content dl, .comment-content dl, .post__content ul, .post__content ol, .comment-content ul, .comment-content ol, .post__content blockquote, .comment-content blockquote, .post__content pre, .comment-content pre { margin: 24px 0 34px 0; } } .post__content h1, .comment-content h1 { font-size: 21px; } @media screen and (min-width: 48em) { .post__content h1, .comment-content h1 { font-size: 26px; } } .post__content h2, .comment-content h2 { font-size: 20px; } @media screen and (min-width: 48em) { .post__content h2, .comment-content h2 { font-size: 24px; } } .post__content h3, .comment-content h3 { font-size: 19px; } @media screen and (min-width: 48em) { .post__content h3, .comment-content h3 { font-size: 22px; } } .post__content h4, .comment-content h4 { font-size: 18px; } @media screen and (min-width: 48em) { .post__content h4, .comment-content h4 { font-size: 20px; } } .post__content h5, .comment-content h5 { font-size: 17px; } @media screen and (min-width: 48em) { .post__content h5, .comment-content h5 { font-size: 18px; } } .post__content h6, .comment-content h6 { font-size: 16px; } @media screen and (min-width: 48em) { .post__content h6, .comment-content h6 { font-size: 16px; } } .post__content h1, .post__content h2, .post__content h3, .post__content h4, .post__content h5, .post__content h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 { margin: 20px 0 14px 0; line-height: 1.5; } @media screen and (min-width: 48em) { .post__content h1, .post__content h2, .post__content h3, .post__content h4, .post__content h5, .post__content h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 { margin: 30px 0 24px 0; } } .post__content h2, .comment-content h2 { border-bottom: 1px dotted #dedede; } .post__content h5, .post__content h6, .comment-content h5, .comment-content h6 { font-weight: normal; } .post__content p, .comment-content p { font-size: 0.875rem; line-height: 1.6; } .post__content dl dt, .post__content dl dd, .comment-content dl dt, .comment-content dl dd { font-size: 0.875rem; } .post__content dl dt, .comment-content dl dt { margin-left: 0; font-family: "Helvetica Neue", "Helvetica", "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Arial, Sans-Serif; } .post__content dl dd, .comment-content dl dd { margin-left: 14px; } .post__content ul, .post__content ol, .comment-content ul, .comment-content ol { margin-left: 16px; } .post__content ul li, .post__content ol li, .comment-content ul li, .comment-content ol li { margin: 8px; font-size: 0.875rem; line-height: 1.4; } .post__content ul, .comment-content ul { list-style-type: square; } .post__content ol, .comment-content ol { list-style-type: decimal; } .post__content blockquote, .comment-content blockquote { padding: 10px; color: #454545; border: 1px dotted #dedede; font-size: 90%; } .post__content blockquote > *, .comment-content blockquote > * { margin: 0; font-size: 90%; } .post__content blockquote > ul, .post__content blockquote ol, .comment-content blockquote > ul, .comment-content blockquote ol { margin-left: 16px; } .post__content pre, .post__content code, .post__content var, .comment-content pre, .comment-content code, .comment-content var { background-color: #f2f2f2; border-radius: 3px; font-family: Menlo, Consolas, Courier, sans-serif; font-size: 80%; } .post__content pre, .comment-content pre { padding: 10px; background-color: #f2f2f2; word-wrap: normal; overflow-x: auto; } .post__content pre > code, .comment-content pre > code { background-color: transparent; padding: 0; } .post__content code, .post__content var, .comment-content code, .comment-content var { border: none; padding: 2px 4px; } .post__content kbd, .comment-content kbd { padding: 2px 4px; background-color: #313131; border: 1px solid #747474; border-radius: 3px; color: #ffffff; font-family: Menlo, Consolas, Courier, sans-serif; font-size: 80%; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); } .post__content cite, .comment-content cite { font-size: 86%; font-style: normal; } .post__content address, .comment-content address { color: #454545; font-size: 0.875rem; font-style: normal; } .post__content ins, .comment-content ins { padding: 0 4px; background-color: #fbb1d6; text-decoration: none; } .post__content table, .comment-content table { border: 1px solid #dedede; background-color: #fff; text-align: left; font-size: 0.875rem; } /* -------------------------------------------------------------- */ /* WordPress specific classes /* -------------------------------------------------------------- */ /** * caption */ .wp-caption { margin-bottom: 1.125rem; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption-text { margin: 0.8075em 0; text-align: center; font-size: 0.75rem; } .wp-caption-text a { font-size: 0.75rem; } /** * gallaries */ .gallery { margin-bottom: 1.125rem; } .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33333%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66667%; } .gallery-columns-7 .gallery-item { max-width: 14.28571%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11111%; } .gallery-icon { padding: 0; background: none; margin-bottom: 10px; } .gallery-caption { display: block; } /** * alignment */ .alignleft { display: inline; float: left; margin-right: 1.125rem; margin-bottom: 1.125rem; } .aligncenter { clear: both; display: block; margin: 0 auto; } .alignright { display: inline; float: right; margin-left: 1.125rem; margin-bottom: 1.125rem; } .post__content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /*# sourceMappingURL=maps/editor-style.css.map */