/*
Theme Name: mf
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
#top #header .av-main-nav > li > a {
    text-shadow: 1px 1px 1px #000;
}
.av-masonry-date.updated{
display: none;
}
.avia-image-container .avia-copyright {
    display: block;
    padding: 14px;
    font-size: 1em!important;
    background: #121212;
}
.main_color a
{
    color: #ad2d31;
    color: inherit;
}
/*WooCommerce*/
#mwb_etmwf_event_time .mwb_etmfw_date_label, div#mwb_etmwf_event_time img{
	display: none!important;
}
.woocommerce-Price-amount.amount bdi {
    color: #ffffff;
}
del .woocommerce-Price-amount.amount bdi {
    color: #ad2d31;
	font-size: 1.2em;
}
.woocommerce-error li{
    color: #ffffff;
	font-size: 1.4em;
}
/*WooCommerce Ende*/
@media only screen and (max-width:767px) {
  .responsive .shop_table .product-quantity {
    display: table-cell !important;
  }
}