/*
@package HTM24

################################################################
########### HTM THEME FRONTEND:  ht-style.css
################################################################


Color code references:
-------------------------
n/a


*/

/*Import custom fonts*/

/*USAGE: font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif !important;*/
@import url('/wp-content/plugins/ht-manage/inc/assets/fonts/GillSansNova-Book.ttf');
@import url('/wp-content/plugins/ht-manage/inc/assets/fonts/GillSansNova-Bold.ttf');

/*Import custom iconsets*/
@import url('/wp-content/plugins/ht-manage/inc/assets/iconsets/ht_iconset/ht_iconset.css');


/*HT bottomline navigation inline format*/
.menu-ht-bottomline-container>ul{
	text-align: center;
	padding-right: 40px !important;
}
.ht-bottomline-nav li{
		display: inline !important;
		padding-right: 10px;
}
.ht_ico_ht_logo, .ht_ico_st_logo, .ht_ico_tbc_logo{
	display: inline-block !important;
}
/*HT branding*/
.ht_branding{
	display: block !important;
	text-align: center !important;
	margin: auto auto !important;
}
	.ht_branding>a>span{
		/*url*/
		color: #999 !important;
		font-size: 2em !important;
		padding: 5px;
	}
	.ht_branding>span{
		/*no_url*/
		
		font-size: 2em !important;
		padding: 5px;
	}
	.ht_ico_st_logo:before,
	.ht_ico_ht_logo:before,
	.ht_ico_tbc_logo:before{
		/*Override default icon color*/
		color: #999 !important;
	}





/**
 *##############################################
		<CustomerName> custom styles
 *##############################################
*/




