/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.widget{
	padding:20px;
	margin: 0px;
}
.widget h3{
        margin: 0 0 10px 0;
        border-bottom: 5px solid #dfdfdf;
        padding-bottom: 5px;
        font-size: 24px;
}
.widget h4{
	margin:0;
	padding: 0 0 5px;
	font-size: 13px;
}
.widget ul, .widget-footer ul {
	list-style: none;
	margin : 0;
	padding: 0;
}
.widget ul li, .widget-footer ul li  {
	margin: 0 0 5px;
	border-bottom: 1px dotted #ddd;
}
.widget ul li:hover {
	position: relative;
}
.widget-image{
	display: block;
	max-height: 100px;
	padding: 5px;
	text-align: center;
}
.widget-image	img{
	max-height: 60px;
}