/*
 Theme Name:   Storefront Child
 Theme URI:    http://www.brinklow-photo.co.uk/storefront-child/
 Description:  Storefront Child Theme
 Author:       Critical Path Software Ltd
 Author URI:   http://www.accuroute.co.uk
 Template:     storefront
 Version:      1.0.0
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
/*
.widget-area .widget li > ol, .widget-area .widget li > ul {
    margin-left: 20px;
}
*/

/* force header to be white */
.site-header {
    background-color: #ffffff;
}

#masthead {
    background-color: white!important; 
}
/*
.main-navigation ul li a::hover {
     color:#ff0000;
} 
*/
.main-navigation ul li a{
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;

}

#site-navigation ul li a:hover {
	color: #9A151A;
}

/* Force menu to be opaque */
/*
.storefront-primary-navigation {
    	background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
}
@media screen and (min-width:696px;) {
	.storefront-primary-navigation {
    		background: rgba(16, 16, 16, 0.9) none repeat scroll 0 0;
	}
}
*/
/*	Product categories sidebar... */
.widget_product_categories ul li {
	background-color: #a0a0a0;
	text-transform: uppercase;
	color: black;
}

/* Do not show breadcrumbs */
.woocommerce-breadcrumb {
	display:none;
}

/* Product categories menu in black, not underlined */
.widget-area .widget a, .hentry .entry-header .posted-on a, .hentry .entry-header .byline a {
    	color: #000000;
	text-decoration: none;
}

#secondary {
	background-color: #b0b0b0;
}

/* Footer */

#colophon {
  background-color: #808080;
  color: #000000;
}

/* Footer titles... */
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
    color: #dddddd!important;
}

.widget-area .widget a:hover:not(.button) {
  	text-decoration: none;
	color:#00ff00;
}

/* Shipping table colours... */
.wpsm-comptable td:hover, .wpsm-comptable td.betterhover, .wpsm-comptable tr:hover td {
    background-color: #ffffff;
}
/*.wpsm-comptable tr:nth-child(n){
	background-color: #ffffff;
}
.wpsm-comptable tr:nth-child(n):hover{
	background-color: #ffffff;
}*/
.wpsm-comptable td:nth-child(n){background-color:#ffffff;}
.small {
	background-color: #FDFD96;
}
.medium {
	background-color: #FFB347;
}
.large {
	background-color: #C23B22;
}

/* Disable display of "Home" on homepage */
.home .entry-title {
	display: none;
}

/* Comment box background colour... */
#comments .comment-respond {
	background-color: #B0B0B0;
}

/* Slightly smaller font */
.little-font {
	font-size:80%;
}

/* Reduce space between slider and "Welcome" */
.home #main {
	padding-top:1.0em;
}


/* black border around product image...
.attachment-shop_single img {
	border: 5px solid red;
}
*/

.compare:hover {
  	text-decoration: none;
	color:#568c00;
}

h3.widget-title {
	padding:0px;
}
