@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Components/Bulletin/Announcements.razor.rz.scp.css */
.card[b-itcz5s4mr7] {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    border-radius: 15px
}

.card-header[b-itcz5s4mr7] {
    border-radius: 15px 15px 0px 0px;
    border-bottom: none;
}

.card-body[b-itcz5s4mr7] {
    padding: 1.25rem;
}
/* /Components/CustomComponents/LoadingAnimation.razor.rz.scp.css */
.center[b-7hrvpy3aqb] {
	margin: 20px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: white;
	animation: fadeIn 1s;
}

.label[b-7hrvpy3aqb] {
	z-index: 0;
}

.pure-material-progress-linear[b-7hrvpy3aqb] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 15px;
	height: 0.25em;
	color: rgb(var(--primary, 33, 150, 243));
	background-color: rgba(var(--tertiary, 33, 150, 243), 0.12);
	font-size: 16px;
}

	.pure-material-progress-linear[b-7hrvpy3aqb]::-webkit-progress-bar {
		background-color: transparent;
	}

	/* Determinate */
	.pure-material-progress-linear[b-7hrvpy3aqb]::-webkit-progress-value {
		background-color: currentColor;
		transition: all 0.2s;
	}

	.pure-material-progress-linear[b-7hrvpy3aqb]::-moz-progress-bar {
		background-color: currentColor;
		transition: all 0.2s;
	}

	.pure-material-progress-linear[b-7hrvpy3aqb]::-ms-fill {
		border: none;
		background-color: currentColor;
		transition: all 0.2s;
	}

	/* Indeterminate */
	.pure-material-progress-linear:indeterminate[b-7hrvpy3aqb] {
		background-size: 200% 100%;
		background-image: linear-gradient(to right, transparent 50%, currentColor 50%, currentColor 60%, transparent 60%, transparent 71.5%, currentColor 71.5%, currentColor 84%, transparent 84%);
		animation: pure-material-progress-linear-b-7hrvpy3aqb 2s infinite linear;
	}

		.pure-material-progress-linear:indeterminate[b-7hrvpy3aqb]::-moz-progress-bar {
			background-color: transparent;
		}

		.pure-material-progress-linear:indeterminate[b-7hrvpy3aqb]::-ms-fill {
			animation-name: none;
		}

@keyframes pure-material-progress-linear-b-7hrvpy3aqb {
	0% {
		background-size: 200% 100%;
		background-position: left -31.25% top 0%;
	}

	50% {
		background-size: 800% 100%;
		background-position: left -49% top 0%;
	}

	100% {
		background-size: 400% 100%;
		background-position: left -102% top 0%;
	}
}
/* /Components/Headers/MobileMenu.razor.rz.scp.css */

*[b-zm8esfv6mq] {
    box-sizing: border-box;
}

.menu-wrap[b-zm8esfv6mq] {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
}

    .menu-wrap .toggler[b-zm8esfv6mq] {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 102;
        cursor: pointer;
        width: 50px;
        height: 50px;
        opacity: 0;
    }

    .menu-wrap .hamburger[b-zm8esfv6mq] {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 101;
        width: 60px;
        height: 60px;
        padding: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        /* Hamburger line */
        .menu-wrap .hamburger > div[b-zm8esfv6mq] {
            position: relative;
            width: 100%;
            height: 2px;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s ease;
        }
            /* Top and bottom lines */
            .menu-wrap .hamburger > div[b-zm8esfv6mq]:before,
            .menu-wrap .hamburger > div[b-zm8esfv6mq]:after {
                content: '';
                position: absolute;
                z-index: 101;
                top: -10px;
                width: 100%;
                height: 2px;
                background: inherit;
            }
            /* Moves line down */
            .menu-wrap .hamburger > div[b-zm8esfv6mq]:after {
                top: 10px;
            }
    /* Toggler animate */
    .menu-wrap .toggler:checked + .hamburger > div[b-zm8esfv6mq] {
        transform: rotate(135deg);
    }
        /* Turn Lines into X */
        .menu-wrap .toggler:checked + .hamburger > div[b-zm8esfv6mq]:before,
        .menu-wrap .toggler:checked + .hamburger > div[b-zm8esfv6mq]:after {
            top: 0;
            transform: rotate(90deg);
        }
    /* Rotate on hover when checked */
    .menu-wrap .toggler:checked:hover + .hamburger > div[b-zm8esfv6mq] {
        transform: rotate(225deg);
    }
    /* Show menu */
    .menu-wrap .toggler:checked ~ .menu[b-zm8esfv6mq] {
        visibility: visible;
    }

        .menu-wrap .toggler:checked ~ .menu > div[b-zm8esfv6mq] {
            transform: scale(1);
            transition-duration: var(--menu-speed);
        }

            .menu-wrap .toggler:checked ~ .menu > div > div[b-zm8esfv6mq] {
                opacity: 1;
                transition: opacity 0.4s ease;
            }

    .menu-wrap .menu[b-zm8esfv6mq] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .menu-wrap .menu > div[b-zm8esfv6mq] {
            background-color: var(--overlay-color);
            border-radius: 50%;
            width: 250vw;
            height: 250vw;
            display: flex;
            flex: none;
            align-items: center;
            justify-content: center;
            transform: scale(0);
            transition: all 0.4s ease;
        }

            .menu-wrap .menu > div > div[b-zm8esfv6mq] {
                text-align: center;
                max-width: 90vw;
                max-height: 100vh;
                opacity: 0;
                transition: opacity 0.4s ease;
            }

                .menu-wrap .menu > div > div > ul > li[b-zm8esfv6mq] {
                    list-style: none;
                    color: #fff;
                    font-size: 1.5rem;
                    padding: 1rem;
                }

                    .menu-wrap .menu > div > div > ul > li > a[b-zm8esfv6mq] {
                        color: inherit;
                        text-decoration: none;
                        cursor: pointer;
                        transition: color 0.4s ease;
						font-weight: 300;
                    }
/* /Components/Sermons/AudioPlayer.razor.rz.scp.css */
audio[b-f6j9o4ggls] {
    width: 100%;
}

    audio[b-f6j9o4ggls]::-webkit-media-controls-panel {
        background-color: #D0D9DF;
    }
/* /Components/Sermons/SermonCard.razor.rz.scp.css */

.card[b-wxlss4wnnf] {
	flex-direction: row;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	width: 100%;
	border-radius: 15px
}

.card-header[b-wxlss4wnnf] {

	border-radius: 15px 0px 0px 15px;
	border-bottom: none;
	width: 60%;
	min-width: 60%;
}

.h-55[b-wxlss4wnnf] {
	height: 55%;
}

.h-45[b-wxlss4wnnf] {
	height: 55%;
}

@media screen and (min-width: 475px) {
	.card-header[b-wxlss4wnnf] {
		width: 50%;
		min-width: 50%;
	}
}

.card-body[b-wxlss4wnnf] {
	padding: 1.25rem .75rem;
}

.card .muted[b-wxlss4wnnf] {
	opacity: 0.6;
}

.card p[b-wxlss4wnnf] {
	margin: 0;
}

.sermon-preview[b-wxlss4wnnf] {
	background-color: #001c2e;
	border-radius: 10px 0px 0px 10px;
	color: #fff;
}

.view-series[b-wxlss4wnnf] {
	cursor: pointer;
	font-size: 13px;
	margin-top: 0px;
	text-decoration: none;
}

.btn-blue[b-wxlss4wnnf] {
	background-color: #001c2e;
	border: 0;
	border-radius: 50px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	color: #fff;
	padding: 3px;
	width: 50px;
}


.play-button[b-wxlss4wnnf] {
	right: -23px;
	position: absolute;
	bottom: -32px;
	background-color: #001c2e;
	border: 0;
	justify-content: center;
	align-items: center;
	border-radius: 75px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	color: #fff;
	padding: 3px;
	width: 55px;
	height: 55px;
	display: flex;
}

.play-button:focus[b-wxlss4wnnf] {
	border: 0;
}
	.play-button > .bi[b-wxlss4wnnf] {
		padding-top: 3px;
		font-size: 32px;
	}

	.bi-large[b-wxlss4wnnf] {
		font-size: 21px;
	}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-qaouewl6xs] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qaouewl6xs] {
    flex: 1;
}

.sidebar[b-qaouewl6xs] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qaouewl6xs] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qaouewl6xs]  a, .top-row[b-qaouewl6xs]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-qaouewl6xs]  a:hover, .top-row[b-qaouewl6xs]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-qaouewl6xs]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-qaouewl6xs] {
        display: none;
    }

    .top-row.auth[b-qaouewl6xs] {
        justify-content: space-between;
    }

    .top-row[b-qaouewl6xs]  a, .top-row[b-qaouewl6xs]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qaouewl6xs] {
        flex-direction: row;
    }

    .sidebar[b-qaouewl6xs] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qaouewl6xs] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-qaouewl6xs]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qaouewl6xs], article[b-qaouewl6xs] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NowPlaying.razor.rz.scp.css */
.eq-bar[b-stkd07acwk] {
	transform: scale(1, -1) translate(0, -24px);
}

.eq-bar--1[b-stkd07acwk] {
	animation-name: short-eq-b-stkd07acwk;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-delay: 0s;
}

.eq-bar--1[b-stkd07acwk] {
	animation-name: short-eq-b-stkd07acwk;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-delay: 0s;
}

.eq-bar--2[b-stkd07acwk] {
	animation-name: tall-eq-b-stkd07acwk;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-delay: 0.17s;
}

.eq-bar--3[b-stkd07acwk] {
	animation-name: short-eq-b-stkd07acwk;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-delay: 0.34s;
}

@keyframes short-eq-b-stkd07acwk {
	0% {
		height: 8px
	}

	50% {
		height: 4px
	}

	100% {
		height: 8px
	}
}

@keyframes tall-eq-b-stkd07acwk {
	0% {
		height: 16px
	}

	50% {
		height: 6px
	}

	100% {
		height: 16px
	}
}
