﻿.template3_bajestan {
  /*shared styles*/
}
.template3_bajestan .post-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.template3_bajestan .post-details {
  width: 100%;
}
.template3_bajestan figure {
  margin-left: 10px;
  margin-right: 0px;
}
.template3_bajestan figure img {
  width: 71px;
}
.template3_bajestan .post-category {
  display: inline-block;
  font-size: 9pt;
}
.template3_bajestan .post-category a {
  color: #d04526;
}
.template3_bajestan .post-meta {
  color: #777;
  font-size: 9pt;
}
.template3_bajestan .post-meta .post-date {
  float: right;
  letter-spacing: 0.3px;
}
.template3_bajestan .post-meta .post-date i {
  margin-left: 3px;
}
.template3_bajestan .post-meta .post-author {
  float: right;
  margin-left: 7px;
}
.template3_bajestan .post-meta .post-author img {
  border-radius: 80px;
  height: 16px;
  width: 16px;
  display: inline-block;
}
.template3_bajestan .post-meta .post-author img:hover {
  display: inline-block;
}
.template3_bajestan .post-meta .post-author a {
  color: #777;
}
.template3_bajestan .post-footer {
  border-bottom: 3px solid #222;
  border-top: 1px solid #e6e6e6;
  margin-top: 15px;
  padding: 7px 0;
  width: 100%;
  font-size: 9pt;
}
.template3_bajestan .post-footer a {
  color: #222;
}
.template3_bajestan .post-comment {
  float: right;
}
.template3_bajestan .post-readmore {
  float: left;
}
.template3_bajestan .post-title {
  font-size: 9pt;
  margin-top: 4px;
  font-weight: bold;
}
.template3_bajestan .post-title a {
  color: #222;
}
.template3_bajestan .post-img {
  position: relative;
  overflow: hidden;
}
.template3_bajestan .post-img img {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.template3_bajestan .post-img > a {
  display: block;
}
.template3_bajestan .post-img:hover a img {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}
.template3_bajestan .post-img:hover .overlay-icon {
  display: block;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.85s;
  animation-duration: 0.85s;
}
.template3_bajestan .overlay-icon.fa {
  color: #fff;
  display: none;
  font-size: 20px !important;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 40px;
  z-index: 9;
}
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

body:not(.rtl) .template3_bajestan figure {
  margin-right: 10px;
  margin-left: 0px;
}
body:not(.rtl) .template3_bajestan .post-meta .post-date {
  float: left;
}
