/*
Theme Name: 	chucks-child
Theme URI: 		http://www.chuckswebdesign.nl
Author: 		chucks
Author URI: 	http://www.chuckswebdesign.nl
Description:	WordPress thema van Chucks Webdesign
Template:		chucks
Version: 		1.0
*/

/* Theme customization starts here
-------------------------------------------------------------- */


@media only screen and (max-width: 479px) {
.woocommerce ul.products li.product {
    width: 50%!important;
    margin: 0 0 20px!important;
}
}

#Top_bar .menu > li > a span:not(.description) {
    display: block;
    line-height: 60px;
    padding: 0px 15px;
    white-space: nowrap;
    border-right-width: 1px;
    border-style: solid;
}

.grecaptcha-badge {
	display: none !important;
}

.feature_list ul li .icon i {
    color: #ffffff !important;
}

.woocommerce ul.products li.product .desc {
    background: #fff;
    padding: 15px 20px;
    text-align: center !important;
}

.notice, div.error, div.updated {
    display: none !important;
}

#Footer .widget_mfn_menu ul li a {
    background: #000;
    color: #fff;
}

#Footer .themebg, #Footer .widget_categories ul, #Footer .Recent_posts ul li .desc:after, #Footer .Recent_posts ul li .photo .c, #Footer .widget_recent_entries ul li:after, #Footer .widget_mfn_menu ul li a:hover, #Footer .widget_product_categories ul {
    background-color: #b7b967;
}