/* START OF : Common Style Sheet Prooerties Values */
/*Color600 <=>  is the primary theme color*/
/**************** END OF : Common Style Sheet Properties Values ****************/
/*************************************************************
*@description: This file contains the common mixins for scss
*              files used here inproject.
*@author: Jitendra Choudahry
*@email: jitendra@neemiya.com
*@created: 16-sep-2017
*************************************************************/
/*High Resolution Monitors*/
/*Normal Desktop*/
/*Normal*/
/*Phone and Tablets*/
/* Phones in landscope mode*/
/* Mobiles*/
#site-footer {
  padding-bottom: 30px;
}
#site-footer .social-links img {
  width: 30px;
  height: 30px;
}

@media all and (max-width: 640px) {
  #site-footer {
    text-align: center;
  }
  #site-footer .logo-container {
    margin-bottom: 30px;
  }
  #site-footer #footer-col-links > li {
    margin-bottom: 50px;
  }
  #site-footer .social-links {
    margin-top: 30px;
    text-align: center;
  }
}