.aioseo-breadcrumbs { 
    margin: 40px auto;
}  

.aioseo-breadcrumbs span {
    font-size: 14px;
    line-height: 1;
    position: relative;
}

.aioseo-breadcrumb, 
.aioseo-breadcrumbs a {
    color: #ff2c55;
    text-decoration: none;
}

.aioseo-breadcrumb-separator {
    padding: 0 5px;
    font-size: 0.9rem;
}

.container {
	width: 100%;
	margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
    max-width: 1330px;
}

.author-page { 
    padding: 75px 0 156px;
} 
@media (min-width: 768px) {
	.author-page .content { 
	    display: flex;
	    align-items: flex-start;
	    justify-content: space-between;
	}
}
.author-page .content .info { 
	width: 100%;
	margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0px 4px 6px 0px rgba(135, 165, 192, 0.25);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) {
	.author-page .content .info { 
		margin-bottom: 0;
	}
}
.author-page .content .info .photo img { 
    margin: 0 auto 40px;
    width: 100%;
    max-width: 160px;
    border-radius: 50%;
}
.author-page .content .info .name { 
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    text-align: center;
    color: rgba(14, 68, 116, 1);
}
.author-page .content .info .position { 
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;
    color: rgba(31, 41, 55, 1);
}
.author-page .content .info .links .item:not(:last-of-type) {
	margin-bottom: 12px;
}
.author-page .content .info .links a {  
	display: flex;
	align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
}
.author-page .content .info .links a img {
	width: 100%;
	margin-right: 6px;
	max-width: 24px;
}
@media (min-width: 768px) {
	.author-page .content .info { 
	    max-width: 268px;
	    margin-right: 20px;
	}
}
@media (min-width: 1024px) {
	.author-page .content .info { 
	    max-width: 268px;
	    margin-right: 60px;
	}
}
.author-page .content .tabs {
	width: 100%; 
    padding: 20px;
    box-shadow: 0px 4px 6px 0px rgba(135, 165, 192, 0.25);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) {
	.author-page .content .tabs { 
    	padding: 32px;
	}
}
.author-page .content .tabs .tabs-nav {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
    margin: 0 0 20px;
}
.author-page .content .tabs .tabs-nav li {
	margin-bottom: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: rgba(14, 68, 116, 1);
    text-transform: uppercase;
    cursor: pointer;
}
@media (min-width: 768px) {
	.author-page .content .tabs .tabs-nav li {
		margin-bottom: 0;
	    font-size: 18px; 
	    line-height: 25.2px;
	}
}
.author-page .content .tabs .tabs-nav li:hover,
.author-page .content .tabs .tabs-nav li.active {
    text-decoration: underline;
}
.author-page .content .tabs .tabs-nav li:not(:last-of-type) {
    margin-right: 24px;
}

.author-page .content .tabs .tab { 
	display: none;
}
.author-page .content .tabs .tab.active { 
	display: block;
}

.author-page .content .tabs .tab .publications { 
	margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.author-page .content .tabs .tab .publications a { 
	display: flex;
	align-items: center;
	font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: rgba(0, 0, 255, 1);
}
@media (min-width: 768px) {
	.author-page .content .tabs .tab .publications a {  
		font-size: 20px; 
	    line-height: 28px; 
	}
}
.author-page .content .tabs .tab .publications a:hover { 
	text-decoration: underline;
}
.author-page .content .tabs .tab .publications li:not(:last-of-type) {
	margin-bottom: 18px;
}
.author-page .content .tabs .tab .publications a img { 
	width: 100%;
	max-width: 24px;
	margin-right: 12px;
}
.author-page .content .tabs .tab .authors-info { 
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(31, 41, 55, 1);
} 
.author-page .content .tabs .tab .authors-info h2 + br, 
.author-page .content .tabs .tab .authors-info h3 + br, 
.author-page .content .tabs .tab .authors-info h4 + br { 
    display: none;
}
.author-page .content .tabs .tab .authors-info h3,
.author-page .content .tabs .tab .authors-info h2 {
	margin-top: 32px;
	margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
    line-height: 31.2px;
    text-align: left;
    color: rgba(14, 68, 116, 1);
}
@media (min-width: 768px) {
	.author-page .content .tabs .tab .authors-info h3,
	.author-page .content .tabs .tab .authors-info h2 { 
	    font-size: 38px; 
	    line-height: 49.4px; 
	}
}
.author-page .content .tabs .tab .authors-info h4 {
	margin-top: 24px;
	margin-bottom: 12px;
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    text-align: left;
    color: rgba(14, 68, 116, 1);
}
.author-page .content .tabs .tab .authors-info ol,
.author-page .content .tabs .tab .authors-info ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
.author-page .content .tabs .tab .authors-info ol li b,
.author-page .content .tabs .tab .authors-info ol li strong,
.author-page .content .tabs .tab .authors-info ul li b,
.author-page .content .tabs .tab .authors-info ul li strong {  	
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: 600;
	line-height: 31.2px;
	text-align: left;
	color: rgba(14, 68, 116, 1); 
}

.author-page .content .tabs .tab .authors-info h2 {
	margin-top: 0;
}

.author-page .content .tabs .tab.blog-posts .item-post {
	display: block;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px 0px rgba(135, 165, 192, 0.25);
    background-color: rgba(255, 255, 255, 1);
}
.author-page .content .tabs .tab.blog-posts .item-post .image img {
    width: 100%;
    height: 100%;
    transition: .25s;
    object-fit: cover;
}
.author-page .content .tabs .tab.blog-posts .item-post:hover .image img {
    transform: scale(1.1);
}
.author-page .content .tabs .tab.blog-posts .item-post:hover .data h4 {
	color: #ff2d55;
}
@media (min-width: 768px) {
	.author-page .content .tabs .tab.blog-posts .item-post {
	    display: flex;
	    align-items: center;
	}
}
.author-page .content .tabs .tab.blog-posts .item-post:not(:last-of-type) {
    margin-bottom: 16px;
}
.author-page .content .tabs .tab.blog-posts .item-post .image {
	width: 100%;
	margin-bottom: 16px;
	overflow: hidden;
}
@media (min-width: 768px) {
	.author-page .content .tabs .tab.blog-posts .item-post .image {
		margin-bottom: 0;
	    max-width: 205px;
	    margin-right: 14px;
	}
}
.author-page .content .tabs .tab.blog-posts .item-post .data .h4,
.author-page .content .tabs .tab.blog-posts .item-post .data h4 {
    margin: 0 0 12px;
    color: rgba(14, 68, 116, 1);
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    transition: .25s;
    text-align: left;
} 
.author-page .content .tabs .tab.blog-posts .item-post .data .date {
	margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: rgba(75, 85, 99, 1);
    text-transform: uppercase;
}
.author-page .content .tabs .tab.blog-posts .item-post .data .text {
	color: rgba(107, 114, 128, 1);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

.author-page .content .tabs .tab.certificates {
    margin-bottom: -16px;
    margin-right: -16px;
} 
.author-page .content .tabs .tab.certificates img {
	display: inline-block; 
	width: 100%;
	margin-right: 16px;
	margin-bottom: 16px;
	border-radius: 8px;
} 
@media (min-width: 768px) {
    .author-page .content .tabs .tab.certificates img { 
        max-width: calc(50% - 18px); 
    } 
}
@media (min-width: 1024px) {
    .author-page .content .tabs .tab.certificates img { 
        max-width: calc(33.333% - 18px); 
    } 
}