/*
 Theme Name:   Osmosis Child
 Theme URI:    http://themeforest.net/user/greatives
 Description:  Osmosis Child Theme
 Version:      3.5
 Author:       Greatives Team
 Author URI:   http://greatives.eu
 Text Domain:  osmosis
 Template:     osmosis
*/
/*Add a class for giving Donate a blue background in main menu*/
.blueback {
	background:#009bde!important;
	color:#ffffff!important;
	padding-left:10px;
	padding-right:10px;
}
/*Add a class for giving donation link a different background color in main menu*/
li.menu-highlight {
	background:#009bde;
	padding-left:10px;
	padding-right:10px;
	border:.5px solid #009bde;
}
li.menu-highlight a {
	color:#ffffff;
}
li.menu-highlight a:hover {
	background-color:#003b71;
}
img.size-thumbnail {
	width: 150px;
    height: 150px;
    border-radius: 75px;
	z-index: 0;
}
img.round-image {
	border-radius:50%;
}
span.sf-nav-current {border:0}
/*Correct problem with Give Donation custom form fields*/
div[id*="ffm_html"] {
    clear: both;
}
/*Correct problem of dollar sign and numeric amount splitting to two lines on Give Donation form*/
#grve-theme-wrapper input.give-amount-top { 
	width: 125px; 
}
#grve-post-content .wp_cart_product_display_box {
max-width: 250px;
float: left;
text-align: center;
margin: 0 25px 10px 0;
}