/*
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: 767px) {
.header-magazine #Top_bar .banner_wrapper {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none !important;
    width: 468px;
    height: 60px;
    text-align: right;
    z-index: 2;
}
	#Top_bar #logo img.logo-mobile {
    display: inline-block;
    height: 40px;
}
}

#Top_bar .menu > li > a span:not(.description) {
    padding: 0 12px;
}

#Top_bar #logo, .header-fixed #Top_bar #logo, .header-plain #Top_bar #logo, .header-transparent #Top_bar #logo {
    height: 150px !important;
    line-height: 0px;
    padding: 10px 0;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty, .dark input[type="email"], .dark input[type="password"], .dark input[type="tel"], .dark input[type="text"], .dark select, .dark textarea {
    color: #626262;
    background-color: rgba(255,255,255,1);
    border-color: #EBEBEB;
    float: right;
    width: 100%;
}

.header-magazine #Top_bar .banner_wrapper {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 468px;
    height: 60px;
    text-align: right;
    z-index: 2;
}

.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;
}