/*!
Theme Name: JTAN
Author: Nirmal Web Studio
Version: 1.0.0
Text Domain: jtan
*/

body.home .title-section {
	text-align: center;
}

.blog-main .main-content p {
	margin-bottom: 20px;
}

.single.single-post .sidebar {
	padding-bottom: 30px;
}

.committee-section .content-committee {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 475px;
}

body.home .latest-blog {
	padding-bottom: 80px;
}

.wppb-user-forms .wppb-form-field .text-input, .wppb-user-forms .wppb-form-field select, .wppb-user-forms .wppb-form-field textarea {
	width: 100%;
	border: 1px solid #eee;
	padding: 10px;
	font-size: 14px;
}

.wppb-user-forms .wppb-form-field .text-input, .wppb-user-forms .wppb-form-field select {
	height: 40px;
}

.wppb-user-forms .form-submit input.submit {
	background: #632e62;
	color: #fff;
	border: 0;
	border-radius: 30px;
	padding: 10px 25px;
	margin-top: 15px;
	min-width: 150px;
	text-decoration: none;
}

.wppb-user-forms ul li h4 {
	margin-top: 15px;
}

.wppb-form-field label, #wppb-login-wrap .login-username label, #wppb-login-wrap .login-password label {
	width: 100%;
}

@media (min-width: 768px) {
	.wppb-user-forms ul li label {
		width: 30%;
		flex: 0 0 30%;
	}
	.wppb-user-forms ul li {
		display: flex;
	}
	.wppb-user-forms .wppb-form-field .text-input, .wppb-user-forms .wppb-form-field select, .wppb-user-forms .wppb-form-field textarea {
		flex: 0 0 70%;
		max-width: 70%;
	}
}
