/*
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 { word-wrap: break-word !important; }
ul,ol { margin-bottom:20px; }
a { word-break: break-word }

.grecaptcha-badge {visibility: hidden;}



/* scrollbar */

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}



/* commenti */

#commentform label {
	font-size:11px;
	margin-bottom:10px;
	text-transform:uppercase;
}


#commentform p {
	font-size:16px !important;
}

#url, .comment-form-url {
	display:none;
}

#reply-title {
	font-size:28px !important;
	margin-bottom:-5px;
}

.comment-form-comment {
	margin-top:40px !important;
}