/*
Theme Name: Ares Fabrication
Theme URI: http://aresfabrication.com/twentyfourteen-child/
Template: twentyfourteen
Author: Ares Fabrication
Author URI: http://aresfabrication.com
Description: Ares Fabrication Made in USA 
Tags: black,blue,red,white,light,dark,two-columns,three-columns,left-sidebar,right-sidebar,fixed-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,accessibility-ready,responsive-layout,infinite-scroll,post-slider,design,food,journal,magazine,news,photography,portfolio,clean,contemporary,dark,elegant,modern,professional,sophisticated
Version: 1.0.0.1452372015
Updated: 2017-06-26 10:40:15
*/

@charset "UTF-8";

/*
Hides top search bar from twenty fourteen theme
*/


.search-toggle {
	display: none;
}

/* Increases the font size */

.footer-sidebar .widget, .primary-sidebar .widget {
    font-size: 16px;
}

/* This hides the tags and categories of a product */

.single-product .summary .product\_meta { display:none; }

/* this hides the in stock or out of stock messages */

.stock { display: none; }

/* hides circular display sale sign */

.onsale { display: none !important; }

/* changes font size of add to cart button */

.woocommerce #content .add_to_cart_button {
  font-size:12px;
}

/* Widens the twenty fourteen content area to the full screen and makes it responsive */

.site {
    background-color: #fff;
    max-width: 100%;
    position: relative
}

.site-header {
    max-width: 100%;
    position: relative;
    width: 100%;
    z-index: 4;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
    margin: auto;
    max-width: 80%;
}

.comments-area {
    margin: 48px auto;
    max-width: 80%;
    padding: 0 10px
}

.site-content.entry-meta {
    background-color: #fff;
    margin-bottom: 8px;
    max-width: 80%;
}

/* Widens the twenty fourteen image header to the full screen and makes it responsive */



#site-header img {
	height: auto;
    width: 100%;
}

/* Widens the twenty fourteen content area on WooCommerce pages to the full screen and makes it responsive */

.twentyfourteen .tfwc {
    padding: 12px 10px 0;
    max-width: 80%;
    margin: 0 auto;
}

