.wp-polls .wp-polls__result {
	display: flex !important;
	align-items: center;
}

.wp-polls__dot {
	color: var(--color-accent);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 42px;
	height: 42px;
	width: 42px;
	margin-right: 15px;
	content: "";
	border-radius: 50%;
	background: #fff;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 42px;
	font-weight: 700;
	font-size: 18px;
}

.wp-polls__dot.active {
	/* border: 10px solid #fff;
	background: var(--color-accent); */
}

.wp-polls .pollbar {
	position: relative;
	height: 25px;
	background: #fff;
	width: 100%;
	padding: 5px;
	border: none;
}

.wp-polls .pollbar span {
	display: block;
	background-color: #00869a;
	height: 13px;
}

.wp-polls .pollbar__title {
	font-family: "CharterOSC", serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 0.9;
}

.slick-prev,
.slick-next {
	z-index: 1;
}

.slick-prev {
	left: 25px;
}
.slick-next {
	right: 25px;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}
.cf7-custom--title {
	margin-bottom: 30px;
	font-size: 23px;
	font-family: "ProximaNova";
	font-weight: 600;
}

