/**
 * Theme Name:     Asteroid Child for Novenella
 * Author:         Ron Angelo, Catherine Collingwood
 * Template:       asteroid
 * Text Domain:	   asteroid-child-for-novenella
 * Description:    Customized version of Ron Angelo's Asteroid theme, used at novenella.com
 * Theme URI:      https://ronangelo.com/asteroid
 * Author URI:     https://novenella.com
 * Version:        1.0
 */
/* ------------------------------------------------------------
   Design tokens
------------------------------------------------------------ */

:root {
    --nn-text: #222;
    --nn-red: #990000;
    --nn-lightgray: #eee;
    --nn-border-light: #ccc;
    --nn-white: #fff;
    --nn-canvas: url('https://novenella.com/wp-content/uploads/2026/06/canvas.webp');
}

/* ------------------------------------------------------------
   Base theme cleanup
------------------------------------------------------------ */

#container,
#container.cf,
#footer,
#below-menu,
#nav .sub-menu,
#nav .children,
.archive-info,
.blog-view,
.continue-reading,
.continue-reading:hover,
.attachment-nav .link-prev a,
.attachment-nav .link-next a,
.comment-body,
.comment-reply-link,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea,
.author-info,
.author-latest-posts,
.wrap-404-box,
#widgets-wrap-footer-3 {
    box-shadow: none;
}

#site-title,
#footer,
#below-menu,
#nav .menu a,
#nav .menu a:hover,
#nav .menu ul a:hover,
#nav .sub-menu li a,
#nav .children li a,
#nav .current-menu-item,
#nav .current-menu-ancestor,
#nav .current_page_ancestor,
#nav .current_page_item,
.archive-title,
.continue-reading:hover,
.entry-title a,
.page-nav > *,
.comment-nav > *,
.author-info .title,
.author-latest-posts-title,
.widget-after-post .widget-title,
.wp-pagenavi a,
.wp-pagenavi span {
    text-shadow: none;
}

#nav .menu > li > a,
#nav .menu > ul > .page_item > a,
.page-nav > *,
.comment-nav > *,
#wp-calendar th,
.wp-pagenavi a,
.wp-pagenavi span,
.author-info.cf h4.title {
    background: var(--nn-canvas);
}

#container,
#nav .menu,
#nav .menu > li,
#nav .menu > ul > .page_item,
#content,
.search-form,
#footer,
.archive-info,
#bottom-navi,
#respond,
.author-description a {
    border: 0 none;
}

/* ------------------------------------------------------------
   Navigation
------------------------------------------------------------ */

#nav .menu > .menu-item-has-children > a::after,
#nav .menu > ul > .page_item_has_children > a::after,
#nav .menu > .menu-item-has-children > a:hover::after,
#nav .menu > ul > .page_item_has_children > a:hover::after {
    content: none;
}

#nav .sub-menu > .menu-item-has-children > a,
#nav .children > .page_item_has_children > a,
#nav .sub-menu > .menu-item-has-children > a:hover,
#nav .children > .page_item_has_children > a:hover {
    background-image: none;
    background-position: initial;
    background-repeat: no-repeat;
}

#nav,
#nav .sub-menu li,
#nav .children li,
#header,
#content,
#sidebar,
#main,
#footer,
#footer-bottom,
.widget-sidebar .widget-title,
.search-form,
.archive-title,
.wrap-404-box {
    background: var(--nn-canvas);
}

#nav,
.widget-sidebar .widget-title,
.archive-title,
.wrap-404-box {
    border-top: 1px solid var(--nn-text);
    border-bottom: 1px solid var(--nn-text);
    border-left: 0 none;
    border-right: 0 none;
}

#nav.cf.drop,
#main,
#footer.cf {
    border-right: 1px solid var(--nn-text);
    border-left: 1px solid var(--nn-text);
}

#nav .menu li a,
#footer {
    color: var(--nn-text);
}

#nav .menu li a,
h2.widget-title,
.archive-title,
.wrap-404-box h2 {
    text-transform: uppercase;
    font-weight: normal;
}

#nav .menu li a:hover,
.continue-reading {
    background: var(--nn-red);
    color: var(--nn-white);
}

#nav .sub-menu li,
#nav .children li {
    border-bottom: 0 none;
    text-align: center;
}

#nav .sub-menu li a {
    background-color: var(--nn-lightgray);
}

/* ------------------------------------------------------------
   Hidden elements
------------------------------------------------------------ */

.entry-meta-top,
.entry-tags,
#site-description
{
    display: none;
    visibility: hidden;
}

/* ------------------------------------------------------------
   Layout
------------------------------------------------------------ */

#container {
    width: 1220px !important;
    max-width: 1220px !important;
}

#content {
    width: 830px !important;
    max-width: 830px !important;
    padding-left: 20px;
    padding-right: 10px;
}

#sidebar {
    width: 360px !important;
    max-width: 360px !important;
    font-size: 14px;
}

#respond {
    padding-left: 20px;
    padding-right: 0;
    font-size: 14px;
    background: var(--nn-white);
    text-decoration: none;
}

.single-view {
    padding: 10px 12px;
}

.widget-sidebar {
    padding-right: 0;
    padding-left: 10px;
}

/* ------------------------------------------------------------
   Color, borders, and backgrounds
------------------------------------------------------------ */

a,
.entry-header a,
.widget-sidebar a,
.wpcf7-not-valid-tip,
h4,
#footer a,
#footer a:hover,
#footer-links a,
#footer-links a:hover,
#header a {
    color: var(--nn-red);
}

a:hover,
#header a:hover,
.entry-header a:hover,
input[type='submit'],
.start-here-button,
input[type='search'],
.widget-sidebar a:hover,
input,
textarea {
    color: var(--nn-text);
}

hr {
    height: 1px;
    background-color: var(--nn-text);
    border: none;
    border-top: 1px solid var(--nn-text);
}

img {
    border: 1px solid var(--nn-text);
}

#header img,
.blog-view .entry-thumbnail {
    border: 0 none;
}

#header {
    min-height: 110px;
}

#header img {
    padding: 5px 0;
}

#site-description {
  font-weight:normal;
  padding-left:30px;
  margin-bottom:1000px;
}

#footer {
    border-top: 1px solid var(--nn-text);
}

#footer.cf {
  border-top: 1px solid var(--nn-text);
  border-right: 0 none;
  border-left: 0 none;
}

#content article,
input,
.author-info.cf {
    background: var(--nn-white);
    border: 1px solid var(--nn-text);
}

#content article.sticky {
    background-image: none;
    border-color: var(--nn-red);
}

.entry-content,
#widgets-wrap-after-post-content,
.post-nav {
    border-top: 1px solid var(--nn-text);
}

.post-nav {
    border-bottom: 1px solid var(--nn-text);
}

.entry-meta-bottom,
.entry-title {
    border-bottom: 0 none;
}

h4.title,
.archive-description,
.wrap-404-box h2 {
    border-bottom: 1px solid var(--nn-text);
}

.continue-reading {
    border: 1px solid var(--nn-text);
}

.continue-reading:hover {
    background: var(--nn-text);
}

div.wppb-progress > span.red {
    background: #722f37; /* Old browsers */
    background: -moz-linear-gradient(top, #750000 0%, #990000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#750000), color-stop(100%,#990000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #750000 20%,#990000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #750000 0%,#990000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #750000 0%,#990000 100%); /* IE10+ */
    background: linear-gradient(top, #750000 0%,#990000 100%); /* W3C */
}
div.wppb-progress > span.green {
    background: #777; /* Old browsers */
    background: -moz-linear-gradient(top, #777 0%, #777 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777), color-stop(100%,#777)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #777 20%,#777 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #777 0%,#777 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #777 0%,#777 100%); /* IE10+ */
    background: linear-gradient(top, #777 0%,#777 100%); /* W3C */
}

.asteroid-widget li {
    border-bottom: 1px solid var(--nn-border-light);
}

.widget-footer-3 .widget-title {
    background: none;
    border-left: none;
    border-right: none;
}

.wrap-404-box h2 {
    border-top: none;
    border-left: none;
    border-right: none;
    background: var(--nn-canvas);
    color: var(--nn-text);
}

.archive-description {
    background: none;
    border-top: none;
    padding: 10px 0;
    text-align: justify;
}

/* ------------------------------------------------------------
   Typography
------------------------------------------------------------ */



#site-title,
.site-title,
#site-title a,
.site-title a,
#site-logo,
#site-logo a,
#logo,
#logo a,
.logo,
.logo a {
  font-family: "Meow Script",serif;
}

.wp-block-site-title,
.wp-block-site-title a,
.menu,
.page_item a,
.menu-item a,
.wp-block-navigation,
.wp-block-navigation-item__content,
.wp-block-post-title,
.wp-block-post-title a,
.entry-title,
.entry-title a,
.post-title,
.post-title a,
.page-title,
.entry-content h1,
.entry-content h2,
.entry-content h3,
#content h1,
#content h2,
#content h3,
.type-post h1,
.type-post h2,
.type-post h3,
.type-page h1,
.type-page h2,
.type-page h3,
.elementor h1,
.elementor h2,
.elementor h3,
.widget-title,
.widget-area h1,
.widget-area h2,
.widget-area h3,
.widget-area h4,
.widget-area h5,
.widget-area h6,
#secondary h1,
#secondary h2,
#secondary h3,
#secondary h4,
#secondary h5,
#secondary h6,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
.wp-caption-text,
input[type='search'],
input[type='submit'],
input,
textarea {
    font-family: 'Open Sans', sans-serif;
}

.entry-content,
.entry-content p,
.entry-content h4,
.entry-content h5,
.entry-content h6,
#site-description,
.site-description,
#site-tagline,
.site-tagline,
.wp-block-site-tagline,
.post-content,
.page-content,
.post-excerpt,
.entry-summary,
.entry-excerpt,
.excerpt,
.excerpt p,
.type-post p,
.type-page p,
.wp-block-post-content,
.wp-block-post-excerpt,
.elementor,
.elementor p,
.post-content h4,
.post-content h5,
.post-content h6,
.page-content h4,
.page-content h5,
.page-content h6,
#content h4,
#content h5,
#content h6,
.type-post h4,
.type-post h5,
.type-post h6,
.type-page h4,
.type-page h5,
.type-page h6,
.elementor h4,
.elementor h5,
.elementor h6,
ul,
ol,
li,
blockquote,
.wp-block-quote,
blockquote p,
.wp-block-quote p,
.widget-area,
.widget,
.sidebar,
#sidebar,
#secondary,
footer,
#footer,
.footer,
.site-footer,
div.entry-date,
.entry-content p,
.post-nav,
.archive-description,
.single-view .entry-content,
.wrap-404-box,
#bottom-navi,
#widgets-wrap-header,
.entry-content small {
    font-family: 'PT Serif', serif;
}

a:hover {
    font-weight: bold;
}

h1#site-title,
h2#site-title {
    font-size: 84px;
    font-weight: normal;
    line-height: 95%;
}

h1#site-title a:hover,
h2#site-title a:hover,
#header a:hover {
    font-weight: normal;
}

h1.entry-title,
h3 {
    font-weight: normal;
}

div.entry-date {
    font-size: 105%;
}

.entry-excerpt,
.entry-content {
    color: var(--nn-text);
    padding-top: 5px;
    font-size: 16px;
    line-height: 140%;
    text-align: justify;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.entry-content p,
.post-nav,
.archive-description,
.single-view .entry-content,
.wrap-404-box,
#bottom-navi {
    font-size: 16px;
    line-height: 140%;
}

.entry-content small {
    font-size: 13px;
    line-height: 130%;
}

section#quotescollection-2 {
	font-style:italic;
    font-size:65%;
	text-align:right;
    float:right;
    -webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	max-width: 400px;
}

.wp-caption-text {
    text-align: center;
}

#footer-links,
#respond,
input[type='search'],
input[type='submit'],
input,
textarea {
    font-size: 14px;
}

.character-name {
    font-size: 14px;
    font-style: normal;
}

.character-pic,
.character-pic-pad {
    clear: both;
    font-style: italic;
}

.character-pic-pad {
    padding-bottom: 15px;
}

.breadcrumbs {
    text-align: right;
    font-size: 13px;
    margin: -10px 0 10px;
}

#widgets-wrap-header {
    display: block;
    float: right;
    font-size: 24px;
}

.rpwwt-post-excerpt {
    text-align: justify;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

abbr,
acronym {
    text-decoration: none;
    border-bottom: 1px dotted var(--nn-text);
}

td {
    text-align: left;
    vertical-align: top;
}

.entry-content a {
    text-decoration: none;
    border-bottom: 1px solid var(--nn-red);
}

.entry-content a:hover {
    border-bottom-color: var(--nn-text);
}

img.alignright {
    margin: 0 0 10px 10px;
}

img.alignleft {
    margin: 0 10px;
}

input[type='text'],
input[type='email'],
input[type='url'],
textarea,
.wpcf7-validates-as-url {
    width: 100%;
    color: #666;
}

/* ------------------------------------------------------------
   Responsive
------------------------------------------------------------ */

@media (max-width: 700px) {
    .ll-recent-posts-page-grid {
        grid-template-columns: 1fr;
    }
}
