label {
	display: inline-block;
}

label.primary {
	font-size: 22px;
	font-weight: bold;
}

input[type="radio"].checkbox, input[type="checkbox"].checkbox {
	display: inline-block;
	margin-right: 12px;
}

.output {
	position: relative;
}

.filter {
	position: absolute;
	top: 15px;
	width: 30%;
	padding: 8px;
	border: 1px solid #afafaf;
	box-shadow: 1px 1px 2px #afafaf;
	background: #EEEEEE;
}

.filter #cats {
	overflow-y: scroll;
	min-height: 100px;
}

.search-results {
	float: right;
	width: 68%;
}


.search-results ul {
	margin: 0;
}
li.search-row {
	width: 100%;
	list-style: none;
	background: #fff;
	border: 1px solid #afafaf;
	box-shadow: 1px 1px 2px #afafaf;
	margin: 8px 0;
	padding: 10px;
	position: relative;
}
li.search-row::before, li.search-row::after {
	display: table;
	content: ' ';
	clear: both;
}

li.search-row.with-image .left{
	float: left;
	width: 22%;
	height: 100%;
	margin: 10px 12px 10px 0px;
}
li.search-row.with-image .left img {
	max-width: 100%;
	height: auto;
}

li.search-row.featured {
	background: #FFEFD2;
}

li.search-row .center {
	display: grid;
}

li.search-row .right {
	position: absolute;
	top: 6px;
	right: 6px;
	font-weight: bold;
	color: #afafaf;
}

li.search-row .category {
	font-weight: bold;
	color: #afafaf;
	max-width: 80%;
	min-height: 20px;
	min-width: 1px;
}

li.search-row .title {
	font-weight: bold;
	font-size: 18px;
}
li.search-row .title a {
	color: #000;
}

a.continue-reading {
	color: #afafaf;
	font-weight: bold;
}
li.search-row a:hover{
	text-decoration: none;
}

h4 {
	display: inline-block;
}

.mobile-filter {
	display: none;
}

/*.search-row.with-ad .right {
	right: 50%;
}*/
.item.with-ad {
	width: 46%;
	float: left;
	border-right: 1px solid #afafaf;
	padding-right: 3px;
}
.ad-300x250 {
	float: right;
	width: 300px;
	height: 250px;
	margin: 16px 16px 16px 5px;
}
@media (max-width: 992px) {
	h4.cat-head {
		border-top: 1px solid #afafaf;
	}
	.filter h4 {
		padding: 8px;
		margin: 0;
	}
	.mobile-filter {
		display: inline-block;
	}
	input[type="text"] {
		width: 80%;
	}
	input[type="submit"] {
		width: 20%;
	}
	.item.with-ad,.ad-300x250  {
		width: 100%;
		float: none;
	}
	.ad-300x250 {
		text-align: center;
	}
	.item.with-ad  {
		margin-bottom: 8px;
		padding-bottom: 8px;
		border-right: none;
		border-bottom: 1px solid #afafaf;
	}
	.search-row.with-ad .right {
		right: 6px;
	}
}

#block-categorydescriptionblock {
	width: 100%;
	background: #EEEEEE;
	padding: 12px;
	margin: 12px 0;
}
.category-description a {
	background: #0664a7;
	color: #fff;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #afafaf;
}

.featured:nth-child(3) #avp_zid_1 {
	display: none;
}
.featured:nth-child(3) .ad-300x250{
	display: none;
}
.featured:nth-child(3) .item {
	width: 100%;
}
