/*
/   name           Favourite
/   version        4.2
/   description    Responsive and customizable Joomla!3 template
/   demo           http://demo.favthemes.com/favourite
/   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
///
//////////////////////////////////////////////////////////////////////////////*/

#fav-logo img {
  max-height: 82px;
}


@media (max-width: 1199px) {
  #fav-logo img {
    max-height: 82px;
  }
}


@media (min-width: 992px) {
  #fav-header{
    display: flex;
  }
  
  #fav-logo{
    margin: auto 0;
  }
}

@media (max-width: 991px) {
  #fav-logo{
    margin-top: 10px;
  }
  #fav-logo h1 a{
	text-align: center;
  }
  #fav-logo img {
    max-height: 50px;
  }
  
}


@media (max-width: 767px) {
  #fav-header{
    display: block;
  }
  
  #fav-logo{
    margin: 10px auto 0;
  }
  
  #fav-logo img {
    max-height: 11px;
  }
  
  #fav-navbarwrap{
    position: fixed;
    width: 100%;
    z-index: 999;
  }
  
  #fav-container{
    padding-top: 50px;
  }
  
  
}