/*
 * mcms_sermons_6.css
 *
 * Styles for Sermons 6 Layout
 *
 */

.btn span[class^="sermonicon-"], .btn span[class*=" sermonicon-"] {
    font-family: 'Sermon-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-image {
    width: 100%;
    padding-top: 75%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}

@media (min-width:56em) {
    .header-image {
        width: 100%;
        padding-top: 40%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
        position: relative;
    }
}

.header-image .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-45%) translateX(-50%);
    width: 90%;
}

@media (min-width: 48em) {
    .header-image .container {
        width: 80%;
        transform: translateY(-25%) translateX(-50%);
    }
}

.header-image .page-title {
    font-size: 2em;
    font-weight: 500;
    margin-top: 0;
    padding-top: 0;
    line-height: 1.3;
}

@media (min-width: 48em) {
    .header-image .page-title {
        font-size: 3em;
    }
}

.header-image .view-btns {
    margin: .75em auto;
    display: block;
    box-sizing: border-box;
}

@media (min-width: 56em) {
    .header-image .view-btns {
        margin: 1.5em;
        width: auto;
        display: inline-block;
    }
}

/* LANDING PAGE STYLES */

#sermons6 .latest-sermon .fullwidth-vid {
    width: 100%;
    height: auto;
    margin-bottom: 2em;
}

#sermons6 .latest-sermon .fullwidth-vid + .latest-sermon-image,
#sermons6 .latest-sermon #sermon-video-embedded + .latest-sermon-image { display: none; }

#sermons6 .latest-sermon {
    width: 100%;
    margin-bottom: 3em;
}

@media (min-width:56em) {
    #sermons6 .latest-sermon {
        margin-bottom: 2em;
    }
}

#sermons6 .latest-sermon .title {
    text-transform: uppercase;
    color: #5d7b9d;
}

#sermons6 .latest-sermon .details {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 2em;
    outline: none;
}

@media (min-width:56em) {
    #sermons6 .latest-sermon .details {
        width: 55%;
        float: left;
        margin-right: 5%;
        margin-bottom: 2em;
        outline: none;
    }
}

#sermons6 .latest-sermon .details .speaker-no-headshot {
    display: none;
}

#sermons6 .latest-sermon.no-headshot .details {
    width: 100%;
    float: none;
    margin-bottom: 2em;
}

#sermons6 .latest-sermon.no-headshot .details .speaker-no-headshot {
    display: block;
}

#sermons6 .latest-sermon .details .date,
#sermons6 .latest-sermon .details-full .date {
    margin-bottom: .25em;
}


#sermons6 .latest-sermon .speaker {
    float: none;
    width: 100%;
}

@media (min-width:56em) {
    #sermons6 .latest-sermon .speaker {
        float: right;
        width: 40%;
    }
}

#sermons6 .latest-sermon.no-headshot .speaker {
    display: none;
}

#sermons6 .latest-sermon .speaker .headshot {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 1em;
    height: auto;
}

@media (min-width:56em) {
    #sermons6 .latest-sermon .speaker .headshot {
        width: calc(50% - 2rem);
        float: left;
        margin-right: 2rem;
        margin-top: .25em;
        height: auto;
    }
}

/* Media Icons */

#content #sermons6 ul.media {
    display: block;
    float: left;
    margin-top: 1.25rem;
    margin-bottom: 0px;
    padding: 0px;
}

#sermons6 .media li {
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: top;
}

#sermons6 .media li a {
    display: block;
    font-family: Sermon-Icons;
    font-size: 24px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    color: #a8abb1;
}

#sermons6 .media li a:hover {
    opacity: 0.98;
    color: #5d7b9d;
}

#sermons6 .media li.video a {
    /* this icon needs a tiny boost, to match up better */
    font-size: 26px;
}

#sermons6 .media li.video a::before {
    content: "\e906";
}

#sermons6 .media li.notes a::before {
    content: "\e903";
}

#sermons6 .media li.listen a::before {
    content: "\e905";
}

#sermons6 .media li.download a::before {
    content: "\e907";
}

#sermons6 .latest-sermon:after {
    content: '';
    display: block;
    clear: both;
}

#sermons6 .latest-sermon .addthis_button_compact {
    display: block;
    float: left;
    padding: .65em 1.25em;
    margin-top: 10px;
}

#sermons6 .latest-sermon .addthis_button_compact:hover {
    cursor: pointer;
}

/* Featured Sermons Carousel */

#sermons6 .feat-sermons-heading {
    margin-bottom: 0;
}

@media (min-width:56em) {
    #sermons6 .feat-sermons-heading {
        margin-bottom: -2.5rem;
    }
}

#sermons6 .featured-sermons-carousel {
    width: 100%;
    margin: 6em 0 4em;
    position: relative;
}

@media (min-width:56em) {
    #sermons6 .featured-sermons-carousel {
        width: 100%;
        margin: 3em 0 0;
        position: relative;
    }
}

#sermons6 .featured-sermons-carousel a[class^="sermonicon-"] {
    display: block;
    font-family: Sermon-Icons;
    font-size: 3em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    top: calc((100% - 82px)/2 + 1rem);
    transform: translateY(-50%);
    opacity: 1.0;
}

/* Desktop Carousel */

#sermons6 .featured-sermons-carousel #prev-slide-desktop,
#sermons6 .featured-sermons-carousel #next-slide-desktop {
    display: none;
}

@media (min-width:56em) {

    #sermons6 .featured-sermons-carousel #prev-slide-desktop,
    #sermons6 .featured-sermons-carousel #next-slide-desktop {
        display: block;
    }
}

#sermons6 .featured-sermons-carousel #prev-slide-desktop {
    position: absolute;
    left: 0;
    content: "\e915";
}

#sermons6 .featured-sermons-carousel #next-slide-desktop {
    position: absolute;
    right: 0;
    content: "\e914";
}

#sermons6 .featured-sermons-carousel #prev-slide-desktop.disabled,
#sermons6 .featured-sermons-carousel #next-slide-desktop.disabled {
    opacity: 0.3;
}

#sermons6 .featured-sermons-carousel .cycle-slideshow-desktop {
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    display: none;
}

/* Desktop carousel will display at 56em/896px or higher */

@media (min-width:56em) {
    #sermons6 .featured-sermons-carousel .cycle-slideshow-desktop {
        display: block;
        margin: 0 auto;
        width: calc(100% - 8rem);
    }
}

#sermons6 .featured-sermons-carousel .cycle-slideshow-desktop .cycle-slide {
    margin: 0;
    height: auto;
    width: auto;
    padding: 1rem 1rem 0;
}

#sermons6 .featured-sermons-carousel .cycle-slideshow-desktop .cycle-slide > a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1.0;
}

#sermons6 .featured-sermons-carousel .cycle-slideshow-desktop .cycle-slide img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
    transition: transform .25s ease-in-out;
    -moz-transition: transform .25s ease-in-out;
    -webkit-transition: transform .25s ease-in-out;
}

#sermons6 .featured-sermons-carousel .cycle-slideshow-desktop .cycle-slide>a:hover>img {
    transform: scale(1.15);
}

#sermons6 .featured-sermons-carousel .cycle-slideshow-desktop .cycle-slide h5 {
    text-align: center;
    margin: .75rem 0 0 0;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

#sermons6 .featured-sermons-carousel .cycle-slideshow-desktop .cycle-slide p {
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
}



/* Mobile Carousel */

#sermons6 .featured-sermons-carousel #prev-slide-mobile,
#sermons6 .featured-sermons-carousel #next-slide-mobile {
    display: block;
}

@media (min-width:56em) {

    #sermons6 .featured-sermons-carousel #prev-slide-mobile,
    #sermons6 .featured-sermons-carousel #next-slide-mobile {
        display: none;
    }
}

#sermons6 .featured-sermons-carousel #prev-slide-mobile {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -2.5em;
    padding: 0.5em;
    box-sizing: border-box;
    font-size: 1.8em;
}

#sermons6 .featured-sermons-carousel #next-slide-mobile {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 5px);
    padding: 0.5em;
    box-sizing: border-box;
    font-size: 1.8em;
}

#sermons6 .featured-sermons-carousel #prev-slide-mobile.disabled,
#sermons6 .featured-sermons-carousel #next-slide-mobile.disabled {
    opacity: 0.3;
}

#sermons6 .featured-sermons-carousel .disabled:hover {
    cursor: default;
}

#sermons6 .featured-sermons-carousel .cycle-slideshow-mobile {
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    display: block;
}



/* Mobile carousel will display up to 56em/896px, then be hidden */

@media (min-width:56em) {
    #sermons6 .featured-sermons-carousel .cycle-slideshow-mobile {
        display: none;
    }
}

#sermons6 .featured-sermons-carousel .cycle-slideshow-mobile .cycle-carousel-wrap {
    width: 100% !important;
}

#sermons6 .featured-sermons-carousel .cycle-slideshow-mobile .cycle-slide {
    margin: 0;
    height: auto;
    width: 100% !important;
    padding: 0;
}

#sermons6 .featured-sermons-carousel .cycle-slideshow-mobile .cycle-slide>a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

#sermons6 .featured-sermons-carousel .cycle-slideshow-mobile .cycle-slide img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

#sermons6 .featured-sermons-carousel .cycle-slideshow-mobile .cycle-slide h5 {
    text-align: center;
    margin: 10px 0 0 0;
}

#sermons6 .featured-sermons-carousel .cycle-slideshow-mobile .cycle-slide p {
    text-align: center;
    margin-bottom: 2em;
}

/* STYLES FOR SERMON-LIST VIEW */

#sermons6 .back-to-landing {
    width: auto;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}

#sermons6 .back-to-landing>span {
    font-size: 1.5em;
    vertical-align: -.195em;
}

#sermons6_control_bar {
    width: 100%;
    padding: 0;
    height: auto;
    margin: 0 0 2em;
    box-sizing: border-box;
    text-align: center;
}

@media (min-width:960px) {
    #sermons6_control_bar {
        width: 100%;
        position: relative;
        padding: 0 1em 0 0;
        height: 42px;
        margin: 0 0 2em;
        text-align: left;
    }
}

#sermon-search {
    border: 0;
    outline: none;
    width: 100%;
    margin: 0px;
    padding: 0;
    line-height: 1;
    display: block;
    position: relative;
    width: 200px;
}

@media (min-width:1024px) {
    #sermon-search {
        width: auto;
    }
}

#sermon-search fieldset {
    position: relative;
    display: block;
    padding: 0 8px;
    margin: 0;
    line-height: 1;
    border-radius: 0;
    width: 100%;
    padding: 0px;
}

#sermon-search-term {
    float: left;
    display: block;
    width: 80%;
    padding: 0 2.5%;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    height: 44px;
    outline: none;
    color: #000000;
    outline: none !important;
    border-radius: 0;
}

/* Search Box */

#sermons6_search {
    float: none;
    display: block;
    margin-top: 0;
    position: relative;
    height: 100%;
    width: 200px;
    padding: 0px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 10px;
    height: auto;
}

@media (min-width:1024px) {
    #sermons6_search {
        display: block;
        margin: 0;
        order: 1;
        flex-basis: 19%;
        width: auto;
    }
}

#sermons6_search #sermon-search #sermon-search-term {
    padding: .75em .75em .5em;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    font-size: 1rem;
    padding-right: 1.75em;
}

@media (min-width:960px) {
    #sermons6_search #sermon-search #sermon-search-term {
        width: 100%;
        outline: none;
        font-size: 1em;
    }
}

#sermons6_search #sermon-search #sermon-search-submit {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 12px;
    right: 0em;
    font-size: 18px;
    cursor: pointer;
}

@media (min-width: 960px) {
    #sermons6_search #sermon-search #sermon-search-submit {
        right: 0;
    }
}

#sermons6_search #sermon-search #sermon-search-term::placeholder,
#sermons6_search #sermon-search #sermon-search-term:-ms-input-placeholder {
    color: #999999;
}



/* Sermons 6 List */

#sermons6_list {
    display: block;
    margin: 0;
    width: 100%;
    position: relative;
    min-height: 300px;
}

#sermons6_list .fail {
    display: block;
    text-align: center;
    margin-top: 2em;
}

#sermons6_list .filtered {
    display: block;
    margin-top: 2em;
    margin-bottom: 1em;
}

#sermons6_list .loader,
#sermons6_series_container .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    margin-top: -30px;
}


#sermons6_list .sermon-list-item {
    display: block;
    margin: 3em 0;
}

@media (min-width:56em) {
    #sermons6_list .sermon-list-item {
        display: flex;
        flex-wrap: nowrap;
        margin: 4em 0;
    }
}

#sermons6_list .sermon-list-item:first-of-type {
    margin-top: 2em;
}

#sermons6_list .sermon-list-item .image-link {
    width: 100%;
    margin-right: 0;
    height: 56.25%;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

@media (min-width:56em) {
    #sermons6_list .sermon-list-item .image-link {
        width: 30%;
        margin-right: 3%;
        height: 16.875%;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
    }
}

#sermons6_list .sermon-list-item .image-link:hover {
    opacity: 0.9;
}

#sermons6_list .sermon-list-item .image-link .thumb {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
    -webkit-backface-visibility: hidden;
}

@media (min-width:56em) {
    #sermons6_list .sermon-list-item .image-link .thumb {
        width: 100%;
        height: auto;
        margin-bottom: 0;
        -webkit-backface-visibility: hidden;
    }
}

#sermons6_list .sermon-list-item .main-sermon-image + .placeholder-sermon-image { display: none; }

#sermons6_list .sermon-list-item .details {
    margin: 0;
}

#sermons6_list .sermon-list-item .details .title {
}

#sermons6_list .sermon-list-item .details .date {
    margin-bottom: 5px;
}

#sermons6_list .sermon-list-item .details .passage {
    margin-bottom: 0;
}

#sermons6_list .sermon-list-item .details .media {
    margin-top: 1em;
    margin-bottom: 1.2em;
    float: none;
}

@media (min-width:56em) {
    #sermons6_list .sermon-list-item .details .media {
        float: left;
    }
}

#sermons6_list .sermon-list-item .details .addthis_button_compact {
    display: inline-block;
    float: none;
    padding: .65em 1.25em;
    font-size: 1em;
    margin: .5em 0 0;
}

@media (min-width:56em) {
    #sermons6_list .sermon-list-item .details .addthis_button_compact {
        float: left;
        margin-top: .55em;
    }
}

#sermons6_list .sermon-list-item .details .addthis_button_compact:hover {
    cursor: pointer;
}

#sermons6_list .sermon-list-item .details .media li a {
    font-size: 22px;
}

#sermons6_list .sermon-list-item .details .media li.video a {
    font-size: 23px;
}

#sermons6 .load-more {
    display: block;
    text-align: center;
    color: #777;
    font-weight: 600;
    font-size: 1.5em;
    position: relative;
    width: 100px;
    margin: auto;
    height: 2em;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    cursor: pointer;
}

#sermons6 .load-more:hover {
    color: #5d7b9d;
}

#sermons6 .load-more.loading {
    color: transparent;
    background-image: url("/_assets/img/loaders/preloader.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    background-size: cover;
}

#sermons6 .load-more:after {
    display: block;
    font-family: Sermon-Icons;
    font-size: 15px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    content: "\e902";
    color: #5d7b9d;
    top: 2em;
    margin-left: -7.5px;
    left: 50%;
    position: absolute;
}

#sermons6 .load-more.disable,
#sermons6 .load-more.disable:after {
    cursor: default;
    color: #ccc;
}

#sermons6 .load-more.loading:after {
    display: none;
}



/* SERIES LIST VIEW */

#sermons6_series_container {
    display: block;
    margin: 0;
    width: 100%;
    min-height: 300px;
}

#sermons6_series {
    display: block;
    margin: 0;
    width: 100%;
    position: relative;
    min-height: 300px;
}

@media (min-width:56em) {
    #sermons6_series {
        display: flex;
        min-height: 300px;
        flex-wrap: wrap;
    }
}

#sermons6_series .series-list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3em;
}

@media (min-width:56em) {
    #sermons6_series .series-list-item {
        width: 31.333333333%;
        margin-right: 3%;
        margin-bottom: 2em;
    }
}

#sermons6_series .series-list-item:nth-child(3n+3) {
    margin-right: 0;
}

#sermons6_series .series-list-item .image-link {
    display: block;
    transition: transform .25s ease-in-out;
    -moz-transition: transform .25s ease-in-out;
    -webkit-transition: transform .25s ease-in-out;
    padding-top: 56.25%;
    background-size: cover;
    background-repeat: no-repeat background-position: center;
    position: relative;
    -webkit-backface-visibility: hidden;
}

#sermons6_series .series-list-item .image-link .overlay {
    position: absolute;
    display: block;
    opacity: 0.0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.65);
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

#sermons6_series .series-list-item .image-link .overlay h3 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    font-size: 1.5em;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-smoothing: antialiased !important;
    font-weight: 600;
    text-shadow: 1px 1px 0px #333;
}

#sermons6_series .series-list-item .image-link:hover {
    transform: scale(1.15);
}

#sermons6_series .series-list-item .image-link:hover .overlay {
    opacity: 1.0;
}

#sermons6_series .series-list-item .title-link {
    text-align: center;
    margin: .75em auto 0;
    line-height: 1.5;
}

#sermons6_series .series-list-item .title-link a:after {
    display: none;
}

#sermons6_series .series-list-item .date-range {
    margin: 0 auto 0;
    text-align: center;
}

/* SERMON DETAIL VIEW */
#sermons6 .sermon-detail {
    width: 100%;
    position: relative;
}


@media (max-width:56em) {
    #sermons6 .sermon-detail {
        padding-top: 0 !important;
    }
}

#sermons6 #sermon-video-embedded,
#sermons6 .sermon-detail .fullwidth-vid {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

@media (min-width:56em) {
    #sermons6 #sermon-video-embedded.sticky,
    #sermons6 .sermon-detail .fullwidth-vid.sticky {
        z-index: 100;
        box-shadow: 0 0px 10px 5px rgba(0,0,0,0.18);
        margin-bottom: 0;
    }
}

#sermons6  .fullwidth-vid + .sermon-main-image,
#sermons6  #sermon-video-embedded + .sermon-main-image { display: none; }

#sermons6 .sermon-detail .summary {
    width: 100%;
    display: block;
    margin-bottom: 2em;
}

#sermons6 .sermon-detail .title {
}

#sermons6 .sermon-detail .details {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 2em;
}

@media (min-width:56em) {
    #sermons6 .sermon-detail .details {
        width: 45%;
        float: left;
        margin-right: 5%;
        margin-bottom: 2em;
    }
}

#sermons6 .sermon-detail .details .media {
    float: left;
    margin-top: 10px;
}

#sermons6 .sermon-detail .details .addthis_button_compact {
    display: block;
    float: left;
    padding: .65em 1.25em;
    margin-top: 10px;
}

#sermons6 .sermon-detail .details .addthis_button_compact:hover {
    cursor: pointer;
}

#sermons6 .sermon-detail .details .speaker-no-member-data {
    display: block;
}

#sermons6 .sermon-detail.has-member-data .details .speaker-no-member-data {
    display: none;
}

#sermons6 .sermon-detail .details .date {
    margin-bottom: .25em;
}

#sermons6 .sermon-detail .speaker {
    width: 100%;
    float: none;
    margin-bottom: 2em;
    display: block;
    clear: both;
    padding-top: 2em;
}

@media (min-width:56em) {
    #sermons6 .sermon-detail .speaker {
        width: 50%;
        padding-top: 0;
        float: left;
        margin-bottom: 2em;
        clear: none;
    }
}

#sermons6 .sermon-detail .speaker .headshot {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 1em;
}

@media (min-width:56em) {
    #sermons6 .sermon-detail .speaker .headshot {
        float: left;
        margin-right: 2em;
        width: 50%;
        margin-bottom: 0;
    }
}

#sermons6 .latest-sermon .speaker .position,
#sermons6 .sermon-detail .speaker .position {
    margin-bottom: .25em;
}

#sermons6 .sermon-detail .speaker .name {
    display: block;
}

#sermons6 .sermon-detail .speaker .social,
#sermons6 .latest-sermon .speaker .social {
    display: block;
    margin: 0 0 1rem;
    padding: 0;
}

#sermons6 .sermon-detail .speaker .social li,
#sermons6 .latest-sermon .speaker .social li {
    display: inline-block;
    margin-right: 1em;
    vertical-align: top;
    padding-top: 1px;
}

#sermons6 .sermon-detail .speaker .social li.website,
#sermons6 .latest-sermon .speaker .social li.website {
    padding-top: 0;
}

@media (min-width:56em) {

    #sermons6 .sermon-detail .speaker .social li,
    #sermons6 .latest-sermon .speaker .social li {
        display: inline-block;
        margin-right: .75em;
        vertical-align: top;
    }
}

#sermons6 .sermon-detail .speaker .social li a,
#sermons6 .latest-sermon .speaker .social li a {
    font-size: 20px;
    display: block;
    font-family: Sermon-Icons;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
}

@media (min-width:56em) {

    #sermons6 .sermon-detail .speaker .social li a,
    #sermons6 .latest-sermon .speaker .social li a {
        font-size: 18px;
    }
}

#sermons6 .sermon-detail .speaker .social li a:hover,
#sermons6 .latest-sermon .speaker .social li a:hover {
}



/* This website/world icon needs a boost in size, to match up better */

#sermons6 .latest-sermon .speaker .social li a>.sermonicon-world,
#sermons6 .sermon-detail .speaker .social li a>.sermonicon-world {
    font-size: 1.1em;
}

#sermons6 .sermon-detail:after {
    display: block;
    width: 100%;
    clear: both;
    content: " ";
}

@media (max-width:56em) {
    #sermons6 .latest-sermon .speaker .headshot {
        margin-bottom: 1em;
    }

    #sermons6 .latest-sermon .speaker .name {
        font-size: 24px;
        line-height: 1.6;
        margin-bottom: .25em;
        margin-top: 0px;
    }

    #sermons6 .latest-sermon .speaker .position {
        margin-bottom: 5px;
    }
}



/* Sermon Notes Section */

#sermons6 .sermon-notes {
    width: 100%;
    display: block;
    padding: 0;
    margin: 4em 0;
    box-sizing: border-box;
    border-radius: 0px;
    clear: both;
}

#sermons6 .sermon-notes .header {
    padding: 2em 2.5em;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width:56em) {
    #sermons6 .sermon-notes .header {
        padding: 2em 2.5em;
    }
}

#sermons6 .sermon-notes .header h3 {
}

#sermons6 .sermon-notes .header p {
    margin-bottom: 0;
}

#sermons6 .sermon-notes .form-area {
    min-height: 200px;
    padding: 2em 2.5em;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width:56em) {
    #sermons6 .sermon-notes .form-area {
        min-height: 400px;
        padding: 2em 2.5em;
    }
}

#sermons6 .sermon-notes #sermon-notes-form>fieldset {
    max-width: 100%;
}

#sermons6 .sermon-notes #sermon-notes-form h6 {
    display: block;
    line-height: 1.125em;
    margin-bottom: .5em;
    font-weight: 400 !important;
    font-size: 1.375em;
    text-transform: none;
}

#sermons6 .sermon-notes #sermon-notes-form textarea {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0px;
    margin-bottom: 2em;
    padding: .75em 1em;
    font-size: 16px;
#sermons6 .sermon-notes #sermon-notes-form textarea {
}

    width: 100% !important;
}

#sermons6 .sermon-notes #sermon-notes-form #notes-email {
    display: block;
    width: 287px;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 0px;
    margin-bottom: 2em;
    padding: .75em 1em;
    font-size: 16px;
}

#sermons6 .sermon-notes #sermon-notes-form #loader-box {
    /* This element will replace #notes-submit, during ajax process */
    display: none;
    width: 130px;
    height: 30px;
    margin: 1em 2em 1em 0;
    background-image: url("/_assets/img/loaders/preloader.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    vertical-align: top;
    box-sizing: border-box;
}

#sermons6 .sermon-notes #sermon-notes-form #loader-box.active {
    display: inline-block;
}

#sermons6 .sermon-notes #sermon-notes-form .form-button {
    display: inline-block;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .85rem 2rem;
    margin: 0 1rem .5rem 0;
    font-size: 1.125rem;
    border-radius: 2rem;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 1rem 0 0 0;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
}

#sermons6 .sermon-notes #sermon-notes-form .form-button {
    margin-right: 0.5em;
}

#sermons6 .sermon-notes #sermon-notes-form .form-button:hover,
#sermons6 .sermon-notes .form-area button.form-button {
    cursor: pointer;
}

#sermons6 .sermon-notes #sermon-notes-form #notes-submit.disable,
#sermons6 .sermon-notes #sermon-notes-form #notes-download.disable {
    display: none;
}

#sermons6 #sermons6-modal-msg {
    visibility: hidden;
    width: 85vw;
    max-width: 300px;
    transform: translateY(-50%) translateX(-50%);
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 1.5em 2em;
    z-index: 9999;
    box-sizing: border-box;
    border-radius: 2px;
    transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    opacity: 0.0;
}

#sermons6 #sermons6-modal-msg.active {
    visibility: visible;
    opacity: 1.0;
}

#sermons6 #sermons6-modal-msg p {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 0;
    line-height: 1.6;
    font-weight: 400;
    font-size: 16px;
}

#content #sermons6 ul.media li a {
    padding: 0px;
    background-color: transparent;
    margin: 0px;
    margin-right: 10px;
    font-size: 18px;
    border: 0px;
    width: auto;
    display: inline;
}


/* Animation */

@keyframes shimmy {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(.7deg);
    }

    75% {
        transform: rotate(-.65deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes bobble {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(0.93);
    }

    70% {
        transform: scale(1.07);
    }

    100% {
        transform: scale(1);
    }
}

#pagination #off {
    display: none;
}

.ui-selectmenu-button {
    display: block;
    margin: 0 auto 10px;
    width: 200px;
}

.ui-selectmenu-button:last-of-type {
    margin-bottom: 0;
}

@media (min-width:1024px) {
    .ui-selectmenu-button {
        display: inline-block;
        flex-basis: 19%;
        margin: 0;
        width: auto;
    }
}

@media (min-width: 56em){
    .header-image {
        padding-top: 550px;
    }
}

.ui-selectmenu-menu .ui-menu {
    max-width: 200px;
    max-height: 300px;
}

/*only for theme mk036*/
#sermon-search-term {
    line-height: 44px;
    height: 44px;
}
#sermons6 .sermon-notes #sermon-notes-form textarea,
#sermons6 .sermon-notes #sermon-notes-form #notes-email {
    border-radius: 0px;
    border-width: 2px;
    border-style: solid;
    font-size: 18px;
    padding: 0.4em;
}
#sermons6 .sermon-notes .header {
    text-align: center;
}
#sermons6 .sermon-notes .header h3 {
    font-size: 40px;
    font-weight: 400;
    text-transform: none;
}
#sermons6 .sermon-notes #sermon-notes-form h6 {
    font-weight: 700 !important;
    display: block;
    line-height: 1rem;
    margin-bottom: .75rem;
    font-size: 1.125rem;
    line-height: 1.2;
    text-align: left;
}
#sermons6 .sermon-notes .form-area,
#sermons6 .sermon-notes .header {
    padding: 40px 10px;
}
#sermons6 .sermon-notes {
    border-width: 2px;
    border-style: solid;
}
#sermon-search fieldset {
    border-width: 2px;
    border-style: solid;
    border-radius: 0px;
}
#content #sermons6 .sermon-detail .details ul.media {
    margin-top: 1.25rem;
}
#content #sermons6_list .sermon-list-item .details ul.media {
    margin-top: 1.25rem;
}
#sermons6 .media li a::before {
    background-color: white;
}
#sermons6 .featured-sermons-carousel .cycle-slideshow-desktop .cycle-slide>a {
    background-color: transparent;
}
#sermons6_control_bar {
    padding: 1rem;
    box-sizing: border-box;
    height: auto;
}

@media (min-width:1024px) {
    #sermons6_control_bar {
        padding: 1rem;
        box-sizing: border-box;
        height: auto;
        display: flex;
        justify-content: space-between;
    }
}

#sermons6 .sermon-detail .speaker .social li a,
#sermons6 .latest-sermon .speaker .social li a,
#content #sermons6 ul.media li a {
    background-color: transparent;
}
#sermons6_list .sermon-list-item .details .title {
    margin-bottom: 0px;
}
@media (min-width: 48em) {
    .header-image .container {
        width: 80%;
        transform: translateY(-45%) translateX(-50%);
    }
    #sermons6 .sermon-notes .form-area, #sermons6 .sermon-notes .header {
        padding: 40px;
    }
}

#sermons6 .sermon-notes #notes p {
    line-height: 35px;
}

#sermons6 .sermon-notes #notes .blank {
    line-height: 19px;
}

#sermons6 .sermon-notes #notes .blank.wrong-answer {
    border-color: #f00;
    color: #f00;
}

#sermons6 .sermon-notes #notes .pnoteText {
    height: 100px !important;
}

#sermons6 .sermon-notes #notes .blank {
    border-bottom: 1px solid #252525;
}

#sermons6 .sermon-notes #notes .blank.correct-answer {
    border-color: #090;
    color: #090;
}

#sermons6Layout #billboard.dark .btn.btn-success.view-btns {
    display: block;
    margin: 0 auto 1em;
    width: 220px;
}

#sermons6Layout #billboard.dark .btn.btn-success.view-btns:last-child {
    margin-bottom: 0;
}

@media (min-width:768px) {
    #sermons6Layout #billboard.dark .btn.btn-success.view-btns {
        display: inline-block;
        margin: 0 .5em 0 !important;
        width: auto;
    }
}

#billboard.hasbillboard {
    /* min-height: 450px; */
}

#sermons6 .sermon-detail .details:after{
    content :'';
    clear: both;
    display: block;
}
