/** Basic theme structure
 * @author Swashata <swashata4u@gmail.com>
 * @package WordPress
 * @subpackage WP Category Post List
 * @since 1.0.0
 */
/*************************
 * THE WIDGET SECTION
 ************************/
/** The main widget */
.wp-cpl-widget, .wp-cpl-widget * {
    margin: 0 !important;
    padding: 0 !important;
}
.wp-cpl-widget {
    list-style: none !important;
    background: none !important;
}
/** The li */
.wp-cpl-widget li {
    background: none !important;
    float: none !important;
    padding: 3px 5px !important;
    margin: 2px 0 !important;
    overflow: hidden !important;
}
/** The thumb */
.wp-cpl-widget li span.wp-thumb-overlay {
    float: left !important;
    padding: 0px !important;
    line-height: 0 !important;
    margin: 0 5px 0 0 !important;
}
/** The teaser */
.wp-cpl-teaser {
    padding: 5px 0 0 0 !important;
    font-style: italic !important;
    margin: 0 0 5px 0 !important;
}
/** The read more */
.wp-cpl-read-more {
    text-align: right !important;
    padding: 5px 0 0 0 !important;
    font-style: italic !important;
    margin: 0 0 5px 0 !important;
}
/** The comment */
.wp-cpl-comment, .wp-cpl-date, .wp-cpl-author {
    display: block !important;
    font-size: 80% !important;
}


/*************************
 * THE SHORTCODE SECTION
 ************************/
/** Main wrap */
.wp-cpl-sc-wrap, .wp-cpl-sc-wrap * {
	margin: 0px;
	padding: 0;
}

/** Entry wrap */
.wp-cpl-sc-wrap .wp-cpl-sc-post {
	margin: 0px 0px 18px 0px;
	padding: 0px 0px;
	overflow: hidden;
	background-color: none;
border-bottom: 1px dotted #cccccc;
}
.wp-cpl-sc-post{
    margin: 0px 0px 0px 0px;
}

/** Thumb anchor */
.wp-cpl-sc-wrap .wp-cpl-sc-post .wp-cpl-sc-thumba {
    float: left;
    margin: 0 18px 0px 0;
    display: block;

}
/** Thumb image */
.wp-cpl-sc-wrap .wp-cpl-sc-post .wp-cpl-sc-thumba .wp-cpl-sc-thumb {
	width: 218px;
	margin-bottom: 32px;
	display: block;
	padding: 2px;
	border: 1px solid #cccccc;
	background: #eeeef4;
}


/** Post h2 */
.wp-cpl-sc-wrap .wp-cpl-sc-post h2 {
	clear: right;
	margin-top: -4px;
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 22px;
	text-align: left;
	font-weight: 400;
	color: #252528;
text-decoration: none;
}

h2 a {
color: #252528;
text-decoration: none;
}


/** Post meta box */
.wp-cpl-sc-wrap .wp-cpl-sc-post .wp-cpl-sc-meta {
	clear: right;
	margin: 0px 0px 5px 0px;
	font: 12 px "Arial", sans-serif;
	color: #9e9ea4;
	padding: 0px;
	overflow: hidden;
}

/** Post content */
.wp-cpl-sc-wrap .wp-cpl-sc-post .wp-cpl-sc-entry {
	margin: 8px 0;
	color: #373737;
	font: 15px "Arial", sans-serif;
	line-height: 1.625;
	text-align: left;
}

/** Post readmore */
.wp-cpl-sc-wrap .wp-cpl-sc-post .wp-cpl-sc-readmore {
	text-align: left;
	font-size: 11px;
	font-style: regular;
	color: #e42d2f;
}
.wp-cpl-sc-readmore a {

	color: #e42d2f;

}

.wp-cpl-sc-readmore a:hover {

	text-decoration: underline;
}

.wp-cpl-sc-date,
.wp-cpl-sc-author {
	font: 10px "Arial", sans-serif;
	color: #9e9ea4;

}

