nav.navbar .navbar-header .header-mobile .navbar-brand img {
  height: 36px;
}
nav.navbar .navbar-header .header-desktop .header-logo-desktop a img {
  width: 250px;
}

.top-bar,
.feature-slider
  .slider__item
  .slider__item-content-wrapper
  .slider__item-content
  .slider__item-title {
  font-size: 15px;
}

footer .footer-main .footer-icons svg,
footer .footer-main .newsletter-logo svg {
  display: none !important;
}

.product-page-banner {
  width: 100%;
  padding: 10px;
  background-color: black;
  position: relative;
}

.product-page-banner > .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(https://www.robinsonsequestrian.com/images/rbn/ig_banner_bg.jpg)
    no-repeat top center;
  background-size: cover;
  opacity: 0.6;
  z-index: 0;
}

.product-page-banner > .content-box {
  z-index: 1;
  text-decoration: none;
  display: flex;
  width: 100%;
  max-width: 800px;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  color: white;
  font-weight: bold;
  margin: auto;
  position: relative;
}

.product-page-banner > .content-box > * {
  display: flex;
  margin: 10px;
}

.product-page-banner .hashtag {
  font-family: "Alternate Gothic No3 D", sans-serif;
  font-size: 1.5em;
}

.product-page-banner .ig-icon {
  width: 26px;
  height: 26px;
  margin: 5px;
}

footer .footer-main #footer-menu ul.top-menu > li .footer-sub-menu li a {
  font-size: 20px;
  color: #333;
}

footer .footer-main #footer-menu ul.top-menu > li .footer-sub-menu li a:hover {
  color: #000;
}

footer {
  background-color: #fff;
  color: #222;
}

footer .company-info .line .item,
footer .company-info .line .item a {
  color: #222;
}

footer .footer-main #footer-menu ul.top-menu > li .menu-header {
  color: #000;
}

footer .footer-main #membership #signup-form .form #email {
  color: #333;
}

footer .footer-main #membership #signup-form .form #signup-submit {
  color: #333 !important;
  border-bottom: 1px solid #333 !important;
}

footer .footer-main #membership #signup-form .form input[type="email"] {
  border-bottom: 1px solid #333 !important;
}

.chooser-banner .main-banner-item .main-banner-main-title b,
.chooser-banner .main-banner-item .main-banner-main-title strong {
  font-family: "Alternate Gothic No3 D", sans-serif;
  text-transform: uppercase;
}

.chooser-banner .main-banner-item .main-banner-sub-title .page-text {
  font-size: 16px;
  line-height: 22px;
}

.chooser-banner .main-banner-item .main-banner-elements {
  bottom: 0;
}

@media (min-width: 1080px) {
  .chooser-banner .main-banner-item .main-banner-elements {
    width: 45%;
    left: 53%;
  }
}

@media (min-width: 1300px) {
  .chooser-banner .main-banner-item .main-banner-elements {
    width: 40%;
    left: 55%;
    height: auto;
  }
}

.main-nav-store-finder {
  display: none !important;
}

#social .social-links .social-link a {
    color: #333;
    background: #333;
    padding: 4px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
