/*########################################

Project:	WOL LCM tracker Front End
Version:	0.0.1
Last Change:	05/04/2021
Developed:	dpDesignz - www.dpdesignz.co.nz

#########################################*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400&display=swap");
.Fear {
  display: none;
}

/* CSS Naming based on CSS Guidelines ~ https://cssguidelin.es/#naming-conventions */
@-webkit-keyframes decrement-prev {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes decrement-prev {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes decrement-next {
  from {
    opacity: 0;
    -webkit-transform: translateY(-27px);
    transform: translateY(-27px);
  }
}
@keyframes decrement-next {
  from {
    opacity: 0;
    -webkit-transform: translateY(-275px);
    transform: translateY(-27px);
  }
}
@-webkit-keyframes increment-prev {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes increment-prev {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes increment-next {
  from {
    opacity: 0;
    -webkit-transform: translateY(27px);
    transform: translateY(27px);
  }
}
@keyframes increment-next {
  from {
    opacity: 0;
    -webkit-transform: translateY(27px);
    transform: translateY(27px);
  }
}
*, body.cs-components .cs-h1, body.cs-components .cs-h2, body.cs-components .cs-h3, body.cs-components .cs-h4, body.cs-components .cs-h5, body.cs-components .cs-h6, body.cs-components .cs-subtitle1, body.cs-components .cs-subtitle2, body.cs-component__typography .cs-h1, body.cs-component__typography .cs-h2, body.cs-component__typography .cs-h3, body.cs-component__typography .cs-h4, body.cs-component__typography .cs-h5, body.cs-component__typography .cs-h6, body.cs-component__typography .cs-subtitle1, body.cs-component__typography .cs-subtitle2 {
  font-family: "Roboto", sans-serif;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/* ==========================================================================
   Custom Front End Styling
   ========================================================================== */
/* Body Layouts */
body .wrapper {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body .wrapper {
    max-width: 95%;
  }
}
@media screen and (min-width: 992px) {
  body .wrapper {
    max-width: 1400px;
  }
}

/*------------------------------------*\
  #HEADER
\*------------------------------------*/
body #cs-header,
body.cs-page #cs-header {
  padding: 10px;
}
body #cs-header #header__logo,
body.cs-page #cs-header #header__logo {
  padding: 0 20px;
}
body #cs-header #header__logo a svg,
body.cs-page #cs-header #header__logo a svg {
  height: 45px;
}
@media screen and (min-width: 992px) {
  body #cs-header #header__nav,
body.cs-page #cs-header #header__nav {
    text-align: right;
  }
}
body #cs-header #header__nav nav ol,
body.cs-page #cs-header #header__nav nav ol {
  text-transform: initial;
}
body #cs-header #header__nav nav ol li a,
body.cs-page #cs-header #header__nav nav ol li a {
  font-size: 18px;
  font-weight: normal !important;
  color: #222;
}
body #cs-header #header__nav nav ol li a:hover,
body #cs-header #header__nav nav ol li a :focus,
body.cs-page #cs-header #header__nav nav ol li a:hover,
body.cs-page #cs-header #header__nav nav ol li a :focus {
  color: #000;
  border-bottom-color: #db0f32;
}
body #cs-header #header__account-menu,
body.cs-page #cs-header #header__account-menu {
  padding-bottom: 4px;
}

/*------------------------------------*\
  #MAIN CONTENT
\*------------------------------------*/
body > #content {
  grid-area: content;
  grid-gap: 0;
  padding-top: 90px;
}
@media screen and (min-width: 992px) {
  body > #content {
    padding-top: 156px;
  }
}
body > #content .csc-breadcrumbs {
  padding-top: 0.65rem;
  padding-left: 11px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border-bottom: none;
}
body > #content .csc-breadcrumbs .csc-breadcrumb {
  font-size: 0.825em;
  color: #616161;
  letter-spacing: 0;
  line-height: 26px;
  transition: all 0.2s ease-in;
}
body > #content .highlighted {
  background-color: #f0f0f0;
}
body > #content .paper {
  padding: 20px;
  background-color: white;
  box-shadow: 0 8px 24px rgba(231, 235, 237, 0.6);
}
body > #content #results-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "r_sidebar" "r_content";
}
@media screen and (min-width: 992px) {
  body > #content #results-layout {
    grid-template-columns: 300px 1fr;
    grid-template-areas: "r_sidebar r_content";
    grid-gap: 1rem;
  }
}
body > #content #results__sidebar {
  grid-area: r_sidebar;
  padding: 0 12px;
}
body > #content #results__sidebar h3 {
  margin: 5px 0 10px;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
body > #content #results__sidebar #sidebar__child-categories h3 {
  margin-bottom: 0px;
  border-bottom: none;
}
body > #content #results__sidebar #sidebar__child-categories h3 small {
  font-size: 0.85rem;
}
body > #content #results__sidebar #sidebar__child-categories__description {
  padding-bottom: 10px;
  font-size: 0.875rem;
  letter-spacing: 0.0178571429em;
  line-height: 1.25rem;
}
body > #content #results__sidebar #sidebar__child-categories ol {
  margin-top: 0px;
  padding: 10px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
body > #content #results__sidebar #sidebar__child-categories ol li {
  padding: 5px 0;
}
body > #content #results__sidebar #sidebar__child-categories ol li a {
  font-size: 0.9rem;
  color: #616161;
}
body > #content #results__sidebar #sidebar__child-categories ol li a:hover {
  color: #212121;
}
body > #content #results__content {
  grid-area: r_content;
}
body > #content #results__content #switch-display button {
  padding: 0 5px;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: #616161;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
body > #content #results__content #switch-display button:hover, body > #content #results__content #switch-display button.dsp-active {
  color: #3f51b5;
}
body > #content #results__content #sortby {
  position: relative;
  display: inline-block;
  width: 200px;
  font-size: 0.8em;
  letter-spacing: 0.5px;
}
body > #content #results__content #sortby strong {
  font-weight: 700;
}
body > #content #results__content #sortby__list {
  position: absolute;
  display: none;
  margin: 0;
  margin-top: 5px;
  padding-bottom: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  z-index: 5;
  border-radius: 4px;
}
body > #content #results__content #sortby__list.open {
  display: block;
}
body > #content #results__content #sortby__list li:hover, body > #content #results__content #sortby__list li:focus, body > #content #results__content #sortby__list li.sort-active {
  background-color: #3f51b5;
  color: white;
}
body > #content #results__content #sortby__list li:hover a, body > #content #results__content #sortby__list li:focus a, body > #content #results__content #sortby__list li.sort-active a {
  color: inherit;
}
body > #content #results__content #sortby__list a {
  display: block;
  padding: 4px 20px;
  color: #212121;
  font-weight: bold;
}
body > #content #results__showing p {
  font-size: 0.9rem;
  color: #616161;
}
body > #content #results__pagination {
  margin: 20px 0;
  font-size: 0.9rem;
  color: #616161;
  text-align: center;
}
@media screen and (min-width: 992px) {
  body > #content #results__pagination {
    text-align: right;
  }
}

/*------------------------------------*\
  #SIDEBAR CONTENT
\*------------------------------------*/
/*------------------------------------*\
  #FOOTER
\*------------------------------------*/
body > footer {
  grid-area: footer;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "footer_links" "footer_smallprint" "footer_social" "footer_powered";
  padding: 0 20px;
  border-top: 3px solid #4e5765;
}
@media screen and (min-width: 768px) {
  body > footer {
    grid-template-columns: 3fr 1fr;
    grid-template-areas: "footer_links footer_links" "footer_social footer_social" "footer_smallprint footer_powered";
    padding: 0 14px;
  }
}
@media screen and (min-width: 992px) {
  body > footer {
    grid-template-columns: 3fr 1fr;
    grid-template-areas: "footer_links footer_social" "footer_smallprint footer_powered";
    padding: 0 14px;
  }
}
body > footer #footer {
  padding: 24px 0;
}
body > footer #footer__links h6, body > footer #footer__social h6 {
  margin: 20px 0;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  body > footer #footer__links h6, body > footer #footer__social h6 {
    margin: 30px 0;
  }
}
body > footer #footer__links {
  grid-area: footer_links;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  body > footer #footer__links {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 20px 0 30px 30px;
  }
}
@media screen and (min-width: 992px) {
  body > footer #footer__links {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px 0 30px 50px;
  }
}
body > footer #footer__links p {
  font-size: 13px;
  line-height: 16px;
}
body > footer #footer__links #menu-output-3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
body > footer #footer__links #menu-output-3 li {
  margin: 15px 0;
  padding: 0;
  font-size: 13px;
  line-height: 16px;
}
body > footer #footer__links #menu-output-3 li a {
  color: var(--font-color);
}
body > footer #footer__links #menu-output-3 li a:hover, body > footer #footer__links #menu-output-3 li a:focus {
  color: var(--secondary-color);
  text-decoration: underline;
}
body > footer #footer__smallprint {
  grid-area: footer_smallprint;
  margin: 24px 0 0;
  height: 80px;
}
@media screen and (min-width: 768px) {
  body > footer #footer__smallprint {
    margin-top: 5px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 992px) {
  body > footer #footer__smallprint {
    padding: 0 50px;
  }
}
body > footer #footer__smallprint p {
  margin: 0;
  font-size: 12px;
}
body > footer #footer__smallprint-links {
  color: #4b4b4b;
}
body > footer #footer__smallprint-links a {
  color: inherit;
}
body > footer #footer__smallprint-links a:hover {
  text-decoration: underline;
}
body > footer #footer__smallprint-copyright {
  padding-top: 5px;
  opacity: 0.6;
}
body > footer #footer__smallprint-disclaimer {
  padding-top: 5px;
}
body > footer #footer__social {
  grid-area: footer_social;
}
@media screen and (min-width: 768px) {
  body > footer #footer__social {
    padding: 0 0 30px 30px;
  }
}
@media screen and (min-width: 992px) {
  body > footer #footer__social {
    padding: 20px 0 30px;
  }
}
body > footer #footer__social h6 {
  margin-bottom: 20px;
}
body > footer #footer__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: white;
}
body > footer #footer__social a i {
  color: var(--primary-color);
}
body > footer #footer__social a:hover, body > footer #footer__social a:focus {
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
body > footer #footer__powered {
  grid-area: footer_powered;
  display: flex;
  align-items: end;
  margin-top: 24px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  body > footer #footer__powered {
    justify-content: end;
    margin-top: 0;
    margin-right: 26px;
  }
}
body > footer #footer__powered p {
  margin: 0;
  font-size: 12px;
  color: #4b4b4b;
  font-weight: 200;
}
body > footer #footer__powered p a {
  color: inherit;
}
body > footer #footer__powered p a:hover, body > footer #footer__powered p a:focus {
  text-decoration: underline;
}
body.main-home > footer, body.blacksmithing-home > footer, body.farriers-home > footer, body.saddlery-home > footer {
  background-color: #4e5765;
}
body.main-home > footer > *,
body.main-home > footer > * p,
body.main-home > footer > * a, body.blacksmithing-home > footer > *,
body.blacksmithing-home > footer > * p,
body.blacksmithing-home > footer > * a, body.farriers-home > footer > *,
body.farriers-home > footer > * p,
body.farriers-home > footer > * a, body.saddlery-home > footer > *,
body.saddlery-home > footer > * p,
body.saddlery-home > footer > * a {
  color: white !important;
}
body.main-home > footer .wrapper, body.blacksmithing-home > footer .wrapper, body.farriers-home > footer .wrapper, body.saddlery-home > footer .wrapper {
  border-top: none;
}
body.main-home > footer #footer__social a, body.blacksmithing-home > footer #footer__social a, body.farriers-home > footer #footer__social a, body.saddlery-home > footer #footer__social a {
  background-color: #4e5765;
}
body.main-home > footer #footer__social a i, body.blacksmithing-home > footer #footer__social a i, body.farriers-home > footer #footer__social a i, body.saddlery-home > footer #footer__social a i {
  color: white;
}
body.main-home > footer #footer__social a:hover, body.main-home > footer #footer__social a:focus, body.blacksmithing-home > footer #footer__social a:hover, body.blacksmithing-home > footer #footer__social a:focus, body.farriers-home > footer #footer__social a:hover, body.farriers-home > footer #footer__social a:focus, body.saddlery-home > footer #footer__social a:hover, body.saddlery-home > footer #footer__social a:focus {
  background-color: white;
}
body.main-home > footer #footer__social a:hover i, body.main-home > footer #footer__social a:focus i, body.blacksmithing-home > footer #footer__social a:hover i, body.blacksmithing-home > footer #footer__social a:focus i, body.farriers-home > footer #footer__social a:hover i, body.farriers-home > footer #footer__social a:focus i, body.saddlery-home > footer #footer__social a:hover i, body.saddlery-home > footer #footer__social a:focus i {
  color: #4e5765;
}

/*------------------------------------*\
  #CUSTOM SECTION STYLES
\*------------------------------------*/
body#lcm-homepage #cs-main {
  background: #0274be url("../img/Youth-Ministries-All-3-overlay.jpg") center center;
  background-size: cover;
}
body#lcm-homepage #cs-main .csc-wrapper {
  padding-top: 20vh;
  text-align: center;
}
body#lcm-homepage #cs-main .csc-wrapper h1 {
  color: #73D1F5;
  font-size: 3em;
  font-weight: 600;
  text-transform: uppercase;
}
body#lcm-homepage #cs-main .csc-wrapper p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 48px;
}

/*# sourceMappingURL=main.css.map */
