.lcp_pic_box{
	float:left;
}

.lcp_content_box{
	overflow:hidden;
}

.lcp_container{
	text-align: center;
}

.lcp_paginator li{
    display: inline-block;
    border: 1px solid #ccc;
    padding: 1px 5px;
    margin: 2px;
    border-radius: 4px;
}

.lcp_cat_name{
	font-family: Montserrat, Arial;
    font-size: 22px;
    color: #006fb5;
    font-weight: 600;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
}

.lcp_cat_fa_icon{
	font-size:14px;
}

.lcp_news_container{
	padding-bottom:20px; /* how much */
	display: inline-block;
}
.lcp_thumb_custom{
	float: left;
	border: 1px solid #e7e7e7;
    padding: 5px;
	margin-right: 10px;
	max-width:190px;
}

.lcp_cat_thumb_custom{
	float: left;
	margin-right: 10px;
}


.lcp_post_title a{
	display: block;
    font-family: Lato, "Helvetica Neue", sans-serif;
    line-height: 20px;
    font-size: 16px;
    color: #444;
    font-weight: 600;
}

.lcp_excerpt{
	display: block;
	font-size: 14px;
    color: #1a1a1a;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
}

.lcp_date{
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-size: 12px;
    color: #777;
}

.lcp-date_icon{
	font-size:12px;
}

.lcp_read_more{
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ccc;
    white-space: nowrap;
    padding: 0px 8px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


@media screen and (max-width: 768px) {
	.lcp_pic_box{
		float:left;
		width:40%;
	}
	.lcp_content_box{
		overflow: inherit;
	}
	
	.lcp_thumb_custom{
		max-width:100%;
	}
}