.pdt-30{
	padding-top: 30px;
}
.relatedposts>h3,
.entry-header {
    border-bottom: 1px solid #dedede;
}
.archive .entry-header {
    display: flex;
    clear: both;
    flex-wrap: wrap;
    /*margin-bottom: 20px;*/
}
.entry-header.hidden{
	display: none;
}
.relatedposts>h3 span,
.title-ar-post, .archive-heading {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
    margin: 0;
    color: #333;
    padding-bottom: 8px;
    display: inline-block;
    border-bottom: 3px solid #1576c4;
    text-transform: uppercase;
}
.archive-description{
    font-size: 15px;
}
.item_post {
    padding: 20px 0 0;
}
.item_post a {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
}
.item_post .item_post_img {
    width: 33.3333%;
}
.item_post_img img {
    width: 100%;
    max-height: 206px;
    object-fit: cover;
    display: block;
}
.item_post h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    margin-top: 0;
}
.item_post:hover h2 {
    color: #1576c4;
}
.item_post .item_post_content {
    flex: 1;
    padding: 0px 0 10px 20px;
}
.meta-post .date {
    color: #afafaf;
}
.meta-post .date i{
    color: #0066b3;
}
.meta-post .meta-author {
    background-color: #eaf5ff;
    color: #368ad0;
    font-style: italic;
    margin: 0 0 0 10px;
    padding: 5px 8px 4px 8px;
    font-size: 12px;
    line-height: 17px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.meta-post .date i,
.meta-post .meta-author i {
    margin-right: 5px;
}
.post_excerpt {
    font-size: 16px;
    margin: 0;
    color: #636363;
    margin-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.view-more {
    font-size: 15px;
    padding: 12px 25px;
    border: solid 1px #e1e1e1;
    display: inline-block;
    margin-top: 10px;
}
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{
}
h1.single-heading{
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #333;
}
.entry-header .meta-post{
    margin-bottom: 10px;
}
.box_share {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
}
.box_share * {
    margin: 0;
}
/**/
.relatedposts {
    clear: both;
}
.relatedposts {
	clear: both;
	margin-bottom: 30px;
}
.relatedposts .item_post{
    padding-top: 20px;
    padding-bottom: 0px;
    border-bottom: 0;
}
.relatedposts h2 a{
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    line-height: 22px;
    max-height: 43px;
    overflow: hidden;
    color: #333;
}
.relatedposts .item_post_img img {
    height: 85px;
}
.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: 21px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
}
.entry-content {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
    /**/
    .relatedposts .col-lg-3 {
        width: 33.333%;
    }
}
@media only screen and (max-width: 900px) {
    .item_post h2 {
        font-size: 16px;
    }
    .relatedposts > h3 span, .title-ar-post, .archive-heading {
        font-size: 20px;
        line-height: 25px;
    }

}
@media only screen and (max-width: 800px) {
    .pdt-30 {
        padding-top: 20px;
    }
    .item_post {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .archive-description,
    .post_excerpt {
        font-size: 13px;
    }

    .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;
    }
    .relatedposts > h3{
        font-size: 22px;
    }
    .relatedposts .item-post h2 {
        font-size: 14px;
        margin: 0;
    }
     h1.single-heading,
    .archive-heading,
    .page-heading{
        font-size: 22px;
    }
    /**/
    .post_excerpt {
        margin-top: 10px;
    }
    /**/
    .relatedposts .col-lg-3 {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .view-more {
        font-size: 13px;
        padding: 5px 15px;
    }
}
@media only screen and (max-width: 640px) {
    #breadcrumbs{
        font-size: 14px;
    }
    .item_post h2 {
        font-size: 15px;
    }
    .relatedposts > h3{
        font-size: 18px;
    }
    .entry-content .col-mb,
    .relatedposts .col-mb{
        width: 50%;
    }
    .item_post a {
        padding: 0 0 10px;
    }
    .relatedposts h2 a {
        font-size: 15px;
    }
    /**/
    .relatedposts > h3 span, .title-ar-post, .archive-heading {
        font-size: 18px;
        line-height: 25px;
    }
}
@media only screen and (max-width: 500px) {
    .post_excerpt {
        display: none;
    }
    h1.single-heading,
    .archive-heading,
    .page-heading{
        font-size: 20px;
    }
    /**/
    .item_post .item_post_content {
        padding: 0px 0 10px 10px;
    }
    /**/
    .relatedposts .col-lg-6 {
        width: 100%;
    }
    .view-more {
        display: none;
    }
    /**/
    .relatedposts .item_post {
        padding-top: 10px;
    }
    .relatedposts .col-lg-3 {
        width: 100%;
    }
}
@media only screen and (max-width: 400px) {
    #breadcrumbs,
    .postby{
        font-size: 13px;
    }
}