form > div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  form > div {
    flex-direction: column;
  }
}
form > div div {
  flex: 1;
}
@media screen and (max-width: 992px) {
  form > div div {
    width: 100%;
  }
}

.medya-item {
  padding: 25px;
  border-radius: 5px;
  border: 2px solid #eeeeee;
  position: relative;
  margin: 15px 0;
}
.medya-item:hover {
  border: 2px solid #EB1F25;
  cursor: pointer;
}
.medya-item img {
  width: 100%;
  height: auto;
}
.medya-item h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
.medya-item p, .medya-item span {
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
}
.medya-item .date {
  color: #666666;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 25px;
}

.date-commercials {
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  color: #666666;
  margin-bottom: 30px;
}

.view-newsletters .medya-item, .view-blog .medya-item {
  min-height: 390px;
}

.view-commercials iframe {
  width: 100%;
  height: 300px;
}
.view-commercials .medya-item {
  min-height: 500px;
}

.view-announcement .medya-item {
  min-height: 220px;
}

.view-kalem-magazine .medya-item {
  min-height: 475px;
}

.view-certificates .medya-item {
  min-height: 500px;
}

/*# sourceMappingURL=medya_grid.css.map */
