/* 
Theme Name:		 Candorville
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.82
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 */
/*--------------------------------------------------------------
# Fonts 
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Special+Elite');

@font-face {
    font-family: 'Futura PT Book';
    src: url('fonts/FuturaPT/FuturaPT-Book.eot');
    src: local('Futura PT Book'), local('FuturaPT-Book'),
        url('fonts/FuturaPT/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaPT/FuturaPT-Book.woff') format('woff'),
        url('fonts/FuturaPT/FuturaPT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Futura PT Book Oblique';
    src: url('fonts/FuturaPT/FuturaPT-BookObl.eot');
    src: local('Futura PT Book Oblique'), local('FuturaPT-BookObl'),
        url('fonts/FuturaPT/FuturaPT-BookObl.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaPT/FuturaPT-BookObl.woff') format('woff'),
        url('fonts/FuturaPT/FuturaPT-BookObl.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: 'Futura PT Bold';
    src: url('fonts/FuturaPT/FuturaPT-Bold.eot');
    src: local('Futura PT Bold'), local('FuturaPT-Bold'),
        url('fonts/FuturaPT/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaPT/FuturaPT-Bold.woff') format('woff'),
        url('fonts/FuturaPT/FuturaPT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT Extra Bold';
    src: url('fonts/FuturaPT/FuturaPT-ExtraBold.eot');
    src: local('Futura PT Extra Bold'), local('FuturaPT-ExtraBold'),
        url('fonts/FuturaPT/FuturaPT-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaPT/FuturaPT-ExtraBold.woff') format('woff'),
        url('fonts/FuturaPT/FuturaPT-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}





@font-face {
    font-family: 'occams_eraserregular';
    src: url('fonts/OccamsEraser/occams_eraser-webfont.woff2') format('woff2'),
        url('fonts/OccamsEraser/occams_eraser-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'canterburyregular';
    src: url('fonts/Canterbury/canterbury-webfont.woff2') format('woff2'),
        url('fonts/Canterbury/canterbury-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*--------------------------------------------------------------
# Global 
--------------------------------------------------------------*/

*,
*: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;
    background-color: #111111;
    height: 100%;
}


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-position: center top;
    background-size: cover;
    background-repeat: repeat-y;
    background-attachment: scroll;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
    position: relative;
}


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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Futura PT Bold';
}

a {
    color: #AE2D2B
}

a:focus {
    outline: none !important;
}

a:hover,
a:focus,
a:active,
.navbar .active>.nav-link,
.navbar-nav .nav-link:hover {
    color: #ffa800;
}

.thetalk .navbar .active>.nav-link,
.thetalk .navbar-nav .nav-link:hover {
    color: #ffcc66;
}

a:hover,
a:focus,
a:active,
.text-orange,
.blog-nav a:hover,
.comic-nav a:hover,
.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show>.nav-link,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover,
#side-bar a:hover {
    color: #FFA800 !important;
}

.thetalk .navbar-nav .active>.nav-link,
.thetalk .navbar-nav .nav-link.active,
.thetalk .navbar-nav .nav-link.show,
.thetalk .navbar-nav .show>.nav-link,
.thetalk .navbar-nav .nav-link:focus,
.thetalk .navbar-nav .nav-link:hover {
    color: #ffcc66 !important;
}

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

body>header {
    color: #fff;
}

.text-dark-blue {
    color: #1a3d62;
}

.text-blue-1 {
    color: #363895;
}

.text-maroon {
    color: #88130d;
}

.text-maroon-2 {
    color: #993333;
}

.text-brown {
    color: #977232;
}

.text-cream {
    color: #fae6af
}

.text-purple {
    color: #803795;
}

.text-purple-2 {
    color: #993399;
}


.text-green-1 {
    color: #64953f;
}

.text-green-2 {
    color: #3e9182;
}

/*--------------------------------------------------------------
# Header 
--------------------------------------------------------------*/
#header-top-bar {
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    height: 140px;
    max-height: 140px;
    overflow: hidden;
}

#header-top-bar .flex-col {
    min-height: 140px;
}

#header-nav-bar {

    height: 60px;
}

#patreon-item:after {
    display: table;
    content: "";
    clear: both;
}

#productions-brand-wrapper {
    width: 250px;
    text-align: right;
}

#productions-brand {
    margin-top: 10px;
}

#productions-brand {

    width: 212px;
    background-position: 0px 0px;
    overflow: hidden;
    display: inline-block;

}

body:not(.home) #productions-brand {
    background-image: url('dist/img/dbp-candorville-logo.png');
    height: 250px;
}

.home #productions-brand,
.page #productions-brand,
.single-post #productions-brand,
.error404 #productions-brand,
.archive #productions-brand {
    background-image: url('dist/img/dbp-candorville-logo-no-text.png');
    height: 144px;
}


#productions-brand:hover {
    background-position: -212px 0px;
}

.home #header-top-bar,
.page #header-top-bar,
.single-post #header-top-bar,
.error404 #header-top-bar,
.archive #header-top-bar {
    background-image: url('dist/img/top_header_dbp_bg.jpg');
}

.candorville #header-top-bar,
.editorials #header-top-bar,
.rudypark #header-top-bar {
    background-image: url('dist/img/top_header_global_bg.jpg');
}

.thetalk .header-the-talk {
    background: linear-gradient(to right,
            #ef8934 0%,
            #ef8934 50%,
            #d80000 50%,
            #d80000 100%);
}

.thetalk #header-top-bar {
    background-image: url('dist/img/header-bg-thetalk.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}



.home #header-nav-bar,
.home .navbar,
.page #header-nav-bar,
.page .navbar,
.error404 #header-nav-bar,
.error404 .navbar,
.single-post #header-nav-bar,
.single-post .navbar .archive #header-nav-bar,
.archive .navbar {
    background-color: #23404c;
}

.candorville #header-nav-bar,
.candorville .navbar,
.editorials #header-nav-bar,
.editorials .navbar,
.rudypark #header-nav-bar,
.rudypark .navbar {
    background-color: #2d607d;
}

.thetalk #header-nav-bar,
.thetalk .navbar {
    background-color: #000;
}

.main-brand img {
    transition: transform .2s;
    /* Animation */
}

.home .main-brand img,
.page .main-brand img,
.single-post .main-brand img,
.error404 .main-brand img,
.archive .main-brand img {
    margin-top: 25px;
}

.navbar {
    font-family: 'Futura PT Bold';
    text-transform: uppercase;
    font-size: 20px;
}



.navbar-nav .nav-link {
    padding: 0px;
}

.navbar-toggler .icon-bar {
    background-color: #fff;
}

.navbar-nav .nav-link,
a.dropdown-item {
    color: #fff;
}

.navbar-nav>.menu-item::before {
    display: none;
}

.navbar-toggler .icon-bar {
    width: 35px;
    position: relative;
    border-radius: 3px;

}

.navbar-toggler .icon-bar:nth-of-type(4) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(4) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hamburger {
    background-color: transparent !important;
    border: none !important;
    padding: 6px !important;

}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    border-radius: 2px;
    height: 3px;
}

.hamburger-inner::after {
    bottom: -7px;
}

.hamburger-inner::before {
    top: -7px;
}

.hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg);
}

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

#header-nav-bar.active {
    height: auto;
    max-height: initial;
}

.prompt {
    font-family: 'Futura PT Book', "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;


}

span.nav-link.btn.btn-patreon {
    background-color: #da6e6d;
    border: 1px solid #da6e6d;
    color: #fff;
    text-transform: initial;
    font-weight: 500;
    padding-right: 5px !important;
    padding-left: 5px !important;
    border: 2px solid #f0c38c;
    display: inline-block;
    position: absolute;
    width: 200px;
    top: -5px;
    z-index: 1000;
    cursor: pointer;
}


.patreon-item {
    z-index: 500;
}

a.btn-patreon-launch {
    color: #fff;
    background-color: #cb5b49;
    border-color: #cb5b49;
    text-transform: initial;
    font-weight: 500;
}

a.btn-patreon-launch:hover {
    color: #fff !important;
    background-color: #A72E2E;
    border-color: #A72E2E;
}



.patreon-offer {
    margin: 5px 0;
    background-color: #a7c6be;
    padding: 5px;
    font-family: 'Futura PT Bold';
    color: #1a3d62;
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
    display: none;
    opacity: 0;
    transition: opacity 200ms, display 200ms;
}

.patreon-offer.active {
    display: block;
    opacity: 1;
}

.patreon-offer ul {

    color: #000;
    list-style: initial;
    margin: 0;
    padding-left: 15px;
}

.candorville .main-brand,
.editorials .main-brand,
.rudypark .main-brand {
    text-align: center;
}

.candorville a.main-brand-link,
.editorials a.main-brand-link,
.rudypark a.main-brand-link {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2000;
    display: inline-block;
}

.candorville a.main-brand-link {
    top: 10px;
}

.candorville .main-brand img,
.rudypark .main-brand img,
.editorials .main-brand img {
    margin-top: initial;
}

.candorville .main-brand img:hover,
.rudypark .main-brand img:hover,
.editorials .main-brand img:hover {
    transform: scale(1.15);
}

.editorials a.main-brand-link {
    top: 0px;
}

.rudypark a.main-brand-link {
    top: 0px;
}

.candorville .main-brand img {
    height: 150px;
    width: auto;
}

.editorials .main-brand img {
    height: 170px;
    width: auto;
}

.rudypark .main-brand img {
    height: 160px;
    width: auto;
}

.logo-mobile {
    display: none;
}

/*--------------------------------------------------------------
# Content 
--------------------------------------------------------------*/
.page,
.single-post,
.error404,
.archive {
    margin: 0px;
}

body.home,
body.page,
body.home,
body.single-post,
body.error404,
body.archive {
    background-image: url('dist/img/body-bg-dbp.jpg');
}

body.candorville {
    background-image: url('dist/img/body-bg-candorville.jpg');
}

body.editorials {
    background-image: url('dist/img/body-bg-editorials.jpg');
}

body.rudypark {
    background-image: url('dist/img/body-bg-rudypark.jpg');
}

body.thetalk {
    background-image: url('dist/img/body-bg-thetalk.jpg');
}

.flex-row,
.flex-col {

    z-index: 1;
}

header .flex-row,
header .flex-col {
    z-index: 2;
}

#header-top-bar .flex-col:first-child {
    z-index: 50;
}

.flex-center-col {
    max-width: 1270px;
    flex-grow: 1;
}

.flex-side-col {
    min-width: 250px;
    color: #fff;
}

.content-col {
    background-color: #faf8f3;
    color: #000;
}

#dbp-content-area {
    z-index: 0;
    position: relative;
    align-items: stretch;
}

#dbp-content-wrapper {
    padding: 30px;
}

.home #dbp-content-wrapper {
    padding: 0px;
}

h3#creations {
    background-color: #2d607d;
    color: #fff;
    margin: 0;
}

.vertical-lines {
    background-image: url('dist/img/vertical_lines.png');
    background-repeat: repeat-y;
    background-position: center top;

}

.flex-side-col.vertical-lines {
    position: relative;
    background-image: none;
}

.flex-side-col.vertical-lines:before {
    content: "";
    height: calc(100% - 240px);
    width: 100%;
    background-image: url('dist/img/vertical_lines.png');
    background-repeat: repeat-y;
    background-position: center top;
    display: block;
    position: absolute;
    top: 240px;
    z-index: -1;
}

.home .flex-side-col.vertical-lines:before {
    top: 0px;
    height: 100%;
}

.hero-visible {
    margin-top: 0px;
}

.text-blue1 {
    color: #58607b
}

.features-grid {
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;

}

.features-grid a {
    display: block;
    text-align: center;
    padding: 15px;
    max-width: 480px;

}

.link-img {
    display: inline-block;
}

.img-hover:hover {
    opacity: 0.85;
}
.collection-sidebar .img-hover:hover {
    opacity: 1;
    filter: grayscale(80%);
}

.img-arrow-head {
    display: block;
    margin-top: 70px;
}

.see-more-cta {
    text-align: center;
    font-family: 'Futura PT Book';
    font-size: 24px;
    line-height: 1em;
    margin-top: 10px;
}

.img-read-the-collections {
    margin-top: 60px;
}

#collections-sidebar-wrapper {
    margin-bottom: 30px;
    max-width: 250px;
    text-align: center;
}

#collections-sidebar-wrapper a {
    display: inline-block;
}

.collection-sidebar {
    margin-top: 25px;
    background-position: 0px 0px;
    overflow: hidden;
    display: block;
}
.collection-sidebar img{
    max-width: 205px;
    height: auto;
}
.collection-love {
    width: 207px;
    height: 292px;
    background-image: url('dist/img/collection-love.jpg');
}

.collection-therapy {
    width: 211px;
    height: 169px;
    background-image: url('dist/img/collection-therapy.jpg');
}

.collection-scifi {
    width: 211px;
    height: 266px;
    background-image: url('dist/img/collection-scifi.jpg');
}

.collection-tyrone {
    width: 212px;
    height: 266px;
    background-image: url('dist/img/collection-tyrone.jpg');
}

.collection-parenting {
    width: 211px;
    height: 266px;
    background-image: url('dist/img/collection-parenting.jpg');
}

.collection-friendship {
    width: 211px;
    height: 259px;
    background-image: url('dist/img/collection-friendship.jpg');
}

.collection-love:hover {
    background-position: -207px 0px;
}

.collection-therapy:hover {
    background-position: -211px 0px;
}

.collection-scifi:hover {
    background-position: -211px 0px;
}

.collection-tyrone:hover {
    background-position: -212px 0px;
}

.collection-parenting:hover {
    background-position: -211px 0px;
}

.collection-friendship:hover {
    background-position: -211px 0px;
}

#ad-leaderboard-wrapper {
    height: 90px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
.textwidget.custom-html-widget {
	margin: 0 auto;
}
#ad-leaderboard-wrapper img {
    width: auto;
    max-height: 120px;
}

#ad-leaderboard-wrapper.no-ad {
    border: solid 1px #000;
    margin: 0 auto;
    margin-bottom: 10px;
}

#comic {
    background-color: transparent;
    padding: 0px;

}

.single-comic-wrapper {
    margin-top: 0px;
}

header.entry-date {
    position: relative;
    border-bottom: 1px solid #999;
    min-height: 40px;
    margin-bottom: 15px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.comic-title {
    font-family: 'Futura PT Bold';
    font-size: 32px;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: left;
}

.small-screen-indicator,
.swipe-left {
    display: none;

}

.comic-date {
    font-family: 'Futura PT Bold';
    font-size: 16px;
    position: absolute;
    bottom: 5px;
    right: 0;
}


#candorville-comic-nav {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.comic-nav-item {
    background-image: url('dist/img/candorville-comic-nav.png');
    background-position: 0px 0px;
    display: inline-block;
}

.comic-nav-item.comment {
    width: 177px;
    height: 57px;
    background-position: 0px 0px;
}

.comic-nav-item.license {
    width: 280px;
    height: 55px;
    background-position: -177px 0px;
}

.comic-nav-item.next {
    width: 116px;
    height: 56px;
    background-position: -457px 0px;
}

.comic-nav-item.now {
    width: 115px;
    height: 55px;
    background-position: -573px 0px;
}

.comic-nav-item.prev {
    width: 114px;
    height: 55px;
    background-position: -688px 0px;
}

.comic-nav-item.buy {
    width: 222px;
    height: 58px;
    background-position: -802px 0px;
}

.comic-nav-item.share {
    width: 121px;
    height: 55px;
    background-position: -1024px 0px;
}

.comic-nav-item.comment:hover {
    background-position: 0px -57px;
}

.comic-nav-item.license:hover {
    background-position: -177px -55px;
}

.comic-nav-item.next:hover {
    background-position: -457px -55px;
}

.comic-nav-item.now:hover {
    background-position: -573px -55px;
}

.comic-nav-item.prev:hover {
    background-position: -688px -55px;
}

.comic-nav-item.buy:hover {
    background-position: -802px -58px;
}

.comic-nav-item.share:hover {
    background-position: -1024px -55px;
}

.comic-nav-item.disabled {
    opacity: 0.2;
    pointer-events: none !important;
    cursor: not-allowed;
}

#candorville-cta-wrapper {
    position: relative;
}

.img-lines-cta-a,
.img-lines-cta-b {
    position: absolute;
    z-index: -1;
}

.img-lines-cta-a {
    position: absolute;
    max-width: 668px;
    z-index: -1;
    left: 102px;
    margin-top: 330px;
}

.candorville.collections .img-lines-cta-a {
    margin-top: 900px;
}

.editorials.comic .img-lines-cta-a {
    margin-top: 1106px;
}

.editorials.about .img-lines-cta-a {
    margin-top: 1313px;
}

.rudypark.comic .img-lines-cta-a {
    margin-top: 463px;
}

.thetalk .img-lines-cta-a {
    margin-top: 674px;
}

.candorville.collections #candorville-right-sidebar-wrapper a {
    margin-bottom: 30px;
}

.img-lines-cta-b {
    left: 490px;
}

#candorville-cta-wrapper .horizontal-lines {
    height: 45px;
    width: 520px;
    background-image: url('dist/img/horizontal_lines.png');
    background-repeat: repeat-x;
    background-position: left top;
    position: absolute;
    top: 266px;
    left: -30px;
}

#collections-horizontal-lines {
    height: 45px;
    width: 100%;
    background-image: url('dist/img/horizontal_lines.png');
    background-repeat: repeat-x;
    background-position: left top;
    position: absolute;
    top: 1456px;
    margin-left: -30px;
}

#candorville-cta-wrapper .link-img {
    margin-bottom: 30px;
}

.sidebar-title {
    font-family: 'occams_eraserregular', "Helvetica Neue", Arial, sans-serif;
    color: #fff;
}

.new-title {
    font-family: 'occams_eraserregular', "Helvetica Neue", Arial, sans-serif;
    color: #da1f1d;
    font-size: 50px;
    position: absolute;
    left: 855px;
    top: -5px;
}

.entry-title,
.page-title {
    font-family: 'occams_eraserregular', "Helvetica Neue", Arial, sans-serif;
    color: #1a3d62;
    font-weight: normal;
}

.entry-title a {
    color: #1a3d62;
}

.page-title,
#page-title-wrapper {
    text-align: center;
}

.sub-title {
    font-family: 'Futura PT Book';
}

.content-col a:hover {
    color: #AE2D2B !important;
}


#candorville-videos-wrapper {
    position: relative;
}

#candorville-videos-content iframe,
.video iframe {
    border-radius: 25px;
    margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.video {
    text-align: center;
}

.btn-buy-the-talk {
    margin-top: 15px;
    display: inline-block;
}

#king-features-cta a {
    display: inline-block;
}

#candorville-blog-section {
    margin-top: 30px;
}

.blog-header {
    font-family: 'canterburyregular', "Helvetica Neue", Arial, sans-serif;
    color: #1a3d62;
    font-size: 120px;
    border-bottom: 10px #9eabb7 solid;
    line-height: 1.05em;
}

#aka-title {
    text-align: right;
    margin-top: -50px;
}

#candorville-right-sidebar-wrapper {
    text-align: center;
    padding-top: 45px;
    max-width: 250px;
    overflow: hidden;
}

#candorville-right-sidebar-wrapper a {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 100px;
}

.img-hero-lines {
    position: absolute;
    left: -30px;
    top: 67px;
    z-index: -1;
}

#candorville-about-hero,
#candorville-books-hero {
    position: relative;
}

#candorville-about-content #characters {
    margin-top: 30px;
}

.character-row {
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: 100%;
    margin-bottom: 30px;
}

.character-row .bio p,
.editorials-about-darrin .bio {
    font-family: 'Futura PT Book';
}

#about-darrin {
    text-align: center;
    font-family: 'Futura PT Book';
}

#about-darrin img {
    margin-bottom: 15px;
}

.books-cta-row,
#candorville-books-content,
#rudy-park-books-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

#collections-masonry {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 15px;
    justify-items: center;
    margin-bottom: 1000px;
}

#youtube-cta {
    margin-bottom: 30px;
}

#editorials-about-darrin {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
}


#editorials-about-darrin .portrait {
    width: 50%;
    margin-bottom: 30px;
    text-align: center;
}

#editorials-about-darrin .bio {
padding-left: 30px;
    width: 50%;
}
#the-talk-hero {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
}

#the-talk-hero {
    margin-bottom: 30px;
}

#the-talk-hero h2,
#the-talk-hero h4 {
    line-height: 1em;
    margin: 0;

}

#the-talk-hero .source {
    font-family: 'Futura PT Book';
    font-weight: normal;
    font-style: italic;
}

#the-talk-hero .quote {
    margin-bottom: 50px;
}

#the-talk-hero .quote:first-child {
    margin-bottom: 100px;
}

/*--------------------------------------------------------------
# Carousel 
--------------------------------------------------------------*/
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    opacity: 1;
    background-color: transparent;
    border: solid 2px #fff;
}

.carousel-indicators .active {
    background-color: #fff;
    border: solid 2px #fff;
}


/*--------------------------------------------------------------
# Patreon CTA 
--------------------------------------------------------------*/
#patreon-cta {
    background-color: #ff424d;
    background-image: url('dist/img/patreon-bg.jpg');
    background-position: center top;
    background-size: auto;
    color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: row;
}

#patreon-cta p {
    font-family: 'Futura PT Book';
}

#patreon-col-left {
    padding-right: 15px;
}

#patreon-col-right {
    min-width: 250px;
}

/*--------------------------------------------------------------
# Modal 
--------------------------------------------------------------*/
.modal {
    background-image: linear-gradient(rgb(21, 61, 98) 0%, rgb(0, 0, 0) 100.2%);
    z-index: 2000;
}

.modal-title {
    font-weight: 900;
}

.modal-content {
    border-radius: 13px;
}

.modal-body {
    color: #3b3b3b;
}

.modal-body .img-thumbnail {
    border-radius: 33px;
    width: 61px;
    height: 61px;
}


.modal-footer {
    display: block;
}

.modal-body button:hover {
    background-color: transparent !important;
    border: none !important;
    opacity: 1 !important;
}

#comic-social a {
    padding: 15px 0 15px 15px;
}

#comic-social {
    text-align: center;
    margin-top: 10px;
}

#comic-social a:hover i {
    background-color: #222;
}

#comic-social i, #comic-social svg {
    display: inline-block;
    text-align: center;
    background-color: #222;
    border-radius: 7px;
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
    color: #fff;
}
#comic-social svg{
    padding: 10px;
    margin-top: -10px;
}
#comic-social a:hover i {
    background-color: #AE2D2B;
}

.fa-twitter::before {
    content: ' ';

}

.fa-twitter2::before {
    content: ' ';
    background-image: url('dist/img/twitter.svg');
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    display: inline-block;
    background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# Footer 
--------------------------------------------------------------*/
#global-footer {
    background-color: #474747;
    background-image: url('dist/img/footer-bg.jpg');
    background-position: center top;
    background-size: auto;
    color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: row;
}



#footer-brand {
    margin-top: -20px;
    background-image: url('dist/img/dbp-candorville-logo-footer.png');
    height: 279px;
    width: 236px;
    background-position: 0px 0px;
    overflow: hidden;
    display: block;

}

#footer-brand:hover {
    background-position: -236px 0px;
}

.footer-row {
    display: flex;
    flex-direction: row;
    width: 100%;
}

#footer-right-col {
    flex-grow: 1;
}


#footer-right-col-wrapper {
    display: flex;
    flex-direction: column;
    align-items: space-between;
    height: 100%;
    justify-content: space-between;

}

#global-footer-copyright {
    margin-top: 40px;
    padding-left: 30px;
    text-align: center;
}

#footer-sitemap-row ul {
    list-style-type: none;
    padding: 0px;
    margin: 0;
    line-height: 1.3333em;
    font-family: 'Futura PT Book';

}

#footer-sitemap-row ul a {
    color: #fff;
    text-decoration: none;
}

#footer-sitemap-row ul a:hover {
    text-decoration: none;
    color: #ffa800 !important;
}

#footer-sitemap-row h4 a {
    text-decoration: none;
    color: #ffa800;
}

#footer-sitemap-row h4 a:hover {
    text-decoration: none;
    color: #ffffff !important;
}

#global-footer-copyright {
    font-size: 1.35em;
    font-family: 'Futura PT Book';
    line-height: 1.15em;
    position: relative;
}

#global-footer-copyright a {
    color: #fcf9ce;
    text-decoration: underline;
}

#global-footer-copyright a:hover {
    text-decoration: none;
    color: #ffa800 !important;
}

.btn-patreon-footer {
    font-family: 'Futura PT Book', "Helvetica Neue", Arial, sans-serif;
    background-color: #da6e6d;
    border: 1px solid #da6e6d;
    color: #fff !important;
    border: 2px solid #f0c38c;
    position: absolute;
    text-decoration: none !important;
    right: 0;
    top: -30px;
}

#global-footer-copyright .btn-patreon-footer:hover,
.btn-patreon-footer:hover {
    background-color: #A72E2E;
    border-color: #A72E2E;
    color: #fff !important;
    text-decoration: none !important;
    border: 2px solid #f0c38c;
}

.footer-col.representation {
    text-transform: uppercase;
}

.chip {
    background-color: #AE2D2B;
}

.editorials .dropdown-menu,
.candorville .dropdown-menu,
.rudypark .dropdown-menu {

    background-color: #2d607d;

}

.thetalk .dropdown-menu {

    background-color: #000;

}

.dropdown-item:hover {
    background: #142b4b !important;
    color: #ffffff;
}

.thetalk .dropdown-item:hover {
    background: #2d607d !important;
    color: #ffcc66;
}

.single-comic-wrapper footer,
#transcript-wrapper {
    display: none;
}

.preview-row,
.listing-row {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.listing-row {
    margin-bottom: 15px;
}

.preview-comic {
    background-color: #fff;
    box-shadow: 3px 4px 4px 0 #00000019;
    border-radius: 15px;
    border: solid 1px #e7e7e7;
    transition: all .1s ease-in-out;
    padding: 15px;
}

.preview-comic a {
    display: block;
    text-decoration: none;
    color: #000;
}

.preview-comic:hover {
    transform: scale(1.02);
    box-shadow: 6px 8px 8px 0 #00000019;
}

.preview-comic h4 {
    font-weight: normal;
    margin: 1rem;
}

.preview-comic .btn,
.btn-full-catalog {
    font-family: 'Futura PT Bold';
    text-transform: uppercase;
    color: #fff !important;
}

.preview-comic:hover .btn {
    background-color: #f15a5a;
    border: 1px solid #f15a5a;
    opacity: 0.85;
}

a.btn-full-catalog:hover,
a.btn-full-catalog:focus {
    color: #fff !important;
    background-color: #000;
    border: 1px solid #000;
}

#search-results {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#search-results .flex-col {
    width: 32.5%;
}

/*--------------------------------------------------------------
# Original features accordion
--------------------------------------------------------------*/
#catalog-search {
    margin: 30px auto;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
}

.input-search-term {
    width: 100% !important;
    border: 3px solid #f15a5a !important;
    border-right: none !important;
    padding: 5px !important;
    height: 45px !important;
    border-radius: 5px 0 0 5px !important;
    outline: none !important;
    color: #fdbcbc !important;
    font-size: 18px !important;
    font-family: 'Futura PT Bold' !important;
    line-height: 45px !important;
}

.input-search-term:focus {
    color: #f15a5a !important;
}

.input-search-term::placeholder {
    color: #666;
    opacity: 1;
    /* Firefox */
}

.input-search-term::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #666;
}

.btn-search {
    width: 50px;
    height: 45px;
    background-color: #f15a5a;
    border: 1px solid #f15a5a;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;

}

.btn-search:hover {
    background-color: #f15a5a;
    border: 1px solid #f15a5a;
    opacity: 0.85;
}

/*Resize the wrap to see the search bar change!*/
.search-wrap {
    width: 100%;

}

/*--------------------------------------------------------------
# Original features accordion
--------------------------------------------------------------*/

.accordion {
    width: 100%;
    max-width: 1270px;
    height: 500px;
    overflow: hidden;
    margin: 0px auto;
}

.accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

.accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 25%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
}

.accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
}

.accordion ul li div a {
    display: block;
    height: 500px;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 200ms ease;
}

.accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}



.accordion ul:hover li {
    width: 8%;
}

.accordion ul:hover li:hover {
    width: 60%;
}

.accordion ul:hover li:hover a {
    background: rgba(255, 255, 255, 0.4);
}

.accordion ul:hover li:hover a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#new-books-sidebar img {
    max-width: 200px !important;
}

.widgettitle {
    line-height: 0.85em;
    font-size: 1.75rem;
    margin: .5rem;
}

blockquote {
    font-size: 1.5rem;
    line-height: 1.4;
    position: relative;
    margin: 0;
    padding: 3rem;
}

blockquote:before,
blockquote:after {
    position: absolute;
    color: #88130d;
    font-size: 8rem;
    width: 2rem;
    height: 2rem;
    font-family: 'Special Elite', cursive;
}

blockquote:before {
    content: '“';
    left: 0rem;
    top: -2rem;

}

blockquote:after {
    content: '”';
    right: 2rem;
    bottom: 4rem;
}

cite {
    line-height: 3;
    text-align: left;
}

.receipt-table {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.receipt-details-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    -moz-column-gap: .625rem;
    column-gap: .625rem;
    row-gap: .5rem;
    font-size: 1.125rem;
    font-weight: 500;
    padding-block: .9375rem;
    border-block-end: .0625rem solid #000;
}

.receipt-detail {
    align-self: center;
    white-space: nowrap;
    margin-inline-end: auto;
}

.receipt-value {
    display: flex;
    align-items: center;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
}

.receipt-total {
    font-family: 'Futura PT Bold';
    margin-bottom: 30px;
}

.hr-black {
    height: 1px;
    margin: 18px 0px;
    background-color: #000;
    border: medium;
}

.receipt-card {
    background-color: #fff;
    box-shadow: none;
    border: solid 1px rgba(0, 0, 0, .1)
}

element {}

.page-numbers.current {
    z-index: 1;

    color: #000 !important;

    background-color: #f8d94a !important;

    border-color: #000000 !important;

}

.page-numbers {
    color: #fff;

    text-decoration: none;

    background-color: #10ae98;

    border: 1px solid #000000;

    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);

}

.page-numbers {
    width: 2.35rem;
    height: 2.35rem;
    line-height: 2.35rem;
}

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

.page-numbers {
    color: #000;
    background-color: #a7c6be;
}


a.page-numbers:hover {
    color: #fff !important;
    background-color: #da6e6d !important;
}

a.page-numbers:focus {
    color: #fff !important;
    background-color: #000000 !important;
}
#archive-months {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    /* This is better for small screens, once min() is better supported */
    /* grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr)); */
    gap: 10px;
}

.month {
    width: 300px;
    height: 360px;

}
.calendar-box {
    margin: 5px;
    padding: 10px;
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.wp-calendar {
    font-size: 13px;
    text-align: center;
    border-collapse: separate;
    border-spacing: 5px;
    font-weight: normal;
}

.wp-calendar caption {
    color: #fff !important;
    background: #f6a85e !important;
    border-radius: 5px !important;
    padding: 3px !important;
    text-align: center !important;
    caption-side: top !important;
    opacity: 1 !important;
    pointer-events: none !important;
    font-size: 13px;
    text-transform: uppercase !important;
    font-family: 'Futura PT Bold' !important;
}

.wp-calendar thead th {
    background: transparent !important;
    border: none !important;
    font-size: 12px !important;
    color: #f6a85e !important;
    font-family: 'Futura PT Bold';
}

.wp-calendar td {
    background: #f6a85e !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    height: 22px !important;
    width: 34px !important;
    padding: 3px 0 2px 0 !important;
    color: #fff !important;
}


.wp-calendar .strip {
    color: #fff !important;
    background: #c84d4d !important;
}

.wp-calendar .strip:hover {
    background: #fff !important;
}

.wp-calendar .strip a {
    color: #fff !important;
    display: block !important;
    height: 22px !important;
    line-height: 22px !important;
}

.wp-calendar .strip:hover a {
    color: #c84d4d !important;
    text-decoration: none !important;
}

.ssc-square {
    border-radius: 5px;
    height: 280px !important;
    background-color: rgb(246, 168, 94, .17) !important;
}
h3.archive-search  {
    font-family: 'Futura PT Bold';
    text-transform: uppercase;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    margin-bottom: 30px;


}

#archive-dropdown {
    font-size: 18px;
  }
  .archive-dropdown-wrapper{
    max-width: 640px;
    margin: 0 auto;
  }
/*--------------------------------------------------------------
# Media Queries 
--------------------------------------------------------------*/
/* Larger than mobile */
@media screen and (min-width: 480px) {
    .character-row .bio h2 {
        font-size: 60px;
    }

    body,
    input,
    textarea,
    select,
    button,
    table {
        font: 1.35em/1.15em 'Futura PT Book';
    }

    .character-row .portrait img {
        max-width: initial;
    }

    .page-title {
        font-size: 90px;
    }

    #candorville-books-content a,
    #rudy-park-books-content a {
        display: inline-block;
        width: 50%;
    }

    .thetalk a.main-brand-link {
        display: none
    }

    #the-talk-hero .quotes {
        text-align: right;
        padding-right: 15px;
    }
}

/* Laptops */
@media screen and (min-width: 1025px) {
    .flex-row {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        gap: 0px;
    }


    #productions-brand-wrapper {
        position: absolute;
        z-index: 3000;
    }

    .navbar {
        padding: 0;
        min-height: 60px;
        box-shadow: none;
        z-index: 1;
    }

    .navbar-nav .nav-link {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }

    .hamburger {
        display: none;
    }

    .main-brand span.nav-link.btn.btn-patreon {
        display: none;
    }

    #patreon-col-left h2 {
        font-size: 3rem;
    }

    #footer-sitemap-row {
        justify-content: space-around;
    }

    .btn-patreon-footer {
        top: -50px;
    }

    .carousel-indicators li {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .character-row .bio.right {
        text-align: right;
    }

    #global-footer-copyright {
        margin-top: 70px;
    }


}


/* Desktops/Large Screens */
@media screen and (min-width: 1281px) {


    #patreon-col-left {
        padding-right: 20px;
    }

    #patreon-col-left h2 {
        font-size: 3.5rem;
    }

    .btn-patreon-footer {
        top: -45px;
    }

    #editorials-about-darrin {
        flex-direction: row;
    }

   
}

@media screen and (min-width: 1439px) {
    .btn-patreon-footer {
        top: -50px;
    }


}

/* Desktops/Large Screens */
@media screen and (min-width: 1771px) {
    .flex-center-col {
        min-width: 1270px
    }

    #patreon-col-left {
        padding-right: 150px;
    }

    #patreon-col-left h2 {
        font-size: 5.5rem;
    }

    .candorville-cta-flex-row {
        display: flex;
        flex-wrap: nowrap;
        gap: 0px;
        min-height: 1100px;
    }

    #candorville-videos-content {
        position: absolute;
        text-align: center;
        width: 670px;
        top: 70px;
        left: 80px;
    }

    .thetalk #candorville-videos-content,
    .editorials #candorville-videos-content {
        left: 100px;
    }

    .candorville #candorville-videos-content,
    .rudypark #candorville-videos-content {
        left: 105px;
    }

    #candorville-videos-content iframe {
        width: 670px;
        height: 377px;
    }

    #candorville-about-hero iframe {
        width: 940px;
        height: 529px;
        position: absolute;
        left: 100px;
        top: 160px;
    }

    #king-features-cta a {
        position: absolute;
        left: -30px;
        top: 330px;
    }

    #candorville-about-hero .page-title,
    #candorville-books-hero .page-title {
        position: absolute;
        top: 40px;
    }

    #candorville-about-hero .page-title {
        left: 320px;
    }

    #candorville-books-hero .page-title {
        left: 310px;
    }

    #candorville-about-content {
        margin-top: 820px;
        padding: 30px;
    }

    #candorville-books-content {
        margin-top: 120px;
    }

    #rudy-park-books-content {
        margin-top: 30px;
    }

    #global-footer-copyright {
        margin-top: 40px;
    }

    .btn-patreon-footer {
        top: -40px;
    }

    #buy-the-candorville-books-cta {
        margin-top: 240px;
    }

    #featured-book-cta {
        margin-top: 120px;
        margin-left: 40px;
        display: inline-block;
    }

    #editorials-about-darrin .portrait {
        min-width: 700px;
    }

    .editorials.about #king-features-cta,
    .thetalk #candorville-cta-a {
        min-width: 451px;
    }

    .editorials.about #king-features-cta a {
        top: 0px;
    }

    .candorville.comic #candorville-cta-wrapper .horizontal-lines,
    .rudypark.comic #candorville-cta-wrapper .horizontal-lines {
        top: 267px;
    }

    .editorials.about #candorville-cta-wrapper .horizontal-lines {
        top: 600px;
    }

    .editorials.comic #candorville-cta-wrapper .horizontal-lines {
        top: 276px;
    }

    .page-template-the-talk-about #candorville-cta-wrapper .horizontal-lines {
        top: 515px;
    }

    .listing-row div {
        max-width: 393.33px;
    }
    .single-series.thetalk #candorville-cta-wrapper .horizontal-lines {
        height: 45px;
        width: 520px;
        background-image: url('dist/img/horizontal_lines.png');
        background-repeat: repeat-x;
        background-position: left top;
        position: absolute;
        top: 178px;
        left: -30px;
      }
    /*
    .rudypark.comic #king-features-cta a {
        top: 530px;
    }
*/
    .scroll-down-videos {
        margin-left: -30px;
    }

    .candorville.comic #spliced-comic {
        min-height: 307px;
    }

    .rudypark.comic #spliced-comic {
        min-height: 440px;
    }

    .editorials.comic #spliced-comic {
        min-height: 858px;
    }

    .single-series #the-talk-hero .left {
        width: 60%;
    }

    .single-series #the-talk-hero .the-book {
        width: 40%;
    }

}

@media screen and (min-width: 1921px) {
    .thetalk #header-top-bar {
        background-size: contain;
    }
}

/* Smaller Desktops */
@media screen and (min-width: 1280px) and (max-width:1770px) {
    .flex-center-col {
        max-width: 780px;
    }

    .img-lines-cta-a,
    .img-lines-cta-b,
    #candorville-cta-wrapper .horizontal-lines,
    .new-title,
    #king-features-cta,
    .img-hero-lines,
    #collections-horizontal-lines,
    #ad-leaderboard-wrapper {
        display: none;
    }

    #candorville-cta-a,
    #candorville-videos-content {
        text-align: center;
    }

    .blog-header {
        font-size: 70px;
        border-bottom: 5px #9eabb7 solid;
    }

    #aka-title {
        margin-top: -40px;
    }

    #aka-title img {
        height: 60px;
    }

    #candorville-about-content,
    #candorville-books-content {
        margin-top: 30px;
    }

    #rudy-park-books-content {
        margin-top: 15px;
    }

    .books-cta-row {
        flex-direction: column-reverse;
        width: 100%;
    }

    .books-cta {
        text-align: center;
    }

    .books-cta:last-child {
        margin-bottom: 60px;
    }

    #collections-masonry {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin-bottom: 30px;
    }

    #collections-masonry a {
        display: block;
        text-align: center;
    }

    #patreon-cta,
    #global-footer {
        background-image: none;
    }

    #patreon-col-left h2 {
        font-size: 3rem;
    }

    #patreon-cta {
        flex-direction: column;
        padding: 30px;
    }

    #patreon-cta div {
        padding: 0px;
    }

    #patreon-col-right {
        text-align: center;
        min-width: 100%;
    }

    #global-footer {
        flex-direction: column;
    }

    #footer-left-col {
        text-align: center;
    }

    #footer-brand {
        margin: 0 auto;
    }

    #footer-right-col {
        flex-grow: 0;
    }

    #footer-sitemap-row {
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        margin-top: 30px;
    }

    #footer-sitemap-row .footer-col {
        max-width: 150px;
        width: 150px;
        margin: 0 auto;
    }



    #global-footer-copyright {
        padding: 0px;
    }

    .btn-patreon-footer {
        top: -60px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 140px;
    }

    #global-footer-copyright {
        margin-top: 90px;
    }

    .comic-title {
        font-size: 24px;
        /*line-height: 0.85em;*/
    }

    .comic-date {
        font-size: 14px;
    }

    .character-row {
        flex-direction: column;
    }

    .character-row.reverse {
        flex-direction: column-reverse;
    }

    .preview-row,
    .listing-row {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .listing-row {
        margin-bottom: 30px;
    }

    #search-results {
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }

    #search-results .flex-col {
        width: 49%;
    }


    .navbar-nav .nav-link {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

}

/* Design breakpoint */
@media screen and (max-width: 1770px) {
    #the-talk-hero .quote:first-child {
        margin-bottom: 30px;
      }
      .single-series #the-talk-hero h2 {
        font-size: 1.5rem;
      }
      .single-series #the-talk-hero h4 {
        font-size: 1.25rem;
      }
      #archive-months {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }

    .month {
        width: 200px;
        height: 240px;
    }


    #archive-calendar .month {
        margin-bottom: 15px;
    }
 
}
@media screen and (max-width: 1279px) {

    .img-lines-cta-a,
    .img-lines-cta-b,
    #candorville-cta-wrapper .horizontal-lines,
    .new-title,
    #king-features-cta,
    .img-hero-lines,
    #collections-horizontal-lines {
        display: none;
    }

    #candorville-cta-a,
    #candorville-videos-content {
        text-align: center;
    }

    .blog-header {
        font-size: 70px;
        border-bottom: 5px #9eabb7 solid;
    }

    #aka-title {
        margin-top: -40px;
    }

    #aka-title img {
        height: 60px;
    }

    #candorville-about-content,
    #candorville-books-content {
        margin-top: 30px;
    }

    #rudy-park-books-content {
        margin-top: 15px;
    }

    .books-cta-row {
        flex-direction: column-reverse;
        width: 100%;
    }

    .books-cta {
        text-align: center;
    }

    .books-cta:last-child {
        margin-bottom: 60px;
    }

    #collections-masonry {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin-bottom: 30px;
    }

    #collections-masonry a {
        display: block;
        text-align: center;
    }

    .flex-side-col,
    #productions-brand-wrapper,
    .patreon-item {
        display: none !important;
    }

}

/* Tablets */
@media screen and (max-width: 1024px) {



    #header-top-bar {
        background-size: contain;
        height: 60px;
        max-height: 60px;
    }

    #header-top-bar .flex-col {
        min-height: 60px;
    }

    #header-nav-bar {
        height: 35px;

        max-height: 35px;
    }

    .navbar {
        min-height: 35px;
        font-size: 16px;
        padding: 0px;
    }

    .navbar:not(.active) {
        height: 35px;
        max-height: 35px;
    }


    .home .main-brand img,
    .page .main-brand img,
    .single-post .main-brand img,
    .error404 .main-brand img,
    .archive .main-brand img {
        height: 50px;
        margin-top: 5px;
        margin-left: 10px;
    }

    #main-menu {
        margin-left: 15px !important;
        padding-bottom: 15px;
    }

    .navbar-nav>.menu-item {
        margin-top: 15px
    }

    .patreon-offer {
        font-size: 12px;
    }

    .main-brand span.nav-link.btn.btn-patreon {
        width: 150px;
        right: 15px;
        top: 65px;
    }

    #dbp-content-wrapper {
        padding: 15px;
    }

    #patreon-cta,
    #global-footer {
        background-image: none;
    }

    #patreon-col-left h2 {
        font-size: 3rem;
    }

    #patreon-cta {
        flex-direction: column;
        padding: 30px;
    }

    #patreon-cta div {
        padding: 0px;
    }

    #patreon-col-right {
        text-align: center;
        min-width: 100%;
    }

    #global-footer {
        flex-direction: column;
    }

    #footer-left-col {
        text-align: center;
    }

    #footer-brand {
        margin: 0 auto;
    }

    #footer-right-col {
        flex-grow: 0;
    }

    #footer-sitemap-row {
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        margin-top: 30px;
    }

    #footer-sitemap-row .footer-col {
        max-width: 150px;
        width: 150px;
        margin: 0 auto;
    }



    #global-footer-copyright {
        padding: 0px;
    }

    .btn-patreon-footer {
        top: -60px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 140px;
    }

    #global-footer-copyright {
        margin-top: 90px;
    }

    .logo-mobile {
        display: inline-block;
    }

    .logo-desktop {
        display: none;
    }

    .candorville .main-brand img {
        height: 70px;
    }

    .candorville a.main-brand-link {
        top: 0px;
    }

    .editorials .main-brand img {
        height: 70px;
    }

    .rudypark .main-brand img {
        height: 70px;
    }

    #ad-leaderboard-wrapper {
        display: none;
    }

    .comic-title {
        font-size: 24px;
        /*line-height: 0.85em;*/
    }

    .comic-date {
        font-size: 14px;
    }

    .character-row {
        flex-direction: column;
    }

    .character-row.reverse {
        flex-direction: column-reverse;
    }

    .preview-row,
    .listing-row {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .listing-row {
        margin-bottom: 30px;
    }

    #search-results {
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }

    #search-results .flex-col {
        width: 49%;
    }
}

/* Mobile */
@media screen and (max-width: 479px) {
    .page #drive-content-area {
        max-width: 1350px;
    }

    #patreon-col-left h2 {
        font-size: 3.5rem;
        line-height: 0.75em;
        margin-bottom: 30px;
    }

    #patreon-col-right {
        text-align: center;
    }

    #patreon-cta,
    #global-footer {
        padding: 15px;
    }

    .comic-title {
        width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.25em;
        bottom: 1px
    }

    .comic-date {
        bottom: 3px;
    }

    #one-comic-option {
        overflow-x: scroll;
        scrollbar-color: #da6e6d #ddd;

    }

    /* Styling the scrollbar in Firefox  */

    #one-comic-option {
        scrollbar-color: #da6e6d #F0C38C !important;
        scrollbar-width: thin !important;
    }

    /* Styling the scrollbar in Chrome and Safari */
    #one-comic-option::-webkit-scrollbar,
    #one-comic-option::-webkit-scrollbar:horizontal {
        height: 10px !important;
        background-color: #F0C38C !important;
        -webkit-appearance: none !important;
        -webkit-overflow-scrolling: auto !important;
    }

    #one-comic-option::-webkit-scrollbar:horizontal {
        height: 10px;
    }

    #one-comic-option::-webkit-scrollbar-thumb {
        border-radius: 10px !important;
        border: 2px solid white;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3) !important;
        background: linear-gradient(to bottom right, #da6e6d 0%, #cb5b49 100%) !important;
    }

    #one-comic-option::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
        border-radius: 10px !important;
        background-color: #F0C38C !important;
    }

    #one-comic-option::-webkit-scrollbar-button {
        background-color: #da6e6d !important;
        border-radius: 10px !important;
    }

    #one-comic-option img {
        max-width: initial;
        display: block;
        height: auto;
        position: relative;
        max-height: calc(90vh - 70px);
        min-height: 300px;
        min-width: 100%;
        width: auto;
        z-index: 2;
    }

    .blog-header {
        font-size: 50px;
        line-height: 0.9em;
        border-bottom: 3px #9eabb7 solid;
    }

    #aka-title {
        margin-top: -25px;
    }

    #aka-title img {
        height: 40px;
    }

    .page-title {
        font-size: 50px;
        line-height: 0.9em;
    }

    #candorville-comic-nav {
        position: relative;
        display: block;
        text-align: center;
        width: 100%;
        min-height: 75px;
        top: 15px;
    }

    .comic-nav-item {
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
        position: absolute;
        left: 500px;
        top: -15px;
    }

    .comic-nav-item.prev {
        left: -23px;
    }

    .comic-nav-item.now {
        left: 52px;
    }

    .comic-nav-item.next {
        left: 129px;
    }

    .comic-nav-item.license {
        left: 173px;
    }

    .comic-nav-item.buy {
        left: -9px;
        top: 25px;
    }

    .comic-nav-item.comment {
        left: 143px;
        top: 25px;
    }

    .comic-nav-item.share {
        left: 270px;
        top: 25px;
    }

    .small-screen-indicator,
    .swipe-left {
        display: block;
        right: 0;
        text-align: right !important;

    }

    .swipe-left {
        padding-top: 10px;
    }

    .swipe-left img {
        height: 40px !important;
        width: auto;
    }

    header.entry-date {
        min-height: 25px;
    }

    .thetalk #header-top-bar {
        background-size: auto 100%;
        background: #ef8934;
        text-align: center;
    }

    .thetalk .main-brand-link img {
        height: 40px;
        width: auto;
        margin: 10px auto;
    }

    #the-talk-hero {
        flex-direction: column-reverse;
    }

    #the-talk-hero .the-book {
        margin-bottom: 30px;
    }

    .accordion {
        height: auto;
    }

    .accordion ul li,
    .accordion ul li:hover,
    .accordion ul:hover li,
    .accordion ul:hover li:hover {
        position: relative;
        display: table;
        table-layout: fixed;
        width: 100%;
        -webkit-transition: none;
        transition: none;
    }

    #search-results {
        flex-direction: column;
        align-items: center;
    }

    #search-results .flex-col {
        width: 100%;
    }

    blockquote {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1.15rem;
    }

    .receipt-details-row {
        font-size: 1rem;
    }
    #editorials-about-darrin {
        flex-direction: column;
    }
    #editorials-about-darrin .portrait {
        width: 100%;
    }
    
    #editorials-about-darrin .bio {
    padding-left: 0px;
        width: 100%;
        font-size: 1.25em;
  line-height: 1.15em;
    }
    #dbp-content-wrapper p{
        font-size: 1.25em;
        line-height: 1.15em;
    }
    #archive-months {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }

    .month {
        width: 100%;
        height: auto;
    }
    #archive-calendar .col-months {
        width: 100%;
    }

    .month img{
        margin-bottom: 30px;
    }
    #global-footer-copyright {
        font-size: 14px;
    }
}

@media screen and (max-width: 390px) {
    #candorville-comic-nav {
        position: relative;
        display: block;
        text-align: center;
        width: 100%;
        min-height: 70px;
    }

    .comic-nav-item {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        position: absolute;
        left: 500px;
        top: -15px;
    }

    .comic-nav-item.prev {
        left: -30px;
    }

    .comic-nav-item.now {
        left: 40px;
    }

    .comic-nav-item.next {
        left: 105px;
    }

    .comic-nav-item.license {
        left: 130px;
    }

    .comic-nav-item.buy {
        left: -25px;
        top: 20px;
    }

    .comic-nav-item.comment {
        left: 105px;
        top: 20px;
    }

    .comic-nav-item.share {
        left: 220px;
        top: 20px;
    }
}