/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/*CSS*/

/*footer*/
html #footer-info {color: white;}
#emp-elgrp {float: right;}
#emp-elgrp img {max-width: 36px;}

/*responsive*/
@media screen and (min-width: 300px) and (max-width: 768px){
	#slider-hm {padding-top: 100px;padding-bottom: 100px;}
}