/*
Theme Name: BlankSlate Child
Theme URI: https://adrianbeal.com
Description: Child theme for the Archers Fans website.
Author: Adrian Beal
Template: blankslate
Version: 1.0
Text Domain: blankslate-child
*/

/* Put your own CSS below this line */





/* ---------------------------------------------------------
   PRIVATE PAGE
--------------------------------------------------------- */


/* FONTS */

@font-face {
    font-family: "LondrinaShadow";
    src: url("/wp-content/themes/blankslate-child/assets/fonts/Londrina_Shadow/LondrinaShadow-Regular.ttf")
         format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Chalktastic1";
    src: url("/wp-content/themes/blankslate-child/assets/fonts/Chalktastic/ChalktasticItalic-pEwZ.ttf")
         format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Chalktastic2";
    src: url("/wp-content/themes/blankslate-child/assets/fonts/Chalktastic/Chalktastic-x1nR.ttf")
         format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Chalktastic3";
    src: url("/wp-content/themes/blankslate-child/assets/fonts/Chalktastic/Chalktastic-r78L.ttf")
         format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Chalktastic4";
    src: url("/wp-content/themes/blankslate-child/assets/fonts/Chalktastic/ChalktasticItalic-YYA4.ttf")
         format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "PatrickHand";
    src: url("/wp-content/themes/blankslate-child/assets/fonts/Patrick_Hand/PatrickHand-Regular.ttf")
         format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "EraserRegular";
    src: url("/wp-content/themes/blankslate-child/assets/fonts/Eraser/EraserRegular-DO1D.ttf")
         format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "EraserDust";
    src: url("/wp-content/themes/blankslate-child/assets/fonts/Eraser/EraserDust-p70d.ttf")
         format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "ArchitectsDaughter";
    src: url("/wp-content/themes/blankslate-child/assets/fonts/Architects_Daughter/ArchitectsDaughter-Regular.ttf")
         format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Sriracha";
    src: url("/wp-content/themes/blankslate-child/assets/fonts/Sriracha/Sriracha-Regular.ttf")
         format("truetype");
    font-display: swap;
}


/* FONT CLASSES */

.FontLondrinaShadow {
    font-family: "LondrinaShadow", sans-serif;
}

.FontChalktastic1 {
    font-family: "Chalktastic1", sans-serif;
}

.FontChalktastic2 {
    font-family: "Chalktastic2", sans-serif;
}

.FontChalktastic3 {
    font-family: "Chalktastic3", sans-serif;
}

.FontChalktastic4 {
    font-family: "Chalktastic4", sans-serif;
}

.FontPatrickHand {
    font-family: "PatrickHand", sans-serif;
}

.FontEraserRegular {
    font-family: "EraserRegular", sans-serif;
}

.FontEraserDust {
    font-family: "EraserDust", sans-serif;
}

.FontArchitectsDaughter {
    font-family: "ArchitectsDaughter", sans-serif;
}

.FontSriracha {
    font-family: "Sriracha", sans-serif;
}


/* GENERAL PAGE STRUCTURE */



body {
    margin: 0;
    padding: 30px;
	background-image:url("assets/images/BgBlackLeather.jpg");
	font-family: Arial, Helvetica, sans-serif;
}

body.home-site {
    margin: 0;
}

.page-wrapper {
    width: 100%;
	background-image:url("assets/images/BgMaroonLeather.jpg");
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em;
    line-height: 1.5em;
    box-sizing: border-box;  
	font-family: Arial, Helvetica, sans-serif;
}

.page-container {
	background-image:url("assets/images/BgCreamLeather.jpg");
    width: 100%;
    max-width: 1200px;
    margin: 0 0 0 0;
    padding: 1em;
    box-sizing: border-box;
}

.page-container p {
    margin: 0 0 1em 0;
}




/* CONTAINER FORMATTING */

.ContainerPosition {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.ContainerStory {
    flex: 1 1 0;
    min-width: 0;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    border: 3px inset #000;
    background: linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
}






/* TEXT FORMATTING */

.page-heading {
	text-align: center;
	font-weight: bold;
	line-height:2em;
	font-size: 1.2em;
}


.bold-text {
	font-weight: bold;
}

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

.justify-text {
	text-align: justify;
}

.right-text {
	text-align: right;
}


.site-text-section {
    text-align: justify;
    font-size: 1rem;
    margin-top: 2em;
}

.site-section-heading {
	font-weight: bold;
    font-size: 1.3em;
    padding-bottom: 0.5em;

}

.plumber-links {
    display: flex;
    gap: 1em;
    width: 100%;
}

.plumber-link {
    flex: 1;
    text-align: center;
}





/* PRIVATE HEADER */

.site-header {
    width: 100%;
    background: #ffffff;
    border-bottom: 2px solid #333333;
}

.site-header-branding {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em;

    display: flex;
    align-items: center;
    gap: 1em;

    box-sizing: border-box;
}

.site-header-branding > a {
    display: block;
    flex: 0 0 auto;
}

.site-logo {
    display: block;
    max-width: 180px;
    height: auto;
}







/* HOME SITE TITLE */

.site-title {
    display: flex;
    flex-direction: column;
}

.site-title h1 {
    margin: 0;
    color: #222222;
    font-size: 2em;
    line-height: 1.1;
}

.site-tagline {
    margin: 0.3em 0 0;
    color: #666666;
    font-size: 0.9em;
}


/* HOME NAVIGATION */

.site-navigation {
    width: 100%;
    border-top: 1px solid #dddddd;
}

.site-menu {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.5em 1em;

    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;

    list-style: none;
    box-sizing: border-box;
}

.site-menu li {
    margin: 0;
    padding: 0;
}

.site-menu a {
    display: block;
    padding: 0.6em 0.9em;

    color: #222222;
    text-decoration: none;
}

.site-menu a:hover,
.site-menu a:focus {
    text-decoration: underline;
}

.site-menu .current-menu-item > a,
.site-menu .current_page_item > a {
    font-weight: bold;
    text-decoration: underline;
}


/* IMAGES */

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




/* PRIVATE FOOTER */

.site-footer {
    width: 100%;
    background: #ffffff;
    margin-top: 0;
    padding: 1em;
    border-top: 1px solid #666666;
    text-align: center;
    box-sizing: border-box; 
}

.site-footer {
    margin: 0;
    color: #666666;
    font-size: 0.9em;
}

.site-footer-branding {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em;

    display: flex;
    align-items: center;
    gap: 1em;

    box-sizing: border-box;
}

.site-footer-branding > a {
    display: block;
    flex: 0 0 auto;
}




/* MOBILE HOME HEADER */

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

    .site-header-branding {
        display: block;
        text-align: center;
    }

    .site-logo {
        margin: 0 auto;
    }

    .site-title {
        margin-top: 1em;
    }

    .site-navigation {
        margin-top: 0;
    }

    .site-menu {
        display: block;
        text-align: center;
    }

    .site-menu a {
        padding: 0.7em;
    }
}


