/*
Theme Name: DijitalGraf New Custom Theme
Theme URI: https://dijitalgraf.com/themes/dijitalgraf
Author: Samet Sahin
Author URI: https://sahin.dev
*/
.menu-item-has-children > ul {
  display: none;
}
.menu-item-has-children:hover > ul {
  display: block;
}

.lecturers-img {
  width: 255px;
  height: 255px;
  overflow: hidden;
}

.lecturers-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* kritik satır */
  display: block;
}

.ozet-icon {
  font-size: 48px; /* büyüklük */
  color: #ffffff; /* beyaz */
}

.ozet-desc {
  font-size: 16px;
  color: #ffffff;
}

.current-menu-item > a,
.current-menu-ancestor > a {
  /* active style */
}

@media (min-width: 992px) {
  .mobile-menu-area {
    display: none !important;
  }
}

.meanmenu-reveal {
  color: #fff;
  text-decoration: none;
}

.meanmenu-reveal span span span {
  background: #fff;
}
