/**
* Theme Name: Finpoan Child
* Description: This is a child theme of Finpoan, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: finpoan
* Version: 1.0.8
*/

#btn-form-sub{
	    background-color: var(--e-global-color-primary);
}


#btn-form-sub:hover{
	background-color: var(--e-global-color-secondary);
}


@media only screen and (max-width: 600px) {
	.finpoan-mobile-nav .menu-scroll-mobile img{
	height: auto;
    width: 30px !important;
    margin: unset;
	}
}

