/*---------------------------------------------------------
**
** PRINT STYLESHEET
**
----------------------------------------------------------*/
@media print {
  body {
    background: white;
    color: black;
    margin: 0;
  }
  a[href]:after {
    content: none !important;
  }
  #content-container #content {
    top: 0;
    margin: 0;
    width: 100% !important;
  }
  #left-content {
    width: 100% !important;
  }
  #navigation,
  #main-header,
  #right-sidebar,
  #main-footer,
  #scroll-top-container,
  .blog-next-page {
    display: none;
  }
  #main-content {
    padding: 0 !important;
    width: 100%;
  }
  #featuredbox {
    height: auto !important;
    border: 0 !important;
  }
  #featuredbox .featured-background {
    background: none;
    display: none;
  }
  #featuredbox .featured-background .featured-layer {
    display: none;
  }
  #featuredbox .pagetitle {
    position: relative;
    height: initial !important;
    padding: 60px 0;
    text-align: center;
    color: #2f2f2f;
  }
  #featuredbox .pagetitle > h1 {
    font-size: 45px !important;
    font-weight: bold !important;
  }
  #featuredbox .pagetitle .title-box-buttons {
    display: none !important;
  }
  #featuredbox.has-search form {
    display: none;
  }
  #content-container .blog-button,
  #content-container .frontend-wrapper,
  #content-container .intern-thumbnail,
  #content-container .blog-authorbox,
  #content-container .blog-next-page,
  #content-container .comment-respond,
  #content-container .comment-author img,
  #content-container .reply {
    display: none;
  }
  #content-container .intern-box {
    padding: 15px 0;
  }
  #content-container .intern-padding {
    padding: 30px 0;
  }
  #content-container .heading {
    word-break: break-all;
  }
  #content-container .heading h2 {
    font-weight: bold !important;
  }
  #content-container .comment-content {
    padding: 30px 0;
  }
  #content-container #wiki-bottom,
  #content-container #wiki-nav,
  #content-container .edit-link {
    display: none;
  }
  #buddypress #woffice_cover_upload,
  #buddypress #item-nav,
  #buddypress .item-list-tabs,
  #buddypress #members-extra,
  #buddypress #search-members-form {
    display: none;
  }
  #buddypress ul.item-list {
    height: auto !important;
  }
  #buddypress ul#members-list li,
  #buddypress ul#groups-list li {
    margin: 30px 0 !important;
    position: relative !important;
    display: block !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
    left: 0 !important;
  }
  #content-container #woffice-project-date-filters,
  #content-container #woffice-project-archive-filters,
  #content-container .btn,
  #content-container #project-nav {
    display: none;
  }
  #map-directory,
  #directory-search {
    display: none;
  }
  .bottom-map-location {
    text-align: left;
  }
}