/* Codestich Footer Styles */

/*-- -------------------------- -->
<---          Footer            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cs-footer-1761 {
    padding: var(--sectionPadding);
    /* 30px - 50px */
    padding-bottom: clamp(1.875rem, 5vw, 3.125rem);
    position: relative;
  }
  #cs-footer-1761 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 4.25rem;
  }
  #cs-footer-1761 .cs-logo-group {
    /* takes up all the space, lets the other ul's wrap below it */
    width: 100%;
    /* 40px - 60px */
    margin: 0 0 clamp(2.5rem, 7vw, 3.75rem);
    position: relative;
    text-align: center;
  }
  #cs-footer-1761 .cs-logomark {
    width: auto;
    height: 6.25rem;
    opacity: 0.12;
  }
  #cs-footer-1761 .cs-title {
    /* 31px - 39px */
    font-size: clamp(1.9375rem, 7vw, 3.0625rem);
    max-width: 23ch;
    margin: 3rem auto 0.5rem;
    text-align: center;
    display: block;
  }
  #cs-footer-1761 .cs-outline {
    /* 31px - 39px */
    font-size: clamp(1.9375rem, 1vw, 2.4375rem);
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.2em;
    text-align: center;
    display: block;
    margin: 0 auto;
  /* Make solid orange rather than outlined */
  color: var(--primary);
  -webkit-text-stroke: 0;
  }
  #cs-footer-1761 .cs-header {
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    display: block;
    position: relative;
    text-align: center;
  }
  #cs-footer-1761 .cs-logo {
    width: 13.5625rem;
    height: auto;
    justify-content: center;
  }
  #cs-footer-1761 .cs-text {
    max-width: 25.75rem;
    margin: 1rem 0 0;
    text-align: center;
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
  #cs-footer-1761 .cs-ul-wrapper {
    margin: 0 0 3.75rem;
    justify-content: center;
    width: 100%;
    max-width: 20rem;
  }
  #cs-footer-1761 .cs-ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  #cs-footer-1761 .cs-ul-contact {
    /* 32px - 40px */
    margin: clamp(2rem, 5vw, 2.5rem) 0 0;
    gap: 2rem;
    text-align: center;
  }
  #cs-footer-1761 .cs-li {
    list-style: none;
    text-align: center;
  }
  #cs-footer-1761 .cs-topper {
    /* 12px - 14px */
    font-size: clamp(0.75rem, 2vw, 0.875rem);
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--bodyTextColor);
    display: block;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  #cs-footer-1761 .cs-contact {
    /* 16px - 20px */
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 700;
    line-height: 1.2em;
    text-decoration: none;
    color: var(--headerColor);
    text-align: center;
  }
  #cs-footer-1761 .cs-link {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    text-align: left;
    text-decoration: none;
    color: var(--bodyTextColor);
    display: inline-flex;
    align-items: flex-start;
    gap: 0.5rem;
    transition: color 0.3s;
  }
  #cs-footer-1761 .cs-link:hover {
    color: var(--primaryLight);
  }
  #cs-footer-1761 .cs-bottom {
    width: 100%;
    max-width: 80rem;
    /* 28px - 40px */
    margin: 0 auto;
    padding-top: clamp(1.75rem, 3vw, 2.5rem);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    text-align: center;
  }
  #cs-footer-1761 .cs-credit,
  #cs-footer-1761 .cs-bottom-link,
  #cs-footer-1761 .cs-credit-link {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    text-decoration: none;
    width: auto;
    margin: 0;
    color: var(--bodyTextColor);
    display: inline-block;
    position: relative;
    transition: color 0.3s;
  }
  #cs-footer-1761 .cs-credit-link {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    text-decoration: none;
    width: auto;
    margin: 0;
    color: inherit;
    display: inline-block;
    position: relative;
    text-align: center;
  }
  #cs-footer-1761 .cs-credit-link:hover {
    color: var(--primary);
  }
  #cs-footer-1761 .cs-bottom-links {
    display: flex;
  }
  #cs-footer-1761 .cs-bottom-link {
    display: flex;
    align-items: center;
  }
  #cs-footer-1761 .cs-bottom-link:hover {
    color: var(--primary);
  }
  #cs-footer-1761 .cs-bottom-link:last-of-type:before {
    /* separator */
    content: "";
    width: 1px;
    height: 0.875rem;
    margin: 0 0.75rem;
    background: currentColor;
    opacity: 1;
    display: block;
  }
}

/* Small Mobile - 320px and below */
@media only screen and (max-width: 20rem) {
  #cs-footer-1761 .cs-container {
    padding: 0 1rem;
  }
  #cs-footer-1761 .cs-title {
    font-size: clamp(1.5rem, 8vw, 2rem);
  }
  #cs-footer-1761 .cs-outline {
    font-size: clamp(1.5rem, 8vw, 2rem);
  }
  #cs-footer-1761 .cs-header {
    font-size: 1.25rem;
  }
  #cs-footer-1761 .cs-contact {
    font-size: 1rem;
  }
  #cs-footer-1761 .cs-topper {
    font-size: 0.75rem;
  }
  #cs-footer-1761 .cs-text {
    font-size: 0.875rem;
  }
  #cs-footer-1761 .cs-credit,
  #cs-footer-1761 .cs-credit-link {
    font-size: 0.875rem;
  }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #cs-footer-1761 .cs-container { justify-content: flex-end; }
  #cs-footer-1761 .cs-logo-group { 
    width: fit-content; 
    margin: 0; 
    margin-right: auto; 
    text-align: center;
  }
  #cs-footer-1761 .cs-title {
    text-align: center;
    margin: 3rem auto 0.5rem;
  }
  #cs-footer-1761 .cs-outline {
    text-align: center;
    margin: 0 auto;
  }
  #cs-footer-1761 .cs-ul-wrapper { margin: 0; }
  #cs-footer-1761 .cs-bottom { /* 60px - 80px */ margin-top: clamp(3.75rem, 6vw, 5rem); }
}
