
/*--------------------------------------------------
Prayer
----------------------------------------------------*/
.ch-prayer {
    color: #84bab1;
}
.mb-prayer:hover, .mb-prayer:focus {
    border: 1px solid #84bab1;
	background: #84bab1;
	color: #3a4978;
}
.chc-prayer-modal {
    background-color: #93cebd;
}
.chc-prayer-modal button.close {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 999;
    outline: none;
}
.chc-prayer-form {
    border: 1px solid #3a4877;
    background-color: #3a4877;
}
.chc-prayer-form a {
    color: #fff;
}
.chc-prayer-form a:hover, .chc-prayer-form a:focus {
    text-decoration: underline !important;
}
.chc-prayer-form .u-btn-darkgray:hover, .chc-prayer-form .u-btn-darkgray:focus {
    background-color: #84bab1;
}
.prayer-box a {
    color: #fff;
}








/*--------------------------------------------------
Large devices (desktops, less than 1200px)
----------------------------------------------------*/
@media (max-width: 1199px) {


	
}

/*--------------------------------------------------
IPAD Portrait - Medium devices (tablets, less than 992px)
----------------------------------------------------*/
@media (max-width: 991px) {


	
}

/*--------------------------------------------------
Small devices (landscape phones, less than 768px)
----------------------------------------------------*/
@media (max-width: 767px) {



}

/*--------------------------------------------------
IP6 6+ - Extra small devices (portrait phones, less than 576px)
----------------------------------------------------*/
@media (max-width: 575px) {


    
}

/*--------------------------------------------------
IP5 - Extra small devices (portrait phones, less than 320px)
----------------------------------------------------*/
@media (max-width: 320px) {


	
}





