/* lg */
@media (min-width: 1200px) {

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .single-home-area h2.blog-heading, .post-3 .post-overlay h2.blog-heading {
        font-size: 36px;
        padding-bottom: 25px;
    }

    .post-1 a.read-more {
        font-size: 14px;
        margin: 0 auto;
        padding: 12px 15px;
    }

    .post-2 a.read-more {
        padding: 10px 14px;
        font-size: 12px;
    }

    .single-blog-post .hover-icon a {
        font-size: 11px;
    }

    .post-2 h4.post-date {
        padding-bottom: 0;
        font-size: 15px;
    }

    .post-1 .post-overlay h4.post-date {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .post-2 h2.blog-heading {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 8px;
    }

    .post-overlay h2.blog-heading {
        color: #fff;
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 13px;
    }
}

/* xs */
@media (max-width: 767px) {
    h2.blog-heading, .post-3 .post-overlay h2.blog-heading {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 13px;
    }

    .post-3 .post-overlay a.read-more {
        font-size: 12px;
        margin: 0 auto;
        padding: 10px 20px
    }

    .single-home-area {
        padding: 150px 0;
    }

    .top-nav {
        padding: 30px 30px 0;
    }

    .post-navi {
        margin-bottom: 110px;
        border: 0;
    }

    #home-carousel .carousel-control.left {
        left: 10px;
    }

    #home-carousel .carousel-control.right {
        right: 10px;
    }

    .single-navi.text-center {
        border: 2px solid #333;
        margin-bottom: 10px;
    }

    #video_container {
        position: relative;
        width: 100%;
        height: 54vw;
    }

    .post-overlay h4.post-date {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .post-2 a.read-more {
        padding: 10px 14px;
        font-size: 12px;
    }

    .post-2 h4.post-date {
        padding-bottom: 0;
        font-size: 15px;
    }

    .post-overlay h2.blog-heading {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 8px;
    }

    .contact-bottom {
        position: relative;
        bottom: -55px;
    }

    .single-contact {
        padding-bottom: 40px;
    }

    p.comment-p {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 15px;
    }

    .post-overlay h2.blog-heading {
        color: #fff;
        font-size: 22px;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .single-blog-post.single-home-area {
        padding: 0;
    }

    #home-carousel .carousel-control {
        font-size: 16px;
        line-height: 30px;
        height: 30px;
        width: 30px;
    }

    a.read-more {
        letter-spacing: 1px;
        font-size: 12px;
        padding: 10px 15px;
        -webkit-transition: all 0.33s;
        transition: all 0.33s;
    }

    h4.post-date {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 5px;
    }

    .blog-content-top p, .blog-content-bottom p {
        color: #333333;
        font-size: 14px;
        line-height: 28px;
    }

    .blog-header h2 img {
        margin-right: 8px;
    }

    .blog-header h2 {
        color: #333333;
        font-size: 18px;
        margin: 0;
        padding: 50px 0 40px;
    }
    .gallery-header h2 {
        font-size: 22px;
        margin: 53px 0 80px;
    }
    .footer-social ul li a {
        font-size: 18px;
        height: 45px;
        width: 45px;
        border: 2px solid #fff;
        line-height: 43px;
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .instragram-heading h2 {
      font-size: 24px;
        padding: 34px 0;
    }
}

/* XS Portrait */
@media (max-width: 479px) {
    .logo.pull-left {
        width: 40%;
    }

    .navbar-toggle {
        font-size: 22px;
    }

    h2.blog-heading, .post-3 .post-overlay h2.blog-heading {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .post-3 .post-overlay a.read-more {
        font-size: 10px;
        margin: 0 auto;
        padding: 8px 15px
    }

    .single-home-area {
        padding: 120px 0;
    }

    .top-nav {
        padding: 20px 20px 0;
    }

    .post-navi {
        margin-bottom: 110px;
        border: 0;
    }

    #home-carousel .carousel-control.left {
        left: 10px;
    }

    #home-carousel .carousel-control.right {
        right: 10px;
    }

    .single-navi.text-center {
        border: 2px solid #333;
        margin-bottom: 10px;
    }

    #video_container {
        position: relative;
        width: 100%;
        height: 54vw;
    }

    .post-overlay h4.post-date {
        font-size: 12px;
        padding-bottom: 0;
    }

    .post-2 a.read-more {
        padding: 8px 12px;
        font-size: 11px;
    }

    .post-2 h4.post-date {
        padding-bottom: 0;
        font-size: 12px;
    }

    .post-2 .post-overlay h2.blog-heading {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 8px;
    }

    .contact-bottom {
        position: relative;
        bottom: -55px;
    }

    .single-contact {
        padding-bottom: 30px;
    }

    p.comment-p {
        font-size: 13px;
        line-height: 18px;
        padding-bottom: 13px;
    }

    .post-overlay h2.blog-heading {
        color: #fff;
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 5px;
    }

    .single-blog-post.single-home-area {
        padding: 0;
    }

    #home-carousel .carousel-control {
        font-size: 16px;
        line-height: 30px;
        height: 30px;
        width: 30px;
    }

    a.read-more {
        letter-spacing: 1px;
        font-size: 10px;
        padding: 8px 10px;
        -webkit-transition: all 0.33s;
        transition: all 0.33s;
    }

    h4.post-date {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 5px;
    }

    .single-blog-post .hover-icon a {
        display: inline-block;
        color: #fff;
        font-size: 8px;
        padding: 7px 8px;
    }

    .single-blog-post .hover-icon {
        top: 10px;
        right: -40px;
        z-index: 999;
    }

    .single-blog-post:hover .hover-icon {
        right: 14px;
        opacity: 1;
    }
    footer p.pull-left {
        font-size: 12px;
        float: none;
        text-align: center;
    }
    footer a.pull-right {
        font-size: 12px;
        text-align: center;
        padding-top: 11px;
    }
}