/*
Theme Name: STOREFRONT CHILD THEME
Theme URI: http: //protofactor.biz/
Description: This is a custom child theme I have created.
Author: Matthew Newman
Author URI: http: //mnarts.co/
Template: storefront
Version: 0.1
*/

@import url("../storefront/style.css");

/*-----------------------------------------------*/
/* Font Families                                 */
/*-----------------------------------------------*/
@import url('http://fonts.googleapis.com/css?family=Squada+One:300,300italic,400,400italic,500,500italic,600,600italic,700,700italic');
@import url('http://fonts.googleapis.com/css?family=Teko:300,300italic,400,400italic,500,500italic,600,600italic,700,700italic');



/*-----------------------------------------------*/
/*  Global Styles                                */
/*-----------------------------------------------*/
body .custom-logo-link img{
	width:172.5%;
	max-width:172.5% !important;
}

body #main .error-404 .page-content .page-header h1{
	font-family:'Squada One', cursive !important;
}

body .page-header h1{
	color:#ffffff;
}

body .error-404 .page-content div nav h2{
	font-family:'Squada One', cursive !important;
}

body .page-content nav h2{
	color:#ffffff;
}

body .page-content div section h2{
	color:#ffffff;
}

body .error-404 .page-content div section h2{
	font-family:'Squada One', cursive !important;
}

body #page #content .col-full #primary #main .error-404 .page-content div section .woocommerce .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title{
	font-family:'Teko', sans-serif !important;
}

body .page-content div section .woocommerce-loop-product__title{
	font-size:24px !important;
	color:#ffffff;
}

body #primary #main .hentry .entry-header h1{
	font-family:'Squada One', cursive !important;
}

body .entry-header h1{
	color:#ffffff;
}

body .col-full #primary #main .woocommerce-products-header h1{
	font-family:'Squada One', cursive !important;
}

body .woocommerce-products-header h1{
	color:#ffffff;
}

body .columns-3 .products .product .woocommerce-LoopProduct-link h2{
	font-family:'Teko', sans-serif !important;
}

body .products .product h2{
	font-size:29px !important;
	color:#acfa47;
}

body #main .hentry .entry-header .entry-title a{
	font-family:'Squada One', cursive !important;
}

body .entry-title a{
	font-size:44px !important;
}



/*-----------------------------------------------*/
/*  Home Page                                    */
/*-----------------------------------------------*/
body.home .slotholder .tp-bgimg{
	margin-top:0px;
	padding-top:0px;
}

body.home header#masthead .storefront-primary-navigation{
	margin-bottom:0px;
}

body.home #page header#masthead{
	margin-bottom:0px;
}



/*-----------------------------------------------*/
/*  Product Template                             */
/*-----------------------------------------------*/
body.single-product .entry-summary .entry-title{
	color:#ffffff;
	font-family:'Squada One', cursive !important;
	font-weight:300;
	font-style:normal;
	letter-spacing:-0.4px;
}

body.single-product .price .woocommerce-Price-amount{
	font-weight:600;
	color:#cff730;
}

body.single-product #tab-description h2{
	font-family:'Squada One', cursive !important;
	color:#bababa;
}

footer .site-info { 
 display: none !important; 
}
footer .col-full:after { 
 content: "PROTOFACTOR 2017";
 font-size: 15px;
 color: #777;
 line-height: 140%;
 text-align: center;
 display: block;
 margin: 20px auto;
}


/*---SEARCH AREA---*/
.input-text, input[type=email], input[type=password], input[type=search], input[type=text], input[type=url], textarea {
color: #ffffff;
}

#masthead .widget input[type=search] {
    color: #ffffff;
}

.site-search .widget_product_search form input[type=search], .site-search .widget_product_search form input[type=text] {
    color: #ffffff;
}


/*MY ACCOUNT TABLE ROW*/
@media (min-width: 768px)
woocommerce.css?ver=2.2.5:1
table.my_account_orders {
    font-size: .875em;
color: #ffffff;
}

body
{
color: #888887;
}


.input-text:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus
{
background-color:#222222;
color:#ffffff;
}

.input-text, input[type=email], input[type=password], input[type=search], input[type=text], input[type=url], textarea {
color:#000000;
}

