.handmade-post .handmade-post-image {
  position: relative;
}
.handmade-post .handmade-post-image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.handmade-post .handmade-post-image-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0;
}
.handmade-post .handmade-post-image-overlay .handmade-post-readmore {
  position: absolute;
  right: 23px;
  bottom: 23px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #ffffff;
  padding-right: 20px;
}
.handmade-post .handmade-post-image-overlay .handmade-post-readmore:after {
  content: "\e699";
  font-family: 'Pe-icon-7-stroke';
  font-size: 20px;
  position: absolute;
  right: 0;
  bottom: -5px;
}
.handmade-post .owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  top: -89px;
  right: 0;
}
.handmade-post .owl-theme .owl-nav [class*='owl-'] {
  width: 42px;
  height: 42px;
  border: 2px solid #eee;
  background-color: transparent;
  opacity: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  line-height: 38px;
  color: #333333;
  margin: 0;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.handmade-post .owl-theme .owl-nav [class*='owl-']:hover {
  background-color: #F7F7F7;
  border-color: #F7F7F7;
}
.handmade-post .owl-theme .owl-nav [class*='owl-'].owl-prev {
  margin-right: 5px;
}
.handmade-post h2 {
  font-size: 30px;
  line-height: 1.2;
  padding-left: 5px;
}
.handmade-post .handmade-line {
  margin-bottom: 32px;
}
.handmade-post .handmade-post-item:hover .handmade-post-image-overlay {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.handmade-post .handmade-post-item .owl-stage .owl-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.handmade-post .handmade-post-item .owl-theme .owl-nav {
  position: static;
}
.handmade-post .handmade-post-content p a {
  display: none;
}
.handmade-post h3 {
  font-size: 18px;
  line-height: 1.2;
  padding-top: 8px;
  margin-bottom: 0;
}
.handmade-post h3 a {
  font-size: inherit;
  line-height: inherit;
  color: #3F3F3F;
  display: block;
  padding-bottom: 10px;
  padding-top: 16px;
}
.handmade-post a:hover {
  text-decoration: none;
}
.handmade-post .post-entry-meta {
  padding-bottom: 13px;
}
.handmade-post .post-entry-meta span {
  font-size: 14px;
}
.handmade-post .post-entry-meta span a {
  color: inherit;
}
.embed-responsive.embed-responsive-blog-related {
  padding-bottom: 61.84%;
}
