/*

Theme Name: Partners for Development

Theme URI: http://www.elevationweb.org/

Description: BASIC THEME http://www.elevationweb.org/

Version: 2015

Author: http://www.elevationweb.org/

Text Domain: pfd

*/

.b {	
  position: relative;
}
.leyend{
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 55;
  background: rgba(255,255,255,0.7);
  padding: 15px;
  border-radius: 15px;
}
.leyend ul {
text-align:left;
padding: 0;
margin: 0;
}
.leyend ul li{
  list-style-type:none;
  font-weight:700;
  font-size:13px;
}
.leyend ul li::before{
  content:" ";
  display:inline-block;
  width:25px;
  height:15px;
  background:#00cd56;
  margin-right:10px;
  vertical-align:middle;
}
.leyend ul li:nth-child(2)::before {background:#ff4254;}
.leyend ul li:nth-child(3)::before {background:#00b5e3;}

/* Support #321237 - WP 5.9.3 compat */

  .interior img { height: auto; }