/* Verkleinen marge boven comments */
div.wpdiscuz_top_clearing + div.comments-area {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

@media screen and (min-width: 48em) {
  .entry-title,
  .page-title {
    font-size: 20px !important;
  }

  .site-content {
    padding: 3em 0 0 !important;
  }
	
  .entry-header,
  .page-header {
    margin-bottom: 2em !important;
  }
}

/* Remove meta data (date &amp; author) 
.entry-meta {
  display: none;
}
*/

/* Hide footer text */
.site-info {
  display: none;
}

.editor-styles-wrapper h1,
.h1.wp-block,
h1 {
  font-size: 24px !important;
  font-weight: 600;
}

/* Left-border on gutenberg toolbar on page edit */
.components-accessible-toolbar .block-editor-block-toolbar,
.block-editor-block-contextual-toolbar.is-fixed {
  border-left: 10px solid #555;
}

/* Fix menu dropdown icons */
.dropdown-toggle {
  display: none !important;
}

/* top margin for admin toolbars */
#adminmenumain .navigation-top {
  top: 32px;
}

/* Add borders to menu */
.navigation-top {
  border-top: 0px solid #333;
  border-bottom: 1px solid #999;
  z-index: 999;
}


/* Placement of branding block */
.site-branding {
    margin-bottom: 40px;
    margin-top: -25px;
}

/* Shadow for branding text */
body.has-header-image .site-title,
body.has-header-image .site-description {
  text-shadow: 2px 2px 5px #000;
}

  /* Site Menu - stick at top of home */
  .home .navigation-top {
		bottom: auto;
		top: 0;
		position: fixed;
	}

  /* 2 rounded corners on logo */
  .custom-logo-link img {
    border-radius: 25px 0px !important;
  }

/* Post design Header meta */
.single-post .entry-meta {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #888;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1px;
  font-style: italic;
}

/* Post design Footer */
.single-post .entry-footer {
  display: none;
}
.single-post #comments {
  padding-top: 0;
}

/* Title title bold on search result page */
.search-results .entry-title {
  font-weight: 600;
}



@media screen and (min-width: 48em) {
  /* Remove footer thing on home page*/
  .home .site-content,
  .home .site-content-contain {
    display: none;
  }

  /* Remove space at the bottom of screen */
  .has-header-image.twentyseventeen-front-page .custom-header {
    display: contents;
  }

  /* to margin above page title 6em -> 2em */
  .panel-content .wrap {
    padding-top: 2em !important;
  }
  
  /* Remove space between title and text on search result page */
  .search-results .entry-header, .page-header {
    margin-bottom: 0em !important;
  }
}

/* Remove Next and previous post navigation */
.post-navigation {
  display: none;
}

/* Category posts excerp view 1 */
body.category .entry-title {
  font-weight: bold;
  border-top: 5px #ccc solid;
  padding-top: 10px;
}

/* Category posts excerp view 2 */
body.category .entry-header {
  padding-bottom: 0;
}

/* Category posts excerp view 3 */
body.category article .wp-block-file__button {
  display: none !important;
}



/************************************/
/*** BEGIN Ultimate Member design ***/
/************************************/
.um {
  opacity: 1 !important;
}

.um-profile.um-viewing .um-field-label {
  margin: 8px 0 8px 0 !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.um-profile.um .um-name a {
  color: #eee;
}

.um-field-label label {
  color: #666;
}

.um-field-area {
  color: #eee;
}

.um-item-link > a {
  color: #eee;
}

.um-item-meta a {
  border-bottom: none;
  font-weight: normal;
}

.um-profile-body a {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 0px 0 rgba(128, 128, 128, 1) !important;
}

.um-profile-body .um-item {
  padding: 5px 0;
  border-bottom: 1px solid #888;
}

.um-login .um-form-field {
  color: #000;
}
/*** END Ultimate Member design ***/

