/*
Theme Name:     Karma Child Theme
Theme URI:      http://themeforest.net/item/karma-clean-and-modern-wordpress-theme/168737?ref=TrueThemes
Description:    Child theme for the Karma theme 
Author:         TrueThemes
Author URI:     http://themeforest.net/user/TrueThemes?ref=TrueThemes
Template:       karma
Version:        1.0
*/


/* ------- Insert Custom CSS below this line ------- */
#menu-main-nav li strong { font-weight: 800; }
#header .toolbar-left a, #header .toolbar-right a {
    font-size: 12px;
}
#header #phone, #B_sticky_menu #phone { text-align: right; }
#header #phone a, #B_sticky_menu #phone a { font-size: 20px; padding-right: 0px; color:#009bc3; text-decoration: none; }
#header #phone p, #B_sticky_menu #phone p { margin: 0; padding-right: 20px; color: #fff; font-weight: bold; }

@media only screen and (max-width : 1000px){
	#header #phone { text-align: center; }
	#header #phone a, #header #phone p { padding:0; }
}