/* Reset
--------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; line-height: 1.4; }

/* Setup
--------------------------------------------------*/
:root { font-size: 62.5%; word-wrap: break-word; }

/* Chrome fix */
body > div { font-size: 2rem; }

/* Basic styling
--------------------------------------------------*/
body { font: 400 1.8rem/1.2 "Lato", sans-serif; color: #828282; background-color: #fff; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; }

/* Set 'margin-bottom' to maintain vertical rhythm
--------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 1.4rem; }

/* Objects
--------------------------------------------------*/
embed, iframe, img, object, video { max-width: 100%; vertical-align: middle; }

img { height: auto; }

/* Figures
--------------------------------------------------*/
figure { margin: 0; }

figure > img { display: block; }

figcaption { font-size: 1.2rem; }

/* Lists
--------------------------------------------------*/
ul, ol { margin: 0 0 2.2rem 2.2rem; }

li { margin-bottom: 0.5rem; }

/* Text
--------------------------------------------------*/
p { font-size: 1.8rem; }

small { font-size: 1.2rem; }

/* Headings
--------------------------------------------------*/
h2, h3, h4, h5, h6 { font-family: 'Oswald', sans-serif; font-weight: 700; margin: 0 0 1rem; }

h1 { font-family: 'Oswald', sans-serif; font-size: 3.6rem; }

h2 { font-size: 3rem; }

h3 { font-size: 2.4rem; }

h4 { font-size: 2rem; }

h5 { font-size: 1.8rem; }

h6 { font-size: 1.6rem; }

/* Links
--------------------------------------------------*/
a { color: #0072bc; text-decoration: none; }

a:hover { color: #65c3ff; }

/* Buttons
--------------------------------------------------*/
button, a.button, button.button, submit, submitbutton, input.button, [type="button"], [type="reset"], [type="submit"], input[type="button"], input[type="reset"], input[type="submit"] { background-color: #ff8e00; border: 0; color: #fff; cursor: pointer; font-family: "Lato", sans-serif; font-size: 1.8rem; font-weight: 700; padding: 1.6rem 2.4rem; text-decoration: none; white-space: normal; width: auto; -webkit-appearance: inherit; }

button a, a.button a, button.button a, submit a, submitbutton a, input.button a, [type="button"] a, [type="reset"] a, [type="submit"] a, input[type="button"] a, input[type="reset"] a, input[type="submit"] a { color: #fff; }

button a:hover, a.button a:hover, button.button a:hover, submit a:hover, submitbutton a:hover, input.button a:hover, [type="button"] a:hover, [type="reset"] a:hover, [type="submit"] a:hover, input[type="button"] a:hover, input[type="reset"] a:hover, input[type="submit"] a:hover { color: #fff; }

button:hover, a.button:hover, button.button:hover, submit:hover, submitbutton:hover, input.button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, a.button:focus, button.button:focus, submit:focus, submitbutton:focus, input.button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus { background-color: #e17e00; color: #fff; }

/* Blockquotes
--------------------------------------------------*/
blockquote { color: #828282; border-left: 4px solid #e8e8e8; padding-left: 1.5rem; font-size: 1.8rem; font-style: italic; }

blockquote > :last-child { margin-bottom: 0; }

/* Code formatting
--------------------------------------------------*/
pre, code { font-size: 15px; border: 1px solid #e8e8e8; border-radius: 3px; background-color: #eef; }

code { padding: 1px 5px; }

pre { padding: 8px 12px; overflow-x: auto; }

pre > code { border: 0; padding-right: 0; padding-left: 0; }

/* Clearfix
--------------------------------------------------*/
.footer-col-wrapper:after, .wrapper:after, .order-list .item-row:after { content: ""; display: table; clear: both; }

.clearfix { clear: both; }

/* SVG
----------------------------------------*/
/* Icons */
.icon > svg { display: inline-block; width: 16px; height: 16px; vertical-align: middle; }

.icon > svg path { fill: #fff; }

/* Custom Lineout element
----------------------------------------*/
lineout { clear: both; display: block; width: 100%; border-bottom: 1px solid #7f7f7f; margin: 12px 0; padding: 12px 0; }

/* Site header
----------------------------------------*/
.site-header { align-items: center; display: flex; height: 80px; color: #fff; background-color: #0096ff; }

.site-header .wrapper { align-items: center; display: flex; position: relative; width: calc(100% - (1rem*4)); }

.site-title { background: url("https://acecomics.co.uk/wp-content/themes/genesis-ace/images/ace-comics-logo-header.svg") no-repeat; background-size: contain; background-position: left; display: block; height: 6rem; position: absolute; left: 0; width: 100px; }

.list-title { display: block; height: 6rem; position: absolute; right: 0; width: 100px; }

.list-title h1 { font-size: 3.6rem; line-height: 1.5; margin: 0; text-align: right; }

/* Navigation
----------------------------------------*/
.site-nav { float: right; line-height: 56px; font-weight: 700; text-transform: uppercase; z-index: 10; }

.site-nav .menu-icon { display: none; }

.site-nav .page-link { font-family: "Oswald", sans-serif; font-size: 1.6rem; color: #fff; line-height: 1.2; text-decoration: none; }

.site-nav .page-link:hover { color: #65c3ff; }

.site-nav .page-link:not(:last-child) { margin-right: 1rem; }

@media screen and (max-width: 800px) { .site-nav { position: absolute; top: 9px; right: 0.5rem; background-color: #000; text-align: right; }
  .site-nav .menu-icon { display: block; float: right; width: 36px; height: 26px; line-height: 0; padding-top: 10px; text-align: center; }
  .site-nav .menu-icon > svg { width: 18px; height: 15px; }
  .site-nav .menu-icon > svg path { fill: #fff; }
  .site-nav .trigger { clear: both; display: none; }
  .site-nav:hover .trigger { display: block; padding-bottom: 5px; }
  .site-nav .page-link { display: block; padding: 5px 10px; margin-left: 20px; }
  .site-nav .page-link:not(:last-child) { margin-right: 0; } }

/* Site footer
----------------------------------------*/
.site-footer { background-color: #001c32; color: #005699; font-family: 'Lato', sans-serif; border: none; font-size: 1.4rem; line-height: 1; padding: 6rem 0; text-align: center; }

.site-footer a { color: #0072bc; }

.site-footer a:hover { color: #0091ef; text-decoration: none; }

.footer-heading { margin-bottom: 1.5rem; }

.footer-title svg { max-width: 200px; height: auto; margin-bottom: 1rem; }

.social { font-size: 20px; }

.social a { padding: 0 5px; }

.contact-list, .social-media-list { list-style: none; margin-left: 0; }

.footer-col-wrapper { font-size: 1.5rem; color: #fff; margin-left: -1.5rem; }

.footer-col { float: left; margin-bottom: 1.5rem; padding-left: 1.5rem; }

.footer-col-1 { width: -webkit-calc(35% - (1rem*1.5)); width: calc(35% - (1rem*1.5)); }

.footer-col-2 { width: -webkit-calc(20% - (1rem*1.5)); width: calc(20% - (1rem*1.5)); }

.footer-col-3 { width: -webkit-calc(45% - (1rem*1.5)); width: calc(45% - (1rem*1.5)); }

@media screen and (max-width: 100%) { .footer-col-1, .footer-col-2 { width: -webkit-calc(50% - (1rem*1.5)); width: calc(50% - (1rem*1.5)); }
  .footer-col-3 { width: -webkit-calc(100% - (1rem*1.5)); width: calc(100% - (1rem*1.5)); } }

@media screen and (max-width: 800px) { .footer-col { float: none; width: -webkit-calc(100% - (1rem*1.5)); width: calc(100% - (1rem*1.5)); } }

/* Wrapper
--------------------------------------------------*/
.wrapper { max-width: -webkit-calc(1200px - (1rem*6)); max-width: calc(1200px - (1rem*6)); margin-right: auto; margin-left: auto; padding-right: 1rem; padding-left: 1rem; }

@media screen and (max-width: 100%) { .wrapper { max-width: -webkit-calc(1200px - (1rem*2)); max-width: calc(1200px - (1rem*2)); padding-right: 1.5rem; padding-left: 1.5rem; } }

/* Page content
--------------------------------------------------*/
.prime { width: 100%; border-bottom: 1px solid #7f7f7f; margin: 4rem 0 2rem; }

.page-heading { font-size: 20px; }

.post-list { margin-left: 0; list-style: none; }

.post-list > li { margin-bottom: 1rem; }

.post-meta { font-size: 1.2rem; color: #828282; }

.post-link { display: block; font-size: 24px; }

.feature_image { margin-bottom: 2rem; }

.back-to-top .wrapper { padding-top: 2rem; padding-bottom: 2rem; text-align: center; color: white; }

.back-to-top .wrapper a { background-color: #0072bc; color: white; padding: 2rem; }

.back-to-top .wrapper a:hover { background-color: #65c3ff; color: white; }

.myace-link { margin-bottom: 8rem; text-align: center; }

/* Posts
--------------------------------------------------*/
.post-header { margin-bottom: 1rem; }

.post-title { font-size: 42px; letter-spacing: -1px; line-height: 1; }

@media screen and (max-width: 100%) { .post-title { font-size: 36px; } }

.post-content { margin-bottom: 6rem; }

.post-content h2 { font-size: 32px; }

@media screen and (max-width: 100%) { .post-content h2 { font-size: 28px; } }

.post-content h3 { font-size: 26px; }

@media screen and (max-width: 100%) { .post-content h3 { font-size: 22px; } }

.post-content h4 { font-size: 20px; }

@media screen and (max-width: 100%) { .post-content h4 { font-size: 18px; } }

/* Order List
--------------------------------------------------*/
.order-list { border-bottom: 1px solid #d7d7d7; font-size: 1.4rem; margin: 4rem auto; width: 100%; }

.order-list .item-row { border-top: 1px solid #d7d7d7; padding: 1rem 0; }

.order-list .item-code, .order-list .item-title, .order-list .item-price, .order-list .item-publisher { float: left; }

.order-list .item-code, .order-list .item-price, .order-list .item-publisher { width: 10%; }

.order-list .item-publisher { width: 20%; }

.order-list .item-title { font-weight: 700; width: calc(100% - 40%); }

@media screen and (max-width: 800px) { .order-list .item-code, .order-list .item-title, .order-list .item-price, .order-list .item-publisher { float: none; margin-bottom: 0.5rem; width: 100%; }
  .order-list .item-publisher { margin-bottom: 0; } }

/* Promos
--------------------------------------------------*/
.ebay-releases { background-image: url("https://static.acecomics.co.uk/2017/01/banner-ebay-releases-2.jpg"); background-size: cover; background-position: center; color: #fff; height: 200px; padding: 10px 20px; font-size: 2.4rem; font-weight: 700; line-height: 1.2; font-family: 'Oswald', sans-serif; }

.ebay-releases p:hover span.e, .ebay-releases p:focus span.e { color: #e53238; }

.ebay-releases p:hover span.b, .ebay-releases p:focus span.b { color: #0064d3; }

.ebay-releases p:hover span.a, .ebay-releases p:focus span.a { color: #f4ae01; }

.ebay-releases p:hover span.y, .ebay-releases p:focus span.y { color: #88b719; }

.ebay-releases p { max-width: 306px; margin: 0 auto; text-align: left; }

.ebay-releases span { font-size: 32px; }

.ebaylink { width: 100%; border-top: 2px solid #000; border-bottom: 2px solid #000; }

.link { background-color: #000; width: 100%; }

.link h3 { margin-bottom: 0; }

.link .wrapper { padding-top: 2rem; padding-bottom: 2rem; text-align: center; background-color: #000; color: #fff; }

/** Syntax highlighting styles */
.highlight { background: #fff; }

.highlighter-rouge .highlight { background: #eef; }

.highlight .c { color: #998; font-style: italic; }

.highlight .err { color: #a61717; background-color: #e3d2d2; }

.highlight .k { font-weight: bold; }

.highlight .o { font-weight: bold; }

.highlight .cm { color: #998; font-style: italic; }

.highlight .cp { color: #999; font-weight: bold; }

.highlight .c1 { color: #998; font-style: italic; }

.highlight .cs { color: #999; font-weight: bold; font-style: italic; }

.highlight .gd { color: #000; background-color: #fdd; }

.highlight .gd .x { color: #000; background-color: #faa; }

.highlight .ge { font-style: italic; }

.highlight .gr { color: #a00; }

.highlight .gh { color: #999; }

.highlight .gi { color: #000; background-color: #dfd; }

.highlight .gi .x { color: #000; background-color: #afa; }

.highlight .go { color: #888; }

.highlight .gp { color: #555; }

.highlight .gs { font-weight: bold; }

.highlight .gu { color: #aaa; }

.highlight .gt { color: #a00; }

.highlight .kc { font-weight: bold; }

.highlight .kd { font-weight: bold; }

.highlight .kp { font-weight: bold; }

.highlight .kr { font-weight: bold; }

.highlight .kt { color: #458; font-weight: bold; }

.highlight .m { color: #099; }

.highlight .s { color: #d14; }

.highlight .na { color: #008080; }

.highlight .nb { color: #0086B3; }

.highlight .nc { color: #458; font-weight: bold; }

.highlight .no { color: #008080; }

.highlight .ni { color: #800080; }

.highlight .ne { color: #900; font-weight: bold; }

.highlight .nf { color: #900; font-weight: bold; }

.highlight .nn { color: #555; }

.highlight .nt { color: #000080; }

.highlight .nv { color: #008080; }

.highlight .ow { font-weight: bold; }

.highlight .w { color: #bbb; }

.highlight .mf { color: #099; }

.highlight .mh { color: #099; }

.highlight .mi { color: #099; }

.highlight .mo { color: #099; }

.highlight .sb { color: #d14; }

.highlight .sc { color: #d14; }

.highlight .sd { color: #d14; }

.highlight .s2 { color: #d14; }

.highlight .se { color: #d14; }

.highlight .sh { color: #d14; }

.highlight .si { color: #d14; }

.highlight .sx { color: #d14; }

.highlight .sr { color: #009926; }

.highlight .s1 { color: #d14; }

.highlight .ss { color: #990073; }

.highlight .bp { color: #999; }

.highlight .vc { color: #008080; }

.highlight .vg { color: #008080; }

.highlight .vi { color: #008080; }

.highlight .il { color: #099; }

/*# sourceMappingURL=main.css.map */