/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 12 2021 | 01:20:47 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.search article.page{
  box-sizing:border-box;
  height:calc((100vw - 100px) / 4 * 0.62);
/*   height:13.56vw; */
}
.search #main-content {
  padding-top: 0;
}

.search #main-content > .container {
  padding-left: 70px;
  padding-right: 70px;
  max-width: 100%;
}

.search #main-content > .container > .row > .col-lg-8 {
  max-width: 100%;
  flex-basis: 100%;
}

.fase1-post-wrap:after, .fase1-product-wrap:after, .fase1-project-wrap:after {
  content: '';
  display: table;
  clear: both;
}

.search #main-content > .container article {
  	box-sizing:border-box;
	display: none;
    margin: 0 10px 20px 10px;
    float: left;
/*   	height:calc((100% - 80px) / 4 * 0.62) */
    width: calc((100% - 80px) / 4);
}

.search #main-content > .container article .post-image {
  margin-bottom: 10px;
}

.search #main-content > .container article .post-body {
  background: transparent;
  padding: 0;
  height: 120px;
  overflow: hidden;
}

.search #main-content > .container article .img-fluid {
  width: 100%;
  object-fit: contain;
}

.search #main-content > .container article h2.entry-title {
  margin-bottom: 0;
  text-align:center;
  font-size: 24px;
}

.search #main-content > .container .fase1-post-wrap article h2.entry-title {
  text-align: left;
}

.search #main-content > .container .fase1-product-wrap article h2.entry-title:last-child {
  font-size: 22px;
  font-weight: 300
}

.search #main-content > .container article .entry-content p {
  margin-top: 0;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.search #main-content > .container article .post-footer.readmore-btn-area {
  display:none
}

@media (min-width: 960px) and (max-width:1199px) {
  .search article.page{
  	box-sizing:border-box;
  	height:calc((100vw - 80px) / 3 * 0.62);
	/*   height:13.56vw; */
}
  .search #main-content > .container article {
  	width: calc((100% - 60px) / 3);
  }
}

@media (max-width:1024px) { 
  .search #main-content > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width:959px) { 
.search article.page{
  	box-sizing:border-box;
  	height:calc((100vw - 60px) / 2 * 0.62);
	/*   height:13.56vw; */
}
  .search #main-content > .container article {
  	width: calc((100% - 40px) / 2);
  }
}

@media (max-width:767px) { 
  .search #main-content > .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

