/**
 * #.# Footer
 * #.#  Client Custom Styles
 *
 * Footer area styles including layout, typography, and social links.
 */

/* =============================
  # Theme Colours
============================= */

footer {
  background-color: #2f4946;
  color: #fff;
  font-family: Protas Raisonne,Roboto,Helvetica Neue,Arial,sans-serif;
  padding-bottom: 4rem;
  padding-top: 4rem;
}


.scheme-purple footer {background-color:var(--purple)}

.footer-border{
  border-color: #566b65;
  margin: 3rem 0;
  width: 100%;
display:block;border-top:solid 1px var(--green)}

.footer-logo img{width:100%;height:auto;padding-right: 0px;max-width:110px}
.footer-logo {position: relative; display: flex; align-items: center; height: 100%;}
.footer-menu-container{}
.footer-menu-container ul{list-style:none;padding:0;margin:0;margin-top: -10px;}
.footer-menu-container ul li{margin-bottom: -2px;}
.footer-menu-container ul li a{color:var(--white);font-size: 1.125rem;line-height:40px;border-bottom:1px solid rgba(225,225,225,0);transition:.2s ease-in-out all}
.footer-menu-container ul li a:hover{color:var(--white);border-bottom:1px solid rgba(225,225,225,9);transition:.2s ease-in-out all}
footer p, footer a  {color:var(--white);font-size:18px;line-height:19px;}
footer a:hover{color:var(--green)}
.sub-footer{padding:30px 0}
.footer-menu-legal{list-style:none;padding:0;margin:0}
.footer-menu-legal li{display:inline-block}
.sub-footer p {color:var(--white);font-size:13px;line-height:15px;}
.sub-footer a{border-bottom:1px solid rgba(225,225,225,.15);transition:.2s ease-in-out all}
.sub-footer a:hover{border-bottom:1px solid rgba(225,225,225,9);transition:.2s ease-in-out all}
.footer-email {padding-bottom:38px;margin-top: -9px;}
.footer-email a{border-bottom:1px solid rgba(225,225,225,.0);transition:.2s ease-in-out all}
.footer-email a:hover{color:var(--green);border-bottom:1px solid rgba(0, 188, 138,9);transition:.2s ease-in-out all}

.webheads_link {
  display: inline-block;
  font-size: 0.7rem;
  line-height: 130%;
  padding: 10px 0 0 0;
  border-bottom:1px solid rgba(225,225,225,0);transition:.2s ease-in-out all
}

.webheads_link:hover {color:var(--white);border-bottom:1px solid rgba(225,225,225,9);transition:.2s ease-in-out all}
.footer-social-block {display: inline-flex;margin-top:-3px}
.footer-social-block ul {list-style:none;padding:0;margin:0;margin-left: 20px;margin-top: -2px;}
.footer-social-block a {color:var(--white);transition:.2s ease-in-out all;font-size:22px}
.footer-social-block a:hover {color:var(--yellow);transition:.2s ease-in-out all}


@media (max-width: 992px) {
.footer-menu-container {padding: 20px 0px 0px 0px;}
footer .col-lg-6.text-end {text-align: left!important;margin-top:20px}	
}

@media (max-width: 768px) {
.footer-logo {width: 110px;margin: auto;margin-bottom:25px}
}