.date updated, .author {
   display:none;
}
.entry-date {
display: none;
}
.by {
display: none;
}
.footer-credits{
display:none;
}
function colorlib_change_translate_text( $translated_text, $text, $domain ) {
	if ( trim($translated_text) == 'Posted on' ) {
		$translated_text = 'Custom Posted on';
}
	return $translated_text;
}
add_filter( 'gettext', 'colorlib_change_translate_text', 20, 3 );
.entry-meta {
display: none !important;
}
.entry-meta .posted-on {
display: none;
}
.single .entry-meta {
    visibility: hidden;
}
.single .comments-link, .single .author, .single .entry-date {
    visibility: visible;
    float: left;
}
.single .entry-meta-bar {
display: none;
}
#page .widget.activello-recent-posts a {
font-style: normal;
font-weight: 700;
font-family: playfair display, serif;
line-height: normal;
}
.widget .post-content > span {
    display: none;
}
.post-meta li:first-child, .post-meta li:last-child {
    display: none;
}
.entry-meta {
    font-size: 0;
}

.entry-meta .posted-on {
    font-size: 14px;
}

.entry-meta .author {
   display: none;
}
/*Remove social icons*/
.col-md-4.col-xs-12.pull-right.text-right {
    display: none;
}
#socket {
display:none;
}
body.blog .entry-footer span.comments-link {
    display: none;
}
body.single span.comments-link {
    display: none;
}
section#header-social-icons {
    margin-top: 40px;
}
#masthead #header-social-icons .social-icons {
    margin-bottom: 2;
}
.post-meta__tag__item::before, .post-meta__tag__item a{ display: none; }
span.post-meta__tag__item {
display: none;
}
.is-singular .entry-posted {
	display: none;
}
div.image-title-container { display: none; }