/*
 * Copyright (c) 2022. Pouran Barzin Aria (P.B.A. pba.co.ir)
 * @author Meisam Ghanbari (m.q.php.98@gmail.com)
 */

.post-index .card-horizontal:nth-child(odd) > a {
    order: 2
}
.post-index article > a {
    position: relative;
}

/*.post-index > .card-horizontal .card-body {
    width:67%
}*/
.post-index > .card-horizontal > .card-img-gradient {
    width: 33%
}
.post-index > article > .card-img-gradient img {
    min-height:285px
}

.editable-from select,
.editable-from input {
    padding: 3px
}

.blog-img-fluid {
    width: 100% !important;
    height: auto !important;
}

@media screen and (max-width: 1200px) {
    #printJS-blog p > img {
        width: 100%;
        height: auto;
    }
}