.azzle_blog_single_page h2{
	font-size:3rem;
}

.azzle_blog_single_page h6 {
	font-size: 18px;
}
.azzle_blog_single_page .entry-content p {
    font-size: 16px !important;
	margin: auto;
}

.azzle_blog_single_page  .single-post .blog-breadcrumb-typography {
    padding: 0px 0px 20px 0px;
}

.azzle_blog_single_page  .post-details-page .entry-content{
    padding : 0;	
}

// widget edits

.azzle_blog_single_page .left-sidebar .widget-area{
    margin: 0px 0px 0px 110px !important;
}
.azzle_blog_single_page .widget a, .widget ul li a {
    font-size: 14px !important;
    font-weight: 400 !important;
    }

.azzle_blog_single_page .widget ul li:first-child{
	padding:auto;
}

.azzle_blog_single_page .widget ul ul.children {
    padding-left: 0px;
    margin-right: 30px;
    border-right: 1px solid rgba(2, 2, 30, 0.1);
    border-left: none;
    padding-right: 10px;
}

body .is-layout-flex.wp-block-group-is-layout-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-evenly;
}

.azzle_blog_single_page .widget ul li {
    padding: 2px 0 !important;
}
.entry-content ul>li, .comment-content ul>li , 
.entry-content ol li, .comment-content ol li {
    color: var(--text-color);
    font-size: 15px !important;
    font-weight: 300 !important;
    letter-spacing: 0px;
    position: relative;
    margin-bottom: auto !important;
}


.azzle_blog_single_page .entry-content ul, .comment-content ul {
	margin-bottom: 5px;
    margin-top: 10px;
}
.azzle_blog_single_page .wp-block-image img{
	filter: grayscale(0.9);
}


.azzle_blog_single_page .wp-block-image img:hover{
	filter: grayscale(0);
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 15px 0 10px 0 !important;
}