/*!
 *  Olympus Legacy Stylesheet
 */
/* ======================================================================================= 
	LOGO 
======================================================================================= */
a#logo,
header .main-content-col.nav-inline a#logo {
  position: relative;
  z-index: 1000;
  margin-bottom: -40px;
}

@media (min-width: 768px) {
  a#logo,
header .main-content-col.nav-inline a#logo {
    border-right: 1px solid rgba(0, 0, 0, 0.075);
    padding-left: 10px;
    padding-right: 20px;
    width: 200px !important;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  a#logo,
header .main-content-col.nav-inline a#logo {
    width: 300px !important;
  }
}
/* =======================================================================================
	HEADER 
======================================================================================= */
header {
  padding: 15px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

body .sitemanager-page header.sticky-xs,
body .sitemanager-page header.sticky-sm,
body .sitemanager-page header.sticky-md,
body .sitemanager-page header.sticky-lg {
  top: 63px;
}

header .main-content {
  padding: 0 10px;
}

@media (min-width: 768px) {
  header .main-content {
    padding: 0 10px;
  }
}
/* =======================================================================================
	NAV 
======================================================================================= */
nav.navbar {
  padding: 0;
}

nav.navbar .navbar-toggler {
  padding-bottom: 5px;
}

nav.navbar .nav-item.dropdown > .dropdown-menu {
  border-radius: 0;
}

nav.navbar .nav-item .nav-link {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  nav.navbar .navbar-nav {
    padding-left: 20px;
    padding-right: 10px;
  }

  nav.navbar .nav-item.dropdown > .dropdown-menu {
    border-radius: 0.25rem;
  }

  nav.navbar .nav-item .nav-link {
    font-size: 12px;
  }
}
@media (min-width: 850px) {
  nav.navbar .nav-item .nav-link {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  nav.navbar .navbar-nav {
    padding-left: 20px;
    padding-right: 10px;
  }

  nav.navbar .nav-item .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 1200px) {
  nav.navbar .nav-item .nav-link {
    font-size: 1.3rem;
  }
}
/* ======================================================================================= 
	HOME: FEATURED NEWS 
======================================================================================= */
.featured-brand .text-block {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.featured-brand .text-block * {
  text-align: center !important;
}

@media (min-width: 768px) {
  .featured-brand .text-block * {
    text-align: left !important;
  }

  .featured-brand .h3 {
    font-size: 1.55rem;
    font-weight: normal;
  }
}
@media (min-width: 992px) {
  .featured-brand .h3 {
    font-size: var(--bs-h3-size);
    font-weight: var(--bs-h3-weight);
  }
}
/* ======================================================================================= 
	HOME: THREE ACROSS WIDGETS
======================================================================================= */
.top-widgets .h3 {
  font-size: var(--bs-h3-size);
}

.top-widgets .btn-link {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .top-widgets .h3 {
    font-size: 1.55rem;
    font-weight: normal;
  }

  .top-widgets .btn-link {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .top-widgets .h3 {
    font-size: var(--bs-h3-size);
    font-weight: var(--bs-h3-weight);
  }

  .top-widgets .btn-link {
    font-size: 1rem;
  }
}
/* ======================================================================================= 
	HOME: OUR STORE WIDGET
======================================================================================= */
#widget-about-store-hours h5 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  font-weight: 400;
}

/* ======================================================================================= 
	HOME: WIDGET FEEDS
======================================================================================= */
.social-widgets-section {
  border-top: 1px solid rgba(0, 0, 0, 0.075);
}

@media (min-width: 768px) {
  .social-widgets-section .h3 {
    font-size: 1.55rem;
    font-weight: normal;
  }
}
@media (min-width: 992px) {
  .social-widgets-section .h3 {
    font-size: var(--bs-h3-size);
    font-weight: var(--bs-h3-weight);
  }
}
/* ======================================================================================= 
	FOOTER
======================================================================================= */
footer .input-group .form-control {
  background: #eaeaea !important;
}

footer .input-group .form-control:focus,
footer .input-group .form-control:active {
  background: #dddddd !important;
  border-color: #dddddd !important;
}

footer .footerlinks li a:hover,
footer .footerlinks li a:focus,
footer address a:hover,
footer address a:focus,
footer address a:hover strong,
footer address a:focus strong {
  color: var(--bs-primary);
  text-decoration: none;
}

footer p.copyrights,
footer p.copyrights * {
  text-align: center;
}

/*# sourceMappingURL=theme-olympus.css.map */
