/*
CSS Stylesheet for Column Category Posts
Plugin URI: http://www.boroniatechonologies.com/wordpress/column-category-posts/
Description: Group posts of a selected category in columns.
Author: Catherine Lebastard
Version: 1.0
Author URI: http://www.boroniatechnologies.com
*/
#cp-box h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font: 16px;
}

#cp-box h4 {
	text-decoration: underline;
color: #276f03;
}
/*
#cp-box {
	width: 100%;
	clear: both;
	border: none;
	margin: 0;
	padding: 0;
}

#cp-box .clear {
	position: relative;
	clear: both;
	width: 100%;
}

*/
/* columns */
/*
#cp-box .cp-box {
	position: relative;
	float: left;
	padding: 0;
	margin: 0 0 7px 0;
}
#cp-box .one {
	width: 100%;
	clear: both;
}
#cp-box .two {
	width: 48%;
	margin-right: 2%;
}
#cp-box .three {
	width: 31%;
	margin-right: 2%;
}
*/
#cp-box {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 1170px;
    height: 200em;
    justify-content: flex-start;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    clear: none;
}

#cp-box .three {
    float: none;
    flex: none;
margin: 1%;
}
/* list style */
#cp-box .cp-box ul {
	margin-left: 15px;
	padding: 0;
}

#cp-box .cp-box ul li{	
}

#cp-box .cp-box ul li a{

}

#cp-box .cp-box ul li p{
	font-size: 12px;
	margin-bottom: 10px;
}

/* thumbnail */
#cp-box img.alignthumb{
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}