/*
 Theme Name:   Amedeo Child
 Description:  Amedeo Child Theme
 Author:       Revolution
 Author URI:   https://revolution.ie
 Template:     amedeo
 Version:      1.0.0
 Text Domain:  amedeochild
*/

ul.dash {
  list-style-type: none;
  /*use padding to move list item from left to right*/
  padding-left: 1em;
}

ul.dash li:before {
  content: "–";
  position: absolute;
  /*change margin to move dash around*/
  margin-left: -1em;
}

.eltdf-post-info-date.entry-date {
  display: none;
}

.eltdf-blog-holder article .eltdf-post-info-top .eltdf-post-info-top-left {
  padding: 0 !important;
}

.how-we-work .eltdf-tabs .eltdf-tabs-nav li a {
	font-size: 40px;
	font-family: Montserrat,sans-serif;
	font-weight: 500;
	text-transform: none;
}

.how-we-work-content ul li {
	font-family: Montserrat,sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 42px;
}

.eltdf-background-text {
  -webkit-text-fill-color: #000 !important;
}