.tm-sc-blog article .box-hover-effect {
display: block;
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb {
display: flex;
overflow: hidden;
position: relative;
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease-in-out;
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb .icon-link {
background: #2d1212;
color: #fff;
opacity: 0;
filter: alpha(opacity=0);
transition: all 0.45s;
width: 32px;
height: 32px;
line-height: 33px;
position: absolute;
top: 15px;
right: 15px;
z-index: 99;
text-align: center;
margin-top: 45px;
}
.tm-sc-blog article .entry-content > :nth-last-child {
margin-bottom: 0;
}
.tm-sc-blog .blog-item-current-style5 {
position: relative;
margin-left: 20px;
transition: all 300ms ease;
}
.tm-sc-blog .blog-item-current-style5 .inner-box {
display: inline-flex;
align-items: center;
justify-content: space-between;
}
@media (max-width: 991.98px) {
.tm-sc-blog .blog-item-current-style5 .inner-box {
display: inherit;
}
}
.tm-sc-blog .blog-item-current-style5:hover .entry-header .thumb:after {
left: 0;
right: 0;
opacity: 0;
transition: all 400ms linear;
}
.tm-sc-blog .blog-item-current-style5:hover .entry-header .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.tm-sc-blog .blog-item-current-style5 .entry-header {
position: relative;
width: 35%;
}
@media (max-width: 991.98px) {
.tm-sc-blog .blog-item-current-style5 .entry-header {
width: 100%;
}
}
.tm-sc-blog .blog-item-current-style5 .entry-header .post-thumb-inner {
position: relative;
}
.tm-sc-blog .blog-item-current-style5 .entry-header .thumb img {
display: block;
width: 100%;
transition: all 400ms ease;
}
.tm-sc-blog .blog-item-current-style5 .entry-header .thumb:after {
background: rgba(255, 255, 255, 0.3);
bottom: 0;
content: "";
left: 50%;
position: absolute;
right: 51%;
top: 0;
opacity: 1;
pointer-events: none;
transition: all 400ms linear;
}
.tm-sc-blog .blog-item-current-style5 .entry-header .post-single-meta {
background: var(--theme-color3);
color: var(--text-color-bg-theme-color3);
text-align: center;
font-size: 15px;
font-weight: 900;
padding: 3px 15px;
transform: translate(0px, 15px);
position: absolute;
top: 0;
left: -20px;
}
.tm-sc-blog .blog-item-current-style5 .entry-header .post-single-meta span {
color: var(--text-color-bg-theme-color3);
}
.tm-sc-blog .blog-item-current-style5 .entry-content {
position: relative;
z-index: 2;
width: 70%;
padding-left: 30px;
}
@media (max-width: 991.98px) {
.tm-sc-blog .blog-item-current-style5 .entry-content {
width: 100%;
padding-left: 0;
margin-top: 25px;
}
}
.tm-sc-blog .blog-item-current-style5 .entry-meta {
position: relative;
margin-bottom: 15px;
}
.tm-sc-blog .blog-item-current-style5 .entry-meta a,
.tm-sc-blog .blog-item-current-style5 .entry-meta span {
font-weight: 600;
}
.tm-sc-blog .blog-item-current-style5 .entry-meta li {
position: relative;
font-size: 15px;
}
.tm-sc-blog .blog-item-current-style5 .entry-meta li.author a {
text-decoration: underline;
}
.tm-sc-blog .blog-item-current-style5 .entry-meta li.author i {
display: none;
}
.tm-sc-blog .blog-item-current-style5 .entry-meta li i {
margin-right: 5px;
color: var(--theme-color1);
font-size: 14px;
font-weight: bold;
}
.tm-sc-blog .blog-item-current-style5 .entry-title {
margin-top: 0;
margin-bottom: 15px;
}
.tm-sc-blog .blog-item-current-style5 .entry-title:hover {
color: var(--theme-color2);
}
.tm-sc-blog .blog-item-current-style5 .mascot-post-excerpt {
margin-top: 20px;
}
.tm-sc-blog .blog-item-current-style5 .btn-view-details .btn-plain-text {
position: relative;
font-size: 12px;
text-transform: uppercase;
font-weight: 600;
color: #212529;
transition: all 300ms linear;
}
.tm-sc-blog .blog-item-current-style5 .btn-view-details .btn-plain-text:after {
content: "\f30b";
color: #212529;
font-family: "Font Awesome 5 Free";
transition: all 300ms linear;
margin-left: 15px;
}
.tm-sc-blog .blog-item-current-style5 .btn-view-details .btn-plain-text:hover, .tm-sc-blog .blog-item-current-style5 .btn-view-details .btn-plain-text:hover:after {
color: var(--theme-color1);
}.tm-sc-testimonials .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1.1em;
line-height: 1.2;
font-size: 0.9em;
width: 5.6em;
}
.tm-sc-testimonials .star-rating::before {
content: "\f005\f005\f005\f005\f005";
color: #d3ced2;
font-family: "Font Awesome 5 Free";
font-weight: 500;
float: left;
top: 0;
left: 0;
position: absolute;
}
.tm-sc-testimonials .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.tm-sc-testimonials .star-rating span::before {
content: "\f005\f005\f005\f005\f005";
font-family: "Font Awesome 5 Free";
font-weight: 500;
color: #f1c40f;
top: 0;
position: absolute;
left: 0;
}
.tm-sc-testimonials .star-rating {
float: none;
margin-top: 5px;
margin-bottom: 20px;
overflow: visible;
}
.tm-sc-testimonials .star-rating span:before {
color: var(--theme-color2);
}
.tm-sc-testimonials .author-text,
.tm-sc-testimonials .name,
.tm-sc-testimonials .job-position {
transition: all 0.3s ease-in-out;
}
.tm-sc-testimonials .star-rating span:before {
transition: all 0.3s ease-in-out;
}
.testimonial-block-style5 {
position: relative;
}
.testimonial-block-style5 .inner-box {
position: relative;
}
.testimonial-block-style5 .inner-box .content-box {
position: relative;
display: block;
background-color: var(--theme-color-white);
padding: 35px 40px 55px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.testimonial-block-style5 .inner-box .content-box .star-rating {
margin-bottom: 10px;
}
.testimonial-block-style5 .inner-box .content-box .star-rating span:before {
color: var(--theme-color1);
font-weight: 600;
}
.testimonial-block-style5 .inner-box .content-box .author-text {
position: relative;
margin-bottom: 0;
}
.testimonial-block-style5 .inner-box .info-box {
position: relative;
padding: 0 40px;
margin-top: -33px;
}
.testimonial-block-style5 .inner-box .info-box .thumb {
position: relative;
display: block;
height: 67px;
width: 67px;
border-radius: 50%;
padding: 5px;
background-color: var(--theme-color-white);
border: 2px solid var(--theme-color1);
margin-bottom: 5px;
}
.testimonial-block-style5 .inner-box .info-box .thumb img {
border-radius: 50%;
transition: all 300ms ease;
}
.testimonial-block-style5 .inner-box .info-box .testimonial-name {
margin-bottom: 0;
}
.testimonial-block-style5 .inner-box .info-box .testimonial-position {
position: relative;
text-transform: uppercase;
display: block;
font-size: 11px;
color: #808287;
font-weight: 700;
line-height: 20px;
letter-spacing: 0.1em;
}