/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.widget-menu li {
	margin-bottom: 8px;
}
.sidebar-posts img {
	border-radius: 500px;
}
.sidebar-posts h6 {
	font-size: 14px !important;
	font-weight: 600 !important;
	margin-bottom: 6px;
	color: black;
}
.sidebar-posts a {
	font-size: 14px;
}
.sidebar-posts .ct-dynamic-data {
	font-size: 12px;
	margin-bottom: 5px;
}
.post-slider-title {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;   /* limit to 2 lines */
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Or, if the comma is actually text before the link */
.ct-term-57 {
  display: none !important;
}