footer.main-footer{
  padding-bottom:1em;
  padding-top: 2em;
}

.main-footer{
  /*   font-size:0.85em; */
}

.footer-area .title{
  font-weight:bold;
}

.footer-area .cols:not(:last-of-type){
  margin-right:2%;
}

.footer-area .cols ul{
  padding-left: 0.5em !important;
}

.footer-area .cols .hs-menu-depth-1 {
  position:relative;
  display: block !important;
  max-width: none;
  min-width: initial;
  width: 100%
}

.footer-area .cols .hs-menu-depth-1 a:before{
  content:"-";
  margin-right: 0.5em;

}


.footer-area .col-2 a,
.footer-area .col-1 a {
  text-decoration: none !important;
  color: inherit !important;
  overflow: visible !important;
  white-space: normal !important;
  max-width: none !important;
  width: 100% !important;
  text-decoration: none !important;
  display: block !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left;
  color:#F6F8F9 !important;
}

.footer-area .col-4 .subscript-message,
.footer-area .col-3 .footer-address,
.footer-area .col-2 a,
.footer-area .col-1 a {
  font-size: 0.9em;
}

.footer-area a:hover{
  color: #038c7f !important;
}


/* column 3*/
.footer-area .col-3{
  min-width: 25%;
}

.footer-area .footer-address ul {
  list-style: none;
  margin: 0;
}

.footer-area .footer-address a {
  display: block;
  text-decoration: none;
  padding: 10px 0 10px 1.3em;
  position:relative;
}

.footer-area .footer-address a:before{
  content:"\f095";
  position:absolute;
  left: -0.2em;
  font-family:fontAwesome;
  font-size:1.2em;
  top: 6px;
}

.footer-area .footer-address .fax a:before{
  content:"\f1ac";
}

.footer-area .footer-address .email a:before{
  content:"\f003";
}


/* column 4 */
.footer-area .col-4{
  min-width: 33%;
}

.footer-area .col-4 .title{
  margin-bottom:0.5em;
}

.footer-area .simple-sub-form h3{
  display:none;
}


.footer-area .simple-sub-form input[type="submit"],
.footer-area .simple-sub-form form input[type="email"]{
  border-radius:0 !important;
  margin: 0 !important;
  font-size:1em !important;
}


/* Footer social  */
.footer-area .footer-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-area .footer-social li {
  margin-right: 1em;
  width: 2.2em;
  height: 2.2em;
  border: solid 1px #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 2.6;
}

.footer-area .footer-social a {
  text-decoration: none !important;
  color: inherit !important;
  display: block;
}

.footer-area .footer-social li:hover {
  border-color: #900;
  background-color: #900;
  color: #fff !important;
}


/* copywrite 
* //////////////*/
.container-wrap.copywrite {
  border-top: solid 1px rgba(246, 248, 249, 0.21);
  margin-top: 2em !important;
  padding-top: 1.2em;
  font-size: 0.8em;
}

.container-wrap.copywrite .col-1 {
  max-width: 12em;
  width: 100%;
}

.copywrite .col-2{
  text-align:right;
}



@media(max-width:850px){
  .footer-area .col-1,
  .footer-area .col-2{
    display:none;
  }

  .footer-area .col-4 {
    min-width: 55%;
  }

  .footer-area .simple-sub-form {
    margin-left: 0;
  }
}


@media(max-width:550px){
  .section-wrap.main-footer {
    padding: 2em 0 !important;
  }

  .copywrite .cols,
  .footer-area .cols{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;
    margin-right: 0 !important;
    max-width:none !important;
    width:100%;
  }

  .footer-area .title{
    font-size: 1.2em;
  }

  .footer-area .col-3{
    margin-bottom:1em;
    border-bottom:solid 1px rgba(246, 248, 249, 0.21);
    padding-bottom:1em;
  }

  .footer-area .simple-sub-form{
    margin-left: 0;
  }

  .copywrite .cols{
    text-align:center;
    max-width:none;
  }

  .copywrite .col-1 .image{
    max-width:10em;
    width:100%;
    margin:auto;
    margin-bottom:1em;
  }
}


@media(max-width:410px){
  .footer-area .simple-sub-form input[type="submit"]{
    margin-top:0.3em !important;
  }


}





/* --- if leadin is active --  */

body.top-leadin-active section.bz-header-nav {
    margin-top: 46px;
    background: white;
}

