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


.widget-title {
	border-bottom: solid 2px #e0e6e8;
	padding-bottom: 8px;
}

.ct-share-box .ct-module-title {
font-size: 20px!important;
}

.ct-posts-widget ul .ct-post-title {
	font-size: 16px;
}



/* Links in post content */
.single-post article .entry-content a {
  color: #0d6efd;
}

.single-post article .entry-content a:hover {
  color: #0a58ca;
}


