.section-courses h2 {
  text-align: center;
  display: block;
  font-size: 47px;
  margin-bottom: 45px;
  font-weight: 700;
  color: var(--ek-main-text-color);
  width: 100%;
}
.section-courses .section-description {
  margin-top: 15px;
  width: 100%;
  font-weight: 300;
  font-size: 22px;
  color: var(--ek-main-text-color);
  text-align: center;
  margin-bottom: 60px;
}

.courses-filter {
  text-align: center;
  margin-bottom: 30px;
}
.courses-filter .mobile-toggle-filter {
  display: none;
  width: 100%;
  text-align: center;
  padding: 5px 15px;
}
.courses-filter .mobile-toggle-filter span {
  border-radius: 50px;
  border: 1px solid #e2e2e9;
  padding: 5px 15px;
  width: 220px;
  display: block;
  margin: 0 auto;
}
.courses-filter .filter-courses {
  padding: 5px 13px;
  border-radius: 50px;
  margin: 10px 3px;
  cursor: pointer;
  font-size: 13px;
  border: 1px solid #e2e2e9;
}
.courses-filter .filter-courses.active {
  color: #ffffff;
  border: 1px solid var(--ek-primary-color);
  background: var(--ek-primary-color);
}
.courses-filter .filter-courses:hover {
  color: #ffffff;
  border: 1px solid var(--ek-primary-color);
  background: var(--ek-primary-color);
}

.edukiwi-items {
  display: none;
}
.edukiwi-items.item-visible {
  display: block;
}
.edukiwi-items .edukiwi-item {
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.18);
  border-radius: 20px;
  padding-top: 0;
  margin-top: 30px;
  margin-bottom: 40px;
}
.edukiwi-items .edukiwi-item .item-header {
  position: relative;
  border-radius: 13px 13px 0 0;
  overflow: hidden;
}
.edukiwi-items .edukiwi-item .item-header .id-wrap {
  position: absolute;
  top: 20px;
  left: 25px;
  color: #ffffff;
  font-size: 14px;
}
.edukiwi-items .edukiwi-item .item-header .id-wrap .inscrieri-deschise {
  line-height: 1;
  padding: 7px 12px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
}
.edukiwi-items .edukiwi-item .item-header .id-wrap .inscrieri-deschise i {
  color: var(--ek-primary-color);
  margin-right: 7px;
  font-size: 9px;
  float: left;
  margin-top: 2px;
}
.edukiwi-items .edukiwi-item .item-header img {
  width: 100%;
  max-width: 100%;
}
.edukiwi-items .edukiwi-item .item-header .item-title {
  position: absolute;
  bottom: 30px;
  z-index: 10;
  padding: 0 30px;
  max-width: 86%;
  text-align: left;
}
.edukiwi-items .edukiwi-item .item-header .item-title h4 {
  color: #ffffff;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 600;
  text-align: left;
}
.edukiwi-items .edukiwi-item .item-header .item-title span {
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
}
.edukiwi-items .edukiwi-item .item-footer {
  padding: 30px 15px;
  overflow: hidden;
}
.edukiwi-items .edukiwi-item .item-footer > div:nth-of-type(1) {
  float: right;
  padding: 0 10px 0 20px;
  height: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 210px);
}
.edukiwi-items .edukiwi-item .item-footer > div:nth-of-type(1) > div {
  display: block;
  width: 100%;
  text-align: left;
}
.edukiwi-items .edukiwi-item .item-footer > div:nth-of-type(1) span {
  color: #2D2F36;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  float: left;
  line-height: 1;
  width: 50%;
  margin: 3px 0;
  text-align: left;
}
.edukiwi-items .edukiwi-item .item-footer > div:nth-of-type(1) > div:nth-of-type(1) span {
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-weight: 400 !important;
}
.edukiwi-items .edukiwi-item .item-footer > div:nth-of-type(1) i {
  color: var(--ek-primary-color);
  margin-right: 5px;
}
.edukiwi-items .edukiwi-item .item-footer > div:nth-of-type(2) {
  float: left;
}
.edukiwi-items.webinar-item .edukiwi-item {
  background: #2D2F36;
}
.edukiwi-items.webinar-item .edukiwi-item .item-header::before {
  content: " ";
  position: absolute;
  display: block !important;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.edukiwi-items.webinar-item .edukiwi-item .item-header .item-title {
  bottom: 10px;
}
.edukiwi-items.webinar-item .edukiwi-item .item-header .item-title .webinar-label {
  color: #ffffff;
  font-size: 21px;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.edukiwi-items.webinar-item .edukiwi-item .item-header .item-title .webinar-label span {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #E33651;
  margin-right: 10px;
  border-radius: 50%;
}
.edukiwi-items.webinar-item .edukiwi-item .item-header .item-title h4 {
  font-size: 22px;
}
.edukiwi-items.webinar-item .edukiwi-item .item-footer > div span {
  font-size: 14px;
  font-weight: 400;
  text-transform: none !important;
  color: #ffffff;
  width: auto !important;
  margin-right: 10px;
}

.btn {
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  font-size: 18px;
  border-radius: 50px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  cursor: pointer;
  height: 55px;
  line-height: 55px;
  width: 100%;
  min-width: 200px;
  max-width: 300px;
  color: #ffffff;
  border: none !important;
  background: #d72570;
  background: -webkit-gradient(linear, left top, right top, from(#d72570), to(#f44d29));
  background: linear-gradient(to right, #d72570 0%, #f44d29 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d72570", endColorstr="#f44d29",GradientType=1 );
}
.btn:hover, .btn:focus {
  text-transform: none !important;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  color: #ffffff;
}

.btn-2 {
  -webkit-box-shadow: 0 3px 6px #04040442;
          box-shadow: 0 3px 6px #04040442;
  border: 3px solid #2D2F36;
  border-radius: 29px;
  width: 100%;
  max-width: 360px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #2D2F36;
  display: block;
  padding: 10px;
  background: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: unset;
  transition: unset;
}
.btn-2:hover {
  background: #2D2F36;
  color: #ffffff;
}

.row-show-more {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .courses-filter {
    text-align: center;
  }
  .courses-filter .mobile-toggle-filter {
    display: block;
  }
  .courses-filter .filter-courses {
    display: none;
    margin: 5px auto;
    border: 1px solid #e2e2e9;
    padding: 5px 15px;
    border-radius: 50px;
    width: 220px;
    text-align: center;
  }
  .courses-filter .filter-courses.visible {
    display: block;
  }

  .edukiwi-items .edukiwi-item .item-header .item-title h4 {
    line-height: 1.25;
    font-size: 20px;
  }
  .edukiwi-items .edukiwi-item .item-header .item-title span {
    font-weight: 300;
    font-size: 12px;
  }
  .edukiwi-items .edukiwi-item .item-footer > div:nth-of-type(1) {
    height: auto;
    margin-top: 0;
    margin-bottom: 15px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .edukiwi-items .edukiwi-item .item-footer > div:nth-of-type(2) {
    width: 100%;
  }
  .edukiwi-items .edukiwi-item .item-footer > div:nth-of-type(2) a {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .edukiwi-items.webinar-item .edukiwi-item {
    margin-bottom: 10px;
  }
  .edukiwi-items.webinar-item .edukiwi-item .item-header img {
    height: auto;
  }
  .edukiwi-items.webinar-item .edukiwi-item .item-header .item-title {
    max-width: 100%;
    bottom: 10px;
  }
  .edukiwi-items.webinar-item .edukiwi-item .item-header .item-title .webinar-label {
    font-size: 18px;
  }
  .edukiwi-items.webinar-item .edukiwi-item .item-header .item-title h4 {
    font-size: 20px;
  }
  .edukiwi-items.webinar-item .edukiwi-item .item-footer {
    padding: 20px 15px;
  }
  .edukiwi-items.webinar-item .edukiwi-item .item-footer > div span {
    display: block;
    float: unset;
    margin-bottom: 5px;
  }
}