/*
*   name           Favourite
*   version        3.3
*   description    Responsive and customizable Joomla!3 template
*   demo           ttp://demo.favthemes.com/favourite/
*   author         FavThemes
*   author URL     http://www.favthemes.com
*   copyright      Copyright (C) 2012-2015 FavThemes.com. All Rights Reserved.
*   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*
******************************************************************************************

/// custom style

******************************************************************************************
*/
#fav-headerwrap, #fav-mainwrap, #fav-leadwrap, #fav-copyrightwrap {
    background-color: #fff4cc;
}

#fav-headerwrap .navigation ul.nav-child {
    background-color: #fffcda;
}

#fav-leadwrap {
    border-bottom : 1px solid #ddd;
}

#fav-sidebar2 .moduletable ul.menubasic {
    border-bottom : 1px solid #ddd;
    border :2px solid #ddd;
}

#fav-slidewrap {
   background-color: #fffee6;
}

#fav-navbar .navbar-inner {
	 background-color: #fff4cc;
     background-image : none;
}

@media handheld, only screen and (max-width: 767px) {

  div[id^="favglyph-icon"],
  div[id*=" favglyph-icon"] {
    width: 50%!important;
  }
}

@media handheld, only screen and (max-width: 980px) {

  div[id^="favglyph-icon"],
  div[id*=" favglyph-icon"] {
    width: 50%!important;
  }
}

	
