@import  "http://fonts.googleapis.com/css?family=Nunito:400,300,700";

/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
* {
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
}

/*Frontpage nummers onder blog laten verdwijnen*/
.pagerblock {
	visibility: hidden;
	margin-bottom: -110px !important;
}

/*signaalkleur*/
.widget_flickr .flickr_badge_image .flickr_wrapper,
.shortcode_promoblock,
.shortcode_iconbox,
.carouselslider ul li .item,
.widget_nav_menu ul li a,
.shortcode_accordion_item_title,
.shortcode_toggles_item_title,
.blog_info_block,
.pagerblock li a.current,
.pagerblock li a:hover,
ol.commentlist  li .stand_comment,
.feedback_form .field-name,
.feedback_form .field-email,
.feedback_form .field-subject,
.feedback_form .field-message,
#commentform .form_field,
.module_highlighter .highlighter_item a,
hr.colored,
.shortcode_tab_item_title:hover,
.shortcode_tab_item_title.active,
.shortcode_messagebox.box_type2,
.columns2 .filter_img .portfolio_dscr,
.columns3 .filter_img .portfolio_dscr,
.columns4 .filter_img .portfolio_dscr,
.breadcrumbs {
	border-color: #88b503 !important;
}

.module_price_table .price_item .price_item_wrapper,
.filter_navigation ul li ul li.selected a,
.filter_navigation ul li ul li a:hover,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a,
.widget_categories ul li,
.widget_pages ul li a,
.widget_search input.field_search {
	border-color: #88b503 !important;
}

/* nieuwsbrief kop */
label,
select,
textarea {
	font-size: 22px;
	font-weight: bold;
	line-height: 20px;
}

/* link kleur */
a {
	color: #88b503;
	text-decoration: none;
	transition: color 300ms;
	-webkit-transition: color 300ms;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
}