article.post-158 .entry-content{
  max-width:none;
}

/* ========== new styles for responsive 01/03/2018 ========== */

@media only screen and (max-width : 480px) {
	.header-image .site-title > a{ 
              width: 100%; 
     }
}

@media only screen and (min-device-width : 481px) and (max-device-width : 767px) {
  .header-image .title-area {
    width: 60%;
    float: left;
}
.social-icons {
    text-align: right;
    float: right;
    width: 40%;
}
}