/**
 * @author: Kars Kremers
 * @about: 	mm-archive-list.css - General styles for the archive list snippet of mod mailing2
 */

.mm-archive-list {
	list-style-type: none;
	margin-left: 0;
	padding-top: 1.2em;
	border-top: 1px solid #c7dfe9;
}

.mm-archive-list li {
	margin-bottom: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px solid #c7dfe9;
}

.mm-archive-list-image-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px !important;
	height: 73px !important;
	background-size: cover;
}

.mm-archive-list a {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 73px;
	padding: 0 25px 0 95px;
	text-decoration: none;
	color: #333;
}

.mm-archive-list span {
	margin-bottom: .3em;
	font-size: 13px;
	color: #999;
}

.mm-archive-list h3,
.mm-archive-list a:after {
	transition: all .2s;
}

/**
 * Arrow
 * icon defined in font-icons.css
 */
.mm-archive-list a:after {
	position: absolute;
	top: 50%;
	right: 4px;
	margin-top: -7px;
	color: #1586be;
}

/**
 * Hover
 */

.mm-archive-list a:hover h3,
.mm-archive-list a:hover:after {
	color: #c6285f;
}

.mm-archive-list a:hover:after {
	right: 0;
}