/*
Theme Name: Makeup Wonder
Author: Aqua Leaf IT Solutions Pvt. Ltd.
Author URI: http://www.aqualeafitsol.com/
*/

.m-t-120 {
	margin-top: 120px;
}

.wpcf7-response-output {
	clear: both;
}

.field_error, .wpcf7 span.wpcf7-not-valid-tip {
	color: red;
	font-size: 12px;
}
.ajax_error.field_error {
	font-size: 14px;
}
.ajax_success {
	color: #28d228;
}

.photo {
	height: 105px;
}
.photo img {
	max-width: 100%;
	max-height: 80px;
}
.artistReg .field-text .form-control.textarea,
.form-control.textarea {
	height: 154px;
    line-height: 1.6;
    resize: none;
}