/*
 * Theme Name:  Newsblock Child
 * Theme URI:   https://codesupply.co/themes/newsblock/
 * Description: Newsblock Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    newsblock
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

a {
	color: var(--cs-color-primary);
	text-decoration: none;
	background-color: transparent;
	transition: color 0.25s;
	/* Neue Zeile Code:*/
	word-wrap:break-word;
}

#wpdcom .wpd-comment-text p, .cptch_block {
    color: var(--cs-color-primary);
}

.comments-area svg {
	max-width: 24px;
	max-height: 24px;
}
