/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        3.0
*/

@import url("../Divi/style.css");
/* Theme customization
------------------------------------------------------- */

/* Top header
------------------------------------------------------- */
.top-phone {
	width:134px!important;
}

.top-phone a {
	color: white!important;
	font-size: 16px!important;
}

.top-phone:before {
	font-family: 'ETmodules';
	content: "\e090";
	font-size: 16px;
	float: left;
}

.top-address {
	width:474px!important;
}

.top-address a {
	color: white!important;
	font-size: 16px!important;
}

.top-address:before {
	font-family: 'ETmodules';
	content: "\e01d";
	font-size: 16px;
	float: left;
}

.top-appointment {
	width:134px!important;
}

.top-appointment a {
	color: white!important;
	font-size: 16px!important;
}

.top-appointment:before {
	font-family: 'ETmodules';
	content: "\e026";
	font-size: 16px;
	float: left;
}

@media only screen and (max-width:980px) {
	
	.top-phone {
		width: 100%!important;
	}
	
	.top-phone a {
		color: grey!important;
		font-size: 14px!important;
	}
	
	.top-address {
		width: 100%!important;
	}
	
	.top-address a {
		color: grey!important;
		font-size: 14px!important;
	}
	
	.top-appointment {
		width: 100%!important;
	}
	
	.top-appointment a {
		color: grey!important;
		font-size: 14px!important;
	}
	
	.top-phone:before{
		color: grey;
		margin-top: 10px;
		margin-right: 12px;
	}
	
	.top-address:before{
		color: grey;
		margin-top: 10px;
		margin-right: 12px;
	}
	
	.top-appointment:before{
		color: grey;
		margin-top: 10px;
		margin-right: 12px;
	}
}