html * {
    font-family: 'Lato', sans-serif;
}

body {
    background-color: #f4f5f7 !important;
}

#zone-main {
    margin-top: -1px;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    background-color: #f1f1f1;
}
.breadcrumb li {;
    font-size: 1.1em;
    padding: 5px;
}

.breadcrumb-item {
    margin:0;
    padding:0;
}

.link-slide,
.btn-slide,
.list-item-slide {
    transition: transform 250ms;
}

.link-slide:hover,
.btn-slide:hover,
.list-item-slide:hover {
    transform: translateX(5px);
}

.page-details {
    margin-bottom: 40px !important;
}

.form-control {
    height: 38px !important;
    border: 1px solid #dfe0e1;
}

.page-details-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-details-text {
    margin-bottom: 40px !important;
}


audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
    background-color: #fff;
    color: #000;
}

header .page-menu {
    float: none;
}

.panel {
    border-radius: 15px;
    margin-bottom: 25px;
    background-color: #fff;
    transition: .8s;
}

.panel-body {
    padding: 0;
}

.panel img {
    border-radius: 5px 5px 0 0;
}

.panel img:hover {
    border-radius: 5px 5px 0 0;
}

.panel .panel-body h1 {
    font-size: 2.2em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.panel .panel-body p {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0;
    min-height: 60px;
    color: #656565;
}

.staff .panel-body img {
    border-radius: 50%;
}

.panel .panel-body-wrapper {
    padding: 15px;
}

.panel .panel-body-subheading {
    margin: 0;
    color: #b4b4b4;
    font-size: 12px;
}

.panel img {
    width: 100%;
    height: auto;
    max-height: 350px;
}

.panel .sermon-item,
.panel .series-item {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.sermon-item:hover,
.series-item:hover {
    box-shadow: 0px 3px 6px 0px #7C9885 !important;
}

.panel-list a:hover,
.panel-list a {
    text-decoration: none;
    color: #656565;
}

.sermon-sidebar .panel {
    padding:20px;
}


@media only screen and (max-width: 991px) {
    .sermon-item {
        text-align: center;
    }

    .sermon-item img {
        margin: auto;
    }

    .sermon-item h4,
    .series-item h4 {
        text-align: center !important;
    }

    .sermon-item:hover,
    .series-item:hover {
        padding: none;
    }

    .poster .poster-text {
        padding: 20vh 0 !important;
    }

    .staff .panel-footer {
        bottom: 0vh !important;
    }
}

h1,
h2,
h3,
h4 {
    color: #1D3557;
}

h1 {
    margin: 5vh 0vw;
    font-size: 3em;
}

h2 {
    margin: 3vh 0vw;
    font-size: clamp(1.6em, 3vw, 2.2em);
}

h3 {
    margin: 1vh 0vw;
    font-size: 2vh
}

p,
li {
    font-size: 1.4em;
    font-weight: normal;
}

.livestream {
    padding: 1.5vh;
    background-image: url('../Assets/images/imgSermonBackground.jpg');
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 10px;
    text-align: center;
}

.livestream p {
    font-size: 1.5em;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-right: 10px;
    color: #1D3557;
}

.livestream a {
    animation: pulse 1s .5s forwards;
    animation-iteration-count: 3;
}

.staff .panel-footer {
    background-color: transparent;
    position: absolute;
    border: 0;
    bottom: 4.5vh;
}

.staff .staff-summary p {
    font-size: 1.7em;
}

.staff img {
    border-radius: 10px;
}

.staff .panel-body {
    margin: 10px 0;
}

hr {
    border-top: 1px solid #7C9885;
}

a {
    color: #7C9885;
}

.padding-wrapper {
    padding: 10px;
}

.panel-img {
    width: 100%;
    /* or what you want */
    padding-bottom: 70%;
    /* or what you want */
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eee;
    background-position: center center;
    animation: fadeIn;
    animation-duration: 2s;
}

.event-details h1 {
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 5px;
}

.poster {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.poster .poster-overlay {
    background-color: rgba(0, 0, 0, 0.6);
}

.poster .poster-text {
    position: relative;
    text-align: center;
    padding: 30vh;
}

.poster .poster-text h1 {
    color: #EBEBEB;
    font-size: 4.5rem;
    margin: 0;
    animation: fadeInDown;
    animation-timing-function: ease;
    animation-duration: 1s;
}

.poster .poster-text h2 {
    color: #EBEBEB;
    font-size: 2rem;
    animation: fadeInDown;
    animation-timing-function: ease;
    animation-duration: 1s;
    margin-top: 5px;
    margin-bottom: 20px;
}

.poster .poster-text p {
    color: #b5b682;
    font-size: 1.5rem;
}

@media only screen and (max-width: 991px) {
    .poster .poster-text h1 {
        font-size: 2.5rem;
    }

    .poster .poster-text h2 {
        font-size: 1.5rem;

    }

    .poster .poster-text p {
        color: #b5b682;
        font-size: 1rem;
        padding: 0 20px;
    }
}





.poster .poster-text i {
    color: #fff;
    font-size: 5vh;
    animation: fadeInDown;
    animation-duration: 3s;
}

.event-calendar-link {
    background-color: #B5B682;
    padding: 5vh 5vw;
    position: relative;
    top: 20px;
}

.event-calendar-link h1 {
    text-transform: uppercase;
    margin: 1vh 0vw;
}

.event-calendar-link p {
    font-size: 1.5em;
}

.event-calendar-link a {
    margin: auto;
    vertical-align: middle;
    display: table-cell;
    font-size: 1.4em;
}

.sermon-details .embed-responsive,
.event-details .embed-responsive {
    margin: 5vh 0;
}

.sermon-details .sermon-details-tabs,
.event-details .event-details-tabs {
    margin: 3vh 0vw;
}

.sermon-details .nav,
.event-details .nav {
    border: 0;
}

.sermon-details audio {
    margin: 2vh 0vw;
}

.sermon-details .nav li {
    width: 33%;
    text-align: center;
    border-bottom: 2px solid #D1D1D1;
}

.event-details .nav li {
    width: 50%;
    text-align: center;
    border-bottom: 2px solid #D1D1D1;
}

.sermon-details .nav-tabs>li.active a,
.sermon-details .nav-tabs>li a,
.event-details .nav-tabs>li.active a,
.event-details .nav-tabs>li a {
    border: none;
    background-color: transparent;
    color: #000;
}

.sermon-details li.active,
.event-details li.active {
    border-bottom: 4px solid #686868;
}

.sermon-details i,
.event-details i {
    display: block;
    margin-bottom: 1.5vh;
}

.sermon-details .tab-pane {
    padding: 3vh 2vw;
}

.tab-pane {
    padding: 2vh 1vw;
    text-align: left;
}

.tab-pane i {
    display: inline;
    color: #1D3557;
}

.tab-pane p {
    margin: 3vh 0;
}

.sermon-item,
.series-item {
    border-radius: 15px !important;
    margin-bottom: 1vw;
    background-color: #fff;
    transition: .8s;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.sermon-list {
    padding-top: 40px;
}

.sermon-item:hover,
.series-item:hover {
    cursor: pointer;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.sermon-item img {
    max-height: 140px;
    padding: 10px;
}

.series-item img {
    border-radius: 4%;
}

.list-group .sermon-item:hover,
.series-item:hover {
    background-color: #fff;
}

.sermon-item-subheading,
.series-item-subheading {
    color: #b4b4b4;
    font-size: 12px;
}

.sermon-item h2,
.series-item h2,
.staff h2 {
    margin-bottom: 1vh;
    margin: 4px 0;
    font-weight: bold;
}

.sermon-item h4 {
    text-align: right;
}

.sermon-item .subtitle,
.staff .subtitle {
    color: #191919;
    font-size: clamp(1em, 3vw, 1.3em);
}

.sermon-item .notes,
.series-item .notes {
    color: #191919;
    font-size: clamp(0.9em, 3vw, 1.2em);
    color: #656565;

}

.sermon-item .scripture {
    color: #222222;
    margin-top: 1.2vw;
}

.btn {
    border: 2px solid #1D3557;
    background-color: transparent;
    color: #1D3557;
    font-size: 1em;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
}

.btn:hover {
    background-color: #1D3557;
    color: #fff;
}

.btn:hover i {
    color: #fff;
}

footer {
    padding: 60px 0;
    margin-bottom: 0;
    background-color: #000 !important;
}

footer h1 {
    margin-bottom: 1vh;
    margin-top: 2vh;
}

footer h1,
footer h2,
footer h3,
footer h4 {
    color: #fff;
}

footer a,
.sunday-services a,
footer a,
.sunday-services i {
    color: #7C9885 !important;
    transition: 0.3s;
}

footer a:hover,
.sunday-services a:hover {
    color: #FEDC97 !important;
}

nav.navbar {
    margin-bottom: 0;
    background-color: rgb(29, 53, 87);
    border: 0;
}

nav .navbar-nav {
    margin: 0 -15px;
}

nav.navbar * {
    font-size: 1.05em;
}

nav .mainmenu>li>a {
    padding: 25px 1.2vw;
    text-transform: uppercase;
}

nav .mainmenu>li>a:hover {
    color: #fff !important;
}

.navbar-default .navbar-nav>li:hover {
    background-color: #7C9885 !important;
}

.navbar-default .navbar-nav>.active>a {
    background-color: #7C9885 !important;
}

.navbar .navbar-toggle {
    margin-top: 10px;
    border: 0;
    padding: 10px;
}

.navbar .navbar-toggle .icon-bar {
    width: 30px;
    height: 7px;
}

nav .navbar-brand {
    color: #fff !important;
    background-color: #7C9885;
    height: 70px;
    font-size: 1.2em;
}

nav .navbar-brand>img {
    position: relative;
    top: -8px;
    width: 259px;
    height: 56px;
}

.navbar-default .navbar-brand:hover {
    background-color: #7C9885;
}

nav .navbar-nav a {
    color: #fff !important;
}

.maxh {
    max-height: 10vh;
}

.img-rounded {
    border-radius: 10px;
}

.sermon-feature {
    margin-bottom: 50px;
}

.sermon-feature img {
    filter: brightness(50%);
}

.sermon-feature-container {
    position: relative;
    text-align: left;
    color: white;
}

.sermon-feature-container img {
    border-radius: 10px;
}

.sermon-feature-container h3 {
    font-size: 1.3em;
    color: #464646;
    margin: 0;
    padding: 0;
}

.sermon-feature-container h2 {
    font-weight: bold;
    font-size: 3em;
    color: #fff;
    padding: 0;
    margin: 10px 0;
}

.sermon-feature-container p {
    font-weight: normal;
    font-size: 1.2em;
    color: rgb(177, 177, 177);
}

.sermon-feature .btn-primary {
    color: #fff;
    border-color: #fff;
    margin-right: 10px;
}

.sermon-feature-container .btn-secondary {
    color: #fff;
    border-color: #fff;
}

.sermon-feature-container .badge {
    position: relative;
    top: -4px;
    left: 5px;
}

.sermon-feature-container-bottom-left {
    position: absolute;
    bottom: 40px;
    left: 26px;
    right: 26px;
}

.sermons-sidebar h1 {
    font-size: 1.5em;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.sermons-sidebar ul {
    padding: 0;
    margin: 0;
    padding-left: 5px;
    padding-top: 5px;
}

.sermons-sidebar ul li {
    border: none;
    background-color: transparent;
    list-style: none;
    padding: 8px 0;
}

.sermons-sidebar ul li a {
    color: #7C9885;
}

.sermons-sidebar-line {
    border-bottom: 1px solid rgb(205, 205, 205) !important;
}

.sermons-sidebar ul li a:hover {
    text-decoration: none;
}

.sermon-text h1 {
    margin-bottom: 1vh;
    margin-top: 5px;
    animation: fadeInLeft 1s 0s forwards;
    text-transform: uppercase;
}

.sermon-text h2,
.sermon-text p {
    opacity: 0;
    margin-bottom: 10px;
    animation: fadeIn 2s .5s forwards;
}

.sunday-services .overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
}

.sunday-services {
    background: url("/Themes/cchd_main//Assets/images/imgServiceTimes.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 5vh 0vh;
}

.sunday-services * {
    font-family: 'Assistant', sans-serif;
}

.sunday-services h1 {
    font-size: 2.6em;
    margin: 10px 0;
    color: #B5B682;
}

.sunday-services p {
    font-size: 1.6em;
}

.sunday-services * {
    color: #fff;
}

.information,
.welcome,
.series-list,
.series-active {
    padding-top: 6vh;
    padding-bottom: 6vh;
}

.pagedetails h1,
.pagetitle {
    font-weight: bold;
    margin-bottom: 5px;
}


.information .info h1 {
    font-size: 3em;
    margin: 1vh 0;
    color: rgb(29, 53, 87);
    font-weight: bold;
    text-transform: uppercase;
}

.information .info p,
.welcome .welcome-intro-text {
    font-size: 1.7em;
}

.preview {
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

.preview:hover img {
    transform: scale(1.2);
    transition: all .2s linear;
}

.series-active h1 {
    font-size: 2.3em;
    text-transform: uppercase;
    text-align: left;
    color: rgb(29, 53, 87);
    position: relative;
}

.header h1 {
    font-size: 1.8em;
    margin: 2vh 0;
}

.map {
    height: 500px;
}

footer {
    background-color: #081528 !important;
    color: #fff;
    margin: 0;
}

footer h1 {
    font-size: 1.4em;
    text-transform: uppercase;
}

footer p {
    font-size: 1.2em;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer li {
    list-style: none;
    padding: 5px 0px;
}

footer .logo {
    max-width: 400px;
    padding-top: 0;
}

footer .logo img {
    max-width: 100%;
    margin-bottom: 20px;
}

footer .rights {
    padding-bottom: 30px;
}

.social-icons i {
    padding: 10px 20px;
    padding-left: 0;
}

.contact .icon-position {
    float: left;
    height: 55px;
    width: 45px;
    position: relative;
    top: 10px;
}

.contact h3 {
    font-size: 12px !important;
    margin: 0;
    padding: 0;
}

.form-box-layout,
.center-box-layout {
    padding: 3vh;
}

.form-box-layout {
    margin: clamp(0vw, 4vw, 400vw);
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 200px;
    border-radius: 10px;
}

.center-box-layout {
    margin: auto;
    width: 800px;
    min-width: 200px;
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 200px;
    border-radius: 10px;
}

.about-us .card {
    margin: 10px;
    font-size: .9em;
    min-height: 98vh;
    padding: 0 10px;
}

.about-us .card p {
    margin: 8px;
}