/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.post-add-form .form-group .required_msg{
	color: red; 
	font-size:13px;
}

.post-add-form .page-header{
	border-top: 1px solid #eee;
}

.post-add-form {
	margin-top: 25px;
}

#insertpost input#title{
	width: 100%;
	font-size: larger;
	line-height: 25px;
}

.post-add-form #mycustomeditor{
	border: 1px solid #ccc;
	border-top: none; 
}

.post-add-form .btn-border.btn-primary{
	background-color: #5ea7e6 !important;
	border: 2px solid #337ab7;
}

.post-add-form .submit-btn{
	float : right;
}

.post-add-form .submit-btn #submitpost{
	min-width: 150px;
	font-weight: 700;
	cursor: pointer;
	padding: 10px 15px;
	text-transform: uppercase;
}

.frontend-posts-post-add-form .form-group{
	margin: 25px 0 0 0;	
}
