/*
  Theme Name: Popeye
  Theme URI: https://www.ilsp.gr
  Version: 1.0.0
  Template: Divi
  Author: ILSP
  Author URI: https://www.ilsp.gr
  Description: Popeye Divi Child Theme
  Text Domain: popeye
  License: GNU General Public licence v2
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.menu-section a {
	padding-left: 10px!important;
}
.menu-section::before {
  font-weight: 700;
  position: absolute;
--size: 25px;
  left: calc(-1* var(--size));
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 1px;
  background: #ddd;
  border-radius: 50%;
  text-align: center;
	margin: 0 5px;
}
.menu-section-1::before {
  content: '1';
}
.menu-section-2::before {
  content: '2';
}
.menu-section-3::before {
  content: '3';
}
.menu-section-4::before {
  content: '4';
}
.menu-section-5::before {
  content: '5';
}