/**
 * Theme Name: Jaja Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.menu-primary-menu-container .menu-item::before {
  color: #ffdd0b;
  content: "\25A0";
	font-size: 14px;
  margin-right: 5px;
}
#footer .menu-item::before {
  color: #ffdd0b;
  content: "\25A0";
	font-size: 14px;
  margin-right: 5px;
}
.business-block {
    margin-top: 56px;
    min-height: 168px;
        background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: #218f62;
    opacity: 1 !important;
    text-align: center;
    padding: 15px;
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
}
