/* Print Styles */

@media print {
#main-menu,.blog-sidebar, ul#menu-main-top-nav,.image-wrap,.footer-social {
    display: none;
}

/* Displaying link color and link behaviour */
a:link, a:visited, a {
background: transparent;
color: #000;
font-weight: bold;
text-decoration: underline;
text-align: left;
}

a {
    page-break-inside:avoid
}

a[href]:after {
    content: none !important;
  }
  h1, h2, h3 {
  	text-align: left !important;
  }
  .fl-row-content-wrap {
    padding: 10px !important;
}
.col-md-9.col-sm-12 {
    width: 100%;
}
.post-wrap {
    margin-bottom: 0;
    padding-bottom: 50px;
}
}
