@charset "utf-8";
/* Latest News CSS Document */
.news-box{ position: relative; margin: 15px 0; overflow: hidden; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
.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; padding:25px 32px; }
.news-box .news-content .post-meta{ font-size: 13px; margin: 0 0 1em 0; text-transform: uppercase; font-weight: 600; }
.news-box .news-content .post-meta span{ display: inline-block; }
.news-box .news-content .post-meta span:not(:last-child){ margin-right: 20px; }
.news-box .latest-news-para p{ margin-bottom: 0; }
.news-box .news-content h3{ font-family: 'Cinzel'; font-size: 22px; font-weight: 500; line-height: 1.4; margin: 0; }
.news-box .news-content h3 a { color:#090C0F; }
.news-box:hover h3 a{ color:#c19977; }
.col-3 .news-box .news-content h3{ font-size: 1.2em; min-height: auto; line-height: 1.3; }
.col-3 .news-box .news-content{ padding: 20px; }
.news-link-wrap{ padding: 25px 32px; }
.news-link-wrap .news-link .news-link-text{ position: relative; margin-top: -2px; margin-right: 0; display: inline-block; vertical-align: middle; text-indent: -110px; visibility: hidden; white-space: nowrap; opacity: 0; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, color 0.4s ease, opacity 0.4s ease; -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, color 0.4s ease, opacity 0.4s ease; transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, color 0.4s ease, opacity 0.4s ease; will-change: visibility, margin-right, text-indent, color, opacity; }
.news-link-wrap .news-link .news-link-icon{ position: relative; display: inline-block; vertical-align: middle; overflow: hidden; width: 1.4em; height: 1.4em; line-height: 1.4em; text-align: center; }
.news-link-wrap .news-link .news-link-icon::before{ font-size: 16px; line-height: inherit; font-weight: 700; font-style: inherit; content: '\f061'; font-family: "Font Awesome 6 Pro"; display: inline-block; vertical-align: top; }
.news-box:hover .news-link-wrap .news-link .news-link-text{ opacity: 1; text-indent: 0; margin-right: 9px; visibility: visible; -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease; -ms-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease; transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease; }

.ln-read-more{ display: inline-block; letter-spacing: 1px; color: #0e1317; font-size: 14px; font-weight: 700; position: relative; text-transform: uppercase; border: 2px solid; padding: 6px 18px; }
.ln-read-more:hover{ color:#c19977; }