/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@font-face {
  font-family: "Heading Now";
  font-weight: bold;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNow-56Bold.woff2");
  font-display: swap; }

@font-face {
  font-family: "Heading Now";
  font-weight: normal;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNow-64Regular.woff2");
  font-display: swap; }

@font-face {
  font-family: "Heading Now";
  font-weight: 500;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNowTrial-55Medium.woff2");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: normal;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Regular.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: normal;
  font-style: italic;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Italic.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: bold;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Bold.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: bold;
  font-style: italic;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-BoldItalic.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Fallback';
  src: local(Impact);
  size-adjust: 96%;
  ascent-override: 115%;
  descent-override: normal;
  line-gap-override: normal; }

.post-item {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 250px;
  min-width: 250px; }
  @media (min-width: 981px) {
    .post-item {
      flex-basis: 300px;
      min-width: 300px; } }
  .post-item .image {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%; }
    .post-item .image img {
      position: absolute;
      -o-object-fit: cover;
         object-fit: cover;
      inset: 0;
      width: 100%;
      height: 100%;
      transition: transform .3s ease-in-out; }
  .post-item .content {
    position: relative;
    width: 100%;
    padding: 70% 1.5em 1.5em;
    background: linear-gradient(360deg, var(--black) 25%, rgba(0, 0, 0, 0) 60%);
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .post-item .content h2 {
      color: var(--white);
      margin-bottom: 0; }
      .post-item .content h2 a {
        color: var(--white); }
        .post-item .content h2 a:after {
          bottom: -35px; }
    .post-item .content .info {
      margin-bottom: 1em; }
      @media (min-width: 981px) {
        .post-item .content .info {
          margin-bottom: 0; } }
      .post-item .content .info .meta-date {
        color: var(--white); }
      .post-item .content .info .category-item {
        position: absolute;
        right: 30px;
        top: 30px; }
    .post-item .content .call-to-action-arrow-btn {
      border-radius: 50%;
      position: relative;
      width: 50px;
      height: 50px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
      background-color: var(--white);
      color: var(--dark-gray);
      display: flex;
      align-items: center;
      justify-content: center;
      right: 1.5em;
      transition: right .3s ease-in-out; }
      .post-item .content .call-to-action-arrow-btn a {
        font-size: 22px; }
        .post-item .content .call-to-action-arrow-btn a span {
          display: inline-block;
          transform: rotate(180deg);
          width: auto;
          position: relative;
          top: 2px; }
          .post-item .content .call-to-action-arrow-btn a span:before {
            width: auto; }
          .post-item .content .call-to-action-arrow-btn a span:last-of-type {
            margin-left: -5px; }
      .post-item .content .call-to-action-arrow-btn:hover {
        background-color: var(--dark-gray);
        color: var(--white);
        right: calc(1.5em - 10px); }
    .post-item .content .call-to-action-arrow-btn {
      position: absolute;
      right: 1.5em;
      bottom: -25px; }
  .post-item:hover .image img {
    transform: scale(1.1); }
  .post-item:hover .content .call-to-action-arrow-btn {
    right: calc(1.5em - 10px);
    background-color: var(--dark-gray);
    color: var(--white); }
    .post-item:hover .content .call-to-action-arrow-btn a {
      color: var(--white); }

/*# sourceMappingURL=news-item.css.map */
