/* In logo witte lijn verbergen */
#contactInfo::before {
   height: 2px !important;
   background: none;
}

/* Top content verbergen */
#topContentStuff {
   /* display: none; */
   margin-bottom: 10px !important;
}

/* Menu knop zichtbaar maken */
#menuToggle {
  display: block;
  margin-top: -20px;
}

a#menuToggle.closed {
  /* margin-left: -620px; */
}

#menusContainer {
   margin-top: 38px;
   display: none;
}

#title-info {
  margin-top: 38px;
}

#content {
   padding: 20px 5% !important;
}

div#contentContainer {
   /* margin-top: -40px; */
}

/* Titel + samenvatting verbergen op pagina/post */
div#title-info p {
  display: none; 
}

/* verberg sticky footer */
#stickyPosts {
   display: none !important;
}

.postsContainer > .sticky .aside-wrapper::after {
  background: none; 
}

/*
.postsContainer > .sticky a {
  color: #333; 
}*/

/* header image op pagina */
.page div#headerContainer {
    
}

/* Verberg de datum */
.postInfo .theDate {
  display: none !important;
}

/* Verberg featured item text */
.postsContainer > .sticky .posttitle::before {
  display: none;
}

/* Social Icons */
div#social_icons {
  float: right;
  margin-top: -28px;
}

#social_icons img {
   width: 20px; 
}

/* Verberg Facebook en Google+ share button */
.sfsi_socialwpr .sf_fb,
.sfsi_Sicons.left .sf_google {
  display: none;
}

.page .sfsi_plus_widget {
  margin-top: 60px;
  margin-right: 40px;
  float: right;
}
