/*  MICROTHEMER STYLES  */


/*= Sidebar =================== */

/** Sidebar >> .widget_highlighted_post_area > div > div:nth-of-type(1) > h3:nth-of-type(1) > a:nth-of-type(1) **/
.widget_highlighted_post_area > div > div:nth-of-type(1) > h3:nth-of-type(1) > a:nth-of-type(1) {
	line-height: 1.375em !important;
	background-color: rgb(142, 152, 162) !important;
	padding-right: 6px !important;
	padding-left: 6px !important;
	border: 3px solid rgb(142, 152, 162) !important;
	border-radius: 6px !important;
}

/** Sidebar >> #colormag_highlighted_posts_widget-8 .below-entry-meta **/
#colormag_highlighted_posts_widget-8 .below-entry-meta {
	display: none !important;
	overflow: hidden !important;
}

/** Sidebar >> #post-416 .fa **/
#post-416 .fa {
	display: none !important;
}

/** Sidebar >> #post-414 .fa **/
#post-414 .fa {
	display: none !important;
}

/** Sidebar >> #post-414 time **/
#post-414 time {
	display: none !important;
}

/** Sidebar >> #post-412 .fa **/
#post-412 .fa {
	display: none !important;
}

/** Sidebar >> #post-412 time **/
#post-412 time {
	display: none !important;
}

/** Sidebar >> #post-416 time **/
#post-416 time {
	display: none !important;
}


/*( Phone )*/
@media (max-width: 480px) {

	/*= Sidebar =================== */

	/** Sidebar >> .widget_highlighted_post_area > div > div:nth-of-type(1) > h3:nth-of-type(1) > a:nth-of-type(1) **/
	.widget_highlighted_post_area > div > div:nth-of-type(1) > h3:nth-of-type(1) > a:nth-of-type(1) {
	
}


}