/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */

	
.btn-need-help a {
	color: #c8102e !important;
	font-weight: 900;
}
@media screen and (min-width: 1024px) {
	.onepress-menu {
		display: flex;
		align-items: center;
	}
	
	.btn-donate {
		display: flex;
		align-items: center;
		margin: 0 3px;
	}
	
	.btn-donate a {	
		background-color: #c8102e;
		color: #ffffff !important;
		border-radius: 20px;
		line-height: 30px;
		height: 40px; 
		padding: 5px 20px;
	}
}