/* Add here all your CSS customizations */

@media(max-width: 991px) {
	.logo-mobile img {
		width: 232px !important;
		height: auto !important;
	}

	html.sticky-header-active .logo-mobile img {
		width: 232px !important;
		height: auto !important;
	}
}

.logo-desktop {
	display: block;
}

.logo-mobile {
	display: none;
}

@media (max-width: 991px) {
	.logo-desktop {
		display: none;
	}

	.logo-mobile {
		display: block;
	}
}