.unclickable > a:hover {
  cursor: default;
}

#site-navigation{

}
/* CALL NOW MENU ITEM*/

li.call_now a{
  color:#c02026 !important;
	padding: 10px;
  padding-bottom:10px;
  border:1px solid #c02026 !important;
  /*background: url(http://13.77.59.95/wp-content/uploads/2018/11/phone-receiver-1.png) no-repeat left center #c02026;*/
}

li.call_now a:hover{
	
  color: #fff !important;
  background-color:#c02026;
	text-decoration:none;
}

li.call_now a:hover, a:visited, a:link, a:active
{
    text-decoration: none !important;
  border-bottom:none;
}

/*CLIENT AREA MENU ITEM */

li.client-area a{
  color:#000 !important;
	padding: 10px;
  padding-bottom:10px;
  border:1px solid #000 !important;
  /*background: url(http://13.77.59.95/wp-content/uploads/2018/11/phone-receiver-1.png) no-repeat left center #c02026;*/
}

li.client-area a:hover{
	
  color: #fff !important;
  background-color:#000;
	text-decoration:none;
}

li.client-area a:hover, a:visited, a:link, a:active
{
    text-decoration: none !important;
  border-bottom:none;
}
/*CURRENT MENU ITEM 

li.current-menu-item {
	background: none;
	color:#fff;
  font-style: oblique; 
}*/