.hide-last-child > svg:last-child, .hide-first-child > svg:first-child {
  display: none;
}

.dashicons {
    font-family: "dashicons";
}

.uppercase {
	text-transform: uppercase;
}

.pd-20 {
	padding: 20px;
}