/*
/   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
///
//////////////////////////////////////////////////////////////////////////////*/

.nav > li > a {
    background: none;
    padding-top: 14px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #e2e2e2;
	border-color: #ffffff;
}
#fav-footerwrap a {
    color: #FFFFFF;
	background: none;
}

/*ul.menufavth-basic li a,*/
ul.menufavth-basic li .nav-header {
  font-family: inherit;
  color: #444;
  padding: 12px 14px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  text-shadow: none;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0px;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  background: #e7e7e7;
}

ul.menufavth-basic li .nav-header::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "";
  padding-left: 10px;
  padding-right: 0;
  color: #e7e7e7;
  float: right;
  font-size: 15px;
  line-height: 1.4;
}

ul.menufavth-basic li .nav-header:hover,
ul.menufavth-basic li .nav-header:focus {
  color: #444;
  background-color: #e7e7e7;
}