/*
 Theme Name:     Wipcast Child
 Theme URI:      http://podcastdinle.com/
 Description:    Wipcast teması için çocuk tema
 Author:         Senin Adın
 Author URI:     https://senin-websiten.com/
 Template:       wipcast
 Version:        1.0.0
 Text Domain:    wipcast-child
*/


#main-header {
height: inherit;
background-color: #a50e43;
box-shadow: 0 1px 6px rgba(0, 0, 0, .07);
}

h3.post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Kaç satır görünmesini istediğini belirle */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}