/*
Theme Name: Green Marketing
Theme URI: https://greenmarketing.agency
Description: Green Marketing Template
Author: Perinelli Cristian
Author URI: http://greenmarketing.agency
Template: hello-elementor
Version: 1.0.0
*/


.btn { white-space: normal !important; }
.h1, .h2, .h3, .h4 { word-wrap: break-word; }
a { word-break: break-word }

.grecaptcha-badge {  visibility: hidden;}





/* BARRA DI NAVIGAZIONE BROWSER */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #232323;
  border-radius: 0px;
}




/* mostra placeholder data in form da mobile elementor */

@media (max-width: 767px) {

input[type="date"]:before{
color:rgba(53, 53, 53, 0.44);
content:attr(placeholder);
}

input[type="date"].full:before {
color:black;
content:""!important;
}

input[type="time"]:before{
color:rgba(53, 53, 53, 0.44);
content:attr(placeholder);
}

input[type="time"].full:before {
color:black;
content:""!important;
}
}

/* rimuovi bordi SX e DX da fisarmonica elementor */
.elementor-accordion .elementor-accordion-item, .e-n-accordion-item, .e-n-accordion-item-title, .e-child {
    border-left:0px !important;
    border-right:0px !important;
    border-bottom: 0px !important;
}



