<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Theme Name:		 BBSPA Theme
Theme URI:		 http://childtheme-generator.com/
Description:	 BBSPA Theme is a child theme of Hello Elementor, created by ChildTheme-Generator.com
Author:			 MenabÃ² Group
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 1.0.4
Text Domain:	 bbspa-theme
*/


/*
    Add your custom styles here
*/


/* Create and position :after pseudo-element */

.elementor-column.clickable a:after {
   content: "";
   display: block; 
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 2; 
}

/* Remove relatively-positioned parent elements in column */

.clickable .elementor-widget, .clickable .elementor-widget-wrap {
   position: static;
}


.elementor-column.clickable {
opacity : 1;
transition: 0.3s;

}

.elementor-column.clickable:hover{
  opacity:0;
  transition: 0.3s;

}

/*
.elementor-column.clickable div{
    position:absolute;
      width: 100%;
}

.elementor-column.clickable div::after {
  background-color: white;
  content: "+";
      color: #BC273A;
    font-family: "M PLUS 1p", 'Open-Sans', "sans-serif";
    font-size: 40px;
    text-align: right;
    font-weight: 200;
  display: block;
  height: 60px;
  position: absolute;
  width: 60px;
}
.elementor-column.clickable div::after {
  bottom: -1px;
  right: -1px;
}
*/


/** CSS per contact form â€”**/
#responsive-form{
margin:0 auto;
width:100%;
}

#responsive-form label {

  width: 100%;
}


.form-row{
width: 100%;
}
.column-half, .column-full{
float: left;
position: relative;
padding: 0.65rem;
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
/**â€”â€”â€”â€”â€”- Media query â€”â€”â€”â€”â€”-**/
@media only screen and (min-width: 48em) {
.column-half{
width: 50%;
}
}
/**â€”â€”â€”â€”â€”- Per spostare il bottone invio a destra â€”â€”â€”â€”â€”-**/
.wpcf7-submit{
float: right;
}
/**â€”â€”â€”â€”â€”- Per cambiare il colore del bottone â€”â€”â€”â€”â€”-**/
.wpcf7-submit{
background: #000/*â€“ colore sfondo â€“*/;
color: white/*â€“ colore testo â€“*/;
}
/**â€”â€”â€”â€”â€”- Colore del bottone con il passaggio del mouse â€”â€”â€”â€”â€”-**/
.wpcf7-submit:hover{
background: #f3f3f3;
color: #000;
}
/**â€”â€”â€”â€”â€”- Per personalizzare il messaggio di successo â€”â€”â€”â€”â€”-**/
div.wpcf7-mail-sent-ok {
text-shadow: none;
border: none;
background: #8BC34A;
color: white;
font-family: â€˜Ralewayâ€™;
}


input.wpcf7-form-control.wpcf7-submit:hover {
background-color: #BC273A;
color: white;
}
input.wpcf7-form-control.wpcf7-submit {
border-color: #BC273A;
color: #BC273A;
}

    /* Collapse All Elementor Pro Accordion Items by Default */
.elementor-accordion .elementor-accordion-item:first-child {
  display: none !important;
}
.elementor-accordion {
    border: 1px solid #d4d4d4;
    
}


</pre></body></html>