/*
    Created on : 1 oct. 2017, 13:02:05
    Author     : Youssef El-Ouardi
*/



.textBorder{
  text-shadow: 3px 0 0 #000;
  -webkit-text-stroke-width: 1px;
  /*-webkit-text-stroke-color: #fff;*/
}
.equalightTextBlue{
  color: #00aeef
}
.equalightTextBlue2{
  color: #0f72b9
}
.equalightTextGreen{
  color: #2cba30
}
.equalightTextOrange{
  color: #fe7d00
}
.equalightBgBlue{
  background-color: #00aeef;
  color: #fff;
}
.equalightBgBlue2{
  background-color: #0f72b9;
  color: #fff;
}
.equalightBgGreen{
  background-color: #2cba30;
  color: #fff;
}
.equalightBgOrange{
  background-color: #fe7d00;
  color: #fff;
}


.bolder{
  font-weight: bolder;
}

.page-header{
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.masonery_area .single-blog .post-title{
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.person-thumb img {
  margin: 0 auto;
}