/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 06 2022 | 14:10:53 */
.sce-edit-button a{
	color: #333333 !important;
}

#wrapper_form_comment{
	background-color:#b7a987;
	padding:2em;
	margin-bottom:2em;
}
#wrapper_form_comment input[type="text"],
#wrapper_form_comment textarea{
	font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace; 	
	background-color:rgba(255,255,255,0.2);
	background-image:url(/wp-content/uploads/2022/07/bg-textarea.png);
	border:0px;
	line-height:2em;
	color:#000000;
}

#comments .comment .comment-body, #comments .pingback .comment-body {
    padding: 0px !important;
}

#comments{
	font-family: "Quattrocento", Sans-serif;
}
#comments h1,
#comments h2,
#comments h3,
#comments h4,
#comments label,
#comments input{
	font-family: 'Cutive', serif;
}

#comments input[type="submit"]{
    font-size: 0.8em;
    background: #474747;
    color: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 1.6em;
    padding: 1em 2em;
}
#comments input[type="submit"]:hover{
	background:#9b9b9b;
}

#comments .comment-body{
}

#comments ol.comment-list>li{
	background:#efe7d3;
	color:#000000;
	padding:2em;
	margin-bottom:2em;
}
#comments .says{
	display:none;
}

#comments .comment-meta,
#comments .comment-meta b,
#comments .comment-meta time{
	font-weight:normal !important;
	color:#444444 !important;
	font-size:14px !important;
}