/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 11 2024 | 10:36:59 */
/* Remove bottom margin text widget */
.elementor-widget-text-editor p:last-child{
	margin-bottom:0px;
}

/* force bg image to be set to cover */
.bg-cover-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* cookie consent */
#cmplz-manage-consent{
 display: none;   
}

.cmplz-show-banner{
	cursor: pointer;
}


/* Google reCAPTCHA badge */
.grecaptcha-badge {
    display: none !important;
}

#wpadminbar{
background: #0a0a0a !important;
}

#wpadminbar .ab-top-menu>li.hover>.ab-item, #wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item, #wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus,
#wpadminbar .ab-sub-wrapper{
	color: #fff!important;
	background-color: #222222!important;
}

#wpadminbar #adminbarsearch:before, #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before{
	color: #fff !important;
}
