/*
Theme Name:     StickSports
Description:    The Stick Sports theme!
Author:         Stick Sports
Template:       Divi
*/

/*primary menu */
.divi-instagram:after {
content: "\e09a";
display: block;
font-family: "ETmodules";
font-weight: normal;
}

.divi-twitter:after {
content: "\e094";
display: block;
font-family: "ETmodules";
font-weight: normal;
}

.divi-facebook:after {
content: "\e093";
display: block;
font-family: "ETmodules";
font-weight: normal;
}

/* Switch to hamburger menu on tablets */
@media only screen and ( max-width:1024px) {
	#et_mobile_nav_menu {
		display: block;
	}
	#top-menu-nav {
		display: none;
	}
	.et_header_style_left .mobile_menu_bar {
		padding-bottom: 50px;
	}
}
