/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.24.0.1706016559
Updated: 2024-01-23 13:29:19

*/

#et_contact_top {
	float:right;
	margin-left:15px;
}
#et_contact_top a {
	color: #FFFFFF !important;
	border-width: 2px !important;
	border-radius: 15px;
	background-color: #FF7C04;
	position: relative;
	z-index: 6;
	padding: 10px 20px;
	top: -5px;
}
@media (max-width: 980px) {
	#et_contact_top {
		display:none;
	}
}