h1.post-title {
    font-size: 36px;
    line-height: 43px;
    margin: 0 0 1em;
}


@media ( max-width:768px ) {
    
    h1.post-title {
        font-size: 28px;
        line-height: 36px;
    }
}


/**
* Breadcrumb
*/

.breadcrumb-itens {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    list-style: none;
    margin: 0 0 80px;
    padding: 0;
}

.breadcrumb-itens li.bcrumb-separator {
    padding: 0 8px;
    line-height: 23px;
    color: #9A9A9A;
}

.breadcrumb-itens li.current-item {
    overflow: hidden;
}

.breadcrumb-itens li.current-item a {
    font-weight: 400;
    color: #9A9A9A;
}

.breadcrumb-itens li a span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

@media ( max-width:768px ) {
    .breadcrumb-itens {
        margin-bottom: 32px;
    }
}

/* Main Content/Text */

.site-main [id*="more-"] {
	display: none;
}

.site-main .post-content > * {
	margin: 24px 0;
	max-width: 100%;
	line-height: 2;
}

.site-main p {
	color: #6F6F6F;
}

.site-main .post-content a {
	text-decoration:underline;
	color: #0085CA;
}

.site-main .post-content h5 {
	letter-spacing:-0.8px;
	font-weight:normal;
}

.site-main .post-content>h1, 
.site-main .post-content>h2, 
.site-main .post-content>h3, 
.site-main .post-content>h4, 
.site-main .post-content>h5, 
.site-main .post-content>h6 {
    margin: 1.3em 0 0.7em;
    line-height: 1.45;
    /* color: #1e1e1e; */
    letter-spacing: 0px;
}

.site-main .post-content>h1+*, 
.site-main .post-content>h2+*, 
.site-main .post-content>h3+*, 
.site-main .post-content>h4+*, 
.site-main .post-content>h5+*, 
.site-main .post-content>h6+* {
    margin-top: 0;
}

.site-main .post-content > ul, 
.site-main .post-content > ol {
	padding-left: 24px;
	margin-left: 20px;
}

.site-main .post-content .wp-block-column > ul, 
.site-main .post-content .wp-block-column > ol {
	padding-left: 0;
    margin-left: 20px;
}

.site-main .post-content > ul,
.site-main .post-content .wp-block-column > ul {
    list-style: square;
}

.site-main .post-content > ul li {
	margin-bottom: 1.6em;
}
.site-main .post-content .wp-block-column > ul li {
    margin-bottom: 0.4em;
}

.site-main .post-content > ul li::marker,
.site-main .post-content .wp-block-column > ul li::marker {
	color: #00BF6F;
}

.site-main .post-content ul ol li,
.site-main .post-content ul ul li {
	padding-bottom: 10px;
}

/* Related Content */

.related-content {
    margin: 64px 0 0;
}

.related-content .title {
    font-size: 28px;
    margin: 1rem 0 24px;
    line-height: 36px;
    color: #404040;
}