/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2025 | 12:55:40 */
p{
	margin:0;
}
*{
	padding:0;
	margin:0;
	box-sizing:border-box;
}
ul,ol{
	list-style:none;
}
p{
	margin-bottom:20px;
}
.article-content ul, .article-content ul{
	margin-bottom:20px;
}
.elementor-widget-container h5{
	font-size: 30px;
    line-height: 30px;
    font-weight:600;
	margin-bottom:8px;
}
 .elementor-widget-wp-widget-categories ul li a, .elementor-widget-wp-widget-recent-posts ul li a{
	font-size:18px;
	font-weight:400;
	color:#fff;
	display:block;
}
 .elementor-widget-wp-widget-categories ul li a:hover , .elementor-widget-wp-widget-recent-posts ul li a:hover{
	color:#22D3EE;
}
/* Comments Wordpress */
#comments .title-comments{
	margin-bottom:10px;
}
#comments form p{
	display:flex;
	flex-direction:column;
}
#comments .logged-in-as{
	flex-direction:row;
	column-gap:10px;
}
#comments .form-submit input{
	max-width:240px;
	border:none;
	outline:none;
	cursor:pointer;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:12px 24px;
	text-align:center;
}
#comments .comment-body footer{
	display: flex;
    align-items: center;
    column-gap: 20px;
}
#comments .comment-author {
	display: flex;
    align-items: center;
    column-gap: 5px;
}
#comments .comment-metadata time{
	color:#eee;
	font-size:14px;
	
}
#comments .edit-link a , #comments .comment-reply-link{
	font-size:14px;
	font-weight:300;
	padding:5px 12px;
	background:#eee;
	cursor:pointer;
	border-radius:12px;
	color:#121212;
}
#comments .edit-link{
	margin-right:10px;
}
#comments .comment-author img{
width:30px;
	height:30px;
}
#comments .comment-body{
	margin-bottom:20px;
}
#comments .comment-list li{
	margin-bottom:20px;
}
#comments .comment-content{
	margin-bottom:10px;
	margin-top:5px;
}
#comments .comment-content p{
	margin-bottom:0;
}
/* comment send */
#commentform input{
	height:40px;
	padding-right:10px;
}
#commentform  textarea{
	padding:10px;
	border-radius:12px;
}
#commentform .comment-form-cookies-consent{
	flex-direction:row;
	align-items:center;
	
}
#commentform .comment-form-cookies-consent input{
	margin-left:5px;
}