CSS is located in a code module under this text
.dct_blog_v1 .et_pb_post{
padding:0;
position: relative;
overflow: hidden;
}
.dct_blog_v1 .et_pb_post .entry-featured-image-url {
overflow: hidden;
border-radius: 3px
}
.dct_blog_v1 .et_pb_post .entry-featured-image-url .entry-featured-image-url {
margin-bottom: 0
}
.dct_blog_v1 .et_pb_post .post-meta .published {
color: #000
}
.dct_blog_v1 .et_pb_post .post-meta a{color:#ee212b}
.dct_blog_v1 .et_pb_post .post-content .more-link:before {
content: "\\45";
font-family: ETmodules!important;
color: #fff;
right: -23px;
position: absolute;
top: 6px;
background: #ee212b;
border-radius: 50%;
font-size: 13px;
width: 15px;
height: 15px;
text-align: center;
padding: 2px;
line-height: 15px
}
.dct_blog_v1 .et_pb_post .post-content .more-link:after {
position: absolute;
content: "";
display: block;
left: 0;
bottom: -2px;
width: 0;
height: 2px;
background: #ee212b;
transition: all .3s ease 0s
}
.dct_blog_v1 .et_pb_post .post-content .more-link:hover:after {
width: 100%
}
.dct_blog_v1 .et_pb_post .et_pb_image_container {
margin-bottom: 10px!important;
margin: 0
}
.dct_blog_v1 .et_pb_post .post-meta .published {
position: absolute;
right: 10px;
top: 10px;
z-index: 9;
background-color: #ee212b;
color: #fff;
line-height: 1;
text-align: center;
width: 44px;
line-height: 15px;
padding-top: 15px;
padding-bottom: 15px;
}
.dct_blog_v1 .et_pb_post .post-meta .published:before {
position: absolute;
content: "";
background-color: rgba(250, 250, 250, .5);
width: 20px;
height: 2px;
right: calc(50% - 10px);
top: 7px;
}
.dct_blog_v1 .et_pb_post .post-meta .published:after {
position: absolute;
content: "";
right: 0;
bottom: -9px;
width: 0;
height: 0;
border-style: solid;
border-width: 9px 10px 0 0;
border-color: #bf1926 transparent transparent transparent;
border-top-color: #be1926;
box-sizing: border-box;
}
.dct_blog_v1 .et_pb_post .entry-featured-image-url .et_overlay {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
border: none;
-webkit-transform: scale(2) translateX(-75%) translateY(-75%) translateZ(0) rotate(-28deg);
transform: scale(2) translateX(-75%) translateY(-75%) translateZ(0) rotate(-28deg);
transition: -webkit-transform 3s cubic-bezier(.23, 1, .32, 1);
transition: transform 3s cubic-bezier(.23, 1, .32, 1);
transition: transform 3s cubic-bezier(.23, 1, .32, 1), -webkit-transform 3s cubic-bezier(.23, 1, .32, 1);
opacity: 0.8;
}
.dct_blog_v1 .et_pb_post:hover .entry-featured-image-url .et_overlay {
-webkit-transform: scale(2) translateX(0) translateY(0) translateZ(0) rotate(-28deg);
transform: scale(2) translateX(0) translateY(0) translateZ(0) rotate(-28deg)
}
.dct_blog_v1 .et_pb_post .entry-featured-image-url .et_overlay:before {
top: 50%;
transform: translate(-50%, -50%);
color: #fff;
font-size: 10px;
padding: 9px;
border-radius: 50%;
background: #ee212b;
margin: 0
}
.dct_blog_v1 .pagination .alignleft,
.dct_blog_v1 .pagination .alignright {
overflow: hidden;
width: auto;
margin: 0 auto;
float: none;
text-align: center;
display: inline-block;
line-height: 50px
}
.dct_blog_v1 .pagination .alignleft a,
.dct_blog_v1 .pagination .alignright a {
background-color: #ee212b;
padding: 10px 22px!important;
border: none!important;
border-radius: 0;
overflow: hidden;
position: relative;
z-index: 1;
transition: all .5s !important;
}
.dct_blog_v1 .pagination .alignleft a:hover,
.dct_blog_v1 .pagination .alignright a:hover {
color: #fff;
text-shadow: 0 0 3px #333;
background-color: #082c4b;
box-shadow: 10px 10px 10px rgba(0, 0, 0, .2)
}