/*Prayer Layout*/

#p1-layout-results {
    position: relative;
}

#p1-layout-results:after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    background-image: url(/_assets/img/loaders/preloader.svg);
    background-repeat: no-repeat !important;
    background-position: center center;
    background-size: 64px 64px;
}

#p1-layout-results.preloader {
    min-height: 16rem;
}

#p1-layout-results.preloader:after {
    display: block;
}

.p1-layout-list article {
    border-width: 2px;
    border-style: solid;
    margin: 1.5rem 0;
}

.p1-layout-list article .info {
    padding: 2rem 1.5rem;
}

.p1-layout-list article .info p {
    margin-bottom: 0 !important;
}

.p1-layout-list article .p1-meta {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.p1-layout-list article .p1-meta-col {
    position: relative;
    width: 100%;
    min-height: 1px;
}

@media (min-width: 992px) {
    .p1-layout-list article .p1-meta-col {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .p1-layout-list article .p1-meta-col.p1-button {
        width: 180px;
        max-width: 180px;
    }
}

.p1-layout-list article .p1-meta-col h6 {
    text-align: center;
    padding: 1rem .5rem;
    margin: 0 !important;
}

@media (min-width: 992px) {
    .p1-layout-list article .p1-meta-col h6 {
        text-align: left;
        padding: 0 0 0 1.5rem;
        /*let the p1-acknowledgment y padding set the tone with align items center */
    }
}

.p1-layout-list article .p1-acknowledgment-link {
    display: block;
    padding: 1rem .5rem;
    text-align: center;
}

.p1-layout-list article .p1-acknowledgment-link .icon {
    display: inline-block;
    vertical-align: middle;
}


.p1-layout-list article .p1-acknowledgment-link .text {
    display: inline-block;
    vertical-align: middle;
}

.p1-layout-list article .p1-acknowledgment-link.disabled {
    /*
	opacity: .1;
	cursor: default;
	*/
}

/*Full Width Sections*/
.p1-section .p1-section-inner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 4rem 0;
}

@media (min-width: 992px) {
    .p1-section .p1-section-inner.parallax {
        background-attachment: fixed;
    }
}

.p1-section .container {
}

.p1-section .content-text p:last-of-type {
    margin-bottom: 0 !important;
}

/*Sermon Monklet*/
.p1-monklet-sermon {}

.p1-monklet-sermon article {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.p1-monklet-sermon article .image,
.p1-monklet-sermon article .info,
.p1-monklet-sermon article .media {
    position: relative;
    width: 100%;
    min-height: 1px;
    margin-bottom: 1rem;
}

.p1-monklet-sermon article .image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.p1-monklet-sermon article .info {}

.p1-monklet-sermon article .info h6 {
    margin: 0;
}

.p1-monklet-sermon article .info h6 span {
    display: block;
    margin-bottom: .5rem;
}

.p1-monklet-sermon article .info h6 b {}

.p1-monklet-sermon article .media {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}

.p1-monklet-sermon article .media li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 0;
    width: 50px;
    display: inline-block;
}

.p1-monklet-sermon article .media li a {
    display: block;
    font-size: 1.25rem;
    padding: 0px;
    border: 0px;
}

.p1-monklet-sermon article .media li a:hover {
    opacity: .6;
    background: linear-gradient(rgba(37, 37, 37, 0), rgba(37, 37, 37, 0));
}

@media (min-width: 992px) {
    .p1-monklet-sermon article {
        -webkit-box-align: center;
        align-items: center;
    }

    .p1-monklet-sermon article .image,
    .p1-monklet-sermon article .info,
    .p1-monklet-sermon article .media {
        flex: 1 0 0;
    }

    .p1-monklet-sermon article .image {
        max-width: 250px;
        margin-right: 2.5%;
    }

    .p1-monklet-sermon article .info {
        margin-right: 2.5%;
    }

    .p1-monklet-sermon article .info h6 span {
        display: inline-block;
        margin-right: .5rem;
    }

    .p1-monklet-sermon article .media {
        max-width: 25%;
        -webkit-box-pack: end;
        justify-content: flex-end;
        flex-wrap: initial;
    }

    .p1-monklet-sermon article .media li a {
        font-size: 1.75rem;
        width: auto;
        min-width: auto;
    }
}

/*Blog Monklet*/
.p1-monklet-blog {
    margin: 2rem 0;
}

.p1-monklet-blog article {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.p1-monklet-blog article .image,
.p1-monklet-blog article .info {
    position: relative;
    width: 100%;
    min-height: 1px;
    margin-bottom: 1rem;
}

.p1-monklet-blog article .image img {
    display: block;
    width: 100%;
    height: auto;
}

.p1-monklet-blog article .info p:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .p1-monklet-blog article {
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .p1-monklet-blog article .image,
    .p1-monklet-blog article .info {
        flex: 1 0 0;
        max-width: 47.5%;
    }
}

/*Events Monklet uses slick*/
.p1-monklet-events {
    margin: 2rem 0;
}

.p1-monklet-events article {
    text-align: center;
    padding: 0 1rem;
}

.p1-monklet-events article .info h6 {
    margin-bottom: .5rem;
}

/*Smallgroup Monklet uses slick*/
.p1-monklet-smallgroup {
    margin: 2rem 0;
}

.p1-monklet-smallgroup article {
    padding: 0 1rem;
}

.p1-monklet-smallgroup article .image {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 1rem;
}

.p1-monklet-smallgroup article .image p {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin: 0;
    text-align: center;
    transform: translateY(-50%);
    opacity: 0;
    transition: .3s;
}

.p1-monklet-smallgroup article .image:hover p {
    opacity: 1;
}

.p1-monklet-smallgroup article .info {}

/*Staff Monklet uses slick*/
.p1-monklet-staff {
    margin: 2rem 0;
}

.p1-monklet-staff .article-inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.p1-monklet-staff article .image,
.p1-monklet-staff article .info {
    position: relative;
    width: 100%;
    min-height: 1px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.p1-monklet-staff article .image img {
    display: block;
    width: 99%;
    margin-left: 1%;
    height: auto;
}

.p1-monklet-staff article .info p:last-of-type {
    margin-bottom: 0;
}

.p1-monklet-staff article .info {
    text-align: left;
}

.p1-monklet-staff article h6 {
    margin: 0;
}


.p1-monklet-staff article ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: .65rem 0;
    padding: 0;
    list-style: none;
}

.p1-monklet-staff article ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 1rem;
}

.p1-monklet-staff article ul li a {
    display: block;
    font-size: 16px;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
    line-height: 28px;
}

.p1-monklet-staff article .preview {
    display: none;
}

@media (min-width: 992px) {
    .p1-monklet-staff .article-inner {
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .p1-monklet-staff article .image {
        flex: 1 0 0;
        max-width: 22.5%;
    }

    .p1-monklet-staff article .info {
        flex: 1 0 0;
        max-width: 72.5%;
    }

    .p1-monklet-staff article .preview {
        display: block;
    }
}

/*Slick Default*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*Slick Custom*/
.p1-slick {
    position: relative;
    visibility: hidden;
    opacity: 0;
    padding: 0 40px;
    transition: opacity 0.3s ease;
}

.p1-slick.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.p1-slick .slick-prev,
.p1-slick .slick-next {
    position: absolute;
    display: block;
    line-height: 0px;
    cursor: pointer;
    font-size: 0px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    z-index: 100;
}



@media (min-width: 992px) {

    .p1-slick .slick-prev:hover,
    .p1-slick .slick-next:hover {
        opacity: 1;
    }
}

.p1-slick .slick-prev {
    top: 40%;
    left: 0;
    margin-top: -.5rem;
}

.p1-slick .slick-next {
    top: 40%;
    right: 0;
    margin-top: -.5rem;
}

.p1-slick .slick-prev:before,
.p1-slick .slick-next:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 46px;
}

.p1-slick .slick-prev:before {
    content: "\f104";
}


.p1-slick .slick-prev.slick-disabled,
.p1-slick .slick-next.slick-disabled {
    opacity: 0;
}

.p1-slick .slick-dots {
    display: none !important;
    /*only show for specific sliders in psd*/
    margin: 0;
    padding: 1rem 0 0 0;
    list-style: none;
    text-align: center;
}

.p1-monklet-staff.p1-slick .slick-dots {
    display: block !important;
    /*only show for specific sliders in psd*/
}

.p1-slick .slick-dots li {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 0 6px;
}

.p1-slick .slick-dots li button {
    display: block;
    outline: none;
    font-size: 0px;
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-style: solid;
    padding: 0;
    margin: 0;
    overflow: hidden;
    line-height: 1;
    border-radius: 100%;
    cursor: pointer;
    background-color: transparent;
}

.p1-slick .slick-dots li button:hover {
    opacity: .5;
}

.p1-slick.slick-vertical {
    padding: 40px 0;
}

.p1-slick.slick-vertical article {
    padding: 0;
    margin: 0 !important;
}

.p1-slick.slick-vertical .slick-prev {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0;
}

.p1-slick.slick-vertical .slick-next {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0;
}

.p1-slick.slick-vertical .slick-prev:before {
    content: "\f106"
}

.p1-slick.slick-vertical .slick-next:before {
    content: "\f107"
}

.p1-monklet-events article .image {
	margin-bottom: 1em;
}
.p1-monklet-staff article .info h5,
.p1-monklet-staff article .info h6,
.p1-monklet-blog  article .info h5,
.p1-monklet-blog  article .info h6,
.p1-monklet-events article .info h5 {
	margin-bottom: .5rem;
}

#prayer1 .p1-layout-list article .p1-acknowledgment-link.disabled {
  opacity: 1;
}

#prayer1 #p1-share {
    margin-bottom: 0.75em;
}

.p1-monklet-blog article .info p a.btn:last-child{
    margin-left: 10px;
}

.p1-monklet-blog article .info h6 {
    margin-top: 1em;
}

.mcms_audioplayer svg {
    width: 30px;
    height: 30px;
}


@media (max-width: 991px) {
    .p1-monklet-sermon article .media {
        justify-content: left;
    }
    .p1-monklet-sermon article .media li {
        text-align: left;
        width: 40px;
    }
    .p1-monklet-sermon article .media li a {
        display: inline;
    }
    .p1-monklet-events article .info {
        margin-bottom: 2em;
    }
}