/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

#button-checklist
{
    color: black;
    background-color: #C9E8F2;
}
#button-checklist:hover
{
    color:black;
    background-color:#FF3A3D;
}

/*	adjust gutenberg buttons 
	add the css in the advanced section of each adapted button 

.wp-block-button.tiny-button a {
    font-size: 10px;
    padding: 1px 8px;
}
*/

/*	adjust currency switcher of WPML plugin */

.wcml_currency_switcher {
  background-color:  transparent;
  background: transparent; /*background color e.g. #cd2653   transparent*/
  padding: 0px; /*padding of container*/
  border-radius: 3px; /*rounded border*/ /*Box Shadow*/
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
}


/*---Hide reCaptcha v3 visible seal
.grecaptcha-badge {
opacity:0 !important;
}---*/