#sp-top-bar a {
	color: #fff !important;
}
#sp-top-bar {
    background: #968065;
    color: #fff !important;
}
#sp-header {
    display: flex;
	align-items: center;
	height: 80px;
	width: 100%;
	position: relative;
	z-index: 99;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
	animation: spFadeIn .5s;
}
.sppb-icon.more {
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}
.sp-megamenu-parent > li > a:hover,
.sp-megamenu-parent > li.active > a {
    color: #928166 !important;
}
@media (max-width: 576px) {
  .logo-image-phone {
    height: 51px !important;
  }
}