@import url("https://use.typekit.net/ymj5jxg.css");
@font-face {
  font-family: "Segoe UI";
  font-weight: 200;
  src: url(/wp-content/themes/ikadia-theme-child/assets/fonts/segoe/segoeuisl.ttf) format("truetype");
  src: url(/wp-content/themes/ikadia-theme-child/assets/fonts/segoe/segoeuisl.otf) format("otf");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 300;
  src: url(/wp-content/themes/ikadia-theme-child/assets/fonts/segoe/segoeuil.ttf) format("truetype");
  src: url(/wp-content/themes/ikadia-theme-child/assets/fonts/segoe/segoeuil.otf) format("otf");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 400;
  src: url(/wp-content/themes/ikadia-theme-child/assets/fonts/segoe/segoeui.ttf) format("truetype");
  src: url(/wp-content/themes/ikadia-theme-child/assets/fonts/segoe/segoeui.otf) format("otf");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 600;
  src: url(/wp-content/themes/ikadia-theme-child/assets/fonts/segoe/segoeuisb.ttf) format("truetype");
  src: url(/wp-content/themes/ikadia-theme-child/assets/fonts/segoe/segoeuisb.otf) format("otf");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 700;
  src: url(/wp-content/themes/ikadia-theme-child/assets/fonts/segoe/segoeuib.ttf) format("truetype");
  src: url(/wp-content/themes/ikadia-theme-child/assets/fonts/segoe/segoeuib.otf) format("otf");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 800;
  src: url(/wp-content/themes/ikadia-theme-child/assets/fonts/segoe/segoeuibl.ttf) format("truetype");
  src: url(/wp-content/themes/ikadia-theme-child/assets/fonts/segoe/segoeuibl.otf) format("otf");
}
/*------------------------------------------
 *  Reponsive
 * -----------------------------------------*/
/*------------------------------------------  */
/*------------------------------------------
 *  BUTTON
 * -----------------------------------------*/
.ik-articles-resume-title {
  margin-top: 40px;
  margin-bottom: 15px;
}
.ik-articles-resume-title h2 {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}

.ik-mae-last-posts {
  display: flex;
  gap: 30px;
}
.ik-mae-last-posts #ik-articles-mae {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
}
.ik-mae-last-posts #ik-articles-mae .ik-articles-mae-data {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ik-mae-last-posts #ik-articles-mae .ik-articles-mae-data .ik-thumbnailmea a {
  position: relative;
  height: 300px;
  overflow: hidden;
  display: block;
}
.ik-mae-last-posts #ik-articles-mae .ik-articles-mae-data .ik-thumbnailmea a p {
  position: absolute;
  background-color: var(--wp--preset--color--primary);
  padding: 7px 15px;
  z-index: 1;
  min-width: 120px;
  text-align: center;
  font-size: 12px;
  margin: 0;
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0 0 5px;
}
.ik-mae-last-posts #ik-articles-mae .ik-articles-mae-data .ik-thumbnailmea a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ik-mae-last-posts #ik-articles-mae .ik-articles-mae-data h3 {
  font-size: 23px;
  font-weight: 700;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 10px;
  color: var(--wp--preset--color--secondary);
}
.ik-mae-last-posts #ik-articles-mae .ik-articles-mae-data .ik-articles-mae-extract {
  font-size: 13px;
  margin-top: 0;
  line-height: 170%;
  color: #757272;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.ik-mae-last-posts #ik-articles-mae .ik-articles-mae-data .ik-articles-mae-article-more {
  margin-top: 20px;
}
.ik-mae-last-posts #ik-articles-mae .ik-articles-mae-data .ik-articles-mae-article-more p {
  background-color: transparent;
  border: 1px solid #757272;
  height: 27px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  transition: 0.3s;
}
.ik-mae-last-posts #ik-articles-mae .ik-articles-mae-data .ik-articles-mae-article-more p:hover {
  background-color: #0B0B0B;
  color: var(--wp--preset--color--white);
  border: 1px solid #0B0B0B;
}
.ik-mae-last-posts #ik-articles-new {
  width: 50%;
}

.ik-articles-new-data, .ik-single-related-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.ik-articles-new-data > article, .ik-single-related-posts > article {
  margin-bottom: 40px;
  padding-bottom: 25px;
  position: relative;
  border-bottom: 1px solid #0B0B0B;
}
.ik-articles-new-data > article:after, .ik-single-related-posts > article:after {
  content: "";
  background-color: var(--wp--preset--color--primary);
  width: 30%;
  height: 7px;
  position: absolute;
  right: 0;
  bottom: -1px;
}
.ik-articles-new-data > article > .ik-articles-date, .ik-single-related-posts > article > .ik-articles-date {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 5px 15px 15px 5px;
  display: table;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.ik-articles-new-data > article .single-post-list-title, .ik-single-related-posts > article .single-post-list-title {
  text-decoration: none;
}
.ik-articles-new-data > article h3, .ik-single-related-posts > article h3 {
  font-weight: bold;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: var(--wp--preset--color--secondary);
}

@media (max-width: 992px) {
  .ik-mae-last-posts {
    flex-wrap: wrap;
  }
  .ik-mae-last-posts #ik-articles-mae, .ik-mae-last-posts #ik-articles-new {
    width: 100%;
  }
}/*# sourceMappingURL=block.css.map */