/*
Theme Name: CVD-Bazar
Version: 1.0
Description: A child theme of i-max
Template: i-max
Author: Ruud Meijer
*/
@import url("../i-max/style.css");
/* Your awesome customization starts here */

/**
*
* footer kleur
#14B4F0
#8DC73F    groen
#ff9757    oker
#a2b1bf    grijs
*/
.site-footer .sidebar-container {
	background-color: #a2b1bf;
	padding: 20px 0;
	clear: both;
}

.footer-bg {
	display: block;
	clear: both;
	background-color: #a2b1bf;
}

.site-footer, .site-footer a, .site-footer .sidebar-container {
    background-color:#a2b1bf !important; /*de voettekst-achtergrond wordt grijs*/
}

.site-footer {
    background-color:#a2b1bf !important; /*de voettekst-achtergrond wordt grijs*/
}

/**
*
* header datum en tijd

.site-header .home-link {
	max-width: 560px;
	float: left;
}

.dynamic_sidebar {
	float: rightt;
}
*/

/** - CVD Buttons blue-gray - */
.btn {
	text-transform: none;
	cursor: pointer;
	color: #808080;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #e8e8e8;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	border-radius: 15px;
	border-width: 5px;
	border-color: #cbcbcb;
	border-style: solid;
	background: -moz-linear-gradient(top, #ffffff 0%, #acacac 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #acacac));
	background: -webkit-linear-gradient(top, #ffffff 0%, #acacac 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #acacac 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #acacac 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #acacac 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#acacac', GradientType=0) !important;
}
.btn:hover {
	color: #666666;
	background-color: #00ffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
	border-width: 5px;
	border-color: #c2c2c2;
	border-style: solid !important;
}
.btn:active {
	top: 1px;
}
li.widget {
    list-style:none;
}
li.amr_widget {
    list-style:none;
}
ul.checkmark {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.checkmark > li {
  position: relative;
  padding-left: 12px;
}
ul.checkmark > li:before {
  content: "✓ ";
  position: absolute;
  left: -3px;
}
