/*=== thsn-blogbox-style-3 ===*/
.thsn-blog-style-3 .themesion-box-content,
.thsn-blog-style-3 .thsn-meta-date-wrapper {
    -webkit-box-shadow: 0 2px 13px 0 rgb(18 20 113 / 6%);
    -moz-box-shadow: 0 2px 13px 0 rgb(18 20 113 / 6%);
    box-shadow: 0 2px 13px 0 rgb(18 20 113 / 6%);
}
.thsn-blog-style-3 .themesion-box-content {
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 25px 25px 20px;
    margin-top: 30px;
    background-color: #fff;
}
.thsn-blog-style-3 .themesion-box-content .thsn-post-title {
    font-size: 18px;
    line-height: 24px;
}
.thsn-blog-style-3 .thsn-meta-date-wrapper,
.thsn-blog-style-3 .thsn-meta-line:before {
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.thsn-blog-style-3 .thsn-meta-date-wrapper {
    position: absolute;
    top: -30px;
    right: 25px;
    width: 66px;
    height: 66px;
    padding: 18px 0 10px;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--thsn-educosta-global-color);
    text-align: center;
    background-color: #fff;
}
.thsn-blog-style-3 .thsn-meta-date-wrapper span {
    display: block;
}
.thsn-blog-style-3 .thsn-meta-date-wrapper span.thsn-month {
    font-size: 12px;
}
.thsn-blog-style-3 .thsn-meta-date-wrapper span.thsn-date {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}
.thsn-blog-style-3 .thsn-post-title a:hover {
    color: var(--thsn-educosta-global-color);
}
.thsn-blog-style-3 .thsn-meta-line a,
.thsn-blog-style-3 .thsn-meta-line {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    color: var(--thsn-educosta-global-color);
}
.thsn-blog-style-3 .thsn-meta-line a:hover {
    color: var(--thsn-educosta-secondary-color);
}
.thsn-blog-style-3 .thsn-meta-line {
    position: relative;
    padding-left: 13px;
}
.thsn-blog-style-3 .thsn-meta-line:before {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: var(--thsn-educosta-global-color);
}
.thsn-element-blog-style-3.themesion-element-viewtype-carousel .thsn-blog-style-1 {
    margin: 0 5px 10px;
}