ul#dolby-toc li a {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height:22px;
    letter-spacing: 0.015em;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #6A6A6D;	
} 
ul#dolby-toc li a:hover {
    color: #AA33FF;
}
#dolby-toc ul {
    margin: 0;
    padding: 0;
    list-style: none;
} 
#dolby-toc li { 
	margin: 16px 0px 16px 10px;
	position: relative;  
}
#dolby-toc a {
    color: #fff;
    text-decoration: none;
    display: block;
}
#dolby-toc .toc-h2 a{
	font-style: normal;
    font-size: 15px;
    line-height:22px;
    letter-spacing: 0.015em;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #6A6A6D;
	font-family: 'avenir-next-regular';
    font-weight: 600;
}
#dolby-toc .toc-h3 {
    padding-left: 20px;
} 
#dolby-toc .toc-active a{
    color: #14141a; 
}
#dolby-toc .toc-active a:hover{
    color: #AA33FF;
}
.dbio_si_post a.dbio-default-button.dbio-default-button {
    padding: 7.5px;
    width: 100%;
    text-align: center;
    max-width: 167px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    align-items: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.dbio_si_post {  
    padding:8px;
    max-width:232px;
    position: fixed;
    top:150px; 
    left:3.5%;
    z-index: 999;
    display: none; 
    z-index: 1;
} 
.dbio_si_talk_expert a {
    box-shadow: 0px 2px 4px rgb(97 97 97 / 18%), 0px 4px 8px rgb(97 97 97 / 18%);
}
body.single-post .dbio_si_talk_expert h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
	font-family: 'avenir-next-medium';
    line-height:25px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #2C2C31;
}
.dbio_si_talk_expert p {
    font-style: normal;
    font-size: 15px;
    line-height:22px;
    letter-spacing: 0.015em;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #6A6A6D;	
	font-family: 'avenir-next-regular'; 
    font-weight: 600;
}
.dbio_si_talk_expert {
    margin-top:54px; 
}
body.single-post .dbio_si_post > h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
	font-family: 'avenir-next-medium';
    line-height:25px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #2C2C31;
    margin-bottom: 16px;
}
body.shiftnav--scroll-down .dbio_si_post ,
body.shiftnav--scroll-up  .dbio_si_post {
 
}
.dbio_si_talk_expert .dbio-default-button-container {
    text-align: left;
}
li.toc-h2.toc-active:before {
    content: ' ';
    position: absolute;
    border: 1px solid #AA33FF;
    width: 1px;
    left: -10px;
    top: 0;
    bottom: 0;
}
li.toc-h3.toc-active:before {
    content: ' ';
    position: absolute;
    border: 1px solid #AA33FF;
    width: 1px;
    left: 8px;
    top: 0;
    bottom: 0;
} 
ul#dolby-toc {
    word-break: break-word;
}  

@media (max-width: 1600px){
	.dbio_si_post {
		left:2%;
	}
}
@media (max-width: 1350px){ 
	body.single.single-project_gallery img.dbio_single_post_featured_img {
		min-width: 900px;
		max-width: 900px;
	}
	body.single.single-project_gallery.full-width-content .content{
		max-width: 750px;
		float: none;
		padding-left: 0;
		padding-right: 0;  
		margin: 0 auto; 
	}
	body.single.single-post.full-width-content .content {
		max-width: 750px;
	}
	.dbio_si_post {
		left: 1%;
	}
	.dbio_posts_grid.dbio_related_project_gallery.force_extended_width {
		grid-template-columns: repeat(2, 1fr);
		max-width: 800px;
	}
} 

@media (max-width: 1250px){ 
	body.single.single-project_gallery img.dbio_single_post_featured_img {
		min-width:800px;
		max-width:800px;
	}
	 body.single.single-project_gallery.full-width-content .content{
		max-width:600px;
		float: none;
		padding-left: 0;
		padding-right: 0;  
		margin: 0 auto; 
	}
	body.single.single-post.full-width-content .content { 
		max-width:600px;
	}
	.dbio_si_post {
		max-width: 185px;
	}
}
@media (max-width: 1170px){ 
	 
	body.single.single-post.full-width-content .content {
		max-width:550px;
	}
}
@media (max-width: 1400px){
	.dbio_si_post {
		padding:5px;
		max-width: 200px;
	}
	ul#dolby-toc li a , 
	#dolby-toc .toc-h2 a ,
	#dolby-toc .toc-h3 a { 
		font-size: 12px;
	}
	.dbio_si_post > h3{
		margin-bottom:10px;
	}
	#dolby-toc li:first-child {
		padding-top: 0px;
	} 
}

@media only screen and (max-width:1020px){
	.dbio_si_post {  
		display: none !important;
	}
} 