* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.elementor-shortcode a {
  text-decoration: none !important;
  color: #004A34 !important;
}

/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 10px 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 1024px) {
  .column {
      width: 75%;
      display: block;
      margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .column {
      width: 50%;
      display: block;
      margin-bottom: 20px;
  }
  .wikicard {
    max-width: 100vh !important;
  }
  h2.wikih {
    font-size: 22px;
  }
}
@media screen and (max-width: 512px) {
  .column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
  }
  .wikicard {
    max-width: 100vh !important;
  }
  h2.wikih {
    font-size: 22px;
  }
}




/* Style the counter wikicards */
.wikicard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 12px;
  text-align: center;
  background-color: #ffffff;
  transition: 0.3s;
  border-radius: 10px;
  max-width: 250px ;
  height: 50vh;
  overflow: hidden;
}

.wikicard a {
  border: none !important;
  outline: none !important;
}

.wikicard:hover {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
  cursor: auto;
  cursor: pointer;
  transform: scale(1.01);
}

img {
  border-radius: 10px 10px 10px 10px;
}

p.date, p.author {
  font-size: 1em;
  font-weight: 100;
  margin: 0px;
  color: var(--charteBold-bg-color)!important;
}

p.author {
  margin-bottom: 15px;
}

p.content {
  margin-bottom: -20px;
  font-family: "Comfortaa", Sans-serif !important;
  font-size: 0.9em;
  color: var(--charteBold-bg-color)!important;
}

.imageWiki {
  height: 50%;
}

h2.wikih {
  font-size: 20px;
  font-weight: 800;
  margin: 0px;
}