/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */


/*
 * Namen in Kommentaren klein schreiben
 */

.thecomment .comment-text span.author, .thecomment .comment-text span.author a {
	text-transform:none !important;
}


/*
 * wpdiscuz Abonnieren ausblenden fuer nicht angemeldete
 */
.wpd-sbs-toggle{
    display: none !important; 
}

.logged-in .wpd-sbs-toggle{
    display: block !important; 
}



/*
 * Erstellt einen Abstand ueber und unter der Gallerie
 */
.wp-block-gallery {
    margin-top: 10px;
    margin-bottom: 20px;
}

/*
 * wpdiscuz Farbe Nutzername
 */
.wpd-comment-author {
 color: rgb(0, 0, 0) !important;
}



/*
 * wpdiscuz verbirgt den Nickname hinter dem Namen
 */

.wpd-user-nicename {
	display: none !important; 
}

#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar img{
     border-bottom: none !important;
}

/*
 * Abstand zwischen den Badges
 *

#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-label {
    margin: 5px;
}
*/

/*
 * Farben der Badges angepasst
 *

div.wpd-comment-label {
  background-color: #2BA0FF !important;
  border-style: none !important;
  border-color: #2BA0FF !important;
  color: #FFFFFF !important;
}
*/