@font-face {
  font-family: 'MoskauGrotesk';
  src: url("../fonts/MoskauGrotesk/MoskauGrotesk-Medium.woff2") format("woff2"), url("../fonts/MoskauGrotesk/MoskauGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'MoskauGrotesk';
  src: url("../fonts/MoskauGrotesk/MoskauGrotesk-Light.woff2") format("woff2"), url("../fonts/MoskauGrotesk/MoskauGrotesk-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'MoskauGrotesk';
  src: url("../fonts/MoskauGrotesk/MoskauGrotesk-Bold.woff2") format("woff2"), url("../fonts/MoskauGrotesk/MoskauGrotesk-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Apalu';
  src: url("../fonts/Apalu/Apalu.woff2") format("woff2"), url("../fonts/Apalu/Apalu.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
.news-listing.featured-post .row {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 643px; }
  @media (max-width: 599px) {
    .news-listing.featured-post .row {
      min-height: unset; } }
  .news-listing.featured-post .row .news-wrap {
    background-color: #26282ad6;
    text-align: center;
    padding: 3rem !important;
    margin: 0; }
    @media (max-width: 599px) {
      .news-listing.featured-post .row .news-wrap {
        padding: 2rem !important;
        margin: 1rem; } }
    .news-listing.featured-post .row .news-wrap a h3 {
      color: #ffffff; }
    .news-listing.featured-post .row .news-wrap a hr {
      background-color: #a99c62;
      height: 2px;
      width: 70px;
      opacity: 1;
      margin-left: auto;
      margin-right: auto; }
    .news-listing.featured-post .row .news-wrap .news-meta {
      justify-content: center; }
      .news-listing.featured-post .row .news-wrap .news-meta .news-cat {
        font-weight: 700;
        color: #ffffff; }
        [dir=ltr] .news-listing.featured-post .row .news-wrap .news-meta .news-cat {
          padding: 0 10px 0 0; }
        [dir=rtl] .news-listing.featured-post .row .news-wrap .news-meta .news-cat {
          padding: 0 0 0 10px; }
    .news-listing.featured-post .row .news-wrap .excerpt p {
      color: #ffffff; }
    .news-listing.featured-post .row .news-wrap .news-btn {
      color: #ffffff; }
.news-listing .news-wrap {
  margin: 0 0 50px; }
  [dir=ltr] .news-listing .news-wrap {
    padding: 0 2rem 0 0; }
  [dir=rtl] .news-listing .news-wrap {
    padding: 0 0 0 2rem; }
  @media (max-width: 1365px) {
    [dir=ltr] .news-listing .news-wrap {
      padding: 0 0 0 0; }
    [dir=rtl] .news-listing .news-wrap {
      padding: 0 0 0 0; } }
  .news-listing .news-wrap a {
    text-decoration: none; }
    .news-listing .news-wrap a img {
      margin: 0 0 30px;
      width: 100%; }
    .news-listing .news-wrap a h5 {
      font-size: 18px;
      font-weight: 700;
      color: #646469; }
  .news-listing .news-wrap .news-meta {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
    font-size: 13px;
    line-height: 13px; }
    .news-listing .news-wrap .news-meta .news-cat {
      font-weight: 700;
      color: #a99c62; }
      [dir=ltr] .news-listing .news-wrap .news-meta .news-cat {
        padding: 0 10px 0 0; }
      [dir=rtl] .news-listing .news-wrap .news-meta .news-cat {
        padding: 0 0 0 10px; }
    .news-listing .news-wrap .news-meta .news-date {
      font-weight: 300;
      color: #B2B2B2; }
  .news-listing .news-wrap .news-btn {
    text-transform: uppercase;
    display: inline-block;
    margin: 30px 0 0;
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    position: relative; }
    @media (max-width: 599px) {
      .news-listing .news-wrap .news-btn {
        margin: 0px 0 10px; } }
    [dir=ltr] .news-listing .news-wrap .news-btn {
      letter-spacing: 1px; }
    [dir=rtl] .news-listing .news-wrap .news-btn {
      letter-spacing: 0; }
    .news-listing .news-wrap .news-btn:after {
      content: "";
      position: absolute;
      width: 100%;
      transform: scaleX(0);
      height: 3px;
      bottom: 0;
      left: 0;
      background-color: #a99c62;
      transform-origin: bottom right;
      transition: transform 0.4s ease-out; }
    .news-listing .news-wrap .news-btn:hover, .news-listing .news-wrap .news-btn.active {
      color: #000000; }
      .news-listing .news-wrap .news-btn:hover:after, .news-listing .news-wrap .news-btn.active:after {
        transform: scaleX(1); }
        [dir=ltr] .news-listing .news-wrap .news-btn:hover:after, [dir=ltr] .news-listing .news-wrap .news-btn.active:after {
          transform-origin: bottom left; }
        [dir=rtl] .news-listing .news-wrap .news-btn:hover:after, [dir=rtl] .news-listing .news-wrap .news-btn.active:after {
          transform-origin: bottom right; }
.news-listing .btn-2 a {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 25px; }

/*# sourceMappingURL=newsListing.css.map */
