/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */


#Top_bar .menu > li.menu-item.book-button > a span:not(.description){
    background-color: #098eff;
    transition: background-color ease-in-out .3s, color ease-in-out .3s;
    border-radius: 10px;
    font-weight: 900;
    line-height:38px;
	color: #ffffff;
    margin-top: 10px;
}
#Top_bar.is-sticky .menu > li.menu-item.book-button > a span:not(.description){
    margin-top: -5px;
}
#Top_bar .menu > li.menu-item.book-button > a span:not(.description):hover{
    background-color:#e9f5fc;
	color: #098eff;
}