/*
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
-------------------------------------------------------------- */

div.wccf_field_container li {
    margin: 0;
    display: flex;
}

.wccf_field_container > label {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}

label, legend {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
}

.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;
}

.trailer_box .desc .subtitle {
    display: inline-block;
    position: relative;
    bottom: 0;
    line-height: normal;
    letter-spacing: 1px;
    padding: 8px 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    font-size: 30px;
    border-radius: 5px;
    background-image: none;
}