/* You can add global styles to this file, and also import other style files */

.submitBtn{
    background: #582c6a;
    color: #fff;
    border: 2px solid #582c6a;
    font-family: 'Open Sans Condensed', Arial;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 22px;
    text-decoration: none;
    padding: 3px 17px;
    display: inline-block;
    width: auto;
    margin-right: 15px;
}

.toast{
    max-width: 350px;
    min-width:270px;
    overflow: hidden;
    height:50px;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .25rem;
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-family: 'Open Sans Condensed', Arial;
    z-index:103 !important;
    position:fixed;
    top:30px;
    background:green;
    right:0;
    display: none;
}

.pane-site-header{
    z-index:99 !important;
}

.toast-header{
    display: flex;
    align-items: center;
    height:100%;
    padding: .10rem .75rem .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.shown{
    display:block !important;
}

.toast-body{
    padding: .75rem;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.text-primary {
    color: #007bff !important;
}

.submitBtn:hover{
    color: #fff;
    background: #eb1c23;
    border: 2px solid #eb1c23;
}

@media screen and (min-width: 1025px) {
    #worship-and-sermons{
        margin-top:150px;    
    }
}

@media screen and (max-width: 1024px) {
    #worship-and-sermons{
        margin-top:50px;    
    }
}

.spinner {
    position: fixed;
    left: 50%;
    top: 50%;
    height:60px;
    width:60px;
    margin:0px auto;
    animation: rotation .6s infinite linear;
    border-left:6px solid rgba(0,174,239,.15);
    border-right:6px solid rgba(0,174,239,.15);
    border-bottom:6px solid rgba(0,174,239,.15);
    border-top:6px solid rgba(0,174,239,.8);
    border-radius:100%;
    z-index:102;
    display: none;
 }

.spinneroverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .5;
    z-index:101;
    top:0;
    display: none;
}

@keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
 }

.error{
    border-color: #d41212 !important;
}

.errorMessage{
    color:#d41212;
}

.none{
    visibility: hidden;
}

.breadcrumb{
    font-family: 'Open Sans Condensed', Arial;
    font-weight: 400;
    font-size:16px;
    text-align: right;   
    margin-top:-22px;
    margin-right:5px;
}

.breadcrumb a{
    text-decoration: none;
    display: inline-block;
    color:#999;
}

.breadcrumb a.active{
    color:#EC1C24;
}

.searchBar{
    width:94%;
    color:#000000;
    font-family: 'Open Sans Condensed', Arial;
    height:39px;
    padding:33px 3% 33px 3%;
    background-color: #E8E7E7 ;
}

.serviceItem{
    width:48%;
    margin:60px 0% 20px 0; 
    float:left;
    overflow: hidden;
    min-height:130px;
}

.serviceImage{
    width:30%;
    float:left;
    height:100%;
}

.serviceItem:nth-child(odd){
    margin:60px 4% 20px 0;
}

.serviceItem:nth-child(n+3){
    border-top:1px solid #ddd;
    padding-top: 60px;
}

.serviceDesc{
    width:50%;
    float:left;
    height:100%
}

.serviceDesc h3{
    margin:0px;
}

.serviceCTAs{
    width:20%;
    float:left;
    height:100%;
}

.chatBtn{
    color:#EC1C24;
    border: 1px solid #EC1C24;
    cursor: pointer;
    background-image: url('/assets/images/chat.png');
    background-repeat: no-repeat;
    background-position:center;
    width:45px;
    height:17px;
    padding:14px 39px;
    background-color: #fff;
    filter: grayscale(100%); /* to be removed later */
}

.bookBtn{
    color:#EC1C24;
    border: 1px solid #EC1C24;
    cursor: pointer;
    background-image: url('/assets/images/book.png');
    background-repeat: no-repeat;
    background-position:center;
    width:45px;
    height:17px;
    padding:14px 39px;
    background-color: #fff;
    filter: grayscale(100%); /* to be removed later */
}

.serviceForm{
    width:730px;
    margin:0 auto;
}

.textBox, .textArea{
    font-family: 'Crimson Text', Georgia, "Times new roman";
}

.text{
    border:1px solid #A6A3A3;
}

.files{
    color:#603772;
    text-decoration: none;
    font-family: 'Open Sans Condensed', Arial;
}

.files img{
    vertical-align: sub;
}

.filesX{
    color: #EC1C24;    
    text-decoration: none;
    font-family: 'Open Sans Condensed', Arial;
    font-weight:600;
    margin:0 5px 0 5px;
}

.filesdiv{
    border: 1px dashed #A6A3A3;
    border-radius: 10px;
    margin-right:10px;
    padding:2px 2px 2px 5px;
    margin-top:10px;
}

.divfiles{
    margin-top:10px;
}

@media screen and (max-width: 850px) and (min-width:501px) {    
    .serviceForm{
        width:96%;
        margin-left:2%
    }
    .breadcrumb{
        margin-top:20px;
        margin-right:0px;
        text-align: center;
    }
    .serviceItem{
        min-height:170px;
    }
    .serviceImage{
        width:40%;
        height:70%;
        overflow: hidden;
    }
    .serviceDesc{
        width:55%;
        float:right;
        min-height:70%;
        overflow: hidden;
    }
    .serviceCTAs{
        width:100%;
        height:25%;
        margin-top:2.5%;
    }    
    .chatBtn{
        float:left;
        margin-left:20px;
    }
    .bookBtn{
        float:right;
        margin-right:20px;
    } 
    .sermon-cta-buttons{
        width: auto !important;
        margin:0 auto;
    }
}

@media screen and (max-width: 500px) {
    .serviceForm{
        width:96%;
        margin-left:2%
    }
    .sermon-cta-buttons{
        width: auto !important;
        margin:0 auto;
    }
    .searchBar{
        width:94%;
        height:175px;
        color:#000000;
        font-family: 'Open Sans Condensed', Arial;
        padding:5px 3% 5px 3%;
    }
    .breadcrumb{
        margin-top:20px;
        margin-right:0px;
        text-align: center;
    }
    .serviceItem{
        width:96%;
        margin:20px 0% 20px 0%; 
        min-height:170px;
    }
    .serviceItem:nth-child(odd){
        margin:20px 0% 20px 0;
    }
    .serviceImage{
        width:40%;
        height:70%;
        overflow: hidden;
    }
    .serviceDesc{
        width:55%;
        float:right;
        min-height:70%;
        overflow: hidden;
    }
    .serviceCTAs{
        width:100%;
        height:25%;
        margin-top:2.5%;
    }
    .chatBtn{
        float:left;
        margin-left:20px;
    }
    .bookBtn{
        float:right;
        margin-right:20px;
    } 
    .serviceItem:nth-child(n+2){
        border-top:1px solid #ddd;
        padding-top: 60px;
    }

    
}

/*# sourceMappingURL=styles.css.map*/