/* Inklusion-categorioes-list */

.categories_list {
  list-style: none; /* Remove default bullets */
  margin-bottom: 35px;
}

.categories_list li {
  font-size: 16px;
  color: #6c6c6c;
  margin-bottom: 10px;
  pointer-events: auto;
}

.categories_list .marker {
  color: #25a0da;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  content: url("/wp-content/uploads/2020/01/chevron-right.svg");
  width: 6px;
  height: 12px;
  margin-right: 10px;
}

.categories_list .with_children .marker {
  cursor: pointer;
}

.categories_list .sub-marker {
  color: #25a0da;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  content: url("/wp-content/uploads/2020/01/chevron-right.svg");
  width: 6px;
  height: 12px;
  margin-right: 10px;
}

.categories_list .marker.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: 35% 50%;
}

.categories_list .sub_class {
  padding-left: 15px;
  height: 26px;
  /*Animation*/
  transition: height linear 2s;
}

.categories_list .sub_class.hide {
  height: 0;
  transition: height linear 2s;
}

/* End Inklusion-categorioes-list */

/* Inklusion-news-grid */

.grid {
  display: flex;
  margin-bottom: 160px;
  margin-top: 60px;
}

.grid .content {
  margin-top: 32px;
  display: flex;
  margin-top: 32px;
  margin-left: 34px;
}

.grid .post {
  padding: 0;
}

.grid img {
  max-height: 230px;
  object-fit: cover;
}

.grid .content h4 {
  margin-bottom: 15px;
}

.grid .content h4::after {
  content: "";
  position: absolute;
  vertical-align: bottom;
  height: 30px;
  border-left: 4px solid #25a0da;
  left: -32px;
  top: 0;
  margin-top: 5px;
}

.grid .content .read_more {
  color: #25a0da;
  font-size: 14px;
  margin-left: 10px;
  display: block;
  margin-left: 0;
  margin-top: 5px;
}

.grid .text {
  font-size: 14px;
  color: #555;
}

/* End Inklusion-news-grid */

/* Inklusion-recent-posts */

.recent-posts-grid .post_title {
  margin-bottom: 0px;
  flex-grow: 1;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
}

.recent-posts-grid .post_title a {
  font-weight: 500;
}

.recent-posts-grid a {
  text-decoration: none;
}

.recent-posts-grid .date {
  font-size: 14px;
  line-height: 24px;
  color: #555555;
}

.recent-posts-grid .content {
  display: flex;
  flex-direction: column;
  align-content: space-evenly;
  padding-right: 0;
  margin-left: 10px;
}

.recent-posts-grid .item {
  margin-bottom: 22px;
  display: flex;
  padding: 0 0 0 15px;
  max-width: 100%;
  flex-wrap: nowrap;
}

.recent-posts-grid .img {
  padding-right: 0;
  width: 60px;
}

.recent-posts-grid img {
  height: 60px;
  width: 60px;
  min-width: 60px;
  object-fit: cover;
}

/* End Inklusion-recent-posts*/

/* Inklusion-search */

.searchform .inklusion-search {
  border-width: 0;
  height: 55px;
  padding-left: 20px;
  color: #666666;
  font-size: 15px;
  background: transparent;
  max-width: 80%;
}

.searchform {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  background: #f2f3f5;
  border-radius: 3px;
}

.searchform .fa {
  font-size: 22px;
}

.searchform button {
  padding: 0 10px 0 10px;
  background: transparent;
  border: none;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchform button:hover {
  background: transparent;
  border: none;
  color: #25a0da;
}

.searchform .icon {
  display: inline-block;
  content: url("/wp-content/uploads/2020/01/search.svg");
  width: 18px;
  height: 18px;
  color: black;
  opacity: 0.7;
}

.searchform .icon:hover {
  opacity: 1;
}

/* End Inklusion-search */

/* Inklusion-Testimonials */

.testimonials_box {
  min-height: 355px;
  max-width: 647px;
  background: #091540;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.testimonials_box .testimonials {
  display: inline-flex;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.testimonials_box::after {
  content: "“";
  right: 0;
  top: 0;
  height: 700px;
  width: 275px;
  position: absolute;
  opacity: 0.07;
  font-family: ProximaNova;
  font-size: 579px;
  color: #25a0da;
  display: flex;
  align-items: flex-end;
}

.testimonials_box .navigation {
  display: flex;
  position: absolute;
  bottom: 0;
  right: -127px;
  width: 254px;
  height: 91px;
}

.testimonials_box .navigation .arrow_left,
.testimonials_box .navigation .arrow_right {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 34px;
  font-weight: 100;
  cursor: pointer;
  z-index: 2;
}
.testimonials_box .navigation .arrow_left {
  background-color: #091540;
}

.testimonials_box .navigation .arrow_right {
  background-color: #213363;
}

.testimonials_box .content {
  padding: 30px 50px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 100%;
  transform: translateX(0px);
  transition: transform 1s ease; /* our nice transition */
}

.testimonials_box .text {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.testimonials_box .author {
  margin-top: 30px;
  display: flex;
  font-style: italic;
}

.testimonials_box .img {
  max-height: 50px;
  display: flex;
}

.testimonials_box img {
  height: 100%;
  width: auto;
  max-height: 50px;
}

.testimonials_box .author_info {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonials_box .name,
.testimonials_box .filiation {
  color: #4bbbf1;
  font-size: 16px;
  line-height: 21px;
  font-family: Poppins;
}

.testimonials_box .name {
  color: #4bbbf1;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  font-family: Poppins;
}

/* End Inklusion-testimonials*/

/**
*
* Inklusion-button
*
*/

.wpcf7-form-control.button-tetraedro {
  color: white;
  font-size: 16px;
  font-weight: 600;
  width: 225px;
  height: 68px !important;
}
.button-tetraedro {
  background: rgb(37, 160, 218) !important;
  border-color: rgb(37, 160, 218) !important;
  box-shadow: 0px 10px 20px 1px rgb(192, 233, 251) !important;
  height: 50px !important;
}

.button-tetraedro:hover {
  background: rgb(35, 147, 199);
  border-color: rgb(35, 147, 199);
  height: 50px;
}

.button-tetraedro a,
.button-tetraedro input {
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 0 4px;
  text-transform: none;
  text-decoration: none;
}

/**
*
* End Inklusion-Button
*
*/

.align-middle {
  display: flex;
  justify-content: center;
}


@media only screen and (max-width: 768px) {
  .testimonials_box .navigation{
    position: relative;
    right: 0;
  }

  .testimonials_box .navigation .arrow{
    border: 1px solid #213363;
  }
}