 [id*='block-footerblock'] {
  background: var(--op-color-middle-grey);
  }

 .footer {
  background: var(--op-color-middle-grey);
  border-top: none;
}

 .footer .footer__social .footer__social-links {
  border-top: 1px solid var(--op-color-swamp-green);
  border-bottom: 1px solid var(--op-color-swamp-green);
  padding-bottom: 13px;
}


  .footer
  .footer__social
  .footer__social-links
  .footer__social-links__title {
  font-weight: 500;
  font-size: 0.967em;
  letter-spacing: 1.88px;
  line-height: 15px;
}

 .footer .footer__social .footer__social-icons {
  margin-top: 14px;
}

 .footer .footer__social .footer__social-icons a i {
  color: var(--op-color-teal) !important;
}

 .footer .footer__subscribe .footer__subscribe__title {
  font-size: 1em;
  letter-spacing: 1.96px;
  color: rgb(179, 179, 179) !important;
}

 .footer .footer__subscribe .footer__subscribe__text {
  margin-top: 20px;
  font-size: 0.95em;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
}


  .footer
  .footer__subscribe
  .footer__subscribe-field
  form
  input[type="email"][id*="edit-mergevars-email"],

  .footer
  .footer__subscribe
  .footer__subscribe-field
  form
  [id*='edit-mergevars-email'] {
  border: 1px solid var(--op-color-teal);
  font-size: 16px;
  color: var(--op-color-satan);
  background: #fff;
  padding: 13px 8px 13px 15px;
}


  .footer
  .footer__subscribe
  .footer__subscribe-field
  form
  input[type="email"][id*="edit-mergevars-email"]:focus,

  .footer
  .footer__subscribe
  .footer__subscribe-field
  form
  [id*='edit-mergevars-email']:focus {
  box-shadow: none;
  outline: none;
}


  .footer
  .footer__subscribe
  .footer__subscribe-field
  form
  .form-submit[id*='edit-submit'] {
  background-color: var(--op-color-teal);
  border-color: var(--op-color-teal);
  padding-left: 11px;
  padding-right: 11px;
  font-size: 12px;
  letter-spacing: 1.96px;
  font-weight: 600;

  max-width: 132px;
}

 .footer__social {
  border-bottom-style: dashed;
}

.footer .footer__contact .footer__contact__links {
  margin-bottom: 20px;
}

.footer .footer__contact .footer__contact__links a[data-facelift] {
  display: none;
}


  .footer
  .footer__contact
  .footer__contact__links
  a[data-facelift] {
  display: block;
}


  .footer
  .footer__contact
  .footer__contact__links
  .footer__contact__link {
  font-weight: 600;
  font-size: 1em;
}


  .footer
  .footer__contact
  .footer__contact__links
  .footer__contact__link
  a {
  /* color: var(--op-color-black-30); */
  color: #b3b3b3;
}


  .footer
  .footer__contact
  .footer__contact__links
  .footer__contact__link:hover
  a {
  color: #000;
}


  .footer
  .footer__contact
  .footer__contact__links
  .footer__contact__link:not(:last-child) {
  margin-bottom: 25px;
}

 .footer .footer__contact__text {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.footer .footer__gi .gi-facelift {
  display: none;
}

 .footer .footer__gi .gi-facelift {
  display: block;
}

 .footer .footer__gi .gi-default {
  display: none;
}

 .footer .footer__logo .op-facelift {
  display: block !important;
  max-width: 200px;
}

 .footer .footer__logo .footer__logo-copy {
  display: block !important;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 1023.9px) {

  .footer [class*="col-"] {
    max-width: 100% !important;
  }


}


@media screen and (min-width: 767.9px) {
   .footer {
    display: grid;
    grid-template-columns: 50% 50%;
  }

   .footer #fl-contact-information,
   .footer #fl-footer-subscription {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  
   .footer__contact {
    margin-top: 0;
  }

   .footer__contact .footer__contact__text {
    max-width: 100%;

    font-size: 13.44px;
    margin-bottom: 42px;
  }

   .footer .footer__contact .footer__contact__links {
    margin-bottom: 14px;
    margin-top: 60px;
  }

  
    .footer
    .footer__contact
    .footer__contact__links
    .footer__contact__link
    a {
    color: #b3b3b3;
    transition: all 0.2s;
  }

  
    .footer
    .footer__contact
    .footer__contact__links
    .footer__contact__link:hover
    a {
    color: var(--op-color-black-30);
  }

   .footer .footer__logo .footer__logo-copy {
    width: 100%;
    margin-top: 0;
  }

   .footer .footer__gi {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

   .footer .footer__social {
    border-bottom: none;
    margin-top: 60px;
  }

   .footer .footer__social .footer__social-links {
    border: none;
  }

  
    .footer
    .footer__social
    .footer__social-links
    .footer__social-links__title {
    color: rgb(179, 179, 179);
    font-weight: bold;
  }

  
    .footer
    .footer__social
    .footer__social-icons
    a:not(:last-child) {
    margin-right: 28px;
  }

   .footer .footer__social .footer__social-icons {
    font-size: 18px;
  }

   .footer .footer__social .footer__social-links {
    padding-bottom: 0;
  }

   .footer .footer__subscribe .footer__subscribe-field form {
    max-width: 80%;
    margin: 0 auto;
  }

  
    .footer
    .footer__subscribe
    .footer__subscribe-field
    form
    input[type="email"][id*="edit-mergevars-email"],
  
    .footer
    .footer__subscribe
    .footer__subscribe-field
    form
    [id*='edit-mergevars-email'] {
    padding: 9px 12px;
    color: #999;
    font-size: 13px;
  }

  
    .footer
    .footer__subscribe
    .footer__subscribe-field
    form
    .form-submit[id*='edit-submit'] {
    font-weight: 400;
  }
}

@media screen and (min-width: 1023.9px) {
   .footer {
    grid-template-columns: repeat(3, 1fr);
  }

   .footer #fl-contact-information {
    grid-column: 1;
  }

   .footer #fl-footer-subscription {
    grid-column: 3;
  }

   .footer #fl-contact-information,
   .footer #fl-footer-subscription {
    grid-row-start: 1;
    grid-row-end: 3;
  }

   .footer .footer__contact .footer__contact__link,
   .footer .footer__contact .footer__contact__text {
    text-align: left;
  }

   .footer .footer__subscribe .footer__subscribe__text {
    text-align: left;
    margin-right: 0;
    margin-bottom: 25px;
    font-size: 13px;
    display: block;
    font-weight: 500;
    color: #666 !important;
    line-height: 17px;
    font-family: "Nunito Sans", sans-serif !important;
  }

   .footer .footer__subscribe .footer__subscribe-field form {
    max-width: 100%;
    margin: 0;
  }

  
    .footer
    .footer__subscribe
    .footer__subscribe-field
    form
    .form-submit[id*='edit-submit'] {
    width: auto;
  }

   .footer #fl-contact-information {
    padding-left: 0;
  }

   .footer #fl-footer-subscription {
    padding-right: 50px;
    padding-left: 50px;
  }

   .footer .footer__social .footer__social-links {
    margin-top: 22px;
    padding-top: 0;
  }
}

@media screen and (min-width: 1365.9px) {
   .footer {
    grid-template-columns: 2fr 1fr 1fr 2fr;
  }

   .footer #fl-footer-subscription {
    grid-column: 4;
  }

   .footer .footer__gi .gi-facelift {
    max-width: 130px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023.9px) and (orientation:portrait) {

.bionic-home footer {
  flex-wrap: nowrap;
}

.footer .footer__gi {
  width: 100%;
}

}

.footer-bar {
  height: 55px;
  background-color: var(--op-color-satan);
  padding-top: 19px;
  display: flex;
  justify-content: center;
}

.footer-bar a {
  color: white !important;
  font-size: 13px;
}

.footer-contact-subitem {
  font-size: 13px;
  display: block;
  font-weight: 500;
  color: #000 !important;
  line-height: 25px;
  font-family: "Nunito Sans", sans-serif !important;
}

@media screen and (min-width: 1023.9px) and (max-width: 1280px){

#fl-footer-subscription{
  max-width: 30% !important;
  padding-right: 0px !important;
}

}

@media screen and (min-width: 1023.9px) and (max-width: 1279px){
  
  #fl-footer-subscription{
    margin-top: 20px;
  }
}



/* MOBILE */
@media screen and (max-width: 480px) {

  .footer-contact-subitem {
    text-align: center;
  }
  
  .footer__logo{
    margin-top: 0px !important;
  }

  .main-logo-footer {
    display: flex;
    justify-content: center;
  }

  #fl-contact-information{
    order: 2 !important;
  }

  #fl-footer-subscription{
    order: 2 !important;
    margin-top: 20px;
  }

}

/* TABLET PORTRAIT */
@media screen and (min-width: 768px) and (max-width: 1023.9px) {

  .main-logo-footer{
    max-width: 50% !important;
    flex: 50% !important;
    display: flex;
    justify-content: center;
  }

  .footer #fl-contact-information{
    flex: 50% !important;
    max-width: 50% !important;
  }

  .footer #fl-footer-subscription{
    flex: 50% !important;
    max-width: 50% !important;
    padding-top: 35px;
  }

  .footer .last-logo-footer{
    flex: 50% !important;
    max-width: 50% !important;
    padding-top: 35px;
  }

  .footer .footer-contact-subitem{
    text-align: center;
  }

  .footer .footer__subscribe .footer__subscribe-field form .form-submit[id*='edit-submit']{
    font-size: 8px !important;
  }




}

.footer__social-links{
  flex-direction: row !important;
}

.footer__social-links__title{
  text-align: end !important; 
  margin-bottom: 0px !important;
  padding-top: 5px;
  padding-right: 30px;
}

.footer__logo .gi-facelift {
  max-width: 180px;
}

.footer__logo .GIJN-logo{
  margin-top: 46px;
}

.footer-bar .instagram-icon i,
.footer-bar .twitter-icon i, 
.footer-bar .youtube-icon i, 
.footer-bar .facebook-icon i,
.footer-bar .tiktok-icon i  {
    color: #ffffff !important;
  }

 .footer-bar .twitter-icon img{
  padding-bottom: 2px;
 }

 .footer-bar a.twitter-icon{
  width: 12px;
 }

@media screen and (max-width: 992px) {

  .order-mobile-2{
    order: 2;
  }

  .order-mobile-1{
    order: 1;
  }

  .footer-bar {
    height: auto;
    padding-bottom: 19px;
  }

  .footer__social-links{
    flex-direction: column !important;
  }

  .footer__social-links__title{
    text-align: center !important;
  }

  .footer__logo img {
    margin: 0 auto;
  }

  .footer__logo .GIJN-logo{
    margin-top: 10px;
  }

  .text-center-cm{
    text-align: center;
  }

  .footer__social-links__title {
    padding-right: 0px;
  }

  .footer-bar .footer__social-links {
    padding-top: 0px !important;
  }

}