/*
Theme Name:		 Zubaz child
Theme URI:       https://favdevs.com/demos/wp/zubaz/
Description:	 Zubaz is a smart, fast & fully customized WordPress theme, built for SAAS, business website
Author:			 mthemeus
Author URI:      https://themeforest.net/user/mthemeus
Template:		 zubaz
Version:		 1.0.0
Text Domain:	 zubaz-child
*/


/*
    Add your custom styles here
*/

.s-recent-posts{
	line-height: 31.5px;
    text-align: left;
}
.s-recent-posts ul{
	padding: 0;
}
.s-recent-posts li{
    margin: 0px 0px 24px 0px
}
.s-recent-posts a > span{
	color: var(--e-global-color-zubaz_body);	
}
.s-recent-posts span:hover{
	color: var(--e-global-color-zubaz_primary);	
}
a {
	color: var(--e-global-color-zubaz_primary);
}
a:hover{
	color:var(--e-global-color-zubaz_primary);
}

.my-banner {
    max-height: 400px;
    padding-top: 132px !important;
}

.my-list ul {
    list-style: disc;
}