.pdt-30{
    padding-top: 30px;
}
.archive .entry-header {
    display: flex;
    clear: both;
    flex-wrap: wrap;
}
.entry-header.hidden{
    display: none;
}
.archive-heading{
    padding: 0;
    margin: 0;
    font-size: 25px;
    margin-bottom: 15px;
}
.archive-description{
    font-size: 15px;
}
#breadcrumbs {
    font-size: 15px;
    margin-bottom: 7px;
}
.item_post {
    width: 100%;
}
.item_post:hover {
    opacity: 1;
}
.item_post a {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 20px;
    color: rgb(43, 43, 43);
}
.item_post_img {
    width: 100%;
    margin-bottom: 10px;
}
.item_post_img img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 150px;
}
.item_post h2 {
    margin: 0;
    font-size: 16px;
}
.item_post:hover h2 {
    color: #125c9e;
}
.item_post_content {
}
.post_date {
    font-size: 13px;
    margin-top: 5px;
}
.post_excerpt{
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
}
nav.navigation.pagination {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
nav.navigation.pagination a.page-numbers {
    padding: 5px;
    text-decoration: none;
}
nav.navigation.pagination a.page-numbers:hover {
    text-decoration: underline;
}
/* single */
.single-post .entry-header{
    margin-bottom: 20px;
}
h1.single-heading{
    margin-top: 10px;
    font-size: 25px;
}
.postby {
    display: block;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}
.postby time,
.postby span{
    color: #1cafe5;
}
.cat_post {
    border-top: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
    padding: .5em 0 .6em;
    display: flex;
    width: 100%;
}
.relatedcat {
    clear: both;
    margin-bottom: 30px;
}
.relatedcat>h3 {
    font-size: 22px;
}
.relatedcat .item-post a{
    display: block;
    box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
    margin-bottom: 10px;
}
.relatedcat .item-post .item-post-content {
    padding: 15px 15px 20px;
    z-index: 1;
    text-align: center;
    transition: .3s all;
}
.relatedcat .item-post .item-post-img img{
    max-height: 145px;
    object-fit: cover;
    width: 100%;
    display: block;
}
.relatedcat .item-post h2{
    font-size: 15px;
    margin: 0;
}
.relatedcat .item-post:hover .item-post-content {
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    background-color: #fff;
}
.single-post .comments-area{
    background-color: rgba(0,0,0,0.05);
}
.single-post .comments-area input:not([type="submit"]),
.single-post .comments-area textarea{
    background-color: #fff !important;
    border: 1px solid #ddd;
    color: #333;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}
/* page */
.page-heading {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;

}
.entry-content {
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    .pdt-30 {
        padding-top: 20px;
    }
    .archive-description,
    .post_excerpt {
        font-size: 13px;
    }
    .entry-content .col-mb {
        width: 50%;
    }
    .item_post h2 {
        font-size: 16px;
    }
    .post_date {
        font-size: 10px;
        margin-top: 0px;
    }
    .post_excerpt p {
        margin: 0;
    }
    #breadcrumbs{
        font-size: 15px;
    }
    h1.single-heading {
        font-size: 28px;
    }
    .single-post .entry-header {
        margin-bottom: 10px;
    }
    .relatedcat > h3{
        font-size: 22px;
    }
    .relatedcat .item-post h2 {
        font-size: 14px;
        margin: 0;
    }
    h1.single-heading,
    .archive-heading,
    .page-heading{
        font-size: 18px;
    }
}
@media only screen and (max-width: 640px) {
    #breadcrumbs{
        font-size: 14px;
    }
    .item_post h2 {
        font-size: 15px;
    }
    .relatedcat > h3{
        font-size: 18px;
    }
    .relatedcat .col-mb{
        width: 50%;
    }
    .item_post a {
        padding: 0 0 10px;
    }
}
@media only screen and (max-width: 500px) {
    .post_excerpt {
        display: none;
    }
}
@media only screen and (max-width: 400px) {
    #breadcrumbs,
    .postby{
        font-size: 13px;
    }
}