/* footer.css */

#footer, .footer
.footer_content--wrap {}
    .footer_content--items {}
      .footer_content--item {}
        .footer_content--item_wrap{}
          .footer_content--row {}
          .footer_content--col {}
            .footer_content--item_link {}
              .collection--item_img {}

          .collection--row {}
            .collection--item_info{}
              .collection--item_info_link{}


[class*="--col"] {
  /* display: inline-block; */
}

.footer_content--items{
    display: block;
}
@media only screen and (min-width: 48rem){
  .footer_content--items{
      display: flex;
      align-items: stretch;
      margin-left: 0;
      padding: 0;
  }
}

.footer_content--items::after,
.footer_content--items::before {
    content: '';
    display: table;
    clear: both;
}

.footer_content--item.one-quarter {
    /* font-family: "sofia-pro",sans-serif; */
}

.footer_content--item.one-quarter {
    background: #F9F9F9;
    padding: 36px 60px;
}

.footer_content--text_p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 0.5em;
}

.footer_content--text_p {
    margin-bottom: 2rem;
}
@media only screen and (min-width: 36rem){
    .footer_content--text_p {
        margin-bottom: 4rem;
    }
}

.footer_content--details_p,
.footer_content--details_p > * {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    margin-top: 32px;
}
@media only screen and (min-width: 36rem){
    .footer_content--details_p,
    .footer_content--details_p > * {
        font-size: .75rem;
    }
}
.footer_content--details_p:last-of-type {
    margin-top: 0.5rem;
}

.one-quarter, .five-eighth, .one-eighth {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }

.one-quarter, .five-eighth, .one-eighth {
      width: 100%;
      float: left;
}

.one-quarter::after,
.five-eighth::after,
.one-eighth::after,
 {
    content: '';
    display: table;
    clear: both;
}

@media only screen and (min-width: 48rem){

  .one-quarter {
        width: 25%;
  }
  .five-eighth {
        width: 62.5%;

  }
  .one-eighth {
        width: 12.5%;
  }

}

.footer_content--item.five-eighth {
    /* font-family: "sofia-pro",sans-serif; */
}


[class*="--link"]:hover{
  color:var(--secondary);
}


.footer_content--item.five-eighth {
    padding: 30px 40px 0
}

@media only screen and (min-width: 48rem){
    .footer_content--item.five-eighth {
        padding: 88px 0 74px 146px;
    }
}


.five-eighth ul{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8em;
    list-style-type: none;
    margin-left: 0;
}




.five-eighth li{
    width: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 20px 10px;
    margin-bottom: 0;
}
@media only screen and (min-width: 36rem){
    .five-eighth li{
        width: 32%;
        display: inline-block;
        text-align: left;
        padding: 15px 20px 10px 0;
    }
}

.footer_content--item.one-eighth {
}

.one-eighth ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    list-style-type: none;
    margin-left: 0;
}

.one-eighth li {
    margin: 5px;
    display: inline-block;
}

.one-eighth li a {
    padding: 20px;
    display: block;
}

.icon-instagram {
  width: 31px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.icon-instagram g {
  fill:var(--theme_black);
}

a.footer_content--item_link:hover .icon-instagram g,
a.footer_content--item_link .icon-instagram:hover g {
  fill:var(--secondary);
}

.icon-fallback-text{
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}


.section-name {
  --items-per-row:1
}


@media(min-width:36em){
/* 576px */
  .section-name {
    --items-per-row:2
  }

}

@media(min-width:48em){
/* 768px */
  .section-name {
    --items-per-row:3
  }

}


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

@media(min-width:80rem){


}
/* ----------------------------------- */
