/*
Theme Name: Clint Eastwood Online – Audio Development v7.1
Description: Bespoke coding
Version: 1.7-dev.7.1
Author: Clint Eastwood Online
*/

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    background: rgb(0,0,0);
    color: rgb(255, 255, 255);
    text-shadow: none;
}

::selection {
    background: rgb(0,0,0);
    color: rgb(255, 255, 255);
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a {
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
}

a:active, a:focus, a:visited {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    width: 100%;
    float: left;
    clear: both;
}

/* ==========================================================================
   HTML & Body
   ========================================================================== */
html {
    background: rgb(0,0,0);
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    font: 400 1.6em/1.4em "Outfit", sans-serif;
    font-optical-sizing: auto;
    color: rgb(0, 0, 0);
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper {
    width: 100%;
    float: left;
    padding: 0;
    overflow: hidden;
}

#wrapper.home {
    height: 100vh;
    background: #000 url('https://www.clinteastwoodonline.com/wp-content/uploads/Clint_Eastwood_Online_.jpg') no-repeat center center;
    background-size: auto 100vh;
}

#wrapper.wrapper.timeline {
    height: 100vh;
}

/* ==========================================================================
   Header
   ========================================================================== */
header {
    width: 100%;
    position: absolute;
    z-index: 4;
    top: 0; right: 0;
}

body.home header {
    display: none;
}

header {
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

body.magazine-details-open header {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
}

html.magazine-details-open,
body.magazine-details-open {
    overflow: hidden;
}

/* Hide the header / cylinder menu while a magazine detail is open */
body.magazine-details-open header,
body.magazine-details-open .ce-cylinder-button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* ==========================================================================
   Content
   ========================================================================== */
[role="main"] {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    content: "";
    display: table;
    clear: both;
    background: transparent;
}

.content.home {
    position: relative;
}

.introduction {
    width: auto;
    height: 50px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 0 20px;
    font: 300 20px/50px "Outfit", sans-serif;
    color: rgb(196, 196, 196);
    text-align: center;
}

@media screen and (max-width:500px) {

    .introduction {
        font: 300 16px/50px "Outfit", sans-serif;
    }

}

.introduction a {
    font: 300 20px/50px "Outfit", sans-serif;
    color: rgb(196, 196, 196);
}

.centred {
    margin: 0 auto;
    display: table;
    clear: both;
}

[role="main"] p, [role="main"] h1, [role="main"] ul, [role="main"] ul li {
    width: 100%;
    margin: 0;
    float: left;
}

[role="main"] ul {
    padding: 0 0 0 30px;
}

[role="main"] p, [role="main"] ul li {
    text-align: left;
    font: 300 20px/34px "Outfit", sans-serif;
    color: rgb(255, 255, 255);
    margin: 0 0 25px;
}

[role="main"] ul li {
    margin: 0 0 15px;
}

[role="main"] ul li.grid_item {
    margin: 0;
}

[role="main"] p a, [role="main"] ul li a {
    color: rgb(51, 51, 51);
    text-decoration: underline;
}
:root {
    --ce-cream: #f4f1eb;
    --ce-gold: #d5a84f;

    --ce-metal-texture-image: url('https://www.clinteastwoodonline.com/wp-content/uploads/Asset-1.svg');
    --ce-shell-image: url('https://www.clinteastwoodonline.com/wp-content/uploads/Magnum_44_Bullet.webp');

    /* small final menu size */
    --ce-button-size: 86px;
    --ce-cylinder-size: 84px;
    --ce-shell-size: 20px;
    --ce-shell-distance: 28px;
    --ce-centre-size: 6px;
    --ce-bullet-load-speed: 1.2s;
    --ce-bullet-load-stagger: 0.38s;
}

.ce-menu-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

html:not(.ce-menu-assets-ready) .ce-cylinder-button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

html.ce-menu-assets-ready:not(.ce-menu-intro-complete) .ce-cylinder-button {
    transform: scale(3);
    transition-delay: 0s;
}

html.ce-menu-intro-shrinking .ce-cylinder-button {
    transition-delay: 0s;
}

.ce-cylinder-button {
    position: fixed;
    top: 20px;
    right: 20px;
    width: var(--ce-button-size);
    height: var(--ce-button-size);
    border-radius: 50%;
    z-index: 9999;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    transform-origin: top right;
    will-change: transform;

    background: #9a9a9a;
    border: 0;

    box-shadow:
            0 10px 24px rgba(0,0,0,0.42),
            inset 0 0 0 1px rgba(255,255,255,0.12);

    opacity: 1;
    visibility: visible;

    transition:
            opacity 0.25s ease,
            visibility 0.25s ease,
            transform 0.35s ease 0.5s,
            background 0.35s ease,
            border-color 0.35s ease;
}

.ce-cylinder-button:hover {
    transition-delay: 0s;
    transform: scale(3);
    box-shadow:
            0 14px 30px rgba(0,0,0,0.50),
            inset 0 0 0 1px rgba(255,255,255,0.18);
}

html.ce-nav-hidden .ce-cylinder-button {
    transform: translateY(calc(-100% - 60px)) scale(1) !important;
    pointer-events: none;
    transition-delay: 0s !important;
}

html.ce-nav-hidden .ce-cylinder-button::after {
    opacity: 0 !important;
}

.ce-menu-checkbox:checked + .ce-cylinder-button.ce-menu-open-suppress-hover,
.ce-menu-checkbox:checked + .ce-cylinder-button.ce-menu-open-suppress-hover:hover {
    transition-delay: 0s;
    transform: scale(1);
}

.ce-cylinder-button::before {
    content: "";
    position: absolute;
    inset: -30px;
    border-radius: 50%;
    background: rgba(255,255,255,0.001);
    z-index: -1;
}

.ce-cylinder-button::after {
    /* content: "MENU"; */
    position: absolute;
    right: 100%;
    top: 50%;
    margin-right: 10px;
    transform: translateY(-50%) translateX(8px);

    color: rgba(244,241,235,0.82);
    font-size: 10px;
    letter-spacing: 0.24em;

    opacity: 0;
    pointer-events: none;

    transition:
            opacity 0.25s ease,
            transform 0.25s ease;
}

.ce-cylinder-button:hover::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

/* Main cylinder */
.ce-cylinder {
    --open-rotate: 0deg;

    position: relative;
    width: var(--ce-cylinder-size);
    height: var(--ce-cylinder-size);
    border-radius: 50%;
    overflow: visible;

    transform: rotate(var(--open-rotate));
    transition: transform 0.7s cubic-bezier(.2,.8,.2,1);
}

/* Brushed steel face */
.ce-cylinder-face {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    overflow: hidden;
    isolation: isolate;
    background-color: #8a8a8a;

    background-image:
            radial-gradient(circle at 50% 50%, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0.04) 38%, rgba(0,0,0,0.20) 78%, rgba(0,0,0,0.36) 100%),
            radial-gradient(circle at 34% 24%, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.07) 28%, transparent 55%),
            var(--ce-metal-texture-image),
            repeating-radial-gradient(circle at 50% 50%, rgba(255,255,255,0.03) 0, rgba(255,255,255,0.03) 1px, transparent 1px, transparent 4px),
            linear-gradient(135deg, #5f5f5f 0%, #bcbcbc 34%, #787878 57%, #cfcfcf 78%, #676767 100%);

    background-size: auto, auto, cover, auto, auto;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: normal, screen, soft-light, soft-light, normal;

    box-shadow:
            inset 0 0 0 1px rgba(255,255,255,0.18),
            inset 0 0 10px rgba(255,255,255,0.08),
            inset 0 0 20px rgba(0,0,0,0.28),
            0 4px 10px rgba(0,0,0,0.45);

    z-index: 1;
}

.ce-cylinder-face::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
    z-index: 3;

    background:
            radial-gradient(circle at 50% 50%, transparent 0%, transparent 82%, rgba(255,255,255,0.18) 84%, rgba(0,0,0,0.78) 98%);

    box-shadow:
            inset 0 0 0 1px rgba(255,255,255,0.08),
            inset 0 0 14px rgba(0,0,0,0.45);
}

.ce-cylinder-face::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
    z-index: 2;

    background-image: var(--ce-metal-texture-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    opacity: 0.34;
    mix-blend-mode: overlay;
    filter: brightness(1.08) contrast(1.08);
}

/* Centre pin */
.ce-cylinder-centre {
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--ce-centre-size);
    height: var(--ce-centre-size);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 5;

    background:
            radial-gradient(circle at 35% 35%, rgba(255,255,255,0.66), transparent 40%),
            radial-gradient(circle at 50% 50%, #9a9a9a 0%, #616161 60%, #2e2e2e 100%);

    box-shadow:
            inset 0 1px 1px rgba(255,255,255,0.35),
            inset 0 -1px 2px rgba(0,0,0,0.45),
            0 0 0 1px rgba(0,0,0,0.15);

    pointer-events: none;
}

/* Shell positions */
.ce-shell {
    --ce-shell-transform:
            rotate(calc(var(--i) * 60deg))
            translateY(calc(var(--ce-shell-distance) * -1))
            rotate(calc(var(--i) * -60deg));

    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--ce-shell-size);
    height: var(--ce-shell-size);
    margin: calc(var(--ce-shell-size) / -2) 0 0 calc(var(--ce-shell-size) / -2);
    border-radius: 50%;
    z-index: 4;
    isolation: isolate;

    transform: var(--ce-shell-transform);
    opacity: 1;
}

/* Permanent black chamber hole */
.ce-shell::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 50%;
    z-index: 0;

    background:
            radial-gradient(
                    circle at 50% 50%,
                    rgba(0,0,0,1) 0%,
                    rgba(0,0,0,0.98) 52%,
                    rgba(0,0,0,0.82) 72%,
                    rgba(0,0,0,0.35) 100%
            );

    box-shadow:
            inset 0 1px 2px rgba(255,255,255,0.05),
            inset 0 -2px 4px rgba(0,0,0,0.85),
            0 2px 4px rgba(0,0,0,0.50);
}

/* Bullet image starts hidden inside the chamber */
.ce-shell::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    z-index: 1;

    background-image: var(--ce-shell-image);
    background-size: 120%;
    background-position: center;
    background-repeat: no-repeat;

    opacity: 0;
    transform: scale(0.15);
    transform-origin: 50% 50%;

    box-shadow:
            inset 0 1px 1px rgba(255,255,255,0.16),
            inset 0 -1px 2px rgba(0,0,0,0.24),
            0 1px 2px rgba(0,0,0,0.35);
}

html.ce-menu-assets-ready .ce-shell::after {
    animation: ce-bullet-load var(--ce-bullet-load-speed) cubic-bezier(.2,.8,.2,1) forwards;
    animation-delay: calc(var(--ce-bullet-load-stagger) * var(--i));
}

@keyframes ce-bullet-load {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    65% {
        opacity: 1;
        transform: scale(0.9);
    }


    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ce-shell::after,
    html.ce-menu-assets-ready .ce-shell::after {
        animation: none;
        opacity: 1;
        transform: scale(1);
    }
}

/* Rotate cylinder when menu opens */
.ce-menu-checkbox:checked + .ce-cylinder-button .ce-cylinder {
    --open-rotate: 120deg;
}

.ce-menu-checkbox:checked + .ce-cylinder-button {
    background: #a2a2a2;
}

/* Slide-out menu */
.ce-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, 86vw);
    height: 100vh;
    z-index: 9998;

    padding: 108px 34px 34px;

    background:
            linear-gradient(180deg, rgba(12,12,12,0.97), rgba(2,2,2,0.96));

    box-shadow:
            -30px 0 90px rgba(0,0,0,0.78);

    transform: translateX(200%);
    transition: transform 0.45s cubic-bezier(.2,.8,.2,1);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.ce-menu::before {
    content: "Archive";
    display: block;
    color: rgba(213,168,79,0.84);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.28em;
    margin: 0 0 18px;
}

.ce-menu a {
    display: flex;
    align-items: center;
    min-height: 56px;

    color: var(--ce-cream);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.055em;
    font-size: clamp(1.05rem, 1.7vw, 1.35rem);

    border-bottom: 1px solid rgba(255,255,255,0.12);

    transition:
            color 0.25s ease,
            transform 0.25s ease;
}

.ce-menu a:hover {
    color: var(--ce-gold);
    transform: translateX(7px);
}

.ce-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 9997;

    background: rgba(0,0,0,0.52);

    opacity: 0;
    pointer-events: none;

    transition: opacity 0.35s ease;
}

.ce-menu-checkbox:checked ~ .ce-menu {
    transform: translateX(0);
}

.ce-menu-checkbox:checked ~ .ce-menu-backdrop {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 700px) {
    :root {
        --ce-button-size: 74px;
        --ce-cylinder-size: 72px;
        --ce-shell-size: 17px;
        --ce-shell-distance: 24px;
        --ce-centre-size: 5px;
    }
}

/* ==========================================================================
   Typography
   ========================================================================== */
[role="main"].home h1 {
    font: 500 2.5vw/1 "Outfit", sans-serif;
    letter-spacing: -0.05vw;
}

/* ==========================================================================
   Expanding Grid
   ========================================================================== */
.content .grid {
    width: 100%;
    float: left;
}

.content .grid ul {
    position: relative;
    font-size: 0;
    padding: 0;
    background: #000;
}

.content .grid ul li {
    box-sizing: border-box;
    display: inline-table;
    position: relative;
    float: none;
    cursor: pointer;
    overflow: hidden;
}

.content .grid ul li img {
    width: 100%;
}

.content .grid ul li.grid_details {
    display: none;
    float: left;
    width: 100%;
    overflow: hidden;
    background: #000;
    height: 0;
}

.content .grid ul li.grid_details .grid_details_wrapper {
    display: flex;
    flex-direction: row;
}

.content .grid ul li.grid_details .grid_poster {
    /*
     * Detail covers used to be large enough that max-height:100vh naturally
     * scaled them down to the viewport. Public protected covers are only
     * 300px wide, so width:auto left them at their small intrinsic size.
     * Give the detail image an explicit viewport height instead: the browser
     * can upscale the already-watermarked 300px derivative for presentation
     * without ever requesting or exposing the protected 1000px source.
     */
    width: auto;
    height: 100vh;
    max-height: 100vh;
    object-fit: contain;
    flex: 0 0 auto;
}

.content .grid ul li.grid_details .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 10;
    cursor: pointer;
    background: transparent url(https://www.clinteastwoodonline.com/wp-content/uploads/close_item.svg) no-repeat center center;
    background-size: 30px 30px;
}

.content .grid ul li.grid_details.open {
    height: 100vh;
    display: list-item;
}

.content .grid ul li.grid_details .background_image {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 1;
}

.season_rectangle {
    position: absolute;
    top: 20px;
    right: 20px;
    font: 500 14px/1 "Outfit", sans-serif;
    color: #fff;
    padding: 5px 11px;
    text-transform: uppercase;
}

.season_rectangle.season_one {
    background-color: black;
}

.season_rectangle.season_two {
    background-color: #bd0202;
}

.season_rectangle.season_three {
    background-color: #487c1f;
}

.season_rectangle.season_four {
    background-color: #1f277c;
}

.season_rectangle.season_five {
    background-color: #cc6219;
}

.season_rectangle.season_six {
    background-color: #ccc319;
}

.season_rectangle.season_seven {
    background-color: #8419cc;
}

.season_rectangle.season_eight {
    background-color: rgba(25, 204, 204, 0.84);
}

.content .grid ul li .hover_text {
    width: 100%;
    height: 60px;
    position: absolute;
    transition: right 0.5s ease;
    right: 100%;
    bottom: 0;
    opacity: 1;
    background-image: linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,1));
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    padding: 0 15px;
}

.content .grid ul li .hover_text {
    background-color: #000;
}

.content .grid ul li .hover_text.the-mule {
    background-color: #1b1b1d;
}

.content .grid ul li .hover_text.fhm-october-1992 {
    background-color: #9c7f3e;
}

.content .grid ul li .hover_text.photoplay-may-1970 {
    background-image: unset;
    box-shadow: unset;
    background-color: #fefa54;
    border-top: 2px solid black;
}

.content .grid ul li .hover_text.photoplay-may-1970 h2 {
    color: #4896c3;
}

.content .grid ul li .hover_text.the-1517-to-paris {
    background-color: #dc1615;
}

.content .grid ul li .hover_text.womans-own-february-1985 {
    background-color: #dc1615;
}

.content .grid ul li .hover_text.sully {
    background-color: #3c4f53;
}

.content .grid ul li .hover_text.american-sniper {
    background-color: #4e4e44;
}

.content .grid ul li .hover_text.invictus {
    background-color: #1e502d;
}

.content .grid ul li .hover_text.cry-macho {
    background-color: #9f0000;
}

.content .grid ul li .hover_text.revenge-of-the-creature {
    background-color: #cd0f2c;
}

.content .grid ul li .hover_text.francis-in-the-navy {
    background-color: #111c54;
}

.content .grid ul li .hover_text.tarantula {
    background-color: #c03c2e;
}

.content .grid ul li .hover_text.escapade-in-japan {
    background-color: #ea1219;
}

.content .grid ul li .hover_text.away-all-boats {
    background-color: #333c56;
}

.content .grid ul li .hover_text.the-first-traveling-saleslady {
    background-color: #d8402d;
}

.content .grid ul li .hover_text.star-in-the-dust {
    background-color: #5d7d38;
}

.content .grid ul li .hover_text.never-say-goodbye {
    background-color: #380406;
}

.content .grid ul li .hover_text.lady-godiva-of-coventry {
    background-color: #146440;
}

.content .grid ul li .hover_text.changeling {
    background-color: #2f2219;
}

.content .grid ul li .hover_text.gran-torino {
    background-color: #6d5839;
}

.content .grid ul li .hover_text.blood-work {
    background-color: #ef2018;
}

.content .grid ul li .hover_text.space-cowboys {
    background-color: #12346a;
}

.content .grid ul li .hover_text.jersey-boys,
.content .grid ul li .hover_text.every-which-way-but-loose,
.content .grid ul li .hover_text.escape-from-alcatraz,
.content .grid ul li .hover_text.million-dollar-baby {
    background-color: #000;
}

.content .grid ul li .hover_text.flags-of-our-fathers {
    background-color: #1f3447;
}

.content .grid ul li .hover_text.bronco-billy {
    background-color: #00466c;
}

.content .grid ul li .hover_text.any-which-way-you-can {
    background-color: #be6e00;
}

.content .grid ul li .hover_text.absolute-power {
    background-color: #a68332;
}

.content .grid ul li .hover_text.a-perfect-world {
    background-color: #411f06;
}

.content .grid ul li .hover_text.in-the-line-of-fire {
    background-color: #b20000;
}

.content .grid ul li .hover_text.midnight-in-the-garden-of-good-and-evil {
    background-color: #af2a00;
}

.content .grid ul li .hover_text.mystic-river {
    background-color: #2e2b46;
}

.content .grid ul li .hover_text.pink-cadillac {
    background-color: #d44782;
}

.content .grid ul li .hover_text.unforgiven {
    background-image: none;
    background-color: #3d2b00;
}

.content .grid ul li .hover_text.sudden-impact {
    background-color: #910208;
}

.content .grid ul li .hover_text.honkytonk-man {
    background-image: linear-gradient(45deg, rgb(208,185,154), rgb(121,97,69));
}

.content .grid ul li .hover_text.firefox {
    background-image: linear-gradient(45deg, rgb(255,227,0), rgb(164,0,0));
}

.content .grid ul li .hover_text.firefox h2 {
    color: #000;
}

.content .grid ul li .hover_text.firefox h2:last-of-type {
    color: #fff;
}

.content .grid ul li .hover_text.the-dead-pool {
    background-color: #d6d3ce;
}

.content .grid ul li .hover_text.the-dead-pool h2 {
    color: #000;
}

.content .grid ul li .hover_text.the-dead-pool h2:last-of-type {
    color: #fff;
}

.content .grid ul li .hover_text.bird {
    background-color: #000;
}

.content .grid ul li .hover_text.city-heat {
    background-color: #482a20;
}

.content .grid ul li .hover_text.pale-rider {
    background-color: #1e1613;
}

.content .grid ul li .hover_text.hereafter {
    background-color: #003e5f;
}

.content .grid ul li .hover_text.time-out-january-1985 {
    background-color: #428c43;
}

.content .grid ul li .hover_text.photoplay-january-1981 {
    background-color: #da0d03;
}

.content .grid ul li .hover_text.photoplay-august-1980 {
    background-color: #3146a3;
}

.content .grid ul li .hover_text.newsweek-september-1985 {
    background-color: #b11515;
}

.content .grid ul li .hover_text.daredevils-september-1984 {
    background-color: #f22500;
}

.content .grid ul li .hover_text.cinemania-march-2019 {
    background-color: #dd43b1;
}

.content .grid ul li .hover_text.parade-september-2021 {
    background-color: #c33c2a;
}

.content .grid ul li.active .hover_text, .content .grid ul li:hover .hover_text {
    display: flex;
    justify-content: space-between;
    opacity: 1;
    bottom: 0;
    right: 0;
}

.content .grid ul li:hover .hover_text {
    transition: right 0.5s ease;
}

.content .grid ul li.grid_details h1 {
    margin-bottom: 45px;
}

.content .grid ul li .hover_text h2 {
    width: auto;
    font: 500 16px/60px "Outfit", sans-serif;
    color: rgb(255, 255, 255);
    margin: 0;
}

.content .grid ul li .hover_text h2:last-of-type {
    text-align: right;
    font-weight: 400;
}

.content .grid ul li .hover_text h2 span.position {
    font: 700 18px/26px "Outfit", sans-serif;
}

.grid_details *, [role="main"] .grid_details p a {
    color: white;
}

.grid_details h1 {
    font: 400 31px/normal "Outfit", sans-serif;
    letter-spacing: .72px;
}

.grid_details .overview {
    width: 100%;
    height: 100vh;
    padding: 2%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.grid_details .overview .movie_details {
    flex: 0 0 50%;
}

.grid_details .overview.daredevils-september-1984 {
    background-color: #f22500;
}

.grid_details .overview.tv-taro-july-1992 {
    background-color: #c42b3a;
}

.grid_details .overview.radio-times-16-22-may-1992 {
    background-color: #ff1c1c;
}

.grid_details .overview.film-review-august-1975 {
    background-color: #b32f1f;
}

.grid_details .overview.fhm-october-1992 {
    background-color: #9c7f3e;
}

.grid_details .overview.live-september-1996 {
    background-color: #fd8002;
}

.grid_details .overview.womans-own-february-1985 {
    background-color: #1d4295;
}

.grid_details .overview.film-review-january-1978 {
    background-color: #007028;
}

.grid_details .overview.newsweek-september-1985 {
    background-color: #0657ac;
}

.grid_details .overview.gq-september-1993 {
    background-color: #FFD300;
}

.grid_details .overview.gq-september-1993 h1 {
    color: #000;
}

.grid_details .overview.parade-september-2021 {
    background-color: #c33c2a;
}

#wrapper.wrapper.timeline ol, #wrapper.wrapper.timeline ul {
    height: 100vh;
    list-style: none;
    margin: 0;
    padding: 0;
}

.magazine_cover {
    max-width: 300px;
}

.js .cd-h-timeline {
    opacity: 0;
    transition: opacity .2s;
    height: 100vh;
    background: black;
}

.js .cd-h-timeline--loaded {
    opacity: 1
}

.js .cd-h-timeline__container {
    max-width: 100%;
    height: 130px;
    position: absolute;
    z-index: 99;
    margin: 0 auto;
    padding-top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(35, 31, 31, 0.8);
}

.js .cd-h-timeline__dates {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden
}

.js .cd-h-timeline__dates::after, .js .cd-h-timeline__dates::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px
}

.js .cd-h-timeline__line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    background-color: #dfdfdf;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.js .cd-h-timeline__filling-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #7a9d06;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.js .cd-h-timeline__date {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: .8em;
    padding-bottom: .75em;
    color: #383838;
    color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none
}

.js .cd-h-timeline__date::after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #dfdfdf;
    background-color: #f7f7f7;
    transition: background-color .3s, border-color .3s
}

.js .cd-h-timeline__date:hover::after {
    background-color: #7a9d06;
    border-color: #7a9d06;
}

@media (min-width: 64rem) {
    .js .cd-h-timeline__date {
        font-size: .7em
    }
}

.js .cd-h-timeline__date--selected {
    pointer-events: none
}

.js .cd-h-timeline__date--selected::after {
    background-color: #7a9d06;
    border-color: #7a9d06;
}

.js .cd-h-timeline__date--older-event::after {
    border-color: #7a9d06;
}

.js .cd-h-timeline__navigation {
    position: absolute;
    z-index: 1;
    top: 61%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #dfdfdf;
    transition: border-color .3s
}

.js .cd-h-timeline__navigation::after {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/cd-arrow.svg) no-repeat 0 0
}

.js .cd-h-timeline__navigation:hover {
    border-color: #7a9d06;
}

.js .cd-h-timeline__navigation--prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.js .cd-h-timeline__navigation--next {
    right: 0
}

.js .cd-h-timeline__navigation--inactive {
    cursor: not-allowed
}

.js .cd-h-timeline__navigation--inactive::after {
    background-position: 0 -16px
}

.js .cd-h-timeline__navigation--inactive:hover {
    border-color: #dfdfdf;
}

.js .cd-h-timeline__events {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: height .4s;
    background: transparent;
    padding: 0;
    top: 0;
    left: 0;
}

.js .cd-h-timeline__event {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    overflow: auto;
}

.js .cd-h-timeline__event--selected {
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.cd-h-timeline__event-content.container {
    float: left;
    margin: 40px 0;
    background: rgba(0,0,0,0.6);
    padding: 0 40px;
}

.js .cd-h-timeline__event--enter-right, .js .cd-h-timeline__event--leave-right {
    -webkit-animation-name: cd-enter-right;
    animation-name: cd-enter-right
}

.js .cd-h-timeline__event--enter-left, .js .cd-h-timeline__event--leave-left {
    -webkit-animation-name: cd-enter-left;
    animation-name: cd-enter-left
}

.js .cd-h-timeline__event--leave-right, .js .cd-h-timeline__event--leave-left {
    animation-direction: reverse
}

.js .cd-h-timeline__event-title {
    font: 700 72px/1.5em "Outfit", sans-serif;
    color: rgb(255, 255, 255);
    margin: 0;
}

.js .cd-h-timeline__event-date {
    display: block;
    font-style: italic;
    margin: .5em auto;
    color: white;
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

html:not(.js) .cd-h-timeline__dates, html:not(.js) .cd-h-timeline__navigation {
    display: none
}

/* ==========================================================================
   iPad Queries
   ========================================================================== */
/* ----------- iPad 1, 2, Mini and Air ----------- */

/* iPad 1, 2, Mini and Air Portrait and Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* iPad 1, 2, Mini and Air Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* iPad 1, 2, Mini and Air Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* iPad 3, 4 and Pro 9.7" Portrait and Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad 3, 4 and Pro 9.7" Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad 3, 4 and Pro 9.7" Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* ----------- iPad Pro 10.5" ----------- */

/* iPad Pro 10.5" Portrait and Landscape */
@media only screen
and (min-device-width: 834px)
and (max-device-width: 1112px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 10.5" Portrait */
@media only screen
and (min-device-width: 834px)
and (max-device-width: 834px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 10.5" Landscape */
@media only screen
and (min-device-width: 834px)
and (max-device-width: 1112px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* ----------- iPad Pro 12.9" ----------- */

/* iPad Pro 12.9" Portrait and Landscape */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* iPad Pro 12.9" Portrait */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9" Landscape */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* ----------- iPad Pro 12.9" ----------- */

/* iPad Pro 12.9" Portrait and Landscape */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* iPad Pro 12.9" Portrait */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9" Landscape */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* ==========================================================================
   iPhone Queries
   ========================================================================== */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait iPhone 5, 5S, 5C and 5SE */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

}

/* Landscape iPhone 5, 5S, 5C and 5SE */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait iPhone 6, 6S, 7 and 8 */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

}

/* Landscape iPhone 6, 6S, 7 and 8 */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3) {

}

/* Portrait iPhone 6+, 7+ and 8+ */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {

}

/* Portrait End */

/* Landscape iPhone 6+, 7+ and 8+ */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3) {

}

/* Portrait iPhone X */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {

}

/* Landscape iPhone X */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {

}

/* ==========================================================================
   Desktop / Laptop Queries
   ========================================================================== */
@media screen and (min-width:320px) and (max-width:499px) {

}

@media screen and (min-width:500px) and (max-width:767px) {

}

@media screen and (max-width:767px) {

    [role="main"] .grid .grid_item {
        width: 100%;
    }

}

@media screen and (min-width:768px) and (max-width:1023px) {

    [role="main"] .grid .grid_item {
        width: 33.33%;
    }

}

@media only screen and (max-width: 1023px) {

    html.home {
        background-size: auto 100%;
    }

    .mag_section.mag_text.onecolumn {
        padding-left: 30px;
        padding-right: 30px;
    }

}

@media only screen and (min-width: 1024px) {

    html.home {
        background-size: 100% auto;
    }

}

@media only screen and (min-height: 800px) and (max-height: 1024px) {

}

@media only screen and (max-width: 1279px) {

}

@media only screen and (min-width: 1280px) and (max-width: 1367px) {

}

@media only screen and (min-width: 1368px) and (max-width: 1439px) {

}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {

}

@media only screen and (max-width: 1367px) {

    .grid .grid_item {
        width: 25%;
    }

}

@media only screen and (min-width: 1368px) and (max-width: 1679px) {

    .grid .grid_item {
        width: 20%;
    }

}

@media only screen and (min-width: 1680px) {

    .grid .grid_item {
        width: 16.666666%;
    }

}

@media only screen and (min-width: 1680px) and (max-width: 1919px) {

}

@media only screen and (min-width: 1920px)  and (max-width: 2100px) {

}

@media only screen and (min-width: 2101px) {

}

/* Legacy experimental audio-player CSS removed in Audio Development v4. */

/* Hero container */
.mag-hero {
    position: relative;
    width: 100%;
    max-height: 70vh;          /* adjust if you want a taller/shorter hero */
    overflow: hidden;
}

/* Background/top image fills width */
.mag-hero__bg {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;         /* keeps it nice when tall */
}

/* Cover sits over the hero image */
.mag-hero__cover {
    position: absolute;
    left: 50%;
    bottom: 2rem;              /* move up/down as you like */
    transform: translateX(-50%);
    width: min(40vw, 420px);   /* responsive limit */
    height: auto;
    box-shadow: 0 12px 30px rgba(0,0,0,.35);
    border-radius: 8px;        /* optional */
}

/* If you kept the fallback .magazine_cover (no hero), keep it tidy */
.magazine_cover {
    display: block;
    max-width: 420px;
    width: 60%;
    margin: 0 auto 1.5rem;
    height: auto;
}

body.magazine-articles-template-default #wrapper,
body.single-magazines #wrapper {
    background-color: #000;
}

body.single-magazine-articles #wrapper h1, body.single-magazines #wrapper h1 {
    color: #fff;
}

article {
    max-width: 850px;
    margin: 0 auto;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.65;
    color: #222;
}

.overview article {
    margin: 0;
}

article h1,
article h2,
article h3 {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.15;
    color: #fff;
}

article h1 {
    font-size: 2.6rem;
    margin-bottom: 0.25em;
}

article h2 {
    font-size: 1.4rem;
    margin-top: 0;
}

article h2 {
    font-size: 1.4rem;
    margin-top: 0;
}

article .byline {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 2em 0;
}

article blockquote {
    width: 100%;
    float: left;
    border-left: 6px solid #222;
    margin: 2em 0;
    padding: 0.25em 0 0.25em 1.5em;
    font-size: 1.25rem;
    line-height: 1.5;
    font-style: italic;
}

article p + blockquote {
    margin: 1em 0 2em;
}

article blockquote p:last-of-type{
    margin: 0;
}

article .caption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    font-style: italic;
    margin: 1.5em 0;
}

article .credits {
    margin-top: 3em;
    font-style: italic;
}

.mag_section.mag_image.fullwidth {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.mag_section.mag_image.fullwidth img {
    width: 100%;
    margin: 60px 0;
}