div.header-top a.homeButton
	{
	display:block;
	border: 1px solid #fff;
	padding: 5px 10px;
	background: transparent;
	transition: background-color 0.5s ease;
	}

div.header-top a.homeButton:hover
	{
	border: 1px solid #fff;
	color: #122ff1;
	background-color: #fff!important;
	}


header.template-header.multiple-phones .header-top li.website-phone .phone-label {
    display: inline-block;
}

/* RRM Mobile Phone Icon */
	a.tap-to-call-mobile {
	  box-shadow: 2px 0px 9px 0px rgb(0 0 0 / 39%);
	  -webkit-box-shadow: 2px 0px 9px 0px rgb(0 0 0 / 39%);
	  -moz-box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.39);
	  padding: 14px 18px;
	  background: #08762B;
	  border-radius: 100%;
	  position: fixed;
	  z-index: 9999;
	  bottom: 8px;
	  right: 8px;
	  width: 70px;
	  display: block;
	}

	a.tap-to-call-mobile>i {
	  color: #fff;
	  font-size: 40px !important;
	}


	@media only screen and (min-width: 768.1px) {
	  a.tap-to-call-mobile {
	    display: none;
	  }
	}

	@media only screen and (max-width: 768px) {
	  a.tap-to-call-mobile {
	    display: block;
	  }
	}
/* RRM Mobile Phone Icon */