/*
Theme Name: Cordula Tornow Member Site
Theme URI:
Description: Your child theme description text...
Author: Your Name
Author URI: http://www.yourdomain.com/
Template: namba
Version: 1.0
Tags: Namba Child Theme
*/

/*
Now you can start adding your own styles here. Use !important to overwrite styles if needed. */
/******** pelZONE Branding ********/
#footer .powered a.pel, a.pel {
  color: #999999
}
#footer .powered a.pel span, a.pel span, p span.pelGREEN {
  color: #009fe3;
}

/******** RECOLORING ********/
#container, .blog-onecolumn .site-content .post {
    background: #ffffff !important;
}
/******** LINKS ENTFERNEN ********/
body:not(.logged-in) #site-nav, #nav-single {
  display: none !important;
}
.entry-format, .entry-author {
  display: none !important;
}
.tml-user-link-dashboard, .tml-user-link-profile, .entry-cats, .entry-tags {
    display: none;
}
.tml-links {
	display: none;
	pointer-events: none;
}
.tml-user-panel ul.tml-user-links li {
	padding-bottom: 6px;
	list-style: none;
	line-height: 1.45;
}
.tml-user-panel ul.tml-user-links {
  padding-left: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  
}
.more-link {
	background: rgba(230,0,126,0.75);
	display: inline-block;
	margin: 10px 10px 10px 0;
	padding: 12px 16px;
	overflow: hidden;
	cursor: pointer;
	/* font-size: 16px; */
	font-size: 1rem;
	color: #fff;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none !important;
	-webkit-transition: 0.2s background ease;
	-moz-transition: 0.2s background ease;
	-o-transition: 0.2s background ease;
	-ms-transition: 0.2s background ease;
	transition: 0.2s background ease;
}
.more-link:hover {
  background: rgba(230,0,126,0.9);
}