/*
 chulatutor.css
 - Fallback CSS to hide date/time metadata in post/page if theme doesn't expose a filterable function.
 - Targets common class header.entry-meta but uses a strong !important to override theme styles.
*/
header.entry-meta,
.entry-meta,
.post-meta,
.header .entry-meta {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}
body .ast-builder-menu-1 .menu-item.current-menu-item > a.menu-link{ color:#4a4a4a !important; }
.my-tags{
	max-width: 1140px;
    margin: 0 auto;
}
.my-tags a{
	margin: 0 5px 5px 0;
    display: inline-block;
    width: auto;
    height: 30px;
    padding: 6px 12px;
    color: #888888;
    line-height: 16px;
    border: 1px solid #DADCE0;
    border-radius: 60px;
    background-color: #FFFFFF;
    text-decoration: none !important;
}
.my-tags a:hover{
	border-color: #FB5FAB;
    color: #FB5FAB;
    background: #ffe8f3;
}
.tag .rt-reading-time{ display:none !important; }
@media (max-width: 767px) {
	.my-tags{
		padding:0 10px;
	}
}
