/*
 Theme Name:   Rekon Child
 Theme URI:    https://themeforest.net/item/rekon-construction-wordpress-theme/25324895
 Description:  Rekon Child Theme
 Author:       ApusTheme
 Author URI:   https://themeforest.net/user/apuswp
 Template:     rekon
 Version:      1.0.0
 Text Domain:  rekon-child
*/


.books-list {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    gap: 30px;	
    padding-bottom: 90px;
}

.book-row {
    box-shadow: 0 0 010px #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.book_content {
    padding: 0 15px 20px;
}

.book_content h2 {
    margin: 20px 0 10px;
    font-size: 22px;
    font-weight: 600;
}

.book-image img {
    width: 100%;
    height: 250px;
}
        	.cursor {
  background-color: whitesmoke;
  width: 24px;
  height: 24px;
  transform-origin: center;
  top: 0;
  left: 0;
  position: absolute;
  mix-blend-mode: exclusion;
  pointer-events: none;
  will-change: transform;
  transition: transform linear .125s, opacity .125s ease-in .125s;
  border-radius: 100%;
  opacity: 0;
  z-index: 9999;
  
  &-trail {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 2px solid #FF674D;
    top: -2px;
    left: -2px;
    position: absolute;
    mix-blend-mode: exclusion;
    pointer-events: none;
    will-change: transform;
    transition: transform linear .125s, opacity .125s ease-in .125s;
    border-radius: 100%;
    opacity: 0;
    z-index: 9999;
  }
}