/*
 * Theme Name: BioNews Global 2 Child
 * Description: Child theme for BioNews sites 5-23-2024
 * Author: Bionews
 * Author URI: https://bionews.com/
 * Template: bionews-global-2
 * Text Domain: bionews-global-2-child
 * Framework: Timber 2
 * Version: 1.0
*/

.bio-nav-logo>img {max-width:220px !important;}

@media only screen and (max-width:1024px)  {
  .bio-nav-logo>img { max-width:100% !important; max-height:75px; }
}

#bionews-div-survey-gpt-ad-2 .adspot-title,
#bionews-div-survey-gpt-ad-3 .adspot-title {
    display: none !important;
}

/* 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;
}
#newSubNav {
    display: flex;
    align-items: center;
		flex-wrap: wrap;
}

#newSubNav .nav-item {
    position: relative;
    margin: 0 4px; /* Adjust margin as needed for spacing */
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

#newSubNav .nav-item:not(.title):not(.last)::after  {
    content: '|';
    color: lightgray;
    margin-left: 8px; /* Adjust margin for space after the divider */
}

#newSubNav .nav-item.title {
    color: #333;
    font-weight: 700;
    padding-right: 0;
    margin-right: 8px;
}

#newSubNav .nav-item.last {
    padding-right: 0;
}
