/*
/   name           Basics
/   version        1.2
/   description    Responsive and customizable Joomla!3 template
/   demo           http://demo.favthemes.com/basics
/   author         FavThemes
/   author URL     https://www.favthemes.com
/   copyright      Copyright (C) 2012-2018 FavThemes.com. All Rights Reserved.
/   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*//////////////////////////////////////////////////////////////////////////////
///
///  custom style
///
//////////////////////////////////////////////////////////////////////////////*/

@media only screen and (max-width:425px){
  /*edit-profile.html*/
  
  #member-profile .control-group{
    display: flex!important;
    flex-direction: column!important;
  }

  #member-profile .control-group .controls{
    margin-left: 0!important;
    text-align: center!important;
  }

  #member-profile .control-group .controls input{
    width: 100%!important;
  }
  
}

.item-page div p img{
              background-color: transparent;
}