/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2024 | 12:17:34 */
*{
	padding:0;
	margin:0;
}
ul,ol{
	list-style:none;
}

/* Custom Style For Comments  */
#comments .title-comments{
	margin-bottom:15px;
}
#comments .form-submit input{
	padding:10px;
	margin-top:10px;
	cursor:pointer;
}
#comments .comment-respond{
	margin-top:25px;
}
#comments .comment-form-comment{
	display:flex;
	flex-direction:column;
}
#comments .required{
	color:#ff0000;
}
#comments .reply{
	margin-top:10px; 
}
#comments .comment-reply-link{
	background: rgb(193,195,243);
	color:#000;
	padding:3px 10px;
	border-radius:5px;
	font-size:14px;
}
#comments .comment-author{
	display:flex;
	align-items:center;
}
#comments .comment-author img{
	border-radius: 100px;
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
#comments .says{
	margin-right:5px;
}
#comments .comment-body{
	background: #ffeae5;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 12px;
}
#comments .children{
	margin-top:20px;
	margin-right:25px;
}
/* Custom Style For Categoreis */
#custom-category > div{
	display:flex;
	align-items:center;
}
#custom-category h5{
	font-size:22px;
	margin-left:10px;
	white-space:nowrap;
}
#custom-category ul{
	display:flex;
}
#custom-category ul li{
	background:#FFEAE5;
	padding: 5px 10px;
    border-radius: 5px;
}
#custom-category ul li:not(:last-child){
	margin-left:15px;
}
#custom-category ul li a{
	color:#333;
	font-weight:700;
	white-space:nowrap;
}
#custom-category ul li:hover{
	background:#FFDCE2;
}
#commentform .comment-form-url{
	display:none;
}
#commentform input{
	width:100%;
}
@media screen and (max-width:767px){
	#custom-category > div{
		flex-direction:column;
		align-items:flex-start;
	}
	#custom-category ul{
	flex-wrap:wrap;
	}
	#custom-category ul li{
		margin-bottom:10px;
	}
}

#gform_submit_button_1{
	color:#000;
}