.single-post .blog-single > .row-large {
    padding-top: 30px;
}

.title-single-post {
	margin-bottom: 5px;
}

.title-category {
	position: relative;
    text-align: center;
    font-family: "Josefin Sans", Sans-serif;
    font-size: 25px !important;
    font-weight: 500 !important;
    line-height: 1.3em !important;
}

.site-link ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding-left: 0;
}

.site-link ul li {
    position: relative;
    padding-right: 12px;
    margin-right: 15px;
    margin-bottom: 0;
    font-size: 13px;
}

.site-link ul li a , .site-link ul li span {
    color: #fff;
    line-height: 10px;
}

.site-link ul li a.black {
    color: #000;
}

.site-link ul li a:hover {
    color: #ff0000;
}

.site-link ul li:after {
    content: '»';
    position: absolute;
    color: #fff;
    top: 0;
    right:-7px;
}

.site-link ul li.black:after {
    color: #000;
}

.site-link ul li:last-child:after {
    content: none;
}

.site-link ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.author-and-updated {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.author-and-updated .aau-item{
    font-size: 14px;
    color: #888888;
}

.author-and-updated .aau-item a {
    color: #888888;
}

.author-and-updated .aau-item a:hover {
    color: #ff0000;
}

.taxonomy-description h2,
.taxonomy-description h3,
.taxonomy-description h4 {
    text-transform: uppercase;
    border-left: 5px solid royalblue;
    padding-left: 10px;
    margin: 30px 0;
    color: #4169e1;
    font-weight: 500;
}

.section-background {
	height: 400px !important;
}

.time-update {
	background: #f2f2f2;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.time-update .inner {
	font-size: 14px;
}

.category.archive .blog-archive {
	background: #EDEDED;
}

.category.archive .blog-archive .large-8 {
	padding-bottom: 0 !important;
    border-radius: 17px;
    background: #fff;
}

.title-not-found {
	font-size: 24px;
	font-weight: 600;
}

/********mobile********/
@media (max-width: 549px) {
    .site-link {
        max-height: 100%;
        overflow-x: auto;
        position: relative;
        height: 30px;
    }
    .site-link ul {
        overflow: hidden;
        position: absolute;
        width: max-content;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
    
    .wrapper-author {
        max-height: 100%;
        overflow-x: auto;
        position: relative;
        height: 40px;
    }
    
    .author-and-updated {
        overflow: hidden;
        position: absolute;
        width: max-content;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
}

/*table*/
@media (max-width: 849px) {
    
}

/*desktop*/
@media (min-width: 850px) {
    
}