/* Styles for Sunray Author Manager */

.sam-slider {
    width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.sam_biblio li {
    margin-bottom: 0.5em;
}

.sam-slider-loading {
    display: none;
    height: 100px;
    width: 100%;
    background: url('../images/spinner.gif') center no-repeat;
    background-size: contain;
}

.sam-slide-image {
    margin: 0 !important;
    height: 250px !important;
    width: auto;
}

.sam-slide {
    position: relative;
}

.sam-slide-link {
    padding: 0 5px;
}

.sam-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    hyphens: none;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    display: block;
    opacity: 0;
    transition: all 0.5s;
}

.sam-slide:hover .sam-slide-overlay {
    opacity: 1;
}


.sam-center-text {
    text-align: center;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    top: 50%;
    padding: 1em;
    transform: translate(0, -50%);
}

.sam-more-info {
    text-decoration: none !important;
    margin: 1em auto;
    display: block;
    width: 45%;
    padding: 2px;
    font-size: 90%;
    color: #ffffff;
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.sam-more-info:hover {
    text-decoration: none;
    color: #000000;
    background: #ffffff;
}

.slick-prev:before, .slick-next:before {
    color: #000000 !important;
}

.slick-prev:active, .slick-next:active {
    background: none;
    border: none;
    padding: inherit !important;
}

.sam-story-header {
    margin: 0 0 1em;
    width: 100%;
    /*overflow: hidden;*/
}

.sam-story-header .sam-cover-image {
    float: left;
}

.sam-story-header .sam-cover-image img {
    max-width: 300px;
    margin: 0 1em 0 0;
    height: auto;
}

.sam-story-header .sam-cover-image.archive img {
    max-width: 150px;
    margin: 0 1em 0 0;
    height: auto;
}

.sam-story-header .sam-meta {
    font-weight: inherit;
    margin: 0;
}

.sam-story-header .sam-bookstore-link {
    margin: 1em 0 0 0;
}

.sam-story-header .sam-url,
.sam-story-header .sam-more-info,
.sam-story-header .sam-accolades {
    margin: 1em 0 0 0;
}

.archive .sam-more-info {
    width: 100%;
}

.sam_biblio .sam-date-heading {
    margin: 1em 0;
}


/* less than 768px */

@media (max-width: 767px) {

    .sam-story-header .sam-cover-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 15px !important;
    }

    .sam-story-header .sam-cover-image.archive img {
        width: 100%;
        max-width: 100%;
        margin: 0 0 1em 0;
        height: auto;
    }

}











