input, textarea {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}


/* Comment Form */
#respond {
	background: #3cb636;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1em;
	position: relative;
	background-image:url(../images/mail-water-mark.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 3px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 6px;
	min-width: 50px;
	padding: 4px 10px;
	position: absolute;
	top: 0px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 98%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 74%;
	position: absolute;
	top: 10px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 10px 5px 10px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}

#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {

	#respond {
		width: auto;
	}

}
@media (max-width: 650px) {
	.entry-title {
		font-size: 21px;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 93%;
	}
	#respond textarea {
	width: 95%;
	}
}
@media (max-width: 480px) {
	.entry-title {
		font-size: 21px;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 92%;
	}
	#respond textarea {
	width: 95%;
	}
	#respond input#submit {
	margin: 20px 10px;
	padding: 5px;
}
}
@media (max-width: 320px) {
	.entry-title {
		font-size: 18px;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 92%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 89%;
	}
	#respond textarea {
	width: 92%;
	}
}
@media (max-width: 240px) {
	.entry-title {
		font-size: 18px;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 80%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 90%;
	}
	#respond textarea {
	width: 80%;
	}
}
/*
Author: Alpesh Panchal
Author Email: alpesh88ww@gmail.com
*/