/** Habitat for Humanity Theme
 * @author Swashata <swashata4u@gmail.com> / Customized by Avik Nandy for Habitat for Humanity
 * @package WordPress
 * @subpackage WP Category Post List
 * @since 1.0.0
 */

 /*************************
 * THE WIDGET SECTION
 ************************/
/** The li background */
.wp-cpl-theme-5 li {
    border: 1px solid #b9b9b9;
}

/** The thumbnail */
.wp-cpl-theme-5 li span.wp-thumb-overlay {
    background: #e1e1e1;
    border: 1px solid #868686;
}
.wp-cpl-theme-5 li.wp-cpl-sticky span.wp-thumb-overlay {
    background: #ebe56c;
    border: 1px solid #cc9900;
}
/** The even and odd */
.wp-cpl-theme-5 li.wp-cpl-even {
    background: #eaeaea;
}
.wp-cpl-theme-5 li.wp-cpl-odd {
    background: #fff;
}
/** The sticky post */
.wp-cpl-theme-5 li.wp-cpl-sticky {
    background: #fcfecb;
    border: 1px solid #f4ec51;
}

/*************************
 * THE SHORTCODE SECTION
 ************************/
/** Main wrap */
.wp-cpl-sc-theme-5 {
	margin-top: 1em;
    color: #404040;
}

.wp-cpl-sc-theme-5 a {
    color: #145082;
}

.wp-cpl-sc-theme-5 a:hover {
    text-decoration: underline;
}

/** Entry wrap */
.wp-cpl-sc-theme-5 .wp-cpl-sc-post {
    background: transparent;
    padding-bottom: 1em;
	border-bottom: 1px dotted #CCC;
}
.wp-cpl-sc-theme-5 .wp-cpl-sc-sticky {
    background: transparent;
    padding-bottom: 1em;
	border-bottom: 1px dotted #CCC;
}

/** Thumb anchor */
.wp-cpl-sc-theme-5 .wp-cpl-sc-post .wp-cpl-sc-thumba {
    background: transparent;
}
.wp-cpl-sc-theme-5 .wp-cpl-sc-sticky .wp-cpl-sc-thumba {
    background: transparent;
}

/** Post h2 */
.wp-cpl-sc-theme-5 .wp-cpl-sc-post h2 a, .wp-cpl-sc-theme-5 .wp-cpl-sc-sticky h2 a {
    color: #37B34A;
}
.wp-cpl-sc-theme-5 .wp-cpl-sc-post h2 a:hover, .wp-cpl-sc-theme-5 .wp-cpl-sc-sticky h2 a:hover {
    color: #145082; text-decoration: none !important;
}

/** Post content area */

.wp-cpl-sc-wrap .wp-cpl-sc-post .wp-cpl-sc-readmore {
text-align: left !important;
font-size: 11px !important;
font-style: normal !important;
}

/** Post meta box */
.wp-cpl-sc-theme-5 .wp-cpl-sc-post .wp-cpl-sc-meta {
    background: #efefef;
    color: #404040;
}
.wp-cpl-sc-theme-5 .wp-cpl-sc-sticky .wp-cpl-sc-meta {
    background: #efefef;
    color: #404040;
}