/*
Theme Name: Comics Kingdom
Text Domain: comicskingdom
Version: 0.0.1
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Custom theme for King Features site comicskingdom.com
Tags: 
Author: CodeJam Consulting LLC
Author URI: https://codejamconsulting.com
Theme URI: https://www.comicskingdom.com
License: Copyright King Features
License URI: https://www.comicskingdom.com
*/

/*
	base styles
*/
body {
	font-family: Lato,sans-serif;
    font-weight: 400;
    letter-spacing: .0625rem;
    line-height: 1.15;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Acumin-Pro-Extra-Condensed,sans-serif;
    font-weight: 700;
}

/*
    Adjust container styles
*/
/*@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
    }
}*/
@media (min-width: 576px) and (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .tile-list {
        max-width: 320px;
        margin: 0 auto;
    }
}

/*
    basic HTML standards
*/
a, a:hover, a:visited {
    color: #772feb;
}


/*
	Header & main nav
*/
.masthead {
	box-shadow: 0 2px 4px rgba(0,0,0,.3);
	background-color: #292830;
	white-space: nowrap;
}
.masthead a {
	color: #fff;
}
.masthead a:hover {
	text-decoration: none;
}


.masthead .login {
    padding: 0 5.875rem;
    height: 3.125rem;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

comic-name{
    font-family: Acumin-Pro-Extra-Condensed,sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: .5rem;
    margin-top: 0;
    line-height: 1.2;
    overflow-wrap: break-word;
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

/* grey social & account nav */
.masthead .login .social {
    display: flex;
    align-items: center;
    padding-right: 2rem;
    margin: 15px 0;
}
.masthead .login .social p {
    font-size: .9375rem;
    margin: 0 5px 0 0;
}
.masthead .login .nav-social {
    display: flex;
    justify-content: center;
    width: 100%;
}
.masthead .login .nav-social a {
    display: inline-block;
    padding: 0 10px;
    margin-right: 13px;
}




.masthead .login .login-links {
	display: flex;
	text-transform: uppercase;
}

.masthead .login .login-links ul {
	margin: 1rem 0;
	list-style-type: none;
	display: flex;
	font-size: .875em;
	letter-spacing: .05625rem;
}

.masthead .login .login-links .heart-icon {
    background: url(img/CK_icon_heart_favs.svg) no-repeat 50%;
    display: inline-block;
    height: 15px;
    width: 19px;
    margin-bottom: -2px;
}
.masthead .login .login-links .saved-icon {
    background: url(img/CK_icon_saved.svg) no-repeat 50%;
    display: inline-block;
    height: 18px;
    width: 11px;
    margin-bottom: -4px;
}
.masthead .login .login-links .saved-icon {
    background: url(img/CK_icon_saved.svg) no-repeat 50%;
    display: inline-block;
    height: 18px;
    width: 11px;
    margin-bottom: -4px;
}

.masthead .login .login-reg .crown-icon {
    background: url(img/nav_crownIcon_white.svg) no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    left: -20px;
    cursor: pointer;
}


.masthead .login .login-links .follow-fav li:first-child {
    margin-right: 2rem;
}

.masthead .login .login-links .login-reg li {
    padding-right: 1rem;
    border-right: 1px solid #fff;
    margin-right: 1rem;
    position: relative;
}
.masthead .login .login-links .login-reg li:last-child {
	padding-right: 0;
    border-right: 0;
    margin-right: 0;
}





.masthead .login .login-reg .search-icon {
    position: absolute;
    cursor: pointer;
    background: url(img/CK_icon_search_white.svg) no-repeat 50% 38%;
    display: block;
    width: 26px;
    height: 26px;
    top: -2px;
    left: 0px;
    z-index: 999;
}
.masthead.open-search .login .login-reg .search-icon {
    background-position: 50% 50%;
    left: 4px;
    top: 1px;
}


.masthead .login .login-reg .close-icon {
    position: absolute;
    display: none;
    z-index: 99;
    right: 0;
    top: 0;
    cursor: pointer;
    background-color: transparent;
    width: 26px;
    height: 26px;
}
.masthead.open-search .login .login-reg .close-icon {
    display: block;
}
.masthead .login .login-reg .close-icon:after, .masthead .login .login-reg .close-icon:before {
    content: " ";
    position: absolute;
    pointer-events: none;
    height: 20px;
    width: 2px;
    background-color: #d8d8d8;
    top: 50%;
    left: 50%;
    z-index: 50;
}
.masthead .login .login-reg .close-icon:before {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
}
.masthead .login .login-reg .close-icon:after {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
}

.masthead.open-search .login .login-reg input {
    width: 295px;
    height: 26px;
    border-radius: 3px;
    opacity: 1;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.masthead .login .login-reg input {
    width: 0;
    cursor: pointer;
    border-radius: 5px;
    opacity: 0;
    position: relative;
    z-index: 2;
    background: transparent;
    border: 1px solid #d8d8d8;
    padding-left: 30px;
    color: #d8d8d8;
}

.masthead.open-search .follow-fav,
.masthead.open-search .link {
    opacity: 0!important;
    width: 0!important
}
.masthead .login .login-reg input::-webkit-input-placeholder {
    color: #d8d8d8
}

.masthead .login .login-reg input::-moz-placeholder {
    color: #d8d8d8
}

.masthead .login .login-reg input:-ms-input-placeholder {
    color: #d8d8d8
}

.masthead .login .login-reg input::-ms-input-placeholder {
    color: #d8d8d8
}

.masthead .login .login-reg input::placeholder {
    color: #d8d8d8
}



/* Purple nav */

.masthead .navbar {
    display: flex;
    background: #772feb;
    padding: 0 5.875rem;
    height: 5.9375rem;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.masthead .navbar .nav-logo img {
    width: 100%;
    max-width: 135px;
    min-width: 106px;
    height: 50px;
}


.mainmenu {
    display: flex;
    justify-content: flex-end;
    max-width: 550px;
    width: 90%;
    overflow: hidden;
}

.subscribe-cta-header{
    display:none;
}

.masthead .navbar .menu {
    width: 100%;
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
}


.masthead .navbar .menu a {
	text-transform: uppercase;
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-family: Acumin-Pro-Extra-Condensed,sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
}
.masthead .navbar .menu a.active {
    color: #faea26;
}

.masthead .navbar .home:before {
    content: url(img/CK_icon_house_not_active.svg);
    display: inline-block;
    position: relative;
    top: -4px;
    right: 28px;
    margin-right: -20px;
}
.masthead .navbar .menu a.active.home:before {
    content: url(img/CK_icon_home.svg);
    right: 28px;
}

.masthead .navbar .menu a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 4px solid #fff;
    transform-origin: 0 100%;
    transition: all .5s;
    transform: scaleX(0);
}
.masthead .navbar .menu a.active:after {
    border-bottom-color: #faea26;
}
.masthead .navbar .menu a.active:after,
.masthead .navbar .menu a:hover:after {
    content: "";
    transform: scaleX(1);
}

@media (max-width: 480px) {
    .masthead .navbar .menu .sign-in {
        display: inline;
    }
}

@media (min-width: 480px) {
    .masthead .navbar .menu .sign-in {
        display: none;
    }
}




/*
	Ad blocks
*/
.ad-lg-header {
	background: url(img/ad_bg2.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	text-align: center;
}
#cmn-leaderboard {
	width: 100%;
	display: block;
	padding: 10px 0;
}


/* 404 page */
.purple-btn {
    background: #772feb;
    color: #fff;
    font-size: 1.375em;
    padding: .57rem 4.55rem;
    cursor: pointer;
    font-family: Lato,sans-serif;
    font-weight: 800;
    display: inline-block;
    border: none;
    letter-spacing: .19625rem;
    line-height: normal;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition-property: background-color,border-color;
    transition-property: background-color,border-color;
    text-decoration: none;
}
.purple-btn:hover {
    color: #fff;
    background: #4b11a8;
    text-decoration: none;
}



/*
    Main comics listing
*/
.breadcrumb {
    background-color: #fff;
    border-radius: 0;
    padding-bottom: 10px;
    border-bottom: 3px solid #d8d8d8;
    font-family: Lato,sans-serif;
    font-weight: 400;
    letter-spacing: .0625rem;
    text-transform: uppercase;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: '>';
}

/*
    Features and strips
*/
@-webkit-keyframes scale-out-fade {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    10% {
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale-out-fade {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    10% {
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.feature-title {
    position: relative;
    color: #fff;
    font-family: Acumin-Pro-Extra-Condensed,sans-serif;
    text-transform: uppercase;
    overflow: hidden;
    margin-bottom: 20px;
}
.daily-comic-links {
    text-align: center;
    background-color: hsla(0,0%,100%,.43);
    padding: 20px 0;
    position: relative;
}
.feature-comic-bg {
    position: absolute;
    background-size: cover;
    background-position: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: scale-out-fade 20s ease-out;
    animation: scale-out-fade 20s ease-out;
}
.overlay-comic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(250, 234, 38, 0.8);
}


/*.feature-title .slash-bg {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    right: 300px;
    background-color: rgba(41,40,48,.7);
    transition: transform 1.3s ease-out,-webkit-transform 1.3s ease-out;
    transform: skew(150.25deg) translateX(-100vw);
    transform: skew(150.25deg) translateX(0);
    z-index: 0;
}*/

.feature-title h1 {
    margin: 0;
    padding: 40px 0 20px 0;
    /*font-size: 4.375rem;*/
    text-align: center;
}

.feature-title h2 {
    font-family: Lato,sans-serif;
    font-size: 1.125rem;
    margin: 0;
    text-align: center;
    color: #000;
    padding-bottom: 40px;
}





.daily-comic-links ul {
    text-transform: uppercase;
    list-style: none;
    margin: 0;
    padding: 0;
}

.daily-comic-links li {
    text-transform: uppercase;
    margin: 0 25px 10px 25px;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    font-size: 1.75rem;
    font-family: Acumin-Pro-Extra-Condensed,sans-serif;

    display: inline-block;
    cursor: pointer;
}
.daily-comic-links a {
    color: #000;
    text-decoration: none;
}
.daily-comic-links a:hover {
    color: #7731e9;
}
.daily-comic-links a.active,
.daily-comic-links a.active:hover {
    color: #7731e9;
    border-bottom: 5px solid #7731e9;
}


/*
    Nav above comic panel
*/
.panel-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.panel-nav li {
    margin: 0 10px 0 0;
    padding: 0;
    display: inline-block;
    line-height: 28px;
}
.panel-nav .comic-date {
    text-transform: uppercase;
    font-weight: 600;
    font-family: Acumin-Pro-Extra-Condensed,sans-serif;
    font-size: 28px;
}
.panel-nav img {vertical-align: top;}


/*
    Nav below comic panel
*/
.comic-meta {
    padding: 20px 0;
}
.comic-meta ul {
    text-transform: uppercase;
    list-style: none;
    margin: 0;
    padding: 0;
}
.comic-meta li {
    display: inline-block;
    margin-right: 20px;
    line-height: 28px;
}
.comic-meta .comments {
    margin: 0;
    float: none;
}
.comic-meta .meta-nav img {
    vertical-align: top;
    margin-right: 5px;
}

.comic-meta .meta-nav .buy-prints a {
    text-transform: uppercase;
    color: #3d3f49;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    cursor: pointer;
    text-decoration: none;
}
.comic-meta .meta-nav .buy-prints a .buy-prints-text {
    display: inline-block;
    margin-top: 5px;
}
@media (max-width: 768px) {
    .comic-meta .meta-nav .buy-prints a .buy-prints-text {
        display: none;
    }    
}


.comic-disqus {
    background-color: #f2f2f2;
}
#disqus_thread {padding: 0 25px; background: #fff;}
h4.comments-heading {
    font-family: Acumin-Pro-Extra-Condensed,sans-serif;
    font-size: 50px;
    line-height: 50px;
    margin: 50px 0 40px 0;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 3px solid #c6c6c6;
    display: inline-block;
}

comments-heading {
    font-family: Acumin-Pro-Extra-Condensed,sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin: 50px 0 40px 0;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 3px solid #c6c6c6;
    display: inline-block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


@media (max-width: 960px) {

    .feature-title {
        height: 160px;
    }

    .feature-title .slash-bg {
        transition: 0s;
        transform: skew(180deg) translateX(0);
        right: 0;
    }
    .feature-title h1 {
        text-align: center;
        margin-top: 2.9375rem;
        font-size: 3.125rem;
        line-height: 2.8125rem;
    }

    .feature-title h2 {
        text-align: center;
        margin-top: 1.25rem;
    }
}






/*
    Horoscopes
*/
.horoscopes-title {
    height: auto;
    padding-bottom: 1rem;
    background-size: auto;
    background-position: 0;
}
.choose-sign {
    background-color: #772feb;
    padding: 30px;
    position: relative;
    color: #fff;
}
.choose-sign h3 {
    font-family: Acumin-Pro-Extra-Condensed,sans-serif;
    font-size: 50px;
    line-height: 50px;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 14px;
    
}
.choose-sign .wrapper {
    width: 100%;
    max-width: 340px;
    position: relative;
}
.choose-sign select {
    width: 100%;
    max-width: 340px;
    background-color: #faea26;
    color: #000;
    font-family: Lato,sans-serif;
    font-size: 1.125rem;
    outline: none;
    border-radius: 0;
    border: none;
    padding: .625rem;
    margin: 0;
    min-width: 9.375em;
    text-transform: uppercase;
    appearance: none;
    cursor: pointer;
}
.choose-sign .select-down {
    border-top-color: #000;
    width: 0;
    height: 0;
    border-left: 5.5px solid transparent;
    border-right: 5.5px solid transparent;
    border-top: 5.5px solid #000;
    position: absolute;
    top: 18px;
    right: 13px;
    pointer-events: none;
}
.horoscope-content {
    background-color: #f1f0eb;
    padding: 30px;
    font-family: Lato,sans-serif;
    font-size: 18px;
    line-height: 22px;
}
.horoscope-content h2 {
    font-family: Acumin-Pro-Extra-Condensed,sans-serif;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-size: 50px;
    line-height: 50px;
}
.horoscope-content h4 {
    font-size: 28px;
    line-height: 28px;
    font-family: Acumin-Pro-Extra-Condensed,sans-serif;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.horoscope-content .famous-birthdays {
    font-weight: 600;
}
.horoscope-content .sign-header {
    display: flex;
    justify-content: space-between;
}





/*
    Puzzles
*/
.play-btn {
    margin: 10px 0 0 0;
    width: 190px;
    text-align: center;
    background-color: #772feb;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Lato,sans-serif;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

/* tiles */
.tile .comic {
    height: 150px;
    /*height: 21.25em;*/
    border: 3px solid #7630ea;
    overflow: hidden;
}



.tile .comic .comic-img {
    width: 100%;
    height: 100%;
    transition: .5s ease;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.tile a:hover .comic .comic-img {
    transform: scale(1.2);
}

.tile a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
}

.tile .comic h4 {
    font-family: Acumin-Pro-Extra-Condensed,sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}

.tile .byline {
    font-family: Lato,sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin: 6px 0 0 0;
}

.tile hr {
    border-top: 2px solid #d9d9d9;
    margin-bottom: 4px;
}


.comments {
    font-family: Avenir,Helvetica,Arial,sans-serif;
    position: relative;
    text-transform: uppercase;
    background: #772feb;
    border-radius: 500em;
    text-align: center;
    min-width: 2.625em;
    color: #fff;
    margin: 4px 0 0 0;
    font-weight: 700;
    user-select: none;
    cursor: pointer;
    /*float: left;*/
    display: inline-block;
}

.comments:after {
    content: "";
    position: absolute;
    bottom: 1em;
    left: 1.125em;
    width: 0;
    height: 0;
    border: .7em solid transparent;
    border-top-color: #772feb;
    border-bottom: 0;
    border-left: 0;
    margin-left: -.687em;
    margin-bottom: -1.375em;
    z-index: 0;
}

.comments a, .comments span {
    font-size: .8em;
    line-height: 1;
    margin: 0;
    padding: .5em 1em .3em 1em;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.comments a {cursor: pointer;}

.subscribe-cta {
    background-color:#faea26;
    text-align:center;
    margin:auto;
    height: 3.125rem;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:5px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.subscribe-cta-mobile {
    background-color:#faea26;
    text-align:center;
    padding:7px;
    font-size:12px;
}


.subscribe-cta:hover {
    background-color:#e6e6e6;
}

.cta-button-link {
    color:black !important;
}

.cta-disclaimer {
    color:#faea26;
    font-size:12px !important;
}

/*
	Try premium
*/
#try-premium {
    background-image: url(/wp-content/themes/comicskingdom/img/background-image.png);
    width: 100%;
    padding: 8rem 2rem;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: Lato,sans-serif;
    font-weight: 400;
    letter-spacing: .0625rem;
}

#try-premium .cta-title{
	text-align: center;
	margin: 0;
	font-family: Acumin-Pro-Extra-Condensed,sans-serif;
    font-weight: 700;
    font-size: 8em;
    line-height: 90px;
    color:white;
}
#try-premium .cta-sub-title {
    text-align: center;
	margin: 0;
	font-family: Acumin-Pro-Extra-Condensed,sans-serif;
    font-weight: 700;
    font-size: 6em !important;
    line-height: 90px;
    color:white;
    margin:20px !important;
}
.cta-button-footer {
    margin-right:150px;
}
.cta-img-footer {
    width:150px
}

@media only screen and (max-width: 600px) {
    .cta-button-footer {
        margin-right:0px;
    }
    #try-premium .link {
        font-size:1em !important;
    }
    .cta-img-footer {
        padding:10px;
    }
    #try-premium .cta-title{
        font-size: 6em;
    }
    #try-premium .cta-sub-title {

        font-size: 4em !important;
    }
}
  
#try-premium .cta-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(75,17,168,.9);
    top: 0;
    left: 0;
}
#try-premium .cta {
    z-index: 2;
    margin-bottom: 2rem;
    width: 100%;
}

#try-premium .cta .title {
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	font-family: Acumin-Pro-Extra-Condensed,sans-serif;
    font-weight: 700;
    font-size: 6.75em;
    line-height: 90px;
}
#try-premium .cta p {
	margin: 1em 0;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}
#try-premium .premium-btn {
    text-align:center;
    z-index: 2;
}
#try-premium .link {
	text-decoration: none;
	color: #000;
    background: #faea26;
    font-size: 1.375em;
    padding: .57rem 4.55rem;
    font-weight: 800;
    display: inline-block;
    border: none;
    letter-spacing: .19625rem;
    line-height: normal;
    transition: all .2s ease-in-out;
    transition-property: background-color,border-color;
    text-transform: uppercase;
}
#try-premium .link:hover {
	background: #fff68e;
}
.premium-access-title {
    font-weight:bold !important;
    font-size:3.5em !important;
    line-height: 1.25 !important;
}

.terms-txt {
    font-weight:400 !important;
    font-size:0.75em !important;
    line-height:normal !important;
    color:#faea26 !important;
    margin:auto !important;
}
.terms-div {
    position: absolute;
    bottom: 10px;
    margin:auto;
    text-align:center;  
}

.terms-ad-div {
    margin:auto;
    text-align:center;  
}

.ad-cta-button {
    color:black;
    font-family: Acumin-Pro-Extra-Condensed,sans-serif !important;
    font-weight: 700 !important;
    font-size:2.2em !important;
    padding:10px !important;
    text-transform: none !important;
}

.ad-button-div {
    margin:auto;
    width:90%;
    text-align:center;
}

.ad-title {
    font-family: Acumin-Pro-Extra-Condensed,sans-serif;
    font-weight: 700;
    color:white;
    font-size:3em;
    margin-bottom:0 !important;
}




/*
	footer stuff
*/
.footer-follow {
	background: #faea26;
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
    justify-content: center;
    align-items: center;
    display: flex;
}


.footer-follow h3 {
	line-height: 50px;
    color: #772feb;
    text-transform: uppercase;
    margin: 0 4rem 0 0;
    font-size: 3.125em;
}
.footer-follow .social {
	display: flex;
}
.footer-follow .social a {
	margin-right: 4rem;
}


@media (max-width: 970px) {
    .footer-follow h3 {display: none;}
    .footer-follow { padding: 20px; }
    .footer-follow .social {
        justify-content: space-between;
        width: 100%;
        max-width: 540px;
    }
    .footer-follow .social a {
        margin-right: 0;
    }
}






footer {
    background: #3d3f49;
    color: #d8d8d8;
    padding: 2rem;
    display: flex;
}
footer a, 
footer a:hover,
footer a:visited {
	color: #d8d8d8;
	text-decoration: none;
}

footer .colophon {
    padding-right: 3%;
    width: 35%;
}

footer .colophon h3 {
	font-size: 2.25em;
    text-transform: uppercase;
    margin: 2rem 0;
}
footer .colophon h4 {
	font-size: 2.25em;
    font-weight: 300;
    max-width: 250px;
    width: 100%;
    line-height: 36px;
    margin-bottom: 1.33em;
}

footer .colophon ul {
	margin: 1rem 0;
	padding: 0;
	list-style: none;
}
footer .colophon ul.site-links {
	margin: 2rem 0;
}
footer .colophon ul li {
	margin-bottom: .5rem;
	font-size: .875em;
}

footer .colophon .email-list {
	padding-top: 1rem;
    padding-bottom: 1rem;
}
footer .colophon .email-list h3 {
	margin: 0;
}
footer .colophon .email-list p {
	font-size: .875rem;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}
footer .colophon .email-list .email-signup {
    position: relative;
    max-width: 192px;
    margin-top: 11px;
}
footer .colophon .email-list input[type=email] {
    background: #3d3f49;
    padding: 3px 25px 3px 8px;
    font: normal 14px Lato,sans-serif;
    border: 2px solid #9b9b9b;
    color: #d8d8d8;
    width: 100%;
}
footer .colophon .email-list  input[type=submit] {
    background-color: transparent;
    background-image: url(img/CK_icon_email.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 8px 16px;
    outline: none;
    position: absolute;
    right: 10px;
    top: 0;
    border: none;
    height: 100%;
}

footer .comics-lists {
	width: 65%;
}
footer .comics-list {
	display: flex;
	margin-top: 40px;
}
footer .comics-list .comics-list-header {
	font-family: Acumin-Pro-Extra-Condensed,sans-serif;
    font-size: 2em;
    font-weight: 800;
    width: 15%;
    text-transform: uppercase;
}
footer .comics-list .comics-list-links {
	display: flex;
	width: 85%;
}
footer .comics-list .comics-list-links ul {
	width: 25%;
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .comics-list .comics-list-links ul li {
	font-size: .875em;
    min-height: 32px;
    font-weight: 100;
    line-height: 1.1em;
    margin: 0 10% 0 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.copyright-footer {
	padding: 2rem 1rem;
	background: #000;
	color: #fff;
	text-align: center;
	font: normal 1em/22px Lato,sans-serif;
    letter-spacing: 0;
}

@media (max-width: 700px) {
    footer {
        display: block;
    }
    footer .colophon {
        width:  94%;
    }
    footer .comics-list .comics-list-header {
        display: block;
        margin-bottom:  20px;
    }
    footer .comics-list,
    footer .comics-list .comics-list-links,
    footer .comics-list .comics-list-links ul {
        display: block;
        width: 100%;
    }
}



@media (min-width:  701px) and (max-width: 1100px) {
    footer .comics-list {flex-direction: column;}
    footer .comics-list .comics-list-links { flex-wrap: wrap; }
    footer .comics-list .comics-list-links ul { width: 50%; }
    footer .comics-list .comics-list-links ul:nth-child(1) { order: 1; }
    footer .comics-list .comics-list-links ul:nth-child(2) { order: 3; }
    footer .comics-list .comics-list-links ul:nth-child(3) { order: 2; }
    footer .comics-list .comics-list-links ul:nth-child(4) { order: 4; }
}



.select-wrapper {
    position: relative;
    display: inline-block;
}
.search-filter select {
    font-family: Lato,sans-serif;
    font-size: 1.125rem;
    background-color: #772feb;
    color: #fff;
    outline: none;
    border-radius: 0;
    border: none;
    padding: .625rem;
    margin: 0;
    min-width: 9.375em;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.select-down {
    width: 0;
    height: 0;
    border-left: 5.5px solid transparent;
    border-right: 5.5px solid transparent;
    border-top: 5.5px solid #fff;
    position: absolute;
    top: 18px;
    right: 13px;
    pointer-events: none;
}
@media (max-width: 900px) {
    .search-filter select {
        width: 100%;
        min-width: 0;
    }
}


.tile-filter-search {
    background-color: #f1f0eb;
    border: none;
    outline: none;
    padding: .6875rem 2.1875rem .6875rem .625rem;
    background-image: url(img/search.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    width: 100%;
}

.search-filter {display: flex;}
.search-filter .select-wrapper:last-child {
    flex-grow: 2;
}
.search-filter .select-wrapper select {
    width: 100%;
}

/*@media (max-width: 640px) {
    input.tile-filter-search {
        clear: both;
        width: calc(98% - 34px);
        padding-left: 2%;
        padding-right: 2.125rem;
        margin-top: 1.5625rem;
    }
}
@media (max-width: 900px) {}
    .tile-filter-search {
        width: calc(48% - 34px);
        padding-left: 2%;
        padding-right: 2.125rem;
        display: block;
        float: right;
        margin: 0;
    }
}

@media (max-width: 640px) {
    .search-filter .select-wrapper {
        width: 49%;
        margin-right: 0;
        margin-left: 1%;
    }
    .search-filter .select-wrapper:first-child {
        width: 49%;
        margin-left: 0;
        margin-right: 1%;
    }
}
*/



.recommendations .scroll-area {
    width: 100%;
    display: flex;
    overflow: hidden
}

@media (max-width: 900px) {
    .recommendations .scroll-area {
        max-width:640px;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .recommendations .scroll-area {
        max-width:450px;
    }
}

@media (max-width: 420px) {
    .recommendations .scroll-area {
        width:300px;
    }
}

.recommendations {
    position: relative;
    margin-top: 100px;
    background-color: #f2f2f2;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#fff));
    background-image: linear-gradient(#f2f2f2,#fff);
    padding: 60px;
}

.recommendations-heading {
    font-family: Acumin-Pro-Extra-Condensed,sans-serif;
    font-size: 36px;
    line-height: 29px;
    width: 140px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: -45px;
    left: calc(50% - 70px);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOwAAABsCAYAAABpY17MAAAAAXNSR0IArs4c6QAABNpJREFUeAHt3EFu01AUhWHChCXAXoA1MCiwCNbFCAZIgAQzxJiFMAYmMIDyDK10JSetkziOj/1FeurTq2Of99/7K1Jqd3PZXne8EEAggcCbuwkpZUQAgf8ECKsTEAgiQNigYomKAGH1AAJBBAgbVCxRESCsHkAgiABhg4olKgKE1QMIBBEgbFCxREWAsHoAgSAChA0qlqgIEFYPIBBEgLBBxRIVAcLqAQSCCBA2qFiiIkBYPYBAEAHCBhVLVAQIqwcQCCJA2KBiiYoAYfUAAkEECBtULFERIKweQCCIAGGDiiUqAoTVAwgEESBsULFERYCwegCBIAKEDSqWqAgQVg8gEESAsEHFEhUBwuoBBIIIEDaoWKIiQFg9gEAQAcIGFUtUBAirBxAIIkDYoGKJigBh9QACQQQIG1QsUREgrB5AIIgAYYOKJSoChNUDCAQRIGxQsURFgLB6AIEgAoQNKpaoCBBWDyAQRICwQcUSFQHC6gEEgggQNqhYoiJAWD2AQBABwgYVS1QECKsHEAgiQNigYomKAGH1AAJBBAgbVCxRESCsHkAgiABhg4olKgKE1QMIBBEgbFCxREWAsHoAgSAChA0qlqgIEFYPIBBEgLBBxRIVAcLqAQSCCBA2qFiiIkBYPYBAEAHCBhVLVAQIqwcQCCLQCfu5jT9BmUVFYI0EfrRNf9l0O7+8vHzQfjxt43kbD9vwydsgeCFwZgKdpO/beN3Gh81m8/OfsDUUeSsNcwQmJ9CTtCboCVt/WeR91tYfteGTtwIyR2AcAjdKWi9xo7D1QPJWGuYIHE1gsKT1SoOFrW8ib6VhjsBgAgdJWs9+kLD1BOStNMwR6BE4WtJ6xqOFrScjb6VhvmICo0paOY4qbD0xeSsN8xUQOJmkld3JhK0XIW+lYb4gAteSvmp7+tj9nfTUe5tE2LoJ8lYa5oEEJpe0Mppc2Hpx8lYa5jMmcFZJK5ezCluDkLfSMJ8BgSppd1vgrxlkujMbYSsM8lYa5hMSmKWkdf+zFLYGvJL3oq11Dya4PbLCMR+DQCfpuzaub7CfxSfpro3NXtganLyVhvkRBKIkrfuMErYGJ2+lYT6AQKykdW+xwtZNkLfSMC8EFiFp2c88v3SqAfedk3dfYos7fnGS1got4hO2bqjOi7zd87yP2/A8bwW0nPmiJa1lWrSwdaPkrTQWMV+NpLVaqxG2bpq8lUbUfJWS1gqtUtgKgLyVxiznq5e0VmX1wlYY5K00zjon6Q78hN0Bhrw7wJxumaQD2BJ2AKQm7/12WPd/m33bPIDXHodcS3r9POmsbwvcY18nO5Swe6Il757A+oeTtM9k8AphB6PqH0jePpMdKyTdAWbfZcLuS2zH8eTtgSFpD8nxC4Q9nmHvDCuWl6S9bhh3gbDj8uyd7Urei/aL7nneJd4e2Un6to3uedLuH5H54qiBONWLsKciu+W8C5KXpFvqO8USYaegvOUagfKSdEsdp14i7NTEt1xvxvKSdEu9zrlE2HPS33LtGchL0i11sYTArQQ6edt40canNn63carX93bil208aePercEcgAACNxNoIo0t7zeS3szcbxEYhcAR8pJ0lAo4CQIHEhggL0kPZDvHt/nSaY5VOTBTJ29768XV+Np+upnhQJbehgACCBxN4C9cyF9iMVSJyAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.recommendations .scroll-area {
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 30px;
}

.recommendations-slider {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
}

.recommendations-slider:focus {
    outline: none;
}

.recommendations-slider::-ms-track {
    width: 100%;
    background: transparent;
    border-color: transparent;
}

.recommendations-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 17px;
    width: 170px;
    border-radius: 8.5px;
    background: #772feb;
    cursor: pointer;
    margin-top: -7px;
}

.recommendations-slider::-moz-range-thumb {
    -webkit-appearance: none;
    height: 17px;
    width: 170px;
    border-radius: 8.5px;
    background: #772feb;
    cursor: pointer;
}

.recommendations-slider::-ms-thumb {
    height: 17px;
    width: 170px;
    border-radius: 8.5px;
    background: #772feb;
    cursor: pointer;
}

.recommendations-slider::-webkit-slider-runnable-track {
    width: 80%;
    height: 3px;
    cursor: pointer;
    background: #c5c5c5;
}

.recommendations-slider:focus::-webkit-slider-runnable-track {
    background: #c6c6c6;
}

.recommendations-slider::-moz-range-track {
    width: 80%;
    height: 3px;
    cursor: pointer;
    background: #c5c5c5;
}

.recommendations-slider::-ms-track {
    width: 80%;
    height: 3px;
    cursor: pointer;
    background: #c5c5c5;
    color: transparent;
}

.recommendations-slider::-ms-fill-lower,
.recommendations-slider:focus::-ms-fill-lower {
    background: #c5c5c5;
}

.recommendations-slider::-ms-fill-upper {
    background: #c5c5c5;
}

.recommendations-slider:focus::-ms-fill-upper {
    background: #c6c6c6;
}

@media (max-width: 960px) {
    .recommendations {
        padding-right:1.25rem;
        padding-left: 1.25rem;
    }

    .recommendations-slider::-webkit-slider-thumb {
        width: 90px;
    }

    .recommendations-slider::-moz-range-thumb {
        width: 90px;
    }

    .recommendations-slider::-ms-thumb {
        width: 90px;
    }
}

.todays-comic-recommendation {
    width: auto;
    border-right: 1px solid #ccc;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    padding: 0 1rem;
}

.todays-comic-recommendation:last-of-type {
    border-right: none;
}

.todays-comic-recommendation .recommentation-link {
    display: block;
}

.todays-comic-recommendation-image {
    height: 5rem;
    width: auto;
}

.details-readout {
    display: none;
}









.ad-tile {overflow: hidden;}
.ad-tile, .ad, .ad-wrap, .ad-inner {
position: relative;
}
.ad-wrap {background: #772feb; height: 100%;}
.ad {background: #f2f2f2; margin: 0; padding: 0;}
.ad-tile .ad-wrap .ad .ad-inner {
    z-index: 1;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 30px;
}
.ad-tile .ad-wrap .ad:after {
    content: "";
    position: absolute;
    background: url(img/ad_tile_gradient.svg) no-repeat;
    background-size: cover;
    height: 250px;
    width: 100%;
    bottom: 0;
    z-index: 0;
}
.ad-tile .ad-footer {text-align: center; padding-top: 10px;}
.ad-tile .ad-footer p {
    color: #fff;
    font: normal 700 2.25rem/2.25rem Acumin-Pro-Extra-Condensed,sans-serif;
}
.ad-tile .ad-footer p.premium {
    color: #faea26;
    font: normal 1.125rem/1.375rem Lato,sans-serif;
    margin-top: 10px;
}

.home-video {text-align: center;}
.video-inner {
    display: inline-block;
    margin: 0 auto;
    border-top: 13px solid #f9e942;
    border-bottom: 13px solid #f9e942;
    background-color: #8c58dc;
    padding: 35px 85px;
    background-image: url(img/vplayer-bg.jpg);
    background-position: bottom;
    background-size: cover;
    position: relative;
    width: 100%;
    max-width: 730px;
}
.video-inner .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.video-inner .video-link {
    background-color: #f9e942;
    display: inline-block;
    color: #8c58dc;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 10px;
    position: absolute;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: -8.5px;
    font-family: Acumin-Pro-Extra-Condensed,sans-serif;
    left: 50%;
}






ul.listing-subnav {
    white-space: nowrap;
    padding: 0 5rem 0 0;
    list-style-type: none;
}

ul.listing-subnav li {
    font-size: 1.125em;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    margin-right: .5rem;
    padding-right: 1rem;
    display: inline-block;
    border-right-style: solid;
    border-right-width: 1px;
    font-family: Lato,sans-serif;
    font-weight: 400;
}
ul.listing-subnav li:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

ul.listing-subnav li a {
    color: #000;
}
ul.listing-subnav li a:hover {
    text-decoration: none;
    color: #772feb;
}
ul.listing-subnav li a.active {
    color: #772feb;
    border-bottom: 4px solid #772feb;
}




/*
    Feature about section
*/
.feature-logo {
    max-width: 250px;
    height: auto;
    max-height: 110px;
    width: auto;
}
.characters-col {
    background-color: #f7f7f7;
}
.authors-title, .characters-title {
    margin: 0;
    color: #772feb;
    border-bottom: 6px solid #772feb;
    text-transform: uppercase;
    font-family: Acumin-Pro-Extra-Condensed,sans-serif;
    font-weight: 700;
    font-size: 4.375em;
    width: fit-content;
    margin-bottom: 2.1875rem;
}
.author-name, .character-name {
    font-size: 2.875rem;
    line-height: 2.875rem;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}
.author-image, .character-image {
    background: #fff;
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.author-bio, .character-bio, .feature-about {
    font-family: Lato,sans-serif;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.6875rem;
    letter-spacing: .0625rem;
}
.mb-50 {margin-bottom: 50px;}
.mb-100 {margin-bottom: 100px;}




.pagination {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: top;
    text-align: center;
}
.pagination li {
    font-family: Lato,sans-serif;
    font-size: 18px;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 28px;
    color: #7630ea;
    min-width: 30px;
    text-align: center;
    margin: 3px 5px;
    font-weight: 600;
}
.pagination li.active {background-color: #7630ea;color: #fff;}
.pagination li a {color: #7630ea; text-decoration: none;}





/*
    Home grid navigation
*/
.grid-search {position: relative;}
.grid-search button {
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    cursor: pointer;
    background: url(img/CK_icon_search_grey.svg) no-repeat top left;
    display: block;
    background-size: contain;
    width: 26px;
    height: 26px;
    top: 8px;
    right: 5px;
    outline: none;
}
.grid-search button span {display: none;}


ul.comic-user-actions {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.comic-user-actions li {
    display: inline;
}
ul.comic-user-actions li i {
    display: inline-block;
    width: 25px;
    height: 20px;
    background-size: 100% 100%;
}
ul.comic-user-actions li i.fave-icon {
    background: url(img/CK_action_icon_follow.svg) no-repeat right top;
}
ul.comic-user-actions li i.save-icon {
    width: 15px;
    background: url(img/CK_action_icon_save.svg) no-repeat right top;
}
ul.comic-user-actions li i.faved-icon {
    background: url(img/CK_action_icon_unfollow.svg) no-repeat right top;
}
ul.comic-user-actions li i.saved-icon {
    width: 15px;
    background: url(img/CK_action_icon_unsave.svg) no-repeat right top;
}



/*
    CTAs
*/
.buy-print {
    background-color: #fff;
    padding: 1.875rem 1rem;
    text-align: center
}

.buy-print .print-header h3 {
    width: fit-content;
    line-height: 3.125rem;
    font-size: 3.125em;
    color: #772feb;
    margin: 0 auto;
    border-bottom: 3px solid #d8d8d8;
}

.buy-print .buy-print-image {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 20px 0;
    border: 7px solid #353839;
    background-color: #f5f5f5;
    text-align: center;
    display: block;
    padding: 18px 10px;
    box-shadow: 3px 2px 16px -5px #000
}
.buy-print a {
    background: #772feb;
    color: #fff;
    font-size: 1.125em;
    padding: .7em 2.6em;
    cursor: pointer;
    font-family: Lato,sans-serif;
    font-weight: 800;
    display: inline-block;
    border: none;
    letter-spacing: .19625rem;
    line-height: normal;
    transition: all .2s ease-in-out;
    transition-property: background-color,border-color;
    text-decoration: none;
    border-radius: 0;
}
.buy-print a:hover {
    background: #4b11a8;
    color: #fff;
}



.prem-cta .logo {
    z-index: 1;
    top: 0;
    left: 15px
}

.prem-cta .logo img {
    height: 42px;
    width: 42px
}

.prem-cta .bg-img {
    width: 100%;
    height: auto;
}

.prem-cta .cta-cover {
    position: absolute;
    background: rgba(75,17,168,.8);
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0
}

.prem-cta .cta-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    color: #fff;
    z-index: 2;
    top: 5px;
    width: 100%;
    height: 100%;
    text-align: center
}

.prem-cta .cta-text h3 {
    line-height: 44px;
    padding-bottom: 18px;
    letter-spacing: .9px;
    margin: 0;
    max-width: 300px;
    font-size: 3.125em;
}

.prem-cta .cta-text p.prem-mem {
    width: 100%
}

.prem-cta .cta-text p.prem-archive {
    padding-bottom: 1.5625rem
}

.prem-cta .cta-text p {
    font: normal 700 1.5rem/1.8125rem Lato,sans-serif;
    letter-spacing: .71px;
    width: 80%;
    margin: 0
}

.prem-cta .btn {
    color: #000;
    background: #faea26;
    font-size: 1.125em;
    padding: .7em 2.6em;
    cursor: pointer;
    font-family: Lato,sans-serif;
    font-weight: 800;
    display: inline-block;
    border: none;
    letter-spacing: .19625rem;
    line-height: normal;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition-property: background-color,border-color;
    transition-property: background-color,border-color;
    text-transform: uppercase;
    margin-top: .5rem;
    border-radius: 0;
}
.prem-cta .btn:active {
    outline: none;
}
.prem-cta .btn:hover {
    background: #fff68e;
}

.share-tools {
    color: #772feb;
    margin-bottom: 25px;
}
.share-tools ul {
    text-transform: uppercase;
    list-style: none;
    margin: 0;
    padding: 0;
}
.share-tools li {
    margin-right: 10px;
    display: inline-block;
    line-height: 28px;
}
.share-tools img {
    width: auto;
    height: 20px !important;
    max-height: 20px !important;
}



/*
    Comic Viewer
*/
.comic-viewer-inline {
    display: flex;
}
.comic-viewer-inline .cv-nav {}
.comic-viewer-inline .cv-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 40px;
    background: #771eee;
    transition: all .2s ease-in-out;
    z-index: 1;
}
.comic-viewer-inline .cv-nav-end {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 40px;
    background: #c6c6c6;
    z-index: 1;
}
.comic-viewer-inline .cv-nav a img,
.comic-viewer-inline .cv-nav-end img {
    width: auto;
    height: 28px;
}
.comic-viewer-inline .cv-nav a:hover {
    background: #4f1aa5;
}
.comic-viewer-inline .comic {
    padding: 0 10px;
    background: url('img/stripes.png');
}
.comic-eol {
    flex-grow: 1;
}
.eol-archive-link {
    text-transform: uppercase;
    font-family: Lato,sans-serif;
    font-weight: 400;
    letter-spacing: .0625rem;
    font-size: 1.125em;
}

.comic-eol {
    text-align: left;
    display: flex;
    flex-direction: row;
    width: 100%;
}
.comic-eol .eol-text {
    background: #f2f2f2;
    padding: 40px 80px 40px 30px;
    width: 45%;
}
.comic-eol h3 {
    color: #772feb;
    line-height: 1em;
    margin: 0;
    font-size: 3.375rem;
    max-width: 150px;
}
.comic-eol p {
    color: #9b9b9b;
    font-size: 1rem;
    margin-top: 13px;
}

.comic-eol .eol-cta {
    padding: 40px 20px 40px 30px;
    width: 65%;
    color: #fff;
    background: #772feb;
    position: relative;
    z-index: 10;
}

.comic-eol .eol-cta:before {
    content: "";
    position: absolute;
    height: 100%;
    left: -58px;
    top: 0;
    background: #772feb;
    width: 115px;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    z-index: -2;
}

.comic-eol .eol-cta:after {
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background: url('img/reccomended_halftone.svg') no-repeat;
    background-size: cover;
    width: 208px;
    z-index: -1;
}

.eol-cta-wrap * {
    z-index: 10;
}

.comic-eol .eol-cta p {
    color: #fff !important;
}
.comic-eol .eol-ctas {
    display: flex;
}

.comic-eol .eol-ctas div:first-child {
    padding: 0 10px 0 0;
}
.comic-eol .eol-ctas div:last-child {
    padding: 0 0 0 10px;
}

.comic-eol .eol-ctas p {
    font-family: Acumin-Pro-Extra-Condensed,sans-serif;
    font-size: 1.75rem;
    margin: 13px 0;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid #fff;
}

.comic-eol .eol-ctas a .eol-cta-border {
    border: 6px solid #f2f2f2;
    padding: 0;
}
.comic-eol .eol-ctas a:hover .eol-cta-border {
    border-color: #faea26;
}



.single-page img {max-width: 100%; height: auto;}
/*
    Blog listing
*/
.blog-header-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 25px;
}

/* this is a test */

.blog-item {
    height: 100%;
    padding-bottom: 10px;
    border-bottom: 3px solid #d8d8d8;
}

.blog-item h2 a {
    font-family: Acumin-Pro-Extra-Condensed,sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0;
    font-size: 36px;
    line-height: 36px;

}

.blog-header-img a {
    display: block;
    width: 100%;
    height: 100%;

    background-color: rgba(41,40,48,.1);
    background-image: url('img/placeholder_Image_364x300.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    transition: .5s ease;    
}

.blog-header-img a:hover {
    transform: scale(1.3);
}
.pagination {width: 100%; padding-top: 25px;}
.pagination .screen-reader-text {display: none;}




/*
    My Account / Login sections
*/
.custom-login-form {
    margin-top:  -3rem !important;
    padding-top: 3rem!important;

    background: url(img/sign-in-flag.svg) no-repeat;
    background-size: cover;
    flex-direction: column;
    align-items: center;
    padding: 0;
    width: 100%;
    max-width: 41.53125rem;
    height: auto;
}
.custom-login-form:after {
    content: ' ';
    background: #ffffff url(img/ribbon-bottom.svg) no-repeat center bottom;
    background-size: cover;
    padding: 0;
    width: 100%;
    height:  226px;
    overflow: visible;
    display: block;
    margin-bottom: 50px;

}
.custom-login-form h2 {
    text-align: center;
    color:white;
    font-size:4.0em
}

.form-inner {
    max-width: 450px;
    width: 100%;
    position: relative;
    margin:  0 auto;
}

.custom-login-form .input-field {
    width: 100%;
    margin-bottom: 1.875rem;
}
.custom-login-form .input-field input {
        border: 3px solid #d8d8d8;
    height: 3.125rem;
    width: 100%;
    padding-left: 0.5em;
    font: normal 700 1.375em/34px Lato,sans-serif;
    letter-spacing: .82px;
    color: #9b9b9b;
    border-radius: 3px;
    background: #fff;
}

.yellow-btn {
    color: #000;
    background: #faea26;
    font-size: 1.375em;
    padding: 0.57rem 4.55rem;
    cursor: pointer;
    font-family: Lato,sans-serif;
    font-weight: 800;
    display: inline-block;
    border: none;
    letter-spacing: .19625rem;
    line-height: normal;
    transition: all .2s ease-in-out;
    transition-property: background-color,border-color;
}
.yellow-btn:hover {
    background: #fff68e;
}

.remember-me {
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
}
form .remember-me input {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: 0;
    z-index: 1;
    position: absolute;
}

form .remember-me .remember-me-checkbox {
    height: 30px;
    width: 30px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

form .remember-me .remember-me-checkbox:after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 0;
    width: 15px;
    height: 25px;
    border: solid #772feb;
    border-width: 0 6px 6px 0;
    transform: rotate(45deg);
}
form .remember-me input:checked~.remember-me-checkbox:after {
    display: block;
}

form .remember-me .remember-me-lbl {
    display: inline-block;
    padding-left: 10px;
}

.custom-login-form .custom-error {
    margin:  35px;
}

@media only screen and (max-width: 768px) {
    .custom-login-form .input-field {
        margin-bottom: 25px;
    }
    .custom-login-form label {
        margin:  0 !important;
    }

    .remember-me {
        justify-content: left;
    }
    .yellow-btn {
        width: 100%;
        margin-bottom: 20px;
    }

}


.page-login .page-btm-wallpaper {
    width:  100vw;
    margin: 0;
    height: 20vw;
    max-height:  250px;
    background: url(img/premium_page_gradient.svg) repeat-x left bottom;
    background-size: contain;
}


/*
    Thankyou page
*/
@keyframes scale-out {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-out-fade {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    10% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

section.hero {
    position: relative;
    padding: 2em;
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: center
}

section.hero:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(img/ck-hero-bg.png);
    background-size: cover;
    -webkit-animation: scale-out 10s ease-out;
    animation: scale-out 10s ease-out
}

section.hero .hero-text {
    width: 100%;
    max-width: 1073px;
    margin: 0 auto;
    display: block;
    text-align: center
}

section.hero .hero-text h1 {
    font-size: 5.625rem;
    text-transform: uppercase;
    margin: 0 0 .625rem;
    width: 100%
}

@media(max-width: 968px) {
    section.hero .hero-text h1 {
        font-size:4.375rem;
        line-height: 3.5rem;
        margin-bottom: 20px
    }
}

section.hero .hero-text p {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: .82px;
    line-height: 2.125rem;
    margin: 0;
    width: 100%
}

section.hero .hero-text p span {
    color: #faea26
}

@media(max-width: 968px) {
    section.hero .hero-text p {
        font-size:1.375rem;
        line-height: 1.6875rem
    }
}

@media(max-width: 375px) {
    section.hero .hero-text p {
        font-size:1.375rem;
        line-height: 1.6875rem
    }
}

section.hero .hero-text p:nth-of-type(2) {
    font-size: 1.125em;
    font-weight: 300;
    letter-spacing: .0625em
}

#thank-you { margin-bottom: 0; }
#thank-you p { margin: 0 }
#thank-you .hero .hero-text p { margin: 1.875rem 0 }
#thank-you .hero button { font-size: 1.125rem; margin-bottom: 1.875rem }
#thank-you section.benefits { margin-bottom: 1.6875rem }
#thank-you section.benefits .centered { max-width: 1200px; width: 100%; margin: 0 auto }
@media(max-width: 768px) {
    #thank-you section.benefits .centered { display: flex; flex-direction: column }
}
#thank-you section.benefits h3 {
    font-size: 4.375rem;
    line-height: 4.3125rem;
    margin-bottom: .5em;
    margin-top: 0;
    padding: 0;
    text-transform: capitalize;
    letter-spacing: 0
}
#thank-you section.benefits ul { padding: 0 }
#thank-you section.benefits ul li {
    font: normal 700 3.125em Acumin-Pro-Extra-Condensed,sans-serif;
    letter-spacing: 0;
    display: flex;
    align-items: baseline;
    list-style-type: none;
    text-transform: uppercase;
    line-height: 68px
}

#thank-you section.benefits ul li img { height: auto; display: inline-block; }
#thank-you section.benefits ul li .crown-pad {padding-right: 1.5rem; display: inline-block;}
@media(max-width: 768px) {
    #thank-you section.benefits ul li {
        line-height:1.75rem;
        margin-bottom: 2.375rem
    }
    #thank-you section.benefits ul li:last-of-type {
        margin-bottom: 1.875rem
    }
}
#thank-you section.benefits .img-container,
#thank-you section.benefits .premium {
    vertical-align: top;
    float: right
}
@media(max-width: 1200px) {
    #thank-you section.benefits .img-container,#thank-you section.benefits .premium {
        font-size:11px
    }
}

@media(max-width: 600px) {
    #thank-you section.benefits .img-container,#thank-you section.benefits .premium {
        float:left
    }
}

#thank-you section.benefits .img-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 40%
}

@media(max-width: 600px) {
    #thank-you section.benefits .img-container {
        width:100%;
        display: none
    }
}

#thank-you section.benefits .img-container .char-img {
    max-width: 100%;
    margin-top: 6.5rem;
    margin-right: -4.0625rem;
    margin-left:  auto;
    display: block;
}

@media(max-width: 600px) {
    #thank-you section.benefits .img-container .char-img {
        width:100%
    }
}

@media(max-width: 768px) {
    #thank-you section.benefits .img-container .char-img {
        margin:0 auto;
        z-index: 2
    }
    .subscribe-cta-header {
        display:block;
    }
}

@media(max-width: 768px) {
    #thank-you section.benefits .img-container {
        margin:0 0 -120px;
        display: flex;
        order: 0;
        width: 100%
    }
}

#thank-you section.benefits .premium {
    width: 60%;
    color: #fff
}

#thank-you section.benefits .premium.wimpy {
    width: 50%
}

#thank-you section.benefits .premium.wimpy .ribbon {
    margin-top: -.3125rem
}

@media(max-width: 768px) {
    #thank-you section.benefits .premium.wimpy {
        margin-top:3.75rem;
        width: 100%
    }
}

@media(max-width: 600px) {
    #thank-you section.benefits .premium {
        width:100%
    }
}

#thank-you section.benefits .premium li {
    font-size: 1.75rem
}

@media(max-width: 375px) {
    #thank-you section.benefits .premium li {
        font-size:2.25em
    }
}

#thank-you section.benefits .premium .inner {
    padding: 0 6.25rem;
    background-color: #772feb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

#thank-you section.benefits .premium .inner .kingdom {
    margin-top: 3.125rem;
    margin-bottom: 2.1875rem
}

#thank-you section.benefits .premium .inner .kingdom p {
    font-size: 1.375rem;
    letter-spacing: 0;
    line-height: 1.6875rem
}

#thank-you section.benefits .premium .inner .kingdom.checkout {
    margin-top: 1.25rem;
    margin-bottom: .625rem;
    align-items: flex-start
}

#thank-you section.benefits .premium .inner .kingdom.checkout p {
    margin-bottom: 1.25rem
}

@media(max-width: 968px) {
    #thank-you section.benefits .premium .inner .kingdom.checkout p {
        font-size:1.125rem
    }
}

#thank-you section.benefits .premium .inner .kingdom.checkout h3 {
    font-size: 4.375rem;
    margin-bottom: .9375rem
}

@media(max-width: 768px) {
    #thank-you section.benefits .premium .inner .kingdom.checkout h3 {
        font-size:3.125rem;
        line-height: 2.875rem;
        padding-left: 0
    }
}

@media(max-width: 768px) {
    #thank-you section.benefits .premium .inner .kingdom.checkout {
        padding-left:0
    }
}

@media(max-width: 768px) {
    #thank-you section.benefits .premium .inner .kingdom {
        margin-top:7.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 10px
    }
}

@media(max-width: 375px) {
    #thank-you section.benefits .premium .inner .kingdom {
        margin-right:0
    }
}

@media(max-width: 768px) {
    #thank-you section.benefits .premium .inner.wimpy {
        padding:0 2.25rem 50px
    }
}

@media(max-width: 325px) {
    #thank-you section.benefits .premium .inner.wimpy {
        padding:0 .9375rem 50px
    }
}

#thank-you section.benefits .premium .inner .inner-flag-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center
}
#thank-you section.benefits .premium .inner .inner-flag-list p {
    font-size: 1.125rem;
    line-height: 1.375rem;
    letter-spacing: 0
}

#thank-you section.benefits .premium .inner .inner-flag-list.checkout {
    align-items: flex-start
}

#thank-you section.benefits .premium .inner .inner-flag-list.checkout ul {
    margin-bottom: 2.5rem
}

#thank-you section.benefits .premium .inner .inner-flag-list.checkout ul li {
    font-family: Acumin-Pro-Extra-Condensed,sans-serif;
    font-size: 1.75rem;
    letter-spacing: 0;
    line-height: 3.125rem;
    vertical-align: top;
    display: flex;
    align-items: baseline;
    list-style-type: none;
    text-transform: uppercase;
    line-height: 50px;
    margin: 0
}

#thank-you section.benefits .premium .inner .inner-flag-list.checkout ul li:before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    display: block;
    float: left;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 50% 100%
}

@media(max-width: 375px) {
    #thank-you section.benefits .premium .inner .inner-flag-list.checkout ul li:before {
        width:1em;
        height: .9em
    }
}

#thank-you section.benefits .premium .inner .inner-flag-list.checkout ul li:before {
    background-image: url(img/check.svg)
}

#thank-you section.benefits .premium .inner .inner-flag-list.checkout .btn.lg {
    padding: .57rem 1.375rem
}

@media(max-width: 375px) {
    #thank-you section.benefits .premium .inner .inner-flag-list {
        margin-left:0
    }
}

@media(max-width: 968px) {
    #thank-you section.benefits .premium .inner {
        padding:0 1.5625rem
    }
}

@media(max-width: 768px) {
    #thank-you section.benefits .premium {
        margin:0 auto;
        width: 100%;
        float: none;
        display: flex;
        flex-direction: column;
        order: 2
    }
}

#thank-you a {color: #000;}
#thank-you a:hover {
    text-decoration: none;
    color: #000;
}

#thank-you .hear-about-select {
    display: flex;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #772feb;
    justify-content: center;
    align-items: center
}

#thank-you .hear-about-select p {
    text-align: center;
    color: #4b11a8;
    font-size: 1.375rem;
    letter-spacing: 1px;
    line-height: 1.6875rem;
    font-weight: 700;
    margin-right: 1.25rem
}

@media(max-width: 768px) {
    #thank-you .hear-about-select p {
        margin-bottom:1.25rem
    }
}

#thank-you .hear-about-select .select {
    position: relative;
    max-width: 290px
}

#thank-you .hear-about-select .select select {
    width: 100%;
    padding: 10px 0 10px 11px;
    color: #fff
}

@media(max-width: 768px) {
    #thank-you .hear-about-select {
        width:100%;
        flex-direction: column
    }
}

.access {
    color: #fff
}

.access:hover {
    color: #faea26
}

a.access-button {
    appearance: button;
    text-decoration: none;
    padding: 10px;
    color: fff;
    background-color: #faea26
}
.gradient-yellow {
    bottom: -69px;
    z-index: -1;
    width: 100%
}
.gradient-yellow img { width: 100% }
.lato-bold { font: normal 800 28px Lato,sans-serif }







/* Mobile nav  */
@media(max-width: 768px) {
    .masthead .navbar .mainmenu:after,
    .masthead .navbar .mainmenu:before {
        content:"";
        position: absolute;
        height: 100%;
        max-width: 768px;
        width: 100%;
        z-index: -1
    }
    .masthead .navbar .mainmenu:before {
        background:url(img/mobile_top_halftone.svg) no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        top: -230px
    }
    .masthead .navbar .mainmenu:after {
        background: url(img/mobile_bottom_halftone.svg) no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        bottom: -155px
    }
}
@media (max-width: 768px) {
    .masthead {position:relative}
    .masthead .login {display: none;}
    .masthead .navbar {height:4.6875em}
    .masthead .navbar .nav-logo {z-index:  2;max-width: 106px;width: 100%;}


    .masthead .navbar .mainmenu {
        background-color: #4b11a8;
        transform: translateY(-2em);
        position: absolute;
        left: 0;
        top: 0;
        max-width: 100%
    }

}
@media(max-width: 968px) {
    .masthead .login {padding: 0 0.875rem;}
    .masthead .navbar {padding:0 0.875rem;}
}




.listing-subnav-container {
    display: flex;
    justify-content: space-between;
}

.search-filter {width: 100%;max-width: 350px;margin-right: .625rem;}
@media(max-width: 968px) {
    .listing-subnav-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    ul.listing-subnav {padding: 0; font-size: .875em;}
    .search-filter {max-width: 450px;}

    .mainmenu {width: auto;}
    .masthead .navbar .menu {justify-content: flex-end;}
    .masthead .navbar .menu li {
        margin-right: 0;
        margin-left: 20px;
    }
}

.subnav-search {
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 700px) {
    .subnav-search {flex-direction: column;}
    .search-filter {margin-bottom: 15px; max-width: 100%;}
}

.mobile-nav {display: none;}
@media(max-width: 768px) {
    .mobile-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 222px;
    }
    .mainmenu {
        visibility: hidden;
        width: 100vw;
        max-width:  100%;
        position: fixed;
        top: 0;
        left: 0;
    }
}

.paywall-notice {
    margin-bottom: 20px;
    font-size: 22px;
}

.masthead .navbar .mobile-nav #hamburger {
    width: 35px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    z-index: 3
}

.masthead .navbar .mobile-nav #hamburger .line {
    position: relative;
    height: 3px;
    width: 25px;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out
}

.masthead .navbar .mobile-nav #hamburger .line:first-child {
    top: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.masthead .navbar .mobile-nav #hamburger .line:nth-child(2) {
    top: 4px;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.masthead .navbar .mobile-nav #hamburger .line:nth-child(3) {
    top: 8px;
    -webkit-transform-origin: left center;
    transform-origin: left center
}








/* Open mobile menu  */
.masthead .navbar.menu-open {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999
}

.masthead .navbar.menu-open .nav-logo {
    top:  0;
}
.masthead .navbar.menu-open .nav-logo img {
    position: absolute;
    top: 20px;
    max-width: 106px
}



.masthead .navbar.menu-open .mainmenu {
    overflow: hidden
}

.masthead .navbar.menu-open .mainmenu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out;
    height: 100%;
}

.masthead .navbar.menu-open .menu {
    position: relative;
    display: block;
    margin-left: 1.25rem
}
.masthead .navbar.menu-open .menu li {
    margin-left:  0;
}
.masthead .navbar.menu-open .menu li a {
    font-size: 2.25rem;
    line-height: 2.25rem;
    position: relative;
    margin-right: 0;
}

@media(max-width: 768px) {
    .masthead .navbar.menu-open .menu li {
        margin-bottom:30px
    }
}

@media(max-width: 600px) {
    .masthead .navbar.menu-open .menu li {
        margin-bottom:20px
    }
}

@media(max-width: 320px) {
    .masthead .navbar.menu-open .menu li {
        margin-bottom:12px
    }
}

.masthead .navbar.menu-open .menu .home:before {
    right: 40px;
    margin-right: -20px
}

.masthead .navbar.menu-open .menu a.active {
    color: #faea26;
    border: none
}

.masthead .navbar.menu-open .menu a.active.home:before {
    right: 40px
}

@media(max-width: 768px) {
    .masthead .navbar.menu-open .mainmenu {
        margin-bottom:3.125rem;
        padding-top: 6.0625rem
    }
}

@media(max-width: 600px) {
    .masthead .navbar.menu-open .mainmenu {
        padding-top:4.0625em
    }
}

@media(max-width: 320px) {
    .masthead .navbar.menu-open .mainmenu {
        padding-top:5.5rem;
        margin-bottom: 5px
    }
}

@media(max-height: 500px) {
    .masthead .navbar.menu-open .menu li {
        margin-bottom:8px
    }
}

.masthead .navbar.menu-open .mobile-nav {
    flex-basis: 8%;
    height: 100%
}

.masthead .navbar.menu-open .hamburger {
    height: 100%;
    top: 30px
}

.masthead .navbar.menu-open #hamburger {
    position: relative;
    top: 30px;
    margin-left: 50%
}

.masthead .navbar.menu-open #hamburger .line:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0
}

.masthead .navbar.menu-open #hamburger .line:nth-child(2) {
    width: 0;
    opacity: 0
}

.masthead .navbar.menu-open #hamburger .line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px
}

.masthead .navbar.menu-open .fav,.masthead .navbar.menu-open .saved {
    display: none
}

.bg-grey {
    background-color: #f2f2f2;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
}
#favorites .page-title {
    border-bottom: 3px solid #d8d8d8;
    padding-bottom: 0.9375rem;
    margin: 0;
    text-transform: uppercase;
    font-size: 4.375em;
}
#favorites h3 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 50px;
}
#favorites .comic-date {text-transform: none;}
#favorites a:hover {text-decoration: none;}