/*
* tec-functions.css
*/

#mainContent .singleService.singleService2 {
	margin-top: 1px;
	margin-bottom: 1px;	
}

#productHeader {
	text-align: center;
}

/* 
* Easy Digital Downloads
*/

body .product_search_photo img {
	margin-right: 10px;
	border: 1px solid red;
	height: 50px;
	width: 50px;
}

body .prod-cat-inner {
	width: 100%;
}

.page #mainContent > section > div > div > hgroup > h2 > a {
	text-decoration: none !important;
	color: #222 !important;
}

.fullWidthWrap .introBox {
	margin-bottom: 10px;
}

.tec-featured-item-button {
	display: table;
	margin: 10px auto;
	padding: 5px 0;
	width: 300px;
	border: 2px solid gray;
	border-radius: 10px;
}

.page #tec-top-buttons > div > a {
	text-decoration: none !important;
	color: #222 !important;
}

.mainNav li a {
	font-weight: 600;
}

@media (max-width: 960px) {
	#tec-top-images {
		display: none;
	}
	
	#tec-top-buttons {
		display: block !important;
		text-align: center;
	}
	
}