/*=== thsn-blogbox-style-2 ===*/
.thsn-blog-style-2 .thsn-featured-wrapper img,
.thsn-blog-style-2 .post-item { 
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
} 
.thsn-blog-style-2 .post-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.thsn-blog-style-2 .themesion-box-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    padding: 25px 25px 0;
}
.thsn-blog-style-2 .themesion-box-content .themesion-box-content-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 25px 10px;
}
.thsn-blog-style-2 .themesion-box-content .thsn-post-title {
    font-size: 18px;
    line-height: 24px;
}
.thsn-blog-style-2 .themesion-box-content .thsn-post-title a {
    color: #fff;
}
.thsn-blog-style-2 .themesion-box-content .thsn-post-title a:hover {
    color: var(--thsn-educosta-global-color);
}
.thsn-blog-style-2 .thsn-meta-date-wrapper,
.thsn-blog-style-2 .post-item:after {
    -webkit-box-shadow: 0 2px 13px 0 rgb(18 20 113 / 10%);
    -moz-box-shadow: 0 2px 13px 0 rgb(18 20 113 / 10%);
    box-shadow: 0 2px 13px 0 rgb(18 20 113 / 10%);
}
.thsn-blog-style-2 .thsn-meta-date-wrapper,
.thsn-blog-style-2 .thsn-meta-line:before {
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.thsn-blog-style-2 .thsn-meta-date-wrapper {
    position: absolute;
    top: 35px;
    right: 25px;
    width: 66px;
    height: 66px;
    padding: 18px 0 10px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--thsn-educosta-global-color);
    text-align: center;
    background-color: #fff;
}
.thsn-blog-style-2 .thsn-meta-date-wrapper span {
    display: block;
}
.thsn-blog-style-2 .thsn-meta-date-wrapper span.thsn-month {
    font-size: 12px;
}
.thsn-blog-style-2 .thsn-meta-date-wrapper span.thsn-date {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}
.thsn-blog-style-2 .thsn-featured-wrapper img {
    position: relative;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 100%;
}
.thsn-blog-style-2:hover .thsn-featured-wrapper img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}
.thsn-blog-style-2 .thsn-post-title a:hover {
    color: var(--thsn-educosta-global-color);
}
.thsn-blog-style-2 .thsn-meta-line a,
.thsn-blog-style-2 .thsn-meta-line {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 13px;
    color: var(--thsn-educosta-secondary-color);
}
.thsn-blog-style-2 .thsn-meta-line a:hover {
    color: var(--thsn-educosta-secondary-color);
}
.thsn-blog-style-2 .thsn-meta-line {
    position: relative;
    padding-left: 13px;
}
.thsn-blog-style-2 .thsn-meta-line:before {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: var(--thsn-educosta-secondary-color);
}
.thsn-blog-style-2 .post-item:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 0;
    text-align: left;
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    background: -moz-linear-gradient(bottom,  rgba(0,6,23,0.91) 0, rgba(0,6,23,0) 87%, rgba(0,6,23,0) 100%); 
    background: -webkit-linear-gradient(bottom,  rgba(0,6,23,0.91) 0,rgba(0,6,23,0) 87%,rgba(0,6,23,0) 100%); 
    background: linear-gradient(to top,  rgba(0,6,23,0.91) 0,rgba(0,6,23,0) 87%,rgba(0,6,23,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8000617', endColorstr='#00000617',GradientType=0 );
}