/*
Theme Name: HBS Child
Theme URI: https://olliewp.com
Description: A custom child theme created exclusively for Healthcare Billing Services created by Trusty and Company. Note this child theme requires that the Ollie theme be installed in order to function. 
Author: Tom Trusty
Author URI: https://trustyandcompany.com
Template:     ollie
Version: 3.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         blog, portfolio, entertainment, grid-layout, one-column, two-columns, three-columns, four-columns, block-patterns, block-styles, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, full-width-template, rtl-language-support, style-variations, template-editing, theme-options, translation-ready, wide-blocks
Text Domain: hbs-child
*/

.text-shadow{
	text-shadow: 3px 3px 2px #000000;
}

:is(dir, menu, ol, ul) ul {
    list-style-type: disc;
}
.single-therapist-post ul li:first-child {
  list-style: none !important;
}
.hover-lighten:hover{
opacity: 0.5;
}
.site-header .bottom-navbar a:link,
.site-header .bottom-navbar a:visited,
.page-id-25 .wp-block-post-content a:link,
.page-id-25 .wp-block-post-content a:visited{
	color: #fff !important;
	text-decoration: none !important;
}
.site-header .bottom-navbar a:hover,
.site-header .bottom-navbar a:active,
.site-header .bottom-navbar a:focus
.page-id-25 .wp-block-post-content a:hover,
.page-id-25 .wp-block-post-content a:active,
.page-id-25 .wp-block-post-content a:focus{
	text-decoration: underline !important;
}
.site-header .wp-block-button a:link,
.site-header .wp-block-button a:visited{
	color: #000 !important;
}

/* styles for details block ------------------------- */
/* Add a custom transition when opening/closing. */
.wp-block-details {
    box-sizing: border-box;
    padding: 1rem;
    font-weight: 700;
	color: #000 !important;
}
.wp-block-details {
	transition: all 0.5s ease-in-out;
}
/* Add horizontal margin to nested blocks/elements. */
.wp-block-details > :where( :not( summary ) ) {
	margin: 0 1rem;
	font-weight: 400;
	font-size: .95rem;
}
/* If open, add some bottom padding to avoid content butting against the bottom. */
.wp-block-details[open] {
	padding-bottom: 2rem;
}
/* Base `summary` element styling. */
.wp-block-details summary {
	transition: all 0.5s ease-in-out;
	box-sizing: border-box;
	padding: 1em;
	margin-bottom: 1em;
	font-size: 1rem;
}
/* Change the background of the `summary` element based on state. */
.wp-block-details[open] summary,
.wp-block-details summary:hover,
.wp-block-details summary:focus {
	background: #e2e8f0;
	border-radius: 6px;
}
/* END styles for details block ------------------------- */

/* styles for 'learn more' link on home ---------NOT WORKING-------- */
a.home-columns{
  text-decoration: none !important;
}
.read-more:hover a{
  color: #000;
}