.widgettitle {
	display: block;
    color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}

.widgettitle .h2-like {
	text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    font-weight: 500;
    line-height: 35px !important;
    font-size: 16px;
    margin: 0 auto;
}

.widgettitle .h2-like:before {
	background: inherit;
    content: "";
    height: 60px;
    position: absolute;
    right: -19px;
    top: -7px;
    -webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    -o-transform: rotate(140deg);
    transform: rotate(140deg);
    width: 27px;
}

ul.sf_widget_services {
	list-style: none;
}

ul.sf_widget_services li {
	position: relative;
	margin-bottom: 20px;
	max-width:400px;
}

ul.sf_widget_services li img{
	width: 100%;
	border: 1px solid #ccc;
}

ul.sf_widget_services li span {
	display: block;
	position: absolute;
	width: 60%;
	height: auto;
	min-height: 1em;
	left: 0;
    right: 0;
    margin: auto;
	margin-top: -30%;
	background-color: rgba( 255, 255, 255, 1);
	text-transform: uppercase;
	text-align: center;
	font-family: "Georgia",serif;
	color: #23282d;
}

ul.sf_widget_services li span:hover {
	color: #666666;
	text-decoration:underline;
}

ul.sf_widget_services a:before {
    content: '';
    display: block;
    border: 2px solid rgba( 255, 255, 255, 0.8 );
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    position: absolute;
}

ul.sf_widget_recent_qa {
	list-style: none;
	margin: 0 0 20px 0;
    border: 1px solid #ccc;
    padding: 20px 0px;
}

ul.sf_widget_recent_qa li {
	padding-left: 55px;
	position: relative;
	overflow: hidden;
	font-family: "Georgia",serif;
	color: #383838;
	font-size: 18px;
}

ul.sf_widget_recent_qa li:nth-child(odd):not(:first-child) {
	margin-top: 20px;
}

ul.sf_widget_recent_qa li:nth-child(odd) {
	font-weight: bold;
}

ul.sf_widget_recent_qa li:nth-child(odd):before {
	content: '.';
	display: block;
	position: absolute;
	left: 20px;
	top: -4px;
	font-size: 61px;
	font-weight: bold;
	line-height: 1px;
	z-index: 2;
}

ul.sf_widget_recent_qa li:nth-child(odd):after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background-color: #eee;
	position: absolute;
	left: 29px;
	top: 15px;
	z-index: 1;
}

ul.sf_widget_recent_qa li:nth-child(even):not(:last-child) {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

ul.sf_widget_recent_qa li:nth-child(even):before {
	content: '.';
	display: block;
	position: absolute;
	left: 20px;
	top: -4px;
	color: #999;
	font-size: 61px;
	font-weight: bold;
	line-height: 1px;
	z-index: 2;
}

ul.sf_widget_recent_qa li:nth-child(even):after {
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background-color: #eee;
	position: absolute;
	left: 29px;
	top: -1px;
	z-index: 1;
}

ul.sf_widget_recent_posts, ul.sf_widget_recent_posts ul {
	list-style: none;
	margin: 0;
}

ul.sf_widget_recent_posts {
	margin-bottom: 20px;	
}

ul.sf_widget_recent_posts li {
	padding: 0;
}

ul.sf_widget_recent_posts ul li {
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #eee;
}

ul.sf_widget_recent_posts ul li:last-child {
	border-bottom: 0;
}

ul.sf_widget_recent_posts ul a {
	color: #23282d;
    font-family: "Georgia",serif;
    font-size: 18px;
}

ul.sf_widget_recent_posts ul a:hover {
    color: #666666;
    text-decoration:underline;	
}

ul.sf_widget_recent_posts img {
	width: 100%;
}

ul.sf_widget_recent_posts p.sfw_post_date {
	margin: 0;
}

ul.sf_widget_recent_posts p.sfw_post_date span {
	color: #908f8f;
}

@media (min-width: 768px){
	ul.sf_widget_recent_posts > li:first-child {
		padding-right: 10px;	
	}

	ul.sf_widget_recent_posts > li:last-child {
		padding-left: 10px;	
	}
}