/*
==============================
Page: All
Section: Footer
==============================
*/

.footer-copyright {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 15px;
}
.footer-logo img {
  width: 100px;
  height: auto;
}
.widgettitle {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1.3rem;
  display: block;
  text-transform: uppercase;
}
footer a {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  font-family: 'Nota Sans', sans-serif;
}
footer p {
  color: #fff;
}
.textwidget p {
    font-size: 0.9em;
    color: #000;
    font-weight:400;
    line-height:1.8em;
    margin-bottom: .5em;
}
.textwidget p a {
    font-size: 100%;
    font-weight:400;
    color: #000;
}
.widget.widget_nav_menu ul li {
  margin-bottom: 0.7rem;
}
.widget.widget_pages ul li a {
    font-size: 0.9rem;
    color: #fff;
}
.widget.widget_nav_menu li a {
  font-size:16px;
}
.widget.widget_nav_menu li a:hover,
.widget.widget_nav_menu li a:focus,
.widget.widget_nav_menu li a:active,
footer a:hover,
footer a:focus,
footer a:active {
  color: var(--lightGreen);
}
.widget_heateor_sss_follow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem
}
.widget_block.widget_text {
  font-size: 0.85em;
  margin-bottom: 0.5rem;
}
.footer-contact .language-list-wrapper {
  display: none;
}
.legal-col  .language-list-wrapper {
  display: flex;
}
ul.footer-social-media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: -0.5rem;
  margin-top: 1rem;
}
.footer-social-media li {
  margin: 0 0.5rem;
}
.footer-social-media img {
  height: 22px;
  width: auto;
}
.footer-separator {
  font-size: 1.3rem;
}
footer .button {
  height: 48px;
}
footer img {
  width: 230px;
  height: auto;
}
footer .card .color-blue p {
  color: var(--blue);
}
/*
==============================
Footer - Media Queries
==============================
*/

@media (min-width:992px) {
  .widget_block.widget_text {
    font-size: 0.95rem;
  }
  .widget.widget_heateor_sss_follow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: -10px;
  }
  .widget_heateor_sss_follow {
    justify-content: flex-end;
  }
  .footer-copyright {
    font-size: 0.9rem;
  }
  .margin-footer {
    margin-top: 2.2rem;
  }
  .footer-contact .widget_block.widget_text {
    margin-top: .5rem;
  }
  .footer-contact .widget_block.widget_text p,
  .widget_block.widget_text p {
    margin-bottom: 0;
    font-size: 0.9rem;
  }
  .legal-col  .language-list-wrapper {
    display: none;
  }
  .footer-contact .language-list-wrapper {
    display: flex;
  }
  .footer-menu-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .footer-menu-wrapper ul li {
    margin-left: 1rem;
    color: var(--aquaGreen);
    font-weight: 700;
  }
  .widget.widget_nav_menu ul {
    margin-bottom: 1rem;
  }
  footer img {
    width: 250px;
    height: auto;
  }
  
}
@media (min-width:1400px) {

}

@media (min-width:1600px) {

}
