
/* index page css start */
    .blog-index-page .blog-image img {
        max-width: 100%;
        max-height: 100%;
    }
    .blog-index-page .blog-image {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .blog-index-page .grid-item { 
        width: 100%;
        overflow:hidden; 
        padding: 10px;
    }
    .blog-index-page .blog-item{
        padding: 10px;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        background: #fff;
    }
    .blog-index-page .blog-title h3 a{
        color : #61c8d1 !important;
    }
    .blog-index-page .blog-social {
        font-size: 12px;
        display: inline-block;
    }
    .blog-index-page .blog-date {
        padding: 2px 10px;
    }
    .blog-index-page .blog-footer {
        margin-top: 25px;
    }
    .blog-index-page .blog-desc {
        color: #666;
    }
    .blog-index-page .owl-carousel .owl-item img {
        height: 400px;
    }
/* index page css end */

/* sidebar css start*/
    .blog-sidebar .sidebar-item {
        padding: 10px;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        margin-top: 10px;
        margin-bottom: 20px;
        background: #fff;
    }
    .blog-sidebar .item-title {
        font-size: 20px;
        color: #555;
        font-weight: bold;
        border-bottom: 2px solid #f1f1f1;
        padding-bottom: 10px;
    }
    .blog-sidebar .item-content {
        padding-top: 10px;
    }
    .blog-sidebar .post-item .post-image img {
        max-width: 100%;
        max-height: 100%;
    }
    .blog-sidebar .post-image {
        width: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        float: left;
        border: 1px solid #f1f1f1;
    }
    .blog-sidebar .post-item {
        height: 70px;
        padding: 5px 0;
        display: block;
    }
    .blog-sidebar .post-item:not(:last-child) {
        border-bottom: 1px solid #f1f1f1;
    }
    .blog-sidebar .post-name {
        width: 80%;
        float: left;
        padding-left: 10px;
    }
    .blog-sidebar .post-name a{
        white-space: nowrap;
        display: inline-block;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 20px;
        color : #61c8d1 !important;
    }
    .blog-sidebar .post-posted {
        font-size: 14px;
        color: #777;
    }
/* sidebar css end*/

/* blog single page start */
    .full_blog_detail {
        background: #fff;
        padding: 20px 30px;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        margin: 10px 0 30px 0;
    }
    .full_blog_detail .blog-image img {
        width: 100%;
    }
    .full_blog_detail .blog-categories > div > a {
        background: #61c8d1 !important;
        color: #fff;
    }
    .full_blog_detail .blog-footer {
        margin-top: 50px;
    }
    .full_blog_detail .blog_body_content {
        margin-top: 20px;
    }
/* blog single page end */

/* footer css Start */
    .page-footer {
        background: #0c1523;
    }
    .page-footer .footer-bottom {
        border-top: 1px solid rgba(255,255,255,.3);
    }
    .page-footer .footer-menu ul {
        display: inline-block;
        list-style: none;
        padding: 0;
    }
    .page-footer .footer-menu ul li {
        display: inline-block;
        padding: 15px;
        font-weight: bold;
    }
    .page-footer .footer-menu li a {
        color: #fff;
        font-size: 16px;
    }
    .page-footer .footer-menu {
        float: left;
    }   
    .page-footer .footer-copyright {
        display: inline-block;
        float: right;
        margin-top: 20px;
        color: #ccc;
    }
    .page-footer .footer-top {
        padding: 50px 0;
    }
    .page-footer .subscribe-form input {
        border-color: transparent;
        background: rgba(255,255,255,.1);
        padding: 15px 20px;
        width: 250px;
        color: #fff;
    }
    .page-footer .subscribe-form button {
        color: #fff;
        background-color: #676a72;
        border-color: #676a72;
        padding: 16px 20px;
    }
    .page-footer .subscribe-title{
        padding-bottom: 30px;
        color: #fff;
        margin-top: 0;
    }
    .page-footer .footer-social {
        display: inline-block;
        color: #fff;
    }
    .page-footer span.footer-community {
        color: #fff;
        font-style: italic;
        font-size: 16px;
        margin-right: 20px;
    }
    .page-footer .footer-desc {
        color: rgba(255,255,255,.5);
        width: 50%;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 30px;
    }
    .page-footer .footer-logo {
        height: 70px;
        width: 150px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
    }
    .page-footer .footer-logo img {
        max-height: 100%;
        max-width: 100%;
    }
/* footer css end */

@media screen and (max-width: 992px){
    
    /* index page css start */
        .blog-index-page .grid-item { 
            width: 50%;
        }
    /* index page css end */
}
@media screen and (max-width: 768px){
    
    /* index page css start */
        .blog-index-page .grid-item { 
            width: 100%;
        }
    /* index page css end */
}