/*
Skin Name: Default
Version: 1.0.0
Author: madkarlsson
*/


.content_cards_card {
	clear: both;
	background-color: white;
	margin: 1rem auto;
	height: 4rem;
	position: relative;
}

.content_cards_card .content_cards_image {
	float: left;
	width: 5rem;
	height: 4rem;
	max-width: 100px;
	display: block;
	text-align: center;
	overflow: hidden;
}

.content_cards_card .content_cards_image img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

/* Making this a bit more specific to make it harder for themes to override it */
html body .content_cards_card a,
html body .content_cards_card a:visited,
html body .content_cards_card a:active {
	box-shadow: none;
	color: inherit;
	text-decoration: none;
}
html body .content_cards_card a {
	display: block;
	width: 100%;
	height: 100%;
}

html body .content_cards_card a:hover,
html body .content_cards_card a:active {
	box-shadow: none;
	color: #4a4a48;
	text-decoration: none;
}

.content_cards_meta {
	display: block;
	height: 4rem;
	overflow: hidden;
	padding: 0 0.5rem;
}

.content_cards_title,
.content_cards_site_name {
	display: block;
	font-size: 1rem;
	line-height: 2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.content_cards_title {
	font-weight: bold;
}
.content_cards_site_name {
	font-size: 12px;
	text-transform: uppercase;
	color: #9197a3;
}

.content_cards_card_one_line {
	background: transparent;
	height: auto;
	font-size: 1rem;
	margin: 0 0 0.75rem 0;
}

.content_cards_card_one_line .content_cards_meta {
  height: auto;
	padding: 0;
}

.content_cards_card_one_line .content_cards_title,
.content_cards_card_one_line .content_cards_site_name {
	line-height: 1.2;
}
.content_cards_card_one_line_title {
	color: #00659b;
}
