/*
Theme Name: Yoga Fit Child
Theme URI: http://cmsmasters.net/yoga-fit-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Yoga Fit Child Theme
Template: yoga-fit
Version: 1.0.0
License:
License URI:
Text Domain: yoga-fit-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

.udc_contact_form input,
.udc_contact_form textarea {
	width: 100%;
	border: 1px solid #d8d8d8;
	padding: 12px 14px;
	box-sizing: border-box;
	background: #fff;
	font: inherit;
}

.udc_contact_form textarea {
	resize: vertical;
}

.udc_contact_form button.cmsms_button {
	border: 0;
	cursor: pointer;
}

.udc_honeypot {
	position: absolute;
	left: -9999px;
}

.contact_form_status {
	margin-top: 12px;
}

.contact_form_status.is-error {
	color: #b42318;
}

.contact_form_status.is-success {
	color: #0a7d33;
}
