/* TABLET */
@media only screen and (min-width: 769px) and (max-width: 991px) {

	footer .col-lg-4 .sd_social_footer {
		display: flex !important;
    	justify-content: center;
	}
	
	#menu-item-81 {
    	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}