/*
Version: 1.0.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.page-wrapper{
    padding-top:0;
}
.breadcrumbs  {
    color: var(--text_light);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
h1.page-title.is-large {

}
.blog-wrapper .post-item .box-image .image-cover{
    padding-top: 75% !important;
}
.entry-header-text.entry-header-text-top{
    text-align: left;padding: 0;
}
p.entry-category {
    text-transform: unset;
    font-size: 16px;
}
p.entry-category a{
    font-weight: 600;
    color: var(--fs-color-success);
}
 h1.entry-title {
    font-size: 40px;
}
.is-divider{display: none!important;}
.entry-header img,.entry-content img{
    border-radius: var(--radius-2);
}
.entry-content {
    text-align: justify;
}

aside.widget:not(:first-child) {
    position: relative;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1.575;
}
.widget span.widget-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    display: block;
    letter-spacing: unset;
    padding-bottom: 1rem;
    border-bottom: 1px #efefef dashed;
}
.widget>ul>li, ul.menu>li {
    padding: 5px 0;
    display: flex;
    align-items: center;
    color: #6E6E6E;
}
.widget>ul>li+li, ul.menu>li+li {
    border-top: 1px dashed #6E6E6E!important;
}
.uppercase, h6, span.widget-title, th {
    letter-spacing: 0!important;
}
.widget .blog-list-1 .post-thumbnail {
    flex: 0 0 35%;
    max-width: 35%;
}
.widget .blog-list-1 .post-thumbnail img {
    border-radius: 20px;
    height: 80px;    object-fit: cover;
}
form.wp-block-search{
    position: relative;
}
form.wp-block-search .wp-block-search__label {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}
form.wp-block-search .wp-block-search__label:focus {
    background-color: #f1f1f1;
    border-radius: 30px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    font-weight: bold;
    height: auto;
    left: 0;
    line-height: normal;
    padding: 1em 1.618em;
    text-decoration: none;
    top: 0;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
    outline: none;
}
.wp-block-search__inside-wrapper  {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 99px;
    overflow: hidden;
}
form.wp-block-search input[type=search], form.wp-block-search button,form.wp-block-search {
    margin: 0;
}
input#wp-block-search__input-1 {
    width: 100%;
    padding-right: 45px;
    margin-right: -52px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    color: var(--text);
    transition: allease-in-out 0.3s;
    border: 1px solid var(--border);
    border: none;
    box-shadow: unset;height: 55px;
}
form.wp-block-search button {
    font-size: 14px;
    cursor: pointer;
    background-color: var(--primary-color);
    width: 150px;
}

aside.widget_block .blog-list-1:first-of-type{
    padding-top: 1rem;
}
.navigation-post .bb {
    border-bottom:unset;
    padding: 30px 0;    align-items: flex-start;
}
.navigation-post .next-prev-nav .flex-col+.flex-col {
    border-left: unset;
}
.navigation-post .nav-previous {
    padding-right: 20px!important;
}
.navigation-post .nav-next {
    padding-left: 20px!important;
}
.nav-previous img,.nav-next img {
    display: inline-block;
    object-fit: cover;
    border-radius: 20px;
    height: 80px;
}
.nav-previous a,.nav-next a {
    display: flex;
    align-items: center;
}
.nav-previous img {
    margin-right: 15px;
}
.nav-next img {
    margin-left: 15px;
}
.navigation-post span.reader-text {
    position: relative;
    font-size: 12px;
    line-height: 1.8333333333;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--text_light);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
    letter-spacing: 2px;
}
.navigation-post .title {
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recent-blog-posts a {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    line-height: 22px!important;
}
.recent-blog-posts .post_comments{display: none}
.recent-blog-posts .badge.post-date {
    width: 70px;
    height: 50px;
}
.recent-blog-posts .badge.post-date .badge-inner.bg-fill{
    border-radius: 10px;
}

@media (min-width: 768px){

}
@media (max-width:490px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

}
