/* Mixins */
/* Mixins */
.res .pst {
  border: 1px solid #ddd;
  color: #191919;
  padding: 1.778rem;
  background: #fff; }
  @media screen and (max-width: 1080px) {
    .res .pst {
      padding: 0.889rem; } }
  .res .pst:hover {
    transform: scale(1.025); }
    .res .pst:hover > .txt > .meta > .arw {
      background: #e5f2ff; }
  .res .pst .wrp {
    position: relative;
    overflow: hidden;
    min-height: 12.778rem;
    overflow: hidden; }
    .res .pst .wrp img {
      width: auto;
      min-height: 100%;
      max-width: 150%; }
  .res .pst .txt {
    margin: 0.889rem 0; }
    .res .pst .txt .cat {
      text-transform: uppercase;
      color: #14A724;
      font-size: 90%;
      letter-spacing: 2px;
      margin-bottom: 0.889rem; }
    .res .pst .txt .meta {
      grid-template-columns: 1fr 3rem; }
      .res .pst .txt .meta .dte {
        opacity: 0.8;
        font-size: 80%; }
      .res .pst .txt .meta .arw {
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -ms-transition: 0.3s;
        color: #007FFD;
        padding: 0.889rem 0;
        border-radius: 0.888rem;
        border: 4px solid #e5f2ff;
        box-sizing: border-box;
        line-height: 1; }

.single-ebooks main.content {
  max-width: 86.667rem;
  margin: 0 auto;
  padding: 0 1.778rem;
  display: grid;
  grid-gap: 1.778rem; }
  .single-ebooks main.content article .entry-header {
    padding: 3.0555rem 0; }
    .single-ebooks main.content article .entry-header h1 {
      font-size: 3.5rem; }

.single-ebooks .ebk-cnt {
  grid-gap: 3.556rem; }
  .single-ebooks .ebk-cnt strong {
    text-transform: uppercase;
    color: #14A724;
    font-size: 90%;
    letter-spacing: 2px;
    margin-bottom: 0.889rem; }

.single-ebooks .ebk-dwn {
  padding: 6.111rem 0;
  margin-bottom: 6.111rem; }
