/* Enter Your Custom CSS Here */
/* CSS For Blog page post title */
.post-title h2 {
    font-size: 26px !important;
    line-height: 32px !important;
}

/* CSS For single post page title */
.post-header .title_wrapper h1.entry-title {
    font-size: 30px;
    line-height: 44px;
    font-weight: 400;
}

/* -- Responsive CSS --- */
@media only screen and (min-device-width: 768px) and (max-device-width: 800px){
  .post-header .title_wrapper h1.entry-title { font-size: 26px;line-height: 32px; }
}

@media only screen and (max-device-width: 568px){
  .post-header .title_wrapper h1.entry-title { font-size: 22px;line-height: 28px; }
}