/*
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;}


/* ricorda di mettere display:none al div principale */
body.logged-in .mostra-se-loggato {
    display: block !important;
}

body.logged-in .nascondi-se-loggato {
    display: none !important;
}



.post-password-required {
	max-width:800px;
	margin:0 auto;
	margin-top:60px;
	margin-bottom:80px;
}

/* 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;
}



/* rank math */
.rank-math-breadcrumb a {
    color:white;
    font-size:14px;
}

.rank-math-breadcrumb a:hover {
    color:white;
    text-decoration:underline;
}


.rank-math-breadcrumb span {
    color:white;
    font-size:14px;
}

@media screen and (max-width: 767px) {
  .rank-math-breadcrumb {
    text-align: center !important;
}


/* 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;
}

