/*
Theme Name: Asbestos Reporting
Template: Divi
*/

@import url("../Divi/style.css");

/*styles for linked documents*/

a[href$='.pdf'] {
	display: inline-block;
	line-height: 25px;
	padding-left: 40px;
	background: transparent url(images/ico_pdf.png) center left 10px no-repeat;
}

a[href$='.doc'],
.content a[href$='.docx'] {
	display: inline-block;
	line-height: 25px;
	padding-left: 40px;
	background: transparent url(images/ico_word.png) center left 10px no-repeat;
}

a[href$='.xls'],
.content a[href$='.xlsx'] {
	display: inline-block;
	line-height: 25px;
	padding-left: 40px;
	background: transparent url(images/ico_excel.png) center left 10px no-repeat;
}

a[href$='mailto'] {
	display: inline-block;
	line-height: 25px;
	padding-left: 30px;
	background: transparent url(images/ico_email.png) center left 10px no-repeat;
}

#top-header {
	background-color: #293582 !important;
}

#et-info-phone:hover {
	opacity: 0.7;
	transition: all 0.4s ease-in-out 0s;
}

#main-footer {
	background-color: #AAA !important;
}

#main-footer a {
	color: #293582;
}

#main-footer a:hover {
	opacity: 0.7;
	transition: all 0.4s ease-in-out 0s;
}

#footer-bottom {
	background-color: #293582 !important;
}

#footer-info,
.et-social-facebook a,
.et-social-rss a {
	color: #FFF !important;
}
