/*
 Theme Name: Kadence SaxLessons
 Theme URI: https://saxlessons.lndo.site
 Description: Child theme of Kadence for SaxLessons, with classic fixed-width layout and saxophone-inspired color scheme.
 Author: Achilles Poloynis
 Template: kadence
 Version: 1.0.0
*/

/* Layout: fixed-width content with subtle page background */
body {
	/* background-color: #f4f4f0; */
}
.site-header-inner-wrap {
    border-top: 6px solid #600;
}

.page-title {
	margin: 2em 0 .125em;
}

.home .page-title{
    height: 1.2em;
}
.home .page-title h1{
    display: none;
}

.entry-content-wrap {
    padding: 3rem;
    border: 2px solid #00213f;
    border: 4px solid #ffffff;
    border-radius: 3px;
}
   
article.entry {
	border: 3px solid #600;
    border-width: 2px;
    border-radius: 3px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.23);
}

.lesson-item {
    margin-bottom: unset;
	display: inline-block;
	padding: .125rem .05rem .125rem;
}

.wp-site-blocks .entry-hero-container-inner {
	background-color: transparent;
}

div#TB_window {
    padding-bottom: 1em;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a:hover {
	text-decoration: underline;
}

.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a {
    text-decoration: none;
}


/* .site-container {
	max-width: 1040px;
	margin: 20px auto;
	 box-shadow: 0 0 12px rgba(0, 0, 0, 0.08); 
} */

/* Header: dark navy bar with gold accent
.site-header,
.kadence-header,
.kadence-header .site-branding,
.kadence-header .primary-navigation {
	background-color: #012033;
}

.kadence-header .site-title,
.kadence-header .site-title a,
.kadence-header .site-description {
	color: #fdf8e4;
} */

.primary-navigation .menu > li > a {
	color: #fdf8e4;
	text-transform: none;
	font-weight: 600;
}

.primary-navigation .menu > li > a:hover,
.primary-navigation .menu > li.current-menu-item > a,
.primary-navigation .menu > li.current_page_item > a {
	color: #f0c25a;
}

/* Links and accents */
/* a {
	color: #0d4d7a;
}

a:hover {
	color: #c28b2b;
} */

/* Sidebar styling for a classic blog layout */
.sidebar,
.widget-area {
	background-color: #f9f7f0;
}

.widget-area .widget-title,
.sidebar .widget-title {
	color: #012033;
	border-bottom: 2px solid #c28b2b;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

/* Footer */
/* .site-footer {
	background-color: #012033;
	color: #f5f3ea;
}

.site-footer a {
	color: #f0c25a;
}

.site-footer a:hover {
	color: #ffffff;
} */

