/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-count {
        border-bottom: 1px solid #E8EBF2;
    }

    .single-count:nth-child(2) {
        border-right: none;
    }

    .single-count:nth-child(3),
    .single-count:nth-child(4) {
        border-bottom: none;
    }

    .single-service.two:hover {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .header-area {
        padding-top: 200px;
        display: block;
    }

    .footer-top .footer-widget {
        margin-bottom: 30px;
    }

    .timeline-post:after {
        left: 14px;
    }

    .timeline-post .masonry-item {
        width: 100%;
        padding-right: 0;
        padding-left: 50px;
    }

    .timeline-post .masonry-item:nth-child(odd) {
        padding-right: 0;
    }

    .timeline-post .masonry-item:nth-child(even):after,
    .timeline-post .masonry-item:after {
        right: auto;
        left: 0;
    }

    .timeline-post .masonry-item:before {
        right: auto;
        left: 37px;
        border-left: none;
        border-right: 13px solid #28CC8B
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .header-area {
        padding-top: 200px;
        display: block;
    }

    .site-header .page-title {
        font-size: 30px;
        line-height: 35px;
    }

    .site-header .sub-title {
        font-size: 16px;
    }

    .nav-links .nav-previous,
    .nav-links .nav-next,
    .comment-form .comment-form-author,
    .comment-form .comment-form-email {
        width: 100%;
    }

    .comment-list-area,
    .comment-respond,
    .share-menu,
    .post-footer-meta,
    .post-single .post-content {
        padding: 15px;
    }

    .comment-list .comment .comment-body {
        padding-left: 15px;
    }

    .comment-list .comment .comment-body .comment-author img {
        position: static;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .comment-list .children {
        margin-left: 15px;
    }

    .nav-links .nav-next {
        text-align: left;
        margin-bottom: 30px;
    }

    /* Footer-Widget-Style */
    .footer-widget {
        margin-bottom: 30px;
    }

    .footer-widget:last-child {
        margin-bottom: 0;
    }

    .timeline-post:after {
        left: 14px;
    }

    .timeline-post .masonry-item {
        width: 100%;
        padding-right: 0;
        padding-left: 50px;
    }

    .timeline-post .masonry-item:nth-child(odd) {
        padding-right: 0;
    }

    .timeline-post .masonry-item:nth-child(even):after,
    .timeline-post .masonry-item:after {
        right: auto;
        left: 0;
    }

    .timeline-post .masonry-item:before {
        right: auto;
        left: 37px;
        border-left: none;
        border-right: 13px solid #28CC8B
    }

    .post-photo-gallery .owl-controls .owl-buttons > div {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {}

@media only screen and (max-width: 480px) {
    .xs-full {
        width: 100%;
    }
}