/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */


/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */


.products> li {
    height: 440px;
}

#home-widgets .block a {
color: #c49a6c;
}
.onsale {
display: block;
width: 9em;
line-height: 4em;
font-weight: bold;
text-align: center;
color: #fff;
text-transform: uppercase;
float: none;
-webkit-border-radius: 100%;
border-radius: 100%;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background: #CB572A;
}

.has-slider #navigation ul.nav > li ul li a {
color: #c49a6c;
}

.related.products {
display: none;
}
.upsells.products {
display: none;
}



ul.products li.product {
box-shadow: none; 
-webkit-box-shadow: none; 
}

.widget ul li a {
color: #484248;
}

#content-top {
background: #f5f5f5;
}

.post img, .type-page img, .type-features img, .search-results .features img, .search-results .page img, .search-results .type-product img, .search-results .type-portfolio img, .type-project img, .post img.thumbnail, .type-page img.thumbnail, .type-features img.thumbnail, .search-results .features img.thumbnail, .search-results .page img.thumbnail, .search-results .type-product img.thumbnail, .search-results .type-portfolio img.thumbnail, .type-project img.thumbnail {
border: none;
background: none;
}

a.button, a.comment-reply-link, #commentform #submit, .submit, input[type=submit], input.button, button.button {
background: #c49a6c;
}

a.button, a.comment-reply-link, #commentform #submit, .submit, input[type=submit], input.button, button.button {
background: ##f7f1ea;
}

.post, .type-page, .type-features, .search-results .features, .search-results .page, .search-results .type-product, .search-results .type-portfolio, .type-project {
box-shadow: none; 
-webkit-box-shadow: one; 
}

.widget_woo_newsfromblog {
display: none;
}

.widget_woo_newsfromblog h3 span {
display: none;
}

.section-title {
display: none;
}

.section-title p span {
display: none;
}

.widget {
box-shadow: none; 
-webkit-box-shadow: none;
}

.widget {
background: none;
}
/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
}

@media  (max-width:1024px) {
	#navigation ul.nav li a { color:#666666!important; }