/* 
Theme Name:		 Drive
Theme URI:		 https://www.store.toocheke.com/
Description:	 This is a child theme of Toocheke Premium
Author:			 LeeToo
Author URI:		 https://leetoo.net/
Template:		 toocheke-premium
Version:		 1.0.7
Text Domain:	 toocheke-premium-child
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Write here your own personal stylesheet */

/*--------------------------------------------------------------
# Global 
--------------------------------------------------------------*/
@font-face {
    font-family: 'playbold';
    src: url('fonts/play/webfonts/play-bold-webfont.woff2') format('woff2'),
        url('fonts/play/webfonts/play-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'playregular';
    src: url('fonts/play/webfonts/play-regular-webfont.woff2') format('woff2'),
        url('fonts/play/webfonts/play-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

html,
body {
    max-width: 100%;
    overflow-x: hidden;
    z-index: 0;
    margin: 0;
}


html {
    line-height: 1.15;
    scroll-behavior: smooth;
    overscroll-behavior-y: contain;
    -webkit-text-size-adjust: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    min-height: 100%;
}

body {
    background-image: url('dist/img/drive-bg.jpg');
    background-position: center top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
}

body,
input,
textarea,
select,
button,
table {
    font-family: 'Quicksand', "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
    color: #2A425A;
}

.navbar {
    min-height: 35px;
}

.bg-blue,
.header-blue .navbar.navbar-dark.navbar-expand-xl.fixed-top,
.header-blue #trapezoid,
.header-blue #main-menu,
.header-blue #patreon-menu {
    background-color: #2A425A;
}

.bg-red,
.header-red .navbar.navbar-dark.navbar-expand-xl.fixed-top,
.header-red #trapezoid,
.header-red #main-menu,
.header-red #patreon-menu {
    background-color: #AE2D2B;
}

a,
a:visited {
    color: #5c697f;
}

a:hover,
a:focus,
a:active {
    color: #AE2D2B;
}

a:focus {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.yellow-text,
.yellow-text a {
    color: #F7DB43;
    text-decoration: none;
}

a.join-link {
    text-decoration: underline;
}

a.join-link:hover {
    text-decoration: none;
}

.page {
    font-family: 'playregular';
}

/*--------------------------------------------------------------
# Navbar 
--------------------------------------------------------------*/
.navbar {
    padding: 0 1rem;
    height: 55px;
    box-shadow: -3px 15px 10px -15px #111;
    z-index: 500;
    font-weight: bold;
    /* overflow-y: initial; */
}

.navbar-brand {
    padding: 0;
}

.navbar-nav>.menu-item:before {
    background: transparent;
}

.navbar-logo {
    position: absolute;
    left: 10px;
    top: 7px;
    -webkit-box-shadow: 5px 5px 15px 0px #111111;
    box-shadow: 5px 5px 10px 0px #111111;
    z-index: 2000;
}

.navbar-brand .badge {
    margin-top: 10px;
}

#trapezoid-wrapper {
    position: fixed;
    top: 55px;
    right: 0;
    left: 0;
    height: 45px;
    text-align: center;
    /*overflow-y: hidden;*/
    z-index: 1000;
    filter: drop-shadow(-1px 6px 3px rgba(0, 0, 0, 0.25));
    -webkit-transition: height, 0.5s linear;
    -moz-transition: height, 0.5s linear;
    -ms-transition: height, 0.5s linear;
    -o-transition: height, 0.5s linear;
    transition: height, 0.5s linear;
}

#trapezoid {
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 1470px;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    box-shadow: -3px 15px 10px -15px #111;
    color: #fff;
    font-family: 'playbold';
    font-size: 20px;
    text-transform: uppercase;
}

#archive-trapezoid-wrapper {
    position: fixed;
    transition: 0.333s ease-in-out;
    top: -280px;
    right: 0;
    left: 0;
    height: 140px;
    text-align: center;
    /*overflow-y: hidden;*/
    z-index: 5;
    filter: drop-shadow(-1px 6px 3px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(-1px 6px 3px rgba(0, 0, 0, 0.25));
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -ms-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
}

#archive-trapezoid-wrapper.active {
    top: 100px;
}

#archive-trapezoid {
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 10px;
    background-color: rgb(42, 66, 90, 0.95);

    width: 1000px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    box-shadow: -3px 15px 10px -15px #111;
    color: #fff;
    font-family: 'playregular';
    font-size: 20px;
    text-transform: uppercase;

    /*    display: flex;
      align-items: center;
      justify-content: center; */
}

.btn-patreon {
    background-color: #E85B46 !important;
    border: 1px solid #E85B46 !important;
    font-weight: 600 !important;
    font-family: 'Quicksand', "Helvetica Neue", Arial, sans-serif !important;
    color: #fff !important;
    max-width: 140px !important;
}

.btn-patreon.btn-sm {
    padding: .25rem 1rem;
    max-width: 200px !important;
}

.btn-patreon.btn-block {
    max-width: 100% !important;
    text-transform: none;
}

.btn-patreon:hover {
    background-color: #D1321B !important;
    border-color: #A42715 !important;
    color: #fff !important;
}

.patreon-link-wrapper {
    margin-top: 5px;
}

.patreon-link-wrapper .btn-patreon {
    float: left !important;
    margin: 0 !important;
}

a.patreon-info {
    font-size: 14px;
    margin-left: 20px;
    color: #fff;
}

a.patreon-info:hover {
    text-decoration: none;
    color: #E85B46;
}


.nav-patreon {
    padding: 0px;
    margin: 0;
    height: 22px;
    line-height: 22px;
}

.nav-logged-in {
    height: 46px;
    line-height: 46px;
}

#patreon-menu {
    -webkit-box-shadow: 5px 5px 15px -4px #111111;
    box-shadow: 5px 5px 10px -4px #111111;

}

#patreon-menu .dropdown-item {
    z-index: 2000;
}

.nav-patreon #patreon-menu {
    margin-top: -5px;
    box-shadow: none;
}

.hamburger {
    background-color: transparent !important;
    border: none !important;
    position: absolute;
    left: 115px;
    top: 3px;
}

#main-menu {
    position: fixed;
    padding: 15px;
    padding-top: 120px;
    font-family: 'playregular';
    left: 15px;
    top: -500px;
    color: #fff;
    width: 25vw;
    -webkit-box-shadow: 5px 5px 15px -4px #111111;
    box-shadow: 5px 5px 10px -4px #111111;
    z-index: 2;
    line-height: 2em;
    transition: 0.75s ease-in-out;
}

a.dropdown-item {
    font-family: 'playbold';
    text-transform: uppercase;
    color: #fff;
    line-height: 1.15em;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: #AE2D2B;
    color: #ffffff;
}

.main-menu {
    font-family: 'playbold';
    font-size: 20px;
}

#main-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#main-menu ul ul {
    margin-left: 30px;
}

.main-menu a {
    color: #fff;
    text-decoration: none;
}

.main-menu .yellow-text a {
    color: #F7DB43;
}

.header-blue .main-menu a:hover {
    color: #AE2D2B;
}

.header-red .main-menu a:hover {
    color: #2A425A;
}

.menu-line {
    height: 5px;
    border-left: solid #F7DB43 1px;
    border-right: solid #F7DB43 1px;
    border-bottom: solid #F7DB43 2px;
    max-width: 270px;
    margin-bottom: 5px;
}

#desktop-patreon-info-bar {
    position: fixed;
    background-color: #2A425A;
    padding: 10px;
    padding-top: 70px;
    font-family: 'playbold';
    text-transform: uppercase;
    right: 15px;
    top: -350px;
    width: 220px;
    z-index: 1;
    line-height: 2em;
    transition: 0.75s ease-in-out;
    color: #fff;
}

ul.dashed {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.dashed {
    list-style-type: none;
}

ul.dashed>li {
    margin-left: 20px;
    line-height: 1.333em;
}

ul.dashed>li:before {
    content: '\2014';
    position: absolute;
    margin-left: -20px;
}

#main-menu.active,
#desktop-patreon-info-bar.active {
    top: 0px;
}

.patreon-join-cta {
    background-color: #fff;
    text-align: center;
    border-radius: 4px;
    line-height: 1.333em;
    padding: 10px;
}

a.svg-link:hover,
a.svg-link:focus,
a.svg-link:active {
    color: transparent;
}

.svg-link img {
    outline: none !important;
    border: none;
}

.svg-link:hover img {
    filter: invert(22%) sepia(76%) saturate(1572%) hue-rotate(333deg) brightness(100%) contrast(89%);
}

.svg-link:hover svg polygon {
    fill: #AE2D2B;
}

.header-red .svg-link:hover svg polygon {
    fill: #2A425A;
}

.header-blue .svg-link:hover svg polygon {
    fill: #AE2D2B;
}

.previous-comic-link {
    margin-right: 15px;
}

.next-comic-link {
    margin-left: 15px;
}

.archive-navigation-buttons-wrapper {
    margin-top: -5px;
}



.archive-toggle-wrapper {
    margin-top: -10px;
}

.archive-up {
    display: none;
}

.archive-nav-row {
    position: relative;
    height: 100%;
    padding: 0px;
    margin: 0;
    display: flex;
    padding-left: 100px;
}

#tales .archive-nav-row {
    padding-left: 80px;
}

.archive-nav-col {
    display: inline-block;
}

.archive-nav-tn-col {
    width: 100px;
    margin-right: 20px;
}

.archive-nav-tn-col .comic-title {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 1.15em;
    text-transform: none;
    margin-top: 5px;
}

a.archive-nav-link {
    display: block;
    text-align: center;
    font-family: 'playregular';
    font-size: 14px;
    color: #fff;
}

a.archive-nav-link img {
    max-height: 100px;
    width: auto;
}

a.archive-nav-link:hover {
    color: #fff;
    text-decoration: none;
}

a.archive-nav-link:hover img,
a.comic-grid-link:hover img,
a.archive-nav-link.current img {
    border: solid 5px #AE2D2B;
}

a.comic-grid-link {
    font-size: 14px;
}

a.comic-grid-link .comic-title {
    font-family: 'playbold';
    color: #2A425A;
}

a.comic-grid-link:hover .comic-title {
    color: #AE2D2B;
    text-decoration: none;
}

.archive-nav-early {
    color: #fff;
}

.archive-nav-full,
.archive-nav-early .archive-nav-content {
    background-color: rgba(255, 255, 255, .25);
    height: 100px;
    text-align: center;
    font-size: 14px;
    font-family: 'playbold';
    line-height: 1em;
    color: #CBCCD5;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.archive-nav-full a,
.archive-nav-early a {
    text-decoration: none;
    color: #CBCCD5;
    line-height: 1em;
}

.archive-nav-full a:hover,
.archive-nav-early a:hover,
.archive-nav-early a:hover svg,
.archive-nav-full a:hover svg {
    color: #AE2D2B;
}

.archive-nav-chapters {
    margin-right: 20px;
}

.archive-nav-series-line {
    display: block;
    font-family: 'playbold';
}

.archive-nav-chapters,
.archive-nav-chapters a {
    color: #fff;
}

.archive-nav-chapters a {
    text-decoration: underline;
}

.archive-nav-series-line.inactive,
#acts-nav span.act-nav-link.inactive {
    color: #9BA0AF;
}

.archive-nav-chapters a:hover {
    color: #AE2D2B;
    text-decoration: none;
}

.comic-thumbnails {
    display: flex;
}

.archive-nav-content svg {
    margin-top: 0.2rem;
    height: 28px;
    width: auto;
    color: #CBCCD5;
    fill: currentColor;
}

/*
.archive-nav-comic-tn:nth-of-type(3){
    order: 2;
}
.archive-nav-comic-tn:nth-of-type(2){
    order: 3;
}
.archive-nav-comic-tn:nth-of-type(1){
    order: 4;
}
*/

/*--------------------------------------------------------------
# Content Area
--------------------------------------------------------------*/
#drive-content-area {
    background-color: #fff;
    padding: 120px 15px 0px 15px;
    position: relative;
}

#drive-comic-wrapper {
    position: relative;
    width: 100%;
}

#comic-nav-desktop-wrapper {
    position: fixed;
    top: 500px;
    height: 42px;
    width: inherit;
}

#comic-nav-desktop-wrapper.stop {
    position: absolute;
}

#trapezoid-wrapper.hide {
    height: 0px;
    -webkit-transition: height, 0.5s linear;
    -moz-transition: height, 0.5s linear;
    -ms-transition: height, 0.5s linear;
    -o-transition: height, 0.5s linear;
    transition: height, 0.5s linear;
}

#archive-trapezoid-wrapper.hide {
    top: -200px;
}

.comic-nav-desktop {
    width: 42px;
    position: relative;

}

.comic-nav-desktop.left {
    float: left;
    margin-left: -90px;
}

.comic-nav-desktop.right {
    margin-right: -90px;
    float: right;
}

.red-section {
    background-color: #AE2D2B;
    height: 100px;
    max-height: 100px;
    margin: 30px 0;
    position: relative;
    font-family: 'playbold';
    text-transform: uppercase;
    font-size: 35px;
    color: #fff;
    text-align: right;
    padding: 0px 30px;
}

.red-section a {
    color: #fff;
    text-decoration: none;
}

.red-section a:hover i {
    opacity: .85;
}

.red-section a:hover .svg-complex,
.red-section a:hover .svg {
    opacity: .75;
}

.red-section span,
.red-section img,
.red-icons-wrapper {
    position: absolute;
}

.red-section span {
    display: inline-block;
    bottom: 25px;
    right: 0;
}

#get-the-books img {
    right: 30px;
    top: -25px;
}

#get-the-books span {
    right: 380px;
}

.red-icons-wrapper {
    right: 30px;
    height: 45px;
    line-height: 45px;
    font-size: 45px;
    display: inline-block;
    padding: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.red-icons-wrapper svg {
    height: 45px;
    width: auto;
    fill: currentColor;
    vertical-align: top;
}

.red-icons-wrapper a {
    margin-left: 15px;
}

#more-of-drive {
    line-height: 100px;
}

#more-of-drive-desc {
    position: absolute;
    right: 240px;
    display: inline-block;
    height: 45px;
    top: 50%;
    transform: translateY(-50%);
}

#more-of-drive-desc .text {
    line-height: 200%;
}


#more-of-dave {
    margin-bottom: 100px;
}

#more-of-dave span {
    right: 530px;
}

#start-from-beginning span {
    right: 30px;
}

#start-from-beginning a {
    color: #F7DB43;
}

#patreon-comment-cta {
    font-family: 'playbold';
    text-transform: uppercase;
    font-size: 18px;
    color: #2A425A;
    position: relative;
}

#patreon-comment-cta a {
    color: #2A425A;
    text-decoration: underline;
}

#patreon-comment-cta a:hover {
    text-decoration: none;
}

.comments-svg {
    height: 30px;
    width: auto;
    margin-right: 5px;
}

#blog-posts-wrapper h2 {
    font-size: 85px;
    font-family: 'playbold';
    text-transform: uppercase;
}

#blog-posts,
.blog-wrapper {
    font-size: 30px;
    line-height: 1.333em;
}

#blog-posts h3,
.blog-wrapper h1 {
    font-size: 1.75em;
    font-weight: bold;
}

#global-footer {
    padding: 50px 30px;
}

.footer-section {
    font-size: 16px;
    font-family: 'playregular';
    text-align: center;
    text-transform: uppercase;
    line-height: 1.333em;

}

.footer-section a {
    color: #2A425A;
    text-decoration: underline;
}

.footer-section a:hover {
    color: #2A425A;
    text-decoration: none;
}

#home-carousel-wrapper-wrapper {
    position: relative;
}

#home-carousel-wrapper {
    background-color: #fff;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    -webkit-box-shadow: 0 0 50px 70px #fff;
    -moz-box-shadow: 0 0 50px 70px #fff;
    box-shadow: 0 0 50px 70px #fff;
    padding: 30px;
}




.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-indicators {
    bottom: -50px;
}



.toggle-more-of-dave {
    cursor: pointer;
}

#more-of-dave .fa-ellipsis-h {
    bottom: 5px;
    position: absolute;
    right: 15px;
}

.mobile-archive-navigator {
    background-color: #3F556A;
    margin-top: 30px;
    padding: 15px;
    height: 160px;
    box-shadow: -3px 15px 10px -15px #111;
    position: relative;
}

.mobile-archive-navigator .archive-nav-row {
    padding-left: 10px;
    margin: 0 auto;
}

.mobile-archive-navigator .archive-nav-chapters {
    margin-right: 15px;
    font-family: 'playbold';
    text-transform: uppercase;
}

.mobile-archive-navigator.above {
    position: fixed;
    transition: 0.75s ease-in-out;
    left: 0;
    right: 0;
    z-index: 200;
    top: -250px;
}

.mobile-archive-navigator.above.active {
    top: 5px;
}

.mobile-archive-navigator.above .archive-nav-row {
    padding-left: 120px;
}

.mobile-archive-navigator .archive-nav-tn-col img,
.mobile-archive-navigator .archive-nav-early .archive-nav-content {
    margin-bottom: 5px;
}

.mobile-archive-navigator a.archive-nav-link {
    font-size: 13px;
}

.section-title {
    text-align: center;
    font-family: 'playbold';
    text-transform: uppercase;
    height: 29px;
    line-height: 29px;
    background: url('dist/img/three-lines.svg');
    overflow-y: hidden;
    margin-bottom: 30px;

}

.section-title h1,
.section-title h2 {

    display: inline;
    background: #fff;
    padding: 0px 2.5rem;
    margin: 0;
    line-height: 29px;
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ffffff, 0 0 30px #ffffff, 0 0 40px #ffffff, 0 0 55px #ffffff, 0 0 75px #ffffff;


}


.chapter-section {
    margin: 25px 0;
}

.chapter-title {
    font-size: 18px;
    font-family: 'playbold';
    text-transform: uppercase;
}

.comic-page-grid {
    display: grid;
    justify-content: left;
    grid-template-columns: repeat(auto-fit, minmax(200px, 200px));
    grid-gap: 80px;
    padding: 15px 0px;
    color: #2A425A;
    font-size: 14px;
    line-height: 1.15em;
    font-family: 'playbold';
    text-align: center;
}

.comic-page-grid img {
    box-shadow: -3px 15px 10px -15px #111;
    -webkit-box-shadow: 5px 5px 10px -5px #111111;
    box-shadow: 5px 5px 10px -5px #111111;
    margin-bottom: 10px;
}

.comic-page-grid a {
    color: #2A425A;
    text-decoration: none;
}

.comic-page-grid a .comic-date {
    color: #798598;
}


.comic-page-grid a:hover,
.comic-page-grid a:hover .comic-date {
    color: #AE2D2B;

}

.comic-page-grid a:hover img {
    opacity: 0.75;

}

#the-crew {
    text-transform: uppercase;
}

a.social-link {
    color: #2A425A;

    display: inline-block;
}

a.social-link:hover {
    color: #AE2D2B;
}

.social-link strong {
    font-size: 1.75rem;
    line-height: 2.5rem;
}

.social-link .fab {
    font-size: 2.5rem;

}

article.page,
.page article.post,
.page-template-comic-collections #left-content,
.page-template-top-ten-comics #left-content,
.page-template-series-genres #left-content,
.page-template-comic-characters #left-content,
.page-template-comic-chapters #left-content {
    padding: 0px 30px !important;
}

.page-numbers {
    color: #fff;
    background-color: #AE2D2B !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 16px !important;
}

.page-numbers:hover {
    background-color: #2A425A !important;
}

.page-numbers.current {
    background-color: #F7DB43 !important;
}

.disabled-nav {
    cursor: not-allowed;
    opacity: 0.25;
}

#acts-nav {
    padding: 0 30px;
    height: 100px;
    line-height: 100px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

#acts-nav a,
#acts-nav span {
    font-family: 'playbold';
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

#acts-nav a:hover,
.act-nav-link.current {
    text-decoration: none;
    color: #F7DB43 !important;
}

.mobile-archive-navigator .archive-navigation-buttons-wrapper {
    margin-top: px;
    background: #2A425A;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    font-family: 'playbold';
    padding: 5px 0px;
    text-align: center;
}

.mobile-archive-navigator {
    margin-bottom: 90px;
}

#drive-patreon-login {
    background-image: url('dist/img/drive-bg.jpg');
    background-position: center top;
    color: #fff;
    font-family: 'playbold';
    text-transform: uppercase;
}

#drive-patreon-login .patreon-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

#drive-patreon-login .fa-lock {
    font-size: 5em;
    margin-bottom: 15px;
}

body#tinymce {
    background: #fff !important;
}

.series-cover-grid {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 25px;
    padding: 15px 0px;
    color: #AE2D2B;
    font-size: 14px;
    line-height: 1.15em;
    font-family: 'playbold';
    text-align: center;
    text-transform: uppercase;
}

.series-cover-grid img {
    box-shadow: -3px 15px 10px -15px #111;
    -webkit-box-shadow: 5px 5px 10px -5px #111111;
    box-shadow: 5px 5px 10px -5px #111111;
    margin-bottom: 10px;
}

.series-cover-grid a {
    color: #AE2D2B;
    text-decoration: none;
}

.series-cover-grid a:hover {
    color: #2A425A;

}

.series-cover-grid a:hover img {
    opacity: 0.75;

}

article .entry-footer {
    display: none;
}

a.disabled {
    /* Make the disabled links grayish*/
    opacity: 0.25;
    /* And disable the pointer events */
    pointer-events: none;
    cursor: not-allowed;
}

figcaption,
.wp-block-image .aligncenter>figcaption {
    text-align: center;
    color: #AE2D2B;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: 'playregular';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.entry-meta {
    display: none;
}

/*--------------------------------------------------------------
# Media Queries 
--------------------------------------------------------------*/
@media screen and (min-width: 1680px) {
    .container {
        max-width: 1340px;
    }
}

@media screen and (max-width: 1439px) {
    #tales .archive-nav-row {
        padding-left: 50px;
    }
}


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

    .page #drive-content-area,
    .archive #drive-content-area,
    .single-series #drive-content-area {
        max-width: 1350px;
    }

}

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

    .page #drive-content-area,
    .archive #drive-content-area,
    .single-series #drive-content-area {
        padding-top: 90px;
    }

}

@media screen and (max-width: 1720px) {
    #main-menu {

        width: 20vw;
    }

    #desktop-patreon-info-bar {
        top: -450px;
    }

    #trapezoid {
        width: 1300px;
    }



    #acts-nav {
        height: 70px;
        line-height: 70px;
    }

    #acts-nav a,
    #acts-nav span {
        font-size: 24px;
    }

}
@media screen and (max-width: 1900px) {
    #desktop-patreon-info-bar {
        top: -500px;
        padding-top: 100px;
    }
}
@media screen and (max-width: 1580px) {
    #trapezoid {
        width: 1170px;
    }

    #main-menu {

        width: 300px;
    }

    #desktop-patreon-info-bar {
        top: -500px;
        padding-top: 100px;
    }

    #archive-trapezoid {
        width: 990px;
    }


}

@media screen and (max-width: 1409px) {
    .comic-page-grid {
        grid-gap: 25px;
    }
}


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

    #trapezoid {
        width: 1100px;
        text-align: center;
    }

    #main-menu {
        top: -650px;
        width: 25vw;
    }

    #archive-trapezoid {
        width: 900px;
    }

    .archive-nav-row {
        padding-left: 60px;
    }

    #tales .archive-nav-tn-col {
        margin-right: 12px;
    }




}

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

@media screen and (max-width: 1365px) {
    #trapezoid {
        width: 900px;
        text-align: center;
    }

    #archive-trapezoid {
        width: 725px;
    }

    #tales #archive-trapezoid {
        width: 795px;
    }


    #archive-trapezoid .archive-nav-row {
        padding-left: 40px;
    }

    #archive-trapezoid {
        font-size: 14px;
    }

    #archive-trapezoid .archive-nav-tn-col,
    .archive-nav-tn-col {
        margin-right: 15px;
    }

    .archive-nav-tn-col,
    .archive-nav-early .archive-nav-content {
        width: 85px;
        height: 85px;
    }


    .archive-nav-tn-col .fa-2x {
        font-size: 1.5em;
    }

    .archive-nav-tn-col .comic-title {
        width: 85px;
    }

    #drive-content-area {
        max-width: 1040px;
    }

    .comic-page-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 180px));
    }
}

@media screen and (max-width: 1199px) {
    #tales .archive-nav-row {

        padding-left: 120px;

    }
}

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

    #home-carousel::after {
        position: absolute;
        width: 33.3333%;
        top: 0;
        right: 0;
        bottom: 0;
        content: '';
        display: block;
        background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 99%);
    }

    #home-carousel:before {
        position: absolute;
        width: 33.3333%;
        top: 0;
        left: 0;
        bottom: 0;
        content: '';
        display: block;
        z-index: 2000;
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 99%);
    }
}

@media screen and (min-width: 768px) {
    .navbar {
        max-height: 55px;
        overflow-y: initial;
    }

    .navbar-brand {
        width: 50%;
    }

    .archive-nav-early .fa-3x {
        font-size: 2.45em;
        line-height: 28px;
    }

}

@media screen and (max-width: 1023px) {
    .navbar {
        height: 35px;
        padding: 2px;
    }

    .navbar-logo {
        position: relative;
        left: initial;
        top: initial;
        -webkit-box-shadow: 2px 2px 6px 0px #111111;
        box-shadow: 2px 2px 4px 0px #111111;
    }

    .navbar-logo img {
        height: 31px;
        width: auto;
        float: left;
    }

    .hamburger {
        left: 30px;
        top: 0px;
        padding: 7px 15px !important;
    }

    .hamburger-box {
        width: 35px !important;
        height: 20px !important;
    }

    .hamburger-inner,
    .hamburger-inner::after,
    .hamburger-inner::before {
        width: 35px !important;
        height: 3px !important;
    }

    .hamburger-inner::before {
        top: -8px !important;
    }

    .hamburger-inner::after {
        bottom: -8px !important;
    }

    .hamburger--3dxy.is-active .hamburger-inner::after {

        transform: translate3d(0, -8px, 0) rotate(-45deg) !important;

    }

    .hamburger--3dxy.is-active .hamburger-inner::before {
        transform: translate3d(0, 8px, 0) rotate(45deg) !important;
    }

    #main-menu {
        padding-top: 45px;
    }

    #drive-content-area {
        padding: 45px 0px 0px 0px;
    }

    .comic-page-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 100px));
        justify-content: left;
        grid-gap: 25px;
    }

    #main-menu {
        top: -450px;
        width: 50vw;
    }

    .red-section {
        height: 70px;
        max-height: 70px;
        margin: 30px 0;
        font-size: 22px;
        padding: 0px 30px;
    }

    .red-section span {
        bottom: 13px;
    }



    .red-icons-wrapper {

        right: 15px;
        height: 30px;
        line-height: 30px;
        font-size: 24px;


    }

    .red-icons-wrapper a {
        float: left;
        margin-left: 15px;
    }

    .red-icons-wrapper svg {
        height: 30px;
        width: auto;
    }

    .red-icons-wrapper i {
        font-size: 30px;
        line-height: 30px;
    }

    #get-the-books img {
        height: 100px;
        width: auto;
        top: -15px;
        right: 15px;
    }

    #get-the-books span {
        right: 230px;
    }

    #more-of-dave span {
        right: 330px;
    }

    #more-of-drive {
        line-height: 70px;
    }

    #more-of-drive-desc {
        right: 170px;
        height: 30px;
    }

    #blog-posts,
    .blog-wrapper {

        font-size: 20px;
    }


    #blog-posts-wrapper h2 {
        font-size: 60px;
    }


    .footer-section {
        font-size: 11px;
    }



    #start-from-beginning {
        padding: 0px;
    }

    #start-from-beginning span {
        right: 15px;
    }

    #acts-nav {
        height: 50px;
        line-height: 50px;
        white-space: nowrap;
        overflow-x: scroll;
        text-align: center;
        padding: 0 15px;
    }

    #acts-nav a,
    #acts-nav span {
        margin-right: 30px;
    }

    .archive-nav-tn-col .comic-title {
        margin-top: 0;
    }

    .archive-toggle-wrapper {
        margin-top: -3px;
    }

    .archive-toggle-wrapper svg {
        height: 20px;
        width: auto;
    }



}

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

    #archive-trapezoid .archive-nav-tn-col,
    .archive-nav-tn-col {
        margin-right: 10px;
    }

    .archive-nav-tn-col,
    .archive-nav-early .archive-nav-content {
        width: 80px;
        height: 80px;
    }

    .archive-nav-tn-col .comic-title {
        width: 80px;
    }
}

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

    #main-menu {
        top: -450px;
        width: 93vw;
    }

    .red-section {
        height: 50px;
        max-height: 50px;
        margin: 30px 0;
        font-size: 16px;

    }

    .red-section span {
        bottom: 5px;
    }

    #get-the-books img {
        height: 80px;
        width: auto;
        top: -15px;
        right: 10px;
    }

    #patreon-comment-cta {
        font-size: 16px;

    }

    .comments-svg {
        height: 18px;
        width: auto;
        margin-right: 3px;
    }

    #get-the-books span {

        right: 105px;

    }

    #more-of-drive-desc {
        right: 150px;
        height: 24px;
    }

    #more-of-drive-desc .text {
        line-height: 220%;
    }

    .red-icons-wrapper {

        right: 10px;
        height: 24px;
        line-height: 24px;
        font-size: 24px;


    }

    .red-icons-wrapper svg {
        height: 24px;
        width: auto;
    }

    .red-icons-wrapper i {
        font-size: 24px;
        line-height: 24px;
    }

    

    #blog-posts,
    .blog-wrapper {

        font-size: 16px;
    }

    #blog-posts-wrapper h2 {
        font-size: 30px;
    }



    #more-of-dave {
        margin-bottom: 0px;
    }

    #more-of-dave span {
        right: 280px;
    }

  
    #more-of-dave svg {
        vertical-align: middle;
    }

    #more-of-dave .red-icons-wrapper.active {
        right: 15px;
        padding-left: 15px;
    }

    #more-of-dave .red-icons-wrapper.active i {
        line-height: 50px;
    }

    #home-carousel-wrapper {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .archive-nav-tn-col {
        margin-right: 10px;

    }

    .archive-nav-early {
        margin-right: 0;
    }

    .mobile-archive-navigator {
        padding: 10px;
        position: relative;
        text-align: center;
        height: 160px;
    }

    .mobile-archive-navigator .archive-nav-row,
    #tales .mobile-archive-navigator .archive-nav-row {

        padding: 0px;
        margin: auto;
        display: inline-block;
        position: relative;
    }

    .mobile-archive-navigator .archive-nav-row,
    .archive-nav-full,
    .archive-nav-early {
        font-size: 13px;

    }

    .mobile-archive-navigator .fas {
        font-size: 1.33em;
    }

    .mobile-archive-navigator .archive-nav-chapters {
        margin-right: 0px;
        margin-top: 25px;
    }

    .mobile-archive-navigator .archive-nav-col,
    .comic-thumbnails {
        float: left;
    }

    .mobile-archive-navigator .archive-nav-tn-col,
    .mobile-archive-navigator .img-fluid,
    .archive-nav-early .archive-nav-content {
        width: 90px;
        height: 90px;
    }

    .archive-nav-tn-col .comic-title {
        width: 90px;
    }

    .mobile-archive-navigator .archive-nav-early {
        margin-right: 0;
    }

    .archive-nav-series-line {
        display: inline;
        margin-right: 15px;
    }

    .mobile-archive-navigator.above .archive-nav-row {
        padding-left: 0px;
    }

    .mobile-archive-navigator.above {
        padding-top: 30px;
        height: 180px;
    }

    .archive-nav-back-to-drive {
        display: none;
    }

    .section-title {
        margin-bottom: 15px;
    }

    .section-title h1,
    .section-title h2 {

        padding: 0px 1.85rem;
        font-size: 1.85rem;

    }



    .content-section {
        padding: 15px;
    }

    #start-from-beginning {
        padding: 10px;
    }

    #start-from-beginning span {
        right: initial;
        position: relative;
        line-height: 1em;
        bottom: initial;

    }

    #acts-nav a,
    #acts-nav span {
        font-size: 18px;
        margin-right: 15px;
    }



}

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

    .comic-page-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 120px));
        justify-content: left;
        grid-gap: 15px;
    }
    .archive-nav-tn-col .comic-title {
        font-size: 12px;
    }
}

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

    .mobile-archive-navigator .archive-nav-row,
    .mobile-archive-navigator.above .archive-nav-row {
        padding-left: 10px;
    }
    .mobile-archive-navigator .archive-nav-tn-col,
    .mobile-archive-navigator .img-fluid,
    .archive-nav-early .archive-nav-content {
        width: 87px;
        height: 87px;
    }

    .archive-nav-tn-col .comic-title {
        width: 87px;
    }
}

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

    .mobile-archive-navigator .archive-nav-tn-col,
    .mobile-archive-navigator .img-fluid,
    .archive-nav-early .archive-nav-content {
        width: 80px;
        height: 80px;
    }

    .archive-nav-tn-col .comic-title {
        width: 80px;
    }

    .archive-nav-tn-col {
        margin-right: 7px;
    }

    .red-section {
        font-size: 13px;
    }

    .red-icons-wrapper {
        line-height: 16px;
        font-size: 16px;
    }

    #more-of-drive-desc {
        right: 135px;
        height: 16px;
    }

    #tales .archive-nav-tn-col {
        margin-right: 7px;
    }

    .mobile-archive-navigator .archive-nav-row,
    .mobile-archive-navigator.above .archive-nav-row {
        padding-left: 25px;
    }

    #tales .mobile-archive-navigator .archive-nav-row,
    #tales .mobile-archive-navigator.above .archive-nav-row {
        padding-left: 5px;
    }
    .comic-page-grid {
        grid-template-columns: repeat(auto-fit, minmax(115px, 115px));
        justify-content: left;
        grid-gap: 15px;
    }
    #more-of-dave span {
        right: 270px;
    }
    
}

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

    .mobile-archive-navigator .archive-nav-row,
    .mobile-archive-navigator.above .archive-nav-row {
        padding-left: 15px;
    }
    .comic-page-grid {
        grid-template-columns: repeat(auto-fit, minmax(110px, 110px));
        justify-content: left;
        grid-gap: 15px;
      }
}

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

    .mobile-archive-navigator .archive-nav-row,
    .mobile-archive-navigator.above .archive-nav-row {
        padding-left: 7px;
    }
    .comic-page-grid {
        grid-template-columns: repeat(auto-fit, minmax(105px, 105px));
        justify-content: left;
        grid-gap: 15px;
      }
      .red-icons-wrapper a {
        margin-left: 5px;
    }
    #more-of-dave span {
        right: 220px;
    }
    #more-of-drive-desc {
        right: 115px;
      }
}

@media screen and (max-width: 369px) {
    .mobile-archive-navigator {
        padding: 7px;

    }

    #more-of-drive-desc {
        right: 110px;
    }

    

    .archive-nav-tn-col {
        margin-right: 5px;
    }

    #tales .archive-nav-tn-col {
        margin-right: 3px;
    }

    .mobile-archive-navigator .archive-nav-row,
    .mobile-archive-navigator.above .archive-nav-row {
        padding-left: 10px;
    }
    .comic-page-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 100px));
        justify-content: left;
        grid-gap: 15px;
      }
}

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

    .mobile-archive-navigator .archive-nav-tn-col,
    .mobile-archive-navigator .img-fluid,
    .archive-nav-early .archive-nav-content {
        width: 75px;
        height: 75px;
    }

    .archive-nav-tn-col .comic-title {
        width: 75px;
    }

    .archive-nav-series-line {
        display: inline;
        margin-right: 10px;
    }

    .mobile-archive-navigator.above {
        height: 200px;
    }

    .mobile-archive-navigator .archive-nav-chapters {
        margin-top: 30px;
    }

    .mobile-archive-navigator .archive-nav-row,
    .mobile-archive-navigator.above .archive-nav-row {
        padding-left: 5px;
    }

    #tales .mobile-archive-navigator .archive-nav-row,
    #tales .mobile-archive-navigator.above .archive-nav-row {
        padding-left: 0px;
    }
    .comic-page-grid {
        grid-template-columns: repeat(auto-fit, minmax(90px, 90px));
        justify-content: left;
        grid-gap: 15px;
      }
}

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

    .mobile-archive-navigator .archive-nav-tn-col,
    .mobile-archive-navigator .img-fluid,
    .archive-nav-early .archive-nav-content {
        width: 70px;
        height: 70px;
    }

    .archive-nav-tn-col .comic-title {
        width: 70px;
    }

    .mobile-archive-navigator .archive-nav-row,
    .archive-nav-full,
    .archive-nav-early,
    .archive-nav-early .archive-nav-content {

        font-size: 12px;

    }

    #more-of-drive-desc {
        right: 105px;
        font-size: 13px;
        height: 13px;
    }
    .red-icons-wrapper a {
        margin-left: 3px;
    }
    #more-of-dave span {
        right: 210px;
    }

    .mobile-archive-navigator .archive-nav-row,
    .mobile-archive-navigator.above .archive-nav-row {
        padding-left: 0px;
    }
    .comic-page-grid {
        grid-template-columns: repeat(auto-fit, minmax(85px, 85px));
        justify-content: left;
        grid-gap: 15px;
      }

}
.mac .section-title h1, .mac .section-title h2 {
    line-height: 24px;
  }
