/*
Theme Name: Dolife - Child
Author: GT3themes
Author URI: http://gt3themes.com
Description: -
Version: 1.0
Template: dolife
*/
.wrapaut {
    background: #C5D7E787;
    border-radius: 8px;
    padding: 30px;
}
.author-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    background: #1e3877;
}
.autcnt {
    width: 100%;
    margin-top: 20px;
}
.aname a {
    font-family: 'Prata';
    font-size: 20px;
    display: block;
}
.soicon {
    display: flex;
    gap: 10px;
    margin: 15px 0;
    font-size: 16px;
    color: #f46530;
}
.soicon a {
    color: #f46530;
}
.blog_content p {
    line-height: 1.8;
}
.single_prev_next_posts {
    display: none !important;
}
#custom-toc ul {
    list-style: none;
    padding: 0;
	margin: 0;
}

#custom-toc li {
    margin-bottom: 5px;
    padding-bottom: 0;
}

#custom-toc ul li a.active {
    color: #006FBA;
    font-weight: 600;
	background: #C5D7E787;
}
#custom-toc ul li a {
    color: #252b31;
    font-size: 12px;
    padding: 8px 10px;
	background: #fff;
	border-radius: 3px;
	display: block;
    line-height: 1.2;
}
#custom-toc li:before {
    display: none;
}
div#custom-toc span {
    display: block;
    color: #000;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.blog_content h2 {
    font-size: clamp(1.5rem, 0.964rem + 1.429vw, 2.25rem);
	line-height: 1.2;
}
.blog_content h3 {
    font-size: clamp(1.25rem, 0.714rem + 1.429vw, 2rem);
	line-height: 1.2;
}
.blog_content h3 {
    font-size: clamp(1.125rem, 0.857rem + 0.714vw, 1.5rem);
	line-height: 1.2;
}
.tabifcbt {
	margin-bottom: 20px;
}
.autcnt .btn {
    background: #f46530;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    display: block;
    transition: 0.3s;
}
.autcnt .btn:hover {
    background: #2ea3d5;
}


@media only screen and (min-width: 1024px) {
	.item_wrapper.blogmainwrp {
        display: flex;
        gap: 20px;
        align-items: self-start;
    }
    .tabifcbt
    {
    	width: 20%;
        position: sticky;
    	top: 120px;
		margin-bottom: 0;
    }
    .righboxblog
    {
    	width: 25%;
        position: sticky;
    	top: 120px;
    }
    .blogmainwrp .blog_content {
    	width: 55%;
    }
}
@media only screen and (max-width: 800px) {
	section.wpda_builder_section.sticky_section_desktop {
		position: fixed !important;
    	z-index: 99;
	}
}
