/* 
 Theme Name:   Astra B&B
 Theme URI:    
 Description:  Child theme for the Babies & Beyond Site
 Author:       bridgetbward
 Author URI:   
 Template:     astra
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.entry-title, .entry-title a  {
	font-weight: 700;
	margin-top: 1em;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin-bottom: 0;
	margin-top: 1rem;
	line-height: 1.2;
}
.ast-archive-description .ast-archive-title {
	font-weight: 600;
}

.ast-single-post .entry-content a {
	text-decoration: none;
}

.ast-single-post .entry-content a:hover {
	text-decoration: underline;
}

.widget_nav_menu li {
	margin: 0;
}

ol, ul {
	margin: 0 0 1.5em 1.5em;
}

.wp-block-latest-posts > li > a {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
}

/* Accordion CSS */

.c-accordion__title {
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	padding: 0.5em;
	margin: 0 !important;
}

.staff-accordion .c-accordion__title {
	background-color: #127d87;
	color: #FFFFFF;
	text-align: center;
	border: none;
	font-size: 1rem;
}

.is-open>.c-accordion__title {
	background-color: #eeeeee;
	color: #494949;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.c-accordion__title:after {
	margin-right: 1em;
}

.staff-accordion .c-accordion__title:after {
	color: #FfFFFF;
}

.is-open>.c-accordion__title:after{
	color: #494949;
}

.c-accordion__content {
	background-color: #FFFFFF;
	padding: 1em;
	border: 1px solid #cccccc;
}

.staff-accordion .c-accordion__content {
	font-size: 0.9rem;
}


//STAFF DISPLAY 

.staff-name {
	font-size: 1.5em; !important
	margin-top: 0;
}

.staff-role {
	font-size: 1.1em;
	margin-top: 0;
}

//WIDGET BLOCKS
.wp-block-navigation-item__content {
	text-decoration: none;
	padding: 1em;
}

.wp-block-group {
	--wp--style--block-gap: 0px;
}
.widget {
	margin: 0;
}

span.op-closed {
	color: #000000;
	font-weight: 600;
}

//DARK FOOTER
.dark-footer > a:hover {
	color: #8ac6cb;
}
.dark-footer > a {
	color: #ffffff !important;
	padding: 12px 0px;
	text-decoration: none;
}
.dark-footer > a:hover {
	color: #8ac6cb !important;
}
.dark-footer > li {
	padding: 12px 0px;
}
.dark-footer > li > a {
	color: #CCEBA7 !important;
	padding: 12px 0px;
	text-decoration: none;
}
.dark-footer> li > a:hover {
	color: #8ac6cb !important;
}