/*
Theme Name:   	Storefront - San Diego Comic Art Gallery
Theme URI:    	https://sdcomicartgallery.com
Author:       	Lorelei Bunjes
Author URI:     http://labrealandcattle.com
Template:     	storefront
Description:  	This is a child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/

/*
 * Add your own custom css below this text.
 */


/* IDW UNIVERSAL HEADER */
.menu-idw-universal-header-container {
	background-color: #2f181c;
	color: #fff;
	font-size: 0.8em;
}

.menu-idw-universal-header-container ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #333333;
    text-align: center;
    padding-bottom: 0.5em;
    padding-top: 0.5em;}

.menu-idw-universal-header-container ul.menu li.menu-item {
    display: inline;
}

.menu-idw-universal-header-container ul.menu li.menu-item a {
    color: #f1f0e9;
    padding-left: 1.5em;
    padding-right: 1.5em;
    text-decoration: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	/* ...and now for the proper property */
	transition:.5s;
}

.menu-idw-universal-header-container ul.menu li.menu-item a:hover {
	color: #0488e0;
}

/* SITE BRANDING */
div.site-branding a svg {
    height: 4em;
    fill: #333333;
}

/* IDW UNIVERSAL FOOTER */
.idwuni_footer_container ul.menu {
	list-style-type: none;
	text-align: center;
}

.idwuni_footer_container ul.menu li.menu-item {
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
}

.idwuni_footer_container ul.menu li.menu-item a {
    text-decoration: none;
}

.idwuni_footer_container ul.menu li.menu-item a svg {
    height: 3em;
    fill: #333333;
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out;
}

.idwuni_footer_container ul.menu li.menu-item a svg:hover {
    fill: #0488e0;
}

/* SDCAG FOOTER */
.indicia .copyright {
    width: 73.68421%;
    float: left;
    margin-right: 5.26316%;
    font-size: 0.8em;
    color: #7a4700;
}

.indicia .idwpdx {
    text-align: right;
    width: 21.05263%;
    float: right;
    margin-right: 0;
}

.indicia .idwpdx svg {
    height: 3em;
    fill: #7a4700;
}

/* HOMEPAGE BLOCK */
.homepage_block {
    padding-bottom: 1em;
}
