.taptap-by-bonfire-image ul li a {
    font-weight:400;
}

#menu-main .menu-item a {
    font-size: 32px;
}

#menu-main .menu-item a:hover {
    color: #e8e8e8!important;
}


/** if you change the following image-based menu, please check if the other WP installation needed to be changed also **/
/** There are 2 other WP installations >> https://projects.searrp.org/wp/  AND https://www.searrp.org/newsletter/ **/

.taptap-by-bonfire-image > ul > li:nth-child(10) .taptap-image-grid-item > a:before {
    background-image: url(https://www.searrp.org/wp-content/uploads/2020/03/giving.jpg);
}

.taptap-by-bonfire-image > ul > li:nth-child(11) .taptap-image-grid-item > a:before {
    background-image: url(https://www.searrp.org/wp-content/uploads/2020/03/safeguarding3.jpg);
}

.taptap-by-bonfire-image > ul > li:nth-child(12) .taptap-image-grid-item > a:before {
    background-image: url(https://www.searrp.org/wp-content/uploads/2020/03/contact.jpg);
}

/** Plugin only supports animation for menu item up to 10 items only. So we have to manually add here any item more than 10. **/

.taptap-main-wrapper-active .taptap-by-bonfire-image > ul > li:nth-child(11),
.taptap-main-wrapper-active .taptap-by-bonfire-image > ul > li:nth-child(12) {
	-webkit-transition:opacity .75s ease .55s, -webkit-transform .85s ease .55s;
	-moz-transition:opacity .75s ease .55s, -moz-transform .85s ease .55s;
	transition:opacity .75s ease .55s, transform .85s ease .55s;
}
