/*
@package HTM24

################################################################
########### HTM THEME FRONTEND:  ht-style.css
################################################################


Color code references:
-------------------------
Primary
#############

gm-truck-green						#d4ca00


Seconddary
#############

gm-green-ws-gradient-color			#b3c331


*/

/*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;
	}





/**
 *##############################################
		greenmango custom styles
 *##############################################
*/


/*Elementor style fixes & custom styles*/

.gm-divider-fill-color .elementor-shape-fill {
	/*fix default white divider bkgr color
	
	usage		-> 	dd this css class to the targetted elemntor section
	css classes -> 	elementor-shape-fill, elementor-shape-top-fill,
					elementor-shape-bottom-fill
	*/
	fill: #d4ca00 !important;
}
	.gm-divider-top-fill-color .elementor-shape-top .elementor-shape-fill {
		fill: #d4ca00 !important;
	}
	.gm-divider-bottom-fill-color .elementor-shape-bottom .elementor-shape-fill {
		fill: #d4ca00 !important;
	}


/*Elementor GM Booking form 4.0 - visual fix for custom preselect dropdown div */
#gm_booking_form .select__value {
	display: none !important;
}

/*HTM Daily Location widgets small visual fixes*/
htm-wg__weekday-bubble{
	padding-bottom: 200px !important;
}




