/* CSS for Herefords Favorite Gift Shop */

@charset "UTF-8";

/* Main Menu */
.sp-megamenu-parent>li.active>a {
  color: #6c9117 !important;
  font-weight: bolder;
}

.sp-megamenu-parent>li.active:hover>a {
  color: #692491 !important;
}



/* Off-canvas Menu */
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #6c9117 !important;
}

.offcanvas-menu .offcanvas-inner ul.menu li a:hover {
  color: #692491 !important;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a,
.offcanvas-menu .offcanvas-inner ul.menu>li>span {
  font-size: 24px;
  line-height: 24px;
}


/*Phone size logo*/
@media (max-width: 992px) {
  .logo-image-phone {
    height: 108px !important;
  }
}

/*Complete Header height code for Tablet*/
@media (max-width: 991px) {
  #sp-header {
    height: 130px;
  }

  #sp-header .logo {
    height: 130px;
  }

  .logo-image {
    height: 108px !important;
  }

  #offcanvas-toggler {
    height: 130px;
    line-height: 130px;
  }
}

/*Complete Header height code for all Phones - large, small*/
@media (max-width: 767px) {
  #sp-header {
    height: 110px !important;
  }

  #sp-header .logo {
    height: 110px !important;
  }

  .logo-image {
    height: 96px !important;
  }

  #offcanvas-toggler {
    height: 110px !important;
    line-height: 110px !important;
  }
}