.mythemes-view-grid article {
  margin-bottom: 30px;
}
.mythemes-view-grid article .post-thumbnail {
  background-color: #f9f9f9;
  margin-top: 0px;
  max-height: none;
}
.mythemes-view-grid article .post-thumbnail a.valign-cell-wrapper.no-image:hover {
  background-color: rgba(0, 0, 0, 0);
}
.mythemes-view-grid article .post-thumbnail .valign-cell-wrapper-bottom.caption {
  display: none;
}
.mythemes-view-grid article .post-thumbnail.has-video-thumbnail {
  background-color: #1e2327;
}
.mythemes-view-grid article .post-thumbnail.has-video-thumbnail a.valign-cell-wrapper span.video-play-button {
  width: 75px;
  height: 75px;
}
.mythemes-view-grid article .post-thumbnail.has-video-thumbnail a.valign-cell-wrapper span.video-play-button i {
  font-size: 24px;
  line-height: 71px;
  width: 71px;
  height: 71px;
}
.mythemes-view-grid article .post-thumbnail.has-video-thumbnail a.valign-cell-wrapper span.video-play-button i:before {
  display: block;
  height: 71px;
  width: 71px;
  text-align: center;
}
.mythemes-view-grid article .post-content {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 20px;
  text-align: center;
}
.mythemes-view-grid article .post-content h4.post-title {
  font-size: 18px;
  line-height: 26px;
  margin: 0px 0px 21px 0px;
}
.mythemes-view-grid article .post-content h4.post-title a {
  color: #303030;
}
.mythemes-view-grid article .post-content h4.post-title a:hover {
  color: #00aeef;
}
.mythemes-view-grid article .post-content ul.post-categories {
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.mythemes-view-grid article .post-content ul.post-categories li a {
  background-color: #26ad60;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  font-size: 12px;
  line-height: 18px;
  padding: 4px 12px;
  margin: 3px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mythemes-view-grid article .post-content ul.post-categories li a:hover {
  background-color: #00aeef;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mythemes-view-grid article .post-content ul.post-categories li a:before,
.mythemes-view-grid article .post-content ul.post-categories li a::before {
  content: '\ef62';
  margin-right: 8px;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
}
.mythemes-view-grid article .post-content p {
  color: #888888;
  font-size: 13px;
  line-height: 18px;
}
.mythemes-view-grid article .post-content div.post-actions {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
}
.mythemes-view-grid article .post-content div.post-actions a.action-item.post-share span{
    display: none;
}
.mythemes-view-grid article .post-content div.post-actions a.action-item.post-share i{
    margin-right: 0px;
}
.mythemes-view-grid.boxed article {
  background: #ffffff;
  margin-bottom: 30px;
}
.mythemes-view-grid.boxed article:hover {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.mythemes-view-grid.boxed article .post-content {
  border: none;
  margin-top: 0px;
  padding: 25px 20px 20px 20px;
}
.mythemes-view-grid.space-boxed article {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.mythemes-view-grid.space-boxed article:hover {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}
.mythemes-view-grid.space-boxed article .post-content {
  border: none;
  margin-top: 0px;
  padding: 25px 10px 10px 10px;
}
.mythemes-view-grid.open article {
  margin-bottom: 30px;
}
.mythemes-view-grid.open article .post-thumbnail-wrapper {
  background: #ffffff;
  padding: 10px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.mythemes-view-grid.open article .post-content {
  background-color: transparent;
  border: none;
  padding: 10px 0px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.mythemes-view-grid.open article:hover .post-thumbnail-wrapper {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}
