/**
 * Theme Name: Promelektromir
 * Template:   blocksy
 */

a[href^="mailto:"],
a[href^="tel:"] {
  white-space: nowrap;
  text-decoration: none;
	color: inherit;
}

.textwidget li:not(:last-child) {
	line-height: 1.3;
	margin-bottom: 0.5rem;
}

.form__consult [type="submit"] {
	font-weight: 400;
	margin-top: 20px;
}

.form__consult label,
.form__consult input,
.form__consult textarea,
.form__consult input:focus,
.form__consult textarea:focus {
	color: #d2d2d2;
}
.form__consult .wpforms-confirmation-container {
	color: #fff;
	padding: 16px;
	box-shadow: 0px 0 50px 0 rgba(255, 255, 255, 0.5);
}
