/*
Theme Name:	EK Theme
Description:	Wordpress Child Theme by Eric Kobiah
Author:		Eric Kobiah
Author URL:	https://ekconsultancy.co.ke
Template:	Divi
Version:	1.0
*/
 
/*------- Theme Customizations------- */

.free-sticky-wrapper {
    display: block!important;
}
/*prevent horizontal scroll on mobile*/

@media all and (max-width: 980px) {
	html,
	body {
		overflow-x: hidden;
	}
	body {
		position: relative
	}
}