/*
Theme Name: enfold-child
Template: enfold
Author: Child Theme Configurator by Lilaea Media
Version: 1.0
Updated: 2014-10-29 10:22:44
*/
/*--------------------------------------------------------------
VARIABLES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
COMMON CLASSES
--------------------------------------------------------------*/
p {
/*  color: #999999;
  font-size: 16px;*/
  font-weight: 300; }

/*--------------------------------------------------------------
NAV
--------------------------------------------------------------*/

/* .avia-menu a {
  font-family: arvo;
  text-transform: uppercase; }*/

.avia-menu ul.sub-menu {
  display: none !important;
 /*remove dd menu on desktop*/ }

/*Remove submenu on mobiles*/
@media screen and (max-width: 990px) {
  #top .av-submenu-container {
    display: none; }
 }

/*--------------------------------------------------------------
SHOP
--------------------------------------------------------------*/
/* Front*/
.inner_product_header p {
  color: #aaaaaa;
  font-size: 14px; }
  .inner_product_header p:hover {
    color: #ddd; }

/* Remove ratings*/
span.rating_container {
  display: none; }

/* Change color delete product cart*/
#top .main_color a.remove {
  background-color: red; }

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.logo img {
  padding: 10px; }

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
/* Reduce footer height*/
#footer .widget {
  margin: 0; }

/*--------------------------------------------------------------
WINES
--------------------------------------------------------------*/
@media (max-width: 1200px) {
  div .products .product {
    width: 49%; } }
@media (max-width: 600px) {
  div .products .product {
    width: 100% !important; } }
/*# sourceMappingURL=style.css.map */