/*
Theme Name: Twenty Twelve Child
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve
Template: twentytwelve

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.
*/


@import url("../twentytwelve/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
img#site-logo {
max-width: 100%;
height: auto;
} 

@media screen and (min-width: 600px) {
	.site-content {
		float: left;
		width: 75.104166667%;
	}

	.widget-area {
		float: right;
		width: 20.041666667%;
	}
}

.site-info {
   display: none;
}

.menu-footer-container li {
	display: inline;
	padding-left: 10px;
}

#footerMenu {
border-top: 5px solid #E7E2EC;
}
 
#footerMenu li {
text-align: justify;
padding-right: 1em;
font-size: 12px;
display: inline;
text-decoration: none;
font-style: normal;
}
 
#footerMenu ul {
list-style: none;
margin: 0 35px;
padding: 0;
}
 
#footerMenu a:focus, a:active, {
text-decoration: none;
}
 
#footerMenu a:hover {
text-decoration: none;
background-color: #999;
color: #333;
}


#bbpress-forums .status-closed, #bbpress-forums .status-closed a {color: #000;}

/* hide add to cart button */
.woocommerce .products .add_to_cart_button {
	display: none!important;
/* Hides the Add to Cart button on the thumbnail pages */
}

