.ct-recent-news1 {
font-family: 'Barlow', sans-serif;
.item--image {
min-width: 136px;
width: 136px;
margin-right: 30px;
a {
position: relative;
overflow: hidden;
@include border-radius(10px);
display: block;
}
img {
@include transition(all .25s cubic-bezier(.645,.045,.355,1));
}
@media #{$max-sm} {
width: 90px;
min-width: 90px;
margin-right: 20px;
}
}
.item--date {
font-size: 15px;
color: #666666;
font-weight: 500;
margin-top: -2px;
@media #{$max-sm} {
margin-top: -7px;
}
}
.item--title {
font-size: 18px;
line-height: 1.5;
color: #000000;
font-family: inherit;
margin-bottom: 4px;
a {
color: inherit;
&:hover {
color: inherit;
text-decoration: underline;
}
}
}
.ct-recent-new-item {
display: flex;
flex-wrap: nowrap;
+ .ct-recent-new-item {
margin-top: 34px;
}
&:hover .item--image img {
@include transform(scale(1.12));
}
}
.ct-recent-news-button {
margin-top: 35px;
a {
font-size: 15px;
font-weight: 700;
color: #000000;
i {
font-weight: 400;
margin-left: 8px;
@include transition(all .25s cubic-bezier(.645,.045,.355,1));
}
&:hover {
color: $primary_color;
i {
margin-left: 12px;
}
}
}
}
} |