/* --------------------------------------------------

DO NOT USE THIS FILE. USE THE BUILT-IN CSS EDITOR
- JOSH @ 2025-01-31
 
-------------------------------------------------- */

/* --------------------------------------------------
  General
  title: #1c2836
  texts: #4d4d4d
-------------------------------------------------- */
body { 
  color: #4d4d4d;
  font-family: 'Lato',sans-serif !important;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
}
body h1, body h2, body h3, body h4, body h5, body h6 { color: #1c2836 !important; text-transform: uppercase; }
h1 {
  background-image: repeating-linear-gradient(to bottom,#0000 0%,#0000 40%,#dfe9f2 41%,#dfe9f2 60%,#0000 61%);
  text-align: center;
  width: auto;
}

h1.archive_header .cat { float: none; }
h1.archive_header {
  border-bottom: 0;
  font-family: 'Fjalla One', arial, sans-serif;
  font-size: 45px;
  font-weight: normal;
  line-height: 36px;
  padding: 0;
  margin-bottom: 50px;
  position: relative;
  top: auto;
  left: auto;
  z-index: 2;
  width: 100%;
}
.post-more a { 
  font-size: 13px;
  line-height: 15px;
}
.widget ul {
  list-style-position: outside;
  padding-left: 20px;
}

/* --------------------------------------------------
  Top Bar
-------------------------------------------------- */
#top { background: #1d1d1d; color: #bebdbd; padding: 16px 2.25% 13px; }
#top * { -webkit-font-smoothing: antialiased; }
#top a {
  color: #bebdbd;
  font-family: 'Fjalla One', arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.6px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 768px) {
  #top ul.nav li a {
    color: #bebdbd;
    font-family: 'Fjalla One', arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.6px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
  }
}



/* --------------------------------------------------
  Logo
-------------------------------------------------- */
header#header {
  background: #000;
  padding: 0;
}

#logo { float: none; padding: 1.25rem 0; text-align: center; }
@media only screen and (min-width: 885px) {
  #navigation { font-family: 'Lato',sans-serif; }
  #navigation ul#main-nav { float: none; margin-right: 0; text-align: center; width: 100%; }
  #navigation ul#main-nav > li { display: inline-block; float: none;  }
  #navigation ul#main-nav > li a { color: #1d1d1d; font-size: 13px !important; }
}


/* --------------------------------------------------
  Footer
-------------------------------------------------- */
#footer-widgets {
  background: #212121 url(https://www.superiorfireworks.com/mm5/themes/retail/images/footer-bg.jpg) center center;
  background-size: cover;
  color: #adb0b4 !important;
}
#footer-widgets h3 { color: #fff !important; border-bottom: 0 !important; }
#footer-widgets .textwidget { color: #adb0b4 !important; }
@media only screen and (min-width: 980px) {
  #footer-widgets .footer-widget-1 {
    display: flex;
    align-items: center;
  }
  #footer-widgets .footer-widget-1 > div { margin: 0; }
}


footer#footer {
  background: #1c1d20;
  border-top: 0;
  padding: 1rem 0;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
footer#footer #copyright { display: block; margin-bottom: 0; text-align: center; width: 100%; }
footer#footer #credit { display: none; }
footer#footer p {
  color: #72757d;
  font-family: 'Fjalla One', arial, sans-serif !important;
  font-size: 12px;
  letter-spacing: 1.92px;
}


/* --------------------------------------------------
  Pageination
-------------------------------------------------- */
.pagination {
  /*vertical-align: top;*/
  text-align: left;
}
.pagination span, .pagination a {
  background: #fff !important;
  border: 1px solid #fff !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  color: #434a54 !important;
  display: inline-block !important;
  font-family: 'Fjalla One', arial, sans-serif !important;
  padding: 10px 5px !important;
  -webkit-font-smoothing: antialiased;
}
.pagination span.current {
  border: 1px solid #ea0605 !important;
  color: #434a54 !important;
  padding: 10px 15px !important;
}


/* --------------------------------------------------
  MAKE FULL WIDTH!
-------------------------------------------------- */
#inner-wrapper, #wrapper {
  max-width:       none !important;
  width:           100% !important; }
.col-full, #wrapper { max-width: none !important; }
@media only screen and (max-width: 767px) {
  #footer-widgets, #footer, #header {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
}


/* --------------------------------------------------
  BUTTON woo-sc-button
-------------------------------------------------- */
.woo-sc-button span { color: #ea0605 !important; }
.woo-sc-button {
  background-color: #fff !important;
  border: 2px solid #ea0605 !important;
  border-radius: 0  !important;
  color: #ea0605 !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: normal !important;
  line-height: 3 !important;
  padding: 0 2.75rem !important;
}

.woo-sc-button:hover span { color: #fff !important; }
.woo-sc-button:hover {
  background-color: #ea0605 !important;
  color: #fff !important;
}


/* --------------------------------------------------
  BUTTON Submit
-------------------------------------------------- */
input[type=submit] {
  background-color: #ea0605 !important;
  border: 2px solid #ea0605 !important;
  border-radius: 0  !important;
  color: #fff !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: normal !important;
  line-height: 3 !important;
  padding: 0 2.75rem !important;
}

input[type=submit]:hover {
  background-color: #ff0100 !important;
  border: 2px solid #ff0100 !important;
}


/* --------------------------------------------------
  BUTTON Comment Reply Link
-------------------------------------------------- */
#comments .comment .reply a.comment-reply-link {
  background-color: transparent !important;
  border: 2px solid #d8d8d8 !important;
  border-radius: 0  !important;
  color: #a2a2a2 !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: normal !important;
}

#comments .comment .reply a.comment-reply-link:hover {
  background-color: #d8d8d8 !important;
  color: #797979 !important;
}