@charset "utf-8";
/* Latest News CSS Document */
.news-box{ position:relative; margin:15px 0; text-align: center; }
.news-thumb{ position: relative; overflow: hidden; border-radius: 50px 10px; }
/*.news-thumb img{ -webkit-transition:0.6s; transition:0.6s; -webkit-backface-visibility:hidden; backface-visibility:hidden; filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); -webkit-filter: grayscale(0%); }*/
.news-thumb img{ -webkit-transition:0.6s; transition:0.6s; border-radius: 73% 34% 44% 35% / 43% 42% 41% 39%; }
.news-thumb .post-meta{ margin:0; padding:0; }

.news-content{ margin:0; position:relative; z-index:10; }
.news-content h3{ margin:0 0 20px; font-family:'Catamaran'; font-size:28px; font-weight:700; line-height:1.2; text-transform:capitalize; }
.news-content h3 a { color:#1a2e35; }
.news-content h3.no-meta { margin-top: 20px; }

.post-meta{ text-transform: capitalize; margin: 0 0 35px; padding: 10px 15px; background-color: #1a2e35; border-radius: 30px 15px; font-size: 90%; }
.post-meta a{ color: #ffffff; }
.news-box:hover .post-meta a{ color: #1a365d; }
.post-meta span{ display:inline-block; position:relative; padding:0; margin-right:5px; }
.post-meta span:last-child{ padding-right:0; }
.post-date{ position: absolute; width: max-content; padding: 8px 20px; background-color: #1a2e35; top: 15px; left: 15px; text-align: center; font-size: 14px; font-weight: 700; color: #ffffff; border-radius: 50px 15px; z-index: 1; }

.news-box:hover h3 a{ color:#ff735c; }
/*.news-box:hover .news-thumb img{ filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); filter: gray; -webkit-filter: grayscale(100%); }*/
.news-box:hover .news-thumb img{ border-radius: 43% 42% 41% 39% / 73% 34% 44% 35%; }

.ln-read-more{ text-transform:capitalize; display:inline-block; color:#ffffff; padding:10px 25px; z-index:0; position:relative; border-radius: 40px 15px; }
.news-box:hover .ln-read-more { color: #ffffff; border-radius: 15px 40px; }