/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 26 2026 | 09:32:13 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.elementor-post__card .elementor-post__thumbnail__link {
    border-radius: 16px;
    overflow: hidden;
}
.elementor-posts .elementor-post__card .elementor-post__meta-data{
	border:0;
}
.elementor-post__card  .elementor-post__meta-data {
    order: 1;
    text-align:right;
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 100%;

}

.elementor-post__card  .elementor-post__text {
    order: 2;
}
.elementor-posts-container ul.elementor-inline-items li span.elementor-post-info__terms-list,
.single-post ul.elementor-inline-items li span.elementor-post-info__terms-list{
    font-size:0;
    display: flex !important;
    gap: 4px;
    /* flex-wrap: wrap; */
}
.elementor-posts-container ul.elementor-inline-items li span.elementor-post-info__terms-list .elementor-post-info__terms-list-item:nth-child(even),
.single-post ul.elementor-inline-items li span.elementor-post-info__terms-list .elementor-post-info__terms-list-item:nth-child(even){
    background-color:#E4E3FF;
    color:#1D1B4A;
}
.elementor-posts-container ul.elementor-inline-items li span.elementor-post-info__terms-list .elementor-post-info__terms-list-item,
.single-post ul.elementor-inline-items li span.elementor-post-info__terms-list .elementor-post-info__terms-list-item{   
    border-radius: 16px;
    padding-top: 4px;
    padding-right: 14px;
    padding-bottom: 4px;
    padding-left: 14px;
       background :#1D1B4A;
    color:#fff;
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;  
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    white-space:nowrap;
}

.single-post section#comments h2.title-comments,.comment-reply-title {
    color:#B39682;
    font-family: "Cinzel";
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;  
    line-height: 100%;    
}

.single-post section#comments {
    color: #fff;
}
.single-post section#comments a{
	color:#fff;
	text-decoration:underline;
}
.single-post section#comments textarea#comment,
.single-post section#comments  input:not(#submit) {
    background: transparent;
    border-radius: 8px;
	border: 1px solid #FFFFFF33;
	color: #fff;
}
.single-post section#comments input#submit {
    padding: 10px 34px;
    color: #fff;
    border-color: #b39682;
}
.single-post section#comments label {
    margin-bottom: 10px;
}
.single-post .elementor-widget-theme-post-content a{
	color:#B39682;
}
.single-post section#comments p.comment-form-cookies-consent {
    display: flex;
    align-items: start;
    gap: 8px;
}
.single-post section#comments p.comment-form-cookies-consent label {
    margin-bottom: 3px;
}
.single-post section#comments [type=checkbox],.single-post section#comments [type=radio] {
    box-sizing: border-box;
    padding: 6px;
    width: 18px;
    height: 18px;
    accent-color: #b39682;
    color: #fff;
}