/**
 * Main CSS file for the EA Itineraries plugin.
 */

.eai-restricted-content-section {
	padding: 6rem 1rem;
}

/**
 * Styles for comments area
 */
.eai-comments-area {
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;

}

.eai-comments-area .comment p {
	margin-bottom: 1rem;
}

.eai-comments-area .reply {
	font-weight: 400;
}

.eai-comments-area .comment-body {
	margin-bottom: 2.5rem;
}

.single .main-content .eai-comments-area header.comment-author {
	margin-bottom: 8px;
}

.single .main-content .eai-comments-area header.comment-author .author-meta cite {
	font-size: 1rem;
}

.single .main-content .eai-comments-area header.comment-author .author-meta time {
	font-size: 0.875rem;
}

.eai-comments-area section#comments h3,
.eai-comments-area section#respond h3 {
	font-weight: 400;
}

.eai-comments-area label {
	font-size: 1rem;
}

.eai-comments-area textarea#comment {
	min-height: 88px;
}

@media (min-width: 400px) {
	.eai-restricted-content-section {
		padding: 6rem 2rem;
	}
}

@media (min-width: 1280px) {
	.eai-restricted-content-section {
		padding: 6rem 0;
	}
}