/* =================================== */
/*  Blog Page
/* =================================== */
/* List Item */
.list-item {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.list-item>li {
    display: block;
    position: relative;
}

.list-item li a {
    padding: 7px 0px 7px 15px;
    color: #535b61;
    display: block;
}

.list-item li a:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0px;
    border-color: #000;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 7px;
    height: 7px;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.list-item a:hover {
    color: #0071cc;
}

.list-item li a span {
    float: right;
}

/* Tags */
.tags {
    margin-bottom: 10px;
}

.tags a {
    background: #f4f5f4;
    color: #535b61;
    padding: 8px 12px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tags a:hover {
    background: #0071cc;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Side Post */
.side-post .item-post+.item-post {
    margin-top: 15px;
}

.side-post .item-post:after {
    display: block;
    clear: both;
    content: "";
}

.side-post .item-post .img-thumb {
    float: left;
    margin-right: 12px;
}

.side-post .item-post .caption {
    overflow: hidden;
}

.side-post .item-post .caption a {
    color: #0c2f54;
    display: block;
    margin-top: -3px;
    margin-bottom: 3px;
}

.side-post .item-post .caption a:hover {
    color: #0071cc;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.side-post .item-post .caption .date-post {
    color: #6c757d;
    font-size: 13px;
    margin-bottom: 0px;
}

#main_blog:lang(en),
#MainDescCom:lang(en) {
    text-align: left;
}

#main_blog:lang(tr),
#MainDescCom:lang(tr) {
    text-align: left;
}

#main_blog:lang(ar),
#MainDescCom:lang(ar) {
    text-align: right;
}

/* Post */
.blog-post .title-blog:lang(en) {
    margin-bottom: 1rem;
    text-align: left;
}

.blog-post .title-blog:lang(ar) {
    margin-bottom: 1rem;
    text-align: right;
}

.blog-post .title-blog:lang(tr) {
    margin-bottom: 1rem;
    text-align: left;
}

.blog-post .title-blog a {
    color: #0c2f54;
}

.blog-post .title-blog a:hover {
    color: #0071cc;
}

.blog-post .meta-blog {
    padding-left: 0px;
}

.blog-post .meta-blog li {
    list-style-type: none;
    display: inline-block;
    margin-right: 12px;
    -ms-flex-align: center;
    align-items: center;
}

.blog-post .meta-blog li i {
    font-size: 16px;
    color: #0071cc;
    margin-right: 5px;
}

.blog-post .meta-blog li a {
    color: #535b61;
}

.blog-post .meta-blog li a:hover {
    color: #0071cc;
}

/* Post Comment */
.post-comment ul {
    padding: 0px;
    list-style-type: none;
}

.post-comment ul li {
    border-top: 1px solid rgba(16, 85, 96, 0.1);
    padding-top: 1.3rem;
    margin-top: 1rem;
}

.post-comment ul ul {
    margin-left: 2.5rem;
}

.post-comment>ul>li:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

@media (max-width: 767.98px) {
    .post-comment ul ul {
        margin-left: 1.5rem;
    }
}

/* =================================== */
/*  Elements
/* =================================== */
/* Featured Box */
.featured-box {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.featured-box h3,
.featured-box h4 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-weight: 500;
}

.featured-box .featured-box-icon {
    display: inline-block;
    font-size: 35px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    width: 45px;
    margin-top: 0;
    margin-bottom: 12px;
    color: #546d89;
    border-radius: 0;
}

.featured-box.style-1,
.featured-box.style-2,
.featured-box.style-3 {
    padding-left: 50px;
    padding-top: 8px;
}

.featured-box.style-1 .featured-box-icon,
.featured-box.style-2 .featured-box-icon,
.featured-box.style-3 .featured-box-icon {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    font-size: 30px;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-align: center;
}

.featured-box.style-2 p {
    margin-left: -50px;
}

.featured-box.style-3 {
    padding-left: 90px;
    padding-top: 0px;
}

. featured-box.style-3 .featured-box-icon {
    width: 70px;
    height: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.featured-box.style-4 {
    text-align: center;
}

.featured-box.style-4 .featured-box-icon {
    margin: 0 auto 24px;
    margin: 0 auto 1.5rem;
    width: 110px;
    height: 110px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.03);
}

.featured-box.style-4 .featured-box-icon i.fa,
.featured-box.style-4 .featured-box-icon i.fas,
.featured-box.style-4 .featured-box-icon i.far,
.featured-box.style-4 .featured-box-icon i.fal,
.featured-box.style-4 .featured-box-icon i.fab {
    font-size: 46.4px;
    font-size: 2.9rem;
    margin: 0 auto;
}
