/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/*************************
  Banner variables
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-ebook_template .ebook-item-view .ebook-item {
  background-color: #fff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 27px 20px;
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .page-template-ebook_template .ebook-item-view .ebook-item {
    padding: 27px;
  }
}
.page-template-ebook_template .ebook-item-view .ebook-item .image-holder {
  text-align: center;
  max-width: 100%;
  float: none;
  margin-bottom: 10px;
  padding-top: 10px;
}

@media screen and (min-width: 1200px) {
  .page-template-ebook_template .ebook-item-view .ebook-item .image-holder {
    margin-bottom: 30px;
  }
}
.page-template-ebook_template .ebook-item-view .ebook-item .image-holder img {
  box-shadow: unset;
}

@media (max-width: 1199px) {
  .page-template-ebook_template .ebook-item-view .ebook-item .image-holder img {
    width: 100%;
    max-width: 195px;
  }
}
@media (max-width: 767px) {
  .page-template-ebook_template .ebook-item-view .ebook-item .image-holder {
    margin: 0 auto 30px;
    float: none;
  }
}
@media (max-width: 1199px) {
  .page-template-ebook_template .ebook-item-view .ebook-item .image-holder {
    margin: 0 auto 30px;
    float: none;
  }
}
.page-template-ebook_template .ebook-item-view .ebook-item .title-wrap {
  border-bottom: 2px solid #F0F0F0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.page-template-ebook_template .ebook-item-view .ebook-item .ebook-title {
  margin-bottom: 0;
  text-align: left;
}

.page-template-ebook_template .ebook-item-view .ebook-item .ebook-title a {
  color: inherit;
  text-decoration: none;
}

.page-template-ebook_template .ebook-item-view .ebook-item .ebook-title a:is(:hover, :focus) {
  color: inherit;
}

.page-template-ebook_template .ebook-item-view .ebook-item .ebook-info {
  font-style: italic;
  line-height: 28px;
  padding-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .page-template-ebook_template .ebook-item-view .ebook-item .ebook-info {
    line-height: 32px;
  }
}
.page-template-ebook_template .ebook-item-view .ebook-item .ebook-author {
  font-weight: 700;
}

.page-template-ebook_template .ebook-item-view .ebook-item .btn-download-wrap {
  text-align: right;
}

@media (max-width: 1199px) {
  .page-template-ebook_template .ebook-item-view .ebook-item .btn-download-wrap {
    text-align: center;
  }
}
@media (min-width: 576px) {
  .page-template-ebook_template .ebook-item-view .ebook-item .btn-download-wrap .btn {
    min-width: 300px;
  }
}
.page-template-ebook_template .ebook-item-view .ebook-item .btn-download-wrap span {
  pointer-events: none;
}

/*# sourceMappingURL=ebook_template.css.map*/