/* 
Theme Name:		 Ultra Plumbing and Heating
Theme URI:		 http://www.ultraplumbingandheating.com/
Description:	 Ultra Plumbing and Heating Bespoke Theme Design
Author:			 Freelance-Creator
Author URI:		 https://www.freelance-creator.com/
Template:		 astra
Version:		 1.0.0
Text Domain:	 Astra-child
-------------------------------------------------------------- */ 

/* =Theme customization starts here
------------------------------------------------------- */
.main-header-bar {
	background-color: #31363c;
}

.main-header-menu > .menu-item > a {
	font-size: 14px;
	padding: 0 0.8em;
}

@media (max-width: 1233px) {
	.ast-theme-transparent-header .main-header-menu, .ast-header-break-point .main-header-menu {
		background-color: #31363c;
	}
}

.ast-header-break-point .main-navigation ul li a {
	border-color: #202326;
}

@media (min-width: 1241px) {
	.menu-item::after {
		content: '';
		display: block;
		width: 0;
		height: 2px;
		background: #15a9d0;
		transition: width 1s;
		margin: auto;
	}
	
	.menu-item:hover::after {
		width: 85%;
	}
	
	/*.menu-item.current_page_item::after {
		content: '';
		display: block;
		width: 85%;
		height: 2px;
		background: #98BC61;
		transition: width 1s;
		margin: auto;
	}*/
}