/* Theme Name: Arcade Description: Used to style the TinyMCE editor. */ /* =Import Google Fonts -------------------------------------------------------------- */ @import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700|Railway); /* =Normalize.css v2.1.3 | MIT License | git.io/normalize -------------------------------------------------------------- */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } audio, canvas, video { display: inline-block; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } a { background: transparent; } a:focus { outline: thin dotted; } a:active, a:hover { outline: 0; } h1 { margin: 0.67em 0; font-size: 2em; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } hr { height: 0; -moz-box-sizing: content-box; box-sizing: content-box; } mark { color: #000; background: #ff0; } code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } pre { white-space: pre-wrap; } q { quotes: "\201C" "\201D" "\2018" "\2019"; } small { font-size: 80%; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 0; } fieldset { padding: 0.35em 0.625em 0.75em; margin: 0 2px; border: 1px solid #c0c0c0; } legend { padding: 0; border: 0; } button, input, select, textarea { margin: 0; font-family: inherit; font-size: 100%; } button, input { line-height: normal; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; } button[disabled], html input[disabled] { cursor: default; } input[type="checkbox"], input[type="radio"] { padding: 0; box-sizing: border-box; } input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } textarea { overflow: auto; vertical-align: top; } table { border-collapse: collapse; border-spacing: 0; } /* =General -------------------------------------------------------------- */ body { font-size: 16px; line-height: 1.428571429; font-family: 'Open Sans', sans-serif; } h1, h2, h3, h4, h5, h6 { line-height: 1.1; margin: 20px 0 10px; text-rendering: optimizelegibility; color: #282828; font-family: 'Raleway', sans-serif; font-weight: normal; } h1 { font-size: 36px; } h2 { font-size: 30px; } h3 { font-size: 24px; } h4 { font-size: 18px; } h5 { font-size: 14px; } h6 { font-size: 12px; } p { margin: 10px; } a { text-decoration: none; color: #428BCA; } a:hover { color: #2A6496; } img { max-width: 100%; height: auto; vertical-align: middle; border: 0; } ul, ol { margin-top: 0; margin-bottom: 10px; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } table { max-width: 100%; background-color: transparent; } th { text-align: left; } dl { margin-bottom: 20px; } dt, dd { line-height: 1.428571429; } dt { font-weight: bold; } dd { margin-left: 0; } blockquote { padding: 10px 20px; margin: 0 0 20px; border-left: 5px solid #eeeeee; } blockquote p { font-size: 17.5px; font-weight: 300; line-height: 1.25; } blockquote p:last-child { margin-bottom: 0; } cite { font-style: normal; } cite:before { content: '\2013 \00A0'; } code, kbd, pre, samp { font-family: Monaco, Menlo, Consolas, "Courier New", monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; white-space: nowrap; background-color: #f9f2f4; border-radius: 4px; } pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.428571429; color: #333333; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #cccccc; border-radius: 4px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } select { width: 100%; } address { margin-bottom: 20px; font-style: normal; line-height: 1.428571429; } /* =Alignments -------------------------------------------------------------- */ .alignright { float: right; margin: 0 0 15px 15px; } .alignleft { float: left; margin: 0 15px 15px 0; } .aligncenter { display: block; margin: 0 auto 15px auto; } /* =Images -------------------------------------------------------------- */ .img-rounded { border-radius: 6px; } .img-thumbnail, .gallery-item .gallery-icon img { display: inline-block; height: auto; max-width: 100%; padding: 4px; line-height: 1.428571429; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .img-circle { border-radius: 50%; } /* =Image captions -------------------------------------------------------------- */ .wp-caption { background: #f2f2f2; border: 1px solid #e6e6e6; max-width: 100%; padding: 10px; text-align: center; } .wp-caption.alignnone { margin: 0 15px 15px 0; } .wp-caption.alignleft { margin: 0 15px 15px 0; } .wp-caption.alignright { margin: 0 0 15px 15px; } .wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 100%; padding: 0; width: auto; } .wp-caption p.wp-caption-text { font-size: 12px; margin: 0; padding: 5px; }