/*
special-recent-posts widget custom css begins
*/

/* The Widget Title. */
h3.srp-widget-title{
margin: 0 0 20px 0;
    padding: 0;
    font-size: 120%;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 2.2em;
    color: #cb4a37;
}
 
/* The Recent Posts Container. */
div.srp-widget-container {
	display: table;
	clear: both;
}

/* Fixing the outline on every link within the SRP container. */
div.srp-widget-container a {
	outline: none;
}

h4.srp-post-title{
	font-size: 20px!important;
	}

.srp-post-title-link {
line-height: 110%;
	font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;	
}

/* The widget title link */
a.srp-widget-title-link {
	
}

/* Single post entry box. */
div.srp-widget-singlepost {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	clear: both;
}

/* The single row container and */
div.srp-single-row {
	display: table-cell;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	border: none;
}

/* The single column container */
div.srp-widget-row {
	clear: both;
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

/* The multi-column class on each post entry */
div.srp-multi-column {
	display: table-cell;
	vertical-align: top;
}

/*
 | ----------------------------------------
 | Thumbnail Section
 | ----------------------------------------
 */

/* The thumbnail box. */
div.srp-thumbnail-box {
	display: table-cell;
	vertical-align: top;
	padding-right: 10px;
}

/* The thumbnail link. */
a.srp-widget-thmblink {
	display: block;
}

/* The thumbnail image. */
img.srp-widget-thmb {
	max-width: none;
}

div.srp-thumbnail-box img.avatar {
	max-width: none;
}

/* The content box. */
div.srp-content-box {
	display: table-cell;
	vertical-align: top;
}

/* The single post title. */
h4.srp-post-title {
	display: block;
	margin-bottom: 0!important;
	line-height: 105%;
}

/* The single post title link. */
a.srp-post-title-link {
}

/* The post excerpt. */
p.srp-widget-excerpt {
	margin: 0px;
	font-size: 13px!important;
	line-height: 115%;
}

/* The linked Excerpt */
a.srp-linked-excerpt {
	font-size: 13px!important;
	line-height: 120%;
}

/* The stringbreak. */
span.srp-widget-stringbreak {
}

/* The stringbreak link. */
a.srp-widget-stringbreak-link {
}

/* The stringbreak link image. */
a.srp-widget-stringbreak-link-image {
}

/* The post date box. */
p.srp-widget-date {
	margin: 0px;
	font-weight: 700;
	font-size: 13px!important;
	color: #111;
	line-height:105%;
}

/* The post author box. */
p.srp-widget-author {
	margin: 0px;
}

/* The post category box. */
p.srp-widget-category {
	margin: 0px;
}

/* The tags box */
p.srp-widget-tags {
	margin: 0px;
}

/*
special-recent-posts widget custom css ends
*/