.tribe-events-back{display:none;}
.tribe-events-single-event-title{font-size:36px;}
.tribe-event-date-start,.tribe-event-time{font-size:15px;}
.single-tribe_events .tribe-events-cal-links,.tribe-events-event-meta{display:none;}
.tribe-events-schedule h2{line-height:0; font-size:15px;font-weight:normal;}
.tribe-events-nav-pagination,.tribe-events-single-event-title,.tribe-events-schedule{display:none;}
.tm-sc-section-title,.tm-sc-section-title .title-wrapper{margin-bottom:0px;}
div#header_fb {
    top: 26px;
right:0px;
    position: absolute;
    font-size: 24px;
    width: 50px;
    height: 50px;
}
.isotope-item.box-hover-effect.featured-image {
    display: none;
}

/* Diagonal stacked paper effect */
.paper {
  background-color: #fff;
  /* Need position to allow stacking of pseudo-elements */
  position: relative;
margin-bottom:15px;
}

.paper,
.paper::before,
.paper::after {
  /* Add shadow to distinguish sheets from one another */
  box-shadow: 2px 1px 1px rgba(0,0,0,0.15);
}

.paper::before,
.paper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #eee;
}

/* Second sheet of paper */
.paper::before {
  left: 7px;
  top: 5px;
  z-index: -1;
}

/* Third sheet of paper */
.paper::after {
  left: 12px;
  top: 10px;
  z-index: -2;
}

.related-posts .thumb{height:150px;}