.side-widget h4 span.sh-text, .sidebar-box h4 span.sh-text{
	background-color: #33CCFF; /*shouold be changable*/
	color: #fff;
	line-height: 31px;
	text-transform: uppercase;
	padding: 0 12px;
	font-family: 'Poppins';
    font-weight: 400;
	font-size: 13px;
	position: relative;
    z-index: 1;
	display: inline-block;
}
.side-widget h4 span.sh-text{
	font-size: 13px;
    line-height: 20px;
    position: relative;
	padding: 5px;
}
.side-widget h4 span.sh-text:after {
    border-bottom-color: rgba(255,255,255,.43);
    z-index: 2;
    -webkir-box-shadow: -2px 2px 2px rgba(0,0,0,.1);
    -moz-box-shadow: -2px 2px 2px rgba(0,0,0,.1);
    box-shadow: -2px 2px 2px rgba(0,0,0,.1);
}

.side-widget h4 span.sh-text:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 2px;
    right: -20px;
    width: 0;
    height: 0;
    border-bottom: 31px solid #33CCFF;
    border-right: 20px solid transparent;
    z-index: 1;
	opacity: 0.5;
}
.side-widget h4, .sidebar-box h4.widget-title{
	margin-bottom: 23px;
	font-size: 13px;
    line-height: 20px;
    position: relative;
	border-bottom: 3px solid #33CCFF;
}
.sh-text a.rsswidget {
    color: #fff;
}
.sh-text a.rsswidget:hover {
    color: #000;
}
.side-widget h4 span.sh-text span.sh-text, .sidebar-box h4 span.sh-text span.sh-text{padding: 0;}
.side-widget h4 span.sh-text span.sh-text:after, .sidebar-box h4 span.sh-text span.sh-text:after{display: none;}