/*
 * Theme Name:   Baskerville Child (Shirley Jackson Awards)
 * Theme URI:    http://shirleyjacksonawards.org
 * Description:  Shirley Jackson Awards Theme
 * Author:       Matt Kressel
 * Author URI:   https://matthewkressel.net
 * Template:     baskerville
 * Version:      20240205
 * Text Domain:  baskervillechild
 * */

@font-face {
    font-family: 'Mignon';
    src: url('fonts/mignon-bold.ttf')  format('truetype');
    
}

.sja-title {
    font-family: 'Mignon', serif;
    text-transform: uppercase;
    color: #000000;
    text-shadow: none;
    line-height: 1.0;
    max-width: 8.8em;
    margin: 0 auto;
}

.sja-title .line-1 {
    display: block;;
    text-align: left;
    font-size: 80%;
    color: #000000;
}

.sja-title .line-2 {
    display: inline-block;
    text-align: left;
    color: #983301;
}

.sja-title .line-3 {
    display: block;;
    text-align: right;
    font-size: 80%;
    color: #000000;
}

#wp-admin-bar-root-default a,
#wp-admin-bar-top-secondary a {
    color: #ffffff !important;
}

body {
    /*background: #350090 !important;*/
    font-family: 'Merriweather', serif !important;
}

body a {
    color: #983301 !important;
}

.navigation.section {
    background-color: #983301 !important;
}

.widget-content ul li:before {
    color: #983301 !important;
}

.archive-nav a {
    color: #ffffff !important;
    background: #983301 !important;
}


 .archive-nav a:hover {
    color: #983301 !important;
    background: #ffffff !important;
}


.header {
    padding: 40px 0 !important;
}

.header-inner .blog-title {
    font-family: Mignon, serif;
    text-shadow: 0px 0px 5px #000000;
}

.header-inner .blog-title a {
    color: #ffffff !important;
}

.blog-title .sja-logo img {
    width: 120px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.blog-title .sja-logo {
    width: 120px;
}


.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
    font-family: 'Merriweather', serif !important;
    line-height: 1.4;
    /*text-transform: uppercase;*/
}

.blog-description {
   display: none;
}

.main-menu {
    font-family: Mignon, serif !important;
}

ul.main-menu a,
.mobile-menu a {
    color: #ffffff !important;
    font-family: Mignon, serif !important;
}

.header .cover {
    display: none;
}

.post-header {
    padding: 2em 10% !important;
}

.single .post-content {
    padding: 5% 10% !important;
}

.single .post-meta a {
    color: #983301 !important;
}

.post-header {
    background: #983301 !important;
    color: #ffffff !important;
}

.post-header h1.post-title {
    font-size: 2em !important;
    font-family: Mignon, serif !important;
    color: #ffffff !important;
    text-transform: uppercase;
}

.post .post-header:after,
.page .post-header:after {
    border-top-color: #983301 !important;
}

.page-title .top,
.page-title .bottom {
    font-family: Mignon, serif !important;
    color: #ffffff !important;
}

.main-menu > .has-children > a::after {
    display: none !important;
}

.main-menu > li:before {
    color: #ffffff !important;
}

.main-menu > li > a {
    font-size: 100% !important;
    letter-spacing: 1px !important;
}

.nav-toggle .bar {
    background: #ffffff !important;
}

/*.post-author:before {
    background-color: #350090 !important;
}*/

.widget-content label.wp-block-search__label {
    display:none;
    font-family: Mignon, serif !important;
}

.widget-content .wp-block-search__button {
    font-family: Mignon, serif !important;
    font-size: 0.75em;
    padding: 1em 0.5em;
    border-radius: 3px;
}


.post-header .post-title,
h1.post-title a,
h2.post-title a,
h2.wp-block-heading {
    color: #983301 !important;
    font-family: Mignon, serif !important;
}

.credits a {
    color: #983301 !important;
}

.sidebar .widget-title {
    font-family: Mignon, serif !important;
    color: #000000 !important;
    font-size: 1.25em;
}

@media only screen and (max-width: 1000px) {
    .blog-title .sja-logo img {
       width: 90px;
    }
}

@media only screen and (max-width: 600px) {
    .blog-title .sja-logo img {
        width: 12%;
    }
}
