/* If you want to add your own CSS code, please do it in this file */

@media only screen and (max-width: 600px){
	html {
		overflow-x: none;
	}
	
	html,body {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	#Header .social {
		width: 106.2%;
	}
}

@media only screen and (max-width: 767px) {
	#Header a.responsive-menu-toggle {
		right: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.footer_menu ul li {
		display: inline-block;
		border: none;
		margin: 2px;
		text-align: center;
	}
}
