/*--------------------------------------------------------------
responsive CSS
--------------------------------------------------------------*/

@media (max-width: 1200px) {
    .tg-container {
        padding: 0 1%;
        width: 98%;
    }
    .boxed {
        width: 97%;
    }
}

@media(max-width: 980px) {
    .logo,
    .cart-wrap {
        z-index: 99;
    }
}

@media (max-width: 768px) {
    #top-footer .tg-column-wrapper .tg-column-4 {
        width: 47%;
    }
    .tg-team-widget.tg-team-layout-2 .team-wrapper .team-content-wrapper {
        text-align: center;
    }
    .team-img {
        text-align: center;
    }
    .tg-team-widget.tg-team-layout-2 .team-designation::after {
        right: 50%;
    }
    .tg-slider-widget .caption-title {
        font-size: 30px;
        line-height: 1.5;
    }
    .tg-slider-widget .caption-desc {
        font-size: 16px;
        line-height: 1.5;
        margin: 10px 0;
    }
    .blog-section .tg-blog-widget {
        margin-bottom: 30px;
    }
    .blog-wrapper.tg-column-wrapper {
        margin: 0;
    }
    .blog-section .tg-blog-widget-layout-2 .tg-column-3 {
        margin-right: 15px;
        width: 47%;
    }
    .blog-section .tg-blog-widget-layout-2 .tg-column-3:nth-of-type(2n+1) {
        clear: both;
    }
    #primary,
    #secondary {
        float: none;
        width: 100%;
    }
    .tg-service-widget.tg-service-layout-2 .service-icon-wrap {
        margin: 0 auto 5px;
    }
    .tg-service-widget .service-content-wrap {
        margin: 0 0 10px;
    }
    .feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget {
        width: 30.33%;
    }

    .tg-service-widget .service-more {
        margin-bottom: 30px;
    }
    .tg-service-widget .service-more:last-child {
        margin-bottom: 0;
    }
    .tg-service-widget.tg-service-layout-1 .service-content-wrap {
        margin: 20px 0;
    }
    .tg-service-widget.tg-service-layout-1 {
        margin: 20px 0;
    }
    .feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget.tg-column-4{
        width: 50%;
    }
    .feature-product-section .tg-feature-product-widget.tg-column-4 {
        width: 47%;
    }
    .tg-feature-product-layout-1 .grid{
        margin: 0;
    }
    .fun-facts-section {
        margin: 30px 0;
    }
    .blog-section .tg-column-wrapper .tg-blog-widget-layout-1.tg-column-2 {
        margin: 0 11px 20px;
        width: 47%;
    }
    .blog-section .row:nth-child(2n+1) .post-image::before,
    .blog-section .row:nth-child(2n) .post-image::before {
        display: none;
    }
    .blog-section .tg-blog-widget-layout-1 .row:nth-child(2n+1) .post-image,
    .blog-section .tg-blog-widget-layout-1 .row:nth-child(2n+1) .blog-content,
    .blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n) .post-image,
    .blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n) .blog-content {
        float: none;
        width: 100%;
    }
    .blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .tg-column-2,
    .blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n+1) .post-image,
    .blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n+1) .blog-content,
    .blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n) .post-image,
    .blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n) .blog-content {
        width: 100%;
        margin: 0 0 20px;
    }
    .tg-blog-widget-layout-1 .row {
        margin-bottom: 20px;
    }
    .tg-blog-widget-layout-1 .row:last-child {
        margin-bottom: 0;
    }

   .header-top{
        display: none;
    }
}

@media(max-width: 600px) {
    .header-top .tg-container {
        text-align: center;
    }
    .header-top .contact-info,
    .header-top .social-menu {
        float: none;
        line-height: 24px;
        display: inline-block;
    }
    .header-top .tg-column-wrapper{
        flex-direction: column;
        text-align: center;
    }
    #top-footer .tg-column-wrapper {
        margin: 0 3%;
    }
    #top-footer .tg-column-wrapper .footer-block {
        width: 100%;
        margin: 0 0 30px 0;
    }
    #top-footer .tg-column-wrapper .tg-column-4:last-child {
        margin: 0;
    }
    #bottom-footer {
        text-align: center;
    }
    #bottom-footer .copyright,
    #bottom-footer .footer-menu {
        float: none;
        display: inline-block;
    }
    .about-section .about-content-wrapper {
        text-align: center;
        width: 100%;
        float: none;
        padding: 0;
    }
    .about-section .tg-column-wrapper {
        text-align: center;
    }
    .about-section .about-section-image {
        margin-top: 20px;
    }
    .call-to-action-section .btn-wrapper a {
        display: block;
        margin: 20px auto 0;
        font-size: 14px;
    }
    .call-to-action-section .btn-wrapper a:first-child,
    .call-to-action-section .call-to-action-section-layout-2 .btn-wrapper a:first-child {
        margin: 0 auto 20px;
    }
    .call-to-action-section .section-title-wrapper .section-title {
        font-size: 23px;
    }
    .feature-product-section .tg-feature-product-widget {
        width: 47%;
    }
    .blog-section .row:nth-child(2n+1) .post-image::before,
    .blog-section .row:nth-child(2n) .post-image::before {
        display: none;
    }
    .header-top .tg-column-2 {
        float: none;
        width: auto;
    }
    .header-top .tg-column-2:last-child {
        float: none;
    }
    .header-bottom .cart-wrap:hover .widget_shopping_cart {
        display: none;
    }
    .blog.grid-view #primary .post,
    .archive.grid-view #primary .post {
        width: 100%;
    }
    #primary .post .entry-thumbnail img {
        width: 100%;
    }
    .blog #primary .post .entry-thumbnail,
    .archive #primary .post .entry-thumbnail {
        float: none;
        width: 100%;
    }
    .blog #primary .post .entry-content-block,
    .archive #primary .post .entry-content-block {
        width: 100%;
    }
    .about-content-wrapper .section-title, .about-content-wrapper .section-description {
      text-align: center;
    }
    .about-section  .about-section-image{
        display: none;
    }
    .blog-section .tg-blog-widget-layout-2 .tg-column-3 {
        margin-right: 0;
        width: 100%;
    }
}

@media(max-width: 480px) {
    .tg-slider-widget::before {
        content: " ";
        display: block;
        clear: both;
    }
    .logo .logo-image {
        padding: 0;
        transform: scale(0.8);
    }
    .logo-text {
        padding: 20px 0;
    }
    .logo .logo-text .site-title {
        line-height: 24px;
    }
    .tg-slider-widget.slider-content-left .caption-desc,
    .tg-slider-widget.slider-content-center .caption-desc {
        font-size: 12px;
        line-height: 16px;
    }
    .tg-slider-widget.slider-content-left .caption-title,
    .tg-slider-widget.slider-content-center .caption-title {
        font-size: 14px;
        line-height: 18px;
    }
    .tg-slider-widget .btn-wrapper a {
        font-size: 10px;
        padding: 2px 15px;
    }
    .logo .site-title {
        font-size: 18px;
        line-height: 24px;
    }
    .site-description {
        font-size: 12px;
    }
    .center-logo-below-menu .logo,
    .logo {
    padding: 20px 0;
    }
    .center-logo-below-menu .logo .logo-image {
      padding: 0;
    }
    .call-to-action-section .btn-wrapper a,
    .call-to-action-section .btn-wrapper a:first-child {
        width: 200px;
    }
    .slider-arrow {
        display: none;
    }
    .header-top .tg-column-wrapper .tg-column-2 {
        width: 100%;
    }
    .header-top ul.contact-info li {
        text-align: center;
        width: 100%;
    }
    .feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget,
    .feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget.tg-column-3,
    .feature-product-section .tg-feature-product-widget.tg-column-4,
    .feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget.tg-column-4 {
        width: 97%;
    }
    .tg-slider-widget .caption-desc {
        display: none;
    }
    .tg-slider-widget .caption-title {
        margin-bottom: 10px;
    }
.header-bottom .cart-wrap{
    padding: 20px 10px;
}
.call-to-action-section .call-to-action-section-layout-2 .section-title-wrapper,
.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper {
  display: block;
  width: 100%;
}
.call-to-action-section .call-to-action-section-layout-2 .section-title{
    text-align: center;
}

.boxed .tg-container {
  padding: 0 15px;
}
}

@media(max-width: 320px) {
    .tg-slider-widget .caption-desc {
        display: none;
    }
    .tg-slider-widget .caption-title {
        margin-bottom: 10px;
    }
}
