/* General Hover Link styles
div.header-container .bookend {
  outline: none;
  text-decoration: none;
  position: relative;
  line-height: 2;
  color: #fff;
  display: inline-block;
}


Hover Effect
div.header-container .bookend-vert {}


div.header-container .bookend-vert::after {
  content: '';
  width: 100%;
  height: 2px;
  z-index: -1;
  background: #fff;
  position: absolute;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}


div.header-container .bookend-vert::after {
  left: 0;
  bottom: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

div.header-container .bookend-vert:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

div.header-container .bookend-vert span {
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

header.template-header .navbar-side .mobile-sub-nav ul li:not(.website-phone) {
  display: inline-block;
}

Hover Effect */

.footer-supp-nap {
    background-color: #BF8A31;
    color: rgba(255,255,255,.5);
    font-size: 16px;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-supp-nap a {
    color: #fff;
}

@media (max-width: 767.1px) {
	.footer-supp-nap > .row > div:nth-child(2) {
	  border-top: 1px solid;
        border-top-color: rgba(255,255,255,.15);
        
	}
}

/* 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: #905c02;
	  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 */