@font-face {
    font-family: 'FontAwesome';
    src: url('../../_template/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../../_template/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') 
        format('embedded-opentype'), url('../../_template/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') 
        format('woff2'), url('../../_template/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') 
        format('woff'), url('../../_template/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') 
        format('truetype'), url('../../_template/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  .fulltext_section p img { cursor: pointer; }
  .widget_recent_posts a { padding-right: 50px; }
  .blog_details p {	text-align: justify!important; }
  .blog_details p img,
  .fulltext_section img {
      padding: 15px!important;
  }
  .fulltext_section h1 span,
  .fulltext_section h2 span {
      font-size: unset!important;
  }
  .fulltext_section h3 {
      font-size: 22px!important;
      color: #5c656d;
  }
  .blog_details .post_expand .post_header .post_title {
      text-align: left!important;
  }
  .more_posts .blog_post .post_header .post_title {
      text-align: left!important;
  }
  .blog_post .post_video iframe, .blog_post .post_video object, .blog_post .post_video embed, .blog_post .post_audio iframe, .blog_post .post_audio object, iframe {
      /* min-height: 1000px!important; */
  }
  #mys-wrapper {
      top: -70px!important;
      align-items:  unset!important;
  }
  .blog_post .post_fulltext {
    margin-top: 30px!important;
    font-size: 20px!important
  }
  .post_header h4 {
    font-size: 35px;
  }
  @media screen and (max-width: 991px){
    .post_header h4 {
        font-size: 28px;
    }
  }

  .fulltext_section em {
    font-size: 18px;
    padding-left: 15px;
    color: #777;
  }