/* .
. TEXT STYLESHEET
. 
. Contains rules for fonts, text, sizes, transformations, etc. that will be used in all themes
. */


/* General Elements */
a,
.button:hover {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#mainnav a,
#legalnav a,
h2.product-title,
body.page-template-template-cpt-products #content-main .product-sort-wrap form label {
	text-transform: uppercase;
}

body.products h3.products-widgettitle {
	text-transform: capitalize;
}


/* Font Sizes */
body {
	font-size: 14px;
	font-family: Arial,Verdana,sans-serif;
}

#mainnav a,
#legalnav a,
.button,
.product-customfield,
h2.product-title,
body.page-template-template-cpt-products #content-main .product-sort-wrap form label,
#footer-top a {
	font-weight: bold;
}

.content h1 {
	font-size: 2.1em;
}

.content h2 {
	font-size: 1.7em;
}

.content h3,
form.wp-block-search label {
	font-size: 1.3em;
}

.content h4 {
	font-size: 1em;
}
 
.content h5 {
	font-size: 0.8em;
}

.content h6 {
	font-size: 0.6em;
}

.widget-title {
	font-size: 1.2em;
}

#header-top-inner {
	font-size: 0.8em;
}

.product-customfield,
h2.product-title {
	font-size: 1.5em;
}