/*!
Theme Name: BIS
Theme URI: http://webwidemedia.net
Author: Web Wide Media
Author URI: http://webwidemedia.net
Description: This theme is created for BIS website.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bis
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

#submit {
	background-color: #742049;
	border: 1px solid #742049;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 20px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #742049;
}
#submit:hover {
	background-color: #742049;
}
#submit:active { 
	position:relative;
	top:1px;
}


.children{
	padding-left: 0px;
}

.comment{
	padding: 20px;
	background-color: #ffffff;
	margin-bottom: 10px;
}

.children .bypostauthor{
	margin-top: 10px;
	margin-bottom: 0px;
	border-top: 1px solid #e9e9e9;
}

cite.fn {
	font-size: 20px;
	font-weight: 600;
	margin-left: 10px;
}

.comment-meta.commentmetadata {
	margin-top: 10px;
}
.comment-date {
	margin-bottom: 0 !important;
}
.comment-author.vcard {
	background-color: #f3f3f3;
	padding: 10px;
	margin-bottom: 10px;
}
.comments-sec {
	background-color: #f3f3f3;
}

.comment-reply-link {
	background-color: #742049;
	padding: 6px 15px;
	color: #fff;
}