/**
	* Theme Name:		Storefront Child
	* Template:		storefront
	* Theme URI:
	* Description:		Storefront child theme
	* Version:		1.0.0
	* Author:		Eamonn Harter
	* Author URI:		https://www.cimarrontechnology.com
	* Tags:
	* Text Domain:
	* Domain Path:
	* Tested up to:
	* Requires at least:
	* Requires PHP:
	* License:
	* License URI:
*/

/* --------------- Theme customization starts here --------------- */

/* REMOVE DEFAULT LINK UNDERLINE SITEWIDE */

a {
    text-decoration: none!important;
}

/* HEADER */

.site-header input[type="search"]{
	background-color:white;
}

#topbar {
    background-color: darkslategray;
    height: 40px;
    line-height: 40px;
}

#topbar a {
    color: #fff;
}

#topbar a:hover {

}

#topbar .icon {
	padding-right:10px;
}

#topbar .icon-user {
	padding-left:20px;
}

/* FOOTER */

.footer-widgets {
	padding-top: 0;
	border-bottom: none;
}

.site-info {
	padding: 30px 0;
}

.site-footer h3 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	border-bottom:1px solid orange;
	margin-bottom:20px;
	padding-bottom:10px;
}

.site-footer li a:hover {
	text-decoration:underline!important;
}

.site-footer .icon {
	padding:10px;
	font-size:25px;
	color:white;
}

.site-footer .icon:hover {
	color:orange;
}

.site-footer input[type="email"] {
	background-color:white;
	margin-bottom:20px;
}

.site-footer input[type="email"]:focus {
	background-color:white;
}

.site-footer input[type="submit"] {
	background-color:orange;
	border-color:orange;
	color:white;
}

.site-footer input[type="submit"]:hover {
	background-color:darkorange;
	border-color:darkorange;
	color:white;
}

/* ARCHIVE PAGES */

.product-attributes {
	color: black;
	font-weight: 400;
	font-size: 16px;
}

/* ICOMOON FONT */

@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?8zxyjv');
	src:  url('fonts/icomoon.eot?8zxyjv#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?8zxyjv') format('truetype'),
    url('fonts/icomoon.woff?8zxyjv') format('woff'),
    url('fonts/icomoon.svg?8zxyjv#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-x:before {
	content: "\e900";
}
.icon-user:before {
	content: "\f007";
}
.icon-facebook:before {
	content: "\f09a";
}
.icon-facebook-f:before {
	content: "\f09a";
}
.icon-envelope:before {
	content: "\f0e0";
}
.icon-cc-visa:before {
	content: "\f1f0";
}
.icon-cc-mastercard:before {
	content: "\f1f1";
}
.icon-cc-discover:before {
	content: "\f1f2";
}
.icon-cc-amex:before {
	content: "\f1f3";
}
.icon-cc-paypal:before {
	content: "\f1f4";
}
