/**********************************************************
responsive
**********************************************************/
@media only screen and (max-width:600px) {

    #masthead .mt-search-social-wrapper { 
        display: inline-flex;     
        justify-content: center;       
    }

    .footer-column-two .mt-footer-coumn.mt-column-3{
        width: 100%;
    }
  }