/*
Theme Name: Snow Monkey Child
Template: snow-monkey
*/




.wpcf7-text,
wpcf7-textarea {
	max-width:98% !important;
}

.wpcf7-submit {
	width:40%;
	margin:1em auto !important;
}

.badge {
  margin: 0 3px;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge-success {
  color: #fff !important;
  background-color: #28a745;
}
.center {
	text-align:center !important;
}
.c-meta__item--author {
	display:none !important;
}

img[class*=wp-image-] {
    box-shadow: none;
}