/*
	Theme Name: Candy child
	Theme URI: http://demo.agnidesigns.com/candy/
	Author: AgniDesigns	
	Version: 1.0
	Description: Clean & sleek Minimal One & Multi Page WordPress theme
	Author URI: http://themeforest.net/user/AgniHD	
	Template: candy
*/
@import url("../candy/style.css");
.wpcf7-checkbox .wpcf7-list-item {
	display: block;
	margin-left: 0;
}
label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    position: relative;
	display: inline-block;
	margin-bottom: 5px;
	vertical-align: middle;
	cursor: pointer;
	margin-top: 0;
}

label span {
	font-weight: 400;
	padding-left: 20px;
}

input[type="checkbox"] {
  position: absolute;
  margin-top: 6px;
  width: auto;
}