/* 
Theme Name: Sinapps Theme
Theme URI: https://sinapps.it/
Description: Sinapps theme è un child theme per il tema Hello creato dal team di Sinapps
Author: Sinapps Team
Author URI: https://sinapps.it/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* cookie fluttuante */

.cmplz-manage-consent::before {
	  font-family: "Font Awesome 5 Free";
	  font-weight: 900;  
  	content: "\f564"; 
  	display: inline-block;
  	vertical-align: middle;
		margin-left: 1px;
	  color: white; /* change color if needed */
}

#cmplz-manage-consent .cmplz-manage-consent {
    bottom: 5%!important;
    width: 50px !important;
    right: 4%important;
		height:auto!important;
    border-radius: 100%!important;
    color: #333!important;
    background: #333!important;
	  padding: 15px 15px 15px 15px!important;		
    min-width:unset!important;
}

.cookie-statement {
    display: none !important;
}

/* You can also add some CSS to force the settings button for all devices. */

@media (max-width: 768px) {
#cmplz-manage-consent .cmplz-manage-consent {
    display: unset !important;
    margin-bottom: -20px !important;
    margin-right: -20px !important;
}
}