.navbar-brand {
    max-width: 250px;
    font-size: 0 !important;
}

body * {
	border-radius: 0 !important;
}

h1.title{
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 2em !important;
	color: #1d84c3;
}

.webform-submission-form table,
.webform-submission-corso-gratuito-su-prodotti-listi-form,
.webform-submission-form  #block-bootstrap-barrio-subtheme-content,
img {
	width: 100%;
	max-width: 800px;
}

.leader {
	margin: 0;
	margin-top: 1em;
	padding: .2em;
	background-color: #1d84c333;
	font-size: 1.3em;
}

.block-system-breadcrumb-block{
  display: none;
}

.path-frontpage .form-email{
  margin-top: .25rem;
}

.webform-submission-form table td {
	/*background-color: #1d84c3;*/
	color: #000000;
	border: 4px solid #ffffff;
	border-bottom: 8px solid #ffffff;

}
.webform-submission-form table td:nth-child(1) {
	text-transform: uppercase;
	font-size: 1.2em;
	width: 50%;
	background-color: #1d84c3;
	color: #ffffff;
	/*background-color: #1d84c3aa;*/
}

.webform-submission-form table td:nth-child(2) {
	text-transform: uppercase;
	font-size: 1.2em;
	width: 50%
}

.webform-submission-form ul {
	padding: 15px;
	list-style-type: square;
}

.webform-submission-form label {
	border-bottom: 2px solid #1d84c333;
	display: inline-block;
	width: 100%;
	margin: 0;
}

.webform-actions,
.webform-flexbox,
.webform-flex--container,
.js-form-item {
	padding: 0 !important;
}

.webform-submission-form ul {
  list-style: none; /* Remove default bullets */
}

.webform-submission-form ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #1d84c3; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  font-size: 1.2em;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.webform-submission-form.form-group {
	margin-bottom: .5em
}

.webform-submission-form .webform-button--submit {
	background-color: #1d84c3;
	padding-left: 2em;
	padding-right: 2em;
	text-transform: uppercase;
	font-weight: bold;
}

.node__meta {
    display: none;
}


h1.js-quickedit-page-title.title {
    color: #343a40;
}