/*
Theme Name: Wonderwall Magazine Child Theme
Theme URI: https://themeforest.net/user/danyduchaine/portfolio
Description: A reusable, minimal child theme skeleton you can copy for any parent theme.
Author: Your Name
Author URI: https://themeforest.net/user/danyduchaine/portfolio
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generic-child
Tags: child-theme, minimal
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4

Template: wonderwall-magazine
*/
/*
INSTRUCTIONS:
1) Set the "Template" value above to the folder name (slug) of the parent theme. Example:
   - Parent theme folder: twentytwentyfive  =>  Template: twentytwentyfive
   - Parent theme folder: astra             =>  Template: astra
2) Rename this folder from "generic-child-theme" to something like "astra-child" or "twentytwentyfive-child".
3) Zip the folder and upload via Appearance → Themes, or copy to /wp-content/themes/ then activate.
*/

/* Put small CSS tweaks here. For larger changes consider /assets/css/custom.css */


@font-face {
    font-family: 'NewRailAlphabetBold';
    src: url('fonts/NewRailAlphabetBold.eot');
    src: url('fonts/NewRailAlphabetBold.eot') format('embedded-opentype'),
         url('fonts/NewRailAlphabetBold.woff2') format('woff2'),
         url('fonts/NewRailAlphabetBold.woff') format('woff'),
         url('fonts/NewRailAlphabetBold.ttf') format('truetype'),
         url('fonts/NewRailAlphabetBold.svg#NewRailAlphabetBold') format('svg');
}

@font-face {
    font-family: 'NewRailAlphabetLight';
    src: url('fonts/NewRailAlphabetLight.eot');
    src: url('fonts/NewRailAlphabetLight.eot') format('embedded-opentype'),
         url('fonts/NewRailAlphabetLight.woff2') format('woff2'),
         url('fonts/NewRailAlphabetLight.woff') format('woff'),
         url('fonts/NewRailAlphabetLight.ttf') format('truetype'),
         url('fonts/NewRailAlphabetLight.svg#NewRailAlphabetLight') format('svg');
}

:root {
    --dark-green: #13544E;
    --fade-green: #DEF1E3;
}


body, button, input,
select, textarea, p,
.post-meta-cats a,
.post-meta a,
.post-meta-date
.post-meta span {
    font-family: 'NewRailAlphabetLight';
}

h1, h2, h3, h4, h5, h6,
.v-main-menu a, .sidebar .widget-title {
    font-family: 'NewRailAlphabetBold';
}

#sidebar .widget-title {
    font-family: 'NewRailAlphabetLight';
}

.post-s6-title a {
    font-family: 'NewRailAlphabetBold';
    color: var(--dark-green);
}

.post-s3-title a {
    color: #13544F;
}

.bg-header {
    background: var(--dark-green);
}

.post-s3-excerpt p {
    color: var(--dark-green);
}

#top-bar {
    display: none !important;
}

.post-meta-cats-line {
    background: var(--fade-green);
}

#sidebar .widget, .sidebar .widget {
    background: var(--fade-green);
}

.pagination-classic-numbers a {
    font-family: 'NewRailAlphabetLight';
}

.pagination-classic-next a {
    background: var(--fade-green);
    font-family: 'NewRailAlphabetLight';
}

.v-footer p {
    font-family: 'NewRailAlphabetBold';
}

.v-footer .v-row-1 {
    background: var(--dark-green);
}

.v-footer .v-row-2 img {
    display: none;
}

.v-footer .v-row-2 p {
    font-family: 'NewRailAlphabetLight';
    margin: 0;
    text-align: center;
}

.v-footer .v-row-3, .v-footer .v-row-4 {
    background: var(--dark-green);
}

.blog-post-single-header-1 .blog-post-single-title {
    color: var(--dark-green);
    font-family: 'NewRailAlphabetBold';
}

.adjacent-post-none-text {
    color: var(--dark-green);
    font-family: 'NewRailAlphabetBold';
}

.adjacent-post-thumb-text {
    font-family: 'NewRailAlphabetBold';
}

.adjacent-post-none,
.adjacent-post-main,
#respond {
    background: var(--fade-green);
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: var(--dark-green);
}

#logo a, #logo img {
    height: 50px;
}






