footer {
	background: var(--kratom-black);
	padding-top: 4rem;
    padding-bottom: 2.5rem;
}

.footer-widget + .footer-widget {
	margin-top: 30px;
}

.footer-widget-title {
	text-transform: uppercase;
	font-size: 22px;
	color: var(--kratom-primary);
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 15px;
}

footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

footer li {
	margin-bottom: 10px;
}

footer a {
	color: #fff;
}

.contact-info {
	margin-bottom: 15px;
}

.contact-info a {
	display: flex;
	align-items: center;
}

.contact-info span {
	width: 30px;
}

.footer-text {
	text-align: center;
	color: #fff;
	padding-top: 30px;
	font-size: 13px;
	margin-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copyright {
	margin-bottom: 20px;
}

.footer-text img { 
	margin-top: 30px;
}

.footer-contact a {
	margin-right: 20px;
}

.footer-wpforms-field input {
	background: transparent !important;
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.6) !important;
}

.footer-wpforms-field input::placeholder {
	color: #fff !important;
	font-family: Avenir Next Cyr !important;
	opacity: 0.6;
	font-size: 16px !important;
}