/*
*   name           Favourite
*   version        3.4
*   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-2016 FavThemes.com. All Rights Reserved.
*   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*
******************************************************************************************

/// custom style

******************************************************************************************
*/
/*=========================================================================== */

/* 1. GENERAL CSS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
body {
	font-family: Merriweather, Open Sans, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
}

h3 {
	font-size: 20px;
	font-weight: 900 !important;
	line-height: 30px;
	color: #444444;
	padding-top: 20px;
}

h2 {
	padding-left: 5px;
	font-size: 22px;
	font-weight: 800 !important;
	color: #444444;
}

div.contact div.page-header {
	margin: 11px 0 22px;
}
*/
.page-header h2, h2.item-title, .componentheading {
	font-size: 25px;
	font-weight: 500 !important;
}


.item ul li::before, .item-page ul li::before, .items-leading ul li::before
	{
	content: none;
}

.item ul, .item-page ul, .items-leading ul {
	list-style: disc outside none;
    list-style-image: url('/images/iconSmallTick.png');
}

/*
ul{
    list-style: disc outside none;
    list-style-image: url('/images/iconSmallTick.png');
    padding: 10px 10px 10px 25px;
}
*/
/* Custom nav for language */
.favnav .mod-languages {
    margin-top: 21px;
    margin-left: 5px;
}

.favnav .navigation {
    display: inline-flex;
}



#fav-copyrightwrap {
	background-color: #ddd;
}

