.single-blog-header {
height: 250px;
}
.single-blog-header img{
width: 100%;
height: 100%;
object-fit: cover;
}
.single-blog-main {
display: flex;
flex-wrap: wrap;
} .single-sidebar-left,
.single-sidebar-right {
flex: 1 0 100%;
max-width: 100%;
}
@media (min-width: 992px) {
.single-sidebar-left,
.single-sidebar-right {
flex: 1 0 auto;
max-width: 20%;
}
}
.single-sidebar-left {
background-color: #fff;
}
.single-blog-content {
flex: 1 0 100%;
max-width: 100%;
background-color: #f6f6f6;
}
@media (min-width: 992px) {
.single-blog-content {
flex: 1 0 auto;
max-width: 60%;
}
}
.single-sidebar-left {
padding: 0 20px;
}
@media (min-width: 992px) {
#ez-toc-container nav {
max-height: 480px;
overflow-y: scroll;
}
}
#ez-toc-container ul {
position: relative;
height: 100%;
}
.ez-toc-list::after {
content: '';
position: absolute;
left: 12px;
top: 0;
width: 2px;
height: 100%;
background-color: #aaa;
z-index: 1;
}
#ez-toc-container li,
#ez-toc-container ul li{
position: relative;
z-index: 2;
} .ez-toc-list li.active {
background-color: #e6f4d7; padding: 10px 10px 10px 20px;
border-radius: 4px;
}
.ez-toc-list li.active::before {
background-color: #5a9e3f; border-color: #5a9e3f;
} div#ez-toc-container ul.ez-toc-list a{
text-decoration: none;
font-weight: normal;
line-height: 1.4;
display: inline-block;
width: 100%;
padding: 10px 30px;
} .ez-toc-link:hover {
text-decoration: underline;
}
div#ez-toc-container {
background-color: #fff;
border: none;
padding: 0;
box-shadow: initial;
}
.ez-toc-counter nav ul li a::before {
content: unset;
}
.ez-toc-counter nav ul li a::after {
content: '';
position: absolute;
left: 7px;
top: 50%;
width: 10px;
height: 10px;
border: 1px solid #000;
background-color: white;
border-radius: 50%;
z-index: 2;
transform: translateY(-50%);
}
div#ez-toc-container ul.ez-toc-list a:hover,
div#ez-toc-container ul.ez-toc-list li.active a {
background-color: rgba(130, 187, 38,.3);
}
div#ez-toc-container ul.ez-toc-list li.active a::after {
background-color: #82bb26;
} .single-sidebar-right {
background-color: #F6F6F6;
padding: 0 20px;
}
.sidebar-right-container {
padding: 30px 0 0;
}
#progress-bar {
height: 100%;
background: #82bb26;
width: 0%;
transition: width 0.2s ease; 
border-radius: 10px;
}
.read-time {
text-align: center;
font-size: 14px;
color: #000;
padding-bottom: 15px;
border-bottom: 1px solid #000;
}
.single-title {
font-size: 14px;
text-align: center;
line-height: 1;
margin-bottom: 12px;
}
.single-title strong {
color: #000 !important;
}
.social-container .single-title {
text-align: left;
}
.progress-bar-container {
width: 100%;
max-width: 200px;
height: 5px;
border-radius: 10px;
background-color: #000;
margin: auto;
}
.guide-item {
position: relative;
z-index: 1;
}
.guide-item:not(:last-child) {
margin-bottom: 10px;
}
.guide-picture {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
overflow: hidden;
background-color: #000;
}
.guide-picture img {
width: 100%;
height: 100%;
object-fit: cover;
opacity: .8;
}
.guide-text a {
width: 100%;
height: 100%;
display: block;
color: #fff;
font-size: 30px;
text-transform: uppercase;
text-align: center;
font-weight: 700;
padding: 15px 0;
}
.social-icon a {
display: block;
width: 30px;
height: 30px;
}
.social-icon a img {
width: 100%;
height: 100%;
object-fit: cover;
}
.social-icon-linkedin a img {
transform: scale(1.2);
}
.social-content {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: center;
}
.guide-container {
padding: 50px 0;
border-bottom: 1px solid #000;
}
.social-container {
padding: 50px 0;
} .single-blog-title {
max-width: 90%;
margin: 25px auto 50px;
background-color: #fff;
padding: 15px 25px;   
}
@media (min-width: 992px) {
.single-blog-title {
margin: -64px auto 50px;
}
}
.single-blog-title h1{
color: #000;
margin-bottom: 50px;
font-weight: bold;
}
.single-blog-title-infos {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.single-blog-date {
font-size: 14px;
background-color: #f6f6f6;
padding: 8px 12px;
line-height: 1;
font-weight: 500;
}
.single-blog-date:first-child {
margin: 0 0 10px 0;
}
@media (min-width: 768px) {
.single-blog-date:first-child {
margin: 0 20px 0 0;
}
}
.single-blog-content .container {
width: 90%;
padding: 0;
}
.widget .avia-google-map-container {
height: 350px;
}