/*
Title: Custom CSS File
Theme Name: Ashoka
Author Name: ThemeSelection

Website: https://themeselection.com

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
I WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

@font-face {
	font-family: 'Eurotype';
	src:url('../fonts/Eurotype.eot');
	src:url('../fonts/Eurotype.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Eurotype.woff') format('woff'),
		url('../fonts/Eurotype.ttf') format('truetype'),
		url('../fonts/Eurotype.svg#Eurotype') format('svg');
	font-weight: normal;
	font-style: normal;
}

.logo {
font-family: 'Eurotype';
}

#social { display:none; } 


@media (max-width:600px) {
	.logo {
color : transparent;
}
}