:root {
  --s-html: 16px;
  --s-p: 16px;
  --s-h1: 6.4rem;
  --s-h2: 4.8rem;
  --s-h3: 4rem;
  --s-h4: 2rem;
  --s-h5: 1.25rem;
  --s-h6: 0.875em;
  --s-meta: 0.875rem;
  --c-primary: #035299;
  --c-secondary: #b1d3e5;
  --p-theme: /wp-content/themes/midia-ninja-theme;
  --p-theme-assets: /wp-content/themes/midia-ninja-theme/assets;
  --f-body: Manrope, sans-serif;
  --f-title: Manrope, sans-serif;
  --f-ninja: MidiaNinja, sans-serif;
  --f-ninja-config: "calt" on;
  --s-small: 0.938rem;
  --s-medium: 1.875rem;
  --s-large: 2.813rem;
}

.blog .c-title {
  display: none;
}

.blog .infos {
  display: none;
}

.blog .content .posts {
  justify-items: center;
}

.blog .content .posts .post {
  height: 400px;
}

.blog .content .posts .post-card--content .entry-meta {
  display: none !important;
  order: 1;
  position: relative;
  top: -60px;
  right: -12px;
}

.blog .content .posts .post-card--content .entry-title {
  position: relative;
}

.blog .content .posts .post-card--content .entry-date {
  position: relative;
}


/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjc3MvX3AtYmxvZy5jc3MiLCJzb3VyY2VSb290IjoiIn0=*/