.site-info {
	display: none !important;
}	

/* Hide post tags | NL-5274170-hc */
.single .hentry .entry-footer > span.tags-links,
.single .hentry .entry-footer > div.tags-links {
  display: none;
}

/* hide aksimet warning line after comments box - AJ - hc-5295783 */
.akismet_comment_form_privacy_notice {
display: none;
}
/*Hides post categories*/
.single .hentry .cat-links ul {
    display: none;
}

/* Telegram and WhatsApp Icon in Social Icons Widget | 19753002-hc (KK) */
.jetpack-social-widget-item:nth-child(2) a svg,
.jetpack-social-widget-item:nth-child(3) a svg {
    display: none;
}

.jetpack-social-widget-item:nth-child(2) a:before {
    content: "";
    background: url("https://bibliophilevirtuallibrary.com/wp-content/uploads/2020/04/iconfinder_telegram_386727a.png");
    background-size: 28px;
    width: 28px;
    height: 28px;
    display: inline-block;
    position: relative;
    top: 10px;
}

.jetpack-social-widget-item:nth-child(3) a:before {
    content: "";
    background: url("https://bibliophilevirtuallibrary.com/wp-content/uploads/2020/04/iconfinder_whatsapp_287520a.png");
    background-size: 28px;
    width: 28px;
    height: 28px;
    display: inline-block;
    position: relative;
    top: 10px;
}


/* Add image next to menu item | 29939954-hc (PS) */
.page-item-15103{
background: url("https://i0.wp.com/bibliophilevirtuallibrary.com/wp-content/uploads/2021/05/new24.gif?resize=28%2C14&ssl=1");
    background-size: 35px;
    position: relative;
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: right;
}
/* reduce spacing in menu | 29939954-hc */
.main-navigation a {
  padding-bottom: 12px;
}
.main-navigation .page_item_has_children a {
   padding-bottom: 12px;
}
/* Add image next to menu item | 29939954-hc (PS) */
.page-item-15106{
background: url("https://i0.wp.com/bibliophilevirtuallibrary.com/wp-content/uploads/2021/05/new26.gif?ssl=1&resize=438%2C438");
    background-size: 20px;
    position: relative;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: right;
}