/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-ss-book-cover {
  position: relative;
  max-width: 306px;
  width: 100%;
  height: 0;
  padding-top: calc(900/600*100%);
  overflow: hidden; }
  .wp-block-ss-book-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-ss-book-buy-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .wp-block-ss-book-buy-links a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-preferred-size: 95px;
        flex-basis: 95px;
    margin-bottom: 10px;
    background: #fff;
    padding: 5px 10px;
    height: 41px;
    border: 1px solid rgba(55, 178, 162, 0.6); }
    .wp-block-ss-book-buy-links a img {
      width: 100%; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-cgb-block-ss-book-pages {
  background: orangered;
  border: 0.2rem solid #292929;
  color: #292929;
  margin: 0 auto;
  max-width: 740px;
  padding: 2rem; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-ss-posts-with-book {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .wp-block-ss-posts-with-book .post-with-book {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px; }
    .wp-block-ss-posts-with-book .post-with-book figure {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
      margin: 0 15px 0 0; }
    .wp-block-ss-posts-with-book .post-with-book .text .category {
      font-size: 16px; }
    .wp-block-ss-posts-with-book .post-with-book .text .title {
      font-size: 16px; }
    .wp-block-ss-posts-with-book .post-with-book .text .meta {
      font-size: 10px; }
  @media screen and (max-width: 720px) {
    .wp-block-ss-posts-with-book .post-with-book {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin: 0 10px 25px; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/* ================================================================================
    Book Cover Browser Styling
   ================================================================================ */
.cover-browser .clear {
  clear: both; }

.cover-browser .controls {
  width: 100%;
  margin-bottom: 8px;
  position: relative; }

.cover-browser .cbcontrol {
  font-size: 50px;
  position: absolute;
  top: 125px;
  color: #000;
  width: auto;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1000; }

.cover-browser #cbControlRight {
  left: -50px; }

.cover-browser #cbControlLeft {
  right: -50px; }

.cover-browser .cbcontrol:hover {
  cursor: pointer; }

.cover-browser .stage {
  height: 370px;
  margin-bottom: 60px;
  overflow: hidden;
  width: 100%;
  z-index: 10;
  position: relative;
  -webkit-backface-visibility: hidden; }

.cover-browser .cbImage {
  width: 165px;
  height: 250px;
  float: left;
  margin: 25px 0px 25px 0px;
  color: #000000;
  -webkit-box-shadow: 0px 5px 10px 0px #D6D6D6;
          box-shadow: 0px 5px 10px 0px #D6D6D6;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: center; }

.cover-browser .cbImage img {
  width: 100%;
  height: 100%; }

.cover-browser .cbImage p.free-read-type,
.cover-browser .cbImage p.expiration,
.cover-browser .cbImage a.current-free-reads-btn-read {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-out;
  -o-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out; }

.cover-browser .cbImage.active p.free-read-type,
.cover-browser .cbImage.active p.expiration,
.cover-browser .cbImage.active a.current-free-reads-btn-read {
  opacity: 1; }

.cover-browser .cbImage p.free-read-type {
  text-transform: uppercase;
  margin: 10px 0 0 0; }

.cover-browser .cbImage p.expiration {
  font-size: 14px;
  font-weight: 700; }

.cover-browser .inactiveLeft {
  -webkit-transform: perspective(500px) rotateY(60deg);
  -O-transform: perspective(500px) rotateY(60deg);
  transform: perspective(500px) rotateY(60deg);
  -webkit-transition: all .5s ease-out;
  -O-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-box-shadow: 12px 0px 20px 0px #d6d6d6;
          box-shadow: 12px 0px 20px 0px #d6d6d6; }

.cover-browser .inactiveRight {
  -webkit-transform: perspective(500px) rotateY(-60deg);
  -O-transform: perspective(500px) rotateY(-60deg);
  transform: perspective(500px) rotateY(-60deg);
  -webkit-transition: all .5s ease-out;
  -O-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-box-shadow: -12px 0px 20px 0px #d6d6d6;
          box-shadow: -12px 0px 20px 0px #d6d6d6; }

.cover-browser .active {
  z-index: 100;
  -webkit-transform: perspective(500px) rotateY(0deg);
  -O-transform: perspective(500px) rotateY(0deg);
  transform: perspective(500px) rotateY(0deg);
  -webkit-transition: all .5s ease-out;
  -O-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out; }

/* Small Screen Styles */
@media screen and (max-width: 767px) {
  h2.library-title {
    text-align: center; }
  .cover-browser #cbControlRight {
    left: -25px; }
  .cover-browser #cbControlLeft {
    right: -25px; } }
