@media all and (min-width: 0px) {
    .clean-archive-item {  
        padding: 0;
        max-width: 100%;
        flex-basis: 100%;
        text-align: center;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
		margin: 3px;
    }
	
	 .clean-archive-item a,
	 .clean-archive-item a:hover {
		text-decoration:none;
		color:inherit;
		transition: font-weight 500ms;
	}

	 .clean-archive-item a:hover {
		font-weight:900;
	}
	
    .clean-archive-item-thumbnail {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .clean-archive-item-thumbnail img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    .clean-archive-item-content {
        width: 100%;
        padding: 0 3em;
        box-sizing: border-box;
        margin: 0 auto;
        text-align: center;
    }

    .clean-archive-item-content h4 {
        padding: 0.5em 0;
        min-height: 3em;
    }

    .clean-archive-meta {
        padding: 1em 0;
    }

    .clean-archive-item-button {
        margin-top: auto;
        padding: 1em 0;
    }

    .clean-archive-item-button > *:first-child {
        padding: 0.75em 0;
    }
}

@media all and (min-width: 800px) {
    .clean-archive-item {
        max-width: 32.5%;
        flex-basis: 32.5%;
    }
}

@media all and (min-width: 1100px) {
    .clean-archive-item {
        max-width: 24.5%;
        flex-basis: 24.5%;
    }
}
