.widget>.title,
.page-post .media-title,
.page-post h4.media-title,
h4.media-title.clearfix {
	font-size: 1.8em;
}

.latest-post-item-title .title {
	font-size: 1em;
}

div.wpcf7-validation-errors {
	border-color: #f00;
}

.wpcf7-form-control-wrap.rules+br+label,
[type=radio]+label {
    display: inline-block;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}
.wpcf7-form-control-wrap.rules+br+label[for],
[type=radio]+label[for] {
    cursor: pointer
}

input[type=checkbox]+.form label {
    font-size: .625em
}
.wpcf7-form-control-wrap.rules+br+label {
    font-size: .625em;
    margin-top: 10px;
    margin-left: 2px
}
.wpcf7-form-control-wrap.rules+br+label:before {
    border-width: 2px;
    width: 18px;
    height: 18px;
    margin-right: 11px
}
.wpcf7-form-control-wrap.rules+br+label span {
    line-height: 1.6;
    top: 0
}

.wpcf7-form-control-wrap.rules+br+label:before {
    content: '';
    background: url('../img/checkbox-unchecked.jpg') center center no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 9px;
    top: 4px;
    position: relative;
    vertical-align: top
}
.wpcf7-form-control-wrap.rules.checked+br+label:before {
    background: url('../img/checkbox-checked.jpg') center center no-repeat
}
.wpcf7-form-control-wrap.rules+br+input[type=checkbox]:checked+label:after {
    top: 1px;
}

.captcha-image {
	margin-bottom: 30px;
	width: 100%;
}

