/*
Version: 1.0.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.page-title-container::after {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    background: rgb(239, 239, 239);
}
.breadcrumbs  {
    color: var(--text_light);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
header.archive-page-header {
    margin-top: 30px;
}
.archive-page-header h1.entry-title {
    font-size: 45px;
    color: var(--primary-color);
}
.main-content-blog{
    margin-top: 30px;
}
.blog-wrapper .post-item .box-image .image-cover{
    padding-top: 75% !important;
}
.entry-header-text.entry-header-text-top{
    text-align: left;padding: 0;
}
h6.entry-category {
    text-transform: unset;
    font-size: 15px;
}
h6.entry-category a{
    font-weight: 400;color: var(--primary-color);
}
.entry-header-text h1.entry-title {
    font-size: 30px;
}
.is-divider{display: none!important;}

.entry-content {
    text-align: justify;
}
.entry-content img{
    border-radius: 20px;
}
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: 1.3;
    font-weight: 700;
    text-transform: capitalize;
    transition: allease 0.3s;
    margin-bottom: 20px;
    display: block;
}
.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;
}
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-radius: 30px;
    border: none;
    box-shadow: unset;height: 55px;
}
form.wp-block-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    border-radius: 30px;
    cursor: pointer;
    color: #fff;
    width: 150px;
    text-decoration: none;
    text-shadow: none;
    -webkit-appearance: none;
    border: none;
    background-color: var(--primary-color);
    transition: allease 0.3s;
    position: relative;
}
.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;
}

.box-other-post span{
    color: var(--primary-color);text-transform: uppercase;font-size: 12px;font-weight: 600;

}
.box-other-post h3.title {
    font-size: 35px;
    margin-bottom: 0;
    margin-top: -5px;
}
.box-other-post .col.post-item {
    padding: 25px 15px!important;
}
.box-other-post .box-blog-post{
    border-radius: 15px;
}
.box-other-post .box-blog-post .box-image .image-cover{
    padding-top: 60%!important;
}
.search_lot-content {
    gap: 12px;
}
.search_lot-content a {
    padding-left: 16px;
    padding-right: 16px;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    border-radius: 60px;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    height: 2.25rem;color:#2d3748;font-size: 15px;
}
@media (min-width: 768px){

}
@media (max-width:490px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

}
