/** Light Theme

 * @author Swashata <swashata4u@gmail.com>

 * @package WordPress

 * @subpackage WP Category Post List

 * @since 1.0.0

 */



 /*************************

 * THE WIDGET SECTION

 ************************/

/** The li background */

.wp-cpl-theme-0 li {

    border: 1px solid #b9b9b9 !important;

}



/** The thumbnail */

.wp-cpl-theme-0 li span.wp-thumb-overlay {

    background: #e1e1e1 !important;

    border: 1px solid #868686 !important;

}

.wp-cpl-theme-0 li.wp-cpl-sticky span.wp-thumb-overlay {

    background: #ffffff !important;

    border: 1px solid #cc9900 !important;

}

/** The even and odd */

.wp-cpl-theme-0 li.wp-cpl-even {

    background: #eaeaea !important;

}

.wp-cpl-theme-0 li.wp-cpl-odd {

    background: #fff !important;

}

/** The sticky post */

.wp-cpl-theme-0 li.wp-cpl-sticky {

    background: #81a4c7 !important;

    border: 1px solid #f4ec51 !important;

}



/*************************

 * THE SHORTCODE SECTION

 ************************/

/** Main wrap */

.wp-cpl-sc-theme-0 {

    color: #333 !important;

}



.wp-cpl-sc-theme-0 a {

    color: #3498db !important;

}

.wp-cpl-sc-theme-0 a:hover {

    color: #1860ac !important;

}



/** Entry wrap */

.wp-cpl-sc-theme-0 .wp-cpl-sc-post {

    background: #f9f9f9 !important;

    border: 1px solid #b9b9b9 !important;

}

.wp-cpl-sc-theme-0 .wp-cpl-sc-sticky {

    background: #3498db !important;

    border: 1px solid #3498db !important;

}



/** Thumb anchor */

.wp-cpl-sc-theme-0 .wp-cpl-sc-post .wp-cpl-sc-thumba {

    background: #e1e1e1 !important;

}

.wp-cpl-sc-theme-0 .wp-cpl-sc-sticky .wp-cpl-sc-thumba {

    background: #ffffff !important;

}



/** Post h2 */

.wp-cpl-sc-theme-0 .wp-cpl-sc-post h2 a {

    color: ##333333 !important;

}

.wp-cpl-sc-theme-0 .wp-cpl-sc-post h2 a:hover {

    color: #3498db !important;

}


.wp-cpl-sc-theme-0 .wp-cpl-sc-sticky h2 a {

    color: #fff !important;

}

.wp-cpl-sc-theme-0 .wp-cpl-sc-sticky h2 a:hover {

    color: #1860ac !important;

}



/** Post meta box */

.wp-cpl-sc-theme-0 .wp-cpl-sc-post .wp-cpl-sc-meta {


    color: #333 !important;

}

.wp-cpl-sc-theme-0 .wp-cpl-sc-sticky .wp-cpl-sc-meta {

   
       color: #e9e9e9 !important;
   

}

