/**
 *    [Table of contents]
 *
 *    [&. Content / #key]
 *    [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
 *
 *    Summary:
 *
 *    0. VARIABLE LESS
 *        - 0.1. Color
 *    1. RESPONSIVE SCREEN
 		  - 1.0. Responsive for layout boxed style
 *        - 1.1. Media screen max width 1024px
 *        - 1.2. Media screen max width 768px
 *        - 1.3. Media screen max width 767px
 *        - 1.4. Media screen max width 600px
 *        - 1.5. Media screen max width 480px
 *        - 1.6. Media screen max width 380px
 *        - 1.7. Media screen max width 320px
 */

/*
=====================================
=            VARIABLE LESS          =
=====================================
*/

/*
 *
 *    [Table of contents]
 *
 *    [&. Content / #key]
 *    [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
 *
 *    Summary:
 *
 *    0. VARIABLE LESS
 *        - 0.1. Color
 *        - 0.2. Font
 *    1. MIXINS


/*
=============================
====    VARIABLE LESS    ====
=============================
*/

/*
----------  0.1. Color  ----------
*/

/*
----------  0.2. Font  ----------
*/

/*
=============================
===   END VARIABLE LESS   ===
=============================
*/

/*
=============================
====        MIXINS       ====
=============================
*/

/*
=============================
===       END MIXINS      ===
=============================
*/

/*
----------  0.1. Color  ----------
*/

/*
=====  End of VARIABLE LESS  ======
*/

/*
=========================================
=            RESPONSIVE SCREEN          =
=========================================
*/
@media screen and (min-width: 1600px) {
  .content-wrapper-404 .title {
    font-size: 150px;
    position: relative;
    top: 12%;
  }
  .content-wrapper-404 .group-btn {
    top: 72%;
  }
}

@media (min-width:992px) and (max-width:1023px) {
    .body-wrapper.style-boxed {
        width: auto!important
    }
    .body-wrapper.style-boxed .header-middle {
        width: auto;
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .body-wrapper.style-boxed {
        width: 1000px!important
    }
    .body-wrapper.style-boxed .header-middle {
        width: 1000px;
    }
    .body-wrapper.style-boxed .container {
        width: 100%
    }
}

@media (min-width:1200px) {
    .body-wrapper.style-boxed .container {
        width: 100%
    }
}

@media screen and (max-width: 991px) {
	 /*boxed style*/
    .body-wrapper.style-boxed {
        width: auto!important
    }

    .body-wrapper.style-boxed .header-middle {
        width: auto;
    }
}

/*
----------  1.3. Media screen max width 1199px  ----------
*/
@media screen and (max-width: 1199px) {
  .img-right-banner-team {
    left: -150px;
    right: -80px;
  }
}
/*
----------  1.3. Media screen max width 1024px  ----------
*/
@media screen and (max-width: 1024px) {
  .content-wrapper-404 .img-404 {
    padding-top: 10%;
  }
  .content-wrapper-404 .title {
    font-size: 105px;
  }
  .content-wrapper-404 .group-btn {
    top: auto;
    position: relative;
    padding-top: 25px;
  }
  .vc_custom_1475642383925{
    top: -100px;
    margin-bottom: -100px;
    z-index: -1;
  }
  .vc_custom_1475642383925 .vc_custom_1475851256714{
    padding-top: 150px!important;
  }
}
/*
----------  1.1. Media screen max width 991px  ----------
*/
@media screen and (max-width: 991px) {
  .slz-block-item-01 .block-label, .slz-featured-block .block-label {
    left: 15px;
    min-width: 90px;
  }
  .slz-block-item-01 .block-label .text.big,
  .slz-featured-block .block-label .text.big {
    font-size: 36px;
  }
  .img-right-banner-team {
    top: -30px;
    left: -130px;
    right: -30px;
  }
  .slz-banner-01.style-2 .content-wrapper .description {
    width: 70%;
  }
  .slz-banner-01.style-2 .content-wrapper .slz-btn {
    width: 30%;
  }
  .slz-about-timeline .sc_timeline {
    padding-left: 0;
  }

  /*----------  block item  ----------*/
    .slz-sidebar-right .slz-column-4 [class*="slz-block-item"] .block-content-wrapper >.block-title,
    .slz-sidebar-right .slz-column-3 [class*="slz-block-item"] .block-content-wrapper >.block-title,
    .slz-sidebar-left .slz-column-4 [class*="slz-block-item"] .block-content-wrapper >.block-title,
    .slz-sidebar-left .slz-column-3 [class*="slz-block-item"] .block-content-wrapper >.block-title{
        font-size: 24px;
    }

  /*----------  progress bar in abot's page  ----------*/
  .slz-about-progressbar {
    margin-bottom: -40px;
  }
  .slz-about-progressbar .slz-progress-bar-02 {
    margin-bottom: 40px;
  }
  .slz-about-companyculture {
    margin-bottom: -60px;
  }
  .slz-about-companyculture .slz-icon-box-1.style-vertical {
    margin-bottom: 60px;
  }

  /*----------  footer  ----------*/
  .slz-wrapper-footer .row {
    font-size: 0;
  }
  .slz-wrapper-footer .row > * {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .slz-footer-main .slz-widget {
    font-size: 14px;
  }
  .slz-footer-bottom .item-wrapper {
    width: auto;
    display: inline-block;
  }
  .slz-footer-bottom .item-wrapper:first-child {
    width: 22%;
  }
  .slz-footer-bottom .item-wrapper:last-child {
    width: 77%;
  }

  .slz-content-column + .slz-sidebar-column{
    margin-top:60px;
  }
  .slz-sidebar-column + .slz-content-column {
    margin-top:60px;
  }
}


/*
----------  1.2. Media screen max width 768px  ----------
*/
@media screen and (max-width: 768px) {
  .content-wrapper-404 .img-404 {
    padding-top: 4%;
  }
  .content-wrapper-404 .title {
    font-size: 70px;
  }
  .slz-block-item-01 .block-label .text.big, 
  .slz-featured-block .block-label .text.big{
    font-size: 20px;
  }
  .slz-block-item-01 .block-label, 
  .slz-featured-block .block-label{
      min-width: 50px;
     padding: 5px;
  }
  .slz-block-item-01 .block-label >.text,
   .slz-featured-block .block-label >.text{
    padding-top: 5px;
    padding-bottom: 5px;
   }
   .block-image:before{
      padding-top: 80%;
   }
}
/*
----------  1.3. Media screen max width 767px  ----------
*/
@media screen and (max-width: 767px) {
  .slz-team-banner .slz-banner-01 .content-wrapper {
    padding: 0;
    text-align: center;
  }
    /*----------  blog item  ----------*/
    
   .slz-sidebar-right [class*="slz-column"] [class*="slz-block-item"] .block-content-wrapper >.block-title,
   .slz-sidebar-left [class*="slz-column"] [class*="slz-block-item"] .block-content-wrapper >.block-title,
    [class*="slz-column"] [class*="slz-block-item"] .block-content-wrapper >.block-title{
        font-size: 20px;
   }

  .slz-wrapper-footer .row > * {
    width: 100%;
  }
  .slz-wrapper-footer .slz-widget {
    margin-top: 60px;
  }
  .slz-wrapper-footer .row > *:first-child .slz-widget {
    margin-top: 0;
  }
  .slz-wrapper-footer .slz-widget-about-us p {
    margin: 0;
  }

  /*----------  footer  ----------*/
  .slz-light .slz-footer-bottom,
  .slz-dark .slz-footer-bottom {
    position: relative;
    padding: 40px 0 80px;
  }
  .slz-footer-bottom .item-wrapper:last-child {
    width: 100%;
    text-align: center;
    display: block;
  }
  .slz-dark .slz-footer-bottom .item-wrapper:first-child {
    position: absolute;
    display: block;
    text-align: center;
    width: auto;
    top: auto;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .slz-dark .slz-footer-bottom .item-wrapper .navbar-footer {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .navbar-footer li:first-child {
    margin-left: 15px;
  }
  .navbar-footer li:last-child {
    margin-right: 15px;
  }
  
  .slz-footer-main .slz-widget{
    margin-bottom: 40px;
  }
  .slz-blog-detail.slz-sidebar-left .slz-content-column,
  .slz-sidebar-column{
    float: none;
    width:100%;
  }
  .slz-featured-block{
    position: relative;
    width:100%;
  }
  .slz-progress-bar-02{
    margin-bottom: 40px;
  }
  .slz-block-item-01 .block-label,
  .slz-featured-block .block-label{
      min-width: 50px;
      padding: 5px;
  }
  .slz-block-item-01 .block-label .text.big, 
  .slz-featured-block .block-label .text.big{
    font-size: 24px;
  }
  .slz-block-item-01 .block-label >.text, 
  .slz-featured-block .block-label >.text{
    font-size: 14px;
    font-weight: 400;
  }
  .entry-meta .meta-content .tags-links{
    float: none;
    width: 100%;
    display: block;
  }
  .entry-meta .meta-content .tags-links +.slz-social-share{
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }
  .post-navigation .prev-post{
    float: none!important;
    margin-bottom: 10px;
  }
  .post-navigation .next-post{
    float: none!important;
    margin-bottom: 0px;
  }
  .comments-area .comment-metadata{
    padding-left: 90px;
  }
  .slz-posts .comment-list .children li{
    padding-left: 0px;
  }
  .entry-meta .meta-content .slz-social-share{
    width: 100%;
    float: none;
  }
  .content-wrapper-404 .text-404{
    font-size: 280px;
  }
  .slz-btn{
    line-height: 1.5;
    height: auto;
  }
  .post-navigation .nav-links{
    margin-left: 0px;
    margin-right: 0px;
  }
  .post-navigation .prev-post,
  .post-navigation .next-post{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    float: none!important;
  }

}

/*
----------  1.4. Media screen max width 600px  ----------
*/
@media screen and (max-width: 600px) {
  .content-wrapper-404 .title {
    font-size: 50px;
  }
  .content-wrapper-404 .group-btn .btn {
    min-width: 150px;
  }
  .comments-area .comment-form-author{
    width: 100%;
    padding-right: 0px;
  }
  .comments-area .comment-form-email{
    width: 100%;
    padding-left: 0px;
  }
  .content-wrapper-404 .text-404{
    font-size: 200px;
  }
  .slz-btn + .slz-btn{
    margin-top: 10px;
  }
}

/*
----------  1.5. Media screen max width 480px  ----------
*/
@media screen and (max-width: 480px) {
  .slz-banner-01.style-2 .content-wrapper .description {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 0;
    padding-right: 0;
  }
  .slz-banner-01.style-2 .content-wrapper  .slz-btn {
    float: none;
    width: auto;
    margin-top: 15px;
  }
  .slz-sidebar-right [class*="slz-column"] [class*="slz-block-item"] .block-content-wrapper >.block-title,
   .slz-sidebar-left [class*="slz-column"] [class*="slz-block-item"] .block-content-wrapper >.block-title,
    [class*="slz-column"] [class*="slz-block-item"] .block-content-wrapper >.block-title{
        font-size: 16px;
   }  
   .slz-list-block.slz-column-2 .item:first-child,
   .slz-list-block.slz-column-3 .item:first-child,
   .slz-list-block.slz-column-4 .item:first-child{
    margin-top: 0px!important;
   } 
   .slz-list-block.slz-column-2 .item:nth-child(-n + 2),
   .slz-list-block.slz-column-3 .item:nth-child(-n + 3),
   .slz-list-block.slz-column-4 .item:nth-child(-n + 4){
    margin-top: 60px;
   }
   .slz-widget  .title-widget{
    margin-bottom: 20px;
  }
  .entry-content blockquote,
   blockquote{
    padding: 20px;

  }
  .entry-content blockquote:before,
  blockquote:before{
    font-size: 20px;
    left: 10px;
  }
  .entry-content blockquote p,
   blockquote p{
    border-left: none;
  }
  .slz-blog-author{
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }
  .slz-blog-author:before{
    width: 100%;
    left: 0%;
  }
  .slz-blog-author .media-left{
    width: 100%;
    display: block;
    padding:0px;
    text-align: center;
  }
  .slz-blog-author .media-left .media-image img{
    width: 80px;
    height: 80px;
    display: inline-block;
    margin-top: -80px;
  }
  .slz-blog-author{
    margin-top: 60px;
  }
  .slz-blog-author .media-right{
    padding:0px 15px;
    display: block;
  }
  .slz-blog-author .media-right .author{
    text-align: center;
    display: block;
  }
  .comments-area .comment-author img{
    width: 60px;
    height: 60px;
  }
  .comments-area .comment-metadata,
  .comments-area  .comment-awaiting-moderation,
  .comments-area .comment-author .fn,
  .comments-area .comment-list .reply{
    padding-left: 80px;
  }
  .comments-area .comment-metadata{
    display: block;
  }
  .comments-area .comment-body .comment-content
  {
    margin-left: 80px;
  }
  .slz-wrapper-footer .single-social{
    margin-top: 0px;
  }
  .slz-widget + .slz-widget.slz-widget-about-us.single-social,
  .slz-widget.slz-widget-about-us.single-social{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .content-wrapper-404 .img-404 {
    padding-top: 50%;
  }
  .content-wrapper-404 .title {
    font-size: 42px;
  }
  .content-wrapper-404 .text-404{
    font-size: 120px;
    line-height: 1.5;
  }
}

/*
----------  1.5. Media screen max width 479px  ----------
*/
@media screen and (max-width: 479px) {
  .slz-topbar-list .icons {
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .slz-btn {
    height: auto;
    line-height: inherit;
  }
}

/*
----------  1.6. Media screen max width 380px  ----------
*/
@media screen and (max-width: 380px) {
  .layout-button-xs .slz-group-btn .slz-btn {
    min-width: 180px;
  }
  .layout-button-xs .slz-group-btn .slz-btn + .slz-btn {
    margin-top: 15px;
    margin-left: 0;
  }
  .content-wrapper-404 .title {
    font-size: 36px;
  }
}

/*
----------  1.7. Media screen max width 320px  ----------
*/
@media screen and (max-width: 320px) {
  .content-wrapper-404 .title {
    font-size: 32px;
  }
  .content-wrapper-404 .group-btn .btn {
    min-width: 140px;
  }
  .slz-btn + .slz-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}

/*
=====  End of RESPONSIVE SCREEN  ======
*/
