/*
 * Copyright (c) 2004-2023 OIC Group, Inc.
 *
 * This file is part of Exponent
 *
 * Exponent is free software; you can redistribute
 * it and/or modify it under the terms of the GNU
 * General Public License as published by the Free
 * Software Foundation; either version 2 of the
 * License, or (at your option) any later version.
 *
 * GPL: http://www.gnu.org/licenses/gpl.txt
 *
 */

/* sermon series */
.sermonseries.showall a.series {
    text-decoration : none;
    /*font-size: 75%;*/
    color: black;
}
/*.sermonseries.showall div.item:hover {*/
/*    background-color: #fff9bc;*/
/*}*/
.sermonseries.showall .series-body,
.sermonseries.show .series-body {
    padding: 8px;
}
.sermonseries.showall span.series-title,
.sermonseries.show span.series-title {
    /*line-height: 1.2;*/
    min-height: 24px;
    /*border-bottom: 1px solid #CCC1B1;*/
    display:block;
    padding: 12px 4px 6px;
}
.sermonseries.showall .series-info,
.sermonseries.show .series-info {
    /*line-height: 1.2;*/
    padding: 0 4px 4px;
    zoom: 90%;
}
.sermonseries.showall .item {
    /*border: 1px solid #CCC1B1;*/
    /*display:inline-block;*/
    vertical-align: top;
    /*width: 162px;*/
    margin-left: 15px;
    margin-right: 15px;
}

.sermonseries.showall .item,
.sermonseries.show .item {
    /*-webkit-box-shadow: 0px 0px 15px 1px rgba(173, 173, 173, 0.15);*/
    /*box-shadow: 0px 0px 15px 1px rgba(173, 173, 173, 0.15);*/
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sermonseries.showall .item:hover,
.sermonseries.show .item:hover {
    -webkit-box-shadow: 0 22px 133px rgba(173, 173, 173, 0.15);
    box-shadow: 0 22px 133px rgba(173, 173, 173, 0.15);
    transform: translateY(-10px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sermonseries.showall .item a:hover,
.sermonseries.show .item a:hover {
    text-decoration: none;
}

.sermonseries .expandable .bodycopy {
    overflow:hidden;
    height: 0px;
}
.sermonseries .expandable h2 {
    background-color: #CCC1B1;
    border-bottom: 1px solid black!important;
    border-top: 1px solid black;
    padding-bottom: 0!important;
    padding-left: 5px!important;
}
.sermonseries .expandable h2.expand {
    background-image: url('../../../../../../framework/core/assets/images/section_collapsed.png');
    background-repeat:no-repeat;
    background-position: right;
    display:block;
}
.sermonseries .expandable h2.collapse {
    background-image: url('../../../../../../framework/core/assets/images/section_expanded.png');
    background-repeat:no-repeat;
    background-position: right;
    display:block;
}

.sermonseries .yui3-hd h4 {
	margin: 3px 0 3px 0;
}

.sermonseries.show a.s-pager:hover {
    background-color: rgba(204, 193, 177, 0.46);
    border: 1px solid black!important;
}
.sermonseries.show .page-box {
    padding: 7px;
    margin: 2px;
    margin-top: 10px;
    border-bottom: 2px solid #CCC1B1;
    border-top: 2px solid #CCC1B1;
}
.sermonseries.show a.s-pager {
    margin: 2px;
    padding: 0 5px;
    border: 1px solid #CCC1B1;
    text-decoration : none;
    line-height: 1.75;
}
.sermonseries.show span.s-pager.current,
.sermonseries.show a.s-pager.current {
    margin: 2px;
    padding: 0 3px;
    background-color: #ffe6b3;
    border: 2px solid black;
}
.sermonseries.show .item.card.current {
    background-color: #fff8e9;
    border: 2px solid black;
}

.sermonseries .preview-img {
    display:block;
}
.sermonseries.showall .preview-img,
.sermonseries.show .preview-img {
    margin-left: auto;
    margin-right: auto;
    /*min-height: 105px;*/
    /*max-width: 160px;*/
    width: 100%;
}

.sermonseries.showall .img-hover,
.sermonseries.show .img-hover {
    position: relative;
    overflow: hidden;
    z-index: 3;
}
.sermonseries.showall .img-hover img:hover,
.sermonseries.show .img-hover img:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}
.sermonseries.showall .img-hover img,
.sermonseries.show .img-hover img {
    z-index: -1;
    background-color: white;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}
.sermonseries.showall .card,
.sermonseries.show .card {
    margin: 15px;
    padding: 0;
}


.sermonseries.show dl.attached {
    margin: 0;
}

.sermonseries.show h2#h2-outline,
.sermonseries.show h3#h3-outline {
    margin-bottom: 0;
}

/*.sermonseries.showall div.item-actions {*/
    /*display:none;*/
/*}*/

/*.sermonseries.showall .item:hover div.item-actions {*/
    /*display:block;*/
    /*position:absolute;*/
    /*top:5px;*/
    /*left:5px;*/
    /*padding:3px;*/
/*}*/

/*.sermonseries.showall .item-actions a {*/
    /*display:block;*/
    /*text-align:left;*/
/*}*/

/* sermons */
.sermons ul {
    padding-left: 20px;
}

.sermons ul .pagination {
    padding-left: 0;
}

.sermons ul .pagination-links {
    margin-left: -20px;
}

.sermons .download-link {
    margin-top: -2px;
}

a.pptfile,
a.mp3file {
    *display:inline;
    zoom:1;
    text-transform:capitalize;
    padding:3px 3px 3px 26px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 22px;
}

a.pptfile {
    background-image: url(../images/pptx_icon.png);
}


a.mp3file {
    background-image: url(../../../../../../framework/core/assets/images/mimetypes/audio_22x22.png);
}

/* badge */
.badge.top-right {
    position: absolute;
    top: 6px;
    /*bottom: 2px;*/
    right: 6px;
    z-index: 9;
}
.badge.top-left {
    position: absolute;
    /*top: 6px;*/
    /*bottom: 2px;*/
    /*right: 6px;*/
    /*top: -8px;*/
    z-index: 9;
}

@media (max-width: 769px) {
    .sermonBody {
        margin-top: 70px;
    }
}

#video_typeControl > label {
    color: black;
}