
/* ---- Ascora Dynamic CSS ---- */
body{
    background-color: #838483;
    color: #1D1E5C;
}
.page-content{
    background-color: rgba(168, 193, 106, 1);
}
body p{
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    text-transform: none;
    color: #1D1E5C;
}
h2.post-title a,
h1.single-post-title {
    font-family: 'Inter';
    font-weight: 700;
    color: #1D1E5C;
    font-size: 45px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    text-transform: none;
    text-decoration: none;
}
h2.page-title a{
    font-family: 'Inter';
    font-weight: 700;
    color: #1D1E5C;
    font-size: 45px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    text-transform: none;
    text-decoration: none;
}
.sidebar .sidebar h2.wp-block-heading,
.sidebar .sidebar h2,
.sidebar .sidebar h3.sidebar-title{
    color: #1D1E5c;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-transform: none;
}
footer.footer h2.footer-title,
footer.footer h4.footer-widget-title,
footer.footer .wp-block-search__label{
    color: #fff;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 27px;
    line-height: 1.6;
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: 0.5px;
}
footer.footer p,
footer.footer li a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
footer.footer{
    background-color: #0f172a;
    background-image: ;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
}
.sub-fotter{
    background-color: #e2e8f0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sub-fotter .copyright p,
.sub-fotter .policy p{
    color: #1D1E5c;
    font-size: 16px;
    text-decoration: none;
}
.sub-fotter .socail a{
    font-size: 16px;
}
.blog-attr span,
.blog-attr a{
    font-weight: 400;
    font-family: 'Nunito';
    text-transform: none;
    line-height: 1.6;
    letter-spacing: 0.5px;
}
a:link{color: #1D1E5c;}
a:visited{color: #1D1E5c;}
a:hover{color: #FF4CAA!important;}


@media (max-width: 800px){
.ascora-post.ascora-row{
flex-direction:column;
}
}
