
@media only screen and (min-width:768px) {
	#et-info {
		float: right !important;
	}
}

@media only screen and (max-width:767px) {
	div#et-secondary-menu {
		display: block !important;
		margin-top: 0 !important;
		padding-top: .75em;
	}
	
	#et-secondary-menu > div.et_duplicate_social_icons > ul > li a {
		display: block;
		padding-bottom: .75em;
	}
}

@media only screen and (min-width:768px) and (max-width:980px) {
	div#et-secondary-menu {
		display: block !important;
		padding-top: .75em;
	}
}

@media only screen and (min-width:981px) {
	#et-info #et-social-icons, #et-info .et-social-icons {
		display: none;
	}
}

@media only screen and (max-width:980px) {
	#et-top-navigation span.mobile_menu_bar:before, #et-top-navigation span.mobile_menu_bar:after {
		color: rgba(255, 255, 255, 1) !important;
	}
}

#et-info-phone:hover {
	opacity: .7;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
