/*---------------------
  Footer
-----------------------*/

  .footer__top {
    padding: 30px 0;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
  }
  
  .footer__top__logo {
    line-height: 40px;
  }
  
  .footer__top__logo a {
    display: inline-block;
  }
 
  .footer__top__social a {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    height: 44px;
    width: 44px;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
    margin-right: 6px;
  }

  .footer__top__social a:hover {
    color: #3a89ff;
  }
  .footer__top__social a:last-child {
    margin-right: 0;
  }
  
  .footer__option {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  
  .footer__option__item {
    text-transform: uppercase;
    margin-bottom: 35px;
    font-size: 1.1em !important;
  }
  
  .footer__option__item h6 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 35px;
  }
  
  .footer__option__item p {
    font-weight: 300;
    margin-bottom: 20px;
  }

  .footer__option__item ul li {
    list-style: none;
  }
  
  .footer__option__item ul li a {
    color: #adadad;
    font-size: 13px;
    font-weight: 300;
    line-height: 32px;
  }
  
  .footer__option__item form {
    position: relative;
  }
  


  @media (min-width: 100px) and (max-width: 991px) {
   ul li .footer__option__item a {
      font-size: 0.8em !important;
    }
    
    #footer  ul li {
      width: 50%;
    }
  }
  
  .footer__copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
  }
  
  .footer__copyright__text {
    margin-bottom: 0;
  }

  footer p {
    font-size: 13px;
    color: #adadad;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
  }
  


.sm-button:hover{

    background: linear-gradient(to right, #081b30c9, #081b30c9	) !important;

}



    .sub-footer{
    background:#181818 !important; 
    width:100%;
    padding:11px 0;
    padding-top: 1px !important;
    text-align:center;
    color:gray;
    font-size:14px;
    margin: 0px !important;
	margin-bottom: 0px !important;
	margin-top: 10px !important;
    }
    
    @media (max-width:1100px){
    footer .column:nth-child(1) a:nth-child(3),footer .column:nth-child(1) a:nth-child(4),footer .column:nth-child(1) a:nth-child(5){
    width:23px;
    height:23px;
    font-size:1.1em;
    margin:6px;
    }
    }
    
    
    @media (max-width:820px){
    footer .column:nth-child(1){
    width:95%;
    display:block;
    }
    footer .column:not(:first-child){
    width:40%;
    }
    footer .column:nth-child(4),footer .column:nth-child(5){
    width:95%;
    display:block;
    }
    footer .column:nth-child(1) a:nth-child(3),footer .column:nth-child(1) a:nth-child(4),footer .column:nth-child(1) a:nth-child(5){
    width:28px;
    height:28px;
    font-size:1.3em;
    }
    }
