/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/hacklab-fetch-posts-api/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
:root {
  --s-html: 16px;
  --s-p: 1rem;
  --s-h1: 4rem;
  --s-h2: 2rem;
  --s-h3: 1.5rem;
  --s-h4: 1.25rem;
  --s-h5: 1rem;
  --s-h6: 0.875rem;
  --s-meta: 0.875rem;
  --s-h1-mt: 1em;
  --s-h1-mb: 1em;
  --s-h2-mt: 0.75em;
  --s-h2-mb: 0.75em;
  --s-h3-mt: 0.585em;
  --s-h3-mb: 0.585em;
  --s-h4-mt: 0.5em;
  --s-h4-mb: 0.5em;
  --c-primary: #7C001D;
  --c-secondary: #B1D3E5;
  --c-gray--darker: #333333;
  --c-yellow-primary: #FBF6C0;
  --p-theme: /wp-content/themes/grabois-theme;
  --p-theme-assets: /wp-content/themes/grabois-theme/assets;
  --f-body: Roboto, sans-serif;
  --f-title: Roboto, sans-serif;
  --s-small: 20px;
  --s-large: 40px;
}

html {
  scroll-behavior: smooth;
}
html body {
  overflow-x: hidden;
}
@media (max-width: 768px) {
  html body {
    margin-top: 0;
  }
}
html body a {
  transition: all 0.2s ease-in-out;
}
html body a:hover {
  opacity: 0.75;
  text-decoration: none;
}
html body .padding-0 {
  padding: 0;
}
html body .padding-top-0 {
  padding-top: 0;
}
html body .padding-bottom-0 {
  padding-bottom: 0;
}
html body .padding-left-0 {
  padding-left: 0;
}
html body .padding-right-0 {
  padding-right: 0;
}
html body .margin-0 {
  margin: 0;
}
html body .margin-top-0 {
  margin-top: 0;
}
html body .margin-bottom-0 {
  margin-bottom: 0;
}
html body .margin-left-0 {
  margin-left: 0;
}
html body .margin-right-0 {
  margin-right: 0;
}

.post-card {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap !important;
  justify-content: flex-start;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.post-card[data-columns="1"] {
  display: block;
}
.post-card .column {
  min-width: 32%;
}
.post-card .column img {
  width: 100%;
}
.post-card .column.full-column {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.post-card .column.full-column:nth-child(even) {
  margin: 1rem 0;
}
.post-card .column.half-column {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .post-card .column.half-column {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.post-card .column.thirt-column {
  width: 32%;
  min-width: 32%;
  max-width: 32%;
}
@media (max-width: 768px) {
  .post-card .column.thirt-column {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.post-card .column .post-category {
  color: #903743;
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px 0 0 !important;
}
.post-card .column h2.post-title {
  transition: border 0.3s ease;
  color: #2a2426;
  line-height: 1.2 !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  margin: 0 !important;
  padding: 0 !important;
}
.post-card .column .post-authors {
  margin: 0 !important;
}
.post-card .column .post-authors, .post-card .column .post-image-credit {
  font-size: 12px;
  line-height: 20px !important;
  color: #989898;
}
.post-card .column .post-excerpt {
  font-size: 14px;
  line-height: 20px !important;
  word-wrap: break-word;
  word-break: break-word;
  color: #777;
  text-align: left;
  padding: 10px 0px 10px 0px;
}
.post-card .column .post-date .site-title:before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2717%27 height=%2717%27 viewBox=%270 0 17 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.20831 2.125L11.5409 4.45754L6.58252 9.41587L7.5841 10.4175L12.5424 5.45912L14.875 7.79167V2.125H9.20831Z%27 fill=%27%23ED1C24%27/%3E%3Cpath d=%27M13.4583 13.4583H3.54167V3.54167H8.5L7.08333 2.125H3.54167C2.76037 2.125 2.125 2.76037 2.125 3.54167V13.4583C2.125 14.2396 2.76037 14.875 3.54167 14.875H13.4583C14.2396 14.875 14.875 14.2396 14.875 13.4583V9.91667L13.4583 8.5V13.4583Z%27 fill=%27%23ED1C24%27/%3E%3C/svg%3E");
  width: 25px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-bottom: -3px;
  content: "";
}

.slide-item-wrapper.half-column {
  padding: 1rem;
}
.slide-item-wrapper img {
  max-width: 100%;
}

.tns-controls {
  position: absolute;
  right: 20px;
  top: -55px;
}
.tns-controls [disabled] {
  filter: opacity(0.5);
  cursor: not-allowed !important;
}
.tns-controls button {
  border: none;
  padding: 0 10px;
  background-color: transparent;
  color: #fff !important;
}
.tns-controls button .flickity-button-icon {
  fill: #333;
  width: 2rem;
  height: 2rem;
}
.tns-controls button .flickity-button-icon .arrow {
  fill: #fff !important;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

/*# sourceMappingURL=style-hacklab-fetch-posts-api-index.css.map*/