.logo-image {
	display: inline;
	max-width: 100%;
	height: 100px !important;
}

#sp-menu > .sp-column::before {
	content: "";
	position: absolute;
	left: -29px;
	top: -2px;
	background: url("../images/menu-left.svg");
	width: 29px;
	height: 62px;
	background-color: black;
}

#sp-menu > .sp-column {
	height: 100%;
	background-color: black;
}

//.sppb-img-responsive {
//	width: auto;
// }

// RS-Form css
.form-control:disabled {
	background-color: black !important;
	opacity: 1;
}
