  /* Text meant only for screen readers. */

  .screen-reader-text,
  .ui-helper-hidden-accessible {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
   }
   .sticky .entry-title a:before {
    content: "";
    font-family: "knowledgeguru-font" !important;
    line-height: 1;
    outline: 0;
    margin-right: 8px;
    font-weight: bold;
    top: 3px;
    position: relative;
   }
   .gallery {
    display: flex;
    justify-content: start;
    flex-flow: wrap;
   }
 
   .gallery-item {
    display: inline-block;
    padding: 0;
    text-align: center;
    vertical-align: top;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
   }
 
   .gallery-columns-1 a,
   .gallery-columns-1 .gallery-item,
   .gallery-columns-1 .gallery-icon {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    font-size: 0;
   }
 
   .gallery-columns-2 .gallery-item {
    max-width: 48%;
    flex: 0 0 48%;
   }
 
   .gallery-columns-3 .gallery-item {
    max-width: 31.33%;
    flex: 0 0 31.33%;
   }
 
   .gallery-columns-4 .gallery-item {
    max-width: 23%;
    flex: 0 0 23%;
   }
 
   .gallery-columns-5 .gallery-item {
    max-width: 18%;
    flex: 0 0 18%;
   }
 
   .gallery-columns-6 .gallery-item {
    max-width: 14.66%;
    flex: 0 0 14.66%;
   }
 
   .gallery-columns-7 .gallery-item {
    max-width: 12.28%;
    flex: 0 0 12.28%;
   }
 
   .gallery-columns-8 .gallery-item {
    max-width: 10.5%;
    flex: 0 0 10.5%;
   }
 
   .gallery-columns-9 .gallery-item {
    max-width: 9.11%;
    flex: 0 0 9.11%;
   }
   .gallery-caption{
    margin-top: 1px; 
   }
 
   #wpstats{
     display: none;
   }