/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

@import url("https://use.fontawesome.com/releases/v5.13.1/css/all.css");

/* Typeography */
p,
#footer-widgets .footer-widget a {
	font-weight: 400;
}


/* Header */
#top-header {
	border-bottom: 1px solid #e2e2e2;
}

#et-info-location {
	margin-right: 20px;
}

#et-info-location:before {
	content: "\e01d";
	position: relative;
	margin-right: 2px;
	top: 2px;
	font-family: ETmodules!important;
	font-weight: 400;
	font-style: normal;
}


/* Home */
#intro .et_pb_text_inner {
	font-weight: 400;
}


/* Footer */
#footer-widgets .footer-widget li:before {
	border: 0;
}

#footer-widgets .footer-widget li.location,
#footer-widgets .footer-widget li.phone,
#footer-widgets .footer-widget li.fax {
	padding-left: 30px;
}

#footer-widgets .footer-widget ul.contact > li:before {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

#footer-widgets .footer-widget li.location:before {
	content: '\f3c5';
	top: 8px;
	font-size: 30px;
}

#footer-widgets .footer-widget li.phone:before {
	content: '\f879';
	top: 0;
	font-size: 16px;
}

#footer-widgets .footer-widget li.fax:before {
	content: '\f1ac';
	top: 0;
	font-size: 16px;
}

#footer-info {
	float: none;
	font-weight: 400;
	text-align: center;
}

iframe {
	display: block;
}