@CHARSET "ISO-8859-1";
/*
----------  1.2. Media screen max width 768px  ----------
*/
@media screen and (max-width: 768px) {
  .sc_progress_bar > .row > div[class*="col-md"] {
    margin-bottom: 40px;
  }
  .sc_progress_bar > .row > div[class*="col-md"]:last-child {
    margin-bottom: 0;
  }
}
/*
----------  1.3. Media screen max width 767px  ----------
*/
@media screen and (max-width: 767px) {
	.slz-title-command .title-command-wrapper {
		padding: 20px 0 !important;
	}
	.slz-title-command .title-command-wrapper  .title {
		font-size: 30px !important;
	}
	.slz-title-command {
		background-size: cover;
	}
  .sc_item_list .slz-list li:first-child {
    margin-top: 0;
  }
  .slz-case-study-space{
    height: 40px;
  }
  .slz-btn{
    line-height: 1.5;
    height: auto;
  }
  .slz-btn + .slz-btn{
    margin-top: 10px;
  }
}

/*
----------  1.5. Media screen max width 480px  ----------
*/
@media screen and (max-width: 480px) {
  .slz-btn {
  	padding: 10px 20px;
    min-width: inherit;
  }
  .slz-contact-form .form-control {
  	margin-bottom: 10px;
  }
  .slz-contact-form> div +div {
  	margin-top: 0;
  }
  .sc_progress_bar > .row > div[class*="col-md"]:last-child {
  	margin-bottom: 0;
  }
  .slz-blog-detail.slz-sidebar-left .slz-content-column {
  	float: none;
  	margin-bottom: 100px;
  }
  .entry-content img, .entry-content img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  	max-width: 100%;
  }
  .sc_team_list.no-carousel .item.inline_block:last-child {
	  margin-bottom: 0;
  }
}
