/*
Theme Name: Kanjertraining theme
Theme URI: http://sspnet.nl
Author: Simple Soft Products
Author URI: http://sspnet.nl
Description: This theme is a Kanjertraining theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-menu, grid-layout, translation-ready
Text Domain: kanjertraining
*/
body .btn-block{
	    background: #bccf00!important;
    border-color: #bccf00!important;
}
div.cta-group {
	display:block;
	text-align:center;
	width:auto;
}
div.cta-group > a.cta-btn {
	display:inline-block;
	padding:10px 20px;
	margin: 6px;
	background:#D12E26;
	color:#fff;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	text-decoration:none;
	border:0;
}
div.cta-group > a.cta-btn:first-of-type {
	background:#000;
}
div.cta-group > a.cta-btn:hover {
	background:rgba(209,46,38,.7);
}
div.cta-group > a.cta-btn:first-of-type:hover {
	background:rgba(0,0,0,.7);
}
.breadcrumb {
	display:block;
}
@media screen and (max-width:768px) {
	div.cta-group > a.cta-btn {
	display:block;
}
}
body .btn-block{
	    background: #bccf00!important;
    border-color: #bccf00!important;
}
.widget_mc4wp_form_widget h5{
	background: #bccf00!important;
    border-color: #bccf00!important;
}