@media screen and (min-width: 1200px) {
	.widget.widget_sd_widget_menu_toggle {
		display: none;
	}
}


@media screen and (max-width: 1199px) {
	.menu-toggle {
		display: block !important;
		background-color: transparent;
		color: #FFF;
		font-size: 20px;
		justify-content: center;
		align-items: center;
		margin-top: 0;
		padding: 0;
	}
	
	.menu-toggle svg {
		margin-right: 15px;
		width: 40px;
		height: 40px;
		color: #000;
	}
}