.m-post .post-image {
  overflow: hidden;
}
.m-post .post-image img {
  width: 100%;
  height: auto;
}
.m-post .post-image .post-video.entry-thumbnail {
  position: relative;
}
.m-post .post-image .post-video.entry-thumbnail a.prettyPhoto {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0.8;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 60px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.m-post .post-image .owl-controls .owl-nav div {
  position: absolute;
  top: 50%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  width: 38px;
  height: 38px;
  margin-top: -19px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.m-post .post-image .owl-controls .owl-nav div i {
  color: #ffffff;
  font-size: 25px;
  line-height: 38px;
}
.m-post .post-image .owl-controls .owl-nav div:hover {
  background-color: #000000;
}
.m-post .post-image .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.m-post .post-image .owl-controls .owl-nav .owl-next {
  right: 0;
}
.m-post .post-content {
  text-align: center;
}
.m-post .post-content h6 {
  font-size: 15px;
  line-height: 1.6;
  padding-top: 26px;
  margin-bottom: 0;
}
.m-post .post-content h6 a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0.05em;
  display: block;
}
.m-post .post-entry-meta {
  padding-top: 10px;
  font-style: italic;
  font-size: 14px;
  color: #666666;
}
.m-post a:hover {
  text-decoration: none;
}
.m-post.style2 .post-content {
  text-align: left;
}
.m-post.style2 .post-entry-meta {
  padding-top: 4px;
  padding-bottom: 11px;
}
.m-post.style2 .post-small {
  padding-bottom: 45px;
}
.embed-responsive.embed-responsive-post-large {
  padding-bottom: 66.66666666666667%;
}
.embed-responsive.embed-responsive-post-small {
  padding-bottom: 67.03703703703704%;
}
@media (min-width: 1199px) {
  .m-post.style2 .post-large .post-content h6 {
    font-size: 18px;
    line-height: 2;
    padding-top: 30px;
  }
  .m-post.style2 .post-large .post-entry-meta {
    padding-top: 17px;
    padding-bottom: 26px;
  }
}
@media (min-width: 600px) {
  .m-post.style2 .post-small .post-image {
    padding-right: 15px;
    width: 50%;
    float: left;
  }
  .m-post.style2 .post-small .post-image .owl-controls .owl-nav div {
    background-color: transparent;
  }
  .m-post.style2 .post-small .post-image .owl-controls .owl-nav div:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .m-post.style2 .post-small .post-content {
    max-height: 181px;
    overflow: hidden;
  }
  .m-post.style2 .post-small .post-content h6 {
    padding-top: 0;
    margin-top: -10px;
    line-height: 2.2;
  }
  .m-post.style2 .post-small:before,
  .m-post.style2 .post-small:after {
    content: " ";
    display: table;
  }
  .m-post.style2 .post-small:after {
    clear: both;
  }
}
