/*------------------------------------------------------------------
[SERVICES.CSS - Partners / Clients shortcode styles]
[Table of contents]

1. Shared styles, layout
2. Style 1
3. Style 2 and 3
4. Style 4
5. Responsive styles
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	1. Shared styles, layout
-------------------------------------------------------------------*/
.services-posts-shortcode {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
}
.services-posts-shortcode article {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 33.33333%;
}
.services-posts-shortcode .inside {
  padding: 0 15px 30px 15px;
}
.services-posts-shortcode .inside-content {
  position: relative;
}
.services-posts-shortcode h4 {
  font-size: 32px;
  line-height: 1.2em;
  font-weight: normal;
}
.services-posts-shortcode .excerpt p {
  margin-bottom: 0;
}
/*------------------------------------------------------------------
	2. Style 1
-------------------------------------------------------------------*/
.services-posts-shortcode.style-cols_3_iconic article {
  margin-bottom: 80px;
}
.services-posts-shortcode.style-cols_3_iconic .inside-content {
  position: relative;
}
.services-posts-shortcode.style-cols_3_iconic h4 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2em;
}
.services-posts-shortcode.style-cols_3_iconic .service-content.with-icon {
  position: relative;
}
.services-posts-shortcode.style-cols_3_iconic .service-content.with-icon .text {
  padding-left: 100px;
}
.services-posts-shortcode.style-cols_3_iconic .service-content.with-icon .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.services-posts-shortcode.style-cols_3_iconic .service-content.with-icon svg {
  display: block;
  width: 60px;
}
.services-posts-shortcode.style-cols_3_iconic .service-content.with-icon svg path,
.services-posts-shortcode.style-cols_3_iconic .service-content.with-icon svg circle,
.services-posts-shortcode.style-cols_3_iconic .service-content.with-icon svg rect {
  fill: #c8c8c8;
}
.services-posts-shortcode.style-cols_3_iconic .service-content.with-icon i.fa {
  font-size: 55px;
  color: #c8c8c8;
}
.services-posts-shortcode.style-cols_3_iconic .excerpt {
  margin-bottom: 18px;
}
.services-posts-shortcode.style-cols_3_iconic .button {
  text-transform: uppercase;
}
.services-posts-shortcode.style-cols_3_iconic article:hover h4 {
  color: #1cbbb4;
}
.services-posts-shortcode.style-cols_3_iconic article:hover .button {
  background-color: #1cbbb4;
  color: #ffffff;
}
/*------------------------------------------------------------------
	3. Style 2 and 3
-------------------------------------------------------------------*/
.services-posts-shortcode.style-cols_3_thumb .thumb img,
.services-posts-shortcode.style-cols_3_iconic_thumb .thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.services-posts-shortcode.style-cols_3_thumb .thumb,
.services-posts-shortcode.style-cols_3_iconic_thumb .thumb {
  margin-top: -2px;
  margin-right: -2px;
  margin-left: -2px;
  position: relative;
}
.services-posts-shortcode.style-cols_3_thumb .overlay,
.services-posts-shortcode.style-cols_3_iconic_thumb .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(28, 187, 180, 0.7);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}
.services-posts-shortcode.style-cols_3_thumb .inside-content,
.services-posts-shortcode.style-cols_3_iconic_thumb .inside-content {
  border: 2px solid #f3f3f3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-posts-shortcode.style-cols_3_thumb .text,
.services-posts-shortcode.style-cols_3_iconic_thumb .text {
  padding: 25px 30px;
}
.services-posts-shortcode.style-cols_3_thumb article:hover .overlay,
.services-posts-shortcode.style-cols_3_iconic_thumb article:hover .overlay {
  opacity: 1;
}
.services-posts-shortcode.style-cols_3_thumb h4:hover,
.services-posts-shortcode.style-cols_3_iconic_thumb h4:hover {
  color: #1cbbb4;
}
.services-posts-shortcode.style-cols_3_thumb .button,
.services-posts-shortcode.style-cols_3_iconic_thumb .button {
  margin-top: 18px;
}
/*------------------------------------------------------------------
	4. Style 4
-------------------------------------------------------------------*/
.services-posts-shortcode.style-cols_3_iconic_thumb h4 {
  font-weight: bold;
}
.services-posts-shortcode.style-cols_3_iconic_thumb .service-content.with-icon {
  position: relative;
}
.services-posts-shortcode.style-cols_3_iconic_thumb .service-content.with-icon .text {
  padding-left: 100px;
}
.services-posts-shortcode.style-cols_3_iconic_thumb .service-content.with-icon .icon {
  position: absolute;
  top: 30px;
  left: 15px;
}
.services-posts-shortcode.style-cols_3_iconic_thumb .service-content.with-icon svg {
  display: block;
  width: 60px;
}
.services-posts-shortcode.style-cols_3_iconic_thumb .service-content.with-icon svg path,
.services-posts-shortcode.style-cols_3_iconic_thumb .service-content.with-icon svg circle,
.services-posts-shortcode.style-cols_3_iconic_thumb .service-content.with-icon svg rect {
  fill: #c8c8c8;
}
.services-posts-shortcode.style-cols_3_iconic_thumb .service-content.with-icon i.fa {
  font-size: 55px;
  color: #c8c8c8;
}
/*------------------------------------------------------------------
	5. Responsive styles
-------------------------------------------------------------------*/
@media screen and (max-width: 1199px) {
  .services-posts-shortcode h4,
  .services-posts-shortcode-masonry h4 {
    font-size: 18px;
    line-height: 1.35em;
  }
}
@media screen and (max-width: 992px) {
  .services-posts-shortcode article,
  .services-posts-shortcode-masonry article {
    width: 50% !important;
  }
  .services-posts-shortcode.style-cols_3_iconic_thumb .icon {
    display: none;
  }
  .services-posts-shortcode.style-cols_3_iconic_thumb .service-content.with-icon .text {
    padding-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .services-posts-shortcode article,
  .services-posts-shortcode-masonry article {
    width: 100% !important;
  }
}
