/* Large desktop :1920px. */
@media (min-width: 992px) and (max-width: 1200px) {
    .slide1-text {
        top: 60%;
    }
    .cap-text {
        display: block;
        font-weight: 500;
        line-height: 24px;
        margin: 0 0 22px;
        overflow: hidden;
        padding: 0 42% 0 0;
    }
    .product-item .product-info p:last-child {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 999px) {
    .blog-area .post-grid.grid-3:nth-child(3) {
        display: none;
    }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 1169px) {
    .site-logo {
        padding: 15px 0;
    }
    .cap-1 h2 {
        font-size: 22px!important;
        margin: 0 0 15px;
        line-height: 25px!important;
    }
    .cap-2 h2 {
        font-size: 24px;
        line-height: 20px;
        margin: 0 0 15px;
    }
    .nivo-controlNav {
        left: 15px;
    }
    .slide1-text {
        top: 60%;
    }
    .blog-area .post-grid img {
        width: 100%
    }
	.single-footer {
	  margin-bottom: 0!important;
	  margin-top: 0!important;
	}
	.footer-top-area {
	  padding-bottom: 80px;
	  padding-top: 80px;
	}
	.cap-text {
	  padding: 0 45% 0 0;
	}
	.nivo-controlNav {
	  left: 5px;
	}
}
/* small mobile :320px. */
@media (max-width: 767px) {
    .container {
        width: 300px
    }
    .site-logo {
        padding: 15px 0;
    }
    .comment-list .children {
        margin-left: 10px;
    }
    .author-top .author-comment .author-name {
        font-size: 15px;
        margin-bottom: 0;
    }
    .author-top .author-comment {
        padding: 0;
    }
    .breadcrumbs-area {
        padding: 130px 0 80px;
    }
    .cap-1 h2 {
        font-size: 18px!important;
        margin: 0 0 5px;
        line-height: 25px!important;
    }
    .breadcrumbs h2.page-title {
        font-size: 24px;
        line-height: 30px;
    }
    .cap-text {
        display: none;
    }
    .cap-2 h2 {
        font-size: 20px;
        line-height: 20px;
        margin: 0px;
    }
    .header-info {
        text-align: center;
        margin-bottom: 5px;
    }
    .footer-bottom .col-sm-6:first-child .copyright-text {
        float: none;
        text-align: center;
        margin-bottom: 5px;
    }
    .footer-bottom .col-sm-6:last-child .footer-social {
        float: none;
        text-align: center;
    }
    .header-top-area .header-social {
        text-align: center!important;
    }
    .slide1-text {
        top: 70%;
    }
    .site-logo {
        padding: 5px 0;
    }
    .cap-readmore {
        line-height: 47px;
        display: none;
    }
    .nivo-controlNav {
        display: none;
    }
    .blog-area .post-grid img {
        width: 100%
    }
    .portfolio-area img {
        width: 100%;
    }
    .newsletter-form {
        width: 300px;
    }
    .footer-title {
        margin-bottom: 15px;
        margin-top: 30px;
    }
    .footer-top-area {
	  padding: 60px 0 100px;
	}
    .contact-area .col-md-6,
    .contact-area .col-md-12,
    .contact-area .row {
        padding: 0;
    }
    .logged-in .header-area.sticky {
        top: 0;
    }
    .sticky .meanmenu-reveal {
        color: #01b1d7!important;
    }
	.single-footer {
	  margin-bottom: 0!important;
	  margin-top: 40px!important;
	}
}
/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }
    .cap-1 h2 {
        font-size: 26px!important;
        margin: 0 0 12px;
    }
    .cap-text {
        display: none;
    }
    .cap-2 h2 {
        font-size: 28px;
        line-height: 20px;
        margin: 0 0 16px;
    }
    .slide1-text {
        top: 60%;
    }
    .site-logo {
        padding: 5px 0;
    }
    .nivo-controlNav {
        display: block;
    }
    .newsletter-form {
        width: 435px;
    }
    .sticky .meanmenu-reveal {
        color: #01b1d7!important;
    }
	.kc-team-3 .content-image img {
	  float: none;
	  width: 100%;
	}
	.kc-team-3.team-area .overlay {
	  padding-top: 100px;
	}
}