/*   
Theme Name: Charitas Child Theme
Theme URI: 
Description: Use this theme to start your Charitas Child Theme development.
Author: Victor Tihai
Author URI: http://wplook.com/
Template: charitas-wpl
Version: 1.0.0.
*/

@import url('../charitas-wpl/style.css');

/*	----------------------------------------------------------
	Donate
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#toolbar .tb-list .cust-fbook a, #toolbar .tb-list .cust-twitter a, #toolbar .tb-list .cust-youtube a, #toolbar .tb-list .cust-newsletter a{
padding-left: 10px;
padding-right: 10px;
padding-top: 12px;
text-transform: uppercase;
height: 28px;
font-size: 14px;	
}


#toolbar .tb-list .cust-fbook a{background-color:#723689;}
#toolbar .tb-list .cust-twitter a{background-color:#723689;}
#toolbar .tb-list .cust-youtube a{background-color:#723689;}
#toolbar .tb-list .cust-newsletter a{background-color:#723689;



}




/* ==|== Hover = = = = = = = = = = = = = = = = = = = = = */

#toolbar .tb-list .cust-fbook a:hover, #toolbar .tb-list .cust-twitter a:hover, #toolbar .tb-list .cust-youtube a:hover, #toolbar .tb-list .cust-newsletter a:hover{
color: #fff;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;	
}





#toolbar .tb-list .cust-fbook a:hover{background: #88A6D3;}
#toolbar .tb-list .cust-twitter a:hover{background: #8EDCF5;}
#toolbar .tb-list .cust-youtube a:hover{background: #F58E8E;}
#toolbar .tb-list .cust-newsletter a:hover{background: #A1D2E2;}



/* ==|== Hover = = = = = = = = = = = = = = = = = = = = = */

#toolbar .tb-list .rss a:hover{
	background: #ff9900;
}

#toolbar .tb-list .contact a:hover{
	background: #20a7ff;
}

#toolbar .tb-list .share a:hover{
	background: #3b3b3d;
}

#toolbar .tb-list .share:hover{
	background: #3b3b3d;
}

#toolbar .tb-list .share:hover .share-items{
	visibility:visible;
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#toolbar .tb-list .search:hover .search-items{
	visibility:visible;
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#toolbar .tb-list .donate a:hover{
	background: #f6c004;
	color: #fff;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}
