/*
 Theme Name:   Divi Child Theme
Description:  A  child theme 
Author:       O.S.
Template:     Divi
Version:      1.0.0
Text Domain:  divichild
*/
.triangle {
  position: absolute;
  right: -19px;
  top: 15%;
  transform: rotate(90deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #000;
}
.has-childrens a{
	position: relative;
}