/*
 Theme Name:   naturesource twentytwentytwo, a Twenty Twentytwo Child Theme
 Theme URI:    https://naturesource.net/
 Description:  naturesource twentytwentytwo, a Twenty Twentytwo Child Theme
 Author:       Michele L. Trembaly, James E. Cradock, Jr.
 Author URI:   http://example.com
 Template:     twentytwentytwo
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentytwo-naturesource
*/

body { 
    background: url(https://naturesource.net/wp-content/uploads/2023/01/nrcw.jpg);  
} 
h1, h2, h3 { 
    font-weight: 500 !important;  
} 
.wp-block-post-title { 
    /* font-family: Roboto, sans-serif;
    font-size: 3.21em;
    font-weight: 300; */ 
    font-family: 'Nothing You Could Do', cursive;
    font-size: 4em !important;
    margin-bottom: .67em !important;
} 
.naturesourceheader { 
    /* nada */ 
} 
.naturesourcelogo { 
    /* nada */ 
}
.naturesourcelogo .custom-logo { 
    /* nada */ 
} 
.naturesourcebluelogo { 
    /* nada */ 
} 
.naturesourcemainmenu { 
    margin-top: 25px !important;   
} 
.naturesourcemainmenu .wp-block-navigation-item__content { 
    font-size: 16px; 
    font-weight: bold;     
} 
.naturesourcesubnav { 
    /* nada */ 
} 
.naturesourcesubnav .wp-block-navigation-item__label { 
    font-family: 'Nothing You Could Do', cursive;
    font-size: 2em;
    font-weight: bold;
    text-transform: lowercase;
} 
.naturesourcesubnav .wp-block-navigation-item:nth-child(1) .wp-block-navigation-item__label { 
    color: #4e89c4;
} 
.naturesourcesubnav .wp-block-navigation-item:nth-child(2) .wp-block-navigation-item__label { 
    color: #4e89c4;
} 
.naturesourcesubnav .wp-block-navigation-item:nth-child(3) .wp-block-navigation-item__label { 
    color: #6b9bd4;
} 
.naturesourcerule { 
    background-image: url(https://naturesource.net/wp-content/uploads/2023/01/naturesource-waves-1400.png); 
    background-repeat: no-repeat;
    border: 0;
    height: 62px;
    margin-top: 0 !important;
    opacity: 1 !important;
    overflow: hidden;
} 
.naturesourcesans { 
	font-family: sans-serif; 
} 
.naturesourceinlinelist { 
    max-width: var(--wp--style--global--wide-size);
    padding-left: 0;
    padding-right: 0;
} 
.naturesourceinlinelist li { 
    display: inline;
    font-weight: bold;
}
.naturesoucegreenlist { 
    
    display: none !important;
    
    max-width: var(--wp--style--global--wide-size) !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px !important;
} 
.naturesoucegreenlist li { 
    display: inline;
    font-weight: bold;
}
.naturesoucegreenlist li { 
    color: #7bbba9;
    font-family: 'Nothing You Could Do', cursive;
    font-size: 1.55em;
    font-weight: bold;
    text-transform: lowercase;
}
.naturesoucegreenlist li:nth-child(1):after, 
.naturesoucegreenlist li:nth-child(2):after, 
.naturesoucegreenlist li:nth-child(3):after, 
.naturesoucegreenlist li:nth-child(4):after, 
.naturesoucegreenlist li:nth-child(5):after, 
.naturesoucegreenlist li:nth-child(6):after, 
.naturesoucegreenlist li:nth-child(7):after { 
        background-image: url(https://naturesource.net/wp-content/uploads/2023/01/nrcbllt.gif);
        background-repeat: no-repeat;
        content: ""; 
        display: inline-block;
        height: 19px;
        padding-left: 10px;
        padding-right: 0;
        width: 15px;
} 
/* hack */ 
.naturesoucegreenlist li ul { 
    display: none !important; 
} 
