#footer.solid-bg {
    background-size: 330px;
	position: relative;
}
#footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000, transparent);
    z-index: 0;
}
#footer > div {
    z-index: 1;
	position: relative;
}
.footer .widget-title {
	margin-bottom: 25px;
	position: relative;
}
.footer  .widget-title > i {
    font-size: 80%;
    color: #fff;
    margin-inline: 5px 12px;
    border-bottom: none;
    box-sizing: border-box;
    color: var(--primary);
}

/* footer contacts */
.footer-con > div {
	margin-bottom: 17px;
	line-height: 1;
}
.footer-con > div:last-child {
	margin-bottom: 0;
}
.footer-con > div > span {
	width: 100%;
	display: block;
}
.footer-con > div > span:first-child {
    display: flex;
    align-items: flex-start;
    margin-bottom: 7px;
    line-height: 0.8;
}
.footer-con > div i {
	width: 18px;
	margin-left: 5px;
	color: var(--secondary);
}
.footer-con > div b {
	font-weight: 500;
	display: block;
}
.footer-con > div > span + span {
    font-size: 90%;
    font-weight: 300;
    line-height: 1.3;
    padding-right: 23px;
}
.footer-con > div small {
	display: block;
	margin-top: 4px;
	font-size: 90%;
}
.footer-soc {
  margin-top: 20px;
  font-size: 1.4rem;
  display: flex;
  gap: 15px;
}

/* footer menu */
#footer .menu li {
    padding: 0;
    border: none;
    margin: 0 0 10px;
	display: flex;
	box-sizing: border-box;
}
#footer .menu li:last-child {
    margin: 0;
}
#footer .menu li a {
    text-decoration: none !important;
    font-size: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
	font-size: 1rem;
}
#footer .menu li:not(.current-menu-item):not(.current-menu-parent) a:hover {
	color: var(--secondary);
}
.combar {
    display: flex;
    align-items: center;
	line-height: 1;
}
.combar img {
	transform: translateY(1px);
}
.combar span {
    font-size: 150%;
    margin-inline-start: 5px;
    margin-top: -4px;
}

/* form */
.wpcf7 .fri-form.footer-form > div .wpcf7-form-control:not(.wpcf7-submit)::-webkit-input-placeholder,
.wpcf7 .fri-form.footer-form > div .wpcf7-form-control:not(.wpcf7-submit)::placeholder,
.wpcf7 .fri-form.footer-form > div .wpcf7-form-control:not(.wpcf7-submit) {
    background: transparent;
    color: #fff;
}
.wpcf7 .fri-form.footer-form > div .wpcf7-form-control:not(.wpcf7-submit):focus {
    color: var(--primary);
    border-color: var(--primary);
}
.wpcf7 .fri-form.footer-form > div input.wpcf7-form-control.wpcf7-submit,
.wpcf7 .fri-form.footer-form > div input.wpcf7-form-control {
	height: 35px;
	min-height: 35px;
	line-height: 1;
}
.wpcf7 .fri-form.footer-form > div textarea.wpcf7-form-control {
	height: 68px;
}

/* footer mobile toggle */
.toggle-widget {
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
	cursor: pointer;
}
.toggle-widget i {
	transition: .3s;
	transform: rotate(90deg);
}
.widget.close .toggle-widget i {
	transform: rotate(-90deg);	
}
@media only screen and (min-width: 991px) {
	#footer .wf-container {
		display: flex;
		flex-wrap: wrap;
	}
	.footer .widget-title {
		margin-bottom: 18px;
		padding-bottom: 7px;
		border-bottom: 2px solid var(--primary);
		display: flex;
		align-items: center;
	}
	.toggle-widget {
		display: none;
	}
}
@media only screen and (max-width: 991px) {
	.widget {
		transition: .3s;
	}
	.widget.close {
		margin-bottom: 10px;
	}
	#footer .widget:last-child {
		margin: 0 0 15px;
	}
	#footer .form-title {
		font-size: 1rem;
		text-align: right;
		line-height: 1.4;
		font-weight: 400;
	}
	#footer  .widget_nav_menu.wf-cell .menu li  {
		width: 50%;
		float: right;
	}
	#footer .widget_nav_menu.wf-cell .menu li:nth-last-child(2) {
		margin: 0;
	}
	#custom_html-4.widget .textwidget.custom-html-widget {
		justify-content: center;
	}
	.combar {
		margin-bottom: 7px;
	}
}
@media only screen and (max-width: 768px) {
	#footer.solid-bg {
		background-size: 200px;
		position: relative;
	}
	.combar span {
		font-size: 120%;
	}
}