@charset "utf-8";
/* Latest News CSS Document */
.news-box{ position:relative; margin:15px 0; }
.news-box .news-thumb{ position: relative;  }
.news-box .news-thumb .news-thumb-wrap{ overflow: hidden; margin-bottom: 0; position: relative; }
.news-box .news-content{ position: relative; background-color: #ffffff; box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px; }
.news-box .latest-news-para{ padding: 20px 20px 30px; }
.news-box .latest-news-para p{ padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #ececec; }
.news-box .news-content h3{ font-family: 'Raleway'; font-size: 22px; font-weight: 700; line-height: 1.4; margin-bottom: 20px; text-transform: uppercase; }
.news-box .news-content h3 a { color:#242424; }
.col-3 .news-box .news-content h3{ font-size: 1.5em; min-height: auto; line-height: 1.3; }
.news-box:hover h3 a{ color:#254d4d; }
.news-content .post-meta{ color: #ffa149; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; font-size: 12px; }
.news-content .post-meta span{ position: relative; padding-left: 15px; display: block; line-height: 1; }
.news-content .post-meta span:after{ content: ""; height: 5px; width: 5px; background-color: #254d4d; position: absolute; left: 0; top: 4px; }
.news-content .post-meta span:not(:last-child){ margin-right: 10px; }
span.post-comnt{ font-weight: 700; font-size: 14px; }

.ln-read-more{ display: inline-block; padding: 12px 24px; -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%); clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%); background-color: #ffa149; color: #ffffff; font-weight: 700; }
.ln-read-more span{ transform: rotate(-5deg); display: block; }
.ln-read-more:hover{ background-color: #254d4d; color: #ffffff; }