/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 28 2022 | 03:35:48 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* widget sidebar */ 

.youzify-group-infos-widget .youzify-group-widget-title {
    margin: 0;
    background-color: #1efe19;
    font-size: 20px!important;
    font-weight: 600!important;
    color: #000 !important;
    font-family: "Agrandir", sans-serif!important;
}

.youzify-sidebar .widget-content .widget-title {
    margin: 0;
    background-color: #1efe19;
    font-size: 20px!important;
    font-weight: 600!important;
    color: #000 !important;
    font-family: "Agrandir", sans-serif!important;
}

.youzify-group-infos-widget .youzify-group-widget-title {
    border-bottom: 1px solid #0000;
}


.youzify-sidebar .widget-content .widget-title {
    border-bottom: 1px solid #0000;
}

/* header nav */
#youzify-profile-navmenu .youzify-inner-content {
    width: 100%;
    background-color: #1efe19;
    margin: 0 auto;
    display: table;
    position: relative;
}


/* icon widget */
.youzify-sidebar .widget-content .widget-title:before {
	display : none;
}
  

.youzify-group-infos-widget .youzify-group-widget-title i {
   display : none;
}



