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

p img { background-color: transparent !important; }

.favth-dropdown-backdrop {
    position: static;
}

li.deeper.parent>ul {display: none;}

/*//////////////////////////////////////////////////////////////////////////////
///
///  Fixed alingnment checkox in form Aanmelden 
///
//////////////////////////////////////////////////////////////////////////////*/

.radio input[type="radio"], .checkbox input[type="checkbox"] {
  	margin: 4px 0 0 -20px;
}

@media (max-width:767px) and (min-width:481px){
  div.checkbox {
    clear: left;
  }
}

/*//////////////////////////////////////////////////////////////////////////////
///
///  List style and margin fixed
///
//////////////////////////////////////////////////////////////////////////////*/


ul{
  margin: 0 0 10px 25px;
  list-style-type: unset;
}