/*
Theme Name: BlankSlate
Description: 3.0+ has been completely and massively overhauled. DO NOT UPGRADE current projects (anything below 3.0) to this version automatically. You will lose all customizations whether you're using a child theme or not. BEFORE USING AND ESPECIALLY UPGRADING IN GENERAL PLEASE READ: tidythemes.com/concept. The bare essentials of a WordPress theme (an HTML5 boilerplate), no visual CSS styles added. Perfect for those who would like to build their own theme from scratch or for clients if you're a developer or designer. This theme is clean, valid code, semi-minified, no programmer comments, SEO-friendly and 100% open source. One custom menu and one widgetized sidebar to get you started. If you don't know CSS and would like to learn we've prepared: tidythemes.com/want-to-learn-css and please visit us in the forum for further help: tidythemes.com/forum - Thank You and Enjoy
Author: TidyThemes
Author URI: http://tidythemes.com/
Version: 3.3
Tags: black, blue, white, light, one-column, flexible-width, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}


.wpcf7-select {
float: left;
width: 100%;
padding-left: 12px;
border: 1px solid #ccc;
border-radius: 5px;
font-size: 13px;	
background: white;
height: 34px;
}

.subcategory h2 {
	margin: 0 !important;
	border-bottom: 0 !important;
	font-size: 25px;
	text-transform: none;	
	font-weight: 300;
}

.subcategory h2 small {
	display: block;
	color: #ac9863;
	text-transform: none;
	font-size: 30px;
	font-weight: 300;
}

.subcategory-container {
	width: 50%; 
	float: left;
	padding: 20px;
}

.subcategory-container .price {
	margin-top: 30px !important;
}

.subcategory-container .newsimage {
	float: left !important;
	padding-right: 20px;
	margin: 0 !important;
}

.subcategory-container table {
	font-weight: 300;
}
.subcategory-container b {
	font-weight: bold;
}

.subcategory-container table tr td, .subcategory-container table tr th {
	padding: 7px 13px 0 0;
	font-size: 14px;
	min-width: 150px;
	text-align: left;	
}

.subcategory-container p {
	font-size: 14px;	
	font-weight: 300;
}

@media (max-width: 750px) {
	.subcategory-container {
		width: 100%; 
		float: none;
		display: block;
		clear: both;
	}
	
	.subcategory-container .newsimage {
		float: none !important;
		
	}	
	
}
