@charset "utf-8";
/* Latest News CSS Document */
.news-box { position:relative; margin-bottom:30px; display:block;}
.news-inner { position:relative; -webkit-transition:all 300ms ease; transition:all 300ms ease; box-shadow:0 10px 40px rgba(0, 0, 0, 0.1); border-radius:10px;}

.news-thumb { position:relative;}
.news-post-thumb { position:relative; overflow:hidden; margin-bottom:0; border-radius:10px 10px 0 0;}
.news-post-thumb img { display:block; width:100%; height:auto; border-radius:10px 10px 0 0; -webkit-transform:scale(1.01); -ms-transform:scale(1.01); transform:scale(1.01); -webkit-transition:all 400ms ease; transition:all 400ms ease;}
.news-post-thumb:after { content:''; position:absolute; background:rgba(0, 0, 0, 0.5); bottom:0; left:50%; right:51%; top:0; opacity:1; pointer-events:none; -webkit-transition:all 400ms linear; transition:all 400ms linear; width:auto; height:auto; -webkit-transform:scale(1); -ms-transform:scale(1); transform:scale(1); overflow:hidden;}

.post-date { position:absolute; right:20px; bottom:-10px; background-color:#C03320; color:#ffffff; z-index:1; display:flex; justify-content:center; flex-direction:column; height:60px; width:60px; align-items:center; font-size:12px; font-weight:500; line-height:16px; text-transform:uppercase; letter-spacing:0.1em; text-align:center;}
.post-date:before { position:absolute; content:''; bottom:0; left:-10px; border-right:10px solid #C03320; border-bottom:10px solid transparent;}
.post-date:after { position:absolute; content:''; bottom:0; right:-10px; border-left:10px solid #C03320; border-bottom:10px solid transparent;}
.post-date .spanday { font-weight:700; font-size:16px; display:block;}

.news-content { position:relative; padding:25px 20px 35px; background-color:#ffffff; border-radius:0 0 10px 10px;}
.post-meta { position:relative; display:flex; justify-content:space-between; align-items:center; margin:10px 0 20px; padding-bottom:10px; border-bottom:1px solid #aeaeae;}
.post-meta a:hover { color:#C03320;}
.post-meta li { position:relative; margin-right:14px; font-size:14px; line-height:25px; color:#616161; font-weight:500; text-transform:capitalize; list-style:none;}
.post-meta li:last-child { margin-right:0;}
.post-meta li i { margin-right:7px; color:#C03320; font-size:14px;}
.news-content h3 { margin-bottom:10px;}

.in-read-more { position:absolute; left:50%; bottom:-20px; width:0%; display:flex; align-items:center; justify-content:space-between; font-size:15px; line-height:20px; padding:10px 22px; text-transform:uppercase; white-space:nowrap; font-weight:700; color:#ffffff; background-color:#111111; border-radius:0 0 10px 10px; -webkit-transition:all 400ms linear; transition:all 400ms linear; opacity:0;}
.in-read-more:hover { background-color:#C03320; color:#ffffff;}

.news-box:hover .news-post-thumb img { -webkit-transform:scale(1.1); -ms-transform:scale(1.1); transform:scale(1.1);}
.news-box:hover .news-post-thumb:after { left:0; right:0; opacity:0; border-radius:10px 10px 0 0;}
.news-box:hover .in-read-more { width:100%; left:0%; opacity:1;}