/*
Theme Name:     Divi WebIS
Description:    Child Theme for WebIS/DIVI 2.0
Author:         webis_wordpress
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version)
*/

.et_pb_bg_layout_dark .et_pb_slide_description { text-shadow: 0 0 4px rgba(0, 0, 0, 0.93);  }
.et_pb_bg_layout_light .et_pb_slide_description { text-shadow: 0 1px 2px rgba(255, 255, 255, 0.93);  }

.et_parallax_bg {
    -webkit-filter: blur(3px); /*change the value according to what suits the best*/
    -moz-filter: blur(3px); /*change the value according to what suits the best*/
    -o-filter: blur(3px); /*change the value according to what suits the best*/
    -ms-filter: blur(3px); /*change the value according to what suits the best*/
    filter: blur(3px); /*change the value according to what suits the best*/
}

.new {
	background-color: hsl(35, 100%, 50%);
}
.improvements {
	background-color: hsl(210, 100%, 60%);
}
.fixes {
	background-color: hsl(120, 100%, 35%);
}
.knownissues {
	background-color: hsl(59, 72%, 29%);
}
h4.new, h4.improvements, h4.fixes, h4.knownissues {
	border-radius: 30px;
	padding: 1px 8px 2px;
	color: white;
	text-transform: uppercase;
	font-size: 13px;
	margin-right: 0;
	width: 120px;
	text-align: center;
}

.widget_simpleimage {
     text-align: center;
}



.widget_simpleimage img {
    height: auto;
    max-width: 100%;
    width: 64px;
}