/*
Theme Name: Qeducato Child
Theme URI:https://wpdemo.zcubethemes.com/qeducato
Description: Qeducato - University and College WordPress Theme.
Text Domain: qeducato 
Author:       zcube
Author URI: https://themeforest.net/user/zcubedesign
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Template:     qeducato
Version:      1.0

*/


/* Theme customization starts here
  -------------------------------------------------------------- */
/** sidebar formation **/
.project-detail .project-info li ul.dl li{
	 border-bottom:0;
}
.sidebar-widget ul.dl li {
  border-bottom: 0;
  margin: 0;
  padding: 0;
	margin-left: 25px;
}
.sidebar-widget ul li i{
	margin-right:5px;
}
.project-detail .project-info li {
  display: block;
}
.project-detail .project-info li strong {
  font-weight: 500;
}
/** ligne calendrier **/
ul.add {
  width: calc(100% + 30px);
  padding-bottom: 10px;
  margin-top: 15px;
  border-top: 1px solid #e3e3e3;
  padding-top: 15px;
  margin-left: -15px;
  margin-bottom: -15px;
  display: inline-block;
}

/** icons **/
.project-info .fa-home-lg-alt::before{
	content: "\f07b";
}
.project-info .fa-book::before{
	content: "\f15c";
}
.project-info .fa-globe::before{
	content: "\f09d";
}
.project-info .fa-calendar-alt::before{
	content: "\f073";
}