@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Montserrat file";
  font-weight: 100;
  src: url("/wp-content/themes/ikadia-theme-child/assets/font/Montserrat-UltraLight.otf") format("otf");
  src: url("/wp-content/themes/ikadia-theme-child/assets/font/Montserrat-UltraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat file";
  font-weight: 200;
  src: url("/wp-content/themes/ikadia-theme-child/assets/font/Montserrat-ExtraLight.otf") format("otf");
  src: url("/wp-content/themes/ikadia-theme-child/assets/font/Montserrat-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat file";
  font-weight: 300;
  src: url("/wp-content/themes/ikadia-theme-child/assets/font/Montserrat-Light.otf") format("otf");
  src: url("/wp-content/themes/ikadia-theme-child/assets/font/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat file";
  font-weight: 400;
  src: url("/wp-content/themes/ikadia-theme-child/assets/font/MONTSERRAT-REGULAR.OTF") format("otf");
  src: url("/wp-content/themes/ikadia-theme-child/assets/font/MONTSERRAT-REGULAR.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat file";
  font-weight: 500;
  src: url("/wp-content/themes/ikadia-theme-child/assets/font/Montserrat-Medium.otf") format("otf");
  src: url("/wp-content/themes/ikadia-theme-child/assets/font/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat file";
  font-weight: 600;
  src: url("/wp-content/themes/ikadia-theme-child/assets/font/Montserrat-SemiBold.otf") format("otf");
  src: url("/wp-content/themes/ikadia-theme-child/assets/font/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat file";
  font-weight: 700;
  src: url("/wp-content/themes/ikadia-theme-child/assets/font/Montserrat-Bold.otf") format("otf");
  src: url("/wp-content/themes/ikadia-theme-child/assets/font/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat file";
  font-weight: 900;
  src: url("/wp-content/themes/ikadia-theme-child/assets/font/Montserrat-Black.otf") format("otf");
  src: url("/wp-content/themes/ikadia-theme-child/assets/font/Montserrat-Black.ttf") format("truetype");
}
.ik-block-lire-plus .ik-lire-plus {
  max-height: 90px;
  overflow: hidden;
  transition: 0.6s cubic-bezier(0.78, -0.01, 0.39, 1.02) !important;
}
.ik-block-lire-plus .ik-lire-plus.disable-see-more {
  max-height: 100%;
}
.ik-block-lire-plus .ik-lire-plus-btn p {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  width: fit-content;
  position: relative;
  margin-top: 15px;
  transition: all ease 0.3s;
}
.ik-block-lire-plus .ik-lire-plus-btn p::before {
  content: "";
  width: 100%;
  left: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -4px;
  background-color: var(--wp--preset--color--primary);
  transition: all ease 0.3s;
}
.ik-block-lire-plus .ik-lire-plus-btn p:hover {
  color: var(--wp--preset--color--tertiary);
}
.ik-block-lire-plus .ik-lire-plus-btn p:hover::before {
  width: 100%;
  background-color: var(--wp--preset--color--tertiary);
}
.ik-block-lire-plus .ik-lire-plus-btn.active p::after {
  transform: rotate(-180deg);
}/*# sourceMappingURL=block.css.map */