/*
    NAME : RESPONSIVE
    AUTHOR NAME : STYLE THEMES
    OUR PORTFOLIO : https://themeforest.net/user/style-themes/portfolio?ref=Style-Themes
*/

/* PORTRAIT MOBILE */
@media (max-width: 390px) {
    
    /* BODY */
    body{ 
        overflow-x: hidden;
    }
    
    /* CONTAINER */
    .container {
        width: 90%;
    }

    /* FEATURED POSTS */
    .featured-posts .swiper-slide {
        height: 300px;
    }
    
    /* FLICKR WIDGET */
    .flickr-widget .flickr-item:nth-child(3n+3) {
        margin-right: 0;
    }
    
}

@media (min-width: 320px) and (max-width: 479px) {
    
    /* BODY */
    body{
        overflow-x: hidden;
    }
    
    /* CONTAINER */
    .container {
        width: 90%;
    }

    /* FEATURED POSTS */
    .featured-posts .swiper-slide {
        height: 300px;
    }
    .featured-overlay .featured-title {
        font-size: 25px;
    }
    .post-pagination .arrow{
        display: none;
    }
    
 
    
    /* FLICKR WIDGET */
    .flickr-widget .flickr-item:nth-child(3n+3) {
        margin-right: 0;
    }

    
}

@media (max-width: 730px) {

    .post-header .post-title {
        font-size: 25px;
        line-height: 1.5;
    }
    
    .featured-overlay{
        width: 70%;
    }
    /* POSTS */

    .blog-posts .post.listing .post-image {
    float: none;
    width: 100%;
    display: block;
    }
    
    .blog-pagination {
        text-align: center;
    }

    #sidebar{
        margin-top: 30px;
    }

    /* SINGLE POST */
    .post-footer .post-meta2 {
        float: none;
        text-align: center;
    }
    .post-footer .post-share {
        float: none;
        text-align: center;
    }
    .post-block .item {
        margin-bottom: 20px;
    }
    .post-block .item:last-child {
        margin-bottom: 0;
    }
        
    .post-pagination .arrow{
        font-size: 40px;
    }

    /* POST AUTHOR */
    .post-pagination h5{
        font-size: 12px;
    }

    .footer-btm {
        text-align: center;
    }
    footer .item-right{
        margin-top: 20px;
        text-align: center;
    }
}

/* LANDSCAPE MOBILE - PORTRAIT TABLET - EXTRA SMALL ON BOOTSTRAP : xs */
@media (min-width: 480px) and (max-width: 767px) {
    
    /* CONTAINER */
    .container {
        width: 90%;
    }
    
    /* FEATURED POSTS */
    .featured-posts .swiper-slide {
        height: 400px;
    }
    .featured-overlay .featured-title {
        font-size: 36px;
    }
    /* FOOTER SOCIAL */
    .social-footer a span {
        display: none;
    }
    .social-footer a {
        font-size: 16px;
        margin: 0 12px;
        font-weight: 400;
    }
    
}

/* PC PORTBALE - PC WITH MONITOR - MEDIUM ON BOOTSTRAP : md */
@media (min-width: 992px) and (max-width: 1199px) {
    
    /* POSTS */
    .blog-posts .post.listing .post-image {
    width: 300px;
    margin-right: 20px;
     }
    .blog-posts .post.listing .post-header {
        margin-top: 10px;
    }
    .blog-posts .post.listing .post-entry {
        padding-left: 320px;
    }
    
    /* FLICKR WIDGET */
    .flickr-widget .flickr-item {
        width: 97px;
        height: 97px;
    }
    .flickr-widget .flickr-item img {
        width: 100%;
        height: 100%;
    }
    .flickr-widget .flickr-item:nth-child(3n+3) {
        margin-right: 0;
    }
    
}

/* PC WITH MONITOR - LARGE ON BOOTSTRAP : lg */
@media (min-width: 1200px) {
    
    #sidebar {
        padding-left: 40px;
    }
    
    .flickr-widget .flickr-item:nth-child(3n+3) {
        margin-right: 0;
    }

}