/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 2.3.2
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Luis Tapia
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/

/* Colors
	
	$main-color: #D76113;
	$alt-color: #B35110;
	$light-color: #FF7417;
	
	*/

@import url("../Divi/style.css");


#footer-widgets {
	text-align: center;
}

#footer-widgets > div {
	display: inline-block;
}

.et_pb_widget {
	width: 100%
}

.footer-widget {
	float: none !important;
}

.footer-widget > div {
	display: inline-block;
}

.footer-widget, .footer-widget div {
	text-align: center;
}

.et_pb_widget a {
	/*background-color: white;*/
	color: #FF7417;
	padding: 0.25em 0.5em;
	transition: color 0.4s ease-in-out 0s;
}

.et_pb_widget a:hover {
	color: #B35110;
}

.et_pb_widget h4 {
	text-align: center;
}

.et-social-icon {
	border-radius: 50%;	
	height: 48px;
	width: 48px;
	padding-top: 0.75em;
	vertical-align: middle;
}

.et-social-icon a {
	display: inline-block;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

.et-social-facebook {
	background-color: #597CB9;
}

.et-social-twitter {
	background-color: #6FB8E4;
}

.et-social-google-plus {
	background-color: #E76248;
}

.et-social-youtube {
	background-color: #D5322A;
}

.et-social-pinterest {
	background-color: #D8333A;
}