/*
 * Theme Name: BioNews Umbrella Child
 * Template: bionews-global-2
 * Description: Child theme for BioNews umbrella websites
 * Author: BioNews
 * Author URI: https://bionews.com/
 * Version: 1.1.3
*/

/* Hide post preview content */
/*
.page-id-91253 p.bio-post-preview--content-body.feat, 
.page-id-91337 p.bio-post-preview--content-body.feat,
.page-id-91498 p.bio-post-preview--content-body.feat, 
.page-id-91512 p.bio-post-preview--content-body.feat,
.page-id-91690 p.bio-post-preview--content-body.feat,
.page-id-91585 p.bio-post-preview--content-body.feat,
.page-id-91909 p.bio-post-preview--content-body.feat {
    display: none;
}
*/
/* Set post preview font size */
/*
.page-id-91253 .bio-post-preview--large .bio-post-preview--content-title, 
.page-id-91337 .bio-post-preview--large .bio-post-preview--content-title,
.page-id-91498 .bio-post-preview--large .bio-post-preview--content-title, 
.page-id-91512 .bio-post-preview--large .bio-post-preview--content-title,
.page-id-91690 .bio-post-preview--large .bio-post-preview--content-title,
.page-id-91585 .bio-post-preview--large .bio-post-preview--content-title,
.page-id-91909 .bio-post-preview--large .bio-post-preview--content-title {
    font-size: 1.5rem !important;
    margin-bottom: 10px;
}
*/

.bio-post-preview--content-title.bio-type-display--large {
	font-size: 1.5rem !important;
	margin-bottom: 10px;
}

.bio-link--label {		
		background-color: #E9E9E9;
    padding: 4px;
    font-size: .65rem;
    font-weight: 700;
}
.bio-post-preview--byline-category .bio-link--label {
    white-space: nowrap;
}

/* Updates to subnav */
#newSubNav {
	max-width: 1200px;
	margin: auto;
}
/*
.bio-content-container.bio-background.bio-background--light-gray:has(.bio-type-body--default #newSubNav) { 
	max-width: 100%;
	padding-bottom: 20px;
  padding-top: 10px;
}
  */

/*
.bio-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
*/

/* Additional styles to ensure text is readable over the image */
.bio-hero-content {
   /* color: white; */
  	/*text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);*/
}
/*
.bio-hero-image-background {
	display: flex !important;
}
.bio-hero-image-background .bio-hero-content {
    display: flex;
    justify-content: center;
    width: 100%;
		text-align: center;
}
*/
.bio-card-grid-heading.bio-type-display--large {
	font-size: 2rem;
}

/* Add new theme colors */

.bio-background--gray:before {
    background-color: #dedede;
}
.bio-background--light-gray:before {
    background-color: #f5f5f5;
}
.bio-background--gray .bio-hero-content-link, .bio-background--light-gray .bio-hero-content-link  {
    color: #0B0B0B;
}
.bio-background--gray .bio-card-grid-cta, .bio-background--gray .bio-card-grid-cta>.bio-btn, .bio-background--gray .bio-card-grid-heading, .bio-background--gray .bio-card-grid-summary, .bio-background--light-gray .bio-card-grid-cta, .bio-background--light-gray .bio-card-grid-cta>.bio-btn, .bio-background--light-gray .bio-card-grid-heading, .bio-background--light-gray .bio-card-grid-summary {
    color: #0B0B0B;
}
.bio-background--gray .bio-carousel-next, .bio-background--gray .bio-carousel-prev, .bio-background--light-gray .bio-carousel-next, .bio-background--light-gray .bio-carousel-prev {
    color: #7E7E7E;
}
.bio-background--gray .bio-carousel-navigation-button--active, .bio-background--light-gray .bio-carousel-navigation-button--active {
    background-color: #7E7E7E;
}
.bio-background--gray .bio-carousel-navigation-button:focus, .bio-background--gray .bio-carousel-navigation-button:hover, .bio-background--gray .bio-carousel-navigation-button:focus, .bio-background--gray .bio-carousel-navigation-button:hover {
    background-color: #0B0B0B;
}
.bio-background--gray .bio-carousel-navigation-button, .bio-background--light-gray .bio-carousel-navigation-button {
    border-color: #0B0B0B;
    color: #0B0B0B;
}
/*
.bio-post-preview--large .bio-post-preview--content-title, .bio-search-heading, .bio-link--title h3, .bio-link--label, .bio-post-preview--small, .bio-post-preview--byline-author-name, .bio-post-preview--byline-author-name, .bio-link--primary, .bio-widget ul li a, .bio-link-card-heading {
		color: #0B0B0B !important;
}
.bio-link--title h1:active, .bio-link--title h2:active, .bio-link--title h3:active, .bio-link--title h4:active, .bio-link--title h5:active, .bio-link--title h6:active, .bio-link--title span:active {
	color: #0B0B0B;
}
.bio-search-drawer-btn--active:after, .bio-search-drawer-btn--active:focus:after, .bio-search-drawer-btn--active:hover:after {
	border-top: 8px solid #00AEEF;
}
.bio-btn--primary, .bio-search-btn--desktop {
		background-color: #0B0B0B;
		border: #0B0B0B;
		color: #FFFFFF;
}
.bio-btn--tertiary {
		background-color: #0B0B0B;
		border: #0B0B0B;
		color: #FFFFFF;
}
.bio-card--shadow, .bio-post-preview--media img {
    border-radius: 0px;
}
	*/
.bio-post-preview--byline-item {
	margin-right: 7px !important;
	padding-right:	9px !important;
}
.bio-header .bio-nav-logo {
	width: 300px;
}
img.black-and-white {
    filter: grayscale(100%);
}
.bio-cta-block-heading.bio-type-display--medium, .bio-cta-block-description.bio-type-body--default {
	text-align: left !important;
}
.bio-cta-block.bio-background.bio-background--light-gray {
	padding-bottom: 24px;
	padding-top: 6px;
}
        .list-column {
            float: left;
            width: 50%;
					  text-align: left;
        }

        /* Clear floats after the columns */
        .list-row:after {
            content: "";
            display: table;
            clear: both;
        }
.list-column ul { 
            list-style-type: none;
            padding: 0;
}
/*
.nav-item a, .bio-widget a, .bio-nav-link {
	color: #0B0B0B !important;
}
.bio-btn--tertiary, .bio-btn--primary {
	color:#ffffff !important;
}
.bio-search-drawer-btn {
	background-color: #0B0B0B;
}
.bio-nav-submenu  {
	background-color: #000;
	}
@media screen and (max-width: 1025px) { 
	.bio-nav-submenu, .bio-nav-menu-item  {
		border-top: 2px solid #a9a9a9;
		background-color: #000;
	}
	.bio-nav-link, .bio-nav-menu-wrapper {
		background-color: #000;
	}

	.nav-item a, .bio-widget a, .bio-nav-link {
		color: #fff !important;
	}

}

.bio-nav-submenu-item.bio-link-card.bio-card--link, .bio-search-drawer {
	background-color: #353535;
}
*/

.bio-hero.bio-hero--text-image {
    position: relative;
}
.textcenter {
	text-align: center;
}
/*
a.ab-item {
	color: #f0f0f1 !important;
}
.bio-card--link {
	border-radius: 0px;
	border: none;
}
.bio-btn {
	border-radius: 0px;
}
.bio-btn--tertiary:hover {
	border: none;
}

.bio-btn:active, .bio-btn:focus, .bio-btn:hover {
  border-color: #00AEEF;
  background: #00AEEF;
}
 */
.bio-carousel-no-byline {
	height: 255px;
  padding-top: 300px;
}
.bio-carousel-viewport-no-byline {
	height: 255px;
}
.bio-carousel-card-no-byline {
	height: 255px;
}

@media screen and (max-width: 1025px) { .bio-carousel-card-no-byline {
	height: 200px;
	}}

 /*
.page-id-97131 div.bio-hero-container {padding: 30px;}

.page-id-97131 div.bio-hero-content {max-width: 1000px;}
*/

article[id^='post-'] .bio-btn.bio-btn--primary {
	/*color: #ffffff !important; */
		font-size: .75rem !important;

}
/*
article[id^='post-'] .bio-btn:focus, #post-99484 .bio-btn:hover {
    background: #05b4dd !important;
    color: #fff;
	 border: 2px solid #05b4dd;
}

.bio-social-list-item-icon-link a {
	background-color: #000 !important;
	border-color: #000 !important;
	border-radius: 0 !important;
}

.bio-social-list-item-icon-link a:hover, .bio-social-list-item-icon-link a:active  {
	background-color: #05b4dd !important;
	border-color: #05b4dd !important;
	color: #000;
}

.bio-nav-menu-item .bio-type-display--small.bio-link-card-heading {
	color: #fff !important;
}

.bio-nav-menu-item .divider--blue {
    border-color: #b5b5b5;
}
*/
/*
.bio-nav-menu-item>.bio-btn>.bio-icon {
	margin-left: 0;
}

.bio-nav-menu-item>.bio-btn.bio-search-drawer-btn {
	padding: 12px 11px;
}
*/

/*
.bio-link--inline:focus, .bio-link--inline:hover {
    border-bottom-color: #fff;
}

.bio-header .bio-search-drawer-btn.bio-search-drawer-btn--active:after {
    border-top-color: #000;
	transition: all .2s linear;
}

.bio-header .bio-search-drawer-btn.bio-search-drawer-btn--active:hover:after,
.bio-header .bio-search-drawer-btn.bio-search-drawer-btn--active:active:after,
.bio-header .bio-search-drawer-btn.bio-search-drawer-btn--active:focus:after   {
    border-top-color: #00AEEF;
}

.bio-search-drawer {
	background-color: #303030;
}

.bio-search-drawer .bio-search-heading {
	color: #fff !important;
}

.bio-search-drawer .bio-search-btn--desktop {
	border: 1px solid #fff;
}

.bio-search-drawer .bio-search-btn--desktop:hover {
	border-color: #00AEEF;
}

.bio-search-drawer .bio-search-drawer-close-btn {
	border: none;
}

.bio-search-drawer .bio-search-drawer-close-btn:hover {
	border-color: none;
}

.bio-nav-social-mobile {
    border-top: 1px solid #fff;
}

.bio-nav-menu-item-trigger>.bio-btn--icon {
	border-color: transparent;
}

.bio-search-btn--mobile {
	border: none;
}
*/