
/* .content-list-project article {
    background: #ddd;
    border: 2px solid #ddd;
    border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;

    transition: .5s;
} */

.content-list-project article {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #c5c8c6;
}

.content-list-project article,
.content-list-project article figure,
.content-list-project article img {
	width: 100%;
}

.content-list-project article figure {
	min-height: 100px;
	overflow: hidden;
	background-color: #c5c8c6;
	color: #a8b3ac;
	border-radius: 5px;
	transition: .3s;
}

.content-list-project article img {
	border-radius: 5px;
	margin-bottom: -7px;
}

.content-list-project article h1 {
	margin: 8px 0;
	font-size: 16pt;
	color: #333;
	transition: .3s;
}

.content-list-project article h1 + p {
	font-weight: 600;
	color: #666;
	transition: .3s;
}

.content-list-project article p:last-child {
	color: #797979;
	margin-bottom: 0;
}

.content-list-project article {
	transform: scale(0.99);
}

.content-list-project article:hover {
	transform: scale(1);
}

.content-list-project article:hover figure {
	background-color: #004015;
}

.content-list-project article:hover h1 {
	color: #004015;
}

.content-list-project article:hover p {
	color: #0e5125;
}

.content-list-project .content {
	padding-bottom: 30px;
}

.content-list-project .content  {
	padding-bottom: 30px;
}


/*    content-project     */
.content-project {
    text-align: justify;
}

.content-project .views {
    font: normal 24pt 'cormorant-b';
    color: #666;
    clear: both;
    text-align: right;
}

.content-project figure {
    width: 100%;
    margin: 0;
    padding: 0;
    margin: 15px 0;
    border-radius: 5px;
}

.content-project figure img {
    width: 100%;
    border-radius: 5px;
}

.content-project figcaption {
    color: #818181;
}

.content-project .meta-data {
    color: #acacac;
    border: 1px dashed #ddd;
    border-radius: 5px;
    margin-top: 20px;
    padding: 20px;
    
    font-family: 'cormorant';
    font-size: 16pt;
}

.content-free a:hover {
	text-decoration: underline;
}





@media(min-width: 750px) {

	.content-list-project .content {
		column-count: 2;
		column-gap: 20px;
	}

	.content-list-project .content article {
		break-inside: avoid;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
	}
}





@media(min-width: 804px) {

    .content-project figure img {
        width: auto;
    }
}





@media(min-width: 1015px) {

	.content-list-project .content {
		column-count: 3;
	}
}





@media(min-width: 1116px) {

    .content-project figure img {
        width: auto;
    }
}